From c0659a91ca5d0f633e0cf48abfbd4c38cb9a94bf Mon Sep 17 00:00:00 2001 From: jackel234 <52829582+jackel234@users.noreply.github.com> Date: Thu, 26 Jun 2025 00:48:54 -0400 Subject: [PATCH 001/182] thavens are now fixed :fire: (#928) --- .../Prototypes/_Impstation/Entities/Mobs/Species/thaven.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/_Impstation/Entities/Mobs/Species/thaven.yml b/Resources/Prototypes/_Impstation/Entities/Mobs/Species/thaven.yml index 11986e7cc94..ae2b9c15399 100644 --- a/Resources/Prototypes/_Impstation/Entities/Mobs/Species/thaven.yml +++ b/Resources/Prototypes/_Impstation/Entities/Mobs/Species/thaven.yml @@ -67,8 +67,8 @@ proto: thaven # DeltaV unique typing indicator - type: Vocal sounds: - Male: UnisexThaven - Female: UnisexThaven + Male: MaleThaven + Female: FemaleThaven Unsexed: UnisexThaven - type: Speech speechSounds: Alto From 19ea1026603a002d966fd3f66cd9e78bf93df477 Mon Sep 17 00:00:00 2001 From: IronDragoon <8961391+IronDragoon@users.noreply.github.com> Date: Thu, 26 Jun 2025 05:49:11 +0100 Subject: [PATCH 002/182] New wehnade fun item (#933) --- .../Prototypes/Catalog/Fills/Crates/cargo.yml | 1 + .../Prototypes/Catalog/Fills/Crates/fun.yml | 5 +++ .../Markers/Spawners/Random/maintenance.yml | 1 + .../Objects/Weapons/Throwable/grenades.yml | 25 ++++++++++++++ .../Weapons/Grenades/wehnade.rsi/icon.png | Bin 0 -> 284 bytes .../Grenades/wehnade.rsi/inhand-left.png | Bin 0 -> 979 bytes .../Grenades/wehnade.rsi/inhand-right.png | Bin 0 -> 973 bytes .../Weapons/Grenades/wehnade.rsi/meta.json | 31 ++++++++++++++++++ .../Weapons/Grenades/wehnade.rsi/primed.png | Bin 0 -> 545 bytes 9 files changed, 63 insertions(+) create mode 100644 Resources/Textures/Objects/Weapons/Grenades/wehnade.rsi/icon.png create mode 100644 Resources/Textures/Objects/Weapons/Grenades/wehnade.rsi/inhand-left.png create mode 100644 Resources/Textures/Objects/Weapons/Grenades/wehnade.rsi/inhand-right.png create mode 100644 Resources/Textures/Objects/Weapons/Grenades/wehnade.rsi/meta.json create mode 100644 Resources/Textures/Objects/Weapons/Grenades/wehnade.rsi/primed.png diff --git a/Resources/Prototypes/Catalog/Fills/Crates/cargo.yml b/Resources/Prototypes/Catalog/Fills/Crates/cargo.yml index 9c7e98fd72b..c9a33aeb67a 100644 --- a/Resources/Prototypes/Catalog/Fills/Crates/cargo.yml +++ b/Resources/Prototypes/Catalog/Fills/Crates/cargo.yml @@ -516,6 +516,7 @@ - id: WeakKudzu - id: TrashMimanaPeel - id: TheEffigy + - id: WehNade - type: entityTable id: SuperJackpotRoll diff --git a/Resources/Prototypes/Catalog/Fills/Crates/fun.yml b/Resources/Prototypes/Catalog/Fills/Crates/fun.yml index c4bcc6bafb0..5c3b2d4e7b0 100644 --- a/Resources/Prototypes/Catalog/Fills/Crates/fun.yml +++ b/Resources/Prototypes/Catalog/Fills/Crates/fun.yml @@ -18,6 +18,8 @@ weight: 1 - id: PlushieLizardInversed weight: 0.5 + - id: WehNade + weight: 0.3 - !type:GroupSelector children: - id: PlushieCarp @@ -74,6 +76,9 @@ - id: PlushieSpaceLizard amount: !type:ConstantNumberSelector value: 3 + - id: WehNade #WEH! + amount: !type:ConstantNumberSelector + value: 3 - type: entity id: CrateFunSharkPlushieBulk diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml index abde2005547..229bee1a5ba 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml @@ -311,6 +311,7 @@ - id: DrinkMopwataBottleRandom - id: SpectralLocator - id: WehpetInstrument + - id: WehNade - id: LidSalami weight: 0.05 - id: BoomboxSlav diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Throwable/grenades.yml b/Resources/Prototypes/Entities/Objects/Weapons/Throwable/grenades.yml index fc1e2e68368..da837d07fbe 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Throwable/grenades.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Throwable/grenades.yml @@ -494,3 +494,28 @@ path: /Audio/Effects/minibombcountdown.ogg params: volume: 12 + +# fun items +- type: entity + parent: [ BaseCivilianContraband, SmokeGrenade ] + id: WehNade + name: weh-nade + description: This lizard plushie seems to have a button to activate it? + components: + - type: Sprite + sprite: Objects/Weapons/Grenades/wehnade.rsi + - type: SmokeOnTrigger + duration: 10 + spreadAmount: 80 + smokePrototype: Foam + solution: + reagents: + - ReagentId: JuiceThatMakesYouWeh + Quantity: 10 #not enough to turn people into lizards. If you put this higher you can absolutely do that, maybe too chaotic... + - type: SoundOnTrigger + sound: + path: /Audio/Items/Toys/weh.ogg + - type: Appearance + - type: TimerTriggerVisuals + primingSound: + path: /Audio/Effects/countdown.ogg diff --git a/Resources/Textures/Objects/Weapons/Grenades/wehnade.rsi/icon.png b/Resources/Textures/Objects/Weapons/Grenades/wehnade.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ccb56cf83dc578b782ce1ffe9a6f9ecf66493d07 GIT binary patch literal 284 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|v;urWT!AzY zc&tVnFPH(y zM}Tmz+af@jHcuDF5R2ZY6HW^qR^VaoZJtHq(`eV)H8Itt!}n5T*JIz15&4%?&K z8-2@dSvj}RbR*55AK1k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O@DT2=EDUEjsBQandmCxPI^vor2@8g(uu{k2rPrD7r#&~mYWyQB8-BvTWvNoqGW+a94q4}&i%)s1d{nvYep%=- zz0xyYyT5er``)+nQ)lJ@yONu}nQPthHhFJ&*^s>4!Mn^fV~uO}dXKDi?h$iL6PMb# z7U&mU_cn@^amdz6TjiX)(JTLoN8%2%)Khk>tgO)oOqiIM7#SIJFS)U^v;X?_%c(`_ zpS-+xueNQ5x=WjiLz9AIvtr5$$Cw3{(eo{A($(x5_X*Z1z2gtNG zcZGRy_%>&RUKH3Jb?eeCuRvGbt>R0|zW=YEJp0eFjwi>yB^jS z?OV%dnA}*|Y1GmOcWd#ZGRBS!Ca8;s= zyW3L3^E)r z5e16}T0gi#99Si^7BKOM{^@iGE0=6*|Fl^BM)0@LRHm-b0*2+*or{*a@-2*D<(l(O zCUa6n4bxFAg@2xr7QPkdj}&W&IqqV4D6IFShHa6n0>|_TcO*}E{(B@krM$_gzLxpo zT!YhLdGFsX+{-B^=bhT|E=7CSW6!!Ov(-

$(qh*Ezlr4XWRHKx^5eI$(q`c)I$z JtaD0e0s!ci*_!|W literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Grenades/wehnade.rsi/inhand-right.png b/Resources/Textures/Objects/Weapons/Grenades/wehnade.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..abc547cf79fd56699a84da0a7b944022e1e361a3 GIT binary patch literal 973 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O@DT2=EDUEjaEPd_*VgxPHV*!=jV!`Nv$+PTR*EG|jo_8h^whe1>`M5vRfv zZj~4OGWOeM9kfr~V+AxS;izTGN!!>%W=V^k@{T%}o%K%IX`ZmeHtw)__63)uXLcRsq~g#;xQ|qwOT)=r2gC5W}J1* zIqX<{DWLG0SJZyvoDH5XOO?V;82piy-T11pIuI?&ReTnQPrjZu)L`*^sx%J7bNjcbRF#9Mi0I?%C@-imrRR z7U(A~wR6bUGK!T+TjiX8#Upp47b`1k>M6U#9cGM-j7&^S(FaU^{rbhu&YpY8?Vr57 zQ;U*qhPrpJwoSTP^n8n$1(qo*937h#9hwwe+EjeX%~Dr7xpk=7HOM*UXahrrJL1uD zAXQKj-@!1cr+a0s)2#j>Vb<#x!Yb?Rcn{r?KeV|NSR@ZUsDLRC{`MR=LOb>#<)~r9Bhk z`zxrHz{DeL!1!!F$BuP*+?!tAH1Tch-EKX{c3s?zfF$SIrrq;7T>7u8e`2n?5n%X2 zeiGB3!;&gY7qz>U__e*94nOozIVF7X#0q5tG3j<*)uts!rnV?IvIP*lY2M)1xDO56_wB5qDzON7*%nKfm_+&bYK#blaiA z)sG$rTx;F(_6gsal{cpz`V`kF!}!*`Kgj07b2W>QzAZw6Q@%7to;v=co3*})a|Xj< z7N3U1ruZg}5aTT@d8@y=OjNj#%n`JyNNc{ML8GEY|H>>?=7qN60i10QK6&x1x-M`_ z*;!ShN&4fpnLC>=$VrDdy%yqDeJOW~FXZ!u1fGM=M}>7R{e5o3#Z=;3$Krop-*mb* z%Szkz`R}Z@v_06XXzJv#IgTe~ HDWM4fw5Qd? literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Grenades/wehnade.rsi/meta.json b/Resources/Textures/Objects/Weapons/Grenades/wehnade.rsi/meta.json new file mode 100644 index 00000000000..9629753df90 --- /dev/null +++ b/Resources/Textures/Objects/Weapons/Grenades/wehnade.rsi/meta.json @@ -0,0 +1,31 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/b13d244d761a07e200a9a41730bd446e776020d5. Inhands by TiniestShark (github), slightly modified for Funky Station by Irondragoon", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "primed", + "delays": [ + [ + 0.1, + 0.1 + ] + ] + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Objects/Weapons/Grenades/wehnade.rsi/primed.png b/Resources/Textures/Objects/Weapons/Grenades/wehnade.rsi/primed.png new file mode 100644 index 0000000000000000000000000000000000000000..bb1f589ea0d611e1428261e93aaf50abb8fc558e GIT binary patch literal 545 zcmV++0^a?JP)Px$+et)0RA_*nMt z4${#of>0t9Iw)>c3u1*rhEijc2;p38O+p$kO)sHv&v?0efA4)g_XgnN;^N|pBr?wY ziKy^my%0HxDE!KroFpHK!=v(rVFnfJ1z+fK?q;ZXN%AK{^d$hGY6>jaUa+$dt3_bK zr}cn8xHu3FLI@aL2`c_Den4%4esHe@f!z(D;jdr4hK~F16;L%LQIliM4?F=*_@LES zHO1RBvSSbjKa2_b$`Wl?5=X1oQA5Vcr}hBRNL0$GMotqK5e__FOXrglq*k?!JTrS6KiSK-Cmtq`QHA8m;g}2(4K1sb2xf%%J(%gkhWgHp4b?Z#mhw@orLE-(O`??yMjIQY~__Np@PbK@;lS=9nb^8=-73Q6*x jA!$Ar7Z(>7*O=-D6Inf^pf)@700000NkvXXu0mjf#p(0w literal 0 HcmV?d00001 From 00854de8e5a813be79dce83edfe5102dabfefac8 Mon Sep 17 00:00:00 2001 From: IronDragoon <8961391+IronDragoon@users.noreply.github.com> Date: Thu, 26 Jun 2025 05:49:40 +0100 Subject: [PATCH 003/182] Pride mantle port and adjustments (#940) Co-authored-by: AryaRaiin --- .../VendingMachines/Inventories/pride.yml | 1 + .../Clothing/Neck/base_clothingneck.yml | 10 ++ .../Entities/Clothing/Neck/mantles.yml | 120 ++++++++++++++++++ .../Entities/Clothing/Neck/specific.yml | 21 +++ Resources/Prototypes/_Harmony/tags.yml | 3 + .../mantles/acemantle.rsi/equipped-NECK.png | Bin 0 -> 872 bytes .../Neck/mantles/acemantle.rsi/icon.png | Bin 0 -> 400 bytes .../Neck/mantles/acemantle.rsi/meta.json | 18 +++ .../aroacemantle.rsi/equipped-NECK.png | Bin 0 -> 951 bytes .../Neck/mantles/aroacemantle.rsi/icon.png | Bin 0 -> 429 bytes .../Neck/mantles/aroacemantle.rsi/meta.json | 18 +++ .../mantles/aromantle.rsi/equipped-NECK.png | Bin 0 -> 896 bytes .../Neck/mantles/aromantle.rsi/icon.png | Bin 0 -> 424 bytes .../Neck/mantles/aromantle.rsi/meta.json | 18 +++ .../bisexualmantle.rsi/equipped-NECK.png | Bin 0 -> 465 bytes .../Neck/mantles/bisexualmantle.rsi/icon.png | Bin 0 -> 286 bytes .../Neck/mantles/bisexualmantle.rsi/meta.json | 18 +++ .../mantles/enbymantle.rsi/equipped-NECK.png | Bin 0 -> 888 bytes .../Neck/mantles/enbymantle.rsi/icon.png | Bin 0 -> 386 bytes .../Neck/mantles/enbymantle.rsi/meta.json | 18 +++ .../mantles/gaymantle.rsi/equipped-NECK.png | Bin 0 -> 939 bytes .../Neck/mantles/gaymantle.rsi/icon.png | Bin 0 -> 439 bytes .../Neck/mantles/gaymantle.rsi/meta.json | 18 +++ .../genderfluidmantle.rsi/equipped-NECK.png | Bin 0 -> 1033 bytes .../mantles/genderfluidmantle.rsi/icon.png | Bin 0 -> 459 bytes .../mantles/genderfluidmantle.rsi/meta.json | 18 +++ .../intersexmantle.rsi/equipped-NECK.png | Bin 0 -> 696 bytes .../Neck/mantles/intersexmantle.rsi/icon.png | Bin 0 -> 315 bytes .../Neck/mantles/intersexmantle.rsi/meta.json | 18 +++ .../lesbianmantle.rsi/equipped-NECK.png | Bin 0 -> 931 bytes .../Neck/mantles/lesbianmantle.rsi/icon.png | Bin 0 -> 436 bytes .../Neck/mantles/lesbianmantle.rsi/meta.json | 18 +++ .../pansexualmantle.rsi/equipped-NECK.png | Bin 0 -> 811 bytes .../Neck/mantles/pansexualmantle.rsi/icon.png | Bin 0 -> 378 bytes .../mantles/pansexualmantle.rsi/meta.json | 18 +++ .../rainbowmantle.rsi/equipped-NECK.png | Bin 0 -> 862 bytes .../Neck/mantles/rainbowmantle.rsi/icon.png | Bin 0 -> 372 bytes .../Neck/mantles/rainbowmantle.rsi/meta.json | 18 +++ .../transgendermantle.rsi/equipped-NECK.png | Bin 0 -> 927 bytes .../mantles/transgendermantle.rsi/icon.png | Bin 0 -> 437 bytes .../mantles/transgendermantle.rsi/meta.json | 18 +++ 41 files changed, 371 insertions(+) create mode 100644 Resources/Prototypes/_Harmony/Entities/Clothing/Neck/base_clothingneck.yml create mode 100644 Resources/Prototypes/_Harmony/Entities/Clothing/Neck/mantles.yml create mode 100644 Resources/Prototypes/_Harmony/Entities/Clothing/Neck/specific.yml create mode 100644 Resources/Prototypes/_Harmony/tags.yml create mode 100644 Resources/Textures/_Harmony/Clothing/Neck/mantles/acemantle.rsi/equipped-NECK.png create mode 100644 Resources/Textures/_Harmony/Clothing/Neck/mantles/acemantle.rsi/icon.png create mode 100644 Resources/Textures/_Harmony/Clothing/Neck/mantles/acemantle.rsi/meta.json create mode 100644 Resources/Textures/_Harmony/Clothing/Neck/mantles/aroacemantle.rsi/equipped-NECK.png create mode 100644 Resources/Textures/_Harmony/Clothing/Neck/mantles/aroacemantle.rsi/icon.png create mode 100644 Resources/Textures/_Harmony/Clothing/Neck/mantles/aroacemantle.rsi/meta.json create mode 100644 Resources/Textures/_Harmony/Clothing/Neck/mantles/aromantle.rsi/equipped-NECK.png create mode 100644 Resources/Textures/_Harmony/Clothing/Neck/mantles/aromantle.rsi/icon.png create mode 100644 Resources/Textures/_Harmony/Clothing/Neck/mantles/aromantle.rsi/meta.json create mode 100644 Resources/Textures/_Harmony/Clothing/Neck/mantles/bisexualmantle.rsi/equipped-NECK.png create mode 100644 Resources/Textures/_Harmony/Clothing/Neck/mantles/bisexualmantle.rsi/icon.png create mode 100644 Resources/Textures/_Harmony/Clothing/Neck/mantles/bisexualmantle.rsi/meta.json create mode 100644 Resources/Textures/_Harmony/Clothing/Neck/mantles/enbymantle.rsi/equipped-NECK.png create mode 100644 Resources/Textures/_Harmony/Clothing/Neck/mantles/enbymantle.rsi/icon.png create mode 100644 Resources/Textures/_Harmony/Clothing/Neck/mantles/enbymantle.rsi/meta.json create mode 100644 Resources/Textures/_Harmony/Clothing/Neck/mantles/gaymantle.rsi/equipped-NECK.png create mode 100644 Resources/Textures/_Harmony/Clothing/Neck/mantles/gaymantle.rsi/icon.png create mode 100644 Resources/Textures/_Harmony/Clothing/Neck/mantles/gaymantle.rsi/meta.json create mode 100644 Resources/Textures/_Harmony/Clothing/Neck/mantles/genderfluidmantle.rsi/equipped-NECK.png create mode 100644 Resources/Textures/_Harmony/Clothing/Neck/mantles/genderfluidmantle.rsi/icon.png create mode 100644 Resources/Textures/_Harmony/Clothing/Neck/mantles/genderfluidmantle.rsi/meta.json create mode 100644 Resources/Textures/_Harmony/Clothing/Neck/mantles/intersexmantle.rsi/equipped-NECK.png create mode 100644 Resources/Textures/_Harmony/Clothing/Neck/mantles/intersexmantle.rsi/icon.png create mode 100644 Resources/Textures/_Harmony/Clothing/Neck/mantles/intersexmantle.rsi/meta.json create mode 100644 Resources/Textures/_Harmony/Clothing/Neck/mantles/lesbianmantle.rsi/equipped-NECK.png create mode 100644 Resources/Textures/_Harmony/Clothing/Neck/mantles/lesbianmantle.rsi/icon.png create mode 100644 Resources/Textures/_Harmony/Clothing/Neck/mantles/lesbianmantle.rsi/meta.json create mode 100644 Resources/Textures/_Harmony/Clothing/Neck/mantles/pansexualmantle.rsi/equipped-NECK.png create mode 100644 Resources/Textures/_Harmony/Clothing/Neck/mantles/pansexualmantle.rsi/icon.png create mode 100644 Resources/Textures/_Harmony/Clothing/Neck/mantles/pansexualmantle.rsi/meta.json create mode 100644 Resources/Textures/_Harmony/Clothing/Neck/mantles/rainbowmantle.rsi/equipped-NECK.png create mode 100644 Resources/Textures/_Harmony/Clothing/Neck/mantles/rainbowmantle.rsi/icon.png create mode 100644 Resources/Textures/_Harmony/Clothing/Neck/mantles/rainbowmantle.rsi/meta.json create mode 100644 Resources/Textures/_Harmony/Clothing/Neck/mantles/transgendermantle.rsi/equipped-NECK.png create mode 100644 Resources/Textures/_Harmony/Clothing/Neck/mantles/transgendermantle.rsi/icon.png create mode 100644 Resources/Textures/_Harmony/Clothing/Neck/mantles/transgendermantle.rsi/meta.json diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/pride.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/pride.yml index 9a327ff284e..79ea50a8e5d 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/pride.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/pride.yml @@ -49,5 +49,6 @@ ClothingUniformColorRainbow: 2 ClothingUnderSocksCoder: 2 ClothingUnderSocksBee: 2 + ClothingNeckChameleonPride: 4 # Harmony unique pride mantles contrabandInventory: ClothingNeckScarfStripedLesbianLong: 2 diff --git a/Resources/Prototypes/_Harmony/Entities/Clothing/Neck/base_clothingneck.yml b/Resources/Prototypes/_Harmony/Entities/Clothing/Neck/base_clothingneck.yml new file mode 100644 index 00000000000..9d1e360a699 --- /dev/null +++ b/Resources/Prototypes/_Harmony/Entities/Clothing/Neck/base_clothingneck.yml @@ -0,0 +1,10 @@ + +- type: entity + abstract: true + parent: ClothingNeckBase + id: ClothingPrideMantleBase + components: + - type: Tag + tags: + - WhitelistChameleon + - WhitelistChameleonPrideMantle diff --git a/Resources/Prototypes/_Harmony/Entities/Clothing/Neck/mantles.yml b/Resources/Prototypes/_Harmony/Entities/Clothing/Neck/mantles.yml new file mode 100644 index 00000000000..8f530a950dd --- /dev/null +++ b/Resources/Prototypes/_Harmony/Entities/Clothing/Neck/mantles.yml @@ -0,0 +1,120 @@ +- type: entity + parent: ClothingPrideMantleBase + id: ClothingNeckMantleAce + name: ace mantle + description: A soft mantle, striped with the asexual flag. + components: + - type: Sprite + sprite: _Harmony/Clothing/Neck/mantles/acemantle.rsi + - type: Clothing + sprite: _Harmony/Clothing/Neck/mantles/acemantle.rsi + +- type: entity + parent: ClothingPrideMantleBase + id: ClothingNeckMantleAroAce + name: aroace mantle + description: A soft mantle, striped with the aromantic asexual flag. + components: + - type: Sprite + sprite: _Harmony/Clothing/Neck/mantles/aroacemantle.rsi + - type: Clothing + sprite: _Harmony/Clothing/Neck/mantles/aroacemantle.rsi + +- type: entity + parent: ClothingPrideMantleBase + id: ClothingNeckMantleBisexual + name: bisexual mantle + description: A soft mantle, striped with the bisexual flag. + components: + - type: Sprite + sprite: _Harmony/Clothing/Neck/mantles/bisexualmantle.rsi + - type: Clothing + sprite: _Harmony/Clothing/Neck/mantles/bisexualmantle.rsi + +- type: entity + parent: ClothingPrideMantleBase + id: ClothingNeckMantleEnby + name: enby mantle + description: A soft mantle, striped with the nonbinary flag. + components: + - type: Sprite + sprite: _Harmony/Clothing/Neck/mantles/enbymantle.rsi + - type: Clothing + sprite: _Harmony/Clothing/Neck/mantles/enbymantle.rsi + +- type: entity + parent: ClothingPrideMantleBase + id: ClothingNeckMantleGay + name: gay mantle + description: A soft mantle, striped with the gay flag. + components: + - type: Sprite + sprite: _Harmony/Clothing/Neck/mantles/gaymantle.rsi + - type: Clothing + sprite: _Harmony/Clothing/Neck/mantles/gaymantle.rsi + +- type: entity + parent: ClothingPrideMantleBase + id: ClothingNeckMantleIntersex + name: intersex mantle + description: A soft mantle, striped with the intersex flag. + components: + - type: Sprite + sprite: _Harmony/Clothing/Neck/mantles/intersexmantle.rsi + - type: Clothing + sprite: _Harmony/Clothing/Neck/mantles/intersexmantle.rsi + +- type: entity + parent: ClothingPrideMantleBase + id: ClothingNeckMantleLesbian + name: lesbian mantle + description: A soft mantle, striped with the lebsian flag. + components: + - type: Sprite + sprite: _Harmony/Clothing/Neck/mantles/lesbianmantle.rsi + - type: Clothing + sprite: _Harmony/Clothing/Neck/mantles/lesbianmantle.rsi + +- type: entity + parent: ClothingPrideMantleBase + id: ClothingNeckMantlePansexual + name: pansexual mantle + description: A soft mantle, striped with the pansexual flag. + components: + - type: Sprite + sprite: _Harmony/Clothing/Neck/mantles/pansexualmantle.rsi + - type: Clothing + sprite: _Harmony/Clothing/Neck/mantles/pansexualmantle.rsi + +- type: entity + parent: ClothingPrideMantleBase + id: ClothingNeckMantleTrans + name: trans mantle + description: A soft mantle, striped with the transgender flag. + components: + - type: Sprite + sprite: _Harmony/Clothing/Neck/mantles/transgendermantle.rsi + - type: Clothing + sprite: _Harmony/Clothing/Neck/mantles/transgendermantle.rsi + +- type: entity + parent: ClothingPrideMantleBase + id: ClothingNeckMantleGenderfluid + name: genderfluid mantle + description: A soft mantle, striped with the genderfluid flag. + components: + - type: Sprite + sprite: _Harmony/Clothing/Neck/mantles/genderfluidmantle.rsi + - type: Clothing + sprite: _Harmony/Clothing/Neck/mantles/genderfluidmantle.rsi + +- type: entity + parent: ClothingPrideMantleBase + id: ClothingNeckMantleRainbow + name: rainbow mantle + description: A soft mantle, striped with the pride flag. + components: + - type: Sprite + sprite: _Harmony/Clothing/Neck/mantles/rainbowmantle.rsi + - type: Clothing + sprite: _Harmony/Clothing/Neck/mantles/rainbowmantle.rsi diff --git a/Resources/Prototypes/_Harmony/Entities/Clothing/Neck/specific.yml b/Resources/Prototypes/_Harmony/Entities/Clothing/Neck/specific.yml new file mode 100644 index 00000000000..8a18325b14b --- /dev/null +++ b/Resources/Prototypes/_Harmony/Entities/Clothing/Neck/specific.yml @@ -0,0 +1,21 @@ +- type: entity + parent: ClothingNeckBase + id: ClothingNeckChameleonPride + name: prideful mantle + suffix: Chameleon + description: A colorful mantle celebrating pride. The fabric coloration is configurable. + components: + - type: Tag + tags: [] # ignore "WhitelistChameleon" tag + - type: Sprite + sprite: _Harmony/Clothing/Neck/mantles/rainbowmantle.rsi + - type: Clothing + sprite: _Harmony/Clothing/Neck/mantles/rainbowmantle.rsi + - type: ChameleonClothing + slot: [NECK] + default: ClothingNeckMantleRainbow + requireTag: WhitelistChameleonPrideMantle + - type: UserInterface + interfaces: + enum.ChameleonUiKey.Key: + type: ChameleonBoundUserInterface diff --git a/Resources/Prototypes/_Harmony/tags.yml b/Resources/Prototypes/_Harmony/tags.yml new file mode 100644 index 00000000000..c54ec16271e --- /dev/null +++ b/Resources/Prototypes/_Harmony/tags.yml @@ -0,0 +1,3 @@ +# Tag used for pride mantles. +- type: Tag + id: WhitelistChameleonPrideMantle diff --git a/Resources/Textures/_Harmony/Clothing/Neck/mantles/acemantle.rsi/equipped-NECK.png b/Resources/Textures/_Harmony/Clothing/Neck/mantles/acemantle.rsi/equipped-NECK.png new file mode 100644 index 0000000000000000000000000000000000000000..6db7fdddde52a6ba1c8fc587d3c9813d15ec7f90 GIT binary patch literal 872 zcmV-u1DE`XP)Px&B1uF+RCt{2noUa^Q51%sN`F9AiVP}-Qg;*Do!f4Ll3hiRf-7lOZUQX`f)Ee{ zp@nR^vUF7_0nwdU+_-hulI)Z+G7f{3Xn%pXi}X%zCYsEh#IJImjd@mtY1a!^`3t^T8=3tiW35vbSegkgx|I1CRDx2&zzYKcGh zuJs=$S@dCJLyc!L6pO_+v3OGDav9(A)cfV-zBQpzsVJaDKmOO$2h{xhd?Nj>i_Xu_ z6~LFxO~x}BbRzGHMSh)}@N8m&kL9u!#`ioH3k3j%hK71>g4W;P-;ZMP2VoQrKrWX{ ztlx3L=QlqUz|_hBqoboOP4GQ0YJeGAEEEWWfW!4m0N#Fkk-7<5fA-Tj(AorOG{P(# zn#FG~`HA!gI$b=yI0E2s{gNOESS%FqJrCdWn9k>!o1JAkpO0ek;`RN#qKnDpa`>JX z#m(Y<&uc3_30vp|Y7P2Mv z%6$#MpOL7=Sl?h4A0JBtH{Jy870|>-<+e?*TI{;6s@Lm4 z`((DCo`6nV9YIgX>Qa)R{B z5RrtqX#?8bD>h%sRy&|u@%=JHbRurr0HWPs=9m<#2E@0#SvPx$N=ZaPR9J=Wl(9;~P!xtgeFB?I!MfQkMIXT>Sh^`f5ITvST=EEcge*=KCqV+D zTd8F65fro4A&^R@w7$W0G4Zx3O;QCN?lSGjk*U6!w>*TlE^*2 zdbRZ`A23Z*$aR{gBuRo{80fk_HyegwW!*}HzV8bF$8qM&(ljm9p63Bz+jb@G(xK^e zDgc5Y$a~9zWX1rNWdWdRTB-iZfveLO0dRb|!(xamh-@sI-(SQ4oZs%P^w=y*D2rK^ zMI1$WUp9}Us9;`&(iOR#JJD>kfbUHJTn`5M^;y4P2s@dLaYrXVdj(}77O87qIRHSf z?TQ2Q2!N0M5r^Gwe(!NOWb3&Dz*G3Z&8z#npJ9f)iDlGz^0fkFA>Q6YcDGHMjTV#H un5?dAzE*&YUfa$8jCEG7P$(3Nf5#`WaDbYQ9^}IS0000Px&aY;l$RCt{2nz3(EK^(`wC3P^*rizqUO;a08gF_o#nmREV4qS*%@df?FcXXky>m~rScfzK-0}+2;O8z1zL?}z z3x2s4j;NojA^dKVd zr^=VynQ^`P`=!%KRPlQ9hW^84kfHD&6cV`RQ z_=Kn1?$QY$81^kk5ClOG1VIo4K@bE%5X8TUr#}<7*SJ;Pk1sz6?6m@F&4N=rE!^(a z1Kgw>q$S=BUDwSUM)*v-m%0Sk1JvZzdH}(&MG&%r002ovPDHLkV1iKGx*7lg literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Harmony/Clothing/Neck/mantles/aroacemantle.rsi/icon.png b/Resources/Textures/_Harmony/Clothing/Neck/mantles/aroacemantle.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..765c385b7daf6cf92e5bbc5d9db9d3a4591b158c GIT binary patch literal 429 zcmV;e0aE^nP)Px$XGugsR9J=Wlf6ps^D~)0uKFE-ue!x#xaw-|s!oJs^=tBvU37wBhG;*#gkN zO%aRCDFDnKy#=1#7Sj-u6tm{Z)&jq7v6)#dSJ!ve^~3=*sHk-XVX4~g0|TOG<> z6@Zhyq^rh^Te4Ov4i@IGeq3E zBh6Mvtjk@MTB(Tfsq0~@eS7+>#1wKWmzwVzSvmja7VWWXk|nHBfEd0&}$jzl7nNT$v& Xn$Um%Ru7%m00000NkvXXu0mjfMd!fc literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Harmony/Clothing/Neck/mantles/aroacemantle.rsi/meta.json b/Resources/Textures/_Harmony/Clothing/Neck/mantles/aroacemantle.rsi/meta.json new file mode 100644 index 00000000000..3d43b358bfd --- /dev/null +++ b/Resources/Textures/_Harmony/Clothing/Neck/mantles/aroacemantle.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "made by Emisse (github) for ss14, edited by AryaRaiin (github)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Harmony/Clothing/Neck/mantles/aromantle.rsi/equipped-NECK.png b/Resources/Textures/_Harmony/Clothing/Neck/mantles/aromantle.rsi/equipped-NECK.png new file mode 100644 index 0000000000000000000000000000000000000000..bddc3e0689f7bbb5813f7b6c4c3620cb3765d024 GIT binary patch literal 896 zcmV-`1AqL9P)Px&I!Q!9RCt{2n$1g8Q5c7x!fl~;MM6ZgJ0ge$MNFFr!sz24ka9f<74C#$Y?VWS zyQsistug;VA0$DvX^4c9Ky=iRL1J(m#kRp|q33qyI?Vl;53Jq?TzKv|^LyXlc`pvW zF9?Dl2!bH|ryL4;;KKAJwUN%V@Z`I5wr{jwwMERL1oW7Y+C_LBoh4M2-hy3_dN6Z z-6xv($#^^t;CTU_!D$n8Ah4U@Y%Tj=f*tYWnsJ->T{LOCF^_3F@K@bE%5ClOG1VIo4 z;ol_GKNI^#`xR8zm#+oxSpjoq!7rf#clYW6u5^smv?X4NVzH>+u21e;4>Ok#_<)&w zxwdq@P0+If8h5Kas0o2KKb^g!fU>=KzwPL1snjyp0~B`$pVg-|=62sb4*-ob0QS!; zXo6H>Q`kVvTi5ddjX*a+&EBA<+z^Eqhrs7h%o` z_$5%ePN!ZefFId;XU)9%Ms#Q0vj}D-9Pb_gV0h?yeO`e|i31I3P48(afR^TFCytR= ztRz0a1R9Wt*mlW6BNH!&Zi$-}0kD+GfY0252JZd>bWqyT2Q@B15ClOG1VIoED8B)T WZl6LOboOun0000Px$Vo5|nR9J=WkwHrWK^TUgple~LADBJ9#7=+G~a>MTM3AXZPg^bdmY zoZ&C%5OnF1L_&3uTJ<0uBsH;XFdb@#)neUMq{}?8F!Rkj-}~-2pin3j|IAp>3!CR# z0^qGsm$jLA7=WAo>%jedU$}TW67K!!V?nMDm*ZX9-K7)XeSHaAt(E}D71IDrhbMn& zn)MCj+7%^FQPo!L}$#umpkupu*+ie<+#&A#YR|xoil4tu>o-Z1+a^ykGeFt!d0Avt1 z&d7t92MW*|;vkun^|NetAoGFHbzJ}=Y8dhZ#7{ji!=!Z^j`pt=3WY*3O1=P_R(r&B SnsO`v0000k44ofy`glX(f`7zg--xE|TD zZ1v1KA8(Jyh!A@_8&eY_D+>dlB!k6@YfJ^R{im@gM6&7Cd#JdTS{LqQNSMtWbRfMU z6R1G2B*-uLKLjv9>Hq&)UAuC$%W>xa`eUv+(@)KU=Qq6BFeP=u z@i!@kd<-e9J?}RqoKf~V%Wd|Lk-;g&t!lEa$AeEx?4JFd-RmN^p?Ru+in8FrcMJ*N zMHR)aTYX?qZFo9qqQaAY^_0>-YgcOQOzv%ID){rvc-fR)r49ismjCA3U*vf3z5I3f zy~)Rd|JRwHcdFUjKKB@FL<119Gdg|e-z4~u>BB64cH{c)e>K8qCSG95sxgoWxyoig zGr;J;uJ1R0?_INVQw+nYHw<+#4^@|U0%QF~N>v%OfI2RmSUa1;# zL}EjI_xz5JElGQ;ZDyAgh5B3jaBpDv&-#Pmo@7~+^Sy1Xppf@;^>bP0l+XkKX3EN$ literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Harmony/Clothing/Neck/mantles/bisexualmantle.rsi/icon.png b/Resources/Textures/_Harmony/Clothing/Neck/mantles/bisexualmantle.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..aa792afc31c692530687d1289747a644926e8795 GIT binary patch literal 286 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|j01c^T#xKn zwt8lrkGDr;M2Nkejj4%|m4yLNlEGrdHKu~u{?k|#BH8rnJyhIEtqXTDB+OB9|9Pl^#A`aUo89$l&tY|aSXBOeLLwOAG0Ed%igK1hd=y}zdiAtPx&GD$>1RCt{2nmKQykRMwMe^^R_GtsZe2RKb;;7r z!KGVQTMMytX(_IbX@=l+X%wMJJUZMdAs~ow9pYVHE>Z7Ya+0>c&vx(LyYKsb?{}9Y zzaI#KAP9mW{HF})F8EctY0f?j@ zdckRZ&Q*^OtYh+pBj#sExM>Wv%pFX8@3|3i>0b*oDPJhMwUaFltm6yk9azWIPPWJw zitdFIHE|rLP5-7b)E2y_?>J6q{Y#yC_pA}j%nD3Si~~@&7x-O!&(GZ|x2ICv7=BJ7 zxedVHewpHGW9^F%GhJtbr~l~fxIb367uo{%^Z`D-EQi*=a6%@NaRHXnS<<7^Ehg;k zmwf}&vEnLJ4ol=JSpZDajBJ9Z|LX2K&}srSj8FrIX7Fn}%c1lyJZTt)n@lEwRucfe zye_d@HJM6fc<^Q#pe=aYwy`X$YXhKZf_f8F)XejOhb|3(&L%)3P|pB$tXIKz()UaN z{2KxIfkQL+u==4ksBQupMr6M&`D?R_IoAtZM?5U&nGi%bc+mR}P~WVb)?IeKE6&SA z=q~eO|8VIg!AuMiCG$dk2lNY;WewQ2jcJ-K9 z%ea3D+)O6pA1tLC`svYWh8|V{SblOpp7MBhG3UR5J2XUSU#|;X!!QUoZFs278<(Ng zAfY-B&2;Q#H;4{~VYmRno&lXq)ZKXS1E^oh(*3$GK@bE%5ClOG`jkH)8MflxDFI6W O0000Px$JV``BR9J=Wl(A02Kpe(@7#9-;Y^NG@W3q+;8GQ-kVqD!=9DD#Cz`@1M)wmd5 z!VwvW=R^pJCERq#K*B;&rH&%kC!t zj^h}4=Zao$`ys&f%V|7YS0oAs=(GX=?%(UV{u>3p?}q>n7jL9XL`C#qJ^cCm4gev< z#*Bl!hPqj&6)+qH@mvodj)F|M3AtC~d0yzcF0i@@fcoP~(|^jARZ1bH-0c(Ol}J-G z+_*rx#7(tL^|%)AjsFIGjN6673l&J0SVz%tF#HK4q?9G46her^TnMpMIBfA0Yv?cI gEPx&Wl2OqRCt{2nomg6VHn3hi?oq};k06vC8mcif+kcjA}~U_2$`o2;wd^sUP3)) zbSXMTr|8hh47!AbLBya0E%4I8KUkI{bsGsymOH#1#{2W#Z)3kdo1*o6ZhL?4yYKUS z-}l|do(BX$5ClOG{!;>87wmg*O9f(a(hr_nYlHpQl?vDLr~i@X_w%C<5QxRCF%_-_ z@TKp1LG$MkWxoFQ?gN2X92KtR#KrSDb7xw6%5Fp=23RQ2@sca12hHpaX$yf{8CLS=(5oy0V_o>8qAOTDa8Y?fRjX zZp(Zi=S1j}2iZ+XOpm(OcNL&%0^}#>^t@C|6CisEXXciy=gp^%=3F~3`mTd)tnRSB zhUVAa=B;yjUMhu7qKV&=x8*-v%86-0uqk4Vr)Q&pzmvDC41lZ&Ya5G%tIk+svD6gR zmG!=^-L5l0v(;Bl5ClOG1VIo4K@bE%5QKjdUw!h~tu9{ zmrAjcxo)6XxO`)4N@I5S?fn3-eFi{&&w|FwDctKf5OddcKfrdNi=e@#2*X3VXCb>0 zg_; zqXe5Gq}G=ixDCBG137&IZt!$pFI{+TWo{;}ccq+75yfb&>r((`Q-)bCAAf(P{2zji z)g8(#NyGLhZl{nDkS&+Htr&X>+$>4M&M8ap)VKse5ClOG1VPxj`~}|Zvh$k|w#xtj N002ovPDHLkV1gOy!IJ<0 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Harmony/Clothing/Neck/mantles/gaymantle.rsi/icon.png b/Resources/Textures/_Harmony/Clothing/Neck/mantles/gaymantle.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..964884f5b28dfd3d69f5072813c0a9a83b914b36 GIT binary patch literal 439 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 N002ovPDHLkV1g@Ej70zd literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Harmony/Clothing/Neck/mantles/intersexmantle.rsi/meta.json b/Resources/Textures/_Harmony/Clothing/Neck/mantles/intersexmantle.rsi/meta.json new file mode 100644 index 00000000000..3d43b358bfd --- /dev/null +++ b/Resources/Textures/_Harmony/Clothing/Neck/mantles/intersexmantle.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "made by Emisse (github) for ss14, edited by AryaRaiin (github)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Harmony/Clothing/Neck/mantles/lesbianmantle.rsi/equipped-NECK.png b/Resources/Textures/_Harmony/Clothing/Neck/mantles/lesbianmantle.rsi/equipped-NECK.png new file mode 100644 index 0000000000000000000000000000000000000000..430cb6208069bd20a3a9b85b97f94f1d65775e6e GIT binary patch literal 931 zcmV;U16=%xP)Px&T}ebiRCt{2noUSlQ5462&#_umR6|pdgjix&R0|7iSBrwEAt7-Q2oY`CwW=UU z3W93Yu1!P`v)U0 zI}YFpF*Gvf31E%^Ox=3}fYaVb>%!yMB6PMqP}+8`2;d5l8@TpE`%vrNs_x(KlZx z_^$3AHoqA3?G2*n>9i%%s#c`{(Ai+mOf&N81H%h8yDL)EoHf1jrAr*nFv&B7l1(2D9Vdd|hpo@7hJNAKJ-Q ztI_)!da8Qz_7$5il|q?l5;yaf{D(_9F-4e9S9{}$%qS2q^H!Ar;EFK3U~|&i=Z(Eq zpV?iJigoQ)odBApzH)*f2!bF8f*=TjAP9mW{F}u3Gx2S`Tca^?}mIGY`E!4A6sEMK& z6>*%*q+$63 z&!vzM;Fin7R*WM#ZkD8B<&>pYs$YU22!bF8f*`D1{s1v7q|(oNoels1002ovPDHLk FV1g;QxefpT literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Harmony/Clothing/Neck/mantles/lesbianmantle.rsi/icon.png b/Resources/Textures/_Harmony/Clothing/Neck/mantles/lesbianmantle.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..d23548d501ceab1878e960cbc84fe7c69c172ba0 GIT binary patch literal 436 zcmV;l0ZaagP)Px$Zb?KzR9J=Wls`+uKp4iKnBpdAASxCSHMF3pLlC+;C=|)0xb-_Y>CmA#IOyaj zaB-756)EW8T96J_6dD?f6s0u~hi=989Lk+Zlr$HIF85n<_x^hx-h%)Ffj}^1B;JOn z6%YWhzkXtBtp8npX*KlRP=$`;5CCXpbpXKh*yyjC zX1fCbm^v;402D~_cVDfMS zeiPJ)Uzm!2oZJBbwlDVsHDWlHX3CTQOT2hn!uXZx>5Xh4(>s@PvO%(LW{GN^N5Ew;5Gq( z8F52b&Lhrcz;B{!%(1v!c#R~^ZGf71>DkzlmRRhDJY!)*Px%YWA2t)Q_uM>U_NIfk7;9gzOndk&2_^l#~c-NB>kQ2#TUj^oYsd4(PuK1{VF%N~~=QdzIHQCS` zM+&{$-ec&EVSWCNv^kw5vf$SldSkeTpSjjGdxgjpeTk z^j;prMLRMF08Y3@;LQq@nT`{#0RS%Ac>Zh?$>DNv0^bZ^Z#rU(!}Hsb{W{2fSy*RR ztTQ;=C1SNjVu3e9=-Vy77xAdHU_~dHVW3zAtaSB5IR)BLGOpUBCH_|KU<6Y7@aP0IuODDznC*S*<~BGFORZr;5%=)OrNuj*q-aWbRSNPgig2fX7La%YnFECJ(K< zm3G8sJ%0JlX!Hbd(}iobQ>Aj9Q>gt8kXfwENbyw-5k=rJoNz7TSE1CefU3v;Eo27? zkZqnwL+iM5&y89*zbkc`BC@c~t{4EQQaSewym+&z-ye{q&Hw4blX3#$jcCRp0z@Tg pV1H!kea(v?2!bF8f*^>!Px$G)Y83R9J=Wld(>NP!xtgpew}Dq!FD=Px&7)eAyRCt{2n!isIVHn3h*ECKHYTCu1###&$gFyWYASO65xVy`Q*3mFpV5+-u zajc6N1AhSp9h?Xhh)Q(m1s#}7)7PQ*-o4lBkN4W1f_Xm4h2DGbz2EQi+2y2dtm{~buSXZ%U4|22 z9GF>;-jiCkTiXV8ic+rvU4R+Wi}zRia2|nk)lR?fBy}1MUYq%_2lpof(a7SKCVJtl zWK?s>4e3IV2nas_?ITsrpq{&Z^?OcmRx;st-7^AETZID`CNhwJ8q7(RGodwXOmx+M zpcJ#&kalggb?vqxbLiR9K70>5b<{hjcZ_`vXgnjD{RNkA-{JZ-xU&%snw`4;v7Z4e zeNTITp%rO97bF5&f!B^&pM5W$hoKSxP;%DPvxVjG;A|G__!F{J6%zv$0$`l`$MA$-qhC*LEX9n z&`P?8avQC&~e@(InA3u~?YG$lH|qGoGhk*6YRoAE4g9X^Cd%{4}c{Zy`Mf+w;kP4Q|gn z>fWZJafXA}7jSGOzwj{Da`uL&EB-e?>C;i@(kQz@;$U{J02J@$f)lfYr3bN$nPrv=K@bE%5QOu~AHR)I9UF^iaR2}S07*qoM6N<$f=eZl82|tP literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Harmony/Clothing/Neck/mantles/rainbowmantle.rsi/icon.png b/Resources/Textures/_Harmony/Clothing/Neck/mantles/rainbowmantle.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..7255ac3993033e9410ec237d180af6350a1a15a3 GIT binary patch literal 372 zcmV-)0gL{LP)Px$E=fc|R9J=Wl(9}iF%*Ws5??@bSv4wgbh`2ePWTe;GNCvcMo}i%c?p<&17&hF zsL_=heF4L9D5ceqdt21V(0^&u)1L23Z*w6gCMM>eqe2f%K>$Y1S~?p`OZ4+TV8A{J z5%Jn6Z;15ueALim>eS6`q@7vQV^AA@y$d&~RwC1SrbYS=v|;B4Y~TQ;Zh~B7#r<=O zM80NhQGfy!qT3IImpp{7Zd9V=qM<0n1e8(KK z3q;&}2m8Ri1OVFVTFz_wqs#WXKA5aoQ1+qMp5Fnu9Cm2R>F+$kMG~%v3l4<`2^a~0 zW_2G`KD08E8``(`0739z0e}Px&SxH1eRCt{2n$JsAQ545NMif}KP-GB)kThx-m>5d4XptiJgQQh0+_}*HfLiny zw6H%QUASwZt1wJOMi(tcl*EF>A0rMvMMB;zOatA#7UR9$`N7P*H#4SnJ{$4ed*|Hq zz31IG%sC(kf*=Tj@SjrTc0teLu`?E2;^(V2y|!dv-s$dW=6%a0*PrLbKfqXUN!z+R zngKld&w9b($fRTb-&fbpSa6B%j%J3|XX55wdHx{pLZtGq$i;tF6Qj|n18^`rN?G-F z0BkG5R(P8le^s3AYVR`uN=r-gCW7f7(EdzpD+1u!f5u6NBa_auzk(aJ)!KG2Jj##z z0oKAh)cY&(&4#pNfQ?Oy#_(=lGGXD%SI6|N{F@?}!kc?&y>mOG|Fjc&7LOg3Ud#Rp z04>DErlkciZ2*noT_BdGx!emX?Gq0`aWFiZ6u8=l+C!#8xR`EmEVu+6?Yx;8rt!qK zeDc>f8{#OujnArL+Mp={BnOviJXcH+AofVCg?IFLy}wdtpPS&p#cQysZ(P5Iz70K2 zT9;`&SCj~V7Q#fOyqn;`!xy2yi77&8bx_*_4gG-o;NhGJ05K72*Y~iWJkqwZkDu7A zEBEx+ojU;(g?{7&K@bE%5ClOG1VIo4LHIZE^kZVlz`O&w)#dX+Vz0od{VJSTs|Psh zY|Cp&JRQ+!)VVx8pJew^jds1j3_ev^y3iu1UI9g7sobpyt|o82edj=ORn|>8I#<$_ z%vA$L&C3^sDUBtnpV$uorzZd;_be#fWMSI=fOMFrZd(yupDQ$~2pU=)OzK%k)kKkr z3tl#%g14jB5$RChLsY38;>+a)xdfZ~#vQXH4W}P?BB_Lc zSh+mgim|JWnPx$Z%IT!R9J=Wls!vAVHk!l8yf6mP#Q#pB(-p;D2!T*un&x;8rmA{7xXLo1v$7i zlCjfAI zhJR_QN(q4e?F|4N4u_%M9YyK8M|H&OX{y!ZiKY-$r6i0s3Ppv`^hC%0Z3WucGd>rs zA+#W^#+rFBUjaI=qwS?Tsj2|kMv5c8SYDiMCkNo{;)Zp42-w2_lp{9l0RRT}Zq>oD z5ZOkGjL#+N`iT^ZiZ}=J6$17!Z_jDocW3^$g1 fNF)-8r0aYG%OZdchEmCd00000NkvXXu0mjfhP=YL literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Harmony/Clothing/Neck/mantles/transgendermantle.rsi/meta.json b/Resources/Textures/_Harmony/Clothing/Neck/mantles/transgendermantle.rsi/meta.json new file mode 100644 index 00000000000..3d43b358bfd --- /dev/null +++ b/Resources/Textures/_Harmony/Clothing/Neck/mantles/transgendermantle.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "made by Emisse (github) for ss14, edited by AryaRaiin (github)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + } + ] +} From 9dab3d9d746496f7b671d000e0c172845d7a0f12 Mon Sep 17 00:00:00 2001 From: funkystationbot Date: Thu, 26 Jun 2025 04:50:15 +0000 Subject: [PATCH 004/182] Update Changelog (#940) --- Resources/Changelog/Funkylog.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Resources/Changelog/Funkylog.yml b/Resources/Changelog/Funkylog.yml index bf837a17eac..22ec93fa3ba 100644 --- a/Resources/Changelog/Funkylog.yml +++ b/Resources/Changelog/Funkylog.yml @@ -3169,3 +3169,11 @@ Entries: message: Added missing changeling armor stun resist. id: 382 time: '2025-06-16T15:42:34.0000000+00:00' +- author: IronDragoon + changes: + - type: Add + message: >- + Added pride mantle to vendor, which is a chameleon item with multiple + different LGBTQIA+ flags on it. + id: 383 + time: '2025-06-26T04:49:40.0000000+00:00' From 793389178e26e758cdb381fbb5cdf990278509a7 Mon Sep 17 00:00:00 2001 From: Ekpy <33184056+Ekpy@users.noreply.github.com> Date: Thu, 26 Jun 2025 07:52:02 +0300 Subject: [PATCH 005/182] Crayon Placement Preview Overlay (#941) --- Content.Client/Crayon/CrayonSystem.cs | 14 ++- Content.Client/Options/UI/Tabs/MiscTab.xaml | 3 + .../Options/UI/Tabs/MiscTab.xaml.cs | 3 +- .../Crayon/Overlays/CrayonPlacementOverlay.cs | 94 +++++++++++++++++++ .../CCVar/_FunkyStation/CCVars.Hud.cs | 12 +++ .../en-US/escape-menu/ui/options-menu.ftl | 3 + 6 files changed, 126 insertions(+), 3 deletions(-) create mode 100644 Content.Client/_Funkystation/Crayon/Overlays/CrayonPlacementOverlay.cs create mode 100644 Content.Shared/CCVar/_FunkyStation/CCVars.Hud.cs diff --git a/Content.Client/Crayon/CrayonSystem.cs b/Content.Client/Crayon/CrayonSystem.cs index 07dfe4a1f6b..85e531ed251 100644 --- a/Content.Client/Crayon/CrayonSystem.cs +++ b/Content.Client/Crayon/CrayonSystem.cs @@ -1,22 +1,32 @@ +using Content.Client.Crayon.Overlays; using Content.Client.Items; using Content.Client.Message; using Content.Client.Stylesheets; using Content.Shared.Crayon; +using Content.Shared.Decals; +using Robust.Client.GameObjects; +using Robust.Client.Graphics; using Robust.Client.UserInterface; using Robust.Client.UserInterface.Controls; -using Robust.Shared.GameObjects; using Robust.Shared.GameStates; -using Robust.Shared.Localization; +using Robust.Shared.Prototypes; using Robust.Shared.Timing; namespace Content.Client.Crayon; public sealed class CrayonSystem : SharedCrayonSystem { + [Dependency] private readonly IOverlayManager _overlayManager = default!; + [Dependency] private readonly SharedTransformSystem _transform = default!; + [Dependency] private readonly SpriteSystem _sprite = default!; + // Didn't do in shared because I don't think most of the server stuff can be predicted. public override void Initialize() { base.Initialize(); + + _overlayManager.AddOverlay(new CrayonPlacementOverlay(_transform, _sprite)); //Funky Station + SubscribeLocalEvent(OnCrayonHandleState); Subs.ItemStatus(ent => new StatusControl(ent)); } diff --git a/Content.Client/Options/UI/Tabs/MiscTab.xaml b/Content.Client/Options/UI/Tabs/MiscTab.xaml index c1733e209db..9ef39e5227c 100644 --- a/Content.Client/Options/UI/Tabs/MiscTab.xaml +++ b/Content.Client/Options/UI/Tabs/MiscTab.xaml @@ -22,6 +22,9 @@ StyleClasses="LabelKeyText"/> + + +

+ /// Deciding crayon transparentcy for CrayonPlacementOverlay + /// + public static readonly CVarDef CrayonOverlayTransparency = + CVarDef.Create("hud.crayon_overlay_transparency", 0.75f, CVar.ARCHIVE | CVar.CLIENTONLY); +} diff --git a/Resources/Locale/en-US/escape-menu/ui/options-menu.ftl b/Resources/Locale/en-US/escape-menu/ui/options-menu.ftl index aafb641adf0..ee316e80bce 100644 --- a/Resources/Locale/en-US/escape-menu/ui/options-menu.ftl +++ b/Resources/Locale/en-US/escape-menu/ui/options-menu.ftl @@ -49,6 +49,9 @@ ui-options-misc-label = Misc ui-options-interface-label = Interface +## Funky Station +ui-options-crayon-overlay-transparency = Crayon overlay transparency + ui-options-show-held-item = Show held item next to cursor ui-options-show-combat-mode-indicators = Show combat mode indicators with cursor ui-options-opaque-storage-window = Opaque storage window From 402afb9b81e5bb16503fd58ab71e108a4f1e09c7 Mon Sep 17 00:00:00 2001 From: Drywink <43855731+Drywink@users.noreply.github.com> Date: Thu, 26 Jun 2025 06:53:00 +0200 Subject: [PATCH 006/182] Organic shield fix (#950) --- .../Behaviors/RemoveOrganicShield.cs | 32 +++++++++++++++++++ .../Changeling/ChangelingSystem.Abilities.cs | 16 +++++----- .../Changeling/ChangelingSystem.cs | 19 ++++++----- .../Changeling/ChangelingComponent.cs | 4 ++- .../Entities/Objects/Shields/shields.yml | 7 +--- 5 files changed, 53 insertions(+), 25 deletions(-) create mode 100644 Content.Server/Destructible/Thresholds/Behaviors/RemoveOrganicShield.cs diff --git a/Content.Server/Destructible/Thresholds/Behaviors/RemoveOrganicShield.cs b/Content.Server/Destructible/Thresholds/Behaviors/RemoveOrganicShield.cs new file mode 100644 index 00000000000..2279a5f7a68 --- /dev/null +++ b/Content.Server/Destructible/Thresholds/Behaviors/RemoveOrganicShield.cs @@ -0,0 +1,32 @@ +using Content.Shared.Changeling; + +namespace Content.Server.Destructible.Thresholds.Behaviors +{ + [DataDefinition] + public sealed partial class RemoveOrganicShield : IThresholdBehavior + { + public void Execute(EntityUid owner, DestructibleSystem system, EntityUid? cause = null) + { + var entManager = IoCManager.Resolve(); + //Logger.Debug($"[RemoveOrganicShield] Executing on entity {owner}"); + + // Climb the parent chain to find the root entity with the ChangelingComponent + var current = owner; + while (entManager.TryGetComponent(current, out TransformComponent? xform) && xform.ParentUid.IsValid()) + { + current = xform.ParentUid; + + if (entManager.HasComponent(current)) + { + if (entManager.TryGetComponent(current, out ChangelingComponent? changelingComponent)) + { + // Logger.Debug($"[RemoveOrganicShield] Found ChangelingComponent on {current}, removing shield."); + changelingComponent.Equipment.Remove(changelingComponent.ShieldPrototype); + return; + } + } + } + Logger.Warning($"[RemoveOrganicShield] Could not find owning entity with ChangelingComponent for {owner}"); + } + } +} diff --git a/Content.Server/_Goobstation/Changeling/ChangelingSystem.Abilities.cs b/Content.Server/_Goobstation/Changeling/ChangelingSystem.Abilities.cs index 50654b8c849..2864958b719 100644 --- a/Content.Server/_Goobstation/Changeling/ChangelingSystem.Abilities.cs +++ b/Content.Server/_Goobstation/Changeling/ChangelingSystem.Abilities.cs @@ -213,7 +213,7 @@ private void OnAbsorbDoAfter(EntityUid uid, ChangelingComponent comp, ref Absorb bonusChemicals += targetComp.MaxChemicals / 2; bonusEvolutionPoints += 10; comp.MaxBiomass += targetComp.MaxBiomass / 2; - + isTargetChangeling = true; } else @@ -239,12 +239,12 @@ private void OnAbsorbDoAfter(EntityUid uid, ChangelingComponent comp, ref Absorb objective.Absorbed += 1; if (isTargetChangeling) return; - + if (!TryComp(target, out var targetingComponent)) return; // funky station - if you get here somethings really wrong - + var bodyPart = _bodySystem.GetRandomBodyPart(target, targetingComponent, _bodyPartBlacklist); - + if (bodyPart != null) { if (_proto.TryIndex("Blunt", out var bluntDamage)) @@ -255,7 +255,7 @@ private void OnAbsorbDoAfter(EntityUid uid, ChangelingComponent comp, ref Absorb var bodyOrgans = _bodySystem.GetBodyOrgans(target); var valueTuples = bodyOrgans.ToList(); - + foreach (var organ in valueTuples) { if (organs.Contains(organ.Component.SlotId)) @@ -271,11 +271,11 @@ private List GetRandomOrgans() var organWhitelist = new Dictionary(_organWhitelist); List organs = []; const int tries = 3; - + for (var i = 0; i < tries; i++) { _rand.TryPickAndTake(organWhitelist, out var organ); - + if (organ != null) organs.Add(organ); } @@ -424,7 +424,7 @@ private void OnToggleShield(EntityUid uid, ChangelingComponent comp, ref ToggleO if (!TryUseAbility(uid, comp, args)) return; - if (!TryToggleItem(uid, ShieldPrototype, comp)) + if (!TryToggleItem(uid, comp.ShieldPrototype, comp)) return; PlayMeatySound(uid, comp); diff --git a/Content.Server/_Goobstation/Changeling/ChangelingSystem.cs b/Content.Server/_Goobstation/Changeling/ChangelingSystem.cs index dff42ace1d4..60306419333 100644 --- a/Content.Server/_Goobstation/Changeling/ChangelingSystem.cs +++ b/Content.Server/_Goobstation/Changeling/ChangelingSystem.cs @@ -108,8 +108,7 @@ public sealed partial class ChangelingSystem : EntitySystem public EntProtoId ArmbladePrototype = "ArmBladeChangeling"; public EntProtoId FakeArmbladePrototype = "FakeArmBladeChangeling"; - - public EntProtoId ShieldPrototype = "ChangelingShield"; + public EntProtoId BoneShardPrototype = "ThrowingStarChangeling"; public EntProtoId ArmorPrototype = "ChangelingClothingOuterArmor"; @@ -118,17 +117,17 @@ public sealed partial class ChangelingSystem : EntitySystem public EntProtoId SpacesuitPrototype = "ChangelingClothingOuterHardsuit"; public EntProtoId SpacesuitHelmetPrototype = "ChangelingClothingHeadHelmetHardsuit"; - private readonly List _bodyPartBlacklist = - [ - TargetBodyPart.Head, - TargetBodyPart.Torso, + private readonly List _bodyPartBlacklist = + [ + TargetBodyPart.Head, + TargetBodyPart.Torso, TargetBodyPart.Groin, TargetBodyPart.LeftFoot, TargetBodyPart.RightFoot, TargetBodyPart.RightHand, TargetBodyPart.LeftHand ]; - + private readonly Dictionary _organWhitelist = new() { { "stomach", 0.5f }, @@ -463,15 +462,15 @@ public bool TryStealDNA(EntityUid uid, EntityUid target, ChangelingComponent com || !TryComp(target, out var dna) || !TryComp(target, out var fingerprint)) return false; - + if (_mobState.IsAlive(target) && comp.UsedDnaStingFirstTime) { _popup.PopupEntity(Loc.GetString("changeling-sting-extract-alive-fail"), uid, uid); return false; } - + comp.UsedDnaStingFirstTime = true; - + foreach (var storedDNA in comp.AbsorbedDNA) { if (storedDNA.DNA == dna.DNA) diff --git a/Content.Shared/_Goobstation/Changeling/ChangelingComponent.cs b/Content.Shared/_Goobstation/Changeling/ChangelingComponent.cs index 4558ac9dc51..793909f21ff 100644 --- a/Content.Shared/_Goobstation/Changeling/ChangelingComponent.cs +++ b/Content.Shared/_Goobstation/Changeling/ChangelingComponent.cs @@ -46,6 +46,8 @@ public sealed partial class ChangelingComponent : Component #endregion + public EntProtoId ShieldPrototype = "ChangelingShield"; + public bool IsInStasis = false; public bool StrainedMusclesActive = false; @@ -133,7 +135,7 @@ public sealed partial class ChangelingComponent : Component [ViewVariables(VVAccess.ReadOnly)] public TransformData? SelectedForm; - + /// /// If the changeling used their DNA sting for the first time. Only set when used first time. /// By default false. diff --git a/Resources/Prototypes/_Goobstation/Changeling/Entities/Objects/Shields/shields.yml b/Resources/Prototypes/_Goobstation/Changeling/Entities/Objects/Shields/shields.yml index 2d7d01f9e16..235328fceb3 100644 --- a/Resources/Prototypes/_Goobstation/Changeling/Entities/Objects/Shields/shields.yml +++ b/Resources/Prototypes/_Goobstation/Changeling/Entities/Objects/Shields/shields.yml @@ -14,16 +14,11 @@ heldPrefix: ling - type: Destructible thresholds: - - trigger: - !type:DamageTrigger - damage: 60 - behaviors: - - !type:DoActsBehavior - acts: [ "Destruction" ] - trigger: !type:DamageTrigger damage: 50 behaviors: + - !type:RemoveOrganicShield # Remove the shield Uid in the equipment dictionary of the changeling component (avoid triggering this ability to "deactivate a shield that is destroyed") - !type:DoActsBehavior acts: [ "Destruction" ] - !type:PlaySoundBehavior From dbe0a9358793317db5ffe139cc6814a66bd560fe Mon Sep 17 00:00:00 2001 From: funkystationbot Date: Thu, 26 Jun 2025 05:00:12 +0000 Subject: [PATCH 007/182] Update Changelog (#950) --- Resources/Changelog/Funkylog.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Resources/Changelog/Funkylog.yml b/Resources/Changelog/Funkylog.yml index 22ec93fa3ba..d131ba8405b 100644 --- a/Resources/Changelog/Funkylog.yml +++ b/Resources/Changelog/Funkylog.yml @@ -3177,3 +3177,11 @@ Entries: different LGBTQIA+ flags on it. id: 383 time: '2025-06-26T04:49:40.0000000+00:00' +- author: Drywink + changes: + - type: Fix + message: >- + Changeling organic shield no longer needs to be "retracted" when it is + broken. + id: 384 + time: '2025-06-26T04:53:00.0000000+00:00' From 8a11ac08795e5055a47ee6f2111a89684524ce83 Mon Sep 17 00:00:00 2001 From: jackel234 <52829582+jackel234@users.noreply.github.com> Date: Thu, 26 Jun 2025 01:01:30 -0400 Subject: [PATCH 008/182] [port] Vox sounds from Impstation (and a few from Goob) (#927) --- .../_Goobstation/Voice/Vox/attributions.yml | 9 +++++ .../_Goobstation/Voice/Vox/vox_cough.ogg | Bin 0 -> 25413 bytes .../_Goobstation/Voice/Vox/vox_deathgasp.ogg | Bin 0 -> 44666 bytes .../_Goobstation/Voice/Vox/vox_sneeze.ogg | Bin 0 -> 20104 bytes .../_Impstation/Voice/Vox/attributions.yml | 34 ++++++++++++++++++ .../_Impstation/Voice/Vox/voxchitter1.ogg | Bin 0 -> 12126 bytes .../_Impstation/Voice/Vox/voxchitter2.ogg | Bin 0 -> 27868 bytes .../Audio/_Impstation/Voice/Vox/voxcoo1.ogg | Bin 0 -> 9451 bytes .../Audio/_Impstation/Voice/Vox/voxcoo2.ogg | Bin 0 -> 6281 bytes .../Audio/_Impstation/Voice/Vox/voxcry.ogg | Bin 0 -> 10355 bytes .../Audio/_Impstation/Voice/Vox/voxgasp1.ogg | Bin 0 -> 6524 bytes .../Audio/_Impstation/Voice/Vox/voxgasp2.ogg | Bin 0 -> 7698 bytes .../Audio/_Impstation/Voice/Vox/voxgasp3.ogg | Bin 0 -> 7984 bytes .../Audio/_Impstation/Voice/Vox/voxhiss.ogg | Bin 0 -> 14207 bytes Resources/Locale/en-US/chat/emotes.ftl | 1 + .../Prototypes/Entities/Mobs/Species/vox.yml | 4 +++ .../Nyanotrasen/Voice/speech_emotes.yml | 1 + .../Prototypes/SoundCollections/emotes.yml | 19 ++++++++++ .../Prototypes/SoundCollections/harpy.yml | 3 ++ .../Prototypes/SoundCollections/screams.yml | 2 +- Resources/Prototypes/Voice/disease_emotes.yml | 9 ++++- .../Prototypes/Voice/speech_emote_sounds.yml | 30 ++++++++++++++++ Resources/Prototypes/Voice/speech_emotes.yml | 17 +++++++++ .../Prototypes/_DV/Voice/speech_emotes.yml | 1 + Resources/Prototypes/_Funkystation/tags.yml | 5 ++- .../Interface/Emotes/attributions.yml | 5 +++ .../_Impstation/Interface/Emotes/coo.png | Bin 0 -> 1104 bytes 27 files changed, 137 insertions(+), 3 deletions(-) create mode 100644 Resources/Audio/_Goobstation/Voice/Vox/attributions.yml create mode 100644 Resources/Audio/_Goobstation/Voice/Vox/vox_cough.ogg create mode 100644 Resources/Audio/_Goobstation/Voice/Vox/vox_deathgasp.ogg create mode 100644 Resources/Audio/_Goobstation/Voice/Vox/vox_sneeze.ogg create mode 100644 Resources/Audio/_Impstation/Voice/Vox/attributions.yml create mode 100644 Resources/Audio/_Impstation/Voice/Vox/voxchitter1.ogg create mode 100644 Resources/Audio/_Impstation/Voice/Vox/voxchitter2.ogg create mode 100644 Resources/Audio/_Impstation/Voice/Vox/voxcoo1.ogg create mode 100644 Resources/Audio/_Impstation/Voice/Vox/voxcoo2.ogg create mode 100644 Resources/Audio/_Impstation/Voice/Vox/voxcry.ogg create mode 100644 Resources/Audio/_Impstation/Voice/Vox/voxgasp1.ogg create mode 100644 Resources/Audio/_Impstation/Voice/Vox/voxgasp2.ogg create mode 100644 Resources/Audio/_Impstation/Voice/Vox/voxgasp3.ogg create mode 100644 Resources/Audio/_Impstation/Voice/Vox/voxhiss.ogg create mode 100644 Resources/Textures/_Impstation/Interface/Emotes/attributions.yml create mode 100644 Resources/Textures/_Impstation/Interface/Emotes/coo.png diff --git a/Resources/Audio/_Goobstation/Voice/Vox/attributions.yml b/Resources/Audio/_Goobstation/Voice/Vox/attributions.yml new file mode 100644 index 00000000000..3809b473a50 --- /dev/null +++ b/Resources/Audio/_Goobstation/Voice/Vox/attributions.yml @@ -0,0 +1,9 @@ +# SPDX-FileCopyrightText: 2025 Armok <155400926+ARMOKS@users.noreply.github.com> +# SPDX-FileCopyrightText: 2025 GoobBot +# +# SPDX-License-Identifier: AGPL-3.0-or-later + +- files: ["vox_deathgasp.ogg", "vox_cough.ogg", "vox_sneeze.ogg"] + license: "CC0-1.0" + copyright: "Shartmok made this dogwater, Prehistoric bird sounds by Mastersoundboy2005" + source: "https://freesound.org/s/733528/" diff --git a/Resources/Audio/_Goobstation/Voice/Vox/vox_cough.ogg b/Resources/Audio/_Goobstation/Voice/Vox/vox_cough.ogg new file mode 100644 index 0000000000000000000000000000000000000000..ffd2d2d840f86def2a6a5bceb847233e9f28cdcf GIT binary patch literal 25413 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 literal 0 HcmV?d00001 diff --git a/Resources/Audio/_Goobstation/Voice/Vox/vox_sneeze.ogg b/Resources/Audio/_Goobstation/Voice/Vox/vox_sneeze.ogg new file mode 100644 index 0000000000000000000000000000000000000000..ebf9bd1f77d9e73468c202ca92bf1a9bcd61ef1d GIT binary patch literal 20104 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 literal 0 HcmV?d00001 diff --git a/Resources/Audio/_Impstation/Voice/Vox/voxchitter2.ogg b/Resources/Audio/_Impstation/Voice/Vox/voxchitter2.ogg new file mode 100644 index 0000000000000000000000000000000000000000..5bc7a1ef70fafc4e930c344755bc5e5e4a6f9504 GIT binary patch literal 27868 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 b-up=XigPfB=BDxT?2=|4H6K9xf5`s;oC6J+ literal 0 HcmV?d00001 diff --git a/Resources/Audio/_Impstation/Voice/Vox/voxcoo1.ogg b/Resources/Audio/_Impstation/Voice/Vox/voxcoo1.ogg new file mode 100644 index 0000000000000000000000000000000000000000..785df668fd37cacb89f3a5926af8f94816f7a817 GIT binary patch literal 9451 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%0A&H_ zVNntHw2$XE-4d(+vk@~}Dumuu!S8HQ)LA{GZF<2MYnc+bcErb(|CLzD*<`KTE!6nO z1zTICY!f@OABKwioLYxBCJCx?4bNFgD)HFe#fI3cC7MVYoexnbWW^5IJUh}hMgFHyC$w2aYy7CL2cI*~m# z^bLeL?MMD{%%j=h;A&Tq_h0YF)eo~Y8Lk1;z*&w&;`C#d?D&;)20zEH{j`*Ny#95- z!e7ZY9!1%nFkvqHXz8e<5ZmNq@55;Nbi%UogN!TZTX%$HAK zDd>P>t3mW%lb_zT;RZGSy!Bpsf~tQ$Db$@@ZF_r!X~p!F;`r(!Y%-KE|GCl3D6?~9 zXYAa-Qo^Yw`uV|cDha#mH9axRf8E>9z7 zFK3Y+d$ewg%b%T-@9SA1^=bGw*7XKntoJ`6NcqX-Yt(abBU{ml#pc>PyuuC7j4B+^ z{~5|Ra}2wmjo1u&I6izSI#%EzG6H>cEONkp{jP49+m@f1XM49_AGj?hQr+GW!|YYx;+moMiuSJ6qGA)r|O^&;KlL1->IN z>GAPyb-p?>C1*4^QCEK{G=0E!cyCt9w$e9D6hRn8@N} RL{vHr?Eo;gV9S5{{4d#+Xv_cr literal 0 HcmV?d00001 diff --git a/Resources/Audio/_Impstation/Voice/Vox/voxcoo2.ogg b/Resources/Audio/_Impstation/Voice/Vox/voxcoo2.ogg new file mode 100644 index 0000000000000000000000000000000000000000..e70062e1015fbdaa4054b02b2e3fac14152485ba GIT binary patch literal 6281 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 F^j{noFsT3l literal 0 HcmV?d00001 diff --git a/Resources/Audio/_Impstation/Voice/Vox/voxcry.ogg b/Resources/Audio/_Impstation/Voice/Vox/voxcry.ogg new file mode 100644 index 0000000000000000000000000000000000000000..14041338ba80218538064bab14fe170dcaebba71 GIT binary patch literal 10355 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 LVGl3Wzf1oCOzDyW literal 0 HcmV?d00001 diff --git a/Resources/Audio/_Impstation/Voice/Vox/voxgasp1.ogg b/Resources/Audio/_Impstation/Voice/Vox/voxgasp1.ogg new file mode 100644 index 0000000000000000000000000000000000000000..629f3c95a08aeb2e68317b4938324eea003935ec GIT binary patch literal 6524 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%0AK3=;jDOTdPyzFeqotS0n50NEZ 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 Pm96lQNt6I^|GV}d+v8h@ literal 0 HcmV?d00001 diff --git a/Resources/Audio/_Impstation/Voice/Vox/voxhiss.ogg b/Resources/Audio/_Impstation/Voice/Vox/voxhiss.ogg new file mode 100644 index 0000000000000000000000000000000000000000..093a211f0a6f95c19b60249964b1394a1685dccd GIT binary patch literal 14207 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 literal 0 HcmV?d00001 diff --git a/Resources/Locale/en-US/chat/emotes.ftl b/Resources/Locale/en-US/chat/emotes.ftl index c62d6ce2296..c9f9669c937 100644 --- a/Resources/Locale/en-US/chat/emotes.ftl +++ b/Resources/Locale/en-US/chat/emotes.ftl @@ -70,3 +70,4 @@ chat-emote-msg-yawn = yawns. chat-emote-msg-snore = snores. chat-emote-name-yap = Yaps chat-emote-name-gekker = Gekkers +chat-emote-msg-coo = coos. diff --git a/Resources/Prototypes/Entities/Mobs/Species/vox.yml b/Resources/Prototypes/Entities/Mobs/Species/vox.yml index d02cf30d2fe..8a43acc22bd 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/vox.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/vox.yml @@ -20,6 +20,7 @@ - type: Speech speechVerb: Vox speechSounds: Vox + allowedEmotes: ['Chitter', 'Coo', 'Hiss', 'Caw'] - type: TypingIndicator proto: vox - type: Vocal @@ -167,6 +168,9 @@ 32: sprite: Mobs/Species/Vox/displacement.rsi state: hand_r + - type: Tag + tags: + - VoxEmotes - type: entity parent: BaseSpeciesDummy diff --git a/Resources/Prototypes/Nyanotrasen/Voice/speech_emotes.yml b/Resources/Prototypes/Nyanotrasen/Voice/speech_emotes.yml index d31a91fd6b6..155450d0a06 100644 --- a/Resources/Prototypes/Nyanotrasen/Voice/speech_emotes.yml +++ b/Resources/Prototypes/Nyanotrasen/Voice/speech_emotes.yml @@ -8,6 +8,7 @@ tags: - FelinidEmotes - HarpyEmotes + - VoxEmotes blacklist: components: - BorgChassis diff --git a/Resources/Prototypes/SoundCollections/emotes.yml b/Resources/Prototypes/SoundCollections/emotes.yml index 0e1709b2879..713d023046c 100644 --- a/Resources/Prototypes/SoundCollections/emotes.yml +++ b/Resources/Prototypes/SoundCollections/emotes.yml @@ -107,3 +107,22 @@ id: VulpkaninYap files: - /Audio/_DV/Voice/Vulpkanin/yap.ogg + +- type: soundCollection + id: VoxChitter + files: + - /Audio/_Impstation/Voice/Vox/voxchitter1.ogg + - /Audio/_Impstation/Voice/Vox/voxchitter2.ogg + +- type: soundCollection + id: VoxCoo + files: + - /Audio/_Impstation/Voice/Vox/voxcoo1.ogg + - /Audio/_Impstation/Voice/Vox/voxcoo2.ogg + +- type: soundCollection + id: VoxGasp + files: + - /Audio/_Impstation/Voice/Vox/voxgasp1.ogg + - /Audio/_Impstation/Voice/Vox/voxgasp2.ogg + - /Audio/_Impstation/Voice/Vox/voxgasp3.ogg diff --git a/Resources/Prototypes/SoundCollections/harpy.yml b/Resources/Prototypes/SoundCollections/harpy.yml index ebd23e23d02..324520766de 100644 --- a/Resources/Prototypes/SoundCollections/harpy.yml +++ b/Resources/Prototypes/SoundCollections/harpy.yml @@ -53,6 +53,7 @@ - /Audio/Machines/windoor_open.ogg - /Audio/Effects/spray.ogg - /Audio/Effects/spray2.ogg + - /Audio/_Impstation/Voice/Vox/voxhiss.ogg - type: soundCollection id: HarpySigh @@ -223,6 +224,8 @@ - /Audio/Machines/diagnoser_printing.ogg - /Audio/Machines/uniformprinter.ogg - /Audio/Machines/vaccinator_running.ogg + - /Audio/_Impstation/Voice/Vox/voxchitter1.ogg + - /Audio/_Impstation/Voice/Vox/voxchitter2.ogg - type: soundCollection id: HarpySqueak diff --git a/Resources/Prototypes/SoundCollections/screams.yml b/Resources/Prototypes/SoundCollections/screams.yml index 8fb39e9dc14..20efd7d8768 100644 --- a/Resources/Prototypes/SoundCollections/screams.yml +++ b/Resources/Prototypes/SoundCollections/screams.yml @@ -47,4 +47,4 @@ - /Audio/Voice/Human/femalescream_2.ogg - /Audio/Voice/Human/femalescream_3.ogg - /Audio/Voice/Human/femalescream_4.ogg - - /Audio/Voice/Human/femalescream_5.ogg \ No newline at end of file + - /Audio/Voice/Human/femalescream_5.ogg diff --git a/Resources/Prototypes/Voice/disease_emotes.yml b/Resources/Prototypes/Voice/disease_emotes.yml index eab4b0bc33e..234ebc40138 100644 --- a/Resources/Prototypes/Voice/disease_emotes.yml +++ b/Resources/Prototypes/Voice/disease_emotes.yml @@ -3,6 +3,9 @@ name: chat-emote-name-sneeze category: Vocal chatMessages: ["chat-emote-msg-sneeze"] + chatTriggers: + - sneeze + - sneezes - type: emote id: Cough @@ -19,7 +22,7 @@ chatTriggers: - cough - coughs - - coughed + - coughed - cough. - coughs. - coughed. @@ -71,4 +74,8 @@ id: Snore name: chat-emote-name-snore category: Vocal + available: false chatMessages: ["chat-emote-msg-snore"] + chatTriggers: + - snore + - snores diff --git a/Resources/Prototypes/Voice/speech_emote_sounds.yml b/Resources/Prototypes/Voice/speech_emote_sounds.yml index 82b4b405747..6587c944862 100644 --- a/Resources/Prototypes/Voice/speech_emote_sounds.yml +++ b/Resources/Prototypes/Voice/speech_emote_sounds.yml @@ -226,6 +226,36 @@ path: /Audio/Voice/Vox/shriek1.ogg Laugh: path: /Audio/Voice/Vox/vox_laugh.ogg + Crying: + path: /Audio/_Impstation/Voice/Vox/voxcry.ogg + params: + volume: -7 + Cough: + path: /Audio/_Goobstation/Voice/Vox/vox_cough.ogg #Placeholder from goob until Imp inevitably comes out with a better one + Sneeze: + path: /Audio/_Goobstation/Voice/Vox/vox_sneeze.ogg #Placeholder from goob until Imp inevitably comes out with a better one + Chitter: + collection: VoxChitter + params: + volume: -5 + Coo: + collection: VoxCoo + params: + volume: -7 + Gasp: + collection: VoxGasp + params: + volume: 10 + Caw: + collection: HarpyCaws #This is a placeholder for now + DefaultDeathgasp: + path: /Audio/_Goobstation/Voice/Vox/vox_deathgasp.ogg #Placeholder from goob until Imp inevitably comes out with a better one + params: + volume: -5 + Hiss: + path: /Audio/_Impstation/Voice/Vox/voxhiss.ogg + params: + volume: -5 Honk: collection: BikeHorn Weh: diff --git a/Resources/Prototypes/Voice/speech_emotes.yml b/Resources/Prototypes/Voice/speech_emotes.yml index 52087be3d1a..fb0a2227445 100644 --- a/Resources/Prototypes/Voice/speech_emotes.yml +++ b/Resources/Prototypes/Voice/speech_emotes.yml @@ -200,6 +200,23 @@ - click - clicks +- type: emote + id: Coo + name: chat-emote-name-coo + category: Vocal + available: false + icon: _Impstation/Interface/Emotes/coo.png + whitelist: + components: + - Vocal + blacklist: + components: + - BorgChassis + chatMessages: [ chat-emote-msg-coo ] + chatTriggers: + - coo + - coos + # hand emotes - type: emote id: Clap diff --git a/Resources/Prototypes/_DV/Voice/speech_emotes.yml b/Resources/Prototypes/_DV/Voice/speech_emotes.yml index e94fe9e11f3..35d9f32c4da 100644 --- a/Resources/Prototypes/_DV/Voice/speech_emotes.yml +++ b/Resources/Prototypes/_DV/Voice/speech_emotes.yml @@ -97,6 +97,7 @@ whitelist: tags: - HarpyEmotes + - VoxEmotes blacklist: components: - BorgChassis diff --git a/Resources/Prototypes/_Funkystation/tags.yml b/Resources/Prototypes/_Funkystation/tags.yml index a54d6da19e3..461e05848a3 100644 --- a/Resources/Prototypes/_Funkystation/tags.yml +++ b/Resources/Prototypes/_Funkystation/tags.yml @@ -38,4 +38,7 @@ id: GarBase - type: Tag - id: CheapSunglasses \ No newline at end of file + id: CheapSunglasses + +- type: Tag + id: VoxEmotes diff --git a/Resources/Textures/_Impstation/Interface/Emotes/attributions.yml b/Resources/Textures/_Impstation/Interface/Emotes/attributions.yml new file mode 100644 index 00000000000..bea6de16a1e --- /dev/null +++ b/Resources/Textures/_Impstation/Interface/Emotes/attributions.yml @@ -0,0 +1,5 @@ +- files: + - coo.png + license: "CC-BY-SA-4.0" + copyright: "Created by UndertaleSex for Impstation" + source: "https://github.com/impstation/imp-station-14" diff --git a/Resources/Textures/_Impstation/Interface/Emotes/coo.png b/Resources/Textures/_Impstation/Interface/Emotes/coo.png new file mode 100644 index 0000000000000000000000000000000000000000..cd080df1e20a590ff5c413ededbec4255cb5a830 GIT binary patch literal 1104 zcmV-W1h4yvP)EX>4Tx04R}tkv&MmP!xqvQ>7v;4(%W!lA$`;MMWG-6^me@v=v%)FnQ@8G-*gu zTpR`0f`dPcRRUL0ade% zOfn(n3#($_6+VOz#u)q(Gxbz%?)$SsO3`G1Pb7{r-LQx^h-Wt~ zo%23%gjFPk_?&pspbHW|a$R=$jdR&yfoDdHTxOm)LM)bhSngp~F;wCi;;5o(lrQ96 zRyc2QR%;E`xhH>Nu&AwMxlU^oNh~3SG(^Z~po$tS#Aw$@F_EG3gol5`@u$fpldB3w zjs?`ALUR1zfAD*@W@&oLO$sJ}{ukT+7zYBoK)Y$%-^aGyJ^}pCz?IhZ*IU5cC+W?u z7Ci!nwtBjE6#is16_R#qAsW3% zKfowMLETcYvHpRE=ts18E`d&2x+#OVjxr5oj5eG60C~x%LdJl*D?{|IPtrT-WEb}X z!yWJ4ecyZU?)hZl$O!VHq;cjsR;R8~ zZ)c#Ec7{X9rF1{su0#RW_31^)$@rKf-6XZ>bdX3SF;oUS-6R07b%o{}eyl_sO3q>P z$z>R|A~!`JIh9~CovSiso@3cfM~ZyBsta+~NpJf5h-rSp>@@*5=@M7gUqTMLRua0R z=Qdt@I@C(Qc(nv9;OY4epSHhS81IP9^?k`t9YQVwqU$j7$#mYCdcufLGS9L4x}6E6bE5mlZ8ai7-wo&j)twp+^^ib# zQ)mV3D?*)qAq)J$q7}fe<|-J{11rRN7ACqb1ZkA)Oy0b zdp4NdC$f`fJD$nUFdrOOKS%8ysi%v z=`q?B`9BB$I?{f69aF^7$+?LCLcA|t0J@99@M9JxQ~&?~4rN$LW=%~1DgXcg2mk;8 W00000(o>TF0000 Date: Thu, 26 Jun 2025 05:02:18 +0000 Subject: [PATCH 009/182] Update Changelog (#927) --- Resources/Changelog/Funkylog.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Resources/Changelog/Funkylog.yml b/Resources/Changelog/Funkylog.yml index d131ba8405b..c16f97042cd 100644 --- a/Resources/Changelog/Funkylog.yml +++ b/Resources/Changelog/Funkylog.yml @@ -3185,3 +3185,11 @@ Entries: broken. id: 384 time: '2025-06-26T04:53:00.0000000+00:00' +- author: amethystowo + changes: + - type: Add + message: Ported over new Vox noises from Impstation and Goob. Bird up! + - type: Tweak + message: The sneeze emote is now accessible from the emote wheel. + id: 385 + time: '2025-06-26T05:01:30.0000000+00:00' From 5fce1c97e704d1796177f7c7d9445fd8167b91fe Mon Sep 17 00:00:00 2001 From: jackel234 <52829582+jackel234@users.noreply.github.com> Date: Thu, 26 Jun 2025 01:02:40 -0400 Subject: [PATCH 010/182] [port] Adding RMC's pump action feature (#960) --- Content.Client/Input/ContentContexts.cs | 3 + .../Options/UI/Tabs/KeyRebindTab.xaml.cs | 3 + .../_RMC14/Weapons/Ranged/PumpActionSystem.cs | 5 + .../_RMC14/Weapons/Ranged/PumpActionSystem.cs | 5 + Content.Shared/_RMC14/Input/CMKeyFunctions.cs | 11 +++ .../Weapons/Common/UniqueActionComponent.cs | 7 ++ .../Weapons/Common/UniqueActionEvent.cs | 6 ++ .../Weapons/Common/UniqueActionSystem.cs | 68 ++++++++++++++ .../Weapons/Ranged/PumpActionComponent.cs | 30 ++++++ .../Weapons/Ranged/SharedPumpActionSystem.cs | 86 ++++++++++++++++++ .../_RMC14/Weapons/Guns/Pump/attributions.yml | 9 ++ .../_RMC14/Weapons/Guns/Pump/shotgunpump1.ogg | Bin 0 -> 12827 bytes .../_RMC14/Weapons/Guns/Pump/shotgunpump2.ogg | Bin 0 -> 12831 bytes .../Locale/en-US/_RMC14/weapons/guns.ftl | 4 + .../Weapons/Guns/Launchers/launchers.yml | 1 + .../Weapons/Guns/Shotguns/shotguns.yml | 1 + .../_RMC14/Audio/gun_sound_collections.yml | 5 + Resources/keybinds.yml | 4 + 18 files changed, 248 insertions(+) create mode 100644 Content.Client/_RMC14/Weapons/Ranged/PumpActionSystem.cs create mode 100644 Content.Server/_RMC14/Weapons/Ranged/PumpActionSystem.cs create mode 100644 Content.Shared/_RMC14/Input/CMKeyFunctions.cs create mode 100644 Content.Shared/_RMC14/Weapons/Common/UniqueActionComponent.cs create mode 100644 Content.Shared/_RMC14/Weapons/Common/UniqueActionEvent.cs create mode 100644 Content.Shared/_RMC14/Weapons/Common/UniqueActionSystem.cs create mode 100644 Content.Shared/_RMC14/Weapons/Ranged/PumpActionComponent.cs create mode 100644 Content.Shared/_RMC14/Weapons/Ranged/SharedPumpActionSystem.cs create mode 100644 Resources/Audio/_RMC14/Weapons/Guns/Pump/attributions.yml create mode 100644 Resources/Audio/_RMC14/Weapons/Guns/Pump/shotgunpump1.ogg create mode 100644 Resources/Audio/_RMC14/Weapons/Guns/Pump/shotgunpump2.ogg create mode 100644 Resources/Locale/en-US/_RMC14/weapons/guns.ftl create mode 100644 Resources/Prototypes/_RMC14/Audio/gun_sound_collections.yml diff --git a/Content.Client/Input/ContentContexts.cs b/Content.Client/Input/ContentContexts.cs index 736818647dc..eb08a3b4bf0 100644 --- a/Content.Client/Input/ContentContexts.cs +++ b/Content.Client/Input/ContentContexts.cs @@ -1,3 +1,4 @@ +using Content.Shared._RMC14.Input; using Content.Shared.Input; using Robust.Shared.Input; @@ -104,6 +105,8 @@ public static void SetupContexts(IInputContextContainer contexts) human.AddFunction(ContentKeyFunctions.TargetRightLeg); human.AddFunction(ContentKeyFunctions.TargetRightFoot); // Shitmed Change End + //RMC Port + human.AddFunction(CMKeyFunctions.CMUniqueAction); // actions should be common (for ghosts, mobs, etc) common.AddFunction(ContentKeyFunctions.OpenActionsMenu); diff --git a/Content.Client/Options/UI/Tabs/KeyRebindTab.xaml.cs b/Content.Client/Options/UI/Tabs/KeyRebindTab.xaml.cs index c6a04f1a8d4..533602739ac 100644 --- a/Content.Client/Options/UI/Tabs/KeyRebindTab.xaml.cs +++ b/Content.Client/Options/UI/Tabs/KeyRebindTab.xaml.cs @@ -1,5 +1,6 @@ using System.Numerics; using Content.Client.Stylesheets; +using Content.Shared._RMC14.Input; using Content.Shared.CCVar; using Content.Shared.Input; using Robust.Client.AutoGenerated; @@ -192,6 +193,8 @@ void AddCheckBox(string checkBoxName, bool currentState, Action>(OnGetVerbs); + + CommandBinds.Builder + .Bind(CMKeyFunctions.CMUniqueAction, + InputCmdHandler.FromDelegate(session => + { + if (session?.AttachedEntity is { } userUid) + TryUniqueAction(userUid); + }, + handle: false)) + .Register(); + } + + public override void Shutdown() + { + base.Shutdown(); + CommandBinds.Unregister(); + } + + private void OnGetVerbs(Entity ent, ref GetVerbsEvent args) + { + if (!args.CanAccess || !args.CanInteract) + return; + + if (!_actionBlockerSystem.CanInteract(args.User, args.Target)) + return; + + var user = args.User; + args.Verbs.Add(new InteractionVerb + { + Act = () => TryUniqueAction(user, ent.Owner), + Text = "Unique action", + }); + } + + private void TryUniqueAction(EntityUid userUid) + { + if (!_entityManager.TryGetComponent(userUid, out HandsComponent? handsComponent) || + handsComponent.ActiveHandEntity == null) + return; + + TryUniqueAction(userUid, handsComponent.ActiveHandEntity.Value); + } + + private void TryUniqueAction(EntityUid userUid, EntityUid targetUid) + { + if (!_actionBlockerSystem.CanInteract(userUid, targetUid)) + return; + + RaiseLocalEvent(targetUid, new UniqueActionEvent(userUid)); + } +} diff --git a/Content.Shared/_RMC14/Weapons/Ranged/PumpActionComponent.cs b/Content.Shared/_RMC14/Weapons/Ranged/PumpActionComponent.cs new file mode 100644 index 00000000000..706f29f0dd9 --- /dev/null +++ b/Content.Shared/_RMC14/Weapons/Ranged/PumpActionComponent.cs @@ -0,0 +1,30 @@ +using Robust.Shared.Audio; +using Robust.Shared.GameStates; + +namespace Content.Shared._RMC14.Weapons.Ranged; + +[RegisterComponent, NetworkedComponent, AutoGenerateComponentState] +[Access(typeof(SharedPumpActionSystem))] +public sealed partial class PumpActionComponent : Component +{ + [DataField, AutoNetworkedField] + public bool Pumped; + + [DataField, AutoNetworkedField] + public SoundSpecifier Sound = new SoundCollectionSpecifier("CMShotgunPump"); + + [DataField, AutoNetworkedField] + public LocId Examine = "cm-gun-pump-examine"; + + [DataField, AutoNetworkedField] + public LocId Popup = "cm-gun-pump-first"; + + [DataField, AutoNetworkedField] + public LocId PopupKey = "cm-gun-pump-first-with"; + + [DataField, AutoNetworkedField] + public bool Once; + + [DataField, AutoNetworkedField] + public string ContainerId = "gun_magazine"; +} diff --git a/Content.Shared/_RMC14/Weapons/Ranged/SharedPumpActionSystem.cs b/Content.Shared/_RMC14/Weapons/Ranged/SharedPumpActionSystem.cs new file mode 100644 index 00000000000..3a4725249f6 --- /dev/null +++ b/Content.Shared/_RMC14/Weapons/Ranged/SharedPumpActionSystem.cs @@ -0,0 +1,86 @@ +using Content.Shared._RMC14.Weapons.Common; +using Content.Shared.Examine; +using Content.Shared.Popups; +using Content.Shared.Weapons.Ranged.Events; +using Content.Shared.Weapons.Ranged.Systems; +using Robust.Shared.Audio.Systems; +using Robust.Shared.Containers; + +namespace Content.Shared._RMC14.Weapons.Ranged; + +public abstract class SharedPumpActionSystem : EntitySystem +{ + [Dependency] private readonly SharedAudioSystem _audio = default!; + [Dependency] private readonly SharedPopupSystem _popup = default!; + + public override void Initialize() + { + SubscribeLocalEvent(OnExamined, before: [typeof(SharedGunSystem)]); + SubscribeLocalEvent(OnAttemptShoot); + SubscribeLocalEvent(OnGunShot); + SubscribeLocalEvent(OnUniqueAction); + SubscribeLocalEvent(OnEntRemovedFromContainer); + } + + protected virtual void OnExamined(Entity ent, ref ExaminedEvent args) + { + // TODO RMC14 the server has no idea what this keybind is supposed to be for the client + args.PushMarkup(Loc.GetString(ent.Comp.Examine), 1); + } + + protected virtual void OnAttemptShoot(Entity ent, ref AttemptShootEvent args) + { + if (args.Cancelled) + return; + + if (!ent.Comp.Pumped) + args.Cancelled = true; + } + + private void OnGunShot(Entity ent, ref GunShotEvent args) + { + if (ent.Comp.Once) + return; + + ent.Comp.Pumped = false; + Dirty(ent); + } + + private void OnUniqueAction(Entity ent, ref UniqueActionEvent args) + { + if (args.Handled) + return; + + if (Pump(ent, args.UserUid)) + args.Handled = true; + } + + private void OnEntRemovedFromContainer(Entity ent, ref EntRemovedFromContainerMessage args) + { + if (args.Container.ID != ent.Comp.ContainerId || !ent.Comp.Once) + return; + + ent.Comp.Pumped = false; + } + + public bool Pump(Entity ent, EntityUid user) + { + var ammo = new GetAmmoCountEvent(); + RaiseLocalEvent(ent.Owner, ref ammo); + + if (ammo.Count <= 0) + { + _popup.PopupClient(Loc.GetString("cm-gun-no-ammo-message"), user, user); + return true; + } + + if (!ent.Comp.Running || ent.Comp.Pumped) + return false; + + ent.Comp.Pumped = true; + Dirty(ent); + + _audio.PlayPredicted(ent.Comp.Sound, ent, user); + return true; + } +} diff --git a/Resources/Audio/_RMC14/Weapons/Guns/Pump/attributions.yml b/Resources/Audio/_RMC14/Weapons/Guns/Pump/attributions.yml new file mode 100644 index 00000000000..d80486243e1 --- /dev/null +++ b/Resources/Audio/_RMC14/Weapons/Guns/Pump/attributions.yml @@ -0,0 +1,9 @@ +- files: ["shotgunpump1.ogg"] + license: "CC-BY-SA-3.0" + copyright: "Taken from cmss13" + source: "https://github.com/cmss13-devs/cmss13/blob/master/sound/weapons/shotgunpump1.ogg" + +- files: ["shotgunpump2.ogg"] + license: "CC-BY-SA-3.0" + copyright: "Taken from cmss13" + source: "https://github.com/cmss13-devs/cmss13/blob/master/sound/weapons/shotgunpump2.ogg" diff --git a/Resources/Audio/_RMC14/Weapons/Guns/Pump/shotgunpump1.ogg b/Resources/Audio/_RMC14/Weapons/Guns/Pump/shotgunpump1.ogg new file mode 100644 index 0000000000000000000000000000000000000000..83d06a87a140127e53d9d8eccc0491c10088ec9e GIT binary patch literal 12827 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 literal 0 HcmV?d00001 diff --git a/Resources/Audio/_RMC14/Weapons/Guns/Pump/shotgunpump2.ogg b/Resources/Audio/_RMC14/Weapons/Guns/Pump/shotgunpump2.ogg new file mode 100644 index 0000000000000000000000000000000000000000..3e55c3518871c403967fcca4f25aa60658ea9d11 GIT binary patch literal 12831 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 literal 0 HcmV?d00001 diff --git a/Resources/Locale/en-US/_RMC14/weapons/guns.ftl b/Resources/Locale/en-US/_RMC14/weapons/guns.ftl new file mode 100644 index 00000000000..3ab539a580b --- /dev/null +++ b/Resources/Locale/en-US/_RMC14/weapons/guns.ftl @@ -0,0 +1,4 @@ +cm-gun-no-ammo-message = You don't have any ammo left! +cm-gun-pump-examine = [bold]Press your [color=cyan]unique action[/color] keybind (Spacebar by default) to pump before shooting.[/bold] +cm-gun-pump-first-with = You need to pump the gun with {$key} first! +cm-gun-pump-first = You need to pump the gun first! \ No newline at end of file diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Launchers/launchers.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Launchers/launchers.yml index 18ff830ae45..11c52833891 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Launchers/launchers.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Launchers/launchers.yml @@ -40,6 +40,7 @@ slots: - Back - suitStorage + - type: PumpAction - type: AmmoCounter - type: Gun fireRate: 0.6 # Goobstation diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Shotguns/shotguns.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Shotguns/shotguns.yml index 0700cdb1e63..bc432ab5645 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Shotguns/shotguns.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Shotguns/shotguns.yml @@ -176,6 +176,7 @@ - type: Clothing sprite: Objects/Weapons/Guns/Shotguns/pump.rsi - type: GunRequiresWield #remove when inaccuracy on spreads is fixed + - type: PumpAction - type: Gun fireRate: 1 - type: Tag diff --git a/Resources/Prototypes/_RMC14/Audio/gun_sound_collections.yml b/Resources/Prototypes/_RMC14/Audio/gun_sound_collections.yml new file mode 100644 index 00000000000..e67ad7165c6 --- /dev/null +++ b/Resources/Prototypes/_RMC14/Audio/gun_sound_collections.yml @@ -0,0 +1,5 @@ +- type: soundCollection + id: CMShotgunPump + files: + - /Audio/_RMC14/Weapons/Guns/Pump/shotgunpump1.ogg + - /Audio/_RMC14/Weapons/Guns/Pump/shotgunpump2.ogg \ No newline at end of file diff --git a/Resources/keybinds.yml b/Resources/keybinds.yml index fad539fb7a6..f863e71bf33 100644 --- a/Resources/keybinds.yml +++ b/Resources/keybinds.yml @@ -604,3 +604,7 @@ binds: key: Num9 mod1: Shift ### goobstation-end +# RMC Port +- function: CMUniqueAction + type: State + key: Space From 860d76c46087506885a01f8f8302c13558c93c70 Mon Sep 17 00:00:00 2001 From: Mish Date: Thu, 26 Jun 2025 01:03:02 -0400 Subject: [PATCH 011/182] New footstep sounds for all military/mallcop boots (#946) --- .../Effects/Footsteps/attributions.yml | 9 +++++++++ .../Effects/Footsteps/bootstep1.ogg | Bin 0 -> 7680 bytes .../Effects/Footsteps/bootstep2.ogg | Bin 0 -> 7549 bytes .../Effects/Footsteps/bootstep3.ogg | Bin 0 -> 7427 bytes .../Effects/Footsteps/bootstep4.ogg | Bin 0 -> 7801 bytes .../Effects/Footsteps/bootstep5.ogg | Bin 0 -> 7777 bytes .../Clothing/Shoes/base_clothingshoes.yml | 3 +++ .../_Funkystation/SoundCollections/footsteps.yml | 8 ++++++++ 8 files changed, 20 insertions(+) create mode 100644 Resources/Audio/_Funkystation/Effects/Footsteps/attributions.yml create mode 100644 Resources/Audio/_Funkystation/Effects/Footsteps/bootstep1.ogg create mode 100644 Resources/Audio/_Funkystation/Effects/Footsteps/bootstep2.ogg create mode 100644 Resources/Audio/_Funkystation/Effects/Footsteps/bootstep3.ogg create mode 100644 Resources/Audio/_Funkystation/Effects/Footsteps/bootstep4.ogg create mode 100644 Resources/Audio/_Funkystation/Effects/Footsteps/bootstep5.ogg create mode 100644 Resources/Prototypes/_Funkystation/SoundCollections/footsteps.yml diff --git a/Resources/Audio/_Funkystation/Effects/Footsteps/attributions.yml b/Resources/Audio/_Funkystation/Effects/Footsteps/attributions.yml new file mode 100644 index 00000000000..f28592fefe3 --- /dev/null +++ b/Resources/Audio/_Funkystation/Effects/Footsteps/attributions.yml @@ -0,0 +1,9 @@ +- files: + - bootstep1.ogg + - bootstep2.ogg + - bootstep3.ogg + - bootstep4.ogg + - bootstep5.ogg + license: "CC0-1.0" + copyright: "Taken from fedsmoker via freesound.org, modified and mono'd by Miiish for Funkystation 2025-06-19" + source: "https://freesound.org/people/fedsmoker/sounds/208531/" diff --git a/Resources/Audio/_Funkystation/Effects/Footsteps/bootstep1.ogg b/Resources/Audio/_Funkystation/Effects/Footsteps/bootstep1.ogg new file mode 100644 index 0000000000000000000000000000000000000000..e2fc2d77c5818be76964fb750b899ed5c589f181 GIT binary patch literal 7680 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 WvbIq4_LId-T=`b7h6}~+(Ek9b1vrZU literal 0 HcmV?d00001 diff --git a/Resources/Audio/_Funkystation/Effects/Footsteps/bootstep2.ogg b/Resources/Audio/_Funkystation/Effects/Footsteps/bootstep2.ogg new file mode 100644 index 0000000000000000000000000000000000000000..6feec3902ae263bcb42fdedad54c5e5e12297bc4 GIT binary patch literal 7549 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�KFasD;rvh4Z+>Yxhj06Q?woGE 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 EA868Ivj6}9 literal 0 HcmV?d00001 diff --git a/Resources/Prototypes/Entities/Clothing/Shoes/base_clothingshoes.yml b/Resources/Prototypes/Entities/Clothing/Shoes/base_clothingshoes.yml index e2733b2468b..0858f967702 100644 --- a/Resources/Prototypes/Entities/Clothing/Shoes/base_clothingshoes.yml +++ b/Resources/Prototypes/Entities/Clothing/Shoes/base_clothingshoes.yml @@ -51,6 +51,9 @@ tags: - Knife - Sidearm + - type: FootstepModifier #funky start + footstepSoundCollection: + collection: FootstepBoot #funky end - type: entity abstract: true diff --git a/Resources/Prototypes/_Funkystation/SoundCollections/footsteps.yml b/Resources/Prototypes/_Funkystation/SoundCollections/footsteps.yml new file mode 100644 index 00000000000..5ec0e716caa --- /dev/null +++ b/Resources/Prototypes/_Funkystation/SoundCollections/footsteps.yml @@ -0,0 +1,8 @@ +- type: soundCollection + id: FootstepBoot + files: + - /Audio/_Funkystation/Effects/Footsteps/bootstep1.ogg + - /Audio/_Funkystation/Effects/Footsteps/bootstep2.ogg + - /Audio/_Funkystation/Effects/Footsteps/bootstep3.ogg + - /Audio/_Funkystation/Effects/Footsteps/bootstep4.ogg + - /Audio/_Funkystation/Effects/Footsteps/bootstep5.ogg From 36cf257a579e209c46235ee3d95433c1346c0bae Mon Sep 17 00:00:00 2001 From: Flameingman2 <45807585+Flameingman2@users.noreply.github.com> Date: Thu, 26 Jun 2025 00:04:23 -0500 Subject: [PATCH 012/182] removed the smuggler satchel from the salvage shuttle (#942) --- Resources/Maps/Shuttles/mining.yml | 424 +++++++++++++---------------- 1 file changed, 182 insertions(+), 242 deletions(-) diff --git a/Resources/Maps/Shuttles/mining.yml b/Resources/Maps/Shuttles/mining.yml index 034c4f00a47..b2592843eaa 100644 --- a/Resources/Maps/Shuttles/mining.yml +++ b/Resources/Maps/Shuttles/mining.yml @@ -4,8 +4,8 @@ meta: engineVersion: 255.0.0 forkId: "" forkVersion: "" - time: 06/13/2025 22:34:27 - entityCount: 257 + time: 06/18/2025 17:21:24 + entityCount: 256 maps: [] grids: - 1 @@ -420,10 +420,10 @@ entities: parent: 1 - type: DeviceList devices: - - 143 - - 145 - - 144 - 142 + - 144 + - 143 + - 141 - type: AccessReader access: - - Atmospherics @@ -1032,124 +1032,61 @@ entities: - type: Physics angularDamping: 0 linearDamping: 0 -- proto: ClothingBackpackSatchelSmugglerUnanchored +- proto: ClothingEyesGlassesMercenary entities: - uid: 110 components: - type: Transform - anchored: True - pos: -1.5,0.5 + rot: -1.5707963267948966 rad + pos: -4.556146,0.61211896 parent: 1 - - type: Storage - storedItems: - 116: - position: 8,2 - _rotation: South - 111: - position: 3,0 - _rotation: East - 112: - position: 0,1 - _rotation: North - 113: - position: 8,0 - _rotation: East - 114: - position: 3,1 - _rotation: North - 115: - position: 6,2 - _rotation: North - 117: - position: 4,1 - _rotation: South - - type: ContainerContainer - containers: - storagebase: !type:Container - showEnts: False - occludes: True - ents: - - 111 - - 113 - - 115 - - 114 - - 116 - - 112 - - 117 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - bodyType: Static -- proto: ClothingEyesGlassesMercenary - entities: - uid: 111 components: - type: Transform - parent: 110 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False + pos: -5.040521,-2.4816308 + parent: 1 +- proto: ClothingHandsMercGlovesCombat + entities: - uid: 112 components: - type: Transform - parent: 110 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False -- proto: ClothingHandsMercGlovesCombat - entities: + pos: -5.009271,-2.8722558 + parent: 1 - uid: 113 components: - type: Transform - parent: 110 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False + rot: -1.5707963267948966 rad + pos: -3.9155211,-1.294131 + parent: 1 - uid: 114 components: - type: Transform - parent: 110 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - uid: 115 - components: - - type: Transform - parent: 110 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False + rot: -1.5707963267948966 rad + pos: -5.071771,0.58086896 + parent: 1 - proto: ClothingShoesBootsMercFilled entities: - - uid: 116 + - uid: 115 components: - type: Transform - parent: 110 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False + rot: -1.5707963267948966 rad + pos: -4.487769,-1.3110876 + parent: 1 - proto: ComfyChair entities: - - uid: 118 + - uid: 116 components: - type: Transform pos: -4.5,2.5 parent: 1 - - uid: 119 + - uid: 117 components: - type: Transform pos: -3.5,2.5 parent: 1 - proto: ComputerCargoOrders entities: - - uid: 120 + - uid: 118 components: - type: Transform rot: 1.5707963267948966 rad @@ -1157,14 +1094,14 @@ entities: parent: 1 - proto: ComputerShuttle entities: - - uid: 121 + - uid: 119 components: - type: Transform pos: -2.5,6.5 parent: 1 - proto: DefaultStationBeacon entities: - - uid: 122 + - uid: 120 components: - type: Transform pos: -2.5,-0.5 @@ -1173,7 +1110,7 @@ entities: location: Salvage Shuttle - proto: FaxMachineBase entities: - - uid: 123 + - uid: 121 components: - type: Transform pos: -1.5,5.5 @@ -1182,7 +1119,7 @@ entities: name: Salvage Shuttle - proto: GasPassiveVent entities: - - uid: 215 + - uid: 122 components: - type: Transform rot: 1.5707963267948966 rad @@ -1190,18 +1127,18 @@ entities: parent: 1 - proto: GasPipeBend entities: - - uid: 124 + - uid: 123 components: - type: Transform rot: 3.141592653589793 rad pos: -4.5,3.5 parent: 1 - - uid: 125 + - uid: 124 components: - type: Transform pos: -3.5,3.5 parent: 1 - - uid: 126 + - uid: 125 components: - type: Transform rot: 3.141592653589793 rad @@ -1209,67 +1146,67 @@ entities: parent: 1 - proto: GasPipeStraight entities: - - uid: 127 + - uid: 126 components: - type: Transform rot: 3.141592653589793 rad pos: -2.5,-0.5 parent: 1 - - uid: 128 + - uid: 127 components: - type: Transform rot: 3.141592653589793 rad pos: -2.5,0.5 parent: 1 - - uid: 129 + - uid: 128 components: - type: Transform rot: 3.141592653589793 rad pos: -2.5,1.5 parent: 1 - - uid: 130 + - uid: 129 components: - type: Transform rot: 3.141592653589793 rad pos: -2.5,2.5 parent: 1 - - uid: 131 + - uid: 130 components: - type: Transform rot: 3.141592653589793 rad pos: -2.5,3.5 parent: 1 - - uid: 132 + - uid: 131 components: - type: Transform rot: 3.141592653589793 rad pos: -2.5,-2.5 parent: 1 - - uid: 133 + - uid: 132 components: - type: Transform rot: 3.141592653589793 rad pos: -3.5,2.5 parent: 1 - - uid: 134 + - uid: 133 components: - type: Transform rot: 3.141592653589793 rad pos: -3.5,1.5 parent: 1 - - uid: 135 + - uid: 134 components: - type: Transform rot: 3.141592653589793 rad pos: -3.5,0.5 parent: 1 - - uid: 136 + - uid: 135 components: - type: Transform rot: 3.141592653589793 rad pos: -3.5,-0.5 parent: 1 - - uid: 137 + - uid: 136 components: - type: Transform rot: -1.5707963267948966 rad @@ -1277,12 +1214,12 @@ entities: parent: 1 - proto: GasPipeTJunction entities: - - uid: 138 + - uid: 137 components: - type: Transform pos: -4.5,4.5 parent: 1 - - uid: 139 + - uid: 138 components: - type: Transform rot: 1.5707963267948966 rad @@ -1290,7 +1227,7 @@ entities: parent: 1 - proto: GasPort entities: - - uid: 140 + - uid: 139 components: - type: Transform rot: -1.5707963267948966 rad @@ -1298,7 +1235,7 @@ entities: parent: 1 - proto: GasPressurePump entities: - - uid: 141 + - uid: 140 components: - type: Transform rot: -1.5707963267948966 rad @@ -1306,7 +1243,7 @@ entities: parent: 1 - proto: GasVentPump entities: - - uid: 142 + - uid: 141 components: - type: Transform rot: -1.5707963267948966 rad @@ -1315,7 +1252,7 @@ entities: - type: DeviceNetwork deviceLists: - 2 - - uid: 143 + - uid: 142 components: - type: Transform pos: -2.5,4.5 @@ -1325,7 +1262,7 @@ entities: - 2 - proto: GasVentScrubber entities: - - uid: 144 + - uid: 143 components: - type: Transform rot: 3.141592653589793 rad @@ -1334,7 +1271,7 @@ entities: - type: DeviceNetwork deviceLists: - 2 - - uid: 145 + - uid: 144 components: - type: Transform rot: -1.5707963267948966 rad @@ -1345,119 +1282,119 @@ entities: - 2 - proto: GeneratorBasic15kW entities: - - uid: 146 + - uid: 145 components: - type: Transform pos: 0.5,1.5 parent: 1 - - uid: 147 + - uid: 146 components: - type: Transform pos: 0.5,0.5 parent: 1 - proto: GravityGeneratorMini entities: - - uid: 148 + - uid: 147 components: - type: Transform pos: -0.5,-4.5 parent: 1 - proto: Grille entities: - - uid: 149 + - uid: 148 components: - type: Transform rot: 3.141592653589793 rad pos: 1.5,1.5 parent: 1 - - uid: 150 + - uid: 149 components: - type: Transform pos: -3.5,7.5 parent: 1 - - uid: 151 + - uid: 150 components: - type: Transform pos: -1.5,7.5 parent: 1 - - uid: 152 + - uid: 151 components: - type: Transform rot: 3.141592653589793 rad pos: 1.5,-0.5 parent: 1 - - uid: 153 + - uid: 152 components: - type: Transform pos: -3.5,6.5 parent: 1 - - uid: 154 + - uid: 153 components: - type: Transform pos: -0.5,5.5 parent: 1 - - uid: 155 + - uid: 154 components: - type: Transform pos: -2.5,7.5 parent: 1 - - uid: 156 + - uid: 155 components: - type: Transform pos: -1.5,6.5 parent: 1 - - uid: 157 + - uid: 156 components: - type: Transform pos: -4.5,6.5 parent: 1 - - uid: 158 + - uid: 157 components: - type: Transform pos: -4.5,4.5 parent: 1 - - uid: 159 + - uid: 158 components: - type: Transform rot: 3.141592653589793 rad pos: 1.5,0.5 parent: 1 - - uid: 160 + - uid: 159 components: - type: Transform rot: 3.141592653589793 rad pos: 1.5,-1.5 parent: 1 - - uid: 161 + - uid: 160 components: - type: Transform rot: 3.141592653589793 rad pos: 1.5,-3.5 parent: 1 - - uid: 162 + - uid: 161 components: - type: Transform rot: 3.141592653589793 rad pos: 1.5,-2.5 parent: 1 - - uid: 163 + - uid: 162 components: - type: Transform pos: -0.5,6.5 parent: 1 - - uid: 164 + - uid: 163 components: - type: Transform pos: -4.5,5.5 parent: 1 - - uid: 165 + - uid: 164 components: - type: Transform pos: -0.5,4.5 parent: 1 - proto: Gyroscope entities: - - uid: 166 + - uid: 165 components: - type: Transform pos: -1.5,2.5 @@ -1474,7 +1411,7 @@ entities: canCollide: False - proto: HolopadBluespace entities: - - uid: 167 + - uid: 166 components: - type: Transform pos: -2.5,1.5 @@ -1483,14 +1420,14 @@ entities: currentLabel: Salvage Shuttle - proto: JetpackMiniFilled entities: - - uid: 168 + - uid: 167 components: - type: Transform pos: -1.4707813,5.2524986 parent: 1 - proto: LockableButtonSalvage entities: - - uid: 169 + - uid: 168 components: - type: MetaData name: Blast Doors @@ -1518,7 +1455,7 @@ entities: 23: - - Pressed - Toggle - - uid: 170 + - uid: 169 components: - type: MetaData name: Blast Doors @@ -1545,7 +1482,7 @@ entities: 23: - - Pressed - Toggle - - uid: 171 + - uid: 170 components: - type: MetaData name: Bay Shutters @@ -1554,9 +1491,6 @@ entities: parent: 1 - type: DeviceLinkSource linkedPorts: - 192: - - - Pressed - - Toggle 193: - - Pressed - Toggle @@ -1572,7 +1506,10 @@ entities: 197: - - Pressed - Toggle - - uid: 172 + 198: + - - Pressed + - Toggle + - uid: 171 components: - type: MetaData name: Front Shutters @@ -1582,31 +1519,28 @@ entities: parent: 1 - type: DeviceLinkSource linkedPorts: + 189: + - - Pressed + - Toggle 188: - - Pressed - Toggle 187: - - Pressed - Toggle - 186: + 203: - - Pressed - Toggle - 202: + 200: - - Pressed - Toggle 199: - - - Pressed - - Toggle - 198: - - - Pressed - - Toggle - 200: - - Pressed - Toggle 201: - - Pressed - Toggle - 189: + 202: - - Pressed - Toggle 190: @@ -1615,16 +1549,22 @@ entities: 191: - - Pressed - Toggle + 192: + - - Pressed + - Toggle - proto: MedkitCombat entities: - - uid: 117 + - uid: 172 components: - type: Transform - parent: 110 + pos: -1.695888,0.31600714 + parent: 1 + - type: CollisionWake + enabled: False - type: Physics angularDamping: 0 linearDamping: 0 - canCollide: False + - type: Conveyed - proto: MedkitFilled entities: - uid: 102 @@ -1697,35 +1637,35 @@ entities: canCollide: False - proto: OreProcessor entities: - - uid: 185 + - uid: 174 components: - type: Transform pos: 0.5,-0.5 parent: 1 - proto: PlushieCarp entities: - - uid: 174 + - uid: 175 components: - type: Transform pos: -4.227768,-4.1683164 parent: 1 - proto: PlushieHolocarp entities: - - uid: 175 + - uid: 176 components: - type: Transform pos: -3.4606028,2.4596853 parent: 1 - proto: PlushieMagicarp entities: - - uid: 176 + - uid: 177 components: - type: Transform pos: -4.5001245,2.3815603 parent: 1 - proto: PlushieRainbowCarp entities: - - uid: 177 + - uid: 178 components: - type: Transform pos: -2.536034,5.40928 @@ -1750,41 +1690,41 @@ entities: canCollide: False - proto: Poweredlight entities: - - uid: 178 + - uid: 179 components: - type: Transform rot: 3.141592653589793 rad pos: -1.5,4.5 parent: 1 - - uid: 179 + - uid: 180 components: - type: Transform rot: 3.141592653589793 rad pos: -5.5,-3.5 parent: 1 - - uid: 180 + - uid: 181 components: - type: Transform pos: -5.5,1.5 parent: 1 - - uid: 181 + - uid: 182 components: - type: Transform pos: 0.5,1.5 parent: 1 - - uid: 182 + - uid: 183 components: - type: Transform rot: 3.141592653589793 rad pos: 0.5,-3.5 parent: 1 - - uid: 183 + - uid: 184 components: - type: Transform rot: -1.5707963267948966 rad pos: -1.5,-6.5 parent: 1 - - uid: 184 + - uid: 185 components: - type: Transform rot: 1.5707963267948966 rad @@ -1792,7 +1732,7 @@ entities: parent: 1 - proto: Recycler entities: - - uid: 256 + - uid: 186 components: - type: Transform rot: -1.5707963267948966 rad @@ -1800,67 +1740,67 @@ entities: parent: 1 - proto: ShuttersNormalOpen entities: - - uid: 186 + - uid: 187 components: - type: Transform pos: -4.5,6.5 parent: 1 - - uid: 187 + - uid: 188 components: - type: Transform pos: -4.5,5.5 parent: 1 - - uid: 188 + - uid: 189 components: - type: Transform pos: -4.5,4.5 parent: 1 - - uid: 189 + - uid: 190 components: - type: Transform pos: -0.5,6.5 parent: 1 - - uid: 190 + - uid: 191 components: - type: Transform pos: -0.5,5.5 parent: 1 - - uid: 191 + - uid: 192 components: - type: Transform pos: -0.5,4.5 parent: 1 - - uid: 192 + - uid: 193 components: - type: Transform rot: -1.5707963267948966 rad pos: 1.5,1.5 parent: 1 - - uid: 193 + - uid: 194 components: - type: Transform rot: -1.5707963267948966 rad pos: 1.5,0.5 parent: 1 - - uid: 194 + - uid: 195 components: - type: Transform rot: -1.5707963267948966 rad pos: 1.5,-0.5 parent: 1 - - uid: 195 + - uid: 196 components: - type: Transform rot: -1.5707963267948966 rad pos: 1.5,-1.5 parent: 1 - - uid: 196 + - uid: 197 components: - type: Transform rot: -1.5707963267948966 rad pos: 1.5,-2.5 parent: 1 - - uid: 197 + - uid: 198 components: - type: Transform rot: -1.5707963267948966 rad @@ -1868,100 +1808,100 @@ entities: parent: 1 - proto: ShuttersWindowOpen entities: - - uid: 198 + - uid: 199 components: - type: Transform pos: -2.5,7.5 parent: 1 - - uid: 199 + - uid: 200 components: - type: Transform pos: -3.5,7.5 parent: 1 - - uid: 200 + - uid: 201 components: - type: Transform pos: -1.5,7.5 parent: 1 - - uid: 201 + - uid: 202 components: - type: Transform pos: -1.5,6.5 parent: 1 - - uid: 202 + - uid: 203 components: - type: Transform pos: -3.5,6.5 parent: 1 - proto: SMESBasic entities: - - uid: 203 + - uid: 204 components: - type: Transform pos: -0.5,2.5 parent: 1 - proto: SubstationWallBasic entities: - - uid: 204 + - uid: 205 components: - type: Transform pos: -1.5,3.5 parent: 1 - proto: SurveillanceCameraSupply entities: - - uid: 205 + - uid: 206 components: - type: Transform pos: -4.5,-4.5 parent: 1 - proto: Table entities: - - uid: 206 + - uid: 207 components: - type: Transform pos: -1.5,4.5 parent: 1 - - uid: 207 + - uid: 208 components: - type: Transform pos: -1.5,5.5 parent: 1 - - uid: 208 + - uid: 209 components: - type: Transform pos: -4.5,-4.5 parent: 1 - proto: Thruster entities: - - uid: 209 + - uid: 210 components: - type: Transform pos: 0.5,5.5 parent: 1 - - uid: 210 + - uid: 211 components: - type: Transform pos: -5.5,5.5 parent: 1 - - uid: 211 + - uid: 212 components: - type: Transform rot: 3.141592653589793 rad pos: 0.5,-6.5 parent: 1 - - uid: 212 + - uid: 213 components: - type: Transform rot: 3.141592653589793 rad pos: -5.5,-6.5 parent: 1 - - uid: 213 + - uid: 214 components: - type: Transform rot: -1.5707963267948966 rad pos: 0.5,4.5 parent: 1 - - uid: 214 + - uid: 215 components: - type: Transform rot: 1.5707963267948966 rad @@ -1969,14 +1909,14 @@ entities: parent: 1 - proto: TwoWayLever entities: - - uid: 257 + - uid: 216 components: - type: Transform pos: -0.5,-2.5 parent: 1 - type: DeviceLinkSource linkedPorts: - 256: + 186: - - Left - Forward - - Right @@ -1985,133 +1925,133 @@ entities: - Off - proto: WallShuttle entities: - - uid: 216 + - uid: 217 components: - type: Transform rot: 3.141592653589793 rad pos: 1.5,-4.5 parent: 1 - - uid: 217 + - uid: 218 components: - type: Transform rot: 3.141592653589793 rad pos: 0.5,-5.5 parent: 1 - - uid: 218 + - uid: 219 components: - type: Transform rot: 3.141592653589793 rad pos: 0.5,2.5 parent: 1 - - uid: 219 + - uid: 220 components: - type: Transform rot: 3.141592653589793 rad pos: -5.5,3.5 parent: 1 - - uid: 220 + - uid: 221 components: - type: Transform rot: 3.141592653589793 rad pos: -6.5,2.5 parent: 1 - - uid: 221 + - uid: 222 components: - type: Transform rot: 3.141592653589793 rad pos: 0.5,3.5 parent: 1 - - uid: 222 + - uid: 223 components: - type: Transform rot: 3.141592653589793 rad pos: -4.5,-5.5 parent: 1 - - uid: 223 + - uid: 224 components: - type: Transform rot: 3.141592653589793 rad pos: -4.5,-6.5 parent: 1 - - uid: 224 + - uid: 225 components: - type: Transform rot: 3.141592653589793 rad pos: -1.5,3.5 parent: 1 - - uid: 225 + - uid: 226 components: - type: Transform rot: 3.141592653589793 rad pos: -4.5,-7.5 parent: 1 - - uid: 226 + - uid: 227 components: - type: Transform rot: 3.141592653589793 rad pos: -5.5,2.5 parent: 1 - - uid: 227 + - uid: 228 components: - type: Transform rot: 3.141592653589793 rad pos: -0.5,3.5 parent: 1 - - uid: 228 + - uid: 229 components: - type: Transform rot: 3.141592653589793 rad pos: -0.5,-7.5 parent: 1 - - uid: 229 + - uid: 230 components: - type: Transform rot: 3.141592653589793 rad pos: -0.5,-5.5 parent: 1 - - uid: 230 + - uid: 231 components: - type: Transform rot: 3.141592653589793 rad pos: 0.5,-4.5 parent: 1 - - uid: 231 + - uid: 232 components: - type: Transform rot: 3.141592653589793 rad pos: -0.5,-6.5 parent: 1 - - uid: 232 + - uid: 233 components: - type: Transform rot: 3.141592653589793 rad pos: 1.5,2.5 parent: 1 - - uid: 233 + - uid: 234 components: - type: Transform rot: 3.141592653589793 rad pos: -3.5,3.5 parent: 1 - - uid: 234 + - uid: 235 components: - type: Transform rot: 3.141592653589793 rad pos: -4.5,3.5 parent: 1 - - uid: 235 + - uid: 236 components: - type: Transform rot: 3.141592653589793 rad pos: -5.5,-5.5 parent: 1 - - uid: 236 + - uid: 237 components: - type: Transform rot: 3.141592653589793 rad pos: -6.5,-4.5 parent: 1 - - uid: 237 + - uid: 238 components: - type: Transform rot: 3.141592653589793 rad @@ -2119,100 +2059,100 @@ entities: parent: 1 - proto: WeaponCapacitorRecharger entities: - - uid: 238 + - uid: 239 components: - type: Transform pos: -4.5,-4.5 parent: 1 - proto: Window entities: - - uid: 239 + - uid: 240 components: - type: Transform pos: -4.5,5.5 parent: 1 - - uid: 240 + - uid: 241 components: - type: Transform pos: -4.5,4.5 parent: 1 - - uid: 241 + - uid: 242 components: - type: Transform pos: -1.5,7.5 parent: 1 - - uid: 242 + - uid: 243 components: - type: Transform pos: -4.5,6.5 parent: 1 - - uid: 243 + - uid: 244 components: - type: Transform rot: 3.141592653589793 rad pos: 1.5,-3.5 parent: 1 - - uid: 244 + - uid: 245 components: - type: Transform pos: -3.5,7.5 parent: 1 - - uid: 245 + - uid: 246 components: - type: Transform pos: -0.5,6.5 parent: 1 - - uid: 246 + - uid: 247 components: - type: Transform rot: 3.141592653589793 rad pos: 1.5,0.5 parent: 1 - - uid: 247 + - uid: 248 components: - type: Transform rot: 3.141592653589793 rad pos: 1.5,-0.5 parent: 1 - - uid: 248 + - uid: 249 components: - type: Transform rot: 3.141592653589793 rad pos: 1.5,-2.5 parent: 1 - - uid: 249 + - uid: 250 components: - type: Transform rot: 3.141592653589793 rad pos: 1.5,-1.5 parent: 1 - - uid: 250 + - uid: 251 components: - type: Transform rot: 3.141592653589793 rad pos: 1.5,1.5 parent: 1 - - uid: 251 + - uid: 252 components: - type: Transform pos: -2.5,7.5 parent: 1 - - uid: 252 + - uid: 253 components: - type: Transform pos: -3.5,6.5 parent: 1 - - uid: 253 + - uid: 254 components: - type: Transform pos: -1.5,6.5 parent: 1 - - uid: 254 + - uid: 255 components: - type: Transform pos: -0.5,5.5 parent: 1 - - uid: 255 + - uid: 256 components: - type: Transform pos: -0.5,4.5 From 7aa6bcb57ecd404ffac9d92f82e5695d369e2f15 Mon Sep 17 00:00:00 2001 From: Gansu <68031780+GansuLalan@users.noreply.github.com> Date: Thu, 26 Jun 2025 06:08:04 +0100 Subject: [PATCH 013/182] Added bounty weighting and entry step sizes (#962) --- .../Cargo/Systems/CargoSystem.Bounty.cs | 37 ++++++++++++++++++- .../Cargo/Prototypes/CargoBountyPrototype.cs | 15 +++++++- 2 files changed, 49 insertions(+), 3 deletions(-) diff --git a/Content.Server/Cargo/Systems/CargoSystem.Bounty.cs b/Content.Server/Cargo/Systems/CargoSystem.Bounty.cs index c638b8ec73a..4445a34482c 100644 --- a/Content.Server/Cargo/Systems/CargoSystem.Bounty.cs +++ b/Content.Server/Cargo/Systems/CargoSystem.Bounty.cs @@ -613,7 +613,10 @@ public bool TryAddBounty(EntityUid uid, StationCargoBountyDatabaseComponent? com for (var i = 1; i <= selection;) { - var bountyItem = _random.Pick(bountyItems); + if (!SelectBountyEntry(bountyItems, out var bountyItem)) + { + return false; + } var skip = false; foreach (var entry in newBounty.Entries) @@ -633,7 +636,9 @@ public bool TryAddBounty(EntityUid uid, StationCargoBountyDatabaseComponent? com _ => throw new NotImplementedException($"Unknown type: {bountyItem.GetType().Name}"), }; - var bountyAmount = _random.Next(bountyItem.MinAmount, bountyItem.MaxAmount); + var steps = (bountyItem.MaxAmount - bountyItem.MinAmount) / bountyItem.AmountStep; + var step = _random.Next(steps + 1); + var bountyAmount = step * bountyItem.AmountStep + bountyItem.MinAmount; totalReward += bountyAmount * bountyItem.RewardPer; bountyItemData.Amount = bountyAmount; @@ -677,6 +682,34 @@ public bool TryAddBounty(EntityUid uid, StationCargoBountyDatabaseComponent? com return true; } + /// + /// Selects a bounty item from a list of entries accounting for the entries weightings. + /// + /// List of entries to select from. + /// The randomly selected entry. + /// True of false depending on the success of the selection. + private bool SelectBountyEntry(List entries, out CargoBountyItemEntry bountyEntry) + { + double totalWeight = 0; + foreach (var entry in entries) + { + totalWeight += entry.Weight; + } + var roll = _random.NextDouble(0, totalWeight); + + foreach (var entry in entries) + { + roll -= entry.Weight; + if (!(roll <= 0)) + continue; + bountyEntry = entry; + return true; + } + + bountyEntry = new CargoObjectBountyItemEntry(); + return false; + } + /// /// Checks if a given bounty category is valid to be created for and returns a list of valid objectives from the /// category that can have bounties created from diff --git a/Content.Shared/Cargo/Prototypes/CargoBountyPrototype.cs b/Content.Shared/Cargo/Prototypes/CargoBountyPrototype.cs index dfa9476ee0a..45ac793f0ea 100644 --- a/Content.Shared/Cargo/Prototypes/CargoBountyPrototype.cs +++ b/Content.Shared/Cargo/Prototypes/CargoBountyPrototype.cs @@ -65,6 +65,12 @@ public abstract partial record CargoBountyItemEntry [DataField] public int MaxAmount { get; set; } = 1; + /// + /// The step size for the bounties amount, i.e. min:1 max:3 step:2 means only amounts 1 and 3 will be generated. + /// + [DataField] + public int AmountStep { get; set; } = 1; + /// /// The amount each item will reward for a bounty /// @@ -72,10 +78,17 @@ public abstract partial record CargoBountyItemEntry public int RewardPer { get; set; } = 1; /// - /// A player-facing name for the item. + /// A player-facing name for the item. Assigned here but declared in the cargo bounties.ftl file. /// [DataField] public LocId Name { get; set; } = string.Empty; + + /// + /// Some weight that can be used to effect the chances an item is selected, default is 1, smaller number means less + /// likely, higher more likely. + /// + [DataField] + public double Weight { get; set; } = 1; } [DataDefinition, Serializable, NetSerializable] From cabab472ff7df20dffb9675de235ec36f40f40c3 Mon Sep 17 00:00:00 2001 From: Dia Date: Thu, 26 Jun 2025 01:08:59 -0400 Subject: [PATCH 014/182] Fix/tweak item toggling for slime people and in pockets (#967) --- Content.Shared/Item/SharedItemSystem.cs | 39 ++++++++++++++++++++++--- 1 file changed, 35 insertions(+), 4 deletions(-) diff --git a/Content.Shared/Item/SharedItemSystem.cs b/Content.Shared/Item/SharedItemSystem.cs index 9efa02d2e4f..07a6c366db2 100644 --- a/Content.Shared/Item/SharedItemSystem.cs +++ b/Content.Shared/Item/SharedItemSystem.cs @@ -2,6 +2,7 @@ using Content.Shared.Interaction; using Content.Shared.Verbs; using Content.Shared.Examine; +using Content.Shared.Inventory; using Content.Shared.Item.ItemToggle.Components; using Content.Shared.Storage; using Content.Shared.Storage.EntitySystems; @@ -17,6 +18,7 @@ public abstract class SharedItemSystem : EntitySystem { [Dependency] private readonly SharedTransformSystem _transform = default!; // Goobstation [Dependency] private readonly SharedStorageSystem _storage = default!; // Goobstation + [Dependency] private readonly InventorySystem _inventory = default!; [Dependency] private readonly IPrototypeManager _prototype = default!; [Dependency] private readonly SharedHandsSystem _handsSystem = default!; [Dependency] protected readonly SharedContainerSystem Container = default!; @@ -249,11 +251,40 @@ private void OnItemToggle(EntityUid uid, ItemToggleSizeComponent itemToggleSize, } if (Container.TryGetContainingContainer((uid, null, null), out var container) && - TryComp(container.Owner, - out StorageComponent? storage)) // Goobstation - reinsert item in storage because size changed + !_handsSystem.IsHolding(container.Owner, uid)) // Funkystation - Don't move items in hands. { - _transform.AttachToGridOrMap(uid); - _storage.Insert(container.Owner, uid, out _, null, storage, false); + // Funkystation - Check if the item is in a pocket. + var wasInPocket = false; + if (_inventory.TryGetContainerSlotEnumerator(container.Owner, out var enumerator, SlotFlags.POCKET)) + { + while (enumerator.NextItem(out var slotItem, out var slot)) + { + if (slotItem == uid) + { + // Funkystation - We found it in a pocket. + wasInPocket = true; + + if (!_inventory.CanEquip(container.Owner, uid, slot.Name, out var _, slot)) + { + // Funkystation - It no longer fits, so try to hand it to whoever toggled it. + _transform.AttachToGridOrMap(uid); + _handsSystem.PickupOrDrop(args.User, uid, animate: true); + } + break; + } + } + } + + if (!wasInPocket && TryComp(container.Owner, + out StorageComponent? storage)) // Goobstation - reinsert item in storage because size changed + { + _transform.AttachToGridOrMap(uid); + if (!_storage.Insert(container.Owner, uid, out _, null, storage, false)) + { + // Funkystation - It didn't fit, so try to hand it to whoever toggled it. + _handsSystem.PickupOrDrop(args.User, uid, animate: false); + } + } } Dirty(uid, item); From 5f779962a9f16cb23f81d225a6a03445a1912393 Mon Sep 17 00:00:00 2001 From: IronDragoon <8961391+IronDragoon@users.noreply.github.com> Date: Thu, 26 Jun 2025 06:09:31 +0100 Subject: [PATCH 015/182] Pioneer update 2 (#932) --- Resources/Maps/_Harmony/barratry.yml | 152365 +++++++++++++----------- 1 file changed, 82387 insertions(+), 69978 deletions(-) diff --git a/Resources/Maps/_Harmony/barratry.yml b/Resources/Maps/_Harmony/barratry.yml index bfd931f8eac..e395b6834b7 100644 --- a/Resources/Maps/_Harmony/barratry.yml +++ b/Resources/Maps/_Harmony/barratry.yml @@ -4,12 +4,12 @@ meta: engineVersion: 255.0.0 forkId: "" forkVersion: "" - time: 06/07/2025 12:19:18 - entityCount: 19315 + time: 06/20/2025 08:03:06 + entityCount: 21440 maps: -- 5005 -grids: - 1 +grids: +- 2 orphans: [] nullspace: [] tilemap: @@ -71,11 +71,22 @@ entities: - proto: "" entities: - uid: 1 + components: + - type: MetaData + - type: Transform + - type: Map + mapPaused: True + - type: PhysicsMap + - type: GridTree + - type: MovedGrids + - type: Broadphase + - type: OccluderTree + - uid: 2 components: - type: MetaData - type: Transform pos: 0.43985805,0.83991814 - parent: 5005 + parent: 1 - type: MapGrid chunks: -1,-1: @@ -84,7 +95,7 @@ entities: version: 6 -1,0: ind: -1,0 - tiles: EgAAAAAAEgAAAAAAGgAAAAABIQAAAAADGgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMwAAAAAAHAAAAAAAIwAAAAACIwAAAAAAIwAAAAACIwAAAAABIwAAAAABEgAAAAAAEgAAAAAAGgAAAAADIQAAAAABGgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAGgAAAAADGgAAAAABGgAAAAACEgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAHwAAAAADEgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAADFgAAAAAAGgAAAAAAGgAAAAADGgAAAAACFgAAAAAAGgAAAAABGgAAAAABGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAACGgAAAAADGgAAAAABGgAAAAABFgAAAAAAGgAAAAABIQAAAAACGgAAAAAAFgAAAAAAGgAAAAACIQAAAAACIQAAAAACIQAAAAACIQAAAAABIQAAAAADIQAAAAABIQAAAAAAIQAAAAADEgAAAAAAGgAAAAABFgAAAAAAGgAAAAABGgAAAAABGgAAAAADFgAAAAAAGgAAAAACGgAAAAACGgAAAAAAGgAAAAADGgAAAAABGgAAAAAAGgAAAAABGgAAAAACEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAHwAAAAABHwAAAAACEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAADIwAAAAABIwAAAAABGgAAAAABGgAAAAAAGgAAAAAAIwAAAAACIwAAAAABIwAAAAACIwAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAACGgAAAAAAGgAAAAADIwAAAAABIwAAAAABGgAAAAACIQAAAAABGgAAAAACIwAAAAADIwAAAAACIwAAAAAAIwAAAAABEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAACGgAAAAADGgAAAAAAIwAAAAADIwAAAAABGgAAAAADIQAAAAADGgAAAAABEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAGgAAAAACGgAAAAAAGgAAAAACEgAAAAAAEgAAAAAAGgAAAAABIQAAAAAAGgAAAAABEgAAAAAAKgAAAAAAKwAAAAADKgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAABIwAAAAABGgAAAAACIQAAAAADGgAAAAABEgAAAAAAKwAAAAAAEgAAAAAAKwAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAADIwAAAAACGgAAAAADIQAAAAABGgAAAAADEgAAAAAAKgAAAAAAKwAAAAABKgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAADIwAAAAACGgAAAAABIQAAAAAAGgAAAAACEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAABIwAAAAAAIwAAAAADFgAAAAAAGgAAAAACIQAAAAADGgAAAAADEgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAIwAAAAABIwAAAAAC + tiles: EgAAAAAAEgAAAAAAGgAAAAABIQAAAAADGgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMwAAAAAAHAAAAAAAIwAAAAACIwAAAAAAIwAAAAACIwAAAAABIwAAAAABEgAAAAAAEgAAAAAAGgAAAAADIQAAAAABGgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAGgAAAAADGgAAAAABGgAAAAACEgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAHwAAAAADEgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAADFgAAAAAAGgAAAAAAGgAAAAADGgAAAAACFgAAAAAAGgAAAAABGgAAAAABGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAACGgAAAAADGgAAAAABGgAAAAABFgAAAAAAGgAAAAABIQAAAAACGgAAAAAAFgAAAAAAGgAAAAACIQAAAAACIQAAAAACIQAAAAACIQAAAAABIQAAAAADIQAAAAABIQAAAAAAIQAAAAADEgAAAAAAGgAAAAABFgAAAAAAGgAAAAABGgAAAAABGgAAAAADFgAAAAAAGgAAAAACGgAAAAACGgAAAAAAGgAAAAADGgAAAAABGgAAAAAAGgAAAAABGgAAAAACEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAHwAAAAABHwAAAAACEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAADIwAAAAABIwAAAAABGgAAAAABGgAAAAAAGgAAAAAAIwAAAAACIwAAAAABIwAAAAACIwAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAACGgAAAAAAGgAAAAADIwAAAAABIwAAAAABGgAAAAACIQAAAAABGgAAAAACIwAAAAADIwAAAAACIwAAAAAAIwAAAAABEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAACGgAAAAADGgAAAAAAIwAAAAADIwAAAAABGgAAAAADIQAAAAADGgAAAAABEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAGgAAAAACGgAAAAAAGgAAAAACIwAAAAAAEgAAAAAAGgAAAAABIQAAAAAAGgAAAAABEgAAAAAAKgAAAAAAKwAAAAADKgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAABIwAAAAABGgAAAAACIQAAAAADGgAAAAABEgAAAAAAKwAAAAAAEgAAAAAAKwAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAADIwAAAAACGgAAAAADIQAAAAABGgAAAAADEgAAAAAAKgAAAAAAKwAAAAABKgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAADIwAAAAACGgAAAAABIQAAAAAAGgAAAAACEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAABIwAAAAAAIwAAAAADFgAAAAAAGgAAAAACIQAAAAADGgAAAAADEgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAIwAAAAABIwAAAAAC version: 6 0,-1: ind: 0,-1 @@ -96,23 +107,23 @@ entities: version: 6 -1,-2: ind: -1,-2 - tiles: IwAAAAABIwAAAAABIwAAAAABIwAAAAABLgAAAAAAEgAAAAAAIwAAAAACIwAAAAACIwAAAAABEgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAIwAAAAADIwAAAAACIwAAAAABIwAAAAAALgAAAAAAEgAAAAAAIwAAAAADIwAAAAACIwAAAAAAEgAAAAAAGwAAAAAAGwAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAIwAAAAADIwAAAAACIwAAAAADIwAAAAADIwAAAAACEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGwAAAAAAGwAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAIwAAAAADIwAAAAABIwAAAAADEgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAGwAAAAABEgAAAAAAIwAAAAABIwAAAAABIwAAAAACEgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAJGwAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAGwAAAAAAEgAAAAAAKgAAAAAAEgAAAAAAKgAAAAAAEgAAAAAAGwAAAAAKGwAAAAAAGwAAAAAGMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAKgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAEgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMgAAAAAAEgAAAAAAFwAAAAACFwAAAAABFwAAAAACGgAAAAABEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMgAAAAAAEgAAAAAAFwAAAAACFwAAAAABFwAAAAABGgAAAAADGgAAAAACGgAAAAACEgAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAGgAAAAABGgAAAAAAGgAAAAABGgAAAAABGgAAAAAAEgAAAAAAMQAAAAAAEgAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAGgAAAAADGgAAAAAAGgAAAAABGgAAAAAAGgAAAAABGgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAACEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAHAAAAAAAEgAAAAAAIwAAAAABIwAAAAACIwAAAAABEgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAIwAAAAABIwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAEgAAAAAAEgAAAAAAIwAAAAACEgAAAAAAIwAAAAAASgAAAAADIwAAAAADEgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAIwAAAAACIwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAIwAAAAABSgAAAAACIwAAAAACIwAAAAADIwAAAAADIwAAAAABIwAAAAADIwAAAAABIwAAAAABIwAAAAADIwAAAAAAIwAAAAABFgAAAAAAFgAAAAAA + tiles: IwAAAAABIwAAAAABIwAAAAABIwAAAAABLgAAAAAAEgAAAAAAIwAAAAACIwAAAAACIwAAAAABEgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAIwAAAAADIwAAAAACIwAAAAABIwAAAAAALgAAAAAAEgAAAAAAIwAAAAADIwAAAAACIwAAAAAAEgAAAAAAGwAAAAAAGwAAAAAAEgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAIwAAAAADIwAAAAACIwAAAAADIwAAAAADIwAAAAACEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGwAAAAAAGwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAIwAAAAADIwAAAAABIwAAAAADEgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAEgAAAAAAMgAAAAAAEgAAAAAAFgAAAAAAGwAAAAABEgAAAAAAIwAAAAABIwAAAAABIwAAAAACEgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAJGwAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAFgAAAAAAGwAAAAAAEgAAAAAAKgAAAAAAEgAAAAAAKgAAAAAAEgAAAAAAGwAAAAAKGwAAAAAAGwAAAAAGMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAFgAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAKgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMgAAAAAAEgAAAAAAFwAAAAACFwAAAAABFwAAAAACGgAAAAABEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMgAAAAAAEgAAAAAAFwAAAAACFwAAAAABFwAAAAABGgAAAAADGgAAAAACGgAAAAACEgAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAGgAAAAABGgAAAAAAGgAAAAABGgAAAAABGgAAAAAAEgAAAAAAMQAAAAAAEgAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAGgAAAAADGgAAAAAAGgAAAAABGgAAAAAAGgAAAAABGgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAACEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAHAAAAAAAEgAAAAAAIwAAAAABIwAAAAACIwAAAAABEgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAIwAAAAABIwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAEgAAAAAAEgAAAAAAIwAAAAACEgAAAAAAIwAAAAAASgAAAAADIwAAAAADEgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAIwAAAAACIwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAIwAAAAABSgAAAAACIwAAAAACIwAAAAADIwAAAAADIwAAAAABIwAAAAADIwAAAAABIwAAAAABIwAAAAADIwAAAAAAIwAAAAABFgAAAAAAFgAAAAAA version: 6 0,-2: ind: 0,-2 - tiles: MQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAAQAAAAABEgAAAAAAEgAAAAAAFwAAAAAAAQAAAAAFEgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAFwAAAAABAQAAAAAEAQAAAAAFFwAAAAACEgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAFgAAAAAAEgAAAAAAFwAAAAADFwAAAAABAQAAAAAEEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAIwAAAAACIwAAAAABIwAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAAAIwAAAAADIwAAAAACIwAAAAACIwAAAAABEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAADIwAAAAABIwAAAAADIwAAAAADIwAAAAACEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAIwAAAAAAIwAAAAABEgAAAAAAGgAAAAACGgAAAAAAGgAAAAADGgAAAAAAGgAAAAABGgAAAAAAGgAAAAADGgAAAAABEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAIwAAAAABIwAAAAAAEgAAAAAAGgAAAAACGgAAAAADGgAAAAACGgAAAAACGgAAAAABGgAAAAADGgAAAAADGgAAAAADEgAAAAAA + tiles: GwAAAAAAGwAAAAAAGwAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFwAAAAAAAQAAAAAFEgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAAQAAAAAAFwAAAAABAQAAAAAEAQAAAAAFFwAAAAACEgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAFgAAAAAAEgAAAAAAFwAAAAADFwAAAAABAQAAAAAEEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAIwAAAAACIwAAAAABIwAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAAAIwAAAAADIwAAAAACIwAAAAACIwAAAAABEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAADIwAAAAABIwAAAAADIwAAAAADIwAAAAACEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAIwAAAAAAIwAAAAABEgAAAAAAGgAAAAACGgAAAAAAGgAAAAADGgAAAAAAGgAAAAABGgAAAAAAGgAAAAADGgAAAAABEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAIwAAAAABIwAAAAAAEgAAAAAAGgAAAAACGgAAAAADGgAAAAACGgAAAAACGgAAAAABGgAAAAADGgAAAAADGgAAAAADEgAAAAAA version: 6 -2,-1: ind: -2,-1 - tiles: EgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAFwAAAAACFwAAAAAAFwAAAAADIwAAAAAAIwAAAAAAFgAAAAAAIwAAAAAAFgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFwAAAAAAFwAAAAAAFwAAAAACIwAAAAACIwAAAAAAEgAAAAAAMwAAAAAAGgAAAAACEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAFwAAAAADFwAAAAAAFwAAAAACIwAAAAAAIwAAAAABEgAAAAAAEgAAAAAAGgAAAAABEgAAAAAAIwAAAAABIwAAAAACIwAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFwAAAAADEgAAAAAAEgAAAAAAIwAAAAAAEgAAAAAAIwAAAAACGgAAAAABFgAAAAAAIwAAAAACIwAAAAADIwAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAADIwAAAAAAIwAAAAADIwAAAAAAGgAAAAABEgAAAAAAIwAAAAAAIwAAAAACIwAAAAABEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAADIwAAAAABIwAAAAACIwAAAAACGgAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAKgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAADIwAAAAADIwAAAAACIwAAAAADGgAAAAADEgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAGgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAIwAAAAADIwAAAAAAGgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAIwAAAAAAIwAAAAADGgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAIwAAAAACIwAAAAADEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAIwAAAAABIwAAAAABGgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAADIwAAAAAASgAAAAACGgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAKgAAAAAAIwAAAAAAIwAAAAACIwAAAAABGgAAAAABEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAANAAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAA + tiles: EgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAFwAAAAACFwAAAAAAFwAAAAADIwAAAAAAIwAAAAAAFgAAAAAAIwAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFwAAAAAAFwAAAAAAFwAAAAACIwAAAAACIwAAAAAAEgAAAAAAMwAAAAAAGgAAAAACEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAFwAAAAADFwAAAAAAFwAAAAACIwAAAAAAIwAAAAABEgAAAAAAEgAAAAAAGgAAAAABEgAAAAAAIwAAAAABIwAAAAACIwAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFwAAAAADEgAAAAAAEgAAAAAAIwAAAAAAEgAAAAAAIwAAAAACGgAAAAABFgAAAAAAIwAAAAACIwAAAAADIwAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAADIwAAAAAAIwAAAAADIwAAAAAAGgAAAAABEgAAAAAAIwAAAAAAIwAAAAACIwAAAAABEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAADIwAAAAABIwAAAAACIwAAAAACGgAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAKgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAADIwAAAAADIwAAAAACIwAAAAADGgAAAAADEgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAGgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAIwAAAAADIwAAAAAAGgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAIwAAAAAAIwAAAAADGgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAIwAAAAACIwAAAAADEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAIwAAAAABIwAAAAABGgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAADIwAAAAAASgAAAAACGgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAKgAAAAAAIwAAAAAAIwAAAAACIwAAAAABGgAAAAABEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAANAAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAA version: 6 -2,0: ind: -2,0 - tiles: GgAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAANAAAAAAANAAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAGgAAAAACEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAANAAAAAAANAAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAGgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAANAAAAAAAXwAAAAACNAAAAAAANAAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAACEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAHwAAAAACHwAAAAABHwAAAAACGgAAAAACGgAAAAAAFgAAAAAAGgAAAAADGgAAAAABGgAAAAACGgAAAAACEgAAAAAAEgAAAAAAGgAAAAACEgAAAAAAEgAAAAAAGgAAAAABGgAAAAACGgAAAAABGgAAAAAAGgAAAAACIQAAAAADFgAAAAAAGgAAAAACEgAAAAAAEgAAAAAAIQAAAAAAIQAAAAABEgAAAAAAEgAAAAAAIQAAAAACEgAAAAAAEgAAAAAAIQAAAAACIQAAAAABIQAAAAABGgAAAAACGgAAAAADFgAAAAAAGgAAAAABGgAAAAABGgAAAAAAGgAAAAAAGgAAAAACEgAAAAAAOQAAAAAAGgAAAAABGgAAAAADGgAAAAADGgAAAAAAGgAAAAADGgAAAAACEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFwAAAAACEgAAAAAAEgAAAAAAHwAAAAACEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAFwAAAAAAFwAAAAADFwAAAAADFwAAAAADFwAAAAABFwAAAAADFwAAAAADEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAIwAAAAABIwAAAAACOAAAAAAAOAAAAAAAEgAAAAAAFwAAAAAAFwAAAAAAFwAAAAADFwAAAAACFwAAAAADFwAAAAABFwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAACIwAAAAADOAAAAAAAOAAAAAAAEgAAAAAAFwAAAAACFwAAAAADFwAAAAADFwAAAAAAFwAAAAABFwAAAAADFwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAADIwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFwAAAAADFwAAAAADFwAAAAADFwAAAAAAFwAAAAACFwAAAAAAFwAAAAABEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAADFwAAAAABFwAAAAACFwAAAAADEgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAIwAAAAADIwAAAAADFgAAAAAAFgAAAAAAEgAAAAAAFwAAAAACFwAAAAABFwAAAAADFwAAAAABFwAAAAAAFwAAAAADFwAAAAABEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAADIwAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAIwAAAAADIwAAAAACEgAAAAAAEgAAAAAAEgAAAAAAFwAAAAACFwAAAAADFwAAAAACFwAAAAAAFwAAAAAAFwAAAAADFwAAAAACEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAIwAAAAAD + tiles: GgAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAANAAAAAAANAAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAGgAAAAACEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAANAAAAAAANAAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAGgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAANAAAAAAAXwAAAAACNAAAAAAANAAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAACEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAHwAAAAACHwAAAAABHwAAAAACGgAAAAACGgAAAAAAFgAAAAAAGgAAAAADGgAAAAABGgAAAAACGgAAAAACEgAAAAAAEgAAAAAAGgAAAAACEgAAAAAAEgAAAAAAGgAAAAABGgAAAAACGgAAAAABGgAAAAAAGgAAAAACIQAAAAADFgAAAAAAGgAAAAACEgAAAAAAEgAAAAAAIQAAAAAAIQAAAAABEgAAAAAAEgAAAAAAIQAAAAACEgAAAAAAEgAAAAAAIQAAAAACIQAAAAABIQAAAAABGgAAAAACGgAAAAADFgAAAAAAGgAAAAABGgAAAAABGgAAAAAAGgAAAAAAGgAAAAACEgAAAAAAOQAAAAAAGgAAAAABGgAAAAADGgAAAAADGgAAAAAAGgAAAAADGgAAAAACEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFwAAAAACEgAAAAAAEgAAAAAAHwAAAAACEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAFwAAAAAAFwAAAAADFwAAAAADFwAAAAADFwAAAAABFwAAAAADFwAAAAADEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAIwAAAAABIwAAAAACOAAAAAAAOAAAAAAAEgAAAAAAFwAAAAAAFwAAAAAAFwAAAAADFwAAAAACFwAAAAADFwAAAAABFwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAACIwAAAAADOAAAAAAAOAAAAAAAEgAAAAAAFwAAAAACFwAAAAADFwAAAAADFwAAAAAAFwAAAAABFwAAAAADFwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAADIwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFwAAAAADFwAAAAADFwAAAAADFwAAAAAAFwAAAAACFwAAAAAAFwAAAAABEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAIwAAAAAAIwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAADFwAAAAABFwAAAAACFwAAAAADEgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAIwAAAAADIwAAAAADFgAAAAAAFgAAAAAAEgAAAAAAFwAAAAACFwAAAAABFwAAAAADFwAAAAABFwAAAAAAFwAAAAADFwAAAAABEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAADIwAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAIwAAAAADIwAAAAACEgAAAAAAEgAAAAAAEgAAAAAAFwAAAAACFwAAAAADFwAAAAACFwAAAAAAFwAAAAAAFwAAAAADFwAAAAACEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAIwAAAAAAIwAAAAAD version: 6 1,-1: ind: 1,-1 - tiles: MQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAGgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAFwAAAAACFwAAAAADEgAAAAAAOwAAAAAAOwAAAAAAOwAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFwAAAAAAFwAAAAADEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAFwAAAAACFwAAAAABOwAAAAABOwAAAAABOwAAAAADOwAAAAABEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFwAAAAABEgAAAAAAEgAAAAAAMQAAAAAAFwAAAAABFwAAAAAAEgAAAAAAOwAAAAADOwAAAAAAOwAAAAACEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFwAAAAABFwAAAAABFwAAAAAAEgAAAAAAEgAAAAAAMQAAAAAA + tiles: MQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAGgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFwAAAAACFwAAAAADEgAAAAAAOwAAAAAAOwAAAAAAOwAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFwAAAAAAFwAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFwAAAAACFwAAAAABOwAAAAABOwAAAAABOwAAAAADOwAAAAABEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFwAAAAABEgAAAAAAEgAAAAAAEgAAAAAAFwAAAAABFwAAAAAAEgAAAAAAOwAAAAADOwAAAAAAOwAAAAACEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFwAAAAABFwAAAAABFwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAA version: 6 1,0: ind: 1,0 @@ -124,7 +135,7 @@ entities: version: 6 1,1: ind: 1,1 - tiles: EgAAAAAAIwAAAAAAEgAAAAAAIwAAAAAAEgAAAAAAEgAAAAAAGgAAAAACIQAAAAAAGgAAAAADPwAAAAAAGgAAAAAAIQAAAAAAGgAAAAADFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAADIwAAAAACEgAAAAAAIwAAAAACEgAAAAAAGgAAAAACIQAAAAACGgAAAAACPwAAAAAAGgAAAAADIQAAAAADGgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAHAAAAAAAIwAAAAACEgAAAAAAEgAAAAAAGgAAAAADGgAAAAABGgAAAAABGgAAAAADGgAAAAAAGgAAAAADGgAAAAABFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAHAAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAADGgAAAAABGgAAAAADGgAAAAABEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAGgAAAAACGgAAAAAAGgAAAAADGgAAAAABEgAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAGgAAAAAAGgAAAAABGgAAAAABEgAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAQgAAAAAAEgAAAAAAEgAAAAAAQgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAADEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAQgAAAAAAEgAAAAAAQgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAIwAAAAACIwAAAAADIwAAAAACIwAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAIwAAAAADIwAAAAABIwAAAAABIwAAAAABEgAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAACIwAAAAAAIwAAAAABIwAAAAACEgAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAADIwAAAAADIwAAAAAAIwAAAAADEgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAIwAAAAADIwAAAAABIwAAAAABIwAAAAABEgAAAAAAMgAAAAAAMQAAAAAAIwAAAAACEgAAAAAAJQAAAAACJQAAAAACJQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAABIwAAAAABIwAAAAACIwAAAAAAEgAAAAAAMgAAAAAAMQAAAAAAIwAAAAACEgAAAAAAJQAAAAAAIwAAAAAAJQAAAAACEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMQAAAAAAIwAAAAABEgAAAAAAJQAAAAACIwAAAAAAJQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAIwAAAAABEgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAA + tiles: EgAAAAAAIwAAAAAAEgAAAAAAIwAAAAAAEgAAAAAAEgAAAAAAGgAAAAACIQAAAAAAGgAAAAADPwAAAAAAGgAAAAAAIQAAAAAAGgAAAAADFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAADIwAAAAACEgAAAAAAIwAAAAACEgAAAAAAGgAAAAACIQAAAAACGgAAAAACPwAAAAAAGgAAAAADIQAAAAADGgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAHAAAAAAAIwAAAAACEgAAAAAAEgAAAAAAGgAAAAADGgAAAAABGgAAAAABGgAAAAADGgAAAAAAGgAAAAADGgAAAAABFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAHAAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAADGgAAAAABGgAAAAADGgAAAAABEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAGgAAAAACGgAAAAAAGgAAAAADGgAAAAABEgAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAGgAAAAAAGgAAAAABGgAAAAABEgAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAQgAAAAAAEgAAAAAAEgAAAAAAQgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAADEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAQgAAAAAAEgAAAAAAQgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAIwAAAAACIwAAAAADIwAAAAACIwAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAIwAAAAADIwAAAAABIwAAAAABIwAAAAABEgAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAACIwAAAAAAIwAAAAABIwAAAAACEgAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAADIwAAAAADIwAAAAAAIwAAAAADEgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAIwAAAAADIwAAAAABIwAAAAABIwAAAAABEgAAAAAAMgAAAAAAMQAAAAAAIwAAAAACEgAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAABIwAAAAABIwAAAAACIwAAAAAAEgAAAAAAMgAAAAAAMQAAAAAAIwAAAAACEgAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMQAAAAAAIwAAAAABEgAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAIwAAAAABEgAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAA version: 6 2,0: ind: 2,0 @@ -132,19 +143,19 @@ entities: version: 6 2,1: ind: 2,1 - tiles: FgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAFgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAA + tiles: FgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAFgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAA version: 6 0,1: ind: 0,1 - tiles: IwAAAAABIwAAAAADIwAAAAADIwAAAAADIwAAAAACEgAAAAAAGQAAAAADGQAAAAABGQAAAAABGQAAAAADGQAAAAADGQAAAAABEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAIwAAAAAAIwAAAAABIwAAAAACIwAAAAAAIwAAAAABEgAAAAAAGQAAAAADGQAAAAAAGQAAAAACGQAAAAADGQAAAAADGQAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAABEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGQAAAAABGQAAAAABGQAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGQAAAAADGQAAAAABGQAAAAABGQAAAAADGQAAAAACGQAAAAAAGQAAAAACGQAAAAACGQAAAAADGQAAAAADGQAAAAADEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGQAAAAADGQAAAAAAQwAAAAABGQAAAAADEgAAAAAAGQAAAAABGQAAAAACEgAAAAAAGQAAAAACGQAAAAACGQAAAAACEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGQAAAAADQwAAAAADGQAAAAABEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAGQAAAAADEgAAAAAAGQAAAAADQwAAAAADGQAAAAADEgAAAAAAGQAAAAADGQAAAAABGQAAAAACGQAAAAACGQAAAAADGQAAAAADGQAAAAADEgAAAAAAEgAAAAAAFgAAAAAAGQAAAAABGQAAAAABGQAAAAADQwAAAAADGQAAAAADEgAAAAAAGQAAAAADGQAAAAAAGQAAAAADGQAAAAAAGQAAAAAAGQAAAAADGQAAAAABFgAAAAAAEgAAAAAAFgAAAAAAGQAAAAAAEgAAAAAAGQAAAAABQwAAAAABGQAAAAAAGQAAAAACGQAAAAABQwAAAAAAQwAAAAAAQwAAAAAAGQAAAAABQwAAAAABQwAAAAABEgAAAAAAEgAAAAAAFgAAAAAAGQAAAAAAGQAAAAAAGQAAAAADQwAAAAADGQAAAAABGQAAAAACGQAAAAAAGQAAAAADGQAAAAABGQAAAAAAGQAAAAABQwAAAAADQwAAAAABEgAAAAAAEgAAAAAAEgAAAAAAGQAAAAACGQAAAAADGQAAAAAAGQAAAAAAGQAAAAACEgAAAAAAGQAAAAAAGQAAAAABGQAAAAAAGQAAAAACGQAAAAADQwAAAAAAQwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGQAAAAABEgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGQAAAAAAGQAAAAAAGQAAAAABGQAAAAAAEgAAAAAAGQAAAAAAGQAAAAADGQAAAAACGQAAAAACGQAAAAAAGQAAAAAAEgAAAAAAIwAAAAAAIwAAAAABGQAAAAABGQAAAAABGQAAAAADQwAAAAADGQAAAAAAGQAAAAADGQAAAAADGQAAAAACGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAABGQAAAAADIwAAAAAAIwAAAAABIwAAAAACGQAAAAABGQAAAAABGQAAAAABQwAAAAABGQAAAAABGQAAAAADGQAAAAADGQAAAAADGQAAAAACGQAAAAADGQAAAAACGQAAAAABGQAAAAABEgAAAAAAIwAAAAABIwAAAAADGQAAAAABEgAAAAAAGQAAAAAAQwAAAAACGQAAAAACGQAAAAACEgAAAAAAGQAAAAADGQAAAAADGQAAAAADGQAAAAAAGQAAAAAAGQAAAAABEgAAAAAAIwAAAAABIwAAAAAA + tiles: IwAAAAABIwAAAAADIwAAAAADIwAAAAADIwAAAAACEgAAAAAAGQAAAAADGQAAAAABGQAAAAABGQAAAAADGQAAAAADGQAAAAABEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAIwAAAAAAIwAAAAABIwAAAAACIwAAAAAAIwAAAAABEgAAAAAAGQAAAAADGQAAAAAAGQAAAAACGQAAAAADGQAAAAADGQAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAABEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGQAAAAABGQAAAAABGQAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGQAAAAAAGQAAAAADGQAAAAABGQAAAAABGQAAAAADGQAAAAACGQAAAAAAGQAAAAACGQAAAAACGQAAAAADGQAAAAADGQAAAAADEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAGQAAAAAAGQAAAAADGQAAAAAAGQAAAAAAGQAAAAADEgAAAAAAGQAAAAABGQAAAAACEgAAAAAAGQAAAAACGQAAAAACGQAAAAACEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAGQAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAGQAAAAADEgAAAAAAGQAAAAADGQAAAAAAGQAAAAADEgAAAAAAGQAAAAADGQAAAAABGQAAAAACGQAAAAACGQAAAAADGQAAAAADGQAAAAADEgAAAAAAEgAAAAAAFgAAAAAAGQAAAAABGQAAAAABGQAAAAADGQAAAAAAGQAAAAADEgAAAAAAGQAAAAADGQAAAAAAGQAAAAADGQAAAAAAGQAAAAAAGQAAAAADGQAAAAABFgAAAAAAEgAAAAAAFgAAAAAAGQAAAAAAGQAAAAAAGQAAAAABGQAAAAAAGQAAAAAAGQAAAAACGQAAAAABGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAABQwAAAAABQwAAAAABEgAAAAAAEgAAAAAAFgAAAAAAGQAAAAAAGQAAAAAAGQAAAAADGQAAAAAAGQAAAAABGQAAAAACGQAAAAAAGQAAAAADGQAAAAABGQAAAAAAGQAAAAABQwAAAAADQwAAAAABEgAAAAAAEgAAAAAAEgAAAAAAGQAAAAACGQAAAAADGQAAAAAAGQAAAAAAGQAAAAACEgAAAAAAGQAAAAAAGQAAAAABGQAAAAAAGQAAAAACGQAAAAADQwAAAAAAQwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGQAAAAABGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAGQAAAAAAGQAAAAAAGQAAAAABGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAADGQAAAAACGQAAAAACGQAAAAAAGQAAAAAAEgAAAAAAIwAAAAAAIwAAAAABGQAAAAABGQAAAAABGQAAAAADGQAAAAAAGQAAAAAAFgAAAAAAGQAAAAADGQAAAAACGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAABGQAAAAADIwAAAAAAIwAAAAABIwAAAAACGQAAAAABGQAAAAABGQAAAAABGQAAAAAAGQAAAAABFgAAAAAAGQAAAAADGQAAAAADGQAAAAACGQAAAAADGQAAAAACGQAAAAABGQAAAAABEgAAAAAAIwAAAAABIwAAAAADGQAAAAABEgAAAAAAGQAAAAAAGQAAAAAAGQAAAAACGQAAAAACGQAAAAAAGQAAAAADGQAAAAADFgAAAAAAFgAAAAAAGQAAAAAAGQAAAAABEgAAAAAAIwAAAAABIwAAAAAA version: 6 -1,1: ind: -1,1 - tiles: EgAAAAAAEgAAAAAAGgAAAAACIQAAAAABEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAIwAAAAADIwAAAAACEgAAAAAAEgAAAAAAGgAAAAABEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAADIwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAABEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAACEgAAAAAAGgAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGQAAAAACGQAAAAABGQAAAAABGQAAAAAAGQAAAAADEgAAAAAAFgAAAAAAGgAAAAACEgAAAAAAGgAAAAACEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAGQAAAAABRQAAAAADRQAAAAABRQAAAAADGQAAAAABEgAAAAAAEgAAAAAAGgAAAAAAEgAAAAAAGgAAAAACEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGQAAAAAARQAAAAABQwAAAAADRQAAAAAAGQAAAAABFgAAAAAAEgAAAAAAGgAAAAACIQAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGQAAAAADRQAAAAACQwAAAAABRQAAAAACGQAAAAAAFgAAAAAAEgAAAAAAGgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGQAAAAACRQAAAAABQwAAAAACRQAAAAAARQAAAAABEgAAAAAAEgAAAAAAGgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGQAAAAAARQAAAAADQwAAAAADQwAAAAADRQAAAAADIwAAAAABEgAAAAAAGgAAAAACEgAAAAAAGgAAAAADFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGQAAAAACRQAAAAAAQwAAAAACQwAAAAAARQAAAAAAIwAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGQAAAAACRQAAAAACRQAAAAABRQAAAAADRQAAAAACIwAAAAACGgAAAAAAGgAAAAABGgAAAAACGgAAAAADGAAAAAABGAAAAAAAGAAAAAACGAAAAAADGAAAAAAAEgAAAAAAGQAAAAADGQAAAAACGQAAAAADGQAAAAACGQAAAAAAIwAAAAACEgAAAAAAGgAAAAAAIQAAAAACGgAAAAADGAAAAAABGAAAAAACGAAAAAADGAAAAAAAGAAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAIwAAAAABEgAAAAAAGgAAAAACIQAAAAABGgAAAAAAGAAAAAACGAAAAAADGAAAAAABGAAAAAACGAAAAAABEgAAAAAAGQAAAAAAGQAAAAABGQAAAAAAGQAAAAABGQAAAAADEgAAAAAAEgAAAAAAGgAAAAADIQAAAAAAGgAAAAABGAAAAAABGAAAAAACGAAAAAAAGAAAAAADGAAAAAADEgAAAAAAGQAAAAABGQAAAAAAGQAAAAABGQAAAAADGQAAAAABGgAAAAABFgAAAAAAGgAAAAACIQAAAAACGgAAAAACGgAAAAACGgAAAAABGgAAAAADGgAAAAAAGgAAAAABGQAAAAACGQAAAAACGQAAAAACGQAAAAAAGQAAAAAAGQAAAAAC + tiles: EgAAAAAAEgAAAAAAGgAAAAACIQAAAAABEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAIwAAAAADIwAAAAACEgAAAAAAEgAAAAAAGgAAAAABEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAADIwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAABEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAACEgAAAAAAGgAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGQAAAAACGQAAAAABGQAAAAABGQAAAAAAGQAAAAADEgAAAAAAFgAAAAAAGgAAAAACEgAAAAAAGgAAAAACEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAGQAAAAABGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAABEgAAAAAAEgAAAAAAGgAAAAAAEgAAAAAAGgAAAAACEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAABFgAAAAAAEgAAAAAAGgAAAAACIQAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGQAAAAADGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAFgAAAAAAEgAAAAAAGgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGQAAAAACGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAIwAAAAABEgAAAAAAGgAAAAACEgAAAAAAGgAAAAADFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGQAAAAACGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAIwAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGAAAAAAAEgAAAAAAGQAAAAACGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAIwAAAAACGgAAAAAAGgAAAAABGgAAAAACGgAAAAADGAAAAAABGAAAAAAAGAAAAAACGAAAAAADGAAAAAAAGQAAAAAAGQAAAAADGQAAAAACGQAAAAADGQAAAAACGQAAAAAAIwAAAAACEgAAAAAAGgAAAAAAIQAAAAACGgAAAAADGAAAAAABGAAAAAACGAAAAAADGAAAAAAAGAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAIwAAAAABEgAAAAAAGgAAAAACIQAAAAABGgAAAAAAGAAAAAACGAAAAAADGAAAAAABGAAAAAACGAAAAAABEgAAAAAAGQAAAAAAGQAAAAABGQAAAAAAGQAAAAABGQAAAAADEgAAAAAAEgAAAAAAGgAAAAADIQAAAAAAGgAAAAABGAAAAAABGAAAAAACGAAAAAAAGAAAAAADGAAAAAADEgAAAAAAGQAAAAABGQAAAAAAGQAAAAABGQAAAAADGQAAAAABGgAAAAABFgAAAAAAGgAAAAACIQAAAAACGgAAAAACGgAAAAACGgAAAAABGgAAAAADGgAAAAAAGgAAAAABGQAAAAACGQAAAAACGQAAAAACGQAAAAAAGQAAAAAAGQAAAAAC version: 6 0,2: ind: 0,2 - tiles: GQAAAAABEgAAAAAAGQAAAAACQwAAAAACGQAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAAAIwAAAAADGQAAAAACGQAAAAACGQAAAAAAQwAAAAADGQAAAAAAGQAAAAACEgAAAAAAGQAAAAACGQAAAAACGQAAAAACGQAAAAACRgAAAAACRgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGQAAAAADEgAAAAAAGQAAAAACGQAAAAADGQAAAAAAGQAAAAAAGQAAAAABGQAAAAACGQAAAAACGQAAAAADGQAAAAAARgAAAAADRgAAAAABEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGQAAAAADGQAAAAACGQAAAAADGQAAAAAARgAAAAABRgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAJQAAAAADJQAAAAABGQAAAAABGQAAAAACGQAAAAACEgAAAAAARgAAAAADRgAAAAADRgAAAAACRgAAAAACRgAAAAADRgAAAAABRgAAAAACEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAABJQAAAAAAGQAAAAADRAAAAAABGQAAAAACEgAAAAAARgAAAAAARgAAAAADRgAAAAAARgAAAAADSgAAAAAASgAAAAAASgAAAAADEgAAAAAAFgAAAAAAEgAAAAAAIwAAAAAAJQAAAAAAGQAAAAACRAAAAAABGQAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAAAJQAAAAABGQAAAAACRAAAAAAAGQAAAAADEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAJQAAAAACJQAAAAADGQAAAAADGQAAAAADGQAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAGgAAAAADGgAAAAACGgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAARwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAARwAAAAAARwAAAAAARwAAAAAARwAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAARwAAAAAARwAAAAAARwAAAAAARwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAA + tiles: GQAAAAABEgAAAAAAGQAAAAACGQAAAAAAGQAAAAADGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAEgAAAAAAIwAAAAAAIwAAAAADGQAAAAACGQAAAAACGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAACGQAAAAAAGQAAAAACGQAAAAACGQAAAAACGQAAAAACGQAAAAAAGQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGQAAAAADEgAAAAAAGQAAAAACGQAAAAADGQAAAAAAGQAAAAAAGQAAAAABGQAAAAACGQAAAAACGQAAAAADGQAAAAAAGQAAAAAAGQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGQAAAAAAEgAAAAAAEgAAAAAAGQAAAAAAGQAAAAADGQAAAAACGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAJQAAAAADJQAAAAABGQAAAAABGQAAAAACGQAAAAACEgAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAABJQAAAAAAGQAAAAADRAAAAAABGQAAAAACEgAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAIwAAAAAAJQAAAAAAGQAAAAACRAAAAAABGQAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAARgAAAAAARgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAAAJQAAAAABGQAAAAACRAAAAAAAGQAAAAADEgAAAAAARgAAAAAARgAAAAAARgAAAAAARgAAAAAARgAAAAAARgAAAAAARgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAJQAAAAACJQAAAAADGQAAAAADGQAAAAADGQAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAARgAAAAAAEgAAAAAARgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAARgAAAAAARgAAAAAARgAAAAAARgAAAAAARgAAAAAARgAAAAAARgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAASAAAAAAASAAAAAAASAAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAASAAAAAAAEgAAAAAASAAAAAAASAAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAA version: 6 -1,2: ind: -1,2 @@ -152,11 +163,11 @@ entities: version: 6 1,2: ind: 1,2 - tiles: IwAAAAABFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAFwAAAAACEgAAAAAAFwAAAAAAEgAAAAAAFwAAAAAAFwAAAAABFwAAAAACEgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAFwAAAAADFwAAAAADFwAAAAAAFwAAAAABEgAAAAAAFwAAAAABEgAAAAAAEgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAFwAAAAAATgAAAAABUQAAAAAAFwAAAAABFwAAAAABEgAAAAAAEgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAFwAAAAACFwAAAAAATgAAAAADTgAAAAACEgAAAAAAFwAAAAACFwAAAAACEgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFwAAAAABUQAAAAAAIwAAAAACIwAAAAADIwAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAFwAAAAAAFwAAAAADEgAAAAAAFwAAAAAAIwAAAAAAIwAAAAADIwAAAAAAEgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAFwAAAAABEgAAAAAAFwAAAAAAEgAAAAAAUQAAAAADIwAAAAABIwAAAAACEgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFwAAAAABEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFwAAAAACEgAAAAAAFwAAAAADAQAAAAAEEgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAA + tiles: IwAAAAABIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAFwAAAAACEgAAAAAAFwAAAAAAEgAAAAAAFwAAAAAAFwAAAAABFwAAAAACEgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAFwAAAAADFwAAAAADFwAAAAAAFwAAAAABEgAAAAAAFwAAAAABEgAAAAAAEgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAFwAAAAAATgAAAAABUQAAAAAAFwAAAAABFwAAAAABEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAFwAAAAACFwAAAAAATgAAAAADTgAAAAACEgAAAAAAFwAAAAACFwAAAAACEgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFwAAAAABUQAAAAAAIwAAAAACIwAAAAADIwAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAFwAAAAAAFwAAAAADEgAAAAAAFwAAAAAAIwAAAAAAIwAAAAADIwAAAAAAEgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAFwAAAAABEgAAAAAAFwAAAAAAEgAAAAAAUQAAAAADIwAAAAABIwAAAAACEgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFwAAAAABEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFwAAAAACEgAAAAAAFwAAAAADAQAAAAAEEgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAA version: 6 -2,2: ind: -2,2 - tiles: EgAAAAAAEgAAAAAAIQAAAAACIQAAAAABIQAAAAAAIQAAAAADIQAAAAACIQAAAAABIQAAAAACIQAAAAABIQAAAAADIQAAAAAAGgAAAAAAFgAAAAAAGgAAAAABIQAAAAABEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAGgAAAAACGgAAAAADGgAAAAADGgAAAAAAGgAAAAADGgAAAAABGgAAAAADGgAAAAACGgAAAAACFgAAAAAAGgAAAAABGgAAAAACEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAHwAAAAACHwAAAAADHwAAAAAAHwAAAAADHwAAAAAAHwAAAAAAHwAAAAACEgAAAAAAFgAAAAAAFgAAAAAAIwAAAAADIwAAAAACEgAAAAAAIwAAAAABIwAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAACGgAAAAADIwAAAAAAIwAAAAAAEgAAAAAAIwAAAAAAIwAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAFwAAAAADFwAAAAACFwAAAAABEgAAAAAAIwAAAAADEgAAAAAAGgAAAAADIQAAAAACIwAAAAACIwAAAAAAIwAAAAABIwAAAAABIwAAAAACEgAAAAAAEgAAAAAAEgAAAAAAFwAAAAADFwAAAAABFwAAAAABIwAAAAACIwAAAAADGgAAAAAAGgAAAAACIQAAAAAAIwAAAAACIwAAAAABEgAAAAAAIwAAAAABIwAAAAACEgAAAAAAEgAAAAAAEgAAAAAAFwAAAAACFwAAAAABFwAAAAACEgAAAAAAIwAAAAABPwAAAAAAGgAAAAADIQAAAAABIwAAAAACIwAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFwAAAAADFwAAAAAAFwAAAAADEgAAAAAAIwAAAAADPwAAAAAAGgAAAAADGgAAAAAAIwAAAAABIwAAAAABEgAAAAAAEgAAAAAAFwAAAAADEgAAAAAAEgAAAAAAEgAAAAAAFwAAAAAAFwAAAAACFwAAAAACEgAAAAAAIwAAAAABGgAAAAACGgAAAAACRAAAAAADEgAAAAAAEgAAAAAAEgAAAAAAFwAAAAACEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAIwAAAAACIwAAAAABIwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAADRAAAAAAAUgAAAAACEgAAAAAAEgAAAAAAFwAAAAAAFwAAAAADEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAABIwAAAAAAIwAAAAADFwAAAAADFwAAAAADEgAAAAAAGgAAAAADRAAAAAACUgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAAAIwAAAAAAFwAAAAACFwAAAAADEgAAAAAAGgAAAAACGgAAAAADUgAAAAAAEgAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAACEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAACGgAAAAAAUgAAAAACEgAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAGgAAAAADGgAAAAADGgAAAAACGgAAAAAAGgAAAAADGgAAAAACGgAAAAABUgAAAAACGgAAAAABUwAAAAAAUwAAAAAAUwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAGgAAAAAAFgAAAAAAGgAAAAACFgAAAAAAEgAAAAAAGgAAAAABGgAAAAABUgAAAAADEgAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAGgAAAAADFgAAAAAAGgAAAAACGgAAAAAAIwAAAAADGgAAAAADRAAAAAAA + tiles: GgAAAAAAGgAAAAAAIQAAAAACIQAAAAABIQAAAAAAIQAAAAADIQAAAAACIQAAAAABIQAAAAACIQAAAAABIQAAAAADIQAAAAAAGgAAAAAAFgAAAAAAGgAAAAABIQAAAAABGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAACGgAAAAADGgAAAAADGgAAAAAAGgAAAAADGgAAAAABGgAAAAADGgAAAAACGgAAAAACFgAAAAAAGgAAAAABGgAAAAACEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAHwAAAAACHwAAAAADHwAAAAAAHwAAAAADHwAAAAAAHwAAAAAAHwAAAAACEgAAAAAAFgAAAAAAFgAAAAAAIwAAAAADIwAAAAACEgAAAAAAIwAAAAABIwAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAACGgAAAAADIwAAAAAAIwAAAAAAEgAAAAAAIwAAAAAAIwAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAFwAAAAADFwAAAAACFwAAAAABEgAAAAAAIwAAAAADEgAAAAAAGgAAAAADIQAAAAACIwAAAAACIwAAAAAAIwAAAAABIwAAAAABIwAAAAACEgAAAAAAEgAAAAAAEgAAAAAAFwAAAAADFwAAAAABFwAAAAABIwAAAAACIwAAAAADGgAAAAAAGgAAAAACIQAAAAAAIwAAAAACIwAAAAABEgAAAAAAIwAAAAABIwAAAAACEgAAAAAAEgAAAAAAEgAAAAAAFwAAAAACFwAAAAABFwAAAAACEgAAAAAAIwAAAAABPwAAAAAAGgAAAAADIQAAAAABIwAAAAACIwAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFwAAAAADFwAAAAAAFwAAAAADEgAAAAAAIwAAAAADPwAAAAAAGgAAAAADGgAAAAAAIwAAAAABIwAAAAABEgAAAAAAEgAAAAAAFwAAAAADEgAAAAAAEgAAAAAAEgAAAAAAFwAAAAAAFwAAAAACFwAAAAACEgAAAAAAIwAAAAABGgAAAAACGgAAAAACRAAAAAADEgAAAAAAEgAAAAAAEgAAAAAAFwAAAAACEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAIwAAAAACIwAAAAABIwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAADRAAAAAAAUgAAAAACEgAAAAAAEgAAAAAAFwAAAAAAFwAAAAADEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAABIwAAAAAAIwAAAAADFwAAAAADFwAAAAADEgAAAAAAGgAAAAADRAAAAAACUgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAAAIwAAAAAAFwAAAAACFwAAAAADEgAAAAAAGgAAAAACGgAAAAADUgAAAAAAEgAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAACEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAACGgAAAAAAUgAAAAACEgAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAGgAAAAADGgAAAAADGgAAAAACGgAAAAAAGgAAAAADGgAAAAACGgAAAAABUgAAAAACGgAAAAABUwAAAAAAUwAAAAAAUwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAGgAAAAAAFgAAAAAAGgAAAAACFgAAAAAAEgAAAAAAGgAAAAABGgAAAAABUgAAAAADEgAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAGgAAAAADFgAAAAAAGgAAAAACGgAAAAAAIwAAAAADGgAAAAADRAAAAAAA version: 6 -2,1: ind: -2,1 @@ -164,7 +175,7 @@ entities: version: 6 -2,-2: ind: -2,-2 - tiles: MQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAGwAAAAAEGwAAAAALGwAAAAAAEgAAAAAAKgAAAAAAKgAAAAAAKwAAAAACEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAKwAAAAADKgAAAAAAKgAAAAAAKwAAAAADEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAABEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAJGwAAAAAAGwAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAMGwAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAFwAAAAADFwAAAAAAIwAAAAAAIwAAAAADEgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAFwAAAAABFwAAAAADIwAAAAADIwAAAAAAEgAAAAAAMwAAAAAAFgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAABEgAAAAAAEgAAAAAAIwAAAAABEgAAAAAAEgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAIwAAAAACIwAAAAADIwAAAAACIwAAAAAAEgAAAAAAEgAAAAAA + tiles: MQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAGwAAAAAEGwAAAAALGwAAAAAAEgAAAAAAKgAAAAAAKgAAAAAAKwAAAAACEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAKwAAAAADKgAAAAAAKgAAAAAAKwAAAAADEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAABEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAJGwAAAAAAGwAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAMGwAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAFwAAAAADFwAAAAAAIwAAAAAAIwAAAAADEgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAFwAAAAABFwAAAAADIwAAAAADIwAAAAAAEgAAAAAAMwAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAABEgAAAAAAEgAAAAAAIwAAAAABEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAACIwAAAAADIwAAAAACIwAAAAAAEgAAAAAAEgAAAAAA version: 6 -3,0: ind: -3,0 @@ -172,19 +183,19 @@ entities: version: 6 -3,1: ind: -3,1 - tiles: EgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIQAAAAACGgAAAAACEgAAAAAASwAAAAABSwAAAAAASwAAAAADFgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAADEgAAAAAASwAAAAAASwAAAAABSwAAAAACFgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAEgAAAAAAGgAAAAACEgAAAAAASwAAAAABSwAAAAADSwAAAAABEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAVQAAAAAAEgAAAAAAGgAAAAACEgAAAAAASwAAAAADSwAAAAABSwAAAAABFgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAVQAAAAAAVQAAAAAAEgAAAAAAGgAAAAAAEgAAAAAASwAAAAACSwAAAAACSwAAAAADEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAGgAAAAAAEgAAAAAAIQAAAAADGgAAAAABEgAAAAAASwAAAAABSwAAAAAASwAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIQAAAAACGgAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAEgAAAAAAGgAAAAABIQAAAAAAGgAAAAACIwAAAAADEgAAAAAAEgAAAAAAIwAAAAADMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAEgAAAAAAGgAAAAADIQAAAAADGgAAAAAAIwAAAAACIwAAAAABIwAAAAAAIwAAAAACMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAEgAAAAAAEgAAAAAAIQAAAAABGgAAAAABIwAAAAACIwAAAAAAIwAAAAADIwAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAEgAAAAAAEgAAAAAAIQAAAAACGgAAAAAAIwAAAAAAIwAAAAABIwAAAAAAIwAAAAABGgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAEgAAAAAAGgAAAAABIQAAAAAAEgAAAAAAIwAAAAABIwAAAAABIwAAAAADIwAAAAADGgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAEgAAAAAAGgAAAAACEgAAAAAAEgAAAAAAIwAAAAADIwAAAAACIwAAAAADIwAAAAABGgAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAABGgAAAAABGgAAAAABIwAAAAACIwAAAAAAIwAAAAABIwAAAAABEgAAAAAAEgAAAAAAHwAAAAACHwAAAAACHwAAAAADHwAAAAAAHwAAAAAAHwAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAADGgAAAAACGgAAAAAAGgAAAAABGgAAAAADGgAAAAACGgAAAAAAGgAAAAAAFgAAAAAAGgAAAAACGgAAAAABGgAAAAAAFgAAAAAAEgAAAAAAGgAAAAADGgAAAAAC + tiles: EgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIQAAAAACGgAAAAACEgAAAAAASwAAAAABSwAAAAAASwAAAAADFgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAADEgAAAAAASwAAAAAASwAAAAABSwAAAAACFgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAEgAAAAAAGgAAAAACEgAAAAAASwAAAAABSwAAAAADSwAAAAABEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAVQAAAAAAEgAAAAAAGgAAAAACEgAAAAAASwAAAAADSwAAAAABSwAAAAABFgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAVQAAAAAAVQAAAAAAEgAAAAAAGgAAAAAAEgAAAAAASwAAAAACSwAAAAACSwAAAAADEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAGgAAAAAAEgAAAAAAIQAAAAADGgAAAAABEgAAAAAASwAAAAABSwAAAAAASwAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIQAAAAACGgAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAEgAAAAAAGgAAAAABIQAAAAAAGgAAAAACIwAAAAADEgAAAAAAEgAAAAAAIwAAAAADMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAEgAAAAAAGgAAAAADIQAAAAADGgAAAAAAIwAAAAACIwAAAAABIwAAAAAAIwAAAAACMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAEgAAAAAAEgAAAAAAIQAAAAABGgAAAAABIwAAAAACIwAAAAAAIwAAAAADIwAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAEgAAAAAAEgAAAAAAIQAAAAACGgAAAAAAIwAAAAAAIwAAAAABIwAAAAAAIwAAAAABGgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAEgAAAAAAGgAAAAABIQAAAAAAEgAAAAAAIwAAAAABIwAAAAABIwAAAAADIwAAAAADGgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAEgAAAAAAGgAAAAACEgAAAAAAEgAAAAAAIwAAAAADIwAAAAACIwAAAAADIwAAAAABGgAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAABGgAAAAABGgAAAAABIwAAAAACIwAAAAAAIwAAAAABIwAAAAABEgAAAAAAEgAAAAAAHwAAAAACHwAAAAACHwAAAAADHwAAAAAAHwAAAAAAHwAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAADGgAAAAACGgAAAAAAGgAAAAABGgAAAAADGgAAAAACGgAAAAAAGgAAAAAAFgAAAAAAGgAAAAACGgAAAAABGgAAAAAAFgAAAAAAGgAAAAAAGgAAAAADGgAAAAAC version: 6 -3,2: ind: -3,2 - tiles: IQAAAAADIQAAAAABIQAAAAACIQAAAAACIQAAAAABIQAAAAACIQAAAAAAGgAAAAABFgAAAAAAGgAAAAADIQAAAAABGgAAAAACFgAAAAAAGgAAAAAAIQAAAAABIQAAAAAAGgAAAAABGgAAAAABGgAAAAAAGgAAAAAAGgAAAAABGgAAAAABGgAAAAABGgAAAAADFgAAAAAAGgAAAAAAGgAAAAAAGgAAAAACFgAAAAAAEgAAAAAAEgAAAAAAGgAAAAABFgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFwAAAAACEgAAAAAAFwAAAAABEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAADGgAAAAAAEgAAAAAAFwAAAAADFwAAAAAAFwAAAAABFwAAAAAAFwAAAAADFwAAAAADFwAAAAABFwAAAAAAFwAAAAAAFwAAAAACIwAAAAAAIwAAAAAAIwAAAAACIQAAAAACGgAAAAADEgAAAAAAFwAAAAABFwAAAAAAFwAAAAABFwAAAAADFwAAAAAAFwAAAAAAFwAAAAABFwAAAAACFwAAAAABFwAAAAABIwAAAAADIwAAAAAAIwAAAAABIQAAAAAAGgAAAAADEgAAAAAAFwAAAAAAEgAAAAAAEgAAAAAAFwAAAAADFwAAAAABFwAAAAACFwAAAAABFwAAAAAAFwAAAAAAFwAAAAAAIwAAAAADIwAAAAACIwAAAAACIQAAAAAAGgAAAAACEgAAAAAAFwAAAAABEgAAAAAAEgAAAAAAEgAAAAAAFwAAAAADFwAAAAADFwAAAAAAFwAAAAABFwAAAAAAFwAAAAADIwAAAAAAIwAAAAABIwAAAAAAIQAAAAADGgAAAAABEgAAAAAAFwAAAAABEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFwAAAAADFwAAAAADFwAAAAAAFwAAAAADFwAAAAADFwAAAAAAEgAAAAAAIwAAAAACIQAAAAACGgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFwAAAAACFwAAAAAAFwAAAAADFwAAAAAAFwAAAAABIwAAAAACIwAAAAAAIQAAAAABGgAAAAADEgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAACIwAAAAAAIwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIQAAAAAAGgAAAAAAIwAAAAADIwAAAAABIwAAAAACIwAAAAACIwAAAAAAEgAAAAAAEgAAAAAAUgAAAAABUgAAAAACUgAAAAABUgAAAAACUgAAAAAAUgAAAAAAUgAAAAABIQAAAAADGgAAAAADIwAAAAADIwAAAAACVgAAAAAAVgAAAAAAVgAAAAAAIwAAAAABIwAAAAACUgAAAAABSAAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAAIQAAAAABGgAAAAACIwAAAAACIwAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAIwAAAAABIwAAAAABUgAAAAABSAAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAAIQAAAAABGgAAAAACEgAAAAAAIwAAAAADVgAAAAAAVgAAAAAAVgAAAAAAIwAAAAABIwAAAAADUgAAAAABSAAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAAIQAAAAAAGgAAAAADIwAAAAADIwAAAAABIwAAAAADIwAAAAABIwAAAAAAIwAAAAADIwAAAAAAUgAAAAADSAAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAAGgAAAAABGgAAAAABEgAAAAAAIwAAAAACIwAAAAADIwAAAAACIwAAAAAAIwAAAAACEgAAAAAAUgAAAAAAUgAAAAADUgAAAAACUgAAAAAAUgAAAAABUgAAAAADUgAAAAAD + tiles: IQAAAAADIQAAAAABIQAAAAACIQAAAAACIQAAAAABIQAAAAACIQAAAAAAGgAAAAABFgAAAAAAGgAAAAADIQAAAAABGgAAAAACFgAAAAAAGgAAAAAAIQAAAAABIQAAAAAAGgAAAAABGgAAAAABGgAAAAAAGgAAAAAAGgAAAAABGgAAAAABGgAAAAABGgAAAAADFgAAAAAAGgAAAAAAGgAAAAAAGgAAAAACFgAAAAAAGgAAAAAAGgAAAAAAGgAAAAABFgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFwAAAAACEgAAAAAAFwAAAAABEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAADGgAAAAAAEgAAAAAAFwAAAAADFwAAAAAAFwAAAAABFwAAAAAAFwAAAAADFwAAAAADFwAAAAABFwAAAAAAFwAAAAAAFwAAAAACIwAAAAAAIwAAAAAAIwAAAAACIQAAAAACGgAAAAADEgAAAAAAFwAAAAABFwAAAAAAFwAAAAABFwAAAAADFwAAAAAAFwAAAAAAFwAAAAABFwAAAAACFwAAAAABFwAAAAABIwAAAAADIwAAAAAAIwAAAAABIQAAAAAAGgAAAAADEgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAADFwAAAAABFwAAAAACFwAAAAABFwAAAAAAFwAAAAAAFwAAAAAAIwAAAAADIwAAAAACIwAAAAACIQAAAAAAGgAAAAACEgAAAAAAFwAAAAABFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAADFwAAAAADFwAAAAAAFwAAAAABFwAAAAAAFwAAAAADIwAAAAAAIwAAAAABIwAAAAAAIQAAAAADGgAAAAABEgAAAAAAFwAAAAABFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAADFwAAAAADFwAAAAAAFwAAAAADFwAAAAADFwAAAAAAEgAAAAAAIwAAAAACIQAAAAACGgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFwAAAAACFwAAAAAAFwAAAAADFwAAAAAAFwAAAAABIwAAAAACIwAAAAAAIQAAAAABGgAAAAADEgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAIwAAAAAAEgAAAAAAEgAAAAAAGgAAAAACIwAAAAAAIwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIQAAAAAAGgAAAAAAIwAAAAADIwAAAAABIwAAAAACIwAAAAACIwAAAAAAIwAAAAAAEgAAAAAAUgAAAAABUgAAAAACUgAAAAABUgAAAAACUgAAAAAAUgAAAAAAUgAAAAABIQAAAAADGgAAAAADIwAAAAADIwAAAAACVgAAAAAAVgAAAAAAVgAAAAAAIwAAAAABIwAAAAACUgAAAAABSAAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAAIQAAAAABGgAAAAACIwAAAAACIwAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAIwAAAAABIwAAAAABUgAAAAABSAAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAAIQAAAAABGgAAAAACEgAAAAAAIwAAAAADVgAAAAAAVgAAAAAAVgAAAAAAIwAAAAABIwAAAAADUgAAAAABSAAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAAIQAAAAAAGgAAAAADIwAAAAADIwAAAAABIwAAAAADIwAAAAABIwAAAAAAIwAAAAADIwAAAAAAUgAAAAADSAAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAAGgAAAAABGgAAAAABEgAAAAAAIwAAAAACIwAAAAADIwAAAAACIwAAAAAAIwAAAAACEgAAAAAAUgAAAAAAUgAAAAADUgAAAAACUgAAAAAAUgAAAAABUgAAAAADUgAAAAAD version: 6 -3,-1: ind: -3,-1 - tiles: MgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAGgAAAAABEgAAAAAAEgAAAAAAGgAAAAABGgAAAAADGgAAAAAAEgAAAAAAGgAAAAACGgAAAAACEgAAAAAAGgAAAAABEgAAAAAAGgAAAAAAGgAAAAABEgAAAAAAEgAAAAAAGgAAAAADEgAAAAAAGgAAAAADEgAAAAAAEgAAAAAAGgAAAAADGgAAAAACGgAAAAADEgAAAAAAEgAAAAAAGgAAAAAAGgAAAAADGgAAAAACGgAAAAACEgAAAAAAEgAAAAAAGgAAAAACGgAAAAAAGgAAAAADGgAAAAABGgAAAAACGgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAFgAAAAAAGgAAAAABFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAADGgAAAAAAGgAAAAABGgAAAAACEgAAAAAAEgAAAAAAGgAAAAABEgAAAAAAGgAAAAABFgAAAAAAGgAAAAABFgAAAAAAEgAAAAAAFgAAAAAAGgAAAAACEgAAAAAAGgAAAAACGgAAAAABGgAAAAADGgAAAAADGgAAAAADEgAAAAAAGgAAAAABEgAAAAAAGgAAAAACFgAAAAAAGgAAAAABFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAKgAAAAAAGgAAAAACGgAAAAACEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAABGgAAAAACGgAAAAAAGgAAAAACEgAAAAAAFwAAAAADFwAAAAADFwAAAAAAFwAAAAADEgAAAAAAGgAAAAACGgAAAAADGgAAAAADGgAAAAADGgAAAAABGgAAAAAAGgAAAAAAGgAAAAADEgAAAAAAXwAAAAACEgAAAAAAFwAAAAAAFwAAAAACFwAAAAABFwAAAAADEgAAAAAAGgAAAAAAGgAAAAABGgAAAAAAGgAAAAABGgAAAAACGgAAAAADEgAAAAAAEgAAAAAAGgAAAAAAGgAAAAACEgAAAAAAFwAAAAABFwAAAAADFwAAAAAAFwAAAAADEgAAAAAAGgAAAAAAGgAAAAACGgAAAAABGgAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAADGgAAAAADEgAAAAAAFwAAAAABFwAAAAADFwAAAAADFwAAAAABEgAAAAAAEgAAAAAAGgAAAAABGgAAAAADGgAAAAAAGgAAAAACGgAAAAABEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAAAEgAAAAAAEgAAAAAAGgAAAAADGgAAAAADGgAAAAADGgAAAAADEgAAAAAAGgAAAAABEgAAAAAAGgAAAAAAGgAAAAADGgAAAAADEgAAAAAAHwAAAAAAGgAAAAADGgAAAAABGgAAAAABGgAAAAACGgAAAAADGgAAAAAAGgAAAAADXwAAAAABEgAAAAAAGgAAAAAAGgAAAAAAGgAAAAABGgAAAAACGgAAAAABEgAAAAAAHwAAAAADGgAAAAADGgAAAAACGgAAAAACEgAAAAAAGgAAAAACGgAAAAAAGgAAAAAAEgAAAAAAGgAAAAADGgAAAAACEgAAAAAAGgAAAAACGgAAAAACGgAAAAACEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAABEgAAAAAAEgAAAAAAGgAAAAAAGgAAAAACEgAAAAAAEgAAAAAAIwAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAC + tiles: EgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAGgAAAAABEgAAAAAAEgAAAAAAGgAAAAABGgAAAAADGgAAAAAAEgAAAAAAGgAAAAACGgAAAAACEgAAAAAAGgAAAAABEgAAAAAAGgAAAAAAGgAAAAABEgAAAAAAEgAAAAAAGgAAAAADEgAAAAAAGgAAAAADEgAAAAAAEgAAAAAAGgAAAAADGgAAAAACGgAAAAADEgAAAAAAEgAAAAAAGgAAAAAAGgAAAAADGgAAAAACGgAAAAACEgAAAAAAEgAAAAAAGgAAAAACGgAAAAAAGgAAAAADGgAAAAABGgAAAAACGgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAFgAAAAAAGgAAAAABFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAADGgAAAAAAGgAAAAABGgAAAAACEgAAAAAAEgAAAAAAGgAAAAABEgAAAAAAGgAAAAABFgAAAAAAGgAAAAABFgAAAAAAEgAAAAAAFgAAAAAAGgAAAAACEgAAAAAAGgAAAAACGgAAAAABGgAAAAADGgAAAAADGgAAAAADEgAAAAAAGgAAAAABEgAAAAAAGgAAAAACFgAAAAAAGgAAAAABFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAKgAAAAAAGgAAAAACGgAAAAACEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAABGgAAAAACGgAAAAAAGgAAAAACEgAAAAAAFwAAAAADFwAAAAADFwAAAAAAFwAAAAADEgAAAAAAGgAAAAACGgAAAAADGgAAAAADGgAAAAADGgAAAAABGgAAAAAAGgAAAAAAGgAAAAADEgAAAAAAXwAAAAACEgAAAAAAFwAAAAAAFwAAAAACFwAAAAABFwAAAAADEgAAAAAAGgAAAAAAGgAAAAABGgAAAAAAGgAAAAABGgAAAAACGgAAAAADEgAAAAAAEgAAAAAAGgAAAAAAGgAAAAACEgAAAAAAFwAAAAABFwAAAAADFwAAAAAAFwAAAAADEgAAAAAAGgAAAAAAGgAAAAACGgAAAAABGgAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAADGgAAAAADEgAAAAAAFwAAAAABFwAAAAADFwAAAAADFwAAAAABEgAAAAAAEgAAAAAAGgAAAAABGgAAAAADGgAAAAAAGgAAAAACGgAAAAABEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAAAEgAAAAAAEgAAAAAAGgAAAAADGgAAAAADGgAAAAADGgAAAAADEgAAAAAAGgAAAAABEgAAAAAAGgAAAAAAGgAAAAADGgAAAAADEgAAAAAAHwAAAAAAGgAAAAADGgAAAAABGgAAAAABGgAAAAACGgAAAAADGgAAAAAAGgAAAAADXwAAAAABEgAAAAAAGgAAAAAAGgAAAAAAGgAAAAABGgAAAAACGgAAAAABEgAAAAAAHwAAAAADGgAAAAADGgAAAAACGgAAAAACEgAAAAAAGgAAAAACGgAAAAAAGgAAAAAAEgAAAAAAGgAAAAADGgAAAAACEgAAAAAAGgAAAAACGgAAAAACGgAAAAACEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAABEgAAAAAAEgAAAAAAGgAAAAAAGgAAAAACEgAAAAAAEgAAAAAAIwAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAC version: 6 -4,-1: ind: -4,-1 - tiles: EgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAABGgAAAAABGgAAAAACGgAAAAABFgAAAAAAGgAAAAACGgAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIQAAAAADGgAAAAABGgAAAAABGgAAAAAAFgAAAAAAEgAAAAAAGgAAAAAAGgAAAAACEgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAABGgAAAAACGgAAAAAAGgAAAAABFgAAAAAAEgAAAAAAIQAAAAADGgAAAAACFgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAACEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAGgAAAAAAIQAAAAADEgAAAAAAEgAAAAAAFwAAAAABFwAAAAACFwAAAAACFwAAAAADFwAAAAADEgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAGgAAAAADIQAAAAADEgAAAAAAFgAAAAAAFwAAAAAAFwAAAAAAFwAAAAACFwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAGgAAAAADIQAAAAAAEgAAAAAAEgAAAAAAFwAAAAAAFwAAAAADFwAAAAADFwAAAAACEgAAAAAAEgAAAAAAFgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAGgAAAAACEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAGgAAAAABEgAAAAAAGgAAAAAAEgAAAAAAIwAAAAADFwAAAAACFwAAAAACFwAAAAACFwAAAAADEgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAGgAAAAADEgAAAAAAGgAAAAACEgAAAAAAIwAAAAAAFwAAAAACVwAAAAACVwAAAAADFwAAAAABEgAAAAAAFgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAACGgAAAAADIwAAAAACFwAAAAADVwAAAAABVwAAAAACFwAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAGgAAAAADIQAAAAAAGgAAAAADEgAAAAAAIwAAAAABFwAAAAABFwAAAAAAFwAAAAACFwAAAAACEgAAAAAAEgAAAAAA + tiles: EgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAABGgAAAAABGgAAAAACGgAAAAABFgAAAAAAGgAAAAACGgAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIQAAAAADGgAAAAABGgAAAAABGgAAAAAAFgAAAAAAEgAAAAAAGgAAAAAAGgAAAAACEgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAABGgAAAAACGgAAAAAAGgAAAAABFgAAAAAAEgAAAAAAIQAAAAADGgAAAAACFgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAACEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAGgAAAAAAIQAAAAADEgAAAAAAEgAAAAAAFwAAAAABFwAAAAACFwAAAAACFwAAAAADFwAAAAADEgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAGgAAAAADIQAAAAADEgAAAAAAFgAAAAAAFwAAAAAAFwAAAAAAFwAAAAACFwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAGgAAAAADIQAAAAAAEgAAAAAAEgAAAAAAFwAAAAAAFwAAAAADFwAAAAADFwAAAAACEgAAAAAAEgAAAAAAFgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAGgAAAAACEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAGgAAAAABEgAAAAAAGgAAAAAAEgAAAAAAIwAAAAADFwAAAAACFwAAAAACFwAAAAACFwAAAAADEgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAGgAAAAADEgAAAAAAGgAAAAACEgAAAAAAIwAAAAAAFwAAAAACVwAAAAACVwAAAAADFwAAAAABEgAAAAAAFgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAACGgAAAAADIwAAAAACFwAAAAADVwAAAAABVwAAAAACFwAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAGgAAAAADIQAAAAAAGgAAAAADEgAAAAAAIwAAAAABFwAAAAABFwAAAAAAFwAAAAACFwAAAAACEgAAAAAAEgAAAAAA version: 6 -4,0: ind: -4,0 @@ -192,23 +203,23 @@ entities: version: 6 -4,1: ind: -4,1 - tiles: FgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAGgAAAAADIQAAAAADGgAAAAACFwAAAAACFwAAAAABFwAAAAACFwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAGgAAAAACIQAAAAADGgAAAAAAEgAAAAAAIwAAAAACIwAAAAABIwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAABIQAAAAACGgAAAAADEgAAAAAAIwAAAAABIwAAAAAAIwAAAAABEgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAIwAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAGgAAAAABIQAAAAAAGgAAAAACEgAAAAAAIwAAAAABIwAAAAABIwAAAAABEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAGgAAAAADEgAAAAAAGgAAAAAAFgAAAAAAIwAAAAACIwAAAAACIwAAAAABEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAACEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAADIwAAAAADIwAAAAACEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAACEgAAAAAAEgAAAAAAXwAAAAABMgAAAAAAEgAAAAAAEgAAAAAAGgAAAAABEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAADEgAAAAAAXwAAAAACMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAEgAAAAAAGgAAAAAAEgAAAAAAJQAAAAACJQAAAAAAJQAAAAABJQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAGgAAAAABEgAAAAAAJQAAAAADJQAAAAABJQAAAAAAJQAAAAAAEgAAAAAAGgAAAAADEgAAAAAAEgAAAAAAXwAAAAACEgAAAAAAEgAAAAAAIQAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAEgAAAAAAJQAAAAAAJQAAAAABJQAAAAADJQAAAAABEgAAAAAAGgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAGgAAAAADIQAAAAACEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAJQAAAAAAEgAAAAAAEgAAAAAAGgAAAAADEgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAGgAAAAAAIQAAAAACGgAAAAAAEgAAAAAAGgAAAAADGgAAAAACGgAAAAACGgAAAAADVQAAAAAAGgAAAAAAGgAAAAAAGgAAAAACEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAACGgAAAAABGgAAAAACEgAAAAAAGgAAAAAAGgAAAAAAGgAAAAACGgAAAAABGgAAAAABVQAAAAAAGgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAGgAAAAABGgAAAAADGgAAAAACGgAAAAAAGgAAAAADGgAAAAABGgAAAAAAGgAAAAACGgAAAAACEgAAAAAAGgAAAAADGgAAAAAAGgAAAAABGgAAAAACHwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAADEgAAAAAAGgAAAAAAGgAAAAACFgAAAAAAGgAAAAAAGgAAAAADIQAAAAADGgAAAAAAGgAAAAAAFgAAAAAAGgAAAAABGgAAAAADGgAAAAACVQAAAAAAGgAAAAACGgAAAAAB + tiles: FgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAGgAAAAADIQAAAAADGgAAAAACFwAAAAACFwAAAAABFwAAAAACFwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAGgAAAAACIQAAAAADGgAAAAAAEgAAAAAAIwAAAAACIwAAAAABIwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAABIQAAAAACGgAAAAADEgAAAAAAIwAAAAABIwAAAAAAIwAAAAABEgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAIwAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAGgAAAAABIQAAAAAAGgAAAAACEgAAAAAAIwAAAAABIwAAAAABIwAAAAABEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAGgAAAAADEgAAAAAAGgAAAAAAFgAAAAAAIwAAAAACIwAAAAACIwAAAAABEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAACEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAADIwAAAAADIwAAAAACEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAACEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAABEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAEgAAAAAAGgAAAAAAEgAAAAAAJQAAAAACJQAAAAAAJQAAAAABJQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAGgAAAAABEgAAAAAAJQAAAAADJQAAAAABJQAAAAAAJQAAAAAAEgAAAAAAGgAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIQAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAEgAAAAAAJQAAAAAAJQAAAAABJQAAAAADJQAAAAABEgAAAAAAGgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAGgAAAAADIQAAAAACEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAJQAAAAAAEgAAAAAAEgAAAAAAGgAAAAADEgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAGgAAAAAAIQAAAAACGgAAAAAAEgAAAAAAGgAAAAADGgAAAAACGgAAAAACGgAAAAADVQAAAAAAGgAAAAAAGgAAAAAAGgAAAAACEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAACGgAAAAABGgAAAAACEgAAAAAAGgAAAAAAGgAAAAAAGgAAAAACGgAAAAABGgAAAAABVQAAAAAAGgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAGgAAAAABGgAAAAADGgAAAAACGgAAAAAAGgAAAAADGgAAAAABGgAAAAAAGgAAAAACGgAAAAACEgAAAAAAGgAAAAADGgAAAAAAGgAAAAABGgAAAAACHwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAADEgAAAAAAGgAAAAAAGgAAAAACFgAAAAAAGgAAAAAAGgAAAAADIQAAAAADGgAAAAAAGgAAAAAAFgAAAAAAGgAAAAABGgAAAAADGgAAAAACVQAAAAAAGgAAAAACGgAAAAAB version: 6 -4,2: ind: -4,2 - tiles: EgAAAAAAGgAAAAADGgAAAAABFgAAAAAAGgAAAAADGgAAAAADIQAAAAADGgAAAAACGgAAAAAAFgAAAAAAGgAAAAAAIQAAAAABIQAAAAADIQAAAAADIQAAAAAAIQAAAAADGgAAAAADGgAAAAAAGgAAAAADEgAAAAAAGgAAAAADGgAAAAAAIQAAAAABGgAAAAAAGgAAAAACFgAAAAAAGgAAAAACGgAAAAACGgAAAAABGgAAAAAAGgAAAAACGgAAAAACGgAAAAACGgAAAAADGgAAAAACFgAAAAAAGgAAAAADGgAAAAABGgAAAAAAGgAAAAADHwAAAAADEgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAKgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAIwAAAAACIwAAAAAAIwAAAAABIwAAAAABEgAAAAAAGgAAAAADEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAKgAAAAAAGgAAAAADGgAAAAABGgAAAAADHwAAAAABEgAAAAAAIwAAAAADSgAAAAADSgAAAAAAIwAAAAADFgAAAAAAGgAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIQAAAAABGgAAAAACHwAAAAAAEgAAAAAAIwAAAAABIwAAAAADIwAAAAABIwAAAAAAEgAAAAAAGgAAAAAAEgAAAAAAIwAAAAAAIwAAAAABIwAAAAACEgAAAAAAEgAAAAAAIQAAAAADGgAAAAACEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAAAIwAAAAACIwAAAAAAIwAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAADGgAAAAADGgAAAAACGgAAAAADGgAAAAACEgAAAAAAEgAAAAAAIwAAAAACIwAAAAADIwAAAAAAIwAAAAACEgAAAAAAEgAAAAAAIQAAAAABGgAAAAADEgAAAAAAGgAAAAABIQAAAAACIQAAAAABIQAAAAADGgAAAAACEgAAAAAAEgAAAAAAIwAAAAABIwAAAAAAIwAAAAADIwAAAAACEgAAAAAAGgAAAAACIQAAAAAAGgAAAAACEgAAAAAAGgAAAAAAGgAAAAADGgAAAAABGgAAAAABGgAAAAAAEgAAAAAAGgAAAAACIwAAAAABIwAAAAADIwAAAAADIwAAAAADEgAAAAAAGgAAAAACEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAEgAAAAAANAAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAHwAAAAADGgAAAAAAGgAAAAABNAAAAAAAGgAAAAADEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAHwAAAAADGgAAAAACNAAAAAAAGgAAAAABNAAAAAAANAAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAHwAAAAACGgAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAGgAAAAAAGgAAAAADGgAAAAACFgAAAAAAGgAAAAABGgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAABGgAAAAABGgAAAAADGgAAAAADGgAAAAABFgAAAAAAGgAAAAADVQAAAAAA + tiles: EgAAAAAAGgAAAAADGgAAAAABFgAAAAAAGgAAAAADGgAAAAADIQAAAAADGgAAAAACGgAAAAAAFgAAAAAAGgAAAAAAIQAAAAABIQAAAAADIQAAAAADIQAAAAAAIQAAAAADGgAAAAADGgAAAAAAGgAAAAADEgAAAAAAGgAAAAADGgAAAAAAIQAAAAABGgAAAAAAGgAAAAACFgAAAAAAGgAAAAACGgAAAAACGgAAAAABGgAAAAAAGgAAAAACGgAAAAACGgAAAAACGgAAAAADGgAAAAACFgAAAAAAGgAAAAADGgAAAAABGgAAAAAAGgAAAAADHwAAAAADEgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAKgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAIwAAAAACIwAAAAAAIwAAAAABIwAAAAABEgAAAAAAGgAAAAADEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAKgAAAAAAGgAAAAADGgAAAAABGgAAAAADHwAAAAABEgAAAAAAIwAAAAADSgAAAAADSgAAAAAAIwAAAAADFgAAAAAAGgAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAGgAAAAAAGgAAAAACHwAAAAAAEgAAAAAAIwAAAAABIwAAAAADIwAAAAABIwAAAAAAEgAAAAAAGgAAAAAAEgAAAAAAIwAAAAAAIwAAAAABIwAAAAACEgAAAAAAGgAAAAAAGgAAAAAAGgAAAAACEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAAAIwAAAAACIwAAAAAAIwAAAAADEgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAEgAAAAAAGgAAAAADGgAAAAADGgAAAAACGgAAAAADGgAAAAACEgAAAAAAEgAAAAAAIwAAAAACIwAAAAADIwAAAAAAIwAAAAACEgAAAAAAGgAAAAAAGgAAAAAAGgAAAAADEgAAAAAAGgAAAAABIQAAAAACIQAAAAABIQAAAAADGgAAAAACEgAAAAAAEgAAAAAAIwAAAAABIwAAAAAAIwAAAAADIwAAAAACEgAAAAAAGgAAAAACGgAAAAAAGgAAAAACEgAAAAAAGgAAAAAAGgAAAAADGgAAAAABGgAAAAABGgAAAAAAEgAAAAAAGgAAAAACIwAAAAABIwAAAAADIwAAAAADIwAAAAADEgAAAAAAGgAAAAACGgAAAAAAGgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAEgAAAAAANAAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAHwAAAAADGgAAAAAAGgAAAAABNAAAAAAAGgAAAAADEgAAAAAAFgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAHwAAAAADGgAAAAACNAAAAAAAGgAAAAABNAAAAAAANAAAAAAAEgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAHwAAAAACGgAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAADGgAAAAACFgAAAAAAGgAAAAABGgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAABGgAAAAABGgAAAAADGgAAAAADGgAAAAABFgAAAAAAGgAAAAADVQAAAAAA version: 6 -5,-1: ind: -5,-1 - tiles: MQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAGgAAAAABGgAAAAACGgAAAAABGgAAAAAAGgAAAAABGgAAAAACGgAAAAADGgAAAAAAGgAAAAACGgAAAAAAGgAAAAABMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAADGgAAAAAAIQAAAAAAIQAAAAACIQAAAAADIQAAAAABIQAAAAABIQAAAAABIQAAAAADIQAAAAABIQAAAAACIQAAAAACMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAABGgAAAAADGgAAAAAAGgAAAAADGgAAAAADGgAAAAACGgAAAAABGgAAAAABGgAAAAAAGgAAAAACGgAAAAADGgAAAAADMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAA + tiles: MQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAGgAAAAAAGgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAGgAAAAABGgAAAAACGgAAAAABGgAAAAAAGgAAAAABGgAAAAACGgAAAAADGgAAAAAAGgAAAAACGgAAAAAAGgAAAAABEgAAAAAAGgAAAAAAGgAAAAAAEgAAAAAAGgAAAAADGgAAAAAAIQAAAAAAIQAAAAACIQAAAAADIQAAAAABIQAAAAABIQAAAAABIQAAAAADIQAAAAABIQAAAAACIQAAAAACGgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAABGgAAAAADGgAAAAAAGgAAAAADGgAAAAADGgAAAAACGgAAAAABGgAAAAABGgAAAAAAGgAAAAACGgAAAAADGgAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAA version: 6 -5,0: ind: -5,0 - tiles: MQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAGgAAAAADGgAAAAABGgAAAAAAGgAAAAAAGgAAAAADGgAAAAACGgAAAAABGgAAAAACGgAAAAAAGgAAAAAAGgAAAAACGgAAAAADMQAAAAAAMQAAAAAAMQAAAAAAFgAAAAAAGgAAAAACGgAAAAAAIQAAAAABIQAAAAADIQAAAAADIQAAAAACIQAAAAACIQAAAAAAIQAAAAADIQAAAAABIQAAAAACIQAAAAABMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAGgAAAAACGgAAAAADGgAAAAABGgAAAAACGgAAAAAAGgAAAAADGgAAAAACGgAAAAAAGgAAAAADGgAAAAADGgAAAAABEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAFwAAAAADFwAAAAAAFwAAAAABEgAAAAAAGgAAAAABGgAAAAADGgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAFwAAAAADFwAAAAAAFwAAAAACEgAAAAAAEgAAAAAAGgAAAAAAGgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAFwAAAAABFwAAAAAAFwAAAAADEgAAAAAAEgAAAAAAIwAAAAADIwAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAABMQAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAIwAAAAADIwAAAAAAIwAAAAACEgAAAAAAIwAAAAABIwAAAAAAIwAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAGgAAAAADMQAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAIwAAAAADEgAAAAAAIwAAAAADEgAAAAAAIwAAAAABIwAAAAABIwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAABIwAAAAAAIwAAAAADEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAGgAAAAADMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAGgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAEgAAAAAAIwAAAAACIwAAAAACIwAAAAABIwAAAAACFwAAAAAAFwAAAAAAFwAAAAACEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAA + tiles: MQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAADGgAAAAABGgAAAAAAGgAAAAAAGgAAAAADGgAAAAACGgAAAAABGgAAAAACGgAAAAAAGgAAAAAAGgAAAAACGgAAAAADGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAACGgAAAAAAIQAAAAABIQAAAAADIQAAAAADIQAAAAACIQAAAAACIQAAAAAAIQAAAAADIQAAAAABIQAAAAACIQAAAAABEgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAACGgAAAAADGgAAAAABGgAAAAACGgAAAAAAGgAAAAADGgAAAAACGgAAAAAAGgAAAAADGgAAAAADGgAAAAABEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAFwAAAAADFwAAAAAAFwAAAAABEgAAAAAAGgAAAAABGgAAAAADGgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAFwAAAAADFwAAAAAAFwAAAAACEgAAAAAAEgAAAAAAGgAAAAAAGgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAFwAAAAABFwAAAAAAFwAAAAADEgAAAAAAEgAAAAAAIwAAAAADIwAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAABMgAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAIwAAAAADIwAAAAAAIwAAAAACEgAAAAAAIwAAAAABIwAAAAAAIwAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAGgAAAAADMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAIwAAAAADEgAAAAAAIwAAAAADEgAAAAAAIwAAAAABIwAAAAABIwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAABIwAAAAAAIwAAAAADEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAGgAAAAADMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAGgAAAAAAMgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAIwAAAAACIwAAAAACIwAAAAABIwAAAAACFwAAAAAAFwAAAAAAFwAAAAACEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAA version: 6 -2,3: ind: -2,3 - tiles: EgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAGgAAAAABFgAAAAAAGgAAAAAAFgAAAAAAEgAAAAAAGgAAAAABRAAAAAABFgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAABRAAAAAACEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAGgAAAAADGgAAAAACFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAABGgAAAAABEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAABEgAAAAAAEgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAEgAAAAAAIwAAAAAAIwAAAAADIwAAAAADEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAALgAAAAAAIwAAAAAAIwAAAAADIwAAAAABLgAAAAAAIwAAAAACIwAAAAADIwAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAACEgAAAAAAEgAAAAAALgAAAAAAIwAAAAAARAAAAAACIwAAAAADEgAAAAAAIwAAAAACIwAAAAACIwAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAHAAAAAAAIwAAAAABRAAAAAACIwAAAAACEgAAAAAAIwAAAAADIwAAAAABIwAAAAABEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAALgAAAAAAIwAAAAACIwAAAAAAIwAAAAADEgAAAAAAIwAAAAABIwAAAAACIwAAAAACMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAABEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAEgAAAAAAGgAAAAABGgAAAAABGgAAAAACIwAAAAADIwAAAAAAIwAAAAADMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAGgAAAAABGgAAAAAAGgAAAAABIwAAAAAAIwAAAAAAIwAAAAABMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAEgAAAAAAGgAAAAAAGgAAAAACGgAAAAADEgAAAAAAIwAAAAACIwAAAAADMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAEgAAAAAAGgAAAAACGgAAAAABGgAAAAAAGgAAAAAAGgAAAAABGgAAAAACMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAADGgAAAAAB + tiles: EgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAGgAAAAABFgAAAAAAGgAAAAAAFgAAAAAAEgAAAAAAGgAAAAABRAAAAAABFgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAABRAAAAAACEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAGgAAAAADGgAAAAACFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAABGgAAAAABEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAABEgAAAAAAEgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAEgAAAAAAIwAAAAAAIwAAAAADIwAAAAADEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAALgAAAAAAIwAAAAAAIwAAAAADIwAAAAABLgAAAAAAIwAAAAACIwAAAAADIwAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAACEgAAAAAAEgAAAAAALgAAAAAAIwAAAAAARAAAAAACIwAAAAADEgAAAAAAIwAAAAACIwAAAAACIwAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAHAAAAAAAIwAAAAABRAAAAAACIwAAAAACEgAAAAAAIwAAAAADIwAAAAABIwAAAAABEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAALgAAAAAAIwAAAAACIwAAAAAAIwAAAAADEgAAAAAAIwAAAAABIwAAAAACIwAAAAACMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAABEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAEgAAAAAAGgAAAAABGgAAAAABGgAAAAACIwAAAAADIwAAAAAAIwAAAAADMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAGgAAAAABGgAAAAAAGgAAAAABIwAAAAAAIwAAAAAAIwAAAAABMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAEgAAAAAAGgAAAAAAGgAAAAACGgAAAAADEgAAAAAAIwAAAAACIwAAAAADMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAEgAAAAAAGgAAAAACGgAAAAABGgAAAAAAGgAAAAAAGgAAAAABGgAAAAACMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAADGgAAAAAB version: 6 -1,3: ind: -1,3 @@ -216,11 +227,11 @@ entities: version: 6 0,3: ind: 0,3 - tiles: EgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAEgAAAAAAEgAAAAAAFwAAAAACFwAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAADGgAAAAAAGgAAAAADEgAAAAAAEgAAAAAAGgAAAAABGgAAAAAAEgAAAAAAFwAAAAADFwAAAAACEgAAAAAAEgAAAAAAFwAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAGgAAAAABGgAAAAACGgAAAAAAGgAAAAADEgAAAAAAGgAAAAAAGgAAAAAAEgAAAAAAFwAAAAAAEgAAAAAAFwAAAAACEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAGgAAAAAAEgAAAAAAFwAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFwAAAAADEgAAAAAAEgAAAAAAGQAAAAABGQAAAAAAGQAAAAADEgAAAAAAFwAAAAADFwAAAAAAGgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFwAAAAAAFwAAAAAAFwAAAAADGQAAAAAAGQAAAAAAEgAAAAAAEgAAAAAAAQAAAAADFwAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAFwAAAAABGQAAAAACGQAAAAABEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAFwAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFwAAAAAAAQAAAAAEMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAFwAAAAAAGQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAGQAAAAACGQAAAAABGQAAAAAAEgAAAAAAIwAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAGQAAAAAAGQAAAAADGQAAAAAAFgAAAAAAEgAAAAAAIwAAAAADMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAIwAAAAACIwAAAAABMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAA + tiles: EgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAFwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAADGgAAAAAAGgAAAAADEgAAAAAAEgAAAAAAGgAAAAABGgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFwAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAGgAAAAABGgAAAAACGgAAAAAAGgAAAAADEgAAAAAAGgAAAAAAGgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAGgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFwAAAAADEgAAAAAAEgAAAAAAGQAAAAABGQAAAAAAGQAAAAADEgAAAAAAFwAAAAADFwAAAAAAGgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGQAAAAAAGQAAAAAAEgAAAAAAEgAAAAAAAQAAAAADFwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGQAAAAACGQAAAAABEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAFwAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFwAAAAAAAQAAAAAEMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAFwAAAAAAGQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAGQAAAAACGQAAAAABGQAAAAAAEgAAAAAAIwAAAAAAEgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAGQAAAAAAGQAAAAADGQAAAAAAFgAAAAAAEgAAAAAAIwAAAAADMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAIwAAAAACIwAAAAABMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAA version: 6 1,3: ind: 1,3 - tiles: EgAAAAAAIwAAAAACIwAAAAACEgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAIwAAAAABEgAAAAAAIwAAAAABIwAAAAAAIwAAAAACFwAAAAABFwAAAAADEgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAACFwAAAAABFwAAAAAAEgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAIwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAAQAAAAABFwAAAAAAEgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAAQAAAAAFEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAAQAAAAABEgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAFwAAAAACEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFwAAAAABEgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAAQAAAAAGFwAAAAACEgAAAAAAEgAAAAAAEgAAAAAAFwAAAAADAQAAAAAFFwAAAAACEgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAFwAAAAABEgAAAAAAEgAAAAAAEgAAAAAAAQAAAAAGFwAAAAABVwAAAAACVwAAAAACEgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAFwAAAAABVwAAAAABVwAAAAAAEgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAIwAAAAACIwAAAAABEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAIwAAAAADIwAAAAADIwAAAAABEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAIwAAAAACEgAAAAAAEgAAAAAAKgAAAAAAEgAAAAAAKgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAA + tiles: EgAAAAAAIwAAAAACIwAAAAACEgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAIwAAAAABEgAAAAAAIwAAAAABIwAAAAAAIwAAAAACFwAAAAABFwAAAAADEgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAACFwAAAAABFwAAAAAAEgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAIwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAAQAAAAABFwAAAAAAEgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAAQAAAAAFEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAAQAAAAABEgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAFwAAAAACEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFwAAAAABEgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAAQAAAAAGFwAAAAACEgAAAAAAEgAAAAAAEgAAAAAAFwAAAAADAQAAAAAFFwAAAAACEgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAFwAAAAABEgAAAAAAEgAAAAAAEgAAAAAAAQAAAAAGFwAAAAABVwAAAAACVwAAAAACEgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAFwAAAAABVwAAAAABVwAAAAAAEgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAIwAAAAACIwAAAAABEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAIwAAAAADIwAAAAADIwAAAAABEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAIwAAAAACEgAAAAAAEgAAAAAAKgAAAAAAEgAAAAAAKgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAA version: 6 -1,4: ind: -1,4 @@ -236,23 +247,23 @@ entities: version: 6 -4,3: ind: -4,3 - tiles: FgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAVQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAGgAAAAACIwAAAAABIwAAAAACIwAAAAAAIwAAAAACIwAAAAADEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAGgAAAAACIwAAAAABIwAAAAABIwAAAAABIwAAAAACIwAAAAACEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAGgAAAAADIwAAAAACIwAAAAADIwAAAAADIwAAAAADIwAAAAAAEgAAAAAAIwAAAAAAEgAAAAAAEgAAAAAAIwAAAAACEgAAAAAAEgAAAAAAIwAAAAABEgAAAAAAEgAAAAAAGgAAAAAAIwAAAAACIwAAAAACIwAAAAACIwAAAAABIwAAAAAAIwAAAAADGgAAAAACGgAAAAABGgAAAAADGgAAAAADGgAAAAACGgAAAAABGgAAAAACGgAAAAAAGgAAAAACGgAAAAACSgAAAAABIwAAAAACSgAAAAAAIwAAAAAAIwAAAAADEgAAAAAAGgAAAAABGgAAAAAAGgAAAAADGgAAAAADGgAAAAADGgAAAAADGgAAAAAAGgAAAAACEgAAAAAAGgAAAAABSgAAAAABIwAAAAADSgAAAAACIwAAAAAAIwAAAAAAIwAAAAACGgAAAAABGgAAAAABGgAAAAACGgAAAAACGgAAAAABGgAAAAAAGgAAAAABGgAAAAAAGgAAAAADGgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAACGgAAAAABGgAAAAAAGgAAAAACGgAAAAABGgAAAAABGgAAAAACGgAAAAACEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAAAIwAAAAADIwAAAAACIwAAAAADGgAAAAAAGgAAAAACGgAAAAADGgAAAAAAGgAAAAACGgAAAAAAGgAAAAACGgAAAAABEgAAAAAAIwAAAAAAEgAAAAAAEgAAAAAAIwAAAAADIwAAAAAAIwAAAAADEgAAAAAAGgAAAAAAGgAAAAACGgAAAAADGgAAAAADGgAAAAABGgAAAAACGgAAAAADGgAAAAACEgAAAAAAIwAAAAACEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAADEgAAAAAAIwAAAAABEgAAAAAAIwAAAAABEgAAAAAAFgAAAAAAIwAAAAABIwAAAAADIwAAAAADIwAAAAADIwAAAAAAIwAAAAADIwAAAAAAIwAAAAADFgAAAAAAGgAAAAADGgAAAAACGgAAAAAAEgAAAAAAIwAAAAABEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAACIwAAAAABIwAAAAAAIwAAAAACIwAAAAADIwAAAAAAIwAAAAADFgAAAAAAGgAAAAABGgAAAAACGgAAAAABIwAAAAABIwAAAAAAFwAAAAABFwAAAAADEgAAAAAAEgAAAAAAIwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAACEgAAAAAAEgAAAAAAGgAAAAAAGgAAAAADGgAAAAADEgAAAAAAIwAAAAABFwAAAAAAFwAAAAACFwAAAAAAFwAAAAABIwAAAAADIwAAAAADEgAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAEgAAAAAAGgAAAAADGgAAAAACGgAAAAAAEgAAAAAAEgAAAAAA + tiles: FgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAVQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAGgAAAAACIwAAAAABIwAAAAACIwAAAAAAIwAAAAACIwAAAAADEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAGgAAAAACIwAAAAABIwAAAAABIwAAAAABIwAAAAACIwAAAAACEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAGgAAAAADIwAAAAACIwAAAAADIwAAAAADIwAAAAADIwAAAAAAEgAAAAAAIwAAAAAAEgAAAAAAEgAAAAAAIwAAAAACEgAAAAAAEgAAAAAAIwAAAAABEgAAAAAAEgAAAAAAGgAAAAAAIwAAAAACIwAAAAACIwAAAAACIwAAAAABIwAAAAAAIwAAAAADGgAAAAACGgAAAAABGgAAAAADGgAAAAADGgAAAAACGgAAAAABGgAAAAACGgAAAAAAGgAAAAACGgAAAAACSgAAAAABSgAAAAAASgAAAAAASgAAAAAAIwAAAAADEgAAAAAAGgAAAAABGgAAAAAAGgAAAAADGgAAAAADGgAAAAADGgAAAAADGgAAAAAAGgAAAAACEgAAAAAAGgAAAAABSgAAAAABSgAAAAAASgAAAAACSgAAAAAAIwAAAAAAIwAAAAACGgAAAAABGgAAAAABGgAAAAACGgAAAAACGgAAAAABGgAAAAAAGgAAAAABGgAAAAAAGgAAAAADGgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAACGgAAAAABGgAAAAAAGgAAAAACGgAAAAABGgAAAAABGgAAAAACGgAAAAACEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAAAIwAAAAADIwAAAAACIwAAAAADGgAAAAAAGgAAAAACGgAAAAADGgAAAAAAGgAAAAACGgAAAAAAGgAAAAACGgAAAAABEgAAAAAAIwAAAAAAEgAAAAAAEgAAAAAAIwAAAAADIwAAAAAAIwAAAAADEgAAAAAAGgAAAAAAGgAAAAACGgAAAAADGgAAAAADGgAAAAABGgAAAAACGgAAAAADGgAAAAACEgAAAAAAIwAAAAACEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAADEgAAAAAAIwAAAAABEgAAAAAAIwAAAAABEgAAAAAAFgAAAAAAIwAAAAABIwAAAAADIwAAAAADIwAAAAADIwAAAAAAIwAAAAADIwAAAAAAIwAAAAADFgAAAAAAGgAAAAADGgAAAAACGgAAAAAAEgAAAAAAIwAAAAABEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAACIwAAAAABIwAAAAAAIwAAAAACIwAAAAADIwAAAAAAIwAAAAADFgAAAAAAGgAAAAABGgAAAAACGgAAAAABIwAAAAABIwAAAAAAFwAAAAABFwAAAAADEgAAAAAAEgAAAAAAIwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAACEgAAAAAAEgAAAAAAGgAAAAAAGgAAAAADGgAAAAADEgAAAAAAIwAAAAABFwAAAAAAFwAAAAACFwAAAAAAFwAAAAABIwAAAAADIwAAAAADEgAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAEgAAAAAAGgAAAAADGgAAAAACGgAAAAAAEgAAAAAAEgAAAAAA version: 6 -4,-2: ind: -4,-2 - tiles: MQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAA + tiles: MQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAA version: 6 -3,-2: ind: -3,-2 - tiles: MQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAA + tiles: MQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAA version: 6 -5,2: ind: -5,2 - tiles: GgAAAAACGgAAAAABGgAAAAAAGgAAAAAAEgAAAAAAGgAAAAACGgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAACEgAAAAAAGgAAAAABEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAADGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAABGgAAAAAAGgAAAAACGgAAAAACFgAAAAAAGgAAAAABIwAAAAAAIwAAAAABIwAAAAACIwAAAAACFgAAAAAAGgAAAAACGgAAAAACGgAAAAACGgAAAAACGgAAAAACGgAAAAABGgAAAAACGgAAAAAAGgAAAAACFgAAAAAAGgAAAAADIwAAAAABEgAAAAAAIwAAAAAAIwAAAAABFgAAAAAAGgAAAAABGgAAAAAAGgAAAAAAGgAAAAADGgAAAAAAGgAAAAACEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAKgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAGgAAAAACEgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAGgAAAAADGgAAAAACKgAAAAAAKgAAAAAAKgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAIwAAAAACIwAAAAABIwAAAAACEgAAAAAAGgAAAAADGgAAAAACGgAAAAABGgAAAAABGgAAAAAAGgAAAAADGgAAAAACEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAAAIwAAAAACIwAAAAAAIwAAAAACKgAAAAAAGgAAAAAAGgAAAAAAGgAAAAACGgAAAAABGgAAAAADGgAAAAACGgAAAAABEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAIwAAAAAAIwAAAAADIwAAAAADIwAAAAACKgAAAAAAGgAAAAADGgAAAAABGgAAAAABGgAAAAABGgAAAAABGgAAAAADGgAAAAABEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAIwAAAAAAIwAAAAADIwAAAAABIwAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAACIwAAAAACIwAAAAABIwAAAAADEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAKgAAAAAAEgAAAAAAEgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAGgAAAAACGgAAAAADKgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAANAAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAKgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAGgAAAAACEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAOAAAAAAAEgAAAAAAOAAAAAAAEgAAAAAAOAAAAAAAEgAAAAAAGgAAAAACEgAAAAAAGgAAAAAC + tiles: GgAAAAACGgAAAAABGgAAAAAAGgAAAAAAEgAAAAAAGgAAAAACGgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAACEgAAAAAAGgAAAAABEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAADGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAABGgAAAAAAGgAAAAACGgAAAAACFgAAAAAAGgAAAAABIwAAAAAAIwAAAAABIwAAAAACIwAAAAACFgAAAAAAGgAAAAACGgAAAAACGgAAAAACGgAAAAACGgAAAAACGgAAAAABGgAAAAACGgAAAAAAGgAAAAACFgAAAAAAGgAAAAADIwAAAAABEgAAAAAAIwAAAAAAIwAAAAABFgAAAAAAGgAAAAABGgAAAAAAGgAAAAAAGgAAAAADGgAAAAAAGgAAAAACEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAKgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAGgAAAAACEgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAGgAAAAADGgAAAAACKgAAAAAAKgAAAAAAKgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAIwAAAAACEgAAAAAAIwAAAAACEgAAAAAAGgAAAAADGgAAAAACGgAAAAABGgAAAAABGgAAAAAAGgAAAAADGgAAAAACEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAAAIwAAAAACEgAAAAAAIwAAAAACKgAAAAAAGgAAAAAAGgAAAAAAGgAAAAACGgAAAAABGgAAAAADGgAAAAACGgAAAAABEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAIwAAAAAAIwAAAAADEgAAAAAAIwAAAAACKgAAAAAAGgAAAAADGgAAAAABGgAAAAABGgAAAAABGgAAAAABGgAAAAADGgAAAAABEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAIwAAAAAAIwAAAAADEgAAAAAAIwAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAACIwAAAAACEgAAAAAAIwAAAAADEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAKgAAAAAAEgAAAAAAEgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAGgAAAAACGgAAAAADKgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAANAAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAKgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAGgAAAAACEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAOAAAAAAAEgAAAAAAOAAAAAAAEgAAAAAAOAAAAAAAEgAAAAAAGgAAAAACEgAAAAAAGgAAAAAC version: 6 -5,3: ind: -5,3 - tiles: EgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAOAAAAAAAOAAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAABEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAEgAAAAAAOAAAAAAAEgAAAAAAEgAAAAAAOAAAAAAAEgAAAAAAGgAAAAABGgAAAAACEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAACEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAABGgAAAAAAEgAAAAAAGgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAGgAAAAABGgAAAAAAGgAAAAACGgAAAAADEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAIwAAAAAAIwAAAAADMgAAAAAAEgAAAAAAIwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAGgAAAAABEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAACIwAAAAADEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAAAIwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAADGgAAAAADEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAAAIwAAAAACLgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAABGgAAAAAAEgAAAAAAEgAAAAAAGgAAAAADGgAAAAACEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAIwAAAAABIwAAAAAALgAAAAAAEgAAAAAAIwAAAAAAIwAAAAAAIwAAAAACGgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAABEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAALgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAA + tiles: EgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAOAAAAAAAOAAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAABEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAEgAAAAAAOAAAAAAAEgAAAAAAEgAAAAAAOAAAAAAAEgAAAAAAGgAAAAABGgAAAAACEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAACEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAABGgAAAAAAEgAAAAAAGgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAGgAAAAABGgAAAAAAGgAAAAACGgAAAAADEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAIwAAAAAAIwAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAGgAAAAABEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAACIwAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAADGgAAAAADEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAAASgAAAAAALgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAABGgAAAAAAEgAAAAAAEgAAAAAAGgAAAAADGgAAAAACEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAIwAAAAABSgAAAAAALgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAACGgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAABEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAALgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAEgAAAAAA version: 6 -3,4: ind: -3,4 @@ -276,55 +287,55 @@ entities: version: 6 -5,1: ind: -5,1 - tiles: MgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAIwAAAAADIwAAAAAAIwAAAAACIwAAAAAAFwAAAAAAFwAAAAADFwAAAAADEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAADIwAAAAACIwAAAAAAIwAAAAACIwAAAAABIwAAAAACIwAAAAACEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAIwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAGgAAAAADGgAAAAABEgAAAAAAIwAAAAAAIwAAAAAAIwAAAAACIwAAAAAAIwAAAAACIwAAAAACIwAAAAABIwAAAAACFgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAGgAAAAACGgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAKgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAGgAAAAABFgAAAAAAEgAAAAAAIwAAAAADSgAAAAABEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAADEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAGgAAAAABGgAAAAACEgAAAAAAIwAAAAADIwAAAAADIwAAAAABEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAIwAAAAABIwAAAAADIwAAAAAAIwAAAAACIwAAAAACIwAAAAABIwAAAAADIwAAAAADGgAAAAACGgAAAAAAEgAAAAAAIwAAAAABIwAAAAAAIwAAAAADIwAAAAACEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAADGgAAAAABKgAAAAAAIwAAAAABIwAAAAADIwAAAAACIwAAAAABEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAGgAAAAACGgAAAAABGgAAAAACGgAAAAAAGgAAAAACGgAAAAABEgAAAAAAIwAAAAADIwAAAAADIwAAAAACIwAAAAADFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAGgAAAAACGgAAAAAAGgAAAAACGgAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAADGgAAAAACGgAAAAADGgAAAAABEgAAAAAAEgAAAAAAFwAAAAADFwAAAAAAEgAAAAAAGgAAAAAAGgAAAAADEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAGgAAAAADGgAAAAAAGgAAAAADGgAAAAACEgAAAAAAEgAAAAAAFwAAAAADFwAAAAAAEgAAAAAAGgAAAAAAGgAAAAACEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAGgAAAAABGgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAGgAAAAABFwAAAAABFwAAAAADEgAAAAAAGgAAAAAAGgAAAAACEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAGgAAAAAAGgAAAAABFgAAAAAAGgAAAAAAGgAAAAACGgAAAAADFwAAAAABFwAAAAACEgAAAAAAGgAAAAABGgAAAAACEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAGgAAAAADGgAAAAACEgAAAAAAGgAAAAAC + tiles: FgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAIwAAAAADIwAAAAAAIwAAAAACIwAAAAAAFwAAAAAAFwAAAAADFwAAAAADEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAIwAAAAADIwAAAAACIwAAAAAAIwAAAAACIwAAAAABIwAAAAACIwAAAAACEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAIwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAGgAAAAADGgAAAAABEgAAAAAAIwAAAAAAIwAAAAAAIwAAAAACIwAAAAAAIwAAAAACIwAAAAACIwAAAAABIwAAAAACFgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAGgAAAAACGgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAKgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAGgAAAAAAGgAAAAABFgAAAAAAEgAAAAAAIwAAAAADSgAAAAABEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAADEgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAGgAAAAABGgAAAAACEgAAAAAAIwAAAAADIwAAAAADIwAAAAABEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAIwAAAAABIwAAAAADIwAAAAAAIwAAAAACIwAAAAACIwAAAAABIwAAAAADIwAAAAADGgAAAAACGgAAAAAAEgAAAAAAIwAAAAABIwAAAAAAIwAAAAADIwAAAAACEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAADGgAAAAABKgAAAAAAIwAAAAABIwAAAAADIwAAAAACIwAAAAABEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAGgAAAAACGgAAAAABGgAAAAACGgAAAAAAGgAAAAACGgAAAAABEgAAAAAAIwAAAAADIwAAAAADIwAAAAACIwAAAAADFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAGgAAAAACGgAAAAAAGgAAAAACGgAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAADGgAAAAACGgAAAAADGgAAAAABEgAAAAAAEgAAAAAAFwAAAAADFwAAAAAAEgAAAAAAGgAAAAAAGgAAAAADEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAGgAAAAADGgAAAAAAGgAAAAADGgAAAAACEgAAAAAAEgAAAAAAFwAAAAADFwAAAAAAEgAAAAAAGgAAAAAAGgAAAAACEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAGgAAAAABGgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAGgAAAAABFwAAAAABFwAAAAADEgAAAAAAGgAAAAAAGgAAAAACEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAGgAAAAAAGgAAAAABFgAAAAAAGgAAAAAAGgAAAAACGgAAAAADFwAAAAABFwAAAAACEgAAAAAAGgAAAAABGgAAAAACEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAGgAAAAADGgAAAAACEgAAAAAAGgAAAAAC version: 6 -6,1: ind: -6,1 - tiles: MQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAGgAAAAAAFgAAAAAAFgAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAMgAAAAAAEgAAAAAAGgAAAAACGgAAAAADGgAAAAABGgAAAAADGgAAAAADGgAAAAABMQAAAAAAMQAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAMgAAAAAAEgAAAAAAGgAAAAADKgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAMgAAAAAAEgAAAAAAGgAAAAABKgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAABMQAAAAAAMQAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAMgAAAAAAEgAAAAAAGgAAAAACKgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAMgAAAAAAEgAAAAAAGgAAAAACGgAAAAAAGgAAAAACGgAAAAABGgAAAAACGgAAAAABMgAAAAAAMgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAA + tiles: MgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAGgAAAAAAFgAAAAAAFgAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAGgAAAAACGgAAAAADGgAAAAABGgAAAAADGgAAAAADGgAAAAABMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAGgAAAAADKgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAGgAAAAABKgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAABMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAGgAAAAACKgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAGgAAAAACGgAAAAAAGgAAAAACGgAAAAABGgAAAAACGgAAAAABMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAA version: 6 -6,2: ind: -6,2 - tiles: MgAAAAAAMgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAKgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAKgAAAAAAEgAAAAAAFgAAAAAAKgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAGgAAAAADGgAAAAADGgAAAAADGgAAAAABEgAAAAAAEgAAAAAAEgAAAAAAKgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAKgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAKgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAKgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAARwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAKgAAAAAAEgAAAAAAEgAAAAAAKgAAAAAAKwAAAAACKwAAAAABKwAAAAACKgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAEgAAAAAAGgAAAAADGgAAAAACGgAAAAABEgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAEgAAAAAAGgAAAAAAGgAAAAACGgAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAA + tiles: MgAAAAAAMgAAAAAAEgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAKgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAKgAAAAAAEgAAAAAAEgAAAAAAKgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAGgAAAAADGgAAAAADGgAAAAADGgAAAAABEgAAAAAAEgAAAAAAEgAAAAAAKgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAKgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAKgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAKgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAARwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAKgAAAAAAEgAAAAAAEgAAAAAAKgAAAAAAKwAAAAACKwAAAAABKwAAAAACKgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAADGgAAAAACGgAAAAABEgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAGgAAAAACGgAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAA version: 6 -7,1: ind: -7,1 - tiles: MQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAEgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAMQAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAMQAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAMQAAAAAAMgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAEgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAA + tiles: MQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAMgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAEgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAEgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAEgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAEgAAAAAAMgAAAAAA version: 6 -7,2: ind: -7,2 - tiles: MgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAARwAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAA + tiles: MgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAMgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAEgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAARwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAA version: 6 -6,3: ind: -6,3 - tiles: EgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMQAAAAAAEgAAAAAALgAAAAAAEgAAAAAALgAAAAAAEgAAAAAALgAAAAAAEgAAAAAALgAAAAAAEgAAAAAALgAAAAAAEgAAAAAALgAAAAAAEgAAAAAALgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAALgAAAAAAEgAAAAAALgAAAAAAEgAAAAAALgAAAAAAEgAAAAAALgAAAAAAEgAAAAAALgAAAAAAEgAAAAAALgAAAAAAEgAAAAAALgAAAAAAMgAAAAAAMQAAAAAAEgAAAAAALgAAAAAAEgAAAAAALgAAAAAAEgAAAAAALgAAAAAAEgAAAAAALgAAAAAAEgAAAAAALgAAAAAAEgAAAAAALgAAAAAAEgAAAAAALgAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAA + tiles: EgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAALgAAAAAAEgAAAAAALgAAAAAAEgAAAAAALgAAAAAAEgAAAAAALgAAAAAAEgAAAAAALgAAAAAAEgAAAAAALgAAAAAAEgAAAAAALgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAALgAAAAAAEgAAAAAALgAAAAAAEgAAAAAALgAAAAAAEgAAAAAALgAAAAAAEgAAAAAALgAAAAAAEgAAAAAALgAAAAAAEgAAAAAALgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAALgAAAAAAEgAAAAAALgAAAAAAEgAAAAAALgAAAAAAEgAAAAAALgAAAAAAEgAAAAAALgAAAAAAEgAAAAAALgAAAAAAEgAAAAAALgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAA version: 6 -5,4: ind: -5,4 - tiles: EgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAA + tiles: EgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAEgAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAEgAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAA version: 6 -7,0: ind: -7,0 - tiles: MQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAA + tiles: MQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAA version: 6 -6,0: ind: -6,0 - tiles: MQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAA + tiles: MgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAGgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAGgAAAAAAEgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAGgAAAAAAEgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAA version: 6 2,-1: ind: 2,-1 - tiles: MQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAA + tiles: MQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAA version: 6 2,2: ind: 2,2 - tiles: MgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAA + tiles: MgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAA version: 6 -6,-1: ind: -6,-1 - tiles: MQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAA + tiles: MQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAGgAAAAAAEgAAAAAAGgAAAAAAGgAAAAAAEgAAAAAAGgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAGgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAEgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAGgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAGgAAAAAAEgAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAGgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAEgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAEgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAGgAAAAAAEgAAAAAAGgAAAAAAEgAAAAAAGgAAAAAAEgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAEgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAGgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGgAAAAAAEgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAEgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAA version: 6 -1,-3: ind: -1,-3 - tiles: MQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAGwAAAAALGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAGwAAAAAAGwAAAAAAGwAAAAAJGwAAAAAAGwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGwAAAAADGwAAAAALGwAAAAAAGwAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAIwAAAAACIwAAAAABIwAAAAACIwAAAAACIwAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAIwAAAAAAIwAAAAABIwAAAAADIwAAAAACLgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAIwAAAAABIwAAAAABIwAAAAAAIwAAAAAALgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAIwAAAAABSgAAAAACIwAAAAADIwAAAAACIwAAAAABEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAMMQAAAAAAMQAAAAAAMQAAAAAAIwAAAAABSgAAAAABIwAAAAADIwAAAAACLgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAIwAAAAADSgAAAAADIwAAAAAAIwAAAAABLgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAMQAAAAAAMQAAAAAAMQAAAAAA + tiles: MQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAGwAAAAALGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAGGwAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAGwAAAAAAGwAAAAAAGwAAAAAJGwAAAAAAGwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGwAAAAADGwAAAAALGwAAAAAAGwAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAIwAAAAACIwAAAAABIwAAAAACIwAAAAACIwAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAGwAAAAAAGwAAAAABGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAIwAAAAAAIwAAAAABIwAAAAADIwAAAAACLgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAIwAAAAABIwAAAAABIwAAAAAAIwAAAAAALgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAIwAAAAABSgAAAAACIwAAAAADIwAAAAACIwAAAAABEgAAAAAAEgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAMGwAAAAAAGwAAAAAAGwAAAAAAIwAAAAABSgAAAAABIwAAAAADIwAAAAACLgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAIwAAAAADSgAAAAADIwAAAAAAIwAAAAABLgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAA version: 6 -2,-3: ind: -2,-3 @@ -332,16 +343,44 @@ entities: version: 6 -7,3: ind: -7,3 - tiles: MQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAA + tiles: EgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAMQAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAMgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAA version: 6 -6,4: ind: -6,4 - tiles: MgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAA + tiles: MgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAA version: 6 -7,4: ind: -7,4 tiles: MQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAA version: 6 + 1,4: + ind: 1,4 + tiles: EgAAAAAAEgAAAAAAFgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFwAAAAAAFwAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFwAAAAAAAQAAAAAAFwAAAAAAFwAAAAAAAQAAAAAAFwAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAFwAAAAAAFwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAFwAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAAQAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAEgAAAAAAFwAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAA + version: 6 + 0,4: + ind: 0,4 + tiles: MQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAFgAAAAAAFgAAAAAAEgAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAFgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAA + version: 6 + 2,4: + ind: 2,4 + tiles: MgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAEgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAA + version: 6 + 0,-3: + ind: 0,-3 + tiles: MQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAA + version: 6 + -7,-1: + ind: -7,-1 + tiles: MQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAA + version: 6 + -8,2: + ind: -8,2 + tiles: MQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAA + version: 6 + -8,3: + ind: -8,3 + tiles: MQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAA + version: 6 - type: Broadphase - type: Physics bodyStatus: InAir @@ -360,6 +399,11 @@ entities: chunkCollection: version: 2 nodes: + - node: + color: '#FA7500A4' + id: Arrows + decals: + 17708: 0,23 - node: angle: -1.5707963267948966 rad color: '#FFFFFFFF' @@ -374,7 +418,7 @@ entities: 12048: -69.99882,21.938755 14406: -9,-37 15252: -85,46 - 15415: -94,49 + 18869: -80,47 - node: cleanable: True color: '#FFFFFFFF' @@ -388,6 +432,7 @@ entities: decals: 13242: -13.907268,-36.967865 13243: -13.9041815,-30.969461 + 18867: -89,45 - node: cleanable: True angle: 1.5707963267948966 rad @@ -401,7 +446,7 @@ entities: id: Arrows decals: 12049: -70.026596,20.094883 - 15416: -93.032,48.62201 + 18868: -78,47 - node: cleanable: True angle: 3.141592653589793 rad @@ -409,6 +454,12 @@ entities: id: Arrows decals: 8452: -29,-13 + - node: + angle: 4.71238898038469 rad + color: '#FFFFFFFF' + id: Arrows + decals: + 18865: -89,46 - node: cleanable: True angle: 4.71238898038469 rad @@ -416,6 +467,32 @@ entities: id: Arrows decals: 8453: -28,-12 + - node: + color: '#52B4E996' + id: ArrowsGreyscale + decals: + 17715: -3,33 + 17716: -3,32 + 17719: -3,33 + 17720: -3,32 + - node: + angle: 1.5707963267948966 rad + color: '#52B4E996' + id: ArrowsGreyscale + decals: + 17717: -4,33 + 17718: -4,33 + 17721: -3,31 + 17722: -3,31 + 17723: -2,31 + 17724: -2,31 + - node: + color: '#FA750096' + id: ArrowsGreyscale + decals: + 17712: -7,30 + 17713: -7,29 + 17714: -7,28 - node: color: '#DE3A3A96' id: Bot @@ -489,33 +566,19 @@ entities: 14497: -18,-31 14498: -18,-37 14499: -18,-36 - 15038: -91,29 - 15039: -94,32 - 15040: -102,32 - 15041: -105,29 - 15042: -105,21 - 15043: -102,18 - 15044: -94,18 - 15045: -91,21 15131: -87,38 15132: -89,35 15150: -91,37 15151: -91,38 15172: -84,33 15173: -84,37 - 15244: -88,29 - 15245: -88,28 - 15246: -88,22 - 15247: -88,21 15255: -85,45 15256: -80,46 15257: -78,46 15388: -80,36 15389: -78,36 15404: -83,45 - 15405: -81,47 15414: -94,42 - 15424: -94,46 15437: -73,42 15438: -73,43 15439: -72,43 @@ -535,6 +598,15 @@ entities: 15670: -78,43 15956: -44,0 16955: -64,51 + 18862: -90,46 + 18863: -90,45 + 18870: -60,30 + 18895: -98,21 + 18896: -98,22 + 18897: -98,23 + 18953: -98,27 + 18954: -98,28 + 18955: -98,29 - node: cleanable: True color: '#FFFFFFFF' @@ -550,13 +622,6 @@ entities: 9160: -20,40 9161: -20,39 9162: -20,38 - - node: - angle: 3.141592653589793 rad - color: '#FFFFFFFF' - id: Bot - decals: - 15417: -94,48 - 15418: -93,48 - node: color: '#334E6DC8' id: BotGreyscale @@ -658,6 +723,18 @@ entities: id: Box decals: 2152: -10,54 + - node: + color: '#FFFFFFFF' + id: Box + decals: + 18905: -99,24 + 18906: -99,26 + 18907: -97,26 + 18908: -97,24 + 18909: -94,21 + 18910: -102,21 + 18911: -102,29 + 18912: -94,29 - node: color: '#334E6DC8' id: BoxGreyscale @@ -668,6 +745,16 @@ entities: id: BoxGreyscale decals: 2155: -8,55 + - node: + color: '#52B4E93E' + id: BoxGreyscale + decals: + 17492: 6,28 + 17493: 6,28 + 17494: 10,22 + 17495: 10,22 + 17496: 2,32 + 17497: 2,31 - node: color: '#52B4E9FF' id: BoxGreyscale @@ -683,12 +770,48 @@ entities: id: BoxGreyscale decals: 2157: -9,54 + - node: + color: '#FA750082' + id: BrickCornerOverlayNE + decals: + 17669: 0,21 + 17677: -4,21 + - node: + color: '#FA750082' + id: BrickCornerOverlayNW + decals: + 17668: -1,21 + 17674: -5,21 + - node: + color: '#FA750082' + id: BrickCornerOverlaySE + decals: + 17666: 0,19 + 17675: -4,19 + - node: + color: '#FA750082' + id: BrickCornerOverlaySW + decals: + 17667: -1,19 + 17676: -5,19 + - node: + color: '#FA750082' + id: BrickLineOverlayE + decals: + 17671: 0,20 + 17672: -4,20 - node: cleanable: True color: '#D381C996' id: BrickLineOverlayS decals: 16594: -13,-21 + - node: + color: '#FA750082' + id: BrickLineOverlayW + decals: + 17670: -1,20 + 17673: -5,20 - node: color: '#FFFFFFFF' id: BrickTileDarkBox @@ -696,37 +819,11 @@ entities: 13738: -6,-12 13739: -2,-12 14024: -13,-12 - - node: - zIndex: -1 - color: '#FFFFFFFF' - id: BrickTileDarkCornerNe - decals: - 10280: 9,37 - 10281: 12,36 - - node: - zIndex: -1 - color: '#FFFFFFFF' - id: BrickTileDarkCornerNw - decals: - 10276: 6,37 - node: color: '#FFFFFFFF' id: BrickTileDarkCornerNw decals: 11661: -60,87 - - node: - zIndex: -1 - color: '#FFFFFFFF' - id: BrickTileDarkCornerSe - decals: - 10282: 12,33 - - node: - zIndex: -1 - color: '#FFFFFFFF' - id: BrickTileDarkCornerSw - decals: - 10275: 6,36 - 10283: 11,33 - node: color: '#FFFFFFFF' id: BrickTileDarkCornerSw @@ -742,45 +839,17 @@ entities: id: BrickTileDarkEndW decals: 8236: -10,59 - - node: - zIndex: -1 - color: '#FFFFFFFF' - id: BrickTileDarkInnerNe - decals: - 10288: 9,36 - - node: - zIndex: -1 - color: '#FFFFFFFF' - id: BrickTileDarkInnerSw - decals: - 10289: 11,36 - node: color: '#FFFFFFFF' id: BrickTileDarkInnerSw decals: 14120: 12,-18 - - node: - zIndex: -1 - color: '#FFFFFFFF' - id: BrickTileDarkLineE - decals: - 10290: 12,34 - 10291: 12,35 - node: color: '#FFFFFFFF' id: BrickTileDarkLineE decals: 12889: -14,-9 12890: -14,-8 - - node: - zIndex: -1 - color: '#FFFFFFFF' - id: BrickTileDarkLineN - decals: - 10277: 7,37 - 10278: 8,37 - 10286: 10,36 - 10287: 11,36 - node: color: '#FFFFFFFF' id: BrickTileDarkLineN @@ -792,15 +861,6 @@ entities: 13793: -6,-3 13794: -10,-3 13795: -9,-3 - - node: - zIndex: -1 - color: '#FFFFFFFF' - id: BrickTileDarkLineS - decals: - 10273: 8,36 - 10274: 7,36 - 10284: 9,36 - 10285: 10,36 - node: color: '#FFFFFFFF' id: BrickTileDarkLineS @@ -817,13 +877,6 @@ entities: 14117: 9,-18 14118: 10,-18 14119: 11,-18 - - node: - zIndex: -1 - color: '#FFFFFFFF' - id: BrickTileDarkLineW - decals: - 10269: 11,34 - 10270: 11,35 - node: color: '#FFFFFFFF' id: BrickTileDarkLineW @@ -831,40 +884,6 @@ entities: 11663: -60,86 12887: -12,-9 12888: -12,-8 - - node: - color: '#52B4E9FF' - id: BrickTileSteelCornerNe - decals: - 2674: 4,17 - - node: - color: '#52B4E9FF' - id: BrickTileSteelCornerNw - decals: - 2675: -2,17 - - node: - color: '#52B4E9FF' - id: BrickTileSteelCornerSe - decals: - 2616: 16,28 - 2676: 4,14 - - node: - color: '#52B4E9FF' - id: BrickTileSteelCornerSw - decals: - 2613: 14,28 - 2677: -2,14 - - node: - zIndex: -1 - color: '#52B4E996' - id: BrickTileSteelEndN - decals: - 10513: 0,39 - - node: - zIndex: -1 - color: '#52B4E996' - id: BrickTileSteelEndS - decals: - 10510: 0,37 - node: color: '#FFFFFFFF' id: BrickTileSteelInnerSe @@ -882,39 +901,6 @@ entities: decals: 14760: -64,-12 14761: -72,-12 - - node: - zIndex: -1 - color: '#52B4E996' - id: BrickTileSteelLineE - decals: - 10511: 0,38 - - node: - color: '#52B4E9FF' - id: BrickTileSteelLineE - decals: - 2617: 16,29 - 2678: 4,15 - 2679: 4,16 - - node: - color: '#52B4E9FF' - id: BrickTileSteelLineN - decals: - 2680: -1,17 - 2681: 0,17 - 2682: 1,17 - 2683: 2,17 - 2684: 2,17 - 2685: 3,17 - - node: - color: '#52B4E9FF' - id: BrickTileSteelLineS - decals: - 2615: 15,28 - 2688: -1,14 - 2689: 0,14 - 2690: 1,14 - 2691: 2,14 - 2692: 3,14 - node: color: '#FFFFFFFF' id: BrickTileSteelLineS @@ -925,19 +911,6 @@ entities: 14757: -67,-12 14758: -66,-12 14759: -65,-12 - - node: - zIndex: -1 - color: '#52B4E996' - id: BrickTileSteelLineW - decals: - 10512: 0,38 - - node: - color: '#52B4E9FF' - id: BrickTileSteelLineW - decals: - 2614: 14,29 - 2686: -2,16 - 2687: -2,15 - node: color: '#334E6DFF' id: BrickTileWhiteCornerNe @@ -1086,18 +1059,6 @@ entities: id: BrickTileWhiteCornerSw decals: 4205: -68,25 - - node: - zIndex: -1 - color: '#FFFFFFFF' - id: BrickTileWhiteEndN - decals: - 10528: 3,39 - - node: - zIndex: -1 - color: '#FFFFFFFF' - id: BrickTileWhiteEndS - decals: - 10527: 3,37 - node: color: '#334E6DFF' id: BrickTileWhiteInnerNe @@ -1192,12 +1153,6 @@ entities: 4223: -70,30 4224: -70,29 4225: -70,28 - - node: - zIndex: -1 - color: '#FFFFFFFF' - id: BrickTileWhiteLineE - decals: - 10529: 3,38 - node: color: '#334E6DC8' id: BrickTileWhiteLineN @@ -1397,12 +1352,6 @@ entities: 4217: -68,28 4218: -68,29 4219: -68,30 - - node: - zIndex: -1 - color: '#FFFFFFFF' - id: BrickTileWhiteLineW - decals: - 10530: 3,38 - node: color: '#FFFFFFFF' id: Bushb1 @@ -1447,6 +1396,7 @@ entities: 16737: -81,62 16738: -85,62 16739: -77,62 + 17328: -18,8 - node: zIndex: -1 angle: 1.5707963267948966 rad @@ -1454,6 +1404,46 @@ entities: id: Caution decals: 10053: -18.076712,47.030716 + - node: + angle: 1.5707963267948966 rad + color: '#FFFFFFFF' + id: Caution + decals: + 17327: -14,8 + - node: + angle: 4.71238898038469 rad + color: '#52B4E953' + id: CheckerNESW + decals: + 17524: 6,26 + 17525: 6,25 + 17526: 6,24 + 17527: 6,23 + 17528: 6,22 + 17529: 7,22 + 17530: 7,23 + 17531: 7,24 + 17532: 7,25 + 17533: 7,26 + 17534: 8,26 + 17535: 8,25 + 17536: 8,24 + 17537: 8,23 + 17538: 8,22 + 17539: 9,22 + 17540: 9,23 + 17541: 9,24 + 17542: 9,25 + 17543: 9,26 + 17544: 10,26 + 17545: 10,25 + 17546: 10,24 + 17547: 10,23 + 17548: 11,23 + 17549: 12,23 + 17550: 12,22 + 17551: 11,22 + 17552: 10,22 - node: color: '#3EB38896' id: CheckerNWSE @@ -1464,12 +1454,50 @@ entities: 15537: -73,39 15538: -72,39 15539: -71,39 + - node: + color: '#52B4E93E' + id: CheckerNWSE + decals: + 17480: 2,36 + 17481: 3,36 + 17482: 4,36 + 17483: 4,37 + 17484: 2,37 + 17485: 2,38 + 17486: 2,39 + 17487: 2,40 + 17488: 4,40 + 17489: 3,40 + 17490: 4,39 + 17491: 4,38 - node: color: '#D381C996' id: CheckerNWSE decals: 12891: -13,-8 12892: -13,-9 + - node: + color: '#D4D4D496' + id: CheckerNWSE + decals: + 17250: -18,10 + 17251: -16,10 + 17252: -16,11 + 17253: -18,11 + 17254: -17,11 + 17255: -17,10 + 17256: -16,12 + 17257: -17,12 + 17258: -18,12 + 17259: -18,13 + 17260: -17,13 + 17261: -16,13 + 17262: -16,14 + 17263: -17,14 + 17264: -18,14 + 17265: -18,15 + 17266: -17,15 + 17267: -16,15 - node: color: '#EFB34196' id: CheckerNWSE @@ -1477,6 +1505,26 @@ entities: 15083: -74,17 15084: -74,16 15085: -74,15 + - node: + color: '#FA750082' + id: CheckerNWSE + decals: + 17650: -5,27 + 17651: -4,27 + 17652: -4,26 + 17653: -5,26 + 17654: -5,25 + 17655: -4,25 + 17656: -3,26 + 17657: -3,27 + 17658: -2,27 + 17659: -2,26 + 17660: -1,26 + 17661: -1,27 + 17662: 0,27 + 17663: 0,26 + 17664: 0,25 + 17665: -1,25 - node: cleanable: True color: '#AB7F66E2' @@ -1492,6 +1540,16 @@ entities: 7772: 19,6 7773: 15,6 7774: 16,6 + - node: + color: '#FA750082' + id: Delivery + decals: + 17678: 0,22 + 17679: -4,19 + 17680: -1,19 + 17681: -1,19 + 17682: -4,19 + 17683: 0,22 - node: color: '#FFFFFFFF' id: Delivery @@ -1505,12 +1563,6 @@ entities: 14389: -10,-31 14390: -8,-31 14391: -8,-32 - 15046: -98,25 - 15047: -102,21 - 15048: -102,29 - 15049: -94,29 - 15050: -94,21 - 15124: -80,21 15125: -88,38 15133: -88,35 15195: -84,42 @@ -1529,6 +1581,16 @@ entities: 16729: -72,43 16730: -72,42 16732: -91,48 + 18928: -99,25 + 18929: -97,25 + 18930: -98,26 + 18931: -98,24 + - node: + cleanable: True + color: '#FFFFFFFF' + id: Delivery + decals: + 17109: 11,45 - node: zIndex: -1 angle: 1.5707963267948966 rad @@ -1536,6 +1598,15 @@ entities: id: Delivery decals: 9163: -20,37 + - node: + angle: 4.71238898038469 rad + color: '#FFFFFFFF' + id: Delivery + decals: + 18949: -102,25 + 18950: -94,25 + 18951: -98,19 + 18952: -98,31 - node: color: '#8C347FCD' id: DeliveryGreyscale @@ -2344,13 +2415,6 @@ entities: 15503: -72,44 15504: -71,44 15505: -70,44 - - node: - cleanable: True - zIndex: -1 - color: '#D97C3B88' - id: Dirt - decals: - 10547: 8,30 - node: cleanable: True color: '#D98541C7' @@ -2364,50 +2428,6 @@ entities: 15120: -70,16 15121: -69,16 15122: -69,15 - - node: - cleanable: True - zIndex: -1 - color: '#D9955084' - id: Dirt - decals: - 10583: -1,37 - 10584: -1,36 - 10585: 0,36 - 10586: 1,36 - 10587: 1,37 - 10588: 1,38 - 10589: 1,39 - 10590: 1,40 - 10591: 0,40 - 10592: -1,40 - 10593: -1,39 - 10594: -1,38 - 10595: -1,37 - 10596: 1,37 - 10597: 0,38 - 10598: 0,39 - 10599: 0,37 - 10600: 0,38 - 10601: 1,39 - 10602: 1,40 - 10603: 1,38 - 10604: 1,37 - 10605: 1,36 - 10606: 1,37 - 10607: 0,36 - 10608: 0,36 - 10609: 0,37 - 10610: 1,38 - 10611: -1,36 - 10612: -1,36 - 10613: 1,36 - - node: - cleanable: True - zIndex: -1 - color: '#D99550A7' - id: Dirt - decals: - 10614: -1,36 - node: cleanable: True color: '#ECB58F50' @@ -2446,17 +2466,6 @@ entities: 14832: -68,-11 14833: -65,-11 14834: -73,-11 - - node: - cleanable: True - zIndex: -1 - color: '#FA75006F' - id: Dirt - decals: - 10188: -3,24 - 10189: -3,22 - 10190: -3,21 - 10191: -3,25 - 10192: -2,24 - node: cleanable: True color: '#FF9237FF' @@ -2557,28 +2566,9 @@ entities: 9375: 25,16 9376: 25,15 9377: 25,14 - 10202: -1,28 - 10319: 3,31 - 10381: 11,36 - 10389: 6,37 - 10415: 6,30 - 10416: 6,34 - 10435: 10,32 - 10491: 18,29 - 10492: 20,30 - 10493: 19,32 - 10494: 16,28 10495: 13,29 - 10615: 0,38 - 10616: 1,39 - 10617: 2,36 - 10618: 4,39 - 10619: 3,39 - 10620: 2,37 - 10621: 2,40 10622: 5,40 10623: 3,35 - 10629: 9,24 10630: 19,-3 10631: 21,-2 10632: 21,-1 @@ -2675,17 +2665,6 @@ entities: 7453: -15,37 7454: -8,36 7455: -9,37 - 7457: -4,30 - 7459: -1,30 - 7466: 3,28 - 7468: 2,19 - 7469: 3,16 - 7470: 3,17 - 7471: 1,16 - 7472: -1,16 - 7473: 0,15 - 7474: 2,15 - 7475: 3,14 7476: 9,15 7477: 8,15 7478: 9,16 @@ -2693,23 +2672,7 @@ entities: 7480: 9,17 7481: 10,18 7482: 10,19 - 7483: 9,22 - 7484: 7,22 - 7485: 6,22 - 7486: 6,23 - 7487: 6,24 - 7488: 6,26 - 7489: 7,26 - 7490: 8,26 - 7491: 8,25 - 7501: 2,29 - 7502: 2,30 - 7504: 5,30 - 7505: 5,29 - 7507: 2,32 - 7508: 0,33 7509: -1,32 - 7510: -7,31 7511: -9,31 7513: -8,33 7514: -10,33 @@ -2970,7 +2933,6 @@ entities: 7931: -68,21 7939: -74,18 7940: -75,18 - 7941: -79,19 7942: -81,20 7943: -82,20 7944: -82,24 @@ -2986,10 +2948,6 @@ entities: 7954: -74,25 7955: -75,21 7956: -74,21 - 7970: 0,29 - 7971: 0,30 - 7972: -2,29 - 7973: -5,30 7975: -34,-3 7976: -35,-3 7977: -35,-3 @@ -3011,11 +2969,6 @@ entities: 8006: -73,52 8007: -72,54 8008: -73,55 - 8015: 10,23 - 8016: 11,22 - 8027: 11,26 - 8028: 12,25 - 8029: 12,24 8036: 7,-7 8115: 18,18 8116: 17,19 @@ -3097,15 +3050,9 @@ entities: 9693: 6,5 9694: 23,17 9695: 27,14 - 9752: 7,24 - 9754: 3,20 - 9755: 3,32 - 9756: 3,32 9845: -17,25 9846: -17,28 9848: -17,39 - 9857: -64,55 - 9858: -62,55 9950: -49,10 9951: -51,8 9952: -47,12 @@ -3224,10 +3171,6 @@ entities: 12684: -14,14 12685: -14,8 12686: -14,9 - 12687: -15,8 - 12688: -17,9 - 12689: -17,10 - 12690: -18,8 12691: -17,7 12692: -17,13 12693: -15,12 @@ -3240,8 +3183,6 @@ entities: 12716: -75,28 12717: -75,30 12718: -75,34 - 12776: 9,30 - 12799: -2,31 12844: -14,-5 12845: -14,-2 12847: -12,1 @@ -3304,7 +3245,6 @@ entities: 14308: -12,-36 14309: -12,-37 14350: -19,-34 - 14439: -6,31 14440: -6,33 14465: -13,-4 14468: -14,0 @@ -3369,10 +3309,7 @@ entities: 15635: -74,35 15636: -71,35 15654: -79,37 - 15727: -80,47 15728: -78,44 - 15729: -81,46 - 15730: -81,47 15745: -89,43 15746: -90,44 15807: -95,44 @@ -3421,19 +3358,28 @@ entities: 16281: 10,48 16485: 20,48 16486: 22,48 - - node: - cleanable: True - angle: 1.5707963267948966 rad - color: '#FFFFFFFF' - id: Dirt - decals: - 9728: 3,29 - 9729: 3,30 - 9730: 3,33 - 9734: 3,21 - 9735: 3,22 - 9736: 3,25 - 9737: 7,24 + 17018: 27,70 + 17019: 27,69 + 17020: 30,70 + 17021: 28,67 + 17022: 29,67 + 17023: 24,70 + 17024: 24,68 + 17025: 24,69 + 17026: 25,70 + 17027: 30,69 + 17028: 30,68 + 17029: 27,68 + 17030: 27,67 + 17031: 26,68 + 17032: 26,69 + 17033: 26,70 + 17034: 29,70 + 17035: 28,70 + 17036: 31,68 + 17037: 31,69 + 17038: 29,69 + 17039: 29,68 - node: cleanable: True angle: 3.141592653589793 rad @@ -3472,99 +3418,10 @@ entities: id: DirtHeavy decals: 10057: -13,61 - 10108: -4,20 - 10109: -5,19 - 10110: -2,21 - 10111: -4,23 - 10112: -3,26 - 10113: 0,25 - 10114: 0,25 - 10115: -1,27 - 10116: -5,27 - 10117: -5,25 - 10118: -5,22 - 10119: -4,22 - 10120: -2,23 - 10121: -4,26 - 10122: -1,26 - 10123: 0,23 - 10124: -1,19 - 10125: -3,19 - 10126: -3,20 - 10127: -5,19 - 10177: -1,20 - 10178: -2,20 - 10179: -2,20 - 10180: -1,21 - 10181: -1,22 - 10182: -3,20 - 10183: -4,20 10193: -4,18 10194: 1,25 - 10201: -1,28 - 10295: 7,36 - 10296: 9,37 - 10297: 11,35 - 10298: 11,33 - 10299: 8,34 - 10300: 7,33 - 10301: 10,31 - 10302: 12,29 - 10303: 8,29 - 10304: 9,28 - 10305: 7,28 - 10306: 6,29 - 10307: 6,30 - 10308: 6,34 - 10313: 5,31 - 10324: 4,34 - 10325: 5,33 - 10363: 9,31 - 10364: 9,34 - 10365: 9,35 - 10366: 11,34 - 10367: 12,36 - 10368: 11,36 - 10369: 11,37 - 10370: 10,37 - 10390: 6,36 - 10391: 7,34 - 10392: 7,35 - 10398: 7,31 - 10399: 7,28 - 10400: 7,28 - 10401: 12,31 - 10417: 6,29 - 10418: 6,29 - 10419: 5,29 - 10420: 10,33 - 10432: 8,37 - 10436: 10,32 - 10437: 9,32 - 10442: -5,20 - 10444: 18,32 - 10445: 20,31 - 10448: 18,30 - 10449: 19,30 - 10450: 20,29 - 10451: 19,29 - 10452: 18,29 - 10453: 18,28 - 10454: 19,28 - 10476: 14,28 - 10477: 15,29 - 10548: -1,40 - 10549: 2,40 - 10550: 4,36 - 10551: 2,37 - 10552: 4,38 - 10555: 2,39 - 10556: 4,40 - 10563: 0,37 - 10564: 0,39 10624: 3,35 10625: 3,35 - 10628: 9,36 10648: -60,63 10649: -59,64 10650: -60,65 @@ -3596,13 +3453,9 @@ entities: 16924: -79,51 16925: -79,50 16926: -80,49 - 16927: -81,48 - 16928: -79,48 - 16929: -79,48 16930: -79,49 16931: -80,49 16932: -81,49 - 16933: -82,48 16934: -83,48 16935: -84,49 16936: -82,50 @@ -3680,15 +3533,7 @@ entities: 480: -10,31 483: -8,33 485: -8,31 - 500: 0,29 - 501: -1,30 - 504: -4,32 - 505: -3,33 - 506: -4,32 - 507: -5,32 - 508: 0,33 509: -1,33 - 510: -1,34 537: -2,7 574: 13,-8 575: 13,-9 @@ -3718,7 +3563,6 @@ entities: 621: 29,3 622: 29,3 623: 11,-2 - 648: -7,28 649: -8,27 650: -10,27 651: -10,27 @@ -4276,64 +4120,6 @@ entities: 2833: 11,11 2834: 11,13 2835: 10,13 - 2836: 3,17 - 2837: 1,16 - 2838: -1,15 - 2839: -1,14 - 2840: 2,15 - 2841: 2,17 - 2842: -1,16 - 2843: 0,14 - 2844: 3,14 - 2845: 1,16 - 2846: -1,16 - 2847: -1,15 - 2848: 3,16 - 2849: 3,17 - 2850: 4,15 - 2851: 3,14 - 2852: 1,14 - 2853: -1,15 - 2854: -2,14 - 2855: -2,17 - 2856: -2,17 - 2857: 1,17 - 2858: 2,20 - 2859: 1,19 - 2860: 2,19 - 2861: 4,20 - 2862: 2,21 - 2863: 1,19 - 2866: 2,21 - 2867: 2,21 - 2868: 2,23 - 2870: 2,28 - 2871: 2,31 - 2872: 2,34 - 2876: 4,31 - 2877: 4,29 - 2879: 4,25 - 2880: 4,23 - 2881: 4,21 - 2882: 4,19 - 2883: 3,19 - 2888: 3,28 - 2893: 2,34 - 2894: 2,33 - 2909: 8,25 - 2910: 7,26 - 2912: 7,23 - 2913: 6,22 - 2914: 7,25 - 2915: 9,25 - 2916: 9,23 - 2917: 8,22 - 2918: 10,24 - 2919: 8,25 - 2921: 7,23 - 2922: 6,25 - 2954: 2,42 - 2955: 0,41 3302: -2,8 3303: -2,8 3304: -2,9 @@ -4351,8 +4137,6 @@ entities: 3485: -60,50 3486: -60,51 3487: -61,53 - 3488: -63,54 - 3490: -65,54 3491: -65,52 3493: -61,51 3494: -63,50 @@ -4361,7 +4145,6 @@ entities: 3497: -62,53 3499: -60,54 3500: -59,55 - 3502: -61,54 3529: -49,58 3530: -48,58 3531: -47,59 @@ -4562,24 +4345,11 @@ entities: 4370: -83,18 4371: -82,18 4372: -80,19 - 4373: -78,19 - 4374: -79,19 4375: -81,19 4376: -80,18 - 4377: -79,18 - 4378: -77,19 - 4379: -77,21 - 4380: -77,22 - 4381: -78,21 - 4382: -77,20 - 4383: -77,21 - 4384: -77,20 - 4385: -78,18 4386: -80,19 4387: -81,20 4388: -82,19 - 4389: -80,20 - 4390: -80,20 4409: -62,42 4410: -63,42 4411: -64,41 @@ -4817,17 +4587,8 @@ entities: 5201: 14,39 5202: 14,39 5203: 12,40 - 5204: 10,39 5205: 12,39 - 5206: 11,40 - 5207: 9,40 - 5208: 8,39 - 5209: 8,40 - 5210: 8,39 - 5211: 8,39 - 5212: 7,40 5213: 7,41 - 5214: 7,43 5215: 6,45 5216: 6,44 5217: 6,46 @@ -5273,8 +5034,6 @@ entities: 5789: -11,34 5790: -10,34 5791: -8,34 - 5792: -7,33 - 5793: -7,32 5794: -8,31 5795: -10,31 5796: -12,30 @@ -5795,36 +5554,8 @@ entities: 6471: -29,41 6472: -35,43 6473: -37,42 - 6474: -4,33 - 6475: -5,34 - 6476: -4,32 - 6479: -1,30 - 6480: -1,29 - 6481: 0,31 6482: 0,32 - 6483: 0,33 6484: -1,33 - 6485: -1,31 - 6486: 0,30 - 6487: -4,29 - 6488: -5,29 - 6489: -5,29 - 6490: -5,31 - 6491: -5,33 - 6492: -4,34 - 6493: -4,34 - 6494: 2,29 - 6495: 4,30 - 6496: 4,30 - 6497: 4,32 - 6498: 3,34 - 6499: 2,33 - 6500: 2,31 - 6501: 2,24 - 6502: 4,26 - 6503: 2,20 - 6504: 3,19 - 6505: 4,19 6506: 6,19 6507: 7,20 6508: 9,20 @@ -5838,16 +5569,6 @@ entities: 6516: 7,16 6517: 9,16 6518: 11,14 - 6583: 3,37 - 6584: 10,40 - 6585: 10,40 - 6586: 9,43 - 6587: 9,42 - 6588: 10,42 - 6589: 10,43 - 6590: 11,43 - 6591: 12,43 - 6592: 12,42 6593: -25,33 6595: -25,34 6600: -22,33 @@ -5974,20 +5695,10 @@ entities: 6811: -65,27 6812: -64,26 6813: -65,21 - 6826: 1,23 - 6827: 1,23 - 6828: 1,23 - 6829: 1,29 - 6830: 1,30 - 6831: 1,30 - 6832: 1,29 - 6833: 1,30 6841: 1,33 6842: 1,33 6843: 1,33 - 6848: 5,25 6849: 5,24 - 6850: 5,25 6851: 5,19 6852: 5,19 6853: 8,19 @@ -6015,18 +5726,9 @@ entities: 6883: 0,42 6884: 0,43 6885: 0,43 - 6886: 1,42 - 6887: 1,42 6888: 2,43 6889: 2,44 - 6890: 3,44 6891: 4,44 - 6892: 4,43 - 6893: 4,42 - 6894: 4,43 - 6895: 3,43 - 6896: 3,42 - 6897: 2,42 6898: 2,43 6899: 0,43 6900: 0,43 @@ -6121,11 +5823,7 @@ entities: 7752: 25,12 7754: 25,13 7755: 26,13 - 7969: -3,29 7993: -64,60 - 8017: 10,22 - 8018: 11,22 - 8019: 11,23 8038: 7,-8 8039: 8,-7 8040: 7,-7 @@ -6224,17 +5922,12 @@ entities: 8776: -16,55 8777: -18,56 8829: -40,32 - 8856: -2,30 8882: -49,51 8972: -54,60 8973: -54,60 8980: -61,65 9001: -13,55 9002: -13,54 - 9010: 2,27 - 9011: 4,27 - 9017: 3,27 - 9018: 3,27 9021: -66,33 9022: -66,33 9023: -66,33 @@ -6288,8 +5981,6 @@ entities: 9361: -31,20 9362: -31,20 9363: -32,19 - 9740: 3,26 - 9745: 2,26 9761: -39,32 9764: -18,32 9765: -17,33 @@ -6324,7 +6015,6 @@ entities: 10027: -76,55 10039: -11,55 10040: -8,55 - 10922: -1,25 10962: -55,-3 10972: -56,-2 10973: -10,47 @@ -6539,14 +6229,7 @@ entities: 12450: -57,35 12451: -57,29 12452: -59,29 - 12555: -17,10 - 12556: -16,9 - 12557: -17,8 - 12558: -18,8 - 12559: -16,9 12560: -15,9 - 12561: -17,9 - 12562: -18,9 12563: -17,13 12564: -18,13 12565: -17,14 @@ -6569,13 +6252,6 @@ entities: 12724: -75,32 12725: -75,31 12726: -75,30 - 12767: 9,29 - 12768: 10,30 - 12777: 11,29 - 12785: -3,30 - 12786: -4,31 - 12787: -4,31 - 12788: -3,32 12800: -14,2 12803: -12,-4 12806: -14,-4 @@ -6873,8 +6549,6 @@ entities: 14408: -9,-32 14409: -9,-31 14419: -19,-13 - 14435: -6,31 - 14436: -6,31 14437: -6,33 14438: -6,33 14441: -10,-2 @@ -7107,7 +6781,6 @@ entities: 15725: -79,44 15726: -79,44 15733: -80,50 - 15734: -79,48 15735: -80,46 15736: -80,46 15737: -78,46 @@ -7125,10 +6798,8 @@ entities: 15779: -86,45 15780: -85,45 15781: -83,45 - 15782: -82,48 15783: -82,50 15784: -80,50 - 15785: -78,47 15786: -82,49 15787: -85,48 15788: -87,47 @@ -7302,6 +6973,443 @@ entities: 16707: -2,53 16708: -1,53 16709: 0,53 + 17003: 27,69 + 17004: 28,69 + 17005: 27,70 + 17006: 27,70 + 17007: 26,70 + 17008: 26,68 + 17009: 26,68 + 17010: 27,68 + 17011: 27,69 + 17012: 28,70 + 17013: 30,70 + 17014: 30,70 + 17015: 31,67 + 17016: 30,67 + 17017: 28,67 + 18225: 8,26 + 18226: 8,26 + 18227: 8,25 + 18228: 7,24 + 18229: 7,23 + 18230: 6,25 + 18231: 6,26 + 18232: 1,25 + 18233: 2,24 + 18234: 2,22 + 18235: 3,22 + 18236: 4,23 + 18237: 3,26 + 18238: -1,20 + 18239: -1,21 + 18240: 0,21 + 18241: 0,20 + 18242: 0,19 + 18243: -1,19 + 18244: -4,20 + 18245: -5,20 + 18246: -5,19 + 18247: -4,19 + 18248: -4,20 + 18249: -5,22 + 18250: -5,23 + 18251: -5,25 + 18252: -4,26 + 18253: -3,27 + 18254: -1,24 + 18255: -1,23 + 18256: -1,21 + 18257: -1,19 + 18258: 2,23 + 18259: 3,25 + 18260: 3,27 + 18261: 3,30 + 18262: 3,27 + 18263: 3,23 + 18264: 3,22 + 18265: 4,25 + 18266: 3,28 + 18267: 3,29 + 18268: 4,31 + 18269: 4,27 + 18270: 4,26 + 18271: 4,24 + 18272: 2,28 + 18273: 1,29 + 18274: 2,31 + 18275: 2,33 + 18276: 0,30 + 18277: -2,30 + 18278: -4,30 + 18279: -4,31 + 18280: 7,29 + 18281: 10,30 + 18282: 12,30 + 18283: 14,29 + 18284: 15,29 + 18285: 10,32 + 18286: 10,34 + 18287: 10,37 + 18288: 7,36 + 18289: 7,37 + 18290: 10,39 + 18291: 8,39 + 18292: 7,39 + 18293: 12,39 + 18294: 11,39 + 18295: 11,39 + 18296: 8,39 + 18297: 6,39 + 18298: 7,41 + 18299: 8,42 + 18300: 11,41 + 18301: 12,40 + 18302: 9,40 + 18303: 7,40 + 18304: 9,42 + 18305: 12,41 + 18306: 4,40 + 18307: 14,41 + 18308: 14,42 + 18309: 14,44 + 18310: 14,43 + 18311: 14,38 + 18312: 11,44 + 18313: 10,45 + 18314: 10,46 + 18315: 12,46 + 18316: 10,49 + 18317: 10,49 + 18318: 13,49 + 18319: 15,48 + 18320: 14,47 + 18321: 15,50 + 18322: 15,50 + 18323: 14,46 + 18324: 11,30 + 18325: 10,23 + 18326: 11,23 + 18327: 10,22 + 18328: 12,22 + 18329: 11,25 + 18330: 6,25 + 18331: 7,25 + 18332: 3,23 + 18333: 4,19 + 18334: 3,17 + 18335: 3,15 + 18336: 3,14 + 18337: 4,14 + 18338: 2,16 + 18339: 1,16 + 18340: -1,16 + 18341: -3,16 + 18342: -2,14 + 18343: -1,14 + 18344: 2,14 + 18345: 0,15 + 18346: -1,15 + 18347: -3,15 + 18348: -1,17 + 18349: 1,17 + 18350: 4,17 + 18351: 4,15 + 18352: 4,14 + 18353: 3,14 + 18354: 0,14 + 18355: -2,15 + 18356: -1,16 + 18357: 3,16 + 18358: 2,25 + 18359: -3,30 + 18360: -2,29 + 18361: -1,29 + 18362: -1,31 + 18363: -2,31 + 18364: -3,31 + 18365: -5,29 + 18366: -5,30 + 18367: -5,34 + 18368: -4,34 + 18369: -4,34 + 18370: -13,29 + 18371: -18,10 + 18372: -17,12 + 18373: -17,13 + 18374: -17,14 + 18375: -18,13 + 18376: -16,10 + 18377: -62,54 + 18378: -62,54 + 18379: -64,54 + 18380: -65,54 + 18381: -65,54 + 18382: -65,55 + 18383: -63,55 + 18384: -62,55 + 18385: -61,55 + 18386: -61,54 + 18387: -63,54 + 18388: -65,54 + 18389: -65,55 + 18390: -64,55 + 18391: -64,55 + 18392: -63,54 + 18393: -62,54 + 18476: -66,65 + 18477: -66,64 + 18478: -66,64 + 18479: -67,65 + 18480: -68,65 + 18481: -69,65 + 18482: -69,64 + 18483: -68,63 + 18484: -65,63 + 18485: -67,63 + 18486: -69,64 + 18487: -67,62 + 18488: -66,62 + 18489: -66,62 + 18490: -68,60 + 18491: -68,60 + 18492: -68,59 + 18493: -68,59 + 18494: -68,58 + 18495: -68,57 + 18496: -68,57 + 18497: -77,61 + 18498: -80,61 + 18499: -82,62 + 18500: -81,63 + 18501: -79,62 + 18502: -45,49 + 18503: -45,51 + 18504: -45,52 + 18505: -45,53 + 18506: -45,53 + 18507: -45,51 + 18508: -45,50 + 18509: -45,49 + 18510: -45,52 + 18511: -45,52 + 18512: -45,55 + 18513: -45,55 + 18514: -44,54 + 18515: -41,54 + 18516: -39,54 + 18517: -37,55 + 18518: -37,55 + 18519: -39,54 + 18520: -41,54 + 18521: -46,54 + 18522: -43,55 + 18523: -39,55 + 18524: -35,55 + 18525: -33,55 + 18526: -32,53 + 18527: -32,52 + 18528: -32,51 + 18529: -32,51 + 18530: -32,50 + 18531: -31,49 + 18532: -30,50 + 18533: -29,50 + 18534: -29,50 + 18535: -32,50 + 18536: -32,53 + 18537: -32,55 + 18538: -33,55 + 18539: -33,53 + 18540: -32,52 + 18541: -31,52 + 18542: -23,50 + 18543: -22,50 + 18544: -21,50 + 18545: -20,50 + 18546: -20,50 + 18547: -20,51 + 18548: -22,51 + 18549: -24,51 + 18550: -25,50 + 18551: -25,50 + 18552: -3,53 + 18553: -5,53 + 18554: -7,53 + 18555: -7,54 + 18556: -8,55 + 18557: -9,54 + 18558: -6,52 + 18559: -6,51 + 18560: -6,50 + 18561: -4,49 + 18562: -4,51 + 18563: -4,51 + 18564: -1,51 + 18565: 0,51 + 18566: -1,49 + 18567: -2,50 + 18568: -1,54 + 18569: 0,53 + 18570: -3,53 + 18571: -7,46 + 18572: -7,46 + 18573: -7,47 + 18574: -5,47 + 18575: -3,46 + 18576: -3,45 + 18577: -3,43 + 18578: -3,42 + 18579: -3,41 + 18580: -3,41 + 18581: -4,40 + 18582: -4,45 + 18583: -5,45 + 18584: -8,46 + 18585: -9,47 + 18586: -9,48 + 18587: -9,50 + 18588: -9,49 + 18589: -9,46 + 18590: 1,47 + 18591: 1,46 + 18592: 4,46 + 18593: 3,44 + 18594: 3,43 + 18595: 3,42 + 18596: 0,43 + 18597: 0,42 + 18598: 7,45 + 18599: 6,46 + 18600: 6,47 + 18601: 6,46 + 18602: 9,48 + 18603: 11,48 + 18604: 12,48 + 18605: 14,47 + 18606: 14,46 + 18607: 14,45 + 18608: 14,43 + 18609: 14,41 + 18610: 14,40 + 18611: 14,38 + 18612: 15,34 + 18613: 16,34 + 18614: 20,34 + 18615: 22,34 + 18616: 22,34 + 18617: 20,35 + 18618: 18,35 + 18619: 19,34 + 18620: 21,34 + 18621: 22,32 + 18622: 22,31 + 18623: 22,29 + 18624: 22,26 + 18625: 22,25 + 18626: 22,23 + 18627: 23,23 + 18628: 23,23 + 18629: 23,24 + 18630: 23,27 + 18631: 23,28 + 18632: 16,24 + 18633: 16,24 + 18634: 15,23 + 18635: 15,23 + 18636: 15,20 + 18637: 15,22 + 18638: 15,23 + 18639: 15,24 + 18640: 15,22 + 18641: 15,21 + 18642: 15,21 + 18643: 13,20 + 18644: 13,20 + 18645: 15,23 + 18646: 14,25 + 18647: 15,25 + 18648: 16,26 + 18649: 17,25 + 18650: 18,25 + 18651: 18,26 + 18652: 14,26 + 18653: 14,26 + 18654: 13,18 + 18655: 13,16 + 18656: 13,14 + 18657: 13,12 + 18658: 13,10 + 18659: 13,9 + 18660: 13,8 + 18661: 11,8 + 18662: 10,8 + 18663: 8,8 + 18664: 6,9 + 18665: 5,9 + 18666: 4,9 + 18667: 4,9 + 18668: 3,9 + 18669: 3,8 + 18670: 3,10 + 18671: 3,11 + 18672: 4,12 + 18673: 3,11 + 18674: 2,12 + 18675: -1,12 + 18676: -4,12 + 18677: -6,12 + 18678: -7,11 + 18679: -6,9 + 18680: -6,8 + 18681: -6,12 + 18682: -5,13 + 18683: -5,13 + 18684: -5,10 + 18685: -5,9 + 18686: -6,8 + 18687: -50,-19 + 18688: -50,-18 + 18689: -50,-18 + 18690: -50,-17 + 18691: -49,-17 + 18692: -49,-18 + 18693: -48,-18 + 18694: -48,-20 + 18695: -49,-20 + 18696: -50,-20 + 18697: -49,-19 + 18698: -49,-18 + 18699: -49,-17 + 18700: -50,-17 + 18701: -48,-15 + 18702: -48,-14 + 18703: -48,-13 + 18704: -50,-12 + 18705: -50,-14 + 18706: -50,-15 + 18707: -50,-15 + 18708: -48,-14 + 18709: -50,-14 + 18710: -50,-13 + 18711: -49,-12 + 18712: -48,-13 + 18713: -48,-14 + 18714: -48,-15 + 18715: -48,-13 + 18716: -46,-13 + 18717: -46,-13 + 18718: -48,-13 + 18719: -51,-13 + 18720: -53,-13 + 18721: -53,-13 + 18722: -52,-13 + 18723: -50,-13 + 18724: -49,-13 + 18725: -50,-14 + 18726: -49,-15 + 18727: -48,-15 + 18728: -49,-13 - node: cleanable: True zIndex: -1 @@ -7316,7 +7424,6 @@ entities: color: '#FFFFFFFF' id: DirtHeavy decals: - 8789: -2,34 8790: -2,33 8791: -2,32 11527: -54,53 @@ -7343,90 +7450,11 @@ entities: decals: 10055: -18,47 10058: -13,61 - 10128: -4,21 - 10129: -4,22 - 10130: -5,22 - 10131: -5,23 - 10132: -5,25 - 10133: -3,26 - 10134: -4,25 - 10135: -1,26 - 10136: -2,26 - 10137: -3,21 - 10138: -2,24 - 10139: -3,25 - 10140: -3,23 - 10141: -3,23 - 10146: -2,25 - 10147: -2,25 - 10148: 0,23 - 10149: -1,23 - 10150: -2,22 - 10151: -4,24 - 10152: -5,22 - 10153: -2,20 - 10154: -4,19 - 10184: -2,21 - 10185: -2,21 - 10186: -4,21 - 10187: -4,23 10195: 1,25 10196: 1,25 10197: 1,26 10198: 1,26 - 10199: -1,28 - 10200: -1,28 - 10314: 5,31 - 10318: 3,31 - 10330: 4,33 - 10331: 7,35 - 10332: 10,35 - 10333: 8,36 - 10334: 7,37 - 10335: 11,34 - 10336: 9,33 - 10339: 12,30 - 10342: 8,30 - 10343: 7,29 - 10344: 7,31 - 10371: 10,36 - 10372: 10,37 - 10373: 10,37 - 10374: 11,37 - 10375: 12,37 - 10376: 12,37 - 10377: 12,37 - 10378: 12,36 - 10379: 11,36 - 10380: 11,36 - 10395: 8,35 - 10396: 8,33 - 10397: 8,31 - 10411: 8,31 - 10412: 7,31 - 10413: 7,30 - 10414: 11,31 - 10421: 10,34 - 10428: 9,34 - 10429: 9,33 10431: 13,29 - 10438: 9,32 - 10443: -5,20 - 10446: 18,31 - 10447: 19,32 - 10455: 18,29 - 10456: 19,29 - 10457: 20,30 - 10458: 20,31 - 10459: 20,32 - 10460: 19,32 - 10461: 19,31 - 10462: 18,31 - 10490: 16,29 - 10553: 3,38 - 10554: 3,39 - 10565: 0,38 - 10566: 0,38 10651: -60,64 10652: -60,64 10653: -60,65 @@ -7472,16 +7500,6 @@ entities: 7768: 23,16 7769: 23,13 7770: 22,12 - 8020: 10,23 - 8021: 12,22 - 8025: 12,24 - 8026: 8,26 - 8030: 12,24 - 8031: 11,25 - 8032: 11,24 - 8033: 12,26 - 8034: 11,26 - 8035: 12,25 8106: -31,52 8123: 17,18 8124: 19,19 @@ -7494,7 +7512,6 @@ entities: 8158: 16,2 8159: 25,21 8160: 13,10 - 8161: 14,28 8182: -64,38 8183: -65,42 8240: -8,60 @@ -7578,9 +7595,6 @@ entities: 9003: -13,54 9004: -13,54 9005: -13,53 - 9012: 3,27 - 9013: 3,27 - 9014: 2,27 9024: -66,34 9025: -66,34 9034: -75,27 @@ -7819,25 +7833,6 @@ entities: 9611: -13,15 9612: -13,16 9613: -13,14 - 9696: 3,20 - 9697: 3,20 - 9698: 3,22 - 9699: 3,23 - 9700: 3,24 - 9701: 3,25 - 9702: 3,21 - 9703: 3,29 - 9704: 3,30 - 9705: 3,33 - 9706: 3,32 - 9711: 9,24 - 9712: 9,24 - 9713: 9,24 - 9714: 8,24 - 9715: 7,24 - 9716: 3,21 - 9717: 3,21 - 9751: 8,24 9821: -18,45 9822: -18,46 9823: -16,50 @@ -7849,9 +7844,6 @@ entities: 9844: -17,27 9847: -17,39 9854: -64,54 - 9855: -62,55 - 9856: -62,54 - 9859: -62,55 9943: -54,9 9944: -54,9 9945: -54,8 @@ -7873,7 +7865,6 @@ entities: 10046: -11,55 10047: -8,55 10048: -8,55 - 10923: -1,24 10963: -55,-1 10966: -55,-2 10967: -55,-2 @@ -8147,11 +8138,6 @@ entities: 12458: -55,33 12459: -59,35 12460: -58,35 - 12617: -17,10 - 12618: -16,10 - 12619: -18,10 - 12620: -17,8 - 12621: -16,8 12622: -17,7 12623: -17,12 12624: -18,12 @@ -8185,12 +8171,6 @@ entities: 12729: -75,33 12730: -75,33 12732: -75,34 - 12769: 9,30 - 12770: 9,29 - 12779: 11,30 - 12789: -3,31 - 12790: -3,31 - 12791: -2,31 12816: -14,-4 12817: -14,-2 12818: -14,1 @@ -8581,17 +8561,475 @@ entities: 16725: -6,49 16726: -6,51 16727: -2,49 - 16728: -80,47 16937: -62,51 16938: -63,51 16939: -62,51 16940: -63,51 - 16941: -62,54 16942: -64,54 16943: -63,50 16944: -64,50 16946: -64,50 16947: -63,50 + 17047: 13,64 + 17048: 12,64 + 17049: 11,64 + 17050: 10,64 + 17051: 10,65 + 17052: 11,65 + 17053: 12,65 + 17054: 13,65 + 17055: 14,65 + 17056: 15,65 + 17057: 15,64 + 17058: 16,64 + 17059: 17,64 + 17060: 17,65 + 17061: 16,65 + 17062: 17,63 + 17063: 17,62 + 17064: 17,61 + 17065: 18,61 + 17066: 18,60 + 17067: 14,61 + 17068: 13,61 + 17069: 12,61 + 17070: 11,61 + 17071: 10,61 + 17072: 10,62 + 17073: 11,62 + 17074: 12,62 + 17075: 13,62 + 17076: 11,60 + 17113: 10,46 + 17114: 10,44 + 17115: 11,44 + 17116: 12,44 + 17117: 11,44 + 17118: 10,44 + 17119: 12,44 + 17120: 11,44 + 17121: 10,44 + 17179: -18,15 + 17180: -17,15 + 17181: -18,14 + 17182: -18,13 + 17183: -18,12 + 17185: -17,10 + 17186: -18,11 + 17187: -17,11 + 17191: -17,10 + 17192: -17,11 + 17194: -16,12 + 17195: -16,13 + 17196: -17,13 + 17197: -17,14 + 17198: -18,14 + 17199: -18,15 + 17200: -17,15 + 17201: -16,15 + 17202: -16,8 + 17203: -17,8 + 17204: -18,8 + 17205: -17,8 + 17206: -16,8 + 17207: -18,8 + 17208: -18,9 + 17209: -15,8 + 17210: -15,8 + 17211: -17,9 + 17212: -17,9 + 17213: -17,10 + 17215: -18,11 + 17216: -18,11 + 17218: -16,12 + 17219: -17,12 + 17220: -17,11 + 17268: -16,10 + 17269: -18,10 + 17270: -18,11 + 17271: -16,11 + 17272: -16,11 + 17273: -16,10 + 17274: -18,11 + 17275: -18,12 + 17276: -18,13 + 17277: -18,15 + 17278: -18,15 + 17279: -16,15 + 17280: -16,14 + 17281: -16,14 + 17282: -18,14 + 17283: -18,14 + 17284: -17,13 + 17285: -16,13 + 17286: -16,12 + 17287: -16,12 + 17288: -17,12 + 17289: -18,12 + 17290: -17,11 + 17291: -16,11 + 17292: -16,11 + 17293: -17,12 + 17294: -17,12 + 17295: -18,11 + 17296: -17,10 + 17297: -16,10 + 17298: -17,12 + 17731: -5,31 + 17732: -5,32 + 17733: -5,33 + 17734: -4,34 + 17735: -5,34 + 17736: -4,33 + 17737: -3,34 + 17738: -3,33 + 17739: -3,32 + 17740: -3,31 + 17741: -3,30 + 17742: -3,29 + 17743: -4,29 + 17744: -5,29 + 17745: -5,30 + 17746: -2,29 + 17747: -2,30 + 17748: -1,30 + 17749: -1,29 + 17750: 0,29 + 17751: 0,30 + 17752: 0,31 + 17753: -1,31 + 17754: -3,31 + 17755: -3,31 + 17756: -3,33 + 17757: -3,34 + 17758: -7,34 + 17759: -1,34 + 17760: 0,34 + 17761: 0,33 + 17762: 0,32 + 17763: -1,32 + 17764: -2,32 + 17765: -2,33 + 17766: -2,34 + 17767: -7,31 + 17768: -7,32 + 17769: -7,33 + 17770: -7,34 + 17771: -7,33 + 17772: -7,32 + 17773: -7,31 + 17774: -7,30 + 17775: -7,28 + 17776: -7,28 + 17777: -7,27 + 17778: -7,26 + 17779: -8,27 + 17780: -9,28 + 17781: -10,27 + 17782: -11,27 + 17783: -10,29 + 17784: -10,30 + 17785: -8,30 + 17786: -7,30 + 17787: -7,29 + 17788: -7,28 + 17789: -7,27 + 17790: -5,27 + 17791: -5,26 + 17792: -4,26 + 17793: -4,27 + 17794: -3,27 + 17795: -3,26 + 17796: -2,27 + 17797: -2,27 + 17798: -1,27 + 17799: -1,26 + 17800: 0,26 + 17801: 0,27 + 17802: -2,27 + 17803: -3,26 + 17804: -5,23 + 17805: -2,23 + 17806: -1,23 + 17807: 0,22 + 17808: -1,21 + 17809: -1,20 + 17810: -3,19 + 17811: -4,20 + 17812: -4,22 + 17813: -3,23 + 17814: -5,24 + 17815: -5,22 + 17816: -4,21 + 17817: -3,19 + 17818: -2,21 + 17819: -2,22 + 17820: -3,22 + 17821: -3,20 + 17822: -2,20 + 17823: -2,20 + 17824: 0,23 + 17825: -1,24 + 17826: -5,25 + 17827: -3,25 + 17828: -2,26 + 17829: 0,25 + 17830: -1,25 + 17831: 2,23 + 17832: 2,27 + 17833: 2,29 + 17834: 3,31 + 17835: 4,28 + 17836: 4,26 + 17837: 4,23 + 17838: 7,24 + 17839: 9,25 + 17840: 8,26 + 17841: 6,28 + 17842: 6,30 + 17843: 10,30 + 17844: 12,29 + 17845: 8,29 + 17846: 7,29 + 17847: 12,25 + 17848: 11,25 + 17849: 10,25 + 17850: 10,23 + 17851: 11,22 + 17852: 9,23 + 17853: 7,23 + 17854: 6,23 + 17855: 6,25 + 17856: 4,20 + 17857: 3,20 + 17858: 2,20 + 17859: 4,19 + 17860: 3,19 + 17861: 3,16 + 17862: 0,16 + 17863: -1,16 + 17864: -2,16 + 17865: -2,14 + 17866: -1,14 + 17867: 0,15 + 17868: 1,16 + 17869: 2,17 + 17870: 3,16 + 17871: 4,15 + 17872: 3,14 + 17873: 2,14 + 17874: 1,15 + 17875: 0,15 + 17876: -2,15 + 17877: -2,16 + 17878: -2,16 + 17879: 1,17 + 17880: 2,16 + 17881: 1,15 + 17882: -1,14 + 17883: 3,27 + 17884: 3,30 + 17885: 3,32 + 17886: 3,34 + 17887: 4,34 + 17888: 3,33 + 17889: 2,33 + 17890: 9,29 + 17891: 12,29 + 17892: 11,31 + 17893: 10,28 + 17894: 8,28 + 17895: 6,28 + 17896: 9,33 + 17897: 10,35 + 17898: 10,34 + 17899: 8,32 + 17900: 6,35 + 17901: 6,36 + 17902: 8,37 + 17903: 11,36 + 17904: 12,36 + 17905: 12,33 + 17906: 11,32 + 17907: 10,32 + 17908: 8,32 + 17909: 10,36 + 17910: 9,37 + 17911: 9,37 + 17912: 6,37 + 17913: 7,36 + 17914: 9,36 + 17915: 8,35 + 17916: 9,33 + 17917: 12,33 + 17918: 12,34 + 17919: 12,35 + 17920: 14,29 + 17921: 14,29 + 17922: 15,31 + 17923: 16,31 + 17924: 16,29 + 17925: 16,29 + 17926: 14,30 + 17927: 15,31 + 17928: 19,32 + 17929: 18,31 + 17930: 18,30 + 17931: 19,30 + 17932: 19,32 + 17933: 18,32 + 17934: 20,30 + 17935: 20,29 + 17936: 20,28 + 17937: 19,28 + 17938: 18,29 + 17939: 18,31 + 17940: 19,32 + 17941: 20,31 + 17942: 19,30 + 17943: 17,29 + 17944: 16,28 + 17945: 15,28 + 17946: 14,28 + 17947: 15,29 + 17948: 16,30 + 17949: 16,31 + 17950: 14,30 + 17951: 14,30 + 17952: 15,30 + 17953: 16,31 + 17954: 14,32 + 17955: 13,31 + 17956: 12,37 + 17957: 12,37 + 17958: 4,40 + 17959: 3,40 + 17960: 2,39 + 17961: 2,38 + 17962: 2,36 + 17963: 3,36 + 17964: 4,37 + 17965: 3,37 + 17966: 3,39 + 17967: 4,39 + 17968: 4,37 + 17969: 4,36 + 17970: 0,36 + 17971: 1,38 + 17972: 1,38 + 17973: 1,40 + 17974: -1,40 + 17975: -1,38 + 17976: -1,37 + 17977: 0,36 + 17978: 0,38 + 17979: 0,39 + 17980: 0,39 + 17981: 0,40 + 17982: 1,38 + 17983: 0,37 + 18186: 9,35 + 18187: 9,36 + 18188: 10,37 + 18189: 11,36 + 18190: 12,33 + 18191: 12,32 + 18192: 6,33 + 18193: 6,34 + 18194: 7,34 + 18195: 7,37 + 18196: 6,37 + 18197: 2,37 + 18198: 2,38 + 18199: 3,39 + 18200: 2,39 + 18201: 3,40 + 18202: 4,39 + 18203: 4,37 + 18204: 3,36 + 18205: 2,36 + 18206: 2,34 + 18207: 3,33 + 18208: 2,34 + 18209: 2,32 + 18210: 3,29 + 18211: 3,27 + 18212: 3,25 + 18213: 3,24 + 18214: 3,28 + 18215: 3,31 + 18216: 3,33 + 18217: 3,29 + 18218: 4,30 + 18219: 4,29 + 18220: 4,30 + 18221: 4,30 + 18222: 6,30 + 18223: 6,30 + 18224: 9,30 + 18783: -27,-16 + 18784: -28,-16 + 18785: -29,-16 + 18786: -30,-17 + 18787: -28,-17 + 18788: -27,-16 + 18789: -25,-16 + 18790: -25,-16 + 18791: -25,-17 + 18792: -27,-16 + 18793: -28,-15 + 18794: -29,-15 + 18795: -30,-15 + 18796: -30,-16 + 18797: -27,-17 + 18798: -27,-17 + 18799: -26,-17 + 18800: -25,-17 + 18801: -25,-16 + 18802: -25,-17 + 18803: -27,-17 + 18837: 21,-11 + 18838: 21,-12 + 18839: 22,-12 + 18840: 24,-12 + 18841: 24,-11 + 18842: 23,-9 + 18843: 23,-8 + 18844: 24,-8 + 18845: 23,-9 + 18846: 22,-8 + 18847: 20,-8 + 18848: 19,-8 + 18849: 18,-9 + 18850: 19,-9 + 18851: 23,-6 + 18852: 24,-5 + 18853: 25,-5 + 18854: 27,-5 + 18855: 28,-8 + 18856: 27,-8 + 18857: 28,-9 + 18858: 29,-9 + 18859: 29,-6 + 18860: 27,-6 + 18861: 24,-5 + 18964: 25,31 + 18965: 25,32 + 18966: 25,33 + 18967: 25,33 + 18968: 26,33 + 18969: 26,32 + 18970: 26,31 + 18971: 25,35 + 18972: 25,35 + 18973: 26,35 + 18974: 25,34 + 18975: 27,35 + 18976: 23,31 + 18977: 23,30 + 18978: 24,31 + 18979: 25,31 + 18980: 26,33 - node: cleanable: True angle: 1.5707963267948966 rad @@ -8640,13 +9078,6 @@ entities: 9635: 23,17 9636: 27,17 9637: 27,14 - 9718: 3,20 - 9719: 3,20 - 9720: 3,25 - 9721: 3,24 - 9722: 3,30 - 9726: 3,32 - 9727: 3,33 9860: -64,54 - node: cleanable: True @@ -8668,76 +9099,9 @@ entities: 10059: -13,61 10060: -13,61 10061: -13,61 - 10155: -4,19 - 10156: -2,19 - 10157: 0,22 - 10158: -1,22 - 10159: 0,26 - 10160: 0,27 - 10161: -1,27 - 10162: -3,27 - 10163: -4,27 - 10164: -2,27 - 10315: 5,31 - 10316: 5,31 - 10317: 5,31 - 10326: 5,34 - 10327: 5,34 - 10328: 4,33 - 10348: 7,30 - 10349: 7,29 - 10351: 9,28 - 10352: 10,28 - 10353: 12,28 - 10354: 12,29 - 10355: 11,30 - 10356: 11,29 - 10357: 12,31 - 10358: 12,33 - 10359: 11,33 - 10360: 9,33 - 10382: 10,36 - 10383: 10,37 - 10393: 8,35 - 10394: 8,35 - 10402: 10,28 - 10403: 10,28 - 10404: 11,28 - 10405: 12,28 - 10406: 11,29 - 10407: 11,30 - 10408: 11,30 - 10409: 7,29 - 10410: 7,29 - 10425: 10,35 - 10426: 10,35 - 10427: 9,35 - 10439: 9,32 - 10440: 10,32 - 10441: 10,32 - 10473: 14,29 - 10474: 16,29 - 10475: 15,29 - 10483: 14,30 - 10484: 16,30 10485: 16,31 10486: 16,32 10487: 15,31 - 10488: 16,28 - 10489: 16,29 - 10560: 2,36 - 10561: 4,39 - 10562: 4,37 - 10567: 0,37 - 10568: 0,38 - 10569: 0,38 - 10570: 0,38 - 10571: 3,38 - 10572: 2,39 - 10573: 2,40 - 10574: 2,40 - 10575: 3,36 - 10576: 3,36 10659: -60,64 10660: -60,64 10661: -60,65 @@ -8866,16 +9230,6 @@ entities: 450: -12,23 451: -13,25 453: -12,27 - 489: -3,33 - 490: -4,34 - 491: -4,32 - 492: -4,32 - 493: -4,30 - 495: -1,30 - 496: 0,31 - 497: -1,30 - 498: -2,29 - 499: -3,29 538: -12,31 542: -14,29 544: -10,9 @@ -8900,26 +9254,8 @@ entities: 661: -18,28 663: -9,27 664: -10,28 - 665: -7,29 - 666: -7,30 668: -11,29 - 669: -5,29 - 670: -5,30 - 671: -5,31 - 672: -5,32 - 673: -5,33 - 674: -4,33 - 675: -3,34 - 676: -2,34 - 677: 0,33 678: 0,32 - 679: 0,31 - 680: -1,30 - 681: -2,29 - 682: -3,29 - 683: -4,30 - 684: -4,30 - 685: -5,30 686: -9,29 687: -8,29 688: -8,28 @@ -9275,55 +9611,7 @@ entities: 3020: 7,16 3021: 9,16 3022: 9,16 - 3023: 3,16 - 3024: 0,17 - 3025: -1,16 - 3026: -2,15 - 3027: -2,15 - 3028: -2,15 - 3029: -2,17 - 3030: -1,17 - 3031: 2,16 - 3032: 3,16 - 3033: 3,15 - 3034: 2,16 - 3035: 0,15 - 3036: 0,15 - 3037: 1,15 - 3038: 3,14 - 3039: 4,14 - 3040: 4,15 - 3041: 4,16 - 3042: 2,16 - 3043: -1,15 - 3044: 4,20 - 3046: 2,21 - 3047: 2,22 - 3049: 4,22 - 3051: 2,23 - 3052: 2,25 - 3054: 4,26 - 3055: 4,25 - 3058: 5,28 - 3059: 5,29 - 3060: 4,29 - 3062: 2,29 - 3063: 4,29 - 3064: 5,30 - 3067: 4,30 - 3068: 2,32 - 3069: 2,31 - 3071: 3,34 - 3072: 3,34 - 3075: 6,25 - 3076: 6,25 - 3077: 6,24 - 3078: 7,23 - 3079: 9,23 - 3081: 8,23 - 3082: 7,23 3083: 5,23 - 3085: 9,25 3316: -2,10 3317: -2,10 3318: -3,9 @@ -9337,12 +9625,9 @@ entities: 3326: 1,9 3327: 0,9 3328: -3,8 - 3656: -65,54 3657: -66,55 - 3658: -65,54 3659: -64,53 3660: -63,52 - 3662: -65,55 3663: -66,54 3665: -60,50 3666: -60,50 @@ -9355,10 +9640,6 @@ entities: 3674: -60,52 3675: -60,53 3676: -62,53 - 3677: -61,54 - 3678: -61,55 - 3679: -61,55 - 3681: -65,54 3682: -65,53 3684: -61,51 3704: -59,58 @@ -9561,19 +9842,10 @@ entities: 4760: -75,19 4761: -75,22 4763: -75,20 - 4799: -78,21 - 4800: -77,21 - 4801: -77,22 - 4802: -78,22 - 4803: -77,20 - 4804: -79,19 4805: -81,20 4806: -82,20 4807: -83,19 4808: -81,18 - 4809: -79,18 - 4810: -77,19 - 4811: -77,19 4812: -86,20 4813: -86,20 4814: -86,21 @@ -9674,8 +9946,6 @@ entities: 7275: -43,1 7284: -43,66 7285: -43,66 - 8022: 12,23 - 8023: 12,22 8043: 8,-7 8044: 7,-8 8129: 18,19 @@ -9775,9 +10045,6 @@ entities: 9322: -21,46 9327: -20,34 9328: -20,34 - 9746: 2,26 - 9747: 2,26 - 9748: 3,26 9762: -37,32 9763: -38,31 9769: -58,-11 @@ -9871,16 +10138,7 @@ entities: 12582: -16,12 12583: -16,12 12584: -16,12 - 12585: -16,8 - 12586: -15,8 12587: -15,9 - 12588: -17,10 - 12589: -17,9 - 12590: -18,8 - 12613: -16,9 - 12614: -18,9 - 12615: -18,8 - 12616: -16,8 12672: -14,15 12673: -14,14 12674: -14,14 @@ -9892,12 +10150,6 @@ entities: 12680: -14,8 12681: -14,8 12682: -14,8 - 12773: 10,29 - 12774: 10,29 - 12775: 9,30 - 12778: 11,30 - 12797: -3,31 - 12798: -3,31 12862: -14,-1 12863: -14,1 12864: -14,2 @@ -10116,15 +10368,11 @@ entities: 15707: -78,41 15747: -88,44 15748: -88,43 - 15749: -89,44 15750: -88,46 15751: -85,46 15752: -87,48 15753: -91,49 - 15754: -94,49 15755: -92,48 - 15756: -94,48 - 15757: -94,49 15758: -90,50 15759: -95,50 15760: -95,49 @@ -10200,6 +10448,369 @@ entities: 16958: -63,50 16959: -64,51 16960: -64,50 + 17085: 13,64 + 17086: 17,61 + 17087: 17,63 + 17088: 10,61 + 17089: 14,61 + 17090: 14,61 + 17091: 18,61 + 17092: 13,64 + 17093: 13,64 + 17094: 10,64 + 17095: 11,64 + 17096: 12,61 + 17097: 11,61 + 17098: 17,62 + 17099: 15,61 + 17100: 15,61 + 17101: 15,61 + 17102: 15,64 + 17103: 15,65 + 17104: 16,64 + 17105: 15,64 + 17106: 15,65 + 17221: -16,13 + 17222: -17,14 + 17223: -18,15 + 17224: -18,14 + 17225: -18,13 + 17226: -18,12 + 17228: -17,10 + 17229: -17,11 + 17230: -16,13 + 17231: -16,13 + 17299: -16,13 + 17300: -17,14 + 17301: -18,15 + 17302: -18,12 + 17303: -18,11 + 17304: -17,10 + 17305: -17,10 + 17306: -16,11 + 17307: -16,11 + 17308: -18,10 + 17309: -18,13 + 17310: -18,15 + 17311: -17,15 + 17312: -16,15 + 17313: -16,15 + 17314: -18,14 + 17315: -17,14 + 17316: -17,13 + 17317: -17,12 + 17318: -18,12 + 17319: -17,10 + 17320: -16,12 + 17321: -17,14 + 17728: -4,30 + 17729: -4,31 + 17730: -4,32 + 17984: 9,37 + 17985: 10,37 + 17986: 11,36 + 17987: 12,37 + 17988: 11,37 + 17989: 6,36 + 17990: 6,37 + 17991: 6,34 + 17992: 7,34 + 17993: 7,33 + 17994: 6,33 + 17995: 9,34 + 17996: 9,34 + 17997: 11,33 + 17998: 11,31 + 17999: 10,31 + 18000: 9,32 + 18001: 6,30 + 18002: 7,30 + 18003: 9,30 + 18004: 10,30 + 18005: 11,30 + 18006: 12,30 + 18007: 12,29 + 18008: 10,29 + 18009: 9,29 + 18010: 8,29 + 18011: 6,29 + 18012: 8,30 + 18013: 7,28 + 18014: 8,28 + 18015: 10,28 + 18016: 12,28 + 18017: 12,32 + 18018: 11,32 + 18019: 11,34 + 18020: 11,34 + 18021: 11,36 + 18022: 11,37 + 18023: 12,37 + 18024: 12,35 + 18025: 12,33 + 18026: 10,32 + 18027: 10,33 + 18028: 10,35 + 18029: 10,37 + 18030: 7,36 + 18031: 6,34 + 18032: 6,33 + 18033: 7,33 + 18034: 6,36 + 18035: 6,37 + 18036: 8,37 + 18037: 8,35 + 18038: 9,35 + 18039: 9,36 + 18040: 9,33 + 18041: 9,32 + 18042: 9,31 + 18043: 9,31 + 18044: 9,31 + 18045: 3,28 + 18046: 2,28 + 18047: 3,29 + 18048: 4,29 + 18049: 4,30 + 18050: 4,31 + 18051: 4,32 + 18052: 4,34 + 18053: 2,34 + 18054: 2,33 + 18055: 2,32 + 18056: 2,30 + 18057: 2,27 + 18058: 2,26 + 18059: 2,24 + 18060: 2,23 + 18061: 3,23 + 18062: 4,24 + 18063: 3,25 + 18064: 2,25 + 18065: 3,28 + 18066: 3,31 + 18067: 3,34 + 18068: 3,32 + 18069: 3,31 + 18070: 3,30 + 18071: 3,28 + 18072: 4,24 + 18073: 0,29 + 18074: -3,29 + 18075: -5,30 + 18076: -5,32 + 18077: -5,34 + 18078: -7,33 + 18079: -7,31 + 18080: -4,31 + 18081: -2,30 + 18082: 0,30 + 18083: 0,31 + 18084: -2,31 + 18085: -3,32 + 18086: -3,33 + 18087: -6,34 + 18088: -1,33 + 18089: 0,34 + 18090: -4,29 + 18091: -5,29 + 18092: -5,30 + 18093: -5,32 + 18094: -5,33 + 18095: -5,31 + 18096: -5,31 + 18097: -5,31 + 18098: -5,33 + 18099: 0,23 + 18100: -2,23 + 18101: -2,24 + 18102: -3,24 + 18103: -4,24 + 18104: -5,24 + 18105: -5,22 + 18106: -5,21 + 18107: -5,19 + 18108: -4,19 + 18109: -2,19 + 18110: 0,19 + 18111: 0,19 + 18112: 0,21 + 18113: 0,22 + 18114: 0,23 + 18115: 0,25 + 18116: -1,26 + 18117: -4,27 + 18118: -5,25 + 18119: -3,25 + 18120: -1,25 + 18121: 0,25 + 18122: -4,23 + 18123: -5,23 + 18124: -5,24 + 18125: -2,24 + 18126: 0,24 + 18127: -1,22 + 18128: -3,23 + 18129: -3,20 + 18130: -3,21 + 18131: -2,21 + 18132: -4,21 + 18133: -4,20 + 18134: -4,21 + 18135: -4,21 + 18136: 3,19 + 18137: 2,19 + 18138: 2,20 + 18139: 4,20 + 18140: 4,19 + 18141: 3,22 + 18142: 2,22 + 18143: 2,25 + 18144: 2,26 + 18145: 4,24 + 18146: 4,23 + 18147: 4,22 + 18148: 2,22 + 18149: 2,22 + 18150: 6,24 + 18151: 7,24 + 18152: 8,22 + 18153: 11,23 + 18154: 12,23 + 18155: 12,23 + 18156: 12,22 + 18157: 11,22 + 18158: 10,24 + 18159: 10,25 + 18160: 8,25 + 18161: 7,25 + 18162: 7,26 + 18163: 9,26 + 18164: 9,25 + 18165: 8,23 + 18166: 7,23 + 18167: 7,24 + 18168: 6,25 + 18169: 6,24 + 18170: 7,22 + 18171: 11,24 + 18172: 11,25 + 18173: 12,26 + 18174: 12,24 + 18175: 12,24 + 18176: 10,30 + 18177: 8,30 + 18178: 7,30 + 18179: 10,29 + 18180: 11,29 + 18181: 12,30 + 18182: 12,30 + 18183: 7,30 + 18184: 10,34 + 18185: 10,36 + 18394: -61,54 + 18395: -61,55 + 18396: -62,55 + 18397: -62,55 + 18398: -63,55 + 18399: -64,55 + 18400: -65,55 + 18401: -65,54 + 18402: -64,54 + 18403: -64,54 + 18404: -61,54 + 18405: -61,54 + 18406: -60,53 + 18407: -60,52 + 18408: -62,52 + 18409: -62,52 + 18410: -62,51 + 18411: -64,52 + 18412: -65,53 + 18413: -66,53 + 18414: -66,54 + 18415: -66,55 + 18416: -64,55 + 18417: -62,55 + 18418: -61,54 + 18419: -63,54 + 18420: -63,54 + 18421: -63,55 + 18422: -63,55 + 18423: -63,55 + 18424: -63,55 + 18425: -63,54 + 18426: -65,54 + 18427: -65,55 + 18428: -62,55 + 18429: -60,55 + 18430: -60,53 + 18431: -58,54 + 18432: -58,55 + 18433: -59,55 + 18434: -60,55 + 18435: -60,54 + 18436: -60,53 + 18437: -60,57 + 18438: -60,57 + 18439: -58,57 + 18440: -57,57 + 18441: -56,57 + 18442: -56,57 + 18443: -57,54 + 18444: -66,63 + 18445: -66,63 + 18446: -67,63 + 18447: -68,63 + 18448: -68,64 + 18729: -48,-17 + 18730: -48,-18 + 18731: -48,-19 + 18732: -48,-20 + 18733: -49,-20 + 18734: -50,-18 + 18735: -50,-17 + 18736: -48,-15 + 18737: -48,-14 + 18738: -50,-13 + 18739: -48,-17 + 18740: -48,-17 + 18741: -48,-19 + 18742: -48,-20 + 18743: -49,-20 + 18744: -50,-19 + 18745: -50,-17 + 18746: -50,-18 + 18747: -50,-20 + 18748: -52,-13 + 18749: -50,-13 + 18750: -50,-13 + 18751: -48,-14 + 18752: -48,-13 + 18753: -48,-12 + 18754: -49,-12 + 18755: -49,-14 + 18756: -49,-14 + 18757: -48,-12 + 18758: -49,-12 + 18759: -50,-12 + 18760: -50,-12 + 18761: -50,-13 + 18762: -49,-12 + 18763: -50,-12 + 18764: -49,-12 + 18765: -48,-12 + 18766: -50,-15 + 18767: -50,-15 + 18768: -50,-15 + 18769: -50,-21 + 18770: -49,-21 + 18771: -48,-21 + 18772: -49,-21 + 18773: -49,-21 + 18774: -50,-21 + 18775: -49,-21 + 18776: -48,-21 - node: cleanable: True angle: 1.5707963267948966 rad @@ -10208,7 +10819,6 @@ entities: decals: 8795: -1,32 8796: -1,32 - 8797: -2,34 8798: -2,33 - node: cleanable: True @@ -10233,51 +10843,10 @@ entities: id: DirtMedium decals: 10056: -18,47 - 10165: -4,27 - 10166: -4,27 - 10167: -3,27 - 10168: -2,27 - 10169: -4,25 - 10170: -5,24 - 10171: -5,22 - 10172: -5,23 - 10173: -4,19 - 10174: -2,19 - 10175: -1,20 - 10176: -1,21 - 10329: 4,34 - 10384: 9,37 - 10385: 8,36 - 10386: 7,37 - 10387: 6,37 - 10388: 6,37 - 10422: 10,34 - 10423: 10,34 - 10424: 10,34 - 10463: 18,32 - 10464: 18,32 - 10465: 19,28 - 10466: 19,29 - 10467: 20,31 - 10468: 20,32 - 10469: 18,31 - 10470: 19,32 10471: 17,32 10472: 17,32 - 10478: 14,29 - 10479: 16,30 10480: 15,31 10481: 16,32 - 10482: 14,32 - 10557: 3,40 - 10558: 2,38 - 10559: 3,36 - 10577: 2,38 - 10578: 2,38 - 10579: 2,38 - 10580: 4,40 - 10581: 4,39 - 10582: 3,40 10654: -59,63 10655: -59,64 10656: -59,65 @@ -10634,15 +11203,6 @@ entities: 2038: 11,46 2039: 10,46 2040: 9,46 - 2041: 9,43 - 2042: 9,42 - 2043: 11,42 - 2044: 12,43 - 2045: 10,43 - 2046: 11,42 - 2047: 12,42 - 2048: 10,42 - 2049: 11,43 2050: 18,38 2051: 21,39 2052: 22,38 @@ -10774,77 +11334,12 @@ entities: 3150: 10,12 3151: 8,14 3152: 8,14 - 3153: 2,15 - 3154: 2,16 - 3155: -1,16 - 3156: -2,16 - 3157: 0,14 - 3158: 3,15 - 3159: 3,16 - 3160: 0,16 - 3161: 0,16 - 3162: 2,15 - 3163: 1,16 - 3164: 0,16 - 3165: -2,17 - 3166: -2,16 - 3167: -2,15 - 3168: 1,14 - 3169: 3,14 - 3170: 4,15 - 3171: 4,17 - 3172: 3,17 - 3173: 1,17 - 3174: 2,20 - 3175: 1,19 - 3176: 4,20 3178: 7,20 3179: 6,19 3180: 7,19 3181: 7,20 3182: 6,20 3183: 7,19 - 3184: 1,20 - 3185: 1,20 - 3188: 2,21 - 3189: 2,22 - 3190: 2,23 - 3191: 2,25 - 3192: 2,25 - 3193: 2,24 - 3195: 4,22 - 3196: 4,21 - 3197: 4,24 - 3200: 4,24 - 3201: 4,25 - 3205: 4,29 - 3206: 2,28 - 3207: 4,28 - 3208: 5,28 - 3209: 4,29 - 3210: 4,28 - 3212: 2,30 - 3215: 3,34 - 3216: 2,33 - 3217: 4,31 - 3218: 4,32 - 3220: 2,32 - 3221: 6,25 - 3222: 6,25 - 3223: 6,24 - 3224: 6,23 - 3225: 8,22 - 3226: 9,22 - 3227: 9,23 - 3228: 8,23 - 3230: 9,25 - 3231: 7,25 - 3232: 9,25 - 3233: 8,26 - 3234: 7,26 - 3235: 10,26 - 3236: 9,26 - 3237: 9,26 3329: -3,10 3330: -3,9 3331: -2,8 @@ -10868,7 +11363,6 @@ entities: 3875: -65,53 3876: -64,53 3877: -60,54 - 3878: -61,55 3881: -59,54 3882: -60,52 3883: -60,51 @@ -11166,18 +11660,9 @@ entities: 6901: -1,42 6902: 0,42 6903: 1,43 - 6904: 1,42 - 6905: 2,42 6906: 2,43 - 6907: 3,44 6908: 1,43 6909: 1,43 - 6910: 3,44 - 6911: 3,44 - 6912: 4,43 - 6913: 4,42 - 6914: 3,42 - 6915: 2,42 7198: -44,-11 7199: -44,-11 7200: -45,-11 @@ -11208,7 +11693,6 @@ entities: 7277: -43,1 7278: -43,1 7286: -43,66 - 8024: 12,23 8048: 7,-6 8049: 8,-6 8133: 17,17 @@ -11271,8 +11755,6 @@ entities: 8762: -57,7 8978: -54,61 8979: -54,61 - 9015: 4,27 - 9016: 2,27 9026: -66,34 9027: -66,34 9039: -74,27 @@ -11448,13 +11930,6 @@ entities: 12432: -5,4 12433: -5,4 12473: -55,31 - 12591: -16,9 - 12592: -17,10 - 12593: -16,10 - 12594: -16,9 - 12595: -17,8 - 12596: -18,8 - 12597: -16,8 12598: -16,12 12599: -18,12 12600: -17,13 @@ -11469,18 +11944,10 @@ entities: 12609: -17,12 12610: -17,15 12611: -15,9 - 12612: -15,8 12733: -75,31 12734: -75,28 12735: -75,28 12737: -75,34 - 12771: 10,29 - 12772: 10,30 - 12792: -2,31 - 12793: -2,31 - 12794: -3,30 - 12795: -3,30 - 12796: -3,32 12822: -12,-5 12823: -12,-3 12824: -12,-2 @@ -11850,6 +12317,184 @@ entities: 16952: -64,51 16953: -64,52 16954: -64,52 + 16974: 30,68 + 16975: 30,69 + 16976: 31,69 + 16977: 31,68 + 16978: 26,70 + 16979: 27,70 + 16980: 29,70 + 16981: 30,70 + 16982: 30,70 + 16983: 27,69 + 16984: 26,69 + 16985: 26,68 + 16986: 27,68 + 16987: 28,69 + 16988: 28,68 + 16989: 28,70 + 16990: 28,68 + 16991: 29,69 + 16992: 29,68 + 16993: 29,68 + 16994: 30,68 + 16995: 31,68 + 16996: 31,69 + 16997: 30,69 + 16998: 30,70 + 16999: 31,70 + 17000: 31,67 + 17001: 30,67 + 17002: 28,67 + 17077: 13,64 + 17078: 17,61 + 17079: 17,63 + 17080: 12,61 + 17081: 13,62 + 17082: 18,65 + 17083: 17,65 + 17084: 18,61 + 17122: 11,44 + 17123: 10,44 + 17124: 12,44 + 17125: 10,45 + 17126: 10,46 + 17127: 7,45 + 17128: 8,45 + 17129: 8,44 + 17130: 7,44 + 17131: 6,44 + 17132: 6,45 + 17133: 7,46 + 17134: 7,46 + 17135: 7,46 + 17136: 7,47 + 17137: 7,47 + 17138: 8,47 + 17139: 8,48 + 17140: 8,44 + 17141: 7,44 + 17142: 7,45 + 17143: 3,42 + 17144: 2,42 + 17145: 1,42 + 17146: -1,43 + 17147: -1,42 + 17148: 1,42 + 17149: 1,42 + 17150: 2,42 + 17151: 3,42 + 17152: 3,42 + 17153: 3,43 + 17154: 4,42 + 17155: 3,45 + 17156: 3,46 + 17157: 1,46 + 17158: 1,45 + 17159: -1,47 + 17160: 4,45 + 17161: 4,46 + 17162: 4,47 + 17163: 2,52 + 17164: 2,51 + 17165: 2,50 + 17166: 3,49 + 17167: 18,22 + 17168: 18,22 + 17169: 19,22 + 17170: 18,23 + 17171: 21,22 + 17172: 21,22 + 17173: 20,22 + 17174: 20,23 + 17175: 19,23 + 17176: 18,23 + 17177: 17,22 + 17178: 18,22 + 17233: -17,10 + 17235: -18,8 + 17236: -18,13 + 17237: -17,13 + 17238: -17,15 + 17239: -18,15 + 17240: -18,15 + 17241: -18,11 + 17243: -17,12 + 17244: -17,12 + 17245: -20,12 + 17246: -20,7 + 17322: -16,15 + 17323: -16,13 + 17324: -18,12 + 17325: -17,11 + 17326: -16,11 + 18449: -66,62 + 18450: -66,63 + 18451: -67,63 + 18452: -68,63 + 18453: -68,64 + 18454: -69,64 + 18455: -69,65 + 18456: -68,65 + 18457: -66,65 + 18458: -66,64 + 18459: -66,64 + 18460: -66,62 + 18461: -66,63 + 18462: -67,63 + 18463: -68,64 + 18464: -68,64 + 18465: -69,64 + 18466: -69,63 + 18467: -69,63 + 18468: -68,62 + 18469: -68,62 + 18470: -66,62 + 18471: -67,63 + 18472: -68,63 + 18473: -69,64 + 18474: -68,65 + 18475: -66,65 + 18805: -27,-17 + 18806: -27,-16 + 18807: -27,-16 + 18808: -30,-15 + 18809: -30,-16 + 18810: -30,-17 + 18811: -28,-17 + 18812: -26,-16 + 18813: -25,-16 + 18814: -25,-17 + 18815: -29,-17 + 18816: -29,-16 + 18817: -31,-16 + 18818: -30,-17 + 18819: -30,-16 + 18820: 21,-12 + 18821: 23,-12 + 18822: 24,-11 + 18823: 23,-11 + 18824: 22,-12 + 18825: 24,-12 + 18826: 23,-9 + 18827: 22,-8 + 18828: 23,-8 + 18829: 24,-8 + 18830: 20,-8 + 18831: 17,-8 + 18832: 18,-9 + 18833: 20,-9 + 18834: 19,-8 + 18835: 18,-11 + 18836: 16,-10 + 18981: 25,31 + 18982: 25,32 + 18983: 25,33 + 18984: 26,33 + 18985: 26,32 + 18986: 26,34 + 18987: 25,35 + 18988: 26,35 - node: cleanable: True angle: 3.141592653589793 rad @@ -11929,36 +12574,48 @@ entities: 2192: -21,60 2193: -13,61 2194: -13,60 + - node: + color: '#52B4E93E' + id: FullTileOverlayGreyscale + decals: + 17455: 11,32 + 17456: 12,32 + 17457: 12,33 + 17458: 11,33 + 17459: 11,34 + 17460: 11,35 + 17461: 12,35 + 17462: 12,34 + 17463: 11,36 + 17464: 11,37 + 17465: 12,37 + 17466: 12,36 + 17467: 7,33 + 17468: 6,33 + 17469: 6,34 + 17470: 7,34 + 17471: 8,34 + 17472: 8,36 + 17473: 7,36 + 17474: 6,36 + 17475: 6,37 + 17476: 7,37 + 17477: 8,28 + 17478: 10,28 + 17479: 12,28 - node: zIndex: -1 color: '#52B4E996' id: FullTileOverlayGreyscale decals: - 10214: 6,30 - 10215: 6,29 - 10216: 6,34 10526: 3,35 - node: color: '#52B4E996' id: FullTileOverlayGreyscale decals: - 6814: 1,23 - 6817: 1,29 - 6818: 1,30 6819: 1,33 - 6822: 5,25 6823: 5,24 6824: 5,19 - 12780: -3,30 - 12781: -3,31 - 12782: -3,32 - 12783: -4,31 - 12784: -2,31 - - node: - color: '#52B4E9FF' - id: FullTileOverlayGreyscale - decals: - 109: -1,28 - node: color: '#9FED5896' id: FullTileOverlayGreyscale @@ -11999,6 +12656,11 @@ entities: 14443: -50,53 14444: -50,55 14940: -71,7 + - node: + color: '#FFFFFFFF' + id: Grassa1 + decals: + 17111: 9.994043,45.94287 - node: color: '#FFFFFFFF' id: Grassa2 @@ -12085,21 +12747,25 @@ entities: 15526: -75,40 15527: -76,40 - node: - zIndex: -1 - color: '#52B4E996' + angle: 4.71238898038469 rad + color: '#52B4E953' id: HalfTileOverlayGreyscale decals: - 10322: 4,34 - 10524: 3,40 + 17559: 10,32 + 17560: 10,33 + 17561: 10,34 + 17562: 10,35 + 17563: 10,36 + 17564: 10,37 - node: - color: '#52B4E996' + color: '#52B4E96F' id: HalfTileOverlayGreyscale decals: - 2780: 3,34 - 2781: 7,26 - 2782: 8,26 - 2783: 9,26 - 8014: 11,23 + 17592: 7,29 + 17593: 8,29 + 17594: 9,29 + 17595: 10,29 + 17596: 11,29 - node: color: '#8C347F96' id: HalfTileOverlayGreyscale @@ -12146,9 +12812,6 @@ entities: 3357: -55,61 3359: -52,65 3361: -50,65 - 3463: -65,55 - 3465: -63,55 - 3467: -61,55 11550: -48,65 11551: -47,65 14932: -71,6 @@ -12180,22 +12843,29 @@ entities: 15515: -71,38 15562: -74,37 - node: - zIndex: -1 - color: '#52B4E996' + angle: 4.71238898038469 rad + color: '#52B4E953' id: HalfTileOverlayGreyscale180 decals: - 10525: 3,36 + 17553: 9,37 + 17554: 9,36 + 17555: 9,35 + 17556: 9,34 + 17557: 9,33 + 17558: 9,32 + - node: + color: '#52B4E96F' + id: HalfTileOverlayGreyscale180 + decals: + 17597: 11,30 + 17598: 10,30 + 17599: 9,30 + 17600: 8,30 + 17601: 7,30 - node: color: '#52B4E996' id: HalfTileOverlayGreyscale180 decals: - 2767: 3,19 - 2768: 2,19 - 2773: 7,22 - 2774: 8,22 - 2775: 9,22 - 8012: 10,22 - 8013: 11,22 16125: 10,59 16126: 11,59 16127: 12,59 @@ -12280,37 +12950,6 @@ entities: 15665: -80,40 15666: -80,41 15667: -80,42 - - node: - zIndex: -1 - color: '#52B4E996' - id: HalfTileOverlayGreyscale270 - decals: - 10212: 7,29 - 10213: 7,30 - 10224: 9,31 - 10226: 9,33 - 10518: 2,37 - 10519: 2,38 - 10520: 2,39 - - node: - color: '#52B4E996' - id: HalfTileOverlayGreyscale270 - decals: - 2733: 2,33 - 2734: 2,32 - 2735: 2,31 - 2736: 2,29 - 2737: 2,30 - 2738: 2,28 - 2741: 2,25 - 2742: 2,24 - 2743: 2,23 - 2744: 2,22 - 2745: 2,21 - 2746: 6,23 - 2747: 6,24 - 2748: 6,25 - 9744: 2,26 - node: color: '#9FED5896' id: HalfTileOverlayGreyscale270 @@ -12351,6 +12990,16 @@ entities: 11989: -65,31 11990: -65,32 15080: -73,16 + - node: + color: '#FA750082' + id: HalfTileOverlayGreyscale270 + decals: + 17684: -2,22 + 17685: -2,23 + 17686: -2,24 + 17687: -2,21 + 17688: -2,20 + 17697: -2,19 - node: color: '#334E6DC8' id: HalfTileOverlayGreyscale90 @@ -12368,36 +13017,6 @@ entities: 15660: -78,40 15661: -78,41 15662: -78,42 - - node: - zIndex: -1 - color: '#52B4E996' - id: HalfTileOverlayGreyscale90 - decals: - 10204: 12,30 - 10205: 12,29 - 10241: 10,34 - 10242: 10,33 - 10244: 10,31 - 10521: 4,37 - 10522: 4,38 - 10523: 4,39 - - node: - color: '#52B4E996' - id: HalfTileOverlayGreyscale90 - decals: - 2618: 10,25 - 2753: 10,25 - 2754: 10,24 - 2756: 4,32 - 2757: 5,30 - 2758: 5,29 - 2760: 4,26 - 2761: 4,25 - 2762: 4,23 - 2763: 4,24 - 2764: 4,22 - 2765: 4,21 - 2766: 4,20 - node: color: '#9FED5896' id: HalfTileOverlayGreyscale90 @@ -12452,6 +13071,16 @@ entities: 12196: -62,32 12197: -62,33 15079: -75,16 + - node: + color: '#FA750082' + id: HalfTileOverlayGreyscale90 + decals: + 17691: -3,19 + 17692: -3,20 + 17693: -3,21 + 17694: -3,22 + 17695: -3,23 + 17696: -3,24 - node: color: '#FA750096' id: HalfTileOverlayGreyscale90 @@ -12459,12 +13088,6 @@ entities: 16131: 18,57 16132: 18,58 16133: 18,59 - - node: - angle: -3.141592653589793 rad - color: '#FFFFFFFF' - id: LoadingArea - decals: - 15052: -98,20 - node: zIndex: -1 angle: -1.5707963267948966 rad @@ -12482,7 +13105,10 @@ entities: color: '#FFFFFFFF' id: LoadingArea decals: - 15051: -98,30 + 18933: -94,32 + 18934: -97,32 + 18935: -99,32 + 18936: -102,32 - node: zIndex: -1 angle: 1.5707963267948966 rad @@ -12495,7 +13121,10 @@ entities: color: '#FFFFFFFF' id: LoadingArea decals: - 15239: -103,25 + 18937: -105,21 + 18938: -105,24 + 18939: -105,26 + 18940: -105,29 - node: angle: 3.141592653589793 rad color: '#FFFFFFFF' @@ -12503,6 +13132,58 @@ entities: decals: 2571: -40,-11 2572: -40,-7 + 18941: -102,18 + 18942: -99,18 + 18943: -97,18 + 18944: -94,18 + - node: + angle: 4.71238898038469 rad + color: '#FFFFFFFF' + id: LoadingArea + decals: + 18945: -91,29 + 18946: -91,26 + 18947: -91,24 + 18948: -91,21 + - node: + color: '#52B4E93E' + id: MarkupSquare + decals: + 17437: -4,30 + 17438: -4,31 + 17439: -4,32 + 17440: -4,33 + 17441: -3,30 + 17442: -2,30 + 17443: -1,30 + 17444: 3,23 + 17445: 3,24 + 17446: 3,25 + 17447: 3,26 + 17448: 3,27 + 17449: 3,28 + 17450: 3,29 + 17451: 3,30 + 17454: 3,33 + - node: + color: '#52B4E947' + id: MarkupSquare + decals: + 17508: 3,31 + 17509: 3,32 + - node: + color: '#52B4E96F' + id: MiniTileCheckerAOverlay + decals: + 17583: 18,32 + 17584: 19,32 + 17585: 20,32 + 17586: 20,31 + 17587: 19,31 + 17588: 18,31 + 17589: 18,30 + 17590: 19,30 + 17591: 20,30 - node: cleanable: True color: '#FFFFFFFF' @@ -12522,6 +13203,56 @@ entities: decals: 13226: -10,-18 13227: -9,-18 + - node: + color: '#52B4E92E' + id: MiniTileOverlay + decals: + 17565: 15,29 + 17566: 14,29 + 17570: 16,29 + 17571: 14,28 + 17572: 15,28 + 17573: 16,28 + - node: + color: '#52B4E9AB' + id: MiniTileSteelCornerNe + decals: + 17576: 16,32 + - node: + color: '#52B4E9AB' + id: MiniTileSteelCornerNw + decals: + 17575: 14,32 + - node: + color: '#52B4E9AB' + id: MiniTileSteelCornerSe + decals: + 17577: 16,30 + - node: + color: '#52B4E9AB' + id: MiniTileSteelCornerSw + decals: + 17578: 14,30 + - node: + color: '#52B4E9AB' + id: MiniTileSteelLineE + decals: + 17582: 16,31 + - node: + color: '#52B4E9AB' + id: MiniTileSteelLineN + decals: + 17581: 15,32 + - node: + color: '#52B4E9AB' + id: MiniTileSteelLineS + decals: + 17579: 15,30 + - node: + color: '#52B4E9AB' + id: MiniTileSteelLineW + decals: + 17580: 14,31 - node: color: '#A46106FF' id: MiniTileWhiteBox @@ -12532,7 +13263,9 @@ entities: color: '#52B4E9FF' id: MiniTileWhiteCornerNe decals: - 89: 0,34 + 17353: 0,34 + 17354: 0,31 + 17355: -3,34 - node: color: '#A46106FF' id: MiniTileWhiteCornerNe @@ -12547,17 +13280,11 @@ entities: id: MiniTileWhiteCornerNe decals: 8444: -28,-11 - - node: - zIndex: -1 - color: '#FA7500E5' - id: MiniTileWhiteCornerNe - decals: - 10065: -1,26 - node: color: '#52B4E9FF' id: MiniTileWhiteCornerNw decals: - 103: -5,34 + 17347: -5,34 - node: color: '#A46106FF' id: MiniTileWhiteCornerNw @@ -12576,23 +13303,12 @@ entities: id: MiniTileWhiteCornerNw decals: 157: -11,30 - - node: - zIndex: -1 - color: '#FA7500E5' - id: MiniTileWhiteCornerNw - decals: - 10062: -4,26 - node: cleanable: True color: '#FFFFFFFF' id: MiniTileWhiteCornerNw decals: 13167: -5,-18 - - node: - color: '#52B4E9FF' - id: MiniTileWhiteCornerSe - decals: - 90: 0,29 - node: color: '#A46106FF' id: MiniTileWhiteCornerSe @@ -12605,18 +13321,11 @@ entities: id: MiniTileWhiteCornerSe decals: 8445: -28,-13 - - node: - zIndex: -1 - color: '#FA7500E5' - id: MiniTileWhiteCornerSe - decals: - 10068: -2,20 - 10069: -1,23 - node: color: '#52B4E9FF' id: MiniTileWhiteCornerSw decals: - 104: -5,29 + 17346: -5,29 - node: color: '#A46106FF' id: MiniTileWhiteCornerSw @@ -12630,34 +13339,16 @@ entities: id: MiniTileWhiteCornerSw decals: 8446: -30,-13 - - node: - zIndex: -1 - color: '#FA7500E5' - id: MiniTileWhiteCornerSw - decals: - 10073: -4,20 - - node: - color: '#52B4E996' - id: MiniTileWhiteInnerNe - decals: - 158: -7,30 - node: color: '#52B4E9FF' id: MiniTileWhiteInnerNe decals: - 88: -7,30 - 159: -7,30 + 17360: -3,31 - node: color: '#52B4E9FF' id: MiniTileWhiteInnerSe decals: - 87: -7,34 - - node: - zIndex: -1 - color: '#FA7500E5' - id: MiniTileWhiteInnerSe - decals: - 10079: -2,23 + 17344: -7,34 - node: color: '#A46106FF' id: MiniTileWhiteInnerSw @@ -12667,13 +13358,10 @@ entities: color: '#52B4E9FF' id: MiniTileWhiteLineE decals: - 84: -7,31 - 85: -7,32 - 86: -7,33 - 95: 0,30 - 96: 0,31 97: 0,32 - 98: 0,33 + 17343: -7,32 + 17356: -3,32 + 17357: -3,33 - node: color: '#A46106FF' id: MiniTileWhiteLineE @@ -12700,23 +13388,16 @@ entities: id: MiniTileWhiteLineE decals: 8448: -28,-12 - - node: - zIndex: -1 - color: '#FA7500E5' - id: MiniTileWhiteLineE - decals: - 10066: -1,25 - 10067: -1,24 - 10070: -2,21 - 10071: -2,22 - node: color: '#52B4E9FF' id: MiniTileWhiteLineN decals: - 99: -1,34 - 100: -2,34 - 101: -3,34 - 102: -4,34 + 17348: -4,34 + 17349: -3,34 + 17350: -2,34 + 17351: -1,34 + 17358: -1,31 + 17359: -2,31 - node: color: '#A46106FF' id: MiniTileWhiteLineN @@ -12750,14 +13431,6 @@ entities: id: MiniTileWhiteLineN decals: 153: -10,30 - 156: -7,30 - - node: - zIndex: -1 - color: '#FA7500E5' - id: MiniTileWhiteLineN - decals: - 10063: -3,26 - 10064: -2,26 - node: cleanable: True color: '#FFFFFFFF' @@ -12769,10 +13442,13 @@ entities: color: '#52B4E9FF' id: MiniTileWhiteLineS decals: - 91: -1,29 - 92: -3,29 - 93: -2,29 - 94: -4,29 + 17339: -4,29 + 17340: -3,29 + 17341: -2,29 + 17342: -1,29 + 17362: 0,32 + 17363: -1,32 + 17364: -2,32 - node: color: '#A46106FF' id: MiniTileWhiteLineS @@ -12797,20 +13473,15 @@ entities: id: MiniTileWhiteLineS decals: 8449: -29,-13 - - node: - zIndex: -1 - color: '#FA7500E5' - id: MiniTileWhiteLineS - decals: - 10072: -3,20 - node: color: '#52B4E9FF' id: MiniTileWhiteLineW decals: - 105: -5,30 - 106: -5,31 - 107: -5,32 - 108: -5,33 + 17337: -5,32 + 17338: -5,30 + 17365: -2,32 + 17366: -2,33 + 17367: -2,34 - node: color: '#A46106FF' id: MiniTileWhiteLineW @@ -12842,16 +13513,6 @@ entities: 150: -11,27 151: -11,28 152: -11,29 - - node: - zIndex: -1 - color: '#FA7500E5' - id: MiniTileWhiteLineW - decals: - 10074: -4,21 - 10075: -4,22 - 10076: -4,23 - 10077: -4,24 - 10078: -4,25 - node: cleanable: True color: '#FFFFFFFF' @@ -12874,11 +13535,6 @@ entities: 15540: -76,38 15541: -75,38 15542: -74,38 - - node: - color: '#52B4E996' - id: QuarterTileOverlayGreyscale - decals: - 2800: 2,20 - node: color: '#8C347F96' id: QuarterTileOverlayGreyscale @@ -12932,18 +13588,8 @@ entities: color: '#D4D4D496' id: QuarterTileOverlayGreyscale decals: - 12531: -18,10 - 12532: -17,10 - 12533: -16,10 12534: -15,10 12535: -15,9 - 12536: -16,9 - 12537: -17,9 - 12538: -18,9 - 12539: -18,8 - 12540: -17,8 - 12541: -16,8 - 12542: -15,8 12650: -14,15 12651: -14,14 12652: -14,13 @@ -13048,25 +13694,6 @@ entities: 15833: -77,32 15841: -80,30 15842: -80,31 - - node: - zIndex: -1 - color: '#FA7500E5' - id: QuarterTileOverlayGreyscale - decals: - 10080: -5,27 - 10081: -4,27 - 10082: -3,27 - 10083: -2,27 - 10084: -1,27 - 10085: 0,27 - 10100: -5,19 - 10101: -5,20 - 10102: -5,21 - 10103: -5,22 - 10104: -5,23 - 10105: -5,24 - 10106: -5,25 - 10107: -5,26 - node: color: '#334E6DC8' id: QuarterTileOverlayGreyscale180 @@ -13098,17 +13725,6 @@ entities: decals: 15518: -73,38 15563: -74,38 - - node: - zIndex: -1 - color: '#52B4E996' - id: QuarterTileOverlayGreyscale180 - decals: - 10323: 4,33 - - node: - color: '#52B4E996' - id: QuarterTileOverlayGreyscale180 - decals: - 2799: 4,28 - node: color: '#A46106FF' id: QuarterTileOverlayGreyscale180 @@ -13173,17 +13789,7 @@ entities: color: '#D4D4D496' id: QuarterTileOverlayGreyscale180 decals: - 12543: -18,8 - 12544: -17,8 - 12545: -16,8 - 12546: -15,8 12547: -15,9 - 12548: -16,9 - 12549: -17,9 - 12550: -18,9 - 12551: -18,10 - 12552: -17,10 - 12553: -16,10 12554: -15,10 14110: 8,-11 14111: 8,-12 @@ -13256,25 +13862,6 @@ entities: 15159: -88,36 15309: -70,35 15324: -77,35 - - node: - zIndex: -1 - color: '#FA7500E5' - id: QuarterTileOverlayGreyscale180 - decals: - 10086: 0,27 - 10087: 0,26 - 10088: 0,25 - 10089: 0,24 - 10090: 0,23 - 10091: 0,22 - 10092: -1,22 - 10093: -1,21 - 10094: -1,20 - 10095: -1,19 - 10096: -2,19 - 10097: -3,19 - 10098: -4,19 - 10099: -5,19 - node: zIndex: -1 color: '#334E6DC8' @@ -13459,12 +14046,6 @@ entities: 15835: -79,32 15836: -78,32 15837: -77,32 - - node: - color: '#52B4E996' - id: QuarterTileOverlayGreyscale90 - decals: - 2798: 4,31 - 8011: 10,23 - node: color: '#8C347F96' id: QuarterTileOverlayGreyscale90 @@ -13543,6 +14124,7 @@ entities: decals: 11864: 8,51 16420: 23,46 + 17046: 30,69 - node: color: '#FFFFFFFF' id: Rust @@ -13595,23 +14177,21 @@ entities: id: StandClear decals: 9116: -19,47 + 17040: 24,68 - node: - zIndex: -1 - color: '#52B4E996' - id: ThreeQuarterTileOverlayGreyscale + angle: 1.5707963267948966 rad + color: '#52B4E9BA' + id: StandClearGreyscale decals: - 10217: 7,31 - 10222: 11,31 - 10229: 7,35 - 10239: 9,35 - 10515: 2,40 + 17520: 2,29 + 17521: 2,30 - node: - color: '#52B4E996' - id: ThreeQuarterTileOverlayGreyscale + angle: 4.71238898038469 rad + color: '#52B4E9BA' + id: StandClearGreyscale decals: - 2784: 2,34 - 2786: 1,20 - 2787: 6,26 + 17522: 0,29 + 17523: 0,30 - node: color: '#9FED5896' id: ThreeQuarterTileOverlayGreyscale @@ -13638,24 +14218,6 @@ entities: decals: 15519: -70,38 15561: -73,37 - - node: - zIndex: -1 - color: '#52B4E996' - id: ThreeQuarterTileOverlayGreyscale180 - decals: - 10206: 12,28 - 10219: 8,28 - 10227: 8,33 - 10256: 10,28 - 10320: 5,33 - 10517: 4,36 - - node: - color: '#52B4E996' - id: ThreeQuarterTileOverlayGreyscale180 - decals: - 2789: 4,19 - 2790: 5,28 - 8010: 12,22 - node: color: '#D381C996' id: ThreeQuarterTileOverlayGreyscale180 @@ -13678,22 +14240,6 @@ entities: 4235: -80,22 12192: -62,30 15077: -75,17 - - node: - zIndex: -1 - color: '#52B4E996' - id: ThreeQuarterTileOverlayGreyscale270 - decals: - 10211: 7,28 - 10218: 11,28 - 10228: 7,33 - 10255: 9,28 - 10516: 2,36 - - node: - color: '#52B4E996' - id: ThreeQuarterTileOverlayGreyscale270 - decals: - 2796: 1,19 - 2797: 6,22 - node: color: '#D381C996' id: ThreeQuarterTileOverlayGreyscale270 @@ -13721,24 +14267,6 @@ entities: id: ThreeQuarterTileOverlayGreyscale90 decals: 15521: -70,40 - - node: - zIndex: -1 - color: '#52B4E996' - id: ThreeQuarterTileOverlayGreyscale90 - decals: - 10203: 12,31 - 10223: 8,31 - 10230: 8,35 - 10240: 10,35 - 10321: 5,34 - 10514: 4,40 - - node: - color: '#52B4E996' - id: ThreeQuarterTileOverlayGreyscale90 - decals: - 2791: 5,31 - 2794: 10,26 - 8009: 12,23 - node: color: '#9FED5896' id: ThreeQuarterTileOverlayGreyscale90 @@ -13767,29 +14295,11 @@ entities: decals: 16426: 10.465274,45.003647 - node: - zIndex: -1 - color: '#52B4E996' - id: WarnCornerGreyscaleNE - decals: - 10501: 1,40 - - node: - zIndex: -1 - color: '#52B4E996' - id: WarnCornerGreyscaleNW - decals: - 10498: -1,40 - - node: - zIndex: -1 - color: '#52B4E996' - id: WarnCornerGreyscaleSE - decals: - 10500: 1,36 - - node: - zIndex: -1 - color: '#52B4E996' - id: WarnCornerGreyscaleSW + color: '#FFFFFFFF' + id: WarnBox decals: - 10499: -1,36 + 17041: 30,70 + 18932: -98,25 - node: color: '#D381C996' id: WarnCornerGreyscaleSW @@ -13799,7 +14309,6 @@ entities: color: '#FFFFFFFF' id: WarnCornerNE decals: - 2358: 12,43 2671: 7,20 11001: -43,64 16740: -84,67 @@ -13807,14 +14316,12 @@ entities: color: '#FFFFFFFF' id: WarnCornerNW decals: - 2357: 9,43 2670: 6,20 16741: -78,67 - node: color: '#FFFFFFFF' id: WarnCornerSE decals: - 2356: 12,42 2672: 7,19 11000: -43,62 16742: -84,65 @@ -13822,16 +14329,9 @@ entities: color: '#FFFFFFFF' id: WarnCornerSW decals: - 2359: 9,42 2673: 6,19 5942: -23,54 16743: -78,65 - - node: - zIndex: -1 - color: '#52B4E996' - id: WarnCornerSmallGreyscaleNE - decals: - 10627: 9,36 - node: zIndex: -1 color: '#FFFFFFFF' @@ -13842,7 +14342,6 @@ entities: color: '#FFFFFFFF' id: WarnCornerSmallNE decals: - 2361: 9,40 4139: -86,23 9128: -23,45 9136: -21,45 @@ -13864,7 +14363,6 @@ entities: color: '#FFFFFFFF' id: WarnCornerSmallNW decals: - 2360: 11,40 4138: -81,23 9129: -21,45 11006: -43,62 @@ -13888,7 +14386,6 @@ entities: 13036: -13,-35 13185: -13,-30 15169: -85,37 - 15266: -82,48 - node: zIndex: -1 color: '#FFFFFFFF' @@ -13929,20 +14426,6 @@ entities: 16764: -77,59 16765: -78,53 16766: -77,53 - - node: - zIndex: -1 - color: '#52B4E996' - id: WarnFullGreyscale - decals: - 10257: 10,37 - 10258: 12,37 - 10259: 11,37 - - node: - zIndex: -1 - color: '#FFFFFFFF' - id: WarnLineE - decals: - 10434: 10,32 - node: color: '#FFFFFFFF' id: WarnLineE @@ -13957,7 +14440,6 @@ entities: 8630: -16,34 8631: -12,26 8634: -12,7 - 9009: 4,27 9032: -74,27 9042: -74,23 9062: 11,3 @@ -13991,21 +14473,37 @@ entities: 15165: -85,35 15166: -85,36 15213: -78,44 - 15263: -82,47 - 15264: -82,46 - 15265: -82,45 15428: -75,44 15429: -75,46 16744: -84,66 + 18956: -88,16 + 18957: -88,17 + 18958: -88,18 + - node: + color: '#43990996' + id: WarnLineGreyscaleE + decals: + 17401: 4,19 + - node: + color: '#52B4E960' + id: WarnLineGreyscaleE + decals: + 17515: 0,33 - node: - zIndex: -1 color: '#52B4E996' id: WarnLineGreyscaleE decals: - 10503: 1,37 - 10504: 1,38 - 10505: 1,39 - 10626: 9,37 + 17410: 4,24 + 17411: 4,25 + 17412: -7,31 + 17413: -7,33 + 17418: 0,29 + 17419: 0,30 + 17420: 4,29 + 17421: 4,30 + 17425: 4,40 + 17432: 12,29 + 17435: 12,23 - node: cleanable: True color: '#79150096' @@ -14022,14 +14520,32 @@ entities: 14552: -16,-5 14575: -19,-16 - node: - zIndex: -1 + color: '#FA750096' + id: WarnLineGreyscaleE + decals: + 17725: -7,27 + 17726: -7,26 + 17727: -7,27 + - node: + color: '#FA7500A4' + id: WarnLineGreyscaleE + decals: + 17701: 0,26 + 17702: 0,27 + 17703: 0,23 + 17706: -7,26 + - node: color: '#52B4E996' id: WarnLineGreyscaleN decals: - 10292: 12,36 - 10293: 11,36 - 10294: 10,36 - 10509: 0,40 + 17402: 3,17 + 17407: 4,20 + 17408: 3,20 + 17409: 2,20 + 17424: 3,40 + 17426: 3,34 + 17430: 9,30 + 17431: 10,30 - node: cleanable: True color: '#79150096' @@ -14048,11 +14564,16 @@ entities: 14092: -20,-19 14588: -9,-11 - node: - zIndex: -1 color: '#52B4E996' id: WarnLineGreyscaleS decals: - 10502: 0,36 + 17404: 4,22 + 17405: 3,22 + 17406: 2,22 + 17427: 3,36 + 17428: 9,32 + 17429: 10,32 + 17436: 3,19 - node: cleanable: True color: '#79150096' @@ -14077,13 +14598,27 @@ entities: 16592: -14,-21 16593: -12,-21 - node: - zIndex: -1 + color: '#52B4E960' + id: WarnLineGreyscaleW + decals: + 17510: 3,31 + 17511: 3,32 + 17512: 3,31 + 17513: 3,32 + 17514: 2,33 + - node: color: '#52B4E996' id: WarnLineGreyscaleW decals: - 10506: -1,37 - 10507: -1,38 - 10508: -1,39 + 17403: -2,16 + 17414: -5,31 + 17415: -5,33 + 17416: 2,29 + 17417: 2,30 + 17422: 6,29 + 17423: 6,30 + 17433: 6,24 + 17434: 6,25 - node: cleanable: True color: '#79150096' @@ -14100,6 +14635,15 @@ entities: 12882: -18,-6 13101: -19,-3 13513: -10,-12 + - node: + color: '#FA7500A4' + id: WarnLineGreyscaleW + decals: + 17698: 2,23 + 17699: 2,26 + 17700: 2,27 + 17704: -5,26 + 17705: -5,27 - node: zIndex: -1 color: '#FFFFFFFF' @@ -14111,8 +14655,6 @@ entities: color: '#FFFFFFFF' id: WarnLineN decals: - 2351: 11,42 - 2352: 10,42 2664: 6,14 2665: 7,14 2666: 8,14 @@ -14163,25 +14705,13 @@ entities: 15142: -89,37 15143: -88,37 15174: -84,37 - 15259: -78,48 - 15260: -79,48 - 15261: -80,48 - 15262: -81,48 15271: -86,32 15272: -85,32 15273: -84,32 15274: -83,32 15275: -82,32 15406: -90,45 - 15407: -89,45 15408: -88,45 - 15436: -80,48 - - node: - zIndex: -1 - color: '#FFFFFFFF' - id: WarnLineS - decals: - 10433: 9,32 - node: color: '#FFFFFFFF' id: WarnLineS @@ -14199,7 +14729,6 @@ entities: 8629: -18,34 8632: -14,26 8633: -14,7 - 9008: 2,27 9033: -75,27 9041: -75,23 9061: 10,3 @@ -14243,6 +14772,10 @@ entities: 15430: -76,44 15431: -76,46 16745: -78,66 + 18959: -86,16 + 18960: -86,17 + 18961: -86,18 + 18962: -86,20 - node: zIndex: -1 color: '#FFFFFFFF' @@ -14254,9 +14787,6 @@ entities: color: '#FFFFFFFF' id: WarnLineW decals: - 2353: 10,40 - 2354: 10,43 - 2355: 11,43 4127: -84,23 4128: -83,23 4129: -82,23 @@ -14478,7 +15008,7 @@ entities: color: '#FFFFFFFF' id: body decals: - 2612: 2.8074994,42.80365 + 17107: 19,54 - node: cleanable: True color: '#B700003B' @@ -14605,17 +15135,35 @@ entities: 16454: 20.02145,58.865425 16455: 19.822376,58.490166 16456: 19.7946,59.829063 + - node: + cleanable: True + color: '#FFFFFFFF' + id: corgi + decals: + 17108: 13,64 - node: color: '#790906FF' id: cyka decals: 7316: 19,38 7317: -25,-14 + - node: + cleanable: True + color: '#8D1C9996' + id: cyka + decals: + 17112: 11.06696,45.963715 - node: color: '#B02E26FF' id: cyka decals: 7315: 19,38 + - node: + cleanable: True + color: '#EFB34196' + id: disk + decals: + 17110: 11,44 - node: cleanable: True angle: -3.141592653589793 rad @@ -15021,12 +15569,25 @@ entities: id: pawprint decals: 16461: 19.674099,60.210335 + - node: + cleanable: True + color: '#79150096' + id: revolution + decals: + 17044: 16.98601,62.93026 + 17045: 19.025354,53.01065 - node: cleanable: True color: '#AB7F66E2' id: revolution decals: 16421: 16.98503,57.986816 + - node: + cleanable: True + color: '#79150096' + id: rune5 + decals: + 17042: 29.991905,68.85821 - node: cleanable: True color: '#D381C996' @@ -15046,6 +15607,11 @@ entities: 16430: 19.872835,59.96614 16431: 19.94228,59.6789 16432: 20.011724,60.091225 + - node: + color: '#FFFFFFFF' + id: skull + decals: + 18777: -25.979593,-14.025736 - node: cleanable: True angle: -3.141592653589793 rad @@ -15091,56 +15657,13 @@ entities: 11875: 11.803743,45.409622 11876: 9.074576,45.034363 11877: 9.647492,45.347076 - - node: - cleanable: True - color: '#95171044' - id: splatter - decals: - 8165: 18.924221,29.977177 - 8166: 18.382555,30.154383 - 8167: 19.309639,30.164806 - - node: - cleanable: True - angle: 1.5707963267948966 rad - color: '#95171044' - id: splatter - decals: - 8168: 18.622139,30.070992 - 8169: 19.049221,29.42471 - - node: - cleanable: True - angle: 3.141592653589793 rad - color: '#95171044' - id: splatter - decals: - 8170: 18.455471,29.132841 - 8171: 19.517971,30.529644 - node: cleanable: True angle: 4.71238898038469 rad color: '#95171044' id: splatter decals: - 8172: 19.339268,29.143265 - 8173: 18.589268,30.717276 8174: 18.31535,17.746252 - - node: - cleanable: True - color: '#95171076' - id: splatter - decals: - 8162: 18.622139,29.71658 - 8163: 19.257555,29.758274 - 8164: 18.872139,30.310741 - - node: - cleanable: True - color: '#A40000FF' - id: splatter - decals: - 2608: 1.6512494,42.225525 - 2609: 3.7762494,43.506775 - 2610: 2.3387494,43.413025 - 2611: 3.9168744,42.038025 - node: cleanable: True angle: -3.141592653589793 rad @@ -15179,6 +15702,72 @@ entities: decals: 16427: 19.88972,60.473984 16428: 20.162868,60.668564 + - node: + cleanable: True + color: '#79150096' + id: star + decals: + 17043: 24.002321,69.00414 + - node: + color: '#FFFFFFFF' + id: syndlogo1 + decals: + 16969: 26,70 + - node: + color: '#FFFFFFFF' + id: syndlogo10 + decals: + 16970: 27,68 + - node: + color: '#FFFFFFFF' + id: syndlogo11 + decals: + 16972: 28,68 + - node: + color: '#FFFFFFFF' + id: syndlogo12 + decals: + 16973: 29,68 + - node: + color: '#FFFFFFFF' + id: syndlogo2 + decals: + 16968: 27,70 + - node: + color: '#FFFFFFFF' + id: syndlogo3 + decals: + 16967: 28,70 + - node: + color: '#FFFFFFFF' + id: syndlogo4 + decals: + 16966: 29,70 + - node: + color: '#FFFFFFFF' + id: syndlogo5 + decals: + 16965: 26,69 + - node: + color: '#FFFFFFFF' + id: syndlogo6 + decals: + 16963: 27,69 + - node: + color: '#FFFFFFFF' + id: syndlogo7 + decals: + 16962: 28,69 + - node: + color: '#FFFFFFFF' + id: syndlogo8 + decals: + 16964: 29,69 + - node: + color: '#FFFFFFFF' + id: syndlogo9 + decals: + 16971: 26,68 - node: cleanable: True angle: -3.141592653589793 rad @@ -15270,15 +15859,19 @@ entities: -4,1: 0: 53247 -5,1: - 0: 40959 + 0: 8191 -4,2: - 0: 53247 + 0: 52431 + 2: 4352 -5,2: - 0: 7645 + 0: 4445 + 2: 52224 -4,3: - 0: 65535 + 2: 4369 + 0: 52428 -5,3: - 0: 40415 + 2: 52428 + 0: 4369 -4,4: 0: 56540 -3,1: @@ -15296,7 +15889,7 @@ entities: -2,3: 0: 57309 -2,4: - 0: 46076 + 0: 45820 -1,1: 0: 36863 -1,3: @@ -15304,13 +15897,13 @@ entities: -1,2: 0: 3822 -1,4: - 0: 61919 + 0: 61663 0,0: 1: 868 0,1: 0: 16383 0,2: - 0: 35771 + 0: 43963 0,3: 0: 65295 0,-5: @@ -15357,17 +15950,17 @@ entities: 4,-3: 0: 53725 4,-2: - 0: 65421 + 0: 57229 4,-1: 0: 49080 0,4: - 0: 59647 + 0: 55551 1,1: 0: 4095 1,2: - 0: 53759 + 0: 49663 1,3: - 0: 56781 + 0: 56783 1,4: 0: 61661 2,1: @@ -15385,7 +15978,7 @@ entities: 3,3: 0: 30310 3,4: - 0: 26214 + 0: 18022 4,0: 0: 15291 4,1: @@ -15418,31 +16011,36 @@ entities: -3,-9: 0: 56829 -2,-8: - 0: 17 + 0: 2193 -2,-7: 1: 2432 -2,-6: 0: 65262 -2,-9: - 0: 4377 + 0: 6417 + -1,-8: + 0: 36608 + 1: 8224 -1,-7: - 1: 16395 + 1: 3 + 0: 2184 -1,-6: 0: 32625 - -1,-8: - 1: 57344 + -1,-9: + 0: 16384 0,-8: - 1: 61440 + 0: 13056 + 1: 34952 0,-7: - 0: 62208 - 1: 4 + 0: 53555 + 1: 8 0,-6: 0: 53727 1,-8: - 1: 4096 + 1: 4369 1,-7: - 0: 4096 1: 35999 + 0: 4096 1,-6: 0: 17 1: 26824 @@ -15456,11 +16054,9 @@ entities: 4,-5: 1: 58106 -8,-4: - 0: 53505 - 1: 12 + 0: 53709 -8,-5: - 0: 4096 - 1: 19456 + 0: 53248 -9,-4: 0: 65451 -8,-3: @@ -15468,30 +16064,30 @@ entities: -9,-3: 0: 65535 -8,-2: - 0: 52733 + 0: 51709 -9,-2: 0: 4095 -8,-1: - 0: 52701 + 0: 51677 -9,-1: 0: 36606 -8,0: 0: 40413 -7,-4: - 1: 15 - 0: 56320 + 0: 56351 -7,-3: 0: 63709 -7,-2: 0: 46015 + -7,-5: + 0: 61440 + 1: 136 -7,-1: 0: 28202 -7,0: 0: 11886 - -7,-5: - 1: 36744 -6,-3: - 0: 28753 + 0: 29777 -6,-2: 0: 29783 -6,-1: @@ -15502,7 +16098,7 @@ entities: 0: 3533 -6,-5: 0: 49356 - 1: 257 + 1: 1 -9,0: 0: 65279 -8,1: @@ -15518,7 +16114,7 @@ entities: -9,3: 0: 57582 -8,4: - 0: 15291 + 0: 10923 -7,1: 0: 4095 -7,2: @@ -15532,18 +16128,17 @@ entities: -6,2: 0: 48051 -6,3: - 0: 47551 + 0: 14783 -6,4: - 0: 35775 + 0: 33727 -5,4: - 0: 62451 + 0: 61937 5,-4: 1: 255 5,-3: - 0: 53248 - 1: 142 + 0: 55534 5,-2: - 0: 56653 + 0: 65293 5,-1: 0: 48056 5,-5: @@ -15553,12 +16148,12 @@ entities: 6,-4: 1: 255 6,-3: - 1: 15 - 0: 45056 + 0: 45073 + 1: 12 6,-2: 0: 65307 6,-1: - 0: 56785 + 0: 56784 6,-5: 1: 61695 7,-4: @@ -15567,16 +16162,21 @@ entities: 1: 32983 0: 12544 7,-2: - 0: 13075 + 0: 48915 7,-1: - 0: 13104 - 1: 8 + 0: 15344 7,-5: 1: 21847 8,-3: 1: 4368 + 8,-2: + 0: 57088 + 1: 1 8,-1: - 1: 4369 + 0: 4088 + 7,0: + 1: 34952 + 0: 13104 4,4: 0: 61166 5,1: @@ -15597,9 +16197,6 @@ entities: 0: 61166 6,4: 0: 65535 - 7,0: - 0: 13104 - 1: 34952 7,1: 0: 4368 1: 1224 @@ -15645,26 +16242,26 @@ entities: 4,7: 0: 56797 3,7: - 0: 56829 + 0: 52733 4,8: - 0: 65295 + 0: 65423 5,5: 0: 57100 5,6: - 0: 53244 + 0: 36860 5,7: 0: 56797 5,8: - 0: 65485 + 0: 65229 + 6,7: + 0: 28910 + 1: 3584 6,5: 0: 58606 6,6: 0: 61166 - 6,7: - 0: 238 - 1: 19968 6,8: - 1: 25678 + 0: 57958 7,5: 0: 4113 1: 50244 @@ -15673,9 +16270,9 @@ entities: 1: 19524 7,7: 0: 17 - 1: 12100 + 1: 61252 7,8: - 1: 15 + 1: 65535 8,4: 0: 257 8,5: @@ -15683,21 +16280,21 @@ entities: 8,6: 1: 4369 8,7: - 1: 4369 + 1: 13073 8,8: - 1: 1 + 1: 65343 0,5: - 0: 64974 + 0: 64989 -1,5: 0: 65535 0,6: - 0: 57341 + 0: 65501 -1,6: 0: 65535 0,7: 0: 57340 -1,7: - 0: 65528 + 0: 65520 0,8: 0: 36349 1,5: @@ -15705,19 +16302,19 @@ entities: 1,6: 0: 7679 1,7: - 0: 49147 + 0: 57333 1,8: - 0: 36785 + 0: 3537 2,5: 0: 65294 2,6: 0: 4095 2,7: - 0: 65535 + 0: 28661 2,8: - 0: 65526 + 0: 61422 3,8: - 0: 64796 + 0: 56605 -4,5: 0: 56783 -5,5: @@ -15729,11 +16326,11 @@ entities: -4,7: 0: 64733 -5,7: - 0: 61693 + 0: 61663 -4,8: 0: 53759 -3,5: - 0: 5461 + 0: 5589 -3,6: 0: 61949 -3,7: @@ -15741,9 +16338,9 @@ entities: -3,8: 0: 7423 -2,5: - 0: 48059 + 0: 64443 -2,6: - 0: 47291 + 0: 65163 -2,7: 0: 64435 -2,8: @@ -15755,37 +16352,37 @@ entities: -1,9: 0: 48059 0,10: - 0: 65295 + 0: 65423 -1,10: - 0: 47931 + 0: 47930 0,11: - 0: 65308 + 0: 65496 -1,11: - 0: 65523 + 0: 49074 1,9: 0: 53725 1,10: - 0: 56783 + 0: 7631 1,11: - 0: 65485 + 0: 63964 0,12: 0: 56792 1,12: 0: 56732 2,9: - 0: 61695 + 0: 63215 2,10: - 0: 60943 + 0: 4095 2,11: - 0: 3808 + 0: 7389 2,12: 0: 7631 3,9: - 0: 64733 + 0: 56541 3,10: - 0: 56783 + 0: 52725 3,11: - 0: 52732 + 0: 36317 3,12: 0: 36863 4,9: @@ -15811,7 +16408,7 @@ entities: -3,9: 0: 53757 -3,10: - 0: 56797 + 0: 56799 -3,11: 0: 64269 -3,12: @@ -15821,7 +16418,7 @@ entities: -2,10: 0: 30583 -2,11: - 0: 65303 + 0: 63255 -2,12: 0: 56785 4,10: @@ -15834,14 +16431,26 @@ entities: 0: 65535 5,11: 0: 65520 + 6,9: + 1: 27840 6,10: - 1: 17508 + 1: 19564 6,11: - 1: 17990 - 6,9: - 1: 17476 + 1: 17998 6,12: 1: 17508 + 7,9: + 1: 26495 + 7,10: + 1: 4079 + 7,11: + 1: 15 + 8,9: + 1: 15 + 8,10: + 1: 4095 + 8,11: + 1: 15 -8,8: 0: 45311 -8,7: @@ -15858,7 +16467,7 @@ entities: 0: 65311 -8,11: 0: 4881 - 2: 52428 + 3: 52428 -9,11: 0: 65535 -7,8: @@ -15868,7 +16477,7 @@ entities: -7,10: 0: 17909 -7,11: - 2: 4369 + 3: 4369 0: 17508 -7,7: 0: 62702 @@ -15891,7 +16500,7 @@ entities: -9,4: 0: 61183 -8,5: - 0: 61679 + 0: 61678 -9,5: 0: 65263 -8,6: @@ -15905,9 +16514,9 @@ entities: -7,6: 0: 60942 -6,5: - 0: 63743 + 0: 63739 -6,6: - 0: 49035 + 0: 48907 -9,-5: 0: 47616 -7,-6: @@ -15941,7 +16550,7 @@ entities: -13,3: 0: 65030 -12,4: - 0: 7634 + 0: 63956 -12,-1: 0: 36584 -11,0: @@ -15952,8 +16561,6 @@ entities: 0: 57296 -11,2: 0: 61166 - -11,4: - 0: 12257 -11,-1: 0: 52732 -10,0: @@ -15971,7 +16578,7 @@ entities: -13,4: 0: 60066 -12,5: - 0: 52476 + 0: 52464 1: 4096 -13,5: 0: 28898 @@ -15986,8 +16593,10 @@ entities: 0: 63743 -12,8: 0: 46079 + -11,4: + 0: 24048 -11,5: - 0: 57591 + 0: 57584 -11,6: 0: 65262 -11,7: @@ -16013,7 +16622,7 @@ entities: -13,10: 0: 63675 -12,11: - 0: 49087 + 0: 49083 -13,11: 0: 65485 -12,12: @@ -16033,19 +16642,20 @@ entities: -11,12: 0: 61416 -9,12: - 0: 48056 + 0: 39864 -12,-4: - 1: 15 - 0: 57088 + 0: 64784 + 1: 12 -12,-5: - 1: 40720 + 0: 4369 + 1: 52428 -13,-4: - 1: 4383 - 0: 52352 + 0: 64712 + 1: 17 -12,-3: 0: 4045 -13,-3: - 0: 36636 + 0: 40732 -12,-2: 0: 61166 -13,-2: @@ -16084,7 +16694,7 @@ entities: 1: 8 0: 2 -15,-4: - 1: 1264 + 1: 3312 -15,-3: 0: 61431 -15,-2: @@ -16094,7 +16704,8 @@ entities: -15,0: 0: 61166 -14,-4: - 1: 44728 + 1: 30719 + 0: 32768 -14,-3: 0: 4064 -14,-2: @@ -16102,9 +16713,10 @@ entities: -14,-1: 0: 61422 -14,-5: - 1: 34816 + 1: 34952 -13,-5: - 1: 53184 + 1: 4369 + 0: 52428 -16,0: 1: 3840 -17,0: @@ -16115,7 +16727,7 @@ entities: -17,1: 0: 4095 -16,2: - 0: 65295 + 0: 65311 -17,2: 0: 47935 -16,3: @@ -16145,13 +16757,11 @@ entities: -17,4: 0: 61678 -16,5: - 0: 24017 - 1: 32768 + 0: 40413 -17,5: 0: 65535 -16,6: - 0: 56596 - 1: 8 + 0: 57308 -17,6: 0: 65520 -16,7: @@ -16160,13 +16770,12 @@ entities: 0: 48959 -16,8: 0: 8063 - -15,5: - 1: 4352 - 0: 52430 -15,6: - 0: 65228 + 0: 65262 -15,7: 0: 65518 + -15,5: + 0: 61166 -15,8: 0: 61439 -14,5: @@ -16182,7 +16791,7 @@ entities: -16,9: 0: 65295 -17,9: - 0: 47935 + 0: 47919 -16,10: 0: 12287 -17,10: @@ -16208,14 +16817,13 @@ entities: -13,12: 0: 48056 -20,-4: - 1: 31872 - -20,-3: - 1: 28945 - 0: 224 + 1: 4080 -21,-4: - 1: 61440 + 1: 4080 + -20,-3: + 0: 2039 -21,-3: - 1: 58146 + 0: 3551 -19,-3: 0: 20479 -20,-2: @@ -16231,19 +16839,23 @@ entities: 1: 15 -18,-4: 1: 3808 - -20,0: - 1: 30720 - -21,0: - 1: 57904 -20,1: - 1: 28672 - 0: 128 + 0: 4095 -21,1: - 1: 61987 + 0: 4095 -20,2: - 1: 9766 + 1: 14135 + -21,2: + 1: 35071 -20,3: - 1: 36386 + 1: 57207 + -21,3: + 1: 65520 + -20,4: + 0: 4369 + 1: 52428 + -20,0: + 1: 2048 -19,0: 1: 256 0: 17408 @@ -16253,9 +16865,6 @@ entities: 0: 30583 -19,3: 0: 57455 - -20,4: - 1: 15 - 0: 65280 -19,4: 0: 25326 -18,0: @@ -16269,11 +16878,11 @@ entities: -18,4: 0: 61695 -8,12: - 0: 16368 + 0: 8176 -8,13: - 0: 25275 + 0: 25279 -9,13: - 0: 65419 + 0: 65423 -8,14: 0: 114 1: 65280 @@ -16295,7 +16904,6 @@ entities: 0: 65520 -6,14: 0: 49407 - 1: 4096 -6,15: 1: 4369 0: 36044 @@ -16347,39 +16955,52 @@ entities: 0: 273 1: 52428 0,13: - 0: 28 - 1: 12288 + 1: 53248 + 0: 8936 0,14: - 1: 255 + 1: 2559 -1,16: 1: 248 1,13: - 0: 13 - 1: 39168 + 0: 223 + 1: 36864 1,14: - 1: 35071 + 1: 52735 2,13: - 0: 52429 - 1: 4352 + 0: 52447 + 1: 4096 1,15: - 1: 2184 + 1: 34952 2,14: 1: 4096 0: 52428 2,15: - 1: 3872 + 1: 256 + 0: 3272 + 1,16: + 1: 34952 + 2,16: + 0: 204 + 1: 256 3,13: 0: 57309 3,14: 0: 57297 3,15: - 1: 3968 + 0: 35824 + 3,16: + 0: 255 + 1: 61440 4,13: 0: 65535 4,14: 0: 30576 4,15: - 1: 1856 + 0: 8804 + 1: 32768 + 4,16: + 0: 51 + 1: 63624 5,12: 0: 65520 5,13: @@ -16388,13 +17009,23 @@ entities: 0: 62751 5,15: 0: 17 - 1: 3072 + 1: 64512 + 5,16: + 1: 8095 6,14: - 1: 30020 + 1: 62788 6,15: - 1: 1877 + 1: 65501 6,13: 1: 26180 + 6,16: + 1: 2045 + 0: 4096 + 7,15: + 1: 12560 + 7,16: + 1: 255 + 0: 61440 -4,17: 1: 36655 -5,17: @@ -16444,7 +17075,7 @@ entities: -10,12: 0: 56784 -10,13: - 0: 65293 + 0: 65093 -10,14: 1: 18224 0: 8256 @@ -16470,8 +17101,7 @@ entities: -16,15: 0: 62351 -17,15: - 0: 15 - 1: 28928 + 0: 30511 -16,16: 0: 255 1: 8192 @@ -16498,6 +17128,14 @@ entities: 0: 35771 -13,16: 0: 45759 + -14,-6: + 1: 32768 + -13,-6: + 1: 4096 + 0: 49152 + -12,-6: + 0: 4096 + 1: 49152 -20,8: 0: 65327 -20,7: @@ -16525,7 +17163,7 @@ entities: -19,7: 0: 26214 -19,12: - 0: 58026 + 0: 60074 -18,8: 0: 32754 -18,9: @@ -16533,7 +17171,7 @@ entities: -18,10: 0: 30471 -18,11: - 0: 61559 + 0: 61567 -18,7: 0: 30583 -18,12: @@ -16541,29 +17179,28 @@ entities: -21,12: 0: 65535 -20,13: - 1: 16 - 3: 4096 - 0: 52428 + 0: 52476 + 4: 4096 -21,13: - 1: 176 - 3: 32768 - 6: 8192 - 0: 64 + 0: 192 + 4: 32768 + 1: 48 + 7: 8192 -20,14: - 3: 17 + 4: 17 0: 64716 -21,14: - 3: 136 + 4: 136 0: 61440 - 6: 34 + 7: 34 -20,15: 0: 65535 -21,15: 0: 65535 -19,13: - 0: 61166 + 0: 56782 -19,14: - 0: 52238 + 0: 52253 -19,15: 1: 61038 -19,16: @@ -16575,11 +17212,14 @@ entities: 0: 7 1: 5888 -18,15: - 1: 57895 + 1: 8999 + 0: 32768 -18,16: 1: 8738 + 0: 136 -17,16: - 1: 8738 + 0: 119 + 1: 8192 -12,17: 0: 3 1: 61704 @@ -16663,10 +17303,10 @@ entities: -12,22: 0: 1 -21,4: - 1: 15 - 0: 60928 + 0: 61439 -20,5: - 0: 7631 + 0: 4353 + 1: 3276 -21,5: 0: 65038 -20,6: @@ -16682,91 +17322,90 @@ entities: -18,6: 0: 1904 -24,4: - 1: 64500 + 1: 25599 0: 1024 -25,4: - 1: 8180 - 0: 57344 + 1: 42495 + 0: 18944 -24,5: - 0: 17528 - 1: 4992 + 1: 21692 + 0: 64 -25,5: - 0: 244 - 1: 45322 + 1: 47796 + 0: 17472 -24,6: - 1: 4224 - 0: 17476 - -24,7: - 1: 61571 - 0: 2164 + 1: 21941 + 0: 64 -25,6: - 1: 48654 + 0: 20206 + 1: 45329 + -24,7: + 1: 27828 0: 64 -25,7: - 0: 58608 - 1: 6657 + 1: 42170 + 0: 16452 -24,8: - 1: 63739 + 1: 65523 0: 4 -23,4: - 1: 65524 + 1: 61311 + 0: 128 -23,5: - 1: 26198 - 0: 34984 + 1: 61148 + 0: 32 -23,6: - 1: 26230 - 0: 34952 + 1: 60925 + 0: 514 -23,7: - 1: 63062 - 0: 2216 + 1: 60638 + 0: 32 -23,8: - 1: 255 + 1: 1023 0: 57344 -22,4: - 1: 8191 - -22,5: - 0: 51679 + 0: 3549 1: 4096 + -22,5: + 1: 4369 + 0: 51406 -22,6: 1: 4369 0: 52428 -22,7: - 0: 817 - 1: 7360 + 1: 7633 -22,3: - 1: 32256 + 1: 65504 -22,8: 1: 17 0: 64716 -21,7: 1: 1904 - -21,3: - 1: 24320 -25,8: - 1: 1279 + 0: 10 + 1: 4085 -24,9: 1: 48814 -24,10: 1: 15 - 3: 30464 + 4: 30464 -25,9: 1: 63347 -25,10: 1: 30045 -24,11: - 3: 7 - 1: 2816 - 0: 1024 + 4: 7 + 1: 768 + 0: 3072 -25,11: - 1: 32597 + 1: 61031 -24,12: - 0: 61166 + 0: 61182 -23,10: - 1: 4369 - 0: 51406 + 1: 17 + 0: 55758 -23,11: - 1: 273 - 0: 52428 + 0: 52701 -23,9: 0: 36590 -23,12: @@ -16776,7 +17415,7 @@ entities: -22,10: 0: 4115 1: 12 - 3: 52224 + 4: 52224 -22,11: 0: 65521 -22,12: @@ -16785,112 +17424,143 @@ entities: 0: 1911 -21,10: 1: 7 - 3: 30464 + 4: 30464 -28,4: - 1: 53056 + 1: 53188 + -28,3: + 1: 60646 -28,5: 1: 17476 -28,6: - 1: 17476 + 1: 17612 -28,7: 1: 50252 -28,8: 1: 20047 -27,4: - 1: 65480 + 1: 65518 -27,7: - 1: 62790 + 1: 63342 0: 128 -27,5: - 1: 18005 + 1: 61047 0: 128 -27,6: - 1: 19662 + 1: 59110 + 0: 2056 -27,8: - 1: 35023 + 1: 36591 -27,3: - 1: 33984 + 1: 36089 -26,4: - 1: 64500 + 1: 51711 0: 1024 -26,5: - 1: 6448 - 0: 17602 + 1: 17590 + 0: 64 -26,6: - 0: 17781 - 1: 4096 + 1: 17845 + 0: 64 -26,7: - 1: 61497 - 0: 708 + 1: 50868 + 0: 64 -26,8: - 1: 5371 0: 4 + 1: 8185 -25,3: - 1: 58608 + 1: 58615 + -28,10: + 1: 7936 + -29,10: + 1: 52224 + -29,11: + 1: 17484 + -28,11: + 0: 4364 + 1: 61152 + -28,12: + 0: 4369 + 1: 61166 -28,9: 1: 68 + -27,10: + 1: 36608 + -27,11: + 0: 15 + 1: 65520 + -27,12: + 0: 2039 + 1: 63496 -27,9: 1: 226 -26,9: 1: 240 + -26,10: + 1: 20224 + -26,11: + 0: 17409 + 1: 13112 + -26,12: + 1: 15115 + 0: 16624 -25,12: - 1: 56661 + 1: 4367 + 0: 58096 -24,13: - 1: 4592 - 3: 32768 + 1: 13296 + 4: 32768 -25,13: - 1: 24437 + 1: 14843 -24,14: - 1: 12563 - 3: 136 + 1: 13107 + 4: 136 -25,14: - 1: 55133 + 1: 36753 -24,15: 1: 65535 -25,15: - 1: 34953 + 1: 34959 -24,16: 1: 15 -23,13: 1: 240 - 4: 8192 - 3: 32768 + 5: 8192 + 4: 32768 -23,15: 1: 65535 -23,14: - 4: 34 - 3: 136 + 5: 34 + 4: 136 -23,16: 1: 43695 -22,13: 1: 240 - 3: 8192 - 5: 32768 + 4: 8192 + 6: 32768 -22,15: 0: 35503 1: 12544 -22,14: - 3: 34 - 5: 136 + 4: 34 + 6: 136 0: 32768 -22,16: 1: 13107 0: 52416 -20,16: - 3: 4368 + 4: 4368 0: 52416 -21,16: - 3: 52416 + 4: 52416 0: 4368 -20,17: 1: 65535 -21,17: - 0: 128 - 1: 63351 + 1: 65527 -20,18: - 1: 240 + 1: 243 -21,18: - 1: 240 + 1: 254 -19,17: 1: 65535 -19,18: @@ -16900,24 +17570,89 @@ entities: -18,17: 1: 8738 -26,3: - 1: 240 + 1: 755 + -25,0: + 1: 2184 + -25,-1: + 1: 34952 + -24,0: + 1: 61233 + 0: 8 -24,3: - 1: 2288 + 1: 2800 + -24,-1: + 1: 4369 + 0: 52428 + -24,1: + 1: 32900 + -23,0: + 1: 4352 + 0: 43690 + -23,1: + 1: 13107 + 0: 2176 + -24,2: + 1: 128 + -23,2: + 1: 2303 -23,3: - 1: 48 + 1: 4016 + -23,-1: + 0: 63923 -22,0: - 1: 34952 - -22,-1: - 1: 34952 + 0: 13059 + 1: 2184 -22,1: + 0: 3050 + -22,2: + 1: 3839 + -22,-1: + 0: 13105 1: 34952 - 8,-2: + -21,0: + 1: 560 + 9,8: + 1: 65295 + 9,9: + 1: 15 + 9,10: + 1: 4095 + 9,11: + 1: 15 + 10,8: + 1: 48015 + 10,9: + 1: 65531 + 10,10: + 1: 35771 + 10,11: + 1: 15 + 11,9: + 1: 30583 + 11,10: + 1: 7 + -24,-3: + 1: 16368 + -25,-3: + 1: 34944 + -24,-2: 1: 4369 + 0: 52424 + -25,-2: + 1: 34952 + -23,-3: + 1: 819 + 0: 2184 + -23,-2: + 0: 47611 + -23,-4: + 1: 16368 -22,-4: - 1: 32768 + 1: 4080 -22,-3: - 1: 34952 + 0: 7679 -22,-2: + 0: 13107 1: 34952 -21,-2: 1: 50 @@ -16932,11 +17667,11 @@ entities: -2,-11: 0: 25360 -2,-10: - 0: 34956 + 0: 2188 -1,-10: - 0: 4352 - -1,-9: - 0: 17 + 0: 36608 + 0,-10: + 0: 30464 -6,-9: 0: 38 -6,-10: @@ -16945,6 +17680,27 @@ entities: 0: 32768 -5,-10: 0: 28672 + -29,12: + 1: 17484 + -28,13: + 0: 3073 + 1: 20718 + -29,13: + 1: 50372 + -28,14: + 1: 15 + -29,14: + 1: 12 + -27,13: + 1: 8447 + 0: 3840 + -27,14: + 1: 15 + -26,13: + 1: 53427 + 0: 260 + -26,14: + 1: 15 -25,16: 1: 8 -23,17: @@ -16955,6 +17711,34 @@ entities: 1: 65535 -22,18: 1: 240 + 4,17: + 1: 2255 + 3,17: + 1: 15 + 5,17: + 1: 30583 + 5,18: + 1: 238 + 6,17: + 0: 4061 + 6,18: + 1: 255 + 7,17: + 0: 4095 + 7,18: + 1: 255 + 8,16: + 1: 26231 + 8,18: + 1: 119 + 1,17: + 1: 8 + 2,17: + 1: 15 + 8,17: + 1: 26214 + 0,-9: + 0: 1094 uniqueMixes: - volume: 2500 temperature: 293.15 @@ -17002,6 +17786,29 @@ entities: - 0 - 0 - 0 + - volume: 2500 + temperature: 293.15 + moles: + - 0 + - 103.92799 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 - volume: 2500 temperature: 235 moles: @@ -17125,38138 +17932,44920 @@ entities: - type: SpreaderGrid - type: GridPathfinding - type: NavMap - - uid: 5005 - components: - - type: MetaData - - type: Transform - - type: Map - mapPaused: True - - type: PhysicsMap - - type: GridTree - - type: MovedGrids - - type: Broadphase - - type: OccluderTree - proto: AcousticGuitarInstrument entities: - - uid: 14704 + - uid: 3 components: - type: Transform pos: 28.538687,-28.497456 - parent: 1 + parent: 2 +- proto: ActionToggleInternals + entities: + - uid: 6 + mapInit: true + paused: true + components: + - type: Transform + parent: 5 + - type: InstantAction + originalIconColor: '#FFFFFFFF' + container: 5 + - uid: 13566 + mapInit: true + paused: true + components: + - type: Transform + parent: 13674 + - type: InstantAction + originalIconColor: '#FFFFFFFF' + container: 13674 + - uid: 13580 + mapInit: true + paused: true + components: + - type: Transform + parent: 13675 + - type: InstantAction + originalIconColor: '#FFFFFFFF' + container: 13675 - proto: ActionToggleLight entities: - - uid: 7458 + - uid: 8 components: - type: Transform - parent: 7940 + parent: 7 - type: InstantAction - container: 7940 + container: 7 - proto: AirAlarm entities: - - uid: 5681 + - uid: 9 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,28.5 + parent: 2 + - type: DeviceList + devices: + - 8699 + - 8601 + - 8668 + - 8698 + - 11587 + - 11390 + - 11387 + - 11566 + - 8662 + - 8716 + - 8686 + - uid: 10 components: - type: Transform rot: -1.5707963267948966 rad pos: -68.5,39.5 - parent: 1 + parent: 2 - type: DeviceList devices: - - 18072 - - 18073 - - 18377 - - 18078 - - 18384 - - uid: 6077 + - 11545 + - 11725 + - 8771 + - 8766 + - 8775 + - uid: 11 components: - type: Transform pos: -48.5,11.5 - parent: 1 + parent: 2 - type: DeviceList devices: - - 9156 - - 9100 - - 11894 - - uid: 6977 + - 11415 + - 11612 + - 8729 + - uid: 12 components: - type: Transform rot: 3.141592653589793 rad pos: -57.5,59.5 - parent: 1 + parent: 2 - type: DeviceList devices: - - 8779 - - 8778 - - 8845 - - 8842 - - 8846 - - 8760 - - 8847 - - 8759 - - 8765 - - 8766 - - 8543 - - 8542 - - 15755 - - 8764 - - 8757 - - uid: 7447 + - 11405 + - 11605 + - 11406 + - 11606 + - 11407 + - 11603 + - 11408 + - 11602 + - 11404 + - 11604 + - 8701 + - 8700 + - 8750 + - 11403 + - 11600 + - uid: 13 components: - type: Transform - pos: 12.5,32.5 - parent: 1 + rot: 3.141592653589793 rad + pos: 10.5,21.5 + parent: 2 - type: DeviceList devices: - - 2220 - - 15207 - - 2390 - - 12569 - - 5363 - - 15218 - - 9330 - - 8632 - - uid: 8962 + - 8581 + - 8582 + - 8579 + - 11379 + - 11574 + - uid: 14 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,27.5 + parent: 2 + - type: DeviceList + devices: + - 11371 + - 11594 + - 8733 + - 8627 + - uid: 15 components: - type: Transform pos: -47.5,66.5 - parent: 1 + parent: 2 - type: DeviceList devices: - - 8843 - - 8848 - - 8758 - - 8697 - - 8542 - - 8543 - - 8579 - - 8578 - - uid: 8965 + - 11607 + - 11409 + - 11601 + - 11399 + - 8700 + - 8701 + - 8703 + - 8702 + - uid: 16 components: - type: Transform rot: 1.5707963267948966 rad pos: -53.5,88.5 - parent: 1 + parent: 2 - type: DeviceList devices: - - 8883 - - 8884 - - 8887 - - 8888 - - 8886 - - 8885 - - 8967 - - 8928 - - 8924 - - 15431 - - 9997 - - 10048 - - 14451 - - uid: 9503 + - 11410 + - 11608 + - 11412 + - 11610 + - 11609 + - 11411 + - 11414 + - 11413 + - 11611 + - 11703 + - 8566 + - 8567 + - 8568 + - uid: 17 + components: + - type: Transform + pos: 2.5,41.5 + parent: 2 + - type: DeviceList + devices: + - 11377 + - 8708 + - uid: 18 components: - type: Transform pos: -51.5,42.5 - parent: 1 + parent: 2 - type: DeviceList devices: - - 5966 - - 11317 - - 11318 - - 11319 - - uid: 10751 + - 8660 + - 11434 + - 11435 + - 11628 + - uid: 19 components: - type: Transform rot: 3.141592653589793 rad pos: -4.5,48.5 - parent: 1 + parent: 2 - type: DeviceList devices: - - 18920 - - 18890 - - 18858 - - uid: 12381 + - 8777 + - 11554 + - 11730 + - uid: 20 components: - type: Transform pos: -4.5,-19.5 - parent: 1 + parent: 2 - type: DeviceList devices: - - 17427 - - 17428 - - 5434 - - uid: 13040 + - 11540 + - 11717 + - 8657 + - 8659 + - uid: 21 components: - type: Transform rot: 3.141592653589793 rad pos: -50.5,45.5 - parent: 1 + parent: 2 - type: DeviceList devices: - - 7995 - - 7996 - - 7997 - - 11119 - - 11122 - - 11270 - - 11272 - - 11175 - - 11172 - - 11145 - - 11146 - - 11319 - - 11318 - - 11317 - - 15202 - - 15203 - - uid: 13047 + - 8694 + - 8695 + - 8696 + - 11423 + - 11617 + - 11625 + - 11431 + - 11619 + - 11425 + - 11424 + - 11618 + - 11628 + - 11435 + - 11434 + - 8744 + - 8745 + - uid: 22 components: - type: Transform rot: 3.141592653589793 rad pos: -47.5,30.5 - parent: 1 + parent: 2 - type: DeviceList devices: - - 10410 - - 10197 - - 7995 - - 7996 - - 7997 - - 5233 - - 5232 - - 5231 - - 11303 - - 11306 - - 11305 - - 11304 - - 11321 - - 9345 - - 11555 - - 11557 - - uid: 13051 + - 8717 + - 8715 + - 8694 + - 8695 + - 8696 + - 8648 + - 8647 + - 8646 + - 11626 + - 11433 + - 11627 + - 11432 + - 11436 + - 8712 + - 11629 + - 11438 + - uid: 23 components: - type: Transform pos: -68.5,7.5 - parent: 1 + parent: 2 - type: DeviceList devices: - - 5213 - - 5214 - - 5215 - - uid: 13053 + - 8631 + - 8632 + - 8633 + - uid: 24 components: - type: Transform rot: -1.5707963267948966 rad pos: -55.5,-3.5 - parent: 1 + parent: 2 - type: DeviceList devices: - - 5216 - - 5217 - - 5218 - - 11842 - - 11841 - - 11840 - - 11843 - - 4749 - - 4807 - - 4802 - - 4750 - - 4800 - - 3967 - - 4912 - - 4913 - - 4126 - - uid: 13055 + - 8634 + - 8635 + - 8636 + - 11650 + - 11460 + - 11459 + - 11651 + - 11384 + - 11586 + - 11386 + - 11585 + - 11385 + - 11582 + - 8623 + - 8624 + - 8622 + - uid: 25 components: - type: Transform pos: -45.5,7.5 - parent: 1 + parent: 2 - type: DeviceList devices: - - 11968 - - 11970 - - 11926 - - 11925 - - 11789 - - 11790 - - 5212 - - 5211 - - 5210 - - uid: 13057 + - 11463 + - 11654 + - 11461 + - 11652 + - 11647 + - 11456 + - 8630 + - 8629 + - 8628 + - uid: 26 components: - type: Transform rot: -1.5707963267948966 rad pos: -35.5,-3.5 - parent: 1 + parent: 2 - type: DeviceList devices: - - 3718 - - 3719 - - 3720 - - 3721 - - 3722 - - 3723 - - 3724 - - 3717 - - 3716 - - 3726 - - 12016 - - 12018 - - 11970 - - 12079 - - 12063 - - 11996 - - 9321 - - uid: 13058 + - 8612 + - 8613 + - 8614 + - 8615 + - 8616 + - 8617 + - 8618 + - 8611 + - 8610 + - 8620 + - 11467 + - 11657 + - 11654 + - 11469 + - 11468 + - 11465 + - 8710 + - uid: 27 components: - type: Transform pos: -35.5,8.5 - parent: 1 + parent: 2 - type: DeviceList devices: - - 12079 - - 12080 - - 12063 - - 12064 - - 11968 - - 11970 - - 11926 - - 11925 - - 12140 - - 12139 - - 11642 - - 11645 - - 14613 - - 14612 - - uid: 13061 + - 11469 + - 11659 + - 11468 + - 11658 + - 11463 + - 11654 + - 11461 + - 11652 + - 11663 + - 11473 + - 11446 + - 11637 + - 8742 + - 8741 + - uid: 28 components: - type: Transform pos: -21.5,7.5 - parent: 1 + parent: 2 - type: DeviceList devices: - - 1766 - - 1765 - - 1764 - - 12296 - - 12297 - - 12139 - - 12140 - - 12130 - - 12128 - - uid: 13063 + - 8595 + - 8594 + - 8593 + - 11479 + - 11670 + - 11473 + - 11663 + - 11470 + - 11661 + - uid: 29 components: - type: Transform rot: 1.5707963267948966 rad pos: -39.5,18.5 - parent: 1 + parent: 2 - type: DeviceList devices: - - 4117 - - 4118 - - 4119 - - 4120 - - 4121 - - 4122 - - 4123 - - 5227 - - 5226 - - 5225 - - 11642 - - 11645 - - 11641 - - 11644 - - 11643 - - 11640 - - uid: 13065 + - 8538 + - 8539 + - 8540 + - 8541 + - 8542 + - 8543 + - 8544 + - 8642 + - 8641 + - 8640 + - 11446 + - 11637 + - 11445 + - 11636 + - 11635 + - 11444 + - uid: 30 components: - type: Transform pos: -41.5,40.5 - parent: 1 + parent: 2 - type: DeviceList devices: - - 5233 - - 5232 - - 5231 - - 5225 - - 5226 - - 5227 - - 5228 - - 5229 - - 5230 - - 11592 - - 11596 - - 11593 - - 11597 - - 11594 - - 11599 - - 9786 - - 9787 - - 9788 - - 9789 - - 9784 - - 9785 - - uid: 13067 + - 8648 + - 8647 + - 8646 + - 8640 + - 8641 + - 8642 + - 8643 + - 8644 + - 8645 + - 11440 + - 11631 + - 11441 + - 11632 + - 11442 + - 11634 + - 8558 + - 8559 + - 8560 + - 8561 + - 8556 + - 8557 + - uid: 31 components: - type: Transform rot: -1.5707963267948966 rad pos: -30.5,45.5 - parent: 1 + parent: 2 - type: DeviceList devices: - - 11238 - - 11237 - - 11239 - - 11236 - - 11240 - - 9784 - - 9785 - - 9790 - - 9791 - - 9792 - - 9793 - - 11235 - - uid: 13069 + - 11428 + - 11624 + - 11429 + - 11623 + - 11430 + - 8556 + - 8557 + - 8562 + - 8563 + - 8564 + - 8565 + - 11622 + - uid: 32 components: - type: Transform rot: -1.5707963267948966 rad pos: -39.5,42.5 - parent: 1 + parent: 2 - type: DeviceList devices: - - 9790 - - 9791 - - 9793 - - 9792 - - 11196 - - 11192 - - 11209 - - 11208 - - uid: 13071 + - 8562 + - 8563 + - 8565 + - 8564 + - 11620 + - 11426 + - 11621 + - 11427 + - uid: 33 components: - type: Transform pos: -29.5,34.5 - parent: 1 + parent: 2 - type: DeviceList devices: - - 12172 - - 12173 - - 5228 - - 5229 - - 5230 - - 5236 - - 5235 - - 5234 - - uid: 13077 + - 11474 + - 11664 + - 8643 + - 8644 + - 8645 + - 8651 + - 8650 + - 8649 + - uid: 34 components: - type: Transform pos: -13.5,34.5 - parent: 1 + parent: 2 - type: DeviceList devices: - - 5237 - - 5238 - - 5239 - - 12259 - - 12255 - - 12260 - - 12273 - - 12272 - - 3064 - - 3122 - - 2814 - - 3175 - - 3176 - - 3177 - - 12485 - - 12482 - - 12486 - - 12481 - - 9320 - - 9329 - - uid: 13079 + - 8652 + - 8653 + - 8654 + - 11667 + - 11477 + - 11668 + - 11478 + - 11669 + - 8605 + - 8606 + - 8602 + - 8607 + - 8608 + - 8609 + - 11480 + - 11671 + - 8709 + - 8711 + - uid: 35 components: - type: MetaData name: Bridge Air Alarm - type: Transform pos: -18.5,58.5 - parent: 1 + parent: 2 - type: DeviceList devices: - - 6498 - - 6499 - - 6500 - - 6501 - - 6502 - - 6503 - - 6504 - - 13010 - - 13004 - - 13011 - - 13005 - - 13012 - - 13006 - - 13013 - - 13007 - - 13031 - - 13034 - - 13032 - - 16198 - - 18921 - - 18891 - - 18892 - - 18919 - - uid: 13096 + - 8547 + - 8548 + - 8549 + - 8550 + - 8551 + - 8552 + - 8553 + - 11503 + - 11689 + - 11504 + - 11690 + - 11505 + - 11691 + - 11506 + - 11692 + - 11507 + - 11693 + - 11508 + - 8752 + - 8778 + - 11555 + - 11731 + - 8776 + - uid: 36 components: - type: Transform rot: -1.5707963267948966 rad pos: -10.5,19.5 - parent: 1 + parent: 2 - type: DeviceList devices: - - 1763 - - 1762 - - 1761 - - 3177 - - 3176 - - 3175 - - 12506 - - 12507 - - 12508 - - 12484 - - 12488 - - 12487 - - 12483 - - uid: 13099 + - 8592 + - 8591 + - 8590 + - 8609 + - 8608 + - 8607 + - 11483 + - 11673 + - 11482 + - 11481 + - 11672 + - uid: 37 components: - type: Transform pos: -1.5,7.5 - parent: 1 + parent: 2 - type: DeviceList devices: - - 1758 - - 1759 - - 1760 - - 1768 - - 1767 - - 1753 - - 1752 - - 12586 - - 12582 - - 12583 - - 12587 - - uid: 13100 + - 8587 + - 8588 + - 8589 + - 8597 + - 8596 + - 8584 + - 8583 + - 11674 + - 11484 + - 11485 + - 11675 + - uid: 38 components: - type: Transform rot: 1.5707963267948966 rad pos: 9.5,-0.5 - parent: 1 + parent: 2 - type: DeviceList devices: - - 12589 - - 12584 - - 1753 - - 1752 - - 12605 - - 12606 - - uid: 13103 + - 11676 + - 11486 + - 8584 + - 8583 + - 11487 + - 11677 + - uid: 39 components: - type: Transform pos: 21.5,7.5 - parent: 1 + parent: 2 - type: DeviceList devices: - - 1767 - - 1768 - - 1755 - - 1754 - - 12656 - - 12652 - - 12658 - - 12654 - - 12587 - - 12583 - - uid: 13105 + - 8596 + - 8597 + - 8586 + - 8585 + - 11489 + - 11679 + - 11491 + - 11681 + - 11675 + - 11485 + - uid: 40 components: - type: Transform rot: 3.141592653589793 rad pos: 28.5,4.5 - parent: 1 - - type: DeviceList - devices: - - 12658 - - 12654 - - 12710 - - 12716 - - 12713 - - 12714 - - 12717 - - 1755 - - 1754 - - 3824 - - uid: 13299 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,32.5 - parent: 1 - - type: DeviceList - devices: - - 2868 - - 2867 - - 2869 - - 13309 - - 13308 - - 13307 - - 12736 - - 2102 - - 3023 - - 3019 - - 2666 - - 2487 - - 2670 - - 2489 - - 3022 - - 3021 - - 8324 - - 9330 - - 8632 - - 8594 - - uid: 13304 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,22.5 - parent: 1 + parent: 2 - type: DeviceList devices: - - 13302 - - 2880 - - 2878 - - 2879 - - 2869 - - 2870 - - 12859 - - 12858 - - 3021 - - 3022 - - 3023 - - 3019 - - 3020 - - 3024 - - 12766 - - 12765 - - 12759 - - 12760 - - 12761 - - 12762 - - 12763 - - 13307 - - 13308 - - 13309 - - 15080 - - 15081 - - 9260 - - uid: 13472 + - 11491 + - 11681 + - 11494 + - 11682 + - 11497 + - 11498 + - 11683 + - 8586 + - 8585 + - 11579 + - uid: 41 components: - type: MetaData name: Bridge Hallway Air Alarm - type: Transform rot: -1.5707963267948966 rad pos: -14.5,45.5 - parent: 1 + parent: 2 - type: DeviceList devices: - - 7559 - - 9506 - - 5237 - - 5238 - - 5239 - - 12255 - - 12259 - - 3823 - - 12260 - - uid: 14286 + - 8554 + - 8555 + - 8652 + - 8653 + - 8654 + - 11477 + - 11667 + - 11383 + - 11668 + - uid: 42 components: - type: Transform rot: -1.5707963267948966 rad pos: -72.5,32.5 - parent: 1 + parent: 2 - type: DeviceList devices: - - 10685 - - 10684 - - 10688 - - 10689 - - 14115 - - 14116 - - 14038 - - 14045 - - 14148 - - 14149 - - 14040 - - uid: 14301 + - 8719 + - 8718 + - 8722 + - 8723 + - 11699 + - 11516 + - 11513 + - 11697 + - 11700 + - 11517 + - 11514 + - uid: 43 components: - type: Transform rot: 1.5707963267948966 rad pos: -75.5,20.5 - parent: 1 + parent: 2 - type: DeviceList devices: - - 14304 - - 14302 - - 10686 - - 10687 - - 14303 - - 10684 - - 10685 - - 14112 - - 14113 - - 14116 - - 14115 - - 14159 - - 14158 - - 7200 - - 7119 - - 18413 - - 18414 - - uid: 14331 + - 8738 + - 8736 + - 8720 + - 8721 + - 8737 + - 8718 + - 8719 + - 11515 + - 11698 + - 11516 + - 11699 + - 11701 + - 11518 + - 11589 + - 11393 + - 11549 + - 11728 + - uid: 44 components: - type: Transform rot: -1.5707963267948966 rad pos: -80.5,34.5 - parent: 1 + parent: 2 - type: DeviceList devices: - - 18362 - - 18402 - - uid: 14617 + - 8770 + - 11548 + - uid: 45 components: - type: Transform pos: -45.5,-0.5 - parent: 1 + parent: 2 - type: DeviceList devices: - - 3591 - - 11997 - - 14616 - - 14615 - - 11996 - - 11999 - - uid: 15101 + - 11577 + - 11466 + - 11519 + - 11702 + - 11465 + - 11656 + - uid: 46 components: - type: Transform rot: 3.141592653589793 rad pos: 14.5,-3.5 - parent: 1 + parent: 2 - type: DeviceList devices: - - 4088 - - 2063 - - 12606 - - 12605 - - uid: 15826 + - 11583 + - 11372 + - 11677 + - 11487 + - uid: 47 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,32.5 + parent: 2 + - type: DeviceList + devices: + - 11573 + - 11381 + - 8706 + - 8603 + - 8604 + - 8501 + - 8708 + - 11370 + - 11565 + - uid: 48 components: - type: MetaData name: HoP/EVA Air Alarm - type: Transform pos: -20.5,44.5 - parent: 1 + parent: 2 - type: DeviceList devices: - - 6528 - - 7467 - - 15840 - - 15841 - - 17584 - - uid: 15999 + - 11392 + - 11593 + - 11704 + - 11522 + - 8762 + - uid: 49 components: - type: MetaData name: Captain's Air Alarm - type: Transform rot: 3.141592653589793 rad pos: -5.5,59.5 - parent: 1 + parent: 2 - type: DeviceList devices: - - 3587 - - 13032 - - uid: 16131 + - 11576 + - 11508 + - uid: 50 components: - type: Transform rot: -1.5707963267948966 rad pos: 17.5,29.5 - parent: 1 + parent: 2 - type: DeviceList devices: - - 2672 - - 1643 - - 2673 - - 2492 - - uid: 16511 + - 11378 + - 11564 + - 8662 + - 8733 + - uid: 51 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,18.5 + parent: 2 + - type: DeviceList + devices: + - 11524 + - 11707 + - 11706 + - 11525 + - 11705 + - 8655 + - 8731 + - 8625 + - 8746 + - 8626 + - uid: 52 components: - type: Transform pos: -62.5,35.5 - parent: 1 + parent: 2 - type: DeviceList devices: - - 14148 - - 14149 - - 5991 - - 7609 - - 1196 - - uid: 16773 + - 11700 + - 11517 + - 8663 + - 11395 + - 11563 + - uid: 53 components: - type: Transform rot: 1.5707963267948966 rad pos: -14.5,-16.5 - parent: 1 + parent: 2 - type: DeviceList devices: - - 17370 - - 17361 - - 17289 - - 17285 - - 16968 - - 10813 - - 16960 - - uid: 16966 + - 11536 + - 11715 + - 11713 + - 11531 + - 8758 + - 8725 + - 8757 + - uid: 54 components: - type: Transform rot: -1.5707963267948966 rad pos: -14.5,-7.5 - parent: 1 + parent: 2 - type: DeviceList devices: - - 8625 - - 10702 - - 17287 - - 17322 - - 10813 - - uid: 17535 + - 8705 + - 8724 + - 11712 + - 11533 + - 8725 + - uid: 55 components: - type: Transform rot: -1.5707963267948966 rad pos: -10.5,-35.5 - parent: 1 + parent: 2 - type: DeviceList devices: - - 17415 - - 17408 - - uid: 17537 + - 11538 + - 11716 + - uid: 56 components: - type: Transform rot: 1.5707963267948966 rad pos: -22.5,-16.5 - parent: 1 + parent: 2 - type: DeviceList devices: - - 17337 - - 17336 - - 17349 - - uid: 17538 + - 11535 + - 11534 + - 11714 + - uid: 57 components: - type: Transform rot: -1.5707963267948966 rad pos: -10.5,0.5 - parent: 1 + parent: 2 - type: DeviceList devices: - - 17290 - - 17460 - - 171 - - 167 - - 12408 - - 17539 - - uid: 17540 + - 11532 + - 11719 + - 8575 + - 8574 + - 8730 + - 8761 + - uid: 58 components: - type: Transform rot: -1.5707963267948966 rad pos: 0.5,-3.5 - parent: 1 + parent: 2 - type: DeviceList devices: - - 17454 - - 17467 - - uid: 17541 + - 11542 + - 11720 + - uid: 59 components: - type: Transform rot: -1.5707963267948966 rad pos: 1.5,-12.5 - parent: 1 + parent: 2 - type: DeviceList devices: - - 17440 - - 17441 - - 16969 - - 16968 - - uid: 17542 + - 11541 + - 11718 + - 8759 + - 8758 + - uid: 60 components: - type: Transform pos: -9.5,-13.5 - parent: 1 + parent: 2 - type: DeviceList devices: - - 17417 - - 17543 - - 16969 - - 16960 - - 5434 - - uid: 17634 + - 11539 + - 11721 + - 8759 + - 8757 + - 8657 + - uid: 61 components: - type: Transform rot: 1.5707963267948966 rad pos: -72.5,8.5 - parent: 1 - - type: DeviceList - devices: - - 17612 - - 17613 - - 17628 - - 17629 - - 17593 - - 14441 - - 3971 - - uid: 18113 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -95.5,48.5 - parent: 1 + parent: 2 - type: DeviceList devices: - - 18298 - - uid: 18378 + - 11543 + - 11722 + - 11544 + - 11723 + - 8571 + - 8740 + - 8621 + - uid: 63 components: - type: Transform rot: 1.5707963267948966 rad pos: -80.5,39.5 - parent: 1 + parent: 2 - type: DeviceList devices: - - 18080 - - 18079 - - 18078 - - 18377 - - 18380 - - 5885 - - 17760 - - 17761 - - uid: 18379 + - 11546 + - 11726 + - 8766 + - 8771 + - 8772 + - 8658 + - 8763 + - 8764 + - uid: 64 components: - type: Transform pos: -78.5,52.5 - parent: 1 + parent: 2 - type: DeviceList devices: - - 18286 - - 17960 - - 5885 - - 17760 - - 17761 - - 17996 - - 8057 - - 18346 - - uid: 18383 + - 11547 + - 8658 + - 8763 + - 8764 + - 8765 + - 8697 + - 8768 + - uid: 65 components: - type: Transform rot: 1.5707963267948966 rad pos: -80.5,30.5 - parent: 1 + parent: 2 - type: DeviceList devices: - - 7192 - - 10760 - - uid: 18843 + - 11394 + - 11614 + - uid: 66 components: - type: Transform rot: -1.5707963267948966 rad pos: -10.5,-23.5 - parent: 1 + parent: 2 - type: DeviceList devices: - - 1020 - - 17381 - - uid: 18918 + - 11560 + - 11537 + - uid: 67 components: - type: Transform rot: 3.141592653589793 rad pos: -0.5,48.5 - parent: 1 + parent: 2 - type: DeviceList devices: - - 18921 - - 18891 - - 18892 - - uid: 19233 + - 8778 + - 11555 + - 11731 + - uid: 68 components: - type: Transform pos: -77.5,64.5 - parent: 1 - - uid: 19267 + parent: 2 + - type: DeviceList + devices: + - 453 + - 11729 + - 11732 + - 11727 + - 11521 + - 11553 + - 11520 + - uid: 69 components: - type: Transform rot: -1.5707963267948966 rad pos: -75.5,59.5 - parent: 1 + parent: 2 + - type: DeviceList + devices: + - 11733 + - 11556 + - 8767 + - 8779 + - 8735 + - 8739 + - uid: 70 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,13.5 + parent: 2 + - type: DeviceList + devices: + - 8706 + - 8580 + - 11380 + - 11575 + - uid: 12383 + components: + - type: MetaData + name: burn chamber air alarm + - type: Transform + rot: 1.5707963267948966 rad + pos: -90.5,47.5 + parent: 2 - type: DeviceList devices: - - 19288 - - 19287 - - 18336 - - 19307 - - 14140 - - 14373 + - 452 - proto: AirAlarmElectronics entities: - - uid: 18018 + - uid: 71 components: - type: Transform pos: -72.387115,37.696884 - parent: 1 - - uid: 18019 + parent: 2 + - uid: 72 components: - type: Transform pos: -72.47045,37.603065 - parent: 1 + parent: 2 + - uid: 73 + components: + - type: Transform + pos: -51.46538,29.581215 + parent: 2 + - uid: 74 + components: + - type: Transform + pos: -51.62163,29.570791 + parent: 2 +- proto: AirAlarmFreezer + entities: + - uid: 75 + components: + - type: Transform + pos: 10.5,43.5 + parent: 2 + - type: DeviceList + devices: + - 11368 + - 11568 + - 8732 + - 8716 + - 8686 + - 8600 +- proto: AirAlarmVox + entities: + - uid: 76 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,13.5 + parent: 2 + - type: DeviceList + devices: + - 11559 + - 11737 + - 454 - proto: AirCanister entities: - - uid: 1153 + - uid: 77 components: - type: Transform pos: 21.5,25.5 - parent: 1 - - uid: 1189 + parent: 2 + - uid: 78 components: - type: Transform pos: -3.5,13.5 - parent: 1 - - uid: 5586 + parent: 2 + - uid: 79 components: - type: Transform pos: -2.5,36.5 - parent: 1 - - uid: 5673 + parent: 2 + - uid: 80 components: - type: Transform pos: -27.5,20.5 - parent: 1 - - uid: 9267 + parent: 2 + - uid: 81 components: - type: Transform pos: 25.5,-4.5 - parent: 1 - - uid: 9469 + parent: 2 + - uid: 82 components: - type: Transform pos: 22.5,25.5 - parent: 1 - - uid: 9470 - components: - - type: Transform - pos: -48.5,19.5 - parent: 1 - - uid: 10041 + parent: 2 + - uid: 21201 components: - type: Transform - pos: 14.5,43.5 - parent: 1 - - uid: 10127 + pos: 14.5,55.5 + parent: 2 + - uid: 21202 components: - type: Transform - pos: -39.5,54.5 - parent: 1 - - uid: 12895 + pos: 15.5,55.5 + parent: 2 + - uid: 21203 components: - type: Transform - pos: 14.5,15.5 - parent: 1 - - uid: 14579 + pos: 11.5,49.5 + parent: 2 + - uid: 21204 components: - type: Transform - pos: -60.5,18.5 - parent: 1 + pos: 12.5,55.5 + parent: 2 - proto: Airlock entities: - - uid: 1608 + - uid: 85 components: - type: Transform pos: -26.5,3.5 - parent: 1 - - uid: 1609 + parent: 2 + - uid: 86 components: - type: Transform pos: -24.5,2.5 - parent: 1 - - uid: 1610 + parent: 2 + - uid: 87 components: - type: Transform pos: -24.5,0.5 - parent: 1 - - uid: 1611 + parent: 2 + - uid: 88 components: - type: Transform pos: -24.5,-1.5 - parent: 1 - - uid: 3412 + parent: 2 + - uid: 89 components: - type: Transform pos: -23.5,14.5 - parent: 1 - - uid: 5299 + parent: 2 + - uid: 90 components: - type: Transform pos: -55.5,24.5 - parent: 1 - - uid: 7276 + parent: 2 + - uid: 91 components: - type: Transform pos: -56.5,86.5 - parent: 1 + parent: 2 - proto: AirlockArmoryLocked entities: - - uid: 7876 + - uid: 92 components: - type: Transform pos: -49.5,61.5 - parent: 1 + parent: 2 - proto: AirlockAtmosphericsGlassLocked entities: - - uid: 10776 + - uid: 93 components: - type: Transform rot: -1.5707963267948966 rad pos: -78.5,37.5 - parent: 1 - - uid: 11484 + parent: 2 + - uid: 94 components: - type: Transform rot: 3.141592653589793 rad pos: -77.5,58.5 - parent: 1 - - uid: 14343 + parent: 2 + - uid: 95 components: - type: Transform rot: 3.141592653589793 rad pos: -76.5,52.5 - parent: 1 - - uid: 14484 + parent: 2 + - uid: 96 components: - type: Transform rot: 3.141592653589793 rad pos: -77.5,52.5 - parent: 1 - - uid: 17859 + parent: 2 + - uid: 97 components: - type: Transform rot: 3.141592653589793 rad pos: -76.5,58.5 - parent: 1 - - uid: 17942 + parent: 2 + - uid: 98 components: - type: Transform rot: 3.141592653589793 rad pos: -76.5,64.5 - parent: 1 - - uid: 18819 + parent: 2 + - uid: 99 components: - type: Transform rot: 3.141592653589793 rad pos: -84.5,64.5 - parent: 1 + parent: 2 + - uid: 20967 + components: + - type: Transform + pos: -101.5,49.5 + parent: 2 - proto: AirlockAtmosphericsLocked entities: - - uid: 2319 + - uid: 100 components: - type: Transform pos: -73.5,44.5 - parent: 1 - - uid: 7229 + parent: 2 + - uid: 101 components: - type: Transform pos: -76.5,40.5 - parent: 1 - - uid: 11031 + parent: 2 + - uid: 102 components: - type: Transform pos: -76.5,39.5 - parent: 1 - - uid: 15813 + parent: 2 + - uid: 103 components: - type: Transform pos: -76.5,45.5 - parent: 1 - - uid: 16609 + parent: 2 + - uid: 104 components: - type: Transform pos: -73.5,36.5 - parent: 1 - - uid: 18392 + parent: 2 + - uid: 105 components: - type: Transform rot: 1.5707963267948966 rad pos: -80.5,64.5 - parent: 1 + parent: 2 - proto: AirlockBarGlassLocked entities: - - uid: 5282 + - uid: 106 components: - type: Transform pos: -55.5,20.5 - parent: 1 + parent: 2 - proto: AirlockBarLocked entities: - - uid: 7369 + - uid: 107 components: - type: Transform pos: -33.5,40.5 - parent: 1 - - uid: 7370 + parent: 2 + - uid: 108 components: - type: Transform pos: -29.5,37.5 - parent: 1 + parent: 2 - proto: AirlockBrigGlassLocked entities: - - uid: 517 + - uid: 109 components: - type: Transform rot: 3.141592653589793 rad pos: -49.5,53.5 - parent: 1 - - uid: 578 + parent: 2 + - uid: 110 components: - type: Transform rot: 3.141592653589793 rad pos: -49.5,55.5 - parent: 1 - - uid: 7881 + parent: 2 + - uid: 111 components: - type: Transform pos: -48.5,52.5 - parent: 1 - - uid: 7882 + parent: 2 + - uid: 112 components: - type: Transform pos: -46.5,52.5 - parent: 1 - - uid: 10935 + parent: 2 + - uid: 113 components: - type: Transform pos: -62.5,43.5 - parent: 1 + parent: 2 - proto: AirlockCaptainLocked entities: - - uid: 6562 + - uid: 114 components: - type: Transform pos: -8.5,58.5 - parent: 1 - - uid: 14662 + parent: 2 + - uid: 115 components: - type: Transform pos: -4.5,59.5 - parent: 1 + parent: 2 - proto: AirlockCargo entities: - - uid: 3646 + - uid: 116 components: - type: Transform pos: -44.5,-0.5 - parent: 1 + parent: 2 - proto: AirlockCargoGlassLocked entities: - - uid: 54 + - uid: 117 components: - type: Transform rot: 1.5707963267948966 rad pos: -42.5,-2.5 - parent: 1 - - uid: 2970 + parent: 2 + - uid: 118 components: - type: Transform pos: -35.5,-2.5 - parent: 1 - - uid: 3620 + parent: 2 + - uid: 119 components: - type: Transform pos: -41.5,-0.5 - parent: 1 - - uid: 3621 + parent: 2 + - uid: 120 components: - type: Transform pos: -40.5,-0.5 - parent: 1 - - uid: 3639 + parent: 2 + - uid: 121 components: - type: Transform pos: -37.5,-0.5 - parent: 1 + parent: 2 - proto: AirlockCargoLocked entities: - - uid: 163 + - uid: 122 components: - type: Transform pos: -30.5,-11.5 - parent: 1 - - uid: 3530 + parent: 2 + - uid: 123 components: - type: Transform pos: -32.5,-0.5 - parent: 1 + parent: 2 - proto: AirlockCentralCommandGlassLocked entities: - - uid: 1956 + - uid: 124 components: - type: Transform pos: -4.5,52.5 - parent: 1 - - uid: 5967 + parent: 2 + - uid: 125 components: - type: Transform pos: -0.5,52.5 - parent: 1 - - uid: 7865 - components: - - type: Transform - pos: -5.5,53.5 - parent: 1 + parent: 2 - proto: AirlockChapelLocked entities: - - uid: 1644 + - uid: 127 components: - type: Transform pos: 18.5,-1.5 - parent: 1 + parent: 2 - proto: AirlockChemistryLocked entities: - - uid: 1898 + - uid: 128 components: - type: Transform + rot: 3.141592653589793 rad pos: 1.5,23.5 - parent: 1 + parent: 2 - proto: AirlockChiefEngineerLocked entities: - - uid: 5301 + - uid: 129 components: - type: Transform pos: -50.5,26.5 - parent: 1 - - uid: 10697 + parent: 2 + - uid: 130 components: - type: Transform pos: -74.5,18.5 - parent: 1 -- proto: AirlockChiefMedicalOfficerGlassLocked - entities: - - uid: 5406 - components: - - type: Transform - pos: 13.5,29.5 - parent: 1 + parent: 2 - proto: AirlockChiefMedicalOfficerLocked entities: - - uid: 1240 + - uid: 131 components: - type: Transform pos: 17.5,32.5 - parent: 1 + parent: 2 + - uid: 132 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,29.5 + parent: 2 - proto: AirlockCommandGlassLocked entities: - - uid: 6392 + - uid: 126 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,53.5 + parent: 2 + - uid: 133 components: - type: Transform rot: 3.141592653589793 rad pos: -16.5,52.5 - parent: 1 - - uid: 6393 + parent: 2 + - uid: 134 components: - type: Transform rot: 3.141592653589793 rad pos: -13.5,55.5 - parent: 1 - - uid: 6394 + parent: 2 + - uid: 135 components: - type: Transform rot: 3.141592653589793 rad pos: -15.5,58.5 - parent: 1 - - uid: 6395 + parent: 2 + - uid: 136 components: - type: Transform rot: 3.141592653589793 rad pos: -17.5,58.5 - parent: 1 + parent: 2 - proto: AirlockCommandLocked entities: - - uid: 1049 + - uid: 137 components: - type: Transform pos: 16.5,37.5 - parent: 1 - - uid: 1053 + parent: 2 + - uid: 138 components: - type: Transform pos: 16.5,38.5 - parent: 1 - - uid: 3220 + parent: 2 + - uid: 139 components: - type: Transform pos: -41.5,7.5 - parent: 1 + parent: 2 - proto: AirlockDetectiveGlassLocked entities: - - uid: 2575 + - uid: 140 components: - type: Transform pos: -55.5,62.5 - parent: 1 + parent: 2 - proto: AirlockEngineeringGlassLocked entities: - - uid: 133 + - uid: 141 components: - type: Transform rot: -1.5707963267948966 rad pos: -75.5,34.5 - parent: 1 - - uid: 137 + parent: 2 + - uid: 142 components: - type: Transform rot: -1.5707963267948966 rad pos: -75.5,35.5 - parent: 1 - - uid: 10692 + parent: 2 + - uid: 143 components: - type: Transform rot: -1.5707963267948966 rad pos: -72.5,21.5 - parent: 1 - - uid: 15588 + parent: 2 + - uid: 144 components: - type: Transform rot: 3.141592653589793 rad pos: -78.5,33.5 - parent: 1 - - uid: 16502 + parent: 2 + - uid: 145 components: - type: Transform rot: 3.141592653589793 rad pos: -65.5,30.5 - parent: 1 - - uid: 16503 + parent: 2 + - uid: 146 components: - type: Transform pos: -70.5,32.5 - parent: 1 + parent: 2 - proto: AirlockEngineeringLocked entities: - - uid: 607 + - uid: 147 components: - type: Transform pos: 11.5,-6.5 - parent: 1 - - uid: 987 + parent: 2 + - uid: 148 components: - type: Transform pos: -77.5,25.5 - parent: 1 - - uid: 1105 + parent: 2 + - uid: 149 components: - type: Transform pos: -8.5,17.5 - parent: 1 - - uid: 2694 + parent: 2 + - uid: 150 components: - type: Transform pos: 22.5,7.5 - parent: 1 - - uid: 3933 + parent: 2 + - uid: 151 components: - type: Transform pos: -22.5,-4.5 - parent: 1 - - uid: 4338 + parent: 2 + - uid: 152 components: - type: Transform pos: -42.5,14.5 - parent: 1 - - uid: 4557 + parent: 2 + - uid: 153 components: - type: Transform pos: -65.5,57.5 - parent: 1 - - uid: 5300 + parent: 2 + - uid: 154 components: - type: Transform pos: -48.5,30.5 - parent: 1 - - uid: 5655 + parent: 2 + - uid: 155 components: - type: Transform pos: -17.5,17.5 - parent: 1 - - uid: 5795 + parent: 2 + - uid: 156 components: - type: Transform pos: 1.5,-19.5 - parent: 1 - - uid: 6197 + parent: 2 + - uid: 157 components: - type: Transform pos: 16.5,45.5 - parent: 1 - - uid: 6807 + parent: 2 + - uid: 158 components: - type: Transform pos: -34.5,56.5 - parent: 1 - - uid: 7064 + parent: 2 + - uid: 159 components: - type: Transform pos: -60.5,34.5 - parent: 1 - - uid: 10785 + parent: 2 + - uid: 160 components: - type: Transform pos: -80.5,35.5 - parent: 1 - - uid: 10900 + parent: 2 + - uid: 161 components: - type: Transform pos: -5.5,56.5 - parent: 1 - - uid: 11061 + parent: 2 + - uid: 162 components: - type: Transform pos: -72.5,26.5 - parent: 1 - - uid: 15044 + parent: 2 + - uid: 163 components: - type: Transform pos: -8.5,7.5 - parent: 1 - - uid: 16350 + parent: 2 + - uid: 164 components: - type: Transform pos: -6.5,14.5 - parent: 1 - - uid: 18474 + parent: 2 + - uid: 165 components: - type: Transform pos: 26.5,22.5 - parent: 1 + parent: 2 + - uid: 12432 + components: + - type: Transform + pos: 24.5,31.5 + parent: 2 + - uid: 21074 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -97.5,51.5 + parent: 2 - proto: AirlockEVAGlassLocked entities: - - uid: 964 + - uid: 166 components: - type: Transform rot: 3.141592653589793 rad pos: -18.5,45.5 - parent: 1 + parent: 2 - proto: AirlockExternalAtmosphericsLocked entities: - - uid: 10731 + - uid: 167 components: - type: Transform pos: -88.5,42.5 - parent: 1 + parent: 2 - type: DeviceLinkSink invokeCounter: 4 - type: DeviceLinkSource linkedPorts: - 10835: + 13394: - - DoorStatus - InputA - 13049: + 13395: - - DoorStatus - InputB + - uid: 7122 + components: + - type: Transform + pos: -95.5,49.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 20964: + - - DoorStatus + - DoorBolt + - uid: 7196 + components: + - type: Transform + pos: -81.5,53.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 18427: + - - DoorStatus + - DoorBolt + - uid: 18427 + components: + - type: Transform + pos: -78.5,53.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 7196: + - - DoorStatus + - DoorBolt + - uid: 20964 + components: + - type: Transform + pos: -97.5,49.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 3 + - type: DeviceLinkSource + linkedPorts: + 7122: + - - DoorStatus + - DoorBolt - proto: AirlockExternalEngineeringLocked entities: - - uid: 10701 + - uid: 168 components: - type: Transform pos: -88.5,39.5 - parent: 1 + parent: 2 - type: DeviceLinkSink invokeCounter: 4 - type: DeviceLinkSource linkedPorts: - 10835: + 13394: - - DoorStatus - InputB - 13049: + 13395: - - DoorStatus - InputA - proto: AirlockExternalGlass entities: - - uid: 522 + - uid: 169 components: - type: Transform pos: -64.5,-12.5 - parent: 1 - - uid: 584 + parent: 2 + - uid: 170 components: - type: Transform pos: -72.5,-12.5 - parent: 1 - - uid: 615 + parent: 2 + - uid: 171 components: - type: Transform pos: 29.5,16.5 - parent: 1 - - uid: 619 + parent: 2 + - uid: 172 components: - type: Transform pos: 29.5,18.5 - parent: 1 - - uid: 648 + parent: 2 + - uid: 173 components: - type: Transform pos: -74.5,-12.5 - parent: 1 - - uid: 671 + parent: 2 + - uid: 174 components: - type: Transform pos: 29.5,10.5 - parent: 1 - - uid: 714 + parent: 2 + - uid: 175 components: - type: Transform pos: 29.5,8.5 - parent: 1 - - uid: 2652 + parent: 2 + - uid: 176 components: - type: Transform pos: -52.5,77.5 - parent: 1 + parent: 2 - type: DeviceLinkSink invokeCounter: 1 - type: DeviceLinkSource linkedPorts: - 7334: + 183: - - DoorStatus - DoorBolt - - uid: 2656 + - uid: 177 components: - type: Transform pos: -50.5,77.5 - parent: 1 + parent: 2 - type: DeviceLinkSink invokeCounter: 1 - type: DeviceLinkSource linkedPorts: - 7335: + 184: - - DoorStatus - DoorBolt - - uid: 6552 + - uid: 178 components: - type: Transform pos: -66.5,-12.5 - parent: 1 - - uid: 7196 + parent: 2 + - uid: 179 components: - type: Transform pos: -52.5,66.5 - parent: 1 + parent: 2 - type: DeviceLinkSink invokeCounter: 2 - type: DeviceLinkSource linkedPorts: - 7206: + 182: - - DoorStatus - DoorBolt - - uid: 7199 + - uid: 180 components: - type: Transform pos: -50.5,66.5 - parent: 1 + parent: 2 - type: DeviceLinkSink invokeCounter: 2 - type: DeviceLinkSource linkedPorts: - 7203: + 181: - - DoorStatus - DoorBolt - - uid: 7203 + - uid: 181 components: - type: Transform pos: -50.5,70.5 - parent: 1 + parent: 2 - type: DeviceLinkSink invokeCounter: 2 - type: DeviceLinkSource linkedPorts: - 7199: + 180: - - DoorStatus - DoorBolt - - uid: 7206 + - uid: 182 components: - type: Transform pos: -52.5,70.5 - parent: 1 + parent: 2 - type: DeviceLinkSink invokeCounter: 2 - type: DeviceLinkSource linkedPorts: - 7196: + 179: - - DoorStatus - DoorBolt - - uid: 7334 + - uid: 183 components: - type: Transform pos: -52.5,81.5 - parent: 1 + parent: 2 - type: DeviceLinkSink invokeCounter: 1 - type: DeviceLinkSource linkedPorts: - 2652: + 176: - - DoorStatus - DoorBolt - - uid: 7335 + - uid: 184 components: - type: Transform pos: -50.5,81.5 - parent: 1 + parent: 2 - type: DeviceLinkSink invokeCounter: 1 - type: DeviceLinkSource linkedPorts: - 2656: + 177: - - DoorStatus - DoorBolt - - uid: 14721 + - uid: 185 components: - type: Transform rot: 1.5707963267948966 rad pos: -11.5,-26.5 - parent: 1 + parent: 2 - type: DeviceLinkSink invokeCounter: 2 - type: DeviceLinkSource linkedPorts: - 17503: + 187: - - DoorStatus - DoorBolt - 18837: + 188: - - DoorStatus - DoorBolt - - uid: 15509 + - uid: 186 components: - type: Transform rot: 1.5707963267948966 rad pos: -13.5,-26.5 - parent: 1 + parent: 2 - type: DeviceLinkSink invokeCounter: 3 - type: DeviceLinkSource linkedPorts: - 17503: + 187: - - DoorStatus - DoorBolt - 18837: + 188: - - DoorStatus - DoorBolt - - uid: 17503 + - uid: 187 components: - type: Transform pos: -11.5,-21.5 - parent: 1 + parent: 2 - type: DeviceLinkSink invokeCounter: 2 - type: DeviceLinkSource linkedPorts: - 14721: + 185: - - DoorStatus - DoorBolt - 15509: + 186: - - DoorStatus - DoorBolt - - uid: 18837 + - uid: 188 components: - type: Transform pos: -13.5,-21.5 - parent: 1 + parent: 2 - type: DeviceLinkSink invokeCounter: 2 - type: DeviceLinkSource linkedPorts: - 15509: + 186: + - - DoorStatus + - DoorBolt + 185: + - - DoorStatus + - DoorBolt + - uid: 20205 + components: + - type: Transform + pos: -1.5,-29.5 + parent: 2 + - uid: 20206 + components: + - type: Transform + pos: -3.5,-29.5 + parent: 2 + - uid: 20659 + components: + - type: Transform + pos: -90.5,3.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 20865: - - DoorStatus - DoorBolt - 14721: + - uid: 20865 + components: + - type: Transform + pos: -90.5,1.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 20659: - - DoorStatus - DoorBolt - proto: AirlockExternalGlassAtmosphericsLocked entities: - - uid: 11487 + - uid: 189 components: - type: Transform pos: -87.5,60.5 - parent: 1 + parent: 2 - type: DeviceLinkSink invokeCounter: 1 - type: DeviceLinkSource linkedPorts: - 19001: + 190: - - DoorStatus - DoorBolt - - uid: 19001 + - uid: 190 components: - type: Transform pos: -85.5,60.5 - parent: 1 + parent: 2 - type: DeviceLinkSink invokeCounter: 1 - type: DeviceLinkSource linkedPorts: - 11487: + 189: - - DoorStatus - DoorBolt - proto: AirlockExternalGlassCargoLocked entities: - - uid: 5906 + - uid: 191 components: - type: Transform pos: -34.5,-14.5 - parent: 1 - - uid: 5941 + parent: 2 + - uid: 192 components: - type: Transform pos: -32.5,-14.5 - parent: 1 - - uid: 7345 + parent: 2 + - uid: 193 components: - type: Transform - pos: -48.5,-14.5 - parent: 1 + pos: -50.5,-12.5 + parent: 2 - type: DeviceLinkSink - invokeCounter: 1 + invokeCounter: 2 - type: DeviceLinkSource linkedPorts: - 9129: + 194: - - DoorStatus - DoorBolt - - uid: 9129 + 423: + - - DoorStatus + - DoorBolt + - uid: 194 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,-13.5 - parent: 1 + pos: -52.5,-12.5 + parent: 2 - type: DeviceLinkSink invokeCounter: 1 - type: DeviceLinkSource linkedPorts: - 7345: + 193: - - DoorStatus - DoorBolt - proto: AirlockExternalGlassEngineeringLocked entities: - - uid: 3 + - uid: 195 components: - type: Transform rot: 1.5707963267948966 rad pos: -84.5,22.5 - parent: 1 + parent: 2 - type: DeviceLinkSink invokeCounter: 1 - type: DeviceLinkSource linkedPorts: - 10678: + 197: - - DoorStatus - DoorBolt - - uid: 143 + - uid: 196 components: - type: Transform pos: -86.5,40.5 - parent: 1 + parent: 2 - type: DeviceLinkSink invokeCounter: 5 - type: DeviceLinkSource linkedPorts: - 10731: + 167: - - DoorStatus - DoorBolt - 10701: + 168: - - DoorStatus - DoorBolt - 13048: + 198: - - DoorStatus - DoorBolt - - uid: 10678 + - uid: 197 components: - type: Transform rot: 3.141592653589793 rad pos: -86.5,20.5 - parent: 1 + parent: 2 - type: DeviceLinkSink invokeCounter: 1 - type: DeviceLinkSource linkedPorts: - 3: + 195: - - DoorStatus - DoorBolt - - uid: 13048 + - uid: 198 components: - type: Transform rot: 3.141592653589793 rad pos: -90.5,40.5 - parent: 1 + parent: 2 - type: DeviceLinkSink invokeCounter: 2 - type: DeviceLinkSource linkedPorts: - 10731: + 167: + - - DoorStatus + - DoorBolt + 168: + - - DoorStatus + - DoorBolt + 196: - - DoorStatus - DoorBolt - 10701: + - uid: 12433 + components: + - type: Transform + pos: 25.5,34.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 12434: - - DoorStatus - DoorBolt - 143: + - uid: 12434 + components: + - type: Transform + pos: 27.5,35.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 12433: - - DoorStatus - DoorBolt - proto: AirlockExternalGlassLocked entities: - - uid: 576 + - uid: 200 components: - type: Transform - pos: -76.5,-10.5 - parent: 1 + pos: -30.5,54.5 + parent: 2 - type: DeviceLinkSink invokeCounter: 1 - type: DeviceLinkSource linkedPorts: - 6689: + 218: - - DoorStatus - DoorBolt - - uid: 9344 + - uid: 12173 components: - type: Transform - pos: -30.5,54.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 1.5,53.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 17039: + - - DoorStatus + - DoorBolt + - uid: 17039 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,55.5 + parent: 2 - type: DeviceLinkSink invokeCounter: 1 - type: DeviceLinkSource linkedPorts: - 2770: + 12173: - - DoorStatus - DoorBolt - proto: AirlockExternalGlassShuttleArrivals entities: - - uid: 4844 + - uid: 201 components: - type: Transform pos: -73.5,2.5 - parent: 1 - - uid: 4876 + parent: 2 + - uid: 202 components: - type: Transform pos: -66.5,2.5 - parent: 1 - - uid: 4964 + parent: 2 + - uid: 203 components: - type: Transform rot: 3.141592653589793 rad pos: -73.5,-7.5 - parent: 1 - - uid: 4984 + parent: 2 + - uid: 204 components: - type: Transform rot: 3.141592653589793 rad pos: -66.5,-7.5 - parent: 1 + parent: 2 - proto: AirlockExternalGlassShuttleEmergencyLocked entities: - - uid: 1636 + - uid: 205 components: - type: Transform rot: 1.5707963267948966 rad pos: 32.5,10.5 - parent: 1 - - uid: 1637 + parent: 2 + - uid: 206 components: - type: Transform rot: 1.5707963267948966 rad pos: 32.5,8.5 - parent: 1 - - uid: 1638 + parent: 2 + - uid: 207 components: - type: Transform rot: 1.5707963267948966 rad pos: 32.5,16.5 - parent: 1 - - uid: 1639 + parent: 2 + - uid: 208 components: - type: Transform rot: 1.5707963267948966 rad pos: 32.5,18.5 - parent: 1 -- proto: AirlockExternalGlassShuttleEscape - entities: - - uid: 4982 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -76.5,5.5 - parent: 1 + parent: 2 - proto: AirlockExternalGlassShuttleLocked entities: - - uid: 3966 + - uid: 210 components: - type: Transform pos: -64.5,-15.5 - parent: 1 - - uid: 4100 + parent: 2 + - uid: 211 components: - type: Transform pos: -74.5,-15.5 - parent: 1 - - uid: 4105 + parent: 2 + - uid: 212 components: - type: Transform pos: -72.5,-15.5 - parent: 1 - - uid: 4756 + parent: 2 + - uid: 213 components: - type: Transform pos: -66.5,-15.5 - parent: 1 - - uid: 15027 + parent: 2 + - uid: 214 components: - type: Transform pos: -34.5,-17.5 - parent: 1 - - uid: 15029 + parent: 2 + - uid: 215 components: - type: Transform pos: -32.5,-17.5 - parent: 1 + parent: 2 - proto: AirlockExternalLocked entities: - - uid: 748 + - uid: 216 components: - type: Transform pos: 28.5,-9.5 - parent: 1 + parent: 2 - type: DeviceLinkSink invokeCounter: 1 - type: DeviceLinkSource linkedPorts: - 909: + 217: - - DoorStatus - DoorBolt - - uid: 909 + - uid: 217 components: - type: Transform pos: 28.5,-6.5 - parent: 1 + parent: 2 - type: DeviceLinkSink invokeCounter: 1 - type: DeviceLinkSource linkedPorts: - 748: + 216: - - DoorStatus - DoorBolt - - uid: 2770 + - uid: 218 components: - type: Transform pos: -30.5,56.5 - parent: 1 + parent: 2 - type: DeviceLinkSink invokeCounter: 1 - type: DeviceLinkSource linkedPorts: - 9344: + 200: - - DoorStatus - DoorBolt - - uid: 6689 + - uid: 220 components: - type: Transform - pos: -78.5,-10.5 - parent: 1 + pos: -8.5,-37.5 + parent: 2 - type: DeviceLinkSink - invokeCounter: 3 + invokeCounter: 1 - type: DeviceLinkSource linkedPorts: - 576: + 221: - - DoorStatus - DoorBolt - - uid: 16907 + - uid: 221 components: - type: Transform - pos: -8.5,-37.5 - parent: 1 + pos: -8.5,-40.5 + parent: 2 - type: DeviceLinkSink invokeCounter: 1 - type: DeviceLinkSource linkedPorts: - 16908: + 220: - - DoorStatus - DoorBolt - - uid: 16908 + - uid: 222 components: - type: Transform - pos: -8.5,-40.5 - parent: 1 + pos: 21.5,59.5 + parent: 2 - type: DeviceLinkSink invokeCounter: 1 - type: DeviceLinkSource linkedPorts: - 16907: + 223: - - DoorStatus - DoorBolt - - uid: 18520 + - uid: 223 components: - type: Transform - pos: 21.5,59.5 - parent: 1 + pos: 23.5,59.5 + parent: 2 - type: DeviceLinkSink invokeCounter: 1 - type: DeviceLinkSource linkedPorts: - 18724: + 222: - - DoorStatus - DoorBolt - - uid: 18724 + - uid: 224 components: - type: Transform - pos: 23.5,59.5 - parent: 1 + pos: 24.5,67.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 225: + - - DoorStatus + - DoorBolt + - uid: 225 + components: + - type: Transform + pos: 25.5,70.5 + parent: 2 - type: DeviceLinkSink invokeCounter: 1 - type: DeviceLinkSource linkedPorts: - 18520: + 224: - - DoorStatus - DoorBolt - proto: AirlockFreezerLocked entities: - - uid: 6926 + - uid: 226 components: - type: Transform pos: -26.5,45.5 - parent: 1 - - uid: 6927 + parent: 2 + - uid: 227 components: - type: Transform pos: -30.5,46.5 - parent: 1 + parent: 2 - proto: AirlockGlass entities: - - uid: 78 + - uid: 228 components: - type: Transform pos: -59.5,44.5 - parent: 1 - - uid: 634 + parent: 2 + - uid: 229 components: - type: Transform pos: 14.5,4.5 - parent: 1 - - uid: 727 + parent: 2 + - uid: 230 components: - type: Transform pos: -59.5,12.5 - parent: 1 - - uid: 1137 + parent: 2 + - uid: 231 components: - type: Transform rot: 3.141592653589793 rad pos: -55.5,-6.5 - parent: 1 - - uid: 1215 + parent: 2 + - uid: 232 components: - type: Transform rot: -1.5707963267948966 rad pos: -13.5,3.5 - parent: 1 - - uid: 1216 - components: - - type: Transform - pos: -14.5,15.5 - parent: 1 - - uid: 1286 - components: - - type: Transform - pos: -16.5,7.5 - parent: 1 - - uid: 1299 + parent: 2 + - uid: 233 components: - type: Transform pos: -55.5,-1.5 - parent: 1 - - uid: 1756 + parent: 2 + - uid: 234 components: - type: Transform pos: 24.5,6.5 - parent: 1 - - uid: 1757 + parent: 2 + - uid: 235 components: - type: Transform pos: 24.5,5.5 - parent: 1 - - uid: 3396 + parent: 2 + - uid: 236 components: - type: Transform pos: -23.5,7.5 - parent: 1 - - uid: 3970 + parent: 2 + - uid: 237 components: - type: Transform rot: -1.5707963267948966 rad pos: -12.5,3.5 - parent: 1 - - uid: 5169 + parent: 2 + - uid: 238 components: - type: Transform rot: 1.5707963267948966 rad pos: -58.5,35.5 - parent: 1 - - uid: 5496 + parent: 2 + - uid: 239 components: - type: Transform rot: -1.5707963267948966 rad pos: -11.5,3.5 - parent: 1 - - uid: 5501 + parent: 2 + - uid: 240 components: - type: Transform rot: -1.5707963267948966 rad pos: -59.5,6.5 - parent: 1 - - uid: 5579 + parent: 2 + - uid: 241 components: - type: Transform rot: -1.5707963267948966 rad pos: -59.5,4.5 - parent: 1 - - uid: 5742 + parent: 2 + - uid: 242 components: - type: Transform rot: -1.5707963267948966 rad pos: -59.5,5.5 - parent: 1 - - uid: 6496 + parent: 2 + - uid: 243 components: - type: Transform rot: -1.5707963267948966 rad pos: -56.5,3.5 - parent: 1 - - uid: 6497 + parent: 2 + - uid: 244 components: - type: Transform rot: -1.5707963267948966 rad pos: -57.5,3.5 - parent: 1 - - uid: 6505 + parent: 2 + - uid: 245 components: - type: Transform rot: -1.5707963267948966 rad pos: -58.5,3.5 - parent: 1 - - uid: 6506 + parent: 2 + - uid: 246 components: - type: Transform rot: -1.5707963267948966 rad pos: -15.5,34.5 - parent: 1 - - uid: 6650 + parent: 2 + - uid: 247 components: - type: Transform rot: -1.5707963267948966 rad pos: -17.5,34.5 - parent: 1 - - uid: 7122 + parent: 2 + - uid: 248 components: - type: Transform rot: 1.5707963267948966 rad pos: -58.5,29.5 - parent: 1 - - uid: 7131 + parent: 2 + - uid: 249 components: - type: Transform pos: 6.5,-12.5 - parent: 1 - - uid: 7136 + parent: 2 + - uid: 250 components: - type: Transform rot: 1.5707963267948966 rad pos: -56.5,35.5 - parent: 1 - - uid: 7364 + parent: 2 + - uid: 251 components: - type: Transform pos: -38.5,34.5 - parent: 1 - - uid: 7365 + parent: 2 + - uid: 252 components: - type: Transform pos: -36.5,34.5 - parent: 1 - - uid: 7433 + parent: 2 + - uid: 253 components: - type: Transform rot: 1.5707963267948966 rad pos: -56.5,29.5 - parent: 1 - - uid: 7448 + parent: 2 + - uid: 254 components: - type: Transform rot: 1.5707963267948966 rad pos: -57.5,29.5 - parent: 1 - - uid: 8302 + parent: 2 + - uid: 255 + components: + - type: Transform + pos: -14.5,8.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 257: + - - DoorStatus + - DoorBolt + - uid: 256 components: - type: Transform rot: -1.5707963267948966 rad pos: 18.5,7.5 - parent: 1 - - uid: 8649 + parent: 2 + - uid: 257 + components: + - type: Transform + pos: -17.5,9.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 255: + - - DoorStatus + - DoorBolt + - uid: 258 components: - type: Transform rot: -1.5707963267948966 rad pos: -16.5,34.5 - parent: 1 - - uid: 9120 + parent: 2 + - uid: 259 components: - type: Transform rot: -1.5707963267948966 rad pos: -14.5,47.5 - parent: 1 - - uid: 9147 + parent: 2 + - uid: 260 components: - type: Transform pos: 16.5,4.5 - parent: 1 - - uid: 9603 + parent: 2 + - uid: 261 components: - type: Transform rot: -1.5707963267948966 rad pos: 6.5,-15.5 - parent: 1 - - uid: 10017 + parent: 2 + - uid: 262 components: - type: Transform pos: -48.5,34.5 - parent: 1 - - uid: 10227 + parent: 2 + - uid: 263 components: - type: Transform rot: -1.5707963267948966 rad pos: -14.5,48.5 - parent: 1 - - uid: 10602 + parent: 2 + - uid: 264 components: - type: Transform rot: -1.5707963267948966 rad pos: 7.5,-9.5 - parent: 1 - - uid: 10799 + parent: 2 + - uid: 265 components: - type: Transform pos: -22.5,30.5 - parent: 1 - - uid: 15083 + parent: 2 + - uid: 266 components: - type: Transform pos: 9.5,-13.5 - parent: 1 - - uid: 15155 + parent: 2 + - uid: 267 components: - type: Transform rot: 3.141592653589793 rad pos: 15.5,51.5 - parent: 1 - - uid: 16195 + parent: 2 + - uid: 268 components: - type: Transform rot: 3.141592653589793 rad pos: -14.5,32.5 - parent: 1 - - uid: 16196 + parent: 2 + - uid: 269 components: - type: Transform rot: 3.141592653589793 rad pos: -14.5,31.5 - parent: 1 - - uid: 16197 + parent: 2 + - uid: 270 components: - type: Transform rot: 3.141592653589793 rad pos: -14.5,33.5 - parent: 1 - - uid: 16201 + parent: 2 + - uid: 271 components: - type: Transform rot: 3.141592653589793 rad pos: -10.5,5.5 - parent: 1 - - uid: 16202 + parent: 2 + - uid: 272 components: - type: Transform rot: 3.141592653589793 rad pos: -10.5,4.5 - parent: 1 - - uid: 16203 + parent: 2 + - uid: 273 components: - type: Transform rot: 3.141592653589793 rad pos: -10.5,6.5 - parent: 1 - - uid: 16210 + parent: 2 + - uid: 274 components: - type: Transform rot: 1.5707963267948966 rad pos: -37.5,9.5 - parent: 1 - - uid: 16211 + parent: 2 + - uid: 275 components: - type: Transform rot: 1.5707963267948966 rad pos: -38.5,9.5 - parent: 1 - - uid: 16212 + parent: 2 + - uid: 276 components: - type: Transform rot: 1.5707963267948966 rad pos: -36.5,9.5 - parent: 1 - - uid: 16225 + parent: 2 + - uid: 277 components: - type: Transform pos: -47.5,34.5 - parent: 1 - - uid: 16226 + parent: 2 + - uid: 278 components: - type: Transform pos: -46.5,34.5 - parent: 1 - - uid: 16227 + parent: 2 + - uid: 279 components: - type: Transform pos: -38.5,30.5 - parent: 1 - - uid: 16228 + parent: 2 + - uid: 280 components: - type: Transform pos: -36.5,30.5 - parent: 1 - - uid: 16229 + parent: 2 + - uid: 281 components: - type: Transform pos: -37.5,30.5 - parent: 1 - - uid: 16512 + parent: 2 + - uid: 282 components: - type: Transform rot: 1.5707963267948966 rad pos: -57.5,35.5 - parent: 1 - - uid: 16876 + parent: 2 + - uid: 283 components: - type: Transform rot: 3.141592653589793 rad pos: 9.5,0.5 - parent: 1 - - uid: 18480 + parent: 2 + - uid: 284 components: - type: Transform rot: 1.5707963267948966 rad pos: 13.5,54.5 - parent: 1 - - uid: 18535 + parent: 2 + - uid: 285 components: - type: Transform rot: 1.5707963267948966 rad pos: 13.5,58.5 - parent: 1 + parent: 2 +- proto: AirlockGlassShuttle + entities: + - uid: 286 + components: + - type: Transform + pos: -49.5,-20.5 + parent: 2 + - uid: 287 + components: + - type: Transform + pos: -48.5,-20.5 + parent: 2 + - uid: 288 + components: + - type: Transform + pos: -47.5,-20.5 + parent: 2 - proto: AirlockHatchMaintenance entities: - - uid: 11927 + - uid: 289 components: - type: Transform pos: -51.5,9.5 - parent: 1 + parent: 2 + - uid: 931 + components: + - type: Transform + pos: -87.5,-8.5 + parent: 2 + - uid: 1078 + components: + - type: Transform + pos: -89.5,-0.5 + parent: 2 + - uid: 1079 + components: + - type: Transform + pos: -76.5,-10.5 + parent: 2 + - uid: 1090 + components: + - type: Transform + pos: -85.5,5.5 + parent: 2 + - uid: 2192 + components: + - type: Transform + pos: -89.5,-6.5 + parent: 2 + - uid: 2193 + components: + - type: Transform + pos: -88.5,1.5 + parent: 2 + - uid: 18242 + components: + - type: Transform + pos: -87.5,-3.5 + parent: 2 - proto: AirlockHeadOfPersonnelGlassLocked entities: - - uid: 8353 + - uid: 290 components: - type: Transform pos: -21.5,44.5 - parent: 1 + parent: 2 - proto: AirlockHeadOfSecurityGlassLocked entities: - - uid: 1925 + - uid: 291 components: - type: Transform rot: 1.5707963267948966 rad pos: -59.5,62.5 - parent: 1 + parent: 2 - proto: AirlockHydroGlassLocked entities: - - uid: 6879 + - uid: 292 components: - type: Transform pos: -40.5,48.5 - parent: 1 + parent: 2 - proto: AirlockHydroponicsLocked entities: - - uid: 6880 + - uid: 293 components: - type: Transform pos: -45.5,46.5 - parent: 1 - - uid: 6881 + parent: 2 + - uid: 294 components: - type: Transform pos: -40.5,40.5 - parent: 1 + parent: 2 - proto: AirlockKitchenGlassLocked entities: - - uid: 6903 + - uid: 295 components: - type: Transform pos: -37.5,41.5 - parent: 1 + parent: 2 - proto: AirlockMaint entities: - - uid: 1605 + - uid: 296 components: - type: Transform pos: 24.5,-6.5 - parent: 1 - - uid: 3161 + parent: 2 + - uid: 297 components: - type: Transform pos: -31.5,16.5 - parent: 1 - - uid: 3504 + parent: 2 + - uid: 298 components: - type: Transform pos: -24.5,-9.5 - parent: 1 - - uid: 6073 + parent: 2 + - uid: 299 components: - type: Transform pos: 7.5,49.5 - parent: 1 - - uid: 6075 - components: - - type: Transform - pos: 13.5,45.5 - parent: 1 - - uid: 6078 + parent: 2 + - uid: 300 components: - type: Transform pos: 3.5,48.5 - parent: 1 - - uid: 6520 + parent: 2 + - uid: 301 components: - type: Transform pos: -49.5,7.5 - parent: 1 - - uid: 7586 + parent: 2 + - uid: 302 components: - type: Transform pos: -26.5,41.5 - parent: 1 - - uid: 13365 + parent: 2 + - uid: 303 components: - type: Transform pos: -68.5,52.5 - parent: 1 - - uid: 14011 + parent: 2 + - uid: 304 components: - type: Transform pos: -63.5,15.5 - parent: 1 - - uid: 15892 + parent: 2 + - uid: 305 components: - type: Transform pos: 0.5,-22.5 - parent: 1 - - uid: 16068 + parent: 2 + - uid: 306 components: - type: Transform pos: -47.5,11.5 - parent: 1 - - uid: 16069 + parent: 2 + - uid: 307 components: - type: Transform pos: -50.5,11.5 - parent: 1 + parent: 2 + - uid: 308 + components: + - type: Transform + pos: -30.5,19.5 + parent: 2 + - uid: 13655 + components: + - type: Transform + pos: 23.5,-9.5 + parent: 2 + - uid: 17882 + components: + - type: Transform + pos: 30.5,-2.5 + parent: 2 + - uid: 19443 + components: + - type: Transform + pos: 5.5,52.5 + parent: 2 + - uid: 20189 + components: + - type: Transform + pos: 0.5,-24.5 + parent: 2 + - uid: 20254 + components: + - type: Transform + pos: 30.5,-5.5 + parent: 2 + - uid: 20313 + components: + - type: Transform + pos: 23.5,-3.5 + parent: 2 + - uid: 20314 + components: + - type: Transform + pos: 17.5,-5.5 + parent: 2 + - uid: 20319 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -63.5,9.5 + parent: 2 - proto: AirlockMaintAtmoLocked entities: - - uid: 6372 + - uid: 309 components: - type: Transform pos: -75.5,43.5 - parent: 1 - - uid: 14315 + parent: 2 + - uid: 310 components: - type: Transform pos: -74.5,48.5 - parent: 1 + parent: 2 + - uid: 18459 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -68.5,44.5 + parent: 2 - proto: AirlockMaintBarLocked entities: - - uid: 6710 + - uid: 311 components: - type: Transform pos: -26.5,36.5 - parent: 1 + parent: 2 - proto: AirlockMaintCargoLocked entities: - - uid: 3624 + - uid: 312 components: - type: Transform pos: -30.5,-6.5 - parent: 1 + parent: 2 - proto: AirlockMaintChapelLocked entities: - - uid: 1646 + - uid: 313 components: - type: Transform pos: 19.5,-3.5 - parent: 1 + parent: 2 - proto: AirlockMaintChemLocked entities: - - uid: 1620 + - uid: 314 components: - type: Transform - pos: -3.5,18.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -5.5,23.5 + parent: 2 +- proto: AirlockMaintChiefMedicalOfficerLocked + entities: + - uid: 315 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,33.5 + parent: 2 - proto: AirlockMaintCommandLocked entities: - - uid: 1274 + - uid: 316 components: - type: Transform pos: 19.5,-6.5 - parent: 1 + parent: 2 +- proto: AirlockMaintCommonLocked + entities: + - uid: 20308 + components: + - type: Transform + pos: 35.5,-3.5 + parent: 2 - proto: AirlockMaintEngiLocked entities: - - uid: 13621 + - uid: 317 components: - type: Transform pos: -63.5,35.5 - parent: 1 + parent: 2 + - uid: 7022 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -62.5,26.5 + parent: 2 + - uid: 20739 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -87.5,6.5 + parent: 2 - proto: AirlockMaintGlass entities: - - uid: 5878 + - uid: 318 components: - type: Transform pos: -7.5,45.5 - parent: 1 + parent: 2 - proto: AirlockMaintHOPLocked entities: - - uid: 5827 + - uid: 319 components: - type: Transform pos: -24.5,41.5 - parent: 1 + parent: 2 - proto: AirlockMaintHydroLocked entities: - - uid: 7896 + - uid: 320 components: - type: Transform pos: -43.5,50.5 - parent: 1 + parent: 2 - proto: AirlockMaintJanitorLocked entities: - - uid: 5952 + - uid: 321 components: - type: Transform pos: -49.5,36.5 - parent: 1 - - uid: 9599 + parent: 2 + - uid: 322 components: - type: Transform pos: -54.5,42.5 - parent: 1 - - uid: 11414 + parent: 2 + - uid: 323 components: - type: Transform pos: -52.5,38.5 - parent: 1 + parent: 2 - proto: AirlockMaintKitchenLocked entities: - - uid: 6693 + - uid: 324 components: - type: Transform pos: -32.5,48.5 - parent: 1 + parent: 2 - proto: AirlockMaintLawyerLocked entities: - - uid: 2052 + - uid: 325 components: - type: Transform pos: -68.5,12.5 - parent: 1 + parent: 2 - proto: AirlockMaintLocked entities: - - uid: 139 + - uid: 83 + components: + - type: Transform + pos: -46.5,19.5 + parent: 2 + - uid: 326 components: - type: Transform pos: 10.5,-4.5 - parent: 1 - - uid: 553 + parent: 2 + - uid: 327 components: - type: Transform pos: -14.5,0.5 - parent: 1 - - uid: 639 + parent: 2 + - uid: 328 components: - type: Transform pos: -10.5,25.5 - parent: 1 - - uid: 1046 + parent: 2 + - uid: 329 components: - type: Transform pos: -10.5,37.5 - parent: 1 - - uid: 1052 + parent: 2 + - uid: 330 components: - type: Transform pos: -9.5,47.5 - parent: 1 - - uid: 1603 + parent: 2 + - uid: 331 + components: + - type: Transform + pos: 18.5,60.5 + parent: 2 + - uid: 332 + components: + - type: Transform + pos: -25.5,48.5 + parent: 2 + - uid: 333 components: - type: Transform pos: 4.5,2.5 - parent: 1 - - uid: 1604 + parent: 2 + - uid: 334 components: - type: Transform pos: 22.5,3.5 - parent: 1 - - uid: 1606 + parent: 2 + - uid: 335 components: - type: Transform pos: -15.5,2.5 - parent: 1 - - uid: 1607 + parent: 2 + - uid: 336 components: - type: Transform pos: -26.5,-3.5 - parent: 1 - - uid: 1612 + parent: 2 + - uid: 337 components: - type: Transform pos: -5.5,8.5 - parent: 1 - - uid: 2660 + parent: 2 + - uid: 339 components: - type: Transform - pos: -67.5,47.5 - parent: 1 - - uid: 3173 + pos: -6.5,18.5 + parent: 2 + - uid: 340 + components: + - type: Transform + pos: -19.5,15.5 + parent: 2 + - uid: 341 components: - type: Transform pos: -33.5,8.5 - parent: 1 - - uid: 3180 + parent: 2 + - uid: 342 components: - type: Transform pos: -21.5,26.5 - parent: 1 - - uid: 3181 + parent: 2 + - uid: 343 components: - type: Transform pos: -19.5,8.5 - parent: 1 - - uid: 3391 + parent: 2 + - uid: 344 components: - type: Transform pos: -21.5,16.5 - parent: 1 - - uid: 3392 + parent: 2 + - uid: 345 components: - type: Transform pos: -29.5,15.5 - parent: 1 - - uid: 3393 + parent: 2 + - uid: 346 components: - type: Transform pos: -21.5,12.5 - parent: 1 - - uid: 3906 + parent: 2 + - uid: 347 components: - type: Transform pos: -28.5,3.5 - parent: 1 - - uid: 4257 + parent: 2 + - uid: 348 components: - type: Transform pos: -44.5,29.5 - parent: 1 - - uid: 4258 + parent: 2 + - uid: 349 components: - type: Transform pos: -40.5,21.5 - parent: 1 - - uid: 4590 + parent: 2 + - uid: 350 components: - type: Transform pos: -51.5,15.5 - parent: 1 - - uid: 4741 + parent: 2 + - uid: 351 + components: + - type: Transform + pos: -21.5,21.5 + parent: 2 + - uid: 352 components: - type: Transform pos: -44.5,7.5 - parent: 1 - - uid: 5365 + parent: 2 + - uid: 353 components: - type: Transform pos: -48.5,2.5 - parent: 1 - - uid: 5366 + parent: 2 + - uid: 354 components: - type: Transform pos: -55.5,1.5 - parent: 1 - - uid: 5367 + parent: 2 + - uid: 355 components: - type: Transform pos: -55.5,-9.5 - parent: 1 - - uid: 5577 + parent: 2 + - uid: 356 components: - type: Transform pos: -14.5,20.5 - parent: 1 - - uid: 6072 + parent: 2 + - uid: 357 components: - type: Transform pos: -18.5,51.5 - parent: 1 - - uid: 6074 + parent: 2 + - uid: 358 components: - type: Transform pos: -14.5,51.5 - parent: 1 - - uid: 7094 + parent: 2 + - uid: 359 components: - type: Transform pos: -50.5,43.5 - parent: 1 - - uid: 7897 + parent: 2 + - uid: 360 components: - type: Transform pos: -45.5,49.5 - parent: 1 - - uid: 9258 + parent: 2 + - uid: 361 components: - type: Transform pos: -60.5,7.5 - parent: 1 - - uid: 9288 + parent: 2 + - uid: 362 components: - type: Transform pos: -59.5,47.5 - parent: 1 - - uid: 10924 + parent: 2 + - uid: 363 components: - type: Transform pos: 15.5,10.5 - parent: 1 - - uid: 11320 + parent: 2 + - uid: 364 components: - type: Transform pos: -7.5,35.5 - parent: 1 - - uid: 14890 + parent: 2 + - uid: 365 components: - type: Transform - pos: -25.5,35.5 - parent: 1 - - uid: 14973 + pos: 3.5,44.5 + parent: 2 + - uid: 366 components: - type: Transform - pos: -18.5,12.5 - parent: 1 - - uid: 15238 + pos: -1.5,46.5 + parent: 2 + - uid: 367 + components: + - type: Transform + pos: -39.5,55.5 + parent: 2 + - uid: 368 + components: + - type: Transform + pos: -25.5,35.5 + parent: 2 + - uid: 369 components: - type: Transform pos: -59.5,36.5 - parent: 1 - - uid: 15289 + parent: 2 + - uid: 370 components: - type: Transform pos: -59.5,27.5 - parent: 1 - - uid: 18114 + parent: 2 + - uid: 371 + components: + - type: Transform + pos: 5.5,47.5 + parent: 2 + - uid: 372 + components: + - type: Transform + pos: -29.5,52.5 + parent: 2 + - uid: 373 components: - type: Transform rot: 3.141592653589793 rad pos: -72.5,50.5 - parent: 1 - - uid: 18540 + parent: 2 + - uid: 374 components: - type: Transform pos: 20.5,57.5 - parent: 1 + parent: 2 + - uid: 375 + components: + - type: Transform + pos: 11.5,60.5 + parent: 2 + - uid: 376 + components: + - type: Transform + pos: -48.5,-2.5 + parent: 2 + - uid: 377 + components: + - type: Transform + pos: -1.5,12.5 + parent: 2 + - uid: 378 + components: + - type: Transform + pos: 3.5,11.5 + parent: 2 + - uid: 379 + components: + - type: Transform + pos: 14.5,19.5 + parent: 2 + - uid: 380 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,63.5 + parent: 2 + - uid: 829 + components: + - type: Transform + pos: 9.5,52.5 + parent: 2 + - uid: 7054 + components: + - type: Transform + pos: -37.5,53.5 + parent: 2 + - uid: 7354 + components: + - type: Transform + pos: -28.5,-1.5 + parent: 2 + - uid: 10584 + components: + - type: Transform + pos: 21.5,22.5 + parent: 2 + - uid: 10883 + components: + - type: Transform + pos: 17.5,24.5 + parent: 2 + - uid: 11366 + components: + - type: Transform + pos: -49.5,21.5 + parent: 2 + - uid: 12625 + components: + - type: Transform + pos: 14.5,40.5 + parent: 2 + - uid: 12987 + components: + - type: Transform + pos: 20.5,35.5 + parent: 2 + - uid: 13165 + components: + - type: Transform + pos: -60.5,23.5 + parent: 2 + - uid: 13188 + components: + - type: Transform + pos: 23.5,27.5 + parent: 2 + - uid: 13500 + components: + - type: Transform + pos: -8.5,21.5 + parent: 2 + - uid: 13578 + components: + - type: Transform + pos: -68.5,47.5 + parent: 2 + - uid: 13579 + components: + - type: Transform + pos: -66.5,46.5 + parent: 2 + - uid: 13699 + components: + - type: Transform + pos: -33.5,52.5 + parent: 2 + - uid: 14423 + components: + - type: Transform + pos: -2.5,40.5 + parent: 2 + - uid: 14855 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,18.5 + parent: 2 + - uid: 15550 + components: + - type: Transform + pos: -49.5,19.5 + parent: 2 + - uid: 18428 + components: + - type: Transform + pos: -21.5,-9.5 + parent: 2 + - uid: 18872 + components: + - type: Transform + pos: -45.5,16.5 + parent: 2 + - uid: 18876 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -66.5,14.5 + parent: 2 + - uid: 19042 + components: + - type: Transform + pos: -51.5,-8.5 + parent: 2 + - uid: 19767 + components: + - type: Transform + pos: -4.5,47.5 + parent: 2 + - uid: 20317 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,40.5 + parent: 2 + - uid: 20629 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,47.5 + parent: 2 - proto: AirlockMaintMedLocked entities: - - uid: 1365 + - uid: 381 components: - type: Transform pos: 12.5,15.5 - parent: 1 - - uid: 1901 + parent: 2 + - uid: 382 components: - type: Transform - pos: 13.5,35.5 - parent: 1 - - uid: 2008 + pos: 13.5,41.5 + parent: 2 + - uid: 383 components: - type: Transform - pos: 5.5,40.5 - parent: 1 - - uid: 2050 + pos: -2.5,16.5 + parent: 2 + - uid: 384 components: - type: Transform - pos: -2.5,16.5 - parent: 1 - - uid: 17101 + pos: 3.5,41.5 + parent: 2 + - uid: 385 components: - type: Transform pos: 13.5,23.5 - parent: 1 + parent: 2 + - uid: 20170 + components: + - type: Transform + pos: 5.5,12.5 + parent: 2 - proto: AirlockMaintRnDLocked entities: - - uid: 2920 + - uid: 386 components: - type: Transform pos: 1.5,-8.5 - parent: 1 - - uid: 10743 + parent: 2 + - uid: 387 components: - type: Transform pos: -19.5,-2.5 - parent: 1 - - uid: 11882 + parent: 2 + - uid: 388 components: - type: Transform rot: 3.141592653589793 rad pos: -0.5,-21.5 - parent: 1 + parent: 2 - proto: AirlockMaintSalvageLocked entities: - - uid: 5382 + - uid: 389 components: - type: Transform pos: -46.5,-9.5 - parent: 1 + parent: 2 +- proto: AirlockMaintSec + entities: + - uid: 390 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -66.5,61.5 + parent: 2 - proto: AirlockMaintSecLocked entities: - - uid: 1198 + - uid: 391 components: - type: Transform pos: -65.5,60.5 - parent: 1 - - uid: 2848 + parent: 2 + - uid: 392 components: - type: Transform - pos: -18.5,29.5 - parent: 1 - - uid: 7883 + pos: -45.5,54.5 + parent: 2 + - uid: 393 components: - type: Transform - pos: -45.5,54.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -18.5,28.5 + parent: 2 + - uid: 394 + components: + - type: Transform + pos: 1.5,11.5 + parent: 2 - proto: AirlockMaintServiceLocked entities: - - uid: 16180 + - uid: 395 components: - type: Transform pos: -51.5,-4.5 - parent: 1 + parent: 2 - proto: AirlockMaintTheatreLocked entities: - - uid: 3419 + - uid: 396 components: - type: Transform pos: -21.5,23.5 - parent: 1 - - uid: 4234 + parent: 2 + - uid: 397 components: - type: Transform pos: -43.5,27.5 - parent: 1 + parent: 2 - proto: AirlockMedicalGlass entities: - - uid: 1996 + - uid: 398 components: - type: Transform pos: -5.5,33.5 - parent: 1 - - uid: 16596 + parent: 2 + - uid: 399 components: - type: Transform pos: -5.5,31.5 - parent: 1 + parent: 2 - proto: AirlockMedicalGlassLocked entities: - - uid: 1314 + - uid: 400 components: - type: Transform - pos: 6.5,30.5 - parent: 1 - - uid: 1354 + rot: 1.5707963267948966 rad + pos: 5.5,24.5 + parent: 2 + - uid: 401 components: - type: Transform - pos: 6.5,29.5 - parent: 1 - - uid: 1617 + rot: 1.5707963267948966 rad + pos: 5.5,25.5 + parent: 2 + - uid: 402 components: - type: Transform pos: 1.5,29.5 - parent: 1 - - uid: 1618 + parent: 2 + - uid: 403 components: - type: Transform pos: 1.5,30.5 - parent: 1 - - uid: 2269 + parent: 2 + - uid: 404 components: - type: Transform - pos: 6.5,34.5 - parent: 1 - - uid: 10925 + pos: 9.5,38.5 + parent: 2 + - uid: 405 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,35.5 - parent: 1 -- proto: AirlockMedicalLocked - entities: - - uid: 1319 + rot: -1.5707963267948966 rad + pos: 8.5,36.5 + parent: 2 + - uid: 406 components: - type: Transform - pos: 5.5,24.5 - parent: 1 - - uid: 1353 + rot: -1.5707963267948966 rad + pos: 8.5,34.5 + parent: 2 + - uid: 407 components: - type: Transform - pos: 5.5,25.5 - parent: 1 - - uid: 1629 + pos: 5.5,40.5 + parent: 2 + - uid: 408 + components: + - type: Transform + pos: 10.5,38.5 + parent: 2 + - uid: 409 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,35.5 + parent: 2 +- proto: AirlockMedicalLocked + entities: + - uid: 410 components: - type: Transform pos: 1.5,33.5 - parent: 1 - - uid: 2312 + parent: 2 + - uid: 411 components: - type: Transform pos: 3.5,18.5 - parent: 1 + parent: 2 - proto: AirlockQuartermasterLocked entities: - - uid: 3732 + - uid: 412 components: - type: Transform pos: -44.5,-3.5 - parent: 1 + parent: 2 - proto: AirlockResearchDirectorGlassLocked entities: - - uid: 1222 + - uid: 413 components: - type: Transform rot: -1.5707963267948966 rad pos: -17.5,-15.5 - parent: 1 - - uid: 10102 + parent: 2 + - uid: 414 components: - type: Transform pos: -18.5,-12.5 - parent: 1 + parent: 2 - proto: AirlockResearchDirectorLocked entities: - - uid: 10081 + - uid: 415 components: - type: Transform pos: -15.5,-16.5 - parent: 1 - - uid: 13661 + parent: 2 + - uid: 416 components: - type: Transform pos: -19.5,-17.5 - parent: 1 + parent: 2 - proto: AirlockRoboticsGlassLocked entities: - - uid: 404 + - uid: 417 components: - type: Transform pos: -10.5,-16.5 - parent: 1 - - uid: 17378 + parent: 2 + - uid: 418 components: - type: Transform pos: -5.5,-19.5 - parent: 1 - - uid: 17382 + parent: 2 + - uid: 419 components: - type: Transform pos: -3.5,-14.5 - parent: 1 + parent: 2 - proto: AirlockRoboticsLocked entities: - - uid: 17396 + - uid: 420 components: - type: Transform pos: -1.5,-16.5 - parent: 1 + parent: 2 - proto: AirlockSalvageGlassLocked entities: - - uid: 3566 + - uid: 421 components: - type: Transform pos: -40.5,-8.5 - parent: 1 + parent: 2 + - uid: 422 + components: + - type: Transform + pos: -48.5,-15.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 423: + - - DoorStatus + - DoorBolt + - uid: 423 + components: + - type: Transform + pos: -46.5,-12.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 2 + - type: DeviceLinkSource + linkedPorts: + 193: + - - DoorStatus + - DoorBolt + 422: + - - DoorStatus + - DoorBolt - proto: AirlockScienceGlass entities: - - uid: 356 + - uid: 424 components: - type: Transform pos: -10.5,-11.5 - parent: 1 + parent: 2 - proto: AirlockScienceGlassLocked entities: - - uid: 260 + - uid: 425 components: - type: Transform pos: -16.5,-33.5 - parent: 1 - - uid: 432 + parent: 2 + - uid: 426 components: - type: Transform rot: 3.141592653589793 rad pos: -7.5,-20.5 - parent: 1 - - uid: 15536 + parent: 2 + - uid: 427 components: - type: Transform pos: -16.5,-8.5 - parent: 1 + parent: 2 - proto: AirlockScienceLocked entities: - - uid: 136 + - uid: 428 components: - type: Transform pos: -12.5,-9.5 - parent: 1 - - uid: 1995 + parent: 2 + - uid: 429 components: - type: Transform pos: -18.5,-34.5 - parent: 1 - - uid: 2051 + parent: 2 + - uid: 430 components: - type: Transform pos: -18.5,-32.5 - parent: 1 - - uid: 2105 + parent: 2 + - uid: 431 components: - type: Transform pos: -10.5,-34.5 - parent: 1 - - uid: 12312 + parent: 2 + - uid: 432 components: - type: Transform pos: -12.5,-6.5 - parent: 1 + parent: 2 - proto: AirlockSecurityGlass entities: - - uid: 11 + - uid: 433 components: - type: Transform pos: -56.5,89.5 - parent: 1 - - uid: 509 + parent: 2 + - uid: 434 components: - type: Transform pos: -70.5,7.5 - parent: 1 - - uid: 2657 + parent: 2 + - uid: 435 components: - type: Transform pos: -56.5,83.5 - parent: 1 + parent: 2 - proto: AirlockSecurityGlassLocked entities: - - uid: 2017 + - uid: 436 components: - type: Transform pos: 1.5,7.5 - parent: 1 - - uid: 2659 + parent: 2 + - uid: 437 components: - type: Transform rot: -1.5707963267948966 rad pos: -14.5,27.5 - parent: 1 - - uid: 2824 + parent: 2 + - uid: 438 components: - type: Transform pos: -49.5,64.5 - parent: 1 - - uid: 7336 + parent: 2 + - uid: 439 components: - type: Transform pos: -53.5,83.5 - parent: 1 - - uid: 7337 + parent: 2 + - uid: 440 components: - type: Transform pos: -53.5,89.5 - parent: 1 - - uid: 7863 + parent: 2 + - uid: 441 components: - type: Transform pos: -52.5,59.5 - parent: 1 - - uid: 7864 + parent: 2 + - uid: 442 components: - type: Transform pos: -50.5,59.5 - parent: 1 - - uid: 7866 + parent: 2 + - uid: 443 components: - type: Transform pos: -58.5,53.5 - parent: 1 + parent: 2 - proto: AirlockSecurityLawyerLocked entities: - - uid: 4209 + - uid: 444 components: - type: Transform pos: -72.5,12.5 - parent: 1 + parent: 2 - proto: AirlockSecurityLocked entities: - - uid: 7895 + - uid: 445 components: - type: Transform pos: -58.5,57.5 - parent: 1 + parent: 2 - proto: AirlockServiceLocked entities: - - uid: 3394 + - uid: 446 components: - type: Transform pos: -29.5,8.5 - parent: 1 - - uid: 3395 + parent: 2 + - uid: 447 components: - type: Transform pos: -32.5,10.5 - parent: 1 + parent: 2 - proto: AirlockTheatreLocked entities: - - uid: 3418 + - uid: 448 components: - type: Transform pos: -27.5,23.5 - parent: 1 - - uid: 4176 + parent: 2 + - uid: 449 components: - type: Transform pos: -39.5,24.5 - parent: 1 + parent: 2 - proto: AirlockVirologyLocked entities: - - uid: 1147 + - uid: 450 components: - type: Transform pos: 5.5,19.5 - parent: 1 - - uid: 1148 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 451: + - - DoorStatus + - DoorBolt + - uid: 451 components: - type: Transform pos: 8.5,19.5 - parent: 1 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 450: + - - DoorStatus + - DoorBolt - proto: AirSensor entities: - - uid: 18298 + - uid: 452 components: - type: Transform pos: -94.5,43.5 - parent: 1 + parent: 2 - type: DeviceNetwork configurators: - - 118 + - 13656 + deviceLists: + - 12383 + - uid: 453 + components: + - type: Transform + pos: -80.5,65.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 68 +- proto: AirSensorVox + entities: + - uid: 454 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,14.5 + parent: 2 + - type: DeviceNetwork deviceLists: - - 18113 + - 76 +- proto: AirTank + entities: + - uid: 455 + components: + - type: Transform + pos: -0.7023816,27.532228 + parent: 2 + - uid: 456 + components: + - type: Transform + pos: -0.43154833,27.42799 + parent: 2 - proto: AltarChaos entities: - - uid: 5926 + - uid: 457 components: - type: Transform pos: -7.5,39.5 - parent: 1 + parent: 2 - proto: AltarSpawner entities: - - uid: 1824 + - uid: 458 components: - type: Transform pos: 15.5,-2.5 - parent: 1 + parent: 2 + - uid: 13973 + components: + - type: Transform + pos: -36.5,50.5 + parent: 2 - proto: AmeController entities: - - uid: 7069 + - uid: 459 components: - type: Transform pos: -70.5,19.5 - parent: 1 + parent: 2 - proto: AmeJar entities: - - uid: 5963 + - uid: 461 components: - type: Transform - parent: 670 + parent: 460 - type: Physics canCollide: False - type: InsideEntityStorage - proto: AmePartFlatpack entities: - - uid: 5590 + - uid: 463 components: - type: Transform - parent: 10657 + parent: 462 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 8038 + - uid: 464 components: - type: Transform - parent: 10657 + parent: 462 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 16181 + - uid: 465 components: - type: Transform - parent: 10657 + parent: 462 - type: Physics canCollide: False - type: InsideEntityStorage - proto: AnomalyLocatorEmpty entities: - - uid: 106 + - uid: 466 components: - type: Transform pos: -5.5159826,-10.388127 - parent: 1 + parent: 2 - proto: AnomalyScanner entities: - - uid: 237 + - uid: 467 components: - type: Transform pos: -7.4684243,-8.322548 - parent: 1 - - uid: 355 + parent: 2 + - uid: 468 components: - type: Transform pos: -7.5777993,-8.119423 - parent: 1 - - uid: 1188 + parent: 2 + - uid: 469 components: - type: Transform pos: -0.3936189,-13.352524 - parent: 1 + parent: 2 - proto: AnomalyVesselCircuitboard entities: - - uid: 124 + - uid: 470 components: - type: Transform pos: -7.5197573,-7.4590693 - parent: 1 + parent: 2 - proto: APCBasic entities: - - uid: 364 + - uid: 471 components: - type: MetaData name: RD APC - type: Transform rot: 3.141592653589793 rad pos: -20.5,-17.5 - parent: 1 - - uid: 716 + parent: 2 + - uid: 472 components: - type: MetaData name: Particle Accelerator APC - type: Transform pos: -82.5,28.5 - parent: 1 - - uid: 937 + parent: 2 + - uid: 473 components: - type: MetaData name: Grav APC - type: Transform rot: 3.141592653589793 rad pos: 26.5,0.5 - parent: 1 - - uid: 1674 + parent: 2 + - uid: 474 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,12.5 + parent: 2 + - uid: 475 components: - type: MetaData name: Cryosleep/Chapel APC - type: Transform rot: -1.5707963267948966 rad pos: 12.5,0.5 - parent: 1 - - uid: 2080 + parent: 2 + - uid: 476 components: - - type: MetaData - name: Medical Back APC - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,21.5 - parent: 1 - - uid: 2081 + rot: -1.5707963267948966 rad + pos: 5.5,21.5 + parent: 2 + - uid: 477 components: - type: MetaData name: Medical Front APC - type: Transform pos: 4.5,35.5 - parent: 1 - - uid: 2086 + parent: 2 + - uid: 478 components: - - type: MetaData - name: Medbay APC - type: Transform - pos: 9.5,38.5 - parent: 1 - - uid: 2253 + rot: -1.5707963267948966 rad + pos: -5.5,22.5 + parent: 2 + - uid: 479 components: - type: MetaData name: Dorms Checkpoint APC - type: Transform rot: -1.5707963267948966 rad pos: 2.5,9.5 - parent: 1 - - uid: 2514 + parent: 2 + - uid: 480 components: - type: MetaData - name: EVAC Substation APC + name: Main Medbay APC - type: Transform - pos: 22.5,10.5 - parent: 1 - - uid: 2697 + pos: 7.5,35.5 + parent: 2 + - uid: 481 components: - type: MetaData - name: Med Hallway APC + name: Med Cryo APC - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,17.5 - parent: 1 - - uid: 2767 + pos: 6.5,43.5 + parent: 2 + - uid: 482 + components: + - type: MetaData + name: EVAC Substation APC + - type: Transform + pos: 22.5,10.5 + parent: 2 + - uid: 483 + components: + - type: MetaData + name: Med Hallway APC + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,17.5 + parent: 2 + - uid: 484 components: - type: MetaData name: Janitor APC - type: Transform pos: -53.5,42.5 - parent: 1 - - uid: 3211 + parent: 2 + - uid: 485 components: - type: MetaData name: Library APC - type: Transform pos: -24.5,19.5 - parent: 1 - - uid: 3527 + parent: 2 + - uid: 486 components: - type: MetaData name: Stage APC - type: Transform pos: -29.5,30.5 - parent: 1 - - uid: 3776 + parent: 2 + - uid: 487 components: - type: MetaData name: Cargo APC - type: Transform rot: 1.5707963267948966 rad pos: -42.5,-5.5 - parent: 1 - - uid: 3872 + parent: 2 + - uid: 488 components: - type: Transform rot: 1.5707963267948966 rad pos: -27.5,-2.5 - parent: 1 - - uid: 4340 + parent: 2 + - uid: 489 components: - type: MetaData name: Mid Hallway APC - type: Transform rot: 1.5707963267948966 rad pos: -40.5,20.5 - parent: 1 - - uid: 4341 + parent: 2 + - uid: 490 components: - type: MetaData name: Camera Router APC - type: Transform pos: -41.5,12.5 - parent: 1 - - uid: 4429 + parent: 2 + - uid: 491 components: - type: MetaData name: Armory APC - type: Transform pos: -45.5,66.5 - parent: 1 - - uid: 4508 + parent: 2 + - uid: 492 components: - type: MetaData name: Old Bridge APC - type: Transform pos: 19.5,44.5 - parent: 1 - - uid: 4610 + parent: 2 + - uid: 493 components: - type: MetaData name: Coffee Bar APC - type: Transform rot: -1.5707963267948966 rad pos: -51.5,14.5 - parent: 1 - - uid: 4611 + parent: 2 + - uid: 494 components: - type: MetaData name: Tech Storage APC - type: Transform rot: -1.5707963267948966 rad pos: -46.5,27.5 - parent: 1 - - uid: 5075 + parent: 2 + - uid: 495 components: - type: MetaData name: TEG APC - type: Transform pos: -89.5,39.5 - parent: 1 - - uid: 5103 + parent: 2 + - uid: 496 components: - type: MetaData name: Arrivals APC - type: Transform rot: -1.5707963267948966 rad pos: -55.5,-7.5 - parent: 1 - - uid: 5509 + parent: 2 + - uid: 497 components: - type: MetaData name: Telecomms APC - type: Transform rot: 1.5707963267948966 rad pos: 24.5,24.5 - parent: 1 - - uid: 6213 + parent: 2 + - uid: 498 components: - type: MetaData name: EVAC APC - type: Transform pos: 24.5,20.5 - parent: 1 - - uid: 6259 + parent: 2 + - uid: 499 components: - type: MetaData name: Sauna APC - type: Transform rot: -1.5707963267948966 rad pos: -45.5,9.5 - parent: 1 - - uid: 6334 + parent: 2 + - uid: 500 components: - type: MetaData name: Maints Bar APC - type: Transform rot: 1.5707963267948966 rad pos: 13.5,55.5 - parent: 1 - - uid: 6434 + parent: 2 + - uid: 501 components: - type: MetaData name: Bridge APC - type: Transform pos: -11.5,58.5 - parent: 1 - - uid: 7743 + parent: 2 + - uid: 502 components: - type: MetaData name: Perma APC - type: Transform rot: 1.5707963267948966 rad pos: -53.5,85.5 - parent: 1 - - uid: 7843 + parent: 2 + - uid: 503 components: - type: MetaData name: Security Front APC - type: Transform rot: 1.5707963267948966 rad pos: -58.5,56.5 - parent: 1 - - uid: 8340 + parent: 2 + - uid: 504 components: - type: MetaData name: HoP/EVA APC - type: Transform pos: -23.5,43.5 - parent: 1 - - uid: 8631 + parent: 2 + - uid: 505 components: - type: MetaData name: Security Back APC - type: Transform rot: -1.5707963267948966 rad pos: -49.5,62.5 - parent: 1 - - uid: 9088 + parent: 2 + - uid: 506 components: - type: MetaData name: Engineering Breakroom APC - type: Transform rot: 3.141592653589793 rad pos: -78.5,28.5 - parent: 1 - - uid: 9395 + parent: 2 + - uid: 507 components: - type: MetaData name: Kitchen APC - type: Transform pos: -31.5,48.5 - parent: 1 - - uid: 9417 + parent: 2 + - uid: 508 components: - type: MetaData name: Bar APC - type: Transform rot: -1.5707963267948966 rad pos: -26.5,38.5 - parent: 1 - - uid: 10422 + parent: 2 + - uid: 509 components: - type: MetaData name: R&D APC - type: Transform rot: 1.5707963267948966 rad pos: -19.5,-3.5 - parent: 1 - - uid: 10426 + parent: 2 + - uid: 510 components: - type: MetaData name: Salvage APC - type: Transform pos: -42.5,-8.5 - parent: 1 - - uid: 10998 + parent: 2 + - uid: 511 components: - type: MetaData name: Maints West APC - type: Transform rot: 1.5707963267948966 rad pos: -65.5,44.5 - parent: 1 - - uid: 11058 + parent: 2 + - uid: 512 components: - type: MetaData name: Engineering Front APC - type: Transform pos: -68.5,35.5 - parent: 1 - - uid: 11060 + parent: 2 + - uid: 513 components: - type: MetaData name: Engineering Back APC - type: Transform rot: 1.5707963267948966 rad pos: -75.5,21.5 - parent: 1 - - uid: 11916 + parent: 2 + - uid: 514 components: - type: MetaData name: AI Upload APC - type: Transform rot: 1.5707963267948966 rad pos: 16.5,17.5 - parent: 1 - - uid: 12609 - components: - - type: MetaData - name: Chemistry APC - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,20.5 - parent: 1 - - uid: 14397 + parent: 2 + - uid: 515 components: - type: MetaData name: Quartermaster APC - type: Transform rot: 1.5707963267948966 rad pos: -47.5,-5.5 - parent: 1 - - uid: 14836 + parent: 2 + - uid: 516 components: - type: MetaData name: Science Hall APC - type: Transform rot: -1.5707963267948966 rad pos: -10.5,-18.5 - parent: 1 - - uid: 14877 + parent: 2 + - uid: 517 components: - type: MetaData name: Captain's APC - type: Transform rot: -1.5707963267948966 rad pos: -6.5,59.5 - parent: 1 - - uid: 14971 + parent: 2 + - uid: 518 components: - type: Transform rot: 1.5707963267948966 rad pos: -10.5,14.5 - parent: 1 - - uid: 15902 + parent: 2 + - uid: 519 components: - type: MetaData name: Anomaly APC - type: Transform rot: 3.141592653589793 rad pos: -6.5,-13.5 - parent: 1 - - uid: 16681 + parent: 2 + - uid: 520 + components: + - type: MetaData + name: Chemistry APC + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,24.5 + parent: 2 + - uid: 521 components: - type: Transform rot: 1.5707963267948966 rad pos: -14.5,2.5 - parent: 1 - - uid: 16696 + parent: 2 + - uid: 522 components: - type: MetaData name: Xenoarcheology APC - type: Transform rot: -1.5707963267948966 rad pos: -10.5,-29.5 - parent: 1 - - uid: 16825 + parent: 2 + - uid: 523 components: - type: MetaData name: Dorms APC - type: Transform rot: -1.5707963267948966 rad pos: 9.5,-14.5 - parent: 1 - - uid: 16901 + parent: 2 + - uid: 524 components: - type: MetaData name: Robotics APC - type: Transform rot: -1.5707963267948966 rad pos: -1.5,-17.5 - parent: 1 - - uid: 17496 + parent: 2 + - uid: 525 components: - type: MetaData name: AI Core APC - type: Transform rot: 1.5707963267948966 rad pos: -7.5,-2.5 - parent: 1 - - uid: 17646 + parent: 2 + - uid: 526 components: - type: MetaData name: Lawyer APC - type: Transform pos: -75.5,13.5 - parent: 1 - - uid: 17990 + parent: 2 + - uid: 527 components: - type: MetaData name: Atmos Front APC - type: Transform rot: -1.5707963267948966 rad pos: -68.5,38.5 - parent: 1 - - uid: 18060 + parent: 2 + - uid: 528 components: - type: MetaData name: Canisters APC - type: Transform pos: -72.5,46.5 - parent: 1 - - uid: 18181 + parent: 2 + - uid: 529 components: - type: MetaData name: Atmos Main APC - type: Transform rot: -1.5707963267948966 rad pos: -76.5,47.5 - parent: 1 - - uid: 18475 + parent: 2 + - uid: 530 components: - type: MetaData name: Northeast Maints APC - type: Transform rot: -1.5707963267948966 rad pos: 16.5,49.5 - parent: 1 - - uid: 19047 + parent: 2 + - uid: 531 components: - type: Transform rot: 3.141592653589793 rad pos: -78.5,58.5 - parent: 1 + parent: 2 + - uid: 532 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,68.5 + parent: 2 + - uid: 11751 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -86.5,1.5 + parent: 2 + - uid: 20166 + components: + - type: Transform + pos: 1.5,-22.5 + parent: 2 + - uid: 20738 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -85.5,-8.5 + parent: 2 + - uid: 21070 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -101.5,50.5 + parent: 2 - proto: ArrivalsShuttleTimer entities: - - uid: 15342 + - uid: 533 components: - type: Transform rot: 1.5707963267948966 rad pos: -65.5,3.5 - parent: 1 - - uid: 15343 + parent: 2 + - uid: 534 components: - type: Transform rot: 1.5707963267948966 rad pos: -65.5,-8.5 - parent: 1 + parent: 2 - proto: ArtistCircuitBoard entities: - - uid: 11879 + - uid: 535 components: - type: Transform pos: 19.464724,16.270699 - parent: 1 + parent: 2 - proto: Ashtray entities: - - uid: 10836 + - uid: 536 components: - type: Transform pos: -76.66426,30.502752 - parent: 1 - - uid: 14609 + parent: 2 + - uid: 537 components: - type: Transform pos: -43.27648,-5.9341416 - parent: 1 - - uid: 14676 + parent: 2 + - uid: 538 components: - type: Transform rot: 3.141592653589793 rad pos: -8.052672,62.49256 - parent: 1 - - uid: 16114 + parent: 2 + - uid: 539 components: - type: Transform pos: -8.352032,55.754555 - parent: 1 - - uid: 16170 + parent: 2 + - uid: 540 components: - type: Transform pos: -60.701286,64.09023 - parent: 1 - - uid: 16171 + parent: 2 + - uid: 541 components: - type: Transform pos: -54.263786,65.1222 - parent: 1 - - uid: 17597 + parent: 2 + - uid: 542 components: - type: Transform pos: -70.54059,10.487554 - parent: 1 - - uid: 18405 - components: - - type: Transform - pos: -79.29133,40.453453 - parent: 1 - - uid: 18785 + parent: 2 + - uid: 544 components: - type: Transform pos: 18.655079,55.52265 - parent: 1 + parent: 2 - proto: AsimovCircuitBoard entities: - - uid: 11877 + - uid: 545 components: - type: Transform pos: 19.464724,16.465279 - parent: 1 + parent: 2 - proto: AsteroidRock entities: - - uid: 26 + - uid: 546 components: - type: Transform pos: -17.5,-28.5 - parent: 1 - - uid: 43 + parent: 2 + - uid: 547 components: - type: Transform pos: -22.5,-32.5 - parent: 1 - - uid: 47 + parent: 2 + - uid: 548 components: - type: Transform pos: -21.5,-32.5 - parent: 1 - - uid: 56 + parent: 2 + - uid: 549 components: - type: Transform pos: -18.5,-39.5 - parent: 1 - - uid: 58 + parent: 2 + - uid: 550 components: - type: Transform pos: -17.5,-39.5 - parent: 1 - - uid: 68 + parent: 2 + - uid: 551 components: - type: Transform pos: -22.5,-28.5 - parent: 1 - - uid: 148 + parent: 2 + - uid: 552 components: - type: Transform pos: -17.5,-40.5 - parent: 1 - - uid: 162 + parent: 2 + - uid: 553 components: - type: Transform pos: -16.5,-40.5 - parent: 1 - - uid: 174 + parent: 2 + - uid: 554 components: - type: Transform pos: -18.5,-40.5 - parent: 1 - - uid: 225 + parent: 2 + - uid: 555 components: - type: Transform pos: -21.5,-28.5 - parent: 1 - - uid: 241 + parent: 2 + - uid: 556 components: - type: Transform pos: -14.5,-39.5 - parent: 1 - - uid: 271 + parent: 2 + - uid: 557 components: - type: Transform pos: -21.5,-34.5 - parent: 1 - - uid: 273 + parent: 2 + - uid: 558 components: - type: Transform pos: -21.5,-37.5 - parent: 1 - - uid: 352 + parent: 2 + - uid: 559 components: - type: Transform pos: -18.5,-26.5 - parent: 1 - - uid: 378 + parent: 2 + - uid: 560 components: - type: Transform pos: -15.5,-26.5 - parent: 1 - - uid: 380 + parent: 2 + - uid: 561 components: - type: Transform pos: -18.5,-27.5 - parent: 1 - - uid: 460 + parent: 2 + - uid: 562 components: - type: Transform pos: -19.5,-27.5 - parent: 1 - - uid: 461 + parent: 2 + - uid: 563 components: - type: Transform pos: -17.5,-26.5 - parent: 1 - - uid: 539 + parent: 2 + - uid: 564 components: - type: Transform pos: -19.5,-40.5 - parent: 1 - - uid: 548 + parent: 2 + - uid: 565 components: - type: Transform pos: -22.5,-27.5 - parent: 1 - - uid: 559 + parent: 2 + - uid: 566 components: - type: Transform pos: -16.5,-39.5 - parent: 1 - - uid: 669 + parent: 2 + - uid: 567 components: - type: Transform pos: -21.5,-33.5 - parent: 1 - - uid: 1066 + parent: 2 + - uid: 568 components: - type: Transform pos: -21.5,-26.5 - parent: 1 - - uid: 1518 + parent: 2 + - uid: 569 components: - type: Transform pos: -22.5,-33.5 - parent: 1 - - uid: 1519 + parent: 2 + - uid: 570 components: - type: Transform pos: -23.5,-32.5 - parent: 1 - - uid: 1921 + parent: 2 + - uid: 571 components: - type: Transform pos: -19.5,-39.5 - parent: 1 - - uid: 2110 + parent: 2 + - uid: 572 components: - type: Transform pos: -15.5,-40.5 - parent: 1 - - uid: 2168 + parent: 2 + - uid: 573 components: - type: Transform pos: -15.5,-39.5 - parent: 1 - - uid: 2480 + parent: 2 + - uid: 574 components: - type: Transform pos: -22.5,-26.5 - parent: 1 - - uid: 2481 + parent: 2 + - uid: 575 components: - type: Transform pos: -21.5,-25.5 - parent: 1 - - uid: 2570 + parent: 2 + - uid: 576 components: - type: Transform pos: -19.5,-38.5 - parent: 1 - - uid: 3509 + parent: 2 + - uid: 577 components: - type: Transform pos: -18.5,-28.5 - parent: 1 - - uid: 3515 + parent: 2 + - uid: 578 components: - type: Transform pos: -16.5,-27.5 - parent: 1 - - uid: 3963 + parent: 2 + - uid: 579 components: - type: Transform pos: -23.5,-28.5 - parent: 1 - - uid: 4518 + parent: 2 + - uid: 580 components: - type: Transform pos: -21.5,-31.5 - parent: 1 - - uid: 5825 + parent: 2 + - uid: 581 components: - type: Transform pos: -20.5,-25.5 - parent: 1 - - uid: 5850 + parent: 2 + - uid: 582 components: - type: Transform pos: -22.5,-36.5 - parent: 1 - - uid: 8544 + parent: 2 + - uid: 583 components: - type: Transform pos: -21.5,-27.5 - parent: 1 - - uid: 8978 + parent: 2 + - uid: 584 components: - type: Transform pos: -52.5,93.5 - parent: 1 - - uid: 8980 + parent: 2 + - uid: 585 components: - type: Transform pos: -53.5,93.5 - parent: 1 - - uid: 8982 + parent: 2 + - uid: 586 components: - type: Transform pos: -54.5,93.5 - parent: 1 - - uid: 8983 + parent: 2 + - uid: 587 components: - type: Transform pos: -55.5,93.5 - parent: 1 - - uid: 8996 + parent: 2 + - uid: 588 components: - type: Transform pos: -56.5,92.5 - parent: 1 - - uid: 8998 + parent: 2 + - uid: 589 components: - type: Transform pos: -56.5,94.5 - parent: 1 - - uid: 8999 + parent: 2 + - uid: 590 components: - type: Transform pos: -54.5,92.5 - parent: 1 - - uid: 9003 + parent: 2 + - uid: 591 components: - type: Transform pos: -61.5,91.5 - parent: 1 - - uid: 9004 + parent: 2 + - uid: 592 components: - type: Transform pos: -60.5,91.5 - parent: 1 - - uid: 9005 + parent: 2 + - uid: 593 components: - type: Transform pos: -60.5,92.5 - parent: 1 - - uid: 9007 + parent: 2 + - uid: 594 components: - type: Transform pos: -59.5,92.5 - parent: 1 - - uid: 9011 + parent: 2 + - uid: 595 components: - type: Transform pos: -48.5,83.5 - parent: 1 - - uid: 9012 + parent: 2 + - uid: 596 components: - type: Transform pos: -48.5,82.5 - parent: 1 - - uid: 9015 + parent: 2 + - uid: 597 components: - type: Transform pos: -48.5,81.5 - parent: 1 - - uid: 9017 + parent: 2 + - uid: 598 components: - type: Transform pos: -47.5,82.5 - parent: 1 - - uid: 9019 + parent: 2 + - uid: 599 components: - type: Transform pos: -47.5,83.5 - parent: 1 - - uid: 9021 + parent: 2 + - uid: 600 components: - type: Transform pos: -47.5,84.5 - parent: 1 - - uid: 9038 + parent: 2 + - uid: 601 components: - type: Transform pos: -62.5,81.5 - parent: 1 - - uid: 9057 + parent: 2 + - uid: 602 components: - type: Transform pos: -48.5,84.5 - parent: 1 - - uid: 9060 + parent: 2 + - uid: 603 components: - type: Transform pos: -48.5,86.5 - parent: 1 - - uid: 9062 + parent: 2 + - uid: 604 components: - type: Transform pos: -48.5,87.5 - parent: 1 - - uid: 9063 + parent: 2 + - uid: 605 components: - type: Transform pos: -48.5,88.5 - parent: 1 - - uid: 9065 + parent: 2 + - uid: 606 components: - type: Transform pos: -48.5,89.5 - parent: 1 - - uid: 9068 + parent: 2 + - uid: 607 components: - type: Transform pos: -47.5,85.5 - parent: 1 - - uid: 9071 + parent: 2 + - uid: 608 components: - type: Transform pos: -47.5,86.5 - parent: 1 - - uid: 9072 + parent: 2 + - uid: 609 components: - type: Transform pos: -47.5,87.5 - parent: 1 - - uid: 9075 + parent: 2 + - uid: 610 components: - type: Transform pos: -58.5,92.5 - parent: 1 - - uid: 9076 + parent: 2 + - uid: 611 components: - type: Transform pos: -57.5,94.5 - parent: 1 - - uid: 9087 + parent: 2 + - uid: 612 components: - type: Transform pos: -51.5,92.5 - parent: 1 - - uid: 9101 + parent: 2 + - uid: 613 components: - type: Transform pos: -52.5,92.5 - parent: 1 - - uid: 9604 + parent: 2 + - uid: 614 components: - type: Transform pos: -18.5,-38.5 - parent: 1 - - uid: 9612 + parent: 2 + - uid: 615 components: - type: Transform pos: -20.5,-28.5 - parent: 1 - - uid: 10225 + parent: 2 + - uid: 616 components: - type: Transform pos: -22.5,-29.5 - parent: 1 - - uid: 10305 + parent: 2 + - uid: 617 components: - type: Transform pos: -21.5,-36.5 - parent: 1 - - uid: 10767 + parent: 2 + - uid: 618 components: - type: Transform pos: -18.5,-25.5 - parent: 1 - - uid: 12322 + parent: 2 + - uid: 619 components: - type: Transform pos: -19.5,-28.5 - parent: 1 - - uid: 12326 + parent: 2 + - uid: 620 components: - type: Transform pos: -15.5,-27.5 - parent: 1 - - uid: 12330 - components: - - type: Transform - pos: -4.5,-33.5 - parent: 1 - - uid: 12341 + parent: 2 + - uid: 622 components: - type: Transform pos: -17.5,-38.5 - parent: 1 - - uid: 12382 + parent: 2 + - uid: 623 components: - type: Transform pos: -19.5,-25.5 - parent: 1 - - uid: 13170 + parent: 2 + - uid: 624 components: - type: Transform pos: -21.5,-29.5 - parent: 1 - - uid: 14719 + parent: 2 + - uid: 625 components: - type: Transform pos: -17.5,-27.5 - parent: 1 - - uid: 15259 + parent: 2 + - uid: 626 components: - type: Transform pos: -56.5,93.5 - parent: 1 - - uid: 15260 + parent: 2 + - uid: 627 components: - type: Transform pos: -57.5,93.5 - parent: 1 - - uid: 15261 + parent: 2 + - uid: 628 components: - type: Transform pos: -58.5,93.5 - parent: 1 - - uid: 15262 + parent: 2 + - uid: 629 components: - type: Transform pos: -59.5,93.5 - parent: 1 - - uid: 15263 + parent: 2 + - uid: 630 components: - type: Transform pos: -58.5,91.5 - parent: 1 - - uid: 15264 + parent: 2 + - uid: 631 components: - type: Transform pos: -57.5,91.5 - parent: 1 - - uid: 15265 + parent: 2 + - uid: 632 components: - type: Transform pos: -61.5,81.5 - parent: 1 - - uid: 15266 + parent: 2 + - uid: 633 components: - type: Transform pos: -60.5,81.5 - parent: 1 - - uid: 15267 + parent: 2 + - uid: 634 components: - type: Transform pos: -59.5,81.5 - parent: 1 - - uid: 15268 + parent: 2 + - uid: 635 components: - type: Transform pos: -58.5,81.5 - parent: 1 - - uid: 15269 + parent: 2 + - uid: 636 components: - type: Transform pos: -57.5,81.5 - parent: 1 - - uid: 15270 + parent: 2 + - uid: 637 components: - type: Transform pos: -57.5,80.5 - parent: 1 - - uid: 15271 + parent: 2 + - uid: 638 components: - type: Transform pos: -58.5,80.5 - parent: 1 - - uid: 15272 + parent: 2 + - uid: 639 components: - type: Transform pos: -59.5,80.5 - parent: 1 - - uid: 15273 + parent: 2 + - uid: 640 components: - type: Transform pos: -60.5,80.5 - parent: 1 - - uid: 15274 + parent: 2 + - uid: 641 components: - type: Transform pos: -51.5,93.5 - parent: 1 - - uid: 15275 + parent: 2 + - uid: 642 components: - type: Transform pos: -50.5,92.5 - parent: 1 - - uid: 15276 + parent: 2 + - uid: 643 components: - type: Transform pos: -55.5,94.5 - parent: 1 - - uid: 15277 + parent: 2 + - uid: 644 components: - type: Transform pos: -54.5,94.5 - parent: 1 - - uid: 15879 + parent: 2 + - uid: 645 components: - type: Transform pos: -20.5,-38.5 - parent: 1 - - uid: 16561 + parent: 2 + - uid: 646 components: - type: Transform pos: -20.5,-26.5 - parent: 1 - - uid: 16562 + parent: 2 + - uid: 647 components: - type: Transform pos: -19.5,-26.5 - parent: 1 - - uid: 16697 + parent: 2 + - uid: 648 components: - type: Transform pos: -7.5,-28.5 - parent: 1 - - uid: 16698 + parent: 2 + - uid: 649 components: - type: Transform pos: -8.5,-28.5 - parent: 1 - - uid: 16703 + parent: 2 + - uid: 650 components: - type: Transform pos: -9.5,-28.5 - parent: 1 - - uid: 16725 + parent: 2 + - uid: 651 components: - type: Transform pos: -10.5,-41.5 - parent: 1 - - uid: 16726 + parent: 2 + - uid: 652 components: - type: Transform pos: -12.5,-41.5 - parent: 1 - - uid: 16727 + parent: 2 + - uid: 653 components: - type: Transform pos: -11.5,-40.5 - parent: 1 - - uid: 16728 + parent: 2 + - uid: 654 components: - type: Transform pos: -11.5,-41.5 - parent: 1 - - uid: 16731 + parent: 2 + - uid: 655 components: - type: Transform pos: -6.5,-38.5 - parent: 1 - - uid: 16732 + parent: 2 + - uid: 656 components: - type: Transform pos: -6.5,-37.5 - parent: 1 - - uid: 16733 + parent: 2 + - uid: 657 components: - type: Transform pos: -6.5,-39.5 - parent: 1 - - uid: 16734 + parent: 2 + - uid: 658 components: - type: Transform pos: -5.5,-33.5 - parent: 1 - - uid: 16736 + parent: 2 + - uid: 659 components: - type: Transform pos: -5.5,-38.5 - parent: 1 - - uid: 16737 + parent: 2 + - uid: 660 components: - type: Transform pos: -5.5,-37.5 - parent: 1 - - uid: 16738 + parent: 2 + - uid: 661 components: - type: Transform pos: -5.5,-36.5 - parent: 1 - - uid: 16739 + parent: 2 + - uid: 662 components: - type: Transform pos: -5.5,-35.5 - parent: 1 - - uid: 16740 + parent: 2 + - uid: 663 components: - type: Transform pos: -5.5,-34.5 - parent: 1 - - uid: 16741 + parent: 2 + - uid: 664 components: - type: Transform pos: -4.5,-34.5 - parent: 1 - - uid: 16742 + parent: 2 + - uid: 665 components: - type: Transform pos: -4.5,-32.5 - parent: 1 - - uid: 16743 + parent: 2 + - uid: 666 components: - type: Transform pos: -3.5,-33.5 - parent: 1 - - uid: 16744 + parent: 2 + - uid: 667 components: - type: Transform pos: -3.5,-32.5 - parent: 1 - - uid: 16745 + parent: 2 + - uid: 668 components: - type: Transform pos: -3.5,-31.5 - parent: 1 - - uid: 16746 + parent: 2 + - uid: 669 components: - type: Transform pos: -4.5,-31.5 - parent: 1 - - uid: 16747 + parent: 2 + - uid: 670 components: - type: Transform pos: -5.5,-31.5 - parent: 1 - - uid: 16748 + parent: 2 + - uid: 671 components: - type: Transform pos: -5.5,-32.5 - parent: 1 - - uid: 16749 + parent: 2 + - uid: 672 components: - type: Transform pos: -5.5,-30.5 - parent: 1 - - uid: 16750 - components: - - type: Transform - pos: -4.5,-30.5 - parent: 1 - - uid: 16751 - components: - - type: Transform - pos: -4.5,-29.5 - parent: 1 - - uid: 16752 + parent: 2 + - uid: 675 components: - type: Transform pos: -5.5,-29.5 - parent: 1 - - uid: 16753 - components: - - type: Transform - pos: -4.5,-28.5 - parent: 1 - - uid: 16754 + parent: 2 + - uid: 677 components: - type: Transform pos: -5.5,-28.5 - parent: 1 - - uid: 16755 + parent: 2 + - uid: 678 components: - type: Transform pos: -6.5,-28.5 - parent: 1 - - uid: 16757 + parent: 2 + - uid: 679 components: - type: Transform pos: -6.5,-27.5 - parent: 1 - - uid: 16758 + parent: 2 + - uid: 680 components: - type: Transform pos: -7.5,-27.5 - parent: 1 - - uid: 16759 + parent: 2 + - uid: 681 components: - type: Transform pos: -8.5,-27.5 - parent: 1 - - uid: 16760 + parent: 2 + - uid: 682 components: - type: Transform pos: -9.5,-27.5 - parent: 1 - - uid: 16761 + parent: 2 + - uid: 683 components: - type: Transform pos: -9.5,-26.5 - parent: 1 - - uid: 16762 + parent: 2 + - uid: 684 components: - type: Transform pos: -8.5,-26.5 - parent: 1 - - uid: 16772 + parent: 2 + - uid: 685 components: - type: Transform pos: -5.5,-27.5 - parent: 1 - - uid: 16774 + parent: 2 + - uid: 686 components: - type: Transform pos: -11.5,-39.5 - parent: 1 - - uid: 16897 + parent: 2 + - uid: 687 components: - type: Transform pos: -10.5,-42.5 - parent: 1 - - uid: 16905 + parent: 2 + - uid: 688 components: - type: Transform pos: -9.5,-41.5 - parent: 1 - - uid: 17033 + parent: 2 + - uid: 689 components: - type: Transform pos: -11.5,-42.5 - parent: 1 - - uid: 17034 + parent: 2 + - uid: 690 components: - type: Transform pos: -12.5,-42.5 - parent: 1 - - uid: 17530 + parent: 2 + - uid: 691 components: - type: Transform pos: -23.5,-33.5 - parent: 1 - - uid: 17531 + parent: 2 + - uid: 692 components: - type: Transform pos: -23.5,-31.5 - parent: 1 - - uid: 17532 + parent: 2 + - uid: 693 components: - type: Transform pos: -22.5,-37.5 - parent: 1 - - uid: 17533 + parent: 2 + - uid: 694 components: - type: Transform pos: -21.5,-38.5 - parent: 1 + parent: 2 + - uid: 18181 + components: + - type: Transform + pos: -3.5,-34.5 + parent: 2 + - uid: 20209 + components: + - type: Transform + pos: -2.5,-31.5 + parent: 2 + - uid: 20210 + components: + - type: Transform + pos: -2.5,-32.5 + parent: 2 + - uid: 20212 + components: + - type: Transform + pos: -1.5,-33.5 + parent: 2 + - uid: 20213 + components: + - type: Transform + pos: -1.5,-34.5 + parent: 2 + - uid: 20214 + components: + - type: Transform + pos: -0.5,-31.5 + parent: 2 + - uid: 20215 + components: + - type: Transform + pos: -0.5,-32.5 + parent: 2 + - uid: 20216 + components: + - type: Transform + pos: -0.5,-33.5 + parent: 2 + - uid: 20217 + components: + - type: Transform + pos: -0.5,-34.5 + parent: 2 + - uid: 20218 + components: + - type: Transform + pos: 0.5,-31.5 + parent: 2 + - uid: 20219 + components: + - type: Transform + pos: 0.5,-32.5 + parent: 2 + - uid: 20220 + components: + - type: Transform + pos: 0.5,-33.5 + parent: 2 + - uid: 20221 + components: + - type: Transform + pos: 0.5,-34.5 + parent: 2 + - uid: 20222 + components: + - type: Transform + pos: 1.5,-31.5 + parent: 2 + - uid: 20223 + components: + - type: Transform + pos: 1.5,-32.5 + parent: 2 + - uid: 20224 + components: + - type: Transform + pos: 1.5,-33.5 + parent: 2 + - uid: 20225 + components: + - type: Transform + pos: 1.5,-34.5 + parent: 2 + - uid: 20226 + components: + - type: Transform + pos: -2.5,-33.5 + parent: 2 + - uid: 20227 + components: + - type: Transform + pos: -2.5,-34.5 + parent: 2 + - uid: 20228 + components: + - type: Transform + pos: -1.5,-31.5 + parent: 2 + - uid: 20229 + components: + - type: Transform + pos: 2.5,-31.5 + parent: 2 + - uid: 20230 + components: + - type: Transform + pos: 2.5,-32.5 + parent: 2 + - uid: 20231 + components: + - type: Transform + pos: 0.5,-35.5 + parent: 2 + - uid: 20232 + components: + - type: Transform + pos: -0.5,-35.5 + parent: 2 + - uid: 20233 + components: + - type: Transform + pos: -1.5,-35.5 + parent: 2 + - uid: 20234 + components: + - type: Transform + pos: -2.5,-35.5 + parent: 2 + - uid: 20235 + components: + - type: Transform + pos: -3.5,-35.5 + parent: 2 + - uid: 20236 + components: + - type: Transform + pos: -4.5,-35.5 + parent: 2 + - uid: 20237 + components: + - type: Transform + pos: -4.5,-36.5 + parent: 2 + - uid: 20238 + components: + - type: Transform + pos: -3.5,-36.5 + parent: 2 + - uid: 20239 + components: + - type: Transform + pos: -2.5,-36.5 + parent: 2 + - uid: 20240 + components: + - type: Transform + pos: -1.5,-36.5 + parent: 2 - proto: AtmosDeviceFanDirectional entities: - - uid: 496 + - uid: 695 components: - type: Transform pos: -72.5,-15.5 - parent: 1 - - uid: 502 + parent: 2 + - uid: 696 components: - type: Transform pos: -74.5,-15.5 - parent: 1 - - uid: 507 + parent: 2 + - uid: 697 components: - type: Transform pos: -64.5,-15.5 - parent: 1 - - uid: 510 + parent: 2 + - uid: 698 components: - type: Transform pos: -66.5,-15.5 - parent: 1 - - uid: 511 + parent: 2 + - uid: 699 components: - type: Transform pos: -66.5,2.5 - parent: 1 - - uid: 525 + parent: 2 + - uid: 700 components: - type: Transform pos: -73.5,2.5 - parent: 1 - - uid: 575 + parent: 2 + - uid: 701 components: - type: Transform rot: 3.141592653589793 rad pos: -66.5,-7.5 - parent: 1 - - uid: 606 + parent: 2 + - uid: 702 components: - type: Transform rot: 1.5707963267948966 rad pos: 32.5,18.5 - parent: 1 - - uid: 612 + parent: 2 + - uid: 703 components: - type: Transform rot: 1.5707963267948966 rad pos: 32.5,16.5 - parent: 1 - - uid: 613 + parent: 2 + - uid: 704 components: - type: Transform rot: 1.5707963267948966 rad pos: 32.5,10.5 - parent: 1 - - uid: 618 + parent: 2 + - uid: 705 components: - type: Transform rot: 1.5707963267948966 rad pos: 32.5,8.5 - parent: 1 - - uid: 982 + parent: 2 + - uid: 706 components: - type: Transform rot: -1.5707963267948966 rad pos: -30.5,46.5 - parent: 1 - - uid: 983 + parent: 2 + - uid: 707 components: - type: Transform rot: 1.5707963267948966 rad pos: -26.5,45.5 - parent: 1 - - uid: 1238 + parent: 2 + - uid: 708 components: - type: Transform pos: -32.5,-17.5 - parent: 1 - - uid: 1294 + parent: 2 + - uid: 709 components: - type: Transform pos: -34.5,-17.5 - parent: 1 - - uid: 4238 + parent: 2 + - uid: 710 components: - type: Transform rot: 3.141592653589793 rad pos: -73.5,-7.5 - parent: 1 - - uid: 6009 + parent: 2 + - uid: 711 components: - type: Transform pos: -49.5,7.5 - parent: 1 - - uid: 7577 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -76.5,5.5 - parent: 1 - - uid: 8334 + parent: 2 + - uid: 713 components: - type: Transform pos: -35.5,-17.5 - parent: 1 - - uid: 8335 + parent: 2 + - uid: 714 components: - type: Transform pos: -31.5,-17.5 - parent: 1 + parent: 2 +- proto: AtmosDeviceFanTiny + entities: + - uid: 715 + components: + - type: Transform + pos: -52.5,-12.5 + parent: 2 - proto: AtmosFixBlockerMarker entities: - - uid: 13688 + - uid: 716 components: - type: Transform pos: -80.5,55.5 - parent: 1 - - uid: 13689 + parent: 2 + - uid: 717 components: - type: Transform pos: -80.5,56.5 - parent: 1 - - uid: 13716 + parent: 2 + - uid: 718 components: - type: Transform pos: -80.5,57.5 - parent: 1 - - uid: 13717 + parent: 2 + - uid: 719 components: - type: Transform pos: -79.5,57.5 - parent: 1 - - uid: 17868 + parent: 2 + - uid: 720 components: - type: Transform pos: -79.5,56.5 - parent: 1 - - uid: 17869 + parent: 2 + - uid: 721 components: - type: Transform pos: -79.5,55.5 - parent: 1 - - uid: 17870 + parent: 2 + - uid: 722 components: - type: Transform pos: -92.5,57.5 - parent: 1 - - uid: 17871 + parent: 2 + - uid: 723 components: - type: Transform pos: -92.5,56.5 - parent: 1 - - uid: 17872 + parent: 2 + - uid: 724 components: - type: Transform pos: -92.5,55.5 - parent: 1 - - uid: 17873 + parent: 2 + - uid: 725 components: - type: Transform pos: -88.5,57.5 - parent: 1 - - uid: 17874 + parent: 2 + - uid: 726 components: - type: Transform pos: -88.5,56.5 - parent: 1 - - uid: 17875 + parent: 2 + - uid: 727 components: - type: Transform pos: -88.5,55.5 - parent: 1 - - uid: 17876 + parent: 2 + - uid: 728 components: - type: Transform pos: -86.5,57.5 - parent: 1 - - uid: 17877 + parent: 2 + - uid: 729 components: - type: Transform pos: -86.5,56.5 - parent: 1 - - uid: 17878 + parent: 2 + - uid: 730 components: - type: Transform pos: -86.5,55.5 - parent: 1 - - uid: 18160 + parent: 2 + - uid: 731 components: - type: Transform pos: -85.5,43.5 - parent: 1 - - uid: 18161 + parent: 2 + - uid: 732 components: - type: Transform pos: -85.5,42.5 - parent: 1 - - uid: 18162 + parent: 2 + - uid: 733 components: - type: Transform pos: -84.5,43.5 - parent: 1 - - uid: 18163 + parent: 2 + - uid: 734 components: - type: Transform pos: -84.5,42.5 - parent: 1 - - uid: 18164 + parent: 2 + - uid: 735 components: - type: Transform pos: -83.5,43.5 - parent: 1 - - uid: 18165 + parent: 2 + - uid: 736 components: - type: Transform pos: -83.5,42.5 - parent: 1 - - uid: 18166 + parent: 2 + - uid: 737 components: - type: Transform pos: -82.5,43.5 - parent: 1 - - uid: 18167 + parent: 2 + - uid: 738 components: - type: Transform pos: -81.5,43.5 - parent: 1 - - uid: 18168 + parent: 2 + - uid: 739 components: - type: Transform pos: -81.5,42.5 - parent: 1 - - uid: 18169 + parent: 2 + - uid: 740 components: - type: Transform pos: -82.5,42.5 - parent: 1 - - uid: 18170 + parent: 2 + - uid: 741 components: - type: Transform pos: -95.5,44.5 - parent: 1 - - uid: 18171 + parent: 2 + - uid: 742 components: - type: Transform pos: -95.5,43.5 - parent: 1 - - uid: 18172 + parent: 2 + - uid: 743 components: - type: Transform pos: -95.5,42.5 - parent: 1 - - uid: 18173 + parent: 2 + - uid: 744 components: - type: Transform pos: -94.5,44.5 - parent: 1 - - uid: 18174 + parent: 2 + - uid: 745 components: - type: Transform pos: -94.5,43.5 - parent: 1 - - uid: 18175 + parent: 2 + - uid: 746 components: - type: Transform pos: -94.5,42.5 - parent: 1 - - uid: 18176 + parent: 2 + - uid: 747 components: - type: Transform pos: -93.5,44.5 - parent: 1 - - uid: 18177 + parent: 2 + - uid: 748 components: - type: Transform pos: -93.5,43.5 - parent: 1 - - uid: 18178 + parent: 2 + - uid: 749 components: - type: Transform pos: -93.5,42.5 - parent: 1 - - uid: 19164 + parent: 2 + - uid: 750 components: - type: Transform pos: -79.5,65.5 - parent: 1 - - uid: 19167 + parent: 2 + - uid: 751 components: - type: Transform pos: -79.5,66.5 - parent: 1 - - uid: 19168 + parent: 2 + - uid: 752 components: - type: Transform pos: -79.5,67.5 - parent: 1 - - uid: 19227 + parent: 2 + - uid: 753 components: - type: Transform pos: -80.5,65.5 - parent: 1 - - uid: 19251 + parent: 2 + - uid: 754 components: - type: Transform pos: -80.5,66.5 - parent: 1 - - uid: 19252 + parent: 2 + - uid: 755 components: - type: Transform pos: -80.5,67.5 - parent: 1 - - uid: 19253 + parent: 2 + - uid: 756 components: - type: Transform pos: -81.5,65.5 - parent: 1 - - uid: 19254 + parent: 2 + - uid: 757 components: - type: Transform pos: -81.5,66.5 - parent: 1 - - uid: 19255 + parent: 2 + - uid: 758 components: - type: Transform pos: -81.5,67.5 - parent: 1 + parent: 2 - proto: AtmosFixFreezerMarker entities: - - uid: 15764 + - uid: 759 components: - type: Transform pos: -29.5,47.5 - parent: 1 - - uid: 15765 + parent: 2 + - uid: 760 components: - type: Transform pos: -28.5,47.5 - parent: 1 - - uid: 15766 + parent: 2 + - uid: 761 components: - type: Transform pos: -27.5,47.5 - parent: 1 - - uid: 15767 + parent: 2 + - uid: 762 components: - type: Transform pos: -27.5,46.5 - parent: 1 - - uid: 15768 + parent: 2 + - uid: 763 components: - type: Transform pos: -28.5,46.5 - parent: 1 - - uid: 15769 + parent: 2 + - uid: 764 components: - type: Transform pos: -29.5,46.5 - parent: 1 - - uid: 15770 + parent: 2 + - uid: 765 components: - type: Transform pos: -29.5,45.5 - parent: 1 - - uid: 15771 + parent: 2 + - uid: 766 components: - type: Transform pos: -28.5,45.5 - parent: 1 - - uid: 15772 + parent: 2 + - uid: 767 components: - type: Transform pos: -27.5,45.5 - parent: 1 - - uid: 15773 + parent: 2 + - uid: 768 components: - type: Transform pos: -27.5,44.5 - parent: 1 - - uid: 15774 + parent: 2 + - uid: 769 components: - type: Transform pos: -28.5,44.5 - parent: 1 - - uid: 15775 + parent: 2 + - uid: 770 components: - type: Transform pos: -29.5,44.5 - parent: 1 + parent: 2 - proto: AtmosFixNitrogenMarker entities: - - uid: 17882 + - uid: 771 components: - type: Transform pos: -82.5,55.5 - parent: 1 - - uid: 17883 + parent: 2 + - uid: 772 components: - type: Transform pos: -82.5,56.5 - parent: 1 - - uid: 17884 + parent: 2 + - uid: 773 components: - type: Transform pos: -82.5,57.5 - parent: 1 + parent: 2 - proto: AtmosFixOxygenMarker entities: - - uid: 17879 + - uid: 774 components: - type: Transform pos: -84.5,55.5 - parent: 1 - - uid: 17880 + parent: 2 + - uid: 775 components: - type: Transform pos: -84.5,56.5 - parent: 1 - - uid: 17881 + parent: 2 + - uid: 776 components: - type: Transform pos: -84.5,57.5 - parent: 1 + parent: 2 - proto: AtmosFixPlasmaMarker entities: - - uid: 17885 + - uid: 777 components: - type: Transform pos: -90.5,55.5 - parent: 1 - - uid: 17886 + parent: 2 + - uid: 778 components: - type: Transform pos: -90.5,56.5 - parent: 1 - - uid: 17887 + parent: 2 + - uid: 779 components: - type: Transform pos: -90.5,57.5 - parent: 1 -- proto: Autolathe + parent: 2 +- proto: AtmosFixVoxMarker entities: - - uid: 10690 + - uid: 780 components: - type: Transform - pos: -19.5,-7.5 - parent: 1 - - type: SiloUtilizer - silo: 6424 - - uid: 14169 + pos: -15.5,14.5 + parent: 2 + - uid: 781 components: - type: Transform - pos: -38.5,-1.5 - parent: 1 - - type: SiloUtilizer - silo: 6424 - - uid: 14795 + pos: -15.5,11.5 + parent: 2 + - uid: 782 components: - type: Transform - pos: -63.5,27.5 - parent: 1 - - type: SiloUtilizer - silo: 6424 -- proto: BananaPhoneInstrument + pos: -15.5,10.5 + parent: 2 + - uid: 783 + components: + - type: Transform + pos: -15.5,12.5 + parent: 2 + - uid: 784 + components: + - type: Transform + pos: -16.5,15.5 + parent: 2 + - uid: 785 + components: + - type: Transform + pos: -15.5,13.5 + parent: 2 + - uid: 786 + components: + - type: Transform + pos: -16.5,14.5 + parent: 2 + - uid: 787 + components: + - type: Transform + pos: -15.5,15.5 + parent: 2 + - uid: 788 + components: + - type: Transform + pos: -16.5,13.5 + parent: 2 + - uid: 789 + components: + - type: Transform + pos: -16.5,12.5 + parent: 2 + - uid: 790 + components: + - type: Transform + pos: -16.5,11.5 + parent: 2 + - uid: 791 + components: + - type: Transform + pos: -16.5,10.5 + parent: 2 + - uid: 792 + components: + - type: Transform + pos: -17.5,15.5 + parent: 2 + - uid: 793 + components: + - type: Transform + pos: -17.5,14.5 + parent: 2 + - uid: 794 + components: + - type: Transform + pos: -17.5,13.5 + parent: 2 + - uid: 795 + components: + - type: Transform + pos: -17.5,12.5 + parent: 2 + - uid: 796 + components: + - type: Transform + pos: -17.5,11.5 + parent: 2 + - uid: 797 + components: + - type: Transform + pos: -17.5,10.5 + parent: 2 +- proto: Autoclave entities: - - uid: 4230 + - uid: 798 + components: + - type: Transform + pos: 4.5,39.5 + parent: 2 + - uid: 14885 + components: + - type: Transform + pos: 4.5,39.5 + parent: 2 +- proto: autoInjectorCartridgeCaseFilled + entities: + - uid: 799 + components: + - type: Transform + pos: 6.5164,22.650318 + parent: 2 + - type: Physics + angularDamping: 0 + linearDamping: 0 +- proto: Autolathe + entities: + - uid: 800 + components: + - type: Transform + pos: -19.5,-7.5 + parent: 2 + - type: SiloUtilizer + silo: 13590 + - uid: 801 + components: + - type: Transform + pos: -38.5,-1.5 + parent: 2 + - type: SiloUtilizer + silo: 13590 + - uid: 802 + components: + - type: Transform + pos: -63.5,27.5 + parent: 2 + - type: SiloUtilizer + silo: 13590 +- proto: BananaPhoneInstrument + entities: + - uid: 803 components: - type: Transform pos: -41.71606,28.474081 - parent: 1 - - uid: 7304 + parent: 2 + - uid: 804 components: - type: Transform pos: -59.52376,89.56535 - parent: 1 + parent: 2 - proto: BannerCargo entities: - - uid: 11057 + - uid: 805 components: - type: Transform pos: -33.5,0.5 - parent: 1 + parent: 2 - proto: BannerEngineering entities: - - uid: 9857 + - uid: 806 components: - type: Transform pos: -55.5,30.5 - parent: 1 -- proto: BannerMedical - entities: - - uid: 11055 - components: - - type: Transform - pos: -6.5,32.5 - parent: 1 + parent: 2 - proto: BannerNanotrasen entities: - - uid: 10902 + - uid: 807 components: - type: Transform pos: -18.5,57.5 - parent: 1 - - uid: 11050 + parent: 2 + - uid: 808 components: - type: Transform pos: -14.5,57.5 - parent: 1 + parent: 2 - proto: BannerScience entities: - - uid: 6483 + - uid: 809 components: - type: Transform pos: -13.5,-5.5 - parent: 1 -- proto: Barricade + parent: 2 +- proto: BannerSyndicate entities: - - uid: 1498 - components: - - type: Transform - pos: 13.5,39.5 - parent: 1 - - uid: 2794 + - uid: 810 components: - type: Transform - pos: 15.5,39.5 - parent: 1 - - uid: 5451 + pos: 31.5,70.5 + parent: 2 + - uid: 12940 components: - type: Transform - pos: -21.5,-6.5 - parent: 1 - - uid: 5453 + pos: -29.5,-16.5 + parent: 2 +- proto: Barricade + entities: + - uid: 813 components: - type: Transform pos: -25.5,-7.5 - parent: 1 - - uid: 5454 + parent: 2 + - uid: 814 components: - type: Transform pos: -25.5,-8.5 - parent: 1 - - uid: 5517 + parent: 2 + - uid: 815 components: - type: Transform pos: -54.5,-7.5 - parent: 1 - - uid: 6029 + parent: 2 + - uid: 816 components: - type: Transform pos: -65.5,16.5 - parent: 1 - - uid: 6040 + parent: 2 + - uid: 817 components: - type: Transform pos: -65.5,17.5 - parent: 1 - - uid: 15151 + parent: 2 + - uid: 818 components: - type: Transform rot: -1.5707963267948966 rad pos: -9.5,51.5 - parent: 1 - - uid: 15914 - components: - - type: Transform - pos: 14.5,39.5 - parent: 1 - - uid: 15918 + parent: 2 + - uid: 819 components: - type: Transform pos: 17.5,35.5 - parent: 1 - - uid: 15919 + parent: 2 + - uid: 820 components: - type: Transform pos: 17.5,34.5 - parent: 1 - - uid: 18652 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,48.5 - parent: 1 - - uid: 18655 + parent: 2 + - uid: 822 components: - type: Transform rot: -1.5707963267948966 rad pos: 17.5,51.5 - parent: 1 - - uid: 18656 + parent: 2 + - uid: 823 components: - type: Transform pos: 23.5,55.5 - parent: 1 -- proto: BarricadeBlock - entities: - - uid: 6024 + parent: 2 + - uid: 20577 components: - type: Transform - pos: -59.5,27.5 - parent: 1 - - uid: 10599 + pos: 2.5,53.5 + parent: 2 +- proto: BarricadeBlock + entities: + - uid: 825 components: - type: Transform pos: -30.5,54.5 - parent: 1 - - uid: 15116 + parent: 2 + - uid: 826 components: - type: Transform rot: -1.5707963267948966 rad pos: -30.5,-11.5 - parent: 1 - - uid: 16132 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,32.5 - parent: 1 - - uid: 16365 + parent: 2 + - uid: 827 components: - type: Transform rot: 3.141592653589793 rad pos: 7.5,49.5 - parent: 1 - - uid: 18650 + parent: 2 + - uid: 828 components: - type: Transform pos: 15.5,51.5 - parent: 1 - - uid: 19221 + parent: 2 + - uid: 7092 components: - type: Transform - rot: 3.141592653589793 rad - pos: -77.5,52.5 - parent: 1 -- proto: BarricadeDirectional - entities: - - uid: 1225 + pos: 9.5,52.5 + parent: 2 + - uid: 20578 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,32.5 - parent: 1 - - uid: 15117 + pos: 5.5,52.5 + parent: 2 +- proto: BarricadeDirectional + entities: + - uid: 830 components: - type: Transform rot: 1.5707963267948966 rad pos: -31.5,-11.5 - parent: 1 - - uid: 16366 + parent: 2 + - uid: 831 components: - type: Transform rot: 3.141592653589793 rad pos: 7.5,48.5 - parent: 1 - - uid: 18651 + parent: 2 + - uid: 832 components: - type: Transform rot: -1.5707963267948966 rad pos: 14.5,54.5 - parent: 1 - - uid: 18653 + parent: 2 + - uid: 833 components: - type: Transform pos: 17.5,52.5 - parent: 1 - - uid: 18654 + parent: 2 + - uid: 834 components: - type: Transform pos: 18.5,52.5 - parent: 1 - - uid: 18657 + parent: 2 + - uid: 835 components: - type: Transform rot: -1.5707963267948966 rad pos: 14.5,58.5 - parent: 1 - - uid: 19222 - components: - - type: Transform - pos: -76.5,53.5 - parent: 1 - - uid: 19223 + parent: 2 + - uid: 837 components: - type: Transform pos: -77.5,59.5 - parent: 1 - - uid: 19224 + parent: 2 + - uid: 838 components: - type: Transform pos: -76.5,59.5 - parent: 1 + parent: 2 + - uid: 839 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,62.5 + parent: 2 + - uid: 840 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,59.5 + parent: 2 - proto: BarSign entities: - - uid: 5279 + - uid: 841 components: - type: Transform pos: -53.5,22.5 - parent: 1 - - uid: 7368 + parent: 2 + - uid: 842 components: - type: Transform pos: -33.5,34.5 - parent: 1 + parent: 2 - proto: BarSignTheDrunkCarp entities: - - uid: 18663 + - uid: 843 components: - type: Transform pos: 18.5,56.5 - parent: 1 + parent: 2 - proto: BaseComputer entities: - - uid: 5508 + - uid: 844 components: - type: Transform rot: 3.141592653589793 rad pos: 22.5,41.5 - parent: 1 + parent: 2 - proto: BaseGasCondenser entities: - - uid: 5489 + - uid: 845 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,24.5 - parent: 1 - - uid: 18081 + rot: 1.5707963267948966 rad + pos: -0.5,22.5 + parent: 2 + - uid: 846 components: - type: Transform rot: -1.5707963267948966 rad pos: -81.5,45.5 - parent: 1 + parent: 2 - proto: Beaker entities: - - uid: 1961 - components: - - type: Transform - pos: -0.67382574,20.406046 - parent: 1 - - uid: 12249 - components: - - type: Transform - pos: 12.562198,34.870705 - parent: 1 - - uid: 16422 - components: - - type: Transform - pos: 9.955789,46.57675 - parent: 1 - - uid: 17012 + - uid: 847 components: - type: Transform pos: -15.590732,-29.298075 - parent: 1 + parent: 2 - proto: Bed entities: - - uid: 616 + - uid: 848 components: - type: Transform pos: 18.5,-8.5 - parent: 1 - - uid: 617 + parent: 2 + - uid: 849 components: - type: Transform pos: 18.5,-7.5 - parent: 1 - - uid: 1831 + parent: 2 + - uid: 850 components: - type: Transform pos: 21.5,-0.5 - parent: 1 - - uid: 1909 + parent: 2 + - uid: 851 components: - type: Transform pos: -53.5,49.5 - parent: 1 - - uid: 1916 + parent: 2 + - uid: 852 components: - type: Transform pos: -50.5,49.5 - parent: 1 - - uid: 1918 + parent: 2 + - uid: 853 components: - type: Transform pos: -56.5,49.5 - parent: 1 - - uid: 2266 + parent: 2 + - uid: 854 components: - type: Transform pos: 17.5,23.5 - parent: 1 - - uid: 2345 + parent: 2 + - uid: 855 components: - type: Transform pos: 6.5,11.5 - parent: 1 - - uid: 2346 + parent: 2 + - uid: 856 components: - type: Transform pos: 8.5,11.5 - parent: 1 - - uid: 2347 + parent: 2 + - uid: 857 components: - type: Transform pos: 10.5,11.5 - parent: 1 - - uid: 2905 + parent: 2 + - uid: 858 components: - type: Transform pos: -17.5,22.5 - parent: 1 - - uid: 2907 + parent: 2 + - uid: 859 components: - type: Transform pos: -15.5,22.5 - parent: 1 - - uid: 3480 + parent: 2 + - uid: 860 components: - type: Transform pos: -46.5,-7.5 - parent: 1 - - uid: 4219 + parent: 2 + - uid: 861 components: - type: Transform pos: 0.5,49.5 - parent: 1 - - uid: 6373 + parent: 2 + - uid: 862 + components: + - type: Transform + pos: 20.5,28.5 + parent: 2 + - uid: 863 components: - type: Transform pos: -3.5,60.5 - parent: 1 - - uid: 7347 + parent: 2 + - uid: 864 components: - type: Transform pos: -54.5,84.5 - parent: 1 - - uid: 7527 + parent: 2 + - uid: 865 components: - type: Transform pos: -54.5,90.5 - parent: 1 - - uid: 7544 + parent: 2 + - uid: 866 components: - type: Transform pos: -19.5,42.5 - parent: 1 - - uid: 9079 + parent: 2 + - uid: 867 components: - type: Transform pos: 4.5,-17.5 - parent: 1 - - uid: 9993 + parent: 2 + - uid: 868 components: - type: Transform pos: -3.5,49.5 - parent: 1 - - uid: 11853 + parent: 2 + - uid: 869 components: - type: Transform pos: 11.5,-11.5 - parent: 1 - - uid: 11895 + parent: 2 + - uid: 870 components: - type: Transform pos: 11.5,-13.5 - parent: 1 - - uid: 12344 + parent: 2 + - uid: 871 components: - type: Transform pos: 5.5,-11.5 - parent: 1 - - uid: 13807 + parent: 2 + - uid: 872 components: - type: Transform pos: -63.5,62.5 - parent: 1 - - uid: 13859 + parent: 2 + - uid: 873 components: - type: Transform pos: -68.5,15.5 - parent: 1 - - uid: 17119 + parent: 2 + - uid: 874 components: - type: Transform pos: -21.5,-18.5 - parent: 1 - - uid: 18580 - components: - - type: Transform - pos: 11.5,52.5 - parent: 1 - - uid: 18593 + parent: 2 + - uid: 876 components: - type: Transform pos: 10.5,54.5 - parent: 1 + parent: 2 - proto: BedsheetCaptain entities: - - uid: 3484 + - uid: 877 components: - type: Transform rot: 3.141592653589793 rad pos: -3.5,60.5 - parent: 1 + parent: 2 - proto: BedsheetCE entities: - - uid: 9893 + - uid: 878 components: - type: Transform pos: -68.5,15.5 - parent: 1 + parent: 2 - proto: BedsheetCentcom entities: - - uid: 514 + - uid: 879 components: - type: Transform pos: 0.5,49.5 - parent: 1 + parent: 2 - proto: BedsheetClown entities: - - uid: 2267 + - uid: 880 components: - type: Transform pos: 17.5,23.5 - parent: 1 + parent: 2 +- proto: BedsheetCMO + entities: + - uid: 881 + components: + - type: Transform + pos: 20.5,28.5 + parent: 2 - proto: BedsheetCult entities: - - uid: 1830 + - uid: 882 components: - type: Transform pos: 21.5,-0.5 - parent: 1 + parent: 2 - proto: BedsheetGreen entities: - - uid: 622 + - uid: 883 components: - type: Transform pos: 18.5,-7.5 - parent: 1 - - uid: 623 + parent: 2 + - uid: 884 components: - type: Transform pos: 18.5,-8.5 - parent: 1 - - uid: 2348 + parent: 2 + - uid: 885 components: - type: Transform rot: 3.141592653589793 rad pos: 6.5,11.5 - parent: 1 - - uid: 2349 + parent: 2 + - uid: 886 components: - type: Transform rot: 3.141592653589793 rad pos: 8.5,11.5 - parent: 1 - - uid: 2350 + parent: 2 + - uid: 887 components: - type: Transform rot: 3.141592653589793 rad pos: 10.5,11.5 - parent: 1 + parent: 2 - proto: BedsheetHOP entities: - - uid: 7600 + - uid: 888 components: - type: Transform rot: -1.5707963267948966 rad pos: -19.5,42.5 - parent: 1 + parent: 2 - proto: BedsheetHOS entities: - - uid: 15910 + - uid: 889 components: - type: Transform pos: -63.5,62.5 - parent: 1 + parent: 2 - proto: BedsheetMedical entities: - - uid: 2375 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,31.5 - parent: 1 - - uid: 8440 + - uid: 890 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,28.5 - parent: 1 - - uid: 12591 + pos: 12.5,32.5 + parent: 2 + - uid: 891 components: - type: Transform rot: -1.5707963267948966 rad - pos: 12.5,31.5 - parent: 1 - - uid: 15210 + pos: 12.5,34.5 + parent: 2 + - uid: 892 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,28.5 - parent: 1 + rot: 3.141592653589793 rad + pos: 12.5,36.5 + parent: 2 - proto: BedsheetNT entities: - - uid: 14195 + - uid: 893 components: - type: Transform rot: 3.141592653589793 rad pos: -3.5,49.5 - parent: 1 + parent: 2 - proto: BedsheetOrange entities: - - uid: 1910 + - uid: 894 components: - type: Transform pos: -56.5,49.5 - parent: 1 - - uid: 1912 + parent: 2 + - uid: 895 components: - type: Transform pos: -53.5,49.5 - parent: 1 - - uid: 1922 + parent: 2 + - uid: 896 components: - type: Transform pos: -50.5,49.5 - parent: 1 - - uid: 5555 + parent: 2 + - uid: 897 components: - type: Transform rot: 3.141592653589793 rad pos: -15.5,22.5 - parent: 1 - - uid: 5565 + parent: 2 + - uid: 898 components: - type: Transform rot: 3.141592653589793 rad pos: -17.5,22.5 - parent: 1 + parent: 2 - proto: BedsheetQM entities: - - uid: 6015 + - uid: 899 components: - type: Transform pos: -46.5,-7.5 - parent: 1 + parent: 2 - proto: BedsheetRD entities: - - uid: 17118 + - uid: 900 components: - type: Transform rot: 1.5707963267948966 rad pos: -21.5,-18.5 - parent: 1 + parent: 2 - proto: BedsheetSpawner entities: - - uid: 1099 + - uid: 901 components: - type: Transform pos: 11.5,-11.5 - parent: 1 - - uid: 12333 + parent: 2 + - uid: 902 components: - type: Transform pos: 11.5,-13.5 - parent: 1 - - uid: 15889 + parent: 2 + - uid: 903 components: - type: Transform pos: 5.5,-11.5 - parent: 1 - - uid: 15903 + parent: 2 + - uid: 904 components: - type: Transform pos: 4.5,-17.5 - parent: 1 - - uid: 18581 - components: - - type: Transform - pos: 11.5,52.5 - parent: 1 - - uid: 18594 + parent: 2 + - uid: 906 components: - type: Transform pos: 10.5,54.5 - parent: 1 + parent: 2 - proto: BedsheetSyndie entities: - - uid: 7352 + - uid: 907 components: - type: Transform rot: -1.5707963267948966 rad pos: -54.5,90.5 - parent: 1 - - uid: 7356 + parent: 2 + - uid: 908 components: - type: Transform rot: -1.5707963267948966 rad pos: -54.5,84.5 - parent: 1 -- proto: BikeHornImplanter + parent: 2 +- proto: BenchSofaCorpLeft entities: - - uid: 17097 + - uid: 909 components: - type: Transform - pos: 2.5181127,-24.37772 - parent: 1 -- proto: Biogenerator + rot: -1.5707963267948966 rad + pos: -15.5,13.5 + parent: 2 +- proto: BenchSofaCorpRight entities: - - uid: 2104 + - uid: 910 components: - type: Transform - pos: -42.5,44.5 - parent: 1 - - uid: 9861 + rot: -1.5707963267948966 rad + pos: -15.5,14.5 + parent: 2 +- proto: BenchSofaLeft + entities: + - uid: 20915 components: - type: Transform - pos: -57.5,87.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -92.5,-4.5 + parent: 2 +- proto: BenchSofaMiddle + entities: + - uid: 20916 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -92.5,-3.5 + parent: 2 +- proto: BenchSofaRight + entities: + - uid: 20917 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -92.5,-2.5 + parent: 2 +- proto: BikeHornImplanter + entities: + - uid: 911 + components: + - type: Transform + pos: 2.5181127,-24.37772 + parent: 2 +- proto: Biogenerator + entities: + - uid: 912 + components: + - type: Transform + pos: -42.5,44.5 + parent: 2 + - uid: 913 + components: + - type: Transform + pos: -57.5,87.5 + parent: 2 - proto: BlastDoor entities: - - uid: 590 + - uid: 914 components: - type: Transform pos: 15.5,-6.5 - parent: 1 - - uid: 7204 + parent: 2 + - uid: 915 components: - type: Transform pos: -53.5,71.5 - parent: 1 - - uid: 7207 + parent: 2 + - uid: 916 components: - type: Transform pos: -53.5,72.5 - parent: 1 - - uid: 7208 + parent: 2 + - uid: 917 components: - type: Transform pos: -53.5,73.5 - parent: 1 - - uid: 7209 + parent: 2 + - uid: 918 components: - type: Transform pos: -53.5,74.5 - parent: 1 - - uid: 7210 + parent: 2 + - uid: 919 components: - type: Transform pos: -53.5,75.5 - parent: 1 - - uid: 7211 + parent: 2 + - uid: 920 components: - type: Transform pos: -53.5,76.5 - parent: 1 - - uid: 7212 + parent: 2 + - uid: 921 components: - type: Transform pos: -49.5,71.5 - parent: 1 - - uid: 7213 + parent: 2 + - uid: 922 components: - type: Transform pos: -49.5,72.5 - parent: 1 - - uid: 7214 + parent: 2 + - uid: 923 components: - type: Transform pos: -49.5,73.5 - parent: 1 - - uid: 7215 + parent: 2 + - uid: 924 components: - type: Transform pos: -49.5,74.5 - parent: 1 - - uid: 7216 + parent: 2 + - uid: 925 components: - type: Transform pos: -49.5,75.5 - parent: 1 - - uid: 7217 + parent: 2 + - uid: 926 components: - type: Transform pos: -49.5,76.5 - parent: 1 - - uid: 7942 + parent: 2 + - uid: 927 components: - type: Transform pos: -18.5,47.5 - parent: 1 - - uid: 8545 + parent: 2 + - uid: 928 components: - type: Transform pos: -20.5,-35.5 - parent: 1 - - uid: 11514 + parent: 2 + - uid: 929 components: - type: Transform pos: -83.5,41.5 - parent: 1 - - uid: 13366 + parent: 2 + - uid: 930 components: - type: Transform pos: -73.5,57.5 - parent: 1 - - uid: 14643 - components: - - type: Transform - pos: -79.5,21.5 - parent: 1 - - uid: 15106 + parent: 2 + - uid: 932 components: - type: Transform pos: -35.5,-14.5 - parent: 1 - - uid: 15109 + parent: 2 + - uid: 933 components: - type: Transform pos: -31.5,-14.5 - parent: 1 - - uid: 15111 + parent: 2 + - uid: 934 components: - type: Transform pos: -31.5,-17.5 - parent: 1 - - uid: 15112 + parent: 2 + - uid: 935 components: - type: Transform pos: -35.5,-17.5 - parent: 1 - - uid: 16592 + parent: 2 + - uid: 936 components: - type: Transform pos: -20.5,-30.5 - parent: 1 - - uid: 18280 + parent: 2 + - uid: 937 components: - type: Transform pos: -96.5,43.5 - parent: 1 - - uid: 18439 + parent: 2 + - uid: 938 components: - type: Transform pos: -80.5,64.5 - parent: 1 - - uid: 18948 + parent: 2 + - uid: 939 components: - type: Transform pos: -80.5,68.5 - parent: 1 - - uid: 19008 + parent: 2 + - uid: 18240 components: - type: Transform - pos: -80.5,70.5 - parent: 1 -- proto: BlockGameArcadeComputerCircuitboard - entities: - - uid: 16564 + rot: -1.5707963267948966 rad + pos: -86.5,16.5 + parent: 2 + - uid: 18241 components: - type: Transform - pos: 19.5,9.5 - parent: 1 -- proto: Bloodpack - entities: - - uid: 2040 + rot: -1.5707963267948966 rad + pos: -86.5,17.5 + parent: 2 + - uid: 20169 components: - type: Transform rot: -1.5707963267948966 rad - pos: 0.039636046,39.06151 - parent: 1 + pos: -86.5,18.5 + parent: 2 +- proto: BlockGameArcadeComputerCircuitboard + entities: + - uid: 940 + components: + - type: Transform + pos: 19.5,9.5 + parent: 2 - proto: BluespaceSender entities: - - uid: 13835 + - uid: 941 components: - type: Transform pos: -85.5,45.5 - parent: 1 + parent: 2 - type: DeviceLinkSource linkedPorts: - 18911: + 944: - - BluespaceSender - BluespaceGasUtilizer - 18916: + 949: - - BluespaceSender - BluespaceGasUtilizer - 18915: + 948: - - BluespaceSender - BluespaceGasUtilizer - 18912: + 945: - - BluespaceSender - BluespaceGasUtilizer - 18913: + 946: - - BluespaceSender - BluespaceGasUtilizer - 18914: + 947: + - - BluespaceSender + - BluespaceGasUtilizer + 943: + - - BluespaceSender + - BluespaceGasUtilizer + 942: - - BluespaceSender - BluespaceGasUtilizer - proto: BluespaceVendor entities: - - uid: 18911 + - uid: 942 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,10.5 + parent: 2 + - type: BluespaceVendor + bluespaceSenderConnected: True + - type: BluespaceGasUtilizer + bluespaceSender: 941 + - uid: 943 + components: + - type: Transform + pos: -0.5,28.5 + parent: 2 + - type: BluespaceVendor + bluespaceSenderConnected: True + - type: BluespaceGasUtilizer + bluespaceSender: 941 + - uid: 944 components: - type: Transform pos: -54.5,7.5 - parent: 1 + parent: 2 - type: BluespaceVendor bluespaceSenderConnected: True - type: BluespaceGasUtilizer - bluespaceSender: 13835 - - uid: 18912 + bluespaceSender: 941 + - uid: 945 components: - type: Transform pos: -30.5,7.5 - parent: 1 + parent: 2 - type: BluespaceVendor bluespaceSenderConnected: True - type: BluespaceGasUtilizer - bluespaceSender: 13835 - - uid: 18913 + bluespaceSender: 941 + - uid: 946 components: - type: Transform pos: 11.5,7.5 - parent: 1 + parent: 2 - type: BluespaceVendor bluespaceSenderConnected: True - type: BluespaceGasUtilizer - bluespaceSender: 13835 - - uid: 18914 + bluespaceSender: 941 + - uid: 947 components: - type: Transform rot: 1.5707963267948966 rad pos: 21.5,19.5 - parent: 1 + parent: 2 - type: BluespaceVendor bluespaceSenderConnected: True - type: BluespaceGasUtilizer - bluespaceSender: 13835 - - uid: 18915 + bluespaceSender: 941 + - uid: 948 components: - type: Transform pos: -10.5,34.5 - parent: 1 + parent: 2 - type: BluespaceVendor bluespaceSenderConnected: True - type: BluespaceGasUtilizer - bluespaceSender: 13835 - - uid: 18916 + bluespaceSender: 941 + - uid: 949 components: - type: Transform pos: -43.5,34.5 - parent: 1 + parent: 2 - type: BluespaceVendor bluespaceSenderConnected: True - type: BluespaceGasUtilizer - bluespaceSender: 13835 - - uid: 18917 + bluespaceSender: 941 + - uid: 950 components: - type: Transform rot: -1.5707963267948966 rad pos: -45.5,48.5 - parent: 1 -- proto: Blunt - entities: - - uid: 14943 - components: - - type: Transform - pos: 23.683538,-11.353635 - parent: 1 + parent: 2 - proto: BodyBagFolded entities: - - uid: 15518 + - uid: 952 components: - type: Transform pos: -4.538335,-18.189837 - parent: 1 + parent: 2 - proto: BookBartendersManual entities: - - uid: 18684 + - uid: 954 components: - type: Transform - parent: 18682 + parent: 953 - type: Physics canCollide: False - type: InsideEntityStorage - proto: BookHowToKeepStationClean entities: - - uid: 16537 + - uid: 956 components: - type: Transform pos: -50.35644,39.819992 - parent: 1 + parent: 2 - proto: BookNarsieLegend entities: - - uid: 16142 + - uid: 957 components: - type: Transform pos: 21.506638,-1.5740361 - parent: 1 + parent: 2 - proto: BookRandom entities: - - uid: 3400 + - uid: 958 components: - type: Transform pos: -26.002151,9.728267 - parent: 1 - - uid: 3402 + parent: 2 + - uid: 959 components: - type: Transform pos: -25.757227,9.715086 - parent: 1 - - uid: 3403 + parent: 2 + - uid: 960 components: - type: Transform pos: -26.484095,9.587642 - parent: 1 - - uid: 3404 + parent: 2 + - uid: 961 components: - type: Transform pos: -27.526798,9.572017 - parent: 1 - - uid: 3405 + parent: 2 + - uid: 962 components: - type: Transform pos: -26.984095,9.728267 - parent: 1 - - uid: 18638 + parent: 2 + - uid: 963 components: - type: Transform pos: 12.516073,57.633484 - parent: 1 + parent: 2 - proto: BooksBag entities: - - uid: 3401 + - uid: 964 components: - type: Transform pos: -25.267776,9.592309 - parent: 1 + parent: 2 - proto: BookshelfFilled entities: - - uid: 912 + - uid: 965 components: - type: Transform pos: 27.5,-0.5 - parent: 1 - - uid: 3036 + parent: 2 + - uid: 966 components: - type: Transform - pos: -22.5,15.5 - parent: 1 - - uid: 3089 + pos: 20.5,32.5 + parent: 2 + - uid: 968 components: - type: Transform pos: -25.5,13.5 - parent: 1 - - uid: 3090 + parent: 2 + - uid: 969 components: - type: Transform pos: -26.5,13.5 - parent: 1 - - uid: 3091 + parent: 2 + - uid: 970 components: - type: Transform pos: -24.5,11.5 - parent: 1 - - uid: 3092 + parent: 2 + - uid: 971 components: - type: Transform pos: -25.5,11.5 - parent: 1 - - uid: 3093 + parent: 2 + - uid: 972 components: - type: Transform pos: -26.5,11.5 - parent: 1 - - uid: 3094 + parent: 2 + - uid: 973 components: - type: Transform pos: -27.5,11.5 - parent: 1 - - uid: 3095 + parent: 2 + - uid: 974 components: - type: Transform pos: -28.5,11.5 - parent: 1 - - uid: 3098 + parent: 2 + - uid: 975 components: - type: Transform pos: -22.5,8.5 - parent: 1 - - uid: 3099 + parent: 2 + - uid: 976 components: - type: Transform pos: -22.5,9.5 - parent: 1 - - uid: 3100 + parent: 2 + - uid: 977 components: - type: Transform pos: -22.5,10.5 - parent: 1 - - uid: 3101 + parent: 2 + - uid: 978 components: - type: Transform pos: -22.5,11.5 - parent: 1 - - uid: 3102 + parent: 2 + - uid: 979 components: - type: Transform pos: -24.5,13.5 - parent: 1 - - uid: 7721 + parent: 2 + - uid: 980 components: - type: Transform pos: -61.5,87.5 - parent: 1 - - uid: 9336 + parent: 2 + - uid: 981 components: - type: Transform pos: -50.5,-3.5 - parent: 1 + parent: 2 - proto: BoozeDispenser entities: - - uid: 6339 + - uid: 982 components: - type: Transform rot: 1.5707963267948966 rad pos: 17.5,49.5 - parent: 1 - - uid: 9739 + parent: 2 + - uid: 983 components: - type: Transform rot: -1.5707963267948966 rad pos: -30.5,39.5 - parent: 1 - - uid: 9740 + parent: 2 + - uid: 984 components: - type: Transform rot: -1.5707963267948966 rad pos: -30.5,36.5 - parent: 1 + parent: 2 +- proto: BoozeDispenserEmpty + entities: + - uid: 985 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,67.5 + parent: 2 - proto: BorgCharger entities: - - uid: 194 + - uid: 986 components: - type: Transform rot: 1.5707963267948966 rad pos: -9.5,-14.5 - parent: 1 - - uid: 373 + parent: 2 + - uid: 987 components: - type: Transform rot: 1.5707963267948966 rad pos: -7.5,-14.5 - parent: 1 + parent: 2 +- proto: BoxBeaker + entities: + - uid: 988 + components: + - type: Transform + pos: -3.4756398,22.688147 + parent: 2 - proto: BoxBodyBag entities: - - uid: 2352 + - uid: 989 components: - type: Transform - pos: 4.501326,17.543652 - parent: 1 - - uid: 15780 + pos: 4.4866605,17.677021 + parent: 2 + - uid: 990 components: - type: Transform - pos: 4.42369,38.89373 - parent: 1 + pos: -0.5594995,36.65776 + parent: 2 + - type: Physics + angularDamping: 0 + linearDamping: 0 - proto: BoxCardboard entities: - - uid: 15368 + - uid: 991 components: - type: MetaData desc: A box of spare encryption keys. name: spare encryption keys box - type: Transform pos: 27.49369,23.624804 - parent: 1 + parent: 2 - type: ContainerContainer containers: storagebase: !type:Container showEnts: False occludes: True ents: - - 15369 - - 15370 - - 15371 - - 15372 - - 15373 - - 15374 + - 993 + - 997 + - 994 + - 995 + - 996 + - 992 - proto: BoxCleanerGrenades entities: - - uid: 16443 + - uid: 998 components: - type: Transform pos: -50.49686,40.800827 - parent: 1 + parent: 2 - proto: BoxFlare entities: - - uid: 13357 + - uid: 999 components: - type: Transform pos: -87.45415,41.637413 - parent: 1 + parent: 2 - proto: BoxFlashbang entities: - - uid: 16049 + - uid: 1000 components: - type: Transform pos: -59.824596,50.677788 - parent: 1 + parent: 2 - proto: BoxFolderBlack entities: - - uid: 10950 + - uid: 1001 components: - type: Transform pos: -62.793716,39.585648 - parent: 1 - - uid: 12801 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.444498,15.859739 - parent: 1 - - uid: 12802 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.491373,15.625364 - parent: 1 - - uid: 14606 + parent: 2 + - uid: 1002 components: - type: Transform pos: -43.316437,-6.79202 - parent: 1 - - uid: 15991 + parent: 2 + - uid: 1003 components: - type: Transform pos: -11.36327,49.00551 - parent: 1 - - uid: 17008 + parent: 2 + - uid: 1004 components: - type: Transform pos: -14.403232,-29.463837 - parent: 1 - - uid: 17107 + parent: 2 + - uid: 1005 components: - type: Transform pos: 0.45562354,-13.443399 - parent: 1 - - uid: 17639 + parent: 2 + - uid: 1006 components: - type: Transform pos: -70.58691,13.534435 - parent: 1 + parent: 2 - proto: BoxFolderBlue entities: - - uid: 10942 + - uid: 1007 components: - type: Transform pos: -61.137554,41.601273 - parent: 1 - - uid: 11881 + parent: 2 + - uid: 1008 components: - type: Transform pos: 17.512835,19.55824 - parent: 1 + parent: 2 - proto: BoxFolderCentComClipboard entities: - - uid: 16419 + - uid: 1009 components: - type: Transform pos: -1.5,51.5 - parent: 1 + parent: 2 - proto: BoxFolderClipboard entities: - - uid: 8936 + - uid: 1010 components: - type: Transform pos: -54.36705,64.647865 - parent: 1 - - uid: 16568 + parent: 2 + - uid: 1011 components: - type: Transform pos: -53.5,-3.5 - parent: 1 - - uid: 17103 + parent: 2 + - uid: 1012 components: - type: Transform pos: -4.513127,-13.349584 - parent: 1 - - uid: 17638 + parent: 2 + - uid: 1013 components: - type: Transform pos: -69.42024,13.565706 - parent: 1 + parent: 2 - proto: BoxFolderGreen entities: - - uid: 7385 + - uid: 1014 components: - type: Transform pos: -21.57047,39.7949 - parent: 1 + parent: 2 - proto: BoxFolderGrey entities: - - uid: 16569 + - uid: 1015 components: - type: Transform pos: -53.58937,-1.2021912 - parent: 1 - - uid: 17009 + parent: 2 + - uid: 1016 components: - type: Transform pos: -14.744056,-37.465385 - parent: 1 + parent: 2 - proto: BoxFolderRed entities: - - uid: 7596 + - uid: 1017 components: - type: Transform pos: -21.38297,39.919983 - parent: 1 - - uid: 7988 + parent: 2 + - uid: 1018 components: - type: Transform pos: -60.701515,58.61342 - parent: 1 - - uid: 10943 + parent: 2 + - uid: 1019 components: - type: Transform pos: -63.62193,41.570023 - parent: 1 - - uid: 12190 + parent: 2 + - uid: 1020 components: - type: Transform pos: -54.5858,64.5332 - parent: 1 - - uid: 14295 + parent: 2 + - uid: 1021 components: - type: Transform pos: -70.85199,49.55786 - parent: 1 - - uid: 17640 + parent: 2 + - uid: 1022 components: - type: Transform pos: -70.50358,13.638674 - parent: 1 + parent: 2 - proto: BoxFolderWhite entities: - - uid: 2372 + - uid: 1023 components: - type: Transform rot: -1.5707963267948966 rad pos: 11.49155,19.354616 - parent: 1 - - uid: 2495 + parent: 2 + - uid: 1024 components: - type: Transform pos: 10.6337595,25.106617 - parent: 1 - - uid: 12782 + parent: 2 + - uid: 1025 components: - type: Transform - pos: 15.076297,31.544756 - parent: 1 - - uid: 18630 + rot: 1.5707963267948966 rad + pos: -1.4691181,33.475655 + parent: 2 + - type: Storage + storedItems: + 1026: + position: 0,0 + _rotation: South + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 1026 + - uid: 1027 + components: + - type: Transform + pos: 15.450236,31.59632 + parent: 2 + - type: Storage + storedItems: + 1031: + position: 0,0 + _rotation: South + 1030: + position: 1,0 + _rotation: South + 1029: + position: 2,0 + _rotation: South + 1028: + position: 3,0 + _rotation: South + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 1031 + - 1030 + - 1029 + - 1028 + - type: Physics + angularDamping: 0 + linearDamping: 0 + - uid: 1032 components: - type: Transform pos: 10.620292,53.578583 - parent: 1 + parent: 2 - proto: BoxFolderYellow entities: - - uid: 3756 + - uid: 1033 components: - type: Transform pos: -46.603218,1.8100886 - parent: 1 - - uid: 3757 + parent: 2 + - uid: 1034 components: - type: Transform pos: -46.571968,1.5132136 - parent: 1 - - uid: 5516 + parent: 2 + - uid: 1035 components: - type: Transform pos: -53.308907,-5.477154 - parent: 1 - - uid: 8997 + parent: 2 + - uid: 1036 components: - type: Transform pos: -32.463276,-5.5537453 - parent: 1 - - uid: 9001 + parent: 2 + - uid: 1037 components: - type: Transform pos: -32.69765,-5.3818703 - parent: 1 - - uid: 12031 + parent: 2 + - uid: 1038 components: - type: Transform pos: -31.49165,-1.6362362 - parent: 1 - - uid: 15195 + parent: 2 + - uid: 1039 components: - type: Transform pos: -50.698578,-0.34651685 - parent: 1 - - uid: 15795 + parent: 2 + - uid: 1040 components: - type: Transform pos: -70.32392,16.415482 - parent: 1 - - uid: 15796 + parent: 2 + - uid: 1041 components: - type: Transform pos: -70.60517,16.399857 - parent: 1 - - uid: 17104 + parent: 2 + - uid: 1042 components: - type: Transform pos: 0.6118735,-13.255769 - parent: 1 + parent: 2 - proto: BoxHandcuff entities: - - uid: 7993 + - uid: 1043 components: - type: Transform pos: -56.703358,58.661354 - parent: 1 - - uid: 16051 + parent: 2 + - uid: 1044 components: - type: Transform pos: -60.668346,50.69863 - parent: 1 + parent: 2 - proto: BoxInflatable entities: - - uid: 10855 + - uid: 1045 components: - type: Transform pos: -29.5,55.5 - parent: 1 + parent: 2 - proto: BoxLatexGloves entities: - - uid: 2365 + - uid: 1046 components: - type: Transform pos: 7.4180007,17.608612 - parent: 1 + parent: 2 - proto: BoxLightMixed entities: - - uid: 10929 + - uid: 1047 components: - type: Transform pos: -53.38198,35.87783 - parent: 1 + parent: 2 - proto: BoxMousetrap entities: - - uid: 16535 + - uid: 1048 components: - type: Transform pos: -53.60644,35.75467 - parent: 1 + parent: 2 - proto: BoxMouthSwab entities: - - uid: 2364 + - uid: 1049 components: - type: Transform pos: 6.4961257,16.733612 - parent: 1 + parent: 2 - proto: BoxMRE entities: - - uid: 620 + - uid: 1050 components: - type: Transform pos: 20.242428,-8.30875 - parent: 1 + parent: 2 - proto: BoxSterileMask entities: - - uid: 2363 + - uid: 1051 components: - type: Transform pos: 6.4805007,17.592987 - parent: 1 + parent: 2 - proto: BoxTrashbag entities: - - uid: 16438 + - uid: 1052 components: - type: Transform pos: -53.49686,35.63057 - parent: 1 + parent: 2 - proto: BoxVial entities: - - uid: 18602 + - uid: 1053 components: - type: Transform pos: 14.566494,59.715332 - parent: 1 + parent: 2 - proto: BoxZiptie entities: - - uid: 16052 + - uid: 1054 components: - type: Transform pos: -60.480846,50.58397 - parent: 1 + parent: 2 - proto: BrbSign entities: - - uid: 15962 + - uid: 1055 components: - type: Transform pos: -23.507376,40.1504 - parent: 1 + parent: 2 - proto: BriefcaseBrownFilled entities: - - uid: 17636 + - uid: 1056 components: - type: Transform pos: -71.47233,13.742913 - parent: 1 + parent: 2 - proto: BrigTimer entities: - - uid: 4985 + - uid: 1057 components: - type: Transform pos: -56.5,52.5 - parent: 1 + parent: 2 - type: DeviceLinkSource linkedPorts: - 7871: + 19910: - - Start - Close - - Timer - AutoClose - - Timer - Open - - uid: 4986 + - uid: 1058 components: - type: Transform pos: -53.5,52.5 - parent: 1 + parent: 2 - type: DeviceLinkSource linkedPorts: - 7872: + 19911: - - Start - Close - - Timer - AutoClose - - Timer - Open - - uid: 4987 + - uid: 1059 components: - type: Transform pos: -50.5,52.5 - parent: 1 + parent: 2 - type: DeviceLinkSource linkedPorts: - 7873: + 19912: - - Start - Close - - Timer - AutoClose - - Timer - Open - - uid: 7551 + - uid: 1060 components: - type: Transform rot: 3.141592653589793 rad pos: -17.5,24.5 - parent: 1 + parent: 2 - type: DeviceLinkSource linkedPorts: - 16042: + 19915: - - Start - Close - - Timer - AutoClose - - Timer - Open + - uid: 1061 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -64.5,62.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 19862: + - - Timer + - Open + - - Start + - Close + - - Start + - DoorBolt + - - Timer + - DoorBolt - proto: BrokenBottle entities: - - uid: 11517 + - uid: 1062 components: - type: Transform rot: -1.5707963267948966 rad pos: -29.5,59.5 - parent: 1 -- proto: Brutepack + parent: 2 +- proto: Bucket entities: - - uid: 1990 - components: - - type: Transform - pos: -1.3334682,33.60299 - parent: 1 - - uid: 1991 - components: - - type: Transform - pos: -1.5990932,33.97799 - parent: 1 - - uid: 9341 - components: - - type: Transform - pos: 7.52858,35.668564 - parent: 1 -- proto: Bucket - entities: - - uid: 6946 + - uid: 1063 components: - type: Transform pos: -42.23494,47.51451 - parent: 1 - - uid: 6947 + parent: 2 + - uid: 1064 components: - type: Transform pos: -42.42244,47.655136 - parent: 1 - - uid: 8363 + parent: 2 + - uid: 1065 components: - type: Transform pos: -54.92742,86.61734 - parent: 1 - - uid: 16439 + parent: 2 + - uid: 1066 components: - type: Transform pos: -53.24686,36.923134 - parent: 1 - - uid: 16442 + parent: 2 + - uid: 1067 components: - type: Transform pos: -53.62186,36.78762 - parent: 1 - - uid: 18801 + parent: 2 + - uid: 1068 components: - type: Transform pos: 17.746603,59.444923 - parent: 1 + parent: 2 - proto: ButtonFrameCaution entities: - - uid: 5336 + - uid: 62 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -90.5,46.5 + parent: 2 + - uid: 1069 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,32.5 + parent: 2 + - uid: 1070 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,35.5 + parent: 2 + - uid: 1071 components: - type: Transform pos: -84.5,68.5 - parent: 1 - - uid: 6065 + parent: 2 + - uid: 1072 components: - type: Transform pos: -75.5,27.5 - parent: 1 - - uid: 7550 + parent: 2 + - uid: 1073 components: - type: Transform pos: -61.5,66.5 - parent: 1 - - uid: 8637 + parent: 2 + - uid: 1074 components: - type: Transform rot: 3.141592653589793 rad pos: -86.5,44.5 - parent: 1 - - uid: 9507 + parent: 2 + - uid: 1075 components: - type: Transform rot: -1.5707963267948966 rad pos: -49.5,79.5 - parent: 1 - - uid: 9508 + parent: 2 + - uid: 1076 components: - type: Transform rot: 1.5707963267948966 rad pos: -53.5,68.5 - parent: 1 - - uid: 11361 + parent: 2 + - uid: 1077 components: - type: Transform pos: -76.5,68.5 - parent: 1 - - uid: 13720 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -78.5,22.5 - parent: 1 - - uid: 13926 - components: - - type: Transform - pos: -80.5,21.5 - parent: 1 - - uid: 14649 + parent: 2 + - uid: 1080 components: - type: Transform pos: -71.5,18.5 - parent: 1 - - uid: 15143 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,31.5 - parent: 1 - - uid: 15645 + parent: 2 + - uid: 1082 components: - type: Transform rot: -1.5707963267948966 rad pos: -75.5,61.5 - parent: 1 - - uid: 15822 + parent: 2 + - uid: 1083 components: - type: Transform rot: 1.5707963267948966 rad pos: -24.5,37.5 - parent: 1 - - uid: 15823 + parent: 2 + - uid: 1084 components: - type: Transform rot: 3.141592653589793 rad pos: -19.5,44.5 - parent: 1 - - uid: 15958 + parent: 2 + - uid: 1085 components: - type: Transform pos: -83.5,28.5 - parent: 1 - - uid: 15997 + parent: 2 + - uid: 1086 components: - type: Transform rot: -1.5707963267948966 rad pos: -2.5,60.5 - parent: 1 - - uid: 16404 + parent: 2 + - uid: 1087 components: - type: Transform rot: -1.5707963267948966 rad pos: 24.5,42.5 - parent: 1 - - uid: 17114 + parent: 2 + - uid: 1088 components: - type: Transform rot: 3.141592653589793 rad pos: -16.5,-16.5 - parent: 1 - - uid: 18292 + parent: 2 + - uid: 1089 components: - type: Transform pos: -86.5,39.5 - parent: 1 - - uid: 18293 + parent: 2 + - uid: 1091 components: - type: Transform - rot: 3.141592653589793 rad - pos: -94.5,47.5 - parent: 1 - - uid: 18295 + rot: -1.5707963267948966 rad + pos: -96.5,44.5 + parent: 2 + - uid: 1092 components: - type: Transform rot: -1.5707963267948966 rad - pos: -96.5,44.5 - parent: 1 + pos: -64.5,63.5 + parent: 2 - proto: ButtonFrameCautionSecurity entities: - - uid: 5308 + - uid: 1093 components: - type: Transform rot: -1.5707963267948966 rad pos: -75.5,60.5 - parent: 1 - - uid: 19219 + parent: 2 + - uid: 1094 components: - type: Transform rot: -1.5707963267948966 rad pos: -75.50115,60.982903 - parent: 1 + parent: 2 - proto: ButtonFrameExit entities: - - uid: 5344 + - uid: 1095 components: - type: Transform rot: -1.5707963267948966 rad pos: -45.5,58.5 - parent: 1 - - uid: 15213 + parent: 2 + - uid: 1096 components: - type: Transform rot: 1.5707963267948966 rad pos: 1.5,28.5 - parent: 1 + parent: 2 - proto: ButtonFrameGrey entities: - - uid: 445 + - uid: 1097 components: - type: Transform rot: 1.5707963267948966 rad pos: -16.5,-34.5 - parent: 1 - - uid: 542 + parent: 2 + - uid: 1098 components: - type: Transform rot: 3.141592653589793 rad pos: -52.5,52.5 - parent: 1 - - uid: 3570 + parent: 2 + - uid: 1099 components: - type: Transform rot: -1.5707963267948966 rad pos: -30.5,-12.5 - parent: 1 - - uid: 8198 + parent: 2 + - uid: 1100 components: - type: Transform rot: 1.5707963267948966 rad pos: -16.5,-32.5 - parent: 1 - - uid: 10195 + parent: 2 + - uid: 1101 components: - type: Transform rot: -1.5707963267948966 rad pos: 21.5,-7.5 - parent: 1 - - uid: 14088 + parent: 2 + - uid: 1102 components: - type: Transform pos: -50.5,38.5 - parent: 1 - - uid: 15091 + parent: 2 + - uid: 1103 components: - type: Transform rot: 1.5707963267948966 rad pos: -36.5,-12.5 - parent: 1 - - uid: 18365 - components: - - type: Transform - pos: -71.5,46.5 - parent: 1 - - uid: 18681 + parent: 2 + - uid: 1105 components: - type: Transform pos: 21.5,48.5 - parent: 1 + parent: 2 - proto: ButtonFrameJanitor entities: - - uid: 13306 + - uid: 1106 components: - type: Transform - pos: 5.5,35.5 - parent: 1 - - uid: 16513 + rot: -1.5707963267948966 rad + pos: 5.5,28.5 + parent: 2 + - uid: 1107 components: - type: Transform pos: -64.5,35.5 - parent: 1 - - uid: 16517 + parent: 2 + - uid: 1108 components: - type: Transform pos: -51.5,59.5 - parent: 1 - - uid: 16526 + parent: 2 + - uid: 1109 components: - type: Transform rot: 1.5707963267948966 rad pos: -42.5,-3.5 - parent: 1 - - uid: 16528 + parent: 2 + - uid: 1110 components: - type: Transform pos: -32.5,41.5 - parent: 1 + parent: 2 - proto: CableApcExtension entities: - - uid: 4 + - uid: 811 + components: + - type: Transform + pos: 23.5,25.5 + parent: 2 + - uid: 1111 components: - type: Transform pos: 10.5,22.5 - parent: 1 - - uid: 6 + parent: 2 + - uid: 1112 components: - type: Transform pos: -50.5,12.5 - parent: 1 - - uid: 7 + parent: 2 + - uid: 1113 components: - type: Transform pos: -47.5,12.5 - parent: 1 - - uid: 18 + parent: 2 + - uid: 1114 components: - type: Transform pos: 7.5,-9.5 - parent: 1 - - uid: 22 + parent: 2 + - uid: 1115 components: - type: Transform pos: -21.5,-9.5 - parent: 1 - - uid: 25 + parent: 2 + - uid: 1116 components: - type: Transform pos: -3.5,-3.5 - parent: 1 - - uid: 40 + parent: 2 + - uid: 1117 components: - type: Transform pos: -18.5,-3.5 - parent: 1 - - uid: 41 + parent: 2 + - uid: 1118 components: - type: Transform pos: -12.5,-2.5 - parent: 1 - - uid: 46 + parent: 2 + - uid: 1119 components: - type: Transform pos: -12.5,-16.5 - parent: 1 - - uid: 72 + parent: 2 + - uid: 1120 components: - type: Transform pos: -2.5,0.5 - parent: 1 - - uid: 76 + parent: 2 + - uid: 1121 components: - type: Transform pos: -9.5,-1.5 - parent: 1 - - uid: 83 + parent: 2 + - uid: 1122 components: - type: Transform pos: -8.5,-1.5 - parent: 1 - - uid: 88 + parent: 2 + - uid: 1123 components: - type: Transform pos: -3.5,0.5 - parent: 1 - - uid: 89 + parent: 2 + - uid: 1124 components: - type: Transform pos: -1.5,0.5 - parent: 1 - - uid: 96 + parent: 2 + - uid: 1125 components: - type: Transform pos: 12.5,23.5 - parent: 1 - - uid: 145 + parent: 2 + - uid: 1126 components: - type: Transform pos: -21.5,-1.5 - parent: 1 - - uid: 154 + parent: 2 + - uid: 1127 components: - type: Transform pos: -18.5,-4.5 - parent: 1 - - uid: 156 + parent: 2 + - uid: 1128 components: - type: Transform pos: 7.5,-16.5 - parent: 1 - - uid: 157 + parent: 2 + - uid: 1129 components: - type: Transform pos: 10.5,-13.5 - parent: 1 - - uid: 203 + parent: 2 + - uid: 1130 components: - type: Transform pos: 6.5,-12.5 - parent: 1 - - uid: 204 + parent: 2 + - uid: 1131 components: - type: Transform pos: -5.5,-0.5 - parent: 1 - - uid: 257 + parent: 2 + - uid: 1132 components: - type: Transform pos: 11.5,22.5 - parent: 1 - - uid: 283 + parent: 2 + - uid: 1133 components: - type: Transform pos: -11.5,-16.5 - parent: 1 - - uid: 284 + parent: 2 + - uid: 1134 components: - type: Transform pos: -19.5,-16.5 - parent: 1 - - uid: 285 + parent: 2 + - uid: 1135 components: - type: Transform pos: -19.5,-19.5 - parent: 1 - - uid: 292 + parent: 2 + - uid: 1136 components: - type: Transform pos: -20.5,-16.5 - parent: 1 - - uid: 293 + parent: 2 + - uid: 1137 components: - type: Transform pos: -22.5,-19.5 - parent: 1 - - uid: 294 + parent: 2 + - uid: 1138 components: - type: Transform pos: -16.5,-15.5 - parent: 1 - - uid: 295 + parent: 2 + - uid: 1139 components: - type: Transform pos: -21.5,-14.5 - parent: 1 - - uid: 303 + parent: 2 + - uid: 1140 components: - type: Transform pos: -17.5,-15.5 - parent: 1 - - uid: 310 + parent: 2 + - uid: 1141 components: - type: Transform pos: -30.5,53.5 - parent: 1 - - uid: 311 + parent: 2 + - uid: 1142 components: - type: Transform pos: -30.5,54.5 - parent: 1 - - uid: 312 + parent: 2 + - uid: 1143 components: - type: Transform pos: -30.5,55.5 - parent: 1 - - uid: 317 + parent: 2 + - uid: 1144 components: - type: Transform pos: -21.5,-13.5 - parent: 1 - - uid: 320 + parent: 2 + - uid: 1145 components: - type: Transform pos: -15.5,-16.5 - parent: 1 - - uid: 324 + parent: 2 + - uid: 1146 components: - type: Transform pos: -21.5,-18.5 - parent: 1 - - uid: 325 + parent: 2 + - uid: 1147 components: - type: Transform pos: -22.5,-18.5 - parent: 1 - - uid: 326 + parent: 2 + - uid: 1148 components: - type: Transform pos: -18.5,-15.5 - parent: 1 - - uid: 327 + parent: 2 + - uid: 1149 components: - type: Transform pos: -18.5,-14.5 - parent: 1 - - uid: 328 + parent: 2 + - uid: 1150 components: - type: Transform pos: -18.5,-13.5 - parent: 1 - - uid: 329 + parent: 2 + - uid: 1151 components: - type: Transform pos: -21.5,-15.5 - parent: 1 - - uid: 339 + parent: 2 + - uid: 1152 components: - type: Transform pos: -2.5,-3.5 - parent: 1 - - uid: 341 + parent: 2 + - uid: 1153 components: - type: Transform pos: -6.5,-2.5 - parent: 1 - - uid: 361 + parent: 2 + - uid: 1154 components: - type: Transform pos: 5.5,-15.5 - parent: 1 - - uid: 363 + parent: 2 + - uid: 1155 components: - type: Transform pos: -15.5,-15.5 - parent: 1 - - uid: 365 + parent: 2 + - uid: 1156 components: - type: Transform pos: -21.5,-20.5 - parent: 1 - - uid: 366 + parent: 2 + - uid: 1157 components: - type: Transform pos: -20.5,-20.5 - parent: 1 - - uid: 367 + parent: 2 + - uid: 1158 components: - type: Transform pos: -18.5,-16.5 - parent: 1 - - uid: 368 + parent: 2 + - uid: 1159 components: - type: Transform pos: -21.5,-16.5 - parent: 1 - - uid: 369 + parent: 2 + - uid: 1160 components: - type: Transform pos: -12.5,-15.5 - parent: 1 - - uid: 385 + parent: 2 + - uid: 1161 components: - type: Transform pos: -1.5,-3.5 - parent: 1 - - uid: 389 + parent: 2 + - uid: 1162 components: - type: Transform pos: -21.5,-8.5 - parent: 1 - - uid: 398 + parent: 2 + - uid: 1163 components: - type: Transform pos: -20.5,-18.5 - parent: 1 - - uid: 455 + parent: 2 + - uid: 1164 components: - type: Transform pos: -12.5,-5.5 - parent: 1 - - uid: 459 + parent: 2 + - uid: 1165 components: - type: Transform pos: -4.5,-3.5 - parent: 1 - - uid: 464 + parent: 2 + - uid: 1166 components: - type: Transform pos: 16.5,-10.5 - parent: 1 - - uid: 467 + parent: 2 + - uid: 1167 components: - type: Transform pos: -0.5,-3.5 - parent: 1 - - uid: 471 + parent: 2 + - uid: 1168 components: - type: Transform pos: 7.5,-13.5 - parent: 1 - - uid: 478 + parent: 2 + - uid: 1169 components: - type: Transform pos: 7.5,-15.5 - parent: 1 - - uid: 484 + parent: 2 + - uid: 1170 components: - type: Transform pos: -12.5,2.5 - parent: 1 - - uid: 487 + parent: 2 + - uid: 1171 components: - type: Transform pos: -12.5,1.5 - parent: 1 - - uid: 493 + parent: 2 + - uid: 1172 components: - type: Transform pos: -18.5,-7.5 - parent: 1 - - uid: 516 + parent: 2 + - uid: 1173 components: - type: Transform pos: -65.5,30.5 - parent: 1 - - uid: 538 + parent: 2 + - uid: 1174 components: - type: Transform pos: -20.5,-19.5 - parent: 1 - - uid: 588 + parent: 2 + - uid: 1175 components: - type: Transform pos: 18.5,-10.5 - parent: 1 - - uid: 699 - components: - - type: Transform - pos: 12.5,34.5 - parent: 1 - - uid: 715 + parent: 2 + - uid: 1176 components: - type: Transform pos: -32.5,53.5 - parent: 1 - - uid: 722 + parent: 2 + - uid: 1177 components: - type: Transform pos: -32.5,54.5 - parent: 1 - - uid: 932 + parent: 2 + - uid: 1178 components: - type: Transform pos: 26.5,0.5 - parent: 1 - - uid: 933 + parent: 2 + - uid: 1179 components: - type: Transform pos: 26.5,1.5 - parent: 1 - - uid: 934 + parent: 2 + - uid: 1180 components: - type: Transform pos: 26.5,2.5 - parent: 1 - - uid: 935 + parent: 2 + - uid: 1181 components: - type: Transform pos: 27.5,2.5 - parent: 1 - - uid: 936 + parent: 2 + - uid: 1182 components: - type: Transform pos: 28.5,2.5 - parent: 1 - - uid: 940 + parent: 2 + - uid: 1183 components: - type: Transform pos: 29.5,2.5 - parent: 1 - - uid: 941 + parent: 2 + - uid: 1184 components: - type: Transform pos: 30.5,3.5 - parent: 1 - - uid: 942 + parent: 2 + - uid: 1185 components: - type: Transform pos: 30.5,2.5 - parent: 1 - - uid: 943 + parent: 2 + - uid: 1186 components: - type: Transform pos: 30.5,1.5 - parent: 1 - - uid: 984 + parent: 2 + - uid: 1187 components: - type: Transform pos: 26.5,27.5 - parent: 1 - - uid: 986 + parent: 2 + - uid: 1188 components: - type: Transform pos: 26.5,26.5 - parent: 1 - - uid: 1016 + parent: 2 + - uid: 1189 components: - type: Transform pos: 27.5,24.5 - parent: 1 - - uid: 1017 + parent: 2 + - uid: 1190 components: - type: Transform pos: 26.5,24.5 - parent: 1 - - uid: 1021 + parent: 2 + - uid: 1191 components: - type: Transform pos: 26.5,25.5 - parent: 1 - - uid: 1022 + parent: 2 + - uid: 1192 components: - type: Transform pos: 26.5,23.5 - parent: 1 - - uid: 1023 + parent: 2 + - uid: 1193 components: - type: Transform pos: 25.5,24.5 - parent: 1 - - uid: 1024 + parent: 2 + - uid: 1194 components: - type: Transform pos: 24.5,24.5 - parent: 1 - - uid: 1032 + parent: 2 + - uid: 1195 components: - type: Transform pos: 28.5,24.5 - parent: 1 - - uid: 1044 + parent: 2 + - uid: 1196 components: - type: Transform pos: -47.5,35.5 - parent: 1 - - uid: 1048 + parent: 2 + - uid: 1197 components: - type: Transform pos: -46.5,61.5 - parent: 1 - - uid: 1128 + parent: 2 + - uid: 1198 components: - type: Transform pos: -6.5,23.5 - parent: 1 - - uid: 1138 + parent: 2 + - uid: 1199 components: - type: Transform pos: -47.5,38.5 - parent: 1 - - uid: 1194 + parent: 2 + - uid: 1200 components: - type: Transform pos: -8.5,14.5 - parent: 1 - - uid: 1200 + parent: 2 + - uid: 1201 components: - type: Transform pos: -34.5,-15.5 - parent: 1 - - uid: 1207 + parent: 2 + - uid: 1202 components: - type: Transform pos: -34.5,-14.5 - parent: 1 - - uid: 1260 + parent: 2 + - uid: 1203 components: - type: Transform pos: -89.5,39.5 - parent: 1 - - uid: 1261 + parent: 2 + - uid: 1204 components: - type: Transform pos: -89.5,38.5 - parent: 1 - - uid: 1298 - components: - - type: Transform - pos: 9.5,30.5 - parent: 1 - - uid: 1320 + parent: 2 + - uid: 1205 components: - type: Transform pos: 14.5,0.5 - parent: 1 - - uid: 1321 + parent: 2 + - uid: 1206 components: - type: Transform pos: 13.5,0.5 - parent: 1 - - uid: 1355 + parent: 2 + - uid: 1207 components: - type: Transform - pos: 9.5,36.5 - parent: 1 - - uid: 1368 + pos: -24.5,-12.5 + parent: 2 + - uid: 1208 components: - type: Transform - pos: 9.5,35.5 - parent: 1 - - uid: 1410 + pos: 24.5,38.5 + parent: 2 + - uid: 1209 components: - type: Transform - pos: 9.5,34.5 - parent: 1 - - uid: 1416 + pos: 24.5,39.5 + parent: 2 + - uid: 1210 components: - type: Transform - pos: 12.5,36.5 - parent: 1 - - uid: 1417 + pos: -6.5,17.5 + parent: 2 + - uid: 1211 components: - type: Transform - pos: 8.5,36.5 - parent: 1 - - uid: 1418 - components: - - type: Transform - pos: -24.5,-12.5 - parent: 1 - - uid: 1425 - components: - - type: Transform - pos: 24.5,38.5 - parent: 1 - - uid: 1433 - components: - - type: Transform - pos: 9.5,38.5 - parent: 1 - - uid: 1434 - components: - - type: Transform - pos: 10.5,34.5 - parent: 1 - - uid: 1440 - components: - - type: Transform - pos: 24.5,39.5 - parent: 1 - - uid: 1462 - components: - - type: Transform - pos: -6.5,17.5 - parent: 1 - - uid: 1470 - components: - - type: Transform - pos: -3.5,17.5 - parent: 1 - - uid: 1489 - components: - - type: Transform - pos: 23.5,38.5 - parent: 1 - - uid: 1495 + pos: 23.5,38.5 + parent: 2 + - uid: 1212 components: - type: Transform pos: 22.5,37.5 - parent: 1 - - uid: 1500 + parent: 2 + - uid: 1213 components: - type: Transform pos: 6.5,5.5 - parent: 1 - - uid: 1514 + parent: 2 + - uid: 1214 components: - type: Transform pos: -7.5,-2.5 - parent: 1 - - uid: 1589 + parent: 2 + - uid: 1215 components: - type: Transform pos: -32.5,-16.5 - parent: 1 - - uid: 1590 + parent: 2 + - uid: 1216 components: - type: Transform pos: -34.5,-17.5 - parent: 1 - - uid: 1595 + parent: 2 + - uid: 1217 components: - type: Transform pos: -32.5,-13.5 - parent: 1 - - uid: 1597 - components: - - type: Transform - pos: -2.5,20.5 - parent: 1 - - uid: 1598 - components: - - type: Transform - pos: 14.5,29.5 - parent: 1 - - uid: 1599 + parent: 2 + - uid: 1218 components: - type: Transform pos: 5.5,5.5 - parent: 1 - - uid: 1600 + parent: 2 + - uid: 1219 components: - type: Transform pos: 12.5,24.5 - parent: 1 - - uid: 1602 + parent: 2 + - uid: 1220 components: - type: Transform pos: -32.5,-14.5 - parent: 1 - - uid: 1613 + parent: 2 + - uid: 1221 components: - type: Transform pos: 13.5,29.5 - parent: 1 - - uid: 1625 - components: - - type: Transform - pos: -1.5,20.5 - parent: 1 - - uid: 1640 + parent: 2 + - uid: 1222 components: - type: Transform pos: 9.5,5.5 - parent: 1 - - uid: 1641 + parent: 2 + - uid: 1223 components: - type: Transform pos: 10.5,5.5 - parent: 1 - - uid: 1642 + parent: 2 + - uid: 1224 components: - type: Transform pos: 11.5,5.5 - parent: 1 - - uid: 1645 + parent: 2 + - uid: 1225 components: - type: Transform pos: 8.5,5.5 - parent: 1 - - uid: 1655 + parent: 2 + - uid: 1226 components: - type: Transform pos: 16.5,-5.5 - parent: 1 - - uid: 1658 + parent: 2 + - uid: 1227 components: - type: Transform pos: 15.5,-6.5 - parent: 1 - - uid: 1659 + parent: 2 + - uid: 1228 components: - type: Transform pos: 15.5,-7.5 - parent: 1 - - uid: 1660 + parent: 2 + - uid: 1229 components: - type: Transform pos: 15.5,-9.5 - parent: 1 - - uid: 1662 + parent: 2 + - uid: 1230 components: - type: Transform pos: 15.5,-10.5 - parent: 1 - - uid: 1665 + parent: 2 + - uid: 1231 components: - type: Transform pos: 17.5,-10.5 - parent: 1 - - uid: 1683 + parent: 2 + - uid: 1232 components: - type: Transform pos: 12.5,0.5 - parent: 1 - - uid: 1684 + parent: 2 + - uid: 1233 components: - type: Transform pos: 11.5,0.5 - parent: 1 - - uid: 1685 + parent: 2 + - uid: 1234 components: - type: Transform pos: 10.5,0.5 - parent: 1 - - uid: 1686 + parent: 2 + - uid: 1235 components: - type: Transform pos: 9.5,0.5 - parent: 1 - - uid: 1687 + parent: 2 + - uid: 1236 components: - type: Transform pos: 8.5,0.5 - parent: 1 - - uid: 1688 + parent: 2 + - uid: 1237 components: - type: Transform pos: 8.5,1.5 - parent: 1 - - uid: 1689 + parent: 2 + - uid: 1238 components: - type: Transform pos: 10.5,-0.5 - parent: 1 - - uid: 1690 + parent: 2 + - uid: 1239 components: - type: Transform pos: 10.5,-1.5 - parent: 1 - - uid: 1691 - components: - - type: Transform - pos: -0.5,20.5 - parent: 1 - - uid: 1692 + parent: 2 + - uid: 1240 components: - type: Transform pos: 9.5,-2.5 - parent: 1 - - uid: 1693 + parent: 2 + - uid: 1241 components: - type: Transform pos: 8.5,-2.5 - parent: 1 - - uid: 1694 + parent: 2 + - uid: 1242 components: - type: Transform pos: 7.5,-2.5 - parent: 1 - - uid: 1695 - components: - - type: Transform - pos: -2.5,27.5 - parent: 1 - - uid: 1697 + parent: 2 + - uid: 1243 components: - type: Transform pos: 13.5,-2.5 - parent: 1 - - uid: 1698 + parent: 2 + - uid: 1244 components: - type: Transform pos: 14.5,-2.5 - parent: 1 - - uid: 1699 + parent: 2 + - uid: 1245 components: - type: Transform pos: 15.5,-2.5 - parent: 1 - - uid: 1700 + parent: 2 + - uid: 1246 components: - type: Transform pos: 16.5,-2.5 - parent: 1 - - uid: 1701 + parent: 2 + - uid: 1247 components: - type: Transform pos: 17.5,-2.5 - parent: 1 - - uid: 1702 + parent: 2 + - uid: 1248 components: - type: Transform pos: 15.5,-1.5 - parent: 1 - - uid: 1703 + parent: 2 + - uid: 1249 components: - type: Transform pos: 15.5,-0.5 - parent: 1 - - uid: 1704 + parent: 2 + - uid: 1250 components: - type: Transform pos: 15.5,0.5 - parent: 1 - - uid: 1705 + parent: 2 + - uid: 1251 components: - type: Transform pos: 15.5,1.5 - parent: 1 - - uid: 1706 + parent: 2 + - uid: 1252 components: - type: Transform pos: 15.5,2.5 - parent: 1 - - uid: 1707 + parent: 2 + - uid: 1253 components: - type: Transform pos: 15.5,3.5 - parent: 1 - - uid: 1708 + parent: 2 + - uid: 1254 components: - type: Transform pos: 17.5,-1.5 - parent: 1 - - uid: 1709 + parent: 2 + - uid: 1255 components: - type: Transform pos: 18.5,-1.5 - parent: 1 - - uid: 1710 + parent: 2 + - uid: 1256 components: - type: Transform pos: 19.5,-1.5 - parent: 1 - - uid: 1711 + parent: 2 + - uid: 1257 components: - type: Transform pos: 20.5,-1.5 - parent: 1 - - uid: 1712 + parent: 2 + - uid: 1258 components: - type: Transform pos: 20.5,-0.5 - parent: 1 - - uid: 1713 + parent: 2 + - uid: 1259 components: - type: Transform pos: 20.5,0.5 - parent: 1 - - uid: 1714 + parent: 2 + - uid: 1260 components: - type: Transform pos: 20.5,1.5 - parent: 1 - - uid: 1715 + parent: 2 + - uid: 1261 components: - type: Transform pos: 21.5,-1.5 - parent: 1 - - uid: 1716 + parent: 2 + - uid: 1262 components: - type: Transform pos: 20.5,-2.5 - parent: 1 - - uid: 1717 + parent: 2 + - uid: 1263 components: - type: Transform pos: 10.5,-3.5 - parent: 1 - - uid: 1718 + parent: 2 + - uid: 1264 components: - type: Transform pos: 10.5,-4.5 - parent: 1 - - uid: 1719 + parent: 2 + - uid: 1265 components: - type: Transform pos: 10.5,-5.5 - parent: 1 - - uid: 1720 + parent: 2 + - uid: 1266 components: - type: Transform pos: 11.5,-5.5 - parent: 1 - - uid: 1721 + parent: 2 + - uid: 1267 components: - type: Transform pos: 12.5,-5.5 - parent: 1 - - uid: 1722 + parent: 2 + - uid: 1268 components: - type: Transform pos: 13.5,-5.5 - parent: 1 - - uid: 1723 + parent: 2 + - uid: 1269 components: - type: Transform pos: 14.5,-5.5 - parent: 1 - - uid: 1724 + parent: 2 + - uid: 1270 components: - type: Transform pos: 15.5,-5.5 - parent: 1 - - uid: 1725 + parent: 2 + - uid: 1271 components: - type: Transform pos: 15.5,-8.5 - parent: 1 - - uid: 1726 + parent: 2 + - uid: 1272 components: - type: Transform pos: 17.5,-5.5 - parent: 1 - - uid: 1727 + parent: 2 + - uid: 1273 components: - type: Transform pos: 18.5,-5.5 - parent: 1 - - uid: 1728 + parent: 2 + - uid: 1274 components: - type: Transform pos: 19.5,-5.5 - parent: 1 - - uid: 1729 + parent: 2 + - uid: 1275 components: - type: Transform pos: 20.5,-5.5 - parent: 1 - - uid: 1730 + parent: 2 + - uid: 1276 components: - type: Transform pos: 21.5,-5.5 - parent: 1 - - uid: 1731 + parent: 2 + - uid: 1277 components: - type: Transform pos: 22.5,-5.5 - parent: 1 - - uid: 1732 + parent: 2 + - uid: 1278 components: - type: Transform pos: 23.5,-5.5 - parent: 1 - - uid: 1733 + parent: 2 + - uid: 1279 components: - type: Transform pos: 24.5,-5.5 - parent: 1 - - uid: 1734 + parent: 2 + - uid: 1280 components: - type: Transform pos: 25.5,-5.5 - parent: 1 - - uid: 1735 + parent: 2 + - uid: 1281 components: - type: Transform pos: 26.5,-5.5 - parent: 1 - - uid: 1736 + parent: 2 + - uid: 1282 components: - type: Transform pos: 27.5,-5.5 - parent: 1 - - uid: 1737 + parent: 2 + - uid: 1283 components: - type: Transform pos: 28.5,-5.5 - parent: 1 - - uid: 1738 + parent: 2 + - uid: 1284 components: - type: Transform pos: 28.5,-6.5 - parent: 1 - - uid: 1739 + parent: 2 + - uid: 1285 components: - type: Transform pos: 28.5,-7.5 - parent: 1 - - uid: 1740 + parent: 2 + - uid: 1286 components: - type: Transform pos: 28.5,-8.5 - parent: 1 - - uid: 1742 - components: - - type: Transform - pos: -3.5,19.5 - parent: 1 - - uid: 1769 + parent: 2 + - uid: 1287 components: - type: Transform pos: -61.5,-10.5 - parent: 1 - - uid: 1773 + parent: 2 + - uid: 1288 components: - type: Transform pos: -49.5,62.5 - parent: 1 - - uid: 1774 - components: - - type: Transform - pos: 11.5,36.5 - parent: 1 - - uid: 1775 - components: - - type: Transform - pos: 9.5,37.5 - parent: 1 - - uid: 1776 - components: - - type: Transform - pos: 7.5,36.5 - parent: 1 - - uid: 1778 - components: - - type: Transform - pos: 11.5,34.5 - parent: 1 - - uid: 1787 - components: - - type: Transform - pos: 8.5,34.5 - parent: 1 - - uid: 1788 - components: - - type: Transform - pos: 10.5,36.5 - parent: 1 - - uid: 1789 - components: - - type: Transform - pos: 7.5,34.5 - parent: 1 - - uid: 1847 + parent: 2 + - uid: 1289 components: - type: Transform pos: 10.5,1.5 - parent: 1 - - uid: 1848 + parent: 2 + - uid: 1290 components: - type: Transform pos: 10.5,2.5 - parent: 1 - - uid: 1849 + parent: 2 + - uid: 1291 components: - type: Transform pos: 10.5,3.5 - parent: 1 - - uid: 1930 + parent: 2 + - uid: 1292 components: - type: Transform pos: -54.5,-1.5 - parent: 1 - - uid: 1931 + parent: 2 + - uid: 1293 components: - type: Transform pos: -56.5,-1.5 - parent: 1 - - uid: 1965 + parent: 2 + - uid: 1294 components: - type: Transform pos: -7.5,53.5 - parent: 1 - - uid: 1966 + parent: 2 + - uid: 1295 components: - type: Transform pos: -7.5,54.5 - parent: 1 - - uid: 1975 + parent: 2 + - uid: 1296 components: - type: Transform pos: -11.5,58.5 - parent: 1 - - uid: 1976 + parent: 2 + - uid: 1297 components: - type: Transform pos: -11.5,57.5 - parent: 1 - - uid: 1977 + parent: 2 + - uid: 1298 components: - type: Transform pos: -11.5,56.5 - parent: 1 - - uid: 2055 + parent: 2 + - uid: 1299 components: - type: Transform pos: -4.5,-2.5 - parent: 1 - - uid: 2082 + parent: 2 + - uid: 1300 components: - type: Transform pos: 1.5,29.5 - parent: 1 - - uid: 2083 + parent: 2 + - uid: 1301 components: - type: Transform pos: 2.5,29.5 - parent: 1 - - uid: 2084 + parent: 2 + - uid: 1302 components: - type: Transform pos: 3.5,29.5 - parent: 1 - - uid: 2085 + parent: 2 + - uid: 1303 components: - type: Transform pos: 4.5,29.5 - parent: 1 - - uid: 2088 - components: - - type: Transform - pos: 7.5,29.5 - parent: 1 - - uid: 2089 - components: - - type: Transform - pos: 8.5,29.5 - parent: 1 - - uid: 2090 - components: - - type: Transform - pos: 9.5,29.5 - parent: 1 - - uid: 2091 - components: - - type: Transform - pos: 10.5,29.5 - parent: 1 - - uid: 2092 + parent: 2 + - uid: 1304 components: - type: Transform pos: 11.5,29.5 - parent: 1 - - uid: 2093 + parent: 2 + - uid: 1305 components: - type: Transform pos: 12.5,29.5 - parent: 1 - - uid: 2094 + parent: 2 + - uid: 1306 components: - type: Transform pos: 4.5,30.5 - parent: 1 - - uid: 2095 + parent: 2 + - uid: 1307 components: - type: Transform pos: 4.5,31.5 - parent: 1 - - uid: 2096 + parent: 2 + - uid: 1308 components: - type: Transform pos: 4.5,32.5 - parent: 1 - - uid: 2097 + parent: 2 + - uid: 1309 components: - type: Transform pos: 4.5,33.5 - parent: 1 - - uid: 2098 + parent: 2 + - uid: 1310 components: - type: Transform pos: 4.5,34.5 - parent: 1 - - uid: 2099 + parent: 2 + - uid: 1311 components: - type: Transform pos: 4.5,35.5 - parent: 1 - - uid: 2107 - components: - - type: Transform - pos: 9.5,33.5 - parent: 1 - - uid: 2117 + parent: 2 + - uid: 1312 components: - type: Transform pos: 4.5,36.5 - parent: 1 - - uid: 2119 + parent: 2 + - uid: 1313 components: - type: Transform pos: 4.5,37.5 - parent: 1 - - uid: 2120 + parent: 2 + - uid: 1314 components: - type: Transform pos: 4.5,38.5 - parent: 1 - - uid: 2121 + parent: 2 + - uid: 1315 components: - type: Transform pos: 3.5,38.5 - parent: 1 - - uid: 2122 + parent: 2 + - uid: 1316 components: - type: Transform pos: 2.5,38.5 - parent: 1 - - uid: 2123 + parent: 2 + - uid: 1317 components: - type: Transform pos: 1.5,38.5 - parent: 1 - - uid: 2124 + parent: 2 + - uid: 1318 components: - type: Transform pos: 0.5,38.5 - parent: 1 - - uid: 2125 - components: - - type: Transform - pos: 1.5,21.5 - parent: 1 - - uid: 2126 - components: - - type: Transform - pos: 2.5,21.5 - parent: 1 - - uid: 2127 + parent: 2 + - uid: 1319 components: - type: Transform pos: 3.5,21.5 - parent: 1 - - uid: 2128 + parent: 2 + - uid: 1320 components: - type: Transform pos: 3.5,22.5 - parent: 1 - - uid: 2129 + parent: 2 + - uid: 1321 components: - type: Transform pos: 3.5,23.5 - parent: 1 - - uid: 2130 + parent: 2 + - uid: 1322 components: - type: Transform pos: 3.5,24.5 - parent: 1 - - uid: 2131 + parent: 2 + - uid: 1323 components: - type: Transform pos: 3.5,25.5 - parent: 1 - - uid: 2132 + parent: 2 + - uid: 1324 components: - type: Transform pos: 3.5,26.5 - parent: 1 - - uid: 2133 + parent: 2 + - uid: 1325 components: - type: Transform pos: 3.5,27.5 - parent: 1 - - uid: 2135 + parent: 2 + - uid: 1326 components: - type: Transform pos: 4.5,25.5 - parent: 1 - - uid: 2138 + parent: 2 + - uid: 1327 components: - type: Transform pos: 5.5,25.5 - parent: 1 - - uid: 2139 + parent: 2 + - uid: 1328 components: - type: Transform pos: 6.5,25.5 - parent: 1 - - uid: 2140 + parent: 2 + - uid: 1329 components: - type: Transform pos: 7.5,25.5 - parent: 1 - - uid: 2141 + parent: 2 + - uid: 1330 components: - type: Transform pos: 8.5,25.5 - parent: 1 - - uid: 2142 + parent: 2 + - uid: 1331 components: - type: Transform pos: 9.5,25.5 - parent: 1 - - uid: 2143 + parent: 2 + - uid: 1332 components: - type: Transform pos: 9.5,24.5 - parent: 1 - - uid: 2144 + parent: 2 + - uid: 1333 components: - type: Transform pos: 9.5,23.5 - parent: 1 - - uid: 2145 + parent: 2 + - uid: 1334 components: - type: Transform pos: 9.5,22.5 - parent: 1 - - uid: 2146 + parent: 2 + - uid: 1335 components: - type: Transform pos: 7.5,24.5 - parent: 1 - - uid: 2147 + parent: 2 + - uid: 1336 components: - type: Transform pos: 7.5,23.5 - parent: 1 - - uid: 2148 + parent: 2 + - uid: 1337 components: - type: Transform pos: 7.5,22.5 - parent: 1 - - uid: 2149 + parent: 2 + - uid: 1338 components: - type: Transform pos: 3.5,20.5 - parent: 1 - - uid: 2150 + parent: 2 + - uid: 1339 components: - type: Transform pos: 3.5,19.5 - parent: 1 - - uid: 2151 + parent: 2 + - uid: 1340 components: - type: Transform pos: 3.5,18.5 - parent: 1 - - uid: 2152 + parent: 2 + - uid: 1341 components: - type: Transform pos: 3.5,17.5 - parent: 1 - - uid: 2153 + parent: 2 + - uid: 1342 components: - type: Transform pos: 3.5,16.5 - parent: 1 - - uid: 2154 + parent: 2 + - uid: 1343 components: - type: Transform pos: 3.5,15.5 - parent: 1 - - uid: 2155 + parent: 2 + - uid: 1344 components: - type: Transform pos: 2.5,16.5 - parent: 1 - - uid: 2156 + parent: 2 + - uid: 1345 components: - type: Transform pos: 1.5,16.5 - parent: 1 - - uid: 2157 + parent: 2 + - uid: 1346 components: - type: Transform pos: 0.5,16.5 - parent: 1 - - uid: 2158 + parent: 2 + - uid: 1347 components: - type: Transform pos: -0.5,16.5 - parent: 1 - - uid: 2159 + parent: 2 + - uid: 1348 components: - type: Transform pos: 4.5,19.5 - parent: 1 - - uid: 2160 + parent: 2 + - uid: 1349 components: - type: Transform pos: 5.5,19.5 - parent: 1 - - uid: 2161 + parent: 2 + - uid: 1350 components: - type: Transform pos: 6.5,19.5 - parent: 1 - - uid: 2162 + parent: 2 + - uid: 1351 components: - type: Transform pos: 7.5,19.5 - parent: 1 - - uid: 2163 + parent: 2 + - uid: 1352 components: - type: Transform pos: 8.5,19.5 - parent: 1 - - uid: 2164 + parent: 2 + - uid: 1353 components: - type: Transform pos: 9.5,19.5 - parent: 1 - - uid: 2165 + parent: 2 + - uid: 1354 components: - type: Transform pos: 10.5,19.5 - parent: 1 - - uid: 2166 + parent: 2 + - uid: 1355 components: - type: Transform pos: 10.5,18.5 - parent: 1 - - uid: 2173 + parent: 2 + - uid: 1356 components: - type: Transform pos: 10.5,17.5 - parent: 1 - - uid: 2174 + parent: 2 + - uid: 1357 components: - type: Transform pos: 10.5,16.5 - parent: 1 - - uid: 2175 + parent: 2 + - uid: 1358 components: - type: Transform pos: 10.5,15.5 - parent: 1 - - uid: 2176 + parent: 2 + - uid: 1359 components: - type: Transform pos: 10.5,14.5 - parent: 1 - - uid: 2177 + parent: 2 + - uid: 1360 components: - type: Transform pos: 10.5,13.5 - parent: 1 - - uid: 2178 + parent: 2 + - uid: 1361 components: - type: Transform pos: 10.5,12.5 - parent: 1 - - uid: 2179 + parent: 2 + - uid: 1362 components: - type: Transform pos: 9.5,15.5 - parent: 1 - - uid: 2180 + parent: 2 + - uid: 1363 components: - type: Transform pos: 8.5,15.5 - parent: 1 - - uid: 2181 + parent: 2 + - uid: 1364 components: - type: Transform pos: 7.5,15.5 - parent: 1 - - uid: 2185 + parent: 2 + - uid: 1365 components: - type: Transform pos: 9.5,12.5 - parent: 1 - - uid: 2186 + parent: 2 + - uid: 1366 components: - type: Transform pos: 8.5,12.5 - parent: 1 - - uid: 2187 + parent: 2 + - uid: 1367 components: - type: Transform pos: 7.5,12.5 - parent: 1 - - uid: 2223 + parent: 2 + - uid: 1368 + components: + - type: Transform + pos: -8.5,24.5 + parent: 2 + - uid: 1369 + components: + - type: Transform + pos: -7.5,24.5 + parent: 2 + - uid: 1370 components: - type: Transform pos: 15.5,28.5 - parent: 1 - - uid: 2224 + parent: 2 + - uid: 1371 components: - type: Transform pos: 15.5,29.5 - parent: 1 - - uid: 2225 + parent: 2 + - uid: 1372 components: - type: Transform pos: 15.5,30.5 - parent: 1 - - uid: 2226 + parent: 2 + - uid: 1373 components: - type: Transform pos: 15.5,31.5 - parent: 1 - - uid: 2227 + parent: 2 + - uid: 1374 components: - type: Transform pos: 15.5,32.5 - parent: 1 - - uid: 2228 + parent: 2 + - uid: 1375 components: - type: Transform pos: 16.5,32.5 - parent: 1 - - uid: 2229 + parent: 2 + - uid: 1376 components: - type: Transform pos: 17.5,32.5 - parent: 1 - - uid: 2230 - components: - - type: Transform - pos: 18.5,32.5 - parent: 1 - - uid: 2231 - components: - - type: Transform - pos: 19.5,32.5 - parent: 1 - - uid: 2232 - components: - - type: Transform - pos: 19.5,31.5 - parent: 1 - - uid: 2233 - components: - - type: Transform - pos: 19.5,30.5 - parent: 1 - - uid: 2234 - components: - - type: Transform - pos: 19.5,29.5 - parent: 1 - - uid: 2241 + parent: 2 + - uid: 1377 components: - type: Transform pos: 11.5,15.5 - parent: 1 - - uid: 2242 + parent: 2 + - uid: 1378 components: - type: Transform pos: 12.5,15.5 - parent: 1 - - uid: 2243 + parent: 2 + - uid: 1379 components: - type: Transform pos: 13.5,15.5 - parent: 1 - - uid: 2244 + parent: 2 + - uid: 1380 components: - type: Transform pos: 13.5,16.5 - parent: 1 - - uid: 2245 + parent: 2 + - uid: 1381 components: - type: Transform pos: 13.5,17.5 - parent: 1 - - uid: 2246 + parent: 2 + - uid: 1382 components: - type: Transform pos: 13.5,18.5 - parent: 1 - - uid: 2247 + parent: 2 + - uid: 1383 components: - type: Transform pos: 6.5,12.5 - parent: 1 - - uid: 2248 + parent: 2 + - uid: 1384 components: - type: Transform pos: 6.5,15.5 - parent: 1 - - uid: 2251 + parent: 2 + - uid: 1385 components: - type: Transform pos: 23.5,5.5 - parent: 1 - - uid: 2270 - components: - - type: Transform - pos: 0.5,23.5 - parent: 1 - - uid: 2271 - components: - - type: Transform - pos: -0.5,23.5 - parent: 1 - - uid: 2272 - components: - - type: Transform - pos: -1.5,23.5 - parent: 1 - - uid: 2273 - components: - - type: Transform - pos: -2.5,23.5 - parent: 1 - - uid: 2278 - components: - - type: Transform - pos: -2.5,24.5 - parent: 1 - - uid: 2279 - components: - - type: Transform - pos: -2.5,25.5 - parent: 1 - - uid: 2280 - components: - - type: Transform - pos: -2.5,26.5 - parent: 1 - - uid: 2281 - components: - - type: Transform - pos: 0.5,24.5 - parent: 1 - - uid: 2282 - components: - - type: Transform - pos: 0.5,25.5 - parent: 1 - - uid: 2283 + parent: 2 + - uid: 1386 components: - type: Transform - pos: 0.5,26.5 - parent: 1 - - uid: 2284 + pos: 5.5,21.5 + parent: 2 + - uid: 1387 components: - type: Transform - pos: 0.5,27.5 - parent: 1 - - uid: 2288 + pos: 4.5,21.5 + parent: 2 + - uid: 1388 components: - type: Transform pos: 0.5,29.5 - parent: 1 - - uid: 2289 + parent: 2 + - uid: 1389 components: - type: Transform pos: -0.5,29.5 - parent: 1 - - uid: 2290 + parent: 2 + - uid: 1390 components: - type: Transform pos: -1.5,29.5 - parent: 1 - - uid: 2291 + parent: 2 + - uid: 1391 components: - type: Transform pos: -2.5,29.5 - parent: 1 - - uid: 2292 + parent: 2 + - uid: 1392 components: - type: Transform pos: -3.5,29.5 - parent: 1 - - uid: 2293 + parent: 2 + - uid: 1393 components: - type: Transform pos: -3.5,30.5 - parent: 1 - - uid: 2294 + parent: 2 + - uid: 1394 components: - type: Transform pos: -3.5,31.5 - parent: 1 - - uid: 2295 + parent: 2 + - uid: 1395 components: - type: Transform pos: -3.5,32.5 - parent: 1 - - uid: 2296 + parent: 2 + - uid: 1396 components: - type: Transform pos: -3.5,33.5 - parent: 1 - - uid: 2297 + parent: 2 + - uid: 1397 components: - type: Transform pos: -0.5,30.5 - parent: 1 - - uid: 2298 + parent: 2 + - uid: 1398 components: - type: Transform pos: -0.5,31.5 - parent: 1 - - uid: 2299 + parent: 2 + - uid: 1399 components: - type: Transform pos: -0.5,32.5 - parent: 1 - - uid: 2300 + parent: 2 + - uid: 1400 components: - type: Transform pos: -0.5,33.5 - parent: 1 - - uid: 2399 + parent: 2 + - uid: 1401 components: - type: Transform pos: 25.5,6.5 - parent: 1 - - uid: 2429 + parent: 2 + - uid: 1402 components: - type: Transform pos: -5.5,7.5 - parent: 1 - - uid: 2478 + parent: 2 + - uid: 1403 components: - type: Transform pos: -0.5,0.5 - parent: 1 - - uid: 2519 + parent: 2 + - uid: 1404 components: - type: Transform pos: 22.5,10.5 - parent: 1 - - uid: 2520 + parent: 2 + - uid: 1405 components: - type: Transform pos: 22.5,9.5 - parent: 1 - - uid: 2521 + parent: 2 + - uid: 1406 components: - type: Transform pos: 22.5,8.5 - parent: 1 - - uid: 2522 + parent: 2 + - uid: 1407 components: - type: Transform pos: 22.5,7.5 - parent: 1 - - uid: 2523 + parent: 2 + - uid: 1408 components: - type: Transform pos: 22.5,6.5 - parent: 1 - - uid: 2524 + parent: 2 + - uid: 1409 components: - type: Transform pos: -5.5,6.5 - parent: 1 - - uid: 2526 + parent: 2 + - uid: 1410 components: - type: Transform pos: -49.5,6.5 - parent: 1 - - uid: 2527 + parent: 2 + - uid: 1411 components: - type: Transform pos: 22.5,38.5 - parent: 1 - - uid: 2528 + parent: 2 + - uid: 1412 components: - type: Transform pos: -59.5,32.5 - parent: 1 - - uid: 2529 + parent: 2 + - uid: 1413 components: - type: Transform pos: -57.5,29.5 - parent: 1 - - uid: 2530 + parent: 2 + - uid: 1414 components: - type: Transform pos: -57.5,26.5 - parent: 1 - - uid: 2531 + parent: 2 + - uid: 1415 components: - type: Transform pos: 19.5,43.5 - parent: 1 - - uid: 2532 + parent: 2 + - uid: 1416 components: - type: Transform pos: 19.5,42.5 - parent: 1 - - uid: 2533 + parent: 2 + - uid: 1417 components: - type: Transform pos: 22.5,5.5 - parent: 1 - - uid: 2534 + parent: 2 + - uid: 1418 components: - type: Transform pos: 22.5,4.5 - parent: 1 - - uid: 2535 + parent: 2 + - uid: 1419 components: - type: Transform pos: 22.5,3.5 - parent: 1 - - uid: 2536 + parent: 2 + - uid: 1420 components: - type: Transform pos: 19.5,41.5 - parent: 1 - - uid: 2537 + parent: 2 + - uid: 1421 components: - type: Transform pos: 21.5,38.5 - parent: 1 - - uid: 2538 + parent: 2 + - uid: 1422 components: - type: Transform pos: 17.5,9.5 - parent: 1 - - uid: 2540 + parent: 2 + - uid: 1423 components: - type: Transform pos: 20.5,42.5 - parent: 1 - - uid: 2541 + parent: 2 + - uid: 1424 components: - type: Transform pos: 17.5,12.5 - parent: 1 - - uid: 2544 + parent: 2 + - uid: 1425 components: - type: Transform pos: 22.5,13.5 - parent: 1 - - uid: 2545 + parent: 2 + - uid: 1426 components: - type: Transform pos: 22.5,14.5 - parent: 1 - - uid: 2546 + parent: 2 + - uid: 1427 components: - type: Transform pos: 22.5,15.5 - parent: 1 - - uid: 2547 + parent: 2 + - uid: 1428 components: - type: Transform pos: 22.5,16.5 - parent: 1 - - uid: 2548 + parent: 2 + - uid: 1429 components: - type: Transform pos: 22.5,17.5 - parent: 1 - - uid: 2549 + parent: 2 + - uid: 1430 components: - type: Transform pos: 22.5,18.5 - parent: 1 - - uid: 2550 + parent: 2 + - uid: 1431 components: - type: Transform pos: 22.5,19.5 - parent: 1 - - uid: 2551 + parent: 2 + - uid: 1432 components: - type: Transform pos: 22.5,20.5 - parent: 1 - - uid: 2552 + parent: 2 + - uid: 1433 components: - type: Transform pos: 22.5,21.5 - parent: 1 - - uid: 2553 + parent: 2 + - uid: 1434 components: - type: Transform pos: 22.5,22.5 - parent: 1 - - uid: 2554 + parent: 2 + - uid: 1435 components: - type: Transform pos: 22.5,23.5 - parent: 1 - - uid: 2555 + parent: 2 + - uid: 1436 components: - type: Transform pos: 22.5,24.5 - parent: 1 - - uid: 2556 + parent: 2 + - uid: 1437 components: - type: Transform pos: 22.5,25.5 - parent: 1 - - uid: 2560 + parent: 2 + - uid: 1438 components: - type: Transform pos: 26.5,6.5 - parent: 1 - - uid: 2561 + parent: 2 + - uid: 1439 components: - type: Transform pos: 27.5,6.5 - parent: 1 - - uid: 2562 + parent: 2 + - uid: 1440 components: - type: Transform pos: 27.5,7.5 - parent: 1 - - uid: 2563 + parent: 2 + - uid: 1441 components: - type: Transform pos: 27.5,8.5 - parent: 1 - - uid: 2564 + parent: 2 + - uid: 1442 components: - type: Transform pos: 27.5,9.5 - parent: 1 - - uid: 2565 + parent: 2 + - uid: 1443 components: - type: Transform pos: 27.5,10.5 - parent: 1 - - uid: 2566 + parent: 2 + - uid: 1444 components: - type: Transform pos: 28.5,8.5 - parent: 1 - - uid: 2567 + parent: 2 + - uid: 1445 components: - type: Transform pos: 29.5,8.5 - parent: 1 - - uid: 2568 + parent: 2 + - uid: 1446 components: - type: Transform pos: 30.5,8.5 - parent: 1 - - uid: 2569 + parent: 2 + - uid: 1447 components: - type: Transform pos: 27.5,11.5 - parent: 1 - - uid: 2576 + parent: 2 + - uid: 1448 components: - type: Transform pos: 27.5,14.5 - parent: 1 - - uid: 2577 + parent: 2 + - uid: 1449 components: - type: Transform pos: 25.5,13.5 - parent: 1 - - uid: 2578 + parent: 2 + - uid: 1450 components: - type: Transform pos: 25.5,12.5 - parent: 1 - - uid: 2579 + parent: 2 + - uid: 1451 components: - type: Transform pos: 25.5,11.5 - parent: 1 - - uid: 2580 + parent: 2 + - uid: 1452 components: - type: Transform pos: 23.5,18.5 - parent: 1 - - uid: 2581 + parent: 2 + - uid: 1453 components: - type: Transform pos: 24.5,18.5 - parent: 1 - - uid: 2582 + parent: 2 + - uid: 1454 components: - type: Transform pos: 25.5,18.5 - parent: 1 - - uid: 2583 + parent: 2 + - uid: 1455 components: - type: Transform pos: 26.5,18.5 - parent: 1 - - uid: 2584 + parent: 2 + - uid: 1456 components: - type: Transform pos: 27.5,18.5 - parent: 1 - - uid: 2585 + parent: 2 + - uid: 1457 components: - type: Transform pos: 28.5,18.5 - parent: 1 - - uid: 2586 + parent: 2 + - uid: 1458 components: - type: Transform pos: 29.5,18.5 - parent: 1 - - uid: 2587 + parent: 2 + - uid: 1459 components: - type: Transform pos: 30.5,18.5 - parent: 1 - - uid: 2588 + parent: 2 + - uid: 1460 components: - type: Transform pos: 26.5,19.5 - parent: 1 - - uid: 2594 + parent: 2 + - uid: 1461 components: - type: Transform pos: 31.5,18.5 - parent: 1 - - uid: 2595 + parent: 2 + - uid: 1462 components: - type: Transform pos: 31.5,8.5 - parent: 1 - - uid: 2597 + parent: 2 + - uid: 1463 components: - type: Transform pos: -7.5,5.5 - parent: 1 - - uid: 2598 + parent: 2 + - uid: 1464 components: - type: Transform pos: 22.5,40.5 - parent: 1 - - uid: 2599 + parent: 2 + - uid: 1465 components: - type: Transform pos: -5.5,5.5 - parent: 1 - - uid: 2600 + parent: 2 + - uid: 1466 components: - type: Transform pos: -4.5,5.5 - parent: 1 - - uid: 2601 + parent: 2 + - uid: 1467 components: - type: Transform pos: -3.5,5.5 - parent: 1 - - uid: 2602 + parent: 2 + - uid: 1468 components: - type: Transform pos: -2.5,5.5 - parent: 1 - - uid: 2603 + parent: 2 + - uid: 1469 components: - type: Transform pos: -1.5,5.5 - parent: 1 - - uid: 2604 + parent: 2 + - uid: 1470 components: - type: Transform pos: -0.5,5.5 - parent: 1 - - uid: 2605 + parent: 2 + - uid: 1471 components: - type: Transform pos: 0.5,5.5 - parent: 1 - - uid: 2606 + parent: 2 + - uid: 1472 components: - type: Transform pos: 1.5,5.5 - parent: 1 - - uid: 2608 + parent: 2 + - uid: 1473 components: - type: Transform pos: -8.5,5.5 - parent: 1 - - uid: 2609 + parent: 2 + - uid: 1474 components: - type: Transform pos: -9.5,5.5 - parent: 1 - - uid: 2610 + parent: 2 + - uid: 1475 components: - type: Transform pos: -10.5,5.5 - parent: 1 - - uid: 2611 + parent: 2 + - uid: 1476 components: - type: Transform pos: -11.5,5.5 - parent: 1 - - uid: 2612 + parent: 2 + - uid: 1477 components: - type: Transform pos: -12.5,5.5 - parent: 1 - - uid: 2613 + parent: 2 + - uid: 1478 components: - type: Transform pos: -13.5,5.5 - parent: 1 - - uid: 2614 + parent: 2 + - uid: 1479 components: - type: Transform pos: -14.5,5.5 - parent: 1 - - uid: 2615 + parent: 2 + - uid: 1480 components: - type: Transform pos: -15.5,5.5 - parent: 1 - - uid: 2616 + parent: 2 + - uid: 1481 components: - type: Transform pos: -16.5,5.5 - parent: 1 - - uid: 2617 + parent: 2 + - uid: 1482 components: - type: Transform pos: -16.5,4.5 - parent: 1 - - uid: 2618 + parent: 2 + - uid: 1483 components: - type: Transform pos: -4.5,33.5 - parent: 1 - - uid: 2619 + parent: 2 + - uid: 1484 components: - type: Transform pos: -5.5,33.5 - parent: 1 - - uid: 2620 + parent: 2 + - uid: 1485 components: - type: Transform pos: -6.5,33.5 - parent: 1 - - uid: 2621 + parent: 2 + - uid: 1486 components: - type: Transform pos: -7.5,33.5 - parent: 1 - - uid: 2622 + parent: 2 + - uid: 1487 components: - type: Transform pos: -8.5,33.5 - parent: 1 - - uid: 2623 + parent: 2 + - uid: 1488 components: - type: Transform pos: -8.5,32.5 - parent: 1 - - uid: 2624 + parent: 2 + - uid: 1489 components: - type: Transform pos: -8.5,31.5 - parent: 1 - - uid: 2625 + parent: 2 + - uid: 1490 components: - type: Transform pos: -8.5,30.5 - parent: 1 - - uid: 2626 + parent: 2 + - uid: 1491 components: - type: Transform pos: -8.5,29.5 - parent: 1 - - uid: 2627 + parent: 2 + - uid: 1492 components: - type: Transform pos: -8.5,28.5 - parent: 1 - - uid: 2628 + parent: 2 + - uid: 1493 components: - type: Transform pos: -9.5,32.5 - parent: 1 - - uid: 2629 + parent: 2 + - uid: 1494 components: - type: Transform pos: -10.5,32.5 - parent: 1 - - uid: 2630 + parent: 2 + - uid: 1495 components: - type: Transform pos: -11.5,32.5 - parent: 1 - - uid: 2631 + parent: 2 + - uid: 1496 components: - type: Transform pos: -12.5,32.5 - parent: 1 - - uid: 2696 + parent: 2 + - uid: 1497 + components: + - type: Transform + pos: -5.5,22.5 + parent: 2 + - uid: 1498 components: - type: Transform pos: 10.5,-2.5 - parent: 1 - - uid: 2699 + parent: 2 + - uid: 1499 components: - type: Transform pos: -10.5,17.5 - parent: 1 - - uid: 2700 + parent: 2 + - uid: 1500 components: - type: Transform pos: -11.5,17.5 - parent: 1 - - uid: 2701 + parent: 2 + - uid: 1501 components: - type: Transform pos: -12.5,17.5 - parent: 1 - - uid: 2702 + parent: 2 + - uid: 1502 components: - type: Transform pos: -12.5,16.5 - parent: 1 - - uid: 2703 + parent: 2 + - uid: 1503 components: - type: Transform pos: -12.5,15.5 - parent: 1 - - uid: 2704 + parent: 2 + - uid: 1504 components: - type: Transform pos: -12.5,14.5 - parent: 1 - - uid: 2705 + parent: 2 + - uid: 1505 components: - type: Transform pos: -12.5,13.5 - parent: 1 - - uid: 2706 + parent: 2 + - uid: 1506 components: - type: Transform pos: -12.5,12.5 - parent: 1 - - uid: 2707 + parent: 2 + - uid: 1507 components: - type: Transform pos: -12.5,11.5 - parent: 1 - - uid: 2708 + parent: 2 + - uid: 1508 components: - type: Transform pos: -12.5,10.5 - parent: 1 - - uid: 2709 + parent: 2 + - uid: 1509 components: - type: Transform pos: -12.5,9.5 - parent: 1 - - uid: 2710 + parent: 2 + - uid: 1510 components: - type: Transform pos: -11.5,9.5 - parent: 1 - - uid: 2711 + parent: 2 + - uid: 1511 components: - type: Transform pos: -10.5,9.5 - parent: 1 - - uid: 2712 + parent: 2 + - uid: 1512 components: - type: Transform pos: -9.5,9.5 - parent: 1 - - uid: 2713 + parent: 2 + - uid: 1513 components: - type: Transform pos: -8.5,9.5 - parent: 1 - - uid: 2714 + parent: 2 + - uid: 1514 components: - type: Transform pos: -13.5,9.5 - parent: 1 - - uid: 2715 - components: - - type: Transform - pos: -14.5,9.5 - parent: 1 - - uid: 2716 - components: - - type: Transform - pos: -15.5,9.5 - parent: 1 - - uid: 2717 - components: - - type: Transform - pos: -16.5,9.5 - parent: 1 - - uid: 2718 + parent: 2 + - uid: 1515 components: - type: Transform pos: -13.5,13.5 - parent: 1 - - uid: 2719 - components: - - type: Transform - pos: -14.5,13.5 - parent: 1 - - uid: 2720 - components: - - type: Transform - pos: -15.5,13.5 - parent: 1 - - uid: 2721 + parent: 2 + - uid: 1516 components: - type: Transform - pos: -16.5,13.5 - parent: 1 - - uid: 2722 + pos: -16.5,9.5 + parent: 2 + - uid: 1517 components: - type: Transform pos: -11.5,12.5 - parent: 1 - - uid: 2725 + parent: 2 + - uid: 1518 components: - type: Transform pos: -8.5,12.5 - parent: 1 - - uid: 2726 + parent: 2 + - uid: 1519 components: - type: Transform pos: -11.5,15.5 - parent: 1 - - uid: 2728 + parent: 2 + - uid: 1520 components: - type: Transform pos: -47.5,63.5 - parent: 1 - - uid: 2731 + parent: 2 + - uid: 1521 components: - type: Transform pos: -47.5,64.5 - parent: 1 - - uid: 2734 + parent: 2 + - uid: 1522 components: - type: Transform pos: -12.5,18.5 - parent: 1 - - uid: 2735 + parent: 2 + - uid: 1523 components: - type: Transform pos: -12.5,19.5 - parent: 1 - - uid: 2736 + parent: 2 + - uid: 1524 components: - type: Transform pos: -12.5,20.5 - parent: 1 - - uid: 2737 + parent: 2 + - uid: 1525 components: - type: Transform pos: -12.5,21.5 - parent: 1 - - uid: 2738 + parent: 2 + - uid: 1526 components: - type: Transform pos: -12.5,22.5 - parent: 1 - - uid: 2739 + parent: 2 + - uid: 1527 components: - type: Transform pos: -12.5,23.5 - parent: 1 - - uid: 2740 + parent: 2 + - uid: 1528 components: - type: Transform pos: -12.5,24.5 - parent: 1 - - uid: 2741 + parent: 2 + - uid: 1529 components: - type: Transform pos: -12.5,25.5 - parent: 1 - - uid: 2742 + parent: 2 + - uid: 1530 components: - type: Transform pos: -12.5,26.5 - parent: 1 - - uid: 2743 + parent: 2 + - uid: 1531 components: - type: Transform pos: -12.5,27.5 - parent: 1 - - uid: 2744 + parent: 2 + - uid: 1532 components: - type: Transform pos: -12.5,28.5 - parent: 1 - - uid: 2745 + parent: 2 + - uid: 1533 components: - type: Transform pos: -12.5,29.5 - parent: 1 - - uid: 2746 + parent: 2 + - uid: 1534 components: - type: Transform pos: -9.5,17.5 - parent: 1 - - uid: 2747 + parent: 2 + - uid: 1535 components: - type: Transform pos: -8.5,17.5 - parent: 1 - - uid: 2748 + parent: 2 + - uid: 1536 components: - type: Transform pos: -7.5,17.5 - parent: 1 - - uid: 2765 + parent: 2 + - uid: 1537 components: - type: Transform pos: -57.5,34.5 - parent: 1 - - uid: 2768 + parent: 2 + - uid: 1538 components: - type: Transform pos: -54.5,43.5 - parent: 1 - - uid: 2769 + parent: 2 + - uid: 1539 components: - type: Transform pos: -53.5,41.5 - parent: 1 - - uid: 2773 + parent: 2 + - uid: 1540 components: - type: Transform pos: -51.5,39.5 - parent: 1 - - uid: 2778 + parent: 2 + - uid: 1541 components: - type: Transform pos: -20.5,17.5 - parent: 1 - - uid: 2779 + parent: 2 + - uid: 1542 components: - type: Transform pos: -20.5,16.5 - parent: 1 - - uid: 2783 + parent: 2 + - uid: 1543 components: - type: Transform pos: -21.5,16.5 - parent: 1 - - uid: 2785 + parent: 2 + - uid: 1544 components: - type: Transform pos: -19.5,17.5 - parent: 1 - - uid: 2793 + parent: 2 + - uid: 1545 components: - type: Transform - pos: -15.5,8.5 - parent: 1 - - uid: 2819 + pos: -16.5,8.5 + parent: 2 + - uid: 1546 components: - type: Transform pos: -23.5,43.5 - parent: 1 - - uid: 2835 + parent: 2 + - uid: 1547 components: - type: Transform pos: 23.5,13.5 - parent: 1 - - uid: 2838 + parent: 2 + - uid: 1548 components: - type: Transform pos: 24.5,13.5 - parent: 1 - - uid: 2847 + parent: 2 + - uid: 1549 components: - type: Transform pos: -22.5,40.5 - parent: 1 - - uid: 2853 + parent: 2 + - uid: 1550 components: - type: Transform pos: -13.5,28.5 - parent: 1 - - uid: 2854 + parent: 2 + - uid: 1551 components: - type: Transform pos: -14.5,28.5 - parent: 1 - - uid: 2855 + parent: 2 + - uid: 1552 components: - type: Transform pos: -15.5,28.5 - parent: 1 - - uid: 2856 + parent: 2 + - uid: 1553 components: - type: Transform pos: -16.5,28.5 - parent: 1 - - uid: 2857 + parent: 2 + - uid: 1554 components: - type: Transform pos: -14.5,29.5 - parent: 1 - - uid: 2858 + parent: 2 + - uid: 1555 components: - type: Transform pos: -16.5,29.5 - parent: 1 - - uid: 2859 + parent: 2 + - uid: 1556 components: - type: Transform pos: -16.5,30.5 - parent: 1 - - uid: 2860 + parent: 2 + - uid: 1557 components: - type: Transform pos: -17.5,30.5 - parent: 1 - - uid: 2861 + parent: 2 + - uid: 1558 components: - type: Transform pos: -15.5,30.5 - parent: 1 - - uid: 3041 + parent: 2 + - uid: 1559 components: - type: Transform pos: -16.5,27.5 - parent: 1 - - uid: 3042 + parent: 2 + - uid: 1560 components: - type: Transform pos: -16.5,26.5 - parent: 1 - - uid: 3159 + parent: 2 + - uid: 1561 components: - type: Transform pos: -29.5,30.5 - parent: 1 - - uid: 3174 + parent: 2 + - uid: 1562 components: - type: Transform pos: -16.5,25.5 - parent: 1 - - uid: 3178 + parent: 2 + - uid: 1563 components: - type: Transform pos: -16.5,24.5 - parent: 1 - - uid: 3212 + parent: 2 + - uid: 1564 components: - type: Transform pos: -24.5,19.5 - parent: 1 - - uid: 3224 + parent: 2 + - uid: 1565 components: - type: Transform pos: -19.5,24.5 - parent: 1 - - uid: 3225 + parent: 2 + - uid: 1566 components: - type: Transform pos: -20.5,24.5 - parent: 1 - - uid: 3226 + parent: 2 + - uid: 1567 components: - type: Transform pos: -20.5,25.5 - parent: 1 - - uid: 3227 + parent: 2 + - uid: 1568 components: - type: Transform pos: -20.5,26.5 - parent: 1 - - uid: 3228 + parent: 2 + - uid: 1569 components: - type: Transform pos: -21.5,26.5 - parent: 1 - - uid: 3229 + parent: 2 + - uid: 1570 components: - type: Transform pos: -22.5,26.5 - parent: 1 - - uid: 3230 + parent: 2 + - uid: 1571 components: - type: Transform pos: -23.5,26.5 - parent: 1 - - uid: 3231 + parent: 2 + - uid: 1572 components: - type: Transform pos: -24.5,26.5 - parent: 1 - - uid: 3232 + parent: 2 + - uid: 1573 components: - type: Transform pos: -24.5,27.5 - parent: 1 - - uid: 3233 + parent: 2 + - uid: 1574 components: - type: Transform pos: -24.5,28.5 - parent: 1 - - uid: 3234 + parent: 2 + - uid: 1575 components: - type: Transform pos: -24.5,29.5 - parent: 1 - - uid: 3235 + parent: 2 + - uid: 1576 components: - type: Transform pos: -23.5,29.5 - parent: 1 - - uid: 3236 + parent: 2 + - uid: 1577 components: - type: Transform pos: -20.5,23.5 - parent: 1 - - uid: 3237 + parent: 2 + - uid: 1578 components: - type: Transform pos: -21.5,23.5 - parent: 1 - - uid: 3238 + parent: 2 + - uid: 1579 components: - type: Transform pos: -22.5,23.5 - parent: 1 - - uid: 3239 + parent: 2 + - uid: 1580 components: - type: Transform pos: -23.5,23.5 - parent: 1 - - uid: 3240 + parent: 2 + - uid: 1581 components: - type: Transform pos: -24.5,23.5 - parent: 1 - - uid: 3241 + parent: 2 + - uid: 1582 components: - type: Transform pos: -25.5,23.5 - parent: 1 - - uid: 3242 + parent: 2 + - uid: 1583 components: - type: Transform pos: -26.5,23.5 - parent: 1 - - uid: 3243 + parent: 2 + - uid: 1584 components: - type: Transform pos: -27.5,23.5 - parent: 1 - - uid: 3244 + parent: 2 + - uid: 1585 components: - type: Transform pos: -28.5,23.5 - parent: 1 - - uid: 3245 + parent: 2 + - uid: 1586 components: - type: Transform pos: -29.5,23.5 - parent: 1 - - uid: 3246 + parent: 2 + - uid: 1587 components: - type: Transform pos: -29.5,24.5 - parent: 1 - - uid: 3247 + parent: 2 + - uid: 1588 components: - type: Transform pos: -29.5,25.5 - parent: 1 - - uid: 3248 + parent: 2 + - uid: 1589 components: - type: Transform pos: -29.5,26.5 - parent: 1 - - uid: 3249 + parent: 2 + - uid: 1590 components: - type: Transform pos: -29.5,27.5 - parent: 1 - - uid: 3250 + parent: 2 + - uid: 1591 components: - type: Transform pos: -29.5,28.5 - parent: 1 - - uid: 3251 + parent: 2 + - uid: 1592 components: - type: Transform pos: -30.5,28.5 - parent: 1 - - uid: 3252 + parent: 2 + - uid: 1593 components: - type: Transform pos: -31.5,28.5 - parent: 1 - - uid: 3253 + parent: 2 + - uid: 1594 components: - type: Transform pos: -32.5,28.5 - parent: 1 - - uid: 3254 + parent: 2 + - uid: 1595 components: - type: Transform pos: -33.5,28.5 - parent: 1 - - uid: 3255 + parent: 2 + - uid: 1596 components: - type: Transform pos: -30.5,25.5 - parent: 1 - - uid: 3256 + parent: 2 + - uid: 1597 components: - type: Transform pos: -31.5,25.5 - parent: 1 - - uid: 3257 + parent: 2 + - uid: 1598 components: - type: Transform pos: -32.5,25.5 - parent: 1 - - uid: 3258 + parent: 2 + - uid: 1599 components: - type: Transform pos: -33.5,25.5 - parent: 1 - - uid: 3259 + parent: 2 + - uid: 1600 components: - type: Transform pos: -34.5,25.5 - parent: 1 - - uid: 3260 + parent: 2 + - uid: 1601 components: - type: Transform pos: -34.5,28.5 - parent: 1 - - uid: 3261 + parent: 2 + - uid: 1602 components: - type: Transform pos: -24.5,18.5 - parent: 1 - - uid: 3262 + parent: 2 + - uid: 1603 components: - type: Transform pos: -24.5,17.5 - parent: 1 - - uid: 3263 + parent: 2 + - uid: 1604 components: - type: Transform pos: -24.5,16.5 - parent: 1 - - uid: 3264 + parent: 2 + - uid: 1605 components: - type: Transform pos: -24.5,15.5 - parent: 1 - - uid: 3265 + parent: 2 + - uid: 1606 components: - type: Transform pos: -25.5,15.5 - parent: 1 - - uid: 3266 + parent: 2 + - uid: 1607 components: - type: Transform pos: -26.5,15.5 - parent: 1 - - uid: 3267 + parent: 2 + - uid: 1608 components: - type: Transform pos: -27.5,15.5 - parent: 1 - - uid: 3268 + parent: 2 + - uid: 1609 components: - type: Transform pos: -28.5,15.5 - parent: 1 - - uid: 3269 + parent: 2 + - uid: 1610 components: - type: Transform pos: -25.5,18.5 - parent: 1 - - uid: 3270 + parent: 2 + - uid: 1611 components: - type: Transform pos: -26.5,18.5 - parent: 1 - - uid: 3271 + parent: 2 + - uid: 1612 components: - type: Transform pos: -27.5,18.5 - parent: 1 - - uid: 3272 + parent: 2 + - uid: 1613 components: - type: Transform pos: -28.5,18.5 - parent: 1 - - uid: 3273 + parent: 2 + - uid: 1614 components: - type: Transform pos: -23.5,16.5 - parent: 1 - - uid: 3274 + parent: 2 + - uid: 1615 components: - type: Transform pos: -22.5,16.5 - parent: 1 - - uid: 3275 + parent: 2 + - uid: 1616 components: - type: Transform pos: -23.5,15.5 - parent: 1 - - uid: 3276 + parent: 2 + - uid: 1617 components: - type: Transform pos: -23.5,14.5 - parent: 1 - - uid: 3277 + parent: 2 + - uid: 1618 components: - type: Transform pos: -23.5,13.5 - parent: 1 - - uid: 3278 + parent: 2 + - uid: 1619 components: - type: Transform pos: -23.5,12.5 - parent: 1 - - uid: 3279 + parent: 2 + - uid: 1620 components: - type: Transform pos: -23.5,11.5 - parent: 1 - - uid: 3280 + parent: 2 + - uid: 1621 components: - type: Transform pos: -23.5,10.5 - parent: 1 - - uid: 3281 + parent: 2 + - uid: 1622 components: - type: Transform pos: -23.5,9.5 - parent: 1 - - uid: 3282 + parent: 2 + - uid: 1623 components: - type: Transform pos: -23.5,8.5 - parent: 1 - - uid: 3283 + parent: 2 + - uid: 1624 components: - type: Transform pos: -24.5,8.5 - parent: 1 - - uid: 3284 + parent: 2 + - uid: 1625 components: - type: Transform pos: -25.5,8.5 - parent: 1 - - uid: 3285 + parent: 2 + - uid: 1626 components: - type: Transform pos: -26.5,8.5 - parent: 1 - - uid: 3286 + parent: 2 + - uid: 1627 components: - type: Transform pos: -27.5,8.5 - parent: 1 - - uid: 3287 + parent: 2 + - uid: 1628 components: - type: Transform pos: -28.5,8.5 - parent: 1 - - uid: 3288 + parent: 2 + - uid: 1629 components: - type: Transform pos: -29.5,8.5 - parent: 1 - - uid: 3289 + parent: 2 + - uid: 1630 components: - type: Transform pos: -30.5,8.5 - parent: 1 - - uid: 3290 + parent: 2 + - uid: 1631 components: - type: Transform pos: -30.5,9.5 - parent: 1 - - uid: 3291 + parent: 2 + - uid: 1632 components: - type: Transform pos: -30.5,10.5 - parent: 1 - - uid: 3292 + parent: 2 + - uid: 1633 components: - type: Transform pos: -31.5,10.5 - parent: 1 - - uid: 3293 + parent: 2 + - uid: 1634 components: - type: Transform pos: -31.5,10.5 - parent: 1 - - uid: 3294 + parent: 2 + - uid: 1635 components: - type: Transform pos: -32.5,10.5 - parent: 1 - - uid: 3295 + parent: 2 + - uid: 1636 components: - type: Transform pos: -33.5,10.5 - parent: 1 - - uid: 3296 + parent: 2 + - uid: 1637 components: - type: Transform pos: -33.5,9.5 - parent: 1 - - uid: 3297 + parent: 2 + - uid: 1638 components: - type: Transform pos: -23.5,7.5 - parent: 1 - - uid: 3298 + parent: 2 + - uid: 1639 components: - type: Transform pos: -23.5,6.5 - parent: 1 - - uid: 3299 + parent: 2 + - uid: 1640 components: - type: Transform pos: -23.5,5.5 - parent: 1 - - uid: 3300 + parent: 2 + - uid: 1641 components: - type: Transform pos: -24.5,5.5 - parent: 1 - - uid: 3301 + parent: 2 + - uid: 1642 components: - type: Transform pos: -25.5,5.5 - parent: 1 - - uid: 3302 + parent: 2 + - uid: 1643 components: - type: Transform pos: -26.5,5.5 - parent: 1 - - uid: 3303 + parent: 2 + - uid: 1644 components: - type: Transform pos: -27.5,5.5 - parent: 1 - - uid: 3304 + parent: 2 + - uid: 1645 components: - type: Transform pos: -28.5,5.5 - parent: 1 - - uid: 3305 + parent: 2 + - uid: 1646 components: - type: Transform pos: -29.5,5.5 - parent: 1 - - uid: 3306 + parent: 2 + - uid: 1647 components: - type: Transform pos: -30.5,5.5 - parent: 1 - - uid: 3307 + parent: 2 + - uid: 1648 components: - type: Transform pos: -31.5,5.5 - parent: 1 - - uid: 3308 + parent: 2 + - uid: 1649 components: - type: Transform pos: -32.5,5.5 - parent: 1 - - uid: 3309 + parent: 2 + - uid: 1650 components: - type: Transform pos: -33.5,5.5 - parent: 1 - - uid: 3310 + parent: 2 + - uid: 1651 components: - type: Transform pos: -22.5,5.5 - parent: 1 - - uid: 3311 + parent: 2 + - uid: 1652 components: - type: Transform pos: -21.5,5.5 - parent: 1 - - uid: 3312 + parent: 2 + - uid: 1653 components: - type: Transform pos: -20.5,5.5 - parent: 1 - - uid: 3313 + parent: 2 + - uid: 1654 components: - type: Transform pos: -19.5,5.5 - parent: 1 - - uid: 3314 + parent: 2 + - uid: 1655 components: - type: Transform pos: -19.5,6.5 - parent: 1 - - uid: 3323 + parent: 2 + - uid: 1656 components: - type: Transform pos: -42.5,-11.5 - parent: 1 - - uid: 3352 + parent: 2 + - uid: 1657 components: - type: Transform pos: -42.5,-13.5 - parent: 1 - - uid: 3353 + parent: 2 + - uid: 1658 components: - type: Transform pos: -43.5,-13.5 - parent: 1 - - uid: 3354 + parent: 2 + - uid: 1659 components: - type: Transform pos: -47.5,-13.5 - parent: 1 - - uid: 3355 + parent: 2 + - uid: 1660 components: - type: Transform pos: -42.5,-12.5 - parent: 1 - - uid: 3359 + parent: 2 + - uid: 1661 components: - type: Transform pos: -39.5,-12.5 - parent: 1 - - uid: 3444 + parent: 2 + - uid: 1662 components: - type: Transform pos: -22.5,42.5 - parent: 1 - - uid: 3447 + parent: 2 + - uid: 1663 components: - type: Transform pos: -21.5,43.5 - parent: 1 - - uid: 3448 + parent: 2 + - uid: 1664 components: - type: Transform pos: -21.5,44.5 - parent: 1 - - uid: 3449 + parent: 2 + - uid: 1665 components: - type: Transform pos: -20.5,45.5 - parent: 1 - - uid: 3450 + parent: 2 + - uid: 1666 components: - type: Transform pos: -21.5,45.5 - parent: 1 - - uid: 3485 + parent: 2 + - uid: 1667 components: - type: Transform pos: 21.5,40.5 - parent: 1 - - uid: 3487 + parent: 2 + - uid: 1668 components: - type: Transform pos: -50.5,46.5 - parent: 1 - - uid: 3531 + parent: 2 + - uid: 1669 components: - type: Transform pos: -29.5,29.5 - parent: 1 - - uid: 3556 + parent: 2 + - uid: 1670 components: - type: Transform pos: -42.5,-10.5 - parent: 1 - - uid: 3557 + parent: 2 + - uid: 1671 components: - type: Transform pos: -39.5,-13.5 - parent: 1 - - uid: 3563 + parent: 2 + - uid: 1672 components: - type: Transform pos: -51.5,60.5 - parent: 1 - - uid: 3565 + parent: 2 + - uid: 1673 components: - type: Transform pos: -8.5,12.5 - parent: 1 - - uid: 3681 + parent: 2 + - uid: 1674 components: - type: Transform pos: -39.5,-10.5 - parent: 1 - - uid: 3684 + parent: 2 + - uid: 1675 components: - type: Transform pos: -8.5,13.5 - parent: 1 - - uid: 3702 + parent: 2 + - uid: 1676 components: - type: Transform pos: -34.5,-6.5 - parent: 1 - - uid: 3703 + parent: 2 + - uid: 1677 components: - type: Transform pos: -48.5,-13.5 - parent: 1 - - uid: 3707 + parent: 2 + - uid: 1678 components: - type: Transform pos: -42.5,-8.5 - parent: 1 - - uid: 3709 + parent: 2 + - uid: 1679 components: - type: Transform pos: -34.5,-10.5 - parent: 1 - - uid: 3711 + parent: 2 + - uid: 1680 components: - type: Transform pos: -44.5,-13.5 - parent: 1 - - uid: 3712 + parent: 2 + - uid: 1681 components: - type: Transform pos: -45.5,-13.5 - parent: 1 - - uid: 3713 + parent: 2 + - uid: 1682 components: - type: Transform pos: -46.5,-13.5 - parent: 1 - - uid: 3728 + parent: 2 + - uid: 1683 components: - type: Transform pos: -61.5,33.5 - parent: 1 - - uid: 3777 + parent: 2 + - uid: 1684 components: - type: Transform pos: -42.5,-5.5 - parent: 1 - - uid: 3778 + parent: 2 + - uid: 1685 components: - type: Transform pos: -41.5,-5.5 - parent: 1 - - uid: 3779 + parent: 2 + - uid: 1686 components: - type: Transform pos: -40.5,-5.5 - parent: 1 - - uid: 3780 + parent: 2 + - uid: 1687 components: - type: Transform pos: -39.5,-5.5 - parent: 1 - - uid: 3781 + parent: 2 + - uid: 1688 components: - type: Transform pos: -38.5,-5.5 - parent: 1 - - uid: 3782 + parent: 2 + - uid: 1689 components: - type: Transform pos: -37.5,-5.5 - parent: 1 - - uid: 3783 + parent: 2 + - uid: 1690 components: - type: Transform pos: -40.5,-4.5 - parent: 1 - - uid: 3784 + parent: 2 + - uid: 1691 components: - type: Transform pos: -40.5,-3.5 - parent: 1 - - uid: 3785 + parent: 2 + - uid: 1692 components: - type: Transform pos: -40.5,-2.5 - parent: 1 - - uid: 3786 + parent: 2 + - uid: 1693 components: - type: Transform pos: -40.5,-1.5 - parent: 1 - - uid: 3787 + parent: 2 + - uid: 1694 components: - type: Transform pos: -40.5,-0.5 - parent: 1 - - uid: 3788 + parent: 2 + - uid: 1695 components: - type: Transform pos: -40.5,0.5 - parent: 1 - - uid: 3789 + parent: 2 + - uid: 1696 components: - type: Transform pos: -40.5,1.5 - parent: 1 - - uid: 3790 + parent: 2 + - uid: 1697 components: - type: Transform pos: -40.5,2.5 - parent: 1 - - uid: 3791 + parent: 2 + - uid: 1698 components: - type: Transform pos: -37.5,-4.5 - parent: 1 - - uid: 3792 + parent: 2 + - uid: 1699 components: - type: Transform pos: -37.5,-3.5 - parent: 1 - - uid: 3793 + parent: 2 + - uid: 1700 components: - type: Transform pos: -37.5,-2.5 - parent: 1 - - uid: 3794 + parent: 2 + - uid: 1701 components: - type: Transform pos: -37.5,-1.5 - parent: 1 - - uid: 3795 + parent: 2 + - uid: 1702 components: - type: Transform pos: -37.5,-0.5 - parent: 1 - - uid: 3796 + parent: 2 + - uid: 1703 components: - type: Transform pos: -37.5,0.5 - parent: 1 - - uid: 3797 + parent: 2 + - uid: 1704 components: - type: Transform pos: -37.5,1.5 - parent: 1 - - uid: 3798 + parent: 2 + - uid: 1705 components: - type: Transform pos: -37.5,2.5 - parent: 1 - - uid: 3799 + parent: 2 + - uid: 1706 components: - type: Transform pos: -36.5,-2.5 - parent: 1 - - uid: 3800 + parent: 2 + - uid: 1707 components: - type: Transform pos: -35.5,-2.5 - parent: 1 - - uid: 3801 + parent: 2 + - uid: 1708 components: - type: Transform pos: -34.5,-2.5 - parent: 1 - - uid: 3802 + parent: 2 + - uid: 1709 components: - type: Transform pos: -33.5,-2.5 - parent: 1 - - uid: 3803 + parent: 2 + - uid: 1710 components: - type: Transform pos: -32.5,-2.5 - parent: 1 - - uid: 3804 + parent: 2 + - uid: 1711 components: - type: Transform pos: -32.5,-1.5 - parent: 1 - - uid: 3805 + parent: 2 + - uid: 1712 components: - type: Transform pos: -32.5,-0.5 - parent: 1 - - uid: 3806 + parent: 2 + - uid: 1713 components: - type: Transform pos: -32.5,0.5 - parent: 1 - - uid: 3807 + parent: 2 + - uid: 1714 components: - type: Transform pos: -32.5,1.5 - parent: 1 - - uid: 3808 + parent: 2 + - uid: 1715 components: - type: Transform pos: -32.5,2.5 - parent: 1 - - uid: 3809 + parent: 2 + - uid: 1716 components: - type: Transform pos: -37.5,3.5 - parent: 1 - - uid: 3810 + parent: 2 + - uid: 1717 components: - type: Transform pos: -37.5,4.5 - parent: 1 - - uid: 3811 + parent: 2 + - uid: 1718 components: - type: Transform pos: -37.5,5.5 - parent: 1 - - uid: 3812 + parent: 2 + - uid: 1719 components: - type: Transform pos: -36.5,5.5 - parent: 1 - - uid: 3813 + parent: 2 + - uid: 1720 components: - type: Transform pos: -35.5,5.5 - parent: 1 - - uid: 3814 + parent: 2 + - uid: 1721 components: - type: Transform pos: -38.5,5.5 - parent: 1 - - uid: 3815 + parent: 2 + - uid: 1722 components: - type: Transform pos: -39.5,5.5 - parent: 1 - - uid: 3816 + parent: 2 + - uid: 1723 components: - type: Transform pos: -40.5,5.5 - parent: 1 - - uid: 3817 + parent: 2 + - uid: 1724 components: - type: Transform pos: -41.5,-2.5 - parent: 1 - - uid: 3818 + parent: 2 + - uid: 1725 components: - type: Transform pos: -42.5,-2.5 - parent: 1 - - uid: 3819 + parent: 2 + - uid: 1726 components: - type: Transform pos: -43.5,-2.5 - parent: 1 - - uid: 3820 + parent: 2 + - uid: 1727 components: - type: Transform pos: -44.5,-2.5 - parent: 1 - - uid: 3825 + parent: 2 + - uid: 1728 components: - type: Transform pos: -45.5,-2.5 - parent: 1 - - uid: 3826 + parent: 2 + - uid: 1729 components: - type: Transform pos: -44.5,-1.5 - parent: 1 - - uid: 3827 + parent: 2 + - uid: 1730 components: - type: Transform pos: -44.5,-0.5 - parent: 1 - - uid: 3828 + parent: 2 + - uid: 1731 components: - type: Transform pos: -44.5,0.5 - parent: 1 - - uid: 3829 + parent: 2 + - uid: 1732 components: - type: Transform pos: -44.5,1.5 - parent: 1 - - uid: 3830 + parent: 2 + - uid: 1733 components: - type: Transform pos: -45.5,1.5 - parent: 1 - - uid: 3831 + parent: 2 + - uid: 1734 components: - type: Transform pos: -39.5,-6.5 - parent: 1 - - uid: 3834 + parent: 2 + - uid: 1735 components: - type: Transform pos: -39.5,-9.5 - parent: 1 - - uid: 3836 + parent: 2 + - uid: 1736 components: - type: Transform pos: -39.5,-11.5 - parent: 1 - - uid: 3838 + parent: 2 + - uid: 1737 components: - type: Transform pos: -37.5,-6.5 - parent: 1 - - uid: 3839 + parent: 2 + - uid: 1738 components: - type: Transform pos: -37.5,-7.5 - parent: 1 - - uid: 3845 + parent: 2 + - uid: 1739 components: - type: Transform pos: -32.5,-3.5 - parent: 1 - - uid: 3847 + parent: 2 + - uid: 1740 components: - type: Transform pos: -32.5,-12.5 - parent: 1 - - uid: 3848 + parent: 2 + - uid: 1741 components: - type: Transform pos: -32.5,-11.5 - parent: 1 - - uid: 3849 + parent: 2 + - uid: 1742 components: - type: Transform pos: -32.5,-10.5 - parent: 1 - - uid: 3850 + parent: 2 + - uid: 1743 components: - type: Transform pos: -34.5,-12.5 - parent: 1 - - uid: 3852 + parent: 2 + - uid: 1744 components: - type: Transform pos: -33.5,-9.5 - parent: 1 - - uid: 3853 + parent: 2 + - uid: 1745 components: - type: Transform pos: -33.5,-10.5 - parent: 1 - - uid: 3855 + parent: 2 + - uid: 1746 components: - type: Transform pos: -40.5,-9.5 - parent: 1 - - uid: 3856 + parent: 2 + - uid: 1747 components: - type: Transform pos: -41.5,-9.5 - parent: 1 - - uid: 3857 + parent: 2 + - uid: 1748 components: - type: Transform pos: -42.5,-9.5 - parent: 1 - - uid: 3858 + parent: 2 + - uid: 1749 components: - type: Transform pos: -43.5,-9.5 - parent: 1 - - uid: 3859 + parent: 2 + - uid: 1750 components: - type: Transform pos: -44.5,-9.5 - parent: 1 - - uid: 3860 + parent: 2 + - uid: 1751 components: - type: Transform pos: -45.5,-9.5 - parent: 1 - - uid: 3861 + parent: 2 + - uid: 1752 components: - type: Transform pos: -46.5,-9.5 - parent: 1 - - uid: 3862 + parent: 2 + - uid: 1753 components: - type: Transform pos: -47.5,-9.5 - parent: 1 - - uid: 3863 + parent: 2 + - uid: 1754 components: - type: Transform pos: -47.5,-2.5 - parent: 1 - - uid: 3864 + parent: 2 + - uid: 1755 components: - type: Transform pos: -48.5,-2.5 - parent: 1 - - uid: 3865 + parent: 2 + - uid: 1756 components: - type: Transform pos: -66.5,26.5 - parent: 1 - - uid: 3866 + parent: 2 + - uid: 1757 components: - type: Transform pos: -48.5,-1.5 - parent: 1 - - uid: 3867 + parent: 2 + - uid: 1758 components: - type: Transform pos: -48.5,-0.5 - parent: 1 - - uid: 3868 + parent: 2 + - uid: 1759 components: - type: Transform pos: -48.5,0.5 - parent: 1 - - uid: 3869 + parent: 2 + - uid: 1760 components: - type: Transform pos: -48.5,1.5 - parent: 1 - - uid: 3870 + parent: 2 + - uid: 1761 components: - type: Transform pos: -44.5,2.5 - parent: 1 - - uid: 3873 + parent: 2 + - uid: 1762 components: - type: Transform pos: -27.5,-2.5 - parent: 1 - - uid: 3874 + parent: 2 + - uid: 1763 components: - type: Transform pos: -26.5,-2.5 - parent: 1 - - uid: 3875 + parent: 2 + - uid: 1764 components: - type: Transform pos: -26.5,-1.5 - parent: 1 - - uid: 3876 + parent: 2 + - uid: 1765 components: - type: Transform pos: -26.5,-0.5 - parent: 1 - - uid: 3877 + parent: 2 + - uid: 1766 components: - type: Transform pos: -26.5,0.5 - parent: 1 - - uid: 3878 + parent: 2 + - uid: 1767 components: - type: Transform pos: -26.5,1.5 - parent: 1 - - uid: 3879 + parent: 2 + - uid: 1768 components: - type: Transform pos: -26.5,2.5 - parent: 1 - - uid: 3880 + parent: 2 + - uid: 1769 components: - type: Transform pos: -25.5,2.5 - parent: 1 - - uid: 3881 + parent: 2 + - uid: 1770 components: - type: Transform pos: -25.5,0.5 - parent: 1 - - uid: 3882 + parent: 2 + - uid: 1771 components: - type: Transform pos: -25.5,-1.5 - parent: 1 - - uid: 3883 + parent: 2 + - uid: 1772 components: - type: Transform pos: -26.5,3.5 - parent: 1 - - uid: 3884 + parent: 2 + - uid: 1773 components: - type: Transform pos: -26.5,-3.5 - parent: 1 - - uid: 3885 + parent: 2 + - uid: 1774 components: - type: Transform pos: -26.5,-4.5 - parent: 1 - - uid: 3886 + parent: 2 + - uid: 1775 components: - type: Transform pos: -26.5,-5.5 - parent: 1 - - uid: 3887 + parent: 2 + - uid: 1776 components: - type: Transform pos: -26.5,-6.5 - parent: 1 - - uid: 3888 + parent: 2 + - uid: 1777 components: - type: Transform pos: -26.5,-7.5 - parent: 1 - - uid: 3890 + parent: 2 + - uid: 1778 components: - type: Transform pos: -25.5,-7.5 - parent: 1 - - uid: 3891 + parent: 2 + - uid: 1779 components: - type: Transform pos: -24.5,-7.5 - parent: 1 - - uid: 3892 + parent: 2 + - uid: 1780 components: - type: Transform pos: -23.5,-7.5 - parent: 1 - - uid: 3893 + parent: 2 + - uid: 1781 components: - type: Transform pos: -22.5,-7.5 - parent: 1 - - uid: 3894 + parent: 2 + - uid: 1782 components: - type: Transform pos: -21.5,-7.5 - parent: 1 - - uid: 3901 + parent: 2 + - uid: 1783 components: - type: Transform pos: -24.5,-8.5 - parent: 1 - - uid: 3902 + parent: 2 + - uid: 1784 components: - type: Transform pos: -24.5,-9.5 - parent: 1 - - uid: 4073 + parent: 2 + - uid: 1785 components: - type: Transform pos: -66.5,27.5 - parent: 1 - - uid: 4085 + parent: 2 + - uid: 1786 components: - type: Transform pos: -89.5,43.5 - parent: 1 - - uid: 4097 + parent: 2 + - uid: 1787 components: - type: Transform pos: -65.5,28.5 - parent: 1 - - uid: 4098 + parent: 2 + - uid: 1788 components: - type: Transform pos: -21.5,-6.5 - parent: 1 - - uid: 4107 + parent: 2 + - uid: 1789 components: - type: Transform pos: -64.5,28.5 - parent: 1 - - uid: 4110 + parent: 2 + - uid: 1790 components: - type: Transform pos: -2.5,9.5 - parent: 1 - - uid: 4111 + parent: 2 + - uid: 1791 components: - type: Transform pos: -1.5,9.5 - parent: 1 - - uid: 4254 + parent: 2 + - uid: 1792 components: - type: Transform pos: -22.5,29.5 - parent: 1 - - uid: 4255 + parent: 2 + - uid: 1793 components: - type: Transform pos: -21.5,29.5 - parent: 1 - - uid: 4256 + parent: 2 + - uid: 1794 components: - type: Transform pos: -20.5,29.5 - parent: 1 - - uid: 4271 + parent: 2 + - uid: 1795 components: - type: Transform pos: -25.5,46.5 - parent: 1 - - uid: 4272 + parent: 2 + - uid: 1796 components: - type: Transform pos: -25.5,48.5 - parent: 1 - - uid: 4342 + parent: 2 + - uid: 1797 components: - type: Transform pos: -41.5,12.5 - parent: 1 - - uid: 4343 + parent: 2 + - uid: 1798 components: - type: Transform pos: -41.5,13.5 - parent: 1 - - uid: 4344 + parent: 2 + - uid: 1799 components: - type: Transform pos: -41.5,14.5 - parent: 1 - - uid: 4345 + parent: 2 + - uid: 1800 components: - type: Transform pos: -41.5,11.5 - parent: 1 - - uid: 4346 + parent: 2 + - uid: 1801 components: - type: Transform pos: -41.5,10.5 - parent: 1 - - uid: 4347 + parent: 2 + - uid: 1802 components: - type: Transform pos: -41.5,9.5 - parent: 1 - - uid: 4348 + parent: 2 + - uid: 1803 components: - type: Transform pos: -41.5,8.5 - parent: 1 - - uid: 4424 + parent: 2 + - uid: 1804 components: - type: Transform pos: -41.5,7.5 - parent: 1 - - uid: 4425 + parent: 2 + - uid: 1805 components: - type: Transform pos: -41.5,6.5 - parent: 1 - - uid: 4426 + parent: 2 + - uid: 1806 components: - type: Transform pos: -41.5,5.5 - parent: 1 - - uid: 4427 + parent: 2 + - uid: 1807 components: - type: Transform pos: -42.5,5.5 - parent: 1 - - uid: 4428 + parent: 2 + - uid: 1808 components: - type: Transform pos: -43.5,5.5 - parent: 1 - - uid: 4435 + parent: 2 + - uid: 1809 components: - type: Transform pos: -42.5,14.5 - parent: 1 - - uid: 4436 + parent: 2 + - uid: 1810 components: - type: Transform pos: -43.5,14.5 - parent: 1 - - uid: 4437 + parent: 2 + - uid: 1811 components: - type: Transform pos: -44.5,14.5 - parent: 1 - - uid: 4438 + parent: 2 + - uid: 1812 components: - type: Transform pos: -45.5,14.5 - parent: 1 - - uid: 4439 + parent: 2 + - uid: 1813 components: - type: Transform pos: -46.5,14.5 - parent: 1 - - uid: 4440 + parent: 2 + - uid: 1814 components: - type: Transform pos: -47.5,14.5 - parent: 1 - - uid: 4441 + parent: 2 + - uid: 1815 components: - type: Transform pos: -48.5,14.5 - parent: 1 - - uid: 4442 + parent: 2 + - uid: 1816 components: - type: Transform pos: -49.5,14.5 - parent: 1 - - uid: 4443 + parent: 2 + - uid: 1817 components: - type: Transform pos: -40.5,20.5 - parent: 1 - - uid: 4444 + parent: 2 + - uid: 1818 components: - type: Transform pos: -40.5,21.5 - parent: 1 - - uid: 4445 + parent: 2 + - uid: 1819 components: - type: Transform pos: -41.5,21.5 - parent: 1 - - uid: 4446 + parent: 2 + - uid: 1820 components: - type: Transform pos: -42.5,21.5 - parent: 1 - - uid: 4447 + parent: 2 + - uid: 1821 components: - type: Transform pos: -43.5,21.5 - parent: 1 - - uid: 4448 + parent: 2 + - uid: 1822 components: - type: Transform pos: -44.5,21.5 - parent: 1 - - uid: 4449 + parent: 2 + - uid: 1823 components: - type: Transform pos: -45.5,21.5 - parent: 1 - - uid: 4450 + parent: 2 + - uid: 1824 components: - type: Transform pos: -46.5,21.5 - parent: 1 - - uid: 4451 + parent: 2 + - uid: 1825 components: - type: Transform pos: -47.5,21.5 - parent: 1 - - uid: 4452 + parent: 2 + - uid: 1826 components: - type: Transform pos: -48.5,21.5 - parent: 1 - - uid: 4453 + parent: 2 + - uid: 1827 components: - type: Transform pos: -49.5,21.5 - parent: 1 - - uid: 4454 + parent: 2 + - uid: 1828 components: - type: Transform pos: -44.5,22.5 - parent: 1 - - uid: 4455 + parent: 2 + - uid: 1829 components: - type: Transform pos: -44.5,23.5 - parent: 1 - - uid: 4456 + parent: 2 + - uid: 1830 components: - type: Transform pos: -44.5,24.5 - parent: 1 - - uid: 4457 + parent: 2 + - uid: 1831 components: - type: Transform pos: -44.5,25.5 - parent: 1 - - uid: 4458 + parent: 2 + - uid: 1832 components: - type: Transform pos: -44.5,26.5 - parent: 1 - - uid: 4459 + parent: 2 + - uid: 1833 components: - type: Transform pos: -44.5,27.5 - parent: 1 - - uid: 4460 + parent: 2 + - uid: 1834 components: - type: Transform pos: -39.5,21.5 - parent: 1 - - uid: 4461 + parent: 2 + - uid: 1835 components: - type: Transform pos: -38.5,21.5 - parent: 1 - - uid: 4462 + parent: 2 + - uid: 1836 components: - type: Transform pos: -37.5,21.5 - parent: 1 - - uid: 4463 + parent: 2 + - uid: 1837 components: - type: Transform pos: -37.5,20.5 - parent: 1 - - uid: 4464 + parent: 2 + - uid: 1838 components: - type: Transform pos: -37.5,19.5 - parent: 1 - - uid: 4465 + parent: 2 + - uid: 1839 components: - type: Transform pos: -37.5,18.5 - parent: 1 - - uid: 4466 + parent: 2 + - uid: 1840 components: - type: Transform pos: -37.5,17.5 - parent: 1 - - uid: 4467 + parent: 2 + - uid: 1841 components: - type: Transform pos: -37.5,16.5 - parent: 1 - - uid: 4468 + parent: 2 + - uid: 1842 components: - type: Transform pos: -37.5,15.5 - parent: 1 - - uid: 4469 + parent: 2 + - uid: 1843 components: - type: Transform pos: -37.5,14.5 - parent: 1 - - uid: 4470 + parent: 2 + - uid: 1844 components: - type: Transform pos: -37.5,13.5 - parent: 1 - - uid: 4471 + parent: 2 + - uid: 1845 components: - type: Transform pos: -37.5,12.5 - parent: 1 - - uid: 4472 + parent: 2 + - uid: 1846 components: - type: Transform pos: -37.5,11.5 - parent: 1 - - uid: 4473 + parent: 2 + - uid: 1847 components: - type: Transform pos: -37.5,10.5 - parent: 1 - - uid: 4474 + parent: 2 + - uid: 1848 components: - type: Transform pos: -37.5,9.5 - parent: 1 - - uid: 4475 + parent: 2 + - uid: 1849 components: - type: Transform pos: -37.5,8.5 - parent: 1 - - uid: 4476 + parent: 2 + - uid: 1850 components: - type: Transform pos: -37.5,22.5 - parent: 1 - - uid: 4477 + parent: 2 + - uid: 1851 components: - type: Transform pos: -37.5,23.5 - parent: 1 - - uid: 4478 + parent: 2 + - uid: 1852 components: - type: Transform pos: -37.5,24.5 - parent: 1 - - uid: 4479 + parent: 2 + - uid: 1853 components: - type: Transform pos: -37.5,25.5 - parent: 1 - - uid: 4480 + parent: 2 + - uid: 1854 components: - type: Transform pos: -37.5,26.5 - parent: 1 - - uid: 4481 + parent: 2 + - uid: 1855 components: - type: Transform pos: -37.5,27.5 - parent: 1 - - uid: 4482 + parent: 2 + - uid: 1856 components: - type: Transform pos: -37.5,28.5 - parent: 1 - - uid: 4483 + parent: 2 + - uid: 1857 components: - type: Transform pos: -37.5,29.5 - parent: 1 - - uid: 4484 + parent: 2 + - uid: 1858 components: - type: Transform pos: -37.5,30.5 - parent: 1 - - uid: 4485 - components: - - type: Transform - pos: -42.5,20.5 - parent: 1 - - uid: 4486 - components: - - type: Transform - pos: -42.5,19.5 - parent: 1 - - uid: 4487 - components: - - type: Transform - pos: -42.5,18.5 - parent: 1 - - uid: 4488 - components: - - type: Transform - pos: -45.5,20.5 - parent: 1 - - uid: 4489 - components: - - type: Transform - pos: -45.5,19.5 - parent: 1 - - uid: 4490 + parent: 2 + - uid: 1863 components: - type: Transform - pos: -45.5,18.5 - parent: 1 - - uid: 4491 + pos: 16.5,52.5 + parent: 2 + - uid: 1865 components: - type: Transform pos: -48.5,20.5 - parent: 1 - - uid: 4492 + parent: 2 + - uid: 1866 components: - type: Transform pos: -48.5,19.5 - parent: 1 - - uid: 4493 + parent: 2 + - uid: 1867 components: - type: Transform pos: -48.5,18.5 - parent: 1 - - uid: 4524 + parent: 2 + - uid: 1868 components: - type: Transform pos: -56.5,-7.5 - parent: 1 - - uid: 4547 + parent: 2 + - uid: 1869 components: - type: Transform pos: -47.5,11.5 - parent: 1 - - uid: 4548 + parent: 2 + - uid: 1870 components: - type: Transform pos: -50.5,11.5 - parent: 1 - - uid: 4553 + parent: 2 + - uid: 1871 components: - type: Transform pos: -47.5,62.5 - parent: 1 - - uid: 4599 + parent: 2 + - uid: 1872 components: - type: Transform pos: -50.5,9.5 - parent: 1 - - uid: 4601 + parent: 2 + - uid: 1873 components: - type: Transform pos: -49.5,9.5 - parent: 1 - - uid: 4608 + parent: 2 + - uid: 1874 components: - type: Transform pos: -57.5,-8.5 - parent: 1 - - uid: 4612 + parent: 2 + - uid: 1875 components: - type: Transform pos: -46.5,27.5 - parent: 1 - - uid: 4613 + parent: 2 + - uid: 1876 components: - type: Transform pos: -47.5,27.5 - parent: 1 - - uid: 4614 + parent: 2 + - uid: 1877 components: - type: Transform pos: -48.5,27.5 - parent: 1 - - uid: 4615 + parent: 2 + - uid: 1878 components: - type: Transform pos: -49.5,27.5 - parent: 1 - - uid: 4616 + parent: 2 + - uid: 1879 components: - type: Transform pos: -50.5,27.5 - parent: 1 - - uid: 4617 + parent: 2 + - uid: 1880 components: - type: Transform pos: -51.5,27.5 - parent: 1 - - uid: 4618 + parent: 2 + - uid: 1881 components: - type: Transform pos: -52.5,27.5 - parent: 1 - - uid: 4619 + parent: 2 + - uid: 1882 components: - type: Transform pos: -53.5,27.5 - parent: 1 - - uid: 4620 + parent: 2 + - uid: 1883 components: - type: Transform pos: -48.5,29.5 - parent: 1 - - uid: 4621 + parent: 2 + - uid: 1884 components: - type: Transform pos: -48.5,28.5 - parent: 1 - - uid: 4622 + parent: 2 + - uid: 1885 components: - type: Transform pos: -48.5,30.5 - parent: 1 - - uid: 4623 + parent: 2 + - uid: 1886 components: - type: Transform pos: -48.5,31.5 - parent: 1 - - uid: 4624 + parent: 2 + - uid: 1887 components: - type: Transform pos: -48.5,32.5 - parent: 1 - - uid: 4625 + parent: 2 + - uid: 1888 components: - type: Transform pos: -44.5,28.5 - parent: 1 - - uid: 4626 + parent: 2 + - uid: 1889 components: - type: Transform pos: -44.5,29.5 - parent: 1 - - uid: 4627 + parent: 2 + - uid: 1890 components: - type: Transform pos: -44.5,30.5 - parent: 1 - - uid: 4628 + parent: 2 + - uid: 1891 components: - type: Transform pos: -44.5,31.5 - parent: 1 - - uid: 4629 + parent: 2 + - uid: 1892 components: - type: Transform pos: -44.5,32.5 - parent: 1 - - uid: 4630 + parent: 2 + - uid: 1893 components: - type: Transform pos: -37.5,31.5 - parent: 1 - - uid: 4631 + parent: 2 + - uid: 1894 components: - type: Transform pos: -37.5,32.5 - parent: 1 - - uid: 4632 + parent: 2 + - uid: 1895 components: - type: Transform pos: -38.5,32.5 - parent: 1 - - uid: 4633 + parent: 2 + - uid: 1896 components: - type: Transform pos: -39.5,32.5 - parent: 1 - - uid: 4634 + parent: 2 + - uid: 1897 components: - type: Transform pos: -40.5,32.5 - parent: 1 - - uid: 4635 + parent: 2 + - uid: 1898 components: - type: Transform pos: -43.5,32.5 - parent: 1 - - uid: 4636 + parent: 2 + - uid: 1899 components: - type: Transform pos: -42.5,32.5 - parent: 1 - - uid: 4637 + parent: 2 + - uid: 1900 components: - type: Transform pos: -29.5,31.5 - parent: 1 - - uid: 4638 + parent: 2 + - uid: 1901 components: - type: Transform pos: -29.5,32.5 - parent: 1 - - uid: 4639 + parent: 2 + - uid: 1902 components: - type: Transform pos: -47.5,32.5 - parent: 1 - - uid: 4640 + parent: 2 + - uid: 1903 components: - type: Transform pos: -30.5,32.5 - parent: 1 - - uid: 4641 + parent: 2 + - uid: 1904 components: - type: Transform pos: -31.5,32.5 - parent: 1 - - uid: 4642 + parent: 2 + - uid: 1905 components: - type: Transform pos: -32.5,32.5 - parent: 1 - - uid: 4643 + parent: 2 + - uid: 1906 components: - type: Transform pos: -33.5,32.5 - parent: 1 - - uid: 4644 + parent: 2 + - uid: 1907 components: - type: Transform pos: -34.5,32.5 - parent: 1 - - uid: 4645 + parent: 2 + - uid: 1908 components: - type: Transform pos: -35.5,32.5 - parent: 1 - - uid: 4646 + parent: 2 + - uid: 1909 components: - type: Transform pos: -28.5,32.5 - parent: 1 - - uid: 4647 + parent: 2 + - uid: 1910 components: - type: Transform pos: -27.5,32.5 - parent: 1 - - uid: 4648 + parent: 2 + - uid: 1911 components: - type: Transform pos: -26.5,32.5 - parent: 1 - - uid: 4649 + parent: 2 + - uid: 1912 components: - type: Transform pos: -25.5,32.5 - parent: 1 - - uid: 4650 + parent: 2 + - uid: 1913 components: - type: Transform pos: -46.5,32.5 - parent: 1 - - uid: 4651 + parent: 2 + - uid: 1914 components: - type: Transform pos: -49.5,32.5 - parent: 1 - - uid: 4652 + parent: 2 + - uid: 1915 components: - type: Transform pos: -50.5,32.5 - parent: 1 - - uid: 4653 + parent: 2 + - uid: 1916 components: - type: Transform pos: -51.5,32.5 - parent: 1 - - uid: 4654 + parent: 2 + - uid: 1917 components: - type: Transform pos: -52.5,32.5 - parent: 1 - - uid: 4655 + parent: 2 + - uid: 1918 components: - type: Transform pos: -53.5,32.5 - parent: 1 - - uid: 4656 + parent: 2 + - uid: 1919 components: - type: Transform pos: -54.5,32.5 - parent: 1 - - uid: 4657 + parent: 2 + - uid: 1920 components: - type: Transform pos: -55.5,32.5 - parent: 1 - - uid: 4658 + parent: 2 + - uid: 1921 components: - type: Transform pos: -52.5,14.5 - parent: 1 - - uid: 4659 + parent: 2 + - uid: 1922 components: - type: Transform pos: -53.5,14.5 - parent: 1 - - uid: 4660 + parent: 2 + - uid: 1923 components: - type: Transform pos: -54.5,14.5 - parent: 1 - - uid: 4661 + parent: 2 + - uid: 1924 components: - type: Transform pos: -55.5,14.5 - parent: 1 - - uid: 4662 + parent: 2 + - uid: 1925 components: - type: Transform pos: -56.5,14.5 - parent: 1 - - uid: 4663 + parent: 2 + - uid: 1926 components: - type: Transform pos: -57.5,14.5 - parent: 1 - - uid: 4664 + parent: 2 + - uid: 1927 components: - type: Transform pos: -57.5,15.5 - parent: 1 - - uid: 4665 + parent: 2 + - uid: 1928 components: - type: Transform pos: -57.5,15.5 - parent: 1 - - uid: 4666 + parent: 2 + - uid: 1929 components: - type: Transform pos: -57.5,16.5 - parent: 1 - - uid: 4667 + parent: 2 + - uid: 1930 components: - type: Transform pos: -57.5,17.5 - parent: 1 - - uid: 4668 + parent: 2 + - uid: 1931 components: - type: Transform pos: -57.5,18.5 - parent: 1 - - uid: 4669 + parent: 2 + - uid: 1932 components: - type: Transform pos: -57.5,19.5 - parent: 1 - - uid: 4670 + parent: 2 + - uid: 1933 components: - type: Transform pos: -57.5,20.5 - parent: 1 - - uid: 4671 + parent: 2 + - uid: 1934 components: - type: Transform pos: -57.5,21.5 - parent: 1 - - uid: 4672 + parent: 2 + - uid: 1935 components: - type: Transform pos: -57.5,22.5 - parent: 1 - - uid: 4673 + parent: 2 + - uid: 1936 components: - type: Transform pos: -57.5,23.5 - parent: 1 - - uid: 4674 + parent: 2 + - uid: 1937 components: - type: Transform pos: -57.5,24.5 - parent: 1 - - uid: 4675 + parent: 2 + - uid: 1938 components: - type: Transform pos: -57.5,25.5 - parent: 1 - - uid: 4676 + parent: 2 + - uid: 1939 components: - type: Transform pos: -56.5,32.5 - parent: 1 - - uid: 4677 + parent: 2 + - uid: 1940 components: - type: Transform pos: -57.5,32.5 - parent: 1 - - uid: 4681 + parent: 2 + - uid: 1941 components: - type: Transform pos: -51.5,14.5 - parent: 1 - - uid: 4682 + parent: 2 + - uid: 1942 components: - type: Transform pos: -53.5,15.5 - parent: 1 - - uid: 4683 + parent: 2 + - uid: 1943 components: - type: Transform pos: -53.5,16.5 - parent: 1 - - uid: 4684 + parent: 2 + - uid: 1944 components: - type: Transform pos: -53.5,17.5 - parent: 1 - - uid: 4685 + parent: 2 + - uid: 1945 components: - type: Transform pos: -53.5,18.5 - parent: 1 - - uid: 4686 + parent: 2 + - uid: 1946 components: - type: Transform pos: -53.5,19.5 - parent: 1 - - uid: 4687 + parent: 2 + - uid: 1947 components: - type: Transform pos: -53.5,20.5 - parent: 1 - - uid: 4688 + parent: 2 + - uid: 1948 components: - type: Transform pos: -57.5,13.5 - parent: 1 - - uid: 4689 + parent: 2 + - uid: 1949 components: - type: Transform pos: -57.5,12.5 - parent: 1 - - uid: 4690 + parent: 2 + - uid: 1950 components: - type: Transform pos: -57.5,11.5 - parent: 1 - - uid: 4691 + parent: 2 + - uid: 1951 components: - type: Transform pos: -57.5,10.5 - parent: 1 - - uid: 4692 + parent: 2 + - uid: 1952 components: - type: Transform pos: -57.5,9.5 - parent: 1 - - uid: 4693 + parent: 2 + - uid: 1953 components: - type: Transform pos: -57.5,8.5 - parent: 1 - - uid: 4700 + parent: 2 + - uid: 1954 components: - type: Transform pos: -45.5,9.5 - parent: 1 - - uid: 4701 + parent: 2 + - uid: 1955 components: - type: Transform pos: -46.5,9.5 - parent: 1 - - uid: 4702 + parent: 2 + - uid: 1956 components: - type: Transform pos: -47.5,9.5 - parent: 1 - - uid: 4704 + parent: 2 + - uid: 1957 components: - type: Transform pos: -48.5,9.5 - parent: 1 - - uid: 4713 + parent: 2 + - uid: 1958 components: - type: Transform pos: 20.5,40.5 - parent: 1 - - uid: 4716 + parent: 2 + - uid: 1959 components: - type: Transform pos: -47.5,5.5 - parent: 1 - - uid: 4717 + parent: 2 + - uid: 1960 components: - type: Transform pos: -48.5,5.5 - parent: 1 - - uid: 4718 + parent: 2 + - uid: 1961 components: - type: Transform pos: -46.5,5.5 - parent: 1 - - uid: 4719 + parent: 2 + - uid: 1962 components: - type: Transform pos: -49.5,5.5 - parent: 1 - - uid: 4720 + parent: 2 + - uid: 1963 components: - type: Transform pos: -50.5,5.5 - parent: 1 - - uid: 4721 + parent: 2 + - uid: 1964 components: - type: Transform pos: -51.5,5.5 - parent: 1 - - uid: 4722 + parent: 2 + - uid: 1965 components: - type: Transform pos: -52.5,5.5 - parent: 1 - - uid: 4723 + parent: 2 + - uid: 1966 components: - type: Transform pos: -53.5,5.5 - parent: 1 - - uid: 4724 + parent: 2 + - uid: 1967 components: - type: Transform pos: -54.5,5.5 - parent: 1 - - uid: 4725 + parent: 2 + - uid: 1968 components: - type: Transform pos: -57.5,4.5 - parent: 1 - - uid: 4726 + parent: 2 + - uid: 1969 components: - type: Transform pos: -57.5,5.5 - parent: 1 - - uid: 4727 + parent: 2 + - uid: 1970 components: - type: Transform pos: -58.5,5.5 - parent: 1 - - uid: 4728 + parent: 2 + - uid: 1971 components: - type: Transform pos: -57.5,30.5 - parent: 1 - - uid: 4742 + parent: 2 + - uid: 1972 components: - type: Transform pos: -73.5,-14.5 - parent: 1 - - uid: 4759 + parent: 2 + - uid: 1973 components: - type: Transform pos: -66.5,-9.5 - parent: 1 - - uid: 4783 + parent: 2 + - uid: 1974 components: - type: Transform pos: -65.5,-13.5 - parent: 1 - - uid: 4785 + parent: 2 + - uid: 1975 components: - type: Transform pos: -73.5,-11.5 - parent: 1 - - uid: 4786 + parent: 2 + - uid: 1976 components: - type: Transform pos: -62.5,-10.5 - parent: 1 - - uid: 4787 + parent: 2 + - uid: 1977 components: - type: Transform pos: -63.5,-10.5 - parent: 1 - - uid: 4788 + parent: 2 + - uid: 1978 components: - type: Transform pos: -73.5,4.5 - parent: 1 - - uid: 4789 + parent: 2 + - uid: 1979 components: - type: Transform pos: -73.5,-12.5 - parent: 1 - - uid: 4790 + parent: 2 + - uid: 1980 components: - type: Transform pos: -66.5,4.5 - parent: 1 - - uid: 4791 + parent: 2 + - uid: 1981 components: - type: Transform pos: -66.5,-10.5 - parent: 1 - - uid: 4794 + parent: 2 + - uid: 1982 components: - type: Transform pos: -65.5,-11.5 - parent: 1 - - uid: 4795 + parent: 2 + - uid: 1983 components: - type: Transform pos: -65.5,-12.5 - parent: 1 - - uid: 4796 + parent: 2 + - uid: 1984 components: - type: Transform pos: -73.5,-9.5 - parent: 1 - - uid: 4797 + parent: 2 + - uid: 1985 components: - type: Transform pos: -67.5,-10.5 - parent: 1 - - uid: 4798 + parent: 2 + - uid: 1986 components: - type: Transform pos: -68.5,-10.5 - parent: 1 - - uid: 4806 + parent: 2 + - uid: 1987 components: - type: Transform pos: -73.5,-13.5 - parent: 1 - - uid: 4811 + parent: 2 + - uid: 1988 components: - type: Transform pos: -75.5,-10.5 - parent: 1 - - uid: 4812 - components: - - type: Transform - pos: -76.5,-10.5 - parent: 1 - - uid: 4813 + parent: 2 + - uid: 1990 components: - type: Transform pos: -73.5,-10.5 - parent: 1 - - uid: 4814 + parent: 2 + - uid: 1991 components: - type: Transform pos: -74.5,-10.5 - parent: 1 - - uid: 4815 + parent: 2 + - uid: 1992 components: - type: Transform - pos: -77.5,-10.5 - parent: 1 - - uid: 4842 + pos: 22.5,53.5 + parent: 2 + - uid: 1993 components: - type: Transform pos: -69.5,-10.5 - parent: 1 - - uid: 4869 + parent: 2 + - uid: 1994 components: - type: Transform pos: -71.5,-10.5 - parent: 1 - - uid: 4870 + parent: 2 + - uid: 1995 components: - type: Transform pos: -64.5,-10.5 - parent: 1 - - uid: 4872 + parent: 2 + - uid: 1996 components: - type: Transform pos: -70.5,-10.5 - parent: 1 - - uid: 4874 + parent: 2 + - uid: 1997 components: - type: Transform pos: -65.5,-10.5 - parent: 1 - - uid: 4875 + parent: 2 + - uid: 1998 components: - type: Transform pos: -72.5,-10.5 - parent: 1 - - uid: 4879 + parent: 2 + - uid: 1999 components: - type: Transform pos: -57.5,-10.5 - parent: 1 - - uid: 4880 + parent: 2 + - uid: 2000 components: - type: Transform pos: -58.5,-10.5 - parent: 1 - - uid: 4881 + parent: 2 + - uid: 2001 components: - type: Transform pos: -59.5,-10.5 - parent: 1 - - uid: 4904 + parent: 2 + - uid: 2002 components: - type: Transform pos: -65.5,-14.5 - parent: 1 - - uid: 4958 + parent: 2 + - uid: 2003 components: - type: Transform pos: -60.5,-10.5 - parent: 1 - - uid: 5067 + parent: 2 + - uid: 2004 components: - type: Transform pos: -25.5,35.5 - parent: 1 - - uid: 5102 + parent: 2 + - uid: 2005 components: - type: Transform pos: -55.5,-7.5 - parent: 1 - - uid: 5106 + parent: 2 + - uid: 2006 components: - type: Transform pos: -57.5,-9.5 - parent: 1 - - uid: 5127 + parent: 2 + - uid: 2007 components: - type: Transform pos: -57.5,-7.5 - parent: 1 - - uid: 5128 + parent: 2 + - uid: 2008 components: - type: Transform pos: -57.5,-6.5 - parent: 1 - - uid: 5129 + parent: 2 + - uid: 2009 components: - type: Transform pos: -57.5,-5.5 - parent: 1 - - uid: 5130 + parent: 2 + - uid: 2010 components: - type: Transform pos: -57.5,-4.5 - parent: 1 - - uid: 5131 + parent: 2 + - uid: 2011 components: - type: Transform pos: -57.5,-3.5 - parent: 1 - - uid: 5132 + parent: 2 + - uid: 2012 components: - type: Transform pos: -57.5,-2.5 - parent: 1 - - uid: 5133 + parent: 2 + - uid: 2013 components: - type: Transform pos: -57.5,-1.5 - parent: 1 - - uid: 5134 + parent: 2 + - uid: 2014 components: - type: Transform pos: -57.5,-0.5 - parent: 1 - - uid: 5135 + parent: 2 + - uid: 2015 components: - type: Transform pos: -57.5,0.5 - parent: 1 - - uid: 5136 + parent: 2 + - uid: 2016 components: - type: Transform pos: -57.5,1.5 - parent: 1 - - uid: 5137 + parent: 2 + - uid: 2017 components: - type: Transform pos: -57.5,2.5 - parent: 1 - - uid: 5138 + parent: 2 + - uid: 2018 components: - type: Transform pos: -57.5,3.5 - parent: 1 - - uid: 5139 + parent: 2 + - uid: 2019 components: - type: Transform pos: -59.5,5.5 - parent: 1 - - uid: 5140 + parent: 2 + - uid: 2020 components: - type: Transform pos: -60.5,5.5 - parent: 1 - - uid: 5141 + parent: 2 + - uid: 2021 components: - type: Transform pos: -61.5,5.5 - parent: 1 - - uid: 5142 + parent: 2 + - uid: 2022 components: - type: Transform pos: -62.5,5.5 - parent: 1 - - uid: 5143 + parent: 2 + - uid: 2023 components: - type: Transform pos: -63.5,5.5 - parent: 1 - - uid: 5144 + parent: 2 + - uid: 2024 components: - type: Transform pos: -64.5,5.5 - parent: 1 - - uid: 5145 + parent: 2 + - uid: 2025 components: - type: Transform pos: -65.5,5.5 - parent: 1 - - uid: 5146 + parent: 2 + - uid: 2026 components: - type: Transform pos: -66.5,5.5 - parent: 1 - - uid: 5147 + parent: 2 + - uid: 2027 components: - type: Transform pos: -67.5,5.5 - parent: 1 - - uid: 5148 + parent: 2 + - uid: 2028 components: - type: Transform pos: -68.5,5.5 - parent: 1 - - uid: 5149 + parent: 2 + - uid: 2029 components: - type: Transform pos: -69.5,5.5 - parent: 1 - - uid: 5150 + parent: 2 + - uid: 2030 components: - type: Transform pos: -70.5,5.5 - parent: 1 - - uid: 5151 + parent: 2 + - uid: 2031 components: - type: Transform pos: -71.5,5.5 - parent: 1 - - uid: 5152 + parent: 2 + - uid: 2032 components: - type: Transform pos: -72.5,5.5 - parent: 1 - - uid: 5153 + parent: 2 + - uid: 2033 components: - type: Transform pos: -73.5,5.5 - parent: 1 - - uid: 5154 + parent: 2 + - uid: 2034 components: - type: Transform pos: -74.5,5.5 - parent: 1 - - uid: 5155 + parent: 2 + - uid: 2035 components: - type: Transform pos: -54.5,-7.5 - parent: 1 - - uid: 5156 + parent: 2 + - uid: 2036 components: - type: Transform pos: -53.5,-7.5 - parent: 1 - - uid: 5157 + parent: 2 + - uid: 2037 components: - type: Transform pos: -52.5,-7.5 - parent: 1 - - uid: 5158 + parent: 2 + - uid: 2038 components: - type: Transform pos: -52.5,-6.5 - parent: 1 - - uid: 5159 + parent: 2 + - uid: 2039 components: - type: Transform pos: -52.5,-5.5 - parent: 1 - - uid: 5163 + parent: 2 + - uid: 2040 components: - type: Transform pos: -52.5,-1.5 - parent: 1 - - uid: 5205 + parent: 2 + - uid: 2041 components: - type: Transform pos: -50.5,26.5 - parent: 1 - - uid: 5206 + parent: 2 + - uid: 2042 components: - type: Transform pos: -50.5,25.5 - parent: 1 - - uid: 5207 + parent: 2 + - uid: 2043 components: - type: Transform pos: -50.5,24.5 - parent: 1 - - uid: 5240 + parent: 2 + - uid: 2044 components: - type: Transform pos: -6.5,18.5 - parent: 1 - - uid: 5241 + parent: 2 + - uid: 2045 components: - type: Transform pos: -9.5,14.5 - parent: 1 - - uid: 5242 + parent: 2 + - uid: 2046 components: - type: Transform pos: -5.5,17.5 - parent: 1 - - uid: 5243 - components: - - type: Transform - pos: -4.5,17.5 - parent: 1 - - uid: 5244 + parent: 2 + - uid: 2047 components: - type: Transform pos: -10.5,14.5 - parent: 1 - - uid: 5312 + parent: 2 + - uid: 2048 components: - type: Transform pos: 19.5,39.5 - parent: 1 - - uid: 5322 + parent: 2 + - uid: 2049 components: - type: Transform pos: -65.5,60.5 - parent: 1 - - uid: 5324 + parent: 2 + - uid: 2050 components: - type: Transform pos: -66.5,59.5 - parent: 1 - - uid: 5338 + parent: 2 + - uid: 2051 components: - type: Transform pos: -66.5,60.5 - parent: 1 - - uid: 5342 + parent: 2 + - uid: 2052 components: - type: Transform pos: -55.5,67.5 - parent: 1 - - uid: 5378 + parent: 2 + - uid: 2053 components: - type: Transform pos: -35.5,-6.5 - parent: 1 - - uid: 5432 + parent: 2 + - uid: 2054 components: - type: Transform pos: -21.5,-5.5 - parent: 1 - - uid: 5433 + parent: 2 + - uid: 2055 components: - type: Transform pos: -64.5,60.5 - parent: 1 - - uid: 5446 + parent: 2 + - uid: 2056 components: - type: Transform pos: -5.5,-2.5 - parent: 1 - - uid: 5448 + parent: 2 + - uid: 2057 components: - type: Transform pos: -21.5,-4.5 - parent: 1 - - uid: 5449 + parent: 2 + - uid: 2058 components: - type: Transform pos: -21.5,-3.5 - parent: 1 - - uid: 5450 + parent: 2 + - uid: 2059 components: - type: Transform pos: -21.5,-2.5 - parent: 1 - - uid: 5460 + parent: 2 + - uid: 2060 components: - type: Transform pos: -66.5,58.5 - parent: 1 - - uid: 5538 + parent: 2 + - uid: 2061 components: - type: Transform pos: -4.5,0.5 - parent: 1 - - uid: 5634 + parent: 2 + - uid: 2062 components: - type: Transform pos: -54.5,9.5 - parent: 1 - - uid: 5659 + parent: 2 + - uid: 2063 components: - type: Transform pos: -85.5,41.5 - parent: 1 - - uid: 5661 + parent: 2 + - uid: 2064 components: - type: Transform pos: -16.5,23.5 - parent: 1 - - uid: 5700 + parent: 2 + - uid: 2065 components: - type: Transform pos: -30.5,23.5 - parent: 1 - - uid: 5701 + parent: 2 + - uid: 2066 components: - type: Transform pos: -33.5,11.5 - parent: 1 - - uid: 5702 + parent: 2 + - uid: 2067 components: - type: Transform pos: -33.5,12.5 - parent: 1 - - uid: 5703 + parent: 2 + - uid: 2068 components: - type: Transform pos: -33.5,13.5 - parent: 1 - - uid: 5704 + parent: 2 + - uid: 2069 components: - type: Transform pos: -29.5,15.5 - parent: 1 - - uid: 5705 + parent: 2 + - uid: 2070 components: - type: Transform pos: -30.5,15.5 - parent: 1 - - uid: 5740 + parent: 2 + - uid: 2071 components: - type: Transform pos: -25.5,45.5 - parent: 1 - - uid: 5743 + parent: 2 + - uid: 2072 components: - type: Transform pos: -25.5,47.5 - parent: 1 - - uid: 5773 + parent: 2 + - uid: 2073 components: - type: Transform pos: -53.5,48.5 - parent: 1 - - uid: 5805 + parent: 2 + - uid: 2074 components: - type: Transform pos: 15.5,42.5 - parent: 1 - - uid: 5806 + parent: 2 + - uid: 2075 components: - type: Transform pos: 15.5,41.5 - parent: 1 - - uid: 5821 + parent: 2 + - uid: 2076 components: - type: Transform pos: -25.5,34.5 - parent: 1 - - uid: 5849 + parent: 2 + - uid: 2077 components: - type: Transform pos: -13.5,2.5 - parent: 1 - - uid: 5884 + parent: 2 + - uid: 2078 components: - type: Transform pos: -17.5,-7.5 - parent: 1 - - uid: 5904 + parent: 2 + - uid: 2079 components: - type: Transform pos: -34.5,-13.5 - parent: 1 - - uid: 5907 + parent: 2 + - uid: 2080 components: - type: Transform pos: -34.5,-16.5 - parent: 1 - - uid: 5940 + parent: 2 + - uid: 2081 components: - type: Transform pos: -6.5,56.5 - parent: 1 - - uid: 5958 + parent: 2 + - uid: 2082 components: - type: Transform pos: -4.5,56.5 - parent: 1 - - uid: 5969 + parent: 2 + - uid: 2083 components: - type: Transform pos: -0.5,53.5 - parent: 1 - - uid: 5973 + parent: 2 + - uid: 2084 components: - type: Transform pos: -2.5,53.5 - parent: 1 - - uid: 6006 + parent: 2 + - uid: 2085 components: - type: Transform pos: -1.5,53.5 - parent: 1 - - uid: 6068 + parent: 2 + - uid: 2086 components: - type: Transform pos: 26.5,13.5 - parent: 1 - - uid: 6205 + parent: 2 + - uid: 2087 components: - type: Transform pos: 15.5,45.5 - parent: 1 - - uid: 6206 + parent: 2 + - uid: 2088 components: - type: Transform pos: 15.5,44.5 - parent: 1 - - uid: 6207 - components: - - type: Transform - pos: 13.5,45.5 - parent: 1 - - uid: 6208 - components: - - type: Transform - pos: 12.5,45.5 - parent: 1 - - uid: 6209 - components: - - type: Transform - pos: 11.5,45.5 - parent: 1 - - uid: 6210 - components: - - type: Transform - pos: 10.5,45.5 - parent: 1 - - uid: 6211 + parent: 2 + - uid: 2089 components: - type: Transform pos: 15.5,43.5 - parent: 1 - - uid: 6212 + parent: 2 + - uid: 2090 components: - type: Transform pos: 8.5,48.5 - parent: 1 - - uid: 6214 + parent: 2 + - uid: 2091 components: - type: Transform pos: 7.5,48.5 - parent: 1 - - uid: 6219 + parent: 2 + - uid: 2092 components: - type: Transform pos: 9.5,48.5 - parent: 1 - - uid: 6220 + parent: 2 + - uid: 2093 components: - type: Transform pos: 7.5,49.5 - parent: 1 - - uid: 6221 + parent: 2 + - uid: 2094 components: - type: Transform pos: 7.5,47.5 - parent: 1 - - uid: 6222 + parent: 2 + - uid: 2095 components: - type: Transform pos: 6.5,47.5 - parent: 1 - - uid: 6223 + parent: 2 + - uid: 2096 components: - type: Transform pos: 7.5,49.5 - parent: 1 - - uid: 6224 + parent: 2 + - uid: 2097 components: - type: Transform pos: 7.5,50.5 - parent: 1 - - uid: 6225 + parent: 2 + - uid: 2098 components: - type: Transform pos: 7.5,51.5 - parent: 1 - - uid: 6227 + parent: 2 + - uid: 2099 components: - type: Transform pos: 5.5,47.5 - parent: 1 - - uid: 6228 + parent: 2 + - uid: 2100 components: - type: Transform pos: 4.5,47.5 - parent: 1 - - uid: 6229 + parent: 2 + - uid: 2101 components: - type: Transform pos: 3.5,47.5 - parent: 1 - - uid: 6230 + parent: 2 + - uid: 2102 components: - type: Transform pos: 3.5,48.5 - parent: 1 - - uid: 6231 + parent: 2 + - uid: 2103 components: - type: Transform pos: 3.5,49.5 - parent: 1 - - uid: 6232 + parent: 2 + - uid: 2104 components: - type: Transform pos: 3.5,50.5 - parent: 1 - - uid: 6233 + parent: 2 + - uid: 2105 components: - type: Transform pos: 3.5,51.5 - parent: 1 - - uid: 6234 + parent: 2 + - uid: 2106 components: - type: Transform pos: 2.5,47.5 - parent: 1 - - uid: 6235 + parent: 2 + - uid: 2107 components: - type: Transform pos: 1.5,47.5 - parent: 1 - - uid: 6236 + parent: 2 + - uid: 2108 components: - type: Transform pos: 0.5,47.5 - parent: 1 - - uid: 6237 + parent: 2 + - uid: 2109 components: - type: Transform pos: -0.5,47.5 - parent: 1 - - uid: 6240 + parent: 2 + - uid: 2110 components: - type: Transform pos: -5.5,56.5 - parent: 1 - - uid: 6246 - components: - - type: Transform - pos: 14.5,40.5 - parent: 1 - - uid: 6247 - components: - - type: Transform - pos: 13.5,40.5 - parent: 1 - - uid: 6248 - components: - - type: Transform - pos: 12.5,40.5 - parent: 1 - - uid: 6249 - components: - - type: Transform - pos: 11.5,40.5 - parent: 1 - - uid: 6250 - components: - - type: Transform - pos: 10.5,40.5 - parent: 1 - - uid: 6251 + parent: 2 + - uid: 2111 components: - type: Transform pos: 15.5,40.5 - parent: 1 - - uid: 6252 + parent: 2 + - uid: 2112 components: - type: Transform pos: 15.5,39.5 - parent: 1 - - uid: 6258 + parent: 2 + - uid: 2113 components: - type: Transform pos: -52.5,9.5 - parent: 1 - - uid: 6260 + parent: 2 + - uid: 2114 components: - type: Transform pos: -50.5,10.5 - parent: 1 - - uid: 6261 + parent: 2 + - uid: 2115 components: - type: Transform pos: -47.5,10.5 - parent: 1 - - uid: 6262 + parent: 2 + - uid: 2116 components: - type: Transform pos: -53.5,9.5 - parent: 1 - - uid: 6263 + parent: 2 + - uid: 2117 components: - type: Transform pos: -51.5,9.5 - parent: 1 - - uid: 6271 + parent: 2 + - uid: 2118 components: - type: Transform pos: 15.5,35.5 - parent: 1 - - uid: 6273 + parent: 2 + - uid: 2119 components: - type: Transform pos: 17.5,35.5 - parent: 1 - - uid: 6274 + parent: 2 + - uid: 2120 components: - type: Transform pos: 18.5,35.5 - parent: 1 - - uid: 6276 + parent: 2 + - uid: 2121 components: - type: Transform pos: 20.5,35.5 - parent: 1 - - uid: 6279 + parent: 2 + - uid: 2122 components: - type: Transform pos: 23.5,35.5 - parent: 1 - - uid: 6280 - components: - - type: Transform - pos: 9.5,40.5 - parent: 1 - - uid: 6281 - components: - - type: Transform - pos: 8.5,40.5 - parent: 1 - - uid: 6282 + parent: 2 + - uid: 2123 components: - type: Transform pos: -1.5,47.5 - parent: 1 - - uid: 6283 + parent: 2 + - uid: 2124 components: - type: Transform pos: -2.5,47.5 - parent: 1 - - uid: 6284 + parent: 2 + - uid: 2125 components: - type: Transform pos: -2.5,46.5 - parent: 1 - - uid: 6285 + parent: 2 + - uid: 2126 components: - type: Transform pos: -2.5,45.5 - parent: 1 - - uid: 6286 + parent: 2 + - uid: 2127 components: - type: Transform pos: -2.5,44.5 - parent: 1 - - uid: 6287 + parent: 2 + - uid: 2128 components: - type: Transform pos: -2.5,43.5 - parent: 1 - - uid: 6288 + parent: 2 + - uid: 2129 components: - type: Transform pos: -2.5,42.5 - parent: 1 - - uid: 6289 + parent: 2 + - uid: 2130 components: - type: Transform pos: -3.5,38.5 - parent: 1 - - uid: 6290 + parent: 2 + - uid: 2131 components: - type: Transform pos: -3.5,39.5 - parent: 1 - - uid: 6291 + parent: 2 + - uid: 2132 components: - type: Transform pos: -3.5,40.5 - parent: 1 - - uid: 6293 + parent: 2 + - uid: 2133 components: - type: Transform pos: -3.5,42.5 - parent: 1 - - uid: 6294 + parent: 2 + - uid: 2134 components: - type: Transform pos: -3.5,37.5 - parent: 1 - - uid: 6295 + parent: 2 + - uid: 2135 components: - type: Transform pos: -4.5,37.5 - parent: 1 - - uid: 6296 + parent: 2 + - uid: 2136 components: - type: Transform pos: -5.5,37.5 - parent: 1 - - uid: 6297 + parent: 2 + - uid: 2137 components: - type: Transform pos: -6.5,37.5 - parent: 1 - - uid: 6298 + parent: 2 + - uid: 2138 components: - type: Transform pos: -7.5,37.5 - parent: 1 - - uid: 6299 + parent: 2 + - uid: 2139 components: - type: Transform pos: -8.5,37.5 - parent: 1 - - uid: 6300 + parent: 2 + - uid: 2140 components: - type: Transform pos: -9.5,37.5 - parent: 1 - - uid: 6301 + parent: 2 + - uid: 2141 components: - type: Transform pos: -3.5,47.5 - parent: 1 - - uid: 6302 + parent: 2 + - uid: 2142 components: - type: Transform pos: -4.5,47.5 - parent: 1 - - uid: 6342 + parent: 2 + - uid: 2143 components: - type: Transform pos: -7.5,53.5 - parent: 1 - - uid: 6567 + parent: 2 + - uid: 2144 components: - type: Transform pos: -7.5,55.5 - parent: 1 - - uid: 6568 + parent: 2 + - uid: 2145 components: - type: Transform pos: -8.5,55.5 - parent: 1 - - uid: 6569 + parent: 2 + - uid: 2146 components: - type: Transform pos: -9.5,55.5 - parent: 1 - - uid: 6570 + parent: 2 + - uid: 2147 components: - type: Transform pos: -10.5,55.5 - parent: 1 - - uid: 6571 + parent: 2 + - uid: 2148 components: - type: Transform pos: -11.5,55.5 - parent: 1 - - uid: 6572 + parent: 2 + - uid: 2149 components: - type: Transform pos: -12.5,55.5 - parent: 1 - - uid: 6573 + parent: 2 + - uid: 2150 components: - type: Transform pos: -13.5,55.5 - parent: 1 - - uid: 6574 + parent: 2 + - uid: 2151 components: - type: Transform pos: -14.5,55.5 - parent: 1 - - uid: 6575 + parent: 2 + - uid: 2152 components: - type: Transform pos: -15.5,55.5 - parent: 1 - - uid: 6576 + parent: 2 + - uid: 2153 components: - type: Transform pos: -16.5,55.5 - parent: 1 - - uid: 6577 + parent: 2 + - uid: 2154 components: - type: Transform pos: -7.5,56.5 - parent: 1 - - uid: 6578 + parent: 2 + - uid: 2155 components: - type: Transform pos: -7.5,57.5 - parent: 1 - - uid: 6582 + parent: 2 + - uid: 2156 components: - type: Transform pos: -16.5,54.5 - parent: 1 - - uid: 6583 + parent: 2 + - uid: 2157 components: - type: Transform pos: -17.5,54.5 - parent: 1 - - uid: 6584 + parent: 2 + - uid: 2158 components: - type: Transform pos: -18.5,54.5 - parent: 1 - - uid: 6585 + parent: 2 + - uid: 2159 components: - type: Transform pos: -19.5,54.5 - parent: 1 - - uid: 6586 + parent: 2 + - uid: 2160 components: - type: Transform pos: -20.5,54.5 - parent: 1 - - uid: 6587 + parent: 2 + - uid: 2161 components: - type: Transform pos: -21.5,54.5 - parent: 1 - - uid: 6588 + parent: 2 + - uid: 2162 components: - type: Transform pos: -22.5,54.5 - parent: 1 - - uid: 6589 + parent: 2 + - uid: 2163 components: - type: Transform pos: -22.5,55.5 - parent: 1 - - uid: 6590 + parent: 2 + - uid: 2164 components: - type: Transform pos: -15.5,56.5 - parent: 1 - - uid: 6591 + parent: 2 + - uid: 2165 components: - type: Transform pos: -15.5,57.5 - parent: 1 - - uid: 6592 + parent: 2 + - uid: 2166 components: - type: Transform pos: -15.5,58.5 - parent: 1 - - uid: 6593 + parent: 2 + - uid: 2167 components: - type: Transform pos: -15.5,59.5 - parent: 1 - - uid: 6594 + parent: 2 + - uid: 2168 components: - type: Transform pos: -15.5,60.5 - parent: 1 - - uid: 6595 + parent: 2 + - uid: 2169 components: - type: Transform pos: -15.5,61.5 - parent: 1 - - uid: 6596 + parent: 2 + - uid: 2170 components: - type: Transform pos: -15.5,62.5 - parent: 1 - - uid: 6597 + parent: 2 + - uid: 2171 components: - type: Transform pos: -15.5,63.5 - parent: 1 - - uid: 6598 + parent: 2 + - uid: 2172 components: - type: Transform pos: -15.5,64.5 - parent: 1 - - uid: 6599 + parent: 2 + - uid: 2173 components: - type: Transform pos: -15.5,65.5 - parent: 1 - - uid: 6600 + parent: 2 + - uid: 2174 components: - type: Transform pos: -16.5,64.5 - parent: 1 - - uid: 6601 + parent: 2 + - uid: 2175 components: - type: Transform pos: -17.5,64.5 - parent: 1 - - uid: 6602 + parent: 2 + - uid: 2176 components: - type: Transform pos: -18.5,64.5 - parent: 1 - - uid: 6603 + parent: 2 + - uid: 2177 components: - type: Transform pos: -19.5,64.5 - parent: 1 - - uid: 6604 + parent: 2 + - uid: 2178 components: - type: Transform pos: -16.5,60.5 - parent: 1 - - uid: 6605 + parent: 2 + - uid: 2179 components: - type: Transform pos: -17.5,60.5 - parent: 1 - - uid: 6606 + parent: 2 + - uid: 2180 components: - type: Transform pos: -18.5,60.5 - parent: 1 - - uid: 6607 + parent: 2 + - uid: 2181 components: - type: Transform pos: -19.5,60.5 - parent: 1 - - uid: 6608 + parent: 2 + - uid: 2182 components: - type: Transform pos: -20.5,60.5 - parent: 1 - - uid: 6609 + parent: 2 + - uid: 2183 components: - type: Transform pos: -14.5,60.5 - parent: 1 - - uid: 6610 + parent: 2 + - uid: 2184 components: - type: Transform pos: -13.5,60.5 - parent: 1 - - uid: 6611 + parent: 2 + - uid: 2185 components: - type: Transform pos: -12.5,60.5 - parent: 1 - - uid: 6612 + parent: 2 + - uid: 2186 components: - type: Transform pos: -14.5,64.5 - parent: 1 - - uid: 6613 + parent: 2 + - uid: 2187 components: - type: Transform pos: -13.5,64.5 - parent: 1 - - uid: 6614 + parent: 2 + - uid: 2188 components: - type: Transform pos: -12.5,64.5 - parent: 1 - - uid: 6615 + parent: 2 + - uid: 2189 components: - type: Transform pos: -20.5,64.5 - parent: 1 - - uid: 6654 + parent: 2 + - uid: 2190 components: - type: Transform pos: -22.5,47.5 - parent: 1 - - uid: 6655 + parent: 2 + - uid: 2191 components: - type: Transform pos: -76.5,25.5 - parent: 1 - - uid: 6666 - components: - - type: Transform - pos: -88.5,26.5 - parent: 1 - - uid: 6667 - components: - - type: Transform - pos: -105.5,28.5 - parent: 1 - - uid: 6671 - components: - - type: Transform - pos: -88.5,31.5 - parent: 1 - - uid: 6673 - components: - - type: Transform - pos: -88.5,19.5 - parent: 1 - - uid: 6896 + parent: 2 + - uid: 2196 components: - type: Transform pos: -25.5,39.5 - parent: 1 - - uid: 6900 + parent: 2 + - uid: 2197 components: - type: Transform pos: -12.5,-10.5 - parent: 1 - - uid: 6943 + parent: 2 + - uid: 2198 components: - type: Transform pos: -12.5,-11.5 - parent: 1 - - uid: 6978 - components: - - type: Transform - pos: 9.5,32.5 - parent: 1 - - uid: 7063 + parent: 2 + - uid: 2199 components: - type: Transform pos: -66.5,28.5 - parent: 1 - - uid: 7066 + parent: 2 + - uid: 2200 components: - type: Transform pos: 18.5,8.5 - parent: 1 - - uid: 7071 + parent: 2 + - uid: 2201 components: - type: Transform pos: -61.5,34.5 - parent: 1 - - uid: 7085 + parent: 2 + - uid: 2202 components: - type: Transform pos: -25.5,49.5 - parent: 1 - - uid: 7093 + parent: 2 + - uid: 2203 components: - type: Transform pos: -61.5,31.5 - parent: 1 - - uid: 7148 + parent: 2 + - uid: 2204 components: - type: Transform pos: -25.5,44.5 - parent: 1 - - uid: 7170 + parent: 2 + - uid: 2205 components: - type: Transform pos: -56.5,67.5 - parent: 1 - - uid: 7241 + parent: 2 + - uid: 2206 components: - type: Transform pos: -12.5,-13.5 - parent: 1 - - uid: 7284 + parent: 2 + - uid: 2207 components: - type: Transform pos: -43.5,55.5 - parent: 1 - - uid: 7340 + parent: 2 + - uid: 2209 components: - type: Transform - pos: -89.5,19.5 - parent: 1 - - uid: 7361 + pos: -50.5,-12.5 + parent: 2 + - uid: 2210 components: - type: Transform pos: -61.5,30.5 - parent: 1 - - uid: 7386 + parent: 2 + - uid: 2211 components: - type: Transform pos: -12.5,-12.5 - parent: 1 - - uid: 7392 + parent: 2 + - uid: 2212 components: - type: Transform pos: -81.5,43.5 - parent: 1 - - uid: 7401 + parent: 2 + - uid: 2213 components: - type: Transform pos: 14.5,45.5 - parent: 1 - - uid: 7436 + parent: 2 + - uid: 2214 components: - type: Transform pos: -22.5,46.5 - parent: 1 - - uid: 7473 + parent: 2 + - uid: 2215 components: - type: Transform pos: -22.5,41.5 - parent: 1 - - uid: 7492 + parent: 2 + - uid: 2216 components: - type: Transform pos: -3.5,41.5 - parent: 1 - - uid: 7557 + parent: 2 + - uid: 2217 components: - type: Transform pos: -22.5,39.5 - parent: 1 - - uid: 7581 + parent: 2 + - uid: 2218 components: - type: Transform pos: -21.5,42.5 - parent: 1 - - uid: 7582 + parent: 2 + - uid: 2219 components: - type: Transform pos: -22.5,38.5 - parent: 1 - - uid: 7583 + parent: 2 + - uid: 2220 components: - type: Transform pos: -22.5,37.5 - parent: 1 - - uid: 7744 + parent: 2 + - uid: 2221 components: - type: Transform pos: -53.5,85.5 - parent: 1 - - uid: 7745 + parent: 2 + - uid: 2222 components: - type: Transform pos: -52.5,85.5 - parent: 1 - - uid: 7746 + parent: 2 + - uid: 2223 components: - type: Transform pos: -51.5,85.5 - parent: 1 - - uid: 7747 + parent: 2 + - uid: 2224 components: - type: Transform pos: -51.5,86.5 - parent: 1 - - uid: 7748 + parent: 2 + - uid: 2225 components: - type: Transform pos: -51.5,87.5 - parent: 1 - - uid: 7749 + parent: 2 + - uid: 2226 components: - type: Transform pos: -51.5,88.5 - parent: 1 - - uid: 7750 + parent: 2 + - uid: 2227 components: - type: Transform pos: -51.5,89.5 - parent: 1 - - uid: 7751 + parent: 2 + - uid: 2228 components: - type: Transform pos: -51.5,84.5 - parent: 1 - - uid: 7752 + parent: 2 + - uid: 2229 components: - type: Transform pos: -51.5,83.5 - parent: 1 - - uid: 7753 + parent: 2 + - uid: 2230 components: - type: Transform pos: -51.5,82.5 - parent: 1 - - uid: 7754 + parent: 2 + - uid: 2231 components: - type: Transform pos: -52.5,82.5 - parent: 1 - - uid: 7755 + parent: 2 + - uid: 2232 components: - type: Transform pos: -50.5,81.5 - parent: 1 - - uid: 7756 + parent: 2 + - uid: 2233 components: - type: Transform pos: -50.5,82.5 - parent: 1 - - uid: 7757 + parent: 2 + - uid: 2234 components: - type: Transform pos: -52.5,79.5 - parent: 1 - - uid: 7758 + parent: 2 + - uid: 2235 components: - type: Transform pos: -52.5,78.5 - parent: 1 - - uid: 7759 + parent: 2 + - uid: 2236 components: - type: Transform pos: -52.5,80.5 - parent: 1 - - uid: 7760 + parent: 2 + - uid: 2237 components: - type: Transform pos: -52.5,81.5 - parent: 1 - - uid: 7761 + parent: 2 + - uid: 2238 components: - type: Transform pos: -50.5,80.5 - parent: 1 - - uid: 7762 + parent: 2 + - uid: 2239 components: - type: Transform pos: -50.5,79.5 - parent: 1 - - uid: 7763 + parent: 2 + - uid: 2240 components: - type: Transform pos: -50.5,78.5 - parent: 1 - - uid: 7764 + parent: 2 + - uid: 2241 components: - type: Transform pos: -53.5,79.5 - parent: 1 - - uid: 7765 + parent: 2 + - uid: 2242 components: - type: Transform pos: -52.5,89.5 - parent: 1 - - uid: 7766 + parent: 2 + - uid: 2243 components: - type: Transform pos: -53.5,89.5 - parent: 1 - - uid: 7767 + parent: 2 + - uid: 2244 components: - type: Transform pos: -54.5,89.5 - parent: 1 - - uid: 7768 + parent: 2 + - uid: 2245 components: - type: Transform pos: -55.5,89.5 - parent: 1 - - uid: 7769 + parent: 2 + - uid: 2246 components: - type: Transform pos: -56.5,89.5 - parent: 1 - - uid: 7770 + parent: 2 + - uid: 2247 components: - type: Transform pos: -57.5,89.5 - parent: 1 - - uid: 7771 + parent: 2 + - uid: 2248 components: - type: Transform pos: -58.5,89.5 - parent: 1 - - uid: 7772 + parent: 2 + - uid: 2249 components: - type: Transform pos: -59.5,89.5 - parent: 1 - - uid: 7773 + parent: 2 + - uid: 2250 components: - type: Transform pos: -52.5,83.5 - parent: 1 - - uid: 7774 + parent: 2 + - uid: 2251 components: - type: Transform pos: -59.5,84.5 - parent: 1 - - uid: 7775 + parent: 2 + - uid: 2252 components: - type: Transform pos: -53.5,83.5 - parent: 1 - - uid: 7776 + parent: 2 + - uid: 2253 components: - type: Transform pos: -59.5,87.5 - parent: 1 - - uid: 7777 + parent: 2 + - uid: 2254 components: - type: Transform pos: -54.5,83.5 - parent: 1 - - uid: 7778 + parent: 2 + - uid: 2255 components: - type: Transform pos: -59.5,85.5 - parent: 1 - - uid: 7779 + parent: 2 + - uid: 2256 components: - type: Transform pos: -55.5,83.5 - parent: 1 - - uid: 7780 + parent: 2 + - uid: 2257 components: - type: Transform pos: -59.5,86.5 - parent: 1 - - uid: 7781 + parent: 2 + - uid: 2258 components: - type: Transform pos: -56.5,83.5 - parent: 1 - - uid: 7782 + parent: 2 + - uid: 2259 components: - type: Transform pos: -59.5,88.5 - parent: 1 - - uid: 7783 + parent: 2 + - uid: 2260 components: - type: Transform pos: -57.5,83.5 - parent: 1 - - uid: 7784 + parent: 2 + - uid: 2261 components: - type: Transform pos: -62.5,84.5 - parent: 1 - - uid: 7785 + parent: 2 + - uid: 2262 components: - type: Transform pos: -58.5,83.5 - parent: 1 - - uid: 7786 + parent: 2 + - uid: 2263 components: - type: Transform pos: -63.5,84.5 - parent: 1 - - uid: 7787 + parent: 2 + - uid: 2264 components: - type: Transform pos: -59.5,83.5 - parent: 1 - - uid: 7788 + parent: 2 + - uid: 2265 components: - type: Transform pos: -60.5,84.5 - parent: 1 - - uid: 7789 + parent: 2 + - uid: 2266 components: - type: Transform pos: -61.5,84.5 - parent: 1 - - uid: 7790 + parent: 2 + - uid: 2267 components: - type: Transform pos: -63.5,83.5 - parent: 1 - - uid: 7791 + parent: 2 + - uid: 2268 components: - type: Transform pos: -63.5,85.5 - parent: 1 - - uid: 7792 + parent: 2 + - uid: 2269 components: - type: Transform pos: -59.5,82.5 - parent: 1 - - uid: 7793 + parent: 2 + - uid: 2270 components: - type: Transform pos: -60.5,82.5 - parent: 1 - - uid: 7794 + parent: 2 + - uid: 2271 components: - type: Transform pos: -61.5,82.5 - parent: 1 - - uid: 7795 + parent: 2 + - uid: 2272 components: - type: Transform pos: -58.5,82.5 - parent: 1 - - uid: 7796 + parent: 2 + - uid: 2273 components: - type: Transform pos: -60.5,90.5 - parent: 1 - - uid: 7797 + parent: 2 + - uid: 2274 components: - type: Transform pos: -59.5,90.5 - parent: 1 - - uid: 7798 + parent: 2 + - uid: 2275 components: - type: Transform pos: -58.5,90.5 - parent: 1 - - uid: 7799 + parent: 2 + - uid: 2276 components: - type: Transform pos: -51.5,90.5 - parent: 1 - - uid: 7800 + parent: 2 + - uid: 2277 components: - type: Transform pos: -51.5,91.5 - parent: 1 - - uid: 7801 + parent: 2 + - uid: 2278 components: - type: Transform pos: -50.5,88.5 - parent: 1 - - uid: 7802 + parent: 2 + - uid: 2279 components: - type: Transform pos: -49.5,88.5 - parent: 1 - - uid: 7803 + parent: 2 + - uid: 2280 components: - type: Transform pos: -49.5,87.5 - parent: 1 - - uid: 7804 + parent: 2 + - uid: 2281 components: - type: Transform pos: -49.5,86.5 - parent: 1 - - uid: 7805 + parent: 2 + - uid: 2282 components: - type: Transform pos: -49.5,85.5 - parent: 1 - - uid: 7806 + parent: 2 + - uid: 2283 components: - type: Transform pos: -49.5,84.5 - parent: 1 - - uid: 7807 + parent: 2 + - uid: 2284 components: - type: Transform pos: -49.5,83.5 - parent: 1 - - uid: 7920 + parent: 2 + - uid: 2285 + components: + - type: Transform + pos: -51.5,-12.5 + parent: 2 + - uid: 2286 components: - type: Transform pos: -42.5,55.5 - parent: 1 - - uid: 7921 + parent: 2 + - uid: 2287 components: - type: Transform pos: -86.5,36.5 - parent: 1 - - uid: 7930 + parent: 2 + - uid: 2288 components: - type: Transform pos: -86.5,37.5 - parent: 1 - - uid: 7933 + parent: 2 + - uid: 2289 components: - type: Transform pos: -86.5,38.5 - parent: 1 - - uid: 7971 + parent: 2 + - uid: 2290 components: - type: Transform pos: -6.5,53.5 - parent: 1 - - uid: 7999 + parent: 2 + - uid: 2291 components: - type: Transform pos: -19.5,48.5 - parent: 1 - - uid: 8000 + parent: 2 + - uid: 2292 components: - type: Transform pos: -22.5,45.5 - parent: 1 - - uid: 8009 + parent: 2 + - uid: 2293 components: - type: Transform pos: -19.5,47.5 - parent: 1 - - uid: 8022 - components: - - type: Transform - pos: -105.5,29.5 - parent: 1 - - uid: 8119 + parent: 2 + - uid: 2295 components: - type: Transform pos: -4.5,53.5 - parent: 1 - - uid: 8204 + parent: 2 + - uid: 2296 components: - type: Transform pos: 8.5,-14.5 - parent: 1 - - uid: 8205 + parent: 2 + - uid: 2297 components: - type: Transform pos: -19.5,-3.5 - parent: 1 - - uid: 8325 + parent: 2 + - uid: 2298 components: - type: Transform pos: -81.5,32.5 - parent: 1 - - uid: 8347 + parent: 2 + - uid: 2299 components: - type: Transform pos: -56.5,52.5 - parent: 1 - - uid: 8348 + parent: 2 + - uid: 2300 components: - type: Transform pos: -56.5,51.5 - parent: 1 - - uid: 8349 + parent: 2 + - uid: 2301 components: - type: Transform pos: -56.5,53.5 - parent: 1 - - uid: 8356 + parent: 2 + - uid: 2302 components: - type: Transform pos: -4.5,53.5 - parent: 1 - - uid: 8371 + parent: 2 + - uid: 2303 components: - type: Transform pos: 15.5,52.5 - parent: 1 - - uid: 8378 + parent: 2 + - uid: 2304 components: - type: Transform pos: -58.5,56.5 - parent: 1 - - uid: 8379 + parent: 2 + - uid: 2305 components: - type: Transform pos: -57.5,56.5 - parent: 1 - - uid: 8380 + parent: 2 + - uid: 2306 components: - type: Transform pos: -56.5,56.5 - parent: 1 - - uid: 8381 + parent: 2 + - uid: 2307 components: - type: Transform pos: -55.5,56.5 - parent: 1 - - uid: 8382 + parent: 2 + - uid: 2308 components: - type: Transform pos: -54.5,56.5 - parent: 1 - - uid: 8383 + parent: 2 + - uid: 2309 components: - type: Transform pos: -54.5,55.5 - parent: 1 - - uid: 8384 + parent: 2 + - uid: 2310 components: - type: Transform pos: -54.5,54.5 - parent: 1 - - uid: 8385 + parent: 2 + - uid: 2311 components: - type: Transform pos: -50.5,49.5 - parent: 1 - - uid: 8386 + parent: 2 + - uid: 2312 components: - type: Transform pos: -50.5,48.5 - parent: 1 - - uid: 8387 + parent: 2 + - uid: 2313 components: - type: Transform pos: -51.5,48.5 - parent: 1 - - uid: 8388 + parent: 2 + - uid: 2314 components: - type: Transform pos: -53.5,52.5 - parent: 1 - - uid: 8389 + parent: 2 + - uid: 2315 components: - type: Transform pos: -53.5,53.5 - parent: 1 - - uid: 8390 + parent: 2 + - uid: 2316 components: - type: Transform pos: -55.5,54.5 - parent: 1 - - uid: 8391 + parent: 2 + - uid: 2317 components: - type: Transform pos: -56.5,54.5 - parent: 1 - - uid: 8392 + parent: 2 + - uid: 2318 components: - type: Transform pos: -57.5,54.5 - parent: 1 - - uid: 8393 + parent: 2 + - uid: 2319 components: - type: Transform pos: -58.5,54.5 - parent: 1 - - uid: 8394 + parent: 2 + - uid: 2320 components: - type: Transform pos: -59.5,54.5 - parent: 1 - - uid: 8395 + parent: 2 + - uid: 2321 components: - type: Transform pos: -60.5,54.5 - parent: 1 - - uid: 8396 + parent: 2 + - uid: 2322 components: - type: Transform pos: -61.5,54.5 - parent: 1 - - uid: 8397 + parent: 2 + - uid: 2323 components: - type: Transform pos: -62.5,54.5 - parent: 1 - - uid: 8398 + parent: 2 + - uid: 2324 components: - type: Transform pos: -63.5,54.5 - parent: 1 - - uid: 8399 + parent: 2 + - uid: 2325 components: - type: Transform pos: -64.5,54.5 - parent: 1 - - uid: 8400 + parent: 2 + - uid: 2326 components: - type: Transform pos: -61.5,53.5 - parent: 1 - - uid: 8401 + parent: 2 + - uid: 2327 components: - type: Transform pos: -61.5,52.5 - parent: 1 - - uid: 8402 + parent: 2 + - uid: 2328 components: - type: Transform pos: -61.5,51.5 - parent: 1 - - uid: 8403 + parent: 2 + - uid: 2329 components: - type: Transform pos: -61.5,50.5 - parent: 1 - - uid: 8404 + parent: 2 + - uid: 2330 components: - type: Transform pos: -53.5,54.5 - parent: 1 - - uid: 8405 + parent: 2 + - uid: 2331 components: - type: Transform pos: -52.5,54.5 - parent: 1 - - uid: 8406 + parent: 2 + - uid: 2332 components: - type: Transform pos: -51.5,54.5 - parent: 1 - - uid: 8407 + parent: 2 + - uid: 2333 components: - type: Transform pos: -50.5,54.5 - parent: 1 - - uid: 8408 + parent: 2 + - uid: 2334 components: - type: Transform pos: -49.5,54.5 - parent: 1 - - uid: 8409 + parent: 2 + - uid: 2335 components: - type: Transform pos: -48.5,54.5 - parent: 1 - - uid: 8410 + parent: 2 + - uid: 2336 components: - type: Transform pos: -47.5,54.5 - parent: 1 - - uid: 8411 + parent: 2 + - uid: 2337 components: - type: Transform pos: -47.5,53.5 - parent: 1 - - uid: 8412 + parent: 2 + - uid: 2338 components: - type: Transform pos: -47.5,52.5 - parent: 1 - - uid: 8413 + parent: 2 + - uid: 2339 components: - type: Transform pos: -47.5,51.5 - parent: 1 - - uid: 8414 + parent: 2 + - uid: 2340 components: - type: Transform pos: -47.5,50.5 - parent: 1 - - uid: 8415 + parent: 2 + - uid: 2341 components: - type: Transform pos: -50.5,50.5 - parent: 1 - - uid: 8416 + parent: 2 + - uid: 2342 components: - type: Transform pos: -50.5,51.5 - parent: 1 - - uid: 8417 + parent: 2 + - uid: 2343 components: - type: Transform pos: -50.5,52.5 - parent: 1 - - uid: 8418 + parent: 2 + - uid: 2344 components: - type: Transform pos: -50.5,53.5 - parent: 1 - - uid: 8419 + parent: 2 + - uid: 2345 components: - type: Transform pos: -53.5,51.5 - parent: 1 - - uid: 8420 + parent: 2 + - uid: 2346 components: - type: Transform pos: -53.5,50.5 - parent: 1 - - uid: 8421 + parent: 2 + - uid: 2347 components: - type: Transform pos: -53.5,49.5 - parent: 1 - - uid: 8422 + parent: 2 + - uid: 2348 components: - type: Transform pos: -54.5,48.5 - parent: 1 - - uid: 8424 + parent: 2 + - uid: 2349 components: - type: Transform pos: -57.5,48.5 - parent: 1 - - uid: 8425 + parent: 2 + - uid: 2350 components: - type: Transform pos: -56.5,48.5 - parent: 1 - - uid: 8426 + parent: 2 + - uid: 2351 components: - type: Transform pos: -48.5,43.5 - parent: 1 - - uid: 8427 + parent: 2 + - uid: 2352 components: - type: Transform pos: -47.5,43.5 - parent: 1 - - uid: 8428 + parent: 2 + - uid: 2353 components: - type: Transform pos: -47.5,42.5 - parent: 1 - - uid: 8429 + parent: 2 + - uid: 2354 components: - type: Transform pos: -47.5,49.5 - parent: 1 - - uid: 8430 + parent: 2 + - uid: 2355 components: - type: Transform pos: -56.5,50.5 - parent: 1 - - uid: 8431 + parent: 2 + - uid: 2356 components: - type: Transform pos: -56.5,49.5 - parent: 1 - - uid: 8432 + parent: 2 + - uid: 2357 components: - type: Transform pos: -53.5,56.5 - parent: 1 - - uid: 8433 + parent: 2 + - uid: 2358 components: - type: Transform pos: -52.5,56.5 - parent: 1 - - uid: 8434 + parent: 2 + - uid: 2359 components: - type: Transform pos: -51.5,56.5 - parent: 1 - - uid: 8435 + parent: 2 + - uid: 2360 components: - type: Transform pos: -51.5,57.5 - parent: 1 - - uid: 8436 + parent: 2 + - uid: 2361 components: - type: Transform pos: -51.5,58.5 - parent: 1 - - uid: 8437 + parent: 2 + - uid: 2362 components: - type: Transform pos: -58.5,57.5 - parent: 1 - - uid: 8438 + parent: 2 + - uid: 2363 components: - type: Transform pos: -59.5,57.5 - parent: 1 - - uid: 8439 + parent: 2 + - uid: 2364 components: - type: Transform pos: -60.5,57.5 - parent: 1 - - uid: 8442 + parent: 2 + - uid: 2365 components: - type: Transform pos: -51.5,63.5 - parent: 1 - - uid: 8443 + parent: 2 + - uid: 2366 components: - type: Transform pos: -51.5,62.5 - parent: 1 - - uid: 8444 + parent: 2 + - uid: 2367 components: - type: Transform pos: -51.5,61.5 - parent: 1 - - uid: 8445 + parent: 2 + - uid: 2368 components: - type: Transform pos: -52.5,61.5 - parent: 1 - - uid: 8446 + parent: 2 + - uid: 2369 components: - type: Transform pos: -53.5,61.5 - parent: 1 - - uid: 8447 + parent: 2 + - uid: 2370 components: - type: Transform pos: -54.5,61.5 - parent: 1 - - uid: 8448 + parent: 2 + - uid: 2371 components: - type: Transform pos: -55.5,61.5 - parent: 1 - - uid: 8449 + parent: 2 + - uid: 2372 components: - type: Transform pos: -56.5,61.5 - parent: 1 - - uid: 8450 + parent: 2 + - uid: 2373 components: - type: Transform pos: -57.5,61.5 - parent: 1 - - uid: 8451 + parent: 2 + - uid: 2374 components: - type: Transform pos: -58.5,61.5 - parent: 1 - - uid: 8452 + parent: 2 + - uid: 2375 components: - type: Transform pos: -59.5,61.5 - parent: 1 - - uid: 8453 + parent: 2 + - uid: 2376 components: - type: Transform pos: -60.5,61.5 - parent: 1 - - uid: 8455 + parent: 2 + - uid: 2377 components: - type: Transform pos: -61.5,60.5 - parent: 1 - - uid: 8456 + parent: 2 + - uid: 2378 components: - type: Transform pos: -62.5,60.5 - parent: 1 - - uid: 8457 + parent: 2 + - uid: 2379 components: - type: Transform pos: -63.5,60.5 - parent: 1 - - uid: 8462 + parent: 2 + - uid: 2380 components: - type: Transform pos: -48.5,61.5 - parent: 1 - - uid: 8463 + parent: 2 + - uid: 2381 components: - type: Transform pos: -47.5,61.5 - parent: 1 - - uid: 8464 + parent: 2 + - uid: 2382 components: - type: Transform pos: -47.5,60.5 - parent: 1 - - uid: 8465 + parent: 2 + - uid: 2383 components: - type: Transform pos: -47.5,59.5 - parent: 1 - - uid: 8466 + parent: 2 + - uid: 2384 components: - type: Transform pos: -47.5,58.5 - parent: 1 - - uid: 8467 + parent: 2 + - uid: 2385 components: - type: Transform pos: -47.5,57.5 - parent: 1 - - uid: 8468 + parent: 2 + - uid: 2386 components: - type: Transform pos: -51.5,64.5 - parent: 1 - - uid: 8469 + parent: 2 + - uid: 2387 components: - type: Transform pos: -51.5,65.5 - parent: 1 - - uid: 8470 + parent: 2 + - uid: 2388 components: - type: Transform pos: -50.5,65.5 - parent: 1 - - uid: 8472 + parent: 2 + - uid: 2389 components: - type: Transform pos: -48.5,65.5 - parent: 1 - - uid: 8473 + parent: 2 + - uid: 2390 components: - type: Transform pos: -47.5,65.5 - parent: 1 - - uid: 8475 + parent: 2 + - uid: 2391 components: - type: Transform pos: -46.5,65.5 - parent: 1 - - uid: 8476 + parent: 2 + - uid: 2392 components: - type: Transform pos: -45.5,65.5 - parent: 1 - - uid: 8477 + parent: 2 + - uid: 2393 components: - type: Transform pos: -44.5,65.5 - parent: 1 - - uid: 8478 + parent: 2 + - uid: 2394 components: - type: Transform pos: -43.5,65.5 - parent: 1 - - uid: 8479 + parent: 2 + - uid: 2395 components: - type: Transform pos: -42.5,65.5 - parent: 1 - - uid: 8480 + parent: 2 + - uid: 2396 components: - type: Transform pos: -42.5,64.5 - parent: 1 - - uid: 8481 + parent: 2 + - uid: 2397 components: - type: Transform pos: -42.5,63.5 - parent: 1 - - uid: 8482 + parent: 2 + - uid: 2398 components: - type: Transform pos: -42.5,62.5 - parent: 1 - - uid: 8483 + parent: 2 + - uid: 2399 components: - type: Transform pos: -52.5,65.5 - parent: 1 - - uid: 8484 + parent: 2 + - uid: 2400 components: - type: Transform pos: -52.5,66.5 - parent: 1 - - uid: 8485 + parent: 2 + - uid: 2401 components: - type: Transform pos: -52.5,67.5 - parent: 1 - - uid: 8486 + parent: 2 + - uid: 2402 components: - type: Transform pos: -52.5,68.5 - parent: 1 - - uid: 8487 + parent: 2 + - uid: 2403 components: - type: Transform pos: -52.5,69.5 - parent: 1 - - uid: 8488 + parent: 2 + - uid: 2404 components: - type: Transform pos: -50.5,66.5 - parent: 1 - - uid: 8489 + parent: 2 + - uid: 2405 components: - type: Transform pos: -50.5,67.5 - parent: 1 - - uid: 8490 + parent: 2 + - uid: 2406 components: - type: Transform pos: -50.5,68.5 - parent: 1 - - uid: 8491 + parent: 2 + - uid: 2407 components: - type: Transform pos: -50.5,69.5 - parent: 1 - - uid: 8492 + parent: 2 + - uid: 2408 components: - type: Transform pos: -49.5,68.5 - parent: 1 - - uid: 8493 + parent: 2 + - uid: 2409 components: - type: Transform pos: -48.5,68.5 - parent: 1 - - uid: 8494 + parent: 2 + - uid: 2410 components: - type: Transform pos: -47.5,68.5 - parent: 1 - - uid: 8495 + parent: 2 + - uid: 2411 components: - type: Transform pos: -55.5,62.5 - parent: 1 - - uid: 8496 + parent: 2 + - uid: 2412 components: - type: Transform pos: -55.5,63.5 - parent: 1 - - uid: 8497 + parent: 2 + - uid: 2413 components: - type: Transform pos: -55.5,64.5 - parent: 1 - - uid: 8498 + parent: 2 + - uid: 2414 components: - type: Transform pos: -59.5,62.5 - parent: 1 - - uid: 8499 + parent: 2 + - uid: 2415 components: - type: Transform pos: -59.5,63.5 - parent: 1 - - uid: 8500 + parent: 2 + - uid: 2416 components: - type: Transform pos: -59.5,64.5 - parent: 1 - - uid: 8501 + parent: 2 + - uid: 2417 components: - type: Transform pos: -59.5,65.5 - parent: 1 - - uid: 8502 + parent: 2 + - uid: 2418 components: - type: Transform pos: -58.5,66.5 - parent: 1 - - uid: 8503 + parent: 2 + - uid: 2419 components: - type: Transform pos: -59.5,66.5 - parent: 1 - - uid: 8519 + parent: 2 + - uid: 2420 components: - type: Transform pos: -60.5,66.5 - parent: 1 - - uid: 8521 + parent: 2 + - uid: 2421 components: - type: Transform pos: -58.5,62.5 - parent: 1 - - uid: 8522 + parent: 2 + - uid: 2422 components: - type: Transform pos: -56.5,62.5 - parent: 1 - - uid: 8523 + parent: 2 + - uid: 2423 components: - type: Transform pos: -54.5,62.5 - parent: 1 - - uid: 8524 + parent: 2 + - uid: 2424 components: - type: Transform pos: -53.5,63.5 - parent: 1 - - uid: 8525 + parent: 2 + - uid: 2425 components: - type: Transform pos: -55.5,65.5 - parent: 1 - - uid: 8526 + parent: 2 + - uid: 2426 components: - type: Transform pos: -53.5,64.5 - parent: 1 - - uid: 8527 + parent: 2 + - uid: 2427 components: - type: Transform pos: -53.5,65.5 - parent: 1 - - uid: 8528 + parent: 2 + - uid: 2428 components: - type: Transform pos: -54.5,67.5 - parent: 1 - - uid: 8529 + parent: 2 + - uid: 2429 components: - type: Transform pos: -55.5,66.5 - parent: 1 - - uid: 8531 + parent: 2 + - uid: 2430 components: - type: Transform pos: -48.5,63.5 - parent: 1 - - uid: 8532 + parent: 2 + - uid: 2431 components: - type: Transform pos: -47.5,63.5 - parent: 1 - - uid: 8533 + parent: 2 + - uid: 2432 components: - type: Transform pos: -46.5,63.5 - parent: 1 - - uid: 8534 + parent: 2 + - uid: 2433 components: - type: Transform pos: -55.5,57.5 - parent: 1 - - uid: 8535 + parent: 2 + - uid: 2434 components: - type: Transform pos: -55.5,58.5 - parent: 1 - - uid: 8536 + parent: 2 + - uid: 2435 components: - type: Transform pos: -55.5,59.5 - parent: 1 - - uid: 8537 + parent: 2 + - uid: 2436 components: - type: Transform pos: -56.5,59.5 - parent: 1 - - uid: 8538 + parent: 2 + - uid: 2437 components: - type: Transform pos: -54.5,59.5 - parent: 1 - - uid: 8539 + parent: 2 + - uid: 2438 components: - type: Transform pos: -47.5,56.5 - parent: 1 - - uid: 8540 + parent: 2 + - uid: 2439 components: - type: Transform pos: -48.5,56.5 - parent: 1 - - uid: 8541 + parent: 2 + - uid: 2440 components: - type: Transform pos: -46.5,56.5 - parent: 1 - - uid: 8577 + parent: 2 + - uid: 2441 components: - type: Transform pos: -84.5,35.5 - parent: 1 - - uid: 8616 + parent: 2 + - uid: 2442 components: - type: Transform pos: -83.5,35.5 - parent: 1 - - uid: 8617 + parent: 2 + - uid: 2443 components: - type: Transform pos: -82.5,35.5 - parent: 1 - - uid: 8959 + parent: 2 + - uid: 2444 components: - type: Transform pos: -6.5,20.5 - parent: 1 - - uid: 9020 + parent: 2 + - uid: 2445 components: - type: Transform pos: 19.5,39.5 - parent: 1 - - uid: 9022 + parent: 2 + - uid: 2446 components: - type: Transform pos: -6.5,19.5 - parent: 1 - - uid: 9104 + parent: 2 + - uid: 2447 components: - type: Transform - pos: -91.5,19.5 - parent: 1 - - uid: 9140 + pos: -105.5,20.5 + parent: 2 + - uid: 2448 components: - type: Transform pos: -25.5,40.5 - parent: 1 - - uid: 9176 - components: - - type: Transform - pos: -105.5,30.5 - parent: 1 - - uid: 9177 - components: - - type: Transform - pos: -105.5,31.5 - parent: 1 - - uid: 9178 - components: - - type: Transform - pos: -92.5,19.5 - parent: 1 - - uid: 9183 - components: - - type: Transform - pos: -93.5,19.5 - parent: 1 - - uid: 9194 + parent: 2 + - uid: 2453 components: - type: Transform pos: -85.5,40.5 - parent: 1 - - uid: 9235 - components: - - type: Transform - pos: -90.5,19.5 - parent: 1 - - uid: 9236 + parent: 2 + - uid: 2454 components: - type: Transform - pos: -88.5,30.5 - parent: 1 - - uid: 9238 + pos: -91.5,17.5 + parent: 2 + - uid: 2455 components: - type: Transform - pos: -93.5,17.5 - parent: 1 - - uid: 9239 + pos: -105.5,30.5 + parent: 2 + - uid: 2456 components: - type: Transform - pos: -94.5,17.5 - parent: 1 - - uid: 9240 + pos: -104.5,33.5 + parent: 2 + - uid: 2458 components: - type: Transform - pos: -93.5,18.5 - parent: 1 - - uid: 9263 + pos: -89.5,18.5 + parent: 2 + - uid: 2459 components: - type: Transform pos: -79.5,35.5 - parent: 1 - - uid: 9264 + parent: 2 + - uid: 2460 components: - type: Transform pos: -79.5,36.5 - parent: 1 - - uid: 9265 + parent: 2 + - uid: 2461 components: - type: Transform pos: -77.5,34.5 - parent: 1 - - uid: 9268 + parent: 2 + - uid: 2462 components: - type: Transform pos: -76.5,34.5 - parent: 1 - - uid: 9271 + parent: 2 + - uid: 2463 components: - type: Transform pos: -77.5,32.5 - parent: 1 - - uid: 9290 + parent: 2 + - uid: 2464 components: - type: Transform pos: -4.5,53.5 - parent: 1 - - uid: 9300 + parent: 2 + - uid: 2465 components: - type: Transform pos: -76.5,32.5 - parent: 1 - - uid: 9314 + parent: 2 + - uid: 2466 components: - type: Transform pos: -76.5,31.5 - parent: 1 - - uid: 9316 + parent: 2 + - uid: 2467 components: - type: Transform pos: -76.5,30.5 - parent: 1 - - uid: 9346 + parent: 2 + - uid: 2468 components: - type: Transform pos: -57.5,45.5 - parent: 1 - - uid: 9347 + parent: 2 + - uid: 2469 components: - type: Transform pos: -57.5,44.5 - parent: 1 - - uid: 9348 + parent: 2 + - uid: 2470 components: - type: Transform pos: -57.5,43.5 - parent: 1 - - uid: 9349 + parent: 2 + - uid: 2471 components: - type: Transform pos: -57.5,42.5 - parent: 1 - - uid: 9350 + parent: 2 + - uid: 2472 components: - type: Transform pos: -57.5,41.5 - parent: 1 - - uid: 9351 + parent: 2 + - uid: 2473 components: - type: Transform pos: -57.5,40.5 - parent: 1 - - uid: 9352 + parent: 2 + - uid: 2474 components: - type: Transform pos: -57.5,39.5 - parent: 1 - - uid: 9353 + parent: 2 + - uid: 2475 components: - type: Transform pos: -57.5,38.5 - parent: 1 - - uid: 9354 + parent: 2 + - uid: 2476 components: - type: Transform pos: -57.5,37.5 - parent: 1 - - uid: 9355 + parent: 2 + - uid: 2477 components: - type: Transform pos: -57.5,36.5 - parent: 1 - - uid: 9356 + parent: 2 + - uid: 2478 components: - type: Transform pos: -57.5,35.5 - parent: 1 - - uid: 9359 + parent: 2 + - uid: 2479 components: - type: Transform pos: -54.5,39.5 - parent: 1 - - uid: 9361 + parent: 2 + - uid: 2480 components: - type: Transform pos: -54.5,41.5 - parent: 1 - - uid: 9364 + parent: 2 + - uid: 2481 components: - type: Transform pos: -53.5,43.5 - parent: 1 - - uid: 9365 + parent: 2 + - uid: 2482 components: - type: Transform pos: -52.5,43.5 - parent: 1 - - uid: 9366 + parent: 2 + - uid: 2483 components: - type: Transform pos: -51.5,43.5 - parent: 1 - - uid: 9367 + parent: 2 + - uid: 2484 components: - type: Transform pos: -50.5,43.5 - parent: 1 - - uid: 9368 + parent: 2 + - uid: 2485 components: - type: Transform pos: -49.5,43.5 - parent: 1 - - uid: 9370 + parent: 2 + - uid: 2486 components: - type: Transform pos: -52.5,41.5 - parent: 1 - - uid: 9371 + parent: 2 + - uid: 2487 components: - type: Transform pos: -52.5,40.5 - parent: 1 - - uid: 9372 + parent: 2 + - uid: 2488 components: - type: Transform pos: -52.5,39.5 - parent: 1 - - uid: 9373 + parent: 2 + - uid: 2489 components: - type: Transform pos: -52.5,38.5 - parent: 1 - - uid: 9374 + parent: 2 + - uid: 2490 components: - type: Transform pos: -52.5,37.5 - parent: 1 - - uid: 9375 + parent: 2 + - uid: 2491 components: - type: Transform pos: -52.5,36.5 - parent: 1 - - uid: 9376 + parent: 2 + - uid: 2492 components: - type: Transform pos: -52.5,35.5 - parent: 1 - - uid: 9404 + parent: 2 + - uid: 2493 components: - type: Transform pos: -22.5,48.5 - parent: 1 - - uid: 9418 + parent: 2 + - uid: 2494 components: - type: Transform pos: -31.5,48.5 - parent: 1 - - uid: 9419 + parent: 2 + - uid: 2495 components: - type: Transform pos: -31.5,47.5 - parent: 1 - - uid: 9420 + parent: 2 + - uid: 2496 components: - type: Transform pos: -31.5,46.5 - parent: 1 - - uid: 9421 + parent: 2 + - uid: 2497 components: - type: Transform pos: -31.5,45.5 - parent: 1 - - uid: 9422 + parent: 2 + - uid: 2498 components: - type: Transform pos: -31.5,44.5 - parent: 1 - - uid: 9423 + parent: 2 + - uid: 2499 components: - type: Transform pos: -31.5,43.5 - parent: 1 - - uid: 9424 + parent: 2 + - uid: 2500 components: - type: Transform pos: -30.5,46.5 - parent: 1 - - uid: 9425 + parent: 2 + - uid: 2501 components: - type: Transform pos: -29.5,46.5 - parent: 1 - - uid: 9426 + parent: 2 + - uid: 2502 components: - type: Transform pos: -28.5,46.5 - parent: 1 - - uid: 9427 + parent: 2 + - uid: 2503 components: - type: Transform pos: -27.5,46.5 - parent: 1 - - uid: 9428 + parent: 2 + - uid: 2504 components: - type: Transform pos: -32.5,43.5 - parent: 1 - - uid: 9429 + parent: 2 + - uid: 2505 components: - type: Transform pos: -33.5,43.5 - parent: 1 - - uid: 9430 + parent: 2 + - uid: 2506 components: - type: Transform pos: -34.5,43.5 - parent: 1 - - uid: 9431 + parent: 2 + - uid: 2507 components: - type: Transform pos: -35.5,43.5 - parent: 1 - - uid: 9432 + parent: 2 + - uid: 2508 components: - type: Transform pos: -36.5,43.5 - parent: 1 - - uid: 9433 + parent: 2 + - uid: 2509 components: - type: Transform pos: -37.5,43.5 - parent: 1 - - uid: 9434 + parent: 2 + - uid: 2510 components: - type: Transform pos: -38.5,43.5 - parent: 1 - - uid: 9435 + parent: 2 + - uid: 2511 components: - type: Transform pos: -39.5,43.5 - parent: 1 - - uid: 9436 + parent: 2 + - uid: 2512 components: - type: Transform pos: -40.5,43.5 - parent: 1 - - uid: 9437 + parent: 2 + - uid: 2513 components: - type: Transform pos: -41.5,43.5 - parent: 1 - - uid: 9438 + parent: 2 + - uid: 2514 components: - type: Transform pos: -42.5,43.5 - parent: 1 - - uid: 9439 + parent: 2 + - uid: 2515 components: - type: Transform pos: -43.5,43.5 - parent: 1 - - uid: 9440 + parent: 2 + - uid: 2516 components: - type: Transform pos: -44.5,43.5 - parent: 1 - - uid: 9441 + parent: 2 + - uid: 2517 components: - type: Transform pos: -40.5,42.5 - parent: 1 - - uid: 9442 + parent: 2 + - uid: 2518 components: - type: Transform pos: -40.5,41.5 - parent: 1 - - uid: 9443 + parent: 2 + - uid: 2519 components: - type: Transform pos: -36.5,42.5 - parent: 1 - - uid: 9444 + parent: 2 + - uid: 2520 components: - type: Transform pos: -36.5,44.5 - parent: 1 - - uid: 9445 + parent: 2 + - uid: 2521 components: - type: Transform pos: -36.5,45.5 - parent: 1 - - uid: 9446 + parent: 2 + - uid: 2522 components: - type: Transform pos: -36.5,46.5 - parent: 1 - - uid: 9447 + parent: 2 + - uid: 2523 components: - type: Transform pos: -33.5,44.5 - parent: 1 - - uid: 9448 + parent: 2 + - uid: 2524 components: - type: Transform pos: -33.5,45.5 - parent: 1 - - uid: 9449 + parent: 2 + - uid: 2525 components: - type: Transform pos: -33.5,46.5 - parent: 1 - - uid: 9450 + parent: 2 + - uid: 2526 components: - type: Transform pos: -44.5,44.5 - parent: 1 - - uid: 9451 + parent: 2 + - uid: 2527 components: - type: Transform pos: -44.5,45.5 - parent: 1 - - uid: 9452 + parent: 2 + - uid: 2528 components: - type: Transform pos: -44.5,46.5 - parent: 1 - - uid: 9453 + parent: 2 + - uid: 2529 components: - type: Transform pos: -40.5,44.5 - parent: 1 - - uid: 9454 + parent: 2 + - uid: 2530 components: - type: Transform pos: -40.5,45.5 - parent: 1 - - uid: 9455 + parent: 2 + - uid: 2531 components: - type: Transform pos: -40.5,46.5 - parent: 1 - - uid: 9456 + parent: 2 + - uid: 2532 components: - type: Transform pos: -40.5,47.5 - parent: 1 - - uid: 9457 + parent: 2 + - uid: 2533 components: - type: Transform pos: -40.5,48.5 - parent: 1 - - uid: 9458 + parent: 2 + - uid: 2534 components: - type: Transform pos: -40.5,49.5 - parent: 1 - - uid: 9459 + parent: 2 + - uid: 2535 components: - type: Transform pos: -40.5,50.5 - parent: 1 - - uid: 9460 + parent: 2 + - uid: 2536 components: - type: Transform pos: -41.5,50.5 - parent: 1 - - uid: 9461 + parent: 2 + - uid: 2537 components: - type: Transform pos: -42.5,50.5 - parent: 1 - - uid: 9471 + parent: 2 + - uid: 2538 components: - type: Transform pos: -41.5,55.5 - parent: 1 - - uid: 9472 + parent: 2 + - uid: 2539 components: - type: Transform pos: -40.5,55.5 - parent: 1 - - uid: 9473 + parent: 2 + - uid: 2540 components: - type: Transform pos: -39.5,55.5 - parent: 1 - - uid: 9474 + parent: 2 + - uid: 2541 components: - type: Transform pos: -38.5,55.5 - parent: 1 - - uid: 9475 + parent: 2 + - uid: 2542 components: - type: Transform pos: -37.5,55.5 - parent: 1 - - uid: 9476 + parent: 2 + - uid: 2543 components: - type: Transform pos: -31.5,49.5 - parent: 1 - - uid: 9477 + parent: 2 + - uid: 2544 components: - type: Transform pos: -31.5,50.5 - parent: 1 - - uid: 9478 + parent: 2 + - uid: 2545 components: - type: Transform pos: -31.5,51.5 - parent: 1 - - uid: 9479 + parent: 2 + - uid: 2546 components: - type: Transform pos: -31.5,52.5 - parent: 1 - - uid: 9480 + parent: 2 + - uid: 2547 components: - type: Transform pos: -31.5,53.5 - parent: 1 - - uid: 9482 + parent: 2 + - uid: 2548 components: - type: Transform pos: -30.5,50.5 - parent: 1 - - uid: 9483 + parent: 2 + - uid: 2549 components: - type: Transform pos: -29.5,50.5 - parent: 1 - - uid: 9484 + parent: 2 + - uid: 2550 components: - type: Transform pos: -28.5,50.5 - parent: 1 - - uid: 9485 + parent: 2 + - uid: 2551 components: - type: Transform pos: -27.5,50.5 - parent: 1 - - uid: 9486 + parent: 2 + - uid: 2552 components: - type: Transform pos: -26.5,50.5 - parent: 1 - - uid: 9487 + parent: 2 + - uid: 2553 components: - type: Transform pos: -25.5,50.5 - parent: 1 - - uid: 9488 + parent: 2 + - uid: 2554 components: - type: Transform pos: -24.5,50.5 - parent: 1 - - uid: 9490 + parent: 2 + - uid: 2555 components: - type: Transform pos: -50.5,70.5 - parent: 1 - - uid: 9491 + parent: 2 + - uid: 2556 components: - type: Transform pos: -21.5,53.5 - parent: 1 - - uid: 9492 + parent: 2 + - uid: 2557 components: - type: Transform pos: -12.5,54.5 - parent: 1 - - uid: 9493 + parent: 2 + - uid: 2558 components: - type: Transform pos: -12.5,53.5 - parent: 1 - - uid: 9505 + parent: 2 + - uid: 2559 components: - type: Transform pos: -25.5,38.5 - parent: 1 - - uid: 9511 + parent: 2 + - uid: 2560 components: - type: Transform pos: -19.5,45.5 - parent: 1 - - uid: 9512 + parent: 2 + - uid: 2561 components: - type: Transform pos: -18.5,45.5 - parent: 1 - - uid: 9513 + parent: 2 + - uid: 2562 components: - type: Transform pos: -17.5,45.5 - parent: 1 - - uid: 9514 + parent: 2 + - uid: 2563 components: - type: Transform pos: -16.5,45.5 - parent: 1 - - uid: 9515 + parent: 2 + - uid: 2564 components: - type: Transform pos: -16.5,46.5 - parent: 1 - - uid: 9516 + parent: 2 + - uid: 2565 components: - type: Transform pos: -16.5,47.5 - parent: 1 - - uid: 9517 + parent: 2 + - uid: 2566 components: - type: Transform pos: -15.5,47.5 - parent: 1 - - uid: 9518 + parent: 2 + - uid: 2567 components: - type: Transform pos: -14.5,47.5 - parent: 1 - - uid: 9519 + parent: 2 + - uid: 2568 components: - type: Transform pos: -13.5,47.5 - parent: 1 - - uid: 9520 + parent: 2 + - uid: 2569 components: - type: Transform pos: -12.5,47.5 - parent: 1 - - uid: 9521 + parent: 2 + - uid: 2570 components: - type: Transform pos: -11.5,47.5 - parent: 1 - - uid: 9522 + parent: 2 + - uid: 2571 components: - type: Transform pos: -10.5,47.5 - parent: 1 - - uid: 9523 + parent: 2 + - uid: 2572 components: - type: Transform pos: -16.5,44.5 - parent: 1 - - uid: 9524 + parent: 2 + - uid: 2573 components: - type: Transform pos: -16.5,43.5 - parent: 1 - - uid: 9525 + parent: 2 + - uid: 2574 components: - type: Transform pos: -16.5,42.5 - parent: 1 - - uid: 9526 + parent: 2 + - uid: 2575 components: - type: Transform pos: -16.5,41.5 - parent: 1 - - uid: 9527 + parent: 2 + - uid: 2576 components: - type: Transform pos: -16.5,40.5 - parent: 1 - - uid: 9528 + parent: 2 + - uid: 2577 components: - type: Transform pos: -16.5,39.5 - parent: 1 - - uid: 9529 + parent: 2 + - uid: 2578 components: - type: Transform pos: -16.5,38.5 - parent: 1 - - uid: 9530 + parent: 2 + - uid: 2579 components: - type: Transform pos: -16.5,37.5 - parent: 1 - - uid: 9531 + parent: 2 + - uid: 2580 components: - type: Transform pos: -16.5,36.5 - parent: 1 - - uid: 9538 + parent: 2 + - uid: 2581 components: - type: Transform pos: -3.5,53.5 - parent: 1 - - uid: 9539 + parent: 2 + - uid: 2582 components: - type: Transform pos: -16.5,35.5 - parent: 1 - - uid: 9540 + parent: 2 + - uid: 2583 components: - type: Transform pos: -16.5,34.5 - parent: 1 - - uid: 9541 + parent: 2 + - uid: 2584 components: - type: Transform pos: -16.5,33.5 - parent: 1 - - uid: 9542 + parent: 2 + - uid: 2585 components: - type: Transform pos: -16.5,32.5 - parent: 1 - - uid: 9558 + parent: 2 + - uid: 2586 components: - type: Transform pos: -26.5,38.5 - parent: 1 - - uid: 9559 + parent: 2 + - uid: 2587 components: - type: Transform pos: -27.5,38.5 - parent: 1 - - uid: 9560 + parent: 2 + - uid: 2588 components: - type: Transform pos: -27.5,37.5 - parent: 1 - - uid: 9561 + parent: 2 + - uid: 2589 components: - type: Transform pos: -28.5,37.5 - parent: 1 - - uid: 9562 + parent: 2 + - uid: 2590 components: - type: Transform pos: -29.5,37.5 - parent: 1 - - uid: 9563 + parent: 2 + - uid: 2591 components: - type: Transform pos: -30.5,37.5 - parent: 1 - - uid: 9564 + parent: 2 + - uid: 2592 components: - type: Transform pos: -31.5,37.5 - parent: 1 - - uid: 9565 + parent: 2 + - uid: 2593 components: - type: Transform pos: -32.5,37.5 - parent: 1 - - uid: 9566 + parent: 2 + - uid: 2594 components: - type: Transform pos: -33.5,37.5 - parent: 1 - - uid: 9567 + parent: 2 + - uid: 2595 components: - type: Transform pos: -34.5,37.5 - parent: 1 - - uid: 9568 + parent: 2 + - uid: 2596 components: - type: Transform pos: -35.5,37.5 - parent: 1 - - uid: 9569 + parent: 2 + - uid: 2597 components: - type: Transform pos: -36.5,37.5 - parent: 1 - - uid: 9570 + parent: 2 + - uid: 2598 components: - type: Transform pos: -37.5,37.5 - parent: 1 - - uid: 9571 + parent: 2 + - uid: 2599 components: - type: Transform pos: -38.5,37.5 - parent: 1 - - uid: 9572 + parent: 2 + - uid: 2600 components: - type: Transform pos: -39.5,37.5 - parent: 1 - - uid: 9574 + parent: 2 + - uid: 2601 components: - type: Transform pos: -41.5,37.5 - parent: 1 - - uid: 9575 + parent: 2 + - uid: 2602 components: - type: Transform pos: -42.5,37.5 - parent: 1 - - uid: 9576 + parent: 2 + - uid: 2603 components: - type: Transform pos: -43.5,37.5 - parent: 1 - - uid: 9577 + parent: 2 + - uid: 2604 components: - type: Transform pos: -44.5,37.5 - parent: 1 - - uid: 9578 + parent: 2 + - uid: 2605 components: - type: Transform pos: -32.5,38.5 - parent: 1 - - uid: 9579 + parent: 2 + - uid: 2606 components: - type: Transform pos: -32.5,36.5 - parent: 1 - - uid: 9580 + parent: 2 + - uid: 2607 components: - type: Transform pos: -36.5,38.5 - parent: 1 - - uid: 9581 + parent: 2 + - uid: 2608 components: - type: Transform pos: -36.5,36.5 - parent: 1 - - uid: 9582 + parent: 2 + - uid: 2609 components: - type: Transform pos: -36.5,35.5 - parent: 1 - - uid: 9583 + parent: 2 + - uid: 2610 components: - type: Transform pos: -38.5,36.5 - parent: 1 - - uid: 9584 + parent: 2 + - uid: 2611 components: - type: Transform pos: -38.5,35.5 - parent: 1 - - uid: 9585 + parent: 2 + - uid: 2612 components: - type: Transform pos: -38.5,38.5 - parent: 1 - - uid: 9586 + parent: 2 + - uid: 2613 components: - type: Transform pos: -32.5,35.5 - parent: 1 - - uid: 9600 + parent: 2 + - uid: 2614 components: - type: Transform pos: -0.5,53.5 - parent: 1 - - uid: 9640 + parent: 2 + - uid: 2615 components: - type: Transform pos: -70.5,33.5 - parent: 1 - - uid: 9714 - components: - - type: Transform - pos: -99.5,17.5 - parent: 1 - - uid: 9720 + parent: 2 + - uid: 2617 components: - type: Transform - pos: -88.5,25.5 - parent: 1 - - uid: 9723 + pos: -89.5,17.5 + parent: 2 + - uid: 2618 components: - type: Transform pos: 20.5,5.5 - parent: 1 - - uid: 9822 + parent: 2 + - uid: 2619 components: - type: Transform pos: 12.5,5.5 - parent: 1 - - uid: 9823 + parent: 2 + - uid: 2620 components: - type: Transform pos: 14.5,5.5 - parent: 1 - - uid: 9825 + parent: 2 + - uid: 2621 components: - type: Transform pos: 13.5,5.5 - parent: 1 - - uid: 9826 + parent: 2 + - uid: 2622 components: - type: Transform pos: 15.5,5.5 - parent: 1 - - uid: 9827 + parent: 2 + - uid: 2623 components: - type: Transform pos: 7.5,5.5 - parent: 1 - - uid: 9829 + parent: 2 + - uid: 2624 components: - type: Transform pos: -50.5,39.5 - parent: 1 - - uid: 9871 + parent: 2 + - uid: 2625 components: - type: Transform pos: -82.5,28.5 - parent: 1 - - uid: 9873 + parent: 2 + - uid: 2626 components: - type: Transform pos: 9.5,-5.5 - parent: 1 - - uid: 9874 + parent: 2 + - uid: 2627 components: - type: Transform pos: 8.5,-5.5 - parent: 1 - - uid: 9913 + parent: 2 + - uid: 2628 components: - type: Transform pos: 7.5,-5.5 - parent: 1 - - uid: 9920 + parent: 2 + - uid: 2629 components: - type: Transform pos: 6.5,-5.5 - parent: 1 - - uid: 9943 + parent: 2 + - uid: 2630 components: - type: Transform pos: 5.5,-5.5 - parent: 1 - - uid: 9947 + parent: 2 + - uid: 2631 components: - type: Transform pos: 11.5,-7.5 - parent: 1 - - uid: 9949 + parent: 2 + - uid: 2632 components: - type: Transform pos: 11.5,-6.5 - parent: 1 - - uid: 9976 + parent: 2 + - uid: 2633 components: - type: Transform - pos: -96.5,17.5 - parent: 1 - - uid: 10045 + pos: -90.5,17.5 + parent: 2 + - uid: 2634 components: - type: Transform pos: -4.5,52.5 - parent: 1 - - uid: 10047 + parent: 2 + - uid: 2635 components: - type: Transform pos: -19.5,34.5 - parent: 1 - - uid: 10058 - components: - - type: Transform - pos: -15.5,14.5 - parent: 1 - - uid: 10071 + parent: 2 + - uid: 2636 components: - type: Transform pos: -18.5,34.5 - parent: 1 - - uid: 10152 + parent: 2 + - uid: 2637 components: - type: Transform pos: -20.5,34.5 - parent: 1 - - uid: 10153 + parent: 2 + - uid: 2638 components: - type: Transform pos: -53.5,39.5 - parent: 1 - - uid: 10219 + parent: 2 + - uid: 2639 components: - type: Transform - pos: -95.5,17.5 - parent: 1 - - uid: 10222 + pos: -85.5,17.5 + parent: 2 + - uid: 2640 components: - type: Transform pos: -89.5,35.5 - parent: 1 - - uid: 10223 + parent: 2 + - uid: 2641 components: - type: Transform pos: -88.5,35.5 - parent: 1 - - uid: 10224 + parent: 2 + - uid: 2642 components: - type: Transform pos: -87.5,35.5 - parent: 1 - - uid: 10243 + parent: 2 + - uid: 2643 components: - type: Transform pos: -5.5,-1.5 - parent: 1 - - uid: 10264 + parent: 2 + - uid: 2644 components: - type: Transform pos: -33.5,-8.5 - parent: 1 - - uid: 10269 + parent: 2 + - uid: 2645 components: - type: Transform pos: -33.5,-7.5 - parent: 1 - - uid: 10270 + parent: 2 + - uid: 2646 components: - type: Transform pos: -86.5,40.5 - parent: 1 - - uid: 10276 - components: - - type: Transform - pos: -97.5,17.5 - parent: 1 - - uid: 10279 + parent: 2 + - uid: 2648 components: - type: Transform - pos: -88.5,27.5 - parent: 1 - - uid: 10280 + pos: -93.5,18.5 + parent: 2 + - uid: 2649 components: - type: Transform pos: -33.5,-6.5 - parent: 1 - - uid: 10281 + parent: 2 + - uid: 2650 components: - type: Transform - pos: -88.5,28.5 - parent: 1 - - uid: 10282 + pos: -105.5,27.5 + parent: 2 + - uid: 2651 components: - type: Transform pos: -89.5,37.5 - parent: 1 - - uid: 10295 + parent: 2 + - uid: 2652 components: - type: Transform pos: -34.5,-11.5 - parent: 1 - - uid: 10311 + parent: 2 + - uid: 2653 components: - type: Transform pos: -87.5,20.5 - parent: 1 - - uid: 10352 + parent: 2 + - uid: 2654 components: - type: Transform pos: -89.5,36.5 - parent: 1 - - uid: 10380 + parent: 2 + - uid: 2655 components: - type: Transform pos: -17.5,34.5 - parent: 1 - - uid: 10397 + parent: 2 + - uid: 2656 components: - type: Transform pos: -36.5,-6.5 - parent: 1 - - uid: 10399 + parent: 2 + - uid: 2657 components: - type: Transform pos: -31.5,-6.5 - parent: 1 - - uid: 10404 + parent: 2 + - uid: 2658 components: - type: Transform pos: -32.5,-6.5 - parent: 1 - - uid: 10413 + parent: 2 + - uid: 2659 components: - type: Transform pos: -16.5,34.5 - parent: 1 - - uid: 10414 + parent: 2 + - uid: 2660 components: - type: Transform pos: 24.5,40.5 - parent: 1 - - uid: 10425 + parent: 2 + - uid: 2661 components: - type: Transform pos: 19.5,44.5 - parent: 1 - - uid: 10431 + parent: 2 + - uid: 2662 components: - type: Transform pos: 16.5,37.5 - parent: 1 - - uid: 10500 + parent: 2 + - uid: 2663 components: - type: Transform pos: -86.5,20.5 - parent: 1 - - uid: 10506 + parent: 2 + - uid: 2664 components: - type: Transform pos: -85.5,20.5 - parent: 1 - - uid: 10604 + parent: 2 + - uid: 2665 components: - type: Transform pos: -12.5,-4.5 - parent: 1 - - uid: 10669 - components: - - type: Transform - pos: -88.5,21.5 - parent: 1 - - uid: 10673 - components: - - type: Transform - pos: -88.5,23.5 - parent: 1 - - uid: 10676 + parent: 2 + - uid: 2666 components: - type: Transform - pos: -88.5,22.5 - parent: 1 - - uid: 10681 + pos: -100.5,33.5 + parent: 2 + - uid: 2667 components: - type: Transform - pos: -88.5,24.5 - parent: 1 - - uid: 10683 + pos: -102.5,33.5 + parent: 2 + - uid: 2669 components: - type: Transform - pos: -88.5,20.5 - parent: 1 - - uid: 10726 + pos: -92.5,33.5 + parent: 2 + - uid: 2671 components: - type: Transform pos: 7.5,-12.5 - parent: 1 - - uid: 10730 + parent: 2 + - uid: 2672 components: - type: Transform pos: -4.5,-0.5 - parent: 1 - - uid: 10733 + parent: 2 + - uid: 2673 components: - type: Transform pos: -86.5,35.5 - parent: 1 - - uid: 10741 + parent: 2 + - uid: 2674 components: - type: Transform pos: -8.5,-2.5 - parent: 1 - - uid: 10827 + parent: 2 + - uid: 2675 + components: + - type: Transform + pos: -49.5,-12.5 + parent: 2 + - uid: 2676 components: - type: Transform pos: -76.5,29.5 - parent: 1 - - uid: 10828 + parent: 2 + - uid: 2677 components: - type: Transform pos: -76.5,28.5 - parent: 1 - - uid: 10829 + parent: 2 + - uid: 2678 components: - type: Transform pos: -78.5,33.5 - parent: 1 - - uid: 10830 + parent: 2 + - uid: 2679 components: - type: Transform pos: -78.5,34.5 - parent: 1 - - uid: 10832 + parent: 2 + - uid: 2680 components: - type: Transform pos: -78.5,28.5 - parent: 1 - - uid: 10959 + parent: 2 + - uid: 2681 components: - type: Transform - pos: -101.5,31.5 - parent: 1 - - uid: 10966 + pos: -98.5,33.5 + parent: 2 + - uid: 2682 components: - type: Transform pos: -78.5,38.5 - parent: 1 - - uid: 10969 + parent: 2 + - uid: 2683 components: - type: Transform pos: -72.5,45.5 - parent: 1 - - uid: 10973 + parent: 2 + - uid: 2684 components: - type: Transform - pos: -105.5,23.5 - parent: 1 - - uid: 10974 + pos: -94.5,33.5 + parent: 2 + - uid: 2685 components: - type: Transform - pos: -93.5,31.5 - parent: 1 - - uid: 10999 + pos: -96.5,33.5 + parent: 2 + - uid: 2686 components: - type: Transform pos: -65.5,44.5 - parent: 1 - - uid: 11000 + parent: 2 + - uid: 2687 components: - type: Transform pos: -64.5,44.5 - parent: 1 - - uid: 11001 + parent: 2 + - uid: 2688 components: - type: Transform pos: -63.5,44.5 - parent: 1 - - uid: 11002 + parent: 2 + - uid: 2689 components: - type: Transform pos: -62.5,44.5 - parent: 1 - - uid: 11003 + parent: 2 + - uid: 2690 components: - type: Transform pos: -61.5,44.5 - parent: 1 - - uid: 11004 + parent: 2 + - uid: 2691 components: - type: Transform pos: -60.5,44.5 - parent: 1 - - uid: 11005 + parent: 2 + - uid: 2692 components: - type: Transform pos: -59.5,44.5 - parent: 1 - - uid: 11006 + parent: 2 + - uid: 2693 components: - type: Transform pos: -58.5,44.5 - parent: 1 - - uid: 11007 + parent: 2 + - uid: 2694 components: - type: Transform pos: -57.5,46.5 - parent: 1 - - uid: 11008 + parent: 2 + - uid: 2695 components: - type: Transform pos: -62.5,43.5 - parent: 1 - - uid: 11009 + parent: 2 + - uid: 2696 components: - type: Transform pos: -62.5,42.5 - parent: 1 - - uid: 11010 + parent: 2 + - uid: 2697 components: - type: Transform pos: -62.5,41.5 - parent: 1 - - uid: 11011 + parent: 2 + - uid: 2698 components: - type: Transform pos: -62.5,40.5 - parent: 1 - - uid: 11012 + parent: 2 + - uid: 2699 components: - type: Transform pos: -62.5,39.5 - parent: 1 - - uid: 11015 + parent: 2 + - uid: 2700 components: - type: Transform pos: -66.5,44.5 - parent: 1 - - uid: 11016 + parent: 2 + - uid: 2701 components: - type: Transform pos: -66.5,45.5 - parent: 1 - - uid: 11017 + parent: 2 + - uid: 2702 components: - type: Transform pos: -66.5,46.5 - parent: 1 - - uid: 11018 + parent: 2 + - uid: 2703 components: - type: Transform pos: -66.5,47.5 - parent: 1 - - uid: 11019 + parent: 2 + - uid: 2704 components: - type: Transform pos: -67.5,47.5 - parent: 1 - - uid: 11020 + parent: 2 + - uid: 2705 components: - type: Transform pos: -68.5,47.5 - parent: 1 - - uid: 11021 + parent: 2 + - uid: 2706 components: - type: Transform pos: -69.5,47.5 - parent: 1 - - uid: 11022 + parent: 2 + - uid: 2707 components: - type: Transform pos: -70.5,47.5 - parent: 1 - - uid: 11023 + parent: 2 + - uid: 2708 components: - type: Transform pos: -66.5,43.5 - parent: 1 - - uid: 11024 + parent: 2 + - uid: 2709 components: - type: Transform pos: -66.5,42.5 - parent: 1 - - uid: 11027 + parent: 2 + - uid: 2710 components: - type: Transform pos: -67.5,40.5 - parent: 1 - - uid: 11030 - components: - - type: Transform - pos: -103.5,31.5 - parent: 1 - - uid: 11036 + parent: 2 + - uid: 2712 components: - type: Transform pos: -66.5,48.5 - parent: 1 - - uid: 11037 + parent: 2 + - uid: 2713 components: - type: Transform pos: -66.5,49.5 - parent: 1 - - uid: 11038 + parent: 2 + - uid: 2714 components: - type: Transform pos: -66.5,50.5 - parent: 1 - - uid: 11039 + parent: 2 + - uid: 2715 components: - type: Transform pos: -67.5,50.5 - parent: 1 - - uid: 11040 + parent: 2 + - uid: 2716 components: - type: Transform pos: -67.5,51.5 - parent: 1 - - uid: 11041 + parent: 2 + - uid: 2717 components: - type: Transform pos: -67.5,52.5 - parent: 1 - - uid: 11042 + parent: 2 + - uid: 2718 components: - type: Transform pos: -68.5,52.5 - parent: 1 - - uid: 11043 + parent: 2 + - uid: 2719 components: - type: Transform pos: -69.5,52.5 - parent: 1 - - uid: 11044 + parent: 2 + - uid: 2720 components: - type: Transform pos: -70.5,52.5 - parent: 1 - - uid: 11045 + parent: 2 + - uid: 2721 components: - type: Transform pos: -71.5,52.5 - parent: 1 - - uid: 11046 + parent: 2 + - uid: 2722 components: - type: Transform pos: -71.5,53.5 - parent: 1 - - uid: 11047 + parent: 2 + - uid: 2723 components: - type: Transform pos: -71.5,54.5 - parent: 1 - - uid: 11048 + parent: 2 + - uid: 2724 components: - type: Transform pos: -71.5,55.5 - parent: 1 - - uid: 11073 + parent: 2 + - uid: 2725 components: - type: Transform pos: -78.5,29.5 - parent: 1 - - uid: 11160 + parent: 2 + - uid: 2726 components: - type: Transform pos: -75.5,21.5 - parent: 1 - - uid: 11161 + parent: 2 + - uid: 2727 components: - type: Transform pos: -74.5,21.5 - parent: 1 - - uid: 11162 + parent: 2 + - uid: 2728 components: - type: Transform pos: -73.5,21.5 - parent: 1 - - uid: 11163 + parent: 2 + - uid: 2729 components: - type: Transform pos: -72.5,21.5 - parent: 1 - - uid: 11164 + parent: 2 + - uid: 2730 components: - type: Transform pos: -71.5,21.5 - parent: 1 - - uid: 11165 + parent: 2 + - uid: 2731 components: - type: Transform pos: -70.5,21.5 - parent: 1 - - uid: 11166 + parent: 2 + - uid: 2732 components: - type: Transform pos: -69.5,21.5 - parent: 1 - - uid: 11173 + parent: 2 + - uid: 2733 components: - type: Transform pos: -68.5,21.5 - parent: 1 - - uid: 11174 + parent: 2 + - uid: 2734 components: - type: Transform pos: -67.5,21.5 - parent: 1 - - uid: 11322 + parent: 2 + - uid: 2735 components: - type: Transform pos: -66.5,21.5 - parent: 1 - - uid: 11323 + parent: 2 + - uid: 2736 components: - type: Transform pos: -65.5,21.5 - parent: 1 - - uid: 11324 + parent: 2 + - uid: 2737 components: - type: Transform pos: -64.5,21.5 - parent: 1 - - uid: 11325 + parent: 2 + - uid: 2738 components: - type: Transform pos: -74.5,22.5 - parent: 1 - - uid: 11326 + parent: 2 + - uid: 2739 components: - type: Transform pos: -74.5,23.5 - parent: 1 - - uid: 11327 + parent: 2 + - uid: 2740 components: - type: Transform pos: -74.5,24.5 - parent: 1 - - uid: 11328 + parent: 2 + - uid: 2741 components: - type: Transform pos: -74.5,25.5 - parent: 1 - - uid: 11329 + parent: 2 + - uid: 2742 components: - type: Transform pos: -75.5,25.5 - parent: 1 - - uid: 11332 + parent: 2 + - uid: 2743 components: - type: Transform pos: -78.5,25.5 - parent: 1 - - uid: 11333 + parent: 2 + - uid: 2744 components: - type: Transform pos: -79.5,25.5 - parent: 1 - - uid: 11334 + parent: 2 + - uid: 2745 components: - type: Transform pos: -79.5,24.5 - parent: 1 - - uid: 11335 + parent: 2 + - uid: 2746 components: - type: Transform pos: -79.5,23.5 - parent: 1 - - uid: 11336 - components: - - type: Transform - pos: -79.5,22.5 - parent: 1 - - uid: 11337 - components: - - type: Transform - pos: -79.5,21.5 - parent: 1 - - uid: 11338 - components: - - type: Transform - pos: -79.5,20.5 - parent: 1 - - uid: 11339 - components: - - type: Transform - pos: -79.5,19.5 - parent: 1 - - uid: 11340 - components: - - type: Transform - pos: -80.5,19.5 - parent: 1 - - uid: 11341 - components: - - type: Transform - pos: -81.5,19.5 - parent: 1 - - uid: 11342 - components: - - type: Transform - pos: -78.5,19.5 - parent: 1 - - uid: 11343 + parent: 2 + - uid: 2754 components: - type: Transform - pos: -77.5,19.5 - parent: 1 - - uid: 11344 + pos: -105.5,31.5 + parent: 2 + - uid: 2755 components: - type: Transform pos: -80.5,23.5 - parent: 1 - - uid: 11345 + parent: 2 + - uid: 2756 components: - type: Transform pos: -81.5,23.5 - parent: 1 - - uid: 11346 + parent: 2 + - uid: 2757 components: - type: Transform pos: -82.5,23.5 - parent: 1 - - uid: 11347 + parent: 2 + - uid: 2758 components: - type: Transform pos: -83.5,23.5 - parent: 1 - - uid: 11348 + parent: 2 + - uid: 2759 components: - type: Transform pos: -84.5,23.5 - parent: 1 - - uid: 11349 + parent: 2 + - uid: 2760 components: - type: Transform pos: -84.5,22.5 - parent: 1 - - uid: 11350 + parent: 2 + - uid: 2761 components: - type: Transform pos: -84.5,21.5 - parent: 1 - - uid: 11351 + parent: 2 + - uid: 2762 components: - type: Transform pos: -84.5,20.5 - parent: 1 - - uid: 11352 + parent: 2 + - uid: 2763 components: - type: Transform pos: -79.5,26.5 - parent: 1 - - uid: 11353 + parent: 2 + - uid: 2764 components: - type: Transform pos: -79.5,27.5 - parent: 1 - - uid: 11354 + parent: 2 + - uid: 2765 components: - type: Transform pos: -80.5,27.5 - parent: 1 - - uid: 11355 + parent: 2 + - uid: 2766 components: - type: Transform pos: -81.5,27.5 - parent: 1 - - uid: 11356 + parent: 2 + - uid: 2767 components: - type: Transform pos: -82.5,27.5 - parent: 1 - - uid: 11357 + parent: 2 + - uid: 2768 components: - type: Transform pos: -83.5,27.5 - parent: 1 - - uid: 11358 + parent: 2 + - uid: 2769 components: - type: Transform pos: -84.5,27.5 - parent: 1 - - uid: 11359 + parent: 2 + - uid: 2770 components: - type: Transform - pos: -101.5,18.5 - parent: 1 - - uid: 11362 + pos: -92.5,17.5 + parent: 2 + - uid: 2771 components: - type: Transform pos: -74.5,26.5 - parent: 1 - - uid: 11363 + parent: 2 + - uid: 2772 components: - type: Transform pos: -74.5,27.5 - parent: 1 - - uid: 11364 + parent: 2 + - uid: 2773 components: - type: Transform pos: -74.5,28.5 - parent: 1 - - uid: 11365 + parent: 2 + - uid: 2774 components: - type: Transform pos: -74.5,29.5 - parent: 1 - - uid: 11366 + parent: 2 + - uid: 2775 components: - type: Transform pos: -74.5,20.5 - parent: 1 - - uid: 11367 + parent: 2 + - uid: 2776 components: - type: Transform pos: -74.5,19.5 - parent: 1 - - uid: 11368 + parent: 2 + - uid: 2777 components: - type: Transform pos: -74.5,18.5 - parent: 1 - - uid: 11369 + parent: 2 + - uid: 2778 components: - type: Transform pos: -74.5,17.5 - parent: 1 - - uid: 11370 + parent: 2 + - uid: 2779 components: - type: Transform pos: -74.5,16.5 - parent: 1 - - uid: 11371 + parent: 2 + - uid: 2780 components: - type: Transform pos: -73.5,16.5 - parent: 1 - - uid: 11372 + parent: 2 + - uid: 2781 components: - type: Transform pos: -72.5,16.5 - parent: 1 - - uid: 11373 + parent: 2 + - uid: 2782 components: - type: Transform pos: -71.5,16.5 - parent: 1 - - uid: 11374 + parent: 2 + - uid: 2783 components: - type: Transform pos: -70.5,16.5 - parent: 1 - - uid: 11375 + parent: 2 + - uid: 2784 components: - type: Transform pos: -69.5,16.5 - parent: 1 - - uid: 11376 + parent: 2 + - uid: 2785 components: - type: Transform pos: -60.5,6.5 - parent: 1 - - uid: 11377 + parent: 2 + - uid: 2786 components: - type: Transform pos: -60.5,7.5 - parent: 1 - - uid: 11378 + parent: 2 + - uid: 2787 components: - type: Transform pos: -60.5,8.5 - parent: 1 - - uid: 11379 + parent: 2 + - uid: 2788 components: - type: Transform pos: -61.5,8.5 - parent: 1 - - uid: 11380 + parent: 2 + - uid: 2789 components: - type: Transform pos: -62.5,8.5 - parent: 1 - - uid: 11381 + parent: 2 + - uid: 2790 components: - type: Transform pos: -63.5,8.5 - parent: 1 - - uid: 11382 + parent: 2 + - uid: 2791 components: - type: Transform pos: -64.5,8.5 - parent: 1 - - uid: 11383 + parent: 2 + - uid: 2792 components: - type: Transform pos: -65.5,8.5 - parent: 1 - - uid: 11384 + parent: 2 + - uid: 2793 components: - type: Transform pos: -66.5,8.5 - parent: 1 - - uid: 11385 + parent: 2 + - uid: 2794 components: - type: Transform pos: -66.5,9.5 - parent: 1 - - uid: 11386 + parent: 2 + - uid: 2795 components: - type: Transform pos: -66.5,10.5 - parent: 1 - - uid: 11387 + parent: 2 + - uid: 2796 components: - type: Transform pos: -66.5,11.5 - parent: 1 - - uid: 11388 + parent: 2 + - uid: 2797 components: - type: Transform pos: -66.5,12.5 - parent: 1 - - uid: 11389 + parent: 2 + - uid: 2798 components: - type: Transform pos: -66.5,13.5 - parent: 1 - - uid: 11390 + parent: 2 + - uid: 2799 components: - type: Transform pos: -66.5,14.5 - parent: 1 - - uid: 11391 + parent: 2 + - uid: 2800 components: - type: Transform pos: -66.5,15.5 - parent: 1 - - uid: 11392 + parent: 2 + - uid: 2801 components: - type: Transform pos: -66.5,16.5 - parent: 1 - - uid: 11393 + parent: 2 + - uid: 2802 components: - type: Transform pos: -65.5,16.5 - parent: 1 - - uid: 11394 + parent: 2 + - uid: 2803 components: - type: Transform pos: -64.5,16.5 - parent: 1 - - uid: 11395 + parent: 2 + - uid: 2804 components: - type: Transform pos: -63.5,16.5 - parent: 1 - - uid: 11396 + parent: 2 + - uid: 2805 components: - type: Transform pos: -68.5,35.5 - parent: 1 - - uid: 11397 + parent: 2 + - uid: 2806 components: - type: Transform pos: -68.5,34.5 - parent: 1 - - uid: 11398 + parent: 2 + - uid: 2807 components: - type: Transform pos: -68.5,33.5 - parent: 1 - - uid: 11399 + parent: 2 + - uid: 2808 components: - type: Transform pos: -67.5,33.5 - parent: 1 - - uid: 11400 + parent: 2 + - uid: 2809 components: - type: Transform pos: -66.5,33.5 - parent: 1 - - uid: 11401 + parent: 2 + - uid: 2810 components: - type: Transform pos: -65.5,33.5 - parent: 1 - - uid: 11402 + parent: 2 + - uid: 2811 components: - type: Transform pos: -64.5,33.5 - parent: 1 - - uid: 11403 + parent: 2 + - uid: 2812 components: - type: Transform pos: -64.5,31.5 - parent: 1 - - uid: 11404 + parent: 2 + - uid: 2813 components: - type: Transform pos: -63.5,32.5 - parent: 1 - - uid: 11405 + parent: 2 + - uid: 2814 components: - type: Transform pos: -62.5,32.5 - parent: 1 - - uid: 11406 + parent: 2 + - uid: 2815 components: - type: Transform pos: -61.5,32.5 - parent: 1 - - uid: 11408 + parent: 2 + - uid: 2816 components: - type: Transform pos: -64.5,32.5 - parent: 1 - - uid: 11409 + parent: 2 + - uid: 2817 components: - type: Transform pos: -64.5,30.5 - parent: 1 - - uid: 11415 + parent: 2 + - uid: 2818 components: - type: Transform pos: -69.5,34.5 - parent: 1 - - uid: 11416 + parent: 2 + - uid: 2819 components: - type: Transform pos: -70.5,34.5 - parent: 1 - - uid: 11417 + parent: 2 + - uid: 2820 components: - type: Transform pos: -71.5,34.5 - parent: 1 - - uid: 11418 + parent: 2 + - uid: 2821 components: - type: Transform pos: -72.5,34.5 - parent: 1 - - uid: 11419 + parent: 2 + - uid: 2822 components: - type: Transform pos: -73.5,34.5 - parent: 1 - - uid: 11420 + parent: 2 + - uid: 2823 components: - type: Transform pos: -74.5,34.5 - parent: 1 - - uid: 11421 + parent: 2 + - uid: 2824 components: - type: Transform pos: -74.5,33.5 - parent: 1 - - uid: 11422 + parent: 2 + - uid: 2825 components: - type: Transform pos: -74.5,32.5 - parent: 1 - - uid: 11423 + parent: 2 + - uid: 2826 components: - type: Transform pos: -74.5,31.5 - parent: 1 - - uid: 11424 - components: - - type: Transform - pos: -101.5,33.5 - parent: 1 - - uid: 11432 - components: - - type: Transform - pos: -100.5,17.5 - parent: 1 - - uid: 11435 + parent: 2 + - uid: 2829 components: - type: Transform pos: -78.5,31.5 - parent: 1 - - uid: 11436 - components: - - type: Transform - pos: -105.5,24.5 - parent: 1 - - uid: 11437 - components: - - type: Transform - pos: -102.5,19.5 - parent: 1 - - uid: 11443 + parent: 2 + - uid: 2832 components: - type: Transform pos: -85.5,42.5 - parent: 1 - - uid: 11445 + parent: 2 + - uid: 2833 components: - type: Transform pos: -84.5,43.5 - parent: 1 - - uid: 11447 + parent: 2 + - uid: 2834 components: - type: Transform pos: -78.5,30.5 - parent: 1 - - uid: 11448 + parent: 2 + - uid: 2835 components: - type: Transform pos: -78.5,32.5 - parent: 1 - - uid: 11449 + parent: 2 + - uid: 2836 components: - type: Transform pos: -85.5,43.5 - parent: 1 - - uid: 11450 + parent: 2 + - uid: 2837 components: - type: Transform pos: -83.5,43.5 - parent: 1 - - uid: 11452 - components: - - type: Transform - pos: -105.5,26.5 - parent: 1 - - uid: 11453 + parent: 2 + - uid: 2839 components: - type: Transform pos: -82.5,43.5 - parent: 1 - - uid: 11464 - components: - - type: Transform - pos: -104.5,19.5 - parent: 1 - - uid: 11473 - components: - - type: Transform - pos: -105.5,20.5 - parent: 1 - - uid: 11478 + parent: 2 + - uid: 2842 components: - type: Transform pos: -81.5,34.5 - parent: 1 - - uid: 11480 + parent: 2 + - uid: 2843 components: - type: Transform pos: -85.5,35.5 - parent: 1 - - uid: 11481 + parent: 2 + - uid: 2844 components: - type: Transform pos: -81.5,42.5 - parent: 1 - - uid: 11485 + parent: 2 + - uid: 2845 components: - type: Transform pos: -81.5,35.5 - parent: 1 - - uid: 11486 + parent: 2 + - uid: 2846 components: - type: Transform pos: -81.5,33.5 - parent: 1 - - uid: 11495 - components: - - type: Transform - pos: -103.5,19.5 - parent: 1 - - uid: 11501 - components: - - type: Transform - pos: -105.5,19.5 - parent: 1 - - uid: 11502 - components: - - type: Transform - pos: -98.5,17.5 - parent: 1 - - uid: 11504 + parent: 2 + - uid: 2850 components: - type: Transform - pos: -101.5,17.5 - parent: 1 - - uid: 11505 + pos: -105.5,26.5 + parent: 2 + - uid: 2851 components: - type: Transform - pos: -105.5,27.5 - parent: 1 - - uid: 11506 + pos: -89.5,32.5 + parent: 2 + - uid: 2852 components: - type: Transform - pos: -101.5,19.5 - parent: 1 - - uid: 11575 + pos: -93.5,17.5 + parent: 2 + - uid: 2853 components: - type: Transform pos: -40.5,37.5 - parent: 1 - - uid: 11855 + parent: 2 + - uid: 2854 components: - type: Transform pos: 18.5,18.5 - parent: 1 - - uid: 11868 + parent: 2 + - uid: 2855 components: - type: Transform pos: 16.5,17.5 - parent: 1 - - uid: 11906 + parent: 2 + - uid: 2856 components: - type: Transform pos: 18.5,16.5 - parent: 1 - - uid: 11908 + parent: 2 + - uid: 2857 components: - type: Transform pos: 18.5,19.5 - parent: 1 - - uid: 11911 + parent: 2 + - uid: 2858 components: - type: Transform pos: 17.5,17.5 - parent: 1 - - uid: 11912 + parent: 2 + - uid: 2859 components: - type: Transform pos: 18.5,17.5 - parent: 1 - - uid: 11913 + parent: 2 + - uid: 2860 components: - type: Transform pos: 19.5,17.5 - parent: 1 - - uid: 11914 + parent: 2 + - uid: 2861 components: - type: Transform pos: 20.5,17.5 - parent: 1 - - uid: 12186 + parent: 2 + - uid: 2862 components: - type: Transform pos: -19.5,46.5 - parent: 1 - - uid: 12334 + parent: 2 + - uid: 2863 components: - type: Transform pos: -17.5,-3.5 - parent: 1 - - uid: 12335 + parent: 2 + - uid: 2864 components: - type: Transform pos: -16.5,-3.5 - parent: 1 - - uid: 12336 + parent: 2 + - uid: 2865 components: - type: Transform pos: -16.5,-7.5 - parent: 1 - - uid: 12346 + parent: 2 + - uid: 2866 components: - type: Transform pos: -11.5,-17.5 - parent: 1 - - uid: 12355 + parent: 2 + - uid: 2867 components: - type: Transform pos: 5.5,-12.5 - parent: 1 - - uid: 12370 + parent: 2 + - uid: 2868 components: - type: Transform pos: -15.5,-17.5 - parent: 1 - - uid: 12371 + parent: 2 + - uid: 2869 components: - type: Transform pos: -12.5,-1.5 - parent: 1 - - uid: 12373 + parent: 2 + - uid: 2870 components: - type: Transform pos: -12.5,0.5 - parent: 1 - - uid: 12385 + parent: 2 + - uid: 2871 components: - type: Transform pos: -20.5,-17.5 - parent: 1 - - uid: 12416 + parent: 2 + - uid: 2872 components: - type: Transform pos: 7.5,-14.5 - parent: 1 - - uid: 12432 + parent: 2 + - uid: 2873 components: - type: Transform - pos: -105.5,21.5 - parent: 1 - - uid: 12510 + pos: -18.5,12.5 + parent: 2 + - uid: 2874 + components: + - type: Transform + pos: -103.5,33.5 + parent: 2 + - uid: 2875 + components: + - type: Transform + pos: -17.5,12.5 + parent: 2 + - uid: 2876 + components: + - type: Transform + pos: -16.5,12.5 + parent: 2 + - uid: 2877 components: - type: Transform pos: -16.5,-1.5 - parent: 1 - - uid: 12864 + parent: 2 + - uid: 2878 components: - type: Transform pos: 6.5,-15.5 - parent: 1 - - uid: 13044 + parent: 2 + - uid: 2879 components: - type: Transform - pos: -105.5,22.5 - parent: 1 - - uid: 13074 + pos: -94.5,17.5 + parent: 2 + - uid: 2880 components: - type: Transform pos: -25.5,36.5 - parent: 1 - - uid: 13075 + parent: 2 + - uid: 2881 components: - type: Transform pos: -25.5,37.5 - parent: 1 - - uid: 13152 + parent: 2 + - uid: 2882 components: - type: Transform pos: 9.5,-14.5 - parent: 1 - - uid: 13332 + parent: 2 + - uid: 2883 components: - type: Transform pos: -47.5,39.5 - parent: 1 - - uid: 13333 + parent: 2 + - uid: 2884 components: - type: Transform pos: -0.5,8.5 - parent: 1 - - uid: 13334 + parent: 2 + - uid: 2885 components: - type: Transform pos: -0.5,9.5 - parent: 1 - - uid: 13345 - components: - - type: Transform - pos: -97.5,33.5 - parent: 1 - - uid: 13350 + parent: 2 + - uid: 2886 components: - type: Transform - pos: -101.5,32.5 - parent: 1 - - uid: 13519 + pos: -89.5,24.5 + parent: 2 + - uid: 2888 components: - type: Transform pos: -23.5,42.5 - parent: 1 - - uid: 13630 - components: - - type: Transform - pos: -95.5,33.5 - parent: 1 - - uid: 13631 + parent: 2 + - uid: 2889 components: - type: Transform - pos: -92.5,31.5 - parent: 1 - - uid: 13632 + pos: -89.5,21.5 + parent: 2 + - uid: 2891 components: - type: Transform - pos: -91.5,31.5 - parent: 1 - - uid: 13658 + pos: -90.5,33.5 + parent: 2 + - uid: 2892 components: - type: Transform pos: -51.5,36.5 - parent: 1 - - uid: 13659 + parent: 2 + - uid: 2893 components: - type: Transform pos: -50.5,36.5 - parent: 1 - - uid: 13660 + parent: 2 + - uid: 2894 components: - type: Transform pos: -49.5,36.5 - parent: 1 - - uid: 13668 + parent: 2 + - uid: 2895 components: - type: Transform - pos: -100.5,33.5 - parent: 1 - - uid: 13856 + pos: -89.5,30.5 + parent: 2 + - uid: 2896 + components: + - type: Transform + pos: -16.5,11.5 + parent: 2 + - uid: 2897 components: - type: Transform pos: -55.5,-1.5 - parent: 1 - - uid: 14005 + parent: 2 + - uid: 2898 components: - type: Transform pos: -72.5,54.5 - parent: 1 - - uid: 14006 + parent: 2 + - uid: 2899 components: - type: Transform pos: -73.5,54.5 - parent: 1 - - uid: 14039 + parent: 2 + - uid: 2900 components: - type: Transform pos: -70.5,32.5 - parent: 1 - - uid: 14041 + parent: 2 + - uid: 2901 components: - type: Transform pos: -70.5,31.5 - parent: 1 - - uid: 14042 + parent: 2 + - uid: 2902 components: - type: Transform pos: -70.5,30.5 - parent: 1 - - uid: 14043 + parent: 2 + - uid: 2903 components: - type: Transform pos: -70.5,29.5 - parent: 1 - - uid: 14044 + parent: 2 + - uid: 2904 components: - type: Transform pos: -70.5,28.5 - parent: 1 - - uid: 14090 + parent: 2 + - uid: 2905 + components: + - type: Transform + pos: -16.5,10.5 + parent: 2 + - uid: 2906 components: - type: Transform pos: -66.5,29.5 - parent: 1 - - uid: 14095 + parent: 2 + - uid: 2907 components: - type: Transform pos: 23.5,40.5 - parent: 1 - - uid: 14100 + parent: 2 + - uid: 2908 components: - type: Transform pos: -66.5,57.5 - parent: 1 - - uid: 14106 + parent: 2 + - uid: 2909 components: - type: Transform pos: 20.5,38.5 - parent: 1 - - uid: 14144 + parent: 2 + - uid: 2910 components: - type: Transform pos: -6.5,21.5 - parent: 1 - - uid: 14162 + parent: 2 + - uid: 2911 components: - type: Transform pos: -6.5,22.5 - parent: 1 - - uid: 14231 + parent: 2 + - uid: 2912 components: - type: Transform pos: -73.5,55.5 - parent: 1 - - uid: 14232 + parent: 2 + - uid: 2913 components: - type: Transform pos: -73.5,56.5 - parent: 1 - - uid: 14253 + parent: 2 + - uid: 2914 components: - type: Transform pos: -5.5,53.5 - parent: 1 - - uid: 14256 + parent: 2 + - uid: 2915 components: - type: Transform pos: -75.5,46.5 - parent: 1 - - uid: 14262 + parent: 2 + - uid: 2916 components: - type: Transform - pos: -96.5,33.5 - parent: 1 - - uid: 14264 + pos: -95.5,17.5 + parent: 2 + - uid: 2917 components: - type: Transform pos: -72.5,46.5 - parent: 1 - - uid: 14265 - components: - - type: Transform - pos: -104.5,31.5 - parent: 1 - - uid: 14266 - components: - - type: Transform - pos: -105.5,25.5 - parent: 1 - - uid: 14297 + parent: 2 + - uid: 2918 components: - type: Transform - pos: -102.5,31.5 - parent: 1 - - uid: 14307 + pos: -89.5,26.5 + parent: 2 + - uid: 2920 components: - type: Transform - pos: -89.5,31.5 - parent: 1 - - uid: 14333 + pos: -102.5,17.5 + parent: 2 + - uid: 2922 components: - type: Transform pos: -78.5,35.5 - parent: 1 - - uid: 14372 - components: - - type: Transform - pos: -93.5,33.5 - parent: 1 - - uid: 14379 + parent: 2 + - uid: 2924 components: - type: Transform pos: -69.5,44.5 - parent: 1 - - uid: 14434 + parent: 2 + - uid: 2925 components: - type: Transform pos: -72.5,42.5 - parent: 1 - - uid: 14460 + parent: 2 + - uid: 2926 components: - type: Transform pos: -60.5,60.5 - parent: 1 - - uid: 14475 + parent: 2 + - uid: 2927 components: - type: Transform pos: 18.5,42.5 - parent: 1 - - uid: 14479 - components: - - type: Transform - pos: -99.5,33.5 - parent: 1 - - uid: 14498 + parent: 2 + - uid: 2929 components: - type: Transform pos: -46.5,-5.5 - parent: 1 - - uid: 14527 + parent: 2 + - uid: 2930 components: - type: Transform pos: -47.5,-5.5 - parent: 1 - - uid: 14551 + parent: 2 + - uid: 2931 components: - type: Transform pos: 17.5,42.5 - parent: 1 - - uid: 14601 + parent: 2 + - uid: 2932 components: - type: Transform pos: -45.5,-5.5 - parent: 1 - - uid: 14602 + parent: 2 + - uid: 2933 components: - type: Transform pos: -44.5,-5.5 - parent: 1 - - uid: 14603 + parent: 2 + - uid: 2934 components: - type: Transform pos: -44.5,-4.5 - parent: 1 - - uid: 14604 + parent: 2 + - uid: 2935 components: - type: Transform pos: -44.5,-6.5 - parent: 1 - - uid: 14605 + parent: 2 + - uid: 2936 components: - type: Transform pos: -44.5,-7.5 - parent: 1 - - uid: 14650 - components: - - type: Transform - pos: -88.5,29.5 - parent: 1 - - uid: 14731 + parent: 2 + - uid: 2938 components: - type: Transform pos: -10.5,-18.5 - parent: 1 - - uid: 14816 + parent: 2 + - uid: 2939 components: - type: Transform pos: -12.5,-14.5 - parent: 1 - - uid: 14830 + parent: 2 + - uid: 2940 components: - type: Transform pos: -16.5,-5.5 - parent: 1 - - uid: 14831 + parent: 2 + - uid: 2941 components: - type: Transform pos: -16.5,-2.5 - parent: 1 - - uid: 14832 + parent: 2 + - uid: 2942 components: - type: Transform pos: -12.5,-0.5 - parent: 1 - - uid: 14834 + parent: 2 + - uid: 2943 components: - type: Transform pos: -12.5,-3.5 - parent: 1 - - uid: 14850 + parent: 2 + - uid: 2944 components: - type: Transform pos: -11.5,-18.5 - parent: 1 - - uid: 14912 + parent: 2 + - uid: 2945 components: - type: Transform pos: -16.5,-4.5 - parent: 1 - - uid: 14913 + parent: 2 + - uid: 2946 components: - type: Transform pos: -14.5,2.5 - parent: 1 - - uid: 14940 + parent: 2 + - uid: 2947 components: - type: Transform pos: -6.5,59.5 - parent: 1 - - uid: 14942 + parent: 2 + - uid: 2948 components: - type: Transform pos: -7.5,59.5 - parent: 1 - - uid: 14944 + parent: 2 + - uid: 2949 components: - type: Transform pos: -8.5,59.5 - parent: 1 - - uid: 14945 + parent: 2 + - uid: 2950 components: - type: Transform pos: -8.5,60.5 - parent: 1 - - uid: 14946 + parent: 2 + - uid: 2951 components: - type: Transform pos: -8.5,61.5 - parent: 1 - - uid: 14950 + parent: 2 + - uid: 2952 components: - type: Transform pos: -7.5,61.5 - parent: 1 - - uid: 14963 + parent: 2 + - uid: 2953 components: - type: Transform pos: -6.5,61.5 - parent: 1 - - uid: 14964 + parent: 2 + - uid: 2954 components: - type: Transform pos: -5.5,61.5 - parent: 1 - - uid: 14965 + parent: 2 + - uid: 2955 components: - type: Transform pos: -7.5,14.5 - parent: 1 - - uid: 14976 + parent: 2 + - uid: 2956 components: - type: Transform pos: -3.5,61.5 - parent: 1 - - uid: 14977 + parent: 2 + - uid: 2957 components: - type: Transform pos: -4.5,61.5 - parent: 1 - - uid: 14978 + parent: 2 + - uid: 2958 components: - type: Transform pos: -4.5,60.5 - parent: 1 - - uid: 14979 + parent: 2 + - uid: 2959 components: - type: Transform pos: -4.5,59.5 - parent: 1 - - uid: 14980 + parent: 2 + - uid: 2960 components: - type: Transform pos: -4.5,58.5 - parent: 1 - - uid: 15005 + parent: 2 + - uid: 2961 components: - type: Transform pos: -74.5,54.5 - parent: 1 - - uid: 15050 + parent: 2 + - uid: 2962 components: - type: Transform pos: -36.5,55.5 - parent: 1 - - uid: 15051 + parent: 2 + - uid: 2963 components: - type: Transform pos: -35.5,55.5 - parent: 1 - - uid: 15052 + parent: 2 + - uid: 2964 components: - type: Transform pos: -34.5,55.5 - parent: 1 - - uid: 15053 + parent: 2 + - uid: 2965 components: - type: Transform pos: -33.5,55.5 - parent: 1 - - uid: 15054 + parent: 2 + - uid: 2966 components: - type: Transform pos: -32.5,55.5 - parent: 1 - - uid: 15056 + parent: 2 + - uid: 2967 components: - type: Transform pos: -58.5,86.5 - parent: 1 - - uid: 15062 + parent: 2 + - uid: 2968 components: - type: Transform pos: -46.5,-2.5 - parent: 1 - - uid: 15074 + parent: 2 + - uid: 2969 components: - type: Transform pos: -32.5,-17.5 - parent: 1 - - uid: 15076 + parent: 2 + - uid: 2970 components: - type: Transform pos: -32.5,-15.5 - parent: 1 - - uid: 15118 + parent: 2 + - uid: 2971 components: - type: Transform pos: -31.5,-11.5 - parent: 1 - - uid: 15122 + parent: 2 + - uid: 2972 components: - type: Transform pos: -30.5,-11.5 - parent: 1 - - uid: 15131 + parent: 2 + - uid: 2973 components: - type: Transform pos: -29.5,-11.5 - parent: 1 - - uid: 15132 + parent: 2 + - uid: 2974 components: - type: Transform pos: -28.5,-11.5 - parent: 1 - - uid: 15140 - components: - - type: Transform - pos: -90.5,31.5 - parent: 1 - - uid: 15147 + parent: 2 + - uid: 2976 components: - type: Transform pos: -30.5,57.5 - parent: 1 - - uid: 15150 + parent: 2 + - uid: 2977 components: - type: Transform pos: -30.5,56.5 - parent: 1 - - uid: 15197 + parent: 2 + - uid: 2978 components: - type: Transform pos: -53.5,-1.5 - parent: 1 - - uid: 15198 + parent: 2 + - uid: 2979 components: - type: Transform pos: -51.5,-1.5 - parent: 1 - - uid: 15201 + parent: 2 + - uid: 2980 components: - type: Transform pos: -50.5,-1.5 - parent: 1 - - uid: 15216 - components: - - type: Transform - pos: 9.5,31.5 - parent: 1 - - uid: 15282 - components: - - type: Transform - pos: 7.5,40.5 - parent: 1 - - uid: 15283 - components: - - type: Transform - pos: 7.5,41.5 - parent: 1 - - uid: 15284 - components: - - type: Transform - pos: 7.5,42.5 - parent: 1 - - uid: 15285 - components: - - type: Transform - pos: 7.5,43.5 - parent: 1 - - uid: 15286 - components: - - type: Transform - pos: 7.5,44.5 - parent: 1 - - uid: 15287 - components: - - type: Transform - pos: 7.5,45.5 - parent: 1 - - uid: 15288 - components: - - type: Transform - pos: 7.5,46.5 - parent: 1 - - uid: 15335 + parent: 2 + - uid: 2981 components: - type: Transform pos: -12.5,-9.5 - parent: 1 - - uid: 15377 + parent: 2 + - uid: 2982 components: - type: Transform pos: -45.5,66.5 - parent: 1 - - uid: 15380 + parent: 2 + - uid: 2983 components: - type: Transform pos: -16.5,53.5 - parent: 1 - - uid: 15430 + parent: 2 + - uid: 2984 components: - type: Transform pos: -41.5,63.5 - parent: 1 - - uid: 15432 + parent: 2 + - uid: 2985 components: - type: Transform pos: -42.5,61.5 - parent: 1 - - uid: 15520 + parent: 2 + - uid: 2986 components: - type: Transform pos: 7.5,-10.5 - parent: 1 - - uid: 15561 + parent: 2 + - uid: 2987 components: - type: Transform pos: 7.5,-8.5 - parent: 1 - - uid: 15694 + parent: 2 + - uid: 2988 components: - type: Transform pos: -4.5,51.5 - parent: 1 - - uid: 15843 + parent: 2 + - uid: 2989 components: - type: Transform pos: -50.5,71.5 - parent: 1 - - uid: 15845 + parent: 2 + - uid: 2990 components: - type: Transform pos: 19.5,40.5 - parent: 1 - - uid: 15883 + parent: 2 + - uid: 2991 + components: + - type: Transform + pos: -16.5,14.5 + parent: 2 + - uid: 2992 components: - type: Transform pos: 7.5,-11.5 - parent: 1 - - uid: 15890 + parent: 2 + - uid: 2993 components: - type: Transform pos: -24.5,-10.5 - parent: 1 - - uid: 15891 + parent: 2 + - uid: 2994 components: - type: Transform pos: -24.5,-11.5 - parent: 1 - - uid: 15907 + parent: 2 + - uid: 2995 components: - type: Transform pos: -16.5,-17.5 - parent: 1 - - uid: 15951 + parent: 2 + - uid: 2996 components: - type: Transform pos: -51.5,31.5 - parent: 1 - - uid: 15952 + parent: 2 + - uid: 2997 components: - type: Transform pos: -51.5,30.5 - parent: 1 - - uid: 15953 + parent: 2 + - uid: 2998 components: - type: Transform pos: -52.5,30.5 - parent: 1 - - uid: 15954 + parent: 2 + - uid: 2999 components: - type: Transform pos: -53.5,30.5 - parent: 1 - - uid: 15955 + parent: 2 + - uid: 3000 components: - type: Transform pos: -50.5,28.5 - parent: 1 - - uid: 15956 + parent: 2 + - uid: 3001 components: - type: Transform pos: -50.5,29.5 - parent: 1 - - uid: 15957 + parent: 2 + - uid: 3002 components: - type: Transform pos: -50.5,30.5 - parent: 1 - - uid: 15987 + parent: 2 + - uid: 3003 + components: + - type: Transform + pos: -15.5,12.5 + parent: 2 + - uid: 3004 components: - type: Transform pos: -8.5,8.5 - parent: 1 - - uid: 15988 + parent: 2 + - uid: 3005 components: - type: Transform - pos: -17.5,9.5 - parent: 1 - - uid: 16005 + pos: -16.5,13.5 + parent: 2 + - uid: 3006 components: - type: Transform pos: 27.5,17.5 - parent: 1 - - uid: 16006 + parent: 2 + - uid: 3007 components: - type: Transform pos: 27.5,13.5 - parent: 1 - - uid: 16007 + parent: 2 + - uid: 3008 components: - type: Transform pos: 27.5,12.5 - parent: 1 - - uid: 16096 + parent: 2 + - uid: 3009 components: - type: Transform pos: -49.5,8.5 - parent: 1 - - uid: 16097 + parent: 2 + - uid: 3010 components: - type: Transform pos: -49.5,7.5 - parent: 1 - - uid: 16123 - components: - - type: Transform - pos: -5.5,20.5 - parent: 1 - - uid: 16124 - components: - - type: Transform - pos: -3.5,20.5 - parent: 1 - - uid: 16125 - components: - - type: Transform - pos: -4.5,20.5 - parent: 1 - - uid: 16126 - components: - - type: Transform - pos: -3.5,21.5 - parent: 1 - - uid: 16127 - components: - - type: Transform - pos: -3.5,22.5 - parent: 1 - - uid: 16128 - components: - - type: Transform - pos: -3.5,23.5 - parent: 1 - - uid: 16151 + parent: 2 + - uid: 3011 components: - type: Transform pos: -4.5,50.5 - parent: 1 - - uid: 16161 + parent: 2 + - uid: 3012 components: - type: Transform pos: -49.5,56.5 - parent: 1 - - uid: 16162 + parent: 2 + - uid: 3013 components: - type: Transform pos: -49.5,57.5 - parent: 1 - - uid: 16163 + parent: 2 + - uid: 3014 components: - type: Transform pos: -49.5,58.5 - parent: 1 - - uid: 16165 + parent: 2 + - uid: 3015 components: - type: Transform pos: -45.5,61.5 - parent: 1 - - uid: 16185 + parent: 2 + - uid: 3016 components: - type: Transform pos: -45.5,5.5 - parent: 1 - - uid: 16187 + parent: 2 + - uid: 3017 components: - type: Transform pos: -51.5,-5.5 - parent: 1 - - uid: 16188 + parent: 2 + - uid: 3018 components: - type: Transform pos: -50.5,-5.5 - parent: 1 - - uid: 16189 + parent: 2 + - uid: 3019 components: - type: Transform pos: -51.5,-2.5 - parent: 1 - - uid: 16190 + parent: 2 + - uid: 3020 components: - type: Transform pos: -51.5,-3.5 - parent: 1 - - uid: 16191 + parent: 2 + - uid: 3021 components: - type: Transform pos: -54.5,-2.5 - parent: 1 - - uid: 16192 + parent: 2 + - uid: 3022 components: - type: Transform pos: -54.5,-3.5 - parent: 1 - - uid: 16193 + parent: 2 + - uid: 3023 components: - type: Transform pos: -50.5,73.5 - parent: 1 - - uid: 16194 + parent: 2 + - uid: 3024 components: - type: Transform pos: -50.5,72.5 - parent: 1 - - uid: 16199 + parent: 2 + - uid: 3025 components: - type: Transform pos: -50.5,74.5 - parent: 1 - - uid: 16204 + parent: 2 + - uid: 3026 components: - type: Transform pos: -52.5,77.5 - parent: 1 - - uid: 16205 + parent: 2 + - uid: 3027 components: - type: Transform pos: -52.5,76.5 - parent: 1 - - uid: 16206 + parent: 2 + - uid: 3028 components: - type: Transform pos: -52.5,75.5 - parent: 1 - - uid: 16207 + parent: 2 + - uid: 3029 components: - type: Transform pos: -52.5,74.5 - parent: 1 - - uid: 16208 + parent: 2 + - uid: 3030 components: - type: Transform pos: -52.5,73.5 - parent: 1 - - uid: 16214 + parent: 2 + - uid: 3031 components: - type: Transform pos: -12.5,3.5 - parent: 1 - - uid: 16215 + parent: 2 + - uid: 3032 components: - type: Transform pos: -12.5,4.5 - parent: 1 - - uid: 16232 + parent: 2 + - uid: 3033 components: - type: Transform pos: -87.5,40.5 - parent: 1 - - uid: 16256 + parent: 2 + - uid: 3034 components: - type: Transform pos: 24.5,19.5 - parent: 1 - - uid: 16257 + parent: 2 + - uid: 3035 components: - type: Transform pos: 24.5,20.5 - parent: 1 - - uid: 16267 + parent: 2 + - uid: 3036 components: - type: Transform pos: 18.5,12.5 - parent: 1 - - uid: 16268 + parent: 2 + - uid: 3037 components: - type: Transform pos: 17.5,9.5 - parent: 1 - - uid: 16269 + parent: 2 + - uid: 3038 components: - type: Transform pos: 19.5,11.5 - parent: 1 - - uid: 16270 + parent: 2 + - uid: 3039 components: - type: Transform pos: 19.5,9.5 - parent: 1 - - uid: 16271 + parent: 2 + - uid: 3040 components: - type: Transform pos: 19.5,12.5 - parent: 1 - - uid: 16272 + parent: 2 + - uid: 3041 components: - type: Transform pos: 18.5,7.5 - parent: 1 - - uid: 16273 + parent: 2 + - uid: 3042 components: - type: Transform pos: 19.5,5.5 - parent: 1 - - uid: 16274 + parent: 2 + - uid: 3043 components: - type: Transform pos: 17.5,5.5 - parent: 1 - - uid: 16275 + parent: 2 + - uid: 3044 components: - type: Transform pos: 18.5,9.5 - parent: 1 - - uid: 16281 + parent: 2 + - uid: 3045 components: - type: Transform pos: 0.5,9.5 - parent: 1 - - uid: 16282 + parent: 2 + - uid: 3046 components: - type: Transform pos: 1.5,9.5 - parent: 1 - - uid: 16283 + parent: 2 + - uid: 3047 components: - type: Transform pos: 2.5,9.5 - parent: 1 - - uid: 16284 + parent: 2 + - uid: 3048 components: - type: Transform pos: 1.5,8.5 - parent: 1 - - uid: 16285 + parent: 2 + - uid: 3049 components: - type: Transform pos: 1.5,7.5 - parent: 1 - - uid: 16286 + parent: 2 + - uid: 3050 components: - type: Transform pos: 1.5,6.5 - parent: 1 - - uid: 16287 + parent: 2 + - uid: 3051 components: - type: Transform pos: -5.5,8.5 - parent: 1 - - uid: 16288 + parent: 2 + - uid: 3052 components: - type: Transform pos: 2.5,5.5 - parent: 1 - - uid: 16289 + parent: 2 + - uid: 3053 components: - type: Transform pos: 3.5,5.5 - parent: 1 - - uid: 16291 + parent: 2 + - uid: 3054 components: - type: Transform pos: 4.5,5.5 - parent: 1 - - uid: 16297 + parent: 2 + - uid: 3055 components: - type: Transform pos: 21.5,5.5 - parent: 1 - - uid: 16298 + parent: 2 + - uid: 3056 components: - type: Transform pos: 18.5,5.5 - parent: 1 - - uid: 16299 + parent: 2 + - uid: 3057 components: - type: Transform pos: 18.5,6.5 - parent: 1 - - uid: 16300 + parent: 2 + - uid: 3058 components: - type: Transform pos: 19.5,10.5 - parent: 1 - - uid: 16301 + parent: 2 + - uid: 3059 components: - type: Transform pos: 17.5,12.5 - parent: 1 - - uid: 16302 + parent: 2 + - uid: 3060 components: - type: Transform pos: 16.5,12.5 - parent: 1 - - uid: 16303 + parent: 2 + - uid: 3061 components: - type: Transform pos: 16.5,9.5 - parent: 1 - - uid: 16329 + parent: 2 + - uid: 3062 components: - type: Transform pos: -6.5,24.5 - parent: 1 - - uid: 16330 - components: - - type: Transform - pos: -6.5,25.5 - parent: 1 - - uid: 16331 - components: - - type: Transform - pos: -7.5,25.5 - parent: 1 - - uid: 16332 + parent: 2 + - uid: 3063 components: - type: Transform pos: -8.5,25.5 - parent: 1 - - uid: 16333 + parent: 2 + - uid: 3064 components: - type: Transform pos: -9.5,25.5 - parent: 1 - - uid: 16334 + parent: 2 + - uid: 3065 components: - type: Transform pos: -5.5,16.5 - parent: 1 - - uid: 16335 + parent: 2 + - uid: 3066 components: - type: Transform pos: -5.5,15.5 - parent: 1 - - uid: 16336 + parent: 2 + - uid: 3067 components: - type: Transform pos: -5.5,14.5 - parent: 1 - - uid: 16337 + parent: 2 + - uid: 3068 components: - type: Transform pos: -5.5,13.5 - parent: 1 - - uid: 16338 + parent: 2 + - uid: 3069 components: - type: Transform pos: -5.5,12.5 - parent: 1 - - uid: 16374 + parent: 2 + - uid: 3070 + components: + - type: Transform + pos: -16.5,15.5 + parent: 2 + - uid: 3071 components: - type: Transform pos: 10.5,48.5 - parent: 1 - - uid: 16392 + parent: 2 + - uid: 3072 components: - type: Transform pos: 19.5,44.5 - parent: 1 - - uid: 16393 + parent: 2 + - uid: 3073 components: - type: Transform pos: 19.5,38.5 - parent: 1 - - uid: 16394 + parent: 2 + - uid: 3074 components: - type: Transform pos: 18.5,38.5 - parent: 1 - - uid: 16395 + parent: 2 + - uid: 3075 components: - type: Transform pos: 17.5,38.5 - parent: 1 - - uid: 16396 + parent: 2 + - uid: 3076 components: - type: Transform pos: 21.5,42.5 - parent: 1 - - uid: 16397 + parent: 2 + - uid: 3077 components: - type: Transform pos: 22.5,42.5 - parent: 1 - - uid: 16398 + parent: 2 + - uid: 3078 components: - type: Transform pos: 23.5,42.5 - parent: 1 - - uid: 16446 + parent: 2 + - uid: 3079 components: - type: Transform pos: -47.5,36.5 - parent: 1 - - uid: 16447 + parent: 2 + - uid: 3080 components: - type: Transform pos: -47.5,44.5 - parent: 1 - - uid: 16477 + parent: 2 + - uid: 3081 components: - type: Transform pos: -53.5,42.5 - parent: 1 - - uid: 16481 + parent: 2 + - uid: 3082 components: - type: Transform pos: -47.5,37.5 - parent: 1 - - uid: 16482 + parent: 2 + - uid: 3083 components: - type: Transform pos: -47.5,40.5 - parent: 1 - - uid: 16483 + parent: 2 + - uid: 3084 components: - type: Transform pos: -47.5,41.5 - parent: 1 - - uid: 16484 + parent: 2 + - uid: 3085 components: - type: Transform pos: -47.5,45.5 - parent: 1 - - uid: 16485 + parent: 2 + - uid: 3086 components: - type: Transform pos: -47.5,46.5 - parent: 1 - - uid: 16486 + parent: 2 + - uid: 3087 components: - type: Transform pos: -47.5,47.5 - parent: 1 - - uid: 16487 + parent: 2 + - uid: 3088 components: - type: Transform pos: -48.5,46.5 - parent: 1 - - uid: 16488 + parent: 2 + - uid: 3089 components: - type: Transform pos: -49.5,46.5 - parent: 1 - - uid: 16490 + parent: 2 + - uid: 3090 components: - type: Transform pos: -51.5,46.5 - parent: 1 - - uid: 16491 + parent: 2 + - uid: 3091 components: - type: Transform pos: -52.5,46.5 - parent: 1 - - uid: 16492 + parent: 2 + - uid: 3092 components: - type: Transform pos: -53.5,46.5 - parent: 1 - - uid: 16493 + parent: 2 + - uid: 3093 components: - type: Transform pos: -54.5,46.5 - parent: 1 - - uid: 16494 + parent: 2 + - uid: 3094 components: - type: Transform pos: -55.5,46.5 - parent: 1 - - uid: 16495 + parent: 2 + - uid: 3095 components: - type: Transform pos: -57.5,27.5 - parent: 1 - - uid: 16496 + parent: 2 + - uid: 3096 components: - type: Transform pos: -57.5,28.5 - parent: 1 - - uid: 16497 + parent: 2 + - uid: 3097 components: - type: Transform pos: -58.5,32.5 - parent: 1 - - uid: 16500 + parent: 2 + - uid: 3098 components: - type: Transform pos: -66.5,30.5 - parent: 1 - - uid: 16598 + parent: 2 + - uid: 3099 components: - type: Transform pos: -49.5,62.5 - parent: 1 - - uid: 16599 + parent: 2 + - uid: 3100 components: - type: Transform pos: -50.5,62.5 - parent: 1 - - uid: 16658 + parent: 2 + - uid: 3101 components: - type: Transform pos: 11.5,48.5 - parent: 1 - - uid: 16659 + parent: 2 + - uid: 3102 components: - type: Transform pos: 12.5,48.5 - parent: 1 - - uid: 16660 + parent: 2 + - uid: 3103 components: - type: Transform pos: 13.5,48.5 - parent: 1 - - uid: 16661 + parent: 2 + - uid: 3104 components: - type: Transform pos: 14.5,48.5 - parent: 1 - - uid: 16662 + parent: 2 + - uid: 3105 components: - type: Transform pos: 15.5,48.5 - parent: 1 - - uid: 16664 + parent: 2 + - uid: 3106 components: - type: Transform pos: 15.5,47.5 - parent: 1 - - uid: 16665 + parent: 2 + - uid: 3107 components: - type: Transform pos: 15.5,46.5 - parent: 1 - - uid: 16879 + parent: 2 + - uid: 3108 components: - type: Transform pos: 9.5,-13.5 - parent: 1 - - uid: 16880 + parent: 2 + - uid: 3109 components: - type: Transform pos: 10.5,-12.5 - parent: 1 - - uid: 16881 + parent: 2 + - uid: 3110 components: - type: Transform pos: 8.5,-16.5 - parent: 1 - - uid: 16882 + parent: 2 + - uid: 3111 components: - type: Transform pos: 9.5,-16.5 - parent: 1 - - uid: 16883 + parent: 2 + - uid: 3112 components: - type: Transform pos: 10.5,-16.5 - parent: 1 - - uid: 16884 + parent: 2 + - uid: 3113 components: - type: Transform pos: 11.5,-16.5 - parent: 1 - - uid: 16885 + parent: 2 + - uid: 3114 components: - type: Transform pos: 12.5,-16.5 - parent: 1 - - uid: 16886 + parent: 2 + - uid: 3115 components: - type: Transform pos: 13.5,-16.5 - parent: 1 - - uid: 16887 + parent: 2 + - uid: 3116 components: - type: Transform pos: 14.5,-16.5 - parent: 1 - - uid: 16888 + parent: 2 + - uid: 3117 components: - type: Transform pos: 14.5,-15.5 - parent: 1 - - uid: 16889 + parent: 2 + - uid: 3118 components: - type: Transform pos: 9.5,-17.5 - parent: 1 - - uid: 16890 + parent: 2 + - uid: 3119 components: - type: Transform pos: 9.5,-18.5 - parent: 1 - - uid: 16891 + parent: 2 + - uid: 3120 components: - type: Transform pos: 9.5,-19.5 - parent: 1 - - uid: 16935 + parent: 2 + - uid: 3121 components: - type: Transform pos: -18.5,-5.5 - parent: 1 - - uid: 16937 + parent: 2 + - uid: 3122 components: - type: Transform pos: -18.5,-6.5 - parent: 1 - - uid: 16943 + parent: 2 + - uid: 3123 components: - type: Transform pos: -0.5,-2.5 - parent: 1 - - uid: 16944 + parent: 2 + - uid: 3124 components: - type: Transform pos: -0.5,-0.5 - parent: 1 - - uid: 17074 + parent: 2 + - uid: 3125 components: - type: Transform pos: 12.5,22.5 - parent: 1 - - uid: 17111 + parent: 2 + - uid: 3126 components: - type: Transform pos: 12.5,25.5 - parent: 1 - - uid: 17112 + parent: 2 + - uid: 3127 components: - type: Transform pos: 13.5,19.5 - parent: 1 - - uid: 17113 + parent: 2 + - uid: 3128 components: - type: Transform pos: 13.5,20.5 - parent: 1 - - uid: 17160 + parent: 2 + - uid: 3129 components: - type: Transform pos: -12.5,-8.5 - parent: 1 - - uid: 17161 + parent: 2 + - uid: 3130 components: - type: Transform pos: -12.5,-7.5 - parent: 1 - - uid: 17162 + parent: 2 + - uid: 3131 components: - type: Transform pos: -13.5,-11.5 - parent: 1 - - uid: 17163 + parent: 2 + - uid: 3132 components: - type: Transform pos: -14.5,-11.5 - parent: 1 - - uid: 17164 + parent: 2 + - uid: 3133 components: - type: Transform pos: -15.5,-11.5 - parent: 1 - - uid: 17165 + parent: 2 + - uid: 3134 components: - type: Transform pos: -16.5,-11.5 - parent: 1 - - uid: 17166 + parent: 2 + - uid: 3135 components: - type: Transform pos: -16.5,-10.5 - parent: 1 - - uid: 17167 + parent: 2 + - uid: 3136 components: - type: Transform pos: -17.5,-10.5 - parent: 1 - - uid: 17168 + parent: 2 + - uid: 3137 components: - type: Transform pos: -18.5,-10.5 - parent: 1 - - uid: 17169 + parent: 2 + - uid: 3138 components: - type: Transform pos: -18.5,-11.5 - parent: 1 - - uid: 17184 + parent: 2 + - uid: 3139 components: - type: Transform pos: -6.5,-13.5 - parent: 1 - - uid: 17185 + parent: 2 + - uid: 3140 components: - type: Transform pos: -6.5,-12.5 - parent: 1 - - uid: 17186 + parent: 2 + - uid: 3141 components: - type: Transform pos: -6.5,-11.5 - parent: 1 - - uid: 17187 + parent: 2 + - uid: 3142 components: - type: Transform pos: -7.5,-11.5 - parent: 1 - - uid: 17188 + parent: 2 + - uid: 3143 components: - type: Transform pos: -8.5,-11.5 - parent: 1 - - uid: 17190 + parent: 2 + - uid: 3144 components: - type: Transform pos: -8.5,-10.5 - parent: 1 - - uid: 17191 + parent: 2 + - uid: 3145 components: - type: Transform pos: -8.5,-9.5 - parent: 1 - - uid: 17192 + parent: 2 + - uid: 3146 components: - type: Transform pos: -8.5,-8.5 - parent: 1 - - uid: 17193 + parent: 2 + - uid: 3147 components: - type: Transform pos: -8.5,-7.5 - parent: 1 - - uid: 17194 + parent: 2 + - uid: 3148 components: - type: Transform pos: -5.5,-11.5 - parent: 1 - - uid: 17195 + parent: 2 + - uid: 3149 components: - type: Transform pos: -4.5,-11.5 - parent: 1 - - uid: 17196 + parent: 2 + - uid: 3150 components: - type: Transform pos: -3.5,-11.5 - parent: 1 - - uid: 17197 + parent: 2 + - uid: 3151 components: - type: Transform pos: -2.5,-11.5 - parent: 1 - - uid: 17198 + parent: 2 + - uid: 3152 components: - type: Transform pos: -1.5,-11.5 - parent: 1 - - uid: 17199 + parent: 2 + - uid: 3153 components: - type: Transform pos: -0.5,-11.5 - parent: 1 - - uid: 17201 + parent: 2 + - uid: 3154 components: - type: Transform pos: -0.5,-10.5 - parent: 1 - - uid: 17202 + parent: 2 + - uid: 3155 components: - type: Transform pos: -0.5,-9.5 - parent: 1 - - uid: 17203 + parent: 2 + - uid: 3156 components: - type: Transform pos: -0.5,-8.5 - parent: 1 - - uid: 17204 + parent: 2 + - uid: 3157 components: - type: Transform pos: -3.5,-12.5 - parent: 1 - - uid: 17205 + parent: 2 + - uid: 3158 components: - type: Transform pos: -3.5,-13.5 - parent: 1 - - uid: 17206 + parent: 2 + - uid: 3159 components: - type: Transform pos: -3.5,-10.5 - parent: 1 - - uid: 17207 + parent: 2 + - uid: 3160 components: - type: Transform pos: -3.5,-9.5 - parent: 1 - - uid: 17208 + parent: 2 + - uid: 3161 components: - type: Transform pos: -3.5,-8.5 - parent: 1 - - uid: 17209 + parent: 2 + - uid: 3162 components: - type: Transform pos: -3.5,-7.5 - parent: 1 - - uid: 17210 + parent: 2 + - uid: 3163 components: - type: Transform pos: -1.5,-17.5 - parent: 1 - - uid: 17211 + parent: 2 + - uid: 3164 components: - type: Transform pos: -2.5,-17.5 - parent: 1 - - uid: 17212 + parent: 2 + - uid: 3165 components: - type: Transform pos: -3.5,-17.5 - parent: 1 - - uid: 17213 + parent: 2 + - uid: 3166 components: - type: Transform pos: -3.5,-16.5 - parent: 1 - - uid: 17214 + parent: 2 + - uid: 3167 components: - type: Transform pos: -4.5,-16.5 - parent: 1 - - uid: 17215 + parent: 2 + - uid: 3168 components: - type: Transform pos: -5.5,-16.5 - parent: 1 - - uid: 17216 + parent: 2 + - uid: 3169 components: - type: Transform pos: -6.5,-16.5 - parent: 1 - - uid: 17217 + parent: 2 + - uid: 3170 components: - type: Transform pos: -7.5,-16.5 - parent: 1 - - uid: 17218 + parent: 2 + - uid: 3171 components: - type: Transform pos: -8.5,-16.5 - parent: 1 - - uid: 17219 + parent: 2 + - uid: 3172 components: - type: Transform pos: -9.5,-16.5 - parent: 1 - - uid: 17220 + parent: 2 + - uid: 3173 components: - type: Transform pos: -5.5,-17.5 - parent: 1 - - uid: 17221 + parent: 2 + - uid: 3174 components: - type: Transform pos: -5.5,-18.5 - parent: 1 - - uid: 17222 + parent: 2 + - uid: 3175 components: - type: Transform pos: -8.5,-15.5 - parent: 1 - - uid: 17223 + parent: 2 + - uid: 3176 components: - type: Transform pos: -8.5,-14.5 - parent: 1 - - uid: 17224 + parent: 2 + - uid: 3177 components: - type: Transform pos: -5.5,-19.5 - parent: 1 - - uid: 17225 + parent: 2 + - uid: 3178 components: - type: Transform pos: -5.5,-21.5 - parent: 1 - - uid: 17226 + parent: 2 + - uid: 3179 components: - type: Transform pos: -5.5,-20.5 - parent: 1 - - uid: 17227 + parent: 2 + - uid: 3180 components: - type: Transform pos: -5.5,-22.5 - parent: 1 - - uid: 17228 + parent: 2 + - uid: 3181 components: - type: Transform pos: -5.5,-23.5 - parent: 1 - - uid: 17229 + parent: 2 + - uid: 3182 components: - type: Transform pos: -4.5,-21.5 - parent: 1 - - uid: 17230 + parent: 2 + - uid: 3183 components: - type: Transform pos: -3.5,-21.5 - parent: 1 - - uid: 17231 + parent: 2 + - uid: 3184 components: - type: Transform pos: -2.5,-21.5 - parent: 1 - - uid: 17232 + parent: 2 + - uid: 3185 components: - type: Transform pos: -1.5,-21.5 - parent: 1 - - uid: 17233 + parent: 2 + - uid: 3186 components: - type: Transform pos: -11.5,-19.5 - parent: 1 - - uid: 17234 + parent: 2 + - uid: 3187 components: - type: Transform pos: -11.5,-20.5 - parent: 1 - - uid: 17235 + parent: 2 + - uid: 3188 components: - type: Transform pos: -12.5,-20.5 - parent: 1 - - uid: 17236 + parent: 2 + - uid: 3189 components: - type: Transform pos: -13.5,-20.5 - parent: 1 - - uid: 17237 + parent: 2 + - uid: 3190 components: - type: Transform pos: -13.5,-21.5 - parent: 1 - - uid: 17238 + parent: 2 + - uid: 3191 components: - type: Transform pos: -13.5,-22.5 - parent: 1 - - uid: 17239 + parent: 2 + - uid: 3192 components: - type: Transform pos: -10.5,-29.5 - parent: 1 - - uid: 17240 + parent: 2 + - uid: 3193 components: - type: Transform pos: -11.5,-29.5 - parent: 1 - - uid: 17241 + parent: 2 + - uid: 3194 components: - type: Transform pos: -12.5,-29.5 - parent: 1 - - uid: 17242 + parent: 2 + - uid: 3195 components: - type: Transform pos: -13.5,-29.5 - parent: 1 - - uid: 17243 + parent: 2 + - uid: 3196 components: - type: Transform pos: -13.5,-28.5 - parent: 1 - - uid: 17244 + parent: 2 + - uid: 3197 components: - type: Transform pos: -13.5,-27.5 - parent: 1 - - uid: 17245 + parent: 2 + - uid: 3198 components: - type: Transform pos: -13.5,-26.5 - parent: 1 - - uid: 17246 + parent: 2 + - uid: 3199 components: - type: Transform pos: -13.5,-25.5 - parent: 1 - - uid: 17247 + parent: 2 + - uid: 3200 components: - type: Transform pos: -13.5,-30.5 - parent: 1 - - uid: 17248 + parent: 2 + - uid: 3201 components: - type: Transform pos: -13.5,-31.5 - parent: 1 - - uid: 17249 + parent: 2 + - uid: 3202 components: - type: Transform pos: -13.5,-32.5 - parent: 1 - - uid: 17250 + parent: 2 + - uid: 3203 components: - type: Transform pos: -13.5,-33.5 - parent: 1 - - uid: 17251 + parent: 2 + - uid: 3204 components: - type: Transform pos: -13.5,-34.5 - parent: 1 - - uid: 17252 + parent: 2 + - uid: 3205 components: - type: Transform pos: -13.5,-35.5 - parent: 1 - - uid: 17253 + parent: 2 + - uid: 3206 components: - type: Transform pos: -13.5,-36.5 - parent: 1 - - uid: 17254 + parent: 2 + - uid: 3207 components: - type: Transform pos: -12.5,-34.5 - parent: 1 - - uid: 17255 + parent: 2 + - uid: 3208 components: - type: Transform pos: -11.5,-34.5 - parent: 1 - - uid: 17256 + parent: 2 + - uid: 3209 components: - type: Transform pos: -10.5,-34.5 - parent: 1 - - uid: 17257 + parent: 2 + - uid: 3210 components: - type: Transform pos: -9.5,-34.5 - parent: 1 - - uid: 17258 + parent: 2 + - uid: 3211 components: - type: Transform pos: -8.5,-34.5 - parent: 1 - - uid: 17259 + parent: 2 + - uid: 3212 components: - type: Transform pos: -8.5,-33.5 - parent: 1 - - uid: 17260 + parent: 2 + - uid: 3213 components: - type: Transform pos: -8.5,-32.5 - parent: 1 - - uid: 17261 + parent: 2 + - uid: 3214 components: - type: Transform pos: -8.5,-31.5 - parent: 1 - - uid: 17262 + parent: 2 + - uid: 3215 components: - type: Transform pos: -8.5,-30.5 - parent: 1 - - uid: 17263 + parent: 2 + - uid: 3216 components: - type: Transform pos: -8.5,-35.5 - parent: 1 - - uid: 17264 + parent: 2 + - uid: 3217 components: - type: Transform pos: -8.5,-36.5 - parent: 1 - - uid: 17265 + parent: 2 + - uid: 3218 components: - type: Transform pos: -8.5,-37.5 - parent: 1 - - uid: 17266 + parent: 2 + - uid: 3219 components: - type: Transform pos: -8.5,-38.5 - parent: 1 - - uid: 17267 + parent: 2 + - uid: 3220 components: - type: Transform pos: -8.5,-39.5 - parent: 1 - - uid: 17268 + parent: 2 + - uid: 3221 components: - type: Transform pos: -14.5,-33.5 - parent: 1 - - uid: 17269 + parent: 2 + - uid: 3222 components: - type: Transform pos: -15.5,-33.5 - parent: 1 - - uid: 17270 + parent: 2 + - uid: 3223 components: - type: Transform pos: -16.5,-33.5 - parent: 1 - - uid: 17271 + parent: 2 + - uid: 3224 components: - type: Transform pos: -17.5,-33.5 - parent: 1 - - uid: 17272 + parent: 2 + - uid: 3225 components: - type: Transform pos: -18.5,-33.5 - parent: 1 - - uid: 17273 + parent: 2 + - uid: 3226 components: - type: Transform pos: -18.5,-32.5 - parent: 1 - - uid: 17274 + parent: 2 + - uid: 3227 components: - type: Transform pos: -18.5,-31.5 - parent: 1 - - uid: 17275 + parent: 2 + - uid: 3228 components: - type: Transform pos: -18.5,-30.5 - parent: 1 - - uid: 17276 + parent: 2 + - uid: 3229 components: - type: Transform pos: -18.5,-34.5 - parent: 1 - - uid: 17277 + parent: 2 + - uid: 3230 components: - type: Transform pos: -18.5,-35.5 - parent: 1 - - uid: 17278 + parent: 2 + - uid: 3231 components: - type: Transform pos: -18.5,-36.5 - parent: 1 - - uid: 17688 + parent: 2 + - uid: 3232 components: - type: Transform pos: -75.5,13.5 - parent: 1 - - uid: 17689 + parent: 2 + - uid: 3233 components: - type: Transform pos: -75.5,12.5 - parent: 1 - - uid: 17690 + parent: 2 + - uid: 3234 components: - type: Transform pos: -74.5,12.5 - parent: 1 - - uid: 17691 + parent: 2 + - uid: 3235 components: - type: Transform pos: -73.5,12.5 - parent: 1 - - uid: 17692 + parent: 2 + - uid: 3236 components: - type: Transform pos: -72.5,12.5 - parent: 1 - - uid: 17693 + parent: 2 + - uid: 3237 components: - type: Transform pos: -71.5,12.5 - parent: 1 - - uid: 17694 + parent: 2 + - uid: 3238 components: - type: Transform pos: -71.5,11.5 - parent: 1 - - uid: 17695 + parent: 2 + - uid: 3239 components: - type: Transform pos: -71.5,10.5 - parent: 1 - - uid: 17696 + parent: 2 + - uid: 3240 components: - type: Transform pos: -71.5,9.5 - parent: 1 - - uid: 17697 + parent: 2 + - uid: 3241 components: - type: Transform pos: -71.5,8.5 - parent: 1 - - uid: 17698 + parent: 2 + - uid: 3242 components: - type: Transform pos: -70.5,8.5 - parent: 1 - - uid: 17699 + parent: 2 + - uid: 3243 components: - type: Transform pos: -69.5,8.5 - parent: 1 - - uid: 17700 + parent: 2 + - uid: 3244 components: - type: Transform pos: -75.5,11.5 - parent: 1 - - uid: 17701 + parent: 2 + - uid: 3245 components: - type: Transform pos: -75.5,9.5 - parent: 1 - - uid: 17702 + parent: 2 + - uid: 3246 components: - type: Transform pos: -75.5,10.5 - parent: 1 - - uid: 17703 + parent: 2 + - uid: 3247 components: - type: Transform pos: -74.5,9.5 - parent: 1 - - uid: 17704 + parent: 2 + - uid: 3248 components: - type: Transform pos: -73.5,9.5 - parent: 1 - - uid: 17757 + parent: 2 + - uid: 3249 components: - type: Transform pos: -88.5,40.5 - parent: 1 - - uid: 17858 + parent: 2 + - uid: 3250 components: - type: Transform pos: -78.5,39.5 - parent: 1 - - uid: 17862 + parent: 2 + - uid: 3251 components: - type: Transform pos: -78.5,40.5 - parent: 1 - - uid: 17864 + parent: 2 + - uid: 3252 components: - type: Transform pos: -89.5,44.5 - parent: 1 - - uid: 17943 - components: - - type: Transform - pos: -93.5,32.5 - parent: 1 - - uid: 17946 - components: - - type: Transform - pos: -98.5,33.5 - parent: 1 - - uid: 17947 + parent: 2 + - uid: 3253 components: - type: Transform - pos: -94.5,33.5 - parent: 1 - - uid: 18028 + pos: -105.5,21.5 + parent: 2 + - uid: 3256 components: - type: Transform pos: -78.5,41.5 - parent: 1 - - uid: 18029 + parent: 2 + - uid: 3257 components: - type: Transform pos: -78.5,42.5 - parent: 1 - - uid: 18030 + parent: 2 + - uid: 3258 components: - type: Transform pos: -78.5,43.5 - parent: 1 - - uid: 18032 + parent: 2 + - uid: 3259 components: - type: Transform pos: -78.5,48.5 - parent: 1 - - uid: 18033 + parent: 2 + - uid: 3260 components: - type: Transform pos: -75.5,40.5 - parent: 1 - - uid: 18034 + parent: 2 + - uid: 3261 components: - type: Transform pos: -74.5,40.5 - parent: 1 - - uid: 18035 + parent: 2 + - uid: 3262 components: - type: Transform pos: -73.5,40.5 - parent: 1 - - uid: 18036 + parent: 2 + - uid: 3263 components: - type: Transform pos: -72.5,40.5 - parent: 1 - - uid: 18037 + parent: 2 + - uid: 3264 components: - type: Transform pos: -71.5,40.5 - parent: 1 - - uid: 18038 + parent: 2 + - uid: 3265 components: - type: Transform pos: -69.5,40.5 - parent: 1 - - uid: 18039 + parent: 2 + - uid: 3266 components: - type: Transform pos: -70.5,40.5 - parent: 1 - - uid: 18040 + parent: 2 + - uid: 3267 components: - type: Transform pos: -74.5,39.5 - parent: 1 - - uid: 18041 + parent: 2 + - uid: 3268 components: - type: Transform pos: -74.5,38.5 - parent: 1 - - uid: 18042 + parent: 2 + - uid: 3269 components: - type: Transform pos: -74.5,37.5 - parent: 1 - - uid: 18043 + parent: 2 + - uid: 3270 components: - type: Transform pos: -73.5,37.5 - parent: 1 - - uid: 18044 + parent: 2 + - uid: 3271 components: - type: Transform pos: -72.5,37.5 - parent: 1 - - uid: 18045 + parent: 2 + - uid: 3272 components: - type: Transform pos: -71.5,37.5 - parent: 1 - - uid: 18046 + parent: 2 + - uid: 3273 components: - type: Transform pos: -69.5,37.5 - parent: 1 - - uid: 18047 + parent: 2 + - uid: 3274 components: - type: Transform pos: -70.5,37.5 - parent: 1 - - uid: 18048 + parent: 2 + - uid: 3275 components: - type: Transform pos: -75.5,42.5 - parent: 1 - - uid: 18049 + parent: 2 + - uid: 3276 components: - type: Transform pos: -75.5,41.5 - parent: 1 - - uid: 18050 + parent: 2 + - uid: 3277 components: - type: Transform pos: -75.5,43.5 - parent: 1 - - uid: 18051 + parent: 2 + - uid: 3278 components: - type: Transform pos: -75.5,44.5 - parent: 1 - - uid: 18052 + parent: 2 + - uid: 3279 components: - type: Transform pos: -75.5,45.5 - parent: 1 - - uid: 18053 + parent: 2 + - uid: 3280 components: - type: Transform pos: -76.5,47.5 - parent: 1 - - uid: 18058 + parent: 2 + - uid: 3281 components: - type: Transform pos: -67.5,41.5 - parent: 1 - - uid: 18059 + parent: 2 + - uid: 3282 components: - type: Transform pos: -67.5,42.5 - parent: 1 - - uid: 18061 + parent: 2 + - uid: 3283 components: - type: Transform pos: -72.5,43.5 - parent: 1 - - uid: 18062 + parent: 2 + - uid: 3284 components: - type: Transform pos: -69.5,42.5 - parent: 1 - - uid: 18063 + parent: 2 + - uid: 3285 components: - type: Transform pos: -69.5,43.5 - parent: 1 - - uid: 18064 + parent: 2 + - uid: 3286 components: - type: Transform pos: -70.5,44.5 - parent: 1 - - uid: 18065 + parent: 2 + - uid: 3287 components: - type: Transform pos: -71.5,44.5 - parent: 1 - - uid: 18066 + parent: 2 + - uid: 3288 components: - type: Transform pos: -72.5,44.5 - parent: 1 - - uid: 18184 + parent: 2 + - uid: 3289 components: - type: Transform pos: -77.5,47.5 - parent: 1 - - uid: 18185 + parent: 2 + - uid: 3290 components: - type: Transform pos: -78.5,47.5 - parent: 1 - - uid: 18186 + parent: 2 + - uid: 3291 components: - type: Transform pos: -78.5,46.5 - parent: 1 - - uid: 18187 + parent: 2 + - uid: 3292 components: - type: Transform pos: -78.5,45.5 - parent: 1 - - uid: 18188 + parent: 2 + - uid: 3293 components: - type: Transform pos: -79.5,45.5 - parent: 1 - - uid: 18189 + parent: 2 + - uid: 3294 components: - type: Transform pos: -80.5,45.5 - parent: 1 - - uid: 18200 + parent: 2 + - uid: 3295 components: - type: Transform pos: -88.5,45.5 - parent: 1 - - uid: 18201 + parent: 2 + - uid: 3296 components: - type: Transform pos: -87.5,45.5 - parent: 1 - - uid: 18202 + parent: 2 + - uid: 3297 components: - type: Transform pos: -86.5,45.5 - parent: 1 - - uid: 18203 + parent: 2 + - uid: 3298 components: - type: Transform pos: -85.5,45.5 - parent: 1 - - uid: 18204 + parent: 2 + - uid: 3299 components: - type: Transform pos: -84.5,45.5 - parent: 1 - - uid: 18205 + parent: 2 + - uid: 3300 components: - type: Transform pos: -83.5,45.5 - parent: 1 - - uid: 18206 + parent: 2 + - uid: 3301 components: - type: Transform pos: -81.5,45.5 - parent: 1 - - uid: 18207 + parent: 2 + - uid: 3302 components: - type: Transform pos: -82.5,45.5 - parent: 1 - - uid: 18208 + parent: 2 + - uid: 3303 components: - type: Transform pos: -89.5,40.5 - parent: 1 - - uid: 18209 + parent: 2 + - uid: 3304 components: - type: Transform pos: -90.5,40.5 - parent: 1 - - uid: 18210 + parent: 2 + - uid: 3305 components: - type: Transform pos: -91.5,40.5 - parent: 1 - - uid: 18211 + parent: 2 + - uid: 3306 components: - type: Transform pos: -89.5,45.5 - parent: 1 - - uid: 18212 + parent: 2 + - uid: 3307 components: - type: Transform pos: -89.5,46.5 - parent: 1 - - uid: 18213 + parent: 2 + - uid: 3308 components: - type: Transform pos: -89.5,47.5 - parent: 1 - - uid: 18214 + parent: 2 + - uid: 3309 components: - type: Transform pos: -89.5,48.5 - parent: 1 - - uid: 18215 + parent: 2 + - uid: 3310 components: - type: Transform pos: -90.5,48.5 - parent: 1 - - uid: 18216 + parent: 2 + - uid: 3311 components: - type: Transform pos: -91.5,48.5 - parent: 1 - - uid: 18217 - components: - - type: Transform - pos: -92.5,48.5 - parent: 1 - - uid: 18218 - components: - - type: Transform - pos: -93.5,48.5 - parent: 1 - - uid: 18219 + parent: 2 + - uid: 3312 components: - type: Transform - pos: -94.5,48.5 - parent: 1 - - uid: 18222 + pos: -98.5,17.5 + parent: 2 + - uid: 3315 components: - type: Transform pos: -79.5,51.5 - parent: 1 - - uid: 18223 + parent: 2 + - uid: 3316 components: - type: Transform pos: -79.5,52.5 - parent: 1 - - uid: 18224 + parent: 2 + - uid: 3317 components: - type: Transform pos: -80.5,52.5 - parent: 1 - - uid: 18225 + parent: 2 + - uid: 3318 components: - type: Transform pos: -80.5,53.5 - parent: 1 - - uid: 18226 + parent: 2 + - uid: 3319 components: - type: Transform pos: -81.5,53.5 - parent: 1 - - uid: 18227 + parent: 2 + - uid: 3320 components: - type: Transform pos: -82.5,53.5 - parent: 1 - - uid: 18228 + parent: 2 + - uid: 3321 components: - type: Transform pos: -82.5,52.5 - parent: 1 - - uid: 18229 + parent: 2 + - uid: 3322 components: - type: Transform pos: -83.5,52.5 - parent: 1 - - uid: 18230 + parent: 2 + - uid: 3323 components: - type: Transform pos: -84.5,52.5 - parent: 1 - - uid: 18231 + parent: 2 + - uid: 3324 components: - type: Transform pos: -85.5,52.5 - parent: 1 - - uid: 18232 + parent: 2 + - uid: 3325 components: - type: Transform pos: -86.5,52.5 - parent: 1 - - uid: 18233 + parent: 2 + - uid: 3326 components: - type: Transform pos: -88.5,52.5 - parent: 1 - - uid: 18234 + parent: 2 + - uid: 3327 components: - type: Transform pos: -89.5,52.5 - parent: 1 - - uid: 18235 + parent: 2 + - uid: 3328 components: - type: Transform pos: -90.5,52.5 - parent: 1 - - uid: 18236 + parent: 2 + - uid: 3329 components: - type: Transform pos: -91.5,52.5 - parent: 1 - - uid: 18237 + parent: 2 + - uid: 3330 components: - type: Transform pos: -92.5,52.5 - parent: 1 - - uid: 18238 + parent: 2 + - uid: 3331 components: - type: Transform pos: -93.5,52.5 - parent: 1 - - uid: 18239 + parent: 2 + - uid: 3332 components: - type: Transform pos: -94.5,52.5 - parent: 1 - - uid: 18240 + parent: 2 + - uid: 3333 components: - type: Transform pos: -87.5,52.5 - parent: 1 - - uid: 18241 + parent: 2 + - uid: 3334 components: - type: Transform pos: -81.5,54.5 - parent: 1 - - uid: 18242 + parent: 2 + - uid: 3335 components: - type: Transform pos: -81.5,55.5 - parent: 1 - - uid: 18243 + parent: 2 + - uid: 3336 components: - type: Transform pos: -81.5,56.5 - parent: 1 - - uid: 18244 + parent: 2 + - uid: 3337 components: - type: Transform pos: -81.5,57.5 - parent: 1 - - uid: 18245 + parent: 2 + - uid: 3338 components: - type: Transform pos: -81.5,58.5 - parent: 1 - - uid: 18246 + parent: 2 + - uid: 3339 components: - type: Transform pos: -82.5,58.5 - parent: 1 - - uid: 18247 + parent: 2 + - uid: 3340 components: - type: Transform pos: -83.5,58.5 - parent: 1 - - uid: 18248 + parent: 2 + - uid: 3341 components: - type: Transform pos: -84.5,58.5 - parent: 1 - - uid: 18249 + parent: 2 + - uid: 3342 components: - type: Transform pos: -85.5,58.5 - parent: 1 - - uid: 18250 + parent: 2 + - uid: 3343 components: - type: Transform pos: -87.5,58.5 - parent: 1 - - uid: 18251 + parent: 2 + - uid: 3344 components: - type: Transform pos: -88.5,58.5 - parent: 1 - - uid: 18252 + parent: 2 + - uid: 3345 components: - type: Transform pos: -89.5,58.5 - parent: 1 - - uid: 18253 + parent: 2 + - uid: 3346 components: - type: Transform pos: -90.5,58.5 - parent: 1 - - uid: 18254 + parent: 2 + - uid: 3347 components: - type: Transform pos: -91.5,58.5 - parent: 1 - - uid: 18255 + parent: 2 + - uid: 3348 components: - type: Transform pos: -92.5,58.5 - parent: 1 - - uid: 18256 + parent: 2 + - uid: 3349 components: - type: Transform pos: -86.5,58.5 - parent: 1 - - uid: 18257 + parent: 2 + - uid: 3350 components: - type: Transform pos: -80.5,58.5 - parent: 1 - - uid: 18258 + parent: 2 + - uid: 3351 components: - type: Transform pos: -79.5,58.5 - parent: 1 - - uid: 18260 + parent: 2 + - uid: 3352 components: - type: Transform pos: -91.5,41.5 - parent: 1 - - uid: 18262 + parent: 2 + - uid: 3353 components: - type: Transform pos: -91.5,42.5 - parent: 1 - - uid: 18263 + parent: 2 + - uid: 3354 components: - type: Transform pos: -92.5,42.5 - parent: 1 - - uid: 18264 + parent: 2 + - uid: 3355 components: - type: Transform pos: -93.5,42.5 - parent: 1 - - uid: 18265 + parent: 2 + - uid: 3356 components: - type: Transform pos: -94.5,42.5 - parent: 1 - - uid: 18266 + parent: 2 + - uid: 3357 components: - type: Transform pos: -95.5,42.5 - parent: 1 - - uid: 18267 + parent: 2 + - uid: 3358 components: - type: Transform pos: -92.5,43.5 - parent: 1 - - uid: 18268 + parent: 2 + - uid: 3359 components: - type: Transform pos: -92.5,44.5 - parent: 1 - - uid: 18269 + parent: 2 + - uid: 3360 components: - type: Transform pos: -92.5,45.5 - parent: 1 - - uid: 18270 + parent: 2 + - uid: 3361 components: - type: Transform pos: -93.5,45.5 - parent: 1 - - uid: 18271 + parent: 2 + - uid: 3362 components: - type: Transform pos: -94.5,45.5 - parent: 1 - - uid: 18272 + parent: 2 + - uid: 3363 components: - type: Transform pos: -95.5,45.5 - parent: 1 - - uid: 18408 + parent: 2 + - uid: 3364 components: - type: Transform pos: -69.5,39.5 - parent: 1 - - uid: 18409 + parent: 2 + - uid: 3365 components: - type: Transform pos: -69.5,38.5 - parent: 1 - - uid: 18410 + parent: 2 + - uid: 3366 components: - type: Transform pos: -68.5,38.5 - parent: 1 - - uid: 18411 + parent: 2 + - uid: 3367 components: - type: Transform pos: -76.5,40.5 - parent: 1 - - uid: 18412 + parent: 2 + - uid: 3368 components: - type: Transform pos: -77.5,40.5 - parent: 1 - - uid: 18479 + parent: 2 + - uid: 3369 components: - type: Transform pos: 20.5,56.5 - parent: 1 - - uid: 18482 + parent: 2 + - uid: 3370 components: - type: Transform pos: 15.5,49.5 - parent: 1 - - uid: 18483 + parent: 2 + - uid: 3371 components: - type: Transform pos: 16.5,49.5 - parent: 1 - - uid: 18485 + parent: 2 + - uid: 3372 components: - type: Transform pos: 14.5,55.5 - parent: 1 - - uid: 18486 + parent: 2 + - uid: 3373 components: - type: Transform pos: 15.5,54.5 - parent: 1 - - uid: 18487 + parent: 2 + - uid: 3374 components: - type: Transform pos: 15.5,53.5 - parent: 1 - - uid: 18544 + parent: 2 + - uid: 3375 components: - type: Transform pos: 13.5,55.5 - parent: 1 - - uid: 18545 + parent: 2 + - uid: 3376 components: - type: Transform pos: 11.5,54.5 - parent: 1 - - uid: 18546 + parent: 2 + - uid: 3377 components: - type: Transform pos: 11.5,53.5 - parent: 1 - - uid: 18547 + parent: 2 + - uid: 3378 components: - type: Transform pos: 11.5,55.5 - parent: 1 - - uid: 18548 + parent: 2 + - uid: 3379 components: - type: Transform pos: 11.5,56.5 - parent: 1 - - uid: 18549 + parent: 2 + - uid: 3380 components: - type: Transform pos: 11.5,57.5 - parent: 1 - - uid: 18550 + parent: 2 + - uid: 3381 components: - type: Transform pos: 11.5,58.5 - parent: 1 - - uid: 18551 + parent: 2 + - uid: 3382 components: - type: Transform pos: 12.5,58.5 - parent: 1 - - uid: 18552 + parent: 2 + - uid: 3383 components: - type: Transform pos: 13.5,58.5 - parent: 1 - - uid: 18553 + parent: 2 + - uid: 3384 components: - type: Transform pos: 14.5,58.5 - parent: 1 - - uid: 18554 + parent: 2 + - uid: 3385 components: - type: Transform pos: 16.5,58.5 - parent: 1 - - uid: 18555 + parent: 2 + - uid: 3386 components: - type: Transform pos: 17.5,58.5 - parent: 1 - - uid: 18556 + parent: 2 + - uid: 3387 components: - type: Transform pos: 18.5,58.5 - parent: 1 - - uid: 18557 + parent: 2 + - uid: 3388 components: - type: Transform pos: 15.5,58.5 - parent: 1 - - uid: 18559 + parent: 2 + - uid: 3389 components: - type: Transform pos: 17.5,52.5 - parent: 1 - - uid: 18560 + parent: 2 + - uid: 3390 components: - type: Transform pos: 18.5,52.5 - parent: 1 - - uid: 18561 + parent: 2 + - uid: 3391 components: - type: Transform pos: 19.5,52.5 - parent: 1 - - uid: 18562 + parent: 2 + - uid: 3392 components: - type: Transform pos: 20.5,52.5 - parent: 1 - - uid: 18563 + parent: 2 + - uid: 3393 components: - type: Transform pos: 21.5,52.5 - parent: 1 - - uid: 18564 + parent: 2 + - uid: 3394 components: - type: Transform pos: 22.5,52.5 - parent: 1 - - uid: 18565 + parent: 2 + - uid: 3395 components: - type: Transform pos: 22.5,51.5 - parent: 1 - - uid: 18566 + parent: 2 + - uid: 3396 components: - type: Transform pos: 22.5,50.5 - parent: 1 - - uid: 18567 + parent: 2 + - uid: 3397 components: - type: Transform pos: 22.5,49.5 - parent: 1 - - uid: 18569 + parent: 2 + - uid: 3398 components: - type: Transform pos: 22.5,54.5 - parent: 1 - - uid: 18570 + parent: 2 + - uid: 3399 components: - type: Transform pos: 22.5,55.5 - parent: 1 - - uid: 18571 + parent: 2 + - uid: 3400 components: - type: Transform pos: 15.5,55.5 - parent: 1 - - uid: 18572 + parent: 2 + - uid: 3401 components: - type: Transform pos: 16.5,55.5 - parent: 1 - - uid: 18573 + parent: 2 + - uid: 3402 components: - type: Transform pos: 17.5,55.5 - parent: 1 - - uid: 18574 + parent: 2 + - uid: 3403 components: - type: Transform pos: 18.5,55.5 - parent: 1 - - uid: 18575 + parent: 2 + - uid: 3404 components: - type: Transform pos: 19.5,55.5 - parent: 1 - - uid: 18576 + parent: 2 + - uid: 3405 components: - type: Transform pos: 20.5,55.5 - parent: 1 - - uid: 18577 + parent: 2 + - uid: 3406 components: - type: Transform pos: 21.5,55.5 - parent: 1 - - uid: 18640 + parent: 2 + - uid: 3407 components: - type: Transform pos: 22.5,48.5 - parent: 1 - - uid: 18641 + parent: 2 + - uid: 3408 components: - type: Transform pos: 22.5,47.5 - parent: 1 - - uid: 18642 + parent: 2 + - uid: 3409 components: - type: Transform pos: 22.5,46.5 - parent: 1 - - uid: 18643 + parent: 2 + - uid: 3410 components: - type: Transform pos: 20.5,46.5 - parent: 1 - - uid: 18644 + parent: 2 + - uid: 3411 components: - type: Transform pos: 20.5,47.5 - parent: 1 - - uid: 18645 + parent: 2 + - uid: 3412 components: - type: Transform pos: 20.5,48.5 - parent: 1 - - uid: 18646 + parent: 2 + - uid: 3413 components: - type: Transform pos: 20.5,49.5 - parent: 1 - - uid: 18647 + parent: 2 + - uid: 3414 components: - type: Transform pos: 19.5,49.5 - parent: 1 - - uid: 18739 + parent: 2 + - uid: 3415 components: - type: Transform pos: 20.5,57.5 - parent: 1 - - uid: 18740 + parent: 2 + - uid: 3416 components: - type: Transform pos: 20.5,58.5 - parent: 1 - - uid: 18741 + parent: 2 + - uid: 3417 components: - type: Transform pos: 20.5,59.5 - parent: 1 - - uid: 18742 + parent: 2 + - uid: 3418 components: - type: Transform pos: 21.5,59.5 - parent: 1 - - uid: 18743 + parent: 2 + - uid: 3419 components: - type: Transform pos: 22.5,59.5 - parent: 1 - - uid: 18744 + parent: 2 + - uid: 3420 components: - type: Transform pos: 23.5,59.5 - parent: 1 - - uid: 18851 + parent: 2 + - uid: 3421 components: - type: Transform pos: -0.5,52.5 - parent: 1 - - uid: 18852 + parent: 2 + - uid: 3422 components: - type: Transform pos: -0.5,51.5 - parent: 1 - - uid: 18853 + parent: 2 + - uid: 3423 components: - type: Transform pos: -0.5,50.5 - parent: 1 - - uid: 19111 + parent: 2 + - uid: 3424 components: - type: Transform pos: -78.5,58.5 - parent: 1 - - uid: 19112 + parent: 2 + - uid: 3425 components: - type: Transform pos: -78.5,59.5 - parent: 1 - - uid: 19113 + parent: 2 + - uid: 3426 components: - type: Transform pos: -78.5,60.5 - parent: 1 - - uid: 19114 + parent: 2 + - uid: 3427 components: - type: Transform pos: -78.5,60.5 - parent: 1 - - uid: 19115 + parent: 2 + - uid: 3428 components: - type: Transform pos: -77.5,60.5 - parent: 1 - - uid: 19116 + parent: 2 + - uid: 3429 components: - type: Transform pos: -76.5,60.5 - parent: 1 - - uid: 19117 + parent: 2 + - uid: 3430 components: - type: Transform pos: -76.5,61.5 - parent: 1 - - uid: 19118 + parent: 2 + - uid: 3431 components: - type: Transform pos: -76.5,62.5 - parent: 1 - - uid: 19119 + parent: 2 + - uid: 3432 components: - type: Transform pos: -76.5,63.5 - parent: 1 - - uid: 19120 + parent: 2 + - uid: 3433 components: - type: Transform pos: -76.5,64.5 - parent: 1 - - uid: 19121 + parent: 2 + - uid: 3434 components: - type: Transform pos: -76.5,60.5 - parent: 1 - - uid: 19122 + parent: 2 + - uid: 3435 components: - type: Transform pos: -76.5,66.5 - parent: 1 - - uid: 19123 + parent: 2 + - uid: 3436 components: - type: Transform pos: -76.5,65.5 - parent: 1 - - uid: 19124 + parent: 2 + - uid: 3437 components: - type: Transform pos: -78.5,60.5 - parent: 1 - - uid: 19125 + parent: 2 + - uid: 3438 components: - type: Transform pos: -79.5,60.5 - parent: 1 - - uid: 19126 + parent: 2 + - uid: 3439 components: - type: Transform pos: -80.5,60.5 - parent: 1 - - uid: 19127 + parent: 2 + - uid: 3440 components: - type: Transform pos: -81.5,60.5 - parent: 1 - - uid: 19128 + parent: 2 + - uid: 3441 components: - type: Transform pos: -82.5,60.5 - parent: 1 - - uid: 19129 + parent: 2 + - uid: 3442 components: - type: Transform pos: -83.5,60.5 - parent: 1 - - uid: 19130 + parent: 2 + - uid: 3443 components: - type: Transform pos: -84.5,60.5 - parent: 1 - - uid: 19131 + parent: 2 + - uid: 3444 components: - type: Transform pos: -84.5,60.5 - parent: 1 - - uid: 19132 + parent: 2 + - uid: 3445 components: - type: Transform pos: -84.5,61.5 - parent: 1 - - uid: 19133 + parent: 2 + - uid: 3446 components: - type: Transform pos: -84.5,62.5 - parent: 1 - - uid: 19134 + parent: 2 + - uid: 3447 components: - type: Transform pos: -84.5,63.5 - parent: 1 - - uid: 19135 + parent: 2 + - uid: 3448 components: - type: Transform pos: -84.5,64.5 - parent: 1 - - uid: 19136 + parent: 2 + - uid: 3449 components: - type: Transform pos: -84.5,65.5 - parent: 1 - - uid: 19137 + parent: 2 + - uid: 3450 components: - type: Transform pos: -84.5,66.5 - parent: 1 - - uid: 19138 + parent: 2 + - uid: 3451 components: - type: Transform pos: -80.5,60.5 - parent: 1 - - uid: 19139 + parent: 2 + - uid: 3452 components: - type: Transform pos: -80.5,61.5 - parent: 1 - - uid: 19140 + parent: 2 + - uid: 3453 components: - type: Transform pos: -80.5,62.5 - parent: 1 - - uid: 19141 + parent: 2 + - uid: 3454 components: - type: Transform pos: -80.5,63.5 - parent: 1 - - uid: 19142 + parent: 2 + - uid: 3455 components: - type: Transform pos: -80.5,64.5 - parent: 1 - - uid: 19143 + parent: 2 + - uid: 3456 components: - type: Transform pos: -80.5,65.5 - parent: 1 - - uid: 19144 + parent: 2 + - uid: 3457 components: - type: Transform pos: -80.5,65.5 - parent: 1 - - uid: 19145 + parent: 2 + - uid: 3458 components: - type: Transform pos: -81.5,65.5 - parent: 1 - - uid: 19146 + parent: 2 + - uid: 3459 components: - type: Transform pos: -81.5,65.5 - parent: 1 - - uid: 19147 + parent: 2 + - uid: 3460 components: - type: Transform pos: -81.5,66.5 - parent: 1 - - uid: 19148 + parent: 2 + - uid: 3461 components: - type: Transform pos: -81.5,67.5 - parent: 1 - - uid: 19149 + parent: 2 + - uid: 3462 components: - type: Transform pos: -81.5,67.5 - parent: 1 - - uid: 19150 + parent: 2 + - uid: 3463 components: - type: Transform pos: -80.5,67.5 - parent: 1 - - uid: 19151 + parent: 2 + - uid: 3464 components: - type: Transform pos: -79.5,67.5 - parent: 1 - - uid: 19152 + parent: 2 + - uid: 3465 components: - type: Transform pos: -79.5,67.5 - parent: 1 - - uid: 19153 + parent: 2 + - uid: 3466 components: - type: Transform pos: -79.5,66.5 - parent: 1 - - uid: 19154 + parent: 2 + - uid: 3467 components: - type: Transform pos: -79.5,65.5 - parent: 1 - - uid: 19155 + parent: 2 + - uid: 3469 components: - type: Transform - pos: -80.5,70.5 - parent: 1 - - uid: 19156 + pos: -11.5,-23.5 + parent: 2 + - uid: 3470 components: - type: Transform - pos: -80.5,69.5 - parent: 1 - - uid: 19157 + pos: -80.5,68.5 + parent: 2 + - uid: 3471 components: - type: Transform - pos: -80.5,68.5 - parent: 1 -- proto: CableApcStack - entities: - - uid: 2887 + pos: -12.5,-23.5 + parent: 2 + - uid: 3472 components: - type: Transform - pos: 25.496317,-7.99954 - parent: 1 - - uid: 3422 + pos: -13.5,-23.5 + parent: 2 + - uid: 3473 components: - type: Transform - pos: -53.309093,29.701698 - parent: 1 - - uid: 5643 + pos: 1.5,24.5 + parent: 2 + - uid: 3474 components: - type: Transform - pos: -25.946909,26.643772 - parent: 1 - - uid: 15990 + pos: 0.5,24.5 + parent: 2 + - uid: 3475 components: - type: Transform - pos: -7.4238524,8.228333 - parent: 1 -- proto: CableApcStack1 - entities: - - uid: 18484 + pos: 0.5,24.5 + parent: 2 + - uid: 3476 components: - type: Transform - pos: 12.5,55.5 - parent: 1 - - uid: 18558 + pos: -0.5,24.5 + parent: 2 + - uid: 3477 components: - type: Transform - pos: 16.5,52.5 - parent: 1 - - uid: 18568 + pos: -1.5,24.5 + parent: 2 + - uid: 3478 components: - type: Transform - pos: 22.5,53.5 - parent: 1 - - uid: 18648 + pos: -2.5,24.5 + parent: 2 + - uid: 3479 components: - type: Transform - pos: 21.5,46.5 - parent: 1 -- proto: Cablecuffs - entities: - - uid: 2258 + pos: -3.5,24.5 + parent: 2 + - uid: 3480 components: - type: Transform - pos: 0.18249932,43.256775 - parent: 1 - - uid: 12773 + pos: -4.5,24.5 + parent: 2 + - uid: 3481 components: - type: Transform - pos: 20.44684,28.601988 - parent: 1 -- proto: CablecuffsBroken - entities: - - uid: 18797 + pos: -0.5,24.5 + parent: 2 + - uid: 3482 components: - type: Transform - pos: 20.645613,60.675842 - parent: 1 -- proto: CableHV - entities: - - uid: 48 + pos: -0.5,23.5 + parent: 2 + - uid: 3483 components: - type: Transform - pos: 1.5,-15.5 - parent: 1 - - uid: 53 + pos: -0.5,22.5 + parent: 2 + - uid: 3484 components: - type: Transform - pos: -0.5,-0.5 - parent: 1 - - uid: 60 + pos: -0.5,21.5 + parent: 2 + - uid: 3485 components: - type: Transform - pos: 0.5,-17.5 - parent: 1 - - uid: 77 + pos: -0.5,20.5 + parent: 2 + - uid: 3486 components: - type: Transform - pos: -4.5,-0.5 - parent: 1 - - uid: 114 + pos: -3.5,24.5 + parent: 2 + - uid: 3487 components: - type: Transform - pos: 2.5,-19.5 - parent: 1 - - uid: 126 + pos: -3.5,23.5 + parent: 2 + - uid: 3488 components: - type: Transform - pos: -105.5,27.5 - parent: 1 - - uid: 147 + pos: -3.5,22.5 + parent: 2 + - uid: 3489 components: - type: Transform - pos: 2.5,-9.5 - parent: 1 - - uid: 255 + pos: -3.5,21.5 + parent: 2 + - uid: 3490 components: - type: Transform - pos: -3.5,0.5 - parent: 1 - - uid: 258 + pos: -3.5,20.5 + parent: 2 + - uid: 3491 components: - type: Transform - pos: -12.5,-0.5 - parent: 1 - - uid: 289 + pos: -3.5,24.5 + parent: 2 + - uid: 3492 components: - type: Transform - pos: 13.5,18.5 - parent: 1 - - uid: 296 + pos: -3.5,25.5 + parent: 2 + - uid: 3493 components: - type: Transform - pos: 13.5,12.5 - parent: 1 - - uid: 297 + pos: -3.5,26.5 + parent: 2 + - uid: 3494 components: - type: Transform - pos: 13.5,17.5 - parent: 1 - - uid: 304 + pos: -0.5,25.5 + parent: 2 + - uid: 3495 components: - type: Transform - pos: 13.5,10.5 - parent: 1 - - uid: 315 + pos: -0.5,26.5 + parent: 2 + - uid: 3496 components: - type: Transform - pos: 13.5,15.5 - parent: 1 - - uid: 316 + pos: 7.5,35.5 + parent: 2 + - uid: 3497 components: - type: Transform - pos: 13.5,11.5 - parent: 1 - - uid: 395 + pos: 7.5,34.5 + parent: 2 + - uid: 3498 components: - type: Transform - pos: 13.5,16.5 - parent: 1 - - uid: 396 + pos: 7.5,33.5 + parent: 2 + - uid: 3499 components: - type: Transform - pos: 13.5,14.5 - parent: 1 - - uid: 476 + pos: 7.5,36.5 + parent: 2 + - uid: 3500 components: - type: Transform - pos: 2.5,-11.5 - parent: 1 - - uid: 556 + pos: 7.5,37.5 + parent: 2 + - uid: 3501 components: - type: Transform - pos: -5.5,-1.5 - parent: 1 - - uid: 560 + pos: 8.5,34.5 + parent: 2 + - uid: 3502 components: - type: Transform - pos: 4.5,5.5 - parent: 1 - - uid: 561 + pos: 9.5,34.5 + parent: 2 + - uid: 3503 components: - type: Transform - pos: 4.5,4.5 - parent: 1 - - uid: 562 + pos: 10.5,34.5 + parent: 2 + - uid: 3504 components: - type: Transform - pos: 4.5,3.5 - parent: 1 - - uid: 563 + pos: 10.5,33.5 + parent: 2 + - uid: 3505 components: - type: Transform - pos: 4.5,2.5 - parent: 1 - - uid: 564 + pos: 10.5,32.5 + parent: 2 + - uid: 3506 components: - type: Transform - pos: 4.5,1.5 - parent: 1 - - uid: 565 + pos: 10.5,31.5 + parent: 2 + - uid: 3507 components: - type: Transform - pos: 4.5,0.5 - parent: 1 - - uid: 566 + pos: 10.5,30.5 + parent: 2 + - uid: 3508 components: - type: Transform - pos: 4.5,-0.5 - parent: 1 - - uid: 567 + pos: 10.5,29.5 + parent: 2 + - uid: 3509 components: - type: Transform - pos: 4.5,-1.5 - parent: 1 - - uid: 568 + pos: 10.5,35.5 + parent: 2 + - uid: 3510 components: - type: Transform - pos: 4.5,-2.5 - parent: 1 - - uid: 569 + pos: 10.5,36.5 + parent: 2 + - uid: 3511 components: - type: Transform - pos: 4.5,-3.5 - parent: 1 - - uid: 570 + pos: 10.5,37.5 + parent: 2 + - uid: 3512 components: - type: Transform - pos: 4.5,-4.5 - parent: 1 - - uid: 571 + pos: 9.5,29.5 + parent: 2 + - uid: 3513 components: - type: Transform - pos: 4.5,-5.5 - parent: 1 - - uid: 572 + pos: 8.5,29.5 + parent: 2 + - uid: 3514 components: - type: Transform - pos: 5.5,-5.5 - parent: 1 - - uid: 573 + pos: 7.5,29.5 + parent: 2 + - uid: 3515 components: - type: Transform - pos: 6.5,-5.5 - parent: 1 - - uid: 574 + pos: 6.5,29.5 + parent: 2 + - uid: 3516 components: - type: Transform - pos: 7.5,-5.5 - parent: 1 - - uid: 594 + pos: 14.5,29.5 + parent: 2 + - uid: 3517 components: - type: Transform - pos: 8.5,-5.5 - parent: 1 - - uid: 595 + pos: 18.5,32.5 + parent: 2 + - uid: 3518 components: - type: Transform - pos: 9.5,-5.5 - parent: 1 - - uid: 596 + pos: 18.5,31.5 + parent: 2 + - uid: 3519 components: - type: Transform - pos: 10.5,-5.5 - parent: 1 - - uid: 597 + pos: 18.5,30.5 + parent: 2 + - uid: 3520 components: - type: Transform - pos: 11.5,-5.5 - parent: 1 - - uid: 598 + pos: 18.5,29.5 + parent: 2 + - uid: 3521 components: - type: Transform - pos: 11.5,-6.5 - parent: 1 - - uid: 599 + pos: 6.5,43.5 + parent: 2 + - uid: 3522 components: - type: Transform - pos: 11.5,-7.5 - parent: 1 - - uid: 665 + pos: 6.5,42.5 + parent: 2 + - uid: 3523 components: - type: Transform - pos: 4.5,-6.5 - parent: 1 - - uid: 724 + pos: 6.5,41.5 + parent: 2 + - uid: 3524 components: - type: Transform - pos: -69.5,29.5 - parent: 1 - - uid: 725 + pos: 6.5,40.5 + parent: 2 + - uid: 3525 components: - type: Transform - pos: -69.5,31.5 - parent: 1 - - uid: 728 + pos: 7.5,40.5 + parent: 2 + - uid: 3526 components: - type: Transform - pos: 12.5,-5.5 - parent: 1 - - uid: 729 + pos: 8.5,40.5 + parent: 2 + - uid: 3527 components: - type: Transform - pos: 13.5,-5.5 - parent: 1 - - uid: 730 + pos: 9.5,40.5 + parent: 2 + - uid: 3528 components: - type: Transform - pos: 14.5,-5.5 - parent: 1 - - uid: 731 + pos: 10.5,40.5 + parent: 2 + - uid: 3529 components: - type: Transform - pos: 15.5,-5.5 - parent: 1 - - uid: 732 + pos: 11.5,40.5 + parent: 2 + - uid: 3530 components: - type: Transform - pos: 16.5,-5.5 - parent: 1 - - uid: 733 + pos: 12.5,40.5 + parent: 2 + - uid: 3531 components: - type: Transform - pos: 17.5,-5.5 - parent: 1 - - uid: 734 + pos: 12.5,41.5 + parent: 2 + - uid: 3532 components: - type: Transform - pos: 18.5,-5.5 - parent: 1 - - uid: 735 + pos: 12.5,42.5 + parent: 2 + - uid: 3533 components: - type: Transform - pos: 19.5,-5.5 - parent: 1 - - uid: 736 + pos: 11.5,42.5 + parent: 2 + - uid: 3534 components: - type: Transform - pos: 20.5,-5.5 - parent: 1 - - uid: 737 + pos: 10.5,42.5 + parent: 2 + - uid: 3535 components: - type: Transform - pos: 21.5,-5.5 - parent: 1 - - uid: 738 + pos: 9.5,42.5 + parent: 2 + - uid: 3536 components: - type: Transform - pos: 22.5,-5.5 - parent: 1 - - uid: 739 + pos: 8.5,42.5 + parent: 2 + - uid: 3537 components: - type: Transform - pos: 23.5,-5.5 - parent: 1 - - uid: 740 + pos: 19.5,35.5 + parent: 2 + - uid: 3538 components: - type: Transform - pos: 24.5,-5.5 - parent: 1 - - uid: 741 + pos: 18.5,35.5 + parent: 2 + - uid: 3539 components: - type: Transform - pos: 25.5,-5.5 - parent: 1 - - uid: 742 + pos: 17.5,35.5 + parent: 2 + - uid: 3540 components: - type: Transform - pos: 26.5,-5.5 - parent: 1 - - uid: 743 + pos: 16.5,35.5 + parent: 2 + - uid: 3541 components: - type: Transform - pos: 27.5,-5.5 - parent: 1 - - uid: 744 + pos: 15.5,35.5 + parent: 2 + - uid: 3542 components: - type: Transform - pos: 28.5,-10.5 - parent: 1 - - uid: 745 + pos: 15.5,36.5 + parent: 2 + - uid: 3543 components: - type: Transform - pos: 28.5,-9.5 - parent: 1 - - uid: 746 + pos: 15.5,37.5 + parent: 2 + - uid: 3544 components: - type: Transform - pos: 18.5,-14.5 - parent: 1 - - uid: 747 + pos: 15.5,38.5 + parent: 2 + - uid: 3545 components: - type: Transform - pos: 28.5,-8.5 - parent: 1 - - uid: 750 + pos: -48.5,-14.5 + parent: 2 + - uid: 3546 components: - type: Transform - pos: 19.5,-14.5 - parent: 1 - - uid: 751 + pos: -48.5,-15.5 + parent: 2 + - uid: 3547 components: - type: Transform - pos: 20.5,-14.5 - parent: 1 - - uid: 752 + pos: -48.5,-16.5 + parent: 2 + - uid: 3548 components: - type: Transform - pos: 21.5,-14.5 - parent: 1 - - uid: 753 + pos: -48.5,-17.5 + parent: 2 + - uid: 3549 components: - type: Transform - pos: 22.5,-14.5 - parent: 1 - - uid: 754 + pos: -48.5,-18.5 + parent: 2 + - uid: 3550 components: - type: Transform - pos: 23.5,-14.5 - parent: 1 - - uid: 755 + pos: -48.5,-19.5 + parent: 2 + - uid: 3551 components: - type: Transform - pos: 24.5,-14.5 - parent: 1 - - uid: 756 + pos: -48.5,-12.5 + parent: 2 + - uid: 3552 components: - type: Transform - pos: 25.5,-14.5 - parent: 1 - - uid: 757 + pos: 30.5,68.5 + parent: 2 + - uid: 3553 components: - type: Transform - pos: 26.5,-14.5 - parent: 1 - - uid: 758 + pos: 29.5,68.5 + parent: 2 + - uid: 3554 components: - type: Transform - pos: 27.5,-14.5 - parent: 1 - - uid: 759 + pos: 26.5,68.5 + parent: 2 + - uid: 3555 components: - type: Transform - pos: 18.5,-16.5 - parent: 1 - - uid: 760 + pos: 28.5,68.5 + parent: 2 + - uid: 3556 components: - type: Transform - pos: 19.5,-16.5 - parent: 1 - - uid: 761 + pos: 27.5,68.5 + parent: 2 + - uid: 3557 components: - type: Transform - pos: 20.5,-16.5 - parent: 1 - - uid: 762 + pos: 25.5,68.5 + parent: 2 + - uid: 3558 components: - type: Transform - pos: 21.5,-16.5 - parent: 1 - - uid: 763 + pos: 31.5,68.5 + parent: 2 + - uid: 3559 components: - type: Transform - pos: 22.5,-16.5 - parent: 1 - - uid: 764 + pos: 29.5,70.5 + parent: 2 + - uid: 3560 components: - type: Transform - pos: 23.5,-16.5 - parent: 1 - - uid: 765 + pos: 29.5,69.5 + parent: 2 + - uid: 3561 components: - type: Transform - pos: 24.5,-16.5 - parent: 1 - - uid: 766 + pos: 29.5,67.5 + parent: 2 + - uid: 3562 components: - type: Transform - pos: 25.5,-16.5 - parent: 1 - - uid: 767 + pos: 31.5,70.5 + parent: 2 + - uid: 3563 components: - type: Transform - pos: 26.5,-16.5 - parent: 1 - - uid: 768 + pos: 31.5,67.5 + parent: 2 + - uid: 3564 components: - type: Transform - pos: 27.5,-16.5 - parent: 1 - - uid: 769 + pos: 31.5,69.5 + parent: 2 + - uid: 3565 components: - type: Transform - pos: 19.5,-18.5 - parent: 1 - - uid: 770 + pos: 26.5,70.5 + parent: 2 + - uid: 3566 components: - type: Transform - pos: 20.5,-18.5 - parent: 1 - - uid: 771 + pos: 26.5,69.5 + parent: 2 + - uid: 3567 components: - type: Transform - pos: 21.5,-18.5 - parent: 1 - - uid: 772 + pos: 24.5,68.5 + parent: 2 + - uid: 3568 components: - type: Transform - pos: 22.5,-18.5 - parent: 1 - - uid: 773 + pos: 18.5,59.5 + parent: 2 + - uid: 3569 components: - type: Transform - pos: 23.5,-18.5 - parent: 1 - - uid: 774 + pos: 18.5,61.5 + parent: 2 + - uid: 3570 components: - type: Transform - pos: 24.5,-18.5 - parent: 1 - - uid: 775 + pos: 18.5,60.5 + parent: 2 + - uid: 3571 components: - type: Transform - pos: 25.5,-18.5 - parent: 1 - - uid: 776 + pos: 17.5,61.5 + parent: 2 + - uid: 3572 components: - type: Transform - pos: 26.5,-18.5 - parent: 1 - - uid: 777 + pos: 17.5,62.5 + parent: 2 + - uid: 3573 components: - type: Transform - pos: 27.5,-18.5 - parent: 1 - - uid: 778 + pos: 17.5,63.5 + parent: 2 + - uid: 3574 components: - type: Transform - pos: 19.5,-20.5 - parent: 1 - - uid: 779 + pos: 17.5,64.5 + parent: 2 + - uid: 3575 components: - type: Transform - pos: 20.5,-20.5 - parent: 1 - - uid: 780 + pos: 16.5,64.5 + parent: 2 + - uid: 3576 components: - type: Transform - pos: 21.5,-20.5 - parent: 1 - - uid: 781 + pos: 15.5,64.5 + parent: 2 + - uid: 3577 components: - type: Transform - pos: 22.5,-20.5 - parent: 1 - - uid: 782 + pos: 14.5,64.5 + parent: 2 + - uid: 3578 components: - type: Transform - pos: 23.5,-20.5 - parent: 1 - - uid: 783 + pos: 13.5,64.5 + parent: 2 + - uid: 3579 components: - type: Transform - pos: 24.5,-20.5 - parent: 1 - - uid: 784 + pos: 12.5,64.5 + parent: 2 + - uid: 3580 components: - type: Transform - pos: 25.5,-20.5 - parent: 1 - - uid: 785 + pos: 11.5,64.5 + parent: 2 + - uid: 3581 components: - type: Transform - pos: 26.5,-20.5 - parent: 1 - - uid: 786 + pos: 15.5,63.5 + parent: 2 + - uid: 3582 components: - type: Transform - pos: 27.5,-20.5 - parent: 1 - - uid: 787 + pos: 15.5,62.5 + parent: 2 + - uid: 3583 components: - type: Transform - pos: 20.5,-22.5 - parent: 1 - - uid: 788 + pos: 15.5,61.5 + parent: 2 + - uid: 3584 components: - type: Transform - pos: 21.5,-22.5 - parent: 1 - - uid: 789 + pos: 14.5,61.5 + parent: 2 + - uid: 3585 components: - type: Transform - pos: 22.5,-22.5 - parent: 1 - - uid: 790 + pos: 13.5,61.5 + parent: 2 + - uid: 3586 components: - type: Transform - pos: 23.5,-22.5 - parent: 1 - - uid: 791 + pos: 12.5,61.5 + parent: 2 + - uid: 3587 components: - type: Transform - pos: 24.5,-22.5 - parent: 1 - - uid: 792 + pos: 11.5,61.5 + parent: 2 + - uid: 3588 components: - type: Transform - pos: 25.5,-22.5 - parent: 1 - - uid: 793 + pos: 10.5,61.5 + parent: 2 + - uid: 3589 components: - type: Transform - pos: 26.5,-22.5 - parent: 1 - - uid: 794 + pos: 11.5,60.5 + parent: 2 + - uid: 3590 components: - type: Transform - pos: 27.5,-22.5 - parent: 1 - - uid: 795 + pos: 11.5,59.5 + parent: 2 + - uid: 3605 components: - type: Transform - pos: 20.5,-24.5 - parent: 1 - - uid: 796 + pos: -104.5,21.5 + parent: 2 + - uid: 4373 components: - type: Transform - pos: 21.5,-24.5 - parent: 1 - - uid: 797 + pos: -80.5,19.5 + parent: 2 + - uid: 4428 components: - type: Transform - pos: 22.5,-24.5 - parent: 1 - - uid: 798 + pos: -80.5,18.5 + parent: 2 + - uid: 4454 components: - type: Transform - pos: 23.5,-24.5 - parent: 1 - - uid: 799 + pos: -97.5,17.5 + parent: 2 + - uid: 4581 components: - type: Transform - pos: 24.5,-24.5 - parent: 1 - - uid: 800 + pos: -105.5,22.5 + parent: 2 + - uid: 4600 components: - type: Transform - pos: 25.5,-24.5 - parent: 1 - - uid: 801 + pos: -89.5,22.5 + parent: 2 + - uid: 4602 components: - type: Transform - pos: 26.5,-24.5 - parent: 1 - - uid: 802 + pos: -104.5,17.5 + parent: 2 + - uid: 4604 components: - type: Transform - pos: 27.5,-24.5 - parent: 1 - - uid: 857 + pos: -104.5,26.5 + parent: 2 + - uid: 4611 components: - type: Transform - pos: 28.5,-27.5 - parent: 1 - - uid: 858 + pos: -101.5,32.5 + parent: 2 + - uid: 4612 components: - type: Transform - pos: 28.5,-26.5 - parent: 1 - - uid: 859 + pos: -90.5,29.5 + parent: 2 + - uid: 4737 components: - type: Transform - pos: 28.5,-25.5 - parent: 1 - - uid: 903 + pos: -89.5,27.5 + parent: 2 + - uid: 4743 components: - type: Transform - pos: 27.5,-6.5 - parent: 1 - - uid: 904 + pos: -105.5,33.5 + parent: 2 + - uid: 4759 components: - type: Transform - pos: 27.5,-7.5 - parent: 1 - - uid: 905 + pos: -89.5,19.5 + parent: 2 + - uid: 5301 components: - type: Transform - pos: 27.5,-8.5 - parent: 1 - - uid: 924 + pos: -100.5,17.5 + parent: 2 + - uid: 5309 components: - type: Transform - pos: 25.5,1.5 - parent: 1 - - uid: 925 + pos: -91.5,33.5 + parent: 2 + - uid: 5311 components: - type: Transform - pos: 25.5,2.5 - parent: 1 - - uid: 926 + pos: -105.5,32.5 + parent: 2 + - uid: 5313 components: - type: Transform - pos: 25.5,3.5 - parent: 1 - - uid: 927 + pos: -89.5,20.5 + parent: 2 + - uid: 5314 components: - type: Transform - pos: 26.5,3.5 - parent: 1 - - uid: 928 + pos: -89.5,23.5 + parent: 2 + - uid: 5315 components: - type: Transform - pos: 26.5,4.5 - parent: 1 - - uid: 929 + pos: -105.5,28.5 + parent: 2 + - uid: 5365 components: - type: Transform - pos: 26.5,5.5 - parent: 1 - - uid: 988 + pos: -105.5,24.5 + parent: 2 + - uid: 5369 components: - type: Transform - pos: 26.5,21.5 - parent: 1 - - uid: 990 + pos: -105.5,19.5 + parent: 2 + - uid: 5370 components: - type: Transform - pos: 26.5,25.5 - parent: 1 - - uid: 991 + pos: -89.5,33.5 + parent: 2 + - uid: 5374 components: - type: Transform - pos: 27.5,25.5 - parent: 1 - - uid: 992 + pos: -88.5,20.5 + parent: 2 + - uid: 5375 components: - type: Transform - pos: 28.5,25.5 - parent: 1 - - uid: 993 + pos: -105.5,29.5 + parent: 2 + - uid: 5378 components: - type: Transform - pos: 28.5,24.5 - parent: 1 - - uid: 1018 + pos: -105.5,17.5 + parent: 2 + - uid: 5383 components: - type: Transform - pos: 26.5,22.5 - parent: 1 - - uid: 1029 + pos: -96.5,17.5 + parent: 2 + - uid: 5384 components: - type: Transform - pos: 26.5,20.5 - parent: 1 - - uid: 1085 + pos: -101.5,17.5 + parent: 2 + - uid: 5385 components: - type: Transform - pos: -1.5,0.5 - parent: 1 - - uid: 1095 + pos: -99.5,17.5 + parent: 2 + - uid: 5388 components: - type: Transform - pos: 4.5,-7.5 - parent: 1 - - uid: 1139 + pos: -103.5,17.5 + parent: 2 + - uid: 5495 components: - type: Transform - pos: -59.5,36.5 - parent: 1 - - uid: 1506 + pos: -89.5,29.5 + parent: 2 + - uid: 5497 components: - type: Transform - pos: -18.5,20.5 - parent: 1 - - uid: 1529 + pos: -99.5,33.5 + parent: 2 + - uid: 5521 components: - type: Transform - pos: -6.5,-1.5 - parent: 1 - - uid: 1531 + pos: -93.5,33.5 + parent: 2 + - uid: 5540 components: - type: Transform - pos: -5.5,-0.5 - parent: 1 - - uid: 1534 + pos: -101.5,33.5 + parent: 2 + - uid: 5559 components: - type: Transform - pos: 25.5,5.5 - parent: 1 - - uid: 1535 + pos: -90.5,21.5 + parent: 2 + - uid: 5561 components: - type: Transform - pos: 24.5,5.5 - parent: 1 - - uid: 1536 + pos: -93.5,32.5 + parent: 2 + - uid: 5645 components: - type: Transform - pos: 23.5,5.5 - parent: 1 - - uid: 1537 + pos: -105.5,25.5 + parent: 2 + - uid: 6348 components: - type: Transform - pos: 22.5,5.5 - parent: 1 - - uid: 1538 + pos: -89.5,28.5 + parent: 2 + - uid: 6354 components: - type: Transform - pos: 21.5,5.5 - parent: 1 - - uid: 1539 + pos: -89.5,31.5 + parent: 2 + - uid: 6355 components: - type: Transform - pos: 20.5,5.5 - parent: 1 - - uid: 1540 + pos: -89.5,25.5 + parent: 2 + - uid: 6356 components: - type: Transform - pos: 19.5,5.5 - parent: 1 - - uid: 1541 + pos: -95.5,33.5 + parent: 2 + - uid: 6377 components: - type: Transform - pos: 18.5,5.5 - parent: 1 - - uid: 1542 + pos: -97.5,33.5 + parent: 2 + - uid: 8509 components: - type: Transform - pos: 17.5,5.5 - parent: 1 - - uid: 1543 + pos: -85.5,60.5 + parent: 2 + - uid: 11755 components: - type: Transform - pos: 16.5,5.5 - parent: 1 - - uid: 1544 + pos: 23.5,33.5 + parent: 2 + - uid: 12316 components: - type: Transform - pos: 15.5,5.5 - parent: 1 - - uid: 1545 + pos: -82.5,17.5 + parent: 2 + - uid: 12384 components: - type: Transform - pos: 14.5,5.5 - parent: 1 - - uid: 1546 + pos: -81.5,17.5 + parent: 2 + - uid: 12385 components: - type: Transform - pos: 13.5,5.5 - parent: 1 - - uid: 1547 + pos: -83.5,17.5 + parent: 2 + - uid: 12435 components: - type: Transform - pos: 12.5,5.5 - parent: 1 - - uid: 1548 + pos: -84.5,17.5 + parent: 2 + - uid: 12441 components: - type: Transform - pos: 11.5,5.5 - parent: 1 - - uid: 1549 + pos: 1.5,54.5 + parent: 2 + - uid: 12585 components: - type: Transform - pos: 10.5,5.5 - parent: 1 - - uid: 1550 + pos: 23.5,31.5 + parent: 2 + - uid: 12586 components: - type: Transform - pos: 9.5,5.5 - parent: 1 - - uid: 1551 + pos: 23.5,-10.5 + parent: 2 + - uid: 12593 components: - type: Transform - pos: 8.5,5.5 - parent: 1 - - uid: 1552 + pos: 23.5,-8.5 + parent: 2 + - uid: 12594 components: - type: Transform - pos: 7.5,5.5 - parent: 1 - - uid: 1553 + pos: 0.5,-19.5 + parent: 2 + - uid: 12619 components: - type: Transform - pos: 6.5,5.5 - parent: 1 - - uid: 1554 + pos: 0.5,-23.5 + parent: 2 + - uid: 12620 components: - type: Transform - pos: 5.5,5.5 - parent: 1 - - uid: 1555 + pos: 23.5,-9.5 + parent: 2 + - uid: 12621 components: - type: Transform - pos: 22.5,6.5 - parent: 1 - - uid: 1556 + pos: 2.5,-23.5 + parent: 2 + - uid: 12622 components: - type: Transform - pos: 22.5,7.5 - parent: 1 - - uid: 1557 + pos: 2.5,-14.5 + parent: 2 + - uid: 12623 components: - type: Transform - pos: 22.5,8.5 - parent: 1 - - uid: 1558 + pos: -80.5,17.5 + parent: 2 + - uid: 12628 components: - type: Transform - pos: 22.5,9.5 - parent: 1 - - uid: 1559 + pos: 2.5,-8.5 + parent: 2 + - uid: 12634 components: - type: Transform - pos: 23.5,9.5 - parent: 1 - - uid: 1561 + pos: 23.5,28.5 + parent: 2 + - uid: 12635 components: - type: Transform - pos: 3.5,5.5 - parent: 1 - - uid: 1562 + pos: 23.5,29.5 + parent: 2 + - uid: 12636 components: - type: Transform - pos: 2.5,5.5 - parent: 1 - - uid: 1563 + pos: 2.5,-15.5 + parent: 2 + - uid: 12648 components: - type: Transform - pos: 1.5,5.5 - parent: 1 - - uid: 1564 + pos: 23.5,30.5 + parent: 2 + - uid: 12649 components: - type: Transform - pos: 0.5,5.5 - parent: 1 - - uid: 1565 + pos: 1.5,-15.5 + parent: 2 + - uid: 12651 components: - type: Transform - pos: -0.5,5.5 - parent: 1 - - uid: 1566 + pos: 0.5,-18.5 + parent: 2 + - uid: 12653 components: - type: Transform - pos: -1.5,5.5 - parent: 1 - - uid: 1567 + pos: 17.5,26.5 + parent: 2 + - uid: 12654 components: - type: Transform - pos: -2.5,5.5 - parent: 1 - - uid: 1568 + pos: 16.5,26.5 + parent: 2 + - uid: 12655 components: - type: Transform - pos: -3.5,5.5 - parent: 1 - - uid: 1569 + pos: 14.5,26.5 + parent: 2 + - uid: 12881 components: - type: Transform - pos: -4.5,5.5 - parent: 1 - - uid: 1570 + pos: -105.5,23.5 + parent: 2 + - uid: 12914 components: - type: Transform - pos: -5.5,5.5 - parent: 1 - - uid: 1571 + pos: -86.5,62.5 + parent: 2 + - uid: 12927 components: - type: Transform - pos: -5.5,6.5 - parent: 1 - - uid: 1572 + pos: 23.5,35.5 + parent: 2 + - uid: 12941 components: - type: Transform - pos: -5.5,7.5 - parent: 1 - - uid: 1573 + pos: 23.5,32.5 + parent: 2 + - uid: 12943 components: - type: Transform - pos: -5.5,8.5 - parent: 1 - - uid: 1574 + pos: -87.5,60.5 + parent: 2 + - uid: 12944 components: - type: Transform - pos: -5.5,9.5 - parent: 1 - - uid: 1575 + pos: -86.5,61.5 + parent: 2 + - uid: 12945 components: - type: Transform - pos: -5.5,10.5 - parent: 1 - - uid: 1576 + pos: -85.5,60.5 + parent: 2 + - uid: 12963 components: - type: Transform - pos: -5.5,11.5 - parent: 1 - - uid: 1577 + pos: -86.5,60.5 + parent: 2 + - uid: 12967 components: - type: Transform - pos: -5.5,12.5 - parent: 1 - - uid: 1578 + pos: -104.5,24.5 + parent: 2 + - uid: 12985 components: - type: Transform - pos: -5.5,13.5 - parent: 1 - - uid: 1579 + pos: 23.5,34.5 + parent: 2 + - uid: 12990 components: - type: Transform - pos: -5.5,14.5 - parent: 1 - - uid: 1580 + pos: -89.5,17.5 + parent: 2 + - uid: 13007 components: - type: Transform - pos: -5.5,15.5 - parent: 1 - - uid: 1581 + pos: -86.5,17.5 + parent: 2 + - uid: 13008 components: - type: Transform - pos: -5.5,16.5 - parent: 1 - - uid: 1582 + pos: -88.5,17.5 + parent: 2 + - uid: 13009 components: - type: Transform - pos: -5.5,17.5 - parent: 1 - - uid: 1583 + pos: -87.5,17.5 + parent: 2 + - uid: 13174 components: - type: Transform - pos: -6.5,17.5 - parent: 1 - - uid: 1584 + pos: 1.5,53.5 + parent: 2 + - uid: 14471 components: - type: Transform - pos: -7.5,17.5 - parent: 1 - - uid: 1585 + pos: -101.5,18.5 + parent: 2 + - uid: 15525 components: - type: Transform - pos: -8.5,17.5 - parent: 1 - - uid: 1586 + pos: 15.5,26.5 + parent: 2 + - uid: 15595 components: - type: Transform - pos: -9.5,17.5 - parent: 1 - - uid: 1587 + pos: 22.5,25.5 + parent: 2 + - uid: 16470 components: - type: Transform - pos: -9.5,18.5 - parent: 1 - - uid: 1601 + pos: 3.5,53.5 + parent: 2 + - uid: 16939 components: - type: Transform - pos: -12.5,2.5 - parent: 1 - - uid: 1667 + pos: -104.5,29.5 + parent: 2 + - uid: 16948 components: - type: Transform - pos: -12.5,3.5 - parent: 1 - - uid: 2034 + pos: -105.5,18.5 + parent: 2 + - uid: 17012 components: - type: Transform - pos: -10.5,61.5 - parent: 1 - - uid: 2100 + pos: 3.5,52.5 + parent: 2 + - uid: 19761 components: - type: Transform - pos: -7.5,56.5 - parent: 1 - - uid: 2101 + pos: 15.5,23.5 + parent: 2 + - uid: 20132 components: - type: Transform - pos: -7.5,57.5 - parent: 1 - - uid: 2113 + pos: 0.5,-20.5 + parent: 2 + - uid: 20133 components: - type: Transform - pos: -7.5,58.5 - parent: 1 - - uid: 2391 + pos: 0.5,-22.5 + parent: 2 + - uid: 20134 components: - type: Transform - pos: -9.5,58.5 - parent: 1 - - uid: 2396 + pos: 19.5,-8.5 + parent: 2 + - uid: 20135 components: - type: Transform - pos: -8.5,58.5 - parent: 1 - - uid: 2401 + pos: 23.5,26.5 + parent: 2 + - uid: 20136 components: - type: Transform - pos: -22.5,61.5 - parent: 1 - - uid: 2572 + pos: 0.5,-16.5 + parent: 2 + - uid: 20137 components: - type: Transform - pos: -25.5,43.5 - parent: 1 - - uid: 2589 + pos: 2.5,-10.5 + parent: 2 + - uid: 20138 components: - type: Transform - pos: 28.5,23.5 - parent: 1 - - uid: 2668 + pos: 22.5,26.5 + parent: 2 + - uid: 20139 components: - type: Transform - pos: -65.5,57.5 - parent: 1 - - uid: 2750 + pos: 15.5,24.5 + parent: 2 + - uid: 20140 components: - type: Transform - pos: -12.5,0.5 - parent: 1 - - uid: 2754 + pos: 18.5,26.5 + parent: 2 + - uid: 20141 components: - type: Transform - pos: -12.5,1.5 - parent: 1 - - uid: 2756 + pos: 19.5,-7.5 + parent: 2 + - uid: 20142 components: - type: Transform - pos: -12.5,4.5 - parent: 1 - - uid: 2777 + pos: 1.5,-22.5 + parent: 2 + - uid: 20143 components: - type: Transform - pos: -19.5,20.5 - parent: 1 - - uid: 2780 + pos: 23.5,-7.5 + parent: 2 + - uid: 20144 components: - type: Transform - pos: -20.5,20.5 - parent: 1 - - uid: 2784 + pos: 4.5,-8.5 + parent: 2 + - uid: 20145 components: - type: Transform - pos: -18.5,17.5 - parent: 1 - - uid: 2910 + pos: 15.5,22.5 + parent: 2 + - uid: 20146 components: - type: Transform - pos: -13.5,20.5 - parent: 1 - - uid: 2921 + pos: 15.5,20.5 + parent: 2 + - uid: 20147 components: - type: Transform - pos: 22.5,4.5 - parent: 1 - - uid: 2922 + pos: 20.5,26.5 + parent: 2 + - uid: 20148 components: - type: Transform - pos: 22.5,3.5 - parent: 1 - - uid: 2923 + pos: 4.5,-23.5 + parent: 2 + - uid: 20149 components: - type: Transform - pos: 22.5,2.5 - parent: 1 - - uid: 2924 + pos: 0.5,-21.5 + parent: 2 + - uid: 20150 components: - type: Transform - pos: 22.5,1.5 - parent: 1 - - uid: 2925 + pos: 24.5,-6.5 + parent: 2 + - uid: 20151 components: - type: Transform - pos: 23.5,1.5 - parent: 1 - - uid: 2926 + pos: 2.5,-12.5 + parent: 2 + - uid: 20152 components: - type: Transform - pos: 23.5,0.5 - parent: 1 - - uid: 2927 + pos: 23.5,27.5 + parent: 2 + - uid: 20153 components: - type: Transform - pos: 23.5,-0.5 - parent: 1 - - uid: 2928 + pos: 23.5,-11.5 + parent: 2 + - uid: 20154 components: - type: Transform - pos: 23.5,-1.5 - parent: 1 - - uid: 2929 + pos: 15.5,25.5 + parent: 2 + - uid: 20155 components: - type: Transform - pos: 23.5,-2.5 - parent: 1 - - uid: 2930 + pos: 19.5,26.5 + parent: 2 + - uid: 20156 components: - type: Transform - pos: 23.5,-3.5 - parent: 1 - - uid: 2931 + pos: 15.5,21.5 + parent: 2 + - uid: 20157 components: - type: Transform - pos: 23.5,-4.5 - parent: 1 - - uid: 2954 + pos: 1.5,-23.5 + parent: 2 + - uid: 20158 components: - type: Transform - pos: 3.5,-19.5 - parent: 1 - - uid: 2972 + pos: 24.5,-7.5 + parent: 2 + - uid: 20159 components: - type: Transform - pos: 25.5,24.5 - parent: 1 - - uid: 2973 + pos: 19.5,-6.5 + parent: 2 + - uid: 20160 components: - type: Transform - pos: 25.5,23.5 - parent: 1 - - uid: 2974 + pos: 3.5,-23.5 + parent: 2 + - uid: 20161 components: - type: Transform - pos: 26.5,23.5 - parent: 1 - - uid: 2978 + pos: 2.5,-13.5 + parent: 2 + - uid: 20162 components: - type: Transform - pos: 25.5,25.5 - parent: 1 - - uid: 3040 + pos: 0.5,-17.5 + parent: 2 + - uid: 20163 components: - type: Transform - pos: -20.5,18.5 - parent: 1 - - uid: 3133 + pos: 0.5,-15.5 + parent: 2 + - uid: 20164 components: - type: Transform - pos: -103.5,24.5 - parent: 1 - - uid: 3331 + pos: 2.5,-11.5 + parent: 2 + - uid: 20165 components: - type: Transform - pos: -6.5,18.5 - parent: 1 - - uid: 3332 + pos: 2.5,-9.5 + parent: 2 + - uid: 20167 components: - type: Transform - pos: -6.5,19.5 - parent: 1 - - uid: 3333 + pos: 3.5,-8.5 + parent: 2 + - uid: 20168 components: - type: Transform - pos: -6.5,20.5 - parent: 1 - - uid: 3334 + pos: 21.5,26.5 + parent: 2 + - uid: 20192 components: - type: Transform - pos: -6.5,21.5 - parent: 1 - - uid: 3335 + pos: 0.5,-24.5 + parent: 2 + - uid: 20193 components: - type: Transform - pos: -6.5,22.5 - parent: 1 - - uid: 3336 + pos: 0.5,-25.5 + parent: 2 + - uid: 20194 components: - type: Transform - pos: -6.5,23.5 - parent: 1 - - uid: 3337 + pos: 0.5,-26.5 + parent: 2 + - uid: 20195 components: - type: Transform - pos: -6.5,24.5 - parent: 1 - - uid: 3338 + pos: 0.5,-27.5 + parent: 2 + - uid: 20196 components: - type: Transform - pos: -6.5,25.5 - parent: 1 - - uid: 3339 + pos: 0.5,-28.5 + parent: 2 + - uid: 20197 components: - type: Transform - pos: -7.5,25.5 - parent: 1 - - uid: 3340 + pos: 0.5,-29.5 + parent: 2 + - uid: 20241 components: - type: Transform - pos: -8.5,25.5 - parent: 1 - - uid: 3341 + pos: -0.5,-29.5 + parent: 2 + - uid: 20242 components: - type: Transform - pos: -9.5,25.5 - parent: 1 - - uid: 3342 + pos: -1.5,-29.5 + parent: 2 + - uid: 20243 components: - type: Transform - pos: -10.5,25.5 - parent: 1 - - uid: 3343 + pos: -2.5,-29.5 + parent: 2 + - uid: 20244 components: - type: Transform - pos: -11.5,25.5 - parent: 1 - - uid: 3344 + pos: -3.5,-29.5 + parent: 2 + - uid: 20273 components: - type: Transform - pos: -12.5,25.5 - parent: 1 - - uid: 3345 + pos: 29.5,-5.5 + parent: 2 + - uid: 20274 components: - type: Transform - pos: -12.5,24.5 - parent: 1 - - uid: 3346 + pos: 30.5,-5.5 + parent: 2 + - uid: 20275 components: - type: Transform - pos: -12.5,23.5 - parent: 1 - - uid: 3347 + pos: 31.5,-5.5 + parent: 2 + - uid: 20276 components: - type: Transform - pos: -12.5,22.5 - parent: 1 - - uid: 3348 + pos: 32.5,-5.5 + parent: 2 + - uid: 20277 components: - type: Transform - pos: -12.5,21.5 - parent: 1 - - uid: 3362 + pos: 33.5,-5.5 + parent: 2 + - uid: 20278 components: - type: Transform - pos: -12.5,20.5 - parent: 1 - - uid: 3363 + pos: 34.5,-5.5 + parent: 2 + - uid: 20279 components: - type: Transform - pos: -12.5,19.5 - parent: 1 - - uid: 3364 + pos: 35.5,-5.5 + parent: 2 + - uid: 20280 components: - type: Transform - pos: -12.5,18.5 - parent: 1 - - uid: 3365 + pos: 35.5,-4.5 + parent: 2 + - uid: 20281 components: - type: Transform - pos: -12.5,17.5 - parent: 1 - - uid: 3366 + pos: 35.5,-3.5 + parent: 2 + - uid: 20282 components: - type: Transform - pos: -12.5,16.5 - parent: 1 - - uid: 3367 + pos: 35.5,-2.5 + parent: 2 + - uid: 20283 components: - type: Transform - pos: -12.5,15.5 - parent: 1 - - uid: 3368 + pos: 35.5,-1.5 + parent: 2 + - uid: 20284 components: - type: Transform - pos: -12.5,14.5 - parent: 1 - - uid: 3369 + pos: 34.5,-1.5 + parent: 2 + - uid: 20285 components: - type: Transform - pos: -12.5,13.5 - parent: 1 - - uid: 3370 + pos: 33.5,-1.5 + parent: 2 + - uid: 20286 components: - type: Transform - pos: -12.5,12.5 - parent: 1 - - uid: 3371 + pos: 32.5,-1.5 + parent: 2 + - uid: 20287 components: - type: Transform - pos: -12.5,11.5 - parent: 1 - - uid: 3372 + pos: 31.5,-1.5 + parent: 2 + - uid: 20288 components: - type: Transform - pos: -12.5,10.5 - parent: 1 - - uid: 3373 + pos: 31.5,-2.5 + parent: 2 + - uid: 20289 components: - type: Transform - pos: -12.5,9.5 - parent: 1 - - uid: 3374 + pos: 30.5,-2.5 + parent: 2 + - uid: 20290 components: - type: Transform - pos: -12.5,8.5 - parent: 1 - - uid: 3375 + pos: 29.5,-2.5 + parent: 2 + - uid: 20291 components: - type: Transform - pos: -12.5,7.5 - parent: 1 - - uid: 3376 + pos: 28.5,-2.5 + parent: 2 + - uid: 20292 components: - type: Transform - pos: -12.5,6.5 - parent: 1 - - uid: 3377 + pos: 27.5,-2.5 + parent: 2 + - uid: 20293 components: - type: Transform - pos: -12.5,5.5 - parent: 1 - - uid: 3378 + pos: 26.5,-2.5 + parent: 2 + - uid: 20294 components: - type: Transform - pos: -11.5,5.5 - parent: 1 - - uid: 3379 + pos: 25.5,-2.5 + parent: 2 + - uid: 20295 components: - type: Transform - pos: -10.5,5.5 - parent: 1 - - uid: 3380 + pos: 24.5,-2.5 + parent: 2 + - uid: 20296 components: - type: Transform - pos: -9.5,5.5 - parent: 1 - - uid: 3381 + pos: 23.5,-2.5 + parent: 2 + - uid: 20297 components: - type: Transform - pos: -8.5,5.5 - parent: 1 - - uid: 3382 + pos: 23.5,-3.5 + parent: 2 + - uid: 20298 components: - type: Transform - pos: -7.5,5.5 - parent: 1 - - uid: 3383 + pos: 23.5,-4.5 + parent: 2 + - uid: 20573 components: - type: Transform - pos: -6.5,5.5 - parent: 1 - - uid: 3384 + pos: 2.5,53.5 + parent: 2 + - uid: 20792 components: - type: Transform - pos: -12.5,26.5 - parent: 1 - - uid: 3385 + pos: -86.5,1.5 + parent: 2 + - uid: 20793 components: - type: Transform - pos: -12.5,27.5 - parent: 1 - - uid: 3386 + pos: -86.5,2.5 + parent: 2 + - uid: 20794 components: - type: Transform - pos: -12.5,28.5 - parent: 1 - - uid: 3387 + pos: -86.5,3.5 + parent: 2 + - uid: 20795 components: - type: Transform - pos: -12.5,29.5 - parent: 1 - - uid: 3388 + pos: -86.5,4.5 + parent: 2 + - uid: 20796 components: - type: Transform - pos: -12.5,30.5 - parent: 1 - - uid: 3389 + pos: -86.5,5.5 + parent: 2 + - uid: 20797 components: - type: Transform - pos: -12.5,31.5 - parent: 1 - - uid: 3390 + pos: -86.5,5.5 + parent: 2 + - uid: 20798 components: - type: Transform - pos: -12.5,32.5 - parent: 1 - - uid: 3477 + pos: -85.5,5.5 + parent: 2 + - uid: 20799 components: - type: Transform - pos: -22.5,62.5 - parent: 1 - - uid: 3478 + pos: -84.5,5.5 + parent: 2 + - uid: 20800 components: - type: Transform - pos: -22.5,60.5 - parent: 1 - - uid: 3553 + pos: -83.5,5.5 + parent: 2 + - uid: 20801 components: - type: Transform - pos: -25.5,36.5 - parent: 1 - - uid: 3568 + pos: -82.5,5.5 + parent: 2 + - uid: 20802 components: - type: Transform - pos: -6.5,56.5 - parent: 1 - - uid: 3594 + pos: -81.5,5.5 + parent: 2 + - uid: 20803 components: - type: Transform - pos: -25.5,39.5 - parent: 1 - - uid: 3596 + pos: -80.5,5.5 + parent: 2 + - uid: 20804 components: - type: Transform - pos: -25.5,49.5 - parent: 1 - - uid: 3609 + pos: -78.5,5.5 + parent: 2 + - uid: 20805 components: - type: Transform - pos: -10.5,60.5 - parent: 1 - - uid: 3634 + pos: -77.5,5.5 + parent: 2 + - uid: 20806 components: - type: Transform - pos: 11.5,-8.5 - parent: 1 - - uid: 3747 + pos: -79.5,5.5 + parent: 2 + - uid: 20807 components: - type: Transform - pos: -25.5,45.5 - parent: 1 - - uid: 3907 + pos: -86.5,2.5 + parent: 2 + - uid: 20808 components: - type: Transform - pos: -13.5,5.5 - parent: 1 - - uid: 3908 + pos: -87.5,2.5 + parent: 2 + - uid: 20809 components: - type: Transform - pos: -14.5,5.5 - parent: 1 - - uid: 3909 + pos: -88.5,2.5 + parent: 2 + - uid: 20810 components: - type: Transform - pos: -15.5,5.5 - parent: 1 - - uid: 3910 + pos: -88.5,2.5 + parent: 2 + - uid: 20811 components: - type: Transform - pos: -16.5,5.5 - parent: 1 - - uid: 3911 + pos: -88.5,1.5 + parent: 2 + - uid: 20812 components: - type: Transform - pos: -17.5,5.5 - parent: 1 - - uid: 3912 + pos: -88.5,0.5 + parent: 2 + - uid: 20813 components: - type: Transform - pos: -18.5,5.5 - parent: 1 - - uid: 3913 + pos: -88.5,-0.5 + parent: 2 + - uid: 20814 components: - type: Transform - pos: -19.5,5.5 - parent: 1 - - uid: 3914 + pos: -89.5,-0.5 + parent: 2 + - uid: 20815 components: - type: Transform - pos: -20.5,5.5 - parent: 1 - - uid: 3915 + pos: -90.5,-0.5 + parent: 2 + - uid: 20816 components: - type: Transform - pos: -21.5,5.5 - parent: 1 - - uid: 3916 + pos: -91.5,-0.5 + parent: 2 + - uid: 20817 components: - type: Transform - pos: -22.5,5.5 - parent: 1 - - uid: 3917 + pos: -92.5,-0.5 + parent: 2 + - uid: 20818 components: - type: Transform - pos: -23.5,5.5 - parent: 1 - - uid: 3918 + pos: -93.5,-0.5 + parent: 2 + - uid: 20819 components: - type: Transform - pos: -24.5,5.5 - parent: 1 - - uid: 3919 + pos: -91.5,-1.5 + parent: 2 + - uid: 20820 components: - type: Transform - pos: -25.5,5.5 - parent: 1 - - uid: 3920 + pos: -91.5,-2.5 + parent: 2 + - uid: 20821 components: - type: Transform - pos: -26.5,5.5 - parent: 1 - - uid: 3921 + pos: -91.5,-3.5 + parent: 2 + - uid: 20822 components: - type: Transform - pos: -27.5,5.5 - parent: 1 - - uid: 3922 + pos: -91.5,-4.5 + parent: 2 + - uid: 20823 components: - type: Transform - pos: -28.5,5.5 - parent: 1 - - uid: 3923 + pos: -91.5,-6.5 + parent: 2 + - uid: 20824 components: - type: Transform - pos: -29.5,5.5 - parent: 1 - - uid: 3924 + pos: -91.5,-7.5 + parent: 2 + - uid: 20825 components: - type: Transform - pos: -30.5,5.5 - parent: 1 - - uid: 3925 + pos: -91.5,-5.5 + parent: 2 + - uid: 20826 components: - type: Transform - pos: -31.5,5.5 - parent: 1 - - uid: 3926 + pos: -77.5,-10.5 + parent: 2 + - uid: 20827 components: - type: Transform - pos: -32.5,5.5 - parent: 1 - - uid: 3927 + pos: -78.5,-10.5 + parent: 2 + - uid: 20828 components: - type: Transform - pos: -33.5,5.5 - parent: 1 - - uid: 3928 + pos: -79.5,-10.5 + parent: 2 + - uid: 20829 components: - type: Transform - pos: -34.5,5.5 - parent: 1 - - uid: 3929 + pos: -80.5,-10.5 + parent: 2 + - uid: 20830 components: - type: Transform - pos: -35.5,5.5 - parent: 1 - - uid: 3930 + pos: -81.5,-10.5 + parent: 2 + - uid: 20831 components: - type: Transform - pos: -36.5,5.5 - parent: 1 - - uid: 3931 + pos: -82.5,-10.5 + parent: 2 + - uid: 20832 components: - type: Transform - pos: -37.5,5.5 - parent: 1 - - uid: 3976 + pos: -83.5,-10.5 + parent: 2 + - uid: 20833 components: - type: Transform - pos: -15.5,4.5 - parent: 1 - - uid: 3977 + pos: -84.5,-10.5 + parent: 2 + - uid: 20834 components: - type: Transform - pos: -15.5,3.5 - parent: 1 - - uid: 3978 + pos: -85.5,-10.5 + parent: 2 + - uid: 20835 components: - type: Transform - pos: -15.5,2.5 - parent: 1 - - uid: 3979 + pos: -85.5,-9.5 + parent: 2 + - uid: 20836 components: - type: Transform - pos: -15.5,1.5 - parent: 1 - - uid: 3980 + pos: -85.5,-8.5 + parent: 2 + - uid: 20837 components: - type: Transform - pos: -16.5,1.5 - parent: 1 - - uid: 3981 + pos: -86.5,-10.5 + parent: 2 + - uid: 20838 components: - type: Transform - pos: -17.5,1.5 - parent: 1 - - uid: 3982 + pos: -87.5,-10.5 + parent: 2 + - uid: 20839 components: - type: Transform - pos: -18.5,1.5 - parent: 1 - - uid: 3983 + pos: -87.5,-10.5 + parent: 2 + - uid: 20840 components: - type: Transform - pos: -19.5,1.5 - parent: 1 - - uid: 3984 + pos: -87.5,-9.5 + parent: 2 + - uid: 20841 components: - type: Transform - pos: -20.5,1.5 - parent: 1 - - uid: 3985 + pos: -87.5,-8.5 + parent: 2 + - uid: 20842 components: - type: Transform - pos: -21.5,1.5 - parent: 1 - - uid: 3986 + pos: -87.5,-7.5 + parent: 2 + - uid: 20843 components: - type: Transform - pos: -21.5,0.5 - parent: 1 - - uid: 3987 + pos: -87.5,-6.5 + parent: 2 + - uid: 20844 components: - type: Transform - pos: -21.5,-0.5 - parent: 1 - - uid: 3988 + pos: -87.5,-5.5 + parent: 2 + - uid: 20845 components: - type: Transform - pos: -21.5,-1.5 - parent: 1 - - uid: 3989 + pos: -87.5,-4.5 + parent: 2 + - uid: 20846 components: - type: Transform - pos: -21.5,-2.5 - parent: 1 - - uid: 3990 + pos: -87.5,-3.5 + parent: 2 + - uid: 20847 components: - type: Transform - pos: -21.5,-3.5 - parent: 1 - - uid: 3991 + pos: -87.5,-2.5 + parent: 2 + - uid: 20866 components: - type: Transform - pos: -21.5,-4.5 - parent: 1 - - uid: 3992 + pos: -90.5,1.5 + parent: 2 + - uid: 20867 components: - type: Transform - pos: -22.5,-4.5 - parent: 1 - - uid: 3993 + pos: -90.5,2.5 + parent: 2 + - uid: 20868 components: - type: Transform - pos: -23.5,-4.5 - parent: 1 - - uid: 3994 + pos: -90.5,0.5 + parent: 2 + - uid: 21086 components: - type: Transform - pos: -24.5,-4.5 - parent: 1 - - uid: 3995 + pos: -101.5,50.5 + parent: 2 + - uid: 21087 components: - type: Transform - pos: -24.5,-3.5 - parent: 1 - - uid: 3996 + pos: -102.5,50.5 + parent: 2 + - uid: 21093 components: - type: Transform - pos: -21.5,-5.5 - parent: 1 - - uid: 3997 + pos: -102.5,49.5 + parent: 2 + - uid: 21094 components: - type: Transform - pos: -21.5,-6.5 - parent: 1 - - uid: 3998 + pos: -102.5,48.5 + parent: 2 + - uid: 21095 components: - type: Transform - pos: -21.5,-7.5 - parent: 1 - - uid: 3999 + pos: -102.5,47.5 + parent: 2 + - uid: 21096 components: - type: Transform - pos: -22.5,-7.5 - parent: 1 - - uid: 4000 + pos: -102.5,46.5 + parent: 2 + - uid: 21097 components: - type: Transform - pos: -23.5,-7.5 - parent: 1 - - uid: 4001 + pos: -102.5,45.5 + parent: 2 + - uid: 21098 components: - type: Transform - pos: -24.5,-7.5 - parent: 1 - - uid: 4002 + pos: -103.5,45.5 + parent: 2 + - uid: 21099 components: - type: Transform - pos: -25.5,-7.5 - parent: 1 - - uid: 4003 + pos: -104.5,45.5 + parent: 2 + - uid: 21100 components: - type: Transform - pos: -26.5,-7.5 - parent: 1 - - uid: 4004 + pos: -105.5,45.5 + parent: 2 + - uid: 21101 components: - type: Transform - pos: -26.5,-6.5 - parent: 1 - - uid: 4005 + pos: -106.5,45.5 + parent: 2 + - uid: 21102 components: - type: Transform - pos: -27.5,-6.5 - parent: 1 - - uid: 4006 + pos: -107.5,45.5 + parent: 2 + - uid: 21103 components: - type: Transform - pos: -28.5,-6.5 - parent: 1 - - uid: 4007 + pos: -108.5,45.5 + parent: 2 + - uid: 21104 components: - type: Transform - pos: -28.5,-5.5 - parent: 1 - - uid: 4008 + pos: -109.5,45.5 + parent: 2 + - uid: 21105 components: - type: Transform - pos: -28.5,-4.5 - parent: 1 - - uid: 4009 + pos: -110.5,45.5 + parent: 2 + - uid: 21106 components: - type: Transform - pos: -28.5,-3.5 - parent: 1 - - uid: 4010 + pos: -110.5,46.5 + parent: 2 + - uid: 21107 components: - type: Transform - pos: -28.5,-2.5 - parent: 1 - - uid: 4011 + pos: -110.5,47.5 + parent: 2 + - uid: 21108 components: - type: Transform - pos: -28.5,-1.5 - parent: 1 - - uid: 4012 + pos: -110.5,48.5 + parent: 2 + - uid: 21109 components: - type: Transform - pos: -28.5,-0.5 - parent: 1 - - uid: 4013 + pos: -110.5,49.5 + parent: 2 + - uid: 21110 components: - type: Transform - pos: -28.5,0.5 - parent: 1 - - uid: 4014 + pos: -110.5,50.5 + parent: 2 + - uid: 21111 components: - type: Transform - pos: -28.5,1.5 - parent: 1 - - uid: 4015 + pos: -110.5,51.5 + parent: 2 + - uid: 21112 components: - type: Transform - pos: -28.5,2.5 - parent: 1 - - uid: 4016 + pos: -110.5,52.5 + parent: 2 + - uid: 21113 components: - type: Transform - pos: -28.5,3.5 - parent: 1 - - uid: 4017 + pos: -110.5,53.5 + parent: 2 + - uid: 21114 components: - type: Transform - pos: -28.5,4.5 - parent: 1 - - uid: 4018 + pos: -109.5,53.5 + parent: 2 + - uid: 21115 components: - type: Transform - pos: -37.5,6.5 - parent: 1 - - uid: 4019 + pos: -108.5,53.5 + parent: 2 + - uid: 21116 components: - type: Transform - pos: -37.5,7.5 - parent: 1 - - uid: 4020 + pos: -107.5,53.5 + parent: 2 + - uid: 21117 components: - type: Transform - pos: -37.5,8.5 - parent: 1 - - uid: 4021 + pos: -106.5,53.5 + parent: 2 + - uid: 21118 components: - type: Transform - pos: -37.5,9.5 - parent: 1 - - uid: 4022 + pos: -105.5,53.5 + parent: 2 + - uid: 21119 components: - type: Transform - pos: -37.5,10.5 - parent: 1 - - uid: 4023 + pos: -104.5,53.5 + parent: 2 + - uid: 21120 components: - type: Transform - pos: -37.5,11.5 - parent: 1 - - uid: 4024 + pos: -103.5,53.5 + parent: 2 + - uid: 21121 components: - type: Transform - pos: -37.5,12.5 - parent: 1 - - uid: 4025 + pos: -102.5,53.5 + parent: 2 + - uid: 21122 components: - type: Transform - pos: -37.5,13.5 - parent: 1 - - uid: 4026 + pos: -102.5,52.5 + parent: 2 + - uid: 21123 components: - type: Transform - pos: -37.5,14.5 - parent: 1 - - uid: 4027 + pos: -102.5,51.5 + parent: 2 + - uid: 21192 components: - type: Transform - pos: -37.5,15.5 - parent: 1 - - uid: 4028 + pos: -92.5,48.5 + parent: 2 + - uid: 21193 components: - type: Transform - pos: -37.5,16.5 - parent: 1 - - uid: 4029 + pos: -93.5,48.5 + parent: 2 + - uid: 21194 components: - type: Transform - pos: -37.5,17.5 - parent: 1 - - uid: 4030 + pos: -94.5,48.5 + parent: 2 + - uid: 21195 components: - type: Transform - pos: -37.5,18.5 - parent: 1 - - uid: 4031 + pos: -94.5,49.5 + parent: 2 + - uid: 21196 components: - type: Transform - pos: -37.5,19.5 - parent: 1 - - uid: 4032 + pos: -94.5,50.5 + parent: 2 + - uid: 21197 components: - type: Transform - pos: -37.5,20.5 - parent: 1 - - uid: 4033 + pos: -94.5,51.5 + parent: 2 + - uid: 21198 components: - type: Transform - pos: -37.5,21.5 - parent: 1 - - uid: 4034 + pos: -95.5,49.5 + parent: 2 + - uid: 21199 components: - type: Transform - pos: -37.5,22.5 - parent: 1 - - uid: 4035 + pos: -96.5,49.5 + parent: 2 + - uid: 21200 components: - type: Transform - pos: -37.5,23.5 - parent: 1 - - uid: 4036 + pos: -97.5,49.5 + parent: 2 + - uid: 21437 components: - type: Transform - pos: -37.5,24.5 - parent: 1 - - uid: 4037 + pos: 21.5,35.5 + parent: 2 + - uid: 21438 components: - type: Transform - pos: -37.5,25.5 - parent: 1 - - uid: 4038 + pos: 22.5,35.5 + parent: 2 + - uid: 21439 components: - type: Transform - pos: -37.5,26.5 - parent: 1 - - uid: 4039 + pos: 23.5,35.5 + parent: 2 + - uid: 21440 components: - type: Transform - pos: -37.5,27.5 - parent: 1 - - uid: 4040 + pos: 23.5,34.5 + parent: 2 + - uid: 21441 components: - type: Transform - pos: -37.5,28.5 - parent: 1 - - uid: 4041 + pos: 23.5,33.5 + parent: 2 + - uid: 21442 components: - type: Transform - pos: -37.5,29.5 - parent: 1 - - uid: 4042 + pos: 23.5,32.5 + parent: 2 + - uid: 21443 components: - type: Transform - pos: -37.5,30.5 - parent: 1 - - uid: 4043 + pos: 23.5,31.5 + parent: 2 + - uid: 21444 components: - type: Transform - pos: -37.5,31.5 - parent: 1 - - uid: 4044 + pos: 24.5,31.5 + parent: 2 + - uid: 21445 components: - type: Transform - pos: -37.5,32.5 - parent: 1 - - uid: 4045 + pos: 25.5,31.5 + parent: 2 + - uid: 21446 components: - type: Transform - pos: -36.5,32.5 - parent: 1 - - uid: 4046 + pos: 25.5,32.5 + parent: 2 + - uid: 21447 components: - type: Transform - pos: -35.5,32.5 - parent: 1 - - uid: 4047 + pos: 25.5,33.5 + parent: 2 + - uid: 21448 components: - type: Transform - pos: -34.5,32.5 - parent: 1 - - uid: 4048 + pos: 25.5,34.5 + parent: 2 + - uid: 21449 components: - type: Transform - pos: -33.5,32.5 - parent: 1 - - uid: 4049 + pos: 25.5,35.5 + parent: 2 + - uid: 21450 components: - type: Transform - pos: -32.5,32.5 - parent: 1 - - uid: 4050 + pos: 26.5,35.5 + parent: 2 + - uid: 21451 components: - type: Transform - pos: -31.5,32.5 - parent: 1 - - uid: 4051 + pos: 27.5,35.5 + parent: 2 + - uid: 21455 components: - type: Transform - pos: -30.5,32.5 - parent: 1 - - uid: 4052 + pos: 24.5,-11.5 + parent: 2 +- proto: CableApcStack + entities: + - uid: 3591 components: - type: Transform - pos: -29.5,32.5 - parent: 1 - - uid: 4053 + pos: 25.496317,-7.99954 + parent: 2 + - uid: 3592 components: - type: Transform - pos: -28.5,32.5 - parent: 1 - - uid: 4054 + pos: -53.309093,29.701698 + parent: 2 + - uid: 3593 components: - type: Transform - pos: -27.5,32.5 - parent: 1 - - uid: 4055 + pos: -25.946909,26.643772 + parent: 2 + - uid: 3594 components: - type: Transform - pos: -26.5,32.5 - parent: 1 - - uid: 4056 + pos: -7.4238524,8.228333 + parent: 2 +- proto: CableApcStack1 + entities: + - uid: 3595 components: - type: Transform - pos: -25.5,32.5 - parent: 1 - - uid: 4057 + pos: 12.5,55.5 + parent: 2 + - uid: 3598 components: - type: Transform - pos: -24.5,32.5 - parent: 1 - - uid: 4058 + pos: 21.5,46.5 + parent: 2 +- proto: CablecuffsBroken + entities: + - uid: 3599 components: - type: Transform - pos: -23.5,32.5 - parent: 1 - - uid: 4059 + pos: 20.645613,60.675842 + parent: 2 +- proto: CableHV + entities: + - uid: 2452 components: - type: Transform - pos: -22.5,32.5 - parent: 1 - - uid: 4060 + pos: -90.5,33.5 + parent: 2 + - uid: 2668 components: - type: Transform - pos: -21.5,32.5 - parent: 1 - - uid: 4061 + pos: -89.5,23.5 + parent: 2 + - uid: 2670 components: - type: Transform - pos: -20.5,32.5 - parent: 1 - - uid: 4062 + pos: -99.5,33.5 + parent: 2 + - uid: 2752 components: - type: Transform - pos: -19.5,32.5 - parent: 1 - - uid: 4063 + pos: -93.5,33.5 + parent: 2 + - uid: 2840 components: - type: Transform - pos: -18.5,32.5 - parent: 1 - - uid: 4064 + pos: -89.5,26.5 + parent: 2 + - uid: 2841 components: - type: Transform - pos: -17.5,32.5 - parent: 1 - - uid: 4065 + pos: -95.5,33.5 + parent: 2 + - uid: 2847 components: - type: Transform - pos: -16.5,32.5 - parent: 1 - - uid: 4066 + pos: -89.5,20.5 + parent: 2 + - uid: 2848 components: - type: Transform - pos: -15.5,32.5 - parent: 1 - - uid: 4067 + pos: -93.5,17.5 + parent: 2 + - uid: 2849 components: - type: Transform - pos: -14.5,32.5 - parent: 1 - - uid: 4068 + pos: -89.5,29.5 + parent: 2 + - uid: 3254 components: - type: Transform - pos: -13.5,32.5 - parent: 1 - - uid: 4378 + pos: -105.5,20.5 + parent: 2 + - uid: 3255 components: - type: Transform - pos: -38.5,21.5 - parent: 1 - - uid: 4379 + pos: -91.5,33.5 + parent: 2 + - uid: 3313 components: - type: Transform - pos: -39.5,21.5 - parent: 1 - - uid: 4380 + pos: -103.5,17.5 + parent: 2 + - uid: 3600 components: - type: Transform - pos: -40.5,21.5 - parent: 1 - - uid: 4381 + pos: 1.5,-15.5 + parent: 2 + - uid: 3601 components: - type: Transform - pos: -41.5,21.5 - parent: 1 - - uid: 4382 + pos: -0.5,-0.5 + parent: 2 + - uid: 3602 components: - type: Transform - pos: -42.5,21.5 - parent: 1 - - uid: 4383 + pos: 0.5,-17.5 + parent: 2 + - uid: 3603 components: - type: Transform - pos: -43.5,21.5 - parent: 1 - - uid: 4384 + pos: -4.5,-0.5 + parent: 2 + - uid: 3604 components: - type: Transform - pos: -44.5,21.5 - parent: 1 - - uid: 4385 + pos: 2.5,-19.5 + parent: 2 + - uid: 3606 components: - type: Transform - pos: -45.5,21.5 - parent: 1 - - uid: 4386 + pos: 2.5,-9.5 + parent: 2 + - uid: 3607 components: - type: Transform - pos: -46.5,21.5 - parent: 1 - - uid: 4387 + pos: -3.5,0.5 + parent: 2 + - uid: 3608 components: - type: Transform - pos: -47.5,21.5 - parent: 1 - - uid: 4388 + pos: -12.5,-0.5 + parent: 2 + - uid: 3609 components: - type: Transform - pos: -48.5,21.5 - parent: 1 - - uid: 4389 + pos: 13.5,18.5 + parent: 2 + - uid: 3610 components: - type: Transform - pos: -49.5,21.5 - parent: 1 - - uid: 4390 + pos: 13.5,12.5 + parent: 2 + - uid: 3611 components: - type: Transform - pos: -50.5,21.5 - parent: 1 - - uid: 4391 + pos: 13.5,17.5 + parent: 2 + - uid: 3612 components: - type: Transform - pos: -50.5,20.5 - parent: 1 - - uid: 4392 + pos: 13.5,10.5 + parent: 2 + - uid: 3613 components: - type: Transform - pos: -50.5,19.5 - parent: 1 - - uid: 4393 + pos: 13.5,15.5 + parent: 2 + - uid: 3614 components: - type: Transform - pos: -50.5,18.5 - parent: 1 - - uid: 4394 + pos: 13.5,11.5 + parent: 2 + - uid: 3615 components: - type: Transform - pos: -50.5,17.5 - parent: 1 - - uid: 4395 + pos: 13.5,16.5 + parent: 2 + - uid: 3616 components: - type: Transform - pos: -50.5,16.5 - parent: 1 - - uid: 4396 + pos: 13.5,14.5 + parent: 2 + - uid: 3617 components: - type: Transform - pos: -50.5,15.5 - parent: 1 - - uid: 4397 + pos: 2.5,-11.5 + parent: 2 + - uid: 3618 components: - type: Transform - pos: -50.5,14.5 - parent: 1 - - uid: 4398 + pos: -5.5,-1.5 + parent: 2 + - uid: 3619 components: - type: Transform - pos: -49.5,14.5 - parent: 1 - - uid: 4399 + pos: 4.5,5.5 + parent: 2 + - uid: 3620 components: - type: Transform - pos: -48.5,14.5 - parent: 1 - - uid: 4400 + pos: 4.5,4.5 + parent: 2 + - uid: 3621 components: - type: Transform - pos: -47.5,14.5 - parent: 1 - - uid: 4401 + pos: 4.5,3.5 + parent: 2 + - uid: 3622 components: - type: Transform - pos: -46.5,14.5 - parent: 1 - - uid: 4402 + pos: 4.5,2.5 + parent: 2 + - uid: 3623 components: - type: Transform - pos: -45.5,14.5 - parent: 1 - - uid: 4403 + pos: 4.5,1.5 + parent: 2 + - uid: 3624 components: - type: Transform - pos: -44.5,14.5 - parent: 1 - - uid: 4404 + pos: 4.5,0.5 + parent: 2 + - uid: 3625 components: - type: Transform - pos: -43.5,14.5 - parent: 1 - - uid: 4405 + pos: 4.5,-0.5 + parent: 2 + - uid: 3626 components: - type: Transform - pos: -42.5,14.5 - parent: 1 - - uid: 4406 + pos: 4.5,-1.5 + parent: 2 + - uid: 3627 components: - type: Transform - pos: -41.5,14.5 - parent: 1 - - uid: 4407 + pos: 4.5,-2.5 + parent: 2 + - uid: 3628 components: - type: Transform - pos: -41.5,15.5 - parent: 1 - - uid: 4408 + pos: 4.5,-3.5 + parent: 2 + - uid: 3629 components: - type: Transform - pos: -40.5,15.5 - parent: 1 - - uid: 4409 + pos: 4.5,-4.5 + parent: 2 + - uid: 3630 components: - type: Transform - pos: -44.5,13.5 - parent: 1 - - uid: 4410 + pos: 4.5,-5.5 + parent: 2 + - uid: 3631 components: - type: Transform - pos: -44.5,12.5 - parent: 1 - - uid: 4411 + pos: 5.5,-5.5 + parent: 2 + - uid: 3632 components: - type: Transform - pos: -44.5,11.5 - parent: 1 - - uid: 4412 + pos: 6.5,-5.5 + parent: 2 + - uid: 3633 components: - type: Transform - pos: -44.5,10.5 - parent: 1 - - uid: 4413 + pos: 7.5,-5.5 + parent: 2 + - uid: 3634 components: - type: Transform - pos: -44.5,9.5 - parent: 1 - - uid: 4414 + pos: 8.5,-5.5 + parent: 2 + - uid: 3635 components: - type: Transform - pos: -44.5,8.5 - parent: 1 - - uid: 4415 + pos: 9.5,-5.5 + parent: 2 + - uid: 3636 components: - type: Transform - pos: -44.5,7.5 - parent: 1 - - uid: 4416 + pos: 10.5,-5.5 + parent: 2 + - uid: 3637 components: - type: Transform - pos: -44.5,6.5 - parent: 1 - - uid: 4417 + pos: 11.5,-5.5 + parent: 2 + - uid: 3638 components: - type: Transform - pos: -44.5,5.5 - parent: 1 - - uid: 4418 + pos: 11.5,-6.5 + parent: 2 + - uid: 3639 components: - type: Transform - pos: -43.5,5.5 - parent: 1 - - uid: 4419 + pos: 11.5,-7.5 + parent: 2 + - uid: 3640 components: - type: Transform - pos: -42.5,5.5 - parent: 1 - - uid: 4420 + pos: 4.5,-6.5 + parent: 2 + - uid: 3641 components: - type: Transform - pos: -41.5,5.5 - parent: 1 - - uid: 4421 + pos: -69.5,29.5 + parent: 2 + - uid: 3642 components: - type: Transform - pos: -40.5,5.5 - parent: 1 - - uid: 4422 + pos: -69.5,31.5 + parent: 2 + - uid: 3643 components: - type: Transform - pos: -39.5,5.5 - parent: 1 - - uid: 4423 + pos: 12.5,-5.5 + parent: 2 + - uid: 3644 components: - type: Transform - pos: -38.5,5.5 - parent: 1 - - uid: 4568 + pos: 13.5,-5.5 + parent: 2 + - uid: 3645 components: - type: Transform - pos: -63.5,57.5 - parent: 1 - - uid: 4578 + pos: 14.5,-5.5 + parent: 2 + - uid: 3646 components: - type: Transform - pos: -59.5,27.5 - parent: 1 - - uid: 4678 + pos: 15.5,-5.5 + parent: 2 + - uid: 3647 components: - type: Transform - pos: -60.5,32.5 - parent: 1 - - uid: 4680 + pos: 16.5,-5.5 + parent: 2 + - uid: 3648 components: - type: Transform - pos: -58.5,36.5 - parent: 1 - - uid: 4706 + pos: 17.5,-5.5 + parent: 2 + - uid: 3649 components: - type: Transform - pos: -5.5,56.5 - parent: 1 - - uid: 4711 + pos: 18.5,-5.5 + parent: 2 + - uid: 3650 components: - type: Transform - pos: 15.5,37.5 - parent: 1 - - uid: 4714 + pos: 19.5,-5.5 + parent: 2 + - uid: 3651 components: - type: Transform - pos: -58.5,27.5 - parent: 1 - - uid: 5004 + pos: 20.5,-5.5 + parent: 2 + - uid: 3652 components: - type: Transform - pos: -8.5,-1.5 - parent: 1 - - uid: 5021 + pos: 21.5,-5.5 + parent: 2 + - uid: 3653 components: - type: Transform - pos: -79.5,25.5 - parent: 1 - - uid: 5024 + pos: 22.5,-5.5 + parent: 2 + - uid: 3654 components: - type: Transform - pos: -74.5,27.5 - parent: 1 - - uid: 5027 + pos: 23.5,-5.5 + parent: 2 + - uid: 3655 components: - type: Transform - pos: -74.5,26.5 - parent: 1 - - uid: 5031 + pos: 24.5,-5.5 + parent: 2 + - uid: 3656 components: - type: Transform - pos: -73.5,26.5 - parent: 1 - - uid: 5034 + pos: 25.5,-5.5 + parent: 2 + - uid: 3657 components: - type: Transform - pos: -72.5,26.5 - parent: 1 - - uid: 5173 + pos: 26.5,-5.5 + parent: 2 + - uid: 3658 components: - type: Transform - pos: -80.5,59.5 - parent: 1 - - uid: 5181 + pos: 27.5,-5.5 + parent: 2 + - uid: 3659 components: - type: Transform - pos: -60.5,7.5 - parent: 1 - - uid: 5186 + pos: 28.5,-10.5 + parent: 2 + - uid: 3660 components: - type: Transform - pos: -89.5,19.5 - parent: 1 - - uid: 5188 + pos: 28.5,-9.5 + parent: 2 + - uid: 3661 components: - type: Transform - pos: -88.5,24.5 - parent: 1 - - uid: 5209 + pos: 18.5,-14.5 + parent: 2 + - uid: 3662 components: - type: Transform - pos: -88.5,28.5 - parent: 1 - - uid: 5222 + pos: 28.5,-8.5 + parent: 2 + - uid: 3663 components: - type: Transform - pos: -88.5,26.5 - parent: 1 - - uid: 5224 + pos: 19.5,-14.5 + parent: 2 + - uid: 3664 components: - type: Transform - pos: -83.5,58.5 - parent: 1 - - uid: 5248 + pos: 20.5,-14.5 + parent: 2 + - uid: 3665 components: - type: Transform - pos: -84.5,58.5 - parent: 1 - - uid: 5249 + pos: 21.5,-14.5 + parent: 2 + - uid: 3666 components: - type: Transform - pos: -80.5,58.5 - parent: 1 - - uid: 5277 + pos: 22.5,-14.5 + parent: 2 + - uid: 3667 components: - type: Transform - pos: -64.5,57.5 - parent: 1 - - uid: 5306 + pos: 23.5,-14.5 + parent: 2 + - uid: 3668 components: - type: Transform - pos: -63.5,58.5 - parent: 1 - - uid: 5314 + pos: 24.5,-14.5 + parent: 2 + - uid: 3669 components: - type: Transform - pos: -66.5,57.5 - parent: 1 - - uid: 5481 + pos: 25.5,-14.5 + parent: 2 + - uid: 3670 components: - type: Transform - pos: -25.5,37.5 - parent: 1 - - uid: 5502 + pos: 26.5,-14.5 + parent: 2 + - uid: 3671 components: - type: Transform - pos: -16.5,17.5 - parent: 1 - - uid: 5504 + pos: 27.5,-14.5 + parent: 2 + - uid: 3672 components: - type: Transform - pos: -15.5,17.5 - parent: 1 - - uid: 5522 + pos: 18.5,-16.5 + parent: 2 + - uid: 3673 components: - type: Transform - pos: -25.5,38.5 - parent: 1 - - uid: 5533 + pos: 19.5,-16.5 + parent: 2 + - uid: 3674 components: - type: Transform - pos: -25.5,42.5 - parent: 1 - - uid: 5569 + pos: 20.5,-16.5 + parent: 2 + - uid: 3675 components: - type: Transform - pos: -25.5,47.5 - parent: 1 - - uid: 5570 + pos: 21.5,-16.5 + parent: 2 + - uid: 3676 components: - type: Transform - pos: -25.5,48.5 - parent: 1 - - uid: 5572 + pos: 22.5,-16.5 + parent: 2 + - uid: 3677 components: - type: Transform - pos: -20.5,19.5 - parent: 1 - - uid: 5575 + pos: 23.5,-16.5 + parent: 2 + - uid: 3678 components: - type: Transform - pos: -17.5,20.5 - parent: 1 - - uid: 5633 + pos: 24.5,-16.5 + parent: 2 + - uid: 3679 components: - type: Transform - pos: -104.5,19.5 - parent: 1 - - uid: 5662 + pos: 25.5,-16.5 + parent: 2 + - uid: 3680 components: - type: Transform - pos: -15.5,20.5 - parent: 1 - - uid: 5664 + pos: 26.5,-16.5 + parent: 2 + - uid: 3681 components: - type: Transform - pos: -14.5,20.5 - parent: 1 - - uid: 5667 + pos: 27.5,-16.5 + parent: 2 + - uid: 3682 components: - type: Transform - pos: -16.5,20.5 - parent: 1 - - uid: 5678 + pos: 19.5,-18.5 + parent: 2 + - uid: 3683 components: - type: Transform - pos: -19.5,17.5 - parent: 1 - - uid: 5682 + pos: 20.5,-18.5 + parent: 2 + - uid: 3684 components: - type: Transform - pos: -20.5,17.5 - parent: 1 - - uid: 5721 + pos: 21.5,-18.5 + parent: 2 + - uid: 3685 components: - type: Transform - pos: -17.5,17.5 - parent: 1 - - uid: 5754 + pos: 22.5,-18.5 + parent: 2 + - uid: 3686 components: - type: Transform - pos: 2.5,-7.5 - parent: 1 - - uid: 5757 + pos: 23.5,-18.5 + parent: 2 + - uid: 3687 components: - type: Transform - pos: 3.5,-7.5 - parent: 1 - - uid: 5818 + pos: 24.5,-18.5 + parent: 2 + - uid: 3688 components: - type: Transform - pos: -25.5,34.5 - parent: 1 - - uid: 5950 + pos: 25.5,-18.5 + parent: 2 + - uid: 3689 components: - type: Transform - pos: -4.5,56.5 - parent: 1 - - uid: 5956 + pos: 26.5,-18.5 + parent: 2 + - uid: 3690 components: - type: Transform - pos: -3.5,56.5 - parent: 1 - - uid: 6083 + pos: 27.5,-18.5 + parent: 2 + - uid: 3691 components: - type: Transform - pos: -16.5,33.5 - parent: 1 - - uid: 6084 + pos: 19.5,-20.5 + parent: 2 + - uid: 3692 components: - type: Transform - pos: -16.5,34.5 - parent: 1 - - uid: 6085 + pos: 20.5,-20.5 + parent: 2 + - uid: 3693 components: - type: Transform - pos: -16.5,35.5 - parent: 1 - - uid: 6086 + pos: 21.5,-20.5 + parent: 2 + - uid: 3694 components: - type: Transform - pos: -16.5,36.5 - parent: 1 - - uid: 6087 + pos: 22.5,-20.5 + parent: 2 + - uid: 3695 components: - type: Transform - pos: -16.5,37.5 - parent: 1 - - uid: 6088 + pos: 23.5,-20.5 + parent: 2 + - uid: 3696 components: - type: Transform - pos: -16.5,38.5 - parent: 1 - - uid: 6089 + pos: 24.5,-20.5 + parent: 2 + - uid: 3697 components: - type: Transform - pos: -16.5,39.5 - parent: 1 - - uid: 6090 + pos: 25.5,-20.5 + parent: 2 + - uid: 3698 components: - type: Transform - pos: -16.5,40.5 - parent: 1 - - uid: 6091 + pos: 26.5,-20.5 + parent: 2 + - uid: 3699 components: - type: Transform - pos: -16.5,41.5 - parent: 1 - - uid: 6092 + pos: 27.5,-20.5 + parent: 2 + - uid: 3700 components: - type: Transform - pos: -16.5,42.5 - parent: 1 - - uid: 6093 + pos: 20.5,-22.5 + parent: 2 + - uid: 3701 components: - type: Transform - pos: -16.5,43.5 - parent: 1 - - uid: 6094 + pos: 21.5,-22.5 + parent: 2 + - uid: 3702 components: - type: Transform - pos: -16.5,44.5 - parent: 1 - - uid: 6095 + pos: 22.5,-22.5 + parent: 2 + - uid: 3703 components: - type: Transform - pos: -16.5,45.5 - parent: 1 - - uid: 6096 + pos: 23.5,-22.5 + parent: 2 + - uid: 3704 components: - type: Transform - pos: -16.5,46.5 - parent: 1 - - uid: 6097 + pos: 24.5,-22.5 + parent: 2 + - uid: 3705 components: - type: Transform - pos: -16.5,47.5 - parent: 1 - - uid: 6098 + pos: 25.5,-22.5 + parent: 2 + - uid: 3706 components: - type: Transform - pos: -16.5,48.5 - parent: 1 - - uid: 6099 + pos: 26.5,-22.5 + parent: 2 + - uid: 3707 components: - type: Transform - pos: -16.5,49.5 - parent: 1 - - uid: 6100 + pos: 27.5,-22.5 + parent: 2 + - uid: 3708 components: - type: Transform - pos: -16.5,50.5 - parent: 1 - - uid: 6101 + pos: 20.5,-24.5 + parent: 2 + - uid: 3709 components: - type: Transform - pos: -16.5,51.5 - parent: 1 - - uid: 6102 + pos: 21.5,-24.5 + parent: 2 + - uid: 3710 components: - type: Transform - pos: -15.5,51.5 - parent: 1 - - uid: 6103 + pos: 22.5,-24.5 + parent: 2 + - uid: 3711 components: - type: Transform - pos: -14.5,51.5 - parent: 1 - - uid: 6104 + pos: 23.5,-24.5 + parent: 2 + - uid: 3712 components: - type: Transform - pos: -13.5,51.5 - parent: 1 - - uid: 6105 + pos: 24.5,-24.5 + parent: 2 + - uid: 3713 components: - type: Transform - pos: -12.5,51.5 - parent: 1 - - uid: 6106 + pos: 25.5,-24.5 + parent: 2 + - uid: 3714 components: - type: Transform - pos: -11.5,51.5 - parent: 1 - - uid: 6107 + pos: 26.5,-24.5 + parent: 2 + - uid: 3715 components: - type: Transform - pos: -10.5,51.5 - parent: 1 - - uid: 6108 + pos: 27.5,-24.5 + parent: 2 + - uid: 3716 components: - type: Transform - pos: -9.5,51.5 - parent: 1 - - uid: 6109 + pos: 28.5,-27.5 + parent: 2 + - uid: 3717 components: - type: Transform - pos: -8.5,51.5 - parent: 1 - - uid: 6110 + pos: 28.5,-26.5 + parent: 2 + - uid: 3718 components: - type: Transform - pos: -7.5,51.5 - parent: 1 - - uid: 6111 + pos: 28.5,-25.5 + parent: 2 + - uid: 3719 components: - type: Transform - pos: -7.5,50.5 - parent: 1 - - uid: 6112 + pos: 27.5,-6.5 + parent: 2 + - uid: 3720 components: - type: Transform - pos: -7.5,49.5 - parent: 1 - - uid: 6113 + pos: 27.5,-7.5 + parent: 2 + - uid: 3721 components: - type: Transform - pos: -7.5,48.5 - parent: 1 - - uid: 6114 + pos: 27.5,-8.5 + parent: 2 + - uid: 3722 components: - type: Transform - pos: -7.5,47.5 - parent: 1 - - uid: 6115 + pos: 25.5,1.5 + parent: 2 + - uid: 3723 components: - type: Transform - pos: -6.5,47.5 - parent: 1 - - uid: 6116 + pos: 25.5,2.5 + parent: 2 + - uid: 3724 components: - type: Transform - pos: -5.5,47.5 - parent: 1 - - uid: 6117 + pos: 25.5,3.5 + parent: 2 + - uid: 3725 components: - type: Transform - pos: -4.5,47.5 - parent: 1 - - uid: 6118 + pos: 26.5,3.5 + parent: 2 + - uid: 3726 components: - type: Transform - pos: -3.5,47.5 - parent: 1 - - uid: 6119 + pos: 26.5,4.5 + parent: 2 + - uid: 3727 components: - type: Transform - pos: -2.5,47.5 - parent: 1 - - uid: 6120 + pos: 26.5,5.5 + parent: 2 + - uid: 3728 components: - type: Transform - pos: -1.5,47.5 - parent: 1 - - uid: 6121 + pos: 26.5,21.5 + parent: 2 + - uid: 3729 components: - type: Transform - pos: -0.5,47.5 - parent: 1 - - uid: 6122 + pos: 26.5,25.5 + parent: 2 + - uid: 3730 components: - type: Transform - pos: 0.5,47.5 - parent: 1 - - uid: 6123 + pos: 27.5,25.5 + parent: 2 + - uid: 3731 components: - type: Transform - pos: 1.5,47.5 - parent: 1 - - uid: 6124 + pos: 28.5,25.5 + parent: 2 + - uid: 3732 components: - type: Transform - pos: 2.5,47.5 - parent: 1 - - uid: 6125 + pos: 28.5,24.5 + parent: 2 + - uid: 3733 components: - type: Transform - pos: 3.5,47.5 - parent: 1 - - uid: 6126 + pos: 26.5,22.5 + parent: 2 + - uid: 3734 components: - type: Transform - pos: 4.5,47.5 - parent: 1 - - uid: 6127 + pos: 26.5,20.5 + parent: 2 + - uid: 3735 components: - type: Transform - pos: 5.5,47.5 - parent: 1 - - uid: 6128 + pos: -1.5,0.5 + parent: 2 + - uid: 3736 components: - type: Transform - pos: 6.5,47.5 - parent: 1 - - uid: 6129 + pos: 4.5,-7.5 + parent: 2 + - uid: 3737 components: - type: Transform - pos: 7.5,47.5 - parent: 1 - - uid: 6130 + pos: -59.5,36.5 + parent: 2 + - uid: 3738 components: - type: Transform - pos: 7.5,48.5 - parent: 1 - - uid: 6131 + pos: -38.5,61.5 + parent: 2 + - uid: 3739 components: - type: Transform - pos: 8.5,48.5 - parent: 1 - - uid: 6132 + pos: -37.5,61.5 + parent: 2 + - uid: 3740 components: - type: Transform - pos: 9.5,48.5 - parent: 1 - - uid: 6133 + pos: -18.5,20.5 + parent: 2 + - uid: 3741 components: - type: Transform - pos: 10.5,48.5 - parent: 1 - - uid: 6134 + pos: -6.5,-1.5 + parent: 2 + - uid: 3742 components: - type: Transform - pos: 11.5,48.5 - parent: 1 - - uid: 6135 + pos: -5.5,-0.5 + parent: 2 + - uid: 3743 components: - type: Transform - pos: 12.5,48.5 - parent: 1 - - uid: 6136 + pos: 25.5,5.5 + parent: 2 + - uid: 3744 components: - type: Transform - pos: 13.5,48.5 - parent: 1 - - uid: 6137 + pos: 24.5,5.5 + parent: 2 + - uid: 3745 components: - type: Transform - pos: 14.5,48.5 - parent: 1 - - uid: 6138 + pos: 23.5,5.5 + parent: 2 + - uid: 3746 components: - type: Transform - pos: 15.5,48.5 - parent: 1 - - uid: 6139 + pos: 22.5,5.5 + parent: 2 + - uid: 3747 components: - type: Transform - pos: 15.5,47.5 - parent: 1 - - uid: 6140 + pos: 21.5,5.5 + parent: 2 + - uid: 3748 components: - type: Transform - pos: 15.5,46.5 - parent: 1 - - uid: 6141 + pos: 20.5,5.5 + parent: 2 + - uid: 3749 components: - type: Transform - pos: 15.5,45.5 - parent: 1 - - uid: 6142 + pos: 19.5,5.5 + parent: 2 + - uid: 3750 components: - type: Transform - pos: 16.5,45.5 - parent: 1 - - uid: 6143 + pos: 18.5,5.5 + parent: 2 + - uid: 3751 components: - type: Transform - pos: 17.5,45.5 - parent: 1 - - uid: 6145 + pos: 17.5,5.5 + parent: 2 + - uid: 3752 components: - type: Transform - pos: 18.5,46.5 - parent: 1 - - uid: 6146 + pos: 16.5,5.5 + parent: 2 + - uid: 3753 components: - type: Transform - pos: 15.5,44.5 - parent: 1 - - uid: 6147 + pos: 15.5,5.5 + parent: 2 + - uid: 3754 components: - type: Transform - pos: 15.5,43.5 - parent: 1 - - uid: 6148 + pos: 14.5,5.5 + parent: 2 + - uid: 3755 components: - type: Transform - pos: 15.5,42.5 - parent: 1 - - uid: 6149 + pos: 13.5,5.5 + parent: 2 + - uid: 3756 components: - type: Transform - pos: 15.5,41.5 - parent: 1 - - uid: 6150 + pos: 12.5,5.5 + parent: 2 + - uid: 3757 components: - type: Transform - pos: 15.5,40.5 - parent: 1 - - uid: 6151 + pos: 11.5,5.5 + parent: 2 + - uid: 3758 components: - type: Transform - pos: 15.5,39.5 - parent: 1 - - uid: 6152 + pos: 10.5,5.5 + parent: 2 + - uid: 3759 components: - type: Transform - pos: 15.5,38.5 - parent: 1 - - uid: 6155 + pos: 9.5,5.5 + parent: 2 + - uid: 3760 components: - type: Transform - pos: 15.5,35.5 - parent: 1 - - uid: 6156 + pos: 8.5,5.5 + parent: 2 + - uid: 3761 components: - type: Transform - pos: 16.5,35.5 - parent: 1 - - uid: 6157 + pos: 7.5,5.5 + parent: 2 + - uid: 3762 components: - type: Transform - pos: 17.5,35.5 - parent: 1 - - uid: 6158 + pos: 6.5,5.5 + parent: 2 + - uid: 3763 components: - type: Transform - pos: 18.5,35.5 - parent: 1 - - uid: 6159 + pos: 5.5,5.5 + parent: 2 + - uid: 3764 components: - type: Transform - pos: 19.5,35.5 - parent: 1 - - uid: 6160 + pos: 22.5,6.5 + parent: 2 + - uid: 3765 components: - type: Transform - pos: 20.5,35.5 - parent: 1 - - uid: 6161 + pos: 22.5,7.5 + parent: 2 + - uid: 3766 components: - type: Transform - pos: 21.5,35.5 - parent: 1 - - uid: 6162 + pos: 22.5,8.5 + parent: 2 + - uid: 3767 components: - type: Transform - pos: 22.5,35.5 - parent: 1 - - uid: 6163 + pos: 22.5,9.5 + parent: 2 + - uid: 3768 components: - type: Transform - pos: 23.5,35.5 - parent: 1 - - uid: 6164 + pos: 23.5,9.5 + parent: 2 + - uid: 3769 components: - type: Transform - pos: 23.5,34.5 - parent: 1 - - uid: 6165 + pos: 3.5,5.5 + parent: 2 + - uid: 3770 components: - type: Transform - pos: 23.5,33.5 - parent: 1 - - uid: 6166 + pos: 2.5,5.5 + parent: 2 + - uid: 3771 components: - type: Transform - pos: 23.5,32.5 - parent: 1 - - uid: 6167 + pos: 1.5,5.5 + parent: 2 + - uid: 3772 components: - type: Transform - pos: 23.5,31.5 - parent: 1 - - uid: 6168 + pos: 0.5,5.5 + parent: 2 + - uid: 3773 components: - type: Transform - pos: 23.5,30.5 - parent: 1 - - uid: 6169 + pos: -0.5,5.5 + parent: 2 + - uid: 3774 components: - type: Transform - pos: 23.5,29.5 - parent: 1 - - uid: 6170 + pos: -1.5,5.5 + parent: 2 + - uid: 3775 components: - type: Transform - pos: 23.5,28.5 - parent: 1 - - uid: 6171 + pos: -2.5,5.5 + parent: 2 + - uid: 3776 components: - type: Transform - pos: 23.5,27.5 - parent: 1 - - uid: 6172 + pos: -3.5,5.5 + parent: 2 + - uid: 3777 components: - type: Transform - pos: 23.5,26.5 - parent: 1 - - uid: 6173 + pos: -4.5,5.5 + parent: 2 + - uid: 3778 components: - type: Transform - pos: 23.5,25.5 - parent: 1 - - uid: 6174 + pos: -5.5,5.5 + parent: 2 + - uid: 3779 components: - type: Transform - pos: 23.5,24.5 - parent: 1 - - uid: 6175 + pos: -5.5,6.5 + parent: 2 + - uid: 3780 components: - type: Transform - pos: 23.5,23.5 - parent: 1 - - uid: 6176 + pos: -5.5,7.5 + parent: 2 + - uid: 3781 components: - type: Transform - pos: 23.5,22.5 - parent: 1 - - uid: 6177 + pos: -5.5,8.5 + parent: 2 + - uid: 3782 components: - type: Transform - pos: 23.5,21.5 - parent: 1 - - uid: 6178 + pos: -5.5,9.5 + parent: 2 + - uid: 3783 components: - type: Transform - pos: 23.5,20.5 - parent: 1 - - uid: 6179 + pos: -5.5,10.5 + parent: 2 + - uid: 3784 components: - type: Transform - pos: 23.5,19.5 - parent: 1 - - uid: 6180 + pos: -5.5,11.5 + parent: 2 + - uid: 3785 components: - type: Transform - pos: 24.5,19.5 - parent: 1 - - uid: 6181 + pos: -5.5,12.5 + parent: 2 + - uid: 3786 components: - type: Transform - pos: 25.5,19.5 - parent: 1 - - uid: 6182 + pos: -5.5,13.5 + parent: 2 + - uid: 3787 components: - type: Transform - pos: 26.5,19.5 - parent: 1 - - uid: 6183 + pos: -5.5,14.5 + parent: 2 + - uid: 3788 components: - type: Transform - pos: 26.5,18.5 - parent: 1 - - uid: 6184 + pos: -5.5,15.5 + parent: 2 + - uid: 3789 components: - type: Transform - pos: 26.5,17.5 - parent: 1 - - uid: 6185 + pos: -5.5,16.5 + parent: 2 + - uid: 3790 components: - type: Transform - pos: 26.5,16.5 - parent: 1 - - uid: 6186 + pos: -5.5,17.5 + parent: 2 + - uid: 3791 components: - type: Transform - pos: 26.5,15.5 - parent: 1 - - uid: 6187 + pos: -6.5,17.5 + parent: 2 + - uid: 3792 components: - type: Transform - pos: 26.5,14.5 - parent: 1 - - uid: 6188 + pos: -7.5,17.5 + parent: 2 + - uid: 3793 components: - type: Transform - pos: 26.5,13.5 - parent: 1 - - uid: 6189 + pos: -8.5,17.5 + parent: 2 + - uid: 3794 components: - type: Transform - pos: 26.5,12.5 - parent: 1 - - uid: 6190 + pos: -9.5,17.5 + parent: 2 + - uid: 3795 components: - type: Transform - pos: 26.5,11.5 - parent: 1 - - uid: 6191 + pos: -9.5,18.5 + parent: 2 + - uid: 3796 components: - type: Transform - pos: 26.5,10.5 - parent: 1 - - uid: 6192 + pos: -12.5,2.5 + parent: 2 + - uid: 3797 components: - type: Transform - pos: 26.5,9.5 - parent: 1 - - uid: 6193 + pos: -12.5,3.5 + parent: 2 + - uid: 3798 components: - type: Transform - pos: 26.5,8.5 - parent: 1 - - uid: 6194 + pos: -10.5,61.5 + parent: 2 + - uid: 3799 components: - type: Transform - pos: 26.5,7.5 - parent: 1 - - uid: 6195 + pos: -7.5,56.5 + parent: 2 + - uid: 3800 components: - type: Transform - pos: 26.5,6.5 - parent: 1 - - uid: 6265 + pos: -7.5,57.5 + parent: 2 + - uid: 3801 components: - type: Transform - pos: 15.5,36.5 - parent: 1 - - uid: 6320 + pos: -7.5,58.5 + parent: 2 + - uid: 3802 components: - type: Transform - pos: -20.5,64.5 - parent: 1 - - uid: 6526 + pos: -8.5,24.5 + parent: 2 + - uid: 3803 components: - type: Transform - pos: -18.5,64.5 - parent: 1 - - uid: 6529 + pos: -9.5,58.5 + parent: 2 + - uid: 3804 components: - type: Transform - pos: -16.5,52.5 - parent: 1 - - uid: 6530 + pos: -8.5,58.5 + parent: 2 + - uid: 3805 components: - type: Transform - pos: -16.5,53.5 - parent: 1 - - uid: 6531 + pos: -22.5,61.5 + parent: 2 + - uid: 3806 components: - type: Transform - pos: -16.5,54.5 - parent: 1 - - uid: 6532 + pos: -25.5,43.5 + parent: 2 + - uid: 3807 components: - type: Transform - pos: -16.5,55.5 - parent: 1 - - uid: 6533 + pos: 28.5,23.5 + parent: 2 + - uid: 3808 components: - type: Transform - pos: -15.5,55.5 - parent: 1 - - uid: 6534 + pos: -65.5,57.5 + parent: 2 + - uid: 3809 components: - type: Transform - pos: -14.5,55.5 - parent: 1 - - uid: 6535 + pos: -12.5,0.5 + parent: 2 + - uid: 3810 components: - type: Transform - pos: -13.5,55.5 - parent: 1 - - uid: 6536 + pos: -12.5,1.5 + parent: 2 + - uid: 3811 components: - type: Transform - pos: -12.5,55.5 - parent: 1 - - uid: 6537 + pos: -12.5,4.5 + parent: 2 + - uid: 3812 components: - type: Transform - pos: -11.5,55.5 - parent: 1 - - uid: 6538 + pos: -19.5,20.5 + parent: 2 + - uid: 3813 components: - type: Transform - pos: -10.5,55.5 - parent: 1 - - uid: 6539 + pos: -20.5,20.5 + parent: 2 + - uid: 3814 components: - type: Transform - pos: -9.5,55.5 - parent: 1 - - uid: 6540 + pos: -18.5,17.5 + parent: 2 + - uid: 3815 components: - type: Transform - pos: -8.5,55.5 - parent: 1 - - uid: 6541 + pos: -13.5,20.5 + parent: 2 + - uid: 3816 components: - type: Transform - pos: -7.5,55.5 - parent: 1 - - uid: 6546 + pos: 22.5,4.5 + parent: 2 + - uid: 3817 components: - type: Transform - pos: -3.5,56.5 - parent: 1 - - uid: 6616 + pos: 22.5,3.5 + parent: 2 + - uid: 3818 components: - type: Transform - pos: -15.5,56.5 - parent: 1 - - uid: 6617 + pos: 22.5,2.5 + parent: 2 + - uid: 3819 components: - type: Transform - pos: -15.5,57.5 - parent: 1 - - uid: 6618 + pos: 22.5,1.5 + parent: 2 + - uid: 3820 components: - type: Transform - pos: -15.5,58.5 - parent: 1 - - uid: 6619 + pos: 23.5,1.5 + parent: 2 + - uid: 3821 components: - type: Transform - pos: -15.5,59.5 - parent: 1 - - uid: 6620 + pos: 23.5,0.5 + parent: 2 + - uid: 3822 components: - type: Transform - pos: -15.5,60.5 - parent: 1 - - uid: 6621 + pos: 23.5,-0.5 + parent: 2 + - uid: 3823 components: - type: Transform - pos: -15.5,61.5 - parent: 1 - - uid: 6622 + pos: 23.5,-1.5 + parent: 2 + - uid: 3824 components: - type: Transform - pos: -15.5,62.5 - parent: 1 - - uid: 6623 + pos: 23.5,-2.5 + parent: 2 + - uid: 3825 components: - type: Transform - pos: -15.5,63.5 - parent: 1 - - uid: 6624 + pos: 23.5,-3.5 + parent: 2 + - uid: 3826 components: - type: Transform - pos: -15.5,64.5 - parent: 1 - - uid: 6625 + pos: 23.5,-4.5 + parent: 2 + - uid: 3827 components: - type: Transform - pos: -14.5,64.5 - parent: 1 - - uid: 6626 + pos: 3.5,-19.5 + parent: 2 + - uid: 3828 components: - type: Transform - pos: -13.5,64.5 - parent: 1 - - uid: 6627 + pos: 25.5,24.5 + parent: 2 + - uid: 3829 components: - type: Transform - pos: -12.5,64.5 - parent: 1 - - uid: 6628 + pos: 25.5,23.5 + parent: 2 + - uid: 3830 components: - type: Transform - pos: -11.5,64.5 - parent: 1 - - uid: 6629 + pos: 26.5,23.5 + parent: 2 + - uid: 3831 components: - type: Transform - pos: -12.5,65.5 - parent: 1 - - uid: 6630 + pos: 25.5,25.5 + parent: 2 + - uid: 3832 components: - type: Transform - pos: -11.5,65.5 - parent: 1 - - uid: 6631 + pos: -20.5,18.5 + parent: 2 + - uid: 3833 components: - type: Transform - pos: -12.5,66.5 - parent: 1 - - uid: 6632 + pos: -105.5,25.5 + parent: 2 + - uid: 3834 components: - type: Transform - pos: -13.5,66.5 - parent: 1 - - uid: 6633 + pos: -6.5,18.5 + parent: 2 + - uid: 3835 components: - type: Transform - pos: -13.5,67.5 - parent: 1 - - uid: 6634 + pos: -6.5,19.5 + parent: 2 + - uid: 3836 components: - type: Transform - pos: -14.5,67.5 - parent: 1 - - uid: 6635 + pos: -6.5,20.5 + parent: 2 + - uid: 3837 components: - type: Transform - pos: -15.5,67.5 - parent: 1 - - uid: 6636 + pos: -6.5,21.5 + parent: 2 + - uid: 3838 components: - type: Transform - pos: -16.5,67.5 - parent: 1 - - uid: 6637 + pos: -6.5,22.5 + parent: 2 + - uid: 3839 components: - type: Transform - pos: -17.5,67.5 - parent: 1 - - uid: 6638 + pos: -6.5,23.5 + parent: 2 + - uid: 3840 components: - type: Transform - pos: -18.5,67.5 - parent: 1 - - uid: 6639 + pos: -6.5,24.5 + parent: 2 + - uid: 3841 components: - type: Transform - pos: -19.5,67.5 - parent: 1 - - uid: 6640 + pos: -8.5,25.5 + parent: 2 + - uid: 3842 components: - type: Transform - pos: -19.5,66.5 - parent: 1 - - uid: 6641 + pos: -9.5,25.5 + parent: 2 + - uid: 3843 components: - type: Transform - pos: -20.5,66.5 - parent: 1 - - uid: 6642 + pos: -10.5,25.5 + parent: 2 + - uid: 3844 components: - type: Transform - pos: -20.5,65.5 - parent: 1 - - uid: 6643 + pos: -11.5,25.5 + parent: 2 + - uid: 3845 components: - type: Transform - pos: -21.5,65.5 - parent: 1 - - uid: 6644 + pos: -12.5,25.5 + parent: 2 + - uid: 3846 components: - type: Transform - pos: -21.5,64.5 - parent: 1 - - uid: 6653 + pos: -12.5,24.5 + parent: 2 + - uid: 3847 components: - type: Transform - pos: -8.5,59.5 - parent: 1 - - uid: 6937 + pos: -12.5,23.5 + parent: 2 + - uid: 3848 components: - type: Transform - pos: -25.5,46.5 - parent: 1 - - uid: 7097 + pos: -12.5,22.5 + parent: 2 + - uid: 3849 components: - type: Transform - pos: -65.5,21.5 - parent: 1 - - uid: 7098 + pos: -12.5,21.5 + parent: 2 + - uid: 3850 components: - type: Transform - pos: -64.5,21.5 - parent: 1 - - uid: 7127 + pos: -12.5,20.5 + parent: 2 + - uid: 3851 components: - type: Transform - pos: -66.5,21.5 - parent: 1 - - uid: 7128 + pos: -12.5,19.5 + parent: 2 + - uid: 3852 components: - type: Transform - pos: -68.5,21.5 - parent: 1 - - uid: 7149 + pos: -12.5,18.5 + parent: 2 + - uid: 3853 components: - type: Transform - pos: -25.5,44.5 - parent: 1 - - uid: 7150 + pos: -12.5,17.5 + parent: 2 + - uid: 3854 components: - type: Transform - pos: -25.5,40.5 - parent: 1 - - uid: 7218 + pos: -12.5,16.5 + parent: 2 + - uid: 3855 components: - type: Transform - pos: -81.5,23.5 - parent: 1 - - uid: 7285 + pos: -12.5,15.5 + parent: 2 + - uid: 3856 components: - type: Transform - pos: -43.5,55.5 - parent: 1 - - uid: 7387 + pos: -12.5,14.5 + parent: 2 + - uid: 3857 components: - type: Transform - pos: -25.5,35.5 - parent: 1 - - uid: 7394 + pos: -12.5,13.5 + parent: 2 + - uid: 3858 components: - type: Transform - pos: -25.5,33.5 - parent: 1 - - uid: 7587 + pos: -12.5,12.5 + parent: 2 + - uid: 3859 components: - type: Transform - pos: -19.5,51.5 - parent: 1 - - uid: 7588 + pos: -12.5,11.5 + parent: 2 + - uid: 3860 components: - type: Transform - pos: -20.5,51.5 - parent: 1 - - uid: 7589 + pos: -12.5,10.5 + parent: 2 + - uid: 3861 components: - type: Transform - pos: -21.5,51.5 - parent: 1 - - uid: 7590 + pos: -12.5,9.5 + parent: 2 + - uid: 3862 components: - type: Transform - pos: -22.5,51.5 - parent: 1 - - uid: 7591 + pos: -12.5,8.5 + parent: 2 + - uid: 3863 components: - type: Transform - pos: -23.5,51.5 - parent: 1 - - uid: 7592 + pos: -12.5,7.5 + parent: 2 + - uid: 3864 components: - type: Transform - pos: -24.5,51.5 - parent: 1 - - uid: 7593 + pos: -12.5,6.5 + parent: 2 + - uid: 3865 components: - type: Transform - pos: -25.5,50.5 - parent: 1 - - uid: 7594 + pos: -12.5,5.5 + parent: 2 + - uid: 3866 components: - type: Transform - pos: -17.5,51.5 - parent: 1 - - uid: 7595 + pos: -11.5,5.5 + parent: 2 + - uid: 3867 components: - type: Transform - pos: -24.5,50.5 - parent: 1 - - uid: 7613 + pos: -10.5,5.5 + parent: 2 + - uid: 3868 components: - type: Transform - pos: -26.5,50.5 - parent: 1 - - uid: 7614 + pos: -9.5,5.5 + parent: 2 + - uid: 3869 components: - type: Transform - pos: -27.5,50.5 - parent: 1 - - uid: 7615 + pos: -8.5,5.5 + parent: 2 + - uid: 3870 components: - type: Transform - pos: -28.5,50.5 - parent: 1 - - uid: 7616 + pos: -7.5,5.5 + parent: 2 + - uid: 3871 components: - type: Transform - pos: -29.5,50.5 - parent: 1 - - uid: 7617 + pos: -6.5,5.5 + parent: 2 + - uid: 3872 components: - type: Transform - pos: -30.5,50.5 - parent: 1 - - uid: 7618 + pos: -12.5,26.5 + parent: 2 + - uid: 3873 components: - type: Transform - pos: -31.5,50.5 - parent: 1 - - uid: 7619 + pos: -12.5,27.5 + parent: 2 + - uid: 3874 components: - type: Transform - pos: -32.5,50.5 - parent: 1 - - uid: 7620 + pos: -12.5,28.5 + parent: 2 + - uid: 3875 components: - type: Transform - pos: -32.5,51.5 - parent: 1 - - uid: 7621 + pos: -12.5,29.5 + parent: 2 + - uid: 3876 components: - type: Transform - pos: -32.5,52.5 - parent: 1 - - uid: 7622 + pos: -12.5,30.5 + parent: 2 + - uid: 3877 components: - type: Transform - pos: -32.5,53.5 - parent: 1 - - uid: 7623 + pos: -12.5,31.5 + parent: 2 + - uid: 3878 components: - type: Transform - pos: -32.5,54.5 - parent: 1 - - uid: 7624 + pos: -12.5,32.5 + parent: 2 + - uid: 3879 components: - type: Transform - pos: -32.5,55.5 - parent: 1 - - uid: 7625 + pos: -22.5,62.5 + parent: 2 + - uid: 3880 components: - type: Transform - pos: -33.5,55.5 - parent: 1 - - uid: 7626 + pos: -22.5,60.5 + parent: 2 + - uid: 3881 components: - type: Transform - pos: -34.5,55.5 - parent: 1 - - uid: 7627 + pos: -25.5,36.5 + parent: 2 + - uid: 3882 components: - type: Transform - pos: -34.5,56.5 - parent: 1 - - uid: 7628 + pos: -6.5,56.5 + parent: 2 + - uid: 3883 components: - type: Transform - pos: -34.5,57.5 - parent: 1 - - uid: 7629 + pos: -25.5,39.5 + parent: 2 + - uid: 3884 components: - type: Transform - pos: -35.5,57.5 - parent: 1 - - uid: 7630 + pos: -25.5,49.5 + parent: 2 + - uid: 3885 components: - type: Transform - pos: -35.5,55.5 - parent: 1 - - uid: 7631 + pos: -10.5,60.5 + parent: 2 + - uid: 3886 components: - type: Transform - pos: -36.5,55.5 - parent: 1 - - uid: 7632 + pos: 11.5,-8.5 + parent: 2 + - uid: 3887 components: - type: Transform - pos: -37.5,55.5 - parent: 1 - - uid: 7633 + pos: -25.5,45.5 + parent: 2 + - uid: 3888 components: - type: Transform - pos: -38.5,55.5 - parent: 1 - - uid: 7634 + pos: -13.5,5.5 + parent: 2 + - uid: 3889 components: - type: Transform - pos: -39.5,55.5 - parent: 1 - - uid: 7635 + pos: -14.5,5.5 + parent: 2 + - uid: 3890 components: - type: Transform - pos: -40.5,55.5 - parent: 1 - - uid: 7636 + pos: -15.5,5.5 + parent: 2 + - uid: 3891 components: - type: Transform - pos: -41.5,55.5 - parent: 1 - - uid: 7650 + pos: -16.5,5.5 + parent: 2 + - uid: 3892 components: - type: Transform - pos: -47.5,47.5 - parent: 1 - - uid: 7651 + pos: -17.5,5.5 + parent: 2 + - uid: 3893 components: - type: Transform - pos: -47.5,46.5 - parent: 1 - - uid: 7652 + pos: -18.5,5.5 + parent: 2 + - uid: 3894 components: - type: Transform - pos: -47.5,45.5 - parent: 1 - - uid: 7653 + pos: -19.5,5.5 + parent: 2 + - uid: 3895 components: - type: Transform - pos: -47.5,44.5 - parent: 1 - - uid: 7654 + pos: -20.5,5.5 + parent: 2 + - uid: 3896 components: - type: Transform - pos: -47.5,43.5 - parent: 1 - - uid: 7655 + pos: -21.5,5.5 + parent: 2 + - uid: 3897 components: - type: Transform - pos: -47.5,42.5 - parent: 1 - - uid: 7656 + pos: -22.5,5.5 + parent: 2 + - uid: 3898 components: - type: Transform - pos: -47.5,41.5 - parent: 1 - - uid: 7657 + pos: -23.5,5.5 + parent: 2 + - uid: 3899 components: - type: Transform - pos: -47.5,40.5 - parent: 1 - - uid: 7658 + pos: -24.5,5.5 + parent: 2 + - uid: 3900 components: - type: Transform - pos: -47.5,39.5 - parent: 1 - - uid: 7659 + pos: -25.5,5.5 + parent: 2 + - uid: 3901 components: - type: Transform - pos: -47.5,38.5 - parent: 1 - - uid: 7660 + pos: -26.5,5.5 + parent: 2 + - uid: 3902 components: - type: Transform - pos: -47.5,37.5 - parent: 1 - - uid: 7661 + pos: -27.5,5.5 + parent: 2 + - uid: 3903 components: - type: Transform - pos: -47.5,36.5 - parent: 1 - - uid: 7662 + pos: -28.5,5.5 + parent: 2 + - uid: 3904 components: - type: Transform - pos: -47.5,35.5 - parent: 1 - - uid: 7663 + pos: -29.5,5.5 + parent: 2 + - uid: 3905 components: - type: Transform - pos: -47.5,34.5 - parent: 1 - - uid: 7664 + pos: -30.5,5.5 + parent: 2 + - uid: 3906 components: - type: Transform - pos: -47.5,33.5 - parent: 1 - - uid: 7665 + pos: -31.5,5.5 + parent: 2 + - uid: 3907 components: - type: Transform - pos: -47.5,32.5 - parent: 1 - - uid: 7666 + pos: -32.5,5.5 + parent: 2 + - uid: 3908 components: - type: Transform - pos: -46.5,32.5 - parent: 1 - - uid: 7667 + pos: -33.5,5.5 + parent: 2 + - uid: 3909 components: - type: Transform - pos: -45.5,32.5 - parent: 1 - - uid: 7668 + pos: -34.5,5.5 + parent: 2 + - uid: 3910 components: - type: Transform - pos: -44.5,32.5 - parent: 1 - - uid: 7669 + pos: -35.5,5.5 + parent: 2 + - uid: 3911 components: - type: Transform - pos: -43.5,32.5 - parent: 1 - - uid: 7670 + pos: -36.5,5.5 + parent: 2 + - uid: 3912 components: - type: Transform - pos: -42.5,32.5 - parent: 1 - - uid: 7671 + pos: -37.5,5.5 + parent: 2 + - uid: 3913 components: - type: Transform - pos: -41.5,32.5 - parent: 1 - - uid: 7672 + pos: -15.5,4.5 + parent: 2 + - uid: 3914 components: - type: Transform - pos: -40.5,32.5 - parent: 1 - - uid: 7673 + pos: -15.5,3.5 + parent: 2 + - uid: 3915 components: - type: Transform - pos: -39.5,32.5 - parent: 1 - - uid: 7674 + pos: -15.5,2.5 + parent: 2 + - uid: 3916 components: - type: Transform - pos: -38.5,32.5 - parent: 1 - - uid: 7675 + pos: -15.5,1.5 + parent: 2 + - uid: 3917 components: - type: Transform - pos: -48.5,32.5 - parent: 1 - - uid: 7676 + pos: -16.5,1.5 + parent: 2 + - uid: 3918 components: - type: Transform - pos: -49.5,32.5 - parent: 1 - - uid: 7677 + pos: -17.5,1.5 + parent: 2 + - uid: 3919 components: - type: Transform - pos: -50.5,32.5 - parent: 1 - - uid: 7678 + pos: -18.5,1.5 + parent: 2 + - uid: 3920 components: - type: Transform - pos: -51.5,32.5 - parent: 1 - - uid: 7679 + pos: -19.5,1.5 + parent: 2 + - uid: 3921 components: - type: Transform - pos: -52.5,32.5 - parent: 1 - - uid: 7680 + pos: -20.5,1.5 + parent: 2 + - uid: 3922 components: - type: Transform - pos: -53.5,32.5 - parent: 1 - - uid: 7681 + pos: -21.5,1.5 + parent: 2 + - uid: 3923 components: - type: Transform - pos: -54.5,32.5 - parent: 1 - - uid: 7682 + pos: -21.5,0.5 + parent: 2 + - uid: 3924 components: - type: Transform - pos: -55.5,32.5 - parent: 1 - - uid: 7683 + pos: -21.5,-0.5 + parent: 2 + - uid: 3925 components: - type: Transform - pos: -56.5,32.5 - parent: 1 - - uid: 7684 + pos: -21.5,-1.5 + parent: 2 + - uid: 3926 components: - type: Transform - pos: -57.5,32.5 - parent: 1 - - uid: 7685 + pos: -21.5,-2.5 + parent: 2 + - uid: 3927 components: - type: Transform - pos: -57.5,33.5 - parent: 1 - - uid: 7686 + pos: -21.5,-3.5 + parent: 2 + - uid: 3928 components: - type: Transform - pos: -57.5,34.5 - parent: 1 - - uid: 7687 + pos: -21.5,-4.5 + parent: 2 + - uid: 3929 components: - type: Transform - pos: -57.5,35.5 - parent: 1 - - uid: 7688 + pos: -22.5,-4.5 + parent: 2 + - uid: 3930 components: - type: Transform - pos: -57.5,36.5 - parent: 1 - - uid: 7689 + pos: -23.5,-4.5 + parent: 2 + - uid: 3931 components: - type: Transform - pos: -57.5,37.5 - parent: 1 - - uid: 7690 + pos: -24.5,-4.5 + parent: 2 + - uid: 3932 components: - type: Transform - pos: -57.5,38.5 - parent: 1 - - uid: 7691 + pos: -24.5,-3.5 + parent: 2 + - uid: 3933 components: - type: Transform - pos: -57.5,39.5 - parent: 1 - - uid: 7692 + pos: -21.5,-5.5 + parent: 2 + - uid: 3934 components: - type: Transform - pos: -57.5,40.5 - parent: 1 - - uid: 7693 + pos: -21.5,-6.5 + parent: 2 + - uid: 3935 components: - type: Transform - pos: -57.5,41.5 - parent: 1 - - uid: 7694 + pos: -21.5,-7.5 + parent: 2 + - uid: 3936 components: - type: Transform - pos: -57.5,42.5 - parent: 1 - - uid: 7695 + pos: -22.5,-7.5 + parent: 2 + - uid: 3937 components: - type: Transform - pos: -57.5,43.5 - parent: 1 - - uid: 7696 + pos: -23.5,-7.5 + parent: 2 + - uid: 3938 components: - type: Transform - pos: -57.5,44.5 - parent: 1 - - uid: 7697 + pos: -24.5,-7.5 + parent: 2 + - uid: 3939 components: - type: Transform - pos: -57.5,45.5 - parent: 1 - - uid: 7698 + pos: -25.5,-7.5 + parent: 2 + - uid: 3940 components: - type: Transform - pos: -57.5,46.5 - parent: 1 - - uid: 7699 + pos: -26.5,-7.5 + parent: 2 + - uid: 3941 components: - type: Transform - pos: -57.5,47.5 - parent: 1 - - uid: 7700 + pos: -26.5,-6.5 + parent: 2 + - uid: 3942 components: - type: Transform - pos: -56.5,47.5 - parent: 1 - - uid: 7701 + pos: -27.5,-6.5 + parent: 2 + - uid: 3943 components: - type: Transform - pos: -55.5,47.5 - parent: 1 - - uid: 7702 + pos: -28.5,-6.5 + parent: 2 + - uid: 3944 components: - type: Transform - pos: -54.5,47.5 - parent: 1 - - uid: 7703 + pos: -28.5,-5.5 + parent: 2 + - uid: 3945 components: - type: Transform - pos: -53.5,47.5 - parent: 1 - - uid: 7704 + pos: -28.5,-4.5 + parent: 2 + - uid: 3946 components: - type: Transform - pos: -52.5,47.5 - parent: 1 - - uid: 7705 + pos: -28.5,-3.5 + parent: 2 + - uid: 3947 components: - type: Transform - pos: -51.5,47.5 - parent: 1 - - uid: 7706 + pos: -28.5,-2.5 + parent: 2 + - uid: 3948 components: - type: Transform - pos: -50.5,47.5 - parent: 1 - - uid: 7707 + pos: -28.5,-1.5 + parent: 2 + - uid: 3949 components: - type: Transform - pos: -49.5,47.5 - parent: 1 - - uid: 7708 - components: - - type: Transform - pos: -48.5,47.5 - parent: 1 - - uid: 7720 + pos: -28.5,-0.5 + parent: 2 + - uid: 3950 components: - type: Transform - pos: -58.5,47.5 - parent: 1 - - uid: 7884 + pos: -28.5,0.5 + parent: 2 + - uid: 3951 components: - type: Transform - pos: -44.5,55.5 - parent: 1 - - uid: 7885 + pos: -28.5,1.5 + parent: 2 + - uid: 3952 components: - type: Transform - pos: -44.5,54.5 - parent: 1 - - uid: 7886 + pos: -28.5,2.5 + parent: 2 + - uid: 3953 components: - type: Transform - pos: -44.5,53.5 - parent: 1 - - uid: 7887 + pos: -28.5,3.5 + parent: 2 + - uid: 3954 components: - type: Transform - pos: -44.5,52.5 - parent: 1 - - uid: 7888 + pos: -28.5,4.5 + parent: 2 + - uid: 3955 components: - type: Transform - pos: -44.5,51.5 - parent: 1 - - uid: 7889 + pos: -37.5,6.5 + parent: 2 + - uid: 3956 components: - type: Transform - pos: -44.5,50.5 - parent: 1 - - uid: 7890 + pos: -37.5,7.5 + parent: 2 + - uid: 3957 components: - type: Transform - pos: -44.5,49.5 - parent: 1 - - uid: 7891 + pos: -37.5,8.5 + parent: 2 + - uid: 3958 components: - type: Transform - pos: -45.5,49.5 - parent: 1 - - uid: 7892 + pos: -37.5,9.5 + parent: 2 + - uid: 3959 components: - type: Transform - pos: -46.5,49.5 - parent: 1 - - uid: 7893 + pos: -37.5,10.5 + parent: 2 + - uid: 3960 components: - type: Transform - pos: -47.5,49.5 - parent: 1 - - uid: 7894 + pos: -37.5,11.5 + parent: 2 + - uid: 3961 components: - type: Transform - pos: -47.5,48.5 - parent: 1 - - uid: 7922 + pos: -37.5,12.5 + parent: 2 + - uid: 3962 components: - type: Transform - pos: -104.5,24.5 - parent: 1 - - uid: 8081 + pos: -37.5,13.5 + parent: 2 + - uid: 3963 components: - type: Transform - pos: 13.5,13.5 - parent: 1 - - uid: 8201 + pos: -37.5,14.5 + parent: 2 + - uid: 3964 components: - type: Transform - pos: 0.5,-16.5 - parent: 1 - - uid: 8224 + pos: -37.5,15.5 + parent: 2 + - uid: 3965 components: - type: Transform - pos: -76.5,45.5 - parent: 1 - - uid: 8303 + pos: -37.5,16.5 + parent: 2 + - uid: 3966 components: - type: Transform - pos: -72.5,52.5 - parent: 1 - - uid: 8326 + pos: -37.5,17.5 + parent: 2 + - uid: 3967 components: - type: Transform - pos: -78.5,30.5 - parent: 1 - - uid: 8474 + pos: -37.5,18.5 + parent: 2 + - uid: 3968 components: - type: Transform - pos: -58.5,32.5 - parent: 1 - - uid: 8504 + pos: -37.5,19.5 + parent: 2 + - uid: 3969 components: - type: Transform - pos: -58.5,18.5 - parent: 1 - - uid: 8505 + pos: -37.5,20.5 + parent: 2 + - uid: 3970 components: - type: Transform - pos: -57.5,18.5 - parent: 1 - - uid: 8506 + pos: -37.5,21.5 + parent: 2 + - uid: 3971 components: - type: Transform - pos: -57.5,19.5 - parent: 1 - - uid: 8507 + pos: -37.5,22.5 + parent: 2 + - uid: 3972 components: - type: Transform - pos: -57.5,20.5 - parent: 1 - - uid: 8508 + pos: -37.5,23.5 + parent: 2 + - uid: 3973 components: - type: Transform - pos: -57.5,21.5 - parent: 1 - - uid: 8509 + pos: -37.5,24.5 + parent: 2 + - uid: 3974 components: - type: Transform - pos: -57.5,22.5 - parent: 1 - - uid: 8510 + pos: -37.5,25.5 + parent: 2 + - uid: 3975 components: - type: Transform - pos: -57.5,23.5 - parent: 1 - - uid: 8511 + pos: -37.5,26.5 + parent: 2 + - uid: 3976 components: - type: Transform - pos: -57.5,24.5 - parent: 1 - - uid: 8512 + pos: -37.5,27.5 + parent: 2 + - uid: 3977 components: - type: Transform - pos: -57.5,25.5 - parent: 1 - - uid: 8513 + pos: -37.5,28.5 + parent: 2 + - uid: 3978 components: - type: Transform - pos: -57.5,26.5 - parent: 1 - - uid: 8514 + pos: -37.5,29.5 + parent: 2 + - uid: 3979 components: - type: Transform - pos: -57.5,27.5 - parent: 1 - - uid: 8515 + pos: -37.5,30.5 + parent: 2 + - uid: 3980 components: - type: Transform - pos: -57.5,28.5 - parent: 1 - - uid: 8516 + pos: -37.5,31.5 + parent: 2 + - uid: 3981 components: - type: Transform - pos: -57.5,29.5 - parent: 1 - - uid: 8517 + pos: -37.5,32.5 + parent: 2 + - uid: 3982 components: - type: Transform - pos: -57.5,30.5 - parent: 1 - - uid: 8518 + pos: -36.5,32.5 + parent: 2 + - uid: 3983 components: - type: Transform - pos: -57.5,31.5 - parent: 1 - - uid: 8546 + pos: -35.5,32.5 + parent: 2 + - uid: 3984 components: - type: Transform - pos: -78.5,29.5 - parent: 1 - - uid: 8548 + pos: -34.5,32.5 + parent: 2 + - uid: 3985 components: - type: Transform - pos: -57.5,17.5 - parent: 1 - - uid: 8549 + pos: -33.5,32.5 + parent: 2 + - uid: 3986 components: - type: Transform - pos: -57.5,16.5 - parent: 1 - - uid: 8550 + pos: -32.5,32.5 + parent: 2 + - uid: 3987 components: - type: Transform - pos: -57.5,15.5 - parent: 1 - - uid: 8551 + pos: -31.5,32.5 + parent: 2 + - uid: 3988 components: - type: Transform - pos: -57.5,14.5 - parent: 1 - - uid: 8552 + pos: -30.5,32.5 + parent: 2 + - uid: 3989 components: - type: Transform - pos: -57.5,13.5 - parent: 1 - - uid: 8553 + pos: -29.5,32.5 + parent: 2 + - uid: 3990 components: - type: Transform - pos: -57.5,12.5 - parent: 1 - - uid: 8554 + pos: -28.5,32.5 + parent: 2 + - uid: 3991 components: - type: Transform - pos: -57.5,11.5 - parent: 1 - - uid: 8555 + pos: -27.5,32.5 + parent: 2 + - uid: 3992 components: - type: Transform - pos: -57.5,10.5 - parent: 1 - - uid: 8556 + pos: -26.5,32.5 + parent: 2 + - uid: 3993 components: - type: Transform - pos: -57.5,9.5 - parent: 1 - - uid: 8557 + pos: -25.5,32.5 + parent: 2 + - uid: 3994 components: - type: Transform - pos: -57.5,8.5 - parent: 1 - - uid: 8558 + pos: -24.5,32.5 + parent: 2 + - uid: 3995 components: - type: Transform - pos: -57.5,7.5 - parent: 1 - - uid: 8559 + pos: -23.5,32.5 + parent: 2 + - uid: 3996 components: - type: Transform - pos: -57.5,6.5 - parent: 1 - - uid: 8560 + pos: -22.5,32.5 + parent: 2 + - uid: 3997 components: - type: Transform - pos: -57.5,5.5 - parent: 1 - - uid: 8561 + pos: -21.5,32.5 + parent: 2 + - uid: 3998 components: - type: Transform - pos: -56.5,5.5 - parent: 1 - - uid: 8562 + pos: -20.5,32.5 + parent: 2 + - uid: 3999 components: - type: Transform - pos: -55.5,5.5 - parent: 1 - - uid: 8563 + pos: -19.5,32.5 + parent: 2 + - uid: 4000 components: - type: Transform - pos: -54.5,5.5 - parent: 1 - - uid: 8564 + pos: -18.5,32.5 + parent: 2 + - uid: 4001 components: - type: Transform - pos: -53.5,5.5 - parent: 1 - - uid: 8565 + pos: -17.5,32.5 + parent: 2 + - uid: 4002 components: - type: Transform - pos: -52.5,5.5 - parent: 1 - - uid: 8566 + pos: -16.5,32.5 + parent: 2 + - uid: 4003 components: - type: Transform - pos: -51.5,5.5 - parent: 1 - - uid: 8567 + pos: -15.5,32.5 + parent: 2 + - uid: 4004 components: - type: Transform - pos: -50.5,5.5 - parent: 1 - - uid: 8568 + pos: -14.5,32.5 + parent: 2 + - uid: 4005 components: - type: Transform - pos: -49.5,5.5 - parent: 1 - - uid: 8569 + pos: -13.5,32.5 + parent: 2 + - uid: 4006 components: - type: Transform - pos: -48.5,5.5 - parent: 1 - - uid: 8570 + pos: -38.5,21.5 + parent: 2 + - uid: 4007 components: - type: Transform - pos: -47.5,5.5 - parent: 1 - - uid: 8571 + pos: -39.5,21.5 + parent: 2 + - uid: 4008 components: - type: Transform - pos: -46.5,5.5 - parent: 1 - - uid: 8572 + pos: -40.5,21.5 + parent: 2 + - uid: 4009 components: - type: Transform - pos: -45.5,5.5 - parent: 1 - - uid: 8574 + pos: -41.5,21.5 + parent: 2 + - uid: 4010 components: - type: Transform - pos: 2.5,-10.5 - parent: 1 - - uid: 8929 + pos: -42.5,21.5 + parent: 2 + - uid: 4011 components: - type: Transform - pos: -42.5,55.5 - parent: 1 - - uid: 8981 + pos: -43.5,21.5 + parent: 2 + - uid: 4012 components: - type: Transform - pos: -74.5,51.5 - parent: 1 - - uid: 9061 + pos: -44.5,21.5 + parent: 2 + - uid: 4013 components: - type: Transform - pos: -17.5,64.5 - parent: 1 - - uid: 9193 + pos: -45.5,21.5 + parent: 2 + - uid: 4014 components: - type: Transform - pos: -75.5,46.5 - parent: 1 - - uid: 9201 + pos: -46.5,21.5 + parent: 2 + - uid: 4015 components: - type: Transform - pos: -64.5,36.5 - parent: 1 - - uid: 9230 + pos: -47.5,21.5 + parent: 2 + - uid: 4016 components: - type: Transform - pos: -105.5,22.5 - parent: 1 - - uid: 9232 + pos: -48.5,21.5 + parent: 2 + - uid: 4017 components: - type: Transform - pos: -105.5,24.5 - parent: 1 - - uid: 9237 + pos: -49.5,21.5 + parent: 2 + - uid: 4018 components: - type: Transform - pos: -82.5,23.5 - parent: 1 - - uid: 9308 + pos: -50.5,21.5 + parent: 2 + - uid: 4019 components: - type: Transform - pos: -69.5,26.5 - parent: 1 - - uid: 9309 + pos: -50.5,20.5 + parent: 2 + - uid: 4020 components: - type: Transform - pos: -69.5,28.5 - parent: 1 - - uid: 9489 + pos: -50.5,19.5 + parent: 2 + - uid: 4021 components: - type: Transform - pos: -18.5,51.5 - parent: 1 - - uid: 9606 + pos: -50.5,18.5 + parent: 2 + - uid: 4022 components: - type: Transform - pos: -80.5,27.5 - parent: 1 - - uid: 9607 + pos: -50.5,17.5 + parent: 2 + - uid: 4023 components: - type: Transform - pos: -79.5,27.5 - parent: 1 - - uid: 9741 + pos: -50.5,16.5 + parent: 2 + - uid: 4024 components: - type: Transform - pos: -83.5,23.5 - parent: 1 - - uid: 9755 + pos: -50.5,15.5 + parent: 2 + - uid: 4025 components: - type: Transform - pos: -72.5,28.5 - parent: 1 - - uid: 9756 + pos: -50.5,14.5 + parent: 2 + - uid: 4026 components: - type: Transform - pos: -72.5,29.5 - parent: 1 - - uid: 9757 + pos: -49.5,14.5 + parent: 2 + - uid: 4027 components: - type: Transform - pos: -72.5,30.5 - parent: 1 - - uid: 9758 + pos: -48.5,14.5 + parent: 2 + - uid: 4028 components: - type: Transform - pos: -72.5,31.5 - parent: 1 - - uid: 9768 + pos: -47.5,14.5 + parent: 2 + - uid: 4029 components: - type: Transform - pos: -73.5,30.5 - parent: 1 - - uid: 9769 + pos: -46.5,14.5 + parent: 2 + - uid: 4030 components: - type: Transform - pos: -74.5,30.5 - parent: 1 - - uid: 9783 + pos: -45.5,14.5 + parent: 2 + - uid: 4031 components: - type: Transform - pos: -74.5,31.5 - parent: 1 - - uid: 9794 + pos: -44.5,14.5 + parent: 2 + - uid: 4032 components: - type: Transform - pos: -74.5,32.5 - parent: 1 - - uid: 9795 + pos: -43.5,14.5 + parent: 2 + - uid: 4033 components: - type: Transform - pos: -74.5,34.5 - parent: 1 - - uid: 9796 + pos: -42.5,14.5 + parent: 2 + - uid: 4034 components: - type: Transform - pos: -74.5,33.5 - parent: 1 - - uid: 9797 + pos: -41.5,14.5 + parent: 2 + - uid: 4035 components: - type: Transform - pos: -73.5,34.5 - parent: 1 - - uid: 9798 + pos: -41.5,15.5 + parent: 2 + - uid: 4036 components: - type: Transform - pos: -72.5,34.5 - parent: 1 - - uid: 9800 + pos: -40.5,15.5 + parent: 2 + - uid: 4037 components: - type: Transform - pos: -69.5,30.5 - parent: 1 - - uid: 9801 + pos: -44.5,13.5 + parent: 2 + - uid: 4038 components: - type: Transform - pos: -73.5,28.5 - parent: 1 - - uid: 9805 + pos: -44.5,12.5 + parent: 2 + - uid: 4039 components: - type: Transform - pos: -74.5,28.5 - parent: 1 - - uid: 9806 + pos: -44.5,11.5 + parent: 2 + - uid: 4040 components: - type: Transform - pos: -74.5,29.5 - parent: 1 - - uid: 9835 + pos: -44.5,10.5 + parent: 2 + - uid: 4041 components: - type: Transform - pos: -81.5,58.5 - parent: 1 - - uid: 9846 + pos: -44.5,9.5 + parent: 2 + - uid: 4042 components: - type: Transform - pos: -88.5,21.5 - parent: 1 - - uid: 9854 + pos: -44.5,8.5 + parent: 2 + - uid: 4043 components: - type: Transform - pos: -69.5,23.5 - parent: 1 - - uid: 9859 + pos: -44.5,7.5 + parent: 2 + - uid: 4044 components: - type: Transform - pos: -69.5,27.5 - parent: 1 - - uid: 9860 + pos: -44.5,6.5 + parent: 2 + - uid: 4045 components: - type: Transform - pos: -79.5,26.5 - parent: 1 - - uid: 9863 + pos: -44.5,5.5 + parent: 2 + - uid: 4046 components: - type: Transform - pos: -80.5,22.5 - parent: 1 - - uid: 9864 + pos: -43.5,5.5 + parent: 2 + - uid: 4047 components: - type: Transform - pos: -81.5,22.5 - parent: 1 - - uid: 9865 + pos: -42.5,5.5 + parent: 2 + - uid: 4048 components: - type: Transform - pos: -80.5,23.5 - parent: 1 - - uid: 9879 + pos: -41.5,5.5 + parent: 2 + - uid: 4049 components: - type: Transform - pos: -88.5,29.5 - parent: 1 - - uid: 9880 + pos: -40.5,5.5 + parent: 2 + - uid: 4050 components: - type: Transform - pos: -88.5,27.5 - parent: 1 - - uid: 9882 + pos: -39.5,5.5 + parent: 2 + - uid: 4051 components: - type: Transform - pos: -88.5,25.5 - parent: 1 - - uid: 9903 + pos: -38.5,5.5 + parent: 2 + - uid: 4052 components: - type: Transform - pos: -74.5,48.5 - parent: 1 - - uid: 9914 + pos: -63.5,57.5 + parent: 2 + - uid: 4053 components: - type: Transform - pos: -21.5,63.5 - parent: 1 - - uid: 9977 + pos: -59.5,27.5 + parent: 2 + - uid: 4054 components: - type: Transform - pos: -22.5,63.5 - parent: 1 - - uid: 9978 + pos: -60.5,32.5 + parent: 2 + - uid: 4055 components: - type: Transform - pos: -19.5,64.5 - parent: 1 - - uid: 9998 + pos: -58.5,36.5 + parent: 2 + - uid: 4056 components: - type: Transform - pos: -59.5,47.5 - parent: 1 - - uid: 9999 + pos: -5.5,56.5 + parent: 2 + - uid: 4057 components: - type: Transform - pos: -60.5,47.5 - parent: 1 - - uid: 10000 + pos: 15.5,37.5 + parent: 2 + - uid: 4058 components: - type: Transform - pos: -61.5,47.5 - parent: 1 - - uid: 10001 + pos: -58.5,27.5 + parent: 2 + - uid: 4059 components: - type: Transform - pos: -62.5,47.5 - parent: 1 - - uid: 10002 + pos: -8.5,-1.5 + parent: 2 + - uid: 4060 components: - type: Transform - pos: -63.5,47.5 - parent: 1 - - uid: 10003 + pos: -79.5,25.5 + parent: 2 + - uid: 4061 components: - type: Transform - pos: -64.5,47.5 - parent: 1 - - uid: 10004 + pos: -74.5,27.5 + parent: 2 + - uid: 4062 components: - type: Transform - pos: -65.5,47.5 - parent: 1 - - uid: 10005 + pos: -74.5,26.5 + parent: 2 + - uid: 4063 components: - type: Transform - pos: -66.5,48.5 - parent: 1 - - uid: 10006 + pos: -73.5,26.5 + parent: 2 + - uid: 4064 components: - type: Transform - pos: -66.5,49.5 - parent: 1 - - uid: 10008 + pos: -72.5,26.5 + parent: 2 + - uid: 4065 components: - type: Transform - pos: -66.5,50.5 - parent: 1 - - uid: 10009 + pos: -80.5,59.5 + parent: 2 + - uid: 4066 components: - type: Transform - pos: -67.5,50.5 - parent: 1 - - uid: 10010 + pos: -60.5,7.5 + parent: 2 + - uid: 4070 components: - type: Transform - pos: -67.5,51.5 - parent: 1 - - uid: 10011 + pos: -105.5,31.5 + parent: 2 + - uid: 4071 components: - type: Transform - pos: -67.5,52.5 - parent: 1 - - uid: 10012 + pos: -83.5,58.5 + parent: 2 + - uid: 4072 components: - type: Transform - pos: -67.5,53.5 - parent: 1 - - uid: 10013 + pos: -84.5,58.5 + parent: 2 + - uid: 4073 components: - type: Transform - pos: -67.5,54.5 - parent: 1 - - uid: 10014 + pos: -80.5,58.5 + parent: 2 + - uid: 4074 components: - type: Transform - pos: -67.5,55.5 - parent: 1 - - uid: 10015 + pos: -64.5,57.5 + parent: 2 + - uid: 4075 components: - type: Transform - pos: -67.5,56.5 - parent: 1 - - uid: 10016 + pos: -63.5,58.5 + parent: 2 + - uid: 4076 components: - type: Transform - pos: -67.5,57.5 - parent: 1 - - uid: 10026 + pos: -66.5,57.5 + parent: 2 + - uid: 4077 components: - type: Transform - pos: -65.5,36.5 - parent: 1 - - uid: 10027 + pos: -25.5,37.5 + parent: 2 + - uid: 4078 components: - type: Transform - pos: -66.5,36.5 - parent: 1 - - uid: 10028 + pos: -16.5,17.5 + parent: 2 + - uid: 4079 components: - type: Transform - pos: -66.5,37.5 - parent: 1 - - uid: 10029 + pos: -15.5,17.5 + parent: 2 + - uid: 4080 components: - type: Transform - pos: -66.5,38.5 - parent: 1 - - uid: 10030 + pos: -25.5,38.5 + parent: 2 + - uid: 4081 components: - type: Transform - pos: -66.5,39.5 - parent: 1 - - uid: 10031 + pos: -25.5,42.5 + parent: 2 + - uid: 4082 components: - type: Transform - pos: -66.5,40.5 - parent: 1 - - uid: 10032 + pos: -25.5,47.5 + parent: 2 + - uid: 4083 components: - type: Transform - pos: -66.5,41.5 - parent: 1 - - uid: 10033 + pos: -25.5,48.5 + parent: 2 + - uid: 4084 components: - type: Transform - pos: -66.5,42.5 - parent: 1 - - uid: 10034 + pos: -20.5,19.5 + parent: 2 + - uid: 4085 components: - type: Transform - pos: -66.5,43.5 - parent: 1 - - uid: 10035 + pos: -17.5,20.5 + parent: 2 + - uid: 4086 components: - type: Transform - pos: -66.5,44.5 - parent: 1 - - uid: 10036 + pos: -97.5,19.5 + parent: 2 + - uid: 4087 components: - type: Transform - pos: -60.5,36.5 - parent: 1 - - uid: 10077 + pos: -15.5,20.5 + parent: 2 + - uid: 4088 components: - type: Transform - pos: -60.5,27.5 - parent: 1 - - uid: 10078 + pos: -14.5,20.5 + parent: 2 + - uid: 4089 components: - type: Transform - pos: -61.5,26.5 - parent: 1 - - uid: 10095 + pos: -16.5,20.5 + parent: 2 + - uid: 4090 components: - type: Transform - pos: 0.5,-1.5 - parent: 1 - - uid: 10104 + pos: -19.5,17.5 + parent: 2 + - uid: 4091 components: - type: Transform - pos: -61.5,17.5 - parent: 1 - - uid: 10105 + pos: -20.5,17.5 + parent: 2 + - uid: 4092 components: - type: Transform - pos: -62.5,17.5 - parent: 1 - - uid: 10106 + pos: -17.5,17.5 + parent: 2 + - uid: 4093 components: - type: Transform - pos: -63.5,17.5 - parent: 1 - - uid: 10107 + pos: -37.5,64.5 + parent: 2 + - uid: 4094 components: - type: Transform - pos: -64.5,17.5 - parent: 1 - - uid: 10108 + pos: -38.5,67.5 + parent: 2 + - uid: 4095 components: - type: Transform - pos: -65.5,17.5 - parent: 1 - - uid: 10109 + pos: 2.5,-7.5 + parent: 2 + - uid: 4096 components: - type: Transform - pos: -66.5,17.5 - parent: 1 - - uid: 10110 + pos: 3.5,-7.5 + parent: 2 + - uid: 4097 components: - type: Transform - pos: -66.5,16.5 - parent: 1 - - uid: 10111 + pos: -38.5,64.5 + parent: 2 + - uid: 4098 components: - type: Transform - pos: -66.5,15.5 - parent: 1 - - uid: 10112 + pos: -25.5,34.5 + parent: 2 + - uid: 4099 components: - type: Transform - pos: -66.5,14.5 - parent: 1 - - uid: 10113 + pos: -4.5,56.5 + parent: 2 + - uid: 4100 components: - type: Transform - pos: -66.5,13.5 - parent: 1 - - uid: 10114 + pos: -3.5,56.5 + parent: 2 + - uid: 4101 components: - type: Transform - pos: -66.5,12.5 - parent: 1 - - uid: 10115 + pos: -16.5,33.5 + parent: 2 + - uid: 4102 components: - type: Transform - pos: -66.5,11.5 - parent: 1 - - uid: 10116 + pos: -16.5,34.5 + parent: 2 + - uid: 4103 components: - type: Transform - pos: -66.5,10.5 - parent: 1 - - uid: 10117 + pos: -16.5,35.5 + parent: 2 + - uid: 4104 components: - type: Transform - pos: -66.5,9.5 - parent: 1 - - uid: 10118 + pos: -16.5,36.5 + parent: 2 + - uid: 4105 components: - type: Transform - pos: -66.5,8.5 - parent: 1 - - uid: 10119 + pos: -16.5,37.5 + parent: 2 + - uid: 4106 components: - type: Transform - pos: -65.5,8.5 - parent: 1 - - uid: 10120 + pos: -16.5,38.5 + parent: 2 + - uid: 4107 components: - type: Transform - pos: -64.5,8.5 - parent: 1 - - uid: 10121 + pos: -16.5,39.5 + parent: 2 + - uid: 4108 components: - type: Transform - pos: -63.5,8.5 - parent: 1 - - uid: 10122 + pos: -16.5,40.5 + parent: 2 + - uid: 4109 components: - type: Transform - pos: -62.5,8.5 - parent: 1 - - uid: 10123 + pos: -16.5,41.5 + parent: 2 + - uid: 4110 components: - type: Transform - pos: -61.5,8.5 - parent: 1 - - uid: 10124 + pos: -16.5,42.5 + parent: 2 + - uid: 4111 components: - type: Transform - pos: -60.5,8.5 - parent: 1 - - uid: 10125 + pos: -16.5,43.5 + parent: 2 + - uid: 4112 components: - type: Transform - pos: -59.5,32.5 - parent: 1 - - uid: 10126 + pos: -16.5,44.5 + parent: 2 + - uid: 4113 components: - type: Transform - pos: -62.5,36.5 - parent: 1 - - uid: 10130 + pos: -16.5,45.5 + parent: 2 + - uid: 4114 components: - type: Transform - pos: -66.5,47.5 - parent: 1 - - uid: 10131 + pos: -16.5,46.5 + parent: 2 + - uid: 4115 components: - type: Transform - pos: -61.5,36.5 - parent: 1 - - uid: 10132 + pos: -16.5,47.5 + parent: 2 + - uid: 4116 components: - type: Transform - pos: -66.5,45.5 - parent: 1 - - uid: 10133 + pos: -16.5,48.5 + parent: 2 + - uid: 4117 components: - type: Transform - pos: -66.5,46.5 - parent: 1 - - uid: 10134 + pos: -16.5,49.5 + parent: 2 + - uid: 4118 components: - type: Transform - pos: -63.5,36.5 - parent: 1 - - uid: 10135 + pos: -16.5,50.5 + parent: 2 + - uid: 4119 components: - type: Transform - pos: -63.5,35.5 - parent: 1 - - uid: 10136 + pos: -16.5,51.5 + parent: 2 + - uid: 4120 components: - type: Transform - pos: -63.5,34.5 - parent: 1 - - uid: 10137 + pos: -15.5,51.5 + parent: 2 + - uid: 4121 components: - type: Transform - pos: -63.5,33.5 - parent: 1 - - uid: 10138 + pos: -14.5,51.5 + parent: 2 + - uid: 4122 components: - type: Transform - pos: -63.5,32.5 - parent: 1 - - uid: 10139 + pos: -13.5,51.5 + parent: 2 + - uid: 4123 components: - type: Transform - pos: -62.5,32.5 - parent: 1 - - uid: 10140 + pos: -12.5,51.5 + parent: 2 + - uid: 4124 components: - type: Transform - pos: -61.5,32.5 - parent: 1 - - uid: 10154 + pos: -11.5,51.5 + parent: 2 + - uid: 4125 components: - type: Transform - pos: -69.5,21.5 - parent: 1 - - uid: 10156 + pos: -10.5,51.5 + parent: 2 + - uid: 4126 components: - type: Transform - pos: -70.5,21.5 - parent: 1 - - uid: 10161 + pos: -9.5,51.5 + parent: 2 + - uid: 4127 components: - type: Transform - pos: -70.5,31.5 - parent: 1 - - uid: 10162 + pos: -8.5,51.5 + parent: 2 + - uid: 4128 components: - type: Transform - pos: -71.5,29.5 - parent: 1 - - uid: 10163 + pos: -7.5,51.5 + parent: 2 + - uid: 4129 components: - type: Transform - pos: -70.5,30.5 - parent: 1 - - uid: 10168 + pos: -7.5,50.5 + parent: 2 + - uid: 4130 components: - type: Transform - pos: -70.5,28.5 - parent: 1 - - uid: 10169 + pos: -7.5,49.5 + parent: 2 + - uid: 4131 components: - type: Transform - pos: -71.5,31.5 - parent: 1 - - uid: 10170 + pos: -7.5,48.5 + parent: 2 + - uid: 4132 components: - type: Transform - pos: -71.5,28.5 - parent: 1 - - uid: 10174 + pos: -7.5,47.5 + parent: 2 + - uid: 4133 components: - type: Transform - pos: -69.5,22.5 - parent: 1 - - uid: 10177 + pos: -6.5,47.5 + parent: 2 + - uid: 4134 components: - type: Transform - pos: -71.5,31.5 - parent: 1 - - uid: 10178 + pos: -5.5,47.5 + parent: 2 + - uid: 4135 components: - type: Transform - pos: -71.5,30.5 - parent: 1 - - uid: 10179 + pos: -4.5,47.5 + parent: 2 + - uid: 4136 components: - type: Transform - pos: -70.5,29.5 - parent: 1 - - uid: 10180 + pos: -3.5,47.5 + parent: 2 + - uid: 4137 components: - type: Transform - pos: -69.5,24.5 - parent: 1 - - uid: 10181 + pos: -2.5,47.5 + parent: 2 + - uid: 4138 components: - type: Transform - pos: -71.5,21.5 - parent: 1 - - uid: 10182 + pos: -1.5,47.5 + parent: 2 + - uid: 4139 components: - type: Transform - pos: -72.5,21.5 - parent: 1 - - uid: 10183 + pos: -0.5,47.5 + parent: 2 + - uid: 4140 components: - type: Transform - pos: -73.5,21.5 - parent: 1 - - uid: 10184 + pos: 0.5,47.5 + parent: 2 + - uid: 4141 components: - type: Transform - pos: -74.5,21.5 - parent: 1 - - uid: 10185 + pos: 1.5,47.5 + parent: 2 + - uid: 4142 components: - type: Transform - pos: -74.5,22.5 - parent: 1 - - uid: 10186 + pos: 2.5,47.5 + parent: 2 + - uid: 4143 components: - type: Transform - pos: -74.5,23.5 - parent: 1 - - uid: 10187 + pos: 3.5,47.5 + parent: 2 + - uid: 4144 components: - type: Transform - pos: -74.5,24.5 - parent: 1 - - uid: 10188 + pos: 4.5,47.5 + parent: 2 + - uid: 4145 components: - type: Transform - pos: -75.5,24.5 - parent: 1 - - uid: 10189 + pos: 5.5,47.5 + parent: 2 + - uid: 4146 components: - type: Transform - pos: -76.5,24.5 - parent: 1 - - uid: 10190 + pos: 6.5,47.5 + parent: 2 + - uid: 4147 components: - type: Transform - pos: -77.5,24.5 - parent: 1 - - uid: 10191 + pos: 7.5,47.5 + parent: 2 + - uid: 4148 components: - type: Transform - pos: -78.5,24.5 - parent: 1 - - uid: 10198 + pos: 7.5,48.5 + parent: 2 + - uid: 4149 components: - type: Transform - pos: -81.5,27.5 - parent: 1 - - uid: 10199 + pos: 8.5,48.5 + parent: 2 + - uid: 4150 components: - type: Transform - pos: -82.5,27.5 - parent: 1 - - uid: 10200 + pos: 9.5,48.5 + parent: 2 + - uid: 4151 components: - type: Transform - pos: -83.5,27.5 - parent: 1 - - uid: 10201 + pos: 10.5,48.5 + parent: 2 + - uid: 4152 components: - type: Transform - pos: -84.5,27.5 - parent: 1 - - uid: 10202 + pos: 11.5,48.5 + parent: 2 + - uid: 4153 components: - type: Transform - pos: -79.5,24.5 - parent: 1 - - uid: 10203 + pos: 12.5,48.5 + parent: 2 + - uid: 4154 components: - type: Transform - pos: -80.5,24.5 - parent: 1 - - uid: 10204 + pos: 13.5,48.5 + parent: 2 + - uid: 4155 components: - type: Transform - pos: -80.5,25.5 - parent: 1 - - uid: 10205 + pos: 14.5,48.5 + parent: 2 + - uid: 4156 components: - type: Transform - pos: -81.5,25.5 - parent: 1 - - uid: 10206 + pos: 15.5,48.5 + parent: 2 + - uid: 4157 components: - type: Transform - pos: -82.5,25.5 - parent: 1 - - uid: 10228 - components: + pos: 15.5,47.5 + parent: 2 + - uid: 4158 + components: - type: Transform - pos: -71.5,34.5 - parent: 1 - - uid: 10229 + pos: 15.5,46.5 + parent: 2 + - uid: 4159 components: - type: Transform - pos: -70.5,34.5 - parent: 1 - - uid: 10230 + pos: 15.5,45.5 + parent: 2 + - uid: 4160 components: - type: Transform - pos: -69.5,34.5 - parent: 1 - - uid: 10232 + pos: 16.5,45.5 + parent: 2 + - uid: 4161 components: - type: Transform - pos: -68.5,34.5 - parent: 1 - - uid: 10233 + pos: 17.5,45.5 + parent: 2 + - uid: 4162 components: - type: Transform - pos: -67.5,34.5 - parent: 1 - - uid: 10236 + pos: 18.5,46.5 + parent: 2 + - uid: 4163 components: - type: Transform - pos: -66.5,34.5 - parent: 1 - - uid: 10238 + pos: 15.5,44.5 + parent: 2 + - uid: 4164 components: - type: Transform - pos: -65.5,34.5 - parent: 1 - - uid: 10239 + pos: 15.5,43.5 + parent: 2 + - uid: 4165 components: - type: Transform - pos: -64.5,34.5 - parent: 1 - - uid: 10245 + pos: 15.5,42.5 + parent: 2 + - uid: 4166 components: - type: Transform - pos: -69.5,26.5 - parent: 1 - - uid: 10252 + pos: 15.5,41.5 + parent: 2 + - uid: 4167 components: - type: Transform - pos: -69.5,25.5 - parent: 1 - - uid: 10262 + pos: 15.5,40.5 + parent: 2 + - uid: 4168 components: - type: Transform - pos: -60.5,6.5 - parent: 1 - - uid: 10263 + pos: 15.5,39.5 + parent: 2 + - uid: 4169 components: - type: Transform - pos: -60.5,5.5 - parent: 1 - - uid: 10265 + pos: 15.5,38.5 + parent: 2 + - uid: 4170 components: - type: Transform - pos: -59.5,5.5 - parent: 1 - - uid: 10266 + pos: 15.5,35.5 + parent: 2 + - uid: 4171 components: - type: Transform - pos: -58.5,5.5 - parent: 1 - - uid: 10272 + pos: 16.5,35.5 + parent: 2 + - uid: 4172 components: - type: Transform - pos: -105.5,19.5 - parent: 1 - - uid: 10275 + pos: 17.5,35.5 + parent: 2 + - uid: 4173 components: - type: Transform - pos: -105.5,23.5 - parent: 1 - - uid: 10417 + pos: 18.5,35.5 + parent: 2 + - uid: 4174 components: - type: Transform - pos: 2.5,-14.5 - parent: 1 - - uid: 10418 + pos: 19.5,35.5 + parent: 2 + - uid: 4175 components: - type: Transform - pos: -16.5,64.5 - parent: 1 - - uid: 10549 + pos: 20.5,35.5 + parent: 2 + - uid: 4176 components: - type: Transform - pos: -85.5,27.5 - parent: 1 - - uid: 10550 + pos: 21.5,35.5 + parent: 2 + - uid: 4177 components: - type: Transform - pos: -85.5,20.5 - parent: 1 - - uid: 10551 + pos: 22.5,35.5 + parent: 2 + - uid: 4178 components: - type: Transform - pos: -86.5,20.5 - parent: 1 - - uid: 10552 + pos: 23.5,35.5 + parent: 2 + - uid: 4179 components: - type: Transform - pos: -87.5,20.5 - parent: 1 - - uid: 10553 + pos: 23.5,34.5 + parent: 2 + - uid: 4180 components: - type: Transform - pos: -85.5,23.5 - parent: 1 - - uid: 10554 + pos: 23.5,33.5 + parent: 2 + - uid: 4181 components: - type: Transform - pos: -84.5,23.5 - parent: 1 - - uid: 10555 + pos: 23.5,32.5 + parent: 2 + - uid: 4182 components: - type: Transform - pos: -84.5,22.5 - parent: 1 - - uid: 10556 + pos: 23.5,31.5 + parent: 2 + - uid: 4183 components: - type: Transform - pos: -84.5,21.5 - parent: 1 - - uid: 10557 + pos: 23.5,30.5 + parent: 2 + - uid: 4184 components: - type: Transform - pos: -84.5,20.5 - parent: 1 - - uid: 10558 + pos: 23.5,29.5 + parent: 2 + - uid: 4185 components: - type: Transform - pos: -86.5,23.5 - parent: 1 - - uid: 10559 + pos: 23.5,28.5 + parent: 2 + - uid: 4186 components: - type: Transform - pos: -86.5,24.5 - parent: 1 - - uid: 10560 + pos: 23.5,27.5 + parent: 2 + - uid: 4187 components: - type: Transform - pos: -86.5,25.5 - parent: 1 - - uid: 10561 + pos: 23.5,26.5 + parent: 2 + - uid: 4188 components: - type: Transform - pos: -86.5,26.5 - parent: 1 - - uid: 10562 + pos: 23.5,25.5 + parent: 2 + - uid: 4189 components: - type: Transform - pos: -86.5,27.5 - parent: 1 - - uid: 10563 + pos: 23.5,24.5 + parent: 2 + - uid: 4190 components: - type: Transform - pos: -88.5,20.5 - parent: 1 - - uid: 10564 + pos: 23.5,23.5 + parent: 2 + - uid: 4191 components: - type: Transform - pos: -88.5,19.5 - parent: 1 - - uid: 10565 + pos: 23.5,22.5 + parent: 2 + - uid: 4192 components: - type: Transform - pos: -90.5,19.5 - parent: 1 - - uid: 10566 + pos: 23.5,21.5 + parent: 2 + - uid: 4193 components: - type: Transform - pos: -91.5,19.5 - parent: 1 - - uid: 10567 + pos: 23.5,20.5 + parent: 2 + - uid: 4194 components: - type: Transform - pos: -92.5,19.5 - parent: 1 - - uid: 10568 + pos: 23.5,19.5 + parent: 2 + - uid: 4195 components: - type: Transform - pos: -93.5,19.5 - parent: 1 - - uid: 10569 + pos: 24.5,19.5 + parent: 2 + - uid: 4196 components: - type: Transform - pos: -94.5,19.5 - parent: 1 - - uid: 10570 + pos: 25.5,19.5 + parent: 2 + - uid: 4197 components: - type: Transform - pos: -94.5,18.5 - parent: 1 - - uid: 10571 + pos: 26.5,19.5 + parent: 2 + - uid: 4198 components: - type: Transform - pos: -95.5,18.5 - parent: 1 - - uid: 10572 + pos: 26.5,18.5 + parent: 2 + - uid: 4199 components: - type: Transform - pos: -96.5,18.5 - parent: 1 - - uid: 10573 + pos: 26.5,17.5 + parent: 2 + - uid: 4200 components: - type: Transform - pos: -96.5,19.5 - parent: 1 - - uid: 10574 + pos: 26.5,16.5 + parent: 2 + - uid: 4201 components: - type: Transform - pos: -97.5,19.5 - parent: 1 - - uid: 10576 + pos: 26.5,15.5 + parent: 2 + - uid: 4202 components: - type: Transform - pos: -98.5,19.5 - parent: 1 - - uid: 10577 + pos: 26.5,14.5 + parent: 2 + - uid: 4203 components: - type: Transform - pos: -98.5,18.5 - parent: 1 - - uid: 10578 + pos: 26.5,13.5 + parent: 2 + - uid: 4204 components: - type: Transform - pos: -99.5,18.5 - parent: 1 - - uid: 10579 + pos: 26.5,12.5 + parent: 2 + - uid: 4205 components: - type: Transform - pos: -100.5,18.5 - parent: 1 - - uid: 10582 + pos: 26.5,11.5 + parent: 2 + - uid: 4206 components: - type: Transform - pos: -88.5,30.5 - parent: 1 - - uid: 10583 + pos: 26.5,10.5 + parent: 2 + - uid: 4207 components: - type: Transform - pos: -88.5,31.5 - parent: 1 - - uid: 10584 + pos: 26.5,9.5 + parent: 2 + - uid: 4208 components: - type: Transform - pos: -89.5,31.5 - parent: 1 - - uid: 10585 + pos: 26.5,8.5 + parent: 2 + - uid: 4209 components: - type: Transform - pos: -90.5,31.5 - parent: 1 - - uid: 10586 + pos: 26.5,7.5 + parent: 2 + - uid: 4210 components: - type: Transform - pos: -91.5,31.5 - parent: 1 - - uid: 10587 + pos: 26.5,6.5 + parent: 2 + - uid: 4211 components: - type: Transform - pos: -92.5,31.5 - parent: 1 - - uid: 10588 + pos: 15.5,36.5 + parent: 2 + - uid: 4212 components: - type: Transform - pos: -93.5,31.5 - parent: 1 - - uid: 10589 + pos: -20.5,64.5 + parent: 2 + - uid: 4213 components: - type: Transform - pos: -94.5,31.5 - parent: 1 - - uid: 10590 + pos: -18.5,64.5 + parent: 2 + - uid: 4214 components: - type: Transform - pos: -94.5,32.5 - parent: 1 - - uid: 10591 + pos: -16.5,52.5 + parent: 2 + - uid: 4215 components: - type: Transform - pos: -95.5,32.5 - parent: 1 - - uid: 10592 + pos: -16.5,53.5 + parent: 2 + - uid: 4216 components: - type: Transform - pos: -96.5,32.5 - parent: 1 - - uid: 10593 + pos: -16.5,54.5 + parent: 2 + - uid: 4217 components: - type: Transform - pos: -96.5,31.5 - parent: 1 - - uid: 10594 + pos: -16.5,55.5 + parent: 2 + - uid: 4218 components: - type: Transform - pos: -97.5,31.5 - parent: 1 - - uid: 10595 + pos: -15.5,55.5 + parent: 2 + - uid: 4219 components: - type: Transform - pos: -98.5,31.5 - parent: 1 - - uid: 10596 + pos: -14.5,55.5 + parent: 2 + - uid: 4220 components: - type: Transform - pos: -98.5,32.5 - parent: 1 - - uid: 10597 + pos: -13.5,55.5 + parent: 2 + - uid: 4221 components: - type: Transform - pos: -99.5,32.5 - parent: 1 - - uid: 10598 + pos: -12.5,55.5 + parent: 2 + - uid: 4222 components: - type: Transform - pos: -100.5,32.5 - parent: 1 - - uid: 10606 + pos: -11.5,55.5 + parent: 2 + - uid: 4223 components: - type: Transform - pos: 2.5,-12.5 - parent: 1 - - uid: 10674 + pos: -10.5,55.5 + parent: 2 + - uid: 4224 components: - type: Transform - pos: -82.5,58.5 - parent: 1 - - uid: 10706 + pos: -9.5,55.5 + parent: 2 + - uid: 4225 components: - type: Transform - pos: -74.5,20.5 - parent: 1 - - uid: 10707 + pos: -8.5,55.5 + parent: 2 + - uid: 4226 components: - type: Transform - pos: -74.5,19.5 - parent: 1 - - uid: 10708 + pos: -7.5,55.5 + parent: 2 + - uid: 4227 components: - type: Transform - pos: -74.5,18.5 - parent: 1 - - uid: 10709 + pos: -3.5,56.5 + parent: 2 + - uid: 4228 components: - type: Transform - pos: -74.5,17.5 - parent: 1 - - uid: 10710 + pos: -15.5,56.5 + parent: 2 + - uid: 4229 components: - type: Transform - pos: -74.5,16.5 - parent: 1 - - uid: 10711 + pos: -15.5,57.5 + parent: 2 + - uid: 4230 components: - type: Transform - pos: -74.5,15.5 - parent: 1 - - uid: 10714 + pos: -15.5,58.5 + parent: 2 + - uid: 4231 components: - type: Transform - pos: -63.5,31.5 - parent: 1 - - uid: 10715 + pos: -15.5,59.5 + parent: 2 + - uid: 4232 components: - type: Transform - pos: -63.5,30.5 - parent: 1 - - uid: 10716 + pos: -15.5,60.5 + parent: 2 + - uid: 4233 components: - type: Transform - pos: -63.5,29.5 - parent: 1 - - uid: 10717 + pos: -15.5,61.5 + parent: 2 + - uid: 4234 components: - type: Transform - pos: -63.5,28.5 - parent: 1 - - uid: 10724 + pos: -15.5,62.5 + parent: 2 + - uid: 4235 components: - type: Transform - pos: -63.5,27.5 - parent: 1 - - uid: 10725 + pos: -15.5,63.5 + parent: 2 + - uid: 4236 components: - type: Transform - pos: -78.5,44.5 - parent: 1 - - uid: 10732 + pos: -15.5,64.5 + parent: 2 + - uid: 4237 components: - type: Transform - pos: -101.5,19.5 - parent: 1 - - uid: 10738 + pos: -14.5,64.5 + parent: 2 + - uid: 4238 components: - type: Transform - pos: -102.5,19.5 - parent: 1 - - uid: 10745 + pos: -13.5,64.5 + parent: 2 + - uid: 4239 components: - type: Transform - pos: -10.5,-1.5 - parent: 1 - - uid: 10753 + pos: -12.5,64.5 + parent: 2 + - uid: 4240 components: - type: Transform - pos: -78.5,47.5 - parent: 1 - - uid: 10770 + pos: -11.5,64.5 + parent: 2 + - uid: 4241 components: - type: Transform - pos: -9.5,-1.5 - parent: 1 - - uid: 10780 + pos: -12.5,65.5 + parent: 2 + - uid: 4242 components: - type: Transform - pos: -85.5,58.5 - parent: 1 - - uid: 10788 + pos: -11.5,65.5 + parent: 2 + - uid: 4243 components: - type: Transform - pos: -88.5,22.5 - parent: 1 - - uid: 10789 + pos: -12.5,66.5 + parent: 2 + - uid: 4244 components: - type: Transform - pos: -88.5,23.5 - parent: 1 - - uid: 10791 + pos: -13.5,66.5 + parent: 2 + - uid: 4245 components: - type: Transform - pos: -78.5,48.5 - parent: 1 - - uid: 10793 + pos: -13.5,67.5 + parent: 2 + - uid: 4246 components: - type: Transform - pos: -103.5,26.5 - parent: 1 - - uid: 10795 + pos: -14.5,67.5 + parent: 2 + - uid: 4247 components: - type: Transform - pos: -100.5,19.5 - parent: 1 - - uid: 10819 + pos: -15.5,67.5 + parent: 2 + - uid: 4248 components: - type: Transform - pos: -103.5,25.5 - parent: 1 - - uid: 10820 + pos: -16.5,67.5 + parent: 2 + - uid: 4249 components: - type: Transform - pos: -100.5,31.5 - parent: 1 - - uid: 10895 + pos: -17.5,67.5 + parent: 2 + - uid: 4250 components: - type: Transform - pos: -14.5,60.5 - parent: 1 - - uid: 10896 + pos: -18.5,67.5 + parent: 2 + - uid: 4251 components: - type: Transform - pos: -13.5,60.5 - parent: 1 - - uid: 10897 + pos: -19.5,67.5 + parent: 2 + - uid: 4252 components: - type: Transform - pos: -12.5,60.5 - parent: 1 - - uid: 10898 + pos: -19.5,66.5 + parent: 2 + - uid: 4253 components: - type: Transform - pos: -11.5,60.5 - parent: 1 - - uid: 10958 + pos: -20.5,66.5 + parent: 2 + - uid: 4254 components: - type: Transform - pos: -103.5,19.5 - parent: 1 - - uid: 10961 + pos: -20.5,65.5 + parent: 2 + - uid: 4255 components: - type: Transform - pos: -78.5,38.5 - parent: 1 - - uid: 10962 + pos: -21.5,65.5 + parent: 2 + - uid: 4256 components: - type: Transform - pos: -78.5,39.5 - parent: 1 - - uid: 10963 + pos: -21.5,64.5 + parent: 2 + - uid: 4257 components: - type: Transform - pos: -78.5,54.5 - parent: 1 - - uid: 10967 + pos: -8.5,59.5 + parent: 2 + - uid: 4258 components: - type: Transform - pos: -78.5,40.5 - parent: 1 - - uid: 10970 + pos: -25.5,46.5 + parent: 2 + - uid: 4259 components: - type: Transform - pos: -75.5,45.5 - parent: 1 - - uid: 10972 + pos: -65.5,21.5 + parent: 2 + - uid: 4260 components: - type: Transform - pos: -78.5,46.5 - parent: 1 - - uid: 11032 + pos: -64.5,21.5 + parent: 2 + - uid: 4261 components: - type: Transform - pos: -74.5,50.5 - parent: 1 - - uid: 11407 + pos: -66.5,21.5 + parent: 2 + - uid: 4262 components: - type: Transform - pos: -67.5,21.5 - parent: 1 - - uid: 11438 + pos: -68.5,21.5 + parent: 2 + - uid: 4263 components: - type: Transform - pos: -76.5,34.5 - parent: 1 - - uid: 11440 + pos: -25.5,44.5 + parent: 2 + - uid: 4264 components: - type: Transform - pos: -78.5,34.5 - parent: 1 - - uid: 11441 + pos: -25.5,40.5 + parent: 2 + - uid: 4265 components: - type: Transform - pos: -78.5,32.5 - parent: 1 - - uid: 11457 + pos: -81.5,23.5 + parent: 2 + - uid: 4266 components: - type: Transform - pos: -79.5,28.5 - parent: 1 - - uid: 11460 + pos: -43.5,55.5 + parent: 2 + - uid: 4267 components: - type: Transform - pos: -78.5,31.5 - parent: 1 - - uid: 11465 + pos: -25.5,35.5 + parent: 2 + - uid: 4268 components: - type: Transform - pos: -79.5,29.5 - parent: 1 - - uid: 11472 + pos: -25.5,33.5 + parent: 2 + - uid: 4269 components: - type: Transform - pos: -81.5,35.5 - parent: 1 - - uid: 11477 + pos: -19.5,51.5 + parent: 2 + - uid: 4270 components: - type: Transform - pos: -77.5,34.5 - parent: 1 - - uid: 11488 + pos: -20.5,51.5 + parent: 2 + - uid: 4271 components: - type: Transform - pos: -78.5,35.5 - parent: 1 - - uid: 12252 + pos: -21.5,51.5 + parent: 2 + - uid: 4272 components: - type: Transform - pos: -25.5,41.5 - parent: 1 - - uid: 12353 + pos: -22.5,51.5 + parent: 2 + - uid: 4273 components: - type: Transform - pos: -11.5,-1.5 - parent: 1 - - uid: 12358 + pos: -23.5,51.5 + parent: 2 + - uid: 4274 components: - type: Transform - pos: -12.5,-1.5 - parent: 1 - - uid: 12361 + pos: -24.5,51.5 + parent: 2 + - uid: 4275 components: - type: Transform - pos: -7.5,-1.5 - parent: 1 - - uid: 12366 + pos: -25.5,50.5 + parent: 2 + - uid: 4276 components: - type: Transform - pos: -0.5,0.5 - parent: 1 - - uid: 12367 + pos: -17.5,51.5 + parent: 2 + - uid: 4277 components: - type: Transform - pos: 11.5,-9.5 - parent: 1 - - uid: 12391 + pos: -24.5,50.5 + parent: 2 + - uid: 4278 components: - type: Transform - pos: 0.5,-19.5 - parent: 1 - - uid: 12397 + pos: -26.5,50.5 + parent: 2 + - uid: 4279 components: - type: Transform - pos: 2.5,-13.5 - parent: 1 - - uid: 12501 + pos: -27.5,50.5 + parent: 2 + - uid: 4280 components: - type: Transform - pos: -79.5,58.5 - parent: 1 - - uid: 12811 + pos: -28.5,50.5 + parent: 2 + - uid: 4281 components: - type: Transform - pos: 2.5,-8.5 - parent: 1 - - uid: 12834 + pos: -29.5,50.5 + parent: 2 + - uid: 4282 components: - type: Transform - pos: 21.5,26.5 - parent: 1 - - uid: 12835 + pos: -30.5,50.5 + parent: 2 + - uid: 4283 components: - type: Transform - pos: 22.5,26.5 - parent: 1 - - uid: 12836 + pos: -31.5,50.5 + parent: 2 + - uid: 4284 components: - type: Transform - pos: 20.5,26.5 - parent: 1 - - uid: 12837 + pos: -32.5,50.5 + parent: 2 + - uid: 4285 components: - type: Transform - pos: 19.5,26.5 - parent: 1 - - uid: 12838 + pos: -32.5,51.5 + parent: 2 + - uid: 4286 components: - type: Transform - pos: 18.5,26.5 - parent: 1 - - uid: 12839 + pos: -32.5,52.5 + parent: 2 + - uid: 4287 components: - type: Transform - pos: 17.5,26.5 - parent: 1 - - uid: 12840 + pos: -32.5,53.5 + parent: 2 + - uid: 4288 components: - type: Transform - pos: 16.5,26.5 - parent: 1 - - uid: 12841 + pos: -32.5,54.5 + parent: 2 + - uid: 4289 components: - type: Transform - pos: 15.5,26.5 - parent: 1 - - uid: 12842 + pos: -32.5,55.5 + parent: 2 + - uid: 4290 components: - type: Transform - pos: 14.5,26.5 - parent: 1 - - uid: 12843 + pos: -33.5,55.5 + parent: 2 + - uid: 4291 components: - type: Transform - pos: 14.5,25.5 - parent: 1 - - uid: 12844 + pos: -34.5,55.5 + parent: 2 + - uid: 4292 components: - type: Transform - pos: 14.5,24.5 - parent: 1 - - uid: 12845 + pos: -34.5,56.5 + parent: 2 + - uid: 4293 components: - type: Transform - pos: 14.5,23.5 - parent: 1 - - uid: 12846 + pos: -34.5,57.5 + parent: 2 + - uid: 4294 components: - type: Transform - pos: 14.5,22.5 - parent: 1 - - uid: 12847 + pos: -35.5,57.5 + parent: 2 + - uid: 4295 components: - type: Transform - pos: 14.5,21.5 - parent: 1 - - uid: 12848 + pos: -35.5,55.5 + parent: 2 + - uid: 4296 components: - type: Transform - pos: 14.5,20.5 - parent: 1 - - uid: 12849 + pos: -36.5,55.5 + parent: 2 + - uid: 4297 components: - type: Transform - pos: 14.5,19.5 - parent: 1 - - uid: 12850 + pos: -37.5,55.5 + parent: 2 + - uid: 4298 components: - type: Transform - pos: 14.5,18.5 - parent: 1 - - uid: 12868 + pos: -38.5,55.5 + parent: 2 + - uid: 4299 components: - type: Transform - pos: 13.5,9.5 - parent: 1 - - uid: 12869 + pos: -39.5,55.5 + parent: 2 + - uid: 4300 components: - type: Transform - pos: 12.5,9.5 - parent: 1 - - uid: 12870 + pos: -40.5,55.5 + parent: 2 + - uid: 4301 components: - type: Transform - pos: 11.5,9.5 - parent: 1 - - uid: 12871 + pos: -41.5,55.5 + parent: 2 + - uid: 4302 components: - type: Transform - pos: 10.5,9.5 - parent: 1 - - uid: 12872 + pos: -47.5,47.5 + parent: 2 + - uid: 4303 components: - type: Transform - pos: 9.5,9.5 - parent: 1 - - uid: 12873 + pos: -47.5,46.5 + parent: 2 + - uid: 4304 components: - type: Transform - pos: 8.5,9.5 - parent: 1 - - uid: 12874 + pos: -47.5,45.5 + parent: 2 + - uid: 4305 components: - type: Transform - pos: 7.5,9.5 - parent: 1 - - uid: 12875 + pos: -47.5,44.5 + parent: 2 + - uid: 4306 components: - type: Transform - pos: 6.5,9.5 - parent: 1 - - uid: 12876 + pos: -47.5,43.5 + parent: 2 + - uid: 4307 components: - type: Transform - pos: 5.5,9.5 - parent: 1 - - uid: 12877 + pos: -47.5,42.5 + parent: 2 + - uid: 4308 components: - type: Transform - pos: 4.5,9.5 - parent: 1 - - uid: 12878 + pos: -47.5,41.5 + parent: 2 + - uid: 4309 components: - type: Transform - pos: 3.5,9.5 - parent: 1 - - uid: 12879 + pos: -47.5,40.5 + parent: 2 + - uid: 4310 components: - type: Transform - pos: 3.5,10.5 - parent: 1 - - uid: 12880 + pos: -47.5,39.5 + parent: 2 + - uid: 4311 components: - type: Transform - pos: 3.5,11.5 - parent: 1 - - uid: 12881 + pos: -47.5,38.5 + parent: 2 + - uid: 4312 components: - type: Transform - pos: 3.5,12.5 - parent: 1 - - uid: 12882 + pos: -47.5,37.5 + parent: 2 + - uid: 4313 components: - type: Transform - pos: 2.5,12.5 - parent: 1 - - uid: 12883 + pos: -47.5,36.5 + parent: 2 + - uid: 4314 components: - type: Transform - pos: 1.5,12.5 - parent: 1 - - uid: 12884 + pos: -47.5,35.5 + parent: 2 + - uid: 4315 components: - type: Transform - pos: 0.5,12.5 - parent: 1 - - uid: 12885 + pos: -47.5,34.5 + parent: 2 + - uid: 4316 components: - type: Transform - pos: -0.5,12.5 - parent: 1 - - uid: 12886 + pos: -47.5,33.5 + parent: 2 + - uid: 4317 components: - type: Transform - pos: -1.5,12.5 - parent: 1 - - uid: 12887 + pos: -47.5,32.5 + parent: 2 + - uid: 4318 components: - type: Transform - pos: -2.5,12.5 - parent: 1 - - uid: 12888 + pos: -46.5,32.5 + parent: 2 + - uid: 4319 components: - type: Transform - pos: -3.5,12.5 - parent: 1 - - uid: 12889 + pos: -45.5,32.5 + parent: 2 + - uid: 4320 components: - type: Transform - pos: -4.5,12.5 - parent: 1 - - uid: 13166 + pos: -44.5,32.5 + parent: 2 + - uid: 4321 components: - type: Transform - pos: 1.5,-19.5 - parent: 1 - - uid: 13171 + pos: -43.5,32.5 + parent: 2 + - uid: 4322 components: - type: Transform - pos: -4.5,0.5 - parent: 1 - - uid: 13172 + pos: -42.5,32.5 + parent: 2 + - uid: 4323 components: - type: Transform - pos: -2.5,0.5 - parent: 1 - - uid: 13347 + pos: -41.5,32.5 + parent: 2 + - uid: 4324 components: - type: Transform - pos: -81.5,59.5 - parent: 1 - - uid: 13356 + pos: -40.5,32.5 + parent: 2 + - uid: 4325 components: - type: Transform - pos: -101.5,31.5 - parent: 1 - - uid: 13362 + pos: -39.5,32.5 + parent: 2 + - uid: 4326 components: - type: Transform - pos: -104.5,26.5 - parent: 1 - - uid: 13636 + pos: -38.5,32.5 + parent: 2 + - uid: 4327 components: - type: Transform - pos: -105.5,30.5 - parent: 1 - - uid: 13638 + pos: -48.5,32.5 + parent: 2 + - uid: 4328 components: - type: Transform - pos: -78.5,43.5 - parent: 1 - - uid: 13640 + pos: -49.5,32.5 + parent: 2 + - uid: 4329 components: - type: Transform - pos: -71.5,52.5 - parent: 1 - - uid: 13641 + pos: -50.5,32.5 + parent: 2 + - uid: 4330 components: - type: Transform - pos: -68.5,52.5 - parent: 1 - - uid: 13642 + pos: -51.5,32.5 + parent: 2 + - uid: 4331 components: - type: Transform - pos: -70.5,52.5 - parent: 1 - - uid: 13687 + pos: -52.5,32.5 + parent: 2 + - uid: 4332 components: - type: Transform - pos: -102.5,31.5 - parent: 1 - - uid: 13694 + pos: -53.5,32.5 + parent: 2 + - uid: 4333 components: - type: Transform - pos: -105.5,20.5 - parent: 1 - - uid: 13864 + pos: -54.5,32.5 + parent: 2 + - uid: 4334 components: - type: Transform - pos: -78.5,58.5 - parent: 1 - - uid: 13937 + pos: -55.5,32.5 + parent: 2 + - uid: 4335 components: - type: Transform - pos: -82.5,35.5 - parent: 1 - - uid: 14047 + pos: -56.5,32.5 + parent: 2 + - uid: 4336 components: - type: Transform - pos: -78.5,37.5 - parent: 1 - - uid: 14198 + pos: -57.5,32.5 + parent: 2 + - uid: 4337 components: - type: Transform - pos: -78.5,45.5 - parent: 1 - - uid: 14199 + pos: -57.5,33.5 + parent: 2 + - uid: 4338 components: - type: Transform - pos: -69.5,52.5 - parent: 1 - - uid: 14219 + pos: -57.5,34.5 + parent: 2 + - uid: 4339 components: - type: Transform - pos: -77.5,45.5 - parent: 1 - - uid: 14258 + pos: -57.5,35.5 + parent: 2 + - uid: 4340 components: - type: Transform - pos: -73.5,52.5 - parent: 1 - - uid: 14260 + pos: -57.5,36.5 + parent: 2 + - uid: 4341 components: - type: Transform - pos: -79.5,59.5 - parent: 1 - - uid: 14335 + pos: -57.5,37.5 + parent: 2 + - uid: 4342 components: - type: Transform - pos: -105.5,21.5 - parent: 1 - - uid: 14349 + pos: -57.5,38.5 + parent: 2 + - uid: 4343 components: - type: Transform - pos: -103.5,31.5 - parent: 1 - - uid: 14350 + pos: -57.5,39.5 + parent: 2 + - uid: 4344 components: - type: Transform - pos: -104.5,31.5 - parent: 1 - - uid: 14433 + pos: -57.5,40.5 + parent: 2 + - uid: 4345 components: - type: Transform - pos: -75.5,34.5 - parent: 1 - - uid: 14488 + pos: -57.5,41.5 + parent: 2 + - uid: 4346 components: - type: Transform - pos: -78.5,36.5 - parent: 1 - - uid: 14489 + pos: -57.5,42.5 + parent: 2 + - uid: 4347 components: - type: Transform - pos: -81.5,33.5 - parent: 1 - - uid: 14496 + pos: -57.5,43.5 + parent: 2 + - uid: 4348 components: - type: Transform - pos: -105.5,29.5 - parent: 1 - - uid: 14618 + pos: -57.5,44.5 + parent: 2 + - uid: 4349 components: - type: Transform - pos: -105.5,31.5 - parent: 1 - - uid: 14628 + pos: -57.5,45.5 + parent: 2 + - uid: 4350 components: - type: Transform - pos: -105.5,26.5 - parent: 1 - - uid: 14654 + pos: -57.5,46.5 + parent: 2 + - uid: 4351 components: - type: Transform - pos: -105.5,28.5 - parent: 1 - - uid: 14690 + pos: -57.5,47.5 + parent: 2 + - uid: 4352 components: - type: Transform - pos: -8.5,60.5 - parent: 1 - - uid: 14700 + pos: -56.5,47.5 + parent: 2 + - uid: 4353 components: - type: Transform - pos: -8.5,61.5 - parent: 1 - - uid: 14701 + pos: -55.5,47.5 + parent: 2 + - uid: 4354 components: - type: Transform - pos: -8.5,62.5 - parent: 1 - - uid: 14702 + pos: -54.5,47.5 + parent: 2 + - uid: 4355 components: - type: Transform - pos: -8.5,63.5 - parent: 1 - - uid: 14703 + pos: -53.5,47.5 + parent: 2 + - uid: 4356 components: - type: Transform - pos: -7.5,63.5 - parent: 1 - - uid: 14708 + pos: -52.5,47.5 + parent: 2 + - uid: 4357 components: - type: Transform - pos: -7.5,61.5 - parent: 1 - - uid: 14709 + pos: -51.5,47.5 + parent: 2 + - uid: 4358 components: - type: Transform - pos: -6.5,61.5 - parent: 1 - - uid: 14710 + pos: -50.5,47.5 + parent: 2 + - uid: 4359 components: - type: Transform - pos: -5.5,61.5 - parent: 1 - - uid: 14711 + pos: -49.5,47.5 + parent: 2 + - uid: 4360 components: - type: Transform - pos: -4.5,61.5 - parent: 1 - - uid: 14712 + pos: -48.5,47.5 + parent: 2 + - uid: 4361 components: - type: Transform - pos: -3.5,61.5 - parent: 1 - - uid: 14819 + pos: -58.5,47.5 + parent: 2 + - uid: 4362 components: - type: Transform - pos: -2.5,61.5 - parent: 1 - - uid: 14835 + pos: -44.5,55.5 + parent: 2 + - uid: 4363 components: - type: Transform - pos: -5.5,62.5 - parent: 1 - - uid: 14853 + pos: -44.5,54.5 + parent: 2 + - uid: 4364 components: - type: Transform - pos: -5.5,63.5 - parent: 1 - - uid: 14854 + pos: -44.5,53.5 + parent: 2 + - uid: 4365 components: - type: Transform - pos: -4.5,63.5 - parent: 1 - - uid: 15014 + pos: -44.5,52.5 + parent: 2 + - uid: 4366 components: - type: Transform - pos: -71.5,26.5 - parent: 1 - - uid: 15015 + pos: -44.5,51.5 + parent: 2 + - uid: 4367 components: - type: Transform - pos: -71.5,25.5 - parent: 1 - - uid: 15233 + pos: -44.5,50.5 + parent: 2 + - uid: 4368 components: - type: Transform - pos: 17.5,46.5 - parent: 1 - - uid: 15332 + pos: -44.5,49.5 + parent: 2 + - uid: 4369 components: - type: Transform - pos: -73.5,18.5 - parent: 1 - - uid: 15405 + pos: -45.5,49.5 + parent: 2 + - uid: 4370 components: - type: Transform - pos: -36.5,56.5 - parent: 1 - - uid: 15406 + pos: -46.5,49.5 + parent: 2 + - uid: 4371 components: - type: Transform - pos: -36.5,57.5 - parent: 1 - - uid: 15407 + pos: -47.5,49.5 + parent: 2 + - uid: 4372 components: - type: Transform - pos: -36.5,58.5 - parent: 1 - - uid: 15408 + pos: -47.5,48.5 + parent: 2 + - uid: 4374 components: - type: Transform - pos: -36.5,59.5 - parent: 1 - - uid: 15409 + pos: -37.5,67.5 + parent: 2 + - uid: 4375 components: - type: Transform - pos: -36.5,60.5 - parent: 1 - - uid: 15410 + pos: 13.5,13.5 + parent: 2 + - uid: 4376 components: - type: Transform - pos: -36.5,61.5 - parent: 1 - - uid: 15411 + pos: 0.5,-16.5 + parent: 2 + - uid: 4377 components: - type: Transform - pos: -36.5,62.5 - parent: 1 - - uid: 15412 + pos: -76.5,45.5 + parent: 2 + - uid: 4378 components: - type: Transform - pos: -36.5,63.5 - parent: 1 - - uid: 15413 + pos: -72.5,52.5 + parent: 2 + - uid: 4379 components: - type: Transform - pos: -36.5,64.5 - parent: 1 - - uid: 15414 + pos: -78.5,30.5 + parent: 2 + - uid: 4380 components: - type: Transform - pos: -36.5,65.5 - parent: 1 - - uid: 15415 + pos: -58.5,32.5 + parent: 2 + - uid: 4381 components: - type: Transform - pos: -36.5,66.5 - parent: 1 - - uid: 15416 + pos: -58.5,18.5 + parent: 2 + - uid: 4382 components: - type: Transform - pos: -36.5,67.5 - parent: 1 - - uid: 15417 + pos: -57.5,18.5 + parent: 2 + - uid: 4383 components: - type: Transform - pos: -36.5,68.5 - parent: 1 - - uid: 15418 + pos: -57.5,19.5 + parent: 2 + - uid: 4384 components: - type: Transform - pos: -36.5,69.5 - parent: 1 - - uid: 15419 + pos: -57.5,20.5 + parent: 2 + - uid: 4385 components: - type: Transform - pos: -37.5,69.5 - parent: 1 - - uid: 15420 + pos: -57.5,21.5 + parent: 2 + - uid: 4386 components: - type: Transform - pos: -38.5,69.5 - parent: 1 - - uid: 15421 + pos: -57.5,22.5 + parent: 2 + - uid: 4387 components: - type: Transform - pos: -39.5,69.5 - parent: 1 - - uid: 15422 + pos: -57.5,23.5 + parent: 2 + - uid: 4388 components: - type: Transform - pos: -40.5,69.5 - parent: 1 - - uid: 15423 + pos: -57.5,24.5 + parent: 2 + - uid: 4389 components: - type: Transform - pos: -41.5,69.5 - parent: 1 - - uid: 15424 + pos: -57.5,25.5 + parent: 2 + - uid: 4390 components: - type: Transform - pos: -42.5,69.5 - parent: 1 - - uid: 15425 + pos: -57.5,26.5 + parent: 2 + - uid: 4391 components: - type: Transform - pos: -43.5,69.5 - parent: 1 - - uid: 15426 + pos: -57.5,27.5 + parent: 2 + - uid: 4392 components: - type: Transform - pos: -44.5,69.5 - parent: 1 - - uid: 15462 + pos: -57.5,28.5 + parent: 2 + - uid: 4393 components: - type: Transform - pos: -44.5,58.5 - parent: 1 - - uid: 15463 + pos: -57.5,29.5 + parent: 2 + - uid: 4394 components: - type: Transform - pos: -41.5,57.5 - parent: 1 - - uid: 15466 + pos: -57.5,30.5 + parent: 2 + - uid: 4395 components: - type: Transform - pos: -37.5,57.5 - parent: 1 - - uid: 15468 + pos: -57.5,31.5 + parent: 2 + - uid: 4396 components: - type: Transform - pos: -38.5,57.5 - parent: 1 - - uid: 15469 + pos: -78.5,29.5 + parent: 2 + - uid: 4397 components: - type: Transform - pos: -40.5,58.5 - parent: 1 - - uid: 15470 + pos: -57.5,17.5 + parent: 2 + - uid: 4398 components: - type: Transform - pos: -38.5,59.5 - parent: 1 - - uid: 15471 + pos: -57.5,16.5 + parent: 2 + - uid: 4399 components: - type: Transform - pos: -39.5,58.5 - parent: 1 - - uid: 15476 + pos: -57.5,15.5 + parent: 2 + - uid: 4400 components: - type: Transform - pos: -43.5,58.5 - parent: 1 - - uid: 15477 + pos: -57.5,14.5 + parent: 2 + - uid: 4401 components: - type: Transform - pos: -41.5,58.5 - parent: 1 - - uid: 15479 + pos: -57.5,13.5 + parent: 2 + - uid: 4402 components: - type: Transform - pos: -38.5,58.5 - parent: 1 - - uid: 15485 + pos: -57.5,12.5 + parent: 2 + - uid: 4403 components: - type: Transform - pos: -43.5,57.5 - parent: 1 - - uid: 15486 + pos: -57.5,11.5 + parent: 2 + - uid: 4404 components: - type: Transform - pos: -42.5,57.5 - parent: 1 - - uid: 15495 + pos: -57.5,10.5 + parent: 2 + - uid: 4405 components: - type: Transform - pos: 0.5,-18.5 - parent: 1 - - uid: 15504 + pos: -57.5,9.5 + parent: 2 + - uid: 4406 components: - type: Transform - pos: 0.5,-15.5 - parent: 1 - - uid: 15507 + pos: -57.5,8.5 + parent: 2 + - uid: 4407 components: - type: Transform - pos: 2.5,-15.5 - parent: 1 - - uid: 15515 + pos: -57.5,7.5 + parent: 2 + - uid: 4408 components: - type: Transform - pos: 3.5,-19.5 - parent: 1 - - uid: 15553 + pos: -57.5,6.5 + parent: 2 + - uid: 4409 components: - type: Transform - pos: 0.5,-0.5 - parent: 1 - - uid: 15603 + pos: -57.5,5.5 + parent: 2 + - uid: 4410 components: - type: Transform - pos: -81.5,34.5 - parent: 1 - - uid: 15612 + pos: -56.5,5.5 + parent: 2 + - uid: 4411 components: - type: Transform - pos: -80.5,32.5 - parent: 1 - - uid: 15614 + pos: -55.5,5.5 + parent: 2 + - uid: 4412 components: - type: Transform - pos: -79.5,32.5 - parent: 1 - - uid: 15628 + pos: -54.5,5.5 + parent: 2 + - uid: 4413 components: - type: Transform - pos: -78.5,61.5 - parent: 1 - - uid: 15629 + pos: -53.5,5.5 + parent: 2 + - uid: 4414 components: - type: Transform - pos: -74.5,52.5 - parent: 1 - - uid: 15630 + pos: -52.5,5.5 + parent: 2 + - uid: 4415 components: - type: Transform - pos: -74.5,47.5 - parent: 1 - - uid: 15631 + pos: -51.5,5.5 + parent: 2 + - uid: 4416 components: - type: Transform - pos: -81.5,32.5 - parent: 1 - - uid: 15639 + pos: -50.5,5.5 + parent: 2 + - uid: 4417 components: - type: Transform - pos: -74.5,49.5 - parent: 1 - - uid: 15642 + pos: -49.5,5.5 + parent: 2 + - uid: 4418 components: - type: Transform - pos: -81.5,61.5 - parent: 1 - - uid: 15665 + pos: -48.5,5.5 + parent: 2 + - uid: 4419 components: - type: Transform - pos: -83.5,35.5 - parent: 1 - - uid: 15803 + pos: -47.5,5.5 + parent: 2 + - uid: 4420 components: - type: Transform - pos: -81.5,60.5 - parent: 1 - - uid: 17494 + pos: -46.5,5.5 + parent: 2 + - uid: 4421 components: - type: Transform - pos: 0.5,-2.5 - parent: 1 - - uid: 17728 + pos: -45.5,5.5 + parent: 2 + - uid: 4422 components: - type: Transform - pos: -78.5,42.5 - parent: 1 - - uid: 17853 + pos: 2.5,-10.5 + parent: 2 + - uid: 4423 components: - type: Transform - pos: -78.5,49.5 - parent: 1 - - uid: 17867 + pos: -42.5,55.5 + parent: 2 + - uid: 4424 components: - type: Transform - pos: -78.5,41.5 - parent: 1 - - uid: 17935 + pos: -74.5,51.5 + parent: 2 + - uid: 4425 components: - type: Transform - pos: -79.5,60.5 - parent: 1 - - uid: 17938 + pos: -17.5,64.5 + parent: 2 + - uid: 4426 components: - type: Transform - pos: -79.5,61.5 - parent: 1 - - uid: 17950 + pos: -75.5,46.5 + parent: 2 + - uid: 4427 components: - type: Transform - pos: -77.5,61.5 - parent: 1 - - uid: 18220 + pos: -64.5,36.5 + parent: 2 + - uid: 4430 components: - type: Transform - pos: -80.5,60.5 - parent: 1 - - uid: 18332 + pos: -82.5,23.5 + parent: 2 + - uid: 4431 components: - type: Transform - pos: -76.5,63.5 - parent: 1 - - uid: 18344 + pos: -69.5,26.5 + parent: 2 + - uid: 4432 components: - type: Transform - pos: -74.5,46.5 - parent: 1 - - uid: 18345 + pos: -69.5,28.5 + parent: 2 + - uid: 4433 components: - type: Transform - pos: -83.5,61.5 - parent: 1 - - uid: 18394 + pos: -18.5,51.5 + parent: 2 + - uid: 4434 components: - type: Transform - pos: -77.5,66.5 - parent: 1 - - uid: 18397 + pos: -80.5,27.5 + parent: 2 + - uid: 4435 components: - type: Transform - pos: -77.5,65.5 - parent: 1 - - uid: 18440 + pos: -79.5,27.5 + parent: 2 + - uid: 4436 components: - type: Transform - pos: -78.5,53.5 - parent: 1 - - uid: 18448 + pos: -83.5,23.5 + parent: 2 + - uid: 4437 components: - type: Transform - pos: -75.5,59.5 - parent: 1 - - uid: 18458 + pos: -72.5,28.5 + parent: 2 + - uid: 4438 components: - type: Transform - pos: -82.5,61.5 - parent: 1 - - uid: 18461 + pos: -72.5,29.5 + parent: 2 + - uid: 4439 components: - type: Transform - pos: -76.5,65.5 - parent: 1 - - uid: 18822 + pos: -72.5,30.5 + parent: 2 + - uid: 4440 components: - type: Transform - pos: -61.5,27.5 - parent: 1 - - uid: 18825 + pos: -72.5,31.5 + parent: 2 + - uid: 4441 components: - type: Transform - pos: -61.5,25.5 - parent: 1 - - uid: 18826 + pos: -73.5,30.5 + parent: 2 + - uid: 4442 components: - type: Transform - pos: -61.5,24.5 - parent: 1 - - uid: 18827 + pos: -74.5,30.5 + parent: 2 + - uid: 4443 components: - type: Transform - pos: -61.5,23.5 - parent: 1 - - uid: 18828 + pos: -74.5,31.5 + parent: 2 + - uid: 4444 components: - type: Transform - pos: -61.5,22.5 - parent: 1 - - uid: 18829 + pos: -74.5,32.5 + parent: 2 + - uid: 4445 components: - type: Transform - pos: -61.5,20.5 - parent: 1 - - uid: 18830 + pos: -74.5,34.5 + parent: 2 + - uid: 4446 components: - type: Transform - pos: -61.5,19.5 - parent: 1 - - uid: 18831 + pos: -74.5,33.5 + parent: 2 + - uid: 4447 components: - type: Transform - pos: -61.5,18.5 - parent: 1 - - uid: 18832 + pos: -73.5,34.5 + parent: 2 + - uid: 4448 components: - type: Transform - pos: -61.5,21.5 - parent: 1 - - uid: 18949 + pos: -72.5,34.5 + parent: 2 + - uid: 4449 components: - type: Transform - pos: -77.5,67.5 - parent: 1 - - uid: 18952 + pos: -69.5,30.5 + parent: 2 + - uid: 4450 components: - type: Transform - pos: -76.5,61.5 - parent: 1 - - uid: 18954 + pos: -73.5,28.5 + parent: 2 + - uid: 4451 components: - type: Transform - pos: -76.5,62.5 - parent: 1 - - uid: 18955 + pos: -74.5,28.5 + parent: 2 + - uid: 4452 components: - type: Transform - pos: -76.5,64.5 - parent: 1 - - uid: 18977 + pos: -74.5,29.5 + parent: 2 + - uid: 4453 components: - type: Transform - pos: -78.5,56.5 - parent: 1 - - uid: 18978 + pos: -81.5,58.5 + parent: 2 + - uid: 4455 components: - type: Transform - pos: -78.5,55.5 - parent: 1 - - uid: 18980 + pos: -69.5,23.5 + parent: 2 + - uid: 4456 components: - type: Transform - pos: -78.5,57.5 - parent: 1 - - uid: 18981 + pos: -69.5,27.5 + parent: 2 + - uid: 4457 components: - type: Transform - pos: -78.5,52.5 - parent: 1 - - uid: 18982 + pos: -79.5,26.5 + parent: 2 + - uid: 4458 components: - type: Transform - pos: -78.5,50.5 - parent: 1 - - uid: 18983 + pos: -80.5,22.5 + parent: 2 + - uid: 4459 components: - type: Transform - pos: -78.5,51.5 - parent: 1 - - uid: 19002 + pos: -81.5,22.5 + parent: 2 + - uid: 4460 components: - type: Transform - pos: -84.5,61.5 - parent: 1 - - uid: 19020 + pos: -80.5,23.5 + parent: 2 + - uid: 4463 components: - type: Transform - pos: -76.5,67.5 - parent: 1 - - uid: 19027 + pos: -92.5,17.5 + parent: 2 + - uid: 4464 components: - type: Transform - pos: -75.5,67.5 - parent: 1 - - uid: 19028 + pos: -74.5,48.5 + parent: 2 + - uid: 4465 components: - type: Transform - pos: -75.5,66.5 - parent: 1 - - uid: 19029 + pos: -21.5,63.5 + parent: 2 + - uid: 4466 components: - type: Transform - pos: -75.5,65.5 - parent: 1 - - uid: 19030 + pos: -22.5,63.5 + parent: 2 + - uid: 4467 components: - type: Transform - pos: -85.5,65.5 - parent: 1 - - uid: 19031 + pos: -19.5,64.5 + parent: 2 + - uid: 4468 components: - type: Transform - pos: -85.5,66.5 - parent: 1 - - uid: 19032 + pos: -59.5,47.5 + parent: 2 + - uid: 4469 components: - type: Transform - pos: -85.5,67.5 - parent: 1 - - uid: 19033 + pos: -60.5,47.5 + parent: 2 + - uid: 4470 components: - type: Transform - pos: -84.5,67.5 - parent: 1 - - uid: 19034 + pos: -61.5,47.5 + parent: 2 + - uid: 4471 components: - type: Transform - pos: -83.5,67.5 - parent: 1 - - uid: 19035 + pos: -62.5,47.5 + parent: 2 + - uid: 4472 components: - type: Transform - pos: -83.5,66.5 - parent: 1 - - uid: 19036 + pos: -63.5,47.5 + parent: 2 + - uid: 4473 components: - type: Transform - pos: -83.5,65.5 - parent: 1 - - uid: 19037 + pos: -64.5,47.5 + parent: 2 + - uid: 4474 components: - type: Transform - pos: -84.5,65.5 - parent: 1 - - uid: 19038 + pos: -65.5,47.5 + parent: 2 + - uid: 4475 components: - type: Transform - pos: -84.5,64.5 - parent: 1 - - uid: 19039 + pos: -66.5,48.5 + parent: 2 + - uid: 4476 components: - type: Transform - pos: -84.5,63.5 - parent: 1 - - uid: 19040 + pos: -66.5,49.5 + parent: 2 + - uid: 4477 components: - type: Transform - pos: -84.5,62.5 - parent: 1 - - uid: 19041 + pos: -66.5,50.5 + parent: 2 + - uid: 4478 components: - type: Transform - pos: -84.5,61.5 - parent: 1 - - uid: 19042 + pos: -67.5,50.5 + parent: 2 + - uid: 4479 components: - type: Transform - pos: -76.5,61.5 - parent: 1 - - uid: 19043 + pos: -67.5,51.5 + parent: 2 + - uid: 4480 components: - type: Transform - pos: -86.5,60.5 - parent: 1 - - uid: 19044 + pos: -67.5,52.5 + parent: 2 + - uid: 4481 components: - type: Transform - pos: -86.5,60.5 - parent: 1 - - uid: 19045 + pos: -67.5,53.5 + parent: 2 + - uid: 4482 components: - type: Transform - pos: -86.5,61.5 - parent: 1 - - uid: 19046 + pos: -67.5,54.5 + parent: 2 + - uid: 4483 components: - type: Transform - pos: -86.5,62.5 - parent: 1 - - uid: 19163 + pos: -67.5,55.5 + parent: 2 + - uid: 4484 components: - type: Transform - pos: -86.5,59.5 - parent: 1 - - uid: 19165 + pos: -67.5,56.5 + parent: 2 + - uid: 4485 components: - type: Transform - pos: -85.5,59.5 - parent: 1 -- proto: CableHVStack - entities: - - uid: 2889 + pos: -67.5,57.5 + parent: 2 + - uid: 4486 components: - type: Transform - pos: 22.480692,-7.43704 - parent: 1 - - uid: 3427 + pos: -65.5,36.5 + parent: 2 + - uid: 4487 components: - type: Transform - pos: -53.10076,29.482796 - parent: 1 - - uid: 8239 + pos: -66.5,36.5 + parent: 2 + - uid: 4488 components: - type: Transform - pos: -7.5488524,8.322083 - parent: 1 -- proto: CableMV - entities: - - uid: 2 + pos: -66.5,37.5 + parent: 2 + - uid: 4489 components: - type: Transform - pos: -12.5,-12.5 - parent: 1 - - uid: 36 + pos: -66.5,38.5 + parent: 2 + - uid: 4490 components: - type: Transform - pos: -15.5,-11.5 - parent: 1 - - uid: 37 + pos: -66.5,39.5 + parent: 2 + - uid: 4491 components: - type: Transform - pos: -16.5,-10.5 - parent: 1 - - uid: 120 + pos: -66.5,40.5 + parent: 2 + - uid: 4492 components: - type: Transform - pos: -99.5,17.5 - parent: 1 - - uid: 149 + pos: -66.5,41.5 + parent: 2 + - uid: 4493 components: - type: Transform - pos: -3.5,-13.5 - parent: 1 - - uid: 152 + pos: -66.5,42.5 + parent: 2 + - uid: 4494 components: - type: Transform - pos: -18.5,-4.5 - parent: 1 - - uid: 161 + pos: -66.5,43.5 + parent: 2 + - uid: 4495 components: - type: Transform - pos: 0.5,-18.5 - parent: 1 - - uid: 164 + pos: -66.5,44.5 + parent: 2 + - uid: 4496 components: - type: Transform - pos: 3.5,-19.5 - parent: 1 - - uid: 243 + pos: -60.5,36.5 + parent: 2 + - uid: 4497 components: - type: Transform - pos: -20.5,-17.5 - parent: 1 - - uid: 246 + pos: -60.5,27.5 + parent: 2 + - uid: 4498 components: - type: Transform - pos: -18.5,-10.5 - parent: 1 - - uid: 248 + pos: -61.5,26.5 + parent: 2 + - uid: 4499 components: - type: Transform - pos: -17.5,-10.5 - parent: 1 - - uid: 309 + pos: 0.5,-1.5 + parent: 2 + - uid: 4500 components: - type: Transform - pos: 3.5,-19.5 - parent: 1 - - uid: 330 + pos: -61.5,17.5 + parent: 2 + - uid: 4501 components: - type: Transform - pos: 5.5,-7.5 - parent: 1 - - uid: 336 + pos: -62.5,17.5 + parent: 2 + - uid: 4502 components: - type: Transform - pos: -3.5,56.5 - parent: 1 - - uid: 354 + pos: -63.5,17.5 + parent: 2 + - uid: 4503 components: - type: Transform - pos: -18.5,-5.5 - parent: 1 - - uid: 381 + pos: -64.5,17.5 + parent: 2 + - uid: 4504 components: - type: Transform - pos: 11.5,-9.5 - parent: 1 - - uid: 393 + pos: -65.5,17.5 + parent: 2 + - uid: 4505 components: - type: Transform - pos: 4.5,-6.5 - parent: 1 - - uid: 456 + pos: -66.5,17.5 + parent: 2 + - uid: 4506 components: - type: Transform - pos: -0.5,-3.5 - parent: 1 - - uid: 457 + pos: -66.5,16.5 + parent: 2 + - uid: 4507 components: - type: Transform - pos: -12.5,-16.5 - parent: 1 - - uid: 458 + pos: -66.5,15.5 + parent: 2 + - uid: 4508 components: - type: Transform - pos: -6.5,-12.5 - parent: 1 - - uid: 477 + pos: -66.5,14.5 + parent: 2 + - uid: 4509 components: - type: Transform - pos: 2.5,-19.5 - parent: 1 - - uid: 497 + pos: -66.5,13.5 + parent: 2 + - uid: 4510 components: - type: Transform - pos: 7.5,-5.5 - parent: 1 - - uid: 519 + pos: -66.5,12.5 + parent: 2 + - uid: 4511 components: - type: Transform - pos: -93.5,31.5 - parent: 1 - - uid: 520 + pos: -66.5,11.5 + parent: 2 + - uid: 4512 components: - type: Transform - pos: -94.5,33.5 - parent: 1 - - uid: 540 + pos: -66.5,10.5 + parent: 2 + - uid: 4513 components: - type: Transform - pos: -18.5,-11.5 - parent: 1 - - uid: 544 + pos: -66.5,9.5 + parent: 2 + - uid: 4514 components: - type: Transform - pos: -1.5,-3.5 - parent: 1 - - uid: 580 + pos: -66.5,8.5 + parent: 2 + - uid: 4515 components: - type: Transform - pos: -89.5,39.5 - parent: 1 - - uid: 600 + pos: -65.5,8.5 + parent: 2 + - uid: 4516 components: - type: Transform - pos: 8.5,-5.5 - parent: 1 - - uid: 601 + pos: -64.5,8.5 + parent: 2 + - uid: 4517 components: - type: Transform - pos: 9.5,-5.5 - parent: 1 - - uid: 602 + pos: -63.5,8.5 + parent: 2 + - uid: 4518 components: - type: Transform - pos: 10.5,-5.5 - parent: 1 - - uid: 603 + pos: -62.5,8.5 + parent: 2 + - uid: 4519 components: - type: Transform - pos: 11.5,-5.5 - parent: 1 - - uid: 604 + pos: -61.5,8.5 + parent: 2 + - uid: 4520 components: - type: Transform - pos: 11.5,-6.5 - parent: 1 - - uid: 605 + pos: -60.5,8.5 + parent: 2 + - uid: 4521 components: - type: Transform - pos: 11.5,-7.5 - parent: 1 - - uid: 640 + pos: -59.5,32.5 + parent: 2 + - uid: 4522 components: - type: Transform - pos: 8.5,29.5 - parent: 1 - - uid: 657 + pos: -62.5,36.5 + parent: 2 + - uid: 4523 components: - type: Transform - pos: 9.5,32.5 - parent: 1 - - uid: 720 + pos: -66.5,47.5 + parent: 2 + - uid: 4524 components: - type: Transform - pos: -82.5,35.5 - parent: 1 - - uid: 931 + pos: -61.5,36.5 + parent: 2 + - uid: 4525 components: - type: Transform - pos: 25.5,1.5 - parent: 1 - - uid: 938 + pos: -66.5,45.5 + parent: 2 + - uid: 4526 components: - type: Transform - pos: 26.5,1.5 - parent: 1 - - uid: 939 + pos: -66.5,46.5 + parent: 2 + - uid: 4527 components: - type: Transform - pos: 26.5,0.5 - parent: 1 - - uid: 1014 + pos: -63.5,36.5 + parent: 2 + - uid: 4528 components: - type: Transform - pos: 28.5,23.5 - parent: 1 - - uid: 1015 + pos: -63.5,35.5 + parent: 2 + - uid: 4529 components: - type: Transform - pos: 28.5,24.5 - parent: 1 - - uid: 1030 + pos: -63.5,34.5 + parent: 2 + - uid: 4530 components: - type: Transform - pos: -83.5,35.5 - parent: 1 - - uid: 1067 + pos: -63.5,33.5 + parent: 2 + - uid: 4531 components: - type: Transform - pos: -15.5,-17.5 - parent: 1 - - uid: 1171 + pos: -63.5,32.5 + parent: 2 + - uid: 4532 components: - type: Transform - pos: -14.5,-11.5 - parent: 1 - - uid: 1186 + pos: -62.5,32.5 + parent: 2 + - uid: 4533 components: - type: Transform - pos: -8.5,12.5 - parent: 1 - - uid: 1262 + pos: -61.5,32.5 + parent: 2 + - uid: 4534 components: - type: Transform - pos: -85.5,35.5 - parent: 1 - - uid: 1267 + pos: -69.5,21.5 + parent: 2 + - uid: 4535 components: - type: Transform - pos: -89.5,36.5 - parent: 1 - - uid: 1268 + pos: -70.5,21.5 + parent: 2 + - uid: 4536 components: - type: Transform - pos: -89.5,37.5 - parent: 1 - - uid: 1273 + pos: -70.5,31.5 + parent: 2 + - uid: 4537 components: - type: Transform - pos: -89.5,38.5 - parent: 1 - - uid: 1292 + pos: -71.5,29.5 + parent: 2 + - uid: 4538 components: - type: Transform - pos: 9.5,29.5 - parent: 1 - - uid: 1293 + pos: -70.5,30.5 + parent: 2 + - uid: 4539 components: - type: Transform - pos: -3.5,-3.5 - parent: 1 - - uid: 1411 + pos: -70.5,28.5 + parent: 2 + - uid: 4540 components: - type: Transform - pos: 9.5,36.5 - parent: 1 - - uid: 1412 + pos: -71.5,31.5 + parent: 2 + - uid: 4541 components: - type: Transform - pos: 9.5,38.5 - parent: 1 - - uid: 1422 + pos: -71.5,28.5 + parent: 2 + - uid: 4542 components: - type: Transform - pos: 15.5,42.5 - parent: 1 - - uid: 1508 + pos: -69.5,22.5 + parent: 2 + - uid: 4543 components: - type: Transform - pos: -15.5,17.5 - parent: 1 - - uid: 1509 + pos: -71.5,31.5 + parent: 2 + - uid: 4544 components: - type: Transform - pos: -16.5,17.5 - parent: 1 - - uid: 1510 + pos: -71.5,30.5 + parent: 2 + - uid: 4545 components: - type: Transform - pos: -17.5,17.5 - parent: 1 - - uid: 1521 + pos: -70.5,29.5 + parent: 2 + - uid: 4546 components: - type: Transform - pos: 0.5,-16.5 - parent: 1 - - uid: 1675 + pos: -69.5,24.5 + parent: 2 + - uid: 4547 components: - type: Transform - pos: 10.5,-4.5 - parent: 1 - - uid: 1676 + pos: -71.5,21.5 + parent: 2 + - uid: 4548 components: - type: Transform - pos: 10.5,-3.5 - parent: 1 - - uid: 1677 + pos: -72.5,21.5 + parent: 2 + - uid: 4549 components: - type: Transform - pos: 10.5,-2.5 - parent: 1 - - uid: 1678 + pos: -73.5,21.5 + parent: 2 + - uid: 4550 components: - type: Transform - pos: 10.5,-1.5 - parent: 1 - - uid: 1679 + pos: -74.5,21.5 + parent: 2 + - uid: 4551 components: - type: Transform - pos: 10.5,-0.5 - parent: 1 - - uid: 1680 + pos: -74.5,22.5 + parent: 2 + - uid: 4552 components: - type: Transform - pos: 10.5,0.5 - parent: 1 - - uid: 1681 + pos: -74.5,23.5 + parent: 2 + - uid: 4553 components: - type: Transform - pos: 11.5,0.5 - parent: 1 - - uid: 1682 + pos: -74.5,24.5 + parent: 2 + - uid: 4554 components: - type: Transform - pos: 12.5,0.5 - parent: 1 - - uid: 1743 + pos: -75.5,24.5 + parent: 2 + - uid: 4555 components: - type: Transform - pos: -49.5,62.5 - parent: 1 - - uid: 1744 + pos: -76.5,24.5 + parent: 2 + - uid: 4556 components: - type: Transform - pos: 20.5,5.5 - parent: 1 - - uid: 1745 + pos: -77.5,24.5 + parent: 2 + - uid: 4557 components: - type: Transform - pos: 17.5,5.5 - parent: 1 - - uid: 1746 + pos: -78.5,24.5 + parent: 2 + - uid: 4558 components: - type: Transform - pos: 16.5,5.5 - parent: 1 - - uid: 1777 + pos: -81.5,27.5 + parent: 2 + - uid: 4559 components: - type: Transform - pos: 9.5,35.5 - parent: 1 - - uid: 1781 + pos: -82.5,27.5 + parent: 2 + - uid: 4560 components: - type: Transform - pos: 7.5,29.5 - parent: 1 - - uid: 1783 + pos: -83.5,27.5 + parent: 2 + - uid: 4561 components: - type: Transform - pos: 15.5,5.5 - parent: 1 - - uid: 1792 + pos: -84.5,27.5 + parent: 2 + - uid: 4562 components: - type: Transform - pos: 9.5,34.5 - parent: 1 - - uid: 1850 + pos: -79.5,24.5 + parent: 2 + - uid: 4563 components: - type: Transform - pos: 8.5,5.5 - parent: 1 - - uid: 1851 + pos: -80.5,24.5 + parent: 2 + - uid: 4564 components: - type: Transform - pos: 6.5,5.5 - parent: 1 - - uid: 1852 + pos: -80.5,25.5 + parent: 2 + - uid: 4565 components: - type: Transform - pos: 11.5,5.5 - parent: 1 - - uid: 1853 + pos: -81.5,25.5 + parent: 2 + - uid: 4566 components: - type: Transform - pos: 1.5,5.5 - parent: 1 - - uid: 1854 + pos: -82.5,25.5 + parent: 2 + - uid: 4567 components: - type: Transform - pos: 4.5,5.5 - parent: 1 - - uid: 1855 + pos: -71.5,34.5 + parent: 2 + - uid: 4568 components: - type: Transform - pos: 9.5,5.5 - parent: 1 - - uid: 1858 + pos: -70.5,34.5 + parent: 2 + - uid: 4569 components: - type: Transform - pos: 15.5,49.5 - parent: 1 - - uid: 1866 + pos: -69.5,34.5 + parent: 2 + - uid: 4570 components: - type: Transform - pos: -3.5,-15.5 - parent: 1 - - uid: 1888 + pos: -68.5,34.5 + parent: 2 + - uid: 4571 components: - type: Transform - pos: 9.5,33.5 - parent: 1 - - uid: 1932 + pos: -67.5,34.5 + parent: 2 + - uid: 4572 components: - type: Transform - pos: 18.5,5.5 - parent: 1 - - uid: 1978 + pos: -66.5,34.5 + parent: 2 + - uid: 4573 components: - type: Transform - pos: -11.5,58.5 - parent: 1 - - uid: 2016 + pos: -65.5,34.5 + parent: 2 + - uid: 4574 components: - type: Transform - pos: 12.5,5.5 - parent: 1 - - uid: 2065 + pos: -64.5,34.5 + parent: 2 + - uid: 4575 components: - type: Transform - pos: -4.5,20.5 - parent: 1 - - uid: 2108 + pos: -69.5,26.5 + parent: 2 + - uid: 4576 components: - type: Transform - pos: 13.5,5.5 - parent: 1 - - uid: 2167 + pos: -69.5,25.5 + parent: 2 + - uid: 4577 components: - type: Transform - pos: 19.5,5.5 - parent: 1 - - uid: 2188 + pos: -60.5,6.5 + parent: 2 + - uid: 4578 components: - type: Transform - pos: -4.5,17.5 - parent: 1 - - uid: 2189 + pos: -60.5,5.5 + parent: 2 + - uid: 4579 components: - type: Transform - pos: -3.5,17.5 - parent: 1 - - uid: 2190 + pos: -59.5,5.5 + parent: 2 + - uid: 4580 components: - type: Transform - pos: -3.5,18.5 - parent: 1 - - uid: 2191 + pos: -58.5,5.5 + parent: 2 + - uid: 4582 components: - type: Transform - pos: -3.5,19.5 - parent: 1 - - uid: 2192 + pos: -101.5,17.5 + parent: 2 + - uid: 4583 components: - type: Transform - pos: -3.5,20.5 - parent: 1 - - uid: 2193 + pos: -44.5,68.5 + parent: 2 + - uid: 4584 components: - type: Transform - pos: -3.5,21.5 - parent: 1 - - uid: 2194 + pos: 2.5,-14.5 + parent: 2 + - uid: 4585 components: - type: Transform - pos: -3.5,22.5 - parent: 1 - - uid: 2195 + pos: -16.5,64.5 + parent: 2 + - uid: 4586 components: - type: Transform - pos: -3.5,23.5 - parent: 1 - - uid: 2196 + pos: -85.5,27.5 + parent: 2 + - uid: 4587 components: - type: Transform - pos: -2.5,23.5 - parent: 1 - - uid: 2197 + pos: -85.5,20.5 + parent: 2 + - uid: 4588 components: - type: Transform - pos: -1.5,23.5 - parent: 1 - - uid: 2198 + pos: -86.5,20.5 + parent: 2 + - uid: 4589 components: - type: Transform - pos: -0.5,23.5 - parent: 1 - - uid: 2199 + pos: -87.5,20.5 + parent: 2 + - uid: 4590 components: - type: Transform - pos: 0.5,23.5 - parent: 1 - - uid: 2200 + pos: -85.5,23.5 + parent: 2 + - uid: 4591 components: - type: Transform - pos: 1.5,23.5 - parent: 1 - - uid: 2201 + pos: -84.5,23.5 + parent: 2 + - uid: 4592 components: - type: Transform - pos: 2.5,23.5 - parent: 1 - - uid: 2202 + pos: -84.5,22.5 + parent: 2 + - uid: 4593 components: - type: Transform - pos: 3.5,23.5 - parent: 1 - - uid: 2203 + pos: -84.5,21.5 + parent: 2 + - uid: 4594 components: - type: Transform - pos: 3.5,22.5 - parent: 1 - - uid: 2204 + pos: -84.5,20.5 + parent: 2 + - uid: 4595 components: - type: Transform - pos: 3.5,21.5 - parent: 1 - - uid: 2205 + pos: -86.5,23.5 + parent: 2 + - uid: 4596 components: - type: Transform - pos: 2.5,21.5 - parent: 1 - - uid: 2206 + pos: -86.5,24.5 + parent: 2 + - uid: 4597 components: - type: Transform - pos: 1.5,21.5 - parent: 1 - - uid: 2207 + pos: -86.5,25.5 + parent: 2 + - uid: 4598 components: - type: Transform - pos: 4.5,23.5 - parent: 1 - - uid: 2208 + pos: -86.5,26.5 + parent: 2 + - uid: 4599 components: - type: Transform - pos: 4.5,24.5 - parent: 1 - - uid: 2209 + pos: -86.5,27.5 + parent: 2 + - uid: 4606 components: - type: Transform - pos: 4.5,25.5 - parent: 1 - - uid: 2210 + pos: -89.5,27.5 + parent: 2 + - uid: 4607 components: - type: Transform - pos: 4.5,26.5 - parent: 1 - - uid: 2211 + pos: -90.5,17.5 + parent: 2 + - uid: 4610 components: - type: Transform - pos: 4.5,27.5 - parent: 1 - - uid: 2212 + pos: -105.5,27.5 + parent: 2 + - uid: 4626 components: - type: Transform - pos: 4.5,28.5 - parent: 1 - - uid: 2213 + pos: -89.5,24.5 + parent: 2 + - uid: 4627 components: - type: Transform - pos: 4.5,29.5 - parent: 1 - - uid: 2214 + pos: -89.5,18.5 + parent: 2 + - uid: 4630 components: - type: Transform - pos: 4.5,30.5 - parent: 1 - - uid: 2215 + pos: -103.5,33.5 + parent: 2 + - uid: 4633 components: - type: Transform - pos: 4.5,31.5 - parent: 1 - - uid: 2216 + pos: 2.5,-12.5 + parent: 2 + - uid: 4634 components: - type: Transform - pos: 4.5,32.5 - parent: 1 - - uid: 2217 + pos: -82.5,58.5 + parent: 2 + - uid: 4635 components: - type: Transform - pos: 4.5,33.5 - parent: 1 - - uid: 2218 + pos: -74.5,20.5 + parent: 2 + - uid: 4636 components: - type: Transform - pos: 4.5,34.5 - parent: 1 - - uid: 2219 + pos: -74.5,19.5 + parent: 2 + - uid: 4637 components: - type: Transform - pos: 4.5,35.5 - parent: 1 - - uid: 2237 + pos: -74.5,18.5 + parent: 2 + - uid: 4638 components: - type: Transform - pos: 21.5,5.5 - parent: 1 - - uid: 2330 + pos: -74.5,17.5 + parent: 2 + - uid: 4639 components: - type: Transform - pos: 6.5,29.5 - parent: 1 - - uid: 2394 + pos: -74.5,16.5 + parent: 2 + - uid: 4640 components: - type: Transform - pos: 9.5,37.5 - parent: 1 - - uid: 2398 + pos: -74.5,15.5 + parent: 2 + - uid: 4641 components: - type: Transform - pos: 5.5,29.5 - parent: 1 - - uid: 2516 + pos: -63.5,31.5 + parent: 2 + - uid: 4642 components: - type: Transform - pos: 23.5,9.5 - parent: 1 - - uid: 2517 + pos: -63.5,30.5 + parent: 2 + - uid: 4643 components: - type: Transform - pos: 22.5,9.5 - parent: 1 - - uid: 2518 + pos: -63.5,29.5 + parent: 2 + - uid: 4644 components: - type: Transform - pos: 22.5,10.5 - parent: 1 - - uid: 2607 + pos: -63.5,28.5 + parent: 2 + - uid: 4645 components: - type: Transform - pos: -10.5,14.5 - parent: 1 - - uid: 2671 + pos: -63.5,27.5 + parent: 2 + - uid: 4646 components: - type: Transform - pos: 9.5,30.5 - parent: 1 - - uid: 2687 + pos: -78.5,44.5 + parent: 2 + - uid: 4649 components: - type: Transform - pos: -5.5,17.5 - parent: 1 - - uid: 2688 + pos: -10.5,-1.5 + parent: 2 + - uid: 4650 components: - type: Transform - pos: -6.5,17.5 - parent: 1 - - uid: 2689 + pos: -78.5,47.5 + parent: 2 + - uid: 4651 components: - type: Transform - pos: -7.5,17.5 - parent: 1 - - uid: 2690 + pos: -9.5,-1.5 + parent: 2 + - uid: 4652 components: - type: Transform - pos: -8.5,17.5 - parent: 1 - - uid: 2691 + pos: -85.5,58.5 + parent: 2 + - uid: 4655 components: - type: Transform - pos: -9.5,17.5 - parent: 1 - - uid: 2692 + pos: -78.5,48.5 + parent: 2 + - uid: 4660 components: - type: Transform - pos: -9.5,18.5 - parent: 1 - - uid: 2698 + pos: -14.5,60.5 + parent: 2 + - uid: 4661 components: - type: Transform - pos: -10.5,17.5 - parent: 1 - - uid: 2766 + pos: -13.5,60.5 + parent: 2 + - uid: 4662 components: - type: Transform - pos: -36.5,55.5 - parent: 1 - - uid: 2774 + pos: -12.5,60.5 + parent: 2 + - uid: 4663 components: - type: Transform - pos: -9.5,14.5 - parent: 1 - - uid: 2798 + pos: -11.5,60.5 + parent: 2 + - uid: 4665 components: - type: Transform - pos: -64.5,58.5 - parent: 1 - - uid: 2802 + pos: -78.5,38.5 + parent: 2 + - uid: 4666 components: - type: Transform - pos: -18.5,17.5 - parent: 1 - - uid: 2805 + pos: -78.5,39.5 + parent: 2 + - uid: 4667 components: - type: Transform - pos: -64.5,57.5 - parent: 1 - - uid: 2808 + pos: -78.5,54.5 + parent: 2 + - uid: 4668 components: - type: Transform - pos: -19.5,17.5 - parent: 1 - - uid: 2938 + pos: -78.5,40.5 + parent: 2 + - uid: 4669 components: - type: Transform - pos: -20.5,19.5 - parent: 1 - - uid: 2944 + pos: -75.5,45.5 + parent: 2 + - uid: 4670 components: - type: Transform - pos: -16.5,-11.5 - parent: 1 - - uid: 3134 + pos: -78.5,46.5 + parent: 2 + - uid: 4671 components: - type: Transform - pos: -66.5,60.5 - parent: 1 - - uid: 3223 + pos: -74.5,50.5 + parent: 2 + - uid: 4672 components: - type: Transform - pos: -20.5,20.5 - parent: 1 - - uid: 3324 + pos: -67.5,21.5 + parent: 2 + - uid: 4673 components: - type: Transform - pos: -20.5,21.5 - parent: 1 - - uid: 3325 + pos: -76.5,34.5 + parent: 2 + - uid: 4674 components: - type: Transform - pos: -21.5,21.5 - parent: 1 - - uid: 3326 + pos: -78.5,34.5 + parent: 2 + - uid: 4675 components: - type: Transform - pos: -22.5,21.5 - parent: 1 - - uid: 3327 + pos: -78.5,32.5 + parent: 2 + - uid: 4676 components: - type: Transform - pos: -23.5,21.5 - parent: 1 - - uid: 3328 + pos: -79.5,28.5 + parent: 2 + - uid: 4677 components: - type: Transform - pos: -24.5,21.5 - parent: 1 - - uid: 3329 + pos: -78.5,31.5 + parent: 2 + - uid: 4678 components: - type: Transform - pos: -24.5,20.5 - parent: 1 - - uid: 3330 + pos: -79.5,29.5 + parent: 2 + - uid: 4679 components: - type: Transform - pos: -24.5,19.5 - parent: 1 - - uid: 3446 + pos: -81.5,35.5 + parent: 2 + - uid: 4680 components: - type: Transform - pos: -7.5,55.5 - parent: 1 - - uid: 3464 + pos: -77.5,34.5 + parent: 2 + - uid: 4681 components: - type: Transform - pos: -66.5,59.5 - parent: 1 - - uid: 3610 + pos: -78.5,35.5 + parent: 2 + - uid: 4682 components: - type: Transform - pos: -11.5,57.5 - parent: 1 - - uid: 3616 + pos: -25.5,41.5 + parent: 2 + - uid: 4683 components: - type: Transform - pos: -77.5,34.5 - parent: 1 - - uid: 3632 + pos: -11.5,-1.5 + parent: 2 + - uid: 4684 components: - type: Transform - pos: -80.5,35.5 - parent: 1 - - uid: 3647 + pos: -12.5,-1.5 + parent: 2 + - uid: 4685 components: - type: Transform - pos: -81.5,35.5 - parent: 1 - - uid: 3648 + pos: -7.5,-1.5 + parent: 2 + - uid: 4686 components: - type: Transform - pos: -81.5,22.5 - parent: 1 - - uid: 3668 + pos: -0.5,0.5 + parent: 2 + - uid: 4687 components: - type: Transform - pos: -78.5,34.5 - parent: 1 - - uid: 3682 + pos: 11.5,-9.5 + parent: 2 + - uid: 4688 components: - type: Transform - pos: -31.5,-6.5 - parent: 1 - - uid: 3854 + pos: 0.5,-19.5 + parent: 2 + - uid: 4689 components: - type: Transform - pos: -38.5,-6.5 - parent: 1 - - uid: 3934 + pos: 2.5,-13.5 + parent: 2 + - uid: 4690 components: - type: Transform - pos: -24.5,-3.5 - parent: 1 - - uid: 3935 + pos: -79.5,58.5 + parent: 2 + - uid: 4691 components: - type: Transform - pos: -24.5,-4.5 - parent: 1 - - uid: 3936 + pos: 2.5,-8.5 + parent: 2 + - uid: 4692 components: - type: Transform - pos: -23.5,-4.5 - parent: 1 - - uid: 3937 + pos: 21.5,26.5 + parent: 2 + - uid: 4693 components: - type: Transform - pos: -22.5,-4.5 - parent: 1 - - uid: 3938 + pos: 22.5,26.5 + parent: 2 + - uid: 4694 components: - type: Transform - pos: -21.5,-4.5 - parent: 1 - - uid: 3939 + pos: 20.5,26.5 + parent: 2 + - uid: 4695 components: - type: Transform - pos: -21.5,-5.5 - parent: 1 - - uid: 3940 + pos: 19.5,26.5 + parent: 2 + - uid: 4696 components: - type: Transform - pos: -21.5,-6.5 - parent: 1 - - uid: 3941 + pos: 18.5,26.5 + parent: 2 + - uid: 4697 components: - type: Transform - pos: -21.5,-7.5 - parent: 1 - - uid: 3942 + pos: 17.5,26.5 + parent: 2 + - uid: 4698 components: - type: Transform - pos: -22.5,-7.5 - parent: 1 - - uid: 3943 + pos: 16.5,26.5 + parent: 2 + - uid: 4699 components: - type: Transform - pos: -23.5,-7.5 - parent: 1 - - uid: 3944 + pos: 15.5,26.5 + parent: 2 + - uid: 4700 components: - type: Transform - pos: -24.5,-7.5 - parent: 1 - - uid: 3945 + pos: 14.5,26.5 + parent: 2 + - uid: 4701 components: - type: Transform - pos: -25.5,-7.5 - parent: 1 - - uid: 3946 + pos: 14.5,25.5 + parent: 2 + - uid: 4702 components: - type: Transform - pos: -26.5,-7.5 - parent: 1 - - uid: 3947 + pos: 14.5,24.5 + parent: 2 + - uid: 4703 components: - type: Transform - pos: -26.5,-6.5 - parent: 1 - - uid: 3948 + pos: 14.5,23.5 + parent: 2 + - uid: 4704 components: - type: Transform - pos: -26.5,-5.5 - parent: 1 - - uid: 3949 + pos: 14.5,22.5 + parent: 2 + - uid: 4705 components: - type: Transform - pos: -26.5,-4.5 - parent: 1 - - uid: 3950 + pos: 14.5,21.5 + parent: 2 + - uid: 4706 components: - type: Transform - pos: -26.5,-3.5 - parent: 1 - - uid: 3951 + pos: 14.5,20.5 + parent: 2 + - uid: 4707 components: - type: Transform - pos: -26.5,-2.5 - parent: 1 - - uid: 3952 + pos: 14.5,19.5 + parent: 2 + - uid: 4708 components: - type: Transform - pos: -27.5,-2.5 - parent: 1 - - uid: 3953 + pos: 14.5,18.5 + parent: 2 + - uid: 4709 components: - type: Transform - pos: -27.5,-6.5 - parent: 1 - - uid: 3954 + pos: 13.5,9.5 + parent: 2 + - uid: 4710 components: - type: Transform - pos: -28.5,-6.5 - parent: 1 - - uid: 3955 + pos: 12.5,9.5 + parent: 2 + - uid: 4711 components: - type: Transform - pos: -29.5,-6.5 - parent: 1 - - uid: 3956 + pos: 11.5,9.5 + parent: 2 + - uid: 4712 components: - type: Transform - pos: -30.5,-6.5 - parent: 1 - - uid: 3957 + pos: 10.5,9.5 + parent: 2 + - uid: 4713 components: - type: Transform - pos: -37.5,-6.5 - parent: 1 - - uid: 3973 + pos: 9.5,9.5 + parent: 2 + - uid: 4714 components: - type: Transform - pos: -40.5,-5.5 - parent: 1 - - uid: 3974 + pos: 8.5,9.5 + parent: 2 + - uid: 4715 components: - type: Transform - pos: -41.5,-5.5 - parent: 1 - - uid: 3975 + pos: 7.5,9.5 + parent: 2 + - uid: 4716 components: - type: Transform - pos: -42.5,-5.5 - parent: 1 - - uid: 4115 + pos: 6.5,9.5 + parent: 2 + - uid: 4717 components: - type: Transform - pos: 15.5,48.5 - parent: 1 - - uid: 4169 + pos: 5.5,9.5 + parent: 2 + - uid: 4718 components: - type: Transform - pos: -25.5,45.5 - parent: 1 - - uid: 4239 + pos: 4.5,9.5 + parent: 2 + - uid: 4719 components: - type: Transform - pos: -79.5,35.5 - parent: 1 - - uid: 4269 + pos: 3.5,9.5 + parent: 2 + - uid: 4720 components: - type: Transform - pos: -25.5,48.5 - parent: 1 - - uid: 4284 - components: + pos: 3.5,10.5 + parent: 2 + - uid: 4721 + components: - type: Transform - pos: -41.5,14.5 - parent: 1 - - uid: 4328 + pos: 3.5,11.5 + parent: 2 + - uid: 4722 components: - type: Transform - pos: -40.5,15.5 - parent: 1 - - uid: 4329 + pos: 3.5,12.5 + parent: 2 + - uid: 4723 components: - type: Transform - pos: -41.5,15.5 - parent: 1 - - uid: 4349 + pos: 2.5,12.5 + parent: 2 + - uid: 4724 components: - type: Transform - pos: -41.5,13.5 - parent: 1 - - uid: 4350 + pos: 1.5,12.5 + parent: 2 + - uid: 4725 components: - type: Transform - pos: -41.5,12.5 - parent: 1 - - uid: 4351 + pos: 0.5,12.5 + parent: 2 + - uid: 4726 components: - type: Transform - pos: -42.5,14.5 - parent: 1 - - uid: 4352 + pos: -0.5,12.5 + parent: 2 + - uid: 4727 components: - type: Transform - pos: -43.5,14.5 - parent: 1 - - uid: 4353 + pos: -1.5,12.5 + parent: 2 + - uid: 4728 components: - type: Transform - pos: -44.5,14.5 - parent: 1 - - uid: 4354 + pos: -2.5,12.5 + parent: 2 + - uid: 4729 components: - type: Transform - pos: -45.5,14.5 - parent: 1 - - uid: 4355 + pos: -3.5,12.5 + parent: 2 + - uid: 4730 components: - type: Transform - pos: -46.5,14.5 - parent: 1 - - uid: 4356 + pos: -4.5,12.5 + parent: 2 + - uid: 4731 components: - type: Transform - pos: -47.5,14.5 - parent: 1 - - uid: 4357 + pos: 1.5,-19.5 + parent: 2 + - uid: 4732 components: - type: Transform - pos: -48.5,14.5 - parent: 1 - - uid: 4358 + pos: -4.5,0.5 + parent: 2 + - uid: 4733 components: - type: Transform - pos: -49.5,14.5 - parent: 1 - - uid: 4359 + pos: -2.5,0.5 + parent: 2 + - uid: 4734 components: - type: Transform - pos: -50.5,14.5 - parent: 1 - - uid: 4360 + pos: -81.5,59.5 + parent: 2 + - uid: 4738 components: - type: Transform - pos: -50.5,15.5 - parent: 1 - - uid: 4361 + pos: -78.5,43.5 + parent: 2 + - uid: 4739 components: - type: Transform - pos: -50.5,16.5 - parent: 1 - - uid: 4362 + pos: -71.5,52.5 + parent: 2 + - uid: 4740 components: - type: Transform - pos: -50.5,17.5 - parent: 1 - - uid: 4363 + pos: -68.5,52.5 + parent: 2 + - uid: 4741 components: - type: Transform - pos: -50.5,18.5 - parent: 1 - - uid: 4364 + pos: -70.5,52.5 + parent: 2 + - uid: 4742 components: - type: Transform - pos: -50.5,19.5 - parent: 1 - - uid: 4365 + pos: -105.5,30.5 + parent: 2 + - uid: 4744 components: - type: Transform - pos: -50.5,20.5 - parent: 1 - - uid: 4366 + pos: -78.5,58.5 + parent: 2 + - uid: 4745 components: - type: Transform - pos: -50.5,21.5 - parent: 1 - - uid: 4367 + pos: -82.5,35.5 + parent: 2 + - uid: 4746 components: - type: Transform - pos: -49.5,21.5 - parent: 1 - - uid: 4368 + pos: -78.5,37.5 + parent: 2 + - uid: 4747 components: - type: Transform - pos: -48.5,21.5 - parent: 1 - - uid: 4369 + pos: -78.5,45.5 + parent: 2 + - uid: 4748 components: - type: Transform - pos: -47.5,21.5 - parent: 1 - - uid: 4370 + pos: -69.5,52.5 + parent: 2 + - uid: 4749 components: - type: Transform - pos: -46.5,21.5 - parent: 1 - - uid: 4371 + pos: -77.5,45.5 + parent: 2 + - uid: 4750 components: - type: Transform - pos: -45.5,21.5 - parent: 1 - - uid: 4372 + pos: -73.5,52.5 + parent: 2 + - uid: 4751 components: - type: Transform - pos: -44.5,21.5 - parent: 1 - - uid: 4373 + pos: -79.5,59.5 + parent: 2 + - uid: 4754 components: - type: Transform - pos: -43.5,21.5 - parent: 1 - - uid: 4374 + pos: -89.5,31.5 + parent: 2 + - uid: 4755 components: - type: Transform - pos: -42.5,21.5 - parent: 1 - - uid: 4375 + pos: -75.5,34.5 + parent: 2 + - uid: 4756 components: - type: Transform - pos: -41.5,21.5 - parent: 1 - - uid: 4376 + pos: -78.5,36.5 + parent: 2 + - uid: 4757 components: - type: Transform - pos: -40.5,21.5 - parent: 1 - - uid: 4377 + pos: -81.5,33.5 + parent: 2 + - uid: 4760 components: - type: Transform - pos: -40.5,20.5 - parent: 1 - - uid: 4432 + pos: -89.5,22.5 + parent: 2 + - uid: 4762 components: - type: Transform - pos: -46.5,25.5 - parent: 1 - - uid: 4501 + pos: -8.5,60.5 + parent: 2 + - uid: 4763 components: - type: Transform - pos: -49.5,65.5 - parent: 1 - - uid: 4562 + pos: -8.5,61.5 + parent: 2 + - uid: 4764 components: - type: Transform - pos: -65.5,57.5 - parent: 1 - - uid: 4570 + pos: -8.5,62.5 + parent: 2 + - uid: 4765 components: - type: Transform - pos: -44.5,27.5 - parent: 1 - - uid: 4577 + pos: -8.5,63.5 + parent: 2 + - uid: 4766 components: - type: Transform - pos: -65.5,60.5 - parent: 1 - - uid: 4602 + pos: -7.5,63.5 + parent: 2 + - uid: 4767 components: - type: Transform - pos: -44.5,26.5 - parent: 1 - - uid: 4603 + pos: -7.5,61.5 + parent: 2 + - uid: 4768 components: - type: Transform - pos: -44.5,25.5 - parent: 1 - - uid: 4604 + pos: -6.5,61.5 + parent: 2 + - uid: 4769 components: - type: Transform - pos: -44.5,24.5 - parent: 1 - - uid: 4605 + pos: -5.5,61.5 + parent: 2 + - uid: 4770 components: - type: Transform - pos: -44.5,23.5 - parent: 1 - - uid: 4606 + pos: -4.5,61.5 + parent: 2 + - uid: 4771 components: - type: Transform - pos: -45.5,27.5 - parent: 1 - - uid: 4607 + pos: -3.5,61.5 + parent: 2 + - uid: 4772 components: - type: Transform - pos: -46.5,27.5 - parent: 1 - - uid: 4609 + pos: -2.5,61.5 + parent: 2 + - uid: 4773 components: - type: Transform - pos: -51.5,14.5 - parent: 1 - - uid: 4694 + pos: -5.5,62.5 + parent: 2 + - uid: 4774 components: - type: Transform - pos: -45.5,9.5 - parent: 1 - - uid: 4695 + pos: -5.5,63.5 + parent: 2 + - uid: 4775 components: - type: Transform - pos: -44.5,13.5 - parent: 1 - - uid: 4696 + pos: -4.5,63.5 + parent: 2 + - uid: 4776 components: - type: Transform - pos: -44.5,12.5 - parent: 1 - - uid: 4697 + pos: -71.5,26.5 + parent: 2 + - uid: 4777 components: - type: Transform - pos: -44.5,11.5 - parent: 1 - - uid: 4698 + pos: -71.5,25.5 + parent: 2 + - uid: 4778 components: - type: Transform - pos: -44.5,10.5 - parent: 1 - - uid: 4699 + pos: 17.5,46.5 + parent: 2 + - uid: 4779 components: - type: Transform - pos: -44.5,9.5 - parent: 1 - - uid: 4710 + pos: -7.5,24.5 + parent: 2 + - uid: 4780 components: - type: Transform - pos: -7.5,56.5 - parent: 1 - - uid: 4739 + pos: -73.5,18.5 + parent: 2 + - uid: 4781 components: - type: Transform - pos: -46.5,24.5 - parent: 1 - - uid: 4740 + pos: -36.5,56.5 + parent: 2 + - uid: 4782 components: - type: Transform - pos: -46.5,23.5 - parent: 1 - - uid: 5047 + pos: -36.5,57.5 + parent: 2 + - uid: 4783 components: - type: Transform - pos: -88.5,20.5 - parent: 1 - - uid: 5079 + pos: -36.5,58.5 + parent: 2 + - uid: 4784 components: - type: Transform - pos: -40.5,-6.5 - parent: 1 - - uid: 5080 + pos: -36.5,59.5 + parent: 2 + - uid: 4785 components: - type: Transform - pos: -40.5,-7.5 - parent: 1 - - uid: 5081 + pos: -36.5,60.5 + parent: 2 + - uid: 4786 components: - type: Transform - pos: -40.5,-8.5 - parent: 1 - - uid: 5082 + pos: -36.5,61.5 + parent: 2 + - uid: 4787 components: - type: Transform - pos: -40.5,-9.5 - parent: 1 - - uid: 5083 + pos: -36.5,62.5 + parent: 2 + - uid: 4788 components: - type: Transform - pos: -41.5,-9.5 - parent: 1 - - uid: 5084 + pos: -36.5,63.5 + parent: 2 + - uid: 4789 components: - type: Transform - pos: -42.5,-9.5 - parent: 1 - - uid: 5085 + pos: -36.5,64.5 + parent: 2 + - uid: 4790 components: - type: Transform - pos: -43.5,-9.5 - parent: 1 - - uid: 5086 + pos: -36.5,65.5 + parent: 2 + - uid: 4791 components: - type: Transform - pos: -44.5,-9.5 - parent: 1 - - uid: 5087 + pos: -36.5,66.5 + parent: 2 + - uid: 4792 components: - type: Transform - pos: -45.5,-9.5 - parent: 1 - - uid: 5088 + pos: -36.5,67.5 + parent: 2 + - uid: 4793 components: - type: Transform - pos: -46.5,-9.5 - parent: 1 - - uid: 5089 + pos: -36.5,68.5 + parent: 2 + - uid: 4794 components: - type: Transform - pos: -47.5,-9.5 - parent: 1 - - uid: 5090 + pos: -36.5,69.5 + parent: 2 + - uid: 4795 components: - type: Transform - pos: -48.5,-9.5 - parent: 1 - - uid: 5091 + pos: -37.5,69.5 + parent: 2 + - uid: 4796 components: - type: Transform - pos: -49.5,-9.5 - parent: 1 - - uid: 5092 + pos: -38.5,69.5 + parent: 2 + - uid: 4797 components: - type: Transform - pos: -50.5,-9.5 - parent: 1 - - uid: 5093 + pos: -39.5,69.5 + parent: 2 + - uid: 4798 components: - type: Transform - pos: -51.5,-9.5 - parent: 1 - - uid: 5094 + pos: -40.5,69.5 + parent: 2 + - uid: 4799 components: - type: Transform - pos: -52.5,-9.5 - parent: 1 - - uid: 5095 + pos: -41.5,69.5 + parent: 2 + - uid: 4800 components: - type: Transform - pos: -53.5,-9.5 - parent: 1 - - uid: 5096 + pos: -42.5,69.5 + parent: 2 + - uid: 4801 components: - type: Transform - pos: -54.5,-9.5 - parent: 1 - - uid: 5097 + pos: -43.5,69.5 + parent: 2 + - uid: 4802 components: - type: Transform - pos: -55.5,-9.5 - parent: 1 - - uid: 5098 + pos: -44.5,69.5 + parent: 2 + - uid: 4803 components: - type: Transform - pos: -56.5,-9.5 - parent: 1 - - uid: 5099 + pos: -44.5,58.5 + parent: 2 + - uid: 4804 components: - type: Transform - pos: -56.5,-8.5 - parent: 1 - - uid: 5100 + pos: -41.5,57.5 + parent: 2 + - uid: 4805 components: - type: Transform - pos: -56.5,-7.5 - parent: 1 - - uid: 5101 + pos: -37.5,57.5 + parent: 2 + - uid: 4806 components: - type: Transform - pos: -55.5,-7.5 - parent: 1 - - uid: 5104 + pos: -38.5,57.5 + parent: 2 + - uid: 4807 components: - type: Transform - pos: -76.5,34.5 - parent: 1 - - uid: 5166 + pos: -40.5,58.5 + parent: 2 + - uid: 4808 components: - type: Transform - pos: -71.5,25.5 - parent: 1 - - uid: 5245 + pos: -38.5,59.5 + parent: 2 + - uid: 4809 components: - type: Transform - pos: 15.5,47.5 - parent: 1 - - uid: 5307 + pos: -39.5,58.5 + parent: 2 + - uid: 4810 components: - type: Transform - pos: -63.5,58.5 - parent: 1 - - uid: 5309 + pos: -43.5,58.5 + parent: 2 + - uid: 4811 components: - type: Transform - pos: -66.5,57.5 - parent: 1 - - uid: 5311 + pos: -41.5,58.5 + parent: 2 + - uid: 4812 components: - type: Transform - pos: -66.5,58.5 - parent: 1 - - uid: 5335 + pos: -38.5,58.5 + parent: 2 + - uid: 4813 components: - type: Transform - pos: 15.5,44.5 - parent: 1 - - uid: 5414 + pos: -43.5,57.5 + parent: 2 + - uid: 4814 components: - type: Transform - pos: -4.5,-0.5 - parent: 1 - - uid: 5415 + pos: -42.5,57.5 + parent: 2 + - uid: 4815 components: - type: Transform - pos: -5.5,-1.5 - parent: 1 - - uid: 5588 + pos: 0.5,-18.5 + parent: 2 + - uid: 4816 components: - type: Transform - pos: -44.5,22.5 - parent: 1 - - uid: 5589 + pos: 0.5,-15.5 + parent: 2 + - uid: 4817 components: - type: Transform - pos: -46.5,22.5 - parent: 1 - - uid: 5632 + pos: 2.5,-15.5 + parent: 2 + - uid: 4818 components: - type: Transform - pos: -8.5,13.5 - parent: 1 - - uid: 5684 + pos: 3.5,-19.5 + parent: 2 + - uid: 4819 components: - type: Transform - pos: -25.5,49.5 - parent: 1 - - uid: 5739 + pos: 0.5,-0.5 + parent: 2 + - uid: 4820 components: - type: Transform - pos: -25.5,47.5 - parent: 1 - - uid: 5816 + pos: -81.5,34.5 + parent: 2 + - uid: 4821 components: - type: Transform - pos: -9.5,55.5 - parent: 1 - - uid: 5829 + pos: -80.5,32.5 + parent: 2 + - uid: 4822 components: - type: Transform - pos: -10.5,55.5 - parent: 1 - - uid: 5832 + pos: -79.5,32.5 + parent: 2 + - uid: 4823 components: - type: Transform - pos: -11.5,55.5 - parent: 1 - - uid: 5833 + pos: -78.5,61.5 + parent: 2 + - uid: 4824 components: - type: Transform - pos: -23.5,42.5 - parent: 1 - - uid: 5836 + pos: -74.5,52.5 + parent: 2 + - uid: 4825 components: - type: Transform - pos: 22.5,18.5 - parent: 1 - - uid: 5875 + pos: -74.5,47.5 + parent: 2 + - uid: 4826 components: - type: Transform - pos: -8.5,55.5 - parent: 1 - - uid: 5949 + pos: -81.5,32.5 + parent: 2 + - uid: 4827 components: - type: Transform - pos: -4.5,56.5 - parent: 1 - - uid: 5954 + pos: -74.5,49.5 + parent: 2 + - uid: 4828 components: - type: Transform - pos: -5.5,56.5 - parent: 1 - - uid: 5957 + pos: -81.5,61.5 + parent: 2 + - uid: 4829 components: - type: Transform - pos: -6.5,56.5 - parent: 1 - - uid: 5992 + pos: -83.5,35.5 + parent: 2 + - uid: 4830 components: - type: Transform - pos: -18.5,-7.5 - parent: 1 - - uid: 5993 + pos: -81.5,60.5 + parent: 2 + - uid: 4831 components: - type: Transform - pos: -17.5,-7.5 - parent: 1 - - uid: 5994 + pos: 0.5,-2.5 + parent: 2 + - uid: 4832 components: - type: Transform - pos: -16.5,-8.5 - parent: 1 - - uid: 5995 + pos: -78.5,42.5 + parent: 2 + - uid: 4833 components: - type: Transform - pos: -16.5,-9.5 - parent: 1 - - uid: 6039 + pos: -78.5,49.5 + parent: 2 + - uid: 4834 components: - type: Transform - pos: 23.5,18.5 - parent: 1 - - uid: 6200 + pos: -78.5,41.5 + parent: 2 + - uid: 4835 components: - type: Transform - pos: 18.5,46.5 - parent: 1 - - uid: 6201 + pos: -79.5,60.5 + parent: 2 + - uid: 4836 components: - type: Transform - pos: 17.5,46.5 - parent: 1 - - uid: 6202 + pos: -79.5,61.5 + parent: 2 + - uid: 4837 components: - type: Transform - pos: 16.5,45.5 - parent: 1 - - uid: 6433 + pos: -77.5,61.5 + parent: 2 + - uid: 4838 components: - type: Transform - pos: -11.5,56.5 - parent: 1 - - uid: 6547 + pos: -80.5,60.5 + parent: 2 + - uid: 4839 components: - type: Transform - pos: -3.5,56.5 - parent: 1 - - uid: 7007 + pos: -76.5,63.5 + parent: 2 + - uid: 4840 components: - type: Transform - pos: -25.5,46.5 - parent: 1 - - uid: 7019 + pos: -74.5,46.5 + parent: 2 + - uid: 4841 components: - type: Transform - pos: -16.5,-7.5 - parent: 1 - - uid: 7062 + pos: -83.5,61.5 + parent: 2 + - uid: 4842 components: - type: Transform - pos: -18.5,-6.5 - parent: 1 - - uid: 7096 + pos: -77.5,66.5 + parent: 2 + - uid: 4843 components: - type: Transform - pos: -20.5,22.5 - parent: 1 - - uid: 7154 + pos: -77.5,65.5 + parent: 2 + - uid: 4844 components: - type: Transform - pos: -25.5,44.5 - parent: 1 - - uid: 7165 + pos: -78.5,53.5 + parent: 2 + - uid: 4845 components: - type: Transform - pos: -25.5,42.5 - parent: 1 - - uid: 7219 + pos: -75.5,59.5 + parent: 2 + - uid: 4846 components: - type: Transform - pos: 24.5,18.5 - parent: 1 - - uid: 7344 + pos: -82.5,61.5 + parent: 2 + - uid: 4847 components: - type: Transform - pos: 26.5,18.5 - parent: 1 - - uid: 7346 + pos: -76.5,65.5 + parent: 2 + - uid: 4848 components: - type: Transform - pos: 25.5,18.5 - parent: 1 - - uid: 7402 + pos: -61.5,27.5 + parent: 2 + - uid: 4849 components: - type: Transform - pos: -74.5,46.5 - parent: 1 - - uid: 7574 + pos: -61.5,25.5 + parent: 2 + - uid: 4850 components: - type: Transform - pos: -25.5,39.5 - parent: 1 - - uid: 7808 + pos: -61.5,24.5 + parent: 2 + - uid: 4851 components: - type: Transform - pos: -53.5,85.5 - parent: 1 - - uid: 7809 + pos: -61.5,23.5 + parent: 2 + - uid: 4852 components: - type: Transform - pos: -52.5,85.5 - parent: 1 - - uid: 7810 + pos: -61.5,22.5 + parent: 2 + - uid: 4853 components: - type: Transform - pos: -51.5,85.5 - parent: 1 - - uid: 7811 + pos: -61.5,20.5 + parent: 2 + - uid: 4854 components: - type: Transform - pos: -50.5,85.5 - parent: 1 - - uid: 7812 + pos: -61.5,19.5 + parent: 2 + - uid: 4855 components: - type: Transform - pos: -50.5,84.5 - parent: 1 - - uid: 7813 + pos: -61.5,18.5 + parent: 2 + - uid: 4856 components: - type: Transform - pos: -50.5,83.5 - parent: 1 - - uid: 7814 + pos: -61.5,21.5 + parent: 2 + - uid: 4857 components: - type: Transform - pos: -50.5,82.5 - parent: 1 - - uid: 7815 + pos: -77.5,67.5 + parent: 2 + - uid: 4858 components: - type: Transform - pos: -50.5,81.5 - parent: 1 - - uid: 7816 + pos: -76.5,61.5 + parent: 2 + - uid: 4859 components: - type: Transform - pos: -50.5,80.5 - parent: 1 - - uid: 7817 + pos: -76.5,62.5 + parent: 2 + - uid: 4860 components: - type: Transform - pos: -50.5,79.5 - parent: 1 - - uid: 7818 + pos: -76.5,64.5 + parent: 2 + - uid: 4861 components: - type: Transform - pos: -50.5,78.5 - parent: 1 - - uid: 7819 + pos: -78.5,56.5 + parent: 2 + - uid: 4862 components: - type: Transform - pos: -50.5,77.5 - parent: 1 - - uid: 7820 + pos: -78.5,55.5 + parent: 2 + - uid: 4863 components: - type: Transform - pos: -50.5,76.5 - parent: 1 - - uid: 7821 + pos: -78.5,57.5 + parent: 2 + - uid: 4864 components: - type: Transform - pos: -50.5,75.5 - parent: 1 - - uid: 7822 + pos: -78.5,52.5 + parent: 2 + - uid: 4865 components: - type: Transform - pos: -50.5,74.5 - parent: 1 - - uid: 7823 + pos: -78.5,50.5 + parent: 2 + - uid: 4866 components: - type: Transform - pos: -50.5,73.5 - parent: 1 - - uid: 7824 + pos: -78.5,51.5 + parent: 2 + - uid: 4867 components: - type: Transform - pos: -50.5,72.5 - parent: 1 - - uid: 7825 + pos: -84.5,61.5 + parent: 2 + - uid: 4868 components: - type: Transform - pos: -50.5,71.5 - parent: 1 - - uid: 7826 + pos: -76.5,67.5 + parent: 2 + - uid: 4869 components: - type: Transform - pos: -50.5,70.5 - parent: 1 - - uid: 7827 + pos: -75.5,67.5 + parent: 2 + - uid: 4870 components: - type: Transform - pos: -50.5,69.5 - parent: 1 - - uid: 7828 + pos: -75.5,66.5 + parent: 2 + - uid: 4871 components: - type: Transform - pos: -50.5,68.5 - parent: 1 - - uid: 7829 + pos: -75.5,65.5 + parent: 2 + - uid: 4872 components: - type: Transform - pos: -50.5,67.5 - parent: 1 - - uid: 7830 + pos: -85.5,65.5 + parent: 2 + - uid: 4873 components: - type: Transform - pos: -50.5,66.5 - parent: 1 - - uid: 7831 + pos: -85.5,66.5 + parent: 2 + - uid: 4874 components: - type: Transform - pos: -50.5,65.5 - parent: 1 - - uid: 7832 + pos: -85.5,67.5 + parent: 2 + - uid: 4875 components: - type: Transform - pos: -50.5,64.5 - parent: 1 - - uid: 7836 + pos: -84.5,67.5 + parent: 2 + - uid: 4876 components: - type: Transform - pos: -50.5,63.5 - parent: 1 - - uid: 7841 + pos: -83.5,67.5 + parent: 2 + - uid: 4877 components: - type: Transform - pos: -50.5,62.5 - parent: 1 - - uid: 7845 + pos: -83.5,66.5 + parent: 2 + - uid: 4878 components: - type: Transform - pos: -50.5,61.5 - parent: 1 - - uid: 7847 + pos: -83.5,65.5 + parent: 2 + - uid: 4879 components: - type: Transform - pos: -50.5,59.5 - parent: 1 - - uid: 7848 + pos: -84.5,65.5 + parent: 2 + - uid: 4880 components: - type: Transform - pos: -50.5,58.5 - parent: 1 - - uid: 7850 + pos: -84.5,64.5 + parent: 2 + - uid: 4881 components: - type: Transform - pos: -50.5,57.5 - parent: 1 - - uid: 7851 + pos: -84.5,63.5 + parent: 2 + - uid: 4882 components: - type: Transform - pos: -50.5,56.5 - parent: 1 - - uid: 7852 + pos: -84.5,62.5 + parent: 2 + - uid: 4883 components: - type: Transform - pos: -51.5,56.5 - parent: 1 - - uid: 7853 + pos: -84.5,61.5 + parent: 2 + - uid: 4884 components: - type: Transform - pos: -52.5,56.5 - parent: 1 - - uid: 7854 + pos: -76.5,61.5 + parent: 2 + - uid: 4885 components: - type: Transform - pos: -53.5,56.5 - parent: 1 - - uid: 7855 + pos: -86.5,60.5 + parent: 2 + - uid: 4886 components: - type: Transform - pos: -54.5,56.5 - parent: 1 - - uid: 7856 + pos: -86.5,60.5 + parent: 2 + - uid: 4887 components: - type: Transform - pos: -55.5,56.5 - parent: 1 - - uid: 7857 + pos: -86.5,61.5 + parent: 2 + - uid: 4888 components: - type: Transform - pos: -56.5,56.5 - parent: 1 - - uid: 7858 + pos: -86.5,62.5 + parent: 2 + - uid: 4889 components: - type: Transform - pos: -57.5,56.5 - parent: 1 - - uid: 7859 + pos: -86.5,59.5 + parent: 2 + - uid: 4890 components: - type: Transform - pos: -58.5,56.5 - parent: 1 - - uid: 7867 + pos: -85.5,59.5 + parent: 2 + - uid: 4916 components: - type: Transform - pos: 15.5,45.5 - parent: 1 - - uid: 8077 + pos: -102.5,17.5 + parent: 2 + - uid: 5297 components: - type: Transform - pos: -17.5,-15.5 - parent: 1 - - uid: 8575 + pos: -97.5,33.5 + parent: 2 + - uid: 5298 components: - type: Transform - pos: -14.5,-14.5 - parent: 1 - - uid: 8622 + pos: -100.5,33.5 + parent: 2 + - uid: 5343 components: - type: Transform - pos: -15.5,-15.5 - parent: 1 - - uid: 8624 + pos: -94.5,33.5 + parent: 2 + - uid: 5344 components: - type: Transform - pos: -13.5,2.5 - parent: 1 - - uid: 8780 + pos: -95.5,17.5 + parent: 2 + - uid: 5362 components: - type: Transform - pos: -50.5,60.5 - parent: 1 - - uid: 8942 + pos: -90.5,26.5 + parent: 2 + - uid: 5364 components: - type: Transform - pos: -51.5,60.5 - parent: 1 - - uid: 8943 + pos: -105.5,23.5 + parent: 2 + - uid: 5366 components: - type: Transform - pos: -52.5,60.5 - parent: 1 - - uid: 8944 + pos: -105.5,33.5 + parent: 2 + - uid: 5367 components: - type: Transform - pos: -53.5,60.5 - parent: 1 - - uid: 8945 + pos: -98.5,17.5 + parent: 2 + - uid: 5368 components: - type: Transform - pos: -54.5,60.5 - parent: 1 - - uid: 8946 + pos: -104.5,17.5 + parent: 2 + - uid: 5371 components: - type: Transform - pos: -55.5,60.5 - parent: 1 - - uid: 8947 + pos: -105.5,19.5 + parent: 2 + - uid: 5372 components: - type: Transform - pos: -56.5,60.5 - parent: 1 - - uid: 8948 + pos: -89.5,21.5 + parent: 2 + - uid: 5373 components: - type: Transform - pos: -57.5,60.5 - parent: 1 - - uid: 8949 + pos: -89.5,30.5 + parent: 2 + - uid: 5493 components: - type: Transform - pos: -58.5,60.5 - parent: 1 - - uid: 8950 + pos: -105.5,26.5 + parent: 2 + - uid: 5496 components: - type: Transform - pos: -59.5,60.5 - parent: 1 - - uid: 8951 + pos: -89.5,25.5 + parent: 2 + - uid: 5498 components: - type: Transform - pos: -60.5,60.5 - parent: 1 - - uid: 8952 + pos: -89.5,33.5 + parent: 2 + - uid: 5499 components: - type: Transform - pos: -61.5,60.5 - parent: 1 - - uid: 8953 + pos: -104.5,33.5 + parent: 2 + - uid: 5500 components: - type: Transform - pos: -62.5,60.5 - parent: 1 - - uid: 8954 + pos: -96.5,32.5 + parent: 2 + - uid: 5502 components: - type: Transform - pos: -63.5,60.5 - parent: 1 - - uid: 9128 + pos: -105.5,32.5 + parent: 2 + - uid: 5562 components: - type: Transform - pos: -25.5,43.5 - parent: 1 - - uid: 9139 + pos: -104.5,26.5 + parent: 2 + - uid: 5570 components: - type: Transform - pos: -25.5,40.5 - parent: 1 - - uid: 9227 + pos: -105.5,28.5 + parent: 2 + - uid: 5574 components: - type: Transform - pos: -78.5,33.5 - parent: 1 - - uid: 9252 + pos: -105.5,22.5 + parent: 2 + - uid: 6342 components: - type: Transform - pos: -78.5,31.5 - parent: 1 - - uid: 9255 + pos: -89.5,19.5 + parent: 2 + - uid: 6357 components: - type: Transform - pos: -78.5,28.5 - parent: 1 - - uid: 9256 + pos: -102.5,33.5 + parent: 2 + - uid: 6375 components: - type: Transform - pos: -78.5,30.5 - parent: 1 - - uid: 9381 + pos: -96.5,18.5 + parent: 2 + - uid: 6376 components: - type: Transform - pos: -35.5,57.5 - parent: 1 - - uid: 9382 + pos: -96.5,33.5 + parent: 2 + - uid: 6378 components: - type: Transform - pos: -34.5,57.5 - parent: 1 - - uid: 9383 + pos: -89.5,28.5 + parent: 2 + - uid: 6388 components: - type: Transform - pos: -34.5,56.5 - parent: 1 - - uid: 9384 + pos: -89.5,32.5 + parent: 2 + - uid: 6393 components: - type: Transform - pos: -34.5,55.5 - parent: 1 - - uid: 9385 + pos: -97.5,32.5 + parent: 2 + - uid: 6394 components: - type: Transform - pos: -33.5,55.5 - parent: 1 - - uid: 9386 + pos: -94.5,17.5 + parent: 2 + - uid: 6395 components: - type: Transform - pos: -32.5,55.5 - parent: 1 - - uid: 9387 + pos: -89.5,17.5 + parent: 2 + - uid: 6400 components: - type: Transform - pos: -32.5,54.5 - parent: 1 - - uid: 9388 + pos: -97.5,17.5 + parent: 2 + - uid: 6429 components: - type: Transform - pos: -32.5,53.5 - parent: 1 - - uid: 9389 + pos: -88.5,20.5 + parent: 2 + - uid: 6436 components: - type: Transform - pos: -32.5,52.5 - parent: 1 - - uid: 9390 + pos: -86.5,30.5 + parent: 2 + - uid: 6437 components: - type: Transform - pos: -32.5,51.5 - parent: 1 - - uid: 9391 + pos: -86.5,29.5 + parent: 2 + - uid: 6438 components: - type: Transform - pos: -32.5,50.5 - parent: 1 - - uid: 9392 + pos: -86.5,28.5 + parent: 2 + - uid: 6443 components: - type: Transform - pos: -31.5,50.5 - parent: 1 - - uid: 9393 + pos: -97.5,23.5 + parent: 2 + - uid: 6444 components: - type: Transform - pos: -31.5,49.5 - parent: 1 - - uid: 9394 + pos: -97.5,18.5 + parent: 2 + - uid: 6449 components: - type: Transform - pos: -31.5,48.5 - parent: 1 - - uid: 9396 + pos: -96.5,17.5 + parent: 2 + - uid: 6462 components: - type: Transform - pos: -30.5,50.5 - parent: 1 - - uid: 9397 + pos: -97.5,20.5 + parent: 2 + - uid: 6465 components: - type: Transform - pos: -29.5,50.5 - parent: 1 - - uid: 9398 + pos: -97.5,22.5 + parent: 2 + - uid: 8361 components: - type: Transform - pos: -28.5,50.5 - parent: 1 - - uid: 9399 + pos: -92.5,33.5 + parent: 2 + - uid: 8364 components: - type: Transform - pos: -27.5,50.5 - parent: 1 - - uid: 9400 + pos: -87.5,30.5 + parent: 2 + - uid: 8366 components: - type: Transform - pos: -26.5,50.5 - parent: 1 - - uid: 9401 + pos: -88.5,30.5 + parent: 2 + - uid: 8862 components: - type: Transform - pos: -25.5,50.5 - parent: 1 - - uid: 9402 + pos: -101.5,33.5 + parent: 2 + - uid: 8907 components: - type: Transform - pos: -24.5,50.5 - parent: 1 - - uid: 9415 + pos: -91.5,17.5 + parent: 2 + - uid: 9102 components: - type: Transform - pos: -25.5,38.5 - parent: 1 - - uid: 9416 - components: + pos: -97.5,29.5 + parent: 2 + - uid: 9566 + components: - type: Transform - pos: -26.5,38.5 - parent: 1 - - uid: 9504 + pos: -97.5,28.5 + parent: 2 + - uid: 10876 components: - type: Transform - pos: -25.5,41.5 - parent: 1 - - uid: 9611 + pos: -97.5,30.5 + parent: 2 + - uid: 10877 components: - type: Transform - pos: -8.5,14.5 - parent: 1 - - uid: 9642 + pos: -97.5,31.5 + parent: 2 + - uid: 10885 components: - type: Transform - pos: -20.5,23.5 - parent: 1 - - uid: 9643 + pos: -98.5,18.5 + parent: 2 + - uid: 11349 components: - type: Transform - pos: -21.5,23.5 - parent: 1 - - uid: 9644 + pos: -97.5,27.5 + parent: 2 + - uid: 12968 components: - type: Transform - pos: -21.5,23.5 - parent: 1 - - uid: 9645 + pos: -104.5,24.5 + parent: 2 + - uid: 13017 components: - type: Transform - pos: -22.5,23.5 - parent: 1 - - uid: 9646 + pos: -105.5,24.5 + parent: 2 + - uid: 13309 components: - type: Transform - pos: -23.5,23.5 - parent: 1 - - uid: 9647 + pos: -105.5,17.5 + parent: 2 + - uid: 13318 components: - type: Transform - pos: -24.5,23.5 - parent: 1 - - uid: 9648 + pos: -105.5,29.5 + parent: 2 + - uid: 14472 components: - type: Transform - pos: -25.5,23.5 - parent: 1 - - uid: 9649 + pos: -105.5,18.5 + parent: 2 + - uid: 15548 components: - type: Transform - pos: -26.5,23.5 - parent: 1 - - uid: 9650 + pos: -99.5,17.5 + parent: 2 + - uid: 15551 components: - type: Transform - pos: -27.5,23.5 - parent: 1 - - uid: 9651 + pos: -100.5,17.5 + parent: 2 + - uid: 16395 components: - type: Transform - pos: -28.5,23.5 - parent: 1 - - uid: 9652 + pos: -98.5,33.5 + parent: 2 + - uid: 16947 components: - type: Transform - pos: -29.5,23.5 - parent: 1 - - uid: 9653 + pos: -105.5,21.5 + parent: 2 + - uid: 17614 components: - type: Transform - pos: -29.5,24.5 - parent: 1 - - uid: 9654 + pos: -98.5,32.5 + parent: 2 + - uid: 17618 components: - type: Transform - pos: -29.5,25.5 - parent: 1 - - uid: 9655 + pos: -90.5,24.5 + parent: 2 + - uid: 20335 components: - type: Transform - pos: -29.5,26.5 - parent: 1 - - uid: 9656 + pos: -97.5,21.5 + parent: 2 + - uid: 20494 components: - type: Transform - pos: -29.5,27.5 - parent: 1 - - uid: 9657 + pos: -79.5,52.5 + parent: 2 + - uid: 20495 components: - type: Transform - pos: -29.5,28.5 - parent: 1 - - uid: 9658 + pos: -80.5,52.5 + parent: 2 + - uid: 20496 components: - type: Transform - pos: -29.5,29.5 - parent: 1 - - uid: 9659 + pos: -81.5,52.5 + parent: 2 + - uid: 20497 components: - type: Transform - pos: -29.5,30.5 - parent: 1 - - uid: 9832 + pos: -82.5,52.5 + parent: 2 + - uid: 20498 components: - type: Transform - pos: -103.5,19.5 - parent: 1 - - uid: 9833 + pos: -83.5,52.5 + parent: 2 + - uid: 20499 components: - type: Transform - pos: -104.5,19.5 - parent: 1 - - uid: 9834 + pos: -84.5,52.5 + parent: 2 + - uid: 20500 components: - type: Transform - pos: -95.5,33.5 - parent: 1 - - uid: 9837 + pos: -85.5,52.5 + parent: 2 + - uid: 20501 components: - type: Transform - pos: -104.5,31.5 - parent: 1 - - uid: 9847 + pos: -86.5,52.5 + parent: 2 + - uid: 20502 components: - type: Transform - pos: -88.5,24.5 - parent: 1 - - uid: 9866 + pos: -87.5,52.5 + parent: 2 + - uid: 20503 components: - type: Transform - pos: -80.5,25.5 - parent: 1 - - uid: 9867 + pos: -89.5,52.5 + parent: 2 + - uid: 20504 components: - type: Transform - pos: -81.5,25.5 - parent: 1 - - uid: 9868 + pos: -90.5,52.5 + parent: 2 + - uid: 20505 components: - type: Transform - pos: -82.5,25.5 - parent: 1 - - uid: 9869 + pos: -91.5,52.5 + parent: 2 + - uid: 20506 components: - type: Transform - pos: -83.5,25.5 - parent: 1 - - uid: 9870 + pos: -92.5,52.5 + parent: 2 + - uid: 20507 components: - type: Transform - pos: -82.5,28.5 - parent: 1 - - uid: 9875 + pos: -93.5,52.5 + parent: 2 + - uid: 20508 components: - type: Transform - pos: -92.5,31.5 - parent: 1 - - uid: 9876 + pos: -94.5,52.5 + parent: 2 + - uid: 20510 components: - type: Transform - pos: -88.5,27.5 - parent: 1 - - uid: 9877 + pos: -88.5,52.5 + parent: 2 + - uid: 20742 components: - type: Transform - pos: -88.5,29.5 - parent: 1 - - uid: 9878 + pos: -88.5,5.5 + parent: 2 + - uid: 20743 components: - type: Transform - pos: -88.5,21.5 - parent: 1 - - uid: 9881 + pos: -88.5,6.5 + parent: 2 + - uid: 20744 components: - type: Transform - pos: -88.5,23.5 - parent: 1 - - uid: 9883 + pos: -87.5,6.5 + parent: 2 + - uid: 20745 components: - type: Transform - pos: -88.5,25.5 - parent: 1 - - uid: 9884 + pos: -86.5,6.5 + parent: 2 + - uid: 20746 components: - type: Transform - pos: -88.5,26.5 - parent: 1 - - uid: 9885 + pos: -86.5,5.5 + parent: 2 + - uid: 20747 components: - type: Transform - pos: -88.5,28.5 - parent: 1 - - uid: 9890 + pos: -85.5,5.5 + parent: 2 + - uid: 20748 components: - type: Transform - pos: -98.5,17.5 - parent: 1 - - uid: 9946 + pos: -84.5,5.5 + parent: 2 + - uid: 20749 components: - type: Transform - pos: 11.5,-8.5 - parent: 1 - - uid: 9970 + pos: -83.5,5.5 + parent: 2 + - uid: 20750 components: - type: Transform - pos: -14.5,-17.5 - parent: 1 - - uid: 9972 + pos: -82.5,5.5 + parent: 2 + - uid: 20751 components: - type: Transform - pos: -12.5,-8.5 - parent: 1 - - uid: 9974 + pos: -81.5,5.5 + parent: 2 + - uid: 20752 components: - type: Transform - pos: -12.5,-15.5 - parent: 1 - - uid: 10055 + pos: -80.5,5.5 + parent: 2 + - uid: 20753 components: - type: Transform - pos: -5.5,20.5 - parent: 1 - - uid: 10080 + pos: -79.5,5.5 + parent: 2 + - uid: 20754 components: - type: Transform - pos: -12.5,-1.5 - parent: 1 - - uid: 10166 + pos: -78.5,5.5 + parent: 2 + - uid: 20755 components: - type: Transform - pos: -5.5,-16.5 - parent: 1 - - uid: 10176 + pos: -77.5,5.5 + parent: 2 + - uid: 20756 components: - type: Transform - pos: -84.5,35.5 - parent: 1 - - uid: 10209 + pos: -76.5,5.5 + parent: 2 + - uid: 20757 components: - type: Transform - pos: -86.5,35.5 - parent: 1 - - uid: 10210 + pos: -75.5,5.5 + parent: 2 + - uid: 20758 components: - type: Transform - pos: -88.5,35.5 - parent: 1 - - uid: 10211 + pos: -73.5,5.5 + parent: 2 + - uid: 20759 components: - type: Transform - pos: -89.5,35.5 - parent: 1 - - uid: 10212 + pos: -72.5,5.5 + parent: 2 + - uid: 20760 components: - type: Transform - pos: -87.5,35.5 - parent: 1 - - uid: 10213 + pos: -71.5,5.5 + parent: 2 + - uid: 20761 components: - type: Transform - pos: -79.5,27.5 - parent: 1 - - uid: 10214 + pos: -74.5,5.5 + parent: 2 + - uid: 20762 components: - type: Transform - pos: -80.5,27.5 - parent: 1 - - uid: 10215 + pos: -70.5,5.5 + parent: 2 + - uid: 20763 components: - type: Transform - pos: -81.5,27.5 - parent: 1 - - uid: 10217 + pos: -69.5,5.5 + parent: 2 + - uid: 20764 components: - type: Transform - pos: -82.5,27.5 - parent: 1 - - uid: 10237 + pos: -68.5,5.5 + parent: 2 + - uid: 20765 components: - type: Transform - pos: -39.5,-6.5 - parent: 1 - - uid: 10271 + pos: -67.5,5.5 + parent: 2 + - uid: 20766 components: - type: Transform - pos: -35.5,-6.5 - parent: 1 - - uid: 10277 + pos: -66.5,5.5 + parent: 2 + - uid: 20767 components: - type: Transform - pos: -34.5,-6.5 - parent: 1 - - uid: 10285 + pos: -65.5,5.5 + parent: 2 + - uid: 20768 components: - type: Transform - pos: -33.5,-6.5 - parent: 1 - - uid: 10288 + pos: -64.5,5.5 + parent: 2 + - uid: 20769 components: - type: Transform - pos: -32.5,-6.5 - parent: 1 - - uid: 10298 + pos: -63.5,5.5 + parent: 2 + - uid: 20770 components: - type: Transform - pos: -36.5,-6.5 - parent: 1 - - uid: 10303 + pos: -62.5,5.5 + parent: 2 + - uid: 20771 components: - type: Transform - pos: -87.5,30.5 - parent: 1 - - uid: 10318 + pos: -61.5,5.5 + parent: 2 + - uid: 21034 components: - type: Transform - pos: -20.5,18.5 - parent: 1 - - uid: 10320 + pos: -106.5,49.5 + parent: 2 + - uid: 21035 components: - type: Transform - pos: -20.5,17.5 - parent: 1 - - uid: 10430 + pos: -105.5,49.5 + parent: 2 + - uid: 21036 components: - type: Transform - pos: -42.5,-8.5 - parent: 1 - - uid: 10435 + pos: -104.5,49.5 + parent: 2 + - uid: 21037 components: - type: Transform - pos: -64.5,60.5 - parent: 1 - - uid: 10469 + pos: -103.5,49.5 + parent: 2 + - uid: 21038 components: - type: Transform - pos: -14.5,-18.5 - parent: 1 - - uid: 10522 + pos: -102.5,49.5 + parent: 2 + - uid: 21039 components: - type: Transform - pos: -88.5,22.5 - parent: 1 - - uid: 10523 + pos: -101.5,49.5 + parent: 2 + - uid: 21040 components: - type: Transform - pos: -88.5,30.5 - parent: 1 - - uid: 10524 + pos: -100.5,49.5 + parent: 2 + - uid: 21041 components: - type: Transform - pos: -79.5,26.5 - parent: 1 - - uid: 10525 + pos: -98.5,49.5 + parent: 2 + - uid: 21042 components: - type: Transform - pos: -79.5,25.5 - parent: 1 - - uid: 10526 + pos: -97.5,49.5 + parent: 2 + - uid: 21043 components: - type: Transform - pos: -79.5,24.5 - parent: 1 - - uid: 10527 + pos: -96.5,49.5 + parent: 2 + - uid: 21044 components: - type: Transform - pos: -79.5,23.5 - parent: 1 - - uid: 10528 + pos: -95.5,49.5 + parent: 2 + - uid: 21045 components: - type: Transform - pos: -80.5,23.5 - parent: 1 - - uid: 10529 + pos: -99.5,49.5 + parent: 2 + - uid: 21046 components: - type: Transform - pos: -81.5,23.5 - parent: 1 - - uid: 10530 + pos: -95.5,48.5 + parent: 2 + - uid: 21047 components: - type: Transform - pos: -82.5,23.5 - parent: 1 - - uid: 10531 + pos: -95.5,47.5 + parent: 2 + - uid: 21048 components: - type: Transform - pos: -83.5,23.5 - parent: 1 - - uid: 10532 + pos: -94.5,47.5 + parent: 2 + - uid: 21049 components: - type: Transform - pos: -84.5,23.5 - parent: 1 - - uid: 10533 + pos: -93.5,47.5 + parent: 2 + - uid: 21050 components: - type: Transform - pos: -84.5,22.5 - parent: 1 - - uid: 10534 + pos: -92.5,47.5 + parent: 2 + - uid: 21051 components: - type: Transform - pos: -84.5,21.5 - parent: 1 - - uid: 10537 + pos: -91.5,47.5 + parent: 2 + - uid: 21052 components: - type: Transform - pos: -84.5,20.5 - parent: 1 - - uid: 10546 + pos: -90.5,47.5 + parent: 2 + - uid: 21053 components: - type: Transform - pos: -85.5,20.5 - parent: 1 - - uid: 10547 + pos: -90.5,46.5 + parent: 2 + - uid: 21054 components: - type: Transform - pos: -86.5,20.5 - parent: 1 - - uid: 10548 + pos: -90.5,45.5 + parent: 2 + - uid: 21055 components: - type: Transform - pos: -87.5,20.5 - parent: 1 - - uid: 10607 + pos: -90.5,44.5 + parent: 2 + - uid: 21056 components: - type: Transform - pos: -4.5,-16.5 - parent: 1 - - uid: 10608 + pos: -90.5,43.5 + parent: 2 + - uid: 21057 components: - type: Transform - pos: -3.5,-16.5 - parent: 1 - - uid: 10617 + pos: -90.5,42.5 + parent: 2 + - uid: 21058 components: - type: Transform - pos: -101.5,18.5 - parent: 1 - - uid: 10618 + pos: -89.5,42.5 + parent: 2 + - uid: 21059 components: - type: Transform - pos: -93.5,32.5 - parent: 1 - - uid: 10619 + pos: -88.5,42.5 + parent: 2 + - uid: 21060 components: - type: Transform - pos: -93.5,33.5 - parent: 1 - - uid: 10620 + pos: -87.5,42.5 + parent: 2 + - uid: 21061 components: - type: Transform - pos: -101.5,32.5 - parent: 1 - - uid: 10621 + pos: -86.5,42.5 + parent: 2 + - uid: 21062 components: - type: Transform - pos: -101.5,33.5 - parent: 1 - - uid: 10622 + pos: -86.5,41.5 + parent: 2 + - uid: 21063 components: - type: Transform - pos: -104.5,29.5 - parent: 1 - - uid: 10623 + pos: -85.5,41.5 + parent: 2 + - uid: 21064 components: - type: Transform - pos: -105.5,29.5 - parent: 1 - - uid: 10624 + pos: -84.5,41.5 + parent: 2 + - uid: 21065 components: - type: Transform - pos: -105.5,30.5 - parent: 1 - - uid: 10625 + pos: -83.5,41.5 + parent: 2 + - uid: 21066 components: - type: Transform - pos: -105.5,31.5 - parent: 1 - - uid: 10626 + pos: -82.5,41.5 + parent: 2 + - uid: 21067 components: - type: Transform - pos: -105.5,28.5 - parent: 1 - - uid: 10627 + pos: -81.5,41.5 + parent: 2 + - uid: 21068 components: - type: Transform - pos: -105.5,27.5 - parent: 1 - - uid: 10628 + pos: -80.5,41.5 + parent: 2 + - uid: 21069 components: - type: Transform - pos: -105.5,26.5 - parent: 1 - - uid: 10629 + pos: -79.5,41.5 + parent: 2 + - uid: 21075 components: - type: Transform - pos: -105.5,25.5 - parent: 1 - - uid: 10630 + pos: -98.5,50.5 + parent: 2 + - uid: 21076 components: - type: Transform - pos: -105.5,24.5 - parent: 1 - - uid: 10631 + pos: -98.5,51.5 + parent: 2 + - uid: 21077 components: - type: Transform - pos: -105.5,23.5 - parent: 1 - - uid: 10632 + pos: -97.5,51.5 + parent: 2 + - uid: 21078 components: - type: Transform - pos: -105.5,22.5 - parent: 1 - - uid: 10633 + pos: -96.5,51.5 + parent: 2 + - uid: 21229 components: - type: Transform - pos: -105.5,21.5 - parent: 1 - - uid: 10634 + pos: 25.5,31.5 + parent: 2 + - uid: 21230 components: - type: Transform - pos: -105.5,20.5 - parent: 1 - - uid: 10635 + pos: 26.5,31.5 + parent: 2 + - uid: 21231 components: - type: Transform - pos: -105.5,19.5 - parent: 1 - - uid: 10636 + pos: 24.5,31.5 + parent: 2 + - uid: 21232 components: - type: Transform - pos: -104.5,21.5 - parent: 1 - - uid: 10637 + pos: 26.5,33.5 + parent: 2 + - uid: 21233 components: - type: Transform - pos: -101.5,17.5 - parent: 1 - - uid: 10638 + pos: 26.5,32.5 + parent: 2 + - uid: 21234 components: - type: Transform - pos: -93.5,18.5 - parent: 1 - - uid: 10639 + pos: 25.5,33.5 + parent: 2 + - uid: 21235 components: - type: Transform - pos: -93.5,17.5 - parent: 1 - - uid: 10640 + pos: 25.5,34.5 + parent: 2 + - uid: 21236 components: - type: Transform - pos: -90.5,21.5 - parent: 1 - - uid: 10641 + pos: 25.5,35.5 + parent: 2 + - uid: 21237 components: - type: Transform - pos: -90.5,29.5 - parent: 1 - - uid: 10642 + pos: 26.5,35.5 + parent: 2 + - uid: 21238 components: - type: Transform - pos: -89.5,29.5 - parent: 1 - - uid: 10643 + pos: 27.5,35.5 + parent: 2 + - uid: 21239 components: - type: Transform - pos: -89.5,21.5 - parent: 1 - - uid: 10649 + pos: 28.5,35.5 + parent: 2 + - uid: 21276 components: - type: Transform - pos: -0.5,-16.5 - parent: 1 - - uid: 10650 + pos: 30.5,34.5 + parent: 2 + - uid: 21277 components: - type: Transform - pos: -2.5,-16.5 - parent: 1 - - uid: 10663 + pos: 31.5,34.5 + parent: 2 + - uid: 21278 components: - type: Transform - pos: -3.5,-14.5 - parent: 1 - - uid: 10670 + pos: 32.5,34.5 + parent: 2 + - uid: 21279 components: - type: Transform - pos: -86.5,29.5 - parent: 1 - - uid: 10671 + pos: 33.5,34.5 + parent: 2 + - uid: 21280 components: - type: Transform - pos: -86.5,30.5 - parent: 1 - - uid: 10763 + pos: 34.5,34.5 + parent: 2 + - uid: 21281 components: - type: Transform - pos: -96.5,33.5 - parent: 1 - - uid: 10831 + pos: 35.5,34.5 + parent: 2 + - uid: 21282 components: - type: Transform - pos: -78.5,32.5 - parent: 1 - - uid: 10933 + pos: 36.5,34.5 + parent: 2 + - uid: 21283 components: - type: Transform - pos: -5.5,-0.5 - parent: 1 - - uid: 10965 + pos: 37.5,34.5 + parent: 2 + - uid: 21284 components: - type: Transform - pos: -76.5,40.5 - parent: 1 - - uid: 10968 + pos: 38.5,34.5 + parent: 2 + - uid: 21285 components: - type: Transform - pos: -72.5,46.5 - parent: 1 - - uid: 10976 + pos: 39.5,34.5 + parent: 2 + - uid: 21286 components: - type: Transform - pos: -75.5,40.5 - parent: 1 - - uid: 10981 + pos: 39.5,36.5 + parent: 2 + - uid: 21287 components: - type: Transform - pos: -45.5,65.5 - parent: 1 - - uid: 10982 + pos: 38.5,36.5 + parent: 2 + - uid: 21288 components: - type: Transform - pos: -67.5,57.5 - parent: 1 - - uid: 10983 + pos: 37.5,36.5 + parent: 2 + - uid: 21289 components: - type: Transform - pos: -67.5,56.5 - parent: 1 - - uid: 10984 + pos: 36.5,36.5 + parent: 2 + - uid: 21290 components: - type: Transform - pos: -67.5,55.5 - parent: 1 - - uid: 10985 + pos: 35.5,36.5 + parent: 2 + - uid: 21291 components: - type: Transform - pos: -67.5,54.5 - parent: 1 - - uid: 10986 + pos: 34.5,36.5 + parent: 2 + - uid: 21292 components: - type: Transform - pos: -67.5,53.5 - parent: 1 - - uid: 10987 + pos: 33.5,36.5 + parent: 2 + - uid: 21293 components: - type: Transform - pos: -67.5,52.5 - parent: 1 - - uid: 10988 + pos: 32.5,36.5 + parent: 2 + - uid: 21294 components: - type: Transform - pos: -67.5,51.5 - parent: 1 - - uid: 10989 + pos: 31.5,36.5 + parent: 2 + - uid: 21295 components: - type: Transform - pos: -67.5,50.5 - parent: 1 - - uid: 10990 + pos: 30.5,36.5 + parent: 2 + - uid: 21315 components: - type: Transform - pos: -66.5,50.5 - parent: 1 - - uid: 10991 + pos: 39.5,40.5 + parent: 2 + - uid: 21316 components: - type: Transform - pos: -66.5,49.5 - parent: 1 - - uid: 10992 + pos: 38.5,40.5 + parent: 2 + - uid: 21317 components: - type: Transform - pos: -66.5,48.5 - parent: 1 - - uid: 10993 + pos: 37.5,40.5 + parent: 2 + - uid: 21318 components: - type: Transform - pos: -66.5,47.5 - parent: 1 - - uid: 10994 + pos: 36.5,40.5 + parent: 2 + - uid: 21319 components: - type: Transform - pos: -66.5,46.5 - parent: 1 - - uid: 10995 + pos: 35.5,40.5 + parent: 2 + - uid: 21320 components: - type: Transform - pos: -66.5,45.5 - parent: 1 - - uid: 10996 + pos: 34.5,40.5 + parent: 2 + - uid: 21321 components: - type: Transform - pos: -66.5,44.5 - parent: 1 - - uid: 10997 + pos: 32.5,40.5 + parent: 2 + - uid: 21322 components: - type: Transform - pos: -65.5,44.5 - parent: 1 - - uid: 11059 + pos: 31.5,40.5 + parent: 2 + - uid: 21323 components: - type: Transform - pos: -78.5,29.5 - parent: 1 - - uid: 11064 + pos: 30.5,40.5 + parent: 2 + - uid: 21324 components: - type: Transform - pos: -71.5,34.5 - parent: 1 - - uid: 11065 + pos: 33.5,40.5 + parent: 2 + - uid: 21325 components: - type: Transform - pos: -70.5,34.5 - parent: 1 - - uid: 11066 + pos: 30.5,42.5 + parent: 2 + - uid: 21326 components: - type: Transform - pos: -69.5,34.5 - parent: 1 - - uid: 11067 + pos: 31.5,42.5 + parent: 2 + - uid: 21327 components: - type: Transform - pos: -68.5,34.5 - parent: 1 - - uid: 11068 + pos: 32.5,42.5 + parent: 2 + - uid: 21328 components: - type: Transform - pos: -68.5,35.5 - parent: 1 - - uid: 11069 + pos: 33.5,42.5 + parent: 2 + - uid: 21329 components: - type: Transform - pos: -72.5,34.5 - parent: 1 - - uid: 11070 + pos: 34.5,42.5 + parent: 2 + - uid: 21330 components: - type: Transform - pos: -73.5,34.5 - parent: 1 - - uid: 11071 + pos: 35.5,42.5 + parent: 2 + - uid: 21331 components: - type: Transform - pos: -74.5,34.5 - parent: 1 - - uid: 11072 + pos: 36.5,42.5 + parent: 2 + - uid: 21332 components: - type: Transform - pos: -75.5,34.5 - parent: 1 - - uid: 11076 + pos: 37.5,42.5 + parent: 2 + - uid: 21333 components: - type: Transform - pos: -73.5,33.5 - parent: 1 - - uid: 11077 + pos: 38.5,42.5 + parent: 2 + - uid: 21334 components: - type: Transform - pos: -73.5,33.5 - parent: 1 - - uid: 11078 + pos: 39.5,42.5 + parent: 2 + - uid: 21366 components: - type: Transform - pos: -73.5,32.5 - parent: 1 - - uid: 11079 + pos: 40.5,42.5 + parent: 2 + - uid: 21367 components: - type: Transform - pos: -73.5,31.5 - parent: 1 - - uid: 11080 + pos: 41.5,42.5 + parent: 2 + - uid: 21368 components: - type: Transform - pos: -73.5,30.5 - parent: 1 - - uid: 11081 + pos: 41.5,41.5 + parent: 2 + - uid: 21369 components: - type: Transform - pos: -73.5,29.5 - parent: 1 - - uid: 11082 + pos: 41.5,40.5 + parent: 2 + - uid: 21370 components: - type: Transform - pos: -73.5,28.5 - parent: 1 - - uid: 11085 + pos: 41.5,34.5 + parent: 2 + - uid: 21371 components: - type: Transform - pos: -73.5,27.5 - parent: 1 - - uid: 11086 + pos: 41.5,35.5 + parent: 2 + - uid: 21372 components: - type: Transform - pos: -46.5,65.5 - parent: 1 - - uid: 11091 + pos: 41.5,36.5 + parent: 2 + - uid: 21375 components: - type: Transform - pos: -73.5,26.5 - parent: 1 - - uid: 11114 + pos: 44.5,38.5 + parent: 2 + - uid: 21376 components: - type: Transform - pos: -73.5,25.5 - parent: 1 - - uid: 11116 + pos: 41.5,40.5 + parent: 2 + - uid: 21377 components: - type: Transform - pos: -73.5,24.5 - parent: 1 - - uid: 11120 + pos: 40.5,34.5 + parent: 2 + - uid: 21378 components: - type: Transform - pos: -73.5,23.5 - parent: 1 - - uid: 11121 + pos: 43.5,38.5 + parent: 2 + - uid: 21379 components: - type: Transform - pos: -73.5,22.5 - parent: 1 - - uid: 11157 + pos: 42.5,38.5 + parent: 2 + - uid: 21380 components: - type: Transform - pos: -73.5,21.5 - parent: 1 - - uid: 11158 + pos: 41.5,38.5 + parent: 2 + - uid: 21381 components: - type: Transform - pos: -74.5,21.5 - parent: 1 - - uid: 11159 + pos: 41.5,39.5 + parent: 2 +- proto: CableHVStack + entities: + - uid: 4891 components: - type: Transform - pos: -75.5,21.5 - parent: 1 - - uid: 11330 + pos: 22.480692,-7.43704 + parent: 2 + - uid: 4892 components: - type: Transform - pos: -16.5,-15.5 - parent: 1 - - uid: 11475 + pos: -53.10076,29.482796 + parent: 2 + - uid: 4893 components: - type: Transform - pos: 22.5,8.5 - parent: 1 - - uid: 11849 + pos: -7.5488524,8.322083 + parent: 2 +- proto: CableMV + entities: + - uid: 712 components: - type: Transform - pos: -14.5,-15.5 - parent: 1 - - uid: 11897 + pos: -88.5,6.5 + parent: 2 + - uid: 2616 components: - type: Transform - pos: 22.5,17.5 - parent: 1 - - uid: 11899 + pos: -89.5,19.5 + parent: 2 + - uid: 2647 components: - type: Transform - pos: 21.5,17.5 - parent: 1 - - uid: 11900 + pos: -95.5,17.5 + parent: 2 + - uid: 2711 components: - type: Transform - pos: 20.5,17.5 - parent: 1 - - uid: 11901 + pos: -95.5,33.5 + parent: 2 + - uid: 2748 components: - type: Transform - pos: 18.5,17.5 - parent: 1 - - uid: 11902 + pos: -98.5,33.5 + parent: 2 + - uid: 2749 components: - type: Transform - pos: 17.5,17.5 - parent: 1 - - uid: 11904 + pos: -92.5,33.5 + parent: 2 + - uid: 2750 components: - type: Transform - pos: 19.5,17.5 - parent: 1 - - uid: 11907 + pos: -89.5,30.5 + parent: 2 + - uid: 2751 components: - type: Transform - pos: 22.5,7.5 - parent: 1 - - uid: 11910 + pos: -89.5,23.5 + parent: 2 + - uid: 2753 components: - type: Transform - pos: 16.5,17.5 - parent: 1 - - uid: 11919 + pos: -89.5,33.5 + parent: 2 + - uid: 2827 components: - type: Transform - pos: 22.5,6.5 - parent: 1 - - uid: 11920 + pos: -105.5,30.5 + parent: 2 + - uid: 2828 components: - type: Transform - pos: 22.5,5.5 - parent: 1 - - uid: 11921 + pos: -105.5,18.5 + parent: 2 + - uid: 2921 components: - type: Transform - pos: 23.5,5.5 - parent: 1 - - uid: 11972 + pos: -104.5,26.5 + parent: 2 + - uid: 2923 components: - type: Transform - pos: 24.5,5.5 - parent: 1 - - uid: 11973 + pos: -90.5,21.5 + parent: 2 + - uid: 2928 components: - type: Transform - pos: 25.5,5.5 - parent: 1 - - uid: 11994 + pos: -105.5,33.5 + parent: 2 + - uid: 2937 components: - type: Transform - pos: 26.5,5.5 - parent: 1 - - uid: 11995 + pos: -96.5,18.5 + parent: 2 + - uid: 2975 components: - type: Transform - pos: 26.5,6.5 - parent: 1 - - uid: 12009 + pos: -96.5,17.5 + parent: 2 + - uid: 3314 components: - type: Transform - pos: 26.5,7.5 - parent: 1 - - uid: 12015 + pos: -105.5,21.5 + parent: 2 + - uid: 4068 components: - type: Transform - pos: 26.5,8.5 - parent: 1 - - uid: 12017 + pos: -103.5,33.5 + parent: 2 + - uid: 4069 components: - type: Transform - pos: 26.5,9.5 - parent: 1 - - uid: 12020 + pos: -89.5,24.5 + parent: 2 + - uid: 4601 components: - type: Transform - pos: 26.5,11.5 - parent: 1 - - uid: 12022 + pos: -89.5,21.5 + parent: 2 + - uid: 4605 components: - type: Transform - pos: 26.5,12.5 - parent: 1 - - uid: 12023 + pos: -105.5,25.5 + parent: 2 + - uid: 4613 components: - type: Transform - pos: 26.5,13.5 - parent: 1 - - uid: 12025 + pos: -101.5,18.5 + parent: 2 + - uid: 4614 components: - type: Transform - pos: 26.5,14.5 - parent: 1 - - uid: 12033 + pos: -101.5,33.5 + parent: 2 + - uid: 4615 components: - type: Transform - pos: 26.5,15.5 - parent: 1 - - uid: 12034 + pos: -89.5,17.5 + parent: 2 + - uid: 4619 components: - type: Transform - pos: 26.5,10.5 - parent: 1 - - uid: 12035 + pos: -93.5,32.5 + parent: 2 + - uid: 4624 components: - type: Transform - pos: 26.5,16.5 - parent: 1 - - uid: 12320 + pos: -90.5,29.5 + parent: 2 + - uid: 4628 components: - type: Transform - pos: -10.5,-16.5 - parent: 1 - - uid: 12324 + pos: -102.5,17.5 + parent: 2 + - uid: 4629 components: - type: Transform - pos: -6.5,-16.5 - parent: 1 - - uid: 12328 + pos: -89.5,26.5 + parent: 2 + - uid: 4631 components: - type: Transform - pos: -12.5,-13.5 - parent: 1 - - uid: 12375 + pos: -104.5,21.5 + parent: 2 + - uid: 4632 components: - type: Transform - pos: -11.5,-18.5 - parent: 1 - - uid: 12376 + pos: -99.5,17.5 + parent: 2 + - uid: 4647 components: - type: Transform - pos: -3.5,-12.5 - parent: 1 - - uid: 12378 + pos: -93.5,17.5 + parent: 2 + - uid: 4653 components: - type: Transform - pos: -6.5,-13.5 - parent: 1 - - uid: 12379 + pos: -94.5,33.5 + parent: 2 + - uid: 4656 components: - type: Transform - pos: -18.5,-13.5 - parent: 1 - - uid: 12380 + pos: -89.5,32.5 + parent: 2 + - uid: 4657 components: - type: Transform - pos: -8.5,-16.5 - parent: 1 - - uid: 12386 + pos: -89.5,22.5 + parent: 2 + - uid: 4658 components: - type: Transform - pos: -7.5,-16.5 - parent: 1 - - uid: 12387 + pos: -89.5,29.5 + parent: 2 + - uid: 4735 components: - type: Transform - pos: -9.5,-16.5 - parent: 1 - - uid: 12388 + pos: -91.5,33.5 + parent: 2 + - uid: 4758 components: - type: Transform - pos: -11.5,-16.5 - parent: 1 - - uid: 12411 + pos: -97.5,33.5 + parent: 2 + - uid: 4761 components: - type: Transform - pos: -19.5,-16.5 - parent: 1 - - uid: 12427 + pos: -89.5,20.5 + parent: 2 + - uid: 4894 components: - type: Transform - pos: 26.5,17.5 - parent: 1 - - uid: 12590 + pos: -12.5,-12.5 + parent: 2 + - uid: 4895 components: - type: Transform - pos: 9.5,31.5 - parent: 1 - - uid: 12817 + pos: -15.5,-11.5 + parent: 2 + - uid: 4896 components: - type: Transform - pos: -12.5,1.5 - parent: 1 - - uid: 13474 + pos: -16.5,-10.5 + parent: 2 + - uid: 4898 components: - type: Transform - pos: -23.5,43.5 - parent: 1 - - uid: 13475 + pos: -3.5,-13.5 + parent: 2 + - uid: 4899 components: - type: Transform - pos: -24.5,41.5 - parent: 1 - - uid: 13518 + pos: -18.5,-4.5 + parent: 2 + - uid: 4900 components: - type: Transform - pos: -23.5,41.5 - parent: 1 - - uid: 13637 + pos: 0.5,-18.5 + parent: 2 + - uid: 4901 components: - type: Transform - pos: -77.5,40.5 - parent: 1 - - uid: 13722 + pos: 3.5,-19.5 + parent: 2 + - uid: 4902 components: - type: Transform - pos: -95.5,17.5 - parent: 1 - - uid: 13725 + pos: -20.5,-17.5 + parent: 2 + - uid: 4903 components: - type: Transform - pos: -93.5,19.5 - parent: 1 - - uid: 13730 + pos: -18.5,-10.5 + parent: 2 + - uid: 4904 components: - type: Transform - pos: -94.5,17.5 - parent: 1 - - uid: 13733 + pos: -17.5,-10.5 + parent: 2 + - uid: 4905 components: - type: Transform - pos: -48.5,65.5 - parent: 1 - - uid: 13779 + pos: 3.5,-19.5 + parent: 2 + - uid: 4906 components: - type: Transform - pos: -91.5,19.5 - parent: 1 - - uid: 13857 + pos: 5.5,-7.5 + parent: 2 + - uid: 4907 components: - type: Transform - pos: -89.5,19.5 - parent: 1 - - uid: 13858 + pos: -3.5,56.5 + parent: 2 + - uid: 4908 components: - type: Transform - pos: -90.5,19.5 - parent: 1 - - uid: 13925 + pos: -18.5,-5.5 + parent: 2 + - uid: 4909 components: - type: Transform - pos: -88.5,19.5 - parent: 1 - - uid: 13935 + pos: 11.5,-9.5 + parent: 2 + - uid: 4910 components: - type: Transform - pos: -98.5,33.5 - parent: 1 - - uid: 13943 + pos: 4.5,-6.5 + parent: 2 + - uid: 4911 components: - type: Transform - pos: -97.5,33.5 - parent: 1 - - uid: 14216 + pos: -0.5,-3.5 + parent: 2 + - uid: 4912 components: - type: Transform - pos: -78.5,35.5 - parent: 1 - - uid: 14259 + pos: -12.5,-16.5 + parent: 2 + - uid: 4913 components: - type: Transform - pos: -91.5,31.5 - parent: 1 - - uid: 14270 + pos: -6.5,-12.5 + parent: 2 + - uid: 4914 components: - type: Transform - pos: 15.5,46.5 - parent: 1 - - uid: 14318 + pos: 2.5,-19.5 + parent: 2 + - uid: 4915 components: - type: Transform - pos: -100.5,33.5 - parent: 1 - - uid: 14378 + pos: 7.5,-5.5 + parent: 2 + - uid: 4918 components: - type: Transform - pos: -72.5,45.5 - parent: 1 - - uid: 14398 + pos: -18.5,-11.5 + parent: 2 + - uid: 4919 components: - type: Transform - pos: -40.5,-4.5 - parent: 1 - - uid: 14399 + pos: -1.5,-3.5 + parent: 2 + - uid: 4920 components: - type: Transform - pos: -40.5,-3.5 - parent: 1 - - uid: 14400 + pos: -89.5,39.5 + parent: 2 + - uid: 4921 components: - type: Transform - pos: -40.5,-2.5 - parent: 1 - - uid: 14401 + pos: 8.5,-5.5 + parent: 2 + - uid: 4922 components: - type: Transform - pos: -41.5,-2.5 - parent: 1 - - uid: 14402 + pos: 9.5,-5.5 + parent: 2 + - uid: 4923 components: - type: Transform - pos: -42.5,-2.5 - parent: 1 - - uid: 14420 + pos: 10.5,-5.5 + parent: 2 + - uid: 4924 components: - type: Transform - pos: -43.5,-2.5 - parent: 1 - - uid: 14421 + pos: 11.5,-5.5 + parent: 2 + - uid: 4925 components: - type: Transform - pos: -44.5,-2.5 - parent: 1 - - uid: 14422 + pos: 11.5,-6.5 + parent: 2 + - uid: 4926 components: - type: Transform - pos: -44.5,-3.5 - parent: 1 - - uid: 14425 + pos: 11.5,-7.5 + parent: 2 + - uid: 4927 components: - type: Transform - pos: -44.5,-4.5 - parent: 1 - - uid: 14436 + pos: -82.5,35.5 + parent: 2 + - uid: 4928 components: - type: Transform - pos: -44.5,-5.5 - parent: 1 - - uid: 14437 + pos: 25.5,1.5 + parent: 2 + - uid: 4929 components: - type: Transform - pos: -45.5,-5.5 - parent: 1 - - uid: 14455 + pos: 26.5,1.5 + parent: 2 + - uid: 4930 components: - type: Transform - pos: -46.5,-5.5 - parent: 1 - - uid: 14483 + pos: 26.5,0.5 + parent: 2 + - uid: 4931 components: - type: Transform - pos: -78.5,40.5 - parent: 1 - - uid: 14497 + pos: 28.5,23.5 + parent: 2 + - uid: 4932 components: - type: Transform - pos: -47.5,-5.5 - parent: 1 - - uid: 14548 + pos: 28.5,24.5 + parent: 2 + - uid: 4933 components: - type: Transform - pos: 15.5,43.5 - parent: 1 - - uid: 14668 + pos: -83.5,35.5 + parent: 2 + - uid: 4934 components: - type: Transform - pos: -99.5,33.5 - parent: 1 - - uid: 14717 + pos: -15.5,-17.5 + parent: 2 + - uid: 4935 components: - type: Transform - pos: -18.5,-12.5 - parent: 1 - - uid: 14797 + pos: -14.5,-11.5 + parent: 2 + - uid: 4936 components: - type: Transform - pos: 27.5,24.5 - parent: 1 - - uid: 14798 + pos: -8.5,12.5 + parent: 2 + - uid: 4937 components: - type: Transform - pos: 26.5,24.5 - parent: 1 - - uid: 14799 + pos: -85.5,35.5 + parent: 2 + - uid: 4938 components: - type: Transform - pos: 25.5,24.5 - parent: 1 - - uid: 14800 + pos: -89.5,36.5 + parent: 2 + - uid: 4939 components: - type: Transform - pos: 24.5,24.5 - parent: 1 - - uid: 14823 + pos: -89.5,37.5 + parent: 2 + - uid: 4940 components: - type: Transform - pos: -10.5,-18.5 - parent: 1 - - uid: 14825 + pos: -89.5,38.5 + parent: 2 + - uid: 4941 components: - type: Transform - pos: -12.5,0.5 - parent: 1 - - uid: 14833 + pos: -3.5,-3.5 + parent: 2 + - uid: 4942 components: - type: Transform - pos: -14.5,2.5 - parent: 1 - - uid: 14837 + pos: 15.5,42.5 + parent: 2 + - uid: 4943 components: - type: Transform - pos: -12.5,-0.5 - parent: 1 - - uid: 14838 + pos: 5.5,21.5 + parent: 2 + - uid: 4944 components: - type: Transform - pos: -12.5,-9.5 - parent: 1 - - uid: 14839 + pos: -19.5,12.5 + parent: 2 + - uid: 4945 components: - type: Transform - pos: -12.5,-3.5 - parent: 1 - - uid: 14840 + pos: -15.5,17.5 + parent: 2 + - uid: 4946 components: - type: Transform - pos: -11.5,-20.5 - parent: 1 - - uid: 14841 - components: + pos: -16.5,17.5 + parent: 2 + - uid: 4947 + components: - type: Transform - pos: -12.5,-4.5 - parent: 1 - - uid: 14842 + pos: -17.5,17.5 + parent: 2 + - uid: 4948 components: - type: Transform - pos: -12.5,-7.5 - parent: 1 - - uid: 14845 + pos: 0.5,-16.5 + parent: 2 + - uid: 4949 components: - type: Transform - pos: -12.5,2.5 - parent: 1 - - uid: 14846 + pos: -19.5,13.5 + parent: 2 + - uid: 4950 components: - type: Transform - pos: -12.5,-2.5 - parent: 1 - - uid: 14847 + pos: 10.5,-4.5 + parent: 2 + - uid: 4951 components: - type: Transform - pos: -12.5,-10.5 - parent: 1 - - uid: 14860 + pos: 10.5,-3.5 + parent: 2 + - uid: 4952 components: - type: Transform - pos: -102.5,31.5 - parent: 1 - - uid: 14861 + pos: 10.5,-2.5 + parent: 2 + - uid: 4953 components: - type: Transform - pos: -103.5,31.5 - parent: 1 - - uid: 14878 + pos: 10.5,-1.5 + parent: 2 + - uid: 4954 components: - type: Transform - pos: -8.5,56.5 - parent: 1 - - uid: 14898 + pos: 10.5,-0.5 + parent: 2 + - uid: 4955 components: - type: Transform - pos: -8.5,57.5 - parent: 1 - - uid: 14905 + pos: 10.5,0.5 + parent: 2 + - uid: 4956 components: - type: Transform - pos: -12.5,-6.5 - parent: 1 - - uid: 14914 + pos: 11.5,0.5 + parent: 2 + - uid: 4957 components: - type: Transform - pos: -12.5,-5.5 - parent: 1 - - uid: 14918 + pos: 12.5,0.5 + parent: 2 + - uid: 4958 components: - type: Transform - pos: -8.5,58.5 - parent: 1 - - uid: 14920 + pos: -49.5,62.5 + parent: 2 + - uid: 4959 components: - type: Transform - pos: -8.5,59.5 - parent: 1 - - uid: 14931 + pos: 20.5,5.5 + parent: 2 + - uid: 4960 components: - type: Transform - pos: -7.5,59.5 - parent: 1 - - uid: 14932 + pos: 17.5,5.5 + parent: 2 + - uid: 4961 components: - type: Transform - pos: -6.5,59.5 - parent: 1 - - uid: 14939 + pos: 16.5,5.5 + parent: 2 + - uid: 4962 components: - type: Transform - pos: -13.5,-11.5 - parent: 1 - - uid: 14947 + pos: 15.5,5.5 + parent: 2 + - uid: 4963 components: - type: Transform - pos: -72.5,26.5 - parent: 1 - - uid: 14948 + pos: 8.5,5.5 + parent: 2 + - uid: 4964 components: - type: Transform - pos: -71.5,26.5 - parent: 1 - - uid: 14970 + pos: 6.5,5.5 + parent: 2 + - uid: 4965 components: - type: Transform - pos: 0.5,-17.5 - parent: 1 - - uid: 15010 + pos: 11.5,5.5 + parent: 2 + - uid: 4966 components: - type: Transform - pos: 1.5,-19.5 - parent: 1 - - uid: 15145 + pos: 1.5,5.5 + parent: 2 + - uid: 4967 components: - type: Transform - pos: -102.5,19.5 - parent: 1 - - uid: 15235 + pos: 4.5,5.5 + parent: 2 + - uid: 4968 components: - type: Transform - pos: 17.5,45.5 - parent: 1 - - uid: 15319 + pos: 9.5,5.5 + parent: 2 + - uid: 4969 components: - type: Transform - pos: -100.5,17.5 - parent: 1 - - uid: 15320 + pos: 15.5,49.5 + parent: 2 + - uid: 4970 components: - type: Transform - pos: -101.5,19.5 - parent: 1 - - uid: 15331 + pos: -3.5,-15.5 + parent: 2 + - uid: 4971 components: - type: Transform - pos: -47.5,65.5 - parent: 1 - - uid: 15338 + pos: 18.5,5.5 + parent: 2 + - uid: 4972 components: - type: Transform - pos: -97.5,17.5 - parent: 1 - - uid: 15339 + pos: -11.5,58.5 + parent: 2 + - uid: 4973 components: - type: Transform - pos: -92.5,19.5 - parent: 1 - - uid: 15376 + pos: 12.5,5.5 + parent: 2 + - uid: 4974 components: - type: Transform - pos: -45.5,66.5 - parent: 1 - - uid: 15525 + pos: 13.5,5.5 + parent: 2 + - uid: 4975 components: - type: Transform - pos: -19.5,-3.5 - parent: 1 - - uid: 15539 + pos: 19.5,5.5 + parent: 2 + - uid: 4976 components: - type: Transform - pos: -1.5,-16.5 - parent: 1 - - uid: 15543 + pos: 1.5,23.5 + parent: 2 + - uid: 4977 components: - type: Transform - pos: -12.5,-14.5 - parent: 1 - - uid: 15544 + pos: 2.5,23.5 + parent: 2 + - uid: 4978 components: - type: Transform - pos: -12.5,-11.5 - parent: 1 - - uid: 15552 + pos: 3.5,23.5 + parent: 2 + - uid: 4979 components: - type: Transform - pos: -2.5,-3.5 - parent: 1 - - uid: 15565 + pos: 3.5,22.5 + parent: 2 + - uid: 4980 components: - type: Transform - pos: -18.5,-3.5 - parent: 1 - - uid: 15593 + pos: 3.5,21.5 + parent: 2 + - uid: 4981 components: - type: Transform - pos: -89.5,31.5 - parent: 1 - - uid: 15594 + pos: 4.5,23.5 + parent: 2 + - uid: 4982 components: - type: Transform - pos: -90.5,31.5 - parent: 1 - - uid: 15640 + pos: 4.5,24.5 + parent: 2 + - uid: 4983 components: - type: Transform - pos: -75.5,46.5 - parent: 1 - - uid: 15641 + pos: 4.5,25.5 + parent: 2 + - uid: 4984 components: - type: Transform - pos: -75.5,45.5 - parent: 1 - - uid: 15668 + pos: 4.5,26.5 + parent: 2 + - uid: 4985 components: - type: Transform - pos: -88.5,31.5 - parent: 1 - - uid: 15904 + pos: 4.5,27.5 + parent: 2 + - uid: 4986 components: - type: Transform - pos: -4.5,-3.5 - parent: 1 - - uid: 15905 + pos: 4.5,28.5 + parent: 2 + - uid: 4987 components: - type: Transform - pos: -15.5,-16.5 - parent: 1 - - uid: 15906 + pos: 4.5,29.5 + parent: 2 + - uid: 4988 components: - type: Transform - pos: -12.5,-20.5 - parent: 1 - - uid: 16254 + pos: 4.5,30.5 + parent: 2 + - uid: 4989 components: - type: Transform - pos: 24.5,19.5 - parent: 1 - - uid: 16255 + pos: 4.5,31.5 + parent: 2 + - uid: 4990 components: - type: Transform - pos: 24.5,20.5 - parent: 1 - - uid: 16258 + pos: 4.5,32.5 + parent: 2 + - uid: 4991 components: - type: Transform - pos: 7.5,5.5 - parent: 1 - - uid: 16259 + pos: 4.5,33.5 + parent: 2 + - uid: 4992 components: - type: Transform - pos: 10.5,5.5 - parent: 1 - - uid: 16260 + pos: 4.5,34.5 + parent: 2 + - uid: 4993 components: - type: Transform - pos: 5.5,5.5 - parent: 1 - - uid: 16261 + pos: 4.5,35.5 + parent: 2 + - uid: 4994 components: - type: Transform - pos: 3.5,5.5 - parent: 1 - - uid: 16262 + pos: 21.5,5.5 + parent: 2 + - uid: 4995 components: - type: Transform - pos: 2.5,5.5 - parent: 1 - - uid: 16265 + pos: 6.5,29.5 + parent: 2 + - uid: 4996 components: - type: Transform - pos: 14.5,5.5 - parent: 1 - - uid: 16276 + pos: 5.5,29.5 + parent: 2 + - uid: 4997 components: - type: Transform - pos: 1.5,6.5 - parent: 1 - - uid: 16277 + pos: 4.5,21.5 + parent: 2 + - uid: 4998 components: - type: Transform - pos: 1.5,7.5 - parent: 1 - - uid: 16278 + pos: 23.5,9.5 + parent: 2 + - uid: 4999 components: - type: Transform - pos: 1.5,8.5 - parent: 1 - - uid: 16279 + pos: 22.5,9.5 + parent: 2 + - uid: 5000 components: - type: Transform - pos: 1.5,9.5 - parent: 1 - - uid: 16280 + pos: 22.5,10.5 + parent: 2 + - uid: 5001 components: - type: Transform - pos: 2.5,9.5 - parent: 1 - - uid: 16345 + pos: -10.5,14.5 + parent: 2 + - uid: 5002 components: - type: Transform - pos: -5.5,16.5 - parent: 1 - - uid: 16346 + pos: -5.5,17.5 + parent: 2 + - uid: 5003 components: - type: Transform - pos: -5.5,15.5 - parent: 1 - - uid: 16347 + pos: -6.5,17.5 + parent: 2 + - uid: 5004 components: - type: Transform - pos: -5.5,14.5 - parent: 1 - - uid: 16348 + pos: -7.5,17.5 + parent: 2 + - uid: 5005 components: - type: Transform - pos: -6.5,14.5 - parent: 1 - - uid: 16349 + pos: -8.5,17.5 + parent: 2 + - uid: 5006 components: - type: Transform - pos: -7.5,14.5 - parent: 1 - - uid: 16378 + pos: -9.5,17.5 + parent: 2 + - uid: 5007 components: - type: Transform - pos: 15.5,41.5 - parent: 1 - - uid: 16379 + pos: -9.5,18.5 + parent: 2 + - uid: 5008 components: - type: Transform - pos: 15.5,40.5 - parent: 1 - - uid: 16380 + pos: -10.5,17.5 + parent: 2 + - uid: 5009 components: - type: Transform - pos: 15.5,39.5 - parent: 1 - - uid: 16381 + pos: -18.5,12.5 + parent: 2 + - uid: 5010 components: - type: Transform - pos: 15.5,38.5 - parent: 1 - - uid: 16382 + pos: -36.5,55.5 + parent: 2 + - uid: 5011 components: - type: Transform - pos: 16.5,38.5 - parent: 1 - - uid: 16383 + pos: -9.5,14.5 + parent: 2 + - uid: 5012 components: - type: Transform - pos: 17.5,38.5 - parent: 1 - - uid: 16384 + pos: -64.5,58.5 + parent: 2 + - uid: 5013 components: - type: Transform - pos: 18.5,38.5 - parent: 1 - - uid: 16385 + pos: -18.5,17.5 + parent: 2 + - uid: 5014 components: - type: Transform - pos: 19.5,38.5 - parent: 1 - - uid: 16386 + pos: -64.5,57.5 + parent: 2 + - uid: 5015 components: - type: Transform - pos: 19.5,39.5 - parent: 1 - - uid: 16387 + pos: -19.5,17.5 + parent: 2 + - uid: 5016 components: - type: Transform - pos: 19.5,40.5 - parent: 1 - - uid: 16388 + pos: -20.5,19.5 + parent: 2 + - uid: 5017 components: - type: Transform - pos: 19.5,41.5 - parent: 1 - - uid: 16389 + pos: -16.5,-11.5 + parent: 2 + - uid: 5018 components: - type: Transform - pos: 19.5,43.5 - parent: 1 - - uid: 16390 + pos: -66.5,60.5 + parent: 2 + - uid: 5019 components: - type: Transform - pos: 19.5,44.5 - parent: 1 - - uid: 16391 + pos: -20.5,20.5 + parent: 2 + - uid: 5020 components: - type: Transform - pos: 19.5,42.5 - parent: 1 - - uid: 16448 + pos: -20.5,21.5 + parent: 2 + - uid: 5021 components: - type: Transform - pos: -37.5,55.5 - parent: 1 - - uid: 16449 + pos: -21.5,21.5 + parent: 2 + - uid: 5022 components: - type: Transform - pos: -35.5,55.5 - parent: 1 - - uid: 16450 + pos: -22.5,21.5 + parent: 2 + - uid: 5023 components: - type: Transform - pos: -40.5,55.5 - parent: 1 - - uid: 16451 + pos: -23.5,21.5 + parent: 2 + - uid: 5024 components: - type: Transform - pos: -41.5,55.5 - parent: 1 - - uid: 16452 + pos: -24.5,21.5 + parent: 2 + - uid: 5025 components: - type: Transform - pos: -42.5,55.5 - parent: 1 - - uid: 16453 + pos: -24.5,20.5 + parent: 2 + - uid: 5026 components: - type: Transform - pos: -38.5,55.5 - parent: 1 - - uid: 16454 + pos: -24.5,19.5 + parent: 2 + - uid: 5027 components: - type: Transform - pos: -43.5,55.5 - parent: 1 - - uid: 16455 + pos: -7.5,55.5 + parent: 2 + - uid: 5028 components: - type: Transform - pos: -44.5,55.5 - parent: 1 - - uid: 16456 + pos: -66.5,59.5 + parent: 2 + - uid: 5029 components: - type: Transform - pos: -39.5,55.5 - parent: 1 - - uid: 16457 + pos: -11.5,57.5 + parent: 2 + - uid: 5030 components: - type: Transform - pos: -44.5,54.5 - parent: 1 - - uid: 16458 + pos: -77.5,34.5 + parent: 2 + - uid: 5031 components: - type: Transform - pos: -44.5,53.5 - parent: 1 - - uid: 16459 + pos: -80.5,35.5 + parent: 2 + - uid: 5032 components: - type: Transform - pos: -44.5,52.5 - parent: 1 - - uid: 16460 + pos: -81.5,35.5 + parent: 2 + - uid: 5033 components: - type: Transform - pos: -44.5,50.5 - parent: 1 - - uid: 16461 + pos: -81.5,22.5 + parent: 2 + - uid: 5034 components: - type: Transform - pos: -44.5,49.5 - parent: 1 - - uid: 16462 + pos: -78.5,34.5 + parent: 2 + - uid: 5035 components: - type: Transform - pos: -44.5,51.5 - parent: 1 - - uid: 16463 + pos: -31.5,-6.5 + parent: 2 + - uid: 5036 components: - type: Transform - pos: -45.5,49.5 - parent: 1 - - uid: 16464 + pos: -38.5,-6.5 + parent: 2 + - uid: 5037 components: - type: Transform - pos: -46.5,49.5 - parent: 1 - - uid: 16465 + pos: -24.5,-3.5 + parent: 2 + - uid: 5038 components: - type: Transform - pos: -47.5,49.5 - parent: 1 - - uid: 16466 + pos: -24.5,-4.5 + parent: 2 + - uid: 5039 components: - type: Transform - pos: -47.5,48.5 - parent: 1 - - uid: 16467 + pos: -23.5,-4.5 + parent: 2 + - uid: 5040 components: - type: Transform - pos: -47.5,47.5 - parent: 1 - - uid: 16468 + pos: -22.5,-4.5 + parent: 2 + - uid: 5041 components: - type: Transform - pos: -47.5,45.5 - parent: 1 - - uid: 16469 + pos: -21.5,-4.5 + parent: 2 + - uid: 5042 components: - type: Transform - pos: -47.5,44.5 - parent: 1 - - uid: 16470 + pos: -21.5,-5.5 + parent: 2 + - uid: 5043 components: - type: Transform - pos: -47.5,43.5 - parent: 1 - - uid: 16471 + pos: -21.5,-6.5 + parent: 2 + - uid: 5044 components: - type: Transform - pos: -47.5,46.5 - parent: 1 - - uid: 16472 + pos: -21.5,-7.5 + parent: 2 + - uid: 5045 components: - type: Transform - pos: -48.5,43.5 - parent: 1 - - uid: 16473 + pos: -22.5,-7.5 + parent: 2 + - uid: 5046 components: - type: Transform - pos: -49.5,43.5 - parent: 1 - - uid: 16474 + pos: -23.5,-7.5 + parent: 2 + - uid: 5047 components: - type: Transform - pos: -50.5,43.5 - parent: 1 - - uid: 16475 + pos: -24.5,-7.5 + parent: 2 + - uid: 5048 components: - type: Transform - pos: -52.5,43.5 - parent: 1 - - uid: 16476 + pos: -25.5,-7.5 + parent: 2 + - uid: 5049 components: - type: Transform - pos: -53.5,43.5 - parent: 1 - - uid: 16478 + pos: -26.5,-7.5 + parent: 2 + - uid: 5050 components: - type: Transform - pos: -51.5,43.5 - parent: 1 - - uid: 16479 + pos: -26.5,-6.5 + parent: 2 + - uid: 5051 components: - type: Transform - pos: -53.5,42.5 - parent: 1 - - uid: 16613 + pos: -26.5,-5.5 + parent: 2 + - uid: 5052 components: - type: Transform - pos: -96.5,17.5 - parent: 1 - - uid: 16672 + pos: -26.5,-4.5 + parent: 2 + - uid: 5053 components: - type: Transform - pos: -101.5,31.5 - parent: 1 - - uid: 16674 + pos: -26.5,-3.5 + parent: 2 + - uid: 5054 components: - type: Transform - pos: -18.5,-14.5 - parent: 1 - - uid: 16676 + pos: -26.5,-2.5 + parent: 2 + - uid: 5055 components: - type: Transform - pos: -18.5,-16.5 - parent: 1 - - uid: 16677 + pos: -27.5,-2.5 + parent: 2 + - uid: 5056 components: - type: Transform - pos: -18.5,-15.5 - parent: 1 - - uid: 16678 + pos: -27.5,-6.5 + parent: 2 + - uid: 5057 components: - type: Transform - pos: -20.5,-16.5 - parent: 1 - - uid: 16679 + pos: -28.5,-6.5 + parent: 2 + - uid: 5058 components: - type: Transform - pos: -11.5,-19.5 - parent: 1 - - uid: 16682 + pos: -29.5,-6.5 + parent: 2 + - uid: 5059 components: - type: Transform - pos: -13.5,-20.5 - parent: 1 - - uid: 16683 + pos: -30.5,-6.5 + parent: 2 + - uid: 5060 components: - type: Transform - pos: -13.5,-21.5 - parent: 1 - - uid: 16684 + pos: -37.5,-6.5 + parent: 2 + - uid: 5061 components: - type: Transform - pos: -13.5,-22.5 - parent: 1 - - uid: 16685 + pos: -40.5,-5.5 + parent: 2 + - uid: 5062 components: - type: Transform - pos: -13.5,-24.5 - parent: 1 - - uid: 16686 + pos: -41.5,-5.5 + parent: 2 + - uid: 5063 components: - type: Transform - pos: -13.5,-25.5 - parent: 1 - - uid: 16687 + pos: -42.5,-5.5 + parent: 2 + - uid: 5064 components: - type: Transform - pos: -13.5,-26.5 - parent: 1 - - uid: 16688 + pos: 15.5,48.5 + parent: 2 + - uid: 5065 components: - type: Transform - pos: -13.5,-27.5 - parent: 1 - - uid: 16689 + pos: -25.5,45.5 + parent: 2 + - uid: 5066 components: - type: Transform - pos: -13.5,-28.5 - parent: 1 - - uid: 16690 + pos: -79.5,35.5 + parent: 2 + - uid: 5067 components: - type: Transform - pos: -13.5,-29.5 - parent: 1 - - uid: 16691 + pos: -25.5,48.5 + parent: 2 + - uid: 5068 components: - type: Transform - pos: -13.5,-23.5 - parent: 1 - - uid: 16692 + pos: -41.5,14.5 + parent: 2 + - uid: 5069 components: - type: Transform - pos: -12.5,-29.5 - parent: 1 - - uid: 16693 + pos: -40.5,15.5 + parent: 2 + - uid: 5070 components: - type: Transform - pos: -11.5,-29.5 - parent: 1 - - uid: 16694 + pos: -41.5,15.5 + parent: 2 + - uid: 5071 components: - type: Transform - pos: -10.5,-29.5 - parent: 1 - - uid: 16805 + pos: -41.5,13.5 + parent: 2 + - uid: 5072 components: - type: Transform - pos: 6.5,-5.5 - parent: 1 - - uid: 16813 + pos: -41.5,12.5 + parent: 2 + - uid: 5073 components: - type: Transform - pos: 7.5,-7.5 - parent: 1 - - uid: 16814 + pos: -42.5,14.5 + parent: 2 + - uid: 5074 components: - type: Transform - pos: 7.5,-9.5 - parent: 1 - - uid: 16815 + pos: -43.5,14.5 + parent: 2 + - uid: 5075 components: - type: Transform - pos: 7.5,-10.5 - parent: 1 - - uid: 16816 + pos: -44.5,14.5 + parent: 2 + - uid: 5076 components: - type: Transform - pos: 7.5,-11.5 - parent: 1 - - uid: 16817 + pos: -45.5,14.5 + parent: 2 + - uid: 5077 components: - type: Transform - pos: 7.5,-12.5 - parent: 1 - - uid: 16818 + pos: -46.5,14.5 + parent: 2 + - uid: 5078 components: - type: Transform - pos: 7.5,-8.5 - parent: 1 - - uid: 16819 + pos: -47.5,14.5 + parent: 2 + - uid: 5079 components: - type: Transform - pos: 7.5,-13.5 - parent: 1 - - uid: 16820 + pos: -48.5,14.5 + parent: 2 + - uid: 5080 components: - type: Transform - pos: 7.5,-14.5 - parent: 1 - - uid: 16821 + pos: -49.5,14.5 + parent: 2 + - uid: 5081 components: - type: Transform - pos: 8.5,-14.5 - parent: 1 - - uid: 16822 + pos: -50.5,14.5 + parent: 2 + - uid: 5082 components: - type: Transform - pos: 9.5,-14.5 - parent: 1 - - uid: 16864 + pos: -50.5,15.5 + parent: 2 + - uid: 5083 components: - type: Transform - pos: -11.5,-17.5 - parent: 1 - - uid: 16900 + pos: -50.5,16.5 + parent: 2 + - uid: 5084 components: - type: Transform - pos: 0.5,-19.5 - parent: 1 - - uid: 16902 + pos: -50.5,17.5 + parent: 2 + - uid: 5085 components: - type: Transform - pos: -1.5,-17.5 - parent: 1 - - uid: 16921 + pos: -50.5,18.5 + parent: 2 + - uid: 5086 components: - type: Transform - pos: -7.5,-2.5 - parent: 1 - - uid: 16941 + pos: -50.5,19.5 + parent: 2 + - uid: 5087 components: - type: Transform - pos: -0.5,-2.5 - parent: 1 - - uid: 16942 + pos: -50.5,20.5 + parent: 2 + - uid: 5088 components: - type: Transform - pos: 0.5,-2.5 - parent: 1 - - uid: 16991 + pos: -50.5,21.5 + parent: 2 + - uid: 5089 components: - type: Transform - pos: 4.5,-7.5 - parent: 1 - - uid: 16992 + pos: -49.5,21.5 + parent: 2 + - uid: 5090 components: - type: Transform - pos: 5.5,-5.5 - parent: 1 - - uid: 17006 + pos: -48.5,21.5 + parent: 2 + - uid: 5091 components: - type: Transform - pos: 4.5,-5.5 - parent: 1 - - uid: 17073 + pos: -47.5,21.5 + parent: 2 + - uid: 5092 components: - type: Transform - pos: 6.5,-7.5 - parent: 1 - - uid: 17189 + pos: -46.5,21.5 + parent: 2 + - uid: 5093 components: - type: Transform - pos: -6.5,-11.5 - parent: 1 - - uid: 17279 + pos: -45.5,21.5 + parent: 2 + - uid: 5094 components: - type: Transform - pos: -5.5,-11.5 - parent: 1 - - uid: 17280 + pos: -44.5,21.5 + parent: 2 + - uid: 5095 components: - type: Transform - pos: -4.5,-11.5 - parent: 1 - - uid: 17281 + pos: -43.5,21.5 + parent: 2 + - uid: 5096 components: - type: Transform - pos: -3.5,-11.5 - parent: 1 - - uid: 17495 + pos: -42.5,21.5 + parent: 2 + - uid: 5097 components: - type: Transform - pos: -4.5,-2.5 - parent: 1 - - uid: 17497 + pos: -41.5,21.5 + parent: 2 + - uid: 5098 components: - type: Transform - pos: -5.5,-2.5 - parent: 1 - - uid: 17498 + pos: -40.5,21.5 + parent: 2 + - uid: 5099 components: - type: Transform - pos: -6.5,-2.5 - parent: 1 - - uid: 17507 + pos: -40.5,20.5 + parent: 2 + - uid: 5100 components: - type: Transform - pos: -2.5,-4.5 - parent: 1 - - uid: 17508 + pos: -46.5,25.5 + parent: 2 + - uid: 5101 components: - type: Transform - pos: -1.5,-4.5 - parent: 1 - - uid: 17509 + pos: -49.5,65.5 + parent: 2 + - uid: 5102 components: - type: Transform - pos: -4.5,-4.5 - parent: 1 - - uid: 17510 + pos: -65.5,57.5 + parent: 2 + - uid: 5103 components: - type: Transform - pos: -5.5,-4.5 - parent: 1 - - uid: 17514 + pos: -44.5,27.5 + parent: 2 + - uid: 5104 components: - type: Transform - pos: -4.5,0.5 - parent: 1 - - uid: 17515 + pos: -65.5,60.5 + parent: 2 + - uid: 5105 components: - type: Transform - pos: -4.5,1.5 - parent: 1 - - uid: 17516 + pos: -44.5,26.5 + parent: 2 + - uid: 5106 components: - type: Transform - pos: -5.5,1.5 - parent: 1 - - uid: 17517 + pos: -44.5,25.5 + parent: 2 + - uid: 5107 components: - type: Transform - pos: -3.5,0.5 - parent: 1 - - uid: 17518 + pos: -44.5,24.5 + parent: 2 + - uid: 5108 components: - type: Transform - pos: -2.5,0.5 - parent: 1 - - uid: 17519 + pos: -44.5,23.5 + parent: 2 + - uid: 5109 components: - type: Transform - pos: -2.5,1.5 - parent: 1 - - uid: 17520 + pos: -45.5,27.5 + parent: 2 + - uid: 5110 components: - type: Transform - pos: -1.5,1.5 - parent: 1 - - uid: 17647 + pos: -46.5,27.5 + parent: 2 + - uid: 5111 components: - type: Transform - pos: -52.5,14.5 - parent: 1 - - uid: 17648 + pos: -51.5,14.5 + parent: 2 + - uid: 5112 components: - type: Transform - pos: -53.5,14.5 - parent: 1 - - uid: 17649 + pos: -45.5,9.5 + parent: 2 + - uid: 5113 components: - type: Transform - pos: -54.5,14.5 - parent: 1 - - uid: 17650 + pos: -44.5,13.5 + parent: 2 + - uid: 5114 components: - type: Transform - pos: -55.5,14.5 - parent: 1 - - uid: 17651 + pos: -44.5,12.5 + parent: 2 + - uid: 5115 components: - type: Transform - pos: -56.5,14.5 - parent: 1 - - uid: 17652 + pos: -44.5,11.5 + parent: 2 + - uid: 5116 components: - type: Transform - pos: -57.5,14.5 - parent: 1 - - uid: 17653 + pos: -44.5,10.5 + parent: 2 + - uid: 5117 components: - type: Transform - pos: -57.5,13.5 - parent: 1 - - uid: 17654 + pos: -44.5,9.5 + parent: 2 + - uid: 5118 components: - type: Transform - pos: -57.5,12.5 - parent: 1 - - uid: 17655 + pos: -7.5,56.5 + parent: 2 + - uid: 5119 components: - type: Transform - pos: -57.5,11.5 - parent: 1 - - uid: 17656 + pos: -46.5,24.5 + parent: 2 + - uid: 5120 components: - type: Transform - pos: -57.5,10.5 - parent: 1 - - uid: 17657 + pos: -46.5,23.5 + parent: 2 + - uid: 5122 components: - type: Transform - pos: -57.5,7.5 - parent: 1 - - uid: 17658 + pos: -40.5,-6.5 + parent: 2 + - uid: 5123 components: - type: Transform - pos: -57.5,8.5 - parent: 1 - - uid: 17659 + pos: -40.5,-7.5 + parent: 2 + - uid: 5124 components: - type: Transform - pos: -57.5,9.5 - parent: 1 - - uid: 17660 + pos: -40.5,-8.5 + parent: 2 + - uid: 5125 components: - type: Transform - pos: -57.5,5.5 - parent: 1 - - uid: 17661 + pos: -40.5,-9.5 + parent: 2 + - uid: 5126 components: - type: Transform - pos: -57.5,6.5 - parent: 1 - - uid: 17662 + pos: -41.5,-9.5 + parent: 2 + - uid: 5127 components: - type: Transform - pos: -58.5,5.5 - parent: 1 - - uid: 17663 + pos: -42.5,-9.5 + parent: 2 + - uid: 5128 components: - type: Transform - pos: -60.5,5.5 - parent: 1 - - uid: 17664 + pos: -43.5,-9.5 + parent: 2 + - uid: 5129 components: - type: Transform - pos: -59.5,5.5 - parent: 1 - - uid: 17665 + pos: -44.5,-9.5 + parent: 2 + - uid: 5130 components: - type: Transform - pos: -60.5,6.5 - parent: 1 - - uid: 17666 + pos: -45.5,-9.5 + parent: 2 + - uid: 5131 components: - type: Transform - pos: -60.5,7.5 - parent: 1 - - uid: 17667 + pos: -46.5,-9.5 + parent: 2 + - uid: 5132 components: - type: Transform - pos: -60.5,8.5 - parent: 1 - - uid: 17668 + pos: -47.5,-9.5 + parent: 2 + - uid: 5133 components: - type: Transform - pos: -61.5,8.5 - parent: 1 - - uid: 17669 + pos: -48.5,-9.5 + parent: 2 + - uid: 5134 components: - type: Transform - pos: -62.5,8.5 - parent: 1 - - uid: 17670 + pos: -49.5,-9.5 + parent: 2 + - uid: 5135 components: - type: Transform - pos: -63.5,8.5 - parent: 1 - - uid: 17671 + pos: -50.5,-9.5 + parent: 2 + - uid: 5136 components: - type: Transform - pos: -64.5,8.5 - parent: 1 - - uid: 17672 + pos: -51.5,-9.5 + parent: 2 + - uid: 5137 components: - type: Transform - pos: -66.5,8.5 - parent: 1 - - uid: 17673 + pos: -52.5,-9.5 + parent: 2 + - uid: 5138 components: - type: Transform - pos: -65.5,8.5 - parent: 1 - - uid: 17674 + pos: -53.5,-9.5 + parent: 2 + - uid: 5139 components: - type: Transform - pos: -66.5,9.5 - parent: 1 - - uid: 17675 + pos: -54.5,-9.5 + parent: 2 + - uid: 5140 components: - type: Transform - pos: -66.5,10.5 - parent: 1 - - uid: 17676 + pos: -55.5,-9.5 + parent: 2 + - uid: 5141 components: - type: Transform - pos: -66.5,11.5 - parent: 1 - - uid: 17677 + pos: -56.5,-9.5 + parent: 2 + - uid: 5142 components: - type: Transform - pos: -66.5,12.5 - parent: 1 - - uid: 17678 + pos: -56.5,-8.5 + parent: 2 + - uid: 5143 components: - type: Transform - pos: -67.5,12.5 - parent: 1 - - uid: 17679 + pos: -56.5,-7.5 + parent: 2 + - uid: 5144 components: - type: Transform - pos: -68.5,12.5 - parent: 1 - - uid: 17680 + pos: -55.5,-7.5 + parent: 2 + - uid: 5145 components: - type: Transform - pos: -69.5,12.5 - parent: 1 - - uid: 17681 + pos: -76.5,34.5 + parent: 2 + - uid: 5146 components: - type: Transform - pos: -70.5,12.5 - parent: 1 - - uid: 17682 + pos: -71.5,25.5 + parent: 2 + - uid: 5147 components: - type: Transform - pos: -72.5,12.5 - parent: 1 - - uid: 17683 + pos: 15.5,47.5 + parent: 2 + - uid: 5148 components: - type: Transform - pos: -73.5,12.5 - parent: 1 - - uid: 17684 + pos: -63.5,58.5 + parent: 2 + - uid: 5149 components: - type: Transform - pos: -71.5,12.5 - parent: 1 - - uid: 17685 + pos: -66.5,57.5 + parent: 2 + - uid: 5150 components: - type: Transform - pos: -75.5,12.5 - parent: 1 - - uid: 17686 + pos: -66.5,58.5 + parent: 2 + - uid: 5151 components: - type: Transform - pos: -74.5,12.5 - parent: 1 - - uid: 17687 + pos: 15.5,44.5 + parent: 2 + - uid: 5152 components: - type: Transform - pos: -75.5,13.5 - parent: 1 - - uid: 17952 + pos: -4.5,-0.5 + parent: 2 + - uid: 5153 components: - type: Transform - pos: -78.5,48.5 - parent: 1 - - uid: 17953 + pos: -5.5,-1.5 + parent: 2 + - uid: 5154 components: - type: Transform - pos: -78.5,47.5 - parent: 1 - - uid: 17954 + pos: -44.5,22.5 + parent: 2 + - uid: 5155 components: - type: Transform - pos: -78.5,46.5 - parent: 1 - - uid: 17955 + pos: -46.5,22.5 + parent: 2 + - uid: 5156 components: - type: Transform - pos: -78.5,45.5 - parent: 1 - - uid: 17956 + pos: -8.5,13.5 + parent: 2 + - uid: 5157 components: - type: Transform - pos: -78.5,41.5 - parent: 1 - - uid: 17957 + pos: -25.5,49.5 + parent: 2 + - uid: 5158 components: - type: Transform - pos: -78.5,42.5 - parent: 1 - - uid: 17958 + pos: -25.5,47.5 + parent: 2 + - uid: 5159 components: - type: Transform - pos: -78.5,43.5 - parent: 1 - - uid: 18182 + pos: -9.5,55.5 + parent: 2 + - uid: 5160 components: - type: Transform - pos: -77.5,47.5 - parent: 1 - - uid: 18183 + pos: -10.5,55.5 + parent: 2 + - uid: 5161 components: - type: Transform - pos: -76.5,47.5 - parent: 1 - - uid: 18190 + pos: -11.5,55.5 + parent: 2 + - uid: 5162 components: - type: Transform - pos: -78.5,44.5 - parent: 1 - - uid: 18191 + pos: -23.5,42.5 + parent: 2 + - uid: 5163 components: - type: Transform - pos: -74.5,40.5 - parent: 1 - - uid: 18192 + pos: 22.5,18.5 + parent: 2 + - uid: 5164 components: - type: Transform - pos: -73.5,40.5 - parent: 1 - - uid: 18193 + pos: -8.5,55.5 + parent: 2 + - uid: 5165 components: - type: Transform - pos: -71.5,40.5 - parent: 1 - - uid: 18194 + pos: -4.5,56.5 + parent: 2 + - uid: 5166 components: - type: Transform - pos: -70.5,40.5 - parent: 1 - - uid: 18195 + pos: -5.5,56.5 + parent: 2 + - uid: 5167 components: - type: Transform - pos: -72.5,40.5 - parent: 1 - - uid: 18196 + pos: -6.5,56.5 + parent: 2 + - uid: 5168 components: - type: Transform - pos: -69.5,40.5 - parent: 1 - - uid: 18197 + pos: -18.5,-7.5 + parent: 2 + - uid: 5169 components: - type: Transform - pos: -69.5,39.5 - parent: 1 - - uid: 18198 + pos: -17.5,-7.5 + parent: 2 + - uid: 5170 components: - type: Transform - pos: -69.5,38.5 - parent: 1 - - uid: 18199 + pos: -16.5,-8.5 + parent: 2 + - uid: 5171 components: - type: Transform - pos: -68.5,38.5 - parent: 1 - - uid: 18350 + pos: -16.5,-9.5 + parent: 2 + - uid: 5172 components: - type: Transform - pos: -75.5,41.5 - parent: 1 - - uid: 18351 + pos: 23.5,18.5 + parent: 2 + - uid: 5173 components: - type: Transform - pos: -75.5,42.5 - parent: 1 - - uid: 18352 + pos: 18.5,46.5 + parent: 2 + - uid: 5174 components: - type: Transform - pos: -75.5,43.5 - parent: 1 - - uid: 18354 + pos: 17.5,46.5 + parent: 2 + - uid: 5175 components: - type: Transform - pos: -75.5,44.5 - parent: 1 - - uid: 18367 + pos: 16.5,45.5 + parent: 2 + - uid: 5176 components: - type: Transform - pos: -74.5,44.5 - parent: 1 - - uid: 18368 + pos: -11.5,56.5 + parent: 2 + - uid: 5177 components: - type: Transform - pos: -73.5,44.5 - parent: 1 - - uid: 18369 + pos: -3.5,56.5 + parent: 2 + - uid: 5178 components: - type: Transform - pos: -72.5,44.5 - parent: 1 - - uid: 18472 + pos: -25.5,46.5 + parent: 2 + - uid: 5179 components: - type: Transform - pos: 16.5,49.5 - parent: 1 - - uid: 18473 + pos: -16.5,-7.5 + parent: 2 + - uid: 5180 components: - type: Transform - pos: 15.5,50.5 - parent: 1 - - uid: 18476 + pos: -18.5,-6.5 + parent: 2 + - uid: 5181 components: - type: Transform - pos: 15.5,51.5 - parent: 1 - - uid: 18477 + pos: -20.5,22.5 + parent: 2 + - uid: 5182 components: - type: Transform - pos: 15.5,52.5 - parent: 1 - - uid: 18478 + pos: -25.5,44.5 + parent: 2 + - uid: 5183 components: - type: Transform - pos: 15.5,53.5 - parent: 1 - - uid: 18612 + pos: -25.5,42.5 + parent: 2 + - uid: 5184 components: - type: Transform - pos: 15.5,55.5 - parent: 1 - - uid: 18613 + pos: 24.5,18.5 + parent: 2 + - uid: 5185 components: - type: Transform - pos: 14.5,55.5 - parent: 1 - - uid: 18614 + pos: 26.5,18.5 + parent: 2 + - uid: 5186 components: - type: Transform - pos: 13.5,55.5 - parent: 1 - - uid: 18738 + pos: 25.5,18.5 + parent: 2 + - uid: 5187 components: - type: Transform - pos: 15.5,54.5 - parent: 1 - - uid: 18846 + pos: -74.5,46.5 + parent: 2 + - uid: 5188 components: - type: Transform - pos: -0.5,1.5 - parent: 1 - - uid: 18847 + pos: -25.5,39.5 + parent: 2 + - uid: 5189 components: - type: Transform - pos: -0.5,0.5 - parent: 1 - - uid: 19059 + pos: -53.5,85.5 + parent: 2 + - uid: 5190 components: - type: Transform - pos: -86.5,62.5 - parent: 1 - - uid: 19064 + pos: -52.5,85.5 + parent: 2 + - uid: 5191 components: - type: Transform - pos: -86.5,61.5 - parent: 1 - - uid: 19068 + pos: -51.5,85.5 + parent: 2 + - uid: 5192 components: - type: Transform - pos: -86.5,60.5 - parent: 1 - - uid: 19069 + pos: -50.5,85.5 + parent: 2 + - uid: 5193 components: - type: Transform - pos: -78.5,60.5 - parent: 1 - - uid: 19070 + pos: -50.5,84.5 + parent: 2 + - uid: 5194 components: - type: Transform - pos: -78.5,59.5 - parent: 1 - - uid: 19071 + pos: -50.5,83.5 + parent: 2 + - uid: 5195 components: - type: Transform - pos: -78.5,58.5 - parent: 1 - - uid: 19072 + pos: -50.5,82.5 + parent: 2 + - uid: 5196 components: - type: Transform - pos: -78.5,60.5 - parent: 1 - - uid: 19073 + pos: -50.5,81.5 + parent: 2 + - uid: 5197 components: - type: Transform - pos: -79.5,60.5 - parent: 1 - - uid: 19074 + pos: -50.5,80.5 + parent: 2 + - uid: 5198 components: - type: Transform - pos: -80.5,60.5 - parent: 1 - - uid: 19075 + pos: -50.5,79.5 + parent: 2 + - uid: 5199 components: - type: Transform - pos: -81.5,60.5 - parent: 1 - - uid: 19076 + pos: -50.5,78.5 + parent: 2 + - uid: 5200 components: - type: Transform - pos: -82.5,60.5 - parent: 1 - - uid: 19077 + pos: -50.5,77.5 + parent: 2 + - uid: 5201 components: - type: Transform - pos: -83.5,60.5 - parent: 1 - - uid: 19078 + pos: -50.5,76.5 + parent: 2 + - uid: 5202 components: - type: Transform - pos: -84.5,60.5 - parent: 1 - - uid: 19079 + pos: -50.5,75.5 + parent: 2 + - uid: 5203 components: - type: Transform - pos: -85.5,60.5 - parent: 1 - - uid: 19080 + pos: -50.5,74.5 + parent: 2 + - uid: 5204 components: - type: Transform - pos: -86.5,60.5 - parent: 1 - - uid: 19081 + pos: -50.5,73.5 + parent: 2 + - uid: 5205 components: - type: Transform - pos: -85.5,65.5 - parent: 1 - - uid: 19082 + pos: -50.5,72.5 + parent: 2 + - uid: 5206 components: - type: Transform - pos: -85.5,66.5 - parent: 1 - - uid: 19083 + pos: -50.5,71.5 + parent: 2 + - uid: 5207 components: - type: Transform - pos: -85.5,67.5 - parent: 1 - - uid: 19084 + pos: -50.5,70.5 + parent: 2 + - uid: 5208 components: - type: Transform - pos: -84.5,67.5 - parent: 1 - - uid: 19085 + pos: -50.5,69.5 + parent: 2 + - uid: 5209 components: - type: Transform - pos: -83.5,67.5 - parent: 1 - - uid: 19086 + pos: -50.5,68.5 + parent: 2 + - uid: 5210 components: - type: Transform - pos: -83.5,66.5 - parent: 1 - - uid: 19087 + pos: -50.5,67.5 + parent: 2 + - uid: 5211 components: - type: Transform - pos: -83.5,65.5 - parent: 1 - - uid: 19088 + pos: -50.5,66.5 + parent: 2 + - uid: 5212 components: - type: Transform - pos: -84.5,65.5 - parent: 1 - - uid: 19089 + pos: -50.5,65.5 + parent: 2 + - uid: 5213 components: - type: Transform - pos: -84.5,65.5 - parent: 1 - - uid: 19090 + pos: -50.5,64.5 + parent: 2 + - uid: 5214 components: - type: Transform - pos: -84.5,64.5 - parent: 1 - - uid: 19091 + pos: -50.5,63.5 + parent: 2 + - uid: 5215 components: - type: Transform - pos: -84.5,63.5 - parent: 1 - - uid: 19092 + pos: -50.5,62.5 + parent: 2 + - uid: 5216 components: - type: Transform - pos: -84.5,62.5 - parent: 1 - - uid: 19093 + pos: -50.5,61.5 + parent: 2 + - uid: 5217 components: - type: Transform - pos: -84.5,61.5 - parent: 1 - - uid: 19094 + pos: -50.5,59.5 + parent: 2 + - uid: 5218 components: - type: Transform - pos: -84.5,60.5 - parent: 1 - - uid: 19095 + pos: -50.5,58.5 + parent: 2 + - uid: 5219 components: - type: Transform - pos: -78.5,60.5 - parent: 1 - - uid: 19096 + pos: -50.5,57.5 + parent: 2 + - uid: 5220 components: - type: Transform - pos: -77.5,60.5 - parent: 1 - - uid: 19097 + pos: -50.5,56.5 + parent: 2 + - uid: 5221 components: - type: Transform - pos: -76.5,60.5 - parent: 1 - - uid: 19098 + pos: -51.5,56.5 + parent: 2 + - uid: 5222 components: - type: Transform - pos: -76.5,60.5 - parent: 1 - - uid: 19099 + pos: -52.5,56.5 + parent: 2 + - uid: 5223 components: - type: Transform - pos: -76.5,61.5 - parent: 1 - - uid: 19100 + pos: -53.5,56.5 + parent: 2 + - uid: 5224 components: - type: Transform - pos: -76.5,62.5 - parent: 1 - - uid: 19101 + pos: -54.5,56.5 + parent: 2 + - uid: 5225 components: - type: Transform - pos: -76.5,63.5 - parent: 1 - - uid: 19102 + pos: -55.5,56.5 + parent: 2 + - uid: 5226 components: - type: Transform - pos: -76.5,64.5 - parent: 1 - - uid: 19103 + pos: -56.5,56.5 + parent: 2 + - uid: 5227 components: - type: Transform - pos: -76.5,65.5 - parent: 1 - - uid: 19104 + pos: -57.5,56.5 + parent: 2 + - uid: 5228 components: - type: Transform - pos: -75.5,65.5 - parent: 1 - - uid: 19105 + pos: -58.5,56.5 + parent: 2 + - uid: 5229 components: - type: Transform - pos: -75.5,66.5 - parent: 1 - - uid: 19106 + pos: 15.5,45.5 + parent: 2 + - uid: 5230 components: - type: Transform - pos: -75.5,67.5 - parent: 1 - - uid: 19107 + pos: -17.5,-15.5 + parent: 2 + - uid: 5231 components: - type: Transform - pos: -76.5,67.5 - parent: 1 - - uid: 19108 + pos: -14.5,-14.5 + parent: 2 + - uid: 5232 components: - type: Transform - pos: -77.5,67.5 - parent: 1 - - uid: 19109 + pos: -15.5,-15.5 + parent: 2 + - uid: 5233 components: - type: Transform - pos: -77.5,66.5 - parent: 1 - - uid: 19110 + pos: -13.5,2.5 + parent: 2 + - uid: 5234 components: - type: Transform - pos: -77.5,65.5 - parent: 1 -- proto: CableMVStack - entities: - - uid: 2888 + pos: -50.5,60.5 + parent: 2 + - uid: 5235 components: - type: Transform - pos: 25.496317,-8.37454 - parent: 1 - - uid: 3424 + pos: -51.5,60.5 + parent: 2 + - uid: 5236 components: - type: Transform - pos: -53.590343,29.451523 - parent: 1 - - uid: 15989 + pos: -52.5,60.5 + parent: 2 + - uid: 5237 components: - type: Transform - pos: -7.5488524,8.259583 - parent: 1 -- proto: CableTerminal - entities: - - uid: 256 + pos: -53.5,60.5 + parent: 2 + - uid: 5238 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-0.5 - parent: 1 - - uid: 906 + pos: -54.5,60.5 + parent: 2 + - uid: 5239 components: - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,-8.5 - parent: 1 - - uid: 930 + pos: -55.5,60.5 + parent: 2 + - uid: 5240 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,3.5 - parent: 1 - - uid: 1028 + pos: -56.5,60.5 + parent: 2 + - uid: 5241 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,23.5 - parent: 1 - - uid: 5283 + pos: -57.5,60.5 + parent: 2 + - uid: 5242 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -64.5,57.5 - parent: 1 - - uid: 9862 + pos: -58.5,60.5 + parent: 2 + - uid: 5243 components: - type: Transform - pos: -80.5,23.5 - parent: 1 - - uid: 10167 + pos: -59.5,60.5 + parent: 2 + - uid: 5244 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -70.5,29.5 - parent: 1 - - uid: 10171 + pos: -60.5,60.5 + parent: 2 + - uid: 5245 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -70.5,31.5 - parent: 1 - - uid: 10173 + pos: -61.5,60.5 + parent: 2 + - uid: 5246 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -70.5,30.5 - parent: 1 - - uid: 10175 + pos: -62.5,60.5 + parent: 2 + - uid: 5247 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -70.5,28.5 - parent: 1 - - uid: 15007 + pos: -63.5,60.5 + parent: 2 + - uid: 5248 components: - type: Transform - pos: -81.5,60.5 - parent: 1 - - uid: 18420 + pos: -25.5,43.5 + parent: 2 + - uid: 5249 components: - type: Transform - pos: -80.5,60.5 - parent: 1 - - uid: 18984 + pos: -25.5,40.5 + parent: 2 + - uid: 5250 components: - type: Transform - pos: -79.5,60.5 - parent: 1 -- proto: Candle - entities: - - uid: 1800 + pos: -78.5,33.5 + parent: 2 + - uid: 5251 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.629431,3.6856017 - parent: 1 -- proto: CandleBlack - entities: - - uid: 12611 + pos: -78.5,31.5 + parent: 2 + - uid: 5252 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.275264,3.748145 - parent: 1 -- proto: CandleRed - entities: - - uid: 12610 + pos: -78.5,28.5 + parent: 2 + - uid: 5253 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.441931,3.4875474 - parent: 1 -- proto: CandyBowl - entities: - - uid: 7877 + pos: -78.5,30.5 + parent: 2 + - uid: 5254 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.4997522,34.49803 - parent: 1 -- proto: CannabisSeeds - entities: - - uid: 29 + pos: -35.5,57.5 + parent: 2 + - uid: 5255 components: - type: Transform - pos: -37.356266,49.664383 - parent: 1 - - uid: 65 + pos: -34.5,57.5 + parent: 2 + - uid: 5256 components: - type: Transform - pos: -37.481266,49.508133 - parent: 1 -- proto: CapacitorStockPart - entities: - - uid: 1107 + pos: -34.5,56.5 + parent: 2 + - uid: 5257 components: - type: Transform - pos: -15.51921,-7.0805736 - parent: 1 - - uid: 15555 + pos: -34.5,55.5 + parent: 2 + - uid: 5258 components: - type: Transform - pos: -15.58171,-6.9399486 - parent: 1 -- proto: CarbonDioxideCanister - entities: - - uid: 16952 + pos: -33.5,55.5 + parent: 2 + - uid: 5259 components: - type: Transform - pos: -9.5,-35.5 - parent: 1 - - uid: 17767 + pos: -32.5,55.5 + parent: 2 + - uid: 5260 components: - type: Transform - pos: -86.5,57.5 - parent: 1 - - uid: 17995 + pos: -32.5,54.5 + parent: 2 + - uid: 5261 components: - type: Transform - pos: -69.5,43.5 - parent: 1 -- proto: CargoPallet - entities: - - uid: 9328 + pos: -32.5,53.5 + parent: 2 + - uid: 5262 components: - type: Transform - pos: -34.5,-11.5 - parent: 1 - - uid: 9961 + pos: -32.5,52.5 + parent: 2 + - uid: 5263 components: - type: Transform - pos: -34.5,-10.5 - parent: 1 - - uid: 17582 + pos: -32.5,51.5 + parent: 2 + - uid: 5264 components: - type: Transform - pos: -34.5,-9.5 - parent: 1 - - uid: 17585 + pos: -32.5,50.5 + parent: 2 + - uid: 5265 components: - type: Transform - pos: -32.5,-11.5 - parent: 1 - - uid: 17586 + pos: -31.5,50.5 + parent: 2 + - uid: 5266 components: - type: Transform - pos: -32.5,-10.5 - parent: 1 - - uid: 17587 + pos: -31.5,49.5 + parent: 2 + - uid: 5267 components: - type: Transform - pos: -32.5,-9.5 - parent: 1 -- proto: Carpet - entities: - - uid: 1826 + pos: -31.5,48.5 + parent: 2 + - uid: 5268 components: - type: Transform - pos: 15.5,-1.5 - parent: 1 - - uid: 2428 + pos: -30.5,50.5 + parent: 2 + - uid: 5269 components: - type: Transform - pos: 15.5,-2.5 - parent: 1 - - uid: 5916 + pos: -29.5,50.5 + parent: 2 + - uid: 5270 components: - type: Transform - pos: -7.5,44.5 - parent: 1 - - uid: 5917 + pos: -28.5,50.5 + parent: 2 + - uid: 5271 components: - type: Transform - pos: -7.5,43.5 - parent: 1 - - uid: 5918 + pos: -27.5,50.5 + parent: 2 + - uid: 5272 components: - type: Transform - pos: -7.5,42.5 - parent: 1 - - uid: 5919 + pos: -26.5,50.5 + parent: 2 + - uid: 5273 components: - type: Transform - pos: -7.5,41.5 - parent: 1 - - uid: 5920 + pos: -25.5,50.5 + parent: 2 + - uid: 5274 components: - type: Transform - pos: -7.5,40.5 - parent: 1 - - uid: 5921 + pos: -24.5,50.5 + parent: 2 + - uid: 5275 components: - type: Transform - pos: -7.5,39.5 - parent: 1 - - type: Insulated - - uid: 5922 + pos: -25.5,38.5 + parent: 2 + - uid: 5276 components: - type: Transform - pos: -8.5,40.5 - parent: 1 - - uid: 5923 + pos: -26.5,38.5 + parent: 2 + - uid: 5277 components: - type: Transform - pos: -9.5,40.5 - parent: 1 - - uid: 5924 + pos: -25.5,41.5 + parent: 2 + - uid: 5278 components: - type: Transform - pos: -6.5,40.5 - parent: 1 - - uid: 5925 + pos: -8.5,14.5 + parent: 2 + - uid: 5279 components: - type: Transform - pos: -5.5,40.5 - parent: 1 - - uid: 6071 + pos: -20.5,23.5 + parent: 2 + - uid: 5280 components: - type: Transform - pos: -62.5,63.5 - parent: 1 - - uid: 6082 + pos: -21.5,23.5 + parent: 2 + - uid: 5281 components: - type: Transform - pos: -62.5,64.5 - parent: 1 - - uid: 8939 + pos: -21.5,23.5 + parent: 2 + - uid: 5282 components: - type: Transform - pos: -61.5,63.5 - parent: 1 - - uid: 8940 + pos: -22.5,23.5 + parent: 2 + - uid: 5283 components: - type: Transform - pos: -61.5,64.5 - parent: 1 - - uid: 12612 + pos: -23.5,23.5 + parent: 2 + - uid: 5284 components: - type: Transform - pos: 15.5,-2.5 - parent: 1 - - uid: 14856 + pos: -24.5,23.5 + parent: 2 + - uid: 5285 components: - type: Transform - pos: 15.5,-0.5 - parent: 1 - - uid: 14857 + pos: -25.5,23.5 + parent: 2 + - uid: 5286 components: - type: Transform - pos: 15.5,0.5 - parent: 1 - - uid: 15084 + pos: -26.5,23.5 + parent: 2 + - uid: 5287 components: - type: Transform - pos: 15.5,1.5 - parent: 1 - - uid: 15205 + pos: -27.5,23.5 + parent: 2 + - uid: 5288 components: - type: Transform - pos: 15.5,2.5 - parent: 1 - - uid: 15861 + pos: -28.5,23.5 + parent: 2 + - uid: 5289 components: - type: Transform - pos: -54.5,65.5 - parent: 1 - - uid: 15862 + pos: -29.5,23.5 + parent: 2 + - uid: 5290 components: - type: Transform - pos: -54.5,64.5 - parent: 1 - - uid: 15913 + pos: -29.5,24.5 + parent: 2 + - uid: 5291 components: - type: Transform - pos: -63.5,64.5 - parent: 1 - - uid: 17523 + pos: -29.5,25.5 + parent: 2 + - uid: 5292 components: - type: Transform - pos: -63.5,63.5 - parent: 1 - - uid: 17599 + pos: -29.5,26.5 + parent: 2 + - uid: 5293 components: - type: Transform - pos: -70.5,11.5 - parent: 1 - - uid: 17601 + pos: -29.5,27.5 + parent: 2 + - uid: 5294 components: - type: Transform - pos: -69.5,11.5 - parent: 1 - - uid: 17602 + pos: -29.5,28.5 + parent: 2 + - uid: 5295 components: - type: Transform - pos: -69.5,12.5 - parent: 1 - - uid: 17603 + pos: -29.5,29.5 + parent: 2 + - uid: 5296 components: - type: Transform - pos: -70.5,12.5 - parent: 1 - - uid: 17604 + pos: -29.5,30.5 + parent: 2 + - uid: 5302 components: - type: Transform - pos: -75.5,9.5 - parent: 1 - - uid: 17605 + pos: -80.5,25.5 + parent: 2 + - uid: 5303 components: - type: Transform - pos: -74.5,9.5 - parent: 1 - - uid: 17606 + pos: -81.5,25.5 + parent: 2 + - uid: 5304 components: - type: Transform - pos: -73.5,9.5 - parent: 1 - - uid: 17607 + pos: -82.5,25.5 + parent: 2 + - uid: 5305 components: - type: Transform - pos: -73.5,8.5 - parent: 1 - - uid: 17608 + pos: -83.5,25.5 + parent: 2 + - uid: 5306 components: - type: Transform - pos: -74.5,8.5 - parent: 1 - - uid: 17609 + pos: -82.5,28.5 + parent: 2 + - uid: 5310 components: - type: Transform - pos: -75.5,8.5 - parent: 1 -- proto: CarpetBlack - entities: - - uid: 3748 + pos: -90.5,17.5 + parent: 2 + - uid: 5312 components: - type: Transform - pos: -46.5,-5.5 - parent: 1 - - uid: 4259 + pos: -104.5,24.5 + parent: 2 + - uid: 5316 components: - type: Transform - pos: -45.5,-4.5 - parent: 1 - - uid: 4262 + pos: 11.5,-8.5 + parent: 2 + - uid: 5317 components: - type: Transform - pos: -46.5,-4.5 - parent: 1 - - uid: 6404 + pos: -14.5,-17.5 + parent: 2 + - uid: 5318 components: - type: Transform - pos: -45.5,-5.5 - parent: 1 -- proto: CarpetBlue - entities: - - uid: 1025 + pos: -12.5,-8.5 + parent: 2 + - uid: 5319 components: - type: Transform - pos: 15.5,30.5 - parent: 1 - - uid: 12785 + pos: -12.5,-15.5 + parent: 2 + - uid: 5320 components: - type: Transform - pos: 14.5,30.5 - parent: 1 - - uid: 12786 + pos: -12.5,-1.5 + parent: 2 + - uid: 5321 components: - type: Transform - pos: 14.5,31.5 - parent: 1 - - uid: 12787 + pos: -5.5,-16.5 + parent: 2 + - uid: 5322 components: - type: Transform - pos: 14.5,32.5 - parent: 1 - - uid: 12789 + pos: -84.5,35.5 + parent: 2 + - uid: 5323 components: - type: Transform - pos: 15.5,31.5 - parent: 1 - - uid: 12790 + pos: -86.5,35.5 + parent: 2 + - uid: 5324 components: - type: Transform - pos: 15.5,32.5 - parent: 1 - - uid: 12791 + pos: -88.5,35.5 + parent: 2 + - uid: 5325 components: - type: Transform - pos: 16.5,30.5 - parent: 1 - - uid: 12792 + pos: -89.5,35.5 + parent: 2 + - uid: 5326 components: - type: Transform - pos: 16.5,31.5 - parent: 1 - - uid: 12793 + pos: -87.5,35.5 + parent: 2 + - uid: 5327 components: - type: Transform - pos: 16.5,32.5 - parent: 1 - - uid: 14680 + pos: -79.5,27.5 + parent: 2 + - uid: 5328 components: - type: Transform - pos: -4.5,61.5 - parent: 1 - - uid: 14681 + pos: -80.5,27.5 + parent: 2 + - uid: 5329 components: - type: Transform - pos: -3.5,61.5 - parent: 1 - - uid: 14684 + pos: -81.5,27.5 + parent: 2 + - uid: 5330 components: - type: Transform - pos: -4.5,60.5 - parent: 1 - - uid: 14685 + pos: -82.5,27.5 + parent: 2 + - uid: 5331 components: - type: Transform - pos: -3.5,60.5 - parent: 1 - - uid: 18898 + pos: -39.5,-6.5 + parent: 2 + - uid: 5332 components: - type: Transform - pos: -4.5,50.5 - parent: 1 - - uid: 18899 + pos: -35.5,-6.5 + parent: 2 + - uid: 5333 components: - type: Transform - pos: -4.5,49.5 - parent: 1 - - uid: 18900 + pos: -34.5,-6.5 + parent: 2 + - uid: 5334 components: - type: Transform - pos: -3.5,49.5 - parent: 1 - - uid: 18901 + pos: -33.5,-6.5 + parent: 2 + - uid: 5335 components: - type: Transform - pos: -3.5,50.5 - parent: 1 -- proto: CarpetChapel - entities: - - uid: 1784 + pos: -32.5,-6.5 + parent: 2 + - uid: 5336 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-1.5 - parent: 1 - - uid: 1785 + pos: -36.5,-6.5 + parent: 2 + - uid: 5337 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-2.5 - parent: 1 - - uid: 1791 + pos: -87.5,30.5 + parent: 2 + - uid: 5338 components: - type: Transform - pos: 16.5,-2.5 - parent: 1 - - uid: 1796 + pos: -20.5,18.5 + parent: 2 + - uid: 5339 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,-1.5 - parent: 1 - - uid: 1806 + pos: -20.5,17.5 + parent: 2 + - uid: 5340 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-1.5 - parent: 1 - - uid: 1809 + pos: -42.5,-8.5 + parent: 2 + - uid: 5341 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-2.5 - parent: 1 - - uid: 1810 + pos: -64.5,60.5 + parent: 2 + - uid: 5342 components: - type: Transform - pos: 13.5,-2.5 - parent: 1 - - uid: 1840 + pos: -14.5,-18.5 + parent: 2 + - uid: 5345 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-1.5 - parent: 1 -- proto: CarpetGreen - entities: - - uid: 18902 + pos: -79.5,26.5 + parent: 2 + - uid: 5346 components: - type: Transform - pos: 0.5,49.5 - parent: 1 - - uid: 18903 + pos: -79.5,25.5 + parent: 2 + - uid: 5347 components: - type: Transform - pos: -0.5,49.5 - parent: 1 - - uid: 18904 + pos: -79.5,24.5 + parent: 2 + - uid: 5348 components: - type: Transform - pos: -0.5,50.5 - parent: 1 - - uid: 18905 + pos: -79.5,23.5 + parent: 2 + - uid: 5349 components: - type: Transform - pos: 0.5,50.5 - parent: 1 -- proto: CarpetPurple - entities: - - uid: 9749 + pos: -80.5,23.5 + parent: 2 + - uid: 5350 components: - type: Transform - pos: -38.5,38.5 - parent: 1 - - uid: 9759 + pos: -81.5,23.5 + parent: 2 + - uid: 5351 components: - type: Transform - pos: -38.5,37.5 - parent: 1 - - uid: 9760 + pos: -82.5,23.5 + parent: 2 + - uid: 5352 components: - type: Transform - pos: -38.5,36.5 - parent: 1 - - uid: 9761 + pos: -83.5,23.5 + parent: 2 + - uid: 5353 components: - type: Transform - pos: -37.5,38.5 - parent: 1 - - uid: 9762 + pos: -84.5,23.5 + parent: 2 + - uid: 5354 components: - type: Transform - pos: -37.5,37.5 - parent: 1 - - uid: 9763 + pos: -84.5,22.5 + parent: 2 + - uid: 5355 components: - type: Transform - pos: -37.5,36.5 - parent: 1 - - uid: 9764 + pos: -84.5,21.5 + parent: 2 + - uid: 5356 components: - type: Transform - pos: -36.5,38.5 - parent: 1 - - uid: 9765 + pos: -84.5,20.5 + parent: 2 + - uid: 5357 components: - type: Transform - pos: -36.5,37.5 - parent: 1 - - uid: 9766 + pos: -85.5,20.5 + parent: 2 + - uid: 5358 components: - type: Transform - pos: -36.5,36.5 - parent: 1 - - uid: 15158 + pos: -86.5,20.5 + parent: 2 + - uid: 5359 components: - type: Transform - pos: 22.5,56.5 - parent: 1 - - uid: 15245 + pos: -87.5,20.5 + parent: 2 + - uid: 5360 components: - type: Transform - pos: 22.5,55.5 - parent: 1 - - uid: 18525 + pos: -4.5,-16.5 + parent: 2 + - uid: 5361 components: - type: Transform - pos: 23.5,56.5 - parent: 1 - - uid: 18526 + pos: -3.5,-16.5 + parent: 2 + - uid: 5377 components: - type: Transform - pos: 23.5,55.5 - parent: 1 -- proto: CarpetSBlue - entities: - - uid: 9494 + pos: -105.5,24.5 + parent: 2 + - uid: 5389 components: - type: Transform - pos: -22.5,37.5 - parent: 1 - - uid: 14683 + pos: -0.5,-16.5 + parent: 2 + - uid: 5390 components: - type: Transform - pos: -8.5,61.5 - parent: 1 - - uid: 15098 + pos: -2.5,-16.5 + parent: 2 + - uid: 5391 components: - type: Transform - pos: -19.5,42.5 - parent: 1 - - uid: 15827 + pos: -3.5,-14.5 + parent: 2 + - uid: 5392 components: - type: Transform - pos: -21.5,37.5 - parent: 1 -- proto: Catwalk - entities: - - uid: 113 + pos: -86.5,29.5 + parent: 2 + - uid: 5393 components: - type: Transform - pos: -8.5,-9.5 - parent: 1 - - uid: 150 + pos: -86.5,30.5 + parent: 2 + - uid: 5395 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,-6.5 - parent: 1 - - uid: 187 + pos: -78.5,32.5 + parent: 2 + - uid: 5396 components: - type: Transform - pos: -74.5,-13.5 - parent: 1 - - uid: 211 + pos: -5.5,-0.5 + parent: 2 + - uid: 5397 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,-7.5 - parent: 1 - - uid: 238 + pos: -76.5,40.5 + parent: 2 + - uid: 5398 components: - type: Transform - pos: -8.5,-8.5 - parent: 1 - - uid: 239 + pos: -72.5,46.5 + parent: 2 + - uid: 5399 components: - type: Transform - pos: -8.5,-7.5 - parent: 1 - - uid: 264 + pos: -75.5,40.5 + parent: 2 + - uid: 5400 components: - type: Transform - pos: 4.5,-7.5 - parent: 1 - - uid: 275 + pos: -45.5,65.5 + parent: 2 + - uid: 5401 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,-4.5 - parent: 1 - - uid: 321 + pos: -67.5,57.5 + parent: 2 + - uid: 5402 components: - type: Transform - pos: 13.5,16.5 - parent: 1 - - uid: 370 + pos: -67.5,56.5 + parent: 2 + - uid: 5403 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-25.5 - parent: 1 - - uid: 371 + pos: -67.5,55.5 + parent: 2 + - uid: 5404 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-24.5 - parent: 1 - - uid: 372 + pos: -67.5,54.5 + parent: 2 + - uid: 5405 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-24.5 - parent: 1 - - uid: 383 + pos: -67.5,53.5 + parent: 2 + - uid: 5406 components: - type: Transform - pos: -30.5,55.5 - parent: 1 - - uid: 391 + pos: -67.5,52.5 + parent: 2 + - uid: 5407 components: - type: Transform - pos: 23.5,30.5 - parent: 1 - - uid: 397 + pos: -67.5,51.5 + parent: 2 + - uid: 5408 components: - type: Transform - pos: 14.5,21.5 - parent: 1 - - uid: 399 + pos: -67.5,50.5 + parent: 2 + - uid: 5409 components: - type: Transform - pos: 20.5,26.5 - parent: 1 - - uid: 400 + pos: -66.5,50.5 + parent: 2 + - uid: 5410 components: - type: Transform - pos: 23.5,22.5 - parent: 1 - - uid: 402 + pos: -66.5,49.5 + parent: 2 + - uid: 5411 components: - type: Transform - pos: 23.5,33.5 - parent: 1 - - uid: 403 + pos: -66.5,48.5 + parent: 2 + - uid: 5412 components: - type: Transform - pos: 14.5,19.5 - parent: 1 - - uid: 406 + pos: -66.5,47.5 + parent: 2 + - uid: 5413 components: - type: Transform - pos: -4.5,-8.5 - parent: 1 - - uid: 451 + pos: -66.5,46.5 + parent: 2 + - uid: 5414 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-21.5 - parent: 1 - - uid: 485 + pos: -66.5,45.5 + parent: 2 + - uid: 5415 components: - type: Transform - pos: -3.5,17.5 - parent: 1 - - uid: 488 + pos: -66.5,44.5 + parent: 2 + - uid: 5416 components: - type: Transform - pos: -77.5,-10.5 - parent: 1 - - uid: 532 + pos: -65.5,44.5 + parent: 2 + - uid: 5417 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -64.5,60.5 - parent: 1 - - uid: 558 + pos: -78.5,29.5 + parent: 2 + - uid: 5418 components: - type: Transform - pos: 4.5,-1.5 - parent: 1 - - uid: 721 + pos: -71.5,34.5 + parent: 2 + - uid: 5419 components: - type: Transform - pos: 19.5,-19.5 - parent: 1 - - uid: 723 + pos: -70.5,34.5 + parent: 2 + - uid: 5420 components: - type: Transform - pos: -11.5,-21.5 - parent: 1 - - uid: 861 + pos: -69.5,34.5 + parent: 2 + - uid: 5421 components: - type: Transform - pos: 18.5,-15.5 - parent: 1 - - uid: 862 + pos: -68.5,34.5 + parent: 2 + - uid: 5422 components: - type: Transform - pos: 19.5,-15.5 - parent: 1 - - uid: 863 + pos: -68.5,35.5 + parent: 2 + - uid: 5423 components: - type: Transform - pos: 20.5,-15.5 - parent: 1 - - uid: 864 + pos: -72.5,34.5 + parent: 2 + - uid: 5424 components: - type: Transform - pos: 21.5,-15.5 - parent: 1 - - uid: 865 + pos: -73.5,34.5 + parent: 2 + - uid: 5425 components: - type: Transform - pos: 22.5,-15.5 - parent: 1 - - uid: 866 + pos: -74.5,34.5 + parent: 2 + - uid: 5426 components: - type: Transform - pos: 23.5,-15.5 - parent: 1 - - uid: 867 + pos: -75.5,34.5 + parent: 2 + - uid: 5427 components: - type: Transform - pos: 24.5,-15.5 - parent: 1 - - uid: 868 + pos: -73.5,33.5 + parent: 2 + - uid: 5428 components: - type: Transform - pos: 25.5,-15.5 - parent: 1 - - uid: 869 + pos: -73.5,33.5 + parent: 2 + - uid: 5429 components: - type: Transform - pos: 26.5,-15.5 - parent: 1 - - uid: 870 + pos: -73.5,32.5 + parent: 2 + - uid: 5430 components: - type: Transform - pos: 27.5,-15.5 - parent: 1 - - uid: 871 + pos: -73.5,31.5 + parent: 2 + - uid: 5431 components: - type: Transform - pos: 28.5,-15.5 - parent: 1 - - uid: 872 + pos: -73.5,30.5 + parent: 2 + - uid: 5432 components: - type: Transform - pos: 20.5,-19.5 - parent: 1 - - uid: 873 + pos: -73.5,29.5 + parent: 2 + - uid: 5433 components: - type: Transform - pos: 21.5,-19.5 - parent: 1 - - uid: 874 + pos: -73.5,28.5 + parent: 2 + - uid: 5434 components: - type: Transform - pos: 22.5,-19.5 - parent: 1 - - uid: 875 + pos: -73.5,27.5 + parent: 2 + - uid: 5435 components: - type: Transform - pos: 23.5,-19.5 - parent: 1 - - uid: 876 + pos: -46.5,65.5 + parent: 2 + - uid: 5436 components: - type: Transform - pos: 24.5,-19.5 - parent: 1 - - uid: 877 + pos: -73.5,26.5 + parent: 2 + - uid: 5437 components: - type: Transform - pos: 25.5,-19.5 - parent: 1 - - uid: 878 + pos: -73.5,25.5 + parent: 2 + - uid: 5438 components: - type: Transform - pos: 26.5,-19.5 - parent: 1 - - uid: 879 + pos: -73.5,24.5 + parent: 2 + - uid: 5439 components: - type: Transform - pos: 27.5,-19.5 - parent: 1 - - uid: 880 + pos: -73.5,23.5 + parent: 2 + - uid: 5440 components: - type: Transform - pos: 28.5,-19.5 - parent: 1 - - uid: 882 + pos: -73.5,22.5 + parent: 2 + - uid: 5441 components: - type: Transform - pos: 20.5,-23.5 - parent: 1 - - uid: 883 + pos: -73.5,21.5 + parent: 2 + - uid: 5442 components: - type: Transform - pos: 21.5,-23.5 - parent: 1 - - uid: 884 + pos: -74.5,21.5 + parent: 2 + - uid: 5443 components: - type: Transform - pos: 22.5,-23.5 - parent: 1 - - uid: 885 + pos: -75.5,21.5 + parent: 2 + - uid: 5444 components: - type: Transform - pos: 23.5,-23.5 - parent: 1 - - uid: 886 + pos: -16.5,-15.5 + parent: 2 + - uid: 5445 components: - type: Transform - pos: 24.5,-23.5 - parent: 1 - - uid: 887 + pos: 22.5,8.5 + parent: 2 + - uid: 5446 components: - type: Transform - pos: 25.5,-23.5 - parent: 1 - - uid: 888 + pos: -14.5,-15.5 + parent: 2 + - uid: 5447 components: - type: Transform - pos: 26.5,-23.5 - parent: 1 - - uid: 889 + pos: 22.5,17.5 + parent: 2 + - uid: 5448 components: - type: Transform - pos: 27.5,-23.5 - parent: 1 - - uid: 890 + pos: 21.5,17.5 + parent: 2 + - uid: 5449 components: - type: Transform - pos: 28.5,-23.5 - parent: 1 - - uid: 891 + pos: 20.5,17.5 + parent: 2 + - uid: 5450 components: - type: Transform - pos: 28.5,-24.5 - parent: 1 - - uid: 892 + pos: 18.5,17.5 + parent: 2 + - uid: 5451 components: - type: Transform - pos: 28.5,-22.5 - parent: 1 - - uid: 893 + pos: 17.5,17.5 + parent: 2 + - uid: 5452 components: - type: Transform - pos: 28.5,-21.5 - parent: 1 - - uid: 894 + pos: 19.5,17.5 + parent: 2 + - uid: 5453 components: - type: Transform - pos: 28.5,-20.5 - parent: 1 - - uid: 895 + pos: 22.5,7.5 + parent: 2 + - uid: 5454 components: - type: Transform - pos: 28.5,-18.5 - parent: 1 - - uid: 896 + pos: 16.5,17.5 + parent: 2 + - uid: 5455 components: - type: Transform - pos: 28.5,-17.5 - parent: 1 - - uid: 897 + pos: 22.5,6.5 + parent: 2 + - uid: 5456 components: - type: Transform - pos: 28.5,-16.5 - parent: 1 - - uid: 898 + pos: 22.5,5.5 + parent: 2 + - uid: 5457 components: - type: Transform - pos: 28.5,-14.5 - parent: 1 - - uid: 899 + pos: 23.5,5.5 + parent: 2 + - uid: 5458 components: - type: Transform - pos: 28.5,-13.5 - parent: 1 - - uid: 900 + pos: 24.5,5.5 + parent: 2 + - uid: 5459 components: - type: Transform - pos: 28.5,-12.5 - parent: 1 - - uid: 901 + pos: 25.5,5.5 + parent: 2 + - uid: 5460 components: - type: Transform - pos: 28.5,-11.5 - parent: 1 - - uid: 902 + pos: 26.5,5.5 + parent: 2 + - uid: 5461 components: - type: Transform - pos: 28.5,-10.5 - parent: 1 - - uid: 1089 + pos: 26.5,6.5 + parent: 2 + - uid: 5462 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-23.5 - parent: 1 - - uid: 1183 + pos: 26.5,7.5 + parent: 2 + - uid: 5463 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-5.5 - parent: 1 - - uid: 1220 + pos: 26.5,8.5 + parent: 2 + - uid: 5464 components: - type: Transform - pos: -48.5,-16.5 - parent: 1 - - uid: 1232 + pos: 26.5,9.5 + parent: 2 + - uid: 5465 components: - type: Transform - pos: -30.5,53.5 - parent: 1 - - uid: 1315 + pos: 26.5,11.5 + parent: 2 + - uid: 5466 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-1.5 - parent: 1 - - uid: 1420 + pos: 26.5,12.5 + parent: 2 + - uid: 5467 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,14.5 - parent: 1 - - uid: 1515 + pos: 26.5,13.5 + parent: 2 + - uid: 5468 components: - type: Transform - pos: -2.5,-7.5 - parent: 1 - - uid: 1522 + pos: 26.5,14.5 + parent: 2 + - uid: 5469 components: - type: Transform - pos: 4.5,-3.5 - parent: 1 - - uid: 1859 + pos: 26.5,15.5 + parent: 2 + - uid: 5470 components: - type: Transform - pos: -3.5,-7.5 - parent: 1 - - uid: 2011 + pos: 26.5,10.5 + parent: 2 + - uid: 5471 components: - type: Transform - pos: -5.5,15.5 - parent: 1 - - uid: 2332 + pos: 26.5,16.5 + parent: 2 + - uid: 5472 components: - type: Transform - rot: 3.141592653589793 rad - pos: -97.5,46.5 - parent: 1 - - uid: 2890 + pos: -10.5,-16.5 + parent: 2 + - uid: 5473 components: - type: Transform - pos: 28.5,-5.5 - parent: 1 - - uid: 2892 + pos: -6.5,-16.5 + parent: 2 + - uid: 5474 components: - type: Transform - pos: 26.5,-5.5 - parent: 1 - - uid: 2894 + pos: -12.5,-13.5 + parent: 2 + - uid: 5475 components: - type: Transform - pos: 24.5,-5.5 - parent: 1 - - uid: 2896 + pos: -11.5,-18.5 + parent: 2 + - uid: 5476 components: - type: Transform - pos: 22.5,-5.5 - parent: 1 - - uid: 2897 + pos: -3.5,-12.5 + parent: 2 + - uid: 5477 components: - type: Transform - pos: 21.5,-5.5 - parent: 1 - - uid: 2898 + pos: -6.5,-13.5 + parent: 2 + - uid: 5478 components: - type: Transform - pos: 20.5,-5.5 - parent: 1 - - uid: 2899 + pos: -18.5,-13.5 + parent: 2 + - uid: 5479 components: - type: Transform - pos: 19.5,-5.5 - parent: 1 - - uid: 2901 + pos: -8.5,-16.5 + parent: 2 + - uid: 5480 components: - type: Transform - pos: 17.5,-5.5 - parent: 1 - - uid: 2903 + pos: -7.5,-16.5 + parent: 2 + - uid: 5481 components: - type: Transform - pos: 15.5,-5.5 - parent: 1 - - uid: 2904 + pos: -9.5,-16.5 + parent: 2 + - uid: 5482 components: - type: Transform - pos: 14.5,-5.5 - parent: 1 - - uid: 2908 + pos: -11.5,-16.5 + parent: 2 + - uid: 5483 components: - type: Transform - pos: 10.5,-5.5 - parent: 1 - - uid: 2911 + pos: -19.5,-16.5 + parent: 2 + - uid: 5484 components: - type: Transform - pos: 4.5,-4.5 - parent: 1 - - uid: 2913 + pos: 26.5,17.5 + parent: 2 + - uid: 5485 components: - type: Transform - pos: 4.5,-2.5 - parent: 1 - - uid: 2915 + pos: -19.5,16.5 + parent: 2 + - uid: 5486 components: - type: Transform - pos: 4.5,-0.5 - parent: 1 - - uid: 2916 + pos: -12.5,1.5 + parent: 2 + - uid: 5487 components: - type: Transform - pos: 4.5,0.5 - parent: 1 - - uid: 2932 + pos: -23.5,43.5 + parent: 2 + - uid: 5488 components: - type: Transform - pos: 23.5,-4.5 - parent: 1 - - uid: 2933 + pos: -24.5,41.5 + parent: 2 + - uid: 5489 components: - type: Transform - pos: 23.5,-3.5 - parent: 1 - - uid: 2935 + pos: -23.5,41.5 + parent: 2 + - uid: 5490 components: - type: Transform - pos: 23.5,-1.5 - parent: 1 - - uid: 2937 + pos: -77.5,40.5 + parent: 2 + - uid: 5494 components: - type: Transform - pos: 23.5,0.5 - parent: 1 - - uid: 2939 + pos: -48.5,65.5 + parent: 2 + - uid: 5501 components: - type: Transform - pos: 22.5,1.5 - parent: 1 - - uid: 2940 + pos: -78.5,35.5 + parent: 2 + - uid: 5503 components: - type: Transform - pos: 22.5,2.5 - parent: 1 - - uid: 2965 + pos: 15.5,46.5 + parent: 2 + - uid: 5504 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-5.5 - parent: 1 - - uid: 2982 + pos: -105.5,27.5 + parent: 2 + - uid: 5505 components: - type: Transform - pos: -52.5,68.5 - parent: 1 - - uid: 3170 + pos: -72.5,45.5 + parent: 2 + - uid: 5506 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-22.5 - parent: 1 - - uid: 3501 + pos: -40.5,-4.5 + parent: 2 + - uid: 5507 components: - type: Transform - pos: -48.5,-15.5 - parent: 1 - - uid: 3539 + pos: -40.5,-3.5 + parent: 2 + - uid: 5508 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-15.5 - parent: 1 - - uid: 3540 + pos: -40.5,-2.5 + parent: 2 + - uid: 5509 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-16.5 - parent: 1 - - uid: 3541 + pos: -41.5,-2.5 + parent: 2 + - uid: 5510 components: - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,-15.5 - parent: 1 - - uid: 3560 + pos: -42.5,-2.5 + parent: 2 + - uid: 5511 components: - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,-16.5 - parent: 1 - - uid: 3579 + pos: -43.5,-2.5 + parent: 2 + - uid: 5512 components: - type: Transform - pos: -83.5,40.5 - parent: 1 - - uid: 3590 + pos: -44.5,-2.5 + parent: 2 + - uid: 5513 components: - type: Transform - pos: -4.5,-7.5 - parent: 1 - - uid: 3615 + pos: -44.5,-3.5 + parent: 2 + - uid: 5514 components: - type: Transform - pos: -82.5,40.5 - parent: 1 - - uid: 3889 + pos: -44.5,-4.5 + parent: 2 + - uid: 5515 components: - type: Transform - pos: -28.5,2.5 - parent: 1 - - uid: 4090 + pos: -44.5,-5.5 + parent: 2 + - uid: 5516 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -67.5,22.5 - parent: 1 - - uid: 4101 + pos: -45.5,-5.5 + parent: 2 + - uid: 5517 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,22.5 - parent: 1 - - uid: 4560 + pos: -46.5,-5.5 + parent: 2 + - uid: 5518 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -64.5,58.5 - parent: 1 - - uid: 4764 + pos: -78.5,40.5 + parent: 2 + - uid: 5519 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,-6.5 - parent: 1 - - uid: 4765 + pos: -47.5,-5.5 + parent: 2 + - uid: 5520 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,-4.5 - parent: 1 - - uid: 4766 + pos: 15.5,43.5 + parent: 2 + - uid: 5522 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-4.5 - parent: 1 - - uid: 4767 + pos: -18.5,-12.5 + parent: 2 + - uid: 5523 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,-4.5 - parent: 1 - - uid: 4768 + pos: 27.5,24.5 + parent: 2 + - uid: 5524 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,-2.5 - parent: 1 - - uid: 4772 + pos: 26.5,24.5 + parent: 2 + - uid: 5525 components: - type: Transform - pos: -23.5,-10.5 - parent: 1 - - uid: 4792 + pos: 25.5,24.5 + parent: 2 + - uid: 5526 components: - type: Transform - pos: -66.5,22.5 - parent: 1 - - uid: 4871 + pos: 24.5,24.5 + parent: 2 + - uid: 5527 components: - type: Transform - pos: -66.5,20.5 - parent: 1 - - uid: 4940 + pos: -10.5,-18.5 + parent: 2 + - uid: 5528 components: - type: Transform - pos: -74.5,-14.5 - parent: 1 - - uid: 4981 + pos: -12.5,0.5 + parent: 2 + - uid: 5529 components: - type: Transform - pos: -68.5,21.5 - parent: 1 - - uid: 5000 + pos: -14.5,2.5 + parent: 2 + - uid: 5530 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,36.5 - parent: 1 - - uid: 5023 + pos: -12.5,-0.5 + parent: 2 + - uid: 5531 components: - type: Transform - pos: -67.5,21.5 - parent: 1 - - uid: 5026 + pos: -12.5,-9.5 + parent: 2 + - uid: 5532 components: - type: Transform - pos: -66.5,11.5 - parent: 1 - - uid: 5033 + pos: -12.5,-3.5 + parent: 2 + - uid: 5533 components: - type: Transform - pos: -60.5,8.5 - parent: 1 - - uid: 5039 + pos: -11.5,-20.5 + parent: 2 + - uid: 5534 components: - type: Transform - pos: -67.5,9.5 - parent: 1 - - uid: 5040 + pos: -12.5,-4.5 + parent: 2 + - uid: 5535 components: - type: Transform - pos: -62.5,8.5 - parent: 1 - - uid: 5053 + pos: -12.5,-7.5 + parent: 2 + - uid: 5536 components: - type: Transform - pos: -65.5,8.5 - parent: 1 - - uid: 5189 + pos: -12.5,2.5 + parent: 2 + - uid: 5537 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-2.5 - parent: 1 - - uid: 5195 + pos: -12.5,-2.5 + parent: 2 + - uid: 5538 components: - type: Transform - pos: -69.5,26.5 - parent: 1 - - uid: 5200 + pos: -12.5,-10.5 + parent: 2 + - uid: 5539 components: - type: Transform - pos: -70.5,26.5 - parent: 1 - - uid: 5223 + pos: -98.5,17.5 + parent: 2 + - uid: 5541 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -88.5,40.5 - parent: 1 - - uid: 5246 + pos: -8.5,56.5 + parent: 2 + - uid: 5542 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,-8.5 - parent: 1 - - uid: 5247 + pos: -8.5,57.5 + parent: 2 + - uid: 5543 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,0.5 - parent: 1 - - uid: 5339 + pos: -12.5,-6.5 + parent: 2 + - uid: 5544 components: - type: Transform - pos: -46.5,67.5 - parent: 1 - - uid: 5347 + pos: -12.5,-5.5 + parent: 2 + - uid: 5545 components: - type: Transform - pos: -54.5,80.5 - parent: 1 - - uid: 5368 + pos: -8.5,58.5 + parent: 2 + - uid: 5546 components: - type: Transform - pos: -50.5,72.5 - parent: 1 - - uid: 5370 + pos: -19.5,15.5 + parent: 2 + - uid: 5547 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,0.5 - parent: 1 - - uid: 5371 + pos: -8.5,59.5 + parent: 2 + - uid: 5548 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,-6.5 - parent: 1 - - uid: 5372 + pos: -7.5,59.5 + parent: 2 + - uid: 5549 components: - type: Transform - pos: -28.5,-0.5 - parent: 1 - - uid: 5373 + pos: -6.5,59.5 + parent: 2 + - uid: 5550 components: - type: Transform - pos: -28.5,-1.5 - parent: 1 - - uid: 5375 + pos: -13.5,-11.5 + parent: 2 + - uid: 5551 components: - type: Transform - pos: -28.5,-3.5 - parent: 1 - - uid: 5376 + pos: -72.5,26.5 + parent: 2 + - uid: 5552 components: - type: Transform - pos: -28.5,-4.5 - parent: 1 - - uid: 5377 + pos: -71.5,26.5 + parent: 2 + - uid: 5553 components: - type: Transform - pos: -28.5,-5.5 - parent: 1 - - uid: 5379 + pos: 0.5,-17.5 + parent: 2 + - uid: 5554 components: - type: Transform - pos: -50.5,73.5 - parent: 1 - - uid: 5381 + pos: 1.5,-19.5 + parent: 2 + - uid: 5555 components: - type: Transform - pos: -26.5,-6.5 - parent: 1 - - uid: 5383 + pos: -19.5,14.5 + parent: 2 + - uid: 5556 components: - type: Transform - pos: -25.5,-7.5 - parent: 1 - - uid: 5384 + pos: -92.5,17.5 + parent: 2 + - uid: 5557 components: - type: Transform - pos: -24.5,-7.5 - parent: 1 - - uid: 5386 + pos: 17.5,45.5 + parent: 2 + - uid: 5560 components: - type: Transform - pos: -22.5,-7.5 - parent: 1 - - uid: 5388 + pos: -47.5,65.5 + parent: 2 + - uid: 5563 components: - type: Transform - pos: -21.5,-6.5 - parent: 1 - - uid: 5390 + pos: -45.5,66.5 + parent: 2 + - uid: 5564 components: - type: Transform - pos: -21.5,-4.5 - parent: 1 - - uid: 5391 + pos: -19.5,-3.5 + parent: 2 + - uid: 5565 components: - type: Transform - pos: -21.5,-3.5 - parent: 1 - - uid: 5394 + pos: -1.5,-16.5 + parent: 2 + - uid: 5566 components: - type: Transform - pos: -21.5,-0.5 - parent: 1 - - uid: 5395 + pos: -12.5,-14.5 + parent: 2 + - uid: 5567 components: - type: Transform - pos: -52.5,74.5 - parent: 1 - - uid: 5396 + pos: -12.5,-11.5 + parent: 2 + - uid: 5568 components: - type: Transform - pos: -21.5,1.5 - parent: 1 - - uid: 5398 + pos: -2.5,-3.5 + parent: 2 + - uid: 5569 components: - type: Transform - pos: -19.5,1.5 - parent: 1 - - uid: 5399 + pos: -18.5,-3.5 + parent: 2 + - uid: 5571 components: - type: Transform - pos: -18.5,1.5 - parent: 1 - - uid: 5400 + pos: -100.5,33.5 + parent: 2 + - uid: 5572 components: - type: Transform - pos: -17.5,1.5 - parent: 1 - - uid: 5402 + pos: -75.5,46.5 + parent: 2 + - uid: 5573 components: - type: Transform - pos: -15.5,1.5 - parent: 1 - - uid: 5455 + pos: -75.5,45.5 + parent: 2 + - uid: 5575 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-23.5 - parent: 1 - - uid: 5466 + pos: -4.5,-3.5 + parent: 2 + - uid: 5576 components: - type: Transform - pos: -48.5,1.5 - parent: 1 - - uid: 5468 + pos: -15.5,-16.5 + parent: 2 + - uid: 5577 components: - type: Transform - pos: -48.5,-0.5 - parent: 1 - - uid: 5469 + pos: -12.5,-20.5 + parent: 2 + - uid: 5578 components: - type: Transform - pos: -48.5,-1.5 - parent: 1 - - uid: 5471 + pos: 24.5,19.5 + parent: 2 + - uid: 5579 components: - type: Transform - pos: -48.5,-3.5 - parent: 1 - - uid: 5474 + pos: 24.5,20.5 + parent: 2 + - uid: 5580 components: - type: Transform - pos: -48.5,-6.5 - parent: 1 - - uid: 5475 + pos: 7.5,5.5 + parent: 2 + - uid: 5581 components: - type: Transform - pos: -48.5,-7.5 - parent: 1 - - uid: 5479 + pos: 10.5,5.5 + parent: 2 + - uid: 5582 components: - type: Transform - pos: -52.5,-9.5 - parent: 1 - - uid: 5480 + pos: 5.5,5.5 + parent: 2 + - uid: 5583 components: - type: Transform - pos: -51.5,-9.5 - parent: 1 - - uid: 5482 + pos: 3.5,5.5 + parent: 2 + - uid: 5584 components: - type: Transform - pos: -49.5,-9.5 - parent: 1 - - uid: 5483 + pos: 2.5,5.5 + parent: 2 + - uid: 5585 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,2.5 - parent: 1 - - uid: 5484 + pos: 14.5,5.5 + parent: 2 + - uid: 5586 components: - type: Transform - pos: -47.5,-9.5 - parent: 1 - - uid: 5485 + pos: 1.5,6.5 + parent: 2 + - uid: 5587 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,1.5 - parent: 1 - - uid: 5486 + pos: 1.5,7.5 + parent: 2 + - uid: 5588 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,19.5 - parent: 1 - - uid: 5488 + pos: 1.5,8.5 + parent: 2 + - uid: 5589 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,17.5 - parent: 1 - - uid: 5562 + pos: 1.5,9.5 + parent: 2 + - uid: 5590 components: - type: Transform - pos: -41.5,15.5 - parent: 1 - - uid: 5563 + pos: 2.5,9.5 + parent: 2 + - uid: 5591 components: - type: Transform - pos: -41.5,14.5 - parent: 1 - - uid: 5564 + pos: -5.5,16.5 + parent: 2 + - uid: 5592 components: - type: Transform - pos: -43.5,14.5 - parent: 1 - - uid: 5566 + pos: -5.5,15.5 + parent: 2 + - uid: 5593 components: - type: Transform - pos: -45.5,14.5 - parent: 1 - - uid: 5567 + pos: -5.5,14.5 + parent: 2 + - uid: 5594 components: - type: Transform - pos: -46.5,14.5 - parent: 1 - - uid: 5568 + pos: -6.5,14.5 + parent: 2 + - uid: 5595 components: - type: Transform - pos: -47.5,14.5 - parent: 1 - - uid: 5583 + pos: -7.5,14.5 + parent: 2 + - uid: 5596 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-25.5 - parent: 1 - - uid: 5584 + pos: 15.5,41.5 + parent: 2 + - uid: 5597 components: - type: Transform - pos: -44.5,21.5 - parent: 1 - - uid: 5585 + pos: 15.5,40.5 + parent: 2 + - uid: 5598 components: - type: Transform - pos: -43.5,21.5 - parent: 1 - - uid: 5587 + pos: 15.5,39.5 + parent: 2 + - uid: 5599 components: - type: Transform - pos: -41.5,21.5 - parent: 1 - - uid: 5592 + pos: 15.5,38.5 + parent: 2 + - uid: 5600 components: - type: Transform - pos: -44.5,24.5 - parent: 1 - - uid: 5593 + pos: 16.5,38.5 + parent: 2 + - uid: 5601 components: - type: Transform - pos: -44.5,25.5 - parent: 1 - - uid: 5595 + pos: 17.5,38.5 + parent: 2 + - uid: 5602 components: - type: Transform - pos: -44.5,27.5 - parent: 1 - - uid: 5627 + pos: 18.5,38.5 + parent: 2 + - uid: 5603 components: - type: Transform - pos: -44.5,13.5 - parent: 1 - - uid: 5630 + pos: 19.5,38.5 + parent: 2 + - uid: 5604 components: - type: Transform - pos: -44.5,10.5 - parent: 1 - - uid: 5631 + pos: 19.5,39.5 + parent: 2 + - uid: 5605 components: - type: Transform - pos: -44.5,9.5 - parent: 1 - - uid: 5654 + pos: 19.5,40.5 + parent: 2 + - uid: 5606 components: - type: Transform - pos: -33.5,9.5 - parent: 1 - - uid: 5657 + pos: 19.5,41.5 + parent: 2 + - uid: 5607 components: - type: Transform - pos: -33.5,12.5 - parent: 1 - - uid: 5658 + pos: 19.5,43.5 + parent: 2 + - uid: 5608 components: - type: Transform - pos: -33.5,13.5 - parent: 1 - - uid: 5660 + pos: 19.5,44.5 + parent: 2 + - uid: 5609 components: - type: Transform - pos: -31.5,13.5 - parent: 1 - - uid: 5663 + pos: 19.5,42.5 + parent: 2 + - uid: 5610 components: - type: Transform - pos: -30.5,15.5 - parent: 1 - - uid: 5677 + pos: -37.5,55.5 + parent: 2 + - uid: 5611 components: - type: Transform - pos: -20.5,21.5 - parent: 1 - - uid: 5689 + pos: -35.5,55.5 + parent: 2 + - uid: 5612 components: - type: Transform - pos: -19.5,19.5 - parent: 1 - - uid: 5691 + pos: -40.5,55.5 + parent: 2 + - uid: 5613 components: - type: Transform - pos: -19.5,17.5 - parent: 1 - - uid: 5693 + pos: -41.5,55.5 + parent: 2 + - uid: 5614 components: - type: Transform - pos: -19.5,15.5 - parent: 1 - - uid: 5698 + pos: -42.5,55.5 + parent: 2 + - uid: 5615 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,15.5 - parent: 1 - - uid: 5699 + pos: -38.5,55.5 + parent: 2 + - uid: 5616 components: - type: Transform - pos: -19.5,9.5 - parent: 1 - - uid: 5758 + pos: -43.5,55.5 + parent: 2 + - uid: 5617 components: - type: Transform - pos: -5.5,9.5 - parent: 1 - - uid: 5761 + pos: -44.5,55.5 + parent: 2 + - uid: 5618 components: - type: Transform - pos: -5.5,12.5 - parent: 1 - - uid: 5762 + pos: -39.5,55.5 + parent: 2 + - uid: 5619 components: - type: Transform - pos: -5.5,13.5 - parent: 1 - - uid: 5771 + pos: -44.5,54.5 + parent: 2 + - uid: 5620 components: - type: Transform - pos: -6.5,21.5 - parent: 1 - - uid: 5772 + pos: -44.5,53.5 + parent: 2 + - uid: 5621 components: - type: Transform - pos: -6.5,22.5 - parent: 1 - - uid: 5774 + pos: -44.5,52.5 + parent: 2 + - uid: 5622 components: - type: Transform - pos: -6.5,24.5 - parent: 1 - - uid: 5775 + pos: -44.5,50.5 + parent: 2 + - uid: 5623 components: - type: Transform - pos: -6.5,25.5 - parent: 1 - - uid: 5778 + pos: -44.5,49.5 + parent: 2 + - uid: 5624 components: - type: Transform - pos: -9.5,25.5 - parent: 1 - - uid: 5817 + pos: -44.5,51.5 + parent: 2 + - uid: 5625 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,37.5 - parent: 1 - - uid: 5819 + pos: -45.5,49.5 + parent: 2 + - uid: 5626 components: - type: Transform - pos: 0.5,12.5 - parent: 1 - - uid: 5830 + pos: -46.5,49.5 + parent: 2 + - uid: 5627 components: - type: Transform - pos: -24.5,-10.5 - parent: 1 - - uid: 5946 + pos: -47.5,49.5 + parent: 2 + - uid: 5628 components: - type: Transform - pos: 2.5,12.5 - parent: 1 - - uid: 5990 + pos: -47.5,48.5 + parent: 2 + - uid: 5629 components: - type: Transform - pos: -64.5,20.5 - parent: 1 - - uid: 6400 + pos: -47.5,47.5 + parent: 2 + - uid: 5630 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,10.5 - parent: 1 - - uid: 6658 + pos: -47.5,45.5 + parent: 2 + - uid: 5631 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,67.5 - parent: 1 - - uid: 6713 + pos: -47.5,44.5 + parent: 2 + - uid: 5632 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,74.5 - parent: 1 - - uid: 6756 + pos: -47.5,43.5 + parent: 2 + - uid: 5633 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,75.5 - parent: 1 - - uid: 6765 + pos: -47.5,46.5 + parent: 2 + - uid: 5634 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,72.5 - parent: 1 - - uid: 6883 + pos: -48.5,43.5 + parent: 2 + - uid: 5635 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,80.5 - parent: 1 - - uid: 7129 + pos: -49.5,43.5 + parent: 2 + - uid: 5636 components: - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,20.5 - parent: 1 - - uid: 7193 + pos: -50.5,43.5 + parent: 2 + - uid: 5637 components: - type: Transform - rot: 3.141592653589793 rad - pos: -63.5,31.5 - parent: 1 - - uid: 7227 + pos: -52.5,43.5 + parent: 2 + - uid: 5638 components: - type: Transform - pos: -54.5,79.5 - parent: 1 - - uid: 7348 + pos: -53.5,43.5 + parent: 2 + - uid: 5639 components: - type: Transform - pos: -52.5,67.5 - parent: 1 - - uid: 7349 + pos: -51.5,43.5 + parent: 2 + - uid: 5640 components: - type: Transform - pos: -50.5,68.5 - parent: 1 - - uid: 7358 + pos: -53.5,42.5 + parent: 2 + - uid: 5641 components: - type: Transform - pos: -48.5,67.5 - parent: 1 - - uid: 7360 + pos: 0.5,23.5 + parent: 2 + - uid: 5642 components: - type: Transform - pos: -47.5,67.5 - parent: 1 - - uid: 7366 + pos: -0.5,23.5 + parent: 2 + - uid: 5643 components: - type: Transform - pos: -50.5,71.5 - parent: 1 - - uid: 7367 + pos: -1.5,23.5 + parent: 2 + - uid: 5644 components: - type: Transform - pos: -52.5,76.5 - parent: 1 - - uid: 7403 + pos: -2.5,23.5 + parent: 2 + - uid: 5646 components: - type: Transform - pos: 15.5,47.5 - parent: 1 - - uid: 7405 + pos: -3.5,23.5 + parent: 2 + - uid: 5647 components: - type: Transform - pos: 15.5,45.5 - parent: 1 - - uid: 7407 + pos: -4.5,23.5 + parent: 2 + - uid: 5648 components: - type: Transform - pos: 15.5,43.5 - parent: 1 - - uid: 7409 + pos: -5.5,23.5 + parent: 2 + - uid: 5650 components: - type: Transform - pos: 15.5,41.5 - parent: 1 - - uid: 7411 + pos: -18.5,-14.5 + parent: 2 + - uid: 5651 components: - type: Transform - pos: 15.5,39.5 - parent: 1 - - uid: 7412 + pos: -18.5,-16.5 + parent: 2 + - uid: 5652 components: - type: Transform - pos: -50.5,75.5 - parent: 1 - - uid: 7415 + pos: -18.5,-15.5 + parent: 2 + - uid: 5653 components: - type: Transform - pos: 15.5,35.5 - parent: 1 - - uid: 7416 + pos: -20.5,-16.5 + parent: 2 + - uid: 5654 components: - type: Transform - pos: -50.5,76.5 - parent: 1 - - uid: 7417 + pos: -11.5,-19.5 + parent: 2 + - uid: 5655 components: - type: Transform - pos: 17.5,35.5 - parent: 1 - - uid: 7418 + pos: -13.5,-20.5 + parent: 2 + - uid: 5656 components: - type: Transform - pos: 18.5,35.5 - parent: 1 - - uid: 7419 + pos: -13.5,-21.5 + parent: 2 + - uid: 5657 components: - type: Transform - pos: -50.5,77.5 - parent: 1 - - uid: 7422 + pos: -13.5,-22.5 + parent: 2 + - uid: 5658 components: - type: Transform - pos: -52.5,71.5 - parent: 1 - - uid: 7423 + pos: -13.5,-24.5 + parent: 2 + - uid: 5659 components: - type: Transform - pos: 23.5,35.5 - parent: 1 - - uid: 7424 + pos: -13.5,-25.5 + parent: 2 + - uid: 5660 components: - type: Transform - pos: 23.5,34.5 - parent: 1 - - uid: 7426 + pos: -13.5,-26.5 + parent: 2 + - uid: 5661 components: - type: Transform - pos: 23.5,32.5 - parent: 1 - - uid: 7427 + pos: -13.5,-27.5 + parent: 2 + - uid: 5662 components: - type: Transform - pos: 23.5,31.5 - parent: 1 - - uid: 7428 + pos: -13.5,-28.5 + parent: 2 + - uid: 5663 components: - type: Transform - pos: -52.5,73.5 - parent: 1 - - uid: 7430 + pos: -13.5,-29.5 + parent: 2 + - uid: 5664 components: - type: Transform - pos: 23.5,28.5 - parent: 1 - - uid: 7432 + pos: -13.5,-23.5 + parent: 2 + - uid: 5665 components: - type: Transform - pos: 23.5,26.5 - parent: 1 - - uid: 7434 + pos: -12.5,-29.5 + parent: 2 + - uid: 5666 components: - type: Transform - pos: 23.5,24.5 - parent: 1 - - uid: 7435 + pos: -11.5,-29.5 + parent: 2 + - uid: 5667 components: - type: Transform - pos: 23.5,23.5 - parent: 1 - - uid: 7437 + pos: -10.5,-29.5 + parent: 2 + - uid: 5668 components: - type: Transform - pos: 14.5,40.5 - parent: 1 - - uid: 7445 + pos: 6.5,-5.5 + parent: 2 + - uid: 5669 components: - type: Transform - pos: 7.5,41.5 - parent: 1 - - uid: 7446 + pos: 7.5,-7.5 + parent: 2 + - uid: 5670 components: - type: Transform - pos: 7.5,42.5 - parent: 1 - - uid: 7449 + pos: 7.5,-9.5 + parent: 2 + - uid: 5671 components: - type: Transform - pos: 7.5,45.5 - parent: 1 - - uid: 7450 + pos: 7.5,-10.5 + parent: 2 + - uid: 5672 components: - type: Transform - pos: 7.5,46.5 - parent: 1 - - uid: 7453 + pos: 7.5,-11.5 + parent: 2 + - uid: 5673 components: - type: Transform - pos: 13.5,48.5 - parent: 1 - - uid: 7454 + pos: 7.5,-12.5 + parent: 2 + - uid: 5674 components: - type: Transform - pos: 12.5,48.5 - parent: 1 - - uid: 7455 + pos: 7.5,-8.5 + parent: 2 + - uid: 5675 components: - type: Transform - pos: 11.5,48.5 - parent: 1 - - uid: 7457 + pos: 7.5,-13.5 + parent: 2 + - uid: 5676 components: - type: Transform - pos: 9.5,48.5 - parent: 1 - - uid: 7459 + pos: 7.5,-14.5 + parent: 2 + - uid: 5677 components: - type: Transform - pos: 7.5,48.5 - parent: 1 - - uid: 7460 + pos: 8.5,-14.5 + parent: 2 + - uid: 5678 components: - type: Transform - pos: 6.5,47.5 - parent: 1 - - uid: 7462 + pos: 9.5,-14.5 + parent: 2 + - uid: 5679 components: - type: Transform - pos: 4.5,47.5 - parent: 1 - - uid: 7463 + pos: -11.5,-17.5 + parent: 2 + - uid: 5680 components: - type: Transform - pos: 3.5,47.5 - parent: 1 - - uid: 7464 + pos: 0.5,-19.5 + parent: 2 + - uid: 5681 components: - type: Transform - pos: 2.5,47.5 - parent: 1 - - uid: 7466 + pos: -1.5,-17.5 + parent: 2 + - uid: 5682 components: - type: Transform - pos: 0.5,47.5 - parent: 1 - - uid: 7469 + pos: -7.5,-2.5 + parent: 2 + - uid: 5683 components: - type: Transform - pos: -2.5,47.5 - parent: 1 - - uid: 7470 + pos: -0.5,-2.5 + parent: 2 + - uid: 5684 components: - type: Transform - pos: -3.5,47.5 - parent: 1 - - uid: 7471 + pos: 0.5,-2.5 + parent: 2 + - uid: 5685 components: - type: Transform - pos: -50.5,79.5 - parent: 1 - - uid: 7474 + pos: 4.5,-7.5 + parent: 2 + - uid: 5686 components: - type: Transform - pos: -7.5,47.5 - parent: 1 - - uid: 7475 + pos: 5.5,-5.5 + parent: 2 + - uid: 5687 components: - type: Transform - pos: -7.5,48.5 - parent: 1 - - uid: 7477 + pos: 4.5,-5.5 + parent: 2 + - uid: 5688 components: - type: Transform - pos: -7.5,50.5 - parent: 1 - - uid: 7478 + pos: 6.5,-7.5 + parent: 2 + - uid: 5689 components: - type: Transform - pos: -52.5,80.5 - parent: 1 - - uid: 7479 + pos: -6.5,-11.5 + parent: 2 + - uid: 5690 components: - type: Transform - pos: -10.5,51.5 - parent: 1 - - uid: 7481 + pos: -5.5,-11.5 + parent: 2 + - uid: 5691 components: - type: Transform - pos: -12.5,51.5 - parent: 1 - - uid: 7482 + pos: -4.5,-11.5 + parent: 2 + - uid: 5692 components: - type: Transform - pos: -13.5,51.5 - parent: 1 - - uid: 7483 + pos: -3.5,-11.5 + parent: 2 + - uid: 5693 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,49.5 - parent: 1 - - uid: 7484 + pos: -4.5,-2.5 + parent: 2 + - uid: 5694 components: - type: Transform - pos: -9.5,51.5 - parent: 1 - - uid: 7485 + pos: -5.5,-2.5 + parent: 2 + - uid: 5695 components: - type: Transform - pos: -2.5,46.5 - parent: 1 - - uid: 7486 + pos: -6.5,-2.5 + parent: 2 + - uid: 5696 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,50.5 - parent: 1 - - uid: 7487 + pos: -2.5,-4.5 + parent: 2 + - uid: 5697 components: - type: Transform - pos: -2.5,44.5 - parent: 1 - - uid: 7488 + pos: -1.5,-4.5 + parent: 2 + - uid: 5698 components: - type: Transform - pos: -2.5,43.5 - parent: 1 - - uid: 7489 + pos: -4.5,-4.5 + parent: 2 + - uid: 5699 components: - type: Transform - pos: -2.5,42.5 - parent: 1 - - uid: 7490 + pos: -5.5,-4.5 + parent: 2 + - uid: 5700 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,46.5 - parent: 1 - - uid: 7491 + pos: -4.5,0.5 + parent: 2 + - uid: 5701 components: - type: Transform - pos: -2.5,40.5 - parent: 1 - - uid: 7493 + pos: -4.5,1.5 + parent: 2 + - uid: 5702 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,54.5 - parent: 1 - - uid: 7494 + pos: -5.5,1.5 + parent: 2 + - uid: 5703 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,39.5 - parent: 1 - - uid: 7495 + pos: -3.5,0.5 + parent: 2 + - uid: 5704 components: - type: Transform - rot: 3.141592653589793 rad - pos: -97.5,40.5 - parent: 1 - - uid: 7496 + pos: -2.5,0.5 + parent: 2 + - uid: 5705 components: - type: Transform - pos: -4.5,37.5 - parent: 1 - - uid: 7497 + pos: -2.5,1.5 + parent: 2 + - uid: 5706 components: - type: Transform - pos: -5.5,37.5 - parent: 1 - - uid: 7498 + pos: -1.5,1.5 + parent: 2 + - uid: 5707 components: - type: Transform - pos: -6.5,37.5 - parent: 1 - - uid: 7499 - components: - - type: Transform - pos: -7.5,37.5 - parent: 1 - - uid: 7500 + pos: -52.5,14.5 + parent: 2 + - uid: 5708 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,46.5 - parent: 1 - - uid: 7501 + pos: -53.5,14.5 + parent: 2 + - uid: 5709 components: - type: Transform - pos: -9.5,37.5 - parent: 1 - - uid: 7502 + pos: -54.5,14.5 + parent: 2 + - uid: 5710 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,36.5 - parent: 1 - - uid: 7503 + pos: -55.5,14.5 + parent: 2 + - uid: 5711 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,43.5 - parent: 1 - - uid: 7504 + pos: -56.5,14.5 + parent: 2 + - uid: 5712 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,34.5 - parent: 1 - - uid: 7507 + pos: -57.5,14.5 + parent: 2 + - uid: 5713 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,34.5 - parent: 1 - - uid: 7508 + pos: -57.5,13.5 + parent: 2 + - uid: 5714 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,25.5 - parent: 1 - - uid: 7607 + pos: -57.5,12.5 + parent: 2 + - uid: 5715 components: - type: Transform - rot: 3.141592653589793 rad - pos: -67.5,20.5 - parent: 1 - - uid: 7608 + pos: -57.5,11.5 + parent: 2 + - uid: 5716 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,79.5 - parent: 1 - - uid: 7637 + pos: -57.5,10.5 + parent: 2 + - uid: 5717 components: - type: Transform - pos: -3.5,12.5 - parent: 1 - - uid: 7638 + pos: -57.5,7.5 + parent: 2 + - uid: 5718 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,36.5 - parent: 1 - - uid: 7639 + pos: -57.5,8.5 + parent: 2 + - uid: 5719 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,39.5 - parent: 1 - - uid: 7833 + pos: -57.5,9.5 + parent: 2 + - uid: 5720 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,40.5 - parent: 1 - - uid: 7834 + pos: -57.5,5.5 + parent: 2 + - uid: 5721 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,39.5 - parent: 1 - - uid: 7835 + pos: -57.5,6.5 + parent: 2 + - uid: 5722 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,40.5 - parent: 1 - - uid: 7837 + pos: -58.5,5.5 + parent: 2 + - uid: 5723 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,45.5 - parent: 1 - - uid: 7838 + pos: -60.5,5.5 + parent: 2 + - uid: 5724 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,46.5 - parent: 1 - - uid: 7839 + pos: -59.5,5.5 + parent: 2 + - uid: 5725 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,46.5 - parent: 1 - - uid: 7840 + pos: -60.5,6.5 + parent: 2 + - uid: 5726 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,42.5 - parent: 1 - - uid: 7849 + pos: -60.5,7.5 + parent: 2 + - uid: 5727 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,48.5 - parent: 1 - - uid: 7918 + pos: -60.5,8.5 + parent: 2 + - uid: 5728 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,55.5 - parent: 1 - - uid: 8032 + pos: -61.5,8.5 + parent: 2 + - uid: 5729 components: - type: Transform - pos: -104.5,26.5 - parent: 1 - - uid: 8547 + pos: -62.5,8.5 + parent: 2 + - uid: 5730 components: - type: Transform - pos: -81.5,40.5 - parent: 1 - - uid: 9048 + pos: -63.5,8.5 + parent: 2 + - uid: 5731 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -79.5,29.5 - parent: 1 - - uid: 9055 + pos: -64.5,8.5 + parent: 2 + - uid: 5732 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -78.5,29.5 - parent: 1 - - uid: 9175 + pos: -66.5,8.5 + parent: 2 + - uid: 5733 components: - type: Transform - rot: 3.141592653589793 rad - pos: -63.5,32.5 - parent: 1 - - uid: 9182 + pos: -65.5,8.5 + parent: 2 + - uid: 5734 components: - type: Transform - rot: 3.141592653589793 rad - pos: -97.5,41.5 - parent: 1 - - uid: 9243 + pos: -66.5,9.5 + parent: 2 + - uid: 5735 components: - type: Transform - pos: -103.5,24.5 - parent: 1 - - uid: 9369 + pos: -66.5,10.5 + parent: 2 + - uid: 5736 components: - type: Transform - pos: -6.5,19.5 - parent: 1 - - uid: 9535 + pos: -66.5,11.5 + parent: 2 + - uid: 5737 components: - type: Transform - rot: 3.141592653589793 rad - pos: -97.5,45.5 - parent: 1 - - uid: 9625 + pos: -66.5,12.5 + parent: 2 + - uid: 5738 components: - type: Transform - pos: 13.5,17.5 - parent: 1 - - uid: 9716 + pos: -67.5,12.5 + parent: 2 + - uid: 5739 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -97.5,19.5 - parent: 1 - - uid: 9717 + pos: -68.5,12.5 + parent: 2 + - uid: 5740 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -97.5,31.5 - parent: 1 - - uid: 9718 + pos: -69.5,12.5 + parent: 2 + - uid: 5741 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -98.5,31.5 - parent: 1 - - uid: 9721 + pos: -70.5,12.5 + parent: 2 + - uid: 5742 components: - type: Transform - pos: -103.5,25.5 - parent: 1 - - uid: 9844 + pos: -72.5,12.5 + parent: 2 + - uid: 5743 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -85.5,30.5 - parent: 1 - - uid: 9886 + pos: -73.5,12.5 + parent: 2 + - uid: 5744 components: - type: Transform - pos: -87.5,30.5 - parent: 1 - - uid: 9889 + pos: -71.5,12.5 + parent: 2 + - uid: 5745 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -88.5,41.5 - parent: 1 - - uid: 9950 + pos: -75.5,12.5 + parent: 2 + - uid: 5746 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-7.5 - parent: 1 - - uid: 9951 + pos: -74.5,12.5 + parent: 2 + - uid: 5747 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-5.5 - parent: 1 - - uid: 10053 + pos: -75.5,13.5 + parent: 2 + - uid: 5748 components: - type: Transform pos: -6.5,23.5 - parent: 1 - - uid: 10087 + parent: 2 + - uid: 5749 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,39.5 - parent: 1 - - uid: 10144 + pos: -78.5,48.5 + parent: 2 + - uid: 5750 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,38.5 - parent: 1 - - uid: 10146 + pos: -78.5,47.5 + parent: 2 + - uid: 5751 components: - type: Transform - pos: -70.5,31.5 - parent: 1 - - uid: 10147 + pos: -78.5,46.5 + parent: 2 + - uid: 5752 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -68.5,22.5 - parent: 1 - - uid: 10220 + pos: -78.5,45.5 + parent: 2 + - uid: 5753 components: - type: Transform - pos: -89.5,37.5 - parent: 1 - - uid: 10221 + pos: -78.5,41.5 + parent: 2 + - uid: 5754 components: - type: Transform - pos: -89.5,38.5 - parent: 1 - - uid: 10226 + pos: -78.5,42.5 + parent: 2 + - uid: 5755 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,53.5 - parent: 1 - - uid: 10247 + pos: -78.5,43.5 + parent: 2 + - uid: 5756 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -70.5,28.5 - parent: 1 - - uid: 10248 + pos: -77.5,47.5 + parent: 2 + - uid: 5757 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -70.5,29.5 - parent: 1 - - uid: 10250 + pos: -76.5,47.5 + parent: 2 + - uid: 5758 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -70.5,30.5 - parent: 1 - - uid: 10267 + pos: -78.5,44.5 + parent: 2 + - uid: 5759 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -87.5,20.5 - parent: 1 - - uid: 10268 + pos: -74.5,40.5 + parent: 2 + - uid: 5760 components: - type: Transform - pos: -104.5,24.5 - parent: 1 - - uid: 10283 + pos: -73.5,40.5 + parent: 2 + - uid: 5761 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -88.5,20.5 - parent: 1 - - uid: 10284 + pos: -71.5,40.5 + parent: 2 + - uid: 5762 components: - type: Transform - pos: -88.5,21.5 - parent: 1 - - uid: 10286 + pos: -70.5,40.5 + parent: 2 + - uid: 5763 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -88.5,22.5 - parent: 1 - - uid: 10287 + pos: -72.5,40.5 + parent: 2 + - uid: 5764 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -88.5,23.5 - parent: 1 - - uid: 10289 + pos: -69.5,40.5 + parent: 2 + - uid: 5765 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -88.5,24.5 - parent: 1 - - uid: 10290 + pos: -69.5,39.5 + parent: 2 + - uid: 5766 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -88.5,25.5 - parent: 1 - - uid: 10291 + pos: -69.5,38.5 + parent: 2 + - uid: 5767 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -88.5,26.5 - parent: 1 - - uid: 10293 + pos: -68.5,38.5 + parent: 2 + - uid: 5768 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -88.5,27.5 - parent: 1 - - uid: 10294 + pos: -75.5,41.5 + parent: 2 + - uid: 5769 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -88.5,28.5 - parent: 1 - - uid: 10296 + pos: -75.5,42.5 + parent: 2 + - uid: 5770 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -88.5,29.5 - parent: 1 - - uid: 10297 + pos: -75.5,43.5 + parent: 2 + - uid: 5771 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -88.5,30.5 - parent: 1 - - uid: 10299 + pos: -75.5,44.5 + parent: 2 + - uid: 5772 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -100.5,32.5 - parent: 1 - - uid: 10300 + pos: -74.5,44.5 + parent: 2 + - uid: 5773 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -100.5,31.5 - parent: 1 - - uid: 10301 + pos: -73.5,44.5 + parent: 2 + - uid: 5774 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -99.5,32.5 - parent: 1 - - uid: 10304 + pos: -72.5,44.5 + parent: 2 + - uid: 5775 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -98.5,32.5 - parent: 1 - - uid: 10307 + pos: 16.5,49.5 + parent: 2 + - uid: 5776 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -96.5,32.5 - parent: 1 - - uid: 10309 + pos: 15.5,50.5 + parent: 2 + - uid: 5777 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -96.5,31.5 - parent: 1 - - uid: 10310 + pos: 15.5,51.5 + parent: 2 + - uid: 5778 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -95.5,32.5 - parent: 1 - - uid: 10313 + pos: 15.5,52.5 + parent: 2 + - uid: 5779 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -94.5,32.5 - parent: 1 - - uid: 10314 + pos: 15.5,53.5 + parent: 2 + - uid: 5780 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -94.5,31.5 - parent: 1 - - uid: 10319 + pos: 15.5,55.5 + parent: 2 + - uid: 5781 components: - type: Transform - pos: -41.5,55.5 - parent: 1 - - uid: 10321 + pos: 14.5,55.5 + parent: 2 + - uid: 5782 components: - type: Transform - pos: -39.5,55.5 - parent: 1 - - uid: 10322 + pos: 13.5,55.5 + parent: 2 + - uid: 5783 components: - type: Transform - pos: -38.5,55.5 - parent: 1 - - uid: 10323 + pos: 15.5,54.5 + parent: 2 + - uid: 5784 components: - type: Transform - pos: -37.5,55.5 - parent: 1 - - uid: 10324 + pos: -0.5,1.5 + parent: 2 + - uid: 5785 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -93.5,22.5 - parent: 1 - - uid: 10325 + pos: -0.5,0.5 + parent: 2 + - uid: 5786 components: - type: Transform - pos: -35.5,55.5 - parent: 1 - - uid: 10326 + pos: -6.5,23.5 + parent: 2 + - uid: 5787 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -93.5,23.5 - parent: 1 - - uid: 10327 + pos: -6.5,22.5 + parent: 2 + - uid: 5788 components: - type: Transform - pos: -33.5,55.5 - parent: 1 - - uid: 10328 + pos: -6.5,21.5 + parent: 2 + - uid: 5789 components: - type: Transform - pos: -32.5,55.5 - parent: 1 - - uid: 10329 + pos: -86.5,62.5 + parent: 2 + - uid: 5790 components: - type: Transform - pos: -32.5,54.5 - parent: 1 - - uid: 10330 + pos: -86.5,61.5 + parent: 2 + - uid: 5791 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -93.5,24.5 - parent: 1 - - uid: 10331 + pos: -86.5,60.5 + parent: 2 + - uid: 5792 components: - type: Transform - pos: -32.5,52.5 - parent: 1 - - uid: 10332 + pos: -78.5,60.5 + parent: 2 + - uid: 5793 components: - type: Transform - pos: -32.5,51.5 - parent: 1 - - uid: 10333 + pos: -78.5,59.5 + parent: 2 + - uid: 5794 components: - type: Transform - pos: -32.5,50.5 - parent: 1 - - uid: 10334 + pos: -78.5,58.5 + parent: 2 + - uid: 5795 components: - type: Transform - pos: -31.5,50.5 - parent: 1 - - uid: 10335 + pos: -78.5,60.5 + parent: 2 + - uid: 5796 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -93.5,25.5 - parent: 1 - - uid: 10336 + pos: -79.5,60.5 + parent: 2 + - uid: 5797 components: - type: Transform - pos: -29.5,50.5 - parent: 1 - - uid: 10338 + pos: -80.5,60.5 + parent: 2 + - uid: 5798 components: - type: Transform - pos: -27.5,50.5 - parent: 1 - - uid: 10339 + pos: -81.5,60.5 + parent: 2 + - uid: 5799 components: - type: Transform - pos: -26.5,50.5 - parent: 1 - - uid: 10340 + pos: -82.5,60.5 + parent: 2 + - uid: 5800 components: - type: Transform - pos: -25.5,50.5 - parent: 1 - - uid: 10341 + pos: -83.5,60.5 + parent: 2 + - uid: 5801 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -93.5,26.5 - parent: 1 - - uid: 10342 + pos: -84.5,60.5 + parent: 2 + - uid: 5802 components: - type: Transform - pos: -24.5,51.5 - parent: 1 - - uid: 10345 + pos: -85.5,60.5 + parent: 2 + - uid: 5803 components: - type: Transform - pos: -21.5,51.5 - parent: 1 - - uid: 10346 + pos: -86.5,60.5 + parent: 2 + - uid: 5804 components: - type: Transform - pos: -20.5,51.5 - parent: 1 - - uid: 10434 + pos: -85.5,65.5 + parent: 2 + - uid: 5805 components: - type: Transform - pos: -71.5,26.5 - parent: 1 - - uid: 10464 + pos: -85.5,66.5 + parent: 2 + - uid: 5806 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -93.5,27.5 - parent: 1 - - uid: 10465 + pos: -85.5,67.5 + parent: 2 + - uid: 5807 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -93.5,28.5 - parent: 1 - - uid: 10477 + pos: -84.5,67.5 + parent: 2 + - uid: 5808 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -94.5,29.5 - parent: 1 - - uid: 10478 + pos: -83.5,67.5 + parent: 2 + - uid: 5809 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -95.5,29.5 - parent: 1 - - uid: 10479 + pos: -83.5,66.5 + parent: 2 + - uid: 5810 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -96.5,29.5 - parent: 1 - - uid: 10480 + pos: -83.5,65.5 + parent: 2 + - uid: 5811 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -97.5,29.5 - parent: 1 - - uid: 10481 + pos: -84.5,65.5 + parent: 2 + - uid: 5812 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -98.5,29.5 - parent: 1 - - uid: 10482 + pos: -84.5,65.5 + parent: 2 + - uid: 5813 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -99.5,29.5 - parent: 1 - - uid: 10483 + pos: -84.5,64.5 + parent: 2 + - uid: 5814 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -100.5,29.5 - parent: 1 - - uid: 10484 + pos: -84.5,63.5 + parent: 2 + - uid: 5815 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -101.5,28.5 - parent: 1 - - uid: 10485 + pos: -84.5,62.5 + parent: 2 + - uid: 5816 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -101.5,27.5 - parent: 1 - - uid: 10486 + pos: -84.5,61.5 + parent: 2 + - uid: 5817 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -101.5,26.5 - parent: 1 - - uid: 10487 + pos: -84.5,60.5 + parent: 2 + - uid: 5818 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -101.5,25.5 - parent: 1 - - uid: 10488 + pos: -78.5,60.5 + parent: 2 + - uid: 5819 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -101.5,24.5 - parent: 1 - - uid: 10489 + pos: -77.5,60.5 + parent: 2 + - uid: 5820 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -101.5,23.5 - parent: 1 - - uid: 10490 + pos: -76.5,60.5 + parent: 2 + - uid: 5821 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -101.5,22.5 - parent: 1 - - uid: 10491 + pos: -76.5,60.5 + parent: 2 + - uid: 5822 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -100.5,21.5 - parent: 1 - - uid: 10492 + pos: -76.5,61.5 + parent: 2 + - uid: 5823 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -99.5,21.5 - parent: 1 - - uid: 10493 + pos: -76.5,62.5 + parent: 2 + - uid: 5824 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -98.5,21.5 - parent: 1 - - uid: 10494 + pos: -76.5,63.5 + parent: 2 + - uid: 5825 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -97.5,21.5 - parent: 1 - - uid: 10495 + pos: -76.5,64.5 + parent: 2 + - uid: 5826 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -96.5,21.5 - parent: 1 - - uid: 10496 + pos: -76.5,65.5 + parent: 2 + - uid: 5827 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -95.5,21.5 - parent: 1 - - uid: 10497 + pos: -75.5,65.5 + parent: 2 + - uid: 5828 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -94.5,21.5 - parent: 1 - - uid: 10499 + pos: -75.5,66.5 + parent: 2 + - uid: 5829 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -100.5,18.5 - parent: 1 - - uid: 10501 + pos: -75.5,67.5 + parent: 2 + - uid: 5830 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -99.5,18.5 - parent: 1 - - uid: 10502 + pos: -76.5,67.5 + parent: 2 + - uid: 5831 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -98.5,19.5 - parent: 1 - - uid: 10503 + pos: -77.5,67.5 + parent: 2 + - uid: 5832 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -98.5,18.5 - parent: 1 - - uid: 10504 + pos: -77.5,66.5 + parent: 2 + - uid: 5833 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -96.5,19.5 - parent: 1 - - uid: 10505 + pos: -77.5,65.5 + parent: 2 + - uid: 5834 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -96.5,18.5 - parent: 1 - - uid: 10507 + pos: -6.5,20.5 + parent: 2 + - uid: 5835 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -95.5,18.5 - parent: 1 - - uid: 10508 + pos: -6.5,19.5 + parent: 2 + - uid: 5836 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -94.5,19.5 - parent: 1 - - uid: 10509 + pos: -6.5,18.5 + parent: 2 + - uid: 5837 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -94.5,18.5 - parent: 1 - - uid: 10510 + pos: -6.5,17.5 + parent: 2 + - uid: 5838 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -105.5,30.5 - parent: 1 - - uid: 10511 + pos: 7.5,35.5 + parent: 2 + - uid: 5839 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -105.5,30.5 - parent: 1 - - uid: 10512 + pos: 7.5,34.5 + parent: 2 + - uid: 5840 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -105.5,29.5 - parent: 1 - - uid: 10513 + pos: 8.5,34.5 + parent: 2 + - uid: 5841 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -105.5,28.5 - parent: 1 - - uid: 10514 + pos: 9.5,34.5 + parent: 2 + - uid: 5842 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -105.5,27.5 - parent: 1 - - uid: 10515 + pos: 9.5,34.5 + parent: 2 + - uid: 5843 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -105.5,26.5 - parent: 1 - - uid: 10516 + pos: 9.5,33.5 + parent: 2 + - uid: 5844 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -105.5,25.5 - parent: 1 - - uid: 10517 + pos: 9.5,32.5 + parent: 2 + - uid: 5845 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -105.5,24.5 - parent: 1 - - uid: 10518 + pos: 9.5,31.5 + parent: 2 + - uid: 5846 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -105.5,23.5 - parent: 1 - - uid: 10519 + pos: 9.5,30.5 + parent: 2 + - uid: 5847 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -105.5,22.5 - parent: 1 - - uid: 10520 + pos: 9.5,29.5 + parent: 2 + - uid: 5848 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -105.5,21.5 - parent: 1 - - uid: 10521 + pos: 8.5,29.5 + parent: 2 + - uid: 5849 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -105.5,20.5 - parent: 1 - - uid: 10580 + pos: 7.5,29.5 + parent: 2 + - uid: 5850 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -100.5,19.5 - parent: 1 - - uid: 10603 + pos: 6.5,29.5 + parent: 2 + - uid: 5851 components: - type: Transform - pos: 14.5,20.5 - parent: 1 - - uid: 10675 + pos: 9.5,34.5 + parent: 2 + - uid: 5852 components: - type: Transform - pos: -84.5,40.5 - parent: 1 - - uid: 10790 + pos: 9.5,35.5 + parent: 2 + - uid: 5853 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -72.5,44.5 - parent: 1 - - uid: 10792 + pos: 9.5,36.5 + parent: 2 + - uid: 5854 components: - type: Transform - rot: 3.141592653589793 rad - pos: -99.5,19.5 - parent: 1 - - uid: 10839 + pos: 9.5,37.5 + parent: 2 + - uid: 5855 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -83.5,30.5 - parent: 1 - - uid: 10952 + pos: 9.5,38.5 + parent: 2 + - uid: 5856 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,53.5 - parent: 1 - - uid: 10975 + pos: 9.5,39.5 + parent: 2 + - uid: 5857 components: - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,45.5 - parent: 1 - - uid: 10978 + pos: 9.5,40.5 + parent: 2 + - uid: 5858 components: - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,36.5 - parent: 1 - - uid: 11492 + pos: 9.5,40.5 + parent: 2 + - uid: 5859 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -84.5,30.5 - parent: 1 - - uid: 11494 + pos: 8.5,40.5 + parent: 2 + - uid: 5860 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -82.5,30.5 - parent: 1 - - uid: 11821 + pos: 7.5,40.5 + parent: 2 + - uid: 5861 components: - type: Transform - pos: -7.5,17.5 - parent: 1 - - uid: 11850 + pos: 6.5,40.5 + parent: 2 + - uid: 5862 components: - type: Transform - pos: 1.5,12.5 - parent: 1 - - uid: 12315 + pos: 6.5,40.5 + parent: 2 + - uid: 5863 components: - type: Transform - pos: 17.5,26.5 - parent: 1 - - uid: 12316 + pos: 6.5,41.5 + parent: 2 + - uid: 5864 components: - type: Transform - pos: 13.5,11.5 - parent: 1 - - uid: 12317 + pos: 6.5,42.5 + parent: 2 + - uid: 5865 components: - type: Transform - pos: 13.5,10.5 - parent: 1 - - uid: 12318 + pos: 6.5,43.5 + parent: 2 + - uid: 5866 components: - type: Transform - pos: 19.5,26.5 - parent: 1 - - uid: 12327 + pos: 0.5,24.5 + parent: 2 + - uid: 5867 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-22.5 - parent: 1 - - uid: 12329 + pos: 1.5,24.5 + parent: 2 + - uid: 5868 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-0.5 - parent: 1 - - uid: 12337 + pos: -5.5,22.5 + parent: 2 + - uid: 5869 components: - type: Transform - pos: 23.5,27.5 - parent: 1 - - uid: 12347 + pos: 16.5,55.5 + parent: 2 + - uid: 5870 components: - type: Transform - pos: 9.5,9.5 - parent: 1 - - uid: 12368 + pos: 17.5,55.5 + parent: 2 + - uid: 5871 components: - type: Transform - pos: 3.5,10.5 - parent: 1 - - uid: 12372 + pos: 18.5,55.5 + parent: 2 + - uid: 5872 components: - type: Transform - pos: -8.5,25.5 - parent: 1 - - uid: 12412 + pos: 19.5,55.5 + parent: 2 + - uid: 5873 components: - type: Transform - pos: 14.5,10.5 - parent: 1 - - uid: 12804 + pos: 20.5,55.5 + parent: 2 + - uid: 5874 components: - type: Transform - pos: -2.5,12.5 - parent: 1 - - uid: 12805 + pos: 20.5,56.5 + parent: 2 + - uid: 5875 components: - type: Transform - pos: -3.5,13.5 - parent: 1 - - uid: 12806 + pos: 20.5,57.5 + parent: 2 + - uid: 5876 components: - type: Transform - pos: -0.5,12.5 - parent: 1 - - uid: 12807 + pos: 20.5,58.5 + parent: 2 + - uid: 5877 components: - type: Transform - pos: 3.5,12.5 - parent: 1 - - uid: 12810 + pos: 20.5,59.5 + parent: 2 + - uid: 5878 components: - type: Transform - pos: 3.5,9.5 - parent: 1 - - uid: 12812 + pos: 21.5,59.5 + parent: 2 + - uid: 5879 components: - type: Transform - pos: 10.5,9.5 - parent: 1 - - uid: 12813 + pos: 22.5,59.5 + parent: 2 + - uid: 5880 components: - type: Transform - pos: 12.5,9.5 - parent: 1 - - uid: 12814 + pos: 23.5,59.5 + parent: 2 + - uid: 5881 components: - type: Transform - pos: 12.5,8.5 - parent: 1 - - uid: 12815 + pos: 24.5,59.5 + parent: 2 + - uid: 5882 components: - type: Transform - pos: 8.5,9.5 - parent: 1 - - uid: 12818 + pos: 24.5,60.5 + parent: 2 + - uid: 5883 components: - type: Transform - pos: 13.5,12.5 - parent: 1 - - uid: 12819 + pos: 24.5,61.5 + parent: 2 + - uid: 5884 components: - type: Transform - pos: 13.5,13.5 - parent: 1 - - uid: 12820 + pos: 24.5,62.5 + parent: 2 + - uid: 5885 components: - type: Transform - pos: 13.5,15.5 - parent: 1 - - uid: 12822 + pos: 24.5,63.5 + parent: 2 + - uid: 5886 components: - type: Transform - pos: 14.5,18.5 - parent: 1 - - uid: 12826 + pos: 24.5,64.5 + parent: 2 + - uid: 5887 components: - type: Transform - pos: 14.5,25.5 - parent: 1 - - uid: 12827 + pos: 24.5,65.5 + parent: 2 + - uid: 5888 components: - type: Transform - pos: 15.5,26.5 - parent: 1 - - uid: 12829 + pos: 24.5,66.5 + parent: 2 + - uid: 5889 components: - type: Transform - pos: 14.5,24.5 - parent: 1 - - uid: 12831 + pos: 24.5,67.5 + parent: 2 + - uid: 5890 components: - type: Transform - pos: 18.5,26.5 - parent: 1 - - uid: 12833 + pos: 24.5,68.5 + parent: 2 + - uid: 5891 components: - type: Transform - pos: 21.5,26.5 - parent: 1 - - uid: 13634 + pos: 25.5,68.5 + parent: 2 + - uid: 6359 components: - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,35.5 - parent: 1 - - uid: 13670 + pos: -90.5,24.5 + parent: 2 + - uid: 6381 components: - type: Transform - pos: -85.5,40.5 - parent: 1 - - uid: 13703 + pos: -105.5,17.5 + parent: 2 + - uid: 6387 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,30.5 - parent: 1 - - uid: 13812 + pos: -105.5,29.5 + parent: 2 + - uid: 6389 components: - type: Transform - pos: 11.5,-8.5 - parent: 1 - - uid: 13896 + pos: -105.5,22.5 + parent: 2 + - uid: 6390 components: - type: Transform - pos: -72.5,-13.5 - parent: 1 - - uid: 13897 + pos: -93.5,18.5 + parent: 2 + - uid: 6391 components: - type: Transform - pos: -72.5,-14.5 - parent: 1 - - uid: 13898 + pos: -98.5,18.5 + parent: 2 + - uid: 6392 components: - type: Transform - pos: -66.5,-13.5 - parent: 1 - - uid: 13899 + pos: -104.5,17.5 + parent: 2 + - uid: 6402 components: - type: Transform - pos: -66.5,-14.5 - parent: 1 - - uid: 13900 + pos: -105.5,28.5 + parent: 2 + - uid: 6406 components: - type: Transform - pos: -64.5,-13.5 - parent: 1 - - uid: 13901 + pos: -105.5,31.5 + parent: 2 + - uid: 6411 components: - type: Transform - pos: -64.5,-14.5 - parent: 1 - - uid: 13922 + pos: -105.5,19.5 + parent: 2 + - uid: 6430 components: - type: Transform - rot: 3.141592653589793 rad - pos: -97.5,18.5 - parent: 1 - - uid: 13929 + pos: -88.5,30.5 + parent: 2 + - uid: 6435 components: - type: Transform - rot: 3.141592653589793 rad - pos: -97.5,32.5 - parent: 1 - - uid: 14099 + pos: -84.5,27.5 + parent: 2 + - uid: 6440 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -66.5,58.5 - parent: 1 - - uid: 14103 + pos: -83.5,27.5 + parent: 2 + - uid: 6441 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -63.5,60.5 - parent: 1 - - uid: 14217 + pos: -84.5,28.5 + parent: 2 + - uid: 6445 components: - type: Transform - rot: 3.141592653589793 rad - pos: -95.5,31.5 - parent: 1 - - uid: 14250 + pos: -103.5,17.5 + parent: 2 + - uid: 6446 components: - type: Transform - pos: -67.5,50.5 - parent: 1 - - uid: 14251 + pos: -98.5,32.5 + parent: 2 + - uid: 6450 components: - type: Transform - pos: -67.5,54.5 - parent: 1 - - uid: 14252 + pos: -96.5,32.5 + parent: 2 + - uid: 6453 components: - type: Transform - pos: -67.5,56.5 - parent: 1 - - uid: 14257 + pos: -88.5,20.5 + parent: 2 + - uid: 7314 components: - type: Transform - rot: 3.141592653589793 rad - pos: -104.5,25.5 - parent: 1 - - uid: 14267 + pos: -101.5,32.5 + parent: 2 + - uid: 7315 components: - type: Transform - pos: -67.5,37.5 - parent: 1 - - uid: 14268 + pos: -104.5,29.5 + parent: 2 + - uid: 7418 components: - type: Transform - pos: -67.5,36.5 - parent: 1 - - uid: 14269 + pos: -105.5,23.5 + parent: 2 + - uid: 8360 components: - type: Transform - pos: -65.5,36.5 - parent: 1 - - uid: 14271 + pos: -90.5,33.5 + parent: 2 + - uid: 8362 components: - type: Transform - pos: -66.5,40.5 - parent: 1 - - uid: 14272 + pos: -96.5,33.5 + parent: 2 + - uid: 8363 components: - type: Transform - pos: -67.5,41.5 - parent: 1 - - uid: 14273 + pos: -99.5,33.5 + parent: 2 + - uid: 8368 components: - type: Transform - pos: -66.5,42.5 - parent: 1 - - uid: 14274 + pos: -105.5,20.5 + parent: 2 + - uid: 8369 components: - type: Transform - pos: -67.5,43.5 - parent: 1 - - uid: 14275 + pos: -105.5,32.5 + parent: 2 + - uid: 8512 components: - type: Transform - pos: -67.5,44.5 - parent: 1 - - uid: 14276 + pos: -93.5,33.5 + parent: 2 + - uid: 9711 components: - type: Transform - pos: -63.5,47.5 - parent: 1 - - uid: 14277 + pos: -90.5,26.5 + parent: 2 + - uid: 10879 components: - type: Transform - pos: -62.5,47.5 - parent: 1 - - uid: 14278 + pos: -101.5,17.5 + parent: 2 + - uid: 11994 components: - type: Transform - pos: -61.5,48.5 - parent: 1 - - uid: 14334 + pos: -88.5,5.5 + parent: 2 + - uid: 12722 components: - type: Transform - rot: 3.141592653589793 rad - pos: -95.5,19.5 - parent: 1 - - uid: 14376 + pos: -86.5,28.5 + parent: 2 + - uid: 12950 components: - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,46.5 - parent: 1 - - uid: 14380 + pos: -85.5,28.5 + parent: 2 + - uid: 13856 components: - type: Transform - pos: -103.5,26.5 - parent: 1 - - uid: 14491 + pos: -105.5,26.5 + parent: 2 + - uid: 15416 components: - type: Transform - pos: -91.5,40.5 - parent: 1 - - uid: 14495 + pos: -89.5,18.5 + parent: 2 + - uid: 16394 components: - type: Transform - pos: -91.5,41.5 - parent: 1 - - uid: 14559 + pos: -94.5,17.5 + parent: 2 + - uid: 16937 components: - type: Transform - pos: -67.5,13.5 - parent: 1 - - uid: 14560 + pos: -104.5,33.5 + parent: 2 + - uid: 16938 components: - type: Transform - pos: -66.5,12.5 - parent: 1 - - uid: 14562 + pos: -89.5,27.5 + parent: 2 + - uid: 16946 components: - type: Transform - pos: -65.5,17.5 - parent: 1 - - uid: 14563 + pos: -100.5,17.5 + parent: 2 + - uid: 17617 components: - type: Transform - pos: -62.5,16.5 - parent: 1 - - uid: 14564 + pos: -89.5,25.5 + parent: 2 + - uid: 18239 components: - type: Transform - pos: -61.5,17.5 - parent: 1 - - uid: 14565 + pos: -97.5,17.5 + parent: 2 + - uid: 18441 components: - type: Transform - pos: -60.5,21.5 - parent: 1 - - uid: 14566 + pos: -102.5,33.5 + parent: 2 + - uid: 18474 components: - type: Transform - pos: -60.5,19.5 - parent: 1 - - uid: 14568 + pos: -89.5,28.5 + parent: 2 + - uid: 18628 components: - type: Transform - pos: -60.5,25.5 - parent: 1 - - uid: 14569 + pos: -89.5,31.5 + parent: 2 + - uid: 18965 components: - type: Transform - pos: -60.5,27.5 - parent: 1 - - uid: 14570 + pos: -91.5,17.5 + parent: 2 + - uid: 20171 components: - type: Transform - pos: -60.5,26.5 - parent: 1 - - uid: 14572 + pos: 0.5,-22.5 + parent: 2 + - uid: 20172 components: - type: Transform - pos: -61.5,21.5 - parent: 1 - - uid: 14573 + pos: 1.5,-23.5 + parent: 2 + - uid: 20174 components: - type: Transform - pos: -64.5,17.5 - parent: 1 - - uid: 14574 + pos: 0.5,-21.5 + parent: 2 + - uid: 20175 components: - type: Transform - pos: -44.5,53.5 - parent: 1 - - uid: 14575 + pos: 1.5,-22.5 + parent: 2 + - uid: 20176 components: - type: Transform - pos: -44.5,51.5 - parent: 1 - - uid: 14576 + pos: 0.5,-20.5 + parent: 2 + - uid: 20178 components: - type: Transform - pos: -44.5,50.5 - parent: 1 - - uid: 14733 + pos: 0.5,-23.5 + parent: 2 + - uid: 20419 components: - type: Transform - pos: 5.5,9.5 - parent: 1 - - uid: 14775 + pos: -94.5,52.5 + parent: 2 + - uid: 20420 components: - type: Transform - pos: -5.5,16.5 - parent: 1 - - uid: 14820 + pos: -93.5,52.5 + parent: 2 + - uid: 20421 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,10.5 - parent: 1 - - uid: 14843 + pos: -92.5,52.5 + parent: 2 + - uid: 20422 components: - type: Transform - pos: 7.5,9.5 - parent: 1 - - uid: 14848 + pos: -91.5,52.5 + parent: 2 + - uid: 20423 components: - type: Transform - pos: -5.5,17.5 - parent: 1 - - uid: 14851 + pos: -90.5,52.5 + parent: 2 + - uid: 20424 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,57.5 - parent: 1 - - uid: 14915 + pos: -89.5,52.5 + parent: 2 + - uid: 20425 components: - type: Transform - pos: 6.5,9.5 - parent: 1 - - uid: 15001 + pos: -88.5,52.5 + parent: 2 + - uid: 20426 components: - type: Transform - pos: -48.5,-17.5 - parent: 1 - - uid: 15146 + pos: -87.5,52.5 + parent: 2 + - uid: 20427 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,45.5 - parent: 1 - - uid: 15148 + pos: -86.5,52.5 + parent: 2 + - uid: 20428 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,57.5 - parent: 1 - - uid: 15149 + pos: -84.5,52.5 + parent: 2 + - uid: 20429 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,57.5 - parent: 1 - - uid: 15173 + pos: -83.5,52.5 + parent: 2 + - uid: 20430 components: - type: Transform - pos: -25.5,-10.5 - parent: 1 - - uid: 15225 + pos: -85.5,52.5 + parent: 2 + - uid: 20431 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,37.5 - parent: 1 - - uid: 15227 + pos: -82.5,52.5 + parent: 2 + - uid: 20432 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,43.5 - parent: 1 - - uid: 15228 + pos: -81.5,52.5 + parent: 2 + - uid: 20433 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,42.5 - parent: 1 - - uid: 15229 + pos: -80.5,52.5 + parent: 2 + - uid: 20434 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,42.5 - parent: 1 - - uid: 15230 + pos: -79.5,52.5 + parent: 2 + - uid: 20435 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,44.5 - parent: 1 - - uid: 15386 + pos: -78.5,52.5 + parent: 2 + - uid: 20436 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,10.5 - parent: 1 - - uid: 15454 + pos: -78.5,51.5 + parent: 2 + - uid: 20437 components: - type: Transform - pos: -37.5,61.5 - parent: 1 - - uid: 15455 + pos: -78.5,50.5 + parent: 2 + - uid: 20438 components: - type: Transform - pos: -42.5,68.5 - parent: 1 - - uid: 15458 + pos: -78.5,49.5 + parent: 2 + - uid: 20772 components: - type: Transform - pos: -38.5,64.5 - parent: 1 - - uid: 15459 + pos: -87.5,6.5 + parent: 2 + - uid: 20773 components: - type: Transform - pos: -37.5,67.5 - parent: 1 - - uid: 15460 + pos: -86.5,6.5 + parent: 2 + - uid: 20774 components: - type: Transform - pos: -38.5,58.5 - parent: 1 - - uid: 15461 + pos: -86.5,5.5 + parent: 2 + - uid: 20775 components: - type: Transform - pos: -44.5,57.5 - parent: 1 - - uid: 15472 + pos: -86.5,4.5 + parent: 2 + - uid: 20776 components: - type: Transform - pos: -42.5,58.5 - parent: 1 - - uid: 15473 + pos: -86.5,3.5 + parent: 2 + - uid: 20777 components: - type: Transform - pos: -40.5,57.5 - parent: 1 - - uid: 15474 + pos: -86.5,2.5 + parent: 2 + - uid: 20778 components: - type: Transform - pos: -39.5,58.5 - parent: 1 - - uid: 15478 + pos: -86.5,1.5 + parent: 2 + - uid: 20779 components: - type: Transform - pos: -43.5,58.5 - parent: 1 - - uid: 15480 + pos: -86.5,0.5 + parent: 2 + - uid: 20780 components: - type: Transform - pos: -41.5,57.5 - parent: 1 - - uid: 15481 + pos: -86.5,-0.5 + parent: 2 + - uid: 20781 components: - type: Transform - pos: -39.5,57.5 - parent: 1 - - uid: 15482 + pos: -86.5,-1.5 + parent: 2 + - uid: 20782 components: - type: Transform - pos: -41.5,58.5 - parent: 1 - - uid: 15483 + pos: -86.5,-2.5 + parent: 2 + - uid: 20783 components: - type: Transform - pos: -43.5,57.5 - parent: 1 - - uid: 15487 + pos: -86.5,-3.5 + parent: 2 + - uid: 20784 components: - type: Transform - pos: -39.5,68.5 - parent: 1 - - uid: 15491 + pos: -86.5,-4.5 + parent: 2 + - uid: 20785 components: - type: Transform - pos: -38.5,57.5 - parent: 1 - - uid: 15492 + pos: -86.5,-5.5 + parent: 2 + - uid: 20786 components: - type: Transform - pos: -37.5,58.5 - parent: 1 - - uid: 15493 + pos: -86.5,-6.5 + parent: 2 + - uid: 20787 components: - type: Transform - pos: -37.5,59.5 - parent: 1 - - uid: 15512 + pos: -86.5,-9.5 + parent: 2 + - uid: 20788 components: - type: Transform - pos: -2.5,-8.5 - parent: 1 - - uid: 15513 + pos: -86.5,-8.5 + parent: 2 + - uid: 20789 components: - type: Transform - pos: -3.5,-8.5 - parent: 1 - - uid: 15611 + pos: -86.5,-7.5 + parent: 2 + - uid: 20790 components: - type: Transform - rot: 3.141592653589793 rad - pos: -81.5,32.5 - parent: 1 - - uid: 15613 + pos: -85.5,-9.5 + parent: 2 + - uid: 20791 components: - type: Transform - rot: 3.141592653589793 rad - pos: -81.5,33.5 - parent: 1 - - uid: 15646 + pos: -85.5,-8.5 + parent: 2 + - uid: 21079 components: - type: Transform - rot: 3.141592653589793 rad - pos: -81.5,34.5 - parent: 1 - - uid: 15807 + pos: -96.5,51.5 + parent: 2 + - uid: 21080 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,-5.5 - parent: 1 - - uid: 16247 + pos: -97.5,51.5 + parent: 2 + - uid: 21081 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -66.5,59.5 - parent: 1 - - uid: 16248 + pos: -98.5,51.5 + parent: 2 + - uid: 21082 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -66.5,60.5 - parent: 1 - - uid: 16293 + pos: -98.5,50.5 + parent: 2 + - uid: 21083 components: - type: Transform - pos: 30.5,18.5 - parent: 1 - - uid: 16294 + pos: -98.5,50.5 + parent: 2 + - uid: 21084 components: - type: Transform - pos: 31.5,18.5 - parent: 1 - - uid: 16295 + pos: -98.5,49.5 + parent: 2 + - uid: 21085 components: - type: Transform - pos: 31.5,16.5 - parent: 1 - - uid: 16307 + pos: -99.5,49.5 + parent: 2 + - uid: 21088 components: - type: Transform - pos: 30.5,16.5 - parent: 1 - - uid: 16308 + pos: -100.5,49.5 + parent: 2 + - uid: 21089 components: - type: Transform - pos: 30.5,10.5 - parent: 1 - - uid: 16309 + pos: -101.5,49.5 + parent: 2 + - uid: 21090 components: - type: Transform - pos: 31.5,10.5 - parent: 1 - - uid: 16310 + pos: -102.5,49.5 + parent: 2 + - uid: 21091 components: - type: Transform - pos: 31.5,8.5 - parent: 1 - - uid: 16311 + pos: -102.5,50.5 + parent: 2 + - uid: 21092 components: - type: Transform - pos: 30.5,8.5 - parent: 1 - - uid: 16339 + pos: -101.5,50.5 + parent: 2 +- proto: CableMVStack + entities: + - uid: 5892 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,14.5 - parent: 1 - - uid: 16340 + pos: 25.496317,-8.37454 + parent: 2 + - uid: 5893 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,14.5 - parent: 1 - - uid: 16367 + pos: -53.590343,29.451523 + parent: 2 + - uid: 5894 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,50.5 - parent: 1 - - uid: 16368 + pos: -7.5488524,8.259583 + parent: 2 +- proto: CableTerminal + entities: + - uid: 5895 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,52.5 - parent: 1 - - uid: 16369 + rot: 1.5707963267948966 rad + pos: -0.5,-0.5 + parent: 2 + - uid: 5896 components: - type: Transform rot: 3.141592653589793 rad - pos: 7.5,52.5 - parent: 1 - - uid: 16504 - components: - - type: Transform - pos: -65.5,21.5 - parent: 1 - - uid: 16505 + pos: 27.5,-8.5 + parent: 2 + - uid: 5897 components: - type: Transform - pos: -66.5,21.5 - parent: 1 - - uid: 16507 + rot: -1.5707963267948966 rad + pos: 26.5,3.5 + parent: 2 + - uid: 5898 components: - type: Transform - pos: -64.5,22.5 - parent: 1 - - uid: 16508 + rot: -1.5707963267948966 rad + pos: 26.5,23.5 + parent: 2 + - uid: 5899 components: - type: Transform - pos: -64.5,21.5 - parent: 1 - - uid: 16509 + rot: 1.5707963267948966 rad + pos: -64.5,57.5 + parent: 2 + - uid: 5900 components: - type: Transform - pos: -65.5,20.5 - parent: 1 - - uid: 16917 + pos: -80.5,23.5 + parent: 2 + - uid: 5901 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-34.5 - parent: 1 - - uid: 16918 + rot: -1.5707963267948966 rad + pos: -70.5,29.5 + parent: 2 + - uid: 5902 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-34.5 - parent: 1 - - uid: 16919 + rot: -1.5707963267948966 rad + pos: -70.5,31.5 + parent: 2 + - uid: 5903 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-33.5 - parent: 1 - - uid: 16920 + rot: -1.5707963267948966 rad + pos: -70.5,30.5 + parent: 2 + - uid: 5904 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-32.5 - parent: 1 - - uid: 16923 + rot: -1.5707963267948966 rad + pos: -70.5,28.5 + parent: 2 + - uid: 5905 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-35.5 - parent: 1 - - uid: 16924 + pos: -81.5,60.5 + parent: 2 + - uid: 5906 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-38.5 - parent: 1 - - uid: 16925 + pos: -80.5,60.5 + parent: 2 + - uid: 5907 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-39.5 - parent: 1 - - uid: 16940 + pos: -79.5,60.5 + parent: 2 + - uid: 12912 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-2.5 - parent: 1 - - uid: 17072 + pos: 26.5,32.5 + parent: 2 +- proto: Candle + entities: + - uid: 5908 components: - type: Transform - pos: 7.5,-5.5 - parent: 1 - - uid: 17075 + rot: 1.5707963267948966 rad + pos: 13.629431,3.6856017 + parent: 2 +- proto: CandleBlack + entities: + - uid: 5909 components: - type: Transform - pos: 4.5,-5.5 - parent: 1 - - uid: 17081 + rot: 1.5707963267948966 rad + pos: 13.275264,3.748145 + parent: 2 +- proto: CandleRed + entities: + - uid: 5910 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-7.5 - parent: 1 - - uid: 17082 + rot: 1.5707963267948966 rad + pos: 13.441931,3.4875474 + parent: 2 +- proto: CapacitorStockPart + entities: + - uid: 5913 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-8.5 - parent: 1 - - uid: 17083 + pos: -15.51921,-7.0805736 + parent: 2 + - uid: 5914 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-9.5 - parent: 1 - - uid: 17084 + pos: -15.58171,-6.9399486 + parent: 2 +- proto: CarbonDioxideCanister + entities: + - uid: 5915 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-10.5 - parent: 1 - - uid: 17085 + pos: -9.5,-35.5 + parent: 2 + - uid: 5916 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-11.5 - parent: 1 - - uid: 17086 + pos: -86.5,57.5 + parent: 2 + - uid: 5917 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-13.5 - parent: 1 - - uid: 17087 + pos: -69.5,43.5 + parent: 2 +- proto: CargoComputerComms + entities: + - uid: 5918 components: - type: Transform rot: -1.5707963267948966 rad - pos: 2.5,-14.5 - parent: 1 - - uid: 17088 + pos: -43.5,-4.5 + parent: 2 +- proto: CargoPallet + entities: + - uid: 5919 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-15.5 - parent: 1 - - uid: 17089 + pos: -34.5,-11.5 + parent: 2 + - uid: 5920 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-15.5 - parent: 1 - - uid: 17090 + pos: -34.5,-10.5 + parent: 2 + - uid: 5921 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-16.5 - parent: 1 - - uid: 17091 + pos: -34.5,-9.5 + parent: 2 + - uid: 5922 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-17.5 - parent: 1 - - uid: 17092 + pos: -32.5,-11.5 + parent: 2 + - uid: 5923 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-18.5 - parent: 1 - - uid: 17093 + pos: -32.5,-10.5 + parent: 2 + - uid: 5924 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-19.5 - parent: 1 - - uid: 17094 + pos: -32.5,-9.5 + parent: 2 +- proto: Carpet + entities: + - uid: 5925 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-21.5 - parent: 1 - - uid: 17095 + pos: 15.5,-1.5 + parent: 2 + - uid: 5926 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-19.5 - parent: 1 - - uid: 17139 + pos: 15.5,-2.5 + parent: 2 + - uid: 5927 components: - type: Transform - pos: 6.5,-5.5 - parent: 1 - - uid: 17155 + pos: -7.5,44.5 + parent: 2 + - uid: 5928 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-19.5 - parent: 1 - - uid: 17156 + pos: -7.5,43.5 + parent: 2 + - uid: 5929 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-19.5 - parent: 1 - - uid: 17157 + pos: -7.5,42.5 + parent: 2 + - uid: 5930 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-19.5 - parent: 1 - - uid: 17805 + pos: -7.5,41.5 + parent: 2 + - uid: 5931 components: - type: Transform - rot: 3.141592653589793 rad - pos: -96.5,46.5 - parent: 1 - - uid: 17894 + pos: -7.5,40.5 + parent: 2 + - uid: 5932 components: - type: Transform - pos: -79.5,53.5 - parent: 1 - - uid: 17895 + pos: -7.5,39.5 + parent: 2 + - type: Insulated + - uid: 5933 components: - type: Transform - pos: -80.5,53.5 - parent: 1 - - uid: 17896 + pos: -8.5,40.5 + parent: 2 + - uid: 5934 components: - type: Transform - pos: -82.5,53.5 - parent: 1 - - uid: 17897 + pos: -9.5,40.5 + parent: 2 + - uid: 5935 components: - type: Transform - pos: -83.5,53.5 - parent: 1 - - uid: 17898 + pos: -6.5,40.5 + parent: 2 + - uid: 5936 components: - type: Transform - pos: -84.5,53.5 - parent: 1 - - uid: 17899 + pos: -5.5,40.5 + parent: 2 + - uid: 5937 components: - type: Transform - pos: -85.5,53.5 - parent: 1 - - uid: 17900 + pos: -62.5,63.5 + parent: 2 + - uid: 5938 components: - type: Transform - pos: -86.5,53.5 - parent: 1 - - uid: 17901 + pos: -62.5,64.5 + parent: 2 + - uid: 5939 components: - type: Transform - pos: -87.5,53.5 - parent: 1 - - uid: 17902 + pos: -61.5,63.5 + parent: 2 + - uid: 5940 components: - type: Transform - pos: -88.5,53.5 - parent: 1 - - uid: 17903 + pos: -61.5,64.5 + parent: 2 + - uid: 5941 components: - type: Transform - pos: -89.5,53.5 - parent: 1 - - uid: 17904 + pos: 15.5,-2.5 + parent: 2 + - uid: 5942 components: - type: Transform - pos: -90.5,53.5 - parent: 1 - - uid: 17906 + pos: 15.5,-0.5 + parent: 2 + - uid: 5943 components: - type: Transform - pos: -92.5,53.5 - parent: 1 - - uid: 17907 + pos: 15.5,0.5 + parent: 2 + - uid: 5944 components: - type: Transform - pos: -93.5,53.5 - parent: 1 - - uid: 17908 + pos: 15.5,1.5 + parent: 2 + - uid: 5945 components: - type: Transform - pos: -91.5,53.5 - parent: 1 - - uid: 17945 + pos: 15.5,2.5 + parent: 2 + - uid: 5946 components: - type: Transform - rot: 3.141592653589793 rad - pos: -99.5,31.5 - parent: 1 - - uid: 17992 + pos: -54.5,65.5 + parent: 2 + - uid: 5947 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -69.5,44.5 - parent: 1 - - uid: 17993 + pos: -54.5,64.5 + parent: 2 + - uid: 5948 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -70.5,44.5 - parent: 1 - - uid: 18012 + pos: -63.5,64.5 + parent: 2 + - uid: 5949 components: - type: Transform - pos: -81.5,24.5 - parent: 1 - - uid: 18013 + pos: -63.5,63.5 + parent: 2 + - uid: 5950 components: - type: Transform - pos: -82.5,24.5 - parent: 1 - - uid: 18014 + pos: -70.5,11.5 + parent: 2 + - uid: 5951 components: - type: Transform - pos: -83.5,24.5 - parent: 1 - - uid: 18015 + pos: -69.5,11.5 + parent: 2 + - uid: 5952 components: - type: Transform - pos: -81.5,26.5 - parent: 1 - - uid: 18016 + pos: -69.5,12.5 + parent: 2 + - uid: 5953 components: - type: Transform - pos: -82.5,26.5 - parent: 1 - - uid: 18017 + pos: -70.5,12.5 + parent: 2 + - uid: 5954 components: - type: Transform - pos: -83.5,26.5 - parent: 1 - - uid: 18027 + pos: -75.5,9.5 + parent: 2 + - uid: 5955 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -71.5,44.5 - parent: 1 - - uid: 18084 + pos: -74.5,9.5 + parent: 2 + - uid: 5956 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -97.5,42.5 - parent: 1 - - uid: 18085 + pos: -73.5,9.5 + parent: 2 + - uid: 5957 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -97.5,43.5 - parent: 1 - - uid: 18104 + pos: -73.5,8.5 + parent: 2 + - uid: 5958 components: - type: Transform - pos: -91.5,42.5 - parent: 1 - - uid: 18105 + pos: -74.5,8.5 + parent: 2 + - uid: 5959 components: - type: Transform - pos: -91.5,43.5 - parent: 1 - - uid: 18106 + pos: -75.5,8.5 + parent: 2 +- proto: CarpetBlack + entities: + - uid: 5960 components: - type: Transform - pos: -91.5,44.5 - parent: 1 - - uid: 18107 + pos: -46.5,-5.5 + parent: 2 + - uid: 5961 components: - type: Transform - pos: -91.5,45.5 - parent: 1 - - uid: 18108 + pos: -45.5,-4.5 + parent: 2 + - uid: 5962 components: - type: Transform - pos: -91.5,46.5 - parent: 1 - - uid: 18109 + pos: -46.5,-4.5 + parent: 2 + - uid: 5963 components: - type: Transform - pos: -92.5,46.5 - parent: 1 - - uid: 18111 + pos: -45.5,-5.5 + parent: 2 +- proto: CarpetBlue + entities: + - uid: 5964 components: - type: Transform - pos: -94.5,46.5 - parent: 1 - - uid: 18112 + pos: -4.5,61.5 + parent: 2 + - uid: 5965 components: - type: Transform - pos: -95.5,46.5 - parent: 1 - - uid: 18290 + pos: -3.5,61.5 + parent: 2 + - uid: 5966 components: - type: Transform - pos: -78.5,43.5 - parent: 1 - - uid: 18300 + pos: -4.5,60.5 + parent: 2 + - uid: 5967 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -97.5,44.5 - parent: 1 - - uid: 18348 + pos: -3.5,60.5 + parent: 2 + - uid: 5968 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -75.5,42.5 - parent: 1 - - uid: 18349 + pos: -4.5,50.5 + parent: 2 + - uid: 5969 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -75.5,41.5 - parent: 1 - - uid: 18437 + pos: -4.5,49.5 + parent: 2 + - uid: 5970 components: - type: Transform - rot: 3.141592653589793 rad - pos: -96.5,40.5 - parent: 1 - - uid: 18494 + pos: -3.5,49.5 + parent: 2 + - uid: 5971 components: - type: Transform - pos: 15.5,48.5 - parent: 1 - - uid: 18735 + pos: -3.5,50.5 + parent: 2 + - uid: 5972 components: - type: Transform - pos: 24.5,58.5 - parent: 1 - - uid: 18736 + rot: 1.5707963267948966 rad + pos: 18.5,29.5 + parent: 2 + - uid: 5973 components: - type: Transform - pos: 24.5,59.5 - parent: 1 - - uid: 18737 + rot: 1.5707963267948966 rad + pos: 18.5,28.5 + parent: 2 + - uid: 5974 components: - type: Transform - pos: 24.5,60.5 - parent: 1 - - uid: 19311 + rot: 1.5707963267948966 rad + pos: 19.5,28.5 + parent: 2 + - uid: 5975 components: - type: Transform - rot: 3.141592653589793 rad - pos: -95.5,40.5 - parent: 1 - - uid: 19312 + rot: 1.5707963267948966 rad + pos: 20.5,28.5 + parent: 2 + - uid: 5976 components: - type: Transform - rot: 3.141592653589793 rad - pos: -94.5,40.5 - parent: 1 - - uid: 19313 + rot: 1.5707963267948966 rad + pos: 20.5,29.5 + parent: 2 + - uid: 5977 components: - type: Transform - rot: 3.141592653589793 rad - pos: -93.5,40.5 - parent: 1 - - uid: 19314 + rot: 1.5707963267948966 rad + pos: 15.5,31.5 + parent: 2 + - uid: 5978 components: - type: Transform - rot: 3.141592653589793 rad - pos: -92.5,40.5 - parent: 1 - - uid: 19315 + rot: 1.5707963267948966 rad + pos: 15.5,32.5 + parent: 2 + - uid: 5979 components: - type: Transform - rot: 3.141592653589793 rad - pos: -93.5,46.5 - parent: 1 -- proto: Chair + rot: 1.5707963267948966 rad + pos: 14.5,32.5 + parent: 2 + - uid: 5980 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,31.5 + parent: 2 +- proto: CarpetChapel entities: - - uid: 169 + - uid: 5981 components: - type: Transform - pos: -51.5,49.5 - parent: 1 - - uid: 342 + rot: 3.141592653589793 rad + pos: 17.5,-1.5 + parent: 2 + - uid: 5982 components: - type: Transform rot: 1.5707963267948966 rad - pos: -6.5,-23.5 - parent: 1 - - uid: 913 + pos: 17.5,-2.5 + parent: 2 + - uid: 5983 components: - type: Transform - pos: 28.5,-0.5 - parent: 1 - - uid: 1902 + pos: 16.5,-2.5 + parent: 2 + - uid: 5984 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,47.5 - parent: 1 - - uid: 1946 + rot: -1.5707963267948966 rad + pos: 16.5,-1.5 + parent: 2 + - uid: 5985 components: - type: Transform - pos: 2.5,40.5 - parent: 1 - - uid: 2070 + rot: 3.141592653589793 rad + pos: 14.5,-1.5 + parent: 2 + - uid: 5986 components: - type: Transform rot: 1.5707963267948966 rad - pos: -0.5,42.5 - parent: 1 - - uid: 2501 + pos: 14.5,-2.5 + parent: 2 + - uid: 5987 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,36.5 - parent: 1 - - uid: 2639 + pos: 13.5,-2.5 + parent: 2 + - uid: 5988 components: - type: Transform - pos: -9.5,29.5 - parent: 1 - - uid: 2669 + rot: -1.5707963267948966 rad + pos: 13.5,-1.5 + parent: 2 +- proto: CarpetGreen + entities: + - uid: 5989 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,-2.5 - parent: 1 - - uid: 2749 + pos: 0.5,49.5 + parent: 2 + - uid: 5990 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,-1.5 - parent: 1 - - uid: 2979 + pos: -0.5,49.5 + parent: 2 + - uid: 5991 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,21.5 - parent: 1 - - uid: 2980 + pos: -0.5,50.5 + parent: 2 + - uid: 5992 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,20.5 - parent: 1 - - uid: 2981 + pos: 0.5,50.5 + parent: 2 +- proto: CarpetPurple + entities: + - uid: 5993 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,19.5 - parent: 1 - - uid: 2984 + pos: -38.5,38.5 + parent: 2 + - uid: 5994 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,12.5 - parent: 1 - - uid: 2988 + pos: -38.5,37.5 + parent: 2 + - uid: 5995 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,9.5 - parent: 1 - - uid: 2999 + pos: -38.5,36.5 + parent: 2 + - uid: 5996 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,14.5 - parent: 1 - - uid: 3000 + pos: -37.5,38.5 + parent: 2 + - uid: 5997 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,17.5 - parent: 1 - - uid: 3358 + pos: -37.5,37.5 + parent: 2 + - uid: 5998 components: - type: Transform - pos: 28.5,14.5 - parent: 1 - - uid: 3399 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,15.5 - parent: 1 - - uid: 3649 + pos: -37.5,36.5 + parent: 2 + - uid: 5999 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,3.5 - parent: 1 - - uid: 3650 + pos: -36.5,38.5 + parent: 2 + - uid: 6000 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,2.5 - parent: 1 - - uid: 3651 + pos: -36.5,37.5 + parent: 2 + - uid: 6001 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,1.5 - parent: 1 - - uid: 3652 + pos: -36.5,36.5 + parent: 2 + - uid: 6002 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,0.5 - parent: 1 - - uid: 4141 + pos: 22.5,56.5 + parent: 2 + - uid: 6003 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,28.5 - parent: 1 - - uid: 4142 + pos: 22.5,55.5 + parent: 2 + - uid: 6004 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,28.5 - parent: 1 - - uid: 4143 + pos: 23.5,56.5 + parent: 2 + - uid: 6005 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,28.5 - parent: 1 - - uid: 4144 + pos: 23.5,55.5 + parent: 2 +- proto: CarpetSBlue + entities: + - uid: 6006 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,28.5 - parent: 1 - - uid: 4145 + pos: -22.5,37.5 + parent: 2 + - uid: 6007 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,27.5 - parent: 1 - - uid: 4146 + pos: -8.5,61.5 + parent: 2 + - uid: 6008 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,27.5 - parent: 1 - - uid: 4147 + pos: -19.5,42.5 + parent: 2 + - uid: 6009 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,27.5 - parent: 1 - - uid: 4148 + pos: -21.5,37.5 + parent: 2 +- proto: CartridgeBrute + entities: + - uid: 6010 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,25.5 - parent: 1 - - uid: 4149 + rot: -1.5707963267948966 rad + pos: 12.185041,26.600512 + parent: 2 +- proto: CartridgeBurn + entities: + - uid: 6011 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,25.5 - parent: 1 - - uid: 4150 + rot: -1.5707963267948966 rad + pos: 12.351708,26.600512 + parent: 2 +- proto: CartridgeEmergency + entities: + - uid: 6012 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,25.5 - parent: 1 - - uid: 4151 + pos: 6.584297,33.39592 + parent: 2 + - uid: 6013 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,24.5 - parent: 1 - - uid: 4152 + pos: 6.553047,37.398697 + parent: 2 + - uid: 6014 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,24.5 - parent: 1 - - uid: 4153 + pos: 12.532214,37.73226 + parent: 2 + - uid: 6015 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,24.5 - parent: 1 - - uid: 4154 + pos: 12.532214,35.678757 + parent: 2 + - uid: 6016 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,24.5 - parent: 1 - - uid: 4155 + pos: 12.521797,33.656517 + parent: 2 + - uid: 6017 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,26.5 - parent: 1 - - uid: 4156 + rot: -1.5707963267948966 rad + pos: 12.685041,26.600512 + parent: 2 +- proto: CartridgePoison + entities: + - uid: 6018 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,26.5 - parent: 1 - - uid: 4157 + rot: -1.5707963267948966 rad + pos: 12.518374,26.600512 + parent: 2 +- proto: Catwalk + entities: + - uid: 4461 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,26.5 - parent: 1 - - uid: 4158 + pos: -89.5,24.5 + parent: 2 + - uid: 4616 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,26.5 - parent: 1 - - uid: 5266 + pos: -105.5,25.5 + parent: 2 + - uid: 4617 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,13.5 - parent: 1 - - uid: 5267 + pos: -105.5,20.5 + parent: 2 + - uid: 4618 components: - type: Transform - pos: -53.5,14.5 - parent: 1 - - uid: 5409 + pos: -105.5,24.5 + parent: 2 + - uid: 4620 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,-8.5 - parent: 1 - - uid: 5427 + pos: -105.5,23.5 + parent: 2 + - uid: 4621 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-3.5 - parent: 1 - - uid: 5537 + pos: -105.5,22.5 + parent: 2 + - uid: 4622 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-12.5 - parent: 1 - - uid: 5680 + pos: -105.5,21.5 + parent: 2 + - uid: 4623 components: - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,12.5 - parent: 1 - - uid: 5719 + pos: -104.5,17.5 + parent: 2 + - uid: 4648 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,14.5 - parent: 1 - - uid: 6028 + pos: -89.5,29.5 + parent: 2 + - uid: 4654 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-2.5 - parent: 1 - - uid: 6411 + pos: -89.5,33.5 + parent: 2 + - uid: 4659 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,16.5 - parent: 1 - - uid: 6489 + pos: -90.5,33.5 + parent: 2 + - uid: 4664 components: - type: Transform - pos: -64.5,45.5 - parent: 1 - - uid: 6490 + pos: -89.5,31.5 + parent: 2 + - uid: 4736 components: - type: Transform - pos: -60.5,45.5 - parent: 1 - - uid: 7303 + pos: -105.5,18.5 + parent: 2 + - uid: 4752 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,88.5 - parent: 1 - - uid: 7313 + pos: -89.5,27.5 + parent: 2 + - uid: 4753 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,88.5 - parent: 1 - - uid: 7404 + pos: -105.5,19.5 + parent: 2 + - uid: 5299 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,63.5 - parent: 1 - - uid: 7541 + pos: -105.5,30.5 + parent: 2 + - uid: 5300 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,39.5 - parent: 1 - - uid: 7545 + pos: -105.5,32.5 + parent: 2 + - uid: 5307 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,17.5 - parent: 1 - - uid: 7642 + pos: -105.5,28.5 + parent: 2 + - uid: 5379 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,82.5 - parent: 1 - - uid: 7643 + pos: -105.5,29.5 + parent: 2 + - uid: 5380 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,88.5 - parent: 1 - - uid: 7909 + pos: -105.5,33.5 + parent: 2 + - uid: 5381 components: - type: Transform - pos: -47.5,60.5 - parent: 1 - - uid: 7982 + pos: -105.5,31.5 + parent: 2 + - uid: 5382 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,58.5 - parent: 1 - - uid: 7983 + pos: -105.5,27.5 + parent: 2 + - uid: 5912 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -61.5,58.5 - parent: 1 - - uid: 9223 + pos: -44.5,14.5 + parent: 2 + - uid: 6019 components: - type: Transform - pos: -63.5,42.5 - parent: 1 - - uid: 9533 + pos: -8.5,-9.5 + parent: 2 + - uid: 6020 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,48.5 - parent: 1 - - uid: 9776 + rot: 1.5707963267948966 rad + pos: -18.5,-6.5 + parent: 2 + - uid: 6021 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,35.5 - parent: 1 - - uid: 9911 + pos: -74.5,-13.5 + parent: 2 + - uid: 6022 components: - type: Transform - pos: 10.5,-19.5 - parent: 1 - - uid: 9966 + rot: 1.5707963267948966 rad + pos: -18.5,-7.5 + parent: 2 + - uid: 6023 components: - type: Transform - pos: 8.5,-19.5 - parent: 1 - - uid: 9992 + pos: -8.5,-8.5 + parent: 2 + - uid: 6024 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,49.5 - parent: 1 - - uid: 10100 + pos: -8.5,-7.5 + parent: 2 + - uid: 6025 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,41.5 - parent: 1 - - uid: 10841 + pos: 4.5,-7.5 + parent: 2 + - uid: 6026 components: - type: Transform rot: 1.5707963267948966 rad - pos: -79.5,30.5 - parent: 1 - - uid: 10883 + pos: -18.5,-4.5 + parent: 2 + - uid: 6027 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,54.5 - parent: 1 - - uid: 11056 + pos: 13.5,16.5 + parent: 2 + - uid: 6028 components: - type: Transform - pos: -76.5,31.5 - parent: 1 - - uid: 11455 + rot: -1.5707963267948966 rad + pos: -11.5,-25.5 + parent: 2 + - uid: 6029 components: - type: Transform - rot: 3.141592653589793 rad - pos: -76.5,29.5 - parent: 1 - - uid: 12363 + rot: -1.5707963267948966 rad + pos: -11.5,-24.5 + parent: 2 + - uid: 6030 components: - type: Transform rot: -1.5707963267948966 rad - pos: -11.5,0.5 - parent: 1 - - uid: 12414 + pos: -13.5,-24.5 + parent: 2 + - uid: 6031 components: - type: Transform - pos: 9.5,-19.5 - parent: 1 - - uid: 12795 + pos: -30.5,55.5 + parent: 2 + - uid: 6032 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,30.5 - parent: 1 - - uid: 12906 + pos: 23.5,30.5 + parent: 2 + - uid: 6033 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,8.5 - parent: 1 - - uid: 13837 + pos: 14.5,21.5 + parent: 2 + - uid: 6034 components: - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,54.5 - parent: 1 - - uid: 14242 + pos: 20.5,26.5 + parent: 2 + - uid: 6035 components: - type: Transform - rot: 3.141592653589793 rad - pos: -69.5,51.5 - parent: 1 - - uid: 14247 + pos: 23.5,22.5 + parent: 2 + - uid: 6036 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -66.5,43.5 - parent: 1 - - uid: 14248 + pos: 23.5,33.5 + parent: 2 + - uid: 6037 components: - type: Transform - pos: -63.5,48.5 - parent: 1 - - uid: 14289 + pos: 14.5,19.5 + parent: 2 + - uid: 6038 components: - type: Transform - rot: 3.141592653589793 rad - pos: -70.5,48.5 - parent: 1 - - uid: 14587 + pos: -4.5,-8.5 + parent: 2 + - uid: 6039 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -61.5,24.5 - parent: 1 - - uid: 14592 + rot: -1.5707963267948966 rad + pos: -13.5,-21.5 + parent: 2 + - uid: 6041 components: - type: Transform rot: 1.5707963267948966 rad - pos: -67.5,11.5 - parent: 1 - - uid: 15057 + pos: -64.5,60.5 + parent: 2 + - uid: 6042 components: - type: Transform - pos: -3.5,34.5 - parent: 1 - - uid: 15058 + pos: 4.5,-1.5 + parent: 2 + - uid: 6043 components: - type: Transform - pos: -2.5,34.5 - parent: 1 - - uid: 15059 + pos: 19.5,-19.5 + parent: 2 + - uid: 6044 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,29.5 - parent: 1 - - uid: 15060 + pos: -11.5,-21.5 + parent: 2 + - uid: 6045 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,29.5 - parent: 1 - - uid: 15506 + pos: 18.5,-15.5 + parent: 2 + - uid: 6046 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-17.5 - parent: 1 - - uid: 15523 + pos: 19.5,-15.5 + parent: 2 + - uid: 6047 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-14.5 - parent: 1 - - uid: 15816 + pos: 20.5,-15.5 + parent: 2 + - uid: 6048 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-0.5 - parent: 1 - - uid: 16001 + pos: 21.5,-15.5 + parent: 2 + - uid: 6049 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,16.5 - parent: 1 - - uid: 16002 + pos: 22.5,-15.5 + parent: 2 + - uid: 6050 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,15.5 - parent: 1 - - uid: 16003 + pos: 23.5,-15.5 + parent: 2 + - uid: 6051 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,14.5 - parent: 1 - - uid: 16059 + pos: 24.5,-15.5 + parent: 2 + - uid: 6052 components: - type: Transform - rot: 3.141592653589793 rad - pos: -70.5,9.5 - parent: 1 - - uid: 16064 + pos: 25.5,-15.5 + parent: 2 + - uid: 6053 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,10.5 - parent: 1 - - uid: 16066 + pos: 26.5,-15.5 + parent: 2 + - uid: 6054 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,9.5 - parent: 1 - - uid: 16067 + pos: 27.5,-15.5 + parent: 2 + - uid: 6055 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,8.5 - parent: 1 - - uid: 16409 + pos: 28.5,-15.5 + parent: 2 + - uid: 6056 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,45.5 - parent: 1 - - uid: 16709 + pos: 20.5,-19.5 + parent: 2 + - uid: 6057 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-22.5 - parent: 1 - - uid: 16766 + pos: 21.5,-19.5 + parent: 2 + - uid: 6058 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-23.5 - parent: 1 - - uid: 16767 + pos: 22.5,-19.5 + parent: 2 + - uid: 6059 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-22.5 - parent: 1 - - uid: 16771 + pos: 23.5,-19.5 + parent: 2 + - uid: 6060 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-17.5 - parent: 1 - - uid: 16957 + pos: 24.5,-19.5 + parent: 2 + - uid: 6061 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-22.5 - parent: 1 - - uid: 16958 + pos: 25.5,-19.5 + parent: 2 + - uid: 6062 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-22.5 - parent: 1 - - uid: 18281 + pos: 26.5,-19.5 + parent: 2 + - uid: 6063 components: - type: Transform - pos: -79.5,41.5 - parent: 1 - - uid: 18284 + pos: 27.5,-19.5 + parent: 2 + - uid: 6064 components: - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,39.5 - parent: 1 - - uid: 18496 + pos: 28.5,-19.5 + parent: 2 + - uid: 6065 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,50.5 - parent: 1 - - uid: 18519 + pos: 20.5,-23.5 + parent: 2 + - uid: 6066 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,55.5 - parent: 1 -- proto: ChairCursed - entities: - - uid: 9773 + pos: 21.5,-23.5 + parent: 2 + - uid: 6067 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,35.5 - parent: 1 - - uid: 9778 + pos: 22.5,-23.5 + parent: 2 + - uid: 6068 components: - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,36.5 - parent: 1 -- proto: ChairFolding - entities: - - uid: 593 + pos: 23.5,-23.5 + parent: 2 + - uid: 6069 components: - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,47.5 - parent: 1 - - uid: 1043 + pos: 24.5,-23.5 + parent: 2 + - uid: 6070 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,10.5 - parent: 1 - - uid: 1154 + pos: 25.5,-23.5 + parent: 2 + - uid: 6071 components: - type: Transform - pos: 19.5,9.5 - parent: 1 - - uid: 1325 + pos: 26.5,-23.5 + parent: 2 + - uid: 6072 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.494203,48.672005 - parent: 1 - - uid: 1820 + pos: 27.5,-23.5 + parent: 2 + - uid: 6073 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,-2.5 - parent: 1 - - uid: 2502 + pos: 28.5,-23.5 + parent: 2 + - uid: 6074 components: - type: Transform - pos: 16.5,13.5 - parent: 1 - - uid: 2503 + pos: 28.5,-24.5 + parent: 2 + - uid: 6075 components: - type: Transform - pos: 17.5,13.5 - parent: 1 - - uid: 2505 + pos: 28.5,-22.5 + parent: 2 + - uid: 6076 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,10.5 - parent: 1 - - uid: 2506 + pos: 28.5,-21.5 + parent: 2 + - uid: 6077 components: - type: Transform - pos: 17.5,9.5 - parent: 1 - - uid: 2641 + pos: 28.5,-20.5 + parent: 2 + - uid: 6078 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,28.5 - parent: 1 - - uid: 3187 + pos: 28.5,-18.5 + parent: 2 + - uid: 6079 components: - type: Transform - pos: -26.5,18.5 - parent: 1 - - uid: 3188 + pos: 28.5,-17.5 + parent: 2 + - uid: 6080 components: - type: Transform - pos: -27.5,18.5 - parent: 1 - - uid: 3189 + pos: 28.5,-16.5 + parent: 2 + - uid: 6081 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,17.5 - parent: 1 - - uid: 3190 + pos: 28.5,-14.5 + parent: 2 + - uid: 6082 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,16.5 - parent: 1 - - uid: 3191 + pos: 28.5,-13.5 + parent: 2 + - uid: 6083 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,15.5 - parent: 1 - - uid: 3192 + pos: 28.5,-12.5 + parent: 2 + - uid: 6084 components: - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,15.5 - parent: 1 - - uid: 3193 + pos: 28.5,-11.5 + parent: 2 + - uid: 6085 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,17.5 - parent: 1 - - uid: 3194 + pos: 28.5,-10.5 + parent: 2 + - uid: 6086 components: - type: Transform rot: -1.5707963267948966 rad - pos: -25.5,16.5 - parent: 1 - - uid: 5268 + pos: -11.5,-23.5 + parent: 2 + - uid: 6087 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,13.5 - parent: 1 - - uid: 5408 + rot: 3.141592653589793 rad + pos: 9.5,-5.5 + parent: 2 + - uid: 6088 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,-8.5 - parent: 1 - - uid: 5618 + pos: -48.5,-16.5 + parent: 2 + - uid: 6089 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,14.5 - parent: 1 - - uid: 5716 + pos: -30.5,53.5 + parent: 2 + - uid: 6090 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,41.5 + parent: 2 + - uid: 6091 components: - type: Transform rot: 1.5707963267948966 rad - pos: -7.5,23.5 - parent: 1 - - uid: 5910 + pos: -0.5,-1.5 + parent: 2 + - uid: 6092 components: - type: Transform - pos: -9.5,42.5 - parent: 1 - - uid: 5912 + rot: 3.141592653589793 rad + pos: -8.5,14.5 + parent: 2 + - uid: 6093 components: - type: Transform - pos: -8.5,43.5 - parent: 1 - - uid: 5913 + pos: -2.5,-7.5 + parent: 2 + - uid: 6094 components: - type: Transform - pos: -9.5,43.5 - parent: 1 - - uid: 5914 + pos: 4.5,-3.5 + parent: 2 + - uid: 6095 components: - type: Transform - pos: -6.5,43.5 - parent: 1 - - uid: 5915 + rot: 3.141592653589793 rad + pos: 12.5,40.5 + parent: 2 + - uid: 6096 components: - type: Transform - pos: -5.5,43.5 - parent: 1 - - uid: 5927 + rot: 3.141592653589793 rad + pos: 12.5,42.5 + parent: 2 + - uid: 6097 components: - type: Transform - pos: -8.5,42.5 - parent: 1 - - uid: 5928 + rot: 3.141592653589793 rad + pos: 6.5,40.5 + parent: 2 + - uid: 6098 components: - type: Transform - pos: -8.5,41.5 - parent: 1 - - uid: 5929 + pos: -3.5,-7.5 + parent: 2 + - uid: 6099 components: - type: Transform - pos: -9.5,41.5 - parent: 1 - - uid: 5930 + pos: -5.5,15.5 + parent: 2 + - uid: 6100 components: - type: Transform - pos: -6.5,42.5 - parent: 1 - - uid: 5931 + rot: 1.5707963267948966 rad + pos: -8.5,25.5 + parent: 2 + - uid: 6101 components: - type: Transform - pos: -6.5,41.5 - parent: 1 - - uid: 5932 + rot: 3.141592653589793 rad + pos: 11.5,41.5 + parent: 2 + - uid: 6102 components: - type: Transform - pos: -5.5,41.5 - parent: 1 - - uid: 5933 + pos: 9.5,42.5 + parent: 2 + - uid: 6103 components: - type: Transform - pos: -5.5,42.5 - parent: 1 - - uid: 6218 + rot: 3.141592653589793 rad + pos: -97.5,46.5 + parent: 2 + - uid: 6104 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,45.5 - parent: 1 - - uid: 9343 + rot: 3.141592653589793 rad + pos: 8.5,40.5 + parent: 2 + - uid: 6105 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.544952,8.642906 - parent: 1 - - uid: 9357 + rot: 3.141592653589793 rad + pos: 10.5,40.5 + parent: 2 + - uid: 6106 components: - type: Transform rot: 3.141592653589793 rad - pos: -63.49469,22.686203 - parent: 1 - - uid: 9779 + pos: 8.5,42.5 + parent: 2 + - uid: 6107 components: - type: Transform - pos: -37.5,38.5 - parent: 1 - - uid: 9923 + rot: 3.141592653589793 rad + pos: 7.5,40.5 + parent: 2 + - uid: 6108 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -64.5,12.5 - parent: 1 - - uid: 9938 + rot: 3.141592653589793 rad + pos: 11.5,42.5 + parent: 2 + - uid: 6109 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -64.5,13.5 - parent: 1 - - uid: 9940 + rot: 3.141592653589793 rad + pos: 9.5,40.5 + parent: 2 + - uid: 6110 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -69.5,26.5 - parent: 1 - - uid: 9942 + rot: 3.141592653589793 rad + pos: 7.5,42.5 + parent: 2 + - uid: 6111 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -64.5,11.5 - parent: 1 - - uid: 10101 + rot: 3.141592653589793 rad + pos: 11.5,40.5 + parent: 2 + - uid: 6112 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,28.5 - parent: 1 - - uid: 10844 + rot: 3.141592653589793 rad + pos: 10.5,42.5 + parent: 2 + - uid: 6113 components: - type: Transform - pos: -60.5,42.5 - parent: 1 - - uid: 10881 + pos: 28.5,-5.5 + parent: 2 + - uid: 6114 components: - type: Transform - pos: -10.5,56.5 - parent: 1 - - uid: 12905 + pos: 26.5,-5.5 + parent: 2 + - uid: 6115 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,8.5 - parent: 1 - - uid: 13838 + pos: 24.5,-5.5 + parent: 2 + - uid: 6116 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,54.5 - parent: 1 - - uid: 13894 + pos: 22.5,-5.5 + parent: 2 + - uid: 6117 components: - type: Transform - pos: -63.5,45.5 - parent: 1 - - uid: 14194 + pos: 21.5,-5.5 + parent: 2 + - uid: 6118 components: - type: Transform - rot: 3.141592653589793 rad - pos: -65.506805,54.772568 - parent: 1 - - uid: 14241 + pos: 20.5,-5.5 + parent: 2 + - uid: 6119 components: - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,51.5 - parent: 1 - - uid: 14317 + pos: 19.5,-5.5 + parent: 2 + - uid: 6120 components: - type: Transform - rot: 3.141592653589793 rad - pos: -67.5,36.5 - parent: 1 - - uid: 15072 + pos: 17.5,-5.5 + parent: 2 + - uid: 6121 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,17.5 - parent: 1 - - uid: 18495 + pos: 15.5,-5.5 + parent: 2 + - uid: 6122 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,50.5 - parent: 1 - - uid: 18597 + pos: 14.5,-5.5 + parent: 2 + - uid: 6123 components: - type: Transform - pos: 11.5,58.5 - parent: 1 - - uid: 18632 + pos: 10.5,-5.5 + parent: 2 + - uid: 6124 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 18.453627,59.62445 - parent: 1 - - uid: 18671 + pos: 4.5,-4.5 + parent: 2 + - uid: 6125 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.476812,53.657104 - parent: 1 -- proto: ChairFoldingSpawnFolded - entities: - - uid: 2508 + pos: 4.5,-2.5 + parent: 2 + - uid: 6126 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.527164,13.664964 - parent: 1 - - uid: 2509 + pos: 4.5,-0.5 + parent: 2 + - uid: 6127 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.527164,13.664964 - parent: 1 - - uid: 2510 + pos: 4.5,0.5 + parent: 2 + - uid: 6128 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.527164,13.711839 - parent: 1 - - uid: 2511 + pos: 23.5,-4.5 + parent: 2 + - uid: 6129 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.527164,13.758714 - parent: 1 - - uid: 2643 + pos: 23.5,-3.5 + parent: 2 + - uid: 6130 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.868263,27.709732 - parent: 1 -- proto: ChairOfficeDark - entities: - - uid: 33 + pos: 23.5,-1.5 + parent: 2 + - uid: 6131 components: - type: Transform - pos: -1.5,-12.5 - parent: 1 - - uid: 313 + pos: 23.5,0.5 + parent: 2 + - uid: 6132 components: - type: Transform - pos: 8.492219,-1.3101816 - parent: 1 - - uid: 331 + pos: 22.5,1.5 + parent: 2 + - uid: 6133 components: - type: Transform - pos: 4.493962,-8.546522 - parent: 1 - - uid: 914 + pos: 22.5,2.5 + parent: 2 + - uid: 6134 components: - type: Transform rot: 1.5707963267948966 rad - pos: 26.5,-1.5 - parent: 1 - - uid: 1904 + pos: 11.5,-5.5 + parent: 2 + - uid: 6135 components: - type: Transform - pos: -54.5,49.5 - parent: 1 - - uid: 2642 + pos: -52.5,68.5 + parent: 2 + - uid: 6136 components: - type: Transform rot: -1.5707963267948966 rad - pos: -8.5,28.5 - parent: 1 - - uid: 2803 + pos: -13.5,-22.5 + parent: 2 + - uid: 6137 components: - type: Transform rot: 1.5707963267948966 rad - pos: -15.5,13.5 - parent: 1 - - uid: 2846 + pos: -8.5,24.5 + parent: 2 + - uid: 6138 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,24.5 + parent: 2 + - uid: 6139 + components: + - type: Transform + pos: -48.5,-15.5 + parent: 2 + - uid: 6140 components: - type: Transform rot: 3.141592653589793 rad - pos: -16.5,28.5 - parent: 1 - - uid: 3688 + pos: -32.5,-15.5 + parent: 2 + - uid: 6141 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,1.5 - parent: 1 - - uid: 3744 + rot: 3.141592653589793 rad + pos: -32.5,-16.5 + parent: 2 + - uid: 6142 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,1.5 - parent: 1 - - uid: 3765 + rot: 3.141592653589793 rad + pos: -34.5,-15.5 + parent: 2 + - uid: 6143 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,1.5 - parent: 1 - - uid: 5616 + rot: 3.141592653589793 rad + pos: -34.5,-16.5 + parent: 2 + - uid: 6144 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,28.5 - parent: 1 - - uid: 5799 + pos: -83.5,40.5 + parent: 2 + - uid: 6145 components: - type: Transform - pos: -4.5,-12.5 - parent: 1 - - uid: 5808 + pos: -4.5,-7.5 + parent: 2 + - uid: 6146 components: - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,8.5 - parent: 1 - - uid: 6362 + pos: -82.5,40.5 + parent: 2 + - uid: 6147 components: - type: Transform - pos: -33.5,-12.5 - parent: 1 - - uid: 6414 + pos: -28.5,2.5 + parent: 2 + - uid: 6148 components: - type: Transform rot: 1.5707963267948966 rad - pos: -44.5,-6.5 - parent: 1 - - uid: 6429 + pos: -67.5,22.5 + parent: 2 + - uid: 6149 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-1.5 - parent: 1 - - uid: 7907 + rot: 1.5707963267948966 rad + pos: -65.5,22.5 + parent: 2 + - uid: 6150 components: - type: Transform - pos: -47.5,57.5 - parent: 1 - - uid: 7908 + rot: 1.5707963267948966 rad + pos: -64.5,58.5 + parent: 2 + - uid: 6151 components: - type: Transform rot: 3.141592653589793 rad - pos: -47.5,62.5 - parent: 1 - - uid: 7932 + pos: -29.5,-6.5 + parent: 2 + - uid: 6152 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,64.5 - parent: 1 - - uid: 7980 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,57.5 - parent: 1 - - uid: 7981 + rot: 1.5707963267948966 rad + pos: 16.5,-4.5 + parent: 2 + - uid: 6153 components: - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,57.5 - parent: 1 - - uid: 9360 + rot: 1.5707963267948966 rad + pos: 17.5,-4.5 + parent: 2 + - uid: 6154 components: - type: Transform rot: 1.5707963267948966 rad - pos: -61.5,31.5 - parent: 1 - - uid: 9534 + pos: 22.5,-4.5 + parent: 2 + - uid: 6155 components: - type: Transform rot: 1.5707963267948966 rad - pos: -21.5,37.5 - parent: 1 - - uid: 10460 + pos: 24.5,-2.5 + parent: 2 + - uid: 6156 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -69.5,16.5 - parent: 1 - - uid: 10879 + pos: -23.5,-10.5 + parent: 2 + - uid: 6157 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,54.5 - parent: 1 - - uid: 10889 + pos: -66.5,22.5 + parent: 2 + - uid: 6158 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,60.5 - parent: 1 - - uid: 10890 + pos: -66.5,20.5 + parent: 2 + - uid: 6159 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,61.5 - parent: 1 - - uid: 12024 + pos: -74.5,-14.5 + parent: 2 + - uid: 6160 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -71.5,16.5 - parent: 1 - - uid: 12495 + pos: -68.5,21.5 + parent: 2 + - uid: 6161 components: - type: Transform rot: 1.5707963267948966 rad - pos: -55.5,65.5 - parent: 1 - - uid: 12958 + pos: -25.5,36.5 + parent: 2 + - uid: 6162 components: - type: Transform - pos: 22.511797,40.661667 - parent: 1 - - uid: 13293 + pos: -67.5,21.5 + parent: 2 + - uid: 6163 components: - type: Transform - pos: 22.53263,38.587303 - parent: 1 - - uid: 13320 + pos: -66.5,11.5 + parent: 2 + - uid: 6164 components: - type: Transform - pos: -0.5,8.5 - parent: 1 - - uid: 14204 + pos: -60.5,8.5 + parent: 2 + - uid: 6165 components: - type: Transform - pos: -65.5,26.5 - parent: 1 - - uid: 14440 + pos: -67.5,9.5 + parent: 2 + - uid: 6166 components: - type: Transform - pos: -70.5,11.5 - parent: 1 - - uid: 14448 + pos: -62.5,8.5 + parent: 2 + - uid: 6167 components: - type: Transform - pos: -74.5,11.5 - parent: 1 - - uid: 15020 + pos: -65.5,8.5 + parent: 2 + - uid: 6168 components: - type: Transform - pos: 5.5,-16.5 - parent: 1 - - uid: 15510 + rot: 1.5707963267948966 rad + pos: -20.5,-2.5 + parent: 2 + - uid: 6169 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -15.355983,-2.4220967 - parent: 1 - - uid: 15887 + pos: -69.5,26.5 + parent: 2 + - uid: 6170 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-12.5 - parent: 1 - - uid: 17109 + pos: -70.5,26.5 + parent: 2 + - uid: 6171 components: - type: Transform - pos: -6.5,-2.5 - parent: 1 - - uid: 17110 + rot: 1.5707963267948966 rad + pos: -88.5,40.5 + parent: 2 + - uid: 6172 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-0.5 - parent: 1 - - uid: 18011 + rot: 1.5707963267948966 rad + pos: -29.5,-8.5 + parent: 2 + - uid: 6173 components: - type: Transform - pos: -74.5,38.5 - parent: 1 -- proto: ChairOfficeLight - entities: - - uid: 499 + rot: 1.5707963267948966 rad + pos: -29.5,0.5 + parent: 2 + - uid: 6174 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,47.5 - parent: 1 - - uid: 1968 + pos: -46.5,67.5 + parent: 2 + - uid: 6175 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,27.5 - parent: 1 - - uid: 1969 + pos: -54.5,80.5 + parent: 2 + - uid: 6176 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,26.5 - parent: 1 - - uid: 1970 + pos: -50.5,72.5 + parent: 2 + - uid: 6177 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,25.5 - parent: 1 - - uid: 1972 + rot: 1.5707963267948966 rad + pos: -20.5,0.5 + parent: 2 + - uid: 6178 components: - type: Transform rot: 1.5707963267948966 rad - pos: 0.5,25.5 - parent: 1 - - uid: 1979 + pos: -27.5,-6.5 + parent: 2 + - uid: 6179 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,33.5 - parent: 1 - - uid: 2066 + pos: -28.5,-0.5 + parent: 2 + - uid: 6180 components: - type: Transform - pos: 7.5,23.5 - parent: 1 - - uid: 2067 + pos: -28.5,-1.5 + parent: 2 + - uid: 6181 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,25.5 - parent: 1 - - uid: 2359 + pos: -28.5,-3.5 + parent: 2 + - uid: 6182 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,16.5 - parent: 1 - - uid: 2360 + pos: -28.5,-4.5 + parent: 2 + - uid: 6183 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,18.5 - parent: 1 - - uid: 2806 + pos: -28.5,-5.5 + parent: 2 + - uid: 6184 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,9.5 - parent: 1 - - uid: 4567 + pos: -50.5,73.5 + parent: 2 + - uid: 6185 components: - type: Transform - pos: 18.5,43.5 - parent: 1 - - uid: 5326 + pos: -26.5,-6.5 + parent: 2 + - uid: 6186 components: - type: Transform - pos: 17.5,41.5 - parent: 1 - - uid: 5617 + pos: -25.5,-7.5 + parent: 2 + - uid: 6187 components: - type: Transform - pos: -41.5,24.5 - parent: 1 - - uid: 6144 + pos: -24.5,-7.5 + parent: 2 + - uid: 6188 components: - type: Transform - pos: 22.53263,42.61093 - parent: 1 - - uid: 10880 + pos: -22.5,-7.5 + parent: 2 + - uid: 6189 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,54.5 - parent: 1 - - uid: 10882 + pos: -21.5,-6.5 + parent: 2 + - uid: 6190 components: - type: Transform - pos: -9.5,56.5 - parent: 1 - - uid: 12794 + pos: -21.5,-4.5 + parent: 2 + - uid: 6191 components: - type: Transform - pos: 15.5,32.5 - parent: 1 - - uid: 18598 + pos: -21.5,-3.5 + parent: 2 + - uid: 6192 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,58.5 - parent: 1 -- proto: ChairPilotSeat - entities: - - uid: 10878 + pos: -21.5,-0.5 + parent: 2 + - uid: 6193 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,55.5 - parent: 1 - - uid: 10891 + pos: -52.5,74.5 + parent: 2 + - uid: 6194 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,64.5 - parent: 1 - - uid: 10892 + pos: -21.5,1.5 + parent: 2 + - uid: 6195 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,65.5 - parent: 1 - - uid: 10893 + pos: -19.5,1.5 + parent: 2 + - uid: 6196 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,64.5 - parent: 1 -- proto: ChairWood - entities: - - uid: 1905 + pos: -18.5,1.5 + parent: 2 + - uid: 6197 components: - type: Transform - pos: -57.5,49.5 - parent: 1 - - uid: 5269 + pos: -17.5,1.5 + parent: 2 + - uid: 6198 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,12.5 - parent: 1 - - uid: 6033 + pos: -15.5,1.5 + parent: 2 + - uid: 6199 components: - type: Transform - rot: 3.141592653589793 rad - pos: -60.5,38.5 - parent: 1 - - uid: 7540 + rot: -1.5707963267948966 rad + pos: -13.5,-23.5 + parent: 2 + - uid: 6200 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,39.5 - parent: 1 - - uid: 9772 + pos: -48.5,1.5 + parent: 2 + - uid: 6201 components: - type: Transform - pos: -44.5,37.5 - parent: 1 - - uid: 9775 + pos: -48.5,-0.5 + parent: 2 + - uid: 6202 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,35.5 - parent: 1 - - uid: 9777 + pos: -48.5,-1.5 + parent: 2 + - uid: 6203 components: - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,36.5 - parent: 1 - - uid: 9780 + pos: -48.5,-3.5 + parent: 2 + - uid: 6204 components: - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,36.5 - parent: 1 - - uid: 9781 + pos: -48.5,-6.5 + parent: 2 + - uid: 6205 components: - type: Transform - pos: -36.5,38.5 - parent: 1 - - uid: 10459 + pos: -48.5,-7.5 + parent: 2 + - uid: 6206 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,42.5 - parent: 1 - - uid: 10461 + pos: -52.5,-9.5 + parent: 2 + - uid: 6207 components: - type: Transform - pos: -27.5,42.5 - parent: 1 - - uid: 10914 + pos: -51.5,-9.5 + parent: 2 + - uid: 6208 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,50.5 - parent: 1 - - uid: 10934 + pos: -49.5,-9.5 + parent: 2 + - uid: 6209 components: - type: Transform - pos: -61.5,45.5 - parent: 1 -- proto: CheapLighter - entities: - - uid: 18718 + rot: 1.5707963267948966 rad + pos: -53.5,2.5 + parent: 2 + - uid: 6210 components: - type: Transform - pos: 23.633738,45.64286 - parent: 1 -- proto: CheckerBoard - entities: - - uid: 2993 + pos: -47.5,-9.5 + parent: 2 + - uid: 6211 components: - type: Transform - pos: 28.500988,13.594242 - parent: 1 -- proto: ChemDispenser - entities: - - uid: 948 + rot: 1.5707963267948966 rad + pos: -51.5,1.5 + parent: 2 + - uid: 6212 components: - type: Transform - pos: -1.5,27.5 - parent: 1 - - uid: 2184 + rot: 1.5707963267948966 rad + pos: -47.5,19.5 + parent: 2 + - uid: 6213 components: - type: Transform - pos: -4.5,24.5 - parent: 1 -- proto: ChemistryHotplate - entities: - - uid: 1967 + rot: 1.5707963267948966 rad + pos: -48.5,17.5 + parent: 2 + - uid: 6214 components: - type: Transform - pos: 0.5,27.5 - parent: 1 - - uid: 18599 + pos: -41.5,15.5 + parent: 2 + - uid: 6215 components: - type: Transform - pos: 15.5,59.5 - parent: 1 - - type: ItemPlacer - placedEntities: - - 18604 - - type: PlaceableSurface - isPlaceable: False -- proto: ChemMaster - entities: - - uid: 13 + pos: -41.5,14.5 + parent: 2 + - uid: 6216 components: - type: Transform - pos: -2.5,27.5 - parent: 1 - - uid: 14 + pos: -43.5,14.5 + parent: 2 + - uid: 6217 components: - type: Transform - pos: -4.5,25.5 - parent: 1 -- proto: ChessBoard - entities: - - uid: 6365 + pos: -45.5,14.5 + parent: 2 + - uid: 6218 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 17.504433,3.6022105 - parent: 1 - - uid: 18497 + pos: -46.5,14.5 + parent: 2 + - uid: 6219 components: - type: Transform - pos: 11.514249,50.574677 - parent: 1 -- proto: ChurchOrganInstrument - entities: - - uid: 1816 + pos: -47.5,14.5 + parent: 2 + - uid: 6220 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-2.5 - parent: 1 -- proto: Cigar - entities: - - uid: 18719 + rot: -1.5707963267948966 rad + pos: -13.5,-25.5 + parent: 2 + - uid: 6221 components: - type: Transform - pos: 23.071238,45.684563 - parent: 1 -- proto: Cigarette - entities: - - uid: 10840 + pos: -44.5,21.5 + parent: 2 + - uid: 6222 components: - type: Transform - pos: -76.35176,30.586143 - parent: 1 -- proto: CigaretteLicoxide - entities: - - uid: 16720 + pos: -43.5,21.5 + parent: 2 + - uid: 6223 components: - type: Transform - pos: -1.8548881,-22.271221 - parent: 1 -- proto: CigaretteSpent - entities: - - uid: 16172 + pos: -41.5,21.5 + parent: 2 + - uid: 6224 components: - type: Transform - pos: -60.372856,64.15277 - parent: 1 - - uid: 16173 + pos: -44.5,24.5 + parent: 2 + - uid: 6225 components: - type: Transform - rot: 3.141592653589793 rad - pos: -60.414524,63.985992 - parent: 1 - - uid: 18406 + pos: -44.5,25.5 + parent: 2 + - uid: 6226 components: - type: Transform - pos: -79.55174,40.62023 - parent: 1 - - uid: 18407 + pos: -44.5,27.5 + parent: 2 + - uid: 6227 components: - type: Transform - pos: -79.71841,40.70363 - parent: 1 -- proto: CigarGold - entities: - - uid: 6383 + pos: -44.5,13.5 + parent: 2 + - uid: 6228 components: - type: Transform - pos: -43.52648,-5.913294 - parent: 1 - - uid: 14675 + pos: -44.5,10.5 + parent: 2 + - uid: 6229 components: - type: Transform - pos: -8.177672,62.701042 - parent: 1 -- proto: CigarGoldCase - entities: - - uid: 5895 + pos: -44.5,9.5 + parent: 2 + - uid: 6230 components: - type: Transform - parent: 5892 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: CigarSpent - entities: - - uid: 9299 + pos: -33.5,9.5 + parent: 2 + - uid: 6231 components: - type: Transform - pos: -8.907739,62.650093 - parent: 1 - - uid: 14608 + pos: -33.5,12.5 + parent: 2 + - uid: 6232 components: - type: Transform - pos: -46.641064,-1.2955027 - parent: 1 - - uid: 16115 + pos: -33.5,13.5 + parent: 2 + - uid: 6234 components: - type: Transform - pos: -8.268698,55.566917 - parent: 1 - - uid: 18456 + pos: -30.5,15.5 + parent: 2 + - uid: 6235 components: - type: Transform - pos: 11.316062,-1.9240544 - parent: 1 - - uid: 18717 + pos: -20.5,21.5 + parent: 2 + - uid: 6236 components: - type: Transform - pos: 23.185822,45.496925 - parent: 1 -- proto: CircuitImprinter - entities: - - uid: 6022 + pos: -19.5,19.5 + parent: 2 + - uid: 6237 components: - type: Transform - pos: -19.5,-4.5 - parent: 1 - - type: SiloUtilizer - silo: 6424 -- proto: CleanerDispenser - entities: - - uid: 15234 + pos: -19.5,17.5 + parent: 2 + - uid: 6238 components: - type: Transform - pos: -51.5,38.5 - parent: 1 -- proto: ClosetBombFilled - entities: - - uid: 8082 + pos: -19.5,15.5 + parent: 2 + - uid: 6239 components: - type: Transform - pos: 0.5,-7.5 - parent: 1 - - uid: 15896 + rot: 1.5707963267948966 rad + pos: -3.5,15.5 + parent: 2 + - uid: 6240 components: - type: Transform - pos: -11.5,-37.5 - parent: 1 -- proto: ClosetChefFilled - entities: - - uid: 6935 + pos: -19.5,9.5 + parent: 2 + - uid: 6241 components: - type: Transform - pos: -31.5,47.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 -- proto: ClosetEmergencyFilledRandom - entities: - - uid: 908 + pos: -5.5,9.5 + parent: 2 + - uid: 6242 components: - type: Transform - pos: 29.5,-7.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 1142 + pos: -5.5,12.5 + parent: 2 + - uid: 6243 components: - type: Transform - pos: 1.5,19.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 1151 + pos: -5.5,13.5 + parent: 2 + - uid: 6244 components: - type: Transform - pos: 1.5,20.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 2942 + pos: -6.5,21.5 + parent: 2 + - uid: 6245 components: - type: Transform - pos: 5.5,0.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 2945 + pos: -6.5,22.5 + parent: 2 + - uid: 6246 components: - type: Transform - pos: 23.5,2.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 2949 + pos: -6.5,24.5 + parent: 2 + - uid: 6247 components: - type: Transform - pos: 15.5,-4.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 2964 + pos: -9.5,25.5 + parent: 2 + - uid: 6248 components: - type: Transform - pos: 21.5,11.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 3321 + rot: 1.5707963267948966 rad + pos: -25.5,37.5 + parent: 2 + - uid: 6249 components: - type: Transform - pos: -16.5,19.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 5385 + pos: 0.5,12.5 + parent: 2 + - uid: 6250 components: - type: Transform - pos: -54.5,-10.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 5403 + pos: -24.5,-10.5 + parent: 2 + - uid: 6251 components: - type: Transform - pos: -29.5,2.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 5498 + pos: 2.5,12.5 + parent: 2 + - uid: 6252 components: - type: Transform - pos: -53.5,2.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 5605 + pos: -64.5,20.5 + parent: 2 + - uid: 6253 components: - type: Transform - pos: -44.5,15.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 5608 + rot: -1.5707963267948966 rad + pos: -52.5,10.5 + parent: 2 + - uid: 6254 components: - type: Transform - pos: -45.5,27.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 5642 + rot: 3.141592653589793 rad + pos: -50.5,67.5 + parent: 2 + - uid: 6255 components: - type: Transform - pos: -55.5,36.5 - parent: 1 - - uid: 5710 + rot: 3.141592653589793 rad + pos: -50.5,74.5 + parent: 2 + - uid: 6256 components: - type: Transform - pos: -34.5,10.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 5729 + rot: 3.141592653589793 rad + pos: -52.5,75.5 + parent: 2 + - uid: 6257 components: - type: Transform - pos: -20.5,10.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 5779 + rot: 3.141592653589793 rad + pos: -52.5,72.5 + parent: 2 + - uid: 6258 components: - type: Transform - pos: -4.5,10.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 5782 + rot: 3.141592653589793 rad + pos: -50.5,80.5 + parent: 2 + - uid: 6259 components: - type: Transform - pos: -9.5,24.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 5886 + rot: 3.141592653589793 rad + pos: -68.5,20.5 + parent: 2 + - uid: 6260 components: - type: Transform - pos: -23.5,34.5 - parent: 1 - - uid: 9849 + rot: 3.141592653589793 rad + pos: -63.5,31.5 + parent: 2 + - uid: 6261 components: - type: Transform - pos: -61.5,26.5 - parent: 1 - - uid: 10369 + pos: -54.5,79.5 + parent: 2 + - uid: 6262 components: - type: Transform - pos: -30.5,49.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 10381 + pos: -52.5,67.5 + parent: 2 + - uid: 6263 components: - type: Transform - pos: -9.5,36.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 10384 + pos: -50.5,68.5 + parent: 2 + - uid: 6264 components: - type: Transform - pos: -8.5,48.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 10385 + pos: -48.5,67.5 + parent: 2 + - uid: 6265 components: - type: Transform - pos: 6.5,39.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 12359 + pos: -47.5,67.5 + parent: 2 + - uid: 6266 components: - type: Transform - pos: -16.5,0.5 - parent: 1 - - uid: 12891 + pos: -50.5,71.5 + parent: 2 + - uid: 6267 components: - type: Transform - pos: 15.5,23.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 14235 + pos: -52.5,76.5 + parent: 2 + - uid: 6268 components: - type: Transform - pos: -70.5,56.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 14236 + pos: 15.5,47.5 + parent: 2 + - uid: 6269 components: - type: Transform - pos: -60.5,48.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 14244 + pos: 15.5,45.5 + parent: 2 + - uid: 6270 components: - type: Transform - pos: -66.5,40.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 15559 + pos: 15.5,43.5 + parent: 2 + - uid: 6271 components: - type: Transform - pos: -13.5,-8.5 - parent: 1 - - uid: 15967 + pos: 15.5,41.5 + parent: 2 + - uid: 6272 components: - type: Transform - pos: -72.5,-9.5 - parent: 1 - - uid: 15971 + pos: 15.5,39.5 + parent: 2 + - uid: 6273 components: - type: Transform - pos: -65.5,-9.5 - parent: 1 - - uid: 16251 + pos: -50.5,75.5 + parent: 2 + - uid: 6274 components: - type: Transform - pos: -67.5,58.5 - parent: 1 - - uid: 16926 + pos: 15.5,35.5 + parent: 2 + - uid: 6275 components: - type: Transform - pos: -9.5,-38.5 - parent: 1 - - uid: 17469 + pos: -50.5,76.5 + parent: 2 + - uid: 6276 components: - type: Transform - pos: -9.5,-0.5 - parent: 1 - - uid: 18746 + pos: 17.5,35.5 + parent: 2 + - uid: 6277 components: - type: Transform - pos: 22.5,58.5 - parent: 1 -- proto: ClosetEmergencyN2 - entities: - - uid: 2033 + pos: 18.5,35.5 + parent: 2 + - uid: 6278 components: - type: Transform - pos: -20.5,50.5 - parent: 1 - - uid: 7598 + pos: -50.5,77.5 + parent: 2 + - uid: 6279 components: - type: Transform - pos: -34.5,54.5 - parent: 1 -- proto: ClosetEmergencyN2FilledRandom - entities: - - uid: 2037 + pos: -52.5,71.5 + parent: 2 + - uid: 6280 components: - type: Transform - pos: -67.5,45.5 - parent: 1 - - uid: 9066 + pos: 23.5,35.5 + parent: 2 + - uid: 6281 components: - type: Transform - pos: 15.5,21.5 - parent: 1 - - uid: 16137 + pos: 23.5,34.5 + parent: 2 + - uid: 6282 components: - type: Transform - pos: -60.5,21.5 - parent: 1 - - uid: 16250 + pos: 23.5,32.5 + parent: 2 + - uid: 6283 components: - type: Transform - pos: -67.5,59.5 - parent: 1 -- proto: ClosetFireFilled - entities: - - uid: 116 + pos: 23.5,31.5 + parent: 2 + - uid: 6284 components: - type: Transform - pos: -19.5,-33.5 - parent: 1 - - uid: 2917 + pos: -52.5,73.5 + parent: 2 + - uid: 6285 components: - type: Transform - pos: -15.5,19.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 2941 + pos: 23.5,28.5 + parent: 2 + - uid: 6286 components: - type: Transform - pos: 5.5,1.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 2948 + pos: 23.5,26.5 + parent: 2 + - uid: 6287 components: - type: Transform - pos: 14.5,-4.5 - parent: 1 - - type: EntityStorage - open: True - removedMasks: 20 - - uid: 2987 + pos: 23.5,24.5 + parent: 2 + - uid: 6288 components: - type: Transform - pos: 22.5,11.5 - parent: 1 - - uid: 5389 + pos: 23.5,23.5 + parent: 2 + - uid: 6289 components: - type: Transform - pos: -53.5,-10.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 5405 + pos: 14.5,40.5 + parent: 2 + - uid: 6290 components: - type: Transform - pos: -29.5,1.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 5497 + pos: 13.5,48.5 + parent: 2 + - uid: 6291 components: - type: Transform - pos: -54.5,2.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 5604 + pos: 12.5,48.5 + parent: 2 + - uid: 6292 components: - type: Transform - pos: -43.5,15.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 5607 + pos: 11.5,48.5 + parent: 2 + - uid: 6293 components: - type: Transform - pos: -45.5,28.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 5683 + pos: 9.5,48.5 + parent: 2 + - uid: 6294 components: - type: Transform - pos: -24.5,34.5 - parent: 1 - - uid: 5708 + pos: 7.5,48.5 + parent: 2 + - uid: 6295 components: - type: Transform - pos: -34.5,9.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 5731 + pos: 6.5,47.5 + parent: 2 + - uid: 6296 components: - type: Transform - pos: -20.5,9.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 5780 + pos: 4.5,47.5 + parent: 2 + - uid: 6297 components: - type: Transform - pos: -4.5,9.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 5783 + pos: 3.5,47.5 + parent: 2 + - uid: 6298 components: - type: Transform - pos: -8.5,24.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 6066 + pos: 2.5,47.5 + parent: 2 + - uid: 6299 components: - type: Transform - pos: -55.5,37.5 - parent: 1 - - uid: 10368 + pos: 0.5,47.5 + parent: 2 + - uid: 6300 components: - type: Transform - pos: -31.5,49.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 10377 + pos: -2.5,47.5 + parent: 2 + - uid: 6301 components: - type: Transform - pos: -19.5,50.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 10382 + pos: -3.5,47.5 + parent: 2 + - uid: 6302 components: - type: Transform - pos: -8.5,36.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 10386 + pos: -50.5,79.5 + parent: 2 + - uid: 6303 components: - type: Transform - pos: 7.5,39.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 10800 + pos: -7.5,47.5 + parent: 2 + - uid: 6304 components: - type: Transform - pos: -8.5,49.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 10812 + pos: -7.5,48.5 + parent: 2 + - uid: 6305 components: - type: Transform - pos: -11.5,-8.5 - parent: 1 - - uid: 12890 + pos: -7.5,50.5 + parent: 2 + - uid: 6306 components: - type: Transform - pos: 15.5,22.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 14237 + pos: -52.5,80.5 + parent: 2 + - uid: 6307 components: - type: Transform - pos: -61.5,48.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 14243 + pos: -10.5,51.5 + parent: 2 + - uid: 6308 components: - type: Transform - pos: -66.5,39.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 14583 + pos: -12.5,51.5 + parent: 2 + - uid: 6309 components: - type: Transform - pos: -61.5,28.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 15963 + pos: -13.5,51.5 + parent: 2 + - uid: 6310 components: - type: Transform - pos: -74.5,-9.5 - parent: 1 - - uid: 15977 + rot: 1.5707963267948966 rad + pos: -26.5,49.5 + parent: 2 + - uid: 6311 components: - type: Transform - pos: -67.5,-9.5 - parent: 1 - - uid: 17470 + pos: -9.5,51.5 + parent: 2 + - uid: 6312 components: - type: Transform - pos: -9.5,-2.5 - parent: 1 - - uid: 17471 + pos: -2.5,46.5 + parent: 2 + - uid: 6313 components: - type: Transform - pos: 0.5,-12.5 - parent: 1 - - uid: 18010 + rot: 1.5707963267948966 rad + pos: -22.5,50.5 + parent: 2 + - uid: 6314 components: - type: Transform - pos: -73.5,40.5 - parent: 1 -- proto: ClosetJanitorFilled - entities: - - uid: 5887 + pos: -2.5,44.5 + parent: 2 + - uid: 6315 components: - type: Transform - pos: -50.5,35.5 - parent: 1 - - uid: 16565 + pos: -2.5,43.5 + parent: 2 + - uid: 6316 components: - type: Transform - pos: -69.5,54.5 - parent: 1 -- proto: ClosetL3JanitorFilled - entities: - - uid: 14561 + pos: -2.5,42.5 + parent: 2 + - uid: 6317 components: - type: Transform - pos: -53.5,39.5 - parent: 1 - - uid: 16489 + rot: 1.5707963267948966 rad + pos: -25.5,46.5 + parent: 2 + - uid: 6318 components: - type: Transform - pos: -54.5,39.5 - parent: 1 -- proto: ClosetL3ScienceFilled - entities: - - uid: 16916 + pos: -2.5,40.5 + parent: 2 + - uid: 6319 components: - type: Transform - pos: -12.5,-37.5 - parent: 1 -- proto: ClosetL3VirologyFilled - entities: - - uid: 1150 + rot: 1.5707963267948966 rad + pos: -42.5,54.5 + parent: 2 + - uid: 6320 components: - type: Transform - pos: 6.5,20.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 1181 + rot: -1.5707963267948966 rad + pos: -3.5,39.5 + parent: 2 + - uid: 6321 components: - type: Transform - pos: 7.5,20.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 -- proto: ClosetMaintenanceFilledRandom - entities: - - uid: 1114 + rot: 3.141592653589793 rad + pos: -97.5,40.5 + parent: 2 + - uid: 6322 components: - type: Transform - pos: -23.5,-6.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 2914 + pos: -4.5,37.5 + parent: 2 + - uid: 6323 components: - type: Transform - pos: -17.5,19.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 2946 + pos: -5.5,37.5 + parent: 2 + - uid: 6324 components: - type: Transform - pos: 24.5,-0.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 2947 + pos: -6.5,37.5 + parent: 2 + - uid: 6325 components: - type: Transform - pos: 13.5,-4.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 2953 + pos: -7.5,37.5 + parent: 2 + - uid: 6326 components: - type: Transform - pos: 26.5,-4.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 2991 + rot: 1.5707963267948966 rad + pos: 14.5,46.5 + parent: 2 + - uid: 6327 components: - type: Transform - pos: 23.5,11.5 - parent: 1 - - uid: 3899 + pos: -9.5,37.5 + parent: 2 + - uid: 6328 components: - type: Transform - pos: 7.5,-1.5 - parent: 1 - - uid: 5392 + rot: 1.5707963267948966 rad + pos: -6.5,36.5 + parent: 2 + - uid: 6329 components: - type: Transform - pos: -52.5,-10.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 5413 + rot: 1.5707963267948966 rad + pos: 14.5,43.5 + parent: 2 + - uid: 6330 components: - type: Transform - pos: -29.5,0.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 5422 + rot: 1.5707963267948966 rad + pos: 21.5,34.5 + parent: 2 + - uid: 6331 components: - type: Transform - pos: -17.5,0.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 5499 + rot: 1.5707963267948966 rad + pos: 22.5,25.5 + parent: 2 + - uid: 6332 components: - type: Transform - pos: -52.5,2.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 1.7459902 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 5606 + rot: 3.141592653589793 rad + pos: -67.5,20.5 + parent: 2 + - uid: 6333 components: - type: Transform - pos: -45.5,15.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 5609 + rot: 3.141592653589793 rad + pos: -52.5,79.5 + parent: 2 + - uid: 6334 components: - type: Transform - pos: -45.5,26.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False + pos: -3.5,12.5 + parent: 2 + - uid: 6335 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,36.5 + parent: 2 + - uid: 6336 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,41.5 + parent: 2 + - uid: 6337 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,46.5 + parent: 2 + - uid: 6338 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,46.5 + parent: 2 + - uid: 6339 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,42.5 + parent: 2 + - uid: 6340 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,48.5 + parent: 2 + - uid: 6341 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,55.5 + parent: 2 + - uid: 6343 + components: + - type: Transform + pos: -81.5,40.5 + parent: 2 + - uid: 6344 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -79.5,29.5 + parent: 2 + - uid: 6345 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -78.5,29.5 + parent: 2 + - uid: 6346 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -63.5,32.5 + parent: 2 + - uid: 6347 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -97.5,41.5 + parent: 2 + - uid: 6349 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,41.5 + parent: 2 + - uid: 6350 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,42.5 + parent: 2 + - uid: 6351 + components: + - type: Transform + pos: -6.5,19.5 + parent: 2 + - uid: 6352 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -97.5,45.5 + parent: 2 + - uid: 6353 + components: + - type: Transform + pos: 13.5,17.5 + parent: 2 + - uid: 6358 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -85.5,30.5 + parent: 2 + - uid: 6360 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -88.5,41.5 + parent: 2 + - uid: 6361 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-7.5 + parent: 2 + - uid: 6362 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-5.5 + parent: 2 + - uid: 6363 + components: + - type: Transform + pos: -6.5,23.5 + parent: 2 + - uid: 6364 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,39.5 + parent: 2 + - uid: 6365 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,38.5 + parent: 2 + - uid: 6366 + components: + - type: Transform + pos: -70.5,31.5 + parent: 2 + - uid: 6367 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -68.5,22.5 + parent: 2 + - uid: 6368 + components: + - type: Transform + pos: -89.5,37.5 + parent: 2 + - uid: 6369 + components: + - type: Transform + pos: -89.5,38.5 + parent: 2 + - uid: 6370 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,53.5 + parent: 2 + - uid: 6371 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -70.5,28.5 + parent: 2 + - uid: 6372 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -70.5,29.5 + parent: 2 + - uid: 6373 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -70.5,30.5 + parent: 2 + - uid: 6374 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -87.5,20.5 + parent: 2 + - uid: 6382 + components: + - type: Transform + pos: -89.5,25.5 + parent: 2 + - uid: 6383 + components: + - type: Transform + pos: -100.5,17.5 + parent: 2 + - uid: 6384 + components: + - type: Transform + pos: -89.5,22.5 + parent: 2 + - uid: 6385 + components: + - type: Transform + pos: -89.5,23.5 + parent: 2 + - uid: 6386 + components: + - type: Transform + pos: -89.5,26.5 + parent: 2 + - uid: 6396 + components: + - type: Transform + pos: -41.5,55.5 + parent: 2 + - uid: 6397 + components: + - type: Transform + pos: -39.5,55.5 + parent: 2 + - uid: 6398 + components: + - type: Transform + pos: -38.5,55.5 + parent: 2 + - uid: 6399 + components: + - type: Transform + pos: -37.5,55.5 + parent: 2 + - uid: 6401 + components: + - type: Transform + pos: -35.5,55.5 + parent: 2 + - uid: 6403 + components: + - type: Transform + pos: -33.5,55.5 + parent: 2 + - uid: 6404 + components: + - type: Transform + pos: -32.5,55.5 + parent: 2 + - uid: 6405 + components: + - type: Transform + pos: -32.5,54.5 + parent: 2 + - uid: 6407 + components: + - type: Transform + pos: -32.5,52.5 + parent: 2 + - uid: 6408 + components: + - type: Transform + pos: -32.5,51.5 + parent: 2 + - uid: 6409 + components: + - type: Transform + pos: -32.5,50.5 + parent: 2 + - uid: 6410 + components: + - type: Transform + pos: -31.5,50.5 + parent: 2 + - uid: 6412 + components: + - type: Transform + pos: -29.5,50.5 + parent: 2 + - uid: 6413 + components: + - type: Transform + pos: -27.5,50.5 + parent: 2 + - uid: 6414 + components: + - type: Transform + pos: -26.5,50.5 + parent: 2 + - uid: 6415 + components: + - type: Transform + pos: -25.5,50.5 + parent: 2 + - uid: 6416 + components: + - type: Transform + pos: -100.5,33.5 + parent: 2 + - uid: 6417 + components: + - type: Transform + pos: -24.5,51.5 + parent: 2 + - uid: 6418 + components: + - type: Transform + pos: -21.5,51.5 + parent: 2 + - uid: 6419 + components: + - type: Transform + pos: -20.5,51.5 + parent: 2 + - uid: 6420 + components: + - type: Transform + pos: -71.5,26.5 + parent: 2 + - uid: 6422 + components: + - type: Transform + pos: -101.5,33.5 + parent: 2 + - uid: 6423 + components: + - type: Transform + pos: -99.5,33.5 + parent: 2 + - uid: 6424 + components: + - type: Transform + pos: -98.5,33.5 + parent: 2 + - uid: 6425 + components: + - type: Transform + pos: -89.5,21.5 + parent: 2 + - uid: 6426 + components: + - type: Transform + pos: -97.5,33.5 + parent: 2 + - uid: 6427 + components: + - type: Transform + pos: -96.5,33.5 + parent: 2 + - uid: 6431 + components: + - type: Transform + pos: -94.5,33.5 + parent: 2 + - uid: 6432 + components: + - type: Transform + pos: -88.5,20.5 + parent: 2 + - uid: 6433 + components: + - type: Transform + pos: -87.5,30.5 + parent: 2 + - uid: 6434 + components: + - type: Transform + pos: -88.5,30.5 + parent: 2 + - uid: 6451 + components: + - type: Transform + pos: -89.5,30.5 + parent: 2 + - uid: 6452 + components: + - type: Transform + pos: -95.5,33.5 + parent: 2 + - uid: 6455 + components: + - type: Transform + pos: -93.5,33.5 + parent: 2 + - uid: 6456 + components: + - type: Transform + pos: -89.5,19.5 + parent: 2 + - uid: 6459 + components: + - type: Transform + pos: -99.5,17.5 + parent: 2 + - uid: 6460 + components: + - type: Transform + pos: -91.5,33.5 + parent: 2 + - uid: 6461 + components: + - type: Transform + pos: -101.5,17.5 + parent: 2 + - uid: 6463 + components: + - type: Transform + pos: -98.5,17.5 + parent: 2 + - uid: 6466 + components: + - type: Transform + pos: 14.5,20.5 + parent: 2 + - uid: 6467 + components: + - type: Transform + pos: -84.5,40.5 + parent: 2 + - uid: 6468 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -72.5,44.5 + parent: 2 + - uid: 6469 + components: + - type: Transform + pos: -89.5,17.5 + parent: 2 + - uid: 6470 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -83.5,30.5 + parent: 2 + - uid: 6471 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -81.5,53.5 + parent: 2 + - uid: 6472 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -78.5,45.5 + parent: 2 + - uid: 6473 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -78.5,36.5 + parent: 2 + - uid: 6474 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -84.5,30.5 + parent: 2 + - uid: 6475 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -82.5,30.5 + parent: 2 + - uid: 6476 + components: + - type: Transform + pos: -7.5,17.5 + parent: 2 + - uid: 6477 + components: + - type: Transform + pos: 1.5,12.5 + parent: 2 + - uid: 6478 + components: + - type: Transform + pos: 17.5,26.5 + parent: 2 + - uid: 6479 + components: + - type: Transform + pos: 13.5,11.5 + parent: 2 + - uid: 6480 + components: + - type: Transform + pos: 13.5,10.5 + parent: 2 + - uid: 6481 + components: + - type: Transform + pos: 19.5,26.5 + parent: 2 + - uid: 6482 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-22.5 + parent: 2 + - uid: 6483 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-0.5 + parent: 2 + - uid: 6484 + components: + - type: Transform + pos: 23.5,27.5 + parent: 2 + - uid: 6485 + components: + - type: Transform + pos: 9.5,9.5 + parent: 2 + - uid: 6486 + components: + - type: Transform + pos: 3.5,10.5 + parent: 2 + - uid: 6487 + components: + - type: Transform + pos: 14.5,10.5 + parent: 2 + - uid: 6488 + components: + - type: Transform + pos: 9.5,41.5 + parent: 2 + - uid: 6489 + components: + - type: Transform + pos: -2.5,12.5 + parent: 2 + - uid: 6490 + components: + - type: Transform + pos: -3.5,13.5 + parent: 2 + - uid: 6491 + components: + - type: Transform + pos: -0.5,12.5 + parent: 2 + - uid: 6492 + components: + - type: Transform + pos: 3.5,12.5 + parent: 2 + - uid: 6493 + components: + - type: Transform + pos: 3.5,9.5 + parent: 2 + - uid: 6494 + components: + - type: Transform + pos: 10.5,9.5 + parent: 2 + - uid: 6495 + components: + - type: Transform + pos: 12.5,9.5 + parent: 2 + - uid: 6496 + components: + - type: Transform + pos: 12.5,8.5 + parent: 2 + - uid: 6497 + components: + - type: Transform + pos: 8.5,9.5 + parent: 2 + - uid: 6498 + components: + - type: Transform + pos: 13.5,12.5 + parent: 2 + - uid: 6499 + components: + - type: Transform + pos: 13.5,13.5 + parent: 2 + - uid: 6500 + components: + - type: Transform + pos: 13.5,15.5 + parent: 2 + - uid: 6501 + components: + - type: Transform + pos: 14.5,18.5 + parent: 2 + - uid: 6502 + components: + - type: Transform + pos: 14.5,25.5 + parent: 2 + - uid: 6503 + components: + - type: Transform + pos: 15.5,26.5 + parent: 2 + - uid: 6504 + components: + - type: Transform + pos: 14.5,24.5 + parent: 2 + - uid: 6505 + components: + - type: Transform + pos: 18.5,26.5 + parent: 2 + - uid: 6506 + components: + - type: Transform + pos: 21.5,26.5 + parent: 2 + - uid: 6507 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -78.5,35.5 + parent: 2 + - uid: 6508 + components: + - type: Transform + pos: -85.5,40.5 + parent: 2 + - uid: 6509 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -81.5,30.5 + parent: 2 + - uid: 6510 + components: + - type: Transform + pos: 11.5,-8.5 + parent: 2 + - uid: 6511 + components: + - type: Transform + pos: -72.5,-13.5 + parent: 2 + - uid: 6512 + components: + - type: Transform + pos: -72.5,-14.5 + parent: 2 + - uid: 6513 + components: + - type: Transform + pos: -66.5,-13.5 + parent: 2 + - uid: 6514 + components: + - type: Transform + pos: -66.5,-14.5 + parent: 2 + - uid: 6515 + components: + - type: Transform + pos: -64.5,-13.5 + parent: 2 + - uid: 6516 + components: + - type: Transform + pos: -64.5,-14.5 + parent: 2 + - uid: 6517 + components: + - type: Transform + pos: -89.5,20.5 + parent: 2 + - uid: 6518 + components: + - type: Transform + pos: -97.5,17.5 + parent: 2 + - uid: 6519 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -66.5,58.5 + parent: 2 + - uid: 6520 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -63.5,60.5 + parent: 2 + - uid: 6521 + components: + - type: Transform + pos: -89.5,18.5 + parent: 2 + - uid: 6522 + components: + - type: Transform + pos: -67.5,50.5 + parent: 2 + - uid: 6523 + components: + - type: Transform + pos: -67.5,54.5 + parent: 2 + - uid: 6524 + components: + - type: Transform + pos: -67.5,56.5 + parent: 2 + - uid: 6525 + components: + - type: Transform + pos: -90.5,17.5 + parent: 2 + - uid: 6526 + components: + - type: Transform + pos: -67.5,37.5 + parent: 2 + - uid: 6527 + components: + - type: Transform + pos: -67.5,36.5 + parent: 2 + - uid: 6528 + components: + - type: Transform + pos: -65.5,36.5 + parent: 2 + - uid: 6529 + components: + - type: Transform + pos: -66.5,40.5 + parent: 2 + - uid: 6530 + components: + - type: Transform + pos: -67.5,41.5 + parent: 2 + - uid: 6531 + components: + - type: Transform + pos: -66.5,42.5 + parent: 2 + - uid: 6532 + components: + - type: Transform + pos: -67.5,43.5 + parent: 2 + - uid: 6533 + components: + - type: Transform + pos: -67.5,44.5 + parent: 2 + - uid: 6534 + components: + - type: Transform + pos: -63.5,47.5 + parent: 2 + - uid: 6535 + components: + - type: Transform + pos: -62.5,47.5 + parent: 2 + - uid: 6536 + components: + - type: Transform + pos: -61.5,48.5 + parent: 2 + - uid: 6537 + components: + - type: Transform + pos: -91.5,17.5 + parent: 2 + - uid: 6538 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -78.5,46.5 + parent: 2 + - uid: 6539 + components: + - type: Transform + pos: -92.5,17.5 + parent: 2 + - uid: 6540 + components: + - type: Transform + pos: -91.5,40.5 + parent: 2 + - uid: 6541 + components: + - type: Transform + pos: -91.5,41.5 + parent: 2 + - uid: 6542 + components: + - type: Transform + pos: -67.5,13.5 + parent: 2 + - uid: 6543 + components: + - type: Transform + pos: -66.5,12.5 + parent: 2 + - uid: 6544 + components: + - type: Transform + pos: -65.5,17.5 + parent: 2 + - uid: 6545 + components: + - type: Transform + pos: -62.5,16.5 + parent: 2 + - uid: 6546 + components: + - type: Transform + pos: -61.5,17.5 + parent: 2 + - uid: 6547 + components: + - type: Transform + pos: -60.5,21.5 + parent: 2 + - uid: 6548 + components: + - type: Transform + pos: -60.5,19.5 + parent: 2 + - uid: 6549 + components: + - type: Transform + pos: -60.5,25.5 + parent: 2 + - uid: 6550 + components: + - type: Transform + pos: -60.5,27.5 + parent: 2 + - uid: 6551 + components: + - type: Transform + pos: -60.5,26.5 + parent: 2 + - uid: 6552 + components: + - type: Transform + pos: -61.5,21.5 + parent: 2 + - uid: 6553 + components: + - type: Transform + pos: -64.5,17.5 + parent: 2 + - uid: 6554 + components: + - type: Transform + pos: -44.5,53.5 + parent: 2 + - uid: 6555 + components: + - type: Transform + pos: -44.5,51.5 + parent: 2 + - uid: 6556 + components: + - type: Transform + pos: -44.5,50.5 + parent: 2 + - uid: 6557 + components: + - type: Transform + pos: 5.5,9.5 + parent: 2 + - uid: 6558 + components: + - type: Transform + pos: -5.5,16.5 + parent: 2 + - uid: 6559 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,10.5 + parent: 2 + - uid: 6560 + components: + - type: Transform + pos: 7.5,9.5 + parent: 2 + - uid: 6561 + components: + - type: Transform + pos: -5.5,17.5 + parent: 2 + - uid: 6562 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,57.5 + parent: 2 + - uid: 6563 + components: + - type: Transform + pos: 6.5,9.5 + parent: 2 + - uid: 6564 + components: + - type: Transform + pos: -48.5,-17.5 + parent: 2 + - uid: 6565 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,45.5 + parent: 2 + - uid: 6566 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,57.5 + parent: 2 + - uid: 6567 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,57.5 + parent: 2 + - uid: 6568 + components: + - type: Transform + pos: -25.5,-10.5 + parent: 2 + - uid: 6569 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,37.5 + parent: 2 + - uid: 6570 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -54.5,10.5 + parent: 2 + - uid: 6571 + components: + - type: Transform + pos: -37.5,61.5 + parent: 2 + - uid: 6572 + components: + - type: Transform + pos: -42.5,68.5 + parent: 2 + - uid: 6573 + components: + - type: Transform + pos: -38.5,64.5 + parent: 2 + - uid: 6574 + components: + - type: Transform + pos: -37.5,67.5 + parent: 2 + - uid: 6575 + components: + - type: Transform + pos: -38.5,58.5 + parent: 2 + - uid: 6576 + components: + - type: Transform + pos: -44.5,57.5 + parent: 2 + - uid: 6577 + components: + - type: Transform + pos: -42.5,58.5 + parent: 2 + - uid: 6578 + components: + - type: Transform + pos: -40.5,57.5 + parent: 2 + - uid: 6579 + components: + - type: Transform + pos: -39.5,58.5 + parent: 2 + - uid: 6580 + components: + - type: Transform + pos: -43.5,58.5 + parent: 2 + - uid: 6581 + components: + - type: Transform + pos: -41.5,57.5 + parent: 2 + - uid: 6582 + components: + - type: Transform + pos: -39.5,57.5 + parent: 2 + - uid: 6583 + components: + - type: Transform + pos: -41.5,58.5 + parent: 2 + - uid: 6584 + components: + - type: Transform + pos: -43.5,57.5 + parent: 2 + - uid: 6585 + components: + - type: Transform + pos: -39.5,68.5 + parent: 2 + - uid: 6586 + components: + - type: Transform + pos: -38.5,57.5 + parent: 2 + - uid: 6587 + components: + - type: Transform + pos: -37.5,58.5 + parent: 2 + - uid: 6588 + components: + - type: Transform + pos: -37.5,59.5 + parent: 2 + - uid: 6589 + components: + - type: Transform + pos: -2.5,-8.5 + parent: 2 + - uid: 6590 + components: + - type: Transform + pos: -3.5,-8.5 + parent: 2 + - uid: 6591 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -81.5,32.5 + parent: 2 + - uid: 6592 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -81.5,33.5 + parent: 2 + - uid: 6593 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -81.5,34.5 + parent: 2 + - uid: 6594 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-5.5 + parent: 2 + - uid: 6595 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -66.5,59.5 + parent: 2 + - uid: 6596 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -66.5,60.5 + parent: 2 + - uid: 6597 + components: + - type: Transform + pos: 30.5,18.5 + parent: 2 + - uid: 6598 + components: + - type: Transform + pos: 31.5,18.5 + parent: 2 + - uid: 6599 + components: + - type: Transform + pos: 31.5,16.5 + parent: 2 + - uid: 6600 + components: + - type: Transform + pos: 30.5,16.5 + parent: 2 + - uid: 6601 + components: + - type: Transform + pos: 30.5,10.5 + parent: 2 + - uid: 6602 + components: + - type: Transform + pos: 31.5,10.5 + parent: 2 + - uid: 6603 + components: + - type: Transform + pos: 31.5,8.5 + parent: 2 + - uid: 6604 + components: + - type: Transform + pos: 30.5,8.5 + parent: 2 + - uid: 6605 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,14.5 + parent: 2 + - uid: 6606 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,14.5 + parent: 2 + - uid: 6607 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,50.5 + parent: 2 + - uid: 6608 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,52.5 + parent: 2 + - uid: 6609 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,52.5 + parent: 2 + - uid: 6610 + components: + - type: Transform + pos: -65.5,21.5 + parent: 2 + - uid: 6611 + components: + - type: Transform + pos: -66.5,21.5 + parent: 2 + - uid: 6612 + components: + - type: Transform + pos: -64.5,22.5 + parent: 2 + - uid: 6613 + components: + - type: Transform + pos: -64.5,21.5 + parent: 2 + - uid: 6614 + components: + - type: Transform + pos: -65.5,20.5 + parent: 2 + - uid: 6615 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-34.5 + parent: 2 + - uid: 6616 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-34.5 + parent: 2 + - uid: 6617 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-33.5 + parent: 2 + - uid: 6618 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-32.5 + parent: 2 + - uid: 6619 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-35.5 + parent: 2 + - uid: 6620 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-38.5 + parent: 2 + - uid: 6621 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-39.5 + parent: 2 + - uid: 6622 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-2.5 + parent: 2 + - uid: 6623 + components: + - type: Transform + pos: 7.5,-5.5 + parent: 2 + - uid: 6624 + components: + - type: Transform + pos: 4.5,-5.5 + parent: 2 + - uid: 6625 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-7.5 + parent: 2 + - uid: 6626 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-8.5 + parent: 2 + - uid: 6627 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-9.5 + parent: 2 + - uid: 6628 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-10.5 + parent: 2 + - uid: 6629 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-11.5 + parent: 2 + - uid: 6630 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-13.5 + parent: 2 + - uid: 6631 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-14.5 + parent: 2 + - uid: 6632 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-15.5 + parent: 2 + - uid: 6633 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-15.5 + parent: 2 + - uid: 6634 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-16.5 + parent: 2 + - uid: 6635 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-17.5 + parent: 2 + - uid: 6636 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-18.5 + parent: 2 + - uid: 6637 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-19.5 + parent: 2 + - uid: 6638 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-21.5 + parent: 2 + - uid: 6639 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-19.5 + parent: 2 + - uid: 6640 + components: + - type: Transform + pos: 6.5,-5.5 + parent: 2 + - uid: 6641 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-19.5 + parent: 2 + - uid: 6642 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-19.5 + parent: 2 + - uid: 6643 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-19.5 + parent: 2 + - uid: 6644 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -96.5,46.5 + parent: 2 + - uid: 6645 + components: + - type: Transform + pos: -79.5,53.5 + parent: 2 + - uid: 6646 + components: + - type: Transform + pos: -80.5,53.5 + parent: 2 + - uid: 6647 + components: + - type: Transform + pos: -82.5,53.5 + parent: 2 + - uid: 6648 + components: + - type: Transform + pos: -83.5,53.5 + parent: 2 + - uid: 6649 + components: + - type: Transform + pos: -84.5,53.5 + parent: 2 + - uid: 6650 + components: + - type: Transform + pos: -85.5,53.5 + parent: 2 + - uid: 6651 + components: + - type: Transform + pos: -86.5,53.5 + parent: 2 + - uid: 6652 + components: + - type: Transform + pos: -87.5,53.5 + parent: 2 + - uid: 6653 + components: + - type: Transform + pos: -88.5,53.5 + parent: 2 + - uid: 6654 + components: + - type: Transform + pos: -89.5,53.5 + parent: 2 + - uid: 6655 + components: + - type: Transform + pos: -90.5,53.5 + parent: 2 + - uid: 6656 + components: + - type: Transform + pos: -92.5,53.5 + parent: 2 + - uid: 6657 + components: + - type: Transform + pos: -93.5,53.5 + parent: 2 + - uid: 6658 + components: + - type: Transform + pos: -91.5,53.5 + parent: 2 + - uid: 6659 + components: + - type: Transform + pos: -93.5,17.5 + parent: 2 + - uid: 6660 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -69.5,44.5 + parent: 2 + - uid: 6661 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -70.5,44.5 + parent: 2 + - uid: 6662 + components: + - type: Transform + pos: -81.5,24.5 + parent: 2 + - uid: 6663 + components: + - type: Transform + pos: -82.5,24.5 + parent: 2 + - uid: 6664 + components: + - type: Transform + pos: -83.5,24.5 + parent: 2 + - uid: 6665 + components: + - type: Transform + pos: -81.5,26.5 + parent: 2 + - uid: 6666 + components: + - type: Transform + pos: -82.5,26.5 + parent: 2 + - uid: 6667 + components: + - type: Transform + pos: -83.5,26.5 + parent: 2 + - uid: 6668 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -71.5,44.5 + parent: 2 + - uid: 6669 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -97.5,42.5 + parent: 2 + - uid: 6670 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -97.5,43.5 + parent: 2 + - uid: 6671 + components: + - type: Transform + pos: -91.5,42.5 + parent: 2 + - uid: 6672 + components: + - type: Transform + pos: -91.5,43.5 + parent: 2 + - uid: 6673 + components: + - type: Transform + pos: -91.5,44.5 + parent: 2 + - uid: 6674 + components: + - type: Transform + pos: -91.5,45.5 + parent: 2 + - uid: 6675 + components: + - type: Transform + pos: -91.5,46.5 + parent: 2 + - uid: 6676 + components: + - type: Transform + pos: -94.5,17.5 + parent: 2 + - uid: 6677 + components: + - type: Transform + pos: -94.5,46.5 + parent: 2 + - uid: 6678 + components: + - type: Transform + pos: -95.5,46.5 + parent: 2 + - uid: 6679 + components: + - type: Transform + pos: -78.5,43.5 + parent: 2 + - uid: 6680 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -97.5,44.5 + parent: 2 + - uid: 6681 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -75.5,42.5 + parent: 2 + - uid: 6682 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -75.5,41.5 + parent: 2 + - uid: 6683 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -96.5,40.5 + parent: 2 + - uid: 6684 + components: + - type: Transform + pos: 15.5,48.5 + parent: 2 + - uid: 6685 + components: + - type: Transform + pos: 24.5,58.5 + parent: 2 + - uid: 6686 + components: + - type: Transform + pos: 24.5,59.5 + parent: 2 + - uid: 6687 + components: + - type: Transform + pos: 24.5,60.5 + parent: 2 + - uid: 6688 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -95.5,40.5 + parent: 2 + - uid: 6689 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -94.5,40.5 + parent: 2 + - uid: 6690 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -93.5,40.5 + parent: 2 + - uid: 6691 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -92.5,40.5 + parent: 2 + - uid: 6692 + components: + - type: Transform + pos: -105.5,26.5 + parent: 2 + - uid: 6693 + components: + - type: Transform + pos: -48.5,-19.5 + parent: 2 + - uid: 6694 + components: + - type: Transform + pos: -48.5,-18.5 + parent: 2 + - uid: 6695 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -47.5,-12.5 + parent: 2 + - uid: 6696 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,-12.5 + parent: 2 + - uid: 6697 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,-12.5 + parent: 2 + - uid: 6698 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -50.5,-12.5 + parent: 2 + - uid: 6699 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,-12.5 + parent: 2 + - uid: 6700 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,-12.5 + parent: 2 + - uid: 6701 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,-13.5 + parent: 2 + - uid: 6702 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,-14.5 + parent: 2 + - uid: 6703 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -47.5,-20.5 + parent: 2 + - uid: 6704 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,-20.5 + parent: 2 + - uid: 6705 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,-20.5 + parent: 2 + - uid: 6706 + components: + - type: Transform + pos: 15.5,61.5 + parent: 2 + - uid: 6707 + components: + - type: Transform + pos: 15.5,62.5 + parent: 2 + - uid: 6708 + components: + - type: Transform + pos: 15.5,63.5 + parent: 2 + - uid: 6709 + components: + - type: Transform + pos: 15.5,64.5 + parent: 2 + - uid: 6710 + components: + - type: Transform + pos: 16.5,64.5 + parent: 2 + - uid: 6711 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,65.5 + parent: 2 + - uid: 6713 + components: + - type: Transform + pos: 24.5,61.5 + parent: 2 + - uid: 6714 + components: + - type: Transform + pos: 24.5,62.5 + parent: 2 + - uid: 6715 + components: + - type: Transform + pos: 24.5,63.5 + parent: 2 + - uid: 6716 + components: + - type: Transform + pos: 24.5,64.5 + parent: 2 + - uid: 6717 + components: + - type: Transform + pos: 24.5,65.5 + parent: 2 + - uid: 6718 + components: + - type: Transform + pos: 24.5,66.5 + parent: 2 + - uid: 6832 + components: + - type: Transform + pos: -95.5,17.5 + parent: 2 + - uid: 7125 + components: + - type: Transform + pos: -43.5,19.5 + parent: 2 + - uid: 7153 + components: + - type: Transform + pos: -96.5,17.5 + parent: 2 + - uid: 7157 + components: + - type: Transform + pos: -42.5,17.5 + parent: 2 + - uid: 7311 + components: + - type: Transform + pos: -92.5,33.5 + parent: 2 + - uid: 7312 + components: + - type: Transform + pos: -89.5,32.5 + parent: 2 + - uid: 7316 + components: + - type: Transform + pos: -89.5,28.5 + parent: 2 + - uid: 7762 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,50.5 + parent: 2 + - uid: 8062 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,53.5 + parent: 2 + - uid: 8063 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,52.5 + parent: 2 + - uid: 8370 + components: + - type: Transform + pos: -80.5,45.5 + parent: 2 + - uid: 8676 + components: + - type: Transform + pos: -7.5,21.5 + parent: 2 + - uid: 11745 + components: + - type: Transform + pos: -41.5,17.5 + parent: 2 + - uid: 12309 + components: + - type: Transform + pos: -77.5,45.5 + parent: 2 + - uid: 12324 + components: + - type: Transform + pos: -79.5,45.5 + parent: 2 + - uid: 12455 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,66.5 + parent: 2 + - uid: 12637 + components: + - type: Transform + pos: -88.5,17.5 + parent: 2 + - uid: 12638 + components: + - type: Transform + pos: -87.5,17.5 + parent: 2 + - uid: 12951 + components: + - type: Transform + pos: -87.5,16.5 + parent: 2 + - uid: 12988 + components: + - type: Transform + pos: -60.5,24.5 + parent: 2 + - uid: 12992 + components: + - type: Transform + pos: -60.5,22.5 + parent: 2 + - uid: 13164 + components: + - type: Transform + pos: -60.5,23.5 + parent: 2 + - uid: 13176 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,49.5 + parent: 2 + - uid: 13184 + components: + - type: Transform + pos: -61.5,22.5 + parent: 2 + - uid: 13577 + components: + - type: Transform + pos: -8.5,21.5 + parent: 2 + - uid: 14093 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,51.5 + parent: 2 + - uid: 14389 + components: + - type: Transform + pos: -45.5,15.5 + parent: 2 + - uid: 14794 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,48.5 + parent: 2 + - uid: 15652 + components: + - type: Transform + pos: -43.5,18.5 + parent: 2 + - uid: 15653 + components: + - type: Transform + pos: -43.5,17.5 + parent: 2 + - uid: 15676 + components: + - type: Transform + pos: -44.5,19.5 + parent: 2 + - uid: 16017 + components: + - type: Transform + pos: -87.5,18.5 + parent: 2 + - uid: 16725 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -68.5,44.5 + parent: 2 + - uid: 16940 + components: + - type: Transform + pos: -102.5,17.5 + parent: 2 + - uid: 16941 + components: + - type: Transform + pos: -105.5,17.5 + parent: 2 + - uid: 16942 + components: + - type: Transform + pos: -103.5,33.5 + parent: 2 + - uid: 16943 + components: + - type: Transform + pos: -102.5,33.5 + parent: 2 + - uid: 16944 + components: + - type: Transform + pos: -103.5,17.5 + parent: 2 + - uid: 16945 + components: + - type: Transform + pos: -104.5,33.5 + parent: 2 + - uid: 18468 + components: + - type: Transform + pos: -45.5,19.5 + parent: 2 + - uid: 18818 + components: + - type: Transform + pos: -44.5,17.5 + parent: 2 + - uid: 20260 + components: + - type: Transform + pos: 31.5,-5.5 + parent: 2 + - uid: 20261 + components: + - type: Transform + pos: 32.5,-5.5 + parent: 2 + - uid: 20262 + components: + - type: Transform + pos: 33.5,-5.5 + parent: 2 + - uid: 20263 + components: + - type: Transform + pos: 34.5,-5.5 + parent: 2 + - uid: 20264 + components: + - type: Transform + pos: 35.5,-5.5 + parent: 2 + - uid: 20265 + components: + - type: Transform + pos: 29.5,-2.5 + parent: 2 + - uid: 20266 + components: + - type: Transform + pos: 31.5,-2.5 + parent: 2 + - uid: 20267 + components: + - type: Transform + pos: 30.5,-2.5 + parent: 2 + - uid: 20268 + components: + - type: Transform + pos: 32.5,-2.5 + parent: 2 + - uid: 20269 + components: + - type: Transform + pos: 33.5,-2.5 + parent: 2 + - uid: 20441 + components: + - type: Transform + pos: -81.5,35.5 + parent: 2 + - uid: 20442 + components: + - type: Transform + pos: -83.5,38.5 + parent: 2 + - uid: 20443 + components: + - type: Transform + pos: -88.5,38.5 + parent: 2 + - uid: 20444 + components: + - type: Transform + pos: -88.5,37.5 + parent: 2 + - uid: 20445 + components: + - type: Transform + pos: -78.5,37.5 + parent: 2 + - uid: 20446 + components: + - type: Transform + pos: -78.5,38.5 + parent: 2 + - uid: 20447 + components: + - type: Transform + pos: -78.5,39.5 + parent: 2 + - uid: 20448 + components: + - type: Transform + pos: -78.5,40.5 + parent: 2 + - uid: 20449 + components: + - type: Transform + pos: -78.5,41.5 + parent: 2 + - uid: 20450 + components: + - type: Transform + pos: -78.5,42.5 + parent: 2 + - uid: 20451 + components: + - type: Transform + pos: -77.5,43.5 + parent: 2 + - uid: 20452 + components: + - type: Transform + pos: -79.5,43.5 + parent: 2 + - uid: 20579 + components: + - type: Transform + pos: 7.5,47.5 + parent: 2 + - uid: 20580 + components: + - type: Transform + pos: 8.5,48.5 + parent: 2 + - uid: 20609 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,70.5 + parent: 2 + - uid: 20610 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,69.5 + parent: 2 + - uid: 20611 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,68.5 + parent: 2 + - uid: 20612 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,67.5 + parent: 2 + - uid: 20613 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,67.5 + parent: 2 + - uid: 20614 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,67.5 + parent: 2 + - uid: 20615 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,67.5 + parent: 2 + - uid: 20616 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,67.5 + parent: 2 + - uid: 20617 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,67.5 + parent: 2 + - uid: 20618 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,66.5 + parent: 2 + - uid: 20619 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,66.5 + parent: 2 + - uid: 20620 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,66.5 + parent: 2 + - uid: 20621 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,66.5 + parent: 2 + - uid: 20939 + components: + - type: Transform + pos: -93.5,46.5 + parent: 2 + - uid: 20940 + components: + - type: Transform + pos: -92.5,46.5 + parent: 2 + - uid: 20991 + components: + - type: Transform + pos: -98.5,49.5 + parent: 2 + - uid: 20992 + components: + - type: Transform + pos: -99.5,49.5 + parent: 2 + - uid: 20993 + components: + - type: Transform + pos: -100.5,49.5 + parent: 2 + - uid: 20994 + components: + - type: Transform + pos: -102.5,49.5 + parent: 2 + - uid: 20995 + components: + - type: Transform + pos: -102.5,48.5 + parent: 2 + - uid: 20996 + components: + - type: Transform + pos: -102.5,47.5 + parent: 2 + - uid: 20997 + components: + - type: Transform + pos: -102.5,46.5 + parent: 2 + - uid: 20998 + components: + - type: Transform + pos: -102.5,45.5 + parent: 2 + - uid: 20999 + components: + - type: Transform + pos: -103.5,45.5 + parent: 2 + - uid: 21000 + components: + - type: Transform + pos: -104.5,45.5 + parent: 2 + - uid: 21001 + components: + - type: Transform + pos: -105.5,45.5 + parent: 2 + - uid: 21002 + components: + - type: Transform + pos: -106.5,45.5 + parent: 2 + - uid: 21003 + components: + - type: Transform + pos: -107.5,45.5 + parent: 2 + - uid: 21004 + components: + - type: Transform + pos: -108.5,45.5 + parent: 2 + - uid: 21005 + components: + - type: Transform + pos: -109.5,45.5 + parent: 2 + - uid: 21006 + components: + - type: Transform + pos: -110.5,45.5 + parent: 2 + - uid: 21007 + components: + - type: Transform + pos: -110.5,46.5 + parent: 2 + - uid: 21008 + components: + - type: Transform + pos: -110.5,47.5 + parent: 2 + - uid: 21009 + components: + - type: Transform + pos: -110.5,48.5 + parent: 2 + - uid: 21010 + components: + - type: Transform + pos: -110.5,49.5 + parent: 2 + - uid: 21011 + components: + - type: Transform + pos: -110.5,50.5 + parent: 2 + - uid: 21012 + components: + - type: Transform + pos: -110.5,51.5 + parent: 2 + - uid: 21013 + components: + - type: Transform + pos: -110.5,52.5 + parent: 2 + - uid: 21014 + components: + - type: Transform + pos: -110.5,53.5 + parent: 2 + - uid: 21015 + components: + - type: Transform + pos: -109.5,53.5 + parent: 2 + - uid: 21016 + components: + - type: Transform + pos: -108.5,53.5 + parent: 2 + - uid: 21017 + components: + - type: Transform + pos: -107.5,53.5 + parent: 2 + - uid: 21018 + components: + - type: Transform + pos: -106.5,53.5 + parent: 2 + - uid: 21019 + components: + - type: Transform + pos: -105.5,53.5 + parent: 2 + - uid: 21020 + components: + - type: Transform + pos: -104.5,53.5 + parent: 2 + - uid: 21021 + components: + - type: Transform + pos: -103.5,53.5 + parent: 2 + - uid: 21022 + components: + - type: Transform + pos: -102.5,53.5 + parent: 2 + - uid: 21023 + components: + - type: Transform + pos: -102.5,52.5 + parent: 2 + - uid: 21024 + components: + - type: Transform + pos: -102.5,51.5 + parent: 2 + - uid: 21025 + components: + - type: Transform + pos: -102.5,50.5 + parent: 2 + - uid: 21026 + components: + - type: Transform + pos: -103.5,49.5 + parent: 2 + - uid: 21027 + components: + - type: Transform + pos: -104.5,49.5 + parent: 2 + - uid: 21028 + components: + - type: Transform + pos: -108.5,49.5 + parent: 2 + - uid: 21029 + components: + - type: Transform + pos: -109.5,49.5 + parent: 2 + - uid: 21030 + components: + - type: Transform + pos: -106.5,51.5 + parent: 2 + - uid: 21031 + components: + - type: Transform + pos: -106.5,52.5 + parent: 2 + - uid: 21032 + components: + - type: Transform + pos: -106.5,47.5 + parent: 2 + - uid: 21033 + components: + - type: Transform + pos: -106.5,46.5 + parent: 2 + - uid: 21124 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -98.5,50.5 + parent: 2 + - uid: 21125 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -98.5,51.5 + parent: 2 + - uid: 21216 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -96.5,49.5 + parent: 2 + - uid: 21217 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -95.5,49.5 + parent: 2 + - uid: 21218 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -97.5,49.5 + parent: 2 + - uid: 21244 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,35.5 + parent: 2 + - uid: 21245 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,35.5 + parent: 2 + - uid: 21246 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,35.5 + parent: 2 + - uid: 21247 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,35.5 + parent: 2 + - uid: 21248 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,35.5 + parent: 2 + - uid: 21249 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,35.5 + parent: 2 + - uid: 21250 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,35.5 + parent: 2 + - uid: 21251 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,35.5 + parent: 2 + - uid: 21252 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,35.5 + parent: 2 + - uid: 21253 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,35.5 + parent: 2 + - uid: 21254 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,35.5 + parent: 2 + - uid: 21260 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,35.5 + parent: 2 + - uid: 21335 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,41.5 + parent: 2 + - uid: 21336 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,41.5 + parent: 2 + - uid: 21337 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,41.5 + parent: 2 + - uid: 21338 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,41.5 + parent: 2 + - uid: 21339 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,41.5 + parent: 2 + - uid: 21340 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,41.5 + parent: 2 + - uid: 21341 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,41.5 + parent: 2 + - uid: 21342 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,41.5 + parent: 2 + - uid: 21343 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,41.5 + parent: 2 + - uid: 21344 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,41.5 + parent: 2 + - uid: 21345 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,41.5 + parent: 2 + - uid: 21346 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,40.5 + parent: 2 + - uid: 21347 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,39.5 + parent: 2 + - uid: 21348 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,38.5 + parent: 2 + - uid: 21349 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,37.5 + parent: 2 + - uid: 21350 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,36.5 + parent: 2 + - uid: 21351 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,41.5 + parent: 2 + - uid: 21352 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,40.5 + parent: 2 + - uid: 21353 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,38.5 + parent: 2 + - uid: 21354 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,37.5 + parent: 2 + - uid: 21355 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,36.5 + parent: 2 + - uid: 21356 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,35.5 + parent: 2 + - uid: 21357 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,39.5 + parent: 2 + - uid: 21373 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,38.5 + parent: 2 + - uid: 21383 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,38.5 + parent: 2 + - uid: 21384 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,38.5 + parent: 2 +- proto: Chair + entities: + - uid: 6719 + components: + - type: Transform + pos: -51.5,49.5 + parent: 2 + - uid: 6720 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-23.5 + parent: 2 + - uid: 6721 + components: + - type: Transform + pos: 28.5,-0.5 + parent: 2 + - uid: 6722 + components: + - type: Transform + pos: 0.5,43.5 + parent: 2 + - uid: 6723 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,47.5 + parent: 2 + - uid: 6724 + components: + - type: Transform + pos: 1.5,43.5 + parent: 2 + - uid: 6725 + components: + - type: Transform + pos: -9.5,30.5 + parent: 2 + - uid: 6726 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,-2.5 + parent: 2 + - uid: 6727 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,-1.5 + parent: 2 + - uid: 6728 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,21.5 + parent: 2 + - uid: 6729 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,20.5 + parent: 2 + - uid: 6730 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,19.5 + parent: 2 + - uid: 6731 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,12.5 + parent: 2 + - uid: 6732 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,9.5 + parent: 2 + - uid: 6733 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,14.5 + parent: 2 + - uid: 6734 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,17.5 + parent: 2 + - uid: 6735 + components: + - type: Transform + pos: 28.5,14.5 + parent: 2 + - uid: 6736 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,15.5 + parent: 2 + - uid: 6737 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,3.5 + parent: 2 + - uid: 6738 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,2.5 + parent: 2 + - uid: 6739 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,1.5 + parent: 2 + - uid: 6740 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,0.5 + parent: 2 + - uid: 6741 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,28.5 + parent: 2 + - uid: 6742 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,28.5 + parent: 2 + - uid: 6743 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,28.5 + parent: 2 + - uid: 6744 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,28.5 + parent: 2 + - uid: 6745 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,27.5 + parent: 2 + - uid: 6746 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,27.5 + parent: 2 + - uid: 6747 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,27.5 + parent: 2 + - uid: 6748 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,25.5 + parent: 2 + - uid: 6749 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,25.5 + parent: 2 + - uid: 6750 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,25.5 + parent: 2 + - uid: 6751 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,24.5 + parent: 2 + - uid: 6752 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,24.5 + parent: 2 + - uid: 6753 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,24.5 + parent: 2 + - uid: 6754 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,24.5 + parent: 2 + - uid: 6755 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,26.5 + parent: 2 + - uid: 6756 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,26.5 + parent: 2 + - uid: 6757 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,26.5 + parent: 2 + - uid: 6758 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,26.5 + parent: 2 + - uid: 6759 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -52.5,13.5 + parent: 2 + - uid: 6760 + components: + - type: Transform + pos: -53.5,14.5 + parent: 2 + - uid: 6761 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-8.5 + parent: 2 + - uid: 6762 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-3.5 + parent: 2 + - uid: 6763 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-12.5 + parent: 2 + - uid: 6764 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,12.5 + parent: 2 + - uid: 6765 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,14.5 + parent: 2 + - uid: 6766 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-2.5 + parent: 2 + - uid: 6767 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,27.5 + parent: 2 + - uid: 6768 + components: + - type: Transform + pos: -4.5,34.5 + parent: 2 + - uid: 6769 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,16.5 + parent: 2 + - uid: 6770 + components: + - type: Transform + pos: -64.5,45.5 + parent: 2 + - uid: 6771 + components: + - type: Transform + pos: -60.5,45.5 + parent: 2 + - uid: 6772 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -60.5,88.5 + parent: 2 + - uid: 6773 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,88.5 + parent: 2 + - uid: 6774 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,63.5 + parent: 2 + - uid: 6775 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -42.5,39.5 + parent: 2 + - uid: 6776 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,17.5 + parent: 2 + - uid: 6777 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,82.5 + parent: 2 + - uid: 6778 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,88.5 + parent: 2 + - uid: 6779 + components: + - type: Transform + pos: -47.5,60.5 + parent: 2 + - uid: 6780 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -59.5,58.5 + parent: 2 + - uid: 6781 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -61.5,58.5 + parent: 2 + - uid: 6782 + components: + - type: Transform + pos: -0.5,43.5 + parent: 2 + - uid: 6783 + components: + - type: Transform + pos: -63.5,42.5 + parent: 2 + - uid: 6784 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,48.5 + parent: 2 + - uid: 6785 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,35.5 + parent: 2 + - uid: 6786 + components: + - type: Transform + pos: 10.5,-19.5 + parent: 2 + - uid: 6787 + components: + - type: Transform + pos: 8.5,-19.5 + parent: 2 + - uid: 6788 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,49.5 + parent: 2 + - uid: 6789 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,41.5 + parent: 2 + - uid: 6790 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -79.5,30.5 + parent: 2 + - uid: 6791 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,54.5 + parent: 2 + - uid: 6792 + components: + - type: Transform + pos: -76.5,31.5 + parent: 2 + - uid: 6793 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -76.5,29.5 + parent: 2 + - uid: 6794 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,0.5 + parent: 2 + - uid: 6795 + components: + - type: Transform + pos: 9.5,-19.5 + parent: 2 + - uid: 6796 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,30.5 + parent: 2 + - uid: 6797 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,8.5 + parent: 2 + - uid: 6798 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,54.5 + parent: 2 + - uid: 6799 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -69.5,51.5 + parent: 2 + - uid: 6800 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -66.5,43.5 + parent: 2 + - uid: 6801 + components: + - type: Transform + pos: -63.5,48.5 + parent: 2 + - uid: 6802 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -70.5,48.5 + parent: 2 + - uid: 6803 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -61.5,24.5 + parent: 2 + - uid: 6804 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -67.5,11.5 + parent: 2 + - uid: 6805 + components: + - type: Transform + pos: -2.5,34.5 + parent: 2 + - uid: 6806 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-17.5 + parent: 2 + - uid: 6807 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-14.5 + parent: 2 + - uid: 6808 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-0.5 + parent: 2 + - uid: 6809 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,16.5 + parent: 2 + - uid: 6810 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,15.5 + parent: 2 + - uid: 6811 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,14.5 + parent: 2 + - uid: 6812 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -70.5,9.5 + parent: 2 + - uid: 6813 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,10.5 + parent: 2 + - uid: 6814 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,9.5 + parent: 2 + - uid: 6815 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,8.5 + parent: 2 + - uid: 6816 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-22.5 + parent: 2 + - uid: 6817 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-23.5 + parent: 2 + - uid: 6818 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-22.5 + parent: 2 + - uid: 6819 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-17.5 + parent: 2 + - uid: 6820 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-22.5 + parent: 2 + - uid: 6821 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-22.5 + parent: 2 + - uid: 6824 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,50.5 + parent: 2 + - uid: 6825 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,55.5 + parent: 2 + - uid: 6826 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,28.5 + parent: 2 + - uid: 6827 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,29.5 + parent: 2 + - uid: 6828 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,30.5 + parent: 2 + - uid: 6829 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -68.5,64.5 + parent: 2 + - uid: 6830 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,29.5 + parent: 2 + - uid: 6831 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,27.5 + parent: 2 +- proto: ChairCursed + entities: + - uid: 6833 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,36.5 + parent: 2 +- proto: ChairFolding + entities: + - uid: 6834 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,47.5 + parent: 2 + - uid: 6835 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,10.5 + parent: 2 + - uid: 6836 + components: + - type: Transform + pos: 19.5,9.5 + parent: 2 + - uid: 6837 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.494203,48.672005 + parent: 2 + - uid: 6838 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-2.5 + parent: 2 + - uid: 6839 + components: + - type: Transform + pos: 16.5,13.5 + parent: 2 + - uid: 6840 + components: + - type: Transform + pos: 17.5,13.5 + parent: 2 + - uid: 6841 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,10.5 + parent: 2 + - uid: 6842 + components: + - type: Transform + pos: 17.5,9.5 + parent: 2 + - uid: 6843 + components: + - type: Transform + pos: -26.5,18.5 + parent: 2 + - uid: 6844 + components: + - type: Transform + pos: -27.5,18.5 + parent: 2 + - uid: 6845 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,17.5 + parent: 2 + - uid: 6846 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,16.5 + parent: 2 + - uid: 6847 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,15.5 + parent: 2 + - uid: 6848 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,15.5 + parent: 2 + - uid: 6849 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,17.5 + parent: 2 + - uid: 6850 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,16.5 + parent: 2 + - uid: 6851 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,13.5 + parent: 2 + - uid: 6852 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-8.5 + parent: 2 + - uid: 6853 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,14.5 + parent: 2 + - uid: 6854 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,23.5 + parent: 2 + - uid: 6855 + components: + - type: Transform + pos: -9.5,42.5 + parent: 2 + - uid: 6856 + components: + - type: Transform + pos: -8.5,43.5 + parent: 2 + - uid: 6857 + components: + - type: Transform + pos: -9.5,43.5 + parent: 2 + - uid: 6858 + components: + - type: Transform + pos: -6.5,43.5 + parent: 2 + - uid: 6859 + components: + - type: Transform + pos: -5.5,43.5 + parent: 2 + - uid: 6860 + components: + - type: Transform + pos: -8.5,42.5 + parent: 2 + - uid: 6861 + components: + - type: Transform + pos: -8.5,41.5 + parent: 2 + - uid: 6862 + components: + - type: Transform + pos: -9.5,41.5 + parent: 2 + - uid: 6863 + components: + - type: Transform + pos: -6.5,42.5 + parent: 2 + - uid: 6864 + components: + - type: Transform + pos: -6.5,41.5 + parent: 2 + - uid: 6865 + components: + - type: Transform + pos: -5.5,41.5 + parent: 2 + - uid: 6866 + components: + - type: Transform + pos: -5.5,42.5 + parent: 2 + - uid: 6867 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,45.5 + parent: 2 + - uid: 6868 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.544952,8.642906 + parent: 2 + - uid: 6869 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -63.49469,22.686203 + parent: 2 + - uid: 6870 + components: + - type: Transform + pos: -37.5,38.5 + parent: 2 + - uid: 6871 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -64.5,12.5 + parent: 2 + - uid: 6872 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -64.5,13.5 + parent: 2 + - uid: 6873 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -69.5,26.5 + parent: 2 + - uid: 6874 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -64.5,11.5 + parent: 2 + - uid: 6875 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,28.5 + parent: 2 + - uid: 6876 + components: + - type: Transform + pos: -60.5,42.5 + parent: 2 + - uid: 6877 + components: + - type: Transform + pos: -10.5,56.5 + parent: 2 + - uid: 6878 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,8.5 + parent: 2 + - uid: 6879 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,54.5 + parent: 2 + - uid: 6880 + components: + - type: Transform + pos: -63.5,45.5 + parent: 2 + - uid: 6881 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -65.506805,54.772568 + parent: 2 + - uid: 6882 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,51.5 + parent: 2 + - uid: 6883 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -67.5,36.5 + parent: 2 + - uid: 6884 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,17.5 + parent: 2 + - uid: 6885 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,50.5 + parent: 2 + - uid: 6886 + components: + - type: Transform + pos: 11.5,58.5 + parent: 2 + - uid: 6887 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.476812,53.657104 + parent: 2 +- proto: ChairFoldingSpawnFolded + entities: + - uid: 6888 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.527164,13.664964 + parent: 2 + - uid: 6889 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.527164,13.664964 + parent: 2 + - uid: 6890 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.527164,13.711839 + parent: 2 + - uid: 6891 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.527164,13.758714 + parent: 2 +- proto: ChairOfficeDark + entities: + - uid: 6892 + components: + - type: Transform + pos: -1.5,-12.5 + parent: 2 + - uid: 6893 + components: + - type: Transform + pos: 8.492219,-1.3101816 + parent: 2 + - uid: 6894 + components: + - type: Transform + pos: 4.493962,-8.546522 + parent: 2 + - uid: 6895 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,-1.5 + parent: 2 + - uid: 6896 + components: + - type: Transform + pos: -54.5,49.5 + parent: 2 + - uid: 6897 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,28.5 + parent: 2 + - uid: 6898 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,1.5 + parent: 2 + - uid: 6899 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,1.5 + parent: 2 + - uid: 6900 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,1.5 + parent: 2 + - uid: 6901 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,28.5 + parent: 2 + - uid: 6902 + components: + - type: Transform + pos: -4.5,-12.5 + parent: 2 + - uid: 6903 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,8.5 + parent: 2 + - uid: 6904 + components: + - type: Transform + pos: -33.5,-12.5 + parent: 2 + - uid: 6905 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,-6.5 + parent: 2 + - uid: 6906 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,-1.5 + parent: 2 + - uid: 6907 + components: + - type: Transform + pos: -47.5,57.5 + parent: 2 + - uid: 6908 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -47.5,62.5 + parent: 2 + - uid: 6909 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -59.5,64.5 + parent: 2 + - uid: 6910 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,57.5 + parent: 2 + - uid: 6911 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -56.5,57.5 + parent: 2 + - uid: 6912 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -61.5,31.5 + parent: 2 + - uid: 6913 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,37.5 + parent: 2 + - uid: 6914 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -69.5,16.5 + parent: 2 + - uid: 6915 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,54.5 + parent: 2 + - uid: 6916 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,60.5 + parent: 2 + - uid: 6917 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,61.5 + parent: 2 + - uid: 6918 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -71.5,16.5 + parent: 2 + - uid: 6919 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,65.5 + parent: 2 + - uid: 6920 + components: + - type: Transform + pos: 22.511797,40.661667 + parent: 2 + - uid: 6921 + components: + - type: Transform + pos: 22.53263,38.587303 + parent: 2 + - uid: 6922 + components: + - type: Transform + pos: -0.5,8.5 + parent: 2 + - uid: 6923 + components: + - type: Transform + pos: -65.5,26.5 + parent: 2 + - uid: 6924 + components: + - type: Transform + pos: -70.5,11.5 + parent: 2 + - uid: 6925 + components: + - type: Transform + pos: -74.5,11.5 + parent: 2 + - uid: 6926 + components: + - type: Transform + pos: 5.5,-16.5 + parent: 2 + - uid: 6927 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.355983,-2.4220967 + parent: 2 + - uid: 6928 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-12.5 + parent: 2 + - uid: 6929 + components: + - type: Transform + pos: -6.5,-2.5 + parent: 2 + - uid: 6930 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-0.5 + parent: 2 + - uid: 6931 + components: + - type: Transform + pos: -74.5,38.5 + parent: 2 +- proto: ChairOfficeLight + entities: + - uid: 6932 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,47.5 + parent: 2 + - uid: 6933 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,33.5 + parent: 2 + - uid: 6934 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.4710875,20.601955 + parent: 2 + - uid: 6935 + components: + - type: Transform + pos: 7.5,23.5 + parent: 2 + - uid: 6936 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,25.5 + parent: 2 + - uid: 6937 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5497459,20.674923 + parent: 2 + - uid: 6938 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,16.5 + parent: 2 + - uid: 6939 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,18.5 + parent: 2 + - uid: 6940 + components: + - type: Transform + pos: 18.5,43.5 + parent: 2 + - uid: 6941 + components: + - type: Transform + pos: 17.5,41.5 + parent: 2 + - uid: 6942 + components: + - type: Transform + pos: -41.5,24.5 + parent: 2 + - uid: 6943 + components: + - type: Transform + pos: 22.53263,42.61093 + parent: 2 + - uid: 6944 + components: + - type: Transform + pos: 0.5071696,15.435883 + parent: 2 + - uid: 6945 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,54.5 + parent: 2 + - uid: 6946 + components: + - type: Transform + pos: -9.5,56.5 + parent: 2 + - uid: 6947 + components: + - type: Transform + pos: 15.5,32.5 + parent: 2 + - uid: 6948 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.59970164,27.615622 + parent: 2 + - uid: 6949 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.535715,27.709436 + parent: 2 + - uid: 6950 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,58.5 + parent: 2 +- proto: ChairPilotSeat + entities: + - uid: 6951 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,55.5 + parent: 2 + - uid: 6952 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,64.5 + parent: 2 + - uid: 6953 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,65.5 + parent: 2 + - uid: 6954 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,64.5 + parent: 2 +- proto: ChairWood + entities: + - uid: 6955 + components: + - type: Transform + pos: -57.5,49.5 + parent: 2 + - uid: 6956 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,12.5 + parent: 2 + - uid: 6957 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -60.5,38.5 + parent: 2 + - uid: 6958 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,39.5 + parent: 2 + - uid: 6959 + components: + - type: Transform + pos: -44.5,37.5 + parent: 2 + - uid: 6960 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,35.5 + parent: 2 + - uid: 6961 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,36.5 + parent: 2 + - uid: 6962 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,36.5 + parent: 2 + - uid: 6963 + components: + - type: Transform + pos: -36.5,38.5 + parent: 2 + - uid: 6964 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,42.5 + parent: 2 + - uid: 6965 + components: + - type: Transform + pos: -27.5,42.5 + parent: 2 + - uid: 6966 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,50.5 + parent: 2 + - uid: 6967 + components: + - type: Transform + pos: -61.5,45.5 + parent: 2 + - uid: 6968 + components: + - type: Transform + pos: 26.5,69.5 + parent: 2 + - uid: 6969 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,68.5 + parent: 2 + - uid: 6970 + components: + - type: Transform + pos: -15.490952,12.416298 + parent: 2 + - uid: 6971 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.403522,11.540334 + parent: 2 + - uid: 7375 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.56561,35.581055 + parent: 2 + - uid: 17010 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.73429,37.561165 + parent: 2 +- proto: CheapLighter + entities: + - uid: 6972 + components: + - type: Transform + pos: 23.633738,45.64286 + parent: 2 +- proto: CheckerBoard + entities: + - uid: 6973 + components: + - type: Transform + pos: 28.500988,13.594242 + parent: 2 +- proto: ChemDispenser + entities: + - uid: 6974 + components: + - type: Transform + pos: -0.5,21.5 + parent: 2 + - uid: 6975 + components: + - type: Transform + pos: -3.5,21.5 + parent: 2 +- proto: ChemistryHotplate + entities: + - uid: 6976 + components: + - type: Transform + pos: 0.5,19.5 + parent: 2 + - uid: 6977 + components: + - type: Transform + pos: 15.5,59.5 + parent: 2 + - type: ItemPlacer + placedEntities: + - 8216 + - type: PlaceableSurface + isPlaceable: False +- proto: ChemMaster + entities: + - uid: 6978 + components: + - type: Transform + pos: 0.5,21.5 + parent: 2 + - uid: 6979 + components: + - type: Transform + pos: -4.5,21.5 + parent: 2 +- proto: ChessBoard + entities: + - uid: 6980 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.504433,3.6022105 + parent: 2 + - uid: 6981 + components: + - type: Transform + pos: 11.514249,50.574677 + parent: 2 +- proto: ChurchOrganInstrument + entities: + - uid: 6982 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-2.5 + parent: 2 +- proto: Cigar + entities: + - uid: 6983 + components: + - type: Transform + pos: 23.071238,45.684563 + parent: 2 +- proto: Cigarette + entities: + - uid: 6984 + components: + - type: Transform + pos: -76.35176,30.586143 + parent: 2 +- proto: CigaretteLicoxide + entities: + - uid: 6985 + components: + - type: Transform + pos: -1.8548881,-22.271221 + parent: 2 +- proto: CigaretteSpent + entities: + - uid: 6986 + components: + - type: Transform + pos: -60.372856,64.15277 + parent: 2 + - uid: 6987 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -60.414524,63.985992 + parent: 2 +- proto: CigaretteSyndicate + entities: + - uid: 12422 + components: + - type: Transform + pos: -29.123793,-15.061748 + parent: 2 + - uid: 15116 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.66546,-15.937356 + parent: 2 + - uid: 15444 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.686293,-15.353618 + parent: 2 +- proto: CigarGold + entities: + - uid: 6990 + components: + - type: Transform + pos: -43.52648,-5.913294 + parent: 2 + - uid: 6991 + components: + - type: Transform + pos: -8.177672,62.701042 + parent: 2 +- proto: CigarGoldCase + entities: + - uid: 6993 + components: + - type: Transform + parent: 6992 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: CigarSpent + entities: + - uid: 6996 + components: + - type: Transform + pos: -8.907739,62.650093 + parent: 2 + - uid: 6997 + components: + - type: Transform + pos: -46.641064,-1.2955027 + parent: 2 + - uid: 6998 + components: + - type: Transform + pos: -8.268698,55.566917 + parent: 2 + - uid: 6999 + components: + - type: Transform + pos: 11.316062,-1.9240544 + parent: 2 + - uid: 7000 + components: + - type: Transform + pos: 23.185822,45.496925 + parent: 2 +- proto: CircuitImprinter + entities: + - uid: 7001 + components: + - type: Transform + pos: -19.5,-4.5 + parent: 2 + - type: SiloUtilizer + silo: 13590 +- proto: CleanerDispenser + entities: + - uid: 7002 + components: + - type: Transform + pos: -51.5,38.5 + parent: 2 +- proto: ClosetBombFilled + entities: + - uid: 7003 + components: + - type: Transform + pos: 0.5,-7.5 + parent: 2 + - uid: 7004 + components: + - type: Transform + pos: -11.5,-37.5 + parent: 2 +- proto: ClosetChefFilled + entities: + - uid: 7005 + components: + - type: Transform + pos: -31.5,47.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 +- proto: ClosetEmergencyFilledRandom + entities: + - uid: 7006 + components: + - type: Transform + pos: 29.5,-7.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7007 + components: + - type: Transform + pos: 5.5,0.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7008 + components: + - type: Transform + pos: 23.5,2.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7009 + components: + - type: Transform + pos: 15.5,-4.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7010 + components: + - type: Transform + pos: 21.5,11.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7011 + components: + - type: Transform + pos: -16.5,19.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7012 + components: + - type: Transform + pos: -54.5,-10.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7013 + components: + - type: Transform + pos: -29.5,2.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7014 + components: + - type: Transform + pos: -53.5,2.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7016 + components: + - type: Transform + pos: -45.5,27.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7017 + components: + - type: Transform + pos: -55.5,36.5 + parent: 2 + - uid: 7018 + components: + - type: Transform + pos: -34.5,10.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7019 + components: + - type: Transform + pos: -20.5,10.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7020 + components: + - type: Transform + pos: -4.5,10.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7021 + components: + - type: Transform + pos: -23.5,34.5 + parent: 2 + - uid: 7023 + components: + - type: Transform + pos: -30.5,49.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7024 + components: + - type: Transform + pos: -9.5,36.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7025 + components: + - type: Transform + pos: -8.5,48.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7026 + components: + - type: Transform + pos: -16.5,0.5 + parent: 2 + - uid: 7027 + components: + - type: Transform + pos: 15.5,23.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7028 + components: + - type: Transform + pos: -70.5,56.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7029 + components: + - type: Transform + pos: -60.5,48.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7030 + components: + - type: Transform + pos: -66.5,40.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7031 + components: + - type: Transform + pos: -13.5,-8.5 + parent: 2 + - uid: 7032 + components: + - type: Transform + pos: -72.5,-9.5 + parent: 2 + - uid: 7033 + components: + - type: Transform + pos: -65.5,-9.5 + parent: 2 + - uid: 7034 + components: + - type: Transform + pos: -67.5,58.5 + parent: 2 + - uid: 7035 + components: + - type: Transform + pos: -9.5,-38.5 + parent: 2 + - uid: 7036 + components: + - type: Transform + pos: -9.5,-0.5 + parent: 2 + - uid: 7037 + components: + - type: Transform + pos: 22.5,58.5 + parent: 2 + - uid: 7038 + components: + - type: Transform + pos: 2.5,19.5 + parent: 2 + - uid: 20859 + components: + - type: Transform + pos: -88.5,-2.5 + parent: 2 +- proto: ClosetEmergencyN2 + entities: + - uid: 7039 + components: + - type: Transform + pos: -20.5,50.5 + parent: 2 + - uid: 7040 + components: + - type: Transform + pos: -34.5,54.5 + parent: 2 +- proto: ClosetEmergencyN2FilledRandom + entities: + - uid: 7041 + components: + - type: Transform + pos: -67.5,45.5 + parent: 2 + - uid: 7042 + components: + - type: Transform + pos: 15.5,21.5 + parent: 2 + - uid: 7043 + components: + - type: Transform + pos: -60.5,21.5 + parent: 2 + - uid: 7044 + components: + - type: Transform + pos: -67.5,59.5 + parent: 2 + - uid: 7045 + components: + - type: Transform + pos: 2.5,20.5 + parent: 2 +- proto: ClosetFireFilled + entities: + - uid: 7046 + components: + - type: Transform + pos: -19.5,-33.5 + parent: 2 + - uid: 7047 + components: + - type: Transform + pos: -15.5,19.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7048 + components: + - type: Transform + pos: 5.5,1.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7049 + components: + - type: Transform + pos: 14.5,-4.5 + parent: 2 + - type: EntityStorage + open: True + removedMasks: 20 + - uid: 7050 + components: + - type: Transform + pos: 22.5,11.5 + parent: 2 + - uid: 7051 + components: + - type: Transform + pos: -53.5,-10.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7052 + components: + - type: Transform + pos: -29.5,1.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7053 + components: + - type: Transform + pos: -54.5,2.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7055 + components: + - type: Transform + pos: -45.5,28.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7056 + components: + - type: Transform + pos: -24.5,34.5 + parent: 2 + - uid: 7057 + components: + - type: Transform + pos: -34.5,9.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7058 + components: + - type: Transform + pos: -20.5,9.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7059 + components: + - type: Transform + pos: -4.5,9.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7060 + components: + - type: Transform + pos: -55.5,37.5 + parent: 2 + - uid: 7061 + components: + - type: Transform + pos: -31.5,49.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7062 + components: + - type: Transform + pos: -19.5,50.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7063 + components: + - type: Transform + pos: -8.5,36.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7064 + components: + - type: Transform + pos: -8.5,49.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7065 + components: + - type: Transform + pos: -11.5,-8.5 + parent: 2 + - uid: 7066 + components: + - type: Transform + pos: 15.5,22.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7067 + components: + - type: Transform + pos: -61.5,48.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7068 + components: + - type: Transform + pos: -66.5,39.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7069 + components: + - type: Transform + pos: -61.5,28.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7070 + components: + - type: Transform + pos: -74.5,-9.5 + parent: 2 + - uid: 7071 + components: + - type: Transform + pos: -67.5,-9.5 + parent: 2 + - uid: 7072 + components: + - type: Transform + pos: -9.5,-2.5 + parent: 2 + - uid: 7073 + components: + - type: Transform + pos: 0.5,-12.5 + parent: 2 + - uid: 7074 + components: + - type: Transform + pos: -73.5,40.5 + parent: 2 + - uid: 13408 + components: + - type: Transform + pos: -75.5,54.5 + parent: 2 + - uid: 20860 + components: + - type: Transform + pos: -88.5,-1.5 + parent: 2 +- proto: ClosetJanitorFilled + entities: + - uid: 7075 + components: + - type: Transform + pos: -50.5,35.5 + parent: 2 + - uid: 7076 + components: + - type: Transform + pos: -69.5,54.5 + parent: 2 +- proto: ClosetL3JanitorFilled + entities: + - uid: 7077 + components: + - type: Transform + pos: -53.5,39.5 + parent: 2 + - uid: 7078 + components: + - type: Transform + pos: -54.5,39.5 + parent: 2 +- proto: ClosetL3ScienceFilled + entities: + - uid: 7079 + components: + - type: Transform + pos: -12.5,-37.5 + parent: 2 +- proto: ClosetL3VirologyFilled + entities: + - uid: 7080 + components: + - type: Transform + pos: 6.5,20.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7081 + components: + - type: Transform + pos: 7.5,20.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 +- proto: ClosetMaintenanceFilledRandom + entities: + - uid: 7082 + components: + - type: Transform + pos: -17.5,19.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7083 + components: + - type: Transform + pos: 24.5,-0.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7084 + components: + - type: Transform + pos: 13.5,-4.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7085 + components: + - type: Transform + pos: 26.5,-4.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7086 + components: + - type: Transform + pos: 23.5,11.5 + parent: 2 + - uid: 7087 + components: + - type: Transform + pos: 7.5,-1.5 + parent: 2 + - uid: 7088 + components: + - type: Transform + pos: -52.5,-10.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7089 + components: + - type: Transform + pos: -29.5,0.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7090 + components: + - type: Transform + pos: -17.5,0.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7091 + components: + - type: Transform + pos: -52.5,2.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 1.7459902 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7093 + components: + - type: Transform + pos: -45.5,26.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7094 + components: + - type: Transform + pos: -34.5,11.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7095 + components: + - type: Transform + pos: -20.5,11.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7096 + components: + - type: Transform + pos: -20.5,28.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7097 + components: + - type: Transform + pos: -4.5,11.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7098 + components: + - type: Transform + pos: -38.5,54.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7100 + components: + - type: Transform + pos: -21.5,50.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7101 + components: + - type: Transform + pos: 22.5,30.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7102 + components: + - type: Transform + pos: -54.5,44.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7103 + components: + - type: Transform + pos: -8.5,50.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7104 + components: + - type: Transform + pos: 15.5,24.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7105 + components: + - type: Transform + pos: 14.5,8.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7106 + components: + - type: Transform + pos: 3.5,8.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7107 + components: + - type: Transform + pos: -69.5,56.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7108 + components: + - type: Transform + pos: -62.5,48.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7109 + components: + - type: Transform + pos: -61.5,27.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7110 + components: + - type: Transform + pos: -28.5,20.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7111 + components: + - type: Transform + pos: 14.5,34.5 + parent: 2 + - uid: 7112 + components: + - type: Transform + pos: 20.5,43.5 + parent: 2 + - uid: 7113 + components: + - type: Transform + pos: -67.5,60.5 + parent: 2 + - uid: 7114 + components: + - type: Transform + pos: 14.5,57.5 + parent: 2 + - uid: 7115 + components: + - type: Transform + pos: 21.5,45.5 + parent: 2 + - uid: 7116 + components: + - type: Transform + pos: 13.5,50.5 + parent: 2 + - uid: 20336 + components: + - type: Transform + pos: -5.5,46.5 + parent: 2 + - uid: 20411 + components: + - type: Transform + pos: -3.5,17.5 + parent: 2 + - uid: 20412 + components: + - type: Transform + pos: -4.5,17.5 + parent: 2 +- proto: ClosetRadiationSuitFilled + entities: + - uid: 7117 + components: + - type: Transform + pos: -11.5,-7.5 + parent: 2 + - uid: 7118 + components: + - type: Transform + pos: -0.5,-7.5 + parent: 2 + - uid: 7119 + components: + - type: Transform + pos: -13.5,-37.5 + parent: 2 + - uid: 7120 + components: + - type: Transform + pos: -76.5,24.5 + parent: 2 + - uid: 18465 + components: + - type: Transform + pos: -75.5,55.5 + parent: 2 + - uid: 19803 + components: + - type: Transform + pos: -75.5,56.5 + parent: 2 +- proto: ClosetSteelBase + entities: + - uid: 7126 + components: + - type: Transform + pos: -23.5,24.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 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 7128 + - 7127 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 7129 + components: + - type: Transform + pos: -69.5,49.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.1465 + moles: + - 1.8968438 + - 7.1357465 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 7130 + - 7132 + - 7131 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: ClosetToolFilled + entities: + - uid: 7133 + components: + - type: Transform + pos: -24.5,-6.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 7134 + components: + - type: Transform + pos: 21.5,9.5 + parent: 2 +- proto: ClosetWall + entities: + - uid: 7135 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-3.5 + parent: 2 +- proto: ClosetWallEmergencyFilledRandom + entities: + - uid: 7136 + components: + - type: Transform + pos: 29.5,71.5 + parent: 2 +- proto: ClothingBackpackClown + entities: + - uid: 7137 + components: + - type: Transform + pos: -40.976475,28.620016 + parent: 2 +- proto: ClothingBackpackDuffelSurgeryFilled + entities: + - uid: 7138 + components: + - type: Transform + pos: -1.5061699,15.682411 + parent: 2 + - uid: 7139 + components: + - type: Transform + pos: 4.4617486,38.703575 + parent: 2 +- proto: ClothingBeltJanitorFilled + entities: + - uid: 7140 + components: + - type: Transform + pos: -50.486443,39.57081 + parent: 2 +- proto: ClothingBeltUtility + entities: + - uid: 7141 + components: + - type: Transform + pos: -23.493784,26.550022 + parent: 2 +- proto: ClothingEyesGlasses + entities: + - uid: 7142 + components: + - type: Transform + pos: -15.536827,-12.20068 + parent: 2 +- proto: ClothingEyesGlassesCheapSunglasses + entities: + - uid: 20919 + components: + - type: Transform + pos: -92.562294,-1.3630221 + parent: 2 + - uid: 20920 + components: + - type: Transform + pos: -92.52062,-5.3970737 + parent: 2 +- proto: ClothingEyesGlassesSunglasses + entities: + - uid: 7143 + components: + - type: Transform + pos: -27.635717,35.723694 + parent: 2 +- proto: ClothingHandsGlovesBoxingBlue + entities: + - uid: 7144 + components: + - type: Transform + pos: -60.445595,14.632732 + parent: 2 +- proto: ClothingHandsGlovesBoxingGreen + entities: + - uid: 7145 + components: + - type: Transform + pos: -60.42997,10.429607 + parent: 2 +- proto: ClothingHandsGlovesBoxingRed + entities: + - uid: 7146 + components: + - type: Transform + pos: -62.33622,10.476482 + parent: 2 +- proto: ClothingHandsGlovesBoxingYellow + entities: + - uid: 7147 + components: + - type: Transform + pos: -62.30497,14.523357 + parent: 2 +- proto: ClothingHandsGlovesColorBlack + entities: + - uid: 7148 + components: + - type: Transform + pos: -59.51448,91.46834 + parent: 2 +- proto: ClothingHandsGlovesColorGray + entities: + - uid: 7149 + components: + - type: MetaData + desc: These specially insulated grey gloves belong to the king of tiders. A small tag is inscribed with the initials, "H.M." + name: grey gloves of the tider king + - type: Transform + pos: -7.521523,39.691025 + parent: 2 + - type: Insulated +- proto: ClothingHandsGlovesColorYellow + entities: + - uid: 7150 + components: + - type: Transform + pos: -26.510632,26.559929 + parent: 2 +- proto: ClothingHandsGlovesCombat + entities: + - uid: 7152 + components: + - type: Transform + pos: -95.505005,44.449196 + parent: 2 +- proto: ClothingHeadHatAnimalMonkey + entities: + - uid: 7154 + components: + - type: Transform + pos: 27.553495,-1.4451299 + parent: 2 +- proto: ClothingHeadHatCone + entities: + - uid: 7155 + components: + - type: Transform + pos: 24.462656,-1.4106827 + parent: 2 + - uid: 7156 + components: + - type: Transform + pos: 24.447031,-2.4575577 + parent: 2 +- proto: ClothingHeadHatFedoraBrown + entities: + - uid: 7130 + components: + - type: Transform + parent: 7129 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingHeadHatHoodCulthood + entities: + - uid: 7158 + components: + - type: Transform + pos: 20.792824,-2.5214906 + parent: 2 +- proto: ClothingHeadHelmetSwat + entities: + - uid: 7159 + components: + - type: Transform + pos: -41.259155,65.73383 + parent: 2 + - uid: 7160 + components: + - type: Transform + pos: -41.73138,65.706055 + parent: 2 + - uid: 7161 + components: + - type: Transform + pos: -41.370266,65.5255 + parent: 2 + - uid: 7162 + components: + - type: Transform + pos: -41.634155,65.831055 + parent: 2 +- proto: ClothingHeadHelmetSyndicate + entities: + - uid: 7163 + components: + - type: Transform + pos: -57.70341,92.69456 + parent: 2 +- proto: ClothingHeadsetRobotics + entities: + - uid: 7164 + components: + - type: Transform + pos: -7.598087,-17.386791 + parent: 2 +- proto: ClothingMaskClown + entities: + - uid: 7165 + components: + - type: MetaData + desc: A true prankster's facial attire. A clown is incomplete without his wig and mask. This one isn't quite right. + name: cursed clown wig and mask + - type: Transform + pos: -25.506933,57.41912 + parent: 2 + - type: CursedMask + oldFactions: [] + despairDamageModifier: + flatReductions: {} + coefficients: {} +- proto: ClothingMaskGas + entities: + - uid: 7166 + components: + - type: MetaData + desc: A face-covering mask that resembles the icon of greytide worldwide. + name: face of the tider + - type: Transform + pos: -5.3370404,44.58554 + parent: 2 + - uid: 7167 + components: + - type: MetaData + desc: A face-covering mask that resembles the icon of greytide worldwide. + name: face of the tider + - type: Transform + pos: -6.630641,44.601288 + parent: 2 + - uid: 7168 + components: + - type: MetaData + desc: A face-covering mask that resembles the icon of greytide worldwide. + name: face of the tider + - type: Transform + pos: -6.224393,44.64804 + parent: 2 + - uid: 7169 + components: + - type: MetaData + desc: A face-covering mask that resembles the icon of greytide worldwide. + name: face of the tider + - type: Transform + pos: -5.8370404,44.632416 + parent: 2 + - uid: 7170 + components: + - type: Transform + pos: 16.320171,59.45269 + parent: 2 + - uid: 7171 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -60.867943,22.541542 + parent: 2 +- proto: ClothingNeckAromanticPin + entities: + - uid: 7172 + components: + - type: Transform + pos: -25.61458,26.466957 + parent: 2 +- proto: ClothingNeckBling + entities: + - uid: 7173 + components: + - type: Transform + pos: -22.564632,53.645256 + parent: 2 +- proto: ClothingNeckHeadphones + entities: + - uid: 7174 + components: + - type: Transform + pos: -53.41692,13.576396 + parent: 2 +- proto: ClothingNeckIntersexPin + entities: + - uid: 7175 + components: + - type: Transform + pos: 28.525753,9.397884 + parent: 2 +- proto: ClothingNeckLGBTPin + entities: + - uid: 7176 + components: + - type: Transform + pos: -34.543724,28.416185 + parent: 2 +- proto: ClothingNeckNonBinaryPin + entities: + - uid: 7177 + components: + - type: Transform + pos: -27.46916,-8.556879 + parent: 2 +- proto: ClothingNeckTieDet + entities: + - uid: 7131 + components: + - type: Transform + parent: 7129 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingNeckTransPin + entities: + - uid: 7178 + components: + - type: Transform + pos: -54.52713,17.537136 + parent: 2 +- proto: ClothingOuterApronBar + entities: + - uid: 7179 + components: + - type: Transform + pos: 20.41953,45.51764 + parent: 2 +- proto: ClothingOuterArmorBulletproof + entities: + - uid: 7180 + components: + - type: Transform + pos: -41.35638,65.49772 + parent: 2 + - uid: 7181 + components: + - type: Transform + pos: -41.398045,65.706055 + parent: 2 + - uid: 7182 + components: + - type: Transform + pos: -41.73138,65.73383 + parent: 2 + - uid: 7183 + components: + - type: Transform + pos: -41.634155,65.456055 + parent: 2 +- proto: ClothingOuterCoatDetectiveLoadout + entities: + - uid: 7132 + components: + - type: Transform + parent: 7129 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingOuterCoatLab + entities: + - uid: 7184 + components: + - type: Transform + pos: 16.674337,59.596832 + parent: 2 +- proto: ClothingOuterHardsuitSyndicate + entities: + - uid: 7185 + components: + - type: Transform + pos: -57.469036,92.47581 + parent: 2 +- proto: ClothingOuterHoodieBlack + entities: + - uid: 7186 + components: + - type: Transform + pos: 13.514848,-2.331367 + parent: 2 +- proto: ClothingOuterRobesCult + entities: + - uid: 7187 + components: + - type: Transform + pos: 20.402199,-2.4433656 + parent: 2 +- proto: ClothingOuterSuitMonkey + entities: + - uid: 7188 + components: + - type: Transform + pos: 27.147245,-2.3826299 + parent: 2 +- proto: ClothingOuterWinterBar + entities: + - uid: 7189 + components: + - type: Transform + pos: 20.556765,45.61091 + parent: 2 +- proto: ClothingShoesBootsCombatFilled + entities: + - uid: 7190 + components: + - type: Transform + pos: -35.545906,68.57638 + parent: 2 +- proto: ClothingShoesBootsMag + entities: + - uid: 7191 + components: + - type: Transform + pos: -23.364193,46.676277 + parent: 2 + - uid: 7192 + components: + - type: Transform + pos: -23.592733,45.413216 + parent: 2 + - uid: 7193 + components: + - type: Transform + pos: -23.426067,45.66339 + parent: 2 + - uid: 7194 + components: + - type: Transform + pos: -23.614193,46.384415 + parent: 2 +- proto: ClothingUniformJumpsuitBartenderSyndicate + entities: + - uid: 9196 + components: + - type: Transform + pos: 33.64556,68.85229 + parent: 2 +- proto: ClothingUniformJumpsuitMusician + entities: + - uid: 7127 + components: + - type: Transform + parent: 7126 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingUniformJumpsuitWSMSyndicate + entities: + - uid: 13180 + components: + - type: Transform + pos: -28.488377,-15.603791 + parent: 2 +- proto: Cobweb1 + entities: + - uid: 7201 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,52.5 + parent: 2 + - uid: 7202 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,56.5 + parent: 2 + - uid: 7203 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -75.5,67.5 + parent: 2 + - uid: 7204 + components: + - type: Transform + pos: 10.5,59.5 + parent: 2 + - uid: 7205 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,57.5 + parent: 2 + - uid: 7206 + components: + - type: Transform + pos: -85.5,67.5 + parent: 2 + - uid: 7207 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -85.5,65.5 + parent: 2 + - uid: 7208 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -76.5,57.5 + parent: 2 +- proto: Cobweb2 + entities: + - uid: 1864 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,70.5 + parent: 2 + - uid: 3596 + components: + - type: Transform + pos: 31.5,70.5 + parent: 2 + - uid: 7123 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,67.5 + parent: 2 + - uid: 7124 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,68.5 + parent: 2 + - uid: 7209 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,48.5 + parent: 2 + - uid: 7210 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,50.5 + parent: 2 + - uid: 7211 + components: + - type: Transform + pos: 18.5,59.5 + parent: 2 + - uid: 7212 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,52.5 + parent: 2 + - uid: 7213 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,55.5 + parent: 2 + - uid: 7214 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,61.5 + parent: 2 + - uid: 7215 + components: + - type: Transform + pos: -83.5,67.5 + parent: 2 + - uid: 7216 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -77.5,67.5 + parent: 2 + - uid: 7217 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -77.5,57.5 + parent: 2 + - uid: 13528 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,65.5 + parent: 2 + - uid: 15678 + components: + - type: Transform + pos: 18.5,61.5 + parent: 2 + - uid: 15706 + components: + - type: Transform + pos: 13.5,62.5 + parent: 2 +- proto: ComfyChair + entities: + - uid: 7219 + components: + - type: Transform + pos: 20.5,31.5 + parent: 2 + - uid: 7220 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,49.5 + parent: 2 + - uid: 7221 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,61.5 + parent: 2 + - uid: 7222 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-14.5 + parent: 2 + - uid: 7223 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -62.5,38.5 + parent: 2 + - uid: 7224 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,-5.5 + parent: 2 + - uid: 7225 + components: + - type: Transform + pos: -64.5,42.5 + parent: 2 + - uid: 7226 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -61.5,64.5 + parent: 2 + - uid: 7227 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,50.5 + parent: 2 + - uid: 7228 + components: + - type: Transform + pos: -8.5,56.5 + parent: 2 + - uid: 7229 + components: + - type: Transform + pos: -62.5,45.5 + parent: 2 + - uid: 7230 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -74.5,9.5 + parent: 2 + - uid: 7231 + components: + - type: Transform + pos: 4.5,-24.5 + parent: 2 + - uid: 7232 + components: + - type: Transform + pos: 3.5,-24.5 + parent: 2 + - uid: 7233 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,55.5 + parent: 2 + - uid: 7234 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,61.5 + parent: 2 +- proto: CommandmentCircuitBoard + entities: + - uid: 7235 + components: + - type: Transform + pos: 17.506392,16.632061 + parent: 2 +- proto: CommsComputerCircuitboard + entities: + - uid: 7236 + components: + - type: Transform + pos: -49.5,24.5 + parent: 2 +- proto: ComputerAlert + entities: + - uid: 7237 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,59.5 + parent: 2 + - uid: 7238 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-7.5 + parent: 2 + - uid: 7240 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -74.5,37.5 + parent: 2 + - uid: 7523 + components: + - type: Transform + pos: -61.5,32.5 + parent: 2 +- proto: ComputerAnalysisConsole + entities: + - uid: 7241 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-31.5 + parent: 2 + - uid: 7242 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-35.5 + parent: 2 +- proto: ComputerAtmosMonitoring + entities: + - uid: 7243 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -75.5,37.5 + parent: 2 +- proto: ComputerBroken + entities: + - uid: 7244 + components: + - type: Transform + pos: 13.5,-7.5 + parent: 2 + - uid: 7245 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,42.5 + parent: 2 + - uid: 7246 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,40.5 + parent: 2 + - uid: 7247 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,37.5 + parent: 2 + - uid: 7248 + components: + - type: Transform + pos: -68.5,65.5 + parent: 2 +- proto: ComputerCargoBounty + entities: + - uid: 7249 + components: + - type: Transform + pos: -33.5,-5.5 + parent: 2 +- proto: ComputerCargoOrders + entities: + - uid: 7250 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,1.5 + parent: 2 +- proto: ComputerCargoOrdersEngineering + entities: + - uid: 13345 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -67.5,31.5 + parent: 2 +- proto: ComputerCargoOrdersMedical + entities: + - uid: 7252 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,22.5 + parent: 2 +- proto: ComputerCargoOrdersScience + entities: + - uid: 7253 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,-11.5 + parent: 2 +- proto: ComputerCargoOrdersSecurity + entities: + - uid: 7254 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -61.5,50.5 + parent: 2 +- proto: ComputerCargoOrdersService + entities: + - uid: 7255 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,35.5 + parent: 2 +- proto: ComputerCargoShuttle + entities: + - uid: 7256 + components: + - type: Transform + pos: -39.5,-1.5 + parent: 2 +- proto: ComputerComms + entities: + - uid: 7257 + components: + - type: Transform + pos: -16.5,66.5 + parent: 2 +- proto: ComputerCrewMonitoring + entities: + - uid: 7258 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,57.5 + parent: 2 + - uid: 7259 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,32.5 + parent: 2 + - uid: 7260 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,64.5 + parent: 2 +- proto: ComputerCriminalRecords + entities: + - uid: 7261 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,58.5 + parent: 2 + - uid: 7262 + components: + - type: Transform + pos: -53.5,58.5 + parent: 2 + - uid: 7263 + components: + - type: Transform + pos: -16.5,29.5 + parent: 2 + - uid: 7264 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,63.5 + parent: 2 + - uid: 7265 + components: + - type: Transform + pos: 0.5,10.5 + parent: 2 +- proto: ComputerFrame + entities: + - uid: 7266 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,39.5 + parent: 2 +- proto: ComputerFundingAllocation + entities: + - uid: 7267 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,41.5 + parent: 2 +- proto: ComputerId + entities: + - uid: 7268 + components: + - type: Transform + pos: -21.5,38.5 + parent: 2 + - uid: 7269 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,64.5 + parent: 2 +- proto: ComputerMassMedia + entities: + - uid: 7270 + components: + - type: Transform + pos: -52.5,-0.5 + parent: 2 +- proto: ComputerMedicalRecords + entities: + - uid: 7271 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,14.5 + parent: 2 + - uid: 7272 + components: + - type: Transform + pos: 0.5,34.5 + parent: 2 + - uid: 7273 + components: + - type: Transform + pos: 9.5,42.5 + parent: 2 + - uid: 7274 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,36.5 + parent: 2 +- proto: ComputerPowerMonitoring + entities: + - uid: 7275 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-8.5 + parent: 2 + - uid: 7276 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-20.5 + parent: 2 + - uid: 7277 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,60.5 + parent: 2 + - uid: 7278 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -61.5,30.5 + parent: 2 + - uid: 7279 + components: + - type: Transform + pos: -77.5,32.5 + parent: 2 + - uid: 7280 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -75.5,24.5 + parent: 2 + - uid: 20440 + components: + - type: Transform + pos: -83.5,38.5 + parent: 2 +- proto: ComputerRadar + entities: + - uid: 7281 + components: + - type: Transform + pos: -6.5,0.5 + parent: 2 + - uid: 7282 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,-14.5 + parent: 2 + - uid: 7283 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-20.5 + parent: 2 + - uid: 7284 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,61.5 + parent: 2 +- proto: ComputerResearchAndDevelopment + entities: + - uid: 7285 + components: + - type: Transform + pos: -15.5,-14.5 + parent: 2 + - uid: 7286 + components: + - type: Transform + pos: -15.5,-1.5 + parent: 2 + - uid: 7287 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-13.5 + parent: 2 +- proto: ComputerRoboticsControl + entities: + - uid: 7288 + components: + - type: Transform + pos: -5.5,-15.5 + parent: 2 + - uid: 7289 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-13.5 + parent: 2 +- proto: ComputerSalvageExpedition + entities: + - uid: 7290 + components: + - type: Transform + pos: -34.5,-1.5 + parent: 2 +- proto: ComputerShuttle + entities: + - uid: 7291 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-20.5 + parent: 2 +- proto: ComputerShuttleCargo + entities: + - uid: 7292 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,-13.5 + parent: 2 +- proto: ComputerSolarControl + entities: + - uid: 7251 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -62.5,30.5 + parent: 2 + - uid: 7293 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-8.5 + parent: 2 + - uid: 12460 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,33.5 + parent: 2 +- proto: ComputerStationRecords + entities: + - uid: 7294 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-3.5 + parent: 2 + - uid: 7295 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,36.5 + parent: 2 + - uid: 7296 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,61.5 + parent: 2 + - uid: 7297 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,64.5 + parent: 2 +- proto: ComputerSupermatter + entities: + - uid: 7298 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -83.5,59.5 + parent: 2 +- proto: ComputerSurveillanceCameraMonitor + entities: + - uid: 7299 + components: + - type: Transform + pos: -17.5,29.5 + parent: 2 + - uid: 7300 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,57.5 + parent: 2 + - uid: 7301 + components: + - type: Transform + pos: -54.5,58.5 + parent: 2 + - uid: 7302 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,60.5 + parent: 2 + - uid: 7303 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,8.5 + parent: 2 + - uid: 7304 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,65.5 + parent: 2 +- proto: ComputerTechnologyDiskTerminal + entities: + - uid: 7305 + components: + - type: Transform + pos: -16.5,-14.5 + parent: 2 +- proto: ComputerTelevision + entities: + - uid: 7306 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -58.5,65.5 + parent: 2 + - uid: 7307 + components: + - type: Transform + pos: -10.5,46.5 + parent: 2 + - uid: 7308 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,52.5 + parent: 2 +- proto: ContainmentFieldGenerator + entities: + - uid: 4608 + components: + - type: Transform + pos: -85.5,16.5 + parent: 2 + - uid: 4897 + components: + - type: Transform + pos: -85.5,17.5 + parent: 2 + - uid: 6428 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -98.5,24.5 + parent: 2 + - uid: 7309 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -98.5,26.5 + parent: 2 + - uid: 7310 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -96.5,26.5 + parent: 2 + - uid: 7313 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -96.5,24.5 + parent: 2 +- proto: ConveyorBelt + entities: + - uid: 7317 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,-13.5 + parent: 2 + - uid: 7318 + components: + - type: Transform + pos: -35.5,-13.5 + parent: 2 + - uid: 7319 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,-13.5 + parent: 2 + - uid: 7320 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,-15.5 + parent: 2 + - uid: 7321 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,-14.5 + parent: 2 + - uid: 7322 + components: + - type: Transform + pos: -35.5,-17.5 + parent: 2 + - uid: 7323 + components: + - type: Transform + pos: -39.5,-8.5 + parent: 2 + - uid: 7324 + components: + - type: Transform + pos: -39.5,-9.5 + parent: 2 + - uid: 7325 + components: + - type: Transform + pos: -39.5,-7.5 + parent: 2 + - uid: 7326 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,-13.5 + parent: 2 + - uid: 7327 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,53.5 + parent: 2 + - uid: 7328 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,54.5 + parent: 2 + - uid: 7329 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,55.5 + parent: 2 + - uid: 7330 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,56.5 + parent: 2 + - uid: 7331 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,57.5 + parent: 2 + - uid: 7332 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,58.5 + parent: 2 + - uid: 7333 + components: + - type: Transform + pos: -35.5,-14.5 + parent: 2 + - uid: 7334 + components: + - type: Transform + pos: -35.5,-15.5 + parent: 2 + - uid: 7335 + components: + - type: Transform + pos: -35.5,-16.5 + parent: 2 + - uid: 7336 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,-16.5 + parent: 2 + - uid: 7337 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,-17.5 + parent: 2 +- proto: CorporateCircuitBoard + entities: + - uid: 7338 + components: + - type: Transform + pos: 19.464724,16.367989 + parent: 2 +- proto: CrateArtifactContainer + entities: + - uid: 7339 + components: + - type: Transform + pos: -9.5,-30.5 + parent: 2 +- proto: CrateContrabandStorageSecure + entities: + - uid: 7340 + components: + - type: Transform + pos: -42.5,65.5 + parent: 2 +- proto: CrateEmptySpawner + entities: + - uid: 7341 + components: + - type: Transform + pos: -39.5,-3.5 + parent: 2 + - uid: 7342 + components: + - type: Transform + pos: -37.5,-5.5 + parent: 2 + - uid: 7343 + components: + - type: Transform + pos: -41.5,-11.5 + parent: 2 + - uid: 7344 + components: + - type: Transform + pos: -21.5,-0.5 + parent: 2 + - uid: 7345 + components: + - type: Transform + pos: 22.5,-4.5 + parent: 2 + - uid: 7346 + components: + - type: Transform + pos: -5.5,36.5 + parent: 2 + - uid: 7347 + components: + - type: Transform + pos: -26.5,49.5 + parent: 2 +- proto: CrateEngineeringAMEJar + entities: + - uid: 460 + components: + - type: Transform + pos: -70.5,23.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 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 461 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: CrateEngineeringAMEShielding + entities: + - uid: 462 + components: + - type: MetaData + desc: 12 parts for the main body of an antimatter reactor, or for expanding an existing one. + - type: Transform + pos: -71.5,23.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 2.0141742 + - 7.577132 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 463 + - 464 + - 465 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: CrateEngineeringCableBulk + entities: + - uid: 7349 + components: + - type: Transform + pos: -69.5,25.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False temperature: 293.14963 moles: - 3.3523011 @@ -55279,75843 +62868,80427 @@ entities: - 0 - 0 - 0 - - uid: 5709 + - uid: 14418 + components: + - type: Transform + pos: -82.5,22.5 + parent: 2 +- proto: CrateEngineeringCableHV + entities: + - uid: 21240 + components: + - type: Transform + pos: 26.5,32.5 + parent: 2 +- proto: CrateFilledSpawner + entities: + - uid: 7352 + components: + - type: Transform + pos: -28.5,40.5 + parent: 2 + - uid: 7353 + components: + - type: Transform + pos: 6.5,-1.5 + parent: 2 + - uid: 7355 + components: + - type: Transform + pos: -43.5,-10.5 + parent: 2 + - uid: 7356 + components: + - type: Transform + pos: -34.5,-5.5 + parent: 2 + - uid: 7357 + components: + - type: Transform + pos: -26.5,-8.5 + parent: 2 + - uid: 7358 + components: + - type: Transform + pos: 22.5,32.5 + parent: 2 + - uid: 7359 + components: + - type: Transform + pos: -34.5,-9.5 + parent: 2 + - uid: 7360 + components: + - type: Transform + pos: -34.5,-11.5 + parent: 2 + - uid: 7361 + components: + - type: Transform + pos: -32.5,-10.5 + parent: 2 +- proto: CrateFreezer + entities: + - uid: 7362 + components: + - type: Transform + pos: -28.5,44.5 + parent: 2 + - uid: 7363 + components: + - type: Transform + pos: -27.5,44.5 + parent: 2 +- proto: CrateLockBoxEngineering + entities: + - uid: 7364 + components: + - type: Transform + pos: -65.5,28.5 + parent: 2 +- proto: CrateLockBoxMedical + entities: + - uid: 7365 + components: + - type: Transform + pos: 10.5,22.5 + parent: 2 +- proto: CrateLockBoxScience + entities: + - uid: 7366 + components: + - type: Transform + pos: -17.5,-7.5 + parent: 2 +- proto: CrateLockBoxSecurity + entities: + - uid: 7367 + components: + - type: Transform + pos: -57.5,55.5 + parent: 2 +- proto: CrateLockBoxService + entities: + - uid: 7368 + components: + - type: Transform + pos: -31.5,45.5 + parent: 2 + - uid: 7369 + components: + - type: Transform + pos: -28.5,36.5 + parent: 2 +- proto: CrateMedicalSurgery + entities: + - uid: 7372 + components: + - type: Transform + pos: -4.5,-17.5 + parent: 2 + - uid: 7373 + components: + - type: Transform + pos: 1.5,36.5 + parent: 2 +- proto: CrateNPCCow + entities: + - uid: 7374 + components: + - type: Transform + pos: -34.5,42.5 + parent: 2 + - type: EntityStorage + air: + volume: 800 + immutable: False + temperature: 293.1499 + moles: + - 11.733055 + - 44.138634 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 +- proto: CrateSecurityRiot + entities: + - uid: 7376 + components: + - type: Transform + pos: -41.5,61.5 + parent: 2 +- proto: CrateSecurityTrackingMindshieldImplants + entities: + - uid: 7377 + components: + - type: Transform + pos: -43.5,65.5 + parent: 2 +- proto: CrateSyndicate + entities: + - uid: 12423 + components: + - type: Transform + pos: -24.5,-16.5 + parent: 2 + - uid: 13159 + components: + - type: Transform + pos: -24.5,-15.5 + parent: 2 + - uid: 13178 + components: + - type: Transform + pos: -28.5,-16.5 + parent: 2 +- proto: CrateTrashCart + entities: + - uid: 7378 + components: + - type: Transform + pos: -20.5,53.5 + parent: 2 + - uid: 7379 + components: + - type: Transform + pos: -34.5,7.5 + parent: 2 + - uid: 7380 + components: + - type: Transform + pos: -35.5,35.5 + parent: 2 +- proto: CrateTrashCartJani + entities: + - uid: 7381 + components: + - type: Transform + pos: -53.5,41.5 + parent: 2 +- proto: CrayonMime + entities: + - uid: 7382 + components: + - type: Transform + pos: -41.330643,23.58527 + parent: 2 +- proto: Crematorium + entities: + - uid: 7383 + components: + - type: Transform + pos: 20.5,2.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 +- proto: CrewMonitoringServer + entities: + - uid: 7384 + components: + - type: Transform + pos: -16.5,-18.5 + parent: 2 +- proto: Crowbar + entities: + - uid: 7385 + components: + - type: Transform + pos: -24.42766,29.496252 + parent: 2 + - uid: 7386 + components: + - type: Transform + pos: -15.479326,-37.267647 + parent: 2 +- proto: CryogenicSleepUnit + entities: + - uid: 7387 + components: + - type: Transform + pos: -57.5,85.5 + parent: 2 +- proto: CryogenicSleepUnitSpawner + entities: + - uid: 7388 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,0.5 + parent: 2 + - uid: 7389 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,2.5 + parent: 2 +- proto: CryogenicSleepUnitSpawnerLateJoin + entities: + - uid: 7390 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,1.5 + parent: 2 +- proto: CryoPod + entities: + - uid: 7391 + components: + - type: Transform + pos: 11.5,41.5 + parent: 2 + - uid: 7392 + components: + - type: Transform + pos: 7.5,41.5 + parent: 2 +- proto: CryoxadoneBeakerSmall + entities: + - uid: 7393 + components: + - type: Transform + pos: 7.673453,39.658333 + parent: 2 + - uid: 7394 + components: + - type: Transform + pos: 7.319286,39.668755 + parent: 2 +- proto: Crystallizer + entities: + - uid: 7395 + components: + - type: Transform + pos: -90.5,48.5 + parent: 2 +- proto: CurtainsBlueOpen + entities: + - uid: 7396 + components: + - type: Transform + pos: -19.5,42.5 + parent: 2 + - uid: 7397 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,60.5 + parent: 2 +- proto: CurtainsOrangeOpen + entities: + - uid: 7398 + components: + - type: Transform + pos: -46.5,-7.5 + parent: 2 + - uid: 7399 + components: + - type: Transform + pos: -68.5,15.5 + parent: 2 +- proto: CurtainsPurpleOpen + entities: + - uid: 7400 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-18.5 + parent: 2 +- proto: CurtainsRed + entities: + - uid: 7401 + components: + - type: Transform + pos: 27.5,71.5 + parent: 2 + - uid: 7402 + components: + - type: Transform + pos: 28.5,71.5 + parent: 2 + - uid: 7403 + components: + - type: Transform + pos: 32.5,69.5 + parent: 2 + - uid: 7404 + components: + - type: Transform + pos: 32.5,68.5 + parent: 2 +- proto: CurtainsRedOpen + entities: + - uid: 7405 + components: + - type: Transform + pos: -63.5,62.5 + parent: 2 + - uid: 7406 + components: + - type: Transform + pos: -56.5,62.5 + parent: 2 + - uid: 7407 + components: + - type: Transform + pos: -54.5,62.5 + parent: 2 +- proto: CurtainsWhiteOpen + entities: + - uid: 7408 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,58.5 + parent: 2 +- proto: DefaultStationBeacon + entities: + - uid: 7409 + components: + - type: Transform + pos: -52.5,-2.5 + parent: 2 + - type: NavMapBeacon + color: '#FFFF00FF' + text: Reporter + - type: WarpPoint + location: Reporter + - uid: 7410 + components: + - type: Transform + pos: 18.5,17.5 + parent: 2 + - type: NavMapBeacon + text: AI Upload + - type: WarpPoint + location: AI Upload +- proto: DefaultStationBeaconAICore + entities: + - uid: 7411 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 2 +- proto: DefaultStationBeaconAME + entities: + - uid: 7412 + components: + - type: Transform + pos: -70.5,21.5 + parent: 2 +- proto: DefaultStationBeaconAnomalyGenerator + entities: + - uid: 7413 + components: + - type: Transform + pos: -3.5,-9.5 + parent: 2 +- proto: DefaultStationBeaconArmory + entities: + - uid: 7414 + components: + - type: Transform + pos: -42.5,62.5 + parent: 2 + - uid: 7415 + components: + - type: Transform + pos: -42.5,63.5 + parent: 2 +- proto: DefaultStationBeaconArrivals + entities: + - uid: 7416 + components: + - type: Transform + pos: -66.5,-10.5 + parent: 2 +- proto: DefaultStationBeaconArtifactLab + entities: + - uid: 7417 + components: + - type: Transform + pos: -13.5,-33.5 + parent: 2 +- proto: DefaultStationBeaconAtmospherics + entities: + - uid: 12382 + components: + - type: Transform + pos: -86.5,45.5 + parent: 2 +- proto: DefaultStationBeaconBar + entities: + - uid: 7419 + components: + - type: Transform + pos: -35.5,37.5 + parent: 2 +- proto: DefaultStationBeaconBotany + entities: + - uid: 7420 + components: + - type: Transform + pos: -42.5,46.5 + parent: 2 +- proto: DefaultStationBeaconBridge + entities: + - uid: 7421 + components: + - type: Transform + pos: -16.5,61.5 + parent: 2 +- proto: DefaultStationBeaconBrig + entities: + - uid: 7422 + components: + - type: Transform + pos: -54.5,54.5 + parent: 2 +- proto: DefaultStationBeaconCaptainsQuarters + entities: + - uid: 7423 + components: + - type: Transform + pos: -5.5,61.5 + parent: 2 +- proto: DefaultStationBeaconCargoBay + entities: + - uid: 7424 + components: + - type: Transform + pos: -34.5,-7.5 + parent: 2 +- proto: DefaultStationBeaconCargoReception + entities: + - uid: 7425 + components: + - type: Transform + pos: -37.5,0.5 + parent: 2 +- proto: DefaultStationBeaconCERoom + entities: + - uid: 7426 + components: + - type: Transform + pos: -72.5,16.5 + parent: 2 +- proto: DefaultStationBeaconChapel + entities: + - uid: 7427 + components: + - type: Transform + pos: 15.5,-1.5 + parent: 2 +- proto: DefaultStationBeaconCMORoom + entities: + - uid: 7428 + components: + - type: Transform + pos: 15.5,29.5 + parent: 2 +- proto: DefaultStationBeaconCourtroom + entities: + - uid: 7429 + components: + - type: Transform + pos: -62.5,42.5 + parent: 2 +- proto: DefaultStationBeaconCryonics + entities: + - uid: 7430 + components: + - type: Transform + pos: 9.5,39.5 + parent: 2 +- proto: DefaultStationBeaconCryosleep + entities: + - uid: 7431 + components: + - type: Transform + pos: 8.5,2.5 + parent: 2 +- proto: DefaultStationBeaconDetectiveRoom + entities: + - uid: 7432 + components: + - type: Transform + pos: -55.5,64.5 + parent: 2 +- proto: DefaultStationBeaconDisposals + entities: + - uid: 7433 + components: + - type: Transform + pos: -71.5,55.5 + parent: 2 +- proto: DefaultStationBeaconDorms + entities: + - uid: 7434 + components: + - type: Transform + pos: 9.5,-16.5 + parent: 2 +- proto: DefaultStationBeaconEvac + entities: + - uid: 7435 + components: + - type: Transform + pos: 26.5,16.5 + parent: 2 +- proto: DefaultStationBeaconEVAStorage + entities: + - uid: 7436 + components: + - type: Transform + pos: -11.5,48.5 + parent: 2 +- proto: DefaultStationBeaconHOPOffice + entities: + - uid: 7437 + components: + - type: Transform + pos: -22.5,39.5 + parent: 2 +- proto: DefaultStationBeaconHOSRoom + entities: + - uid: 7438 + components: + - type: Transform + pos: -60.5,64.5 + parent: 2 +- proto: DefaultStationBeaconJanitorsCloset + entities: + - uid: 7439 + components: + - type: Transform + pos: -51.5,37.5 + parent: 2 +- proto: DefaultStationBeaconKitchen + entities: + - uid: 7440 + components: + - type: Transform + pos: -34.5,43.5 + parent: 2 +- proto: DefaultStationBeaconLawOffice + entities: + - uid: 7441 + components: + - type: Transform + pos: -70.5,11.5 + parent: 2 +- proto: DefaultStationBeaconLibrary + entities: + - uid: 7442 + components: + - type: Transform + pos: -26.5,10.5 + parent: 2 +- proto: DefaultStationBeaconMedbay + entities: + - uid: 7443 + components: + - type: Transform + pos: -2.5,32.5 + parent: 2 +- proto: DefaultStationBeaconMorgue + entities: + - uid: 7444 + components: + - type: Transform + pos: 0.5,15.5 + parent: 2 +- proto: DefaultStationBeaconPermaBrig + entities: + - uid: 7445 + components: + - type: Transform + pos: -59.5,86.5 + parent: 2 +- proto: DefaultStationBeaconPowerBank + entities: + - uid: 7446 + components: + - type: Transform + pos: -69.5,31.5 + parent: 2 +- proto: DefaultStationBeaconQMRoom + entities: + - uid: 7447 + components: + - type: Transform + pos: -44.5,-5.5 + parent: 2 +- proto: DefaultStationBeaconRDRoom + entities: + - uid: 7448 + components: + - type: Transform + pos: -21.5,-14.5 + parent: 2 +- proto: DefaultStationBeaconRND + entities: + - uid: 7449 + components: + - type: Transform + pos: -16.5,-4.5 + parent: 2 +- proto: DefaultStationBeaconRobotics + entities: + - uid: 7450 + components: + - type: Transform + pos: -6.5,-16.5 + parent: 2 +- proto: DefaultStationBeaconSalvage + entities: + - uid: 7451 + components: + - type: Transform + pos: -41.5,-12.5 + parent: 2 +- proto: DefaultStationBeaconScience + entities: + - uid: 7452 + components: + - type: Transform + pos: -12.5,-11.5 + parent: 2 +- proto: DefaultStationBeaconServerRoom + entities: + - uid: 7453 + components: + - type: Transform + pos: -15.5,-17.5 + parent: 2 +- proto: DefaultStationBeaconSingularity + entities: + - uid: 7454 + components: + - type: Transform + pos: -81.5,26.5 + parent: 2 +- proto: DefaultStationBeaconSolars + entities: + - uid: 7455 + components: + - type: Transform + pos: 28.5,-7.5 + parent: 2 + - uid: 21432 + components: + - type: Transform + pos: 40.5,38.5 + parent: 2 +- proto: DefaultStationBeaconSurgery + entities: + - uid: 7456 + components: + - type: Transform + pos: 2.5,38.5 + parent: 2 +- proto: DefaultStationBeaconTechVault + entities: + - uid: 7457 + components: + - type: Transform + pos: -49.5,28.5 + parent: 2 +- proto: DefaultStationBeaconTEG + entities: + - uid: 7458 + components: + - type: Transform + pos: -87.5,36.5 + parent: 2 +- proto: DefaultStationBeaconTelecoms + entities: + - uid: 7459 + components: + - type: Transform + pos: 26.5,26.5 + parent: 2 +- proto: DefaultStationBeaconToolRoom + entities: + - uid: 7460 + components: + - type: Transform + pos: -23.5,28.5 + parent: 2 +- proto: DefaultStationBeaconVault + entities: + - uid: 7461 + components: + - type: Transform + pos: -21.5,56.5 + parent: 2 +- proto: DefaultStationBeaconVox + entities: + - uid: 7462 + components: + - type: Transform + pos: -16.5,12.5 + parent: 2 +- proto: DefaultStationBeaconWardensOffice + entities: + - uid: 7463 + components: + - type: Transform + pos: -46.5,60.5 + parent: 2 +- proto: DefibrillatorCabinetFilled + entities: + - uid: 7464 + components: + - type: Transform + pos: -14.5,-9.5 + parent: 2 + - uid: 7465 + components: + - type: Transform + pos: -4.5,35.5 + parent: 2 + - uid: 7466 + components: + - type: Transform + pos: 4.5,7.5 + parent: 2 + - uid: 7467 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,19.5 + parent: 2 + - uid: 7468 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,30.5 + parent: 2 + - uid: 7469 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,16.5 + parent: 2 + - uid: 7470 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,37.5 + parent: 2 + - uid: 7471 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -55.5,-8.5 + parent: 2 +- proto: DeskBell + entities: + - uid: 7472 + components: + - type: Transform + pos: -60.5,31.5 + parent: 2 + - uid: 7473 + components: + - type: Transform + pos: -47.244946,56.398804 + parent: 2 + - uid: 7474 + components: + - type: Transform + pos: -39.378662,43.49675 + parent: 2 + - uid: 7475 + components: + - type: Transform + pos: -36.738037,41.679382 + parent: 2 + - uid: 7476 + components: + - type: Transform + pos: -33.70732,38.156784 + parent: 2 + - uid: 7477 + components: + - type: Transform + pos: -24.25037,9.298397 + parent: 2 + - uid: 7478 + components: + - type: Transform + pos: -36.717434,2.5128608 + parent: 2 + - uid: 7479 + components: + - type: Transform + pos: -1.0953342,32.52913 + parent: 2 + - uid: 7480 + components: + - type: Transform + pos: -54.116062,17.501276 + parent: 2 + - uid: 7481 + components: + - type: Transform + pos: -0.74886024,7.6462955 + parent: 2 + - uid: 7482 + components: + - type: Transform + pos: -14.399697,-2.2895226 + parent: 2 + - uid: 7483 + components: + - type: Transform + pos: -20.503841,37.78737 + parent: 2 + - uid: 7484 + components: + - type: Transform + pos: -45.49797,43.600914 + parent: 2 +- proto: DiseaseDiagnoser + entities: + - uid: 7485 + components: + - type: Transform + pos: 11.5,16.5 + parent: 2 +- proto: DisposalBend + entities: + - uid: 7486 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,35.5 + parent: 2 + - uid: 7487 + components: + - type: Transform + pos: -2.5,31.5 + parent: 2 + - uid: 7488 + components: + - type: Transform + pos: 6.5,29.5 + parent: 2 + - uid: 7489 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,13.5 + parent: 2 + - uid: 7490 + components: + - type: Transform + pos: 23.5,35.5 + parent: 2 + - uid: 7491 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,45.5 + parent: 2 + - uid: 7492 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -50.5,55.5 + parent: 2 + - uid: 7493 + components: + - type: Transform + pos: -48.5,55.5 + parent: 2 + - uid: 7494 + components: + - type: Transform + pos: -50.5,65.5 + parent: 2 + - uid: 7495 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,14.5 + parent: 2 + - uid: 7496 + components: + - type: Transform + pos: 11.5,19.5 + parent: 2 + - uid: 7497 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,-10.5 + parent: 2 + - uid: 7498 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -56.5,32.5 + parent: 2 + - uid: 7499 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -55.5,15.5 + parent: 2 + - uid: 7500 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,29.5 + parent: 2 + - uid: 7501 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,31.5 + parent: 2 + - uid: 7502 + components: + - type: Transform + pos: -6.5,32.5 + parent: 2 + - uid: 7503 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,30.5 + parent: 2 + - uid: 7504 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,28.5 + parent: 2 + - uid: 7505 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,28.5 + parent: 2 + - uid: 7506 + components: + - type: Transform + pos: -17.5,59.5 + parent: 2 + - uid: 7507 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,55.5 + parent: 2 + - uid: 7508 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,20.5 + parent: 2 + - uid: 7509 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,40.5 + parent: 2 + - uid: 7510 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,40.5 + parent: 2 + - uid: 7511 + components: + - type: Transform + pos: -37.5,42.5 + parent: 2 + - uid: 7512 + components: + - type: Transform + pos: -56.5,33.5 + parent: 2 + - uid: 7513 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -44.5,46.5 + parent: 2 + - uid: 7514 + components: + - type: Transform + pos: -57.5,47.5 + parent: 2 + - uid: 7515 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -66.5,47.5 + parent: 2 + - uid: 7516 + components: + - type: Transform + pos: -66.5,50.5 + parent: 2 + - uid: 7517 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -67.5,50.5 + parent: 2 + - uid: 7518 + components: + - type: Transform + pos: -67.5,52.5 + parent: 2 + - uid: 7519 + components: + - type: Transform + pos: -70.5,54.5 + parent: 2 + - uid: 7520 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -70.5,52.5 + parent: 2 + - uid: 7521 + components: + - type: Transform + pos: -64.5,33.5 + parent: 2 + - uid: 7522 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -64.5,28.5 + parent: 2 + - uid: 7524 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,43.5 + parent: 2 + - uid: 7525 + components: + - type: Transform + pos: 26.5,18.5 + parent: 2 + - uid: 7526 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-29.5 + parent: 2 + - uid: 7527 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-16.5 + parent: 2 + - uid: 7528 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-16.5 + parent: 2 + - uid: 7529 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-20.5 + parent: 2 + - uid: 7530 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,-7.5 + parent: 2 + - uid: 7531 + components: + - type: Transform + pos: -16.5,-7.5 + parent: 2 + - uid: 7532 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,-11.5 + parent: 2 + - uid: 7533 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-11.5 + parent: 2 + - uid: 7534 + components: + - type: Transform + pos: -2.5,-11.5 + parent: 2 + - uid: 7535 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-12.5 + parent: 2 + - uid: 7536 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,53.5 + parent: 2 + - uid: 7537 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,23.5 + parent: 2 + - uid: 8064 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,53.5 + parent: 2 + - uid: 20461 + components: + - type: Transform + pos: -73.5,34.5 + parent: 2 + - uid: 20473 + components: + - type: Transform + pos: -78.5,42.5 + parent: 2 + - uid: 20476 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -78.5,34.5 + parent: 2 + - uid: 20592 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,67.5 + parent: 2 + - uid: 20593 + components: + - type: Transform + pos: 19.5,67.5 + parent: 2 + - uid: 20594 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,66.5 + parent: 2 + - uid: 20595 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,66.5 + parent: 2 + - uid: 20596 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,70.5 + parent: 2 + - uid: 20880 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -86.5,4.5 + parent: 2 +- proto: DisposalJunction + entities: + - uid: 7538 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,5.5 + parent: 2 + - uid: 7539 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,29.5 + parent: 2 + - uid: 7540 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,34.5 + parent: 2 + - uid: 7541 + components: + - type: Transform + pos: 26.5,13.5 + parent: 2 + - uid: 7542 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,5.5 + parent: 2 + - uid: 7543 + components: + - type: Transform + pos: -50.5,58.5 + parent: 2 + - uid: 7544 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,19.5 + parent: 2 + - uid: 7545 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,5.5 + parent: 2 + - uid: 7546 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,5.5 + parent: 2 + - uid: 7547 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,5.5 + parent: 2 + - uid: 7548 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,46.5 + parent: 2 + - uid: 7549 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,15.5 + parent: 2 + - uid: 7550 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,32.5 + parent: 2 + - uid: 7551 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,32.5 + parent: 2 + - uid: 7552 + components: + - type: Transform + pos: -16.5,45.5 + parent: 2 + - uid: 7553 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,33.5 + parent: 2 + - uid: 7554 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,46.5 + parent: 2 + - uid: 7555 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-12.5 + parent: 2 +- proto: DisposalJunctionFlipped + entities: + - uid: 7350 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,4.5 + parent: 2 + - uid: 7556 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,5.5 + parent: 2 + - uid: 7557 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.5,5.5 + parent: 2 + - uid: 7558 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -61.5,32.5 + parent: 2 + - uid: 7559 + components: + - type: Transform + pos: 15.5,37.5 + parent: 2 + - uid: 7560 + components: + - type: Transform + pos: -38.5,35.5 + parent: 2 + - uid: 7561 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,23.5 + parent: 2 + - uid: 7562 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,29.5 + parent: 2 + - uid: 7563 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,5.5 + parent: 2 + - uid: 7564 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,5.5 + parent: 2 + - uid: 7565 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,5.5 + parent: 2 + - uid: 7566 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,32.5 + parent: 2 + - uid: 7567 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,32.5 + parent: 2 + - uid: 7568 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,32.5 + parent: 2 + - uid: 7569 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,32.5 + parent: 2 + - uid: 7570 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,32.5 + parent: 2 + - uid: 7571 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,46.5 + parent: 2 + - uid: 7572 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,-1.5 + parent: 2 + - uid: 7573 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-16.5 + parent: 2 + - uid: 7574 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-11.5 + parent: 2 + - uid: 20881 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -69.5,4.5 + parent: 2 +- proto: DisposalPipe + entities: + - uid: 6040 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,67.5 + parent: 2 + - uid: 7575 + components: + - type: Transform + pos: -12.5,-9.5 + parent: 2 + - uid: 7576 + components: + - type: Transform + pos: 23.5,31.5 + parent: 2 + - uid: 7577 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,5.5 + parent: 2 + - uid: 7578 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-11.5 + parent: 2 + - uid: 7579 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,35.5 + parent: 2 + - uid: 7580 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,47.5 + parent: 2 + - uid: 7581 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,13.5 + parent: 2 + - uid: 7582 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,13.5 + parent: 2 + - uid: 7583 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,35.5 + parent: 2 + - uid: 7584 + components: + - type: Transform + pos: 23.5,33.5 + parent: 2 + - uid: 7585 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-11.5 + parent: 2 + - uid: 7586 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-11.5 + parent: 2 + - uid: 7587 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-11.5 + parent: 2 + - uid: 7588 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,49.5 + parent: 2 + - uid: 7589 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,31.5 + parent: 2 + - uid: 7590 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,30.5 + parent: 2 + - uid: 7591 + components: + - type: Transform + pos: -41.5,0.5 + parent: 2 + - uid: 7592 + components: + - type: Transform + pos: -41.5,-0.5 + parent: 2 + - uid: 7593 + components: + - type: Transform + pos: -41.5,3.5 + parent: 2 + - uid: 7594 + components: + - type: Transform + pos: -41.5,1.5 + parent: 2 + - uid: 7595 + components: + - type: Transform + pos: -41.5,2.5 + parent: 2 + - uid: 7596 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,-5.5 + parent: 2 + - uid: 7597 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,-3.5 + parent: 2 + - uid: 7598 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,-2.5 + parent: 2 + - uid: 7599 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,-4.5 + parent: 2 + - uid: 7600 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,38.5 + parent: 2 + - uid: 7601 + components: + - type: Transform + pos: 23.5,17.5 + parent: 2 + - uid: 7602 + components: + - type: Transform + pos: 23.5,34.5 + parent: 2 + - uid: 7603 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,5.5 + parent: 2 + - uid: 7604 + components: + - type: Transform + pos: -50.5,59.5 + parent: 2 + - uid: 7605 + components: + - type: Transform + pos: -57.5,37.5 + parent: 2 + - uid: 7606 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,35.5 + parent: 2 + - uid: 7607 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,36.5 + parent: 2 + - uid: 7608 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,37.5 + parent: 2 + - uid: 7609 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,35.5 + parent: 2 + - uid: 7610 + components: + - type: Transform + pos: 23.5,20.5 + parent: 2 + - uid: 7611 + components: + - type: Transform + pos: 23.5,21.5 + parent: 2 + - uid: 7612 + components: + - type: Transform + pos: 23.5,19.5 + parent: 2 + - uid: 7613 + components: + - type: Transform + pos: -41.5,4.5 + parent: 2 + - uid: 7614 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,34.5 + parent: 2 + - uid: 7615 + components: + - type: Transform + pos: 23.5,32.5 + parent: 2 + - uid: 7616 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,45.5 + parent: 2 + - uid: 7617 + components: + - type: Transform + pos: -38.5,39.5 + parent: 2 + - uid: 7618 + components: + - type: Transform + pos: -50.5,57.5 + parent: 2 + - uid: 7619 + components: + - type: Transform + pos: -50.5,56.5 + parent: 2 + - uid: 7620 + components: + - type: Transform + pos: -50.5,60.5 + parent: 2 + - uid: 7621 + components: + - type: Transform + pos: -50.5,61.5 + parent: 2 + - uid: 7622 + components: + - type: Transform + pos: -50.5,62.5 + parent: 2 + - uid: 7623 + components: + - type: Transform + pos: -50.5,63.5 + parent: 2 + - uid: 7624 + components: + - type: Transform + pos: -50.5,64.5 + parent: 2 + - uid: 7625 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,55.5 + parent: 2 + - uid: 7626 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,54.5 + parent: 2 + - uid: 7627 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,53.5 + parent: 2 + - uid: 7628 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,52.5 + parent: 2 + - uid: 7629 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,51.5 + parent: 2 + - uid: 7630 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,50.5 + parent: 2 + - uid: 7631 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,49.5 + parent: 2 + - uid: 7632 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,48.5 + parent: 2 + - uid: 7633 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,44.5 + parent: 2 + - uid: 7634 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,40.5 + parent: 2 + - uid: 7635 + components: + - type: Transform + pos: -21.5,44.5 + parent: 2 + - uid: 7636 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,48.5 + parent: 2 + - uid: 7637 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,46.5 + parent: 2 + - uid: 7638 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,15.5 + parent: 2 + - uid: 7639 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,16.5 + parent: 2 + - uid: 7640 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,17.5 + parent: 2 + - uid: 7641 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,18.5 + parent: 2 + - uid: 7642 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,20.5 + parent: 2 + - uid: 7643 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,21.5 + parent: 2 + - uid: 7644 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,22.5 + parent: 2 + - uid: 7645 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,24.5 + parent: 2 + - uid: 7646 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,25.5 + parent: 2 + - uid: 7647 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,26.5 + parent: 2 + - uid: 7648 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,27.5 + parent: 2 + - uid: 7649 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,28.5 + parent: 2 + - uid: 7650 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,29.5 + parent: 2 + - uid: 7651 + components: + - type: Transform + pos: 11.5,15.5 + parent: 2 + - uid: 7652 + components: + - type: Transform + pos: 11.5,16.5 + parent: 2 + - uid: 7653 + components: + - type: Transform + pos: 11.5,17.5 + parent: 2 + - uid: 7654 + components: + - type: Transform + pos: 11.5,18.5 + parent: 2 + - uid: 7655 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,19.5 + parent: 2 + - uid: 7656 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,19.5 + parent: 2 + - uid: 7657 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,19.5 + parent: 2 + - uid: 7658 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,19.5 + parent: 2 + - uid: 7659 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,19.5 + parent: 2 + - uid: 7660 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,19.5 + parent: 2 + - uid: 7661 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,19.5 + parent: 2 + - uid: 7662 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,23.5 + parent: 2 + - uid: 7663 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,23.5 + parent: 2 + - uid: 7664 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,5.5 + parent: 2 + - uid: 7665 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,5.5 + parent: 2 + - uid: 7666 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,5.5 + parent: 2 + - uid: 7667 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,5.5 + parent: 2 + - uid: 7668 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,5.5 + parent: 2 + - uid: 7669 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,5.5 + parent: 2 + - uid: 7670 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,5.5 + parent: 2 + - uid: 7671 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,5.5 + parent: 2 + - uid: 7672 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,5.5 + parent: 2 + - uid: 7673 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,5.5 + parent: 2 + - uid: 7674 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,5.5 + parent: 2 + - uid: 7675 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,5.5 + parent: 2 + - uid: 7676 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,5.5 + parent: 2 + - uid: 7677 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,5.5 + parent: 2 + - uid: 7678 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-2.5 + parent: 2 + - uid: 7679 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-1.5 + parent: 2 + - uid: 7680 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-0.5 + parent: 2 + - uid: 7681 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,0.5 + parent: 2 + - uid: 7682 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,1.5 + parent: 2 + - uid: 7683 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,2.5 + parent: 2 + - uid: 7684 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,3.5 + parent: 2 + - uid: 7685 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,4.5 + parent: 2 + - uid: 7686 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,5.5 + parent: 2 + - uid: 7687 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,5.5 + parent: 2 + - uid: 7688 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,5.5 + parent: 2 + - uid: 7689 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,5.5 + parent: 2 + - uid: 7690 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,5.5 + parent: 2 + - uid: 7691 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,5.5 + parent: 2 + - uid: 7692 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,5.5 + parent: 2 + - uid: 7693 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,5.5 + parent: 2 + - uid: 7694 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,5.5 + parent: 2 + - uid: 7695 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,5.5 + parent: 2 + - uid: 7696 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,5.5 + parent: 2 + - uid: 7697 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,5.5 + parent: 2 + - uid: 7698 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,5.5 + parent: 2 + - uid: 7699 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,5.5 + parent: 2 + - uid: 7700 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,5.5 + parent: 2 + - uid: 7701 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,5.5 + parent: 2 + - uid: 7702 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,5.5 + parent: 2 + - uid: 7703 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,5.5 + parent: 2 + - uid: 7704 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,5.5 + parent: 2 + - uid: 7705 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,5.5 + parent: 2 + - uid: 7706 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,5.5 + parent: 2 + - uid: 7707 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,5.5 + parent: 2 + - uid: 7708 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,5.5 + parent: 2 + - uid: 7709 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,5.5 + parent: 2 + - uid: 7710 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,5.5 + parent: 2 + - uid: 7711 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,5.5 + parent: 2 + - uid: 7712 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,5.5 + parent: 2 + - uid: 7713 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,5.5 + parent: 2 + - uid: 7714 + components: + - type: Transform + pos: -20.5,6.5 + parent: 2 + - uid: 7715 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,5.5 + parent: 2 + - uid: 7716 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,5.5 + parent: 2 + - uid: 7717 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,5.5 + parent: 2 + - uid: 7718 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,5.5 + parent: 2 + - uid: 7719 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,5.5 + parent: 2 + - uid: 7720 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,5.5 + parent: 2 + - uid: 7721 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,5.5 + parent: 2 + - uid: 7722 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,5.5 + parent: 2 + - uid: 7723 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,5.5 + parent: 2 + - uid: 7724 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,5.5 + parent: 2 + - uid: 7725 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,5.5 + parent: 2 + - uid: 7726 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,5.5 + parent: 2 + - uid: 7727 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,5.5 + parent: 2 + - uid: 7728 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,5.5 + parent: 2 + - uid: 7729 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,6.5 + parent: 2 + - uid: 7730 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,5.5 + parent: 2 + - uid: 7731 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,5.5 + parent: 2 + - uid: 7732 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,5.5 + parent: 2 + - uid: 7733 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,5.5 + parent: 2 + - uid: 7734 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,5.5 + parent: 2 + - uid: 7735 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -42.5,5.5 + parent: 2 + - uid: 7736 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -43.5,5.5 + parent: 2 + - uid: 7737 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -44.5,5.5 + parent: 2 + - uid: 7738 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,5.5 + parent: 2 + - uid: 7739 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,5.5 + parent: 2 + - uid: 7740 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,5.5 + parent: 2 + - uid: 7741 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.5,5.5 + parent: 2 + - uid: 7742 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -51.5,5.5 + parent: 2 + - uid: 7743 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -52.5,5.5 + parent: 2 + - uid: 7744 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,5.5 + parent: 2 + - uid: 7745 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -54.5,5.5 + parent: 2 + - uid: 7746 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -55.5,5.5 + parent: 2 + - uid: 7747 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -56.5,5.5 + parent: 2 + - uid: 7748 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,-9.5 + parent: 2 + - uid: 7749 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,-8.5 + parent: 2 + - uid: 7750 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,-7.5 + parent: 2 + - uid: 7751 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,-6.5 + parent: 2 + - uid: 7752 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,-5.5 + parent: 2 + - uid: 7753 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,-4.5 + parent: 2 + - uid: 7754 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,-3.5 + parent: 2 + - uid: 7755 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,-2.5 + parent: 2 + - uid: 7756 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,-1.5 + parent: 2 + - uid: 7757 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,-0.5 + parent: 2 + - uid: 7758 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,0.5 + parent: 2 + - uid: 7759 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,1.5 + parent: 2 + - uid: 7760 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,2.5 + parent: 2 + - uid: 7761 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,3.5 + parent: 2 + - uid: 7763 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,6.5 + parent: 2 + - uid: 7764 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,7.5 + parent: 2 + - uid: 7765 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,8.5 + parent: 2 + - uid: 7766 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,9.5 + parent: 2 + - uid: 7767 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,10.5 + parent: 2 + - uid: 7768 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,11.5 + parent: 2 + - uid: 7769 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,12.5 + parent: 2 + - uid: 7770 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,13.5 + parent: 2 + - uid: 7771 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,14.5 + parent: 2 + - uid: 7772 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,16.5 + parent: 2 + - uid: 7773 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,17.5 + parent: 2 + - uid: 7774 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,18.5 + parent: 2 + - uid: 7775 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,19.5 + parent: 2 + - uid: 7776 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,20.5 + parent: 2 + - uid: 7777 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,21.5 + parent: 2 + - uid: 7778 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,22.5 + parent: 2 + - uid: 7779 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,23.5 + parent: 2 + - uid: 7780 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,24.5 + parent: 2 + - uid: 7781 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,25.5 + parent: 2 + - uid: 7782 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,26.5 + parent: 2 + - uid: 7783 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,27.5 + parent: 2 + - uid: 7784 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,28.5 + parent: 2 + - uid: 7785 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,29.5 + parent: 2 + - uid: 7786 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,30.5 + parent: 2 + - uid: 7787 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,31.5 + parent: 2 + - uid: 7788 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,35.5 + parent: 2 + - uid: 7789 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,36.5 + parent: 2 + - uid: 7790 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,38.5 + parent: 2 + - uid: 7791 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,39.5 + parent: 2 + - uid: 7792 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,40.5 + parent: 2 + - uid: 7793 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,41.5 + parent: 2 + - uid: 7794 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,42.5 + parent: 2 + - uid: 7795 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,43.5 + parent: 2 + - uid: 7796 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,44.5 + parent: 2 + - uid: 7797 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,45.5 + parent: 2 + - uid: 7798 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -56.5,15.5 + parent: 2 + - uid: 7799 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,4.5 + parent: 2 + - uid: 7800 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,29.5 + parent: 2 + - uid: 7801 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,29.5 + parent: 2 + - uid: 7802 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,29.5 + parent: 2 + - uid: 7803 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -59.5,47.5 + parent: 2 + - uid: 7804 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -60.5,47.5 + parent: 2 + - uid: 7805 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -61.5,47.5 + parent: 2 + - uid: 7806 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -62.5,47.5 + parent: 2 + - uid: 7807 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -63.5,47.5 + parent: 2 + - uid: 7808 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -64.5,47.5 + parent: 2 + - uid: 7809 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -65.5,47.5 + parent: 2 + - uid: 7810 + components: + - type: Transform + pos: -66.5,48.5 + parent: 2 + - uid: 7811 + components: + - type: Transform + pos: -66.5,49.5 + parent: 2 + - uid: 7812 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -67.5,51.5 + parent: 2 + - uid: 7813 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -68.5,52.5 + parent: 2 + - uid: 7814 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -69.5,52.5 + parent: 2 + - uid: 7815 + components: + - type: Transform + pos: -70.5,53.5 + parent: 2 + - uid: 7816 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -71.5,54.5 + parent: 2 + - uid: 7817 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,31.5 + parent: 2 + - uid: 7818 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,31.5 + parent: 2 + - uid: 7819 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,32.5 + parent: 2 + - uid: 7820 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,30.5 + parent: 2 + - uid: 7821 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,31.5 + parent: 2 + - uid: 7822 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,32.5 + parent: 2 + - uid: 7823 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,32.5 + parent: 2 + - uid: 7824 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,32.5 + parent: 2 + - uid: 7825 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,32.5 + parent: 2 + - uid: 7826 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,32.5 + parent: 2 + - uid: 7827 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,32.5 + parent: 2 + - uid: 7828 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,32.5 + parent: 2 + - uid: 7829 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,32.5 + parent: 2 + - uid: 7830 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,32.5 + parent: 2 + - uid: 7831 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,32.5 + parent: 2 + - uid: 7832 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,32.5 + parent: 2 + - uid: 7833 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,32.5 + parent: 2 + - uid: 7834 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,32.5 + parent: 2 + - uid: 7835 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,32.5 + parent: 2 + - uid: 7836 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,32.5 + parent: 2 + - uid: 7837 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,32.5 + parent: 2 + - uid: 7838 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,32.5 + parent: 2 + - uid: 7839 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,32.5 + parent: 2 + - uid: 7840 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,32.5 + parent: 2 + - uid: 7841 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,32.5 + parent: 2 + - uid: 7842 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,32.5 + parent: 2 + - uid: 7843 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,32.5 + parent: 2 + - uid: 7844 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,32.5 + parent: 2 + - uid: 7845 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,32.5 + parent: 2 + - uid: 7846 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,32.5 + parent: 2 + - uid: 7847 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,32.5 + parent: 2 + - uid: 7848 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,32.5 + parent: 2 + - uid: 7849 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,32.5 + parent: 2 + - uid: 7850 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,32.5 + parent: 2 + - uid: 7851 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,32.5 + parent: 2 + - uid: 7852 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,32.5 + parent: 2 + - uid: 7853 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,32.5 + parent: 2 + - uid: 7854 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,32.5 + parent: 2 + - uid: 7855 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,32.5 + parent: 2 + - uid: 7856 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,32.5 + parent: 2 + - uid: 7857 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,32.5 + parent: 2 + - uid: 7858 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,32.5 + parent: 2 + - uid: 7859 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,32.5 + parent: 2 + - uid: 7860 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,32.5 + parent: 2 + - uid: 7861 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,32.5 + parent: 2 + - uid: 7862 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,32.5 + parent: 2 + - uid: 7863 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,32.5 + parent: 2 + - uid: 7864 + components: + - type: Transform + pos: -45.5,31.5 + parent: 2 + - uid: 7865 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,28.5 + parent: 2 + - uid: 7866 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,28.5 + parent: 2 + - uid: 7867 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,28.5 + parent: 2 + - uid: 7868 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,29.5 + parent: 2 + - uid: 7869 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,31.5 + parent: 2 + - uid: 7870 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,30.5 + parent: 2 + - uid: 7871 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,33.5 + parent: 2 + - uid: 7872 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,34.5 + parent: 2 + - uid: 7873 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,35.5 + parent: 2 + - uid: 7874 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,36.5 + parent: 2 + - uid: 7875 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,37.5 + parent: 2 + - uid: 7876 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,38.5 + parent: 2 + - uid: 7877 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,39.5 + parent: 2 + - uid: 7878 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,40.5 + parent: 2 + - uid: 7879 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,41.5 + parent: 2 + - uid: 7880 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,42.5 + parent: 2 + - uid: 7881 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,43.5 + parent: 2 + - uid: 7882 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,44.5 + parent: 2 + - uid: 7883 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,45.5 + parent: 2 + - uid: 7884 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,45.5 + parent: 2 + - uid: 7885 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,45.5 + parent: 2 + - uid: 7886 + components: + - type: Transform + pos: -20.5,44.5 + parent: 2 + - uid: 7887 + components: + - type: Transform + pos: -16.5,46.5 + parent: 2 + - uid: 7888 + components: + - type: Transform + pos: -16.5,47.5 + parent: 2 + - uid: 7889 + components: + - type: Transform + pos: -16.5,48.5 + parent: 2 + - uid: 7890 + components: + - type: Transform + pos: -16.5,49.5 + parent: 2 + - uid: 7891 + components: + - type: Transform + pos: -16.5,50.5 + parent: 2 + - uid: 7892 + components: + - type: Transform + pos: -16.5,51.5 + parent: 2 + - uid: 7893 + components: + - type: Transform + pos: -16.5,52.5 + parent: 2 + - uid: 7894 + components: + - type: Transform + pos: -16.5,53.5 + parent: 2 + - uid: 7895 + components: + - type: Transform + pos: -16.5,54.5 + parent: 2 + - uid: 7896 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,55.5 + parent: 2 + - uid: 7897 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,55.5 + parent: 2 + - uid: 7898 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,55.5 + parent: 2 + - uid: 7899 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,56.5 + parent: 2 + - uid: 7900 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,56.5 + parent: 2 + - uid: 7901 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,57.5 + parent: 2 + - uid: 7902 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,58.5 + parent: 2 + - uid: 7903 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,59.5 + parent: 2 + - uid: 7904 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,59.5 + parent: 2 + - uid: 7905 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,20.5 + parent: 2 + - uid: 7906 + components: + - type: Transform + pos: -37.5,21.5 + parent: 2 + - uid: 7907 + components: + - type: Transform + pos: -37.5,22.5 + parent: 2 + - uid: 7908 + components: + - type: Transform + pos: -37.5,23.5 + parent: 2 + - uid: 7909 + components: + - type: Transform + pos: -37.5,24.5 + parent: 2 + - uid: 7910 + components: + - type: Transform + pos: -37.5,25.5 + parent: 2 + - uid: 7911 + components: + - type: Transform + pos: -37.5,26.5 + parent: 2 + - uid: 7912 + components: + - type: Transform + pos: -37.5,27.5 + parent: 2 + - uid: 7913 + components: + - type: Transform + pos: -37.5,28.5 + parent: 2 + - uid: 7914 + components: + - type: Transform + pos: -37.5,29.5 + parent: 2 + - uid: 7915 + components: + - type: Transform + pos: -37.5,30.5 + parent: 2 + - uid: 7916 + components: + - type: Transform + pos: -37.5,31.5 + parent: 2 + - uid: 7917 + components: + - type: Transform + pos: -38.5,38.5 + parent: 2 + - uid: 7918 + components: + - type: Transform + pos: -38.5,37.5 + parent: 2 + - uid: 7919 + components: + - type: Transform + pos: -38.5,36.5 + parent: 2 + - uid: 7920 + components: + - type: Transform + pos: -38.5,34.5 + parent: 2 + - uid: 7921 + components: + - type: Transform + pos: -38.5,33.5 + parent: 2 + - uid: 7922 + components: + - type: Transform + pos: -37.5,41.5 + parent: 2 + - uid: 7923 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,45.5 + parent: 2 + - uid: 7924 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,46.5 + parent: 2 + - uid: 7925 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,46.5 + parent: 2 + - uid: 7926 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.5,46.5 + parent: 2 + - uid: 7927 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -51.5,46.5 + parent: 2 + - uid: 7928 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -52.5,46.5 + parent: 2 + - uid: 7929 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,46.5 + parent: 2 + - uid: 7930 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -54.5,46.5 + parent: 2 + - uid: 7931 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -55.5,46.5 + parent: 2 + - uid: 7932 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -56.5,46.5 + parent: 2 + - uid: 7933 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -72.5,54.5 + parent: 2 + - uid: 7934 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -58.5,47.5 + parent: 2 + - uid: 7935 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,20.5 + parent: 2 + - uid: 7936 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,21.5 + parent: 2 + - uid: 7937 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,22.5 + parent: 2 + - uid: 7938 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,23.5 + parent: 2 + - uid: 7939 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,24.5 + parent: 2 + - uid: 7940 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,25.5 + parent: 2 + - uid: 7941 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,26.5 + parent: 2 + - uid: 7942 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,27.5 + parent: 2 + - uid: 7943 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,28.5 + parent: 2 + - uid: 7944 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,29.5 + parent: 2 + - uid: 7945 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,30.5 + parent: 2 + - uid: 7946 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,31.5 + parent: 2 + - uid: 7947 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,32.5 + parent: 2 + - uid: 7948 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -72.5,33.5 + parent: 2 + - uid: 7949 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -71.5,33.5 + parent: 2 + - uid: 7950 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -70.5,33.5 + parent: 2 + - uid: 7951 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -69.5,33.5 + parent: 2 + - uid: 7952 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -68.5,33.5 + parent: 2 + - uid: 7953 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -58.5,32.5 + parent: 2 + - uid: 7954 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -67.5,33.5 + parent: 2 + - uid: 7955 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -66.5,33.5 + parent: 2 + - uid: 7956 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -65.5,33.5 + parent: 2 + - uid: 7957 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -63.5,32.5 + parent: 2 + - uid: 7958 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -62.5,32.5 + parent: 2 + - uid: 7959 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -60.5,32.5 + parent: 2 + - uid: 7960 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -59.5,32.5 + parent: 2 + - uid: 7961 + components: + - type: Transform + pos: -64.5,29.5 + parent: 2 + - uid: 7962 + components: + - type: Transform + pos: -64.5,30.5 + parent: 2 + - uid: 7963 + components: + - type: Transform + pos: -64.5,31.5 + parent: 2 + - uid: 7964 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,47.5 + parent: 2 + - uid: 7965 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,-1.5 + parent: 2 + - uid: 7966 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,45.5 + parent: 2 + - uid: 7967 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,39.5 + parent: 2 + - uid: 7968 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,29.5 + parent: 2 + - uid: 7969 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,46.5 + parent: 2 + - uid: 7970 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,41.5 + parent: 2 + - uid: 7971 + components: + - type: Transform + pos: 23.5,16.5 + parent: 2 + - uid: 7972 + components: + - type: Transform + pos: 23.5,26.5 + parent: 2 + - uid: 7973 + components: + - type: Transform + pos: 23.5,18.5 + parent: 2 + - uid: 7974 + components: + - type: Transform + pos: 23.5,22.5 + parent: 2 + - uid: 7975 + components: + - type: Transform + pos: 23.5,23.5 + parent: 2 + - uid: 7976 + components: + - type: Transform + pos: 23.5,24.5 + parent: 2 + - uid: 7977 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,37.5 + parent: 2 + - uid: 7978 + components: + - type: Transform + pos: 23.5,28.5 + parent: 2 + - uid: 7979 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,37.5 + parent: 2 + - uid: 7980 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,37.5 + parent: 2 + - uid: 7981 + components: + - type: Transform + pos: 23.5,30.5 + parent: 2 + - uid: 7982 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,6.5 + parent: 2 + - uid: 7983 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,7.5 + parent: 2 + - uid: 7984 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,9.5 + parent: 2 + - uid: 7985 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,10.5 + parent: 2 + - uid: 7986 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,11.5 + parent: 2 + - uid: 7987 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,12.5 + parent: 2 + - uid: 7988 + components: + - type: Transform + pos: 23.5,27.5 + parent: 2 + - uid: 7989 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,14.5 + parent: 2 + - uid: 7990 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,15.5 + parent: 2 + - uid: 7991 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,8.5 + parent: 2 + - uid: 7992 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,16.5 + parent: 2 + - uid: 7993 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,17.5 + parent: 2 + - uid: 7994 + components: + - type: Transform + pos: 23.5,25.5 + parent: 2 + - uid: 7995 + components: + - type: Transform + pos: 23.5,29.5 + parent: 2 + - uid: 7996 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-29.5 + parent: 2 + - uid: 7997 + components: + - type: Transform + pos: -13.5,-28.5 + parent: 2 + - uid: 7998 + components: + - type: Transform + pos: -13.5,-27.5 + parent: 2 + - uid: 7999 + components: + - type: Transform + pos: -13.5,-26.5 + parent: 2 + - uid: 8000 + components: + - type: Transform + pos: -13.5,-25.5 + parent: 2 + - uid: 8001 + components: + - type: Transform + pos: -13.5,-24.5 + parent: 2 + - uid: 8002 + components: + - type: Transform + pos: -13.5,-23.5 + parent: 2 + - uid: 8003 + components: + - type: Transform + pos: -13.5,-21.5 + parent: 2 + - uid: 8004 + components: + - type: Transform + pos: -13.5,-20.5 + parent: 2 + - uid: 8005 + components: + - type: Transform + pos: -13.5,-19.5 + parent: 2 + - uid: 8006 + components: + - type: Transform + pos: -13.5,-18.5 + parent: 2 + - uid: 8007 + components: + - type: Transform + pos: -13.5,-17.5 + parent: 2 + - uid: 8008 + components: + - type: Transform + pos: -13.5,-22.5 + parent: 2 + - uid: 8009 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-20.5 + parent: 2 + - uid: 8010 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-16.5 + parent: 2 + - uid: 8011 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-16.5 + parent: 2 + - uid: 8012 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-16.5 + parent: 2 + - uid: 8013 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-16.5 + parent: 2 + - uid: 8014 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-16.5 + parent: 2 + - uid: 8015 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-16.5 + parent: 2 + - uid: 8016 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-19.5 + parent: 2 + - uid: 8017 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-18.5 + parent: 2 + - uid: 8018 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-17.5 + parent: 2 + - uid: 8019 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-15.5 + parent: 2 + - uid: 8020 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-14.5 + parent: 2 + - uid: 8021 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-13.5 + parent: 2 + - uid: 8022 + components: + - type: Transform + pos: -12.5,-10.5 + parent: 2 + - uid: 8023 + components: + - type: Transform + pos: -12.5,-8.5 + parent: 2 + - uid: 8024 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-7.5 + parent: 2 + - uid: 8025 + components: + - type: Transform + pos: -18.5,-6.5 + parent: 2 + - uid: 8026 + components: + - type: Transform + pos: -18.5,-5.5 + parent: 2 + - uid: 8027 + components: + - type: Transform + pos: -18.5,-4.5 + parent: 2 + - uid: 8028 + components: + - type: Transform + pos: -18.5,-3.5 + parent: 2 + - uid: 8029 + components: + - type: Transform + pos: -18.5,-2.5 + parent: 2 + - uid: 8030 + components: + - type: Transform + pos: -16.5,-10.5 + parent: 2 + - uid: 8031 + components: + - type: Transform + pos: -16.5,-9.5 + parent: 2 + - uid: 8032 + components: + - type: Transform + pos: -16.5,-8.5 + parent: 2 + - uid: 8033 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-11.5 + parent: 2 + - uid: 8034 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-11.5 + parent: 2 + - uid: 8035 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-11.5 + parent: 2 + - uid: 8036 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-12.5 + parent: 2 + - uid: 8037 components: - type: Transform - pos: -34.5,11.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 5733 + rot: -1.5707963267948966 rad + pos: -3.5,-11.5 + parent: 2 + - uid: 8038 components: - type: Transform - pos: -20.5,11.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 5735 + rot: -1.5707963267948966 rad + pos: -4.5,-11.5 + parent: 2 + - uid: 8039 components: - type: Transform - pos: -20.5,28.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 5781 + rot: -1.5707963267948966 rad + pos: -5.5,-11.5 + parent: 2 + - uid: 8040 components: - type: Transform - pos: -4.5,11.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 10363 + rot: -1.5707963267948966 rad + pos: -6.5,-11.5 + parent: 2 + - uid: 8041 components: - type: Transform - pos: -38.5,54.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 10367 + rot: -1.5707963267948966 rad + pos: -7.5,-11.5 + parent: 2 + - uid: 8042 components: - type: Transform - pos: -37.5,54.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 10378 + rot: -1.5707963267948966 rad + pos: -8.5,-11.5 + parent: 2 + - uid: 8043 components: - type: Transform - pos: -21.5,50.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 10393 + rot: -1.5707963267948966 rad + pos: -10.5,-11.5 + parent: 2 + - uid: 8044 components: - type: Transform - pos: 6.5,43.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 10394 + rot: -1.5707963267948966 rad + pos: -9.5,-11.5 + parent: 2 + - uid: 8045 components: - type: Transform - pos: 6.5,42.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 10408 + pos: -12.5,-7.5 + parent: 2 + - uid: 8046 components: - type: Transform - pos: 22.5,30.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 10474 + pos: -12.5,-6.5 + parent: 2 + - uid: 8047 components: - type: Transform - pos: -54.5,44.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 10802 + pos: -12.5,-5.5 + parent: 2 + - uid: 8048 components: - type: Transform - pos: -8.5,50.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 12892 + pos: -12.5,-4.5 + parent: 2 + - uid: 8049 components: - type: Transform - pos: 15.5,24.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 12900 + pos: -12.5,-3.5 + parent: 2 + - uid: 8050 components: - type: Transform - pos: 14.5,8.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 12901 + pos: -12.5,-1.5 + parent: 2 + - uid: 8051 components: - type: Transform - pos: 3.5,8.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 14234 + pos: -12.5,0.5 + parent: 2 + - uid: 8052 components: - type: Transform - pos: -69.5,56.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 14238 + pos: -12.5,1.5 + parent: 2 + - uid: 8053 + components: + - type: Transform + pos: -12.5,2.5 + parent: 2 + - uid: 8054 + components: + - type: Transform + pos: -12.5,-2.5 + parent: 2 + - uid: 8055 components: - type: Transform - pos: -62.5,48.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 14584 + pos: -12.5,3.5 + parent: 2 + - uid: 8056 components: - type: Transform - pos: -61.5,27.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 15068 + pos: -12.5,-0.5 + parent: 2 + - uid: 8057 components: - type: Transform - pos: -28.5,20.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 15915 + pos: -12.5,4.5 + parent: 2 + - uid: 8058 components: - type: Transform - pos: 14.5,34.5 - parent: 1 - - uid: 15931 + pos: 15.5,50.5 + parent: 2 + - uid: 8059 components: - type: Transform - pos: 20.5,43.5 - parent: 1 - - uid: 16249 + pos: 15.5,51.5 + parent: 2 + - uid: 8060 components: - type: Transform - pos: -67.5,60.5 - parent: 1 - - uid: 18722 + pos: 15.5,52.5 + parent: 2 + - uid: 8061 components: - type: Transform - pos: 14.5,57.5 - parent: 1 - - uid: 18723 + pos: 15.5,53.5 + parent: 2 + - uid: 8066 components: - type: Transform - pos: 21.5,45.5 - parent: 1 - - uid: 18804 + rot: -1.5707963267948966 rad + pos: -4.5,53.5 + parent: 2 + - uid: 8067 components: - type: Transform - pos: 13.5,50.5 - parent: 1 -- proto: ClosetRadiationSuitFilled - entities: - - uid: 10661 + rot: -1.5707963267948966 rad + pos: -5.5,53.5 + parent: 2 + - uid: 8068 components: - type: Transform - pos: -11.5,-7.5 - parent: 1 - - uid: 12308 + rot: -1.5707963267948966 rad + pos: -6.5,53.5 + parent: 2 + - uid: 8069 components: - type: Transform - pos: -0.5,-7.5 - parent: 1 - - uid: 12867 + rot: -1.5707963267948966 rad + pos: -7.5,53.5 + parent: 2 + - uid: 8070 components: - type: Transform - pos: -13.5,-37.5 - parent: 1 - - uid: 17986 + rot: -1.5707963267948966 rad + pos: -8.5,53.5 + parent: 2 + - uid: 8071 components: - type: Transform - pos: -76.5,24.5 - parent: 1 - - uid: 19225 + rot: -1.5707963267948966 rad + pos: -9.5,53.5 + parent: 2 + - uid: 8072 components: - type: Transform - pos: -81.5,63.5 - parent: 1 - - uid: 19232 + rot: -1.5707963267948966 rad + pos: -10.5,53.5 + parent: 2 + - uid: 8073 components: - type: Transform - pos: -83.5,63.5 - parent: 1 -- proto: ClosetSteelBase - entities: - - uid: 6325 + rot: -1.5707963267948966 rad + pos: -11.5,53.5 + parent: 2 + - uid: 8074 components: - type: Transform - pos: 8.5,52.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 2.0141742 - - 7.577132 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 5939 - - 5908 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 7879 + rot: 3.141592653589793 rad + pos: -12.5,54.5 + parent: 2 + - uid: 8075 components: - type: Transform - pos: -23.5,24.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 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 7880 - - 7902 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 8587 + pos: -1.5,20.5 + parent: 2 + - uid: 8076 components: - type: Transform - pos: -69.5,49.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1465 - moles: - - 1.8968438 - - 7.1357465 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 8588 - - 8604 - - 8645 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 16573 + pos: -1.5,21.5 + parent: 2 + - uid: 8077 components: - type: Transform - pos: -17.5,13.5 - parent: 1 - - uid: 16574 + pos: -1.5,22.5 + parent: 2 + - uid: 8078 components: - type: Transform - pos: -17.5,9.5 - parent: 1 -- proto: ClosetToolFilled - entities: - - uid: 1118 + rot: -1.5707963267948966 rad + pos: -0.5,23.5 + parent: 2 + - uid: 8079 components: - type: Transform - pos: -24.5,-6.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 16157 + rot: -1.5707963267948966 rad + pos: 0.5,23.5 + parent: 2 + - uid: 8080 components: - type: Transform - pos: 21.5,9.5 - parent: 1 -- proto: ClosetWall - entities: - - uid: 5628 + rot: -1.5707963267948966 rad + pos: 5.5,29.5 + parent: 2 + - uid: 8081 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-3.5 - parent: 1 -- proto: ClothingBackpackClown - entities: - - uid: 4232 + rot: 3.141592653589793 rad + pos: 2.5,30.5 + parent: 2 + - uid: 8082 components: - type: Transform - pos: -40.976475,28.620016 - parent: 1 -- proto: ClothingBackpackDuffelSurgeryFilled - entities: - - uid: 2496 + rot: 3.141592653589793 rad + pos: 2.5,31.5 + parent: 2 + - uid: 8083 components: - type: Transform - pos: -0.5173861,40.663864 - parent: 1 -- proto: ClothingBeltJanitorFilled - entities: - - uid: 10194 + rot: 3.141592653589793 rad + pos: 2.5,32.5 + parent: 2 + - uid: 8084 components: - type: Transform - pos: -50.486443,39.57081 - parent: 1 -- proto: ClothingBeltUtility - entities: - - uid: 5650 + rot: 3.141592653589793 rad + pos: 2.5,34.5 + parent: 2 + - uid: 8085 components: - type: Transform - pos: -23.493784,26.550022 - parent: 1 -- proto: ClothingEyesGlasses - entities: - - uid: 17473 + rot: 3.141592653589793 rad + pos: 2.5,35.5 + parent: 2 + - uid: 8086 components: - type: Transform - pos: -15.536827,-12.20068 - parent: 1 -- proto: ClothingEyesGlassesSunglasses - entities: - - uid: 9736 + rot: 3.141592653589793 rad + pos: 2.5,36.5 + parent: 2 + - uid: 8087 components: - type: Transform - pos: -27.635717,35.723694 - parent: 1 -- proto: ClothingHandsGlovesBoxingBlue - entities: - - uid: 14361 + rot: 3.141592653589793 rad + pos: 2.5,37.5 + parent: 2 + - uid: 8088 components: - type: Transform - pos: -60.445595,14.632732 - parent: 1 -- proto: ClothingHandsGlovesBoxingGreen - entities: - - uid: 14362 + rot: 3.141592653589793 rad + pos: 2.5,38.5 + parent: 2 + - uid: 8089 components: - type: Transform - pos: -60.42997,10.429607 - parent: 1 -- proto: ClothingHandsGlovesBoxingRed - entities: - - uid: 14363 + rot: 3.141592653589793 rad + pos: 2.5,39.5 + parent: 2 + - uid: 8090 components: - type: Transform - pos: -62.33622,10.476482 - parent: 1 -- proto: ClothingHandsGlovesBoxingYellow - entities: - - uid: 14364 + rot: 3.141592653589793 rad + pos: 2.5,33.5 + parent: 2 + - uid: 8091 components: - type: Transform - pos: -62.30497,14.523357 - parent: 1 -- proto: ClothingHandsGlovesColorBlack - entities: - - uid: 14935 + rot: 3.141592653589793 rad + pos: -17.5,6.5 + parent: 2 + - uid: 8092 components: - type: Transform - pos: -59.51448,91.46834 - parent: 1 -- proto: ClothingHandsGlovesColorGray - entities: - - uid: 5938 + rot: 3.141592653589793 rad + pos: -17.5,7.5 + parent: 2 + - uid: 8093 components: - - type: MetaData - desc: These specially insulated grey gloves belong to the king of tiders. A small tag is inscribed with the initials, "H.M." - name: grey gloves of the tider king - type: Transform - pos: -7.521523,39.691025 - parent: 1 - - type: Insulated -- proto: ClothingHandsGlovesColorYellow - entities: - - uid: 611 + rot: 3.141592653589793 rad + pos: -17.5,8.5 + parent: 2 + - uid: 8094 components: - type: Transform - pos: -26.510632,26.559929 - parent: 1 - - uid: 7047 + rot: 3.141592653589793 rad + pos: -17.5,9.5 + parent: 2 + - uid: 8095 components: - type: Transform - pos: -71.489296,35.499214 - parent: 1 -- proto: ClothingHandsGlovesCombat - entities: - - uid: 18434 + rot: 3.141592653589793 rad + pos: -17.5,10.5 + parent: 2 + - uid: 8096 components: - type: Transform - pos: -95.505005,44.449196 - parent: 1 -- proto: ClothingHandsGlovesNitrile - entities: - - uid: 12776 + rot: 3.141592653589793 rad + pos: -17.5,11.5 + parent: 2 + - uid: 8098 components: - type: Transform - pos: 15.627547,28.610893 - parent: 1 -- proto: ClothingHandsGlovesPowerglove - entities: - - uid: 14936 + pos: 23.5,14.5 + parent: 2 + - uid: 8100 components: - type: Transform - pos: -76.59103,16.47578 - parent: 1 -- proto: ClothingHeadHatAnimalMonkey - entities: - - uid: 917 + rot: -1.5707963267948966 rad + pos: 21.5,35.5 + parent: 2 + - uid: 8496 components: - type: Transform - pos: 27.553495,-1.4451299 - parent: 1 -- proto: ClothingHeadHatCone - entities: - - uid: 717 + rot: -1.5707963267948966 rad + pos: 19.5,35.5 + parent: 2 + - uid: 14754 components: - type: Transform - pos: 24.462656,-1.4106827 - parent: 1 - - uid: 718 + rot: 1.5707963267948966 rad + pos: -58.5,4.5 + parent: 2 + - uid: 20462 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -74.5,34.5 + parent: 2 + - uid: 20463 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -75.5,34.5 + parent: 2 + - uid: 20464 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -76.5,34.5 + parent: 2 + - uid: 20465 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -77.5,34.5 + parent: 2 + - uid: 20466 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -78.5,35.5 + parent: 2 + - uid: 20467 components: - type: Transform - pos: 24.447031,-2.4575577 - parent: 1 - - uid: 719 + rot: 3.141592653589793 rad + pos: -78.5,36.5 + parent: 2 + - uid: 20468 components: - type: Transform - pos: 24.462656,-3.4575577 - parent: 1 -- proto: ClothingHeadHatFedoraBrown - entities: - - uid: 8588 + rot: 3.141592653589793 rad + pos: -78.5,37.5 + parent: 2 + - uid: 20469 components: - type: Transform - parent: 8587 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 12916 + rot: 3.141592653589793 rad + pos: -78.5,38.5 + parent: 2 + - uid: 20470 components: - type: Transform - pos: 3.488522,44.563385 - parent: 1 -- proto: ClothingHeadHatHoodCulthood - entities: - - uid: 1836 + rot: 3.141592653589793 rad + pos: -78.5,39.5 + parent: 2 + - uid: 20471 components: - type: Transform - pos: 20.792824,-2.5214906 - parent: 1 -- proto: ClothingHeadHelmetSwat - entities: - - uid: 6543 + rot: 3.141592653589793 rad + pos: -78.5,40.5 + parent: 2 + - uid: 20472 components: - type: Transform - pos: -41.259155,65.73383 - parent: 1 - - uid: 6564 + rot: 3.141592653589793 rad + pos: -78.5,41.5 + parent: 2 + - uid: 20522 components: - type: Transform - pos: -41.73138,65.706055 - parent: 1 - - uid: 6565 + pos: 23.5,15.5 + parent: 2 + - uid: 20523 components: - type: Transform - pos: -41.370266,65.5255 - parent: 1 - - uid: 6668 + rot: -1.5707963267948966 rad + pos: 20.5,35.5 + parent: 2 + - uid: 20588 components: - type: Transform - pos: -41.634155,65.831055 - parent: 1 -- proto: ClothingHeadHelmetSyndicate - entities: - - uid: 15279 + rot: 3.141592653589793 rad + pos: 15.5,66.5 + parent: 2 + - uid: 20590 components: - type: Transform - pos: -57.70341,92.69456 - parent: 1 -- proto: ClothingHeadsetRobotics - entities: - - uid: 16871 + rot: 1.5707963267948966 rad + pos: 17.5,67.5 + parent: 2 + - uid: 20591 components: - type: Transform - pos: -7.598087,-17.386791 - parent: 1 -- proto: ClothingMaskClown - entities: - - uid: 2788 + rot: 1.5707963267948966 rad + pos: 18.5,67.5 + parent: 2 + - uid: 20597 components: - - type: MetaData - desc: A true prankster's facial attire. A clown is incomplete without his wig and mask. This one isn't quite right. - name: cursed clown wig and mask - type: Transform - pos: -25.506933,57.41912 - parent: 1 - - type: CursedMask - oldFactions: [] - despairDamageModifier: - flatReductions: {} - coefficients: {} -- proto: ClothingMaskGas - entities: - - uid: 7378 + rot: -1.5707963267948966 rad + pos: 20.5,66.5 + parent: 2 + - uid: 20598 components: - - type: MetaData - desc: A face-covering mask that resembles the icon of greytide worldwide. - name: face of the tider - type: Transform - pos: -5.3370404,44.58554 - parent: 1 - - uid: 7379 + rot: -1.5707963267948966 rad + pos: 21.5,66.5 + parent: 2 + - uid: 20599 components: - - type: MetaData - desc: A face-covering mask that resembles the icon of greytide worldwide. - name: face of the tider - type: Transform - pos: -6.630641,44.601288 - parent: 1 - - uid: 7380 + rot: -1.5707963267948966 rad + pos: 22.5,66.5 + parent: 2 + - uid: 20600 components: - - type: MetaData - desc: A face-covering mask that resembles the icon of greytide worldwide. - name: face of the tider - type: Transform - pos: -6.224393,44.64804 - parent: 1 - - uid: 7381 + rot: -1.5707963267948966 rad + pos: 23.5,66.5 + parent: 2 + - uid: 20601 components: - - type: MetaData - desc: A face-covering mask that resembles the icon of greytide worldwide. - name: face of the tider - type: Transform - pos: -5.8370404,44.632416 - parent: 1 - - uid: 18665 + rot: 3.141592653589793 rad + pos: 24.5,67.5 + parent: 2 + - uid: 20602 components: - type: Transform - pos: 16.320171,59.45269 - parent: 1 - - uid: 18836 + rot: 3.141592653589793 rad + pos: 24.5,68.5 + parent: 2 + - uid: 20603 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -60.867943,22.541542 - parent: 1 -- proto: ClothingNeckAromanticPin - entities: - - uid: 10536 + rot: 3.141592653589793 rad + pos: 24.5,69.5 + parent: 2 + - uid: 20604 components: - type: Transform - pos: -25.61458,26.466957 - parent: 1 -- proto: ClothingNeckBling - entities: - - uid: 10875 + rot: 1.5707963267948966 rad + pos: 25.5,70.5 + parent: 2 + - uid: 20605 components: - type: Transform - pos: -22.564632,53.645256 - parent: 1 -- proto: ClothingNeckHeadphones - entities: - - uid: 10545 + rot: 1.5707963267948966 rad + pos: 26.5,70.5 + parent: 2 + - uid: 20606 components: - type: Transform - pos: -53.41692,13.576396 - parent: 1 -- proto: ClothingNeckIntersexPin - entities: - - uid: 10539 + rot: 1.5707963267948966 rad + pos: 27.5,70.5 + parent: 2 + - uid: 20607 components: - type: Transform - pos: 28.525753,9.397884 - parent: 1 -- proto: ClothingNeckLGBTPin - entities: - - uid: 10535 + rot: 1.5707963267948966 rad + pos: 28.5,70.5 + parent: 2 + - uid: 20608 components: - type: Transform - pos: -34.543724,28.416185 - parent: 1 -- proto: ClothingNeckNonBinaryPin - entities: - - uid: 10541 + rot: 1.5707963267948966 rad + pos: 29.5,70.5 + parent: 2 + - uid: 20877 components: - type: Transform - pos: -27.46916,-8.556879 - parent: 1 -- proto: ClothingNeckStethoscope - entities: - - uid: 2392 + rot: 3.141592653589793 rad + pos: -86.5,1.5 + parent: 2 + - uid: 20878 components: - type: Transform - pos: 11.518925,28.604805 - parent: 1 -- proto: ClothingNeckTieDet - entities: - - uid: 8645 + rot: 3.141592653589793 rad + pos: -86.5,2.5 + parent: 2 + - uid: 20879 components: - type: Transform - parent: 8587 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingNeckTransPin - entities: - - uid: 10543 + rot: 3.141592653589793 rad + pos: -86.5,3.5 + parent: 2 + - uid: 20882 components: - type: Transform - pos: -54.52713,17.537136 - parent: 1 -- proto: ClothingOuterApronBar - entities: - - uid: 18811 + rot: 1.5707963267948966 rad + pos: -59.5,4.5 + parent: 2 + - uid: 20883 components: - type: Transform - pos: 20.41953,45.51764 - parent: 1 -- proto: ClothingOuterArmorBulletproof - entities: - - uid: 6343 + rot: 1.5707963267948966 rad + pos: -60.5,4.5 + parent: 2 + - uid: 20884 components: - type: Transform - pos: -41.35638,65.49772 - parent: 1 - - uid: 6542 + rot: 1.5707963267948966 rad + pos: -61.5,4.5 + parent: 2 + - uid: 20885 components: - type: Transform - pos: -41.398045,65.706055 - parent: 1 - - uid: 6662 + rot: 1.5707963267948966 rad + pos: -62.5,4.5 + parent: 2 + - uid: 20886 components: - type: Transform - pos: -41.73138,65.73383 - parent: 1 - - uid: 14191 + rot: 1.5707963267948966 rad + pos: -63.5,4.5 + parent: 2 + - uid: 20887 components: - type: Transform - pos: -41.634155,65.456055 - parent: 1 -- proto: ClothingOuterCoatDetectiveLoadout - entities: - - uid: 8604 + rot: 1.5707963267948966 rad + pos: -64.5,4.5 + parent: 2 + - uid: 20888 components: - type: Transform - parent: 8587 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingOuterCoatLab - entities: - - uid: 18633 + rot: 1.5707963267948966 rad + pos: -65.5,4.5 + parent: 2 + - uid: 20889 components: - type: Transform - pos: 16.674337,59.596832 - parent: 1 -- proto: ClothingOuterHardsuitSyndicate - entities: - - uid: 15280 + rot: 1.5707963267948966 rad + pos: -66.5,4.5 + parent: 2 + - uid: 20890 components: - type: Transform - pos: -57.469036,92.47581 - parent: 1 -- proto: ClothingOuterHoodieBlack - entities: - - uid: 16139 + rot: 1.5707963267948966 rad + pos: -67.5,4.5 + parent: 2 + - uid: 20891 components: - type: Transform - pos: 13.514848,-2.331367 - parent: 1 -- proto: ClothingOuterRobesCult - entities: - - uid: 1837 + rot: 1.5707963267948966 rad + pos: -68.5,4.5 + parent: 2 + - uid: 20892 components: - type: Transform - pos: 20.402199,-2.4433656 - parent: 1 -- proto: ClothingOuterSuitMonkey - entities: - - uid: 916 + rot: 1.5707963267948966 rad + pos: -70.5,4.5 + parent: 2 + - uid: 20893 components: - type: Transform - pos: 27.147245,-2.3826299 - parent: 1 -- proto: ClothingOuterWinterBar - entities: - - uid: 18784 + rot: 1.5707963267948966 rad + pos: -71.5,4.5 + parent: 2 + - uid: 20894 components: - type: Transform - pos: 20.556765,45.61091 - parent: 1 -- proto: ClothingOuterWinterColorWhite - entities: - - uid: 12622 + rot: 1.5707963267948966 rad + pos: -72.5,4.5 + parent: 2 + - uid: 20895 components: - type: Transform - pos: 12.593448,34.25569 - parent: 1 -- proto: ClothingShoesBootsCombatFilled - entities: - - uid: 15494 + rot: 1.5707963267948966 rad + pos: -73.5,4.5 + parent: 2 + - uid: 20896 components: - type: Transform - pos: -35.545906,68.57638 - parent: 1 -- proto: ClothingShoesBootsMag - entities: - - uid: 3451 + rot: 1.5707963267948966 rad + pos: -74.5,4.5 + parent: 2 + - uid: 20897 components: - type: Transform - pos: -23.364193,46.676277 - parent: 1 - - uid: 3453 + rot: 1.5707963267948966 rad + pos: -75.5,4.5 + parent: 2 + - uid: 20898 components: - type: Transform - pos: -23.592733,45.413216 - parent: 1 - - uid: 6651 + rot: 1.5707963267948966 rad + pos: -76.5,4.5 + parent: 2 + - uid: 20899 components: - type: Transform - pos: -23.426067,45.66339 - parent: 1 - - uid: 13523 + rot: 1.5707963267948966 rad + pos: -77.5,4.5 + parent: 2 + - uid: 20900 components: - type: Transform - pos: -23.614193,46.384415 - parent: 1 -- proto: ClothingShoesWizard - entities: - - uid: 6833 + rot: 1.5707963267948966 rad + pos: -78.5,4.5 + parent: 2 + - uid: 20901 components: - type: Transform - pos: -36.71934,52.678024 - parent: 1 - - uid: 6834 + rot: 1.5707963267948966 rad + pos: -79.5,4.5 + parent: 2 + - uid: 20902 components: - type: Transform - pos: -36.359966,52.553024 - parent: 1 -- proto: ClothingUniformJumpsuitAncient - entities: - - uid: 5559 + rot: 1.5707963267948966 rad + pos: -80.5,4.5 + parent: 2 + - uid: 20903 components: - type: Transform - pos: -45.64481,17.603561 - parent: 1 - - uid: 15103 + rot: 1.5707963267948966 rad + pos: -81.5,4.5 + parent: 2 + - uid: 20904 components: - type: Transform - pos: -45.285435,17.619186 - parent: 1 -- proto: ClothingUniformJumpsuitColorGrey - entities: - - uid: 18835 + rot: 1.5707963267948966 rad + pos: -82.5,4.5 + parent: 2 + - uid: 20905 components: - type: Transform - pos: -60.347107,23.907074 - parent: 1 -- proto: ClothingUniformJumpsuitMusician - entities: - - uid: 7902 + rot: 1.5707963267948966 rad + pos: -83.5,4.5 + parent: 2 + - uid: 20906 components: - type: Transform - parent: 7879 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: Cobweb1 - entities: - - uid: 15171 + rot: 1.5707963267948966 rad + pos: -85.5,4.5 + parent: 2 + - uid: 20907 components: - type: Transform rot: 1.5707963267948966 rad - pos: 14.5,52.5 - parent: 1 - - uid: 15223 + pos: -84.5,4.5 + parent: 2 + - uid: 20909 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,56.5 - parent: 1 - - uid: 16543 + pos: -69.5,8.5 + parent: 2 + - uid: 20910 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -75.5,67.5 - parent: 1 - - uid: 18668 + pos: -69.5,7.5 + parent: 2 + - uid: 20911 components: - type: Transform - pos: 10.5,59.5 - parent: 1 - - uid: 18669 + pos: -69.5,6.5 + parent: 2 + - uid: 20912 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,57.5 - parent: 1 - - uid: 18976 + pos: -69.5,5.5 + parent: 2 +- proto: DisposalPipeBroken + entities: + - uid: 8099 components: - type: Transform - pos: -85.5,67.5 - parent: 1 - - uid: 19169 + pos: 15.5,42.5 + parent: 2 + - uid: 8101 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -85.5,65.5 - parent: 1 - - uid: 19229 + rot: 3.141592653589793 rad + pos: 15.5,43.5 + parent: 2 + - uid: 8102 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -76.5,57.5 - parent: 1 -- proto: Cobweb2 + pos: 15.5,54.5 + parent: 2 +- proto: DisposalTrunk entities: - - uid: 15239 + - uid: 8103 + components: + - type: Transform + pos: -9.5,-14.5 + parent: 2 + - uid: 8104 components: - type: Transform rot: -1.5707963267948966 rad - pos: 18.5,48.5 - parent: 1 - - uid: 18509 + pos: 19.5,-11.5 + parent: 2 + - uid: 8105 components: - type: Transform rot: 1.5707963267948966 rad - pos: 10.5,50.5 - parent: 1 - - uid: 18666 + pos: -43.5,-1.5 + parent: 2 + - uid: 8106 components: - type: Transform - pos: 18.5,59.5 - parent: 1 - - uid: 18667 + rot: 3.141592653589793 rad + pos: -41.5,-6.5 + parent: 2 + - uid: 8107 components: - type: Transform rot: -1.5707963267948966 rad - pos: 12.5,52.5 - parent: 1 - - uid: 18795 + pos: -55.5,34.5 + parent: 2 + - uid: 8108 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,55.5 - parent: 1 - - uid: 18796 + rot: 3.141592653589793 rad + pos: 6.5,28.5 + parent: 2 + - uid: 8109 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,61.5 - parent: 1 - - uid: 19226 + rot: -1.5707963267948966 rad + pos: -37.5,35.5 + parent: 2 + - uid: 8110 components: - type: Transform - pos: -83.5,67.5 - parent: 1 - - uid: 19228 + rot: 1.5707963267948966 rad + pos: -22.5,43.5 + parent: 2 + - uid: 8111 components: - type: Transform rot: 1.5707963267948966 rad - pos: -77.5,67.5 - parent: 1 - - uid: 19230 + pos: -51.5,65.5 + parent: 2 + - uid: 8112 components: - type: Transform rot: 1.5707963267948966 rad - pos: -77.5,57.5 - parent: 1 - - uid: 19231 + pos: -51.5,58.5 + parent: 2 + - uid: 8113 components: - type: Transform rot: 3.141592653589793 rad - pos: -77.5,53.5 - parent: 1 -- proto: ComfyChair - entities: - - uid: 1312 + pos: 11.5,14.5 + parent: 2 + - uid: 8114 components: - type: Transform rot: -1.5707963267948966 rad - pos: -10.5,49.5 - parent: 1 - - uid: 1441 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,61.5 - parent: 1 - - uid: 1911 + pos: 4.5,14.5 + parent: 2 + - uid: 8115 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-14.5 - parent: 1 - - uid: 2018 + rot: -1.5707963267948966 rad + pos: 28.5,5.5 + parent: 2 + - uid: 8116 components: - type: Transform rot: 3.141592653589793 rad - pos: -62.5,38.5 - parent: 1 - - uid: 2994 + pos: 23.5,4.5 + parent: 2 + - uid: 8117 components: - type: Transform rot: 3.141592653589793 rad - pos: -46.5,-5.5 - parent: 1 - - uid: 6491 + pos: 11.5,-3.5 + parent: 2 + - uid: 8118 components: - type: Transform - pos: -64.5,42.5 - parent: 1 - - uid: 7931 + pos: -20.5,7.5 + parent: 2 + - uid: 8119 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -61.5,64.5 - parent: 1 - - uid: 10090 + pos: -35.5,7.5 + parent: 2 + - uid: 8120 components: - type: Transform rot: -1.5707963267948966 rad - pos: 23.5,50.5 - parent: 1 - - uid: 10877 + pos: -56.5,-10.5 + parent: 2 + - uid: 8121 components: - type: Transform - pos: -8.5,56.5 - parent: 1 - - uid: 13895 + pos: -55.5,16.5 + parent: 2 + - uid: 8122 components: - type: Transform - pos: -62.5,45.5 - parent: 1 - - uid: 16055 + rot: 3.141592653589793 rad + pos: -49.5,3.5 + parent: 2 + - uid: 8123 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,30.5 + parent: 2 + - uid: 8124 components: - type: Transform rot: 3.141592653589793 rad - pos: -74.5,9.5 - parent: 1 - - uid: 17099 + pos: -45.5,30.5 + parent: 2 + - uid: 8125 components: - type: Transform - pos: 4.5,-24.5 - parent: 1 - - uid: 17100 + pos: -26.5,29.5 + parent: 2 + - uid: 8126 components: - type: Transform - pos: 3.5,-24.5 - parent: 1 - - uid: 18518 + rot: 1.5707963267948966 rad + pos: -20.5,59.5 + parent: 2 + - uid: 8127 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,55.5 - parent: 1 - - uid: 18747 + pos: -12.5,57.5 + parent: 2 + - uid: 8128 components: - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,61.5 - parent: 1 -- proto: CommandmentCircuitBoard - entities: - - uid: 11869 + rot: 1.5707963267948966 rad + pos: -39.5,20.5 + parent: 2 + - uid: 8129 components: - type: Transform - pos: 17.506392,16.632061 - parent: 1 -- proto: CommsComputerCircuitboard - entities: - - uid: 3482 + pos: -44.5,47.5 + parent: 2 + - uid: 8130 components: - type: Transform - pos: -49.5,24.5 - parent: 1 -- proto: ComputerAlert - entities: - - uid: 3968 + rot: 3.141592653589793 rad + pos: -49.5,44.5 + parent: 2 + - uid: 8131 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,59.5 - parent: 1 - - uid: 12393 + rot: 1.5707963267948966 rad + pos: -38.5,42.5 + parent: 2 + - uid: 8132 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-7.5 - parent: 1 - - uid: 14526 + rot: -1.5707963267948966 rad + pos: -63.5,28.5 + parent: 2 + - uid: 8133 components: - type: Transform rot: 3.141592653589793 rad - pos: -62.5,30.5 - parent: 1 - - uid: 18007 + pos: -73.5,19.5 + parent: 2 + - uid: 8134 components: - type: Transform - rot: 3.141592653589793 rad - pos: -74.5,37.5 - parent: 1 -- proto: ComputerAnalysisConsole - entities: - - uid: 16776 + pos: -61.5,33.5 + parent: 2 + - uid: 8135 components: - type: Transform rot: 1.5707963267948966 rad - pos: -15.5,-31.5 - parent: 1 - - uid: 16777 + pos: 14.5,-11.5 + parent: 2 + - uid: 8136 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,37.5 + parent: 2 + - uid: 8137 components: - type: Transform rot: 1.5707963267948966 rad - pos: -15.5,-35.5 - parent: 1 -- proto: ComputerAtmosMonitoring - entities: - - uid: 18008 + pos: 25.5,18.5 + parent: 2 + - uid: 8138 components: - type: Transform - rot: 3.141592653589793 rad - pos: -75.5,37.5 - parent: 1 -- proto: computerBodyScanner - entities: - - uid: 2667 + rot: -1.5707963267948966 rad + pos: -11.5,-29.5 + parent: 2 + - uid: 8139 components: - type: Transform - pos: 0.5,40.5 - parent: 1 -- proto: ComputerBroken - entities: - - uid: 591 + pos: -4.5,-15.5 + parent: 2 + - uid: 8140 components: - type: Transform - pos: 13.5,-7.5 - parent: 1 - - uid: 9069 + rot: -1.5707963267948966 rad + pos: -3.5,-20.5 + parent: 2 + - uid: 8141 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,42.5 - parent: 1 - - uid: 9080 + pos: -18.5,-1.5 + parent: 2 + - uid: 8142 components: - type: Transform rot: 3.141592653589793 rad - pos: 17.5,40.5 - parent: 1 - - uid: 14353 + pos: -2.5,-13.5 + parent: 2 + - uid: 8143 + components: + - type: Transform + pos: -3.5,54.5 + parent: 2 + - uid: 8144 components: - type: Transform rot: 3.141592653589793 rad - pos: 22.5,37.5 - parent: 1 -- proto: ComputerCargoBounty - entities: - - uid: 8995 + pos: -1.5,19.5 + parent: 2 + - uid: 8145 components: - type: Transform - pos: -33.5,-5.5 - parent: 1 -- proto: ComputerCargoOrders - entities: - - uid: 3619 + pos: 2.5,40.5 + parent: 2 + - uid: 8146 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,1.5 - parent: 1 - - uid: 5891 + pos: -17.5,12.5 + parent: 2 + - uid: 13506 components: - type: Transform rot: -1.5707963267948966 rad - pos: -43.5,-4.5 - parent: 1 -- proto: ComputerCargoOrdersEngineering - entities: - - uid: 18838 + pos: 30.5,70.5 + parent: 2 + - uid: 20474 components: - type: Transform - pos: -61.5,32.5 - parent: 1 -- proto: ComputerCargoOrdersMedical - entities: - - uid: 15128 + rot: 1.5707963267948966 rad + pos: -79.5,42.5 + parent: 2 + - uid: 20589 components: - type: Transform rot: 3.141592653589793 rad - pos: 11.5,22.5 - parent: 1 -- proto: ComputerCargoOrdersScience - entities: - - uid: 1164 + pos: 15.5,65.5 + parent: 2 + - uid: 20876 components: - type: Transform rot: 3.141592653589793 rad - pos: -17.5,-11.5 - parent: 1 -- proto: ComputerCargoOrdersSecurity - entities: - - uid: 7968 + pos: -86.5,0.5 + parent: 2 + - uid: 20908 components: - type: Transform - rot: 3.141592653589793 rad - pos: -61.5,50.5 - parent: 1 -- proto: ComputerCargoOrdersService + pos: -69.5,9.5 + parent: 2 +- proto: DisposalUnit entities: - - uid: 2302 + - uid: 8147 components: - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,35.5 - parent: 1 -- proto: ComputerCargoShuttle - entities: - - uid: 3618 + pos: -3.5,-20.5 + parent: 2 + - uid: 8148 components: - type: Transform - pos: -39.5,-1.5 - parent: 1 -- proto: ComputerComms - entities: - - uid: 10884 + pos: -18.5,-1.5 + parent: 2 + - uid: 8149 components: - type: Transform - pos: -16.5,66.5 - parent: 1 -- proto: ComputerCrewMonitoring - entities: - - uid: 1973 + pos: 11.5,-3.5 + parent: 2 + - uid: 8150 components: - type: Transform - pos: -0.5,34.5 - parent: 1 - - uid: 5343 + pos: 5.5,3.5 + parent: 2 + - uid: 8151 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,57.5 - parent: 1 - - uid: 10886 + pos: 4.5,14.5 + parent: 2 + - uid: 8152 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,64.5 - parent: 1 -- proto: ComputerCriminalRecords - entities: - - uid: 2992 + pos: -10.5,30.5 + parent: 2 + - uid: 8153 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,58.5 - parent: 1 - - uid: 7966 + pos: 28.5,5.5 + parent: 2 + - uid: 8154 components: - type: Transform - rot: 3.141592653589793 rad - pos: -61.5,63.5 - parent: 1 - - uid: 8328 + pos: 23.5,4.5 + parent: 2 + - uid: 8155 components: - type: Transform - pos: -53.5,58.5 - parent: 1 - - uid: 10350 + pos: 11.5,14.5 + parent: 2 + - uid: 8156 components: - type: Transform - pos: -16.5,29.5 - parent: 1 - - uid: 10353 + pos: -41.5,-6.5 + parent: 2 + - uid: 8157 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,63.5 - parent: 1 -- proto: ComputerFrame - entities: - - uid: 5494 + pos: -20.5,7.5 + parent: 2 + - uid: 8158 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,39.5 - parent: 1 -- proto: ComputerFundingAllocation - entities: - - uid: 6645 + pos: -35.5,7.5 + parent: 2 + - uid: 8159 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,41.5 - parent: 1 -- proto: ComputerId - entities: - - uid: 7941 + pos: 20.5,37.5 + parent: 2 + - uid: 8160 components: - type: Transform - pos: -21.5,38.5 - parent: 1 - - uid: 10885 + pos: -55.5,16.5 + parent: 2 + - uid: 8161 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,64.5 - parent: 1 -- proto: ComputerMassMedia - entities: - - uid: 3461 + pos: -56.5,-10.5 + parent: 2 + - uid: 8162 components: - type: Transform - pos: -52.5,-0.5 - parent: 1 -- proto: ComputerMedicalRecords - entities: - - uid: 1980 + pos: -49.5,3.5 + parent: 2 + - uid: 8163 components: - type: Transform - pos: 0.5,34.5 - parent: 1 - - uid: 2504 + pos: -39.5,20.5 + parent: 2 + - uid: 8164 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,36.5 - parent: 1 -- proto: ComputerPowerMonitoring - entities: - - uid: 57 + pos: -45.5,30.5 + parent: 2 + - uid: 8165 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-8.5 - parent: 1 - - uid: 9952 + pos: -26.5,29.5 + parent: 2 + - uid: 8166 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-20.5 - parent: 1 - - uid: 10712 + pos: -38.5,42.5 + parent: 2 + - uid: 8167 components: - type: Transform - rot: 3.141592653589793 rad - pos: -74.5,15.5 - parent: 1 - - uid: 10894 + pos: -44.5,47.5 + parent: 2 + - uid: 8168 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,60.5 - parent: 1 - - uid: 16221 + pos: -49.5,44.5 + parent: 2 + - uid: 8169 components: - type: Transform - rot: 3.141592653589793 rad - pos: -61.5,30.5 - parent: 1 -- proto: ComputerRadar - entities: - - uid: 386 + pos: -55.5,34.5 + parent: 2 + - uid: 8170 components: - type: Transform - pos: -6.5,0.5 - parent: 1 - - uid: 1004 + pos: -51.5,58.5 + parent: 2 + - uid: 8171 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,-13.5 - parent: 1 - - uid: 9944 + pos: 2.5,40.5 + parent: 2 + - uid: 8172 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-20.5 - parent: 1 - - uid: 10887 + pos: 6.5,28.5 + parent: 2 + - uid: 8173 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,61.5 - parent: 1 -- proto: ComputerResearchAndDevelopment - entities: - - uid: 265 + pos: -51.5,65.5 + parent: 2 + - uid: 8174 components: - type: Transform - pos: -15.5,-14.5 - parent: 1 - - uid: 3508 + pos: -61.5,33.5 + parent: 2 + - uid: 8175 components: - type: Transform - pos: -15.5,-1.5 - parent: 1 - - uid: 13799 + pos: -11.5,-29.5 + parent: 2 + - uid: 8176 components: - type: Transform - pos: -21.5,-12.5 - parent: 1 - - uid: 14720 + pos: -73.5,19.5 + parent: 2 + - uid: 8177 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-13.5 - parent: 1 -- proto: ComputerRoboticsControl - entities: - - uid: 7910 + pos: -63.5,28.5 + parent: 2 + - uid: 8178 components: - type: Transform - pos: -5.5,-15.5 - parent: 1 - - uid: 15886 + pos: -4.5,-15.5 + parent: 2 + - uid: 8179 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,-13.5 - parent: 1 -- proto: ComputerSalvageExpedition - entities: - - uid: 3669 + pos: -20.5,59.5 + parent: 2 + - uid: 8180 components: - type: Transform - pos: -34.5,-1.5 - parent: 1 -- proto: ComputerShuttle - entities: - - uid: 1528 + pos: -12.5,57.5 + parent: 2 + - uid: 8181 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-20.5 - parent: 1 -- proto: ComputerShuttleCargo - entities: - - uid: 5070 + pos: -22.5,43.5 + parent: 2 + - uid: 8182 components: - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,-13.5 - parent: 1 -- proto: ComputerSolarControl - entities: - - uid: 907 + pos: -43.5,-1.5 + parent: 2 + - uid: 8183 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,-8.5 - parent: 1 -- proto: ComputerStationRecords - entities: - - uid: 119 + pos: -2.5,-13.5 + parent: 2 + - uid: 8184 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-3.5 - parent: 1 - - uid: 7572 + pos: 14.5,-11.5 + parent: 2 + - uid: 8185 components: - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,36.5 - parent: 1 - - uid: 10899 + pos: -1.5,19.5 + parent: 2 + - uid: 8186 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,61.5 - parent: 1 - - uid: 12189 + pos: -37.5,35.5 + parent: 2 + - uid: 8187 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,64.5 - parent: 1 -- proto: ComputerSupermatter - entities: - - uid: 18055 + pos: 25.5,18.5 + parent: 2 + - uid: 8188 components: - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,59.5 - parent: 1 -- proto: ComputerSurveillanceCameraMonitor - entities: - - uid: 7956 + pos: -17.5,12.5 + parent: 2 + - uid: 13012 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,57.5 - parent: 1 - - uid: 7979 + pos: 30.5,70.5 + parent: 2 + - uid: 15103 components: - type: Transform - pos: -54.5,58.5 - parent: 1 - - uid: 10888 + pos: -3.5,54.5 + parent: 2 + - uid: 20475 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,60.5 - parent: 1 - - uid: 13086 + pos: -79.5,42.5 + parent: 2 + - uid: 20622 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,8.5 - parent: 1 - - uid: 16084 + pos: 15.5,65.5 + parent: 2 + - uid: 20875 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,65.5 - parent: 1 -- proto: ComputerTechnologyDiskTerminal - entities: - - uid: 3514 + pos: -86.5,0.5 + parent: 2 + - uid: 20913 components: - type: Transform - pos: -16.5,-14.5 - parent: 1 -- proto: ComputerTelevision + pos: -69.5,9.5 + parent: 2 +- proto: DisposalYJunction entities: - - uid: 7171 + - uid: 8097 components: - type: Transform rot: 1.5707963267948966 rad - pos: -58.5,65.5 - parent: 1 - - uid: 7965 + pos: -73.5,33.5 + parent: 2 + - uid: 8190 components: - type: Transform - pos: -34.5,39.5 - parent: 1 - - uid: 8520 + rot: -1.5707963267948966 rad + pos: -12.5,55.5 + parent: 2 + - uid: 8191 components: - type: Transform - pos: -9.5,30.5 - parent: 1 - - uid: 15966 + pos: -16.5,55.5 + parent: 2 + - uid: 8192 components: - type: Transform - pos: -10.5,46.5 - parent: 1 - - uid: 18800 + rot: 1.5707963267948966 rad + pos: -64.5,32.5 + parent: 2 + - uid: 8193 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,52.5 - parent: 1 -- proto: ContainmentFieldGenerator + rot: 3.141592653589793 rad + pos: -12.5,-16.5 + parent: 2 +- proto: DogBed entities: - - uid: 9985 + - uid: 8194 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -82.5,18.5 - parent: 1 - - uid: 9986 + pos: 20.5,29.5 + parent: 2 + - uid: 8195 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,18.5 - parent: 1 - - uid: 9987 + pos: -23.5,37.5 + parent: 2 + - uid: 8196 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -80.5,18.5 - parent: 1 - - uid: 9988 + pos: -5.5,60.5 + parent: 2 + - uid: 8197 + components: + - type: Transform + pos: -18.5,-16.5 + parent: 2 +- proto: DonkpocketBoxSpawner + entities: + - uid: 8198 + components: + - type: Transform + pos: -27.5,52.5 + parent: 2 + - uid: 8199 + components: + - type: Transform + pos: 11.5,-19.5 + parent: 2 +- proto: DoorElectronics + entities: + - uid: 8200 components: - type: Transform rot: -1.5707963267948966 rad - pos: -79.5,18.5 - parent: 1 - - uid: 10644 + pos: -51.954964,29.560368 + parent: 2 + - uid: 8201 components: - type: Transform - pos: -93.5,21.5 - parent: 1 - - uid: 10645 + rot: -1.5707963267948966 rad + pos: -52.069546,29.560368 + parent: 2 +- proto: DresserBlueshieldOfficerFilled + entities: + - uid: 8202 components: - type: Transform - pos: -93.5,29.5 - parent: 1 - - uid: 10646 + pos: -5.5,49.5 + parent: 2 +- proto: DresserCaptainFilled + entities: + - uid: 8203 components: - type: Transform - pos: -101.5,29.5 - parent: 1 - - uid: 10647 + pos: -4.5,62.5 + parent: 2 +- proto: DresserChiefEngineerFilled + entities: + - uid: 8204 components: - type: Transform - pos: -101.5,21.5 - parent: 1 -- proto: ConveyorBelt + pos: -68.5,16.5 + parent: 2 +- proto: DresserChiefMedicalOfficerFilled entities: - - uid: 2959 + - uid: 8205 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,-13.5 - parent: 1 - - uid: 3502 + pos: 18.5,29.5 + parent: 2 +- proto: DresserFilled + entities: + - uid: 8206 components: - type: Transform - pos: -35.5,-13.5 - parent: 1 - - uid: 3538 + pos: 4.5,-13.5 + parent: 2 + - uid: 8207 components: - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,-13.5 - parent: 1 - - uid: 3542 + pos: 10.5,-11.5 + parent: 2 + - uid: 8208 components: - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,-15.5 - parent: 1 - - uid: 3555 + pos: 4.5,-15.5 + parent: 2 +- proto: DresserHeadOfPersonnelFilled + entities: + - uid: 8209 components: - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,-14.5 - parent: 1 - - uid: 3562 + pos: -19.5,43.5 + parent: 2 +- proto: DresserHeadOfSecurityFilled + entities: + - uid: 8210 components: - type: Transform - pos: -35.5,-17.5 - parent: 1 - - uid: 6789 + pos: -62.5,62.5 + parent: 2 +- proto: DresserNanorepFilled + entities: + - uid: 8211 components: - type: Transform - pos: -39.5,-8.5 - parent: 1 - - uid: 6793 + pos: -1.5,49.5 + parent: 2 +- proto: DresserQuarterMasterFilled + entities: + - uid: 8212 components: - type: Transform - pos: -39.5,-9.5 - parent: 1 - - uid: 7282 + pos: -45.5,-7.5 + parent: 2 +- proto: DresserResearchDirectorFilled + entities: + - uid: 8213 components: - type: Transform - pos: -39.5,-7.5 - parent: 1 - - uid: 9660 + pos: -21.5,-19.5 + parent: 2 +- proto: DrinkBeerBottleFull + entities: + - uid: 8214 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,-13.5 - parent: 1 - - uid: 14225 + pos: -63.286358,23.843256 + parent: 2 + - uid: 8215 components: - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,53.5 - parent: 1 - - uid: 14226 + pos: -63.578022,23.93707 + parent: 2 +- proto: DrinkBeerglass + entities: + - uid: 8216 components: - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,54.5 - parent: 1 - - uid: 14227 + pos: 15.5,59.75 + parent: 2 + - type: CollisionWake + enabled: False +- proto: DrinkBottleBeer + entities: + - uid: 8217 components: - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,55.5 - parent: 1 - - uid: 14228 + pos: -27.588842,35.58307 + parent: 2 + - uid: 8218 components: - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,56.5 - parent: 1 - - uid: 14229 + pos: -27.416967,35.64557 + parent: 2 + - uid: 8219 components: - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,57.5 - parent: 1 - - uid: 14230 + pos: -27.229467,35.567444 + parent: 2 + - uid: 8220 components: - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,58.5 - parent: 1 - - uid: 15087 + rot: 1.5707963267948966 rad + pos: -63.74469,23.478418 + parent: 2 +- proto: DrinkBottleWhiskey + entities: + - uid: 8221 components: - type: Transform - pos: -35.5,-14.5 - parent: 1 - - uid: 15088 + pos: -56.63182,64.00482 + parent: 2 + - uid: 8222 components: - type: Transform - pos: -35.5,-15.5 - parent: 1 - - uid: 15089 + pos: -72.49934,47.622665 + parent: 2 +- proto: DrinkCanPack + entities: + - uid: 8223 components: - type: Transform - pos: -35.5,-16.5 - parent: 1 - - uid: 15090 + pos: 19.50034,51.822067 + parent: 2 +- proto: DrinkChampagneBottleFull + entities: + - uid: 8224 components: - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,-16.5 - parent: 1 - - uid: 15092 + pos: -20.66523,-18.228643 + parent: 2 +- proto: DrinkChangelingStingCan + entities: + - uid: 8225 components: - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,-17.5 - parent: 1 -- proto: CorporateCircuitBoard + pos: -9.689642,21.037588 + parent: 2 +- proto: DrinkCreamCarton entities: - - uid: 11878 + - uid: 8226 components: - type: Transform - pos: 19.464724,16.367989 - parent: 1 -- proto: CrateArtifactContainer + pos: -53.020008,21.71115 + parent: 2 +- proto: DrinkFlask entities: - - uid: 17489 + - uid: 8227 components: - type: Transform - pos: -9.5,-30.5 - parent: 1 -- proto: CrateContrabandStorageSecure + pos: -9.342196,61.68643 + parent: 2 +- proto: DrinkGildlagerBottleFull entities: - - uid: 13015 + - uid: 8228 components: - type: Transform - pos: -42.5,65.5 - parent: 1 -- proto: CrateEmptySpawner + pos: -23.517902,54.40786 + parent: 2 +- proto: DrinkGlass entities: - - uid: 15654 + - uid: 8229 components: - type: Transform - pos: -39.5,-3.5 - parent: 1 - - uid: 15655 + pos: -53.816883,21.552088 + parent: 2 + - uid: 8230 components: - type: Transform - pos: -37.5,-5.5 - parent: 1 - - uid: 15656 + pos: -53.645008,21.708338 + parent: 2 + - uid: 8231 components: - type: Transform - pos: -41.5,-11.5 - parent: 1 - - uid: 15658 + pos: -53.488758,21.552088 + parent: 2 + - uid: 8232 components: - type: Transform - pos: -21.5,-0.5 - parent: 1 - - uid: 15659 + pos: -20.342314,-18.45797 + parent: 2 +- proto: DrinkGoldenCup + entities: + - uid: 8233 components: - type: Transform - pos: 22.5,-4.5 - parent: 1 - - uid: 15663 + pos: -23.533527,57.548485 + parent: 2 +- proto: DrinkHotCoffee + entities: + - uid: 8234 components: - type: Transform - pos: 2.5,46.5 - parent: 1 - - uid: 15664 + pos: -9.935365,55.733704 + parent: 2 + - uid: 8235 components: - type: Transform - pos: -5.5,36.5 - parent: 1 - - uid: 15733 + pos: 10.269176,25.158737 + parent: 2 + - uid: 8236 components: - type: Transform - pos: -26.5,49.5 - parent: 1 -- proto: CrateEngineeringAMEJar - entities: - - uid: 670 + pos: -15.621416,25.661446 + parent: 2 + - uid: 8237 components: - type: Transform - pos: -70.5,23.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 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 5963 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 9074 + pos: -15.475583,25.828228 + parent: 2 + - uid: 8238 components: - type: Transform - pos: -76.5,22.5 - parent: 1 -- proto: CrateEngineeringAMEShielding - entities: - - uid: 10657 + pos: -20.675646,-15.310314 + parent: 2 + - uid: 8239 components: - - type: MetaData - desc: 12 parts for the main body of an antimatter reactor, or for expanding an existing one. - type: Transform - pos: -71.5,23.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 2.0141742 - - 7.577132 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 5590 - - 8038 - - 16181 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null -- proto: CrateEngineeringCableBulk + pos: -15.349327,-12.461278 + parent: 2 +- proto: DrinkMilkCarton entities: - - uid: 10145 - components: - - type: Transform - pos: -69.5,25.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 10723 + - uid: 8240 components: - type: Transform - pos: -63.5,26.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 -- proto: CrateFilledSpawner - entities: - - uid: 1469 + pos: -52.395008,21.71115 + parent: 2 + - uid: 8241 components: - type: Transform - pos: -44.5,17.5 - parent: 1 - - uid: 3629 + pos: -35.398277,47.715622 + parent: 2 + - uid: 8242 components: - type: Transform - pos: -28.5,40.5 - parent: 1 - - uid: 3896 + pos: -32.460777,42.668747 + parent: 2 +- proto: DrinkMugBlack + entities: + - uid: 8243 components: - type: Transform - pos: 6.5,-1.5 - parent: 1 - - uid: 5556 + pos: -65.21514,55.578125 + parent: 2 + - type: Physics + angularDamping: 0 + linearDamping: 0 +- proto: DrinkMugDog + entities: + - uid: 8244 components: - type: Transform - pos: -42.5,17.5 - parent: 1 - - uid: 15652 + pos: -1.3392631,-22.536846 + parent: 2 +- proto: DrinkMugGreen + entities: + - uid: 8245 components: - type: Transform - pos: -43.5,-10.5 - parent: 1 - - uid: 15653 + pos: -46.391064,-1.4622853 + parent: 2 +- proto: DrinkMugHeart + entities: + - uid: 8246 components: - type: Transform - pos: -34.5,-5.5 - parent: 1 - - uid: 15657 + pos: 23.324297,41.62066 + parent: 2 +- proto: DrinkMugMetal + entities: + - uid: 8247 components: - type: Transform - pos: -26.5,-8.5 - parent: 1 - - uid: 15660 + pos: -47.25018,59.484123 + parent: 2 + - uid: 8248 components: - type: Transform - pos: 22.5,32.5 - parent: 1 - - uid: 16581 + pos: -61.56284,89.04611 + parent: 2 + - uid: 8249 components: - type: Transform - pos: -34.5,-9.5 - parent: 1 - - uid: 16584 + pos: -76.37259,30.690384 + parent: 2 +- proto: DrinkMugOne + entities: + - uid: 8250 components: - type: Transform - pos: -34.5,-11.5 - parent: 1 - - uid: 16585 + pos: 4.7132945,-11.267256 + parent: 2 + - uid: 8251 components: - type: Transform - pos: -32.5,-10.5 - parent: 1 - - uid: 16586 + pos: -54.474243,-12.528257 + parent: 2 + - uid: 8252 components: - type: Transform - pos: -16.5,10.5 - parent: 1 - - uid: 16587 + pos: -11.547507,48.62816 + parent: 2 + - uid: 8253 components: - type: Transform - pos: -16.5,15.5 - parent: 1 -- proto: CrateFreezer + pos: -1.4387637,-22.339367 + parent: 2 +- proto: DrinkMugRed entities: - - uid: 2303 + - uid: 8254 components: - type: Transform - pos: -28.5,44.5 - parent: 1 - - uid: 4236 + pos: -15.32975,25.588478 + parent: 2 + - uid: 8255 components: - type: Transform - pos: -27.5,44.5 - parent: 1 -- proto: CrateMaterialGlass + pos: -65.79847,55.41146 + parent: 2 + - type: Physics + angularDamping: 0 + linearDamping: 0 +- proto: DrinkPoisonWinebottleFull entities: - - uid: 9981 + - uid: 8256 components: - - type: Transform - pos: -82.5,19.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 -- proto: CrateMaterialSteel + - type: Transform + pos: 20.734571,30.793678 + parent: 2 +- proto: DrinkRootBeerFloatGlass entities: - - uid: 9980 + - uid: 8257 components: - type: Transform - pos: -82.5,20.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 -- proto: CrateMedicalSurgery + pos: -79.674675,31.680655 + parent: 2 +- proto: DrinkTeacup entities: - - uid: 15517 + - uid: 8258 components: - type: Transform - pos: -4.5,-17.5 - parent: 1 - - uid: 16136 + pos: -49.066006,9.781823 + parent: 2 + - uid: 8259 components: - type: Transform - pos: 1.5,36.5 - parent: 1 -- proto: CrateNPCCow + pos: -49.274338,9.542073 + parent: 2 + - uid: 8260 + components: + - type: Transform + pos: -49.649338,9.510801 + parent: 2 +- proto: DrinkTeapot entities: - - uid: 6919 + - uid: 8261 components: - type: Transform - pos: -34.5,42.5 - parent: 1 - - type: EntityStorage - air: - volume: 800 - immutable: False - temperature: 293.1499 - moles: - - 11.733055 - - 44.138634 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 -- proto: CrateSecurityRiot + pos: -49.51392,9.875638 + parent: 2 +- proto: DrinkVacuumFlask entities: - - uid: 14192 + - uid: 8262 components: - type: Transform - pos: -41.5,61.5 - parent: 1 -- proto: CrateSecurityTrackingMindshieldImplants + pos: 17.641819,51.400627 + parent: 2 +- proto: DrinkWaterJug entities: - - uid: 1400 + - uid: 8263 components: - type: Transform - pos: -43.5,65.5 - parent: 1 -- proto: CrateTrashCart + pos: 19.083464,-11.315445 + parent: 2 +- proto: DrinkWhiskeyBottleFull entities: - - uid: 2637 + - uid: 8264 components: - type: Transform - pos: -20.5,53.5 - parent: 1 - - uid: 4072 + pos: -58.33147,64.88806 + parent: 2 + - uid: 8265 components: - type: Transform - pos: -34.5,7.5 - parent: 1 - - uid: 18839 + pos: -72.32807,15.938257 + parent: 2 + - uid: 8266 components: - type: Transform - pos: -35.5,35.5 - parent: 1 -- proto: CrateTrashCartJani + pos: -72.70246,47.903915 + parent: 2 +- proto: DrinkWhiskeyColaGlass entities: - - uid: 14868 + - uid: 8267 components: - type: Transform - pos: -53.5,41.5 - parent: 1 -- proto: CrayonMime + pos: -58.70647,64.85681 + parent: 2 +- proto: DrinkWhiskeyGlass entities: - - uid: 4216 + - uid: 8268 components: - type: Transform - pos: -41.330643,23.58527 - parent: 1 -- proto: Crematorium + pos: -56.562157,63.575485 + parent: 2 + - uid: 8269 + components: + - type: Transform + pos: -56.322575,63.690147 + parent: 2 + - uid: 8270 + components: + - type: Transform + pos: -72.81245,15.797632 + parent: 2 + - uid: 8271 + components: + - type: Transform + pos: -72.34309,47.685165 + parent: 2 +- proto: DrinkWineGlass entities: - - uid: 1828 + - uid: 8272 components: - type: Transform - pos: 20.5,2.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 -- proto: CrewMonitoringServer + pos: 20.40124,30.72071 + parent: 2 +- proto: ElectricGuitarInstrument entities: - - uid: 10769 + - uid: 8273 components: - type: Transform - pos: -16.5,-18.5 - parent: 1 -- proto: Crowbar + pos: -22.497261,24.539072 + parent: 2 +- proto: EmergencyLight entities: - - uid: 2376 + - uid: 8274 components: - type: Transform - pos: 4.494688,39.490654 - parent: 1 - - uid: 5649 + rot: 1.5707963267948966 rad + pos: -17.5,36.5 + parent: 2 + - uid: 8275 components: - type: Transform - pos: -24.42766,29.496252 - parent: 1 - - uid: 17029 + rot: 3.141592653589793 rad + pos: -10.5,53.5 + parent: 2 + - uid: 8276 components: - type: Transform - pos: -15.479326,-37.267647 - parent: 1 -- proto: CryogenicSleepUnit - entities: - - uid: 2445 + rot: 1.5707963267948966 rad + pos: 25.5,26.5 + parent: 2 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 8277 components: - type: Transform rot: 1.5707963267948966 rad - pos: 6.5,37.5 - parent: 1 - - uid: 6051 + pos: -23.5,40.5 + parent: 2 + - uid: 8278 components: - type: Transform - pos: -57.5,85.5 - parent: 1 -- proto: CryogenicSleepUnitSpawner - entities: - - uid: 17 + rot: 3.141592653589793 rad + pos: -44.5,-13.5 + parent: 2 + - uid: 8279 components: - type: Transform rot: 3.141592653589793 rad - pos: 7.5,0.5 - parent: 1 - - uid: 15522 + pos: -71.5,-11.5 + parent: 2 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 8280 components: - type: Transform rot: 3.141592653589793 rad - pos: 7.5,2.5 - parent: 1 -- proto: CryogenicSleepUnitSpawnerLateJoin - entities: - - uid: 8206 + pos: -59.5,30.5 + parent: 2 + - uid: 8281 + components: + - type: Transform + pos: -42.5,65.5 + parent: 2 + - uid: 8282 components: - type: Transform rot: 3.141592653589793 rad - pos: 7.5,1.5 - parent: 1 -- proto: CryoPod - entities: - - uid: 1287 + pos: 0.5,36.5 + parent: 2 + - uid: 8283 components: - type: Transform - pos: 10.5,37.5 - parent: 1 - - uid: 2379 + rot: 1.5707963267948966 rad + pos: -52.5,62.5 + parent: 2 + - uid: 8284 components: - type: Transform - pos: 12.5,37.5 - parent: 1 -- proto: CryoxadoneBeakerSmall - entities: - - uid: 2106 + rot: 3.141592653589793 rad + pos: -61.5,63.5 + parent: 2 + - uid: 8285 components: - type: Transform - pos: 12.353865,34.756042 - parent: 1 -- proto: Crystallizer - entities: - - uid: 10906 + rot: -1.5707963267948966 rad + pos: -69.5,53.5 + parent: 2 + - uid: 8286 components: - type: Transform - pos: -90.5,48.5 - parent: 1 -- proto: CurtainsBlueOpen - entities: - - uid: 7533 + rot: -1.5707963267948966 rad + pos: 0.5,20.5 + parent: 2 + - uid: 8287 components: - type: Transform - pos: -19.5,42.5 - parent: 1 - - uid: 14619 + rot: -1.5707963267948966 rad + pos: -73.5,31.5 + parent: 2 + - uid: 8288 + components: + - type: Transform + pos: -52.5,41.5 + parent: 2 + - uid: 8289 components: - type: Transform rot: 3.141592653589793 rad - pos: -3.5,60.5 - parent: 1 -- proto: CurtainsOrangeOpen - entities: - - uid: 1381 + pos: -5.5,60.5 + parent: 2 + - uid: 8290 components: - type: Transform - pos: -46.5,-7.5 - parent: 1 - - uid: 10165 + rot: -1.5707963267948966 rad + pos: -56.5,-3.5 + parent: 2 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 8291 components: - type: Transform - pos: -68.5,15.5 - parent: 1 -- proto: CurtainsPurpleOpen - entities: - - uid: 1187 + rot: -1.5707963267948966 rad + pos: -76.5,31.5 + parent: 2 + - uid: 8292 components: - type: Transform rot: 1.5707963267948966 rad - pos: -21.5,-18.5 - parent: 1 -- proto: CurtainsRedOpen - entities: - - uid: 16054 + pos: -85.5,33.5 + parent: 2 + - uid: 8293 components: - type: Transform - pos: -63.5,62.5 - parent: 1 - - uid: 17580 + rot: 1.5707963267948966 rad + pos: 17.5,18.5 + parent: 2 + - uid: 8294 components: - type: Transform - pos: -56.5,62.5 - parent: 1 - - uid: 17583 + pos: -6.5,34.5 + parent: 2 + - uid: 8295 components: - type: Transform - pos: -54.5,62.5 - parent: 1 -- proto: CurtainsWhiteOpen - entities: - - uid: 14674 + pos: -20.5,48.5 + parent: 2 + - uid: 8296 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -67.5,29.5 + parent: 2 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 8297 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -79.5,23.5 + parent: 2 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 8298 + components: + - type: Transform + pos: -68.5,23.5 + parent: 2 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 8299 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,40.5 + parent: 2 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 8300 components: - type: Transform rot: 3.141592653589793 rad - pos: -5.5,58.5 - parent: 1 -- proto: DefaultStationBeacon - entities: - - uid: 12357 + pos: -50.5,31.5 + parent: 2 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 8301 components: - type: Transform - pos: -52.5,-2.5 - parent: 1 - - type: NavMapBeacon - color: '#FFFF00FF' - text: Reporter - - type: WarpPoint - location: Reporter - - uid: 12511 + rot: -1.5707963267948966 rad + pos: -56.5,22.5 + parent: 2 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 8302 components: - type: Transform - pos: 18.5,17.5 - parent: 1 - - type: NavMapBeacon - text: AI Upload - - type: WarpPoint - location: AI Upload -- proto: DefaultStationBeaconAICore - entities: - - uid: 290 + rot: -1.5707963267948966 rad + pos: -56.5,8.5 + parent: 2 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 8303 components: - type: Transform - pos: -4.5,-1.5 - parent: 1 -- proto: DefaultStationBeaconAME - entities: - - uid: 16510 + pos: -68.5,6.5 + parent: 2 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 8304 components: - type: Transform - pos: -70.5,21.5 - parent: 1 -- proto: DefaultStationBeaconAnomalyGenerator - entities: - - uid: 11884 + rot: 1.5707963267948966 rad + pos: -41.5,3.5 + parent: 2 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 8305 components: - type: Transform - pos: -3.5,-9.5 - parent: 1 -- proto: DefaultStationBeaconArmory - entities: - - uid: 3406 + pos: -35.5,-5.5 + parent: 2 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 8306 components: - type: Transform - pos: -42.5,62.5 - parent: 1 - - uid: 11049 + rot: 1.5707963267948966 rad + pos: -38.5,15.5 + parent: 2 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 8307 components: - type: Transform - pos: -42.5,63.5 - parent: 1 -- proto: DefaultStationBeaconArrivals - entities: - - uid: 16183 + rot: -1.5707963267948966 rad + pos: -28.5,26.5 + parent: 2 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 8308 components: - type: Transform - pos: -66.5,-10.5 - parent: 1 -- proto: DefaultStationBeaconArtifactLab - entities: - - uid: 322 + pos: -33.5,33.5 + parent: 2 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 8309 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,35.5 + parent: 2 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 8310 + components: + - type: Transform + pos: -35.5,47.5 + parent: 2 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 8311 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,45.5 + parent: 2 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 8312 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,52.5 + parent: 2 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 8313 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,31.5 + parent: 2 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 8314 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,27.5 + parent: 2 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 8315 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,56.5 + parent: 2 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 8316 components: - type: Transform - pos: -13.5,-33.5 - parent: 1 -- proto: DefaultStationBeaconAtmospherics - entities: - - uid: 18282 + rot: -1.5707963267948966 rad + pos: -20.5,55.5 + parent: 2 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 8317 components: - type: Transform - pos: -80.5,46.5 - parent: 1 -- proto: DefaultStationBeaconBar - entities: - - uid: 5696 + rot: 3.141592653589793 rad + pos: -18.5,62.5 + parent: 2 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 8318 components: - type: Transform - pos: -35.5,37.5 - parent: 1 -- proto: DefaultStationBeaconBotany - entities: - - uid: 5697 + rot: 3.141592653589793 rad + pos: -9.5,27.5 + parent: 2 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 8319 components: - type: Transform - pos: -42.5,46.5 - parent: 1 -- proto: DefaultStationBeaconBridge - entities: - - uid: 5714 + rot: 1.5707963267948966 rad + pos: -13.5,21.5 + parent: 2 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 8320 components: - type: Transform - pos: -16.5,61.5 - parent: 1 -- proto: DefaultStationBeaconBrig - entities: - - uid: 5715 + rot: -1.5707963267948966 rad + pos: -11.5,10.5 + parent: 2 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 8321 components: - type: Transform - pos: -54.5,54.5 - parent: 1 -- proto: DefaultStationBeaconCaptainsQuarters - entities: - - uid: 16182 + rot: 1.5707963267948966 rad + pos: -28.5,12.5 + parent: 2 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 8322 components: - type: Transform - pos: -5.5,61.5 - parent: 1 -- proto: DefaultStationBeaconCargoBay - entities: - - uid: 5769 + pos: -25.5,18.5 + parent: 2 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 8323 components: - type: Transform - pos: -34.5,-7.5 - parent: 1 -- proto: DefaultStationBeaconCargoReception - entities: - - uid: 7444 + rot: 3.141592653589793 rad + pos: -19.5,4.5 + parent: 2 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 8324 components: - type: Transform - pos: -37.5,0.5 - parent: 1 -- proto: DefaultStationBeaconCERoom - entities: - - uid: 5720 + pos: 7.5,6.5 + parent: 2 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 8325 components: - type: Transform - pos: -72.5,16.5 - parent: 1 -- proto: DefaultStationBeaconChapel - entities: - - uid: 2427 + rot: 3.141592653589793 rad + pos: 20.5,4.5 + parent: 2 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 8326 components: - type: Transform - pos: 15.5,-1.5 - parent: 1 -- proto: DefaultStationBeaconChemistry - entities: - - uid: 12250 + rot: 1.5707963267948966 rad + pos: 25.5,9.5 + parent: 2 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 8327 components: - type: Transform - pos: -2.5,24.5 - parent: 1 -- proto: DefaultStationBeaconCMORoom - entities: - - uid: 5747 + rot: -1.5707963267948966 rad + pos: 28.5,19.5 + parent: 2 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 8328 components: - type: Transform - pos: 15.5,29.5 - parent: 1 -- proto: DefaultStationBeaconCourtroom - entities: - - uid: 7451 + rot: 1.5707963267948966 rad + pos: 16.5,13.5 + parent: 2 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 8329 components: - type: Transform - pos: -62.5,42.5 - parent: 1 -- proto: DefaultStationBeaconCryonics - entities: - - uid: 2318 + rot: -1.5707963267948966 rad + pos: 17.5,1.5 + parent: 2 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 8330 components: - type: Transform - pos: 9.5,36.5 - parent: 1 -- proto: DefaultStationBeaconCryosleep - entities: - - uid: 1332 + rot: -1.5707963267948966 rad + pos: -46.5,55.5 + parent: 2 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 8331 components: - type: Transform - pos: 8.5,2.5 - parent: 1 -- proto: DefaultStationBeaconDetectiveRoom - entities: - - uid: 9086 + pos: -46.5,65.5 + parent: 2 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 8332 components: - type: Transform - pos: -55.5,64.5 - parent: 1 -- proto: DefaultStationBeaconDisposals - entities: - - uid: 8286 + rot: 3.141592653589793 rad + pos: -59.5,60.5 + parent: 2 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 8333 components: - type: Transform - pos: -71.5,55.5 - parent: 1 -- proto: DefaultStationBeaconDorms - entities: - - uid: 535 + rot: 1.5707963267948966 rad + pos: -57.5,56.5 + parent: 2 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 8334 components: - type: Transform - pos: 9.5,-16.5 - parent: 1 -- proto: DefaultStationBeaconEvac - entities: - - uid: 16184 + rot: 1.5707963267948966 rad + pos: -65.5,53.5 + parent: 2 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 8335 components: - type: Transform - pos: 26.5,16.5 - parent: 1 -- proto: DefaultStationBeaconEVAStorage - entities: - - uid: 9073 + pos: -52.5,47.5 + parent: 2 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 8336 components: - type: Transform - pos: -11.5,48.5 - parent: 1 -- proto: DefaultStationBeaconHOPOffice - entities: - - uid: 12258 + rot: 1.5707963267948966 rad + pos: -64.5,41.5 + parent: 2 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 8337 components: - type: Transform - pos: -22.5,39.5 - parent: 1 -- proto: DefaultStationBeaconHOSRoom - entities: - - uid: 16169 + pos: -1.5,34.5 + parent: 2 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 8338 components: - type: Transform - pos: -60.5,64.5 - parent: 1 -- proto: DefaultStationBeaconJanitorsCloset - entities: - - uid: 9203 + rot: 3.141592653589793 rad + pos: 8.5,22.5 + parent: 2 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 8339 components: - type: Transform - pos: -51.5,37.5 - parent: 1 -- proto: DefaultStationBeaconKitchen - entities: - - uid: 9204 + pos: 7.5,17.5 + parent: 2 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 8340 components: - type: Transform - pos: -34.5,43.5 - parent: 1 -- proto: DefaultStationBeaconLawOffice - entities: - - uid: 17594 + pos: -12.5,49.5 + parent: 2 + - uid: 8341 components: - type: Transform - pos: -70.5,11.5 - parent: 1 -- proto: DefaultStationBeaconLibrary - entities: - - uid: 9209 + pos: -50.5,6.5 + parent: 2 + - uid: 8342 components: - type: Transform - pos: -26.5,10.5 - parent: 1 -- proto: DefaultStationBeaconMedbay - entities: - - uid: 2986 + rot: -1.5707963267948966 rad + pos: -56.5,42.5 + parent: 2 + - uid: 8343 components: - type: Transform - pos: 9.5,30.5 - parent: 1 - - uid: 9212 + rot: 1.5707963267948966 rad + pos: -71.5,11.5 + parent: 2 + - uid: 8344 components: - type: Transform - pos: -2.5,32.5 - parent: 1 -- proto: DefaultStationBeaconMorgue - entities: - - uid: 9214 + rot: -1.5707963267948966 rad + pos: -77.5,42.5 + parent: 2 + - uid: 8345 components: - type: Transform - pos: 0.5,15.5 - parent: 1 -- proto: DefaultStationBeaconPermaBrig - entities: - - uid: 1444 + rot: 1.5707963267948966 rad + pos: -89.5,46.5 + parent: 2 + - uid: 8346 components: - type: Transform - pos: -59.5,86.5 - parent: 1 -- proto: DefaultStationBeaconPowerBank - entities: - - uid: 9224 + rot: -1.5707963267948966 rad + pos: -3.5,50.5 + parent: 2 + - uid: 8347 components: - type: Transform - pos: -69.5,31.5 - parent: 1 -- proto: DefaultStationBeaconQMRoom - entities: - - uid: 1908 + rot: -1.5707963267948966 rad + pos: 0.5,50.5 + parent: 2 + - uid: 8348 components: - type: Transform - pos: -44.5,-5.5 - parent: 1 -- proto: DefaultStationBeaconRDRoom - entities: - - uid: 286 + rot: 3.141592653589793 rad + pos: -79.5,59.5 + parent: 2 + - uid: 8349 components: - type: Transform - pos: -21.5,-14.5 - parent: 1 -- proto: DefaultStationBeaconRND - entities: - - uid: 323 + pos: -79.5,67.5 + parent: 2 + - uid: 8350 components: - type: Transform - pos: -16.5,-4.5 - parent: 1 -- proto: DefaultStationBeaconRobotics - entities: - - uid: 319 + rot: 1.5707963267948966 rad + pos: -85.5,67.5 + parent: 2 + - uid: 8351 components: - type: Transform - pos: -6.5,-16.5 - parent: 1 -- proto: DefaultStationBeaconSalvage - entities: - - uid: 9249 + rot: -1.5707963267948966 rad + pos: -75.5,67.5 + parent: 2 + - uid: 8352 components: - type: Transform - pos: -41.5,-12.5 - parent: 1 -- proto: DefaultStationBeaconScience - entities: - - uid: 343 + rot: -1.5707963267948966 rad + pos: -88.5,62.5 + parent: 2 + - uid: 8353 components: - type: Transform - pos: -12.5,-11.5 - parent: 1 -- proto: DefaultStationBeaconServerRoom - entities: - - uid: 288 + rot: 3.141592653589793 rad + pos: 9.5,29.5 + parent: 2 + - uid: 8354 components: - type: Transform - pos: -15.5,-17.5 - parent: 1 -- proto: DefaultStationBeaconSingularity - entities: - - uid: 9254 + rot: -1.5707963267948966 rad + pos: 16.5,31.5 + parent: 2 + - uid: 8355 components: - type: Transform - pos: -81.5,26.5 - parent: 1 -- proto: DefaultStationBeaconSolars - entities: - - uid: 5676 + rot: -1.5707963267948966 rad + pos: 20.5,31.5 + parent: 2 + - uid: 8356 components: - type: Transform - pos: 28.5,-7.5 - parent: 1 -- proto: DefaultStationBeaconSurgery - entities: - - uid: 11431 + pos: 7.5,37.5 + parent: 2 + - uid: 8357 components: - type: Transform - pos: 2.5,38.5 - parent: 1 -- proto: DefaultStationBeaconTechVault - entities: - - uid: 9253 + pos: 7.5,34.5 + parent: 2 + - uid: 8358 components: - type: Transform - pos: -49.5,28.5 - parent: 1 -- proto: DefaultStationBeaconTEG + pos: 9.5,42.5 + parent: 2 +- proto: EmergencyRollerBedSpawnFolded entities: - - uid: 4709 + - uid: 8359 components: - type: Transform - pos: -87.5,36.5 - parent: 1 -- proto: DefaultStationBeaconTelecoms + pos: 11.616604,24.635866 + parent: 2 +- proto: Emitter entities: - - uid: 9251 + - uid: 2831 components: - type: Transform - pos: 26.5,26.5 - parent: 1 -- proto: DefaultStationBeaconToolRoom - entities: - - uid: 9259 + rot: -1.5707963267948966 rad + pos: -90.5,26.5 + parent: 2 + - uid: 2838 components: - type: Transform - pos: -23.5,28.5 - parent: 1 -- proto: DefaultStationBeaconVault - entities: - - uid: 9261 + rot: 3.141592653589793 rad + pos: -98.5,18.5 + parent: 2 + - uid: 2887 components: - type: Transform - pos: -21.5,56.5 - parent: 1 -- proto: DefaultStationBeaconWardensOffice - entities: - - uid: 9262 + rot: -1.5707963267948966 rad + pos: -81.5,20.5 + parent: 2 + - uid: 2919 components: - type: Transform - pos: -46.5,60.5 - parent: 1 -- proto: Defibrillator - entities: - - uid: 15776 + rot: -1.5707963267948966 rad + pos: -82.5,20.5 + parent: 2 + - uid: 4067 components: - type: Transform - pos: 4.440308,37.660927 - parent: 1 -- proto: DefibrillatorCabinetFilled - entities: - - uid: 1341 + rot: 1.5707963267948966 rad + pos: -104.5,24.5 + parent: 2 + - uid: 5121 components: - type: Transform - pos: -14.5,-9.5 - parent: 1 - - uid: 2087 + rot: -1.5707963267948966 rad + pos: -81.5,19.5 + parent: 2 + - uid: 5363 components: - type: Transform rot: 3.141592653589793 rad - pos: 7.5,27.5 - parent: 1 - - uid: 2373 + pos: -96.5,18.5 + parent: 2 + - uid: 5376 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,21.5 - parent: 1 - - uid: 2374 + pos: -98.5,32.5 + parent: 2 + - uid: 5394 components: - type: Transform - pos: -4.5,35.5 - parent: 1 - - uid: 5011 + rot: -1.5707963267948966 rad + pos: -82.5,19.5 + parent: 2 + - uid: 5649 components: - type: Transform - pos: 4.5,7.5 - parent: 1 - - uid: 5013 + rot: -1.5707963267948966 rad + pos: -90.5,24.5 + parent: 2 + - uid: 6454 + components: + - type: Transform + pos: -96.5,32.5 + parent: 2 + - uid: 12877 components: - type: Transform rot: 1.5707963267948966 rad - pos: -39.5,19.5 - parent: 1 - - uid: 5014 + pos: -104.5,26.5 + parent: 2 +- proto: EmitterFlatpack + entities: + - uid: 8371 components: - type: Transform rot: 3.141592653589793 rad - pos: -49.5,30.5 - parent: 1 - - uid: 5054 + pos: -82.67085,59.673744 + parent: 2 + - uid: 8372 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,16.5 - parent: 1 - - uid: 6508 + rot: 3.141592653589793 rad + pos: -82.62918,59.423744 + parent: 2 + - uid: 8373 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,32.5 - parent: 1 - - uid: 15779 + rot: 3.141592653589793 rad + pos: -82.25418,59.673744 + parent: 2 + - uid: 8374 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,-8.5 - parent: 1 - - uid: 16031 + rot: 3.141592653589793 rad + pos: -82.21252,59.46541 + parent: 2 +- proto: EncryptionKeyCargo + entities: + - uid: 992 components: - type: Transform - pos: 7.5,38.5 - parent: 1 -- proto: DeskBell + parent: 991 + - type: Physics + canCollide: False +- proto: EncryptionKeyCommand entities: - - uid: 585 + - uid: 993 components: - type: Transform - pos: -60.5,31.5 - parent: 1 - - uid: 4988 + parent: 991 + - type: Physics + canCollide: False +- proto: EncryptionKeyCommon + entities: + - uid: 8375 components: - type: Transform - pos: -47.244946,56.398804 - parent: 1 - - uid: 4989 + pos: 27.658451,23.492924 + parent: 2 +- proto: EncryptionKeyEngineering + entities: + - uid: 994 components: - type: Transform - pos: -45.550537,43.981125 - parent: 1 - - uid: 4990 + parent: 991 + - type: Physics + canCollide: False +- proto: EncryptionKeyMedical + entities: + - uid: 995 components: - type: Transform - pos: -39.378662,43.49675 - parent: 1 - - uid: 4991 + parent: 991 + - type: Physics + canCollide: False +- proto: EncryptionKeyMedicalScience + entities: + - uid: 8376 components: - type: Transform - pos: -36.738037,41.679382 - parent: 1 - - uid: 4992 + pos: -7.390985,-17.408587 + parent: 2 +- proto: EncryptionKeyScience + entities: + - uid: 996 components: - type: Transform - pos: -33.70732,38.156784 - parent: 1 - - uid: 4993 + parent: 991 + - type: Physics + canCollide: False +- proto: EncryptionKeySecurity + entities: + - uid: 997 components: - type: Transform - pos: -24.25037,9.298397 - parent: 1 - - uid: 4994 + parent: 991 + - type: Physics + canCollide: False +- proto: EncryptionKeyService + entities: + - uid: 8377 components: - type: Transform - pos: -36.717434,2.5128608 - parent: 1 - - uid: 4998 + pos: 27.345951,23.492924 + parent: 2 +- proto: EngiComputerComms + entities: + - uid: 8378 components: - type: Transform - pos: -0.23595914,28.693384 - parent: 1 - - uid: 4999 + rot: 3.141592653589793 rad + pos: -74.5,15.5 + parent: 2 +- proto: EthanolChemistryBottle + entities: + - uid: 8379 components: - type: Transform - pos: -1.0953342,32.52913 - parent: 1 - - uid: 5001 + pos: 18.026491,57.529243 + parent: 2 +- proto: ExosuitFabricator + entities: + - uid: 8380 components: - type: Transform - pos: -54.116062,17.501276 - parent: 1 - - uid: 5003 + pos: -8.5,-18.5 + parent: 2 + - type: SiloUtilizer + silo: 13590 +- proto: ExplosivesSignMed + entities: + - uid: 8381 components: - type: Transform - pos: -0.74886024,7.6462955 - parent: 1 - - uid: 7228 + pos: -17.5,-32.5 + parent: 2 + - uid: 8382 components: - type: Transform - pos: -14.399697,-2.2895226 - parent: 1 - - uid: 9502 + pos: -20.5,-36.5 + parent: 2 +- proto: ExtendedEmergencyNitrogenTank + entities: + - uid: 5 components: - type: Transform - pos: -20.503841,37.78737 - parent: 1 -- proto: DiseaseDiagnoser + parent: 4 + - type: GasTank + toggleActionEntity: 6 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - type: ActionsContainer + - type: ContainerContainer + containers: + actions: !type:Container + ents: + - 6 +- proto: ExtinguisherCabinet entities: - - uid: 2362 + - uid: 8383 components: - type: Transform - pos: 11.5,16.5 - parent: 1 -- proto: DisposalBend - entities: - - uid: 1624 + pos: -18.5,30.5 + parent: 2 + - uid: 8384 components: - type: Transform rot: 3.141592653589793 rad - pos: 15.5,35.5 - parent: 1 - - uid: 5113 + pos: -67.5,-12.5 + parent: 2 + - uid: 8385 components: - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,13.5 - parent: 1 - - uid: 5364 + pos: -55.5,0.5 + parent: 2 + - uid: 8386 components: - type: Transform - pos: 5.5,29.5 - parent: 1 - - uid: 6041 + rot: 1.5707963267948966 rad + pos: 21.5,16.5 + parent: 2 + - uid: 8387 components: - type: Transform - pos: 23.5,35.5 - parent: 1 - - uid: 7580 + pos: -74.5,7.5 + parent: 2 + - uid: 8388 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,45.5 - parent: 1 - - uid: 8668 + pos: -46.5,-10.5 + parent: 2 + - uid: 8389 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,55.5 - parent: 1 - - uid: 8669 + pos: -35.5,-4.5 + parent: 2 + - uid: 8390 components: - type: Transform - pos: -48.5,55.5 - parent: 1 - - uid: 8670 + pos: -55.5,9.5 + parent: 2 + - uid: 8391 components: - type: Transform - pos: -50.5,65.5 - parent: 1 - - uid: 12920 + pos: -55.5,29.5 + parent: 2 + - uid: 8392 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,23.5 - parent: 1 - - uid: 12921 + pos: -39.5,47.5 + parent: 2 + - uid: 8393 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,14.5 - parent: 1 - - uid: 12946 + pos: -35.5,34.5 + parent: 2 + - uid: 8394 components: - type: Transform - pos: 11.5,19.5 - parent: 1 - - uid: 13244 + pos: -26.5,44.5 + parent: 2 + - uid: 8395 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,-10.5 - parent: 1 - - uid: 13271 + pos: -27.5,29.5 + parent: 2 + - uid: 8396 components: - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,32.5 - parent: 1 - - uid: 13284 + pos: -39.5,22.5 + parent: 2 + - uid: 8397 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,15.5 - parent: 1 - - uid: 13324 + pos: -35.5,9.5 + parent: 2 + - uid: 8398 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,29.5 - parent: 1 - - uid: 13325 + pos: -26.5,-9.5 + parent: 2 + - uid: 8399 components: - type: Transform - pos: -2.5,30.5 - parent: 1 - - uid: 13388 + pos: -10.5,23.5 + parent: 2 + - uid: 8400 components: - type: Transform - pos: -3.5,31.5 - parent: 1 - - uid: 13389 + pos: -25.5,14.5 + parent: 2 + - uid: 8401 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,31.5 - parent: 1 - - uid: 13390 + pos: -2.5,35.5 + parent: 2 + - uid: 8402 components: - type: Transform - pos: -6.5,32.5 - parent: 1 - - uid: 13397 + pos: 18.5,0.5 + parent: 2 + - uid: 8403 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,30.5 - parent: 1 - - uid: 13446 + pos: 1.5,-10.5 + parent: 2 + - uid: 8404 components: - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,28.5 - parent: 1 - - uid: 13447 + pos: -14.5,-27.5 + parent: 2 +- proto: ExtinguisherCabinetFilled + entities: + - uid: 8405 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,28.5 - parent: 1 - - uid: 13495 + pos: -45.5,-8.5 + parent: 2 + - uid: 8406 components: - type: Transform - pos: -17.5,59.5 - parent: 1 - - uid: 13496 + rot: 1.5707963267948966 rad + pos: -11.5,52.5 + parent: 2 + - uid: 8407 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,55.5 - parent: 1 - - uid: 13497 + pos: -19.5,-1.5 + parent: 2 + - uid: 8408 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,55.5 - parent: 1 - - uid: 13516 + rot: 1.5707963267948966 rad + pos: 0.5,28.5 + parent: 2 + - uid: 8409 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,20.5 - parent: 1 - - uid: 13531 + pos: 5.5,15.5 + parent: 2 + - uid: 8410 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,40.5 - parent: 1 - - uid: 13532 + pos: -19.5,56.5 + parent: 2 + - uid: 8411 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,40.5 - parent: 1 - - uid: 13535 + pos: -18.5,61.5 + parent: 2 + - uid: 8412 components: - type: Transform - pos: -37.5,42.5 - parent: 1 - - uid: 13538 + pos: -60.5,56.5 + parent: 2 + - uid: 8413 components: - type: Transform - pos: -56.5,33.5 - parent: 1 - - uid: 13542 + pos: -53.5,59.5 + parent: 2 + - uid: 8414 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,46.5 - parent: 1 - - uid: 13555 + pos: -45.5,55.5 + parent: 2 + - uid: 8415 components: - type: Transform - pos: -57.5,47.5 - parent: 1 - - uid: 13557 + pos: -53.5,67.5 + parent: 2 + - uid: 8416 components: - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,47.5 - parent: 1 - - uid: 13558 + pos: -57.5,63.5 + parent: 2 + - uid: 8417 components: - type: Transform - pos: -66.5,50.5 - parent: 1 - - uid: 13559 + pos: -56.5,88.5 + parent: 2 + - uid: 8418 components: - type: Transform - rot: 3.141592653589793 rad - pos: -67.5,50.5 - parent: 1 - - uid: 13561 + pos: -62.5,82.5 + parent: 2 + - uid: 8419 components: - type: Transform - pos: -67.5,52.5 - parent: 1 - - uid: 13562 + pos: -49.5,82.5 + parent: 2 + - uid: 8420 components: - type: Transform - pos: -70.5,54.5 - parent: 1 - - uid: 13563 + rot: 1.5707963267948966 rad + pos: -75.5,19.5 + parent: 2 + - uid: 8421 components: - type: Transform - rot: 3.141592653589793 rad - pos: -70.5,52.5 - parent: 1 - - uid: 13592 + rot: 1.5707963267948966 rad + pos: -83.5,22.5 + parent: 2 + - uid: 8422 components: - type: Transform - pos: -64.5,33.5 - parent: 1 - - uid: 13593 + rot: 1.5707963267948966 rad + pos: -65.5,29.5 + parent: 2 + - uid: 8423 components: - type: Transform - rot: 3.141592653589793 rad - pos: -64.5,28.5 - parent: 1 - - uid: 13594 + rot: 1.5707963267948966 rad + pos: -66.5,18.5 + parent: 2 + - uid: 8424 components: - type: Transform rot: 1.5707963267948966 rad - pos: -73.5,33.5 - parent: 1 - - uid: 15334 + pos: -62.5,46.5 + parent: 2 + - uid: 8425 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,43.5 - parent: 1 - - uid: 16028 + rot: 1.5707963267948966 rad + pos: -59.5,38.5 + parent: 2 + - uid: 8426 components: - type: Transform - pos: 26.5,18.5 - parent: 1 - - uid: 16779 + rot: 1.5707963267948966 rad + pos: -52.5,48.5 + parent: 2 + - uid: 8427 components: - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,-29.5 - parent: 1 - - uid: 16796 + rot: 1.5707963267948966 rad + pos: -45.5,38.5 + parent: 2 + - uid: 8428 + components: + - type: Transform + pos: -19.5,58.5 + parent: 2 + - uid: 8429 + components: + - type: Transform + pos: 9.5,7.5 + parent: 2 + - uid: 8430 components: - type: Transform rot: 1.5707963267948966 rad - pos: -13.5,-16.5 - parent: 1 - - uid: 16823 + pos: -80.5,42.5 + parent: 2 + - uid: 8431 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-16.5 - parent: 1 - - uid: 16824 + rot: 1.5707963267948966 rad + pos: -74.5,36.5 + parent: 2 +- proto: FaxMachineBase + entities: + - uid: 8432 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-20.5 - parent: 1 - - uid: 16834 + pos: -5.5,0.5 + parent: 2 + - type: FaxMachine + name: AI Core + - uid: 8433 components: - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,-7.5 - parent: 1 - - uid: 16835 + pos: 10.5,25.5 + parent: 2 + - type: FaxMachine + name: Medical + - uid: 8434 components: - type: Transform - pos: -16.5,-7.5 - parent: 1 - - uid: 16836 + pos: 14.5,32.5 + parent: 2 + - uid: 8435 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,-11.5 - parent: 1 - - uid: 16840 + pos: -46.5,2.5 + parent: 2 + - type: FaxMachine + name: Cargo + - uid: 8436 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-11.5 - parent: 1 - - uid: 16855 + pos: -1.5,34.5 + parent: 2 + - type: FaxMachine + insertingTimeRemaining: 1.88 + - type: ContainerContainer + containers: + Paper: !type:ContainerSlot + showEnts: False + occludes: True + ent: 8437 + - uid: 8438 components: - type: Transform - pos: -2.5,-11.5 - parent: 1 - - uid: 17170 + pos: -28.5,13.5 + parent: 2 + - type: FaxMachine + name: Library + - uid: 8439 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-12.5 - parent: 1 -- proto: DisposalJunction - entities: - - uid: 5997 + pos: -43.5,-5.5 + parent: 2 + - type: FaxMachine + name: Quartermaster + - uid: 8440 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,34.5 - parent: 1 - - uid: 6488 + pos: -21.5,40.5 + parent: 2 + - type: FaxMachine + name: HoP + - uid: 8441 components: - type: Transform - pos: 26.5,13.5 - parent: 1 - - uid: 7536 + pos: -55.5,58.5 + parent: 2 + - type: FaxMachine + name: Security + - uid: 8442 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,5.5 - parent: 1 - - uid: 8673 + pos: -36.5,37.5 + parent: 2 + - type: FaxMachine + name: Bar + - uid: 8443 components: - type: Transform - pos: -50.5,58.5 - parent: 1 - - uid: 12951 + pos: -16.5,-1.5 + parent: 2 + - type: FaxMachine + name: Science + - uid: 8444 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,19.5 - parent: 1 - - uid: 13187 + pos: -64.5,25.5 + parent: 2 + - type: FaxMachine + name: Engineering + - uid: 8445 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,5.5 - parent: 1 - - uid: 13204 + pos: -51.5,-0.5 + parent: 2 + - type: FaxMachine + name: Reporter + - uid: 8446 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,5.5 - parent: 1 - - uid: 13245 + pos: -48.5,60.5 + parent: 2 + - type: FaxMachine + name: Warden + - uid: 8447 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,5.5 - parent: 1 - - uid: 13283 + pos: -12.5,53.5 + parent: 2 + - type: FaxMachine + name: Bridge + - uid: 8448 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,46.5 - parent: 1 - - uid: 13287 + pos: -20.5,-13.5 + parent: 2 + - type: FaxMachine + name: Research Director + - uid: 8449 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,15.5 - parent: 1 - - uid: 13326 + pos: -74.5,8.5 + parent: 2 + - type: FaxMachine + name: Law Office +- proto: FaxMachineCaptain + entities: + - uid: 8450 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,30.5 - parent: 1 - - uid: 13425 + pos: -7.5,62.5 + parent: 2 +- proto: FigureSpawner + entities: + - uid: 8451 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,32.5 - parent: 1 - - uid: 13455 + pos: -52.5,27.5 + parent: 2 +- proto: filingCabinetDrawer + entities: + - uid: 8452 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,32.5 - parent: 1 - - uid: 13476 + pos: -45.5,2.5 + parent: 2 +- proto: filingCabinetDrawerRandom + entities: + - uid: 8453 components: - type: Transform - pos: -16.5,45.5 - parent: 1 - - uid: 13539 + pos: -0.5,34.5 + parent: 2 + - uid: 8454 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,33.5 - parent: 1 - - uid: 13545 + pos: -23.5,38.5 + parent: 2 + - uid: 8455 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,46.5 - parent: 1 - - uid: 16832 + pos: -11.5,53.5 + parent: 2 + - uid: 8456 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-12.5 - parent: 1 -- proto: DisposalJunctionFlipped - entities: - - uid: 629 + pos: 14.5,30.5 + parent: 2 + - uid: 8457 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,5.5 - parent: 1 - - uid: 3585 + pos: 12.5,22.5 + parent: 2 + - uid: 8458 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,5.5 - parent: 1 - - uid: 6001 + pos: -69.5,11.5 + parent: 2 +- proto: filingCabinetRandom + entities: + - uid: 8459 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -61.5,32.5 - parent: 1 - - uid: 6044 + pos: -56.5,66.5 + parent: 2 + - uid: 8460 components: - type: Transform - pos: 15.5,37.5 - parent: 1 - - uid: 7543 + pos: -73.5,8.5 + parent: 2 +- proto: FireAlarm + entities: + - uid: 8461 components: - type: Transform - pos: -38.5,35.5 - parent: 1 - - uid: 12953 + rot: 1.5707963267948966 rad + pos: 12.5,-1.5 + parent: 2 + - uid: 8462 components: - type: Transform rot: 3.141592653589793 rad - pos: 3.5,23.5 - parent: 1 - - uid: 12954 + pos: -63.5,-12.5 + parent: 2 + - type: DeviceList + devices: + - 8623 + - 8624 + - 8622 + - uid: 8463 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,29.5 - parent: 1 - - uid: 13108 + rot: 1.5707963267948966 rad + pos: -59.5,21.5 + parent: 2 + - type: DeviceList + devices: + - 8707 + - 8753 + - 8713 + - uid: 8464 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,5.5 - parent: 1 - - uid: 13132 + pos: -48.5,66.5 + parent: 2 + - type: DeviceList + devices: + - 8703 + - 8701 + - 8700 + - uid: 8465 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,5.5 - parent: 1 - - uid: 13288 + rot: 1.5707963267948966 rad + pos: -53.5,87.5 + parent: 2 + - uid: 8466 components: - type: Transform rot: -1.5707963267948966 rad - pos: -49.5,5.5 - parent: 1 - - uid: 13396 + pos: -56.5,87.5 + parent: 2 + - uid: 8467 components: - type: Transform rot: -1.5707963267948966 rad - pos: -8.5,32.5 - parent: 1 - - uid: 13443 + pos: -55.5,41.5 + parent: 2 + - type: DeviceList + devices: + - 8714 + - 8751 + - 8661 + - uid: 8468 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,32.5 - parent: 1 - - uid: 13454 + rot: 1.5707963267948966 rad + pos: -75.5,22.5 + parent: 2 + - type: DeviceList + devices: + - 8738 + - 8736 + - 8720 + - 8721 + - 8737 + - 8718 + - 8719 + - uid: 8469 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,32.5 - parent: 1 - - uid: 13517 + rot: 1.5707963267948966 rad + pos: -50.5,44.5 + parent: 2 + - type: DeviceList + devices: + - 8694 + - 8695 + - 8696 + - uid: 8470 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,32.5 - parent: 1 - - uid: 13540 + rot: 3.141592653589793 rad + pos: -46.5,30.5 + parent: 2 + - type: DeviceList + devices: + - 8694 + - 8695 + - 8696 + - 8648 + - 8647 + - 8646 + - uid: 8471 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,32.5 - parent: 1 - - uid: 13547 + pos: -67.5,7.5 + parent: 2 + - type: DeviceList + devices: + - 8631 + - 8632 + - 8633 + - 11649 + - 11457 + - 11648 + - 11458 + - uid: 8472 components: - type: Transform rot: -1.5707963267948966 rad - pos: -49.5,46.5 - parent: 1 - - uid: 13879 + pos: -55.5,-4.5 + parent: 2 + - type: DeviceList + devices: + - 8634 + - 8635 + - 8636 + - uid: 8473 components: - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,-1.5 - parent: 1 - - uid: 16802 + pos: -39.5,7.5 + parent: 2 + - type: DeviceList + devices: + - 8741 + - 8742 + - uid: 8474 components: - type: Transform rot: -1.5707963267948966 rad - pos: -5.5,-16.5 - parent: 1 - - uid: 16837 + pos: -35.5,-1.5 + parent: 2 + - type: DeviceList + devices: + - 8612 + - 8613 + - 8614 + - 8615 + - 8616 + - 8617 + - 8618 + - 8611 + - 8610 + - 8620 + - uid: 8475 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-11.5 - parent: 1 -- proto: DisposalPipe - entities: - - uid: 291 + pos: -22.5,7.5 + parent: 2 + - type: DeviceList + devices: + - 8595 + - 8594 + - 8593 + - uid: 8476 components: - type: Transform - pos: -12.5,-9.5 - parent: 1 - - uid: 526 + rot: 1.5707963267948966 rad + pos: -39.5,17.5 + parent: 2 + - type: DeviceList + devices: + - 8538 + - 8539 + - 8540 + - 8541 + - 8542 + - 8543 + - 8544 + - 8642 + - 8641 + - 8640 + - uid: 8477 components: - type: Transform - pos: 23.5,31.5 - parent: 1 - - uid: 550 + pos: -39.5,40.5 + parent: 2 + - type: DeviceList + devices: + - 8648 + - 8647 + - 8646 + - 8640 + - 8641 + - 8642 + - 8643 + - 8644 + - 8645 + - 8558 + - 8559 + - 8560 + - 8561 + - 8556 + - 8557 + - uid: 8478 components: - type: Transform rot: -1.5707963267948966 rad - pos: -7.5,5.5 - parent: 1 - - uid: 582 + pos: -30.5,44.5 + parent: 2 + - type: DeviceList + devices: + - 8556 + - 8557 + - 8562 + - 8563 + - 8564 + - 8565 + - uid: 8479 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-11.5 - parent: 1 - - uid: 675 + pos: -28.5,34.5 + parent: 2 + - type: DeviceList + devices: + - 8643 + - 8644 + - 8645 + - 8649 + - 8650 + - 8651 + - uid: 8480 components: - type: Transform rot: -1.5707963267948966 rad - pos: 17.5,35.5 - parent: 1 - - uid: 677 + pos: -39.5,41.5 + parent: 2 + - type: DeviceList + devices: + - 8562 + - 8563 + - 8565 + - 8564 + - uid: 8481 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,47.5 - parent: 1 - - uid: 697 + pos: -11.5,34.5 + parent: 2 + - type: DeviceList + devices: + - 8652 + - 8653 + - 8654 + - 11667 + - 11477 + - 11668 + - 11478 + - 11669 + - 8605 + - 8606 + - 8602 + - 8607 + - 8608 + - 8609 + - uid: 8482 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,13.5 - parent: 1 - - uid: 702 + pos: -14.5,58.5 + parent: 2 + - type: DeviceList + devices: + - 8547 + - 8548 + - 8549 + - 8550 + - 8551 + - 8552 + - 8553 + - uid: 8483 components: - type: Transform rot: -1.5707963267948966 rad - pos: 25.5,13.5 - parent: 1 - - uid: 706 + pos: -10.5,18.5 + parent: 2 + - type: DeviceList + devices: + - 8592 + - 8591 + - 8590 + - 8609 + - 8608 + - 8607 + - uid: 8484 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,35.5 - parent: 1 - - uid: 1457 + pos: -2.5,7.5 + parent: 2 + - type: DeviceList + devices: + - 8587 + - 8588 + - 8589 + - 8597 + - 8596 + - 8584 + - 8583 + - uid: 8485 components: - type: Transform - pos: 23.5,33.5 - parent: 1 - - uid: 1591 + pos: 20.5,7.5 + parent: 2 + - type: DeviceList + devices: + - 8596 + - 8597 + - 8586 + - 8585 + - uid: 8486 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-11.5 - parent: 1 - - uid: 1592 + rot: 3.141592653589793 rad + pos: 27.5,4.5 + parent: 2 + - type: DeviceList + devices: + - 8586 + - 8585 + - uid: 8487 components: - type: Transform rot: -1.5707963267948966 rad - pos: 16.5,-11.5 - parent: 1 - - uid: 1593 + pos: -72.5,31.5 + parent: 2 + - type: DeviceList + devices: + - 8719 + - 8718 + - 8722 + - 8723 + - uid: 8488 components: - type: Transform rot: -1.5707963267948966 rad - pos: 15.5,-11.5 - parent: 1 - - uid: 1856 + pos: -72.5,25.5 + parent: 2 + - type: DeviceList + devices: + - 8737 + - 8720 + - 8721 + - 8718 + - 8719 + - uid: 8489 + components: + - type: Transform + pos: -80.5,28.5 + parent: 2 + - type: DeviceList + devices: + - 8737 + - uid: 8490 components: - type: Transform rot: 3.141592653589793 rad - pos: 15.5,49.5 - parent: 1 - - uid: 2755 + pos: 24.5,11.5 + parent: 2 + - type: DeviceList + devices: + - 8523 + - 8499 + - 8524 + - 8525 + - uid: 8491 components: - type: Transform - pos: -41.5,0.5 - parent: 1 - - uid: 2763 + rot: 1.5707963267948966 rad + pos: -18.5,36.5 + parent: 2 + - type: DeviceList + devices: + - 8554 + - 8555 + - 8652 + - 8653 + - 8654 + - uid: 8492 components: - type: Transform - pos: -41.5,-0.5 - parent: 1 - - uid: 2891 + rot: 3.141592653589793 rad + pos: -20.5,41.5 + parent: 2 + - uid: 8493 components: - type: Transform - pos: -41.5,3.5 - parent: 1 - - uid: 2906 + rot: -1.5707963267948966 rad + pos: -10.5,-27.5 + parent: 2 + - type: DeviceList + devices: + - 11538 + - 11716 +- proto: FireAxeCabinet + entities: + - uid: 8494 components: - type: Transform - pos: -41.5,1.5 - parent: 1 - - uid: 2996 + rot: 1.5707963267948966 rad + pos: 6.5,-17.5 + parent: 2 +- proto: FireAxeCabinetFilled + entities: + - uid: 8495 components: - type: Transform - pos: -41.5,2.5 - parent: 1 - - uid: 3727 + pos: -10.5,58.5 + parent: 2 + - uid: 21185 components: - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,-5.5 - parent: 1 - - uid: 3749 + rot: -1.5707963267948966 rad + pos: -75.5,51.5 + parent: 2 +- proto: FireExtinguisher + entities: + - uid: 8497 components: - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,-3.5 - parent: 1 - - uid: 4263 + pos: -15.296139,-36.475113 + parent: 2 +- proto: Firelock + entities: + - uid: 905 components: - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,-2.5 - parent: 1 - - uid: 4956 + pos: -42.5,17.5 + parent: 2 + - uid: 7351 components: - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,-4.5 - parent: 1 - - uid: 5111 + pos: -2.5,40.5 + parent: 2 + - uid: 8498 components: - type: Transform rot: 3.141592653589793 rad - pos: 15.5,38.5 - parent: 1 - - uid: 5112 + pos: 14.5,44.5 + parent: 2 + - uid: 8499 components: - type: Transform - pos: 23.5,17.5 - parent: 1 - - uid: 5190 + pos: 26.5,11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8490 + - uid: 8500 components: - type: Transform - pos: 23.5,34.5 - parent: 1 - - uid: 5318 + rot: 1.5707963267948966 rad + pos: 8.5,19.5 + parent: 2 + - uid: 8501 components: - type: Transform rot: 1.5707963267948966 rad - pos: -47.5,5.5 - parent: 1 - - uid: 5576 + pos: 1.5,33.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 47 + - uid: 8502 components: - type: Transform - pos: -50.5,59.5 - parent: 1 - - uid: 6032 + pos: -32.5,51.5 + parent: 2 + - uid: 8503 components: - type: Transform - pos: -57.5,37.5 - parent: 1 - - uid: 6042 + pos: -30.5,14.5 + parent: 2 + - uid: 8504 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,35.5 - parent: 1 - - uid: 6043 + pos: 20.5,35.5 + parent: 2 + - uid: 8506 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,36.5 - parent: 1 - - uid: 6045 + pos: -31.5,51.5 + parent: 2 + - uid: 8507 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,37.5 - parent: 1 - - uid: 6052 + pos: -25.5,42.5 + parent: 2 + - uid: 8510 components: - type: Transform rot: 1.5707963267948966 rad - pos: 18.5,35.5 - parent: 1 - - uid: 6242 - components: - - type: Transform - pos: 23.5,20.5 - parent: 1 - - uid: 6335 - components: - - type: Transform - pos: 23.5,21.5 - parent: 1 - - uid: 6336 - components: - - type: Transform - pos: 23.5,19.5 - parent: 1 - - uid: 6412 + pos: 5.5,19.5 + parent: 2 + - uid: 8511 components: - type: Transform - pos: -41.5,4.5 - parent: 1 - - uid: 7102 + pos: 15.5,44.5 + parent: 2 + - uid: 8514 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,34.5 - parent: 1 - - uid: 7397 + pos: 16.5,37.5 + parent: 2 + - uid: 8515 components: - type: Transform - pos: 23.5,32.5 - parent: 1 - - uid: 7534 + pos: -44.5,12.5 + parent: 2 + - uid: 8516 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,45.5 - parent: 1 - - uid: 7535 + pos: -50.5,16.5 + parent: 2 + - uid: 8517 components: - type: Transform - pos: -38.5,39.5 - parent: 1 - - uid: 8653 + pos: -45.5,22.5 + parent: 2 + - uid: 8518 components: - type: Transform - pos: -50.5,57.5 - parent: 1 - - uid: 8654 + pos: -44.5,22.5 + parent: 2 + - uid: 8519 components: - type: Transform - pos: -50.5,56.5 - parent: 1 - - uid: 8655 + pos: -20.5,22.5 + parent: 2 + - uid: 8520 components: - type: Transform - pos: -50.5,60.5 - parent: 1 - - uid: 8656 + pos: -19.5,22.5 + parent: 2 + - uid: 8521 components: - type: Transform - pos: -50.5,61.5 - parent: 1 - - uid: 8657 + pos: -23.5,50.5 + parent: 2 + - uid: 8522 components: - type: Transform - pos: -50.5,62.5 - parent: 1 - - uid: 8658 + pos: -23.5,51.5 + parent: 2 + - uid: 8523 components: - type: Transform - pos: -50.5,63.5 - parent: 1 - - uid: 8659 + pos: 25.5,11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8490 + - uid: 8524 components: - type: Transform - pos: -50.5,64.5 - parent: 1 - - uid: 8660 + pos: 27.5,11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8490 + - uid: 8525 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,55.5 - parent: 1 - - uid: 8661 + pos: 28.5,11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8490 + - uid: 8526 components: - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,54.5 - parent: 1 - - uid: 8662 + pos: 16.5,38.5 + parent: 2 + - uid: 8527 components: - type: Transform rot: 3.141592653589793 rad - pos: -48.5,53.5 - parent: 1 - - uid: 8663 + pos: 9.5,48.5 + parent: 2 + - uid: 8528 components: - type: Transform rot: 3.141592653589793 rad - pos: -48.5,52.5 - parent: 1 - - uid: 8664 + pos: 15.5,36.5 + parent: 2 + - uid: 8529 components: - type: Transform rot: 3.141592653589793 rad - pos: -48.5,51.5 - parent: 1 - - uid: 8665 + pos: 14.5,36.5 + parent: 2 + - uid: 8530 components: - type: Transform rot: 3.141592653589793 rad - pos: -48.5,50.5 - parent: 1 - - uid: 8666 + pos: 13.5,11.5 + parent: 2 + - uid: 8531 components: - type: Transform rot: 3.141592653589793 rad - pos: -48.5,49.5 - parent: 1 - - uid: 8667 + pos: 14.5,11.5 + parent: 2 + - uid: 11746 components: - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,48.5 - parent: 1 - - uid: 9257 + pos: -49.5,21.5 + parent: 2 + - uid: 19806 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,44.5 - parent: 1 - - uid: 9291 + pos: -4.5,47.5 + parent: 2 + - uid: 20131 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,40.5 - parent: 1 - - uid: 9405 + pos: -1.5,46.5 + parent: 2 + - uid: 20301 components: - type: Transform - pos: -21.5,44.5 - parent: 1 - - uid: 10079 + pos: 30.5,-5.5 + parent: 2 + - uid: 20302 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,48.5 - parent: 1 - - uid: 11148 + pos: 30.5,-2.5 + parent: 2 +- proto: FirelockEdge + entities: + - uid: 8532 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,46.5 - parent: 1 - - uid: 12922 + pos: 28.5,-5.5 + parent: 2 + - uid: 8533 components: - type: Transform rot: 3.141592653589793 rad - pos: 3.5,15.5 - parent: 1 - - uid: 12923 + pos: -35.5,-8.5 + parent: 2 + - uid: 8534 components: - type: Transform rot: 3.141592653589793 rad - pos: 3.5,16.5 - parent: 1 - - uid: 12924 + pos: -34.5,-8.5 + parent: 2 + - uid: 8535 components: - type: Transform rot: 3.141592653589793 rad - pos: 3.5,17.5 - parent: 1 - - uid: 12925 + pos: -33.5,-8.5 + parent: 2 + - uid: 8536 components: - type: Transform rot: 3.141592653589793 rad - pos: 3.5,18.5 - parent: 1 - - uid: 12926 + pos: -32.5,-8.5 + parent: 2 + - uid: 8537 components: - type: Transform rot: 3.141592653589793 rad - pos: 3.5,20.5 - parent: 1 - - uid: 12927 + pos: -31.5,-8.5 + parent: 2 + - uid: 8538 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,21.5 - parent: 1 - - uid: 12928 + rot: -1.5707963267948966 rad + pos: -35.5,23.5 + parent: 2 + - uid: 8539 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,22.5 - parent: 1 - - uid: 12929 + rot: -1.5707963267948966 rad + pos: -35.5,24.5 + parent: 2 + - uid: 8540 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,24.5 - parent: 1 - - uid: 12930 + rot: -1.5707963267948966 rad + pos: -35.5,25.5 + parent: 2 + - uid: 8541 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,25.5 - parent: 1 - - uid: 12931 + rot: -1.5707963267948966 rad + pos: -35.5,26.5 + parent: 2 + - uid: 8542 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,26.5 - parent: 1 - - uid: 12932 + rot: -1.5707963267948966 rad + pos: -35.5,27.5 + parent: 2 + - uid: 8543 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,27.5 - parent: 1 - - uid: 12933 + rot: -1.5707963267948966 rad + pos: -35.5,28.5 + parent: 2 + - uid: 8544 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,28.5 - parent: 1 - - uid: 12934 + rot: -1.5707963267948966 rad + pos: -35.5,29.5 + parent: 2 + - uid: 8545 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,29.5 - parent: 1 - - uid: 12935 + rot: 3.141592653589793 rad + pos: -52.5,65.5 + parent: 2 + - uid: 8546 components: - type: Transform - pos: 11.5,15.5 - parent: 1 - - uid: 12936 + rot: 3.141592653589793 rad + pos: -50.5,65.5 + parent: 2 + - uid: 8547 components: - type: Transform - pos: 11.5,16.5 - parent: 1 - - uid: 12937 + rot: 1.5707963267948966 rad + pos: -14.5,59.5 + parent: 2 + - uid: 8548 components: - type: Transform - pos: 11.5,17.5 - parent: 1 - - uid: 12938 + rot: 1.5707963267948966 rad + pos: -14.5,60.5 + parent: 2 + - uid: 8549 components: - type: Transform - pos: 11.5,18.5 - parent: 1 - - uid: 12939 + rot: 3.141592653589793 rad + pos: -15.5,61.5 + parent: 2 + - uid: 8550 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,19.5 - parent: 1 - - uid: 12940 + rot: 3.141592653589793 rad + pos: -16.5,61.5 + parent: 2 + - uid: 8551 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,19.5 - parent: 1 - - uid: 12941 + rot: 3.141592653589793 rad + pos: -17.5,61.5 + parent: 2 + - uid: 8552 components: - type: Transform rot: -1.5707963267948966 rad - pos: 8.5,19.5 - parent: 1 - - uid: 12942 + pos: -18.5,60.5 + parent: 2 + - uid: 8553 components: - type: Transform rot: -1.5707963267948966 rad - pos: 7.5,19.5 - parent: 1 - - uid: 12943 + pos: -18.5,59.5 + parent: 2 + - uid: 8554 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,19.5 - parent: 1 - - uid: 12944 + rot: 1.5707963267948966 rad + pos: -18.5,37.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8491 + - 41 + - uid: 8555 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,19.5 - parent: 1 - - uid: 12945 + rot: 1.5707963267948966 rad + pos: -18.5,40.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8491 + - 41 + - uid: 8556 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,19.5 - parent: 1 - - uid: 12948 + pos: -36.5,41.5 + parent: 2 + - uid: 8557 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,29.5 - parent: 1 - - uid: 12949 + pos: -35.5,41.5 + parent: 2 + - uid: 8558 components: - type: Transform rot: -1.5707963267948966 rad - pos: 2.5,23.5 - parent: 1 - - uid: 12950 + pos: -33.5,38.5 + parent: 2 + - uid: 8559 components: - type: Transform rot: -1.5707963267948966 rad - pos: 1.5,23.5 - parent: 1 - - uid: 13109 + pos: -33.5,37.5 + parent: 2 + - uid: 8560 components: - type: Transform rot: -1.5707963267948966 rad - pos: 27.5,5.5 - parent: 1 - - uid: 13111 + pos: -33.5,36.5 + parent: 2 + - uid: 8561 components: - type: Transform rot: -1.5707963267948966 rad - pos: 25.5,5.5 - parent: 1 - - uid: 13112 + pos: -33.5,35.5 + parent: 2 + - uid: 8562 components: - type: Transform rot: -1.5707963267948966 rad - pos: 24.5,5.5 - parent: 1 - - uid: 13113 + pos: -39.5,43.5 + parent: 2 + - uid: 8563 components: - type: Transform rot: -1.5707963267948966 rad - pos: 22.5,5.5 - parent: 1 - - uid: 13114 + pos: -39.5,44.5 + parent: 2 + - uid: 8564 components: - type: Transform rot: -1.5707963267948966 rad - pos: 21.5,5.5 - parent: 1 - - uid: 13115 + pos: -39.5,45.5 + parent: 2 + - uid: 8565 components: - type: Transform rot: -1.5707963267948966 rad - pos: 20.5,5.5 - parent: 1 - - uid: 13116 + pos: -39.5,46.5 + parent: 2 + - uid: 8566 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,5.5 - parent: 1 - - uid: 13117 + pos: -52.5,84.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 16 + - uid: 8567 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,5.5 - parent: 1 - - uid: 13118 + pos: -51.5,84.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 16 + - uid: 8568 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,5.5 - parent: 1 - - uid: 13119 + pos: -50.5,84.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 16 + - uid: 8569 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,5.5 - parent: 1 - - uid: 13120 + rot: 3.141592653589793 rad + pos: -4.5,58.5 + parent: 2 + - uid: 8570 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,5.5 - parent: 1 - - uid: 13121 + rot: 1.5707963267948966 rad + pos: 11.5,15.5 + parent: 2 + - uid: 8571 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,5.5 - parent: 1 - - uid: 13122 + rot: 3.141592653589793 rad + pos: -71.5,10.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 61 + - uid: 20408 components: - type: Transform rot: -1.5707963267948966 rad - pos: 13.5,5.5 - parent: 1 - - uid: 13123 + pos: 6.5,12.5 + parent: 2 +- proto: FirelockGlass + entities: + - uid: 6233 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,5.5 - parent: 1 - - uid: 13124 + pos: -66.5,37.5 + parent: 2 + - uid: 8572 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-2.5 - parent: 1 - - uid: 13125 + pos: 9.5,-1.5 + parent: 2 + - uid: 8573 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-1.5 - parent: 1 - - uid: 13126 + rot: 1.5707963267948966 rad + pos: 2.5,21.5 + parent: 2 + - uid: 8574 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-0.5 - parent: 1 - - uid: 13127 + pos: -12.5,3.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 57 + - uid: 8575 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,0.5 - parent: 1 - - uid: 13128 + pos: -13.5,3.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 57 + - uid: 8576 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,1.5 - parent: 1 - - uid: 13129 + pos: -11.5,-13.5 + parent: 2 + - uid: 8577 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,2.5 - parent: 1 - - uid: 13130 + pos: -12.5,-13.5 + parent: 2 + - uid: 8578 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,3.5 - parent: 1 - - uid: 13131 + pos: 18.5,7.5 + parent: 2 + - uid: 8579 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,4.5 - parent: 1 - - uid: 13134 + rot: 1.5707963267948966 rad + pos: 13.5,23.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13 + - uid: 8580 components: - type: Transform rot: 1.5707963267948966 rad - pos: 10.5,5.5 - parent: 1 - - uid: 13135 + pos: -2.5,16.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 70 + - uid: 8581 components: - type: Transform rot: 1.5707963267948966 rad - pos: 9.5,5.5 - parent: 1 - - uid: 13136 + pos: 5.5,25.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13 + - uid: 8582 components: - type: Transform rot: 1.5707963267948966 rad - pos: 8.5,5.5 - parent: 1 - - uid: 13137 + pos: 5.5,24.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13 + - uid: 8583 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,5.5 - parent: 1 - - uid: 13138 + pos: 10.5,3.5 + parent: 2 + - type: Door + secondsUntilStateChange: -90240.836 + state: Closing + - uid: 8584 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,5.5 - parent: 1 - - uid: 13139 + pos: 11.5,3.5 + parent: 2 + - type: Door + secondsUntilStateChange: -90240.67 + state: Closing + - uid: 8585 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,5.5 - parent: 1 - - uid: 13140 + pos: 24.5,6.5 + parent: 2 + - uid: 8586 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,5.5 - parent: 1 - - uid: 13141 + pos: 24.5,5.5 + parent: 2 + - uid: 8587 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,5.5 - parent: 1 - - uid: 13142 + pos: -10.5,6.5 + parent: 2 + - uid: 8588 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,5.5 - parent: 1 - - uid: 13143 + pos: -10.5,5.5 + parent: 2 + - uid: 8589 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,5.5 - parent: 1 - - uid: 13144 + pos: -10.5,4.5 + parent: 2 + - uid: 8590 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,5.5 - parent: 1 - - uid: 13145 + pos: -11.5,7.5 + parent: 2 + - uid: 8591 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,5.5 - parent: 1 - - uid: 13146 + pos: -12.5,7.5 + parent: 2 + - uid: 8592 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,5.5 - parent: 1 - - uid: 13147 + pos: -13.5,7.5 + parent: 2 + - uid: 8593 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,5.5 - parent: 1 - - uid: 13148 + pos: -14.5,6.5 + parent: 2 + - uid: 8594 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,5.5 - parent: 1 - - uid: 13149 + pos: -14.5,5.5 + parent: 2 + - uid: 8595 + components: + - type: Transform + pos: -14.5,4.5 + parent: 2 + - uid: 8596 + components: + - type: Transform + pos: 12.5,6.5 + parent: 2 + - uid: 8597 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,5.5 - parent: 1 - - uid: 13150 + pos: 12.5,5.5 + parent: 2 + - uid: 8598 components: - type: Transform rot: 1.5707963267948966 rad - pos: -5.5,5.5 - parent: 1 - - uid: 13151 + pos: 3.5,21.5 + parent: 2 + - uid: 8599 components: - type: Transform rot: 1.5707963267948966 rad - pos: -6.5,5.5 - parent: 1 - - uid: 13175 + pos: 4.5,21.5 + parent: 2 + - uid: 8600 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,5.5 - parent: 1 - - uid: 13176 + rot: 1.5707963267948966 rad + pos: 5.5,40.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 75 + - uid: 8601 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,5.5 - parent: 1 - - uid: 13177 + rot: 3.141592653589793 rad + pos: 5.5,29.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9 + - uid: 8602 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,5.5 - parent: 1 - - uid: 13178 + pos: -14.5,33.5 + parent: 2 + - uid: 8603 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,5.5 - parent: 1 - - uid: 13180 + pos: 1.5,29.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 47 + - uid: 8604 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,5.5 - parent: 1 - - uid: 13181 + pos: 1.5,30.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 47 + - uid: 8605 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,5.5 - parent: 1 - - uid: 13182 + pos: -14.5,31.5 + parent: 2 + - uid: 8606 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,5.5 - parent: 1 - - uid: 13183 + pos: -14.5,32.5 + parent: 2 + - uid: 8607 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,5.5 - parent: 1 - - uid: 13184 + pos: -13.5,26.5 + parent: 2 + - uid: 8608 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,5.5 - parent: 1 - - uid: 13185 + pos: -12.5,26.5 + parent: 2 + - uid: 8609 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,5.5 - parent: 1 - - uid: 13186 + pos: -11.5,26.5 + parent: 2 + - uid: 8610 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,5.5 - parent: 1 - - uid: 13189 + pos: -41.5,-0.5 + parent: 2 + - uid: 8611 components: - type: Transform - pos: -20.5,6.5 - parent: 1 - - uid: 13190 + pos: -40.5,-0.5 + parent: 2 + - uid: 8612 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,5.5 - parent: 1 - - uid: 13191 + pos: -39.5,0.5 + parent: 2 + - uid: 8613 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,5.5 - parent: 1 - - uid: 13192 + pos: -39.5,1.5 + parent: 2 + - uid: 8614 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,5.5 - parent: 1 - - uid: 13193 + pos: -38.5,2.5 + parent: 2 + - uid: 8615 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,5.5 - parent: 1 - - uid: 13194 + pos: -37.5,2.5 + parent: 2 + - uid: 8616 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,5.5 - parent: 1 - - uid: 13195 + pos: -36.5,2.5 + parent: 2 + - uid: 8617 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,5.5 - parent: 1 - - uid: 13196 + pos: -35.5,1.5 + parent: 2 + - uid: 8618 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,5.5 - parent: 1 - - uid: 13197 + pos: -35.5,0.5 + parent: 2 + - uid: 8619 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,5.5 - parent: 1 - - uid: 13198 + pos: -32.5,-0.5 + parent: 2 + - uid: 8620 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,5.5 - parent: 1 - - uid: 13199 + pos: -35.5,-2.5 + parent: 2 + - uid: 8621 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,5.5 - parent: 1 - - uid: 13200 + pos: -69.5,10.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 61 + - uid: 8622 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,5.5 - parent: 1 - - uid: 13201 + pos: -59.5,-11.5 + parent: 2 + - uid: 8623 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,5.5 - parent: 1 - - uid: 13202 + pos: -59.5,-9.5 + parent: 2 + - uid: 8624 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,5.5 - parent: 1 - - uid: 13203 + pos: -59.5,-10.5 + parent: 2 + - uid: 8625 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,5.5 - parent: 1 - - uid: 13205 + rot: 1.5707963267948966 rad + pos: -5.5,26.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 51 + - uid: 8626 components: - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,6.5 - parent: 1 - - uid: 13207 + rot: 1.5707963267948966 rad + pos: 1.5,23.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 51 + - uid: 8627 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,5.5 - parent: 1 - - uid: 13208 + rot: 1.5707963267948966 rad + pos: 19.5,33.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14 + - uid: 8628 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,5.5 - parent: 1 - - uid: 13209 + pos: -55.5,4.5 + parent: 2 + - uid: 8629 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,5.5 - parent: 1 - - uid: 13210 + pos: -55.5,5.5 + parent: 2 + - uid: 8630 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,5.5 - parent: 1 - - uid: 13211 + pos: -55.5,6.5 + parent: 2 + - uid: 8631 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,5.5 - parent: 1 - - uid: 13213 + pos: -59.5,6.5 + parent: 2 + - uid: 8632 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,5.5 - parent: 1 - - uid: 13214 + pos: -59.5,5.5 + parent: 2 + - uid: 8633 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,5.5 - parent: 1 - - uid: 13215 + pos: -59.5,4.5 + parent: 2 + - uid: 8634 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,5.5 - parent: 1 - - uid: 13216 + pos: -58.5,3.5 + parent: 2 + - uid: 8635 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,5.5 - parent: 1 - - uid: 13217 + pos: -57.5,3.5 + parent: 2 + - uid: 8636 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,5.5 - parent: 1 - - uid: 13219 + pos: -56.5,3.5 + parent: 2 + - uid: 8637 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,5.5 - parent: 1 - - uid: 13220 + pos: -58.5,7.5 + parent: 2 + - uid: 8638 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,5.5 - parent: 1 - - uid: 13222 + pos: -57.5,7.5 + parent: 2 + - uid: 8639 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,5.5 - parent: 1 - - uid: 13223 + pos: -56.5,7.5 + parent: 2 + - uid: 8640 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,5.5 - parent: 1 - - uid: 13224 + pos: -38.5,30.5 + parent: 2 + - uid: 8641 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,5.5 - parent: 1 - - uid: 13225 + pos: -37.5,30.5 + parent: 2 + - uid: 8642 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,5.5 - parent: 1 - - uid: 13226 + pos: -36.5,30.5 + parent: 2 + - uid: 8643 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,5.5 - parent: 1 - - uid: 13227 + pos: -35.5,31.5 + parent: 2 + - uid: 8644 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,5.5 - parent: 1 - - uid: 13228 + pos: -35.5,32.5 + parent: 2 + - uid: 8645 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,-9.5 - parent: 1 - - uid: 13229 + pos: -35.5,33.5 + parent: 2 + - uid: 8646 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,-8.5 - parent: 1 - - uid: 13230 + pos: -39.5,31.5 + parent: 2 + - uid: 8647 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,-7.5 - parent: 1 - - uid: 13231 + pos: -39.5,32.5 + parent: 2 + - uid: 8648 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,-6.5 - parent: 1 - - uid: 13232 + pos: -39.5,33.5 + parent: 2 + - uid: 8649 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,-5.5 - parent: 1 - - uid: 13233 + pos: -18.5,31.5 + parent: 2 + - uid: 8650 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,-4.5 - parent: 1 - - uid: 13234 + pos: -18.5,32.5 + parent: 2 + - uid: 8651 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,-3.5 - parent: 1 - - uid: 13235 + pos: -18.5,33.5 + parent: 2 + - uid: 8652 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,-2.5 - parent: 1 - - uid: 13236 + pos: -17.5,34.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8491 + - 41 + - uid: 8653 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,-1.5 - parent: 1 - - uid: 13237 + pos: -16.5,34.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8491 + - 41 + - uid: 8654 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,-0.5 - parent: 1 - - uid: 13238 + pos: -15.5,34.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8491 + - 41 + - uid: 8655 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,0.5 - parent: 1 - - uid: 13239 + rot: 1.5707963267948966 rad + pos: 1.5,26.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 51 + - uid: 8656 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,1.5 - parent: 1 - - uid: 13240 + pos: 5.5,-5.5 + parent: 2 + - uid: 8657 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,2.5 - parent: 1 - - uid: 13241 + pos: -5.5,-19.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 20 + - 60 + - uid: 8658 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,3.5 - parent: 1 - - uid: 13242 + pos: -79.5,44.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 64 + - 63 + - uid: 8659 components: - type: Transform rot: 3.141592653589793 rad - pos: -57.5,4.5 - parent: 1 - - uid: 13246 + pos: -7.5,-20.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 20 + - uid: 8660 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,6.5 - parent: 1 - - uid: 13247 + pos: -49.5,36.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18 + - uid: 8661 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,7.5 - parent: 1 - - uid: 13248 + pos: -56.5,35.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8467 + - uid: 8662 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,8.5 - parent: 1 - - uid: 13249 + rot: 1.5707963267948966 rad + pos: 13.5,29.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9 + - 50 + - uid: 8663 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,9.5 - parent: 1 - - uid: 13250 + pos: -60.5,34.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 52 + - uid: 8664 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,10.5 - parent: 1 - - uid: 13251 + pos: 12.5,-5.5 + parent: 2 + - uid: 8665 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,11.5 - parent: 1 - - uid: 13252 + pos: 23.5,0.5 + parent: 2 + - uid: 8666 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,12.5 - parent: 1 - - uid: 13253 + pos: 20.5,-5.5 + parent: 2 + - uid: 8667 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,13.5 - parent: 1 - - uid: 13254 + pos: 20.5,-4.5 + parent: 2 + - uid: 8668 components: - type: Transform rot: 3.141592653589793 rad - pos: -57.5,14.5 - parent: 1 - - uid: 13255 + pos: 9.5,31.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9 + - uid: 8669 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,16.5 - parent: 1 - - uid: 13256 + pos: -21.5,-5.5 + parent: 2 + - uid: 8670 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,17.5 - parent: 1 - - uid: 13257 + pos: -29.5,-3.5 + parent: 2 + - uid: 8671 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,18.5 - parent: 1 - - uid: 13258 + pos: -28.5,-3.5 + parent: 2 + - uid: 8672 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,19.5 - parent: 1 - - uid: 13259 + pos: -49.5,-9.5 + parent: 2 + - uid: 8673 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,20.5 - parent: 1 - - uid: 13260 + pos: 11.5,8.5 + parent: 2 + - uid: 8674 components: - - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,21.5 - parent: 1 - - uid: 13261 + - type: Transform + pos: -64.5,48.5 + parent: 2 + - uid: 8675 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,22.5 - parent: 1 - - uid: 13262 + pos: -64.5,47.5 + parent: 2 + - uid: 8678 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,23.5 - parent: 1 - - uid: 13263 + pos: -62.5,17.5 + parent: 2 + - uid: 8679 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,24.5 - parent: 1 - - uid: 13264 + pos: -62.5,16.5 + parent: 2 + - uid: 8680 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,25.5 - parent: 1 - - uid: 13265 + pos: 16.5,25.5 + parent: 2 + - uid: 8681 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,26.5 - parent: 1 - - uid: 13266 + pos: 16.5,26.5 + parent: 2 + - uid: 8682 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,27.5 - parent: 1 - - uid: 13267 + pos: 11.5,9.5 + parent: 2 + - uid: 8683 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,28.5 - parent: 1 - - uid: 13268 + pos: -1.5,12.5 + parent: 2 + - uid: 8684 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,29.5 - parent: 1 - - uid: 13269 + pos: 22.5,20.5 + parent: 2 + - uid: 8685 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,30.5 - parent: 1 - - uid: 13270 + pos: 23.5,20.5 + parent: 2 + - uid: 8686 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,31.5 - parent: 1 - - uid: 13273 + rot: 1.5707963267948966 rad + pos: 9.5,38.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9 + - 75 + - uid: 8687 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,35.5 - parent: 1 - - uid: 13274 + pos: -43.5,6.5 + parent: 2 + - uid: 8688 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,36.5 - parent: 1 - - uid: 13275 + pos: -43.5,4.5 + parent: 2 + - uid: 8689 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,38.5 - parent: 1 - - uid: 13276 + pos: -43.5,5.5 + parent: 2 + - uid: 8690 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,39.5 - parent: 1 - - uid: 13277 + pos: -29.5,6.5 + parent: 2 + - uid: 8691 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,40.5 - parent: 1 - - uid: 13278 + pos: -29.5,5.5 + parent: 2 + - uid: 8692 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,41.5 - parent: 1 - - uid: 13279 + pos: -29.5,4.5 + parent: 2 + - uid: 8693 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,42.5 - parent: 1 - - uid: 13280 + pos: -60.5,32.5 + parent: 2 + - uid: 8694 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,43.5 - parent: 1 - - uid: 13281 + pos: -48.5,34.5 + parent: 2 + - uid: 8695 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,44.5 - parent: 1 - - uid: 13282 + pos: -47.5,34.5 + parent: 2 + - uid: 8696 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,45.5 - parent: 1 - - uid: 13286 + pos: -46.5,34.5 + parent: 2 + - uid: 8697 components: - type: Transform rot: -1.5707963267948966 rad - pos: -56.5,15.5 - parent: 1 - - uid: 13290 + pos: -76.5,52.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 64 + - uid: 8698 components: - type: Transform rot: 3.141592653589793 rad - pos: -49.5,4.5 - parent: 1 - - uid: 13328 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,29.5 - parent: 1 - - uid: 13329 + pos: 10.5,31.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9 + - uid: 8699 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,29.5 - parent: 1 - - uid: 13330 + rot: 3.141592653589793 rad + pos: 5.5,30.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9 + - uid: 8700 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,29.5 - parent: 1 - - uid: 13374 + pos: -53.5,61.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 12 + - 8464 + - 15 + - uid: 8701 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,47.5 - parent: 1 - - uid: 13375 + pos: -53.5,60.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 12 + - 8464 + - 15 + - uid: 8702 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -60.5,47.5 - parent: 1 - - uid: 13376 + pos: -47.5,56.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15 + - uid: 8703 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -61.5,47.5 - parent: 1 - - uid: 13377 + pos: -47.5,63.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8464 + - 15 + - uid: 8704 components: - type: Transform rot: 1.5707963267948966 rad - pos: -62.5,47.5 - parent: 1 - - uid: 13378 + pos: 3.5,41.5 + parent: 2 + - uid: 8705 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -63.5,47.5 - parent: 1 - - uid: 13379 + pos: -14.5,-2.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 54 + - uid: 8706 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -64.5,47.5 - parent: 1 - - uid: 13380 + pos: 3.5,18.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 47 + - 70 + - uid: 8707 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,47.5 - parent: 1 - - uid: 13381 + pos: -58.5,29.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8463 + - uid: 8708 components: - type: Transform - pos: -66.5,48.5 - parent: 1 - - uid: 13382 + pos: 3.5,35.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17 + - 47 + - uid: 8709 components: - type: Transform - pos: -66.5,49.5 - parent: 1 - - uid: 13383 + pos: -5.5,31.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 34 + - uid: 8710 components: - type: Transform - rot: 3.141592653589793 rad - pos: -67.5,51.5 - parent: 1 - - uid: 13384 + pos: -40.5,-8.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 26 + - uid: 8711 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -68.5,52.5 - parent: 1 - - uid: 13385 + pos: -5.5,33.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 34 + - uid: 8712 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -69.5,52.5 - parent: 1 - - uid: 13386 + pos: -54.5,31.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 22 + - uid: 8713 components: - type: Transform - pos: -70.5,53.5 - parent: 1 - - uid: 13387 + pos: -56.5,29.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8463 + - uid: 8714 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -71.5,54.5 - parent: 1 - - uid: 13391 + pos: -58.5,35.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8467 + - uid: 8715 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,31.5 - parent: 1 - - uid: 13392 + pos: -54.5,32.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 22 + - uid: 8716 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,31.5 - parent: 1 - - uid: 13393 + rot: 1.5707963267948966 rad + pos: 10.5,38.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9 + - 75 + - uid: 8717 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,32.5 - parent: 1 - - uid: 13394 + pos: -54.5,33.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 22 + - uid: 8718 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,30.5 - parent: 1 - - uid: 13395 + pos: -74.5,27.5 + parent: 2 + - uid: 8719 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,31.5 - parent: 1 - - uid: 13399 + pos: -73.5,27.5 + parent: 2 + - uid: 8720 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,32.5 - parent: 1 - - uid: 13400 + pos: -74.5,23.5 + parent: 2 + - uid: 8721 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,32.5 - parent: 1 - - uid: 13401 + pos: -73.5,23.5 + parent: 2 + - uid: 8722 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,32.5 - parent: 1 - - uid: 13402 + pos: -65.5,33.5 + parent: 2 + - uid: 8723 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,32.5 - parent: 1 - - uid: 13403 + pos: -65.5,34.5 + parent: 2 + - uid: 8724 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,32.5 - parent: 1 - - uid: 13404 + pos: -14.5,-3.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 54 + - uid: 8725 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,32.5 - parent: 1 - - uid: 13405 + pos: -16.5,-8.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 53 + - 54 + - uid: 8726 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,32.5 - parent: 1 - - uid: 13406 + pos: -36.5,9.5 + parent: 2 + - uid: 8727 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,32.5 - parent: 1 - - uid: 13407 + pos: -37.5,9.5 + parent: 2 + - uid: 8728 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,32.5 - parent: 1 - - uid: 13408 + pos: -38.5,9.5 + parent: 2 + - uid: 8729 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,32.5 - parent: 1 - - uid: 13409 + pos: -49.5,7.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 11 + - uid: 8730 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,32.5 - parent: 1 - - uid: 13410 + pos: -11.5,3.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 57 + - uid: 8731 components: - type: Transform rot: 1.5707963267948966 rad - pos: -21.5,32.5 - parent: 1 - - uid: 13411 + pos: 1.5,27.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 51 + - uid: 8732 components: - type: Transform rot: 1.5707963267948966 rad - pos: -23.5,32.5 - parent: 1 - - uid: 13412 + pos: 13.5,41.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 75 + - uid: 8733 components: - type: Transform rot: 1.5707963267948966 rad - pos: -24.5,32.5 - parent: 1 - - uid: 13413 + pos: 17.5,32.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 50 + - 14 + - uid: 8734 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,32.5 - parent: 1 - - uid: 13414 + pos: -13.5,-13.5 + parent: 2 + - uid: 8735 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,32.5 - parent: 1 - - uid: 13415 + rot: 3.141592653589793 rad + pos: -84.5,64.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 69 + - uid: 8736 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,32.5 - parent: 1 - - uid: 13416 + pos: -72.5,21.5 + parent: 2 + - uid: 8737 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,32.5 - parent: 1 - - uid: 13417 + pos: -77.5,25.5 + parent: 2 + - uid: 8738 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,32.5 - parent: 1 - - uid: 13418 + pos: -74.5,18.5 + parent: 2 + - uid: 8739 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,32.5 - parent: 1 - - uid: 13419 + rot: 3.141592653589793 rad + pos: -76.5,64.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 69 + - uid: 8740 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,32.5 - parent: 1 - - uid: 13420 + pos: -70.5,10.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 61 + - uid: 8741 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,32.5 - parent: 1 - - uid: 13421 + pos: -41.5,2.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8473 + - 27 + - uid: 8742 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,32.5 - parent: 1 - - uid: 13422 + pos: -40.5,2.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8473 + - 27 + - uid: 8743 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,32.5 - parent: 1 - - uid: 13423 + pos: -16.5,52.5 + parent: 2 + - uid: 8744 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,32.5 - parent: 1 - - uid: 13424 + pos: -50.5,46.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 21 + - uid: 8745 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,32.5 - parent: 1 - - uid: 13426 + pos: -50.5,47.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 21 + - uid: 8746 components: - type: Transform rot: 1.5707963267948966 rad - pos: -39.5,32.5 - parent: 1 - - uid: 13427 + pos: -5.5,27.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 51 + - uid: 8747 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,32.5 - parent: 1 - - uid: 13428 + pos: 26.5,22.5 + parent: 2 + - uid: 8748 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,32.5 - parent: 1 - - uid: 13429 + pos: 26.5,4.5 + parent: 2 + - uid: 8749 components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,32.5 - parent: 1 - - uid: 13430 + - type: Transform + pos: -42.5,1.5 + parent: 2 + - uid: 8750 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,32.5 - parent: 1 - - uid: 13431 + pos: -62.5,60.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 12 + - uid: 8751 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,32.5 - parent: 1 - - uid: 13432 + pos: -57.5,35.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8467 + - uid: 8752 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,32.5 - parent: 1 - - uid: 13433 + pos: -13.5,55.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 35 + - uid: 8753 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,32.5 - parent: 1 - - uid: 13434 + pos: -57.5,29.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8463 + - uid: 8754 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,32.5 - parent: 1 - - uid: 13435 + pos: -60.5,31.5 + parent: 2 + - uid: 8755 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,32.5 - parent: 1 - - uid: 13436 + pos: -48.5,0.5 + parent: 2 + - uid: 8756 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,32.5 - parent: 1 - - uid: 13437 + pos: -59.5,12.5 + parent: 2 + - uid: 8757 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,32.5 - parent: 1 - - uid: 13438 + pos: -10.5,-16.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 53 + - 60 + - uid: 8758 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,32.5 - parent: 1 - - uid: 13439 + pos: -10.5,-11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 53 + - 59 + - uid: 8759 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,32.5 - parent: 1 - - uid: 13440 + pos: -3.5,-14.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 59 + - 60 + - uid: 8760 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,32.5 - parent: 1 - - uid: 13441 + pos: 7.5,-9.5 + parent: 2 + - uid: 8761 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,32.5 - parent: 1 - - uid: 13442 + pos: -12.5,-6.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 57 + - uid: 8762 components: - type: Transform - pos: -45.5,31.5 - parent: 1 - - uid: 13448 + pos: -21.5,44.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 48 + - uid: 8763 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,28.5 - parent: 1 - - uid: 13449 + pos: -78.5,44.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 64 + - 63 + - uid: 8764 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,28.5 - parent: 1 - - uid: 13450 + pos: -77.5,44.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 64 + - 63 + - uid: 8765 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,28.5 - parent: 1 - - uid: 13451 + pos: -76.5,45.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 64 + - uid: 8766 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,29.5 - parent: 1 - - uid: 13452 + pos: -76.5,40.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 10 + - 63 + - uid: 8767 components: - type: Transform rot: 3.141592653589793 rad - pos: -22.5,31.5 - parent: 1 - - uid: 13453 + pos: -76.5,58.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 69 + - uid: 8768 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,30.5 - parent: 1 - - uid: 13456 + rot: -1.5707963267948966 rad + pos: -77.5,52.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 64 + - uid: 8769 components: - type: Transform rot: 3.141592653589793 rad - pos: -16.5,33.5 - parent: 1 - - uid: 13457 + pos: -80.5,64.5 + parent: 2 + - uid: 8770 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,34.5 - parent: 1 - - uid: 13458 + pos: -80.5,35.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 44 + - uid: 8771 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,35.5 - parent: 1 - - uid: 13459 + pos: -76.5,39.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 10 + - 63 + - uid: 8772 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,36.5 - parent: 1 - - uid: 13460 + pos: -78.5,37.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 63 + - uid: 8773 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,37.5 - parent: 1 - - uid: 13461 + pos: -75.5,35.5 + parent: 2 + - uid: 8774 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,38.5 - parent: 1 - - uid: 13462 + pos: -75.5,34.5 + parent: 2 + - uid: 8775 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,39.5 - parent: 1 - - uid: 13463 + pos: -73.5,36.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 10 + - uid: 8776 components: - type: Transform rot: 3.141592653589793 rad - pos: -16.5,40.5 - parent: 1 - - uid: 13464 + pos: -5.5,53.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 35 + - uid: 8777 components: - type: Transform rot: 3.141592653589793 rad - pos: -16.5,41.5 - parent: 1 - - uid: 13465 + pos: -4.5,52.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 19 + - uid: 8778 components: - type: Transform rot: 3.141592653589793 rad - pos: -16.5,42.5 - parent: 1 - - uid: 13466 + pos: -0.5,52.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 67 + - 35 + - uid: 8779 components: - type: Transform rot: 3.141592653589793 rad - pos: -16.5,43.5 - parent: 1 - - uid: 13467 + pos: -77.5,58.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 69 +- proto: Fireplace + entities: + - uid: 8780 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,44.5 - parent: 1 - - uid: 13468 + pos: -46.5,-4.5 + parent: 2 + - uid: 8781 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,45.5 - parent: 1 - - uid: 13469 + pos: -23.5,18.5 + parent: 2 + - uid: 8782 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,45.5 - parent: 1 - - uid: 13470 + pos: -3.5,62.5 + parent: 2 +- proto: Flash + entities: + - uid: 8783 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,45.5 - parent: 1 - - uid: 13471 + pos: -50.487595,88.78859 + parent: 2 + - uid: 8784 components: - type: Transform - pos: -20.5,44.5 - parent: 1 - - uid: 13477 + pos: -14.461977,65.69252 + parent: 2 + - uid: 8785 components: - type: Transform - pos: -16.5,46.5 - parent: 1 - - uid: 13478 + pos: -15.715166,26.589172 + parent: 2 +- proto: FlashlightLantern + entities: + - uid: 8786 components: - type: Transform - pos: -16.5,47.5 - parent: 1 - - uid: 13479 + pos: -33.652264,-1.2000351 + parent: 2 + - uid: 8787 components: - type: Transform - pos: -16.5,48.5 - parent: 1 - - uid: 13480 + pos: -33.44914,-1.4031601 + parent: 2 +- proto: FlashlightSeclite + entities: + - uid: 8788 components: - type: Transform - pos: -16.5,49.5 - parent: 1 - - uid: 13481 + pos: -17.543365,26.708624 + parent: 2 + - uid: 8789 components: - type: Transform - pos: -16.5,50.5 - parent: 1 - - uid: 13482 + pos: -17.49649,26.396124 + parent: 2 + - uid: 8790 components: - type: Transform - pos: -16.5,51.5 - parent: 1 - - uid: 13483 + pos: -0.51456356,10.706236 + parent: 2 + - uid: 8791 components: - type: Transform - pos: -16.5,52.5 - parent: 1 - - uid: 13484 + pos: -0.48331353,10.346861 + parent: 2 +- proto: FloorDrain + entities: + - uid: 8792 components: - type: Transform - pos: -16.5,53.5 - parent: 1 - - uid: 13485 + rot: 1.5707963267948966 rad + pos: 0.5,38.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 8793 components: - type: Transform - pos: -16.5,54.5 - parent: 1 - - uid: 13486 + rot: 1.5707963267948966 rad + pos: 3.5,29.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 8794 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,55.5 - parent: 1 - - uid: 13487 + pos: 0.5,14.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 8795 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,55.5 - parent: 1 - - uid: 13488 + rot: 3.141592653589793 rad + pos: -0.5,19.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 8796 components: - type: Transform rot: -1.5707963267948966 rad - pos: -13.5,55.5 - parent: 1 - - uid: 13489 + pos: 4.5,42.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 8797 components: - type: Transform rot: 3.141592653589793 rad - pos: -12.5,56.5 - parent: 1 - - uid: 13490 + pos: 0.5,36.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 8798 components: - type: Transform rot: 3.141592653589793 rad - pos: -17.5,56.5 - parent: 1 - - uid: 13491 + pos: -3.5,19.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 8799 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,57.5 - parent: 1 - - uid: 13492 + pos: -28.5,46.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 8800 components: - type: Transform rot: 3.141592653589793 rad - pos: -17.5,58.5 - parent: 1 - - uid: 13493 + pos: -52.5,36.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 8801 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,59.5 - parent: 1 - - uid: 13494 + pos: -13.5,-7.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 8802 components: - type: Transform rot: 1.5707963267948966 rad - pos: -19.5,59.5 - parent: 1 - - uid: 13504 + pos: 7.5,37.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 8803 components: - type: Transform rot: 1.5707963267948966 rad - pos: -38.5,20.5 - parent: 1 - - uid: 13505 - components: - - type: Transform - pos: -37.5,21.5 - parent: 1 - - uid: 13506 - components: - - type: Transform - pos: -37.5,22.5 - parent: 1 - - uid: 13507 - components: - - type: Transform - pos: -37.5,23.5 - parent: 1 - - uid: 13508 - components: - - type: Transform - pos: -37.5,24.5 - parent: 1 - - uid: 13509 - components: - - type: Transform - pos: -37.5,25.5 - parent: 1 - - uid: 13510 + pos: 7.5,33.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 8804 components: - type: Transform - pos: -37.5,26.5 - parent: 1 - - uid: 13511 + rot: 3.141592653589793 rad + pos: -3.5,58.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 8805 components: - type: Transform - pos: -37.5,27.5 - parent: 1 - - uid: 13512 + pos: -55.5,86.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 8806 components: - type: Transform - pos: -37.5,28.5 - parent: 1 - - uid: 13513 + rot: -1.5707963267948966 rad + pos: -8.5,-1.5 + parent: 2 + - type: Fixtures + fixtures: {} +- proto: FloorTileItemBar + entities: + - uid: 8807 components: - type: Transform - pos: -37.5,29.5 - parent: 1 - - uid: 13514 + pos: 20.545795,45.719505 + parent: 2 + - uid: 8808 components: - type: Transform - pos: -37.5,30.5 - parent: 1 - - uid: 13515 + pos: 20.545795,45.719505 + parent: 2 + - uid: 8809 components: - type: Transform - pos: -37.5,31.5 - parent: 1 - - uid: 13524 + pos: 20.545795,45.719505 + parent: 2 + - uid: 8810 components: - type: Transform - pos: -38.5,38.5 - parent: 1 - - uid: 13525 + pos: 20.545795,45.719505 + parent: 2 + - uid: 8811 components: - type: Transform - pos: -38.5,37.5 - parent: 1 - - uid: 13526 + pos: 20.545795,45.719505 + parent: 2 + - uid: 8812 components: - type: Transform - pos: -38.5,36.5 - parent: 1 - - uid: 13528 + pos: 20.545795,45.719505 + parent: 2 + - uid: 8813 components: - type: Transform - pos: -38.5,34.5 - parent: 1 - - uid: 13529 + pos: 20.545795,45.719505 + parent: 2 + - uid: 8814 components: - type: Transform - pos: -38.5,33.5 - parent: 1 - - uid: 13537 + pos: 20.545795,45.719505 + parent: 2 + - uid: 8815 components: - type: Transform - pos: -37.5,41.5 - parent: 1 - - uid: 13541 + pos: 20.545795,45.719505 + parent: 2 + - uid: 8816 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,45.5 - parent: 1 - - uid: 13543 + pos: 20.545795,45.719505 + parent: 2 + - uid: 8817 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,46.5 - parent: 1 - - uid: 13544 + pos: 20.545795,45.719505 + parent: 2 + - uid: 8818 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,46.5 - parent: 1 - - uid: 13548 + pos: 20.545795,45.719505 + parent: 2 + - uid: 8819 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,46.5 - parent: 1 - - uid: 13549 + pos: 20.545795,45.719505 + parent: 2 + - uid: 8820 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,46.5 - parent: 1 - - uid: 13550 + pos: 20.545795,45.719505 + parent: 2 + - uid: 8821 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,46.5 - parent: 1 - - uid: 13551 + pos: 20.545795,45.719505 + parent: 2 + - uid: 8822 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,46.5 - parent: 1 - - uid: 13552 + pos: 20.545795,45.719505 + parent: 2 + - uid: 8823 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,46.5 - parent: 1 - - uid: 13553 + pos: 20.545795,45.719505 + parent: 2 + - uid: 8824 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,46.5 - parent: 1 - - uid: 13554 + pos: 20.545795,45.719505 + parent: 2 + - uid: 8825 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,46.5 - parent: 1 - - uid: 13556 + pos: 20.545795,45.719505 + parent: 2 + - uid: 8826 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,54.5 - parent: 1 - - uid: 13560 + pos: 20.545795,45.719505 + parent: 2 + - uid: 8827 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,47.5 - parent: 1 - - uid: 13564 + pos: 20.545795,45.719505 + parent: 2 + - uid: 8828 components: - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,20.5 - parent: 1 - - uid: 13565 + pos: 20.545795,45.719505 + parent: 2 + - uid: 8829 components: - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,21.5 - parent: 1 - - uid: 13566 + pos: 20.545795,45.719505 + parent: 2 + - uid: 8830 components: - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,22.5 - parent: 1 - - uid: 13567 + pos: 20.545795,45.719505 + parent: 2 + - uid: 8831 components: - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,23.5 - parent: 1 - - uid: 13568 + pos: 20.545795,45.719505 + parent: 2 + - uid: 8832 components: - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,24.5 - parent: 1 - - uid: 13569 + pos: 20.545795,45.719505 + parent: 2 + - uid: 8833 components: - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,25.5 - parent: 1 - - uid: 13570 + pos: 20.545795,45.719505 + parent: 2 + - uid: 8834 components: - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,26.5 - parent: 1 - - uid: 13571 + pos: 20.545795,45.719505 + parent: 2 + - uid: 8835 components: - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,27.5 - parent: 1 - - uid: 13572 + pos: 20.545795,45.719505 + parent: 2 + - uid: 8836 components: - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,28.5 - parent: 1 - - uid: 13573 + pos: 20.545795,45.719505 + parent: 2 +- proto: FloraTree + entities: + - uid: 8837 components: - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,29.5 - parent: 1 - - uid: 13574 + pos: -34.080067,20.500618 + parent: 2 + - uid: 8838 components: - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,30.5 - parent: 1 - - uid: 13575 + pos: -33.986317,15.672493 + parent: 2 + - uid: 8839 components: - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,31.5 - parent: 1 - - uid: 13576 + pos: -12.854504,35.595062 + parent: 2 + - uid: 8840 components: - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,32.5 - parent: 1 - - uid: 13577 + pos: -11.963879,39.845062 + parent: 2 + - uid: 8841 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -72.5,33.5 - parent: 1 - - uid: 13578 + pos: -13.010754,43.235687 + parent: 2 +- proto: FloraTreeStump + entities: + - uid: 8842 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -71.5,33.5 - parent: 1 - - uid: 13579 + pos: 20.438618,40.115738 + parent: 2 +- proto: FoamBlade + entities: + - uid: 8843 components: + - type: MetaData + desc: A highly detailed replica of a real armblade. - type: Transform - rot: 1.5707963267948966 rad - pos: -70.5,33.5 - parent: 1 - - uid: 13580 + pos: -9.533392,20.561493 + parent: 2 +- proto: FoodBakedGrilledCheeseSandwich + entities: + - uid: 955 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -69.5,33.5 - parent: 1 - - uid: 13581 + parent: 953 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FoodBowlBigTrash + entities: + - uid: 8844 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -68.5,33.5 - parent: 1 - - uid: 13582 + pos: -35.01638,3.9468641 + parent: 2 +- proto: FoodBoxDonkpocketPizza + entities: + - uid: 8845 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,32.5 - parent: 1 - - uid: 13583 + pos: -79.487175,32.108032 + parent: 2 +- proto: FoodBoxDonut + entities: + - uid: 8846 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -67.5,33.5 - parent: 1 - - uid: 13584 + pos: -15.475583,26.172216 + parent: 2 +- proto: FoodBurgerMime + entities: + - uid: 8847 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -66.5,33.5 - parent: 1 - - uid: 13585 + pos: -42.433735,23.638548 + parent: 2 +- proto: FoodBurgerRobot + entities: + - uid: 8848 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,33.5 - parent: 1 - - uid: 13586 + pos: -7.535587,-17.902416 + parent: 2 +- proto: FoodCheese + entities: + - uid: 8849 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -63.5,32.5 - parent: 1 - - uid: 13587 + pos: -9.517767,22.3806 + parent: 2 +- proto: FoodCondimentPacketSalt + entities: + - uid: 8850 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,32.5 - parent: 1 - - uid: 13589 + pos: 17.401491,57.70645 + parent: 2 +- proto: FoodDonutJellySpaceman + entities: + - uid: 8851 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,32.5 - parent: 1 - - uid: 13590 + pos: -111.48177,18.535988 + parent: 2 +- proto: FoodMealSashimi + entities: + - uid: 8852 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,32.5 - parent: 1 - - uid: 13595 + pos: -47.566006,9.625464 + parent: 2 +- proto: FoodNoodles + entities: + - uid: 8853 components: - type: Transform - pos: -64.5,29.5 - parent: 1 - - uid: 13596 + pos: 3.4986897,-22.270933 + parent: 2 +- proto: FoodPieBananaCream + entities: + - uid: 8854 components: - type: Transform - pos: -64.5,30.5 - parent: 1 - - uid: 13597 + pos: -41.421516,28.723614 + parent: 2 +- proto: FoodPlateSmallTrash + entities: + - uid: 8855 components: - type: Transform - pos: -64.5,31.5 - parent: 1 - - uid: 13612 + pos: -35.54763,4.040614 + parent: 2 + - uid: 8856 components: - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,47.5 - parent: 1 - - uid: 13880 + pos: -36.188255,4.056239 + parent: 2 + - uid: 8857 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,-1.5 - parent: 1 - - uid: 14793 + pos: -35.29763,3.4937391 + parent: 2 +- proto: FoodPlateTrash + entities: + - uid: 8858 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,45.5 - parent: 1 - - uid: 15012 + pos: -35.73513,3.8687391 + parent: 2 +- proto: FoodPoppy + entities: + - uid: 8859 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,39.5 - parent: 1 - - uid: 15061 + pos: -22.049007,53.739006 + parent: 2 +- proto: FoodRiceEgg + entities: + - uid: 8860 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,29.5 - parent: 1 - - uid: 15154 + pos: -48.305588,9.7713995 + parent: 2 +- proto: FoodShakerSalt + entities: + - uid: 8861 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,46.5 - parent: 1 - - uid: 15168 + pos: 17.536907,57.529243 + parent: 2 +- proto: FoodTartMimeSlice + entities: + - uid: 8863 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,41.5 - parent: 1 - - uid: 15169 + pos: -41.881653,23.66982 + parent: 2 +- proto: FoodTinPeachesMaint + entities: + - uid: 20348 components: - type: Transform - pos: 23.5,16.5 - parent: 1 - - uid: 15209 + pos: -90.47585,-4.1189213 + parent: 2 +- proto: ForensicPad + entities: + - uid: 8864 components: - type: Transform - pos: 23.5,26.5 - parent: 1 - - uid: 15220 + pos: -54.56587,64.9033 + parent: 2 +- proto: FrenchHornInstrument + entities: + - uid: 7128 components: - type: Transform - pos: 23.5,18.5 - parent: 1 - - uid: 15242 + parent: 7126 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: GasCanisterBrokenBase + entities: + - uid: 8865 components: - type: Transform - pos: 23.5,22.5 - parent: 1 - - uid: 15243 + pos: -54.5,8.5 + parent: 2 + - uid: 8866 components: - type: Transform - pos: 23.5,23.5 - parent: 1 - - uid: 15247 + pos: -9.5,-32.5 + parent: 2 + - uid: 8867 components: - type: Transform - pos: 23.5,24.5 - parent: 1 - - uid: 15255 + pos: 11.5,-2.5 + parent: 2 +- proto: GasFilter + entities: + - uid: 8868 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,37.5 - parent: 1 - - uid: 15256 + pos: 10.5,41.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8869 components: - type: Transform - pos: 23.5,28.5 - parent: 1 - - uid: 15257 + pos: -47.5,8.5 + parent: 2 + - type: GasFilter + filteredGas: WaterVapor + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8870 components: - type: Transform rot: -1.5707963267948966 rad - pos: 19.5,37.5 - parent: 1 - - uid: 15804 + pos: -88.5,51.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - type: GasFilter + filteredGas: WaterVapor + - uid: 8871 components: - type: Transform rot: -1.5707963267948966 rad - pos: 18.5,37.5 - parent: 1 - - uid: 15898 + pos: -90.5,51.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - type: GasFilter + filteredGas: Plasma + - uid: 8872 components: - type: Transform - pos: 23.5,30.5 - parent: 1 - - uid: 16016 + rot: -1.5707963267948966 rad + pos: -92.5,51.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - type: GasFilter + filteredGas: Tritium +- proto: GasFilterFlipped + entities: + - uid: 8873 components: - type: Transform rot: 3.141592653589793 rad - pos: 26.5,6.5 - parent: 1 - - uid: 16017 + pos: 8.5,41.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8874 components: - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,7.5 - parent: 1 - - uid: 16018 + rot: 1.5707963267948966 rad + pos: -16.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - type: GasFilter + filteredGas: Nitrogen +- proto: GasMinerCarbonDioxide + entities: + - uid: 8875 components: - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,9.5 - parent: 1 - - uid: 16019 + rot: -1.5707963267948966 rad + pos: -86.5,56.5 + parent: 2 +- proto: GasMinerNitrogenStation + entities: + - uid: 8876 components: - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,10.5 - parent: 1 - - uid: 16020 + rot: -1.5707963267948966 rad + pos: -82.5,56.5 + parent: 2 +- proto: GasMinerOxygenStation + entities: + - uid: 8877 components: - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,11.5 - parent: 1 - - uid: 16021 + rot: -1.5707963267948966 rad + pos: -84.5,56.5 + parent: 2 +- proto: GasMinerPlasma + entities: + - uid: 8878 components: - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,12.5 - parent: 1 - - uid: 16022 + pos: -90.5,56.5 + parent: 2 +- proto: GasMinerWaterVapor + entities: + - uid: 8879 components: - type: Transform - pos: 23.5,27.5 - parent: 1 - - uid: 16023 + rot: -1.5707963267948966 rad + pos: -88.5,56.5 + parent: 2 +- proto: GasMixer + entities: + - uid: 8880 components: - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,14.5 - parent: 1 - - uid: 16024 + rot: -1.5707963267948966 rad + pos: -12.5,-33.5 + parent: 2 + - uid: 8881 components: - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,15.5 - parent: 1 - - uid: 16025 + pos: -86.5,37.5 + parent: 2 + - type: GasMixer + inletTwoConcentration: 0.029999971 + inletOneConcentration: 0.97 + targetPressure: 4500 + - type: AtmosPipeColor + color: '#947507FF' +- proto: GasOutletInjector + entities: + - uid: 8882 components: - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,8.5 - parent: 1 - - uid: 16026 + rot: 1.5707963267948966 rad + pos: -17.5,-35.5 + parent: 2 + - uid: 8883 components: - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,16.5 - parent: 1 - - uid: 16027 + rot: 1.5707963267948966 rad + pos: -17.5,-31.5 + parent: 2 + - uid: 8884 components: - type: Transform rot: 3.141592653589793 rad - pos: 26.5,17.5 - parent: 1 - - uid: 16375 - components: - - type: Transform - pos: 23.5,25.5 - parent: 1 - - uid: 16376 + pos: -83.5,42.5 + parent: 2 + - uid: 8885 components: - type: Transform - pos: 23.5,29.5 - parent: 1 - - uid: 16780 + pos: -79.5,55.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8886 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-29.5 - parent: 1 - - uid: 16783 + pos: -82.5,55.5 + parent: 2 + - uid: 8887 components: - - type: Transform - pos: -13.5,-28.5 - parent: 1 - - uid: 16784 + - type: Transform + pos: -84.5,55.5 + parent: 2 + - uid: 8888 components: - type: Transform - pos: -13.5,-27.5 - parent: 1 - - uid: 16785 + pos: -86.5,55.5 + parent: 2 + - uid: 8889 components: - type: Transform - pos: -13.5,-26.5 - parent: 1 - - uid: 16786 + pos: -88.5,55.5 + parent: 2 + - uid: 8890 components: - type: Transform - pos: -13.5,-25.5 - parent: 1 - - uid: 16787 + pos: -90.5,55.5 + parent: 2 + - uid: 8891 components: - type: Transform - pos: -13.5,-24.5 - parent: 1 - - uid: 16788 + pos: -92.5,55.5 + parent: 2 + - uid: 8892 components: - type: Transform - pos: -13.5,-23.5 - parent: 1 - - uid: 16789 + rot: 3.141592653589793 rad + pos: -93.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#947507FF' +- proto: GasPassiveVent + entities: + - uid: 8893 components: - type: Transform - pos: -13.5,-21.5 - parent: 1 - - uid: 16790 + rot: 1.5707963267948966 rad + pos: -17.5,-30.5 + parent: 2 + - uid: 8894 components: - type: Transform - pos: -13.5,-20.5 - parent: 1 - - uid: 16791 + pos: -81.5,40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8895 components: - type: Transform - pos: -13.5,-19.5 - parent: 1 - - uid: 16792 + rot: 3.141592653589793 rad + pos: -84.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 8896 components: - type: Transform - pos: -13.5,-18.5 - parent: 1 - - uid: 16793 + rot: 1.5707963267948966 rad + pos: -17.5,-36.5 + parent: 2 + - uid: 8897 components: - type: Transform - pos: -13.5,-17.5 - parent: 1 - - uid: 16794 + pos: -80.5,55.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8898 components: - type: Transform - pos: -13.5,-22.5 - parent: 1 - - uid: 16806 + pos: -84.5,42.5 + parent: 2 + - uid: 8899 components: - type: Transform rot: -1.5707963267948966 rad - pos: -4.5,-20.5 - parent: 1 - - uid: 16807 + pos: -48.5,9.5 + parent: 2 + - uid: 8900 components: - type: Transform rot: -1.5707963267948966 rad - pos: -6.5,-16.5 - parent: 1 - - uid: 16808 + pos: -82.5,57.5 + parent: 2 + - uid: 8901 components: - type: Transform rot: -1.5707963267948966 rad - pos: -7.5,-16.5 - parent: 1 - - uid: 16809 + pos: -84.5,57.5 + parent: 2 + - uid: 8902 components: - type: Transform rot: -1.5707963267948966 rad - pos: -8.5,-16.5 - parent: 1 - - uid: 16810 + pos: -86.5,57.5 + parent: 2 + - uid: 8903 components: - type: Transform rot: -1.5707963267948966 rad - pos: -9.5,-16.5 - parent: 1 - - uid: 16811 + pos: -88.5,57.5 + parent: 2 + - uid: 8904 components: - type: Transform rot: -1.5707963267948966 rad - pos: -10.5,-16.5 - parent: 1 - - uid: 16812 + pos: -90.5,57.5 + parent: 2 + - uid: 8905 components: - type: Transform rot: -1.5707963267948966 rad - pos: -11.5,-16.5 - parent: 1 - - uid: 16826 + pos: -92.5,57.5 + parent: 2 + - uid: 8906 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-19.5 - parent: 1 - - uid: 16827 + rot: 1.5707963267948966 rad + pos: -93.5,42.5 + parent: 2 + - type: AtmosPipeColor + color: '#947507FF' + - uid: 8908 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-18.5 - parent: 1 - - uid: 16828 + pos: -85.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8909 components: - type: Transform rot: 3.141592653589793 rad - pos: -5.5,-17.5 - parent: 1 - - uid: 16829 + pos: -84.5,40.5 + parent: 2 + - uid: 14996 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-15.5 - parent: 1 - - uid: 16830 + pos: -95.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' +- proto: GasPipeBend + entities: + - uid: 8910 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-14.5 - parent: 1 - - uid: 16831 + rot: -1.5707963267948966 rad + pos: 12.5,40.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 8911 components: - type: Transform rot: 3.141592653589793 rad - pos: -12.5,-13.5 - parent: 1 - - uid: 16838 - components: - - type: Transform - pos: -12.5,-10.5 - parent: 1 - - uid: 16839 - components: - - type: Transform - pos: -12.5,-8.5 - parent: 1 - - uid: 16841 + pos: 6.5,40.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 8912 components: - type: Transform rot: 1.5707963267948966 rad - pos: -17.5,-7.5 - parent: 1 - - uid: 16842 + pos: 8.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8913 components: - type: Transform - pos: -18.5,-6.5 - parent: 1 - - uid: 16843 + rot: -1.5707963267948966 rad + pos: 10.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8914 components: - type: Transform - pos: -18.5,-5.5 - parent: 1 - - uid: 16844 + rot: 1.5707963267948966 rad + pos: -12.5,-32.5 + parent: 2 + - uid: 8915 components: - type: Transform - pos: -18.5,-4.5 - parent: 1 - - uid: 16845 + rot: 1.5707963267948966 rad + pos: 6.5,42.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 8916 components: - type: Transform - pos: -18.5,-3.5 - parent: 1 - - uid: 16846 + rot: 1.5707963267948966 rad + pos: -0.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8917 components: - type: Transform - pos: -18.5,-2.5 - parent: 1 - - uid: 16847 + rot: 1.5707963267948966 rad + pos: 2.5,34.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8918 components: - type: Transform - pos: -16.5,-10.5 - parent: 1 - - uid: 16848 + rot: -1.5707963267948966 rad + pos: 3.5,34.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8919 components: - type: Transform - pos: -16.5,-9.5 - parent: 1 - - uid: 16849 + rot: 3.141592653589793 rad + pos: 14.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8920 components: - type: Transform - pos: -16.5,-8.5 - parent: 1 - - uid: 16850 + rot: 1.5707963267948966 rad + pos: 14.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8921 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,-11.5 - parent: 1 - - uid: 16851 + rot: 1.5707963267948966 rad + pos: 15.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8922 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-11.5 - parent: 1 - - uid: 16852 + rot: 3.141592653589793 rad + pos: 15.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8923 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-11.5 - parent: 1 - - uid: 16854 + pos: 8.5,42.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 8924 components: - type: Transform rot: 3.141592653589793 rad - pos: -2.5,-12.5 - parent: 1 - - uid: 16856 + pos: 2.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8925 components: - type: Transform rot: -1.5707963267948966 rad - pos: -3.5,-11.5 - parent: 1 - - uid: 16857 + pos: 3.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8926 components: - type: Transform rot: -1.5707963267948966 rad - pos: -4.5,-11.5 - parent: 1 - - uid: 16858 + pos: 4.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8927 components: - type: Transform rot: -1.5707963267948966 rad - pos: -5.5,-11.5 - parent: 1 - - uid: 16859 + pos: -42.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8928 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-11.5 - parent: 1 - - uid: 16860 + rot: 3.141592653589793 rad + pos: -53.5,8.5 + parent: 2 + - uid: 8929 components: - type: Transform rot: -1.5707963267948966 rad - pos: -7.5,-11.5 - parent: 1 - - uid: 16861 + pos: -62.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8930 components: - type: Transform rot: -1.5707963267948966 rad - pos: -8.5,-11.5 - parent: 1 - - uid: 16862 + pos: 11.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8931 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-11.5 - parent: 1 - - uid: 16863 + rot: 3.141592653589793 rad + pos: 7.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8932 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-11.5 - parent: 1 - - uid: 17171 + rot: 1.5707963267948966 rad + pos: -42.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8933 components: - type: Transform - pos: -12.5,-7.5 - parent: 1 - - uid: 17172 + pos: -62.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8934 components: - type: Transform - pos: -12.5,-6.5 - parent: 1 - - uid: 17173 + rot: 1.5707963267948966 rad + pos: 10.5,42.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 8935 components: - type: Transform - pos: -12.5,-5.5 - parent: 1 - - uid: 17174 + pos: 12.5,42.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 8936 components: - type: Transform - pos: -12.5,-4.5 - parent: 1 - - uid: 17175 + pos: -43.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8937 components: - type: Transform - pos: -12.5,-3.5 - parent: 1 - - uid: 17176 + pos: -71.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8938 components: - type: Transform - pos: -12.5,-1.5 - parent: 1 - - uid: 17177 + rot: 3.141592653589793 rad + pos: -43.5,62.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8939 components: - type: Transform - pos: -12.5,0.5 - parent: 1 - - uid: 17178 + rot: 3.141592653589793 rad + pos: -58.5,84.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8940 components: - type: Transform - pos: -12.5,1.5 - parent: 1 - - uid: 17179 + anchored: False + pos: 20.5,32.5 + parent: 2 + - type: Physics + canCollide: True + bodyType: Dynamic + - uid: 8941 components: - type: Transform - pos: -12.5,2.5 - parent: 1 - - uid: 17180 + pos: -46.5,55.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8942 components: - type: Transform - pos: -12.5,-2.5 - parent: 1 - - uid: 17181 + pos: -56.5,57.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8943 components: - type: Transform - pos: -12.5,3.5 - parent: 1 - - uid: 17182 + rot: 1.5707963267948966 rad + pos: -61.5,55.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8944 components: - type: Transform - pos: -12.5,-0.5 - parent: 1 - - uid: 17183 + rot: 1.5707963267948966 rad + pos: -60.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8945 components: - type: Transform - pos: -12.5,4.5 - parent: 1 - - uid: 18606 + pos: -55.5,58.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8946 components: - type: Transform - pos: 15.5,50.5 - parent: 1 - - uid: 18607 + pos: -52.5,88.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8947 components: - type: Transform - pos: 15.5,51.5 - parent: 1 - - uid: 18608 + pos: -50.5,89.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8948 components: - type: Transform - pos: 15.5,52.5 - parent: 1 - - uid: 18609 + rot: 1.5707963267948966 rad + pos: -57.5,88.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8949 components: - type: Transform - pos: 15.5,53.5 - parent: 1 -- proto: DisposalPipeBroken - entities: - - uid: 5114 + rot: 1.5707963267948966 rad + pos: -58.5,89.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8950 components: - type: Transform - pos: 23.5,14.5 - parent: 1 - - uid: 10098 + rot: 3.141592653589793 rad + pos: -86.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#947507FF' + - uid: 8951 components: - type: Transform rot: 1.5707963267948966 rad - pos: 21.5,35.5 - parent: 1 - - uid: 14779 + pos: -84.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 8952 components: - type: Transform - pos: 15.5,42.5 - parent: 1 - - uid: 15172 + rot: -1.5707963267948966 rad + pos: -81.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8953 components: - type: Transform rot: -1.5707963267948966 rad - pos: 19.5,35.5 - parent: 1 - - uid: 15231 + pos: -82.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#947507FF' + - uid: 8954 components: - type: Transform rot: 3.141592653589793 rad - pos: 15.5,43.5 - parent: 1 - - uid: 18605 + pos: -85.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 8955 components: - type: Transform - pos: 15.5,54.5 - parent: 1 -- proto: DisposalTrunk - entities: - - uid: 146 + pos: -42.5,65.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8956 + components: + - type: Transform + pos: -81.5,34.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 8957 + components: + - type: Transform + pos: 20.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8958 components: - type: Transform - pos: -9.5,-14.5 - parent: 1 - - uid: 589 + rot: -1.5707963267948966 rad + pos: -81.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 8959 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,-11.5 - parent: 1 - - uid: 2109 + pos: 10.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8960 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,28.5 - parent: 1 - - uid: 3586 + pos: 9.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8961 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,-1.5 - parent: 1 - - uid: 3821 + pos: 18.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8962 components: - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,-6.5 - parent: 1 - - uid: 4731 + rot: 1.5707963267948966 rad + pos: -56.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8963 components: - type: Transform rot: -1.5707963267948966 rad - pos: -55.5,34.5 - parent: 1 - - uid: 7546 + pos: -33.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8964 components: - type: Transform rot: -1.5707963267948966 rad - pos: -37.5,35.5 - parent: 1 - - uid: 7547 + pos: -32.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8965 components: - type: Transform rot: 1.5707963267948966 rad - pos: -22.5,43.5 - parent: 1 - - uid: 8671 + pos: -33.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8966 components: - type: Transform rot: 1.5707963267948966 rad - pos: -51.5,65.5 - parent: 1 - - uid: 8672 + pos: -32.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8967 components: - type: Transform rot: 1.5707963267948966 rad - pos: -51.5,58.5 - parent: 1 - - uid: 12918 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,14.5 - parent: 1 - - uid: 12919 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,22.5 - parent: 1 - - uid: 12952 + pos: -47.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8968 components: - type: Transform rot: -1.5707963267948966 rad - pos: 4.5,14.5 - parent: 1 - - uid: 13106 + pos: -47.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8969 components: - type: Transform rot: -1.5707963267948966 rad - pos: 28.5,5.5 - parent: 1 - - uid: 13107 + pos: -48.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8970 components: - type: Transform rot: 3.141592653589793 rad - pos: 23.5,4.5 - parent: 1 - - uid: 13133 + pos: -52.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8971 components: - type: Transform rot: 3.141592653589793 rad - pos: 11.5,-3.5 - parent: 1 - - uid: 13188 - components: - - type: Transform - pos: -20.5,7.5 - parent: 1 - - uid: 13206 + pos: -85.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8972 components: - type: Transform - pos: -35.5,7.5 - parent: 1 - - uid: 13243 + rot: 3.141592653589793 rad + pos: -84.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#947507FF' + - uid: 8973 components: - type: Transform rot: -1.5707963267948966 rad - pos: -56.5,-10.5 - parent: 1 - - uid: 13285 - components: - - type: Transform - pos: -55.5,16.5 - parent: 1 - - uid: 13289 + pos: -37.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8974 components: - type: Transform rot: 3.141592653589793 rad - pos: -49.5,3.5 - parent: 1 - - uid: 13327 + pos: -33.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8975 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,29.5 - parent: 1 - - uid: 13398 + rot: -1.5707963267948966 rad + pos: -57.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8976 components: - type: Transform rot: 1.5707963267948966 rad - pos: -10.5,30.5 - parent: 1 - - uid: 13444 + pos: -58.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8977 components: - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,30.5 - parent: 1 - - uid: 13445 + pos: -57.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8978 components: - type: Transform - pos: -26.5,29.5 - parent: 1 - - uid: 13498 + rot: -1.5707963267948966 rad + pos: -56.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8979 components: - type: Transform rot: 1.5707963267948966 rad - pos: -20.5,59.5 - parent: 1 - - uid: 13499 + pos: -16.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8980 components: - type: Transform - pos: -12.5,57.5 - parent: 1 - - uid: 13503 + pos: -82.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#947507FF' + - uid: 8981 components: - type: Transform rot: 1.5707963267948966 rad - pos: -39.5,20.5 - parent: 1 - - uid: 13533 - components: - - type: Transform - pos: -44.5,47.5 - parent: 1 - - uid: 13534 + pos: 11.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8982 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,44.5 - parent: 1 - - uid: 13536 + pos: -1.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8983 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,42.5 - parent: 1 - - uid: 13598 + pos: -2.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8984 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -63.5,28.5 - parent: 1 - - uid: 13599 + rot: 3.141592653589793 rad + pos: -2.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8985 components: - type: Transform rot: 3.141592653589793 rad - pos: -73.5,19.5 - parent: 1 - - uid: 14518 + pos: -1.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8986 components: - type: Transform - pos: -61.5,33.5 - parent: 1 - - uid: 15039 + rot: 1.5707963267948966 rad + pos: 7.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8987 components: - type: Transform rot: 1.5707963267948966 rad - pos: 14.5,-11.5 - parent: 1 - - uid: 15258 + pos: 6.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8988 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,37.5 - parent: 1 - - uid: 16015 + pos: 11.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8989 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,18.5 - parent: 1 - - uid: 16778 + rot: -1.5707963267948966 rad + pos: -77.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8990 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-29.5 - parent: 1 - - uid: 16803 + pos: -66.5,50.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8991 components: - type: Transform - pos: -4.5,-15.5 - parent: 1 - - uid: 16804 + pos: -67.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8992 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-20.5 - parent: 1 - - uid: 16833 + rot: 3.141592653589793 rad + pos: -67.5,50.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8993 components: - type: Transform - pos: -18.5,-1.5 - parent: 1 - - uid: 16853 + pos: -61.5,48.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8994 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-13.5 - parent: 1 -- proto: DisposalUnit - entities: - - uid: 30 + pos: -72.5,34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8995 components: - type: Transform - pos: -3.5,-20.5 - parent: 1 - - uid: 353 + pos: -71.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8996 components: - type: Transform - pos: -18.5,-1.5 - parent: 1 - - uid: 1090 + rot: 3.141592653589793 rad + pos: -72.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8997 components: - type: Transform - pos: 11.5,-3.5 - parent: 1 - - uid: 1091 + rot: 3.141592653589793 rad + pos: -71.5,34.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8998 components: - type: Transform - pos: 5.5,3.5 - parent: 1 - - uid: 1155 + rot: 3.141592653589793 rad + pos: -74.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8999 components: - type: Transform - pos: 4.5,14.5 - parent: 1 - - uid: 1944 + rot: 3.141592653589793 rad + pos: -73.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9000 components: - type: Transform - pos: 0.5,22.5 - parent: 1 - - uid: 2118 + pos: -64.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9001 components: - type: Transform - pos: -3.5,29.5 - parent: 1 - - uid: 2136 + pos: -63.5,34.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9002 components: - type: Transform - pos: 28.5,5.5 - parent: 1 - - uid: 2137 + rot: -1.5707963267948966 rad + pos: -63.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9003 components: - type: Transform - pos: 23.5,4.5 - parent: 1 - - uid: 2351 + rot: -1.5707963267948966 rad + pos: -64.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9004 components: - type: Transform - pos: 11.5,14.5 - parent: 1 - - uid: 3653 + rot: 1.5707963267948966 rad + pos: -85.5,34.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 9005 components: - type: Transform - pos: -41.5,-6.5 - parent: 1 - - uid: 4166 + rot: -1.5707963267948966 rad + pos: -80.5,51.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9006 components: - type: Transform - pos: -20.5,7.5 - parent: 1 - - uid: 4168 + rot: 3.141592653589793 rad + pos: -87.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#947507FF' + - uid: 9007 components: - type: Transform - pos: -35.5,7.5 - parent: 1 - - uid: 5110 + rot: 1.5707963267948966 rad + pos: -1.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9008 components: - type: Transform - pos: 20.5,37.5 - parent: 1 - - uid: 5264 + rot: 1.5707963267948966 rad + pos: -2.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9009 components: - type: Transform - pos: -55.5,16.5 - parent: 1 - - uid: 5358 + rot: 3.141592653589793 rad + pos: 4.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9010 components: - type: Transform - pos: 5.5,28.5 - parent: 1 - - uid: 5525 + rot: 3.141592653589793 rad + pos: 7.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9011 components: - type: Transform - pos: -56.5,-10.5 - parent: 1 - - uid: 5526 + pos: 7.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9012 components: - type: Transform - pos: -49.5,3.5 - parent: 1 - - uid: 5527 + rot: 1.5707963267948966 rad + pos: -18.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9013 components: - type: Transform - pos: -39.5,20.5 - parent: 1 - - uid: 5528 + rot: -1.5707963267948966 rad + pos: -11.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9014 components: - type: Transform - pos: -45.5,30.5 - parent: 1 - - uid: 5529 + rot: 1.5707963267948966 rad + pos: -12.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9015 components: - type: Transform - pos: -10.5,30.5 - parent: 1 - - uid: 5531 + rot: -1.5707963267948966 rad + pos: -13.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9016 components: - type: Transform - pos: -26.5,29.5 - parent: 1 - - uid: 6936 + rot: 1.5707963267948966 rad + pos: -17.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9017 components: - type: Transform - pos: -38.5,42.5 - parent: 1 - - uid: 6938 + rot: 3.141592653589793 rad + pos: -16.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9018 components: - type: Transform - pos: -44.5,47.5 - parent: 1 - - uid: 7091 + rot: 1.5707963267948966 rad + pos: -12.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9019 components: - type: Transform - pos: -49.5,44.5 - parent: 1 - - uid: 7114 + rot: -1.5707963267948966 rad + pos: -12.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9020 components: - type: Transform - pos: -55.5,34.5 - parent: 1 - - uid: 7977 + rot: -1.5707963267948966 rad + pos: -13.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9021 components: - type: Transform - pos: -51.5,58.5 - parent: 1 - - uid: 8652 + rot: -1.5707963267948966 rad + pos: -11.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9022 components: - type: Transform - pos: -51.5,65.5 - parent: 1 - - uid: 9362 + rot: 1.5707963267948966 rad + pos: -12.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9023 components: - type: Transform - pos: -61.5,33.5 - parent: 1 - - uid: 9622 + rot: -1.5707963267948966 rad + pos: -12.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9024 components: - type: Transform - pos: -11.5,-29.5 - parent: 1 - - uid: 11053 + rot: 1.5707963267948966 rad + pos: -15.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9025 components: - type: Transform - pos: -73.5,19.5 - parent: 1 - - uid: 11054 + rot: 3.141592653589793 rad + pos: -15.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9026 components: - type: Transform - pos: -63.5,28.5 - parent: 1 - - uid: 13164 + rot: 1.5707963267948966 rad + pos: -14.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9027 components: - type: Transform - pos: -4.5,-15.5 - parent: 1 - - uid: 13501 + rot: 3.141592653589793 rad + pos: -5.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9028 components: - type: Transform - pos: -20.5,59.5 - parent: 1 - - uid: 13502 + rot: 1.5707963267948966 rad + pos: -5.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9029 components: - type: Transform - pos: -12.5,57.5 - parent: 1 - - uid: 13521 + rot: -1.5707963267948966 rad + pos: -3.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9030 components: - type: Transform - pos: -22.5,43.5 - parent: 1 - - uid: 13878 + pos: -5.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9031 components: - type: Transform - pos: -43.5,-1.5 - parent: 1 - - uid: 14178 + rot: 3.141592653589793 rad + pos: -5.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9032 components: - type: Transform - pos: -2.5,-13.5 - parent: 1 - - uid: 15019 + pos: -6.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9033 components: - type: Transform - pos: 14.5,-11.5 - parent: 1 - - uid: 16000 + pos: -69.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9034 components: - type: Transform - pos: -37.5,35.5 - parent: 1 - - uid: 16014 + rot: 3.141592653589793 rad + pos: -75.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9035 components: - type: Transform - pos: 25.5,18.5 - parent: 1 - - uid: 18854 + rot: 1.5707963267948966 rad + pos: -83.5,57.5 + parent: 2 + - uid: 9036 components: - type: Transform - pos: 0.5,53.5 - parent: 1 -- proto: DisposalYJunction - entities: - - uid: 13500 + rot: 1.5707963267948966 rad + pos: -85.5,57.5 + parent: 2 + - uid: 9037 components: - type: Transform - pos: -16.5,55.5 - parent: 1 - - uid: 13591 + rot: 1.5707963267948966 rad + pos: -87.5,57.5 + parent: 2 + - uid: 9038 components: - type: Transform rot: 1.5707963267948966 rad - pos: -64.5,32.5 - parent: 1 - - uid: 16800 + pos: -89.5,57.5 + parent: 2 + - uid: 9039 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-16.5 - parent: 1 -- proto: DogBed - entities: - - uid: 9495 + rot: 1.5707963267948966 rad + pos: -91.5,57.5 + parent: 2 + - uid: 9040 components: - type: Transform - pos: -23.5,37.5 - parent: 1 - - uid: 14992 + rot: 1.5707963267948966 rad + pos: -93.5,57.5 + parent: 2 + - uid: 9041 components: - type: Transform - pos: -5.5,60.5 - parent: 1 - - uid: 17079 + rot: 3.141592653589793 rad + pos: -78.5,45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9042 components: - type: Transform - pos: -18.5,-16.5 - parent: 1 -- proto: DonkpocketBoxSpawner - entities: - - uid: 4730 + pos: -73.5,39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9043 components: - type: Transform - pos: -27.5,52.5 - parent: 1 - - uid: 14714 + pos: -73.5,40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9045 components: - type: Transform - pos: 11.5,-19.5 - parent: 1 -- proto: DresserBlueshieldOfficerFilled - entities: - - uid: 8580 + rot: -1.5707963267948966 rad + pos: 15.5,49.5 + parent: 2 + - type: AtmosPipeColor + color: '#947507FF' + - uid: 9046 components: - type: Transform - pos: -5.5,49.5 - parent: 1 -- proto: DresserCaptainFilled - entities: - - uid: 14651 + pos: -1.5,54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9047 components: - type: Transform - pos: -4.5,62.5 - parent: 1 -- proto: DresserChiefEngineerFilled - entities: - - uid: 7870 + rot: 3.141592653589793 rad + pos: -9.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9048 components: - type: Transform - pos: -68.5,16.5 - parent: 1 -- proto: DresserChiefMedicalOfficerFilled - entities: - - uid: 5545 + pos: 0.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9049 components: - type: Transform - pos: 16.5,28.5 - parent: 1 -- proto: DresserFilled - entities: - - uid: 9964 + pos: -74.5,62.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9050 components: - type: Transform - pos: 4.5,-13.5 - parent: 1 - - uid: 12351 + rot: 1.5707963267948966 rad + pos: -82.5,67.5 + parent: 2 + - uid: 9051 components: - type: Transform - pos: 10.5,-11.5 - parent: 1 - - uid: 12395 + pos: -78.5,67.5 + parent: 2 + - uid: 9052 components: - type: Transform - pos: 4.5,-15.5 - parent: 1 -- proto: DresserHeadOfPersonnelFilled - entities: - - uid: 7599 + rot: -1.5707963267948966 rad + pos: -75.5,48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9053 components: - type: Transform - pos: -19.5,43.5 - parent: 1 -- proto: DresserHeadOfSecurityFilled - entities: - - uid: 16213 + rot: -1.5707963267948966 rad + pos: -74.5,45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9054 components: - type: Transform - pos: -62.5,62.5 - parent: 1 -- proto: DresserNanorepFilled - entities: - - uid: 8581 + pos: -75.5,59.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9055 components: - type: Transform - pos: -1.5,49.5 - parent: 1 -- proto: DresserQuarterMasterFilled - entities: - - uid: 5532 + rot: -1.5707963267948966 rad + pos: -76.5,42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9056 components: - type: Transform - pos: -45.5,-7.5 - parent: 1 -- proto: DresserResearchDirectorFilled - entities: - - uid: 17120 + rot: 1.5707963267948966 rad + pos: -76.5,48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9057 components: - type: Transform - pos: -21.5,-19.5 - parent: 1 -- proto: DrinkBeerBottleFull - entities: - - uid: 7099 + rot: 3.141592653589793 rad + pos: -17.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9058 components: - type: Transform - pos: -63.286358,23.843256 - parent: 1 - - uid: 7100 + rot: 1.5707963267948966 rad + pos: -17.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9059 components: - type: Transform - pos: -63.578022,23.93707 - parent: 1 -- proto: DrinkBeerglass - entities: - - uid: 18604 + pos: -15.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9060 components: - type: Transform - pos: 15.5,59.75 - parent: 1 - - type: CollisionWake - enabled: False -- proto: DrinkBottleBeer - entities: - - uid: 9735 + rot: 3.141592653589793 rad + pos: -16.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11724 components: - type: Transform - pos: -27.588842,35.58307 - parent: 1 - - uid: 9737 + rot: 3.141592653589793 rad + pos: -95.5,51.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16093 components: - type: Transform - pos: -27.416967,35.64557 - parent: 1 - - uid: 9738 + rot: 1.5707963267948966 rad + pos: -93.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#947507FF' + - uid: 16398 components: - type: Transform - pos: -27.229467,35.567444 - parent: 1 - - uid: 10538 + rot: -1.5707963267948966 rad + pos: -91.5,42.5 + parent: 2 + - type: AtmosPipeColor + color: '#947507FF' + - uid: 17613 components: - type: Transform rot: 1.5707963267948966 rad - pos: -63.74469,23.478418 - parent: 1 - - uid: 16435 + pos: -91.5,45.5 + parent: 2 + - type: AtmosPipeColor + color: '#947507FF' + - uid: 20409 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5485682,43.452286 - parent: 1 -- proto: DrinkBottleWhiskey - entities: - - uid: 7578 + pos: -90.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 20410 components: - type: Transform - pos: -56.63182,64.00482 - parent: 1 - - uid: 14287 + rot: 3.141592653589793 rad + pos: -90.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 20564 components: - type: Transform - pos: -72.49934,47.622665 - parent: 1 -- proto: DrinkCanPack + rot: 3.141592653589793 rad + pos: -79.5,51.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' +- proto: GasPipeBroken entities: - - uid: 18659 + - uid: 9061 components: - type: Transform - pos: 19.50034,51.822067 - parent: 1 -- proto: DrinkCartonMilk + rot: 1.5707963267948966 rad + pos: 13.5,49.5 + parent: 2 + - type: AtmosPipeColor + color: '#947507FF' +- proto: GasPipeFourway entities: - - uid: 16414 + - uid: 9062 components: - type: Transform - parent: 16411 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: DrinkChampagneBottleFull - entities: - - uid: 17127 + pos: 10.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9063 components: - type: Transform - pos: -20.66523,-18.228643 - parent: 1 -- proto: DrinkChangelingStingCan - entities: - - uid: 5804 + pos: 9.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9064 components: - type: Transform - pos: -9.689642,21.037588 - parent: 1 -- proto: DrinkCreamCarton - entities: - - uid: 5275 + pos: 9.5,41.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9065 components: - type: Transform - pos: -53.020008,21.71115 - parent: 1 -- proto: DrinkFlask - entities: - - uid: 14686 + pos: 2.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9066 components: - type: Transform - pos: -9.342196,61.68643 - parent: 1 -- proto: DrinkGildlagerBottleFull - entities: - - uid: 2311 + pos: 4.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9067 components: - type: Transform - pos: -23.517902,54.40786 - parent: 1 -- proto: DrinkGlass - entities: - - uid: 5271 + pos: 2.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9068 components: - type: Transform - pos: -53.816883,21.552088 - parent: 1 - - uid: 5272 + pos: -13.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9069 components: - type: Transform - pos: -53.645008,21.708338 - parent: 1 - - uid: 5273 + pos: -43.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9070 components: - type: Transform - pos: -53.488758,21.552088 - parent: 1 - - uid: 17126 + pos: 10.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9071 components: - type: Transform - pos: -20.342314,-18.45797 - parent: 1 -- proto: DrinkGoldenCup - entities: - - uid: 2307 + pos: -47.5,55.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9072 components: - type: Transform - pos: -23.533527,57.548485 - parent: 1 -- proto: DrinkHotCoco - entities: - - uid: 10376 + pos: -52.5,61.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9073 components: - type: Transform - pos: 12.718448,33.87001 - parent: 1 -- proto: DrinkHotCoffee - entities: - - uid: 2115 + pos: 9.5,34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9074 components: - type: Transform - pos: -9.935365,55.733704 - parent: 1 - - uid: 2331 + pos: -77.5,45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9075 components: - type: Transform - pos: 10.269176,25.158737 - parent: 1 - - uid: 7552 + pos: -56.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9076 components: - type: Transform - pos: -15.621416,25.661446 - parent: 1 - - uid: 16040 + pos: -57.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9077 components: - type: Transform - pos: -15.475583,25.828228 - parent: 1 - - uid: 17124 + pos: -41.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9078 components: - type: Transform - pos: -20.675646,-15.310314 - parent: 1 - - uid: 17472 + pos: -48.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9079 components: - type: Transform - pos: -15.349327,-12.461278 - parent: 1 -- proto: DrinkMilkCarton - entities: - - uid: 5276 + pos: -38.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9080 components: - type: Transform - pos: -52.395008,21.71115 - parent: 1 - - uid: 6957 + pos: -36.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9081 components: - type: Transform - pos: -35.398277,47.715622 - parent: 1 - - uid: 6958 + pos: -36.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9082 components: - type: Transform - pos: -32.460777,42.668747 - parent: 1 -- proto: DrinkMugBlack - entities: - - uid: 9590 + pos: -38.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9083 components: - type: Transform - pos: -65.21514,55.578125 - parent: 1 - - type: Physics - angularDamping: 0 - linearDamping: 0 -- proto: DrinkMugDog - entities: - - uid: 345 + pos: -58.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9084 components: - type: Transform - pos: -1.3392631,-22.536846 - parent: 1 -- proto: DrinkMugGreen - entities: - - uid: 14607 + pos: -56.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9085 components: - type: Transform - pos: -46.391064,-1.4622853 - parent: 1 -- proto: DrinkMugHeart - entities: - - uid: 13294 + pos: -41.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9086 components: - type: Transform - pos: 23.324297,41.62066 - parent: 1 -- proto: DrinkMugMetal - entities: - - uid: 7949 + pos: -40.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9087 components: - type: Transform - pos: -47.25018,59.484123 - parent: 1 - - uid: 8364 + pos: -44.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9088 components: - type: Transform - pos: -61.56284,89.04611 - parent: 1 - - uid: 10822 + pos: -38.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9089 components: - type: Transform - pos: -76.37259,30.690384 - parent: 1 -- proto: DrinkMugOne - entities: - - uid: 269 + pos: -36.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9090 components: - type: Transform - pos: 4.7132945,-11.267256 - parent: 1 - - uid: 14941 + pos: -23.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9091 components: - type: Transform - pos: -54.474243,-12.528257 - parent: 1 - - uid: 15968 + pos: -17.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9092 components: - type: Transform - pos: -11.547507,48.62816 - parent: 1 - - uid: 16680 + pos: -15.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9093 components: - type: Transform - pos: -1.4387637,-22.339367 - parent: 1 -- proto: DrinkMugRed - entities: - - uid: 16044 + pos: -13.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9094 components: - type: Transform - pos: -15.32975,25.588478 - parent: 1 - - uid: 18923 + pos: -11.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9095 components: - type: Transform - pos: -65.79847,55.41146 - parent: 1 - - type: Physics - angularDamping: 0 - linearDamping: 0 -- proto: DrinkRootBeerFloatGlass - entities: - - uid: 10821 + pos: 26.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9096 components: - type: Transform - pos: -79.674675,31.680655 - parent: 1 -- proto: DrinkTeacup - entities: - - uid: 16073 + pos: -17.5,54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9097 components: - type: Transform - pos: -49.066006,9.781823 - parent: 1 - - uid: 16074 + pos: -15.5,55.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9098 components: - type: Transform - pos: -49.274338,9.542073 - parent: 1 - - uid: 16075 + pos: -74.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9099 components: - type: Transform - pos: -49.649338,9.510801 - parent: 1 -- proto: DrinkTeapot - entities: - - uid: 16076 + pos: 8.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9100 components: - type: Transform - pos: -49.51392,9.875638 - parent: 1 -- proto: DrinkVacuumFlask + pos: 7.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' +- proto: GasPipeSensorDistribution entities: - - uid: 18543 + - uid: 9101 components: - type: Transform - pos: 17.641819,51.400627 - parent: 1 -- proto: DrinkWaterJug + pos: -79.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' +- proto: GasPipeSensorTEGCold entities: - - uid: 577 + - uid: 9103 components: - type: Transform - pos: 19.083464,-11.315445 - parent: 1 -- proto: DrinkWhiskeyBottleFull + pos: -85.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' +- proto: GasPipeSensorWaste entities: - - uid: 7935 + - uid: 9104 components: - type: Transform - pos: -58.33147,64.88806 - parent: 1 - - uid: 14211 + pos: -77.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' +- proto: GasPipeStraight + entities: + - uid: 1081 components: - type: Transform - pos: -72.32807,15.938257 - parent: 1 - - uid: 14284 + rot: 1.5707963267948966 rad + pos: -90.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#947507FF' + - uid: 9044 components: - type: Transform - pos: -72.70246,47.903915 - parent: 1 -- proto: DrinkWhiskeyColaGlass - entities: - - uid: 7936 + rot: -1.5707963267948966 rad + pos: -92.5,42.5 + parent: 2 + - type: AtmosPipeColor + color: '#947507FF' + - uid: 9105 components: - type: Transform - pos: -58.70647,64.85681 - parent: 1 -- proto: DrinkWhiskeyGlass - entities: - - uid: 7363 + pos: -81.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 9106 components: - type: Transform - pos: -56.562157,63.575485 - parent: 1 - - uid: 9407 + rot: -1.5707963267948966 rad + pos: -51.5,9.5 + parent: 2 + - uid: 9107 components: - type: Transform - pos: -56.322575,63.690147 - parent: 1 - - uid: 14212 + rot: 1.5707963267948966 rad + pos: 11.5,34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9108 components: - type: Transform - pos: -72.81245,15.797632 - parent: 1 - - uid: 14285 + rot: 3.141592653589793 rad + pos: 10.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9109 components: - type: Transform - pos: -72.34309,47.685165 - parent: 1 -- proto: Dropper - entities: - - uid: 1953 + rot: 1.5707963267948966 rad + pos: -14.5,-31.5 + parent: 2 + - uid: 9110 components: - type: Transform - pos: -4.50002,21.791718 - parent: 1 - - uid: 1954 + rot: 3.141592653589793 rad + pos: -84.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 9111 components: - type: Transform - pos: -4.5729365,21.604088 - parent: 1 - - uid: 1955 + rot: 1.5707963267948966 rad + pos: -13.5,-30.5 + parent: 2 + - uid: 9112 components: - type: Transform - pos: -4.4271035,21.406034 - parent: 1 -- proto: ElectricGuitarInstrument - entities: - - uid: 4138 + rot: 1.5707963267948966 rad + pos: -14.5,-35.5 + parent: 2 + - uid: 9113 components: - type: Transform - pos: -22.497261,24.539072 - parent: 1 -- proto: EmergencyLight - entities: - - uid: 668 + rot: 1.5707963267948966 rad + pos: -13.5,-36.5 + parent: 2 + - uid: 9114 components: - type: Transform rot: 1.5707963267948966 rad - pos: -0.5,38.5 - parent: 1 - - uid: 1300 + pos: -14.5,-30.5 + parent: 2 + - uid: 9115 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,36.5 - parent: 1 - - uid: 1974 + rot: -1.5707963267948966 rad + pos: -83.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 9116 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,53.5 - parent: 1 - - uid: 2592 + pos: -13.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9117 components: - type: Transform rot: 1.5707963267948966 rad - pos: 25.5,26.5 - parent: 1 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 2845 + pos: -14.5,-36.5 + parent: 2 + - uid: 9118 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,40.5 - parent: 1 - - uid: 3665 + rot: -1.5707963267948966 rad + pos: -16.5,-30.5 + parent: 2 + - uid: 9119 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-13.5 - parent: 1 - - uid: 4890 + pos: 9.5,40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9120 components: - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,-11.5 - parent: 1 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 5465 + rot: -1.5707963267948966 rad + pos: 11.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9121 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,30.5 - parent: 1 - - uid: 7561 + pos: 10.5,34.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9122 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,62.5 - parent: 1 - - uid: 7904 + rot: -1.5707963267948966 rad + pos: 9.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9123 components: - type: Transform - rot: 3.141592653589793 rad - pos: -61.5,63.5 - parent: 1 - - uid: 7924 + pos: -11.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9124 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -69.5,53.5 - parent: 1 - - uid: 9312 + rot: 3.141592653589793 rad + pos: -0.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9125 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -73.5,31.5 - parent: 1 - - uid: 9902 + pos: 12.5,41.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 9126 components: - type: Transform - pos: -52.5,41.5 - parent: 1 - - uid: 9936 + rot: 3.141592653589793 rad + pos: -0.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9127 components: - type: Transform rot: 3.141592653589793 rad - pos: -5.5,60.5 - parent: 1 - - uid: 11062 + pos: 0.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9128 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,-3.5 - parent: 1 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 11474 + pos: 9.5,39.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9129 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9130 components: - type: Transform rot: -1.5707963267948966 rad - pos: -76.5,31.5 - parent: 1 - - uid: 11483 + pos: 9.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9131 components: - type: Transform rot: 1.5707963267948966 rad - pos: -85.5,33.5 - parent: 1 - - uid: 12503 + pos: 13.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9132 components: - type: Transform rot: 1.5707963267948966 rad - pos: 17.5,18.5 - parent: 1 - - uid: 13760 + pos: 11.5,42.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 9133 components: - type: Transform - pos: -20.5,48.5 - parent: 1 - - uid: 14867 + pos: 10.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9134 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -67.5,29.5 - parent: 1 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 14869 + rot: 3.141592653589793 rad + pos: -0.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9135 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -79.5,23.5 - parent: 1 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 14870 + rot: 3.141592653589793 rad + pos: -0.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9136 components: - type: Transform - pos: -68.5,23.5 - parent: 1 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 14872 + rot: 3.141592653589793 rad + pos: -17.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9137 components: - type: Transform rot: -1.5707963267948966 rad - pos: -46.5,40.5 - parent: 1 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 14873 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,31.5 - parent: 1 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 14874 + pos: 3.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9138 components: - type: Transform rot: -1.5707963267948966 rad - pos: -56.5,22.5 - parent: 1 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 14875 + pos: 6.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9139 components: - type: Transform rot: -1.5707963267948966 rad - pos: -56.5,8.5 - parent: 1 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 14876 + pos: 5.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9140 components: - type: Transform - pos: -68.5,6.5 - parent: 1 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 14879 + rot: 1.5707963267948966 rad + pos: -64.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9141 components: - type: Transform rot: 1.5707963267948966 rad - pos: -41.5,3.5 - parent: 1 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 14880 + pos: -71.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9143 components: - type: Transform - pos: -35.5,-5.5 - parent: 1 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 14882 + pos: 4.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9144 components: - type: Transform rot: 1.5707963267948966 rad - pos: -38.5,15.5 - parent: 1 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 14883 + pos: 12.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9145 components: - type: Transform rot: -1.5707963267948966 rad - pos: -28.5,26.5 - parent: 1 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 14884 + pos: 4.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9146 components: - type: Transform - pos: -33.5,33.5 - parent: 1 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 14885 + pos: 4.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9147 components: - type: Transform rot: 3.141592653589793 rad - pos: -39.5,35.5 - parent: 1 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 14886 + pos: 15.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9148 components: - type: Transform - pos: -35.5,47.5 - parent: 1 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 14887 + pos: 2.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9149 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,45.5 - parent: 1 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 14888 + rot: 3.141592653589793 rad + pos: 14.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9150 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,52.5 - parent: 1 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 14891 + rot: 3.141592653589793 rad + pos: 6.5,41.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 9151 components: - type: Transform rot: 3.141592653589793 rad - pos: -20.5,31.5 - parent: 1 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 14892 + pos: 15.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9152 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,27.5 - parent: 1 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 14895 + pos: 15.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9153 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,56.5 - parent: 1 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 14896 + pos: 15.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9154 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,55.5 - parent: 1 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 14897 + rot: 3.141592653589793 rad + pos: 14.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9155 components: - type: Transform rot: 3.141592653589793 rad - pos: -18.5,62.5 - parent: 1 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 14899 + pos: 15.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9156 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9157 components: - type: Transform rot: 3.141592653589793 rad - pos: -9.5,27.5 - parent: 1 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 14900 + pos: 10.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9158 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,21.5 - parent: 1 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 14901 + rot: -1.5707963267948966 rad + pos: 9.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9159 components: - type: Transform rot: -1.5707963267948966 rad - pos: -11.5,10.5 - parent: 1 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 14902 + pos: 10.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9160 components: - type: Transform rot: 1.5707963267948966 rad - pos: -28.5,12.5 - parent: 1 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 14903 + pos: 10.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9161 components: - type: Transform - pos: -25.5,18.5 - parent: 1 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 14904 + rot: -1.5707963267948966 rad + pos: 16.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9162 components: - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,4.5 - parent: 1 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 14906 + rot: -1.5707963267948966 rad + pos: 11.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9163 components: - type: Transform - pos: 7.5,6.5 - parent: 1 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 14907 + rot: -1.5707963267948966 rad + pos: 8.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9164 components: - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,4.5 - parent: 1 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 14908 + rot: -1.5707963267948966 rad + pos: 0.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9165 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9166 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9167 components: - type: Transform rot: 1.5707963267948966 rad - pos: 25.5,9.5 - parent: 1 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 14909 + pos: 12.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9168 components: - type: Transform rot: -1.5707963267948966 rad - pos: 28.5,19.5 - parent: 1 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 14910 + pos: 2.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9169 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9171 components: - type: Transform rot: 1.5707963267948966 rad - pos: 16.5,13.5 - parent: 1 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 14911 + pos: 11.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9172 components: - type: Transform rot: -1.5707963267948966 rad - pos: 17.5,1.5 - parent: 1 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 14954 + pos: 9.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9173 components: - type: Transform rot: -1.5707963267948966 rad - pos: -46.5,55.5 - parent: 1 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 14955 + pos: 7.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9174 components: - type: Transform - pos: -46.5,65.5 - parent: 1 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 14956 + rot: -1.5707963267948966 rad + pos: 8.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9175 components: - type: Transform rot: -1.5707963267948966 rad - pos: -41.5,63.5 - parent: 1 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 14958 + pos: 1.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9176 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,60.5 - parent: 1 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 14959 + rot: -1.5707963267948966 rad + pos: 1.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9177 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,56.5 - parent: 1 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 14960 + rot: -1.5707963267948966 rad + pos: 2.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9178 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,53.5 - parent: 1 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 14961 + rot: -1.5707963267948966 rad + pos: 3.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9179 components: - type: Transform - pos: -52.5,47.5 - parent: 1 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 14962 + rot: 3.141592653589793 rad + pos: 4.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9180 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -64.5,41.5 - parent: 1 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 15309 + rot: 3.141592653589793 rad + pos: 4.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9181 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,23.5 - parent: 1 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 15310 + rot: 3.141592653589793 rad + pos: 4.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9182 components: - type: Transform - pos: -1.5,34.5 - parent: 1 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 15313 + rot: 3.141592653589793 rad + pos: 4.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9183 components: - type: Transform rot: 3.141592653589793 rad - pos: 9.5,28.5 - parent: 1 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 15314 + pos: 2.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9184 components: - type: Transform rot: 3.141592653589793 rad - pos: 8.5,22.5 - parent: 1 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 15315 + pos: 2.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9185 + components: + - type: Transform + pos: 14.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9186 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9187 + components: + - type: Transform + pos: 3.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9188 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9189 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9190 + components: + - type: Transform + pos: 14.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9191 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9192 components: - type: Transform - pos: 7.5,17.5 - parent: 1 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 15316 + rot: -1.5707963267948966 rad + pos: 2.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9193 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,14.5 - parent: 1 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 15992 + pos: 2.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9194 components: - type: Transform - pos: -12.5,49.5 - parent: 1 - - uid: 16032 + rot: 1.5707963267948966 rad + pos: 13.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9195 + components: + - type: Transform + pos: 4.5,34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9198 components: - type: Transform rot: -1.5707963267948966 rad - pos: 12.5,36.5 - parent: 1 - - uid: 16078 + pos: 15.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9199 components: - type: Transform - pos: -50.5,6.5 - parent: 1 - - uid: 16112 + rot: 3.141592653589793 rad + pos: 15.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9200 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,42.5 - parent: 1 - - uid: 17641 + pos: 15.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9201 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -71.5,11.5 - parent: 1 - - uid: 18400 + rot: -1.5707963267948966 rad + pos: 15.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9202 components: - type: Transform rot: -1.5707963267948966 rad - pos: -77.5,42.5 - parent: 1 - - uid: 18401 + pos: 16.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9203 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -89.5,46.5 - parent: 1 - - uid: 18855 + rot: -1.5707963267948966 rad + pos: 16.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9204 components: - type: Transform rot: -1.5707963267948966 rad - pos: -3.5,50.5 - parent: 1 - - uid: 18856 + pos: 17.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9205 components: - type: Transform rot: -1.5707963267948966 rad - pos: 0.5,50.5 - parent: 1 - - uid: 19259 + pos: 17.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9206 components: - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,59.5 - parent: 1 - - uid: 19260 + rot: -1.5707963267948966 rad + pos: -16.5,-36.5 + parent: 2 + - uid: 9207 components: - type: Transform - pos: -79.5,67.5 - parent: 1 - - uid: 19263 + pos: 10.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9208 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -85.5,67.5 - parent: 1 - - uid: 19264 + pos: 2.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9209 components: - type: Transform rot: -1.5707963267948966 rad - pos: -75.5,67.5 - parent: 1 - - uid: 19265 + pos: 3.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9210 components: - type: Transform rot: -1.5707963267948966 rad - pos: -88.5,62.5 - parent: 1 -- proto: EmergencyRollerBedSpawnFolded - entities: - - uid: 9198 + pos: 2.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9211 components: - type: Transform - pos: 11.616604,24.635866 - parent: 1 -- proto: Emitter - entities: - - uid: 9982 + rot: 3.141592653589793 rad + pos: 2.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9212 components: - type: Transform rot: 3.141592653589793 rad - pos: -78.5,18.5 - parent: 1 - - uid: 9983 + pos: 4.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9213 components: - type: Transform rot: 3.141592653589793 rad - pos: -77.5,18.5 - parent: 1 - - uid: 9984 + pos: 4.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9214 components: - type: Transform rot: 3.141592653589793 rad - pos: -76.5,18.5 - parent: 1 - - uid: 10609 + pos: 2.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9215 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -90.5,21.5 - parent: 1 - - uid: 10610 + rot: 1.5707963267948966 rad + pos: 8.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9216 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -90.5,29.5 - parent: 1 - - uid: 10611 + rot: 1.5707963267948966 rad + pos: 3.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9217 components: - type: Transform rot: 1.5707963267948966 rad - pos: -104.5,21.5 - parent: 1 - - uid: 10612 + pos: 4.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9218 components: - type: Transform - rot: 3.141592653589793 rad - pos: -93.5,18.5 - parent: 1 - - uid: 10613 + rot: 1.5707963267948966 rad + pos: 5.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9219 components: - type: Transform - rot: 3.141592653589793 rad - pos: -101.5,18.5 - parent: 1 - - uid: 10614 + rot: 1.5707963267948966 rad + pos: 5.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9220 components: - type: Transform rot: 1.5707963267948966 rad - pos: -104.5,29.5 - parent: 1 - - uid: 10615 + pos: 6.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9221 components: - type: Transform - pos: -101.5,32.5 - parent: 1 - - uid: 10616 + rot: 1.5707963267948966 rad + pos: 6.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9222 components: - type: Transform - pos: -93.5,32.5 - parent: 1 -- proto: EmitterFlatpack - entities: - - uid: 5880 + pos: 2.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9223 components: - type: Transform - rot: 3.141592653589793 rad - pos: -82.67085,59.673744 - parent: 1 - - uid: 15838 + pos: 4.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9224 components: - type: Transform - rot: 3.141592653589793 rad - pos: -82.62918,59.423744 - parent: 1 - - uid: 17940 + rot: -1.5707963267948966 rad + pos: 8.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9225 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9226 components: - type: Transform rot: 3.141592653589793 rad - pos: -82.25418,59.673744 - parent: 1 - - uid: 18334 + pos: 9.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9227 + components: + - type: Transform + pos: -15.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9228 components: - type: Transform rot: 3.141592653589793 rad - pos: -82.21252,59.46541 - parent: 1 -- proto: EncryptionKeyCargo - entities: - - uid: 15374 + pos: -15.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9229 components: - type: Transform - parent: 15368 - - type: Physics - canCollide: False -- proto: EncryptionKeyCommand - entities: - - uid: 15369 + pos: -15.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9230 components: - type: Transform - parent: 15368 - - type: Physics - canCollide: False -- proto: EncryptionKeyCommon - entities: - - uid: 15366 + rot: 1.5707963267948966 rad + pos: 4.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9231 components: - type: Transform - pos: 27.658451,23.492924 - parent: 1 -- proto: EncryptionKeyEngineering - entities: - - uid: 15371 + pos: 4.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9232 components: - type: Transform - parent: 15368 - - type: Physics - canCollide: False -- proto: EncryptionKeyMedical - entities: - - uid: 15372 + pos: 3.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9233 components: - type: Transform - parent: 15368 - - type: Physics - canCollide: False -- proto: EncryptionKeyMedicalScience - entities: - - uid: 12309 + pos: 4.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9234 components: - type: Transform - pos: -7.390985,-17.408587 - parent: 1 -- proto: EncryptionKeyScience - entities: - - uid: 15373 + pos: 3.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9235 components: - type: Transform - parent: 15368 - - type: Physics - canCollide: False -- proto: EncryptionKeySecurity - entities: - - uid: 15370 + pos: 4.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9236 components: - type: Transform - parent: 15368 - - type: Physics - canCollide: False -- proto: EncryptionKeyService - entities: - - uid: 15367 + rot: -1.5707963267948966 rad + pos: 2.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9237 components: - type: Transform - pos: 27.345951,23.492924 - parent: 1 -- proto: EphedrineChemistryBottle - entities: - - uid: 2031 + rot: -1.5707963267948966 rad + pos: 3.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9238 components: - type: Transform - pos: -0.2686499,20.856321 - parent: 1 -- proto: EthanolChemistryBottle - entities: - - uid: 18639 + rot: -1.5707963267948966 rad + pos: 2.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9239 components: - type: Transform - pos: 18.026491,57.529243 - parent: 1 -- proto: EvidenceMarkerEight - entities: - - uid: 16428 + rot: 3.141592653589793 rad + pos: 4.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9240 components: - type: Transform - pos: 3.5871916,42.579475 - parent: 1 -- proto: EvidenceMarkerFour - entities: - - uid: 16430 + rot: 3.141592653589793 rad + pos: 2.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9241 components: - type: Transform - pos: 3.8059416,42.548203 - parent: 1 -- proto: EvidenceMarkerNine - entities: - - uid: 16429 + rot: 3.141592653589793 rad + pos: 2.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9242 components: - type: Transform - pos: 3.3684416,42.61074 - parent: 1 -- proto: EvidenceMarkerOne - entities: - - uid: 9335 + rot: 3.141592653589793 rad + pos: 4.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9243 components: - type: Transform - pos: 3.1496916,42.642014 - parent: 1 -- proto: ExosuitFabricator - entities: - - uid: 624 + rot: 1.5707963267948966 rad + pos: 5.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9244 components: - type: Transform - pos: -8.5,-18.5 - parent: 1 - - type: SiloUtilizer - silo: 6424 -- proto: ExplosivesSignMed - entities: - - uid: 10817 + pos: -17.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9245 components: - type: Transform - pos: -17.5,-32.5 - parent: 1 - - uid: 16893 + pos: -17.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9246 components: - type: Transform - pos: -20.5,-36.5 - parent: 1 -- proto: ExtinguisherCabinet - entities: - - uid: 2843 + pos: -15.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9247 components: - type: Transform - pos: -18.5,30.5 - parent: 1 - - uid: 4746 + rot: 3.141592653589793 rad + pos: -40.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9248 components: - type: Transform rot: 3.141592653589793 rad - pos: -67.5,-12.5 - parent: 1 - - uid: 4821 + pos: -40.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9249 components: - type: Transform - pos: -55.5,0.5 - parent: 1 - - uid: 5423 + rot: 3.141592653589793 rad + pos: -39.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9250 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,16.5 - parent: 1 - - uid: 10940 + rot: 3.141592653589793 rad + pos: -39.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9251 components: - type: Transform - pos: -74.5,7.5 - parent: 1 - - uid: 12036 + rot: 3.141592653589793 rad + pos: -39.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9252 components: - type: Transform - pos: -46.5,-10.5 - parent: 1 - - uid: 12037 + rot: 3.141592653589793 rad + pos: -40.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9253 components: - type: Transform - pos: -35.5,-4.5 - parent: 1 - - uid: 12038 + pos: -40.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9254 components: - type: Transform - pos: -55.5,9.5 - parent: 1 - - uid: 12220 + rot: 3.141592653589793 rad + pos: -40.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9255 components: - type: Transform - pos: -55.5,29.5 - parent: 1 - - uid: 13655 + rot: 3.141592653589793 rad + pos: -40.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9256 components: - type: Transform - pos: -39.5,47.5 - parent: 1 - - uid: 13682 + rot: 1.5707963267948966 rad + pos: -38.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9257 components: - type: Transform - pos: -35.5,34.5 - parent: 1 - - uid: 13683 + rot: 1.5707963267948966 rad + pos: -35.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9258 components: - type: Transform - pos: -26.5,44.5 - parent: 1 - - uid: 13684 + rot: 1.5707963267948966 rad + pos: -41.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9259 components: - type: Transform - pos: -27.5,29.5 - parent: 1 - - uid: 13764 + rot: 1.5707963267948966 rad + pos: -38.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9260 components: - type: Transform - pos: -39.5,22.5 - parent: 1 - - uid: 13792 + rot: 3.141592653589793 rad + pos: -9.5,58.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9261 components: - type: Transform - pos: -35.5,9.5 - parent: 1 - - uid: 13796 + rot: 1.5707963267948966 rad + pos: -36.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9262 components: - type: Transform - pos: -26.5,-9.5 - parent: 1 - - uid: 13801 + rot: 1.5707963267948966 rad + pos: -35.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9263 components: - type: Transform - pos: -14.5,11.5 - parent: 1 - - uid: 13802 + rot: 1.5707963267948966 rad + pos: -34.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9264 components: - type: Transform - pos: -10.5,23.5 - parent: 1 - - uid: 13804 + rot: -1.5707963267948966 rad + pos: 11.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9265 components: - type: Transform - pos: -25.5,14.5 - parent: 1 - - uid: 13805 + rot: 1.5707963267948966 rad + pos: -41.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9266 components: - type: Transform - pos: -2.5,35.5 - parent: 1 - - uid: 13811 + rot: 3.141592653589793 rad + pos: -9.5,57.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9267 components: - type: Transform - pos: 18.5,0.5 - parent: 1 - - uid: 16994 + rot: 1.5707963267948966 rad + pos: -34.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9268 components: - type: Transform - pos: 1.5,-10.5 - parent: 1 - - uid: 17004 + rot: 1.5707963267948966 rad + pos: -37.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9269 components: - type: Transform - pos: -14.5,-27.5 - parent: 1 -- proto: ExtinguisherCabinetFilled - entities: - - uid: 3664 + rot: 1.5707963267948966 rad + pos: -39.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9270 components: - type: Transform - pos: -45.5,-8.5 - parent: 1 - - uid: 6560 + rot: -1.5707963267948966 rad + pos: -40.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9271 components: - type: Transform rot: 1.5707963267948966 rad - pos: -11.5,52.5 - parent: 1 - - uid: 10652 + pos: -37.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9272 components: - type: Transform - pos: -19.5,-1.5 - parent: 1 - - uid: 15292 + rot: 1.5707963267948966 rad + pos: -36.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9273 components: - type: Transform - pos: -2.5,18.5 - parent: 1 - - uid: 15293 + rot: 3.141592653589793 rad + pos: -9.5,56.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9274 components: - type: Transform - pos: 1.5,18.5 - parent: 1 - - uid: 15294 + rot: 3.141592653589793 rad + pos: -9.5,59.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9275 components: - type: Transform - pos: 5.5,15.5 - parent: 1 - - uid: 15295 + pos: -17.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9276 components: - type: Transform - pos: 8.5,27.5 - parent: 1 - - uid: 15297 + rot: 3.141592653589793 rad + pos: 27.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9277 components: - type: Transform - pos: -19.5,56.5 - parent: 1 - - uid: 15298 + rot: -1.5707963267948966 rad + pos: 7.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9278 components: - type: Transform - pos: -18.5,61.5 - parent: 1 - - uid: 15300 + rot: 1.5707963267948966 rad + pos: -60.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9279 components: - type: Transform - pos: -60.5,56.5 - parent: 1 - - uid: 15301 + pos: 15.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9280 components: - type: Transform - pos: -53.5,59.5 - parent: 1 - - uid: 15302 + rot: 1.5707963267948966 rad + pos: -60.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9281 components: - type: Transform - pos: -45.5,55.5 - parent: 1 - - uid: 15304 + pos: -64.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9282 components: - type: Transform - pos: -53.5,67.5 - parent: 1 - - uid: 15305 + rot: 1.5707963267948966 rad + pos: -59.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9283 components: - type: Transform - pos: -57.5,63.5 - parent: 1 - - uid: 15306 + rot: 1.5707963267948966 rad + pos: -61.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9284 components: - type: Transform - pos: -56.5,88.5 - parent: 1 - - uid: 15307 + rot: 1.5707963267948966 rad + pos: -65.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9285 components: - type: Transform - pos: -62.5,82.5 - parent: 1 - - uid: 15308 + rot: 1.5707963267948966 rad + pos: -66.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9286 components: - type: Transform - pos: -49.5,82.5 - parent: 1 - - uid: 15317 + rot: 1.5707963267948966 rad + pos: -67.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9287 components: - type: Transform rot: 1.5707963267948966 rad - pos: -75.5,19.5 - parent: 1 - - uid: 15318 + pos: -68.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9288 components: - type: Transform rot: 1.5707963267948966 rad - pos: -83.5,22.5 - parent: 1 - - uid: 15321 + pos: -69.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9289 components: - type: Transform rot: 1.5707963267948966 rad - pos: -65.5,29.5 - parent: 1 - - uid: 15322 + pos: -70.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9290 components: - type: Transform rot: 1.5707963267948966 rad - pos: -66.5,18.5 - parent: 1 - - uid: 15323 + pos: -73.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9291 components: - type: Transform rot: 1.5707963267948966 rad - pos: -62.5,46.5 - parent: 1 - - uid: 15324 + pos: -62.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9292 components: - type: Transform rot: 1.5707963267948966 rad - pos: -59.5,38.5 - parent: 1 - - uid: 15325 + pos: -63.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9293 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,48.5 - parent: 1 - - uid: 15326 + rot: 3.141592653589793 rad + pos: -57.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9294 components: - type: Transform rot: 1.5707963267948966 rad - pos: -45.5,38.5 - parent: 1 - - uid: 15856 + pos: -71.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9295 components: - type: Transform - pos: -19.5,58.5 - parent: 1 - - uid: 16029 + rot: 1.5707963267948966 rad + pos: -72.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9296 components: - type: Transform rot: 1.5707963267948966 rad - pos: 13.5,36.5 - parent: 1 - - uid: 16290 + pos: -69.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9297 components: - type: Transform - pos: 9.5,7.5 - parent: 1 - - uid: 18371 + rot: 1.5707963267948966 rad + pos: -70.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9298 components: - type: Transform rot: 1.5707963267948966 rad - pos: -80.5,42.5 - parent: 1 - - uid: 18372 + pos: -61.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9299 components: - type: Transform rot: 1.5707963267948966 rad - pos: -74.5,36.5 - parent: 1 -- proto: FaxMachineBase - entities: - - uid: 73 + pos: -62.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9300 components: - type: Transform - pos: -5.5,0.5 - parent: 1 - - type: FaxMachine - name: AI Core - - uid: 2320 + rot: 1.5707963267948966 rad + pos: -63.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9301 components: - type: Transform - pos: 10.5,25.5 - parent: 1 - - type: FaxMachine - name: Medical - - uid: 3745 + rot: 1.5707963267948966 rad + pos: -67.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9302 components: - type: Transform - pos: -46.5,2.5 - parent: 1 - - type: FaxMachine - name: Cargo - - uid: 5809 + rot: 1.5707963267948966 rad + pos: -72.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9303 components: - type: Transform - pos: -28.5,13.5 - parent: 1 - - type: FaxMachine - name: Library - - uid: 5890 + rot: 1.5707963267948966 rad + pos: -73.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9304 components: - type: Transform - pos: -43.5,-5.5 - parent: 1 - - type: FaxMachine - name: Quartermaster - - uid: 7573 + rot: 3.141592653589793 rad + pos: -58.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9305 components: - type: Transform - pos: -21.5,40.5 - parent: 1 - - type: FaxMachine - name: HoP - - uid: 7989 + rot: 1.5707963267948966 rad + pos: -66.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9306 components: - type: Transform - pos: -55.5,58.5 - parent: 1 - - type: FaxMachine - name: Security - - uid: 10803 + rot: 1.5707963267948966 rad + pos: -68.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9307 components: - type: Transform - pos: -36.5,37.5 - parent: 1 - - type: FaxMachine - name: Bar - - uid: 12573 + rot: 1.5707963267948966 rad + pos: -59.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9308 components: - type: Transform - pos: -16.5,-1.5 - parent: 1 - - type: FaxMachine - name: Science - - uid: 13602 + rot: 1.5707963267948966 rad + pos: -47.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9309 components: - type: Transform - pos: -64.5,25.5 - parent: 1 - - type: FaxMachine - name: Engineering - - uid: 15180 + rot: 1.5707963267948966 rad + pos: -51.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9310 components: - type: Transform - pos: -51.5,-0.5 - parent: 1 - - type: FaxMachine - name: Reporter - - uid: 16107 + pos: -85.5,42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9311 components: - type: Transform - pos: -48.5,60.5 - parent: 1 - - type: FaxMachine - name: Warden - - uid: 16113 + rot: 1.5707963267948966 rad + pos: -40.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9312 components: - type: Transform - pos: -12.5,53.5 - parent: 1 - - type: FaxMachine - name: Bridge - - uid: 17121 + rot: -1.5707963267948966 rad + pos: -43.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9313 components: - type: Transform - pos: -20.5,-13.5 - parent: 1 - - type: FaxMachine - name: Research Director - - uid: 17598 + pos: -42.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9314 components: - type: Transform - pos: -74.5,8.5 - parent: 1 - - type: FaxMachine - name: Law Office -- proto: FaxMachineCaptain - entities: - - uid: 4951 + rot: -1.5707963267948966 rad + pos: -51.5,8.5 + parent: 2 + - uid: 9315 components: - type: Transform - pos: -7.5,62.5 - parent: 1 -- proto: FigureSpawner - entities: - - uid: 5546 + rot: -1.5707963267948966 rad + pos: -45.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9316 components: - type: Transform - pos: -52.5,27.5 - parent: 1 -- proto: filingCabinetDrawer - entities: - - uid: 12788 + pos: 6.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9317 components: - type: Transform - pos: -45.5,2.5 - parent: 1 -- proto: filingCabinetDrawerRandom - entities: - - uid: 7946 + pos: -44.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9318 components: - type: Transform - pos: -23.5,38.5 - parent: 1 - - uid: 8961 + rot: 3.141592653589793 rad + pos: -49.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9319 components: - type: Transform - pos: -11.5,53.5 - parent: 1 - - uid: 17637 + rot: -1.5707963267948966 rad + pos: -16.5,-31.5 + parent: 2 + - uid: 9320 components: - type: Transform - pos: -69.5,11.5 - parent: 1 -- proto: filingCabinetRandom - entities: - - uid: 11428 + pos: -17.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9321 components: - type: Transform - pos: -56.5,66.5 - parent: 1 - - uid: 17592 + rot: 1.5707963267948966 rad + pos: -78.5,39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9322 components: - type: Transform - pos: -73.5,8.5 - parent: 1 -- proto: FireAlarm - entities: - - uid: 2134 + rot: 1.5707963267948966 rad + pos: 5.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9323 components: - type: Transform rot: 1.5707963267948966 rad - pos: 12.5,-1.5 - parent: 1 - - uid: 4747 + pos: 6.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9324 components: - type: Transform - rot: 3.141592653589793 rad - pos: -63.5,-12.5 - parent: 1 - - type: DeviceList - devices: - - 4912 - - 4913 - - 4126 - - uid: 7134 + rot: 1.5707963267948966 rad + pos: 7.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9325 components: - type: Transform rot: 1.5707963267948966 rad - pos: -59.5,21.5 - parent: 1 - - type: DeviceList - devices: - - 9301 - - 16220 - - 10155 - - uid: 8963 + pos: 8.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9326 components: - type: Transform - pos: -48.5,66.5 - parent: 1 - - type: DeviceList - devices: - - 8579 - - 8543 - - 8542 - - uid: 8964 + pos: -82.5,39.5 + parent: 2 + - type: AtmosPipeColor + color: '#947507FF' + - uid: 9327 components: - type: Transform rot: 1.5707963267948966 rad - pos: -53.5,87.5 - parent: 1 - - uid: 8966 + pos: -42.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9328 components: - type: Transform rot: -1.5707963267948966 rad - pos: -56.5,87.5 - parent: 1 - - uid: 10018 + pos: -49.5,8.5 + parent: 2 + - uid: 9329 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,41.5 - parent: 1 - - type: DeviceList - devices: - - 10157 - - 16166 - - 5970 - - uid: 10691 + rot: 3.141592653589793 rad + pos: -49.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9330 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -75.5,22.5 - parent: 1 - - type: DeviceList - devices: - - 14304 - - 14302 - - 10686 - - 10687 - - 14303 - - 10684 - - 10685 - - uid: 13041 + rot: 3.141592653589793 rad + pos: -47.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9331 components: - type: Transform rot: 1.5707963267948966 rad - pos: -50.5,44.5 - parent: 1 - - type: DeviceList - devices: - - 7995 - - 7996 - - 7997 - - uid: 13046 + pos: -50.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9332 components: - type: Transform rot: 3.141592653589793 rad - pos: -46.5,30.5 - parent: 1 - - type: DeviceList - devices: - - 7995 - - 7996 - - 7997 - - 5233 - - 5232 - - 5231 - - uid: 13050 - components: - - type: Transform - pos: -67.5,7.5 - parent: 1 - - type: DeviceList - devices: - - 5213 - - 5214 - - 5215 - - 11812 - - 11813 - - 11811 - - 11814 - - uid: 13052 + pos: -47.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9333 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,-4.5 - parent: 1 - - type: DeviceList - devices: - - 5216 - - 5217 - - 5218 - - uid: 13056 + rot: 3.141592653589793 rad + pos: 9.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9334 components: - type: Transform - pos: -39.5,7.5 - parent: 1 - - type: DeviceList - devices: - - 14612 - - 14613 - - uid: 13059 + rot: 3.141592653589793 rad + pos: -79.5,41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9335 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-1.5 - parent: 1 - - type: DeviceList - devices: - - 3718 - - 3719 - - 3720 - - 3721 - - 3722 - - 3723 - - 3724 - - 3717 - - 3716 - - 3726 - - uid: 13060 + rot: 1.5707963267948966 rad + pos: 8.5,34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9336 components: - type: Transform - pos: -22.5,7.5 - parent: 1 - - type: DeviceList - devices: - - 1766 - - 1765 - - 1764 - - uid: 13062 + rot: 3.141592653589793 rad + pos: -49.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9337 components: - type: Transform rot: 1.5707963267948966 rad - pos: -39.5,17.5 - parent: 1 - - type: DeviceList - devices: - - 4117 - - 4118 - - 4119 - - 4120 - - 4121 - - 4122 - - 4123 - - 5227 - - 5226 - - 5225 - - uid: 13064 - components: - - type: Transform - pos: -39.5,40.5 - parent: 1 - - type: DeviceList - devices: - - 5233 - - 5232 - - 5231 - - 5225 - - 5226 - - 5227 - - 5228 - - 5229 - - 5230 - - 9786 - - 9787 - - 9788 - - 9789 - - 9784 - - 9785 - - uid: 13066 + pos: -52.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9338 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,44.5 - parent: 1 - - type: DeviceList - devices: - - 9784 - - 9785 - - 9790 - - 9791 - - 9792 - - 9793 - - uid: 13068 + rot: 3.141592653589793 rad + pos: -50.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9339 components: - type: Transform - pos: -28.5,34.5 - parent: 1 - - type: DeviceList - devices: - - 5228 - - 5229 - - 5230 - - 5234 - - 5235 - - 5236 - - uid: 13070 + rot: 3.141592653589793 rad + pos: -50.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9340 components: - type: Transform rot: -1.5707963267948966 rad - pos: -39.5,41.5 - parent: 1 - - type: DeviceList - devices: - - 9790 - - 9791 - - 9793 - - 9792 - - uid: 13078 + pos: -63.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9341 components: - type: Transform - pos: -11.5,34.5 - parent: 1 - - type: DeviceList - devices: - - 5237 - - 5238 - - 5239 - - 12259 - - 12255 - - 12260 - - 12273 - - 12272 - - 3064 - - 3122 - - 2814 - - 3175 - - 3176 - - 3177 - - uid: 13080 + rot: -1.5707963267948966 rad + pos: -20.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9342 components: - type: Transform - pos: -14.5,58.5 - parent: 1 - - type: DeviceList - devices: - - 6498 - - 6499 - - 6500 - - 6501 - - 6502 - - 6503 - - 6504 - - uid: 13097 + rot: 1.5707963267948966 rad + pos: 8.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9343 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,18.5 - parent: 1 - - type: DeviceList - devices: - - 1763 - - 1762 - - 1761 - - 3177 - - 3176 - - 3175 - - uid: 13098 + rot: 1.5707963267948966 rad + pos: 9.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9344 components: - type: Transform - pos: -2.5,7.5 - parent: 1 - - type: DeviceList - devices: - - 1758 - - 1759 - - 1760 - - 1768 - - 1767 - - 1753 - - 1752 - - uid: 13102 + pos: 10.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9345 components: - type: Transform - pos: 20.5,7.5 - parent: 1 - - type: DeviceList - devices: - - 1767 - - 1768 - - 1755 - - 1754 - - uid: 13104 + pos: -58.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9346 components: - type: Transform rot: 3.141592653589793 rad - pos: 27.5,4.5 - parent: 1 - - type: DeviceList - devices: - - 1755 - - 1754 - - uid: 13300 + pos: -50.5,80.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9347 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,34.5 - parent: 1 - - type: DeviceList - devices: - - 2868 - - 2867 - - 2869 - - 13309 - - 13308 - - 13307 - - uid: 13303 + rot: 3.141592653589793 rad + pos: -50.5,67.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9348 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,21.5 - parent: 1 - - type: DeviceList - devices: - - 13302 - - 2880 - - 2878 - - 2879 - - 2869 - - 2870 - - 13307 - - 13308 - - 13309 - - 15080 - - 15081 - - uid: 14299 + pos: -15.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9349 components: - type: Transform rot: -1.5707963267948966 rad - pos: -72.5,31.5 - parent: 1 - - type: DeviceList - devices: - - 10685 - - 10684 - - 10688 - - 10689 - - uid: 14305 + pos: -54.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9350 components: - type: Transform rot: -1.5707963267948966 rad - pos: -72.5,25.5 - parent: 1 - - type: DeviceList - devices: - - 14303 - - 10686 - - 10687 - - 10684 - - 10685 - - uid: 14306 - components: - - type: Transform - pos: -80.5,28.5 - parent: 1 - - type: DeviceList - devices: - - 14303 - - uid: 15759 + pos: -60.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9351 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,11.5 - parent: 1 - - type: DeviceList - devices: - - 15756 - - 2909 - - 15757 - - 15758 - - uid: 15777 + pos: 20.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9352 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,36.5 - parent: 1 - - type: DeviceList - devices: - - 7559 - - 9506 - - 5237 - - 5238 - - 5239 - - uid: 15852 + pos: -13.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9353 components: - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,41.5 - parent: 1 - - uid: 17536 + pos: -74.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9354 components: - type: Transform rot: -1.5707963267948966 rad - pos: -10.5,-27.5 - parent: 1 - - type: DeviceList - devices: - - 17415 - - 17408 -- proto: FireAxeCabinet - entities: - - uid: 17501 + pos: 7.5,42.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 9355 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-17.5 - parent: 1 -- proto: FireAxeCabinetFilled - entities: - - uid: 13766 + rot: 3.141592653589793 rad + pos: -79.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9356 components: - type: Transform - pos: -10.5,58.5 - parent: 1 - - uid: 18387 + rot: -1.5707963267948966 rad + pos: 18.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9357 components: - type: Transform - rot: 3.141592653589793 rad - pos: -80.5,44.5 - parent: 1 -- proto: FireExtinguisher - entities: - - uid: 17416 + rot: -1.5707963267948966 rad + pos: 19.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9358 components: - type: Transform - pos: -15.296139,-36.475113 - parent: 1 -- proto: Firelock - entities: - - uid: 2909 + pos: 9.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9359 components: - type: Transform - pos: 26.5,11.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 15759 - - uid: 5596 + rot: -1.5707963267948966 rad + pos: 10.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9360 components: - type: Transform - pos: -20.5,15.5 - parent: 1 - - uid: 5736 + rot: -1.5707963267948966 rad + pos: -41.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9361 components: - type: Transform - pos: -21.5,20.5 - parent: 1 - - uid: 5751 + pos: -46.5,48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9362 components: - type: Transform - pos: -19.5,15.5 - parent: 1 - - uid: 7511 + pos: -46.5,49.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9363 components: - type: Transform - pos: -32.5,51.5 - parent: 1 - - uid: 8278 + pos: -46.5,50.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9364 components: - type: Transform - pos: -30.5,14.5 - parent: 1 - - uid: 8992 + pos: -46.5,51.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9365 components: - type: Transform - pos: 20.5,35.5 - parent: 1 - - uid: 9002 + pos: -46.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9366 components: - type: Transform - pos: 20.5,34.5 - parent: 1 - - uid: 9802 + pos: -46.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9367 components: - type: Transform - pos: -31.5,51.5 - parent: 1 - - uid: 9803 + pos: -46.5,54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9368 components: - type: Transform - pos: -25.5,42.5 - parent: 1 - - uid: 9809 + pos: -48.5,48.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9369 components: - type: Transform - pos: -5.5,46.5 - parent: 1 - - uid: 9810 + pos: -48.5,49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9370 components: - type: Transform - pos: -5.5,47.5 - parent: 1 - - uid: 9811 + pos: -48.5,50.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9371 components: - type: Transform - pos: 12.5,40.5 - parent: 1 - - uid: 9812 + pos: -48.5,51.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9372 components: - type: Transform - pos: 12.5,39.5 - parent: 1 - - uid: 9813 + pos: -48.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9373 components: - type: Transform - pos: 14.5,44.5 - parent: 1 - - uid: 9814 + rot: -1.5707963267948966 rad + pos: -48.5,55.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9374 components: - type: Transform - pos: 15.5,44.5 - parent: 1 - - uid: 9815 + rot: -1.5707963267948966 rad + pos: -49.5,55.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9375 components: - type: Transform - pos: -3.5,38.5 - parent: 1 - - uid: 9816 + rot: -1.5707963267948966 rad + pos: -49.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9376 components: - type: Transform - pos: -2.5,38.5 - parent: 1 - - uid: 9912 + pos: -47.5,56.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9377 components: - type: Transform - pos: 16.5,37.5 - parent: 1 - - uid: 15063 + pos: -47.5,57.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9378 components: - type: Transform - pos: -44.5,12.5 - parent: 1 - - uid: 15064 + pos: -47.5,58.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9379 components: - type: Transform - pos: -50.5,16.5 - parent: 1 - - uid: 15065 + rot: -1.5707963267948966 rad + pos: -51.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9380 components: - type: Transform - pos: -45.5,22.5 - parent: 1 - - uid: 15066 + rot: -1.5707963267948966 rad + pos: -54.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9381 components: - type: Transform - pos: -44.5,22.5 - parent: 1 - - uid: 15069 + rot: -1.5707963267948966 rad + pos: -57.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9382 components: - type: Transform - pos: -21.5,21.5 - parent: 1 - - uid: 15070 + rot: -1.5707963267948966 rad + pos: -58.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9383 components: - type: Transform - pos: -20.5,22.5 - parent: 1 - - uid: 15071 + rot: 3.141592653589793 rad + pos: -51.5,54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9384 components: - type: Transform - pos: -19.5,22.5 - parent: 1 - - uid: 15104 + rot: 3.141592653589793 rad + pos: -51.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9385 components: - type: Transform - pos: -23.5,50.5 - parent: 1 - - uid: 15105 + rot: 3.141592653589793 rad + pos: -51.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9386 components: - type: Transform - pos: -23.5,51.5 - parent: 1 - - uid: 15756 + rot: 3.141592653589793 rad + pos: -51.5,51.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9387 components: - type: Transform - pos: 25.5,11.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 15759 - - uid: 15757 + rot: 3.141592653589793 rad + pos: -50.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9388 components: - type: Transform - pos: 27.5,11.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 15759 - - uid: 15758 + rot: 3.141592653589793 rad + pos: -50.5,51.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9389 components: - type: Transform - pos: 28.5,11.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 15759 - - uid: 15849 + rot: 3.141592653589793 rad + pos: -53.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9390 components: - type: Transform - pos: 16.5,38.5 - parent: 1 -- proto: FirelockEdge - entities: - - uid: 1748 + rot: 3.141592653589793 rad + pos: -53.5,51.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9391 components: - type: Transform - pos: 28.5,-5.5 - parent: 1 - - uid: 2870 + rot: 3.141592653589793 rad + pos: -54.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9392 components: - type: Transform - pos: -3.5,19.5 - parent: 1 - - uid: 3672 + rot: 3.141592653589793 rad + pos: -54.5,51.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9393 components: - type: Transform rot: 3.141592653589793 rad - pos: -35.5,-8.5 - parent: 1 - - uid: 3674 + pos: -56.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9394 components: - type: Transform rot: 3.141592653589793 rad - pos: -34.5,-8.5 - parent: 1 - - uid: 3677 + pos: -56.5,51.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9395 components: - type: Transform rot: 3.141592653589793 rad - pos: -33.5,-8.5 - parent: 1 - - uid: 3740 + pos: -57.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9396 components: - type: Transform rot: 3.141592653589793 rad - pos: -32.5,-8.5 - parent: 1 - - uid: 3770 + pos: -57.5,51.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9397 components: - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,-8.5 - parent: 1 - - uid: 4117 + rot: 1.5707963267948966 rad + pos: -52.5,55.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9398 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,23.5 - parent: 1 - - uid: 4118 + rot: 1.5707963267948966 rad + pos: -55.5,55.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9399 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,24.5 - parent: 1 - - uid: 4119 + pos: -55.5,54.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9400 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,25.5 - parent: 1 - - uid: 4120 + pos: -55.5,55.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9401 + components: + - type: Transform + pos: -55.5,57.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9402 components: - type: Transform rot: -1.5707963267948966 rad - pos: -35.5,26.5 - parent: 1 - - uid: 4121 + pos: -56.5,58.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9403 components: - type: Transform rot: -1.5707963267948966 rad - pos: -35.5,27.5 - parent: 1 - - uid: 4122 + pos: -57.5,58.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9404 components: - type: Transform rot: -1.5707963267948966 rad - pos: -35.5,28.5 - parent: 1 - - uid: 4123 + pos: -58.5,58.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9405 components: - type: Transform rot: -1.5707963267948966 rad - pos: -35.5,29.5 - parent: 1 - - uid: 5723 + pos: -59.5,58.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9406 components: - type: Transform rot: 3.141592653589793 rad - pos: -52.5,65.5 - parent: 1 - - uid: 5726 + pos: -54.5,54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9407 components: - type: Transform rot: 3.141592653589793 rad - pos: -50.5,65.5 - parent: 1 - - uid: 6498 + pos: -54.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9408 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,59.5 - parent: 1 - - uid: 6499 + rot: 3.141592653589793 rad + pos: -57.5,54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9409 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9410 components: - type: Transform rot: 1.5707963267948966 rad - pos: -14.5,60.5 - parent: 1 - - uid: 6500 + pos: -58.5,55.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9411 components: - type: Transform rot: 3.141592653589793 rad - pos: -15.5,61.5 - parent: 1 - - uid: 6501 + pos: -56.5,56.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9412 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,61.5 - parent: 1 - - uid: 6502 + rot: 1.5707963267948966 rad + pos: -57.5,57.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9413 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,61.5 - parent: 1 - - uid: 6503 + rot: 1.5707963267948966 rad + pos: -58.5,57.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9414 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -59.5,57.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9415 components: - type: Transform rot: -1.5707963267948966 rad - pos: -18.5,60.5 - parent: 1 - - uid: 6504 + pos: -59.5,55.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9416 components: - type: Transform rot: -1.5707963267948966 rad - pos: -18.5,59.5 - parent: 1 - - uid: 7559 + pos: -60.5,55.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9417 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,37.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 15777 - - 13472 - - uid: 8324 + rot: 3.141592653589793 rad + pos: -61.5,54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9418 components: - type: Transform rot: 1.5707963267948966 rad - pos: 10.5,23.5 - parent: 1 - - uid: 9506 + pos: -59.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9419 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,40.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 15777 - - 13472 - - uid: 9784 + pos: -61.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9420 components: - type: Transform - pos: -36.5,41.5 - parent: 1 - - uid: 9785 + rot: 3.141592653589793 rad + pos: -52.5,54.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9421 components: - type: Transform - pos: -35.5,41.5 - parent: 1 - - uid: 9786 + rot: 3.141592653589793 rad + pos: -52.5,55.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9422 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,38.5 - parent: 1 - - uid: 9787 + rot: 3.141592653589793 rad + pos: -52.5,56.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9423 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,37.5 - parent: 1 - - uid: 9788 + rot: 3.141592653589793 rad + pos: -52.5,57.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9424 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,36.5 - parent: 1 - - uid: 9789 + rot: 3.141592653589793 rad + pos: -52.5,58.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9425 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,35.5 - parent: 1 - - uid: 9790 + rot: 3.141592653589793 rad + pos: -52.5,59.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9426 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,43.5 - parent: 1 - - uid: 9791 + rot: 3.141592653589793 rad + pos: -50.5,56.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9427 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,44.5 - parent: 1 - - uid: 9792 + rot: 3.141592653589793 rad + pos: -50.5,57.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9428 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,45.5 - parent: 1 - - uid: 9793 + rot: 3.141592653589793 rad + pos: -50.5,58.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9429 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,46.5 - parent: 1 - - uid: 9997 + rot: 3.141592653589793 rad + pos: -50.5,59.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9430 components: - type: Transform - pos: -52.5,84.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 8965 - - uid: 10048 + pos: -52.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9431 components: - type: Transform - pos: -51.5,84.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 8965 - - uid: 13302 + rot: -1.5707963267948966 rad + pos: -51.5,61.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9432 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,19.5 - parent: 1 - - uid: 14451 + rot: -1.5707963267948966 rad + pos: -50.5,61.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9433 components: - type: Transform - pos: -50.5,84.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 8965 - - uid: 14981 + rot: -1.5707963267948966 rad + pos: -49.5,61.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9434 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,61.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9435 components: - type: Transform rot: 3.141592653589793 rad - pos: -4.5,58.5 - parent: 1 - - uid: 15080 + pos: -52.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9436 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9437 components: - type: Transform rot: 1.5707963267948966 rad - pos: 11.5,15.5 - parent: 1 - - uid: 15081 + pos: -51.5,65.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9438 components: - type: Transform rot: 1.5707963267948966 rad - pos: 10.5,22.5 - parent: 1 - - uid: 17593 + pos: -50.5,65.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9439 components: - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,10.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 17634 -- proto: FirelockGlass - entities: - - uid: 42 + rot: 1.5707963267948966 rad + pos: -49.5,65.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9440 components: - type: Transform - pos: 9.5,-1.5 - parent: 1 - - uid: 167 + rot: 1.5707963267948966 rad + pos: -48.5,65.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9441 components: - type: Transform - pos: -12.5,3.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 17538 - - uid: 171 + rot: 1.5707963267948966 rad + pos: -47.5,65.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9442 components: - type: Transform - pos: -13.5,3.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 17538 - - uid: 410 + rot: 1.5707963267948966 rad + pos: -46.5,65.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9443 components: - type: Transform - pos: -11.5,-13.5 - parent: 1 - - uid: 417 + rot: 1.5707963267948966 rad + pos: -45.5,65.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9444 components: - type: Transform - pos: -12.5,-13.5 - parent: 1 - - uid: 952 + rot: 1.5707963267948966 rad + pos: -44.5,65.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9445 components: - type: Transform - pos: 18.5,7.5 - parent: 1 - - uid: 1752 + rot: 1.5707963267948966 rad + pos: -43.5,65.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9446 components: - type: Transform - pos: 10.5,3.5 - parent: 1 - - type: Door - secondsUntilStateChange: -23448.799 - state: Closing - - uid: 1753 + rot: 1.5707963267948966 rad + pos: -49.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9447 components: - type: Transform - pos: 11.5,3.5 - parent: 1 - - type: Door - secondsUntilStateChange: -23448.633 - state: Closing - - uid: 1754 + rot: 1.5707963267948966 rad + pos: -48.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9448 components: - type: Transform - pos: 24.5,6.5 - parent: 1 - - uid: 1755 + rot: 1.5707963267948966 rad + pos: -47.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9449 components: - type: Transform - pos: 24.5,5.5 - parent: 1 - - uid: 1758 + rot: 1.5707963267948966 rad + pos: -46.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9450 components: - type: Transform - pos: -10.5,6.5 - parent: 1 - - uid: 1759 + rot: 1.5707963267948966 rad + pos: -45.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9451 components: - type: Transform - pos: -10.5,5.5 - parent: 1 - - uid: 1760 + rot: 1.5707963267948966 rad + pos: -44.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9452 components: - type: Transform - pos: -10.5,4.5 - parent: 1 - - uid: 1761 + pos: -50.5,65.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9453 components: - type: Transform - pos: -11.5,7.5 - parent: 1 - - uid: 1762 + pos: -50.5,66.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9454 components: - type: Transform - pos: -12.5,7.5 - parent: 1 - - uid: 1763 + pos: -52.5,66.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9455 components: - type: Transform - pos: -13.5,7.5 - parent: 1 - - uid: 1764 + pos: -52.5,67.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9456 components: - type: Transform - pos: -14.5,6.5 - parent: 1 - - uid: 1765 + pos: -50.5,61.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9457 components: - type: Transform - pos: -14.5,5.5 - parent: 1 - - uid: 1766 + pos: -50.5,62.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9458 components: - type: Transform - pos: -14.5,4.5 - parent: 1 - - uid: 1767 + rot: -1.5707963267948966 rad + pos: -51.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9459 components: - type: Transform - pos: 12.5,6.5 - parent: 1 - - uid: 1768 + rot: -1.5707963267948966 rad + pos: -52.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9460 components: - type: Transform - pos: 12.5,5.5 - parent: 1 - - uid: 2814 + rot: -1.5707963267948966 rad + pos: -53.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9461 components: - type: Transform - pos: -14.5,33.5 - parent: 1 - - uid: 2867 + rot: -1.5707963267948966 rad + pos: -54.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9462 components: - type: Transform - pos: 1.5,29.5 - parent: 1 - - uid: 2868 + rot: -1.5707963267948966 rad + pos: -53.5,61.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9463 components: - type: Transform - pos: 1.5,30.5 - parent: 1 - - uid: 2869 + rot: 3.141592653589793 rad + pos: -54.5,62.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9464 components: - type: Transform - pos: -0.5,28.5 - parent: 1 - - uid: 2878 + rot: 3.141592653589793 rad + pos: -54.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9465 components: - type: Transform - pos: 1.5,25.5 - parent: 1 - - uid: 2879 + rot: 3.141592653589793 rad + pos: -55.5,61.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9466 components: - type: Transform - pos: 1.5,26.5 - parent: 1 - - uid: 2880 + rot: 3.141592653589793 rad + pos: -55.5,62.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9467 components: - type: Transform - pos: 1.5,23.5 - parent: 1 - - uid: 3064 + rot: 3.141592653589793 rad + pos: -55.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9468 components: - type: Transform - pos: -14.5,31.5 - parent: 1 - - uid: 3122 + rot: 1.5707963267948966 rad + pos: -57.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9469 components: - type: Transform - pos: -14.5,32.5 - parent: 1 - - uid: 3175 + rot: 1.5707963267948966 rad + pos: -56.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9470 components: - type: Transform - pos: -13.5,26.5 - parent: 1 - - uid: 3176 + rot: 1.5707963267948966 rad + pos: -58.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9471 components: - type: Transform - pos: -12.5,26.5 - parent: 1 - - uid: 3177 + rot: 1.5707963267948966 rad + pos: -57.5,61.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9472 components: - type: Transform - pos: -11.5,26.5 - parent: 1 - - uid: 3716 + rot: 1.5707963267948966 rad + pos: -56.5,61.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9473 components: - type: Transform - pos: -41.5,-0.5 - parent: 1 - - uid: 3717 + rot: 1.5707963267948966 rad + pos: -55.5,61.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9474 components: - type: Transform - pos: -40.5,-0.5 - parent: 1 - - uid: 3718 + pos: -58.5,62.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9475 components: - type: Transform - pos: -39.5,0.5 - parent: 1 - - uid: 3719 + pos: -58.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9476 components: - type: Transform - pos: -39.5,1.5 - parent: 1 - - uid: 3720 + pos: -59.5,61.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9477 components: - type: Transform - pos: -38.5,2.5 - parent: 1 - - uid: 3721 + pos: -59.5,62.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9478 components: - type: Transform - pos: -37.5,2.5 - parent: 1 - - uid: 3722 + pos: -59.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9479 components: - type: Transform - pos: -36.5,2.5 - parent: 1 - - uid: 3723 + rot: -1.5707963267948966 rad + pos: -59.5,61.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9480 components: - type: Transform - pos: -35.5,1.5 - parent: 1 - - uid: 3724 + rot: 3.141592653589793 rad + pos: -52.5,68.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9481 components: - type: Transform - pos: -35.5,0.5 - parent: 1 - - uid: 3725 + rot: 3.141592653589793 rad + pos: -52.5,69.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9482 components: - type: Transform - pos: -32.5,-0.5 - parent: 1 - - uid: 3726 + rot: 3.141592653589793 rad + pos: -52.5,70.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9483 components: - type: Transform - pos: -35.5,-2.5 - parent: 1 - - uid: 3971 + rot: 3.141592653589793 rad + pos: -52.5,71.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9484 components: - type: Transform - pos: -69.5,10.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 17634 - - uid: 4126 + rot: 3.141592653589793 rad + pos: -52.5,72.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9485 components: - type: Transform - pos: -59.5,-11.5 - parent: 1 - - uid: 4912 + rot: 3.141592653589793 rad + pos: -52.5,73.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9486 components: - type: Transform - pos: -59.5,-9.5 - parent: 1 - - uid: 4913 + rot: 3.141592653589793 rad + pos: -52.5,75.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9487 components: - type: Transform - pos: -59.5,-10.5 - parent: 1 - - uid: 5210 + rot: 3.141592653589793 rad + pos: -52.5,76.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9488 components: - type: Transform - pos: -55.5,4.5 - parent: 1 - - uid: 5211 + rot: 3.141592653589793 rad + pos: -52.5,77.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9489 components: - type: Transform - pos: -55.5,5.5 - parent: 1 - - uid: 5212 + rot: 3.141592653589793 rad + pos: -52.5,78.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9490 components: - type: Transform - pos: -55.5,6.5 - parent: 1 - - uid: 5213 + rot: 3.141592653589793 rad + pos: -52.5,79.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9491 components: - type: Transform - pos: -59.5,6.5 - parent: 1 - - uid: 5214 + rot: 3.141592653589793 rad + pos: -52.5,80.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9492 components: - type: Transform - pos: -59.5,5.5 - parent: 1 - - uid: 5215 + rot: 3.141592653589793 rad + pos: -50.5,68.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9493 components: - type: Transform - pos: -59.5,4.5 - parent: 1 - - uid: 5216 + anchored: False + rot: 3.141592653589793 rad + pos: -50.5,68.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - type: Physics + canCollide: True + bodyType: Dynamic + - uid: 9494 components: - type: Transform - pos: -58.5,3.5 - parent: 1 - - uid: 5217 + rot: 3.141592653589793 rad + pos: -50.5,69.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9495 components: - type: Transform - pos: -57.5,3.5 - parent: 1 - - uid: 5218 + rot: 3.141592653589793 rad + pos: -50.5,70.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9496 components: - type: Transform - pos: -56.5,3.5 - parent: 1 - - uid: 5219 + rot: 3.141592653589793 rad + pos: -50.5,71.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9497 components: - type: Transform - pos: -58.5,7.5 - parent: 1 - - uid: 5220 + rot: 3.141592653589793 rad + pos: -50.5,72.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9498 components: - type: Transform - pos: -57.5,7.5 - parent: 1 - - uid: 5221 + rot: 3.141592653589793 rad + pos: -50.5,74.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9499 components: - type: Transform - pos: -56.5,7.5 - parent: 1 - - uid: 5225 + rot: 3.141592653589793 rad + pos: -50.5,75.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9500 components: - type: Transform - pos: -38.5,30.5 - parent: 1 - - uid: 5226 + rot: 3.141592653589793 rad + pos: -50.5,76.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9501 components: - type: Transform - pos: -37.5,30.5 - parent: 1 - - uid: 5227 + rot: 3.141592653589793 rad + pos: -50.5,77.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9502 components: - type: Transform - pos: -36.5,30.5 - parent: 1 - - uid: 5228 + rot: 3.141592653589793 rad + pos: -50.5,78.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9503 components: - type: Transform - pos: -35.5,31.5 - parent: 1 - - uid: 5229 + rot: 3.141592653589793 rad + pos: -50.5,79.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9504 components: - type: Transform - pos: -35.5,32.5 - parent: 1 - - uid: 5230 + rot: 3.141592653589793 rad + pos: -52.5,81.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9505 components: - type: Transform - pos: -35.5,33.5 - parent: 1 - - uid: 5231 + rot: 3.141592653589793 rad + pos: -52.5,82.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9506 components: - type: Transform - pos: -39.5,31.5 - parent: 1 - - uid: 5232 + rot: 3.141592653589793 rad + pos: -50.5,81.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9507 components: - type: Transform - pos: -39.5,32.5 - parent: 1 - - uid: 5233 + rot: 3.141592653589793 rad + pos: -50.5,82.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9508 components: - type: Transform - pos: -39.5,33.5 - parent: 1 - - uid: 5234 + pos: 10.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9509 components: - type: Transform - pos: -18.5,31.5 - parent: 1 - - uid: 5235 + rot: -1.5707963267948966 rad + pos: -53.5,84.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9510 components: - type: Transform - pos: -18.5,32.5 - parent: 1 - - uid: 5236 + rot: -1.5707963267948966 rad + pos: -54.5,84.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9511 components: - type: Transform - pos: -18.5,33.5 - parent: 1 - - uid: 5237 + pos: -52.5,83.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9512 components: - type: Transform - pos: -17.5,34.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 15777 - - 13472 - - uid: 5238 + rot: -1.5707963267948966 rad + pos: -56.5,84.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9513 components: - type: Transform - pos: -16.5,34.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 15777 - - 13472 - - uid: 5239 + rot: -1.5707963267948966 rad + pos: -57.5,84.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9514 components: - type: Transform - pos: -15.5,34.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 15777 - - 13472 - - uid: 5363 + rot: -1.5707963267948966 rad + pos: -51.5,83.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9515 components: - type: Transform - pos: 10.5,32.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 7447 - - uid: 5404 + rot: -1.5707963267948966 rad + pos: -52.5,83.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9516 components: - type: Transform - pos: 5.5,-5.5 - parent: 1 - - uid: 5434 + rot: -1.5707963267948966 rad + pos: -53.5,83.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9517 components: - type: Transform - pos: -5.5,-19.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 12381 - - 17542 - - uid: 5885 + rot: -1.5707963267948966 rad + pos: -55.5,83.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9518 components: - type: Transform - pos: -79.5,44.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 18379 - - 18378 - - uid: 5966 + rot: -1.5707963267948966 rad + pos: -56.5,83.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9519 components: - type: Transform - pos: -49.5,36.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 9503 - - uid: 5970 + rot: -1.5707963267948966 rad + pos: -57.5,83.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9520 components: - type: Transform - pos: -56.5,35.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 10018 - - uid: 5991 + rot: 3.141592653589793 rad + pos: -50.5,85.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9521 components: - type: Transform - pos: -60.5,34.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 16511 - - uid: 6264 + rot: 3.141592653589793 rad + pos: -50.5,86.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9522 components: - type: Transform - pos: 12.5,-5.5 - parent: 1 - - uid: 6278 + rot: 3.141592653589793 rad + pos: -50.5,87.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9523 components: - type: Transform - pos: 23.5,0.5 - parent: 1 - - uid: 6307 + rot: 3.141592653589793 rad + pos: -50.5,88.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9524 components: - type: Transform - pos: 20.5,-5.5 - parent: 1 - - uid: 6315 + rot: 1.5707963267948966 rad + pos: -51.5,89.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9525 components: - type: Transform - pos: 20.5,-4.5 - parent: 1 - - uid: 6326 + rot: 1.5707963267948966 rad + pos: -52.5,89.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9526 components: - type: Transform - pos: -21.5,-5.5 - parent: 1 - - uid: 6327 + rot: 1.5707963267948966 rad + pos: -53.5,89.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9527 components: - type: Transform - pos: -29.5,-3.5 - parent: 1 - - uid: 6328 + rot: 1.5707963267948966 rad + pos: -54.5,89.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9528 components: - type: Transform - pos: -28.5,-3.5 - parent: 1 - - uid: 6378 + rot: 1.5707963267948966 rad + pos: -56.5,89.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9529 components: - type: Transform - pos: -49.5,-9.5 - parent: 1 - - uid: 6397 + rot: 1.5707963267948966 rad + pos: -57.5,89.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9530 components: - type: Transform - pos: 11.5,8.5 - parent: 1 - - uid: 6428 + pos: -58.5,88.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9531 components: - type: Transform - pos: -64.5,48.5 - parent: 1 - - uid: 6484 + rot: 3.141592653589793 rad + pos: -52.5,86.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9532 components: - type: Transform - pos: -64.5,47.5 - parent: 1 - - uid: 6485 + rot: 3.141592653589793 rad + pos: -52.5,87.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9533 components: - type: Transform - pos: -66.5,38.5 - parent: 1 - - uid: 6545 + rot: 1.5707963267948966 rad + pos: -53.5,88.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9534 components: - type: Transform - pos: -67.5,38.5 - parent: 1 - - uid: 6656 + rot: 1.5707963267948966 rad + pos: -56.5,88.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9535 components: - type: Transform - pos: -62.5,17.5 - parent: 1 - - uid: 6657 + rot: 1.5707963267948966 rad + pos: -55.5,88.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9536 components: - type: Transform - pos: -62.5,16.5 - parent: 1 - - uid: 6659 + pos: -74.5,51.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9537 components: - type: Transform - pos: 16.5,25.5 - parent: 1 - - uid: 6660 + rot: 3.141592653589793 rad + pos: -77.5,42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9538 components: - type: Transform - pos: 16.5,26.5 - parent: 1 - - uid: 6661 + rot: 3.141592653589793 rad + pos: -77.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9539 components: - type: Transform - pos: 11.5,9.5 - parent: 1 - - uid: 6745 + rot: 1.5707963267948966 rad + pos: -82.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 9540 components: - type: Transform - pos: -1.5,12.5 - parent: 1 - - uid: 6786 + rot: 1.5707963267948966 rad + pos: -33.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9541 components: - type: Transform - pos: -6.5,18.5 - parent: 1 - - uid: 6830 + pos: -86.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#947507FF' + - uid: 9542 components: - type: Transform - pos: 22.5,20.5 - parent: 1 - - uid: 6831 + rot: -1.5707963267948966 rad + pos: 11.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9543 components: - type: Transform - pos: 23.5,20.5 - parent: 1 - - uid: 7029 + pos: -81.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 9544 components: - type: Transform - pos: -43.5,6.5 - parent: 1 - - uid: 7030 + pos: -82.5,40.5 + parent: 2 + - type: AtmosPipeColor + color: '#947507FF' + - uid: 9545 components: - type: Transform - pos: -43.5,4.5 - parent: 1 - - uid: 7031 + pos: -80.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9546 components: - type: Transform - pos: -43.5,5.5 - parent: 1 - - uid: 7032 + rot: 3.141592653589793 rad + pos: 10.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9547 components: - type: Transform - pos: -29.5,6.5 - parent: 1 - - uid: 7037 + pos: 10.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9548 components: - type: Transform - pos: -29.5,5.5 - parent: 1 - - uid: 7039 + rot: 3.141592653589793 rad + pos: -39.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9549 components: - type: Transform - pos: -29.5,4.5 - parent: 1 - - uid: 7452 + rot: 3.141592653589793 rad + pos: -39.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9550 components: - type: Transform - pos: -60.5,32.5 - parent: 1 - - uid: 7914 + rot: 3.141592653589793 rad + pos: -39.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9551 components: - type: Transform - pos: -7.5,18.5 - parent: 1 - - uid: 7995 + rot: 3.141592653589793 rad + pos: -77.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9552 components: - type: Transform - pos: -48.5,34.5 - parent: 1 - - uid: 7996 + pos: -11.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9553 components: - type: Transform - pos: -47.5,34.5 - parent: 1 - - uid: 7997 + rot: -1.5707963267948966 rad + pos: -44.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9554 components: - type: Transform - pos: -46.5,34.5 - parent: 1 - - uid: 8057 + pos: -44.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9555 components: - type: Transform rot: -1.5707963267948966 rad - pos: -76.5,52.5 - parent: 1 - - type: DeviceNetwork - configurators: - - 1055 - deviceLists: - - 18379 - - uid: 8542 + pos: 11.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9556 components: - type: Transform - pos: -53.5,61.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 6977 - - 8963 - - 8962 - - uid: 8543 + rot: -1.5707963267948966 rad + pos: 8.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9557 components: - type: Transform - pos: -53.5,60.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 6977 - - 8963 - - 8962 - - uid: 8578 + rot: -1.5707963267948966 rad + pos: -50.5,9.5 + parent: 2 + - uid: 9558 components: - type: Transform - pos: -47.5,56.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 8962 - - uid: 8579 + pos: -43.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9559 components: - type: Transform - pos: -47.5,63.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 8963 - - 8962 - - uid: 8594 + rot: 1.5707963267948966 rad + pos: -47.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9560 components: - type: Transform - pos: 6.5,34.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 13299 - - uid: 8625 + rot: 1.5707963267948966 rad + pos: -80.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9561 components: - type: Transform - pos: -14.5,-2.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 16966 - - uid: 8632 + pos: -82.5,41.5 + parent: 2 + - type: AtmosPipeColor + color: '#947507FF' + - uid: 9562 components: - type: Transform - pos: 6.5,30.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 13299 - - 7447 - - uid: 9260 + pos: -81.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9563 components: - type: Transform - pos: 3.5,18.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 13304 - - uid: 9301 + rot: 3.141592653589793 rad + pos: -85.5,39.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9564 components: - type: Transform - pos: -58.5,29.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 7134 - - uid: 9307 + rot: -1.5707963267948966 rad + pos: -84.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#947507FF' + - uid: 9565 components: - type: Transform - pos: 3.5,35.5 - parent: 1 - - uid: 9320 + rot: 3.141592653589793 rad + pos: -50.5,34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9567 components: - type: Transform - pos: -5.5,31.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 13077 - - uid: 9321 + rot: 1.5707963267948966 rad + pos: -57.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9568 components: - type: Transform - pos: -40.5,-8.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 13057 - - uid: 9329 + pos: -57.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9569 components: - type: Transform - pos: -5.5,33.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 13077 - - uid: 9330 + rot: -1.5707963267948966 rad + pos: -56.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9570 components: - type: Transform - pos: 6.5,29.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 13299 - - 7447 - - uid: 9345 + rot: 3.141592653589793 rad + pos: -56.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9571 components: - type: Transform - pos: -54.5,31.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 13047 - - uid: 10155 + rot: 1.5707963267948966 rad + pos: -58.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9572 components: - type: Transform - pos: -56.5,29.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 7134 - - uid: 10157 + rot: -1.5707963267948966 rad + pos: -57.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9573 components: - type: Transform - pos: -58.5,35.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 10018 - - uid: 10197 + rot: -1.5707963267948966 rad + pos: -57.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9574 components: - type: Transform - pos: -54.5,32.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 13047 - - uid: 10410 + rot: 3.141592653589793 rad + pos: -57.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9575 components: - type: Transform - pos: -54.5,33.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 13047 - - uid: 10684 + rot: 3.141592653589793 rad + pos: -57.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9576 components: - type: Transform - pos: -74.5,27.5 - parent: 1 - - uid: 10685 + rot: 3.141592653589793 rad + pos: -56.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9577 components: - type: Transform - pos: -73.5,27.5 - parent: 1 - - uid: 10686 + rot: 3.141592653589793 rad + pos: -56.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9578 components: - type: Transform - pos: -74.5,23.5 - parent: 1 - - uid: 10687 + rot: 3.141592653589793 rad + pos: -57.5,34.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9579 components: - type: Transform - pos: -73.5,23.5 - parent: 1 - - uid: 10688 + rot: 3.141592653589793 rad + pos: -57.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9580 components: - type: Transform - pos: -65.5,33.5 - parent: 1 - - uid: 10689 + rot: 3.141592653589793 rad + pos: -57.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9581 components: - type: Transform - pos: -65.5,34.5 - parent: 1 - - uid: 10702 + rot: 3.141592653589793 rad + pos: -56.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9582 components: - type: Transform - pos: -14.5,-3.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 16966 - - uid: 10813 + rot: 3.141592653589793 rad + pos: -56.5,34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9583 components: - type: Transform - pos: -16.5,-8.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 16773 - - 16966 - - uid: 11124 + rot: 3.141592653589793 rad + pos: -56.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9584 components: - type: Transform - pos: -36.5,9.5 - parent: 1 - - uid: 11255 + rot: 3.141592653589793 rad + pos: -56.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9585 components: - type: Transform - pos: -37.5,9.5 - parent: 1 - - uid: 11258 + rot: 3.141592653589793 rad + pos: -57.5,39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9586 components: - type: Transform - pos: -38.5,9.5 - parent: 1 - - uid: 11894 + rot: 3.141592653589793 rad + pos: -57.5,40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9587 components: - type: Transform - pos: -49.5,7.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 6077 - - uid: 12408 + rot: 3.141592653589793 rad + pos: -57.5,41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9588 components: - type: Transform - pos: -11.5,3.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 17538 - - uid: 13168 + rot: 3.141592653589793 rad + pos: -56.5,40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9589 components: - type: Transform - pos: -13.5,-13.5 - parent: 1 - - uid: 13307 + rot: 3.141592653589793 rad + pos: -56.5,42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9590 components: - type: Transform - pos: 2.5,27.5 - parent: 1 - - uid: 13308 + rot: 3.141592653589793 rad + pos: -56.5,39.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9591 components: - type: Transform - pos: 3.5,27.5 - parent: 1 - - uid: 13309 + pos: -56.5,45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9592 components: - type: Transform - pos: 4.5,27.5 - parent: 1 - - uid: 14140 + pos: -57.5,45.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9593 components: - type: Transform - rot: 3.141592653589793 rad - pos: -84.5,64.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 19267 - - uid: 14302 + pos: -57.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9594 components: - type: Transform - pos: -72.5,21.5 - parent: 1 - - uid: 14303 + rot: -1.5707963267948966 rad + pos: -56.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9595 components: - type: Transform - pos: -77.5,25.5 - parent: 1 - - uid: 14304 + rot: -1.5707963267948966 rad + pos: -55.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9596 components: - type: Transform - pos: -74.5,18.5 - parent: 1 - - uid: 14373 + rot: -1.5707963267948966 rad + pos: -54.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9597 components: - type: Transform - rot: 3.141592653589793 rad - pos: -76.5,64.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 19267 - - uid: 14441 + rot: -1.5707963267948966 rad + pos: -53.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9598 components: - type: Transform - pos: -70.5,10.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 17634 - - uid: 14612 + rot: -1.5707963267948966 rad + pos: -55.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9599 components: - type: Transform - pos: -41.5,2.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 13056 - - 13058 - - uid: 14613 + rot: -1.5707963267948966 rad + pos: -54.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9600 components: - type: Transform - pos: -40.5,2.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 13056 - - 13058 - - uid: 14817 + rot: -1.5707963267948966 rad + pos: -52.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9601 components: - type: Transform - pos: -16.5,52.5 - parent: 1 - - uid: 15202 + rot: -1.5707963267948966 rad + pos: -51.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9602 components: - type: Transform + rot: -1.5707963267948966 rad pos: -50.5,46.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 13040 - - uid: 15203 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9603 components: - type: Transform - pos: -50.5,47.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 13040 - - uid: 15218 + rot: -1.5707963267948966 rad + pos: -49.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9604 components: - type: Transform - pos: 9.5,32.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 7447 - - uid: 15378 + rot: -1.5707963267948966 rad + pos: -51.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9605 components: - type: Transform - pos: 26.5,22.5 - parent: 1 - - uid: 15379 + rot: -1.5707963267948966 rad + pos: -50.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9606 components: - type: Transform - pos: 26.5,4.5 - parent: 1 - - uid: 15649 + rot: -1.5707963267948966 rad + pos: -49.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9607 components: - type: Transform - pos: -42.5,1.5 - parent: 1 - - uid: 15755 + rot: 1.5707963267948966 rad + pos: -48.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9608 components: - type: Transform - pos: -62.5,60.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 6977 - - uid: 16166 + rot: 1.5707963267948966 rad + pos: -47.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9609 components: - type: Transform - pos: -57.5,35.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 10018 - - uid: 16198 + pos: -48.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9610 components: - type: Transform - pos: -13.5,55.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 13079 - - uid: 16220 + rot: 3.141592653589793 rad + pos: -46.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9611 components: - type: Transform - pos: -57.5,29.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 7134 - - uid: 16223 + rot: 3.141592653589793 rad + pos: -46.5,45.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9612 components: - type: Transform - pos: -60.5,31.5 - parent: 1 - - uid: 16253 + rot: 3.141592653589793 rad + pos: -46.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9613 components: - type: Transform - pos: -48.5,0.5 - parent: 1 - - uid: 16292 + rot: 3.141592653589793 rad + pos: -48.5,45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9614 components: - type: Transform - pos: -59.5,12.5 - parent: 1 - - uid: 16960 + pos: -48.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9615 components: - type: Transform - pos: -10.5,-16.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 16773 - - 17542 - - uid: 16968 + pos: -48.5,42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9616 components: - type: Transform - pos: -10.5,-11.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 16773 - - 17541 - - uid: 16969 + rot: -1.5707963267948966 rad + pos: -47.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9617 components: - type: Transform - pos: -3.5,-14.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 17541 - - 17542 - - uid: 17078 + rot: -1.5707963267948966 rad + pos: -46.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9618 components: - type: Transform - pos: 7.5,-9.5 - parent: 1 - - uid: 17539 + rot: -1.5707963267948966 rad + pos: -45.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9619 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9620 components: - type: Transform - pos: -12.5,-6.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 17538 - - uid: 17584 + rot: -1.5707963267948966 rad + pos: -44.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9621 components: - type: Transform - pos: -21.5,44.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 15826 - - uid: 17760 + rot: -1.5707963267948966 rad + pos: -43.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9622 components: - type: Transform - pos: -78.5,44.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 18379 - - 18378 - - uid: 17761 + rot: -1.5707963267948966 rad + pos: -44.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9623 components: - type: Transform - pos: -77.5,44.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 18379 - - 18378 - - uid: 17996 + rot: -1.5707963267948966 rad + pos: -43.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9624 components: - type: Transform - pos: -76.5,45.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 18379 - - uid: 18078 + rot: -1.5707963267948966 rad + pos: -42.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9625 components: - type: Transform - pos: -76.5,40.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 5681 - - 18378 - - uid: 18336 + rot: 3.141592653589793 rad + pos: -41.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9626 components: - type: Transform - rot: 3.141592653589793 rad - pos: -76.5,58.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 19267 - - uid: 18346 + rot: 1.5707963267948966 rad + pos: -41.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9627 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -77.5,52.5 - parent: 1 - - type: DeviceNetwork - configurators: - - 1055 - deviceLists: - - 18379 - - uid: 18347 + rot: 1.5707963267948966 rad + pos: -39.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9628 components: - type: Transform - rot: 3.141592653589793 rad - pos: -80.5,64.5 - parent: 1 - - uid: 18362 + rot: 1.5707963267948966 rad + pos: -38.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9629 components: - type: Transform - pos: -80.5,35.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 14331 - - uid: 18377 + rot: 1.5707963267948966 rad + pos: -40.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9630 components: - type: Transform - pos: -76.5,39.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 5681 - - 18378 - - uid: 18380 + rot: 1.5707963267948966 rad + pos: -39.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9631 components: - type: Transform - pos: -78.5,37.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 18378 - - uid: 18381 + rot: 1.5707963267948966 rad + pos: -38.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9632 components: - type: Transform - pos: -75.5,35.5 - parent: 1 - - uid: 18382 + rot: 3.141592653589793 rad + pos: -40.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9633 components: - type: Transform - pos: -75.5,34.5 - parent: 1 - - uid: 18384 + rot: 3.141592653589793 rad + pos: -40.5,45.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9634 components: - type: Transform - pos: -73.5,36.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 5681 - - uid: 18919 + rot: 3.141592653589793 rad + pos: -40.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9635 components: - type: Transform rot: 3.141592653589793 rad - pos: -5.5,53.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 13079 - - uid: 18920 + pos: -40.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9636 components: - type: Transform rot: 3.141592653589793 rad - pos: -4.5,52.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 10751 - - uid: 18921 + pos: -40.5,48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9637 components: - type: Transform rot: 3.141592653589793 rad - pos: -0.5,52.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 18918 - - 13079 - - uid: 19307 + pos: -41.5,45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9638 components: - type: Transform rot: 3.141592653589793 rad - pos: -77.5,58.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 19267 -- proto: Fireplace - entities: - - uid: 1896 + pos: -41.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9639 components: - type: Transform - pos: -46.5,-4.5 - parent: 1 - - uid: 3032 + rot: 3.141592653589793 rad + pos: -41.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9640 components: - type: Transform - pos: -23.5,18.5 - parent: 1 - - uid: 14648 + rot: 3.141592653589793 rad + pos: -41.5,48.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9641 components: - type: Transform - pos: -3.5,62.5 - parent: 1 -- proto: Flash - entities: - - uid: 6898 + rot: 3.141592653589793 rad + pos: -41.5,49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9642 components: - type: Transform - pos: -50.487595,88.78859 - parent: 1 - - uid: 10916 + rot: 3.141592653589793 rad + pos: -40.5,49.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9643 components: - type: Transform - pos: -14.461977,65.69252 - parent: 1 - - uid: 16039 + pos: -46.5,41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9644 components: - type: Transform - pos: -15.715166,26.589172 - parent: 1 -- proto: FlashlightLantern - entities: - - uid: 4103 + rot: -1.5707963267948966 rad + pos: -37.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9645 components: - type: Transform - pos: -33.652264,-1.2000351 - parent: 1 - - uid: 4104 + rot: -1.5707963267948966 rad + pos: -36.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9646 components: - type: Transform - pos: -33.44914,-1.4031601 - parent: 1 -- proto: FlashlightSeclite - entities: - - uid: 2842 + rot: -1.5707963267948966 rad + pos: -37.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9647 components: - type: Transform - pos: -17.543365,26.708624 - parent: 1 - - uid: 3315 + rot: -1.5707963267948966 rad + pos: -35.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9648 components: - type: Transform - pos: -17.49649,26.396124 - parent: 1 - - uid: 13335 + rot: 3.141592653589793 rad + pos: -36.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9649 components: - type: Transform - pos: -0.51456356,10.706236 - parent: 1 - - uid: 13336 + rot: 1.5707963267948966 rad + pos: -34.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9650 components: - type: Transform - pos: -0.48331353,10.346861 - parent: 1 -- proto: FloorDrain - entities: - - uid: 1981 + rot: 1.5707963267948966 rad + pos: -33.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9651 components: - type: Transform - pos: -2.5,25.5 - parent: 1 - - type: Fixtures - fixtures: {} - - uid: 6928 + rot: 1.5707963267948966 rad + pos: -34.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9652 components: - type: Transform - pos: -28.5,46.5 - parent: 1 - - type: Fixtures - fixtures: {} - - uid: 7311 + pos: -32.5,45.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9653 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,36.5 - parent: 1 - - type: Fixtures - fixtures: {} - - uid: 10811 + rot: -1.5707963267948966 rad + pos: -32.5,45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9654 components: - type: Transform - pos: -13.5,-7.5 - parent: 1 - - type: Fixtures - fixtures: {} - - uid: 14671 + pos: -33.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9655 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,58.5 - parent: 1 - - type: Fixtures - fixtures: {} - - uid: 16421 + rot: -1.5707963267948966 rad + pos: -32.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9656 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,46.5 - parent: 1 - - type: Fixtures - fixtures: {} - - uid: 16603 + rot: -1.5707963267948966 rad + pos: -31.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9657 components: - type: Transform - pos: -55.5,86.5 - parent: 1 - - type: Fixtures - fixtures: {} - - uid: 17546 + rot: -1.5707963267948966 rad + pos: -30.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9658 components: - type: Transform rot: -1.5707963267948966 rad - pos: -8.5,-1.5 - parent: 1 - - type: Fixtures - fixtures: {} -- proto: FloorTileItemBar - entities: - - uid: 18685 + pos: -31.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9659 components: - type: Transform - pos: 20.545795,45.719505 - parent: 1 - - uid: 18686 + rot: -1.5707963267948966 rad + pos: -30.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9660 components: - type: Transform - pos: 20.545795,45.719505 - parent: 1 - - uid: 18687 + rot: 3.141592653589793 rad + pos: -46.5,40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9661 components: - type: Transform - pos: 20.545795,45.719505 - parent: 1 - - uid: 18688 + rot: 3.141592653589793 rad + pos: -46.5,39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9662 components: - type: Transform - pos: 20.545795,45.719505 - parent: 1 - - uid: 18689 + rot: 3.141592653589793 rad + pos: -46.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9663 components: - type: Transform - pos: 20.545795,45.719505 - parent: 1 - - uid: 18690 + rot: 3.141592653589793 rad + pos: -46.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9664 components: - type: Transform - pos: 20.545795,45.719505 - parent: 1 - - uid: 18691 + rot: 3.141592653589793 rad + pos: -48.5,40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9665 components: - type: Transform - pos: 20.545795,45.719505 - parent: 1 - - uid: 18692 + rot: 3.141592653589793 rad + pos: -48.5,39.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9666 components: - type: Transform - pos: 20.545795,45.719505 - parent: 1 - - uid: 18693 + rot: 3.141592653589793 rad + pos: -48.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9667 components: - type: Transform - pos: 20.545795,45.719505 - parent: 1 - - uid: 18694 + rot: 3.141592653589793 rad + pos: -48.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9668 components: - type: Transform - pos: 20.545795,45.719505 - parent: 1 - - uid: 18695 + rot: 3.141592653589793 rad + pos: -48.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9669 components: - type: Transform - pos: 20.545795,45.719505 - parent: 1 - - uid: 18696 + rot: 3.141592653589793 rad + pos: -46.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9670 components: - type: Transform - pos: 20.545795,45.719505 - parent: 1 - - uid: 18697 + rot: 3.141592653589793 rad + pos: -48.5,34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9671 components: - type: Transform - pos: 20.545795,45.719505 - parent: 1 - - uid: 18698 + rot: 3.141592653589793 rad + pos: -46.5,34.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9672 components: - type: Transform - pos: 20.545795,45.719505 - parent: 1 - - uid: 18699 + rot: 1.5707963267948966 rad + pos: -55.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9673 components: - type: Transform - pos: 20.545795,45.719505 - parent: 1 - - uid: 18700 + rot: 1.5707963267948966 rad + pos: -54.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9674 components: - type: Transform - pos: 20.545795,45.719505 - parent: 1 - - uid: 18701 + rot: 1.5707963267948966 rad + pos: -52.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9675 components: - type: Transform - pos: 20.545795,45.719505 - parent: 1 - - uid: 18702 + rot: 1.5707963267948966 rad + pos: -55.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9676 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9677 components: - type: Transform - pos: 20.545795,45.719505 - parent: 1 - - uid: 18703 + rot: 1.5707963267948966 rad + pos: -51.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9678 components: - type: Transform - pos: 20.545795,45.719505 - parent: 1 - - uid: 18704 + rot: -1.5707963267948966 rad + pos: -50.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9679 components: - type: Transform - pos: 20.545795,45.719505 - parent: 1 - - uid: 18705 + rot: -1.5707963267948966 rad + pos: -49.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9680 components: - type: Transform - pos: 20.545795,45.719505 - parent: 1 - - uid: 18706 + rot: 3.141592653589793 rad + pos: -51.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9681 components: - type: Transform - pos: 20.545795,45.719505 - parent: 1 - - uid: 18707 + rot: 1.5707963267948966 rad + pos: -48.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9682 components: - type: Transform - pos: 20.545795,45.719505 - parent: 1 - - uid: 18708 + pos: -48.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9683 components: - type: Transform - pos: 20.545795,45.719505 - parent: 1 - - uid: 18709 + pos: -48.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9684 components: - type: Transform - pos: 20.545795,45.719505 - parent: 1 - - uid: 18710 + rot: 1.5707963267948966 rad + pos: -47.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9685 components: - type: Transform - pos: 20.545795,45.719505 - parent: 1 - - uid: 18711 + rot: 1.5707963267948966 rad + pos: -46.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9686 components: - type: Transform - pos: 20.545795,45.719505 - parent: 1 - - uid: 18712 + rot: 3.141592653589793 rad + pos: -47.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9687 components: - type: Transform - pos: 20.545795,45.719505 - parent: 1 - - uid: 18713 + rot: 3.141592653589793 rad + pos: -47.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9688 components: - type: Transform - pos: 20.545795,45.719505 - parent: 1 - - uid: 18714 + rot: 3.141592653589793 rad + pos: -48.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9689 components: - type: Transform - pos: 20.545795,45.719505 - parent: 1 -- proto: FloraTree - entities: - - uid: 5651 + rot: 3.141592653589793 rad + pos: -47.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9690 components: - type: Transform - pos: -34.080067,20.500618 - parent: 1 - - uid: 5652 + rot: -1.5707963267948966 rad + pos: -48.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9691 components: - type: Transform - pos: -31.673817,19.688118 - parent: 1 - - uid: 5653 + rot: -1.5707963267948966 rad + pos: -49.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9692 components: - type: Transform - pos: -33.986317,15.672493 - parent: 1 - - uid: 7523 + rot: -1.5707963267948966 rad + pos: -49.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9693 components: - type: Transform - pos: -12.854504,35.595062 - parent: 1 - - uid: 7525 + rot: -1.5707963267948966 rad + pos: -50.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9694 components: - type: Transform - pos: -11.963879,39.845062 - parent: 1 - - uid: 7526 + rot: -1.5707963267948966 rad + pos: -51.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9695 components: - type: Transform - pos: -13.010754,43.235687 - parent: 1 -- proto: FloraTreeStump - entities: - - uid: 15850 + rot: 3.141592653589793 rad + pos: -51.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9696 components: - type: Transform - pos: 20.438618,40.115738 - parent: 1 -- proto: FoamBlade - entities: - - uid: 5803 + rot: 3.141592653589793 rad + pos: -51.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9697 components: - - type: MetaData - desc: A highly detailed replica of a real armblade. - type: Transform - pos: -9.533392,20.561493 - parent: 1 -- proto: FoodBakedGrilledCheeseSandwich - entities: - - uid: 18683 + rot: 3.141592653589793 rad + pos: -50.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9698 components: - type: Transform - parent: 18682 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: FoodBowlBigTrash - entities: - - uid: 1873 + rot: 3.141592653589793 rad + pos: -51.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9699 components: - type: Transform - pos: -35.01638,3.9468641 - parent: 1 -- proto: FoodBoxDonkpocketBerry - entities: - - uid: 18924 + rot: 3.141592653589793 rad + pos: -50.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9700 components: - type: Transform - pos: -65.54847,55.59201 - parent: 1 -- proto: FoodBoxDonkpocketPizza - entities: - - uid: 11476 + rot: 3.141592653589793 rad + pos: -51.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9701 components: - type: Transform - pos: -79.487175,32.108032 - parent: 1 -- proto: FoodBoxDonut - entities: - - uid: 16043 + rot: 3.141592653589793 rad + pos: -50.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9702 components: - type: Transform - pos: -15.475583,26.172216 - parent: 1 -- proto: FoodBurgerMime - entities: - - uid: 14446 + rot: 3.141592653589793 rad + pos: -51.5,34.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9703 components: - type: Transform - pos: -42.433735,23.638548 - parent: 1 -- proto: FoodBurgerRobot - entities: - - uid: 12504 + rot: 3.141592653589793 rad + pos: -52.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9704 components: - type: Transform - pos: -7.535587,-17.902416 - parent: 1 -- proto: FoodCheese - entities: - - uid: 5801 + rot: 3.141592653589793 rad + pos: -52.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9705 components: - type: Transform - pos: -9.517767,22.3806 - parent: 1 -- proto: FoodCondimentPacketSalt - entities: - - uid: 18637 + rot: 3.141592653589793 rad + pos: -52.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9706 components: - type: Transform - pos: 17.401491,57.70645 - parent: 1 -- proto: FoodDonutJellySpaceman - entities: - - uid: 14938 + rot: 3.141592653589793 rad + pos: -52.5,39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9707 components: - type: Transform - pos: -111.48177,18.535988 - parent: 1 -- proto: FoodMealSashimi - entities: - - uid: 3070 + pos: -82.5,42.5 + parent: 2 + - type: AtmosPipeColor + color: '#947507FF' + - uid: 9708 components: - type: Transform - pos: -47.566006,9.625464 - parent: 1 -- proto: FoodMeatHuman - entities: - - uid: 16416 + rot: 1.5707963267948966 rad + pos: -87.5,61.5 + parent: 2 + - uid: 9710 components: - type: Transform - parent: 16411 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: FoodMeatLizard - entities: - - uid: 16415 + rot: 3.141592653589793 rad + pos: -77.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9712 components: - type: Transform - parent: 16411 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: FoodMeatRat - entities: - - uid: 16412 + rot: 3.141592653589793 rad + pos: -79.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9713 components: - type: Transform - parent: 16411 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 16413 + rot: -1.5707963267948966 rad + pos: -58.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9715 components: - type: Transform - parent: 16411 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: FoodMeatRotten - entities: - - uid: 16426 + rot: 3.141592653589793 rad + pos: -85.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 9716 components: - type: Transform - pos: 9.533225,45.479805 - parent: 1 -- proto: FoodNoodles - entities: - - uid: 17030 + rot: 3.141592653589793 rad + pos: -85.5,40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9717 components: - type: Transform - pos: 3.4986897,-22.270933 - parent: 1 -- proto: FoodPieBananaCream - entities: - - uid: 4240 + rot: -1.5707963267948966 rad + pos: -45.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9718 components: - type: Transform - pos: -41.421516,28.723614 - parent: 1 -- proto: FoodPlateSmallTrash - entities: - - uid: 2640 + rot: -1.5707963267948966 rad + pos: -44.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9719 components: - type: Transform - pos: -35.54763,4.040614 - parent: 1 - - uid: 2886 + rot: -1.5707963267948966 rad + pos: -45.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9720 components: - type: Transform - pos: -36.188255,4.056239 - parent: 1 - - uid: 4237 + rot: -1.5707963267948966 rad + pos: -44.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9721 components: - type: Transform - pos: -35.29763,3.4937391 - parent: 1 -- proto: FoodPlateTrash - entities: - - uid: 1527 + rot: -1.5707963267948966 rad + pos: -43.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9722 components: - type: Transform - pos: -35.73513,3.8687391 - parent: 1 -- proto: FoodPoppy - entities: - - uid: 10873 + rot: -1.5707963267948966 rad + pos: -42.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9723 components: - type: Transform - pos: -22.049007,53.739006 - parent: 1 -- proto: FoodRiceEgg - entities: - - uid: 10443 + rot: -1.5707963267948966 rad + pos: -41.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9724 components: - type: Transform - pos: -48.305588,9.7713995 - parent: 1 -- proto: FoodShakerSalt - entities: - - uid: 18636 + rot: -1.5707963267948966 rad + pos: -40.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9725 components: - type: Transform - pos: 17.536907,57.529243 - parent: 1 -- proto: FoodSoupEyeball - entities: - - uid: 15186 + rot: -1.5707963267948966 rad + pos: -39.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9726 components: - type: Transform - pos: 4.4872284,54.545197 - parent: 1 -- proto: FoodTartMimeSlice - entities: - - uid: 14447 + rot: -1.5707963267948966 rad + pos: -39.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9727 components: - type: Transform - pos: -41.881653,23.66982 - parent: 1 -- proto: ForensicPad - entities: - - uid: 6509 + pos: -36.5,34.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9728 components: - type: Transform - pos: -54.56587,64.9033 - parent: 1 - - uid: 12914 + rot: 3.141592653589793 rad + pos: -38.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9729 components: - type: Transform - pos: 1.5309631,43.363426 - parent: 1 - - uid: 12915 + rot: 3.141592653589793 rad + pos: -38.5,34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9730 components: - type: Transform - pos: 2.583364,43.44034 - parent: 1 -- proto: FrenchHornInstrument - entities: - - uid: 7880 + rot: 3.141592653589793 rad + pos: -38.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9731 components: - type: Transform - parent: 7879 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: GasCanisterBrokenBase - entities: - - uid: 16087 + rot: 1.5707963267948966 rad + pos: -38.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9732 components: - type: Transform - pos: -54.5,8.5 - parent: 1 - - uid: 16946 + rot: 1.5707963267948966 rad + pos: -37.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9733 components: - type: Transform - pos: -9.5,-32.5 - parent: 1 - - uid: 18457 + pos: -36.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9734 components: - type: Transform - pos: 11.5,-2.5 - parent: 1 -- proto: GasFilter - entities: - - uid: 15384 + rot: -1.5707963267948966 rad + pos: -35.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9735 components: - type: Transform - pos: -47.5,8.5 - parent: 1 - - type: GasFilter - filteredGas: WaterVapor + rot: -1.5707963267948966 rad + pos: -34.5,33.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 17807 + color: '#0335FCFF' + - uid: 9736 components: - type: Transform rot: -1.5707963267948966 rad - pos: -88.5,51.5 - parent: 1 - - type: GasFilter - filteredGas: WaterVapor - - uid: 17808 + pos: -37.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9737 components: - type: Transform rot: -1.5707963267948966 rad - pos: -90.5,51.5 - parent: 1 - - type: GasFilter - filteredGas: Plasma - - uid: 17809 + pos: -36.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9738 components: - type: Transform rot: -1.5707963267948966 rad - pos: -92.5,51.5 - parent: 1 - - type: GasFilter - filteredGas: Tritium -- proto: GasFilterFlipped - entities: - - uid: 2378 + pos: -35.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9739 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,35.5 - parent: 1 - - type: GasFilter - filteredGas: CarbonDioxide + rot: -1.5707963267948966 rad + pos: -34.5,31.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' -- proto: GasMinerCarbonDioxide - entities: - - uid: 17755 + - uid: 9740 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -86.5,56.5 - parent: 1 -- proto: GasMinerNitrogenStation - entities: - - uid: 17753 + rot: 3.141592653589793 rad + pos: -36.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9741 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -82.5,56.5 - parent: 1 -- proto: GasMinerOxygenStation - entities: - - uid: 17754 + rot: 3.141592653589793 rad + pos: -36.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9742 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -84.5,56.5 - parent: 1 -- proto: GasMinerPlasma - entities: - - uid: 18908 + rot: 3.141592653589793 rad + pos: -36.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9743 components: - type: Transform - pos: -90.5,56.5 - parent: 1 -- proto: GasMinerWaterVapor - entities: - - uid: 17756 + rot: 3.141592653589793 rad + pos: -38.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9744 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -88.5,56.5 - parent: 1 -- proto: GasMixer - entities: - - uid: 376 + rot: 3.141592653589793 rad + pos: -38.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9745 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-33.5 - parent: 1 - - uid: 11507 + rot: 3.141592653589793 rad + pos: -36.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9746 components: - type: Transform - pos: -86.5,37.5 - parent: 1 - - type: GasMixer - inletTwoConcentration: 0.029999971 - inletOneConcentration: 0.97 - targetPressure: 4500 + rot: 1.5707963267948966 rad + pos: -37.5,36.5 + parent: 2 - type: AtmosPipeColor - color: '#947507FF' -- proto: GasOutletInjector - entities: - - uid: 20 + color: '#FF1212FF' + - uid: 9747 components: - type: Transform rot: 1.5707963267948966 rad - pos: -17.5,-35.5 - parent: 1 - - uid: 1877 + pos: -36.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9748 components: - type: Transform rot: 1.5707963267948966 rad - pos: -17.5,-31.5 - parent: 1 - - uid: 10682 + pos: -37.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9749 components: - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,42.5 - parent: 1 - - uid: 15643 + rot: 1.5707963267948966 rad + pos: -38.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9750 components: - type: Transform - pos: -79.5,55.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -39.5,36.5 + parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 17743 + color: '#FF1212FF' + - uid: 9751 components: - type: Transform - pos: -82.5,55.5 - parent: 1 - - uid: 17744 + rot: 1.5707963267948966 rad + pos: -39.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9752 components: - type: Transform - pos: -84.5,55.5 - parent: 1 - - uid: 17745 + rot: 1.5707963267948966 rad + pos: -35.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9753 components: - type: Transform - pos: -86.5,55.5 - parent: 1 - - uid: 17746 + rot: 1.5707963267948966 rad + pos: -35.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9754 components: - type: Transform - pos: -88.5,55.5 - parent: 1 - - uid: 17747 + rot: 1.5707963267948966 rad + pos: -34.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9755 components: - type: Transform - pos: -90.5,55.5 - parent: 1 - - uid: 17764 + pos: -38.5,39.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9756 components: - type: Transform - pos: -92.5,55.5 - parent: 1 - - uid: 18157 + pos: -36.5,39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9757 components: - type: Transform - rot: 3.141592653589793 rad - pos: -93.5,44.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -34.5,36.5 + parent: 2 - type: AtmosPipeColor - color: '#947507FF' -- proto: GasPassiveVent - entities: - - uid: 374 + color: '#FF1212FF' + - uid: 9758 components: - type: Transform rot: 1.5707963267948966 rad - pos: -17.5,-30.5 - parent: 1 - - uid: 10787 + pos: -33.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9759 components: - type: Transform - pos: -81.5,40.5 - parent: 1 + pos: -38.5,38.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11360 + - uid: 9760 components: - type: Transform - rot: 3.141592653589793 rad - pos: -84.5,30.5 - parent: 1 + pos: -36.5,38.5 + parent: 2 - type: AtmosPipeColor - color: '#03FCD3FF' - - uid: 12509 + color: '#0335FCFF' + - uid: 9761 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-36.5 - parent: 1 - - uid: 13043 + pos: -38.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9762 components: - type: Transform - pos: -80.5,55.5 - parent: 1 - - uid: 15281 + rot: 1.5707963267948966 rad + pos: -32.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9763 components: - type: Transform - pos: -84.5,42.5 - parent: 1 - - uid: 16061 + rot: 1.5707963267948966 rad + pos: -31.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9764 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,9.5 - parent: 1 - - uid: 17748 + pos: -31.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9765 components: - type: Transform rot: -1.5707963267948966 rad - pos: -82.5,57.5 - parent: 1 - - uid: 17749 + pos: -30.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9766 components: - type: Transform rot: -1.5707963267948966 rad - pos: -84.5,57.5 - parent: 1 - - uid: 17750 + pos: -30.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9767 components: - type: Transform rot: -1.5707963267948966 rad - pos: -86.5,57.5 - parent: 1 - - uid: 17751 + pos: -29.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9768 components: - type: Transform rot: -1.5707963267948966 rad - pos: -88.5,57.5 - parent: 1 - - uid: 17752 + pos: -29.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9769 components: - type: Transform rot: -1.5707963267948966 rad - pos: -90.5,57.5 - parent: 1 - - uid: 17763 + pos: -28.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9770 components: - type: Transform rot: -1.5707963267948966 rad - pos: -92.5,57.5 - parent: 1 - - uid: 18158 + pos: -28.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9771 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -93.5,42.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -31.5,38.5 + parent: 2 - type: AtmosPipeColor - color: '#947507FF' - - uid: 18259 + color: '#FF1212FF' + - uid: 9772 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -96.5,51.5 - parent: 1 - - uid: 18273 + rot: 3.141592653589793 rad + pos: -32.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9773 components: - type: Transform - pos: -85.5,43.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -38.5,28.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 18435 + - uid: 9774 components: - type: Transform rot: 3.141592653589793 rad - pos: -84.5,40.5 - parent: 1 -- proto: GasPipeBend - entities: - - uid: 1296 + pos: -36.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9775 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,34.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -36.5,26.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 1821 + color: '#0335FCFF' + - uid: 9776 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-5.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -36.5,25.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 1839 + - uid: 9777 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-5.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -38.5,26.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 1914 + color: '#FF1212FF' + - uid: 9778 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-32.5 - parent: 1 - - uid: 2419 + rot: 3.141592653589793 rad + pos: -38.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9779 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,34.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -36.5,22.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 2420 + - uid: 9780 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,34.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -36.5,21.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 2447 + - uid: 9781 components: - type: Transform rot: 3.141592653589793 rad - pos: 14.5,-1.5 - parent: 1 + pos: -38.5,22.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 2457 + - uid: 9782 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,31.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -38.5,20.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 2458 + - uid: 9783 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,29.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -38.5,19.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 2460 + - uid: 9784 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,32.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -38.5,18.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 2463 + color: '#FF1212FF' + - uid: 9785 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,28.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -38.5,17.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 2962 + color: '#FF1212FF' + - uid: 9786 components: - type: Transform rot: 3.141592653589793 rad - pos: 15.5,-2.5 - parent: 1 + pos: -38.5,16.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 3016 + color: '#FF1212FF' + - uid: 9787 components: - type: Transform rot: 3.141592653589793 rad - pos: 2.5,19.5 - parent: 1 + pos: -38.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9788 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9789 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,13.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 3017 + - uid: 9790 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,16.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -36.5,14.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 3018 + - uid: 9791 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,15.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -36.5,15.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 3687 + color: '#0335FCFF' + - uid: 9792 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,-12.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -36.5,16.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 4546 + - uid: 9793 components: - type: Transform rot: 3.141592653589793 rad - pos: -53.5,8.5 - parent: 1 - - uid: 4679 + pos: -36.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9794 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,30.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -36.5,18.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 4774 + color: '#0335FCFF' + - uid: 9795 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,0.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -36.5,19.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 5387 + color: '#0335FCFF' + - uid: 9796 components: - type: Transform rot: 1.5707963267948966 rad - pos: -42.5,-10.5 - parent: 1 + pos: -39.5,23.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 5962 + color: '#FF1212FF' + - uid: 9797 components: - type: Transform - pos: -62.5,33.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -40.5,23.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 6031 + color: '#FF1212FF' + - uid: 9798 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,35.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -37.5,24.5 + parent: 2 - type: AtmosPipeColor - color: '#03FCD3FF' - - uid: 7015 + color: '#0335FCFF' + - uid: 9799 components: - type: Transform rot: 1.5707963267948966 rad - pos: 8.5,36.5 - parent: 1 + pos: -38.5,24.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 7073 + - uid: 9800 components: - type: Transform - pos: -43.5,64.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -39.5,24.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 7239 + - uid: 9801 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,33.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -40.5,24.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 7355 + - uid: 9802 components: - type: Transform - pos: -71.5,21.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -35.5,23.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 7505 + color: '#0335FCFF' + - uid: 9803 components: - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,62.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -33.5,23.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 7565 + - uid: 9804 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,84.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -32.5,23.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 7842 + color: '#0335FCFF' + - uid: 9805 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,35.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -31.5,23.5 + parent: 2 - type: AtmosPipeColor - color: '#03FCD3FF' - - uid: 8693 + color: '#0335FCFF' + - uid: 9806 components: - type: Transform - pos: -46.5,55.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -30.5,23.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8746 + - uid: 9807 components: - type: Transform - pos: -56.5,57.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -29.5,23.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8752 + - uid: 9808 components: - type: Transform rot: 1.5707963267948966 rad - pos: -61.5,55.5 - parent: 1 + pos: -28.5,23.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8753 + - uid: 9809 components: - type: Transform rot: 1.5707963267948966 rad - pos: -60.5,53.5 - parent: 1 + pos: -27.5,23.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8767 + color: '#0335FCFF' + - uid: 9810 components: - type: Transform - pos: -55.5,58.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -26.5,23.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8926 + color: '#0335FCFF' + - uid: 9811 components: - type: Transform - pos: -52.5,88.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -37.5,25.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8927 + - uid: 9812 components: - type: Transform - pos: -50.5,89.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -36.5,25.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8931 + color: '#FF1212FF' + - uid: 9813 components: - type: Transform rot: 1.5707963267948966 rad - pos: -57.5,88.5 - parent: 1 + pos: -35.5,25.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8932 + - uid: 9814 components: - type: Transform rot: 1.5707963267948966 rad - pos: -58.5,89.5 - parent: 1 + pos: -34.5,25.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 9322 + color: '#FF1212FF' + - uid: 9815 components: - type: Transform - rot: 3.141592653589793 rad - pos: -86.5,35.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -32.5,24.5 + parent: 2 - type: AtmosPipeColor - color: '#947507FF' - - uid: 9684 + color: '#FF1212FF' + - uid: 9816 components: - type: Transform rot: 1.5707963267948966 rad - pos: -84.5,32.5 - parent: 1 + pos: -31.5,24.5 + parent: 2 - type: AtmosPipeColor - color: '#03FCD3FF' - - uid: 9824 + color: '#FF1212FF' + - uid: 9817 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,36.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -30.5,24.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 9840 + - uid: 9818 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -82.5,35.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -29.5,24.5 + parent: 2 - type: AtmosPipeColor - color: '#947507FF' - - uid: 9888 + color: '#FF1212FF' + - uid: 9819 components: - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,29.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -28.5,24.5 + parent: 2 - type: AtmosPipeColor - color: '#03FCD3FF' - - uid: 10020 + color: '#FF1212FF' + - uid: 9820 components: - type: Transform - pos: -42.5,65.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -27.5,24.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 10208 + - uid: 9821 components: - type: Transform - pos: -81.5,34.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -26.5,24.5 + parent: 2 - type: AtmosPipeColor - color: '#03FCD3FF' - - uid: 10772 + color: '#FF1212FF' + - uid: 9822 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,29.5 - parent: 1 + pos: -34.5,24.5 + parent: 2 - type: AtmosPipeColor - color: '#03FCD3FF' - - uid: 10796 + color: '#0335FCFF' + - uid: 9823 components: - type: Transform - pos: 10.5,20.5 - parent: 1 + pos: -34.5,25.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 10797 + color: '#0335FCFF' + - uid: 9824 components: - type: Transform - pos: 9.5,19.5 - parent: 1 + pos: -34.5,26.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11126 + - uid: 9825 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,46.5 - parent: 1 + pos: -33.5,26.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11221 + - uid: 9826 components: - type: Transform rot: -1.5707963267948966 rad - pos: -33.5,44.5 - parent: 1 + pos: -55.5,25.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11222 + - uid: 9827 components: - type: Transform rot: -1.5707963267948966 rad - pos: -32.5,43.5 - parent: 1 + pos: -55.5,24.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11227 + - uid: 9828 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,47.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -56.5,24.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11228 + color: '#0335FCFF' + - uid: 9829 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,46.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -57.5,24.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11279 + - uid: 9830 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,33.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -58.5,25.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11287 + - uid: 9831 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,28.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -58.5,26.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11288 + - uid: 9832 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,29.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -58.5,28.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11312 + color: '#0335FCFF' + - uid: 9833 components: - type: Transform rot: 3.141592653589793 rad - pos: -52.5,35.5 - parent: 1 + pos: -58.5,29.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11426 + - uid: 9834 components: - type: Transform rot: 3.141592653589793 rad - pos: -85.5,36.5 - parent: 1 + pos: -56.5,27.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11479 + - uid: 9835 components: - type: Transform rot: 3.141592653589793 rad - pos: -84.5,43.5 - parent: 1 + pos: -56.5,28.5 + parent: 2 - type: AtmosPipeColor - color: '#947507FF' - - uid: 11534 + color: '#FF1212FF' + - uid: 9836 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,32.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -56.5,29.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11649 + - uid: 9837 components: - type: Transform rot: 3.141592653589793 rad - pos: -33.5,24.5 - parent: 1 + pos: -56.5,30.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11679 + - uid: 9838 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,30.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -56.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9839 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,15.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11680 + - uid: 9840 components: - type: Transform rot: 1.5707963267948966 rad - pos: -58.5,30.5 - parent: 1 + pos: -53.5,15.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11788 + color: '#FF1212FF' + - uid: 9841 components: - type: Transform - pos: -57.5,5.5 - parent: 1 + pos: -56.5,23.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11820 + color: '#FF1212FF' + - uid: 9842 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,-9.5 - parent: 1 + pos: -56.5,22.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12217 + - uid: 9843 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,32.5 - parent: 1 + pos: -56.5,21.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12502 + - uid: 9844 components: - type: Transform - pos: -82.5,43.5 - parent: 1 + pos: -56.5,20.5 + parent: 2 - type: AtmosPipeColor - color: '#947507FF' - - uid: 12554 + color: '#FF1212FF' + - uid: 9845 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,5.5 - parent: 1 + pos: -56.5,19.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12726 + - uid: 9846 components: - type: Transform - pos: -1.5,33.5 - parent: 1 + pos: -58.5,18.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12727 + - uid: 9847 components: - type: Transform - pos: -2.5,31.5 - parent: 1 + pos: -58.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9848 + components: + - type: Transform + pos: -58.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9849 + components: + - type: Transform + pos: -58.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9850 + components: + - type: Transform + pos: -58.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9851 + components: + - type: Transform + pos: -58.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9852 + components: + - type: Transform + pos: -56.5,17.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12728 + - uid: 9853 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,30.5 - parent: 1 + pos: -56.5,16.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12729 + - uid: 9854 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,29.5 - parent: 1 + pos: -58.5,15.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12743 + - uid: 9855 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,14.5 - parent: 1 + pos: -58.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9856 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -55.5,15.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12751 + - uid: 9857 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,16.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -57.5,14.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12752 + - uid: 9858 components: - type: Transform - pos: 11.5,16.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -56.5,14.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 13042 + - uid: 9859 components: - type: Transform rot: -1.5707963267948966 rad - pos: -77.5,30.5 - parent: 1 + pos: -55.5,14.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 13983 + color: '#0335FCFF' + - uid: 9860 components: - type: Transform - pos: -66.5,50.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -54.5,14.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 13984 + - uid: 9861 components: - type: Transform - pos: -67.5,52.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -58.5,13.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 13985 + - uid: 9862 components: - type: Transform rot: 3.141592653589793 rad - pos: -67.5,50.5 - parent: 1 + pos: -58.5,12.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 13997 + - uid: 9863 components: - type: Transform - pos: -61.5,48.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -56.5,14.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 14021 + - uid: 9864 components: - type: Transform - pos: -72.5,34.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -56.5,13.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 14022 + - uid: 9865 components: - type: Transform - pos: -71.5,35.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -56.5,12.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14023 + color: '#FF1212FF' + - uid: 9866 components: - type: Transform rot: 3.141592653589793 rad - pos: -72.5,33.5 - parent: 1 + pos: -56.5,11.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 14024 + - uid: 9867 components: - type: Transform rot: 3.141592653589793 rad - pos: -71.5,34.5 - parent: 1 + pos: -58.5,10.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 14054 + - uid: 9868 components: - type: Transform rot: 3.141592653589793 rad - pos: -74.5,16.5 - parent: 1 + pos: -58.5,9.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 14055 + color: '#0335FCFF' + - uid: 9869 components: - type: Transform rot: 3.141592653589793 rad - pos: -73.5,17.5 - parent: 1 + pos: -58.5,8.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 14133 + - uid: 9870 components: - type: Transform - pos: -64.5,33.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -56.5,9.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 14134 + - uid: 9871 components: - type: Transform - pos: -63.5,34.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -56.5,8.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14135 + color: '#FF1212FF' + - uid: 9872 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -63.5,27.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -54.5,16.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14136 + color: '#FF1212FF' + - uid: 9873 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,28.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -54.5,17.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 14657 + - uid: 9874 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -85.5,34.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -54.5,18.5 + parent: 2 - type: AtmosPipeColor - color: '#03FCD3FF' - - uid: 15137 + color: '#FF1212FF' + - uid: 9875 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -80.5,51.5 - parent: 1 - - uid: 15669 + rot: 3.141592653589793 rad + pos: -53.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9876 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9877 components: - type: Transform rot: 3.141592653589793 rad - pos: -87.5,37.5 - parent: 1 + pos: -53.5,18.5 + parent: 2 - type: AtmosPipeColor - color: '#947507FF' - - uid: 16990 + color: '#0335FCFF' + - uid: 9878 components: - type: Transform rot: 3.141592653589793 rad - pos: 4.5,-7.5 - parent: 1 + pos: -56.5,7.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17050 + - uid: 9879 components: - type: Transform rot: 3.141592653589793 rad - pos: 7.5,-17.5 - parent: 1 + pos: -56.5,6.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17147 + - uid: 9880 components: - type: Transform - pos: 7.5,-7.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -58.5,7.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 17200 + color: '#0335FCFF' + - uid: 9881 components: - type: Transform rot: 1.5707963267948966 rad - pos: -18.5,-9.5 - parent: 1 + pos: -57.5,6.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 17304 + color: '#0335FCFF' + - uid: 9882 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-3.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -56.5,6.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 17305 + - uid: 9883 components: - type: Transform rot: 1.5707963267948966 rad - pos: -12.5,-3.5 - parent: 1 + pos: -55.5,6.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 17314 + - uid: 9884 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-2.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -54.5,6.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 17320 + color: '#0335FCFF' + - uid: 9885 components: - type: Transform rot: 1.5707963267948966 rad - pos: -17.5,-2.5 - parent: 1 + pos: -55.5,4.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17329 + - uid: 9886 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,-11.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -54.5,4.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17367 + color: '#FF1212FF' + - uid: 9887 components: - type: Transform rot: 1.5707963267948966 rad - pos: -12.5,-14.5 - parent: 1 + pos: -53.5,4.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17369 + color: '#FF1212FF' + - uid: 9888 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-15.5 - parent: 1 + pos: -56.5,3.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17399 + color: '#FF1212FF' + - uid: 9889 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-29.5 - parent: 1 + pos: -56.5,2.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17401 + - uid: 9890 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-28.5 - parent: 1 + pos: -56.5,1.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17402 + color: '#FF1212FF' + - uid: 9891 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-28.5 - parent: 1 + pos: -58.5,4.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 17403 + - uid: 9892 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-32.5 - parent: 1 + pos: -58.5,3.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 17404 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-29.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 17407 + - uid: 9893 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,-32.5 - parent: 1 + pos: -58.5,2.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 17413 + color: '#0335FCFF' + - uid: 9894 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-32.5 - parent: 1 + pos: -58.5,1.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 17429 + - uid: 9895 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-21.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -57.5,4.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17433 + - uid: 9896 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-17.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -58.5,4.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17434 + - uid: 9897 components: - type: Transform rot: -1.5707963267948966 rad - pos: -3.5,-17.5 - parent: 1 + pos: -59.5,4.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17447 + - uid: 9898 components: - type: Transform - pos: -5.5,-10.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -60.5,4.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17448 + - uid: 9899 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-11.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -61.5,4.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17466 + - uid: 9900 components: - type: Transform - pos: -6.5,-0.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -59.5,6.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 17624 + color: '#0335FCFF' + - uid: 9901 components: - type: Transform - pos: -69.5,12.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -60.5,6.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 17631 + - uid: 9902 components: - type: Transform - rot: 3.141592653589793 rad - pos: -75.5,9.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -61.5,6.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 17810 + color: '#0335FCFF' + - uid: 9903 components: - type: Transform rot: 1.5707963267948966 rad - pos: -83.5,57.5 - parent: 1 - - uid: 17811 + pos: -62.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9904 components: - type: Transform rot: 1.5707963267948966 rad - pos: -85.5,57.5 - parent: 1 - - uid: 17812 + pos: -63.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9905 components: - type: Transform rot: 1.5707963267948966 rad - pos: -87.5,57.5 - parent: 1 - - uid: 17813 + pos: -64.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9906 components: - type: Transform rot: 1.5707963267948966 rad - pos: -89.5,57.5 - parent: 1 - - uid: 17814 + pos: -65.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9907 components: - type: Transform rot: 1.5707963267948966 rad - pos: -91.5,57.5 - parent: 1 - - uid: 17815 + pos: -66.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9908 components: - type: Transform rot: 1.5707963267948966 rad - pos: -93.5,57.5 - parent: 1 - - uid: 17959 + pos: -62.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9909 components: - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,45.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -63.5,6.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 18074 + color: '#0335FCFF' + - uid: 9910 components: - type: Transform - pos: -73.5,39.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -64.5,6.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 18075 + - uid: 9911 components: - type: Transform - pos: -73.5,40.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -65.5,6.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 18159 + color: '#0335FCFF' + - uid: 9912 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -92.5,42.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -67.5,6.5 + parent: 2 - type: AtmosPipeColor - color: '#947507FF' - - uid: 18470 + color: '#0335FCFF' + - uid: 9913 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,49.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -68.5,6.5 + parent: 2 - type: AtmosPipeColor - color: '#947507FF' - - uid: 18871 + color: '#0335FCFF' + - uid: 9914 components: - type: Transform - pos: -1.5,54.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -70.5,6.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 18880 + - uid: 9915 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,53.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -71.5,6.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 18882 + color: '#0335FCFF' + - uid: 9916 components: - type: Transform - pos: 0.5,53.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -68.5,4.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 18953 + - uid: 9917 components: - type: Transform - pos: -74.5,62.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -69.5,4.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 19052 + - uid: 9918 components: - type: Transform rot: 1.5707963267948966 rad - pos: -82.5,67.5 - parent: 1 - - uid: 19053 - components: - - type: Transform - pos: -78.5,67.5 - parent: 1 - - uid: 19217 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -75.5,48.5 - parent: 1 + pos: -70.5,4.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 19279 + color: '#FF1212FF' + - uid: 9919 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -74.5,45.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -72.5,4.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 19284 + - uid: 9920 components: - type: Transform - pos: -75.5,59.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -72.5,6.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 19295 + - uid: 9921 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -76.5,42.5 - parent: 1 + pos: -58.5,0.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 19303 + - uid: 9922 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -76.5,48.5 - parent: 1 + pos: -58.5,-0.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' -- proto: GasPipeBroken - entities: - - uid: 18616 + - uid: 9923 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,49.5 - parent: 1 + pos: -56.5,0.5 + parent: 2 - type: AtmosPipeColor - color: '#947507FF' -- proto: GasPipeFourway - entities: - - uid: 2685 + color: '#FF1212FF' + - uid: 9924 components: - type: Transform - pos: 2.5,25.5 - parent: 1 + pos: -56.5,-0.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 3775 + color: '#FF1212FF' + - uid: 9925 components: - type: Transform - pos: -43.5,-1.5 - parent: 1 + pos: -56.5,-1.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8692 + - uid: 9926 components: - type: Transform - pos: -47.5,55.5 - parent: 1 + pos: -58.5,-2.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8781 - components: - - type: Transform - pos: -52.5,61.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 10980 + - uid: 9927 components: - type: Transform - pos: -77.5,45.5 - parent: 1 + pos: -58.5,-3.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11083 + color: '#0335FCFF' + - uid: 9928 components: - type: Transform - pos: -56.5,31.5 - parent: 1 + pos: -58.5,-4.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11084 + color: '#0335FCFF' + - uid: 9929 components: - type: Transform - pos: -57.5,32.5 - parent: 1 + pos: -58.5,-5.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11189 + - uid: 9930 components: - type: Transform - pos: -41.5,44.5 - parent: 1 + pos: -56.5,-3.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11278 + - uid: 9931 components: - type: Transform - pos: -48.5,31.5 - parent: 1 + pos: -56.5,-4.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11532 + - uid: 9932 components: - type: Transform - pos: -38.5,31.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -57.5,-6.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11533 + color: '#0335FCFF' + - uid: 9933 components: - type: Transform - pos: -36.5,33.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -56.5,-6.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11559 + - uid: 9934 components: - type: Transform - pos: -36.5,37.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -55.5,-6.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11560 + - uid: 9935 components: - type: Transform - pos: -38.5,36.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -54.5,-6.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11759 + color: '#0335FCFF' + - uid: 9936 components: - type: Transform - pos: -58.5,6.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -55.5,-5.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11761 + color: '#FF1212FF' + - uid: 9937 components: - type: Transform - pos: -56.5,4.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -54.5,-5.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11940 + - uid: 9938 components: - type: Transform - pos: -41.5,6.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -56.5,-6.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11941 + color: '#FF1212FF' + - uid: 9939 components: - type: Transform - pos: -40.5,4.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -58.5,-9.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11974 + - uid: 9940 components: - type: Transform - pos: -44.5,-2.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -58.5,-9.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12052 + - uid: 9941 components: - type: Transform - pos: -38.5,4.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -56.5,-8.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12053 - components: - - type: Transform - pos: -36.5,6.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12094 + - uid: 9942 components: - type: Transform - pos: -23.5,6.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -56.5,-7.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12191 + color: '#FF1212FF' + - uid: 9943 components: - type: Transform - pos: -17.5,33.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -58.5,-7.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12192 + - uid: 9944 components: - type: Transform - pos: -15.5,31.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -52.5,4.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12298 + - uid: 9945 components: - type: Transform - pos: -13.5,4.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -51.5,4.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12299 - components: - - type: Transform - pos: -11.5,6.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12423 + - uid: 9946 components: - type: Transform - pos: -11.5,9.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -53.5,6.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12572 + - uid: 9947 components: - type: Transform - pos: 10.5,36.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -52.5,6.5 + parent: 2 - type: AtmosPipeColor - color: '#03FCD3FF' - - uid: 12647 + color: '#0335FCFF' + - uid: 9948 components: - type: Transform - pos: 26.5,6.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -50.5,6.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12970 + - uid: 9949 components: - type: Transform - pos: -17.5,54.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12971 + rot: -1.5707963267948966 rad + pos: -52.5,8.5 + parent: 2 + - uid: 9950 components: - type: Transform - pos: -15.5,55.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -48.5,4.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 14078 + - uid: 9951 components: - type: Transform - pos: -74.5,25.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -46.5,4.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17015 + - uid: 9952 components: - type: Transform - pos: 8.5,-13.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -45.5,4.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17016 + color: '#FF1212FF' + - uid: 9953 components: - type: Transform - pos: 7.5,-12.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -44.5,4.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' -- proto: GasPipeSensorDistribution - entities: - - uid: 11434 + - uid: 9954 components: - type: Transform - pos: -79.5,43.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -43.5,4.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' -- proto: GasPipeSensorMixedAir - entities: - - uid: 18151 + color: '#FF1212FF' + - uid: 9955 components: - type: Transform - pos: -93.5,46.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -42.5,4.5 + parent: 2 - type: AtmosPipeColor - color: '#947507FF' -- proto: GasPipeSensorTEGCold - entities: - - uid: 11331 + color: '#FF1212FF' + - uid: 9956 components: - type: Transform - pos: -85.5,32.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -41.5,4.5 + parent: 2 - type: AtmosPipeColor - color: '#03FCD3FF' -- proto: GasPipeSensorWaste - entities: - - uid: 11459 + color: '#FF1212FF' + - uid: 9957 components: - type: Transform - pos: -77.5,43.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -46.5,6.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' -- proto: GasPipeStraight - entities: - - uid: 5 + color: '#0335FCFF' + - uid: 9958 components: - type: Transform - pos: -81.5,30.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -45.5,6.5 + parent: 2 - type: AtmosPipeColor - color: '#03FCD3FF' - - uid: 8 + color: '#0335FCFF' + - uid: 9959 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,9.5 - parent: 1 - - uid: 23 + rot: 1.5707963267948966 rad + pos: -44.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9960 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-2.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -43.5,6.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 49 + - uid: 9961 components: - type: Transform rot: 1.5707963267948966 rad - pos: -14.5,-31.5 - parent: 1 - - uid: 81 + pos: -42.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9962 components: - type: Transform rot: 3.141592653589793 rad - pos: -84.5,31.5 - parent: 1 + pos: -40.5,5.5 + parent: 2 - type: AtmosPipeColor - color: '#03FCD3FF' - - uid: 85 + color: '#FF1212FF' + - uid: 9963 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-30.5 - parent: 1 - - uid: 141 + rot: 3.141592653589793 rad + pos: -40.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9964 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-35.5 - parent: 1 - - uid: 142 + rot: 3.141592653589793 rad + pos: -40.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9965 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-36.5 - parent: 1 - - uid: 196 + rot: 3.141592653589793 rad + pos: -40.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9966 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-30.5 - parent: 1 - - uid: 521 + rot: 3.141592653589793 rad + pos: -41.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9967 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -83.5,29.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -41.5,8.5 + parent: 2 - type: AtmosPipeColor - color: '#03FCD3FF' - - uid: 534 + color: '#0335FCFF' + - uid: 9968 components: - type: Transform - pos: -13.5,-20.5 - parent: 1 + pos: -41.5,5.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 587 + color: '#0335FCFF' + - uid: 9969 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-36.5 - parent: 1 - - uid: 592 + pos: -41.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9970 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,-30.5 - parent: 1 - - uid: 1209 + pos: -40.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9971 components: - type: Transform - pos: -11.5,14.5 - parent: 1 + pos: -41.5,-0.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 1213 + - uid: 9972 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,5.5 - parent: 1 + pos: -41.5,-1.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 1228 + color: '#0335FCFF' + - uid: 9973 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,8.5 - parent: 1 + pos: -40.5,3.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 1242 + - uid: 9974 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,7.5 - parent: 1 + pos: -41.5,2.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 1248 + - uid: 9975 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,8.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -40.5,1.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 1329 + - uid: 9976 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,7.5 - parent: 1 + pos: -40.5,-0.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 1369 + - uid: 9977 components: - type: Transform rot: 3.141592653589793 rad - pos: -0.5,6.5 - parent: 1 + pos: -41.5,0.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 1513 + color: '#0335FCFF' + - uid: 9978 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,24.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -39.5,1.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 1771 + - uid: 9979 components: - type: Transform rot: 1.5707963267948966 rad - pos: -64.5,-10.5 - parent: 1 + pos: -40.5,6.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 1772 + - uid: 9980 components: - type: Transform rot: 1.5707963267948966 rad - pos: -71.5,-10.5 - parent: 1 + pos: -39.5,0.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 1779 + color: '#FF1212FF' + - uid: 9981 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,0.5 - parent: 1 + pos: -43.5,-2.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 1790 + color: '#FF1212FF' + - uid: 9982 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,1.5 - parent: 1 + pos: -43.5,-0.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 1793 + - uid: 9983 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-0.5 - parent: 1 + pos: -44.5,-1.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 1794 + - uid: 9984 components: - type: Transform - pos: 15.5,4.5 - parent: 1 + pos: -44.5,-0.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 1795 + - uid: 9985 components: - type: Transform - pos: 15.5,5.5 - parent: 1 + pos: -44.5,0.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 1797 + - uid: 9986 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,0.5 - parent: 1 + pos: -43.5,0.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 1798 + - uid: 9987 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-1.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -43.5,-2.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 1819 + - uid: 9988 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-5.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -42.5,-2.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 1885 + - uid: 9989 components: - type: Transform rot: 3.141592653589793 rad - pos: 10.5,-4.5 - parent: 1 + pos: -40.5,-2.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 2111 + color: '#FF1212FF' + - uid: 9990 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,3.5 - parent: 1 + pos: -37.5,-3.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 2275 + - uid: 9991 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,28.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -36.5,-2.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 2327 + - uid: 9992 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,29.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -37.5,-3.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 2328 + - uid: 9993 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-0.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -38.5,-3.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 2329 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,28.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 2382 + - uid: 9994 components: - type: Transform - pos: 10.5,33.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -39.5,-3.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 2386 + - uid: 9995 components: - type: Transform - pos: 9.5,31.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -38.5,-2.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 2389 + - uid: 9996 components: - type: Transform - pos: 10.5,31.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -35.5,-2.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 2393 + color: '#0335FCFF' + - uid: 9997 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,29.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -35.5,-3.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 2403 + - uid: 9998 components: - type: Transform rot: -1.5707963267948966 rad - pos: 1.5,29.5 - parent: 1 + pos: -34.5,-2.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 2404 + - uid: 9999 components: - type: Transform rot: -1.5707963267948966 rad - pos: 1.5,30.5 - parent: 1 + pos: -34.5,-3.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 2405 + - uid: 10000 components: - type: Transform rot: -1.5707963267948966 rad - pos: 2.5,30.5 - parent: 1 + pos: -33.5,-2.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 2406 + color: '#0335FCFF' + - uid: 10001 components: - type: Transform rot: -1.5707963267948966 rad - pos: 3.5,30.5 - parent: 1 + pos: -33.5,-3.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 2407 + - uid: 10002 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,31.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -39.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10003 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10004 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10005 + components: + - type: Transform + pos: -38.5,12.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 2412 + - uid: 10006 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,33.5 - parent: 1 + pos: -38.5,11.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 2413 + - uid: 10007 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,35.5 - parent: 1 + pos: -38.5,10.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 2414 + - uid: 10008 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,36.5 - parent: 1 + pos: -38.5,9.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 2415 + - uid: 10009 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,30.5 - parent: 1 + pos: -38.5,8.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 2417 + color: '#FF1212FF' + - uid: 10010 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,32.5 - parent: 1 + pos: -38.5,7.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 2426 + color: '#FF1212FF' + - uid: 10011 components: - type: Transform - pos: 14.5,2.5 - parent: 1 + pos: -38.5,6.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 2430 + - uid: 10012 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-3.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -39.5,4.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 2434 + color: '#FF1212FF' + - uid: 10013 components: - type: Transform - pos: 3.5,35.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -38.5,5.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 2435 + color: '#FF1212FF' + - uid: 10014 components: - type: Transform - pos: 3.5,36.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -36.5,11.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 2436 + - uid: 10015 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,28.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -36.5,10.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 2437 + - uid: 10016 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,28.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -36.5,9.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 2438 + - uid: 10017 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,28.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -36.5,8.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 2439 + - uid: 10018 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,28.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -36.5,7.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 2440 + - uid: 10019 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,28.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -36.5,5.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 2441 + - uid: 10020 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,29.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -36.5,4.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 2442 + color: '#0335FCFF' + - uid: 10021 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,29.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -37.5,4.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 2443 + - uid: 10022 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,29.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -36.5,4.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 2444 + - uid: 10023 components: - type: Transform - pos: 14.5,4.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -35.5,4.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 2448 + - uid: 10024 components: - type: Transform - pos: 8.5,34.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -34.5,4.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 2449 + color: '#FF1212FF' + - uid: 10025 components: - type: Transform - pos: 2.5,33.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -35.5,6.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 2450 + - uid: 10026 components: - type: Transform rot: 1.5707963267948966 rad - pos: 12.5,29.5 - parent: 1 + pos: -34.5,6.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 2451 + color: '#0335FCFF' + - uid: 10027 components: - type: Transform rot: 1.5707963267948966 rad - pos: 13.5,29.5 - parent: 1 + pos: -33.5,6.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 2452 + color: '#0335FCFF' + - uid: 10028 components: - type: Transform - pos: 4.5,34.5 - parent: 1 + pos: -32.5,5.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 2453 + color: '#0335FCFF' + - uid: 10029 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,28.5 - parent: 1 + pos: -32.5,4.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 2454 + - uid: 10030 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,28.5 - parent: 1 + pos: -32.5,3.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 2455 + - uid: 10031 components: - type: Transform rot: -1.5707963267948966 rad - pos: 15.5,30.5 - parent: 1 + pos: -32.5,4.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 2456 + - uid: 10032 components: - type: Transform rot: 3.141592653589793 rad - pos: 15.5,30.5 - parent: 1 + pos: -33.5,3.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 2462 + color: '#FF1212FF' + - uid: 10033 components: - type: Transform rot: 1.5707963267948966 rad - pos: 14.5,28.5 - parent: 1 + pos: -31.5,6.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 2464 + - uid: 10034 components: - type: Transform - pos: 15.5,31.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -31.5,4.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 2465 + color: '#FF1212FF' + - uid: 10035 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,31.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -30.5,6.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 2466 + color: '#0335FCFF' + - uid: 10036 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,31.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -29.5,6.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 2467 + color: '#0335FCFF' + - uid: 10037 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,32.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -28.5,6.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 2468 + - uid: 10038 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,32.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -27.5,6.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 2469 + - uid: 10039 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,31.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -26.5,6.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 2470 + color: '#0335FCFF' + - uid: 10040 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,32.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -25.5,6.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 2484 + - uid: 10041 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,31.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -24.5,6.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 2485 + color: '#0335FCFF' + - uid: 10042 components: - type: Transform - pos: 10.5,32.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -30.5,4.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 2486 + - uid: 10043 components: - type: Transform - pos: 9.5,30.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -29.5,4.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 2596 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,-36.5 - parent: 1 - - uid: 2675 + color: '#FF1212FF' + - uid: 10044 components: - type: Transform - pos: 2.5,27.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -28.5,4.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 2676 + color: '#FF1212FF' + - uid: 10045 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,26.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -27.5,4.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 2677 + - uid: 10046 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,26.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -26.5,4.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 2678 + - uid: 10047 components: - type: Transform rot: 3.141592653589793 rad - pos: 2.5,26.5 - parent: 1 + pos: -25.5,5.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 2679 + color: '#FF1212FF' + - uid: 10048 components: - type: Transform rot: 3.141592653589793 rad - pos: 4.5,28.5 - parent: 1 + pos: -25.5,6.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 2680 + - uid: 10049 components: - type: Transform rot: 3.141592653589793 rad - pos: 4.5,27.5 - parent: 1 + pos: -25.5,7.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 2681 + - uid: 10050 components: - type: Transform rot: 3.141592653589793 rad - pos: 4.5,25.5 - parent: 1 + pos: -25.5,8.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 2682 + - uid: 10051 components: - type: Transform rot: 3.141592653589793 rad - pos: 2.5,24.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 2864 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,25.5 - parent: 1 + pos: -23.5,7.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 2871 + - uid: 10052 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,25.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -23.5,9.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 2872 + - uid: 10053 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,25.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -23.5,10.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 2873 + - uid: 10054 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,24.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -25.5,10.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 2874 + - uid: 10055 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,25.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -23.5,11.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 2875 + - uid: 10056 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,24.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -25.5,12.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 2876 + - uid: 10057 components: - type: Transform - pos: 2.5,23.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -24.5,12.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 2877 + - uid: 10058 components: - type: Transform - pos: 4.5,22.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -25.5,12.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 2895 + color: '#0335FCFF' + - uid: 10059 components: - type: Transform - pos: -15.5,27.5 - parent: 1 + pos: -25.5,13.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 2902 + - uid: 10060 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,24.5 - parent: 1 + pos: -25.5,14.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 2919 + - uid: 10061 components: - type: Transform - pos: -15.5,25.5 - parent: 1 + pos: -25.5,15.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 3003 + - uid: 10062 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,19.5 - parent: 1 + pos: -23.5,13.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 3004 + - uid: 10063 components: - type: Transform - pos: 4.5,19.5 - parent: 1 + pos: -23.5,14.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 3005 + color: '#0335FCFF' + - uid: 10064 components: - type: Transform - pos: 3.5,18.5 - parent: 1 + pos: -23.5,15.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 3006 + - uid: 10065 components: - type: Transform - pos: 4.5,18.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -24.5,8.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 3007 + color: '#0335FCFF' + - uid: 10066 components: - type: Transform - pos: 3.5,17.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -25.5,8.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 3008 + - uid: 10067 components: - type: Transform - pos: 4.5,17.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -26.5,8.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 3009 + color: '#0335FCFF' + - uid: 10068 components: - type: Transform rot: -1.5707963267948966 rad - pos: 2.5,16.5 - parent: 1 + pos: -27.5,8.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 3010 + - uid: 10069 components: - type: Transform rot: -1.5707963267948966 rad - pos: 3.5,15.5 - parent: 1 + pos: -28.5,8.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 3011 + color: '#0335FCFF' + - uid: 10070 components: - type: Transform rot: -1.5707963267948966 rad - pos: 2.5,15.5 - parent: 1 + pos: -29.5,8.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 3012 + color: '#0335FCFF' + - uid: 10071 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,16.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -26.5,9.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 3013 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,21.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 3014 + - uid: 10072 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,20.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -27.5,9.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 3015 + color: '#FF1212FF' + - uid: 10073 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,21.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -28.5,9.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 3025 + - uid: 10074 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,20.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -29.5,9.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 3179 + - uid: 10075 components: - type: Transform - pos: -17.5,28.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -23.5,4.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 3319 + color: '#FF1212FF' + - uid: 10076 components: - type: Transform - pos: -17.5,26.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -22.5,4.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 3320 + color: '#FF1212FF' + - uid: 10077 components: - type: Transform - pos: -15.5,26.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -21.5,4.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 3349 + - uid: 10078 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,-8.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -22.5,6.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 3350 + color: '#0335FCFF' + - uid: 10079 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,-4.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -21.5,6.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 3351 + color: '#0335FCFF' + - uid: 10080 components: - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,-7.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -33.5,33.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 3356 + - uid: 10081 components: - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,-8.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -32.5,33.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 3357 + - uid: 10082 components: - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,-9.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -31.5,33.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 3360 + - uid: 10083 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,-9.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -33.5,31.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 3551 + - uid: 10084 components: - type: Transform - pos: -40.5,-6.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -32.5,31.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 3559 + - uid: 10085 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,-5.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -30.5,31.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 3571 + - uid: 10086 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,-10.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -29.5,33.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 3574 + color: '#0335FCFF' + - uid: 10087 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,-7.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -29.5,31.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 3617 + - uid: 10088 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,-6.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -28.5,33.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 3631 + - uid: 10089 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,-10.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -27.5,33.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 3657 + - uid: 10090 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,-6.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -26.5,33.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 3678 + - uid: 10091 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,58.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -25.5,33.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 3683 + color: '#0335FCFF' + - uid: 10092 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,-7.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -24.5,33.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 3704 + color: '#0335FCFF' + - uid: 10093 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,-7.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -23.5,33.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 3715 + color: '#0335FCFF' + - uid: 10094 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,-7.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -28.5,31.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 3729 + - uid: 10095 components: - type: Transform - pos: 9.5,32.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -27.5,31.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 3822 + color: '#FF1212FF' + - uid: 10096 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,-1.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -26.5,31.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 3833 + - uid: 10097 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,57.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -25.5,31.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 3840 + - uid: 10098 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,-6.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -23.5,31.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 3844 + color: '#FF1212FF' + - uid: 10099 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,-7.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -22.5,31.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 3846 + - uid: 10100 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,-7.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -21.5,31.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 3851 + - uid: 10101 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,-2.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -22.5,32.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 3960 + - uid: 10102 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,-6.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -22.5,31.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 3961 + - uid: 10103 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,-6.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -22.5,30.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 3964 + - uid: 10104 components: - type: Transform rot: 3.141592653589793 rad - pos: -9.5,56.5 - parent: 1 + pos: -22.5,29.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 4082 + color: '#0335FCFF' + - uid: 10105 components: - type: Transform rot: 3.141592653589793 rad - pos: -9.5,59.5 - parent: 1 + pos: -24.5,30.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 4086 - components: - - type: Transform - pos: -17.5,44.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 4087 + - uid: 10106 components: - type: Transform rot: 3.141592653589793 rad - pos: 27.5,11.5 - parent: 1 + pos: -24.5,29.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 4089 + - uid: 10107 components: - type: Transform - pos: 9.5,29.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -21.5,33.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 4106 + - uid: 10108 components: - type: Transform rot: 1.5707963267948966 rad - pos: -60.5,-9.5 - parent: 1 + pos: -20.5,33.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 4131 + color: '#0335FCFF' + - uid: 10109 components: - type: Transform - pos: 15.5,2.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -19.5,33.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 4265 + - uid: 10110 components: - type: Transform rot: 1.5707963267948966 rad - pos: -60.5,-10.5 - parent: 1 + pos: -18.5,33.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 4752 + - uid: 10111 components: - type: Transform - pos: -64.5,-10.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -20.5,31.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 4753 + - uid: 10112 components: - type: Transform rot: 1.5707963267948966 rad - pos: -59.5,-10.5 - parent: 1 + pos: -18.5,31.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 4755 + color: '#FF1212FF' + - uid: 10113 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -61.5,-9.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -19.5,31.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 4775 + - uid: 10114 components: - type: Transform rot: 1.5707963267948966 rad - pos: -65.5,-9.5 - parent: 1 + pos: -17.5,31.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 4776 + - uid: 10115 components: - type: Transform rot: 1.5707963267948966 rad - pos: -66.5,-9.5 - parent: 1 + pos: -16.5,31.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 4777 + - uid: 10116 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -67.5,-9.5 - parent: 1 + pos: -17.5,32.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 4778 + color: '#0335FCFF' + - uid: 10117 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -68.5,-9.5 - parent: 1 + pos: -17.5,31.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 4779 + color: '#0335FCFF' + - uid: 10118 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -69.5,-9.5 - parent: 1 + pos: -17.5,30.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 4780 + color: '#0335FCFF' + - uid: 10119 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -70.5,-9.5 - parent: 1 + pos: -17.5,29.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 4781 + color: '#0335FCFF' + - uid: 10120 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -73.5,-9.5 - parent: 1 + pos: -15.5,30.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 4803 + - uid: 10121 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -62.5,-9.5 - parent: 1 + pos: -15.5,29.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 4804 + - uid: 10122 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -63.5,-9.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -14.5,31.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 4808 + - uid: 10123 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10124 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10125 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10126 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10127 components: - type: Transform rot: 3.141592653589793 rad - pos: -57.5,-10.5 - parent: 1 + pos: -15.5,33.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 4877 + - uid: 10128 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -71.5,-9.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -15.5,34.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 4878 + - uid: 10129 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -72.5,-9.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -15.5,36.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 4914 + - uid: 10130 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -69.5,-10.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -17.5,34.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 4915 + - uid: 10131 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -70.5,-10.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -17.5,35.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 4916 + - uid: 10132 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -61.5,-10.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -17.5,36.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 4917 + - uid: 10133 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -62.5,-10.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -79.5,53.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 4918 + color: '#FF1212FF' + - uid: 10134 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -63.5,-10.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -17.5,38.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 4919 + - uid: 10135 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -67.5,-10.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -17.5,39.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 4920 + - uid: 10136 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -72.5,-10.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -17.5,40.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 4921 + - uid: 10137 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -73.5,-10.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -17.5,41.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 4931 + - uid: 10138 components: - type: Transform rot: 3.141592653589793 rad - pos: -58.5,-8.5 - parent: 1 + pos: -17.5,42.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 4957 + - uid: 10139 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -66.5,-10.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -15.5,37.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 4974 + color: '#FF1212FF' + - uid: 10140 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -68.5,-10.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -15.5,39.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 4975 + color: '#FF1212FF' + - uid: 10141 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,-9.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -15.5,40.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 5317 + - uid: 10142 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,6.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -15.5,41.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 5350 + color: '#FF1212FF' + - uid: 10143 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,6.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -15.5,42.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 5354 + color: '#FF1212FF' + - uid: 10144 components: - type: Transform - pos: -85.5,42.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -15.5,43.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 5393 + - uid: 10145 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,-10.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -15.5,44.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 5397 + color: '#FF1212FF' + - uid: 10146 components: - type: Transform rot: -1.5707963267948966 rad - pos: -43.5,-12.5 - parent: 1 + pos: -18.5,45.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 5401 + - uid: 10147 components: - type: Transform - pos: -42.5,-11.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -16.5,46.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 5445 + color: '#FF1212FF' + - uid: 10148 components: - type: Transform rot: -1.5707963267948966 rad - pos: -51.5,8.5 - parent: 1 - - uid: 5462 + pos: -17.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10149 components: - type: Transform rot: -1.5707963267948966 rad - pos: -45.5,-12.5 - parent: 1 + pos: -18.5,46.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 5530 + color: '#FF1212FF' + - uid: 10150 components: - type: Transform - pos: -44.5,-4.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -19.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10151 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,45.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 5598 + - uid: 10152 components: - type: Transform rot: 3.141592653589793 rad - pos: -49.5,7.5 - parent: 1 + pos: -17.5,46.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 5687 + - uid: 10153 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,-31.5 - parent: 1 - - uid: 5690 + pos: -15.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10154 components: - type: Transform - pos: -17.5,25.5 - parent: 1 + pos: -17.5,48.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 5730 + - uid: 10155 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -78.5,39.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -16.5,47.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 5764 + - uid: 10156 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,19.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -15.5,47.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 5765 + - uid: 10157 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,20.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -14.5,47.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 5789 + color: '#0335FCFF' + - uid: 10158 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,19.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -13.5,47.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 5790 + - uid: 10159 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,20.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -14.5,48.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 5840 + - uid: 10160 components: - type: Transform - pos: -82.5,39.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -13.5,48.5 + parent: 2 - type: AtmosPipeColor - color: '#947507FF' - - uid: 6021 + color: '#FF1212FF' + - uid: 10161 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,-1.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -20.5,4.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 6056 + - uid: 10162 components: - type: Transform rot: -1.5707963267948966 rad - pos: -49.5,8.5 - parent: 1 - - uid: 6153 + pos: -19.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10163 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,8.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -18.5,4.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 6154 + color: '#FF1212FF' + - uid: 10164 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,5.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -14.5,4.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 6253 + - uid: 10165 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,4.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -20.5,6.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 6255 + color: '#0335FCFF' + - uid: 10166 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,6.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -19.5,6.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 6427 + color: '#0335FCFF' + - uid: 10167 components: - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,41.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -18.5,6.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 7076 + - uid: 10168 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,32.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -17.5,6.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 7087 + color: '#0335FCFF' + - uid: 10169 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,31.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -16.5,4.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 7089 + - uid: 10170 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,35.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -15.5,4.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 7090 + - uid: 10171 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,32.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -14.5,6.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 7221 + color: '#0335FCFF' + - uid: 10172 components: - type: Transform rot: -1.5707963267948966 rad - pos: -63.5,31.5 - parent: 1 + pos: -13.5,6.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 7384 + color: '#0335FCFF' + - uid: 10173 components: - type: Transform rot: -1.5707963267948966 rad - pos: -20.5,46.5 - parent: 1 + pos: -12.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10174 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,5.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 7441 + - uid: 10175 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,19.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -13.5,6.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 7442 + color: '#FF1212FF' + - uid: 10176 components: - type: Transform rot: 1.5707963267948966 rad - pos: 9.5,20.5 - parent: 1 + pos: -12.5,4.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 7570 + - uid: 10177 components: - type: Transform - pos: -58.5,32.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -11.5,4.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 7603 + - uid: 10178 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,80.5 - parent: 1 + pos: -11.5,5.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 7604 + - uid: 10179 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,67.5 - parent: 1 + pos: -11.5,4.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 7605 + - uid: 10180 components: - type: Transform - pos: -15.5,35.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -10.5,4.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 7606 + - uid: 10181 components: - type: Transform rot: -1.5707963267948966 rad - pos: -54.5,31.5 - parent: 1 + pos: -9.5,4.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 7648 + - uid: 10182 components: - type: Transform rot: -1.5707963267948966 rad - pos: -60.5,32.5 - parent: 1 + pos: -10.5,6.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8006 + - uid: 10183 components: - type: Transform - pos: -74.5,52.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -9.5,6.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8133 + color: '#0335FCFF' + - uid: 10184 components: - type: Transform rot: 3.141592653589793 rad - pos: -79.5,38.5 - parent: 1 + pos: -11.5,7.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8674 + - uid: 10185 components: - type: Transform - pos: -46.5,48.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -11.5,8.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8675 + - uid: 10186 components: - type: Transform - pos: -46.5,49.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -13.5,7.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8676 + color: '#FF1212FF' + - uid: 10187 components: - type: Transform - pos: -46.5,50.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8677 + rot: 1.5707963267948966 rad + pos: -15.5,-35.5 + parent: 2 + - uid: 10188 components: - type: Transform - pos: -46.5,51.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -15.5,-36.5 + parent: 2 + - uid: 10189 + components: + - type: Transform + pos: -11.5,11.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8678 + - uid: 10190 components: - type: Transform - pos: -46.5,52.5 - parent: 1 + pos: -11.5,13.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8679 + - uid: 10191 components: - type: Transform - pos: -46.5,53.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -86.5,51.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8680 + color: '#FF1212FF' + - uid: 10192 components: - type: Transform - pos: -46.5,54.5 - parent: 1 + pos: -11.5,15.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8681 + - uid: 10193 components: - type: Transform - pos: -48.5,48.5 - parent: 1 + pos: -11.5,16.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8682 + color: '#0335FCFF' + - uid: 10194 components: - type: Transform - pos: -48.5,49.5 - parent: 1 + pos: -13.5,15.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8683 + - uid: 10195 components: - type: Transform - pos: -48.5,50.5 - parent: 1 + pos: -13.5,16.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8684 + - uid: 10196 components: - type: Transform - pos: -48.5,51.5 - parent: 1 + pos: -13.5,17.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8685 + - uid: 10197 components: - type: Transform - pos: -48.5,52.5 - parent: 1 + pos: -13.5,18.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8687 + - uid: 10198 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,55.5 - parent: 1 + pos: -11.5,19.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8688 + - uid: 10199 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,55.5 - parent: 1 + pos: -11.5,20.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8689 + - uid: 10200 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,53.5 - parent: 1 + pos: -11.5,21.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8694 + color: '#0335FCFF' + - uid: 10201 components: - type: Transform - pos: -47.5,56.5 - parent: 1 + pos: -11.5,22.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8695 + - uid: 10202 components: - type: Transform - pos: -47.5,57.5 - parent: 1 + pos: -11.5,23.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8696 + - uid: 10203 components: - type: Transform - pos: -47.5,58.5 - parent: 1 + pos: -11.5,24.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8701 + - uid: 10204 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,53.5 - parent: 1 + pos: -11.5,25.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8703 + color: '#0335FCFF' + - uid: 10205 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,53.5 - parent: 1 + pos: -11.5,26.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8705 + color: '#0335FCFF' + - uid: 10206 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,53.5 - parent: 1 + pos: -13.5,20.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8706 + - uid: 10207 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,53.5 - parent: 1 + pos: -13.5,21.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8707 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,54.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8708 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,53.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8709 + - uid: 10208 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,52.5 - parent: 1 + pos: -13.5,22.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8710 + color: '#FF1212FF' + - uid: 10209 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,51.5 - parent: 1 + pos: -13.5,23.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8711 + color: '#FF1212FF' + - uid: 10210 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,52.5 - parent: 1 + pos: -13.5,24.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8712 + - uid: 10211 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,51.5 - parent: 1 + pos: -13.5,25.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8713 + - uid: 10212 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,52.5 - parent: 1 + pos: -13.5,26.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8714 + - uid: 10213 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,51.5 - parent: 1 + pos: -13.5,27.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8715 + - uid: 10214 components: - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,52.5 - parent: 1 + pos: -11.5,28.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8716 + - uid: 10215 components: - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,51.5 - parent: 1 + pos: -11.5,29.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8717 + - uid: 10216 components: - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,52.5 - parent: 1 + pos: -11.5,30.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8718 + color: '#0335FCFF' + - uid: 10217 components: - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,51.5 - parent: 1 + pos: -11.5,31.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8719 + color: '#0335FCFF' + - uid: 10218 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,52.5 - parent: 1 + pos: -11.5,32.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8720 + - uid: 10219 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,51.5 - parent: 1 + pos: -13.5,29.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8721 + color: '#FF1212FF' + - uid: 10220 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,55.5 - parent: 1 + pos: -13.5,30.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8723 + color: '#FF1212FF' + - uid: 10221 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,55.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -12.5,31.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8725 + color: '#FF1212FF' + - uid: 10222 components: - type: Transform - pos: -55.5,54.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -11.5,31.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8726 + - uid: 10223 components: - type: Transform - pos: -55.5,55.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -10.5,31.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8728 + - uid: 10224 components: - type: Transform - pos: -55.5,57.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -9.5,31.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8729 + - uid: 10225 components: - type: Transform rot: -1.5707963267948966 rad - pos: -56.5,58.5 - parent: 1 + pos: -10.5,33.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8730 + color: '#0335FCFF' + - uid: 10226 components: - type: Transform rot: -1.5707963267948966 rad - pos: -57.5,58.5 - parent: 1 + pos: -9.5,33.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8731 + color: '#0335FCFF' + - uid: 10227 components: - type: Transform rot: -1.5707963267948966 rad - pos: -58.5,58.5 - parent: 1 + pos: -8.5,33.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8732 + color: '#0335FCFF' + - uid: 10228 components: - type: Transform rot: -1.5707963267948966 rad - pos: -59.5,58.5 - parent: 1 + pos: -7.5,31.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8737 + - uid: 10229 components: - type: Transform rot: 3.141592653589793 rad - pos: -54.5,54.5 - parent: 1 + pos: -7.5,31.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8738 + - uid: 10230 components: - type: Transform rot: 3.141592653589793 rad - pos: -54.5,53.5 - parent: 1 + pos: -7.5,32.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8739 + - uid: 10231 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,54.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -6.5,33.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8740 + - uid: 10232 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10233 components: - type: Transform rot: 3.141592653589793 rad - pos: -57.5,53.5 - parent: 1 + pos: -8.5,30.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8741 + color: '#FF1212FF' + - uid: 10234 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,55.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -7.5,30.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8742 + - uid: 10235 components: - type: Transform rot: 3.141592653589793 rad - pos: -56.5,56.5 - parent: 1 + pos: -7.5,29.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8743 + - uid: 10236 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,57.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -8.5,29.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8744 + color: '#FF1212FF' + - uid: 10237 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,57.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -10.5,9.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8745 + - uid: 10238 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,57.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -9.5,9.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8747 + - uid: 10239 components: - type: Transform rot: -1.5707963267948966 rad - pos: -59.5,55.5 - parent: 1 + pos: -12.5,12.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8748 + - uid: 10240 components: - type: Transform rot: -1.5707963267948966 rad - pos: -60.5,55.5 - parent: 1 + pos: -8.5,4.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8749 + color: '#FF1212FF' + - uid: 10241 components: - type: Transform - rot: 3.141592653589793 rad - pos: -61.5,54.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -7.5,4.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8750 + color: '#FF1212FF' + - uid: 10242 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,53.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -6.5,4.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8751 + - uid: 10243 components: - type: Transform - pos: -61.5,53.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -8.5,6.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8768 + - uid: 10244 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,54.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -7.5,6.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8769 + color: '#0335FCFF' + - uid: 10245 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,55.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -5.5,6.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8770 + color: '#0335FCFF' + - uid: 10246 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,56.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -4.5,6.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8771 + color: '#0335FCFF' + - uid: 10247 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,57.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -3.5,6.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8772 + color: '#0335FCFF' + - uid: 10248 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,58.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -2.5,6.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8773 + color: '#0335FCFF' + - uid: 10249 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,59.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -1.5,6.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8774 + color: '#0335FCFF' + - uid: 10250 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,56.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -0.5,6.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8775 + - uid: 10251 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,57.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 1.5,6.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8776 + - uid: 10252 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,58.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 2.5,6.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8777 + - uid: 10253 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,59.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 3.5,6.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8786 + - uid: 10254 components: - type: Transform - pos: -52.5,60.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -4.5,4.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8789 + - uid: 10255 components: - type: Transform rot: -1.5707963267948966 rad - pos: -51.5,61.5 - parent: 1 + pos: -3.5,4.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8790 + - uid: 10256 components: - type: Transform rot: -1.5707963267948966 rad - pos: -50.5,61.5 - parent: 1 + pos: -2.5,4.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8791 + - uid: 10257 components: - type: Transform rot: -1.5707963267948966 rad - pos: -49.5,61.5 - parent: 1 + pos: -1.5,4.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8792 + - uid: 10258 components: - type: Transform rot: -1.5707963267948966 rad - pos: -48.5,61.5 - parent: 1 + pos: 0.5,4.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8794 + - uid: 10259 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,63.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 1.5,4.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8795 + - uid: 10260 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,64.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 2.5,4.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8796 + - uid: 10261 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,65.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 3.5,4.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8797 + - uid: 10262 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,65.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 5.5,6.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8798 + color: '#0335FCFF' + - uid: 10263 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,65.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 6.5,6.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8799 + color: '#0335FCFF' + - uid: 10264 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,65.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 7.5,6.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8800 + color: '#0335FCFF' + - uid: 10265 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,65.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 8.5,6.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8801 + color: '#0335FCFF' + - uid: 10266 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,65.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 9.5,6.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8802 + color: '#0335FCFF' + - uid: 10267 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,65.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 6.5,4.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8803 + - uid: 10268 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,65.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 7.5,4.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8804 + - uid: 10269 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,65.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 8.5,4.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8805 + - uid: 10270 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,64.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 9.5,4.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8806 + color: '#FF1212FF' + - uid: 10271 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,64.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 10.5,4.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8807 + color: '#FF1212FF' + - uid: 10272 components: - type: Transform rot: 1.5707963267948966 rad - pos: -47.5,64.5 - parent: 1 + pos: 11.5,6.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8808 + - uid: 10273 components: - type: Transform rot: 1.5707963267948966 rad - pos: -46.5,64.5 - parent: 1 + pos: 12.5,6.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8809 + - uid: 10274 components: - type: Transform rot: 1.5707963267948966 rad - pos: -45.5,64.5 - parent: 1 + pos: 13.5,6.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8810 + - uid: 10275 components: - type: Transform rot: 1.5707963267948966 rad - pos: -44.5,64.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8812 - components: - - type: Transform - pos: -50.5,65.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8813 - components: - - type: Transform - pos: -50.5,66.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8815 - components: - - type: Transform - pos: -52.5,66.5 - parent: 1 + pos: 12.5,5.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8816 + - uid: 10276 components: - type: Transform - pos: -52.5,67.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: 13.5,5.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8818 - components: - - type: Transform - pos: -50.5,61.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8819 - components: - - type: Transform - pos: -50.5,62.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8820 + - uid: 10277 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,60.5 - parent: 1 + pos: 10.5,5.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8821 + - uid: 10278 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,60.5 - parent: 1 + pos: 10.5,4.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8822 + - uid: 10279 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,60.5 - parent: 1 + pos: 10.5,3.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8823 + - uid: 10280 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,60.5 - parent: 1 + pos: 10.5,2.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8824 + - uid: 10281 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,61.5 - parent: 1 + pos: 11.5,3.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8825 + - uid: 10282 components: - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,62.5 - parent: 1 + pos: 11.5,2.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8826 + - uid: 10283 components: - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,63.5 - parent: 1 + pos: 10.5,-1.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8827 + color: '#0335FCFF' + - uid: 10284 components: - type: Transform rot: 3.141592653589793 rad - pos: -55.5,61.5 - parent: 1 + pos: 10.5,-0.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8828 + - uid: 10285 components: - type: Transform rot: 3.141592653589793 rad - pos: -55.5,62.5 - parent: 1 + pos: 10.5,0.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8829 + - uid: 10286 components: - type: Transform rot: 3.141592653589793 rad - pos: -55.5,63.5 - parent: 1 + pos: 11.5,1.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8830 + color: '#FF1212FF' + - uid: 10287 components: - type: Transform rot: 1.5707963267948966 rad - pos: -57.5,60.5 - parent: 1 + pos: 10.5,0.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8831 + color: '#FF1212FF' + - uid: 10288 components: - type: Transform rot: 1.5707963267948966 rad - pos: -56.5,60.5 - parent: 1 + pos: 9.5,0.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8832 + color: '#FF1212FF' + - uid: 10289 components: - type: Transform rot: 1.5707963267948966 rad - pos: -58.5,60.5 - parent: 1 + pos: 9.5,1.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8833 + - uid: 10290 components: - type: Transform rot: 1.5707963267948966 rad - pos: -57.5,61.5 - parent: 1 + pos: 14.5,29.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8834 + color: '#0335FCFF' + - uid: 10291 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,61.5 - parent: 1 + rot: 3.141592653589793 rad + pos: 15.5,1.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8835 + color: '#0335FCFF' + - uid: 10292 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,61.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 15.5,-1.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8836 + - uid: 10293 components: - type: Transform - pos: -58.5,62.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 16.5,-1.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8837 + - uid: 10294 components: - type: Transform - pos: -58.5,63.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 17.5,-1.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8838 + - uid: 10295 components: - type: Transform - pos: -59.5,61.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 18.5,-1.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8839 + color: '#FF1212FF' + - uid: 10296 components: - type: Transform - pos: -59.5,62.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 16.5,-2.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8840 + - uid: 10297 components: - type: Transform - pos: -59.5,63.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 17.5,-2.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8841 + - uid: 10298 components: - type: Transform rot: -1.5707963267948966 rad - pos: -59.5,61.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8851 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,68.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8852 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,69.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8853 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,70.5 - parent: 1 + pos: 18.5,-2.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8854 + color: '#0335FCFF' + - uid: 10299 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,71.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: 14.5,6.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8855 + color: '#0335FCFF' + - uid: 10300 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,72.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: 16.5,6.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8856 + color: '#0335FCFF' + - uid: 10301 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,73.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: 17.5,6.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8858 + color: '#0335FCFF' + - uid: 10302 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,75.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: 18.5,6.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8859 + color: '#0335FCFF' + - uid: 10303 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,76.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: 15.5,5.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8860 + - uid: 10304 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,77.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: 16.5,5.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8861 + - uid: 10305 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,78.5 - parent: 1 + pos: 17.5,6.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8862 + - uid: 10306 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,79.5 - parent: 1 + pos: 17.5,7.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8863 + - uid: 10307 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,80.5 - parent: 1 + pos: 17.5,8.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8864 + - uid: 10308 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,68.5 - parent: 1 + pos: 17.5,9.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8865 + color: '#FF1212FF' + - uid: 10309 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -50.5,68.5 - parent: 1 + pos: 19.5,7.5 + parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - type: Physics - canCollide: True - bodyType: Dynamic - - uid: 8866 + color: '#0335FCFF' + - uid: 10310 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,69.5 - parent: 1 + pos: 19.5,8.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8867 + - uid: 10311 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,70.5 - parent: 1 + pos: 19.5,9.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8868 + - uid: 10312 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,71.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 18.5,5.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8869 + color: '#FF1212FF' + - uid: 10313 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,72.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 19.5,5.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8871 + color: '#FF1212FF' + - uid: 10314 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,74.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 20.5,5.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8872 + color: '#FF1212FF' + - uid: 10315 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,75.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: 21.5,6.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8873 + - uid: 10316 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,76.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: 22.5,6.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8874 + - uid: 10317 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,77.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: 23.5,6.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8875 + - uid: 10318 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,78.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: 24.5,6.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8876 + - uid: 10319 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,79.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: 25.5,6.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8877 + - uid: 10320 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,81.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: 22.5,5.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8878 + - uid: 10321 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,82.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: 23.5,5.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8879 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,81.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8880 + - uid: 10322 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,82.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: 24.5,5.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8889 + color: '#FF1212FF' + - uid: 10323 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,84.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: 26.5,5.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8890 + - uid: 10324 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,84.5 - parent: 1 + pos: 26.5,5.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8891 + color: '#0335FCFF' + - uid: 10325 components: - type: Transform - pos: -52.5,83.5 - parent: 1 + pos: 26.5,4.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8892 + color: '#0335FCFF' + - uid: 10326 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,84.5 - parent: 1 + pos: 25.5,4.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8893 + - uid: 10327 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,84.5 - parent: 1 + rot: 3.141592653589793 rad + pos: 27.5,6.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8894 + - uid: 10328 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,83.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: 27.5,6.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8895 + - uid: 10329 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,83.5 - parent: 1 + pos: 26.5,7.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8896 + - uid: 10330 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,83.5 - parent: 1 + pos: 26.5,9.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8897 + - uid: 10331 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,83.5 - parent: 1 + pos: 26.5,11.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8898 + - uid: 10332 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,83.5 - parent: 1 + pos: 26.5,13.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8899 + - uid: 10333 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,83.5 - parent: 1 + pos: 26.5,14.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8900 + - uid: 10334 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,85.5 - parent: 1 + pos: 26.5,15.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8901 + - uid: 10335 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,86.5 - parent: 1 + pos: 26.5,17.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8902 + - uid: 10336 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,87.5 - parent: 1 + pos: 26.5,19.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8903 + - uid: 10337 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,88.5 - parent: 1 + pos: 26.5,21.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8904 + - uid: 10338 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,89.5 - parent: 1 + pos: 26.5,22.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8905 + - uid: 10339 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,89.5 - parent: 1 + pos: 26.5,23.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8906 + - uid: 10340 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,89.5 - parent: 1 + pos: 27.5,20.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8907 + color: '#FF1212FF' + - uid: 10341 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,89.5 - parent: 1 + pos: 27.5,21.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8908 + color: '#FF1212FF' + - uid: 10342 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,89.5 - parent: 1 + pos: 27.5,22.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8909 + color: '#FF1212FF' + - uid: 10343 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,89.5 - parent: 1 + pos: 27.5,23.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8910 + color: '#FF1212FF' + - uid: 10344 components: - type: Transform - pos: -58.5,88.5 - parent: 1 + pos: 27.5,18.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8919 + color: '#FF1212FF' + - uid: 10345 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,86.5 - parent: 1 + pos: 27.5,17.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8920 + - uid: 10346 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,87.5 - parent: 1 + pos: 27.5,16.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8921 + - uid: 10347 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,88.5 - parent: 1 + pos: 27.5,15.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8922 + - uid: 10348 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,88.5 - parent: 1 + pos: 27.5,14.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8923 + - uid: 10349 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,88.5 - parent: 1 + pos: 27.5,12.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8985 + - uid: 10350 components: - type: Transform - pos: -74.5,51.5 - parent: 1 + pos: 27.5,10.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 9163 + - uid: 10351 components: - type: Transform - rot: 3.141592653589793 rad - pos: -77.5,42.5 - parent: 1 + pos: 27.5,9.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 9326 + - uid: 10352 components: - type: Transform - rot: 3.141592653589793 rad - pos: -77.5,38.5 - parent: 1 + pos: 27.5,8.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 9331 + - uid: 10353 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -82.5,32.5 - parent: 1 + pos: 27.5,7.5 + parent: 2 - type: AtmosPipeColor - color: '#03FCD3FF' - - uid: 9573 + color: '#FF1212FF' + - uid: 10354 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,37.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 27.5,8.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 9774 + - uid: 10355 components: - type: Transform - pos: -86.5,36.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 28.5,8.5 + parent: 2 - type: AtmosPipeColor - color: '#947507FF' - - uid: 9830 + color: '#0335FCFF' + - uid: 10356 components: - type: Transform - pos: -81.5,33.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 29.5,8.5 + parent: 2 - type: AtmosPipeColor - color: '#03FCD3FF' - - uid: 9843 + color: '#0335FCFF' + - uid: 10357 components: - type: Transform - pos: -82.5,40.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 27.5,10.5 + parent: 2 - type: AtmosPipeColor - color: '#947507FF' - - uid: 9891 + color: '#0335FCFF' + - uid: 10358 components: - type: Transform - pos: -80.5,52.5 - parent: 1 - - uid: 10054 + rot: -1.5707963267948966 rad + pos: 28.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10359 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,19.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 29.5,10.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 10072 + color: '#0335FCFF' + - uid: 10360 components: - type: Transform - pos: 10.5,18.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 27.5,16.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 10235 + color: '#0335FCFF' + - uid: 10361 components: - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,-3.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 28.5,16.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 10240 + - uid: 10362 components: - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,-5.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 29.5,16.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 10241 + - uid: 10363 components: - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,-4.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 27.5,18.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 10273 + - uid: 10364 components: - type: Transform - rot: 3.141592653589793 rad - pos: -77.5,37.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 28.5,18.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 10312 + color: '#0335FCFF' + - uid: 10365 components: - type: Transform - pos: -11.5,17.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 29.5,18.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 10347 + - uid: 10366 components: - type: Transform rot: -1.5707963267948966 rad - pos: -44.5,-12.5 - parent: 1 + pos: -5.5,31.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 10357 + color: '#FF1212FF' + - uid: 10367 components: - type: Transform - pos: -44.5,-3.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -5.5,33.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 10445 + - uid: 10368 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,9.5 - parent: 1 - - uid: 10471 + rot: 3.141592653589793 rad + pos: -3.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10369 components: - type: Transform - pos: -43.5,-3.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -3.5,33.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 10704 + - uid: 10370 components: - type: Transform rot: 1.5707963267948966 rad - pos: -47.5,-12.5 - parent: 1 + pos: -4.5,31.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 10737 + color: '#FF1212FF' + - uid: 10371 components: - type: Transform rot: 1.5707963267948966 rad - pos: -80.5,35.5 - parent: 1 + pos: -3.5,33.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 10750 + - uid: 10372 components: - type: Transform - pos: -82.5,41.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -1.5,32.5 + parent: 2 - type: AtmosPipeColor - color: '#947507FF' - - uid: 10756 + color: '#0335FCFF' + - uid: 10373 components: - type: Transform - pos: -81.5,37.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -1.5,31.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 10757 + color: '#0335FCFF' + - uid: 10374 components: - type: Transform rot: 3.141592653589793 rad - pos: -85.5,39.5 - parent: 1 + pos: -1.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10375 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,30.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 10765 + - uid: 10376 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -84.5,35.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -2.5,33.5 + parent: 2 - type: AtmosPipeColor - color: '#947507FF' - - uid: 10872 + color: '#0335FCFF' + - uid: 10377 components: - type: Transform rot: 3.141592653589793 rad - pos: -50.5,34.5 - parent: 1 + pos: 10.5,15.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11034 + - uid: 10378 components: - type: Transform rot: 3.141592653589793 rad - pos: -77.5,47.5 - parent: 1 + pos: 9.5,17.5 + parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 11087 + color: '#0335FCFF' + - uid: 10379 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,31.5 - parent: 1 + rot: 3.141592653589793 rad + pos: 10.5,16.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11088 + - uid: 10380 components: - type: Transform - pos: -57.5,31.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -0.5,30.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11089 + color: '#FF1212FF' + - uid: 10381 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,32.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: 0.5,30.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11090 + color: '#FF1212FF' + - uid: 10382 components: - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,32.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -0.5,29.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11092 + color: '#0335FCFF' + - uid: 10383 components: - type: Transform rot: 1.5707963267948966 rad - pos: -58.5,32.5 - parent: 1 + pos: 0.5,29.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11097 + - uid: 10384 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,37.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: 8.5,14.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11098 + - uid: 10385 components: - type: Transform rot: -1.5707963267948966 rad - pos: -57.5,43.5 - parent: 1 + pos: 10.5,16.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11099 + color: '#0335FCFF' + - uid: 10386 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,37.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 7.5,16.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11100 + - uid: 10387 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,43.5 - parent: 1 + pos: 8.5,15.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11101 + - uid: 10388 components: - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,44.5 - parent: 1 + pos: 8.5,14.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11102 + color: '#0335FCFF' + - uid: 10389 components: - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,38.5 - parent: 1 + pos: 6.5,15.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11104 + color: '#0335FCFF' + - uid: 10390 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,34.5 - parent: 1 + pos: 6.5,14.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11105 + - uid: 10391 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,35.5 - parent: 1 + pos: 11.5,15.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11106 + - uid: 10392 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,36.5 - parent: 1 + pos: 11.5,14.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11107 + - uid: 10393 components: - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,33.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: 7.5,34.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11108 + - uid: 10394 components: - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,34.5 - parent: 1 + pos: 9.5,35.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11109 + - uid: 10395 components: - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,35.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 7.5,36.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11110 + - uid: 10396 components: - type: Transform rot: 3.141592653589793 rad - pos: -56.5,36.5 - parent: 1 + pos: 9.5,38.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11111 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,39.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11112 + - uid: 10397 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,40.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: 1.5,25.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11113 + - uid: 10398 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,41.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: 0.5,25.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11115 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,40.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11117 + - uid: 10399 components: - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,42.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: 10.5,34.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11118 + - uid: 10400 components: - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,39.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: 1.5,26.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11127 + - uid: 10401 components: - type: Transform - pos: -56.5,45.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: 0.5,26.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11128 - components: - - type: Transform - pos: -57.5,45.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11129 + - uid: 10402 components: - type: Transform - pos: -57.5,46.5 - parent: 1 + pos: -17.5,49.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11130 + - uid: 10403 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,47.5 - parent: 1 + pos: -17.5,50.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11131 + - uid: 10404 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,47.5 - parent: 1 + pos: -17.5,51.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11132 + - uid: 10405 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,47.5 - parent: 1 + pos: -17.5,52.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11133 + - uid: 10406 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,47.5 - parent: 1 + pos: -17.5,53.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11135 + - uid: 10407 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,46.5 - parent: 1 + pos: -15.5,49.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11136 + - uid: 10408 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,46.5 - parent: 1 + pos: -15.5,50.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11138 + - uid: 10409 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,46.5 - parent: 1 + pos: -15.5,51.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11139 + - uid: 10410 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,46.5 - parent: 1 + pos: -15.5,52.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11140 + - uid: 10411 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,46.5 - parent: 1 + pos: -15.5,53.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11141 + - uid: 10412 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,46.5 - parent: 1 + pos: -15.5,54.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11142 + - uid: 10413 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,47.5 - parent: 1 + pos: -17.5,55.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11143 + - uid: 10414 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,47.5 - parent: 1 + pos: -15.5,56.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11144 + color: '#FF1212FF' + - uid: 10415 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,47.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -17.5,57.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11149 + - uid: 10416 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,47.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -17.5,58.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11150 + - uid: 10417 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,47.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -15.5,58.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11151 + color: '#FF1212FF' + - uid: 10418 components: - type: Transform - pos: -48.5,47.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -15.5,59.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11152 + - uid: 10419 components: - type: Transform rot: 3.141592653589793 rad - pos: -46.5,46.5 - parent: 1 + pos: -17.5,60.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11153 + - uid: 10420 components: - type: Transform rot: 3.141592653589793 rad - pos: -46.5,45.5 - parent: 1 + pos: -17.5,61.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11154 + - uid: 10421 components: - type: Transform rot: 3.141592653589793 rad - pos: -46.5,44.5 - parent: 1 + pos: -17.5,62.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11155 + - uid: 10422 components: - type: Transform rot: 3.141592653589793 rad - pos: -48.5,45.5 - parent: 1 + pos: -15.5,61.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11170 + - uid: 10423 components: - type: Transform - pos: -48.5,43.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -15.5,62.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11171 + - uid: 10424 components: - type: Transform - pos: -48.5,42.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -16.5,54.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11176 + color: '#0335FCFF' + - uid: 10425 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,44.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -15.5,54.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11177 + color: '#0335FCFF' + - uid: 10426 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,44.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -14.5,54.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11178 + color: '#0335FCFF' + - uid: 10427 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,44.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -13.5,54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10428 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,55.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11179 + - uid: 10429 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,43.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -13.5,55.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11180 + color: '#FF1212FF' + - uid: 10430 components: - type: Transform rot: -1.5707963267948966 rad - pos: -44.5,43.5 - parent: 1 + pos: -11.5,55.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11181 + color: '#FF1212FF' + - uid: 10431 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,43.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -16.5,55.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11182 + color: '#FF1212FF' + - uid: 10432 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,44.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -17.5,55.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11183 + - uid: 10433 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,44.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -18.5,55.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11186 + - uid: 10434 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,44.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -19.5,55.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11187 + - uid: 10435 components: - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,43.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -20.5,55.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11188 + - uid: 10436 components: - type: Transform rot: 1.5707963267948966 rad - pos: -41.5,43.5 - parent: 1 + pos: -18.5,54.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11190 + - uid: 10437 components: - type: Transform rot: 1.5707963267948966 rad - pos: -39.5,43.5 - parent: 1 + pos: -19.5,54.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11191 + - uid: 10438 components: - type: Transform rot: 1.5707963267948966 rad - pos: -38.5,43.5 - parent: 1 + pos: -20.5,54.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11193 + - uid: 10439 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,44.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -10.5,55.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11194 + - uid: 10440 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,44.5 - parent: 1 + pos: -12.5,54.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11195 + - uid: 10441 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,44.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -12.5,54.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11197 + color: '#0335FCFF' + - uid: 10442 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10443 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10444 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,44.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -8.5,54.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11198 + - uid: 10445 components: - type: Transform rot: 3.141592653589793 rad - pos: -40.5,45.5 - parent: 1 + pos: -7.5,55.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11199 + - uid: 10446 components: - type: Transform rot: 3.141592653589793 rad - pos: -40.5,46.5 - parent: 1 + pos: -7.5,56.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11200 + - uid: 10447 components: - type: Transform rot: 3.141592653589793 rad - pos: -40.5,47.5 - parent: 1 + pos: -7.5,57.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11201 + - uid: 10448 components: - type: Transform rot: 3.141592653589793 rad - pos: -40.5,48.5 - parent: 1 + pos: -7.5,58.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11202 + - uid: 10449 components: - type: Transform rot: 3.141592653589793 rad - pos: -41.5,45.5 - parent: 1 + pos: -7.5,59.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11203 + color: '#0335FCFF' + - uid: 10450 components: - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,46.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -15.5,-31.5 + parent: 2 + - uid: 10451 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-30.5 + parent: 2 + - uid: 10452 + components: + - type: Transform + pos: -82.5,36.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11204 + color: '#947507FF' + - uid: 10453 components: - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,47.5 - parent: 1 + pos: -78.5,34.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11205 + color: '#0335FCFF' + - uid: 10454 components: - type: Transform rot: 3.141592653589793 rad - pos: -41.5,48.5 - parent: 1 + pos: -77.5,39.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11206 + - uid: 10455 components: - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,49.5 - parent: 1 + pos: -77.5,36.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11207 + - uid: 10456 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,49.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -76.5,35.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11210 + - uid: 10457 components: - type: Transform - pos: -46.5,41.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -76.5,34.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11213 + color: '#FF1212FF' + - uid: 10458 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,43.5 - parent: 1 + pos: -78.5,33.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11214 + - uid: 10459 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,43.5 - parent: 1 + pos: -82.5,38.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11215 + color: '#947507FF' + - uid: 10460 components: - type: Transform rot: -1.5707963267948966 rad - pos: -37.5,44.5 - parent: 1 + pos: -85.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#947507FF' + - uid: 10461 + components: + - type: Transform + pos: -79.5,54.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11216 + - uid: 10462 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,44.5 - parent: 1 + pos: -80.5,53.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11217 + - uid: 10463 components: - type: Transform rot: 3.141592653589793 rad - pos: -36.5,43.5 - parent: 1 + pos: -81.5,31.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11218 + color: '#03FCD3FF' + - uid: 10464 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,43.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -84.5,51.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11219 + color: '#FF1212FF' + - uid: 10465 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,43.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -75.5,35.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11220 + - uid: 10466 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,44.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -75.5,34.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11225 + - uid: 10467 components: - type: Transform - pos: -32.5,45.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -74.5,35.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11226 + - uid: 10468 components: - type: Transform rot: -1.5707963267948966 rad - pos: -32.5,45.5 - parent: 1 + pos: -82.5,51.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11229 + - uid: 10469 components: - type: Transform - pos: -33.5,46.5 - parent: 1 + pos: -85.5,30.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11230 + color: '#03FCD3FF' + - uid: 10470 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,47.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -57.5,41.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11231 + - uid: 10471 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,47.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -58.5,43.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11232 + - uid: 10472 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,47.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -59.5,43.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11233 + - uid: 10473 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,46.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -58.5,44.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11234 + - uid: 10474 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,46.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -59.5,44.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11241 + - uid: 10475 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,40.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -60.5,43.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11242 + color: '#FF1212FF' + - uid: 10476 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,39.5 - parent: 1 + pos: -61.5,44.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11243 + color: '#FF1212FF' + - uid: 10477 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,38.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -61.5,44.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11244 + - uid: 10478 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,37.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -60.5,44.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11245 + - uid: 10479 components: - type: Transform rot: 3.141592653589793 rad - pos: -48.5,40.5 - parent: 1 + pos: -62.5,43.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11246 + color: '#0335FCFF' + - uid: 10480 components: - type: Transform rot: 3.141592653589793 rad - pos: -48.5,39.5 - parent: 1 + pos: -62.5,42.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11247 + color: '#0335FCFF' + - uid: 10481 components: - type: Transform rot: 3.141592653589793 rad - pos: -48.5,38.5 - parent: 1 + pos: -61.5,42.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11248 + - uid: 10482 components: - type: Transform rot: 3.141592653589793 rad - pos: -48.5,37.5 - parent: 1 + pos: -62.5,41.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11249 + color: '#0335FCFF' + - uid: 10483 components: - type: Transform rot: 3.141592653589793 rad - pos: -48.5,36.5 - parent: 1 + pos: -61.5,41.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11250 + - uid: 10484 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,35.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -59.5,47.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11251 + - uid: 10485 components: - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,34.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -60.5,47.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11252 + color: '#0335FCFF' + - uid: 10486 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,34.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -61.5,47.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11253 + - uid: 10487 components: - type: Transform rot: 1.5707963267948966 rad - pos: -55.5,32.5 - parent: 1 + pos: -62.5,47.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11254 + - uid: 10488 components: - type: Transform rot: 1.5707963267948966 rad - pos: -54.5,32.5 - parent: 1 + pos: -63.5,47.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11256 + - uid: 10489 components: - type: Transform rot: 1.5707963267948966 rad - pos: -52.5,32.5 - parent: 1 + pos: -64.5,47.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11257 + - uid: 10490 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,31.5 - parent: 1 + pos: -66.5,48.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11259 + color: '#0335FCFF' + - uid: 10491 components: - type: Transform rot: 1.5707963267948966 rad - pos: -53.5,31.5 - parent: 1 + pos: -67.5,47.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11261 + color: '#0335FCFF' + - uid: 10492 components: - type: Transform rot: 1.5707963267948966 rad - pos: -51.5,31.5 - parent: 1 + pos: -68.5,47.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11263 + color: '#0335FCFF' + - uid: 10493 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,32.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -69.5,47.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11265 + - uid: 10494 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,32.5 - parent: 1 + pos: -66.5,49.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11273 + - uid: 10495 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,33.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -65.5,47.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11275 + - uid: 10496 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,32.5 - parent: 1 + pos: -67.5,51.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11276 + - uid: 10497 components: - type: Transform - pos: -48.5,32.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -68.5,52.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11277 + color: '#0335FCFF' + - uid: 10498 components: - type: Transform - pos: -48.5,33.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -69.5,52.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11281 + color: '#0335FCFF' + - uid: 10499 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,31.5 - parent: 1 + pos: -61.5,46.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11282 + - uid: 10500 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,31.5 - parent: 1 + pos: -61.5,47.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11283 + - uid: 10501 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,31.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -62.5,48.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11284 + color: '#FF1212FF' + - uid: 10502 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,30.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -63.5,48.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11285 + color: '#FF1212FF' + - uid: 10503 components: - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,30.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -64.5,48.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11286 + - uid: 10504 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,29.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -65.5,48.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11289 + color: '#FF1212FF' + - uid: 10505 components: - type: Transform rot: -1.5707963267948966 rad - pos: -48.5,28.5 - parent: 1 + pos: -66.5,48.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11290 + color: '#FF1212FF' + - uid: 10506 components: - type: Transform rot: -1.5707963267948966 rad - pos: -49.5,28.5 - parent: 1 + pos: -67.5,48.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11291 + color: '#FF1212FF' + - uid: 10507 components: - type: Transform rot: -1.5707963267948966 rad - pos: -49.5,29.5 - parent: 1 + pos: -68.5,48.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11292 + - uid: 10508 components: - type: Transform rot: -1.5707963267948966 rad - pos: -50.5,29.5 - parent: 1 + pos: -69.5,48.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11295 + - uid: 10509 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,28.5 - parent: 1 + pos: -73.5,34.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11296 + - uid: 10510 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,28.5 - parent: 1 + pos: -73.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10511 + components: + - type: Transform + pos: -73.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10512 + components: + - type: Transform + pos: -73.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10513 + components: + - type: Transform + pos: -74.5,33.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11297 + - uid: 10514 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,27.5 - parent: 1 + pos: -74.5,32.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11298 + - uid: 10515 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,27.5 - parent: 1 + pos: -74.5,31.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11299 + color: '#FF1212FF' + - uid: 10516 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,26.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -73.5,34.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11300 + - uid: 10517 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,26.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -72.5,35.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11301 + - uid: 10518 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,25.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -71.5,33.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11302 + - uid: 10519 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,25.5 - parent: 1 + pos: -70.5,33.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11307 + - uid: 10520 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -70.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10521 components: - type: Transform rot: 3.141592653589793 rad - pos: -51.5,34.5 - parent: 1 + pos: -70.5,32.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11313 + - uid: 10522 components: - type: Transform rot: 3.141592653589793 rad - pos: -52.5,36.5 - parent: 1 + pos: -70.5,31.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11314 + - uid: 10523 components: - type: Transform rot: 3.141592653589793 rad - pos: -52.5,37.5 - parent: 1 + pos: -70.5,30.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11315 + - uid: 10524 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,38.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -69.5,33.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11316 + color: '#FF1212FF' + - uid: 10525 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,39.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -68.5,34.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11425 + - uid: 10526 components: - type: Transform - pos: -82.5,42.5 - parent: 1 + pos: -74.5,29.5 + parent: 2 - type: AtmosPipeColor - color: '#947507FF' - - uid: 11439 + color: '#FF1212FF' + - uid: 10527 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -87.5,61.5 - parent: 1 - - uid: 11442 + pos: -74.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10528 components: - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,44.5 - parent: 1 + pos: -74.5,27.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11446 + color: '#FF1212FF' + - uid: 10529 components: - type: Transform - rot: 3.141592653589793 rad - pos: -77.5,44.5 - parent: 1 + pos: -74.5,26.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11451 + - uid: 10530 components: - type: Transform - pos: -79.5,47.5 - parent: 1 + pos: -73.5,25.5 + parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11462 + color: '#0335FCFF' + - uid: 10531 components: - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,37.5 - parent: 1 + pos: -73.5,26.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11489 + - uid: 10532 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,47.5 - parent: 1 + pos: -73.5,27.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11493 + - uid: 10533 components: - type: Transform - pos: -79.5,48.5 - parent: 1 + pos: -73.5,28.5 + parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11496 + color: '#0335FCFF' + - uid: 10534 components: - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,31.5 - parent: 1 + pos: -73.5,30.5 + parent: 2 - type: AtmosPipeColor - color: '#03FCD3FF' - - uid: 11497 + color: '#0335FCFF' + - uid: 10535 components: - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,40.5 - parent: 1 + pos: -74.5,24.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11520 + - uid: 10536 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,31.5 - parent: 1 + pos: -74.5,23.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11521 + - uid: 10537 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,31.5 - parent: 1 + pos: -74.5,22.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11522 + - uid: 10538 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,33.5 - parent: 1 + pos: -73.5,23.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11523 + - uid: 10539 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,33.5 - parent: 1 + pos: -73.5,21.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11524 + - uid: 10540 components: - type: Transform rot: -1.5707963267948966 rad - pos: -43.5,33.5 - parent: 1 + pos: -73.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10541 + components: + - type: Transform + pos: -73.5,20.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11525 + - uid: 10542 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,31.5 - parent: 1 + pos: -73.5,19.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11526 + color: '#0335FCFF' + - uid: 10543 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,31.5 - parent: 1 + pos: -73.5,18.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11527 + color: '#0335FCFF' + - uid: 10544 components: - type: Transform rot: -1.5707963267948966 rad - pos: -41.5,33.5 - parent: 1 + pos: -72.5,22.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11528 + - uid: 10545 components: - type: Transform rot: -1.5707963267948966 rad - pos: -40.5,31.5 - parent: 1 + pos: -72.5,21.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11529 + - uid: 10546 components: - type: Transform rot: -1.5707963267948966 rad - pos: -40.5,33.5 - parent: 1 + pos: -74.5,24.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11530 + - uid: 10547 components: - type: Transform rot: -1.5707963267948966 rad - pos: -39.5,31.5 - parent: 1 + pos: -75.5,25.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11531 + - uid: 10548 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,33.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -74.5,20.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11535 + color: '#FF1212FF' + - uid: 10549 components: - type: Transform - pos: -36.5,34.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -74.5,19.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11537 + color: '#FF1212FF' + - uid: 10550 components: - type: Transform rot: 3.141592653589793 rad - pos: -38.5,33.5 - parent: 1 + pos: -74.5,18.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11538 + - uid: 10551 components: - type: Transform rot: 3.141592653589793 rad - pos: -38.5,34.5 - parent: 1 + pos: -74.5,17.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11539 + - uid: 10552 components: - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,35.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -73.5,16.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11540 + - uid: 10553 components: - type: Transform rot: 1.5707963267948966 rad - pos: -38.5,33.5 - parent: 1 + pos: -72.5,16.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11541 + color: '#FF1212FF' + - uid: 10554 components: - type: Transform rot: 1.5707963267948966 rad - pos: -37.5,33.5 - parent: 1 + pos: -72.5,17.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11542 + - uid: 10555 components: - type: Transform - pos: -36.5,35.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -67.5,33.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11544 + color: '#FF1212FF' + - uid: 10556 components: - type: Transform rot: -1.5707963267948966 rad - pos: -35.5,33.5 - parent: 1 + pos: -66.5,33.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11545 + color: '#FF1212FF' + - uid: 10557 components: - type: Transform rot: -1.5707963267948966 rad - pos: -34.5,33.5 - parent: 1 + pos: -65.5,33.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11546 + color: '#FF1212FF' + - uid: 10558 components: - type: Transform rot: -1.5707963267948966 rad - pos: -37.5,31.5 - parent: 1 + pos: -67.5,34.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11547 + color: '#0335FCFF' + - uid: 10559 components: - type: Transform rot: -1.5707963267948966 rad - pos: -36.5,31.5 - parent: 1 + pos: -66.5,34.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11548 + color: '#0335FCFF' + - uid: 10560 components: - type: Transform rot: -1.5707963267948966 rad - pos: -35.5,31.5 - parent: 1 + pos: -65.5,34.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11549 + color: '#0335FCFF' + - uid: 10561 components: - type: Transform rot: -1.5707963267948966 rad - pos: -34.5,31.5 - parent: 1 + pos: -64.5,34.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11550 + color: '#0335FCFF' + - uid: 10562 components: - type: Transform rot: 3.141592653589793 rad - pos: -36.5,31.5 - parent: 1 + pos: -63.5,33.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11551 + - uid: 10563 components: - type: Transform rot: 3.141592653589793 rad - pos: -36.5,30.5 - parent: 1 + pos: -64.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10564 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -64.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10565 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -63.5,31.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11552 + - uid: 10566 components: - type: Transform rot: 3.141592653589793 rad - pos: -36.5,29.5 - parent: 1 + pos: -63.5,30.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11553 + - uid: 10567 components: - type: Transform rot: 3.141592653589793 rad - pos: -38.5,30.5 - parent: 1 + pos: -64.5,29.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11554 + - uid: 10568 components: - type: Transform rot: 3.141592653589793 rad - pos: -38.5,29.5 - parent: 1 + pos: -63.5,29.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11561 + color: '#0335FCFF' + - uid: 10569 components: - type: Transform rot: 3.141592653589793 rad - pos: -36.5,36.5 - parent: 1 + pos: -63.5,28.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11562 + - uid: 10570 components: - type: Transform rot: 1.5707963267948966 rad - pos: -37.5,36.5 - parent: 1 + pos: -64.5,27.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11563 + color: '#0335FCFF' + - uid: 10571 components: - type: Transform rot: 1.5707963267948966 rad - pos: -36.5,36.5 - parent: 1 + pos: -60.5,31.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11564 + - uid: 10573 components: - type: Transform rot: 1.5707963267948966 rad - pos: -37.5,37.5 - parent: 1 + pos: -61.5,32.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11565 + - uid: 10574 components: - type: Transform rot: 1.5707963267948966 rad - pos: -38.5,37.5 - parent: 1 + pos: -59.5,32.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11566 + - uid: 10575 components: - type: Transform rot: 1.5707963267948966 rad - pos: -39.5,36.5 - parent: 1 + pos: -76.5,24.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11567 + color: '#0335FCFF' + - uid: 10576 components: - type: Transform rot: 1.5707963267948966 rad - pos: -39.5,37.5 - parent: 1 + pos: -77.5,24.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11568 + - uid: 10577 components: - type: Transform rot: 1.5707963267948966 rad - pos: -35.5,36.5 - parent: 1 + pos: -78.5,24.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11569 + color: '#0335FCFF' + - uid: 10578 components: - type: Transform rot: 1.5707963267948966 rad - pos: -35.5,37.5 - parent: 1 + pos: -79.5,24.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11570 + - uid: 10579 components: - type: Transform rot: 1.5707963267948966 rad - pos: -34.5,37.5 - parent: 1 + pos: -76.5,25.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11571 + color: '#FF1212FF' + - uid: 10580 components: - type: Transform - pos: -38.5,39.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -77.5,25.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11572 + - uid: 10581 components: - type: Transform - pos: -36.5,39.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -78.5,25.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11573 + color: '#FF1212FF' + - uid: 10582 components: - type: Transform rot: 1.5707963267948966 rad - pos: -34.5,36.5 - parent: 1 + pos: -79.5,25.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11574 + - uid: 10583 components: - type: Transform rot: 1.5707963267948966 rad - pos: -33.5,36.5 - parent: 1 + pos: -46.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10585 + components: + - type: Transform + pos: -84.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#947507FF' + - uid: 10586 + components: + - type: Transform + pos: -78.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10587 + components: + - type: Transform + pos: -80.5,54.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11576 + - uid: 10588 components: - type: Transform - pos: -38.5,38.5 - parent: 1 + pos: -43.5,-4.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11577 + - uid: 10589 components: - type: Transform - pos: -36.5,38.5 - parent: 1 + pos: -77.5,33.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11578 + color: '#FF1212FF' + - uid: 10590 components: - type: Transform - pos: -38.5,37.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -50.5,8.5 + parent: 2 + - uid: 10591 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,8.5 + parent: 2 + - uid: 10592 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.5,31.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11581 + - uid: 10593 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,36.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -16.5,-35.5 + parent: 2 + - uid: 10594 + components: + - type: Transform + pos: -81.5,38.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11582 + - uid: 10595 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,37.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -85.5,41.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10596 + components: + - type: Transform + pos: -85.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10597 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -50.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10598 + components: + - type: Transform + pos: -43.5,63.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11583 + - uid: 10599 components: - type: Transform - pos: -31.5,37.5 - parent: 1 + pos: -47.5,7.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11584 + - uid: 10600 components: - type: Transform rot: -1.5707963267948966 rad - pos: -30.5,37.5 - parent: 1 + pos: -77.5,35.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11585 + - uid: 10601 components: - type: Transform rot: -1.5707963267948966 rad - pos: -30.5,36.5 - parent: 1 + pos: -83.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#947507FF' + - uid: 10602 + components: + - type: Transform + pos: -77.5,32.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11586 + - uid: 10603 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,37.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -79.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10604 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -79.5,36.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11587 + - uid: 10605 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,36.5 - parent: 1 + pos: -77.5,35.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11588 + - uid: 10606 components: - type: Transform rot: -1.5707963267948966 rad - pos: -28.5,37.5 - parent: 1 + pos: -21.5,46.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11589 + color: '#FF1212FF' + - uid: 10607 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,36.5 - parent: 1 + pos: -22.5,47.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11590 + - uid: 10608 components: - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,38.5 - parent: 1 + pos: -22.5,45.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11591 + - uid: 10609 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,38.5 - parent: 1 + pos: -22.5,44.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11609 + color: '#FF1212FF' + - uid: 10610 components: - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,28.5 - parent: 1 + pos: -22.5,43.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11610 + - uid: 10611 components: - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,27.5 - parent: 1 + pos: -21.5,44.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11611 + - uid: 10612 components: - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,26.5 - parent: 1 + pos: -21.5,43.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11612 + - uid: 10613 components: - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,25.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -20.5,45.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11613 + - uid: 10614 components: - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,26.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11615 + pos: 7.5,49.5 + parent: 2 + - uid: 10615 components: - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,24.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -49.5,9.5 + parent: 2 + - uid: 10616 + components: + - type: Transform + pos: -1.5,22.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11617 + color: '#0335FCFF' + - uid: 10617 components: - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,22.5 - parent: 1 + pos: -1.5,23.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11618 + - uid: 10618 components: - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,21.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -0.5,25.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11619 + - uid: 10619 components: - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,22.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -2.5,21.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11620 + color: '#0335FCFF' + - uid: 10620 components: - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,20.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -0.5,24.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11621 + color: '#0335FCFF' + - uid: 10621 components: - type: Transform rot: 3.141592653589793 rad - pos: -38.5,19.5 - parent: 1 + pos: -2.5,23.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11622 + - uid: 10622 components: - type: Transform rot: 3.141592653589793 rad - pos: -38.5,18.5 - parent: 1 + pos: -2.5,24.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11623 + - uid: 10623 components: - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,17.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -0.5,26.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11624 + - uid: 10624 components: - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,16.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -1.5,26.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11625 + - uid: 10625 components: - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,15.5 - parent: 1 + pos: -2.5,25.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11626 + - uid: 10626 components: - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,14.5 - parent: 1 + pos: -2.5,21.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11627 + - uid: 10627 components: - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,13.5 - parent: 1 + pos: -2.5,20.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11628 + color: '#FF1212FF' + - uid: 10628 components: - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,14.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -3.5,19.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11629 + color: '#FF1212FF' + - uid: 10629 components: - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,15.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -1.5,19.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11630 + color: '#FF1212FF' + - uid: 10630 components: - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,16.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -0.5,19.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11631 + color: '#FF1212FF' + - uid: 10631 components: - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,17.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -0.5,21.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11632 + - uid: 10632 components: - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,18.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 9.5,-16.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11633 + - uid: 10633 components: - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,19.5 - parent: 1 + pos: 8.5,-6.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11634 + - uid: 10634 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,23.5 - parent: 1 + pos: 8.5,-8.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11635 + color: '#0335FCFF' + - uid: 10635 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,23.5 - parent: 1 + pos: 8.5,-9.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11636 + color: '#0335FCFF' + - uid: 10636 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,24.5 - parent: 1 + pos: 8.5,-10.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11637 + - uid: 10637 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,24.5 - parent: 1 + pos: 8.5,-7.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11638 + - uid: 10638 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,24.5 - parent: 1 + pos: 8.5,-11.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11639 + - uid: 10639 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,24.5 - parent: 1 + pos: 8.5,-12.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11648 + - uid: 10640 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,23.5 - parent: 1 + pos: 8.5,-15.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11650 + - uid: 10641 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,23.5 - parent: 1 + pos: 8.5,-14.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11651 + - uid: 10642 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,23.5 - parent: 1 + pos: 7.5,-13.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11652 + color: '#FF1212FF' + - uid: 10643 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,23.5 - parent: 1 + pos: 7.5,-14.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11653 + color: '#FF1212FF' + - uid: 10644 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,23.5 - parent: 1 + pos: 7.5,-10.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11654 + color: '#FF1212FF' + - uid: 10645 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,23.5 - parent: 1 + pos: 7.5,-11.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11655 + color: '#FF1212FF' + - uid: 10646 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,23.5 - parent: 1 + pos: 7.5,-9.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11656 + color: '#FF1212FF' + - uid: 10647 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,23.5 - parent: 1 + pos: 7.5,-8.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11657 + color: '#FF1212FF' + - uid: 10648 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,23.5 - parent: 1 + pos: 4.5,-6.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11658 + color: '#FF1212FF' + - uid: 10649 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,25.5 - parent: 1 + pos: 4.5,-4.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11659 + - uid: 10650 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,25.5 - parent: 1 + pos: 4.5,-3.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11660 + - uid: 10651 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,25.5 - parent: 1 + pos: 4.5,-1.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11661 + - uid: 10652 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,25.5 - parent: 1 + pos: 4.5,-0.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11663 + - uid: 10653 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,24.5 - parent: 1 + pos: 4.5,-2.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11664 + - uid: 10654 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,24.5 - parent: 1 + pos: 4.5,0.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11665 + - uid: 10655 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,24.5 - parent: 1 + pos: 4.5,1.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11666 + - uid: 10656 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,24.5 - parent: 1 + pos: 4.5,2.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11667 + - uid: 10657 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,24.5 - parent: 1 + pos: 4.5,3.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11668 + - uid: 10658 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,24.5 - parent: 1 + pos: 4.5,-5.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11669 + - uid: 10659 components: - type: Transform rot: 1.5707963267948966 rad - pos: -26.5,24.5 - parent: 1 + pos: 6.5,-12.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11671 + - uid: 10660 components: - type: Transform - pos: -34.5,24.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: 6.5,-13.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11672 + - uid: 10661 components: - type: Transform - pos: -34.5,25.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: 7.5,-13.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11673 + - uid: 10662 components: - type: Transform - pos: -34.5,26.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: 8.5,-12.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11674 + color: '#FF1212FF' + - uid: 10663 components: - type: Transform - pos: -33.5,26.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: 9.5,-12.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11683 + - uid: 10664 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,25.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: 9.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10665 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-15.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11684 + - uid: 10666 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,24.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: 6.5,-16.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11685 + - uid: 10667 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,24.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: 7.5,-16.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11686 + - uid: 10668 components: - type: Transform rot: -1.5707963267948966 rad - pos: -57.5,24.5 - parent: 1 + pos: 11.5,-16.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11687 + - uid: 10669 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,25.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 12.5,-16.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11688 + - uid: 10670 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,26.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 13.5,-16.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11690 + - uid: 10671 components: - type: Transform rot: 3.141592653589793 rad - pos: -58.5,28.5 - parent: 1 + pos: 10.5,-17.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11691 + - uid: 10672 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,29.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 9.5,-17.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11693 + color: '#FF1212FF' + - uid: 10673 components: - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,27.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 10.5,-17.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11694 + - uid: 10674 components: - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,28.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 12.5,-17.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11695 + - uid: 10675 components: - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,29.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 13.5,-17.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11696 + - uid: 10676 components: - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,30.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 11.5,-17.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11699 + - uid: 10677 components: - type: Transform rot: 3.141592653589793 rad - pos: -56.5,24.5 - parent: 1 + pos: 7.5,-16.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11708 + - uid: 10678 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,15.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 6.5,-7.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11709 + color: '#FF1212FF' + - uid: 10679 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,15.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 5.5,-7.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11710 + - uid: 10680 components: - type: Transform - pos: -56.5,23.5 - parent: 1 + pos: -16.5,-10.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11711 + color: '#0335FCFF' + - uid: 10681 components: - type: Transform - pos: -56.5,22.5 - parent: 1 + pos: -13.5,3.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11712 + - uid: 10682 components: - type: Transform - pos: -56.5,21.5 - parent: 1 + pos: -13.5,2.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11713 + - uid: 10683 components: - type: Transform - pos: -56.5,20.5 - parent: 1 + pos: -13.5,1.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11714 + - uid: 10684 components: - type: Transform - pos: -56.5,19.5 - parent: 1 + pos: -13.5,0.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11715 + - uid: 10685 components: - type: Transform - pos: -58.5,18.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -12.5,-0.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11716 + color: '#FF1212FF' + - uid: 10686 components: - type: Transform - pos: -58.5,19.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -11.5,-0.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11717 + - uid: 10687 components: - type: Transform - pos: -58.5,20.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -11.5,0.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11718 + - uid: 10688 components: - type: Transform - pos: -58.5,21.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -11.5,1.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11719 + - uid: 10689 components: - type: Transform - pos: -58.5,22.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -11.5,2.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11720 + - uid: 10690 components: - type: Transform - pos: -58.5,23.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -11.5,3.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11721 - components: - - type: Transform - pos: -56.5,17.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11722 - components: - - type: Transform - pos: -56.5,16.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11723 + - uid: 10691 components: - type: Transform - pos: -58.5,15.5 - parent: 1 + pos: -12.5,-4.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11724 + - uid: 10692 components: - type: Transform - pos: -58.5,16.5 - parent: 1 + pos: -12.5,-5.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11725 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,15.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11726 + - uid: 10693 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,14.5 - parent: 1 + pos: -12.5,-6.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11727 + - uid: 10694 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,14.5 - parent: 1 + pos: -12.5,-7.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11728 + - uid: 10695 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,14.5 - parent: 1 + pos: -12.5,-8.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11729 + - uid: 10696 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,14.5 - parent: 1 + pos: -12.5,-9.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11730 + - uid: 10697 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,13.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -11.5,-10.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11731 + color: '#FF1212FF' + - uid: 10698 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,12.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -14.5,-2.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11732 + color: '#FF1212FF' + - uid: 10699 components: - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,14.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -15.5,-2.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11733 + - uid: 10700 components: - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,13.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11734 + rot: -1.5707963267948966 rad + pos: -14.5,-4.5 + parent: 2 + - uid: 10701 components: - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,12.5 - parent: 1 + pos: -17.5,-5.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11735 + - uid: 10702 components: - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,11.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -16.5,-2.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11736 + - uid: 10703 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,10.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -14.5,-11.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11737 + - uid: 10704 components: - type: Transform rot: 3.141592653589793 rad - pos: -58.5,9.5 - parent: 1 + pos: -16.5,-7.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11738 + - uid: 10705 components: - type: Transform rot: 3.141592653589793 rad - pos: -58.5,8.5 - parent: 1 + pos: -16.5,-8.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11739 + - uid: 10706 components: - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,9.5 - parent: 1 + pos: -17.5,-3.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11740 + - uid: 10707 components: - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,8.5 - parent: 1 + pos: -17.5,-6.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11741 + - uid: 10708 components: - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,16.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -13.5,-11.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11742 + color: '#0335FCFF' + - uid: 10709 components: - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,17.5 - parent: 1 + pos: -17.5,-7.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11743 + - uid: 10710 components: - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,18.5 - parent: 1 + pos: -17.5,-8.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11744 + - uid: 10711 components: - type: Transform rot: 3.141592653589793 rad - pos: -53.5,16.5 - parent: 1 + pos: -18.5,-11.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11745 + color: '#FF1212FF' + - uid: 10712 components: - type: Transform rot: 3.141592653589793 rad - pos: -53.5,17.5 - parent: 1 + pos: -18.5,-12.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11746 + color: '#FF1212FF' + - uid: 10713 components: - type: Transform rot: 3.141592653589793 rad - pos: -53.5,18.5 - parent: 1 + pos: -12.5,-10.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11762 + - uid: 10714 components: - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,7.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -12.5,-10.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11763 + - uid: 10715 components: - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,6.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -10.5,-10.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11765 + - uid: 10716 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,7.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -9.5,-10.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11766 + color: '#FF1212FF' + - uid: 10717 components: - type: Transform rot: 1.5707963267948966 rad - pos: -57.5,6.5 - parent: 1 + pos: -13.5,-15.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11767 + - uid: 10718 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,6.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -14.5,-15.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11768 + - uid: 10719 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,6.5 - parent: 1 + pos: -15.5,-16.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11769 + - uid: 10720 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,6.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -16.5,-15.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11770 + - uid: 10721 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,4.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -17.5,-15.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11771 + color: '#0335FCFF' + - uid: 10722 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,4.5 - parent: 1 + pos: -16.5,-9.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11772 + color: '#0335FCFF' + - uid: 10723 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,4.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -17.5,-10.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11773 + - uid: 10724 components: - type: Transform - pos: -56.5,3.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -16.5,-10.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11774 + - uid: 10725 components: - type: Transform - pos: -56.5,2.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -15.5,-10.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11775 + - uid: 10726 components: - type: Transform - pos: -56.5,1.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -14.5,-10.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11776 - components: - - type: Transform - pos: -58.5,4.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11777 - components: - - type: Transform - pos: -58.5,3.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11778 - components: - - type: Transform - pos: -58.5,2.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11779 - components: - - type: Transform - pos: -58.5,1.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11780 + - uid: 10727 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,4.5 - parent: 1 + pos: -13.5,-11.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11781 + - uid: 10728 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,4.5 - parent: 1 + pos: -13.5,-12.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11782 + - uid: 10729 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,4.5 - parent: 1 + pos: -13.5,-13.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11783 + - uid: 10730 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,4.5 - parent: 1 + pos: -13.5,-14.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11784 + - uid: 10731 components: - type: Transform rot: -1.5707963267948966 rad - pos: -61.5,4.5 - parent: 1 + pos: -10.5,-11.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11785 + color: '#0335FCFF' + - uid: 10732 components: - type: Transform rot: -1.5707963267948966 rad - pos: -59.5,6.5 - parent: 1 + pos: -9.5,-11.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11786 + - uid: 10733 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,6.5 - parent: 1 + pos: -11.5,-12.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11787 + - uid: 10734 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,6.5 - parent: 1 + pos: -11.5,-13.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11791 + - uid: 10735 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -62.5,4.5 - parent: 1 + pos: -13.5,-15.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11792 + - uid: 10736 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -63.5,4.5 - parent: 1 + pos: -13.5,-16.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11793 + - uid: 10737 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -64.5,4.5 - parent: 1 + pos: -11.5,-17.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11794 + color: '#0335FCFF' + - uid: 10738 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,4.5 - parent: 1 + pos: -11.5,-18.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11795 + color: '#0335FCFF' + - uid: 10739 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -66.5,4.5 - parent: 1 + pos: -11.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10740 + components: + - type: Transform + pos: -13.5,-18.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11796 + - uid: 10741 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -62.5,6.5 - parent: 1 + pos: -13.5,-19.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11797 + color: '#FF1212FF' + - uid: 10742 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -63.5,6.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -11.5,-20.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11798 + - uid: 10743 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -64.5,6.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -11.5,-21.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11799 + - uid: 10744 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,6.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -11.5,-22.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11800 + - uid: 10745 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -67.5,6.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -11.5,-23.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11801 + - uid: 10746 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -68.5,6.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -11.5,-24.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11803 + - uid: 10747 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -70.5,6.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -11.5,-26.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11804 + - uid: 10748 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -71.5,6.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -11.5,-27.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11805 + - uid: 10749 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -68.5,4.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -13.5,-21.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11806 + - uid: 10750 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -69.5,4.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -13.5,-23.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11807 + - uid: 10751 components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -70.5,4.5 - parent: 1 + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-24.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11809 + - uid: 10752 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -72.5,4.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -13.5,-25.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11810 + - uid: 10753 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -72.5,6.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -13.5,-26.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11822 + color: '#FF1212FF' + - uid: 10754 components: - type: Transform - pos: -58.5,0.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -13.5,-27.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11823 + color: '#FF1212FF' + - uid: 10755 components: - type: Transform - pos: -58.5,-0.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -14.5,-29.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11824 + color: '#FF1212FF' + - uid: 10756 components: - type: Transform - pos: -56.5,0.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -13.5,-28.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11825 + - uid: 10757 components: - type: Transform - pos: -56.5,-0.5 - parent: 1 + pos: -15.5,-30.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11826 + - uid: 10758 components: - type: Transform - pos: -56.5,-1.5 - parent: 1 + pos: -15.5,-31.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11827 + - uid: 10759 components: - type: Transform - pos: -58.5,-2.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -12.5,-29.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11828 + - uid: 10760 components: - type: Transform - pos: -58.5,-3.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -12.5,-30.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11829 + - uid: 10761 components: - type: Transform - pos: -58.5,-4.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -12.5,-31.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11830 + - uid: 10762 components: - type: Transform - pos: -58.5,-5.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -13.5,-32.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11831 + - uid: 10763 components: - type: Transform - pos: -56.5,-3.5 - parent: 1 + pos: -14.5,-33.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11832 + color: '#0335FCFF' + - uid: 10764 components: - type: Transform - pos: -56.5,-4.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -10.5,-16.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11833 + color: '#0335FCFF' + - uid: 10765 components: - type: Transform rot: -1.5707963267948966 rad - pos: -57.5,-6.5 - parent: 1 + pos: -9.5,-16.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11834 + - uid: 10766 components: - type: Transform rot: -1.5707963267948966 rad - pos: -56.5,-6.5 - parent: 1 + pos: -8.5,-16.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11835 + - uid: 10767 components: - type: Transform rot: -1.5707963267948966 rad - pos: -55.5,-6.5 - parent: 1 + pos: -7.5,-16.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11836 + - uid: 10768 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,-6.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -6.5,-17.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11837 + - uid: 10769 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,-5.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -6.5,-18.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11838 + color: '#0335FCFF' + - uid: 10770 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,-5.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -6.5,-19.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11839 + color: '#0335FCFF' + - uid: 10771 components: - type: Transform rot: 3.141592653589793 rad - pos: -56.5,-6.5 - parent: 1 + pos: -6.5,-20.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11844 + color: '#0335FCFF' + - uid: 10772 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,-9.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -5.5,-20.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11845 + - uid: 10773 components: - type: Transform rot: 3.141592653589793 rad - pos: -58.5,-9.5 - parent: 1 + pos: -5.5,-19.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11846 + color: '#FF1212FF' + - uid: 10774 components: - type: Transform rot: 3.141592653589793 rad - pos: -56.5,-8.5 - parent: 1 + pos: -5.5,-18.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11847 + - uid: 10775 components: - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,-7.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -4.5,-17.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11848 + - uid: 10776 components: - type: Transform rot: 3.141592653589793 rad - pos: -58.5,-7.5 - parent: 1 + pos: -3.5,-15.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11890 + color: '#FF1212FF' + - uid: 10777 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,4.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -3.5,-14.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11891 + - uid: 10778 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,4.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -3.5,-13.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11892 + - uid: 10779 components: - type: Transform rot: -1.5707963267948966 rad - pos: -53.5,6.5 - parent: 1 + pos: -8.5,-11.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11893 + - uid: 10780 components: - type: Transform rot: -1.5707963267948966 rad - pos: -52.5,6.5 - parent: 1 + pos: -7.5,-11.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11922 + - uid: 10781 components: - type: Transform rot: -1.5707963267948966 rad - pos: -50.5,6.5 - parent: 1 + pos: -8.5,-10.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11923 + color: '#FF1212FF' + - uid: 10782 components: - type: Transform rot: -1.5707963267948966 rad - pos: -52.5,8.5 - parent: 1 - - uid: 11924 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,4.5 - parent: 1 + pos: -7.5,-10.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11928 + - uid: 10783 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,4.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -6.5,-10.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11929 + - uid: 10784 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,4.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -4.5,-11.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11930 + - uid: 10785 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,4.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -3.5,-12.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11931 + - uid: 10786 components: - type: Transform rot: 1.5707963267948966 rad - pos: -43.5,4.5 - parent: 1 + pos: -2.5,-11.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11932 + - uid: 10787 components: - type: Transform rot: 1.5707963267948966 rad - pos: -42.5,4.5 - parent: 1 + pos: -1.5,-11.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11933 + - uid: 10788 components: - type: Transform rot: 1.5707963267948966 rad - pos: -41.5,4.5 - parent: 1 + pos: -10.5,-1.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11935 + color: '#0335FCFF' + - uid: 10789 components: - type: Transform rot: 1.5707963267948966 rad - pos: -46.5,6.5 - parent: 1 + pos: -9.5,-1.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11936 + - uid: 10790 components: - type: Transform rot: 1.5707963267948966 rad - pos: -45.5,6.5 - parent: 1 + pos: -8.5,-1.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11937 + - uid: 10791 components: - type: Transform rot: 1.5707963267948966 rad - pos: -44.5,6.5 - parent: 1 + pos: -7.5,-1.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11938 + - uid: 10792 components: - type: Transform rot: 1.5707963267948966 rad - pos: -43.5,6.5 - parent: 1 + pos: -6.5,-1.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11939 + - uid: 10793 components: - type: Transform rot: 1.5707963267948966 rad - pos: -42.5,6.5 - parent: 1 + pos: -11.5,-0.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11942 + color: '#FF1212FF' + - uid: 10794 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,5.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -10.5,-0.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11943 + - uid: 10795 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,6.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -9.5,-0.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11944 + - uid: 10796 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,7.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -8.5,-0.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11945 + - uid: 10797 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,8.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -7.5,-0.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11946 + - uid: 10798 components: - type: Transform rot: 3.141592653589793 rad - pos: -41.5,7.5 - parent: 1 + pos: -69.5,7.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11947 + - uid: 10799 components: - type: Transform rot: 3.141592653589793 rad - pos: -41.5,8.5 - parent: 1 + pos: -71.5,5.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11950 + color: '#FF1212FF' + - uid: 10800 components: - type: Transform - pos: -41.5,5.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -71.5,6.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11951 + color: '#FF1212FF' + - uid: 10801 components: - type: Transform - pos: -41.5,4.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -71.5,7.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11953 + color: '#FF1212FF' + - uid: 10802 components: - type: Transform - pos: -40.5,1.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -71.5,8.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11956 + - uid: 10803 components: - type: Transform - pos: -41.5,-0.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -69.5,9.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11957 + - uid: 10804 components: - type: Transform - pos: -41.5,-1.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -69.5,10.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11958 - components: - - type: Transform - pos: -40.5,3.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11959 + - uid: 10805 components: - type: Transform - pos: -41.5,2.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -69.5,11.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11960 + - uid: 10806 components: - type: Transform rot: -1.5707963267948966 rad - pos: -40.5,1.5 - parent: 1 + pos: -72.5,9.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11962 + color: '#FF1212FF' + - uid: 10807 components: - type: Transform - pos: -40.5,-0.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -73.5,9.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11964 + - uid: 10808 components: - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,0.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -70.5,12.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11965 + - uid: 10809 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,1.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -71.5,12.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11966 + - uid: 10810 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,6.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -72.5,12.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11967 + - uid: 10811 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,0.5 - parent: 1 + pos: -75.5,10.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11982 + - uid: 10812 components: - type: Transform - pos: -43.5,-2.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -74.5,9.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11984 + - uid: 10813 components: - type: Transform - pos: -43.5,-0.5 - parent: 1 + pos: -75.5,11.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 11985 + - uid: 10814 components: - type: Transform - pos: -44.5,-1.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11986 + pos: -82.5,54.5 + parent: 2 + - uid: 10815 components: - type: Transform - pos: -44.5,-0.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11987 + pos: -82.5,53.5 + parent: 2 + - uid: 10816 components: - type: Transform - pos: -44.5,0.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11988 + pos: -82.5,52.5 + parent: 2 + - uid: 10817 components: - type: Transform - pos: -43.5,0.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11989 + pos: -84.5,54.5 + parent: 2 + - uid: 10818 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,-2.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11990 + pos: -84.5,53.5 + parent: 2 + - uid: 10819 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,-2.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11993 + pos: -84.5,52.5 + parent: 2 + - uid: 10820 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,-2.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12004 + pos: -86.5,54.5 + parent: 2 + - uid: 10821 components: - type: Transform - pos: -37.5,-3.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12005 + pos: -86.5,53.5 + parent: 2 + - uid: 10822 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,-2.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12006 + pos: -86.5,52.5 + parent: 2 + - uid: 10823 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-3.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12007 + pos: -88.5,54.5 + parent: 2 + - uid: 10824 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,-3.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12008 + pos: -88.5,53.5 + parent: 2 + - uid: 10825 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,-3.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12010 + pos: -88.5,52.5 + parent: 2 + - uid: 10826 + components: + - type: Transform + pos: -90.5,54.5 + parent: 2 + - uid: 10827 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,-2.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12011 + pos: -90.5,53.5 + parent: 2 + - uid: 10828 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-2.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12012 + pos: -90.5,52.5 + parent: 2 + - uid: 10829 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-3.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12013 + pos: -92.5,54.5 + parent: 2 + - uid: 10830 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,-2.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12014 + pos: -92.5,53.5 + parent: 2 + - uid: 10831 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,-3.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12019 + pos: -92.5,52.5 + parent: 2 + - uid: 10832 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,-2.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12021 + pos: -93.5,56.5 + parent: 2 + - uid: 10833 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,-3.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12040 + pos: -93.5,55.5 + parent: 2 + - uid: 10834 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,6.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12041 + pos: -93.5,54.5 + parent: 2 + - uid: 10835 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,6.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12042 + pos: -93.5,53.5 + parent: 2 + - uid: 10836 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,6.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12043 + pos: -93.5,52.5 + parent: 2 + - uid: 10837 components: - type: Transform - pos: -38.5,12.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12044 + pos: -91.5,56.5 + parent: 2 + - uid: 10838 components: - type: Transform - pos: -38.5,11.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12045 + pos: -91.5,55.5 + parent: 2 + - uid: 10839 components: - type: Transform - pos: -38.5,10.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12046 + pos: -91.5,54.5 + parent: 2 + - uid: 10840 components: - type: Transform - pos: -38.5,9.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12047 + pos: -91.5,53.5 + parent: 2 + - uid: 10841 components: - type: Transform - pos: -38.5,8.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12048 + pos: -91.5,52.5 + parent: 2 + - uid: 10842 components: - type: Transform - pos: -38.5,7.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12049 + pos: -89.5,56.5 + parent: 2 + - uid: 10843 components: - type: Transform - pos: -38.5,6.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12050 + pos: -89.5,55.5 + parent: 2 + - uid: 10844 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,4.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12051 + pos: -89.5,54.5 + parent: 2 + - uid: 10845 components: - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,5.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12054 + pos: -89.5,53.5 + parent: 2 + - uid: 10846 components: - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,11.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12055 + pos: -89.5,52.5 + parent: 2 + - uid: 10847 components: - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,10.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12056 + pos: -87.5,56.5 + parent: 2 + - uid: 10848 components: - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,9.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12057 + pos: -87.5,55.5 + parent: 2 + - uid: 10849 components: - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,8.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12058 + pos: -87.5,54.5 + parent: 2 + - uid: 10850 components: - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,7.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12059 + pos: -87.5,53.5 + parent: 2 + - uid: 10851 components: - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,5.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12060 + pos: -87.5,52.5 + parent: 2 + - uid: 10852 components: - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,4.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12061 + pos: -85.5,56.5 + parent: 2 + - uid: 10853 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,4.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12062 + pos: -85.5,55.5 + parent: 2 + - uid: 10854 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,4.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12065 + pos: -85.5,53.5 + parent: 2 + - uid: 10855 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,4.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12066 + pos: -85.5,52.5 + parent: 2 + - uid: 10856 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,4.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12067 + pos: -85.5,54.5 + parent: 2 + - uid: 10857 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,6.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12068 + pos: -83.5,56.5 + parent: 2 + - uid: 10858 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,6.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12069 + pos: -83.5,55.5 + parent: 2 + - uid: 10859 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,6.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12070 + pos: -83.5,54.5 + parent: 2 + - uid: 10860 components: - type: Transform - pos: -32.5,5.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12071 + pos: -83.5,52.5 + parent: 2 + - uid: 10861 components: - type: Transform - pos: -32.5,4.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12072 + pos: -83.5,53.5 + parent: 2 + - uid: 10862 components: - type: Transform - pos: -32.5,3.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -83.5,51.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12073 + color: '#FF1212FF' + - uid: 10863 components: - type: Transform rot: -1.5707963267948966 rad - pos: -32.5,4.5 - parent: 1 + pos: -85.5,51.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12074 + - uid: 10864 components: - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,3.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -87.5,51.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12075 + - uid: 10865 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,6.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -89.5,51.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12076 + color: '#FF1212FF' + - uid: 10866 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,4.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -91.5,51.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12081 + - uid: 10867 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,6.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -93.5,51.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12082 + color: '#FF1212FF' + - uid: 10868 + components: + - type: Transform + pos: -77.5,57.5 + parent: 2 + - uid: 10869 components: - type: Transform rot: 1.5707963267948966 rad - pos: -29.5,6.5 - parent: 1 + pos: -77.5,39.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12083 + - uid: 10870 components: - type: Transform rot: 1.5707963267948966 rad - pos: -28.5,6.5 - parent: 1 + pos: -76.5,39.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12084 + - uid: 10871 components: - type: Transform rot: 1.5707963267948966 rad - pos: -27.5,6.5 - parent: 1 + pos: -75.5,39.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12085 + - uid: 10872 components: - type: Transform rot: 1.5707963267948966 rad - pos: -26.5,6.5 - parent: 1 + pos: -76.5,40.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12086 + color: '#FF1212FF' + - uid: 10873 components: - type: Transform rot: 1.5707963267948966 rad - pos: -25.5,6.5 - parent: 1 + pos: -75.5,40.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12087 + color: '#FF1212FF' + - uid: 10874 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,6.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -74.5,39.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12088 + - uid: 10875 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,4.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -74.5,40.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12089 + - uid: 10878 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,4.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -93.5,45.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12090 + color: '#947507FF' + - uid: 10880 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,4.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -92.5,45.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12091 + color: '#947507FF' + - uid: 10881 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,4.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -92.5,44.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12092 + color: '#947507FF' + - uid: 10882 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,4.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -92.5,43.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12095 + color: '#947507FF' + - uid: 10884 components: - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,5.5 - parent: 1 + pos: -81.5,39.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12096 + - uid: 10886 components: - type: Transform rot: 3.141592653589793 rad - pos: -25.5,6.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12097 + pos: -76.5,59.5 + parent: 2 + - uid: 10887 components: - type: Transform rot: 3.141592653589793 rad - pos: -25.5,7.5 - parent: 1 + pos: -77.5,31.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12098 + - uid: 10888 components: - type: Transform rot: 3.141592653589793 rad - pos: -25.5,8.5 - parent: 1 + pos: -84.5,41.5 + parent: 2 + - uid: 10889 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -85.5,60.5 + parent: 2 + - uid: 10890 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -86.5,60.5 + parent: 2 + - uid: 10891 + components: + - type: Transform + pos: -76.5,57.5 + parent: 2 + - uid: 10892 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -88.5,60.5 + parent: 2 + - uid: 10893 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -87.5,60.5 + parent: 2 + - uid: 10894 + components: + - type: Transform + pos: 15.5,50.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12099 + color: '#947507FF' + - uid: 10895 components: - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,7.5 - parent: 1 + pos: 15.5,51.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12102 + color: '#947507FF' + - uid: 10896 components: - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,9.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 14.5,49.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12103 + color: '#947507FF' + - uid: 10897 components: - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,10.5 - parent: 1 + pos: 15.5,52.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12104 + color: '#947507FF' + - uid: 10898 components: - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,10.5 - parent: 1 + pos: 15.5,55.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12105 + color: '#947507FF' + - uid: 10899 components: - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,11.5 - parent: 1 + pos: 15.5,56.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12108 + color: '#947507FF' + - uid: 10900 components: - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,12.5 - parent: 1 + pos: 15.5,57.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12109 + color: '#947507FF' + - uid: 10901 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,54.5 + parent: 2 + - type: AtmosPipeColor + color: '#947507FF' + - uid: 10902 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,54.5 + parent: 2 + - type: AtmosPipeColor + color: '#947507FF' + - uid: 10903 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,12.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 12.5,54.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12110 + color: '#947507FF' + - uid: 10904 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,12.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12111 + rot: 3.141592653589793 rad + pos: -77.5,59.5 + parent: 2 + - uid: 10905 components: - type: Transform - pos: -25.5,13.5 - parent: 1 + pos: -3.5,52.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12112 + - uid: 10906 components: - type: Transform - pos: -25.5,14.5 - parent: 1 + pos: -5.5,51.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12113 + color: '#0335FCFF' + - uid: 10907 components: - type: Transform - pos: -25.5,15.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -5.5,50.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12114 + color: '#0335FCFF' + - uid: 10908 components: - type: Transform - pos: -23.5,13.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -6.5,54.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12115 + - uid: 10909 components: - type: Transform - pos: -23.5,14.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -4.5,54.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12116 + - uid: 10910 components: - type: Transform - pos: -23.5,15.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -3.5,54.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12117 + - uid: 10911 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,8.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -2.5,54.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12118 + - uid: 10912 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,8.5 - parent: 1 + pos: -1.5,53.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12119 + - uid: 10913 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,8.5 - parent: 1 + pos: -1.5,52.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12120 + - uid: 10914 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,8.5 - parent: 1 + pos: -1.5,51.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12121 + - uid: 10915 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,8.5 - parent: 1 + pos: -5.5,53.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12122 + - uid: 10916 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,8.5 - parent: 1 + pos: -5.5,52.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12123 + - uid: 10917 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,9.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -3.5,50.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12124 + - uid: 10918 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,9.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -9.5,54.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12125 + - uid: 10919 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,9.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -8.5,53.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12126 + - uid: 10920 components: - type: Transform rot: -1.5707963267948966 rad - pos: -29.5,9.5 - parent: 1 + pos: -7.5,53.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12134 + - uid: 10921 components: - type: Transform rot: -1.5707963267948966 rad - pos: -23.5,4.5 - parent: 1 + pos: -6.5,53.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12135 + - uid: 10922 components: - type: Transform rot: -1.5707963267948966 rad - pos: -22.5,4.5 - parent: 1 + pos: -5.5,53.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12136 + - uid: 10923 components: - type: Transform rot: -1.5707963267948966 rad - pos: -21.5,4.5 - parent: 1 + pos: -4.5,53.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12137 + - uid: 10924 components: - type: Transform rot: -1.5707963267948966 rad - pos: -22.5,6.5 - parent: 1 + pos: -2.5,53.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12138 + color: '#FF1212FF' + - uid: 10925 components: - type: Transform rot: -1.5707963267948966 rad - pos: -21.5,6.5 - parent: 1 + pos: -1.5,53.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12141 + color: '#FF1212FF' + - uid: 10926 components: - type: Transform rot: -1.5707963267948966 rad - pos: -33.5,33.5 - parent: 1 + pos: -0.5,53.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12142 + color: '#FF1212FF' + - uid: 10927 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,33.5 - parent: 1 + pos: -3.5,51.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12143 + color: '#FF1212FF' + - uid: 10928 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,33.5 - parent: 1 + pos: -1.5,50.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12144 + - uid: 10929 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,31.5 - parent: 1 + pos: 0.5,50.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12145 + - uid: 10930 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,31.5 - parent: 1 + pos: 0.5,51.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12146 + - uid: 10931 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,31.5 - parent: 1 + pos: 0.5,52.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12147 + - uid: 10932 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,33.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12148 + pos: -77.5,58.5 + parent: 2 + - uid: 10933 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,31.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12149 + rot: 1.5707963267948966 rad + pos: -88.5,61.5 + parent: 2 + - uid: 10934 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,33.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12150 + rot: 1.5707963267948966 rad + pos: -86.5,61.5 + parent: 2 + - uid: 10935 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,33.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12151 + pos: -76.5,58.5 + parent: 2 + - uid: 10936 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,33.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -75.5,52.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12152 + - uid: 10937 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,33.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12153 + pos: -77.5,56.5 + parent: 2 + - uid: 10938 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,33.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12154 + pos: -77.5,55.5 + parent: 2 + - uid: 10939 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,33.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12155 + pos: -77.5,54.5 + parent: 2 + - uid: 10940 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,31.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12156 + pos: -77.5,53.5 + parent: 2 + - uid: 10941 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,31.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12157 + pos: -77.5,52.5 + parent: 2 + - uid: 10942 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,31.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12158 + pos: -76.5,52.5 + parent: 2 + - uid: 10943 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,31.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12159 + pos: -76.5,53.5 + parent: 2 + - uid: 10944 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,31.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12160 + pos: -76.5,54.5 + parent: 2 + - uid: 10945 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,31.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12161 + pos: -76.5,55.5 + parent: 2 + - uid: 10946 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,31.5 - parent: 1 + pos: -76.5,56.5 + parent: 2 + - uid: 10947 + components: + - type: Transform + pos: -85.5,38.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12162 + - uid: 10948 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -85.5,61.5 + parent: 2 + - uid: 10949 + components: + - type: Transform + pos: -82.5,64.5 + parent: 2 + - uid: 10950 + components: + - type: Transform + pos: -78.5,64.5 + parent: 2 + - uid: 10951 components: - type: Transform rot: 3.141592653589793 rad - pos: -22.5,32.5 - parent: 1 + pos: -75.5,58.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12163 + - uid: 10952 components: - type: Transform rot: 3.141592653589793 rad - pos: -22.5,31.5 - parent: 1 + pos: -75.5,54.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12164 + - uid: 10953 components: - type: Transform rot: 3.141592653589793 rad - pos: -22.5,30.5 - parent: 1 + pos: -75.5,57.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12165 + - uid: 10954 components: - type: Transform rot: 3.141592653589793 rad - pos: -22.5,29.5 - parent: 1 + pos: -75.5,55.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12166 + - uid: 10955 components: - type: Transform rot: 3.141592653589793 rad - pos: -24.5,30.5 - parent: 1 + pos: -75.5,51.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12167 + color: '#0335FCFF' + - uid: 10956 components: - type: Transform rot: 3.141592653589793 rad - pos: -24.5,29.5 - parent: 1 + pos: -75.5,50.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12176 + color: '#0335FCFF' + - uid: 10957 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,33.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -75.5,53.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12177 + - uid: 10958 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,33.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -76.5,45.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12178 + - uid: 10959 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,33.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -75.5,49.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12179 + - uid: 10960 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,33.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -75.5,56.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12180 + - uid: 10961 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,31.5 - parent: 1 + pos: -74.5,50.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12181 + - uid: 10962 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,31.5 - parent: 1 + pos: -74.5,53.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12182 + - uid: 10963 + components: + - type: Transform + pos: -74.5,54.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10964 components: - type: Transform rot: -1.5707963267948966 rad - pos: -19.5,31.5 - parent: 1 + pos: -75.5,45.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12193 + - uid: 10965 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,31.5 - parent: 1 + pos: -74.5,46.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12194 + - uid: 10966 + components: + - type: Transform + pos: -74.5,48.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10967 + components: + - type: Transform + pos: -74.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10968 components: - type: Transform rot: 1.5707963267948966 rad - pos: -16.5,31.5 - parent: 1 + pos: -76.5,45.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12195 + - uid: 10969 components: - type: Transform - pos: -17.5,32.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -76.5,59.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12196 + - uid: 10970 components: - type: Transform - pos: -17.5,31.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -77.5,59.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12197 + - uid: 10971 components: - type: Transform - pos: -17.5,30.5 - parent: 1 + pos: -74.5,49.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12198 + color: '#FF1212FF' + - uid: 10972 components: - type: Transform - pos: -17.5,29.5 - parent: 1 + pos: -74.5,58.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12199 + color: '#FF1212FF' + - uid: 10973 components: - type: Transform - pos: -15.5,30.5 - parent: 1 + pos: -74.5,59.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12200 + - uid: 10974 components: - type: Transform - pos: -15.5,29.5 - parent: 1 + pos: -74.5,60.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12203 + - uid: 10975 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,31.5 - parent: 1 + pos: -74.5,56.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12204 + - uid: 10976 components: - type: Transform rot: -1.5707963267948966 rad - pos: -12.5,33.5 - parent: 1 + pos: -78.5,42.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12205 + - uid: 10977 components: - type: Transform rot: -1.5707963267948966 rad - pos: -13.5,33.5 - parent: 1 + pos: -77.5,42.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12206 + - uid: 10978 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,33.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -76.5,43.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12207 + - uid: 10979 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -76.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10980 + components: + - type: Transform + pos: -74.5,55.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10981 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -76.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10982 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,33.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -76.5,47.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12210 + - uid: 10983 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,33.5 - parent: 1 + pos: -74.5,57.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12211 + - uid: 10984 components: - type: Transform rot: 3.141592653589793 rad - pos: -15.5,34.5 - parent: 1 + pos: -74.5,61.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12213 + - uid: 10985 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,36.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -75.5,62.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12214 + - uid: 10986 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,34.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -40.5,33.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12215 + - uid: 10987 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,35.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -14.5,8.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12216 + color: '#FF1212FF' + - uid: 10988 components: - type: Transform rot: 3.141592653589793 rad - pos: -17.5,36.5 - parent: 1 + pos: -15.5,7.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12221 + - uid: 10989 components: - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,53.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -15.5,8.5 + parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 12226 + color: '#FF1212FF' + - uid: 10990 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,38.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -16.5,13.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12227 + - uid: 10991 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,39.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -14.5,12.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12228 + - uid: 10992 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,40.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -13.5,12.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12229 + - uid: 10993 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,41.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -15.5,14.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12230 + color: '#FF1212FF' + - uid: 10994 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,42.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -14.5,14.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12232 + color: '#FF1212FF' + - uid: 10995 components: - type: Transform rot: 3.141592653589793 rad - pos: -15.5,37.5 - parent: 1 + pos: -13.5,13.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12233 + - uid: 10996 components: - type: Transform rot: 3.141592653589793 rad - pos: -15.5,39.5 - parent: 1 + pos: -13.5,12.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12234 + - uid: 10997 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,40.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -15.5,10.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12235 + - uid: 10998 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,41.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -14.5,10.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12236 + - uid: 13154 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,42.5 - parent: 1 + pos: -91.5,44.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12237 + color: '#947507FF' + - uid: 14303 components: - type: Transform rot: 3.141592653589793 rad - pos: -15.5,43.5 - parent: 1 + pos: -95.5,52.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12238 + - uid: 15699 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,44.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -91.5,46.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12241 + color: '#947507FF' + - uid: 15744 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -92.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#947507FF' + - uid: 15745 + components: + - type: Transform + pos: -91.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#947507FF' + - uid: 20389 + components: + - type: Transform + pos: -76.5,60.5 + parent: 2 + - uid: 20390 components: - type: Transform rot: -1.5707963267948966 rad - pos: -18.5,45.5 - parent: 1 + pos: -80.5,44.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12242 + - uid: 20391 components: - type: Transform rot: -1.5707963267948966 rad - pos: -16.5,46.5 - parent: 1 + pos: -81.5,44.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12243 + color: '#0335FCFF' + - uid: 20392 components: - type: Transform rot: -1.5707963267948966 rad - pos: -17.5,46.5 - parent: 1 + pos: -82.5,44.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12244 + color: '#0335FCFF' + - uid: 20393 components: - type: Transform rot: -1.5707963267948966 rad - pos: -18.5,46.5 - parent: 1 + pos: -83.5,44.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12245 + color: '#0335FCFF' + - uid: 20394 components: - type: Transform rot: -1.5707963267948966 rad - pos: -19.5,46.5 - parent: 1 + pos: -84.5,44.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12246 + color: '#0335FCFF' + - uid: 20395 components: - type: Transform rot: -1.5707963267948966 rad - pos: -19.5,45.5 - parent: 1 + pos: -85.5,44.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12254 + - uid: 20396 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,46.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -86.5,44.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12264 + - uid: 20397 components: - type: Transform - pos: -15.5,47.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -87.5,44.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12265 + color: '#0335FCFF' + - uid: 20398 components: - type: Transform - pos: -17.5,48.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -88.5,44.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12266 + - uid: 20399 components: - type: Transform rot: -1.5707963267948966 rad - pos: -16.5,47.5 - parent: 1 + pos: -89.5,44.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12267 + - uid: 20400 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,47.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -90.5,45.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12268 + - uid: 20401 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,47.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -90.5,46.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12269 + - uid: 20402 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,47.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -91.5,47.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12270 + - uid: 20405 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,48.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -94.5,47.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12271 + color: '#0335FCFF' + - uid: 20406 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,48.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -95.5,47.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12274 + color: '#0335FCFF' + - uid: 20439 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -90.5,45.5 + parent: 2 + - type: AtmosPipeColor + color: '#947507FF' +- proto: GasPipeTJunction + entities: + - uid: 8513 components: - type: Transform rot: -1.5707963267948966 rad - pos: -20.5,4.5 - parent: 1 + pos: -79.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10572 + components: + - type: Transform + pos: -59.5,31.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12275 + - uid: 10999 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,4.5 - parent: 1 + rot: 3.141592653589793 rad + pos: 9.5,30.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12276 + - uid: 11000 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,4.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -18.5,-10.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12277 + - uid: 11001 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,4.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -13.5,-22.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12278 + - uid: 11002 components: - type: Transform rot: -1.5707963267948966 rad - pos: -20.5,6.5 - parent: 1 + pos: -11.5,12.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12279 + - uid: 11003 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,6.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: 10.5,40.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12280 + color: '#03FCD3FF' + - uid: 11004 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,6.5 - parent: 1 + rot: 3.141592653589793 rad + pos: 11.5,40.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12281 + color: '#03FCD3FF' + - uid: 11005 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,6.5 - parent: 1 + rot: 3.141592653589793 rad + pos: 7.5,40.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12282 + color: '#03FCD3FF' + - uid: 11006 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,4.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: 9.5,32.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12283 + - uid: 11007 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,6.5 - parent: 1 + pos: -13.5,-31.5 + parent: 2 + - uid: 11008 + components: + - type: Transform + pos: 15.5,6.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12284 + - uid: 11009 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,4.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: 15.5,3.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12285 + color: '#0335FCFF' + - uid: 11010 components: - type: Transform rot: -1.5707963267948966 rad - pos: -14.5,6.5 - parent: 1 + pos: 10.5,38.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12286 + - uid: 11011 components: - type: Transform rot: -1.5707963267948966 rad - pos: -13.5,6.5 - parent: 1 + pos: 4.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11012 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11013 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,6.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12287 + - uid: 11014 components: - type: Transform rot: -1.5707963267948966 rad - pos: -12.5,6.5 - parent: 1 + pos: 3.5,36.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12288 + - uid: 11015 components: - type: Transform rot: 3.141592653589793 rad - pos: -13.5,5.5 - parent: 1 + pos: 7.5,30.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12289 + - uid: 11016 components: - type: Transform rot: 3.141592653589793 rad - pos: -13.5,6.5 - parent: 1 + pos: 6.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 11017 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,32.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12290 + - uid: 11018 components: - type: Transform rot: 1.5707963267948966 rad - pos: -12.5,4.5 - parent: 1 + pos: 2.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 11019 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,3.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12291 + - uid: 11020 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,4.5 - parent: 1 + pos: 14.5,5.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12292 + - uid: 11021 components: - type: Transform - pos: -11.5,5.5 - parent: 1 + rot: 3.141592653589793 rad + pos: 14.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11022 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,29.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12293 + - uid: 11023 components: - type: Transform - pos: -11.5,4.5 - parent: 1 + rot: 3.141592653589793 rad + pos: 10.5,29.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12300 + - uid: 11024 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 11025 components: - type: Transform rot: -1.5707963267948966 rad - pos: -10.5,4.5 - parent: 1 + pos: 4.5,23.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12301 + - uid: 11026 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 11027 components: - type: Transform rot: -1.5707963267948966 rad - pos: -9.5,4.5 - parent: 1 + pos: 4.5,26.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12302 + - uid: 11028 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,6.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: 4.5,24.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12303 + color: '#FF1212FF' + - uid: 11029 components: - type: Transform rot: -1.5707963267948966 rad - pos: -9.5,6.5 - parent: 1 + pos: 27.5,13.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12304 + color: '#FF1212FF' + - uid: 11030 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,7.5 - parent: 1 + pos: 3.5,19.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12305 + - uid: 11031 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11032 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11033 components: - type: Transform rot: 3.141592653589793 rad - pos: -11.5,8.5 - parent: 1 + pos: -49.5,6.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12306 + - uid: 11034 components: - type: Transform rot: 3.141592653589793 rad - pos: -13.5,7.5 - parent: 1 + pos: -47.5,4.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12307 + - uid: 11035 components: - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,8.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -40.5,-7.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12331 + - uid: 11036 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-35.5 - parent: 1 - - uid: 12332 + rot: -1.5707963267948966 rad + pos: -39.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 11037 components: - type: Transform rot: 1.5707963267948966 rad - pos: -15.5,-36.5 - parent: 1 - - uid: 12424 + pos: -40.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11038 components: - type: Transform - pos: -13.5,9.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -40.5,-1.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12425 + - uid: 11039 components: - type: Transform - pos: -13.5,10.5 - parent: 1 + pos: 8.5,-17.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12426 + - uid: 11040 components: - type: Transform - pos: -11.5,11.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -17.5,43.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12428 + - uid: 11041 components: - type: Transform - pos: -11.5,13.5 - parent: 1 + pos: -64.5,-9.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12429 + color: '#FF1212FF' + - uid: 11042 components: - type: Transform rot: -1.5707963267948966 rad - pos: -86.5,51.5 - parent: 1 - - uid: 12430 - components: - - type: Transform - pos: -11.5,15.5 - parent: 1 + pos: -58.5,-10.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12431 + - uid: 11043 components: - type: Transform - pos: -11.5,16.5 - parent: 1 + pos: -65.5,-10.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12433 + - uid: 11044 components: - type: Transform - pos: -13.5,12.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -11.5,9.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12434 + color: '#0335FCFF' + - uid: 11045 components: - type: Transform - pos: -13.5,13.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -15.5,6.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12435 + color: '#0335FCFF' + - uid: 11046 components: - type: Transform + rot: -1.5707963267948966 rad pos: -13.5,14.5 - parent: 1 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12436 + - uid: 11047 components: - type: Transform - pos: -13.5,15.5 - parent: 1 + pos: -21.5,45.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12437 + color: '#0335FCFF' + - uid: 11048 components: - type: Transform - pos: -13.5,16.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -52.5,74.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12438 + - uid: 11049 components: - type: Transform - pos: -13.5,17.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -50.5,73.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12439 + color: '#0335FCFF' + - uid: 11050 components: - type: Transform - pos: -13.5,18.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -49.5,31.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12440 + - uid: 11051 components: - type: Transform - pos: -11.5,19.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -50.5,31.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12441 + color: '#FF1212FF' + - uid: 11052 components: - type: Transform - pos: -11.5,20.5 - parent: 1 + pos: -62.5,31.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12442 + color: '#FF1212FF' + - uid: 11053 components: - type: Transform - pos: -11.5,21.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -62.5,32.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12443 + - uid: 11054 components: - type: Transform - pos: -11.5,22.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -57.5,33.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12444 + - uid: 11055 components: - type: Transform - pos: -11.5,23.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -50.5,60.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12445 + - uid: 11056 components: - type: Transform - pos: -11.5,24.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: 10.5,35.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12446 + - uid: 11057 components: - type: Transform - pos: -11.5,25.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -9.5,55.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12447 + color: '#FF1212FF' + - uid: 11058 components: - type: Transform - pos: -11.5,26.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -7.5,54.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12448 + - uid: 11059 components: - type: Transform - pos: -13.5,20.5 - parent: 1 + pos: -48.5,53.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12449 + - uid: 11060 components: - type: Transform - pos: -13.5,21.5 - parent: 1 + pos: -50.5,53.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12450 + - uid: 11061 components: - type: Transform - pos: -13.5,22.5 - parent: 1 + pos: -53.5,53.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12451 + - uid: 11062 components: - type: Transform - pos: -13.5,23.5 - parent: 1 + pos: -56.5,53.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12452 + - uid: 11063 components: - type: Transform - pos: -13.5,24.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -52.5,53.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12453 + - uid: 11064 components: - type: Transform - pos: -13.5,25.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -55.5,53.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12454 + - uid: 11065 components: - type: Transform - pos: -13.5,26.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -55.5,56.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12455 + - uid: 11066 components: - type: Transform - pos: -13.5,27.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -56.5,55.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12456 + color: '#0335FCFF' + - uid: 11067 components: - type: Transform - pos: -11.5,28.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -53.5,55.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12457 + - uid: 11068 components: - type: Transform - pos: -11.5,29.5 - parent: 1 + pos: -54.5,55.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12458 + - uid: 11069 components: - type: Transform - pos: -11.5,30.5 - parent: 1 + pos: -51.5,55.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12459 + - uid: 11070 components: - type: Transform - pos: -11.5,31.5 - parent: 1 + pos: -57.5,55.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12460 + - uid: 11071 components: - type: Transform - pos: -11.5,32.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -50.5,55.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12461 + - uid: 11072 components: - type: Transform - pos: -13.5,29.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -52.5,65.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12462 + - uid: 11073 components: - type: Transform - pos: -13.5,30.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -50.5,64.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12463 + color: '#0335FCFF' + - uid: 11074 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,31.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -55.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 11075 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,61.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12464 + - uid: 11076 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,31.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -58.5,61.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12465 + - uid: 11077 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 11078 components: - type: Transform rot: -1.5707963267948966 rad - pos: -10.5,31.5 - parent: 1 + pos: -50.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 11079 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,62.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12466 + - uid: 11080 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,31.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -54.5,83.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 11081 + components: + - type: Transform + pos: -55.5,84.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12467 + - uid: 11082 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,33.5 - parent: 1 + pos: -55.5,89.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12468 + - uid: 11083 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,88.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11084 components: - type: Transform rot: -1.5707963267948966 rad - pos: -9.5,33.5 - parent: 1 + pos: -50.5,83.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12469 + - uid: 11085 components: - type: Transform rot: -1.5707963267948966 rad - pos: -8.5,33.5 - parent: 1 + pos: -50.5,84.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12470 + - uid: 11086 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,31.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -52.5,85.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12471 + - uid: 11087 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,31.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -52.5,84.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12472 + color: '#FF1212FF' + - uid: 11088 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,32.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -79.5,42.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12473 + - uid: 11089 components: - type: Transform rot: 1.5707963267948966 rad - pos: -6.5,33.5 - parent: 1 + pos: -79.5,40.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12474 + - uid: 11090 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,31.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -77.5,41.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12477 + - uid: 11091 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,30.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 8.5,40.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 11092 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -77.5,40.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12478 + - uid: 11093 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,30.5 - parent: 1 + pos: -83.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#947507FF' + - uid: 11094 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,18.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12479 + - uid: 11095 components: - type: Transform rot: 3.141592653589793 rad - pos: -7.5,29.5 - parent: 1 + pos: 6.5,19.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12480 + - uid: 11096 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,29.5 - parent: 1 + pos: 7.5,20.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12489 + - uid: 11097 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,9.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -39.5,-6.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12490 + - uid: 11098 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,9.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -41.5,-2.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12491 + - uid: 11099 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,9.5 - parent: 1 + pos: -39.5,-2.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12492 + - uid: 11100 components: - type: Transform rot: -1.5707963267948966 rad - pos: -13.5,9.5 - parent: 1 + pos: -15.5,28.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12493 + color: '#FF1212FF' + - uid: 11101 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,9.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -17.5,27.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12494 + - uid: 11102 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,9.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -71.5,4.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12497 + color: '#FF1212FF' + - uid: 11103 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,12.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -69.5,6.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12498 + - uid: 11104 components: - type: Transform rot: -1.5707963267948966 rad - pos: -13.5,12.5 - parent: 1 + pos: -57.5,42.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12499 + - uid: 11105 components: - type: Transform rot: -1.5707963267948966 rad - pos: -14.5,12.5 - parent: 1 + pos: -56.5,41.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12500 + color: '#FF1212FF' + - uid: 11106 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,12.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -79.5,35.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12519 + - uid: 11107 components: - type: Transform rot: -1.5707963267948966 rad - pos: -8.5,4.5 - parent: 1 + pos: -79.5,45.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12520 + color: '#0335FCFF' + - uid: 11108 components: - type: Transform rot: -1.5707963267948966 rad - pos: -7.5,4.5 - parent: 1 + pos: -56.5,37.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12521 + - uid: 11109 components: - type: Transform rot: -1.5707963267948966 rad - pos: -6.5,4.5 - parent: 1 + pos: -56.5,43.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12522 + - uid: 11110 components: - type: Transform rot: -1.5707963267948966 rad - pos: -8.5,6.5 - parent: 1 + pos: -57.5,44.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12523 + - uid: 11111 components: - type: Transform rot: -1.5707963267948966 rad - pos: -7.5,6.5 - parent: 1 + pos: -57.5,38.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12524 + - uid: 11112 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,6.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -58.5,31.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12525 + color: '#FF1212FF' + - uid: 11113 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,6.5 - parent: 1 + pos: -57.5,47.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12526 + - uid: 11114 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,6.5 - parent: 1 + pos: -52.5,47.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12527 + - uid: 11115 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11116 components: - type: Transform rot: -1.5707963267948966 rad - pos: -2.5,6.5 - parent: 1 + pos: -46.5,47.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12528 + - uid: 11117 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11118 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,6.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -48.5,41.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12529 + color: '#FF1212FF' + - uid: 11119 components: - type: Transform rot: -1.5707963267948966 rad - pos: -0.5,6.5 - parent: 1 + pos: -46.5,42.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12531 + - uid: 11120 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,6.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -46.5,43.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12532 + - uid: 11121 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,6.5 - parent: 1 + pos: -42.5,43.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12533 + - uid: 11122 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,6.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -40.5,43.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12534 + - uid: 11123 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,4.5 - parent: 1 + pos: -36.5,44.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12535 + - uid: 11124 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,4.5 - parent: 1 + pos: -35.5,43.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12536 + color: '#0335FCFF' + - uid: 11125 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,4.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -33.5,45.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12537 + - uid: 11126 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,4.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -32.5,44.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12539 + color: '#0335FCFF' + - uid: 11127 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,4.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -51.5,32.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12540 + color: '#0335FCFF' + - uid: 11128 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,4.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -48.5,35.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12541 + - uid: 11129 components: - type: Transform rot: -1.5707963267948966 rad - pos: 2.5,4.5 - parent: 1 + pos: -46.5,36.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12542 + color: '#0335FCFF' + - uid: 11130 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,4.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -53.5,32.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12544 + color: '#0335FCFF' + - uid: 11131 components: - type: Transform rot: -1.5707963267948966 rad - pos: 5.5,6.5 - parent: 1 + pos: -47.5,32.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12545 + - uid: 11132 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,6.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -46.5,33.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12546 + - uid: 11133 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,6.5 - parent: 1 + pos: -50.5,28.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12547 + - uid: 11134 + components: + - type: Transform + pos: -51.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11135 components: - type: Transform rot: -1.5707963267948966 rad - pos: 8.5,6.5 - parent: 1 + pos: -51.5,35.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12548 + - uid: 11136 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,6.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -79.5,39.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12549 + - uid: 11137 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,4.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -77.5,34.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12550 + - uid: 11138 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,4.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -43.5,31.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12551 + - uid: 11139 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,4.5 - parent: 1 + pos: -42.5,33.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12552 + color: '#0335FCFF' + - uid: 11140 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,4.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -38.5,32.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12553 + - uid: 11141 components: - type: Transform rot: -1.5707963267948966 rad - pos: 10.5,4.5 - parent: 1 + pos: -36.5,32.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12555 + color: '#0335FCFF' + - uid: 11142 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,6.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -32.5,37.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12556 + - uid: 11143 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,6.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -31.5,36.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12557 + color: '#FF1212FF' + - uid: 11144 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,6.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -36.5,28.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12558 + - uid: 11145 components: - type: Transform rot: 1.5707963267948966 rad - pos: 12.5,5.5 - parent: 1 + pos: -38.5,27.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12559 + - uid: 11146 components: - type: Transform rot: 1.5707963267948966 rad - pos: 13.5,5.5 - parent: 1 + pos: -38.5,21.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12560 + - uid: 11147 components: - type: Transform - pos: 10.5,5.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -36.5,20.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12561 + - uid: 11148 components: - type: Transform - pos: 10.5,4.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -36.5,24.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12562 + - uid: 11149 components: - type: Transform - pos: 10.5,3.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -38.5,23.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12563 + color: '#FF1212FF' + - uid: 11150 components: - type: Transform - pos: 10.5,2.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -38.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11151 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,12.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12564 + - uid: 11152 components: - type: Transform - pos: 11.5,3.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -36.5,23.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12565 + color: '#0335FCFF' + - uid: 11153 components: - type: Transform - pos: 11.5,2.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -38.5,25.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12568 + - uid: 11154 components: - type: Transform - pos: 10.5,-1.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -33.5,25.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12574 + color: '#FF1212FF' + - uid: 11155 components: - type: Transform rot: 3.141592653589793 rad - pos: 10.5,-0.5 - parent: 1 + pos: -34.5,23.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12575 + - uid: 11156 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,0.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -58.5,24.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12576 + - uid: 11157 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,1.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -56.5,25.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12577 + - uid: 11158 components: - type: Transform rot: 1.5707963267948966 rad - pos: 10.5,0.5 - parent: 1 + pos: -58.5,27.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12578 + color: '#0335FCFF' + - uid: 11159 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,0.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -56.5,26.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12579 + - uid: 11160 components: - type: Transform rot: 1.5707963267948966 rad - pos: 9.5,1.5 - parent: 1 + pos: -58.5,17.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12594 + - uid: 11161 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,1.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -56.5,18.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12597 + color: '#FF1212FF' + - uid: 11162 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,-1.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -58.5,11.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12599 + color: '#0335FCFF' + - uid: 11163 components: - type: Transform rot: -1.5707963267948966 rad - pos: 16.5,-1.5 - parent: 1 + pos: -56.5,10.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12600 + - uid: 11164 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-1.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -58.5,14.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12601 + color: '#0335FCFF' + - uid: 11165 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-1.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -56.5,15.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12602 + - uid: 11166 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,-2.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -53.5,14.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12603 + - uid: 11167 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-2.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -54.5,15.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12604 + color: '#FF1212FF' + - uid: 11168 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-2.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -67.5,4.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12617 + color: '#FF1212FF' + - uid: 11169 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,6.5 - parent: 1 + pos: -66.5,6.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12619 + - uid: 11170 components: - type: Transform rot: 1.5707963267948966 rad - pos: 16.5,6.5 - parent: 1 + pos: -58.5,5.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12620 + - uid: 11171 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,6.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -56.5,5.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12621 + color: '#FF1212FF' + - uid: 11172 components: - type: Transform rot: 1.5707963267948966 rad - pos: 18.5,6.5 - parent: 1 + pos: -58.5,-1.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12623 + - uid: 11173 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,5.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -56.5,-2.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12624 + - uid: 11174 components: - type: Transform rot: 1.5707963267948966 rad - pos: 16.5,5.5 - parent: 1 + pos: -56.5,-5.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12625 + - uid: 11175 components: - type: Transform - pos: 17.5,6.5 - parent: 1 + pos: -57.5,-9.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12626 + - uid: 11176 components: - type: Transform - pos: 17.5,7.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -58.5,-6.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12627 + color: '#0335FCFF' + - uid: 11177 components: - type: Transform - pos: 17.5,8.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -49.5,4.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12628 + - uid: 11178 components: - type: Transform - pos: 17.5,9.5 - parent: 1 + pos: -48.5,6.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12629 + color: '#0335FCFF' + - uid: 11179 components: - type: Transform - pos: 19.5,7.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -40.5,0.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12630 + color: '#FF1212FF' + - uid: 11180 components: - type: Transform - pos: 19.5,8.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -41.5,1.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12631 + - uid: 11181 components: - type: Transform - pos: 19.5,9.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -41.5,3.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12632 + - uid: 11182 components: - type: Transform rot: -1.5707963267948966 rad - pos: 18.5,5.5 - parent: 1 + pos: -40.5,2.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12633 + - uid: 11183 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,5.5 - parent: 1 + pos: -37.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 11184 + components: + - type: Transform + pos: -36.5,-3.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12634 + - uid: 11185 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,5.5 - parent: 1 + pos: -33.5,4.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12637 + - uid: 11186 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,6.5 - parent: 1 + pos: -32.5,6.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12638 + - uid: 11187 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,6.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -25.5,4.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12639 + color: '#FF1212FF' + - uid: 11188 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,6.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -23.5,8.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12640 + - uid: 11189 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,6.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -25.5,9.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12641 + color: '#FF1212FF' + - uid: 11190 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,6.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -25.5,11.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12642 + color: '#FF1212FF' + - uid: 11191 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,5.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -23.5,12.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12643 + color: '#0335FCFF' + - uid: 11192 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,5.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -24.5,4.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12644 + - uid: 11193 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,5.5 - parent: 1 + pos: -24.5,31.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12646 + - uid: 11194 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,5.5 - parent: 1 + pos: -22.5,33.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12648 + color: '#0335FCFF' + - uid: 11195 components: - type: Transform - pos: 26.5,5.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -31.5,31.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12649 + color: '#FF1212FF' + - uid: 11196 components: - type: Transform - pos: 26.5,4.5 - parent: 1 + pos: -30.5,33.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12650 + - uid: 11197 components: - type: Transform - pos: 25.5,4.5 - parent: 1 + pos: -13.5,31.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12660 + - uid: 11198 components: - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,6.5 - parent: 1 + pos: -11.5,33.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12661 + color: '#0335FCFF' + - uid: 11199 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,6.5 - parent: 1 + pos: -16.5,33.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12664 + - uid: 11200 components: - type: Transform - pos: 26.5,7.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -15.5,32.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12671 + color: '#FF1212FF' + - uid: 11201 components: - type: Transform - pos: 26.5,9.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -17.5,37.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12672 + - uid: 11202 components: - type: Transform - pos: 26.5,11.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -15.5,38.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12673 + color: '#FF1212FF' + - uid: 11203 components: - type: Transform - pos: 26.5,13.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -15.5,46.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12674 + color: '#FF1212FF' + - uid: 11204 components: - type: Transform - pos: 26.5,14.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -15.5,45.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12675 + color: '#FF1212FF' + - uid: 11205 components: - type: Transform - pos: 26.5,15.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -17.5,45.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12676 + - uid: 11206 components: - type: Transform - pos: 26.5,17.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -17.5,47.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12677 + - uid: 11207 components: - type: Transform - pos: 26.5,19.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -15.5,48.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12678 + color: '#FF1212FF' + - uid: 11208 components: - type: Transform - pos: 26.5,21.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -17.5,4.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12679 + color: '#FF1212FF' + - uid: 11209 components: - type: Transform - pos: 26.5,22.5 - parent: 1 + pos: -16.5,6.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12680 + - uid: 11210 components: - type: Transform - pos: 26.5,23.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -11.5,10.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12681 + - uid: 11211 components: - type: Transform - pos: 27.5,20.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -11.5,18.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12682 + color: '#0335FCFF' + - uid: 11212 components: - type: Transform - pos: 27.5,21.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -13.5,19.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12683 + - uid: 11213 components: - type: Transform - pos: 27.5,22.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -11.5,27.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12684 + color: '#0335FCFF' + - uid: 11214 components: - type: Transform - pos: 27.5,23.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -13.5,28.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12685 + - uid: 11215 components: - type: Transform - pos: 27.5,18.5 - parent: 1 + pos: -8.5,31.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12686 + - uid: 11216 components: - type: Transform - pos: 27.5,17.5 - parent: 1 + pos: -7.5,33.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12687 + color: '#0335FCFF' + - uid: 11217 components: - type: Transform - pos: 27.5,16.5 - parent: 1 + pos: -6.5,6.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12688 + color: '#0335FCFF' + - uid: 11218 components: - type: Transform - pos: 27.5,15.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -5.5,4.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12689 + - uid: 11219 components: - type: Transform - pos: 27.5,14.5 - parent: 1 + pos: 4.5,6.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12691 + color: '#0335FCFF' + - uid: 11220 components: - type: Transform - pos: 27.5,12.5 - parent: 1 + rot: 3.141592653589793 rad + pos: 5.5,4.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12692 + - uid: 11221 components: - type: Transform - pos: 27.5,10.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 11.5,4.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12693 + - uid: 11222 components: - type: Transform - pos: 27.5,9.5 - parent: 1 + pos: 10.5,6.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12694 + color: '#0335FCFF' + - uid: 11223 components: - type: Transform - pos: 27.5,8.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 10.5,17.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12695 + - uid: 11224 components: - type: Transform - pos: 27.5,7.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 10.5,14.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12696 + - uid: 11225 components: - type: Transform rot: -1.5707963267948966 rad - pos: 27.5,8.5 - parent: 1 + pos: 10.5,1.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12697 + - uid: 11226 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,8.5 - parent: 1 + rot: 3.141592653589793 rad + pos: 19.5,6.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12698 + - uid: 11227 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,8.5 - parent: 1 + rot: 3.141592653589793 rad + pos: 17.5,5.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12699 + color: '#FF1212FF' + - uid: 11228 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,10.5 - parent: 1 + pos: 20.5,6.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12700 + - uid: 11229 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,10.5 - parent: 1 + rot: 3.141592653589793 rad + pos: 21.5,5.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12701 + color: '#FF1212FF' + - uid: 11230 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,10.5 - parent: 1 + pos: 25.5,5.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12702 + color: '#FF1212FF' + - uid: 11231 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,16.5 - parent: 1 + rot: 3.141592653589793 rad + pos: 27.5,5.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12703 + color: '#FF1212FF' + - uid: 11232 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,16.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: 26.5,12.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12704 + - uid: 11233 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,16.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: 26.5,18.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12705 + - uid: 11234 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,18.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: 26.5,10.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12706 + - uid: 11235 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,18.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: 26.5,8.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12707 + - uid: 11236 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,18.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: 26.5,16.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12718 + - uid: 11237 components: - type: Transform rot: -1.5707963267948966 rad - pos: -5.5,31.5 - parent: 1 + pos: 27.5,19.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12719 + - uid: 11238 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,33.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: 26.5,20.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12722 + - uid: 11239 components: - type: Transform rot: 3.141592653589793 rad - pos: -3.5,32.5 - parent: 1 + pos: -4.5,33.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12723 + color: '#0335FCFF' + - uid: 11240 components: - type: Transform rot: 3.141592653589793 rad - pos: -3.5,33.5 - parent: 1 + pos: -3.5,31.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12724 + - uid: 11241 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,31.5 - parent: 1 + pos: 9.5,14.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12725 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,33.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12730 + - uid: 11242 components: - type: Transform rot: 3.141592653589793 rad - pos: -1.5,32.5 - parent: 1 + pos: 9.5,16.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12731 + - uid: 11243 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,31.5 - parent: 1 + pos: 8.5,16.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12732 + - uid: 11244 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,30.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -17.5,56.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12733 + - uid: 11245 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,30.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -15.5,57.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12734 + - uid: 11246 components: - type: Transform rot: 1.5707963267948966 rad - pos: -2.5,33.5 - parent: 1 + pos: -17.5,59.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12738 + - uid: 11247 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,15.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -15.5,60.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12739 + - uid: 11248 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,17.5 - parent: 1 + pos: -12.5,55.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12740 + color: '#FF1212FF' + - uid: 11249 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,16.5 - parent: 1 + pos: -11.5,54.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12741 + color: '#0335FCFF' + - uid: 11250 components: - type: Transform rot: 1.5707963267948966 rad - pos: -0.5,30.5 - parent: 1 + pos: -13.5,-33.5 + parent: 2 + - uid: 11251 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,46.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12742 + - uid: 11252 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,30.5 - parent: 1 + pos: -74.5,34.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12744 + - uid: 11253 components: - type: Transform rot: 1.5707963267948966 rad - pos: -0.5,29.5 - parent: 1 + pos: -62.5,44.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12745 + - uid: 11254 components: - type: Transform rot: 1.5707963267948966 rad - pos: 0.5,29.5 - parent: 1 + pos: -61.5,43.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12746 + color: '#FF1212FF' + - uid: 11255 components: - type: Transform rot: 1.5707963267948966 rad - pos: 8.5,14.5 - parent: 1 + pos: -61.5,45.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12749 + - uid: 11256 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,16.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -66.5,47.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12750 + - uid: 11257 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,16.5 - parent: 1 + pos: -73.5,35.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12753 + - uid: 11258 components: - type: Transform - pos: 8.5,15.5 - parent: 1 + pos: -70.5,34.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12754 + - uid: 11259 components: - type: Transform - pos: 8.5,14.5 - parent: 1 + pos: -69.5,34.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12755 + - uid: 11260 components: - type: Transform - pos: 6.5,15.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -68.5,33.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12756 + color: '#FF1212FF' + - uid: 11261 components: - type: Transform - pos: 6.5,14.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -81.5,32.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12757 + color: '#03FCD3FF' + - uid: 11262 components: - type: Transform - pos: 11.5,15.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -74.5,30.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12758 + color: '#FF1212FF' + - uid: 11263 components: - type: Transform - pos: 11.5,14.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -73.5,29.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12852 + - uid: 11264 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,25.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -75.5,24.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12853 + - uid: 11265 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,25.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -73.5,24.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12854 + - uid: 11266 components: - type: Transform rot: 1.5707963267948966 rad - pos: -0.5,25.5 - parent: 1 + pos: -74.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11267 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -73.5,22.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12855 + - uid: 11268 components: - type: Transform rot: 1.5707963267948966 rad - pos: 1.5,26.5 - parent: 1 + pos: -64.5,31.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12856 + - uid: 11269 components: - type: Transform rot: 1.5707963267948966 rad - pos: 0.5,26.5 - parent: 1 + pos: -63.5,32.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12857 + color: '#0335FCFF' + - uid: 11270 components: - type: Transform rot: 1.5707963267948966 rad - pos: -0.5,26.5 - parent: 1 + pos: -85.5,33.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12960 + color: '#03FCD3FF' + - uid: 11271 components: - type: Transform - pos: -17.5,49.5 - parent: 1 + pos: -78.5,35.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12961 + - uid: 11272 components: - type: Transform - pos: -17.5,50.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12962 + pos: -53.5,9.5 + parent: 2 + - uid: 11273 components: - type: Transform - pos: -17.5,51.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12963 + rot: 3.141592653589793 rad + pos: -13.5,-35.5 + parent: 2 + - uid: 11274 components: - type: Transform - pos: -17.5,52.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -22.5,46.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12964 + color: '#FF1212FF' + - uid: 11275 components: - type: Transform - pos: -17.5,53.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -1.5,21.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12965 + - uid: 11276 components: - type: Transform - pos: -15.5,49.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -1.5,24.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12966 + color: '#0335FCFF' + - uid: 11277 components: - type: Transform - pos: -15.5,50.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -2.5,19.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12967 + - uid: 11278 components: - type: Transform - pos: -15.5,51.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -2.5,22.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12968 + - uid: 11279 components: - type: Transform - pos: -15.5,52.5 - parent: 1 + pos: 4.5,4.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12969 + - uid: 11280 components: - type: Transform - pos: -15.5,53.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 7.5,-15.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12972 + - uid: 11281 components: - type: Transform - pos: -15.5,54.5 - parent: 1 + rot: 3.141592653589793 rad + pos: 8.5,-16.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12973 + color: '#0335FCFF' + - uid: 11282 components: - type: Transform - pos: -17.5,55.5 - parent: 1 + pos: 10.5,-16.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12975 + - uid: 11283 components: - type: Transform - pos: -15.5,56.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -13.5,-0.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12977 + - uid: 11284 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,57.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -11.5,-2.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12978 + - uid: 11285 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,58.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -11.5,-1.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12979 + - uid: 11286 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,58.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -13.5,-1.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12982 + - uid: 11287 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,59.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -17.5,-4.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12983 + - uid: 11288 components: - type: Transform rot: 3.141592653589793 rad - pos: -17.5,60.5 - parent: 1 + pos: -15.5,-11.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12984 + - uid: 11289 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11290 components: - type: Transform rot: 3.141592653589793 rad - pos: -17.5,61.5 - parent: 1 + pos: -12.5,-11.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12985 + - uid: 11291 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,62.5 - parent: 1 + pos: -15.5,-15.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12986 + - uid: 11292 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,61.5 - parent: 1 + pos: -13.5,-10.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12987 + - uid: 11293 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,62.5 - parent: 1 + pos: -11.5,-11.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12988 + color: '#0335FCFF' + - uid: 11294 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,54.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -11.5,-14.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12989 + - uid: 11295 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,54.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -11.5,-15.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12990 + - uid: 11296 components: - type: Transform rot: 1.5707963267948966 rad - pos: -14.5,54.5 - parent: 1 + pos: -13.5,-17.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12991 + color: '#FF1212FF' + - uid: 11297 components: - type: Transform rot: 1.5707963267948966 rad - pos: -13.5,54.5 - parent: 1 + pos: -11.5,-16.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12993 + - uid: 11298 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,55.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -11.5,-25.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12994 + color: '#0335FCFF' + - uid: 11299 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,55.5 - parent: 1 + pos: -6.5,-16.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12995 + color: '#0335FCFF' + - uid: 11300 components: - type: Transform rot: -1.5707963267948966 rad - pos: -11.5,55.5 - parent: 1 + pos: -3.5,-16.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12996 + - uid: 11301 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,55.5 - parent: 1 + pos: -3.5,-11.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12997 + - uid: 11302 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,55.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -69.5,8.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12998 + color: '#0335FCFF' + - uid: 11303 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,55.5 - parent: 1 + pos: -71.5,9.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12999 + - uid: 11304 components: - type: Transform rot: 1.5707963267948966 rad - pos: -19.5,55.5 - parent: 1 + pos: 15.5,53.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 13000 + color: '#947507FF' + - uid: 11305 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,55.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 15.5,54.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 13001 + color: '#947507FF' + - uid: 11306 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,54.5 - parent: 1 + pos: -5.5,54.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 13002 + - uid: 11307 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,54.5 - parent: 1 + pos: -3.5,53.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 13003 + color: '#FF1212FF' + - uid: 11308 components: - type: Transform rot: 1.5707963267948966 rad - pos: -20.5,54.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 13009 + pos: -82.5,65.5 + parent: 2 + - uid: 11309 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -82.5,66.5 + parent: 2 + - uid: 11310 components: - type: Transform rot: -1.5707963267948966 rad - pos: -10.5,55.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 13017 + pos: -78.5,65.5 + parent: 2 + - uid: 11311 components: - type: Transform - pos: -12.5,54.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -78.5,66.5 + parent: 2 + - uid: 11312 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -82.5,62.5 + parent: 2 + - uid: 11313 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -78.5,62.5 + parent: 2 + - uid: 11314 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,11.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 13018 + - uid: 11315 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,54.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -15.5,12.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 13019 +- proto: GasPort + entities: + - uid: 11316 components: - type: Transform rot: -1.5707963267948966 rad - pos: -10.5,54.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 13020 + pos: -11.5,-36.5 + parent: 2 + - uid: 11317 components: - type: Transform rot: -1.5707963267948966 rad - pos: -9.5,54.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 13021 + pos: -11.5,-35.5 + parent: 2 + - uid: 11318 components: - type: Transform rot: -1.5707963267948966 rad - pos: -8.5,54.5 - parent: 1 + pos: -11.5,-33.5 + parent: 2 + - uid: 11319 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-31.5 + parent: 2 + - uid: 11320 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-30.5 + parent: 2 + - uid: 11321 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,9.5 + parent: 2 + - uid: 11322 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-32.5 + parent: 2 + - uid: 11323 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -83.5,33.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 13022 + color: '#03FCD3FF' + - uid: 11324 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,55.5 - parent: 1 + pos: -86.5,38.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 13023 + color: '#947507FF' + - uid: 11325 + components: + - type: Transform + pos: -87.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#947507FF' + - uid: 11326 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,22.5 + parent: 2 + - uid: 11327 components: - type: Transform rot: 3.141592653589793 rad - pos: -7.5,56.5 - parent: 1 + pos: -77.5,41.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 13024 + color: '#FF1212FF' + - uid: 11328 components: - type: Transform rot: 3.141592653589793 rad - pos: -7.5,57.5 - parent: 1 + pos: -77.5,42.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 13025 + color: '#FF1212FF' + - uid: 11329 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -82.5,45.5 + parent: 2 + - uid: 13875 components: - type: Transform rot: 3.141592653589793 rad - pos: -7.5,58.5 - parent: 1 + pos: -59.5,30.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 13026 + color: '#FF1212FF' +- proto: GasPressurePump + entities: + - uid: 11330 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-35.5 + parent: 2 + - uid: 11331 components: - type: Transform rot: 3.141592653589793 rad - pos: -7.5,59.5 - parent: 1 + pos: 8.5,39.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 13161 + - uid: 11332 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-31.5 - parent: 1 - - uid: 13165 + rot: -1.5707963267948966 rad + pos: -12.5,-31.5 + parent: 2 + - uid: 11333 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 11334 components: - type: Transform rot: 1.5707963267948966 rad - pos: -15.5,-30.5 - parent: 1 - - uid: 13351 + pos: -52.5,9.5 + parent: 2 + - type: GasPressurePump + targetPressure: 105 + - uid: 11335 components: - type: Transform - pos: -82.5,36.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -84.5,33.5 + parent: 2 - type: AtmosPipeColor - color: '#947507FF' - - uid: 13649 + color: '#03FCD3FF' + - uid: 11336 components: - type: Transform - pos: -78.5,34.5 - parent: 1 + pos: -79.5,46.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 13652 + - uid: 11337 components: - type: Transform rot: 3.141592653589793 rad - pos: -77.5,39.5 - parent: 1 + pos: -77.5,46.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 13686 + - uid: 11338 components: - type: Transform - pos: -77.5,36.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 13691 + rot: 1.5707963267948966 rad + pos: -12.5,-36.5 + parent: 2 + - uid: 11339 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -76.5,35.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -12.5,-30.5 + parent: 2 + - uid: 11340 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -82.5,37.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 13692 + color: '#947507FF' + - uid: 11341 components: - type: Transform rot: -1.5707963267948966 rad - pos: -76.5,34.5 - parent: 1 + pos: -81.5,51.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 13698 + - uid: 11342 components: - type: Transform - pos: -78.5,33.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 13715 + pos: -83.5,51.5 + parent: 2 + - uid: 11343 + components: + - type: Transform + pos: -85.5,51.5 + parent: 2 + - uid: 11344 + components: + - type: Transform + pos: -87.5,51.5 + parent: 2 + - uid: 11345 + components: + - type: Transform + pos: -89.5,51.5 + parent: 2 + - uid: 11346 + components: + - type: Transform + pos: -91.5,51.5 + parent: 2 + - uid: 11347 + components: + - type: Transform + pos: -93.5,51.5 + parent: 2 + - uid: 11348 components: - type: Transform - pos: -82.5,38.5 - parent: 1 + pos: -84.5,45.5 + parent: 2 - type: AtmosPipeColor color: '#947507FF' - - uid: 13752 + - uid: 11351 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -85.5,35.5 - parent: 1 - - type: AtmosPipeColor - color: '#947507FF' - - uid: 13865 + rot: 1.5707963267948966 rad + pos: -84.5,60.5 + parent: 2 + - uid: 11352 components: - type: Transform - pos: -79.5,54.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 13868 + pos: -82.5,63.5 + parent: 2 + - uid: 11353 components: - type: Transform - pos: -80.5,53.5 - parent: 1 - - uid: 13905 + rot: -1.5707963267948966 rad + pos: -84.5,61.5 + parent: 2 + - uid: 11354 components: - type: Transform rot: 3.141592653589793 rad - pos: -81.5,31.5 - parent: 1 - - type: AtmosPipeColor - color: '#03FCD3FF' - - uid: 13909 + pos: -78.5,63.5 + parent: 2 + - uid: 11355 components: - type: Transform rot: -1.5707963267948966 rad - pos: -84.5,51.5 - parent: 1 - - uid: 13938 + pos: -80.5,62.5 + parent: 2 + - uid: 15746 components: - type: Transform rot: -1.5707963267948966 rad - pos: -75.5,35.5 - parent: 1 + pos: -89.5,46.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 13939 + color: '#947507FF' + - uid: 20418 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -75.5,34.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -89.5,45.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 13940 + color: '#947507FF' +- proto: GasThermoMachineFreezer + entities: + - uid: 11356 components: - type: Transform rot: -1.5707963267948966 rad - pos: -74.5,35.5 - parent: 1 + pos: 7.5,42.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 13942 + color: '#03FCD3FF' + - uid: 11357 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -82.5,51.5 - parent: 1 - - uid: 13944 + rot: 1.5707963267948966 rad + pos: -90.5,38.5 + parent: 2 + - uid: 11358 components: - type: Transform - pos: -85.5,30.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -87.5,44.5 + parent: 2 - type: AtmosPipeColor - color: '#03FCD3FF' - - uid: 13945 + color: '#0335FCFF' + - uid: 11359 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,41.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 13946 + rot: -1.5707963267948966 rad + pos: -87.5,43.5 + parent: 2 +- proto: GasThermoMachineHeater + entities: + - uid: 11360 components: - type: Transform rot: 1.5707963267948966 rad - pos: -58.5,43.5 - parent: 1 + pos: 11.5,42.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 13947 + color: '#03FCD3FF' + - uid: 11361 components: - type: Transform rot: 1.5707963267948966 rad - pos: -59.5,43.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 13948 + pos: -90.5,37.5 + parent: 2 + - uid: 11362 components: - type: Transform rot: 1.5707963267948966 rad - pos: -58.5,44.5 - parent: 1 + pos: -89.5,44.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 13949 + - uid: 11363 components: - type: Transform rot: 1.5707963267948966 rad - pos: -59.5,44.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 13952 + pos: -89.5,43.5 + parent: 2 +- proto: GasValve + entities: + - uid: 9709 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -60.5,43.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -94.5,51.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 13953 + - uid: 11364 components: - type: Transform - pos: -61.5,44.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 13954 + pos: -13.5,-32.5 + parent: 2 + - type: GasValve + open: False + - uid: 11365 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,44.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 13955 + pos: -13.5,-34.5 + parent: 2 + - type: GasValve + open: False + - uid: 11367 components: - type: Transform rot: -1.5707963267948966 rad - pos: -60.5,44.5 - parent: 1 + pos: -83.5,32.5 + parent: 2 + - type: GasValve + open: False - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 13956 + color: '#03FCD3FF' +- proto: GasVentPump + entities: + - uid: 11368 components: - type: Transform - rot: 3.141592653589793 rad - pos: -62.5,43.5 - parent: 1 + pos: 7.5,39.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 13957 + - type: DeviceNetwork + deviceLists: + - 75 + - uid: 11369 components: - type: Transform - rot: 3.141592653589793 rad - pos: -62.5,42.5 - parent: 1 + pos: 0.5,9.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 13958 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -61.5,42.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 13959 + - uid: 11370 components: - type: Transform - rot: 3.141592653589793 rad - pos: -62.5,41.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 3.5,31.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 47 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 13960 + - uid: 11371 components: - type: Transform rot: 3.141592653589793 rad - pos: -61.5,41.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 13965 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,47.5 - parent: 1 + pos: 20.5,30.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 13966 + - type: DeviceNetwork + deviceLists: + - 14 + - uid: 11372 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -60.5,47.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 17.5,3.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 46 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 13967 + - uid: 11373 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -61.5,47.5 - parent: 1 + pos: -4.5,34.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 13968 + - uid: 11374 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -62.5,47.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 12.5,35.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 13969 + - uid: 11375 components: - type: Transform rot: 1.5707963267948966 rad - pos: -63.5,47.5 - parent: 1 + pos: 0.5,36.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 13970 + - uid: 11376 components: - type: Transform rot: 1.5707963267948966 rad - pos: -64.5,47.5 - parent: 1 + pos: 6.5,37.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 13971 + - uid: 11377 components: - type: Transform - pos: -66.5,48.5 - parent: 1 + pos: 3.5,37.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 13973 + - uid: 11378 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -67.5,47.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 16.5,29.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 50 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 13974 + - uid: 11379 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -68.5,47.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 7.5,25.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 13975 + - uid: 11380 components: - type: Transform rot: 1.5707963267948966 rad - pos: -69.5,47.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 13976 - components: - - type: Transform - pos: -66.5,49.5 - parent: 1 + pos: 1.5,16.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 70 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 13977 + - uid: 11381 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,47.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 3.5,22.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 47 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 13978 + - uid: 11382 components: - type: Transform - pos: -67.5,51.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -39.5,-11.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 13979 + - uid: 11383 components: - type: Transform rot: -1.5707963267948966 rad - pos: -68.5,52.5 - parent: 1 + pos: -16.5,43.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 41 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 13980 + - uid: 11384 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -69.5,52.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -58.5,-11.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 13986 - components: - - type: Transform - pos: -61.5,46.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 13987 + - uid: 11385 components: - type: Transform - pos: -61.5,47.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -65.5,-11.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 13988 + color: '#0335FCFF' + - uid: 11386 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,48.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -74.5,-10.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 13989 + color: '#0335FCFF' + - uid: 11387 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -63.5,48.5 - parent: 1 + pos: 10.5,35.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 13990 + color: '#0335FCFF' + - type: DeviceNetwork + deviceLists: + - 9 + - uid: 11388 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,48.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -17.5,23.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 13991 + color: '#0335FCFF' + - uid: 11389 components: - type: Transform rot: -1.5707963267948966 rad - pos: -65.5,48.5 - parent: 1 + pos: -16.5,27.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 13992 + color: '#0335FCFF' + - uid: 11390 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -66.5,48.5 - parent: 1 + pos: 6.5,31.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 13993 + color: '#0335FCFF' + - type: DeviceNetwork + deviceLists: + - 9 + - uid: 11391 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,48.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: 6.5,33.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 13994 + color: '#0335FCFF' + - uid: 11392 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -68.5,48.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -22.5,45.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 48 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 13995 + color: '#0335FCFF' + - uid: 11393 components: - type: Transform rot: -1.5707963267948966 rad - pos: -69.5,48.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 14013 - components: - - type: Transform - pos: -73.5,34.5 - parent: 1 + pos: -71.5,22.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 14014 + - uid: 11394 components: - type: Transform - pos: -73.5,33.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -78.5,31.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 65 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 14015 + - uid: 11395 components: - type: Transform - pos: -73.5,32.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -63.5,33.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 52 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 14016 + - uid: 11396 components: - type: Transform - pos: -73.5,31.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -51.5,73.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 14017 - components: - - type: Transform - pos: -74.5,33.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 14018 - components: - - type: Transform - pos: -74.5,32.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 14019 + - uid: 11397 components: - type: Transform - pos: -74.5,31.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 12.5,37.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 14020 + color: '#0335FCFF' + - uid: 11398 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -73.5,34.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -47.5,54.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 14025 + color: '#0335FCFF' + - uid: 11399 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -72.5,35.5 - parent: 1 + pos: -47.5,59.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 14026 + - uid: 11400 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -71.5,33.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -51.5,50.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 14027 + color: '#0335FCFF' + - uid: 11401 components: - type: Transform - pos: -70.5,33.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -54.5,50.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 14028 + - uid: 11402 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -70.5,33.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -57.5,50.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 14032 + color: '#0335FCFF' + - uid: 11403 components: - type: Transform rot: 3.141592653589793 rad - pos: -70.5,32.5 - parent: 1 + pos: -61.5,52.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 12 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 14033 + - uid: 11404 components: - type: Transform - rot: 3.141592653589793 rad - pos: -70.5,31.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -60.5,57.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 12 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 14034 + - uid: 11405 components: - type: Transform - rot: 3.141592653589793 rad - pos: -70.5,30.5 - parent: 1 + pos: -53.5,56.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 12 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 14035 + - uid: 11406 components: - type: Transform rot: 1.5707963267948966 rad - pos: -69.5,33.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 14036 + pos: -60.5,60.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 12 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 11407 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -68.5,34.5 - parent: 1 + pos: -59.5,64.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 12 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 14056 + - uid: 11408 components: - type: Transform - pos: -74.5,29.5 - parent: 1 + pos: -55.5,64.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 12 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 14057 + color: '#0335FCFF' + - uid: 11409 components: - type: Transform - pos: -74.5,28.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -51.5,63.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 14058 + color: '#0335FCFF' + - uid: 11410 components: - type: Transform - pos: -74.5,27.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -51.5,84.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 14059 + color: '#0335FCFF' + - uid: 11411 components: - type: Transform - pos: -74.5,26.5 - parent: 1 + pos: -54.5,84.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 14060 + color: '#0335FCFF' + - uid: 11412 components: - type: Transform - pos: -73.5,25.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -55.5,88.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 14061 + - uid: 11413 components: - type: Transform - pos: -73.5,26.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -58.5,87.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 14062 + - uid: 11414 components: - type: Transform - pos: -73.5,27.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -58.5,83.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 14063 + - uid: 11415 components: - type: Transform - pos: -73.5,28.5 - parent: 1 + pos: -49.5,9.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 11 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 14064 + - uid: 11416 components: - type: Transform - pos: -73.5,30.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -56.5,33.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 14065 + - uid: 11417 components: - type: Transform - pos: -74.5,24.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -42.5,62.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 14066 + color: '#0335FCFF' + - uid: 11418 components: - type: Transform - pos: -74.5,23.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -33.5,-6.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 14067 + color: '#0335FCFF' + - uid: 11419 components: - type: Transform - pos: -74.5,22.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -32.5,-2.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 14068 + color: '#0335FCFF' + - uid: 11420 components: - type: Transform - pos: -73.5,23.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -48.5,-12.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 14069 + - uid: 11421 components: - type: Transform - pos: -73.5,21.5 - parent: 1 + pos: 6.5,20.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 14070 + - uid: 11422 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -73.5,21.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -58.5,42.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 14071 + color: '#0335FCFF' + - uid: 11423 components: - type: Transform - pos: -73.5,20.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -58.5,38.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 14072 + - uid: 11424 components: - type: Transform - pos: -73.5,19.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -52.5,46.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 14073 + - uid: 11425 components: - type: Transform - pos: -73.5,18.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -47.5,42.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 14074 + - uid: 11426 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,22.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -42.5,42.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 14075 + - uid: 11427 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,21.5 - parent: 1 + pos: -40.5,50.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 14076 + color: '#0335FCFF' + - uid: 11428 components: - type: Transform rot: -1.5707963267948966 rad - pos: -74.5,24.5 - parent: 1 + pos: -29.5,46.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 14077 + - uid: 11429 components: - type: Transform rot: -1.5707963267948966 rad - pos: -75.5,25.5 - parent: 1 + pos: -31.5,44.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 14079 + color: '#0335FCFF' + - uid: 11430 components: - type: Transform rot: 3.141592653589793 rad - pos: -74.5,20.5 - parent: 1 + pos: -35.5,42.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 14080 + color: '#0335FCFF' + - uid: 11431 components: - type: Transform - rot: 3.141592653589793 rad - pos: -74.5,19.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -47.5,36.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 14081 + color: '#0335FCFF' + - uid: 11432 components: - type: Transform rot: 3.141592653589793 rad - pos: -74.5,18.5 - parent: 1 + pos: -50.5,24.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 14082 + color: '#0335FCFF' + - uid: 11433 components: - type: Transform - rot: 3.141592653589793 rad - pos: -74.5,17.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -52.5,28.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 14083 + color: '#0335FCFF' + - uid: 11434 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -73.5,16.5 - parent: 1 + pos: -52.5,40.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 14084 + color: '#0335FCFF' + - uid: 11435 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -72.5,16.5 - parent: 1 + pos: -51.5,36.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 14085 + color: '#0335FCFF' + - uid: 11436 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -72.5,17.5 - parent: 1 + pos: -53.5,33.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 14117 + - uid: 11437 components: - type: Transform rot: -1.5707963267948966 rad - pos: -67.5,33.5 - parent: 1 + pos: 12.5,33.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 14118 + color: '#0335FCFF' + - uid: 11438 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -66.5,33.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -42.5,32.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 14119 + color: '#0335FCFF' + - uid: 11439 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -65.5,33.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -37.5,32.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 14120 + color: '#0335FCFF' + - uid: 11440 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,34.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -40.5,37.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 14121 + - uid: 11441 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -66.5,34.5 - parent: 1 + pos: -36.5,40.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 14122 + - uid: 11442 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -65.5,34.5 - parent: 1 + pos: -32.5,39.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 14123 + - uid: 11443 components: - type: Transform rot: -1.5707963267948966 rad - pos: -64.5,34.5 - parent: 1 + pos: -27.5,37.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 14124 + - uid: 11444 components: - type: Transform - rot: 3.141592653589793 rad - pos: -63.5,33.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -37.5,28.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 14125 + - uid: 11445 components: - type: Transform - rot: 3.141592653589793 rad - pos: -64.5,32.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -37.5,20.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 14126 + color: '#0335FCFF' + - uid: 11446 components: - type: Transform - rot: 3.141592653589793 rad - pos: -64.5,30.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -37.5,12.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 14127 + color: '#0335FCFF' + - uid: 11447 components: - type: Transform - rot: 3.141592653589793 rad - pos: -63.5,31.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -41.5,24.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 14128 + - uid: 11448 components: - type: Transform - rot: 3.141592653589793 rad - pos: -63.5,30.5 - parent: 1 + pos: -34.5,27.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 14129 + - uid: 11449 components: - type: Transform - rot: 3.141592653589793 rad - pos: -64.5,29.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -25.5,23.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 14130 + color: '#0335FCFF' + - uid: 11450 components: - type: Transform - rot: 3.141592653589793 rad - pos: -63.5,29.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -54.5,24.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 14131 + - uid: 11451 components: - type: Transform - rot: 3.141592653589793 rad - pos: -63.5,28.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -57.5,27.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 14132 + - uid: 11452 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -64.5,27.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -57.5,17.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 14142 + - uid: 11453 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -60.5,31.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -57.5,11.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 14143 + color: '#0335FCFF' + - uid: 11454 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,31.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -52.5,14.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 14145 + color: '#0335FCFF' + - uid: 11455 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -61.5,32.5 - parent: 1 + pos: -53.5,19.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 14147 + - uid: 11456 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,32.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -57.5,4.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 14150 + - uid: 11457 components: - type: Transform rot: 1.5707963267948966 rad - pos: -76.5,24.5 - parent: 1 + pos: -73.5,6.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 14151 + - uid: 11458 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -77.5,24.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -66.5,5.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 14152 + - uid: 11459 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -78.5,24.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -53.5,-6.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 14153 + - uid: 11460 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,24.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -57.5,-1.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 14154 + - uid: 11461 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -76.5,25.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -48.5,5.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 14155 + color: '#0335FCFF' + - uid: 11462 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -77.5,25.5 - parent: 1 + pos: -41.5,9.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 14156 + color: '#0335FCFF' + - uid: 11463 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -78.5,25.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -40.5,3.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 14157 + color: '#0335FCFF' + - uid: 11464 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,25.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -38.5,1.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 14205 + color: '#0335FCFF' + - uid: 11465 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,-12.5 - parent: 1 + pos: -44.5,1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 45 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 14254 - components: - - type: Transform - pos: -79.5,51.5 - parent: 1 - - uid: 14263 + - uid: 11466 components: - type: Transform - pos: -84.5,44.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -45.5,-2.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 45 - type: AtmosPipeColor - color: '#947507FF' - - uid: 14394 + color: '#0335FCFF' + - uid: 11467 components: - type: Transform - pos: -78.5,32.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -37.5,-4.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 14471 - components: - - type: Transform - pos: -80.5,54.5 - parent: 1 - - uid: 14614 + - uid: 11468 components: - type: Transform - pos: -43.5,-4.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -36.5,3.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 14637 + color: '#0335FCFF' + - uid: 11469 components: - type: Transform - pos: -77.5,33.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -32.5,2.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 14665 + color: '#0335FCFF' + - uid: 11470 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,8.5 - parent: 1 - - uid: 14667 + rot: 1.5707963267948966 rad + pos: -26.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 11471 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,8.5 - parent: 1 - - uid: 14871 + rot: 1.5707963267948966 rad + pos: -30.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 11472 components: - type: Transform - pos: 8.5,35.5 - parent: 1 + pos: -23.5,16.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 14951 + - uid: 11473 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,31.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -23.5,5.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 15009 + color: '#0335FCFF' + - uid: 11474 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,-35.5 - parent: 1 - - uid: 15141 + rot: 3.141592653589793 rad + pos: -30.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 11475 components: - type: Transform - pos: -81.5,38.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -22.5,28.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 15142 + color: '#0335FCFF' + - uid: 11476 components: - type: Transform rot: 3.141592653589793 rad - pos: -85.5,41.5 - parent: 1 + pos: -16.5,32.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 15144 + color: '#0335FCFF' + - uid: 11477 components: - type: Transform - pos: -85.5,37.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -16.5,37.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 41 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 15328 + color: '#0335FCFF' + - uid: 11478 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,33.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -12.5,47.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 15330 + color: '#0335FCFF' + - uid: 11479 components: - type: Transform - pos: -43.5,63.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -16.5,5.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 15383 + - uid: 11480 components: - type: Transform - pos: -47.5,7.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -12.5,27.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 15587 + color: '#0335FCFF' + - uid: 11481 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -77.5,35.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -12.5,18.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 15598 + - uid: 11482 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -83.5,35.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -12.5,10.5 + parent: 2 - type: AtmosPipeColor - color: '#947507FF' - - uid: 15602 + color: '#0335FCFF' + - uid: 11483 components: - type: Transform - pos: -77.5,32.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -8.5,9.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 15610 + color: '#0335FCFF' + - uid: 11484 components: - type: Transform rot: 3.141592653589793 rad - pos: -79.5,52.5 - parent: 1 + pos: -6.5,5.5 + parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 15632 + color: '#0335FCFF' + - uid: 11485 components: - type: Transform rot: 3.141592653589793 rad - pos: -79.5,36.5 - parent: 1 + pos: 4.5,5.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 15635 + - uid: 11486 components: - type: Transform - pos: -77.5,35.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: 8.5,1.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 15828 + color: '#0335FCFF' + - uid: 11487 components: - type: Transform rot: -1.5707963267948966 rad - pos: -21.5,46.5 - parent: 1 + pos: 19.5,-2.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 46 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 15830 + color: '#0335FCFF' + - uid: 11488 components: - type: Transform - pos: -22.5,47.5 - parent: 1 + pos: 19.5,10.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 15831 + color: '#0335FCFF' + - uid: 11489 components: - type: Transform - pos: -22.5,45.5 - parent: 1 + rot: 3.141592653589793 rad + pos: 20.5,5.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 15832 + color: '#0335FCFF' + - uid: 11490 components: - type: Transform - pos: -22.5,44.5 - parent: 1 + rot: 3.141592653589793 rad + pos: 26.5,3.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 15833 + color: '#0335FCFF' + - uid: 11491 components: - type: Transform - pos: -22.5,43.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 28.5,6.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 15834 + color: '#0335FCFF' + - uid: 11492 components: - type: Transform - pos: -21.5,44.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 30.5,8.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 15835 + - uid: 11493 components: - type: Transform - pos: -21.5,43.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 30.5,10.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 15837 + - uid: 11494 components: - type: Transform rot: -1.5707963267948966 rad - pos: -20.5,45.5 - parent: 1 + pos: 27.5,12.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 15864 - components: - - type: Transform - pos: 7.5,49.5 - parent: 1 - - uid: 16060 + - uid: 11495 components: - type: Transform rot: -1.5707963267948966 rad - pos: -49.5,9.5 - parent: 1 - - uid: 16109 + pos: 30.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 11496 components: - type: Transform - pos: 10.5,30.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 30.5,18.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 16904 + color: '#0335FCFF' + - uid: 11497 components: - type: Transform rot: -1.5707963267948966 rad - pos: 9.5,-16.5 - parent: 1 + pos: 27.5,20.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 16971 + - uid: 11498 components: - type: Transform - pos: 8.5,-6.5 - parent: 1 + pos: 26.5,24.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 16972 + - uid: 11499 components: - type: Transform - pos: 8.5,-8.5 - parent: 1 + rot: 3.141592653589793 rad + pos: 6.5,13.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 16973 + - uid: 11500 components: - type: Transform - pos: 8.5,-9.5 - parent: 1 + rot: 3.141592653589793 rad + pos: 8.5,13.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 16974 + - uid: 11501 components: - type: Transform - pos: 8.5,-10.5 - parent: 1 + rot: 3.141592653589793 rad + pos: 11.5,13.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 16975 + - uid: 11502 components: - type: Transform - pos: 8.5,-7.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 10.5,18.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 16976 + - uid: 11503 components: - type: Transform - pos: 8.5,-11.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -21.5,54.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 16977 + - uid: 11504 components: - type: Transform - pos: 8.5,-12.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -16.5,56.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 16979 + - uid: 11505 components: - type: Transform - pos: 8.5,-15.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -16.5,59.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 16980 + - uid: 11506 components: - type: Transform - pos: 8.5,-14.5 - parent: 1 + pos: -17.5,63.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 16984 + - uid: 11507 components: - type: Transform - pos: 7.5,-13.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -11.5,53.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 16985 + color: '#0335FCFF' + - uid: 11508 components: - type: Transform - pos: 7.5,-14.5 - parent: 1 + pos: -7.5,60.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 49 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 16986 + color: '#0335FCFF' + - uid: 11509 components: - type: Transform - pos: 7.5,-10.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -62.5,40.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 16987 + color: '#0335FCFF' + - uid: 11510 components: - type: Transform - pos: 7.5,-11.5 - parent: 1 + pos: -62.5,45.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 16988 + color: '#0335FCFF' + - uid: 11511 components: - type: Transform - pos: 7.5,-9.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -70.5,47.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 16989 + color: '#0335FCFF' + - uid: 11512 components: - type: Transform - pos: 7.5,-8.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -70.5,52.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 16993 + color: '#0335FCFF' + - uid: 11513 components: - type: Transform - pos: 4.5,-6.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -69.5,33.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 16995 + color: '#0335FCFF' + - uid: 11514 components: - type: Transform - pos: 4.5,-4.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -70.5,29.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 16996 + color: '#0335FCFF' + - uid: 11515 components: - type: Transform - pos: 4.5,-3.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -71.5,17.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 16997 + color: '#0335FCFF' + - uid: 11516 components: - type: Transform - pos: 4.5,-1.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -74.5,29.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 16998 + color: '#0335FCFF' + - uid: 11517 components: - type: Transform - pos: 4.5,-0.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -65.5,27.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 52 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 16999 + color: '#0335FCFF' + - uid: 11518 components: - type: Transform - pos: 4.5,-2.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -80.5,24.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 17000 + color: '#0335FCFF' + - uid: 11519 components: - type: Transform - pos: 4.5,0.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -44.5,-5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 45 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 17001 + color: '#0335FCFF' + - uid: 11520 components: - type: Transform - pos: 4.5,1.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 17002 + rot: 1.5707963267948966 rad + pos: -79.5,65.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 68 + - uid: 11521 components: - type: Transform - pos: 4.5,2.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -79.5,67.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 68 + - uid: 11522 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,42.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 48 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 17003 + color: '#0335FCFF' + - uid: 11523 components: - type: Transform - pos: 4.5,3.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 0.5,24.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 17007 + color: '#0335FCFF' + - uid: 11524 components: - type: Transform - pos: 4.5,-5.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 0.5,21.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 51 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 17017 + color: '#0335FCFF' + - uid: 11525 components: - type: Transform rot: 1.5707963267948966 rad - pos: 6.5,-12.5 - parent: 1 + pos: -3.5,21.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 51 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 17018 + color: '#0335FCFF' + - uid: 11526 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-13.5 - parent: 1 + rot: 3.141592653589793 rad + pos: 10.5,-18.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 17019 + - uid: 11527 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-13.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 14.5,-16.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 17020 + - uid: 11528 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-12.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 10.5,-13.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 17021 + color: '#0335FCFF' + - uid: 11529 components: - type: Transform rot: 1.5707963267948966 rad - pos: 9.5,-12.5 - parent: 1 + pos: 5.5,-13.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 17022 + color: '#0335FCFF' + - uid: 11530 components: - type: Transform rot: 1.5707963267948966 rad - pos: 9.5,-13.5 - parent: 1 + pos: 5.5,-16.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 17023 + - uid: 11531 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-15.5 - parent: 1 + pos: -15.5,-10.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 53 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 17025 + color: '#0335FCFF' + - uid: 11532 components: - type: Transform rot: 1.5707963267948966 rad - pos: 6.5,-16.5 - parent: 1 + pos: -12.5,-2.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 57 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 17026 + - uid: 11533 + components: + - type: Transform + pos: -16.5,-6.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 54 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 11534 components: - type: Transform rot: 1.5707963267948966 rad - pos: 7.5,-16.5 - parent: 1 + pos: -18.5,-15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 56 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 17036 + - uid: 11535 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-16.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -15.5,-17.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 56 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 17037 + - uid: 11536 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-16.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -12.5,-15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 53 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 17040 + - uid: 11537 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-16.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -12.5,-25.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 66 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 17041 + - uid: 11538 components: - type: Transform rot: 3.141592653589793 rad - pos: 10.5,-17.5 - parent: 1 + pos: -14.5,-34.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 55 + - 8493 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 17043 + - uid: 11539 components: - type: Transform rot: -1.5707963267948966 rad - pos: 9.5,-17.5 - parent: 1 + pos: -5.5,-16.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 60 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 17044 + color: '#0335FCFF' + - uid: 11540 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-17.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -6.5,-21.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 20 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 17045 + color: '#0335FCFF' + - uid: 11541 components: - type: Transform rot: -1.5707963267948966 rad - pos: 12.5,-17.5 - parent: 1 + pos: -6.5,-11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 59 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 17046 + color: '#0335FCFF' + - uid: 11542 components: - type: Transform rot: -1.5707963267948966 rad - pos: 13.5,-17.5 - parent: 1 + pos: -5.5,-1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 58 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 17047 + color: '#0335FCFF' + - uid: 11543 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-17.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -70.5,8.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 17048 + color: '#0335FCFF' + - type: DeviceNetwork + deviceLists: + - 61 + - uid: 11544 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-16.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -73.5,12.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 17148 + color: '#0335FCFF' + - type: DeviceNetwork + deviceLists: + - 61 + - uid: 11545 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-7.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -73.5,38.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 10 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 17149 + color: '#0335FCFF' + - uid: 11546 components: - type: Transform rot: -1.5707963267948966 rad - pos: 5.5,-7.5 - parent: 1 + pos: -78.5,40.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 63 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 17288 + color: '#0335FCFF' + - uid: 11547 components: - type: Transform - pos: -16.5,-10.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -80.5,45.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 64 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 17292 + - uid: 11548 components: - type: Transform - pos: -13.5,3.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -81.5,35.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 44 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 17293 + color: '#0335FCFF' + - uid: 11549 components: - type: Transform - pos: -13.5,2.5 - parent: 1 + pos: -75.5,25.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 17294 + color: '#0335FCFF' + - uid: 11550 components: - type: Transform - pos: -13.5,1.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 16.5,53.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 17295 + color: '#947507FF' + - uid: 11551 components: - type: Transform - pos: -13.5,0.5 - parent: 1 + pos: 15.5,58.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 17296 + color: '#947507FF' + - uid: 11552 components: - type: Transform rot: 1.5707963267948966 rad - pos: -12.5,-0.5 - parent: 1 + pos: 11.5,54.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 17299 + color: '#947507FF' + - uid: 11553 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-0.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17300 + rot: 1.5707963267948966 rad + pos: -79.5,66.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 68 + - uid: 11554 components: - type: Transform rot: 3.141592653589793 rad - pos: -11.5,0.5 - parent: 1 + pos: -5.5,49.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 19 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 17301 + - uid: 11555 components: - type: Transform rot: 3.141592653589793 rad - pos: -11.5,1.5 - parent: 1 + pos: -1.5,49.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 67 + - 35 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 17302 + - uid: 11556 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,2.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -78.5,59.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 69 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 17303 + - uid: 11557 components: - type: Transform rot: 3.141592653589793 rad - pos: -11.5,3.5 - parent: 1 + pos: -7.5,28.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 17306 + - uid: 11558 components: - type: Transform - pos: -12.5,-4.5 - parent: 1 + pos: -15.5,8.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 17307 +- proto: GasVentPumpVox + entities: + - uid: 11559 components: - type: Transform - pos: -12.5,-5.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17308 + rot: 3.141592653589793 rad + pos: -16.5,11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 76 +- proto: GasVentScrubber + entities: + - uid: 11560 components: - type: Transform - pos: -12.5,-6.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -12.5,-22.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 66 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17309 + color: '#FF1212FF' + - uid: 11561 components: - type: Transform - pos: -12.5,-7.5 - parent: 1 + pos: -0.5,9.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17310 + color: '#FF1212FF' + - uid: 11562 components: - type: Transform - pos: -12.5,-8.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 12.5,34.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17311 + color: '#FF1212FF' + - uid: 11563 components: - type: Transform - pos: -12.5,-9.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -63.5,30.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 52 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17312 + color: '#FF1212FF' + - uid: 11564 components: - type: Transform rot: -1.5707963267948966 rad - pos: -11.5,-10.5 - parent: 1 + pos: 16.5,30.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 50 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17315 + - uid: 11565 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-2.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: 3.5,32.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 47 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17316 + - uid: 11566 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,-2.5 - parent: 1 + pos: 9.5,35.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17317 + - type: DeviceNetwork + deviceLists: + - 9 + - uid: 11567 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-4.5 - parent: 1 - - uid: 17318 + rot: 3.141592653589793 rad + pos: -0.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11568 components: - type: Transform - pos: -17.5,-5.5 - parent: 1 + pos: 9.5,42.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17321 + - type: DeviceNetwork + deviceLists: + - 75 + - uid: 11569 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,-2.5 - parent: 1 + pos: 4.5,38.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17323 + - uid: 11570 components: - type: Transform rot: 1.5707963267948966 rad - pos: -14.5,-11.5 - parent: 1 + pos: 6.5,36.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17324 + color: '#FF1212FF' + - uid: 11571 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,-7.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -16.5,28.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17325 + color: '#FF1212FF' + - uid: 11572 components: - type: Transform rot: 3.141592653589793 rad - pos: -16.5,-8.5 - parent: 1 + pos: -15.5,23.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17326 + color: '#FF1212FF' + - uid: 11573 components: - type: Transform - pos: -17.5,-3.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: 3.5,23.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 47 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17327 + - uid: 11574 components: - type: Transform - pos: -17.5,-6.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 7.5,24.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17328 + - uid: 11575 components: - type: Transform rot: 1.5707963267948966 rad - pos: -13.5,-11.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17331 - components: - - type: Transform - pos: -17.5,-7.5 - parent: 1 + pos: 1.5,15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 70 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17332 + - uid: 11576 components: - type: Transform - pos: -17.5,-8.5 - parent: 1 + pos: -9.5,60.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 49 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17334 + - uid: 11577 components: - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,-11.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -44.5,-1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 45 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17335 + - uid: 11578 components: - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,-12.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -32.5,-3.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17338 + - uid: 11579 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-10.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: 26.5,13.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 40 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17339 + color: '#FF1212FF' + - uid: 11580 components: - type: Transform rot: -1.5707963267948966 rad - pos: -12.5,-10.5 - parent: 1 + pos: -33.5,-7.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17341 + - uid: 11581 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-10.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -40.5,-11.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17342 + - uid: 11582 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-10.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -64.5,-11.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17343 + - uid: 11583 components: - type: Transform rot: 1.5707963267948966 rad - pos: -13.5,-15.5 - parent: 1 + pos: 13.5,3.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 46 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17344 + color: '#FF1212FF' + - uid: 11584 components: - type: Transform rot: -1.5707963267948966 rad - pos: -14.5,-15.5 - parent: 1 + pos: 12.5,32.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17346 + color: '#FF1212FF' + - uid: 11585 components: - type: Transform - pos: -15.5,-16.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -74.5,-9.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17347 + color: '#FF1212FF' + - uid: 11586 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,-15.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -57.5,-11.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17348 + color: '#FF1212FF' + - uid: 11587 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,-15.5 - parent: 1 + pos: 7.5,31.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17350 + color: '#FF1212FF' + - type: DeviceNetwork + deviceLists: + - 9 + - uid: 11588 components: - type: Transform - pos: -16.5,-9.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: 6.5,34.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17351 + color: '#FF1212FF' + - uid: 11589 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,-10.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -71.5,20.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17352 + - uid: 11590 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,-10.5 - parent: 1 + pos: -49.5,33.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17353 + - uid: 11591 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,-10.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -42.5,64.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17354 + - uid: 11592 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-10.5 - parent: 1 + pos: -58.5,33.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17356 + - uid: 11593 components: - type: Transform - pos: -13.5,-11.5 - parent: 1 + pos: -22.5,48.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 48 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17357 + - uid: 11594 components: - type: Transform - pos: -13.5,-12.5 - parent: 1 + rot: 3.141592653589793 rad + pos: 18.5,30.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17358 + - type: DeviceNetwork + deviceLists: + - 14 + - uid: 11595 components: - type: Transform - pos: -13.5,-13.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -51.5,74.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17359 + - uid: 11596 components: - type: Transform - pos: -13.5,-14.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -47.5,53.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17362 + - uid: 11597 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-11.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -50.5,50.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17363 + color: '#FF1212FF' + - uid: 11598 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-11.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -53.5,50.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17364 + color: '#FF1212FF' + - uid: 11599 components: - type: Transform - pos: -11.5,-12.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -56.5,50.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17365 + color: '#FF1212FF' + - uid: 11600 components: - type: Transform - pos: -11.5,-13.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -60.5,52.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 12 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17372 + color: '#FF1212FF' + - uid: 11601 components: - type: Transform - pos: -13.5,-15.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -47.5,61.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17373 + - uid: 11602 components: - type: Transform - pos: -13.5,-16.5 - parent: 1 + pos: -54.5,64.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 12 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17375 + - uid: 11603 components: - type: Transform - pos: -11.5,-17.5 - parent: 1 + pos: -58.5,64.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 12 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17376 + color: '#FF1212FF' + - uid: 11604 components: - type: Transform - pos: -11.5,-18.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -60.5,58.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 12 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17377 + color: '#FF1212FF' + - uid: 11605 components: - type: Transform - pos: -11.5,-19.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -54.5,56.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 12 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17379 + color: '#FF1212FF' + - uid: 11606 components: - type: Transform - pos: -13.5,-18.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -60.5,61.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 12 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17380 + - uid: 11607 components: - type: Transform - pos: -13.5,-19.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -51.5,62.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17384 + - uid: 11608 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-20.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -51.5,85.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17385 + color: '#FF1212FF' + - uid: 11609 components: - type: Transform rot: 3.141592653589793 rad - pos: -11.5,-21.5 - parent: 1 + pos: -55.5,83.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17386 + color: '#FF1212FF' + - uid: 11610 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-22.5 - parent: 1 + pos: -54.5,89.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17387 + color: '#FF1212FF' + - uid: 11611 components: - type: Transform rot: 3.141592653589793 rad - pos: -11.5,-23.5 - parent: 1 + pos: -57.5,87.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17388 + color: '#FF1212FF' + - uid: 11612 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-24.5 - parent: 1 + pos: -47.5,9.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 11 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17389 + color: '#990000FF' + - uid: 11613 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-26.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 12.5,36.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17390 + color: '#FF1212FF' + - uid: 11614 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-27.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -78.5,30.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 65 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17391 + color: '#FF1212FF' + - uid: 11615 components: - type: Transform rot: 3.141592653589793 rad - pos: -13.5,-21.5 - parent: 1 + pos: 7.5,19.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17392 + - uid: 11616 components: - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,-23.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -58.5,41.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17393 + - uid: 11617 components: - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,-24.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -58.5,37.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17394 + - uid: 11618 components: - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,-25.5 - parent: 1 + pos: -53.5,47.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17395 + - uid: 11619 components: - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,-26.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -47.5,41.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17397 + - uid: 11620 components: - type: Transform rot: 3.141592653589793 rad - pos: -13.5,-27.5 - parent: 1 + pos: -41.5,42.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17398 + - uid: 11621 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-29.5 - parent: 1 + pos: -41.5,50.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17400 + - uid: 11622 components: - type: Transform rot: 3.141592653589793 rad - pos: -13.5,-28.5 - parent: 1 + pos: -36.5,42.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17405 + - uid: 11623 components: - type: Transform - pos: -15.5,-30.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -31.5,45.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17406 + - uid: 11624 components: - type: Transform - pos: -15.5,-31.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -29.5,47.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17409 + - uid: 11625 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-29.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -47.5,35.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17410 + color: '#FF1212FF' + - uid: 11626 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-30.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -52.5,29.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17411 + color: '#FF1212FF' + - uid: 11627 components: - type: Transform rot: 3.141592653589793 rad - pos: -12.5,-31.5 - parent: 1 + pos: -51.5,24.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17412 + color: '#FF1212FF' + - uid: 11628 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-32.5 - parent: 1 + pos: -50.5,36.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17414 + color: '#FF1212FF' + - uid: 11629 components: - type: Transform - pos: -14.5,-33.5 - parent: 1 + pos: -43.5,32.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17419 + color: '#FF1212FF' + - uid: 11630 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-16.5 - parent: 1 + pos: -37.5,33.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17420 + color: '#FF1212FF' + - uid: 11631 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-16.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -40.5,36.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17421 + color: '#FF1212FF' + - uid: 11632 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-16.5 - parent: 1 + pos: -38.5,40.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17422 + color: '#FF1212FF' + - uid: 11633 components: - type: Transform rot: -1.5707963267948966 rad - pos: -7.5,-16.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17423 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-17.5 - parent: 1 + pos: -27.5,36.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17424 + color: '#FF1212FF' + - uid: 11634 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-18.5 - parent: 1 + pos: -31.5,39.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17425 + color: '#FF1212FF' + - uid: 11635 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-19.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -37.5,27.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17426 + color: '#FF1212FF' + - uid: 11636 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-20.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -37.5,21.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17430 + color: '#FF1212FF' + - uid: 11637 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-20.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -37.5,13.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17431 + - uid: 11638 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-19.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -41.5,23.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17432 + - uid: 11639 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-18.5 - parent: 1 + pos: -33.5,27.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17435 + - uid: 11640 components: - type: Transform rot: -1.5707963267948966 rad - pos: -4.5,-17.5 - parent: 1 + pos: -25.5,24.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17437 + - uid: 11641 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-15.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -54.5,25.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17438 + - uid: 11642 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-14.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -57.5,26.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17439 + - uid: 11643 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-13.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -57.5,18.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17442 + - uid: 11644 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-11.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -57.5,10.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17443 + color: '#FF1212FF' + - uid: 11645 components: - type: Transform rot: -1.5707963267948966 rad - pos: -7.5,-11.5 - parent: 1 + pos: -52.5,15.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17444 + color: '#FF1212FF' + - uid: 11646 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-10.5 - parent: 1 + pos: -54.5,19.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17445 + - uid: 11647 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-10.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -57.5,5.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17446 + - uid: 11648 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-10.5 - parent: 1 + pos: -67.5,5.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17450 + - uid: 11649 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-11.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -73.5,4.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17451 + - uid: 11650 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-12.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -57.5,-2.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17452 + - uid: 11651 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-11.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -53.5,-5.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17453 + - uid: 11652 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-11.5 - parent: 1 + pos: -49.5,5.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17455 + - uid: 11653 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-1.5 - parent: 1 + pos: -40.5,9.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17456 + color: '#FF1212FF' + - uid: 11654 components: - type: Transform rot: 1.5707963267948966 rad - pos: -9.5,-1.5 - parent: 1 + pos: -41.5,2.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17457 + color: '#FF1212FF' + - uid: 11655 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-1.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -38.5,0.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17458 + color: '#FF1212FF' + - uid: 11656 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-1.5 - parent: 1 + pos: -43.5,1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 45 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17459 + color: '#FF1212FF' + - uid: 11657 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-1.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -36.5,-4.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17461 + color: '#FF1212FF' + - uid: 11658 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-0.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -38.5,3.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17462 + - uid: 11659 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-0.5 - parent: 1 + rot: 3.141592653589793 rad + pos: -33.5,2.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17463 + - uid: 11660 components: - type: Transform rot: 1.5707963267948966 rad - pos: -9.5,-0.5 - parent: 1 + pos: -30.5,9.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17464 + - uid: 11661 components: - type: Transform rot: 1.5707963267948966 rad - pos: -8.5,-0.5 - parent: 1 + pos: -26.5,11.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17465 + - uid: 11662 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-0.5 - parent: 1 + pos: -25.5,16.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17610 + - uid: 11663 components: - type: Transform - rot: 3.141592653589793 rad - pos: -69.5,7.5 - parent: 1 + pos: -24.5,5.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17614 + color: '#FF1212FF' + - uid: 11664 components: - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,5.5 - parent: 1 + pos: -31.5,32.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17615 + - uid: 11665 components: - type: Transform rot: 3.141592653589793 rad - pos: -71.5,6.5 - parent: 1 + pos: -24.5,28.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17616 + - uid: 11666 components: - type: Transform rot: 3.141592653589793 rad - pos: -71.5,7.5 - parent: 1 + pos: -16.5,31.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17617 + - uid: 11667 components: - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,8.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -16.5,38.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 41 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17619 + - uid: 11668 components: - type: Transform - rot: 3.141592653589793 rad - pos: -69.5,9.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: -16.5,45.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 41 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17620 + color: '#FF1212FF' + - uid: 11669 components: - type: Transform - rot: 3.141592653589793 rad - pos: -69.5,10.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -12.5,48.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17621 + color: '#FF1212FF' + - uid: 11670 components: - type: Transform - rot: 3.141592653589793 rad - pos: -69.5,11.5 - parent: 1 + pos: -17.5,5.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17622 + color: '#FF1212FF' + - uid: 11671 components: - type: Transform rot: -1.5707963267948966 rad - pos: -72.5,9.5 - parent: 1 + pos: -12.5,28.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17623 + - uid: 11672 components: - type: Transform rot: -1.5707963267948966 rad - pos: -73.5,9.5 - parent: 1 + pos: -12.5,19.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17625 + - uid: 11673 components: - type: Transform rot: -1.5707963267948966 rad - pos: -70.5,12.5 - parent: 1 + pos: -12.5,11.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17626 + color: '#FF1212FF' + - uid: 11674 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -71.5,12.5 - parent: 1 + pos: -5.5,5.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17627 + color: '#FF1212FF' + - uid: 11675 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,12.5 - parent: 1 + pos: 5.5,5.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17630 + color: '#FF1212FF' + - uid: 11676 components: - type: Transform - pos: -75.5,10.5 - parent: 1 + rot: 1.5707963267948966 rad + pos: 8.5,0.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17632 + - uid: 11677 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -74.5,9.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: 19.5,-1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 46 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17633 + - uid: 11678 components: - type: Transform - pos: -75.5,11.5 - parent: 1 + pos: 17.5,10.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17779 + - uid: 11679 components: - type: Transform - pos: -82.5,54.5 - parent: 1 - - uid: 17780 + pos: 21.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11680 components: - type: Transform - pos: -82.5,53.5 - parent: 1 - - uid: 17781 + rot: 3.141592653589793 rad + pos: 25.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11681 components: - type: Transform - pos: -82.5,52.5 - parent: 1 - - uid: 17782 + rot: -1.5707963267948966 rad + pos: 28.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11682 components: - type: Transform - pos: -84.5,54.5 - parent: 1 - - uid: 17783 + rot: 1.5707963267948966 rad + pos: 26.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11683 components: - type: Transform - pos: -84.5,53.5 - parent: 1 - - uid: 17784 + pos: 27.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11684 components: - type: Transform - pos: -84.5,52.5 - parent: 1 - - uid: 17785 + pos: -3.5,34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11685 components: - type: Transform - pos: -86.5,54.5 - parent: 1 - - uid: 17786 + rot: 3.141592653589793 rad + pos: 7.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11686 components: - type: Transform - pos: -86.5,53.5 - parent: 1 - - uid: 17787 + rot: 3.141592653589793 rad + pos: 9.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11687 components: - type: Transform - pos: -86.5,52.5 - parent: 1 - - uid: 17788 + rot: 3.141592653589793 rad + pos: 10.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11688 components: - type: Transform - pos: -88.5,54.5 - parent: 1 - - uid: 17789 + rot: 1.5707963267948966 rad + pos: 9.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11689 components: - type: Transform - pos: -88.5,53.5 - parent: 1 - - uid: 17790 + rot: 1.5707963267948966 rad + pos: -21.5,55.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11690 components: - type: Transform - pos: -88.5,52.5 - parent: 1 - - uid: 17791 + rot: 1.5707963267948966 rad + pos: -16.5,57.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11691 components: - type: Transform - pos: -90.5,54.5 - parent: 1 - - uid: 17792 + rot: 1.5707963267948966 rad + pos: -16.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11692 components: - type: Transform - pos: -90.5,53.5 - parent: 1 - - uid: 17793 + pos: -15.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11693 components: - type: Transform - pos: -90.5,52.5 - parent: 1 - - uid: 17794 + rot: 3.141592653589793 rad + pos: -12.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11694 components: - type: Transform - pos: -92.5,54.5 - parent: 1 - - uid: 17795 + rot: 3.141592653589793 rad + pos: -61.5,40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11695 components: - type: Transform - pos: -92.5,53.5 - parent: 1 - - uid: 17796 + rot: -1.5707963267948966 rad + pos: -60.5,45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11696 components: - type: Transform - pos: -92.5,52.5 - parent: 1 - - uid: 17816 + rot: 1.5707963267948966 rad + pos: -70.5,48.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11697 components: - type: Transform - pos: -93.5,56.5 - parent: 1 - - uid: 17817 + pos: -68.5,34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11698 components: - type: Transform - pos: -93.5,55.5 - parent: 1 - - uid: 17818 + rot: -1.5707963267948966 rad + pos: -71.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11699 components: - type: Transform - pos: -93.5,54.5 - parent: 1 - - uid: 17819 + rot: -1.5707963267948966 rad + pos: -73.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11700 components: - type: Transform - pos: -93.5,53.5 - parent: 1 - - uid: 17820 + rot: 1.5707963267948966 rad + pos: -65.5,28.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 52 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11701 components: - type: Transform - pos: -93.5,52.5 - parent: 1 - - uid: 17821 + rot: 1.5707963267948966 rad + pos: -80.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11702 components: - type: Transform - pos: -91.5,56.5 - parent: 1 - - uid: 17822 + rot: 3.141592653589793 rad + pos: -43.5,-5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 45 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11703 components: - type: Transform - pos: -91.5,55.5 - parent: 1 - - uid: 17823 + pos: -58.5,85.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 16 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11704 components: - type: Transform - pos: -91.5,54.5 - parent: 1 - - uid: 17824 + rot: 3.141592653589793 rad + pos: -22.5,42.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 48 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11705 components: - type: Transform - pos: -91.5,53.5 - parent: 1 - - uid: 17825 + rot: 1.5707963267948966 rad + pos: -3.5,22.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 51 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11706 components: - type: Transform - pos: -91.5,52.5 - parent: 1 - - uid: 17826 + rot: 1.5707963267948966 rad + pos: -4.5,19.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 51 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11707 components: - type: Transform - pos: -89.5,56.5 - parent: 1 - - uid: 17827 + rot: -1.5707963267948966 rad + pos: 0.5,19.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 51 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11708 components: - type: Transform - pos: -89.5,55.5 - parent: 1 - - uid: 17828 + rot: 3.141592653589793 rad + pos: 8.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11709 components: - type: Transform - pos: -89.5,54.5 - parent: 1 - - uid: 17829 + rot: 1.5707963267948966 rad + pos: 5.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11710 components: - type: Transform - pos: -89.5,53.5 - parent: 1 - - uid: 17830 + rot: 1.5707963267948966 rad + pos: 5.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11711 components: - type: Transform - pos: -89.5,52.5 - parent: 1 - - uid: 17831 + rot: -1.5707963267948966 rad + pos: 10.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11712 components: - type: Transform - pos: -87.5,56.5 - parent: 1 - - uid: 17832 + rot: -1.5707963267948966 rad + pos: -16.5,-4.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 54 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11713 components: - type: Transform - pos: -87.5,55.5 - parent: 1 - - uid: 17833 + rot: 3.141592653589793 rad + pos: -17.5,-10.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 53 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11714 components: - type: Transform - pos: -87.5,54.5 - parent: 1 - - uid: 17834 + rot: 3.141592653589793 rad + pos: -18.5,-13.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 56 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11715 components: - type: Transform - pos: -87.5,53.5 - parent: 1 - - uid: 17835 + rot: -1.5707963267948966 rad + pos: -12.5,-17.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 53 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11716 components: - type: Transform - pos: -87.5,52.5 - parent: 1 - - uid: 17836 + rot: -1.5707963267948966 rad + pos: -14.5,-32.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 55 + - 8493 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11717 components: - type: Transform - pos: -85.5,56.5 - parent: 1 - - uid: 17837 + rot: -1.5707963267948966 rad + pos: -4.5,-21.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 20 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11718 components: - type: Transform - pos: -85.5,55.5 - parent: 1 - - uid: 17838 + rot: -1.5707963267948966 rad + pos: -0.5,-11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 59 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11719 components: - type: Transform - pos: -85.5,53.5 - parent: 1 - - uid: 17839 + rot: -1.5707963267948966 rad + pos: -12.5,-1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 57 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11720 components: - type: Transform - pos: -85.5,52.5 - parent: 1 - - uid: 17840 + rot: 3.141592653589793 rad + pos: -6.5,-1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 58 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11721 components: - type: Transform - pos: -85.5,54.5 - parent: 1 - - uid: 17841 + rot: 1.5707963267948966 rad + pos: -4.5,-16.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 60 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11722 components: - type: Transform - pos: -83.5,56.5 - parent: 1 - - uid: 17842 + rot: -1.5707963267948966 rad + pos: -70.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - type: DeviceNetwork + deviceLists: + - 61 + - uid: 11723 components: - type: Transform - pos: -83.5,55.5 - parent: 1 - - uid: 17843 + pos: -75.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - type: DeviceNetwork + deviceLists: + - 61 + - uid: 11725 components: - type: Transform - pos: -83.5,54.5 - parent: 1 - - uid: 17844 + rot: 3.141592653589793 rad + pos: -73.5,39.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 10 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11726 components: - type: Transform - pos: -83.5,52.5 - parent: 1 - - uid: 17845 + rot: 1.5707963267948966 rad + pos: -78.5,41.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 63 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11727 components: - type: Transform - pos: -83.5,53.5 - parent: 1 - - uid: 17846 + rot: -1.5707963267948966 rad + pos: -81.5,67.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 68 + - uid: 11728 components: - type: Transform rot: -1.5707963267948966 rad - pos: -83.5,51.5 - parent: 1 - - uid: 17847 + pos: -73.5,25.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11729 components: - type: Transform rot: -1.5707963267948966 rad - pos: -85.5,51.5 - parent: 1 - - uid: 17848 + pos: -81.5,65.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 68 + - uid: 11730 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,49.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 19 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11731 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,49.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 67 + - 35 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11732 components: - type: Transform rot: -1.5707963267948966 rad - pos: -87.5,51.5 - parent: 1 - - uid: 17849 + pos: -81.5,66.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 68 + - uid: 11733 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -89.5,51.5 - parent: 1 - - uid: 17850 + rot: 1.5707963267948966 rad + pos: -76.5,62.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 69 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11734 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -91.5,51.5 - parent: 1 - - uid: 17851 + rot: 3.141592653589793 rad + pos: -8.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11735 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -93.5,51.5 - parent: 1 - - uid: 18031 + rot: 1.5707963267948966 rad + pos: -16.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 12624 components: - type: Transform - pos: -77.5,57.5 - parent: 1 - - uid: 18067 + pos: -78.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' +- proto: GasVentScrubberFreezer + entities: + - uid: 11736 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -77.5,39.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -12.5,8.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 18068 + color: '#FF1212FF' +- proto: GasVentScrubberVox + entities: + - uid: 11737 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -76.5,39.5 - parent: 1 + pos: -16.5,15.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 18069 + color: '#FF1212FF' + - type: DeviceNetwork + deviceLists: + - 76 + - uid: 11738 components: - type: Transform rot: 1.5707963267948966 rad - pos: -75.5,39.5 - parent: 1 + pos: -16.5,10.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 18070 + color: '#FF1212FF' +- proto: GasVolumePump + entities: + - uid: 11739 components: - type: Transform rot: 1.5707963267948966 rad - pos: -76.5,40.5 - parent: 1 + pos: -84.5,36.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 18071 + - uid: 11740 components: - type: Transform rot: 1.5707963267948966 rad - pos: -75.5,40.5 - parent: 1 + pos: -82.5,36.5 + parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 18076 + - uid: 11741 components: - type: Transform rot: -1.5707963267948966 rad - pos: -74.5,39.5 - parent: 1 + pos: -82.5,34.5 + parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 18077 + color: '#03FCD3FF' + - uid: 11742 components: - type: Transform rot: -1.5707963267948966 rad - pos: -74.5,40.5 - parent: 1 + pos: -84.5,34.5 + parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 18149 + color: '#03FCD3FF' +- proto: GeigerCounter + entities: + - uid: 11743 components: - type: Transform - rot: 3.141592653589793 rad - pos: -92.5,47.5 - parent: 1 - - type: AtmosPipeColor - color: '#947507FF' - - uid: 18150 + pos: -79.287994,31.621233 + parent: 2 +- proto: Girder + entities: + - uid: 11747 components: - type: Transform - rot: 3.141592653589793 rad - pos: -93.5,47.5 - parent: 1 - - type: AtmosPipeColor - color: '#947507FF' - - uid: 18152 + pos: -23.5,4.5 + parent: 2 + - uid: 11748 components: - type: Transform - rot: 3.141592653589793 rad - pos: -93.5,45.5 - parent: 1 - - type: AtmosPipeColor - color: '#947507FF' - - uid: 18153 + pos: -32.5,22.5 + parent: 2 + - uid: 11752 components: - type: Transform - rot: 3.141592653589793 rad - pos: -92.5,46.5 - parent: 1 - - type: AtmosPipeColor - color: '#947507FF' - - uid: 18154 + pos: -38.5,16.5 + parent: 2 + - uid: 11759 components: - type: Transform - rot: 3.141592653589793 rad - pos: -92.5,45.5 - parent: 1 - - type: AtmosPipeColor - color: '#947507FF' - - uid: 18155 + pos: 5.5,-9.5 + parent: 2 +- proto: GlassBoxBroken + entities: + - uid: 11760 components: - type: Transform - rot: 3.141592653589793 rad - pos: -92.5,44.5 - parent: 1 - - type: AtmosPipeColor - color: '#947507FF' - - uid: 18156 + pos: 22.5,43.5 + parent: 2 +- proto: GlassBoxLaserFilled + entities: + - uid: 11761 components: - type: Transform - rot: 3.141592653589793 rad - pos: -92.5,43.5 - parent: 1 - - type: AtmosPipeColor - color: '#947507FF' - - uid: 18261 + rot: -1.5707963267948966 rad + pos: -6.5,62.5 + parent: 2 +- proto: GravityGenerator + entities: + - uid: 11762 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -95.5,51.5 - parent: 1 - - uid: 18274 + pos: 28.5,2.5 + parent: 2 + - type: PointLight + radius: 175.75 +- proto: GrenadeFlashBang + entities: + - uid: 11763 components: - type: Transform - pos: -81.5,39.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 18289 + pos: -59.65793,50.98008 + parent: 2 + - uid: 11764 components: - type: Transform - pos: -78.5,46.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 18385 + pos: -59.512096,50.834145 + parent: 2 + - uid: 11765 components: - type: Transform - rot: 3.141592653589793 rad - pos: -76.5,59.5 - parent: 1 - - uid: 18398 + pos: -59.418346,50.969658 + parent: 2 +- proto: Grille + entities: + - uid: 209 components: - type: Transform - rot: 3.141592653589793 rad - pos: -77.5,31.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 18436 + pos: -80.5,13.5 + parent: 2 + - uid: 219 components: - type: Transform - rot: 3.141592653589793 rad - pos: -84.5,41.5 - parent: 1 - - uid: 18441 + pos: -78.5,13.5 + parent: 2 + - uid: 2195 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -85.5,60.5 - parent: 1 - - uid: 18446 + pos: -82.5,13.5 + parent: 2 + - uid: 2208 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -86.5,60.5 - parent: 1 - - uid: 18447 + pos: -77.5,15.5 + parent: 2 + - uid: 5308 components: - type: Transform - pos: -76.5,57.5 - parent: 1 - - uid: 18449 + pos: -81.5,13.5 + parent: 2 + - uid: 6379 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -88.5,60.5 - parent: 1 - - uid: 18450 + pos: -84.5,13.5 + parent: 2 + - uid: 6380 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -87.5,60.5 - parent: 1 - - uid: 18481 + pos: -84.5,13.5 + parent: 2 + - uid: 7370 components: - type: Transform - pos: 15.5,50.5 - parent: 1 - - type: AtmosPipeColor - color: '#947507FF' - - uid: 18611 + rot: 1.5707963267948966 rad + pos: -92.5,47.5 + parent: 2 + - uid: 7371 components: - type: Transform - pos: 15.5,51.5 - parent: 1 - - type: AtmosPipeColor - color: '#947507FF' - - uid: 18615 + rot: 1.5707963267948966 rad + pos: -93.5,47.5 + parent: 2 + - uid: 11766 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,49.5 - parent: 1 - - type: AtmosPipeColor - color: '#947507FF' - - uid: 18617 + pos: -14.5,-14.5 + parent: 2 + - uid: 11767 components: - type: Transform - pos: 15.5,52.5 - parent: 1 - - type: AtmosPipeColor - color: '#947507FF' - - uid: 18622 + pos: -0.5,-6.5 + parent: 2 + - uid: 11768 components: - type: Transform - pos: 15.5,55.5 - parent: 1 - - type: AtmosPipeColor - color: '#947507FF' - - uid: 18623 + pos: -5.5,-24.5 + parent: 2 + - uid: 11769 components: - type: Transform - pos: 15.5,56.5 - parent: 1 - - type: AtmosPipeColor - color: '#947507FF' - - uid: 18624 + pos: -1.5,3.5 + parent: 2 + - uid: 11770 components: - type: Transform - pos: 15.5,57.5 - parent: 1 - - type: AtmosPipeColor - color: '#947507FF' - - uid: 18625 + pos: -18.5,-8.5 + parent: 2 + - uid: 11771 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,54.5 - parent: 1 - - type: AtmosPipeColor - color: '#947507FF' - - uid: 18626 + pos: -3.5,-1.5 + parent: 2 + - uid: 11772 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,54.5 - parent: 1 - - type: AtmosPipeColor - color: '#947507FF' - - uid: 18627 + pos: 9.5,2.5 + parent: 2 + - uid: 11773 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,54.5 - parent: 1 - - type: AtmosPipeColor - color: '#947507FF' - - uid: 18820 + pos: 9.5,1.5 + parent: 2 + - uid: 11774 components: - type: Transform - rot: 3.141592653589793 rad - pos: -77.5,59.5 - parent: 1 - - uid: 18863 + pos: -4.5,1.5 + parent: 2 + - uid: 11775 components: - type: Transform - pos: -3.5,52.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 18864 + pos: -5.5,-4.5 + parent: 2 + - uid: 11776 components: - type: Transform - pos: -5.5,51.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 18865 + pos: -2.5,-6.5 + parent: 2 + - uid: 11777 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,50.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 18866 + pos: -1.5,-4.5 + parent: 2 + - uid: 11778 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,54.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 18868 + pos: 3.5,-2.5 + parent: 2 + - uid: 11779 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,54.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 18869 + pos: 15.5,-14.5 + parent: 2 + - uid: 11780 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,54.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 18870 + pos: 1.5,-1.5 + parent: 2 + - uid: 11781 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,54.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 18872 + pos: -4.5,-4.5 + parent: 2 + - uid: 11782 components: - type: Transform - pos: -1.5,53.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 18873 + pos: -10.5,-10.5 + parent: 2 + - uid: 11783 components: - type: Transform - pos: -1.5,52.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 18874 + pos: -2.5,1.5 + parent: 2 + - uid: 11784 components: - type: Transform - pos: -1.5,51.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 18875 + pos: 15.5,-23.5 + parent: 2 + - uid: 11785 components: - type: Transform - pos: -5.5,53.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 18876 + pos: 5.5,-23.5 + parent: 2 + - uid: 11786 components: - type: Transform - pos: -5.5,52.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 18877 + pos: 5.5,-24.5 + parent: 2 + - uid: 11787 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,50.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 18878 + pos: -3.5,-2.5 + parent: 2 + - uid: 11788 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,54.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 18879 + pos: -81.5,31.5 + parent: 2 + - uid: 11789 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,53.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 18883 + pos: -22.5,-19.5 + parent: 2 + - uid: 11790 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,53.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 18884 + pos: -16.5,-36.5 + parent: 2 + - uid: 11791 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,53.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 18885 + pos: -16.5,-30.5 + parent: 2 + - uid: 11792 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,53.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 18886 + pos: -10.5,-25.5 + parent: 2 + - uid: 11793 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,53.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 18887 + pos: -14.5,-24.5 + parent: 2 + - uid: 11794 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,53.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 18888 + pos: -14.5,-20.5 + parent: 2 + - uid: 11795 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,53.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 18889 + pos: -10.5,-15.5 + parent: 2 + - uid: 11796 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,53.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 18893 + pos: -10.5,-24.5 + parent: 2 + - uid: 11797 components: - type: Transform - pos: -3.5,51.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 18894 + rot: 1.5707963267948966 rad + pos: -47.5,-15.5 + parent: 2 + - uid: 11798 components: - type: Transform - pos: -1.5,50.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 18895 + pos: -14.5,-25.5 + parent: 2 + - uid: 11799 + components: + - type: Transform + pos: -14.5,-21.5 + parent: 2 + - uid: 11800 + components: + - type: Transform + pos: -6.5,-19.5 + parent: 2 + - uid: 11801 + components: + - type: Transform + pos: -10.5,-5.5 + parent: 2 + - uid: 11802 components: - type: Transform - pos: 0.5,50.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 18896 + pos: 3.5,-25.5 + parent: 2 + - uid: 11803 components: - type: Transform - pos: 0.5,51.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 18897 + pos: -14.5,-18.5 + parent: 2 + - uid: 11804 components: - type: Transform - pos: 0.5,52.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 18956 + pos: -10.5,1.5 + parent: 2 + - uid: 11805 components: - type: Transform - pos: -77.5,58.5 - parent: 1 - - uid: 18958 + pos: 9.5,-21.5 + parent: 2 + - uid: 11806 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -88.5,61.5 - parent: 1 - - uid: 18959 + pos: -1.5,1.5 + parent: 2 + - uid: 11807 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -86.5,61.5 - parent: 1 - - uid: 18961 + pos: -5.5,1.5 + parent: 2 + - uid: 11808 components: - type: Transform - pos: -76.5,58.5 - parent: 1 - - uid: 18964 + pos: -10.5,-17.5 + parent: 2 + - uid: 11809 components: - type: Transform - rot: 3.141592653589793 rad - pos: -75.5,52.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 18965 + pos: -4.5,-6.5 + parent: 2 + - uid: 11810 components: - type: Transform - pos: -77.5,56.5 - parent: 1 - - uid: 18966 + pos: -25.5,30.5 + parent: 2 + - uid: 11811 components: - type: Transform - pos: -77.5,55.5 - parent: 1 - - uid: 18967 + pos: -7.5,-21.5 + parent: 2 + - uid: 11812 components: - type: Transform - pos: -77.5,54.5 - parent: 1 - - uid: 18968 + pos: -2.5,3.5 + parent: 2 + - uid: 11813 components: - type: Transform - pos: -77.5,53.5 - parent: 1 - - uid: 18969 + pos: 12.5,2.5 + parent: 2 + - uid: 11814 components: - type: Transform - pos: -77.5,52.5 - parent: 1 - - uid: 18970 + rot: 3.141592653589793 rad + pos: -52.5,-20.5 + parent: 2 + - uid: 11815 components: - type: Transform - pos: -76.5,52.5 - parent: 1 - - uid: 18971 + pos: 30.5,1.5 + parent: 2 + - uid: 11816 components: - type: Transform - pos: -76.5,53.5 - parent: 1 - - uid: 18972 + pos: 30.5,2.5 + parent: 2 + - uid: 11817 components: - type: Transform - pos: -76.5,54.5 - parent: 1 - - uid: 18973 + pos: 30.5,3.5 + parent: 2 + - uid: 11818 components: - type: Transform - pos: -76.5,55.5 - parent: 1 - - uid: 18974 + pos: 29.5,6.5 + parent: 2 + - uid: 11819 components: - type: Transform - pos: -76.5,56.5 - parent: 1 - - uid: 18979 + pos: 29.5,5.5 + parent: 2 + - uid: 11820 components: - type: Transform - pos: -85.5,38.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 18999 + pos: -104.5,15.5 + parent: 2 + - uid: 11821 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -85.5,61.5 - parent: 1 - - uid: 19054 + pos: 31.5,17.5 + parent: 2 + - uid: 11822 components: - type: Transform - pos: -82.5,64.5 - parent: 1 - - uid: 19055 + pos: 30.5,17.5 + parent: 2 + - uid: 11823 components: - type: Transform - pos: -78.5,64.5 - parent: 1 - - uid: 19166 + pos: -98.5,15.5 + parent: 2 + - uid: 11824 components: - type: Transform - rot: 3.141592653589793 rad - pos: -75.5,58.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 19177 + pos: -96.5,15.5 + parent: 2 + - uid: 11825 components: - type: Transform - rot: 3.141592653589793 rad - pos: -75.5,54.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 19187 + pos: -107.5,18.5 + parent: 2 + - uid: 11826 components: - type: Transform - rot: 3.141592653589793 rad - pos: -75.5,57.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 19196 + pos: 29.5,14.5 + parent: 2 + - uid: 11827 components: - type: Transform - rot: 3.141592653589793 rad - pos: -75.5,55.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 19207 + pos: 29.5,13.5 + parent: 2 + - uid: 11828 components: - type: Transform - rot: 3.141592653589793 rad - pos: -75.5,51.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 19211 + pos: 29.5,12.5 + parent: 2 + - uid: 11829 components: - type: Transform - rot: 3.141592653589793 rad - pos: -75.5,50.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 19212 + pos: 29.5,20.5 + parent: 2 + - uid: 11830 components: - type: Transform - rot: 3.141592653589793 rad - pos: -75.5,53.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 19213 + pos: 29.5,21.5 + parent: 2 + - uid: 11831 components: - type: Transform - rot: 3.141592653589793 rad - pos: -76.5,45.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 19214 + pos: -107.5,19.5 + parent: 2 + - uid: 11832 components: - type: Transform - rot: 3.141592653589793 rad - pos: -75.5,49.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 19266 + pos: -106.5,37.5 + parent: 2 + - uid: 11833 components: - type: Transform - rot: 3.141592653589793 rad - pos: -75.5,56.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 19276 + pos: -9.5,-21.5 + parent: 2 + - uid: 11834 components: - type: Transform - pos: -74.5,50.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 19277 + pos: 16.5,7.5 + parent: 2 + - uid: 11835 components: - type: Transform - pos: -74.5,53.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 19278 + pos: 9.5,-12.5 + parent: 2 + - uid: 11836 components: - type: Transform - pos: -74.5,54.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 19280 + pos: -53.5,34.5 + parent: 2 + - uid: 11837 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -75.5,45.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 19281 + pos: -49.5,54.5 + parent: 2 + - uid: 11838 components: - type: Transform - pos: -74.5,46.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 19282 + pos: 5.5,23.5 + parent: 2 + - uid: 11839 components: - type: Transform - pos: -74.5,48.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 19283 + pos: -21.5,-20.5 + parent: 2 + - uid: 11840 components: - type: Transform - pos: -74.5,47.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 19285 + pos: -5.5,30.5 + parent: 2 + - uid: 11841 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -76.5,45.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 19286 + pos: -5.5,32.5 + parent: 2 + - uid: 11842 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -76.5,59.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 19289 + pos: -5.5,34.5 + parent: 2 + - uid: 11843 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -77.5,59.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 19290 + pos: -85.5,44.5 + parent: 2 + - uid: 11844 components: - type: Transform - pos: -74.5,49.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 19291 + pos: -44.5,65.5 + parent: 2 + - uid: 11845 components: - type: Transform - pos: -74.5,58.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 19292 + rot: -1.5707963267948966 rad + pos: 8.5,31.5 + parent: 2 + - uid: 11846 components: - type: Transform - pos: -74.5,59.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 19293 + pos: -34.5,65.5 + parent: 2 + - uid: 11847 components: - type: Transform - pos: -74.5,60.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 19294 + pos: 16.5,43.5 + parent: 2 + - uid: 11848 components: - type: Transform - pos: -74.5,56.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 19296 + pos: -8.5,63.5 + parent: 2 + - uid: 11849 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -78.5,42.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 19297 + pos: -82.5,44.5 + parent: 2 + - uid: 11850 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -77.5,42.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 19298 + pos: -46.5,-13.5 + parent: 2 + - uid: 11851 components: - type: Transform - rot: 3.141592653589793 rad - pos: -76.5,43.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 19299 + pos: -20.5,-20.5 + parent: 2 + - uid: 11852 components: - type: Transform - rot: 3.141592653589793 rad - pos: -76.5,44.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 19300 + pos: 10.5,-21.5 + parent: 2 + - uid: 11853 components: - type: Transform - pos: -74.5,55.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 19301 + pos: 24.5,51.5 + parent: 2 + - uid: 11854 components: - type: Transform - rot: 3.141592653589793 rad - pos: -76.5,46.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 19302 + pos: 17.5,4.5 + parent: 2 + - uid: 11855 components: - type: Transform - rot: 3.141592653589793 rad - pos: -76.5,47.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 19304 + pos: 13.5,4.5 + parent: 2 + - uid: 11856 components: - type: Transform - pos: -74.5,57.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 19305 + pos: 12.5,1.5 + parent: 2 + - uid: 11857 components: - type: Transform - rot: 3.141592653589793 rad - pos: -74.5,61.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 19306 + pos: 24.5,52.5 + parent: 2 + - uid: 11858 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -75.5,62.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' -- proto: GasPipeTJunction - entities: - - uid: 332 + pos: 24.5,50.5 + parent: 2 + - uid: 11859 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,-10.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 442 + pos: 24.5,53.5 + parent: 2 + - uid: 11860 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-22.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 1185 + pos: 15.5,-16.5 + parent: 2 + - uid: 11861 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,12.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 1276 + pos: -16.5,-31.5 + parent: 2 + - uid: 11862 components: - type: Transform - pos: 10.5,34.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 1596 + pos: 5.5,26.5 + parent: 2 + - uid: 11863 components: - type: Transform - pos: -13.5,-31.5 - parent: 1 - - uid: 1799 + pos: -45.5,-3.5 + parent: 2 + - uid: 11864 components: - type: Transform - pos: 15.5,6.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 1801 + pos: -43.5,-3.5 + parent: 2 + - uid: 11865 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,3.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 2222 + pos: -81.5,44.5 + parent: 2 + - uid: 11866 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,28.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 2256 + pos: 15.5,4.5 + parent: 2 + - uid: 11867 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,4.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 2257 + pos: -84.5,44.5 + parent: 2 + - uid: 11868 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,6.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 2276 + pos: -10.5,2.5 + parent: 2 + - uid: 11869 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,29.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 2277 + pos: -10.5,-4.5 + parent: 2 + - uid: 11870 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,29.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 2381 + pos: -103.5,35.5 + parent: 2 + - uid: 11871 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,36.5 - parent: 1 - - type: AtmosPipeColor - color: '#03FCD3FF' - - uid: 2387 + pos: 12.5,31.5 + parent: 2 + - uid: 11872 components: - type: Transform - pos: 9.5,33.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 2411 + pos: 11.5,31.5 + parent: 2 + - uid: 11873 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,32.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 2416 + pos: -5.5,3.5 + parent: 2 + - uid: 11874 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 2 + - uid: 11875 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,31.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 2421 + pos: -2.5,-0.5 + parent: 2 + - uid: 11876 components: - type: Transform rot: -1.5707963267948966 rad - pos: 2.5,29.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 2422 + pos: 13.5,30.5 + parent: 2 + - uid: 11877 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,30.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 2423 + pos: -76.5,9.5 + parent: 2 + - uid: 11878 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,29.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 2424 + pos: -99.5,37.5 + parent: 2 + - uid: 11879 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,28.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 2425 + pos: 3.5,-1.5 + parent: 2 + - uid: 11880 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,3.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 2431 + pos: -14.5,11.5 + parent: 2 + - uid: 11881 components: - type: Transform - pos: 14.5,5.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 2446 + pos: -107.5,32.5 + parent: 2 + - uid: 11882 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,28.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 2459 + pos: -17.5,30.5 + parent: 2 + - uid: 11883 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,30.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 2461 + pos: -16.5,30.5 + parent: 2 + - uid: 11884 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,29.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 2683 + pos: -15.5,30.5 + parent: 2 + - uid: 11885 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,23.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 2684 + pos: -14.5,29.5 + parent: 2 + - uid: 11886 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,22.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 2686 + pos: -76.5,11.5 + parent: 2 + - uid: 11887 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,26.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 2863 + pos: -107.5,31.5 + parent: 2 + - uid: 11888 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,24.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 2966 + pos: -38.5,61.5 + parent: 2 + - uid: 11889 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,13.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 3001 + pos: -14.5,13.5 + parent: 2 + - uid: 11890 components: - type: Transform - pos: 3.5,19.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 3002 + pos: -104.5,35.5 + parent: 2 + - uid: 11891 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,20.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 3496 + pos: -17.5,-14.5 + parent: 2 + - uid: 11892 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,6.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 3499 + pos: -25.5,7.5 + parent: 2 + - uid: 11893 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,4.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 3706 + pos: -26.5,7.5 + parent: 2 + - uid: 11894 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,-7.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 3708 + pos: -27.5,7.5 + parent: 2 + - uid: 11895 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,-10.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 3710 + pos: -26.5,30.5 + parent: 2 + - uid: 11896 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,-3.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 3730 + pos: -23.5,30.5 + parent: 2 + - uid: 11897 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,-1.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 3895 + pos: -34.5,22.5 + parent: 2 + - uid: 11898 components: - type: Transform - pos: 8.5,-17.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 4260 + pos: -40.5,-14.5 + parent: 2 + - uid: 11899 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,43.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 4782 + pos: -35.5,21.5 + parent: 2 + - uid: 11900 components: - type: Transform - pos: -64.5,-9.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 4784 + pos: -35.5,19.5 + parent: 2 + - uid: 11901 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,-10.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 4805 + pos: -35.5,18.5 + parent: 2 + - uid: 11902 components: - type: Transform - pos: -65.5,-10.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 6652 + pos: -35.5,20.5 + parent: 2 + - uid: 11903 components: - type: Transform - pos: -21.5,45.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 7074 + pos: -35.5,16.5 + parent: 2 + - uid: 11904 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,74.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 7075 + pos: -35.5,15.5 + parent: 2 + - uid: 11905 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,73.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 7088 + pos: -20.5,40.5 + parent: 2 + - uid: 11906 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,31.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 7092 + pos: -14.5,46.5 + parent: 2 + - uid: 11907 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,31.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 7222 + pos: -51.5,8.5 + parent: 2 + - uid: 11908 components: - type: Transform - pos: -62.5,31.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 7223 + pos: 3.5,-12.5 + parent: 2 + - uid: 11909 + components: + - type: Transform + pos: -10.5,-31.5 + parent: 2 + - uid: 11910 components: - type: Transform rot: 3.141592653589793 rad - pos: -62.5,32.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 7240 + pos: -69.5,64.5 + parent: 2 + - uid: 11911 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,33.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 7844 + pos: -21.5,35.5 + parent: 2 + - uid: 11912 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,36.5 - parent: 1 - - type: AtmosPipeColor - color: '#03FCD3FF' - - uid: 7846 + pos: -42.5,-7.5 + parent: 2 + - uid: 11913 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,60.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8357 + pos: -42.5,-6.5 + parent: 2 + - uid: 11914 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,55.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8358 + pos: -42.5,-1.5 + parent: 2 + - uid: 11915 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,54.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8691 + pos: -10.5,60.5 + parent: 2 + - uid: 11916 components: - type: Transform - pos: -48.5,53.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8698 + pos: -55.5,-2.5 + parent: 2 + - uid: 11917 components: - type: Transform - pos: -50.5,53.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8699 + pos: -98.5,37.5 + parent: 2 + - uid: 11918 components: - type: Transform - pos: -53.5,53.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8700 + pos: -38.5,-0.5 + parent: 2 + - uid: 11919 components: - type: Transform - pos: -56.5,53.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8702 + pos: -36.5,-0.5 + parent: 2 + - uid: 11920 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,53.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8704 + pos: -44.5,3.5 + parent: 2 + - uid: 11921 components: - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,53.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8722 + pos: -41.5,-17.5 + parent: 2 + - uid: 11922 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,56.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8724 + rot: -1.5707963267948966 rad + pos: 8.5,33.5 + parent: 2 + - uid: 11923 components: - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,55.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8727 + pos: -34.5,-0.5 + parent: 2 + - uid: 11924 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,55.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8733 + pos: -39.5,-14.5 + parent: 2 + - uid: 11925 components: - type: Transform - pos: -54.5,55.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8734 + pos: -34.5,-4.5 + parent: 2 + - uid: 11926 components: - type: Transform - pos: -51.5,55.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8735 + pos: -32.5,-4.5 + parent: 2 + - uid: 11927 components: - type: Transform - pos: -57.5,55.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8736 + pos: -31.5,-4.5 + parent: 2 + - uid: 11928 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,55.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8782 + pos: -59.5,10.5 + parent: 2 + - uid: 11929 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,65.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8783 + pos: -41.5,-14.5 + parent: 2 + - uid: 11930 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,64.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8784 + pos: -61.5,-12.5 + parent: 2 + - uid: 11931 components: - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,60.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8785 + pos: -62.5,-12.5 + parent: 2 + - uid: 11932 components: - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,61.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8787 + pos: -100.5,37.5 + parent: 2 + - uid: 11933 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,61.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8788 + pos: -104.5,37.5 + parent: 2 + - uid: 11934 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,60.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8793 + pos: -103.5,37.5 + parent: 2 + - uid: 11935 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,63.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8817 + pos: -105.5,37.5 + parent: 2 + - uid: 11936 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,62.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8911 + pos: -48.5,25.5 + parent: 2 + - uid: 11937 components: - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,83.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8912 + pos: -46.5,25.5 + parent: 2 + - uid: 11938 components: - type: Transform - pos: -55.5,84.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8913 + pos: -48.5,23.5 + parent: 2 + - uid: 11939 components: - type: Transform - pos: -55.5,89.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8914 + pos: -48.5,24.5 + parent: 2 + - uid: 11940 components: - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,88.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8915 + pos: -46.5,23.5 + parent: 2 + - uid: 11941 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,83.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8916 + pos: -46.5,24.5 + parent: 2 + - uid: 11942 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,84.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8917 + pos: -44.5,69.5 + parent: 2 + - uid: 11943 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,85.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8918 + pos: -25.5,64.5 + parent: 2 + - uid: 11944 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,84.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 9089 + pos: -38.5,-8.5 + parent: 2 + - uid: 11945 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,42.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 9229 + pos: -60.5,-12.5 + parent: 2 + - uid: 11946 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,40.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 9234 + pos: 3.5,-0.5 + parent: 2 + - uid: 11947 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -77.5,41.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 9722 + pos: -65.5,-13.5 + parent: 2 + - uid: 11948 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -77.5,40.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 9841 + pos: -59.5,2.5 + parent: 2 + - uid: 11949 components: - type: Transform - pos: -83.5,43.5 - parent: 1 - - type: AtmosPipeColor - color: '#947507FF' - - uid: 10050 + pos: -59.5,1.5 + parent: 2 + - uid: 11950 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,18.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 10083 + pos: -59.5,0.5 + parent: 2 + - uid: 11951 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,19.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 10084 + pos: -59.5,-0.5 + parent: 2 + - uid: 11952 components: - type: Transform - pos: 7.5,20.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 10149 + pos: -59.5,-1.5 + parent: 2 + - uid: 11953 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,-6.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 10231 + pos: -59.5,-3.5 + parent: 2 + - uid: 11954 components: - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,-2.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 10244 + pos: -59.5,-4.5 + parent: 2 + - uid: 11955 components: - type: Transform - pos: -39.5,-2.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 10306 + pos: -59.5,-5.5 + parent: 2 + - uid: 11956 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,28.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 10308 + pos: -59.5,-6.5 + parent: 2 + - uid: 11957 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,27.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 10601 + pos: -75.5,3.5 + parent: 2 + - uid: 11958 components: - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,4.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 10806 + pos: -71.5,3.5 + parent: 2 + - uid: 11959 components: - type: Transform - rot: 3.141592653589793 rad - pos: -69.5,6.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 10953 + pos: -70.5,3.5 + parent: 2 + - uid: 11960 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,42.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 10954 + pos: -69.5,3.5 + parent: 2 + - uid: 11961 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,41.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11035 + pos: -68.5,3.5 + parent: 2 + - uid: 11962 components: - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,35.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11075 + pos: -64.5,3.5 + parent: 2 + - uid: 11963 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -79.5,45.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11093 + pos: -63.5,3.5 + parent: 2 + - uid: 11964 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,37.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11094 + pos: -62.5,3.5 + parent: 2 + - uid: 11965 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,43.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11095 + pos: -61.5,3.5 + parent: 2 + - uid: 11966 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,44.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11096 + pos: -60.5,3.5 + parent: 2 + - uid: 11967 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,38.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11103 + pos: -73.5,-13.5 + parent: 2 + - uid: 11968 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,31.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11125 + pos: -59.5,-7.5 + parent: 2 + - uid: 11969 components: - type: Transform - pos: -57.5,47.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11134 + pos: -57.5,-12.5 + parent: 2 + - uid: 11970 components: - type: Transform - pos: -52.5,47.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11137 + pos: -64.5,-8.5 + parent: 2 + - uid: 11971 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,46.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11147 + pos: -73.5,-14.5 + parent: 2 + - uid: 11972 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,47.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11156 + pos: -69.5,-12.5 + parent: 2 + - uid: 11973 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,44.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11167 + pos: -68.5,-12.5 + parent: 2 + - uid: 11974 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,41.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11168 + pos: -61.5,-8.5 + parent: 2 + - uid: 11975 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,42.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11169 + pos: -69.5,-8.5 + parent: 2 + - uid: 11976 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,43.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11184 + pos: -68.5,-8.5 + parent: 2 + - uid: 11977 components: - type: Transform - pos: -42.5,43.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11185 + pos: -63.5,-8.5 + parent: 2 + - uid: 11978 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,43.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11211 + pos: -62.5,-8.5 + parent: 2 + - uid: 11979 components: - type: Transform - pos: -36.5,44.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11212 + pos: -70.5,-12.5 + parent: 2 + - uid: 11980 components: - type: Transform - pos: -35.5,43.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11223 + pos: -65.5,-14.5 + parent: 2 + - uid: 11981 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,45.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11224 + pos: -75.5,-8.5 + parent: 2 + - uid: 11982 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,44.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11266 + pos: -58.5,-12.5 + parent: 2 + - uid: 11983 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,32.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11268 + pos: -70.5,-8.5 + parent: 2 + - uid: 11984 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,35.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11269 + pos: -71.5,-8.5 + parent: 2 + - uid: 11985 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,36.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11271 + pos: -60.5,-8.5 + parent: 2 + - uid: 11986 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,32.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11274 + pos: -25.5,69.5 + parent: 2 + - uid: 11987 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,32.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11280 + pos: -0.5,64.5 + parent: 2 + - uid: 11988 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,33.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11293 + pos: -0.5,63.5 + parent: 2 + - uid: 11989 components: - type: Transform - pos: -50.5,28.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11294 + pos: -0.5,62.5 + parent: 2 + - uid: 11990 components: - type: Transform - pos: -51.5,29.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11308 + pos: -1.5,65.5 + parent: 2 + - uid: 11991 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,35.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11471 + pos: -25.5,70.5 + parent: 2 + - uid: 11992 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,39.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11499 + pos: -2.5,65.5 + parent: 2 + - uid: 11993 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -77.5,34.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11518 + pos: -25.5,68.5 + parent: 2 + - uid: 11996 components: - type: Transform rot: 3.141592653589793 rad - pos: -43.5,31.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11519 + pos: -44.5,-20.5 + parent: 2 + - uid: 11997 components: - type: Transform - pos: -42.5,33.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11536 + pos: -12.5,70.5 + parent: 2 + - uid: 11998 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,32.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11543 + pos: -8.5,67.5 + parent: 2 + - uid: 11999 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,32.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11579 + pos: -55.5,18.5 + parent: 2 + - uid: 12000 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,37.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11580 + pos: -55.5,19.5 + parent: 2 + - uid: 12001 components: - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,36.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11601 + pos: -63.5,68.5 + parent: 2 + - uid: 12002 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,28.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11602 + pos: -59.5,14.5 + parent: 2 + - uid: 12003 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,27.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11603 + pos: -82.5,39.5 + parent: 2 + - uid: 12004 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,21.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11604 + pos: -25.5,65.5 + parent: 2 + - uid: 12005 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,20.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11605 + pos: -17.5,70.5 + parent: 2 + - uid: 12008 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,24.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11606 + pos: -81.5,39.5 + parent: 2 + - uid: 12009 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,23.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11607 + pos: -84.5,39.5 + parent: 2 + - uid: 12010 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,13.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11608 + pos: -9.5,10.5 + parent: 2 + - uid: 12012 + components: + - type: Transform + pos: -85.5,41.5 + parent: 2 + - uid: 12013 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,12.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11614 + rot: 3.141592653589793 rad + pos: -52.5,-19.5 + parent: 2 + - uid: 12014 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,23.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11616 + rot: 3.141592653589793 rad + pos: -69.5,65.5 + parent: 2 + - uid: 12015 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,25.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11662 + pos: -18.5,46.5 + parent: 2 + - uid: 12016 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,25.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11670 + pos: -5.5,29.5 + parent: 2 + - uid: 12017 components: - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,23.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11681 + pos: -14.5,44.5 + parent: 2 + - uid: 12018 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,24.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11682 + pos: -14.5,43.5 + parent: 2 + - uid: 12019 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,25.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11689 + pos: -14.5,41.5 + parent: 2 + - uid: 12020 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,27.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11692 + pos: -14.5,39.5 + parent: 2 + - uid: 12021 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,26.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11700 + pos: -14.5,38.5 + parent: 2 + - uid: 12022 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,17.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11701 + pos: -14.5,36.5 + parent: 2 + - uid: 12023 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,18.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11702 + pos: -14.5,35.5 + parent: 2 + - uid: 12024 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,11.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11703 + pos: -14.5,49.5 + parent: 2 + - uid: 12025 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,10.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11704 + pos: -9.5,58.5 + parent: 2 + - uid: 12026 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,14.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11705 + pos: -16.5,70.5 + parent: 2 + - uid: 12027 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,15.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11706 + pos: -59.5,-14.5 + parent: 2 + - uid: 12028 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,14.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11707 + pos: -67.5,-8.5 + parent: 2 + - uid: 12030 components: - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,15.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11757 + pos: 16.5,-23.5 + parent: 2 + - uid: 12031 components: - type: Transform - rot: 3.141592653589793 rad - pos: -67.5,4.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11758 + pos: 17.5,-17.5 + parent: 2 + - uid: 12032 components: - type: Transform - pos: -66.5,6.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11760 + pos: -9.5,65.5 + parent: 2 + - uid: 12033 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,5.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11764 + pos: -14.5,70.5 + parent: 2 + - uid: 12034 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,5.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11815 + pos: -25.5,62.5 + parent: 2 + - uid: 12035 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,-1.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11816 + pos: 24.5,38.5 + parent: 2 + - uid: 12036 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,-2.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11817 + pos: 24.5,40.5 + parent: 2 + - uid: 12037 + components: + - type: Transform + pos: -11.5,70.5 + parent: 2 + - uid: 12038 components: - type: Transform rot: 1.5707963267948966 rad - pos: -56.5,-5.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11818 + pos: -81.5,64.5 + parent: 2 + - uid: 12039 components: - type: Transform - pos: -57.5,-9.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11819 + pos: -0.5,59.5 + parent: 2 + - uid: 12040 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,-6.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11888 + pos: -0.5,60.5 + parent: 2 + - uid: 12041 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,4.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11889 + pos: -13.5,54.5 + parent: 2 + - uid: 12042 components: - type: Transform - pos: -48.5,6.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11952 + pos: -13.5,56.5 + parent: 2 + - uid: 12043 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,0.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11954 + pos: -13.5,53.5 + parent: 2 + - uid: 12044 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,1.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11955 + pos: -13.5,57.5 + parent: 2 + - uid: 12045 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,3.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11961 + pos: -36.5,-10.5 + parent: 2 + - uid: 12046 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,2.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12002 + pos: -16.5,58.5 + parent: 2 + - uid: 12047 components: - type: Transform - pos: -37.5,-2.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12003 + pos: -10.5,61.5 + parent: 2 + - uid: 12048 components: - type: Transform - pos: -36.5,-3.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12077 + pos: -55.5,-0.5 + parent: 2 + - uid: 12049 components: - type: Transform - pos: -33.5,4.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12078 + pos: -11.5,64.5 + parent: 2 + - uid: 12050 components: - type: Transform - pos: -32.5,6.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12093 + pos: -11.5,65.5 + parent: 2 + - uid: 12051 components: - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,4.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12100 + pos: -12.5,65.5 + parent: 2 + - uid: 12052 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,8.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12101 + pos: -12.5,66.5 + parent: 2 + - uid: 12053 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,9.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12106 + pos: -13.5,66.5 + parent: 2 + - uid: 12054 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,11.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12107 + pos: -13.5,67.5 + parent: 2 + - uid: 12055 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,12.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12133 + pos: -14.5,67.5 + parent: 2 + - uid: 12056 components: - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,4.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12168 + pos: -15.5,67.5 + parent: 2 + - uid: 12057 components: - type: Transform - pos: -24.5,31.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12169 + pos: -16.5,67.5 + parent: 2 + - uid: 12058 components: - type: Transform - pos: -22.5,33.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12170 + pos: -17.5,67.5 + parent: 2 + - uid: 12059 components: - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,31.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12171 + pos: -18.5,67.5 + parent: 2 + - uid: 12060 components: - type: Transform - pos: -30.5,33.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12201 + pos: -19.5,67.5 + parent: 2 + - uid: 12061 components: - type: Transform - pos: -13.5,31.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12202 + pos: -19.5,66.5 + parent: 2 + - uid: 12062 components: - type: Transform - pos: -11.5,33.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12208 + pos: -20.5,66.5 + parent: 2 + - uid: 12063 components: - type: Transform - pos: -16.5,33.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12209 + pos: -20.5,65.5 + parent: 2 + - uid: 12064 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,32.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12222 + pos: -21.5,65.5 + parent: 2 + - uid: 12065 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,37.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12223 + pos: -21.5,64.5 + parent: 2 + - uid: 12066 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,38.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12225 + pos: -59.5,41.5 + parent: 2 + - uid: 12067 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,46.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12239 + pos: -17.5,-8.5 + parent: 2 + - uid: 12068 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,45.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12240 + pos: -7.5,63.5 + parent: 2 + - uid: 12069 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,45.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12262 + pos: -67.5,3.5 + parent: 2 + - uid: 12070 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,47.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12263 + pos: -67.5,2.5 + parent: 2 + - uid: 12071 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,48.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12294 + pos: -72.5,2.5 + parent: 2 + - uid: 12072 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,4.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12295 + pos: -72.5,3.5 + parent: 2 + - uid: 12073 components: - type: Transform - pos: -16.5,6.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12417 + pos: -72.5,-8.5 + parent: 2 + - uid: 12074 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,10.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12418 + pos: -72.5,-7.5 + parent: 2 + - uid: 12075 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,11.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12419 + pos: -7.5,58.5 + parent: 2 + - uid: 12076 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,18.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12420 + pos: -13.5,70.5 + parent: 2 + - uid: 12077 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,19.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12421 + pos: -10.5,69.5 + parent: 2 + - uid: 12078 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,27.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12422 + pos: -3.5,65.5 + parent: 2 + - uid: 12079 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,28.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12475 + pos: -22.5,69.5 + parent: 2 + - uid: 12080 + components: + - type: Transform + pos: -22.5,60.5 + parent: 2 + - uid: 12081 components: - type: Transform - pos: -8.5,31.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12476 + pos: -22.5,61.5 + parent: 2 + - uid: 12082 components: - type: Transform - pos: -7.5,33.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12513 + pos: -22.5,62.5 + parent: 2 + - uid: 12083 components: - type: Transform - pos: -6.5,6.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12514 + pos: -40.5,34.5 + parent: 2 + - uid: 12084 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,4.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12515 + pos: -42.5,34.5 + parent: 2 + - uid: 12085 components: - type: Transform - pos: 4.5,6.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12516 + pos: -44.5,34.5 + parent: 2 + - uid: 12086 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,4.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12517 + pos: -42.5,48.5 + parent: 2 + - uid: 12087 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,4.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12518 + pos: -70.5,36.5 + parent: 2 + - uid: 12088 components: - type: Transform - pos: 10.5,6.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12530 + pos: -45.5,41.5 + parent: 2 + - uid: 12089 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,17.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12538 + pos: -41.5,53.5 + parent: 2 + - uid: 12090 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,14.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12566 + pos: -40.5,53.5 + parent: 2 + - uid: 12091 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,1.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12615 + pos: -41.5,48.5 + parent: 2 + - uid: 12092 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,6.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12616 + pos: 7.5,-23.5 + parent: 2 + - uid: 12093 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,5.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12635 + pos: -67.5,-7.5 + parent: 2 + - uid: 12094 components: - type: Transform - pos: 20.5,6.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12636 + pos: -48.5,56.5 + parent: 2 + - uid: 12095 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,5.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12645 + pos: -46.5,56.5 + parent: 2 + - uid: 12096 components: - type: Transform - pos: 25.5,5.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12659 + pos: -57.5,48.5 + parent: 2 + - uid: 12097 components: - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,5.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12663 + pos: -56.5,48.5 + parent: 2 + - uid: 12098 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,12.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12665 + pos: -54.5,48.5 + parent: 2 + - uid: 12099 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,18.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12666 + pos: -53.5,48.5 + parent: 2 + - uid: 12100 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,10.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12667 + pos: -51.5,48.5 + parent: 2 + - uid: 12101 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,8.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12668 + pos: -50.5,48.5 + parent: 2 + - uid: 12102 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,16.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12669 + pos: -50.5,52.5 + parent: 2 + - uid: 12103 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,19.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12670 + pos: -53.5,52.5 + parent: 2 + - uid: 12104 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,20.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12720 + pos: -56.5,52.5 + parent: 2 + - uid: 12105 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,33.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12721 + pos: -54.5,59.5 + parent: 2 + - uid: 12106 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,31.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12737 + pos: -55.5,59.5 + parent: 2 + - uid: 12107 components: - type: Transform - pos: 9.5,14.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12747 + pos: -56.5,59.5 + parent: 2 + - uid: 12108 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,16.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12748 + pos: -48.5,63.5 + parent: 2 + - uid: 12109 components: - type: Transform - pos: 8.5,16.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12974 + pos: -64.5,29.5 + parent: 2 + - uid: 12110 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,56.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12976 + pos: 17.5,-14.5 + parent: 2 + - uid: 12111 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,57.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12980 + pos: -23.5,68.5 + parent: 2 + - uid: 12112 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,59.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12981 + pos: -46.5,63.5 + parent: 2 + - uid: 12113 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,60.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 13008 + pos: 17.5,-16.5 + parent: 2 + - uid: 12114 components: - type: Transform - pos: -12.5,55.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 13016 + pos: -53.5,63.5 + parent: 2 + - uid: 12115 components: - type: Transform - pos: -11.5,54.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 13173 + pos: -53.5,64.5 + parent: 2 + - uid: 12116 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-33.5 - parent: 1 - - uid: 13546 + pos: -53.5,65.5 + parent: 2 + - uid: 12117 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,46.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 13941 + pos: -58.5,62.5 + parent: 2 + - uid: 12118 components: - type: Transform - pos: -74.5,34.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 13950 + pos: -60.5,66.5 + parent: 2 + - uid: 12119 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -62.5,44.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 13951 + pos: -59.5,66.5 + parent: 2 + - uid: 12120 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -61.5,43.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 13963 + pos: -58.5,66.5 + parent: 2 + - uid: 12121 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -61.5,45.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 13972 + pos: -56.5,62.5 + parent: 2 + - uid: 12122 components: - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,47.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14012 + pos: -54.5,62.5 + parent: 2 + - uid: 12123 components: - type: Transform - pos: -73.5,35.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14029 + pos: -15.5,-8.5 + parent: 2 + - uid: 12124 components: - type: Transform - pos: -70.5,34.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14030 + pos: -58.5,54.5 + parent: 2 + - uid: 12125 components: - type: Transform - pos: -69.5,34.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14031 + pos: -49.5,83.5 + parent: 2 + - uid: 12126 components: - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,33.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 14046 + pos: -49.5,84.5 + parent: 2 + - uid: 12127 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,32.5 - parent: 1 - - type: AtmosPipeColor - color: '#03FCD3FF' - - uid: 14048 + pos: -49.5,85.5 + parent: 2 + - uid: 12128 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -74.5,30.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 14049 + pos: -49.5,86.5 + parent: 2 + - uid: 12129 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -73.5,29.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14050 + pos: -49.5,87.5 + parent: 2 + - uid: 12130 components: - type: Transform - rot: 3.141592653589793 rad - pos: -75.5,24.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14051 + pos: -49.5,88.5 + parent: 2 + - uid: 12131 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -73.5,24.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14052 + pos: -51.5,91.5 + parent: 2 + - uid: 12132 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -74.5,21.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 14053 + pos: -58.5,82.5 + parent: 2 + - uid: 12133 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -73.5,22.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14137 + pos: -59.5,90.5 + parent: 2 + - uid: 12134 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -64.5,31.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 14138 + pos: -60.5,90.5 + parent: 2 + - uid: 12135 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -63.5,32.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14328 + pos: -61.5,82.5 + parent: 2 + - uid: 12136 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -85.5,33.5 - parent: 1 - - type: AtmosPipeColor - color: '#03FCD3FF' - - uid: 14638 + pos: -63.5,83.5 + parent: 2 + - uid: 12137 components: - type: Transform - pos: -78.5,35.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14666 + pos: -62.5,88.5 + parent: 2 + - uid: 12138 components: - type: Transform - pos: -53.5,9.5 - parent: 1 - - uid: 15547 + pos: -10.5,70.5 + parent: 2 + - uid: 12139 components: - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,-35.5 - parent: 1 - - uid: 15829 + pos: -5.5,65.5 + parent: 2 + - uid: 12140 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,46.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 17005 + pos: -6.5,65.5 + parent: 2 + - uid: 12141 components: - type: Transform - pos: 4.5,4.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 17027 + pos: -9.5,69.5 + parent: 2 + - uid: 12142 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-15.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 17028 + pos: -9.5,68.5 + parent: 2 + - uid: 12143 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-16.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17042 + pos: -7.5,65.5 + parent: 2 + - uid: 12144 components: - type: Transform - pos: 10.5,-16.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17291 + pos: -42.5,40.5 + parent: 2 + - uid: 12145 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-0.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 17297 + pos: -17.5,24.5 + parent: 2 + - uid: 12146 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-2.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17298 + pos: -20.5,38.5 + parent: 2 + - uid: 12147 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-1.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17313 + pos: -20.5,39.5 + parent: 2 + - uid: 12148 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-1.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 17319 + pos: -63.5,84.5 + parent: 2 + - uid: 12149 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-4.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 17330 + pos: -58.5,90.5 + parent: 2 + - uid: 12150 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,-11.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17333 + pos: -59.5,82.5 + parent: 2 + - uid: 12151 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,-9.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 17340 + pos: -60.5,82.5 + parent: 2 + - uid: 12152 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-11.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17345 + pos: -63.5,85.5 + parent: 2 + - uid: 12153 components: - type: Transform - pos: -15.5,-15.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17355 + pos: -47.5,52.5 + parent: 2 + - uid: 12154 components: - type: Transform - pos: -13.5,-10.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 17360 + pos: -14.5,26.5 + parent: 2 + - uid: 12155 components: - type: Transform - pos: -11.5,-11.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17366 + pos: -69.5,36.5 + parent: 2 + - uid: 12156 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-14.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17368 + pos: -49.5,65.5 + parent: 2 + - uid: 12157 + components: + - type: Transform + pos: -8.5,68.5 + parent: 2 + - uid: 12158 components: - type: Transform rot: -1.5707963267948966 rad - pos: -11.5,-15.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17371 + pos: 8.5,37.5 + parent: 2 + - uid: 12159 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-17.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 17374 + pos: -14.5,-15.5 + parent: 2 + - uid: 12160 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-16.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17383 + pos: -72.5,28.5 + parent: 2 + - uid: 12161 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-25.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17418 + rot: 3.141592653589793 rad + pos: -44.5,-18.5 + parent: 2 + - uid: 12162 components: - type: Transform - pos: -6.5,-16.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17436 + pos: -22.5,70.5 + parent: 2 + - uid: 12163 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-16.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 17449 + pos: -19.5,70.5 + parent: 2 + - uid: 12164 components: - type: Transform - pos: -3.5,-11.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 17611 + pos: 17.5,7.5 + parent: 2 + - uid: 12165 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -69.5,8.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17618 + pos: -60.5,30.5 + parent: 2 + - uid: 12166 components: - type: Transform - pos: -71.5,9.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 18618 + pos: -59.5,69.5 + parent: 2 + - uid: 12167 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,53.5 - parent: 1 - - type: AtmosPipeColor - color: '#947507FF' - - uid: 18621 + pos: -6.5,-6.5 + parent: 2 + - uid: 12168 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,54.5 - parent: 1 - - type: AtmosPipeColor - color: '#947507FF' - - uid: 18867 + pos: 5.5,57.5 + parent: 2 + - uid: 12169 components: - type: Transform - pos: -5.5,54.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 18881 + pos: 4.5,57.5 + parent: 2 + - uid: 12170 components: - type: Transform - pos: -3.5,53.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 19048 + pos: -14.5,-5.5 + parent: 2 + - uid: 12171 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -82.5,65.5 - parent: 1 - - uid: 19049 + pos: -43.5,69.5 + parent: 2 + - uid: 12172 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -82.5,66.5 - parent: 1 - - uid: 19050 + pos: -58.5,69.5 + parent: 2 + - uid: 12174 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -78.5,65.5 - parent: 1 - - uid: 19051 + pos: -55.5,74.5 + parent: 2 + - uid: 12175 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -78.5,66.5 - parent: 1 - - uid: 19057 + pos: -55.5,69.5 + parent: 2 + - uid: 12176 components: - type: Transform - rot: 3.141592653589793 rad - pos: -82.5,62.5 - parent: 1 - - uid: 19058 + pos: -55.5,70.5 + parent: 2 + - uid: 12177 components: - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,62.5 - parent: 1 -- proto: GasPort - entities: - - uid: 140 + pos: -42.5,0.5 + parent: 2 + - uid: 12178 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-36.5 - parent: 1 - - uid: 173 + pos: -55.5,72.5 + parent: 2 + - uid: 12179 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-35.5 - parent: 1 - - uid: 1533 + pos: -23.5,69.5 + parent: 2 + - uid: 12180 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-33.5 - parent: 1 - - uid: 2862 + pos: -55.5,75.5 + parent: 2 + - uid: 12181 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-31.5 - parent: 1 - - uid: 4734 + pos: -65.5,82.5 + parent: 2 + - uid: 12182 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-30.5 - parent: 1 - - uid: 5459 + pos: -65.5,84.5 + parent: 2 + - uid: 12183 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,9.5 - parent: 1 - - uid: 5461 + pos: -65.5,85.5 + parent: 2 + - uid: 12184 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-32.5 - parent: 1 - - uid: 5573 + pos: -36.5,59.5 + parent: 2 + - uid: 12185 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,24.5 - parent: 1 - - uid: 9887 + pos: -65.5,87.5 + parent: 2 + - uid: 12186 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -83.5,33.5 - parent: 1 - - type: AtmosPipeColor - color: '#03FCD3FF' - - uid: 10837 + pos: -64.5,88.5 + parent: 2 + - uid: 12187 components: - type: Transform - pos: -86.5,38.5 - parent: 1 - - type: AtmosPipeColor - color: '#947507FF' - - uid: 11491 + pos: -64.5,89.5 + parent: 2 + - uid: 12188 components: - type: Transform - pos: -87.5,38.5 - parent: 1 - - type: AtmosPipeColor - color: '#947507FF' - - uid: 16544 + pos: -47.5,77.5 + parent: 2 + - uid: 12189 components: - type: Transform - rot: 3.141592653589793 rad - pos: -77.5,41.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 17951 + pos: -47.5,76.5 + parent: 2 + - uid: 12190 components: - type: Transform - rot: 3.141592653589793 rad - pos: -77.5,42.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 18083 + pos: -47.5,74.5 + parent: 2 + - uid: 12191 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -82.5,45.5 - parent: 1 -- proto: GasPressurePump - entities: - - uid: 1071 + pos: -46.5,71.5 + parent: 2 + - uid: 12192 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-35.5 - parent: 1 - - uid: 2069 + pos: -45.5,71.5 + parent: 2 + - uid: 12193 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-31.5 - parent: 1 - - uid: 5323 + pos: -44.5,71.5 + parent: 2 + - uid: 12194 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,9.5 - parent: 1 - - type: GasPressurePump - targetPressure: 105 - - uid: 7563 + pos: -79.5,28.5 + parent: 2 + - uid: 12195 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,36.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 10672 + pos: -42.5,71.5 + parent: 2 + - uid: 12196 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -84.5,33.5 - parent: 1 - - type: AtmosPipeColor - color: '#03FCD3FF' - - uid: 11074 + pos: -51.5,10.5 + parent: 2 + - uid: 12200 components: - type: Transform - pos: -79.5,46.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11482 + rot: 1.5707963267948966 rad + pos: -85.5,-4.5 + parent: 2 + - uid: 12201 components: - type: Transform - rot: 3.141592653589793 rad - pos: -77.5,46.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 15108 + pos: -70.5,57.5 + parent: 2 + - uid: 12202 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-36.5 - parent: 1 - - uid: 15548 + pos: -71.5,36.5 + parent: 2 + - uid: 12203 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-30.5 - parent: 1 - - uid: 15673 + pos: -63.5,29.5 + parent: 2 + - uid: 12204 components: - type: Transform - rot: 3.141592653589793 rad - pos: -82.5,37.5 - parent: 1 - - type: AtmosPipeColor - color: '#947507FF' - - uid: 17797 + pos: -67.5,32.5 + parent: 2 + - uid: 12205 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,51.5 - parent: 1 - - uid: 17798 + pos: -14.5,28.5 + parent: 2 + - uid: 12206 components: - type: Transform - pos: -83.5,51.5 - parent: 1 - - uid: 17799 + pos: -14.5,25.5 + parent: 2 + - uid: 12207 components: - type: Transform - pos: -85.5,51.5 - parent: 1 - - uid: 17800 + pos: -72.5,22.5 + parent: 2 + - uid: 12208 components: - type: Transform - pos: -87.5,51.5 - parent: 1 - - uid: 17801 + pos: -71.5,32.5 + parent: 2 + - uid: 12209 components: - type: Transform - pos: -89.5,51.5 - parent: 1 - - uid: 17802 + pos: -64.5,24.5 + parent: 2 + - uid: 12210 components: - type: Transform - pos: -91.5,51.5 - parent: 1 - - uid: 17803 + pos: -65.5,24.5 + parent: 2 + - uid: 12211 components: - type: Transform - pos: -93.5,51.5 - parent: 1 - - uid: 17962 + pos: -66.5,24.5 + parent: 2 + - uid: 12212 components: - type: Transform - pos: -84.5,45.5 - parent: 1 - - type: AtmosPipeColor - color: '#947507FF' - - uid: 18147 + pos: -10.5,-32.5 + parent: 2 + - uid: 12213 components: - type: Transform - pos: -93.5,48.5 - parent: 1 - - type: AtmosPipeColor - color: '#947507FF' - - uid: 18148 + pos: -72.5,20.5 + parent: 2 + - uid: 12214 components: - type: Transform - rot: 3.141592653589793 rad - pos: -92.5,48.5 - parent: 1 - - type: AtmosPipeColor - color: '#947507FF' - - uid: 18396 + pos: -109.5,31.5 + parent: 2 + - uid: 12215 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -84.5,60.5 - parent: 1 - - uid: 18814 + pos: -105.5,13.5 + parent: 2 + - uid: 12216 components: - type: Transform - pos: -82.5,63.5 - parent: 1 - - uid: 18945 + pos: -104.5,13.5 + parent: 2 + - uid: 12217 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -84.5,61.5 - parent: 1 - - uid: 18962 + pos: -102.5,13.5 + parent: 2 + - uid: 12218 components: - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,63.5 - parent: 1 - - uid: 19056 + pos: -100.5,13.5 + parent: 2 + - uid: 12219 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -80.5,62.5 - parent: 1 -- proto: GasThermoMachineFreezer - entities: - - uid: 15647 + pos: -99.5,13.5 + parent: 2 + - uid: 12220 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -90.5,38.5 - parent: 1 - - uid: 16110 + pos: -98.5,13.5 + parent: 2 + - uid: 12221 components: - type: Transform - pos: 11.5,37.5 - parent: 1 - - type: AtmosPipeColor - color: '#03FCD3FF' - - uid: 18086 + pos: -101.5,13.5 + parent: 2 + - uid: 12222 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -87.5,44.5 - parent: 1 - - uid: 18087 + pos: -95.5,13.5 + parent: 2 + - uid: 12223 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -87.5,43.5 - parent: 1 -- proto: GasThermoMachineHeater - entities: - - uid: 13695 + pos: -94.5,13.5 + parent: 2 + - uid: 12224 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -90.5,37.5 - parent: 1 - - uid: 18110 + pos: -93.5,13.5 + parent: 2 + - uid: 12225 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -89.5,44.5 - parent: 1 - - uid: 18299 + pos: -92.5,13.5 + parent: 2 + - uid: 12226 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -89.5,43.5 - parent: 1 -- proto: GasValve - entities: - - uid: 69 + pos: -91.5,13.5 + parent: 2 + - uid: 12227 + components: + - type: Transform + pos: -77.5,26.5 + parent: 2 + - uid: 12228 components: - type: Transform - pos: -13.5,-32.5 - parent: 1 - - type: GasValve - open: False - - uid: 226 + pos: -77.5,24.5 + parent: 2 + - uid: 12229 components: - type: Transform - pos: -13.5,-34.5 - parent: 1 - - type: GasValve - open: False - - uid: 9838 + pos: -109.5,19.5 + parent: 2 + - uid: 12230 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -94.5,51.5 - parent: 1 - - type: GasValve - open: False - - uid: 10762 + pos: -109.5,21.5 + parent: 2 + - uid: 12231 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -83.5,32.5 - parent: 1 - - type: GasValve - open: False - - type: AtmosPipeColor - color: '#03FCD3FF' -- proto: GasVentPump - entities: - - uid: 1331 + pos: -109.5,20.5 + parent: 2 + - uid: 12232 components: - type: Transform - pos: 0.5,9.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 2063 + pos: -109.5,23.5 + parent: 2 + - uid: 12233 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,3.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 15101 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 2102 + pos: -109.5,26.5 + parent: 2 + - uid: 12234 components: - type: Transform - pos: -4.5,34.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 2220 + pos: -109.5,27.5 + parent: 2 + - uid: 12235 components: - type: Transform - pos: 8.5,29.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 7447 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 2390 + pos: -109.5,25.5 + parent: 2 + - uid: 12236 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,33.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 7447 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 2666 + pos: -109.5,28.5 + parent: 2 + - uid: 12237 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,31.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 2670 + pos: -86.5,23.5 + parent: 2 + - uid: 12238 components: - type: Transform - pos: 3.5,37.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 2672 + pos: -86.5,24.5 + parent: 2 + - uid: 12239 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,29.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 16131 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 2673 + pos: -86.5,25.5 + parent: 2 + - uid: 12240 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,32.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 16131 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 3019 + pos: -86.5,26.5 + parent: 2 + - uid: 12241 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,25.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 3020 + pos: -86.5,27.5 + parent: 2 + - uid: 12242 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,16.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 3021 + pos: -109.5,29.5 + parent: 2 + - uid: 12243 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,22.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 3573 + pos: -109.5,33.5 + parent: 2 + - uid: 12244 components: - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,-11.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 3823 + pos: -109.5,32.5 + parent: 2 + - uid: 12245 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,43.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 13472 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 4749 + pos: -109.5,37.5 + parent: 2 + - uid: 12246 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,-11.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 4800 + pos: -109.5,36.5 + parent: 2 + - uid: 12247 components: - type: Transform - rot: 3.141592653589793 rad - pos: -65.5,-11.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 4802 + pos: -72.5,30.5 + parent: 2 + - uid: 12248 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -74.5,-10.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 5688 + pos: -81.5,41.5 + parent: 2 + - uid: 12249 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,23.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 5692 + pos: -78.5,67.5 + parent: 2 + - uid: 12250 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,27.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 6528 + pos: -69.5,18.5 + parent: 2 + - uid: 12251 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,45.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 15826 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 7119 + pos: -68.5,18.5 + parent: 2 + - uid: 12252 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -71.5,22.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 14301 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 7192 + pos: -50.5,34.5 + parent: 2 + - uid: 12253 components: - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,31.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 18383 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 7609 + pos: -3.5,-24.5 + parent: 2 + - uid: 12254 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -63.5,33.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 16511 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8361 + pos: -8.5,-21.5 + parent: 2 + - uid: 12255 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,73.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8686 + pos: -7.5,-22.5 + parent: 2 + - uid: 12256 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,54.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8697 + pos: -22.5,44.5 + parent: 2 + - uid: 12257 components: - type: Transform - pos: -47.5,59.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 8962 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8761 + pos: -44.5,61.5 + parent: 2 + - uid: 12258 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,50.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8762 + pos: -37.5,64.5 + parent: 2 + - uid: 12259 components: - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,50.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8763 + pos: -38.5,67.5 + parent: 2 + - uid: 12260 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,50.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8764 + pos: -73.5,18.5 + parent: 2 + - uid: 12261 components: - type: Transform - rot: 3.141592653589793 rad - pos: -61.5,52.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 6977 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8765 + pos: -70.5,18.5 + parent: 2 + - uid: 12262 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -60.5,57.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 6977 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8779 + pos: -69.5,27.5 + parent: 2 + - uid: 12263 components: - type: Transform - pos: -53.5,56.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 6977 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8845 + pos: -69.5,24.5 + parent: 2 + - uid: 12264 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -60.5,60.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 6977 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8846 + pos: -33.5,-4.5 + parent: 2 + - uid: 12265 components: - type: Transform - pos: -59.5,64.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 6977 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8847 + pos: -15.5,24.5 + parent: 2 + - uid: 12266 components: - type: Transform - pos: -55.5,64.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 6977 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8848 + pos: -42.5,-14.5 + parent: 2 + - uid: 12267 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,63.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 8962 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8883 + pos: -44.5,68.5 + parent: 2 + - uid: 12268 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,84.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8885 + pos: 23.5,36.5 + parent: 2 + - uid: 12269 components: - type: Transform - pos: -54.5,84.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8887 + pos: -4.5,3.5 + parent: 2 + - uid: 12270 components: - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,88.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8928 + pos: -16.5,-35.5 + parent: 2 + - uid: 12271 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,87.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8967 + pos: -25.5,60.5 + parent: 2 + - uid: 12272 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,83.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 9156 + pos: -82.5,31.5 + parent: 2 + - uid: 12273 components: - type: Transform - pos: -49.5,9.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 6077 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 10022 + pos: -70.5,41.5 + parent: 2 + - uid: 12274 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,33.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 10192 + pos: -80.5,32.5 + parent: 2 + - uid: 12275 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,62.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 10258 + pos: -63.5,43.5 + parent: 2 + - uid: 12276 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,-6.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 10337 + pos: -64.5,43.5 + parent: 2 + - uid: 12277 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-2.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 10703 + pos: -60.5,43.5 + parent: 2 + - uid: 12278 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,-12.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 10805 + pos: -61.5,43.5 + parent: 2 + - uid: 12279 components: - type: Transform - pos: 6.5,20.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 10955 + pos: -86.5,54.5 + parent: 2 + - uid: 12280 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,42.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11119 + pos: -96.5,61.5 + parent: 2 + - uid: 12281 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,38.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11145 + pos: -88.5,54.5 + parent: 2 + - uid: 12282 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,46.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11172 + pos: -14.5,14.5 + parent: 2 + - uid: 12283 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,42.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11192 + pos: -22.5,35.5 + parent: 2 + - uid: 12284 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,42.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11208 + pos: -14.5,10.5 + parent: 2 + - uid: 12285 components: - type: Transform - pos: -40.5,50.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11238 + pos: 6.5,-19.5 + parent: 2 + - uid: 12286 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,46.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11239 + pos: -14.5,12.5 + parent: 2 + - uid: 12287 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,44.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11240 + pos: -15.5,9.5 + parent: 2 + - uid: 12288 + components: + - type: Transform + pos: -49.5,57.5 + parent: 2 + - uid: 12289 components: - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,42.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11272 + pos: -16.5,9.5 + parent: 2 + - uid: 12290 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,36.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11304 + pos: -0.5,41.5 + parent: 2 + - uid: 12291 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,24.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11306 + pos: 0.5,41.5 + parent: 2 + - uid: 12292 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,28.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11317 + pos: 8.5,3.5 + parent: 2 + - uid: 12293 components: - type: Transform - pos: -52.5,40.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 9503 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11318 + pos: 5.5,-25.5 + parent: 2 + - uid: 12294 components: - type: Transform - pos: -51.5,36.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 9503 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11321 + pos: -19.5,-12.5 + parent: 2 + - uid: 12295 components: - type: Transform - pos: -53.5,33.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11557 + pos: 8.5,-9.5 + parent: 2 + - uid: 12296 components: - type: Transform rot: 3.141592653589793 rad - pos: -42.5,32.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11558 + pos: -69.5,63.5 + parent: 2 + - uid: 12297 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,32.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11592 + pos: -12.5,-38.5 + parent: 2 + - uid: 12298 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,37.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11593 + pos: -44.5,40.5 + parent: 2 + - uid: 12299 components: - type: Transform - pos: -36.5,40.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11594 + pos: -49.5,56.5 + parent: 2 + - uid: 12300 components: - type: Transform - pos: -32.5,39.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11595 + pos: -13.5,-38.5 + parent: 2 + - uid: 12301 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,37.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11640 + pos: -64.5,68.5 + parent: 2 + - uid: 12302 components: - type: Transform rot: 1.5707963267948966 rad - pos: -37.5,28.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11641 + pos: -1.5,28.5 + parent: 2 + - uid: 12303 components: - type: Transform rot: 1.5707963267948966 rad - pos: -37.5,20.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11642 + pos: -2.5,28.5 + parent: 2 + - uid: 12304 components: - type: Transform rot: 1.5707963267948966 rad - pos: -37.5,12.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11647 + pos: 1.5,22.5 + parent: 2 + - uid: 12305 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,24.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11676 + pos: 1.5,41.5 + parent: 2 + - uid: 12306 components: - type: Transform - pos: -34.5,27.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11677 + pos: -84.5,31.5 + parent: 2 + - uid: 12307 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,23.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11698 + pos: -94.5,64.5 + parent: 2 + - uid: 12308 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,24.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11752 + pos: -90.5,54.5 + parent: 2 + - uid: 12310 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,27.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11753 + pos: -14.5,15.5 + parent: 2 + - uid: 12311 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,17.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11754 + pos: -59.5,42.5 + parent: 2 + - uid: 12312 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,11.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11755 + pos: -59.5,39.5 + parent: 2 + - uid: 12313 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,14.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11756 + pos: -30.5,-10.5 + parent: 2 + - uid: 12314 components: - type: Transform - pos: -53.5,19.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11790 + pos: 30.5,9.5 + parent: 2 + - uid: 12315 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,4.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11813 + pos: 31.5,9.5 + parent: 2 + - uid: 12317 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -73.5,6.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11814 + pos: -59.5,40.5 + parent: 2 + - uid: 12318 components: - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,5.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11840 + pos: -36.5,-11.5 + parent: 2 + - uid: 12319 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,-6.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11841 + pos: 32.5,1.5 + parent: 2 + - uid: 12320 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,-1.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11926 + pos: 32.5,0.5 + parent: 2 + - uid: 12321 components: - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,5.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11948 + pos: -73.5,-12.5 + parent: 2 + - uid: 12322 components: - type: Transform - pos: -41.5,9.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11968 + pos: -65.5,-12.5 + parent: 2 + - uid: 12327 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,3.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11969 + rot: 1.5707963267948966 rad + pos: -80.5,-12.5 + parent: 2 + - uid: 12328 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,1.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11996 + pos: -77.5,37.5 + parent: 2 + - uid: 12329 components: - type: Transform - pos: -44.5,1.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 14617 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11997 + pos: -82.5,1.5 + parent: 2 + - uid: 12330 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,-2.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 14617 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12016 + pos: -82.5,-6.5 + parent: 2 + - uid: 12331 components: - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,-4.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12063 + pos: -79.5,37.5 + parent: 2 + - uid: 12332 components: - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,3.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12079 + pos: -85.5,31.5 + parent: 2 + - uid: 12333 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,2.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12130 + pos: -71.5,41.5 + parent: 2 + - uid: 12334 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,12.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12131 + pos: -82.5,-7.5 + parent: 2 + - uid: 12335 components: - type: Transform rot: 1.5707963267948966 rad - pos: -30.5,8.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12132 + pos: -78.5,-12.5 + parent: 2 + - uid: 12336 components: - type: Transform - pos: -23.5,16.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12139 + rot: 1.5707963267948966 rad + pos: -85.5,-5.5 + parent: 2 + - uid: 12338 components: - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,5.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12172 + pos: 29.5,17.5 + parent: 2 + - uid: 12339 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,32.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12174 + pos: 29.5,9.5 + parent: 2 + - uid: 12344 components: - type: Transform rot: 3.141592653589793 rad - pos: -22.5,28.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12218 + pos: -0.5,54.5 + parent: 2 + - uid: 12345 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,32.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12255 + rot: 1.5707963267948966 rad + pos: -85.5,-6.5 + parent: 2 + - uid: 12348 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,37.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 13472 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12273 + rot: 1.5707963267948966 rad + pos: -87.5,-12.5 + parent: 2 + - uid: 12349 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,47.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12296 + rot: 1.5707963267948966 rad + pos: -86.5,-12.5 + parent: 2 + - uid: 12350 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,5.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12485 + pos: -43.5,-14.5 + parent: 2 + - uid: 12357 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,28.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12486 + pos: -92.5,54.5 + parent: 2 + - uid: 12358 components: - type: Transform rot: 1.5707963267948966 rad - pos: -12.5,27.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12487 + pos: -77.5,-12.5 + parent: 2 + - uid: 12360 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,18.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12488 + pos: -61.5,-14.5 + parent: 2 + - uid: 12361 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,10.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12506 + pos: -60.5,-14.5 + parent: 2 + - uid: 12362 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,12.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12507 + pos: -58.5,-14.5 + parent: 2 + - uid: 12363 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,9.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12508 + pos: -56.5,-14.5 + parent: 2 + - uid: 12364 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,9.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12582 + pos: -25.5,67.5 + parent: 2 + - uid: 12365 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,5.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12583 + pos: -70.5,-14.5 + parent: 2 + - uid: 12366 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,5.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12584 + pos: -69.5,-14.5 + parent: 2 + - uid: 12367 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,1.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12605 + pos: -60.5,62.5 + parent: 2 + - uid: 12368 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,-2.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 15101 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12655 + pos: -69.5,7.5 + parent: 2 + - uid: 12369 components: - type: Transform - pos: 19.5,10.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12656 + rot: -1.5707963267948966 rad + pos: 15.5,60.5 + parent: 2 + - uid: 12370 components: - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,5.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12657 + pos: -72.5,9.5 + parent: 2 + - uid: 12371 components: - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,3.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12658 + pos: -59.5,68.5 + parent: 2 + - uid: 12372 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,6.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12708 + pos: -61.5,68.5 + parent: 2 + - uid: 12373 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,8.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12709 + pos: -62.5,68.5 + parent: 2 + - uid: 12374 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,10.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12710 + pos: 9.5,58.5 + parent: 2 + - uid: 12375 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,12.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12711 + pos: -109.5,34.5 + parent: 2 + - uid: 12376 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,16.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12712 + pos: -5.5,63.5 + parent: 2 + - uid: 12377 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,18.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12713 + pos: -4.5,63.5 + parent: 2 + - uid: 12378 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,20.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12714 + pos: -2.5,61.5 + parent: 2 + - uid: 12379 components: - type: Transform - pos: 26.5,24.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12762 + pos: 11.5,51.5 + parent: 2 + - uid: 12380 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,13.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12763 + pos: -70.5,60.5 + parent: 2 + - uid: 12381 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,13.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12764 + pos: -47.5,7.5 + parent: 2 + - uid: 12386 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,13.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12765 + pos: -85.5,13.5 + parent: 2 + - uid: 12387 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,18.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12859 + pos: -78.5,11.5 + parent: 2 + - uid: 12388 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,25.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 13010 + pos: -78.5,10.5 + parent: 2 + - uid: 12390 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,54.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 13011 + pos: -14.5,-1.5 + parent: 2 + - uid: 12391 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,56.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 13012 + pos: -22.5,-18.5 + parent: 2 + - uid: 12392 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,59.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 13013 + pos: -14.5,-17.5 + parent: 2 + - uid: 12393 components: - type: Transform - pos: -17.5,63.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 13031 + pos: 17.5,-18.5 + parent: 2 + - uid: 12394 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,53.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 13032 + pos: 17.5,-20.5 + parent: 2 + - uid: 12395 components: - type: Transform - pos: -7.5,60.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 15999 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 13961 + pos: 17.5,-21.5 + parent: 2 + - uid: 12396 components: - type: Transform - rot: 3.141592653589793 rad - pos: -62.5,40.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 13962 + pos: 18.5,-22.5 + parent: 2 + - uid: 12397 components: - type: Transform - pos: -62.5,45.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 13981 + pos: 18.5,-24.5 + parent: 2 + - uid: 12398 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -70.5,47.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 13982 + pos: 18.5,-26.5 + parent: 2 + - uid: 12399 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -70.5,52.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14038 + pos: 30.5,-28.5 + parent: 2 + - uid: 12400 components: - type: Transform - rot: 3.141592653589793 rad - pos: -69.5,33.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14040 + pos: 19.5,-26.5 + parent: 2 + - uid: 12401 components: - type: Transform - rot: 3.141592653589793 rad - pos: -70.5,29.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14112 + pos: 21.5,-26.5 + parent: 2 + - uid: 12402 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -71.5,17.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14116 + pos: 23.5,-26.5 + parent: 2 + - uid: 12403 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -74.5,29.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14149 + pos: 26.5,-26.5 + parent: 2 + - uid: 12404 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,27.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 16511 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14158 + pos: 26.5,-28.5 + parent: 2 + - uid: 12405 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -80.5,24.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14616 + pos: 26.5,-29.5 + parent: 2 + - uid: 12406 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-5.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 14617 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 15662 + pos: 28.5,-29.5 + parent: 2 + - uid: 12407 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,65.5 - parent: 1 - - uid: 15667 + pos: 30.5,-29.5 + parent: 2 + - uid: 12409 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,67.5 - parent: 1 - - uid: 15841 + pos: 30.5,-26.5 + parent: 2 + - uid: 12410 components: - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,42.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 15826 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 16915 + pos: 30.5,-25.5 + parent: 2 + - uid: 12411 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-18.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 16959 + pos: 30.5,-22.5 + parent: 2 + - uid: 12412 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-16.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17035 + pos: 30.5,-20.5 + parent: 2 + - uid: 12413 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-13.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17038 + pos: 30.5,-19.5 + parent: 2 + - uid: 12414 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-13.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17039 + pos: 30.5,-17.5 + parent: 2 + - uid: 12415 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-16.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17285 + pos: 30.5,-16.5 + parent: 2 + - uid: 12416 components: - type: Transform - pos: -15.5,-10.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 16773 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17290 + pos: 30.5,-14.5 + parent: 2 + - uid: 12417 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-2.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 17538 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17322 + pos: 30.5,-11.5 + parent: 2 + - uid: 12424 components: - type: Transform - pos: -16.5,-6.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 16966 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17336 + pos: 32.5,-8.5 + parent: 2 + - uid: 12425 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,-15.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 17537 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17337 + pos: 32.5,-9.5 + parent: 2 + - uid: 12426 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,-17.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 17537 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17370 + pos: 26.5,44.5 + parent: 2 + - uid: 12427 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-15.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 16773 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17381 + pos: 26.5,43.5 + parent: 2 + - uid: 12428 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-25.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 18843 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17415 + pos: 26.5,42.5 + parent: 2 + - uid: 12430 components: - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,-34.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 17535 - - 17536 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17417 + pos: 27.5,32.5 + parent: 2 + - uid: 12431 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-16.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 17542 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17427 + pos: 27.5,33.5 + parent: 2 + - uid: 12436 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-21.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 12381 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17440 + pos: -17.5,52.5 + parent: 2 + - uid: 12437 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-11.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 17541 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17454 + pos: -15.5,52.5 + parent: 2 + - uid: 12440 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-1.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 17540 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17612 + rot: 3.141592653589793 rad + pos: -67.5,66.5 + parent: 2 + - uid: 12444 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -70.5,8.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - type: DeviceNetwork - deviceLists: - - 17634 - - uid: 17628 + pos: -33.5,-17.5 + parent: 2 + - uid: 12445 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -73.5,12.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - type: DeviceNetwork - deviceLists: - - 17634 - - uid: 18072 + pos: -36.5,-16.5 + parent: 2 + - uid: 12446 components: - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,38.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 5681 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 18080 + pos: -36.5,-15.5 + parent: 2 + - uid: 12447 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -78.5,40.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 18378 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 18286 + pos: -33.5,-15.5 + parent: 2 + - uid: 12448 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -80.5,45.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 18379 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 18402 + pos: -33.5,-16.5 + parent: 2 + - uid: 12450 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -81.5,35.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 14331 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 18413 + pos: 15.5,56.5 + parent: 2 + - uid: 12451 components: - type: Transform - pos: -75.5,25.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 14301 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 18619 + pos: 16.5,56.5 + parent: 2 + - uid: 12452 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,53.5 - parent: 1 - - type: AtmosPipeColor - color: '#947507FF' - - uid: 18620 + pos: 9.5,57.5 + parent: 2 + - uid: 12453 components: - type: Transform - pos: 15.5,58.5 - parent: 1 - - type: AtmosPipeColor - color: '#947507FF' - - uid: 18628 + pos: 10.5,-23.5 + parent: 2 + - uid: 12454 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,54.5 - parent: 1 - - type: AtmosPipeColor - color: '#947507FF' - - uid: 18815 + pos: 12.5,51.5 + parent: 2 + - uid: 12456 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,66.5 - parent: 1 - - uid: 18890 + pos: -43.5,-17.5 + parent: 2 + - uid: 12462 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,49.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 10751 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 18891 + pos: 32.5,29.5 + parent: 2 + - uid: 12463 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,49.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 18918 - - 13079 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 19287 + pos: 32.5,27.5 + parent: 2 + - uid: 12464 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -78.5,59.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 19267 - - type: AtmosPipeColor - color: '#0335FCFF' -- proto: GasVentScrubber - entities: - - uid: 1020 + pos: 32.5,25.5 + parent: 2 + - uid: 12465 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-22.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 18843 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 1064 + pos: 32.5,23.5 + parent: 2 + - uid: 12466 components: - type: Transform - pos: -0.5,9.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 1196 + pos: 32.5,22.5 + parent: 2 + - uid: 12467 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -63.5,30.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 16511 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 1643 + pos: -42.5,69.5 + parent: 2 + - uid: 12468 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,30.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 16131 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 2487 + pos: -41.5,69.5 + parent: 2 + - uid: 12469 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,32.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 2489 + pos: -40.5,69.5 + parent: 2 + - uid: 12470 components: - type: Transform - pos: 4.5,37.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 2492 + pos: -39.5,69.5 + parent: 2 + - uid: 12471 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,31.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 16131 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 2900 + pos: -38.5,69.5 + parent: 2 + - uid: 12472 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,28.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 2912 + pos: -37.5,69.5 + parent: 2 + - uid: 12473 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,23.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 3022 + pos: -36.5,69.5 + parent: 2 + - uid: 12474 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,23.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 3023 + pos: -36.5,68.5 + parent: 2 + - uid: 12475 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,24.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 3024 + pos: -36.5,67.5 + parent: 2 + - uid: 12476 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,15.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 3587 + pos: -36.5,66.5 + parent: 2 + - uid: 12477 components: - type: Transform - pos: -9.5,60.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 15999 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 3591 + pos: -36.5,65.5 + parent: 2 + - uid: 12478 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,-1.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 14617 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 3739 + pos: -36.5,64.5 + parent: 2 + - uid: 12479 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-3.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 3824 + pos: -36.5,63.5 + parent: 2 + - uid: 12480 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,13.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 13105 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 3837 + pos: -36.5,62.5 + parent: 2 + - uid: 12481 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,-7.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 3959 + pos: -36.5,61.5 + parent: 2 + - uid: 12482 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,-11.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 3967 + pos: -34.5,67.5 + parent: 2 + - uid: 12483 components: - type: Transform - rot: 3.141592653589793 rad - pos: -64.5,-11.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 4088 + pos: -34.5,68.5 + parent: 2 + - uid: 12484 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,3.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 15101 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 4750 + pos: -34.5,70.5 + parent: 2 + - uid: 12485 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -74.5,-9.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 4807 + pos: -34.5,71.5 + parent: 2 + - uid: 12486 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,-11.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 7200 + pos: -35.5,71.5 + parent: 2 + - uid: 12487 components: - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,20.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 14301 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 7246 + pos: -37.5,71.5 + parent: 2 + - uid: 12488 components: - type: Transform - pos: -49.5,33.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 7425 + pos: -38.5,71.5 + parent: 2 + - uid: 12489 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,64.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 7431 + pos: -40.5,71.5 + parent: 2 + - uid: 12490 components: - type: Transform - pos: -58.5,33.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 7467 + pos: -41.5,71.5 + parent: 2 + - uid: 12491 components: - type: Transform - pos: -22.5,48.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 15826 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8362 + pos: -42.5,57.5 + parent: 2 + - uid: 12492 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,74.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8690 + pos: -40.5,58.5 + parent: 2 + - uid: 12493 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,53.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8754 + pos: -37.5,57.5 + parent: 2 + - uid: 12494 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,50.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8755 + pos: -44.5,58.5 + parent: 2 + - uid: 12495 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,50.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8756 + pos: -38.5,59.5 + parent: 2 + - uid: 12496 components: - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,50.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8757 + pos: 14.5,-23.5 + parent: 2 + - uid: 12497 components: - type: Transform - rot: 3.141592653589793 rad - pos: -60.5,52.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 6977 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8758 + pos: 7.5,3.5 + parent: 2 + - uid: 12498 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,61.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 8962 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8759 + pos: 4.5,-25.5 + parent: 2 + - uid: 12499 components: - type: Transform - pos: -54.5,64.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 6977 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8760 + pos: 14.5,-21.5 + parent: 2 + - uid: 12500 components: - type: Transform - pos: -58.5,64.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 6977 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8766 + pos: -84.5,41.5 + parent: 2 + - uid: 12501 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -60.5,58.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 6977 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8778 + pos: -82.5,41.5 + parent: 2 + - uid: 12502 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,56.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 6977 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8842 + pos: -75.5,32.5 + parent: 2 + - uid: 12503 components: - type: Transform rot: 1.5707963267948966 rad - pos: -60.5,61.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 6977 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8843 + pos: -79.5,64.5 + parent: 2 + - uid: 12504 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,62.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 8962 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8884 + pos: -85.5,39.5 + parent: 2 + - uid: 12505 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,85.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8886 + pos: -40.5,-17.5 + parent: 2 + - uid: 12506 components: - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,83.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8888 + pos: -39.5,-17.5 + parent: 2 + - uid: 12507 components: - type: Transform - pos: -54.5,89.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8924 + pos: -38.5,-17.5 + parent: 2 + - uid: 12511 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,87.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 9100 + pos: -55.5,-14.5 + parent: 2 + - uid: 12512 components: - type: Transform - pos: -47.5,9.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 6077 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 10760 + pos: -46.5,-17.5 + parent: 2 + - uid: 12513 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -78.5,30.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 18383 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 10798 + pos: 32.5,2.5 + parent: 2 + - uid: 12514 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,19.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 10956 + pos: 32.5,3.5 + parent: 2 + - uid: 12515 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,41.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11122 + pos: 32.5,6.5 + parent: 2 + - uid: 12516 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,37.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11146 + pos: 32.5,5.5 + parent: 2 + - uid: 12517 components: - type: Transform - pos: -53.5,47.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11175 + pos: 26.5,46.5 + parent: 2 + - uid: 12518 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,41.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11196 + pos: -16.5,72.5 + parent: 2 + - uid: 12521 components: - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,42.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11209 + pos: 7.5,56.5 + parent: 2 + - uid: 12522 components: - type: Transform - pos: -41.5,50.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11235 + pos: -0.5,58.5 + parent: 2 + - uid: 12523 components: - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,42.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11236 + pos: -21.5,72.5 + parent: 2 + - uid: 12524 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,45.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11237 + pos: -20.5,72.5 + parent: 2 + - uid: 12525 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,47.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11270 + pos: -19.5,72.5 + parent: 2 + - uid: 12526 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,35.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11303 + pos: -15.5,72.5 + parent: 2 + - uid: 12527 components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,29.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11305 + - type: Transform + pos: -14.5,72.5 + parent: 2 + - uid: 12528 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,24.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11319 + pos: -13.5,72.5 + parent: 2 + - uid: 12529 components: - type: Transform - pos: -50.5,36.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 9503 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11555 + pos: -12.5,72.5 + parent: 2 + - uid: 12530 components: - type: Transform - pos: -43.5,32.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11556 + pos: -7.5,71.5 + parent: 2 + - uid: 12531 components: - type: Transform - pos: -37.5,33.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11596 + pos: -10.5,72.5 + parent: 2 + - uid: 12532 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,36.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11597 + pos: -8.5,72.5 + parent: 2 + - uid: 12533 components: - type: Transform - pos: -38.5,40.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11598 + pos: -9.5,72.5 + parent: 2 + - uid: 12534 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,36.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11599 + pos: -8.5,71.5 + parent: 2 + - uid: 12535 components: - type: Transform - pos: -31.5,39.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11643 + pos: -6.5,70.5 + parent: 2 + - uid: 12536 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,27.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11644 + pos: -6.5,69.5 + parent: 2 + - uid: 12537 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,21.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11645 + pos: -6.5,68.5 + parent: 2 + - uid: 12538 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,13.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11646 + pos: -6.5,67.5 + parent: 2 + - uid: 12539 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,23.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11675 + pos: -25.5,71.5 + parent: 2 + - uid: 12540 components: - type: Transform - pos: -33.5,27.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11678 + pos: -24.5,71.5 + parent: 2 + - uid: 12541 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,24.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11697 + pos: -24.5,72.5 + parent: 2 + - uid: 12542 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,25.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11747 + pos: -23.5,72.5 + parent: 2 + - uid: 12543 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,26.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11748 + pos: -25.5,61.5 + parent: 2 + - uid: 12544 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,18.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11749 + pos: -71.5,7.5 + parent: 2 + - uid: 12545 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,10.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11750 + pos: 24.5,39.5 + parent: 2 + - uid: 12546 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,15.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11751 + pos: -3.5,-0.5 + parent: 2 + - uid: 12547 components: - type: Transform - pos: -54.5,19.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11789 + pos: 17.5,-11.5 + parent: 2 + - uid: 12548 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,5.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11811 + pos: -52.5,30.5 + parent: 2 + - uid: 12549 components: - type: Transform - pos: -67.5,5.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11812 + pos: -53.5,30.5 + parent: 2 + - uid: 12550 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -73.5,4.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11842 + pos: -51.5,30.5 + parent: 2 + - uid: 12551 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,-2.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11843 + pos: 8.5,-21.5 + parent: 2 + - uid: 12552 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,-5.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11925 + pos: -24.5,30.5 + parent: 2 + - uid: 12553 components: - type: Transform - pos: -49.5,5.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11949 + pos: -48.5,7.5 + parent: 2 + - uid: 12554 components: - type: Transform - pos: -40.5,9.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11970 + pos: -49.5,11.5 + parent: 2 + - uid: 12555 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,2.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11971 + pos: -46.5,11.5 + parent: 2 + - uid: 12556 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,0.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11999 + pos: -56.5,67.5 + parent: 2 + - uid: 12557 components: - type: Transform - pos: -43.5,1.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 14617 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12018 + pos: -55.5,67.5 + parent: 2 + - uid: 12558 components: - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,-4.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12064 + pos: -54.5,67.5 + parent: 2 + - uid: 12559 components: - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,3.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12080 + pos: -49.5,58.5 + parent: 2 + - uid: 12560 components: - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,2.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12127 + pos: -76.5,12.5 + parent: 2 + - uid: 12561 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,9.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12128 + rot: 3.141592653589793 rad + pos: -44.5,-17.5 + parent: 2 + - uid: 12562 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,11.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12129 + pos: 6.5,57.5 + parent: 2 + - uid: 12563 components: - type: Transform - pos: -25.5,16.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12140 + pos: 19.5,7.5 + parent: 2 + - uid: 12564 components: - type: Transform - pos: -24.5,5.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12173 + pos: -7.5,10.5 + parent: 2 + - uid: 12565 components: - type: Transform - pos: -31.5,32.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12175 + pos: -66.5,32.5 + parent: 2 + - uid: 12566 components: - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,28.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12219 + pos: -65.5,31.5 + parent: 2 + - uid: 12567 components: - type: Transform rot: 3.141592653589793 rad - pos: -16.5,31.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12259 + pos: -68.5,66.5 + parent: 2 + - uid: 12568 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,38.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 13472 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12260 + pos: 22.5,64.5 + parent: 2 + - uid: 12569 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,45.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 13472 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12272 + pos: -75.5,28.5 + parent: 2 + - uid: 12570 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,48.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12297 + pos: -75.5,30.5 + parent: 2 + - uid: 12571 components: - type: Transform - pos: -17.5,5.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12481 + pos: 11.5,-23.5 + parent: 2 + - uid: 12572 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,28.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12482 + pos: -2.5,-2.5 + parent: 2 + - uid: 12574 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,28.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12483 + pos: 7.5,-24.5 + parent: 2 + - uid: 12575 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,19.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12484 + pos: 7.5,-25.5 + parent: 2 + - uid: 12576 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,11.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12569 + pos: 7.5,-26.5 + parent: 2 + - uid: 12577 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,34.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 7447 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12586 + pos: 5.5,-27.5 + parent: 2 + - uid: 12578 components: - type: Transform - pos: -5.5,5.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12587 + pos: 4.5,-27.5 + parent: 2 + - uid: 12579 components: - type: Transform - pos: 5.5,5.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12589 + pos: 4.5,-28.5 + parent: 2 + - uid: 12580 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,0.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12606 + pos: 4.5,-31.5 + parent: 2 + - uid: 12587 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,-1.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 15101 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12651 + pos: -16.5,-22.5 + parent: 2 + - uid: 12588 components: - type: Transform - pos: 17.5,10.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12652 + pos: -17.5,-22.5 + parent: 2 + - uid: 12589 components: - type: Transform - pos: 21.5,6.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12653 + pos: -18.5,-22.5 + parent: 2 + - uid: 12590 components: - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,3.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12654 + pos: -19.5,-22.5 + parent: 2 + - uid: 12591 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,5.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12716 + pos: -21.5,-22.5 + parent: 2 + - uid: 12592 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,19.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12717 + pos: -22.5,-22.5 + parent: 2 + - uid: 12595 components: - type: Transform - pos: 27.5,24.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12736 + pos: 6.5,-6.5 + parent: 2 + - uid: 12596 components: - type: Transform - pos: -3.5,34.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12759 + pos: 7.5,-6.5 + parent: 2 + - uid: 12597 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,13.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12760 + pos: 8.5,-6.5 + parent: 2 + - uid: 12598 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,13.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12761 + pos: 9.5,-15.5 + parent: 2 + - uid: 12599 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,13.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12766 + pos: 13.5,-23.5 + parent: 2 + - uid: 12600 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,17.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 12858 + pos: 6.5,-13.5 + parent: 2 + - uid: 12601 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,26.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 13004 + pos: 6.5,-16.5 + parent: 2 + - uid: 12602 + components: + - type: Transform + pos: -93.5,52.5 + parent: 2 + - uid: 12603 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,55.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 13005 + pos: -92.5,52.5 + parent: 2 + - uid: 12604 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,57.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 13006 + pos: -91.5,52.5 + parent: 2 + - uid: 12605 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,60.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 13007 + pos: -90.5,52.5 + parent: 2 + - uid: 12606 components: - type: Transform - pos: -15.5,63.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 13034 + pos: -89.5,52.5 + parent: 2 + - uid: 12607 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,53.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 13964 + pos: -88.5,52.5 + parent: 2 + - uid: 12608 components: - type: Transform - rot: 3.141592653589793 rad - pos: -61.5,40.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 13996 + pos: -86.5,52.5 + parent: 2 + - uid: 12609 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,45.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 13998 + pos: -85.5,52.5 + parent: 2 + - uid: 12610 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -70.5,48.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 14045 + pos: -84.5,52.5 + parent: 2 + - uid: 12611 components: - type: Transform - pos: -68.5,34.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 14113 + pos: -83.5,52.5 + parent: 2 + - uid: 12612 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -71.5,16.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 14115 + pos: -82.5,52.5 + parent: 2 + - uid: 12613 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -73.5,30.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 14148 + pos: -87.5,52.5 + parent: 2 + - uid: 12614 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,28.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 16511 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 14159 + pos: -80.5,52.5 + parent: 2 + - uid: 12615 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -80.5,25.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 14615 + pos: -79.5,52.5 + parent: 2 + - uid: 12616 components: - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,-5.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 14617 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 15207 + pos: -96.5,62.5 + parent: 2 + - uid: 12617 components: - type: Transform - pos: 11.5,30.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 7447 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 15431 + pos: -84.5,54.5 + parent: 2 + - uid: 12618 components: - type: Transform - pos: -58.5,85.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 8965 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 15840 + pos: -82.5,54.5 + parent: 2 + - uid: 12626 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,42.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 15826 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 17051 + pos: -76.5,15.5 + parent: 2 + - uid: 12627 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-18.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 17052 + pos: -97.5,37.5 + parent: 2 + - uid: 12629 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-15.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 17053 + pos: -80.5,54.5 + parent: 2 + - uid: 12630 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-12.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 17055 + pos: -79.5,54.5 + parent: 2 + - uid: 12631 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-12.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 17287 + pos: -78.5,65.5 + parent: 2 + - uid: 12632 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,-4.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 16966 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 17289 + pos: -77.5,33.5 + parent: 2 + - uid: 12633 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,-10.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 16773 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 17349 + rot: 1.5707963267948966 rad + pos: -85.5,61.5 + parent: 2 + - uid: 12639 components: - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,-13.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 17537 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 17361 + pos: -90.5,45.5 + parent: 2 + - uid: 12640 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-17.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 16773 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 17408 + pos: -90.5,44.5 + parent: 2 + - uid: 12641 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-32.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 17535 - - 17536 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 17428 + pos: -95.5,45.5 + parent: 2 + - uid: 12642 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-21.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 12381 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 17441 + pos: -94.5,45.5 + parent: 2 + - uid: 12643 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-11.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 17541 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 17460 + pos: -93.5,45.5 + parent: 2 + - uid: 12644 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-1.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 17538 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 17467 + pos: -92.5,45.5 + parent: 2 + - uid: 12645 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-1.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 17540 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 17543 + pos: -92.5,44.5 + parent: 2 + - uid: 12646 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-16.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 17542 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 17613 + pos: -92.5,43.5 + parent: 2 + - uid: 12647 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -70.5,9.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - type: DeviceNetwork - deviceLists: - - 17634 - - uid: 17629 + pos: -92.5,42.5 + parent: 2 + - uid: 12652 components: - type: Transform - pos: -75.5,12.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - type: DeviceNetwork - deviceLists: - - 17634 - - uid: 17960 + pos: -99.5,39.5 + parent: 2 + - uid: 12660 components: - type: Transform - pos: -78.5,47.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 18379 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 18073 + pos: -99.5,41.5 + parent: 2 + - uid: 12663 components: - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,39.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 5681 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 18079 + pos: -97.5,39.5 + parent: 2 + - uid: 12664 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -78.5,41.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 18378 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 18395 + pos: -90.5,65.5 + parent: 2 + - uid: 12665 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,67.5 - parent: 1 - - uid: 18414 + pos: -78.5,66.5 + parent: 2 + - uid: 12666 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -73.5,25.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 14301 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 18445 + pos: -82.5,67.5 + parent: 2 + - uid: 12667 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,65.5 - parent: 1 - - uid: 18858 + rot: 1.5707963267948966 rad + pos: -49.5,-15.5 + parent: 2 + - uid: 12668 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,49.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 10751 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 18892 + pos: 20.5,62.5 + parent: 2 + - uid: 12669 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,49.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 18918 - - 13079 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 18927 + pos: 7.5,57.5 + parent: 2 + - uid: 12670 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,66.5 - parent: 1 - - uid: 19288 + pos: 7.5,58.5 + parent: 2 + - uid: 12671 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -76.5,62.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 19267 - - type: AtmosPipeColor - color: '#FF1212FF' -- proto: GasVolumePump - entities: - - uid: 5557 + pos: 7.5,60.5 + parent: 2 + - uid: 12672 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -84.5,36.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 15497 + pos: 7.5,61.5 + parent: 2 + - uid: 12673 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -82.5,36.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 15582 + pos: 7.5,62.5 + parent: 2 + - uid: 12674 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -82.5,34.5 - parent: 1 - - type: AtmosPipeColor - color: '#03FCD3FF' - - uid: 15633 + pos: -46.5,-18.5 + parent: 2 + - uid: 12675 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -84.5,34.5 - parent: 1 - - type: AtmosPipeColor - color: '#03FCD3FF' -- proto: Gauze - entities: - - uid: 2221 + rot: 3.141592653589793 rad + pos: -44.5,-19.5 + parent: 2 + - uid: 12676 components: - type: Transform - pos: 8.446008,31.617311 - parent: 1 - - uid: 5908 + pos: 23.5,62.5 + parent: 2 + - uid: 12677 components: - type: Transform - parent: 6325 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: GeigerCounter - entities: - - uid: 17987 + pos: 26.5,62.5 + parent: 2 + - uid: 12678 components: - type: Transform - pos: -79.287994,31.621233 - parent: 1 -- proto: Girder - entities: - - uid: 515 + pos: 26.5,61.5 + parent: 2 + - uid: 12679 components: - type: Transform - pos: 22.5,-6.5 - parent: 1 - - uid: 1175 + pos: 26.5,58.5 + parent: 2 + - uid: 12680 components: - type: Transform - pos: 21.5,22.5 - parent: 1 - - uid: 2059 + pos: 26.5,57.5 + parent: 2 + - uid: 12681 components: - type: Transform - pos: 17.5,24.5 - parent: 1 - - uid: 2305 + pos: 26.5,56.5 + parent: 2 + - uid: 12682 components: - type: Transform - pos: -23.5,4.5 - parent: 1 - - uid: 3151 + pos: 26.5,55.5 + parent: 2 + - uid: 12683 components: - type: Transform - pos: -32.5,22.5 - parent: 1 - - uid: 3160 + pos: 26.5,52.5 + parent: 2 + - uid: 12684 components: - type: Transform - pos: -31.5,17.5 - parent: 1 - - uid: 3517 + pos: 26.5,51.5 + parent: 2 + - uid: 12685 components: - type: Transform - pos: -62.5,6.5 - parent: 1 - - uid: 3518 + pos: 26.5,50.5 + parent: 2 + - uid: 12686 components: - type: Transform - pos: -64.5,6.5 - parent: 1 - - uid: 3734 + pos: 26.5,49.5 + parent: 2 + - uid: 12687 components: - type: Transform - pos: -58.5,46.5 - parent: 1 - - uid: 4165 + pos: -82.5,66.5 + parent: 2 + - uid: 12688 components: - type: Transform - pos: -38.5,16.5 - parent: 1 - - uid: 4292 + pos: -38.5,57.5 + parent: 2 + - uid: 12689 components: - type: Transform - pos: -46.5,16.5 - parent: 1 - - uid: 4294 + pos: -58.5,55.5 + parent: 2 + - uid: 12690 components: - type: Transform - pos: -43.5,16.5 - parent: 1 - - uid: 4297 + rot: 1.5707963267948966 rad + pos: -87.5,61.5 + parent: 2 + - uid: 12691 components: - type: Transform - pos: -43.5,18.5 - parent: 1 - - uid: 4303 + pos: -82.5,65.5 + parent: 2 + - uid: 12692 components: - type: Transform - pos: -49.5,19.5 - parent: 1 - - uid: 6019 + rot: -1.5707963267948966 rad + pos: 14.5,60.5 + parent: 2 + - uid: 12693 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -70.5,70.5 + parent: 2 + - uid: 12694 components: - type: Transform - pos: -59.5,22.5 - parent: 1 - - uid: 6020 + rot: 3.141592653589793 rad + pos: -70.5,71.5 + parent: 2 + - uid: 12695 components: - type: Transform - pos: -61.5,23.5 - parent: 1 - - uid: 12389 + rot: 3.141592653589793 rad + pos: -70.5,72.5 + parent: 2 + - uid: 12696 components: - type: Transform - pos: 5.5,-9.5 - parent: 1 -- proto: GlassBoxBroken - entities: - - uid: 5524 + rot: 3.141592653589793 rad + pos: -70.5,73.5 + parent: 2 + - uid: 12697 components: - type: Transform - pos: 22.5,43.5 - parent: 1 -- proto: GlassBoxLaserFilled - entities: - - uid: 5020 + rot: 3.141592653589793 rad + pos: -71.5,73.5 + parent: 2 + - uid: 12698 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,62.5 - parent: 1 -- proto: GravityGenerator - entities: - - uid: 920 + rot: 3.141592653589793 rad + pos: -72.5,73.5 + parent: 2 + - uid: 12699 components: - type: Transform - pos: 28.5,2.5 - parent: 1 - - type: PointLight - radius: 175.75 -- proto: GrenadeFlashBang - entities: - - uid: 15102 + rot: 3.141592653589793 rad + pos: -73.5,73.5 + parent: 2 + - uid: 12700 components: - type: Transform - pos: -59.65793,50.98008 - parent: 1 - - uid: 16046 + rot: 3.141592653589793 rad + pos: -75.5,73.5 + parent: 2 + - uid: 12701 components: - type: Transform - pos: -59.512096,50.834145 - parent: 1 - - uid: 16048 + rot: 3.141592653589793 rad + pos: -76.5,73.5 + parent: 2 + - uid: 12702 components: - type: Transform - pos: -59.418346,50.969658 - parent: 1 -- proto: Grille - entities: - - uid: 35 + rot: 3.141592653589793 rad + pos: -77.5,73.5 + parent: 2 + - uid: 12703 components: - type: Transform - pos: -14.5,-14.5 - parent: 1 - - uid: 51 + rot: 3.141592653589793 rad + pos: -78.5,73.5 + parent: 2 + - uid: 12704 components: - type: Transform - pos: -0.5,-6.5 - parent: 1 - - uid: 59 + rot: 3.141592653589793 rad + pos: -79.5,73.5 + parent: 2 + - uid: 12705 components: - type: Transform - pos: -5.5,-24.5 - parent: 1 - - uid: 67 + rot: 3.141592653589793 rad + pos: -80.5,73.5 + parent: 2 + - uid: 12706 components: - type: Transform - pos: -1.5,3.5 - parent: 1 - - uid: 92 + rot: 3.141592653589793 rad + pos: -81.5,73.5 + parent: 2 + - uid: 12707 components: - type: Transform - pos: -18.5,-8.5 - parent: 1 - - uid: 138 + rot: 3.141592653589793 rad + pos: -82.5,73.5 + parent: 2 + - uid: 12708 components: - type: Transform - pos: -3.5,-1.5 - parent: 1 - - uid: 155 + rot: 3.141592653589793 rad + pos: -84.5,73.5 + parent: 2 + - uid: 12709 components: - type: Transform - pos: 9.5,2.5 - parent: 1 - - uid: 158 + rot: 3.141592653589793 rad + pos: -85.5,73.5 + parent: 2 + - uid: 12710 components: - type: Transform - pos: 9.5,1.5 - parent: 1 - - uid: 159 + rot: 3.141592653589793 rad + pos: -86.5,73.5 + parent: 2 + - uid: 12711 components: - type: Transform - pos: -4.5,1.5 - parent: 1 - - uid: 170 + rot: 3.141592653589793 rad + pos: -87.5,73.5 + parent: 2 + - uid: 12712 components: - type: Transform - pos: -5.5,-4.5 - parent: 1 - - uid: 195 + rot: 3.141592653589793 rad + pos: -88.5,73.5 + parent: 2 + - uid: 12713 components: - type: Transform - pos: -2.5,-6.5 - parent: 1 - - uid: 208 + rot: 3.141592653589793 rad + pos: -89.5,73.5 + parent: 2 + - uid: 12714 components: - type: Transform - pos: -1.5,-4.5 - parent: 1 - - uid: 210 + rot: 3.141592653589793 rad + pos: -90.5,73.5 + parent: 2 + - uid: 12715 components: - type: Transform - pos: 3.5,-2.5 - parent: 1 - - uid: 214 + rot: 3.141592653589793 rad + pos: -90.5,72.5 + parent: 2 + - uid: 12716 components: - type: Transform - pos: 15.5,-14.5 - parent: 1 - - uid: 215 + rot: 3.141592653589793 rad + pos: -90.5,71.5 + parent: 2 + - uid: 12717 components: - type: Transform - pos: 1.5,-1.5 - parent: 1 - - uid: 222 + rot: 3.141592653589793 rad + pos: -90.5,70.5 + parent: 2 + - uid: 12718 components: - type: Transform - pos: -4.5,-4.5 - parent: 1 - - uid: 230 + rot: 3.141592653589793 rad + pos: -90.5,68.5 + parent: 2 + - uid: 12719 components: - type: Transform - pos: -10.5,-10.5 - parent: 1 - - uid: 251 + rot: 3.141592653589793 rad + pos: -90.5,67.5 + parent: 2 + - uid: 12720 components: - type: Transform - pos: -2.5,1.5 - parent: 1 - - uid: 254 + rot: 3.141592653589793 rad + pos: -70.5,61.5 + parent: 2 + - uid: 12721 components: - type: Transform - pos: 15.5,-23.5 - parent: 1 - - uid: 281 + pos: -96.5,64.5 + parent: 2 + - uid: 12724 components: - type: Transform - pos: 5.5,-23.5 - parent: 1 - - uid: 282 + pos: -46.5,-16.5 + parent: 2 + - uid: 12725 components: - type: Transform - pos: 5.5,-24.5 - parent: 1 - - uid: 314 + pos: -50.5,-16.5 + parent: 2 + - uid: 12726 components: - type: Transform - pos: -3.5,-2.5 - parent: 1 - - uid: 335 + pos: -50.5,-17.5 + parent: 2 + - uid: 12727 components: - type: Transform - pos: -81.5,31.5 - parent: 1 - - uid: 337 + pos: -50.5,-18.5 + parent: 2 + - uid: 12728 components: - type: Transform - pos: -22.5,-19.5 - parent: 1 - - uid: 375 + rot: 3.141592653589793 rad + pos: -52.5,-18.5 + parent: 2 + - uid: 12729 components: - type: Transform - pos: -16.5,-36.5 - parent: 1 - - uid: 416 + rot: 3.141592653589793 rad + pos: -52.5,-17.5 + parent: 2 + - uid: 12730 components: - type: Transform - pos: -16.5,-30.5 - parent: 1 - - uid: 422 + rot: 3.141592653589793 rad + pos: -52.5,-16.5 + parent: 2 + - uid: 12731 components: - type: Transform - pos: -10.5,-25.5 - parent: 1 - - uid: 423 + rot: 3.141592653589793 rad + pos: -52.5,-15.5 + parent: 2 + - uid: 12732 components: - type: Transform - pos: -14.5,-24.5 - parent: 1 - - uid: 426 + pos: 15.5,66.5 + parent: 2 + - uid: 12733 components: - type: Transform - pos: -14.5,-20.5 - parent: 1 - - uid: 431 + pos: 13.5,66.5 + parent: 2 + - uid: 12734 components: - type: Transform - pos: -10.5,-15.5 - parent: 1 - - uid: 434 + pos: 14.5,66.5 + parent: 2 + - uid: 12735 components: - type: Transform - pos: -10.5,-24.5 - parent: 1 - - uid: 437 + pos: 21.5,64.5 + parent: 2 + - uid: 12736 components: - type: Transform - pos: -14.5,-25.5 - parent: 1 - - uid: 440 + pos: 20.5,64.5 + parent: 2 + - uid: 12737 components: - type: Transform - pos: -14.5,-21.5 - parent: 1 - - uid: 443 + pos: 20.5,68.5 + parent: 2 + - uid: 12738 components: - type: Transform - pos: -6.5,-19.5 - parent: 1 - - uid: 447 + pos: 20.5,67.5 + parent: 2 + - uid: 12740 components: - type: Transform - pos: -10.5,-5.5 - parent: 1 - - uid: 450 + pos: 17.5,68.5 + parent: 2 + - uid: 12741 components: - type: Transform - pos: 3.5,-25.5 - parent: 1 - - uid: 475 + pos: 16.5,68.5 + parent: 2 + - uid: 12742 components: - type: Transform - pos: -14.5,-18.5 - parent: 1 - - uid: 543 + pos: 15.5,68.5 + parent: 2 + - uid: 12743 components: - type: Transform - pos: -10.5,1.5 - parent: 1 - - uid: 546 + pos: 14.5,68.5 + parent: 2 + - uid: 12744 components: - type: Transform - pos: 9.5,-21.5 - parent: 1 - - uid: 552 + pos: 13.5,68.5 + parent: 2 + - uid: 12745 components: - type: Transform - pos: -1.5,1.5 - parent: 1 - - uid: 555 + pos: 12.5,68.5 + parent: 2 + - uid: 12746 components: - type: Transform - pos: -5.5,1.5 - parent: 1 - - uid: 557 + pos: 10.5,68.5 + parent: 2 + - uid: 12747 components: - type: Transform - pos: -10.5,-17.5 - parent: 1 - - uid: 579 + pos: 11.5,68.5 + parent: 2 + - uid: 12748 components: - type: Transform - pos: 13.5,30.5 - parent: 1 - - uid: 586 + pos: 19.5,68.5 + parent: 2 + - uid: 12749 components: - type: Transform - pos: -4.5,-6.5 - parent: 1 - - uid: 609 + pos: 8.5,68.5 + parent: 2 + - uid: 12750 components: - type: Transform - pos: -25.5,30.5 - parent: 1 - - uid: 630 + pos: 7.5,68.5 + parent: 2 + - uid: 12751 components: - type: Transform - pos: -7.5,-21.5 - parent: 1 - - uid: 631 + pos: 7.5,67.5 + parent: 2 + - uid: 12752 components: - type: Transform - pos: -2.5,3.5 - parent: 1 - - uid: 636 + pos: 7.5,65.5 + parent: 2 + - uid: 12753 components: - type: Transform - pos: 12.5,2.5 - parent: 1 - - uid: 711 + pos: 7.5,64.5 + parent: 2 + - uid: 12754 components: - type: Transform - pos: 30.5,1.5 - parent: 1 - - uid: 712 + rot: 3.141592653589793 rad + pos: 27.5,71.5 + parent: 2 + - uid: 12755 components: - type: Transform - pos: 30.5,2.5 - parent: 1 - - uid: 713 + rot: 1.5707963267948966 rad + pos: 32.5,69.5 + parent: 2 + - uid: 12756 components: - type: Transform - pos: 30.5,3.5 - parent: 1 - - uid: 946 + rot: 1.5707963267948966 rad + pos: 32.5,68.5 + parent: 2 + - uid: 12757 components: - type: Transform - pos: 29.5,6.5 - parent: 1 - - uid: 947 + rot: 1.5707963267948966 rad + pos: 28.5,71.5 + parent: 2 + - uid: 12758 components: - type: Transform - pos: 29.5,5.5 - parent: 1 - - uid: 951 + pos: 27.5,65.5 + parent: 2 + - uid: 12759 components: - type: Transform - pos: -104.5,15.5 - parent: 1 - - uid: 953 + pos: 27.5,63.5 + parent: 2 + - uid: 12760 components: - type: Transform - pos: 31.5,17.5 - parent: 1 - - uid: 954 + pos: 27.5,62.5 + parent: 2 + - uid: 12761 components: - type: Transform - pos: 30.5,17.5 - parent: 1 - - uid: 958 + pos: 27.5,64.5 + parent: 2 + - uid: 12762 components: - type: Transform - pos: -98.5,15.5 - parent: 1 - - uid: 959 + pos: 21.5,68.5 + parent: 2 + - uid: 12763 components: - type: Transform - pos: -96.5,15.5 - parent: 1 - - uid: 969 + pos: 22.5,68.5 + parent: 2 + - uid: 12764 components: - type: Transform - pos: -107.5,18.5 - parent: 1 - - uid: 975 + pos: 21.5,71.5 + parent: 2 + - uid: 12765 components: - type: Transform - pos: 29.5,14.5 - parent: 1 - - uid: 976 + pos: 21.5,70.5 + parent: 2 + - uid: 12766 components: - type: Transform - pos: 29.5,13.5 - parent: 1 - - uid: 977 + pos: 21.5,72.5 + parent: 2 + - uid: 12767 components: - type: Transform - pos: 29.5,12.5 - parent: 1 - - uid: 978 + pos: 22.5,73.5 + parent: 2 + - uid: 12768 components: - type: Transform - pos: 29.5,20.5 - parent: 1 - - uid: 979 + pos: 23.5,73.5 + parent: 2 + - uid: 12769 components: - type: Transform - pos: 29.5,21.5 - parent: 1 - - uid: 985 + pos: 24.5,73.5 + parent: 2 + - uid: 12770 components: - type: Transform - pos: -107.5,19.5 - parent: 1 - - uid: 994 + pos: 25.5,73.5 + parent: 2 + - uid: 12771 components: - type: Transform - pos: -106.5,37.5 - parent: 1 - - uid: 1050 + pos: 26.5,73.5 + parent: 2 + - uid: 12772 components: - type: Transform - pos: -9.5,-21.5 - parent: 1 - - uid: 1054 + pos: 27.5,73.5 + parent: 2 + - uid: 12773 components: - type: Transform - pos: 16.5,7.5 - parent: 1 - - uid: 1074 + pos: 21.5,73.5 + parent: 2 + - uid: 12774 components: - type: Transform - pos: 9.5,-12.5 - parent: 1 - - uid: 1134 + pos: 30.5,73.5 + parent: 2 + - uid: 12775 components: - type: Transform - pos: -53.5,34.5 - parent: 1 - - uid: 1199 + pos: 32.5,73.5 + parent: 2 + - uid: 12776 components: - type: Transform - pos: -49.5,54.5 - parent: 1 - - uid: 1264 + pos: 34.5,73.5 + parent: 2 + - uid: 12777 components: - type: Transform - pos: 1.5,24.5 - parent: 1 - - uid: 1269 + pos: 33.5,73.5 + parent: 2 + - uid: 12778 components: - type: Transform - pos: -2.5,28.5 - parent: 1 - - uid: 1290 + pos: 34.5,72.5 + parent: 2 + - uid: 12779 components: - type: Transform - pos: 0.5,28.5 - parent: 1 - - uid: 1303 + pos: 34.5,70.5 + parent: 2 + - uid: 12780 components: - type: Transform - pos: -1.5,28.5 - parent: 1 - - uid: 1310 + pos: 34.5,69.5 + parent: 2 + - uid: 12781 components: - type: Transform - pos: -68.5,63.5 - parent: 1 - - uid: 1317 + pos: 34.5,68.5 + parent: 2 + - uid: 12782 components: - type: Transform - pos: 5.5,23.5 - parent: 1 - - uid: 1318 + pos: 34.5,67.5 + parent: 2 + - uid: 12783 components: - type: Transform - pos: 11.5,27.5 - parent: 1 - - uid: 1327 + pos: 34.5,65.5 + parent: 2 + - uid: 12784 components: - type: Transform - pos: -21.5,-20.5 - parent: 1 - - uid: 1343 + pos: 34.5,64.5 + parent: 2 + - uid: 12785 components: - type: Transform - pos: -5.5,30.5 - parent: 1 - - uid: 1345 + pos: 33.5,64.5 + parent: 2 + - uid: 12786 components: - type: Transform - pos: -5.5,32.5 - parent: 1 - - uid: 1347 + pos: 31.5,64.5 + parent: 2 + - uid: 12787 components: - type: Transform - pos: -5.5,34.5 - parent: 1 - - uid: 1351 + pos: 30.5,64.5 + parent: 2 + - uid: 12788 components: - type: Transform - pos: -85.5,44.5 - parent: 1 - - uid: 1352 + pos: 29.5,64.5 + parent: 2 + - uid: 12789 components: - type: Transform - pos: 6.5,33.5 - parent: 1 - - uid: 1360 + pos: 29.5,63.5 + parent: 2 + - uid: 12790 components: - type: Transform - pos: 5.5,22.5 - parent: 1 - - uid: 1403 + pos: 20.5,70.5 + parent: 2 + - uid: 12865 components: - type: Transform - pos: -44.5,65.5 - parent: 1 - - uid: 1421 + rot: 1.5707963267948966 rad + pos: -84.5,-12.5 + parent: 2 + - uid: 12866 components: - type: Transform - pos: -34.5,65.5 - parent: 1 - - uid: 1424 + rot: 1.5707963267948966 rad + pos: -83.5,-12.5 + parent: 2 + - uid: 12868 components: - type: Transform - pos: 16.5,43.5 - parent: 1 - - uid: 1435 + rot: 1.5707963267948966 rad + pos: -81.5,-12.5 + parent: 2 + - uid: 12915 components: - type: Transform - pos: -8.5,63.5 - parent: 1 - - uid: 1465 + pos: 6.5,54.5 + parent: 2 + - uid: 13010 components: - type: Transform - pos: -82.5,44.5 - parent: 1 - - uid: 1517 + rot: 3.141592653589793 rad + pos: -107.5,20.5 + parent: 2 + - uid: 15078 components: - type: Transform - pos: -20.5,-20.5 - parent: 1 - - uid: 1520 + pos: -2.5,-31.5 + parent: 2 + - uid: 15991 components: - type: Transform - pos: 10.5,-21.5 - parent: 1 - - uid: 1631 + pos: -84.5,9.5 + parent: 2 + - uid: 16450 components: - type: Transform - pos: 12.5,27.5 - parent: 1 - - uid: 1770 + pos: -4.5,-26.5 + parent: 2 + - uid: 16765 components: - type: Transform - pos: 24.5,51.5 - parent: 1 - - uid: 1814 + pos: 23.5,-12.5 + parent: 2 + - uid: 17365 components: - type: Transform - pos: 17.5,4.5 - parent: 1 - - uid: 1815 + pos: 22.5,-12.5 + parent: 2 + - uid: 17615 components: - type: Transform - pos: 13.5,4.5 - parent: 1 - - uid: 1838 + pos: -80.5,10.5 + parent: 2 + - uid: 17616 components: - type: Transform - pos: 12.5,1.5 - parent: 1 - - uid: 1845 + rot: 3.141592653589793 rad + pos: -107.5,30.5 + parent: 2 + - uid: 17761 components: - type: Transform - pos: 24.5,52.5 - parent: 1 - - uid: 1846 + pos: -85.5,28.5 + parent: 2 + - uid: 17849 components: - type: Transform - pos: 24.5,50.5 - parent: 1 - - uid: 1857 + pos: -62.5,21.5 + parent: 2 + - uid: 17859 components: - type: Transform - pos: 24.5,53.5 - parent: 1 - - uid: 1861 + pos: -62.5,20.5 + parent: 2 + - uid: 17939 components: - type: Transform - pos: 15.5,-16.5 - parent: 1 - - uid: 1871 + pos: -84.5,28.5 + parent: 2 + - uid: 17963 components: - type: Transform - pos: -16.5,-31.5 - parent: 1 - - uid: 1894 + rot: -1.5707963267948966 rad + pos: -1.5,54.5 + parent: 2 + - uid: 18131 components: - type: Transform - pos: 5.5,26.5 - parent: 1 - - uid: 1897 + pos: 7.5,54.5 + parent: 2 + - uid: 18132 components: - type: Transform - pos: -45.5,-3.5 - parent: 1 - - uid: 1929 + pos: 8.5,54.5 + parent: 2 + - uid: 18197 components: - type: Transform - pos: -43.5,-3.5 - parent: 1 - - uid: 1952 + pos: 26.5,38.5 + parent: 2 + - uid: 18210 components: - type: Transform - pos: -81.5,44.5 - parent: 1 - - uid: 1962 + pos: -7.5,-25.5 + parent: 2 + - uid: 18458 components: - type: Transform - pos: 15.5,4.5 - parent: 1 - - uid: 2009 + pos: -76.5,8.5 + parent: 2 + - uid: 20173 components: - type: Transform - pos: -84.5,44.5 - parent: 1 - - uid: 2038 + pos: -2.5,-27.5 + parent: 2 + - uid: 20177 components: - type: Transform - pos: -10.5,2.5 - parent: 1 - - uid: 2041 + pos: -3.5,-27.5 + parent: 2 + - uid: 20179 components: - type: Transform - pos: -69.5,63.5 - parent: 1 - - uid: 2054 + rot: 1.5707963267948966 rad + pos: -1.5,-25.5 + parent: 2 + - uid: 20180 components: - type: Transform - pos: -10.5,-4.5 - parent: 1 - - uid: 2250 + rot: 1.5707963267948966 rad + pos: -1.5,-26.5 + parent: 2 + - uid: 20182 components: - type: Transform - pos: -103.5,35.5 - parent: 1 - - uid: 2472 + pos: 2.5,-27.5 + parent: 2 + - uid: 20183 components: - type: Transform - pos: -5.5,3.5 - parent: 1 - - uid: 2477 + pos: 2.5,-28.5 + parent: 2 + - uid: 20184 components: - type: Transform - pos: -2.5,-4.5 - parent: 1 - - uid: 2483 + pos: 2.5,-29.5 + parent: 2 + - uid: 20330 components: - type: Transform - pos: -2.5,-0.5 - parent: 1 - - uid: 2658 + pos: -70.5,62.5 + parent: 2 + - uid: 20331 components: - type: Transform - pos: -76.5,9.5 - parent: 1 - - uid: 2771 + pos: -71.5,62.5 + parent: 2 + - uid: 20332 components: - type: Transform - pos: -99.5,37.5 - parent: 1 - - uid: 2782 + pos: -72.5,62.5 + parent: 2 + - uid: 20333 components: - type: Transform - pos: 3.5,-1.5 - parent: 1 - - uid: 2827 + pos: -72.5,63.5 + parent: 2 + - uid: 20416 components: - type: Transform - pos: -107.5,32.5 - parent: 1 - - uid: 2831 + pos: -93.5,60.5 + parent: 2 + - uid: 20637 components: - type: Transform - pos: -17.5,30.5 - parent: 1 - - uid: 2832 + rot: 1.5707963267948966 rad + pos: -85.5,-2.5 + parent: 2 + - uid: 20638 components: - type: Transform - pos: -16.5,30.5 - parent: 1 - - uid: 2833 + rot: 1.5707963267948966 rad + pos: -85.5,-1.5 + parent: 2 + - uid: 20639 components: - type: Transform - pos: -15.5,30.5 - parent: 1 - - uid: 2834 + rot: 1.5707963267948966 rad + pos: -85.5,-0.5 + parent: 2 + - uid: 20665 components: - type: Transform - pos: -14.5,29.5 - parent: 1 - - uid: 2865 + rot: 1.5707963267948966 rad + pos: -94.5,-6.5 + parent: 2 + - uid: 20666 components: - type: Transform - pos: -76.5,11.5 - parent: 1 - - uid: 2882 + rot: 1.5707963267948966 rad + pos: -94.5,-4.5 + parent: 2 + - uid: 20667 components: - type: Transform - pos: -107.5,31.5 - parent: 1 - - uid: 2958 + rot: 1.5707963267948966 rad + pos: -94.5,-5.5 + parent: 2 + - uid: 20668 components: - type: Transform - pos: -104.5,35.5 - parent: 1 - - uid: 2963 + rot: 1.5707963267948966 rad + pos: -94.5,-2.5 + parent: 2 + - uid: 20669 components: - type: Transform - pos: -46.5,-12.5 - parent: 1 - - uid: 2995 + rot: 1.5707963267948966 rad + pos: -94.5,-0.5 + parent: 2 + - uid: 20670 components: - type: Transform - pos: -17.5,-14.5 - parent: 1 - - uid: 3085 + rot: 1.5707963267948966 rad + pos: -94.5,-1.5 + parent: 2 + - uid: 20671 components: - type: Transform - pos: -25.5,7.5 - parent: 1 - - uid: 3086 + rot: 1.5707963267948966 rad + pos: -94.5,-3.5 + parent: 2 + - uid: 20685 components: - type: Transform - pos: -26.5,7.5 - parent: 1 - - uid: 3087 + rot: 1.5707963267948966 rad + pos: -79.5,9.5 + parent: 2 + - uid: 20686 components: - type: Transform - pos: -27.5,7.5 - parent: 1 - - uid: 3132 + rot: 1.5707963267948966 rad + pos: -80.5,9.5 + parent: 2 + - uid: 20687 components: - type: Transform - pos: -26.5,30.5 - parent: 1 - - uid: 3135 + rot: 1.5707963267948966 rad + pos: -81.5,9.5 + parent: 2 + - uid: 20689 components: - type: Transform - pos: -23.5,30.5 - parent: 1 - - uid: 3150 + rot: 1.5707963267948966 rad + pos: -82.5,9.5 + parent: 2 + - uid: 20690 components: - type: Transform - pos: -34.5,22.5 - parent: 1 - - uid: 3322 + rot: 1.5707963267948966 rad + pos: -86.5,9.5 + parent: 2 + - uid: 20691 components: - type: Transform - pos: -40.5,-14.5 - parent: 1 - - uid: 3429 + rot: 1.5707963267948966 rad + pos: -89.5,9.5 + parent: 2 + - uid: 20692 components: - type: Transform - pos: -35.5,21.5 - parent: 1 - - uid: 3431 + rot: 1.5707963267948966 rad + pos: -90.5,9.5 + parent: 2 + - uid: 20693 components: - type: Transform - pos: -35.5,19.5 - parent: 1 - - uid: 3432 + rot: 1.5707963267948966 rad + pos: -91.5,9.5 + parent: 2 + - uid: 20694 components: - type: Transform - pos: -35.5,18.5 - parent: 1 - - uid: 3433 + rot: 1.5707963267948966 rad + pos: -91.5,8.5 + parent: 2 + - uid: 20695 components: - type: Transform - pos: -35.5,20.5 - parent: 1 - - uid: 3434 + rot: 1.5707963267948966 rad + pos: -91.5,4.5 + parent: 2 + - uid: 20698 components: - type: Transform - pos: -35.5,16.5 - parent: 1 - - uid: 3435 + rot: 1.5707963267948966 rad + pos: -94.5,2.5 + parent: 2 + - uid: 20699 components: - type: Transform - pos: -35.5,15.5 - parent: 1 - - uid: 3441 + rot: 1.5707963267948966 rad + pos: -96.5,2.5 + parent: 2 + - uid: 20700 components: - type: Transform - pos: -20.5,40.5 - parent: 1 - - uid: 3452 + rot: 1.5707963267948966 rad + pos: -96.5,2.5 + parent: 2 + - uid: 20701 components: - type: Transform - pos: -14.5,46.5 - parent: 1 - - uid: 3476 + rot: 1.5707963267948966 rad + pos: -94.5,1.5 + parent: 2 + - uid: 20702 components: - type: Transform - pos: -51.5,8.5 - parent: 1 - - uid: 3503 + rot: 1.5707963267948966 rad + pos: -96.5,1.5 + parent: 2 + - uid: 20703 components: - type: Transform - pos: 3.5,-12.5 - parent: 1 - - uid: 3510 + rot: 1.5707963267948966 rad + pos: -96.5,-0.5 + parent: 2 + - uid: 20704 components: - type: Transform - pos: -10.5,-31.5 - parent: 1 - - uid: 3552 + rot: 1.5707963267948966 rad + pos: -96.5,-1.5 + parent: 2 + - uid: 20705 components: - type: Transform - pos: -21.5,35.5 - parent: 1 - - uid: 3588 + rot: 1.5707963267948966 rad + pos: -96.5,-2.5 + parent: 2 + - uid: 20706 components: - type: Transform - pos: -42.5,-7.5 - parent: 1 - - uid: 3589 + rot: 1.5707963267948966 rad + pos: -96.5,-3.5 + parent: 2 + - uid: 20707 components: - type: Transform - pos: -42.5,-6.5 - parent: 1 - - uid: 3595 + rot: 1.5707963267948966 rad + pos: -96.5,-4.5 + parent: 2 + - uid: 20708 components: - type: Transform - pos: -42.5,-1.5 - parent: 1 - - uid: 3597 + rot: 1.5707963267948966 rad + pos: -96.5,-5.5 + parent: 2 + - uid: 20709 components: - type: Transform - pos: -10.5,60.5 - parent: 1 - - uid: 3622 + rot: 1.5707963267948966 rad + pos: -96.5,-6.5 + parent: 2 + - uid: 20710 components: - type: Transform - pos: -55.5,-2.5 - parent: 1 - - uid: 3630 + rot: 1.5707963267948966 rad + pos: -96.5,-8.5 + parent: 2 + - uid: 20711 components: - type: Transform - pos: -47.5,-14.5 - parent: 1 - - uid: 3633 + rot: 1.5707963267948966 rad + pos: -96.5,-10.5 + parent: 2 + - uid: 20712 components: - type: Transform - pos: -98.5,37.5 - parent: 1 - - uid: 3642 + rot: 1.5707963267948966 rad + pos: -96.5,-9.5 + parent: 2 + - uid: 20713 components: - type: Transform - pos: -38.5,-0.5 - parent: 1 - - uid: 3643 + rot: 1.5707963267948966 rad + pos: -95.5,-10.5 + parent: 2 + - uid: 20714 components: - type: Transform - pos: -36.5,-0.5 - parent: 1 - - uid: 3644 + rot: 1.5707963267948966 rad + pos: -94.5,-10.5 + parent: 2 + - uid: 20715 components: - type: Transform - pos: -44.5,3.5 - parent: 1 - - uid: 3666 + rot: 1.5707963267948966 rad + pos: -93.5,-10.5 + parent: 2 + - uid: 20716 components: - type: Transform - pos: -41.5,-17.5 - parent: 1 - - uid: 3685 + rot: 1.5707963267948966 rad + pos: -91.5,-10.5 + parent: 2 + - uid: 20717 components: - type: Transform - pos: -34.5,-0.5 - parent: 1 - - uid: 3686 + rot: 1.5707963267948966 rad + pos: -91.5,-11.5 + parent: 2 + - uid: 20718 components: - type: Transform - pos: -39.5,-14.5 - parent: 1 - - uid: 3841 + rot: 1.5707963267948966 rad + pos: -92.5,-10.5 + parent: 2 + - uid: 20719 components: - type: Transform - pos: -34.5,-4.5 - parent: 1 - - uid: 3842 + rot: 1.5707963267948966 rad + pos: -90.5,-14.5 + parent: 2 + - uid: 20720 components: - type: Transform - pos: -32.5,-4.5 - parent: 1 - - uid: 3843 + rot: 1.5707963267948966 rad + pos: -91.5,-12.5 + parent: 2 + - uid: 20721 components: - type: Transform - pos: -31.5,-4.5 - parent: 1 - - uid: 3905 + rot: 1.5707963267948966 rad + pos: -88.5,-14.5 + parent: 2 + - uid: 20722 components: - type: Transform - pos: -59.5,10.5 - parent: 1 - - uid: 3962 + rot: 1.5707963267948966 rad + pos: -87.5,-14.5 + parent: 2 + - uid: 20723 components: - type: Transform - pos: -41.5,-14.5 - parent: 1 - - uid: 3972 + rot: 1.5707963267948966 rad + pos: -86.5,-14.5 + parent: 2 + - uid: 20724 components: - type: Transform - pos: -61.5,-12.5 - parent: 1 - - uid: 4099 + rot: 1.5707963267948966 rad + pos: -85.5,-14.5 + parent: 2 + - uid: 20725 components: - type: Transform - pos: -62.5,-12.5 - parent: 1 - - uid: 4124 + rot: 1.5707963267948966 rad + pos: -84.5,-14.5 + parent: 2 + - uid: 20726 components: - type: Transform - pos: -100.5,37.5 - parent: 1 - - uid: 4162 + rot: 1.5707963267948966 rad + pos: -83.5,-14.5 + parent: 2 + - uid: 20727 components: - type: Transform - pos: -104.5,37.5 - parent: 1 - - uid: 4199 + rot: 1.5707963267948966 rad + pos: -82.5,-14.5 + parent: 2 + - uid: 20728 components: - type: Transform - pos: -103.5,37.5 - parent: 1 - - uid: 4217 + rot: 1.5707963267948966 rad + pos: -79.5,-14.5 + parent: 2 + - uid: 20729 components: - type: Transform - pos: -105.5,37.5 - parent: 1 - - uid: 4306 + rot: 1.5707963267948966 rad + pos: -77.5,-14.5 + parent: 2 + - uid: 20730 components: - type: Transform - pos: -48.5,25.5 - parent: 1 - - uid: 4312 + rot: 1.5707963267948966 rad + pos: -76.5,-14.5 + parent: 2 + - uid: 20958 components: - type: Transform - pos: -46.5,25.5 - parent: 1 - - uid: 4314 + pos: -111.5,52.5 + parent: 2 + - uid: 20966 components: - type: Transform - pos: -48.5,23.5 - parent: 1 - - uid: 4315 + pos: -111.5,51.5 + parent: 2 + - uid: 20968 components: - type: Transform - pos: -48.5,24.5 - parent: 1 - - uid: 4316 + pos: -111.5,50.5 + parent: 2 + - uid: 20969 components: - type: Transform - pos: -46.5,23.5 - parent: 1 - - uid: 4317 + pos: -111.5,49.5 + parent: 2 + - uid: 20970 components: - type: Transform - pos: -46.5,24.5 - parent: 1 - - uid: 4703 + pos: -111.5,48.5 + parent: 2 + - uid: 20971 components: - type: Transform - pos: -44.5,69.5 - parent: 1 - - uid: 4735 + pos: -111.5,47.5 + parent: 2 + - uid: 20972 components: - type: Transform - pos: -25.5,64.5 - parent: 1 - - uid: 4757 + pos: -111.5,46.5 + parent: 2 + - uid: 20973 components: - type: Transform - pos: -38.5,-8.5 - parent: 1 - - uid: 4760 + pos: -109.5,44.5 + parent: 2 + - uid: 20974 components: - type: Transform - pos: -60.5,-12.5 - parent: 1 - - uid: 4763 + pos: -108.5,44.5 + parent: 2 + - uid: 20975 components: - type: Transform - pos: 3.5,-0.5 - parent: 1 - - uid: 4816 + pos: -107.5,44.5 + parent: 2 + - uid: 20976 components: - type: Transform - pos: -65.5,-13.5 - parent: 1 - - uid: 4827 + pos: -106.5,44.5 + parent: 2 + - uid: 20977 components: - type: Transform - pos: -59.5,2.5 - parent: 1 - - uid: 4828 + pos: -105.5,44.5 + parent: 2 + - uid: 20978 components: - type: Transform - pos: -59.5,1.5 - parent: 1 - - uid: 4829 + pos: -103.5,44.5 + parent: 2 + - uid: 20979 components: - type: Transform - pos: -59.5,0.5 - parent: 1 - - uid: 4830 + pos: -104.5,44.5 + parent: 2 + - uid: 20980 components: - type: Transform - pos: -59.5,-0.5 - parent: 1 - - uid: 4831 + pos: -109.5,54.5 + parent: 2 + - uid: 20981 components: - type: Transform - pos: -59.5,-1.5 - parent: 1 - - uid: 4833 + pos: -108.5,54.5 + parent: 2 + - uid: 20982 components: - type: Transform - pos: -59.5,-3.5 - parent: 1 - - uid: 4834 + pos: -107.5,54.5 + parent: 2 + - uid: 20983 components: - type: Transform - pos: -59.5,-4.5 - parent: 1 - - uid: 4835 + pos: -106.5,54.5 + parent: 2 + - uid: 20984 components: - type: Transform - pos: -59.5,-5.5 - parent: 1 - - uid: 4836 + pos: -105.5,54.5 + parent: 2 + - uid: 20985 components: - type: Transform - pos: -59.5,-6.5 - parent: 1 - - uid: 4853 + pos: -103.5,54.5 + parent: 2 + - uid: 20986 components: - type: Transform - pos: -75.5,3.5 - parent: 1 - - uid: 4857 + pos: -104.5,54.5 + parent: 2 + - uid: 20987 components: - type: Transform - pos: -71.5,3.5 - parent: 1 - - uid: 4858 + pos: -101.5,52.5 + parent: 2 + - uid: 20988 components: - type: Transform - pos: -70.5,3.5 - parent: 1 - - uid: 4859 + pos: -101.5,51.5 + parent: 2 + - uid: 20989 components: - type: Transform - pos: -69.5,3.5 - parent: 1 - - uid: 4860 + pos: -101.5,47.5 + parent: 2 + - uid: 20990 components: - type: Transform - pos: -68.5,3.5 - parent: 1 - - uid: 4864 + pos: -101.5,46.5 + parent: 2 + - uid: 21129 components: - type: Transform - pos: -64.5,3.5 - parent: 1 - - uid: 4865 + pos: -99.5,53.5 + parent: 2 + - uid: 21130 components: - type: Transform - pos: -63.5,3.5 - parent: 1 - - uid: 4866 + pos: -99.5,54.5 + parent: 2 + - uid: 21131 components: - type: Transform - pos: -62.5,3.5 - parent: 1 - - uid: 4867 + pos: -99.5,55.5 + parent: 2 + - uid: 21132 components: - type: Transform - pos: -61.5,3.5 - parent: 1 - - uid: 4868 + pos: -99.5,56.5 + parent: 2 + - uid: 21133 components: - type: Transform - pos: -60.5,3.5 - parent: 1 - - uid: 4884 + pos: -100.5,56.5 + parent: 2 + - uid: 21134 components: - type: Transform - pos: -73.5,-13.5 - parent: 1 - - uid: 4889 + pos: -101.5,56.5 + parent: 2 + - uid: 21135 components: - type: Transform - pos: -59.5,-7.5 - parent: 1 - - uid: 4894 + pos: -102.5,56.5 + parent: 2 + - uid: 21136 components: - type: Transform - pos: -57.5,-12.5 - parent: 1 - - uid: 4895 + pos: -104.5,56.5 + parent: 2 + - uid: 21137 components: - type: Transform - pos: -64.5,-8.5 - parent: 1 - - uid: 4898 + pos: -105.5,56.5 + parent: 2 + - uid: 21138 components: - type: Transform - pos: -73.5,-14.5 - parent: 1 - - uid: 4899 + pos: -106.5,56.5 + parent: 2 + - uid: 21139 components: - type: Transform - pos: -69.5,-12.5 - parent: 1 - - uid: 4900 + pos: -107.5,56.5 + parent: 2 + - uid: 21140 components: - type: Transform - pos: -68.5,-12.5 - parent: 1 - - uid: 4902 + pos: -108.5,56.5 + parent: 2 + - uid: 21141 components: - type: Transform - pos: -61.5,-8.5 - parent: 1 - - uid: 4908 + pos: -110.5,56.5 + parent: 2 + - uid: 21142 components: - type: Transform - pos: -69.5,-8.5 - parent: 1 - - uid: 4909 + pos: -111.5,56.5 + parent: 2 + - uid: 21143 components: - type: Transform - pos: -68.5,-8.5 - parent: 1 - - uid: 4910 + pos: -112.5,56.5 + parent: 2 + - uid: 21144 components: - type: Transform - pos: -63.5,-8.5 - parent: 1 - - uid: 4925 + pos: -113.5,56.5 + parent: 2 + - uid: 21145 components: - type: Transform - pos: -62.5,-8.5 - parent: 1 - - uid: 4926 + pos: -113.5,55.5 + parent: 2 + - uid: 21146 components: - type: Transform - pos: -70.5,-12.5 - parent: 1 - - uid: 4932 + pos: -113.5,54.5 + parent: 2 + - uid: 21147 components: - type: Transform - pos: -65.5,-14.5 - parent: 1 - - uid: 4934 + pos: -113.5,52.5 + parent: 2 + - uid: 21148 components: - type: Transform - pos: -75.5,-8.5 - parent: 1 - - uid: 4944 + pos: -113.5,51.5 + parent: 2 + - uid: 21149 components: - type: Transform - pos: -58.5,-12.5 - parent: 1 - - uid: 4971 + pos: -113.5,50.5 + parent: 2 + - uid: 21150 components: - type: Transform - pos: -70.5,-8.5 - parent: 1 - - uid: 4976 + pos: -113.5,47.5 + parent: 2 + - uid: 21151 components: - type: Transform - pos: -71.5,-8.5 - parent: 1 - - uid: 4977 + pos: -113.5,46.5 + parent: 2 + - uid: 21152 components: - type: Transform - pos: -60.5,-8.5 - parent: 1 - - uid: 5009 + pos: -113.5,45.5 + parent: 2 + - uid: 21153 components: - type: Transform - pos: -25.5,69.5 - parent: 1 - - uid: 5017 + pos: -113.5,44.5 + parent: 2 + - uid: 21154 components: - type: Transform - pos: -0.5,64.5 - parent: 1 - - uid: 5018 + pos: -113.5,42.5 + parent: 2 + - uid: 21155 components: - type: Transform - pos: -0.5,63.5 - parent: 1 - - uid: 5019 + pos: -112.5,42.5 + parent: 2 + - uid: 21156 components: - type: Transform - pos: -0.5,62.5 - parent: 1 - - uid: 5025 + pos: -111.5,42.5 + parent: 2 + - uid: 21157 components: - type: Transform - pos: -1.5,65.5 - parent: 1 - - uid: 5028 + pos: -110.5,42.5 + parent: 2 + - uid: 21158 components: - type: Transform - pos: -25.5,70.5 - parent: 1 - - uid: 5030 + pos: -109.5,42.5 + parent: 2 + - uid: 21159 components: - type: Transform - pos: -2.5,65.5 - parent: 1 - - uid: 5036 + pos: -108.5,42.5 + parent: 2 + - uid: 21160 components: - type: Transform - pos: -25.5,68.5 - parent: 1 - - uid: 5074 + pos: -107.5,42.5 + parent: 2 + - uid: 21161 components: - type: Transform - pos: -76.5,4.5 - parent: 1 - - uid: 5076 + pos: -106.5,42.5 + parent: 2 + - uid: 21162 components: - type: Transform - pos: -76.5,6.5 - parent: 1 - - uid: 5194 + pos: -104.5,42.5 + parent: 2 + - uid: 21163 components: - type: Transform - pos: -12.5,70.5 - parent: 1 - - uid: 5199 + pos: -101.5,42.5 + parent: 2 + - uid: 21164 components: - type: Transform - pos: -8.5,67.5 - parent: 1 - - uid: 5252 + pos: -99.5,42.5 + parent: 2 + - uid: 21165 components: - type: Transform - pos: -55.5,18.5 - parent: 1 - - uid: 5280 + pos: -102.5,42.5 + parent: 2 + - uid: 21166 components: - type: Transform - pos: -55.5,19.5 - parent: 1 - - uid: 5315 + pos: -99.5,43.5 + parent: 2 + - uid: 21167 components: - type: Transform - pos: -63.5,68.5 - parent: 1 - - uid: 5316 + pos: -96.5,59.5 + parent: 2 + - uid: 21168 components: - type: Transform - pos: -59.5,14.5 - parent: 1 - - uid: 5320 + pos: -96.5,58.5 + parent: 2 + - uid: 21169 components: - type: Transform - pos: -82.5,39.5 - parent: 1 - - uid: 5340 + pos: -97.5,58.5 + parent: 2 + - uid: 21170 components: - type: Transform - pos: -25.5,65.5 - parent: 1 - - uid: 5341 + pos: -99.5,58.5 + parent: 2 + - uid: 21171 components: - type: Transform - pos: -17.5,70.5 - parent: 1 - - uid: 5356 + pos: -99.5,57.5 + parent: 2 + - uid: 21172 components: - type: Transform - pos: -78.5,7.5 - parent: 1 - - uid: 5357 + pos: -94.5,60.5 + parent: 2 + - uid: 21219 components: - type: Transform - pos: -80.5,3.5 - parent: 1 - - uid: 5360 + pos: 32.5,32.5 + parent: 2 + - uid: 21220 components: - type: Transform - pos: -81.5,39.5 - parent: 1 - - uid: 5361 + pos: 26.5,39.5 + parent: 2 + - uid: 21221 components: - type: Transform - pos: -84.5,39.5 - parent: 1 - - uid: 5490 + pos: 26.5,40.5 + parent: 2 + - uid: 21222 components: - type: Transform - pos: -9.5,10.5 - parent: 1 - - uid: 5597 + pos: 26.5,41.5 + parent: 2 + - uid: 21223 components: - type: Transform - pos: -97.5,53.5 - parent: 1 - - uid: 5621 + pos: 32.5,31.5 + parent: 2 + - uid: 21224 components: - type: Transform - pos: -85.5,41.5 - parent: 1 - - uid: 5823 + pos: 31.5,32.5 + parent: 2 + - uid: 21225 components: - type: Transform - pos: -18.5,46.5 - parent: 1 - - uid: 5847 + pos: 30.5,32.5 + parent: 2 + - uid: 21226 components: - type: Transform - pos: -5.5,29.5 - parent: 1 - - uid: 5861 + pos: 29.5,32.5 + parent: 2 + - uid: 21228 components: - type: Transform - pos: -14.5,44.5 - parent: 1 - - uid: 5862 + pos: 29.5,33.5 + parent: 2 + - uid: 21385 components: - type: Transform - pos: -14.5,43.5 - parent: 1 - - uid: 5864 + rot: 3.141592653589793 rad + pos: 27.5,44.5 + parent: 2 + - uid: 21387 components: - type: Transform - pos: -14.5,41.5 - parent: 1 - - uid: 5866 + rot: 3.141592653589793 rad + pos: 29.5,44.5 + parent: 2 + - uid: 21388 components: - type: Transform - pos: -14.5,39.5 - parent: 1 - - uid: 5867 + rot: 3.141592653589793 rad + pos: 30.5,44.5 + parent: 2 + - uid: 21389 components: - type: Transform - pos: -14.5,38.5 - parent: 1 - - uid: 5869 + rot: 3.141592653589793 rad + pos: 31.5,44.5 + parent: 2 + - uid: 21390 components: - type: Transform - pos: -14.5,36.5 - parent: 1 - - uid: 5870 + rot: 3.141592653589793 rad + pos: 32.5,44.5 + parent: 2 + - uid: 21391 components: - type: Transform - pos: -14.5,35.5 - parent: 1 - - uid: 5901 + rot: 3.141592653589793 rad + pos: 33.5,44.5 + parent: 2 + - uid: 21392 components: - type: Transform - pos: -14.5,49.5 - parent: 1 - - uid: 5975 + rot: 3.141592653589793 rad + pos: 34.5,44.5 + parent: 2 + - uid: 21393 components: - type: Transform - pos: -9.5,58.5 - parent: 1 - - uid: 6013 + rot: 3.141592653589793 rad + pos: 35.5,44.5 + parent: 2 + - uid: 21394 components: - type: Transform - pos: -16.5,70.5 - parent: 1 - - uid: 6047 + rot: 3.141592653589793 rad + pos: 37.5,44.5 + parent: 2 + - uid: 21395 components: - type: Transform - pos: -59.5,-14.5 - parent: 1 - - uid: 6048 + rot: 3.141592653589793 rad + pos: 37.5,44.5 + parent: 2 + - uid: 21396 components: - type: Transform - pos: -67.5,-8.5 - parent: 1 - - uid: 6050 + rot: 3.141592653589793 rad + pos: 38.5,44.5 + parent: 2 + - uid: 21397 components: - type: Transform - pos: -78.5,3.5 - parent: 1 - - uid: 6057 + rot: 3.141592653589793 rad + pos: 39.5,44.5 + parent: 2 + - uid: 21398 components: - type: Transform - pos: 16.5,-23.5 - parent: 1 - - uid: 6058 + rot: 3.141592653589793 rad + pos: 40.5,44.5 + parent: 2 + - uid: 21399 components: - type: Transform - pos: 17.5,-17.5 - parent: 1 - - uid: 6067 + rot: 3.141592653589793 rad + pos: 41.5,44.5 + parent: 2 + - uid: 21400 components: - type: Transform - pos: -9.5,65.5 - parent: 1 - - uid: 6257 + rot: 3.141592653589793 rad + pos: 43.5,44.5 + parent: 2 + - uid: 21401 components: - type: Transform - pos: -14.5,70.5 - parent: 1 - - uid: 6275 + rot: 3.141592653589793 rad + pos: 43.5,43.5 + parent: 2 + - uid: 21402 components: - type: Transform - pos: -25.5,62.5 - parent: 1 - - uid: 6319 + rot: 3.141592653589793 rad + pos: 42.5,44.5 + parent: 2 + - uid: 21403 components: - type: Transform - pos: 24.5,38.5 - parent: 1 - - uid: 6321 + rot: 3.141592653589793 rad + pos: 43.5,41.5 + parent: 2 + - uid: 21404 components: - type: Transform - pos: 24.5,40.5 - parent: 1 - - uid: 6323 + rot: 3.141592653589793 rad + pos: 43.5,40.5 + parent: 2 + - uid: 21405 components: - type: Transform - pos: -11.5,70.5 - parent: 1 - - uid: 6332 + rot: 3.141592653589793 rad + pos: 44.5,40.5 + parent: 2 + - uid: 21406 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -81.5,64.5 - parent: 1 - - uid: 6340 + rot: 3.141592653589793 rad + pos: 45.5,40.5 + parent: 2 + - uid: 21407 components: - type: Transform - pos: -0.5,59.5 - parent: 1 - - uid: 6344 + rot: 3.141592653589793 rad + pos: 46.5,40.5 + parent: 2 + - uid: 21408 components: - type: Transform - pos: -0.5,60.5 - parent: 1 - - uid: 6352 + rot: 3.141592653589793 rad + pos: 46.5,39.5 + parent: 2 + - uid: 21409 components: - type: Transform - pos: -13.5,54.5 - parent: 1 - - uid: 6355 + rot: 3.141592653589793 rad + pos: 46.5,37.5 + parent: 2 + - uid: 21410 components: - type: Transform - pos: -13.5,56.5 - parent: 1 - - uid: 6356 + rot: 3.141592653589793 rad + pos: 46.5,36.5 + parent: 2 + - uid: 21411 components: - type: Transform - pos: -13.5,53.5 - parent: 1 - - uid: 6358 + rot: 3.141592653589793 rad + pos: 45.5,36.5 + parent: 2 + - uid: 21412 components: - type: Transform - pos: -13.5,57.5 - parent: 1 - - uid: 6364 + rot: 3.141592653589793 rad + pos: 44.5,36.5 + parent: 2 + - uid: 21413 components: - type: Transform - pos: -36.5,-10.5 - parent: 1 - - uid: 6389 + rot: 3.141592653589793 rad + pos: 43.5,35.5 + parent: 2 + - uid: 21414 components: - type: Transform - pos: -16.5,58.5 - parent: 1 - - uid: 6401 + rot: 3.141592653589793 rad + pos: 43.5,36.5 + parent: 2 + - uid: 21416 components: - type: Transform - pos: -10.5,61.5 - parent: 1 - - uid: 6415 + rot: 3.141592653589793 rad + pos: 43.5,34.5 + parent: 2 + - uid: 21417 components: - type: Transform - pos: -55.5,-0.5 - parent: 1 - - uid: 6458 + rot: 3.141592653589793 rad + pos: 43.5,32.5 + parent: 2 + - uid: 21418 components: - type: Transform - pos: -11.5,64.5 - parent: 1 - - uid: 6459 + rot: 3.141592653589793 rad + pos: 42.5,32.5 + parent: 2 + - uid: 21419 components: - type: Transform - pos: -11.5,65.5 - parent: 1 - - uid: 6460 + rot: 3.141592653589793 rad + pos: 39.5,32.5 + parent: 2 + - uid: 21420 components: - type: Transform - pos: -12.5,65.5 - parent: 1 - - uid: 6461 + rot: 3.141592653589793 rad + pos: 38.5,32.5 + parent: 2 + - uid: 21421 components: - type: Transform - pos: -12.5,66.5 - parent: 1 - - uid: 6462 + rot: 3.141592653589793 rad + pos: 37.5,32.5 + parent: 2 + - uid: 21422 components: - type: Transform - pos: -13.5,66.5 - parent: 1 - - uid: 6463 + rot: 3.141592653589793 rad + pos: 36.5,32.5 + parent: 2 + - uid: 21423 components: - type: Transform - pos: -13.5,67.5 - parent: 1 - - uid: 6464 + rot: 3.141592653589793 rad + pos: 34.5,32.5 + parent: 2 + - uid: 21424 components: - type: Transform - pos: -14.5,67.5 - parent: 1 - - uid: 6465 + rot: 3.141592653589793 rad + pos: 33.5,32.5 + parent: 2 +- proto: GrilleBroken + entities: + - uid: 12792 components: - type: Transform - pos: -15.5,67.5 - parent: 1 - - uid: 6466 + rot: 1.5707963267948966 rad + pos: -101.5,37.5 + parent: 2 + - uid: 12793 components: - type: Transform - pos: -16.5,67.5 - parent: 1 - - uid: 6467 + rot: -1.5707963267948966 rad + pos: -32.5,59.5 + parent: 2 + - uid: 12794 components: - type: Transform - pos: -17.5,67.5 - parent: 1 - - uid: 6468 + rot: -1.5707963267948966 rad + pos: -34.5,63.5 + parent: 2 + - uid: 12795 components: - type: Transform - pos: -18.5,67.5 - parent: 1 - - uid: 6469 + rot: 1.5707963267948966 rad + pos: -34.5,64.5 + parent: 2 + - uid: 12796 components: - type: Transform - pos: -19.5,67.5 - parent: 1 - - uid: 6470 + pos: -90.5,69.5 + parent: 2 + - uid: 12797 components: - type: Transform - pos: -19.5,66.5 - parent: 1 - - uid: 6471 + rot: -1.5707963267948966 rad + pos: -33.5,22.5 + parent: 2 + - uid: 12798 components: - type: Transform - pos: -20.5,66.5 - parent: 1 - - uid: 6472 + pos: -35.5,17.5 + parent: 2 + - uid: 12799 components: - type: Transform - pos: -20.5,65.5 - parent: 1 - - uid: 6473 + rot: 1.5707963267948966 rad + pos: -33.5,60.5 + parent: 2 + - uid: 12800 components: - type: Transform - pos: -21.5,65.5 - parent: 1 - - uid: 6474 + rot: -1.5707963267948966 rad + pos: -42.5,-17.5 + parent: 2 + - uid: 12802 components: - type: Transform - pos: -21.5,64.5 - parent: 1 - - uid: 6493 + rot: 1.5707963267948966 rad + pos: -26.5,60.5 + parent: 2 + - uid: 12803 components: - type: Transform - pos: -59.5,41.5 - parent: 1 - - uid: 6510 + pos: -59.5,11.5 + parent: 2 + - uid: 12804 components: - type: Transform - pos: -17.5,-8.5 - parent: 1 - - uid: 6511 + rot: 3.141592653589793 rad + pos: 16.5,42.5 + parent: 2 + - uid: 12805 components: - type: Transform - pos: -7.5,63.5 - parent: 1 - - uid: 6549 + pos: 16.5,42.5 + parent: 2 + - uid: 12806 components: - type: Transform - pos: -67.5,3.5 - parent: 1 - - uid: 6550 + rot: 3.141592653589793 rad + pos: -59.5,13.5 + parent: 2 + - uid: 12807 components: - type: Transform - pos: -67.5,2.5 - parent: 1 - - uid: 6551 + pos: -0.5,61.5 + parent: 2 + - uid: 12808 components: - type: Transform - pos: -72.5,2.5 - parent: 1 - - uid: 6553 + pos: -7.5,66.5 + parent: 2 + - uid: 12809 components: - type: Transform - pos: -72.5,3.5 - parent: 1 - - uid: 6554 + pos: -0.5,65.5 + parent: 2 + - uid: 12812 components: - type: Transform - pos: -72.5,-8.5 - parent: 1 - - uid: 6555 + rot: -1.5707963267948966 rad + pos: -59.5,13.5 + parent: 2 + - uid: 12813 components: - type: Transform - pos: -72.5,-7.5 - parent: 1 - - uid: 6561 + rot: 1.5707963267948966 rad + pos: 16.5,42.5 + parent: 2 + - uid: 12814 components: - type: Transform - pos: -7.5,58.5 - parent: 1 - - uid: 6669 + rot: -1.5707963267948966 rad + pos: 16.5,42.5 + parent: 2 + - uid: 12815 components: - type: Transform - pos: -13.5,70.5 - parent: 1 - - uid: 6670 + rot: 3.141592653589793 rad + pos: -25.5,63.5 + parent: 2 + - uid: 12816 components: - type: Transform - pos: -10.5,69.5 - parent: 1 - - uid: 6675 + pos: 17.5,-15.5 + parent: 2 + - uid: 12817 components: - type: Transform - pos: -3.5,65.5 - parent: 1 - - uid: 6678 + pos: -18.5,70.5 + parent: 2 + - uid: 12818 components: - type: Transform - pos: -22.5,69.5 - parent: 1 - - uid: 6685 + rot: -1.5707963267948966 rad + pos: -4.5,65.5 + parent: 2 + - uid: 12819 components: - type: Transform - pos: -22.5,60.5 - parent: 1 - - uid: 6686 + pos: 7.5,-22.5 + parent: 2 + - uid: 12820 components: - type: Transform - pos: -22.5,61.5 - parent: 1 - - uid: 6687 + pos: 14.5,-20.5 + parent: 2 + - uid: 12821 components: - type: Transform - pos: -22.5,62.5 - parent: 1 - - uid: 6757 + rot: 1.5707963267948966 rad + pos: -56.5,69.5 + parent: 2 + - uid: 12822 components: - type: Transform - pos: -40.5,34.5 - parent: 1 - - uid: 6758 + rot: -1.5707963267948966 rad + pos: -57.5,69.5 + parent: 2 + - uid: 12823 components: - type: Transform - pos: -42.5,34.5 - parent: 1 - - uid: 6760 + rot: -1.5707963267948966 rad + pos: 14.5,-22.5 + parent: 2 + - uid: 12824 components: - type: Transform - pos: -44.5,34.5 - parent: 1 - - uid: 6783 + rot: -1.5707963267948966 rad + pos: -15.5,70.5 + parent: 2 + - uid: 12825 components: - type: Transform - pos: -42.5,48.5 - parent: 1 - - uid: 6785 + pos: -14.5,37.5 + parent: 2 + - uid: 12826 components: - type: Transform - pos: -70.5,36.5 - parent: 1 - - uid: 6791 + rot: 3.141592653589793 rad + pos: -14.5,40.5 + parent: 2 + - uid: 12827 components: - type: Transform - pos: -45.5,41.5 - parent: 1 - - uid: 6811 + rot: 3.141592653589793 rad + pos: -14.5,42.5 + parent: 2 + - uid: 12828 components: - type: Transform - pos: -41.5,53.5 - parent: 1 - - uid: 6816 + rot: 1.5707963267948966 rad + pos: -8.5,65.5 + parent: 2 + - uid: 12829 components: - type: Transform - pos: -40.5,53.5 - parent: 1 - - uid: 6821 + rot: -1.5707963267948966 rad + pos: 12.5,-23.5 + parent: 2 + - uid: 12830 components: - type: Transform - pos: -41.5,48.5 - parent: 1 - - uid: 6857 + rot: -1.5707963267948966 rad + pos: -21.5,70.5 + parent: 2 + - uid: 12832 components: - type: Transform - pos: 7.5,-23.5 - parent: 1 - - uid: 6959 + rot: 1.5707963267948966 rad + pos: 3.5,57.5 + parent: 2 + - uid: 12833 components: - type: Transform - pos: -67.5,-7.5 - parent: 1 - - uid: 6984 + rot: 1.5707963267948966 rad + pos: -47.5,71.5 + parent: 2 + - uid: 12834 components: - type: Transform - pos: -48.5,56.5 - parent: 1 - - uid: 6985 + rot: 3.141592653589793 rad + pos: -47.5,73.5 + parent: 2 + - uid: 12835 components: - type: Transform - pos: -46.5,56.5 - parent: 1 - - uid: 6989 + rot: -1.5707963267948966 rad + pos: -47.5,75.5 + parent: 2 + - uid: 12836 components: - type: Transform - pos: -57.5,48.5 - parent: 1 - - uid: 6990 + pos: -47.5,78.5 + parent: 2 + - uid: 12837 components: - type: Transform - pos: -56.5,48.5 - parent: 1 - - uid: 6991 + rot: 1.5707963267948966 rad + pos: -65.5,86.5 + parent: 2 + - uid: 12838 components: - type: Transform - pos: -54.5,48.5 - parent: 1 - - uid: 6992 + pos: -65.5,88.5 + parent: 2 + - uid: 12839 components: - type: Transform - pos: -53.5,48.5 - parent: 1 - - uid: 6993 + rot: -1.5707963267948966 rad + pos: -64.5,90.5 + parent: 2 + - uid: 12840 components: - type: Transform - pos: -51.5,48.5 - parent: 1 - - uid: 6994 + rot: 1.5707963267948966 rad + pos: -55.5,71.5 + parent: 2 + - uid: 12841 components: - type: Transform - pos: -50.5,48.5 - parent: 1 - - uid: 6995 + pos: -43.5,71.5 + parent: 2 + - uid: 12842 components: - type: Transform - pos: -50.5,52.5 - parent: 1 - - uid: 6996 + pos: -65.5,83.5 + parent: 2 + - uid: 12843 components: - type: Transform - pos: -53.5,52.5 - parent: 1 - - uid: 6997 + pos: -55.5,76.5 + parent: 2 + - uid: 12844 components: - type: Transform - pos: -56.5,52.5 - parent: 1 - - uid: 7004 + pos: -60.5,68.5 + parent: 2 + - uid: 12845 components: - type: Transform - pos: -54.5,59.5 - parent: 1 - - uid: 7005 + rot: -1.5707963267948966 rad + pos: -102.5,37.5 + parent: 2 + - uid: 12846 components: - type: Transform - pos: -55.5,59.5 - parent: 1 - - uid: 7006 + rot: -1.5707963267948966 rad + pos: -97.5,13.5 + parent: 2 + - uid: 12847 components: - type: Transform - pos: -56.5,59.5 - parent: 1 - - uid: 7014 + rot: 3.141592653589793 rad + pos: -96.5,13.5 + parent: 2 + - uid: 12848 components: - type: Transform - pos: -48.5,63.5 - parent: 1 - - uid: 7065 + rot: 1.5707963267948966 rad + pos: -90.5,13.5 + parent: 2 + - uid: 12849 components: - type: Transform - pos: -64.5,29.5 - parent: 1 - - uid: 7078 + pos: -103.5,13.5 + parent: 2 + - uid: 12850 components: - type: Transform - pos: 17.5,-14.5 - parent: 1 - - uid: 7095 + pos: -109.5,30.5 + parent: 2 + - uid: 12851 components: - type: Transform - pos: -23.5,68.5 - parent: 1 - - uid: 7113 + pos: -109.5,22.5 + parent: 2 + - uid: 12852 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -109.5,18.5 + parent: 2 + - uid: 12853 components: - type: Transform - pos: -46.5,63.5 - parent: 1 - - uid: 7130 + rot: 3.141592653589793 rad + pos: -59.5,11.5 + parent: 2 + - uid: 12854 components: - type: Transform - pos: 17.5,-16.5 - parent: 1 - - uid: 7151 + pos: 22.5,36.5 + parent: 2 + - uid: 12855 components: - type: Transform - pos: -53.5,63.5 - parent: 1 - - uid: 7152 + rot: -1.5707963267948966 rad + pos: 22.5,36.5 + parent: 2 + - uid: 12856 components: - type: Transform - pos: -53.5,64.5 - parent: 1 - - uid: 7153 + rot: 3.141592653589793 rad + pos: 22.5,36.5 + parent: 2 + - uid: 12857 components: - type: Transform - pos: -53.5,65.5 - parent: 1 - - uid: 7162 + rot: 1.5707963267948966 rad + pos: 22.5,36.5 + parent: 2 + - uid: 12859 components: - type: Transform - pos: -58.5,62.5 - parent: 1 - - uid: 7166 + pos: -96.5,63.5 + parent: 2 + - uid: 12860 components: - type: Transform - pos: -60.5,66.5 - parent: 1 - - uid: 7167 + rot: -1.5707963267948966 rad + pos: -95.5,64.5 + parent: 2 + - uid: 12861 components: - type: Transform - pos: -59.5,66.5 - parent: 1 - - uid: 7168 + rot: 1.5707963267948966 rad + pos: -83.5,73.5 + parent: 2 + - uid: 12862 components: - type: Transform - pos: -58.5,66.5 - parent: 1 - - uid: 7179 + rot: -1.5707963267948966 rad + pos: -83.5,73.5 + parent: 2 + - uid: 12869 components: - type: Transform - pos: -56.5,62.5 - parent: 1 - - uid: 7180 + rot: 1.5707963267948966 rad + pos: -83.5,1.5 + parent: 2 + - uid: 12873 components: - type: Transform - pos: -54.5,62.5 - parent: 1 - - uid: 7187 + rot: 1.5707963267948966 rad + pos: -57.5,-14.5 + parent: 2 + - uid: 12874 components: - type: Transform - pos: -15.5,-8.5 - parent: 1 - - uid: 7238 + rot: 1.5707963267948966 rad + pos: -68.5,-14.5 + parent: 2 + - uid: 12875 components: - type: Transform - pos: -58.5,54.5 - parent: 1 - - uid: 7255 + rot: -1.5707963267948966 rad + pos: -74.5,73.5 + parent: 2 + - uid: 12876 components: - type: Transform - pos: -49.5,83.5 - parent: 1 - - uid: 7256 + rot: 1.5707963267948966 rad + pos: -110.5,34.5 + parent: 2 + - uid: 12878 components: - type: Transform - pos: -49.5,84.5 - parent: 1 - - uid: 7257 + rot: -1.5707963267948966 rad + pos: -69.5,60.5 + parent: 2 + - uid: 12879 components: - type: Transform - pos: -49.5,85.5 - parent: 1 - - uid: 7258 + pos: -108.5,34.5 + parent: 2 + - uid: 12882 components: - type: Transform - pos: -49.5,86.5 - parent: 1 - - uid: 7259 + rot: 1.5707963267948966 rad + pos: -78.5,12.5 + parent: 2 + - uid: 12883 components: - type: Transform - pos: -49.5,87.5 - parent: 1 - - uid: 7260 + rot: 3.141592653589793 rad + pos: -78.5,9.5 + parent: 2 + - uid: 12885 components: - type: Transform - pos: -49.5,88.5 - parent: 1 - - uid: 7271 + rot: 3.141592653589793 rad + pos: 29.5,-29.5 + parent: 2 + - uid: 12886 components: - type: Transform - pos: -51.5,91.5 - parent: 1 - - uid: 7301 + pos: 26.5,-27.5 + parent: 2 + - uid: 12887 components: - type: Transform - pos: -58.5,82.5 - parent: 1 - - uid: 7307 + rot: -1.5707963267948966 rad + pos: 30.5,-27.5 + parent: 2 + - uid: 12888 components: - type: Transform - pos: -59.5,90.5 - parent: 1 - - uid: 7308 + rot: -1.5707963267948966 rad + pos: 30.5,-12.5 + parent: 2 + - uid: 12889 components: - type: Transform - pos: -60.5,90.5 - parent: 1 - - uid: 7312 + pos: 30.5,-24.5 + parent: 2 + - uid: 12890 components: - type: Transform - pos: -61.5,82.5 - parent: 1 - - uid: 7318 + rot: -1.5707963267948966 rad + pos: 30.5,-23.5 + parent: 2 + - uid: 12891 components: - type: Transform - pos: -63.5,83.5 - parent: 1 - - uid: 7319 + rot: 3.141592653589793 rad + pos: 30.5,-21.5 + parent: 2 + - uid: 12892 components: - type: Transform - pos: -62.5,88.5 - parent: 1 - - uid: 7374 + pos: 17.5,-19.5 + parent: 2 + - uid: 12893 components: - type: Transform - pos: -10.5,70.5 - parent: 1 - - uid: 7375 + rot: 1.5707963267948966 rad + pos: 17.5,-22.5 + parent: 2 + - uid: 12894 components: - type: Transform - pos: -5.5,65.5 - parent: 1 - - uid: 7377 + rot: -1.5707963267948966 rad + pos: 30.5,-18.5 + parent: 2 + - uid: 12895 components: - type: Transform - pos: -6.5,65.5 - parent: 1 - - uid: 7512 + rot: 1.5707963267948966 rad + pos: 18.5,-23.5 + parent: 2 + - uid: 12896 components: - type: Transform - pos: -9.5,69.5 - parent: 1 - - uid: 7513 + pos: 30.5,-15.5 + parent: 2 + - uid: 12897 components: - type: Transform - pos: -9.5,68.5 - parent: 1 - - uid: 7516 + rot: 1.5707963267948966 rad + pos: 27.5,-29.5 + parent: 2 + - uid: 12898 components: - type: Transform - pos: -7.5,65.5 - parent: 1 - - uid: 7549 + rot: -1.5707963267948966 rad + pos: 20.5,-26.5 + parent: 2 + - uid: 12899 components: - type: Transform - pos: -42.5,40.5 - parent: 1 - - uid: 7579 + pos: 30.5,-13.5 + parent: 2 + - uid: 12900 components: - type: Transform - pos: -17.5,24.5 - parent: 1 - - uid: 7602 + rot: 3.141592653589793 rad + pos: 18.5,-25.5 + parent: 2 + - uid: 12901 components: - type: Transform - pos: -20.5,38.5 - parent: 1 - - uid: 7610 + rot: 1.5707963267948966 rad + pos: 22.5,-26.5 + parent: 2 + - uid: 12902 components: - type: Transform - pos: -20.5,39.5 - parent: 1 - - uid: 7712 + rot: 3.141592653589793 rad + pos: 24.5,-26.5 + parent: 2 + - uid: 12903 components: - type: Transform - pos: -63.5,84.5 - parent: 1 - - uid: 7715 + rot: 1.5707963267948966 rad + pos: 25.5,-26.5 + parent: 2 + - uid: 12906 components: - type: Transform - pos: -58.5,90.5 - parent: 1 - - uid: 7728 + rot: 3.141592653589793 rad + pos: 32.5,-10.5 + parent: 2 + - uid: 12910 components: - type: Transform - pos: -59.5,82.5 - parent: 1 - - uid: 7729 + pos: 26.5,45.5 + parent: 2 + - uid: 12911 components: - type: Transform - pos: -60.5,82.5 - parent: 1 - - uid: 7740 + rot: 3.141592653589793 rad + pos: 26.5,41.5 + parent: 2 + - uid: 12917 components: - type: Transform - pos: -63.5,85.5 - parent: 1 - - uid: 7862 + rot: 3.141592653589793 rad + pos: 32.5,30.5 + parent: 2 + - uid: 12918 components: - type: Transform - pos: -47.5,52.5 - parent: 1 - - uid: 7926 + rot: -1.5707963267948966 rad + pos: 32.5,26.5 + parent: 2 + - uid: 12919 components: - type: Transform - pos: -14.5,26.5 - parent: 1 - - uid: 7973 + pos: 32.5,24.5 + parent: 2 + - uid: 12920 components: - type: Transform - pos: -69.5,36.5 - parent: 1 - - uid: 8007 + rot: 3.141592653589793 rad + pos: 32.5,21.5 + parent: 2 + - uid: 12921 components: - type: Transform - pos: -49.5,65.5 - parent: 1 - - uid: 8084 + rot: 3.141592653589793 rad + pos: -34.5,66.5 + parent: 2 + - uid: 12922 components: - type: Transform - pos: -8.5,68.5 - parent: 1 - - uid: 8220 + rot: -1.5707963267948966 rad + pos: -34.5,69.5 + parent: 2 + - uid: 12923 components: - type: Transform - pos: -14.5,-15.5 - parent: 1 - - uid: 8237 + rot: 1.5707963267948966 rad + pos: -36.5,71.5 + parent: 2 + - uid: 12924 components: - type: Transform - pos: -72.5,28.5 - parent: 1 - - uid: 8289 + rot: -1.5707963267948966 rad + pos: -39.5,71.5 + parent: 2 + - uid: 12925 components: - type: Transform - pos: -22.5,70.5 - parent: 1 - - uid: 8290 + rot: 1.5707963267948966 rad + pos: -74.5,73.5 + parent: 2 + - uid: 12926 components: - type: Transform - pos: -19.5,70.5 - parent: 1 - - uid: 8367 + rot: 1.5707963267948966 rad + pos: -37.5,-17.5 + parent: 2 + - uid: 12928 components: - type: Transform - pos: 17.5,7.5 - parent: 1 - - uid: 8374 + pos: 32.5,4.5 + parent: 2 + - uid: 12929 components: - type: Transform - pos: -60.5,30.5 - parent: 1 - - uid: 8530 + rot: -1.5707963267948966 rad + pos: -18.5,72.5 + parent: 2 + - uid: 12930 components: - type: Transform - pos: -59.5,69.5 - parent: 1 - - uid: 8573 + rot: 1.5707963267948966 rad + pos: -17.5,72.5 + parent: 2 + - uid: 12931 components: - type: Transform - pos: -6.5,-6.5 - parent: 1 - - uid: 8583 + rot: 3.141592653589793 rad + pos: -11.5,72.5 + parent: 2 + - uid: 12932 components: - type: Transform - pos: 5.5,57.5 - parent: 1 - - uid: 8601 + rot: 3.141592653589793 rad + pos: -7.5,70.5 + parent: 2 + - uid: 12933 components: - type: Transform - pos: 4.5,57.5 - parent: 1 - - uid: 8628 + rot: -1.5707963267948966 rad + pos: -22.5,72.5 + parent: 2 + - uid: 12934 components: - type: Transform - pos: -14.5,-5.5 - parent: 1 - - uid: 8644 + rot: 3.141592653589793 rad + pos: -25.5,66.5 + parent: 2 + - uid: 12935 components: - type: Transform - pos: -43.5,69.5 - parent: 1 - - uid: 8646 + rot: 3.141592653589793 rad + pos: -24.5,68.5 + parent: 2 + - uid: 12936 components: - type: Transform - pos: -58.5,69.5 - parent: 1 - - uid: 8933 + pos: -7.5,70.5 + parent: 2 + - uid: 12937 components: - type: Transform - pos: 0.5,57.5 - parent: 1 - - uid: 8970 + rot: -1.5707963267948966 rad + pos: -7.5,67.5 + parent: 2 + - uid: 12939 components: - type: Transform - pos: -55.5,74.5 - parent: 1 - - uid: 8972 + rot: 3.141592653589793 rad + pos: 7.5,-27.5 + parent: 2 + - uid: 12942 components: - type: Transform - pos: -55.5,69.5 - parent: 1 - - uid: 8973 + rot: -1.5707963267948966 rad + pos: -20.5,-22.5 + parent: 2 + - uid: 12946 components: - type: Transform - pos: -55.5,70.5 - parent: 1 - - uid: 8974 + rot: 3.141592653589793 rad + pos: -90.5,64.5 + parent: 2 + - uid: 12947 components: - type: Transform - pos: -42.5,0.5 - parent: 1 - - uid: 8975 + rot: -1.5707963267948966 rad + pos: -93.5,64.5 + parent: 2 + - uid: 12948 components: - type: Transform - pos: -55.5,72.5 - parent: 1 - - uid: 8976 + rot: -1.5707963267948966 rad + pos: -98.5,39.5 + parent: 2 + - uid: 12949 components: - type: Transform - pos: -23.5,69.5 - parent: 1 - - uid: 8977 + pos: -99.5,42.5 + parent: 2 + - uid: 12952 components: - type: Transform - pos: -55.5,75.5 - parent: 1 - - uid: 8986 + pos: -97.5,38.5 + parent: 2 + - uid: 12953 components: - type: Transform - pos: -65.5,82.5 - parent: 1 - - uid: 8988 + rot: 3.141592653589793 rad + pos: -97.5,38.5 + parent: 2 + - uid: 12955 components: - type: Transform - pos: -65.5,84.5 - parent: 1 - - uid: 8989 + rot: -1.5707963267948966 rad + pos: 23.5,64.5 + parent: 2 + - uid: 12956 components: - type: Transform - pos: -65.5,85.5 - parent: 1 - - uid: 8990 + pos: 7.5,59.5 + parent: 2 + - uid: 12957 components: - type: Transform - pos: -36.5,59.5 - parent: 1 - - uid: 8991 + rot: 3.141592653589793 rad + pos: 26.5,60.5 + parent: 2 + - uid: 12958 components: - type: Transform - pos: -65.5,87.5 - parent: 1 - - uid: 8993 + pos: 26.5,59.5 + parent: 2 + - uid: 12959 components: - type: Transform - pos: -64.5,88.5 - parent: 1 - - uid: 8994 + pos: 26.5,47.5 + parent: 2 + - uid: 12960 components: - type: Transform - pos: -64.5,89.5 - parent: 1 - - uid: 9023 + rot: 3.141592653589793 rad + pos: 26.5,48.5 + parent: 2 + - uid: 12961 components: - type: Transform - pos: -47.5,77.5 - parent: 1 - - uid: 9024 + rot: 3.141592653589793 rad + pos: -90.5,69.5 + parent: 2 + - uid: 12962 components: - type: Transform - pos: -47.5,76.5 - parent: 1 - - uid: 9026 + rot: 3.141592653589793 rad + pos: -90.5,66.5 + parent: 2 + - uid: 12964 components: - type: Transform - pos: -47.5,74.5 - parent: 1 - - uid: 9028 + rot: 3.141592653589793 rad + pos: -36.5,60.5 + parent: 2 + - uid: 12965 components: - type: Transform - pos: -46.5,71.5 - parent: 1 - - uid: 9029 + pos: -36.5,60.5 + parent: 2 + - uid: 12970 components: - type: Transform - pos: -45.5,71.5 - parent: 1 - - uid: 9030 + rot: -1.5707963267948966 rad + pos: -54.5,-14.5 + parent: 2 + - uid: 12971 components: - type: Transform - pos: -44.5,71.5 - parent: 1 - - uid: 9031 + pos: -52.5,-14.5 + parent: 2 + - uid: 12972 components: - type: Transform - pos: -79.5,28.5 - parent: 1 - - uid: 9032 + rot: 1.5707963267948966 rad + pos: -45.5,-20.5 + parent: 2 + - uid: 12973 components: - type: Transform - pos: -42.5,71.5 - parent: 1 - - uid: 9047 + pos: -44.5,-16.5 + parent: 2 + - uid: 12974 components: - type: Transform - pos: -51.5,10.5 - parent: 1 - - uid: 9091 + pos: 7.5,66.5 + parent: 2 + - uid: 12975 components: - type: Transform - pos: -0.5,57.5 - parent: 1 - - uid: 9092 + rot: -1.5707963267948966 rad + pos: 9.5,68.5 + parent: 2 + - uid: 12976 components: - type: Transform - pos: 1.5,57.5 - parent: 1 - - uid: 9094 + rot: 1.5707963267948966 rad + pos: 18.5,68.5 + parent: 2 + - uid: 12977 components: - type: Transform - pos: 2.5,57.5 - parent: 1 - - uid: 9097 + pos: 20.5,65.5 + parent: 2 + - uid: 12978 components: - type: Transform - pos: 7.5,55.5 - parent: 1 - - uid: 9188 + rot: 1.5707963267948966 rad + pos: 19.5,70.5 + parent: 2 + - uid: 12979 components: - type: Transform - pos: -70.5,57.5 - parent: 1 - - uid: 9244 + pos: 20.5,71.5 + parent: 2 + - uid: 12980 components: - type: Transform - pos: -71.5,36.5 - parent: 1 - - uid: 9296 + rot: -1.5707963267948966 rad + pos: 28.5,73.5 + parent: 2 + - uid: 12981 components: - type: Transform - pos: -63.5,29.5 - parent: 1 - - uid: 9323 + rot: 1.5707963267948966 rad + pos: 31.5,73.5 + parent: 2 + - uid: 12982 components: - type: Transform - pos: -67.5,32.5 - parent: 1 - - uid: 9412 + rot: 1.5707963267948966 rad + pos: 32.5,64.5 + parent: 2 + - uid: 12983 components: - type: Transform - pos: -14.5,28.5 - parent: 1 - - uid: 9414 + rot: 1.5707963267948966 rad + pos: 28.5,63.5 + parent: 2 + - uid: 12984 components: - type: Transform - pos: -14.5,25.5 - parent: 1 - - uid: 9626 + pos: 34.5,66.5 + parent: 2 + - uid: 21173 components: - type: Transform - pos: -72.5,22.5 - parent: 1 - - uid: 9627 + rot: 1.5707963267948966 rad + pos: -109.5,56.5 + parent: 2 + - uid: 21174 components: - type: Transform - pos: -71.5,32.5 - parent: 1 - - uid: 9628 + rot: -1.5707963267948966 rad + pos: -103.5,56.5 + parent: 2 + - uid: 21175 components: - type: Transform - pos: -64.5,24.5 - parent: 1 - - uid: 9629 + rot: 3.141592653589793 rad + pos: -96.5,57.5 + parent: 2 + - uid: 21176 components: - type: Transform - pos: -65.5,24.5 - parent: 1 - - uid: 9630 + rot: 3.141592653589793 rad + pos: -113.5,53.5 + parent: 2 + - uid: 21177 components: - type: Transform - pos: -66.5,24.5 - parent: 1 - - uid: 9633 + rot: 3.141592653589793 rad + pos: -113.5,49.5 + parent: 2 + - uid: 21178 components: - type: Transform - pos: -10.5,-32.5 - parent: 1 - - uid: 9663 + rot: 3.141592653589793 rad + pos: -113.5,43.5 + parent: 2 + - uid: 21179 components: - type: Transform - pos: -72.5,20.5 - parent: 1 - - uid: 9666 + rot: 1.5707963267948966 rad + pos: -105.5,42.5 + parent: 2 + - uid: 21180 components: - type: Transform - pos: -109.5,31.5 - parent: 1 - - uid: 9667 + rot: 1.5707963267948966 rad + pos: -103.5,42.5 + parent: 2 + - uid: 21181 components: - type: Transform - pos: -105.5,13.5 - parent: 1 - - uid: 9668 + rot: 1.5707963267948966 rad + pos: -100.5,42.5 + parent: 2 + - uid: 21182 components: - type: Transform - pos: -104.5,13.5 - parent: 1 - - uid: 9669 + rot: 3.141592653589793 rad + pos: -99.5,52.5 + parent: 2 + - uid: 21183 components: - type: Transform - pos: -102.5,13.5 - parent: 1 - - uid: 9670 + pos: -99.5,44.5 + parent: 2 + - uid: 21386 components: - type: Transform - pos: -100.5,13.5 - parent: 1 - - uid: 9671 + rot: 1.5707963267948966 rad + pos: 28.5,44.5 + parent: 2 + - uid: 21425 components: - type: Transform - pos: -99.5,13.5 - parent: 1 - - uid: 9672 + rot: -1.5707963267948966 rad + pos: 36.5,44.5 + parent: 2 + - uid: 21426 components: - type: Transform - pos: -98.5,13.5 - parent: 1 - - uid: 9673 + rot: 3.141592653589793 rad + pos: 43.5,42.5 + parent: 2 + - uid: 21427 components: - type: Transform - pos: -101.5,13.5 - parent: 1 - - uid: 9674 + pos: 43.5,33.5 + parent: 2 + - uid: 21428 components: - type: Transform - pos: -95.5,13.5 - parent: 1 - - uid: 9675 + pos: 46.5,38.5 + parent: 2 + - uid: 21429 components: - type: Transform - pos: -94.5,13.5 - parent: 1 - - uid: 9677 + rot: -1.5707963267948966 rad + pos: 40.5,32.5 + parent: 2 + - uid: 21430 components: - type: Transform - pos: -93.5,13.5 - parent: 1 - - uid: 9678 + rot: -1.5707963267948966 rad + pos: 35.5,32.5 + parent: 2 + - uid: 21431 components: - type: Transform - pos: -92.5,13.5 - parent: 1 - - uid: 9679 + rot: -1.5707963267948966 rad + pos: 27.5,38.5 + parent: 2 +- proto: GrilleSpawner + entities: + - uid: 12573 components: - type: Transform - pos: -91.5,13.5 - parent: 1 - - uid: 9681 + pos: -4.5,-29.5 + parent: 2 + - uid: 12991 components: - type: Transform - pos: -77.5,26.5 - parent: 1 - - uid: 9683 + pos: -99.5,40.5 + parent: 2 + - uid: 12993 components: - type: Transform - pos: -77.5,24.5 - parent: 1 - - uid: 9688 + pos: 26.5,53.5 + parent: 2 + - uid: 12994 components: - type: Transform - pos: -109.5,19.5 - parent: 1 - - uid: 9689 + pos: 26.5,54.5 + parent: 2 + - uid: 12995 components: - type: Transform - pos: -109.5,21.5 - parent: 1 - - uid: 9690 + pos: -109.5,17.5 + parent: 2 + - uid: 12996 components: - type: Transform - pos: -109.5,20.5 - parent: 1 - - uid: 9691 + pos: 13.5,49.5 + parent: 2 + - uid: 12997 components: - type: Transform - pos: -109.5,23.5 - parent: 1 - - uid: 9692 + pos: -109.5,16.5 + parent: 2 + - uid: 12998 components: - type: Transform - pos: -109.5,26.5 - parent: 1 - - uid: 9693 + pos: -109.5,15.5 + parent: 2 + - uid: 12999 components: - type: Transform - pos: -109.5,27.5 - parent: 1 - - uid: 9694 + pos: -109.5,14.5 + parent: 2 + - uid: 13000 components: - type: Transform - pos: -109.5,25.5 - parent: 1 - - uid: 9695 + pos: -109.5,13.5 + parent: 2 + - uid: 13001 components: - type: Transform - pos: -109.5,28.5 - parent: 1 - - uid: 9701 + pos: -108.5,13.5 + parent: 2 + - uid: 13002 components: - type: Transform - pos: -86.5,23.5 - parent: 1 - - uid: 9702 + pos: -107.5,13.5 + parent: 2 + - uid: 13003 components: - type: Transform - pos: -86.5,24.5 - parent: 1 - - uid: 9703 + pos: -106.5,13.5 + parent: 2 + - uid: 13013 components: - type: Transform - pos: -86.5,25.5 - parent: 1 - - uid: 9704 + pos: -78.5,8.5 + parent: 2 + - uid: 13014 components: - type: Transform - pos: -86.5,26.5 - parent: 1 - - uid: 9705 + pos: -78.5,9.5 + parent: 2 + - uid: 13018 components: - type: Transform - pos: -86.5,27.5 - parent: 1 - - uid: 9706 + rot: 1.5707963267948966 rad + pos: 2.5,-12.5 + parent: 2 + - uid: 13019 components: - type: Transform - pos: -109.5,29.5 - parent: 1 - - uid: 9707 + pos: -24.5,-10.5 + parent: 2 + - uid: 13021 components: - type: Transform - pos: -109.5,33.5 - parent: 1 - - uid: 9708 + pos: 0.5,12.5 + parent: 2 + - uid: 13024 components: - type: Transform - pos: -109.5,32.5 - parent: 1 - - uid: 9709 + rot: -1.5707963267948966 rad + pos: 18.5,68.5 + parent: 2 + - uid: 13025 components: - type: Transform - pos: -109.5,37.5 - parent: 1 - - uid: 9710 + pos: 11.5,59.5 + parent: 2 + - uid: 13026 components: - type: Transform - pos: -109.5,36.5 - parent: 1 - - uid: 9754 + pos: 29.5,65.5 + parent: 2 + - uid: 13028 components: - type: Transform - pos: -72.5,30.5 - parent: 1 - - uid: 9817 + pos: 28.5,73.5 + parent: 2 + - uid: 13029 components: - type: Transform - pos: -67.5,63.5 - parent: 1 - - uid: 9818 + pos: 20.5,69.5 + parent: 2 + - uid: 14920 components: - type: Transform - pos: -66.5,63.5 - parent: 1 - - uid: 9821 + pos: 20.5,56.5 + parent: 2 + - uid: 16735 components: - type: Transform - pos: -81.5,41.5 - parent: 1 - - uid: 9836 + pos: 17.5,63.5 + parent: 2 + - uid: 18875 components: - type: Transform - pos: -78.5,67.5 - parent: 1 - - uid: 9855 + pos: 10.5,52.5 + parent: 2 + - uid: 20557 components: - type: Transform - pos: -69.5,18.5 - parent: 1 - - uid: 9856 + rot: -1.5707963267948966 rad + pos: -94.5,57.5 + parent: 2 + - uid: 20558 components: - type: Transform - pos: -68.5,18.5 - parent: 1 - - uid: 9898 + rot: -1.5707963267948966 rad + pos: -94.5,59.5 + parent: 2 +- proto: GunSafe + entities: + - uid: 6992 components: + - type: MetaData + name: quartermaster's safe - type: Transform - pos: -50.5,34.5 - parent: 1 - - uid: 9960 + anchored: True + pos: -45.5,-4.5 + parent: 2 + - type: AccessReader + access: + - - Quartermaster + - 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 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 6994 + - 6995 + - 6993 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: GunSafeLaserCarbine + entities: + - uid: 13030 components: - type: Transform - pos: -3.5,-24.5 - parent: 1 - - uid: 9965 + pos: -43.5,61.5 + parent: 2 +- proto: GunSafePistolMk58 + entities: + - uid: 13031 components: - type: Transform - pos: -8.5,-21.5 - parent: 1 - - uid: 9967 + pos: -42.5,61.5 + parent: 2 +- proto: GunSafeRifleLecter + entities: + - uid: 13032 components: - type: Transform - pos: -7.5,-22.5 - parent: 1 - - uid: 9991 + pos: -41.5,63.5 + parent: 2 +- proto: GunSafeShotgunKammerer + entities: + - uid: 13033 components: - type: Transform - pos: -22.5,44.5 - parent: 1 - - uid: 10040 + pos: -41.5,62.5 + parent: 2 +- proto: GunSafeSubMachineGunDrozd + entities: + - uid: 13034 components: - type: Transform - pos: -44.5,61.5 - parent: 1 - - uid: 10143 + pos: -41.5,64.5 + parent: 2 +- proto: Handcuffs + entities: + - uid: 13035 components: - type: Transform - pos: -73.5,18.5 - parent: 1 - - uid: 10158 + pos: -50.47718,88.99707 + parent: 2 + - uid: 13036 components: - type: Transform - pos: -70.5,18.5 - parent: 1 - - uid: 10160 + pos: -13.576752,65.56619 + parent: 2 +- proto: HandheldGPSBasic + entities: + - uid: 13037 components: - type: Transform - pos: -69.5,27.5 - parent: 1 - - uid: 10164 + pos: -37.37278,-10.030424 + parent: 2 + - uid: 13038 components: - type: Transform - pos: -69.5,24.5 - parent: 1 - - uid: 10246 + pos: -37.607155,-10.327299 + parent: 2 +- proto: HandLabeler + entities: + - uid: 13039 components: - type: Transform - pos: -33.5,-4.5 - parent: 1 - - uid: 10349 + pos: -21.486544,40.17125 + parent: 2 + - uid: 13040 components: - type: Transform - pos: -49.5,-14.5 - parent: 1 - - uid: 10351 + pos: -69.95149,13.565706 + parent: 2 +- proto: HeatExchanger + entities: + - uid: 13041 components: - type: Transform - pos: -15.5,24.5 - parent: 1 - - uid: 10361 + rot: -1.5707963267948966 rad + pos: -82.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 13042 components: - type: Transform - pos: -42.5,-14.5 - parent: 1 - - uid: 10412 + rot: -1.5707963267948966 rad + pos: -84.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' +- proto: HighSecArmoryLocked + entities: + - uid: 13043 components: - type: Transform - pos: 23.5,36.5 - parent: 1 - - uid: 10466 + pos: -44.5,62.5 + parent: 2 + - uid: 13044 components: - type: Transform - pos: -4.5,3.5 - parent: 1 - - uid: 10679 + pos: -44.5,64.5 + parent: 2 +- proto: HighSecCommandLocked + entities: + - uid: 13045 components: - type: Transform - pos: -16.5,-35.5 - parent: 1 - - uid: 10748 + pos: -10.5,-1.5 + parent: 2 + - uid: 13046 components: - type: Transform - pos: -25.5,60.5 - parent: 1 - - uid: 10759 + pos: 26.5,4.5 + parent: 2 + - uid: 13047 components: - type: Transform - pos: -82.5,31.5 - parent: 1 - - uid: 10773 + pos: -19.5,54.5 + parent: 2 + - uid: 13048 components: - type: Transform - pos: -70.5,41.5 - parent: 1 - - uid: 10818 + pos: 21.5,17.5 + parent: 2 + - uid: 13049 components: - type: Transform - pos: -80.5,32.5 - parent: 1 - - uid: 10926 + pos: -7.5,-1.5 + parent: 2 +- proto: HighSecDoor + entities: + - uid: 13050 components: - type: Transform - pos: -63.5,43.5 - parent: 1 - - uid: 10927 + pos: 17.5,-10.5 + parent: 2 + - uid: 13051 components: - type: Transform - pos: -64.5,43.5 - parent: 1 - - uid: 10928 + pos: 11.5,47.5 + parent: 2 +- proto: HolofanProjector + entities: + - uid: 13053 components: - type: Transform - pos: -60.5,43.5 - parent: 1 - - uid: 10930 + pos: -74.38079,42.07087 + parent: 2 +- proto: HolopadAiCore + entities: + - uid: 13054 components: - type: Transform - pos: -61.5,43.5 - parent: 1 - - uid: 11467 + pos: -4.5,-1.5 + parent: 2 +- proto: HolopadAiUpload + entities: + - uid: 13055 components: - type: Transform - pos: -86.5,54.5 - parent: 1 - - uid: 11510 + pos: 18.5,17.5 + parent: 2 +- proto: HolopadCargoBay + entities: + - uid: 13056 components: - type: Transform - pos: -96.5,61.5 - parent: 1 - - uid: 11512 + pos: -37.5,-6.5 + parent: 2 +- proto: HolopadCargoBayLongRange + entities: + - uid: 13057 components: - type: Transform - pos: -88.5,54.5 - parent: 1 - - uid: 12261 + pos: -33.5,-11.5 + parent: 2 +- proto: HolopadCargoFront + entities: + - uid: 13058 components: - type: Transform - pos: -22.5,35.5 - parent: 1 - - uid: 12392 + pos: -37.5,0.5 + parent: 2 +- proto: HolopadCargoSalvageBay + entities: + - uid: 13059 components: - type: Transform - pos: 6.5,-19.5 - parent: 1 - - uid: 12570 + pos: -40.5,-12.5 + parent: 2 +- proto: HolopadCommandBridge + entities: + - uid: 13060 components: - type: Transform - pos: -49.5,57.5 - parent: 1 - - uid: 12618 + pos: -16.5,63.5 + parent: 2 +- proto: HolopadCommandBridgeLongRange + entities: + - uid: 13061 components: - type: Transform - pos: 6.5,28.5 - parent: 1 - - uid: 12821 + pos: -20.5,61.5 + parent: 2 +- proto: HolopadCommandCaptain + entities: + - uid: 13062 components: - type: Transform - pos: 8.5,3.5 - parent: 1 - - uid: 12860 + pos: -8.5,60.5 + parent: 2 +- proto: HolopadCommandCe + entities: + - uid: 13063 components: - type: Transform - pos: 5.5,-25.5 - parent: 1 - - uid: 12861 + pos: -70.5,17.5 + parent: 2 +- proto: HolopadCommandCmo + entities: + - uid: 13064 components: - type: Transform - pos: -19.5,-12.5 - parent: 1 - - uid: 12862 + pos: 16.5,31.5 + parent: 2 +- proto: HolopadCommandHop + entities: + - uid: 13065 components: - type: Transform - pos: 8.5,-9.5 - parent: 1 - - uid: 12959 + pos: -22.5,38.5 + parent: 2 +- proto: HolopadCommandHos + entities: + - uid: 13066 components: - type: Transform - pos: -12.5,-38.5 - parent: 1 - - uid: 13073 + pos: -60.5,65.5 + parent: 2 +- proto: HolopadCommandMeetingRoom + entities: + - uid: 13067 components: - type: Transform - pos: -44.5,40.5 - parent: 1 - - uid: 13092 + pos: -11.5,55.5 + parent: 2 +- proto: HolopadCommandQm + entities: + - uid: 13068 components: - type: Transform - pos: -49.5,56.5 - parent: 1 - - uid: 13155 + pos: -45.5,-5.5 + parent: 2 +- proto: HolopadCommandRd + entities: + - uid: 13069 + components: + - type: Transform + pos: -21.5,-15.5 + parent: 2 +- proto: HolopadCommandVault + entities: + - uid: 13070 components: - type: Transform - pos: -13.5,-38.5 - parent: 1 - - uid: 13301 + pos: -21.5,56.5 + parent: 2 +- proto: HolopadEngineeringAME + entities: + - uid: 13071 components: - type: Transform - pos: -64.5,68.5 - parent: 1 - - uid: 13355 + pos: -70.5,21.5 + parent: 2 +- proto: HolopadEngineeringAtmosFront + entities: + - uid: 13072 components: - type: Transform - pos: -84.5,31.5 - parent: 1 - - uid: 13364 + pos: -70.5,39.5 + parent: 2 +- proto: HolopadEngineeringAtmosMain + entities: + - uid: 14997 components: - type: Transform - pos: -94.5,64.5 - parent: 1 - - uid: 13635 + pos: -86.5,45.5 + parent: 2 +- proto: HolopadEngineeringAtmosTeg + entities: + - uid: 13074 components: - type: Transform - pos: -90.5,54.5 - parent: 1 - - uid: 13645 + pos: -88.5,36.5 + parent: 2 +- proto: HolopadEngineeringFront + entities: + - uid: 13075 components: - type: Transform - pos: -94.5,52.5 - parent: 1 - - uid: 13825 + pos: -61.5,32.5 + parent: 2 +- proto: HolopadEngineeringStorage + entities: + - uid: 13076 components: - type: Transform - pos: -59.5,42.5 - parent: 1 - - uid: 13827 + pos: -64.5,27.5 + parent: 2 +- proto: HolopadEngineeringTechVault + entities: + - uid: 13077 components: - type: Transform - pos: -59.5,39.5 - parent: 1 - - uid: 13834 + pos: -50.5,28.5 + parent: 2 +- proto: HolopadEngineeringTelecoms + entities: + - uid: 13078 components: - type: Transform - pos: -30.5,-10.5 - parent: 1 - - uid: 13848 + pos: 25.5,24.5 + parent: 2 +- proto: HolopadGeneralArcade + entities: + - uid: 13079 components: - type: Transform - pos: 30.5,9.5 - parent: 1 - - uid: 13849 + pos: 18.5,10.5 + parent: 2 +- proto: HolopadGeneralArrivals + entities: + - uid: 13080 components: - type: Transform - pos: 31.5,9.5 - parent: 1 - - uid: 13863 + pos: -73.5,-10.5 + parent: 2 +- proto: HolopadGeneralCryosleep + entities: + - uid: 13081 components: - type: Transform - pos: -86.5,30.5 - parent: 1 - - uid: 13876 + pos: 8.5,2.5 + parent: 2 +- proto: HolopadGeneralDisposals + entities: + - uid: 13082 components: - type: Transform - pos: -59.5,40.5 - parent: 1 - - uid: 13881 + pos: -70.5,54.5 + parent: 2 +- proto: HolopadGeneralEvac + entities: + - uid: 13083 components: - type: Transform - pos: -36.5,-11.5 - parent: 1 - - uid: 13882 + pos: 25.5,13.5 + parent: 2 +- proto: HolopadGeneralEVAStorage + entities: + - uid: 13084 components: - type: Transform - pos: 32.5,1.5 - parent: 1 - - uid: 13883 + pos: -20.5,45.5 + parent: 2 +- proto: HolopadGeneralLounge + entities: + - uid: 13085 components: - type: Transform - pos: 32.5,0.5 - parent: 1 - - uid: 13906 + pos: -11.5,47.5 + parent: 2 +- proto: HolopadGeneralTheater + entities: + - uid: 13086 components: - type: Transform - pos: -73.5,-12.5 - parent: 1 - - uid: 13907 + pos: -29.5,25.5 + parent: 2 +- proto: HolopadGeneralTools + entities: + - uid: 13087 components: - type: Transform - pos: -65.5,-12.5 - parent: 1 - - uid: 13915 + pos: -25.5,28.5 + parent: 2 +- proto: HolopadMedicalBreakroom + entities: + - uid: 13088 components: - type: Transform - pos: -84.5,7.5 - parent: 1 - - uid: 13916 + pos: 8.5,24.5 + parent: 2 +- proto: HolopadMedicalChemistry + entities: + - uid: 13089 components: - type: Transform - pos: -84.5,6.5 - parent: 1 - - uid: 13918 + pos: -0.5,25.5 + parent: 2 +- proto: HolopadMedicalCryopods + entities: + - uid: 13090 components: - type: Transform - pos: -84.5,5.5 - parent: 1 - - uid: 13919 + pos: 9.5,39.5 + parent: 2 +- proto: HolopadMedicalFront + entities: + - uid: 13091 components: - type: Transform - pos: -82.5,3.5 - parent: 1 - - uid: 13920 + pos: 0.5,33.5 + parent: 2 +- proto: HolopadMedicalMorgue + entities: + - uid: 13092 components: - type: Transform - pos: -82.5,2.5 - parent: 1 - - uid: 13921 + pos: 0.5,16.5 + parent: 2 +- proto: HolopadMedicalSurgery + entities: + - uid: 13093 components: - type: Transform - pos: -77.5,37.5 - parent: 1 - - uid: 13927 + pos: 2.5,38.5 + parent: 2 +- proto: HolopadMedicalVirology + entities: + - uid: 13094 components: - type: Transform - pos: -82.5,1.5 - parent: 1 - - uid: 13928 + pos: 9.5,15.5 + parent: 2 +- proto: HolopadScienceAnomaly + entities: + - uid: 13095 components: - type: Transform - pos: -82.5,-6.5 - parent: 1 - - uid: 13930 + pos: -3.5,-11.5 + parent: 2 +- proto: HolopadScienceArtifact + entities: + - uid: 13096 components: - type: Transform - pos: -79.5,37.5 - parent: 1 - - uid: 13931 + pos: -14.5,-33.5 + parent: 2 +- proto: HolopadScienceBreakroom + entities: + - uid: 13097 components: - type: Transform - pos: -85.5,31.5 - parent: 1 - - uid: 14000 + pos: -5.5,-21.5 + parent: 2 +- proto: HolopadScienceRnd + entities: + - uid: 13098 components: - type: Transform - pos: -71.5,41.5 - parent: 1 - - uid: 14002 + pos: -16.5,-3.5 + parent: 2 +- proto: HolopadScienceRobotics + entities: + - uid: 13099 components: - type: Transform - pos: -82.5,-7.5 - parent: 1 - - uid: 14004 + pos: -8.5,-16.5 + parent: 2 +- proto: HolopadSecurityArmory + entities: + - uid: 13100 components: - type: Transform - pos: -82.5,-8.5 - parent: 1 - - uid: 14008 + pos: -42.5,63.5 + parent: 2 +- proto: HolopadSecurityBrig + entities: + - uid: 13101 components: - type: Transform - pos: -84.5,-11.5 - parent: 1 - - uid: 14037 + pos: -53.5,54.5 + parent: 2 +- proto: HolopadSecurityCourtroom + entities: + - uid: 13102 components: - type: Transform - pos: -84.5,-10.5 - parent: 1 - - uid: 14091 + pos: -62.5,41.5 + parent: 2 +- proto: HolopadSecurityDetective + entities: + - uid: 13103 components: - type: Transform - pos: 29.5,17.5 - parent: 1 - - uid: 14092 + pos: -55.5,66.5 + parent: 2 +- proto: HolopadSecurityInterrogation + entities: + - uid: 13104 components: - type: Transform - pos: 29.5,9.5 - parent: 1 - - uid: 14104 + pos: -61.5,57.5 + parent: 2 +- proto: HolopadSecurityLawyer + entities: + - uid: 13105 components: - type: Transform - pos: -66.5,61.5 - parent: 1 - - uid: 14164 + pos: -70.5,12.5 + parent: 2 +- proto: HolopadSecurityLockerRoom + entities: + - uid: 13106 components: - type: Transform - pos: -84.5,-9.5 - parent: 1 - - uid: 14165 + pos: -62.5,53.5 + parent: 2 +- proto: HolopadSecurityPerma + entities: + - uid: 13107 components: - type: Transform - pos: -84.5,-7.5 - parent: 1 - - uid: 14166 + pos: -58.5,86.5 + parent: 2 +- proto: HolopadSecurityWarden + entities: + - uid: 13108 components: - type: Transform - pos: -84.5,-6.5 - parent: 1 - - uid: 14167 + pos: -47.5,58.5 + parent: 2 +- proto: HolopadServiceBar + entities: + - uid: 13109 components: - type: Transform - pos: -84.5,-5.5 - parent: 1 - - uid: 14190 + pos: -31.5,37.5 + parent: 2 +- proto: HolopadServiceBotany + entities: + - uid: 13110 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,54.5 - parent: 1 - - uid: 14200 + pos: -42.5,46.5 + parent: 2 + - uid: 13111 components: - type: Transform - pos: -84.5,-4.5 - parent: 1 - - uid: 14201 + pos: -42.5,46.5 + parent: 2 +- proto: HolopadServiceChapel + entities: + - uid: 13112 components: - type: Transform - pos: -84.5,-3.5 - parent: 1 - - uid: 14206 + pos: 15.5,-0.5 + parent: 2 +- proto: HolopadServiceClownMime + entities: + - uid: 13113 components: - type: Transform - pos: -84.5,-2.5 - parent: 1 - - uid: 14207 + pos: -41.5,26.5 + parent: 2 +- proto: HolopadServiceGameRoom + entities: + - uid: 13114 components: - type: Transform - pos: -84.5,-0.5 - parent: 1 - - uid: 14208 + pos: -24.5,17.5 + parent: 2 +- proto: HolopadServiceJanitor + entities: + - uid: 13115 components: - type: Transform - pos: -84.5,0.5 - parent: 1 - - uid: 14209 + pos: -53.5,40.5 + parent: 2 +- proto: HolopadServiceKitchen + entities: + - uid: 13116 components: - type: Transform - pos: -43.5,-14.5 - parent: 1 - - uid: 14213 + pos: -32.5,45.5 + parent: 2 +- proto: HolopadServiceLibrary + entities: + - uid: 13117 components: - type: Transform - pos: -84.5,1.5 - parent: 1 - - uid: 14214 + pos: -26.5,10.5 + parent: 2 +- proto: HolopadServiceNewsroom + entities: + - uid: 13118 components: - type: Transform - pos: -84.5,3.5 - parent: 1 - - uid: 14215 + pos: -51.5,-1.5 + parent: 2 +- proto: HospitalCurtains + entities: + - uid: 13119 components: - type: Transform - pos: -82.5,4.5 - parent: 1 - - uid: 14218 + pos: -0.5,41.5 + parent: 2 + - uid: 13120 components: - type: Transform - pos: -82.5,7.5 - parent: 1 - - uid: 14221 + pos: 1.5,41.5 + parent: 2 + - uid: 13121 components: - type: Transform - pos: -82.5,6.5 - parent: 1 - - uid: 14223 + pos: 0.5,41.5 + parent: 2 +- proto: HospitalCurtainsOpen + entities: + - uid: 13122 components: - type: Transform - pos: -82.5,-11.5 - parent: 1 - - uid: 14298 + pos: 8.5,36.5 + parent: 2 + - uid: 13123 components: - type: Transform - pos: -92.5,54.5 - parent: 1 - - uid: 14300 + pos: 8.5,37.5 + parent: 2 + - uid: 13124 components: - type: Transform - pos: -82.5,-10.5 - parent: 1 - - uid: 14309 + pos: 8.5,34.5 + parent: 2 + - uid: 13125 components: - type: Transform - pos: -84.5,-12.5 - parent: 1 - - uid: 14340 + pos: 8.5,33.5 + parent: 2 + - uid: 13126 components: - type: Transform - pos: -61.5,-14.5 - parent: 1 - - uid: 14341 + rot: -1.5707963267948966 rad + pos: 8.5,28.5 + parent: 2 + - uid: 13127 components: - type: Transform - pos: -60.5,-14.5 - parent: 1 - - uid: 14342 + rot: -1.5707963267948966 rad + pos: 10.5,28.5 + parent: 2 + - uid: 13128 components: - type: Transform - pos: -58.5,-14.5 - parent: 1 - - uid: 14346 + rot: -1.5707963267948966 rad + pos: 12.5,28.5 + parent: 2 + - uid: 13129 components: - type: Transform - pos: -56.5,-14.5 - parent: 1 - - uid: 14369 + pos: 14.5,60.5 + parent: 2 + - uid: 13130 components: - type: Transform - pos: -25.5,67.5 - parent: 1 - - uid: 14389 + pos: 15.5,60.5 + parent: 2 + - uid: 13131 components: - type: Transform - pos: -70.5,-14.5 - parent: 1 - - uid: 14393 + pos: 15.5,56.5 + parent: 2 + - uid: 13132 components: - type: Transform - pos: -69.5,-14.5 - parent: 1 - - uid: 14439 + pos: 16.5,56.5 + parent: 2 +- proto: HydroponicsToolClippers + entities: + - uid: 13133 components: - type: Transform - pos: -60.5,62.5 - parent: 1 - - uid: 14445 + pos: -42.941048,47.547256 + parent: 2 +- proto: HydroponicsToolMiniHoe + entities: + - uid: 13134 components: - type: Transform - pos: -69.5,7.5 - parent: 1 - - uid: 14458 + pos: -42.847298,47.547256 + parent: 2 + - uid: 13135 components: - type: Transform - pos: -72.5,9.5 - parent: 1 - - uid: 14467 + pos: -60.46126,83.48959 + parent: 2 +- proto: HydroponicsToolSpade + entities: + - uid: 13136 components: - type: Transform - pos: -59.5,68.5 - parent: 1 - - uid: 14469 + pos: -61.46126,88.67473 + parent: 2 +- proto: hydroponicsTray + entities: + - uid: 13137 components: - type: Transform - pos: -61.5,68.5 - parent: 1 - - uid: 14470 + pos: -41.5,52.5 + parent: 2 + - uid: 13138 components: - type: Transform - pos: -62.5,68.5 - parent: 1 - - uid: 14598 + pos: -42.5,52.5 + parent: 2 + - uid: 13139 components: - type: Transform - pos: 9.5,58.5 - parent: 1 - - uid: 14610 + pos: -62.5,83.5 + parent: 2 + - uid: 13140 components: - type: Transform - pos: -109.5,34.5 - parent: 1 - - uid: 14632 + pos: -62.5,85.5 + parent: 2 + - uid: 13141 components: - type: Transform - pos: -5.5,63.5 - parent: 1 - - uid: 14633 + pos: -62.5,84.5 + parent: 2 + - uid: 13142 components: - type: Transform - pos: -4.5,63.5 - parent: 1 - - uid: 14646 + pos: -43.5,45.5 + parent: 2 + - uid: 13143 components: - type: Transform - pos: -2.5,61.5 - parent: 1 - - uid: 14652 + pos: -43.5,44.5 + parent: 2 + - uid: 13144 components: - type: Transform - pos: 11.5,51.5 - parent: 1 - - uid: 14660 + pos: -43.5,43.5 + parent: 2 + - uid: 13145 components: - type: Transform - pos: -70.5,60.5 - parent: 1 - - uid: 14664 + pos: -42.5,45.5 + parent: 2 + - uid: 13146 components: - type: Transform - pos: -47.5,7.5 - parent: 1 - - uid: 14672 + pos: -42.5,43.5 + parent: 2 + - uid: 13147 components: - type: Transform - pos: -54.5,-13.5 - parent: 1 - - uid: 14687 + pos: -41.5,45.5 + parent: 2 + - uid: 13148 components: - type: Transform - pos: -85.5,14.5 - parent: 1 - - uid: 14688 + pos: -41.5,44.5 + parent: 2 + - uid: 13149 components: - type: Transform - pos: -84.5,14.5 - parent: 1 - - uid: 14689 + pos: -41.5,43.5 + parent: 2 + - uid: 13150 components: - type: Transform - pos: -83.5,14.5 - parent: 1 - - uid: 14691 + pos: -43.5,41.5 + parent: 2 + - uid: 13151 components: - type: Transform - pos: -81.5,14.5 - parent: 1 - - uid: 14693 + pos: -42.5,41.5 + parent: 2 + - uid: 13152 components: - type: Transform - pos: -78.5,13.5 - parent: 1 - - uid: 14695 + pos: -41.5,41.5 + parent: 2 +- proto: IDComputerCircuitboard + entities: + - uid: 13153 components: - type: Transform - pos: -78.5,11.5 - parent: 1 - - uid: 14696 + pos: -49.5,25.5 + parent: 2 +- proto: InflatableDoor + entities: + - uid: 13156 components: - type: Transform - pos: -78.5,10.5 - parent: 1 - - uid: 14698 + pos: 23.5,21.5 + parent: 2 + - uid: 13157 components: - type: Transform - pos: -79.5,3.5 - parent: 1 - - uid: 14706 + pos: 22.5,21.5 + parent: 2 + - uid: 13158 components: - type: Transform - pos: -53.5,-13.5 - parent: 1 - - uid: 14707 + pos: -35.5,12.5 + parent: 2 +- proto: InflatableDoorStack + entities: + - uid: 13161 components: - type: Transform - pos: -52.5,-13.5 - parent: 1 - - uid: 14718 + pos: -74.407166,41.68518 + parent: 2 +- proto: InflatableWall + entities: + - uid: 13162 components: - type: Transform - pos: -14.5,-1.5 - parent: 1 - - uid: 14723 + pos: 9.5,-2.5 + parent: 2 + - uid: 13163 components: - type: Transform - pos: -22.5,-18.5 - parent: 1 - - uid: 14729 + pos: 25.5,-2.5 + parent: 2 + - uid: 13166 components: - type: Transform - pos: -14.5,-17.5 - parent: 1 - - uid: 14732 + pos: 20.5,12.5 + parent: 2 + - uid: 13167 components: - type: Transform - pos: 17.5,-18.5 - parent: 1 - - uid: 14734 + pos: -21.5,28.5 + parent: 2 + - uid: 13168 components: - type: Transform - pos: 17.5,-20.5 - parent: 1 - - uid: 14735 + pos: -21.5,29.5 + parent: 2 + - uid: 13169 components: - type: Transform - pos: 17.5,-21.5 - parent: 1 - - uid: 14737 + pos: -32.5,30.5 + parent: 2 + - uid: 13170 components: - type: Transform - pos: 18.5,-22.5 - parent: 1 - - uid: 14738 + pos: -33.5,30.5 + parent: 2 + - uid: 13171 components: - type: Transform - pos: 18.5,-24.5 - parent: 1 - - uid: 14741 + pos: -34.5,14.5 + parent: 2 + - uid: 13172 components: - type: Transform - pos: 18.5,-26.5 - parent: 1 - - uid: 14742 + pos: -28.5,22.5 + parent: 2 + - uid: 13173 components: - type: Transform - pos: 30.5,-28.5 - parent: 1 - - uid: 14743 + pos: -55.5,-5.5 + parent: 2 + - uid: 13179 components: - type: Transform - pos: 19.5,-26.5 - parent: 1 - - uid: 14745 + pos: -35.5,11.5 + parent: 2 + - uid: 13181 components: - type: Transform - pos: 21.5,-26.5 - parent: 1 - - uid: 14747 + pos: 6.5,-4.5 + parent: 2 + - uid: 13182 components: - type: Transform - pos: 23.5,-26.5 - parent: 1 - - uid: 14750 + pos: 7.5,-4.5 + parent: 2 + - uid: 13183 components: - type: Transform - pos: 26.5,-26.5 - parent: 1 - - uid: 14752 + pos: 8.5,-4.5 + parent: 2 +- proto: InflatableWallStack + entities: + - uid: 13189 components: - type: Transform - pos: 26.5,-28.5 - parent: 1 - - uid: 14753 + pos: -74.375916,41.539246 + parent: 2 + - uid: 13190 components: - type: Transform - pos: 26.5,-29.5 - parent: 1 - - uid: 14755 + pos: -74.60508,41.57052 + parent: 2 +- proto: IngotGold + entities: + - uid: 13191 components: - type: Transform - pos: 28.5,-29.5 - parent: 1 - - uid: 14757 + pos: -20.428497,57.597878 + parent: 2 +- proto: IntercomAll + entities: + - uid: 13192 components: - type: Transform - pos: 30.5,-29.5 - parent: 1 - - uid: 14758 + rot: 1.5707963267948966 rad + pos: -10.5,59.5 + parent: 2 + - uid: 13193 components: - type: Transform - pos: 22.5,-11.5 - parent: 1 - - uid: 14759 + rot: 1.5707963267948966 rad + pos: -24.5,38.5 + parent: 2 + - uid: 13194 components: - type: Transform - pos: 30.5,-26.5 - parent: 1 - - uid: 14760 + pos: -2.5,-0.5 + parent: 2 + - uid: 13195 components: - type: Transform - pos: 30.5,-25.5 - parent: 1 - - uid: 14763 + rot: 3.141592653589793 rad + pos: -2.5,-2.5 + parent: 2 +- proto: IntercomCommand + entities: + - uid: 13196 components: - type: Transform - pos: 30.5,-22.5 - parent: 1 - - uid: 14765 + rot: 3.141592653589793 rad + pos: -14.5,61.5 + parent: 2 + - uid: 13197 components: - type: Transform - pos: 30.5,-20.5 - parent: 1 - - uid: 14766 + rot: 1.5707963267948966 rad + pos: -19.5,55.5 + parent: 2 +- proto: IntercomCommon + entities: + - uid: 13198 components: - type: Transform - pos: 30.5,-19.5 - parent: 1 - - uid: 14768 + rot: 3.141592653589793 rad + pos: -73.5,-12.5 + parent: 2 + - uid: 13199 components: - type: Transform - pos: 30.5,-17.5 - parent: 1 - - uid: 14769 + rot: -1.5707963267948966 rad + pos: -9.5,48.5 + parent: 2 + - uid: 13200 components: - type: Transform - pos: 30.5,-16.5 - parent: 1 - - uid: 14771 + pos: -27.5,34.5 + parent: 2 + - uid: 13201 components: - type: Transform - pos: 30.5,-14.5 - parent: 1 - - uid: 14774 + rot: 3.141592653589793 rad + pos: -35.5,22.5 + parent: 2 + - uid: 13202 components: - type: Transform - pos: 30.5,-11.5 - parent: 1 - - uid: 14776 + rot: 1.5707963267948966 rad + pos: -49.5,39.5 + parent: 2 + - uid: 13203 components: - type: Transform - pos: 24.5,-11.5 - parent: 1 - - uid: 14777 + rot: -1.5707963267948966 rad + pos: -55.5,28.5 + parent: 2 + - uid: 13204 components: - type: Transform - pos: 25.5,-11.5 - parent: 1 - - uid: 14780 + rot: 3.141592653589793 rad + pos: -53.5,11.5 + parent: 2 + - uid: 13205 components: - type: Transform - pos: 32.5,-0.5 - parent: 1 - - uid: 14783 + rot: 1.5707963267948966 rad + pos: -39.5,12.5 + parent: 2 + - uid: 13206 components: - type: Transform - pos: 32.5,-3.5 - parent: 1 - - uid: 14784 + rot: 1.5707963267948966 rad + pos: -29.5,10.5 + parent: 2 + - uid: 13207 components: - type: Transform - pos: 32.5,-4.5 - parent: 1 - - uid: 14787 + pos: 3.5,7.5 + parent: 2 + - uid: 13208 components: - type: Transform - pos: 32.5,-7.5 - parent: 1 - - uid: 14788 + rot: -1.5707963267948966 rad + pos: 29.5,15.5 + parent: 2 + - uid: 13209 components: - type: Transform - pos: 32.5,-8.5 - parent: 1 - - uid: 14789 + rot: 3.141592653589793 rad + pos: 16.5,51.5 + parent: 2 +- proto: IntercomEngineering + entities: + - uid: 13210 components: - type: Transform - pos: 32.5,-9.5 - parent: 1 - - uid: 14804 + rot: 1.5707963267948966 rad + pos: -68.5,26.5 + parent: 2 + - uid: 13211 components: - type: Transform - pos: 26.5,44.5 - parent: 1 - - uid: 14805 + pos: -81.5,28.5 + parent: 2 + - uid: 13212 components: - type: Transform - pos: 26.5,43.5 - parent: 1 - - uid: 14806 + rot: 3.141592653589793 rad + pos: -65.5,18.5 + parent: 2 + - uid: 13213 components: - type: Transform - pos: 26.5,42.5 - parent: 1 - - uid: 14808 + rot: -1.5707963267948966 rad + pos: -67.5,16.5 + parent: 2 + - uid: 13214 components: - type: Transform - pos: 26.5,40.5 - parent: 1 - - uid: 14809 + rot: -1.5707963267948966 rad + pos: -72.5,29.5 + parent: 2 + - uid: 13215 components: - type: Transform - pos: 26.5,37.5 - parent: 1 - - uid: 14810 + rot: 1.5707963267948966 rad + pos: -60.5,33.5 + parent: 2 +- proto: IntercomMedical + entities: + - uid: 13216 components: - type: Transform - pos: 26.5,36.5 - parent: 1 - - uid: 14812 + rot: 1.5707963267948966 rad + pos: -1.5,39.5 + parent: 2 + - uid: 13217 components: - type: Transform - pos: 26.5,34.5 - parent: 1 - - uid: 14813 + rot: 1.5707963267948966 rad + pos: 5.5,37.5 + parent: 2 + - uid: 13218 components: - type: Transform - pos: 26.5,33.5 - parent: 1 - - uid: 14815 + pos: -3.5,35.5 + parent: 2 + - uid: 13219 components: - type: Transform - pos: 26.5,31.5 - parent: 1 - - uid: 14862 + rot: 3.141592653589793 rad + pos: 9.5,21.5 + parent: 2 + - uid: 13220 components: - type: Transform - pos: -86.5,29.5 - parent: 1 - - uid: 14990 + rot: 1.5707963267948966 rad + pos: 8.5,18.5 + parent: 2 + - uid: 13221 components: - type: Transform - pos: -17.5,52.5 - parent: 1 - - uid: 14991 + rot: 3.141592653589793 rad + pos: 9.5,28.5 + parent: 2 + - uid: 13222 components: - type: Transform - pos: -15.5,52.5 - parent: 1 - - uid: 14997 + rot: 1.5707963267948966 rad + pos: 5.5,33.5 + parent: 2 + - uid: 13223 components: - type: Transform - pos: -24.5,-17.5 - parent: 1 - - uid: 14998 + rot: 1.5707963267948966 rad + pos: -7.5,26.5 + parent: 2 +- proto: IntercomScience + entities: + - uid: 13224 components: - type: Transform - pos: -24.5,-16.5 - parent: 1 - - uid: 15000 + rot: 1.5707963267948966 rad + pos: -14.5,-0.5 + parent: 2 + - uid: 13225 components: - type: Transform - pos: -52.5,-16.5 - parent: 1 - - uid: 15002 + rot: 3.141592653589793 rad + pos: -6.5,-24.5 + parent: 2 + - uid: 13226 components: - type: Transform - pos: -52.5,-17.5 - parent: 1 - - uid: 15003 + rot: -1.5707963267948966 rad + pos: -10.5,-28.5 + parent: 2 + - uid: 13227 components: - type: Transform - pos: -51.5,-17.5 - parent: 1 - - uid: 15004 + pos: -13.5,-9.5 + parent: 2 +- proto: IntercomSecurity + entities: + - uid: 13228 components: - type: Transform - pos: -50.5,-17.5 - parent: 1 - - uid: 15016 + rot: -1.5707963267948966 rad + pos: -45.5,60.5 + parent: 2 + - uid: 13229 components: - type: Transform - pos: -46.5,-17.5 - parent: 1 - - uid: 15017 + rot: 1.5707963267948966 rad + pos: -49.5,51.5 + parent: 2 + - uid: 13230 components: - type: Transform - pos: -45.5,-17.5 - parent: 1 - - uid: 15022 + rot: -1.5707963267948966 rad + pos: -58.5,51.5 + parent: 2 + - uid: 13231 components: - type: Transform - pos: -44.5,-17.5 - parent: 1 - - uid: 15025 + rot: 1.5707963267948966 rad + pos: -18.5,25.5 + parent: 2 + - uid: 13232 components: - type: Transform - pos: -52.5,-15.5 - parent: 1 - - uid: 15030 + rot: 3.141592653589793 rad + pos: -51.5,59.5 + parent: 2 + - uid: 13233 components: - type: Transform - pos: -77.5,7.5 - parent: 1 - - uid: 15035 + rot: -1.5707963267948966 rad + pos: -56.5,84.5 + parent: 2 + - uid: 13234 components: - type: Transform - pos: -30.5,-15.5 - parent: 1 - - uid: 15040 + rot: -1.5707963267948966 rad + pos: -72.5,11.5 + parent: 2 +- proto: IntercomService + entities: + - uid: 13235 components: - type: Transform - pos: -30.5,-16.5 - parent: 1 - - uid: 15041 + pos: -34.5,41.5 + parent: 2 + - uid: 13236 components: - type: Transform - pos: -33.5,-17.5 - parent: 1 - - uid: 15049 + pos: -28.5,48.5 + parent: 2 + - uid: 13237 components: - type: Transform - pos: -36.5,-16.5 - parent: 1 - - uid: 15055 + rot: -1.5707963267948966 rad + pos: -45.5,45.5 + parent: 2 + - uid: 13238 components: - type: Transform - pos: -36.5,-15.5 - parent: 1 - - uid: 15085 + rot: -1.5707963267948966 rad + pos: -38.5,51.5 + parent: 2 + - uid: 13239 components: - type: Transform - pos: -33.5,-15.5 - parent: 1 - - uid: 15086 + rot: 1.5707963267948966 rad + pos: -55.5,40.5 + parent: 2 +- proto: IntercomSupply + entities: + - uid: 13240 components: - type: Transform - pos: -33.5,-16.5 - parent: 1 - - uid: 15126 + rot: 1.5707963267948966 rad + pos: -42.5,2.5 + parent: 2 + - uid: 13241 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,56.5 - parent: 1 - - uid: 15159 + rot: -1.5707963267948966 rad + pos: -30.5,-8.5 + parent: 2 + - uid: 13242 components: - type: Transform - pos: 15.5,56.5 - parent: 1 - - uid: 15160 + rot: 3.141592653589793 rad + pos: -45.5,-14.5 + parent: 2 +- proto: JanitorialTrolley + entities: + - uid: 13243 components: - type: Transform - pos: 16.5,56.5 - parent: 1 - - uid: 15162 + rot: -1.5707963267948966 rad + pos: -50.5,37.5 + parent: 2 +- proto: JanitorServiceLight + entities: + - uid: 13244 components: - type: Transform - pos: 9.5,57.5 - parent: 1 - - uid: 15166 + rot: -1.5707963267948966 rad + pos: -6.5,32.5 + parent: 2 + - uid: 13245 components: - type: Transform - pos: 10.5,-23.5 - parent: 1 - - uid: 15167 + rot: 1.5707963267948966 rad + pos: -59.5,33.5 + parent: 2 + - uid: 13246 components: - type: Transform - pos: 12.5,51.5 - parent: 1 - - uid: 15214 + rot: -1.5707963267948966 rad + pos: -46.5,50.5 + parent: 2 + - uid: 13247 components: - type: Transform - pos: 13.5,28.5 - parent: 1 - - uid: 15217 + rot: 3.141592653589793 rad + pos: -39.5,3.5 + parent: 2 + - uid: 13248 components: - type: Transform - pos: 6.5,31.5 - parent: 1 - - uid: 15340 + pos: -37.5,33.5 + parent: 2 +- proto: JetpackMiniFilled + entities: + - uid: 13249 components: - type: Transform - pos: -79.5,7.5 - parent: 1 - - uid: 15344 + pos: 25.511406,2.6610718 + parent: 2 + - uid: 13250 components: - type: Transform - pos: -43.5,-17.5 - parent: 1 - - uid: 15350 + rot: 3.141592653589793 rad + pos: -19.451328,46.630226 + parent: 2 + - uid: 13251 components: - type: Transform - pos: 28.5,32.5 - parent: 1 - - uid: 15352 + rot: 3.141592653589793 rad + pos: -19.534662,46.39048 + parent: 2 +- proto: KitchenKnife + entities: + - uid: 13252 components: - type: Transform - pos: 30.5,32.5 - parent: 1 - - uid: 15353 + pos: -36.41309,45.528122 + parent: 2 +- proto: KitchenMicrowave + entities: + - uid: 13253 components: - type: Transform - pos: 31.5,32.5 - parent: 1 - - uid: 15354 + pos: -33.5,42.5 + parent: 2 + - uid: 13254 components: - type: Transform - pos: 32.5,32.5 - parent: 1 - - uid: 15355 + pos: -36.5,47.5 + parent: 2 + - uid: 13255 components: - - type: Transform - pos: 32.5,31.5 - parent: 1 - - uid: 15357 + - type: Transform + pos: -61.5,89.5 + parent: 2 + - uid: 13256 components: - type: Transform - pos: 32.5,29.5 - parent: 1 - - uid: 15358 + pos: -65.5,52.5 + parent: 2 + - uid: 13257 components: - type: Transform - pos: 32.5,27.5 - parent: 1 - - uid: 15360 + pos: -79.5,32.5 + parent: 2 + - uid: 13258 components: - type: Transform - pos: 32.5,25.5 - parent: 1 - - uid: 15362 + pos: 11.5,-18.5 + parent: 2 + - uid: 13259 components: - type: Transform - pos: 32.5,23.5 - parent: 1 - - uid: 15363 + pos: -2.5,-22.5 + parent: 2 +- proto: KitchenReagentGrinder + entities: + - uid: 13260 components: - type: Transform - pos: 32.5,22.5 - parent: 1 - - uid: 15388 + pos: -4.5,22.5 + parent: 2 + - uid: 13261 components: - type: Transform - pos: -42.5,69.5 - parent: 1 - - uid: 15389 + pos: -34.5,45.5 + parent: 2 + - uid: 13263 components: - type: Transform - pos: -41.5,69.5 - parent: 1 - - uid: 15390 + pos: -58.5,89.5 + parent: 2 +- proto: KitchenSpike + entities: + - uid: 13264 components: - type: Transform - pos: -40.5,69.5 - parent: 1 - - uid: 15391 + pos: -27.5,46.5 + parent: 2 + - uid: 13265 components: - type: Transform - pos: -39.5,69.5 - parent: 1 - - uid: 15392 + pos: -27.5,47.5 + parent: 2 +- proto: Lamp + entities: + - uid: 7 components: - type: Transform - pos: -38.5,69.5 - parent: 1 - - uid: 15393 + pos: -58.53795,64.84835 + parent: 2 + - type: HandheldLight + toggleActionEntity: 8 + - type: ContainerContainer + containers: + cell_slot: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + actions: !type:Container + showEnts: False + occludes: True + ents: + - 8 + - type: Physics + canCollide: True + - type: ActionsContainer + - uid: 13266 components: - type: Transform - pos: -37.5,69.5 - parent: 1 - - uid: 15394 + pos: -27.497456,17.876417 + parent: 2 + - uid: 13267 components: - type: Transform - pos: -36.5,69.5 - parent: 1 - - uid: 15395 + pos: -46.478218,0.9660685 + parent: 2 + - uid: 13268 components: - type: Transform - pos: -36.5,68.5 - parent: 1 - - uid: 15396 + rot: 3.141592653589793 rad + pos: 18.546034,40.734077 + parent: 2 + - uid: 13269 components: - type: Transform - pos: -36.5,67.5 - parent: 1 - - uid: 15397 + rot: 3.141592653589793 rad + pos: 17.514784,42.687202 + parent: 2 + - uid: 13270 components: - type: Transform - pos: -36.5,66.5 - parent: 1 - - uid: 15398 + pos: -32.32265,-5.1474953 + parent: 2 + - uid: 13271 components: - type: Transform - pos: -36.5,65.5 - parent: 1 - - uid: 15399 + rot: 3.141592653589793 rad + pos: 23.584715,39.733932 + parent: 2 + - uid: 13272 components: - type: Transform - pos: -36.5,64.5 - parent: 1 - - uid: 15400 + rot: -1.5707963267948966 rad + pos: -73.43066,10.928457 + parent: 2 + - uid: 13273 components: - type: Transform - pos: -36.5,63.5 - parent: 1 - - uid: 15401 + pos: -60.49684,41.882523 + parent: 2 + - uid: 13274 components: - type: Transform - pos: -36.5,62.5 - parent: 1 - - uid: 15402 + pos: -63.449966,40.007523 + parent: 2 + - uid: 13275 components: - type: Transform - pos: -36.5,61.5 - parent: 1 - - uid: 15441 + pos: -31.488277,-3.1049178 + parent: 2 + - uid: 13276 components: - type: Transform - pos: -34.5,67.5 - parent: 1 - - uid: 15442 + pos: 14.50122,31.915655 + parent: 2 + - uid: 13277 components: - type: Transform - pos: -34.5,68.5 - parent: 1 - - uid: 15444 + pos: -71.492615,49.83911 + parent: 2 + - uid: 13278 components: - type: Transform - pos: -34.5,70.5 - parent: 1 - - uid: 15445 + rot: -1.5707963267948966 rad + pos: -50.479828,-1.1178861 + parent: 2 + - uid: 13279 components: - type: Transform - pos: -34.5,71.5 - parent: 1 - - uid: 15446 + pos: -38.52308,-9.139799 + parent: 2 + - uid: 13280 components: - type: Transform - pos: -35.5,71.5 - parent: 1 - - uid: 15448 + pos: -70.46455,15.962357 + parent: 2 +- proto: LampBanana + entities: + - uid: 13281 components: - type: Transform - pos: -37.5,71.5 - parent: 1 - - uid: 15449 + pos: -40.489174,28.7831 + parent: 2 +- proto: LampGold + entities: + - uid: 13282 components: - type: Transform - pos: -38.5,71.5 - parent: 1 - - uid: 15451 + pos: 21.502605,-1.9941196 + parent: 2 + - uid: 13283 components: - type: Transform - pos: -40.5,71.5 - parent: 1 - - uid: 15452 + pos: -31.497456,9.898998 + parent: 2 + - uid: 13284 components: - type: Transform - pos: -41.5,71.5 - parent: 1 - - uid: 15464 + pos: -24.497456,9.867748 + parent: 2 + - uid: 13285 components: - type: Transform - pos: -42.5,57.5 - parent: 1 - - uid: 15465 + pos: -54.496407,-5.055279 + parent: 2 + - uid: 13286 components: - type: Transform - pos: -40.5,58.5 - parent: 1 - - uid: 15467 + rot: -1.5707963267948966 rad + pos: -69.35879,10.853698 + parent: 2 + - uid: 13287 components: - type: Transform - pos: -37.5,57.5 - parent: 1 - - uid: 15475 + rot: -1.5707963267948966 rad + pos: -54.43997,65.74237 + parent: 2 + - uid: 13288 components: - type: Transform - pos: -44.5,58.5 - parent: 1 - - uid: 15484 + pos: -9.430151,62.78453 + parent: 2 + - uid: 13289 components: - type: Transform - pos: -38.5,59.5 - parent: 1 - - uid: 15519 + rot: -1.5707963267948966 rad + pos: -11.45702,49.828995 + parent: 2 + - uid: 13290 components: - type: Transform - pos: 14.5,-23.5 - parent: 1 - - uid: 15521 + rot: 3.141592653589793 rad + pos: -20.331896,-15.070564 + parent: 2 +- proto: LandMineExplosive + entities: + - uid: 13291 components: - type: Transform - pos: 7.5,3.5 - parent: 1 - - uid: 15542 + pos: -40.5,57.5 + parent: 2 + - uid: 13292 components: - type: Transform - pos: 4.5,-25.5 - parent: 1 - - uid: 15545 + pos: -39.5,68.5 + parent: 2 + - uid: 13293 components: - type: Transform - pos: 14.5,-21.5 - parent: 1 - - uid: 15597 + pos: -42.49931,68.53585 + parent: 2 + - uid: 13294 components: - type: Transform - pos: -84.5,41.5 - parent: 1 - - uid: 15599 + pos: -37.49931,61.461067 + parent: 2 + - uid: 13295 components: - type: Transform - pos: -82.5,41.5 - parent: 1 - - uid: 15601 + pos: -38.49931,64.50794 + parent: 2 + - uid: 13296 components: - type: Transform - pos: -75.5,32.5 - parent: 1 - - uid: 15637 + pos: -37.483685,67.49232 + parent: 2 + - uid: 13297 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,64.5 - parent: 1 - - uid: 15672 + pos: -38.49701,58.54368 + parent: 2 + - uid: 13298 components: - type: Transform - pos: -85.5,39.5 - parent: 1 - - uid: 15675 + pos: -44.51307,57.51027 + parent: 2 +- proto: Lantern + entities: + - uid: 13299 components: - type: Transform - pos: -40.5,-17.5 - parent: 1 - - uid: 15676 + pos: 19.562792,-8.525764 + parent: 2 + - type: ContainerContainer + containers: + cell_slot: !type:ContainerSlot + showEnts: False + occludes: True + ent: 13300 +- proto: LauncherCreamPie + entities: + - uid: 13301 components: - type: Transform - pos: -39.5,-17.5 - parent: 1 - - uid: 15677 + pos: -42.484016,28.536114 + parent: 2 +- proto: LauncherSyringe + entities: + - uid: 13302 components: - type: Transform - pos: -38.5,-17.5 - parent: 1 - - uid: 15679 + pos: 16.421867,28.701122 + parent: 2 +- proto: LightBulb + entities: + - uid: 13304 components: - type: Transform - pos: -25.5,-17.5 - parent: 1 - - uid: 15680 + parent: 13303 + - type: Physics + canCollide: False + - uid: 13306 components: - type: Transform - pos: -26.5,-17.5 - parent: 1 - - uid: 15681 + parent: 13305 + - type: Physics + canCollide: False +- proto: LiveLetLiveCircuitBoard + entities: + - uid: 13307 components: - type: Transform - pos: -27.5,-17.5 - parent: 1 - - uid: 15683 + pos: 18.485558,16.367989 + parent: 2 +- proto: LockableButtonAtmospherics + entities: + - uid: 4429 components: + - type: MetaData + name: open burn chamber - type: Transform - pos: -55.5,-14.5 - parent: 1 - - uid: 15684 + rot: 1.5707963267948966 rad + pos: -90.5,46.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 937: + - - Pressed + - Toggle + - uid: 13308 components: + - type: MetaData + name: space SM chamber - type: Transform - pos: -54.5,-14.5 - parent: 1 - - uid: 15685 + rot: -1.5707963267948966 rad + pos: -75.5,60.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 939: + - - Pressed + - Toggle + - uid: 13310 components: - type: Transform - pos: 32.5,2.5 - parent: 1 - - uid: 15686 + rot: -1.5707963267948966 rad + pos: -96.5,44.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 937: + - - Pressed + - Toggle + - uid: 13311 components: + - type: MetaData + name: open front main blast door - type: Transform - pos: 32.5,3.5 - parent: 1 - - uid: 15688 + rot: -1.5707963267948966 rad + pos: -75.50115,60.982903 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 938: + - - Pressed + - Toggle +- proto: LockableButtonCaptain + entities: + - uid: 13312 components: + - type: MetaData + name: office shutters - type: Transform - pos: 32.5,6.5 - parent: 1 - - uid: 15689 + rot: -1.5707963267948966 rad + pos: -2.5,60.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 15719: + - - Pressed + - Toggle + 15718: + - - Pressed + - Toggle + 15717: + - - Pressed + - Toggle + 15716: + - - Pressed + - Toggle + 15707: + - - Pressed + - Toggle +- proto: LockableButtonChemistry + entities: + - uid: 13313 components: + - type: MetaData + name: Chemistry Emergency Lockdown - type: Transform - pos: 32.5,5.5 - parent: 1 - - uid: 15690 + pos: -3.5,28.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 128: + - - Pressed + - DoorBolt + 15727: + - - Pressed + - Toggle + 314: + - - Pressed + - DoorBolt + 19852: + - - Pressed + - DoorBolt + 15726: + - - Pressed + - Toggle + 15723: + - - Pressed + - Toggle + 15724: + - - Pressed + - Toggle + 19879: + - - Pressed + - DoorBolt + 19881: + - - Pressed + - DoorBolt + 19850: + - - Pressed + - DoorBolt + 15725: + - - Pressed + - Toggle +- proto: LockableButtonChiefEngineer + entities: + - uid: 13314 components: + - type: MetaData + name: window shutters - type: Transform - pos: 26.5,46.5 - parent: 1 - - uid: 15691 + pos: -71.5,18.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 15710: + - - Pressed + - Toggle + 15711: + - - Pressed + - Toggle + 15712: + - - Pressed + - Toggle + 15708: + - - Pressed + - Toggle +- proto: LockableButtonCommand + entities: + - uid: 13315 components: + - type: MetaData + name: EVA blast door - type: Transform - pos: -16.5,72.5 - parent: 1 - - uid: 15692 + rot: 3.141592653589793 rad + pos: -19.5,44.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 927: + - - Pressed + - Toggle + 13305: + - - Pressed + - Toggle + 13303: + - - Pressed + - Toggle +- proto: LockableButtonEngineering + entities: + - uid: 8365 components: - type: Transform - pos: 26.5,39.5 - parent: 1 - - uid: 15693 + rot: 3.141592653589793 rad + pos: -87.5,15.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 18240: + - - Pressed + - Toggle + 18241: + - - Pressed + - Toggle + 20169: + - - Pressed + - Toggle + - uid: 13319 components: - type: Transform - pos: 26.5,38.5 - parent: 1 - - uid: 15695 + pos: -86.5,39.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 929: + - - Pressed + - Toggle +- proto: LockableButtonJanitor + entities: + - uid: 13320 components: - type: Transform - pos: 7.5,56.5 - parent: 1 - - uid: 15696 + pos: -50.5,38.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 15689: + - - Pressed + - Toggle + 15688: + - - Pressed + - Toggle +- proto: LockableButtonMedical + entities: + - uid: 13321 components: + - type: MetaData + name: treatment room 2 lockdown - type: Transform - pos: -0.5,58.5 - parent: 1 - - uid: 15697 + rot: 1.5707963267948966 rad + pos: 8.5,35.5 + parent: 2 + - uid: 13322 components: + - type: MetaData + name: treatment room 1 lockdown - type: Transform - pos: -21.5,72.5 - parent: 1 - - uid: 15698 + rot: 1.5707963267948966 rad + pos: 8.5,32.5 + parent: 2 + - uid: 13323 components: - type: Transform - pos: -20.5,72.5 - parent: 1 - - uid: 15699 + rot: 1.5707963267948966 rad + pos: 1.5,28.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 402: + - - Pressed + - AutoClose + 403: + - - Pressed + - AutoClose +- proto: LockableButtonResearch + entities: + - uid: 13324 components: - type: Transform - pos: -19.5,72.5 - parent: 1 - - uid: 15700 + rot: 1.5707963267948966 rad + pos: -16.5,-32.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 936: + - - Pressed + - Toggle + - uid: 13325 components: - type: Transform - pos: -15.5,72.5 - parent: 1 - - uid: 15701 + rot: 1.5707963267948966 rad + pos: -16.5,-34.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 928: + - - Pressed + - Toggle +- proto: LockableButtonResearchDirector + entities: + - uid: 13326 components: - type: Transform - pos: -14.5,72.5 - parent: 1 - - uid: 15702 + rot: 3.141592653589793 rad + pos: -16.5,-16.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 15709: + - - Pressed + - Toggle + 15728: + - - Pressed + - Toggle + 15705: + - - Pressed + - Toggle + 15704: + - - Pressed + - Toggle +- proto: LockableButtonSecurity + entities: + - uid: 13327 components: - type: Transform - pos: -13.5,72.5 - parent: 1 - - uid: 15703 + rot: 3.141592653589793 rad + pos: -52.5,52.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 15729: + - - Pressed + - Toggle + 15730: + - - Pressed + - Toggle + 15731: + - - Pressed + - Toggle + 15732: + - - Pressed + - Toggle + 15733: + - - Pressed + - Toggle + 15734: + - - Pressed + - Toggle + - uid: 13328 components: - type: Transform - pos: -12.5,72.5 - parent: 1 - - uid: 15704 + rot: 1.5707963267948966 rad + pos: -53.5,68.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 915: + - - Pressed + - Toggle + 916: + - - Pressed + - Toggle + 917: + - - Pressed + - Toggle + 918: + - - Pressed + - Toggle + 919: + - - Pressed + - Toggle + 920: + - - Pressed + - Toggle + 921: + - - Pressed + - Toggle + 922: + - - Pressed + - Toggle + 924: + - - Pressed + - Toggle + 923: + - - Pressed + - Toggle + 925: + - - Pressed + - Toggle + 926: + - - Pressed + - Toggle + 15685: + - - Pressed + - Toggle + 15686: + - - Pressed + - Toggle + 15682: + - - Pressed + - Toggle + 15681: + - - Pressed + - Toggle + - uid: 13329 components: - type: Transform - pos: -7.5,71.5 - parent: 1 - - uid: 15705 + rot: -1.5707963267948966 rad + pos: -49.5,79.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 15682: + - - Pressed + - Toggle + 15681: + - - Pressed + - Toggle + 15685: + - - Pressed + - Toggle + 15686: + - - Pressed + - Toggle + 920: + - - Pressed + - Toggle + 919: + - - Pressed + - Toggle + 918: + - - Pressed + - Toggle + 917: + - - Pressed + - Toggle + 916: + - - Pressed + - Toggle + 915: + - - Pressed + - Toggle + 926: + - - Pressed + - Toggle + 925: + - - Pressed + - Toggle + 924: + - - Pressed + - Toggle + 923: + - - Pressed + - Toggle + 922: + - - Pressed + - Toggle + 921: + - - Pressed + - Toggle +- proto: LockerAtmosphericsFilled + entities: + - uid: 13330 components: - type: Transform - pos: -10.5,72.5 - parent: 1 - - uid: 15706 + pos: -71.5,40.5 + parent: 2 + - uid: 13331 components: - type: Transform - pos: -8.5,72.5 - parent: 1 - - uid: 15707 + pos: -70.5,40.5 + parent: 2 + - uid: 13332 components: - type: Transform - pos: -9.5,72.5 - parent: 1 - - uid: 15708 + pos: -69.5,40.5 + parent: 2 +- proto: LockerBooze + entities: + - uid: 953 components: - type: Transform - pos: -8.5,71.5 - parent: 1 - - uid: 15709 + pos: 23.5,47.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 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 955 + - 954 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: LockerBoozeFilled + entities: + - uid: 13333 components: - type: Transform - pos: -6.5,70.5 - parent: 1 - - uid: 15710 + pos: -28.5,35.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 13334 components: - type: Transform - pos: -6.5,69.5 - parent: 1 - - uid: 15711 + pos: -28.5,38.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 +- proto: LockerBotanistFilled + entities: + - uid: 13335 components: - type: Transform - pos: -6.5,68.5 - parent: 1 - - uid: 15712 + pos: -39.5,52.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 13336 components: - type: Transform - pos: -6.5,67.5 - parent: 1 - - uid: 15713 + pos: -40.5,52.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 +- proto: LockerCaptain + entities: + - uid: 13337 components: - type: Transform - pos: -25.5,71.5 - parent: 1 - - uid: 15714 + pos: 23.5,43.5 + parent: 2 +- proto: LockerCaptainFilledNoLaser + entities: + - uid: 13338 components: - type: Transform - pos: -24.5,71.5 - parent: 1 - - uid: 15715 + pos: -5.5,62.5 + parent: 2 +- proto: LockerChemistryFilled + entities: + - uid: 13339 components: - type: Transform - pos: -24.5,72.5 - parent: 1 - - uid: 15716 + pos: -3.5,25.5 + parent: 2 + - uid: 13340 components: - type: Transform - pos: -23.5,72.5 - parent: 1 - - uid: 15754 + pos: -4.5,25.5 + parent: 2 +- proto: LockerChiefEngineerFilled + entities: + - uid: 13341 components: - type: Transform - pos: -25.5,61.5 - parent: 1 - - uid: 15848 + pos: -68.5,17.5 + parent: 2 +- proto: LockerChiefMedicalOfficerFilledHardsuit + entities: + - uid: 13342 components: - type: Transform - pos: -71.5,7.5 - parent: 1 - - uid: 15870 + pos: 18.5,30.5 + parent: 2 +- proto: LockerClown + entities: + - uid: 13343 components: - type: Transform - pos: 24.5,39.5 - parent: 1 - - uid: 15882 + pos: -40.5,27.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 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 +- proto: LockerDetectiveFilled + entities: + - uid: 13344 components: - type: Transform - pos: -3.5,-0.5 - parent: 1 - - uid: 15938 + pos: -54.5,63.5 + parent: 2 +- proto: LockerElectricalSuppliesFilled + entities: + - uid: 13346 components: - type: Transform - pos: 17.5,-11.5 - parent: 1 - - uid: 15948 + pos: 21.5,8.5 + parent: 2 + - uid: 13347 components: - type: Transform - pos: -52.5,30.5 - parent: 1 - - uid: 15949 + pos: -7.5,15.5 + parent: 2 +- proto: LockerEngineerFilledHardsuit + entities: + - uid: 13349 components: - type: Transform - pos: -53.5,30.5 - parent: 1 - - uid: 15950 + pos: -67.5,30.5 + parent: 2 + - uid: 13350 components: - type: Transform - pos: -51.5,30.5 - parent: 1 - - uid: 15972 + pos: -67.5,29.5 + parent: 2 + - uid: 13351 components: - type: Transform - pos: 8.5,-21.5 - parent: 1 - - uid: 15976 + pos: -67.5,28.5 + parent: 2 + - uid: 13352 components: - type: Transform - pos: -24.5,30.5 - parent: 1 - - uid: 16082 + pos: -67.5,27.5 + parent: 2 +- proto: LockerEvidence + entities: + - uid: 13353 components: - type: Transform - pos: -48.5,7.5 - parent: 1 - - uid: 16085 + pos: -55.5,53.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 13354 components: - type: Transform - pos: -49.5,11.5 - parent: 1 - - uid: 16086 + pos: -50.5,87.5 + parent: 2 + - uid: 13355 components: - type: Transform - pos: -46.5,11.5 - parent: 1 - - uid: 16101 + pos: -52.5,53.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 13356 components: - type: Transform - pos: -56.5,67.5 - parent: 1 - - uid: 16102 + pos: -17.5,25.5 + parent: 2 + - uid: 13357 components: - type: Transform - pos: -55.5,67.5 - parent: 1 - - uid: 16103 + pos: -56.5,53.5 + parent: 2 + - uid: 13358 components: - type: Transform - pos: -54.5,67.5 - parent: 1 - - uid: 16160 + pos: -50.5,85.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 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 13359 components: - type: Transform - pos: -49.5,58.5 - parent: 1 - - uid: 16209 + pos: -50.5,86.5 + parent: 2 +- proto: LockerFreezer + entities: + - uid: 13360 components: - type: Transform - pos: -76.5,12.5 - parent: 1 - - uid: 16217 + pos: -29.5,44.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 +- proto: LockerFreezerVaultFilled + entities: + - uid: 13361 components: - type: Transform - pos: -66.5,67.5 - parent: 1 - - uid: 16218 + pos: -20.5,56.5 + parent: 2 +- proto: LockerHeadOfPersonnelFilled + entities: + - uid: 13362 components: - type: Transform - pos: -66.5,66.5 - parent: 1 - - uid: 16245 + pos: -23.5,42.5 + parent: 2 +- proto: LockerHeadOfSecurityFilled + entities: + - uid: 13363 components: - type: Transform - pos: 6.5,57.5 - parent: 1 - - uid: 16304 + pos: -63.5,64.5 + parent: 2 +- proto: LockerMedical + entities: + - uid: 13364 components: - type: Transform - pos: 19.5,7.5 - parent: 1 - - uid: 16362 + pos: 12.5,52.5 + parent: 2 +- proto: LockerMedicalFilled + entities: + - uid: 13365 components: - type: Transform - pos: -7.5,10.5 - parent: 1 - - uid: 16498 + pos: 6.5,26.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 13366 components: - type: Transform - pos: -66.5,32.5 - parent: 1 - - uid: 16501 + pos: 7.5,26.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 13367 components: - type: Transform - pos: -65.5,31.5 - parent: 1 - - uid: 16520 + pos: 8.5,26.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 13368 components: - type: Transform - pos: -66.5,65.5 - parent: 1 - - uid: 16588 + pos: 9.5,26.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 +- proto: LockerMedicine + entities: + - uid: 13369 components: - type: Transform - pos: -75.5,28.5 - parent: 1 - - uid: 16590 + pos: 6.5,39.5 + parent: 2 + - uid: 13370 components: - type: Transform - pos: -75.5,30.5 - parent: 1 - - uid: 16898 + pos: 12.5,39.5 + parent: 2 +- proto: LockerMime + entities: + - uid: 13371 components: - type: Transform - pos: 11.5,-23.5 - parent: 1 - - uid: 16936 + pos: -40.5,23.5 + parent: 2 +- proto: LockerParamedicFilled + entities: + - uid: 13372 components: - type: Transform - pos: -2.5,-2.5 - parent: 1 - - uid: 16953 + pos: 11.5,26.5 + parent: 2 +- proto: LockerQuarterMasterFilled + entities: + - uid: 13373 components: - type: Transform - pos: -24.5,-19.5 - parent: 1 - - uid: 17054 + pos: -44.5,-7.5 + parent: 2 +- proto: LockerResearchDirectorFilled + entities: + - uid: 13374 components: - type: Transform - pos: 7.5,-24.5 - parent: 1 - - uid: 17056 + pos: -22.5,-15.5 + parent: 2 +- proto: LockerRoboticsFilled + entities: + - uid: 13375 components: - type: Transform - pos: 7.5,-25.5 - parent: 1 - - uid: 17057 + pos: -6.5,-18.5 + parent: 2 +- proto: LockerSalvageSpecialistFilledHardsuit + entities: + - uid: 13376 components: - type: Transform - pos: 7.5,-26.5 - parent: 1 - - uid: 17059 + pos: -43.5,-13.5 + parent: 2 + - uid: 13377 components: - type: Transform - pos: 5.5,-27.5 - parent: 1 - - uid: 17060 + pos: -42.5,-13.5 + parent: 2 + - uid: 13378 components: - type: Transform - pos: 4.5,-27.5 - parent: 1 - - uid: 17061 + pos: -41.5,-13.5 + parent: 2 +- proto: LockerScienceFilled + entities: + - uid: 13379 components: - type: Transform - pos: 4.5,-28.5 - parent: 1 - - uid: 17062 + pos: -19.5,-9.5 + parent: 2 + - uid: 13380 components: - type: Transform - pos: 3.5,-28.5 - parent: 1 - - uid: 17066 + pos: -19.5,-10.5 + parent: 2 + - uid: 13381 components: - type: Transform - pos: 0.5,-28.5 - parent: 1 - - uid: 17067 + pos: -19.5,-11.5 + parent: 2 + - uid: 13382 components: - type: Transform - pos: -0.5,-28.5 - parent: 1 - - uid: 17068 + pos: -15.5,-9.5 + parent: 2 +- proto: LockerSecurityFilled + entities: + - uid: 13383 components: - type: Transform - pos: -1.5,-28.5 - parent: 1 - - uid: 17069 + pos: -63.5,55.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 13384 components: - type: Transform - pos: -2.5,-28.5 - parent: 1 - - uid: 17070 + pos: -64.5,55.5 + parent: 2 + - uid: 13385 components: - type: Transform - pos: -24.5,-20.5 - parent: 1 - - uid: 17071 + pos: -61.5,55.5 + parent: 2 + - uid: 13386 components: - type: Transform - pos: -24.5,-21.5 - parent: 1 - - uid: 17128 + pos: -60.5,55.5 + parent: 2 +- proto: LockerWallMedicalFilled + entities: + - uid: 13387 components: - type: Transform - pos: -16.5,-22.5 - parent: 1 - - uid: 17129 + rot: -1.5707963267948966 rad + pos: 13.5,33.5 + parent: 2 + - uid: 13388 components: - type: Transform - pos: -17.5,-22.5 - parent: 1 - - uid: 17130 + rot: -1.5707963267948966 rad + pos: 13.5,37.5 + parent: 2 + - uid: 13389 components: - type: Transform - pos: -18.5,-22.5 - parent: 1 - - uid: 17132 + pos: 6.5,38.5 + parent: 2 + - uid: 13390 components: - type: Transform - pos: -19.5,-22.5 - parent: 1 - - uid: 17134 + pos: 6.5,35.5 + parent: 2 +- proto: LockerWardenFilled + entities: + - uid: 13391 components: - type: Transform - pos: -21.5,-22.5 - parent: 1 - - uid: 17135 + pos: -48.5,62.5 + parent: 2 +- proto: LockerWeldingSuppliesFilled + entities: + - uid: 13392 components: - type: Transform - pos: -22.5,-22.5 - parent: 1 - - uid: 17136 + pos: -9.5,15.5 + parent: 2 + - uid: 13393 components: - type: Transform - pos: -23.5,-22.5 - parent: 1 - - uid: 17137 + pos: 17.5,46.5 + parent: 2 +- proto: LogicGateOr + entities: + - uid: 13394 components: - type: Transform - pos: -24.5,-22.5 - parent: 1 - - uid: 17141 + anchored: True + pos: -87.5,40.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 2 + - type: DeviceLinkSource + linkedPorts: + 196: + - - Output + - DoorBolt + - type: Physics + canCollide: False + bodyType: Static + - uid: 13395 components: - type: Transform - pos: 6.5,-6.5 - parent: 1 - - uid: 17142 + anchored: True + rot: 3.141592653589793 rad + pos: -89.5,40.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 198: + - - Output + - DoorBolt + - type: DeviceLinkSink + invokeCounter: 2 + - type: Physics + canCollide: False + bodyType: Static +- proto: LootSpawnerEncryptionKey + entities: + - uid: 20247 components: - type: Transform - pos: 7.5,-6.5 - parent: 1 - - uid: 17143 + pos: -1.5,-32.5 + parent: 2 +- proto: LootSpawnerIndustrialFluff + entities: + - uid: 13396 components: - type: Transform - pos: 8.5,-6.5 - parent: 1 - - uid: 17158 + pos: 7.5,-18.5 + parent: 2 +- proto: LootSpawnerSecurityBasic + entities: + - uid: 13397 components: - type: Transform - pos: 9.5,-15.5 - parent: 1 - - uid: 17159 + pos: -67.5,62.5 + parent: 2 +- proto: MachineAnomalyGenerator + entities: + - uid: 13398 components: - type: Transform - pos: 13.5,-23.5 - parent: 1 - - uid: 17499 + pos: -3.5,-8.5 + parent: 2 +- proto: MachineAnomalyVessel + entities: + - uid: 13399 components: - type: Transform - pos: 6.5,-13.5 - parent: 1 - - uid: 17500 + pos: -9.5,-9.5 + parent: 2 +- proto: MachineAPE + entities: + - uid: 13400 components: - type: Transform - pos: 6.5,-16.5 - parent: 1 - - uid: 17909 + rot: 1.5707963267948966 rad + pos: -8.5,-12.5 + parent: 2 + - uid: 13401 components: - type: Transform - pos: -93.5,52.5 - parent: 1 - - uid: 17910 + rot: 1.5707963267948966 rad + pos: -9.5,-12.5 + parent: 2 +- proto: MachineArtifactAnalyzer + entities: + - uid: 13402 components: - type: Transform - pos: -92.5,52.5 - parent: 1 - - uid: 17911 + pos: -18.5,-30.5 + parent: 2 + - uid: 13403 components: - type: Transform - pos: -91.5,52.5 - parent: 1 - - uid: 17912 + pos: -18.5,-36.5 + parent: 2 +- proto: MachineCentrifuge + entities: + - uid: 13404 components: - type: Transform - pos: -90.5,52.5 - parent: 1 - - uid: 17913 + pos: -0.5,24.5 + parent: 2 + - uid: 13405 components: - type: Transform - pos: -89.5,52.5 - parent: 1 - - uid: 17914 + pos: 18.5,57.5 + parent: 2 +- proto: MachineElectrolysisUnit + entities: + - uid: 13406 components: - type: Transform - pos: -88.5,52.5 - parent: 1 - - uid: 17915 + pos: 0.5,24.5 + parent: 2 +- proto: MachineFrame + entities: + - uid: 13407 components: - type: Transform - pos: -86.5,52.5 - parent: 1 - - uid: 17916 + pos: 15.5,57.5 + parent: 2 +- proto: MachineFrameDestroyed + entities: + - uid: 13409 components: - type: Transform - pos: -85.5,52.5 - parent: 1 - - uid: 17917 + pos: -7.5,-12.5 + parent: 2 + - uid: 13410 components: - type: Transform - pos: -84.5,52.5 - parent: 1 - - uid: 17918 + pos: -9.5,-8.5 + parent: 2 + - uid: 13411 components: - type: Transform - pos: -83.5,52.5 - parent: 1 - - uid: 17919 + pos: 12.5,59.5 + parent: 2 +- proto: MagazinePistolSubMachineGunTopMounted + entities: + - uid: 13412 components: - type: Transform - pos: -82.5,52.5 - parent: 1 - - uid: 17920 + pos: -60.513123,64.48181 + parent: 2 + - uid: 13413 components: - type: Transform - pos: -87.5,52.5 - parent: 1 - - uid: 17921 + pos: -60.52749,64.36112 + parent: 2 +- proto: MailBend + entities: + - uid: 13414 components: - type: Transform - pos: -80.5,52.5 - parent: 1 - - uid: 17922 + rot: 1.5707963267948966 rad + pos: -46.5,41.5 + parent: 2 + - uid: 13415 components: - type: Transform - pos: -79.5,52.5 - parent: 1 - - uid: 17937 + rot: 3.141592653589793 rad + pos: -46.5,33.5 + parent: 2 + - uid: 13416 components: - type: Transform - pos: -96.5,62.5 - parent: 1 - - uid: 17963 + pos: -3.5,33.5 + parent: 2 +- proto: MailingUnit + entities: + - uid: 13417 components: - type: Transform - pos: -84.5,54.5 - parent: 1 - - uid: 17964 + pos: -44.5,41.5 + parent: 2 + - type: MailingUnit + tag: Botany + - type: Configuration + config: + tag: Botany + - uid: 13418 components: - type: Transform - pos: -82.5,54.5 - parent: 1 - - uid: 17966 + pos: -3.5,24.5 + parent: 2 + - type: MailingUnit + tag: Chemistry + - type: Configuration + config: + tag: Chemistry +- proto: MailPipe + entities: + - uid: 13419 components: - type: Transform - pos: -95.5,54.5 - parent: 1 - - uid: 17967 + rot: -1.5707963267948966 rad + pos: -8.5,33.5 + parent: 2 + - uid: 13420 components: - type: Transform - pos: -95.5,55.5 - parent: 1 - - uid: 17968 + rot: -1.5707963267948966 rad + pos: -23.5,33.5 + parent: 2 + - uid: 13421 components: - type: Transform - pos: -95.5,56.5 - parent: 1 - - uid: 17969 + rot: -1.5707963267948966 rad + pos: -25.5,33.5 + parent: 2 + - uid: 13422 components: - type: Transform - pos: -95.5,57.5 - parent: 1 - - uid: 17971 + rot: -1.5707963267948966 rad + pos: -26.5,33.5 + parent: 2 + - uid: 13423 components: - type: Transform - pos: -96.5,60.5 - parent: 1 - - uid: 17972 + rot: -1.5707963267948966 rad + pos: -7.5,33.5 + parent: 2 + - uid: 13424 components: - type: Transform - pos: -97.5,59.5 - parent: 1 - - uid: 17973 + rot: -1.5707963267948966 rad + pos: -9.5,33.5 + parent: 2 + - uid: 13425 components: - type: Transform - pos: -97.5,58.5 - parent: 1 - - uid: 17974 + rot: -1.5707963267948966 rad + pos: -17.5,33.5 + parent: 2 + - uid: 13426 components: - type: Transform - pos: -97.5,56.5 - parent: 1 - - uid: 17979 + rot: -1.5707963267948966 rad + pos: -12.5,33.5 + parent: 2 + - uid: 13427 components: - type: Transform - pos: -97.5,37.5 - parent: 1 - - uid: 17980 + rot: -1.5707963267948966 rad + pos: -11.5,33.5 + parent: 2 + - uid: 13428 components: - type: Transform - pos: -97.5,52.5 - parent: 1 - - uid: 17981 + rot: -1.5707963267948966 rad + pos: -13.5,33.5 + parent: 2 + - uid: 13429 components: - type: Transform - pos: -80.5,54.5 - parent: 1 - - uid: 17982 + rot: -1.5707963267948966 rad + pos: -14.5,33.5 + parent: 2 + - uid: 13430 components: - type: Transform - pos: -79.5,54.5 - parent: 1 - - uid: 17984 + rot: -1.5707963267948966 rad + pos: -15.5,33.5 + parent: 2 + - uid: 13431 components: - type: Transform - pos: -78.5,65.5 - parent: 1 - - uid: 17989 + rot: -1.5707963267948966 rad + pos: -16.5,33.5 + parent: 2 + - uid: 13432 components: - type: Transform - pos: -77.5,33.5 - parent: 1 - - uid: 18054 + rot: -1.5707963267948966 rad + pos: -19.5,33.5 + parent: 2 + - uid: 13433 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -85.5,61.5 - parent: 1 - - uid: 18133 + rot: -1.5707963267948966 rad + pos: -20.5,33.5 + parent: 2 + - uid: 13434 components: - type: Transform - pos: -95.5,51.5 - parent: 1 - - uid: 18134 + rot: -1.5707963267948966 rad + pos: -21.5,33.5 + parent: 2 + - uid: 13435 components: - type: Transform - pos: -95.5,50.5 - parent: 1 - - uid: 18135 + rot: -1.5707963267948966 rad + pos: -22.5,33.5 + parent: 2 + - uid: 13436 components: - type: Transform - pos: -95.5,49.5 - parent: 1 - - uid: 18136 + rot: -1.5707963267948966 rad + pos: -24.5,33.5 + parent: 2 + - uid: 13437 components: - type: Transform - pos: -93.5,47.5 - parent: 1 - - uid: 18137 + rot: -1.5707963267948966 rad + pos: -27.5,33.5 + parent: 2 + - uid: 13438 components: - type: Transform - pos: -92.5,47.5 - parent: 1 - - uid: 18138 + rot: -1.5707963267948966 rad + pos: -28.5,33.5 + parent: 2 + - uid: 13439 components: - type: Transform - pos: -90.5,45.5 - parent: 1 - - uid: 18139 + rot: -1.5707963267948966 rad + pos: -10.5,33.5 + parent: 2 + - uid: 13440 components: - type: Transform - pos: -90.5,44.5 - parent: 1 - - uid: 18140 + rot: -1.5707963267948966 rad + pos: -30.5,33.5 + parent: 2 + - uid: 13441 components: - type: Transform - pos: -95.5,45.5 - parent: 1 - - uid: 18141 + rot: -1.5707963267948966 rad + pos: -32.5,33.5 + parent: 2 + - uid: 13442 components: - type: Transform - pos: -94.5,45.5 - parent: 1 - - uid: 18142 + rot: -1.5707963267948966 rad + pos: -33.5,33.5 + parent: 2 + - uid: 13443 components: - type: Transform - pos: -93.5,45.5 - parent: 1 - - uid: 18143 + rot: -1.5707963267948966 rad + pos: -34.5,33.5 + parent: 2 + - uid: 13444 components: - type: Transform - pos: -92.5,45.5 - parent: 1 - - uid: 18144 + rot: -1.5707963267948966 rad + pos: -36.5,33.5 + parent: 2 + - uid: 13445 components: - type: Transform - pos: -92.5,44.5 - parent: 1 - - uid: 18145 + rot: -1.5707963267948966 rad + pos: -37.5,33.5 + parent: 2 + - uid: 13446 components: - type: Transform - pos: -92.5,43.5 - parent: 1 - - uid: 18146 + rot: -1.5707963267948966 rad + pos: -38.5,33.5 + parent: 2 + - uid: 13447 components: - type: Transform - pos: -92.5,42.5 - parent: 1 - - uid: 18301 + rot: -1.5707963267948966 rad + pos: -39.5,33.5 + parent: 2 + - uid: 13448 components: - type: Transform - pos: -99.5,52.5 - parent: 1 - - uid: 18303 + rot: -1.5707963267948966 rad + pos: -29.5,33.5 + parent: 2 + - uid: 13449 components: - type: Transform - pos: -99.5,53.5 - parent: 1 - - uid: 18304 + rot: -1.5707963267948966 rad + pos: -41.5,33.5 + parent: 2 + - uid: 13450 components: - type: Transform - pos: -99.5,54.5 - parent: 1 - - uid: 18305 + rot: -1.5707963267948966 rad + pos: -31.5,33.5 + parent: 2 + - uid: 13451 components: - type: Transform - pos: -99.5,55.5 - parent: 1 - - uid: 18310 + rot: -1.5707963267948966 rad + pos: -42.5,33.5 + parent: 2 + - uid: 13452 components: - type: Transform - pos: -99.5,39.5 - parent: 1 - - uid: 18315 + rot: -1.5707963267948966 rad + pos: -43.5,33.5 + parent: 2 + - uid: 13453 components: - type: Transform - pos: -99.5,56.5 - parent: 1 - - uid: 18316 + rot: -1.5707963267948966 rad + pos: -35.5,33.5 + parent: 2 + - uid: 13454 components: - type: Transform - pos: -99.5,57.5 - parent: 1 - - uid: 18317 + rot: -1.5707963267948966 rad + pos: -45.5,33.5 + parent: 2 + - uid: 13455 components: - type: Transform - pos: -97.5,47.5 - parent: 1 - - uid: 18318 + rot: -1.5707963267948966 rad + pos: -40.5,33.5 + parent: 2 + - uid: 13456 components: - type: Transform - pos: -99.5,47.5 - parent: 1 - - uid: 18319 + rot: -1.5707963267948966 rad + pos: -18.5,33.5 + parent: 2 + - uid: 13457 components: - type: Transform - pos: -97.5,50.5 - parent: 1 - - uid: 18320 + rot: -1.5707963267948966 rad + pos: -44.5,33.5 + parent: 2 + - uid: 13458 components: - type: Transform - pos: -97.5,49.5 - parent: 1 - - uid: 18321 + rot: 3.141592653589793 rad + pos: -46.5,34.5 + parent: 2 + - uid: 13459 components: - type: Transform - pos: -97.5,48.5 - parent: 1 - - uid: 18322 + rot: 3.141592653589793 rad + pos: -46.5,35.5 + parent: 2 + - uid: 13460 components: - type: Transform - pos: -99.5,41.5 - parent: 1 - - uid: 18323 + rot: 3.141592653589793 rad + pos: -46.5,36.5 + parent: 2 + - uid: 13461 components: - type: Transform - pos: -99.5,44.5 - parent: 1 - - uid: 18324 + rot: 3.141592653589793 rad + pos: -46.5,37.5 + parent: 2 + - uid: 13462 components: - type: Transform - pos: -99.5,45.5 - parent: 1 - - uid: 18326 + rot: 3.141592653589793 rad + pos: -46.5,38.5 + parent: 2 + - uid: 13463 components: - type: Transform - pos: -97.5,39.5 - parent: 1 - - uid: 18330 + rot: 3.141592653589793 rad + pos: -46.5,39.5 + parent: 2 + - uid: 13464 components: - type: Transform - pos: -90.5,65.5 - parent: 1 - - uid: 18338 + rot: 3.141592653589793 rad + pos: -46.5,40.5 + parent: 2 + - uid: 13465 components: - type: Transform - pos: -78.5,66.5 - parent: 1 - - uid: 18353 + rot: -1.5707963267948966 rad + pos: -6.5,33.5 + parent: 2 + - uid: 13466 components: - type: Transform - pos: -82.5,67.5 - parent: 1 - - uid: 18588 + rot: 1.5707963267948966 rad + pos: -5.5,33.5 + parent: 2 + - uid: 13467 components: - type: Transform - pos: 15.5,60.5 - parent: 1 - - uid: 18589 + rot: 1.5707963267948966 rad + pos: -4.5,33.5 + parent: 2 + - uid: 13468 components: - type: Transform - pos: 16.5,60.5 - parent: 1 - - uid: 18748 + pos: -3.5,25.5 + parent: 2 + - uid: 13469 components: - type: Transform - pos: 20.5,62.5 - parent: 1 - - uid: 18749 + pos: -3.5,26.5 + parent: 2 + - uid: 13470 components: - type: Transform - pos: 7.5,57.5 - parent: 1 - - uid: 18750 + pos: -3.5,27.5 + parent: 2 + - uid: 13471 components: - type: Transform - pos: 7.5,58.5 - parent: 1 - - uid: 18752 + pos: -3.5,28.5 + parent: 2 + - uid: 13472 components: - type: Transform - pos: 7.5,60.5 - parent: 1 - - uid: 18753 + pos: -3.5,29.5 + parent: 2 + - uid: 13473 components: - type: Transform - pos: 7.5,61.5 - parent: 1 - - uid: 18754 + pos: -3.5,30.5 + parent: 2 + - uid: 13474 components: - type: Transform - pos: 7.5,62.5 - parent: 1 - - uid: 18757 + pos: -3.5,31.5 + parent: 2 + - uid: 13475 components: - type: Transform - pos: 9.5,62.5 - parent: 1 - - uid: 18758 + pos: -3.5,32.5 + parent: 2 + - uid: 21456 components: - type: Transform - pos: 11.5,62.5 - parent: 1 - - uid: 18759 + rot: 1.5707963267948966 rad + pos: -45.5,41.5 + parent: 2 +- proto: MailTeleporter + entities: + - uid: 13476 components: - type: Transform - pos: 12.5,62.5 - parent: 1 - - uid: 18761 + pos: -43.5,0.5 + parent: 2 +- proto: MailTrunk + entities: + - uid: 13477 components: - type: Transform - pos: 14.5,62.5 - parent: 1 - - uid: 18762 + rot: -1.5707963267948966 rad + pos: -44.5,41.5 + parent: 2 + - uid: 13478 components: - type: Transform - pos: 15.5,62.5 - parent: 1 - - uid: 18764 + rot: 3.141592653589793 rad + pos: -3.5,24.5 + parent: 2 +- proto: MaintenanceFluffSpawner + entities: + - uid: 13479 components: - type: Transform - pos: 16.5,62.5 - parent: 1 - - uid: 18765 + pos: 28.5,-4.5 + parent: 2 + - uid: 13480 components: - type: Transform - pos: 23.5,62.5 - parent: 1 - - uid: 18766 + pos: 29.5,-4.5 + parent: 2 + - uid: 13481 components: - type: Transform - pos: 24.5,62.5 - parent: 1 - - uid: 18768 + pos: 8.5,-3.5 + parent: 2 + - uid: 13482 components: - type: Transform - pos: 26.5,62.5 - parent: 1 - - uid: 18769 + pos: -18.5,0.5 + parent: 2 + - uid: 13483 components: - type: Transform - pos: 26.5,61.5 - parent: 1 - - uid: 18771 + pos: -31.5,12.5 + parent: 2 + - uid: 13484 components: - type: Transform - pos: 26.5,58.5 - parent: 1 - - uid: 18773 + pos: -45.5,25.5 + parent: 2 + - uid: 13485 components: - type: Transform - pos: 26.5,57.5 - parent: 1 - - uid: 18774 + pos: -46.5,15.5 + parent: 2 + - uid: 13486 components: - type: Transform - pos: 26.5,56.5 - parent: 1 - - uid: 18775 + pos: -47.5,15.5 + parent: 2 + - uid: 13487 components: - type: Transform - pos: 26.5,55.5 - parent: 1 - - uid: 18776 + pos: -41.5,13.5 + parent: 2 + - uid: 13488 components: - type: Transform - pos: 26.5,52.5 - parent: 1 - - uid: 18779 + pos: -34.5,13.5 + parent: 2 + - uid: 13489 components: - type: Transform - pos: 26.5,51.5 - parent: 1 - - uid: 18780 + pos: -7.5,22.5 + parent: 2 + - uid: 13490 components: - type: Transform - pos: 26.5,50.5 - parent: 1 - - uid: 18781 + pos: -3.5,14.5 + parent: 2 + - uid: 13491 components: - type: Transform - pos: 26.5,49.5 - parent: 1 - - uid: 18817 + pos: -28.5,49.5 + parent: 2 + - uid: 13492 components: - type: Transform - pos: -82.5,66.5 - parent: 1 - - uid: 18850 + pos: -3.5,42.5 + parent: 2 + - uid: 13493 components: - type: Transform - pos: -38.5,57.5 - parent: 1 - - uid: 18925 + pos: -3.5,43.5 + parent: 2 + - uid: 13494 components: - type: Transform - pos: -58.5,55.5 - parent: 1 - - uid: 18931 + pos: 22.5,28.5 + parent: 2 + - uid: 13495 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -87.5,61.5 - parent: 1 - - uid: 18950 + pos: -27.5,40.5 + parent: 2 + - uid: 13496 components: - type: Transform - pos: -82.5,65.5 - parent: 1 - - uid: 19173 + pos: 6.5,8.5 + parent: 2 + - uid: 13497 components: - type: Transform - rot: 3.141592653589793 rad - pos: -70.5,63.5 - parent: 1 - - uid: 19174 + pos: 12.5,8.5 + parent: 2 + - uid: 13498 components: - type: Transform - rot: 3.141592653589793 rad - pos: -70.5,64.5 - parent: 1 - - uid: 19175 + pos: -42.5,54.5 + parent: 2 + - uid: 13499 components: - type: Transform - rot: 3.141592653589793 rad - pos: -70.5,65.5 - parent: 1 - - uid: 19176 + pos: -66.5,41.5 + parent: 2 + - uid: 13501 components: - type: Transform - rot: 3.141592653589793 rad - pos: -70.5,66.5 - parent: 1 - - uid: 19178 + pos: -73.5,51.5 + parent: 2 + - uid: 13502 + components: + - type: Transform + pos: -71.5,51.5 + parent: 2 + - uid: 13503 components: - type: Transform - rot: 3.141592653589793 rad - pos: -70.5,68.5 - parent: 1 - - uid: 19179 + pos: -69.5,26.5 + parent: 2 + - uid: 13504 components: - type: Transform - rot: 3.141592653589793 rad - pos: -70.5,69.5 - parent: 1 - - uid: 19180 + pos: -67.5,10.5 + parent: 2 + - uid: 13505 components: - type: Transform - rot: 3.141592653589793 rad - pos: -70.5,70.5 - parent: 1 - - uid: 19181 + pos: -61.5,24.5 + parent: 2 + - uid: 13507 components: - type: Transform - rot: 3.141592653589793 rad - pos: -70.5,71.5 - parent: 1 - - uid: 19182 + pos: 5.5,-17.5 + parent: 2 + - uid: 13508 components: - type: Transform - rot: 3.141592653589793 rad - pos: -70.5,72.5 - parent: 1 - - uid: 19183 + pos: 13.5,-17.5 + parent: 2 + - uid: 13509 components: - type: Transform - rot: 3.141592653589793 rad - pos: -70.5,73.5 - parent: 1 - - uid: 19184 + pos: 8.5,-8.5 + parent: 2 + - uid: 13510 components: - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,73.5 - parent: 1 - - uid: 19185 + pos: 23.5,51.5 + parent: 2 + - uid: 13511 components: - type: Transform - rot: 3.141592653589793 rad - pos: -72.5,73.5 - parent: 1 - - uid: 19186 + pos: 11.5,65.5 + parent: 2 + - uid: 20311 components: - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,73.5 - parent: 1 - - uid: 19188 + pos: 35.5,-1.5 + parent: 2 + - uid: 20312 components: - type: Transform - rot: 3.141592653589793 rad - pos: -75.5,73.5 - parent: 1 - - uid: 19189 + pos: 34.5,-1.5 + parent: 2 + - uid: 20369 components: - type: Transform - rot: 3.141592653589793 rad - pos: -76.5,73.5 - parent: 1 - - uid: 19190 + pos: -90.5,-3.5 + parent: 2 + - uid: 20626 components: - type: Transform - rot: 3.141592653589793 rad - pos: -77.5,73.5 - parent: 1 - - uid: 19191 + rot: 1.5707963267948966 rad + pos: -9.5,43.5 + parent: 2 + - uid: 20627 components: - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,73.5 - parent: 1 - - uid: 19192 + rot: 1.5707963267948966 rad + pos: -5.5,43.5 + parent: 2 + - uid: 20628 components: - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,73.5 - parent: 1 - - uid: 19193 + rot: 1.5707963267948966 rad + pos: -8.5,41.5 + parent: 2 +- proto: MaintenanceInsulsSpawner + entities: + - uid: 13512 components: - type: Transform - rot: 3.141592653589793 rad - pos: -80.5,73.5 - parent: 1 - - uid: 19194 + pos: 12.5,65.5 + parent: 2 + - uid: 16477 components: - type: Transform - rot: 3.141592653589793 rad - pos: -81.5,73.5 - parent: 1 - - uid: 19195 + pos: 7.5,52.5 + parent: 2 +- proto: MaintenancePlantSpawner + entities: + - uid: 1860 components: - type: Transform - rot: 3.141592653589793 rad - pos: -82.5,73.5 - parent: 1 - - uid: 19197 + pos: -47.5,18.5 + parent: 2 + - uid: 1861 components: - type: Transform - rot: 3.141592653589793 rad - pos: -84.5,73.5 - parent: 1 - - uid: 19198 + pos: -43.5,19.5 + parent: 2 + - uid: 13513 components: - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,73.5 - parent: 1 - - uid: 19199 + pos: -21.5,0.5 + parent: 2 + - uid: 13514 components: - type: Transform - rot: 3.141592653589793 rad - pos: -86.5,73.5 - parent: 1 - - uid: 19200 + pos: -66.5,50.5 + parent: 2 + - uid: 13516 components: - type: Transform - rot: 3.141592653589793 rad - pos: -87.5,73.5 - parent: 1 - - uid: 19201 + pos: 19.5,49.5 + parent: 2 + - uid: 13517 components: - type: Transform - rot: 3.141592653589793 rad - pos: -88.5,73.5 - parent: 1 - - uid: 19202 + pos: 11.5,56.5 + parent: 2 + - uid: 13518 components: - type: Transform - rot: 3.141592653589793 rad - pos: -89.5,73.5 - parent: 1 - - uid: 19203 + pos: 6.5,52.5 + parent: 2 + - uid: 16025 components: - type: Transform - rot: 3.141592653589793 rad - pos: -90.5,73.5 - parent: 1 - - uid: 19204 + pos: -43.5,15.5 + parent: 2 + - uid: 20357 components: - type: Transform - rot: 3.141592653589793 rad - pos: -90.5,72.5 - parent: 1 - - uid: 19205 + pos: -86.5,-1.5 + parent: 2 + - uid: 20358 components: - type: Transform - rot: 3.141592653589793 rad - pos: -90.5,71.5 - parent: 1 - - uid: 19206 + pos: -88.5,-7.5 + parent: 2 + - uid: 20359 components: - type: Transform - rot: 3.141592653589793 rad - pos: -90.5,70.5 - parent: 1 - - uid: 19208 + pos: -80.5,-9.5 + parent: 2 + - uid: 20360 components: - type: Transform - rot: 3.141592653589793 rad - pos: -90.5,68.5 - parent: 1 - - uid: 19209 + pos: -77.5,-11.5 + parent: 2 + - uid: 20361 components: - type: Transform - rot: 3.141592653589793 rad - pos: -90.5,67.5 - parent: 1 - - uid: 19215 + pos: -88.5,-11.5 + parent: 2 + - uid: 20362 components: - type: Transform - rot: 3.141592653589793 rad - pos: -70.5,62.5 - parent: 1 - - uid: 19216 + pos: -81.5,6.5 + parent: 2 + - uid: 20363 components: - type: Transform - rot: 3.141592653589793 rad - pos: -70.5,61.5 - parent: 1 - - uid: 19256 + pos: -77.5,4.5 + parent: 2 + - uid: 20364 components: - type: Transform - pos: -96.5,64.5 - parent: 1 -- proto: GrilleBroken + pos: -88.5,3.5 + parent: 2 +- proto: MaintenanceToolSpawner entities: - - uid: 989 + - uid: 836 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -107.5,20.5 - parent: 1 - - uid: 1012 + pos: 8.5,50.5 + parent: 2 + - uid: 1862 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -101.5,37.5 - parent: 1 - - uid: 1184 + pos: -41.5,18.5 + parent: 2 + - uid: 13519 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,59.5 - parent: 1 - - uid: 1446 + pos: -3.5,15.5 + parent: 2 + - uid: 13520 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,63.5 - parent: 1 - - uid: 2061 + pos: -25.5,54.5 + parent: 2 + - uid: 13521 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,64.5 - parent: 1 - - uid: 2828 + pos: 27.5,-4.5 + parent: 2 + - uid: 13522 components: - type: Transform - pos: -90.5,69.5 - parent: 1 - - uid: 3154 + pos: -29.5,-2.5 + parent: 2 + - uid: 13523 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,22.5 - parent: 1 - - uid: 3430 + pos: -19.5,0.5 + parent: 2 + - uid: 13524 components: - type: Transform - pos: -35.5,17.5 - parent: 1 - - uid: 3494 + pos: -23.5,-3.5 + parent: 2 + - uid: 13525 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,60.5 - parent: 1 - - uid: 3654 + pos: -51.5,2.5 + parent: 2 + - uid: 13526 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,-17.5 - parent: 1 - - uid: 4092 + pos: -52.5,-5.5 + parent: 2 + - uid: 13529 components: - type: Transform - pos: -107.5,30.5 - parent: 1 - - uid: 4113 + pos: -40.5,13.5 + parent: 2 + - uid: 13530 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,60.5 - parent: 1 - - uid: 4127 + pos: -43.5,13.5 + parent: 2 + - uid: 13531 components: - type: Transform - pos: -59.5,11.5 - parent: 1 - - uid: 4565 + pos: -45.5,23.5 + parent: 2 + - uid: 13532 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,42.5 - parent: 1 - - uid: 4566 + pos: -20.5,29.5 + parent: 2 + - uid: 13533 components: - type: Transform - pos: 16.5,42.5 - parent: 1 - - uid: 4705 + pos: 23.5,39.5 + parent: 2 + - uid: 13534 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,13.5 - parent: 1 - - uid: 5012 + pos: 18.5,45.5 + parent: 2 + - uid: 13535 components: - type: Transform - pos: -0.5,61.5 - parent: 1 - - uid: 5029 + pos: 23.5,37.5 + parent: 2 + - uid: 13536 components: - type: Transform - pos: -7.5,66.5 - parent: 1 - - uid: 5035 + pos: -29.5,49.5 + parent: 2 + - uid: 13537 components: - type: Transform - pos: -0.5,65.5 - parent: 1 - - uid: 5161 + pos: 6.5,48.5 + parent: 2 + - uid: 13539 components: - type: Transform - rot: 3.141592653589793 rad - pos: -81.5,3.5 - parent: 1 - - uid: 5162 + pos: -8.5,46.5 + parent: 2 + - uid: 13540 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -77.5,3.5 - parent: 1 - - uid: 5319 + pos: 4.5,8.5 + parent: 2 + - uid: 13541 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,13.5 - parent: 1 - - uid: 5327 + pos: 13.5,8.5 + parent: 2 + - uid: 13542 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,42.5 - parent: 1 - - uid: 5332 + pos: -43.5,54.5 + parent: 2 + - uid: 13543 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,42.5 - parent: 1 - - uid: 6011 + pos: -67.5,36.5 + parent: 2 + - uid: 13544 components: - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,63.5 - parent: 1 - - uid: 6055 + pos: -66.5,42.5 + parent: 2 + - uid: 13545 components: - type: Transform - pos: 17.5,-15.5 - parent: 1 - - uid: 6277 + pos: -63.5,48.5 + parent: 2 + - uid: 13546 components: - type: Transform - pos: -18.5,70.5 - parent: 1 - - uid: 6676 + pos: -67.5,11.5 + parent: 2 + - uid: 13547 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,65.5 - parent: 1 - - uid: 6887 + pos: -67.5,13.5 + parent: 2 + - uid: 13548 components: - type: Transform - pos: 7.5,-22.5 - parent: 1 - - uid: 7008 + pos: 18.5,40.5 + parent: 2 + - uid: 13549 components: - type: Transform - pos: 14.5,-20.5 - parent: 1 - - uid: 7174 + pos: -8.5,15.5 + parent: 2 + - uid: 13550 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,69.5 - parent: 1 - - uid: 7175 + pos: -60.5,28.5 + parent: 2 + - uid: 13551 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,69.5 - parent: 1 - - uid: 7389 + pos: -66.5,64.5 + parent: 2 + - uid: 13552 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-22.5 - parent: 1 - - uid: 7414 + pos: 11.5,62.5 + parent: 2 + - uid: 13553 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,70.5 - parent: 1 - - uid: 7521 + pos: 31.5,69.5 + parent: 2 + - uid: 13686 components: - type: Transform - pos: -14.5,37.5 - parent: 1 - - uid: 7522 + pos: 21.5,-10.5 + parent: 2 + - uid: 13967 components: - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,40.5 - parent: 1 - - uid: 7524 + pos: -35.5,49.5 + parent: 2 + - uid: 15615 components: - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,42.5 - parent: 1 - - uid: 8068 + pos: -27.5,-16.5 + parent: 2 + - uid: 16498 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,65.5 - parent: 1 - - uid: 8222 + pos: 18.5,51.5 + parent: 2 + - uid: 16734 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-23.5 - parent: 1 - - uid: 8287 + pos: 12.5,56.5 + parent: 2 + - uid: 20200 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,70.5 - parent: 1 - - uid: 8607 + pos: -0.5,-29.5 + parent: 2 + - uid: 20370 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,57.5 - parent: 1 - - uid: 8979 + pos: -92.5,-7.5 + parent: 2 + - uid: 20371 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,57.5 - parent: 1 - - uid: 9049 + pos: -87.5,0.5 + parent: 2 + - uid: 20372 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,71.5 - parent: 1 - - uid: 9052 + pos: -86.5,-7.5 + parent: 2 + - uid: 20625 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,73.5 - parent: 1 - - uid: 9053 + rot: 1.5707963267948966 rad + pos: -7.5,40.5 + parent: 2 +- proto: MaintenanceWeaponSpawner + entities: + - uid: 7195 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,75.5 - parent: 1 - - uid: 9054 + pos: 22.5,-10.5 + parent: 2 + - uid: 12656 components: - type: Transform - pos: -47.5,78.5 - parent: 1 - - uid: 9056 + pos: -74.5,52.5 + parent: 2 + - uid: 13554 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,86.5 - parent: 1 - - uid: 9064 + pos: 29.5,-0.5 + parent: 2 + - uid: 13555 components: - type: Transform - pos: -65.5,88.5 - parent: 1 - - uid: 9078 + pos: -25.5,55.5 + parent: 2 + - uid: 13556 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,90.5 - parent: 1 - - uid: 9081 + pos: -27.5,-4.5 + parent: 2 + - uid: 13557 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,71.5 - parent: 1 - - uid: 9083 + pos: -47.5,17.5 + parent: 2 + - uid: 13558 components: - type: Transform - pos: -43.5,71.5 - parent: 1 - - uid: 9084 + pos: -30.5,12.5 + parent: 2 + - uid: 13559 components: - type: Transform - pos: -65.5,83.5 - parent: 1 - - uid: 9085 + pos: -22.5,20.5 + parent: 2 + - uid: 13560 components: - type: Transform - pos: -55.5,76.5 - parent: 1 - - uid: 9098 + pos: -7.5,23.5 + parent: 2 + - uid: 13561 components: - type: Transform - pos: -60.5,68.5 - parent: 1 - - uid: 9662 + pos: 23.5,41.5 + parent: 2 + - uid: 13562 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -102.5,37.5 - parent: 1 - - uid: 9680 + pos: -27.5,49.5 + parent: 2 + - uid: 13563 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -97.5,13.5 - parent: 1 - - uid: 9685 + pos: -3.5,41.5 + parent: 2 + - uid: 13564 components: - type: Transform - rot: 3.141592653589793 rad - pos: -96.5,13.5 - parent: 1 - - uid: 9686 + pos: 22.5,29.5 + parent: 2 + - uid: 13565 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -90.5,13.5 - parent: 1 - - uid: 9687 + pos: 5.5,8.5 + parent: 2 + - uid: 13567 components: - type: Transform - pos: -103.5,13.5 - parent: 1 - - uid: 9711 + pos: -69.5,51.5 + parent: 2 + - uid: 13568 components: - type: Transform - pos: -109.5,30.5 - parent: 1 - - uid: 9712 + pos: -60.5,19.5 + parent: 2 + - uid: 13569 components: - type: Transform - pos: -109.5,22.5 - parent: 1 - - uid: 9713 + pos: -20.5,17.5 + parent: 2 + - uid: 13570 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -109.5,18.5 - parent: 1 - - uid: 9979 + pos: -25.5,53.5 + parent: 2 + - uid: 13571 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,11.5 - parent: 1 - - uid: 10411 + pos: -47.5,17.5 + parent: 2 + - uid: 13572 components: - type: Transform - pos: 22.5,36.5 - parent: 1 - - uid: 10416 + pos: 17.5,42.5 + parent: 2 + - uid: 13573 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,36.5 - parent: 1 - - uid: 10427 + pos: -67.5,64.5 + parent: 2 + - uid: 13574 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,36.5 - parent: 1 - - uid: 10428 + pos: 19.5,22.5 + parent: 2 + - uid: 13575 components: - type: Transform rot: 1.5707963267948966 rad - pos: 22.5,36.5 - parent: 1 - - uid: 11509 + pos: 26.5,68.5 + parent: 2 + - uid: 13660 components: - type: Transform - pos: -95.5,58.5 - parent: 1 - - uid: 13627 + pos: -27.5,-15.5 + parent: 2 + - uid: 13969 components: - type: Transform - pos: -96.5,63.5 - parent: 1 - - uid: 13628 + pos: -37.5,49.5 + parent: 2 + - uid: 14795 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -95.5,64.5 - parent: 1 - - uid: 13629 + pos: -40.5,18.5 + parent: 2 + - uid: 15610 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -83.5,73.5 - parent: 1 - - uid: 13790 + pos: -25.5,-15.5 + parent: 2 + - uid: 16736 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -83.5,73.5 - parent: 1 - - uid: 14222 + pos: 8.5,52.5 + parent: 2 + - uid: 20201 components: - type: Transform - pos: -84.5,2.5 - parent: 1 - - uid: 14310 + pos: 1.5,-29.5 + parent: 2 + - uid: 20368 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -84.5,4.5 - parent: 1 - - uid: 14311 + pos: -90.5,-2.5 + parent: 2 + - uid: 20623 components: - type: Transform rot: 1.5707963267948966 rad - pos: -84.5,-1.5 - parent: 1 - - uid: 14312 + pos: -8.5,40.5 + parent: 2 + - uid: 20624 components: - type: Transform - rot: 3.141592653589793 rad - pos: -84.5,-8.5 - parent: 1 - - uid: 14313 + rot: 1.5707963267948966 rad + pos: -6.5,40.5 + parent: 2 + - uid: 20857 components: - type: Transform - pos: -82.5,-9.5 - parent: 1 - - uid: 14330 + pos: -83.5,-9.5 + parent: 2 +- proto: MaintLockerSpawner50 + entities: + - uid: 12442 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -83.5,-6.5 - parent: 1 - - uid: 14336 + pos: -27.5,-14.5 + parent: 2 + - uid: 13576 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -83.5,1.5 - parent: 1 - - uid: 14337 + pos: 10.5,65.5 + parent: 2 + - uid: 16026 components: - type: Transform - pos: -82.5,-12.5 - parent: 1 - - uid: 14338 + pos: -28.5,-14.5 + parent: 2 + - uid: 18186 components: - type: Transform - pos: -82.5,5.5 - parent: 1 - - uid: 14339 + pos: -29.5,-14.5 + parent: 2 + - uid: 19035 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -83.5,7.5 - parent: 1 - - uid: 14345 + pos: -41.5,19.5 + parent: 2 +- proto: MaterialBones1 + entities: + - uid: 13584 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,-14.5 - parent: 1 - - uid: 14396 + rot: 3.141592653589793 rad + pos: 8.329729,50.552986 + parent: 2 + - uid: 13585 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -68.5,-14.5 - parent: 1 - - uid: 14435 + rot: 3.141592653589793 rad + pos: 8.590146,50.427902 + parent: 2 + - uid: 13586 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -74.5,73.5 - parent: 1 - - uid: 14457 + rot: 1.5707963267948966 rad + pos: 7.4651465,52.51268 + parent: 2 + - uid: 13587 components: - type: Transform - pos: -66.5,68.5 - parent: 1 - - uid: 14611 + pos: 6.4338965,51.449448 + parent: 2 +- proto: MaterialCloth + entities: + - uid: 13588 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -110.5,34.5 - parent: 1 - - uid: 14631 + pos: -23.57047,39.72193 + parent: 2 +- proto: MaterialDurathread + entities: + - uid: 13589 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -86.5,14.5 - parent: 1 - - uid: 14659 + pos: -23.341305,39.482185 + parent: 2 +- proto: MaterialSilo + entities: + - uid: 13590 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -69.5,60.5 - parent: 1 - - uid: 14670 + pos: 28.5,27.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 801: + - - MaterialSilo + - MaterialSiloUtilizer + 802: + - - MaterialSilo + - MaterialSiloUtilizer + 13604: + - - MaterialSilo + - MaterialSiloUtilizer + 7001: + - - MaterialSilo + - MaterialSiloUtilizer + 14370: + - - MaterialSilo + - MaterialSiloUtilizer + 800: + - - MaterialSilo + - MaterialSiloUtilizer + 8380: + - - MaterialSilo + - MaterialSiloUtilizer + 15634: + - - MaterialSilo + - MaterialSiloUtilizer + 15990: + - - MaterialSilo + - MaterialSiloUtilizer +- proto: MaterialWoodPlank + entities: + - uid: 13591 components: - type: Transform - pos: -108.5,34.5 - parent: 1 - - uid: 14682 + pos: 21.5,51.5 + parent: 2 + - uid: 13592 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,-11.5 - parent: 1 - - uid: 14692 + pos: 19.58975,42.76493 + parent: 2 + - uid: 13593 components: - type: Transform - rot: 3.141592653589793 rad - pos: -82.5,14.5 - parent: 1 - - uid: 14694 + rot: -1.5707963267948966 rad + pos: -27.5,40.5 + parent: 2 +- proto: MatterBinStockPart + entities: + - uid: 13594 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -78.5,12.5 - parent: 1 - - uid: 14697 + pos: -15.566085,-6.3774486 + parent: 2 + - uid: 13595 components: - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,9.5 - parent: 1 - - uid: 14699 + pos: -15.409835,-6.5336986 + parent: 2 +- proto: MechEquipmentGrabberSmall + entities: + - uid: 13596 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -80.5,14.5 - parent: 1 - - uid: 14728 + pos: -31.5,-5.5 + parent: 2 +- proto: MedicalBed + entities: + - uid: 13597 components: - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,-29.5 - parent: 1 - - uid: 14730 + pos: 7.5,33.5 + parent: 2 + - uid: 13598 components: - type: Transform - pos: 26.5,-27.5 - parent: 1 - - uid: 14736 + pos: 12.5,32.5 + parent: 2 + - uid: 13599 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-27.5 - parent: 1 - - uid: 14739 + pos: 7.5,37.5 + parent: 2 + - uid: 13600 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-12.5 - parent: 1 - - uid: 14740 + pos: 12.5,34.5 + parent: 2 + - uid: 13601 components: - type: Transform - pos: 30.5,-24.5 - parent: 1 - - uid: 14744 + pos: 12.5,36.5 + parent: 2 +- proto: MedicalBiofabricator + entities: + - uid: 13602 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-23.5 - parent: 1 - - uid: 14746 + pos: 4.5,37.5 + parent: 2 +- proto: MedicalComputerComms + entities: + - uid: 13603 components: - type: Transform rot: 3.141592653589793 rad - pos: 30.5,-21.5 - parent: 1 - - uid: 14748 + pos: 14.5,28.5 + parent: 2 +- proto: MedicalTechFab + entities: + - uid: 13604 components: - type: Transform - pos: 17.5,-19.5 - parent: 1 - - uid: 14749 + pos: 6.5,23.5 + parent: 2 + - type: SiloUtilizer + silo: 13590 +- proto: Medkit + entities: + - uid: 13605 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-22.5 - parent: 1 - - uid: 14751 + pos: 6.825763,31.574968 + parent: 2 + - uid: 13606 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-18.5 - parent: 1 - - uid: 14754 + pos: 6.52368,31.564543 + parent: 2 +- proto: MedkitAdvancedFilled + entities: + - uid: 13607 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-23.5 - parent: 1 - - uid: 14756 + pos: 15.5677,28.690699 + parent: 2 + - type: Physics + angularDamping: 0 + linearDamping: 0 +- proto: MedkitBruteFilled + entities: + - uid: 13608 components: - type: Transform - pos: 30.5,-15.5 - parent: 1 - - uid: 14761 + pos: 7.505983,22.78583 + parent: 2 + - type: Physics + angularDamping: 0 + linearDamping: 0 +- proto: MedkitBurnFilled + entities: + - uid: 13609 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,-29.5 - parent: 1 - - uid: 14762 + pos: 8.766399,22.806677 + parent: 2 + - type: Physics + angularDamping: 0 + linearDamping: 0 +- proto: MedkitFilled + entities: + - uid: 13610 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,-26.5 - parent: 1 - - uid: 14764 + pos: 7.849733,22.608622 + parent: 2 + - type: Physics + angularDamping: 0 + linearDamping: 0 + - uid: 13611 components: - type: Transform - pos: 30.5,-13.5 - parent: 1 - - uid: 14767 + pos: -37.648197,-9.829388 + parent: 2 + - uid: 13612 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-25.5 - parent: 1 - - uid: 14770 + pos: -20.50132,63.5821 + parent: 2 +- proto: MedkitOxygenFilled + entities: + - uid: 13613 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,-26.5 - parent: 1 - - uid: 14772 + pos: 8.495566,22.62947 + parent: 2 + - type: Physics + angularDamping: 0 + linearDamping: 0 + - uid: 13614 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,-26.5 - parent: 1 - - uid: 14773 + pos: -11.50255,62.54268 + parent: 2 +- proto: MedkitRadiationFilled + entities: + - uid: 13615 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,-26.5 - parent: 1 - - uid: 14778 + pos: 8.151816,22.78583 + parent: 2 + - type: Physics + angularDamping: 0 + linearDamping: 0 + - uid: 19758 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,-11.5 - parent: 1 - - uid: 14781 + pos: -75.47131,57.545197 + parent: 2 +- proto: MedkitToxinFilled + entities: + - uid: 13617 components: - type: Transform - pos: 32.5,-6.5 - parent: 1 - - uid: 14782 + pos: 7.193483,22.619045 + parent: 2 + - type: Physics + angularDamping: 0 + linearDamping: 0 +- proto: MicroManipulatorStockPart + entities: + - uid: 13618 components: - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,-10.5 - parent: 1 - - uid: 14785 + pos: -15.409835,-7.395097 + parent: 2 +- proto: MicrophoneInstrument + entities: + - uid: 13619 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,-5.5 - parent: 1 - - uid: 14786 + pos: -50.427746,-0.6071147 + parent: 2 +- proto: MiniSyringe + entities: + - uid: 13620 components: - type: Transform rot: -1.5707963267948966 rad - pos: 32.5,-2.5 - parent: 1 - - uid: 14790 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,-1.5 - parent: 1 - - uid: 14803 + pos: 16.682285,28.576036 + parent: 2 + - uid: 13621 components: - type: Transform - pos: 26.5,45.5 - parent: 1 - - uid: 14807 + rot: -1.5707963267948966 rad + pos: 16.682285,28.430101 + parent: 2 + - uid: 13622 components: - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,41.5 - parent: 1 - - uid: 14811 + rot: -1.5707963267948966 rad + pos: 16.682285,28.336287 + parent: 2 + - uid: 13623 components: - type: Transform rot: -1.5707963267948966 rad - pos: 26.5,35.5 - parent: 1 - - uid: 14814 + pos: 16.682285,28.503069 + parent: 2 +- proto: Mirror + entities: + - uid: 13624 components: - type: Transform - pos: 26.5,32.5 - parent: 1 - - uid: 14999 + rot: 1.5707963267948966 rad + pos: -27.5,0.5 + parent: 2 + - uid: 13625 components: - type: Transform - pos: -24.5,-15.5 - parent: 1 - - uid: 15023 + rot: 1.5707963267948966 rad + pos: -27.5,1.5 + parent: 2 + - uid: 13626 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,-17.5 - parent: 1 - - uid: 15024 + rot: 1.5707963267948966 rad + pos: -27.5,-0.5 + parent: 2 +- proto: MonkeyCubeWrapped + entities: + - uid: 13627 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,-17.5 - parent: 1 - - uid: 15026 + pos: 8.454432,17.686234 + parent: 2 + - uid: 13628 components: - type: Transform - pos: -52.5,-14.5 - parent: 1 - - uid: 15028 + pos: 8.266932,17.550724 + parent: 2 +- proto: MopBucket + entities: + - uid: 13629 components: - type: Transform - pos: -44.5,-16.5 - parent: 1 - - uid: 15341 + pos: -54.5,23.5 + parent: 2 + - uid: 13630 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -80.5,7.5 - parent: 1 - - uid: 15351 + pos: -51.5,35.5 + parent: 2 + - uid: 13631 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,32.5 - parent: 1 - - uid: 15356 + pos: -52.5,35.5 + parent: 2 +- proto: MopItem + entities: + - uid: 13632 components: - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,30.5 - parent: 1 - - uid: 15359 + pos: -54.5,23.5 + parent: 2 + - uid: 13633 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,26.5 - parent: 1 - - uid: 15361 + pos: -53.649166,37.604195 + parent: 2 + - uid: 13634 components: - type: Transform - pos: 32.5,24.5 - parent: 1 - - uid: 15364 + pos: -53.51375,37.47911 + parent: 2 + - uid: 13635 components: - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,21.5 - parent: 1 - - uid: 15440 + pos: -54.55637,86.48219 + parent: 2 +- proto: Morgue + entities: + - uid: 13636 components: - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,66.5 - parent: 1 - - uid: 15443 + pos: 19.5,2.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 3.3523011 + - 12.611038 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 13637 components: - type: Transform rot: -1.5707963267948966 rad - pos: -34.5,69.5 - parent: 1 - - uid: 15447 + pos: 4.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 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 13638 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,71.5 - parent: 1 - - uid: 15450 + pos: -0.5,17.5 + parent: 2 + - uid: 13639 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,71.5 - parent: 1 - - uid: 15661 + pos: -1.5,17.5 + parent: 2 + - uid: 13640 components: - type: Transform rot: 1.5707963267948966 rad - pos: -74.5,73.5 - parent: 1 - - uid: 15666 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -70.5,67.5 - parent: 1 - - uid: 15678 + pos: -1.5,14.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 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 13641 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,-17.5 - parent: 1 - - uid: 15682 + pos: 1.5,17.5 + parent: 2 + - uid: 13642 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-17.5 - parent: 1 - - uid: 15687 + pos: 2.5,17.5 + parent: 2 + - uid: 13643 components: - type: Transform - pos: 32.5,4.5 - parent: 1 - - uid: 15717 + pos: 0.5,17.5 + parent: 2 + - uid: 13644 components: - type: Transform rot: -1.5707963267948966 rad - pos: -18.5,72.5 - parent: 1 - - uid: 15718 + pos: 4.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 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 13645 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,72.5 - parent: 1 - - uid: 15719 + rot: 3.141592653589793 rad + pos: -2.5,-18.5 + parent: 2 +- proto: MouseTimedSpawner + entities: + - uid: 13646 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,72.5 - parent: 1 - - uid: 15720 + pos: 9.5,9.5 + parent: 2 + - uid: 13647 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,70.5 - parent: 1 - - uid: 15721 + pos: -44.5,14.5 + parent: 2 + - uid: 13648 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,72.5 - parent: 1 - - uid: 15722 + pos: -74.5,45.5 + parent: 2 + - uid: 13649 components: - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,66.5 - parent: 1 - - uid: 15723 + pos: -66.5,8.5 + parent: 2 +- proto: MousetrapArmed + entities: + - uid: 13650 components: - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,68.5 - parent: 1 - - uid: 15724 + pos: -80.255196,64.35507 + parent: 2 + - type: StepTriggerActive + - uid: 13651 components: - type: Transform - pos: -7.5,70.5 - parent: 1 - - uid: 15725 + pos: -80.29686,64.70229 + parent: 2 + - type: StepTriggerActive + - uid: 13652 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,67.5 - parent: 1 - - uid: 16420 + pos: -80.82464,64.71618 + parent: 2 + - type: StepTriggerActive + - uid: 13653 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,54.5 - parent: 1 - - uid: 16521 + pos: -80.505196,64.521736 + parent: 2 + - type: StepTriggerActive + - uid: 13654 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -66.5,64.5 - parent: 1 - - uid: 17058 + pos: -80.79686,64.36896 + parent: 2 + - type: StepTriggerActive +- proto: Multitool + entities: + - uid: 13656 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-27.5 - parent: 1 - - uid: 17064 + pos: -53.46158,92.566086 + parent: 2 + - type: NetworkConfigurator + devices: + 'UID: 7359': 452 + - type: Physics + angularDamping: 0 + linearDamping: 0 + - uid: 13657 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-28.5 - parent: 1 - - uid: 17065 + pos: -24.502523,29.558752 + parent: 2 + - uid: 13658 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-28.5 - parent: 1 - - uid: 17138 + pos: -15.702389,-36.892075 + parent: 2 +- proto: NewtonCradle + entities: + - uid: 13659 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-22.5 - parent: 1 - - uid: 17977 + pos: -11.5,46.5 + parent: 2 +- proto: NitrogenCanister + entities: + - uid: 4 components: - type: Transform - pos: -97.5,54.5 - parent: 1 - - uid: 17978 + pos: -15.5,10.5 + parent: 2 + - type: ContainerContainer + containers: + tank_slot: !type:ContainerSlot + showEnts: False + occludes: True + ent: 5 + - uid: 13661 components: - type: Transform - rot: 3.141592653589793 rad - pos: -97.5,55.5 - parent: 1 - - uid: 18117 + pos: -3.5,36.5 + parent: 2 + - uid: 13662 components: - type: Transform - rot: 3.141592653589793 rad - pos: -99.5,49.5 - parent: 1 - - uid: 18287 + pos: -25.5,20.5 + parent: 2 + - uid: 13663 components: - type: Transform - rot: 3.141592653589793 rad - pos: -90.5,64.5 - parent: 1 - - uid: 18288 + pos: 22.5,24.5 + parent: 2 + - uid: 13664 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -93.5,64.5 - parent: 1 - - uid: 18311 + pos: -41.5,54.5 + parent: 2 + - uid: 13665 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -98.5,39.5 - parent: 1 - - uid: 18312 + pos: 14.5,14.5 + parent: 2 + - uid: 13666 components: - type: Transform - pos: -99.5,42.5 - parent: 1 - - uid: 18313 + pos: -89.5,35.5 + parent: 2 + - uid: 13667 components: - type: Transform - pos: -99.5,48.5 - parent: 1 - - uid: 18314 + pos: -60.5,17.5 + parent: 2 + - uid: 13668 components: - type: Transform - pos: -99.5,58.5 - parent: 1 - - uid: 18327 + pos: -7.5,-34.5 + parent: 2 + - uid: 13669 components: - type: Transform - pos: -97.5,38.5 - parent: 1 - - uid: 18328 + pos: -82.5,57.5 + parent: 2 + - uid: 13670 components: - type: Transform - rot: 3.141592653589793 rad - pos: -97.5,38.5 - parent: 1 - - uid: 18329 + pos: -72.5,43.5 + parent: 2 +- proto: NitrousOxideCanister + entities: + - uid: 13671 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -96.5,59.5 - parent: 1 - - uid: 18331 + pos: -71.5,42.5 + parent: 2 + - uid: 13672 components: - type: Transform - pos: -70.5,67.5 - parent: 1 - - uid: 18751 + pos: -7.5,-33.5 + parent: 2 + - uid: 13673 components: - type: Transform - pos: 7.5,59.5 - parent: 1 - - uid: 18760 + pos: -70.5,42.5 + parent: 2 +- proto: NitrousOxideTankFilled + entities: + - uid: 13674 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,62.5 - parent: 1 - - uid: 18770 + pos: 1.4742485,36.51642 + parent: 2 + - type: GasTank + toggleActionEntity: 13566 + - type: Physics + angularDamping: 0 + linearDamping: 0 + - type: ActionsContainer + - type: ContainerContainer + containers: + actions: !type:Container + ents: + - 13566 + - uid: 13675 components: - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,60.5 - parent: 1 - - uid: 18772 + pos: 1.4950818,36.412178 + parent: 2 + - type: GasTank + toggleActionEntity: 13580 + - type: Physics + angularDamping: 0 + linearDamping: 0 + - type: ActionsContainer + - type: ContainerContainer + containers: + actions: !type:Container + ents: + - 13580 + - uid: 13676 components: - type: Transform - pos: 26.5,59.5 - parent: 1 - - uid: 18782 + pos: -4.3661137,-18.461504 + parent: 2 +- proto: NTDefaultCircuitBoard + entities: + - uid: 13677 components: - type: Transform - pos: 26.5,47.5 - parent: 1 - - uid: 18783 + pos: 18.485558,16.486126 + parent: 2 +- proto: NuclearBomb + entities: + - uid: 13678 components: - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,48.5 - parent: 1 - - uid: 19220 + pos: -23.5,56.5 + parent: 2 +- proto: NuclearBombKeg + entities: + - uid: 13679 components: - type: Transform - rot: 3.141592653589793 rad - pos: -90.5,69.5 - parent: 1 - - uid: 19257 + pos: 11.5,45.5 + parent: 2 +- proto: NukeDiskFake + entities: + - uid: 13680 components: - type: Transform - rot: 3.141592653589793 rad - pos: -90.5,66.5 - parent: 1 - - uid: 19258 + pos: 12.474367,44.647804 + parent: 2 + - type: Physics + angularDamping: 0 + linearDamping: 0 +- proto: NutimovCircuitBoard + entities: + - uid: 13681 components: - type: Transform - rot: 3.141592653589793 rad - pos: -97.5,57.5 - parent: 1 - - uid: 19308 + pos: 18.485558,16.597315 + parent: 2 +- proto: OperatingTable + entities: + - uid: 13682 components: - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,60.5 - parent: 1 - - uid: 19309 + pos: 0.5,38.5 + parent: 2 + - uid: 13683 components: - type: Transform - pos: -36.5,60.5 - parent: 1 -- proto: GrilleSpawner - entities: - - uid: 17970 + pos: 0.5,14.5 + parent: 2 + - uid: 13684 components: - type: Transform - pos: -95.5,58.5 - parent: 1 - - uid: 17975 + pos: -3.5,-18.5 + parent: 2 +- proto: OreProcessor + entities: + - uid: 13685 components: - type: Transform - pos: -97.5,57.5 - parent: 1 - - uid: 17976 + pos: -41.5,-8.5 + parent: 2 +- proto: OxygenCanister + entities: + - uid: 13692 components: - type: Transform - pos: -95.5,53.5 - parent: 1 - - uid: 18306 + pos: -47.5,-11.5 + parent: 2 + - uid: 13693 components: - type: Transform - pos: -99.5,51.5 - parent: 1 - - uid: 18307 + pos: -4.5,36.5 + parent: 2 + - uid: 13694 components: - type: Transform - pos: -99.5,43.5 - parent: 1 - - uid: 18308 + pos: -26.5,20.5 + parent: 2 + - uid: 13695 components: - type: Transform - pos: -99.5,46.5 - parent: 1 - - uid: 18309 + pos: -21.5,46.5 + parent: 2 + - uid: 13696 components: - type: Transform - pos: -99.5,40.5 - parent: 1 - - uid: 18325 + pos: 18.5,-4.5 + parent: 2 + - uid: 13697 components: - type: Transform - pos: -97.5,51.5 - parent: 1 - - uid: 18755 + pos: 22.5,23.5 + parent: 2 + - uid: 13698 components: - type: Transform - pos: 8.5,62.5 - parent: 1 - - uid: 18756 + pos: -72.5,42.5 + parent: 2 + - uid: 13700 components: - type: Transform - pos: 10.5,62.5 - parent: 1 - - uid: 18763 + pos: -40.5,54.5 + parent: 2 + - uid: 13701 components: - type: Transform - pos: 17.5,62.5 - parent: 1 - - uid: 18767 + pos: 14.5,13.5 + parent: 2 + - uid: 13702 components: - type: Transform - pos: 25.5,62.5 - parent: 1 - - uid: 18777 + pos: -88.5,35.5 + parent: 2 + - uid: 13703 components: - type: Transform - pos: 26.5,53.5 - parent: 1 - - uid: 18778 + pos: -60.5,16.5 + parent: 2 + - uid: 13704 components: - type: Transform - pos: 26.5,54.5 - parent: 1 -- proto: GunSafe - entities: - - uid: 5892 + pos: -81.5,32.5 + parent: 2 + - uid: 13705 components: - - type: MetaData - name: quartermaster's safe - type: Transform - anchored: True - pos: -45.5,-4.5 - parent: 1 - - type: AccessReader - access: - - - Quartermaster - - 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 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 5894 - - 5896 - - 5895 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null -- proto: GunSafeLaserCarbine - entities: - - uid: 13734 + pos: -7.5,-35.5 + parent: 2 + - uid: 13706 components: - type: Transform - pos: -43.5,61.5 - parent: 1 -- proto: GunSafePistolMk58 - entities: - - uid: 9096 + pos: -84.5,57.5 + parent: 2 + - uid: 20928 components: - type: Transform - pos: -42.5,61.5 - parent: 1 -- proto: GunSafeRifleLecter + pos: -92.5,0.5 + parent: 2 +- proto: PaintingPersistenceOfMemory entities: - - uid: 8844 + - uid: 13707 components: - type: Transform - pos: -41.5,63.5 - parent: 1 -- proto: GunSafeShotgunKammerer + pos: 18.5,33.5 + parent: 2 +- proto: PaintingTheScream entities: - - uid: 8857 + - uid: 13708 components: - type: Transform - pos: -41.5,62.5 - parent: 1 -- proto: GunSafeSubMachineGunDrozd + pos: 5.5,51.5 + parent: 2 +- proto: PairedChopsticks entities: - - uid: 8811 + - uid: 13709 components: - type: Transform - pos: -41.5,64.5 - parent: 1 -- proto: Handcuffs + pos: -48.70142,9.542073 + parent: 2 +- proto: PaladinCircuitBoard entities: - - uid: 10151 + - uid: 13710 components: - type: Transform - pos: -50.47718,88.99707 - parent: 1 - - uid: 10917 + pos: 17.506392,16.291548 + parent: 2 +- proto: Paper + entities: + - uid: 1026 components: - type: Transform - pos: -13.576752,65.56619 - parent: 1 -- proto: HandheldGPSBasic - entities: - - uid: 15784 + parent: 1025 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 8437 components: - type: Transform - pos: -37.37278,-10.030424 - parent: 1 - - uid: 15785 + parent: 8436 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 13711 components: - type: Transform - pos: -37.607155,-10.327299 - parent: 1 -- proto: HandLabeler - entities: - - uid: 15961 + pos: -42.30462,24.611063 + parent: 2 + - uid: 13712 components: - type: Transform - pos: -21.486544,40.17125 - parent: 1 - - uid: 17643 + pos: -42.46087,24.611063 + parent: 2 + - uid: 13713 components: - type: Transform - pos: -69.95149,13.565706 - parent: 1 -- proto: HeatExchanger - entities: - - uid: 10766 + pos: -42.58587,24.564188 + parent: 2 + - uid: 13714 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -82.5,29.5 - parent: 1 - - type: AtmosPipeColor - color: '#03FCD3FF' - - uid: 14261 + pos: -42.632744,24.548563 + parent: 2 + - uid: 13715 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -84.5,29.5 - parent: 1 - - type: AtmosPipeColor - color: '#03FCD3FF' -- proto: HighSecArmoryLocked - entities: - - uid: 6682 + pos: -42.64837,24.517313 + parent: 2 + - uid: 13716 components: - type: Transform - pos: -44.5,62.5 - parent: 1 - - uid: 8373 + pos: -42.476494,24.564188 + parent: 2 + - uid: 13717 components: - type: Transform - pos: -44.5,64.5 - parent: 1 -- proto: HighSecCommandLocked - entities: - - uid: 551 + pos: -42.382744,24.579813 + parent: 2 + - uid: 13718 components: - type: Transform - pos: -10.5,-1.5 - parent: 1 - - uid: 2752 + pos: -42.49212,24.579813 + parent: 2 + - uid: 13719 components: - type: Transform - pos: 26.5,4.5 - parent: 1 - - uid: 6196 + pos: -42.67962,24.501688 + parent: 2 + - uid: 13720 components: - type: Transform - pos: 10.5,41.5 - parent: 1 - - uid: 6396 + pos: -60.664387,89.61223 + parent: 2 + - uid: 13721 components: - type: Transform - pos: -19.5,54.5 - parent: 1 - - uid: 11857 + pos: -60.27376,89.67473 + parent: 2 + - uid: 13722 components: - type: Transform - pos: 21.5,17.5 - parent: 1 - - uid: 16647 + pos: -60.601887,89.58098 + parent: 2 + - uid: 13723 components: - type: Transform - pos: -7.5,-1.5 - parent: 1 -- proto: HighSecDoor - entities: - - uid: 9118 + pos: -60.74251,89.67473 + parent: 2 + - uid: 13724 components: - type: Transform - pos: 17.5,-10.5 - parent: 1 -- proto: HolofanProjector - entities: - - uid: 7046 + pos: -60.414387,89.61223 + parent: 2 + - uid: 13725 components: - type: Transform - pos: -71.68721,35.728546 - parent: 1 - - uid: 18026 + pos: -53.636078,-0.9615274 + parent: 2 + - uid: 13726 components: - type: Transform - pos: -74.38079,42.07087 - parent: 1 -- proto: HolopadAiCore - entities: - - uid: 17468 + pos: -53.479828,-1.0866145 + parent: 2 + - uid: 13727 components: - type: Transform - pos: -4.5,-1.5 - parent: 1 -- proto: HolopadAiUpload - entities: - - uid: 16646 + pos: -50.87566,-0.53414714 + parent: 2 + - uid: 13728 components: - type: Transform - pos: 18.5,17.5 - parent: 1 -- proto: HolopadCargoBay - entities: - - uid: 10255 + pos: -50.979828,-0.37778902 + parent: 2 + - uid: 13729 components: - type: Transform - pos: -37.5,-6.5 - parent: 1 -- proto: HolopadCargoBayLongRange - entities: - - uid: 16651 + pos: -19.663857,36.72599 + parent: 2 + - uid: 13730 components: - type: Transform - pos: -33.5,-11.5 - parent: 1 -- proto: HolopadCargoFront - entities: - - uid: 16650 + pos: -19.594414,36.6426 + parent: 2 + - uid: 13731 components: - type: Transform - pos: -37.5,0.5 - parent: 1 -- proto: HolopadCargoSalvageBay - entities: - - uid: 16652 + pos: -19.515709,36.54531 + parent: 2 + - uid: 13732 components: - type: Transform - pos: -40.5,-12.5 - parent: 1 -- proto: HolopadCommandBridge - entities: - - uid: 10257 + pos: -74.58098,10.561061 + parent: 2 + - uid: 13733 components: - type: Transform - pos: -16.5,63.5 - parent: 1 -- proto: HolopadCommandBridgeLongRange + pos: -74.49764,10.644452 + parent: 2 +- proto: PaperBin10 entities: - - uid: 16634 + - uid: 13734 components: - type: Transform - pos: -20.5,61.5 - parent: 1 -- proto: HolopadCommandCaptain - entities: - - uid: 16636 + rot: -1.5707963267948966 rad + pos: -5.5,-13.5 + parent: 2 + - uid: 13735 components: - type: Transform - pos: -8.5,60.5 - parent: 1 -- proto: HolopadCommandCe - entities: - - uid: 14641 + pos: -43.5,-7.5 + parent: 2 + - uid: 13736 components: - type: Transform - pos: -70.5,17.5 - parent: 1 -- proto: HolopadCommandCmo + rot: 1.5707963267948966 rad + pos: -75.5,8.5 + parent: 2 +- proto: PaperBin5 entities: - - uid: 16591 + - uid: 13737 components: - type: Transform - pos: 16.5,31.5 - parent: 1 -- proto: HolopadCommandHop - entities: - - uid: 16638 + pos: -53.5,-0.5 + parent: 2 + - uid: 13738 components: - type: Transform - pos: -22.5,38.5 - parent: 1 -- proto: HolopadCommandHos - entities: - - uid: 16600 + pos: -60.5,63.5 + parent: 2 + - uid: 13739 components: - type: Transform - pos: -60.5,65.5 - parent: 1 -- proto: HolopadCommandMeetingRoom - entities: - - uid: 16635 + pos: -23.5,40.5 + parent: 2 + - uid: 13740 components: - type: Transform - pos: -11.5,55.5 - parent: 1 -- proto: HolopadCommandQm - entities: - - uid: 16649 + pos: -12.5,46.5 + parent: 2 + - uid: 13741 components: - type: Transform - pos: -45.5,-5.5 - parent: 1 -- proto: HolopadCommandRd - entities: - - uid: 17115 + rot: -1.5707963267948966 rad + pos: -20.5,-14.5 + parent: 2 + - uid: 13742 components: - type: Transform - pos: -21.5,-15.5 - parent: 1 -- proto: HolopadCommandVault + rot: 1.5707963267948966 rad + pos: 10.5,59.5 + parent: 2 +- proto: PaperCaptainsThoughts entities: - - uid: 16637 + - uid: 13743 components: - type: Transform - pos: -21.5,56.5 - parent: 1 -- proto: HolopadEngineeringAME - entities: - - uid: 16608 + pos: -9.646422,61.971367 + parent: 2 + - uid: 13744 components: - type: Transform - pos: -70.5,21.5 - parent: 1 -- proto: HolopadEngineeringAtmosFront - entities: - - uid: 18376 + pos: -9.563089,61.887978 + parent: 2 + - uid: 13745 components: - type: Transform - pos: -70.5,39.5 - parent: 1 -- proto: HolopadEngineeringAtmosMain + pos: -9.479755,61.79416 + parent: 2 +- proto: PaperOffice entities: - - uid: 11033 + - uid: 1028 components: - type: Transform - pos: -80.5,47.5 - parent: 1 -- proto: HolopadEngineeringAtmosTeg - entities: - - uid: 10218 + parent: 1027 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1029 components: - type: Transform - pos: -88.5,36.5 - parent: 1 -- proto: HolopadEngineeringFront - entities: - - uid: 16610 + parent: 1027 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1030 components: - type: Transform - pos: -61.5,32.5 - parent: 1 -- proto: HolopadEngineeringStorage - entities: - - uid: 16611 + parent: 1027 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 1031 components: - type: Transform - pos: -64.5,27.5 - parent: 1 -- proto: HolopadEngineeringTechVault - entities: - - uid: 16612 + parent: 1027 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: False + - uid: 13746 components: - type: Transform - pos: -50.5,28.5 - parent: 1 -- proto: HolopadEngineeringTelecoms - entities: - - uid: 16624 + rot: -1.5707963267948966 rad + pos: 11.600925,18.432741 + parent: 2 + - uid: 13747 components: - type: Transform - pos: 25.5,24.5 - parent: 1 -- proto: HolopadGeneralArcade - entities: - - uid: 16631 + rot: -1.5707963267948966 rad + pos: 11.42905,18.682741 + parent: 2 + - uid: 13748 components: - type: Transform - pos: 18.5,10.5 - parent: 1 -- proto: HolopadGeneralArrivals - entities: - - uid: 16642 + rot: -1.5707963267948966 rad + pos: 11.382175,18.698366 + parent: 2 + - uid: 13749 components: - type: Transform - pos: -73.5,-10.5 - parent: 1 -- proto: HolopadGeneralCryosleep - entities: - - uid: 16875 + rot: -1.5707963267948966 rad + pos: 11.67905,18.729616 + parent: 2 + - uid: 13750 components: - type: Transform - pos: 8.5,2.5 - parent: 1 -- proto: HolopadGeneralDisposals - entities: - - uid: 16644 + rot: -1.5707963267948966 rad + pos: 11.507175,18.479616 + parent: 2 + - uid: 13751 components: - type: Transform - pos: -70.5,54.5 - parent: 1 -- proto: HolopadGeneralEvac - entities: - - uid: 16645 + pos: -26.966206,17.360792 + parent: 2 + - uid: 13752 components: - type: Transform - pos: 25.5,13.5 - parent: 1 -- proto: HolopadGeneralEVAStorage - entities: - - uid: 16639 + pos: -27.028706,17.329542 + parent: 2 + - uid: 13753 components: - type: Transform - pos: -20.5,45.5 - parent: 1 -- proto: HolopadGeneralLounge - entities: - - uid: 16648 + pos: -27.091206,17.220167 + parent: 2 + - uid: 13754 components: - type: Transform - pos: -11.5,47.5 - parent: 1 -- proto: HolopadGeneralTheater - entities: - - uid: 16641 + pos: -26.76308,17.157667 + parent: 2 + - uid: 13755 components: - type: Transform - pos: -29.5,25.5 - parent: 1 -- proto: HolopadGeneralTools - entities: - - uid: 16640 + pos: -27.028706,17.188917 + parent: 2 + - uid: 13756 components: - type: Transform - pos: -25.5,28.5 - parent: 1 -- proto: HolopadMedicalBreakroom - entities: - - uid: 16629 + pos: -27.16933,17.173292 + parent: 2 + - uid: 13757 components: - type: Transform - pos: 8.5,24.5 - parent: 1 -- proto: HolopadMedicalChemistry - entities: - - uid: 16625 + pos: -70.33955,16.634232 + parent: 2 + - uid: 13758 components: - type: Transform - pos: -2.5,24.5 - parent: 1 -- proto: HolopadMedicalFront - entities: - - uid: 16628 + pos: -46.321968,1.8882136 + parent: 2 + - uid: 13759 components: - type: Transform - pos: 0.5,33.5 - parent: 1 -- proto: HolopadMedicalMedbay - entities: - - uid: 16630 + pos: -46.446968,1.7632136 + parent: 2 + - uid: 13760 components: - type: Transform - pos: 11.5,29.5 - parent: 1 -- proto: HolopadMedicalMorgue - entities: - - uid: 16626 + pos: -46.478218,1.6850886 + parent: 2 + - uid: 13761 components: - type: Transform - pos: 0.5,16.5 - parent: 1 -- proto: HolopadMedicalSurgery - entities: - - uid: 16632 + pos: -46.368843,1.5913386 + parent: 2 + - uid: 13762 components: - type: Transform - pos: 2.5,38.5 - parent: 1 -- proto: HolopadMedicalVirology - entities: - - uid: 16627 + pos: -46.337593,1.5757136 + parent: 2 + - uid: 13763 components: - type: Transform - pos: 9.5,15.5 - parent: 1 -- proto: HolopadScienceAnomaly - entities: - - uid: 16781 + pos: -53.91828,-5.305279 + parent: 2 + - uid: 13764 components: - type: Transform - pos: -3.5,-11.5 - parent: 1 -- proto: HolopadScienceArtifact - entities: - - uid: 16892 + pos: -53.808907,-5.305279 + parent: 2 + - uid: 13765 components: - type: Transform - pos: -14.5,-33.5 - parent: 1 -- proto: HolopadScienceBreakroom - entities: - - uid: 17576 + pos: -53.715157,-5.320904 + parent: 2 + - uid: 13766 components: - type: Transform - pos: -5.5,-21.5 - parent: 1 -- proto: HolopadScienceRnd - entities: - - uid: 10659 + pos: -53.621407,-5.320904 + parent: 2 + - uid: 13767 components: - type: Transform - pos: -16.5,-3.5 - parent: 1 -- proto: HolopadScienceRobotics - entities: - - uid: 16799 + pos: -27.736298,13.6788025 + parent: 2 + - uid: 13768 components: - type: Transform - pos: -8.5,-16.5 - parent: 1 -- proto: HolopadSecurityArmory - entities: - - uid: 1051 + pos: -27.689423,13.6631775 + parent: 2 + - uid: 13769 components: - type: Transform - pos: -42.5,63.5 - parent: 1 -- proto: HolopadSecurityBrig - entities: - - uid: 16604 + pos: -27.564423,13.6006775 + parent: 2 + - uid: 13770 components: - type: Transform - pos: -53.5,54.5 - parent: 1 -- proto: HolopadSecurityCourtroom - entities: - - uid: 16607 + pos: -27.376923,13.5069275 + parent: 2 + - uid: 13771 components: - type: Transform - pos: -62.5,41.5 - parent: 1 -- proto: HolopadSecurityDetective - entities: - - uid: 16602 + pos: -27.267548,13.4913025 + parent: 2 + - uid: 13772 components: - type: Transform - pos: -55.5,66.5 - parent: 1 -- proto: HolopadSecurityInterrogation - entities: - - uid: 16606 + pos: -27.455048,13.5850525 + parent: 2 + - uid: 13773 components: - type: Transform - pos: -61.5,57.5 - parent: 1 -- proto: HolopadSecurityLawyer - entities: - - uid: 5348 + pos: -47.78143,59.577873 + parent: 2 + - uid: 13774 components: - type: Transform - pos: -70.5,12.5 - parent: 1 -- proto: HolopadSecurityLockerRoom - entities: - - uid: 16605 + pos: -47.734554,59.577873 + parent: 2 + - uid: 13775 components: - type: Transform - pos: -62.5,53.5 - parent: 1 -- proto: HolopadSecurityPerma - entities: - - uid: 10148 + pos: -47.71893,59.577873 + parent: 2 + - uid: 13776 components: - type: Transform - pos: -58.5,86.5 - parent: 1 -- proto: HolopadSecurityWarden - entities: - - uid: 16601 + pos: -47.672054,59.577873 + parent: 2 + - uid: 13777 components: - type: Transform - pos: -47.5,58.5 - parent: 1 -- proto: HolopadServiceBar - entities: - - uid: 16620 + pos: -60.29884,58.597794 + parent: 2 + - uid: 13778 components: - type: Transform - pos: -31.5,37.5 - parent: 1 -- proto: HolopadServiceBotany - entities: - - uid: 16618 + pos: -60.314465,58.597794 + parent: 2 + - uid: 13779 components: - type: Transform - pos: -42.5,46.5 - parent: 1 - - uid: 16619 + pos: -60.33009,58.597794 + parent: 2 + - uid: 13780 components: - type: Transform - pos: -42.5,46.5 - parent: 1 -- proto: HolopadServiceChapel - entities: - - uid: 16621 + pos: -56.078358,58.626472 + parent: 2 + - uid: 13781 components: - type: Transform - pos: 15.5,-0.5 - parent: 1 -- proto: HolopadServiceClownMime - entities: - - uid: 16616 + pos: -56.172108,58.532722 + parent: 2 + - uid: 13782 components: - type: Transform - pos: -41.5,26.5 - parent: 1 -- proto: HolopadServiceGameRoom - entities: - - uid: 16623 + pos: -56.234608,58.595222 + parent: 2 + - uid: 13783 components: - type: Transform - pos: -24.5,17.5 - parent: 1 -- proto: HolopadServiceJanitor - entities: - - uid: 16614 + pos: -63.356304,41.570023 + parent: 2 + - uid: 13784 components: - type: Transform - pos: -53.5,40.5 - parent: 1 -- proto: HolopadServiceKitchen - entities: - - uid: 16617 + pos: -63.450054,41.570023 + parent: 2 + - uid: 13785 components: - type: Transform - pos: -32.5,45.5 - parent: 1 -- proto: HolopadServiceLibrary - entities: - - uid: 16622 + pos: -61.55943,41.601273 + parent: 2 + - uid: 13786 components: - type: Transform - pos: -26.5,10.5 - parent: 1 -- proto: HolopadServiceNewsroom - entities: - - uid: 16615 + pos: -61.46568,41.585648 + parent: 2 + - uid: 13787 components: - type: Transform - pos: -51.5,-1.5 - parent: 1 -- proto: HospitalCurtainsOpen - entities: - - uid: 2321 + pos: -62.24684,39.585648 + parent: 2 + - uid: 13788 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,35.5 - parent: 1 -- proto: HydroponicsToolClippers - entities: - - uid: 6951 + pos: -62.30934,39.585648 + parent: 2 + - uid: 13789 components: - type: Transform - pos: -42.941048,47.547256 - parent: 1 -- proto: HydroponicsToolMiniHoe - entities: - - uid: 6939 + pos: -62.356216,39.585648 + parent: 2 + - uid: 13790 components: - type: Transform - pos: -42.847298,47.547256 - parent: 1 - - uid: 7724 + pos: -62.37184,39.585648 + parent: 2 + - uid: 13791 components: - type: Transform - pos: -60.46126,83.48959 - parent: 1 -- proto: HydroponicsToolSpade - entities: - - uid: 7725 + pos: -31.597652,-1.4642928 + parent: 2 + - uid: 13792 components: - type: Transform - pos: -61.46126,88.67473 - parent: 1 -- proto: hydroponicsTray - entities: - - uid: 185 + pos: -31.503902,-1.4955428 + parent: 2 + - uid: 13793 components: - type: Transform - pos: -41.5,52.5 - parent: 1 - - uid: 186 + pos: -31.378902,-1.5892928 + parent: 2 + - uid: 13794 components: - type: Transform - pos: -42.5,52.5 - parent: 1 - - uid: 5507 + pos: -31.5229,-1.5424862 + parent: 2 + - uid: 13795 components: - type: Transform - pos: -62.5,83.5 - parent: 1 - - uid: 5510 + pos: -31.4604,-1.5424862 + parent: 2 + - uid: 13796 components: - type: Transform - pos: -62.5,85.5 - parent: 1 - - uid: 5519 + pos: -70.4958,16.634232 + parent: 2 + - uid: 13797 components: - type: Transform - pos: -62.5,84.5 - parent: 1 - - uid: 6860 + pos: -70.305115,49.635986 + parent: 2 + - uid: 13798 components: - type: Transform - pos: -43.5,45.5 - parent: 1 - - uid: 6861 + pos: -70.430115,49.635986 + parent: 2 + - uid: 13799 components: - type: Transform - pos: -43.5,44.5 - parent: 1 - - uid: 6862 + pos: -70.492615,49.635986 + parent: 2 + - uid: 13800 components: - type: Transform - pos: -43.5,43.5 - parent: 1 - - uid: 6863 + pos: -70.492615,49.635986 + parent: 2 + - uid: 13801 components: - type: Transform - pos: -42.5,45.5 - parent: 1 - - uid: 6865 + pos: -70.58955,16.634232 + parent: 2 + - uid: 13802 components: - type: Transform - pos: -42.5,43.5 - parent: 1 - - uid: 6866 + pos: -70.69892,16.649857 + parent: 2 + - uid: 13803 components: - type: Transform - pos: -41.5,45.5 - parent: 1 - - uid: 6867 + pos: -48.5,8.5 + parent: 2 + - type: Paper + content: >- + [head=3]Sauna Instructions[/bold] + + + [bold]Step 1:[/bold] Turn on the gas filter set to water vapor. + + [bold]Step 2:[/bold] Connect a tank of wator vapor in the gas room. + + [bold]Step 3:[/bold] Turn on the pump. + + [bold]Step 4:[/bold] Enjoy! +- proto: ParamedHypo + entities: + - uid: 13804 components: - type: Transform - pos: -41.5,44.5 - parent: 1 - - uid: 6868 + pos: 6.4488807,33.58355 + parent: 2 + - uid: 13805 components: - type: Transform - pos: -41.5,43.5 - parent: 1 - - uid: 6869 + pos: 6.4384637,37.586327 + parent: 2 +- proto: ParticleAcceleratorControlBox + entities: + - uid: 13806 components: - type: Transform - pos: -44.5,41.5 - parent: 1 - - uid: 6870 + rot: -1.5707963267948966 rad + pos: -82.5,26.5 + parent: 2 +- proto: ParticleAcceleratorEmitterFore + entities: + - uid: 13807 components: - type: Transform - pos: -43.5,41.5 - parent: 1 - - uid: 6871 + rot: -1.5707963267948966 rad + pos: -84.5,25.5 + parent: 2 +- proto: ParticleAcceleratorEmitterPort + entities: + - uid: 13808 components: - type: Transform - pos: -42.5,41.5 - parent: 1 - - uid: 6872 + rot: -1.5707963267948966 rad + pos: -84.5,24.5 + parent: 2 +- proto: ParticleAcceleratorEmitterStarboard + entities: + - uid: 13809 components: - type: Transform - pos: -41.5,41.5 - parent: 1 -- proto: IDComputerCircuitboard + rot: -1.5707963267948966 rad + pos: -84.5,26.5 + parent: 2 +- proto: ParticleAcceleratorEndCap entities: - - uid: 3483 + - uid: 13810 components: - type: Transform - pos: -49.5,25.5 - parent: 1 -- proto: Igniter + rot: -1.5707963267948966 rad + pos: -81.5,25.5 + parent: 2 +- proto: ParticleAcceleratorFuelChamber entities: - - uid: 18404 + - uid: 13811 components: - type: Transform - pos: -79.30174,40.6932 - parent: 1 -- proto: InflatableDoor + rot: -1.5707963267948966 rad + pos: -82.5,25.5 + parent: 2 +- proto: ParticleAcceleratorPowerBox entities: - - uid: 2252 + - uid: 13812 components: - type: Transform - pos: -63.5,7.5 - parent: 1 - - uid: 2967 + rot: -1.5707963267948966 rad + pos: -83.5,25.5 + parent: 2 + - type: PowerConsumer + drawRate: 500 +- proto: PartRodMetal + entities: + - uid: 13813 components: - type: Transform - pos: 23.5,21.5 - parent: 1 - - uid: 2968 + pos: -65.40672,25.564983 + parent: 2 + - uid: 13814 components: - type: Transform - pos: 22.5,21.5 - parent: 1 - - uid: 7945 + pos: -65.40672,25.564983 + parent: 2 + - uid: 13815 components: - type: Transform - pos: -35.5,12.5 - parent: 1 - - uid: 10024 + pos: -43.49778,-9.467924 + parent: 2 + - uid: 13816 components: - type: Transform - pos: -61.5,20.5 - parent: 1 - - uid: 15221 + pos: -74.438416,42.508675 + parent: 2 + - uid: 20455 components: - type: Transform - pos: -60.5,25.5 - parent: 1 -- proto: InflatableDoorStack + pos: -78.48458,59.475746 + parent: 2 +- proto: PartRodMetal10 entities: - - uid: 18023 + - uid: 13817 components: - type: Transform - pos: -74.407166,41.68518 - parent: 1 -- proto: InflatableWall - entities: - - uid: 121 + pos: -31.5,59.5 + parent: 2 + - uid: 13818 components: - type: Transform - pos: 9.5,-2.5 - parent: 1 - - uid: 681 + pos: -27.447584,60.46434 + parent: 2 +- proto: Pen + entities: + - uid: 13819 components: - type: Transform - pos: 25.5,-2.5 - parent: 1 - - uid: 691 + rot: -1.5707963267948966 rad + pos: -4.986148,-13.503616 + parent: 2 + - uid: 13820 components: - type: Transform - pos: 21.5,-4.5 - parent: 1 - - uid: 692 + pos: -43.52477,-6.8858347 + parent: 2 + - uid: 13821 components: - type: Transform - pos: 21.5,-5.5 - parent: 1 - - uid: 1000 + rot: -1.5707963267948966 rad + pos: -59.14876,89.51848 + parent: 2 + - uid: 13822 components: - type: Transform - pos: 20.5,12.5 - parent: 1 - - uid: 3044 + rot: -1.5707963267948966 rad + pos: -59.789387,89.70598 + parent: 2 + - uid: 13823 components: - type: Transform - pos: -21.5,28.5 - parent: 1 - - uid: 3045 + pos: -14.663649,-29.569098 + parent: 2 + - uid: 13824 components: - type: Transform - pos: -21.5,29.5 - parent: 1 - - uid: 3118 + pos: -53.5,-1.5 + parent: 2 + - uid: 13825 components: - type: Transform - pos: -32.5,30.5 - parent: 1 - - uid: 3144 + rot: -1.5707963267948966 rad + pos: -19.307377,36.51751 + parent: 2 + - uid: 13826 components: - type: Transform - pos: -33.5,30.5 - parent: 1 - - uid: 3146 + pos: 10.7170925,24.835596 + parent: 2 + - uid: 13827 components: - type: Transform - pos: -34.5,14.5 - parent: 1 - - uid: 3164 + pos: -14.473222,-37.49666 + parent: 2 + - uid: 13828 components: - type: Transform - pos: -28.5,22.5 - parent: 1 - - uid: 4523 + pos: -70.21191,10.615741 + parent: 2 + - uid: 13829 components: - type: Transform - pos: -55.5,-5.5 - parent: 1 - - uid: 5177 + pos: -74.51848,10.47767 + parent: 2 +- proto: PersonalAI + entities: + - uid: 13830 components: - type: Transform - pos: -62.5,7.5 - parent: 1 - - uid: 5184 + pos: -27.47025,16.628725 + parent: 2 + - uid: 13831 components: - type: Transform - pos: -65.5,7.5 - parent: 1 - - uid: 5185 + pos: -53.50901,17.553663 + parent: 2 + - uid: 13832 components: - type: Transform - pos: -64.5,7.5 - parent: 1 - - uid: 5274 + pos: -18.48621,65.98919 + parent: 2 +- proto: PetCarrier + entities: + - uid: 13833 components: - type: Transform - pos: -59.5,23.5 - parent: 1 - - uid: 6292 + pos: -21.5,-10.5 + parent: 2 +- proto: PhoneInstrument + entities: + - uid: 13834 components: - type: Transform - pos: -60.5,20.5 - parent: 1 - - uid: 7569 + pos: -9.381727,55.61344 + parent: 2 +- proto: PianoInstrument + entities: + - uid: 13835 components: - type: Transform - pos: -35.5,11.5 - parent: 1 - - uid: 10025 + rot: 3.141592653589793 rad + pos: -29.5,27.5 + parent: 2 +- proto: Pickaxe + entities: + - uid: 13836 components: - type: Transform - pos: -61.5,25.5 - parent: 1 - - uid: 10600 + pos: -55.437958,92.56956 + parent: 2 + - uid: 13837 components: - type: Transform - pos: 6.5,-4.5 - parent: 1 - - uid: 11503 + pos: -42.607155,-9.499174 + parent: 2 + - uid: 13838 components: - type: Transform - pos: 7.5,-4.5 - parent: 1 - - uid: 12404 + pos: -42.37278,-9.467924 + parent: 2 +- proto: PillCanister + entities: + - uid: 13839 components: - type: Transform - pos: 8.5,-4.5 - parent: 1 - - uid: 15185 + pos: 10.3078985,53.199486 + parent: 2 +- proto: PillCanisterRandom + entities: + - uid: 13840 components: - type: Transform - pos: -58.5,23.5 - parent: 1 - - uid: 16657 + pos: 17.818157,57.76899 + parent: 2 +- proto: PillCharcoal + entities: + - uid: 13841 components: - type: Transform - pos: -58.5,24.5 - parent: 1 - - uid: 16663 + rot: -1.5707963267948966 rad + pos: 11.359982,57.733887 + parent: 2 +- proto: PillDermaline + entities: + - uid: 13842 components: - type: Transform - pos: -58.5,21.5 - parent: 1 - - uid: 16707 + rot: -1.5707963267948966 rad + pos: 11.672482,57.66092 + parent: 2 +- proto: PillSpaceDrugs + entities: + - uid: 13843 components: - type: Transform - pos: -58.5,22.5 - parent: 1 - - uid: 18821 + pos: 15.0266485,59.502106 + parent: 2 +- proto: PinpointerNuclear + entities: + - uid: 13844 components: - type: Transform - pos: -58.5,25.5 - parent: 1 -- proto: InflatableWallStack + pos: -21.536793,53.579475 + parent: 2 +- proto: PlantBag entities: - - uid: 18021 + - uid: 13845 components: - type: Transform - pos: -74.375916,41.539246 - parent: 1 - - uid: 18022 + pos: -43.550423,47.547256 + parent: 2 +- proto: PlaqueAtmos + entities: + - uid: 13846 components: - type: Transform - pos: -74.60508,41.57052 - parent: 1 -- proto: IngotGold + rot: 1.5707963267948966 rad + pos: -72.5,41.5 + parent: 2 +- proto: PlasmaCanister entities: - - uid: 10870 + - uid: 13847 components: - type: Transform - pos: -20.428497,57.597878 - parent: 1 -- proto: IntercomAll - entities: - - uid: 6403 + pos: -71.5,43.5 + parent: 2 + - uid: 13848 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,59.5 - parent: 1 - - uid: 13110 + pos: -70.5,43.5 + parent: 2 + - uid: 13849 + components: + - type: Transform + pos: -87.5,35.5 + parent: 2 + - uid: 13850 + components: + - type: Transform + pos: -9.5,-33.5 + parent: 2 + - uid: 13851 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,38.5 - parent: 1 - - uid: 17578 + pos: -90.5,57.5 + parent: 2 +- proto: PlasmaReinforcedWindowDirectional + entities: + - uid: 13852 components: - type: Transform - pos: -2.5,-0.5 - parent: 1 - - uid: 17579 + rot: -1.5707963267948966 rad + pos: -25.5,57.5 + parent: 2 + - uid: 13853 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-2.5 - parent: 1 -- proto: IntercomCommand - entities: - - uid: 8606 + pos: -25.5,57.5 + parent: 2 + - uid: 13854 components: - type: Transform rot: 3.141592653589793 rad - pos: -14.5,61.5 - parent: 1 - - uid: 8608 + pos: -25.5,57.5 + parent: 2 + - uid: 13855 components: - type: Transform rot: 1.5707963267948966 rad - pos: -19.5,55.5 - parent: 1 -- proto: IntercomCommon + pos: -25.5,57.5 + parent: 2 +- proto: PlasticFlapsAirtightClear entities: - - uid: 4801 + - uid: 13857 components: - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,-12.5 - parent: 1 - - uid: 8609 + pos: -73.5,57.5 + parent: 2 + - uid: 13858 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,48.5 - parent: 1 - - uid: 8610 + pos: -39.5,-8.5 + parent: 2 + - uid: 13859 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,26.5 - parent: 1 - - uid: 8611 + pos: -35.5,-17.5 + parent: 2 + - uid: 13860 components: - type: Transform - pos: -27.5,34.5 - parent: 1 - - uid: 8612 + pos: -35.5,-14.5 + parent: 2 + - uid: 13861 components: - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,22.5 - parent: 1 - - uid: 8613 + pos: -14.5,-4.5 + parent: 2 + - uid: 13862 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,39.5 - parent: 1 - - uid: 8614 + pos: -31.5,-14.5 + parent: 2 + - uid: 13863 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,28.5 - parent: 1 - - uid: 8615 + pos: -31.5,-17.5 + parent: 2 +- proto: PlayerStationAi + entities: + - uid: 13864 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,11.5 - parent: 1 - - uid: 8618 + pos: -2.5,-1.5 + parent: 2 +- proto: Plunger + entities: + - uid: 13865 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,12.5 - parent: 1 - - uid: 8619 + pos: -50.321716,40.514915 + parent: 2 +- proto: PlushieLizard + entities: + - uid: 13866 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,10.5 - parent: 1 - - uid: 8620 + pos: 4.5625806,-22.496996 + parent: 2 +- proto: PlushieLizardInversed + entities: + - uid: 13867 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,16.5 - parent: 1 - - uid: 8621 + pos: 2.4896638,-22.465725 + parent: 2 +- proto: PlushieNuke + entities: + - uid: 13868 components: - type: Transform - pos: 3.5,7.5 - parent: 1 - - uid: 8623 + pos: 25.470646,41.49849 + parent: 2 +- proto: PortableGeneratorJrPacman + entities: + - uid: 13869 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,15.5 - parent: 1 - - uid: 18664 + pos: -25.5,51.5 + parent: 2 + - uid: 13870 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,51.5 - parent: 1 -- proto: IntercomEngineering - entities: - - uid: 14172 + pos: -21.5,1.5 + parent: 2 + - uid: 13871 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -68.5,26.5 - parent: 1 - - uid: 14173 + pos: -41.5,15.5 + parent: 2 + - uid: 13872 components: - type: Transform - pos: -81.5,28.5 - parent: 1 - - uid: 14175 + pos: 20.5,46.5 + parent: 2 + - uid: 20337 components: - type: Transform - rot: 3.141592653589793 rad - pos: -65.5,18.5 - parent: 1 - - uid: 14176 + pos: -6.5,46.5 + parent: 2 +- proto: PortableGeneratorPacman + entities: + - uid: 13873 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,16.5 - parent: 1 - - uid: 14177 + pos: -69.5,28.5 + parent: 2 + - uid: 20310 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,29.5 - parent: 1 - - uid: 14952 + pos: 24.5,-11.5 + parent: 2 +- proto: PortableGeneratorSuperPacman + entities: + - uid: 13874 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -60.5,33.5 - parent: 1 -- proto: IntercomMedical + pos: -69.5,30.5 + parent: 2 +- proto: PortableScrubber entities: - - uid: 8629 + - uid: 13317 components: - type: Transform - pos: -3.5,35.5 - parent: 1 - - uid: 8630 + pos: -59.5,30.5 + parent: 2 + - uid: 13876 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,35.5 - parent: 1 - - uid: 8633 + pos: -77.5,42.5 + parent: 2 + - uid: 13877 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,21.5 - parent: 1 - - uid: 8634 + pos: -77.5,41.5 + parent: 2 +- proto: PosterBroken + entities: + - uid: 13878 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,18.5 - parent: 1 - - uid: 8635 + pos: -59.5,25.5 + parent: 2 + - uid: 13879 components: - type: Transform rot: -1.5707963267948966 rad - pos: 0.5,21.5 - parent: 1 -- proto: IntercomScience + pos: 16.5,19.5 + parent: 2 +- proto: PosterContrabandAtmosiaDeclarationIndependence entities: - - uid: 213 + - uid: 14967 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-0.5 - parent: 1 - - uid: 6664 + rot: 3.141592653589793 rad + pos: -73.5,41.5 + parent: 2 +- proto: PosterContrabandBorgFancy + entities: + - uid: 13881 components: - type: Transform rot: 3.141592653589793 rad - pos: -6.5,-24.5 - parent: 1 - - uid: 12816 + pos: -0.5,-14.5 + parent: 2 +- proto: PosterContrabandBorgFancyv2 + entities: + - uid: 13882 components: - type: Transform rot: -1.5707963267948966 rad - pos: -10.5,-28.5 - parent: 1 - - uid: 15011 + pos: 19.5,20.5 + parent: 2 +- proto: PosterContrabandC20r + entities: + - uid: 13883 components: - type: Transform - pos: -13.5,-9.5 - parent: 1 -- proto: IntercomSecurity + pos: 31.5,71.5 + parent: 2 +- proto: PosterContrabandClown entities: - - uid: 4600 + - uid: 13884 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,60.5 - parent: 1 - - uid: 8643 + pos: -39.5,27.5 + parent: 2 +- proto: PosterContrabandCybersun600 + entities: + - uid: 13885 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,51.5 - parent: 1 - - uid: 8647 + pos: 27.5,67.5 + parent: 2 +- proto: PosterContrabandEAT + entities: + - uid: 13886 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,51.5 - parent: 1 - - uid: 15181 + pos: -38.5,41.5 + parent: 2 +- proto: PosterContrabandEnlistGorlex + entities: + - uid: 13887 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,25.5 - parent: 1 - - uid: 16159 + pos: 26.5,71.5 + parent: 2 +- proto: PosterContrabandFreeSyndicateEncryptionKey + entities: + - uid: 13888 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,59.5 - parent: 1 - - uid: 16200 + pos: 32.5,67.5 + parent: 2 +- proto: PosterContrabandGreyTide + entities: + - uid: 13889 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,84.5 - parent: 1 - - uid: 17642 + pos: -7.5,38.5 + parent: 2 +- proto: PosterContrabandKosmicheskayaStantsiya + entities: + - uid: 13890 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,11.5 - parent: 1 -- proto: IntercomService + rot: 3.141592653589793 rad + pos: -7.5,-39.5 + parent: 2 +- proto: PosterContrabandLamarr entities: - - uid: 8639 + - uid: 13891 components: - type: Transform - pos: -34.5,41.5 - parent: 1 - - uid: 8640 + rot: 1.5707963267948966 rad + pos: -21.5,-11.5 + parent: 2 +- proto: PosterContrabandMissingGloves + entities: + - uid: 13892 components: - type: Transform - pos: -28.5,48.5 - parent: 1 - - uid: 8641 + pos: -24.5,25.5 + parent: 2 + - uid: 13893 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,45.5 - parent: 1 - - uid: 8642 + rot: 1.5707963267948966 rad + pos: -62.5,29.5 + parent: 2 +- proto: PosterContrabandNuclearDeviceInformational + entities: + - uid: 13894 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,51.5 - parent: 1 - - uid: 14480 + pos: 10.5,47.5 + parent: 2 +- proto: PosterContrabandRebelsUnite + entities: + - uid: 13895 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,40.5 - parent: 1 -- proto: IntercomSupply + pos: 24.5,71.5 + parent: 2 +- proto: PosterContrabandRevolt entities: - - uid: 8636 + - uid: 13896 + components: + - type: Transform + pos: 16.5,66.5 + parent: 2 +- proto: PosterContrabandSyndicatePistol + entities: + - uid: 13897 + components: + - type: Transform + pos: 11.5,66.5 + parent: 2 +- proto: PosterContrabandSyndicateRecruitment + entities: + - uid: 13898 components: - type: Transform rot: 1.5707963267948966 rad - pos: -42.5,2.5 - parent: 1 - - uid: 8638 + pos: 25.5,69.5 + parent: 2 +- proto: PosterContrabandUnreadableAnnouncement + entities: + - uid: 13899 components: - type: Transform rot: -1.5707963267948966 rad - pos: -30.5,-8.5 - parent: 1 - - uid: 14989 + pos: -15.5,-13.5 + parent: 2 + - uid: 13900 components: - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,-14.5 - parent: 1 -- proto: JanitorialTrolley + pos: 17.5,60.5 + parent: 2 +- proto: PosterContrabandVoteWeh entities: - - uid: 9211 + - uid: 13901 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,37.5 - parent: 1 -- proto: JanitorServiceLight + pos: -51.5,0.5 + parent: 2 +- proto: PosterContrabandWehWatches entities: - - uid: 10713 + - uid: 13902 components: - type: Transform rot: 1.5707963267948966 rad - pos: -59.5,33.5 - parent: 1 - - uid: 16516 + pos: -61.5,9.5 + parent: 2 +- proto: PosterLegitAnatomyPoster + entities: + - uid: 13903 components: - type: Transform rot: -1.5707963267948966 rad - pos: -46.5,50.5 - parent: 1 - - uid: 16519 + pos: -17.5,-13.5 + parent: 2 +- proto: PosterLegitBlessThisSpess + entities: + - uid: 13904 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,31.5 - parent: 1 - - uid: 16525 + pos: -55.5,39.5 + parent: 2 +- proto: PosterLegitCarbonDioxide + entities: + - uid: 13905 components: - type: Transform rot: 3.141592653589793 rad - pos: -39.5,3.5 - parent: 1 - - uid: 16530 + pos: -6.5,-33.5 + parent: 2 +- proto: PosterLegitCleanliness + entities: + - uid: 13906 components: - type: Transform - pos: -37.5,33.5 - parent: 1 -- proto: JetpackMiniFilled + pos: -49.5,37.5 + parent: 2 +- proto: PosterLegitCohibaRobustoAd entities: - - uid: 2985 + - uid: 13907 components: - type: Transform - pos: 25.511406,2.6610718 - parent: 1 - - uid: 8008 + pos: -53.5,-4.5 + parent: 2 +- proto: PosterLegitDoNotQuestion + entities: + - uid: 13908 components: - type: Transform - rot: 3.141592653589793 rad - pos: -19.451328,46.630226 - parent: 1 - - uid: 8010 + pos: -41.5,60.5 + parent: 2 + - uid: 13909 components: - type: Transform rot: 3.141592653589793 rad - pos: -19.534662,46.39048 - parent: 1 -- proto: KitchenElectricGrill + pos: -62.5,49.5 + parent: 2 +- proto: PosterLegitEnlist entities: - - uid: 8441 + - uid: 13910 components: - type: Transform - pos: 10.5,46.5 - parent: 1 -- proto: KitchenKnife - entities: - - uid: 6953 + pos: -43.5,66.5 + parent: 2 + - uid: 13911 components: - type: Transform - pos: -36.41309,45.528122 - parent: 1 - - uid: 16406 + rot: 3.141592653589793 rad + pos: -57.5,62.5 + parent: 2 +- proto: PosterLegitHelpOthers + entities: + - uid: 13912 components: - type: Transform - pos: 9.556952,46.553627 - parent: 1 -- proto: KitchenMicrowave + rot: 3.141592653589793 rad + pos: -45.5,51.5 + parent: 2 +- proto: PosterLegitHereForYourSafety entities: - - uid: 6906 + - uid: 13913 components: - type: Transform - pos: -33.5,42.5 - parent: 1 - - uid: 6907 + pos: -18.5,26.5 + parent: 2 + - uid: 13914 components: - type: Transform - pos: -36.5,47.5 - parent: 1 - - uid: 7320 + pos: -68.5,11.5 + parent: 2 +- proto: PosterLegitIan + entities: + - uid: 13915 components: - type: Transform - pos: -61.5,89.5 - parent: 1 - - uid: 7528 + rot: 3.141592653589793 rad + pos: -20.5,49.5 + parent: 2 +- proto: PosterLegitJustAWeekAway + entities: + - uid: 13916 components: - type: Transform - pos: -65.5,52.5 - parent: 1 - - uid: 10815 + pos: -49.5,16.5 + parent: 2 +- proto: PosterLegitLoveIan + entities: + - uid: 13917 components: - type: Transform - pos: -79.5,32.5 - parent: 1 - - uid: 13707 + rot: 1.5707963267948966 rad + pos: -24.5,39.5 + parent: 2 +- proto: PosterLegitMime + entities: + - uid: 13918 components: - type: Transform - pos: 11.5,-18.5 - parent: 1 - - uid: 16768 + pos: -43.5,24.5 + parent: 2 +- proto: PosterLegitNanomichiAd + entities: + - uid: 13919 components: - type: Transform - pos: -2.5,-22.5 - parent: 1 -- proto: KitchenReagentGrinder + rot: -1.5707963267948966 rad + pos: -21.5,-17.5 + parent: 2 +- proto: PosterLegitPDAAd entities: - - uid: 6908 + - uid: 13920 components: - type: Transform - pos: -34.5,45.5 - parent: 1 - - uid: 7247 + rot: 1.5707963267948966 rad + pos: 18.5,36.5 + parent: 2 +- proto: PosterLegitPeriodicTable + entities: + - uid: 13921 components: - type: Transform - pos: 2.5,49.5 - parent: 1 - - uid: 7722 + pos: 1.5,-11.5 + parent: 2 + - uid: 13922 components: - type: Transform - pos: -58.5,89.5 - parent: 1 - - uid: 16553 + rot: -1.5707963267948966 rad + pos: -23.5,-13.5 + parent: 2 +- proto: PosterLegitReportCrimes + entities: + - uid: 13923 components: - type: Transform - pos: -2.5,21.5 - parent: 1 -- proto: KitchenSpike + rot: 3.141592653589793 rad + pos: -61.5,56.5 + parent: 2 +- proto: PosterLegitSafetyEyeProtection entities: - - uid: 6924 + - uid: 13924 components: - type: Transform - pos: -27.5,46.5 - parent: 1 - - uid: 6925 + pos: -54.5,36.5 + parent: 2 + - uid: 13925 components: - type: Transform - pos: -27.5,47.5 - parent: 1 -- proto: Lamp + pos: -13.5,-6.5 + parent: 2 +- proto: PosterLegitSafetyMothDelam entities: - - uid: 3199 + - uid: 13926 components: - type: Transform - pos: -27.497456,17.876417 - parent: 1 - - uid: 3750 + rot: 1.5707963267948966 rad + pos: -80.5,41.5 + parent: 2 + - uid: 13927 components: - type: Transform - pos: -46.478218,0.9660685 - parent: 1 - - uid: 4559 + rot: 3.141592653589793 rad + pos: -78.5,23.5 + parent: 2 +- proto: PosterLegitSafetyMothHardhat + entities: + - uid: 13928 components: - type: Transform rot: 3.141592653589793 rad - pos: 18.546034,40.734077 - parent: 1 - - uid: 4569 + pos: -65.5,32.5 + parent: 2 +- proto: PosterLegitSafetyMothPiping + entities: + - uid: 13929 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.514784,42.687202 - parent: 1 - - uid: 4708 + rot: 1.5707963267948966 rad + pos: -86.5,43.5 + parent: 2 +- proto: PosterLegitSafetyMothSSD + entities: + - uid: 13930 components: - type: Transform - pos: -32.32265,-5.1474953 - parent: 1 - - uid: 7940 + rot: 3.141592653589793 rad + pos: -55.5,45.5 + parent: 2 +- proto: PosterLegitSafetyReport + entities: + - uid: 13931 components: - type: Transform - pos: -58.53795,64.84835 - parent: 1 - - type: HandheldLight - toggleActionEntity: 7458 - - type: ContainerContainer - containers: - cell_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - actions: !type:Container - showEnts: False - occludes: True - ents: - - 7458 - - type: Physics - canCollide: True - - type: ActionsContainer - - uid: 9008 + rot: 3.141592653589793 rad + pos: -66.5,53.5 + parent: 2 +- proto: PosterLegitScience + entities: + - uid: 13932 components: - type: Transform rot: 3.141592653589793 rad - pos: 23.584715,39.733932 - parent: 1 - - uid: 9895 + pos: -5.5,-14.5 + parent: 2 +- proto: PosterLegitWorkForAFuture + entities: + - uid: 13933 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -73.43066,10.928457 - parent: 1 - - uid: 10944 + pos: -46.5,66.5 + parent: 2 + - uid: 13934 components: - type: Transform - pos: -60.49684,41.882523 - parent: 1 - - uid: 10945 + pos: -66.5,35.5 + parent: 2 +- proto: PosterMapMoose + entities: + - uid: 13935 components: - type: Transform - pos: -63.449966,40.007523 - parent: 1 - - uid: 12032 + rot: -1.5707963267948966 rad + pos: -10.5,-36.5 + parent: 2 +- proto: PottedPlant1 + entities: + - uid: 13937 components: - type: Transform - pos: -31.488277,-3.1049178 - parent: 1 - - uid: 12783 + pos: 17.5,39.5 + parent: 2 +- proto: PottedPlant14 + entities: + - uid: 13938 components: - type: Transform - pos: 14.50122,31.915655 - parent: 1 - - uid: 14290 + pos: -18.5,-9.5 + parent: 2 +- proto: PottedPlant21 + entities: + - uid: 13939 components: - type: Transform - pos: -71.492615,49.83911 - parent: 1 - - uid: 15190 + pos: -54.5,-0.5 + parent: 2 +- proto: PottedPlant22 + entities: + - uid: 13940 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.479828,-1.1178861 - parent: 1 - - uid: 15788 + pos: -54.5,-3.5 + parent: 2 + - uid: 13941 components: - type: Transform - pos: -38.52308,-9.139799 - parent: 1 - - uid: 15797 + pos: 18.5,31.5 + parent: 2 +- proto: PottedPlant26 + entities: + - uid: 13942 components: - type: Transform - pos: -70.46455,15.962357 - parent: 1 -- proto: LampBanana + pos: -18.5,-3.5 + parent: 2 +- proto: PottedPlantBioluminscent entities: - - uid: 4231 + - uid: 13943 components: - type: Transform - pos: -40.489174,28.7831 - parent: 1 -- proto: LampGold + pos: 0.5,-11.5 + parent: 2 +- proto: PottedPlantRandom entities: - - uid: 2751 + - uid: 13944 components: - type: Transform - pos: 21.502605,-1.9941196 - parent: 1 - - uid: 3197 + pos: 26.5,-0.5 + parent: 2 + - uid: 13945 components: - type: Transform - pos: -31.497456,9.898998 - parent: 1 - - uid: 3198 + pos: -10.5,27.5 + parent: 2 + - uid: 13946 components: - type: Transform - pos: -24.497456,9.867748 - parent: 1 - - uid: 5511 + pos: 13.5,-10.5 + parent: 2 + - uid: 13947 components: - type: Transform - pos: -54.496407,-5.055279 - parent: 1 - - uid: 7518 + pos: -3.5,34.5 + parent: 2 + - uid: 13948 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -69.35879,10.853698 - parent: 1 - - uid: 7948 + pos: -36.5,-1.5 + parent: 2 + - uid: 13949 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.43997,65.74237 - parent: 1 - - uid: 14626 + pos: -34.5,2.5 + parent: 2 + - uid: 13950 components: - type: Transform - pos: -9.430151,62.78453 - parent: 1 - - uid: 15965 + pos: -55.5,12.5 + parent: 2 + - uid: 13951 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.45702,49.828995 - parent: 1 - - uid: 17122 + pos: -50.5,-7.5 + parent: 2 + - uid: 13952 components: - type: Transform - rot: 3.141592653589793 rad - pos: -20.331896,-15.070564 - parent: 1 -- proto: LandMineExplosive - entities: - - uid: 2491 + pos: -17.5,53.5 + parent: 2 + - uid: 13953 components: - type: Transform - pos: -40.5,57.5 - parent: 1 - - uid: 9537 + pos: -15.5,53.5 + parent: 2 + - uid: 13954 components: - type: Transform - pos: -39.5,68.5 - parent: 1 - - uid: 15456 + pos: -52.5,90.5 + parent: 2 + - uid: 13955 components: - type: Transform - pos: -42.49931,68.53585 - parent: 1 - - uid: 15457 + pos: -50.5,90.5 + parent: 2 + - uid: 13956 components: - type: Transform - pos: -37.49931,61.461067 - parent: 1 - - uid: 15488 + pos: -39.5,39.5 + parent: 2 + - uid: 13957 components: - type: Transform - pos: -38.49931,64.50794 - parent: 1 - - uid: 15489 + pos: -2.5,8.5 + parent: 2 + - uid: 13958 components: - type: Transform - pos: -37.483685,67.49232 - parent: 1 - - uid: 18849 + pos: -11.5,-5.5 + parent: 2 + - uid: 13959 components: - type: Transform - pos: -38.49701,58.54368 - parent: 1 - - uid: 19310 + pos: -42.5,30.5 + parent: 2 + - uid: 13960 components: - type: Transform - pos: -44.51307,57.51027 - parent: 1 -- proto: Lantern - entities: - - uid: 621 + pos: -69.5,8.5 + parent: 2 + - uid: 13961 components: - type: Transform - pos: 19.562792,-8.525764 - parent: 1 - - type: ContainerContainer - containers: - cell_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: 15037 -- proto: LauncherCreamPie - entities: - - uid: 4241 + pos: -73.5,13.5 + parent: 2 + - uid: 13962 components: - type: Transform - pos: -42.484016,28.536114 - parent: 1 -- proto: LightBulb - entities: - - uid: 12185 + pos: 23.5,49.5 + parent: 2 + - uid: 13963 components: - type: Transform - parent: 12184 - - type: Physics - canCollide: False - - uid: 12188 + pos: -7.5,28.5 + parent: 2 + - uid: 13964 components: - type: Transform - parent: 12187 - - type: Physics - canCollide: False -- proto: LiveLetLiveCircuitBoard - entities: - - uid: 11875 + pos: -7.5,57.5 + parent: 2 + - uid: 13965 components: - type: Transform - pos: 18.485558,16.367989 - parent: 1 -- proto: LockableButtonAtmospherics - entities: - - uid: 15595 + pos: -11.5,57.5 + parent: 2 + - uid: 13966 components: - - type: MetaData - name: Space SM Chamber - type: Transform - rot: -1.5707963267948966 rad - pos: -75.5,60.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 18948: - - - Pressed - - Toggle - 19008: - - - Pressed - - Toggle - - uid: 18294 + pos: -7.5,29.5 + parent: 2 +- proto: PottedPlantRandomPlastic + entities: + - uid: 13977 components: - type: Transform - rot: 3.141592653589793 rad - pos: -94.5,47.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 18280: - - - Pressed - - Toggle - - uid: 18296 + pos: 6.5,15.5 + parent: 2 +- proto: PowerCellMedium + entities: + - uid: 13978 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -96.5,44.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 18280: - - - Pressed - - Toggle - - uid: 19218 + pos: -37.797993,-9.327299 + parent: 2 + - uid: 13979 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -75.50115,60.982903 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 18439: - - - Pressed - - Toggle -- proto: LockableButtonCaptain + pos: -37.454243,-9.483549 + parent: 2 +- proto: PowerCellMicroreactor entities: - - uid: 15998 + - uid: 13300 components: - - type: MetaData - name: office shutters - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,60.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 15996: - - - Pressed - - Toggle - 15995: - - - Pressed - - Toggle - 15994: - - - Pressed - - Toggle - 15993: - - - Pressed - - Toggle - 7560: - - - Pressed - - Toggle -- proto: LockableButtonChiefEngineer + parent: 13299 + - type: Physics + canCollide: False +- proto: PowerCellRecharger entities: - - uid: 9955 + - uid: 13980 components: - type: Transform - pos: -71.5,18.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 10698: - - - Pressed - - Toggle - 10699: - - - Pressed - - Toggle - 10700: - - - Pressed - - Toggle - 9892: - - - Pressed - - Toggle -- proto: LockableButtonChiefMedicalOfficer - entities: - - uid: 9532 + pos: -21.5,59.5 + parent: 2 + - uid: 13981 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,28.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 1617: - - - Pressed - - Open - 1618: - - - Pressed - - Open -- proto: LockableButtonCommand - entities: - - uid: 8019 + pos: -33.5,38.5 + parent: 2 + - uid: 13982 components: - - type: MetaData - name: EVA blast door - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,44.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 7942: - - - Pressed - - Toggle - 12187: - - - Pressed - - Toggle - 12184: - - - Pressed - - Toggle -- proto: LockableButtonEngineering - entities: - - uid: 13711 + pos: 10.5,24.5 + parent: 2 + - uid: 13983 components: - type: Transform - pos: -80.5,21.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 14643: - - - Pressed - - Toggle - - uid: 13721 + pos: 7.5,31.5 + parent: 2 + - uid: 13984 components: - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,31.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 10761: - - - Pressed - - Toggle - 10782: - - - Pressed - - Toggle - 10783: - - - Pressed - - Toggle - 12039: - - - Pressed - - Toggle - - uid: 14642 + pos: -64.5,52.5 + parent: 2 + - uid: 13985 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -78.5,22.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 14643: - - - Pressed - - Toggle - - uid: 18297 + rot: 3.141592653589793 rad + pos: -72.5,35.5 + parent: 2 + - uid: 13986 components: - type: Transform - pos: -86.5,39.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 11514: - - - Pressed - - Toggle -- proto: LockableButtonJanitor - entities: - - uid: 16514 + rot: 3.141592653589793 rad + pos: -44.5,-9.5 + parent: 2 + - uid: 13987 components: - type: Transform - pos: -50.5,38.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 9510: - - - Pressed - - Toggle - 9130: - - - Pressed - - Toggle -- proto: LockableButtonResearch - entities: - - uid: 274 + pos: -14.5,-3.5 + parent: 2 + - uid: 13988 components: - type: Transform rot: 1.5707963267948966 rad - pos: -16.5,-32.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 16592: - - - Pressed - - Toggle - - uid: 12400 + pos: -8.5,-14.5 + parent: 2 + - uid: 13989 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,-34.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 8545: - - - Pressed - - Toggle -- proto: LockableButtonResearchDirector - entities: - - uid: 17116 + pos: -2.5,10.5 + parent: 2 + - uid: 13990 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,-16.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 10664: - - - Pressed - - Toggle - 17117: - - - Pressed - - Toggle - 3900: - - - Pressed - - Toggle - 262: - - - Pressed - - Toggle -- proto: LockableButtonSecurity - entities: - - uid: 1443 + pos: -39.5,0.5 + parent: 2 + - uid: 13991 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,52.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 17512: - - - Pressed - - Toggle - 17513: - - - Pressed - - Toggle - 17526: - - - Pressed - - Toggle - 17527: - - - Pressed - - Toggle - 17528: - - - Pressed - - Toggle - 17529: - - - Pressed - - Toggle - - uid: 15865 + pos: -31.5,-2.5 + parent: 2 + - uid: 13992 + components: + - type: Transform + pos: -24.5,8.5 + parent: 2 + - uid: 13993 + components: + - type: Transform + pos: -52.5,17.5 + parent: 2 + - uid: 13994 components: - type: Transform rot: 1.5707963267948966 rad - pos: -53.5,68.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 7204: - - - Pressed - - Toggle - 7207: - - - Pressed - - Toggle - 7208: - - - Pressed - - Toggle - 7209: - - - Pressed - - Toggle - 7210: - - - Pressed - - Toggle - 7211: - - - Pressed - - Toggle - 7212: - - - Pressed - - Toggle - 7213: - - - Pressed - - Toggle - 7215: - - - Pressed - - Toggle - 7214: - - - Pressed - - Toggle - 7216: - - - Pressed - - Toggle - 7217: - - - Pressed - - Toggle - 7719: - - - Pressed - - Toggle - 7860: - - - Pressed - - Toggle - 7476: - - - Pressed - - Toggle - 7468: - - - Pressed - - Toggle - - uid: 15866 + pos: -60.5,32.5 + parent: 2 + - uid: 13995 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,79.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 7476: - - - Pressed - - Toggle - 7468: - - - Pressed - - Toggle - 7719: - - - Pressed - - Toggle - 7860: - - - Pressed - - Toggle - 7211: - - - Pressed - - Toggle - 7210: - - - Pressed - - Toggle - 7209: - - - Pressed - - Toggle - 7208: - - - Pressed - - Toggle - 7207: - - - Pressed - - Toggle - 7204: - - - Pressed - - Toggle - 7217: - - - Pressed - - Toggle - 7216: - - - Pressed - - Toggle - 7215: - - - Pressed - - Toggle - 7214: - - - Pressed - - Toggle - 7213: - - - Pressed - - Toggle - 7212: - - - Pressed - - Toggle -- proto: LockerAtmosphericsFilled + rot: 1.5707963267948966 rad + pos: -10.5,9.5 + parent: 2 +- proto: PowerDrill entities: - - uid: 18001 + - uid: 13996 components: - type: Transform - pos: -71.5,40.5 - parent: 1 - - uid: 18002 + pos: -20.470812,-13.81716 + parent: 2 +- proto: PoweredDimSmallLight + entities: + - uid: 13997 components: - type: Transform - pos: -70.5,40.5 - parent: 1 - - uid: 18003 + rot: -1.5707963267948966 rad + pos: 4.5,42.5 + parent: 2 + - uid: 13998 components: - type: Transform - pos: -69.5,40.5 - parent: 1 -- proto: LockerBooze - entities: - - uid: 18682 + pos: -0.5,17.5 + parent: 2 + - uid: 13999 components: - type: Transform - pos: 23.5,47.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 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 18683 - - 18684 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null -- proto: LockerBoozeFilled - entities: - - uid: 9732 + rot: 3.141592653589793 rad + pos: -0.5,14.5 + parent: 2 + - uid: 14000 components: - type: Transform - pos: -28.5,35.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 9733 + rot: 3.141592653589793 rad + pos: 2.5,14.5 + parent: 2 + - uid: 14001 components: - type: Transform - pos: -28.5,38.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 -- proto: LockerBotanistFilled - entities: - - uid: 5788 + pos: 2.5,17.5 + parent: 2 + - uid: 14002 components: - type: Transform - pos: -39.5,52.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 5794 + pos: -36.5,55.5 + parent: 2 + - uid: 14003 components: - type: Transform - pos: -40.5,52.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 -- proto: LockerCaptain - entities: - - uid: 2542 + rot: -1.5707963267948966 rad + pos: -7.5,49.5 + parent: 2 + - uid: 14004 components: - type: Transform - pos: 23.5,43.5 - parent: 1 -- proto: LockerCaptainFilledNoLaser - entities: - - uid: 14627 + rot: 1.5707963267948966 rad + pos: -0.5,42.5 + parent: 2 + - uid: 14005 components: - type: Transform - pos: -5.5,62.5 - parent: 1 -- proto: LockerChemistryFilled - entities: - - uid: 1947 + pos: 0.5,-15.5 + parent: 2 + - uid: 14006 components: - type: Transform - pos: -1.5,19.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 2325 + rot: -1.5707963267948966 rad + pos: -69.5,31.5 + parent: 2 + - uid: 14007 components: - type: Transform - pos: -4.5,23.5 - parent: 1 -- proto: LockerChiefEngineerFilled - entities: - - uid: 15138 + rot: -1.5707963267948966 rad + pos: -19.5,24.5 + parent: 2 + - uid: 14008 components: - type: Transform - pos: -68.5,17.5 - parent: 1 -- proto: LockerChiefMedicalOfficerFilledHardsuit - entities: - - uid: 62 + rot: 1.5707963267948966 rad + pos: -21.5,-1.5 + parent: 2 + - uid: 14009 components: - type: Transform - pos: 14.5,32.5 - parent: 1 -- proto: LockerClown - entities: - - uid: 14456 + rot: 3.141592653589793 rad + pos: 25.5,-5.5 + parent: 2 + - uid: 14010 components: - type: Transform - pos: -40.5,27.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 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 -- proto: LockerDetectiveFilled - entities: - - uid: 7553 + pos: 19.5,35.5 + parent: 2 + - uid: 14011 components: - type: Transform - pos: -54.5,63.5 - parent: 1 -- proto: LockerElectricalSuppliesFilled - entities: - - uid: 11463 + pos: -6.5,37.5 + parent: 2 + - uid: 14012 components: - type: Transform - pos: -77.5,36.5 - parent: 1 - - uid: 16158 + pos: -47.5,15.5 + parent: 2 + - uid: 14013 components: - type: Transform - pos: 21.5,8.5 - parent: 1 - - uid: 16353 + rot: 1.5707963267948966 rad + pos: -66.5,16.5 + parent: 2 + - uid: 14014 components: - type: Transform - pos: -7.5,15.5 - parent: 1 -- proto: LockerEngineerFilledHardsuit - entities: - - uid: 188 + pos: -63.5,48.5 + parent: 2 + - uid: 14015 components: - type: Transform - pos: -67.5,31.5 - parent: 1 - - uid: 189 + rot: 1.5707963267948966 rad + pos: -67.5,59.5 + parent: 2 + - uid: 14016 components: - type: Transform - pos: -67.5,30.5 - parent: 1 - - uid: 218 + rot: 1.5707963267948966 rad + pos: -75.5,46.5 + parent: 2 + - uid: 14017 components: - type: Transform - pos: -67.5,29.5 - parent: 1 - - uid: 247 + rot: -1.5707963267948966 rad + pos: -74.5,50.5 + parent: 2 + - uid: 14018 components: - type: Transform - pos: -67.5,28.5 - parent: 1 - - uid: 298 + rot: 3.141592653589793 rad + pos: 12.5,48.5 + parent: 2 + - uid: 14019 components: - type: Transform - pos: -67.5,27.5 - parent: 1 -- proto: LockerEvidence - entities: - - uid: 8013 + rot: -1.5707963267948966 rad + pos: -75.5,66.5 + parent: 2 + - uid: 14020 components: - type: Transform - pos: -55.5,53.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 8459 + rot: 3.141592653589793 rad + pos: -83.5,59.5 + parent: 2 + - uid: 14021 components: - type: Transform - pos: -50.5,87.5 - parent: 1 - - uid: 8651 + rot: -1.5707963267948966 rad + pos: -76.5,62.5 + parent: 2 + - uid: 14022 components: - type: Transform - pos: -52.5,53.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 9543 + rot: 1.5707963267948966 rad + pos: -84.5,62.5 + parent: 2 + - uid: 14023 components: - type: Transform - pos: -56.5,53.5 - parent: 1 - - uid: 15433 + rot: 1.5707963267948966 rad + pos: -85.5,66.5 + parent: 2 + - uid: 14024 components: - type: Transform - pos: -50.5,85.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 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 15434 + rot: 3.141592653589793 rad + pos: -80.5,59.5 + parent: 2 + - uid: 14025 components: - type: Transform - pos: -50.5,86.5 - parent: 1 - - uid: 16045 + pos: -82.5,63.5 + parent: 2 + - uid: 14026 components: - type: Transform - pos: -17.5,27.5 - parent: 1 -- proto: LockerFreezer - entities: - - uid: 6929 + pos: -78.5,63.5 + parent: 2 + - uid: 14027 components: - type: Transform - pos: -29.5,44.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 -- proto: LockerFreezerBase - entities: - - uid: 16411 + rot: 3.141592653589793 rad + pos: -86.5,60.5 + parent: 2 + - uid: 14028 components: - type: Transform - pos: 11.5,46.5 - parent: 1 - - 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 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 16416 - - 16415 - - 16414 - - 16413 - - 16412 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null -- proto: LockerFreezerVaultFilled - entities: - - uid: 5544 + rot: 3.141592653589793 rad + pos: 11.5,44.5 + parent: 2 + - uid: 14029 components: - type: Transform - pos: -20.5,56.5 - parent: 1 -- proto: LockerHeadOfPersonnelFilled - entities: - - uid: 7537 + pos: 30.5,70.5 + parent: 2 + - uid: 14030 components: - type: Transform - pos: -23.5,42.5 - parent: 1 -- proto: LockerHeadOfSecurityFilled - entities: - - uid: 17524 + rot: 3.141592653589793 rad + pos: 27.5,68.5 + parent: 2 + - uid: 14031 components: - type: Transform - pos: -63.5,64.5 - parent: 1 -- proto: LockerMedical - entities: - - uid: 18584 + rot: 1.5707963267948966 rad + pos: 24.5,69.5 + parent: 2 + - uid: 14032 components: - type: Transform - pos: 12.5,52.5 - parent: 1 -- proto: LockerMedicalFilled - entities: - - uid: 2024 + rot: 1.5707963267948966 rad + pos: 10.5,64.5 + parent: 2 + - uid: 14033 components: - type: Transform - pos: 6.5,26.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 2028 + pos: 14.5,61.5 + parent: 2 + - uid: 15139 components: - type: Transform - pos: 7.5,26.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 2029 + pos: -81.5,-9.5 + parent: 2 + - uid: 20582 components: - type: Transform - pos: 8.5,26.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 2030 + rot: -1.5707963267948966 rad + pos: 18.5,58.5 + parent: 2 + - uid: 20583 components: - type: Transform - pos: 9.5,26.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 -- proto: LockerMedicineFilled - entities: - - uid: 1250 + rot: -1.5707963267948966 rad + pos: 20.5,60.5 + parent: 2 + - uid: 20851 components: - type: Transform - pos: 10.5,28.5 - parent: 1 - - uid: 2062 + pos: -88.5,6.5 + parent: 2 + - uid: 20852 components: - type: Transform - pos: 9.5,28.5 - parent: 1 -- proto: LockerMime - entities: - - uid: 14454 + rot: -1.5707963267948966 rad + pos: -86.5,3.5 + parent: 2 + - uid: 20861 components: - type: Transform - pos: -40.5,23.5 - parent: 1 -- proto: LockerParamedicFilled - entities: - - uid: 1173 + rot: 1.5707963267948966 rad + pos: -88.5,-4.5 + parent: 2 + - uid: 20862 components: - type: Transform - pos: 11.5,26.5 - parent: 1 -- proto: LockerQuarterMasterFilled - entities: - - uid: 5944 + pos: -87.5,0.5 + parent: 2 + - uid: 20923 components: - type: Transform - pos: -44.5,-7.5 - parent: 1 -- proto: LockerResearchDirectorFilled - entities: - - uid: 454 + rot: -1.5707963267948966 rad + pos: -90.5,-3.5 + parent: 2 + - uid: 21241 components: - type: Transform - pos: -22.5,-15.5 - parent: 1 -- proto: LockerRoboticsFilled - entities: - - uid: 18842 + rot: 1.5707963267948966 rad + pos: 25.5,32.5 + parent: 2 + - uid: 21242 components: - type: Transform - pos: -6.5,-18.5 - parent: 1 -- proto: LockerSalvageSpecialistFilledHardsuit + pos: 26.5,35.5 + parent: 2 + - uid: 21243 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,32.5 + parent: 2 + - uid: 21453 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-8.5 + parent: 2 +- proto: Poweredlight entities: - - uid: 299 + - uid: 14034 components: - type: Transform - pos: -43.5,-13.5 - parent: 1 - - uid: 300 + rot: -1.5707963267948966 rad + pos: 0.5,-1.5 + parent: 2 + - uid: 14035 components: - type: Transform - pos: -42.5,-13.5 - parent: 1 - - uid: 301 + rot: 3.141592653589793 rad + pos: -0.5,4.5 + parent: 2 + - uid: 14036 components: - type: Transform - pos: -41.5,-13.5 - parent: 1 -- proto: LockerScienceFilled - entities: - - uid: 306 + pos: -8.5,-7.5 + parent: 2 + - uid: 14037 components: - type: Transform - pos: -19.5,-9.5 - parent: 1 - - uid: 408 + pos: -3.5,0.5 + parent: 2 + - uid: 14038 components: - type: Transform - pos: -19.5,-10.5 - parent: 1 - - uid: 482 + rot: 3.141592653589793 rad + pos: -3.5,-3.5 + parent: 2 + - uid: 14039 components: - type: Transform - pos: -19.5,-11.5 - parent: 1 - - uid: 15885 + rot: 3.141592653589793 rad + pos: 6.5,4.5 + parent: 2 + - uid: 14040 components: - type: Transform - pos: -15.5,-9.5 - parent: 1 -- proto: LockerSecurityFilled - entities: - - uid: 1923 + pos: -2.5,-20.5 + parent: 2 + - uid: 14041 components: - type: Transform - pos: -63.5,55.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 6241 + rot: 3.141592653589793 rad + pos: -4.5,-18.5 + parent: 2 + - uid: 14042 components: - type: Transform - pos: -64.5,55.5 - parent: 1 - - uid: 16047 + rot: 3.141592653589793 rad + pos: -17.5,-11.5 + parent: 2 + - uid: 14043 components: - type: Transform - pos: -61.5,55.5 - parent: 1 - - uid: 18922 + rot: 1.5707963267948966 rad + pos: -22.5,-14.5 + parent: 2 + - uid: 14044 components: - type: Transform - pos: -60.5,55.5 - parent: 1 -- proto: LockerWallMedicalFilled - entities: - - uid: 8461 + rot: 1.5707963267948966 rad + pos: -19.5,-5.5 + parent: 2 + - uid: 14045 components: - type: Transform - pos: 8.5,32.5 - parent: 1 -- proto: LockerWardenFilled - entities: - - uid: 11412 + rot: -1.5707963267948966 rad + pos: 20.5,0.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14046 components: - type: Transform - pos: -48.5,62.5 - parent: 1 -- proto: LockerWeldingSuppliesFilled - entities: - - uid: 16357 + rot: 1.5707963267948966 rad + pos: 7.5,1.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14047 components: - type: Transform - pos: -9.5,15.5 - parent: 1 - - uid: 16407 + rot: -1.5707963267948966 rad + pos: 28.5,28.5 + parent: 2 + - uid: 14048 components: - type: Transform - pos: 17.5,46.5 - parent: 1 -- proto: LogicGateOr - entities: - - uid: 10835 + pos: 6.5,20.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14049 components: - type: Transform - anchored: True - pos: -87.5,40.5 - parent: 1 - - type: DeviceLinkSink - invokeCounter: 2 - - type: DeviceLinkSource - linkedPorts: - 143: - - - Output - - DoorBolt - - type: Physics - canCollide: False - bodyType: Static - - uid: 13049 + rot: -1.5707963267948966 rad + pos: 11.5,17.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14050 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,14.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14051 components: - type: Transform - anchored: True rot: 3.141592653589793 rad - pos: -89.5,40.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 13048: - - - Output - - DoorBolt - - type: DeviceLinkSink - invokeCounter: 2 - - type: Physics - canCollide: False - bodyType: Static -- proto: LootSpawnerIndustrialFluff - entities: - - uid: 16782 + pos: 11.5,11.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14052 components: - type: Transform - pos: 7.5,-18.5 - parent: 1 -- proto: Machete - entities: - - uid: 5939 + rot: -1.5707963267948966 rad + pos: 11.5,-0.5 + parent: 2 + - uid: 14053 + components: + - type: Transform + pos: -7.5,6.5 + parent: 2 + - uid: 14054 + components: + - type: Transform + pos: 13.5,6.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14055 components: - type: Transform - parent: 6325 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: MachineAnomalyGenerator - entities: - - uid: 112 + rot: 3.141592653589793 rad + pos: 21.5,4.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14056 components: - type: Transform - pos: -3.5,-8.5 - parent: 1 -- proto: MachineAnomalyVessel - entities: - - uid: 405 + rot: -1.5707963267948966 rad + pos: 28.5,9.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14057 components: - type: Transform - pos: -9.5,-9.5 - parent: 1 -- proto: MachineAPE - entities: - - uid: 110 + rot: -1.5707963267948966 rad + pos: 28.5,17.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14058 components: - type: Transform rot: 1.5707963267948966 rad - pos: -8.5,-12.5 - parent: 1 - - uid: 11511 + pos: -17.5,14.5 + parent: 2 + - uid: 14059 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-12.5 - parent: 1 -- proto: MachineArtifactAnalyzer - entities: - - uid: 1078 + rot: 3.141592653589793 rad + pos: -18.5,3.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14060 components: - type: Transform - pos: -18.5,-30.5 - parent: 1 - - uid: 2482 + pos: -12.5,33.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14061 components: - type: Transform - pos: -18.5,-36.5 - parent: 1 -- proto: MachineCentrifuge - entities: - - uid: 16552 + rot: 3.141592653589793 rad + pos: -51.5,46.5 + parent: 2 + - uid: 14062 components: - type: Transform - pos: -2.5,22.5 - parent: 1 - - uid: 18603 + rot: 3.141592653589793 rad + pos: 27.5,23.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14063 components: - type: Transform - pos: 18.5,57.5 - parent: 1 -- proto: MachineElectrolysisUnit - entities: - - uid: 1426 + pos: -61.5,6.5 + parent: 2 + - uid: 14064 components: - type: Transform - pos: -0.5,22.5 - parent: 1 -- proto: MachineFrame - entities: - - uid: 18600 + rot: 3.141592653589793 rad + pos: -27.5,4.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14065 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,58.5 - parent: 1 -- proto: MachineFrameDestroyed - entities: - - uid: 27 + rot: 1.5707963267948966 rad + pos: -28.5,10.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14066 components: - type: Transform - pos: -19.5,-5.5 - parent: 1 - - uid: 5456 + rot: 1.5707963267948966 rad + pos: -31.5,9.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14067 components: - type: Transform - pos: -7.5,-12.5 - parent: 1 - - uid: 12865 + rot: 3.141592653589793 rad + pos: -27.5,15.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14068 components: - type: Transform - pos: -9.5,-8.5 - parent: 1 - - uid: 18601 + pos: -24.5,18.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14069 components: - type: Transform - pos: 12.5,59.5 - parent: 1 -- proto: MagazinePistolSubMachineGunTopMounted - entities: - - uid: 7938 + rot: 3.141592653589793 rad + pos: -24.5,-13.5 + parent: 2 + - uid: 14070 components: - type: Transform - pos: -60.513123,64.48181 - parent: 1 - - uid: 7939 + rot: -1.5707963267948966 rad + pos: -31.5,-13.5 + parent: 2 + - uid: 14071 components: - type: Transform - pos: -60.52749,64.36112 - parent: 1 -- proto: MailTeleporter - entities: - - uid: 3655 + rot: -1.5707963267948966 rad + pos: -31.5,1.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14072 components: - type: Transform - pos: -43.5,0.5 - parent: 1 -- proto: MaintenanceFluffSpawner - entities: - - uid: 2956 + rot: 1.5707963267948966 rad + pos: -41.5,2.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14073 components: - type: Transform - pos: 28.5,-4.5 - parent: 1 - - uid: 2957 + rot: -1.5707963267948966 rad + pos: -36.5,-3.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14074 components: - type: Transform - pos: 29.5,-4.5 - parent: 1 - - uid: 3898 + pos: -43.5,-1.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14075 components: - type: Transform - pos: 8.5,-3.5 - parent: 1 - - uid: 5435 + rot: 1.5707963267948966 rad + pos: -46.5,1.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14076 components: - type: Transform - pos: -18.5,0.5 - parent: 1 - - uid: 5594 + rot: 3.141592653589793 rad + pos: -44.5,-7.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14077 components: - type: Transform - pos: -31.5,12.5 - parent: 1 - - uid: 5612 + rot: 3.141592653589793 rad + pos: -45.5,4.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14078 components: - type: Transform - pos: -45.5,25.5 - parent: 1 - - uid: 5622 + rot: 3.141592653589793 rad + pos: -24.5,26.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14079 components: - type: Transform - pos: -46.5,15.5 - parent: 1 - - uid: 5623 + rot: -1.5707963267948966 rad + pos: -28.5,26.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14080 components: - type: Transform - pos: -47.5,15.5 - parent: 1 - - uid: 5624 + pos: -34.5,29.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14081 components: - type: Transform - pos: -41.5,13.5 - parent: 1 - - uid: 5745 + rot: 3.141592653589793 rad + pos: -31.5,23.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14082 components: - type: Transform - pos: -34.5,13.5 - parent: 1 - - uid: 5791 + rot: 1.5707963267948966 rad + pos: -42.5,25.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14083 components: - type: Transform - pos: -7.5,22.5 - parent: 1 - - uid: 5792 + rot: 3.141592653589793 rad + pos: -33.5,15.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14084 components: - type: Transform - pos: -3.5,14.5 - parent: 1 - - uid: 5797 + rot: -1.5707963267948966 rad + pos: -32.5,21.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14085 components: - type: Transform - pos: -14.5,10.5 - parent: 1 - - uid: 5798 + rot: 1.5707963267948966 rad + pos: -38.5,19.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14086 components: - type: Transform - pos: -14.5,13.5 - parent: 1 - - uid: 10375 + rot: 1.5707963267948966 rad + pos: -38.5,13.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14087 components: - type: Transform - pos: -28.5,49.5 - parent: 1 - - uid: 10401 + rot: 3.141592653589793 rad + pos: -29.5,31.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14089 components: - type: Transform - pos: -3.5,42.5 - parent: 1 - - uid: 10402 + rot: 3.141592653589793 rad + pos: -63.5,-11.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14090 components: - type: Transform - pos: -3.5,43.5 - parent: 1 - - uid: 10406 + rot: -1.5707963267948966 rad + pos: -37.5,-11.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14091 components: - type: Transform - pos: 22.5,28.5 - parent: 1 - - uid: 10463 + rot: 1.5707963267948966 rad + pos: -74.5,-14.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14092 components: - type: Transform - pos: -27.5,40.5 - parent: 1 - - uid: 12910 + rot: -1.5707963267948966 rad + pos: -64.5,-14.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14094 components: - type: Transform - pos: 6.5,8.5 - parent: 1 - - uid: 12911 + pos: -74.5,-9.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14095 components: - type: Transform - pos: 12.5,8.5 - parent: 1 - - uid: 13840 + rot: 3.141592653589793 rad + pos: -67.5,19.5 + parent: 2 + - uid: 14096 components: - type: Transform - pos: -42.5,54.5 - parent: 1 - - uid: 14321 + rot: -1.5707963267948966 rad + pos: -56.5,-2.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14097 components: - type: Transform - pos: -66.5,41.5 - parent: 1 - - uid: 14322 + rot: 3.141592653589793 rad + pos: -74.5,4.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14098 components: - type: Transform - pos: -66.5,43.5 - parent: 1 - - uid: 14326 + pos: -67.5,6.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14099 components: - type: Transform - pos: -73.5,51.5 - parent: 1 - - uid: 14327 + rot: -1.5707963267948966 rad + pos: -56.5,11.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14100 components: - type: Transform - pos: -71.5,51.5 - parent: 1 - - uid: 14409 + rot: -1.5707963267948966 rad + pos: -52.5,14.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14101 components: - type: Transform - pos: -69.5,26.5 - parent: 1 - - uid: 14593 + rot: -1.5707963267948966 rad + pos: -52.5,19.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14102 components: - type: Transform - pos: -67.5,10.5 - parent: 1 - - uid: 14599 + rot: 3.141592653589793 rad + pos: -43.5,30.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14103 components: - type: Transform - pos: -61.5,24.5 - parent: 1 - - uid: 14600 + rot: 1.5707963267948966 rad + pos: -54.5,28.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14104 components: - type: Transform - pos: -61.5,26.5 - parent: 1 - - uid: 16576 + rot: -1.5707963267948966 rad + pos: -47.5,28.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14105 components: - type: Transform - pos: -17.5,10.5 - parent: 1 - - uid: 16795 + pos: -51.5,25.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14106 components: - type: Transform - pos: 5.5,-17.5 - parent: 1 - - uid: 16797 + pos: -74.5,13.5 + parent: 2 + - uid: 14107 components: - type: Transform - pos: 13.5,-17.5 - parent: 1 - - uid: 16961 + rot: 3.141592653589793 rad + pos: -54.5,4.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14108 components: - type: Transform - pos: 8.5,-8.5 - parent: 1 - - uid: 18808 + rot: 1.5707963267948966 rad + pos: 25.5,28.5 + parent: 2 + - uid: 14109 components: - type: Transform - pos: 23.5,51.5 - parent: 1 -- proto: MaintenancePlantSpawner - entities: - - uid: 9010 + rot: 3.141592653589793 rad + pos: -14.5,-37.5 + parent: 2 + - uid: 14110 components: - type: Transform - pos: -21.5,0.5 - parent: 1 - - uid: 9013 + rot: -1.5707963267948966 rad + pos: -11.5,-3.5 + parent: 2 + - uid: 14111 components: - type: Transform - pos: -66.5,50.5 - parent: 1 - - uid: 9014 + rot: 1.5707963267948966 rad + pos: -13.5,1.5 + parent: 2 + - uid: 14112 components: - type: Transform - pos: 8.5,39.5 - parent: 1 - - uid: 9016 + pos: -16.5,-1.5 + parent: 2 + - uid: 14113 components: - type: Transform - pos: 29.5,-5.5 - parent: 1 - - uid: 18805 + pos: 15.5,32.5 + parent: 2 + - uid: 14114 components: - type: Transform - pos: 19.5,49.5 - parent: 1 - - uid: 18806 + rot: 1.5707963267948966 rad + pos: -17.5,35.5 + parent: 2 + - uid: 14115 components: - type: Transform - pos: 11.5,56.5 - parent: 1 - - uid: 18807 + pos: -59.5,34.5 + parent: 2 + - uid: 14116 components: - type: Transform - pos: 6.5,52.5 - parent: 1 -- proto: MaintenanceToolSpawner - entities: - - uid: 2072 + pos: -70.5,13.5 + parent: 2 + - uid: 14117 components: - type: Transform - pos: -3.5,15.5 - parent: 1 - - uid: 2775 + pos: -22.5,48.5 + parent: 2 + - uid: 14118 components: - type: Transform - pos: -25.5,54.5 - parent: 1 - - uid: 2955 + rot: -1.5707963267948966 rad + pos: -69.5,9.5 + parent: 2 + - uid: 14119 components: - type: Transform - pos: 27.5,-4.5 - parent: 1 - - uid: 3318 + rot: 3.141592653589793 rad + pos: -74.5,8.5 + parent: 2 + - uid: 14120 components: - type: Transform - pos: -18.5,16.5 - parent: 1 - - uid: 5431 + rot: 3.141592653589793 rad + pos: 15.5,-2.5 + parent: 2 + - uid: 14121 components: - type: Transform - pos: -29.5,-2.5 - parent: 1 - - uid: 5436 + rot: -1.5707963267948966 rad + pos: -41.5,63.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14122 components: - type: Transform - pos: -19.5,0.5 - parent: 1 - - uid: 5441 + pos: -47.5,65.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14123 components: - type: Transform - pos: -23.5,-3.5 - parent: 1 - - uid: 5503 + rot: 3.141592653589793 rad + pos: -60.5,60.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14124 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,59.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14125 components: - type: Transform - pos: -51.5,2.5 - parent: 1 - - uid: 5506 + rot: -1.5707963267948966 rad + pos: -46.5,53.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14126 components: - type: Transform - pos: -52.5,-5.5 - parent: 1 - - uid: 5560 + rot: -1.5707963267948966 rad + pos: -50.5,57.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14127 components: - type: Transform - pos: -40.5,18.5 - parent: 1 - - uid: 5561 + rot: 3.141592653589793 rad + pos: -55.5,53.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14128 components: - type: Transform - pos: -40.5,17.5 - parent: 1 - - uid: 5619 + rot: 1.5707963267948966 rad + pos: -57.5,58.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14129 components: - type: Transform - pos: -40.5,13.5 - parent: 1 - - uid: 5620 + pos: -62.5,55.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14130 components: - type: Transform - pos: -43.5,13.5 - parent: 1 - - uid: 5626 + rot: 3.141592653589793 rad + pos: -61.5,50.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14131 components: - type: Transform - pos: -45.5,23.5 - parent: 1 - - uid: 5737 + pos: -35.5,7.5 + parent: 2 + - uid: 14132 components: - type: Transform - pos: -20.5,29.5 - parent: 1 - - uid: 5748 + rot: -1.5707963267948966 rad + pos: -46.5,38.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14133 components: - type: Transform - pos: -20.5,13.5 - parent: 1 - - uid: 5796 + rot: -1.5707963267948966 rad + pos: 0.5,-9.5 + parent: 2 + - uid: 14134 components: - type: Transform - pos: -14.5,8.5 - parent: 1 - - uid: 6079 + pos: -11.5,44.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14135 components: - type: Transform - pos: 23.5,39.5 - parent: 1 - - uid: 6226 + rot: -1.5707963267948966 rad + pos: -11.5,38.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14136 components: - type: Transform - pos: 18.5,45.5 - parent: 1 - - uid: 9337 + rot: 1.5707963267948966 rad + pos: -17.5,49.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14137 components: - type: Transform - pos: 23.5,37.5 - parent: 1 - - uid: 10374 + rot: -1.5707963267948966 rad + pos: -10.5,48.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14138 components: - type: Transform - pos: -29.5,49.5 - parent: 1 - - uid: 10390 + rot: 1.5707963267948966 rad + pos: -38.5,42.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14139 components: - type: Transform - pos: -1.5,45.5 - parent: 1 - - uid: 10392 + pos: -33.5,47.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14140 components: - type: Transform - pos: 6.5,48.5 - parent: 1 - - uid: 10409 + rot: -1.5707963267948966 rad + pos: -27.5,46.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14141 components: - type: Transform - pos: 22.5,27.5 - parent: 1 - - uid: 10801 + rot: 1.5707963267948966 rad + pos: -23.5,54.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14142 components: - type: Transform - pos: -8.5,46.5 - parent: 1 - - uid: 12907 + pos: -12.5,57.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14143 components: - type: Transform - pos: 4.5,8.5 - parent: 1 - - uid: 12908 + rot: 1.5707963267948966 rad + pos: -18.5,55.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14144 components: - type: Transform - pos: 13.5,8.5 - parent: 1 - - uid: 13839 + rot: 3.141592653589793 rad + pos: -12.5,59.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14145 components: - type: Transform - pos: -43.5,54.5 - parent: 1 - - uid: 13884 + rot: -1.5707963267948966 rad + pos: -12.5,63.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14146 components: - type: Transform - pos: -67.5,36.5 - parent: 1 - - uid: 14320 + rot: 1.5707963267948966 rad + pos: -20.5,63.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14147 components: - type: Transform - pos: -66.5,42.5 - parent: 1 - - uid: 14323 + rot: 3.141592653589793 rad + pos: -20.5,59.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14148 components: - type: Transform - pos: -63.5,48.5 - parent: 1 - - uid: 14594 + rot: -1.5707963267948966 rad + pos: -11.5,-12.5 + parent: 2 + - uid: 14149 components: - type: Transform - pos: -67.5,11.5 - parent: 1 - - uid: 14595 + rot: 3.141592653589793 rad + pos: -37.5,-7.5 + parent: 2 + - uid: 14150 components: - type: Transform - pos: -67.5,13.5 - parent: 1 - - uid: 15928 + pos: -70.5,40.5 + parent: 2 + - uid: 14151 components: - type: Transform - pos: 18.5,40.5 - parent: 1 - - uid: 16356 + rot: -1.5707963267948966 rad + pos: -69.5,35.5 + parent: 2 + - uid: 14152 components: - type: Transform - pos: -8.5,15.5 - parent: 1 - - uid: 16575 + rot: 1.5707963267948966 rad + pos: -64.5,40.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14153 components: - type: Transform - pos: -17.5,14.5 - parent: 1 - - uid: 16577 + pos: -61.5,45.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14154 components: - type: Transform - pos: -17.5,8.5 - parent: 1 - - uid: 18824 + rot: 1.5707963267948966 rad + pos: -23.5,39.5 + parent: 2 + - uid: 14155 components: - type: Transform - pos: -60.5,28.5 - parent: 1 -- proto: MaintenanceWeaponSpawner - entities: - - uid: 919 + rot: -1.5707963267948966 rad + pos: 16.5,30.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14156 components: - type: Transform - pos: 29.5,-0.5 - parent: 1 - - uid: 2060 + pos: -0.5,10.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14157 components: - type: Transform - pos: -0.5,42.5 - parent: 1 - - uid: 2789 + rot: -1.5707963267948966 rad + pos: -81.5,33.5 + parent: 2 + - uid: 14158 components: - type: Transform - pos: -25.5,55.5 - parent: 1 - - uid: 5430 + rot: 1.5707963267948966 rad + pos: -79.5,31.5 + parent: 2 + - uid: 14159 components: - type: Transform - pos: -27.5,-4.5 - parent: 1 - - uid: 5558 + rot: -1.5707963267948966 rad + pos: -77.5,36.5 + parent: 2 + - uid: 14160 components: - type: Transform - pos: -47.5,17.5 - parent: 1 - - uid: 5746 + rot: -1.5707963267948966 rad + pos: -81.5,37.5 + parent: 2 + - uid: 14161 components: - type: Transform - pos: -30.5,12.5 - parent: 1 - - uid: 5752 + rot: 3.141592653589793 rad + pos: -42.5,41.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14162 components: - type: Transform - pos: -22.5,20.5 - parent: 1 - - uid: 5793 + rot: 1.5707963267948966 rad + pos: -44.5,47.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14163 components: - type: Transform - pos: -7.5,23.5 - parent: 1 - - uid: 9009 + rot: -1.5707963267948966 rad + pos: -39.5,51.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14164 components: - type: Transform - pos: 23.5,41.5 - parent: 1 - - uid: 10373 + rot: 3.141592653589793 rad + pos: -24.5,23.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14165 components: - type: Transform - pos: -27.5,49.5 - parent: 1 - - uid: 10400 + rot: -1.5707963267948966 rad + pos: -31.5,-8.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14166 components: - type: Transform - pos: -3.5,41.5 - parent: 1 - - uid: 10407 + pos: 30.5,10.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14167 components: - type: Transform - pos: 22.5,29.5 - parent: 1 - - uid: 12909 + rot: 3.141592653589793 rad + pos: 30.5,16.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14168 components: - type: Transform - pos: 5.5,8.5 - parent: 1 - - uid: 14319 + rot: -1.5707963267948966 rad + pos: -31.5,-2.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14169 components: - type: Transform - pos: -74.5,46.5 - parent: 1 - - uid: 14325 + rot: 1.5707963267948966 rad + pos: -75.5,38.5 + parent: 2 + - uid: 14170 components: - type: Transform - pos: -69.5,51.5 - parent: 1 - - uid: 14596 + rot: 3.141592653589793 rad + pos: -55.5,30.5 + parent: 2 + - uid: 14171 components: - type: Transform - pos: -60.5,19.5 - parent: 1 - - uid: 15073 + rot: 1.5707963267948966 rad + pos: -45.5,-11.5 + parent: 2 + - uid: 14172 components: - type: Transform - pos: -20.5,17.5 - parent: 1 - - uid: 15842 + rot: 3.141592653589793 rad + pos: -83.5,23.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14173 components: - type: Transform - pos: -25.5,53.5 - parent: 1 - - uid: 15911 + rot: -1.5707963267948966 rad + pos: -73.5,25.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14174 components: - type: Transform - pos: -47.5,17.5 - parent: 1 - - uid: 15926 + pos: -67.5,23.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14175 components: - type: Transform - pos: 17.5,42.5 - parent: 1 - - uid: 18906 + rot: 3.141592653589793 rad + pos: -71.5,15.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14176 components: - type: Transform - pos: 4.5,42.5 - parent: 1 - - uid: 18907 + rot: 1.5707963267948966 rad + pos: -74.5,31.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14177 components: - type: Transform - pos: 2.5,44.5 - parent: 1 -- proto: MaterialBones1 - entities: - - uid: 16370 + rot: 1.5707963267948966 rad + pos: -67.5,27.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14178 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.329729,50.552986 - parent: 1 - - uid: 16371 + rot: 1.5707963267948966 rad + pos: -64.5,32.5 + parent: 2 + - uid: 14179 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.590146,50.427902 - parent: 1 - - uid: 16372 + rot: -1.5707963267948966 rad + pos: -3.5,60.5 + parent: 2 + - uid: 14180 components: - type: Transform rot: 1.5707963267948966 rad - pos: 7.4651465,52.51268 - parent: 1 - - uid: 16373 + pos: -9.5,62.5 + parent: 2 + - uid: 14181 components: - type: Transform - pos: 6.4338965,51.449448 - parent: 1 -- proto: MaterialCloth - entities: - - uid: 7575 + rot: 3.141592653589793 rad + pos: -1.5,-13.5 + parent: 2 + - uid: 14182 components: - type: Transform - pos: -23.57047,39.72193 - parent: 1 -- proto: MaterialDurathread - entities: - - uid: 7585 + rot: -1.5707963267948966 rad + pos: -58.5,64.5 + parent: 2 + - uid: 14183 components: - type: Transform - pos: -23.341305,39.482185 - parent: 1 -- proto: MaterialSilo - entities: - - uid: 6424 + rot: -1.5707963267948966 rad + pos: -18.5,-16.5 + parent: 2 + - uid: 14184 components: - type: Transform - pos: 28.5,27.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 14169: - - - MaterialSilo - - MaterialSiloUtilizer - 14795: - - - MaterialSilo - - MaterialSiloUtilizer - 10348: - - - MaterialSilo - - MaterialSiloUtilizer - 6022: - - - MaterialSilo - - MaterialSiloUtilizer - 390: - - - MaterialSilo - - MaterialSiloUtilizer - 10690: - - - MaterialSilo - - MaterialSiloUtilizer - 624: - - - MaterialSilo - - MaterialSiloUtilizer - 10021: - - - MaterialSilo - - MaterialSiloUtilizer - 436: - - - MaterialSilo - - MaterialSiloUtilizer -- proto: MaterialWoodPlank - entities: - - uid: 10023 + pos: -8.5,-14.5 + parent: 2 + - uid: 14185 components: - type: Transform - pos: 21.5,51.5 - parent: 1 - - uid: 15937 + rot: 3.141592653589793 rad + pos: -21.5,31.5 + parent: 2 + - uid: 14186 components: - type: Transform - pos: 19.58975,42.76493 - parent: 1 - - uid: 16099 + rot: -1.5707963267948966 rad + pos: -50.5,63.5 + parent: 2 + - uid: 14187 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,40.5 - parent: 1 -- proto: MatterBinStockPart - entities: - - uid: 1092 + rot: 1.5707963267948966 rad + pos: -13.5,19.5 + parent: 2 + - uid: 14188 components: - type: Transform - pos: -15.566085,-6.3774486 - parent: 1 - - uid: 15529 + rot: -1.5707963267948966 rad + pos: -79.5,27.5 + parent: 2 + - uid: 14189 components: - type: Transform - pos: -15.409835,-6.5336986 - parent: 1 -- proto: MechEquipmentGrabberSmall - entities: - - uid: 15156 + rot: -1.5707963267948966 rad + pos: -56.5,23.5 + parent: 2 + - uid: 14190 components: - type: Transform - pos: -31.5,-5.5 - parent: 1 -- proto: MedicalBed - entities: - - uid: 2053 + rot: -1.5707963267948966 rad + pos: -18.5,-19.5 + parent: 2 + - uid: 14191 components: - type: Transform - pos: 12.5,28.5 - parent: 1 - - uid: 2380 + pos: -14.5,-29.5 + parent: 2 + - uid: 14192 components: - type: Transform - pos: 7.5,28.5 - parent: 1 - - uid: 2490 + pos: -12.5,-27.5 + parent: 2 + - uid: 14193 components: - type: Transform - pos: 7.5,31.5 - parent: 1 - - uid: 5452 + rot: 3.141592653589793 rad + pos: 13.5,-17.5 + parent: 2 + - uid: 14194 components: - type: Transform - pos: 12.5,31.5 - parent: 1 -- proto: MedicalBiofabricator - entities: - - uid: 17762 + rot: 1.5707963267948966 rad + pos: 7.5,-17.5 + parent: 2 + - uid: 14195 components: - type: Transform - pos: 1.5,40.5 - parent: 1 -- proto: MedicalTechFab - entities: - - uid: 10348 + rot: 1.5707963267948966 rad + pos: -63.5,64.5 + parent: 2 + - uid: 14196 components: - type: Transform - pos: 6.5,23.5 - parent: 1 - - type: SiloUtilizer - silo: 6424 -- proto: MedkitAdvancedFilled - entities: - - uid: 9067 + rot: 1.5707963267948966 rad + pos: -6.5,-23.5 + parent: 2 + - uid: 14197 components: - type: Transform - pos: 6.640418,22.751745 - parent: 1 -- proto: MedkitBruteFilled - entities: - - uid: 14852 + pos: -5.5,-15.5 + parent: 2 + - uid: 14198 components: - type: Transform - pos: 7.2916856,22.774529 - parent: 1 -- proto: MedkitBurnFilled - entities: - - uid: 2317 + pos: -81.5,51.5 + parent: 2 + - uid: 14199 components: - type: Transform - pos: 8.489602,22.753681 - parent: 1 -- proto: MedkitFilled - entities: - - uid: 1989 + pos: -83.5,53.5 + parent: 2 + - uid: 14200 components: - type: Transform - pos: -1.4897182,32.72799 - parent: 1 - - uid: 2313 + pos: -87.5,53.5 + parent: 2 + - uid: 14201 components: - type: Transform - pos: 7.5937686,22.555628 - parent: 1 - - uid: 10915 + pos: -91.5,53.5 + parent: 2 + - uid: 14202 components: - type: Transform - pos: -20.50132,63.5821 - parent: 1 - - uid: 16547 + rot: 3.141592653589793 rad + pos: -83.5,45.5 + parent: 2 + - uid: 14203 components: - type: Transform - pos: 7.5244193,33.617905 - parent: 1 -- proto: MedkitOxygenFilled - entities: - - uid: 2315 + rot: -1.5707963267948966 rad + pos: -87.5,44.5 + parent: 2 + - uid: 14204 components: - type: Transform - pos: 8.177102,22.566051 - parent: 1 - - uid: 9199 + rot: 3.141592653589793 rad + pos: -91.5,48.5 + parent: 2 + - uid: 14205 components: - type: Transform - pos: 12.600979,26.534712 - parent: 1 - - uid: 10921 + rot: -1.5707963267948966 rad + pos: -76.5,50.5 + parent: 2 + - uid: 14206 components: - type: Transform - pos: -11.50255,62.54268 - parent: 1 -- proto: MedkitRadiationFilled - entities: - - uid: 2314 + rot: 3.141592653589793 rad + pos: -7.5,-12.5 + parent: 2 + - uid: 14207 components: - type: Transform - pos: 7.8854356,22.764105 - parent: 1 - - uid: 19242 + pos: -9.5,-20.5 + parent: 2 + - uid: 14208 components: - type: Transform - pos: -82.91702,63.39808 - parent: 1 -- proto: MedkitToxinFilled - entities: - - uid: 2316 + rot: 1.5707963267948966 rad + pos: -13.5,-19.5 + parent: 2 + - uid: 14209 components: - type: Transform - pos: 6.9791856,22.607746 - parent: 1 -- proto: MicroManipulatorStockPart - entities: - - uid: 2943 + rot: 3.141592653589793 rad + pos: -8.5,53.5 + parent: 2 + - uid: 14210 components: - type: Transform - pos: -15.409835,-7.395097 - parent: 1 -- proto: MicrophoneInstrument - entities: - - uid: 15196 + rot: -1.5707963267948966 rad + pos: -6.5,55.5 + parent: 2 + - uid: 14211 components: - type: Transform - pos: -50.427746,-0.6071147 - parent: 1 -- proto: Mirror - entities: - - uid: 4076 + rot: 3.141592653589793 rad + pos: -2.5,53.5 + parent: 2 + - uid: 14212 components: - type: Transform rot: 1.5707963267948966 rad - pos: -27.5,0.5 - parent: 1 - - uid: 4077 + pos: -1.5,50.5 + parent: 2 + - uid: 14213 components: - type: Transform rot: 1.5707963267948966 rad - pos: -27.5,1.5 - parent: 1 - - uid: 4078 + pos: -5.5,50.5 + parent: 2 + - uid: 14214 components: - type: Transform rot: 1.5707963267948966 rad - pos: -27.5,-0.5 - parent: 1 -- proto: MopBucket - entities: - - uid: 5302 + pos: -17.5,11.5 + parent: 2 + - uid: 14215 components: - type: Transform - pos: -54.5,23.5 - parent: 1 - - uid: 16444 + rot: -1.5707963267948966 rad + pos: -47.5,-19.5 + parent: 2 + - uid: 14216 components: - type: Transform - pos: -51.5,35.5 - parent: 1 - - uid: 16445 + rot: 1.5707963267948966 rad + pos: -49.5,-19.5 + parent: 2 + - uid: 14217 components: - type: Transform - pos: -52.5,35.5 - parent: 1 -- proto: MopItem - entities: - - uid: 5303 + pos: -48.5,-11.5 + parent: 2 + - uid: 21213 components: - type: Transform - pos: -54.5,23.5 - parent: 1 - - uid: 6897 + rot: 3.141592653589793 rad + pos: -96.5,49.5 + parent: 2 +- proto: PoweredlightBlue + entities: + - uid: 14218 components: - type: Transform - pos: -53.649166,37.604195 - parent: 1 - - uid: 9851 + rot: 1.5707963267948966 rad + pos: 6.5,42.5 + parent: 2 + - uid: 14219 components: - type: Transform - pos: -53.51375,37.47911 - parent: 1 - - uid: 16108 + rot: -1.5707963267948966 rad + pos: 12.5,42.5 + parent: 2 +- proto: PoweredlightEmpty + entities: + - uid: 14220 components: - type: Transform - pos: -54.55637,86.48219 - parent: 1 -- proto: Morgue + rot: -1.5707963267948966 rad + pos: -56.5,40.5 + parent: 2 +- proto: PoweredlightExterior entities: - - uid: 523 + - uid: 14221 components: - type: Transform - pos: -1.5,17.5 - parent: 1 - - uid: 1063 + rot: -1.5707963267948966 rad + pos: -88.5,63.5 + parent: 2 + - uid: 20850 components: - type: Transform rot: 3.141592653589793 rad - pos: 1.5,14.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 1143 + pos: -76.5,-7.5 + parent: 2 + - uid: 20869 components: - type: Transform - pos: -0.5,17.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 1156 + pos: -76.5,2.5 + parent: 2 + - uid: 20870 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,14.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 1157 + rot: -1.5707963267948966 rad + pos: -95.5,0.5 + parent: 2 + - uid: 20871 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,14.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 1246 + rot: -1.5707963267948966 rad + pos: -95.5,-7.5 + parent: 2 + - uid: 21190 components: - type: Transform - pos: 0.5,17.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 1413 + rot: 3.141592653589793 rad + pos: -77.5,71.5 + parent: 2 + - uid: 21191 components: - type: Transform - pos: 2.5,17.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 1614 + rot: 3.141592653589793 rad + pos: -83.5,71.5 + parent: 2 +- proto: PoweredlightLED + entities: + - uid: 14222 components: - type: Transform - pos: 1.5,17.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 1616 + rot: 3.141592653589793 rad + pos: 11.5,29.5 + parent: 2 + - uid: 14223 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,14.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 1622 + rot: -1.5707963267948966 rad + pos: 12.5,37.5 + parent: 2 + - uid: 14224 components: - type: Transform rot: 3.141592653589793 rad - pos: 2.5,14.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 1829 + pos: 6.5,28.5 + parent: 2 + - uid: 14225 components: - type: Transform - pos: 19.5,2.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 3.3523011 - - 12.611038 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 12384 + rot: -1.5707963267948966 rad + pos: 12.5,33.5 + parent: 2 + - uid: 14226 components: - type: Transform rot: 3.141592653589793 rad - pos: -2.5,-18.5 - parent: 1 -- proto: MouseTimedSpawner - entities: - - uid: 14186 + pos: 7.5,29.5 + parent: 2 + - uid: 14227 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,22.5 + parent: 2 + - uid: 14228 components: - type: Transform - pos: 9.5,9.5 - parent: 1 - - uid: 14187 + rot: 3.141592653589793 rad + pos: 2.5,19.5 + parent: 2 + - uid: 14229 components: - type: Transform - pos: 7.5,46.5 - parent: 1 - - uid: 14188 + rot: 1.5707963267948966 rad + pos: 2.5,31.5 + parent: 2 + - uid: 14230 components: - type: Transform - pos: -44.5,14.5 - parent: 1 - - uid: 14937 + rot: 3.141592653589793 rad + pos: 11.5,22.5 + parent: 2 + - uid: 14231 components: - type: Transform - pos: -74.5,45.5 - parent: 1 - - uid: 15048 + pos: 7.5,26.5 + parent: 2 + - uid: 14232 components: - type: Transform - pos: -66.5,8.5 - parent: 1 -- proto: MousetrapArmed - entities: - - uid: 13633 + rot: 1.5707963267948966 rad + pos: 6.5,36.5 + parent: 2 + - uid: 14233 components: - type: Transform - pos: -80.255196,64.35507 - parent: 1 - - type: StepTriggerActive - - uid: 18056 + rot: -1.5707963267948966 rad + pos: 4.5,38.5 + parent: 2 + - uid: 14234 components: - type: Transform - pos: -80.29686,64.70229 - parent: 1 - - type: StepTriggerActive - - uid: 18452 + rot: 1.5707963267948966 rad + pos: -0.5,38.5 + parent: 2 + - uid: 14235 components: - type: Transform - pos: -80.82464,64.71618 - parent: 1 - - type: StepTriggerActive - - uid: 18816 + rot: 1.5707963267948966 rad + pos: 6.5,34.5 + parent: 2 + - uid: 14236 components: - type: Transform - pos: -80.505196,64.521736 - parent: 1 - - type: StepTriggerActive - - uid: 18946 + rot: 1.5707963267948966 rad + pos: -4.5,32.5 + parent: 2 + - uid: 14237 components: - type: Transform - pos: -80.79686,64.36896 - parent: 1 - - type: StepTriggerActive -- proto: Multitool - entities: - - uid: 118 + rot: 3.141592653589793 rad + pos: -0.5,29.5 + parent: 2 + - uid: 14238 components: - type: Transform - pos: -34.24574,49.504616 - parent: 1 - - type: NetworkConfigurator - devices: - 'UID: 7265': 18298 - - type: Physics - angularDamping: 0 - linearDamping: 0 - - uid: 1055 + rot: -1.5707963267948966 rad + pos: 12.5,25.5 + parent: 2 + - uid: 14239 components: - type: Transform - pos: -53.37055,92.546486 - parent: 1 - - type: NetworkConfigurator - devices: - 'UID: 15355': 8057 - 'UID: 15426': 18346 - linkModeActive: False - - type: Physics - angularDamping: 0 - linearDamping: 0 - - uid: 5647 + rot: -1.5707963267948966 rad + pos: 4.5,33.5 + parent: 2 + - uid: 14240 components: - type: Transform - pos: -24.502523,29.558752 - parent: 1 - - uid: 17014 + pos: -0.5,34.5 + parent: 2 + - uid: 14241 components: - type: Transform - pos: -15.702389,-36.892075 - parent: 1 -- proto: NewtonCradle - entities: - - uid: 15855 + rot: -1.5707963267948966 rad + pos: 0.5,21.5 + parent: 2 + - uid: 14242 components: - type: Transform - pos: -11.5,46.5 - parent: 1 -- proto: NitrogenCanister - entities: - - uid: 5470 + rot: 1.5707963267948966 rad + pos: -4.5,21.5 + parent: 2 + - uid: 14243 components: - type: Transform - pos: -48.5,17.5 - parent: 1 - - uid: 5591 + rot: 3.141592653589793 rad + pos: -1.5,19.5 + parent: 2 + - uid: 14244 components: - type: Transform - pos: -3.5,36.5 - parent: 1 - - uid: 5675 + pos: -2.5,27.5 + parent: 2 + - uid: 14245 components: - type: Transform - pos: -25.5,20.5 - parent: 1 - - uid: 9468 + rot: 3.141592653589793 rad + pos: -8.5,27.5 + parent: 2 + - uid: 14246 components: - type: Transform - pos: 22.5,24.5 - parent: 1 - - uid: 10094 + rot: -1.5707963267948966 rad + pos: -6.5,28.5 + parent: 2 +- proto: PoweredlightSodium + entities: + - uid: 2294 components: - type: Transform - pos: 14.5,42.5 - parent: 1 - - uid: 10099 + rot: 3.141592653589793 rad + pos: -88.5,16.5 + parent: 2 + - uid: 11350 components: - type: Transform - pos: -41.5,54.5 - parent: 1 - - uid: 12894 + rot: -1.5707963267948966 rad + pos: -98.5,50.5 + parent: 2 + - uid: 12661 components: - type: Transform - pos: 14.5,14.5 - parent: 1 - - uid: 14395 + pos: -97.5,47.5 + parent: 2 + - uid: 13880 components: - type: Transform - pos: -89.5,35.5 - parent: 1 - - uid: 14578 + rot: 3.141592653589793 rad + pos: -102.5,45.5 + parent: 2 + - uid: 14247 components: - type: Transform - pos: -60.5,17.5 - parent: 1 - - uid: 16949 + pos: 20.5,43.5 + parent: 2 + - uid: 14248 components: - type: Transform - pos: -7.5,-34.5 - parent: 1 - - uid: 17765 + pos: -54.5,-12.5 + parent: 2 + - uid: 14249 components: - type: Transform - pos: -82.5,57.5 - parent: 1 - - uid: 18355 + pos: -45.5,-15.5 + parent: 2 + - uid: 14250 components: - type: Transform - pos: -72.5,43.5 - parent: 1 -- proto: NitrousOxideCanister - entities: - - uid: 9958 + rot: 1.5707963267948966 rad + pos: -106.5,22.5 + parent: 2 + - uid: 14251 components: - type: Transform - pos: -71.5,42.5 - parent: 1 - - uid: 16950 + rot: 1.5707963267948966 rad + pos: -106.5,28.5 + parent: 2 + - uid: 14252 components: - type: Transform - pos: -7.5,-33.5 - parent: 1 - - uid: 17994 + rot: 1.5707963267948966 rad + pos: -13.5,-8.5 + parent: 2 + - uid: 14253 components: - type: Transform - pos: -70.5,42.5 - parent: 1 -- proto: NitrousOxideTankFilled - entities: - - uid: 16922 + rot: -1.5707963267948966 rad + pos: -87.5,22.5 + parent: 2 + - uid: 14254 components: - type: Transform - pos: -4.3661137,-18.461504 - parent: 1 -- proto: NTDefaultCircuitBoard - entities: - - uid: 11874 + rot: -1.5707963267948966 rad + pos: -87.5,28.5 + parent: 2 + - uid: 14255 components: - type: Transform - pos: 18.485558,16.486126 - parent: 1 -- proto: NuclearBomb - entities: - - uid: 10854 + pos: -97.5,34.5 + parent: 2 + - uid: 14256 components: - type: Transform - pos: -23.5,56.5 - parent: 1 -- proto: NuclearBombKeg - entities: - - uid: 6316 + pos: -41.5,58.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14257 components: - type: Transform - pos: 10.5,43.5 - parent: 1 -- proto: NukeDiskFake - entities: - - uid: 6318 + rot: 1.5707963267948966 rad + pos: -38.5,63.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14258 components: - - type: MetaData - desc: A crude replication of a real nuclear authentication disk. You could tell this thing was fake from a mile away. - name: flimsy nuclear authentication disk - type: Transform - pos: 12.55704,43.506477 - parent: 1 -- proto: NutimovCircuitBoard - entities: - - uid: 11873 + rot: 3.141592653589793 rad + pos: -42.5,68.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14259 components: - type: Transform - pos: 18.485558,16.597315 - parent: 1 -- proto: Ointment - entities: - - uid: 1992 + rot: -1.5707963267948966 rad + pos: -51.5,-14.5 + parent: 2 + - uid: 14260 components: - type: Transform - pos: 0.44623998,32.749245 - parent: 1 - - uid: 1993 + rot: 3.141592653589793 rad + pos: -97.5,16.5 + parent: 2 + - uid: 15054 components: - type: Transform - pos: -0.053760022,32.561745 - parent: 1 - - uid: 1994 + pos: -94.5,40.5 + parent: 2 + - uid: 21126 components: - type: Transform - pos: -0.67876005,32.63987 - parent: 1 -- proto: OperatingTable - entities: - - uid: 997 + rot: 3.141592653589793 rad + pos: -110.5,45.5 + parent: 2 + - uid: 21127 components: - type: Transform - pos: 0.5,38.5 - parent: 1 - - uid: 12771 + pos: -110.5,53.5 + parent: 2 + - uid: 21128 components: - type: Transform - pos: 19.5,30.5 - parent: 1 - - uid: 15884 + pos: -102.5,53.5 + parent: 2 + - uid: 21452 components: - type: Transform - pos: -3.5,-18.5 - parent: 1 -- proto: OreProcessor - entities: - - uid: 3696 + rot: 1.5707963267948966 rad + pos: 28.5,36.5 + parent: 2 + - uid: 21454 components: - type: Transform - pos: -41.5,-8.5 - parent: 1 -- proto: OrganHumanEyes + rot: 1.5707963267948966 rad + pos: 26.5,-11.5 + parent: 2 +- proto: PoweredSmallLight entities: - - uid: 9285 + - uid: 1104 components: - type: Transform - pos: 19.520979,30.326818 - parent: 1 - - uid: 18833 + pos: -70.5,45.5 + parent: 2 + - uid: 12954 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -60.49192,24.305994 - parent: 1 -- proto: OrganHumanHeart - entities: - - uid: 5800 + pos: -84.5,18.5 + parent: 2 + - uid: 14261 components: - type: Transform - pos: -9.314642,21.506338 - parent: 1 - - uid: 9241 + pos: 7.5,-1.5 + parent: 2 + - uid: 14262 components: - type: Transform - pos: 18.986782,28.61476 - parent: 1 - - uid: 18834 + pos: -15.5,-14.5 + parent: 2 + - uid: 14263 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -60.11692,23.97243 - parent: 1 -- proto: OrganHumanKidneys - entities: - - uid: 6217 + pos: -8.5,-0.5 + parent: 2 + - uid: 14264 components: - type: Transform - pos: -60.34609,23.743103 - parent: 1 - - uid: 9286 + rot: -1.5707963267948966 rad + pos: -27.5,37.5 + parent: 2 + - uid: 14265 components: - type: Transform - pos: 20.613625,32.63852 - parent: 1 -- proto: OrganHumanLiver - entities: - - uid: 9287 + rot: 3.141592653589793 rad + pos: 18.5,-8.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14266 components: - type: Transform - pos: 20.286604,32.561195 - parent: 1 -- proto: OrganHumanLungs - entities: - - uid: 5964 + rot: 1.5707963267948966 rad + pos: 13.5,-9.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14267 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -60.65859,23.930733 - parent: 1 -- proto: OrganHumanStomach - entities: - - uid: 6016 + pos: 20.5,23.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14268 components: - type: Transform rot: -1.5707963267948966 rad - pos: -60.325256,24.160059 - parent: 1 -- proto: OrganHumanTongue - entities: - - uid: 9283 + pos: 4.5,10.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14269 components: - type: Transform - pos: 18.880354,28.451818 - parent: 1 -- proto: OxygenCanister - entities: - - uid: 3498 + rot: 1.5707963267948966 rad + pos: 16.5,11.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14270 components: - type: Transform - pos: -47.5,-11.5 - parent: 1 - - uid: 5656 + pos: 22.5,9.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14271 components: - type: Transform - pos: -4.5,36.5 - parent: 1 - - uid: 5670 + rot: 1.5707963267948966 rad + pos: 25.5,2.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14272 components: - type: Transform - pos: -26.5,20.5 - parent: 1 - - uid: 8937 + rot: 1.5707963267948966 rad + pos: 22.5,15.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14273 components: - type: Transform - pos: -21.5,46.5 - parent: 1 - - uid: 9266 + rot: 3.141592653589793 rad + pos: -16.5,22.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14274 components: - type: Transform - pos: 18.5,-4.5 - parent: 1 - - uid: 9378 + rot: 1.5707963267948966 rad + pos: -26.5,0.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14275 components: - type: Transform - pos: 22.5,23.5 - parent: 1 - - uid: 9828 + rot: 3.141592653589793 rad + pos: -52.5,-3.5 + parent: 2 + - uid: 14276 components: - type: Transform - pos: -72.5,42.5 - parent: 1 - - uid: 10092 + pos: -41.5,11.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14277 components: - type: Transform - pos: 14.5,41.5 - parent: 1 - - uid: 10093 + rot: -1.5707963267948966 rad + pos: -40.5,14.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14278 components: - type: Transform - pos: -48.5,18.5 - parent: 1 - - uid: 10129 + rot: -1.5707963267948966 rad + pos: -46.5,67.5 + parent: 2 + - uid: 14279 components: - type: Transform - pos: -40.5,54.5 - parent: 1 - - uid: 12893 + rot: -1.5707963267948966 rad + pos: -50.5,40.5 + parent: 2 + - uid: 14280 components: - type: Transform - pos: 14.5,13.5 - parent: 1 - - uid: 14377 + rot: 1.5707963267948966 rad + pos: -25.5,44.5 + parent: 2 + - uid: 14281 components: - type: Transform - pos: -88.5,35.5 - parent: 1 - - uid: 14577 + rot: 1.5707963267948966 rad + pos: -35.5,-15.5 + parent: 2 + - uid: 14282 components: - type: Transform - pos: -60.5,16.5 - parent: 1 - - uid: 14796 + rot: 1.5707963267948966 rad + pos: -17.5,27.5 + parent: 2 + - uid: 14283 components: - type: Transform - pos: -81.5,32.5 - parent: 1 - - uid: 16948 + rot: 1.5707963267948966 rad + pos: 2.5,51.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14284 components: - type: Transform - pos: -7.5,-35.5 - parent: 1 - - uid: 17766 + rot: -1.5707963267948966 rad + pos: -50.5,80.5 + parent: 2 + - uid: 14285 components: - type: Transform - pos: -84.5,57.5 - parent: 1 -- proto: PaintingTheScream - entities: - - uid: 16433 + rot: 1.5707963267948966 rad + pos: -53.5,36.5 + parent: 2 + - uid: 14286 components: - type: Transform - pos: 5.5,51.5 - parent: 1 -- proto: PairedChopsticks - entities: - - uid: 16079 + pos: -19.5,40.5 + parent: 2 + - uid: 14287 components: - type: Transform - pos: -48.70142,9.542073 - parent: 1 -- proto: PaladinCircuitBoard - entities: - - uid: 11872 + rot: 3.141592653589793 rad + pos: -55.5,88.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14288 components: - type: Transform - pos: 17.506392,16.291548 - parent: 1 -- proto: Paper - entities: - - uid: 4221 + rot: -1.5707963267948966 rad + pos: -54.5,86.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14289 components: - type: Transform - pos: -42.30462,24.611063 - parent: 1 - - uid: 4222 + pos: -55.5,84.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14290 components: - type: Transform - pos: -42.46087,24.611063 - parent: 1 - - uid: 4223 + pos: -61.5,89.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14291 components: - type: Transform - pos: -42.58587,24.564188 - parent: 1 - - uid: 4224 + rot: 1.5707963267948966 rad + pos: -52.5,84.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14292 components: - type: Transform - pos: -42.632744,24.548563 - parent: 1 - - uid: 4225 + rot: -1.5707963267948966 rad + pos: -50.5,89.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14293 components: - type: Transform - pos: -42.64837,24.517313 - parent: 1 - - uid: 4226 + rot: 3.141592653589793 rad + pos: -62.5,83.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14294 components: - type: Transform - pos: -42.476494,24.564188 - parent: 1 - - uid: 4227 + rot: -1.5707963267948966 rad + pos: -57.5,85.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14295 components: - type: Transform - pos: -42.382744,24.579813 - parent: 1 - - uid: 4228 + rot: 1.5707963267948966 rad + pos: -56.5,65.5 + parent: 2 + - uid: 14296 components: - type: Transform - pos: -42.49212,24.579813 - parent: 1 - - uid: 4229 + pos: -61.5,14.5 + parent: 2 + - uid: 14297 components: - type: Transform - pos: -42.67962,24.501688 - parent: 1 - - uid: 7292 + pos: -19.5,43.5 + parent: 2 + - uid: 14298 components: - type: Transform - pos: -60.664387,89.61223 - parent: 1 - - uid: 7297 + rot: 1.5707963267948966 rad + pos: -54.5,50.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14299 components: - type: Transform - pos: -60.27376,89.67473 - parent: 1 - - uid: 7309 + rot: 1.5707963267948966 rad + pos: -57.5,50.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14300 components: - type: Transform - pos: -60.601887,89.58098 - parent: 1 - - uid: 7710 + rot: 1.5707963267948966 rad + pos: -51.5,50.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14301 components: - type: Transform - pos: -60.74251,89.67473 - parent: 1 - - uid: 7726 + rot: 3.141592653589793 rad + pos: -60.5,57.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14302 components: - type: Transform - pos: -60.414387,89.61223 - parent: 1 - - uid: 15191 + rot: 3.141592653589793 rad + pos: -54.5,79.5 + parent: 2 + - uid: 14304 components: - type: Transform - pos: -53.636078,-0.9615274 - parent: 1 - - uid: 15192 + rot: 1.5707963267948966 rad + pos: -52.5,67.5 + parent: 2 + - uid: 14305 components: - type: Transform - pos: -53.479828,-1.0866145 - parent: 1 - - uid: 15193 + pos: -4.5,56.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14306 components: - type: Transform - pos: -50.87566,-0.53414714 - parent: 1 - - uid: 15194 + rot: 3.141592653589793 rad + pos: -28.5,40.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14307 components: - type: Transform - pos: -50.979828,-0.37778902 - parent: 1 - - uid: 15818 + rot: 1.5707963267948966 rad + pos: -37.5,50.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14308 components: - type: Transform - pos: -19.663857,36.72599 - parent: 1 - - uid: 15819 + pos: -51.5,76.5 + parent: 2 + - uid: 14309 components: - type: Transform - pos: -19.594414,36.6426 - parent: 1 - - uid: 15820 + rot: -1.5707963267948966 rad + pos: -69.5,26.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14311 components: - type: Transform - pos: -19.515709,36.54531 - parent: 1 - - uid: 17706 + rot: -1.5707963267948966 rad + pos: -29.5,55.5 + parent: 2 + - uid: 14313 components: - type: Transform - pos: -74.58098,10.561061 - parent: 1 - - uid: 17707 + rot: -1.5707963267948966 rad + pos: 19.5,18.5 + parent: 2 + - uid: 14314 components: - type: Transform - pos: -74.49764,10.644452 - parent: 1 -- proto: PaperBin10 - entities: - - uid: 103 + rot: 3.141592653589793 rad + pos: -69.5,47.5 + parent: 2 + - uid: 14315 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-13.5 - parent: 1 - - uid: 1880 + rot: 3.141592653589793 rad + pos: 10.5,-13.5 + parent: 2 + - uid: 14316 components: - type: Transform - pos: -43.5,-7.5 - parent: 1 - - uid: 17635 + rot: 3.141592653589793 rad + pos: -83.5,40.5 + parent: 2 + - uid: 14317 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -75.5,8.5 - parent: 1 -- proto: PaperBin5 - entities: - - uid: 15184 + rot: -1.5707963267948966 rad + pos: -77.5,41.5 + parent: 2 + - uid: 14318 components: - type: Transform - pos: -53.5,-0.5 - parent: 1 - - uid: 15935 + pos: -89.5,41.5 + parent: 2 + - uid: 14319 components: - type: Transform - pos: -60.5,63.5 - parent: 1 - - uid: 15960 + rot: 1.5707963267948966 rad + pos: -90.5,36.5 + parent: 2 + - uid: 14320 components: - type: Transform - pos: -23.5,40.5 - parent: 1 - - uid: 15964 + pos: -83.5,43.5 + parent: 2 + - uid: 14321 components: - type: Transform - pos: -12.5,46.5 - parent: 1 - - uid: 17504 + rot: 3.141592653589793 rad + pos: -83.5,29.5 + parent: 2 + - uid: 14322 components: - type: Transform rot: -1.5707963267948966 rad - pos: -20.5,-14.5 - parent: 1 - - uid: 18629 + pos: -11.5,-22.5 + parent: 2 + - uid: 14323 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,59.5 - parent: 1 -- proto: PaperCaptainsThoughts - entities: - - uid: 14677 + rot: -1.5707963267948966 rad + pos: -69.5,54.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14324 components: - type: Transform - pos: -9.646422,61.971367 - parent: 1 - - uid: 14678 + pos: -74.5,42.5 + parent: 2 + - uid: 14325 components: - type: Transform - pos: -9.563089,61.887978 - parent: 1 - - uid: 14679 + rot: -1.5707963267948966 rad + pos: -84.5,20.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 14326 components: - type: Transform - pos: -9.479755,61.79416 - parent: 1 -- proto: PaperOffice - entities: - - uid: 2367 + rot: 3.141592653589793 rad + pos: -4.5,58.5 + parent: 2 + - uid: 14327 components: - type: Transform rot: -1.5707963267948966 rad - pos: 11.600925,18.432741 - parent: 1 - - uid: 2368 + pos: -7.5,9.5 + parent: 2 + - uid: 14328 components: - type: Transform rot: -1.5707963267948966 rad - pos: 11.42905,18.682741 - parent: 1 - - uid: 2369 + pos: -27.5,-11.5 + parent: 2 + - uid: 14329 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.382175,18.698366 - parent: 1 - - uid: 2370 + rot: 3.141592653589793 rad + pos: -53.5,8.5 + parent: 2 + - uid: 14330 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.67905,18.729616 - parent: 1 - - uid: 2371 + rot: 1.5707963267948966 rad + pos: -50.5,12.5 + parent: 2 + - uid: 14331 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.507175,18.479616 - parent: 1 - - uid: 3204 + rot: 1.5707963267948966 rad + pos: -47.5,12.5 + parent: 2 + - uid: 14332 components: - type: Transform - pos: -26.966206,17.360792 - parent: 1 - - uid: 3205 + rot: -1.5707963267948966 rad + pos: -46.5,10.5 + parent: 2 + - uid: 14333 components: - type: Transform - pos: -27.028706,17.329542 - parent: 1 - - uid: 3206 + pos: -50.5,-5.5 + parent: 2 + - uid: 14334 components: - type: Transform - pos: -27.091206,17.220167 - parent: 1 - - uid: 3207 + pos: -8.5,15.5 + parent: 2 + - uid: 14335 components: - type: Transform - pos: -26.76308,17.157667 - parent: 1 - - uid: 3208 + rot: 3.141592653589793 rad + pos: -3.5,12.5 + parent: 2 + - uid: 14336 components: - type: Transform - pos: -27.028706,17.188917 - parent: 1 - - uid: 3209 + rot: 3.141592653589793 rad + pos: -46.5,21.5 + parent: 2 + - uid: 14337 components: - type: Transform - pos: -27.16933,17.173292 - parent: 1 - - uid: 3578 + rot: -1.5707963267948966 rad + pos: 8.5,-7.5 + parent: 2 + - uid: 14338 components: - type: Transform - pos: -70.33955,16.634232 - parent: 1 - - uid: 3751 + rot: -1.5707963267948966 rad + pos: -7.5,-34.5 + parent: 2 + - uid: 14339 components: - type: Transform - pos: -46.321968,1.8882136 - parent: 1 - - uid: 3752 + rot: 1.5707963267948966 rad + pos: -9.5,-30.5 + parent: 2 + - uid: 14340 components: - type: Transform - pos: -46.446968,1.7632136 - parent: 1 - - uid: 3753 + rot: 3.141592653589793 rad + pos: -9.5,-39.5 + parent: 2 + - uid: 14341 components: - type: Transform - pos: -46.478218,1.6850886 - parent: 1 - - uid: 3754 + rot: 1.5707963267948966 rad + pos: -19.5,-33.5 + parent: 2 + - uid: 14342 components: - type: Transform - pos: -46.368843,1.5913386 - parent: 1 - - uid: 3755 + pos: -19.5,-30.5 + parent: 2 + - uid: 14343 components: - type: Transform - pos: -46.337593,1.5757136 - parent: 1 - - uid: 5512 + rot: 3.141592653589793 rad + pos: -19.5,-36.5 + parent: 2 + - uid: 14344 components: - type: Transform - pos: -53.91828,-5.305279 - parent: 1 - - uid: 5513 + pos: 3.5,-22.5 + parent: 2 + - uid: 14345 components: - type: Transform - pos: -53.808907,-5.305279 - parent: 1 - - uid: 5514 + rot: 1.5707963267948966 rad + pos: 4.5,-5.5 + parent: 2 + - uid: 14346 components: - type: Transform - pos: -53.715157,-5.320904 - parent: 1 - - uid: 5515 + rot: 1.5707963267948966 rad + pos: 4.5,-16.5 + parent: 2 + - uid: 14347 components: - type: Transform - pos: -53.621407,-5.320904 - parent: 1 - - uid: 5810 + pos: 5.5,-11.5 + parent: 2 + - uid: 14348 components: - type: Transform - pos: -27.736298,13.6788025 - parent: 1 - - uid: 5811 + rot: 3.141592653589793 rad + pos: -16.5,-18.5 + parent: 2 + - uid: 14349 components: - type: Transform - pos: -27.689423,13.6631775 - parent: 1 - - uid: 5812 + pos: -79.5,57.5 + parent: 2 + - uid: 14350 components: - type: Transform - pos: -27.564423,13.6006775 - parent: 1 - - uid: 5813 + pos: -82.5,57.5 + parent: 2 + - uid: 14351 components: - type: Transform - pos: -27.376923,13.5069275 - parent: 1 - - uid: 5814 + pos: -84.5,57.5 + parent: 2 + - uid: 14352 components: - type: Transform - pos: -27.267548,13.4913025 - parent: 1 - - uid: 5815 + pos: -86.5,57.5 + parent: 2 + - uid: 14353 components: - type: Transform - pos: -27.455048,13.5850525 - parent: 1 - - uid: 7950 + pos: -88.5,57.5 + parent: 2 + - uid: 14354 components: - type: Transform - pos: -47.78143,59.577873 - parent: 1 - - uid: 7951 + pos: -90.5,57.5 + parent: 2 + - uid: 14355 components: - type: Transform - pos: -47.734554,59.577873 - parent: 1 - - uid: 7952 + pos: -92.5,57.5 + parent: 2 + - uid: 14356 components: - type: Transform - pos: -47.71893,59.577873 - parent: 1 - - uid: 7953 + rot: 3.141592653589793 rad + pos: -94.5,42.5 + parent: 2 + - uid: 14357 components: - type: Transform - pos: -47.672054,59.577873 - parent: 1 - - uid: 7985 + rot: 1.5707963267948966 rad + pos: 10.5,55.5 + parent: 2 + - uid: 14358 components: - type: Transform - pos: -60.29884,58.597794 - parent: 1 - - uid: 7986 + rot: 3.141592653589793 rad + pos: 24.5,58.5 + parent: 2 + - uid: 14359 components: - type: Transform - pos: -60.314465,58.597794 - parent: 1 - - uid: 7987 + rot: -1.5707963267948966 rad + pos: 23.5,46.5 + parent: 2 + - uid: 14360 components: - type: Transform - pos: -60.33009,58.597794 - parent: 1 - - uid: 7990 + rot: 1.5707963267948966 rad + pos: 14.5,53.5 + parent: 2 + - uid: 16384 components: - type: Transform - pos: -56.078358,58.626472 - parent: 1 - - uid: 7991 + pos: -80.5,20.5 + parent: 2 +- proto: PoweredSmallLightEmpty + entities: + - uid: 14361 components: - type: Transform - pos: -56.172108,58.532722 - parent: 1 - - uid: 7992 + rot: 3.141592653589793 rad + pos: 21.5,37.5 + parent: 2 +- proto: PoweredStrobeLightEmpty + entities: + - uid: 13303 components: - type: Transform - pos: -56.234608,58.595222 - parent: 1 - - uid: 10936 + rot: -1.5707963267948966 rad + pos: -19.5,48.5 + parent: 2 + - type: ContainerContainer + containers: + light_bulb: !type:ContainerSlot + showEnts: False + occludes: True + ent: 13304 + - type: ApcPowerReceiver + powerLoad: 0 + - type: DamageOnInteract + isDamageActive: False + - uid: 13305 components: - type: Transform - pos: -63.356304,41.570023 - parent: 1 - - uid: 10938 + rot: 1.5707963267948966 rad + pos: -23.5,45.5 + parent: 2 + - type: ContainerContainer + containers: + light_bulb: !type:ContainerSlot + showEnts: False + occludes: True + ent: 13306 + - type: ApcPowerReceiver + powerLoad: 0 + - type: DamageOnInteract + isDamageActive: False +- proto: PoweredWarmSmallLight + entities: + - uid: 14362 components: - type: Transform - pos: -63.450054,41.570023 - parent: 1 - - uid: 10939 + rot: 1.5707963267948966 rad + pos: 18.5,31.5 + parent: 2 + - uid: 14363 components: - type: Transform - pos: -61.55943,41.601273 - parent: 1 - - uid: 10941 + rot: -1.5707963267948966 rad + pos: 20.5,29.5 + parent: 2 + - uid: 14364 components: - type: Transform - pos: -61.46568,41.585648 - parent: 1 - - uid: 10946 + rot: -1.5707963267948966 rad + pos: -30.5,38.5 + parent: 2 + - uid: 14365 components: - type: Transform - pos: -62.24684,39.585648 - parent: 1 - - uid: 10947 + rot: 1.5707963267948966 rad + pos: -44.5,38.5 + parent: 2 + - uid: 14366 components: - type: Transform - pos: -62.30934,39.585648 - parent: 1 - - uid: 10948 + rot: 3.141592653589793 rad + pos: 19.5,49.5 + parent: 2 + - uid: 14367 components: - type: Transform - pos: -62.356216,39.585648 - parent: 1 - - uid: 10949 + pos: 22.5,56.5 + parent: 2 + - uid: 14368 components: - type: Transform - pos: -62.37184,39.585648 - parent: 1 - - uid: 12026 + pos: -39.5,39.5 + parent: 2 +- proto: PresentRandom + entities: + - uid: 14369 components: - type: Transform - pos: -31.597652,-1.4642928 - parent: 1 - - uid: 12027 + pos: -23.544806,55.64897 + parent: 2 +- proto: Protolathe + entities: + - uid: 14370 components: - type: Transform - pos: -31.503902,-1.4955428 - parent: 1 - - uid: 12028 + pos: -19.5,-6.5 + parent: 2 + - type: SiloUtilizer + silo: 13590 +- proto: ProtolatheMachineCircuitboard + entities: + - uid: 14371 components: - type: Transform - pos: -31.378902,-1.5892928 - parent: 1 - - uid: 12029 + pos: -49.5,23.5 + parent: 2 +- proto: PuddleVomit + entities: + - uid: 14372 components: - type: Transform - pos: -31.5229,-1.5424862 - parent: 1 - - uid: 12030 + pos: -17.5,44.5 + parent: 2 + - uid: 14373 components: - type: Transform - pos: -31.4604,-1.5424862 - parent: 1 - - uid: 12778 + pos: -27.5,6.5 + parent: 2 + - uid: 14374 components: - type: Transform - pos: 15.279422,31.607256 - parent: 1 - - uid: 12779 + pos: -27.5,5.5 + parent: 2 + - uid: 14375 components: - type: Transform - pos: 15.404422,31.59163 - parent: 1 - - uid: 12780 + pos: -27.5,4.5 + parent: 2 + - uid: 14376 components: - type: Transform - pos: 15.576297,31.59163 - parent: 1 - - uid: 12781 + pos: -26.5,5.5 + parent: 2 + - uid: 14377 components: - type: Transform - pos: 15.670047,31.59163 - parent: 1 - - uid: 12796 + pos: -26.5,6.5 + parent: 2 + - uid: 14378 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.4957075,16.929403 - parent: 1 - - uid: 12797 + pos: -25.5,6.5 + parent: 2 + - uid: 14379 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.4957075,16.710653 - parent: 1 - - uid: 12798 + pos: -25.5,5.5 + parent: 2 +- proto: Rack + entities: + - uid: 12197 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.4957075,16.679403 - parent: 1 - - uid: 12799 + pos: 2.5,50.5 + parent: 2 + - uid: 12198 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.4800825,16.445028 - parent: 1 - - uid: 12800 + pos: 2.5,49.5 + parent: 2 + - uid: 14380 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.4800825,16.320028 - parent: 1 - - uid: 14202 + pos: -29.5,55.5 + parent: 2 + - uid: 14381 components: - type: Transform - pos: -70.4958,16.634232 - parent: 1 - - uid: 14291 + rot: -1.5707963267948966 rad + pos: -7.5,9.5 + parent: 2 + - uid: 14382 components: - type: Transform - pos: -70.305115,49.635986 - parent: 1 - - uid: 14292 + pos: 20.5,-2.5 + parent: 2 + - uid: 14383 components: - type: Transform - pos: -70.430115,49.635986 - parent: 1 - - uid: 14293 + pos: -1.5,-10.5 + parent: 2 + - uid: 14384 components: - type: Transform - pos: -70.492615,49.635986 - parent: 1 - - uid: 14294 + pos: -3.5,15.5 + parent: 2 + - uid: 14385 components: - type: Transform - pos: -70.492615,49.635986 - parent: 1 - - uid: 15793 + rot: -1.5707963267948966 rad + pos: -7.5,8.5 + parent: 2 + - uid: 14386 components: - type: Transform - pos: -70.58955,16.634232 - parent: 1 - - uid: 15794 + pos: 27.5,-4.5 + parent: 2 + - uid: 14387 components: - type: Transform - pos: -70.69892,16.649857 - parent: 1 - - uid: 16090 + pos: -23.5,55.5 + parent: 2 + - uid: 14388 components: - type: Transform - pos: -48.5,8.5 - parent: 1 - - type: Paper - content: >- - [head=3]Sauna Instructions[/bold] - - - [bold]Step 1:[/bold] Turn on the gas filter set to water vapor. - - [bold]Step 2:[/bold] Connect a tank of wator vapor in the gas room. - - [bold]Step 3:[/bold] Turn on the pump. - - [bold]Step 4:[/bold] Enjoy! -- proto: ParticleAcceleratorControlBox - entities: - - uid: 5487 + pos: -33.5,-1.5 + parent: 2 + - uid: 14392 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -82.5,26.5 - parent: 1 -- proto: ParticleAcceleratorEmitterFore - entities: - - uid: 5491 + pos: -47.5,17.5 + parent: 2 + - uid: 14393 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -84.5,25.5 - parent: 1 -- proto: ParticleAcceleratorEmitterPort - entities: - - uid: 5549 + pos: -54.5,27.5 + parent: 2 + - uid: 14394 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -84.5,24.5 - parent: 1 -- proto: ParticleAcceleratorEmitterStarboard - entities: - - uid: 5551 + pos: -53.5,27.5 + parent: 2 + - uid: 14395 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -84.5,26.5 - parent: 1 -- proto: ParticleAcceleratorEndCap - entities: - - uid: 5548 + pos: -52.5,27.5 + parent: 2 + - uid: 14396 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,25.5 - parent: 1 -- proto: ParticleAcceleratorFuelChamber - entities: - - uid: 5492 + pos: -52.5,25.5 + parent: 2 + - uid: 14397 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -82.5,25.5 - parent: 1 -- proto: ParticleAcceleratorPowerBox - entities: - - uid: 5550 + pos: -52.5,24.5 + parent: 2 + - uid: 14398 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -83.5,25.5 - parent: 1 - - type: PowerConsumer - drawRate: 500 -- proto: PartRodMetal - entities: - - uid: 13607 + pos: -52.5,23.5 + parent: 2 + - uid: 14399 components: - type: Transform - pos: -65.40672,25.564983 - parent: 1 - - uid: 13620 + pos: -49.5,25.5 + parent: 2 + - uid: 14400 components: - type: Transform - pos: -65.40672,25.564983 - parent: 1 - - uid: 15783 + pos: -49.5,24.5 + parent: 2 + - uid: 14401 components: - type: Transform - pos: -43.49778,-9.467924 - parent: 1 - - uid: 18025 + pos: -49.5,23.5 + parent: 2 + - uid: 14402 components: - type: Transform - pos: -74.438416,42.508675 - parent: 1 -- proto: PartRodMetal10 - entities: - - uid: 11513 + pos: -54.5,25.5 + parent: 2 + - uid: 14403 components: - type: Transform - pos: -31.5,59.5 - parent: 1 - - uid: 11515 + pos: -19.5,0.5 + parent: 2 + - uid: 14404 components: - type: Transform - pos: -27.447584,60.46434 - parent: 1 -- proto: Pen - entities: - - uid: 4771 + pos: -27.5,-4.5 + parent: 2 + - uid: 14405 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.986148,-13.503616 - parent: 1 - - uid: 5898 + pos: -51.5,2.5 + parent: 2 + - uid: 14406 components: - type: Transform - pos: -43.52477,-6.8858347 - parent: 1 - - uid: 7649 + pos: -43.5,13.5 + parent: 2 + - uid: 14407 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -59.14876,89.51848 - parent: 1 - - uid: 7709 + pos: -40.5,13.5 + parent: 2 + - uid: 14408 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -59.789387,89.70598 - parent: 1 - - uid: 14727 + pos: -45.5,23.5 + parent: 2 + - uid: 14409 components: - type: Transform - pos: -14.663649,-29.569098 - parent: 1 - - uid: 15183 + pos: -23.5,26.5 + parent: 2 + - uid: 14410 components: - type: Transform - pos: -53.5,-1.5 - parent: 1 - - uid: 15821 + pos: -20.5,29.5 + parent: 2 + - uid: 14411 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.307377,36.51751 - parent: 1 - - uid: 16548 + pos: -20.5,13.5 + parent: 2 + - uid: 14412 components: - type: Transform - pos: 10.7170925,24.835596 - parent: 1 - - uid: 17010 + pos: -0.5,27.5 + parent: 2 + - uid: 14413 components: - type: Transform - pos: -14.473222,-37.49666 - parent: 1 - - uid: 17644 + pos: 2.5,-17.5 + parent: 2 + - uid: 14414 components: - type: Transform - pos: -70.21191,10.615741 - parent: 1 - - uid: 17708 + rot: 3.141592653589793 rad + pos: -59.5,55.5 + parent: 2 + - uid: 14415 components: - type: Transform - pos: -74.51848,10.47767 - parent: 1 -- proto: PersonalAI - entities: - - uid: 8602 + pos: -60.5,83.5 + parent: 2 + - uid: 14416 components: - type: Transform - pos: -27.47025,16.628725 - parent: 1 - - uid: 8603 + rot: 3.141592653589793 rad + pos: -19.5,46.5 + parent: 2 + - uid: 14417 components: - type: Transform - pos: -53.50901,17.553663 - parent: 1 - - uid: 15099 + pos: -23.5,46.5 + parent: 2 + - uid: 14419 components: - type: Transform - pos: -18.48621,65.98919 - parent: 1 -- proto: PetCarrier - entities: - - uid: 466 + pos: -27.5,35.5 + parent: 2 + - uid: 14420 components: - type: Transform - pos: -21.5,-10.5 - parent: 1 -- proto: PhoneInstrument - entities: - - uid: 16437 + pos: -27.5,49.5 + parent: 2 + - uid: 14421 components: - type: Transform - pos: -9.381727,55.61344 - parent: 1 -- proto: PianoInstrument - entities: - - uid: 4137 + pos: -8.5,46.5 + parent: 2 + - uid: 14422 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,27.5 - parent: 1 -- proto: Pickaxe - entities: - - uid: 15278 + pos: 6.5,48.5 + parent: 2 + - uid: 14424 components: - type: Transform - pos: -55.437958,92.56956 - parent: 1 - - uid: 15786 + pos: -27.5,40.5 + parent: 2 + - uid: 14425 components: - type: Transform - pos: -42.607155,-9.499174 - parent: 1 - - uid: 15787 + pos: -5.5,-10.5 + parent: 2 + - uid: 14426 components: - type: Transform - pos: -42.37278,-9.467924 - parent: 1 -- proto: PillCanister - entities: - - uid: 1985 + pos: -22.5,57.5 + parent: 2 + - uid: 14427 components: - type: Transform - pos: -3.7625957,27.657993 - parent: 1 - - uid: 1986 + pos: -21.5,57.5 + parent: 2 + - uid: 14428 components: - type: Transform - pos: -3.3094707,27.611118 - parent: 1 - - uid: 1987 + pos: -20.5,57.5 + parent: 2 + - uid: 14429 components: - type: Transform - pos: -3.5125957,27.501743 - parent: 1 - - uid: 18674 + pos: 13.5,8.5 + parent: 2 + - uid: 14430 components: - type: Transform - pos: 10.3078985,53.199486 - parent: 1 -- proto: PillCanisterRandom - entities: - - uid: 18635 + pos: -0.5,10.5 + parent: 2 + - uid: 14431 components: - type: Transform - pos: 17.818157,57.76899 - parent: 1 -- proto: PillCharcoal - entities: - - uid: 18672 + pos: -87.5,41.5 + parent: 2 + - uid: 14432 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.359982,57.733887 - parent: 1 -- proto: PillDermaline - entities: - - uid: 18673 + pos: -53.5,44.5 + parent: 2 + - uid: 14433 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.672482,57.66092 - parent: 1 -- proto: PillSpaceDrugs - entities: - - uid: 18676 + pos: -17.5,-1.5 + parent: 2 + - uid: 14434 components: - type: Transform - pos: 15.0266485,59.502106 - parent: 1 -- proto: PinpointerNuclear - entities: - - uid: 10874 + pos: -17.5,26.5 + parent: 2 + - uid: 14435 components: - type: Transform - pos: -21.536793,53.579475 - parent: 1 -- proto: PlantBag - entities: - - uid: 6950 + pos: -23.5,45.5 + parent: 2 + - uid: 14436 components: - type: Transform - pos: -43.550423,47.547256 - parent: 1 -- proto: PlaqueAtmos - entities: - - uid: 18373 + pos: -71.5,13.5 + parent: 2 + - uid: 14437 components: - type: Transform rot: 1.5707963267948966 rad - pos: -72.5,41.5 - parent: 1 -- proto: PlasmaCanister - entities: - - uid: 9782 + pos: -67.5,13.5 + parent: 2 + - uid: 14438 components: - type: Transform - pos: -71.5,43.5 - parent: 1 - - uid: 13654 + rot: 1.5707963267948966 rad + pos: -42.5,-9.5 + parent: 2 + - uid: 14439 components: - type: Transform - pos: -70.5,43.5 - parent: 1 - - uid: 13696 + rot: 1.5707963267948966 rad + pos: -43.5,-9.5 + parent: 2 + - uid: 14440 components: - type: Transform - pos: -87.5,35.5 - parent: 1 - - uid: 16945 + pos: 23.5,8.5 + parent: 2 + - uid: 14441 components: - type: Transform - pos: -9.5,-33.5 - parent: 1 - - uid: 17769 + pos: -8.5,15.5 + parent: 2 + - uid: 14442 components: - type: Transform - pos: -90.5,57.5 - parent: 1 -- proto: PlasmaReinforcedWindowDirectional - entities: - - uid: 2730 + rot: 3.141592653589793 rad + pos: -9.5,-39.5 + parent: 2 + - uid: 14443 components: - type: Transform rot: -1.5707963267948966 rad - pos: -25.5,57.5 - parent: 1 - - uid: 2787 + pos: 3.5,-20.5 + parent: 2 + - uid: 14444 components: - type: Transform - pos: -25.5,57.5 - parent: 1 - - uid: 14921 + pos: 2.5,-24.5 + parent: 2 + - uid: 14445 components: - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,57.5 - parent: 1 - - uid: 14922 + pos: -7.5,-9.5 + parent: 2 + - uid: 14446 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,57.5 - parent: 1 -- proto: PlasmaTankFilled - entities: - - uid: 9975 + rot: 3.141592653589793 rad + pos: -82.5,59.5 + parent: 2 + - uid: 14447 components: - type: Transform - pos: -82.50182,22.490105 - parent: 1 -- proto: PlasticFlapsAirtightClear - entities: - - uid: 15 + rot: 3.141592653589793 rad + pos: -72.5,37.5 + parent: 2 + - uid: 14448 components: - type: Transform - pos: -73.5,57.5 - parent: 1 - - uid: 3670 + rot: 3.141592653589793 rad + pos: -84.5,59.5 + parent: 2 + - uid: 14449 components: - type: Transform - pos: -39.5,-8.5 - parent: 1 - - uid: 8336 + rot: 1.5707963267948966 rad + pos: 21.5,56.5 + parent: 2 + - uid: 14450 components: - type: Transform - pos: -35.5,-17.5 - parent: 1 - - uid: 8337 + rot: -1.5707963267948966 rad + pos: 16.5,59.5 + parent: 2 + - uid: 14451 components: - type: Transform - pos: -35.5,-14.5 - parent: 1 - - uid: 10705 + rot: -1.5707963267948966 rad + pos: 20.5,45.5 + parent: 2 + - uid: 14452 components: - type: Transform - pos: -14.5,-4.5 - parent: 1 - - uid: 12253 + pos: 8.5,47.5 + parent: 2 + - uid: 14453 components: - type: Transform - pos: -31.5,-14.5 - parent: 1 - - uid: 12257 + rot: 3.141592653589793 rad + pos: -67.5,62.5 + parent: 2 + - uid: 14454 components: - type: Transform - pos: -31.5,-17.5 - parent: 1 -- proto: PlayerStationAi - entities: - - uid: 362 + rot: 1.5707963267948966 rad + pos: 11.5,65.5 + parent: 2 + - uid: 14455 components: - type: Transform - pos: -2.5,-1.5 - parent: 1 -- proto: Plunger - entities: - - uid: 16531 + rot: 1.5707963267948966 rad + pos: 12.5,65.5 + parent: 2 + - uid: 14456 components: - type: Transform - pos: -50.321716,40.514915 - parent: 1 -- proto: PlushieLizard - entities: - - uid: 1097 + rot: 1.5707963267948966 rad + pos: 16.5,65.5 + parent: 2 + - uid: 14457 components: - type: Transform - pos: 4.5625806,-22.496996 - parent: 1 -- proto: PlushieLizardInversed - entities: - - uid: 16983 + rot: 1.5707963267948966 rad + pos: 11.5,62.5 + parent: 2 + - uid: 18464 components: - type: Transform - pos: 2.4896638,-22.465725 - parent: 1 -- proto: PlushieNuke - entities: - - uid: 1414 + rot: -1.5707963267948966 rad + pos: -75.5,57.5 + parent: 2 + - uid: 20305 components: - type: Transform - pos: 25.470646,41.49849 - parent: 1 -- proto: PortableGeneratorJrPacman - entities: - - uid: 5552 + pos: 34.5,-4.5 + parent: 2 + - uid: 20306 components: - type: Transform - pos: -25.5,51.5 - parent: 1 - - uid: 5553 + pos: 35.5,-1.5 + parent: 2 + - uid: 20307 components: - type: Transform - pos: -21.5,1.5 - parent: 1 - - uid: 5554 + pos: 34.5,-1.5 + parent: 2 + - uid: 20454 components: - type: Transform - pos: -41.5,15.5 - parent: 1 - - uid: 18803 + pos: -78.5,59.5 + parent: 2 + - uid: 20858 components: - type: Transform - pos: 20.5,46.5 - parent: 1 -- proto: PortableGeneratorPacman + pos: -83.5,-9.5 + parent: 2 +- proto: RadiationCollectorFlatpack entities: - - uid: 1988 + - uid: 14458 components: - type: Transform - pos: -69.5,28.5 - parent: 1 -- proto: PortableGeneratorSuperPacman - entities: - - uid: 2010 + rot: 3.141592653589793 rad + pos: -84.68474,59.548744 + parent: 2 + - uid: 14459 components: - type: Transform - pos: -69.5,30.5 - parent: 1 -- proto: PortableScrubber - entities: - - uid: 13363 + rot: 3.141592653589793 rad + pos: -84.68474,59.326523 + parent: 2 + - uid: 14460 components: - type: Transform - pos: -79.5,36.5 - parent: 1 - - uid: 17860 + rot: 3.141592653589793 rad + pos: -84.33752,59.53485 + parent: 2 + - uid: 14461 components: - type: Transform - pos: -77.5,42.5 - parent: 1 - - uid: 18082 + rot: 3.141592653589793 rad + pos: -84.643074,59.701523 + parent: 2 + - uid: 14462 components: - type: Transform - pos: -77.5,41.5 - parent: 1 -- proto: PosterBroken + rot: 3.141592653589793 rad + pos: -84.3514,59.7293 + parent: 2 + - uid: 14463 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -84.30974,59.3543 + parent: 2 +- proto: RadiationCollectorFullTank entities: - - uid: 10097 + - uid: 2449 components: - type: Transform - pos: -59.5,25.5 - parent: 1 - - uid: 11885 + pos: -83.5,16.5 + parent: 2 + - uid: 6447 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,19.5 - parent: 1 -- proto: PosterContrabandAtmosiaDeclarationIndependence - entities: - - uid: 18374 + pos: -82.5,17.5 + parent: 2 + - uid: 6448 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -76.5,38.5 - parent: 1 -- proto: PosterContrabandBorgFancy - entities: - - uid: 17282 + pos: -83.5,17.5 + parent: 2 + - uid: 8367 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-14.5 - parent: 1 -- proto: PosterContrabandBorgFancyv2 - entities: - - uid: 11898 + pos: -84.5,17.5 + parent: 2 + - uid: 14968 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,20.5 - parent: 1 -- proto: PosterContrabandClown - entities: - - uid: 4235 + pos: -84.5,16.5 + parent: 2 + - uid: 15044 components: - type: Transform - pos: -39.5,27.5 - parent: 1 -- proto: PosterContrabandEAT - entities: - - uid: 16314 + pos: -82.5,16.5 + parent: 2 + - uid: 15055 components: - type: Transform - pos: -38.5,41.5 - parent: 1 -- proto: PosterContrabandGreyTide - entities: - - uid: 5911 + pos: -81.5,17.5 + parent: 2 + - uid: 15488 components: - type: Transform - pos: -7.5,38.5 - parent: 1 -- proto: PosterContrabandKosmicheskayaStantsiya + pos: -81.5,16.5 + parent: 2 +- proto: RadioHandheld entities: - - uid: 17550 + - uid: 14473 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-39.5 - parent: 1 -- proto: PosterContrabandLamarr + pos: 20.868422,-8.021761 + parent: 2 + - uid: 14474 + components: + - type: Transform + pos: 20.649672,-8.146761 + parent: 2 +- proto: RadioHandheldSecurity entities: - - uid: 18375 + - uid: 14475 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-11.5 - parent: 1 -- proto: PosterContrabandMissingGloves + pos: -59.27328,50.610855 + parent: 2 + - type: Physics + angularDamping: 0 + linearDamping: 0 +- proto: RagItem entities: - - uid: 10085 + - uid: 14476 components: - type: Transform - pos: -24.5,25.5 - parent: 1 - - uid: 11311 + rot: -1.5707963267948966 rad + pos: 4.3626585,43.615707 + parent: 2 + - uid: 14477 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -62.5,29.5 - parent: 1 -- proto: PosterContrabandUnreadableAnnouncement + pos: -30.326992,39.08065 + parent: 2 +- proto: Railing entities: - - uid: 463 + - uid: 14478 components: - type: Transform rot: -1.5707963267948966 rad - pos: -15.5,-13.5 - parent: 1 -- proto: PosterContrabandVoteWeh - entities: - - uid: 15189 + pos: -5.5,-7.5 + parent: 2 + - uid: 14479 components: - type: Transform - pos: -51.5,0.5 - parent: 1 -- proto: PosterContrabandWehWatches - entities: - - uid: 10419 + rot: 1.5707963267948966 rad + pos: -1.5,-8.5 + parent: 2 + - uid: 14480 components: - type: Transform rot: 1.5707963267948966 rad - pos: -61.5,9.5 - parent: 1 -- proto: PosterLegitAnatomyPoster - entities: - - uid: 17286 + pos: 18.5,25.5 + parent: 2 + - uid: 14481 + components: + - type: Transform + pos: 22.5,31.5 + parent: 2 + - uid: 14482 components: - type: Transform rot: -1.5707963267948966 rad - pos: -17.5,-13.5 - parent: 1 -- proto: PosterLegitBlessThisSpess - entities: - - uid: 16539 + pos: -10.5,27.5 + parent: 2 + - uid: 14483 components: - type: Transform - pos: -55.5,39.5 - parent: 1 -- proto: PosterLegitCarbonDioxide - entities: - - uid: 17549 + rot: -1.5707963267948966 rad + pos: -10.5,28.5 + parent: 2 + - uid: 14484 components: - type: Transform rot: 3.141592653589793 rad - pos: -6.5,-33.5 - parent: 1 -- proto: PosterLegitCleanliness - entities: - - uid: 16536 + pos: 22.5,22.5 + parent: 2 + - uid: 14485 components: - type: Transform - pos: -49.5,37.5 - parent: 1 -- proto: PosterLegitCohibaRobustoAd - entities: - - uid: 15013 + pos: -4.5,25.5 + parent: 2 + - uid: 14486 components: - type: Transform - pos: -53.5,-4.5 - parent: 1 -- proto: PosterLegitDoNotQuestion - entities: - - uid: 8925 + pos: -0.5,25.5 + parent: 2 + - uid: 14487 components: - type: Transform - pos: -41.5,60.5 - parent: 1 - - uid: 16175 + pos: -3.5,25.5 + parent: 2 + - uid: 14488 components: - type: Transform - rot: 3.141592653589793 rad - pos: -62.5,49.5 - parent: 1 -- proto: PosterLegitEnlist - entities: - - uid: 8870 + pos: 18.5,30.5 + parent: 2 + - uid: 14489 components: - type: Transform - pos: -43.5,66.5 - parent: 1 - - uid: 16177 + pos: 20.5,30.5 + parent: 2 + - uid: 14490 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,62.5 - parent: 1 -- proto: PosterLegitHelpOthers - entities: - - uid: 16176 + pos: -1.5,16.5 + parent: 2 + - uid: 14491 components: - type: Transform rot: 3.141592653589793 rad - pos: -45.5,51.5 - parent: 1 -- proto: PosterLegitHereForYourSafety - entities: - - uid: 10060 + pos: 17.5,39.5 + parent: 2 + - uid: 14492 components: - type: Transform - pos: -18.5,28.5 - parent: 1 - - uid: 17705 + rot: -1.5707963267948966 rad + pos: -10.5,29.5 + parent: 2 + - uid: 14493 components: - type: Transform - pos: -68.5,11.5 - parent: 1 -- proto: PosterLegitIan - entities: - - uid: 16178 + rot: 3.141592653589793 rad + pos: -9.5,30.5 + parent: 2 + - uid: 14494 components: - type: Transform rot: 3.141592653589793 rad - pos: -20.5,49.5 - parent: 1 -- proto: PosterLegitJustAWeekAway - entities: - - uid: 10089 + pos: -6.5,30.5 + parent: 2 + - uid: 14495 components: - type: Transform - pos: -49.5,16.5 - parent: 1 -- proto: PosterLegitLoveIan - entities: - - uid: 14881 + rot: -1.5707963267948966 rad + pos: 25.5,14.5 + parent: 2 + - uid: 14496 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,39.5 - parent: 1 -- proto: PosterLegitMime - entities: - - uid: 13808 + rot: -1.5707963267948966 rad + pos: 25.5,16.5 + parent: 2 + - uid: 14497 components: - type: Transform - pos: -43.5,24.5 - parent: 1 -- proto: PosterLegitNanomichiAd - entities: - - uid: 17284 + rot: -1.5707963267948966 rad + pos: -30.5,28.5 + parent: 2 + - uid: 14498 components: - type: Transform rot: -1.5707963267948966 rad - pos: -21.5,-17.5 - parent: 1 -- proto: PosterLegitPDAAd - entities: - - uid: 4550 + pos: -30.5,26.5 + parent: 2 + - uid: 14499 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,36.5 - parent: 1 -- proto: PosterLegitPeriodicTable - entities: - - uid: 15809 + rot: -1.5707963267948966 rad + pos: -30.5,27.5 + parent: 2 + - uid: 14500 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,21.5 - parent: 1 - - uid: 16981 + rot: -1.5707963267948966 rad + pos: -30.5,25.5 + parent: 2 + - uid: 14501 components: - type: Transform - pos: 1.5,-11.5 - parent: 1 - - uid: 17283 + rot: -1.5707963267948966 rad + pos: -30.5,24.5 + parent: 2 + - uid: 14502 components: - type: Transform rot: -1.5707963267948966 rad - pos: -23.5,-13.5 - parent: 1 -- proto: PosterLegitReportCrimes - entities: - - uid: 13810 + pos: -30.5,23.5 + parent: 2 + - uid: 14503 components: - type: Transform rot: 3.141592653589793 rad - pos: -61.5,56.5 - parent: 1 -- proto: PosterLegitSafetyEyeProtection - entities: - - uid: 10429 + pos: 18.5,39.5 + parent: 2 + - uid: 14504 components: - type: Transform - pos: -54.5,36.5 - parent: 1 - - uid: 12407 + rot: -1.5707963267948966 rad + pos: 19.5,40.5 + parent: 2 + - uid: 14505 components: - type: Transform - pos: -13.5,-6.5 - parent: 1 -- proto: PosterLegitSafetyMothDelam - entities: - - uid: 14163 + rot: -1.5707963267948966 rad + pos: -55.5,16.5 + parent: 2 + - uid: 14506 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -55.5,12.5 + parent: 2 + - uid: 14507 components: - type: Transform rot: 1.5707963267948966 rad - pos: -80.5,41.5 - parent: 1 - - uid: 15814 + pos: -20.5,-18.5 + parent: 2 + - uid: 14508 components: - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,23.5 - parent: 1 -- proto: PosterLegitSafetyMothEpi - entities: - - uid: 15810 + pos: 2.5,16.5 + parent: 2 + - uid: 14509 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,26.5 - parent: 1 -- proto: PosterLegitSafetyMothHardhat - entities: - - uid: 15812 + pos: 0.5,25.5 + parent: 2 + - uid: 14510 components: - type: Transform - rot: 3.141592653589793 rad - pos: -65.5,32.5 - parent: 1 -- proto: PosterLegitSafetyMothMeth - entities: - - uid: 15811 + rot: -1.5707963267948966 rad + pos: 25.5,15.5 + parent: 2 + - uid: 14511 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,20.5 - parent: 1 -- proto: PosterLegitSafetyMothPiping - entities: - - uid: 18386 + rot: -1.5707963267948966 rad + pos: 3.5,14.5 + parent: 2 + - uid: 14512 components: - type: Transform rot: 1.5707963267948966 rad - pos: -86.5,43.5 - parent: 1 -- proto: PosterLegitSafetyMothSSD - entities: - - uid: 9304 + pos: -42.5,54.5 + parent: 2 + - uid: 14513 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,41.5 - parent: 1 - - uid: 15815 + rot: -1.5707963267948966 rad + pos: -34.5,54.5 + parent: 2 + - uid: 14514 components: - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,45.5 - parent: 1 -- proto: PosterLegitSafetyReport - entities: - - uid: 13732 + pos: -0.5,16.5 + parent: 2 + - uid: 14515 components: - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,53.5 - parent: 1 -- proto: PosterLegitScience - entities: - - uid: 17548 + pos: 0.5,16.5 + parent: 2 + - uid: 14516 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-14.5 - parent: 1 -- proto: PosterLegitWorkForAFuture - entities: - - uid: 8957 + pos: 1.5,16.5 + parent: 2 + - uid: 14517 components: - type: Transform - pos: -46.5,66.5 - parent: 1 - - uid: 16538 + rot: 1.5707963267948966 rad + pos: -1.5,-7.5 + parent: 2 + - uid: 14518 components: - type: Transform - pos: -66.5,35.5 - parent: 1 -- proto: PosterMapMoose - entities: - - uid: 465 + pos: 14.5,16.5 + parent: 2 + - uid: 14519 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-36.5 - parent: 1 -- proto: PosterMapPacked - entities: - - uid: 6314 + rot: 3.141592653589793 rad + pos: 14.5,12.5 + parent: 2 + - uid: 14520 components: - type: Transform - pos: 7.5,53.5 - parent: 1 -- proto: PottedPlant1 - entities: - - uid: 14474 + rot: -1.5707963267948966 rad + pos: -62.5,13.5 + parent: 2 + - uid: 14521 components: - type: Transform - pos: 17.5,39.5 - parent: 1 -- proto: PottedPlant10 - entities: - - uid: 12947 + rot: -1.5707963267948966 rad + pos: -62.5,12.5 + parent: 2 + - uid: 14522 components: - type: Transform - pos: 5.5,31.5 - parent: 1 -- proto: PottedPlant14 - entities: - - uid: 1878 + rot: -1.5707963267948966 rad + pos: -62.5,11.5 + parent: 2 + - uid: 14523 components: - type: Transform - pos: -18.5,-9.5 - parent: 1 -- proto: PottedPlant21 - entities: - - uid: 15182 + rot: -1.5707963267948966 rad + pos: -62.5,10.5 + parent: 2 + - uid: 14524 components: - type: Transform - pos: -54.5,-0.5 - parent: 1 -- proto: PottedPlant22 - entities: - - uid: 4114 + rot: -1.5707963267948966 rad + pos: -6.5,60.5 + parent: 2 + - uid: 14525 components: - type: Transform - pos: -54.5,-3.5 - parent: 1 -- proto: PottedPlant26 - entities: - - uid: 15806 + rot: -1.5707963267948966 rad + pos: -6.5,62.5 + parent: 2 + - uid: 14526 components: - type: Transform - pos: -18.5,-3.5 - parent: 1 -- proto: PottedPlantBioluminscent - entities: - - uid: 16899 + rot: -1.5707963267948966 rad + pos: -5.5,-8.5 + parent: 2 + - uid: 14527 components: - type: Transform - pos: 0.5,-11.5 - parent: 1 -- proto: PottedPlantRandom - entities: - - uid: 918 + rot: -1.5707963267948966 rad + pos: 25.5,17.5 + parent: 2 + - uid: 14528 components: - type: Transform - pos: 26.5,-0.5 - parent: 1 - - uid: 1594 + rot: 1.5707963267948966 rad + pos: 25.5,17.5 + parent: 2 + - uid: 14529 components: - type: Transform - pos: 13.5,-10.5 - parent: 1 - - uid: 2103 + rot: 1.5707963267948966 rad + pos: 25.5,16.5 + parent: 2 + - uid: 14530 components: - type: Transform - pos: -4.5,29.5 - parent: 1 - - uid: 2664 + rot: 1.5707963267948966 rad + pos: 25.5,14.5 + parent: 2 + - uid: 14531 components: - type: Transform - pos: -6.5,34.5 - parent: 1 - - uid: 3736 + rot: 1.5707963267948966 rad + pos: 25.5,15.5 + parent: 2 + - uid: 14532 components: - type: Transform - pos: -36.5,-1.5 - parent: 1 - - uid: 3737 + rot: -1.5707963267948966 rad + pos: 22.5,56.5 + parent: 2 + - uid: 14533 components: - type: Transform - pos: -34.5,2.5 - parent: 1 - - uid: 5265 + rot: -1.5707963267948966 rad + pos: 23.5,54.5 + parent: 2 + - uid: 14534 components: - type: Transform - pos: -55.5,12.5 - parent: 1 - - uid: 5362 + rot: 1.5707963267948966 rad + pos: -81.5,63.5 + parent: 2 + - uid: 14535 components: - type: Transform - pos: -50.5,-7.5 - parent: 1 - - uid: 5942 + rot: -1.5707963267948966 rad + pos: -79.5,63.5 + parent: 2 + - uid: 14536 components: - type: Transform - pos: -17.5,53.5 - parent: 1 - - uid: 6030 + rot: 1.5707963267948966 rad + pos: -77.5,63.5 + parent: 2 + - uid: 14537 components: - type: Transform - pos: -15.5,53.5 - parent: 1 - - uid: 7461 + rot: -1.5707963267948966 rad + pos: -83.5,63.5 + parent: 2 +- proto: RailingCorner + entities: + - uid: 14538 components: - type: Transform - pos: -52.5,90.5 - parent: 1 - - uid: 7465 + pos: -1.5,-9.5 + parent: 2 + - uid: 14539 components: - type: Transform - pos: -50.5,90.5 - parent: 1 - - uid: 7538 + rot: -1.5707963267948966 rad + pos: -5.5,-9.5 + parent: 2 + - uid: 14540 components: - type: Transform - pos: -20.5,43.5 - parent: 1 - - uid: 10063 + rot: 3.141592653589793 rad + pos: -10.5,30.5 + parent: 2 + - uid: 14541 components: - type: Transform - pos: -39.5,39.5 - parent: 1 - - uid: 12735 + rot: -1.5707963267948966 rad + pos: 22.5,55.5 + parent: 2 +- proto: RailingCornerSmall + entities: + - uid: 14542 components: - type: Transform - pos: -4.5,34.5 - parent: 1 - - uid: 12955 + pos: 19.5,39.5 + parent: 2 + - uid: 14543 components: - type: Transform - pos: 4.5,21.5 - parent: 1 - - uid: 12956 + rot: 1.5707963267948966 rad + pos: 23.5,55.5 + parent: 2 +- proto: RandomArcade + entities: + - uid: 14544 components: - type: Transform - pos: 2.5,34.5 - parent: 1 - - uid: 13081 + pos: 17.5,12.5 + parent: 2 + - uid: 14545 components: - type: Transform - pos: -0.5,36.5 - parent: 1 - - uid: 13087 + pos: 17.5,11.5 + parent: 2 + - uid: 14546 components: - type: Transform - pos: -2.5,8.5 - parent: 1 - - uid: 13088 + pos: 16.5,12.5 + parent: 2 + - uid: 14547 components: - type: Transform - pos: 1.5,10.5 - parent: 1 - - uid: 15762 + pos: 16.5,11.5 + parent: 2 + - uid: 14548 components: - type: Transform - pos: -6.5,30.5 - parent: 1 - - uid: 15881 + pos: 16.5,8.5 + parent: 2 + - uid: 14549 components: - type: Transform - pos: -11.5,-5.5 - parent: 1 - - uid: 16296 + pos: 17.5,8.5 + parent: 2 + - uid: 14550 components: - type: Transform - pos: -42.5,30.5 - parent: 1 - - uid: 17588 + pos: 19.5,12.5 + parent: 2 + - uid: 14551 components: - type: Transform - pos: -69.5,8.5 - parent: 1 - - uid: 17589 + pos: 19.5,8.5 + parent: 2 + - uid: 14552 components: - type: Transform - pos: -73.5,13.5 - parent: 1 - - uid: 18489 + pos: 19.5,11.5 + parent: 2 + - uid: 14553 components: - type: Transform - pos: 23.5,49.5 - parent: 1 -- proto: PottedPlantRandomPlastic + pos: -41.5,39.5 + parent: 2 +- proto: RandomArtifactSpawner entities: - - uid: 6835 + - uid: 14554 components: - type: Transform - pos: -37.5,51.5 - parent: 1 - - uid: 6836 + pos: -18.5,-30.5 + parent: 2 + - uid: 14555 components: - type: Transform - pos: -36.5,51.5 - parent: 1 - - uid: 6837 + pos: -7.5,-30.5 + parent: 2 +- proto: RandomArtifactSpawner20 + entities: + - uid: 14556 components: - type: Transform - pos: -35.5,51.5 - parent: 1 - - uid: 6838 + pos: -20.5,-27.5 + parent: 2 + - uid: 14557 components: - type: Transform - pos: -34.5,51.5 - parent: 1 - - uid: 6839 + pos: -9.5,-31.5 + parent: 2 + - uid: 14558 components: - type: Transform - pos: -34.5,50.5 - parent: 1 - - uid: 6840 + pos: 12.5,64.5 + parent: 2 + - uid: 20299 components: - type: Transform - pos: -35.5,50.5 - parent: 1 - - uid: 6841 + pos: 31.5,-1.5 + parent: 2 +- proto: RandomBoard + entities: + - uid: 13581 components: - type: Transform - pos: -36.5,50.5 - parent: 1 - - uid: 6842 + pos: -53.5,27.5 + parent: 2 + - uid: 13582 components: - type: Transform - pos: -37.5,50.5 - parent: 1 - - uid: 6843 + pos: -52.5,25.5 + parent: 2 + - uid: 13583 components: - type: Transform - pos: -36.5,49.5 - parent: 1 - - uid: 6844 + pos: -52.5,24.5 + parent: 2 + - uid: 13687 components: - type: Transform - pos: -35.5,49.5 - parent: 1 - - uid: 13082 + pos: -52.5,23.5 + parent: 2 + - uid: 14559 components: - type: Transform - pos: 6.5,15.5 - parent: 1 -- proto: PowerCellMedium - entities: - - uid: 15789 + pos: -52.5,23.5 + parent: 2 + - uid: 14560 components: - type: Transform - pos: -37.797993,-9.327299 - parent: 1 - - uid: 15790 + pos: -52.5,24.5 + parent: 2 + - uid: 14561 components: - type: Transform - pos: -37.454243,-9.483549 - parent: 1 -- proto: PowerCellMicroreactor - entities: - - uid: 15037 + pos: -47.5,28.5 + parent: 2 + - uid: 14562 components: - type: Transform - parent: 621 - - type: Physics - canCollide: False -- proto: PowerCellRecharger - entities: - - uid: 2254 + pos: -47.5,29.5 + parent: 2 + - uid: 14563 components: - type: Transform - pos: -21.5,59.5 - parent: 1 - - uid: 2255 + pos: -52.5,25.5 + parent: 2 + - uid: 14564 components: - type: Transform - pos: -33.5,38.5 - parent: 1 - - uid: 3958 + pos: -47.5,27.5 + parent: 2 + - uid: 14566 components: - type: Transform - pos: 10.5,24.5 - parent: 1 - - uid: 7531 + pos: -54.5,27.5 + parent: 2 + - uid: 14567 components: - type: Transform - pos: -64.5,52.5 - parent: 1 - - uid: 9608 + pos: 16.5,59.5 + parent: 2 +- proto: RandomCanisterSpawner + entities: + - uid: 84 components: - type: Transform - rot: 3.141592653589793 rad - pos: -72.5,35.5 - parent: 1 - - uid: 9641 + pos: -60.5,18.5 + parent: 2 + - uid: 674 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-9.5 - parent: 1 - - uid: 10901 + pos: 1.5,-27.5 + parent: 2 + - uid: 676 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,33.5 - parent: 1 - - uid: 12571 + pos: 1.5,-28.5 + parent: 2 + - uid: 12029 components: - type: Transform - pos: -14.5,-3.5 - parent: 1 - - uid: 13154 + pos: 2.5,51.5 + parent: 2 + - uid: 13515 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-14.5 - parent: 1 - - uid: 13337 + pos: -71.5,53.5 + parent: 2 + - uid: 13538 components: - type: Transform - pos: -2.5,10.5 - parent: 1 - - uid: 13339 + pos: -48.5,18.5 + parent: 2 + - uid: 13690 components: - type: Transform - pos: -39.5,0.5 - parent: 1 - - uid: 13340 + pos: -48.5,17.5 + parent: 2 + - uid: 14568 components: - type: Transform - pos: -31.5,-2.5 - parent: 1 - - uid: 13341 + pos: 14.5,15.5 + parent: 2 + - uid: 14569 components: - type: Transform - pos: -24.5,8.5 - parent: 1 - - uid: 13343 + pos: -39.5,54.5 + parent: 2 + - uid: 14570 components: - type: Transform - pos: -52.5,17.5 - parent: 1 - - uid: 14482 + pos: -27.5,55.5 + parent: 2 + - uid: 14572 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -60.5,32.5 - parent: 1 - - uid: 15329 + pos: -22.5,50.5 + parent: 2 + - uid: 14573 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,10.5 - parent: 1 - - uid: 16360 + pos: 2.5,45.5 + parent: 2 + - uid: 14574 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,9.5 - parent: 1 -- proto: PowerDrill - entities: - - uid: 17123 + pos: 6.5,-2.5 + parent: 2 + - uid: 14575 components: - type: Transform - pos: -20.470812,-13.81716 - parent: 1 -- proto: PoweredDimSmallLight - entities: - - uid: 10259 + pos: 5.5,-8.5 + parent: 2 + - uid: 14576 components: - type: Transform - pos: -36.5,55.5 - parent: 1 - - uid: 10696 + pos: 16.5,-11.5 + parent: 2 + - uid: 14577 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,49.5 - parent: 1 - - uid: 14849 + pos: -28.5,-7.5 + parent: 2 + - uid: 14578 components: - type: Transform - pos: 0.5,-15.5 - parent: 1 - - uid: 16506 + pos: 12.5,62.5 + parent: 2 + - uid: 14579 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -69.5,31.5 - parent: 1 - - uid: 16653 + pos: 17.5,65.5 + parent: 2 + - uid: 20304 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,24.5 - parent: 1 - - uid: 16654 + pos: 33.5,-1.5 + parent: 2 + - uid: 20309 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-1.5 - parent: 1 - - uid: 16655 + pos: 24.5,-10.5 + parent: 2 + - uid: 20338 components: - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,-5.5 - parent: 1 - - uid: 16656 + pos: -3.5,39.5 + parent: 2 + - uid: 20375 components: - type: Transform - pos: 19.5,35.5 - parent: 1 - - uid: 16666 + pos: -86.5,-0.5 + parent: 2 + - uid: 20376 components: - type: Transform - pos: -6.5,37.5 - parent: 1 - - uid: 16667 + pos: -78.5,-9.5 + parent: 2 + - uid: 20377 components: - type: Transform - pos: -47.5,15.5 - parent: 1 - - uid: 16668 + pos: -79.5,-9.5 + parent: 2 +- proto: RandomChairSpawner + entities: + - uid: 13970 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -66.5,16.5 - parent: 1 - - uid: 16670 + pos: -36.5,51.5 + parent: 2 + - uid: 14580 components: - type: Transform - pos: -63.5,48.5 - parent: 1 - - uid: 16671 + pos: -26.5,55.5 + parent: 2 + - uid: 14581 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -67.5,59.5 - parent: 1 - - uid: 17997 + pos: 6.5,45.5 + parent: 2 + - uid: 14582 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -75.5,46.5 - parent: 1 - - uid: 18341 + pos: -71.5,56.5 + parent: 2 + - uid: 14583 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -74.5,50.5 - parent: 1 - - uid: 18515 + rot: 1.5707963267948966 rad + pos: 3.5,-9.5 + parent: 2 + - uid: 14584 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,48.5 - parent: 1 - - uid: 18975 + pos: -65.5,65.5 + parent: 2 + - uid: 14585 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -75.5,66.5 - parent: 1 - - uid: 19158 + rot: 1.5707963267948966 rad + pos: 13.5,65.5 + parent: 2 +- proto: RandomChairSpawner50 + entities: + - uid: 14586 components: - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,59.5 - parent: 1 - - uid: 19159 + pos: -23.5,-10.5 + parent: 2 + - uid: 20207 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -76.5,62.5 - parent: 1 - - uid: 19160 + pos: -0.5,-26.5 + parent: 2 + - uid: 20303 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -84.5,62.5 - parent: 1 - - uid: 19161 + pos: 32.5,-1.5 + parent: 2 + - uid: 20380 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -85.5,66.5 - parent: 1 - - uid: 19162 + pos: -86.5,-6.5 + parent: 2 + - uid: 20381 components: - type: Transform - rot: 3.141592653589793 rad - pos: -80.5,59.5 - parent: 1 - - uid: 19170 + pos: -86.5,-5.5 + parent: 2 +- proto: RandomCrowbarSpawner + entities: + - uid: 11744 components: - type: Transform - pos: -82.5,63.5 - parent: 1 - - uid: 19171 + pos: -41.5,17.5 + parent: 2 + - uid: 14587 components: - type: Transform - pos: -78.5,63.5 - parent: 1 - - uid: 19172 + pos: -28.5,53.5 + parent: 2 + - uid: 14588 components: - type: Transform - rot: 3.141592653589793 rad - pos: -86.5,60.5 - parent: 1 -- proto: Poweredlight - entities: - - uid: 52 + pos: 14.5,50.5 + parent: 2 + - uid: 14589 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-1.5 - parent: 1 - - uid: 129 + pos: -72.5,52.5 + parent: 2 + - uid: 14590 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,4.5 - parent: 1 - - uid: 131 + pos: -3.5,45.5 + parent: 2 + - uid: 14591 components: - type: Transform - pos: -8.5,-7.5 - parent: 1 - - uid: 190 + pos: -7.5,19.5 + parent: 2 + - uid: 14592 components: - type: Transform - pos: -3.5,0.5 - parent: 1 - - uid: 193 + pos: 14.5,12.5 + parent: 2 + - uid: 14593 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-3.5 - parent: 1 - - uid: 308 + pos: 6.5,-3.5 + parent: 2 + - uid: 14594 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,4.5 - parent: 1 - - uid: 344 + pos: 24.5,-8.5 + parent: 2 + - uid: 14595 components: - type: Transform - pos: -2.5,-20.5 - parent: 1 - - uid: 479 + pos: 1.5,-17.5 + parent: 2 + - uid: 14596 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-18.5 - parent: 1 - - uid: 1451 + pos: -29.5,-3.5 + parent: 2 + - uid: 14597 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,-11.5 - parent: 1 - - uid: 1516 + pos: -25.5,-10.5 + parent: 2 + - uid: 14598 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,-14.5 - parent: 1 - - uid: 1524 + pos: -66.5,65.5 + parent: 2 + - uid: 14599 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-5.5 - parent: 1 - - uid: 1841 + pos: 18.5,23.5 + parent: 2 + - uid: 14600 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,0.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1843 + pos: 16.5,65.5 + parent: 2 + - uid: 20208 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,1.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1864 + pos: -0.5,-27.5 + parent: 2 + - uid: 20382 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,28.5 - parent: 1 - - uid: 2012 + pos: -86.5,-10.5 + parent: 2 +- proto: RandomDonkpocketSpawner + entities: + - uid: 14601 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,22.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2073 + pos: -65.5,55.5 + parent: 2 + - uid: 14602 components: - type: Transform - pos: 6.5,20.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2074 + pos: -65.5,55.5 + parent: 2 + - uid: 14603 components: - type: Transform - pos: 8.5,26.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2075 + pos: 2.5,-17.5 + parent: 2 + - uid: 14604 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,14.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2076 + pos: -1.5,-22.5 + parent: 2 + - uid: 15950 components: - type: Transform - pos: 2.5,17.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2077 + pos: -76.5,30.5 + parent: 2 +- proto: RandomDrinkBottle + entities: + - uid: 14605 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,17.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2078 + pos: -15.5,15.5 + parent: 2 +- proto: RandomDrinkGlass + entities: + - uid: 14606 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,14.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2079 + pos: 28.5,-1.5 + parent: 2 + - uid: 14607 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,11.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2114 + pos: -33.5,35.5 + parent: 2 + - uid: 14608 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,28.5 - parent: 1 - - uid: 2172 + pos: -33.5,37.5 + parent: 2 + - uid: 14609 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-0.5 - parent: 1 - - uid: 2408 + pos: 21.5,50.5 + parent: 2 + - uid: 14610 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,19.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2409 + pos: -15.5,12.5 + parent: 2 + - uid: 14611 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,23.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2410 + pos: -15.5,11.5 + parent: 2 + - uid: 16451 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,27.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2432 + pos: 21.5,49.5 + parent: 2 +- proto: RandomFoodSingle + entities: + - uid: 14612 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,29.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2433 + pos: -35.5,41.5 + parent: 2 +- proto: RandomInstruments + entities: + - uid: 14613 components: - type: Transform - pos: -0.5,34.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2473 + pos: -26.5,24.5 + parent: 2 + - uid: 14614 components: - type: Transform - pos: -7.5,6.5 - parent: 1 - - uid: 2757 + pos: -25.5,24.5 + parent: 2 + - uid: 14615 components: - type: Transform - pos: 13.5,6.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2758 + pos: -24.5,24.5 + parent: 2 + - uid: 14616 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,4.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2759 + pos: -54.5,82.5 + parent: 2 + - uid: 14617 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,9.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2760 + pos: -54.5,88.5 + parent: 2 + - uid: 14618 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,17.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2809 + pos: 21.5,56.5 + parent: 2 +- proto: RandomMaintLockerSpawner100 + entities: + - uid: 13974 components: - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,3.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2811 + pos: -37.5,50.5 + parent: 2 + - uid: 14619 components: - type: Transform - pos: -12.5,33.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2812 + pos: -23.5,-6.5 + parent: 2 + - uid: 14620 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,27.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2866 + pos: 8.5,45.5 + parent: 2 + - uid: 14621 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,46.5 - parent: 1 - - uid: 2971 + pos: -0.5,-15.5 + parent: 2 + - uid: 14622 components: - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,23.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2983 + pos: -67.5,65.5 + parent: 2 + - uid: 20339 components: - type: Transform - pos: -61.5,6.5 - parent: 1 - - uid: 3210 + pos: -3.5,38.5 + parent: 2 + - uid: 20365 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,4.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 3407 + pos: -88.5,-4.5 + parent: 2 + - uid: 20366 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,10.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 3409 + pos: -88.5,-5.5 + parent: 2 + - uid: 20367 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,9.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 3410 + pos: -86.5,2.5 + parent: 2 + - uid: 20574 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,15.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 3411 + pos: 4.5,53.5 + parent: 2 + - uid: 20575 components: - type: Transform - pos: -24.5,18.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 3486 + pos: 4.5,49.5 + parent: 2 + - uid: 20855 components: - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,-13.5 - parent: 1 - - uid: 3490 + pos: -84.5,-9.5 + parent: 2 + - uid: 20856 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,-13.5 - parent: 1 - - uid: 3695 + pos: -85.5,-9.5 + parent: 2 +- proto: RandomMaintLockerSpawner50 + entities: + - uid: 7218 components: - type: Transform - pos: 8.5,37.5 - parent: 1 - - uid: 3767 + pos: -68.5,63.5 + parent: 2 + - uid: 13972 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,1.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 3768 + pos: -34.5,50.5 + parent: 2 + - uid: 14623 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,2.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 3769 + pos: -29.5,-4.5 + parent: 2 + - uid: 14624 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,-3.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 3771 + pos: -26.5,53.5 + parent: 2 + - uid: 14625 components: - type: Transform - pos: -43.5,-1.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 3772 + pos: 12.5,46.5 + parent: 2 + - uid: 14626 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,1.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 3773 + pos: -69.5,53.5 + parent: 2 + - uid: 14627 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-7.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 3871 + pos: -0.5,-18.5 + parent: 2 + - uid: 14628 components: - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,4.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 4242 + pos: 2.5,-16.5 + parent: 2 + - uid: 14629 components: - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,26.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 4243 + pos: -20.5,14.5 + parent: 2 + - uid: 14630 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,26.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 4244 + pos: -19.5,23.5 + parent: 2 + - uid: 14631 components: - type: Transform - pos: -34.5,29.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 4245 + pos: 9.5,8.5 + parent: 2 + - uid: 14632 components: - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,23.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 4246 + pos: 10.5,8.5 + parent: 2 + - uid: 14633 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,25.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 4247 + pos: 10.5,62.5 + parent: 2 + - uid: 14634 components: - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,15.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 4248 + pos: 13.5,62.5 + parent: 2 + - uid: 15677 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,21.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 4249 + pos: -40.5,17.5 + parent: 2 + - uid: 20198 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,19.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 4250 + pos: 1.5,-26.5 + parent: 2 + - uid: 20199 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,13.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 4252 + pos: -0.5,-25.5 + parent: 2 + - uid: 20373 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,31.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 4743 + pos: -90.5,-7.5 + parent: 2 + - uid: 20374 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -79.5,-11.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 4769 + pos: -91.5,-7.5 + parent: 2 +- proto: RandomPainting + entities: + - uid: 14635 components: - type: Transform - rot: 3.141592653589793 rad - pos: -63.5,-11.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 4770 + pos: -47.5,-6.5 + parent: 2 + - uid: 14636 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-11.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 4905 + pos: 11.5,-10.5 + parent: 2 +- proto: RandomPosterAny + entities: + - uid: 14637 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -74.5,-14.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 4906 + pos: 3.5,1.5 + parent: 2 + - uid: 14638 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,-14.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 4980 + pos: -4.5,41.5 + parent: 2 + - uid: 14639 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -79.5,-9.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 4983 + pos: 5.5,48.5 + parent: 2 + - uid: 14640 components: - type: Transform - pos: -74.5,-9.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 5168 + pos: 25.5,-3.5 + parent: 2 + - uid: 14641 components: - type: Transform - rot: 3.141592653589793 rad - pos: -67.5,19.5 - parent: 1 - - uid: 5191 + pos: 12.5,-8.5 + parent: 2 + - uid: 14642 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,-2.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 5192 + pos: -22.5,-6.5 + parent: 2 + - uid: 14643 components: - type: Transform - rot: 3.141592653589793 rad - pos: -74.5,4.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 5193 + pos: -49.5,-5.5 + parent: 2 + - uid: 14644 components: - type: Transform - pos: -67.5,6.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 5196 + pos: -46.5,22.5 + parent: 2 + - uid: 14645 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,11.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 5197 + pos: -68.5,55.5 + parent: 2 + - uid: 14646 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,14.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 5198 + pos: -65.5,13.5 + parent: 2 + - uid: 14647 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,19.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 5201 + pos: -25.5,-5.5 + parent: 2 + - uid: 14648 components: - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,30.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 5202 + pos: 21.5,1.5 + parent: 2 + - uid: 14649 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,28.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 5203 + pos: -18.5,14.5 + parent: 2 + - uid: 14650 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,28.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 5204 + pos: -18.5,9.5 + parent: 2 + - uid: 14651 components: - type: Transform - pos: -51.5,25.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 5321 + pos: 13.5,51.5 + parent: 2 + - uid: 14652 components: - type: Transform - pos: -74.5,13.5 - parent: 1 - - uid: 5337 + pos: 13.5,53.5 + parent: 2 + - uid: 14653 components: - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,4.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 5520 + pos: 22.5,44.5 + parent: 2 + - uid: 14654 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,28.5 - parent: 1 - - uid: 5855 + pos: 12.5,47.5 + parent: 2 + - uid: 14655 components: - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,-37.5 - parent: 1 - - uid: 5945 + pos: 17.5,27.5 + parent: 2 + - uid: 17425 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-3.5 - parent: 1 - - uid: 5948 + pos: 5.5,50.5 + parent: 2 + - uid: 18208 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,1.5 - parent: 1 - - uid: 5978 + pos: 5.5,53.5 + parent: 2 + - uid: 20270 components: - type: Transform - pos: -16.5,-1.5 - parent: 1 - - uid: 6557 + pos: 33.5,-4.5 + parent: 2 +- proto: RandomPosterContraband + entities: + - uid: 12439 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,35.5 - parent: 1 - - uid: 7101 + rot: 3.141592653589793 rad + pos: -26.5,-14.5 + parent: 2 + - uid: 13968 components: - type: Transform - pos: -59.5,34.5 - parent: 1 - - uid: 7161 + pos: -36.5,53.5 + parent: 2 + - uid: 14656 components: - type: Transform - pos: -70.5,13.5 - parent: 1 - - uid: 7456 + pos: 15.5,13.5 + parent: 2 + - uid: 14657 components: - type: Transform - pos: -22.5,48.5 - parent: 1 - - uid: 7519 + pos: 15.5,18.5 + parent: 2 + - uid: 14658 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -69.5,9.5 - parent: 1 - - uid: 7520 + pos: -4.5,44.5 + parent: 2 + - uid: 14659 components: - type: Transform - rot: 3.141592653589793 rad - pos: -74.5,8.5 - parent: 1 - - uid: 8126 + pos: -33.5,51.5 + parent: 2 + - uid: 14660 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-2.5 - parent: 1 - - uid: 8582 + pos: -42.5,56.5 + parent: 2 + - uid: 14661 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,63.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 8584 + pos: 18.5,47.5 + parent: 2 + - uid: 14662 components: - type: Transform - pos: -47.5,65.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 8586 + pos: -23.5,-9.5 + parent: 2 + - uid: 14663 components: - type: Transform - rot: 3.141592653589793 rad - pos: -60.5,60.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 8589 + pos: 11.5,63.5 + parent: 2 + - uid: 14664 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,59.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 8590 + pos: 13.5,63.5 + parent: 2 + - uid: 14665 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,53.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 8591 + pos: 14.5,56.5 + parent: 2 + - uid: 14666 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,57.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 8592 + pos: 17.5,66.5 + parent: 2 + - uid: 20245 components: - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,53.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 8593 + pos: -0.5,-24.5 + parent: 2 + - uid: 20246 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,58.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 8595 + pos: -4.5,-28.5 + parent: 2 +- proto: RandomPosterLegit + entities: + - uid: 14667 components: - type: Transform - pos: -62.5,55.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 8596 + pos: 2.5,7.5 + parent: 2 + - uid: 14668 components: - type: Transform - rot: 3.141592653589793 rad - pos: -61.5,50.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 8650 + pos: 12.5,-0.5 + parent: 2 + - uid: 14669 components: - type: Transform - pos: 11.5,31.5 - parent: 1 - - uid: 8882 + pos: 20.5,10.5 + parent: 2 + - uid: 14670 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,34.5 - parent: 1 - - uid: 9363 + pos: -8.5,3.5 + parent: 2 + - uid: 14671 components: - type: Transform - pos: -35.5,7.5 - parent: 1 - - uid: 9377 + pos: -53.5,86.5 + parent: 2 + - uid: 14672 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,38.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 9467 + pos: -17.5,2.5 + parent: 2 + - uid: 14673 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-9.5 - parent: 1 - - uid: 9544 + pos: -45.5,37.5 + parent: 2 + - uid: 14674 components: - type: Transform - pos: -11.5,44.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 9545 + pos: -59.5,20.5 + parent: 2 + - uid: 14675 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,38.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 9546 + pos: -52.5,3.5 + parent: 2 + - uid: 14676 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,49.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 9547 + pos: -55.5,17.5 + parent: 2 + - uid: 14677 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,48.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 9555 + pos: -43.5,7.5 + parent: 2 + - uid: 14678 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,42.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 9556 + pos: -27.5,3.5 + parent: 2 + - uid: 14679 components: - type: Transform - pos: -33.5,47.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 9557 + pos: 24.5,8.5 + parent: 2 + - uid: 14680 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,46.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 9587 + pos: 29.5,19.5 + parent: 2 + - uid: 14681 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,54.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 9588 + pos: -10.5,26.5 + parent: 2 + - uid: 14682 components: - type: Transform - pos: -12.5,57.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 9589 + pos: -49.5,41.5 + parent: 2 + - uid: 14683 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,55.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 9593 + pos: -12.5,45.5 + parent: 2 + - uid: 14684 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,59.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 9594 + pos: -39.5,25.5 + parent: 2 + - uid: 14685 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,63.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 9595 + pos: -35.5,14.5 + parent: 2 + - uid: 14686 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,63.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 9596 + pos: -30.5,30.5 + parent: 2 + - uid: 14687 components: - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,59.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 10605 + pos: -8.5,35.5 + parent: 2 + - uid: 14688 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-12.5 - parent: 1 - - uid: 10739 + pos: -62.5,37.5 + parent: 2 + - uid: 14689 components: - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,-7.5 - parent: 1 - - uid: 10960 + pos: -59.5,45.5 + parent: 2 + - uid: 14690 components: - type: Transform - pos: -70.5,40.5 - parent: 1 - - uid: 10964 + pos: -59.5,8.5 + parent: 2 + - uid: 14691 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -69.5,35.5 - parent: 1 - - uid: 11013 + pos: -49.5,-1.5 + parent: 2 + - uid: 14692 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -64.5,40.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 11014 + pos: -18.5,49.5 + parent: 2 + - uid: 14693 components: - type: Transform - pos: -61.5,45.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 11600 + pos: -14.5,18.5 + parent: 2 + - uid: 14694 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,39.5 - parent: 1 - - uid: 12595 + pos: -43.5,40.5 + parent: 2 + - uid: 14695 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,34.5 - parent: 1 - - uid: 12774 + pos: -39.5,15.5 + parent: 2 + - uid: 14696 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,30.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 13323 + pos: -10.5,15.5 + parent: 2 + - uid: 14697 components: - type: Transform - pos: -0.5,10.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 13610 + pos: 13.5,7.5 + parent: 2 + - uid: 14698 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,33.5 - parent: 1 - - uid: 13647 + pos: 8.5,7.5 + parent: 2 + - uid: 14699 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,31.5 - parent: 1 - - uid: 13685 + pos: -20.5,-10.5 + parent: 2 + - uid: 14700 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -77.5,36.5 - parent: 1 - - uid: 13693 + pos: -66.5,7.5 + parent: 2 + - uid: 14701 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,37.5 - parent: 1 - - uid: 13699 + pos: -65.5,66.5 + parent: 2 + - uid: 14702 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,41.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 13700 + pos: 7.5,32.5 + parent: 2 + - uid: 14703 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,47.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 13701 + pos: 12.5,38.5 + parent: 2 + - uid: 14704 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,51.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 13765 + pos: 8.5,27.5 + parent: 2 + - uid: 14705 components: - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,23.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 13844 + pos: 11.5,27.5 + parent: 2 +- proto: RandomScienceCorpseSpawner + entities: + - uid: 621 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,-8.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 13850 + pos: -4.5,-33.5 + parent: 2 +- proto: RandomSnacks + entities: + - uid: 14706 components: - type: Transform - pos: 30.5,10.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 13851 + pos: -27.5,-5.5 + parent: 2 +- proto: RandomSoakedCigarette + entities: + - uid: 14707 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,16.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 13853 + pos: 22.748322,45.903458 + parent: 2 + - uid: 14708 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,-2.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 14001 + pos: 11.900506,57.61966 + parent: 2 +- proto: RandomSoap + entities: + - uid: 14709 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -75.5,38.5 - parent: 1 - - uid: 14189 + pos: -54.5,25.5 + parent: 2 + - uid: 14710 components: - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,30.5 - parent: 1 - - uid: 14210 + pos: -23.5,-1.5 + parent: 2 + - uid: 14711 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,-11.5 - parent: 1 - - uid: 14466 + pos: -23.5,0.5 + parent: 2 + - uid: 14712 components: - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,23.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 14473 + pos: -23.5,2.5 + parent: 2 + - uid: 14713 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -73.5,25.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 14476 + pos: -54.5,86.5 + parent: 2 + - uid: 14714 components: - type: Transform - pos: -67.5,23.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 14477 + pos: 18.5,25.5 + parent: 2 +- proto: RandomSpawner + entities: + - uid: 6823 components: - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,15.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 14478 + pos: -85.5,34.5 + parent: 2 + - uid: 6988 + components: + - type: Transform + pos: -77.5,29.5 + parent: 2 + - uid: 13052 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -74.5,31.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 14481 + pos: -84.5,37.5 + parent: 2 + - uid: 13348 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -67.5,27.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 14966 + pos: -82.5,-11.5 + parent: 2 + - uid: 14715 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -64.5,32.5 - parent: 1 - - uid: 14982 + pos: -2.5,0.5 + parent: 2 + - uid: 14716 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,60.5 - parent: 1 - - uid: 14984 + pos: -70.5,54.5 + parent: 2 + - uid: 14717 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,62.5 - parent: 1 - - uid: 15038 + pos: -36.5,18.5 + parent: 2 + - uid: 14718 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-13.5 - parent: 1 - - uid: 15188 + pos: -72.5,56.5 + parent: 2 + - uid: 14719 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,64.5 - parent: 1 - - uid: 15535 + pos: -12.5,54.5 + parent: 2 + - uid: 14720 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-16.5 - parent: 1 - - uid: 15537 + pos: -70.5,54.5 + parent: 2 + - uid: 14721 components: - type: Transform - pos: -8.5,-14.5 - parent: 1 - - uid: 16035 + pos: -71.5,52.5 + parent: 2 + - uid: 14722 components: - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,31.5 - parent: 1 - - uid: 16164 + pos: -33.5,32.5 + parent: 2 + - uid: 14723 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,63.5 - parent: 1 - - uid: 16318 + pos: -72.5,39.5 + parent: 2 + - uid: 14724 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,19.5 - parent: 1 - - uid: 16325 + pos: -34.5,33.5 + parent: 2 + - uid: 14725 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -79.5,27.5 - parent: 1 - - uid: 16541 + pos: -71.5,54.5 + parent: 2 + - uid: 14726 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,23.5 - parent: 1 - - uid: 16593 + pos: -36.5,17.5 + parent: 2 + - uid: 14727 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-19.5 - parent: 1 - - uid: 16978 + pos: 20.5,38.5 + parent: 2 + - uid: 14728 components: - type: Transform - pos: -14.5,-29.5 - parent: 1 - - uid: 16982 + pos: 17.5,43.5 + parent: 2 + - uid: 14729 components: - type: Transform - pos: -12.5,-27.5 - parent: 1 - - uid: 17153 + pos: -70.5,53.5 + parent: 2 + - uid: 14730 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-17.5 - parent: 1 - - uid: 17154 + pos: -64.5,39.5 + parent: 2 + - uid: 14731 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-17.5 - parent: 1 - - uid: 17522 + pos: -44.5,-13.5 + parent: 2 + - uid: 14732 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -63.5,64.5 - parent: 1 - - uid: 17544 + pos: -60.5,51.5 + parent: 2 + - uid: 14733 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-23.5 - parent: 1 - - uid: 17554 + pos: -40.5,51.5 + parent: 2 + - uid: 14734 components: - type: Transform - pos: -5.5,-15.5 - parent: 1 - - uid: 17923 + pos: -44.5,46.5 + parent: 2 + - uid: 14735 components: - type: Transform - pos: -81.5,51.5 - parent: 1 - - uid: 17931 + pos: -40.5,43.5 + parent: 2 + - uid: 14736 components: - type: Transform - pos: -83.5,53.5 - parent: 1 - - uid: 17932 + pos: -43.5,42.5 + parent: 2 + - uid: 14737 components: - type: Transform - pos: -87.5,53.5 - parent: 1 - - uid: 17933 + pos: -37.5,43.5 + parent: 2 + - uid: 14738 components: - type: Transform - pos: -91.5,53.5 - parent: 1 - - uid: 17961 + pos: -33.5,46.5 + parent: 2 + - uid: 14739 components: - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,45.5 - parent: 1 - - uid: 18179 + pos: -31.5,44.5 + parent: 2 + - uid: 14740 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -87.5,44.5 - parent: 1 - - uid: 18180 + pos: -29.5,46.5 + parent: 2 + - uid: 14741 components: - type: Transform - rot: 3.141592653589793 rad - pos: -91.5,48.5 - parent: 1 - - uid: 18342 + pos: -28.5,41.5 + parent: 2 + - uid: 14742 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -76.5,50.5 - parent: 1 - - uid: 18358 + pos: -31.5,38.5 + parent: 2 + - uid: 14743 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-12.5 - parent: 1 - - uid: 18359 + pos: -32.5,40.5 + parent: 2 + - uid: 14744 components: - type: Transform - pos: -9.5,-20.5 - parent: 1 - - uid: 18430 + pos: -35.5,35.5 + parent: 2 + - uid: 14745 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-19.5 - parent: 1 - - uid: 18857 + pos: -35.5,40.5 + parent: 2 + - uid: 14746 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,53.5 - parent: 1 - - uid: 18859 + pos: -36.5,28.5 + parent: 2 + - uid: 14747 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,55.5 - parent: 1 - - uid: 18860 + pos: -38.5,22.5 + parent: 2 + - uid: 14748 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,53.5 - parent: 1 - - uid: 18861 + pos: -37.5,16.5 + parent: 2 + - uid: 14749 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,50.5 - parent: 1 - - uid: 18862 + pos: -38.5,5.5 + parent: 2 + - uid: 14750 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,50.5 - parent: 1 -- proto: PoweredlightEmpty - entities: - - uid: 340 + pos: -33.5,4.5 + parent: 2 + - uid: 14751 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,28.5 - parent: 1 - - uid: 16111 + pos: -32.5,1.5 + parent: 2 + - uid: 14752 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,40.5 - parent: 1 -- proto: PoweredlightExterior - entities: - - uid: 19261 + pos: -41.5,2.5 + parent: 2 + - uid: 14753 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -88.5,63.5 - parent: 1 -- proto: PoweredlightSodium - entities: - - uid: 3469 + pos: -48.5,5.5 + parent: 2 + - uid: 14755 components: - type: Transform - pos: -50.5,-15.5 - parent: 1 - - uid: 4596 + pos: -65.5,6.5 + parent: 2 + - uid: 14756 components: - type: Transform - pos: 20.5,43.5 - parent: 1 - - uid: 10581 + pos: -70.5,5.5 + parent: 2 + - uid: 14757 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -106.5,22.5 - parent: 1 - - uid: 10665 + pos: -74.5,6.5 + parent: 2 + - uid: 14758 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -106.5,28.5 - parent: 1 - - uid: 10718 + pos: -56.5,-2.5 + parent: 2 + - uid: 14759 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-8.5 - parent: 1 - - uid: 13650 + pos: -58.5,1.5 + parent: 2 + - uid: 14760 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -87.5,22.5 - parent: 1 - - uid: 13651 + pos: -56.5,-8.5 + parent: 2 + - uid: 14761 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -87.5,28.5 - parent: 1 - - uid: 13999 + pos: -52.5,-7.5 + parent: 2 + - uid: 14762 components: - type: Transform - pos: -97.5,34.5 - parent: 1 - - uid: 15427 + pos: -45.5,0.5 + parent: 2 + - uid: 14763 components: - type: Transform - pos: -41.5,58.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 15428 + pos: -37.5,-3.5 + parent: 2 + - uid: 14764 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,63.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 15429 + pos: -32.5,-9.5 + parent: 2 + - uid: 14765 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,68.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 17737 + pos: -38.5,-12.5 + parent: 2 + - uid: 14766 components: - type: Transform - rot: 3.141592653589793 rad - pos: -97.5,16.5 - parent: 1 -- proto: PoweredSmallLight - entities: - - uid: 38 + pos: -41.5,-10.5 + parent: 2 + - uid: 14767 components: - type: Transform - pos: 7.5,-1.5 - parent: 1 - - uid: 198 + pos: -26.5,-6.5 + parent: 2 + - uid: 14768 components: - type: Transform - pos: -15.5,-14.5 - parent: 1 - - uid: 415 + pos: -25.5,-0.5 + parent: 2 + - uid: 14769 components: - type: Transform - pos: -8.5,-0.5 - parent: 1 - - uid: 473 + pos: -28.5,2.5 + parent: 2 + - uid: 14770 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,37.5 - parent: 1 - - uid: 1656 + pos: -21.5,-1.5 + parent: 2 + - uid: 14771 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-8.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1657 + pos: -24.5,-7.5 + parent: 2 + - uid: 14772 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-9.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2238 + pos: -15.5,1.5 + parent: 2 + - uid: 14773 components: - type: Transform - pos: 20.5,23.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2249 + pos: -24.5,-4.5 + parent: 2 + - uid: 14774 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,10.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2512 + pos: -31.5,6.5 + parent: 2 + - uid: 14775 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,11.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2513 + pos: -24.5,4.5 + parent: 2 + - uid: 14776 components: - type: Transform - pos: 22.5,9.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2753 + pos: -19.5,6.5 + parent: 2 + - uid: 14777 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,2.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2762 + pos: -8.5,4.5 + parent: 2 + - uid: 14778 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,15.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2792 + pos: -4.5,6.5 + parent: 2 + - uid: 14779 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,14.5 - parent: 1 - - uid: 2852 + pos: -1.5,4.5 + parent: 2 + - uid: 14780 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,28.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2883 + pos: 7.5,5.5 + parent: 2 + - uid: 14781 components: - type: Transform - pos: -16.5,10.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 3317 + pos: 13.5,6.5 + parent: 2 + - uid: 14782 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,22.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 4075 + pos: 19.5,5.5 + parent: 2 + - uid: 14783 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,0.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 4112 + pos: 26.5,6.5 + parent: 2 + - uid: 14784 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-3.5 - parent: 1 - - uid: 5328 + pos: 28.5,10.5 + parent: 2 + - uid: 14785 components: - type: Transform - pos: -41.5,11.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 5329 + pos: 27.5,18.5 + parent: 2 + - uid: 14786 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,14.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 5359 + pos: 26.5,21.5 + parent: 2 + - uid: 14787 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,67.5 - parent: 1 - - uid: 5571 + pos: 22.5,15.5 + parent: 2 + - uid: 14788 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,40.5 - parent: 1 - - uid: 5744 + pos: 19.5,23.5 + parent: 2 + - uid: 14789 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,44.5 - parent: 1 - - uid: 5959 + pos: 23.5,25.5 + parent: 2 + - uid: 14790 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,-15.5 - parent: 1 - - uid: 6308 + pos: 22.5,33.5 + parent: 2 + - uid: 14791 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,51.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 6803 + pos: 23.5,35.5 + parent: 2 + - uid: 14792 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,80.5 - parent: 1 - - uid: 7077 + pos: 14.5,35.5 + parent: 2 + - uid: 14793 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,36.5 - parent: 1 - - uid: 7539 + pos: 6.5,50.5 + parent: 2 + - uid: 14796 + components: + - type: Transform + pos: -6.5,36.5 + parent: 2 + - uid: 14797 components: - type: Transform - pos: -19.5,40.5 - parent: 1 - - uid: 7713 + pos: -10.5,51.5 + parent: 2 + - uid: 14798 components: - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,88.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 7714 + pos: -8.5,57.5 + parent: 2 + - uid: 14799 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,86.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 7730 + pos: -13.5,60.5 + parent: 2 + - uid: 14800 components: - type: Transform - pos: -55.5,84.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 7731 + pos: -17.5,64.5 + parent: 2 + - uid: 14801 components: - type: Transform - pos: -61.5,89.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 7732 + pos: -20.5,61.5 + parent: 2 + - uid: 14802 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,84.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 7733 + pos: -22.5,55.5 + parent: 2 + - uid: 14803 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,89.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 7741 + pos: -17.5,49.5 + parent: 2 + - uid: 14804 components: - type: Transform - rot: 3.141592653589793 rad - pos: -62.5,83.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 7742 + pos: -16.5,42.5 + parent: 2 + - uid: 14805 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,85.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 7947 + pos: -15.5,46.5 + parent: 2 + - uid: 14806 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,65.5 - parent: 1 - - uid: 7960 + pos: -15.5,39.5 + parent: 2 + - uid: 14807 components: - type: Transform - pos: -61.5,14.5 - parent: 1 - - uid: 8011 + pos: -17.5,35.5 + parent: 2 + - uid: 14808 components: - type: Transform - pos: -19.5,43.5 - parent: 1 - - uid: 8585 + pos: -13.5,39.5 + parent: 2 + - uid: 14809 components: - type: Transform - pos: 3.5,40.5 - parent: 1 - - uid: 8597 + pos: -11.5,42.5 + parent: 2 + - uid: 14810 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,50.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 8598 + pos: 10.5,20.5 + parent: 2 + - uid: 14811 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,50.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 8599 + pos: 7.5,15.5 + parent: 2 + - uid: 14812 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,50.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 8600 + pos: 10.5,14.5 + parent: 2 + - uid: 14813 components: - type: Transform - rot: 3.141592653589793 rad - pos: -60.5,57.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 8934 + pos: 7.5,12.5 + parent: 2 + - uid: 14814 components: - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,79.5 - parent: 1 - - uid: 8971 + pos: 11.5,11.5 + parent: 2 + - uid: 14815 components: - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,18.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 9406 + pos: 9.5,23.5 + parent: 2 + - uid: 14816 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,67.5 - parent: 1 - - uid: 9592 + pos: 7.5,25.5 + parent: 2 + - uid: 14817 components: - type: Transform - pos: -4.5,56.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 9601 + pos: -12.5,30.5 + parent: 2 + - uid: 14818 components: - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,40.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 9602 + pos: -17.5,32.5 + parent: 2 + - uid: 14819 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,50.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 10142 + pos: -11.5,26.5 + parent: 2 + - uid: 14820 components: - type: Transform - pos: -51.5,76.5 - parent: 1 - - uid: 10253 + pos: -13.5,22.5 + parent: 2 + - uid: 14821 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -69.5,26.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 10742 + pos: -11.5,19.5 + parent: 2 + - uid: 14822 components: - type: Transform - anchored: False - rot: 1.5707963267948966 rad - pos: -31.5,58.5 - parent: 1 - - uid: 10744 + pos: -13.5,16.5 + parent: 2 + - uid: 14823 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,55.5 - parent: 1 - - uid: 10979 + pos: -11.5,12.5 + parent: 2 + - uid: 14824 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -69.5,44.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 11905 + pos: -13.5,9.5 + parent: 2 + - uid: 14825 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,18.5 - parent: 1 - - uid: 12212 + pos: -5.5,10.5 + parent: 2 + - uid: 14826 components: - type: Transform - rot: 3.141592653589793 rad - pos: -69.5,47.5 - parent: 1 - - uid: 12775 + pos: -4.5,15.5 + parent: 2 + - uid: 14827 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,30.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 13163 + pos: -6.5,20.5 + parent: 2 + - uid: 14828 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-13.5 - parent: 1 - - uid: 13358 + pos: -7.5,24.5 + parent: 2 + - uid: 14829 components: - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,40.5 - parent: 1 - - uid: 13643 + pos: 1.5,12.5 + parent: 2 + - uid: 14830 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -77.5,41.5 - parent: 1 - - uid: 13644 + pos: 6.5,9.5 + parent: 2 + - uid: 14831 components: - type: Transform - pos: -89.5,41.5 - parent: 1 - - uid: 13646 + pos: 14.5,9.5 + parent: 2 + - uid: 14832 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -90.5,36.5 - parent: 1 - - uid: 13648 + pos: 13.5,16.5 + parent: 2 + - uid: 14833 components: - type: Transform - pos: -83.5,43.5 - parent: 1 - - uid: 13690 + pos: 16.5,9.5 + parent: 2 + - uid: 14834 components: - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,29.5 - parent: 1 - - uid: 13890 + pos: 13.5,2.5 + parent: 2 + - uid: 14835 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-22.5 - parent: 1 - - uid: 14007 + pos: 16.5,-1.5 + parent: 2 + - uid: 14836 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -69.5,54.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 14375 + pos: 19.5,1.5 + parent: 2 + - uid: 14837 components: - type: Transform - pos: -74.5,42.5 - parent: 1 - - uid: 14472 + pos: 19.5,-1.5 + parent: 2 + - uid: 14838 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -84.5,20.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 14673 + anchored: False + pos: -1.5,-1.5 + parent: 2 + - uid: 14839 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,58.5 - parent: 1 - - uid: 14975 + pos: 16.5,-5.5 + parent: 2 + - uid: 14840 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,9.5 - parent: 1 - - uid: 15115 + pos: 19.5,-4.5 + parent: 2 + - uid: 14841 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,-11.5 - parent: 1 - - uid: 16062 + pos: 24.5,-5.5 + parent: 2 + - uid: 14842 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,8.5 - parent: 1 - - uid: 16063 + pos: 27.5,-2.5 + parent: 2 + - uid: 14843 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,12.5 - parent: 1 - - uid: 16065 + pos: 29.5,-1.5 + parent: 2 + - uid: 14844 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,12.5 - parent: 1 - - uid: 16088 + pos: 19.5,-8.5 + parent: 2 + - uid: 14845 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,10.5 - parent: 1 - - uid: 16186 + pos: 24.5,-7.5 + parent: 2 + - uid: 14846 components: - type: Transform - pos: -50.5,-5.5 - parent: 1 - - uid: 16358 + pos: 29.5,-8.5 + parent: 2 + - uid: 14847 components: - type: Transform - pos: -8.5,15.5 - parent: 1 - - uid: 16364 + pos: 15.5,-11.5 + parent: 2 + - uid: 14848 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,12.5 - parent: 1 - - uid: 16418 + pos: 13.5,-8.5 + parent: 2 + - uid: 14849 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,45.5 - parent: 1 - - uid: 16542 + pos: -16.5,20.5 + parent: 2 + - uid: 14850 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,21.5 - parent: 1 - - uid: 16798 + pos: -20.5,16.5 + parent: 2 + - uid: 14851 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-7.5 - parent: 1 - - uid: 16909 + pos: -19.5,11.5 + parent: 2 + - uid: 14852 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-34.5 - parent: 1 - - uid: 16910 + pos: -20.5,12.5 + parent: 2 + - uid: 14853 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-30.5 - parent: 1 - - uid: 16911 + pos: -18.5,19.5 + parent: 2 + - uid: 14854 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-39.5 - parent: 1 - - uid: 16912 + pos: -25.5,21.5 + parent: 2 + - uid: 14856 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-33.5 - parent: 1 - - uid: 16913 + pos: -19.5,27.5 + parent: 2 + - uid: 14857 components: - type: Transform - pos: -19.5,-30.5 - parent: 1 - - uid: 16914 + pos: -15.5,28.5 + parent: 2 + - uid: 14858 components: - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,-36.5 - parent: 1 - - uid: 17032 + pos: -16.5,25.5 + parent: 2 + - uid: 14859 components: - type: Transform - pos: 3.5,-22.5 - parent: 1 - - uid: 17063 + pos: -15.5,23.5 + parent: 2 + - uid: 14860 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-5.5 - parent: 1 - - uid: 17151 + pos: 1.5,8.5 + parent: 2 + - uid: 14861 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-16.5 - parent: 1 - - uid: 17551 + pos: -1.5,9.5 + parent: 2 + - uid: 14862 components: - type: Transform - pos: 5.5,-11.5 - parent: 1 - - uid: 17553 + pos: -28.5,8.5 + parent: 2 + - uid: 14863 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,-18.5 - parent: 1 - - uid: 17924 + pos: -24.5,10.5 + parent: 2 + - uid: 14864 components: - type: Transform - pos: -79.5,57.5 - parent: 1 - - uid: 17925 + pos: -27.5,12.5 + parent: 2 + - uid: 14865 components: - type: Transform - pos: -82.5,57.5 - parent: 1 - - uid: 17926 + pos: -22.5,12.5 + parent: 2 + - uid: 14866 components: - type: Transform - pos: -84.5,57.5 - parent: 1 - - uid: 17927 + pos: -25.5,16.5 + parent: 2 + - uid: 14867 components: - type: Transform - pos: -86.5,57.5 - parent: 1 - - uid: 17928 + pos: -22.5,17.5 + parent: 2 + - uid: 14868 components: - type: Transform - pos: -88.5,57.5 - parent: 1 - - uid: 17929 + pos: -28.5,18.5 + parent: 2 + - uid: 14869 components: - type: Transform - pos: -90.5,57.5 - parent: 1 - - uid: 17930 + pos: -33.5,9.5 + parent: 2 + - uid: 14870 components: - type: Transform - pos: -92.5,57.5 - parent: 1 - - uid: 18132 + pos: -30.5,13.5 + parent: 2 + - uid: 14871 components: - type: Transform - rot: 3.141592653589793 rad - pos: -94.5,42.5 - parent: 1 - - uid: 18578 + pos: -32.5,16.5 + parent: 2 + - uid: 14872 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,55.5 - parent: 1 - - uid: 18745 + pos: -32.5,20.5 + parent: 2 + - uid: 14873 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,58.5 - parent: 1 - - uid: 18786 + pos: -29.5,21.5 + parent: 2 + - uid: 14874 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,46.5 - parent: 1 - - uid: 18798 + pos: -28.5,24.5 + parent: 2 + - uid: 14875 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,53.5 - parent: 1 -- proto: PoweredSmallLightEmpty - entities: - - uid: 4595 + pos: -33.5,25.5 + parent: 2 + - uid: 14876 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,37.5 - parent: 1 -- proto: PoweredStrobeLightEmpty - entities: - - uid: 12184 + pos: -32.5,28.5 + parent: 2 + - uid: 14877 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,48.5 - parent: 1 - - type: ContainerContainer - containers: - light_bulb: !type:ContainerSlot - showEnts: False - occludes: True - ent: 12185 - - type: ApcPowerReceiver - powerLoad: 0 - - type: DamageOnInteract - isDamageActive: False - - uid: 12187 + pos: -36.5,24.5 + parent: 2 + - uid: 14878 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,45.5 - parent: 1 - - type: ContainerContainer - containers: - light_bulb: !type:ContainerSlot - showEnts: False - occludes: True - ent: 12188 - - type: ApcPowerReceiver - powerLoad: 0 - - type: DamageOnInteract - isDamageActive: False -- proto: PoweredWarmSmallLight - entities: - - uid: 10091 + pos: -30.5,29.5 + parent: 2 + - uid: 14879 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,38.5 - parent: 1 - - uid: 10096 + pos: -24.5,27.5 + parent: 2 + - uid: 14880 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,38.5 - parent: 1 - - uid: 18513 + pos: -26.5,28.5 + parent: 2 + - uid: 14881 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,49.5 - parent: 1 - - uid: 18514 + pos: -27.5,36.5 + parent: 2 + - uid: 14882 components: - type: Transform - pos: 22.5,56.5 - parent: 1 - - uid: 18809 + pos: -42.5,27.5 + parent: 2 + - uid: 14883 components: - type: Transform - pos: -39.5,39.5 - parent: 1 -- proto: PresentRandom - entities: - - uid: 9124 + pos: -40.5,24.5 + parent: 2 + - uid: 14884 components: - type: Transform - pos: -23.544806,55.64897 - parent: 1 -- proto: Protolathe - entities: - - uid: 390 + pos: -44.5,27.5 + parent: 2 + - uid: 14887 components: - type: Transform - pos: -19.5,-6.5 - parent: 1 - - type: SiloUtilizer - silo: 6424 -- proto: ProtolatheMachineCircuitboard - entities: - - uid: 3408 + pos: -42.5,21.5 + parent: 2 + - uid: 14888 components: - type: Transform - pos: -49.5,23.5 - parent: 1 -- proto: PuddleVomit - entities: - - uid: 79 + pos: -50.5,21.5 + parent: 2 + - uid: 14889 components: - type: Transform - pos: -17.5,44.5 - parent: 1 - - uid: 6010 + pos: -44.5,10.5 + parent: 2 + - uid: 14890 components: - type: Transform - pos: -27.5,6.5 - parent: 1 - - uid: 15502 + pos: -48.5,14.5 + parent: 2 + - uid: 14891 components: - type: Transform - pos: -27.5,5.5 - parent: 1 - - uid: 15503 + pos: -41.5,10.5 + parent: 2 + - uid: 14892 components: - type: Transform - pos: -27.5,4.5 - parent: 1 - - uid: 15516 + pos: -53.5,1.5 + parent: 2 + - uid: 14893 components: - type: Transform - pos: -26.5,5.5 - parent: 1 - - uid: 15530 + pos: -48.5,1.5 + parent: 2 + - uid: 14894 components: - type: Transform - pos: -26.5,6.5 - parent: 1 - - uid: 15566 + pos: -48.5,-3.5 + parent: 2 + - uid: 14895 components: - type: Transform - pos: -25.5,6.5 - parent: 1 - - uid: 15567 + pos: -48.5,-7.5 + parent: 2 + - uid: 14896 components: - type: Transform - pos: -25.5,5.5 - parent: 1 - - uid: 16144 + pos: -51.5,-9.5 + parent: 2 + - uid: 14897 components: - type: Transform - pos: 7.5,35.5 - parent: 1 - - uid: 16145 + pos: -56.5,9.5 + parent: 2 + - uid: 14898 components: - type: Transform - pos: 7.5,34.5 - parent: 1 - - uid: 16146 + pos: -57.5,14.5 + parent: 2 + - uid: 14899 components: - type: Transform - pos: 12.5,36.5 - parent: 1 - - uid: 16147 + pos: -57.5,19.5 + parent: 2 + - uid: 14900 components: - type: Transform - pos: 11.5,36.5 - parent: 1 -- proto: Rack - entities: - - uid: 175 + pos: -56.5,24.5 + parent: 2 + - uid: 14901 components: - type: Transform - pos: -29.5,55.5 - parent: 1 - - uid: 1447 + pos: -58.5,26.5 + parent: 2 + - uid: 14902 components: - type: Transform - pos: -17.5,10.5 - parent: 1 - - uid: 1466 + pos: -49.5,32.5 + parent: 2 + - uid: 14903 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,9.5 - parent: 1 - - uid: 1832 + pos: -45.5,32.5 + parent: 2 + - uid: 14904 components: - type: Transform - pos: 20.5,-2.5 - parent: 1 - - uid: 1860 + pos: -41.5,31.5 + parent: 2 + - uid: 14905 components: - type: Transform - pos: -1.5,-10.5 - parent: 1 - - uid: 2071 + pos: -41.5,33.5 + parent: 2 + - uid: 14906 components: - type: Transform - pos: -3.5,15.5 - parent: 1 - - uid: 2324 + pos: -48.5,35.5 + parent: 2 + - uid: 14907 components: - type: Transform - pos: -2.5,19.5 - parent: 1 - - uid: 2796 + pos: -46.5,40.5 + parent: 2 + - uid: 14908 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,8.5 - parent: 1 - - uid: 2934 + pos: -47.5,44.5 + parent: 2 + - uid: 14909 components: - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,16.5 - parent: 1 - - uid: 2950 + pos: -49.5,46.5 + parent: 2 + - uid: 14910 components: - type: Transform - pos: 27.5,-4.5 - parent: 1 - - uid: 3168 + pos: -46.5,51.5 + parent: 2 + - uid: 14912 components: - type: Transform - pos: -23.5,55.5 - parent: 1 - - uid: 3656 + pos: -57.5,44.5 + parent: 2 + - uid: 14913 components: - type: Transform - pos: -33.5,-1.5 - parent: 1 - - uid: 4334 + pos: -57.5,40.5 + parent: 2 + - uid: 14914 components: - type: Transform - pos: -40.5,18.5 - parent: 1 - - uid: 4335 + pos: -56.5,39.5 + parent: 2 + - uid: 14915 components: - type: Transform - pos: -40.5,17.5 - parent: 1 - - uid: 4336 + pos: -58.5,36.5 + parent: 2 + - uid: 14916 components: - type: Transform - pos: -45.5,17.5 - parent: 1 - - uid: 4337 + pos: -52.5,43.5 + parent: 2 + - uid: 14917 components: - type: Transform - pos: -47.5,17.5 - parent: 1 - - uid: 5290 + pos: -44.5,51.5 + parent: 2 + - uid: 14918 components: - type: Transform - pos: -54.5,27.5 - parent: 1 - - uid: 5291 + pos: -40.5,55.5 + parent: 2 + - uid: 14919 components: - type: Transform - pos: -53.5,27.5 - parent: 1 - - uid: 5292 + pos: -35.5,55.5 + parent: 2 + - uid: 14921 components: - type: Transform - pos: -52.5,27.5 - parent: 1 - - uid: 5293 + pos: -27.5,50.5 + parent: 2 + - uid: 14922 components: - type: Transform - pos: -52.5,25.5 - parent: 1 - - uid: 5294 + pos: -20.5,51.5 + parent: 2 + - uid: 14923 components: - type: Transform - pos: -52.5,24.5 - parent: 1 - - uid: 5295 + pos: -25.5,47.5 + parent: 2 + - uid: 14924 components: - type: Transform - pos: -52.5,23.5 - parent: 1 - - uid: 5296 + pos: -21.5,31.5 + parent: 2 + - uid: 14925 components: - type: Transform - pos: -49.5,25.5 - parent: 1 - - uid: 5297 + pos: -25.5,32.5 + parent: 2 + - uid: 14926 components: - type: Transform - pos: -49.5,24.5 - parent: 1 - - uid: 5298 + pos: -31.5,33.5 + parent: 2 + - uid: 14927 components: - type: Transform - pos: -49.5,23.5 - parent: 1 - - uid: 5304 + pos: -34.5,31.5 + parent: 2 + - uid: 14928 components: - type: Transform - pos: -54.5,25.5 - parent: 1 - - uid: 5426 + pos: -51.5,24.5 + parent: 2 + - uid: 14929 components: - type: Transform - pos: -19.5,0.5 - parent: 1 - - uid: 5429 + pos: -49.5,27.5 + parent: 2 + - uid: 14930 components: - type: Transform - pos: -27.5,-4.5 - parent: 1 - - uid: 5500 + pos: -53.5,28.5 + parent: 2 + - uid: 14931 components: - type: Transform - pos: -51.5,2.5 - parent: 1 - - uid: 5599 + pos: -33.5,-3.5 + parent: 2 + - uid: 14932 components: - type: Transform - pos: -43.5,13.5 - parent: 1 - - uid: 5600 + pos: -32.5,-6.5 + parent: 2 + - uid: 14933 components: - type: Transform - pos: -40.5,13.5 - parent: 1 - - uid: 5625 + pos: -57.5,84.5 + parent: 2 + - uid: 14934 components: - type: Transform - pos: -45.5,23.5 - parent: 1 - - uid: 5638 + pos: -60.5,84.5 + parent: 2 + - uid: 14935 components: - type: Transform - pos: -23.5,26.5 - parent: 1 - - uid: 5727 + pos: -59.5,87.5 + parent: 2 + - uid: 14936 components: - type: Transform - pos: -20.5,29.5 - parent: 1 - - uid: 5728 + pos: -57.5,88.5 + parent: 2 + - uid: 14937 components: - type: Transform - pos: -20.5,13.5 - parent: 1 - - uid: 5848 + pos: -54.5,89.5 + parent: 2 + - uid: 14938 components: - type: Transform - pos: 2.5,-17.5 - parent: 1 - - uid: 6317 + pos: -55.5,82.5 + parent: 2 + - uid: 14939 components: - type: Transform - pos: 12.5,43.5 - parent: 1 - - uid: 6341 + pos: -55.5,86.5 + parent: 2 + - uid: 14940 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,55.5 - parent: 1 - - uid: 7717 + pos: -51.5,89.5 + parent: 2 + - uid: 14941 components: - type: Transform - pos: -60.5,83.5 - parent: 1 - - uid: 8004 + pos: -52.5,85.5 + parent: 2 + - uid: 14942 components: - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,46.5 - parent: 1 - - uid: 8850 + pos: -50.5,82.5 + parent: 2 + - uid: 14943 components: - type: Transform - pos: -23.5,46.5 - parent: 1 - - uid: 9295 + pos: -54.5,79.5 + parent: 2 + - uid: 14944 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -82.5,22.5 - parent: 1 - - uid: 9734 + pos: -50.5,80.5 + parent: 2 + - uid: 14945 components: - type: Transform - pos: -27.5,35.5 - parent: 1 - - uid: 10372 + pos: -52.5,76.5 + parent: 2 + - uid: 14946 components: - type: Transform - pos: -27.5,49.5 - parent: 1 - - uid: 10383 + pos: -52.5,72.5 + parent: 2 + - uid: 14947 components: - type: Transform - pos: -8.5,46.5 - parent: 1 - - uid: 10389 + pos: -47.5,67.5 + parent: 2 + - uid: 14948 components: - type: Transform - pos: -1.5,45.5 - parent: 1 - - uid: 10391 + pos: -52.5,64.5 + parent: 2 + - uid: 14949 components: - type: Transform - pos: 6.5,48.5 - parent: 1 - - uid: 10405 + pos: -50.5,60.5 + parent: 2 + - uid: 14950 components: - type: Transform - pos: 22.5,27.5 - parent: 1 - - uid: 10462 + pos: -59.5,61.5 + parent: 2 + - uid: 14951 components: - type: Transform - pos: -27.5,40.5 - parent: 1 - - uid: 10470 + pos: -61.5,65.5 + parent: 2 + - uid: 14952 components: - type: Transform - pos: -5.5,-10.5 - parent: 1 - - uid: 10862 + pos: -46.5,58.5 + parent: 2 + - uid: 14953 components: - type: Transform - pos: -22.5,57.5 - parent: 1 - - uid: 10863 + pos: -48.5,61.5 + parent: 2 + - uid: 14954 components: - type: Transform - pos: -21.5,57.5 - parent: 1 - - uid: 10864 + pos: -50.5,58.5 + parent: 2 + - uid: 14955 components: - type: Transform - pos: -20.5,57.5 - parent: 1 - - uid: 12904 + pos: -55.5,55.5 + parent: 2 + - uid: 14956 components: - type: Transform - pos: 13.5,8.5 - parent: 1 - - uid: 13085 + pos: -51.5,54.5 + parent: 2 + - uid: 14957 components: - type: Transform - pos: -0.5,10.5 - parent: 1 - - uid: 13359 + pos: -59.5,55.5 + parent: 2 + - uid: 14958 components: - type: Transform - pos: -87.5,41.5 - parent: 1 - - uid: 13671 + pos: -62.5,53.5 + parent: 2 + - uid: 14959 components: - type: Transform - pos: -53.5,44.5 - parent: 1 - - uid: 13798 + pos: -50.5,50.5 + parent: 2 + - uid: 14960 components: - type: Transform - pos: -17.5,-1.5 - parent: 1 - - uid: 13803 + pos: -54.5,52.5 + parent: 2 + - uid: 14961 components: - type: Transform - pos: -17.5,26.5 - parent: 1 - - uid: 13823 + pos: -53.5,49.5 + parent: 2 + - uid: 14962 components: - type: Transform - pos: -23.5,45.5 - parent: 1 - - uid: 14450 + pos: -56.5,50.5 + parent: 2 + - uid: 14963 components: - type: Transform - pos: -71.5,13.5 - parent: 1 - - uid: 14591 + pos: -46.5,54.5 + parent: 2 + - uid: 14964 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -67.5,13.5 - parent: 1 - - uid: 14919 + pos: 10.5,-1.5 + parent: 2 + - uid: 14965 components: - type: Transform - pos: -17.5,14.5 - parent: 1 - - uid: 15650 + pos: -57.5,33.5 + parent: 2 + - uid: 14966 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,-9.5 - parent: 1 - - uid: 15651 + pos: -4.5,-3.5 + parent: 2 + - uid: 14969 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,-9.5 - parent: 1 - - uid: 15981 + pos: -72.5,54.5 + parent: 2 + - uid: 14970 components: - type: Transform - pos: -17.5,8.5 - parent: 1 - - uid: 16156 + pos: -69.5,55.5 + parent: 2 + - uid: 14971 components: - type: Transform - pos: 23.5,8.5 - parent: 1 - - uid: 16351 + pos: -66.5,46.5 + parent: 2 + - uid: 14972 components: - type: Transform - pos: -8.5,15.5 - parent: 1 - - uid: 16927 + pos: -62.5,47.5 + parent: 2 + - uid: 14973 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-39.5 - parent: 1 - - uid: 17096 + pos: -67.5,50.5 + parent: 2 + - uid: 14974 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-20.5 - parent: 1 - - uid: 17098 + pos: -67.5,55.5 + parent: 2 + - uid: 14975 components: - type: Transform - pos: 2.5,-24.5 - parent: 1 - - uid: 17545 + pos: -67.5,41.5 + parent: 2 + - uid: 14976 components: - type: Transform - pos: -7.5,-9.5 - parent: 1 - - uid: 17934 + pos: -66.5,38.5 + parent: 2 + - uid: 14977 + components: + - type: Transform + pos: -62.5,36.5 + parent: 2 + - uid: 14978 + components: + - type: Transform + pos: -63.5,40.5 + parent: 2 + - uid: 14979 + components: + - type: Transform + pos: -61.5,44.5 + parent: 2 + - uid: 14980 components: - type: Transform - rot: 3.141592653589793 rad - pos: -82.5,59.5 - parent: 1 - - uid: 18009 + pos: -63.5,44.5 + parent: 2 + - uid: 14981 components: - type: Transform - rot: 3.141592653589793 rad - pos: -72.5,37.5 - parent: 1 - - uid: 18335 + pos: -74.5,35.5 + parent: 2 + - uid: 14982 components: - type: Transform - rot: 3.141592653589793 rad - pos: -84.5,59.5 - parent: 1 - - uid: 18510 + pos: -71.5,34.5 + parent: 2 + - uid: 14983 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,56.5 - parent: 1 - - uid: 18631 + pos: -66.5,33.5 + parent: 2 + - uid: 14984 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,59.5 - parent: 1 - - uid: 18658 + pos: -64.5,34.5 + parent: 2 + - uid: 14985 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,45.5 - parent: 1 -- proto: RadiationCollectorFlatpack - entities: - - uid: 5629 + pos: -64.5,27.5 + parent: 2 + - uid: 14986 components: - type: Transform - rot: 3.141592653589793 rad - pos: -84.68474,59.548744 - parent: 1 - - uid: 11461 + pos: -66.5,29.5 + parent: 2 + - uid: 14987 components: - type: Transform - rot: 3.141592653589793 rad - pos: -84.68474,59.326523 - parent: 1 - - uid: 14170 + pos: -70.5,29.5 + parent: 2 + - uid: 14988 components: - type: Transform - rot: 3.141592653589793 rad - pos: -84.33752,59.53485 - parent: 1 - - uid: 15006 + pos: -73.5,31.5 + parent: 2 + - uid: 14989 components: - type: Transform - rot: 3.141592653589793 rad - pos: -84.643074,59.701523 - parent: 1 - - uid: 15638 + pos: -74.5,26.5 + parent: 2 + - uid: 14990 components: - type: Transform - rot: 3.141592653589793 rad - pos: -84.3514,59.7293 - parent: 1 - - uid: 18998 + pos: -73.5,22.5 + parent: 2 + - uid: 14991 components: - type: Transform - rot: 3.141592653589793 rad - pos: -84.30974,59.3543 - parent: 1 -- proto: RadiationCollectorFullTank - entities: - - uid: 3222 + pos: -74.5,19.5 + parent: 2 + - uid: 14992 components: - type: Transform - pos: -97.5,31.5 - parent: 1 - - uid: 9715 + pos: -70.5,19.5 + parent: 2 + - uid: 14993 components: - type: Transform - pos: -97.5,19.5 - parent: 1 - - uid: 11028 + pos: -67.5,23.5 + parent: 2 + - uid: 14994 components: - type: Transform - pos: -103.5,25.5 - parent: 1 - - uid: 11029 + pos: -67.5,20.5 + parent: 2 + - uid: 14995 components: - type: Transform - pos: -96.5,19.5 - parent: 1 - - uid: 13697 + pos: -64.5,21.5 + parent: 2 + - uid: 14999 components: - type: Transform - pos: -98.5,31.5 - parent: 1 - - uid: 13719 + pos: 15.5,26.5 + parent: 2 + - uid: 15000 components: - type: Transform - pos: -103.5,24.5 - parent: 1 - - uid: 13860 + pos: 11.5,-5.5 + parent: 2 + - uid: 15001 components: - type: Transform - pos: -103.5,26.5 - parent: 1 - - uid: 14332 + pos: -44.5,21.5 + parent: 2 + - uid: 15002 components: - type: Transform - pos: -98.5,19.5 - parent: 1 - - uid: 14387 + pos: -77.5,35.5 + parent: 2 + - uid: 15003 components: - type: Transform - pos: -96.5,31.5 - parent: 1 -- proto: RadioHandheld - entities: - - uid: 15945 + pos: -27.5,-10.5 + parent: 2 + - uid: 15004 components: - type: Transform - pos: 20.868422,-8.021761 - parent: 1 - - uid: 15946 + pos: -25.5,-11.5 + parent: 2 + - uid: 15005 components: - type: Transform - pos: 20.649672,-8.146761 - parent: 1 -- proto: RadioHandheldSecurity - entities: - - uid: 16050 + pos: -79.5,26.5 + parent: 2 + - uid: 15006 components: - type: Transform - pos: -59.27328,50.610855 - parent: 1 - - type: Physics - angularDamping: 0 - linearDamping: 0 -- proto: RagItem - entities: - - uid: 16317 + pos: -14.5,-10.5 + parent: 2 + - uid: 15007 components: - type: Transform - pos: -30.326992,39.08065 - parent: 1 -- proto: Railing - entities: - - uid: 128 + pos: -44.5,-10.5 + parent: 2 + - uid: 15008 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-7.5 - parent: 1 - - uid: 235 + pos: -47.5,64.5 + parent: 2 + - uid: 15009 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-8.5 - parent: 1 - - uid: 1056 + pos: 21.5,41.5 + parent: 2 + - uid: 15010 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,25.5 - parent: 1 - - uid: 1172 + pos: 16.5,34.5 + parent: 2 + - uid: 15011 components: - type: Transform - pos: 22.5,31.5 - parent: 1 - - uid: 1265 + pos: 14.5,38.5 + parent: 2 + - uid: 15012 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,27.5 - parent: 1 - - uid: 1266 + pos: -22.5,37.5 + parent: 2 + - uid: 15013 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,28.5 - parent: 1 - - uid: 1615 + pos: -20.5,42.5 + parent: 2 + - uid: 15014 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,22.5 - parent: 1 - - uid: 2559 + pos: -11.5,46.5 + parent: 2 + - uid: 15015 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,39.5 - parent: 1 - - uid: 2632 + pos: -13.5,48.5 + parent: 2 + - uid: 15016 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,29.5 - parent: 1 - - uid: 2634 + pos: -10.5,49.5 + parent: 2 + - uid: 15017 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,30.5 - parent: 1 - - uid: 2635 + pos: -17.5,54.5 + parent: 2 + - uid: 15018 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,30.5 - parent: 1 - - uid: 2837 + pos: -15.5,56.5 + parent: 2 + - uid: 15019 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,14.5 - parent: 1 - - uid: 2839 + pos: -52.5,8.5 + parent: 2 + - uid: 15020 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,16.5 - parent: 1 - - uid: 3129 + pos: -49.5,8.5 + parent: 2 + - uid: 15021 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,28.5 - parent: 1 - - uid: 3130 + pos: -47.5,10.5 + parent: 2 + - uid: 15022 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,26.5 - parent: 1 - - uid: 3413 + pos: -50.5,10.5 + parent: 2 + - uid: 15023 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,27.5 - parent: 1 - - uid: 3414 + pos: 10.5,-12.5 + parent: 2 + - uid: 15024 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,25.5 - parent: 1 - - uid: 3415 + pos: 7.5,-17.5 + parent: 2 + - uid: 15025 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,24.5 - parent: 1 - - uid: 3416 + pos: 8.5,-11.5 + parent: 2 + - uid: 15026 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,23.5 - parent: 1 - - uid: 4108 + pos: 13.5,-16.5 + parent: 2 + - uid: 15027 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,39.5 - parent: 1 - - uid: 4109 + pos: 5.5,-15.5 + parent: 2 + - uid: 15028 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,40.5 - parent: 1 - - uid: 5260 + pos: 18.5,-10.5 + parent: 2 + - uid: 15029 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,16.5 - parent: 1 - - uid: 5261 + pos: 14.5,-8.5 + parent: 2 + - uid: 15030 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,12.5 - parent: 1 - - uid: 5458 + pos: -11.5,1.5 + parent: 2 + - uid: 15031 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-18.5 - parent: 1 - - uid: 7220 + pos: -12.5,-3.5 + parent: 2 + - uid: 15032 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,15.5 - parent: 1 - - uid: 10128 + pos: -2.5,-12.5 + parent: 2 + - uid: 15033 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,54.5 - parent: 1 - - uid: 10395 + pos: -8.5,-11.5 + parent: 2 + - uid: 15034 components: - type: Transform - pos: 6.5,44.5 - parent: 1 - - uid: 10396 + pos: 0.5,-8.5 + parent: 2 + - uid: 15035 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,41.5 - parent: 1 - - uid: 10398 + pos: -3.5,-18.5 + parent: 2 + - uid: 15036 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,54.5 - parent: 1 - - uid: 12828 + pos: -8.5,-17.5 + parent: 2 + - uid: 15037 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-7.5 - parent: 1 - - uid: 12896 + pos: -19.5,-15.5 + parent: 2 + - uid: 15038 components: - type: Transform - pos: 14.5,16.5 - parent: 1 - - uid: 12897 + pos: -12.5,-23.5 + parent: 2 + - uid: 15039 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,12.5 - parent: 1 - - uid: 14356 + pos: -5.5,-22.5 + parent: 2 + - uid: 15040 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,13.5 - parent: 1 - - uid: 14357 + pos: -8.5,-34.5 + parent: 2 + - uid: 15041 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,12.5 - parent: 1 - - uid: 14358 + pos: -13.5,-36.5 + parent: 2 + - uid: 15042 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,11.5 - parent: 1 - - uid: 14359 + pos: -14.5,-32.5 + parent: 2 + - uid: 15043 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,10.5 - parent: 1 - - uid: 14620 + pos: -18.5,-35.5 + parent: 2 + - uid: 15045 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,60.5 - parent: 1 - - uid: 14623 + pos: -89.5,36.5 + parent: 2 + - uid: 15046 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,62.5 - parent: 1 - - uid: 15558 + pos: -88.5,41.5 + parent: 2 + - uid: 15047 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-8.5 - parent: 1 - - uid: 16004 + pos: -91.5,50.5 + parent: 2 + - uid: 15049 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,17.5 - parent: 1 - - uid: 16008 + pos: -80.5,50.5 + parent: 2 + - uid: 15050 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,17.5 - parent: 1 - - uid: 16009 + pos: -77.5,41.5 + parent: 2 + - uid: 15051 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,16.5 - parent: 1 - - uid: 16010 + pos: -82.5,43.5 + parent: 2 + - uid: 15052 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,14.5 - parent: 1 - - uid: 16011 + pos: -74.5,39.5 + parent: 2 + - uid: 15053 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,15.5 - parent: 1 - - uid: 18491 + pos: -70.5,44.5 + parent: 2 + - uid: 15056 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,56.5 - parent: 1 - - uid: 18501 + pos: -87.5,49.5 + parent: 2 + - uid: 15057 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,54.5 - parent: 1 - - uid: 19061 + pos: -17.5,10.5 + parent: 2 + - uid: 15058 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -81.5,63.5 - parent: 1 - - uid: 19065 + rot: 3.141592653589793 rad + pos: -12.5,-20.5 + parent: 2 + - uid: 15059 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -79.5,63.5 - parent: 1 - - uid: 19066 + rot: 3.141592653589793 rad + pos: -13.5,-14.5 + parent: 2 + - uid: 15060 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -77.5,63.5 - parent: 1 - - uid: 19067 + rot: -1.5707963267948966 rad + pos: -11.5,-17.5 + parent: 2 + - uid: 15061 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -83.5,63.5 - parent: 1 -- proto: RailingCorner - entities: - - uid: 234 + pos: 7.5,48.5 + parent: 2 + - uid: 15062 components: - type: Transform - pos: -1.5,-9.5 - parent: 1 - - uid: 358 + pos: 14.5,48.5 + parent: 2 + - uid: 15063 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-9.5 - parent: 1 - - uid: 2633 + pos: 12.5,45.5 + parent: 2 + - uid: 15064 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,30.5 - parent: 1 - - uid: 18490 + pos: 10.5,44.5 + parent: 2 + - uid: 15065 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,55.5 - parent: 1 -- proto: RailingCornerSmall - entities: - - uid: 3614 + pos: 7.5,44.5 + parent: 2 + - uid: 15066 components: - type: Transform - pos: 19.5,39.5 - parent: 1 - - uid: 18488 + pos: 3.5,43.5 + parent: 2 + - uid: 15067 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,55.5 - parent: 1 -- proto: RandomArcade - entities: - - uid: 2493 + pos: -0.5,46.5 + parent: 2 + - uid: 15069 components: - type: Transform - pos: 17.5,12.5 - parent: 1 - - uid: 2494 + pos: 4.5,45.5 + parent: 2 + - uid: 15070 components: - type: Transform - pos: 17.5,11.5 - parent: 1 - - uid: 2497 + pos: 19.5,34.5 + parent: 2 + - uid: 15071 components: - type: Transform - pos: 16.5,12.5 - parent: 1 - - uid: 2498 + pos: 14.5,43.5 + parent: 2 + - uid: 15072 components: - type: Transform - pos: 16.5,11.5 - parent: 1 - - uid: 2499 + pos: -16.5,13.5 + parent: 2 + - uid: 15134 components: - type: Transform - pos: 16.5,8.5 - parent: 1 - - uid: 2500 + pos: -79.5,43.5 + parent: 2 + - uid: 16392 components: - type: Transform - pos: 17.5,8.5 - parent: 1 - - uid: 4197 + pos: -67.5,-11.5 + parent: 2 + - uid: 17488 components: - type: Transform - pos: 19.5,12.5 - parent: 1 - - uid: 4893 + pos: 7.5,53.5 + parent: 2 + - uid: 17489 components: - type: Transform - pos: 19.5,8.5 - parent: 1 - - uid: 6492 + pos: 1.5,47.5 + parent: 2 + - uid: 20328 components: - type: Transform - pos: 19.5,11.5 - parent: 1 - - uid: 9767 + pos: -74.5,44.5 + parent: 2 + - uid: 20340 components: - type: Transform - pos: -41.5,39.5 - parent: 1 -- proto: RandomArtifactSpawner - entities: - - uid: 5442 + pos: -75.5,-9.5 + parent: 2 + - uid: 20341 components: - type: Transform - pos: -18.5,-30.5 - parent: 1 - - uid: 16947 + pos: -59.5,-9.5 + parent: 2 + - uid: 20342 components: - type: Transform - pos: -7.5,-30.5 - parent: 1 -- proto: RandomArtifactSpawner20 - entities: - - uid: 1065 + pos: -80.5,5.5 + parent: 2 + - uid: 20343 components: - type: Transform - pos: -20.5,-27.5 - parent: 1 - - uid: 17534 + pos: -88.5,2.5 + parent: 2 + - uid: 20344 components: - type: Transform - pos: -9.5,-31.5 - parent: 1 -- proto: RandomBoard - entities: - - uid: 1491 + pos: -86.5,-2.5 + parent: 2 + - uid: 20345 components: - type: Transform - pos: -52.5,23.5 - parent: 1 - - uid: 5534 + pos: -88.5,-6.5 + parent: 2 + - uid: 20346 components: - type: Transform - pos: -52.5,24.5 - parent: 1 - - uid: 5535 + pos: -91.5,-2.5 + parent: 2 + - uid: 20347 components: - type: Transform - pos: -47.5,28.5 - parent: 1 - - uid: 5536 + pos: -93.5,-0.5 + parent: 2 + - uid: 20349 components: - type: Transform - pos: -47.5,29.5 - parent: 1 - - uid: 5540 + pos: -93.5,-6.5 + parent: 2 + - uid: 20350 components: - type: Transform - pos: -52.5,25.5 - parent: 1 - - uid: 5541 + pos: -88.5,-9.5 + parent: 2 + - uid: 20351 components: - type: Transform - pos: -47.5,27.5 - parent: 1 - - uid: 5542 + pos: -84.5,-11.5 + parent: 2 + - uid: 20352 components: - type: Transform - pos: -52.5,29.5 - parent: 1 - - uid: 5543 + pos: -79.5,-10.5 + parent: 2 + - uid: 20353 components: - type: Transform - pos: -54.5,27.5 - parent: 1 -- proto: RandomDrinkGlass - entities: - - uid: 915 + pos: -77.5,-9.5 + parent: 2 + - uid: 20354 components: - type: Transform - pos: 28.5,-1.5 - parent: 1 - - uid: 9852 + pos: -70.5,-11.5 + parent: 2 + - uid: 20355 components: - type: Transform - pos: -33.5,35.5 - parent: 1 - - uid: 16316 + pos: -88.5,0.5 + parent: 2 + - uid: 20356 components: - type: Transform - pos: -33.5,37.5 - parent: 1 - - uid: 18542 + pos: -86.5,6.5 + parent: 2 + - uid: 20415 components: - type: Transform - pos: 21.5,50.5 - parent: 1 -- proto: RandomFoodSingle - entities: - - uid: 16315 + pos: -70.5,38.5 + parent: 2 + - uid: 20478 components: - type: Transform - pos: -35.5,41.5 - parent: 1 -- proto: RandomInstruments - entities: - - uid: 4133 + pos: -81.5,38.5 + parent: 2 + - uid: 20479 components: - type: Transform - pos: -26.5,24.5 - parent: 1 - - uid: 4134 + pos: -89.5,37.5 + parent: 2 + - uid: 20480 components: - type: Transform - pos: -25.5,24.5 - parent: 1 - - uid: 4135 + pos: -76.5,49.5 + parent: 2 + - uid: 20481 components: - type: Transform - pos: -24.5,24.5 - parent: 1 - - uid: 7324 + pos: -76.5,55.5 + parent: 2 + - uid: 20482 components: - type: Transform - pos: -54.5,82.5 - parent: 1 - - uid: 7325 + pos: -78.5,61.5 + parent: 2 + - uid: 20483 components: - type: Transform - pos: -54.5,88.5 - parent: 1 - - uid: 18541 + pos: -84.5,61.5 + parent: 2 + - uid: 20484 components: - type: Transform - pos: 21.5,56.5 - parent: 1 -- proto: RandomPainting - entities: - - uid: 10668 + pos: -77.5,63.5 + parent: 2 + - uid: 20485 components: - type: Transform - pos: -47.5,-6.5 - parent: 1 - - uid: 12354 + pos: -76.5,66.5 + parent: 2 + - uid: 20486 components: - type: Transform - pos: 11.5,-10.5 - parent: 1 -- proto: RandomPosterAny - entities: - - uid: 1165 + pos: -84.5,66.5 + parent: 2 + - uid: 20487 components: - type: Transform - pos: 20.5,27.5 - parent: 1 - - uid: 9247 + pos: -72.5,58.5 + parent: 2 + - uid: 20488 components: - type: Transform - pos: 3.5,1.5 - parent: 1 - - uid: 10068 + pos: -72.5,59.5 + parent: 2 + - uid: 20489 components: - type: Transform - pos: -4.5,41.5 - parent: 1 - - uid: 10069 + pos: -73.5,59.5 + parent: 2 + - uid: 20490 components: - type: Transform - pos: 5.5,48.5 - parent: 1 - - uid: 10070 + pos: -65.5,63.5 + parent: 2 + - uid: 20491 components: - type: Transform - pos: 13.5,42.5 - parent: 1 - - uid: 10073 + pos: -66.5,63.5 + parent: 2 + - uid: 20492 components: - type: Transform - pos: 25.5,-3.5 - parent: 1 - - uid: 10074 + pos: -61.5,57.5 + parent: 2 + - uid: 20493 components: - type: Transform - pos: 12.5,-8.5 - parent: 1 - - uid: 10075 + pos: -58.5,61.5 + parent: 2 + - uid: 20509 components: - type: Transform - pos: -22.5,-6.5 - parent: 1 - - uid: 10076 + pos: -60.5,39.5 + parent: 2 + - uid: 20511 components: - type: Transform - pos: -49.5,-5.5 - parent: 1 - - uid: 10088 + pos: -49.5,-16.5 + parent: 2 + - uid: 20512 components: - type: Transform - pos: -46.5,22.5 - parent: 1 - - uid: 14348 + pos: -47.5,-18.5 + parent: 2 + - uid: 20513 components: - type: Transform - pos: -68.5,55.5 - parent: 1 - - uid: 14354 + pos: -47.5,-12.5 + parent: 2 + - uid: 20514 components: - type: Transform - pos: -65.5,13.5 - parent: 1 - - uid: 15805 + pos: -32.5,-12.5 + parent: 2 + - uid: 20515 components: - type: Transform - pos: -25.5,-5.5 - parent: 1 - - uid: 15808 + pos: -34.5,-15.5 + parent: 2 + - uid: 20516 components: - type: Transform - pos: 21.5,1.5 - parent: 1 - - uid: 16580 + pos: -25.5,-13.5 + parent: 2 + - uid: 20517 components: - type: Transform - pos: -16.5,11.5 - parent: 1 - - uid: 16582 + pos: -25.5,-16.5 + parent: 2 + - uid: 20518 components: - type: Transform - pos: -18.5,14.5 - parent: 1 - - uid: 16583 + pos: -18.5,-18.5 + parent: 2 + - uid: 20519 components: - type: Transform - pos: -18.5,9.5 - parent: 1 - - uid: 18493 + pos: -21.5,-8.5 + parent: 2 + - uid: 20520 components: - type: Transform - pos: 13.5,51.5 - parent: 1 - - uid: 18661 + pos: 23.5,12.5 + parent: 2 + - uid: 20521 components: - type: Transform - pos: 13.5,53.5 - parent: 1 - - uid: 18662 + pos: 28.5,21.5 + parent: 2 + - uid: 20524 components: - type: Transform - pos: 22.5,44.5 - parent: 1 -- proto: RandomPosterContraband - entities: - - uid: 5477 + rot: -1.5707963267948966 rad + pos: 11.5,30.5 + parent: 2 + - uid: 20525 components: - type: Transform - pos: 15.5,13.5 - parent: 1 - - uid: 15778 + rot: -1.5707963267948966 rad + pos: 6.5,29.5 + parent: 2 + - uid: 20526 components: - type: Transform - pos: 15.5,18.5 - parent: 1 - - uid: 15792 + rot: -1.5707963267948966 rad + pos: 4.5,34.5 + parent: 2 + - uid: 20527 components: - type: Transform - pos: 8.5,42.5 - parent: 1 - - uid: 15799 + rot: -1.5707963267948966 rad + pos: 3.5,33.5 + parent: 2 + - uid: 20528 components: - type: Transform - pos: -4.5,44.5 - parent: 1 - - uid: 15800 + rot: -1.5707963267948966 rad + pos: 3.5,27.5 + parent: 2 + - uid: 20529 components: - type: Transform - pos: -33.5,51.5 - parent: 1 - - uid: 15801 + rot: -1.5707963267948966 rad + pos: -1.5,26.5 + parent: 2 + - uid: 20530 components: - type: Transform - pos: -42.5,56.5 - parent: 1 - - uid: 18660 + rot: -1.5707963267948966 rad + pos: -1.5,20.5 + parent: 2 + - uid: 20531 components: - type: Transform - pos: 18.5,47.5 - parent: 1 -- proto: RandomPosterLegit - entities: - - uid: 1061 + rot: -1.5707963267948966 rad + pos: -4.5,26.5 + parent: 2 + - uid: 20532 components: - type: Transform - pos: 2.5,7.5 - parent: 1 - - uid: 1827 + rot: -1.5707963267948966 rad + pos: 4.5,22.5 + parent: 2 + - uid: 20533 components: - type: Transform - pos: 12.5,-0.5 - parent: 1 - - uid: 3458 + rot: -1.5707963267948966 rad + pos: -1.5,30.5 + parent: 2 + - uid: 20534 components: - type: Transform - pos: 20.5,10.5 - parent: 1 - - uid: 6313 + rot: -1.5707963267948966 rad + pos: -7.5,33.5 + parent: 2 + - uid: 20535 components: - type: Transform - pos: -8.5,3.5 - parent: 1 - - uid: 7323 + rot: -1.5707963267948966 rad + pos: -9.5,28.5 + parent: 2 + - uid: 20536 components: - type: Transform - pos: -53.5,86.5 - parent: 1 - - uid: 7480 + rot: -1.5707963267948966 rad + pos: -6.5,26.5 + parent: 2 + - uid: 20537 components: - type: Transform - pos: -17.5,2.5 - parent: 1 - - uid: 8352 + rot: -1.5707963267948966 rad + pos: -11.5,33.5 + parent: 2 + - uid: 20538 components: - type: Transform - pos: -45.5,37.5 - parent: 1 - - uid: 9158 + rot: -1.5707963267948966 rad + pos: -3.5,29.5 + parent: 2 + - uid: 20539 components: - type: Transform - pos: -59.5,20.5 - parent: 1 - - uid: 9901 + rot: -1.5707963267948966 rad + pos: -4.5,32.5 + parent: 2 + - uid: 20540 components: - type: Transform - pos: -52.5,3.5 - parent: 1 - - uid: 10046 + rot: -1.5707963267948966 rad + pos: 9.5,33.5 + parent: 2 + - uid: 20541 components: - type: Transform - pos: -55.5,17.5 - parent: 1 - - uid: 10051 + rot: -1.5707963267948966 rad + pos: 10.5,37.5 + parent: 2 + - uid: 20542 components: - type: Transform - pos: -43.5,7.5 - parent: 1 - - uid: 10052 + rot: -1.5707963267948966 rad + pos: 9.5,40.5 + parent: 2 + - uid: 20543 components: - type: Transform - pos: -27.5,3.5 - parent: 1 - - uid: 10056 + rot: -1.5707963267948966 rad + pos: 3.5,40.5 + parent: 2 + - uid: 20544 components: - type: Transform - pos: 24.5,8.5 - parent: 1 - - uid: 10057 + rot: -1.5707963267948966 rad + pos: 2.5,36.5 + parent: 2 + - uid: 20545 components: - type: Transform - pos: 29.5,19.5 - parent: 1 - - uid: 10059 + rot: -1.5707963267948966 rad + pos: 19.5,41.5 + parent: 2 + - uid: 20546 components: - type: Transform - pos: -10.5,26.5 - parent: 1 - - uid: 10061 + rot: -1.5707963267948966 rad + pos: 10.5,46.5 + parent: 2 + - uid: 20547 components: - type: Transform - pos: -49.5,41.5 - parent: 1 - - uid: 10062 + rot: -1.5707963267948966 rad + pos: 10.5,49.5 + parent: 2 + - uid: 20548 components: - type: Transform - pos: -12.5,45.5 - parent: 1 - - uid: 10064 + rot: -1.5707963267948966 rad + pos: 20.5,53.5 + parent: 2 + - uid: 20549 components: - type: Transform - pos: -39.5,25.5 - parent: 1 - - uid: 10065 + rot: -1.5707963267948966 rad + pos: 14.5,64.5 + parent: 2 + - uid: 20550 components: - type: Transform - pos: -35.5,14.5 - parent: 1 - - uid: 10066 + rot: -1.5707963267948966 rad + pos: 11.5,61.5 + parent: 2 + - uid: 20551 components: - type: Transform - pos: -30.5,30.5 - parent: 1 - - uid: 10067 + rot: -1.5707963267948966 rad + pos: 17.5,61.5 + parent: 2 + - uid: 20552 components: - type: Transform - pos: -8.5,35.5 - parent: 1 - - uid: 14351 + rot: -1.5707963267948966 rad + pos: 17.5,64.5 + parent: 2 + - uid: 20553 components: - type: Transform - pos: -62.5,37.5 - parent: 1 - - uid: 14352 + rot: -1.5707963267948966 rad + pos: 27.5,69.5 + parent: 2 + - uid: 20554 components: - type: Transform - pos: -59.5,45.5 - parent: 1 - - uid: 14355 + rot: -1.5707963267948966 rad + pos: 31.5,68.5 + parent: 2 + - uid: 20555 components: - type: Transform - pos: -59.5,8.5 - parent: 1 - - uid: 14432 + rot: -1.5707963267948966 rad + pos: 28.5,70.5 + parent: 2 + - uid: 20556 components: - type: Transform - pos: -49.5,-1.5 - parent: 1 - - uid: 15129 + rot: -1.5707963267948966 rad + pos: 24.5,70.5 + parent: 2 + - uid: 20559 components: - type: Transform - pos: -18.5,49.5 - parent: 1 - - uid: 15299 + rot: -1.5707963267948966 rad + pos: 14.5,52.5 + parent: 2 + - uid: 20560 components: - type: Transform - pos: -14.5,18.5 - parent: 1 - - uid: 15303 + rot: -1.5707963267948966 rad + pos: -2.5,53.5 + parent: 2 + - uid: 20561 components: - type: Transform - pos: -43.5,40.5 - parent: 1 - - uid: 15349 + rot: -1.5707963267948966 rad + pos: -3.5,50.5 + parent: 2 + - uid: 20562 components: - type: Transform - pos: -39.5,15.5 - parent: 1 - - uid: 15375 + rot: -1.5707963267948966 rad + pos: -0.5,49.5 + parent: 2 + - uid: 20563 components: - type: Transform - pos: -10.5,15.5 - parent: 1 - - uid: 16154 + rot: -1.5707963267948966 rad + pos: -14.5,56.5 + parent: 2 + - uid: 20567 components: - type: Transform - pos: -0.5,35.5 - parent: 1 - - uid: 16155 + pos: -36.5,49.5 + parent: 2 + - uid: 20568 components: - type: Transform - pos: 13.5,7.5 - parent: 1 - - uid: 16264 + pos: -34.5,52.5 + parent: 2 + - uid: 20644 components: - type: Transform - pos: 8.5,7.5 - parent: 1 - - uid: 17547 + pos: -42.5,57.5 + parent: 2 + - uid: 20688 components: - type: Transform - pos: -20.5,-10.5 - parent: 1 - - uid: 17596 + pos: -33.5,60.5 + parent: 2 + - uid: 20734 components: - type: Transform - pos: -66.5,7.5 - parent: 1 -- proto: RandomSoakedCigarette - entities: - - uid: 18720 + pos: -38.5,66.5 + parent: 2 + - uid: 20863 components: - type: Transform - pos: 22.748322,45.903458 - parent: 1 - - uid: 18721 + pos: -28.5,60.5 + parent: 2 + - uid: 20864 components: - type: Transform - pos: 11.900506,57.61966 - parent: 1 -- proto: RandomSoap - entities: - - uid: 5305 + pos: -30.5,52.5 + parent: 2 + - uid: 20872 components: - type: Transform - pos: -54.5,25.5 - parent: 1 - - uid: 5437 + rot: 1.5707963267948966 rad + pos: -83.5,6.5 + parent: 2 + - uid: 20873 components: - type: Transform - pos: -23.5,-1.5 - parent: 1 - - uid: 5438 + rot: 1.5707963267948966 rad + pos: -83.5,4.5 + parent: 2 + - uid: 20874 components: - type: Transform - pos: -23.5,0.5 - parent: 1 - - uid: 5439 + rot: 1.5707963267948966 rad + pos: -77.5,6.5 + parent: 2 + - uid: 20929 components: - type: Transform - pos: -23.5,2.5 - parent: 1 - - uid: 7739 + pos: -32.5,49.5 + parent: 2 + - uid: 20930 components: - type: Transform - pos: -54.5,86.5 - parent: 1 -- proto: RandomSpawner - entities: - - uid: 197 + pos: -25.5,39.5 + parent: 2 + - uid: 20931 components: - type: Transform - pos: -2.5,0.5 - parent: 1 - - uid: 259 + pos: -11.5,37.5 + parent: 2 + - uid: 20932 components: - type: Transform - pos: -70.5,54.5 - parent: 1 - - uid: 287 + pos: -3.5,37.5 + parent: 2 + - uid: 20933 components: - type: Transform - pos: -36.5,18.5 - parent: 1 - - uid: 1402 + pos: -0.5,40.5 + parent: 2 + - uid: 20934 components: - type: Transform - pos: -72.5,56.5 - parent: 1 - - uid: 2112 + pos: 4.5,47.5 + parent: 2 + - uid: 20935 components: - type: Transform - pos: -12.5,54.5 - parent: 1 - - uid: 2308 + pos: 19.5,31.5 + parent: 2 + - uid: 20936 components: - type: Transform - pos: -70.5,54.5 - parent: 1 - - uid: 2990 + pos: 16.5,29.5 + parent: 2 + - uid: 20937 components: - type: Transform - pos: -71.5,52.5 - parent: 1 - - uid: 3481 + pos: -93.5,-3.5 + parent: 2 + - uid: 20938 components: - type: Transform - pos: -33.5,32.5 - parent: 1 - - uid: 3602 + pos: -78.5,6.5 + parent: 2 + - uid: 20945 components: - type: Transform - pos: -72.5,39.5 - parent: 1 - - uid: 3738 + pos: -88.5,49.5 + parent: 2 +- proto: RandomSpawner100 + entities: + - uid: 15073 components: - type: Transform - pos: -34.5,33.5 - parent: 1 - - uid: 4074 + pos: 20.5,51.5 + parent: 2 + - uid: 15074 components: - type: Transform - pos: -71.5,54.5 - parent: 1 - - uid: 4220 + pos: 17.5,54.5 + parent: 2 + - uid: 15075 components: - type: Transform - pos: -36.5,17.5 - parent: 1 - - uid: 4732 + pos: 22.5,55.5 + parent: 2 + - uid: 15076 components: - type: Transform - pos: 20.5,38.5 - parent: 1 - - uid: 4733 + pos: 16.5,58.5 + parent: 2 + - uid: 15077 components: - type: Transform - pos: 17.5,43.5 - parent: 1 - - uid: 5547 + pos: 11.5,54.5 + parent: 2 + - uid: 15079 components: - type: Transform - pos: -70.5,53.5 - parent: 1 - - uid: 6507 + pos: 10.5,58.5 + parent: 2 + - uid: 15080 components: - type: Transform - pos: -64.5,39.5 - parent: 1 - - uid: 7393 + pos: 20.5,58.5 + parent: 2 +- proto: RandomTankSpawner + entities: + - uid: 15081 components: - type: Transform - pos: -44.5,-13.5 - parent: 1 - - uid: 7530 + pos: -31.5,53.5 + parent: 2 + - uid: 15082 components: - type: Transform - pos: -60.5,51.5 - parent: 1 - - uid: 8025 + pos: 8.5,44.5 + parent: 2 + - uid: 15083 components: - type: Transform - pos: -40.5,51.5 - parent: 1 - - uid: 8026 + pos: 13.5,-9.5 + parent: 2 +- proto: RandomTankSpawner100 + entities: + - uid: 15084 components: - type: Transform - pos: -44.5,46.5 - parent: 1 - - uid: 8027 + pos: 22.5,-8.5 + parent: 2 + - uid: 20378 components: - type: Transform - pos: -40.5,43.5 - parent: 1 - - uid: 8028 + pos: -81.5,-9.5 + parent: 2 + - uid: 20379 + components: + - type: Transform + pos: -86.5,-4.5 + parent: 2 +- proto: RandomToolboxSpawner50 + entities: + - uid: 13527 components: - type: Transform - pos: -43.5,42.5 - parent: 1 - - uid: 8029 + pos: -61.5,16.5 + parent: 2 + - uid: 13971 components: - type: Transform - pos: -37.5,43.5 - parent: 1 - - uid: 8030 + pos: -34.5,49.5 + parent: 2 + - uid: 15085 components: - type: Transform - pos: -33.5,46.5 - parent: 1 - - uid: 8031 + pos: 8.5,47.5 + parent: 2 + - uid: 15086 components: - type: Transform - pos: -31.5,44.5 - parent: 1 - - uid: 8033 + pos: 16.5,-7.5 + parent: 2 + - uid: 15087 components: - type: Transform - pos: -29.5,46.5 - parent: 1 - - uid: 8034 + pos: 25.5,-7.5 + parent: 2 + - uid: 15088 components: - type: Transform - pos: -28.5,41.5 - parent: 1 - - uid: 8035 + pos: 20.5,23.5 + parent: 2 + - uid: 15089 components: - type: Transform - pos: -31.5,38.5 - parent: 1 - - uid: 8036 + pos: -19.5,29.5 + parent: 2 + - uid: 15090 components: - type: Transform - pos: -32.5,40.5 - parent: 1 - - uid: 8037 + pos: -23.5,-11.5 + parent: 2 + - uid: 15091 components: - type: Transform - pos: -35.5,35.5 - parent: 1 - - uid: 8039 + pos: -22.5,-31.5 + parent: 2 + - uid: 20300 components: - type: Transform - pos: -35.5,40.5 - parent: 1 - - uid: 8040 + pos: 34.5,-4.5 + parent: 2 + - uid: 20383 components: - type: Transform - pos: -36.5,28.5 - parent: 1 - - uid: 8041 + pos: -88.5,-10.5 + parent: 2 + - uid: 20384 components: - type: Transform - pos: -38.5,22.5 - parent: 1 - - uid: 8042 + pos: -84.5,6.5 + parent: 2 +- proto: RandomVending + entities: + - uid: 15093 components: - type: Transform - pos: -37.5,16.5 - parent: 1 - - uid: 8044 + pos: -40.5,30.5 + parent: 2 + - uid: 15094 components: - type: Transform - pos: -38.5,5.5 - parent: 1 - - uid: 8045 + pos: 21.5,14.5 + parent: 2 + - uid: 15095 components: - type: Transform - pos: -33.5,4.5 - parent: 1 - - uid: 8046 + pos: -41.5,30.5 + parent: 2 + - uid: 15096 components: - type: Transform - pos: -32.5,1.5 - parent: 1 - - uid: 8047 + pos: -49.5,45.5 + parent: 2 + - uid: 15097 components: - type: Transform - pos: -41.5,2.5 - parent: 1 - - uid: 8048 + pos: -17.5,3.5 + parent: 2 + - uid: 15098 components: - type: Transform - pos: -48.5,5.5 - parent: 1 - - uid: 8050 + pos: 20.5,4.5 + parent: 2 + - uid: 15099 components: - type: Transform - pos: -57.5,4.5 - parent: 1 - - uid: 8051 + pos: 21.5,13.5 + parent: 2 + - uid: 15100 components: - type: Transform - pos: -65.5,6.5 - parent: 1 - - uid: 8052 + pos: 6.5,44.5 + parent: 2 + - uid: 20271 components: - type: Transform - pos: -70.5,5.5 - parent: 1 - - uid: 8053 + pos: 31.5,-4.5 + parent: 2 + - uid: 20272 components: - type: Transform - pos: -74.5,6.5 - parent: 1 - - uid: 8054 + pos: 32.5,-4.5 + parent: 2 +- proto: RandomVendingDrinks + entities: + - uid: 15102 components: - type: Transform - pos: -56.5,-2.5 - parent: 1 - - uid: 8055 + pos: -19.5,34.5 + parent: 2 +- proto: RandomVendingSnacks + entities: + - uid: 15104 components: - type: Transform - pos: -58.5,1.5 - parent: 1 - - uid: 8056 + pos: -4.5,54.5 + parent: 2 + - uid: 15105 components: - type: Transform - pos: -56.5,-8.5 - parent: 1 - - uid: 8060 + pos: -20.5,34.5 + parent: 2 + - uid: 15748 components: - type: Transform - pos: -52.5,-7.5 - parent: 1 - - uid: 8064 + pos: -77.5,28.5 + parent: 2 +- proto: RCD + entities: + - uid: 15107 components: - type: Transform - pos: -45.5,0.5 - parent: 1 - - uid: 8065 + pos: -73.40199,15.605122 + parent: 2 +- proto: RCDAmmo + entities: + - uid: 7239 components: - type: Transform - pos: -37.5,-3.5 - parent: 1 - - uid: 8067 + rot: 3.141592653589793 rad + pos: -71.7362,35.554962 + parent: 2 + - uid: 12989 components: - type: Transform - pos: -32.5,-9.5 - parent: 1 - - uid: 8069 + rot: 3.141592653589793 rad + pos: -71.45495,35.554962 + parent: 2 + - uid: 15048 components: - type: Transform - pos: -38.5,-12.5 - parent: 1 - - uid: 8070 + rot: 3.141592653589793 rad + pos: -64.974625,25.558975 + parent: 2 + - uid: 15108 components: - type: Transform - pos: -41.5,-10.5 - parent: 1 - - uid: 8072 + pos: -73.65199,15.448872 + parent: 2 + - uid: 15109 components: - type: Transform - pos: -26.5,-6.5 - parent: 1 - - uid: 8073 + pos: -73.54262,15.464497 + parent: 2 + - uid: 15110 components: - type: Transform - pos: -29.5,-5.5 - parent: 1 - - uid: 8074 + pos: -73.37074,15.464497 + parent: 2 + - uid: 20477 components: - type: Transform - pos: -25.5,-0.5 - parent: 1 - - uid: 8075 + rot: 3.141592653589793 rad + pos: -65.14129,25.38177 + parent: 2 +- proto: ReagentContainerFlour + entities: + - uid: 15111 components: - type: Transform - pos: -28.5,2.5 - parent: 1 - - uid: 8078 + pos: -36.304527,44.574997 + parent: 2 + - uid: 15112 components: - type: Transform - pos: -21.5,-1.5 - parent: 1 - - uid: 8079 + pos: -33.757652,44.762497 + parent: 2 +- proto: ReagentContainerSugar + entities: + - uid: 15113 components: - type: Transform - pos: -24.5,-7.5 - parent: 1 - - uid: 8080 + pos: -35.288902,45.293747 + parent: 2 +- proto: Recycler + entities: + - uid: 15114 components: - type: Transform - pos: -15.5,1.5 - parent: 1 - - uid: 8085 + rot: -1.5707963267948966 rad + pos: -37.5,-13.5 + parent: 2 + - uid: 15115 components: - type: Transform - pos: -24.5,-4.5 - parent: 1 - - uid: 8086 + rot: 3.141592653589793 rad + pos: -73.5,55.5 + parent: 2 +- proto: ReinforcedGirder + entities: + - uid: 15117 components: - type: Transform - pos: -31.5,6.5 - parent: 1 - - uid: 8087 + pos: 14.5,-13.5 + parent: 2 + - uid: 15118 components: - type: Transform - pos: -24.5,4.5 - parent: 1 - - uid: 8088 + rot: 1.5707963267948966 rad + pos: 15.5,20.5 + parent: 2 + - uid: 15119 components: - type: Transform - pos: -19.5,6.5 - parent: 1 - - uid: 8090 + rot: 3.141592653589793 rad + pos: 12.5,-12.5 + parent: 2 +- proto: ReinforcedPlasmaWindow + entities: + - uid: 15120 components: - type: Transform - pos: -8.5,4.5 - parent: 1 - - uid: 8091 + pos: -16.5,-31.5 + parent: 2 + - uid: 15121 components: - type: Transform - pos: -4.5,6.5 - parent: 1 - - uid: 8092 + pos: -16.5,-35.5 + parent: 2 + - uid: 15122 components: - type: Transform - pos: -1.5,4.5 - parent: 1 - - uid: 8093 + pos: -44.5,65.5 + parent: 2 + - uid: 15123 components: - type: Transform - pos: 7.5,5.5 - parent: 1 - - uid: 8094 + pos: -16.5,-36.5 + parent: 2 + - uid: 15124 components: - type: Transform - pos: 13.5,6.5 - parent: 1 - - uid: 8095 + pos: -49.5,65.5 + parent: 2 + - uid: 15125 components: - type: Transform - pos: 19.5,5.5 - parent: 1 - - uid: 8096 + pos: -16.5,-30.5 + parent: 2 + - uid: 15126 components: - type: Transform - pos: 26.5,6.5 - parent: 1 - - uid: 8097 + pos: -44.5,61.5 + parent: 2 + - uid: 15127 components: - type: Transform - pos: 28.5,10.5 - parent: 1 - - uid: 8099 + pos: -92.5,42.5 + parent: 2 + - uid: 15128 components: - type: Transform - pos: 27.5,18.5 - parent: 1 - - uid: 8100 + pos: -95.5,45.5 + parent: 2 + - uid: 15129 components: - type: Transform - pos: 26.5,21.5 - parent: 1 - - uid: 8101 + pos: -94.5,45.5 + parent: 2 + - uid: 15130 components: - type: Transform - pos: 22.5,15.5 - parent: 1 - - uid: 8104 + pos: -93.5,45.5 + parent: 2 + - uid: 15131 components: - type: Transform - pos: 19.5,23.5 - parent: 1 - - uid: 8105 + pos: -92.5,45.5 + parent: 2 + - uid: 15132 components: - type: Transform - pos: 23.5,25.5 - parent: 1 - - uid: 8106 + pos: -92.5,44.5 + parent: 2 + - uid: 15133 components: - type: Transform - pos: 22.5,33.5 - parent: 1 - - uid: 8107 + pos: -92.5,43.5 + parent: 2 +- proto: ReinforcedUraniumWindow + entities: + - uid: 15136 components: - type: Transform - pos: 23.5,35.5 - parent: 1 - - uid: 8108 + rot: 1.5707963267948966 rad + pos: -81.5,64.5 + parent: 2 + - uid: 15138 components: - type: Transform - pos: 14.5,35.5 - parent: 1 - - uid: 8110 + rot: 1.5707963267948966 rad + pos: -79.5,64.5 + parent: 2 +- proto: ReinforcedWindow + entities: + - uid: 2451 components: - type: Transform - pos: 9.5,39.5 - parent: 1 - - uid: 8111 + rot: 1.5707963267948966 rad + pos: -93.5,47.5 + parent: 2 + - uid: 6822 components: - type: Transform - pos: 7.5,43.5 - parent: 1 - - uid: 8112 + pos: -85.5,28.5 + parent: 2 + - uid: 12199 components: - type: Transform - pos: 6.5,46.5 - parent: 1 - - uid: 8117 + pos: 7.5,54.5 + parent: 2 + - uid: 12323 components: - type: Transform - pos: 6.5,50.5 - parent: 1 - - uid: 8118 + rot: 1.5707963267948966 rad + pos: -87.5,-12.5 + parent: 2 + - uid: 12337 components: - type: Transform - pos: 4.5,52.5 - parent: 1 - - uid: 8121 + rot: 1.5707963267948966 rad + pos: -86.5,-12.5 + parent: 2 + - uid: 12355 components: - type: Transform - pos: -0.5,47.5 - parent: 1 - - uid: 8122 + rot: 1.5707963267948966 rad + pos: -84.5,-12.5 + parent: 2 + - uid: 12356 components: - type: Transform - pos: -2.5,40.5 - parent: 1 - - uid: 8123 + rot: 1.5707963267948966 rad + pos: -83.5,-12.5 + parent: 2 + - uid: 12420 components: - type: Transform - pos: -6.5,36.5 - parent: 1 - - uid: 8125 + pos: -22.5,-19.5 + parent: 2 + - uid: 12438 components: - type: Transform - pos: -10.5,51.5 - parent: 1 - - uid: 8127 + pos: -22.5,-18.5 + parent: 2 + - uid: 12458 components: - type: Transform - pos: -8.5,57.5 - parent: 1 - - uid: 8129 + pos: 27.5,32.5 + parent: 2 + - uid: 12459 components: - type: Transform - pos: -13.5,60.5 - parent: 1 - - uid: 8130 + pos: 27.5,33.5 + parent: 2 + - uid: 12650 components: - type: Transform - pos: -17.5,64.5 - parent: 1 - - uid: 8131 + pos: 23.5,-12.5 + parent: 2 + - uid: 12871 components: - type: Transform - pos: -20.5,61.5 - parent: 1 - - uid: 8134 + rot: 1.5707963267948966 rad + pos: -78.5,-12.5 + parent: 2 + - uid: 12872 components: - type: Transform - pos: -22.5,55.5 - parent: 1 - - uid: 8135 + rot: 1.5707963267948966 rad + pos: -77.5,-12.5 + parent: 2 + - uid: 12938 components: - type: Transform - pos: -17.5,49.5 - parent: 1 - - uid: 8136 + rot: 1.5707963267948966 rad + pos: -80.5,-12.5 + parent: 2 + - uid: 13011 components: - type: Transform - pos: -16.5,42.5 - parent: 1 - - uid: 8137 + rot: 1.5707963267948966 rad + pos: -81.5,-12.5 + parent: 2 + - uid: 14391 components: - type: Transform - pos: -15.5,46.5 - parent: 1 - - uid: 8140 + pos: 22.5,-12.5 + parent: 2 + - uid: 14998 components: - type: Transform - pos: -15.5,39.5 - parent: 1 - - uid: 8141 + rot: 1.5707963267948966 rad + pos: -92.5,47.5 + parent: 2 + - uid: 15135 components: - type: Transform - pos: -17.5,35.5 - parent: 1 - - uid: 8142 + pos: -76.5,8.5 + parent: 2 + - uid: 15137 components: - type: Transform - pos: -13.5,39.5 - parent: 1 - - uid: 8143 + pos: -76.5,11.5 + parent: 2 + - uid: 15141 components: - type: Transform - pos: -11.5,42.5 - parent: 1 - - uid: 8144 + pos: -14.5,-20.5 + parent: 2 + - uid: 15142 components: - type: Transform - pos: -4.5,33.5 - parent: 1 - - uid: 8145 + pos: -14.5,-18.5 + parent: 2 + - uid: 15143 components: - type: Transform - pos: -0.5,30.5 - parent: 1 - - uid: 8146 + pos: -5.5,32.5 + parent: 2 + - uid: 15144 components: - type: Transform - pos: 2.5,33.5 - parent: 1 - - uid: 8147 + pos: -2.5,3.5 + parent: 2 + - uid: 15145 components: - type: Transform - pos: 2.5,37.5 - parent: 1 - - uid: 8148 + pos: -2.5,-4.5 + parent: 2 + - uid: 15146 components: - type: Transform - pos: 1.5,40.5 - parent: 1 - - uid: 8149 + pos: -4.5,-4.5 + parent: 2 + - uid: 15147 components: - type: Transform - pos: 0.5,36.5 - parent: 1 - - uid: 8152 + pos: -5.5,-4.5 + parent: 2 + - uid: 15148 components: - type: Transform - pos: 4.5,28.5 - parent: 1 - - uid: 8153 + pos: -2.5,-6.5 + parent: 2 + - uid: 15149 components: - type: Transform - pos: 2.5,24.5 - parent: 1 - - uid: 8154 + pos: -4.5,-6.5 + parent: 2 + - uid: 15150 components: - type: Transform - pos: 4.5,19.5 - parent: 1 - - uid: 8155 + pos: -10.5,-5.5 + parent: 2 + - uid: 15151 components: - type: Transform - pos: -1.5,16.5 - parent: 1 - - uid: 8156 + pos: -3.5,-1.5 + parent: 2 + - uid: 15152 components: - type: Transform - pos: 2.5,15.5 - parent: 1 - - uid: 8157 + pos: 3.5,-1.5 + parent: 2 + - uid: 15153 components: - type: Transform - pos: -1.5,20.5 - parent: 1 - - uid: 8158 + pos: -1.5,1.5 + parent: 2 + - uid: 15154 components: - type: Transform - pos: -3.5,26.5 - parent: 1 - - uid: 8159 + pos: -1.5,3.5 + parent: 2 + - uid: 15155 components: - type: Transform - pos: -1.5,22.5 - parent: 1 - - uid: 8160 + pos: -4.5,1.5 + parent: 2 + - uid: 15156 components: - type: Transform - pos: 10.5,20.5 - parent: 1 - - uid: 8161 + pos: -2.5,-0.5 + parent: 2 + - uid: 15157 components: - type: Transform - pos: 7.5,15.5 - parent: 1 - - uid: 8162 + pos: -14.5,-5.5 + parent: 2 + - uid: 15158 components: - type: Transform - pos: 10.5,14.5 - parent: 1 - - uid: 8163 + pos: -14.5,-1.5 + parent: 2 + - uid: 15159 components: - type: Transform - pos: 7.5,12.5 - parent: 1 - - uid: 8164 + pos: -4.5,3.5 + parent: 2 + - uid: 15160 components: - type: Transform - pos: 11.5,11.5 - parent: 1 - - uid: 8165 + pos: 3.5,-0.5 + parent: 2 + - uid: 15161 components: - type: Transform - pos: 9.5,23.5 - parent: 1 - - uid: 8166 + pos: -3.5,-2.5 + parent: 2 + - uid: 15162 components: - type: Transform - pos: 7.5,25.5 - parent: 1 - - uid: 8167 + pos: -7.5,-21.5 + parent: 2 + - uid: 15163 components: - type: Transform - pos: 8.5,29.5 - parent: 1 - - uid: 8169 + pos: -10.5,-15.5 + parent: 2 + - uid: 15164 components: - type: Transform - pos: 14.5,30.5 - parent: 1 - - uid: 8171 + pos: -10.5,-24.5 + parent: 2 + - uid: 15165 components: - type: Transform - pos: 18.5,29.5 - parent: 1 - - uid: 8172 + pos: -10.5,-25.5 + parent: 2 + - uid: 15166 components: - type: Transform - pos: -8.5,33.5 - parent: 1 - - uid: 8173 + pos: -10.5,-17.5 + parent: 2 + - uid: 15167 components: - type: Transform - pos: -12.5,30.5 - parent: 1 - - uid: 8174 + pos: -0.5,-6.5 + parent: 2 + - uid: 15168 components: - type: Transform - pos: -7.5,27.5 - parent: 1 - - uid: 8175 + pos: -12.5,-38.5 + parent: 2 + - uid: 15169 components: - type: Transform - pos: -17.5,32.5 - parent: 1 - - uid: 8176 + pos: -14.5,-25.5 + parent: 2 + - uid: 15170 components: - type: Transform - pos: -11.5,26.5 - parent: 1 - - uid: 8177 + pos: -5.5,1.5 + parent: 2 + - uid: 15171 components: - type: Transform - pos: -13.5,22.5 - parent: 1 - - uid: 8178 + pos: -9.5,-21.5 + parent: 2 + - uid: 15172 components: - type: Transform - pos: -11.5,19.5 - parent: 1 - - uid: 8179 + pos: 30.5,3.5 + parent: 2 + - uid: 15173 components: - type: Transform - pos: -13.5,16.5 - parent: 1 - - uid: 8180 + pos: 30.5,2.5 + parent: 2 + - uid: 15174 components: - type: Transform - pos: -11.5,12.5 - parent: 1 - - uid: 8181 + pos: 30.5,1.5 + parent: 2 + - uid: 15175 components: - type: Transform - pos: -13.5,9.5 - parent: 1 - - uid: 8182 + pos: 29.5,5.5 + parent: 2 + - uid: 15176 components: - type: Transform - pos: -5.5,10.5 - parent: 1 - - uid: 8183 + pos: 29.5,6.5 + parent: 2 + - uid: 15177 components: - type: Transform - pos: -4.5,15.5 - parent: 1 - - uid: 8184 + pos: 31.5,17.5 + parent: 2 + - uid: 15178 components: - type: Transform - pos: -6.5,20.5 - parent: 1 - - uid: 8185 + pos: 30.5,17.5 + parent: 2 + - uid: 15179 components: - type: Transform - pos: -7.5,24.5 - parent: 1 - - uid: 8186 + pos: 29.5,12.5 + parent: 2 + - uid: 15180 components: - type: Transform - pos: 1.5,12.5 - parent: 1 - - uid: 8187 + pos: 29.5,13.5 + parent: 2 + - uid: 15181 components: - type: Transform - pos: 6.5,9.5 - parent: 1 - - uid: 8188 + pos: 29.5,14.5 + parent: 2 + - uid: 15182 components: - type: Transform - pos: 14.5,9.5 - parent: 1 - - uid: 8189 + pos: 29.5,21.5 + parent: 2 + - uid: 15183 components: - type: Transform - pos: 13.5,16.5 - parent: 1 - - uid: 8193 + pos: 29.5,20.5 + parent: 2 + - uid: 15184 components: - type: Transform - pos: 16.5,9.5 - parent: 1 - - uid: 8194 + pos: -77.5,33.5 + parent: 2 + - uid: 15185 components: - type: Transform - pos: 13.5,2.5 - parent: 1 - - uid: 8195 + pos: -10.5,-4.5 + parent: 2 + - uid: 15186 components: - type: Transform - pos: 16.5,-1.5 - parent: 1 - - uid: 8196 + pos: -72.5,2.5 + parent: 2 + - uid: 15187 components: - type: Transform - pos: 19.5,1.5 - parent: 1 - - uid: 8197 + pos: 3.5,-25.5 + parent: 2 + - uid: 15188 components: - type: Transform - pos: 19.5,-1.5 - parent: 1 - - uid: 8211 + pos: -8.5,-21.5 + parent: 2 + - uid: 15189 components: - type: Transform - anchored: False - pos: -1.5,-1.5 - parent: 1 - - uid: 8225 + pos: 11.5,31.5 + parent: 2 + - uid: 15190 components: - type: Transform - pos: 16.5,-5.5 - parent: 1 - - uid: 8226 + rot: -1.5707963267948966 rad + pos: 8.5,31.5 + parent: 2 + - uid: 15191 components: - type: Transform - pos: 19.5,-4.5 - parent: 1 - - uid: 8227 + pos: -36.5,-16.5 + parent: 2 + - uid: 15192 components: - type: Transform - pos: 24.5,-5.5 - parent: 1 - - uid: 8228 + pos: -75.5,28.5 + parent: 2 + - uid: 15193 components: - type: Transform - pos: 27.5,-2.5 - parent: 1 - - uid: 8229 + pos: -17.5,-14.5 + parent: 2 + - uid: 15194 components: - type: Transform - pos: 29.5,-1.5 - parent: 1 - - uid: 8230 + pos: -19.5,-12.5 + parent: 2 + - uid: 15195 components: - type: Transform - pos: 19.5,-8.5 - parent: 1 - - uid: 8231 + pos: -5.5,3.5 + parent: 2 + - uid: 15196 components: - type: Transform - pos: 24.5,-7.5 - parent: 1 - - uid: 8232 + rot: -1.5707963267948966 rad + pos: 8.5,33.5 + parent: 2 + - uid: 15197 components: - type: Transform - pos: 29.5,-8.5 - parent: 1 - - uid: 8233 + pos: -85.5,44.5 + parent: 2 + - uid: 15198 components: - type: Transform - pos: 15.5,-11.5 - parent: 1 - - uid: 8234 + pos: -49.5,56.5 + parent: 2 + - uid: 15199 components: - type: Transform - pos: 13.5,-8.5 - parent: 1 - - uid: 8238 + pos: -2.5,61.5 + parent: 2 + - uid: 15200 components: - type: Transform - pos: -15.5,14.5 - parent: 1 - - uid: 8241 + pos: 12.5,31.5 + parent: 2 + - uid: 15201 components: - type: Transform - pos: -16.5,20.5 - parent: 1 - - uid: 8242 + pos: -13.5,-38.5 + parent: 2 + - uid: 15202 components: - type: Transform - pos: -20.5,16.5 - parent: 1 - - uid: 8243 + rot: -1.5707963267948966 rad + pos: 8.5,37.5 + parent: 2 + - uid: 15203 components: - type: Transform - pos: -19.5,11.5 - parent: 1 - - uid: 8244 + rot: -1.5707963267948966 rad + pos: 13.5,30.5 + parent: 2 + - uid: 15204 components: - type: Transform - pos: -20.5,12.5 - parent: 1 - - uid: 8245 + pos: -64.5,43.5 + parent: 2 + - uid: 15205 components: - type: Transform - pos: -18.5,19.5 - parent: 1 - - uid: 8246 + pos: -16.5,9.5 + parent: 2 + - uid: 15206 components: - type: Transform - pos: -25.5,21.5 - parent: 1 - - uid: 8247 + pos: -17.5,30.5 + parent: 2 + - uid: 15207 components: - type: Transform - pos: -19.5,24.5 - parent: 1 - - uid: 8248 + pos: -14.5,29.5 + parent: 2 + - uid: 15208 components: - type: Transform - pos: -19.5,27.5 - parent: 1 - - uid: 8249 + pos: -16.5,30.5 + parent: 2 + - uid: 15209 components: - type: Transform - pos: -15.5,28.5 - parent: 1 - - uid: 8250 + pos: -20.5,38.5 + parent: 2 + - uid: 15210 components: - type: Transform - pos: -16.5,25.5 - parent: 1 - - uid: 8251 + pos: -10.5,1.5 + parent: 2 + - uid: 15211 components: - type: Transform - pos: -15.5,23.5 - parent: 1 - - uid: 8252 + pos: -20.5,39.5 + parent: 2 + - uid: 15212 components: - type: Transform - pos: 1.5,8.5 - parent: 1 - - uid: 8253 + pos: -20.5,40.5 + parent: 2 + - uid: 15213 components: - type: Transform - pos: -1.5,9.5 - parent: 1 - - uid: 8254 + pos: -39.5,-14.5 + parent: 2 + - uid: 15214 components: - type: Transform - pos: -28.5,8.5 - parent: 1 - - uid: 8255 + pos: -40.5,-14.5 + parent: 2 + - uid: 15215 components: - type: Transform - pos: -24.5,10.5 - parent: 1 - - uid: 8256 + pos: -41.5,-14.5 + parent: 2 + - uid: 15216 components: - type: Transform - pos: -27.5,12.5 - parent: 1 - - uid: 8257 + pos: -42.5,-14.5 + parent: 2 + - uid: 15217 components: - type: Transform - pos: -22.5,12.5 - parent: 1 - - uid: 8258 + pos: -64.5,29.5 + parent: 2 + - uid: 15218 components: - type: Transform - pos: -25.5,16.5 - parent: 1 - - uid: 8259 + pos: -48.5,23.5 + parent: 2 + - uid: 15219 components: - type: Transform - pos: -22.5,17.5 - parent: 1 - - uid: 8260 + pos: -46.5,23.5 + parent: 2 + - uid: 15220 components: - type: Transform - pos: -28.5,18.5 - parent: 1 - - uid: 8261 + pos: -46.5,24.5 + parent: 2 + - uid: 15221 components: - type: Transform - pos: -33.5,9.5 - parent: 1 - - uid: 8262 + pos: -46.5,25.5 + parent: 2 + - uid: 15222 components: - type: Transform - pos: -30.5,13.5 - parent: 1 - - uid: 8263 + pos: -48.5,25.5 + parent: 2 + - uid: 15223 components: - type: Transform - pos: -32.5,16.5 - parent: 1 - - uid: 8265 + pos: -61.5,-8.5 + parent: 2 + - uid: 15224 components: - type: Transform - pos: -32.5,20.5 - parent: 1 - - uid: 8266 + pos: -60.5,-8.5 + parent: 2 + - uid: 15225 components: - type: Transform - pos: -29.5,21.5 - parent: 1 - - uid: 8267 + pos: -48.5,24.5 + parent: 2 + - uid: 15226 components: - type: Transform - pos: -28.5,24.5 - parent: 1 - - uid: 8268 + pos: 16.5,42.5 + parent: 2 + - uid: 15227 components: - type: Transform - pos: -33.5,25.5 - parent: 1 - - uid: 8269 + pos: 23.5,36.5 + parent: 2 + - uid: 15228 components: - type: Transform - pos: -32.5,28.5 - parent: 1 - - uid: 8270 + pos: 16.5,43.5 + parent: 2 + - uid: 15229 components: - type: Transform - pos: -36.5,24.5 - parent: 1 - - uid: 8271 + pos: -59.5,-6.5 + parent: 2 + - uid: 15230 components: - type: Transform - pos: -30.5,29.5 - parent: 1 - - uid: 8272 + pos: -59.5,-5.5 + parent: 2 + - uid: 15231 components: - type: Transform - pos: -24.5,27.5 - parent: 1 - - uid: 8273 + pos: -59.5,-4.5 + parent: 2 + - uid: 15232 components: - type: Transform - pos: -26.5,28.5 - parent: 1 - - uid: 8274 + pos: -59.5,-3.5 + parent: 2 + - uid: 15233 components: - type: Transform - pos: -27.5,36.5 - parent: 1 - - uid: 8275 + pos: -59.5,-1.5 + parent: 2 + - uid: 15234 components: - type: Transform - pos: -42.5,27.5 - parent: 1 - - uid: 8276 + pos: -59.5,-0.5 + parent: 2 + - uid: 15235 components: - type: Transform - pos: -40.5,24.5 - parent: 1 - - uid: 8277 + pos: -59.5,0.5 + parent: 2 + - uid: 15236 components: - type: Transform - pos: -44.5,27.5 - parent: 1 - - uid: 8279 + pos: -59.5,1.5 + parent: 2 + - uid: 15237 components: - type: Transform - pos: -44.5,18.5 - parent: 1 - - uid: 8280 + pos: -59.5,2.5 + parent: 2 + - uid: 15238 components: - type: Transform - pos: -41.5,18.5 - parent: 1 - - uid: 8281 + pos: -60.5,3.5 + parent: 2 + - uid: 15239 components: - type: Transform - pos: -42.5,21.5 - parent: 1 - - uid: 8282 + pos: -61.5,3.5 + parent: 2 + - uid: 15240 components: - type: Transform - pos: -50.5,21.5 - parent: 1 - - uid: 8283 + pos: -62.5,3.5 + parent: 2 + - uid: 15241 components: - type: Transform - pos: -44.5,10.5 - parent: 1 - - uid: 8284 + pos: -63.5,3.5 + parent: 2 + - uid: 15242 components: - type: Transform - pos: -48.5,14.5 - parent: 1 - - uid: 8285 + pos: -64.5,3.5 + parent: 2 + - uid: 15243 components: - type: Transform - pos: -41.5,10.5 - parent: 1 - - uid: 8291 + pos: -68.5,3.5 + parent: 2 + - uid: 15244 components: - type: Transform - pos: -53.5,1.5 - parent: 1 - - uid: 8292 + pos: -69.5,3.5 + parent: 2 + - uid: 15245 components: - type: Transform - pos: -48.5,1.5 - parent: 1 - - uid: 8293 + pos: -70.5,3.5 + parent: 2 + - uid: 15246 components: - type: Transform - pos: -48.5,-3.5 - parent: 1 - - uid: 8294 + pos: -71.5,3.5 + parent: 2 + - uid: 15247 components: - type: Transform - pos: -48.5,-7.5 - parent: 1 - - uid: 8295 + pos: -75.5,3.5 + parent: 2 + - uid: 15248 components: - type: Transform - pos: -51.5,-9.5 - parent: 1 - - uid: 8297 + pos: -59.5,-7.5 + parent: 2 + - uid: 15249 components: - type: Transform - pos: -56.5,9.5 - parent: 1 - - uid: 8298 + pos: -65.5,-13.5 + parent: 2 + - uid: 15250 components: - type: Transform - pos: -57.5,14.5 - parent: 1 - - uid: 8299 + pos: -68.5,-8.5 + parent: 2 + - uid: 15251 components: - type: Transform - pos: -57.5,19.5 - parent: 1 - - uid: 8300 + pos: -69.5,-8.5 + parent: 2 + - uid: 15252 components: - type: Transform - pos: -56.5,24.5 - parent: 1 - - uid: 8301 + pos: -62.5,-8.5 + parent: 2 + - uid: 15253 components: - type: Transform - pos: -58.5,26.5 - parent: 1 - - uid: 8304 + pos: -70.5,-8.5 + parent: 2 + - uid: 15254 components: - type: Transform - pos: -49.5,32.5 - parent: 1 - - uid: 8305 + pos: -70.5,-12.5 + parent: 2 + - uid: 15255 components: - type: Transform - pos: -45.5,32.5 - parent: 1 - - uid: 8306 + pos: -69.5,-12.5 + parent: 2 + - uid: 15256 components: - type: Transform - pos: -41.5,31.5 - parent: 1 - - uid: 8307 + pos: -60.5,-12.5 + parent: 2 + - uid: 15257 components: - type: Transform - pos: -41.5,33.5 - parent: 1 - - uid: 8308 + pos: -61.5,-12.5 + parent: 2 + - uid: 15258 components: - type: Transform - pos: -48.5,35.5 - parent: 1 - - uid: 8309 + pos: -58.5,-12.5 + parent: 2 + - uid: 15259 components: - type: Transform - pos: -46.5,40.5 - parent: 1 - - uid: 8310 + pos: -65.5,-14.5 + parent: 2 + - uid: 15260 components: - type: Transform - pos: -47.5,44.5 - parent: 1 - - uid: 8311 + pos: -57.5,-12.5 + parent: 2 + - uid: 15261 components: - type: Transform - pos: -49.5,46.5 - parent: 1 - - uid: 8312 + pos: -62.5,-12.5 + parent: 2 + - uid: 15262 components: - type: Transform - pos: -46.5,51.5 - parent: 1 - - uid: 8313 + pos: -75.5,-8.5 + parent: 2 + - uid: 15263 components: - type: Transform - pos: -54.5,47.5 - parent: 1 - - uid: 8315 + pos: -63.5,-8.5 + parent: 2 + - uid: 15264 components: - - type: Transform - pos: -57.5,44.5 - parent: 1 - - uid: 8316 + - type: Transform + pos: -64.5,-8.5 + parent: 2 + - uid: 15265 components: - type: Transform - pos: -57.5,40.5 - parent: 1 - - uid: 8317 + pos: -68.5,-12.5 + parent: 2 + - uid: 15266 components: - type: Transform - pos: -56.5,39.5 - parent: 1 - - uid: 8318 + pos: -73.5,-14.5 + parent: 2 + - uid: 15267 components: - type: Transform - pos: -58.5,36.5 - parent: 1 - - uid: 8319 + pos: -82.5,39.5 + parent: 2 + - uid: 15268 components: - type: Transform - pos: -52.5,43.5 - parent: 1 - - uid: 8320 + pos: -49.5,54.5 + parent: 2 + - uid: 15269 components: - type: Transform - pos: -44.5,51.5 - parent: 1 - - uid: 8321 + pos: -85.5,39.5 + parent: 2 + - uid: 15270 components: - type: Transform - pos: -40.5,55.5 - parent: 1 - - uid: 8322 + pos: -10.5,2.5 + parent: 2 + - uid: 15271 components: - type: Transform - pos: -35.5,55.5 - parent: 1 - - uid: 8323 + pos: -20.5,-20.5 + parent: 2 + - uid: 15272 components: - type: Transform - pos: -32.5,52.5 - parent: 1 - - uid: 8327 + pos: 5.5,-23.5 + parent: 2 + - uid: 15273 components: - type: Transform - pos: -27.5,50.5 - parent: 1 - - uid: 8329 + pos: -50.5,48.5 + parent: 2 + - uid: 15274 components: - type: Transform - pos: -20.5,51.5 - parent: 1 - - uid: 8330 + pos: -51.5,48.5 + parent: 2 + - uid: 15275 components: - type: Transform - pos: -25.5,47.5 - parent: 1 - - uid: 8338 + pos: -53.5,48.5 + parent: 2 + - uid: 15276 components: - type: Transform - pos: -21.5,31.5 - parent: 1 - - uid: 8339 + pos: -54.5,48.5 + parent: 2 + - uid: 15277 components: - type: Transform - pos: -25.5,32.5 - parent: 1 - - uid: 8341 + pos: -56.5,48.5 + parent: 2 + - uid: 15278 components: - type: Transform - pos: -31.5,33.5 - parent: 1 - - uid: 8342 + rot: 3.141592653589793 rad + pos: -69.5,64.5 + parent: 2 + - uid: 15279 components: - type: Transform - pos: -34.5,31.5 - parent: 1 - - uid: 8343 + pos: -10.5,-10.5 + parent: 2 + - uid: 15280 components: - type: Transform - pos: -51.5,24.5 - parent: 1 - - uid: 8344 + pos: -14.5,46.5 + parent: 2 + - uid: 15281 components: - type: Transform - pos: -49.5,27.5 - parent: 1 - - uid: 8345 + pos: -18.5,46.5 + parent: 2 + - uid: 15282 components: - type: Transform - pos: -53.5,28.5 - parent: 1 - - uid: 8346 + pos: -14.5,49.5 + parent: 2 + - uid: 15283 components: - type: Transform - pos: -33.5,-3.5 - parent: 1 - - uid: 9000 + rot: 1.5707963267948966 rad + pos: -49.5,-15.5 + parent: 2 + - uid: 15284 components: - type: Transform - pos: -32.5,-6.5 - parent: 1 - - uid: 9105 + pos: -67.5,3.5 + parent: 2 + - uid: 15285 components: - type: Transform - pos: -57.5,84.5 - parent: 1 - - uid: 9106 + pos: 9.5,57.5 + parent: 2 + - uid: 15286 components: - type: Transform - pos: -60.5,84.5 - parent: 1 - - uid: 9107 + pos: -13.5,53.5 + parent: 2 + - uid: 15287 components: - type: Transform - pos: -59.5,87.5 - parent: 1 - - uid: 9108 + pos: -13.5,56.5 + parent: 2 + - uid: 15288 components: - type: Transform - pos: -57.5,88.5 - parent: 1 - - uid: 9109 + pos: -13.5,54.5 + parent: 2 + - uid: 15289 components: - type: Transform - pos: -54.5,89.5 - parent: 1 - - uid: 9110 + pos: -13.5,57.5 + parent: 2 + - uid: 15290 components: - type: Transform - pos: -55.5,82.5 - parent: 1 - - uid: 9111 + pos: -16.5,58.5 + parent: 2 + - uid: 15291 components: - type: Transform - pos: -55.5,86.5 - parent: 1 - - uid: 9112 + pos: -78.5,66.5 + parent: 2 + - uid: 15292 components: - type: Transform - pos: -51.5,89.5 - parent: 1 - - uid: 9113 + pos: -11.5,64.5 + parent: 2 + - uid: 15293 components: - type: Transform - pos: -52.5,85.5 - parent: 1 - - uid: 9114 + pos: -11.5,65.5 + parent: 2 + - uid: 15294 components: - type: Transform - pos: -50.5,82.5 - parent: 1 - - uid: 9115 + pos: -12.5,65.5 + parent: 2 + - uid: 15295 components: - type: Transform - pos: -54.5,79.5 - parent: 1 - - uid: 9116 + pos: -12.5,66.5 + parent: 2 + - uid: 15296 components: - type: Transform - pos: -50.5,80.5 - parent: 1 - - uid: 9117 + pos: -13.5,66.5 + parent: 2 + - uid: 15297 components: - type: Transform - pos: -52.5,76.5 - parent: 1 - - uid: 9119 + pos: -13.5,67.5 + parent: 2 + - uid: 15298 components: - type: Transform - pos: -52.5,72.5 - parent: 1 - - uid: 9121 + pos: -14.5,67.5 + parent: 2 + - uid: 15299 components: - type: Transform - pos: -47.5,67.5 - parent: 1 - - uid: 9122 + pos: -15.5,67.5 + parent: 2 + - uid: 15300 components: - type: Transform - pos: -52.5,64.5 - parent: 1 - - uid: 9123 + pos: -16.5,67.5 + parent: 2 + - uid: 15301 components: - type: Transform - pos: -50.5,60.5 - parent: 1 - - uid: 9125 + pos: -17.5,67.5 + parent: 2 + - uid: 15302 components: - type: Transform - pos: -59.5,61.5 - parent: 1 - - uid: 9126 + pos: -18.5,67.5 + parent: 2 + - uid: 15303 components: - type: Transform - pos: -61.5,65.5 - parent: 1 - - uid: 9132 + pos: -19.5,67.5 + parent: 2 + - uid: 15304 components: - type: Transform - pos: -46.5,58.5 - parent: 1 - - uid: 9133 + pos: -19.5,66.5 + parent: 2 + - uid: 15305 components: - type: Transform - pos: -48.5,61.5 - parent: 1 - - uid: 9134 + pos: -20.5,66.5 + parent: 2 + - uid: 15306 components: - type: Transform - pos: -50.5,58.5 - parent: 1 - - uid: 9135 + pos: -20.5,65.5 + parent: 2 + - uid: 15307 components: - type: Transform - pos: -55.5,55.5 - parent: 1 - - uid: 9136 + pos: -21.5,65.5 + parent: 2 + - uid: 15308 components: - type: Transform - pos: -51.5,54.5 - parent: 1 - - uid: 9137 + pos: -21.5,64.5 + parent: 2 + - uid: 15309 components: - type: Transform - pos: -59.5,55.5 - parent: 1 - - uid: 9138 + pos: -22.5,62.5 + parent: 2 + - uid: 15310 components: - type: Transform - pos: -62.5,53.5 - parent: 1 - - uid: 9141 + pos: -22.5,61.5 + parent: 2 + - uid: 15311 components: - type: Transform - pos: -50.5,50.5 - parent: 1 - - uid: 9142 + pos: -22.5,60.5 + parent: 2 + - uid: 15312 components: - type: Transform - pos: -54.5,52.5 - parent: 1 - - uid: 9143 + pos: -72.5,3.5 + parent: 2 + - uid: 15313 components: - type: Transform - pos: -53.5,49.5 - parent: 1 - - uid: 9144 + pos: -15.5,52.5 + parent: 2 + - uid: 15314 components: - type: Transform - pos: -56.5,50.5 - parent: 1 - - uid: 9145 + pos: -17.5,52.5 + parent: 2 + - uid: 15315 components: - type: Transform - pos: -46.5,54.5 - parent: 1 - - uid: 9282 + pos: -71.5,41.5 + parent: 2 + - uid: 15316 components: - type: Transform - pos: 20.5,30.5 - parent: 1 - - uid: 10468 + pos: -56.5,59.5 + parent: 2 + - uid: 15317 components: - type: Transform - pos: 10.5,-1.5 - parent: 1 - - uid: 10736 + pos: -55.5,59.5 + parent: 2 + - uid: 15318 components: - type: Transform - pos: -57.5,33.5 - parent: 1 - - uid: 10740 + pos: -54.5,59.5 + parent: 2 + - uid: 15319 components: - type: Transform - pos: -4.5,-3.5 - parent: 1 - - uid: 10810 + pos: -48.5,56.5 + parent: 2 + - uid: 15320 components: - type: Transform - pos: -61.5,32.5 - parent: 1 - - uid: 13673 + pos: -46.5,56.5 + parent: 2 + - uid: 15321 components: - type: Transform - pos: 11.5,31.5 - parent: 1 - - uid: 14329 + pos: -50.5,52.5 + parent: 2 + - uid: 15322 components: - type: Transform - pos: -89.5,25.5 - parent: 1 - - uid: 14370 + pos: -53.5,52.5 + parent: 2 + - uid: 15323 components: - type: Transform - pos: -72.5,54.5 - parent: 1 - - uid: 14371 + pos: -56.5,52.5 + parent: 2 + - uid: 15324 components: - type: Transform - pos: -69.5,55.5 - parent: 1 - - uid: 14374 + pos: -46.5,63.5 + parent: 2 + - uid: 15325 components: - type: Transform - pos: -75.5,47.5 - parent: 1 - - uid: 14381 + pos: -48.5,63.5 + parent: 2 + - uid: 15326 components: - type: Transform - pos: -66.5,46.5 - parent: 1 - - uid: 14382 + rot: 3.141592653589793 rad + pos: -0.5,54.5 + parent: 2 + - uid: 15327 components: - type: Transform - pos: -62.5,47.5 - parent: 1 - - uid: 14383 + pos: -60.5,66.5 + parent: 2 + - uid: 15328 components: - type: Transform - pos: -67.5,50.5 - parent: 1 - - uid: 14384 + pos: -59.5,66.5 + parent: 2 + - uid: 15329 components: - type: Transform - pos: -67.5,55.5 - parent: 1 - - uid: 14385 + pos: -58.5,62.5 + parent: 2 + - uid: 15330 components: - type: Transform - pos: -67.5,41.5 - parent: 1 - - uid: 14386 + pos: -58.5,66.5 + parent: 2 + - uid: 15331 components: - type: Transform - pos: -66.5,38.5 - parent: 1 - - uid: 14388 + pos: -56.5,62.5 + parent: 2 + - uid: 15332 components: - type: Transform - pos: -62.5,36.5 - parent: 1 - - uid: 14390 + pos: -54.5,62.5 + parent: 2 + - uid: 15333 components: - type: Transform - pos: -63.5,40.5 - parent: 1 - - uid: 14391 + pos: -58.5,54.5 + parent: 2 + - uid: 15334 components: - type: Transform - pos: -61.5,44.5 - parent: 1 - - uid: 14392 + pos: -49.5,88.5 + parent: 2 + - uid: 15335 components: - type: Transform - pos: -63.5,44.5 - parent: 1 - - uid: 14403 + pos: -49.5,87.5 + parent: 2 + - uid: 15336 components: - type: Transform - pos: -74.5,35.5 - parent: 1 - - uid: 14404 + pos: -49.5,86.5 + parent: 2 + - uid: 15337 components: - type: Transform - pos: -71.5,34.5 - parent: 1 - - uid: 14405 + pos: -49.5,85.5 + parent: 2 + - uid: 15338 components: - type: Transform - pos: -66.5,33.5 - parent: 1 - - uid: 14406 + pos: -49.5,84.5 + parent: 2 + - uid: 15339 components: - type: Transform - pos: -64.5,34.5 - parent: 1 - - uid: 14407 + pos: -49.5,83.5 + parent: 2 + - uid: 15340 components: - type: Transform - pos: -64.5,27.5 - parent: 1 - - uid: 14408 + pos: -51.5,91.5 + parent: 2 + - uid: 15341 components: - type: Transform - pos: -66.5,29.5 - parent: 1 - - uid: 14410 + pos: -62.5,88.5 + parent: 2 + - uid: 15342 components: - type: Transform - pos: -70.5,29.5 - parent: 1 - - uid: 14411 + pos: -60.5,90.5 + parent: 2 + - uid: 15343 components: - type: Transform - pos: -73.5,31.5 - parent: 1 - - uid: 14412 + pos: -58.5,90.5 + parent: 2 + - uid: 15344 components: - type: Transform - pos: -74.5,26.5 - parent: 1 - - uid: 14413 + pos: -60.5,82.5 + parent: 2 + - uid: 15345 components: - type: Transform - pos: -73.5,22.5 - parent: 1 - - uid: 14414 + pos: -63.5,85.5 + parent: 2 + - uid: 15346 components: - type: Transform - pos: -74.5,19.5 - parent: 1 - - uid: 14415 + pos: -59.5,90.5 + parent: 2 + - uid: 15347 components: - type: Transform - pos: -70.5,19.5 - parent: 1 - - uid: 14416 + pos: -17.5,24.5 + parent: 2 + - uid: 15348 components: - type: Transform - pos: -67.5,23.5 - parent: 1 - - uid: 14417 + pos: -22.5,44.5 + parent: 2 + - uid: 15349 components: - type: Transform - pos: -67.5,20.5 - parent: 1 - - uid: 14418 + pos: -21.5,35.5 + parent: 2 + - uid: 15350 components: - type: Transform - pos: -64.5,21.5 - parent: 1 - - uid: 14419 + pos: -22.5,35.5 + parent: 2 + - uid: 15351 components: - type: Transform - pos: -79.5,22.5 - parent: 1 - - uid: 14423 + pos: -58.5,82.5 + parent: 2 + - uid: 15352 components: - type: Transform - pos: -80.5,19.5 - parent: 1 - - uid: 14424 + pos: -63.5,84.5 + parent: 2 + - uid: 15353 components: - type: Transform - pos: -77.5,20.5 - parent: 1 - - uid: 14967 + pos: -63.5,83.5 + parent: 2 + - uid: 15354 components: - type: Transform - pos: 15.5,26.5 - parent: 1 - - uid: 15021 + pos: -61.5,82.5 + parent: 2 + - uid: 15355 components: - type: Transform - pos: 11.5,-5.5 - parent: 1 - - uid: 15067 + pos: -59.5,82.5 + parent: 2 + - uid: 15356 components: - type: Transform - pos: -44.5,21.5 - parent: 1 - - uid: 15075 + pos: -47.5,52.5 + parent: 2 + - uid: 15357 components: - type: Transform - pos: -16.5,8.5 - parent: 1 - - uid: 15153 + pos: -42.5,69.5 + parent: 2 + - uid: 15358 components: - type: Transform - pos: -77.5,35.5 - parent: 1 - - uid: 15164 + rot: 1.5707963267948966 rad + pos: -2.5,28.5 + parent: 2 + - uid: 15359 components: - type: Transform - pos: -27.5,-10.5 - parent: 1 - - uid: 15165 + pos: -72.5,30.5 + parent: 2 + - uid: 15360 components: - type: Transform - pos: -25.5,-11.5 - parent: 1 - - uid: 15490 + pos: 1.5,-1.5 + parent: 2 + - uid: 15361 components: - type: Transform - pos: -79.5,26.5 - parent: 1 - - uid: 15557 + pos: 24.5,39.5 + parent: 2 + - uid: 15362 components: - type: Transform - pos: -14.5,-10.5 - parent: 1 - - uid: 15782 + pos: -57.5,48.5 + parent: 2 + - uid: 15363 components: - type: Transform - pos: -44.5,-10.5 - parent: 1 - - uid: 15791 + pos: -36.5,63.5 + parent: 2 + - uid: 15364 components: - type: Transform - pos: -47.5,64.5 - parent: 1 - - uid: 15846 + pos: -36.5,66.5 + parent: 2 + - uid: 15365 components: - type: Transform - pos: 21.5,41.5 - parent: 1 - - uid: 15912 + pos: -36.5,64.5 + parent: 2 + - uid: 15366 components: - type: Transform - pos: 16.5,34.5 - parent: 1 - - uid: 15916 + pos: -36.5,65.5 + parent: 2 + - uid: 15367 components: - type: Transform - pos: 14.5,38.5 - parent: 1 - - uid: 15969 + pos: -36.5,62.5 + parent: 2 + - uid: 15368 components: - type: Transform - pos: -22.5,37.5 - parent: 1 - - uid: 15970 + pos: -36.5,68.5 + parent: 2 + - uid: 15369 components: - type: Transform - pos: -20.5,42.5 - parent: 1 - - uid: 15973 + pos: -36.5,69.5 + parent: 2 + - uid: 15370 components: - type: Transform - pos: -11.5,46.5 - parent: 1 - - uid: 15974 + pos: -37.5,69.5 + parent: 2 + - uid: 15371 components: - type: Transform - pos: -13.5,48.5 - parent: 1 - - uid: 15978 + pos: -36.5,61.5 + parent: 2 + - uid: 15372 components: - type: Transform - pos: -10.5,49.5 - parent: 1 - - uid: 15979 + pos: -38.5,69.5 + parent: 2 + - uid: 15373 components: - type: Transform - pos: -17.5,54.5 - parent: 1 - - uid: 15980 + pos: -39.5,69.5 + parent: 2 + - uid: 15374 components: - type: Transform - pos: -15.5,56.5 - parent: 1 - - uid: 16091 + pos: -36.5,67.5 + parent: 2 + - uid: 15375 components: - type: Transform - pos: -52.5,8.5 - parent: 1 - - uid: 16092 + pos: -43.5,69.5 + parent: 2 + - uid: 15376 components: - type: Transform - pos: -49.5,8.5 - parent: 1 - - uid: 16093 + pos: -55.5,67.5 + parent: 2 + - uid: 15377 components: - type: Transform - pos: -47.5,10.5 - parent: 1 - - uid: 16094 + pos: -70.5,57.5 + parent: 2 + - uid: 15378 components: - type: Transform - pos: -50.5,10.5 - parent: 1 - - uid: 16865 + pos: -38.5,-8.5 + parent: 2 + - uid: 15379 components: - type: Transform - pos: 10.5,-12.5 - parent: 1 - - uid: 16866 + pos: -67.5,32.5 + parent: 2 + - uid: 15380 components: - type: Transform - pos: 7.5,-17.5 - parent: 1 - - uid: 16867 + pos: -65.5,24.5 + parent: 2 + - uid: 15381 components: - type: Transform - pos: 8.5,-11.5 - parent: 1 - - uid: 16868 + pos: -64.5,24.5 + parent: 2 + - uid: 15382 components: - type: Transform - pos: 13.5,-16.5 - parent: 1 - - uid: 16869 + pos: -66.5,24.5 + parent: 2 + - uid: 15383 components: - type: Transform - pos: 5.5,-15.5 - parent: 1 - - uid: 16870 + pos: -63.5,29.5 + parent: 2 + - uid: 15384 components: - type: Transform - pos: 18.5,-10.5 - parent: 1 - - uid: 16872 + pos: -73.5,18.5 + parent: 2 + - uid: 15385 components: - type: Transform - pos: 14.5,-8.5 - parent: 1 - - uid: 17474 + pos: -14.5,28.5 + parent: 2 + - uid: 15386 components: - type: Transform - pos: -11.5,1.5 - parent: 1 - - uid: 17475 + pos: -72.5,22.5 + parent: 2 + - uid: 15387 components: - type: Transform - pos: -12.5,-3.5 - parent: 1 - - uid: 17476 + pos: -77.5,26.5 + parent: 2 + - uid: 15388 components: - type: Transform - pos: -2.5,-12.5 - parent: 1 - - uid: 17477 + pos: -3.5,-24.5 + parent: 2 + - uid: 15389 components: - type: Transform - pos: -8.5,-11.5 - parent: 1 - - uid: 17478 + pos: -71.5,32.5 + parent: 2 + - uid: 15390 components: - type: Transform - pos: 0.5,-8.5 - parent: 1 - - uid: 17479 + pos: -68.5,18.5 + parent: 2 + - uid: 15391 components: - type: Transform - pos: -3.5,-18.5 - parent: 1 - - uid: 17480 + pos: -69.5,18.5 + parent: 2 + - uid: 15392 components: - type: Transform - pos: -8.5,-17.5 - parent: 1 - - uid: 17482 + pos: -72.5,20.5 + parent: 2 + - uid: 15393 components: - type: Transform - pos: -19.5,-15.5 - parent: 1 - - uid: 17483 + pos: -77.5,24.5 + parent: 2 + - uid: 15394 components: - type: Transform - pos: -12.5,-23.5 - parent: 1 - - uid: 17484 + pos: -86.5,23.5 + parent: 2 + - uid: 15395 components: - type: Transform - pos: -5.5,-22.5 - parent: 1 - - uid: 17485 + pos: -86.5,24.5 + parent: 2 + - uid: 15396 components: - type: Transform - pos: -8.5,-34.5 - parent: 1 - - uid: 17486 + pos: -86.5,25.5 + parent: 2 + - uid: 15397 components: - type: Transform - pos: -13.5,-36.5 - parent: 1 - - uid: 17487 + pos: -86.5,26.5 + parent: 2 + - uid: 15398 components: - type: Transform - pos: -14.5,-32.5 - parent: 1 - - uid: 17488 + pos: -86.5,27.5 + parent: 2 + - uid: 15399 components: - type: Transform - pos: -18.5,-35.5 - parent: 1 - - uid: 18356 + pos: -72.5,28.5 + parent: 2 + - uid: 15400 components: - type: Transform - pos: -99.5,31.5 - parent: 1 - - uid: 18418 + pos: -75.5,30.5 + parent: 2 + - uid: 15401 components: - type: Transform - pos: -89.5,36.5 - parent: 1 - - uid: 18419 + pos: -82.5,44.5 + parent: 2 + - uid: 15402 components: - type: Transform - pos: -88.5,41.5 - parent: 1 - - uid: 18421 + pos: 4.5,-25.5 + parent: 2 + - uid: 15403 components: - type: Transform - pos: -91.5,50.5 - parent: 1 - - uid: 18422 + pos: 22.5,36.5 + parent: 2 + - uid: 15404 components: - type: Transform - pos: -88.5,46.5 - parent: 1 - - uid: 18423 + pos: -70.5,18.5 + parent: 2 + - uid: 15405 components: - type: Transform - pos: -80.5,50.5 - parent: 1 - - uid: 18424 + pos: -69.5,24.5 + parent: 2 + - uid: 15406 components: - type: Transform - pos: -77.5,41.5 - parent: 1 - - uid: 18425 + pos: -69.5,27.5 + parent: 2 + - uid: 15407 components: - type: Transform - pos: -82.5,43.5 - parent: 1 - - uid: 18428 + pos: -70.5,41.5 + parent: 2 + - uid: 15408 components: - type: Transform - pos: -74.5,39.5 - parent: 1 - - uid: 18429 + pos: -43.5,-14.5 + parent: 2 + - uid: 15409 components: - type: Transform - pos: -70.5,44.5 - parent: 1 - - uid: 18431 + pos: -53.5,34.5 + parent: 2 + - uid: 15410 components: - type: Transform - pos: -72.5,37.5 - parent: 1 - - uid: 18432 + pos: -36.5,-10.5 + parent: 2 + - uid: 15411 components: - type: Transform - pos: -76.5,30.5 - parent: 1 - - uid: 18433 + pos: -36.5,-11.5 + parent: 2 + - uid: 15412 components: - type: Transform - pos: -87.5,49.5 - parent: 1 - - uid: 18840 + pos: -66.5,32.5 + parent: 2 + - uid: 15413 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-20.5 - parent: 1 - - uid: 18841 + pos: -85.5,41.5 + parent: 2 + - uid: 15414 components: - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,-14.5 - parent: 1 - - uid: 18844 + pos: -79.5,37.5 + parent: 2 + - uid: 15415 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-17.5 - parent: 1 -- proto: RandomSpawner100 - entities: - - uid: 18787 + pos: -82.5,31.5 + parent: 2 + - uid: 15417 components: - type: Transform - pos: 20.5,51.5 - parent: 1 - - uid: 18788 + pos: -79.5,54.5 + parent: 2 + - uid: 15418 components: - type: Transform - pos: 17.5,54.5 - parent: 1 - - uid: 18789 + pos: -79.5,28.5 + parent: 2 + - uid: 15419 components: - type: Transform - pos: 22.5,55.5 - parent: 1 - - uid: 18790 + pos: -77.5,37.5 + parent: 2 + - uid: 15420 components: - type: Transform - pos: 16.5,58.5 - parent: 1 - - uid: 18791 + pos: -80.5,54.5 + parent: 2 + - uid: 15421 components: - type: Transform - pos: 11.5,54.5 - parent: 1 - - uid: 18792 + rot: 1.5707963267948966 rad + pos: -1.5,28.5 + parent: 2 + - uid: 15422 components: - type: Transform - pos: 10.5,52.5 - parent: 1 - - uid: 18793 + pos: -15.5,9.5 + parent: 2 + - uid: 15423 components: - type: Transform - pos: 10.5,58.5 - parent: 1 - - uid: 18794 + pos: -14.5,11.5 + parent: 2 + - uid: 15424 components: - type: Transform - pos: 20.5,58.5 - parent: 1 -- proto: RandomVending - entities: - - uid: 6000 + pos: -14.5,10.5 + parent: 2 + - uid: 15425 components: - type: Transform - pos: -40.5,30.5 - parent: 1 - - uid: 10039 + pos: 3.5,-2.5 + parent: 2 + - uid: 15426 components: - type: Transform - pos: 21.5,14.5 - parent: 1 - - uid: 15875 + pos: -14.5,-15.5 + parent: 2 + - uid: 15427 components: - type: Transform - pos: -41.5,30.5 - parent: 1 - - uid: 15876 + pos: -2.5,1.5 + parent: 2 + - uid: 15428 components: - type: Transform - pos: -49.5,45.5 - parent: 1 - - uid: 15877 + pos: -5.5,-24.5 + parent: 2 + - uid: 15429 components: - type: Transform - pos: -17.5,3.5 - parent: 1 - - uid: 15878 + pos: -1.5,-4.5 + parent: 2 + - uid: 15430 components: - type: Transform - pos: 20.5,4.5 - parent: 1 - - uid: 15888 + pos: -6.5,-6.5 + parent: 2 + - uid: 15431 components: - type: Transform - pos: 21.5,13.5 - parent: 1 -- proto: RandomVendingDrinks - entities: - - uid: 44 + pos: -14.5,-17.5 + parent: 2 + - uid: 15432 components: - type: Transform - pos: 0.5,-25.5 - parent: 1 - - uid: 10037 + pos: -14.5,12.5 + parent: 2 + - uid: 15433 components: - type: Transform - pos: -19.5,34.5 - parent: 1 - - uid: 14705 + pos: -14.5,15.5 + parent: 2 + - uid: 15434 components: - type: Transform - pos: -3.5,54.5 - parent: 1 -- proto: RandomVendingSnacks - entities: - - uid: 5968 + pos: -82.5,41.5 + parent: 2 + - uid: 15435 components: - type: Transform - pos: -4.5,54.5 - parent: 1 - - uid: 10038 + pos: -14.5,-21.5 + parent: 2 + - uid: 15436 components: - type: Transform - pos: -20.5,34.5 - parent: 1 - - uid: 13887 + pos: -14.5,-24.5 + parent: 2 + - uid: 15437 components: - type: Transform - pos: 1.5,-25.5 - parent: 1 -- proto: RCD - entities: - - uid: 13615 + pos: -84.5,41.5 + parent: 2 + - uid: 15438 components: - type: Transform - pos: -73.40199,15.605122 - parent: 1 -- proto: RCDAmmo - entities: - - uid: 13616 + pos: -81.5,41.5 + parent: 2 + - uid: 15439 components: - type: Transform - pos: -73.65199,15.448872 - parent: 1 - - uid: 13617 + pos: -81.5,39.5 + parent: 2 + - uid: 15440 components: - type: Transform - pos: -73.54262,15.464497 - parent: 1 - - uid: 13618 + pos: 5.5,-25.5 + parent: 2 + - uid: 15441 components: - type: Transform - pos: -73.37074,15.464497 - parent: 1 -- proto: ReagentContainerFlour - entities: - - uid: 6954 + pos: -49.5,58.5 + parent: 2 + - uid: 15442 components: - type: Transform - pos: -36.304527,44.574997 - parent: 1 - - uid: 6955 + pos: -85.5,31.5 + parent: 2 + - uid: 15443 components: - type: Transform - pos: -33.757652,44.762497 - parent: 1 - - uid: 16417 + pos: -84.5,31.5 + parent: 2 + - uid: 15445 components: - type: Transform - pos: 9.4215355,46.657867 - parent: 1 -- proto: ReagentContainerSugar - entities: - - uid: 6956 + pos: -15.5,-8.5 + parent: 2 + - uid: 15446 components: - type: Transform - pos: -35.288902,45.293747 - parent: 1 -- proto: Recycler - entities: - - uid: 4096 + pos: -79.5,52.5 + parent: 2 + - uid: 15447 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-13.5 - parent: 1 - - uid: 14224 + pos: -80.5,52.5 + parent: 2 + - uid: 15448 components: - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,55.5 - parent: 1 -- proto: ReinforcedGirder - entities: - - uid: 3493 + pos: -36.5,59.5 + parent: 2 + - uid: 15449 components: - type: Transform - pos: -30.5,51.5 - parent: 1 - - uid: 3500 + pos: -49.5,57.5 + parent: 2 + - uid: 15450 components: - type: Transform - pos: 14.5,-13.5 - parent: 1 - - uid: 8103 + pos: 30.5,9.5 + parent: 2 + - uid: 15451 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,20.5 - parent: 1 - - uid: 16769 + pos: 31.5,9.5 + parent: 2 + - uid: 15452 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-12.5 - parent: 1 -- proto: ReinforcedPlasmaWindow - entities: - - uid: 627 + pos: 5.5,-24.5 + parent: 2 + - uid: 15453 components: - type: Transform - pos: -16.5,-31.5 - parent: 1 - - uid: 3965 + pos: -59.5,42.5 + parent: 2 + - uid: 15454 components: - type: Transform - pos: -16.5,-35.5 - parent: 1 - - uid: 5965 + pos: -59.5,41.5 + parent: 2 + - uid: 15455 components: - type: Transform - pos: -44.5,65.5 - parent: 1 - - uid: 8223 + pos: -73.5,-12.5 + parent: 2 + - uid: 15456 components: - type: Transform - pos: -16.5,-36.5 - parent: 1 - - uid: 13295 + pos: -65.5,-12.5 + parent: 2 + - uid: 15457 components: - type: Transform - pos: -49.5,65.5 - parent: 1 - - uid: 13886 + pos: -73.5,-13.5 + parent: 2 + - uid: 15458 components: - type: Transform - pos: -16.5,-30.5 - parent: 1 - - uid: 14098 + pos: -67.5,2.5 + parent: 2 + - uid: 15459 components: - type: Transform - pos: -44.5,61.5 - parent: 1 - - uid: 18116 + pos: -72.5,-7.5 + parent: 2 + - uid: 15460 components: - type: Transform - pos: -92.5,42.5 - parent: 1 - - uid: 18124 + pos: -72.5,-8.5 + parent: 2 + - uid: 15461 components: - type: Transform - pos: -95.5,45.5 - parent: 1 - - uid: 18125 + pos: -71.5,-8.5 + parent: 2 + - uid: 15462 components: - type: Transform - pos: -94.5,45.5 - parent: 1 - - uid: 18127 + pos: -67.5,-8.5 + parent: 2 + - uid: 15463 components: - type: Transform - pos: -93.5,45.5 - parent: 1 - - uid: 18128 + pos: -67.5,-7.5 + parent: 2 + - uid: 15464 components: - type: Transform - pos: -92.5,45.5 - parent: 1 - - uid: 18129 + pos: -84.5,39.5 + parent: 2 + - uid: 15465 components: - type: Transform - pos: -92.5,44.5 - parent: 1 - - uid: 18130 + pos: -81.5,44.5 + parent: 2 + - uid: 15466 components: - type: Transform - pos: -92.5,43.5 - parent: 1 -- proto: ReinforcedUraniumWindow - entities: - - uid: 8648 + pos: -84.5,44.5 + parent: 2 + - uid: 15467 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -81.5,64.5 - parent: 1 - - uid: 18957 + pos: -7.5,10.5 + parent: 2 + - uid: 15468 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,64.5 - parent: 1 -- proto: ReinforcedWindow - entities: - - uid: 16 + pos: -9.5,10.5 + parent: 2 + - uid: 15469 components: - type: Transform - pos: -14.5,-20.5 - parent: 1 - - uid: 21 + pos: -14.5,26.5 + parent: 2 + - uid: 15470 components: - type: Transform - pos: -14.5,-18.5 - parent: 1 - - uid: 28 + pos: -71.5,7.5 + parent: 2 + - uid: 15471 components: - type: Transform - pos: -5.5,32.5 - parent: 1 - - uid: 82 + pos: -60.5,62.5 + parent: 2 + - uid: 15472 components: - type: Transform - pos: -46.5,-12.5 - parent: 1 - - uid: 90 + pos: -60.5,43.5 + parent: 2 + - uid: 15473 components: - type: Transform - pos: -2.5,3.5 - parent: 1 - - uid: 95 + pos: -15.5,30.5 + parent: 2 + - uid: 15474 components: - type: Transform - pos: -2.5,-4.5 - parent: 1 - - uid: 199 + pos: -5.5,63.5 + parent: 2 + - uid: 15475 components: - type: Transform - pos: -4.5,-4.5 - parent: 1 - - uid: 201 + pos: -7.5,63.5 + parent: 2 + - uid: 15476 components: - type: Transform - pos: -5.5,-4.5 - parent: 1 - - uid: 212 + pos: -8.5,63.5 + parent: 2 + - uid: 15477 components: - type: Transform - pos: -2.5,-6.5 - parent: 1 - - uid: 216 + pos: -4.5,63.5 + parent: 2 + - uid: 15478 components: - type: Transform - pos: -4.5,-6.5 - parent: 1 - - uid: 217 + pos: -17.5,-8.5 + parent: 2 + - uid: 15479 components: - type: Transform - pos: -10.5,-5.5 - parent: 1 - - uid: 219 + pos: -18.5,-8.5 + parent: 2 + - uid: 15480 components: - type: Transform - pos: -3.5,-1.5 - parent: 1 - - uid: 220 + pos: -61.5,43.5 + parent: 2 + - uid: 15481 components: - type: Transform - pos: 3.5,-1.5 - parent: 1 - - uid: 221 + pos: -40.5,69.5 + parent: 2 + - uid: 15482 components: - type: Transform - pos: -1.5,1.5 - parent: 1 - - uid: 223 + rot: 3.141592653589793 rad + pos: -67.5,66.5 + parent: 2 + - uid: 15483 components: - type: Transform - pos: -1.5,3.5 - parent: 1 - - uid: 224 + rot: 3.141592653589793 rad + pos: -69.5,63.5 + parent: 2 + - uid: 15484 components: - type: Transform - pos: -4.5,1.5 - parent: 1 - - uid: 253 + rot: 3.141592653589793 rad + pos: -68.5,66.5 + parent: 2 + - uid: 15485 components: - type: Transform - pos: -2.5,-0.5 - parent: 1 - - uid: 278 + pos: -33.5,-17.5 + parent: 2 + - uid: 15487 components: - type: Transform - pos: -14.5,-5.5 - parent: 1 - - uid: 279 + pos: -36.5,-15.5 + parent: 2 + - uid: 15489 components: - type: Transform - pos: -14.5,-1.5 - parent: 1 - - uid: 346 + pos: -51.5,30.5 + parent: 2 + - uid: 15490 components: - type: Transform - pos: -4.5,3.5 - parent: 1 - - uid: 351 + pos: -33.5,-15.5 + parent: 2 + - uid: 15491 components: - type: Transform - pos: 3.5,-0.5 - parent: 1 - - uid: 401 + pos: -33.5,-16.5 + parent: 2 + - uid: 15492 components: - type: Transform - pos: -3.5,-2.5 - parent: 1 - - uid: 407 + pos: -14.5,25.5 + parent: 2 + - uid: 15493 components: - type: Transform - pos: -7.5,-21.5 - parent: 1 - - uid: 411 + pos: -53.5,30.5 + parent: 2 + - uid: 15494 components: - type: Transform - pos: -10.5,-15.5 - parent: 1 - - uid: 420 + pos: -63.5,43.5 + parent: 2 + - uid: 15495 components: - type: Transform - pos: -10.5,-24.5 - parent: 1 - - uid: 427 + pos: -50.5,34.5 + parent: 2 + - uid: 15496 components: - type: Transform - pos: -10.5,-25.5 - parent: 1 - - uid: 444 + pos: -59.5,40.5 + parent: 2 + - uid: 15497 components: - type: Transform - pos: -10.5,-17.5 - parent: 1 - - uid: 452 + pos: -15.5,24.5 + parent: 2 + - uid: 15498 components: - type: Transform - pos: -0.5,-6.5 - parent: 1 - - uid: 500 + pos: -59.5,39.5 + parent: 2 + - uid: 15499 components: - type: Transform - pos: -12.5,-38.5 - parent: 1 - - uid: 505 + pos: -41.5,69.5 + parent: 2 + - uid: 15500 components: - type: Transform - pos: -14.5,-25.5 - parent: 1 - - uid: 554 + pos: -44.5,69.5 + parent: 2 + - uid: 15501 components: - type: Transform - pos: -5.5,1.5 - parent: 1 - - uid: 626 + pos: -14.5,13.5 + parent: 2 + - uid: 15502 components: - type: Transform - pos: -9.5,-21.5 - parent: 1 - - uid: 708 + pos: -3.5,-0.5 + parent: 2 + - uid: 15503 components: - type: Transform - pos: 30.5,3.5 - parent: 1 - - uid: 709 + pos: -14.5,-14.5 + parent: 2 + - uid: 15504 components: - type: Transform - pos: 30.5,2.5 - parent: 1 - - uid: 710 + pos: -81.5,31.5 + parent: 2 + - uid: 15505 components: - type: Transform - pos: 30.5,1.5 - parent: 1 - - uid: 944 + pos: -83.5,52.5 + parent: 2 + - uid: 15506 components: - type: Transform - pos: 29.5,5.5 - parent: 1 - - uid: 945 + pos: -90.5,52.5 + parent: 2 + - uid: 15507 components: - type: Transform - pos: 29.5,6.5 - parent: 1 - - uid: 965 + pos: -75.5,32.5 + parent: 2 + - uid: 15508 components: - type: Transform - pos: 31.5,17.5 - parent: 1 - - uid: 966 + pos: -86.5,52.5 + parent: 2 + - uid: 15509 components: - type: Transform - pos: 30.5,17.5 - parent: 1 - - uid: 972 + pos: -91.5,52.5 + parent: 2 + - uid: 15510 components: - type: Transform - pos: 29.5,12.5 - parent: 1 - - uid: 973 + pos: -88.5,52.5 + parent: 2 + - uid: 15511 components: - type: Transform - pos: 29.5,13.5 - parent: 1 - - uid: 974 + pos: -85.5,52.5 + parent: 2 + - uid: 15512 components: - type: Transform - pos: 29.5,14.5 - parent: 1 - - uid: 980 + pos: -82.5,52.5 + parent: 2 + - uid: 15513 components: - type: Transform - pos: 29.5,21.5 - parent: 1 - - uid: 981 + pos: -87.5,52.5 + parent: 2 + - uid: 15514 components: - type: Transform - pos: 29.5,20.5 - parent: 1 - - uid: 996 + pos: -89.5,52.5 + parent: 2 + - uid: 15515 components: - type: Transform - pos: -77.5,33.5 - parent: 1 - - uid: 1068 + pos: -84.5,52.5 + parent: 2 + - uid: 15516 components: - type: Transform - pos: -10.5,-4.5 - parent: 1 - - uid: 1086 + pos: -80.5,32.5 + parent: 2 + - uid: 15517 components: - type: Transform - pos: -72.5,2.5 - parent: 1 - - uid: 1094 + rot: 1.5707963267948966 rad + pos: 1.5,22.5 + parent: 2 + - uid: 15518 components: - type: Transform - pos: 3.5,-25.5 - parent: 1 - - uid: 1166 + pos: -52.5,30.5 + parent: 2 + - uid: 15519 components: - type: Transform - pos: -8.5,-21.5 - parent: 1 - - uid: 1263 + pos: 24.5,40.5 + parent: 2 + - uid: 15520 components: - type: Transform - pos: 1.5,24.5 - parent: 1 - - uid: 1270 + pos: -56.5,67.5 + parent: 2 + - uid: 15521 components: - type: Transform - pos: -1.5,28.5 - parent: 1 - - uid: 1271 + pos: 24.5,38.5 + parent: 2 + - uid: 15522 components: - type: Transform - pos: 0.5,28.5 - parent: 1 - - uid: 1272 + pos: -7.5,-22.5 + parent: 2 + - uid: 15523 components: - type: Transform - pos: -2.5,28.5 - parent: 1 - - uid: 1404 + pos: -69.5,7.5 + parent: 2 + - uid: 15524 components: - type: Transform - pos: -36.5,-16.5 - parent: 1 - - uid: 1405 + pos: -54.5,67.5 + parent: 2 + - uid: 15526 components: - type: Transform - pos: -75.5,28.5 - parent: 1 - - uid: 1523 + pos: -60.5,30.5 + parent: 2 + - uid: 15527 components: - type: Transform - pos: -17.5,-14.5 - parent: 1 - - uid: 1747 + pos: 29.5,17.5 + parent: 2 + - uid: 15528 components: - type: Transform - pos: -19.5,-12.5 - parent: 1 - - uid: 1867 + pos: 29.5,9.5 + parent: 2 + - uid: 15529 components: - type: Transform - pos: -5.5,3.5 - parent: 1 - - uid: 2013 + pos: -65.5,31.5 + parent: 2 + - uid: 15530 components: - type: Transform - pos: -85.5,44.5 - parent: 1 - - uid: 2116 + pos: -70.5,36.5 + parent: 2 + - uid: 15531 components: - type: Transform - pos: -49.5,56.5 - parent: 1 - - uid: 2385 + pos: -5.5,30.5 + parent: 2 + - uid: 15532 components: - type: Transform - pos: -2.5,61.5 - parent: 1 - - uid: 2388 + pos: -5.5,34.5 + parent: 2 + - uid: 15533 components: - type: Transform - pos: 13.5,28.5 - parent: 1 - - uid: 2397 + pos: -5.5,29.5 + parent: 2 + - uid: 15534 components: - type: Transform - pos: 6.5,33.5 - parent: 1 - - uid: 2400 + pos: -21.5,-20.5 + parent: 2 + - uid: 15535 components: - type: Transform - pos: 6.5,28.5 - parent: 1 - - uid: 2402 + pos: -2.5,-2.5 + parent: 2 + - uid: 15536 components: - type: Transform - pos: -13.5,-38.5 - parent: 1 - - uid: 2655 + pos: -69.5,36.5 + parent: 2 + - uid: 15537 components: - type: Transform - pos: -64.5,43.5 - parent: 1 - - uid: 2665 + pos: -71.5,36.5 + parent: 2 + - uid: 15538 components: - type: Transform - pos: -47.5,-14.5 - parent: 1 - - uid: 2825 + pos: -82.5,54.5 + parent: 2 + - uid: 15539 components: - type: Transform - pos: -17.5,30.5 - parent: 1 - - uid: 2826 + pos: -84.5,54.5 + parent: 2 + - uid: 15540 components: - type: Transform - pos: -14.5,29.5 - parent: 1 - - uid: 2830 + pos: -86.5,54.5 + parent: 2 + - uid: 15541 components: - type: Transform - pos: -16.5,30.5 - parent: 1 - - uid: 2851 + pos: -88.5,54.5 + parent: 2 + - uid: 15542 components: - type: Transform - pos: -20.5,38.5 - parent: 1 - - uid: 2918 + pos: -90.5,54.5 + parent: 2 + - uid: 15543 components: - type: Transform - pos: -10.5,1.5 - parent: 1 - - uid: 3049 + pos: -92.5,54.5 + parent: 2 + - uid: 15544 components: - type: Transform - pos: -20.5,39.5 - parent: 1 - - uid: 3117 + pos: -92.5,52.5 + parent: 2 + - uid: 15545 components: - type: Transform - pos: -20.5,40.5 - parent: 1 - - uid: 3524 + pos: -93.5,52.5 + parent: 2 + - uid: 15546 components: - type: Transform - pos: -49.5,-14.5 - parent: 1 - - uid: 3564 + pos: -78.5,65.5 + parent: 2 + - uid: 15547 components: - type: Transform - pos: -39.5,-14.5 - parent: 1 - - uid: 3567 + rot: 1.5707963267948966 rad + pos: -87.5,61.5 + parent: 2 + - uid: 15549 components: - type: Transform - pos: -40.5,-14.5 - parent: 1 - - uid: 3697 + rot: 1.5707963267948966 rad + pos: -1.5,-25.5 + parent: 2 + - uid: 15553 components: - type: Transform - pos: -41.5,-14.5 - parent: 1 - - uid: 3714 + pos: -90.5,45.5 + parent: 2 + - uid: 15554 components: - type: Transform - pos: -42.5,-14.5 - parent: 1 - - uid: 3733 + pos: -90.5,44.5 + parent: 2 + - uid: 15555 components: - type: Transform - pos: -64.5,29.5 - parent: 1 - - uid: 4214 + pos: -82.5,66.5 + parent: 2 + - uid: 15556 components: - type: Transform - pos: -76.5,9.5 - parent: 1 - - uid: 4308 + pos: -82.5,65.5 + parent: 2 + - uid: 15557 components: - type: Transform - pos: -48.5,23.5 - parent: 1 - - uid: 4309 + pos: 24.5,50.5 + parent: 2 + - uid: 15558 components: - type: Transform - pos: -46.5,23.5 - parent: 1 - - uid: 4310 + pos: 24.5,51.5 + parent: 2 + - uid: 15559 components: - type: Transform - pos: -46.5,24.5 - parent: 1 - - uid: 4311 + pos: 24.5,52.5 + parent: 2 + - uid: 15560 components: - type: Transform - pos: -46.5,25.5 - parent: 1 - - uid: 4326 + pos: 24.5,53.5 + parent: 2 + - uid: 15561 components: - type: Transform - pos: -48.5,25.5 - parent: 1 - - uid: 4540 + pos: 9.5,58.5 + parent: 2 + - uid: 15562 components: - type: Transform - pos: -61.5,-8.5 - parent: 1 - - uid: 4541 + rot: 1.5707963267948966 rad + pos: -47.5,-15.5 + parent: 2 + - uid: 15563 components: - type: Transform - pos: -60.5,-8.5 - parent: 1 - - uid: 4576 + pos: 20.5,62.5 + parent: 2 + - uid: 15564 components: - type: Transform - pos: -48.5,24.5 - parent: 1 - - uid: 4592 + rot: 3.141592653589793 rad + pos: -69.5,65.5 + parent: 2 + - uid: 15565 components: - type: Transform - pos: 16.5,42.5 - parent: 1 - - uid: 4597 + pos: -14.5,14.5 + parent: 2 + - uid: 15566 components: - type: Transform - pos: 23.5,36.5 - parent: 1 - - uid: 4598 + pos: -58.5,55.5 + parent: 2 + - uid: 15567 components: - type: Transform - pos: 16.5,43.5 - parent: 1 - - uid: 4817 + pos: -82.5,67.5 + parent: 2 + - uid: 15568 components: - type: Transform - pos: -59.5,-6.5 - parent: 1 - - uid: 4818 + rot: 1.5707963267948966 rad + pos: -85.5,61.5 + parent: 2 + - uid: 15569 components: - type: Transform - pos: -59.5,-5.5 - parent: 1 - - uid: 4819 + pos: -78.5,67.5 + parent: 2 + - uid: 15570 components: - type: Transform - pos: -59.5,-4.5 - parent: 1 - - uid: 4820 + pos: -50.5,-16.5 + parent: 2 + - uid: 15571 components: - type: Transform - pos: -59.5,-3.5 - parent: 1 - - uid: 4822 + pos: -50.5,-17.5 + parent: 2 + - uid: 15572 components: - type: Transform - pos: -59.5,-1.5 - parent: 1 - - uid: 4823 + pos: -50.5,-18.5 + parent: 2 + - uid: 15573 components: - type: Transform - pos: -59.5,-0.5 - parent: 1 - - uid: 4824 + pos: -46.5,-16.5 + parent: 2 + - uid: 15574 components: - type: Transform - pos: -59.5,0.5 - parent: 1 - - uid: 4825 + pos: -46.5,-17.5 + parent: 2 + - uid: 15575 components: - type: Transform - pos: -59.5,1.5 - parent: 1 - - uid: 4826 + pos: -46.5,-18.5 + parent: 2 + - uid: 15576 components: - type: Transform - pos: -59.5,2.5 - parent: 1 - - uid: 4837 + pos: -46.5,-13.5 + parent: 2 + - uid: 15577 components: - type: Transform - pos: -60.5,3.5 - parent: 1 - - uid: 4838 + pos: 13.5,66.5 + parent: 2 + - uid: 15578 components: - type: Transform - pos: -61.5,3.5 - parent: 1 - - uid: 4839 + pos: 15.5,66.5 + parent: 2 + - uid: 15579 components: - type: Transform - pos: -62.5,3.5 - parent: 1 - - uid: 4840 + pos: 14.5,66.5 + parent: 2 + - uid: 15580 components: - type: Transform - pos: -63.5,3.5 - parent: 1 - - uid: 4841 + rot: 3.141592653589793 rad + pos: 27.5,71.5 + parent: 2 + - uid: 15581 components: - type: Transform - pos: -64.5,3.5 - parent: 1 - - uid: 4845 + rot: 1.5707963267948966 rad + pos: 28.5,71.5 + parent: 2 + - uid: 15582 components: - type: Transform - pos: -68.5,3.5 - parent: 1 - - uid: 4846 + rot: 1.5707963267948966 rad + pos: 32.5,69.5 + parent: 2 + - uid: 15583 components: - type: Transform - pos: -69.5,3.5 - parent: 1 - - uid: 4847 + rot: 1.5707963267948966 rad + pos: 32.5,68.5 + parent: 2 + - uid: 15584 components: - type: Transform - pos: -70.5,3.5 - parent: 1 - - uid: 4848 + rot: -1.5707963267948966 rad + pos: 14.5,60.5 + parent: 2 + - uid: 15585 components: - type: Transform - pos: -71.5,3.5 - parent: 1 - - uid: 4852 + rot: -1.5707963267948966 rad + pos: 15.5,60.5 + parent: 2 + - uid: 15698 components: - type: Transform - pos: -75.5,3.5 - parent: 1 - - uid: 4863 + pos: -76.5,9.5 + parent: 2 + - uid: 17324 components: - type: Transform - pos: -59.5,-7.5 - parent: 1 - - uid: 4882 + pos: 8.5,54.5 + parent: 2 + - uid: 20185 components: - type: Transform - pos: -65.5,-13.5 - parent: 1 - - uid: 4891 + pos: 2.5,-28.5 + parent: 2 + - uid: 20186 components: - type: Transform - pos: -68.5,-8.5 - parent: 1 - - uid: 4892 + pos: 2.5,-27.5 + parent: 2 + - uid: 20187 components: - type: Transform - pos: -69.5,-8.5 - parent: 1 - - uid: 4903 + pos: 2.5,-29.5 + parent: 2 + - uid: 20191 components: - type: Transform - pos: -62.5,-8.5 - parent: 1 - - uid: 4911 + rot: 1.5707963267948966 rad + pos: -1.5,-26.5 + parent: 2 + - uid: 20417 components: - type: Transform - pos: -70.5,-8.5 - parent: 1 - - uid: 4922 + pos: -76.5,12.5 + parent: 2 + - uid: 20456 components: - type: Transform - pos: -70.5,-12.5 - parent: 1 - - uid: 4923 + pos: -84.5,28.5 + parent: 2 + - uid: 20459 components: - type: Transform - pos: -69.5,-12.5 - parent: 1 - - uid: 4930 + pos: -62.5,21.5 + parent: 2 + - uid: 20460 components: - type: Transform - pos: -60.5,-12.5 - parent: 1 - - uid: 4935 + pos: -62.5,20.5 + parent: 2 + - uid: 20565 components: - type: Transform - pos: -61.5,-12.5 - parent: 1 - - uid: 4937 + rot: -1.5707963267948966 rad + pos: -1.5,54.5 + parent: 2 + - uid: 20581 components: - type: Transform - pos: -58.5,-12.5 - parent: 1 - - uid: 4938 + pos: 6.5,54.5 + parent: 2 + - uid: 20678 components: - type: Transform - pos: -65.5,-14.5 - parent: 1 - - uid: 4943 + rot: 1.5707963267948966 rad + pos: -94.5,-0.5 + parent: 2 + - uid: 20679 components: - type: Transform - pos: -57.5,-12.5 - parent: 1 - - uid: 4946 + rot: 1.5707963267948966 rad + pos: -94.5,-1.5 + parent: 2 + - uid: 20680 components: - type: Transform - pos: -62.5,-12.5 - parent: 1 - - uid: 4947 + rot: 1.5707963267948966 rad + pos: -94.5,-2.5 + parent: 2 + - uid: 20681 components: - type: Transform - pos: -75.5,-8.5 - parent: 1 - - uid: 4961 + rot: 1.5707963267948966 rad + pos: -94.5,-3.5 + parent: 2 + - uid: 20682 components: - type: Transform - pos: -63.5,-8.5 - parent: 1 - - uid: 4966 + rot: 1.5707963267948966 rad + pos: -94.5,-4.5 + parent: 2 + - uid: 20683 components: - type: Transform - pos: -64.5,-8.5 - parent: 1 - - uid: 4968 + rot: 1.5707963267948966 rad + pos: -94.5,-5.5 + parent: 2 + - uid: 20684 components: - type: Transform - pos: -68.5,-12.5 - parent: 1 - - uid: 4978 + rot: 1.5707963267948966 rad + pos: -94.5,-6.5 + parent: 2 + - uid: 20731 components: - type: Transform - pos: -73.5,-14.5 - parent: 1 - - uid: 5069 + rot: 1.5707963267948966 rad + pos: -85.5,-0.5 + parent: 2 + - uid: 20732 components: - type: Transform - pos: -76.5,4.5 - parent: 1 - - uid: 5071 + rot: 1.5707963267948966 rad + pos: -85.5,-1.5 + parent: 2 + - uid: 20733 components: - type: Transform - pos: -76.5,6.5 - parent: 1 - - uid: 5175 + rot: 1.5707963267948966 rad + pos: -85.5,-2.5 + parent: 2 + - uid: 20735 components: - type: Transform - pos: -76.5,12.5 - parent: 1 - - uid: 5176 + rot: 1.5707963267948966 rad + pos: -85.5,-4.5 + parent: 2 + - uid: 20736 components: - type: Transform - pos: -76.5,11.5 - parent: 1 - - uid: 5355 + rot: 1.5707963267948966 rad + pos: -85.5,-5.5 + parent: 2 + - uid: 20737 components: - type: Transform - pos: -82.5,39.5 - parent: 1 - - uid: 5410 + rot: 1.5707963267948966 rad + pos: -85.5,-6.5 + parent: 2 +- proto: ResearchAndDevelopmentServer + entities: + - uid: 15586 components: - type: Transform - pos: -49.5,54.5 - parent: 1 - - uid: 5428 + pos: -15.5,-18.5 + parent: 2 +- proto: RobocopCircuitBoard + entities: + - uid: 15587 components: - type: Transform - pos: -85.5,39.5 - parent: 1 - - uid: 5447 + pos: 17.506392,16.430532 + parent: 2 +- proto: RollerBed + entities: + - uid: 15588 components: - type: Transform - pos: -10.5,2.5 - parent: 1 - - uid: 5457 + pos: 2.5279627,31.812746 + parent: 2 + - uid: 15589 components: - type: Transform - pos: -20.5,-20.5 - parent: 1 - - uid: 5694 + pos: 2.5071294,32.584114 + parent: 2 +- proto: RollerBedSpawnFolded + entities: + - uid: 15590 components: - type: Transform - pos: 5.5,-23.5 - parent: 1 - - uid: 5760 + pos: 11.623028,37.65811 + parent: 2 + - uid: 15591 components: - type: Transform - pos: -50.5,48.5 - parent: 1 - - uid: 5763 + pos: 11.643861,35.552483 + parent: 2 + - uid: 15592 components: - type: Transform - pos: -51.5,48.5 - parent: 1 - - uid: 5766 + pos: 11.643861,33.582367 + parent: 2 + - uid: 15593 components: - type: Transform - pos: -53.5,48.5 - parent: 1 - - uid: 5768 + pos: 1.580046,40.659462 + parent: 2 + - uid: 15594 components: - type: Transform - pos: -54.5,48.5 - parent: 1 - - uid: 5770 + pos: 11.543694,39.73667 + parent: 2 +- proto: RubberChicken + entities: + - uid: 20190 components: - type: Transform - pos: -56.5,48.5 - parent: 1 - - uid: 5802 + rot: 1.5707963267948966 rad + pos: 3.4999774,-23.523617 + parent: 2 +- proto: RubberStampApproved + entities: + - uid: 15596 components: - type: Transform - pos: -10.5,-10.5 - parent: 1 - - uid: 5820 + pos: -43.30602,-6.2708244 + parent: 2 + - uid: 15597 components: - type: Transform - pos: -14.5,46.5 - parent: 1 - - uid: 5822 + pos: -21.636442,39.538643 + parent: 2 +- proto: RubberStampDenied + entities: + - uid: 15598 components: - type: Transform - pos: -18.5,46.5 - parent: 1 - - uid: 5900 + pos: -43.514355,-6.3646398 + parent: 2 + - uid: 15599 components: - type: Transform - pos: -14.5,49.5 - parent: 1 - - uid: 6049 + pos: -21.330887,39.545593 + parent: 2 +- proto: SalvageMagnet + entities: + - uid: 15600 components: - type: Transform - pos: -67.5,3.5 - parent: 1 - - uid: 6203 + pos: -48.5,-11.5 + parent: 2 +- proto: Saw + entities: + - uid: 15601 components: - type: Transform - pos: 9.5,57.5 - parent: 1 - - uid: 6351 + rot: -1.5707963267948966 rad + pos: 4.539742,43.563583 + parent: 2 +- proto: Scalpel + entities: + - uid: 15602 components: - type: Transform - pos: -13.5,53.5 - parent: 1 - - uid: 6353 + rot: -1.5707963267948966 rad + pos: 4.820992,43.605278 + parent: 2 +- proto: ScienceComputerComms + entities: + - uid: 15603 components: - type: Transform - pos: -13.5,56.5 - parent: 1 - - uid: 6354 + pos: -21.5,-12.5 + parent: 2 +- proto: ScrapAirlock1 + entities: + - uid: 15604 components: - type: Transform - pos: -13.5,54.5 - parent: 1 - - uid: 6357 + rot: 3.141592653589793 rad + pos: -27.5,59.5 + parent: 2 +- proto: ScrapAirlock2 + entities: + - uid: 15605 components: - type: Transform - pos: -13.5,57.5 - parent: 1 - - uid: 6388 + pos: -56.5,40.5 + parent: 2 +- proto: ScrapBucket + entities: + - uid: 15606 components: - type: Transform - pos: -16.5,58.5 - parent: 1 - - uid: 6431 + pos: -28.5,1.5 + parent: 2 +- proto: ScrapCamera + entities: + - uid: 15607 components: - type: Transform - pos: -78.5,66.5 - parent: 1 - - uid: 6435 + pos: -39.5,3.5 + parent: 2 +- proto: ScrapCanister2 + entities: + - uid: 15608 components: - type: Transform - pos: -11.5,64.5 - parent: 1 - - uid: 6436 + pos: -58.5,43.5 + parent: 2 + - uid: 15609 components: - type: Transform - pos: -11.5,65.5 - parent: 1 - - uid: 6437 + rot: 3.141592653589793 rad + pos: -2.5,39.5 + parent: 2 +- proto: ScrapFaxMachine + entities: + - uid: 15611 components: - type: Transform - pos: -12.5,65.5 - parent: 1 - - uid: 6438 + pos: -28.5,-8.5 + parent: 2 +- proto: ScrapFireExtinguisher + entities: + - uid: 15612 components: - type: Transform - pos: -12.5,66.5 - parent: 1 - - uid: 6439 + pos: 13.5,-5.5 + parent: 2 +- proto: ScrapFirelock3 + entities: + - uid: 15614 components: - type: Transform - pos: -13.5,66.5 - parent: 1 - - uid: 6440 + pos: 13.5,11.5 + parent: 2 +- proto: ScrapGlass + entities: + - uid: 15616 components: - type: Transform - pos: -13.5,67.5 - parent: 1 - - uid: 6441 + pos: -61.5,18.5 + parent: 2 +- proto: ScrapIntercom + entities: + - uid: 15617 components: - type: Transform - pos: -14.5,67.5 - parent: 1 - - uid: 6442 + pos: -56.5,10.5 + parent: 2 + - uid: 15618 components: - type: Transform - pos: -15.5,67.5 - parent: 1 - - uid: 6443 + rot: 3.141592653589793 rad + pos: -40.5,31.5 + parent: 2 +- proto: ScrapJetpack + entities: + - uid: 15619 components: - type: Transform - pos: -16.5,67.5 - parent: 1 - - uid: 6444 + pos: -34.5,61.5 + parent: 2 +- proto: ScrapSteel + entities: + - uid: 15620 components: - type: Transform - pos: -17.5,67.5 - parent: 1 - - uid: 6445 + rot: 3.141592653589793 rad + pos: -24.517214,-12.468593 + parent: 2 + - uid: 15621 components: - type: Transform - pos: -18.5,67.5 - parent: 1 - - uid: 6446 + pos: -33.5,54.5 + parent: 2 +- proto: Screen + entities: + - uid: 15622 components: - type: Transform - pos: -19.5,67.5 - parent: 1 - - uid: 6447 + rot: 1.5707963267948966 rad + pos: -59.5,28.5 + parent: 2 + - uid: 15623 components: - type: Transform - pos: -19.5,66.5 - parent: 1 - - uid: 6448 + rot: 1.5707963267948966 rad + pos: -18.5,41.5 + parent: 2 + - uid: 15624 components: - type: Transform - pos: -20.5,66.5 - parent: 1 - - uid: 6449 + pos: -13.5,58.5 + parent: 2 + - uid: 15625 components: - type: Transform - pos: -20.5,65.5 - parent: 1 - - uid: 6450 + rot: 1.5707963267948966 rad + pos: -31.5,7.5 + parent: 2 + - uid: 15626 components: - type: Transform - pos: -21.5,65.5 - parent: 1 - - uid: 6451 + pos: -59.5,9.5 + parent: 2 + - uid: 15627 components: - type: Transform - pos: -21.5,64.5 - parent: 1 - - uid: 6454 + pos: -41.5,34.5 + parent: 2 + - uid: 15628 components: - type: Transform - pos: -22.5,62.5 - parent: 1 - - uid: 6455 + pos: -14.5,22.5 + parent: 2 + - uid: 15629 components: - type: Transform - pos: -22.5,61.5 - parent: 1 - - uid: 6456 + pos: 29.5,13.5 + parent: 2 + - uid: 15630 components: - type: Transform - pos: -22.5,60.5 - parent: 1 - - uid: 6548 + pos: 6.5,7.5 + parent: 2 + - uid: 15631 components: - type: Transform - pos: -72.5,3.5 - parent: 1 - - uid: 6558 + pos: -49.5,50.5 + parent: 2 +- proto: Screwdriver + entities: + - uid: 15632 components: - type: Transform - pos: -15.5,52.5 - parent: 1 - - uid: 6559 + rot: 3.141592653589793 rad + pos: -51.437782,72.88594 + parent: 2 +- proto: SecurityComputerComms + entities: + - uid: 15633 components: - type: Transform - pos: -17.5,52.5 - parent: 1 - - uid: 6674 + rot: 3.141592653589793 rad + pos: -61.5,63.5 + parent: 2 +- proto: SecurityTechFab + entities: + - uid: 15634 components: - type: Transform - pos: -71.5,41.5 - parent: 1 - - uid: 6970 + pos: -43.5,63.5 + parent: 2 + - type: SiloUtilizer + silo: 13590 +- proto: SeedExtractor + entities: + - uid: 15635 components: - type: Transform - pos: -56.5,59.5 - parent: 1 - - uid: 6971 + pos: -41.5,49.5 + parent: 2 + - uid: 15636 components: - type: Transform - pos: -55.5,59.5 - parent: 1 - - uid: 6972 + pos: -58.5,83.5 + parent: 2 +- proto: ServiceComputerComms + entities: + - uid: 15637 components: - type: Transform - pos: -54.5,59.5 - parent: 1 - - uid: 6980 + pos: -20.5,43.5 + parent: 2 +- proto: ShardGlassReinforced + entities: + - uid: 15638 components: - type: Transform - pos: 6.5,31.5 - parent: 1 - - uid: 6982 + rot: 3.141592653589793 rad + pos: -35.63807,60.470657 + parent: 2 + - uid: 15639 components: - type: Transform - pos: -48.5,56.5 - parent: 1 - - uid: 6983 + rot: 3.141592653589793 rad + pos: -37.54432,59.501236 + parent: 2 +- proto: SheetGlass + entities: + - uid: 15640 components: - type: Transform - pos: -46.5,56.5 - parent: 1 - - uid: 6986 + pos: -65.92235,25.549358 + parent: 2 + - uid: 15641 components: - type: Transform - pos: -50.5,52.5 - parent: 1 - - uid: 6987 + pos: -65.92235,25.549358 + parent: 2 + - uid: 15642 components: - type: Transform - pos: -53.5,52.5 - parent: 1 - - uid: 6988 + pos: -15.409835,-5.3930736 + parent: 2 +- proto: SheetPlasma + entities: + - uid: 15643 components: - type: Transform - pos: -56.5,52.5 - parent: 1 - - uid: 7012 + pos: -1.4553705,-10.453234 + parent: 2 + - uid: 15644 components: - type: Transform - pos: -46.5,63.5 - parent: 1 - - uid: 7013 + pos: -22.475372,57.582253 + parent: 2 +- proto: SheetPlasteel + entities: + - uid: 15645 components: - type: Transform - pos: -48.5,63.5 - parent: 1 - - uid: 7110 + pos: -66.25047,25.549358 + parent: 2 + - uid: 15646 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,54.5 - parent: 1 - - uid: 7155 + pos: -66.25047,25.549358 + parent: 2 +- proto: SheetPlastic + entities: + - uid: 15647 components: - type: Transform - pos: -60.5,66.5 - parent: 1 - - uid: 7156 + pos: -15.45671,-5.6118236 + parent: 2 +- proto: SheetSteel + entities: + - uid: 15648 components: - type: Transform - pos: -59.5,66.5 - parent: 1 - - uid: 7163 + pos: -15.51921,-5.8774486 + parent: 2 + - uid: 15649 components: - type: Transform - pos: -58.5,62.5 - parent: 1 - - uid: 7164 + pos: -66.496956,25.561287 + parent: 2 + - uid: 15650 components: - type: Transform - pos: -58.5,66.5 - parent: 1 - - uid: 7177 + pos: -66.496956,25.561287 + parent: 2 + - uid: 15651 components: - type: Transform - pos: -56.5,62.5 - parent: 1 - - uid: 7178 + pos: -74.48008,42.571213 + parent: 2 + - uid: 20453 components: - type: Transform - pos: -54.5,62.5 - parent: 1 - - uid: 7237 + pos: -78.526245,59.49659 + parent: 2 + - type: Physics + angularDamping: 0 + linearDamping: 0 +- proto: SheetUranium1 + entities: + - uid: 15654 components: - type: Transform - pos: -58.5,54.5 - parent: 1 - - uid: 7249 + pos: -21.490997,57.551003 + parent: 2 + - uid: 15655 components: - type: Transform - pos: -49.5,88.5 - parent: 1 - - uid: 7250 + pos: -21.490997,57.551003 + parent: 2 + - uid: 15656 components: - type: Transform - pos: -49.5,87.5 - parent: 1 - - uid: 7251 + pos: -21.490997,57.551003 + parent: 2 + - uid: 15657 components: - type: Transform - pos: -49.5,86.5 - parent: 1 - - uid: 7252 + pos: -21.490997,57.551003 + parent: 2 + - uid: 15658 components: - type: Transform - pos: -49.5,85.5 - parent: 1 - - uid: 7253 + pos: -21.490997,57.551003 + parent: 2 +- proto: ShelfBar + entities: + - uid: 15659 components: - type: Transform - pos: -49.5,84.5 - parent: 1 - - uid: 7254 + pos: -31.5,41.5 + parent: 2 + - uid: 15660 components: - type: Transform - pos: -49.5,83.5 - parent: 1 - - uid: 7262 + rot: -1.5707963267948966 rad + pos: 19.5,48.5 + parent: 2 +- proto: ShelfChemistryChemistrySecure + entities: + - uid: 15661 components: - type: Transform - pos: -51.5,91.5 - parent: 1 - - uid: 7295 + rot: 1.5707963267948966 rad + pos: -5.5,24.5 + parent: 2 + - uid: 15662 components: - type: Transform - pos: -62.5,88.5 - parent: 1 - - uid: 7305 + pos: -4.5,28.5 + parent: 2 + - uid: 15663 components: - type: Transform - pos: -60.5,90.5 - parent: 1 - - uid: 7310 + rot: 1.5707963267948966 rad + pos: -5.5,20.5 + parent: 2 + - uid: 15664 components: - type: Transform - pos: -58.5,90.5 - parent: 1 - - uid: 7315 + rot: -1.5707963267948966 rad + pos: 1.5,20.5 + parent: 2 +- proto: ShelfKitchen + entities: + - uid: 15665 components: - type: Transform - pos: -60.5,82.5 - parent: 1 - - uid: 7316 + pos: -37.5,48.5 + parent: 2 + - uid: 15666 components: - type: Transform - pos: -63.5,85.5 - parent: 1 - - uid: 7321 + pos: -35.5,48.5 + parent: 2 +- proto: ShelfMetal + entities: + - uid: 15667 components: - type: Transform - pos: -59.5,90.5 - parent: 1 - - uid: 7556 + pos: -53.5,38.5 + parent: 2 +- proto: ShelfRMetal + entities: + - uid: 15668 components: - type: Transform - pos: -17.5,24.5 - parent: 1 - - uid: 7571 + pos: -43.5,48.5 + parent: 2 +- proto: ShelfWood + entities: + - uid: 15669 components: - type: Transform - pos: -22.5,44.5 - parent: 1 - - uid: 7601 + pos: -25.5,19.5 + parent: 2 + - uid: 15670 components: - type: Transform - pos: -21.5,35.5 - parent: 1 - - uid: 7611 + pos: -28.5,19.5 + parent: 2 + - uid: 15671 components: - type: Transform - pos: -22.5,35.5 - parent: 1 - - uid: 7727 + pos: -30.5,11.5 + parent: 2 + - uid: 15672 components: - type: Transform - pos: -58.5,82.5 - parent: 1 - - uid: 7734 + pos: 21.5,0.5 + parent: 2 +- proto: ShotGunCabinetFilled + entities: + - uid: 15673 components: - type: Transform - pos: -63.5,84.5 - parent: 1 - - uid: 7735 + pos: -45.5,63.5 + parent: 2 +- proto: ShuttersNormal + entities: + - uid: 15674 components: - type: Transform - pos: -63.5,83.5 - parent: 1 - - uid: 7736 + pos: -48.5,20.5 + parent: 2 + - uid: 15675 components: - type: Transform - pos: -61.5,82.5 - parent: 1 - - uid: 7737 + pos: -47.5,20.5 + parent: 2 + - uid: 15679 components: - type: Transform - pos: -59.5,82.5 - parent: 1 - - uid: 7861 + pos: -21.5,35.5 + parent: 2 + - uid: 15680 components: - type: Transform - pos: -47.5,52.5 - parent: 1 - - uid: 7911 + pos: -22.5,35.5 + parent: 2 + - uid: 15681 components: - type: Transform - pos: -42.5,69.5 - parent: 1 - - uid: 8215 + pos: -53.5,80.5 + parent: 2 + - uid: 15682 components: - type: Transform - pos: -72.5,30.5 - parent: 1 - - uid: 8218 + pos: -53.5,79.5 + parent: 2 + - uid: 15683 components: - type: Transform - pos: 1.5,-1.5 - parent: 1 - - uid: 8372 + pos: -20.5,39.5 + parent: 2 + - uid: 15684 components: - type: Transform - pos: 24.5,39.5 - parent: 1 - - uid: 8423 + pos: -20.5,40.5 + parent: 2 + - uid: 15685 components: - type: Transform - pos: -57.5,48.5 - parent: 1 - - uid: 9033 + pos: -49.5,68.5 + parent: 2 + - uid: 15686 components: - type: Transform - pos: -36.5,63.5 - parent: 1 - - uid: 9034 + pos: -49.5,67.5 + parent: 2 + - uid: 15687 components: - type: Transform - pos: -36.5,66.5 - parent: 1 - - uid: 9035 + pos: 16.5,43.5 + parent: 2 + - uid: 15688 components: - type: Transform - pos: -36.5,64.5 - parent: 1 - - uid: 9036 + pos: -52.5,34.5 + parent: 2 + - uid: 15689 components: - type: Transform - pos: -36.5,65.5 - parent: 1 - - uid: 9037 + pos: -51.5,34.5 + parent: 2 + - uid: 15690 components: - type: Transform - pos: -36.5,62.5 - parent: 1 - - uid: 9039 + pos: -20.5,38.5 + parent: 2 + - uid: 15691 components: - type: Transform - pos: -36.5,68.5 - parent: 1 - - uid: 9040 + pos: -20.5,37.5 + parent: 2 + - uid: 15692 components: - type: Transform - pos: -36.5,69.5 - parent: 1 - - uid: 9041 + pos: 16.5,42.5 + parent: 2 + - uid: 15693 components: - type: Transform - pos: -37.5,69.5 - parent: 1 - - uid: 9042 + pos: 22.5,36.5 + parent: 2 + - uid: 15694 components: - type: Transform - pos: -36.5,61.5 - parent: 1 - - uid: 9043 + pos: 23.5,36.5 + parent: 2 + - uid: 15695 components: - type: Transform - pos: -38.5,69.5 - parent: 1 - - uid: 9044 + pos: 24.5,38.5 + parent: 2 + - uid: 15696 components: - type: Transform - pos: -39.5,69.5 - parent: 1 - - uid: 9045 + pos: 24.5,39.5 + parent: 2 + - uid: 15697 components: - type: Transform - pos: -36.5,67.5 - parent: 1 - - uid: 9046 + pos: 24.5,40.5 + parent: 2 + - uid: 15700 components: - type: Transform - pos: -43.5,69.5 - parent: 1 - - uid: 9093 + rot: 1.5707963267948966 rad + pos: 24.5,53.5 + parent: 2 + - uid: 15701 components: - type: Transform - pos: -55.5,67.5 - parent: 1 - - uid: 9190 + rot: 1.5707963267948966 rad + pos: 24.5,52.5 + parent: 2 + - uid: 15702 components: - type: Transform - pos: -70.5,57.5 - parent: 1 - - uid: 9233 + rot: 1.5707963267948966 rad + pos: 24.5,51.5 + parent: 2 + - uid: 15703 components: - type: Transform - pos: -38.5,-8.5 - parent: 1 - - uid: 9281 + rot: 1.5707963267948966 rad + pos: 24.5,50.5 + parent: 2 +- proto: ShuttersNormalOpen + entities: + - uid: 15704 components: - type: Transform - pos: -67.5,32.5 - parent: 1 - - uid: 9302 + rot: 1.5707963267948966 rad + pos: -14.5,-18.5 + parent: 2 + - uid: 15705 components: - type: Transform - pos: -65.5,24.5 - parent: 1 - - uid: 9303 + rot: 1.5707963267948966 rad + pos: -14.5,-17.5 + parent: 2 + - uid: 15707 components: - type: Transform - pos: -64.5,24.5 - parent: 1 - - uid: 9306 + pos: -8.5,63.5 + parent: 2 + - uid: 15708 components: - type: Transform - pos: -66.5,24.5 - parent: 1 - - uid: 9315 + pos: -73.5,18.5 + parent: 2 + - uid: 15709 components: - type: Transform - pos: -63.5,29.5 - parent: 1 - - uid: 9342 + rot: 1.5707963267948966 rad + pos: -14.5,-15.5 + parent: 2 + - uid: 15710 components: - type: Transform - pos: -73.5,18.5 - parent: 1 - - uid: 9413 + pos: -70.5,18.5 + parent: 2 + - uid: 15711 components: - type: Transform - pos: -14.5,28.5 - parent: 1 - - uid: 9466 + pos: -69.5,18.5 + parent: 2 + - uid: 15712 components: - type: Transform - pos: -72.5,22.5 - parent: 1 - - uid: 9619 + pos: -68.5,18.5 + parent: 2 + - uid: 15713 components: - type: Transform - pos: -77.5,26.5 - parent: 1 - - uid: 9631 + pos: -60.5,66.5 + parent: 2 + - uid: 15714 components: - type: Transform - pos: -3.5,-24.5 - parent: 1 - - uid: 9632 + pos: -59.5,66.5 + parent: 2 + - uid: 15715 components: - type: Transform - pos: -71.5,32.5 - parent: 1 - - uid: 9661 + pos: -58.5,66.5 + parent: 2 + - uid: 15716 components: - type: Transform - pos: -68.5,18.5 - parent: 1 - - uid: 9664 + pos: -7.5,63.5 + parent: 2 + - uid: 15717 components: - type: Transform - pos: -69.5,18.5 - parent: 1 - - uid: 9665 + pos: -5.5,63.5 + parent: 2 + - uid: 15718 components: - type: Transform - pos: -72.5,20.5 - parent: 1 - - uid: 9682 + pos: -4.5,63.5 + parent: 2 + - uid: 15719 components: - type: Transform - pos: -77.5,24.5 - parent: 1 - - uid: 9696 + rot: -1.5707963267948966 rad + pos: -2.5,61.5 + parent: 2 + - uid: 15720 components: - type: Transform - pos: -86.5,23.5 - parent: 1 - - uid: 9697 + pos: -56.5,67.5 + parent: 2 + - uid: 15721 components: - type: Transform - pos: -86.5,24.5 - parent: 1 - - uid: 9698 + pos: -55.5,67.5 + parent: 2 + - uid: 15722 components: - type: Transform - pos: -86.5,25.5 - parent: 1 - - uid: 9699 + pos: -54.5,67.5 + parent: 2 + - uid: 15723 components: - type: Transform - pos: -86.5,26.5 - parent: 1 - - uid: 9700 + pos: -2.5,28.5 + parent: 2 + - uid: 15724 components: - type: Transform - pos: -86.5,27.5 - parent: 1 - - uid: 9753 + pos: -1.5,28.5 + parent: 2 + - uid: 15725 components: - type: Transform - pos: -72.5,28.5 - parent: 1 - - uid: 9771 + rot: -1.5707963267948966 rad + pos: -5.5,27.5 + parent: 2 + - uid: 15726 components: - type: Transform - pos: -75.5,30.5 - parent: 1 - - uid: 9842 + rot: 1.5707963267948966 rad + pos: 1.5,27.5 + parent: 2 + - uid: 15727 components: - type: Transform - pos: -82.5,44.5 - parent: 1 - - uid: 9973 + rot: 1.5707963267948966 rad + pos: 1.5,22.5 + parent: 2 + - uid: 15728 components: - type: Transform - pos: 4.5,-25.5 - parent: 1 - - uid: 10042 + rot: 1.5707963267948966 rad + pos: -14.5,-14.5 + parent: 2 + - uid: 15729 components: - type: Transform - pos: 22.5,36.5 - parent: 1 - - uid: 10159 + pos: -57.5,48.5 + parent: 2 + - uid: 15730 components: - type: Transform - pos: -70.5,18.5 - parent: 1 - - uid: 10172 + pos: -56.5,48.5 + parent: 2 + - uid: 15731 components: - type: Transform - pos: -69.5,24.5 - parent: 1 - - uid: 10242 + pos: -54.5,48.5 + parent: 2 + - uid: 15732 components: - type: Transform - pos: -69.5,27.5 - parent: 1 - - uid: 10274 + pos: -53.5,48.5 + parent: 2 + - uid: 15733 components: - type: Transform - pos: -70.5,41.5 - parent: 1 - - uid: 10344 + pos: -51.5,48.5 + parent: 2 + - uid: 15734 components: - type: Transform - pos: -43.5,-14.5 - parent: 1 - - uid: 10433 + pos: -50.5,48.5 + parent: 2 +- proto: ShuttersRadiation + entities: + - uid: 15735 components: - type: Transform - pos: -53.5,34.5 - parent: 1 - - uid: 10472 + rot: -1.5707963267948966 rad + pos: -82.5,67.5 + parent: 2 + - uid: 15736 components: - type: Transform - pos: -36.5,-10.5 - parent: 1 - - uid: 10648 + rot: -1.5707963267948966 rad + pos: -82.5,66.5 + parent: 2 + - uid: 15737 components: - type: Transform - pos: -36.5,-11.5 - parent: 1 - - uid: 10656 + rot: -1.5707963267948966 rad + pos: -82.5,65.5 + parent: 2 + - uid: 15738 components: - type: Transform - pos: -66.5,32.5 - parent: 1 - - uid: 10768 + rot: 1.5707963267948966 rad + pos: -78.5,65.5 + parent: 2 + - uid: 15739 components: - type: Transform - pos: -85.5,41.5 - parent: 1 - - uid: 10778 + rot: 1.5707963267948966 rad + pos: -78.5,66.5 + parent: 2 + - uid: 15740 components: - type: Transform - pos: -79.5,37.5 - parent: 1 - - uid: 10786 + rot: 1.5707963267948966 rad + pos: -78.5,67.5 + parent: 2 + - uid: 15741 components: - type: Transform - pos: -82.5,31.5 - parent: 1 - - uid: 11025 + pos: -84.5,64.5 + parent: 2 + - uid: 15742 components: - type: Transform - pos: -94.5,52.5 - parent: 1 - - uid: 11433 + pos: -76.5,64.5 + parent: 2 +- proto: ShuttersRadiationOpen + entities: + - uid: 15743 components: - type: Transform - pos: -79.5,54.5 - parent: 1 - - uid: 11466 + rot: 1.5707963267948966 rad + pos: -77.5,24.5 + parent: 2 + - uid: 15747 components: - type: Transform - pos: -79.5,28.5 - parent: 1 - - uid: 11500 + rot: 1.5707963267948966 rad + pos: -77.5,26.5 + parent: 2 + - uid: 15749 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -86.5,23.5 + parent: 2 + - uid: 15750 components: - type: Transform - pos: -77.5,37.5 - parent: 1 - - uid: 11508 + rot: 1.5707963267948966 rad + pos: -86.5,24.5 + parent: 2 + - uid: 15751 components: - type: Transform - pos: -80.5,54.5 - parent: 1 - - uid: 12313 + rot: 1.5707963267948966 rad + pos: -86.5,25.5 + parent: 2 + - uid: 15752 components: - type: Transform - pos: 3.5,-2.5 - parent: 1 - - uid: 12314 + rot: 1.5707963267948966 rad + pos: -86.5,26.5 + parent: 2 + - uid: 15753 components: - type: Transform - pos: -14.5,-15.5 - parent: 1 - - uid: 12338 + rot: 1.5707963267948966 rad + pos: -86.5,27.5 + parent: 2 + - uid: 15790 components: - type: Transform - pos: -2.5,1.5 - parent: 1 - - uid: 12349 + pos: -79.5,28.5 + parent: 2 + - uid: 20457 components: - type: Transform - pos: -5.5,-24.5 - parent: 1 - - uid: 12360 + pos: -85.5,28.5 + parent: 2 + - uid: 20458 components: - type: Transform - pos: -1.5,-4.5 - parent: 1 - - uid: 12364 + pos: -84.5,28.5 + parent: 2 +- proto: ShuttersWindowOpen + entities: + - uid: 15754 components: - type: Transform - pos: -6.5,-6.5 - parent: 1 - - uid: 12365 + pos: -81.5,44.5 + parent: 2 + - uid: 15755 components: - type: Transform - pos: -14.5,-17.5 - parent: 1 - - uid: 12505 + pos: -85.5,44.5 + parent: 2 + - uid: 15756 components: - type: Transform - pos: -82.5,41.5 - parent: 1 - - uid: 12543 + pos: -82.5,44.5 + parent: 2 + - uid: 15757 components: - type: Transform - pos: -14.5,-21.5 - parent: 1 - - uid: 12580 + pos: -84.5,44.5 + parent: 2 + - uid: 20941 components: - type: Transform - pos: -14.5,-24.5 - parent: 1 - - uid: 13035 + pos: -85.5,39.5 + parent: 2 + - uid: 20942 components: - type: Transform - pos: -84.5,41.5 - parent: 1 - - uid: 13036 + pos: -84.5,39.5 + parent: 2 + - uid: 20943 components: - type: Transform - pos: -81.5,41.5 - parent: 1 - - uid: 13037 + pos: -82.5,39.5 + parent: 2 + - uid: 20944 components: - type: Transform pos: -81.5,39.5 - parent: 1 - - uid: 13160 + parent: 2 +- proto: ShuttleWindow + entities: + - uid: 15758 components: - type: Transform - pos: 5.5,-25.5 - parent: 1 - - uid: 13305 + pos: 6.5,-19.5 + parent: 2 + - uid: 15759 components: - type: Transform - pos: -49.5,58.5 - parent: 1 - - uid: 13353 + pos: 6.5,-16.5 + parent: 2 + - uid: 15760 components: - type: Transform - pos: -85.5,31.5 - parent: 1 - - uid: 13354 + pos: 10.5,-21.5 + parent: 2 + - uid: 15761 components: - type: Transform - pos: -84.5,31.5 - parent: 1 - - uid: 13704 + pos: 3.5,-12.5 + parent: 2 + - uid: 15762 components: - type: Transform - pos: -22.5,-18.5 - parent: 1 - - uid: 13705 + pos: 8.5,-9.5 + parent: 2 + - uid: 15763 components: - type: Transform - pos: -15.5,-8.5 - parent: 1 - - uid: 13712 + pos: 9.5,-21.5 + parent: 2 + - uid: 15764 components: - type: Transform - pos: -79.5,52.5 - parent: 1 - - uid: 13718 + pos: 15.5,-16.5 + parent: 2 + - uid: 15765 components: - type: Transform - pos: -80.5,52.5 - parent: 1 - - uid: 13757 + pos: 15.5,-14.5 + parent: 2 + - uid: 15766 components: - type: Transform - pos: -36.5,59.5 - parent: 1 - - uid: 13829 + pos: 8.5,-21.5 + parent: 2 + - uid: 15767 components: - type: Transform - pos: -49.5,57.5 - parent: 1 - - uid: 13846 + pos: 9.5,-15.5 + parent: 2 + - uid: 15768 components: - type: Transform - pos: 30.5,9.5 - parent: 1 - - uid: 13847 + pos: 9.5,-12.5 + parent: 2 + - uid: 15769 components: - type: Transform - pos: 31.5,9.5 - parent: 1 - - uid: 13889 + pos: 6.5,-13.5 + parent: 2 +- proto: SignAi + entities: + - uid: 15770 components: - type: Transform - pos: 5.5,-24.5 - parent: 1 - - uid: 13892 + rot: 3.141592653589793 rad + pos: -10.5,-0.5 + parent: 2 +- proto: SignAiUpload + entities: + - uid: 15771 components: - type: Transform - pos: -59.5,42.5 - parent: 1 - - uid: 13893 + rot: 1.5707963267948966 rad + pos: 21.5,18.5 + parent: 2 +- proto: SignalButton + entities: + - uid: 15772 components: + - type: MetaData + name: side door shutters - type: Transform - pos: -59.5,41.5 - parent: 1 - - uid: 13902 + rot: -1.5707963267948966 rad + pos: -75.5,61.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 15742: + - - Pressed + - Toggle + 15741: + - - Pressed + - Toggle + - uid: 15773 components: - type: Transform - pos: -73.5,-12.5 - parent: 1 - - uid: 13903 + pos: -71.5,57.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 930: + - - Pressed + - Toggle + - uid: 15774 components: + - type: MetaData + name: internal chamber shutters - type: Transform - pos: -65.5,-12.5 - parent: 1 - - uid: 13904 + pos: -76.5,68.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 15740: + - - Pressed + - Toggle + 15739: + - - Pressed + - Toggle + 15738: + - - Pressed + - Toggle + - uid: 15775 components: + - type: MetaData + name: internal chamber shutters - type: Transform - pos: -73.5,-13.5 - parent: 1 - - uid: 13908 + pos: -84.5,68.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 15735: + - - Pressed + - Toggle + 15736: + - - Pressed + - Toggle + 15737: + - - Pressed + - Toggle + - uid: 15776 components: - type: Transform - pos: -67.5,2.5 - parent: 1 - - uid: 13910 + rot: -1.5707963267948966 rad + pos: -64.5,63.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 19862: + - - Pressed + - DoorBolt +- proto: SignalButtonDirectional + entities: + - uid: 15777 components: + - type: MetaData + name: security doors - type: Transform - pos: -72.5,-7.5 - parent: 1 - - uid: 13911 + rot: -1.5707963267948966 rad + pos: -45.5,58.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 112: + - - Pressed + - Open + 111: + - - Pressed + - Open + - uid: 15778 components: + - type: MetaData + name: internal radiation shutters - type: Transform - pos: -72.5,-8.5 - parent: 1 - - uid: 13912 + pos: -75.5,27.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 15747: + - - Pressed + - Toggle + 15743: + - - Pressed + - Toggle + 15790: + - - Pressed + - Toggle + - uid: 15779 components: + - type: MetaData + name: security shutters - type: Transform - pos: -71.5,-8.5 - parent: 1 - - uid: 13913 + pos: -61.5,66.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 15713: + - - Pressed + - Toggle + 15714: + - - Pressed + - Toggle + 15715: + - - Pressed + - Toggle + 15720: + - - Pressed + - Toggle + 15721: + - - Pressed + - Toggle + 15722: + - - Pressed + - Toggle + - uid: 15780 components: + - type: MetaData + name: TEG chamber shutters - type: Transform - pos: -67.5,-8.5 - parent: 1 - - uid: 13914 + rot: 3.141592653589793 rad + pos: -86.5,44.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 15755: + - - Pressed + - Toggle + 15757: + - - Pressed + - Toggle + 15756: + - - Pressed + - Toggle + 15754: + - - Pressed + - Toggle + 20941: + - - Pressed + - Toggle + 20942: + - - Pressed + - Toggle + 20943: + - - Pressed + - Toggle + 20944: + - - Pressed + - Toggle + - uid: 15781 components: + - type: MetaData + name: office shutters - type: Transform - pos: -67.5,-7.5 - parent: 1 - - uid: 13923 + rot: 1.5707963267948966 rad + pos: -24.5,37.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 15680: + - - Pressed + - Toggle + 15679: + - - Pressed + - Toggle + 15691: + - - Pressed + - Toggle + 15690: + - - Pressed + - Toggle + 15683: + - - Pressed + - Toggle + 15684: + - - Pressed + - Toggle + - uid: 15782 components: + - type: MetaData + name: janitor call light - type: Transform - pos: -84.5,39.5 - parent: 1 - - uid: 13933 + rot: -1.5707963267948966 rad + pos: 5.5,28.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 13244: + - - Pressed + - Toggle + - uid: 15783 components: + - type: MetaData + name: external radiation shutters - type: Transform - pos: -81.5,44.5 - parent: 1 - - uid: 13934 + pos: -83.5,28.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 15753: + - - Pressed + - Toggle + 15752: + - - Pressed + - Toggle + 15751: + - - Pressed + - Toggle + 15750: + - - Pressed + - Toggle + 15749: + - - Pressed + - Toggle + 20458: + - - Pressed + - Toggle + 20457: + - - Pressed + - Toggle + - uid: 15784 components: - type: Transform - pos: -84.5,44.5 - parent: 1 - - uid: 14146 + rot: -1.5707963267948966 rad + pos: 24.5,42.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 15687: + - - Pressed + - Toggle + 15692: + - - Pressed + - Toggle + 15697: + - - Pressed + - Toggle + 15696: + - - Pressed + - Toggle + 15695: + - - Pressed + - Toggle + 15693: + - - Pressed + - Toggle + 15694: + - - Pressed + - Toggle + - uid: 15785 components: - type: Transform - pos: -7.5,10.5 - parent: 1 - - uid: 14160 + rot: -1.5707963267948966 rad + pos: 21.5,-7.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 914: + - - Pressed + - Toggle + - uid: 15786 components: - type: Transform - pos: -9.5,10.5 - parent: 1 - - uid: 14182 + pos: -64.5,35.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 13245: + - - Pressed + - Toggle + - uid: 15787 components: - type: Transform - pos: 13.5,30.5 - parent: 1 - - uid: 14281 + pos: -51.5,59.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 13246: + - - Pressed + - Toggle + - uid: 15788 components: - type: Transform - pos: -14.5,26.5 - parent: 1 - - uid: 14443 + rot: 1.5707963267948966 rad + pos: -42.5,-3.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 13247: + - - Pressed + - Toggle + - uid: 15789 components: - type: Transform - pos: -71.5,7.5 - parent: 1 - - uid: 14461 + pos: -32.5,41.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 13248: + - - Pressed + - Toggle + - uid: 15791 components: - type: Transform - pos: -60.5,62.5 - parent: 1 - - uid: 14521 + pos: 21.5,48.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 15703: + - - Pressed + - Toggle + 15702: + - - Pressed + - Toggle + 15701: + - - Pressed + - Toggle + 15700: + - - Pressed + - Toggle +- proto: SignalSwitchDirectional + entities: + - uid: 15792 components: - type: Transform - pos: -60.5,43.5 - parent: 1 - - uid: 14528 + rot: 1.5707963267948966 rad + pos: -36.5,-12.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 7318: + - - On + - Forward + - - Off + - Off + 7333: + - - On + - Forward + - - Off + - Off + 7334: + - - On + - Forward + - - Off + - Off + 7335: + - - On + - Forward + - - Off + - Off + 7322: + - - On + - Forward + - - Off + - Off + 932: + - - On + - Open + - - Off + - Close + 935: + - - On + - Open + - - Off + - Close + - uid: 15793 components: - type: Transform - pos: -15.5,30.5 - parent: 1 - - uid: 14621 + rot: -1.5707963267948966 rad + pos: -30.5,-12.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 7319: + - - On + - Forward + - - Off + - Off + 7321: + - - On + - Forward + - - Off + - Off + 7320: + - - On + - Forward + - - Off + - Off + 7336: + - - On + - Forward + - - Off + - Off + 7337: + - - On + - Forward + - - Off + - Off + 933: + - - On + - Open + - - Off + - Close + 934: + - - On + - Open + - - Off + - Close +- proto: SignAnomaly + entities: + - uid: 15794 + components: + - type: Transform + pos: -12.5,-21.5 + parent: 2 +- proto: SignAnomaly2 + entities: + - uid: 15795 components: - type: Transform - pos: -5.5,63.5 - parent: 1 - - uid: 14624 + rot: -1.5707963267948966 rad + pos: -10.5,-12.5 + parent: 2 +- proto: SignArcade + entities: + - uid: 15796 components: - type: Transform - pos: -7.5,63.5 - parent: 1 - - uid: 14629 + rot: -1.5707963267948966 rad + pos: 17.5,7.5 + parent: 2 +- proto: SignArmory + entities: + - uid: 15797 components: - type: Transform - pos: -8.5,63.5 - parent: 1 - - uid: 14645 + rot: -1.5707963267948966 rad + pos: -49.5,63.5 + parent: 2 +- proto: SignAtmos + entities: + - uid: 15798 components: - type: Transform - pos: -4.5,63.5 - parent: 1 - - uid: 14725 + pos: -72.5,36.5 + parent: 2 +- proto: SignBar + entities: + - uid: 15799 components: - type: Transform - pos: -17.5,-8.5 - parent: 1 - - uid: 14726 + pos: -33.5,39.5 + parent: 2 + - uid: 15800 components: - type: Transform - pos: -18.5,-8.5 - parent: 1 - - uid: 14866 + pos: -37.5,34.5 + parent: 2 +- proto: SignCans + entities: + - uid: 15801 components: - type: Transform - pos: -61.5,43.5 - parent: 1 - - uid: 14934 + pos: -73.5,45.5 + parent: 2 + - uid: 15802 components: - type: Transform - pos: -40.5,69.5 - parent: 1 - - uid: 15031 + rot: 3.141592653589793 rad + pos: -76.5,46.5 + parent: 2 +- proto: SignCansScience + entities: + - uid: 15803 components: - type: Transform - pos: -33.5,-17.5 - parent: 1 - - uid: 15032 + rot: -1.5707963267948966 rad + pos: -10.5,-33.5 + parent: 2 +- proto: SignCargo + entities: + - uid: 15804 components: - type: Transform - pos: -30.5,-15.5 - parent: 1 - - uid: 15033 + pos: -39.5,2.5 + parent: 2 + - uid: 15805 components: - type: Transform - pos: -36.5,-15.5 - parent: 1 - - uid: 15034 + pos: -35.5,2.5 + parent: 2 +- proto: SignCargoDock + entities: + - uid: 15806 components: - type: Transform - pos: -30.5,-16.5 - parent: 1 - - uid: 15036 + rot: 3.141592653589793 rad + pos: -36.5,-17.5 + parent: 2 + - uid: 15807 components: - type: Transform - pos: -51.5,30.5 - parent: 1 - - uid: 15077 + rot: 3.141592653589793 rad + pos: -30.5,-17.5 + parent: 2 +- proto: SignChapel + entities: + - uid: 15808 components: - type: Transform - pos: -33.5,-15.5 - parent: 1 - - uid: 15078 + pos: 15.5,4.5 + parent: 2 +- proto: SignChem + entities: + - uid: 15809 components: - type: Transform - pos: -33.5,-16.5 - parent: 1 - - uid: 15096 + pos: 1.5,25.5 + parent: 2 + - uid: 15810 components: - type: Transform - pos: -14.5,25.5 - parent: 1 - - uid: 15119 + pos: -5.5,28.5 + parent: 2 +- proto: SignCryo + entities: + - uid: 15811 components: - type: Transform - pos: -53.5,30.5 - parent: 1 - - uid: 15219 + rot: 3.141592653589793 rad + pos: 9.5,3.5 + parent: 2 +- proto: SignCryogenicsMed + entities: + - uid: 15812 components: - type: Transform - pos: -63.5,43.5 - parent: 1 - - uid: 15237 + pos: 8.5,43.5 + parent: 2 +- proto: SignDirectionalBar + entities: + - uid: 15813 components: - type: Transform - pos: -50.5,34.5 - parent: 1 - - uid: 15291 + rot: 1.5707963267948966 rad + pos: -54.500534,30.69287 + parent: 2 + - uid: 15814 components: - type: Transform - pos: -59.5,40.5 - parent: 1 - - uid: 15296 + rot: 3.141592653589793 rad + pos: -59.490047,7.285572 + parent: 2 + - uid: 15815 components: - type: Transform - pos: -15.5,24.5 - parent: 1 - - uid: 15311 + rot: 3.141592653589793 rad + pos: -39.450584,8.088224 + parent: 2 + - uid: 15816 components: - type: Transform - pos: -59.5,39.5 - parent: 1 - - uid: 15382 + rot: 3.141592653589793 rad + pos: -14.487816,7.472787 + parent: 2 + - uid: 15817 components: - type: Transform - pos: -41.5,69.5 - parent: 1 - - uid: 15403 + rot: -1.5707963267948966 rad + pos: -14.482212,30.621857 + parent: 2 + - uid: 15818 components: - type: Transform - pos: -44.5,69.5 - parent: 1 - - uid: 15514 + rot: -1.5707963267948966 rad + pos: -18.473362,34.479904 + parent: 2 +- proto: SignDirectionalBridge + entities: + - uid: 15819 components: - type: Transform - pos: -3.5,-0.5 - parent: 1 - - uid: 15549 + rot: 1.5707963267948966 rad + pos: -54.5,30.5 + parent: 2 + - uid: 15820 components: - type: Transform - pos: -14.5,-14.5 - parent: 1 - - uid: 15578 + rot: 3.141592653589793 rad + pos: -14.488382,7.264183 + parent: 2 + - uid: 15821 components: - type: Transform - pos: -81.5,31.5 - parent: 1 - - uid: 15583 + rot: 1.5707963267948966 rad + pos: -55.473106,3.3110576 + parent: 2 + - uid: 15822 components: - type: Transform - pos: -83.5,52.5 - parent: 1 - - uid: 15585 + rot: 3.141592653589793 rad + pos: -14.4896145,34.68303 + parent: 2 + - uid: 15823 components: - type: Transform - pos: -90.5,52.5 - parent: 1 - - uid: 15596 + rot: 1.5707963267948966 rad + pos: -35.48712,30.33314 + parent: 2 + - uid: 15824 components: - type: Transform - pos: -75.5,32.5 - parent: 1 - - uid: 15608 + rot: 1.5707963267948966 rad + pos: -45.46681,34.272972 + parent: 2 + - uid: 15825 components: - type: Transform - pos: -86.5,52.5 - parent: 1 - - uid: 15609 + pos: -49.482433,48.469536 + parent: 2 +- proto: SignDirectionalChapel + entities: + - uid: 15826 components: - type: Transform - pos: -91.5,52.5 - parent: 1 - - uid: 15615 + rot: 1.5707963267948966 rad + pos: -59.500328,3.3044572 + parent: 2 + - uid: 15827 components: - type: Transform - pos: -88.5,52.5 - parent: 1 - - uid: 15620 + rot: 1.5707963267948966 rad + pos: -10.488658,7.654808 + parent: 2 + - uid: 15828 components: - type: Transform - pos: -85.5,52.5 - parent: 1 - - uid: 15622 + rot: 1.5707963267948966 rad + pos: -30.469654,3.3579326 + parent: 2 + - uid: 15829 components: - type: Transform - pos: -82.5,52.5 - parent: 1 - - uid: 15623 + pos: 12.499381,4.2810507 + parent: 2 +- proto: SignDirectionalCryo + entities: + - uid: 15830 components: - type: Transform - pos: -87.5,52.5 - parent: 1 - - uid: 15624 + rot: 1.5707963267948966 rad + pos: 4.5522194,41.615517 + parent: 2 + - uid: 15831 components: - type: Transform - pos: -89.5,52.5 - parent: 1 - - uid: 15626 + pos: 12.5,4.5 + parent: 2 + - uid: 15832 components: - type: Transform - pos: -84.5,52.5 - parent: 1 - - uid: 15671 + rot: 3.141592653589793 rad + pos: 11.5,38.5 + parent: 2 +- proto: SignDirectionalDorms + entities: + - uid: 15833 components: - type: Transform - pos: -80.5,32.5 - parent: 1 - - uid: 15836 + pos: 6.5,-9.5 + parent: 2 + - uid: 15834 components: - type: Transform - pos: -52.5,30.5 - parent: 1 - - uid: 15857 + pos: 3.5,3.5 + parent: 2 + - uid: 15835 components: - type: Transform - pos: 24.5,40.5 - parent: 1 - - uid: 15863 + pos: 12.499381,4.71345 + parent: 2 + - uid: 15836 components: - type: Transform - pos: -56.5,67.5 - parent: 1 - - uid: 15872 + rot: 1.5707963267948966 rad + pos: -59.5,3.5 + parent: 2 + - uid: 15837 components: - type: Transform - pos: 24.5,38.5 - parent: 1 - - uid: 15900 + rot: -1.5707963267948966 rad + pos: 11.5,-4.5 + parent: 2 +- proto: SignDirectionalEng + entities: + - uid: 15838 components: - type: Transform - pos: -7.5,-22.5 - parent: 1 - - uid: 16058 + rot: 3.141592653589793 rad + pos: -59.490047,7.504322 + parent: 2 + - uid: 15839 components: - type: Transform - pos: -69.5,7.5 - parent: 1 - - uid: 16100 + rot: 3.141592653589793 rad + pos: -39.452663,8.478849 + parent: 2 + - uid: 15840 components: - type: Transform - pos: -54.5,67.5 - parent: 1 - - uid: 16167 + rot: -1.5707963267948966 rad + pos: -14.487816,3.550912 + parent: 2 + - uid: 15841 components: - type: Transform - pos: -22.5,-19.5 - parent: 1 - - uid: 16222 + rot: -1.5707963267948966 rad + pos: -14.4896145,34.261154 + parent: 2 + - uid: 15842 components: - type: Transform - pos: -60.5,30.5 - parent: 1 - - uid: 16252 + rot: -1.5707963267948966 rad + pos: -39.47286,34.276833 + parent: 2 + - uid: 15843 components: - type: Transform - pos: -66.5,61.5 - parent: 1 - - uid: 16312 + rot: -1.5707963267948966 rad + pos: -45.482433,34.679222 + parent: 2 + - uid: 15844 components: - type: Transform - pos: 29.5,17.5 - parent: 1 - - uid: 16313 + rot: -1.5707963267948966 rad + pos: -49.46681,48.26641 + parent: 2 +- proto: SignDirectionalEvac + entities: + - uid: 15845 components: - type: Transform - pos: 29.5,9.5 - parent: 1 - - uid: 16499 + rot: 1.5707963267948966 rad + pos: -32.436047,7.683338 + parent: 2 + - uid: 15846 components: - type: Transform - pos: -65.5,31.5 - parent: 1 - - uid: 16589 + rot: 1.5707963267948966 rad + pos: -55.472736,3.7415338 + parent: 2 + - uid: 15847 components: - type: Transform - pos: -70.5,36.5 - parent: 1 - - uid: 16594 + rot: 1.5707963267948966 rad + pos: -30.468357,3.5641694 + parent: 2 + - uid: 15848 components: - type: Transform - pos: -5.5,30.5 - parent: 1 - - uid: 16595 + rot: 1.5707963267948966 rad + pos: -10.488658,7.248558 + parent: 2 + - uid: 15849 components: - type: Transform - pos: -5.5,34.5 - parent: 1 - - uid: 16597 + pos: -14.474767,30.840607 + parent: 2 + - uid: 15850 components: - type: Transform - pos: -5.5,29.5 - parent: 1 - - uid: 16801 + pos: -39.48712,30.567514 + parent: 2 + - uid: 15851 components: - type: Transform - pos: -21.5,-20.5 - parent: 1 - - uid: 16938 + rot: 1.5707963267948966 rad + pos: -54.501053,34.303085 + parent: 2 + - uid: 15852 components: - type: Transform - pos: -2.5,-2.5 - parent: 1 - - uid: 17709 + rot: 1.5707963267948966 rad + pos: 12.5,7.5 + parent: 2 +- proto: SignDirectionalGravity + entities: + - uid: 15853 components: - type: Transform - pos: -69.5,36.5 - parent: 1 - - uid: 17719 + rot: 1.5707963267948966 rad + pos: -55.472736,3.5227838 + parent: 2 + - uid: 15854 components: - type: Transform - pos: -71.5,36.5 - parent: 1 - - uid: 17771 + rot: 1.5707963267948966 rad + pos: -30.468357,3.7672944 + parent: 2 + - uid: 15855 components: - type: Transform - pos: -82.5,54.5 - parent: 1 - - uid: 17772 + rot: 1.5707963267948966 rad + pos: -14.490392,7.668745 + parent: 2 + - uid: 15856 components: - type: Transform - pos: -84.5,54.5 - parent: 1 - - uid: 17773 + pos: -14.4896145,34.46428 + parent: 2 + - uid: 15857 components: - type: Transform - pos: -86.5,54.5 - parent: 1 - - uid: 17774 + pos: -39.47286,34.479958 + parent: 2 +- proto: SignDirectionalHop + entities: + - uid: 15858 components: - type: Transform - pos: -88.5,54.5 - parent: 1 - - uid: 17775 + rot: 3.141592653589793 rad + pos: -18.473791,34.6705 + parent: 2 +- proto: SignDirectionalJanitor + entities: + - uid: 15859 components: - type: Transform - pos: -90.5,54.5 - parent: 1 - - uid: 17776 + rot: 3.141592653589793 rad + pos: -59.500328,3.693616 + parent: 2 +- proto: SignDirectionalMed + entities: + - uid: 15860 components: - type: Transform - pos: -92.5,54.5 - parent: 1 - - uid: 17777 + rot: 1.5707963267948966 rad + pos: -55.48836,7.2415333 + parent: 2 + - uid: 15861 components: - type: Transform - pos: -92.5,52.5 - parent: 1 - - uid: 17778 + rot: 1.5707963267948966 rad + pos: -32.43669,7.2913494 + parent: 2 + - uid: 15862 components: - type: Transform - pos: -93.5,52.5 - parent: 1 - - uid: 17861 + rot: 3.141592653589793 rad + pos: -10.488658,7.451683 + parent: 2 + - uid: 15863 components: - type: Transform - pos: -78.5,65.5 - parent: 1 - - uid: 17944 + rot: 1.5707963267948966 rad + pos: -35.48712,30.73939 + parent: 2 + - uid: 15864 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -87.5,61.5 - parent: 1 - - uid: 18097 + pos: -49.482433,48.657036 + parent: 2 + - uid: 15865 components: - type: Transform - pos: -95.5,51.5 - parent: 1 - - uid: 18098 + rot: 1.5707963267948966 rad + pos: -45.49806,34.875084 + parent: 2 + - uid: 15866 components: - type: Transform - pos: -95.5,50.5 - parent: 1 - - uid: 18099 + rot: 1.5707963267948966 rad + pos: -54.5,34.5 + parent: 2 +- proto: SignDirectionalSci + entities: + - uid: 15867 components: - type: Transform - pos: -95.5,49.5 - parent: 1 - - uid: 18100 + pos: -14.4827,30.222769 + parent: 2 + - uid: 15868 components: - type: Transform - pos: -93.5,47.5 - parent: 1 - - uid: 18101 + rot: 1.5707963267948966 rad + pos: -54.500534,30.298485 + parent: 2 + - uid: 15869 components: - type: Transform - pos: -92.5,47.5 - parent: 1 - - uid: 18102 + rot: 1.5707963267948966 rad + pos: -55.48836,7.4602833 + parent: 2 + - uid: 15870 components: - type: Transform - pos: -90.5,45.5 - parent: 1 - - uid: 18103 + rot: 1.5707963267948966 rad + pos: -32.43541,7.4944744 + parent: 2 + - uid: 15871 components: - type: Transform - pos: -90.5,44.5 - parent: 1 - - uid: 18388 + rot: 1.5707963267948966 rad + pos: -35.48712,30.55189 + parent: 2 + - uid: 15872 components: - type: Transform - pos: -82.5,66.5 - parent: 1 - - uid: 18389 + pos: -10.5,3.5 + parent: 2 +- proto: SignDirectionalSec + entities: + - uid: 15873 components: - type: Transform - pos: -82.5,65.5 - parent: 1 - - uid: 18503 + rot: 3.141592653589793 rad + pos: -59.490047,7.723072 + parent: 2 + - uid: 15874 components: - type: Transform - pos: 24.5,50.5 - parent: 1 - - uid: 18504 + rot: 3.141592653589793 rad + pos: -39.450584,8.275724 + parent: 2 + - uid: 15875 components: - type: Transform - pos: 24.5,51.5 - parent: 1 - - uid: 18505 + rot: -1.5707963267948966 rad + pos: -14.487816,3.769662 + parent: 2 + - uid: 15876 components: - type: Transform - pos: 24.5,52.5 - parent: 1 - - uid: 18506 + rot: -1.5707963267948966 rad + pos: -18.473362,34.27678 + parent: 2 + - uid: 15877 components: - type: Transform - pos: 24.5,53.5 - parent: 1 - - uid: 18529 + rot: -1.5707963267948966 rad + pos: -39.48712,30.348764 + parent: 2 + - uid: 15878 components: - type: Transform - pos: 15.5,60.5 - parent: 1 - - uid: 18530 + rot: 3.141592653589793 rad + pos: -45.482433,34.476097 + parent: 2 + - uid: 15879 components: - type: Transform - pos: 16.5,60.5 - parent: 1 - - uid: 18586 + rot: 3.141592653589793 rad + pos: -54.501053,34.696877 + parent: 2 +- proto: SignDirectionalSolar + entities: + - uid: 15880 components: - type: Transform - pos: 9.5,58.5 - parent: 1 - - uid: 18731 + pos: 23.5,3.5 + parent: 2 + - uid: 21433 components: - type: Transform - pos: 20.5,62.5 - parent: 1 - - uid: 18926 + rot: 3.141592653589793 rad + pos: 21.5,20.5 + parent: 2 + - uid: 21434 components: - type: Transform - pos: -58.5,55.5 - parent: 1 - - uid: 18930 + rot: 3.141592653589793 rad + pos: 22.5,27.5 + parent: 2 + - uid: 21435 components: - type: Transform - pos: -82.5,67.5 - parent: 1 - - uid: 18993 + rot: 1.5707963267948966 rad + pos: 20.5,34.5 + parent: 2 +- proto: SignDirectionalSupply + entities: + - uid: 15881 components: - type: Transform rot: 1.5707963267948966 rad - pos: -85.5,61.5 - parent: 1 - - uid: 19000 + pos: -55.48836,7.6790333 + parent: 2 + - uid: 15882 components: - type: Transform - pos: -78.5,67.5 - parent: 1 -- proto: ResearchAndDevelopmentServer - entities: - - uid: 15018 + rot: -1.5707963267948966 rad + pos: -14.487816,3.363412 + parent: 2 + - uid: 15883 components: - type: Transform - pos: -15.5,-18.5 - parent: 1 -- proto: RobocopCircuitBoard - entities: - - uid: 11871 + pos: -14.482212,30.433353 + parent: 2 + - uid: 15884 components: - type: Transform - pos: 17.506392,16.430532 - parent: 1 -- proto: RubberChicken + pos: -39.48712,30.77064 + parent: 2 +- proto: SignDirectionalWash entities: - - uid: 17581 + - uid: 15885 components: - type: Transform - pos: -1.5,-24.5 - parent: 1 -- proto: RubberStampApproved + pos: -25.5,3.5 + parent: 2 +- proto: SignDisposalSpace entities: - - uid: 5897 + - uid: 15886 components: - type: Transform - pos: -43.30602,-6.2708244 - parent: 1 - - uid: 10356 + rot: -1.5707963267948966 rad + pos: -72.5,57.5 + parent: 2 + - uid: 15887 components: - type: Transform - pos: -21.636442,39.538643 - parent: 1 -- proto: RubberStampDenied - entities: - - uid: 3593 + rot: 3.141592653589793 rad + pos: -50.5,-11.5 + parent: 2 + - uid: 15888 components: - type: Transform - pos: -43.514355,-6.3646398 - parent: 1 - - uid: 15130 + rot: 3.141592653589793 rad + pos: -50.5,-19.5 + parent: 2 + - uid: 15889 components: - type: Transform - pos: -21.330887,39.545593 - parent: 1 -- proto: SalvageMagnet - entities: - - uid: 1219 + rot: 3.141592653589793 rad + pos: -46.5,-19.5 + parent: 2 + - uid: 15890 components: - type: Transform - pos: -48.5,-11.5 - parent: 1 -- proto: Saw + rot: 3.141592653589793 rad + pos: -33.5,-14.5 + parent: 2 +- proto: SignDoors entities: - - uid: 12803 - components: - - type: Transform - pos: 19.561224,28.58777 - parent: 1 - - uid: 16135 + - uid: 15891 components: - type: Transform - pos: -0.3067554,36.68998 - parent: 1 -- proto: ScrapAirlock1 - entities: - - uid: 13754 + pos: -51.5,66.5 + parent: 2 + - uid: 15892 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,59.5 - parent: 1 -- proto: ScrapAirlock2 - entities: - - uid: 13317 + rot: -1.5707963267948966 rad + pos: -89.5,42.5 + parent: 2 + - uid: 15893 components: - type: Transform - pos: -56.5,40.5 - parent: 1 -- proto: ScrapBucket + rot: 1.5707963267948966 rad + pos: 21.5,57.5 + parent: 2 +- proto: SignElectricalMed entities: - - uid: 13665 + - uid: 15894 components: - type: Transform - pos: -28.5,1.5 - parent: 1 -- proto: ScrapCamera - entities: - - uid: 13666 + rot: -1.5707963267948966 rad + pos: -55.5,48.5 + parent: 2 + - uid: 15895 components: - type: Transform - pos: -39.5,3.5 - parent: 1 -- proto: ScrapCanister2 + rot: 1.5707963267948966 rad + pos: -80.5,33.5 + parent: 2 +- proto: SignEngine entities: - - uid: 13298 + - uid: 15896 components: - type: Transform - pos: -58.5,43.5 - parent: 1 - - uid: 13761 + rot: -1.5707963267948966 rad + pos: -80.5,36.5 + parent: 2 + - uid: 15897 components: - type: Transform rot: 3.141592653589793 rad - pos: -2.5,39.5 - parent: 1 -- proto: ScrapCloset + pos: -75.5,23.5 + parent: 2 +- proto: SignEngineering entities: - - uid: 13672 + - uid: 15898 components: - type: Transform - pos: -47.5,18.5 - parent: 1 -- proto: ScrapFaxMachine + pos: -59.5,35.5 + parent: 2 +- proto: SignEVA entities: - - uid: 13664 + - uid: 15899 components: - type: Transform - pos: -28.5,-8.5 - parent: 1 -- proto: ScrapFireExtinguisher - entities: - - uid: 13663 + rot: -1.5707963267948966 rad + pos: -18.5,48.5 + parent: 2 + - uid: 15900 components: - type: Transform - pos: 13.5,-5.5 - parent: 1 -- proto: ScrapFirelock1 + pos: -9.5,-37.5 + parent: 2 +- proto: SignExamroom entities: - - uid: 13291 + - uid: 15901 components: - type: Transform - pos: -66.5,46.5 - parent: 1 -- proto: ScrapFirelock3 + rot: 3.141592653589793 rad + pos: 5.5,31.5 + parent: 2 +- proto: SignFire entities: - - uid: 13657 + - uid: 15902 components: - type: Transform - pos: 13.5,11.5 - parent: 1 - - uid: 13770 + rot: 3.141592653589793 rad + pos: -83.5,39.5 + parent: 2 + - uid: 15903 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,40.5 - parent: 1 -- proto: ScrapGlass - entities: - - uid: 13342 + rot: 3.141592653589793 rad + pos: -83.5,44.5 + parent: 2 + - uid: 15904 components: - type: Transform - pos: -61.5,18.5 - parent: 1 -- proto: ScrapIntercom + rot: -1.5707963267948966 rad + pos: -96.5,41.5 + parent: 2 +- proto: SignFlammableMed entities: - - uid: 13613 + - uid: 15905 components: - type: Transform - pos: -56.5,10.5 - parent: 1 - - uid: 13758 + pos: -17.5,-34.5 + parent: 2 + - uid: 15906 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,31.5 - parent: 1 -- proto: ScrapJetpack + pos: -20.5,-31.5 + parent: 2 +- proto: SignGravity entities: - - uid: 13753 + - uid: 15907 components: - type: Transform - pos: -34.5,61.5 - parent: 1 -- proto: ScrapMedkit + pos: 25.5,4.5 + parent: 2 +- proto: SignHead entities: - - uid: 13614 + - uid: 15908 components: - type: Transform - pos: 12.51582,22.629185 - parent: 1 - - uid: 13769 + rot: 1.5707963267948966 rad + pos: -18.5,35.5 + parent: 2 + - uid: 15909 components: - type: Transform - pos: 0.4849111,36.637863 - parent: 1 -- proto: ScrapMopBucket + rot: -1.5707963267948966 rad + pos: -18.5,42.5 + parent: 2 +- proto: SignJanitor entities: - - uid: 13755 + - uid: 15910 components: - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,55.5 - parent: 1 -- proto: ScrapSteel + pos: -49.5,34.5 + parent: 2 +- proto: SignLawyer entities: - - uid: 9872 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -24.517214,-12.468593 - parent: 1 - - uid: 13710 + - uid: 15911 components: - type: Transform - pos: -33.5,54.5 - parent: 1 -- proto: ScrapTube + pos: -72.5,7.5 + parent: 2 +- proto: SignLibrary entities: - - uid: 13768 + - uid: 15912 components: - type: Transform - pos: 1.3104694,39.322105 - parent: 1 -- proto: Screen + pos: -24.5,7.5 + parent: 2 +- proto: SignMagneticsMed entities: - - uid: 4712 + - uid: 15913 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,28.5 - parent: 1 - - uid: 8351 + rot: -1.5707963267948966 rad + pos: -8.5,10.5 + parent: 2 + - uid: 15914 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,41.5 - parent: 1 - - uid: 8814 + rot: -1.5707963267948966 rad + pos: -6.5,15.5 + parent: 2 +- proto: SignMail + entities: + - uid: 15915 components: - type: Transform - pos: -13.5,58.5 - parent: 1 - - uid: 15345 + pos: -42.5,3.5 + parent: 2 + - uid: 15916 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,7.5 - parent: 1 - - uid: 15346 + rot: -1.5707963267948966 rad + pos: -43.5,-0.5 + parent: 2 +- proto: SignMedical + entities: + - uid: 15917 components: - type: Transform - pos: -59.5,9.5 - parent: 1 - - uid: 15347 + pos: 5.5,27.5 + parent: 2 + - uid: 15918 components: - type: Transform - pos: -41.5,34.5 - parent: 1 - - uid: 15435 + pos: 1.5,31.5 + parent: 2 +- proto: SignMorgue + entities: + - uid: 15919 components: - type: Transform - pos: -14.5,22.5 - parent: 1 - - uid: 15437 + pos: 2.5,18.5 + parent: 2 +- proto: SignNews + entities: + - uid: 15920 components: - type: Transform - pos: 29.5,13.5 - parent: 1 - - uid: 15438 + pos: -55.5,-0.5 + parent: 2 +- proto: SignPrison + entities: + - uid: 15921 components: - type: Transform - pos: 6.5,7.5 - parent: 1 - - uid: 15571 + pos: -51.5,70.5 + parent: 2 + - uid: 15922 components: - type: Transform - pos: -49.5,50.5 - parent: 1 -- proto: Screwdriver + pos: -51.5,77.5 + parent: 2 +- proto: SignRadiationMed entities: - - uid: 10019 + - uid: 15923 components: - type: Transform rot: 3.141592653589793 rad - pos: -51.437782,72.88594 - parent: 1 -- proto: SecurityTechFab - entities: - - uid: 10021 + pos: -86.5,32.5 + parent: 2 + - uid: 15924 components: - type: Transform - pos: -43.5,63.5 - parent: 1 - - type: SiloUtilizer - silo: 6424 -- proto: SeedExtractor - entities: - - uid: 6942 + pos: -76.5,27.5 + parent: 2 + - uid: 15925 components: - type: Transform - pos: -41.5,49.5 - parent: 1 - - uid: 7723 + pos: -76.5,23.5 + parent: 2 + - uid: 15926 components: - type: Transform - pos: -58.5,83.5 - parent: 1 -- proto: ShardGlassReinforced - entities: - - uid: 11454 + pos: -82.5,64.5 + parent: 2 + - uid: 15927 components: - type: Transform - rot: 3.141592653589793 rad - pos: -35.63807,60.470657 - parent: 1 - - uid: 18438 + pos: -78.5,64.5 + parent: 2 + - uid: 15928 components: - type: Transform - rot: 3.141592653589793 rad - pos: -37.54432,59.501236 - parent: 1 -- proto: SheetGlass - entities: - - uid: 13605 + pos: -82.5,70.5 + parent: 2 + - uid: 15929 components: - type: Transform - pos: -65.92235,25.549358 - parent: 1 - - uid: 13606 + pos: -78.5,70.5 + parent: 2 + - uid: 15930 components: - type: Transform - pos: -65.92235,25.549358 - parent: 1 - - uid: 15526 + pos: -87.5,70.5 + parent: 2 + - uid: 15931 components: - type: Transform - pos: -15.409835,-5.3930736 - parent: 1 -- proto: SheetPlasma - entities: - - uid: 8199 + pos: -73.5,70.5 + parent: 2 + - uid: 15932 components: - type: Transform - pos: -1.4553705,-10.453234 - parent: 1 - - uid: 10876 + pos: -73.5,63.5 + parent: 2 + - uid: 15933 components: - type: Transform - pos: -22.475372,57.582253 - parent: 1 -- proto: SheetPlasteel + pos: -87.5,63.5 + parent: 2 +- proto: SignRedOne entities: - - uid: 13603 + - uid: 15934 components: - type: Transform - pos: -66.25047,25.549358 - parent: 1 - - uid: 13604 + rot: -1.5707963267948966 rad + pos: -49.5,11.5 + parent: 2 +- proto: SignRedTwo + entities: + - uid: 15935 components: - type: Transform - pos: -66.25047,25.549358 - parent: 1 -- proto: SheetPlastic + rot: -1.5707963267948966 rad + pos: -46.5,11.5 + parent: 2 +- proto: SignRND entities: - - uid: 10653 + - uid: 15936 components: - type: Transform - pos: -15.45671,-5.6118236 - parent: 1 -- proto: SheetSteel + pos: -14.5,-6.5 + parent: 2 +- proto: SignRobo entities: - - uid: 7067 + - uid: 15937 components: - type: Transform - pos: -15.51921,-5.8774486 - parent: 1 - - uid: 13600 + pos: -10.5,-14.5 + parent: 2 + - uid: 15938 components: - type: Transform - pos: -66.496956,25.561287 - parent: 1 - - uid: 13601 + pos: -2.5,-14.5 + parent: 2 +- proto: SignSalvage + entities: + - uid: 15939 components: - type: Transform - pos: -66.496956,25.561287 - parent: 1 - - uid: 18024 + rot: 3.141592653589793 rad + pos: -46.5,-20.5 + parent: 2 + - uid: 15940 components: - type: Transform - pos: -74.48008,42.571213 - parent: 1 -- proto: SheetSteel1 - entities: - - uid: 6017 + rot: 3.141592653589793 rad + pos: -50.5,-20.5 + parent: 2 + - uid: 15941 components: - type: Transform - pos: -60.40274,23.014528 - parent: 1 - - uid: 6018 + rot: 3.141592653589793 rad + pos: -52.5,-13.5 + parent: 2 + - uid: 15942 components: - type: Transform - pos: -60.70135,24.559216 - parent: 1 -- proto: SheetUranium1 + rot: 3.141592653589793 rad + pos: -37.5,-8.5 + parent: 2 +- proto: SignScience entities: - - uid: 10865 - components: - - type: Transform - pos: -21.490997,57.551003 - parent: 1 - - uid: 10866 + - uid: 15943 components: - type: Transform - pos: -21.490997,57.551003 - parent: 1 - - uid: 10867 + pos: -11.5,-6.5 + parent: 2 +- proto: SignSecureMed + entities: + - uid: 15944 components: - type: Transform - pos: -21.490997,57.551003 - parent: 1 - - uid: 10868 + rot: 1.5707963267948966 rad + pos: -16.5,-26.5 + parent: 2 + - uid: 15945 components: - type: Transform - pos: -21.490997,57.551003 - parent: 1 - - uid: 10869 + rot: 3.141592653589793 rad + pos: -10.5,-2.5 + parent: 2 + - uid: 15946 components: - type: Transform - pos: -21.490997,57.551003 - parent: 1 -- proto: ShelfBar - entities: - - uid: 2323 + rot: 3.141592653589793 rad + pos: -86.5,34.5 + parent: 2 + - uid: 15947 components: - type: Transform - pos: -31.5,41.5 - parent: 1 - - uid: 18810 + rot: -1.5707963267948966 rad + pos: -7.5,-26.5 + parent: 2 + - uid: 15948 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,48.5 - parent: 1 -- proto: ShelfChemistryChemistrySecure - entities: - - uid: 16633 + rot: 1.5707963267948966 rad + pos: -12.5,-26.5 + parent: 2 + - uid: 15949 components: - type: Transform rot: 1.5707963267948966 rad - pos: -5.5,22.5 - parent: 1 -- proto: ShelfKitchen - entities: - - uid: 16554 + pos: -4.5,-27.5 + parent: 2 + - uid: 15951 components: - type: Transform - pos: -37.5,48.5 - parent: 1 - - uid: 16555 + rot: 3.141592653589793 rad + pos: -97.5,15.5 + parent: 2 + - uid: 15952 components: - type: Transform - pos: -35.5,48.5 - parent: 1 -- proto: ShelfMetal - entities: - - uid: 16557 + pos: -76.5,37.5 + parent: 2 + - uid: 15953 components: - type: Transform - pos: -53.5,38.5 - parent: 1 - - uid: 16578 + pos: -56.5,78.5 + parent: 2 + - uid: 15954 components: - type: Transform - pos: -16.5,16.5 - parent: 1 - - uid: 16579 + pos: 25.5,22.5 + parent: 2 + - uid: 15955 components: - type: Transform - pos: -15.5,11.5 - parent: 1 -- proto: ShelfRMetal - entities: - - uid: 16556 + pos: -97.5,35.5 + parent: 2 + - uid: 15956 components: - type: Transform - pos: -43.5,48.5 - parent: 1 -- proto: ShelfWood - entities: - - uid: 16558 + pos: -62.5,87.5 + parent: 2 + - uid: 15957 components: - type: Transform - pos: -25.5,19.5 - parent: 1 - - uid: 16559 + pos: -49.5,90.5 + parent: 2 + - uid: 15958 components: - type: Transform - pos: -28.5,19.5 - parent: 1 - - uid: 16560 + pos: -49.5,80.5 + parent: 2 + - uid: 15959 components: - type: Transform - pos: -30.5,11.5 - parent: 1 - - uid: 16563 + pos: -107.5,35.5 + parent: 2 + - uid: 15960 components: - type: Transform - pos: 21.5,0.5 - parent: 1 -- proto: ShotGunCabinetFilled - entities: - - uid: 8849 + pos: -88.5,15.5 + parent: 2 + - uid: 15961 components: - type: Transform - pos: -45.5,63.5 - parent: 1 -- proto: ShuttersNormal - entities: - - uid: 4494 + pos: -107.5,25.5 + parent: 2 + - uid: 15962 components: - type: Transform - pos: -48.5,20.5 - parent: 1 - - uid: 4495 + pos: -107.5,15.5 + parent: 2 + - uid: 15963 components: - type: Transform - pos: -47.5,20.5 - parent: 1 - - uid: 4496 + rot: -1.5707963267948966 rad + pos: -3.5,-4.5 + parent: 2 + - uid: 15964 components: - type: Transform - pos: -45.5,19.5 - parent: 1 - - uid: 4497 + rot: -1.5707963267948966 rad + pos: -3.5,1.5 + parent: 2 +- proto: SignSecureMedRed + entities: + - uid: 15965 components: - type: Transform - pos: -44.5,19.5 - parent: 1 - - uid: 4499 + pos: -39.5,63.5 + parent: 2 + - uid: 15966 components: - type: Transform - pos: -41.5,19.5 - parent: 1 - - uid: 6556 + pos: -40.5,65.5 + parent: 2 + - uid: 15967 components: - type: Transform - pos: -21.5,35.5 - parent: 1 - - uid: 7351 + pos: -40.5,61.5 + parent: 2 + - uid: 15968 components: - type: Transform - pos: -22.5,35.5 - parent: 1 - - uid: 7468 + pos: -44.5,63.5 + parent: 2 + - uid: 15969 components: - type: Transform - pos: -53.5,80.5 - parent: 1 - - uid: 7476 + pos: -36.5,59.5 + parent: 2 + - uid: 15970 components: - type: Transform - pos: -53.5,79.5 - parent: 1 - - uid: 7597 + pos: -41.5,69.5 + parent: 2 + - uid: 15971 components: - type: Transform - pos: -20.5,39.5 - parent: 1 - - uid: 7612 + pos: -36.5,65.5 + parent: 2 + - uid: 21211 components: - type: Transform - pos: -20.5,40.5 - parent: 1 - - uid: 7719 + rot: 3.141592653589793 rad + pos: -36.5,61.5 + parent: 2 +- proto: SignSecurity + entities: + - uid: 15972 components: - type: Transform - pos: -49.5,68.5 - parent: 1 - - uid: 7860 + pos: -14.5,24.5 + parent: 2 + - uid: 15973 components: - type: Transform - pos: -49.5,67.5 - parent: 1 - - uid: 8360 + rot: 3.141592653589793 rad + pos: -47.5,52.5 + parent: 2 + - uid: 15974 components: - type: Transform - pos: 16.5,43.5 - parent: 1 - - uid: 9130 + pos: -67.5,61.5 + parent: 2 +- proto: SignShipDock + entities: + - uid: 15975 components: - type: Transform - pos: -52.5,34.5 - parent: 1 - - uid: 9510 + rot: 3.141592653589793 rad + pos: 29.5,17.5 + parent: 2 + - uid: 15976 components: - type: Transform - pos: -51.5,34.5 - parent: 1 - - uid: 15824 + rot: 3.141592653589793 rad + pos: 29.5,9.5 + parent: 2 +- proto: SignSpace + entities: + - uid: 15977 components: - type: Transform - pos: -20.5,38.5 - parent: 1 - - uid: 15825 + pos: -53.5,78.5 + parent: 2 + - uid: 15978 components: - type: Transform - pos: -20.5,37.5 - parent: 1 - - uid: 15871 + pos: -53.5,69.5 + parent: 2 + - uid: 15979 components: - type: Transform - pos: 16.5,42.5 - parent: 1 - - uid: 16399 + pos: -49.5,69.5 + parent: 2 + - uid: 15980 components: - type: Transform - pos: 22.5,36.5 - parent: 1 - - uid: 16400 + pos: -49.5,78.5 + parent: 2 + - uid: 15981 components: - type: Transform - pos: 23.5,36.5 - parent: 1 - - uid: 16401 + rot: -1.5707963267948966 rad + pos: -87.5,39.5 + parent: 2 +- proto: SignSurgery + entities: + - uid: 15982 components: - type: Transform - pos: 24.5,38.5 - parent: 1 - - uid: 16402 + rot: -1.5707963267948966 rad + pos: 2.5,44.5 + parent: 2 + - uid: 15983 components: - type: Transform - pos: 24.5,39.5 - parent: 1 - - uid: 16403 + rot: 3.141592653589793 rad + pos: 2.5,35.5 + parent: 2 +- proto: SignTelecomms + entities: + - uid: 15984 components: - type: Transform - pos: 24.5,40.5 - parent: 1 - - uid: 18363 + pos: -40.5,7.5 + parent: 2 + - uid: 15985 components: - type: Transform - pos: -71.5,41.5 - parent: 1 - - uid: 18364 + pos: 27.5,22.5 + parent: 2 +- proto: SignTheater + entities: + - uid: 15986 components: - type: Transform - pos: -70.5,41.5 - parent: 1 - - uid: 18677 + pos: -39.5,23.5 + parent: 2 +- proto: SignVirology + entities: + - uid: 15987 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,53.5 - parent: 1 - - uid: 18678 + pos: 5.5,20.5 + parent: 2 +- proto: SignVox + entities: + - uid: 15988 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,52.5 - parent: 1 - - uid: 18679 + pos: -14.5,16.5 + parent: 2 + - uid: 15989 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,51.5 - parent: 1 - - uid: 18680 + pos: -14.5,9.5 + parent: 2 +- proto: SiloRelay + entities: + - uid: 15990 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,50.5 - parent: 1 -- proto: ShuttersNormalOpen + pos: -45.5,-11.5 + parent: 2 + - type: SiloUtilizer + silo: 13590 +- proto: SingularityGenerator entities: - - uid: 262 + - uid: 5492 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-18.5 - parent: 1 - - uid: 3900 + pos: -79.5,19.5 + parent: 2 +- proto: Sink + entities: + - uid: 15992 components: - type: Transform rot: 1.5707963267948966 rad - pos: -14.5,-17.5 - parent: 1 - - uid: 4498 + pos: -26.5,1.5 + parent: 2 + - uid: 15993 components: - type: Transform - pos: -42.5,19.5 - parent: 1 - - uid: 7560 + rot: 1.5707963267948966 rad + pos: -26.5,0.5 + parent: 2 + - uid: 15994 components: - type: Transform - pos: -8.5,63.5 - parent: 1 - - uid: 9892 + rot: 1.5707963267948966 rad + pos: -26.5,-0.5 + parent: 2 + - uid: 15995 components: - type: Transform - pos: -73.5,18.5 - parent: 1 - - uid: 10664 + pos: -55.5,86.5 + parent: 2 + - uid: 15996 components: - type: Transform rot: 1.5707963267948966 rad - pos: -14.5,-15.5 - parent: 1 - - uid: 10698 + pos: -13.5,-7.5 + parent: 2 + - uid: 15997 components: - type: Transform - pos: -70.5,18.5 - parent: 1 - - uid: 10699 + rot: -1.5707963267948966 rad + pos: -3.5,58.5 + parent: 2 + - uid: 15998 components: - type: Transform - pos: -69.5,18.5 - parent: 1 - - uid: 10700 + pos: -31.5,40.5 + parent: 2 + - uid: 15999 components: - type: Transform - pos: -68.5,18.5 - parent: 1 - - uid: 15858 + pos: 17.5,59.5 + parent: 2 +- proto: SinkWide + entities: + - uid: 16000 components: - type: Transform - pos: -60.5,66.5 - parent: 1 - - uid: 15859 + rot: -1.5707963267948966 rad + pos: 4.5,42.5 + parent: 2 + - uid: 16001 components: - type: Transform - pos: -59.5,66.5 - parent: 1 - - uid: 15860 + rot: 3.141592653589793 rad + pos: -0.5,19.5 + parent: 2 + - uid: 16002 components: - type: Transform - pos: -58.5,66.5 - parent: 1 - - uid: 15993 + rot: 3.141592653589793 rad + pos: -0.5,14.5 + parent: 2 + - uid: 16003 components: - type: Transform - pos: -7.5,63.5 - parent: 1 - - uid: 15994 + rot: 3.141592653589793 rad + pos: 0.5,36.5 + parent: 2 + - uid: 16004 components: - type: Transform - pos: -5.5,63.5 - parent: 1 - - uid: 15995 + rot: 3.141592653589793 rad + pos: -3.5,19.5 + parent: 2 + - uid: 16005 components: - type: Transform - pos: -4.5,63.5 - parent: 1 - - uid: 15996 + rot: 3.141592653589793 rad + pos: 18.5,48.5 + parent: 2 + - uid: 16006 components: - type: Transform rot: -1.5707963267948966 rad - pos: -2.5,61.5 - parent: 1 - - uid: 16104 + pos: -31.5,44.5 + parent: 2 +- proto: SmartFridge + entities: + - uid: 16007 components: - type: Transform - pos: -56.5,67.5 - parent: 1 - - uid: 16105 + pos: -39.5,46.5 + parent: 2 + - uid: 16008 components: - type: Transform - pos: -55.5,67.5 - parent: 1 - - uid: 16106 + pos: -5.5,26.5 + parent: 2 + - uid: 16009 components: - type: Transform - pos: -54.5,67.5 - parent: 1 - - uid: 17117 + pos: 1.5,26.5 + parent: 2 +- proto: SMESAdvanced + entities: + - uid: 8505 components: + - type: MetaData + name: PA SMES - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-14.5 - parent: 1 - - uid: 17512 + pos: -80.5,22.5 + parent: 2 + - uid: 16010 components: + - type: MetaData + name: SMES Bank 4 - type: Transform - pos: -57.5,48.5 - parent: 1 - - uid: 17513 + pos: -71.5,28.5 + parent: 2 + - uid: 16011 components: + - type: MetaData + name: SMES Bank 1 - type: Transform - pos: -56.5,48.5 - parent: 1 - - uid: 17526 + pos: -71.5,31.5 + parent: 2 + - uid: 16012 components: + - type: MetaData + name: SMES Bank 2 - type: Transform - pos: -54.5,48.5 - parent: 1 - - uid: 17527 + pos: -71.5,30.5 + parent: 2 + - uid: 16013 components: + - type: MetaData + name: SMES Bank 3 - type: Transform - pos: -53.5,48.5 - parent: 1 - - uid: 17528 + pos: -71.5,29.5 + parent: 2 +- proto: SMESBasic + entities: + - uid: 12461 components: - type: Transform - pos: -51.5,48.5 - parent: 1 - - uid: 17529 + pos: 26.5,31.5 + parent: 2 + - uid: 16014 components: + - type: MetaData + name: Southeast Solars SMES - type: Transform - pos: -50.5,48.5 - parent: 1 -- proto: ShuttersRadiation - entities: - - uid: 19234 + pos: 27.5,-7.5 + parent: 2 + - uid: 16015 components: + - type: MetaData + name: Grav SMES - type: Transform - rot: -1.5707963267948966 rad - pos: -82.5,67.5 - parent: 1 - - uid: 19235 + pos: 25.5,3.5 + parent: 2 + - uid: 16016 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -82.5,66.5 - parent: 1 - - uid: 19236 + pos: -71.5,19.5 + parent: 2 + - uid: 16018 components: + - type: MetaData + name: Telecomms SMES - type: Transform - rot: -1.5707963267948966 rad - pos: -82.5,65.5 - parent: 1 - - uid: 19237 + pos: 25.5,23.5 + parent: 2 + - uid: 16019 components: + - type: MetaData + name: Security SMES - type: Transform - rot: 1.5707963267948966 rad - pos: -78.5,65.5 - parent: 1 - - uid: 19238 + pos: -63.5,57.5 + parent: 2 + - uid: 16021 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -78.5,66.5 - parent: 1 - - uid: 19239 + pos: -81.5,59.5 + parent: 2 + - uid: 16022 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -78.5,67.5 - parent: 1 - - uid: 19240 + pos: -79.5,59.5 + parent: 2 + - uid: 16023 components: + - type: MetaData + name: AI Core SMES - type: Transform - pos: -84.5,64.5 - parent: 1 - - uid: 19241 + pos: 0.5,-0.5 + parent: 2 + - uid: 16024 components: - type: Transform - pos: -76.5,64.5 - parent: 1 -- proto: ShuttersRadiationOpen + pos: -80.5,59.5 + parent: 2 +- proto: SmokingPipeFilledTobacco entities: - - uid: 5977 + - uid: 16027 + components: + - type: Transform + pos: -9.5713625,61.58219 + parent: 2 +- proto: SodaDispenser + entities: + - uid: 16028 components: - type: Transform rot: 1.5707963267948966 rad - pos: -77.5,24.5 - parent: 1 - - uid: 10761 + pos: 17.5,50.5 + parent: 2 + - uid: 16029 components: - type: Transform - pos: -84.5,31.5 - parent: 1 - - uid: 10782 + pos: -54.5,21.5 + parent: 2 + - uid: 16030 components: - type: Transform - pos: -85.5,31.5 - parent: 1 - - uid: 10783 + rot: -1.5707963267948966 rad + pos: -30.5,35.5 + parent: 2 +- proto: SodaDispenserEmpty + entities: + - uid: 16031 components: - type: Transform - pos: -82.5,31.5 - parent: 1 - - uid: 11026 + rot: 3.141592653589793 rad + pos: 30.5,67.5 + parent: 2 +- proto: SolarAssemblyFlatpack + entities: + - uid: 16032 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -77.5,26.5 - parent: 1 - - uid: 12039 + pos: -7.5718555,8.615294 + parent: 2 + - uid: 16033 components: - type: Transform - pos: -81.5,31.5 - parent: 1 - - uid: 15940 + pos: -7.2749805,8.599669 + parent: 2 + - uid: 16034 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -86.5,23.5 - parent: 1 - - uid: 15941 + pos: -7.3374805,8.490294 + parent: 2 + - uid: 16035 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -86.5,24.5 - parent: 1 - - uid: 15943 + pos: -7.6812305,8.552794 + parent: 2 +- proto: SolarPanel + entities: + - uid: 16036 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -86.5,25.5 - parent: 1 - - uid: 15944 + pos: 18.5,-14.5 + parent: 2 + - uid: 16037 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -86.5,26.5 - parent: 1 - - uid: 15947 + pos: 19.5,-14.5 + parent: 2 + - uid: 16038 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -86.5,27.5 - parent: 1 -- proto: ShuttersWindowOpen - entities: - - uid: 13611 + pos: 20.5,-14.5 + parent: 2 + - uid: 16039 components: - type: Transform - pos: -81.5,44.5 - parent: 1 - - uid: 13678 + pos: 21.5,-14.5 + parent: 2 + - uid: 16040 components: - type: Transform - pos: -85.5,44.5 - parent: 1 - - uid: 13679 + pos: 22.5,-14.5 + parent: 2 + - uid: 16041 components: - type: Transform - pos: -82.5,44.5 - parent: 1 - - uid: 13680 + pos: 23.5,-14.5 + parent: 2 + - uid: 16042 components: - type: Transform - pos: -84.5,44.5 - parent: 1 -- proto: ShuttleWindow - entities: - - uid: 100 + pos: 24.5,-14.5 + parent: 2 + - uid: 16043 components: - type: Transform - pos: 6.5,-19.5 - parent: 1 - - uid: 392 + pos: 25.5,-14.5 + parent: 2 + - uid: 16044 components: - type: Transform - pos: 6.5,-16.5 - parent: 1 - - uid: 438 + pos: 26.5,-14.5 + parent: 2 + - uid: 16045 components: - type: Transform - pos: 10.5,-21.5 - parent: 1 - - uid: 441 + pos: 27.5,-14.5 + parent: 2 + - uid: 16046 components: - type: Transform - pos: 3.5,-12.5 - parent: 1 - - uid: 533 + pos: 18.5,-16.5 + parent: 2 + - uid: 16047 components: - type: Transform - pos: 8.5,-9.5 - parent: 1 - - uid: 1096 + pos: 19.5,-16.5 + parent: 2 + - uid: 16048 components: - type: Transform - pos: 9.5,-21.5 - parent: 1 - - uid: 1862 + pos: 20.5,-16.5 + parent: 2 + - uid: 16049 components: - type: Transform - pos: 15.5,-16.5 - parent: 1 - - uid: 3698 + pos: 21.5,-16.5 + parent: 2 + - uid: 16050 components: - type: Transform - pos: 15.5,-14.5 - parent: 1 - - uid: 10141 + pos: 22.5,-16.5 + parent: 2 + - uid: 16051 components: - type: Transform - pos: 8.5,-21.5 - parent: 1 - - uid: 12567 + pos: 23.5,-16.5 + parent: 2 + - uid: 16052 components: - type: Transform - pos: 9.5,-15.5 - parent: 1 - - uid: 16970 + pos: 24.5,-16.5 + parent: 2 + - uid: 16053 components: - type: Transform - pos: 9.5,-12.5 - parent: 1 - - uid: 17152 + pos: 25.5,-16.5 + parent: 2 + - uid: 16054 components: - type: Transform - pos: 6.5,-13.5 - parent: 1 -- proto: SignAi - entities: - - uid: 6330 + pos: 26.5,-16.5 + parent: 2 + - uid: 16055 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-0.5 - parent: 1 -- proto: SignAiUpload - entities: - - uid: 11856 + pos: 27.5,-16.5 + parent: 2 + - uid: 16056 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,18.5 - parent: 1 -- proto: SignalButton - entities: - - uid: 9831 + pos: 19.5,-18.5 + parent: 2 + - uid: 16057 components: - - type: MetaData - name: Side Door Shutters - type: Transform - rot: -1.5707963267948966 rad - pos: -75.5,61.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 19241: - - - Pressed - - Toggle - 19240: - - - Pressed - - Toggle - - uid: 13367 + pos: 20.5,-18.5 + parent: 2 + - uid: 16058 components: - type: Transform - pos: -71.5,57.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 13366: - - - Pressed - - Toggle - - uid: 15152 + pos: 21.5,-18.5 + parent: 2 + - uid: 16059 components: - - type: MetaData - name: Internal Chamber Shutters - type: Transform - pos: -76.5,68.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 19239: - - - Pressed - - Toggle - 19238: - - - Pressed - - Toggle - 19237: - - - Pressed - - Toggle - - uid: 18427 + pos: 22.5,-18.5 + parent: 2 + - uid: 16060 components: - - type: MetaData - name: Internal Chamber Shutters - type: Transform - pos: -84.5,68.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 19234: - - - Pressed - - Toggle - 19235: - - - Pressed - - Toggle - 19236: - - - Pressed - - Toggle -- proto: SignalButtonDirectional - entities: - - uid: 4549 + pos: 23.5,-18.5 + parent: 2 + - uid: 16061 components: - - type: MetaData - name: security doors - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,58.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 7882: - - - Pressed - - Open - 7881: - - - Pressed - - Open - - uid: 6069 + pos: 24.5,-18.5 + parent: 2 + - uid: 16062 components: - type: Transform - pos: -75.5,27.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 11026: - - - Pressed - - Toggle - 5977: - - - Pressed - - Toggle - - uid: 9501 + pos: 25.5,-18.5 + parent: 2 + - uid: 16063 components: - - type: MetaData - name: security shutters - type: Transform - pos: -61.5,66.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 15858: - - - Pressed - - Toggle - 15859: - - - Pressed - - Toggle - 15860: - - - Pressed - - Toggle - 16104: - - - Pressed - - Toggle - 16105: - - - Pressed - - Toggle - 16106: - - - Pressed - - Toggle - - uid: 10278 + pos: 26.5,-18.5 + parent: 2 + - uid: 16064 components: - type: Transform - rot: 3.141592653589793 rad - pos: -86.5,44.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 13678: - - - Pressed - - Toggle - 13680: - - - Pressed - - Toggle - 13679: - - - Pressed - - Toggle - 13611: - - - Pressed - - Toggle - - uid: 12183 + pos: 27.5,-18.5 + parent: 2 + - uid: 16065 components: - - type: MetaData - name: office shutters - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,37.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 7351: - - - Pressed - - Toggle - 6556: - - - Pressed - - Toggle - 15825: - - - Pressed - - Toggle - 15824: - - - Pressed - - Toggle - 7597: - - - Pressed - - Toggle - 7612: - - - Pressed - - Toggle - - uid: 14438 + pos: 19.5,-20.5 + parent: 2 + - uid: 16066 components: - type: Transform - pos: 5.5,35.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 16519: - - - Pressed - - Toggle - - uid: 15959 + pos: 20.5,-20.5 + parent: 2 + - uid: 16067 components: - type: Transform - pos: -83.5,28.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 15947: - - - Pressed - - Toggle - 15944: - - - Pressed - - Toggle - 15943: - - - Pressed - - Toggle - 15941: - - - Pressed - - Toggle - 15940: - - - Pressed - - Toggle - - uid: 16405 + pos: 21.5,-20.5 + parent: 2 + - uid: 16068 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,42.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 8360: - - - Pressed - - Toggle - 15871: - - - Pressed - - Toggle - 16403: - - - Pressed - - Toggle - 16402: - - - Pressed - - Toggle - 16401: - - - Pressed - - Toggle - 16399: - - - Pressed - - Toggle - 16400: - - - Pressed - - Toggle - - uid: 16436 + pos: 22.5,-20.5 + parent: 2 + - uid: 16069 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,-7.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 590: - - - Pressed - - Toggle - - uid: 16515 + pos: 23.5,-20.5 + parent: 2 + - uid: 16070 components: - type: Transform - pos: -64.5,35.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 10713: - - - Pressed - - Toggle - - uid: 16518 + pos: 24.5,-20.5 + parent: 2 + - uid: 16071 components: - type: Transform - pos: -51.5,59.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 16516: - - - Pressed - - Toggle - - uid: 16527 + pos: 25.5,-20.5 + parent: 2 + - uid: 16072 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,-3.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 16525: - - - Pressed - - Toggle - - uid: 16529 + pos: 26.5,-20.5 + parent: 2 + - uid: 16073 components: - type: Transform - pos: -32.5,41.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 16530: - - - Pressed - - Toggle - - uid: 18366 + pos: 27.5,-20.5 + parent: 2 + - uid: 16074 components: - type: Transform - pos: -71.5,46.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 18363: - - - Pressed - - Toggle - 18364: - - - Pressed - - Toggle - - uid: 18649 + pos: 20.5,-22.5 + parent: 2 + - uid: 16075 components: - type: Transform - pos: 21.5,48.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 18680: - - - Pressed - - Toggle - 18679: - - - Pressed - - Toggle - 18678: - - - Pressed - - Toggle - 18677: - - - Pressed - - Toggle -- proto: SignalSwitchDirectional - entities: - - uid: 6038 + pos: 21.5,-22.5 + parent: 2 + - uid: 16076 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,-12.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 3502: - - - On - - Forward - - - Off - - Off - 15087: - - - On - - Forward - - - Off - - Off - 15088: - - - On - - Forward - - - Off - - Off - 15089: - - - On - - Forward - - - Off - - Off - 3562: - - - On - - Forward - - - Off - - Off - 15106: - - - On - - Open - - - Off - - Close - 15112: - - - On - - Open - - - Off - - Close - - uid: 10781 + pos: 22.5,-22.5 + parent: 2 + - uid: 16077 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,-12.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 3538: - - - On - - Forward - - - Off - - Off - 3555: - - - On - - Forward - - - Off - - Off - 3542: - - - On - - Forward - - - Off - - Off - 15090: - - - On - - Forward - - - Off - - Off - 15092: - - - On - - Forward - - - Off - - Off - 15109: - - - On - - Open - - - Off - - Close - 15111: - - - On - - Open - - - Off - - Close -- proto: SignAnomaly - entities: - - uid: 123 + pos: 23.5,-22.5 + parent: 2 + - uid: 16078 components: - type: Transform - pos: -12.5,-21.5 - parent: 1 -- proto: SignAnomaly2 - entities: - - uid: 270 + pos: 24.5,-22.5 + parent: 2 + - uid: 16079 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-12.5 - parent: 1 -- proto: SignArcade - entities: - - uid: 16266 + pos: 25.5,-22.5 + parent: 2 + - uid: 16080 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,7.5 - parent: 1 -- proto: SignArmory - entities: - - uid: 13833 + pos: 26.5,-22.5 + parent: 2 + - uid: 16081 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,63.5 - parent: 1 -- proto: SignAtmos - entities: - - uid: 17988 + pos: 27.5,-22.5 + parent: 2 + - uid: 16082 components: - type: Transform - pos: -72.5,36.5 - parent: 1 -- proto: SignBar - entities: - - uid: 7371 + pos: 20.5,-24.5 + parent: 2 + - uid: 16083 components: - type: Transform - pos: -33.5,39.5 - parent: 1 - - uid: 7372 + pos: 21.5,-24.5 + parent: 2 + - uid: 16084 components: - type: Transform - pos: -37.5,34.5 - parent: 1 -- proto: SignCans - entities: - - uid: 17730 + pos: 22.5,-24.5 + parent: 2 + - uid: 16085 components: - type: Transform - pos: -73.5,45.5 - parent: 1 - - uid: 18291 + pos: 23.5,-24.5 + parent: 2 + - uid: 16086 components: - type: Transform - rot: 3.141592653589793 rad - pos: -76.5,46.5 - parent: 1 -- proto: SignCansScience - entities: - - uid: 242 + pos: 24.5,-24.5 + parent: 2 + - uid: 16087 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-33.5 - parent: 1 -- proto: SignCargo - entities: - - uid: 3658 + pos: 25.5,-24.5 + parent: 2 + - uid: 16088 components: - type: Transform - pos: -39.5,2.5 - parent: 1 - - uid: 3659 + pos: 26.5,-24.5 + parent: 2 + - uid: 16089 components: - type: Transform - pos: -35.5,2.5 - parent: 1 -- proto: SignChapel - entities: - - uid: 16140 + pos: 27.5,-24.5 + parent: 2 + - uid: 21227 components: - type: Transform - pos: 15.5,4.5 - parent: 1 -- proto: SignChem - entities: - - uid: 1906 + rot: -1.5707963267948966 rad + pos: 30.5,36.5 + parent: 2 + - uid: 21255 components: - type: Transform - pos: -3.5,28.5 - parent: 1 - - uid: 1907 + rot: -1.5707963267948966 rad + pos: 30.5,34.5 + parent: 2 + - uid: 21256 components: - type: Transform - pos: 1.5,27.5 - parent: 1 -- proto: SignCryo - entities: - - uid: 1244 + rot: -1.5707963267948966 rad + pos: 31.5,34.5 + parent: 2 + - uid: 21257 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,3.5 - parent: 1 -- proto: SignCryogenicsMed - entities: - - uid: 1696 + rot: -1.5707963267948966 rad + pos: 32.5,34.5 + parent: 2 + - uid: 21258 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,38.5 - parent: 1 -- proto: SignDirectionalBar - entities: - - uid: 10432 + rot: -1.5707963267948966 rad + pos: 33.5,34.5 + parent: 2 + - uid: 21259 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.500534,30.69287 - parent: 1 - - uid: 14501 + rot: -1.5707963267948966 rad + pos: 38.5,34.5 + parent: 2 + - uid: 21261 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.490047,7.285572 - parent: 1 - - uid: 14507 + rot: -1.5707963267948966 rad + pos: 39.5,34.5 + parent: 2 + - uid: 21262 components: - type: Transform - rot: 3.141592653589793 rad - pos: -39.450584,8.088224 - parent: 1 - - uid: 14525 + rot: -1.5707963267948966 rad + pos: 30.5,40.5 + parent: 2 + - uid: 21263 components: - type: Transform - rot: 3.141592653589793 rad - pos: -14.487816,7.472787 - parent: 1 - - uid: 14530 + rot: -1.5707963267948966 rad + pos: 31.5,36.5 + parent: 2 + - uid: 21264 components: - type: Transform rot: -1.5707963267948966 rad - pos: -14.482212,30.621857 - parent: 1 - - uid: 14537 + pos: 32.5,36.5 + parent: 2 + - uid: 21265 components: - type: Transform rot: -1.5707963267948966 rad - pos: -18.473362,34.479904 - parent: 1 -- proto: SignDirectionalBridge - entities: - - uid: 10424 + pos: 33.5,36.5 + parent: 2 + - uid: 21266 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,30.5 - parent: 1 - - uid: 14517 + rot: -1.5707963267948966 rad + pos: 34.5,36.5 + parent: 2 + - uid: 21267 components: - type: Transform - rot: 3.141592653589793 rad - pos: -14.488382,7.264183 - parent: 1 - - uid: 14519 + rot: -1.5707963267948966 rad + pos: 35.5,36.5 + parent: 2 + - uid: 21268 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.473106,3.3110576 - parent: 1 - - uid: 14535 + rot: -1.5707963267948966 rad + pos: 36.5,36.5 + parent: 2 + - uid: 21269 components: - type: Transform - rot: 3.141592653589793 rad - pos: -14.4896145,34.68303 - parent: 1 - - uid: 14540 + rot: -1.5707963267948966 rad + pos: 37.5,36.5 + parent: 2 + - uid: 21270 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.48712,30.33314 - parent: 1 - - uid: 14552 + rot: -1.5707963267948966 rad + pos: 38.5,36.5 + parent: 2 + - uid: 21271 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.46681,34.272972 - parent: 1 - - uid: 14556 + rot: -1.5707963267948966 rad + pos: 39.5,36.5 + parent: 2 + - uid: 21272 components: - type: Transform - pos: -49.482433,48.469536 - parent: 1 -- proto: SignDirectionalChapel - entities: - - uid: 7562 + rot: -1.5707963267948966 rad + pos: 36.5,34.5 + parent: 2 + - uid: 21273 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -59.500328,3.3044572 - parent: 1 - - uid: 14516 + rot: -1.5707963267948966 rad + pos: 37.5,34.5 + parent: 2 + - uid: 21274 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.488658,7.654808 - parent: 1 - - uid: 14520 + rot: -1.5707963267948966 rad + pos: 35.5,34.5 + parent: 2 + - uid: 21275 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.469654,3.3579326 - parent: 1 - - uid: 15336 + rot: -1.5707963267948966 rad + pos: 34.5,34.5 + parent: 2 + - uid: 21296 components: - type: Transform - pos: 12.499381,4.2810507 - parent: 1 -- proto: SignDirectionalCryo - entities: - - uid: 6366 + rot: -1.5707963267948966 rad + pos: 31.5,40.5 + parent: 2 + - uid: 21297 components: - type: Transform - pos: 12.5,4.5 - parent: 1 -- proto: SignDirectionalDorms - entities: - - uid: 1093 + rot: -1.5707963267948966 rad + pos: 32.5,40.5 + parent: 2 + - uid: 21298 components: - type: Transform - pos: 6.5,-9.5 - parent: 1 - - uid: 2571 + rot: -1.5707963267948966 rad + pos: 34.5,40.5 + parent: 2 + - uid: 21299 components: - type: Transform - pos: 3.5,3.5 - parent: 1 - - uid: 15337 + rot: -1.5707963267948966 rad + pos: 35.5,40.5 + parent: 2 + - uid: 21300 components: - type: Transform - pos: 12.499381,4.71345 - parent: 1 - - uid: 16566 + rot: -1.5707963267948966 rad + pos: 36.5,40.5 + parent: 2 + - uid: 21301 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,3.5 - parent: 1 - - uid: 17076 + rot: -1.5707963267948966 rad + pos: 37.5,40.5 + parent: 2 + - uid: 21302 components: - type: Transform rot: -1.5707963267948966 rad - pos: 11.5,-4.5 - parent: 1 -- proto: SignDirectionalEng - entities: - - uid: 14500 + pos: 38.5,40.5 + parent: 2 + - uid: 21303 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.490047,7.504322 - parent: 1 - - uid: 14510 + rot: -1.5707963267948966 rad + pos: 39.5,40.5 + parent: 2 + - uid: 21304 components: - type: Transform - rot: 3.141592653589793 rad - pos: -39.452663,8.478849 - parent: 1 - - uid: 14523 + rot: -1.5707963267948966 rad + pos: 33.5,40.5 + parent: 2 + - uid: 21305 components: - type: Transform rot: -1.5707963267948966 rad - pos: -14.487816,3.550912 - parent: 1 - - uid: 14533 + pos: 39.5,42.5 + parent: 2 + - uid: 21306 components: - type: Transform rot: -1.5707963267948966 rad - pos: -14.4896145,34.261154 - parent: 1 - - uid: 14545 + pos: 38.5,42.5 + parent: 2 + - uid: 21307 components: - type: Transform rot: -1.5707963267948966 rad - pos: -39.47286,34.276833 - parent: 1 - - uid: 14554 + pos: 37.5,42.5 + parent: 2 + - uid: 21308 components: - type: Transform rot: -1.5707963267948966 rad - pos: -45.482433,34.679222 - parent: 1 - - uid: 14555 + pos: 36.5,42.5 + parent: 2 + - uid: 21309 components: - type: Transform rot: -1.5707963267948966 rad - pos: -49.46681,48.26641 - parent: 1 -- proto: SignDirectionalEvac - entities: - - uid: 10254 + pos: 35.5,42.5 + parent: 2 + - uid: 21310 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.436047,7.683338 - parent: 1 - - uid: 14505 + rot: -1.5707963267948966 rad + pos: 34.5,42.5 + parent: 2 + - uid: 21311 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.472736,3.7415338 - parent: 1 - - uid: 14513 + rot: -1.5707963267948966 rad + pos: 33.5,42.5 + parent: 2 + - uid: 21312 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.468357,3.5641694 - parent: 1 - - uid: 14514 + rot: -1.5707963267948966 rad + pos: 32.5,42.5 + parent: 2 + - uid: 21313 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.488658,7.248558 - parent: 1 - - uid: 14531 + rot: -1.5707963267948966 rad + pos: 31.5,42.5 + parent: 2 + - uid: 21314 components: - type: Transform - pos: -14.474767,30.840607 - parent: 1 - - uid: 14542 + rot: -1.5707963267948966 rad + pos: 30.5,42.5 + parent: 2 + - uid: 21358 components: - type: Transform - pos: -39.48712,30.567514 - parent: 1 - - uid: 16143 + rot: -1.5707963267948966 rad + pos: 41.5,42.5 + parent: 2 + - uid: 21359 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.501053,34.303085 - parent: 1 - - uid: 16236 + rot: -1.5707963267948966 rad + pos: 40.5,42.5 + parent: 2 + - uid: 21360 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,7.5 - parent: 1 -- proto: SignDirectionalGravity - entities: - - uid: 14506 + rot: -1.5707963267948966 rad + pos: 41.5,35.5 + parent: 2 + - uid: 21361 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.472736,3.5227838 - parent: 1 - - uid: 14512 + rot: -1.5707963267948966 rad + pos: 41.5,34.5 + parent: 2 + - uid: 21362 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.468357,3.7672944 - parent: 1 - - uid: 14532 + rot: -1.5707963267948966 rad + pos: 40.5,34.5 + parent: 2 + - uid: 21363 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.490392,7.668745 - parent: 1 - - uid: 14534 + rot: -1.5707963267948966 rad + pos: 41.5,36.5 + parent: 2 + - uid: 21364 components: - type: Transform - pos: -14.4896145,34.46428 - parent: 1 - - uid: 14546 + rot: -1.5707963267948966 rad + pos: 41.5,41.5 + parent: 2 + - uid: 21365 components: - type: Transform - pos: -39.47286,34.479958 - parent: 1 -- proto: SignDirectionalHop - entities: - - uid: 16034 + rot: -1.5707963267948966 rad + pos: 41.5,40.5 + parent: 2 + - uid: 21382 components: - type: Transform - rot: 3.141592653589793 rad - pos: -18.473791,34.6705 - parent: 1 -- proto: SignDirectionalJanitor + rot: -1.5707963267948966 rad + pos: 41.5,39.5 + parent: 2 +- proto: SolarTracker entities: - - uid: 16567 + - uid: 16090 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.500328,3.693616 - parent: 1 -- proto: SignDirectionalMed - entities: - - uid: 14502 + pos: 28.5,-27.5 + parent: 2 + - uid: 21374 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.48836,7.2415333 - parent: 1 - - uid: 14509 + pos: 44.5,38.5 + parent: 2 +- proto: SolarTrackerElectronics + entities: + - uid: 16091 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.43669,7.2913494 - parent: 1 - - uid: 14515 + pos: -7.5093555,8.3066 + parent: 2 +- proto: SolidSecretDoor + entities: + - uid: 12421 components: - type: Transform rot: 3.141592653589793 rad - pos: -10.488658,7.451683 - parent: 1 - - uid: 14538 + pos: -25.5,-14.5 + parent: 2 +- proto: SpaceCash10000 + entities: + - uid: 6994 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.48712,30.73939 - parent: 1 - - uid: 14557 + parent: 6992 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: SpaceHeaterAnchored + entities: + - uid: 13616 components: - type: Transform - pos: -49.482433,48.657036 - parent: 1 - - uid: 14558 + pos: -77.5,36.5 + parent: 2 + - uid: 14312 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.49806,34.875084 - parent: 1 - - uid: 15236 + pos: -79.5,36.5 + parent: 2 +- proto: SpaceTickSpawner + entities: + - uid: 16094 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,34.5 - parent: 1 -- proto: SignDirectionalSci + pos: 19.5,-11.5 + parent: 2 +- proto: SpaceVillainArcadeComputerCircuitboard entities: - - uid: 2816 + - uid: 16095 components: - type: Transform - pos: -14.4827,30.222769 - parent: 1 - - uid: 6199 + pos: 16.5,13.5 + parent: 2 +- proto: SpawnMechRipley + entities: + - uid: 16096 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.500534,30.298485 - parent: 1 - - uid: 14503 + pos: -28.5,-11.5 + parent: 2 +- proto: SpawnMobAlexander + entities: + - uid: 16097 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.48836,7.4602833 - parent: 1 - - uid: 14511 + pos: -35.5,46.5 + parent: 2 +- proto: SpawnMobBear + entities: + - uid: 16098 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.43541,7.4944744 - parent: 1 - - uid: 14539 + pos: 7.5,51.5 + parent: 2 +- proto: SpawnMobButterfly + entities: + - uid: 16099 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.48712,30.55189 - parent: 1 - - uid: 17102 + pos: -11.5,38.5 + parent: 2 + - uid: 16100 components: - type: Transform - pos: -10.5,3.5 - parent: 1 -- proto: SignDirectionalSec - entities: - - uid: 14499 + pos: -13.5,38.5 + parent: 2 + - uid: 16101 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.490047,7.723072 - parent: 1 - - uid: 14508 + pos: -11.5,35.5 + parent: 2 + - uid: 16102 components: - type: Transform - rot: 3.141592653589793 rad - pos: -39.450584,8.275724 - parent: 1 - - uid: 14522 + pos: -13.5,35.5 + parent: 2 + - uid: 16103 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.487816,3.769662 - parent: 1 - - uid: 14536 + pos: -11.5,44.5 + parent: 2 + - uid: 16104 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.473362,34.27678 - parent: 1 - - uid: 14541 + pos: -12.5,43.5 + parent: 2 + - uid: 16105 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.48712,30.348764 - parent: 1 - - uid: 14553 + pos: -12.5,40.5 + parent: 2 + - uid: 16106 components: - type: Transform - rot: 3.141592653589793 rad - pos: -45.482433,34.476097 - parent: 1 - - uid: 15499 + pos: -13.5,42.5 + parent: 2 + - uid: 16107 components: - type: Transform - rot: 3.141592653589793 rad - pos: -54.501053,34.696877 - parent: 1 -- proto: SignDirectionalSolar - entities: - - uid: 14544 + pos: -13.5,44.5 + parent: 2 + - uid: 16108 components: - type: Transform - pos: 23.5,3.5 - parent: 1 -- proto: SignDirectionalSupply + pos: -11.5,40.5 + parent: 2 +- proto: SpawnMobCatBingus entities: - - uid: 14504 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -55.48836,7.6790333 - parent: 1 - - uid: 14524 + - uid: 16109 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.487816,3.363412 - parent: 1 - - uid: 14529 + pos: 20.5,29.5 + parent: 2 +- proto: SpawnMobCockroach + entities: + - uid: 16110 components: - type: Transform - pos: -14.482212,30.433353 - parent: 1 - - uid: 14543 + pos: -63.5,47.5 + parent: 2 + - uid: 16111 components: - type: Transform - pos: -39.48712,30.77064 - parent: 1 -- proto: SignDirectionalWash - entities: - - uid: 16235 + pos: -33.5,11.5 + parent: 2 + - uid: 16112 components: - type: Transform - pos: -25.5,3.5 - parent: 1 -- proto: SignDisposalSpace - entities: - - uid: 18276 + pos: -20.5,20.5 + parent: 2 + - uid: 16113 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,57.5 - parent: 1 -- proto: SignDoors - entities: - - uid: 8958 + pos: 13.5,18.5 + parent: 2 + - uid: 16114 components: - type: Transform - pos: -51.5,66.5 - parent: 1 - - uid: 18277 + pos: 3.5,12.5 + parent: 2 + - uid: 16115 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -89.5,42.5 - parent: 1 - - uid: 18799 + pos: -8.5,25.5 + parent: 2 + - uid: 16116 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,57.5 - parent: 1 -- proto: SignElectricalMed - entities: - - uid: 17511 + pos: -6.5,37.5 + parent: 2 + - uid: 16117 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,48.5 - parent: 1 - - uid: 18403 + pos: -38.5,55.5 + parent: 2 + - uid: 16118 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -80.5,33.5 - parent: 1 -- proto: SignEngine - entities: - - uid: 11458 + pos: -67.5,53.5 + parent: 2 + - uid: 16119 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -80.5,36.5 - parent: 1 - - uid: 17985 + pos: -64.5,16.5 + parent: 2 + - uid: 16120 components: - type: Transform - rot: 3.141592653589793 rad - pos: -75.5,23.5 - parent: 1 -- proto: SignEngineering + pos: -48.5,-5.5 + parent: 2 + - uid: 16121 + components: + - type: Transform + pos: -60.5,27.5 + parent: 2 +- proto: SpawnMobCorgi entities: - - uid: 9853 + - uid: 16122 components: - type: Transform - pos: -59.5,35.5 - parent: 1 -- proto: SignEVA + pos: -23.5,37.5 + parent: 2 +- proto: SpawnMobCrabAtmos entities: - - uid: 15854 + - uid: 16123 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,48.5 - parent: 1 - - uid: 17031 + pos: -83.5,46.5 + parent: 2 +- proto: SpawnMobFoxRenault + entities: + - uid: 16124 components: - type: Transform - pos: -9.5,-37.5 - parent: 1 -- proto: SignExamroom + pos: -5.5,60.5 + parent: 2 +- proto: SpawnMobMcGriff entities: - - uid: 16130 + - uid: 16125 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,31.5 - parent: 1 -- proto: SignFire + pos: -46.5,59.5 + parent: 2 +- proto: SpawnMobMonkey entities: - - uid: 10977 + - uid: 16126 components: - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,39.5 - parent: 1 - - uid: 17983 + rot: -1.5707963267948966 rad + pos: 8.5,12.5 + parent: 2 + - uid: 16127 components: - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,44.5 - parent: 1 - - uid: 18279 + rot: -1.5707963267948966 rad + pos: 6.5,12.5 + parent: 2 + - uid: 16128 components: - type: Transform rot: -1.5707963267948966 rad - pos: -96.5,41.5 - parent: 1 -- proto: SignFlammableMed + pos: 10.5,12.5 + parent: 2 +- proto: SpawnMobMonkeyPunpun entities: - - uid: 16894 + - uid: 16129 components: - type: Transform - pos: -17.5,-34.5 - parent: 1 - - uid: 16895 + pos: -31.5,37.5 + parent: 2 +- proto: SpawnMobMouse + entities: + - uid: 16130 components: - type: Transform - pos: -20.5,-31.5 - parent: 1 -- proto: SignGravity - entities: - - uid: 15170 + pos: 22.5,1.5 + parent: 2 + - uid: 16131 components: - type: Transform - pos: 25.5,4.5 - parent: 1 -- proto: SignHead - entities: - - uid: 2821 + pos: 14.5,17.5 + parent: 2 + - uid: 16132 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,35.5 - parent: 1 - - uid: 13530 + pos: -7.5,46.5 + parent: 2 + - uid: 16133 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,42.5 - parent: 1 -- proto: SignJanitor - entities: - - uid: 1013 + pos: -44.5,53.5 + parent: 2 + - uid: 16134 components: - type: Transform - pos: -49.5,34.5 - parent: 1 -- proto: SignLawyer + pos: -66.5,48.5 + parent: 2 +- proto: SpawnMobParrot entities: - - uid: 10937 + - uid: 16135 components: - type: Transform - pos: -72.5,7.5 - parent: 1 -- proto: SignLibrary + pos: -73.5,16.5 + parent: 2 +- proto: SpawnMobPossumMorty entities: - - uid: 3397 + - uid: 16136 components: - type: Transform - pos: -24.5,7.5 - parent: 1 -- proto: SignMagneticsMed + pos: 15.5,-1.5 + parent: 2 +- proto: SpawnMobRaccoonMorticia entities: - - uid: 16361 + - uid: 16137 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,10.5 - parent: 1 - - uid: 16363 + pos: -38.5,-4.5 + parent: 2 + - uid: 16138 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,15.5 - parent: 1 -- proto: SignMail + pos: -46.5,-6.5 + parent: 2 +- proto: SpawnMobShiva entities: - - uid: 1031 + - uid: 16139 components: - type: Transform - pos: -42.5,3.5 - parent: 1 - - uid: 15097 + pos: -60.5,65.5 + parent: 2 +- proto: SpawnMobSlothPaperwork + entities: + - uid: 16140 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,-0.5 - parent: 1 -- proto: SignMedical + pos: -24.5,12.5 + parent: 2 +- proto: SpawnMobSmile entities: - - uid: 1361 + - uid: 16141 components: - type: Transform - pos: 5.5,27.5 - parent: 1 - - uid: 1903 + pos: -18.5,-16.5 + parent: 2 +- proto: SpawnPointAtmos + entities: + - uid: 16142 components: - type: Transform - pos: 1.5,31.5 - parent: 1 -- proto: SignMorgue - entities: - - uid: 1149 + pos: -71.5,39.5 + parent: 2 + - uid: 16143 components: - type: Transform - pos: 2.5,18.5 - parent: 1 -- proto: SignNews - entities: - - uid: 14296 + pos: -69.5,39.5 + parent: 2 + - uid: 16144 components: - type: Transform - pos: -55.5,-0.5 - parent: 1 -- proto: SignPrison + pos: -70.5,39.5 + parent: 2 +- proto: SpawnPointBartender entities: - - uid: 7205 + - uid: 16145 components: - type: Transform - pos: -51.5,70.5 - parent: 1 - - uid: 7331 + pos: -31.5,36.5 + parent: 2 + - uid: 16146 components: - type: Transform - pos: -51.5,77.5 - parent: 1 -- proto: SignRadiationMed + pos: -31.5,39.5 + parent: 2 +- proto: SpawnPointBlueshieldOfficer entities: - - uid: 15648 + - uid: 16147 components: - type: Transform - rot: 3.141592653589793 rad - pos: -86.5,32.5 - parent: 1 - - uid: 15936 + pos: -4.5,50.5 + parent: 2 +- proto: SpawnPointBorg + entities: + - uid: 16148 components: - type: Transform - pos: -76.5,27.5 - parent: 1 - - uid: 15939 + pos: -9.5,-15.5 + parent: 2 + - uid: 16149 components: - type: Transform - pos: -76.5,23.5 - parent: 1 - - uid: 19243 + pos: -7.5,-15.5 + parent: 2 +- proto: SpawnPointBotanist + entities: + - uid: 16150 components: - type: Transform - pos: -82.5,64.5 - parent: 1 - - uid: 19244 + pos: -43.5,46.5 + parent: 2 + - uid: 16151 components: - type: Transform - pos: -78.5,64.5 - parent: 1 - - uid: 19245 + pos: -41.5,46.5 + parent: 2 + - uid: 16152 components: - type: Transform - pos: -82.5,70.5 - parent: 1 - - uid: 19246 + pos: -43.5,42.5 + parent: 2 + - uid: 16153 components: - type: Transform - pos: -78.5,70.5 - parent: 1 - - uid: 19247 + pos: -41.5,42.5 + parent: 2 +- proto: SpawnPointCaptain + entities: + - uid: 16154 components: - type: Transform - pos: -87.5,70.5 - parent: 1 - - uid: 19248 + pos: -8.5,60.5 + parent: 2 +- proto: SpawnPointCargoTechnician + entities: + - uid: 16155 components: - type: Transform - pos: -73.5,70.5 - parent: 1 - - uid: 19249 + pos: -39.5,-4.5 + parent: 2 + - uid: 16156 components: - type: Transform - pos: -73.5,63.5 - parent: 1 - - uid: 19250 + pos: -37.5,-4.5 + parent: 2 + - uid: 16157 components: - type: Transform - pos: -87.5,63.5 - parent: 1 -- proto: SignRedOne - entities: - - uid: 16080 + pos: -39.5,-6.5 + parent: 2 + - uid: 16158 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,11.5 - parent: 1 -- proto: SignRedTwo + pos: -37.5,-6.5 + parent: 2 +- proto: SpawnPointChaplain entities: - - uid: 16089 + - uid: 16159 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,11.5 - parent: 1 -- proto: SignRND + pos: 20.5,-1.5 + parent: 2 +- proto: SpawnPointChef entities: - - uid: 10660 + - uid: 16160 components: - type: Transform - pos: -14.5,-6.5 - parent: 1 -- proto: SignRobo + pos: -37.5,44.5 + parent: 2 + - uid: 16161 + components: + - type: Transform + pos: -37.5,45.5 + parent: 2 +- proto: SpawnPointChemist entities: - - uid: 10728 + - uid: 16162 components: - type: Transform - pos: -10.5,-14.5 - parent: 1 - - uid: 10905 + pos: -0.5,23.5 + parent: 2 + - uid: 16163 components: - type: Transform - pos: -2.5,-14.5 - parent: 1 -- proto: SignScience + pos: -3.5,23.5 + parent: 2 +- proto: SpawnPointChiefEngineer entities: - - uid: 2475 + - uid: 16164 components: - type: Transform - pos: -11.5,-6.5 - parent: 1 -- proto: SignSecureMed + pos: -9.5,54.5 + parent: 2 +- proto: SpawnPointChiefMedicalOfficer entities: - - uid: 2776 + - uid: 16165 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,-26.5 - parent: 1 - - uid: 6525 + pos: -9.5,56.5 + parent: 2 +- proto: SpawnPointClown + entities: + - uid: 16166 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-2.5 - parent: 1 - - uid: 9319 + pos: -41.5,27.5 + parent: 2 +- proto: SpawnPointDetective + entities: + - uid: 16167 components: - type: Transform - rot: 3.141592653589793 rad - pos: -86.5,34.5 - parent: 1 - - uid: 9624 + pos: -55.5,64.5 + parent: 2 +- proto: SpawnPointHeadOfPersonnel + entities: + - uid: 16168 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-26.5 - parent: 1 - - uid: 12310 + pos: -8.5,56.5 + parent: 2 +- proto: SpawnPointHeadOfSecurity + entities: + - uid: 16169 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-26.5 - parent: 1 - - uid: 12396 + pos: -8.5,54.5 + parent: 2 +- proto: SpawnPointInternalAffairsAgent + entities: + - uid: 16170 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-27.5 - parent: 1 - - uid: 13713 + pos: -74.5,12.5 + parent: 2 +- proto: SpawnPointJanitor + entities: + - uid: 16171 components: - type: Transform - pos: -81.5,21.5 - parent: 1 - - uid: 13866 + pos: -51.5,36.5 + parent: 2 + - uid: 16172 components: - type: Transform - rot: 3.141592653589793 rad - pos: -97.5,15.5 - parent: 1 - - uid: 14308 + pos: -52.5,40.5 + parent: 2 +- proto: SpawnPointLatejoin + entities: + - uid: 16173 components: - type: Transform - pos: -76.5,37.5 - parent: 1 - - uid: 15763 + pos: -73.5,5.5 + parent: 2 + - uid: 16174 components: - type: Transform - pos: -56.5,78.5 - parent: 1 - - uid: 15899 + pos: -66.5,5.5 + parent: 2 +- proto: SpawnPointLawyer + entities: + - uid: 16175 components: - type: Transform - pos: 25.5,22.5 - parent: 1 - - uid: 15921 + pos: -70.5,12.5 + parent: 2 +- proto: SpawnPointLibrarian + entities: + - uid: 16176 components: - type: Transform - pos: -97.5,35.5 - parent: 1 - - uid: 15922 + pos: -30.5,9.5 + parent: 2 +- proto: SpawnPointMedicalDoctor + entities: + - uid: 16177 components: - type: Transform - pos: -62.5,87.5 - parent: 1 - - uid: 15923 + pos: 7.5,24.5 + parent: 2 + - uid: 16178 components: - type: Transform - pos: -49.5,90.5 - parent: 1 - - uid: 15924 + pos: 8.5,24.5 + parent: 2 + - uid: 16179 components: - type: Transform - pos: -49.5,80.5 - parent: 1 - - uid: 15925 + pos: 9.5,24.5 + parent: 2 + - uid: 16180 components: - type: Transform - pos: -107.5,35.5 - parent: 1 - - uid: 15932 + pos: 8.5,23.5 + parent: 2 +- proto: SpawnPointMedicalIntern + entities: + - uid: 16181 components: - type: Transform - pos: -88.5,15.5 - parent: 1 - - uid: 15933 + pos: 3.5,20.5 + parent: 2 + - uid: 16182 components: - type: Transform - pos: -107.5,25.5 - parent: 1 - - uid: 15934 + pos: 3.5,26.5 + parent: 2 + - uid: 16183 components: - type: Transform - pos: -107.5,15.5 - parent: 1 - - uid: 17505 + pos: 3.5,24.5 + parent: 2 + - uid: 16184 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-4.5 - parent: 1 - - uid: 17506 + pos: 3.5,22.5 + parent: 2 +- proto: SpawnPointMime + entities: + - uid: 16185 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,1.5 - parent: 1 -- proto: SignSecureMedRed + pos: -41.5,24.5 + parent: 2 +- proto: SpawnPointMusician entities: - - uid: 1449 + - uid: 16186 components: - type: Transform - pos: -39.5,63.5 - parent: 1 - - uid: 1454 + pos: -24.5,23.5 + parent: 2 +- proto: SpawnPointNanotrasenRepresentative + entities: + - uid: 16187 components: - type: Transform - pos: -40.5,65.5 - parent: 1 - - uid: 7440 + pos: -0.5,50.5 + parent: 2 +- proto: SpawnPointObserver + entities: + - uid: 16188 components: - type: Transform - pos: 9.5,41.5 - parent: 1 - - uid: 8955 + pos: -37.5,5.5 + parent: 2 +- proto: SpawnPointParamedic + entities: + - uid: 16189 components: - type: Transform - pos: -40.5,61.5 - parent: 1 - - uid: 8956 + pos: 12.5,25.5 + parent: 2 +- proto: SpawnPointPassenger + entities: + - uid: 16190 components: - type: Transform - pos: -44.5,63.5 - parent: 1 - - uid: 10903 + pos: -25.5,27.5 + parent: 2 + - uid: 16191 components: - type: Transform - pos: -36.5,59.5 - parent: 1 - - uid: 17502 + pos: -24.5,28.5 + parent: 2 + - uid: 16192 components: - type: Transform - pos: -41.5,69.5 - parent: 1 - - uid: 18357 + pos: -23.5,27.5 + parent: 2 +- proto: SpawnPointQuartermaster + entities: + - uid: 16193 components: - type: Transform - pos: -36.5,65.5 - parent: 1 -- proto: SignSecurity + pos: -10.5,56.5 + parent: 2 +- proto: SpawnPointReporter entities: - - uid: 7576 + - uid: 16194 components: - type: Transform - pos: -14.5,24.5 - parent: 1 - - uid: 9509 + pos: -51.5,-1.5 + parent: 2 +- proto: SpawnPointResearchAssistant + entities: + - uid: 16195 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,52.5 - parent: 1 -- proto: SignShipDock + pos: -17.5,-5.5 + parent: 2 + - uid: 16196 + components: + - type: Transform + pos: -17.5,-3.5 + parent: 2 +- proto: SpawnPointResearchDirector entities: - - uid: 5835 + - uid: 16197 components: - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,17.5 - parent: 1 - - uid: 16179 + pos: -10.5,54.5 + parent: 2 +- proto: SpawnPointRoboticist + entities: + - uid: 16198 components: - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,9.5 - parent: 1 -- proto: SignSpace + pos: -6.5,-16.5 + parent: 2 +- proto: SpawnPointSalvageSpecialist entities: - - uid: 5493 + - uid: 16199 components: - type: Transform - pos: -53.5,78.5 - parent: 1 - - uid: 7329 + pos: -38.5,-11.5 + parent: 2 + - uid: 16200 components: - type: Transform - pos: -53.5,69.5 - parent: 1 - - uid: 7330 + pos: -42.5,-11.5 + parent: 2 + - uid: 16201 components: - type: Transform - pos: -49.5,69.5 - parent: 1 - - uid: 7333 + pos: -40.5,-11.5 + parent: 2 +- proto: SpawnPointScientist + entities: + - uid: 16202 components: - type: Transform - pos: -49.5,78.5 - parent: 1 - - uid: 18278 + pos: -13.5,-33.5 + parent: 2 + - uid: 16203 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -87.5,39.5 - parent: 1 -- proto: SignSurgery - entities: - - uid: 3569 + pos: -14.5,-11.5 + parent: 2 + - uid: 16204 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,35.5 - parent: 1 -- proto: SignTelecomms - entities: - - uid: 9807 + pos: -17.5,-4.5 + parent: 2 + - uid: 16205 components: - type: Transform - pos: -40.5,7.5 - parent: 1 - - uid: 15381 + pos: -3.5,-9.5 + parent: 2 + - uid: 16206 components: - type: Transform - pos: 27.5,22.5 - parent: 1 -- proto: SignTheater + pos: -12.5,-11.5 + parent: 2 +- proto: SpawnPointSecurityCadet entities: - - uid: 9131 + - uid: 16207 components: - type: Transform - pos: -39.5,23.5 - parent: 1 -- proto: SignVirology - entities: - - uid: 1145 + pos: -55.5,56.5 + parent: 2 + - uid: 16208 components: - type: Transform - pos: 5.5,20.5 - parent: 1 -- proto: SiloRelay - entities: - - uid: 436 + pos: -53.5,56.5 + parent: 2 + - uid: 16209 components: - type: Transform - pos: -45.5,-11.5 - parent: 1 - - type: SiloUtilizer - silo: 6424 -- proto: SingularityGenerator + pos: -51.5,56.5 + parent: 2 +- proto: SpawnPointSecurityOfficer entities: - - uid: 17948 + - uid: 16210 components: - type: Transform - pos: -97.5,25.5 - parent: 1 -- proto: Sink - entities: - - uid: 4079 + pos: -63.5,53.5 + parent: 2 + - uid: 16211 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,1.5 - parent: 1 - - uid: 4080 + pos: -62.5,54.5 + parent: 2 + - uid: 16212 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,0.5 - parent: 1 - - uid: 4081 + pos: -61.5,52.5 + parent: 2 + - uid: 16213 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,-0.5 - parent: 1 - - uid: 10150 + pos: -60.5,54.5 + parent: 2 +- proto: SpawnPointServiceWorker + entities: + - uid: 16214 components: - type: Transform - pos: -55.5,86.5 - parent: 1 - - uid: 10764 + pos: -35.5,43.5 + parent: 2 + - uid: 16215 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-7.5 - parent: 1 - - uid: 14669 + pos: -33.5,43.5 + parent: 2 +- proto: SpawnPointStationEngineer + entities: + - uid: 16216 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,58.5 - parent: 1 - - uid: 14969 + pos: -66.5,26.5 + parent: 2 + - uid: 16217 components: - type: Transform - pos: -31.5,40.5 - parent: 1 - - uid: 16410 + pos: -66.5,28.5 + parent: 2 + - uid: 16218 components: - type: Transform - pos: 12.5,46.5 - parent: 1 - - uid: 18670 + pos: -64.5,28.5 + parent: 2 + - uid: 16219 components: - type: Transform - pos: 17.5,59.5 - parent: 1 -- proto: SinkWide + pos: -64.5,26.5 + parent: 2 +- proto: SpawnPointTechnicalAssistant entities: - - uid: 11063 + - uid: 16220 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,22.5 - parent: 1 - - uid: 14597 + pos: -62.5,33.5 + parent: 2 + - uid: 16221 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,48.5 - parent: 1 - - uid: 15008 + pos: -62.5,32.5 + parent: 2 + - uid: 16222 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,44.5 - parent: 1 -- proto: SmartFridge + pos: -62.5,31.5 + parent: 2 +- proto: SpawnPointWarden entities: - - uid: 1936 + - uid: 16223 components: - type: Transform - pos: -4.5,27.5 - parent: 1 - - uid: 10355 + pos: -47.5,61.5 + parent: 2 +- proto: SpawnVendingMachineRestockFoodDrink + entities: + - uid: 16224 components: - type: Transform - pos: -39.5,46.5 - parent: 1 -- proto: SMESAdvanced - entities: - - uid: 7072 + pos: -53.5,44.5 + parent: 2 + - uid: 16225 components: - - type: MetaData - name: SMES Bank 4 - type: Transform - pos: -71.5,28.5 - parent: 1 - - uid: 7126 + pos: -20.5,13.5 + parent: 2 +- proto: SprayBottleSpaceCleaner + entities: + - uid: 16226 components: - - type: MetaData - name: SMES Bank 1 - type: Transform - pos: -71.5,31.5 - parent: 1 - - uid: 8192 + pos: -53.34061,37.26712 + parent: 2 + - uid: 16227 components: - - type: MetaData - name: SMES Bank 2 - type: Transform - pos: -71.5,30.5 - parent: 1 - - uid: 8460 + pos: -53.52811,37.06907 + parent: 2 + - uid: 16228 components: - - type: MetaData - name: SMES Bank 3 - type: Transform - pos: -71.5,29.5 - parent: 1 -- proto: SMESBasic + pos: -50.655052,39.965927 + parent: 2 +- proto: StairDark entities: - - uid: 749 + - uid: 16229 components: - - type: MetaData - name: Southeast Solars SMES - type: Transform - pos: 27.5,-7.5 - parent: 1 - - uid: 921 + pos: -4.5,-10.5 + parent: 2 + - uid: 16230 components: - - type: MetaData - name: Grav SMES - type: Transform - pos: 25.5,3.5 - parent: 1 - - uid: 1323 + rot: -1.5707963267948966 rad + pos: -61.5,4.5 + parent: 2 + - uid: 16231 components: - type: Transform - pos: -71.5,19.5 - parent: 1 - - uid: 2036 + rot: -1.5707963267948966 rad + pos: -61.5,5.5 + parent: 2 + - uid: 16232 components: - type: Transform - pos: -76.5,19.5 - parent: 1 - - uid: 2761 + rot: -1.5707963267948966 rad + pos: -30.5,4.5 + parent: 2 + - uid: 16233 components: - - type: MetaData - name: Telecomms SMES - type: Transform - pos: 25.5,23.5 - parent: 1 - - uid: 2781 + rot: -1.5707963267948966 rad + pos: -30.5,5.5 + parent: 2 + - uid: 16234 components: - - type: MetaData - name: Security SMES - type: Transform - pos: -63.5,57.5 - parent: 1 - - uid: 4091 + rot: -1.5707963267948966 rad + pos: -30.5,6.5 + parent: 2 + - uid: 16235 components: - - type: MetaData - name: Particle Accelerator SMES - type: Transform - pos: -80.5,22.5 - parent: 1 - - uid: 5187 + rot: -1.5707963267948966 rad + pos: -18.5,59.5 + parent: 2 + - uid: 16236 components: - type: Transform - pos: -81.5,59.5 - parent: 1 - - uid: 14635 + pos: -3.5,-10.5 + parent: 2 + - uid: 16237 components: - type: Transform - pos: -79.5,59.5 - parent: 1 - - uid: 16675 + pos: -2.5,-10.5 + parent: 2 + - uid: 16238 components: - - type: MetaData - name: AI Core SMES - type: Transform - pos: 0.5,-0.5 - parent: 1 - - uid: 18275 + pos: -36.5,8.5 + parent: 2 + - uid: 16239 components: - type: Transform - pos: -80.5,59.5 - parent: 1 -- proto: SmokingPipe - entities: - - uid: 61 + rot: 1.5707963267948966 rad + pos: -42.5,6.5 + parent: 2 + - uid: 16240 components: - type: Transform - pos: -34.59064,49.648758 - parent: 1 - - uid: 70 + rot: 1.5707963267948966 rad + pos: -42.5,5.5 + parent: 2 + - uid: 16241 components: - type: Transform - pos: -34.481266,49.461258 - parent: 1 -- proto: SmokingPipeFilledTobacco - entities: - - uid: 5903 + rot: 1.5707963267948966 rad + pos: -42.5,4.5 + parent: 2 + - uid: 16242 components: - type: Transform - pos: -9.5713625,61.58219 - parent: 1 -- proto: SodaDispenser - entities: - - uid: 695 + pos: -37.5,8.5 + parent: 2 + - uid: 16243 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,50.5 - parent: 1 - - uid: 5270 + pos: -38.5,8.5 + parent: 2 + - uid: 16244 components: - type: Transform - pos: -54.5,21.5 - parent: 1 - - uid: 9742 + rot: -1.5707963267948966 rad + pos: -18.5,60.5 + parent: 2 + - uid: 16245 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,35.5 - parent: 1 -- proto: SolarAssemblyFlatpack - entities: - - uid: 15982 + rot: 3.141592653589793 rad + pos: -17.5,61.5 + parent: 2 + - uid: 16246 components: - type: Transform - pos: -7.5718555,8.615294 - parent: 1 - - uid: 15983 + rot: 3.141592653589793 rad + pos: -16.5,61.5 + parent: 2 + - uid: 16247 components: - type: Transform - pos: -7.2749805,8.599669 - parent: 1 - - uid: 15984 + rot: 3.141592653589793 rad + pos: -15.5,61.5 + parent: 2 + - uid: 16248 components: - type: Transform - pos: -7.3374805,8.490294 - parent: 1 - - uid: 15985 + rot: 1.5707963267948966 rad + pos: -14.5,60.5 + parent: 2 + - uid: 16249 components: - type: Transform - pos: -7.6812305,8.552794 - parent: 1 -- proto: SolarPanel - entities: - - uid: 803 + rot: 1.5707963267948966 rad + pos: -14.5,59.5 + parent: 2 + - uid: 16250 components: - type: Transform - pos: 18.5,-14.5 - parent: 1 - - uid: 804 + rot: -1.5707963267948966 rad + pos: -61.5,6.5 + parent: 2 + - uid: 16251 components: - type: Transform - pos: 19.5,-14.5 - parent: 1 - - uid: 805 + rot: -1.5707963267948966 rad + pos: -61.5,-9.5 + parent: 2 + - uid: 16252 components: - type: Transform - pos: 20.5,-14.5 - parent: 1 - - uid: 806 + rot: -1.5707963267948966 rad + pos: -61.5,-10.5 + parent: 2 + - uid: 16253 components: - type: Transform - pos: 21.5,-14.5 - parent: 1 - - uid: 807 + rot: -1.5707963267948966 rad + pos: -61.5,-11.5 + parent: 2 + - uid: 16254 components: - type: Transform - pos: 22.5,-14.5 - parent: 1 - - uid: 808 + rot: 3.141592653589793 rad + pos: 25.5,7.5 + parent: 2 + - uid: 16255 components: - type: Transform - pos: 23.5,-14.5 - parent: 1 - - uid: 809 + pos: -48.5,48.5 + parent: 2 + - uid: 16256 components: - type: Transform - pos: 24.5,-14.5 - parent: 1 - - uid: 810 + pos: -47.5,48.5 + parent: 2 + - uid: 16257 components: - type: Transform - pos: 25.5,-14.5 - parent: 1 - - uid: 811 + pos: -46.5,48.5 + parent: 2 + - uid: 16258 components: - type: Transform - pos: 26.5,-14.5 - parent: 1 - - uid: 812 + rot: 3.141592653589793 rad + pos: 27.5,7.5 + parent: 2 + - uid: 16259 components: - type: Transform - pos: 27.5,-14.5 - parent: 1 - - uid: 813 + rot: 3.141592653589793 rad + pos: 28.5,7.5 + parent: 2 + - uid: 16260 components: - type: Transform - pos: 18.5,-16.5 - parent: 1 - - uid: 814 + rot: 3.141592653589793 rad + pos: 26.5,7.5 + parent: 2 + - uid: 16261 components: - type: Transform - pos: 19.5,-16.5 - parent: 1 - - uid: 815 + pos: -17.5,44.5 + parent: 2 + - uid: 16262 components: - type: Transform - pos: 20.5,-16.5 - parent: 1 - - uid: 816 + pos: -16.5,44.5 + parent: 2 + - uid: 16263 components: - type: Transform - pos: 21.5,-16.5 - parent: 1 - - uid: 817 + pos: -15.5,44.5 + parent: 2 + - uid: 16264 components: - type: Transform - pos: 22.5,-16.5 - parent: 1 - - uid: 818 + rot: -1.5707963267948966 rad + pos: -10.5,33.5 + parent: 2 + - uid: 16265 components: - type: Transform - pos: 23.5,-16.5 - parent: 1 - - uid: 819 + rot: -1.5707963267948966 rad + pos: -10.5,32.5 + parent: 2 + - uid: 16266 components: - type: Transform - pos: 24.5,-16.5 - parent: 1 - - uid: 820 + rot: -1.5707963267948966 rad + pos: -10.5,31.5 + parent: 2 + - uid: 16267 components: - type: Transform - pos: 25.5,-16.5 - parent: 1 - - uid: 821 + rot: 3.141592653589793 rad + pos: -80.5,63.5 + parent: 2 + - uid: 16268 components: - type: Transform - pos: 26.5,-16.5 - parent: 1 - - uid: 822 + rot: 3.141592653589793 rad + pos: -84.5,63.5 + parent: 2 +- proto: StairStageWood + entities: + - uid: 16269 components: - type: Transform - pos: 27.5,-16.5 - parent: 1 - - uid: 823 + rot: -1.5707963267948966 rad + pos: -30.5,29.5 + parent: 2 + - uid: 16270 components: - type: Transform - pos: 19.5,-18.5 - parent: 1 - - uid: 824 + pos: 23.5,54.5 + parent: 2 +- proto: StairWhite + entities: + - uid: 16271 components: - type: Transform - pos: 20.5,-18.5 - parent: 1 - - uid: 825 + rot: 3.141592653589793 rad + pos: -2.5,25.5 + parent: 2 + - uid: 16272 components: - type: Transform - pos: 21.5,-18.5 - parent: 1 - - uid: 826 + rot: 3.141592653589793 rad + pos: -1.5,25.5 + parent: 2 + - uid: 16273 components: - type: Transform - pos: 22.5,-18.5 - parent: 1 - - uid: 827 + rot: -1.5707963267948966 rad + pos: 2.5,15.5 + parent: 2 + - uid: 16274 components: - type: Transform - pos: 23.5,-18.5 - parent: 1 - - uid: 828 + pos: 19.5,29.5 + parent: 2 + - uid: 16275 components: - type: Transform - pos: 24.5,-18.5 - parent: 1 - - uid: 829 + rot: 1.5707963267948966 rad + pos: 1.5,23.5 + parent: 2 +- proto: StairWood + entities: + - uid: 16276 components: - type: Transform - pos: 25.5,-18.5 - parent: 1 - - uid: 830 + rot: -1.5707963267948966 rad + pos: -6.5,61.5 + parent: 2 + - uid: 16277 components: - type: Transform - pos: 26.5,-18.5 - parent: 1 - - uid: 831 + rot: 1.5707963267948966 rad + pos: -19.5,-19.5 + parent: 2 +- proto: StasisBed + entities: + - uid: 16278 components: - type: Transform - pos: 27.5,-18.5 - parent: 1 - - uid: 832 + pos: 8.5,28.5 + parent: 2 + - uid: 16279 components: - type: Transform - pos: 19.5,-20.5 - parent: 1 - - uid: 833 + pos: 12.5,28.5 + parent: 2 + - uid: 16280 components: - type: Transform - pos: 20.5,-20.5 - parent: 1 - - uid: 834 + pos: 10.5,28.5 + parent: 2 +- proto: StationAiUploadComputer + entities: + - uid: 16281 components: - type: Transform - pos: 21.5,-20.5 - parent: 1 - - uid: 835 + pos: 18.5,19.5 + parent: 2 +- proto: StationAnchor + entities: + - uid: 16282 components: - type: Transform - pos: 22.5,-20.5 - parent: 1 - - uid: 836 + pos: -8.5,12.5 + parent: 2 +- proto: StationEfficiencyCircuitBoard + entities: + - uid: 16283 components: - type: Transform - pos: 23.5,-20.5 - parent: 1 - - uid: 837 + pos: 17.506392,16.513924 + parent: 2 +- proto: StationMap + entities: + - uid: 16284 components: - type: Transform - pos: 24.5,-20.5 - parent: 1 - - uid: 838 + rot: 3.141592653589793 rad + pos: -3.5,3.5 + parent: 2 + - uid: 16285 components: - type: Transform - pos: 25.5,-20.5 - parent: 1 - - uid: 839 + pos: -72.5,-8.5 + parent: 2 + - uid: 16286 components: - type: Transform - pos: 26.5,-20.5 - parent: 1 - - uid: 840 + rot: -1.5707963267948966 rad + pos: -55.5,2.5 + parent: 2 + - uid: 16287 components: - type: Transform - pos: 27.5,-20.5 - parent: 1 - - uid: 841 + rot: -1.5707963267948966 rad + pos: -45.5,47.5 + parent: 2 + - uid: 16288 components: - type: Transform - pos: 20.5,-22.5 - parent: 1 - - uid: 842 + pos: -30.5,34.5 + parent: 2 + - uid: 16289 components: - type: Transform - pos: 21.5,-22.5 - parent: 1 - - uid: 843 + rot: 1.5707963267948966 rad + pos: -18.5,43.5 + parent: 2 + - uid: 16290 components: - type: Transform - pos: 22.5,-22.5 - parent: 1 - - uid: 844 + rot: -1.5707963267948966 rad + pos: -10.5,21.5 + parent: 2 + - uid: 16291 components: - type: Transform - pos: 23.5,-22.5 - parent: 1 - - uid: 845 + rot: 3.141592653589793 rad + pos: -22.5,3.5 + parent: 2 + - uid: 16292 components: - type: Transform - pos: 24.5,-22.5 - parent: 1 - - uid: 846 + rot: 1.5707963267948966 rad + pos: -39.5,10.5 + parent: 2 + - uid: 16293 components: - type: Transform - pos: 25.5,-22.5 - parent: 1 - - uid: 847 + rot: 1.5707963267948966 rad + pos: 24.5,10.5 + parent: 2 + - uid: 16294 components: - type: Transform - pos: 26.5,-22.5 - parent: 1 - - uid: 848 + pos: -52.5,7.5 + parent: 2 + - uid: 16295 components: - type: Transform - pos: 27.5,-22.5 - parent: 1 - - uid: 849 + pos: 10.5,7.5 + parent: 2 + - uid: 16296 components: - type: Transform - pos: 20.5,-24.5 - parent: 1 - - uid: 850 + pos: -73.5,7.5 + parent: 2 +- proto: StationMapBroken + entities: + - uid: 16297 components: - type: Transform - pos: 21.5,-24.5 - parent: 1 - - uid: 851 + rot: 1.5707963267948966 rad + pos: -39.5,26.5 + parent: 2 + - uid: 16298 components: - type: Transform - pos: 22.5,-24.5 - parent: 1 - - uid: 852 + rot: -1.5707963267948966 rad + pos: -55.5,44.5 + parent: 2 +- proto: StatueVenusBlue + entities: + - uid: 16299 components: - type: Transform - pos: 23.5,-24.5 - parent: 1 - - uid: 853 + pos: -32.5,17.5 + parent: 2 +- proto: StatueVenusRed + entities: + - uid: 16300 components: - type: Transform - pos: 24.5,-24.5 - parent: 1 - - uid: 854 + pos: -34.5,18.5 + parent: 2 +- proto: Stool + entities: + - uid: 16301 components: - type: Transform - pos: 25.5,-24.5 - parent: 1 - - uid: 855 + rot: 3.141592653589793 rad + pos: -29.5,26.5 + parent: 2 + - uid: 16302 components: - type: Transform - pos: 26.5,-24.5 - parent: 1 - - uid: 856 + rot: -1.5707963267948966 rad + pos: -46.5,12.5 + parent: 2 + - uid: 16303 components: - type: Transform - pos: 27.5,-24.5 - parent: 1 -- proto: SolarTracker - entities: - - uid: 860 + rot: -1.5707963267948966 rad + pos: -49.5,12.5 + parent: 2 + - uid: 16304 components: - type: Transform - pos: 28.5,-27.5 - parent: 1 -- proto: SolarTrackerElectronics + rot: 1.5707963267948966 rad + pos: 22.5,56.5 + parent: 2 +- proto: StoolBar entities: - - uid: 15986 + - uid: 16305 components: - type: Transform - pos: -7.5093555,8.3066 - parent: 1 -- proto: SpaceCash10000 - entities: - - uid: 5894 + rot: 3.141592653589793 rad + pos: -54.5,16.5 + parent: 2 + - uid: 16306 components: - type: Transform - parent: 5892 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: SpaceHeaterAnchored - entities: - - uid: 18909 + rot: 3.141592653589793 rad + pos: -53.5,16.5 + parent: 2 + - uid: 16307 components: - type: Transform - pos: -89.5,45.5 - parent: 1 - - uid: 18910 + rot: 3.141592653589793 rad + pos: -52.5,16.5 + parent: 2 + - uid: 16308 components: - type: Transform - pos: -89.5,46.5 - parent: 1 -- proto: SpaceTickSpawner - entities: - - uid: 10007 + rot: 1.5707963267948966 rad + pos: -34.5,38.5 + parent: 2 + - uid: 16309 components: - type: Transform - pos: 19.5,-11.5 - parent: 1 -- proto: SpaceVillainArcadeComputerCircuitboard - entities: - - uid: 4094 + rot: 1.5707963267948966 rad + pos: -34.5,37.5 + parent: 2 + - uid: 16310 components: - type: Transform - pos: 16.5,13.5 - parent: 1 -- proto: SpawnMechRipley - entities: - - uid: 10260 + rot: 1.5707963267948966 rad + pos: -34.5,36.5 + parent: 2 + - uid: 16311 components: - type: Transform - pos: -28.5,-11.5 - parent: 1 -- proto: SpawnMobAlexander - entities: - - uid: 14184 + rot: 1.5707963267948966 rad + pos: -34.5,35.5 + parent: 2 + - uid: 16312 components: - type: Transform - pos: -35.5,46.5 - parent: 1 -- proto: SpawnMobBear - entities: - - uid: 6324 + pos: 18.5,52.5 + parent: 2 + - uid: 16313 components: - type: Transform - pos: 7.5,51.5 - parent: 1 -- proto: SpawnMobCatBingus - entities: - - uid: 8984 + pos: 19.5,52.5 + parent: 2 + - uid: 16314 components: - type: Transform - pos: 16.5,30.5 - parent: 1 -- proto: SpawnMobCockroach - entities: - - uid: 12377 + pos: 20.5,52.5 + parent: 2 + - uid: 16315 components: - type: Transform - pos: -63.5,47.5 - parent: 1 - - uid: 14089 + rot: 1.5707963267948966 rad + pos: 28.5,67.5 + parent: 2 + - uid: 16316 components: - type: Transform - pos: -1.5,46.5 - parent: 1 - - uid: 15873 + rot: 1.5707963267948966 rad + pos: 28.5,68.5 + parent: 2 + - uid: 16317 components: - type: Transform - pos: -33.5,11.5 - parent: 1 - - uid: 15874 + rot: 1.5707963267948966 rad + pos: 28.5,69.5 + parent: 2 +- proto: StorageCanister + entities: + - uid: 16318 components: - type: Transform - pos: -20.5,20.5 - parent: 1 - - uid: 15927 + pos: -71.5,45.5 + parent: 2 + - uid: 16319 components: - type: Transform - pos: 7.5,40.5 - parent: 1 - - uid: 15929 + pos: 0.5,22.5 + parent: 2 + - uid: 16320 components: - type: Transform - pos: 13.5,18.5 - parent: 1 - - uid: 15930 + pos: -72.5,45.5 + parent: 2 + - uid: 16321 components: - type: Transform - pos: 3.5,12.5 - parent: 1 - - uid: 15975 + pos: -92.5,57.5 + parent: 2 + - uid: 16322 components: - type: Transform - pos: -8.5,25.5 - parent: 1 - - uid: 16033 + pos: -69.5,45.5 + parent: 2 + - uid: 16323 components: - type: Transform - pos: -6.5,37.5 - parent: 1 - - uid: 16230 + pos: -70.5,45.5 + parent: 2 +- proto: StrangePill + entities: + - uid: 8508 components: - type: Transform - pos: -38.5,55.5 - parent: 1 - - uid: 16231 + pos: 19.537603,51.5271 + parent: 2 + - uid: 16324 components: - type: Transform - pos: -67.5,53.5 - parent: 1 - - uid: 16233 + pos: 11.3808155,57.5671 + parent: 2 + - uid: 17424 components: - type: Transform - pos: -64.5,16.5 - parent: 1 - - uid: 16234 + pos: 29.583508,69.5537 + parent: 2 + - uid: 17487 components: - type: Transform - pos: -48.5,-5.5 - parent: 1 - - uid: 17575 + pos: 14.489336,65.636055 + parent: 2 + - uid: 20320 components: - type: Transform - pos: -60.5,27.5 - parent: 1 -- proto: SpawnMobCorgi - entities: - - uid: 7548 + pos: 21.542076,37.52636 + parent: 2 + - uid: 20321 components: - type: Transform - pos: -23.5,37.5 - parent: 1 -- proto: SpawnMobCrabAtmos - entities: - - uid: 18302 + pos: 15.343839,34.53856 + parent: 2 + - uid: 20322 components: - type: Transform - pos: -83.5,46.5 - parent: 1 -- proto: SpawnMobFoxRenault - entities: - - uid: 14993 + pos: 22.541758,29.59763 + parent: 2 + - uid: 20323 components: - type: Transform - pos: -5.5,60.5 - parent: 1 -- proto: SpawnMobMcGriff - entities: - - uid: 14183 + pos: 35.489788,-4.4379387 + parent: 2 + - uid: 20324 components: - type: Transform - pos: -46.5,59.5 - parent: 1 -- proto: SpawnMobMonkeyPunpun - entities: - - uid: 14168 + pos: 21.563496,-11.437204 + parent: 2 + - uid: 20325 components: - type: Transform - pos: -31.5,37.5 - parent: 1 -- proto: SpawnMobMouse - entities: - - uid: 4996 + pos: -0.51688397,-28.441792 + parent: 2 + - uid: 20326 components: - type: Transform - pos: 10.5,39.5 - parent: 1 - - uid: 15042 + pos: -26.481247,-16.489834 + parent: 2 + - uid: 20327 components: - type: Transform - pos: 22.5,1.5 - parent: 1 - - uid: 15043 + pos: -60.450447,20.521904 + parent: 2 + - uid: 20329 components: - type: Transform - pos: 14.5,17.5 - parent: 1 - - uid: 15045 + pos: -65.50437,64.607635 + parent: 2 +- proto: SubstationBasic + entities: + - uid: 16325 components: + - type: MetaData + name: Dorms Substation - type: Transform - pos: -7.5,46.5 - parent: 1 - - uid: 15046 + pos: 11.5,-9.5 + parent: 2 + - uid: 16326 components: + - type: MetaData + name: Library Substation - type: Transform - pos: -44.5,53.5 - parent: 1 - - uid: 15047 + pos: -15.5,17.5 + parent: 2 + - uid: 16327 components: + - type: MetaData + name: Grav Substation - type: Transform - pos: -66.5,48.5 - parent: 1 -- proto: SpawnMobParrot - entities: - - uid: 13924 + pos: 25.5,1.5 + parent: 2 + - uid: 16328 components: + - type: MetaData + name: EVAC Substation - type: Transform - pos: -73.5,16.5 - parent: 1 -- proto: SpawnMobPossumMorty - entities: - - uid: 1825 + pos: 23.5,9.5 + parent: 2 + - uid: 16329 components: + - type: MetaData + name: Telecomms Substation - type: Transform - pos: 15.5,-1.5 - parent: 1 -- proto: SpawnMobRaccoonMorticia - entities: - - uid: 14179 + pos: 28.5,23.5 + parent: 2 + - uid: 16330 components: + - type: MetaData + name: Medical Substation - type: Transform - pos: -38.5,-4.5 - parent: 1 - - uid: 14995 + pos: -9.5,18.5 + parent: 2 + - uid: 16331 components: + - type: MetaData + name: Security Substation - type: Transform - pos: -46.5,-6.5 - parent: 1 -- proto: SpawnMobShiva - entities: - - uid: 3680 + pos: -63.5,58.5 + parent: 2 + - uid: 16332 components: + - type: MetaData + name: Supply Substation - type: Transform - pos: -60.5,65.5 - parent: 1 -- proto: SpawnMobSlothPaperwork - entities: - - uid: 14185 + pos: -24.5,-3.5 + parent: 2 + - uid: 16333 components: + - type: MetaData + name: Particle Accelerator Substation - type: Transform - pos: -24.5,12.5 - parent: 1 -- proto: SpawnMobSmile - entities: - - uid: 17077 + pos: -81.5,22.5 + parent: 2 + - uid: 16334 components: + - type: MetaData + name: Tech Storage Substation - type: Transform - pos: -18.5,-16.5 - parent: 1 -- proto: SpawnMobWalter - entities: - - uid: 14181 + pos: -40.5,15.5 + parent: 2 + - uid: 16335 components: + - type: MetaData + name: Engineering Substation - type: Transform - pos: -2.5,22.5 - parent: 1 -- proto: SpawnPointAtmos - entities: - - uid: 18415 + pos: -71.5,25.5 + parent: 2 + - uid: 16336 components: + - type: MetaData + name: Northeast Maints Substation - type: Transform - pos: -71.5,39.5 - parent: 1 - - uid: 18416 + pos: 18.5,46.5 + parent: 2 + - uid: 16337 components: + - type: MetaData + name: Bridge Substation - type: Transform - pos: -69.5,39.5 - parent: 1 - - uid: 18417 + pos: -3.5,56.5 + parent: 2 + - uid: 16338 components: + - type: MetaData + name: Service Substation - type: Transform - pos: -70.5,39.5 - parent: 1 -- proto: SpawnPointBartender - entities: - - uid: 9724 + pos: -35.5,57.5 + parent: 2 + - uid: 16339 components: - type: Transform - pos: -31.5,36.5 - parent: 1 - - uid: 9725 + pos: -86.5,62.5 + parent: 2 + - uid: 16340 components: - type: Transform - pos: -31.5,39.5 - parent: 1 -- proto: SpawnPointBlueshieldOfficer - entities: - - uid: 14196 + pos: -74.5,46.5 + parent: 2 + - uid: 16341 components: + - type: MetaData + name: Science Substation - type: Transform - pos: -4.5,50.5 - parent: 1 -- proto: SpawnPointBorg - entities: - - uid: 16877 + pos: 3.5,-19.5 + parent: 2 + - uid: 16342 components: + - type: MetaData + name: AI Core Substation - type: Transform - pos: -9.5,-15.5 - parent: 1 - - uid: 16878 + pos: 0.5,-2.5 + parent: 2 + - uid: 20741 components: - type: Transform - pos: -7.5,-15.5 - parent: 1 -- proto: SpawnPointBotanist + pos: -88.5,5.5 + parent: 2 + - uid: 21071 + components: + - type: Transform + pos: -96.5,51.5 + parent: 2 +- proto: SuitStorageAtmos entities: - - uid: 5179 + - uid: 16343 components: - type: Transform - pos: -43.5,46.5 - parent: 1 - - uid: 8209 + pos: -71.5,37.5 + parent: 2 + - uid: 16344 components: - type: Transform - pos: -41.5,46.5 - parent: 1 - - uid: 8212 + pos: -70.5,37.5 + parent: 2 + - uid: 16345 components: - type: Transform - pos: -43.5,42.5 - parent: 1 - - uid: 10814 + pos: -69.5,37.5 + parent: 2 +- proto: SuitStorageBlueshield + entities: + - uid: 16346 components: - type: Transform - pos: -41.5,42.5 - parent: 1 -- proto: SpawnPointCaptain + pos: -5.5,51.5 + parent: 2 +- proto: SuitStorageCaptain entities: - - uid: 16122 + - uid: 16347 components: - type: Transform - pos: -8.5,60.5 - parent: 1 -- proto: SpawnPointCargoTechnician + pos: -6.5,60.5 + parent: 2 +- proto: SuitStorageCE entities: - - uid: 3660 + - uid: 16348 components: - type: Transform - pos: -39.5,-4.5 - parent: 1 - - uid: 3661 + pos: -71.5,15.5 + parent: 2 +- proto: SuitStorageEVA + entities: + - uid: 16349 components: - type: Transform - pos: -37.5,-4.5 - parent: 1 - - uid: 3662 + pos: -23.5,48.5 + parent: 2 + - uid: 16350 components: - type: Transform - pos: -39.5,-6.5 - parent: 1 - - uid: 3663 + pos: -21.5,47.5 + parent: 2 + - uid: 16351 components: - type: Transform - pos: -37.5,-6.5 - parent: 1 -- proto: SpawnPointChaplain - entities: - - uid: 10823 + pos: -21.5,48.5 + parent: 2 + - uid: 16352 components: - type: Transform - pos: 20.5,-1.5 - parent: 1 -- proto: SpawnPointChef + pos: -23.5,47.5 + parent: 2 +- proto: SuitStorageEVAPrisoner entities: - - uid: 6933 + - uid: 16353 components: - type: Transform - pos: -37.5,44.5 - parent: 1 - - uid: 6934 + pos: -47.5,68.5 + parent: 2 + - uid: 16354 components: - type: Transform - pos: -37.5,45.5 - parent: 1 -- proto: SpawnPointChemist - entities: - - uid: 2182 + pos: -48.5,68.5 + parent: 2 + - uid: 16355 components: - type: Transform - pos: -1.5,25.5 - parent: 1 - - uid: 2183 + pos: -55.5,79.5 + parent: 2 + - uid: 16356 components: - type: Transform - pos: -2.5,23.5 - parent: 1 -- proto: SpawnPointChiefEngineer + pos: -55.5,80.5 + parent: 2 +- proto: SuitStorageHOS entities: - - uid: 16120 + - uid: 16357 components: - type: Transform - pos: -9.5,54.5 - parent: 1 -- proto: SpawnPointChiefMedicalOfficer + pos: -63.5,65.5 + parent: 2 +- proto: SuitStorageNTSRA entities: - - uid: 16118 + - uid: 16358 components: - type: Transform - pos: -9.5,56.5 - parent: 1 -- proto: SpawnPointClown + pos: 21.5,43.5 + parent: 2 +- proto: SuitStorageRD entities: - - uid: 4188 + - uid: 16359 components: - type: Transform - pos: -41.5,27.5 - parent: 1 -- proto: SpawnPointDetective + pos: -22.5,-14.5 + parent: 2 +- proto: SuitStorageSec entities: - - uid: 7964 + - uid: 16360 components: - type: Transform - pos: -55.5,64.5 - parent: 1 -- proto: SpawnPointHeadOfPersonnel - entities: - - uid: 16121 + pos: -48.5,65.5 + parent: 2 + - uid: 16361 components: - type: Transform - pos: -8.5,56.5 - parent: 1 -- proto: SpawnPointHeadOfSecurity - entities: - - uid: 16116 + pos: -47.5,65.5 + parent: 2 + - uid: 16362 components: - type: Transform - pos: -8.5,54.5 - parent: 1 -- proto: SpawnPointInternalAffairsAgent - entities: - - uid: 18426 + pos: -45.5,65.5 + parent: 2 + - uid: 16363 components: - type: Transform - pos: -74.5,12.5 - parent: 1 -- proto: SpawnPointJanitor - entities: - - uid: 10196 + pos: -62.5,50.5 + parent: 2 + - uid: 16364 components: - type: Transform - pos: -51.5,36.5 - parent: 1 - - uid: 14571 + pos: -63.5,51.5 + parent: 2 + - uid: 16365 components: - type: Transform - pos: -52.5,40.5 - parent: 1 -- proto: SpawnPointLatejoin - entities: - - uid: 4855 + pos: -63.5,50.5 + parent: 2 + - uid: 16366 components: - type: Transform - pos: -73.5,5.5 - parent: 1 - - uid: 4861 + pos: -46.5,65.5 + parent: 2 +- proto: SuitStorageWarden + entities: + - uid: 16367 components: - type: Transform - pos: -66.5,5.5 - parent: 1 -- proto: SpawnPointLawyer + pos: -45.5,61.5 + parent: 2 +- proto: Supermatter entities: - - uid: 3554 + - uid: 16368 components: - type: Transform - pos: -70.5,12.5 - parent: 1 -- proto: SpawnPointLibrarian + pos: -80.5,66.5 + parent: 2 +- proto: SurveillanceCameraCommand entities: - - uid: 3398 + - uid: 16369 components: - type: Transform - pos: -30.5,9.5 - parent: 1 -- proto: SpawnPointMedicalDoctor - entities: - - uid: 14923 + rot: 3.141592653589793 rad + pos: -7.5,62.5 + parent: 2 + - uid: 16370 components: - type: Transform - pos: 7.5,24.5 - parent: 1 - - uid: 14924 + rot: -1.5707963267948966 rad + pos: -23.5,47.5 + parent: 2 + - type: SurveillanceCamera + id: EVA Room + - uid: 16371 components: - type: Transform - pos: 8.5,24.5 - parent: 1 - - uid: 14925 + rot: 3.141592653589793 rad + pos: -41.5,11.5 + parent: 2 + - type: SurveillanceCamera + id: Camera Router Room + - uid: 16372 components: - type: Transform - pos: 9.5,24.5 - parent: 1 - - uid: 14926 + pos: 26.5,1.5 + parent: 2 + - type: SurveillanceCamera + id: Gravity + - uid: 16373 components: - type: Transform - pos: 8.5,23.5 - parent: 1 -- proto: SpawnPointMedicalIntern - entities: - - uid: 14927 + rot: 1.5707963267948966 rad + pos: 19.5,18.5 + parent: 2 + - type: SurveillanceCamera + id: AI Upload + - uid: 16374 components: - type: Transform - pos: 3.5,31.5 - parent: 1 - - uid: 14928 + rot: 3.141592653589793 rad + pos: -15.5,51.5 + parent: 2 + - type: SurveillanceCamera + id: Bridge Entrance + - uid: 16375 components: - type: Transform - pos: 3.5,29.5 - parent: 1 - - uid: 14929 + rot: -1.5707963267948966 rad + pos: -18.5,56.5 + parent: 2 + - type: SurveillanceCamera + id: Bridge Reception + - uid: 16376 components: - type: Transform - pos: 3.5,24.5 - parent: 1 - - uid: 14930 + rot: 1.5707963267948966 rad + pos: -20.5,56.5 + parent: 2 + - type: SurveillanceCamera + id: Vault + - uid: 16377 components: - type: Transform - pos: 3.5,22.5 - parent: 1 -- proto: SpawnPointMime - entities: - - uid: 4215 + pos: -14.5,62.5 + parent: 2 + - type: SurveillanceCamera + id: Bridge + - uid: 16378 components: - type: Transform - pos: -41.5,24.5 - parent: 1 -- proto: SpawnPointMusician - entities: - - uid: 4139 + pos: -4.5,58.5 + parent: 2 + - type: SurveillanceCamera + id: Captain's Bathroom + - uid: 16379 components: - type: Transform - pos: -24.5,23.5 - parent: 1 -- proto: SpawnPointNanotrasenRepresentative - entities: - - uid: 10909 + rot: -1.5707963267948966 rad + pos: -23.5,40.5 + parent: 2 + - type: SurveillanceCamera + id: HoP Office + - uid: 16380 components: - type: Transform - pos: -0.5,50.5 - parent: 1 -- proto: SpawnPointObserver - entities: - - uid: 15178 + pos: -8.5,-2.5 + parent: 2 + - type: SurveillanceCamera + id: AI Core Entrance + - uid: 16381 components: - type: Transform - pos: -37.5,5.5 - parent: 1 -- proto: SpawnPointParamedic - entities: - - uid: 9197 + rot: 1.5707963267948966 rad + pos: 0.5,-2.5 + parent: 2 + - type: SurveillanceCamera + id: AI Core Power + - uid: 16382 components: - type: Transform - pos: 12.5,25.5 - parent: 1 -- proto: SpawnPointPassenger - entities: - - uid: 10824 + rot: -1.5707963267948966 rad + pos: -6.5,-0.5 + parent: 2 + - type: SurveillanceCamera + id: AI Core + - uid: 16383 components: - type: Transform - pos: -25.5,27.5 - parent: 1 - - uid: 10825 + rot: 1.5707963267948966 rad + pos: 2.5,-3.5 + parent: 2 + - type: SurveillanceCamera + id: AI Core Exterior +- proto: SurveillanceCameraEngineering + entities: + - uid: 14310 components: - type: Transform - pos: -24.5,28.5 - parent: 1 - - uid: 10826 + pos: -81.5,59.5 + parent: 2 + - type: SurveillanceCamera + id: supermatter + - uid: 16092 components: - type: Transform - pos: -23.5,27.5 - parent: 1 -- proto: SpawnPointQuartermaster - entities: - - uid: 16119 + rot: 3.141592653589793 rad + pos: -71.5,45.5 + parent: 2 + - type: SurveillanceCamera + id: Canister Storage + - uid: 16385 components: - type: Transform - pos: -10.5,56.5 - parent: 1 -- proto: SpawnPointReporter - entities: - - uid: 1879 + rot: 3.141592653589793 rad + pos: -51.5,29.5 + parent: 2 + - type: SurveillanceCamera + id: Storage + - uid: 16386 components: - type: Transform - pos: -51.5,-1.5 - parent: 1 -- proto: SpawnPointResearchAssistant - entities: - - uid: 12409 + pos: -50.5,23.5 + parent: 2 + - type: SurveillanceCamera + id: Tech Vault + - uid: 16387 components: - type: Transform - pos: -17.5,-5.5 - parent: 1 - - uid: 15560 + rot: -1.5707963267948966 rad + pos: -67.5,28.5 + parent: 2 + - type: SurveillanceCamera + id: Equipment Room + - uid: 16388 components: - type: Transform - pos: -17.5,-3.5 - parent: 1 -- proto: SpawnPointResearchDirector - entities: - - uid: 16117 + rot: 1.5707963267948966 rad + pos: -69.5,29.5 + parent: 2 + - type: SurveillanceCamera + id: SMES + - uid: 16389 components: - type: Transform - pos: -10.5,54.5 - parent: 1 -- proto: SpawnPointRoboticist - entities: - - uid: 13891 + pos: -66.5,19.5 + parent: 2 + - type: SurveillanceCamera + id: AME + - uid: 16390 components: - type: Transform - pos: -6.5,-16.5 - parent: 1 -- proto: SpawnPointSalvageSpecialist - entities: - - uid: 10343 + pos: -59.5,30.5 + parent: 2 + - type: SurveillanceCamera + id: Engineering Entrance + - uid: 16391 components: - type: Transform - pos: -38.5,-11.5 - parent: 1 - - uid: 13813 + rot: 1.5707963267948966 rad + pos: -77.5,41.5 + parent: 2 + - type: SurveillanceCamera + id: Atmos Hallway + - uid: 16396 components: - type: Transform - pos: -42.5,-11.5 - parent: 1 - - uid: 13814 + rot: -1.5707963267948966 rad + pos: -79.5,32.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Engineering Breakroom + - uid: 16397 components: - type: Transform - pos: -40.5,-11.5 - parent: 1 -- proto: SpawnPointScientist - entities: - - uid: 307 + pos: -74.5,37.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Atmos Gear Room + - uid: 21184 components: - type: Transform - pos: -13.5,-33.5 - parent: 1 - - uid: 360 + rot: 3.141592653589793 rad + pos: -99.5,34.5 + parent: 2 + - type: SurveillanceCamera + id: tesla north + - uid: 21205 components: + - type: MetaData + name: sm corridor - type: Transform - pos: -14.5,-11.5 - parent: 1 - - uid: 13153 + pos: -75.5,54.5 + parent: 2 + - type: SurveillanceCamera + id: sm corridor + - uid: 21206 components: - type: Transform - pos: -17.5,-4.5 - parent: 1 - - uid: 13159 + rot: 1.5707963267948966 rad + pos: -88.5,63.5 + parent: 2 + - type: SurveillanceCamera + id: sm exterior west + - uid: 21208 components: - type: Transform - pos: -3.5,-9.5 - parent: 1 - - uid: 18845 + pos: -81.5,22.5 + parent: 2 + - type: SurveillanceCamera + id: pa room + - uid: 21209 components: - type: Transform - pos: -12.5,-11.5 - parent: 1 -- proto: SpawnPointSecurityCadet - entities: - - uid: 9994 + rot: 1.5707963267948966 rad + pos: -102.5,48.5 + parent: 2 + - type: SurveillanceCamera + id: hfr cage + - uid: 21210 components: - type: Transform - pos: -55.5,56.5 - parent: 1 - - uid: 9995 + pos: -99.5,16.5 + parent: 2 + - type: SurveillanceCamera + id: tesla south + - uid: 21415 components: - type: Transform - pos: -53.5,56.5 - parent: 1 - - uid: 9996 + rot: 3.141592653589793 rad + pos: 30.5,-10.5 + parent: 2 + - type: SurveillanceCamera + id: solars SE + - uid: 21436 components: - type: Transform - pos: -51.5,56.5 - parent: 1 -- proto: SpawnPointSecurityOfficer + rot: -1.5707963267948966 rad + pos: 28.5,36.5 + parent: 2 + - type: SurveillanceCamera + id: solars E +- proto: SurveillanceCameraGeneral entities: - - uid: 2507 + - uid: 16399 components: - type: Transform - pos: -63.5,53.5 - parent: 1 - - uid: 7900 + pos: 12.5,-17.5 + parent: 2 + - type: SurveillanceCamera + id: Dorms Lounge + - uid: 16400 components: - type: Transform - pos: -64.5,54.5 - parent: 1 - - uid: 9990 + rot: 3.141592653589793 rad + pos: -31.5,29.5 + parent: 2 + - type: SurveillanceCamera + id: Theatre + - uid: 16401 components: - type: Transform - pos: -62.5,54.5 - parent: 1 - - uid: 10379 + rot: -1.5707963267948966 rad + pos: -17.5,41.5 + parent: 2 + - type: SurveillanceCamera + id: Bridge Hallway + - uid: 16402 components: - type: Transform - pos: -64.5,55.5 - parent: 1 -- proto: SpawnPointServiceWorker - entities: - - uid: 6036 + rot: 1.5707963267948966 rad + pos: -25.5,1.5 + parent: 2 + - type: SurveillanceCamera + id: Bathroom + - uid: 16404 components: - type: Transform - pos: -35.5,43.5 - parent: 1 - - uid: 10216 + rot: 1.5707963267948966 rad + pos: -57.5,-11.5 + parent: 2 + - type: SurveillanceCamera + id: Visitor Docks + - uid: 16406 components: - type: Transform - pos: -33.5,43.5 - parent: 1 -- proto: SpawnPointStationEngineer - entities: - - uid: 14426 + rot: -1.5707963267948966 rad + pos: -17.5,43.5 + parent: 2 + - type: SurveillanceCamera + id: Bridge Hallway + - uid: 16407 components: - type: Transform - pos: -66.5,26.5 - parent: 1 - - uid: 14427 + rot: -1.5707963267948966 rad + pos: -28.5,11.5 + parent: 2 + - type: SurveillanceCamera + id: Library + - uid: 16408 components: - type: Transform - pos: -66.5,28.5 - parent: 1 - - uid: 14428 + rot: 3.141592653589793 rad + pos: -25.5,18.5 + parent: 2 + - type: SurveillanceCamera + id: Library Backroom + - uid: 16409 components: - type: Transform - pos: -64.5,28.5 - parent: 1 - - uid: 14429 + pos: -24.5,26.5 + parent: 2 + - type: SurveillanceCamera + id: Tool Room + - uid: 16410 components: - type: Transform - pos: -64.5,26.5 - parent: 1 -- proto: SpawnPointTechnicalAssistant - entities: - - uid: 5325 + rot: 1.5707963267948966 rad + pos: -56.5,2.5 + parent: 2 + - type: SurveillanceCamera + id: Arrivals Corridor + - uid: 16411 components: - type: Transform - pos: -62.5,33.5 - parent: 1 - - uid: 7133 + rot: 3.141592653589793 rad + pos: 14.5,6.5 + parent: 2 + - type: SurveillanceCamera + id: Evac Corridor + - uid: 16412 components: - type: Transform - pos: -62.5,32.5 - parent: 1 - - uid: 10809 + pos: 13.5,-2.5 + parent: 2 + - type: SurveillanceCamera + id: Chapel + - uid: 16413 components: - type: Transform - pos: -62.5,31.5 - parent: 1 -- proto: SpawnPointWarden - entities: - - uid: 7958 + rot: 1.5707963267948966 rad + pos: 28.5,11.5 + parent: 2 + - type: SurveillanceCamera + id: Evac 2 + - uid: 16414 components: - type: Transform - pos: -47.5,61.5 - parent: 1 -- proto: SpawnVendingMachineRestockFoodDrink - entities: - - uid: 13675 + rot: -1.5707963267948966 rad + pos: 25.5,20.5 + parent: 2 + - type: SurveillanceCamera + id: Evac 1 + - uid: 16415 components: - type: Transform - pos: -53.5,44.5 - parent: 1 -- proto: SprayBottleSpaceCleaner - entities: - - uid: 16440 + rot: 3.141592653589793 rad + pos: -66.5,6.5 + parent: 2 + - type: SurveillanceCamera + id: Arrivals Upper + - uid: 16416 components: - type: Transform - pos: -53.34061,37.26712 - parent: 1 - - uid: 16441 + pos: 8.5,0.5 + parent: 2 + - type: SurveillanceCamera + id: Cryosleep + - uid: 16417 components: - type: Transform - pos: -53.52811,37.06907 - parent: 1 - - uid: 16534 + rot: 3.141592653589793 rad + pos: -46.5,6.5 + parent: 2 + - type: SurveillanceCamera + id: Arrivals Hallway + - uid: 16418 components: - type: Transform - pos: -50.655052,39.965927 - parent: 1 -- proto: StairDark - entities: - - uid: 231 + rot: 3.141592653589793 rad + pos: -34.5,7.5 + parent: 2 + - type: SurveillanceCamera + id: Cargo Outer + - uid: 16419 components: - type: Transform - pos: -4.5,-10.5 - parent: 1 - - uid: 1436 + rot: 1.5707963267948966 rad + pos: -46.5,8.5 + parent: 2 + - type: SurveillanceCamera + id: Sauna + - uid: 16420 components: - type: Transform rot: -1.5707963267948966 rad - pos: -61.5,4.5 - parent: 1 - - uid: 1844 + pos: -58.5,43.5 + parent: 2 + - type: SurveillanceCamera + id: Courtroom Hallway + - uid: 16421 components: - type: Transform rot: -1.5707963267948966 rad - pos: -61.5,5.5 - parent: 1 - - uid: 6979 + pos: -58.5,20.5 + parent: 2 + - type: SurveillanceCamera + id: Coffee Bar Hallway + - uid: 16422 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,4.5 - parent: 1 - - uid: 7010 + rot: 1.5707963267948966 rad + pos: 11.5,-1.5 + parent: 2 + - type: SurveillanceCamera + id: Dorms Hallway + - uid: 16423 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,5.5 - parent: 1 - - uid: 7028 + rot: 1.5707963267948966 rad + pos: 8.5,-10.5 + parent: 2 + - type: SurveillanceCamera + id: Dorms Entrance +- proto: SurveillanceCameraMedical + entities: + - uid: 16424 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,6.5 - parent: 1 - - uid: 7058 + pos: 7.5,19.5 + parent: 2 + - type: SurveillanceCamera + id: Virology Airlock + - uid: 16425 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,59.5 - parent: 1 - - uid: 8627 + pos: 9.5,22.5 + parent: 2 + - type: SurveillanceCamera + id: medbayLockers + - uid: 16426 components: - type: Transform - pos: -3.5,-10.5 - parent: 1 - - uid: 10575 + rot: 3.141592653589793 rad + pos: 8.5,17.5 + parent: 2 + - type: SurveillanceCamera + id: Virology + - uid: 16427 components: - type: Transform - pos: -2.5,-10.5 - parent: 1 - - uid: 11123 + rot: 3.141592653589793 rad + pos: -11.5,33.5 + parent: 2 + - type: SurveillanceCamera + id: Entrance + - uid: 16428 components: - type: Transform - pos: -36.5,8.5 - parent: 1 - - uid: 11260 + pos: 9.5,29.5 + parent: 2 + - type: SurveillanceCamera + id: medbayExam + - uid: 16429 components: - type: Transform rot: 1.5707963267948966 rad - pos: -42.5,6.5 - parent: 1 - - uid: 11262 + pos: 12.5,35.5 + parent: 2 + - type: SurveillanceCamera + id: medbayWard + - uid: 16430 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,5.5 - parent: 1 - - uid: 11264 + pos: 2.5,19.5 + parent: 2 + - uid: 16431 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,4.5 - parent: 1 - - uid: 11267 + pos: -1.5,19.5 + parent: 2 + - type: SurveillanceCamera + id: chemistryLab + - uid: 16432 components: - type: Transform - pos: -37.5,8.5 - parent: 1 - - uid: 11309 + rot: -1.5707963267948966 rad + pos: 18.5,29.5 + parent: 2 + - type: SurveillanceCamera + id: cmoRoom + - uid: 16433 components: - type: Transform - pos: -38.5,8.5 - parent: 1 - - uid: 14647 + rot: 1.5707963267948966 rad + pos: 16.5,30.5 + parent: 2 + - type: SurveillanceCamera + id: cmoOffice + - uid: 16434 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,60.5 - parent: 1 - - uid: 14983 + rot: 1.5707963267948966 rad + pos: 0.5,34.5 + parent: 2 + - type: SurveillanceCamera + id: medbayFront + - uid: 16435 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,61.5 - parent: 1 - - uid: 14985 + rot: 1.5707963267948966 rad + pos: 4.5,39.5 + parent: 2 + - type: SurveillanceCamera + id: medbaySurgery + - uid: 16436 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,61.5 - parent: 1 - - uid: 14986 + pos: 8.5,39.5 + parent: 2 + - type: SurveillanceCamera + id: medbayCryo +- proto: SurveillanceCameraRouterCommand + entities: + - uid: 16437 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,61.5 - parent: 1 - - uid: 14987 + pos: -40.5,8.5 + parent: 2 +- proto: SurveillanceCameraRouterEngineering + entities: + - uid: 16438 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,60.5 - parent: 1 - - uid: 14988 + pos: -42.5,9.5 + parent: 2 +- proto: SurveillanceCameraRouterGeneral + entities: + - uid: 16439 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,59.5 - parent: 1 - - uid: 15174 + pos: -40.5,11.5 + parent: 2 +- proto: SurveillanceCameraRouterMedical + entities: + - uid: 16440 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,6.5 - parent: 1 - - uid: 15175 + pos: -42.5,11.5 + parent: 2 +- proto: SurveillanceCameraRouterScience + entities: + - uid: 16441 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,-9.5 - parent: 1 - - uid: 15176 + pos: -42.5,8.5 + parent: 2 +- proto: SurveillanceCameraRouterSecurity + entities: + - uid: 16442 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,-10.5 - parent: 1 - - uid: 15177 + pos: -40.5,9.5 + parent: 2 +- proto: SurveillanceCameraRouterService + entities: + - uid: 16443 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,-11.5 - parent: 1 - - uid: 15348 + pos: -42.5,10.5 + parent: 2 +- proto: SurveillanceCameraRouterSupply + entities: + - uid: 16444 components: - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,7.5 - parent: 1 - - uid: 15568 + pos: -40.5,10.5 + parent: 2 +- proto: SurveillanceCameraScience + entities: + - uid: 16445 components: - type: Transform - pos: -48.5,48.5 - parent: 1 - - uid: 15569 + rot: -1.5707963267948966 rad + pos: -9.5,-8.5 + parent: 2 + - type: SurveillanceCamera + id: Anomaly Vessels + - uid: 16446 components: - type: Transform - pos: -47.5,48.5 - parent: 1 - - uid: 15570 + rot: 1.5707963267948966 rad + pos: 0.5,-11.5 + parent: 2 + - type: SurveillanceCamera + id: Anomaly Workshop + - uid: 16447 components: - type: Transform - pos: -46.5,48.5 - parent: 1 - - uid: 15572 + pos: -11.5,-8.5 + parent: 2 + - type: SurveillanceCamera + id: Science Entrance + - uid: 16448 components: - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,7.5 - parent: 1 - - uid: 15573 + rot: 1.5707963267948966 rad + pos: -11.5,0.5 + parent: 2 + - type: SurveillanceCamera + id: Science Hallway + - uid: 16449 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,7.5 - parent: 1 - - uid: 15574 + rot: 1.5707963267948966 rad + pos: -15.5,-6.5 + parent: 2 + - type: SurveillanceCamera + id: Research & Development + - uid: 16452 components: - type: Transform rot: 3.141592653589793 rad - pos: 26.5,7.5 - parent: 1 - - uid: 15575 - components: - - type: Transform - pos: -17.5,44.5 - parent: 1 - - uid: 15576 + pos: -16.5,-17.5 + parent: 2 + - type: SurveillanceCamera + id: Server Room + - uid: 16453 components: - type: Transform - pos: -16.5,44.5 - parent: 1 - - uid: 15577 + rot: 3.141592653589793 rad + pos: -16.5,-14.5 + parent: 2 + - type: SurveillanceCamera + id: Tech Room + - uid: 16454 components: - type: Transform - pos: -15.5,44.5 - parent: 1 - - uid: 16036 + pos: -14.5,-12.5 + parent: 2 + - type: SurveillanceCamera + id: Science Locker Room + - uid: 16455 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,33.5 - parent: 1 - - uid: 16037 + rot: 3.141592653589793 rad + pos: -6.5,-15.5 + parent: 2 + - type: SurveillanceCamera + id: Robotics + - uid: 16457 components: - type: Transform rot: -1.5707963267948966 rad - pos: -10.5,32.5 - parent: 1 - - uid: 16038 + pos: -13.5,-23.5 + parent: 2 + - type: SurveillanceCamera + id: Xenoarcheology Bridge + - uid: 16458 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,31.5 - parent: 1 - - uid: 19060 + rot: 1.5707963267948966 rad + pos: -11.5,-33.5 + parent: 2 + - type: SurveillanceCamera + id: Xenoarcheology Lab + - uid: 16459 components: - type: Transform rot: 3.141592653589793 rad - pos: -80.5,63.5 - parent: 1 - - uid: 19062 + pos: -8.5,-30.5 + parent: 2 + - type: SurveillanceCamera + id: Xenoarcheology Storage +- proto: SurveillanceCameraSecurity + entities: + - uid: 16460 components: - type: Transform rot: 3.141592653589793 rad - pos: -84.5,63.5 - parent: 1 - - uid: 19063 + pos: -51.5,58.5 + parent: 2 + - type: SurveillanceCamera + id: Brig Area + - uid: 16461 components: - type: Transform rot: 3.141592653589793 rad - pos: -76.5,63.5 - parent: 1 -- proto: StairStageWood - entities: - - uid: 7998 + pos: -63.5,55.5 + parent: 2 + - type: SurveillanceCamera + id: Equipment Room + - uid: 16462 components: - type: Transform rot: -1.5707963267948966 rad - pos: -30.5,29.5 - parent: 1 - - uid: 18502 + pos: -48.5,50.5 + parent: 2 + - type: SurveillanceCamera + id: Entrance + - uid: 16463 components: - type: Transform - pos: 23.5,54.5 - parent: 1 -- proto: StairWood - entities: - - uid: 6054 + rot: 1.5707963267948966 rad + pos: -46.5,60.5 + parent: 2 + - type: SurveillanceCamera + id: Warden's Office + - uid: 16464 components: - type: Transform rot: -1.5707963267948966 rad - pos: -6.5,61.5 - parent: 1 - - uid: 10423 + pos: -56.5,64.5 + parent: 2 + - type: SurveillanceCamera + id: Detective's Office + - uid: 16465 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-19.5 - parent: 1 -- proto: StasisBed - entities: - - uid: 1438 + pos: -51.5,60.5 + parent: 2 + - type: SurveillanceCamera + id: Main Hall + - uid: 16466 components: - type: Transform - pos: 8.5,33.5 - parent: 1 - - uid: 13625 + rot: -1.5707963267948966 rad + pos: -43.5,63.5 + parent: 2 + - type: SurveillanceCamera + id: Armory + - uid: 16467 components: - type: Transform - pos: 8.5,35.5 - parent: 1 -- proto: StationAiUploadComputer - entities: - - uid: 1308 + pos: -51.5,71.5 + parent: 2 + - type: SurveillanceCamera + id: Space Bridge + - uid: 16468 components: - type: Transform - pos: 18.5,19.5 - parent: 1 -- proto: StationAnchor - entities: - - uid: 1011 + rot: -1.5707963267948966 rad + pos: -52.5,86.5 + parent: 2 + - type: SurveillanceCamera + id: Perma Hall + - uid: 16469 components: - type: Transform - pos: -8.5,12.5 - parent: 1 -- proto: StationEfficiencyCircuitBoard - entities: - - uid: 11870 + rot: 1.5707963267948966 rad + pos: -57.5,85.5 + parent: 2 + - type: SurveillanceCamera + id: Permabrig + - uid: 16471 components: - type: Transform - pos: 17.506392,16.513924 - parent: 1 -- proto: StationMap - entities: - - uid: 6322 + rot: -1.5707963267948966 rad + pos: -64.5,41.5 + parent: 2 + - type: SurveillanceCamera + id: Courtroom + - uid: 16472 components: - type: Transform rot: 3.141592653589793 rad - pos: -3.5,3.5 - parent: 1 - - uid: 12512 - components: - - type: Transform - pos: -72.5,-8.5 - parent: 1 - - uid: 12772 + pos: 0.5,10.5 + parent: 2 + - type: SurveillanceCamera + id: Evac Corridor Checkpoint + - uid: 16473 components: - type: Transform rot: -1.5707963267948966 rad - pos: -55.5,2.5 - parent: 1 - - uid: 12808 + pos: -17.5,27.5 + parent: 2 + - type: SurveillanceCamera + id: Med Checkpoint + - uid: 16474 components: - type: Transform rot: -1.5707963267948966 rad - pos: -45.5,47.5 - parent: 1 - - uid: 12809 - components: - - type: Transform - pos: -30.5,34.5 - parent: 1 - - uid: 12823 + pos: -71.5,11.5 + parent: 2 + - type: SurveillanceCamera + id: Lawyer's Desk + - uid: 21212 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,43.5 - parent: 1 - - uid: 12824 + pos: -41.5,68.5 + parent: 2 + - type: SurveillanceCamera + id: armory exterior north + - uid: 21214 components: - type: Transform rot: -1.5707963267948966 rad - pos: -10.5,21.5 - parent: 1 - - uid: 13038 + pos: -38.5,65.5 + parent: 2 + - type: SurveillanceCamera + id: armory exterior east + - uid: 21215 components: - type: Transform rot: 3.141592653589793 rad - pos: -22.5,3.5 - parent: 1 - - uid: 13076 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,10.5 - parent: 1 - - uid: 15760 + pos: -42.5,58.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + id: armory exterior south +- proto: SurveillanceCameraService + entities: + - uid: 16475 components: - type: Transform rot: 1.5707963267948966 rad - pos: 24.5,10.5 - parent: 1 - - uid: 16219 + pos: -52.5,13.5 + parent: 2 + - type: SurveillanceCamera + id: Coffee Bar + - uid: 16476 components: - type: Transform - pos: -52.5,7.5 - parent: 1 - - uid: 16306 + rot: 3.141592653589793 rad + pos: -28.5,47.5 + parent: 2 + - type: SurveillanceCamera + id: Freezer + - uid: 16478 components: - type: Transform - pos: 10.5,7.5 - parent: 1 - - uid: 17595 + pos: -42.5,41.5 + parent: 2 + - type: SurveillanceCamera + id: Botany + - uid: 16479 components: - type: Transform - pos: -73.5,7.5 - parent: 1 -- proto: StationMapBroken - entities: - - uid: 13218 + rot: 1.5707963267948966 rad + pos: -30.5,36.5 + parent: 2 + - type: SurveillanceCamera + id: Bar Right + - uid: 16481 components: - type: Transform rot: 1.5707963267948966 rad - pos: -39.5,26.5 - parent: 1 - - uid: 13221 + pos: -50.5,-1.5 + parent: 2 + - type: SurveillanceCamera + id: Reporter Office + - uid: 16482 components: - type: Transform rot: -1.5707963267948966 rad - pos: -55.5,44.5 - parent: 1 -- proto: StatueVenusBlue - entities: - - uid: 5707 + pos: -53.5,36.5 + parent: 2 + - type: SurveillanceCamera + id: Janitorial Front + - uid: 16483 components: - type: Transform - pos: -32.5,17.5 - parent: 1 -- proto: StatueVenusRed - entities: - - uid: 5706 + rot: -1.5707963267948966 rad + pos: -54.5,39.5 + parent: 2 + - type: SurveillanceCamera + id: Janitorial Back + - uid: 16484 components: - type: Transform - pos: -34.5,18.5 - parent: 1 -- proto: Stool + rot: 3.141592653589793 rad + pos: -15.5,15.5 + parent: 2 + - type: SurveillanceCamera + id: Vox Room +- proto: SurveillanceCameraSupply entities: - - uid: 4140 + - uid: 16485 components: - type: Transform rot: 3.141592653589793 rad - pos: -29.5,26.5 - parent: 1 - - uid: 7172 + pos: -45.5,-1.5 + parent: 2 + - type: SurveillanceCamera + id: Cargo Breakroom + - uid: 16486 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,12.5 - parent: 1 - - uid: 7173 + pos: -44.5,-13.5 + parent: 2 + - type: SurveillanceCamera + id: Salvage Bay + - uid: 16487 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,-9.5 + parent: 2 + - type: SurveillanceCamera + id: Cargo Dock + - uid: 16488 components: - type: Transform rot: -1.5707963267948966 rad - pos: -49.5,12.5 - parent: 1 - - uid: 18512 + pos: -46.5,-6.5 + parent: 2 + - type: SurveillanceCamera + id: Quartermaster's Office + - uid: 16489 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,56.5 - parent: 1 -- proto: StoolBar - entities: - - uid: 5262 + rot: -1.5707963267948966 rad + pos: -35.5,-13.5 + parent: 2 + - type: SurveillanceCamera + id: Cargo Dock + - uid: 16490 components: - type: Transform rot: 3.141592653589793 rad - pos: -54.5,16.5 - parent: 1 - - uid: 5263 + pos: -45.5,2.5 + parent: 2 + - type: SurveillanceCamera + id: Mail Room + - uid: 16491 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,16.5 - parent: 1 - - uid: 5281 + pos: -35.5,0.5 + parent: 2 + - type: SurveillanceCamera + id: Reception Area + - uid: 16492 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.5,-5.5 + parent: 2 + - type: SurveillanceCamera + id: Cargo Bay + - uid: 16493 components: - type: Transform rot: 3.141592653589793 rad - pos: -52.5,16.5 - parent: 1 - - uid: 9743 + pos: -47.5,-11.5 + parent: 2 + - type: SurveillanceCamera + id: Salvage Docking Arm +- proto: SurveillanceCameraWirelessRouterEntertainment + entities: + - uid: 16494 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,38.5 - parent: 1 - - uid: 9744 + pos: -52.5,-3.5 + parent: 2 +- proto: SurveillanceWirelessCameraBodyEntertainment + entities: + - uid: 7199 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,37.5 - parent: 1 - - uid: 9745 + pos: -50.243015,-0.92515755 + parent: 2 +- proto: SurveillanceWirelessCameraMovableEntertainment + entities: + - uid: 9142 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,36.5 - parent: 1 - - uid: 9746 + rot: 3.141592653589793 rad + pos: -12.5,36.5 + parent: 2 + - uid: 9170 components: - type: Transform rot: 1.5707963267948966 rad - pos: -34.5,35.5 - parent: 1 - - uid: 18498 + pos: -64.5,10.5 + parent: 2 + - uid: 16495 components: - type: Transform - pos: 18.5,52.5 - parent: 1 - - uid: 18499 + rot: -1.5707963267948966 rad + pos: -50.5,-2.5 + parent: 2 + - uid: 16496 components: - type: Transform - pos: 19.5,52.5 - parent: 1 - - uid: 18500 + rot: 3.141592653589793 rad + pos: -29.5,23.5 + parent: 2 +- proto: SyndieHandyFlag + entities: + - uid: 824 components: - type: Transform - pos: 20.5,52.5 - parent: 1 -- proto: StorageCanister + pos: -29.363377,-15.530824 + parent: 2 +- proto: Syringe entities: - - uid: 13656 + - uid: 16497 components: - type: Transform - pos: -71.5,45.5 - parent: 1 - - uid: 17731 + pos: -15.330315,-29.54825 + parent: 2 +- proto: Table + entities: + - uid: 13688 components: - type: Transform - pos: -72.5,45.5 - parent: 1 - - uid: 17770 + pos: 21.5,-10.5 + parent: 2 + - uid: 13689 components: - type: Transform - pos: -92.5,57.5 - parent: 1 - - uid: 18360 + pos: 22.5,-10.5 + parent: 2 + - uid: 16499 components: - type: Transform - pos: -69.5,45.5 - parent: 1 - - uid: 18361 + pos: -15.5,-12.5 + parent: 2 + - uid: 16500 components: - type: Transform - pos: -70.5,45.5 - parent: 1 -- proto: StrangePill - entities: - - uid: 18675 + pos: -15.5,-37.5 + parent: 2 + - uid: 16501 components: - type: Transform - pos: 11.3808155,57.5671 - parent: 1 -- proto: SubstationBasic - entities: - - uid: 382 + pos: -4.5,-18.5 + parent: 2 + - uid: 16502 components: - - type: MetaData - name: Dorms Substation - type: Transform - pos: 11.5,-9.5 - parent: 1 - - uid: 608 + pos: -14.5,-3.5 + parent: 2 + - uid: 16503 components: - - type: MetaData - name: Library Substation - type: Transform - pos: -15.5,17.5 - parent: 1 - - uid: 922 + pos: 4.5,-9.5 + parent: 2 + - uid: 16504 components: - - type: MetaData - name: Grav Substation - type: Transform - pos: 25.5,1.5 - parent: 1 - - uid: 2515 + pos: -5.5,-13.5 + parent: 2 + - uid: 16505 components: - - type: MetaData - name: EVAC Substation - type: Transform - pos: 23.5,9.5 - parent: 1 - - uid: 2593 + pos: -7.5,-7.5 + parent: 2 + - uid: 16506 components: - - type: MetaData - name: Telecomms Substation - type: Transform - pos: 28.5,23.5 - parent: 1 - - uid: 2693 + pos: -14.5,-29.5 + parent: 2 + - uid: 16507 components: - - type: MetaData - name: Medical Substation - type: Transform - pos: -9.5,18.5 - parent: 1 - - uid: 2989 + pos: -14.5,-37.5 + parent: 2 + - uid: 16508 components: - - type: MetaData - name: Security Substation - type: Transform - pos: -63.5,58.5 - parent: 1 - - uid: 3932 + pos: 19.5,19.5 + parent: 2 + - uid: 16509 components: - - type: MetaData - name: Supply Substation - type: Transform - pos: -24.5,-3.5 - parent: 1 - - uid: 4084 + pos: -4.5,-13.5 + parent: 2 + - uid: 16510 components: - - type: MetaData - name: Particle Accelerator Substation - type: Transform - pos: -81.5,22.5 - parent: 1 - - uid: 4339 + pos: -15.5,-36.5 + parent: 2 + - uid: 16511 components: - - type: MetaData - name: Tech Storage Substation - type: Transform - pos: -40.5,15.5 - parent: 1 - - uid: 5107 + pos: 25.5,2.5 + parent: 2 + - uid: 16512 components: - - type: MetaData - name: Engineering Substation - type: Transform - pos: -71.5,25.5 - parent: 1 - - uid: 6198 + pos: -7.5,-8.5 + parent: 2 + - uid: 16513 components: - - type: MetaData - name: Northeast Maints Substation - type: Transform - pos: 18.5,46.5 - parent: 1 - - uid: 6527 + pos: -0.5,7.5 + parent: 2 + - uid: 16514 components: - - type: MetaData - name: Bridge Substation - type: Transform - pos: -3.5,56.5 - parent: 1 - - uid: 6812 + pos: 16.5,-7.5 + parent: 2 + - uid: 16515 components: - - type: MetaData - name: Service Substation - type: Transform - pos: -35.5,57.5 - parent: 1 - - uid: 7917 + pos: 16.5,-8.5 + parent: 2 + - uid: 16516 components: - type: Transform - pos: -86.5,62.5 - parent: 1 - - uid: 10971 + pos: 25.5,-7.5 + parent: 2 + - uid: 16517 components: - type: Transform - pos: -74.5,46.5 - parent: 1 - - uid: 16168 + pos: 22.5,-7.5 + parent: 2 + - uid: 16518 components: - - type: MetaData - name: Science Substation - type: Transform - pos: 3.5,-19.5 - parent: 1 - - uid: 16934 + pos: 0.5,7.5 + parent: 2 + - uid: 16519 components: - - type: MetaData - name: AI Core Substation - type: Transform - pos: 0.5,-2.5 - parent: 1 -- proto: SuitStorageAtmos - entities: - - uid: 17998 + pos: 6.5,22.5 + parent: 2 + - uid: 16520 components: - type: Transform - pos: -71.5,37.5 - parent: 1 - - uid: 17999 + pos: 7.5,22.5 + parent: 2 + - uid: 16521 components: - type: Transform - pos: -70.5,37.5 - parent: 1 - - uid: 18000 + pos: 8.5,22.5 + parent: 2 + - uid: 16522 components: - type: Transform - pos: -69.5,37.5 - parent: 1 -- proto: SuitStorageBlueshield - entities: - - uid: 16246 + pos: 10.5,25.5 + parent: 2 + - uid: 16523 components: - type: Transform - pos: -5.5,51.5 - parent: 1 -- proto: SuitStorageCaptain - entities: - - uid: 6053 + pos: 10.5,24.5 + parent: 2 + - uid: 16524 components: - type: Transform - pos: -6.5,60.5 - parent: 1 -- proto: SuitStorageCE - entities: - - uid: 13936 + pos: 4.5,38.5 + parent: 2 + - uid: 16525 components: - type: Transform - pos: -71.5,15.5 - parent: 1 -- proto: SuitStorageEVA - entities: - - uid: 3454 + pos: 4.5,39.5 + parent: 2 + - uid: 16526 components: - type: Transform - pos: -23.5,48.5 - parent: 1 - - uid: 7421 + pos: -8.5,-14.5 + parent: 2 + - uid: 16527 components: - type: Transform - pos: -21.5,47.5 - parent: 1 - - uid: 8938 + pos: 11.5,19.5 + parent: 2 + - uid: 16528 components: - type: Transform - pos: -21.5,48.5 - parent: 1 - - uid: 13527 + pos: 11.5,18.5 + parent: 2 + - uid: 16529 components: - type: Transform - pos: -23.5,47.5 - parent: 1 -- proto: SuitStorageEVAPrisoner - entities: - - uid: 7186 + pos: 8.5,17.5 + parent: 2 + - uid: 16530 components: - type: Transform - pos: -47.5,68.5 - parent: 1 - - uid: 7391 + pos: 7.5,17.5 + parent: 2 + - uid: 16531 components: - type: Transform - pos: -48.5,68.5 - parent: 1 - - uid: 7410 + pos: 6.5,17.5 + parent: 2 + - uid: 16532 components: - type: Transform - pos: -55.5,79.5 - parent: 1 - - uid: 10735 + pos: 6.5,16.5 + parent: 2 + - uid: 16533 components: - type: Transform - pos: -55.5,80.5 - parent: 1 -- proto: SuitStorageHOS - entities: - - uid: 14453 + pos: -46.5,-1.5 + parent: 2 + - uid: 16534 components: - type: Transform - pos: -63.5,65.5 - parent: 1 -- proto: SuitStorageNTSRA - entities: - - uid: 2543 + pos: -15.5,29.5 + parent: 2 + - uid: 16535 components: - type: Transform - pos: 21.5,43.5 - parent: 1 -- proto: SuitStorageRD - entities: - - uid: 15538 + pos: 25.5,-8.5 + parent: 2 + - uid: 16536 components: - type: Transform - pos: -22.5,-14.5 - parent: 1 -- proto: SuitStorageSec - entities: - - uid: 7082 + pos: 29.5,-4.5 + parent: 2 + - uid: 16537 components: - type: Transform - pos: -48.5,65.5 - parent: 1 - - uid: 7083 + pos: 28.5,-4.5 + parent: 2 + - uid: 16538 components: - type: Transform - pos: -47.5,65.5 - parent: 1 - - uid: 7970 + pos: -53.5,-0.5 + parent: 2 + - uid: 16539 components: - type: Transform - pos: -45.5,65.5 - parent: 1 - - uid: 8987 + pos: -15.5,25.5 + parent: 2 + - uid: 16540 components: - type: Transform - pos: -62.5,50.5 - parent: 1 - - uid: 9025 + pos: -39.5,1.5 + parent: 2 + - uid: 16541 components: - type: Transform - pos: -63.5,51.5 - parent: 1 - - uid: 9050 + pos: -39.5,0.5 + parent: 2 + - uid: 16542 components: - type: Transform - pos: -63.5,50.5 - parent: 1 - - uid: 13674 + pos: -38.5,2.5 + parent: 2 + - uid: 16543 components: - type: Transform - pos: -46.5,65.5 - parent: 1 -- proto: SuitStorageWarden - entities: - - uid: 8471 + pos: -37.5,2.5 + parent: 2 + - uid: 16544 components: - type: Transform - pos: -45.5,61.5 - parent: 1 -- proto: Supermatter - entities: - - uid: 18928 + pos: -36.5,2.5 + parent: 2 + - uid: 16545 components: - type: Transform - pos: -80.5,66.5 - parent: 1 -- proto: SurveillanceCameraCommand - entities: - - uid: 6581 + pos: -35.5,1.5 + parent: 2 + - uid: 16546 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,62.5 - parent: 1 - - uid: 9127 + pos: -35.5,0.5 + parent: 2 + - uid: 16547 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,47.5 - parent: 1 - - type: SurveillanceCamera - id: EVA Room - - uid: 10849 + pos: -51.5,-0.5 + parent: 2 + - uid: 16548 components: - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,11.5 - parent: 1 - - type: SurveillanceCamera - id: Camera Router Room - - uid: 10850 + pos: -42.5,1.5 + parent: 2 + - uid: 16549 components: - type: Transform - pos: 26.5,1.5 - parent: 1 - - type: SurveillanceCamera - id: Gravity - - uid: 11859 + pos: -46.5,2.5 + parent: 2 + - uid: 16550 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,18.5 - parent: 1 - - type: SurveillanceCamera - id: AI Upload - - uid: 13735 + pos: -46.5,1.5 + parent: 2 + - uid: 16551 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,51.5 - parent: 1 - - type: SurveillanceCamera - id: Bridge Entrance - - uid: 13736 + pos: -46.5,0.5 + parent: 2 + - uid: 16552 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,56.5 - parent: 1 - - type: SurveillanceCamera - id: Bridge Reception - - uid: 13737 + pos: -26.5,24.5 + parent: 2 + - uid: 16553 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,56.5 - parent: 1 - - type: SurveillanceCamera - id: Vault - - uid: 13740 + pos: -25.5,24.5 + parent: 2 + - uid: 16554 components: - type: Transform - pos: -14.5,62.5 - parent: 1 - - type: SurveillanceCamera - id: Bridge - - uid: 15761 + pos: -24.5,24.5 + parent: 2 + - uid: 16555 components: - type: Transform - pos: -4.5,58.5 - parent: 1 - - type: SurveillanceCamera - id: Captain's Bathroom - - uid: 16327 + pos: -22.5,24.5 + parent: 2 + - uid: 16556 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,40.5 - parent: 1 - - type: SurveillanceCamera - id: HoP Office - - uid: 17555 + pos: -42.5,23.5 + parent: 2 + - uid: 16557 components: - type: Transform - pos: -8.5,-2.5 - parent: 1 - - type: SurveillanceCamera - id: AI Core Entrance - - uid: 17571 + pos: -41.5,23.5 + parent: 2 + - uid: 16558 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-2.5 - parent: 1 - - type: SurveillanceCamera - id: AI Core Power - - uid: 17572 + pos: -42.5,24.5 + parent: 2 + - uid: 16559 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-0.5 - parent: 1 - - type: SurveillanceCamera - id: AI Core - - uid: 17577 + pos: -42.5,28.5 + parent: 2 + - uid: 16560 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-3.5 - parent: 1 - - type: SurveillanceCamera - id: AI Core Exterior -- proto: SurveillanceCameraEngineering - entities: - - uid: 10808 + pos: -41.5,28.5 + parent: 2 + - uid: 16561 components: - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,20.5 - parent: 1 - - type: SurveillanceCamera - id: >- - Particle Accelerator - - Storage - - uid: 13723 + pos: -40.5,28.5 + parent: 2 + - uid: 16562 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,29.5 - parent: 1 - - type: SurveillanceCamera - id: Storage - - uid: 13724 + pos: -53.5,17.5 + parent: 2 + - uid: 16563 components: - type: Transform - pos: -50.5,23.5 - parent: 1 - - type: SurveillanceCamera - id: Tech Vault - - uid: 14858 + pos: -54.5,17.5 + parent: 2 + - uid: 16564 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,28.5 - parent: 1 - - type: SurveillanceCamera - id: Equipment Room - - uid: 14859 + pos: -54.5,21.5 + parent: 2 + - uid: 16565 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -69.5,29.5 - parent: 1 - - type: SurveillanceCamera - id: SMES - - uid: 14863 + pos: -53.5,21.5 + parent: 2 + - uid: 16566 components: - type: Transform - pos: -66.5,19.5 - parent: 1 - - type: SurveillanceCamera - id: AME - - uid: 14953 + pos: -52.5,21.5 + parent: 2 + - uid: 16567 components: - type: Transform - pos: -59.5,30.5 - parent: 1 - - type: SurveillanceCamera - id: Engineering Entrance - - uid: 16328 + pos: -53.5,13.5 + parent: 2 + - uid: 16568 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,12.5 - parent: 1 - - type: SurveillanceCamera - id: Station Anchor - - uid: 18459 + pos: -52.5,17.5 + parent: 2 + - uid: 16569 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -77.5,41.5 - parent: 1 - - type: SurveillanceCamera - id: Atmos Hallway - - uid: 18460 + pos: -53.5,29.5 + parent: 2 + - uid: 16570 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -85.5,34.5 - parent: 1 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: TEG - - uid: 18463 + pos: -52.5,29.5 + parent: 2 + - uid: 16571 components: - type: Transform - rot: 3.141592653589793 rad - pos: -84.5,27.5 - parent: 1 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Particle Accelerator - - uid: 18464 + pos: -51.5,29.5 + parent: 2 + - uid: 16572 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -106.5,24.5 - parent: 1 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Singulo Containment Rear - - uid: 18465 + pos: -47.5,29.5 + parent: 2 + - uid: 16573 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -87.5,21.5 - parent: 1 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Singulo Containment Front - - uid: 18466 + pos: -47.5,28.5 + parent: 2 + - uid: 16574 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -79.5,32.5 - parent: 1 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Engineering Breakroom - - uid: 18467 + pos: -47.5,27.5 + parent: 2 + - uid: 16575 components: - type: Transform - pos: -74.5,37.5 - parent: 1 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Atmos Gear Room - - uid: 18468 + pos: -28.5,-8.5 + parent: 2 + - uid: 16576 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -69.5,44.5 - parent: 1 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Canister Storage - - uid: 18848 + pos: -18.5,0.5 + parent: 2 + - uid: 16577 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,27.5 - parent: 1 - - type: SurveillanceCamera - id: Comms -- proto: SurveillanceCameraGeneral - entities: - - uid: 6809 + pos: -29.5,-2.5 + parent: 2 + - uid: 16578 components: - type: Transform - pos: 12.5,-17.5 - parent: 1 - - type: SurveillanceCamera - id: Dorms Lounge - - uid: 8969 + pos: -23.5,-3.5 + parent: 2 + - uid: 16579 components: - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,29.5 - parent: 1 - - type: SurveillanceCamera - id: Theatre - - uid: 10774 + pos: 5.5,-17.5 + parent: 2 + - uid: 16580 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,41.5 - parent: 1 - - type: SurveillanceCamera - id: Bridge Hallway - - uid: 10775 + pos: -7.5,-18.5 + parent: 2 + - uid: 16581 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,1.5 - parent: 1 - - type: SurveillanceCamera - id: Bathroom - - uid: 10804 + pos: -41.5,13.5 + parent: 2 + - uid: 16582 components: - type: Transform - pos: -71.5,-11.5 - parent: 1 - - type: SurveillanceCamera - id: Arrivals Lower - - uid: 10807 + pos: -46.5,15.5 + parent: 2 + - uid: 16583 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,-11.5 - parent: 1 - - type: SurveillanceCamera - id: Visitor Docks - - uid: 10842 + pos: -47.5,15.5 + parent: 2 + - uid: 16584 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,15.5 - parent: 1 - - type: SurveillanceCamera - id: Cargo Hallway - - uid: 10843 + pos: -45.5,25.5 + parent: 2 + - uid: 16585 components: - type: Transform - pos: -42.5,30.5 - parent: 1 - - type: SurveillanceCamera - id: Bar Hallway - - uid: 13473 + pos: -45.5,24.5 + parent: 2 + - uid: 16586 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,43.5 - parent: 1 - - type: SurveillanceCamera - id: Bridge Hallway - - uid: 13727 + pos: -26.5,26.5 + parent: 2 + - uid: 16587 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,13.5 - parent: 1 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - id: Store Area - - uid: 13728 + pos: -25.5,26.5 + parent: 2 + - uid: 16588 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,11.5 - parent: 1 - - type: SurveillanceCamera - id: Library - - uid: 13729 + pos: -24.5,26.5 + parent: 2 + - uid: 16589 components: - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,18.5 - parent: 1 - - type: SurveillanceCamera - id: Library Backroom - - uid: 13731 + pos: -24.5,29.5 + parent: 2 + - uid: 16590 components: - type: Transform - pos: -24.5,26.5 - parent: 1 - - type: SurveillanceCamera - id: Tool Room - - uid: 13747 + pos: -22.5,20.5 + parent: 2 + - uid: 16591 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,2.5 - parent: 1 - - type: SurveillanceCamera - id: Arrivals Corridor - - uid: 13748 + pos: -30.5,12.5 + parent: 2 + - uid: 16592 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,6.5 - parent: 1 - - type: SurveillanceCamera - id: Evac Corridor - - uid: 13749 + pos: -34.5,13.5 + parent: 2 + - uid: 16593 components: - type: Transform - pos: 13.5,-2.5 - parent: 1 - - type: SurveillanceCamera - id: Chapel - - uid: 13750 + pos: -53.5,-1.5 + parent: 2 + - uid: 16594 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,11.5 - parent: 1 - - type: SurveillanceCamera - id: Evac 2 - - uid: 13751 + pos: 23.5,37.5 + parent: 2 + - uid: 16595 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,20.5 - parent: 1 - - type: SurveillanceCamera - id: Evac 1 - - uid: 14442 + pos: 23.5,39.5 + parent: 2 + - uid: 16596 components: - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,6.5 - parent: 1 - - type: SurveillanceCamera - id: Arrivals Upper - - uid: 14957 + pos: -15.5,-5.5 + parent: 2 + - uid: 16597 components: - type: Transform - pos: 8.5,0.5 - parent: 1 - - type: SurveillanceCamera - id: Cryosleep - - uid: 16077 + pos: 28.5,13.5 + parent: 2 + - uid: 16598 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,6.5 - parent: 1 - - type: SurveillanceCamera - id: Arrivals Hallway - - uid: 16319 + pos: 8.5,-10.5 + parent: 2 + - uid: 16599 components: - type: Transform - pos: -20.5,4.5 - parent: 1 - - type: SurveillanceCamera - id: Science Hallway West - - uid: 16321 + pos: 11.5,50.5 + parent: 2 + - uid: 16600 components: - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,7.5 - parent: 1 - - type: SurveillanceCamera - id: Cargo Outer - - uid: 16323 + pos: -50.5,-0.5 + parent: 2 + - uid: 16601 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,8.5 - parent: 1 - - type: SurveillanceCamera - id: Sauna - - uid: 16326 + pos: -1.5,34.5 + parent: 2 + - uid: 16602 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,43.5 - parent: 1 - - type: SurveillanceCamera - id: Courtroom Hallway - - uid: 16570 + pos: -1.5,33.5 + parent: 2 + - uid: 16603 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,20.5 - parent: 1 - - type: SurveillanceCamera - id: Coffee Bar Hallway - - uid: 17080 + pos: -0.5,32.5 + parent: 2 + - uid: 16604 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-1.5 - parent: 1 - - type: SurveillanceCamera - id: Dorms Hallway - - uid: 17573 + pos: -1.5,32.5 + parent: 2 + - uid: 16605 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-10.5 - parent: 1 - - type: SurveillanceCamera - id: Dorms Entrance -- proto: SurveillanceCameraMedical - entities: - - uid: 8960 + rot: 3.141592653589793 rad + pos: 4.5,17.5 + parent: 2 + - uid: 16606 components: - type: Transform - pos: 7.5,19.5 - parent: 1 - - type: SurveillanceCamera - id: Virology Airlock - - uid: 11430 + pos: -18.5,66.5 + parent: 2 + - uid: 16607 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,31.5 - parent: 1 - - type: SurveillanceCamera - id: Chief Medical Officer's Office - - uid: 13090 + pos: -17.5,66.5 + parent: 2 + - uid: 16608 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,17.5 - parent: 1 - - type: SurveillanceCamera - id: Morgue - - uid: 13091 + pos: -18.5,65.5 + parent: 2 + - uid: 16609 components: - type: Transform - pos: 1.5,36.5 - parent: 1 - - type: SurveillanceCamera - id: Surgery - - uid: 13093 + pos: -19.5,65.5 + parent: 2 + - uid: 16610 components: - type: Transform - pos: 10.5,28.5 - parent: 1 - - type: SurveillanceCamera - id: Ward - - uid: 13094 + pos: -15.5,66.5 + parent: 2 + - uid: 16611 components: - type: Transform - pos: 9.5,22.5 - parent: 1 - - type: SurveillanceCamera - id: Equipment Room - - uid: 13095 + pos: -14.5,66.5 + parent: 2 + - uid: 16612 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,17.5 - parent: 1 - - type: SurveillanceCamera - id: Virology - - uid: 13297 + pos: -14.5,65.5 + parent: 2 + - uid: 16613 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,27.5 - parent: 1 - - type: SurveillanceCamera - id: Main Hall - - uid: 13759 + pos: -13.5,65.5 + parent: 2 + - uid: 16614 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,24.5 - parent: 1 - - type: SurveillanceCamera - id: Chemistry - - uid: 13762 + pos: -20.5,63.5 + parent: 2 + - uid: 16615 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,31.5 - parent: 1 - - type: SurveillanceCamera - id: Reception - - uid: 13763 + pos: -21.5,62.5 + parent: 2 + - uid: 16616 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,33.5 - parent: 1 - - type: SurveillanceCamera - id: Entrance - - uid: 14996 + pos: -21.5,59.5 + parent: 2 + - uid: 16617 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,37.5 - parent: 1 - - type: SurveillanceCamera - id: Cryo -- proto: SurveillanceCameraRouterCommand - entities: - - uid: 4281 + pos: -11.5,62.5 + parent: 2 + - uid: 16618 components: - type: Transform - pos: -40.5,8.5 - parent: 1 -- proto: SurveillanceCameraRouterEngineering - entities: - - uid: 4276 + pos: -45.5,42.5 + parent: 2 + - uid: 16619 components: - type: Transform - pos: -42.5,9.5 - parent: 1 -- proto: SurveillanceCameraRouterGeneral - entities: - - uid: 4278 + pos: -45.5,43.5 + parent: 2 + - uid: 16620 components: - type: Transform - pos: -40.5,11.5 - parent: 1 -- proto: SurveillanceCameraRouterMedical - entities: - - uid: 4274 + pos: -39.5,43.5 + parent: 2 + - uid: 16621 components: - type: Transform - pos: -42.5,11.5 - parent: 1 -- proto: SurveillanceCameraRouterScience - entities: - - uid: 4277 + pos: -39.5,44.5 + parent: 2 + - uid: 16622 components: - type: Transform - pos: -42.5,8.5 - parent: 1 -- proto: SurveillanceCameraRouterSecurity - entities: - - uid: 4280 + pos: -39.5,45.5 + parent: 2 + - uid: 16623 components: - type: Transform - pos: -40.5,9.5 - parent: 1 -- proto: SurveillanceCameraRouterService - entities: - - uid: 4275 + pos: -36.5,45.5 + parent: 2 + - uid: 16624 components: - type: Transform - pos: -42.5,10.5 - parent: 1 -- proto: SurveillanceCameraRouterSupply - entities: - - uid: 4279 + pos: -36.5,44.5 + parent: 2 + - uid: 16625 components: - type: Transform - pos: -40.5,10.5 - parent: 1 -- proto: SurveillanceCameraScience - entities: - - uid: 13726 + pos: -35.5,45.5 + parent: 2 + - uid: 16626 components: - type: Transform - pos: -10.5,4.5 - parent: 1 - - type: SurveillanceCamera - id: Entrance - - uid: 17556 + pos: -35.5,44.5 + parent: 2 + - uid: 16627 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-8.5 - parent: 1 - - type: SurveillanceCamera - id: Anomaly Vessels - - uid: 17557 + pos: -34.5,45.5 + parent: 2 + - uid: 16628 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-11.5 - parent: 1 - - type: SurveillanceCamera - id: Anomaly Workshop - - uid: 17558 + pos: -34.5,44.5 + parent: 2 + - uid: 16629 components: - type: Transform - pos: -11.5,-8.5 - parent: 1 - - type: SurveillanceCamera - id: Science Entrance - - uid: 17559 + pos: -37.5,47.5 + parent: 2 + - uid: 16630 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,0.5 - parent: 1 - - type: SurveillanceCamera - id: Science Hallway - - uid: 17560 + pos: -36.5,47.5 + parent: 2 + - uid: 16631 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-6.5 - parent: 1 - - type: SurveillanceCamera - id: Research & Development - - uid: 17561 + pos: -35.5,47.5 + parent: 2 + - uid: 16632 components: - type: Transform - pos: -20.5,-16.5 - parent: 1 - - type: SurveillanceCamera - id: Research Director's Office - - uid: 17562 + pos: -33.5,42.5 + parent: 2 + - uid: 16633 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,-18.5 - parent: 1 - - type: SurveillanceCamera - id: Research Director's Bedroom - - uid: 17563 + pos: -32.5,42.5 + parent: 2 + - uid: 16634 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,-17.5 - parent: 1 - - type: SurveillanceCamera - id: Server Room - - uid: 17564 + pos: -33.5,44.5 + parent: 2 + - uid: 16635 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,-14.5 - parent: 1 - - type: SurveillanceCamera - id: Tech Room - - uid: 17565 + pos: -33.5,45.5 + parent: 2 + - uid: 16636 components: - type: Transform - pos: -14.5,-12.5 - parent: 1 - - type: SurveillanceCamera - id: Science Locker Room - - uid: 17566 + pos: -50.5,40.5 + parent: 2 + - uid: 16637 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-15.5 - parent: 1 - - type: SurveillanceCamera - id: Robotics - - uid: 17567 + pos: -70.5,13.5 + parent: 2 + - uid: 16638 components: - type: Transform - pos: -4.5,-23.5 - parent: 1 - - type: SurveillanceCamera - id: Science Breakroom - - uid: 17568 + pos: -59.5,89.5 + parent: 2 + - uid: 16639 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-23.5 - parent: 1 - - type: SurveillanceCamera - id: Xenoarcheology Bridge - - uid: 17569 + pos: -61.5,88.5 + parent: 2 + - uid: 16640 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-33.5 - parent: 1 - - type: SurveillanceCamera - id: Xenoarcheology Lab - - uid: 17570 + pos: -61.5,89.5 + parent: 2 + - uid: 16641 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-30.5 - parent: 1 - - type: SurveillanceCamera - id: Xenoarcheology Storage -- proto: SurveillanceCameraSecurity - entities: - - uid: 64 + pos: -72.5,35.5 + parent: 2 + - uid: 16642 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,58.5 - parent: 1 - - type: SurveillanceCamera - id: Brig Area - - uid: 8454 + pos: -50.5,88.5 + parent: 2 + - uid: 16643 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -63.5,64.5 - parent: 1 - - type: SurveillanceCamera - id: Head of Security's Office - - uid: 9146 + pos: -50.5,89.5 + parent: 2 + - uid: 16644 components: - type: Transform - rot: 3.141592653589793 rad - pos: -63.5,55.5 - parent: 1 - - type: SurveillanceCamera - id: Equipment Room - - uid: 9148 + pos: -54.5,82.5 + parent: 2 + - uid: 16645 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,50.5 - parent: 1 - - type: SurveillanceCamera - id: Entrance - - uid: 9149 + pos: -54.5,88.5 + parent: 2 + - uid: 16646 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,60.5 - parent: 1 - - type: SurveillanceCamera - id: Warden's Office - - uid: 9150 + pos: -58.5,89.5 + parent: 2 + - uid: 16647 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,64.5 - parent: 1 - - type: SurveillanceCamera - id: Detective's Office - - uid: 9151 + pos: -60.5,89.5 + parent: 2 + - uid: 16648 components: - type: Transform - pos: -51.5,60.5 - parent: 1 - - type: SurveillanceCamera - id: Main Hall - - uid: 9152 + pos: -60.5,50.5 + parent: 2 + - uid: 16649 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,63.5 - parent: 1 - - type: SurveillanceCamera - id: Armory - - uid: 9153 + pos: -60.5,58.5 + parent: 2 + - uid: 16650 components: - type: Transform - pos: -51.5,71.5 - parent: 1 - - type: SurveillanceCamera - id: Space Bridge - - uid: 9154 + pos: -14.5,-2.5 + parent: 2 + - uid: 16651 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,86.5 - parent: 1 - - type: SurveillanceCamera - id: Perma Hall - - uid: 9155 + pos: -7.5,-17.5 + parent: 2 + - uid: 16652 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,85.5 - parent: 1 - - type: SurveillanceCamera - id: Permabrig - - uid: 9896 + pos: -53.5,35.5 + parent: 2 + - uid: 16653 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -75.5,10.5 - parent: 1 - - type: SurveillanceCamera - id: Lawyer's Office - - uid: 11427 + pos: 23.5,41.5 + parent: 2 + - uid: 16654 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,41.5 - parent: 1 - - type: SurveillanceCamera - id: Courtroom - - uid: 11429 + pos: -32.5,-5.5 + parent: 2 + - uid: 16655 components: - type: Transform - pos: -61.5,60.5 - parent: 1 - - type: SurveillanceCamera - id: Security Hallway - - uid: 13089 + pos: 21.5,41.5 + parent: 2 + - uid: 16656 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,10.5 - parent: 1 - - type: SurveillanceCamera - id: Evac Corridor Checkpoint - - uid: 13854 + pos: 17.5,42.5 + parent: 2 + - uid: 16657 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,28.5 - parent: 1 - - type: SurveillanceCamera - id: Med Checkpoint - - uid: 17645 + pos: 18.5,40.5 + parent: 2 + - uid: 16658 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -71.5,11.5 - parent: 1 - - type: SurveillanceCamera - id: Lawyer's Desk -- proto: SurveillanceCameraService - entities: - - uid: 10846 + pos: 12.5,26.5 + parent: 2 + - uid: 16659 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,13.5 - parent: 1 - - type: SurveillanceCamera - id: Coffee Bar - - uid: 13741 + pos: -63.5,41.5 + parent: 2 + - uid: 16660 components: - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,47.5 - parent: 1 - - type: SurveillanceCamera - id: Freezer - - uid: 13742 + pos: -60.5,41.5 + parent: 2 + - uid: 16661 components: - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,47.5 - parent: 1 - - type: SurveillanceCamera - id: Kitchen - - uid: 13743 + pos: -63.5,23.5 + parent: 2 + - uid: 16662 components: - type: Transform - pos: -42.5,41.5 - parent: 1 - - type: SurveillanceCamera - id: Botany - - uid: 13744 + pos: -59.5,50.5 + parent: 2 + - uid: 16663 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,36.5 - parent: 1 - - type: SurveillanceCamera - id: Bar Right - - uid: 13745 + pos: -53.5,36.5 + parent: 2 + - uid: 16664 components: - type: Transform - pos: -43.5,35.5 - parent: 1 - - type: SurveillanceCamera - id: Bar Left - - uid: 13746 + pos: -64.5,14.5 + parent: 2 + - uid: 16665 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,51.5 - parent: 1 - - type: SurveillanceCamera - id: Botany Backroom - - uid: 16324 + pos: -3.5,43.5 + parent: 2 + - uid: 16666 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,-1.5 - parent: 1 - - type: SurveillanceCamera - id: Reporter Office - - uid: 16571 + pos: -3.5,42.5 + parent: 2 + - uid: 16667 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,36.5 - parent: 1 - - type: SurveillanceCamera - id: Janitorial Front - - uid: 16572 + pos: -29.5,49.5 + parent: 2 + - uid: 16668 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,39.5 - parent: 1 - - type: SurveillanceCamera - id: Janitorial Back -- proto: SurveillanceCameraSupply - entities: - - uid: 2383 + pos: -28.5,49.5 + parent: 2 + - uid: 16669 components: - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,-1.5 - parent: 1 - - type: SurveillanceCamera - id: Cargo Breakroom - - uid: 3835 + pos: 22.5,29.5 + parent: 2 + - uid: 16670 components: - type: Transform - pos: -44.5,-13.5 - parent: 1 - - type: SurveillanceCamera - id: Salvage Bay - - uid: 6818 + pos: -53.5,37.5 + parent: 2 + - uid: 16671 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,-9.5 - parent: 1 - - type: SurveillanceCamera - id: Cargo Dock - - uid: 10666 + pos: -66.5,25.5 + parent: 2 + - uid: 16672 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,-6.5 - parent: 1 - - type: SurveillanceCamera - id: Quartermaster's Office - - uid: 10777 + pos: -65.5,25.5 + parent: 2 + - uid: 16673 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-13.5 - parent: 1 - - type: SurveillanceCamera - id: Cargo Dock - - uid: 10779 + pos: -64.5,25.5 + parent: 2 + - uid: 16674 components: - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,2.5 - parent: 1 - - type: SurveillanceCamera - id: Mail Room - - uid: 10784 + pos: -63.5,25.5 + parent: 2 + - uid: 16675 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,-15.5 - parent: 1 - - type: SurveillanceCamera - id: Salvage Arm - - uid: 13708 + pos: -79.5,31.5 + parent: 2 + - uid: 16676 components: - type: Transform - pos: -35.5,0.5 - parent: 1 - - type: SurveillanceCamera - id: Reception Area - - uid: 13709 + pos: -76.5,30.5 + parent: 2 + - uid: 16677 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,-5.5 - parent: 1 - - type: SurveillanceCamera - id: Cargo Bay -- proto: SurveillanceCameraWirelessRouterEntertainment - entities: - - uid: 9610 + pos: -61.5,41.5 + parent: 2 + - uid: 16678 components: - type: Transform - pos: -52.5,-3.5 - parent: 1 -- proto: SurveillanceWirelessCameraMovableEntertainment - entities: - - uid: 7564 + pos: -79.5,32.5 + parent: 2 + - uid: 16679 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,-2.5 - parent: 1 - - uid: 8350 + pos: 17.5,19.5 + parent: 2 + - uid: 16680 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,23.5 - parent: 1 -- proto: Syringe - entities: - - uid: 1963 + pos: -0.5,-13.5 + parent: 2 + - uid: 16681 components: - type: Transform - pos: -0.47509155,19.63882 - parent: 1 - - uid: 1964 + pos: 7.5,-19.5 + parent: 2 + - uid: 16682 components: - type: Transform - pos: -0.4652393,20.229368 - parent: 1 - - uid: 12770 + pos: 7.5,-18.5 + parent: 2 + - uid: 16683 components: - - type: MetaData - desc: A suspicious looking syringe. - name: suspicious syringe - type: Transform - pos: 19.469204,28.644407 - parent: 1 - - type: Tag - tags: [] - - type: SolutionContainerManager - solutions: - injector: - temperature: 293.15 - canReact: True - maxVol: 15 - name: null - reagents: - - data: null - ReagentId: Hyronalin - Quantity: 15 - - uid: 17013 + pos: 13.5,-17.5 + parent: 2 + - uid: 16684 components: - type: Transform - pos: -15.330315,-29.54825 - parent: 1 -- proto: SyringeTranexamicAcid - entities: - - uid: 18585 + pos: 9.5,-1.5 + parent: 2 + - uid: 16685 components: - type: Transform - pos: 10.520937,52.62803 - parent: 1 -- proto: Table - entities: - - uid: 50 + pos: 8.5,-3.5 + parent: 2 + - uid: 16686 components: - type: Transform - pos: -15.5,-12.5 - parent: 1 - - uid: 132 + pos: -59.5,51.5 + parent: 2 + - uid: 16687 components: - type: Transform - pos: -15.5,-37.5 - parent: 1 - - uid: 166 + pos: -64.5,41.5 + parent: 2 + - uid: 16688 components: - type: Transform - pos: -4.5,-18.5 - parent: 1 - - uid: 387 + pos: -1.5,15.5 + parent: 2 + - uid: 16689 components: - type: Transform - pos: -14.5,-3.5 - parent: 1 - - uid: 394 + rot: -1.5707963267948966 rad + pos: 4.5,43.5 + parent: 2 + - uid: 16690 components: - type: Transform - pos: 4.5,-9.5 - parent: 1 - - uid: 412 + pos: 4.5,8.5 + parent: 2 + - uid: 16691 components: - type: Transform - pos: -5.5,-13.5 - parent: 1 - - uid: 413 + pos: 5.5,8.5 + parent: 2 + - uid: 16692 components: - type: Transform - pos: -7.5,-7.5 - parent: 1 - - uid: 429 + pos: -2.5,10.5 + parent: 2 + - uid: 16693 components: - type: Transform - pos: -14.5,-29.5 - parent: 1 - - uid: 430 + pos: -1.5,10.5 + parent: 2 + - uid: 16694 components: - type: Transform - pos: -14.5,-37.5 - parent: 1 - - uid: 433 + pos: -15.5,-29.5 + parent: 2 + - uid: 16695 components: - type: Transform - pos: 19.5,19.5 - parent: 1 - - uid: 524 + pos: -15.5,-7.5 + parent: 2 + - uid: 16696 components: - type: Transform - pos: -4.5,-13.5 - parent: 1 - - uid: 537 + pos: -15.5,-6.5 + parent: 2 + - uid: 16697 components: - type: Transform - pos: -15.5,-36.5 - parent: 1 - - uid: 923 + pos: -71.5,35.5 + parent: 2 + - uid: 16698 components: - type: Transform - pos: 25.5,2.5 - parent: 1 - - uid: 1439 + pos: -50.5,39.5 + parent: 2 + - uid: 16699 components: - type: Transform - pos: 7.5,35.5 - parent: 1 - - uid: 1463 + pos: -73.5,51.5 + parent: 2 + - uid: 16700 components: - type: Transform - pos: -7.5,-8.5 - parent: 1 - - uid: 1619 + pos: -66.5,41.5 + parent: 2 + - uid: 16701 components: - type: Transform - pos: 4.5,16.5 - parent: 1 - - uid: 1621 + pos: -66.5,42.5 + parent: 2 + - uid: 16702 components: - type: Transform - pos: 4.5,15.5 - parent: 1 - - uid: 1623 + pos: -60.5,19.5 + parent: 2 + - uid: 16703 components: - type: Transform - pos: 4.5,17.5 - parent: 1 - - uid: 1634 + pos: -67.5,10.5 + parent: 2 + - uid: 16704 components: - type: Transform - pos: -0.5,7.5 - parent: 1 - - uid: 1668 + pos: 11.5,-19.5 + parent: 2 + - uid: 16705 components: - type: Transform - pos: 16.5,-7.5 - parent: 1 - - uid: 1669 + pos: 14.5,-7.5 + parent: 2 + - uid: 16706 components: - type: Transform - pos: 16.5,-8.5 - parent: 1 - - uid: 1872 + pos: -31.5,-5.5 + parent: 2 + - uid: 16707 components: - type: Transform - pos: 25.5,-7.5 - parent: 1 - - uid: 1874 + pos: -50.5,-1.5 + parent: 2 + - uid: 16708 components: - type: Transform - pos: 22.5,-7.5 - parent: 1 - - uid: 1948 + pos: -15.5,26.5 + parent: 2 + - uid: 16709 components: - type: Transform - pos: 1.5,25.5 - parent: 1 - - uid: 1949 + pos: -53.5,-3.5 + parent: 2 + - uid: 16710 components: - type: Transform - pos: 1.5,26.5 - parent: 1 - - uid: 1950 + pos: -16.5,-1.5 + parent: 2 + - uid: 16711 components: - type: Transform - pos: -0.5,28.5 - parent: 1 - - uid: 2019 + pos: 11.5,-18.5 + parent: 2 + - uid: 16712 components: - type: Transform - pos: 0.5,7.5 - parent: 1 - - uid: 2021 + pos: -19.5,36.5 + parent: 2 + - uid: 16713 components: - type: Transform - pos: 6.5,22.5 - parent: 1 - - uid: 2022 + pos: 4.5,-11.5 + parent: 2 + - uid: 16714 components: - type: Transform - pos: 7.5,22.5 - parent: 1 - - uid: 2023 + pos: -69.5,13.5 + parent: 2 + - uid: 16715 components: - type: Transform - pos: 8.5,22.5 - parent: 1 - - uid: 2026 + pos: -48.5,9.5 + parent: 2 + - uid: 16716 components: - type: Transform - pos: 10.5,25.5 - parent: 1 - - uid: 2027 + pos: -47.5,9.5 + parent: 2 + - uid: 16717 components: - type: Transform - pos: 10.5,24.5 - parent: 1 - - uid: 2042 + pos: -49.5,9.5 + parent: 2 + - uid: 16718 components: - type: Transform - pos: 4.5,37.5 - parent: 1 - - uid: 2043 + pos: -0.5,36.5 + parent: 2 + - uid: 16719 components: - type: Transform - pos: 4.5,38.5 - parent: 1 - - uid: 2044 + pos: -1.5,-22.5 + parent: 2 + - uid: 16720 components: - type: Transform - pos: 4.5,39.5 - parent: 1 - - uid: 2171 + pos: -2.5,-22.5 + parent: 2 + - uid: 16721 components: - type: Transform - pos: -8.5,-14.5 - parent: 1 - - uid: 2353 + pos: 0.5,-13.5 + parent: 2 + - uid: 16722 components: - type: Transform - pos: 11.5,19.5 - parent: 1 - - uid: 2354 + pos: -15.5,-30.5 + parent: 2 + - uid: 16723 components: - type: Transform - pos: 11.5,18.5 - parent: 1 - - uid: 2355 + pos: 8.5,-8.5 + parent: 2 + - uid: 16724 components: - type: Transform - pos: 8.5,17.5 - parent: 1 - - uid: 2356 + pos: 8.5,-11.5 + parent: 2 + - uid: 16726 components: - type: Transform - pos: 7.5,17.5 - parent: 1 - - uid: 2357 + pos: 12.5,57.5 + parent: 2 + - uid: 16727 components: - type: Transform - pos: 6.5,17.5 - parent: 1 - - uid: 2358 + pos: 11.5,57.5 + parent: 2 + - uid: 16728 components: - type: Transform - pos: 6.5,16.5 - parent: 1 - - uid: 2636 + pos: 10.5,59.5 + parent: 2 + - uid: 16729 components: - type: Transform - pos: -9.5,28.5 - parent: 1 - - uid: 2764 + pos: 22.5,45.5 + parent: 2 + - uid: 16730 components: - type: Transform - pos: -46.5,-1.5 - parent: 1 - - uid: 2820 + pos: 23.5,45.5 + parent: 2 + - uid: 16731 components: - type: Transform - pos: -0.5,40.5 - parent: 1 - - uid: 2841 + pos: -60.5,28.5 + parent: 2 + - uid: 16732 components: - type: Transform - pos: -15.5,29.5 - parent: 1 - - uid: 2885 + pos: 12.5,44.5 + parent: 2 + - uid: 16733 components: - type: Transform - pos: 25.5,-8.5 - parent: 1 - - uid: 2951 + rot: 1.5707963267948966 rad + pos: 14.5,65.5 + parent: 2 + - uid: 20924 components: - type: Transform - pos: 29.5,-4.5 - parent: 1 - - uid: 2952 + rot: -1.5707963267948966 rad + pos: -90.5,-2.5 + parent: 2 + - uid: 20925 components: - type: Transform - pos: 28.5,-4.5 - parent: 1 - - uid: 2998 + rot: -1.5707963267948966 rad + pos: -90.5,-3.5 + parent: 2 + - uid: 20926 components: - type: Transform - pos: -53.5,-0.5 - parent: 1 - - uid: 3038 + rot: -1.5707963267948966 rad + pos: -90.5,-4.5 + parent: 2 +- proto: TableCounterMetal + entities: + - uid: 16738 components: - type: Transform - pos: -15.5,25.5 - parent: 1 - - uid: 3532 + rot: 3.141592653589793 rad + pos: 7.5,31.5 + parent: 2 + - uid: 16739 components: - type: Transform - pos: -39.5,1.5 - parent: 1 - - uid: 3534 + rot: 3.141592653589793 rad + pos: 12.5,35.5 + parent: 2 + - uid: 16740 components: - type: Transform - pos: -39.5,0.5 - parent: 1 - - uid: 3535 + pos: 6.5,37.5 + parent: 2 + - uid: 16741 components: - type: Transform - pos: -38.5,2.5 - parent: 1 - - uid: 3536 + rot: 3.141592653589793 rad + pos: 12.5,35.5 + parent: 2 + - uid: 16742 components: - type: Transform - pos: -37.5,2.5 - parent: 1 - - uid: 3545 + pos: 12.5,33.5 + parent: 2 + - uid: 16743 components: - type: Transform - pos: -36.5,2.5 - parent: 1 - - uid: 3546 + rot: 3.141592653589793 rad + pos: 6.5,31.5 + parent: 2 + - uid: 16744 components: - type: Transform - pos: -35.5,1.5 - parent: 1 - - uid: 3547 + pos: 7.5,39.5 + parent: 2 + - uid: 16745 components: - type: Transform - pos: -35.5,0.5 - parent: 1 - - uid: 3598 + rot: -1.5707963267948966 rad + pos: 12.5,37.5 + parent: 2 + - uid: 16746 components: - type: Transform - pos: -51.5,-0.5 - parent: 1 - - uid: 3671 + pos: 11.5,39.5 + parent: 2 + - uid: 16747 components: - type: Transform - pos: -42.5,1.5 - parent: 1 - - uid: 3673 + pos: -10.5,8.5 + parent: 2 + - uid: 16748 components: - type: Transform - pos: 12.5,34.5 - parent: 1 - - uid: 3675 + pos: -10.5,9.5 + parent: 2 + - uid: 16749 components: - type: Transform - pos: 11.5,28.5 - parent: 1 - - uid: 3741 + pos: 6.5,33.5 + parent: 2 +- proto: TableCounterWood + entities: + - uid: 16750 components: - type: Transform - pos: -46.5,2.5 - parent: 1 - - uid: 3742 + pos: -70.5,10.5 + parent: 2 + - uid: 16751 components: - type: Transform - pos: -46.5,1.5 - parent: 1 - - uid: 3743 + pos: -69.5,10.5 + parent: 2 + - uid: 16752 components: - type: Transform - pos: -46.5,0.5 - parent: 1 - - uid: 4128 + rot: 3.141592653589793 rad + pos: 30.5,67.5 + parent: 2 + - uid: 16753 components: - type: Transform - pos: -26.5,24.5 - parent: 1 - - uid: 4129 + rot: 3.141592653589793 rad + pos: 31.5,67.5 + parent: 2 + - uid: 16754 components: - type: Transform - pos: -25.5,24.5 - parent: 1 - - uid: 4130 + rot: 3.141592653589793 rad + pos: 29.5,67.5 + parent: 2 + - uid: 16755 components: - type: Transform - pos: -24.5,24.5 - parent: 1 - - uid: 4132 + rot: 3.141592653589793 rad + pos: 29.5,69.5 + parent: 2 + - uid: 16756 components: - type: Transform - pos: -22.5,24.5 - parent: 1 - - uid: 4207 + rot: 3.141592653589793 rad + pos: 29.5,68.5 + parent: 2 +- proto: TableFancyBlue + entities: + - uid: 16757 components: - type: Transform - pos: -42.5,23.5 - parent: 1 - - uid: 4208 + pos: 3.5,-22.5 + parent: 2 +- proto: TableFancyGreen + entities: + - uid: 16758 components: - type: Transform - pos: -41.5,23.5 - parent: 1 - - uid: 4210 + pos: -1.5,51.5 + parent: 2 +- proto: TableFrame + entities: + - uid: 16759 components: - type: Transform - pos: -42.5,24.5 - parent: 1 - - uid: 4211 + pos: 7.5,-3.5 + parent: 2 + - uid: 16760 components: - type: Transform - pos: -42.5,28.5 - parent: 1 - - uid: 4212 + pos: -25.5,55.5 + parent: 2 + - uid: 16761 components: - type: Transform - pos: -41.5,28.5 - parent: 1 - - uid: 4213 + pos: -25.5,54.5 + parent: 2 + - uid: 16762 components: - type: Transform - pos: -40.5,28.5 - parent: 1 - - uid: 5250 + rot: 1.5707963267948966 rad + pos: 23.5,51.5 + parent: 2 +- proto: TableGlass + entities: + - uid: 16763 components: - type: Transform - pos: -53.5,17.5 - parent: 1 - - uid: 5251 + pos: 16.5,28.5 + parent: 2 + - uid: 16764 components: - type: Transform - pos: -54.5,17.5 - parent: 1 - - uid: 5256 + rot: 1.5707963267948966 rad + pos: 15.5,28.5 + parent: 2 + - uid: 16766 components: - type: Transform - pos: -54.5,21.5 - parent: 1 - - uid: 5257 + pos: 10.5,53.5 + parent: 2 + - uid: 16767 components: - type: Transform - pos: -53.5,21.5 - parent: 1 - - uid: 5258 + pos: 14.5,59.5 + parent: 2 + - uid: 16768 components: - type: Transform - pos: -52.5,21.5 - parent: 1 - - uid: 5259 + pos: 15.5,59.5 + parent: 2 + - uid: 16769 components: - type: Transform - pos: -53.5,13.5 - parent: 1 - - uid: 5278 + pos: 18.5,57.5 + parent: 2 + - uid: 16770 components: - type: Transform - pos: -52.5,17.5 - parent: 1 - - uid: 5284 + pos: 17.5,57.5 + parent: 2 +- proto: TableReinforced + entities: + - uid: 7121 components: - type: Transform - pos: -53.5,29.5 - parent: 1 - - uid: 5285 + rot: 3.141592653589793 rad + pos: -79.5,39.5 + parent: 2 + - uid: 16771 components: - type: Transform - pos: -52.5,29.5 - parent: 1 - - uid: 5286 + rot: 3.141592653589793 rad + pos: 0.5,19.5 + parent: 2 + - uid: 16772 components: - type: Transform - pos: -51.5,29.5 - parent: 1 - - uid: 5287 + rot: 3.141592653589793 rad + pos: -4.5,19.5 + parent: 2 + - uid: 16773 components: - type: Transform - pos: -47.5,29.5 - parent: 1 - - uid: 5288 + pos: -7.5,22.5 + parent: 2 + - uid: 16774 components: - type: Transform - pos: -47.5,28.5 - parent: 1 - - uid: 5289 + pos: -4.5,22.5 + parent: 2 + - uid: 16775 components: - type: Transform - pos: -47.5,27.5 - parent: 1 - - uid: 5407 + pos: 17.5,16.5 + parent: 2 + - uid: 16776 components: - type: Transform - pos: -28.5,-8.5 - parent: 1 - - uid: 5424 + pos: -4.5,24.5 + parent: 2 + - uid: 16777 components: - type: Transform - pos: -18.5,0.5 - parent: 1 - - uid: 5425 + pos: 27.5,23.5 + parent: 2 + - uid: 16778 components: - type: Transform - pos: -29.5,-2.5 - parent: 1 - - uid: 5440 + pos: -3.5,22.5 + parent: 2 + - uid: 16779 components: - type: Transform - pos: -23.5,-3.5 - parent: 1 - - uid: 5443 + pos: -41.5,65.5 + parent: 2 + - uid: 16780 components: - type: Transform - pos: 5.5,-17.5 - parent: 1 - - uid: 5582 + pos: -57.5,58.5 + parent: 2 + - uid: 16781 components: - type: Transform - pos: -7.5,-18.5 - parent: 1 - - uid: 5601 + rot: 1.5707963267948966 rad + pos: -5.5,27.5 + parent: 2 + - uid: 16782 components: - type: Transform - pos: -41.5,13.5 - parent: 1 - - uid: 5602 + pos: -60.5,32.5 + parent: 2 + - uid: 16783 components: - type: Transform - pos: -46.5,15.5 - parent: 1 - - uid: 5603 + pos: -60.5,31.5 + parent: 2 + - uid: 16784 components: - type: Transform - pos: -47.5,15.5 - parent: 1 - - uid: 5610 + rot: 1.5707963267948966 rad + pos: 1.5,27.5 + parent: 2 + - uid: 16785 components: - type: Transform - pos: -45.5,25.5 - parent: 1 - - uid: 5611 + pos: -20.5,37.5 + parent: 2 + - uid: 16786 components: - type: Transform - pos: -45.5,24.5 - parent: 1 - - uid: 5635 + pos: -23.5,54.5 + parent: 2 + - uid: 16787 components: - type: Transform - pos: -26.5,26.5 - parent: 1 - - uid: 5636 + pos: -23.5,53.5 + parent: 2 + - uid: 16788 components: - type: Transform - pos: -25.5,26.5 - parent: 1 - - uid: 5637 + pos: -22.5,53.5 + parent: 2 + - uid: 16789 components: - type: Transform - pos: -24.5,26.5 - parent: 1 - - uid: 5639 + pos: 19.5,16.5 + parent: 2 + - uid: 16790 components: - type: Transform - pos: -24.5,29.5 - parent: 1 - - uid: 5713 + pos: 18.5,16.5 + parent: 2 + - uid: 16791 components: - type: Transform - pos: -22.5,20.5 - parent: 1 - - uid: 5717 + pos: -47.5,56.5 + parent: 2 + - uid: 16792 components: - type: Transform - pos: -30.5,12.5 - parent: 1 - - uid: 5718 + pos: -35.5,41.5 + parent: 2 + - uid: 16793 components: - type: Transform - pos: -34.5,13.5 - parent: 1 - - uid: 5947 + pos: -36.5,41.5 + parent: 2 + - uid: 16794 components: - type: Transform - pos: -53.5,-1.5 - parent: 1 - - uid: 5960 + pos: -47.5,63.5 + parent: 2 + - uid: 16795 components: - type: Transform - pos: 23.5,37.5 - parent: 1 - - uid: 5961 + pos: -48.5,59.5 + parent: 2 + - uid: 16796 components: - type: Transform - pos: 23.5,39.5 - parent: 1 - - uid: 5974 + pos: -47.5,59.5 + parent: 2 + - uid: 16797 components: - type: Transform - pos: -15.5,-5.5 - parent: 1 - - uid: 6023 + pos: -56.5,58.5 + parent: 2 + - uid: 16798 components: - type: Transform - pos: 28.5,13.5 - parent: 1 - - uid: 6059 + pos: -57.5,56.5 + parent: 2 + - uid: 16799 components: - type: Transform - pos: 8.5,-10.5 - parent: 1 - - uid: 6216 + pos: -55.5,58.5 + parent: 2 + - uid: 16800 components: - type: Transform - pos: 11.5,50.5 - parent: 1 - - uid: 6329 + pos: -48.5,60.5 + parent: 2 + - uid: 16801 components: - type: Transform - pos: 9.5,46.5 - parent: 1 - - uid: 6382 + pos: -21.5,53.5 + parent: 2 + - uid: 16802 components: - type: Transform - pos: -50.5,-0.5 - parent: 1 - - uid: 6406 + pos: 0.5,24.5 + parent: 2 + - uid: 16803 components: - type: Transform - pos: -1.5,34.5 - parent: 1 - - uid: 6407 + pos: -0.5,24.5 + parent: 2 + - uid: 16804 components: - type: Transform - pos: -1.5,33.5 - parent: 1 - - uid: 6408 + pos: -2.5,27.5 + parent: 2 + - uid: 16805 components: - type: Transform - pos: 0.5,32.5 - parent: 1 - - uid: 6409 + pos: -1.5,27.5 + parent: 2 + - uid: 16806 components: - type: Transform - pos: -0.5,32.5 - parent: 1 - - uid: 6410 + pos: -5.5,-3.5 + parent: 2 + - uid: 16807 components: - type: Transform - pos: -1.5,32.5 - parent: 1 - - uid: 6512 + pos: -5.5,0.5 + parent: 2 + - uid: 16808 components: - type: Transform - pos: -18.5,66.5 - parent: 1 - - uid: 6513 + pos: -74.5,42.5 + parent: 2 + - uid: 16809 components: - type: Transform - pos: -17.5,66.5 - parent: 1 - - uid: 6514 + pos: -74.5,41.5 + parent: 2 + - uid: 17675 components: - type: Transform - pos: -18.5,65.5 - parent: 1 - - uid: 6515 + rot: 3.141592653589793 rad + pos: -79.5,38.5 + parent: 2 +- proto: TableReinforcedGlass + entities: + - uid: 16810 components: - type: Transform - pos: -19.5,65.5 - parent: 1 - - uid: 6516 + pos: -42.5,47.5 + parent: 2 + - uid: 16811 components: - type: Transform - pos: -15.5,66.5 - parent: 1 - - uid: 6517 + pos: -43.5,47.5 + parent: 2 +- proto: TableWood + entities: + - uid: 16812 components: - type: Transform - pos: -14.5,66.5 - parent: 1 - - uid: 6518 + rot: 3.141592653589793 rad + pos: -20.5,-13.5 + parent: 2 + - uid: 16813 components: - type: Transform - pos: -14.5,65.5 - parent: 1 - - uid: 6519 + rot: 3.141592653589793 rad + pos: -20.5,-15.5 + parent: 2 + - uid: 16814 components: - type: Transform - pos: -13.5,65.5 - parent: 1 - - uid: 6521 + rot: 3.141592653589793 rad + pos: -20.5,-14.5 + parent: 2 + - uid: 16815 components: - type: Transform - pos: -20.5,63.5 - parent: 1 - - uid: 6522 + pos: -5.5,-23.5 + parent: 2 + - uid: 16816 components: - type: Transform - pos: -21.5,62.5 - parent: 1 - - uid: 6523 + pos: -5.5,-22.5 + parent: 2 + - uid: 16817 components: - type: Transform - pos: -21.5,59.5 - parent: 1 - - uid: 6524 + pos: 27.5,-1.5 + parent: 2 + - uid: 16818 components: - type: Transform - pos: -11.5,62.5 - parent: 1 - - uid: 6890 + pos: 28.5,-1.5 + parent: 2 + - uid: 16819 components: - type: Transform - pos: -45.5,42.5 - parent: 1 - - uid: 6891 + pos: 14.5,31.5 + parent: 2 + - uid: 16820 components: - type: Transform - pos: -45.5,43.5 - parent: 1 - - uid: 6892 + pos: 15.5,31.5 + parent: 2 + - uid: 16821 components: - type: Transform - pos: -45.5,44.5 - parent: 1 - - uid: 6893 + pos: 21.5,-2.5 + parent: 2 + - uid: 16822 components: - type: Transform - pos: -39.5,43.5 - parent: 1 - - uid: 6894 + pos: 21.5,-1.5 + parent: 2 + - uid: 16823 components: - type: Transform - pos: -39.5,44.5 - parent: 1 - - uid: 6895 + rot: 3.141592653589793 rad + pos: 21.5,51.5 + parent: 2 + - uid: 16824 components: - type: Transform - pos: -39.5,45.5 - parent: 1 - - uid: 6909 + pos: -43.5,-7.5 + parent: 2 + - uid: 16825 components: - type: Transform - pos: -36.5,45.5 - parent: 1 - - uid: 6910 + rot: 3.141592653589793 rad + pos: -44.5,-9.5 + parent: 2 + - uid: 16826 components: - type: Transform - pos: -36.5,44.5 - parent: 1 - - uid: 6911 + rot: 3.141592653589793 rad + pos: 21.5,50.5 + parent: 2 + - uid: 16827 components: - type: Transform - pos: -35.5,45.5 - parent: 1 - - uid: 6912 + pos: -43.5,-5.5 + parent: 2 + - uid: 16828 components: - type: Transform - pos: -35.5,44.5 - parent: 1 - - uid: 6913 + pos: -27.5,13.5 + parent: 2 + - uid: 16829 components: - type: Transform - pos: -34.5,45.5 - parent: 1 - - uid: 6914 + pos: -28.5,13.5 + parent: 2 + - uid: 16830 components: - type: Transform - pos: -34.5,44.5 - parent: 1 - - uid: 6915 + pos: -27.5,9.5 + parent: 2 + - uid: 16831 components: - type: Transform - pos: -37.5,47.5 - parent: 1 - - uid: 6916 + pos: -26.5,9.5 + parent: 2 + - uid: 16832 components: - type: Transform - pos: -36.5,47.5 - parent: 1 - - uid: 6917 + pos: -25.5,9.5 + parent: 2 + - uid: 16833 components: - type: Transform - pos: -35.5,47.5 - parent: 1 - - uid: 6920 + pos: -24.5,9.5 + parent: 2 + - uid: 16834 components: - type: Transform - pos: -33.5,42.5 - parent: 1 - - uid: 6921 + pos: -24.5,8.5 + parent: 2 + - uid: 16835 components: - type: Transform - pos: -32.5,42.5 - parent: 1 - - uid: 6922 + pos: -27.5,17.5 + parent: 2 + - uid: 16836 components: - type: Transform - pos: -33.5,44.5 - parent: 1 - - uid: 6923 + pos: -26.5,17.5 + parent: 2 + - uid: 16837 components: - type: Transform - pos: -33.5,45.5 - parent: 1 - - uid: 7068 + pos: -26.5,16.5 + parent: 2 + - uid: 16838 components: - type: Transform - pos: -50.5,40.5 - parent: 1 - - uid: 7140 + pos: -31.5,9.5 + parent: 2 + - uid: 16839 components: - type: Transform - pos: 12.5,33.5 - parent: 1 - - uid: 7142 + pos: -27.5,16.5 + parent: 2 + - uid: 16840 components: - type: Transform - pos: -70.5,13.5 - parent: 1 - - uid: 7242 + rot: 1.5707963267948966 rad + pos: -72.5,15.5 + parent: 2 + - uid: 16841 components: - type: Transform - pos: 8.5,31.5 - parent: 1 - - uid: 7296 + pos: -31.5,-1.5 + parent: 2 + - uid: 16842 components: - type: Transform - pos: -59.5,89.5 - parent: 1 - - uid: 7298 + rot: -1.5707963267948966 rad + pos: -31.5,-3.5 + parent: 2 + - uid: 16843 components: - type: Transform - pos: -61.5,88.5 - parent: 1 - - uid: 7302 + rot: 3.141592653589793 rad + pos: -8.5,62.5 + parent: 2 + - uid: 16844 components: - type: Transform - pos: -61.5,89.5 - parent: 1 - - uid: 7326 + rot: 1.5707963267948966 rad + pos: -70.5,15.5 + parent: 2 + - uid: 16845 components: - type: Transform - pos: 8.5,28.5 - parent: 1 - - uid: 7398 + rot: 3.141592653589793 rad + pos: 20.5,51.5 + parent: 2 + - uid: 16846 components: - type: Transform - pos: -72.5,35.5 - parent: 1 - - uid: 7438 + pos: -37.5,-9.5 + parent: 2 + - uid: 16847 components: - type: Transform - pos: -50.5,88.5 - parent: 1 - - uid: 7443 + pos: -43.5,-6.5 + parent: 2 + - uid: 16848 components: - type: Transform - pos: -50.5,89.5 - parent: 1 - - uid: 7640 + rot: 3.141592653589793 rad + pos: 21.5,49.5 + parent: 2 + - uid: 16849 components: - type: Transform - pos: -54.5,82.5 - parent: 1 - - uid: 7641 + pos: -73.5,10.5 + parent: 2 + - uid: 16850 components: - type: Transform - pos: -54.5,88.5 - parent: 1 - - uid: 7711 + pos: -74.5,10.5 + parent: 2 + - uid: 16851 components: - type: Transform - pos: -58.5,89.5 - parent: 1 - - uid: 7738 + rot: 3.141592653589793 rad + pos: 19.5,51.5 + parent: 2 + - uid: 16852 components: - type: Transform - pos: -60.5,89.5 - parent: 1 - - uid: 7967 + rot: 3.141592653589793 rad + pos: 18.5,51.5 + parent: 2 + - uid: 16853 components: - type: Transform - pos: -60.5,50.5 - parent: 1 - - uid: 7984 + pos: -54.5,-5.5 + parent: 2 + - uid: 16854 components: - type: Transform - pos: -60.5,58.5 - parent: 1 - - uid: 8170 + pos: -53.5,-5.5 + parent: 2 + - uid: 16855 components: - type: Transform - pos: 20.5,32.5 - parent: 1 - - uid: 8208 + pos: -52.5,-5.5 + parent: 2 + - uid: 16856 components: - type: Transform - pos: -14.5,-2.5 - parent: 1 - - uid: 8217 + rot: 3.141592653589793 rad + pos: -9.5,61.5 + parent: 2 + - uid: 16857 components: - type: Transform - pos: -7.5,-17.5 - parent: 1 - - uid: 8376 + rot: 3.141592653589793 rad + pos: -9.5,62.5 + parent: 2 + - uid: 16858 components: - type: Transform - pos: -53.5,35.5 - parent: 1 - - uid: 8377 + pos: -60.5,64.5 + parent: 2 + - uid: 16859 components: - type: Transform - pos: 23.5,41.5 - parent: 1 - - uid: 9006 + rot: 3.141592653589793 rad + pos: 17.5,51.5 + parent: 2 + - uid: 16860 components: - type: Transform - pos: -32.5,-5.5 - parent: 1 - - uid: 9058 + pos: -9.5,44.5 + parent: 2 + - uid: 16861 components: - type: Transform - pos: 21.5,41.5 - parent: 1 - - uid: 9070 + pos: -8.5,44.5 + parent: 2 + - uid: 16862 components: - type: Transform - pos: 17.5,42.5 - parent: 1 - - uid: 9082 + pos: -6.5,44.5 + parent: 2 + - uid: 16863 components: - type: Transform - pos: 18.5,40.5 - parent: 1 - - uid: 9196 + rot: 1.5707963267948966 rad + pos: -42.5,37.5 + parent: 2 + - uid: 16864 components: - type: Transform - pos: 12.5,26.5 - parent: 1 - - uid: 9226 + rot: 3.141592653589793 rad + pos: 17.5,50.5 + parent: 2 + - uid: 16865 components: - type: Transform - pos: -63.5,41.5 - parent: 1 - - uid: 9274 + pos: -10.5,55.5 + parent: 2 + - uid: 16866 components: - type: Transform - pos: -60.5,41.5 - parent: 1 - - uid: 9358 + pos: -9.5,55.5 + parent: 2 + - uid: 16867 components: - type: Transform - pos: -63.5,23.5 - parent: 1 - - uid: 9409 + pos: -8.5,55.5 + parent: 2 + - uid: 16868 components: - type: Transform - pos: -59.5,50.5 - parent: 1 - - uid: 9850 + pos: -33.5,38.5 + parent: 2 + - uid: 16869 components: - type: Transform - pos: -53.5,36.5 - parent: 1 - - uid: 9948 + pos: -33.5,36.5 + parent: 2 + - uid: 16870 components: - type: Transform - pos: -64.5,14.5 - parent: 1 - - uid: 10362 + pos: -33.5,35.5 + parent: 2 + - uid: 16871 components: - type: Transform - pos: -3.5,43.5 - parent: 1 - - uid: 10366 + rot: 3.141592653589793 rad + pos: 17.5,49.5 + parent: 2 + - uid: 16872 components: - type: Transform - pos: -3.5,42.5 - parent: 1 - - uid: 10370 + pos: -5.5,44.5 + parent: 2 + - uid: 16873 components: - type: Transform - pos: -29.5,49.5 - parent: 1 - - uid: 10371 + rot: 1.5707963267948966 rad + pos: -54.5,65.5 + parent: 2 + - uid: 16874 components: - type: Transform - pos: -28.5,49.5 - parent: 1 - - uid: 10403 + pos: -37.5,-10.5 + parent: 2 + - uid: 16875 components: - type: Transform - pos: 22.5,29.5 - parent: 1 - - uid: 10415 + pos: -64.5,52.5 + parent: 2 + - uid: 16876 components: - type: Transform - pos: -53.5,37.5 - parent: 1 - - uid: 10719 + pos: -23.5,40.5 + parent: 2 + - uid: 16877 components: - type: Transform - pos: -66.5,25.5 - parent: 1 - - uid: 10720 + pos: -43.5,39.5 + parent: 2 + - uid: 16878 components: - type: Transform - pos: -65.5,25.5 - parent: 1 - - uid: 10721 + pos: -54.5,64.5 + parent: 2 + - uid: 16879 components: - type: Transform - pos: -64.5,25.5 - parent: 1 - - uid: 10722 + pos: -56.5,63.5 + parent: 2 + - uid: 16880 components: - type: Transform - pos: -63.5,25.5 - parent: 1 - - uid: 10833 + pos: -58.5,64.5 + parent: 2 + - uid: 16881 components: - type: Transform - pos: -79.5,31.5 - parent: 1 - - uid: 10834 + rot: 1.5707963267948966 rad + pos: -70.5,16.5 + parent: 2 + - uid: 16882 components: - type: Transform - pos: -76.5,30.5 - parent: 1 - - uid: 10851 + rot: -1.5707963267948966 rad + pos: 14.5,32.5 + parent: 2 + - uid: 16883 components: - type: Transform - pos: -61.5,41.5 - parent: 1 - - uid: 10923 + pos: 20.5,30.5 + parent: 2 + - uid: 16884 components: - type: Transform - pos: 5.5,33.5 - parent: 1 - - uid: 11310 + rot: 3.141592653589793 rad + pos: -12.5,53.5 + parent: 2 + - uid: 16885 components: - type: Transform - pos: 7.5,33.5 - parent: 1 - - uid: 11456 + pos: -65.5,52.5 + parent: 2 + - uid: 16886 components: - type: Transform - pos: -79.5,32.5 - parent: 1 - - uid: 11880 + pos: -21.5,40.5 + parent: 2 + - uid: 16887 components: - type: Transform - pos: 17.5,19.5 - parent: 1 - - uid: 12311 + rot: 3.141592653589793 rad + pos: -65.5,55.5 + parent: 2 + - uid: 16888 components: - type: Transform - pos: -0.5,-13.5 - parent: 1 - - uid: 12319 + pos: -30.5,39.5 + parent: 2 + - uid: 16889 components: - type: Transform - pos: 7.5,-19.5 - parent: 1 - - uid: 12323 + pos: -30.5,38.5 + parent: 2 + - uid: 16890 components: - type: Transform - pos: 7.5,-18.5 - parent: 1 - - uid: 12339 + pos: -30.5,36.5 + parent: 2 + - uid: 16891 components: - type: Transform - pos: 13.5,-17.5 - parent: 1 - - uid: 12342 + pos: -30.5,35.5 + parent: 2 + - uid: 16892 components: - type: Transform - pos: 9.5,-1.5 - parent: 1 - - uid: 12401 + pos: -41.5,35.5 + parent: 2 + - uid: 16893 components: - type: Transform - pos: 8.5,-3.5 - parent: 1 - - uid: 12496 + pos: -44.5,36.5 + parent: 2 + - uid: 16894 components: - type: Transform - pos: -59.5,51.5 - parent: 1 - - uid: 12607 + pos: -38.5,37.5 + parent: 2 + - uid: 16895 components: - type: Transform - pos: -64.5,41.5 - parent: 1 - - uid: 12767 + pos: -37.5,37.5 + parent: 2 + - uid: 16896 components: - type: Transform - pos: 18.5,28.5 - parent: 1 - - uid: 12768 + pos: -36.5,37.5 + parent: 2 + - uid: 16897 components: - type: Transform - pos: 19.5,28.5 - parent: 1 - - uid: 12769 + pos: -38.5,40.5 + parent: 2 + - uid: 16898 components: - type: Transform - pos: 20.5,28.5 - parent: 1 - - uid: 12902 + rot: -1.5707963267948966 rad + pos: -11.5,48.5 + parent: 2 + - uid: 16899 components: - type: Transform - pos: 4.5,8.5 - parent: 1 - - uid: 12903 + rot: -1.5707963267948966 rad + pos: -31.5,-2.5 + parent: 2 + - uid: 16900 components: - type: Transform - pos: 5.5,8.5 - parent: 1 - - uid: 13083 + pos: -63.5,39.5 + parent: 2 + - uid: 16901 components: - type: Transform - pos: -2.5,10.5 - parent: 1 - - uid: 13084 + pos: -62.5,39.5 + parent: 2 + - uid: 16902 components: - type: Transform - pos: -1.5,10.5 - parent: 1 - - uid: 13174 + rot: 3.141592653589793 rad + pos: -60.5,63.5 + parent: 2 + - uid: 16903 components: - type: Transform - pos: -15.5,-29.5 - parent: 1 - - uid: 13797 + rot: -1.5707963267948966 rad + pos: -61.5,39.5 + parent: 2 + - uid: 16904 components: - type: Transform - pos: -15.5,-7.5 - parent: 1 - - uid: 13800 + rot: -1.5707963267948966 rad + pos: 13.5,3.5 + parent: 2 + - uid: 16905 components: - type: Transform - pos: -15.5,-6.5 - parent: 1 - - uid: 14086 + rot: -1.5707963267948966 rad + pos: 17.5,3.5 + parent: 2 + - uid: 16906 components: - type: Transform - pos: -71.5,35.5 - parent: 1 - - uid: 14087 + rot: -1.5707963267948966 rad + pos: -11.5,49.5 + parent: 2 + - uid: 16907 components: - type: Transform - pos: -50.5,39.5 - parent: 1 - - uid: 14239 + rot: 3.141592653589793 rad + pos: -7.5,62.5 + parent: 2 + - uid: 16908 components: - type: Transform - pos: -73.5,51.5 - parent: 1 - - uid: 14245 + rot: 1.5707963267948966 rad + pos: -73.5,15.5 + parent: 2 + - uid: 16909 components: - type: Transform - pos: -66.5,41.5 - parent: 1 - - uid: 14246 + pos: -71.5,49.5 + parent: 2 + - uid: 16910 components: - type: Transform - pos: -66.5,42.5 - parent: 1 - - uid: 14580 + pos: -70.5,49.5 + parent: 2 + - uid: 16911 components: - type: Transform - pos: -60.5,19.5 - parent: 1 - - uid: 14590 + pos: -72.5,47.5 + parent: 2 + - uid: 16912 components: - type: Transform - pos: -67.5,10.5 - parent: 1 - - uid: 14917 + pos: -38.5,-9.5 + parent: 2 + - uid: 16913 components: - type: Transform - pos: 11.5,-19.5 - parent: 1 - - uid: 15110 + pos: -21.5,39.5 + parent: 2 + - uid: 16914 components: - type: Transform - pos: 14.5,-7.5 - parent: 1 - - uid: 15135 + pos: -23.5,39.5 + parent: 2 + - uid: 16915 components: - type: Transform - pos: -31.5,-5.5 - parent: 1 - - uid: 15179 + rot: 1.5707963267948966 rad + pos: -12.5,46.5 + parent: 2 + - uid: 16916 components: - type: Transform - pos: -50.5,-1.5 - parent: 1 - - uid: 15187 + rot: 1.5707963267948966 rad + pos: -11.5,46.5 + parent: 2 + - uid: 16917 components: - type: Transform - pos: -15.5,26.5 - parent: 1 - - uid: 15200 + rot: -1.5707963267948966 rad + pos: -33.5,37.5 + parent: 2 + - uid: 16918 components: - type: Transform - pos: -53.5,-3.5 - parent: 1 - - uid: 15211 + rot: 1.5707963267948966 rad + pos: 13.5,-2.5 + parent: 2 + - uid: 16919 components: - type: Transform - pos: 11.5,31.5 - parent: 1 - - uid: 15496 + pos: -20.5,-18.5 + parent: 2 + - uid: 16920 components: - type: Transform - pos: 12.5,22.5 - parent: 1 - - uid: 15528 + pos: -75.5,8.5 + parent: 2 + - uid: 16921 components: - type: Transform - pos: -16.5,-1.5 - parent: 1 - - uid: 15541 + pos: -74.5,8.5 + parent: 2 + - uid: 16922 components: - type: Transform - pos: 11.5,-18.5 - parent: 1 - - uid: 15817 + rot: 1.5707963267948966 rad + pos: 18.5,55.5 + parent: 2 + - uid: 16923 components: - type: Transform - pos: -19.5,36.5 - parent: 1 - - uid: 15901 + rot: 1.5707963267948966 rad + pos: 26.5,68.5 + parent: 2 + - uid: 16924 components: - type: Transform - pos: 4.5,-11.5 - parent: 1 - - uid: 16057 + rot: -1.5707963267948966 rad + pos: -15.5,15.5 + parent: 2 + - uid: 16925 components: - type: Transform - pos: -69.5,13.5 - parent: 1 - - uid: 16070 + rot: 1.5707963267948966 rad + pos: -15.5,11.5 + parent: 2 + - uid: 20914 components: - type: Transform - pos: -48.5,9.5 - parent: 1 - - uid: 16071 + rot: -1.5707963267948966 rad + pos: -92.5,-5.5 + parent: 2 + - uid: 20918 components: - type: Transform - pos: -47.5,9.5 - parent: 1 - - uid: 16072 + rot: -1.5707963267948966 rad + pos: -92.5,-1.5 + parent: 2 +- proto: TegCenter + entities: + - uid: 16926 components: - type: Transform - pos: -49.5,9.5 - parent: 1 - - uid: 16133 + pos: -83.5,35.5 + parent: 2 +- proto: TegCirculator + entities: + - uid: 16927 components: - type: Transform - pos: -0.5,36.5 - parent: 1 - - uid: 16134 + rot: -1.5707963267948966 rad + pos: -83.5,34.5 + parent: 2 + - type: PointLight + color: '#FF3300FF' + - uid: 16928 components: - type: Transform - pos: 0.5,36.5 - parent: 1 - - uid: 16408 + rot: 1.5707963267948966 rad + pos: -83.5,36.5 + parent: 2 + - type: PointLight + color: '#FF3300FF' +- proto: TelecomServerFilledCargo + entities: + - uid: 16929 components: - type: Transform - pos: 10.5,46.5 - parent: 1 - - uid: 16523 + pos: 28.5,26.5 + parent: 2 +- proto: TelecomServerFilledCommand + entities: + - uid: 16930 components: - type: Transform - pos: -1.5,-22.5 - parent: 1 - - uid: 16524 + pos: 25.5,29.5 + parent: 2 +- proto: TelecomServerFilledCommon + entities: + - uid: 16931 components: - type: Transform - pos: -2.5,-22.5 - parent: 1 - - uid: 16643 + pos: 25.5,25.5 + parent: 2 +- proto: TelecomServerFilledEngineering + entities: + - uid: 16932 components: - type: Transform - pos: 0.5,-13.5 - parent: 1 - - uid: 16673 + pos: 27.5,29.5 + parent: 2 +- proto: TelecomServerFilledMedical + entities: + - uid: 16933 components: - type: Transform - pos: -15.5,-30.5 - parent: 1 - - uid: 16967 + pos: 28.5,29.5 + parent: 2 +- proto: TelecomServerFilledScience + entities: + - uid: 16934 components: - type: Transform - pos: 8.5,-8.5 - parent: 1 - - uid: 17150 + pos: 28.5,25.5 + parent: 2 +- proto: TelecomServerFilledSecurity + entities: + - uid: 16935 components: - type: Transform - pos: 8.5,-11.5 - parent: 1 - - uid: 18283 + pos: 26.5,29.5 + parent: 2 +- proto: TelecomServerFilledService + entities: + - uid: 16936 components: - type: Transform - pos: -79.5,40.5 - parent: 1 - - uid: 18595 + pos: 25.5,26.5 + parent: 2 +- proto: TeslaCoil + entities: + - uid: 2890 components: - type: Transform - pos: 12.5,57.5 - parent: 1 - - uid: 18596 + rot: -1.5707963267948966 rad + pos: -80.5,19.5 + parent: 2 + - uid: 4625 components: - type: Transform - pos: 11.5,57.5 - parent: 1 - - uid: 18610 + rot: 3.141592653589793 rad + pos: -97.5,23.5 + parent: 2 + - uid: 4917 components: - type: Transform - pos: 10.5,59.5 - parent: 1 - - uid: 18715 + rot: -1.5707963267948966 rad + pos: -80.5,20.5 + parent: 2 + - uid: 6421 components: - type: Transform - pos: 22.5,45.5 - parent: 1 - - uid: 18716 + rot: 3.141592653589793 rad + pos: -97.5,27.5 + parent: 2 + - uid: 6457 components: - type: Transform - pos: 23.5,45.5 - parent: 1 - - uid: 18823 + rot: 3.141592653589793 rad + pos: -97.5,22.5 + parent: 2 + - uid: 6458 components: - type: Transform - pos: -60.5,28.5 - parent: 1 -- proto: TableCarpet - entities: - - uid: 6782 + rot: 3.141592653589793 rad + pos: -97.5,21.5 + parent: 2 + - uid: 7348 components: - type: Transform - pos: -37.5,52.5 - parent: 1 - - uid: 6822 + rot: 3.141592653589793 rad + pos: -97.5,28.5 + parent: 2 + - uid: 15552 components: - type: Transform - pos: -36.5,52.5 - parent: 1 - - uid: 6823 + rot: 3.141592653589793 rad + pos: -97.5,29.5 + parent: 2 +- proto: TeslaGenerator + entities: + - uid: 5491 components: - type: Transform - pos: -35.5,52.5 - parent: 1 - - uid: 6824 + rot: -1.5707963267948966 rad + pos: -79.5,20.5 + parent: 2 + - uid: 6464 components: - type: Transform - pos: -34.5,52.5 - parent: 1 -- proto: TableCounterMetal + anchored: True + rot: 3.141592653589793 rad + pos: -97.5,25.5 + parent: 2 + - type: Physics + angularDamping: 0 + linearDamping: 0 + bodyType: Static +- proto: TeslaGroundingRod entities: - - uid: 11896 + - uid: 2457 components: - type: Transform - pos: -14.5,10.5 - parent: 1 - - uid: 11903 + rot: -1.5707963267948966 rad + pos: -101.5,25.5 + parent: 2 + - uid: 4462 components: - type: Transform - pos: -14.5,8.5 - parent: 1 - - uid: 11909 + rot: -1.5707963267948966 rad + pos: -97.5,19.5 + parent: 2 + - uid: 4603 components: - type: Transform - pos: -14.5,9.5 - parent: 1 - - uid: 11917 + pos: -80.5,17.5 + parent: 2 + - uid: 4609 components: - type: Transform - pos: -10.5,8.5 - parent: 1 - - uid: 12592 + pos: -79.5,16.5 + parent: 2 + - uid: 5386 components: - type: Transform - pos: -10.5,9.5 - parent: 1 - - uid: 12593 + pos: -80.5,16.5 + parent: 2 + - uid: 5387 components: - type: Transform - pos: -14.5,14.5 - parent: 1 - - uid: 12784 + pos: -79.5,17.5 + parent: 2 + - uid: 5558 components: - type: Transform - pos: -14.5,13.5 - parent: 1 - - uid: 16359 + rot: -1.5707963267948966 rad + pos: -97.5,31.5 + parent: 2 + - uid: 17199 components: - type: Transform - pos: -14.5,12.5 - parent: 1 -- proto: TableCounterWood + rot: -1.5707963267948966 rad + pos: -93.5,25.5 + parent: 2 +- proto: Thruster entities: - - uid: 14462 + - uid: 16949 components: - type: Transform - pos: -70.5,10.5 - parent: 1 - - uid: 15853 + rot: 3.141592653589793 rad + pos: 13.5,-19.5 + parent: 2 + - uid: 16950 components: - type: Transform - pos: -69.5,10.5 - parent: 1 -- proto: TableFancyBlue + rot: 3.141592653589793 rad + pos: 5.5,-19.5 + parent: 2 + - uid: 16951 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-19.5 + parent: 2 +- proto: TintedWindow entities: - - uid: 17011 + - uid: 16952 components: - type: Transform - pos: 3.5,-22.5 - parent: 1 -- proto: TableFancyGreen - entities: - - uid: 8359 + pos: -46.5,11.5 + parent: 2 + - uid: 16953 components: - type: Transform - pos: -1.5,51.5 - parent: 1 -- proto: TableFrame - entities: - - uid: 1532 + pos: -7.5,58.5 + parent: 2 + - uid: 16954 components: - type: Transform - pos: 7.5,-3.5 - parent: 1 - - uid: 7514 + pos: -10.5,-31.5 + parent: 2 + - uid: 16955 components: - type: Transform - pos: -25.5,55.5 - parent: 1 - - uid: 7515 + pos: -42.5,-6.5 + parent: 2 + - uid: 16956 components: - type: Transform - pos: -25.5,54.5 - parent: 1 - - uid: 14658 + pos: -42.5,-7.5 + parent: 2 + - uid: 16957 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,51.5 - parent: 1 -- proto: TableGlass - entities: - - uid: 1935 + pos: -49.5,11.5 + parent: 2 + - uid: 16958 components: - type: Transform - pos: -3.5,27.5 - parent: 1 - - uid: 1937 + pos: 17.5,-11.5 + parent: 2 + - uid: 16959 components: - type: Transform - pos: 0.5,27.5 - parent: 1 - - uid: 1941 + pos: -51.5,8.5 + parent: 2 + - uid: 16960 components: - type: Transform - pos: -0.5,19.5 - parent: 1 - - uid: 1942 + pos: -10.5,60.5 + parent: 2 + - uid: 16961 components: - type: Transform - pos: -0.5,22.5 - parent: 1 - - uid: 1943 + pos: -51.5,10.5 + parent: 2 + - uid: 16962 components: - type: Transform - pos: -0.5,20.5 - parent: 1 - - uid: 1945 + pos: -45.5,-3.5 + parent: 2 + - uid: 16963 components: - type: Transform - pos: -0.5,21.5 - parent: 1 - - uid: 2035 + pos: -9.5,58.5 + parent: 2 + - uid: 16964 components: - type: Transform - pos: 15.5,28.5 - parent: 1 - - uid: 4093 + pos: -43.5,-3.5 + parent: 2 + - uid: 16965 components: - type: Transform - pos: -4.5,21.5 - parent: 1 - - uid: 16549 + pos: -55.5,-0.5 + parent: 2 + - uid: 16966 components: - type: Transform - pos: -2.5,21.5 - parent: 1 - - uid: 16550 + pos: -10.5,61.5 + parent: 2 + - uid: 16967 components: - type: Transform - pos: -2.5,22.5 - parent: 1 - - uid: 16551 + pos: -53.5,63.5 + parent: 2 + - uid: 16968 components: - type: Transform - pos: -2.5,23.5 - parent: 1 - - uid: 18582 + pos: -53.5,64.5 + parent: 2 + - uid: 16969 components: - type: Transform - pos: 10.5,52.5 - parent: 1 - - uid: 18583 + pos: -53.5,65.5 + parent: 2 + - uid: 16970 components: - type: Transform - pos: 10.5,53.5 - parent: 1 - - uid: 18590 + pos: -47.5,7.5 + parent: 2 + - uid: 16971 components: - type: Transform - pos: 14.5,59.5 - parent: 1 - - uid: 18591 + pos: -55.5,-2.5 + parent: 2 + - uid: 16972 components: - type: Transform - pos: 15.5,59.5 - parent: 1 - - uid: 18592 + pos: -30.5,-10.5 + parent: 2 + - uid: 16973 components: - type: Transform - pos: 18.5,57.5 - parent: 1 - - uid: 18634 + pos: -48.5,7.5 + parent: 2 + - uid: 16974 components: - type: Transform - pos: 17.5,57.5 - parent: 1 -- proto: TableReinforced + pos: -10.5,-32.5 + parent: 2 + - uid: 16975 + components: + - type: Transform + pos: -72.5,9.5 + parent: 2 +- proto: ToiletDirtyWater entities: - - uid: 2046 + - uid: 16976 components: - type: Transform - pos: -7.5,22.5 - parent: 1 - - uid: 2285 + rot: -1.5707963267948966 rad + pos: 19.5,-10.5 + parent: 2 + - uid: 16977 components: - type: Transform - pos: 17.5,16.5 - parent: 1 - - uid: 2969 + rot: -1.5707963267948966 rad + pos: -23.5,-1.5 + parent: 2 + - uid: 16978 components: - type: Transform - pos: 27.5,23.5 - parent: 1 - - uid: 6544 + rot: -1.5707963267948966 rad + pos: -23.5,0.5 + parent: 2 + - uid: 16979 components: - type: Transform - pos: -41.5,65.5 - parent: 1 - - uid: 6566 + rot: -1.5707963267948966 rad + pos: -23.5,2.5 + parent: 2 +- proto: ToiletEmpty + entities: + - uid: 16980 components: - type: Transform - pos: -57.5,58.5 - parent: 1 - - uid: 7225 + rot: -1.5707963267948966 rad + pos: -54.5,86.5 + parent: 2 +- proto: ToiletGoldenDirtyWater + entities: + - uid: 16981 components: - type: Transform - pos: -60.5,32.5 - parent: 1 - - uid: 7399 + rot: 1.5707963267948966 rad + pos: -5.5,58.5 + parent: 2 +- proto: ToolboxArtisticFilled + entities: + - uid: 16982 components: - type: Transform - pos: -60.5,31.5 - parent: 1 - - uid: 8331 + pos: 8.486114,-10.351686 + parent: 2 +- proto: ToolboxElectricalFilled + entities: + - uid: 16983 components: - type: Transform - pos: -20.5,37.5 - parent: 1 - - uid: 10857 + pos: -25.110394,26.456669 + parent: 2 + - uid: 16984 components: - type: Transform - pos: -23.5,54.5 - parent: 1 - - uid: 10858 + pos: -63.54383,25.748787 + parent: 2 +- proto: ToolboxEmergencyFilled + entities: + - uid: 16985 components: - type: Transform - pos: -23.5,53.5 - parent: 1 - - uid: 10859 + pos: -24.587534,26.550022 + parent: 2 + - uid: 16986 components: - type: Transform - pos: -22.5,53.5 - parent: 1 - - uid: 11860 + pos: -21.512825,62.627495 + parent: 2 +- proto: ToolboxGoldFilled + entities: + - uid: 16987 components: - type: Transform - pos: 19.5,16.5 - parent: 1 - - uid: 11861 + pos: -23.241955,53.59838 + parent: 2 +- proto: ToolboxMechanical + entities: + - uid: 16988 components: - type: Transform - pos: 18.5,16.5 - parent: 1 - - uid: 12598 + pos: -8.936694,44.61425 + parent: 2 + - uid: 16989 components: - type: Transform - pos: -47.5,56.5 - parent: 1 - - uid: 13296 + pos: -9.577319,44.598625 + parent: 2 + - uid: 16990 components: - type: Transform - pos: -35.5,41.5 - parent: 1 - - uid: 13331 + pos: -8.436694,44.55175 + parent: 2 +- proto: ToolboxMechanicalFilled + entities: + - uid: 16991 components: - type: Transform - pos: -36.5,41.5 - parent: 1 - - uid: 13344 + pos: -7.51254,9.424052 + parent: 2 + - uid: 16992 components: - type: Transform - pos: -47.5,63.5 - parent: 1 - - uid: 13588 + pos: -25.165659,26.690647 + parent: 2 + - uid: 16993 components: - type: Transform - pos: -48.5,59.5 - parent: 1 - - uid: 13619 + pos: -17.49487,-1.3714645 + parent: 2 + - uid: 16994 components: - type: Transform - pos: -47.5,59.5 - parent: 1 - - uid: 13622 + pos: -19.468567,65.60307 + parent: 2 + - uid: 16995 components: - type: Transform - pos: -56.5,58.5 - parent: 1 - - uid: 13623 + pos: -63.528206,25.389412 + parent: 2 + - uid: 16996 components: - type: Transform - pos: -57.5,56.5 - parent: 1 - - uid: 13624 + pos: -7.551212,-18.293041 + parent: 2 +- proto: ToyAi + entities: + - uid: 16997 components: - type: Transform - pos: -55.5,58.5 - parent: 1 - - uid: 13626 + pos: -30.308014,58.795296 + parent: 2 +- proto: ToyDeathRipley + entities: + - uid: 16998 components: - type: Transform - pos: -48.5,60.5 - parent: 1 - - uid: 14818 + pos: -26.45058,17.657667 + parent: 2 +- proto: ToyDurand + entities: + - uid: 16999 components: - type: Transform - pos: -21.5,53.5 - parent: 1 - - uid: 17106 + pos: -27.13808,16.704542 + parent: 2 +- proto: ToyFireRipley + entities: + - uid: 17000 components: - type: Transform - pos: -5.5,-3.5 - parent: 1 - - uid: 17108 + pos: -26.466206,16.876417 + parent: 2 +- proto: ToyHonk + entities: + - uid: 17001 components: - type: Transform - pos: -5.5,0.5 - parent: 1 - - uid: 18005 + pos: -27.54433,17.142042 + parent: 2 +- proto: ToyIan + entities: + - uid: 17002 components: - type: Transform - pos: -74.5,42.5 - parent: 1 - - uid: 18006 + pos: -23.220167,37.257248 + parent: 2 +- proto: ToyRubberDuck + entities: + - uid: 17003 components: - type: Transform - pos: -74.5,41.5 - parent: 1 -- proto: TableReinforcedGlass + pos: -50.529263,89.63293 + parent: 2 +- proto: ToySpawner entities: - - uid: 6940 + - uid: 17004 components: - type: Transform - pos: -42.5,47.5 - parent: 1 - - uid: 6948 + pos: -31.5,25.5 + parent: 2 + - uid: 17005 components: - type: Transform - pos: -43.5,47.5 - parent: 1 -- proto: TableWood - entities: - - uid: 91 + pos: -33.5,28.5 + parent: 2 + - uid: 17006 components: - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,-13.5 - parent: 1 - - uid: 105 + pos: 18.5,-8.5 + parent: 2 + - uid: 20385 components: - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,-15.5 - parent: 1 - - uid: 481 + pos: -3.5,46.5 + parent: 2 + - uid: 20386 components: - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,-14.5 - parent: 1 - - uid: 494 + pos: -43.5,35.5 + parent: 2 + - uid: 20387 components: - type: Transform - pos: -5.5,-23.5 - parent: 1 - - uid: 508 + pos: -54.5,28.5 + parent: 2 + - uid: 20388 components: - type: Transform - pos: -5.5,-22.5 - parent: 1 - - uid: 910 + pos: -52.5,12.5 + parent: 2 + - uid: 20403 components: - type: Transform - pos: 27.5,-1.5 - parent: 1 - - uid: 911 + pos: -25.5,8.5 + parent: 2 + - uid: 20404 components: - type: Transform - pos: 28.5,-1.5 - parent: 1 - - uid: 1279 + pos: -15.5,13.5 + parent: 2 + - uid: 20407 components: - type: Transform - pos: 14.5,31.5 - parent: 1 - - uid: 1313 + pos: 4.5,10.5 + parent: 2 + - uid: 20413 components: - type: Transform - pos: 15.5,31.5 - parent: 1 - - uid: 1833 + pos: 18.5,22.5 + parent: 2 + - uid: 20414 components: - type: Transform - pos: 21.5,-2.5 - parent: 1 - - uid: 1834 + pos: 17.5,22.5 + parent: 2 +- proto: TrashBananaPeel + entities: + - uid: 17007 components: - type: Transform - pos: 21.5,-1.5 - parent: 1 - - uid: 1875 + pos: -37.219505,3.4937391 + parent: 2 + - uid: 17009 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,51.5 - parent: 1 - - uid: 2724 + pos: -34.750755,3.5093641 + parent: 2 + - uid: 17013 components: - type: Transform - pos: -43.5,-7.5 - parent: 1 - - uid: 2799 + pos: -42.080788,28.835457 + parent: 2 + - uid: 17014 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-9.5 - parent: 1 - - uid: 2881 + pos: -42.158913,28.601082 + parent: 2 + - uid: 17015 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,50.5 - parent: 1 - - uid: 2997 + pos: -42.237038,28.413582 + parent: 2 + - uid: 17016 components: - type: Transform - pos: -43.5,-5.5 - parent: 1 - - uid: 3096 + pos: -49.478355,7.4465036 + parent: 2 +- proto: TrashBananaPeelExplosive + entities: + - uid: 17017 components: - type: Transform - pos: -27.5,13.5 - parent: 1 - - uid: 3097 + pos: -26.575481,55.467476 + parent: 2 +- proto: trayScanner + entities: + - uid: 17018 components: - type: Transform - pos: -28.5,13.5 - parent: 1 - - uid: 3103 + pos: -15.354326,-37.403152 + parent: 2 +- proto: TwoWayLever + entities: + - uid: 17019 components: - type: Transform - pos: -27.5,9.5 - parent: 1 - - uid: 3104 + pos: -40.5,-13.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 7326: + - - Left + - Forward + - - Right + - Reverse + - - Middle + - Off + 7317: + - - Left + - Forward + - - Right + - Reverse + - - Middle + - Off + 15114: + - - Left + - Forward + - - Right + - Reverse + - - Middle + - Off + - uid: 17020 components: - type: Transform - pos: -26.5,9.5 - parent: 1 - - uid: 3105 + pos: -41.5,-9.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 7324: + - - Left + - Forward + - - Right + - Reverse + - - Middle + - Off + 7323: + - - Left + - Forward + - - Right + - Reverse + - - Middle + - Off + 7325: + - - Left + - Forward + - - Right + - Reverse + - - Middle + - Off + - uid: 17021 components: - type: Transform - pos: -25.5,9.5 - parent: 1 - - uid: 3106 + pos: -38.5,-7.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 7325: + - - Left + - Forward + - - Right + - Reverse + - - Middle + - Off + 7323: + - - Left + - Forward + - - Right + - Reverse + - - Middle + - Off + 7324: + - - Left + - Forward + - - Right + - Reverse + - - Middle + - Off + - uid: 17022 components: - type: Transform - pos: -24.5,9.5 - parent: 1 - - uid: 3107 + pos: -70.5,55.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 7327: + - - Left + - Forward + - - Right + - Reverse + - - Middle + - Off + 7328: + - - Left + - Forward + - - Right + - Reverse + - - Middle + - Off + 15115: + - - Left + - Forward + - - Right + - Reverse + - - Middle + - Off + 7329: + - - Left + - Forward + - - Right + - Reverse + - - Middle + - Off + 7330: + - - Left + - Forward + - - Right + - Reverse + - - Middle + - Off + 7331: + - - Left + - Forward + - - Right + - Reverse + - - Middle + - Off + 7332: + - - Left + - Forward + - - Right + - Reverse + - - Middle + - Off +- proto: UnfinishedMachineFrame + entities: + - uid: 17023 components: - type: Transform - pos: -24.5,8.5 - parent: 1 - - uid: 3183 + pos: -9.5,-7.5 + parent: 2 +- proto: UniformPrinter + entities: + - uid: 17024 components: - type: Transform - pos: -27.5,17.5 - parent: 1 - - uid: 3185 + pos: -22.5,36.5 + parent: 2 +- proto: UniformShortsRed + entities: + - uid: 17025 components: - type: Transform - pos: -26.5,17.5 - parent: 1 - - uid: 3186 + pos: -64.695595,14.460857 + parent: 2 + - uid: 17026 components: - type: Transform - pos: -26.5,16.5 - parent: 1 - - uid: 3196 + pos: -64.24247,14.460857 + parent: 2 +- proto: UniformShortsRedWithTop + entities: + - uid: 17027 components: - type: Transform - pos: -31.5,9.5 - parent: 1 - - uid: 3201 + pos: -64.601845,14.679607 + parent: 2 + - uid: 17028 components: - type: Transform - pos: -27.5,16.5 - parent: 1 - - uid: 3572 + pos: -64.42997,14.679607 + parent: 2 +- proto: UniqueLockerBlueshieldOfficerFilled + entities: + - uid: 17029 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -72.5,15.5 - parent: 1 - - uid: 3575 + pos: -3.5,51.5 + parent: 2 +- proto: UniqueLockerNanorepFilled + entities: + - uid: 17030 components: - type: Transform - pos: -31.5,-1.5 - parent: 1 - - uid: 3577 + pos: 0.5,51.5 + parent: 2 +- proto: UprightPianoInstrument + entities: + - uid: 17031 components: - type: Transform rot: -1.5707963267948966 rad - pos: -31.5,-3.5 - parent: 1 - - uid: 3580 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,62.5 - parent: 1 - - uid: 3584 + pos: -29.5,42.5 + parent: 2 + - uid: 17032 components: - type: Transform rot: 1.5707963267948966 rad - pos: -70.5,15.5 - parent: 1 - - uid: 3613 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,51.5 - parent: 1 - - uid: 3692 - components: - - type: Transform - pos: -37.5,-9.5 - parent: 1 - - uid: 3735 - components: - - type: Transform - pos: -43.5,-6.5 - parent: 1 - - uid: 4116 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,49.5 - parent: 1 - - uid: 4218 + pos: 23.5,56.5 + parent: 2 +- proto: Vaccinator + entities: + - uid: 17033 components: - type: Transform - pos: -73.5,10.5 - parent: 1 - - uid: 4748 + pos: 11.5,17.5 + parent: 2 +- proto: VariantCubeBox + entities: + - uid: 17034 components: - type: Transform - pos: -74.5,10.5 - parent: 1 - - uid: 5078 + pos: -15.496982,-30.29877 + parent: 2 +- proto: VendingBarDrobe + entities: + - uid: 17035 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,51.5 - parent: 1 - - uid: 5108 + pos: -27.5,38.5 + parent: 2 +- proto: VendingMachineAtmosDrobe + entities: + - uid: 17036 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,51.5 - parent: 1 - - uid: 5351 + pos: -72.5,40.5 + parent: 2 +- proto: VendingMachineBooze + entities: + - uid: 17037 components: - type: Transform - pos: -54.5,-5.5 - parent: 1 - - uid: 5352 + pos: 17.5,48.5 + parent: 2 + - uid: 17038 components: - type: Transform - pos: -53.5,-5.5 - parent: 1 - - uid: 5353 + pos: -30.5,40.5 + parent: 2 +- proto: VendingMachineCargoDrobe + entities: + - uid: 17040 components: - type: Transform - pos: -52.5,-5.5 - parent: 1 - - uid: 5495 + pos: -34.5,-3.5 + parent: 2 +- proto: VendingMachineCart + entities: + - uid: 17041 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,61.5 - parent: 1 - - uid: 6025 + pos: -23.5,36.5 + parent: 2 +- proto: VendingMachineChapel + entities: + - uid: 17042 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,62.5 - parent: 1 - - uid: 6070 + pos: 19.5,-0.5 + parent: 2 +- proto: VendingMachineChefDrobe + entities: + - uid: 17043 components: - type: Transform - pos: -60.5,64.5 - parent: 1 - - uid: 6204 + pos: -31.5,42.5 + parent: 2 +- proto: VendingMachineChefvend + entities: + - uid: 17044 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,51.5 - parent: 1 - - uid: 6243 + pos: -38.5,47.5 + parent: 2 +- proto: VendingMachineChemicals + entities: + - uid: 17045 components: - type: Transform - pos: -9.5,44.5 - parent: 1 - - uid: 6244 + pos: 0.5,25.5 + parent: 2 +- proto: VendingMachineCigs + entities: + - uid: 17046 components: - type: Transform - pos: -8.5,44.5 - parent: 1 - - uid: 6245 + pos: -16.5,-12.5 + parent: 2 + - uid: 17047 components: - type: Transform - pos: -6.5,44.5 - parent: 1 - - uid: 6331 + pos: -9.5,34.5 + parent: 2 + - uid: 17048 components: - type: Transform - pos: 2.5,49.5 - parent: 1 - - uid: 6333 + pos: -31.5,23.5 + parent: 2 + - uid: 17049 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,50.5 - parent: 1 - - uid: 6646 + pos: 19.5,4.5 + parent: 2 + - uid: 17050 components: - type: Transform - pos: -10.5,55.5 - parent: 1 - - uid: 6647 + pos: -18.5,3.5 + parent: 2 + - uid: 17051 components: - type: Transform - pos: -9.5,55.5 - parent: 1 - - uid: 6648 + pos: -65.5,50.5 + parent: 2 + - uid: 17052 components: - type: Transform - pos: -8.5,55.5 - parent: 1 - - uid: 6899 + pos: -1.5,-20.5 + parent: 2 + - uid: 17053 components: - type: Transform - pos: -33.5,38.5 - parent: 1 - - uid: 6901 + rot: 1.5707963267948966 rad + pos: -17.5,15.5 + parent: 2 +- proto: VendingMachineClothing + entities: + - uid: 17054 components: - type: Transform - pos: -33.5,36.5 - parent: 1 - - uid: 6902 + pos: 11.5,-15.5 + parent: 2 +- proto: VendingMachineCoffee + entities: + - uid: 17055 components: - type: Transform - pos: -33.5,35.5 - parent: 1 - - uid: 6968 + pos: -13.5,46.5 + parent: 2 + - uid: 17056 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,49.5 - parent: 1 - - uid: 7373 + pos: -2.5,-20.5 + parent: 2 + - uid: 17057 components: - type: Transform - pos: -5.5,44.5 - parent: 1 - - uid: 7382 + pos: -76.5,28.5 + parent: 2 + - uid: 17058 components: - type: Transform rot: 1.5707963267948966 rad - pos: -54.5,65.5 - parent: 1 - - uid: 7388 - components: - - type: Transform - pos: -37.5,-10.5 - parent: 1 - - uid: 7529 + pos: -17.5,14.5 + parent: 2 +- proto: VendingMachineCola + entities: + - uid: 17059 components: - type: Transform - pos: -64.5,52.5 - parent: 1 - - uid: 7532 + pos: -4.5,7.5 + parent: 2 +- proto: VendingMachineCondiments + entities: + - uid: 17060 components: - type: Transform - pos: -23.5,40.5 - parent: 1 - - uid: 7542 + pos: -38.5,40.5 + parent: 2 +- proto: VendingMachineCuraDrobe + entities: + - uid: 17061 components: - type: Transform - pos: -43.5,39.5 - parent: 1 - - uid: 7554 + pos: -31.5,8.5 + parent: 2 +- proto: VendingMachineDetDrobe + entities: + - uid: 17062 components: - type: Transform - pos: -54.5,64.5 - parent: 1 - - uid: 7555 + pos: -54.5,66.5 + parent: 2 +- proto: VendingMachineDinnerware + entities: + - uid: 17063 components: - type: Transform - pos: -56.5,63.5 - parent: 1 - - uid: 7929 + pos: -33.5,47.5 + parent: 2 +- proto: VendingMachineDiscount + entities: + - uid: 17064 components: - type: Transform - pos: -58.5,64.5 - parent: 1 - - uid: 8071 + pos: -8.5,34.5 + parent: 2 +- proto: VendingMachineEngiDrobe + entities: + - uid: 17065 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -70.5,16.5 - parent: 1 - - uid: 9246 + pos: -67.5,25.5 + parent: 2 +- proto: VendingMachineEngivend + entities: + - uid: 17066 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,53.5 - parent: 1 - - uid: 9410 + pos: -64.5,31.5 + parent: 2 +- proto: VendingMachineGames + entities: + - uid: 17067 components: - type: Transform - pos: -65.5,52.5 - parent: 1 - - uid: 9497 + pos: -22.5,18.5 + parent: 2 + - uid: 17068 components: - type: Transform - pos: -21.5,40.5 - parent: 1 - - uid: 9549 + pos: -51.5,90.5 + parent: 2 +- proto: VendingMachineHappyHonk + entities: + - uid: 17069 components: - type: Transform - rot: 3.141592653589793 rad - pos: -65.5,55.5 - parent: 1 - - uid: 9728 + pos: -34.5,47.5 + parent: 2 +- proto: VendingMachineHydrobe + entities: + - uid: 17070 components: - type: Transform - pos: -30.5,39.5 - parent: 1 - - uid: 9729 + pos: -39.5,49.5 + parent: 2 +- proto: VendingMachineJaniDrobe + entities: + - uid: 17071 components: - type: Transform - pos: -30.5,38.5 - parent: 1 - - uid: 9730 + pos: -50.5,41.5 + parent: 2 +- proto: VendingMachineLawDrobe + entities: + - uid: 17072 components: - type: Transform - pos: -30.5,36.5 - parent: 1 - - uid: 9731 + pos: -74.5,13.5 + parent: 2 +- proto: VendingMachineMailDrobe + entities: + - uid: 17073 components: - type: Transform - pos: -30.5,35.5 - parent: 1 - - uid: 9747 + pos: -43.5,2.5 + parent: 2 +- proto: VendingMachineMedical + entities: + - uid: 17074 components: - type: Transform - pos: -41.5,35.5 - parent: 1 - - uid: 9748 + pos: 10.5,26.5 + parent: 2 +- proto: VendingMachineMediDrobe + entities: + - uid: 17075 components: - type: Transform - pos: -44.5,36.5 - parent: 1 - - uid: 9750 + pos: 9.5,22.5 + parent: 2 +- proto: VendingMachineNutri + entities: + - uid: 17076 components: - type: Transform - pos: -38.5,37.5 - parent: 1 - - uid: 9751 + pos: -39.5,50.5 + parent: 2 +- proto: VendingMachinePride + entities: + - uid: 17077 components: - type: Transform - pos: -37.5,37.5 - parent: 1 - - uid: 9752 + pos: 10.5,-15.5 + parent: 2 +- proto: VendingMachineRestockBooze + entities: + - uid: 17078 components: - type: Transform - pos: -36.5,37.5 - parent: 1 - - uid: 9770 + pos: -27.467127,35.556686 + parent: 2 +- proto: VendingMachineRoboDrobe + entities: + - uid: 17079 components: - type: Transform - pos: -38.5,40.5 - parent: 1 - - uid: 9819 + pos: -2.5,-15.5 + parent: 2 +- proto: VendingMachineRobotics + entities: + - uid: 17080 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,48.5 - parent: 1 - - uid: 10256 + pos: -9.5,-18.5 + parent: 2 +- proto: VendingMachineSalvage + entities: + - uid: 17081 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,-2.5 - parent: 1 - - uid: 10853 + pos: -37.5,-11.5 + parent: 2 +- proto: VendingMachineSciDrobe + entities: + - uid: 17082 components: - type: Transform - pos: -63.5,39.5 - parent: 1 - - uid: 10922 + pos: -11.5,-10.5 + parent: 2 +- proto: VendingMachineSec + entities: + - uid: 17083 components: - type: Transform - pos: -62.5,39.5 - parent: 1 - - uid: 12248 + pos: -59.5,52.5 + parent: 2 +- proto: VendingMachineSecDrobe + entities: + - uid: 17084 components: - type: Transform - rot: 3.141592653589793 rad - pos: -60.5,63.5 - parent: 1 - - uid: 12608 + pos: -62.5,55.5 + parent: 2 +- proto: VendingMachineSeeds + entities: + - uid: 17085 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,39.5 - parent: 1 - - uid: 12613 + pos: -42.5,49.5 + parent: 2 +- proto: VendingMachineSeedsUnlocked + entities: + - uid: 17086 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,3.5 - parent: 1 - - uid: 12614 + pos: -59.5,83.5 + parent: 2 +- proto: VendingMachineSoda + entities: + - uid: 17087 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,3.5 - parent: 1 - - uid: 13072 + rot: 1.5707963267948966 rad + pos: -17.5,13.5 + parent: 2 +- proto: VendingMachineSustenance + entities: + - uid: 17088 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,49.5 - parent: 1 - - uid: 13888 + pos: -61.5,83.5 + parent: 2 +- proto: VendingMachineTankDispenserEngineering + entities: + - uid: 2747 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,62.5 - parent: 1 - - uid: 14203 + pos: -79.5,22.5 + parent: 2 + - uid: 17089 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -73.5,15.5 - parent: 1 - - uid: 14282 + pos: -69.5,35.5 + parent: 2 + - uid: 17090 components: - type: Transform - pos: -71.5,49.5 - parent: 1 - - uid: 14283 + pos: -77.5,38.5 + parent: 2 +- proto: VendingMachineTankDispenserEVA + entities: + - uid: 17091 components: - type: Transform - pos: -70.5,49.5 - parent: 1 - - uid: 14288 + pos: -49.5,-11.5 + parent: 2 + - uid: 17092 components: - type: Transform - pos: -72.5,47.5 - parent: 1 - - uid: 15093 + pos: -19.5,48.5 + parent: 2 + - uid: 17093 components: - type: Transform - pos: -38.5,-9.5 - parent: 1 - - uid: 15100 + pos: -46.5,68.5 + parent: 2 +- proto: VendingMachineTheater + entities: + - uid: 17094 components: - type: Transform - pos: -21.5,39.5 - parent: 1 - - uid: 15127 + pos: -32.5,23.5 + parent: 2 + - uid: 17095 components: - type: Transform - pos: -23.5,39.5 - parent: 1 - - uid: 15868 + pos: -40.5,26.5 + parent: 2 + - uid: 17096 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,46.5 - parent: 1 - - uid: 15869 + pos: 13.5,-13.5 + parent: 2 +- proto: VendingMachineVendomat + entities: + - uid: 17097 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,46.5 - parent: 1 - - uid: 16098 + pos: -23.5,29.5 + parent: 2 + - uid: 17098 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,37.5 - parent: 1 - - uid: 16138 + pos: -17.5,-9.5 + parent: 2 + - uid: 17099 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-2.5 - parent: 1 - - uid: 17125 + pos: -51.5,27.5 + parent: 2 +- proto: VendingMachineViroDrobe + entities: + - uid: 17100 components: - type: Transform - pos: -20.5,-18.5 - parent: 1 - - uid: 17590 + pos: 11.5,20.5 + parent: 2 +- proto: VendingMachineWinter + entities: + - uid: 17101 components: - type: Transform - pos: -75.5,8.5 - parent: 1 - - uid: 17591 + pos: 12.5,-15.5 + parent: 2 +- proto: VendingMachineYouTool + entities: + - uid: 17102 components: - type: Transform - pos: -74.5,8.5 - parent: 1 - - uid: 18517 + pos: -25.5,29.5 + parent: 2 + - uid: 17103 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,55.5 - parent: 1 -- proto: TegCenter + pos: -64.5,32.5 + parent: 2 +- proto: WallmountTelescreen entities: - - uid: 13862 + - uid: 17104 components: - type: Transform - pos: -83.5,35.5 - parent: 1 -- proto: TegCirculator + rot: 1.5707963267948966 rad + pos: -3.5,-1.5 + parent: 2 +- proto: WallmountTelevision entities: - - uid: 14864 + - uid: 17105 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -83.5,34.5 - parent: 1 - - type: PointLight - color: '#FF3300FF' - - uid: 15581 + pos: 1.5,3.5 + parent: 2 + - uid: 17106 components: - type: Transform rot: 1.5707963267948966 rad - pos: -83.5,36.5 - parent: 1 - - type: PointLight - color: '#FF3300FF' -- proto: TelecomServerFilledCargo - entities: - - uid: 5539 + pos: -45.5,36.5 + parent: 2 + - uid: 17107 components: - type: Transform - pos: 28.5,26.5 - parent: 1 -- proto: TelecomServerFilledCommand - entities: - - uid: 10473 + rot: -1.5707963267948966 rad + pos: 13.5,35.5 + parent: 2 + - uid: 17108 components: - type: Transform - pos: 25.5,29.5 - parent: 1 -- proto: TelecomServerFilledCommon - entities: - - uid: 1202 + pos: -16.5,16.5 + parent: 2 + - uid: 17109 components: - type: Transform - pos: 25.5,25.5 - parent: 1 -- proto: TelecomServerFilledEngineering - entities: - - uid: 10207 + pos: -0.5,35.5 + parent: 2 + - uid: 20570 components: - type: Transform - pos: 27.5,29.5 - parent: 1 -- proto: TelecomServerFilledMedical - entities: - - uid: 9551 + pos: -16.5,-0.5 + parent: 2 + - uid: 20571 components: - type: Transform - pos: 28.5,29.5 - parent: 1 -- proto: TelecomServerFilledScience - entities: - - uid: 1340 + pos: -2.5,-19.5 + parent: 2 + - uid: 20572 components: - type: Transform - pos: 28.5,25.5 - parent: 1 -- proto: TelecomServerFilledSecurity + rot: 1.5707963267948966 rad + pos: -36.5,-9.5 + parent: 2 +- proto: WallmountTelevisionFrame entities: - - uid: 9553 + - uid: 17110 components: - type: Transform - pos: 26.5,29.5 - parent: 1 -- proto: TelecomServerFilledService - entities: - - uid: 1057 + rot: 3.141592653589793 rad + pos: -41.5,29.5 + parent: 2 + - uid: 17111 components: - type: Transform - pos: 25.5,26.5 - parent: 1 -- proto: TeslaCoil + rot: 3.141592653589793 rad + pos: -8.5,26.5 + parent: 2 +- proto: WallReinforced entities: - - uid: 5581 + - uid: 2194 components: - type: Transform - pos: -95.5,18.5 - parent: 1 - - uid: 5665 + pos: -86.5,-3.5 + parent: 2 + - uid: 2450 components: - type: Transform - pos: -99.5,18.5 - parent: 1 - - uid: 5669 + pos: -78.5,20.5 + parent: 2 + - uid: 2830 components: - type: Transform - pos: -99.5,32.5 - parent: 1 - - uid: 5674 + pos: -79.5,21.5 + parent: 2 + - uid: 3468 components: - type: Transform - pos: -95.5,32.5 - parent: 1 - - uid: 10755 + pos: -80.5,70.5 + parent: 2 + - uid: 6439 components: - type: Transform - pos: -104.5,25.5 - parent: 1 - - uid: 14180 + pos: -86.5,29.5 + parent: 2 + - uid: 6442 components: - type: Transform - pos: -97.5,18.5 - parent: 1 - - uid: 14791 + pos: -86.5,30.5 + parent: 2 + - uid: 6712 components: - type: Transform - pos: -97.5,32.5 - parent: 1 -- proto: TeslaGenerator - entities: - - uid: 5666 + rot: 1.5707963267948966 rad + pos: -79.5,7.5 + parent: 2 + - uid: 8065 components: - type: Transform - pos: -76.5,20.5 - parent: 1 -- proto: TeslaGroundingRod - entities: - - uid: 5578 + rot: -1.5707963267948966 rad + pos: 0.5,55.5 + parent: 2 + - uid: 11750 components: - type: Transform - pos: -87.5,21.5 - parent: 1 - - uid: 5580 + rot: -1.5707963267948966 rad + pos: -26.5,59.5 + parent: 2 + - uid: 11756 components: - type: Transform - pos: -87.5,22.5 - parent: 1 - - uid: 5671 + pos: 25.5,-11.5 + parent: 2 + - uid: 11757 components: - type: Transform - pos: -87.5,28.5 - parent: 1 - - uid: 5672 + pos: 25.5,-12.5 + parent: 2 + - uid: 11758 components: - type: Transform - pos: -87.5,29.5 - parent: 1 -- proto: Thruster - entities: - - uid: 435 + pos: 24.5,-12.5 + parent: 2 + - uid: 12346 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-19.5 - parent: 1 - - uid: 10467 + rot: 1.5707963267948966 rad + pos: -85.5,-12.5 + parent: 2 + - uid: 12347 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-19.5 - parent: 1 - - uid: 16320 + rot: 1.5707963267948966 rad + pos: -79.5,-12.5 + parent: 2 + - uid: 12408 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-19.5 - parent: 1 -- proto: TintedWindow - entities: - - uid: 10 + pos: 36.5,-0.5 + parent: 2 + - uid: 12419 components: - type: Transform - pos: -46.5,11.5 - parent: 1 - - uid: 12 + pos: 32.5,-6.5 + parent: 2 + - uid: 12443 components: - type: Transform - pos: -7.5,58.5 - parent: 1 - - uid: 504 + pos: -23.5,-17.5 + parent: 2 + - uid: 12510 components: - type: Transform - pos: -10.5,-31.5 - parent: 1 - - uid: 530 + pos: -1.5,-27.5 + parent: 2 + - uid: 12581 components: - type: Transform - pos: -42.5,-6.5 - parent: 1 - - uid: 536 + pos: -24.5,-17.5 + parent: 2 + - uid: 12582 components: - type: Transform - pos: -42.5,-7.5 - parent: 1 - - uid: 581 + pos: -26.5,-17.5 + parent: 2 + - uid: 12583 components: - type: Transform - pos: -49.5,11.5 - parent: 1 - - uid: 1664 + pos: -28.5,-17.5 + parent: 2 + - uid: 12584 components: - type: Transform - pos: 17.5,-11.5 - parent: 1 - - uid: 1813 + pos: -27.5,-17.5 + parent: 2 + - uid: 12657 components: - type: Transform - pos: -51.5,8.5 - parent: 1 - - uid: 1957 + pos: 25.5,-10.5 + parent: 2 + - uid: 12658 components: - type: Transform - pos: -10.5,60.5 - parent: 1 - - uid: 3034 + pos: 25.5,-9.5 + parent: 2 + - uid: 12659 components: - type: Transform - pos: -51.5,10.5 - parent: 1 - - uid: 3445 + pos: 31.5,-6.5 + parent: 2 + - uid: 12723 components: - type: Transform - pos: -45.5,-3.5 - parent: 1 - - uid: 3623 + pos: -85.5,-3.5 + parent: 2 + - uid: 12791 components: - type: Transform - pos: -9.5,58.5 - parent: 1 - - uid: 3746 + pos: -78.5,17.5 + parent: 2 + - uid: 12801 components: - type: Transform - pos: -43.5,-3.5 - parent: 1 - - uid: 6003 + pos: -78.5,16.5 + parent: 2 + - uid: 12858 components: - type: Transform - pos: -55.5,-0.5 - parent: 1 - - uid: 7059 + pos: 33.5,-0.5 + parent: 2 + - uid: 12880 components: - type: Transform - pos: -10.5,61.5 - parent: 1 - - uid: 9284 + pos: 34.5,-0.5 + parent: 2 + - uid: 12904 components: - type: Transform - pos: 12.5,27.5 - parent: 1 - - uid: 9498 + pos: 35.5,-0.5 + parent: 2 + - uid: 13004 components: - type: Transform - pos: -53.5,63.5 - parent: 1 - - uid: 9499 + pos: -79.5,69.5 + parent: 2 + - uid: 13005 components: - type: Transform - pos: -53.5,64.5 - parent: 1 - - uid: 9500 + pos: -79.5,70.5 + parent: 2 + - uid: 13006 components: - type: Transform - pos: -53.5,65.5 - parent: 1 - - uid: 13292 + pos: -79.5,68.5 + parent: 2 + - uid: 13016 components: - type: Transform - pos: -47.5,7.5 - parent: 1 - - uid: 13852 + pos: -78.5,18.5 + parent: 2 + - uid: 13022 components: - type: Transform - pos: -55.5,-2.5 - parent: 1 - - uid: 15114 + pos: 2.5,54.5 + parent: 2 + - uid: 13023 components: - type: Transform - pos: -30.5,-10.5 - parent: 1 - - uid: 15215 + pos: 3.5,54.5 + parent: 2 + - uid: 13175 components: - type: Transform - pos: 11.5,27.5 - parent: 1 - - uid: 16081 + rot: -1.5707963267948966 rad + pos: 2.5,55.5 + parent: 2 + - uid: 13262 components: - type: Transform - pos: -48.5,7.5 - parent: 1 - - uid: 16930 + rot: 1.5707963267948966 rad + pos: -78.5,7.5 + parent: 2 + - uid: 14911 components: - type: Transform - pos: -10.5,-32.5 - parent: 1 - - uid: 17600 + rot: -1.5707963267948966 rad + pos: -23.5,59.5 + parent: 2 + - uid: 15140 components: - type: Transform - pos: -72.5,9.5 - parent: 1 -- proto: ToiletDirtyWater - entities: - - uid: 1666 + pos: -80.5,71.5 + parent: 2 + - uid: 15486 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,-10.5 - parent: 1 - - uid: 4069 + pos: -29.5,-17.5 + parent: 2 + - uid: 16020 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-1.5 - parent: 1 - - uid: 4070 + pos: -81.5,71.5 + parent: 2 + - uid: 16393 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,0.5 - parent: 1 - - uid: 4071 + pos: -78.5,19.5 + parent: 2 + - uid: 16405 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,2.5 - parent: 1 -- proto: ToiletEmpty - entities: - - uid: 7322 + pos: -25.5,-17.5 + parent: 2 + - uid: 17008 components: - type: Transform rot: -1.5707963267948966 rad - pos: -54.5,86.5 - parent: 1 -- proto: ToiletGoldenDirtyWater - entities: - - uid: 14663 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,58.5 - parent: 1 -- proto: ToolboxArtisticFilled - entities: - - uid: 17552 + pos: -25.5,59.5 + parent: 2 + - uid: 17011 components: - type: Transform - pos: 8.486114,-10.351686 - parent: 1 -- proto: ToolboxElectricalFilled - entities: - - uid: 5646 + rot: -1.5707963267948966 rad + pos: -24.5,59.5 + parent: 2 + - uid: 17112 components: - type: Transform - pos: -25.110394,26.456669 - parent: 1 - - uid: 13608 + pos: -22.5,-17.5 + parent: 2 + - uid: 17113 components: - type: Transform - pos: -63.54383,25.748787 - parent: 1 -- proto: ToolboxEmergencyFilled - entities: - - uid: 5645 + pos: -14.5,-26.5 + parent: 2 + - uid: 17114 components: - type: Transform - pos: -24.587534,26.550022 - parent: 1 - - uid: 10919 + pos: -17.5,-32.5 + parent: 2 + - uid: 17115 components: - type: Transform - pos: -21.512825,62.627495 - parent: 1 -- proto: ToolboxGoldFilled - entities: - - uid: 10871 + pos: 16.5,17.5 + parent: 2 + - uid: 17116 components: - type: Transform - pos: -23.241955,53.59838 - parent: 1 -- proto: ToolboxMechanical - entities: - - uid: 4736 + pos: -9.5,3.5 + parent: 2 + - uid: 17117 components: - type: Transform - pos: -8.936694,44.61425 - parent: 1 - - uid: 4738 + pos: 3.5,1.5 + parent: 2 + - uid: 17118 components: - type: Transform - pos: -9.577319,44.598625 - parent: 1 - - uid: 5002 + pos: 3.5,-3.5 + parent: 2 + - uid: 17119 components: - type: Transform - pos: -8.436694,44.55175 - parent: 1 -- proto: ToolboxMechanicalFilled - entities: - - uid: 5641 + pos: -14.5,-16.5 + parent: 2 + - uid: 17120 components: - type: Transform - pos: -7.51254,9.424052 - parent: 1 - - uid: 5644 + pos: -20.5,-29.5 + parent: 2 + - uid: 17121 components: - type: Transform - pos: -25.165659,26.690647 - parent: 1 - - uid: 7017 + pos: -19.5,-29.5 + parent: 2 + - uid: 17122 components: - type: Transform - pos: -17.49487,-1.3714645 - parent: 1 - - uid: 10920 + pos: -10.5,-28.5 + parent: 2 + - uid: 17123 components: - type: Transform - pos: -19.468567,65.60307 - parent: 1 - - uid: 13609 + pos: -6.5,-4.5 + parent: 2 + - uid: 17124 components: - type: Transform - pos: -63.528206,25.389412 - parent: 1 - - uid: 16874 + pos: -10.5,-3.5 + parent: 2 + - uid: 17125 components: - type: Transform - pos: -7.551212,-18.293041 - parent: 1 -- proto: ToyAi - entities: - - uid: 318 + pos: -7.5,-4.5 + parent: 2 + - uid: 17126 components: - type: Transform - pos: -30.308014,58.795296 - parent: 1 -- proto: ToyDeathRipley - entities: - - uid: 3184 + pos: -1.5,-0.5 + parent: 2 + - uid: 17127 components: - type: Transform - pos: -26.45058,17.657667 - parent: 1 -- proto: ToyDurand - entities: - - uid: 3203 + pos: -7.5,-6.5 + parent: 2 + - uid: 17128 components: - type: Transform - pos: -27.13808,16.704542 - parent: 1 -- proto: ToyFireRipley - entities: - - uid: 3202 + pos: -20.5,-11.5 + parent: 2 + - uid: 17129 components: - type: Transform - pos: -26.466206,16.876417 - parent: 1 -- proto: ToyHonk - entities: - - uid: 3200 + pos: -20.5,-12.5 + parent: 2 + - uid: 17130 components: - type: Transform - pos: -27.54433,17.142042 - parent: 1 -- proto: ToyIan - entities: - - uid: 7934 + pos: -14.5,-38.5 + parent: 2 + - uid: 17131 components: - type: Transform - pos: -23.220167,37.257248 - parent: 1 -- proto: ToyRubberDuck - entities: - - uid: 10086 + pos: -16.5,-37.5 + parent: 2 + - uid: 17132 components: - type: Transform - pos: -50.529263,89.63293 - parent: 1 -- proto: ToySpawner - entities: - - uid: 5032 + pos: -23.5,-14.5 + parent: 2 + - uid: 17133 components: - type: Transform - pos: -31.5,25.5 - parent: 1 - - uid: 5046 + pos: 3.5,3.5 + parent: 2 + - uid: 17134 components: - type: Transform - pos: -33.5,28.5 - parent: 1 - - uid: 15942 + pos: -23.5,-13.5 + parent: 2 + - uid: 17135 components: - type: Transform - pos: 18.5,-8.5 - parent: 1 -- proto: TrashBananaPeel - entities: - - uid: 1415 + pos: -23.5,-12.5 + parent: 2 + - uid: 17136 components: - type: Transform - pos: -37.219505,3.4937391 - parent: 1 - - uid: 2259 + pos: -22.5,-11.5 + parent: 2 + - uid: 17137 components: - type: Transform - pos: -52.19529,31.223146 - parent: 1 - - uid: 2301 + pos: -16.5,-19.5 + parent: 2 + - uid: 17138 components: - type: Transform - pos: -34.750755,3.5093641 - parent: 1 - - uid: 2638 + pos: 1.5,-20.5 + parent: 2 + - uid: 17139 components: - type: Transform - pos: -58.333614,39.9851 - parent: 1 - - uid: 2662 + pos: -18.5,41.5 + parent: 2 + - uid: 17140 components: - type: Transform - pos: -46.437923,43.313522 - parent: 1 - - uid: 4161 + pos: -14.5,-28.5 + parent: 2 + - uid: 17141 components: - type: Transform - pos: -57.03674,38.469475 - parent: 1 - - uid: 15123 + pos: -86.5,41.5 + parent: 2 + - uid: 17142 components: - type: Transform - pos: -42.080788,28.835457 - parent: 1 - - uid: 15124 + pos: 1.5,-6.5 + parent: 2 + - uid: 17143 components: - type: Transform - pos: -42.158913,28.601082 - parent: 1 - - uid: 15125 + pos: 2.5,-6.5 + parent: 2 + - uid: 17144 components: - type: Transform - pos: -42.237038,28.413582 - parent: 1 - - uid: 16095 + pos: -20.5,-37.5 + parent: 2 + - uid: 17145 components: - type: Transform - pos: -49.478355,7.4465036 - parent: 1 -- proto: TrashBananaPeelExplosive - entities: - - uid: 2791 + pos: -17.5,-19.5 + parent: 2 + - uid: 17146 components: - type: Transform - pos: -26.575481,55.467476 - parent: 1 -- proto: trayScanner - entities: - - uid: 17493 + pos: -17.5,-12.5 + parent: 2 + - uid: 17147 components: - type: Transform - pos: -15.354326,-37.403152 - parent: 1 -- proto: TwoWayLever - entities: - - uid: 3701 + pos: -14.5,-23.5 + parent: 2 + - uid: 17148 components: - type: Transform - pos: -40.5,-13.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 9660: - - - Left - - Forward - - - Right - - Reverse - - - Middle - - Off - 2959: - - - Left - - Forward - - - Right - - Reverse - - - Middle - - Off - 4096: - - - Left - - Forward - - - Right - - Reverse - - - Middle - - Off - - uid: 13842 + pos: -10.5,-22.5 + parent: 2 + - uid: 17149 components: - type: Transform - pos: -41.5,-9.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 6793: - - - Left - - Forward - - - Right - - Reverse - - - Middle - - Off - 6789: - - - Left - - Forward - - - Right - - Reverse - - - Middle - - Off - 7282: - - - Left - - Forward - - - Right - - Reverse - - - Middle - - Off - - uid: 13843 + pos: 2.5,-18.5 + parent: 2 + - uid: 17150 components: - type: Transform - pos: -38.5,-7.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 7282: - - - Left - - Forward - - - Right - - Reverse - - - Middle - - Off - 6789: - - - Left - - Forward - - - Right - - Reverse - - - Middle - - Off - 6793: - - - Left - - Forward - - - Right - - Reverse - - - Middle - - Off - - uid: 14233 + pos: 1.5,-21.5 + parent: 2 + - uid: 17151 components: - type: Transform - pos: -70.5,55.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 14225: - - - Left - - Forward - - - Right - - Reverse - - - Middle - - Off - 14226: - - - Left - - Forward - - - Right - - Reverse - - - Middle - - Off - 14224: - - - Left - - Forward - - - Right - - Reverse - - - Middle - - Off - 14227: - - - Left - - Forward - - - Right - - Reverse - - - Middle - - Off - 14228: - - - Left - - Forward - - - Right - - Reverse - - - Middle - - Off - 14229: - - - Left - - Forward - - - Right - - Reverse - - - Middle - - Off - 14230: - - - Left - - Forward - - - Right - - Reverse - - - Middle - - Off -- proto: UnfinishedMachineFrame - entities: - - uid: 125 + pos: 14.5,-6.5 + parent: 2 + - uid: 17152 components: - type: Transform - pos: -9.5,-7.5 - parent: 1 -- proto: UniformPrinter - entities: - - uid: 12251 + pos: 13.5,35.5 + parent: 2 + - uid: 17153 components: - type: Transform - pos: -22.5,36.5 - parent: 1 -- proto: UniformShortsRed - entities: - - uid: 14365 + pos: -3.5,3.5 + parent: 2 + - uid: 17154 components: - type: Transform - pos: -64.695595,14.460857 - parent: 1 - - uid: 14366 + pos: 12.5,-11.5 + parent: 2 + - uid: 17155 components: - type: Transform - pos: -64.24247,14.460857 - parent: 1 -- proto: UniformShortsRedWithTop - entities: - - uid: 14367 + pos: -28.5,55.5 + parent: 2 + - uid: 17156 components: - type: Transform - pos: -64.601845,14.679607 - parent: 1 - - uid: 14368 + pos: 28.5,4.5 + parent: 2 + - uid: 17157 components: - type: Transform - pos: -64.42997,14.679607 - parent: 1 -- proto: UniqueLockerBlueshieldOfficerFilled - entities: - - uid: 10043 + pos: 27.5,0.5 + parent: 2 + - uid: 17158 components: - type: Transform - pos: -3.5,51.5 - parent: 1 -- proto: UniqueLockerNanorepFilled - entities: - - uid: 10911 + pos: 26.5,0.5 + parent: 2 + - uid: 17159 components: - type: Transform - pos: 0.5,51.5 - parent: 1 -- proto: UprightPianoInstrument - entities: - - uid: 6705 + pos: 24.5,1.5 + parent: 2 + - uid: 17160 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,42.5 - parent: 1 - - uid: 18511 + pos: 24.5,54.5 + parent: 2 + - uid: 17161 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,56.5 - parent: 1 -- proto: Vaccinator - entities: - - uid: 2361 + pos: 24.5,45.5 + parent: 2 + - uid: 17162 components: - type: Transform - pos: 11.5,17.5 - parent: 1 -- proto: VariantCubeBox - entities: - - uid: 17024 + pos: 27.5,4.5 + parent: 2 + - uid: 17163 components: - type: Transform - pos: -15.496982,-30.29877 - parent: 1 -- proto: VendingBarDrobe - entities: - - uid: 9726 + pos: 24.5,3.5 + parent: 2 + - uid: 17164 components: - type: Transform - pos: -27.5,38.5 - parent: 1 -- proto: VendingMachineAtmosDrobe - entities: - - uid: 18004 + pos: 30.5,4.5 + parent: 2 + - uid: 17165 components: - type: Transform - pos: -72.5,40.5 - parent: 1 -- proto: VendingMachineBooze - entities: - - uid: 6338 + pos: 20.5,21.5 + parent: 2 + - uid: 17166 components: - type: Transform - pos: 17.5,48.5 - parent: 1 - - uid: 9727 + pos: 30.5,7.5 + parent: 2 + - uid: 17167 components: - type: Transform - pos: -30.5,40.5 - parent: 1 - - uid: 10103 + pos: 31.5,7.5 + parent: 2 + - uid: 17168 components: - type: Transform - pos: 4.5,49.5 - parent: 1 -- proto: VendingMachineCargoDrobe - entities: - - uid: 15113 + pos: 32.5,9.5 + parent: 2 + - uid: 17169 components: - type: Transform - pos: -34.5,-3.5 - parent: 1 -- proto: VendingMachineCart - entities: - - uid: 8881 + pos: 29.5,11.5 + parent: 2 + - uid: 17170 components: - type: Transform - pos: -23.5,36.5 - parent: 1 -- proto: VendingMachineChapel - entities: - - uid: 1835 + pos: 30.5,11.5 + parent: 2 + - uid: 17171 components: - type: Transform - pos: 19.5,-0.5 - parent: 1 -- proto: VendingMachineChefDrobe - entities: - - uid: 6930 + pos: 29.5,15.5 + parent: 2 + - uid: 17172 components: - type: Transform - pos: -31.5,42.5 - parent: 1 -- proto: VendingMachineChefvend - entities: - - uid: 6931 + pos: 30.5,15.5 + parent: 2 + - uid: 17173 components: - type: Transform - pos: -38.5,47.5 - parent: 1 -- proto: VendingMachineChemDrobe - entities: - - uid: 1928 + pos: 31.5,15.5 + parent: 2 + - uid: 17174 components: - type: Transform - pos: -4.5,19.5 - parent: 1 -- proto: VendingMachineChemicals - entities: - - uid: 527 + pos: 32.5,15.5 + parent: 2 + - uid: 17175 components: - type: Transform - pos: -4.5,26.5 - parent: 1 -- proto: VendingMachineCigs - entities: - - uid: 1741 + pos: 32.5,17.5 + parent: 2 + - uid: 17176 components: - type: Transform - pos: -16.5,-12.5 - parent: 1 - - uid: 2661 + pos: 29.5,19.5 + parent: 2 + - uid: 17177 components: - type: Transform - pos: -9.5,34.5 - parent: 1 - - uid: 4159 + pos: 31.5,19.5 + parent: 2 + - uid: 17178 components: - type: Transform - pos: -31.5,23.5 - parent: 1 - - uid: 4160 + pos: 32.5,19.5 + parent: 2 + - uid: 17179 components: - type: Transform - pos: 19.5,4.5 - parent: 1 - - uid: 4164 + pos: 16.5,20.5 + parent: 2 + - uid: 17180 components: - type: Transform - pos: -18.5,3.5 - parent: 1 - - uid: 14249 + pos: 16.5,19.5 + parent: 2 + - uid: 17181 components: - type: Transform - pos: -65.5,50.5 - parent: 1 - - uid: 15527 + pos: 15.5,18.5 + parent: 2 + - uid: 17182 components: - type: Transform - pos: -1.5,-20.5 - parent: 1 -- proto: VendingMachineClothing - entities: - - uid: 160 + pos: 18.5,20.5 + parent: 2 + - uid: 17183 components: - type: Transform - pos: 11.5,-15.5 - parent: 1 -- proto: VendingMachineCoffee - entities: - - uid: 4532 + pos: 20.5,19.5 + parent: 2 + - uid: 17184 components: - type: Transform - pos: -6.5,27.5 - parent: 1 - - uid: 15867 + pos: -10.5,-38.5 + parent: 2 + - uid: 17185 components: - type: Transform - pos: -13.5,46.5 - parent: 1 - - uid: 16522 + pos: -10.5,-21.5 + parent: 2 + - uid: 17186 components: - type: Transform - pos: -2.5,-20.5 - parent: 1 - - uid: 18399 + pos: -14.5,-27.5 + parent: 2 + - uid: 17187 components: - type: Transform - pos: -76.5,28.5 - parent: 1 -- proto: VendingMachineCola - entities: - - uid: 4167 + pos: 17.5,15.5 + parent: 2 + - uid: 17188 components: - type: Transform - pos: -4.5,7.5 - parent: 1 -- proto: VendingMachineCondiments - entities: - - uid: 13669 + pos: -107.5,26.5 + parent: 2 + - uid: 17189 components: - type: Transform - pos: -38.5,40.5 - parent: 1 -- proto: VendingMachineCuraDrobe - entities: - - uid: 277 + pos: -107.5,22.5 + parent: 2 + - uid: 17190 components: - type: Transform - pos: -31.5,8.5 - parent: 1 -- proto: VendingMachineDetDrobe - entities: - - uid: 10957 + pos: -107.5,34.5 + parent: 2 + - uid: 17191 components: - type: Transform - pos: -54.5,66.5 - parent: 1 -- proto: VendingMachineDinnerware - entities: - - uid: 6932 + pos: -99.5,35.5 + parent: 2 + - uid: 17192 components: - type: Transform - pos: -33.5,47.5 - parent: 1 -- proto: VendingMachineDiscount - entities: - - uid: 2663 + pos: 20.5,18.5 + parent: 2 + - uid: 17193 components: - type: Transform - pos: -8.5,34.5 - parent: 1 -- proto: VendingMachineEngiDrobe - entities: - - uid: 10749 + pos: -19.5,-20.5 + parent: 2 + - uid: 17194 components: - type: Transform - pos: -67.5,25.5 - parent: 1 -- proto: VendingMachineEngivend - entities: - - uid: 11413 + pos: -92.5,15.5 + parent: 2 + - uid: 17195 components: - type: Transform - pos: -64.5,31.5 - parent: 1 -- proto: VendingMachineGames - entities: - - uid: 3195 + pos: -91.5,15.5 + parent: 2 + - uid: 17196 components: - type: Transform - pos: -22.5,18.5 - parent: 1 - - uid: 16216 + pos: -90.5,15.5 + parent: 2 + - uid: 17197 components: - type: Transform - pos: -51.5,90.5 - parent: 1 -- proto: VendingMachineHappyHonk - entities: - - uid: 6918 + pos: -105.5,15.5 + parent: 2 + - uid: 17198 components: - type: Transform - pos: -34.5,47.5 - parent: 1 -- proto: VendingMachineHydrobe - entities: - - uid: 5738 + pos: -100.5,15.5 + parent: 2 + - uid: 17200 components: - type: Transform - pos: -39.5,49.5 - parent: 1 -- proto: VendingMachineJaniDrobe - entities: - - uid: 10193 + pos: -107.5,27.5 + parent: 2 + - uid: 17201 components: - type: Transform - pos: -50.5,41.5 - parent: 1 -- proto: VendingMachineLawDrobe - entities: - - uid: 14452 + pos: 24.5,46.5 + parent: 2 + - uid: 17202 components: - type: Transform - pos: -74.5,13.5 - parent: 1 -- proto: VendingMachineMailDrobe - entities: - - uid: 14792 + pos: 24.5,49.5 + parent: 2 + - uid: 17203 components: - type: Transform - pos: -43.5,2.5 - parent: 1 -- proto: VendingMachineMedical - entities: - - uid: 2326 + pos: -49.5,63.5 + parent: 2 + - uid: 17204 components: - type: Transform - pos: 6.5,36.5 - parent: 1 - - uid: 8024 + pos: -15.5,-38.5 + parent: 2 + - uid: 17205 components: - type: Transform - pos: 10.5,26.5 - parent: 1 -- proto: VendingMachineMediDrobe - entities: - - uid: 8190 + pos: -20.5,-36.5 + parent: 2 + - uid: 17206 components: - type: Transform - pos: 9.5,22.5 - parent: 1 -- proto: VendingMachineNutri - entities: - - uid: 6941 + pos: -20.5,-33.5 + parent: 2 + - uid: 17207 components: - type: Transform - pos: -42.5,49.5 - parent: 1 -- proto: VendingMachinePride - entities: - - uid: 9095 + pos: 0.5,28.5 + parent: 2 + - uid: 17208 components: - type: Transform - pos: 10.5,-15.5 - parent: 1 -- proto: VendingMachineRestockBooze - entities: - - uid: 13676 + pos: -0.5,28.5 + parent: 2 + - uid: 17209 components: - type: Transform - pos: -27.467127,35.556686 - parent: 1 -- proto: VendingMachineRoboDrobe - entities: - - uid: 453 + pos: -55.5,48.5 + parent: 2 + - uid: 17210 components: - type: Transform - pos: -2.5,-15.5 - parent: 1 -- proto: VendingMachineRobotics - entities: - - uid: 172 + pos: -55.5,49.5 + parent: 2 + - uid: 17211 components: - type: Transform - pos: -9.5,-18.5 - parent: 1 -- proto: VendingMachineSalvage - entities: - - uid: 15798 + pos: -102.5,35.5 + parent: 2 + - uid: 17212 components: - type: Transform - pos: -37.5,-11.5 - parent: 1 -- proto: VendingMachineSciDrobe - entities: - - uid: 16896 + pos: -105.5,35.5 + parent: 2 + - uid: 17213 components: - type: Transform - pos: -11.5,-10.5 - parent: 1 -- proto: VendingMachineSec - entities: - - uid: 9077 + pos: 1.5,24.5 + parent: 2 + - uid: 17214 components: - type: Transform - pos: -59.5,52.5 - parent: 1 -- proto: VendingMachineSecDrobe - entities: - - uid: 8023 + pos: -55.5,50.5 + parent: 2 + - uid: 17215 components: - type: Transform - pos: -62.5,55.5 - parent: 1 -- proto: VendingMachineSeeds - entities: - - uid: 5734 + pos: -55.5,51.5 + parent: 2 + - uid: 17216 components: - type: Transform - pos: -39.5,50.5 - parent: 1 -- proto: VendingMachineSeedsUnlocked - entities: - - uid: 7716 + pos: -55.5,52.5 + parent: 2 + - uid: 17217 components: - type: Transform - pos: -59.5,83.5 - parent: 1 -- proto: VendingMachineSovietSoda - entities: - - uid: 4563 + pos: -52.5,49.5 + parent: 2 + - uid: 17218 components: - type: Transform - pos: -6.5,28.5 - parent: 1 -- proto: VendingMachineSustenance - entities: - - uid: 3488 + pos: -52.5,48.5 + parent: 2 + - uid: 17219 components: - type: Transform - pos: -61.5,83.5 - parent: 1 -- proto: VendingMachineTankDispenserEngineering - entities: - - uid: 9210 + pos: -52.5,50.5 + parent: 2 + - uid: 17220 components: - type: Transform - pos: -69.5,35.5 - parent: 1 - - uid: 18089 + pos: -52.5,51.5 + parent: 2 + - uid: 17221 components: - type: Transform - pos: -77.5,38.5 - parent: 1 -- proto: VendingMachineTankDispenserEVA - entities: - - uid: 182 + pos: -52.5,52.5 + parent: 2 + - uid: 17222 components: - type: Transform - pos: -49.5,-11.5 - parent: 1 - - uid: 7429 + pos: -49.5,51.5 + parent: 2 + - uid: 17223 components: - type: Transform - pos: -19.5,48.5 - parent: 1 - - uid: 11411 + pos: -49.5,52.5 + parent: 2 + - uid: 17224 components: - type: Transform - pos: -46.5,68.5 - parent: 1 -- proto: VendingMachineTheater - entities: - - uid: 8968 + pos: -49.5,48.5 + parent: 2 + - uid: 17225 components: - type: Transform - pos: -32.5,23.5 - parent: 1 - - uid: 12596 + pos: -49.5,49.5 + parent: 2 + - uid: 17226 components: - type: Transform - pos: -40.5,26.5 - parent: 1 - - uid: 18469 + pos: -49.5,50.5 + parent: 2 + - uid: 17227 components: - type: Transform - pos: 13.5,-13.5 - parent: 1 -- proto: VendingMachineVendomat - entities: - - uid: 5640 + pos: -86.5,44.5 + parent: 2 + - uid: 17228 components: - type: Transform - pos: -23.5,29.5 - parent: 1 - - uid: 10729 + pos: -99.5,15.5 + parent: 2 + - uid: 17229 components: - type: Transform - pos: -17.5,-9.5 - parent: 1 - - uid: 15120 + pos: -93.5,15.5 + parent: 2 + - uid: 17230 components: - type: Transform - pos: -51.5,27.5 - parent: 1 -- proto: VendingMachineViroDrobe - entities: - - uid: 1144 + pos: -97.5,35.5 + parent: 2 + - uid: 17231 components: - type: Transform - pos: 11.5,20.5 - parent: 1 -- proto: VendingMachineWallMedical - entities: - - uid: 8375 + pos: -106.5,15.5 + parent: 2 + - uid: 17232 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,32.5 - parent: 1 - - uid: 16129 + pos: 16.5,16.5 + parent: 2 + - uid: 17233 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,31.5 - parent: 1 -- proto: VendingMachineWinter - entities: - - uid: 12345 + pos: -4.5,28.5 + parent: 2 + - uid: 17234 components: - type: Transform - pos: 12.5,-15.5 - parent: 1 -- proto: VendingMachineYouTool - entities: - - uid: 5346 + pos: -3.5,28.5 + parent: 2 + - uid: 17235 components: - type: Transform - pos: -25.5,29.5 - parent: 1 - - uid: 16224 + pos: -23.5,-15.5 + parent: 2 + - uid: 17236 components: - type: Transform - pos: -64.5,32.5 - parent: 1 -- proto: WallmountTelescreen - entities: - - uid: 14459 + pos: -3.5,18.5 + parent: 2 + - uid: 17237 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-1.5 - parent: 1 -- proto: WallmountTelevision - entities: - - uid: 359 + pos: 1.5,21.5 + parent: 2 + - uid: 17238 components: - type: Transform - pos: 1.5,3.5 - parent: 1 -- proto: WallmountTelevisionFrame - entities: - - uid: 15333 + pos: -5.5,28.5 + parent: 2 + - uid: 17239 components: - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,29.5 - parent: 1 - - uid: 15453 + pos: 19.5,15.5 + parent: 2 + - uid: 17240 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,12.5 - parent: 1 -- proto: WallReinforced - entities: - - uid: 19 + pos: 17.5,20.5 + parent: 2 + - uid: 17241 components: - type: Transform - pos: -22.5,-17.5 - parent: 1 - - uid: 55 + pos: 15.5,14.5 + parent: 2 + - uid: 17242 components: - type: Transform - pos: -14.5,-26.5 - parent: 1 - - uid: 75 + pos: 20.5,14.5 + parent: 2 + - uid: 17243 components: - type: Transform - pos: -17.5,-32.5 - parent: 1 - - uid: 80 + pos: 17.5,14.5 + parent: 2 + - uid: 17244 components: - type: Transform - pos: 16.5,17.5 - parent: 1 - - uid: 86 + pos: 16.5,14.5 + parent: 2 + - uid: 17245 components: - type: Transform - pos: -9.5,3.5 - parent: 1 - - uid: 97 + pos: 21.5,15.5 + parent: 2 + - uid: 17246 components: - type: Transform - pos: 3.5,1.5 - parent: 1 - - uid: 98 + pos: 18.5,21.5 + parent: 2 + - uid: 17247 components: - type: Transform - pos: 3.5,-3.5 - parent: 1 - - uid: 99 + pos: 19.5,21.5 + parent: 2 + - uid: 17248 components: - type: Transform - pos: -14.5,-16.5 - parent: 1 - - uid: 104 + pos: -75.5,60.5 + parent: 2 + - uid: 17249 components: - type: Transform - pos: -20.5,-29.5 - parent: 1 - - uid: 134 + pos: 3.5,-21.5 + parent: 2 + - uid: 17250 components: - type: Transform - pos: -19.5,-29.5 - parent: 1 - - uid: 153 + pos: -9.5,63.5 + parent: 2 + - uid: 17251 components: - type: Transform - pos: -10.5,-28.5 - parent: 1 - - uid: 165 + pos: 0.5,-6.5 + parent: 2 + - uid: 17252 components: - type: Transform - pos: -6.5,-4.5 - parent: 1 - - uid: 192 + rot: 3.141592653589793 rad + pos: 0.5,54.5 + parent: 2 + - uid: 17253 components: - type: Transform - pos: -10.5,-3.5 - parent: 1 - - uid: 200 + pos: -107.5,17.5 + parent: 2 + - uid: 17254 components: - type: Transform - pos: -7.5,-4.5 - parent: 1 - - uid: 202 + pos: -29.5,54.5 + parent: 2 + - uid: 17255 components: - type: Transform - pos: -1.5,-0.5 - parent: 1 - - uid: 209 + pos: -107.5,15.5 + parent: 2 + - uid: 17256 components: - type: Transform - pos: -7.5,-6.5 - parent: 1 - - uid: 232 + pos: -61.5,66.5 + parent: 2 + - uid: 17257 components: - type: Transform - pos: -20.5,-11.5 - parent: 1 - - uid: 233 + pos: -31.5,54.5 + parent: 2 + - uid: 17258 components: - type: Transform - pos: -20.5,-12.5 - parent: 1 - - uid: 240 + pos: -76.5,43.5 + parent: 2 + - uid: 17259 components: - type: Transform - pos: -14.5,-38.5 - parent: 1 - - uid: 245 + pos: -20.5,41.5 + parent: 2 + - uid: 17260 components: - type: Transform - pos: -16.5,-37.5 - parent: 1 - - uid: 250 + pos: -18.5,42.5 + parent: 2 + - uid: 17261 components: - type: Transform - pos: -23.5,-14.5 - parent: 1 - - uid: 252 + pos: -23.5,44.5 + parent: 2 + - uid: 17262 components: - type: Transform - pos: 3.5,3.5 - parent: 1 - - uid: 261 + pos: -24.5,37.5 + parent: 2 + - uid: 17263 components: - type: Transform - pos: -23.5,-13.5 - parent: 1 - - uid: 263 + pos: -24.5,39.5 + parent: 2 + - uid: 17264 components: - type: Transform - pos: -23.5,-12.5 - parent: 1 - - uid: 266 + pos: -24.5,38.5 + parent: 2 + - uid: 17265 components: - type: Transform - pos: -22.5,-11.5 - parent: 1 - - uid: 267 + pos: -10.5,62.5 + parent: 2 + - uid: 17266 components: - type: Transform - pos: -16.5,-19.5 - parent: 1 - - uid: 268 + pos: 23.5,44.5 + parent: 2 + - uid: 17267 components: - type: Transform - pos: 1.5,-20.5 - parent: 1 - - uid: 302 + pos: -22.5,-16.5 + parent: 2 + - uid: 17268 components: - type: Transform - pos: -18.5,41.5 - parent: 1 - - uid: 305 + pos: -23.5,-16.5 + parent: 2 + - uid: 17269 components: - type: Transform - pos: -14.5,-28.5 - parent: 1 - - uid: 333 + pos: -61.5,61.5 + parent: 2 + - uid: 17270 components: - type: Transform - pos: -86.5,41.5 - parent: 1 - - uid: 349 + pos: -80.5,44.5 + parent: 2 + - uid: 17271 components: - type: Transform - pos: 1.5,-6.5 - parent: 1 - - uid: 350 + pos: -46.5,-3.5 + parent: 2 + - uid: 17272 components: - type: Transform - pos: 2.5,-6.5 - parent: 1 - - uid: 377 + pos: -17.5,-20.5 + parent: 2 + - uid: 17273 components: - type: Transform - pos: -20.5,-37.5 - parent: 1 - - uid: 388 + pos: -16.5,-38.5 + parent: 2 + - uid: 17274 components: - type: Transform - pos: -17.5,-19.5 - parent: 1 - - uid: 414 + pos: -0.5,48.5 + parent: 2 + - uid: 17275 components: - type: Transform - pos: -17.5,-12.5 - parent: 1 - - uid: 424 + pos: -5.5,59.5 + parent: 2 + - uid: 17277 components: - type: Transform - pos: -14.5,-23.5 - parent: 1 - - uid: 439 + pos: -51.5,22.5 + parent: 2 + - uid: 17278 components: - type: Transform - pos: -10.5,-22.5 - parent: 1 - - uid: 495 + pos: -76.5,10.5 + parent: 2 + - uid: 17279 components: - type: Transform - pos: 2.5,-18.5 - parent: 1 - - uid: 506 + pos: -3.5,59.5 + parent: 2 + - uid: 17280 components: - type: Transform - pos: 1.5,-21.5 - parent: 1 - - uid: 518 + pos: -49.5,26.5 + parent: 2 + - uid: 17281 components: - type: Transform - pos: 14.5,-6.5 - parent: 1 - - uid: 547 + pos: -52.5,26.5 + parent: 2 + - uid: 17282 components: - type: Transform - pos: -3.5,3.5 - parent: 1 - - uid: 625 + pos: -53.5,26.5 + parent: 2 + - uid: 17283 components: - type: Transform - pos: 12.5,-11.5 - parent: 1 - - uid: 667 + pos: -53.5,25.5 + parent: 2 + - uid: 17284 components: - type: Transform - pos: -28.5,55.5 - parent: 1 - - uid: 674 + pos: -52.5,22.5 + parent: 2 + - uid: 17285 components: - type: Transform - pos: 28.5,4.5 - parent: 1 - - uid: 676 + pos: -51.5,26.5 + parent: 2 + - uid: 17286 + components: + - type: Transform + pos: -49.5,22.5 + parent: 2 + - uid: 17287 components: - type: Transform - pos: 27.5,0.5 - parent: 1 - - uid: 678 + pos: -50.5,22.5 + parent: 2 + - uid: 17288 components: - type: Transform - pos: 26.5,0.5 - parent: 1 - - uid: 694 + pos: -47.5,22.5 + parent: 2 + - uid: 17289 components: - type: Transform - pos: 24.5,1.5 - parent: 1 - - uid: 696 + pos: -53.5,22.5 + parent: 2 + - uid: 17290 components: - type: Transform - pos: 24.5,54.5 - parent: 1 - - uid: 703 + pos: -48.5,22.5 + parent: 2 + - uid: 17291 components: - type: Transform - pos: 24.5,45.5 - parent: 1 - - uid: 704 + rot: 3.141592653589793 rad + pos: -2.5,54.5 + parent: 2 + - uid: 17292 components: - type: Transform - pos: 27.5,4.5 - parent: 1 - - uid: 705 + pos: -65.5,59.5 + parent: 2 + - uid: 17293 components: - type: Transform - pos: 24.5,3.5 - parent: 1 - - uid: 707 + pos: -46.5,26.5 + parent: 2 + - uid: 17294 components: - type: Transform - pos: 30.5,4.5 - parent: 1 - - uid: 881 + pos: -47.5,26.5 + parent: 2 + - uid: 17295 components: - type: Transform - pos: 20.5,21.5 - parent: 1 - - uid: 949 + pos: -48.5,26.5 + parent: 2 + - uid: 17296 components: - type: Transform - pos: 30.5,7.5 - parent: 1 - - uid: 950 + pos: -46.5,22.5 + parent: 2 + - uid: 17297 components: - type: Transform - pos: 31.5,7.5 - parent: 1 - - uid: 955 + pos: -53.5,24.5 + parent: 2 + - uid: 17298 components: - type: Transform - pos: 32.5,9.5 - parent: 1 - - uid: 956 + pos: -53.5,23.5 + parent: 2 + - uid: 17299 components: - type: Transform - pos: 29.5,11.5 - parent: 1 - - uid: 957 + pos: -59.5,-12.5 + parent: 2 + - uid: 17300 components: - type: Transform - pos: 30.5,11.5 - parent: 1 - - uid: 960 + pos: -59.5,3.5 + parent: 2 + - uid: 17301 components: - type: Transform - pos: 29.5,15.5 - parent: 1 - - uid: 961 + pos: -65.5,2.5 + parent: 2 + - uid: 17302 components: - type: Transform - pos: 30.5,15.5 - parent: 1 - - uid: 962 + pos: -65.5,3.5 + parent: 2 + - uid: 17303 components: - type: Transform - pos: 31.5,15.5 - parent: 1 - - uid: 963 + pos: -73.5,-15.5 + parent: 2 + - uid: 17304 components: - type: Transform - pos: 32.5,15.5 - parent: 1 - - uid: 967 + pos: -71.5,-12.5 + parent: 2 + - uid: 17305 components: - type: Transform - pos: 32.5,17.5 - parent: 1 - - uid: 968 + pos: -71.5,-13.5 + parent: 2 + - uid: 17306 components: - type: Transform - pos: 29.5,19.5 - parent: 1 - - uid: 970 + pos: -67.5,-12.5 + parent: 2 + - uid: 17307 components: - type: Transform - pos: 31.5,19.5 - parent: 1 - - uid: 971 + pos: -65.5,-15.5 + parent: 2 + - uid: 17308 components: - type: Transform - pos: 32.5,19.5 - parent: 1 - - uid: 1002 + pos: -63.5,-14.5 + parent: 2 + - uid: 17309 components: - type: Transform - pos: 16.5,20.5 - parent: 1 - - uid: 1005 + pos: -59.5,-8.5 + parent: 2 + - uid: 17310 components: - type: Transform - pos: 16.5,19.5 - parent: 1 - - uid: 1006 + pos: -63.5,-12.5 + parent: 2 + - uid: 17311 components: - type: Transform - pos: 15.5,18.5 - parent: 1 - - uid: 1026 + pos: -63.5,-13.5 + parent: 2 + - uid: 17312 components: - type: Transform - pos: 18.5,20.5 - parent: 1 - - uid: 1027 + pos: -67.5,-15.5 + parent: 2 + - uid: 17313 components: - type: Transform - pos: 20.5,19.5 - parent: 1 - - uid: 1073 + pos: -75.5,-14.5 + parent: 2 + - uid: 17314 components: - type: Transform - pos: -10.5,-38.5 - parent: 1 - - uid: 1168 + pos: -75.5,-15.5 + parent: 2 + - uid: 17315 components: - type: Transform - pos: -10.5,-21.5 - parent: 1 - - uid: 1217 + pos: -76.5,-12.5 + parent: 2 + - uid: 17318 components: - type: Transform - pos: -14.5,-27.5 - parent: 1 - - uid: 1241 + pos: -74.5,-8.5 + parent: 2 + - uid: 17319 components: - type: Transform - pos: 17.5,15.5 - parent: 1 - - uid: 1245 + pos: -42.5,-4.5 + parent: 2 + - uid: 17320 components: - type: Transform - pos: -107.5,26.5 - parent: 1 - - uid: 1252 + pos: -74.5,-7.5 + parent: 2 + - uid: 17321 components: - type: Transform - pos: -107.5,22.5 - parent: 1 - - uid: 1254 + pos: -65.5,-8.5 + parent: 2 + - uid: 17322 components: - type: Transform - pos: -107.5,34.5 - parent: 1 - - uid: 1258 + pos: -65.5,-7.5 + parent: 2 + - uid: 17325 components: - type: Transform - pos: -99.5,35.5 - parent: 1 - - uid: 1304 + pos: -63.5,-15.5 + parent: 2 + - uid: 17326 components: - type: Transform - pos: 20.5,18.5 - parent: 1 - - uid: 1316 + pos: -59.5,-2.5 + parent: 2 + - uid: 17327 components: - type: Transform - pos: -19.5,-20.5 - parent: 1 - - uid: 1324 + pos: -8.5,0.5 + parent: 2 + - uid: 17328 components: - type: Transform - pos: -92.5,15.5 - parent: 1 - - uid: 1350 + pos: -4.5,57.5 + parent: 2 + - uid: 17329 components: - type: Transform - pos: -91.5,15.5 - parent: 1 - - uid: 1356 + pos: -24.5,42.5 + parent: 2 + - uid: 17330 components: - type: Transform - pos: -90.5,15.5 - parent: 1 - - uid: 1395 + pos: -89.5,39.5 + parent: 2 + - uid: 17331 components: - type: Transform - pos: -105.5,15.5 - parent: 1 - - uid: 1401 + pos: -8.5,3.5 + parent: 2 + - uid: 17332 components: - type: Transform - pos: -100.5,15.5 - parent: 1 - - uid: 1467 + pos: 30.5,-1.5 + parent: 2 + - uid: 17333 components: - type: Transform - pos: -107.5,29.5 - parent: 1 - - uid: 1499 + pos: -24.5,40.5 + parent: 2 + - uid: 17334 components: - type: Transform - pos: -107.5,27.5 - parent: 1 - - uid: 1661 + pos: -49.5,69.5 + parent: 2 + - uid: 17335 components: - type: Transform - pos: 24.5,46.5 - parent: 1 - - uid: 1751 + pos: -64.5,49.5 + parent: 2 + - uid: 17336 components: - type: Transform - pos: 24.5,49.5 - parent: 1 - - uid: 1780 + pos: -53.5,69.5 + parent: 2 + - uid: 17337 components: - type: Transform - pos: -49.5,63.5 - parent: 1 - - uid: 1842 + pos: -64.5,51.5 + parent: 2 + - uid: 17338 components: - type: Transform - pos: -15.5,-38.5 - parent: 1 - - uid: 1869 + pos: -6.5,59.5 + parent: 2 + - uid: 17339 components: - type: Transform - pos: -20.5,-36.5 - parent: 1 - - uid: 1876 + pos: -10.5,-2.5 + parent: 2 + - uid: 17340 components: - type: Transform - pos: -20.5,-33.5 - parent: 1 - - uid: 1926 + pos: -47.5,-7.5 + parent: 2 + - uid: 17341 components: - type: Transform - pos: -55.5,48.5 - parent: 1 - - uid: 1927 + pos: -19.5,-34.5 + parent: 2 + - uid: 17342 components: - type: Transform - pos: -55.5,49.5 - parent: 1 - - uid: 1934 + pos: -45.5,56.5 + parent: 2 + - uid: 17343 components: - type: Transform - pos: -102.5,35.5 - parent: 1 - - uid: 1940 + pos: -10.5,63.5 + parent: 2 + - uid: 17344 components: - type: Transform - pos: -105.5,35.5 - parent: 1 - - uid: 1958 + pos: -64.5,50.5 + parent: 2 + - uid: 17345 components: - type: Transform - pos: -55.5,50.5 - parent: 1 - - uid: 1982 + pos: -58.5,56.5 + parent: 2 + - uid: 17346 components: - type: Transform - pos: -55.5,51.5 - parent: 1 - - uid: 1983 + pos: -58.5,49.5 + parent: 2 + - uid: 17347 components: - type: Transform - pos: -55.5,52.5 - parent: 1 - - uid: 1984 + pos: -19.5,49.5 + parent: 2 + - uid: 17348 components: - type: Transform - pos: -52.5,49.5 - parent: 1 - - uid: 1997 + pos: -21.5,49.5 + parent: 2 + - uid: 17349 components: - type: Transform - pos: -52.5,48.5 - parent: 1 - - uid: 1998 + pos: -18.5,44.5 + parent: 2 + - uid: 17350 components: - type: Transform - pos: -52.5,50.5 - parent: 1 - - uid: 1999 + pos: -87.5,64.5 + parent: 2 + - uid: 17351 components: - type: Transform - pos: -52.5,51.5 - parent: 1 - - uid: 2000 + pos: -3.5,55.5 + parent: 2 + - uid: 17352 components: - type: Transform - pos: -52.5,52.5 - parent: 1 - - uid: 2001 + pos: -22.5,49.5 + parent: 2 + - uid: 17353 components: - type: Transform - pos: -49.5,51.5 - parent: 1 - - uid: 2002 + pos: -18.5,52.5 + parent: 2 + - uid: 17354 components: - type: Transform - pos: -49.5,52.5 - parent: 1 - - uid: 2003 + pos: -4.5,55.5 + parent: 2 + - uid: 17355 components: - type: Transform - pos: -49.5,48.5 - parent: 1 - - uid: 2004 + pos: -47.5,-6.5 + parent: 2 + - uid: 17356 components: - type: Transform - pos: -49.5,49.5 - parent: 1 - - uid: 2005 + pos: 16.5,-12.5 + parent: 2 + - uid: 17357 components: - type: Transform - pos: -49.5,50.5 - parent: 1 - - uid: 2014 + pos: -73.5,42.5 + parent: 2 + - uid: 17358 components: - type: Transform - pos: -86.5,44.5 - parent: 1 - - uid: 2045 + pos: -3.5,52.5 + parent: 2 + - uid: 17359 components: - type: Transform - pos: -99.5,15.5 - parent: 1 - - uid: 2048 + pos: 0.5,52.5 + parent: 2 + - uid: 17360 components: - type: Transform - pos: -93.5,15.5 - parent: 1 - - uid: 2056 + pos: -5.5,52.5 + parent: 2 + - uid: 17361 components: - type: Transform - pos: -97.5,35.5 - parent: 1 - - uid: 2057 + pos: 15.5,-12.5 + parent: 2 + - uid: 17362 components: - type: Transform - pos: -106.5,15.5 - parent: 1 - - uid: 2058 + pos: 17.5,-12.5 + parent: 2 + - uid: 17363 components: - type: Transform - pos: 16.5,16.5 - parent: 1 - - uid: 2169 + pos: 20.5,-12.5 + parent: 2 + - uid: 17364 components: - type: Transform - pos: -23.5,-15.5 - parent: 1 - - uid: 2235 + pos: 20.5,-10.5 + parent: 2 + - uid: 17366 components: - type: Transform - pos: 19.5,15.5 - parent: 1 - - uid: 2240 + pos: 27.5,-9.5 + parent: 2 + - uid: 17369 components: - type: Transform - pos: 17.5,20.5 - parent: 1 - - uid: 2260 + pos: 26.5,-9.5 + parent: 2 + - uid: 17370 components: - type: Transform - pos: 15.5,14.5 - parent: 1 - - uid: 2261 + pos: 30.5,0.5 + parent: 2 + - uid: 17371 components: - type: Transform - pos: 20.5,14.5 - parent: 1 - - uid: 2262 + pos: 30.5,-4.5 + parent: 2 + - uid: 17372 components: - type: Transform - pos: 17.5,14.5 - parent: 1 - - uid: 2263 + pos: -2.5,59.5 + parent: 2 + - uid: 17373 components: - type: Transform - pos: 16.5,14.5 - parent: 1 - - uid: 2264 + pos: -5.5,57.5 + parent: 2 + - uid: 17374 components: - type: Transform - pos: 21.5,15.5 - parent: 1 - - uid: 2286 + pos: -6.5,57.5 + parent: 2 + - uid: 17375 components: - type: Transform - pos: 18.5,21.5 - parent: 1 - - uid: 2287 + pos: -6.5,58.5 + parent: 2 + - uid: 17376 components: - type: Transform - pos: 19.5,21.5 - parent: 1 - - uid: 2304 + pos: -74.5,43.5 + parent: 2 + - uid: 17377 components: - type: Transform - pos: -75.5,60.5 - parent: 1 - - uid: 2366 + pos: -10.5,58.5 + parent: 2 + - uid: 17378 components: - type: Transform - pos: 3.5,-21.5 - parent: 1 - - uid: 2395 + pos: 29.5,-9.5 + parent: 2 + - uid: 17379 components: - type: Transform - pos: -9.5,63.5 - parent: 1 - - uid: 2479 + pos: -19.5,53.5 + parent: 2 + - uid: 17380 components: - type: Transform - pos: 0.5,-6.5 - parent: 1 - - uid: 2488 + pos: -19.5,55.5 + parent: 2 + - uid: 17381 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,54.5 - parent: 1 - - uid: 2723 + pos: -19.5,56.5 + parent: 2 + - uid: 17382 components: - type: Transform - pos: -107.5,17.5 - parent: 1 - - uid: 2729 + pos: -19.5,57.5 + parent: 2 + - uid: 17383 components: - type: Transform - pos: -29.5,54.5 - parent: 1 - - uid: 2807 + pos: -21.5,58.5 + parent: 2 + - uid: 17384 components: - type: Transform - pos: -107.5,15.5 - parent: 1 - - uid: 2840 + pos: -22.5,58.5 + parent: 2 + - uid: 17385 components: - type: Transform - pos: -61.5,66.5 - parent: 1 - - uid: 2976 + pos: -23.5,58.5 + parent: 2 + - uid: 17386 components: - type: Transform - pos: -31.5,54.5 - parent: 1 - - uid: 2977 + pos: -24.5,56.5 + parent: 2 + - uid: 17387 components: - type: Transform - pos: -76.5,43.5 - parent: 1 - - uid: 3316 + pos: -24.5,55.5 + parent: 2 + - uid: 17388 components: - type: Transform - pos: -20.5,41.5 - parent: 1 - - uid: 3440 + pos: -24.5,54.5 + parent: 2 + - uid: 17389 components: - type: Transform - pos: -18.5,42.5 - parent: 1 - - uid: 3443 + pos: -21.5,52.5 + parent: 2 + - uid: 17390 components: - type: Transform - pos: -23.5,44.5 - parent: 1 - - uid: 3455 + pos: -20.5,52.5 + parent: 2 + - uid: 17391 components: - type: Transform - pos: -24.5,37.5 - parent: 1 - - uid: 3456 + pos: -24.5,53.5 + parent: 2 + - uid: 17392 components: - type: Transform - pos: -24.5,39.5 - parent: 1 - - uid: 3457 + pos: -24.5,52.5 + parent: 2 + - uid: 17393 components: - type: Transform - pos: -24.5,38.5 - parent: 1 - - uid: 3475 + pos: -14.5,58.5 + parent: 2 + - uid: 17394 components: - type: Transform - pos: -10.5,62.5 - parent: 1 - - uid: 3479 + pos: -18.5,58.5 + parent: 2 + - uid: 17395 components: - type: Transform - pos: 23.5,44.5 - parent: 1 - - uid: 3506 + pos: 30.5,-8.5 + parent: 2 + - uid: 17397 components: - type: Transform - pos: -22.5,-16.5 - parent: 1 - - uid: 3512 + pos: -47.5,-8.5 + parent: 2 + - uid: 17398 components: - type: Transform - pos: -23.5,-16.5 - parent: 1 - - uid: 3544 + pos: 29.5,22.5 + parent: 2 + - uid: 17399 components: - type: Transform - pos: -61.5,61.5 - parent: 1 - - uid: 3558 + pos: 29.5,27.5 + parent: 2 + - uid: 17400 components: - type: Transform - pos: -80.5,44.5 - parent: 1 - - uid: 3581 + pos: 24.5,23.5 + parent: 2 + - uid: 17401 components: - type: Transform - pos: -46.5,-3.5 - parent: 1 - - uid: 3897 + pos: 24.5,22.5 + parent: 2 + - uid: 17402 components: - type: Transform - pos: -17.5,-20.5 - parent: 1 - - uid: 3904 + pos: 29.5,26.5 + parent: 2 + - uid: 17403 components: - type: Transform - pos: -16.5,-38.5 - parent: 1 - - uid: 3969 + pos: -10.5,59.5 + parent: 2 + - uid: 17404 components: - type: Transform - pos: -0.5,48.5 - parent: 1 - - uid: 4083 + pos: -21.5,63.5 + parent: 2 + - uid: 17405 components: - type: Transform - pos: -5.5,59.5 - parent: 1 - - uid: 4172 + pos: -22.5,59.5 + parent: 2 + - uid: 17407 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,54.5 - parent: 1 - - uid: 4200 + pos: 24.5,30.5 + parent: 2 + - uid: 17408 components: - type: Transform - pos: -51.5,22.5 - parent: 1 - - uid: 4233 + pos: 24.5,28.5 + parent: 2 + - uid: 17409 components: - type: Transform - pos: -76.5,10.5 - parent: 1 - - uid: 4270 + pos: 20.5,-11.5 + parent: 2 + - uid: 17410 components: - type: Transform - pos: -3.5,59.5 - parent: 1 - - uid: 4313 + pos: -14.5,61.5 + parent: 2 + - uid: 17411 components: - type: Transform - pos: -49.5,26.5 - parent: 1 - - uid: 4319 + pos: -18.5,61.5 + parent: 2 + - uid: 17412 components: - type: Transform - pos: -52.5,26.5 - parent: 1 - - uid: 4320 + pos: 29.5,29.5 + parent: 2 + - uid: 17413 components: - type: Transform - pos: -53.5,26.5 - parent: 1 - - uid: 4321 + pos: 25.5,22.5 + parent: 2 + - uid: 17414 components: - type: Transform - pos: -53.5,25.5 - parent: 1 - - uid: 4325 + pos: -33.5,-14.5 + parent: 2 + - uid: 17416 components: - type: Transform - pos: -52.5,22.5 - parent: 1 - - uid: 4327 + pos: -6.5,63.5 + parent: 2 + - uid: 17417 components: - type: Transform - pos: -51.5,26.5 - parent: 1 - - uid: 4330 + pos: -62.5,57.5 + parent: 2 + - uid: 17418 components: - type: Transform - pos: -49.5,22.5 - parent: 1 - - uid: 4331 + pos: -58.5,50.5 + parent: 2 + - uid: 17419 components: - type: Transform - pos: -50.5,22.5 - parent: 1 - - uid: 4332 + pos: -61.5,56.5 + parent: 2 + - uid: 17420 components: - type: Transform - pos: -47.5,22.5 - parent: 1 - - uid: 4333 + pos: -58.5,51.5 + parent: 2 + - uid: 17421 components: - type: Transform - pos: -53.5,22.5 - parent: 1 - - uid: 4542 + pos: -60.5,56.5 + parent: 2 + - uid: 17422 components: - type: Transform - pos: -48.5,22.5 - parent: 1 - - uid: 4556 + pos: -58.5,52.5 + parent: 2 + - uid: 17423 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,54.5 - parent: 1 - - uid: 4558 + pos: -59.5,56.5 + parent: 2 + - uid: 17426 components: - type: Transform - pos: -65.5,59.5 - parent: 1 - - uid: 4572 + pos: -36.5,-14.5 + parent: 2 + - uid: 17427 components: - type: Transform - pos: -46.5,26.5 - parent: 1 - - uid: 4573 + pos: -44.5,-14.5 + parent: 2 + - uid: 17428 components: - type: Transform - pos: -47.5,26.5 - parent: 1 - - uid: 4574 + pos: -50.5,-11.5 + parent: 2 + - uid: 17429 components: - type: Transform - pos: -48.5,26.5 - parent: 1 - - uid: 4583 + pos: 5.5,-21.5 + parent: 2 + - uid: 17430 components: - type: Transform - pos: -46.5,22.5 - parent: 1 - - uid: 4584 + pos: -59.5,49.5 + parent: 2 + - uid: 17431 components: - type: Transform - pos: -53.5,24.5 - parent: 1 - - uid: 4585 + pos: -60.5,49.5 + parent: 2 + - uid: 17432 components: - type: Transform - pos: -53.5,23.5 - parent: 1 - - uid: 4744 + pos: -54.5,-11.5 + parent: 2 + - uid: 17433 components: - type: Transform - pos: -59.5,-12.5 - parent: 1 - - uid: 4799 + pos: -61.5,49.5 + parent: 2 + - uid: 17434 components: - type: Transform - pos: -59.5,3.5 - parent: 1 - - uid: 4810 + pos: -62.5,49.5 + parent: 2 + - uid: 17435 components: - type: Transform - pos: -65.5,2.5 - parent: 1 - - uid: 4843 + pos: -63.5,49.5 + parent: 2 + - uid: 17436 components: - type: Transform - pos: -65.5,3.5 - parent: 1 - - uid: 4883 + pos: -58.5,48.5 + parent: 2 + - uid: 17437 components: - type: Transform - pos: -73.5,-15.5 - parent: 1 - - uid: 4885 + pos: -62.5,56.5 + parent: 2 + - uid: 17438 components: - type: Transform - pos: -71.5,-12.5 - parent: 1 - - uid: 4886 + pos: -62.5,58.5 + parent: 2 + - uid: 17439 components: - type: Transform - pos: -71.5,-13.5 - parent: 1 - - uid: 4887 + pos: -62.5,59.5 + parent: 2 + - uid: 17440 components: - type: Transform - pos: -67.5,-12.5 - parent: 1 - - uid: 4897 + pos: -58.5,58.5 + parent: 2 + - uid: 17441 components: - type: Transform - pos: -65.5,-15.5 - parent: 1 - - uid: 4901 + pos: -61.5,59.5 + parent: 2 + - uid: 17442 components: - type: Transform - pos: -63.5,-14.5 - parent: 1 - - uid: 4907 + pos: -55.5,-11.5 + parent: 2 + - uid: 17443 components: - type: Transform - pos: -59.5,-8.5 - parent: 1 - - uid: 4924 + pos: -57.5,59.5 + parent: 2 + - uid: 17444 components: - type: Transform - pos: -63.5,-12.5 - parent: 1 - - uid: 4927 + pos: -51.5,59.5 + parent: 2 + - uid: 17445 components: - type: Transform - pos: -63.5,-13.5 - parent: 1 - - uid: 4928 + pos: -45.5,58.5 + parent: 2 + - uid: 17446 components: - type: Transform - pos: -67.5,-15.5 - parent: 1 - - uid: 4933 + pos: -49.5,59.5 + parent: 2 + - uid: 17447 components: - type: Transform - pos: -75.5,-14.5 - parent: 1 - - uid: 4936 + pos: -60.5,59.5 + parent: 2 + - uid: 17448 components: - type: Transform - pos: -75.5,-15.5 - parent: 1 - - uid: 4941 + pos: -59.5,59.5 + parent: 2 + - uid: 17449 components: - type: Transform - pos: -76.5,-12.5 - parent: 1 - - uid: 4942 + pos: -58.5,59.5 + parent: 2 + - uid: 17450 components: - type: Transform - pos: -76.5,-9.5 - parent: 1 - - uid: 4945 + pos: -64.5,56.5 + parent: 2 + - uid: 17451 components: - type: Transform - pos: -76.5,-11.5 - parent: 1 - - uid: 4950 + pos: -63.5,56.5 + parent: 2 + - uid: 17452 components: - type: Transform - pos: -74.5,-8.5 - parent: 1 - - uid: 4953 + pos: -53.5,59.5 + parent: 2 + - uid: 17453 components: - type: Transform - pos: -42.5,-4.5 - parent: 1 - - uid: 4955 + pos: -43.5,66.5 + parent: 2 + - uid: 17454 components: - type: Transform - pos: -74.5,-7.5 - parent: 1 - - uid: 4959 + pos: -45.5,63.5 + parent: 2 + - uid: 17455 components: - type: Transform - pos: -65.5,-8.5 - parent: 1 - - uid: 4960 + pos: -41.5,59.5 + parent: 2 + - uid: 17456 components: - type: Transform - pos: -65.5,-7.5 - parent: 1 - - uid: 4962 + pos: -40.5,60.5 + parent: 2 + - uid: 17457 components: - type: Transform - pos: -77.5,-9.5 - parent: 1 - - uid: 4965 + pos: -33.5,56.5 + parent: 2 + - uid: 17458 components: - type: Transform - pos: -78.5,-9.5 - parent: 1 - - uid: 4967 + pos: -40.5,59.5 + parent: 2 + - uid: 17459 components: - type: Transform - pos: -63.5,-15.5 - parent: 1 - - uid: 4969 + pos: -39.5,60.5 + parent: 2 + - uid: 17460 components: - type: Transform - pos: -59.5,-2.5 - parent: 1 - - uid: 4995 + pos: -43.5,60.5 + parent: 2 + - uid: 17461 components: - type: Transform - pos: -8.5,0.5 - parent: 1 - - uid: 5016 + pos: -42.5,59.5 + parent: 2 + - uid: 17462 components: - type: Transform - pos: -4.5,57.5 - parent: 1 - - uid: 5068 + pos: -45.5,66.5 + parent: 2 + - uid: 17463 components: - type: Transform - pos: -24.5,42.5 - parent: 1 - - uid: 5160 + pos: -41.5,60.5 + parent: 2 + - uid: 17464 components: - type: Transform - pos: -89.5,39.5 - parent: 1 - - uid: 5444 + pos: -39.5,64.5 + parent: 2 + - uid: 17465 components: - type: Transform - pos: -8.5,3.5 - parent: 1 - - uid: 5464 + pos: -40.5,62.5 + parent: 2 + - uid: 17466 components: - type: Transform - pos: 30.5,-1.5 - parent: 1 - - uid: 5467 + pos: -40.5,63.5 + parent: 2 + - uid: 17467 components: - type: Transform - pos: -24.5,40.5 - parent: 1 - - uid: 5472 + pos: -41.5,67.5 + parent: 2 + - uid: 17468 components: - type: Transform - pos: -49.5,69.5 - parent: 1 - - uid: 5473 + pos: -40.5,67.5 + parent: 2 + - uid: 17469 components: - type: Transform - pos: -64.5,49.5 - parent: 1 - - uid: 5476 + pos: -40.5,64.5 + parent: 2 + - uid: 17470 components: - type: Transform - pos: -53.5,69.5 - parent: 1 - - uid: 5478 + pos: -40.5,65.5 + parent: 2 + - uid: 17471 components: - type: Transform - pos: -64.5,51.5 - parent: 1 - - uid: 5523 + pos: -40.5,66.5 + parent: 2 + - uid: 17472 components: - type: Transform - pos: -6.5,59.5 - parent: 1 - - uid: 5686 + pos: -42.5,67.5 + parent: 2 + - uid: 17473 components: - type: Transform - pos: -10.5,-2.5 - parent: 1 - - uid: 5695 + pos: -43.5,67.5 + parent: 2 + - uid: 17474 components: - type: Transform - pos: -47.5,-7.5 - parent: 1 - - uid: 5732 + pos: -44.5,66.5 + parent: 2 + - uid: 17475 components: - type: Transform - pos: -19.5,-34.5 - parent: 1 - - uid: 5750 + pos: -35.5,58.5 + parent: 2 + - uid: 17476 components: - type: Transform - pos: -45.5,56.5 - parent: 1 - - uid: 5767 + pos: -49.5,60.5 + parent: 2 + - uid: 17477 components: - type: Transform - pos: -10.5,63.5 - parent: 1 - - uid: 5776 + pos: -39.5,66.5 + parent: 2 + - uid: 17478 components: - type: Transform - pos: -64.5,50.5 - parent: 1 - - uid: 5777 + pos: -39.5,67.5 + parent: 2 + - uid: 17479 components: - type: Transform - pos: -58.5,56.5 - parent: 1 - - uid: 5785 + pos: -40.5,61.5 + parent: 2 + - uid: 17480 components: - type: Transform - pos: -58.5,49.5 - parent: 1 - - uid: 5824 + pos: -44.5,60.5 + parent: 2 + - uid: 17481 components: - type: Transform - pos: -19.5,49.5 - parent: 1 - - uid: 5826 + pos: -47.5,66.5 + parent: 2 + - uid: 17482 components: - type: Transform - pos: -21.5,49.5 - parent: 1 - - uid: 5834 + pos: -48.5,66.5 + parent: 2 + - uid: 17483 components: - type: Transform - pos: -18.5,44.5 - parent: 1 - - uid: 5882 + pos: -46.5,66.5 + parent: 2 + - uid: 17484 components: - type: Transform - pos: -87.5,64.5 - parent: 1 - - uid: 5883 + pos: -49.5,66.5 + parent: 2 + - uid: 17485 components: - type: Transform - pos: -3.5,55.5 - parent: 1 - - uid: 5902 + pos: -49.5,62.5 + parent: 2 + - uid: 17486 components: - type: Transform - pos: -22.5,49.5 - parent: 1 - - uid: 5905 + pos: -59.5,48.5 + parent: 2 + - uid: 17490 components: - type: Transform - pos: -18.5,52.5 - parent: 1 - - uid: 5951 + pos: -62.5,66.5 + parent: 2 + - uid: 17491 components: - type: Transform - pos: -4.5,55.5 - parent: 1 - - uid: 6002 + pos: -53.5,62.5 + parent: 2 + - uid: 17492 components: - type: Transform - pos: -47.5,-6.5 - parent: 1 - - uid: 6063 + pos: -57.5,65.5 + parent: 2 + - uid: 17493 components: - type: Transform - pos: 16.5,-12.5 - parent: 1 - - uid: 6080 + pos: -57.5,64.5 + parent: 2 + - uid: 17494 components: - type: Transform - pos: -73.5,42.5 - parent: 1 - - uid: 6081 + pos: -57.5,63.5 + parent: 2 + - uid: 17495 components: - type: Transform - pos: -3.5,52.5 - parent: 1 - - uid: 6238 + pos: -61.5,62.5 + parent: 2 + - uid: 17496 components: - type: Transform - pos: 0.5,52.5 - parent: 1 - - uid: 6239 + pos: -57.5,62.5 + parent: 2 + - uid: 17498 components: - type: Transform - pos: -5.5,52.5 - parent: 1 - - uid: 6254 + pos: -48.5,69.5 + parent: 2 + - uid: 17499 components: - type: Transform - pos: 15.5,-12.5 - parent: 1 - - uid: 6256 + pos: -47.5,69.5 + parent: 2 + - uid: 17501 components: - type: Transform - pos: 17.5,-12.5 - parent: 1 - - uid: 6269 + pos: -45.5,69.5 + parent: 2 + - uid: 17502 components: - type: Transform - pos: 20.5,-12.5 - parent: 1 - - uid: 6270 + pos: 24.5,55.5 + parent: 2 + - uid: 17503 components: - type: Transform - pos: 20.5,-10.5 - parent: 1 - - uid: 6303 + pos: -49.5,77.5 + parent: 2 + - uid: 17504 components: - type: Transform - pos: 21.5,-9.5 - parent: 1 - - uid: 6304 + pos: -51.5,66.5 + parent: 2 + - uid: 17505 components: - type: Transform - pos: 27.5,-9.5 - parent: 1 - - uid: 6310 + pos: -49.5,70.5 + parent: 2 + - uid: 17506 components: - type: Transform - pos: 24.5,-9.5 - parent: 1 - - uid: 6311 + pos: -51.5,70.5 + parent: 2 + - uid: 17507 components: - type: Transform - pos: 25.5,-9.5 - parent: 1 - - uid: 6312 + pos: -53.5,68.5 + parent: 2 + - uid: 17508 components: - type: Transform - pos: 26.5,-9.5 - parent: 1 - - uid: 6347 + pos: -51.5,77.5 + parent: 2 + - uid: 17509 components: - type: Transform - pos: 30.5,0.5 - parent: 1 - - uid: 6348 + pos: -53.5,77.5 + parent: 2 + - uid: 17510 components: - type: Transform - pos: 30.5,-4.5 - parent: 1 - - uid: 6349 + pos: -68.5,39.5 + parent: 2 + - uid: 17511 components: - type: Transform - pos: -2.5,59.5 - parent: 1 - - uid: 6350 + pos: -56.5,80.5 + parent: 2 + - uid: 17512 components: - type: Transform - pos: -5.5,57.5 - parent: 1 - - uid: 6359 + pos: -49.5,81.5 + parent: 2 + - uid: 17513 components: - type: Transform - pos: -6.5,57.5 - parent: 1 - - uid: 6360 + pos: -49.5,80.5 + parent: 2 + - uid: 17514 components: - type: Transform - pos: -6.5,58.5 - parent: 1 - - uid: 6361 + pos: -49.5,79.5 + parent: 2 + - uid: 17515 components: - type: Transform - pos: -74.5,43.5 - parent: 1 - - uid: 6363 + pos: -49.5,78.5 + parent: 2 + - uid: 17516 components: - type: Transform - pos: -10.5,58.5 - parent: 1 - - uid: 6367 + pos: -56.5,81.5 + parent: 2 + - uid: 17517 components: - type: Transform - pos: 29.5,-9.5 - parent: 1 - - uid: 6368 + pos: -53.5,81.5 + parent: 2 + - uid: 17518 components: - type: Transform - pos: -19.5,53.5 - parent: 1 - - uid: 6369 + pos: -51.5,81.5 + parent: 2 + - uid: 17519 components: - type: Transform - pos: -19.5,55.5 - parent: 1 - - uid: 6370 + pos: -55.5,81.5 + parent: 2 + - uid: 17520 components: - type: Transform - pos: -19.5,56.5 - parent: 1 - - uid: 6371 + pos: -49.5,82.5 + parent: 2 + - uid: 17521 components: - type: Transform - pos: -19.5,57.5 - parent: 1 - - uid: 6374 + pos: -49.5,91.5 + parent: 2 + - uid: 17522 components: - type: Transform - pos: -21.5,58.5 - parent: 1 - - uid: 6375 + pos: -50.5,91.5 + parent: 2 + - uid: 17523 components: - type: Transform - pos: -22.5,58.5 - parent: 1 - - uid: 6376 + pos: -52.5,91.5 + parent: 2 + - uid: 17524 components: - type: Transform - pos: -23.5,58.5 - parent: 1 - - uid: 6379 + pos: -53.5,91.5 + parent: 2 + - uid: 17525 components: - type: Transform - pos: -24.5,56.5 - parent: 1 - - uid: 6380 + pos: -53.5,90.5 + parent: 2 + - uid: 17526 components: - type: Transform - pos: -24.5,55.5 - parent: 1 - - uid: 6381 + pos: -56.5,87.5 + parent: 2 + - uid: 17527 components: - type: Transform - pos: -24.5,54.5 - parent: 1 - - uid: 6384 + pos: -56.5,85.5 + parent: 2 + - uid: 17528 components: - type: Transform - pos: -21.5,52.5 - parent: 1 - - uid: 6385 + pos: -55.5,85.5 + parent: 2 + - uid: 17529 components: - type: Transform - pos: -20.5,52.5 - parent: 1 - - uid: 6386 + pos: -53.5,84.5 + parent: 2 + - uid: 17530 components: - type: Transform - pos: -24.5,53.5 - parent: 1 - - uid: 6387 + pos: -53.5,82.5 + parent: 2 + - uid: 17531 components: - type: Transform - pos: -24.5,52.5 - parent: 1 - - uid: 6390 + pos: -53.5,88.5 + parent: 2 + - uid: 17532 components: - type: Transform - pos: -14.5,58.5 - parent: 1 - - uid: 6391 + pos: -54.5,87.5 + parent: 2 + - uid: 17533 components: - type: Transform - pos: -18.5,58.5 - parent: 1 - - uid: 6398 + pos: -53.5,87.5 + parent: 2 + - uid: 17534 components: - type: Transform - pos: 30.5,-8.5 - parent: 1 - - uid: 6402 + pos: -54.5,85.5 + parent: 2 + - uid: 17535 components: - type: Transform - pos: 30.5,-5.5 - parent: 1 - - uid: 6405 + pos: -55.5,87.5 + parent: 2 + - uid: 17536 components: - type: Transform - pos: -47.5,-8.5 - parent: 1 - - uid: 6413 + pos: -53.5,85.5 + parent: 2 + - uid: 17537 components: - type: Transform - pos: 29.5,22.5 - parent: 1 - - uid: 6416 + pos: -56.5,82.5 + parent: 2 + - uid: 17538 components: - type: Transform - pos: 29.5,27.5 - parent: 1 - - uid: 6421 + pos: -56.5,84.5 + parent: 2 + - uid: 17539 components: - type: Transform - pos: 24.5,23.5 - parent: 1 - - uid: 6422 + pos: -56.5,88.5 + parent: 2 + - uid: 17540 components: - type: Transform - pos: 24.5,22.5 - parent: 1 - - uid: 6425 + pos: -56.5,90.5 + parent: 2 + - uid: 17541 components: - type: Transform - pos: 29.5,26.5 - parent: 1 - - uid: 6432 + pos: -56.5,91.5 + parent: 2 + - uid: 17542 components: - type: Transform - pos: -10.5,59.5 - parent: 1 - - uid: 6453 + pos: 24.5,57.5 + parent: 2 + - uid: 17543 components: - type: Transform - pos: -21.5,63.5 - parent: 1 - - uid: 6457 + pos: -54.5,91.5 + parent: 2 + - uid: 17544 components: - type: Transform - pos: -22.5,59.5 - parent: 1 - - uid: 6477 + pos: -62.5,90.5 + parent: 2 + - uid: 17545 components: - type: Transform - pos: 24.5,32.5 - parent: 1 - - uid: 6479 + pos: -62.5,89.5 + parent: 2 + - uid: 17546 components: - type: Transform - pos: 24.5,30.5 - parent: 1 - - uid: 6481 + pos: -62.5,82.5 + parent: 2 + - uid: 17547 components: - type: Transform - pos: 24.5,28.5 - parent: 1 - - uid: 6487 + pos: -62.5,87.5 + parent: 2 + - uid: 17548 components: - type: Transform - pos: 20.5,-11.5 - parent: 1 - - uid: 6494 + pos: -51.5,78.5 + parent: 2 + - uid: 17549 components: - type: Transform - pos: -14.5,61.5 - parent: 1 - - uid: 6495 + pos: -63.5,82.5 + parent: 2 + - uid: 17550 components: - type: Transform - pos: -18.5,61.5 - parent: 1 - - uid: 6665 + pos: -57.5,82.5 + parent: 2 + - uid: 17551 components: - type: Transform - pos: 29.5,29.5 - parent: 1 - - uid: 6677 + pos: -2.5,55.5 + parent: 2 + - uid: 17552 components: - type: Transform - pos: 25.5,22.5 - parent: 1 - - uid: 6679 + pos: -55.5,78.5 + parent: 2 + - uid: 17553 components: - type: Transform - pos: -33.5,-14.5 - parent: 1 - - uid: 6683 + pos: -54.5,78.5 + parent: 2 + - uid: 17554 components: - type: Transform - pos: -26.5,-14.5 - parent: 1 - - uid: 6688 + pos: -53.5,78.5 + parent: 2 + - uid: 17555 components: - type: Transform - pos: -6.5,63.5 - parent: 1 - - uid: 6805 + pos: 17.5,31.5 + parent: 2 + - uid: 17556 components: - type: Transform - pos: -62.5,57.5 - parent: 1 - - uid: 6806 + pos: 17.5,29.5 + parent: 2 + - uid: 17557 components: - type: Transform - pos: -58.5,50.5 - parent: 1 - - uid: 6813 + pos: 13.5,33.5 + parent: 2 + - uid: 17558 components: - type: Transform - pos: -61.5,56.5 - parent: 1 - - uid: 6814 + pos: 17.5,28.5 + parent: 2 + - uid: 17559 components: - type: Transform - pos: -58.5,51.5 - parent: 1 - - uid: 6815 + pos: -24.5,44.5 + parent: 2 + - uid: 17560 components: - type: Transform - pos: -60.5,56.5 - parent: 1 - - uid: 6817 + pos: -26.5,56.5 + parent: 2 + - uid: 17561 components: - type: Transform - pos: -58.5,52.5 - parent: 1 - - uid: 6819 + pos: -27.5,56.5 + parent: 2 + - uid: 17562 components: - type: Transform - pos: -59.5,56.5 - parent: 1 - - uid: 6829 + pos: 17.5,30.5 + parent: 2 + - uid: 17563 components: - type: Transform - pos: -28.5,-13.5 - parent: 1 - - uid: 6845 + pos: 16.5,33.5 + parent: 2 + - uid: 17564 components: - type: Transform - pos: -27.5,-13.5 - parent: 1 - - uid: 6848 + pos: -2.5,18.5 + parent: 2 + - uid: 17565 components: - type: Transform - pos: -36.5,-14.5 - parent: 1 - - uid: 6849 + pos: -1.5,18.5 + parent: 2 + - uid: 17566 components: - type: Transform - pos: -44.5,-14.5 - parent: 1 - - uid: 6853 + pos: -0.5,18.5 + parent: 2 + - uid: 17567 components: - type: Transform - pos: -50.5,-11.5 - parent: 1 - - uid: 6856 + pos: 0.5,18.5 + parent: 2 + - uid: 17568 components: - type: Transform - pos: 5.5,-21.5 - parent: 1 - - uid: 6858 + pos: -36.5,57.5 + parent: 2 + - uid: 17569 components: - type: Transform - pos: -59.5,49.5 - parent: 1 - - uid: 6859 + pos: -36.5,56.5 + parent: 2 + - uid: 17570 components: - type: Transform - pos: -60.5,49.5 - parent: 1 - - uid: 6864 + pos: -24.5,45.5 + parent: 2 + - uid: 17571 components: - type: Transform - pos: -54.5,-11.5 - parent: 1 - - uid: 6873 + pos: -44.5,63.5 + parent: 2 + - uid: 17572 components: - type: Transform - pos: -61.5,49.5 - parent: 1 - - uid: 6874 + pos: -61.5,90.5 + parent: 2 + - uid: 17573 components: - type: Transform - pos: -62.5,49.5 - parent: 1 - - uid: 6875 + pos: -51.5,69.5 + parent: 2 + - uid: 17574 components: - type: Transform - pos: -63.5,49.5 - parent: 1 - - uid: 6876 + pos: -76.5,37.5 + parent: 2 + - uid: 17575 components: - type: Transform - pos: -58.5,48.5 - parent: 1 - - uid: 6877 + pos: -20.5,36.5 + parent: 2 + - uid: 17576 components: - type: Transform - pos: -62.5,56.5 - parent: 1 - - uid: 6878 + pos: -76.5,46.5 + parent: 2 + - uid: 17577 components: - type: Transform - pos: -62.5,58.5 - parent: 1 - - uid: 6882 + pos: -24.5,46.5 + parent: 2 + - uid: 17578 components: - type: Transform - pos: -62.5,59.5 - parent: 1 - - uid: 6944 + pos: -19.5,41.5 + parent: 2 + - uid: 17579 components: - type: Transform - pos: -58.5,58.5 - parent: 1 - - uid: 6952 + pos: -66.5,52.5 + parent: 2 + - uid: 17580 components: - type: Transform - pos: -61.5,59.5 - parent: 1 - - uid: 6966 + pos: -66.5,51.5 + parent: 2 + - uid: 17581 components: - type: Transform - pos: -55.5,-11.5 - parent: 1 - - uid: 6969 + pos: -65.5,51.5 + parent: 2 + - uid: 17582 components: - type: Transform - pos: -57.5,59.5 - parent: 1 - - uid: 6973 + pos: -66.5,53.5 + parent: 2 + - uid: 17583 components: - type: Transform - pos: -51.5,59.5 - parent: 1 - - uid: 6975 + pos: -66.5,54.5 + parent: 2 + - uid: 17584 components: - type: Transform - pos: -45.5,58.5 - parent: 1 - - uid: 6981 + pos: -66.5,55.5 + parent: 2 + - uid: 17585 components: - type: Transform - pos: -49.5,59.5 - parent: 1 - - uid: 6998 + pos: -66.5,56.5 + parent: 2 + - uid: 17586 components: - type: Transform - pos: -60.5,59.5 - parent: 1 - - uid: 6999 + pos: -65.5,56.5 + parent: 2 + - uid: 17587 components: - type: Transform - pos: -59.5,59.5 - parent: 1 - - uid: 7000 + pos: -76.5,44.5 + parent: 2 + - uid: 17588 components: - type: Transform - pos: -58.5,59.5 - parent: 1 - - uid: 7001 + pos: -76.5,36.5 + parent: 2 + - uid: 17589 components: - type: Transform - pos: -64.5,56.5 - parent: 1 - - uid: 7002 + pos: -75.5,36.5 + parent: 2 + - uid: 17590 components: - type: Transform - pos: -63.5,56.5 - parent: 1 - - uid: 7003 + pos: -5.5,19.5 + parent: 2 + - uid: 17591 components: - type: Transform - pos: -53.5,59.5 - parent: 1 - - uid: 7009 + pos: 9.5,-7.5 + parent: 2 + - uid: 17592 components: - type: Transform - pos: -43.5,66.5 - parent: 1 - - uid: 7011 + pos: -5.5,18.5 + parent: 2 + - uid: 17593 components: - type: Transform - pos: -45.5,63.5 - parent: 1 - - uid: 7016 + pos: -78.5,27.5 + parent: 2 + - uid: 17594 components: - type: Transform - pos: -41.5,59.5 - parent: 1 - - uid: 7018 + pos: -5.5,25.5 + parent: 2 + - uid: 17595 components: - type: Transform - pos: -40.5,60.5 - parent: 1 - - uid: 7020 + pos: -5.5,24.5 + parent: 2 + - uid: 17596 components: - type: Transform - pos: -33.5,56.5 - parent: 1 - - uid: 7021 + pos: -81.5,28.5 + parent: 2 + - uid: 17597 components: - type: Transform - pos: -40.5,59.5 - parent: 1 - - uid: 7022 + pos: -16.5,-13.5 + parent: 2 + - uid: 17599 components: - type: Transform - pos: -39.5,60.5 - parent: 1 - - uid: 7023 + pos: 4.5,-20.5 + parent: 2 + - uid: 17600 components: - type: Transform - pos: -43.5,60.5 - parent: 1 - - uid: 7024 + pos: -75.5,17.5 + parent: 2 + - uid: 17601 components: - type: Transform - pos: -42.5,59.5 - parent: 1 - - uid: 7025 + pos: 11.5,-10.5 + parent: 2 + - uid: 17602 components: - type: Transform - pos: -45.5,66.5 - parent: 1 - - uid: 7026 + pos: -80.5,28.5 + parent: 2 + - uid: 17603 components: - type: Transform - pos: -41.5,60.5 - parent: 1 - - uid: 7079 + pos: -86.5,22.5 + parent: 2 + - uid: 17604 components: - type: Transform - pos: -39.5,64.5 - parent: 1 - - uid: 7080 + pos: -77.5,27.5 + parent: 2 + - uid: 17605 components: - type: Transform - pos: -40.5,62.5 - parent: 1 - - uid: 7081 + pos: -76.5,13.5 + parent: 2 + - uid: 17606 components: - type: Transform - pos: -40.5,63.5 - parent: 1 - - uid: 7084 + pos: -22.5,-12.5 + parent: 2 + - uid: 17607 components: - type: Transform - pos: -41.5,67.5 - parent: 1 - - uid: 7086 + pos: 9.5,59.5 + parent: 2 + - uid: 17608 components: - type: Transform - pos: -40.5,67.5 - parent: 1 - - uid: 7103 + pos: 1.5,20.5 + parent: 2 + - uid: 17609 components: - type: Transform - pos: -40.5,64.5 - parent: 1 - - uid: 7104 + rot: 1.5707963267948966 rad + pos: -74.5,58.5 + parent: 2 + - uid: 17610 components: - type: Transform - pos: -40.5,65.5 - parent: 1 - - uid: 7105 + pos: 1.5,28.5 + parent: 2 + - uid: 17611 components: - type: Transform - pos: -40.5,66.5 - parent: 1 - - uid: 7106 + pos: -86.5,28.5 + parent: 2 + - uid: 17612 components: - type: Transform - pos: -42.5,67.5 - parent: 1 - - uid: 7108 + pos: -68.5,43.5 + parent: 2 + - uid: 17619 components: - type: Transform - pos: -43.5,67.5 - parent: 1 - - uid: 7109 + pos: -83.5,19.5 + parent: 2 + - uid: 17620 components: - type: Transform - pos: -44.5,66.5 - parent: 1 - - uid: 7111 + pos: -84.5,19.5 + parent: 2 + - uid: 17621 components: - type: Transform - pos: -35.5,58.5 - parent: 1 - - uid: 7112 + pos: -75.5,31.5 + parent: 2 + - uid: 17622 components: - type: Transform - pos: -49.5,60.5 - parent: 1 - - uid: 7115 + pos: -75.5,27.5 + parent: 2 + - uid: 17623 components: - type: Transform - pos: -39.5,66.5 - parent: 1 - - uid: 7116 + pos: 27.5,22.5 + parent: 2 + - uid: 17624 components: - type: Transform - pos: -39.5,67.5 - parent: 1 - - uid: 7117 + pos: 28.5,22.5 + parent: 2 + - uid: 17625 components: - type: Transform - pos: -40.5,61.5 - parent: 1 - - uid: 7118 + pos: -76.5,27.5 + parent: 2 + - uid: 17626 components: - type: Transform - pos: -44.5,60.5 - parent: 1 - - uid: 7120 + pos: -87.5,34.5 + parent: 2 + - uid: 17627 components: - type: Transform - pos: -47.5,66.5 - parent: 1 - - uid: 7121 + pos: 17.5,33.5 + parent: 2 + - uid: 17628 components: - type: Transform - pos: -48.5,66.5 - parent: 1 - - uid: 7123 + pos: -75.5,16.5 + parent: 2 + - uid: 17629 components: - type: Transform - pos: -46.5,66.5 - parent: 1 - - uid: 7124 + pos: -75.5,15.5 + parent: 2 + - uid: 17630 components: - type: Transform - pos: -49.5,66.5 - parent: 1 - - uid: 7125 + pos: -26.5,57.5 + parent: 2 + - uid: 17631 components: - type: Transform - pos: -49.5,62.5 - parent: 1 - - uid: 7132 + pos: -75.5,33.5 + parent: 2 + - uid: 17632 components: - type: Transform - pos: -59.5,48.5 - parent: 1 - - uid: 7143 + pos: -65.5,29.5 + parent: 2 + - uid: 17633 components: - type: Transform - pos: 2.5,53.5 - parent: 1 - - uid: 7144 + pos: -63.5,61.5 + parent: 2 + - uid: 17634 components: - type: Transform - pos: 3.5,53.5 - parent: 1 - - uid: 7145 + pos: -62.5,61.5 + parent: 2 + - uid: 17635 components: - type: Transform - pos: 4.5,53.5 - parent: 1 - - uid: 7146 + pos: -68.5,57.5 + parent: 2 + - uid: 17636 components: - type: Transform - pos: -62.5,66.5 - parent: 1 - - uid: 7147 + pos: -68.5,58.5 + parent: 2 + - uid: 17637 components: - type: Transform - pos: -53.5,62.5 - parent: 1 - - uid: 7157 + pos: -69.5,57.5 + parent: 2 + - uid: 17638 components: - type: Transform - pos: -57.5,65.5 - parent: 1 - - uid: 7158 + pos: -31.5,55.5 + parent: 2 + - uid: 17639 components: - type: Transform - pos: -57.5,64.5 - parent: 1 - - uid: 7159 + pos: 29.5,25.5 + parent: 2 + - uid: 17640 components: - type: Transform - pos: -57.5,63.5 - parent: 1 - - uid: 7160 + pos: 13.5,27.5 + parent: 2 + - uid: 17641 components: - type: Transform - pos: -61.5,62.5 - parent: 1 - - uid: 7176 + pos: 29.5,24.5 + parent: 2 + - uid: 17642 components: - type: Transform - pos: -57.5,62.5 - parent: 1 - - uid: 7181 + pos: 0.5,-30.5 + parent: 2 + - uid: 17643 components: - type: Transform - pos: 6.5,53.5 - parent: 1 - - uid: 7182 + pos: 1.5,-30.5 + parent: 2 + - uid: 17644 components: - type: Transform - pos: -48.5,69.5 - parent: 1 - - uid: 7183 + pos: -37.5,-14.5 + parent: 2 + - uid: 17645 components: - type: Transform - pos: -47.5,69.5 - parent: 1 - - uid: 7184 + pos: -53.5,-11.5 + parent: 2 + - uid: 17646 components: - type: Transform - pos: 7.5,53.5 - parent: 1 - - uid: 7185 + pos: -33.5,58.5 + parent: 2 + - uid: 17647 components: - type: Transform - pos: -45.5,69.5 - parent: 1 - - uid: 7189 + pos: -36.5,58.5 + parent: 2 + - uid: 17648 components: - type: Transform - pos: 24.5,55.5 - parent: 1 - - uid: 7190 + pos: -25.5,58.5 + parent: 2 + - uid: 17649 components: - type: Transform - pos: -49.5,77.5 - parent: 1 - - uid: 7191 + pos: -68.5,38.5 + parent: 2 + - uid: 17650 components: - type: Transform - pos: -51.5,66.5 - parent: 1 - - uid: 7194 + pos: 16.5,27.5 + parent: 2 + - uid: 17651 components: - type: Transform - pos: -49.5,70.5 - parent: 1 - - uid: 7195 + pos: -91.5,34.5 + parent: 2 + - uid: 17652 components: - type: Transform - pos: -51.5,70.5 - parent: 1 - - uid: 7197 + pos: -88.5,34.5 + parent: 2 + - uid: 17653 components: - type: Transform - pos: -53.5,68.5 - parent: 1 - - uid: 7198 + pos: -86.5,66.5 + parent: 2 + - uid: 17654 components: - type: Transform - pos: -51.5,77.5 - parent: 1 - - uid: 7201 + pos: 15.5,33.5 + parent: 2 + - uid: 17655 components: - type: Transform - pos: -53.5,77.5 - parent: 1 - - uid: 7202 + pos: -10.5,-26.5 + parent: 2 + - uid: 17656 components: - type: Transform - pos: -68.5,39.5 - parent: 1 - - uid: 7226 + pos: 14.5,33.5 + parent: 2 + - uid: 17657 components: - type: Transform - pos: -56.5,80.5 - parent: 1 - - uid: 7230 + pos: 17.5,27.5 + parent: 2 + - uid: 17658 components: - type: Transform - pos: -49.5,81.5 - parent: 1 - - uid: 7231 + pos: -10.5,-27.5 + parent: 2 + - uid: 17659 components: - type: Transform - pos: -49.5,80.5 - parent: 1 - - uid: 7232 + pos: 15.5,27.5 + parent: 2 + - uid: 17660 components: - type: Transform - pos: -49.5,79.5 - parent: 1 - - uid: 7233 + pos: 1.5,0.5 + parent: 2 + - uid: 17661 components: - type: Transform - pos: -49.5,78.5 - parent: 1 - - uid: 7234 + pos: -5.5,55.5 + parent: 2 + - uid: 17662 components: - type: Transform - pos: -56.5,81.5 - parent: 1 - - uid: 7235 + pos: 14.5,27.5 + parent: 2 + - uid: 17663 components: - type: Transform - pos: -53.5,81.5 - parent: 1 - - uid: 7236 + pos: -43.5,-8.5 + parent: 2 + - uid: 17664 components: - type: Transform - pos: -51.5,81.5 - parent: 1 - - uid: 7243 + pos: -44.5,-8.5 + parent: 2 + - uid: 17665 components: - type: Transform - pos: -55.5,81.5 - parent: 1 - - uid: 7245 + pos: -45.5,-8.5 + parent: 2 + - uid: 17666 components: - type: Transform - pos: -49.5,82.5 - parent: 1 - - uid: 7248 + pos: -17.5,-37.5 + parent: 2 + - uid: 17667 components: - type: Transform - pos: -49.5,91.5 - parent: 1 - - uid: 7261 + pos: -10.5,-23.5 + parent: 2 + - uid: 17668 components: - type: Transform - pos: -50.5,91.5 - parent: 1 - - uid: 7263 + pos: -0.5,1.5 + parent: 2 + - uid: 17669 components: - type: Transform - pos: -52.5,91.5 - parent: 1 - - uid: 7264 + pos: -0.5,3.5 + parent: 2 + - uid: 17670 components: - type: Transform - pos: -53.5,91.5 - parent: 1 - - uid: 7265 + pos: -18.5,-20.5 + parent: 2 + - uid: 17671 components: - type: Transform - pos: -53.5,90.5 - parent: 1 - - uid: 7266 + pos: -16.5,-28.5 + parent: 2 + - uid: 17672 components: - type: Transform - pos: -56.5,87.5 - parent: 1 - - uid: 7267 + pos: -42.5,-8.5 + parent: 2 + - uid: 17673 components: - type: Transform - pos: -56.5,85.5 - parent: 1 - - uid: 7268 + pos: -91.5,36.5 + parent: 2 + - uid: 17674 components: - type: Transform - pos: -55.5,85.5 - parent: 1 - - uid: 7269 + pos: -87.5,39.5 + parent: 2 + - uid: 17676 components: - type: Transform - pos: -53.5,84.5 - parent: 1 - - uid: 7270 + pos: -90.5,39.5 + parent: 2 + - uid: 17677 components: - type: Transform - pos: -53.5,82.5 - parent: 1 - - uid: 7272 + pos: -47.5,-3.5 + parent: 2 + - uid: 17678 components: - type: Transform - pos: -53.5,88.5 - parent: 1 - - uid: 7273 + pos: -76.5,38.5 + parent: 2 + - uid: 17679 components: - type: Transform - pos: -54.5,87.5 - parent: 1 - - uid: 7274 + pos: -91.5,35.5 + parent: 2 + - uid: 17680 components: - type: Transform - pos: -53.5,87.5 - parent: 1 - - uid: 7277 + pos: -87.5,42.5 + parent: 2 + - uid: 17681 components: - type: Transform - pos: -54.5,85.5 - parent: 1 - - uid: 7278 + pos: -44.5,56.5 + parent: 2 + - uid: 17682 components: - type: Transform - pos: -55.5,87.5 - parent: 1 - - uid: 7279 + pos: -20.5,49.5 + parent: 2 + - uid: 17683 components: - type: Transform - pos: -53.5,85.5 - parent: 1 - - uid: 7280 + pos: -1.5,52.5 + parent: 2 + - uid: 17684 components: - type: Transform - pos: -56.5,82.5 - parent: 1 - - uid: 7281 + pos: -12.5,52.5 + parent: 2 + - uid: 17685 components: - type: Transform - pos: -56.5,84.5 - parent: 1 - - uid: 7283 + pos: -11.5,52.5 + parent: 2 + - uid: 17686 components: - type: Transform - pos: -56.5,88.5 - parent: 1 - - uid: 7286 + pos: -65.5,58.5 + parent: 2 + - uid: 17687 components: - type: Transform - pos: -56.5,90.5 - parent: 1 - - uid: 7287 + pos: -80.5,58.5 + parent: 2 + - uid: 17688 components: - type: Transform - pos: -56.5,91.5 - parent: 1 - - uid: 7288 + pos: -64.5,66.5 + parent: 2 + - uid: 17689 components: - type: Transform - pos: 24.5,57.5 - parent: 1 - - uid: 7289 + pos: 10.5,-10.5 + parent: 2 + - uid: 17690 components: - type: Transform - pos: -54.5,91.5 - parent: 1 - - uid: 7290 + pos: -40.5,56.5 + parent: 2 + - uid: 17691 components: - type: Transform - pos: -62.5,90.5 - parent: 1 - - uid: 7291 + pos: -42.5,56.5 + parent: 2 + - uid: 17692 components: - type: Transform - pos: -62.5,89.5 - parent: 1 - - uid: 7299 + pos: -71.5,24.5 + parent: 2 + - uid: 17693 components: - type: Transform - pos: -62.5,82.5 - parent: 1 - - uid: 7300 + pos: -72.5,25.5 + parent: 2 + - uid: 17694 components: - type: Transform - pos: -62.5,87.5 - parent: 1 - - uid: 7314 + pos: -68.5,25.5 + parent: 2 + - uid: 17695 components: - type: Transform - pos: -51.5,78.5 - parent: 1 - - uid: 7317 + pos: -68.5,27.5 + parent: 2 + - uid: 17696 components: - type: Transform - pos: -63.5,82.5 - parent: 1 - - uid: 7327 + pos: -68.5,26.5 + parent: 2 + - uid: 17697 components: - type: Transform - pos: -57.5,82.5 - parent: 1 - - uid: 7328 + pos: -68.5,31.5 + parent: 2 + - uid: 17698 components: - type: Transform - pos: -2.5,55.5 - parent: 1 - - uid: 7332 + pos: -68.5,30.5 + parent: 2 + - uid: 17699 components: - type: Transform - pos: -55.5,78.5 - parent: 1 - - uid: 7338 + pos: -68.5,29.5 + parent: 2 + - uid: 17700 components: - type: Transform - pos: -54.5,78.5 - parent: 1 - - uid: 7339 + pos: -67.5,24.5 + parent: 2 + - uid: 17701 components: - type: Transform - pos: -53.5,78.5 - parent: 1 - - uid: 7341 + pos: -68.5,28.5 + parent: 2 + - uid: 17702 components: - type: Transform - pos: 17.5,31.5 - parent: 1 - - uid: 7342 + pos: -63.5,24.5 + parent: 2 + - uid: 17703 components: - type: Transform - pos: 17.5,29.5 - parent: 1 - - uid: 7343 + pos: -62.5,24.5 + parent: 2 + - uid: 17704 components: - type: Transform - pos: 13.5,33.5 - parent: 1 - - uid: 7353 + pos: -68.5,32.5 + parent: 2 + - uid: 17705 components: - type: Transform - pos: 17.5,28.5 - parent: 1 - - uid: 7354 + pos: -68.5,24.5 + parent: 2 + - uid: 17706 components: - type: Transform - pos: -24.5,44.5 - parent: 1 - - uid: 7357 + pos: -75.5,21.5 + parent: 2 + - uid: 17707 components: - type: Transform - pos: -26.5,56.5 - parent: 1 - - uid: 7362 + pos: -75.5,19.5 + parent: 2 + - uid: 17708 components: - type: Transform - pos: -27.5,56.5 - parent: 1 - - uid: 7376 + pos: -18.5,-29.5 + parent: 2 + - uid: 17709 components: - type: Transform - pos: 17.5,30.5 - parent: 1 - - uid: 7395 + pos: -21.5,-11.5 + parent: 2 + - uid: 17710 components: - type: Transform - pos: 16.5,33.5 - parent: 1 - - uid: 7396 + pos: 1.5,-0.5 + parent: 2 + - uid: 17711 components: - type: Transform - pos: -2.5,18.5 - parent: 1 - - uid: 7400 + pos: -5.5,-6.5 + parent: 2 + - uid: 17712 components: - type: Transform - pos: -1.5,18.5 - parent: 1 - - uid: 7413 + pos: -9.5,-19.5 + parent: 2 + - uid: 17713 components: - type: Transform - pos: -0.5,18.5 - parent: 1 - - uid: 7506 + pos: 13.5,28.5 + parent: 2 + - uid: 17714 components: - type: Transform - pos: 0.5,18.5 - parent: 1 - - uid: 7509 + pos: -75.5,18.5 + parent: 2 + - uid: 17715 components: - type: Transform - pos: -36.5,57.5 - parent: 1 - - uid: 7510 + pos: -75.5,23.5 + parent: 2 + - uid: 17716 components: - type: Transform - pos: -36.5,56.5 - parent: 1 - - uid: 7558 + pos: -77.5,23.5 + parent: 2 + - uid: 17717 components: - type: Transform - pos: -24.5,45.5 - parent: 1 - - uid: 7646 + rot: -1.5707963267948966 rad + pos: 13.5,32.5 + parent: 2 + - uid: 17718 components: - type: Transform - pos: -44.5,63.5 - parent: 1 - - uid: 7718 + rot: -1.5707963267948966 rad + pos: 13.5,31.5 + parent: 2 + - uid: 17719 components: - type: Transform - pos: -61.5,90.5 - parent: 1 - - uid: 7898 + pos: -4.5,18.5 + parent: 2 + - uid: 17720 components: - type: Transform - pos: -51.5,69.5 - parent: 1 - - uid: 7923 + pos: -5.5,20.5 + parent: 2 + - uid: 17721 components: - type: Transform - pos: -76.5,37.5 - parent: 1 - - uid: 7928 + pos: -5.5,22.5 + parent: 2 + - uid: 17722 components: - type: Transform - pos: -20.5,36.5 - parent: 1 - - uid: 7959 + pos: -5.5,21.5 + parent: 2 + - uid: 17723 components: - type: Transform - pos: -76.5,46.5 - parent: 1 - - uid: 7962 + pos: 25.5,30.5 + parent: 2 + - uid: 17724 components: - type: Transform - pos: -24.5,46.5 - parent: 1 - - uid: 7972 + pos: 10.5,-9.5 + parent: 2 + - uid: 17725 components: - type: Transform - pos: -19.5,41.5 - parent: 1 - - uid: 7976 + pos: -64.5,62.5 + parent: 2 + - uid: 17726 components: - type: Transform - pos: -66.5,52.5 - parent: 1 - - uid: 7978 + pos: -78.5,23.5 + parent: 2 + - uid: 17727 components: - type: Transform - pos: -66.5,51.5 - parent: 1 - - uid: 8012 + pos: -78.5,22.5 + parent: 2 + - uid: 17728 components: - type: Transform - pos: -65.5,51.5 - parent: 1 - - uid: 8014 + pos: -78.5,21.5 + parent: 2 + - uid: 17729 components: - type: Transform - pos: -66.5,53.5 - parent: 1 - - uid: 8015 + pos: -80.5,21.5 + parent: 2 + - uid: 17730 components: - type: Transform - pos: -66.5,54.5 - parent: 1 - - uid: 8016 + pos: -72.5,24.5 + parent: 2 + - uid: 17731 components: - type: Transform - pos: -66.5,55.5 - parent: 1 - - uid: 8017 + pos: -72.5,31.5 + parent: 2 + - uid: 17732 components: - type: Transform - pos: -66.5,56.5 - parent: 1 - - uid: 8018 + pos: -66.5,18.5 + parent: 2 + - uid: 17733 components: - type: Transform - pos: -65.5,56.5 - parent: 1 - - uid: 8021 + pos: -63.5,18.5 + parent: 2 + - uid: 17734 components: - type: Transform - pos: -76.5,44.5 - parent: 1 - - uid: 8058 + rot: 3.141592653589793 rad + pos: -69.5,66.5 + parent: 2 + - uid: 17735 components: - type: Transform - pos: -76.5,36.5 - parent: 1 - - uid: 8059 + pos: -11.5,-38.5 + parent: 2 + - uid: 17736 components: - type: Transform - pos: -75.5,36.5 - parent: 1 - - uid: 8061 + pos: 1.5,-18.5 + parent: 2 + - uid: 17737 components: - type: Transform - pos: 0.5,21.5 - parent: 1 - - uid: 8062 + rot: 3.141592653589793 rad + pos: -65.5,66.5 + parent: 2 + - uid: 17738 components: - type: Transform - pos: 1.5,21.5 - parent: 1 - - uid: 8066 + pos: -72.5,18.5 + parent: 2 + - uid: 17739 components: - type: Transform - pos: -5.5,19.5 - parent: 1 - - uid: 8083 + pos: -80.5,38.5 + parent: 2 + - uid: 17740 components: - type: Transform - pos: 9.5,-7.5 - parent: 1 - - uid: 8098 + pos: -72.5,23.5 + parent: 2 + - uid: 17741 components: - type: Transform - pos: -5.5,18.5 - parent: 1 - - uid: 8109 + pos: -70.5,27.5 + parent: 2 + - uid: 17742 components: - type: Transform - pos: -78.5,27.5 - parent: 1 - - uid: 8115 + pos: -20.5,35.5 + parent: 2 + - uid: 17743 components: - type: Transform - pos: -5.5,26.5 - parent: 1 - - uid: 8128 + pos: -74.5,62.5 + parent: 2 + - uid: 17744 components: - type: Transform - pos: -5.5,25.5 - parent: 1 - - uid: 8132 + pos: -75.5,63.5 + parent: 2 + - uid: 17745 components: - type: Transform - pos: -5.5,24.5 - parent: 1 - - uid: 8191 + pos: 12.5,-6.5 + parent: 2 + - uid: 17746 components: - type: Transform - pos: -81.5,28.5 - parent: 1 - - uid: 8200 + pos: 12.5,-8.5 + parent: 2 + - uid: 17747 components: - type: Transform - pos: -16.5,-13.5 - parent: 1 - - uid: 8207 + pos: -79.5,33.5 + parent: 2 + - uid: 17748 components: - type: Transform - pos: 2.5,-25.5 - parent: 1 - - uid: 8210 + pos: -71.5,18.5 + parent: 2 + - uid: 17749 components: - type: Transform - pos: 4.5,-20.5 - parent: 1 - - uid: 8213 + pos: -81.5,21.5 + parent: 2 + - uid: 17750 components: - type: Transform - pos: -75.5,17.5 - parent: 1 - - uid: 8219 + pos: -82.5,21.5 + parent: 2 + - uid: 17751 components: - type: Transform - pos: 11.5,-10.5 - parent: 1 - - uid: 8236 + pos: -85.5,22.5 + parent: 2 + - uid: 17752 components: - type: Transform - pos: -80.5,28.5 - parent: 1 - - uid: 8240 + pos: -83.5,21.5 + parent: 2 + - uid: 17753 components: - type: Transform - pos: -86.5,22.5 - parent: 1 - - uid: 8296 + pos: -83.5,22.5 + parent: 2 + - uid: 17754 components: - type: Transform - pos: -77.5,27.5 - parent: 1 - - uid: 8314 + pos: -75.5,20.5 + parent: 2 + - uid: 17755 components: - type: Transform - pos: -76.5,13.5 - parent: 1 - - uid: 8333 + pos: -64.5,18.5 + parent: 2 + - uid: 17756 components: - type: Transform - pos: -22.5,-12.5 - parent: 1 - - uid: 8366 + pos: -65.5,18.5 + parent: 2 + - uid: 17757 components: - type: Transform - pos: 9.5,59.5 - parent: 1 - - uid: 8605 + pos: -62.5,23.5 + parent: 2 + - uid: 17758 components: - type: Transform - pos: 1.5,27.5 - parent: 1 - - uid: 8930 + pos: -76.5,23.5 + parent: 2 + - uid: 17759 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -74.5,58.5 - parent: 1 - - uid: 9027 + pos: -75.5,22.5 + parent: 2 + - uid: 17760 components: - type: Transform - pos: 1.5,28.5 - parent: 1 - - uid: 9090 + pos: -62.5,22.5 + parent: 2 + - uid: 17762 components: - type: Transform - pos: -86.5,28.5 - parent: 1 - - uid: 9102 + pos: -79.5,71.5 + parent: 2 + - uid: 17763 components: - type: Transform - pos: -68.5,43.5 - parent: 1 - - uid: 9162 + pos: -62.5,19.5 + parent: 2 + - uid: 17764 components: - type: Transform - pos: -85.5,28.5 - parent: 1 - - uid: 9171 + pos: -62.5,18.5 + parent: 2 + - uid: 17765 components: - type: Transform - pos: -77.5,17.5 - parent: 1 - - uid: 9174 + pos: -67.5,18.5 + parent: 2 + - uid: 17766 components: - type: Transform - pos: -81.5,17.5 - parent: 1 - - uid: 9185 + pos: -72.5,32.5 + parent: 2 + - uid: 17767 components: - type: Transform - pos: -3.5,28.5 - parent: 1 - - uid: 9186 + pos: -83.5,20.5 + parent: 2 + - uid: 17768 components: - type: Transform - pos: -82.5,17.5 - parent: 1 - - uid: 9187 + pos: -13.5,58.5 + parent: 2 + - uid: 17769 components: - type: Transform - pos: -83.5,17.5 - parent: 1 - - uid: 9189 + pos: -72.5,27.5 + parent: 2 + - uid: 17770 components: - type: Transform - pos: -83.5,18.5 - parent: 1 - - uid: 9195 + pos: -72.5,14.5 + parent: 2 + - uid: 17771 components: - type: Transform - pos: -83.5,19.5 - parent: 1 - - uid: 9215 + pos: -71.5,14.5 + parent: 2 + - uid: 17772 components: - type: Transform - pos: -4.5,28.5 - parent: 1 - - uid: 9216 + pos: -68.5,14.5 + parent: 2 + - uid: 17773 components: - type: Transform - pos: 13.5,32.5 - parent: 1 - - uid: 9219 + pos: -67.5,14.5 + parent: 2 + - uid: 17774 components: - type: Transform - pos: 13.5,31.5 - parent: 1 - - uid: 9272 + pos: -67.5,15.5 + parent: 2 + - uid: 17775 components: - type: Transform - pos: -84.5,19.5 - parent: 1 - - uid: 9298 + pos: -67.5,16.5 + parent: 2 + - uid: 17776 components: - type: Transform - pos: -75.5,31.5 - parent: 1 - - uid: 9305 + pos: -67.5,17.5 + parent: 2 + - uid: 17777 components: - type: Transform - pos: -75.5,27.5 - parent: 1 - - uid: 9310 + pos: -71.5,27.5 + parent: 2 + - uid: 17778 components: - type: Transform - pos: 27.5,22.5 - parent: 1 - - uid: 9311 + pos: -70.5,24.5 + parent: 2 + - uid: 17779 components: - type: Transform - pos: 28.5,22.5 - parent: 1 - - uid: 9313 + pos: -69.5,32.5 + parent: 2 + - uid: 17780 components: - type: Transform - pos: -76.5,27.5 - parent: 1 - - uid: 9317 + pos: -72.5,29.5 + parent: 2 + - uid: 17781 components: - type: Transform - pos: -87.5,34.5 - parent: 1 - - uid: 9324 + pos: -78.5,58.5 + parent: 2 + - uid: 17782 components: - type: Transform - pos: 17.5,33.5 - parent: 1 - - uid: 9325 + pos: 26.5,30.5 + parent: 2 + - uid: 17783 components: - type: Transform - pos: -75.5,16.5 - parent: 1 - - uid: 9327 + pos: -80.5,43.5 + parent: 2 + - uid: 17784 components: - type: Transform - pos: -75.5,15.5 - parent: 1 - - uid: 9332 + pos: -87.5,70.5 + parent: 2 + - uid: 17785 components: - type: Transform - pos: -26.5,57.5 - parent: 1 - - uid: 9333 + pos: -75.5,13.5 + parent: 2 + - uid: 17786 components: - type: Transform - pos: -75.5,33.5 - parent: 1 - - uid: 9334 + pos: 21.5,44.5 + parent: 2 + - uid: 17787 components: - type: Transform - pos: -65.5,29.5 - parent: 1 - - uid: 9338 + pos: 22.5,44.5 + parent: 2 + - uid: 17788 components: - type: Transform - pos: -63.5,61.5 - parent: 1 - - uid: 9339 + pos: 18.5,36.5 + parent: 2 + - uid: 17789 components: - type: Transform - pos: -62.5,61.5 - parent: 1 - - uid: 9340 + pos: 17.5,36.5 + parent: 2 + - uid: 17790 components: - type: Transform - pos: -68.5,57.5 - parent: 1 - - uid: 9462 + pos: 16.5,36.5 + parent: 2 + - uid: 17791 components: - type: Transform - pos: -68.5,58.5 - parent: 1 - - uid: 9463 + pos: -68.5,61.5 + parent: 2 + - uid: 17792 components: - type: Transform - pos: -69.5,57.5 - parent: 1 - - uid: 9481 + pos: -68.5,60.5 + parent: 2 + - uid: 17793 components: - type: Transform - pos: -31.5,55.5 - parent: 1 - - uid: 9554 + pos: 16.5,40.5 + parent: 2 + - uid: 17794 components: - type: Transform - pos: 29.5,25.5 - parent: 1 - - uid: 9591 + pos: 1.5,19.5 + parent: 2 + - uid: 17795 components: - type: Transform - pos: 13.5,27.5 - parent: 1 - - uid: 9597 + pos: -72.5,41.5 + parent: 2 + - uid: 17796 components: - type: Transform - pos: 29.5,24.5 - parent: 1 - - uid: 9613 + rot: 3.141592653589793 rad + pos: -92.5,35.5 + parent: 2 + - uid: 17797 components: - type: Transform - pos: -29.5,-13.5 - parent: 1 - - uid: 9614 + pos: -73.5,41.5 + parent: 2 + - uid: 17798 components: - type: Transform - pos: -26.5,-13.5 - parent: 1 - - uid: 9616 + pos: -18.5,36.5 + parent: 2 + - uid: 17799 components: - type: Transform - pos: -37.5,-14.5 - parent: 1 - - uid: 9617 + rot: 3.141592653589793 rad + pos: -94.5,35.5 + parent: 2 + - uid: 17800 components: - type: Transform - pos: -53.5,-11.5 - parent: 1 - - uid: 9618 + rot: 3.141592653589793 rad + pos: -93.5,35.5 + parent: 2 + - uid: 17801 components: - type: Transform - pos: -33.5,58.5 - parent: 1 - - uid: 9621 + rot: 3.141592653589793 rad + pos: -95.5,35.5 + parent: 2 + - uid: 17802 components: - type: Transform - pos: -36.5,58.5 - parent: 1 - - uid: 9636 + pos: 16.5,41.5 + parent: 2 + - uid: 17803 components: - type: Transform - pos: -50.5,-12.5 - parent: 1 - - uid: 9638 + pos: -72.5,19.5 + parent: 2 + - uid: 17804 components: - type: Transform - pos: -25.5,58.5 - parent: 1 - - uid: 9676 + pos: -2.5,63.5 + parent: 2 + - uid: 17805 components: - type: Transform - pos: -68.5,38.5 - parent: 1 - - uid: 9808 + pos: -2.5,60.5 + parent: 2 + - uid: 17806 components: - type: Transform - pos: 16.5,27.5 - parent: 1 - - uid: 9839 + pos: -2.5,62.5 + parent: 2 + - uid: 17807 components: - type: Transform - pos: -91.5,34.5 - parent: 1 - - uid: 9845 + pos: -3.5,63.5 + parent: 2 + - uid: 17808 components: - type: Transform - pos: -88.5,34.5 - parent: 1 - - uid: 9858 + pos: -86.5,39.5 + parent: 2 + - uid: 17809 components: - type: Transform - pos: -86.5,66.5 - parent: 1 - - uid: 9904 + pos: 11.5,66.5 + parent: 2 + - uid: 17810 components: - type: Transform - pos: 15.5,33.5 - parent: 1 - - uid: 9906 + pos: 9.5,66.5 + parent: 2 + - uid: 17811 components: - type: Transform - pos: -10.5,-26.5 - parent: 1 - - uid: 9926 + pos: 10.5,66.5 + parent: 2 + - uid: 17812 components: - type: Transform - pos: 14.5,33.5 - parent: 1 - - uid: 9929 + rot: 3.141592653589793 rad + pos: -5.5,54.5 + parent: 2 + - uid: 17813 components: - type: Transform - pos: 17.5,27.5 - parent: 1 - - uid: 9945 + pos: -32.5,57.5 + parent: 2 + - uid: 17814 components: - type: Transform - pos: -10.5,-27.5 - parent: 1 - - uid: 9954 + pos: -32.5,56.5 + parent: 2 + - uid: 17815 components: - type: Transform - pos: 15.5,27.5 - parent: 1 - - uid: 9971 + pos: -32.5,58.5 + parent: 2 + - uid: 17816 components: - type: Transform - pos: 1.5,0.5 - parent: 1 - - uid: 10044 + pos: -29.5,56.5 + parent: 2 + - uid: 17817 components: - type: Transform - pos: -5.5,55.5 - parent: 1 - - uid: 10049 + pos: -31.5,56.5 + parent: 2 + - uid: 17818 components: - type: Transform - pos: 14.5,27.5 - parent: 1 - - uid: 10261 + pos: -28.5,56.5 + parent: 2 + - uid: 17819 components: - type: Transform - pos: -43.5,-8.5 - parent: 1 - - uid: 10292 + pos: -17.5,-16.5 + parent: 2 + - uid: 17820 components: - type: Transform - pos: -44.5,-8.5 - parent: 1 - - uid: 10302 + pos: -23.5,35.5 + parent: 2 + - uid: 17821 components: - type: Transform - pos: -45.5,-8.5 - parent: 1 - - uid: 10354 + pos: -16.5,-32.5 + parent: 2 + - uid: 17822 components: - type: Transform - pos: -17.5,-37.5 - parent: 1 - - uid: 10498 + rot: -1.5707963267948966 rad + pos: 9.5,64.5 + parent: 2 + - uid: 17823 components: - type: Transform - pos: -10.5,-23.5 - parent: 1 - - uid: 10542 + pos: 9.5,65.5 + parent: 2 + - uid: 17824 + components: + - type: Transform + pos: 9.5,63.5 + parent: 2 + - uid: 17825 components: - type: Transform - pos: -0.5,1.5 - parent: 1 - - uid: 10651 + pos: -66.5,66.5 + parent: 2 + - uid: 17826 components: - type: Transform - pos: -0.5,3.5 - parent: 1 - - uid: 10655 + pos: 12.5,66.5 + parent: 2 + - uid: 17827 components: - type: Transform - pos: -18.5,-20.5 - parent: 1 - - uid: 10658 + pos: -30.5,-17.5 + parent: 2 + - uid: 17828 components: - type: Transform - pos: -16.5,-28.5 - parent: 1 - - uid: 10667 + pos: 4.5,-21.5 + parent: 2 + - uid: 17829 components: - type: Transform - pos: -42.5,-8.5 - parent: 1 - - uid: 10677 + pos: -80.5,39.5 + parent: 2 + - uid: 17830 components: - type: Transform - pos: -91.5,36.5 - parent: 1 - - uid: 10695 + pos: 9.5,56.5 + parent: 2 + - uid: 17831 components: - type: Transform - pos: -87.5,39.5 - parent: 1 - - uid: 10734 + pos: 25.5,4.5 + parent: 2 + - uid: 17832 components: - type: Transform - pos: -90.5,39.5 - parent: 1 - - uid: 10754 + pos: 9.5,53.5 + parent: 2 + - uid: 17833 components: - type: Transform - pos: -47.5,-3.5 - parent: 1 - - uid: 10758 + pos: 24.5,0.5 + parent: 2 + - uid: 17834 components: - type: Transform - pos: -76.5,38.5 - parent: 1 - - uid: 10771 + pos: 25.5,0.5 + parent: 2 + - uid: 17835 components: - type: Transform - pos: -91.5,35.5 - parent: 1 - - uid: 10838 + pos: 29.5,0.5 + parent: 2 + - uid: 17836 components: - type: Transform - pos: -87.5,42.5 - parent: 1 - - uid: 10845 + pos: 24.5,4.5 + parent: 2 + - uid: 17837 components: - type: Transform - pos: -44.5,56.5 - parent: 1 - - uid: 10848 + pos: 29.5,4.5 + parent: 2 + - uid: 17838 components: - type: Transform - pos: -20.5,49.5 - parent: 1 - - uid: 10904 + pos: 27.5,30.5 + parent: 2 + - uid: 17839 components: - type: Transform - pos: -1.5,52.5 - parent: 1 - - uid: 10907 + pos: -8.5,-6.5 + parent: 2 + - uid: 17840 components: - type: Transform - pos: -12.5,52.5 - parent: 1 - - uid: 10912 + pos: -2.5,50.5 + parent: 2 + - uid: 17841 components: - type: Transform - pos: -11.5,52.5 - parent: 1 - - uid: 11410 + pos: 4.5,-19.5 + parent: 2 + - uid: 17842 components: - type: Transform - pos: -65.5,58.5 - parent: 1 - - uid: 11490 + pos: -9.5,0.5 + parent: 2 + - uid: 17843 components: - type: Transform - pos: -80.5,58.5 - parent: 1 - - uid: 11802 + pos: 12.5,-10.5 + parent: 2 + - uid: 17844 components: - type: Transform - pos: -64.5,66.5 - parent: 1 - - uid: 11851 + pos: 28.5,30.5 + parent: 2 + - uid: 17845 components: - type: Transform - pos: 10.5,-10.5 - parent: 1 - - uid: 11852 + pos: 5.5,-22.5 + parent: 2 + - uid: 17846 components: - type: Transform - pos: -40.5,56.5 - parent: 1 - - uid: 11963 + pos: -86.5,32.5 + parent: 2 + - uid: 17847 components: - type: Transform - pos: -42.5,56.5 - parent: 1 - - uid: 11975 + pos: -81.5,52.5 + parent: 2 + - uid: 17848 components: - type: Transform - pos: -71.5,24.5 - parent: 1 - - uid: 11976 + pos: -76.5,68.5 + parent: 2 + - uid: 17850 components: - type: Transform - pos: -72.5,25.5 - parent: 1 - - uid: 11977 + rot: 3.141592653589793 rad + pos: -73.5,68.5 + parent: 2 + - uid: 17851 components: - type: Transform - pos: -68.5,25.5 - parent: 1 - - uid: 11978 + rot: 1.5707963267948966 rad + pos: 1.5,25.5 + parent: 2 + - uid: 17852 components: - type: Transform - pos: -68.5,27.5 - parent: 1 - - uid: 11979 + rot: 3.141592653589793 rad + pos: -73.5,69.5 + parent: 2 + - uid: 17853 components: - type: Transform - pos: -68.5,26.5 - parent: 1 - - uid: 11980 + pos: -63.5,66.5 + parent: 2 + - uid: 17854 components: - type: Transform - pos: -68.5,31.5 - parent: 1 - - uid: 11981 + pos: -2.5,51.5 + parent: 2 + - uid: 17855 components: - type: Transform - pos: -68.5,30.5 - parent: 1 - - uid: 11983 + pos: -2.5,52.5 + parent: 2 + - uid: 17856 components: - type: Transform - pos: -68.5,29.5 - parent: 1 - - uid: 11991 + pos: -2.5,49.5 + parent: 2 + - uid: 17857 components: - type: Transform - pos: -67.5,24.5 - parent: 1 - - uid: 11992 + pos: -6.5,50.5 + parent: 2 + - uid: 17858 components: - type: Transform - pos: -68.5,28.5 - parent: 1 - - uid: 11998 + pos: -5.5,48.5 + parent: 2 + - uid: 17860 components: - type: Transform - pos: -63.5,24.5 - parent: 1 - - uid: 12000 + rot: 3.141592653589793 rad + pos: -69.5,62.5 + parent: 2 + - uid: 17861 components: - type: Transform - pos: -62.5,24.5 - parent: 1 - - uid: 12001 + pos: -7.5,52.5 + parent: 2 + - uid: 17862 components: - type: Transform - pos: -68.5,32.5 - parent: 1 - - uid: 12224 + rot: 3.141592653589793 rad + pos: -68.5,62.5 + parent: 2 + - uid: 17863 components: - type: Transform - pos: -68.5,24.5 - parent: 1 - - uid: 12231 + pos: -87.5,67.5 + parent: 2 + - uid: 17864 components: - type: Transform - pos: -75.5,21.5 - parent: 1 - - uid: 12256 + pos: -72.5,36.5 + parent: 2 + - uid: 17865 components: - type: Transform - pos: -75.5,19.5 - parent: 1 - - uid: 12321 + pos: 9.5,62.5 + parent: 2 + - uid: 17866 components: - type: Transform - pos: -18.5,-29.5 - parent: 1 - - uid: 12399 + pos: -7.5,-36.5 + parent: 2 + - uid: 17867 components: - type: Transform - pos: -21.5,-11.5 - parent: 1 - - uid: 12402 + pos: -7.5,-37.5 + parent: 2 + - uid: 17868 components: - type: Transform - pos: 1.5,-0.5 - parent: 1 - - uid: 12413 + pos: -6.5,-34.5 + parent: 2 + - uid: 17869 components: - type: Transform - pos: -5.5,-6.5 - parent: 1 - - uid: 12581 + pos: -6.5,-31.5 + parent: 2 + - uid: 17870 components: - type: Transform - pos: -9.5,-19.5 - parent: 1 - - uid: 12662 + pos: -6.5,-30.5 + parent: 2 + - uid: 17871 components: - type: Transform - pos: -75.5,18.5 - parent: 1 - - uid: 12690 + pos: -10.5,-40.5 + parent: 2 + - uid: 17872 components: - type: Transform - pos: -75.5,23.5 - parent: 1 - - uid: 12715 + pos: -9.5,-40.5 + parent: 2 + - uid: 17873 components: - type: Transform - pos: -77.5,23.5 - parent: 1 - - uid: 12830 + pos: 2.5,-21.5 + parent: 2 + - uid: 17874 components: - type: Transform - pos: 25.5,30.5 - parent: 1 - - uid: 12851 + pos: 29.5,30.5 + parent: 2 + - uid: 17875 components: - type: Transform - pos: 10.5,-9.5 - parent: 1 - - uid: 12957 + pos: -7.5,-40.5 + parent: 2 + - uid: 17876 components: - type: Transform - pos: -64.5,62.5 - parent: 1 - - uid: 12992 + pos: -9.5,-29.5 + parent: 2 + - uid: 17877 components: - type: Transform - pos: -78.5,23.5 - parent: 1 - - uid: 13014 + pos: 1.5,-2.5 + parent: 2 + - uid: 17878 components: - type: Transform - pos: -78.5,22.5 - parent: 1 - - uid: 13027 + pos: 1.5,-3.5 + parent: 2 + - uid: 17879 components: - type: Transform - pos: -78.5,21.5 - parent: 1 - - uid: 13028 + pos: 0.5,-3.5 + parent: 2 + - uid: 17884 components: - type: Transform - pos: -80.5,21.5 - parent: 1 - - uid: 13029 + pos: -15.5,-19.5 + parent: 2 + - uid: 17885 components: - type: Transform - pos: -72.5,24.5 - parent: 1 - - uid: 13030 + pos: -22.5,-20.5 + parent: 2 + - uid: 17886 components: - type: Transform - pos: -72.5,31.5 - parent: 1 - - uid: 13033 + pos: -81.5,58.5 + parent: 2 + - uid: 17887 components: - type: Transform - pos: -66.5,18.5 - parent: 1 - - uid: 13039 + pos: -74.5,36.5 + parent: 2 + - uid: 17888 components: - type: Transform - pos: -63.5,18.5 - parent: 1 - - uid: 13101 + pos: -81.5,57.5 + parent: 2 + - uid: 17889 components: - type: Transform - pos: -11.5,-38.5 - parent: 1 - - uid: 13167 + pos: -83.5,54.5 + parent: 2 + - uid: 17890 components: - type: Transform - pos: 1.5,-18.5 - parent: 1 - - uid: 13212 + pos: -83.5,55.5 + parent: 2 + - uid: 17891 components: - type: Transform - pos: -72.5,18.5 - parent: 1 - - uid: 13349 + pos: -83.5,56.5 + parent: 2 + - uid: 17892 components: - type: Transform - pos: -80.5,38.5 - parent: 1 - - uid: 13360 + pos: -83.5,57.5 + parent: 2 + - uid: 17893 components: - type: Transform - pos: -72.5,23.5 - parent: 1 - - uid: 13361 + pos: -83.5,58.5 + parent: 2 + - uid: 17894 components: - type: Transform - pos: -70.5,27.5 - parent: 1 - - uid: 13520 + pos: -82.5,58.5 + parent: 2 + - uid: 17895 components: - type: Transform - pos: -20.5,35.5 - parent: 1 - - uid: 13639 + pos: -85.5,58.5 + parent: 2 + - uid: 17896 components: - type: Transform - pos: -74.5,62.5 - parent: 1 - - uid: 13653 + pos: -86.5,58.5 + parent: 2 + - uid: 17897 components: - type: Transform - pos: -75.5,63.5 - parent: 1 - - uid: 13662 + pos: -87.5,58.5 + parent: 2 + - uid: 17898 components: - type: Transform - pos: 12.5,-6.5 - parent: 1 - - uid: 13706 + pos: -88.5,58.5 + parent: 2 + - uid: 17899 components: - type: Transform - pos: 12.5,-8.5 - parent: 1 - - uid: 13714 + pos: -69.5,46.5 + parent: 2 + - uid: 17900 components: - type: Transform - pos: -79.5,33.5 - parent: 1 - - uid: 13738 + pos: -90.5,58.5 + parent: 2 + - uid: 17901 components: - type: Transform - pos: -71.5,18.5 - parent: 1 - - uid: 13739 + pos: -91.5,58.5 + parent: 2 + - uid: 17902 components: - type: Transform - pos: -81.5,21.5 - parent: 1 - - uid: 13756 + pos: -72.5,46.5 + parent: 2 + - uid: 17903 components: - type: Transform - pos: -82.5,21.5 - parent: 1 - - uid: 13767 + pos: -85.5,55.5 + parent: 2 + - uid: 17904 components: - type: Transform - pos: -85.5,22.5 - parent: 1 - - uid: 13771 + pos: -87.5,56.5 + parent: 2 + - uid: 17905 components: - type: Transform - pos: -83.5,21.5 - parent: 1 - - uid: 13772 + pos: -87.5,55.5 + parent: 2 + - uid: 17906 components: - type: Transform - pos: -83.5,22.5 - parent: 1 - - uid: 13773 + pos: -87.5,54.5 + parent: 2 + - uid: 17907 components: - type: Transform - pos: -75.5,20.5 - parent: 1 - - uid: 13774 + pos: -89.5,57.5 + parent: 2 + - uid: 17908 components: - type: Transform - pos: -64.5,18.5 - parent: 1 - - uid: 13775 + pos: -68.5,42.5 + parent: 2 + - uid: 17909 components: - type: Transform - pos: -65.5,18.5 - parent: 1 - - uid: 13776 + pos: -89.5,54.5 + parent: 2 + - uid: 17910 components: - type: Transform - pos: -62.5,23.5 - parent: 1 - - uid: 13777 + pos: -91.5,57.5 + parent: 2 + - uid: 17911 components: - type: Transform - pos: -76.5,23.5 - parent: 1 - - uid: 13778 + pos: -68.5,45.5 + parent: 2 + - uid: 17912 components: - type: Transform - pos: -75.5,22.5 - parent: 1 - - uid: 13780 + pos: -91.5,55.5 + parent: 2 + - uid: 17913 components: - type: Transform - pos: -62.5,22.5 - parent: 1 - - uid: 13781 + pos: -91.5,54.5 + parent: 2 + - uid: 17914 components: - type: Transform - pos: -62.5,21.5 - parent: 1 - - uid: 13782 + pos: -93.5,55.5 + parent: 2 + - uid: 17915 components: - type: Transform - pos: -62.5,20.5 - parent: 1 - - uid: 13784 + pos: -93.5,54.5 + parent: 2 + - uid: 17916 components: - type: Transform - pos: -62.5,19.5 - parent: 1 - - uid: 13785 + pos: -86.5,67.5 + parent: 2 + - uid: 17917 components: - type: Transform - pos: -62.5,18.5 - parent: 1 - - uid: 13786 + pos: -78.5,64.5 + parent: 2 + - uid: 17918 components: - type: Transform - pos: -67.5,18.5 - parent: 1 - - uid: 13787 + pos: -87.5,63.5 + parent: 2 + - uid: 17919 components: - type: Transform - pos: -72.5,32.5 - parent: 1 - - uid: 13789 + rot: 3.141592653589793 rad + pos: -86.5,59.5 + parent: 2 + - uid: 17920 components: - type: Transform - pos: -83.5,20.5 - parent: 1 - - uid: 13791 + rot: 3.141592653589793 rad + pos: -88.5,59.5 + parent: 2 + - uid: 17921 components: - type: Transform - pos: -13.5,58.5 - parent: 1 - - uid: 13794 + rot: 3.141592653589793 rad + pos: -73.5,65.5 + parent: 2 + - uid: 17922 components: - type: Transform - pos: -72.5,27.5 - parent: 1 - - uid: 13795 + rot: 3.141592653589793 rad + pos: -73.5,70.5 + parent: 2 + - uid: 17923 components: - type: Transform - pos: -72.5,14.5 - parent: 1 - - uid: 13806 + pos: -75.5,62.5 + parent: 2 + - uid: 17924 components: - type: Transform - pos: -71.5,14.5 - parent: 1 - - uid: 13809 + pos: -90.5,43.5 + parent: 2 + - uid: 17925 components: - type: Transform - pos: -68.5,14.5 - parent: 1 - - uid: 13815 + pos: -95.5,47.5 + parent: 2 + - uid: 17926 components: - type: Transform - pos: -67.5,14.5 - parent: 1 - - uid: 13816 + pos: -96.5,41.5 + parent: 2 + - uid: 17927 components: - type: Transform - pos: -67.5,15.5 - parent: 1 - - uid: 13817 + pos: -96.5,42.5 + parent: 2 + - uid: 17928 components: - type: Transform - pos: -67.5,16.5 - parent: 1 - - uid: 13818 + pos: -92.5,41.5 + parent: 2 + - uid: 17929 components: - type: Transform - pos: -67.5,17.5 - parent: 1 - - uid: 13819 + pos: -87.5,68.5 + parent: 2 + - uid: 17930 components: - type: Transform - pos: -71.5,27.5 - parent: 1 - - uid: 13820 + pos: -83.5,64.5 + parent: 2 + - uid: 17931 components: - type: Transform - pos: -70.5,24.5 - parent: 1 - - uid: 13822 + rot: 3.141592653589793 rad + pos: -73.5,67.5 + parent: 2 + - uid: 17932 components: - type: Transform - pos: -69.5,32.5 - parent: 1 - - uid: 13826 + pos: -74.5,66.5 + parent: 2 + - uid: 17933 components: - type: Transform - pos: -72.5,29.5 - parent: 1 - - uid: 13867 + pos: -86.5,64.5 + parent: 2 + - uid: 17934 components: - type: Transform - pos: -78.5,58.5 - parent: 1 - - uid: 13917 + pos: -85.5,63.5 + parent: 2 + - uid: 17935 components: - type: Transform - pos: 26.5,30.5 - parent: 1 - - uid: 13932 + pos: -77.5,64.5 + parent: 2 + - uid: 17936 components: - type: Transform - pos: -80.5,43.5 - parent: 1 - - uid: 14003 + pos: -75.5,64.5 + parent: 2 + - uid: 17937 components: - type: Transform - pos: -87.5,70.5 - parent: 1 - - uid: 14009 + pos: -87.5,69.5 + parent: 2 + - uid: 17938 components: - type: Transform - pos: -75.5,13.5 - parent: 1 - - uid: 14093 + pos: -87.5,65.5 + parent: 2 + - uid: 17940 components: - type: Transform - pos: 21.5,44.5 - parent: 1 - - uid: 14094 + pos: -83.5,68.5 + parent: 2 + - uid: 17941 components: - type: Transform - pos: 22.5,44.5 - parent: 1 - - uid: 14097 + pos: -85.5,68.5 + parent: 2 + - uid: 17942 components: - type: Transform - pos: 18.5,36.5 - parent: 1 - - uid: 14108 + pos: -84.5,68.5 + parent: 2 + - uid: 17943 components: - type: Transform - pos: 17.5,36.5 - parent: 1 - - uid: 14109 + pos: -82.5,68.5 + parent: 2 + - uid: 17944 components: - type: Transform - pos: 16.5,36.5 - parent: 1 - - uid: 14111 + pos: -86.5,68.5 + parent: 2 + - uid: 17945 components: - type: Transform - pos: -68.5,61.5 - parent: 1 - - uid: 14114 + rot: 3.141592653589793 rad + pos: -73.5,64.5 + parent: 2 + - uid: 17946 components: - type: Transform - pos: -68.5,60.5 - parent: 1 - - uid: 14171 + pos: 23.5,57.5 + parent: 2 + - uid: 17947 components: - type: Transform - pos: 16.5,40.5 - parent: 1 - - uid: 14197 + pos: 9.5,61.5 + parent: 2 + - uid: 17948 components: - type: Transform - pos: -72.5,41.5 - parent: 1 - - uid: 14240 + pos: 9.5,60.5 + parent: 2 + - uid: 17949 components: - type: Transform rot: 3.141592653589793 rad - pos: -92.5,35.5 - parent: 1 - - uid: 14255 + pos: -75.5,61.5 + parent: 2 + - uid: 17950 components: - type: Transform - pos: -73.5,41.5 - parent: 1 - - uid: 14280 + pos: 21.5,60.5 + parent: 2 + - uid: 17951 components: - type: Transform - pos: -18.5,36.5 - parent: 1 - - uid: 14324 + pos: 23.5,58.5 + parent: 2 + - uid: 17952 components: - type: Transform - rot: 3.141592653589793 rad - pos: -94.5,35.5 - parent: 1 - - uid: 14344 + pos: 22.5,60.5 + parent: 2 + - uid: 17953 components: - type: Transform - rot: 3.141592653589793 rad - pos: -93.5,35.5 - parent: 1 - - uid: 14347 + pos: 19.5,62.5 + parent: 2 + - uid: 17954 components: - type: Transform rot: 3.141592653589793 rad - pos: -95.5,35.5 - parent: 1 - - uid: 14430 + pos: -74.5,59.5 + parent: 2 + - uid: 17955 components: - type: Transform - pos: 16.5,41.5 - parent: 1 - - uid: 14547 + rot: 3.141592653589793 rad + pos: -74.5,61.5 + parent: 2 + - uid: 17956 components: - type: Transform - pos: -72.5,19.5 - parent: 1 - - uid: 14625 + rot: 3.141592653589793 rad + pos: -73.5,66.5 + parent: 2 + - uid: 17957 components: - type: Transform - pos: -2.5,63.5 - parent: 1 - - uid: 14630 + rot: 3.141592653589793 rad + pos: -87.5,59.5 + parent: 2 + - uid: 17958 components: - type: Transform - pos: -2.5,60.5 - parent: 1 - - uid: 14634 + pos: -74.5,67.5 + parent: 2 + - uid: 17959 components: - type: Transform - pos: -2.5,62.5 - parent: 1 - - uid: 14644 + rot: 3.141592653589793 rad + pos: -75.5,59.5 + parent: 2 + - uid: 17960 components: - type: Transform - pos: -3.5,63.5 - parent: 1 - - uid: 14653 + pos: -74.5,63.5 + parent: 2 + - uid: 17961 components: - type: Transform - pos: -86.5,39.5 - parent: 1 - - uid: 14794 + pos: -74.5,65.5 + parent: 2 + - uid: 17962 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,54.5 - parent: 1 - - uid: 14821 + pos: -77.5,68.5 + parent: 2 + - uid: 17964 components: - type: Transform - pos: -32.5,57.5 - parent: 1 - - uid: 14822 + pos: -75.5,68.5 + parent: 2 + - uid: 17965 components: - type: Transform - pos: -32.5,56.5 - parent: 1 - - uid: 14824 + pos: -78.5,68.5 + parent: 2 + - uid: 17966 components: - type: Transform - pos: -32.5,58.5 - parent: 1 - - uid: 14827 + pos: -74.5,60.5 + parent: 2 + - uid: 17967 components: - type: Transform - pos: -29.5,56.5 - parent: 1 - - uid: 14828 + pos: -85.5,62.5 + parent: 2 + - uid: 17968 components: - type: Transform - pos: -31.5,56.5 - parent: 1 - - uid: 14829 + pos: -74.5,68.5 + parent: 2 + - uid: 17969 components: - type: Transform - pos: -28.5,56.5 - parent: 1 - - uid: 14844 + pos: -82.5,64.5 + parent: 2 + - uid: 17970 components: - type: Transform - pos: -17.5,-16.5 - parent: 1 - - uid: 14889 + rot: 3.141592653589793 rad + pos: -73.5,63.5 + parent: 2 + - uid: 17971 components: - type: Transform - pos: -23.5,35.5 - parent: 1 - - uid: 14974 + pos: -74.5,64.5 + parent: 2 + - uid: 17972 components: - type: Transform - pos: -16.5,-32.5 - parent: 1 - - uid: 15094 + rot: 3.141592653589793 rad + pos: -85.5,59.5 + parent: 2 + - uid: 17973 components: - type: Transform - pos: -30.5,-17.5 - parent: 1 - - uid: 15107 + rot: 1.5707963267948966 rad + pos: -87.5,62.5 + parent: 2 + - uid: 17974 components: - type: Transform - pos: 4.5,-21.5 - parent: 1 - - uid: 15139 + rot: 1.5707963267948966 rad + pos: -86.5,70.5 + parent: 2 + - uid: 17975 components: - type: Transform - pos: -80.5,39.5 - parent: 1 - - uid: 15161 + rot: 1.5707963267948966 rad + pos: -85.5,70.5 + parent: 2 + - uid: 17976 components: - type: Transform - pos: 9.5,56.5 - parent: 1 - - uid: 15240 + rot: 1.5707963267948966 rad + pos: -74.5,70.5 + parent: 2 + - uid: 17977 components: - type: Transform - pos: 25.5,4.5 - parent: 1 - - uid: 15246 + pos: -87.5,66.5 + parent: 2 + - uid: 17978 components: - type: Transform - pos: 9.5,53.5 - parent: 1 - - uid: 15250 + pos: -85.5,64.5 + parent: 2 + - uid: 17979 components: - type: Transform - pos: 24.5,0.5 - parent: 1 - - uid: 15251 + pos: -86.5,65.5 + parent: 2 + - uid: 17980 components: - type: Transform - pos: 25.5,0.5 - parent: 1 - - uid: 15252 + pos: -86.5,63.5 + parent: 2 + - uid: 17981 components: - type: Transform - pos: 29.5,0.5 - parent: 1 - - uid: 15253 + rot: 3.141592653589793 rad + pos: -89.5,59.5 + parent: 2 + - uid: 17982 components: - type: Transform - pos: 24.5,4.5 - parent: 1 - - uid: 15254 + rot: 1.5707963267948966 rad + pos: -84.5,70.5 + parent: 2 + - uid: 17983 components: - type: Transform - pos: 29.5,4.5 - parent: 1 - - uid: 15365 + rot: 1.5707963267948966 rad + pos: -83.5,70.5 + parent: 2 + - uid: 17984 components: - type: Transform - pos: 27.5,30.5 - parent: 1 - - uid: 15436 + rot: 1.5707963267948966 rad + pos: -82.5,70.5 + parent: 2 + - uid: 17985 components: - type: Transform - pos: -8.5,-6.5 - parent: 1 - - uid: 15498 + pos: -81.5,68.5 + parent: 2 + - uid: 17986 components: - type: Transform - pos: -2.5,50.5 - parent: 1 - - uid: 15501 + pos: -81.5,70.5 + parent: 2 + - uid: 17987 components: - type: Transform - pos: 4.5,-19.5 - parent: 1 - - uid: 15511 + rot: 1.5707963267948966 rad + pos: -78.5,70.5 + parent: 2 + - uid: 17988 components: - type: Transform - pos: -9.5,0.5 - parent: 1 - - uid: 15533 + rot: 1.5707963267948966 rad + pos: -77.5,70.5 + parent: 2 + - uid: 17989 components: - type: Transform - pos: 12.5,-10.5 - parent: 1 - - uid: 15546 + rot: 1.5707963267948966 rad + pos: -76.5,70.5 + parent: 2 + - uid: 17990 components: - type: Transform - pos: 28.5,30.5 - parent: 1 - - uid: 15556 + rot: 1.5707963267948966 rad + pos: -75.5,70.5 + parent: 2 + - uid: 17991 components: - type: Transform - pos: 5.5,-22.5 - parent: 1 - - uid: 15586 + rot: 1.5707963267948966 rad + pos: -86.5,69.5 + parent: 2 + - uid: 17992 components: - type: Transform - pos: -86.5,32.5 - parent: 1 - - uid: 15618 + rot: 1.5707963267948966 rad + pos: -85.5,69.5 + parent: 2 + - uid: 17993 components: - type: Transform - pos: -81.5,52.5 - parent: 1 - - uid: 15644 + rot: 1.5707963267948966 rad + pos: -84.5,69.5 + parent: 2 + - uid: 17994 components: - type: Transform - pos: -76.5,68.5 - parent: 1 - - uid: 15670 + rot: 1.5707963267948966 rad + pos: -83.5,69.5 + parent: 2 + - uid: 17995 components: - type: Transform - pos: -84.5,28.5 - parent: 1 - - uid: 15802 + rot: 1.5707963267948966 rad + pos: -82.5,69.5 + parent: 2 + - uid: 17996 components: - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,68.5 - parent: 1 - - uid: 16030 + pos: -81.5,69.5 + parent: 2 + - uid: 17998 components: - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,69.5 - parent: 1 - - uid: 16053 + rot: 1.5707963267948966 rad + pos: -78.5,69.5 + parent: 2 + - uid: 17999 components: - type: Transform - pos: -63.5,66.5 - parent: 1 - - uid: 16148 + rot: 1.5707963267948966 rad + pos: -77.5,69.5 + parent: 2 + - uid: 18000 components: - type: Transform - pos: -2.5,51.5 - parent: 1 - - uid: 16149 + rot: 1.5707963267948966 rad + pos: -76.5,69.5 + parent: 2 + - uid: 18001 components: - type: Transform - pos: -2.5,52.5 - parent: 1 - - uid: 16152 + rot: 1.5707963267948966 rad + pos: -75.5,69.5 + parent: 2 + - uid: 18002 components: - type: Transform - pos: -2.5,49.5 - parent: 1 - - uid: 16240 + rot: 1.5707963267948966 rad + pos: -74.5,69.5 + parent: 2 + - uid: 18006 components: - type: Transform - pos: -6.5,50.5 - parent: 1 - - uid: 16241 + pos: 17.5,66.5 + parent: 2 + - uid: 18007 components: - type: Transform - pos: -5.5,48.5 - parent: 1 - - uid: 16244 + pos: 18.5,66.5 + parent: 2 + - uid: 18008 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,54.5 - parent: 1 - - uid: 16423 + pos: 16.5,66.5 + parent: 2 + - uid: 18009 components: - type: Transform - pos: -7.5,52.5 - parent: 1 - - uid: 16545 + pos: 18.5,65.5 + parent: 2 + - uid: 18010 components: - type: Transform - pos: -87.5,67.5 - parent: 1 - - uid: 16546 + pos: 18.5,64.5 + parent: 2 + - uid: 18011 components: - type: Transform - pos: -72.5,36.5 - parent: 1 - - uid: 16708 + pos: 18.5,63.5 + parent: 2 + - uid: 18012 components: - type: Transform - pos: -7.5,-36.5 - parent: 1 - - uid: 16710 + pos: 18.5,62.5 + parent: 2 + - uid: 18013 components: - type: Transform - pos: -7.5,-37.5 - parent: 1 - - uid: 16714 + pos: 23.5,67.5 + parent: 2 + - uid: 18014 components: - type: Transform - pos: -6.5,-34.5 - parent: 1 - - uid: 16717 + pos: 23.5,68.5 + parent: 2 + - uid: 18015 components: - type: Transform - pos: -6.5,-31.5 - parent: 1 - - uid: 16718 + pos: 23.5,69.5 + parent: 2 + - uid: 18016 components: - type: Transform - pos: -6.5,-30.5 - parent: 1 - - uid: 16723 + pos: 23.5,70.5 + parent: 2 + - uid: 18017 components: - type: Transform - pos: -10.5,-40.5 - parent: 1 - - uid: 16724 + pos: 23.5,71.5 + parent: 2 + - uid: 18018 components: - type: Transform - pos: -9.5,-40.5 - parent: 1 - - uid: 16775 + pos: 24.5,71.5 + parent: 2 + - uid: 18019 components: - type: Transform - pos: 2.5,-21.5 - parent: 1 - - uid: 16903 + pos: 25.5,71.5 + parent: 2 + - uid: 18020 components: - type: Transform - pos: 29.5,30.5 - parent: 1 - - uid: 16906 + pos: 26.5,71.5 + parent: 2 + - uid: 18021 components: - type: Transform - pos: -7.5,-40.5 - parent: 1 - - uid: 16929 + pos: 31.5,71.5 + parent: 2 + - uid: 18022 components: - type: Transform - pos: -9.5,-29.5 - parent: 1 - - uid: 16931 + pos: 32.5,71.5 + parent: 2 + - uid: 18023 components: - type: Transform - pos: 1.5,-2.5 - parent: 1 - - uid: 16932 + pos: 32.5,70.5 + parent: 2 + - uid: 18024 components: - type: Transform - pos: 1.5,-3.5 - parent: 1 - - uid: 16933 + pos: 30.5,71.5 + parent: 2 + - uid: 18025 components: - type: Transform - pos: 0.5,-3.5 - parent: 1 - - uid: 16962 + pos: 32.5,67.5 + parent: 2 + - uid: 18026 components: - type: Transform - pos: -0.5,-26.5 - parent: 1 - - uid: 16963 + pos: 32.5,66.5 + parent: 2 + - uid: 18027 components: - type: Transform - pos: 1.5,-26.5 - parent: 1 - - uid: 16964 + pos: 31.5,66.5 + parent: 2 + - uid: 18028 components: - type: Transform - pos: 2.5,-26.5 - parent: 1 - - uid: 16965 + pos: 30.5,66.5 + parent: 2 + - uid: 18029 components: - type: Transform - pos: 0.5,-26.5 - parent: 1 - - uid: 17049 + pos: 29.5,66.5 + parent: 2 + - uid: 18030 components: - type: Transform - pos: -15.5,-19.5 - parent: 1 - - uid: 17105 + pos: 28.5,66.5 + parent: 2 + - uid: 18031 components: - type: Transform - pos: -22.5,-20.5 - parent: 1 - - uid: 17574 + pos: 27.5,66.5 + parent: 2 + - uid: 18032 components: - type: Transform - pos: -81.5,58.5 - parent: 1 - - uid: 17710 + pos: 27.5,67.5 + parent: 2 + - uid: 18033 components: - type: Transform - pos: -74.5,36.5 - parent: 1 - - uid: 17712 + pos: 26.5,67.5 + parent: 2 + - uid: 18034 components: - type: Transform - pos: -81.5,57.5 - parent: 1 - - uid: 17713 + pos: 25.5,68.5 + parent: 2 + - uid: 18035 components: - type: Transform - pos: -83.5,54.5 - parent: 1 - - uid: 17714 + pos: 25.5,67.5 + parent: 2 + - uid: 18036 components: - type: Transform - pos: -83.5,55.5 - parent: 1 - - uid: 17715 + pos: 25.5,69.5 + parent: 2 + - uid: 18037 components: - type: Transform - pos: -83.5,56.5 - parent: 1 - - uid: 17716 + rot: 3.141592653589793 rad + pos: 29.5,71.5 + parent: 2 + - uid: 18169 components: - type: Transform - pos: -83.5,57.5 - parent: 1 - - uid: 17717 + pos: 21.5,-12.5 + parent: 2 + - uid: 18212 components: - type: Transform - pos: -83.5,58.5 - parent: 1 - - uid: 17718 + pos: 2.5,-30.5 + parent: 2 + - uid: 18977 components: - type: Transform - pos: -82.5,58.5 - parent: 1 - - uid: 17720 + rot: -1.5707963267948966 rad + pos: 0.5,53.5 + parent: 2 + - uid: 19667 components: - type: Transform - pos: -85.5,58.5 - parent: 1 - - uid: 17721 + rot: 1.5707963267948966 rad + pos: -88.5,7.5 + parent: 2 + - uid: 20181 components: - type: Transform - pos: -86.5,58.5 - parent: 1 - - uid: 17722 + pos: -1.5,-24.5 + parent: 2 + - uid: 20250 components: - type: Transform - pos: -87.5,58.5 - parent: 1 - - uid: 17723 + pos: 33.5,-6.5 + parent: 2 + - uid: 20251 components: - type: Transform - pos: -88.5,58.5 - parent: 1 - - uid: 17724 + pos: 34.5,-6.5 + parent: 2 + - uid: 20252 components: - type: Transform - pos: -69.5,46.5 - parent: 1 - - uid: 17725 + pos: 35.5,-6.5 + parent: 2 + - uid: 20253 components: - type: Transform - pos: -90.5,58.5 - parent: 1 - - uid: 17726 + pos: 36.5,-6.5 + parent: 2 + - uid: 20315 components: - type: Transform - pos: -91.5,58.5 - parent: 1 - - uid: 17727 + pos: 4.5,54.5 + parent: 2 + - uid: 20316 components: - type: Transform - pos: -72.5,46.5 - parent: 1 - - uid: 17729 + pos: 5.5,54.5 + parent: 2 + - uid: 20318 components: - type: Transform - pos: -85.5,55.5 - parent: 1 - - uid: 17732 + rot: 1.5707963267948966 rad + pos: -77.5,7.5 + parent: 2 + - uid: 20334 components: - type: Transform - pos: -87.5,56.5 - parent: 1 - - uid: 17733 + pos: -73.5,62.5 + parent: 2 + - uid: 20631 components: - type: Transform - pos: -87.5,55.5 - parent: 1 - - uid: 17734 + rot: 1.5707963267948966 rad + pos: -89.5,7.5 + parent: 2 + - uid: 20632 components: - type: Transform - pos: -87.5,54.5 - parent: 1 - - uid: 17735 + rot: 1.5707963267948966 rad + pos: -89.5,6.5 + parent: 2 + - uid: 20633 components: - type: Transform - pos: -89.5,57.5 - parent: 1 - - uid: 17736 + rot: 1.5707963267948966 rad + pos: -89.5,5.5 + parent: 2 + - uid: 20634 components: - type: Transform - pos: -68.5,42.5 - parent: 1 - - uid: 17738 + rot: 1.5707963267948966 rad + pos: -83.5,3.5 + parent: 2 + - uid: 20635 components: - type: Transform - pos: -89.5,54.5 - parent: 1 - - uid: 17739 + rot: 1.5707963267948966 rad + pos: -82.5,3.5 + parent: 2 + - uid: 20636 components: - type: Transform - pos: -91.5,57.5 - parent: 1 - - uid: 17740 + rot: 1.5707963267948966 rad + pos: -85.5,1.5 + parent: 2 + - uid: 20640 components: - type: Transform - pos: -68.5,45.5 - parent: 1 - - uid: 17741 + rot: 1.5707963267948966 rad + pos: -89.5,-2.5 + parent: 2 + - uid: 20641 components: - type: Transform - pos: -91.5,55.5 - parent: 1 - - uid: 17742 + rot: 1.5707963267948966 rad + pos: -89.5,-3.5 + parent: 2 + - uid: 20642 components: - type: Transform - pos: -91.5,54.5 - parent: 1 - - uid: 17758 + rot: 1.5707963267948966 rad + pos: -89.5,-4.5 + parent: 2 + - uid: 20643 components: - type: Transform - pos: -93.5,55.5 - parent: 1 - - uid: 17759 + rot: 1.5707963267948966 rad + pos: -89.5,-5.5 + parent: 2 + - uid: 20645 components: - type: Transform - pos: -93.5,54.5 - parent: 1 - - uid: 17854 + rot: 1.5707963267948966 rad + pos: -89.5,-7.5 + parent: 2 + - uid: 20646 components: - type: Transform - pos: -86.5,67.5 - parent: 1 - - uid: 17866 + rot: 1.5707963267948966 rad + pos: -89.5,-8.5 + parent: 2 + - uid: 20647 components: - type: Transform - pos: -78.5,64.5 - parent: 1 - - uid: 17905 + rot: 1.5707963267948966 rad + pos: -89.5,-10.5 + parent: 2 + - uid: 20648 components: - type: Transform - pos: -87.5,63.5 - parent: 1 - - uid: 17936 + rot: 1.5707963267948966 rad + pos: -89.5,-9.5 + parent: 2 + - uid: 20649 components: - type: Transform - rot: 3.141592653589793 rad - pos: -86.5,59.5 - parent: 1 - - uid: 17939 + rot: 1.5707963267948966 rad + pos: -76.5,-11.5 + parent: 2 + - uid: 20650 components: - type: Transform - rot: 3.141592653589793 rad - pos: -88.5,59.5 - parent: 1 - - uid: 17941 + rot: 1.5707963267948966 rad + pos: -76.5,-9.5 + parent: 2 + - uid: 20853 components: - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,65.5 - parent: 1 - - uid: 17949 + pos: -88.5,-3.5 + parent: 2 + - uid: 20921 components: - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,70.5 - parent: 1 - - uid: 18057 + pos: -90.5,-5.5 + parent: 2 + - uid: 20922 components: - type: Transform - pos: -75.5,62.5 - parent: 1 - - uid: 18090 + pos: -90.5,-1.5 + parent: 2 + - uid: 20946 components: - type: Transform - pos: -90.5,43.5 - parent: 1 - - uid: 18095 + pos: -101.5,44.5 + parent: 2 + - uid: 20947 components: - type: Transform - pos: -95.5,47.5 - parent: 1 - - uid: 18118 + pos: -102.5,44.5 + parent: 2 + - uid: 20948 components: - type: Transform - pos: -96.5,41.5 - parent: 1 - - uid: 18126 + pos: -101.5,45.5 + parent: 2 + - uid: 20949 components: - type: Transform - pos: -96.5,42.5 - parent: 1 - - uid: 18131 + pos: -102.5,54.5 + parent: 2 + - uid: 20950 components: - type: Transform - pos: -92.5,41.5 - parent: 1 - - uid: 18221 + pos: -101.5,54.5 + parent: 2 + - uid: 20951 components: - type: Transform - pos: -87.5,68.5 - parent: 1 - - uid: 18333 + pos: -111.5,44.5 + parent: 2 + - uid: 20952 components: - type: Transform - pos: -83.5,64.5 - parent: 1 - - uid: 18337 + pos: -101.5,53.5 + parent: 2 + - uid: 20953 components: - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,67.5 - parent: 1 - - uid: 18339 + pos: -111.5,54.5 + parent: 2 + - uid: 20954 components: - type: Transform - pos: -74.5,66.5 - parent: 1 - - uid: 18340 + pos: -111.5,53.5 + parent: 2 + - uid: 20955 components: - type: Transform - pos: -86.5,64.5 - parent: 1 - - uid: 18343 + pos: -110.5,54.5 + parent: 2 + - uid: 20956 components: - type: Transform - pos: -85.5,63.5 - parent: 1 - - uid: 18370 + pos: -110.5,44.5 + parent: 2 + - uid: 20957 components: - type: Transform - pos: -77.5,64.5 - parent: 1 - - uid: 18390 + pos: -111.5,45.5 + parent: 2 + - uid: 20959 components: - type: Transform - pos: -75.5,64.5 - parent: 1 - - uid: 18391 + pos: -101.5,48.5 + parent: 2 + - uid: 20962 components: - type: Transform - pos: -87.5,69.5 - parent: 1 - - uid: 18393 + pos: -101.5,50.5 + parent: 2 +- proto: WallReinforcedRust + entities: + - uid: 199 components: - type: Transform - pos: -87.5,65.5 - parent: 1 - - uid: 18442 + rot: 1.5707963267948966 rad + pos: -89.5,-1.5 + parent: 2 + - uid: 673 components: - type: Transform - pos: -81.5,68.5 - parent: 1 - - uid: 18443 + pos: -4.5,-28.5 + parent: 2 + - uid: 951 components: - type: Transform - pos: -83.5,68.5 - parent: 1 - - uid: 18451 + rot: 1.5707963267948966 rad + pos: -84.5,7.5 + parent: 2 + - uid: 1989 components: - type: Transform - pos: -85.5,68.5 - parent: 1 - - uid: 18453 + rot: 1.5707963267948966 rad + pos: -85.5,7.5 + parent: 2 + - uid: 3597 components: - type: Transform - pos: -84.5,68.5 - parent: 1 - - uid: 18454 + rot: 1.5707963267948966 rad + pos: -83.5,7.5 + parent: 2 + - uid: 7151 components: - type: Transform - pos: -82.5,68.5 - parent: 1 - - uid: 18455 + pos: -96.5,50.5 + parent: 2 + - uid: 8677 components: - type: Transform - pos: -86.5,68.5 - parent: 1 - - uid: 18462 + pos: -67.5,37.5 + parent: 2 + - uid: 11995 components: - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,64.5 - parent: 1 - - uid: 18492 + rot: 1.5707963267948966 rad + pos: -82.5,-8.5 + parent: 2 + - uid: 12006 components: - type: Transform - pos: 23.5,57.5 - parent: 1 - - uid: 18531 + rot: 1.5707963267948966 rad + pos: -84.5,3.5 + parent: 2 + - uid: 12007 components: - type: Transform - pos: 17.5,60.5 - parent: 1 - - uid: 18536 + rot: 1.5707963267948966 rad + pos: -79.5,3.5 + parent: 2 + - uid: 12011 components: - type: Transform - pos: 9.5,60.5 - parent: 1 - - uid: 18537 + pos: 36.5,-2.5 + parent: 2 + - uid: 12325 components: - type: Transform - pos: 10.5,60.5 - parent: 1 - - uid: 18587 + rot: 1.5707963267948966 rad + pos: -81.5,3.5 + parent: 2 + - uid: 12326 components: - type: Transform - rot: 3.141592653589793 rad - pos: -75.5,61.5 - parent: 1 - - uid: 18726 + rot: 1.5707963267948966 rad + pos: -80.5,3.5 + parent: 2 + - uid: 12340 components: - type: Transform - pos: 21.5,60.5 - parent: 1 - - uid: 18729 + rot: 1.5707963267948966 rad + pos: -85.5,-7.5 + parent: 2 + - uid: 12341 components: - type: Transform - pos: 23.5,58.5 - parent: 1 - - uid: 18730 + rot: 1.5707963267948966 rad + pos: -89.5,-11.5 + parent: 2 + - uid: 12342 components: - type: Transform - pos: 22.5,60.5 - parent: 1 - - uid: 18732 + rot: 1.5707963267948966 rad + pos: -85.5,-8.5 + parent: 2 + - uid: 12343 components: - type: Transform - pos: 19.5,62.5 - parent: 1 - - uid: 18812 + rot: 1.5707963267948966 rad + pos: -82.5,-12.5 + parent: 2 + - uid: 12351 components: - type: Transform - rot: 3.141592653589793 rad - pos: -74.5,59.5 - parent: 1 - - uid: 18813 + rot: 1.5707963267948966 rad + pos: -81.5,7.5 + parent: 2 + - uid: 12352 components: - type: Transform - rot: 3.141592653589793 rad - pos: -74.5,61.5 - parent: 1 - - uid: 18818 + rot: 1.5707963267948966 rad + pos: -85.5,0.5 + parent: 2 + - uid: 12353 components: - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,66.5 - parent: 1 - - uid: 18929 + rot: 1.5707963267948966 rad + pos: -85.5,3.5 + parent: 2 + - uid: 12354 components: - type: Transform - rot: 3.141592653589793 rad - pos: -87.5,59.5 - parent: 1 - - uid: 18932 + rot: 1.5707963267948966 rad + pos: -85.5,2.5 + parent: 2 + - uid: 12359 components: - type: Transform - pos: -74.5,67.5 - parent: 1 - - uid: 18933 + rot: 1.5707963267948966 rad + pos: -78.5,3.5 + parent: 2 + - uid: 12389 components: - type: Transform - rot: 3.141592653589793 rad - pos: -75.5,59.5 - parent: 1 - - uid: 18934 + rot: 1.5707963267948966 rad + pos: -79.5,-8.5 + parent: 2 + - uid: 12418 components: - type: Transform - pos: -74.5,63.5 - parent: 1 - - uid: 18935 + pos: 36.5,-1.5 + parent: 2 + - uid: 12429 components: - type: Transform - pos: -74.5,65.5 - parent: 1 - - uid: 18936 + pos: 27.5,31.5 + parent: 2 + - uid: 12449 components: - type: Transform - pos: -77.5,68.5 - parent: 1 - - uid: 18937 + rot: 1.5707963267948966 rad + pos: -83.5,-8.5 + parent: 2 + - uid: 12457 components: - type: Transform - pos: -79.5,68.5 - parent: 1 - - uid: 18938 + pos: 24.5,33.5 + parent: 2 + - uid: 12509 components: - type: Transform - pos: -75.5,68.5 - parent: 1 - - uid: 18940 + rot: 1.5707963267948966 rad + pos: -1.5,-28.5 + parent: 2 + - uid: 12519 components: - type: Transform - pos: -78.5,68.5 - parent: 1 - - uid: 18941 + pos: 27.5,34.5 + parent: 2 + - uid: 12520 components: - type: Transform - pos: -74.5,60.5 - parent: 1 - - uid: 18943 + pos: 24.5,34.5 + parent: 2 + - uid: 12662 components: - type: Transform - pos: -85.5,62.5 - parent: 1 - - uid: 18944 + rot: 3.141592653589793 rad + pos: -94.5,52.5 + parent: 2 + - uid: 12739 components: - type: Transform - pos: -74.5,68.5 - parent: 1 - - uid: 18947 + rot: 1.5707963267948966 rad + pos: -81.5,-8.5 + parent: 2 + - uid: 12810 components: - type: Transform - pos: -82.5,64.5 - parent: 1 - - uid: 18951 + rot: 1.5707963267948966 rad + pos: -80.5,-8.5 + parent: 2 + - uid: 12811 components: - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,63.5 - parent: 1 - - uid: 18960 + rot: -1.5707963267948966 rad + pos: 2.5,52.5 + parent: 2 + - uid: 12831 components: - type: Transform - pos: -74.5,64.5 - parent: 1 - - uid: 18963 + rot: 1.5707963267948966 rad + pos: -89.5,-12.5 + parent: 2 + - uid: 12863 components: - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,59.5 - parent: 1 - - uid: 18989 + rot: 1.5707963267948966 rad + pos: -77.5,-8.5 + parent: 2 + - uid: 12864 components: - type: Transform rot: 1.5707963267948966 rad - pos: -87.5,62.5 - parent: 1 - - uid: 18990 + pos: -84.5,-8.5 + parent: 2 + - uid: 12867 components: - type: Transform rot: 1.5707963267948966 rad - pos: -86.5,70.5 - parent: 1 - - uid: 18991 + pos: -88.5,-12.5 + parent: 2 + - uid: 12870 components: - type: Transform rot: 1.5707963267948966 rad - pos: -85.5,70.5 - parent: 1 - - uid: 18992 + pos: -78.5,-8.5 + parent: 2 + - uid: 12884 + components: + - type: Transform + pos: -81.5,15.5 + parent: 2 + - uid: 12908 components: - type: Transform rot: 1.5707963267948966 rad - pos: -74.5,70.5 - parent: 1 - - uid: 18994 + pos: -1.5,-30.5 + parent: 2 + - uid: 12909 components: - type: Transform - pos: -87.5,66.5 - parent: 1 - - uid: 18995 + pos: -2.5,-30.5 + parent: 2 + - uid: 12913 components: - type: Transform - pos: -85.5,64.5 - parent: 1 - - uid: 18996 + pos: 27.5,36.5 + parent: 2 + - uid: 12916 components: - type: Transform - pos: -86.5,65.5 - parent: 1 - - uid: 18997 + pos: 24.5,32.5 + parent: 2 + - uid: 12966 components: - type: Transform - pos: -86.5,63.5 - parent: 1 - - uid: 19003 + rot: 3.141592653589793 rad + pos: -95.5,52.5 + parent: 2 + - uid: 12969 components: - type: Transform rot: 3.141592653589793 rad - pos: -89.5,59.5 - parent: 1 - - uid: 19004 + pos: -95.5,51.5 + parent: 2 + - uid: 13015 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -84.5,70.5 - parent: 1 - - uid: 19005 + rot: 3.141592653589793 rad + pos: -107.5,29.5 + parent: 2 + - uid: 13073 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -83.5,70.5 - parent: 1 - - uid: 19006 + pos: -82.5,15.5 + parent: 2 + - uid: 13185 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -82.5,70.5 - parent: 1 - - uid: 19007 + pos: 32.5,-0.5 + parent: 2 + - uid: 13316 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -81.5,70.5 - parent: 1 - - uid: 19009 + pos: -83.5,15.5 + parent: 2 + - uid: 13691 components: - type: Transform rot: 1.5707963267948966 rad - pos: -79.5,70.5 - parent: 1 - - uid: 19010 + pos: -89.5,3.5 + parent: 2 + - uid: 14088 components: - type: Transform rot: 1.5707963267948966 rad - pos: -78.5,70.5 - parent: 1 - - uid: 19011 + pos: -89.5,2.5 + parent: 2 + - uid: 14464 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -77.5,70.5 - parent: 1 - - uid: 19012 + pos: -80.5,15.5 + parent: 2 + - uid: 14465 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -76.5,70.5 - parent: 1 - - uid: 19013 + pos: -87.5,15.5 + parent: 2 + - uid: 14466 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -75.5,70.5 - parent: 1 - - uid: 19014 + pos: -86.5,15.5 + parent: 2 + - uid: 14467 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -86.5,69.5 - parent: 1 - - uid: 19015 + pos: -85.5,15.5 + parent: 2 + - uid: 14468 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -85.5,69.5 - parent: 1 - - uid: 19016 + pos: -84.5,15.5 + parent: 2 + - uid: 14469 + components: + - type: Transform + pos: -79.5,15.5 + parent: 2 + - uid: 14470 + components: + - type: Transform + pos: -78.5,15.5 + parent: 2 + - uid: 15068 components: - type: Transform rot: 1.5707963267948966 rad - pos: -84.5,69.5 - parent: 1 - - uid: 19017 + pos: -0.5,-24.5 + parent: 2 + - uid: 16403 components: - type: Transform rot: 1.5707963267948966 rad - pos: -83.5,69.5 - parent: 1 - - uid: 19018 + pos: -89.5,0.5 + parent: 2 + - uid: 16456 components: - type: Transform rot: 1.5707963267948966 rad - pos: -82.5,69.5 - parent: 1 - - uid: 19019 + pos: -82.5,7.5 + parent: 2 + - uid: 17276 components: - type: Transform rot: 1.5707963267948966 rad - pos: -81.5,69.5 - parent: 1 - - uid: 19021 + pos: -86.5,7.5 + parent: 2 + - uid: 17316 components: - type: Transform rot: 1.5707963267948966 rad - pos: -79.5,69.5 - parent: 1 - - uid: 19022 + pos: -89.5,1.5 + parent: 2 + - uid: 17317 components: - type: Transform rot: 1.5707963267948966 rad - pos: -78.5,69.5 - parent: 1 - - uid: 19023 + pos: -87.5,7.5 + parent: 2 + - uid: 17323 components: - type: Transform rot: 1.5707963267948966 rad - pos: -77.5,69.5 - parent: 1 - - uid: 19024 + pos: -89.5,4.5 + parent: 2 + - uid: 17367 + components: + - type: Transform + pos: 31.5,-0.5 + parent: 2 + - uid: 17406 + components: + - type: Transform + pos: 25.5,36.5 + parent: 2 + - uid: 17497 components: - type: Transform rot: 1.5707963267948966 rad - pos: -76.5,69.5 - parent: 1 - - uid: 19025 + pos: 2.5,-25.5 + parent: 2 + - uid: 17880 components: - type: Transform rot: 1.5707963267948966 rad - pos: -75.5,69.5 - parent: 1 - - uid: 19026 + pos: 2.5,-26.5 + parent: 2 + - uid: 17881 components: - type: Transform rot: 1.5707963267948966 rad - pos: -74.5,69.5 - parent: 1 -- proto: WallReinforcedRust - entities: - - uid: 39 + pos: -0.5,-30.5 + parent: 2 + - uid: 18038 components: - type: Transform pos: -20.5,-17.5 - parent: 1 - - uid: 45 + parent: 2 + - uid: 18039 components: - type: Transform pos: -10.5,0.5 - parent: 1 - - uid: 66 + parent: 2 + - uid: 18040 components: - type: Transform pos: 3.5,-4.5 - parent: 1 - - uid: 71 + parent: 2 + - uid: 18041 components: - type: Transform pos: -9.5,-3.5 - parent: 1 - - uid: 74 + parent: 2 + - uid: 18042 components: - type: Transform pos: -15.5,-13.5 - parent: 1 - - uid: 94 + parent: 2 + - uid: 18043 components: - type: Transform pos: -7.5,-0.5 - parent: 1 - - uid: 168 + parent: 2 + - uid: 18044 components: - type: Transform pos: -10.5,3.5 - parent: 1 - - uid: 177 + parent: 2 + - uid: 18045 components: - type: Transform pos: -12.5,-21.5 - parent: 1 - - uid: 178 + parent: 2 + - uid: 18046 components: - type: Transform pos: -6.5,-24.5 - parent: 1 - - uid: 184 + parent: 2 + - uid: 18047 components: - type: Transform pos: 3.5,0.5 - parent: 1 - - uid: 205 + parent: 2 + - uid: 18048 components: - type: Transform pos: -9.5,-6.5 - parent: 1 - - uid: 206 + parent: 2 + - uid: 18049 components: - type: Transform pos: -10.5,-6.5 - parent: 1 - - uid: 207 + parent: 2 + - uid: 18050 components: - type: Transform pos: -7.5,3.5 - parent: 1 - - uid: 244 + parent: 2 + - uid: 18051 components: - type: Transform pos: -17.5,-17.5 - parent: 1 - - uid: 334 + parent: 2 + - uid: 18052 components: - type: Transform pos: 2.5,3.5 - parent: 1 - - uid: 338 + parent: 2 + - uid: 18053 components: - type: Transform pos: -16.5,-34.5 - parent: 1 - - uid: 347 + parent: 2 + - uid: 18054 components: - type: Transform pos: -6.5,3.5 - parent: 1 - - uid: 348 + parent: 2 + - uid: 18055 components: - type: Transform pos: -7.5,1.5 - parent: 1 - - uid: 384 + parent: 2 + - uid: 18056 components: - type: Transform pos: 1.5,3.5 - parent: 1 - - uid: 409 + parent: 2 + - uid: 18057 components: - type: Transform pos: -14.5,-13.5 - parent: 1 - - uid: 428 + parent: 2 + - uid: 18058 components: - type: Transform pos: -14.5,-22.5 - parent: 1 - - uid: 448 + parent: 2 + - uid: 18059 components: - type: Transform pos: -3.5,-6.5 - parent: 1 - - uid: 503 + parent: 2 + - uid: 18060 components: - type: Transform pos: 0.5,-4.5 - parent: 1 - - uid: 531 + parent: 2 + - uid: 18061 components: - type: Transform pos: -107.5,23.5 - parent: 1 - - uid: 541 + parent: 2 + - uid: 18062 components: - type: Transform pos: 9.5,-6.5 - parent: 1 - - uid: 545 + parent: 2 + - uid: 18063 components: - type: Transform pos: -16.5,-29.5 - parent: 1 - - uid: 549 + parent: 2 + - uid: 18064 components: - type: Transform pos: -7.5,-19.5 - parent: 1 - - uid: 726 + parent: 2 + - uid: 18065 components: - type: Transform pos: -94.5,15.5 - parent: 1 - - uid: 1098 + parent: 2 + - uid: 18066 components: - type: Transform pos: -88.5,15.5 - parent: 1 - - uid: 1203 + parent: 2 + - uid: 18067 components: - type: Transform pos: 15.5,16.5 - parent: 1 - - uid: 1221 + parent: 2 + - uid: 18068 components: - type: Transform pos: -107.5,25.5 - parent: 1 - - uid: 1251 + parent: 2 + - uid: 18069 components: - type: Transform pos: -107.5,24.5 - parent: 1 - - uid: 1253 + parent: 2 + - uid: 18070 components: - type: Transform pos: -106.5,35.5 - parent: 1 - - uid: 1255 + parent: 2 + - uid: 18071 components: - type: Transform pos: -107.5,35.5 - parent: 1 - - uid: 1256 + parent: 2 + - uid: 18072 components: - type: Transform pos: -101.5,35.5 - parent: 1 - - uid: 1257 + parent: 2 + - uid: 18073 components: - type: Transform pos: -100.5,35.5 - parent: 1 - - uid: 1259 + parent: 2 + - uid: 18074 components: - type: Transform pos: -98.5,35.5 - parent: 1 - - uid: 1307 + parent: 2 + - uid: 18075 components: - type: Transform pos: 19.5,20.5 - parent: 1 - - uid: 1396 + parent: 2 + - uid: 18076 components: - type: Transform pos: -102.5,15.5 - parent: 1 - - uid: 1399 + parent: 2 + - uid: 18077 components: - type: Transform pos: -103.5,15.5 - parent: 1 - - uid: 1406 + parent: 2 + - uid: 18078 components: - type: Transform pos: -36.5,-17.5 - parent: 1 - - uid: 1474 + parent: 2 + - uid: 18079 components: - type: Transform pos: -107.5,28.5 - parent: 1 - - uid: 1476 + parent: 2 + - uid: 18080 components: - type: Transform pos: 19.5,44.5 - parent: 1 - - uid: 1487 + parent: 2 + - uid: 18081 components: - type: Transform pos: -89.5,15.5 - parent: 1 - - uid: 1749 + parent: 2 + - uid: 18082 components: - type: Transform pos: -20.5,-32.5 - parent: 1 - - uid: 1863 + parent: 2 + - uid: 18083 components: - type: Transform pos: -17.5,-13.5 - parent: 1 - - uid: 1865 + parent: 2 + - uid: 18084 components: - type: Transform pos: -20.5,-34.5 - parent: 1 - - uid: 1920 + parent: 2 + - uid: 18085 components: - type: Transform pos: -20.5,-31.5 - parent: 1 - - uid: 1939 + parent: 2 + - uid: 18086 components: - type: Transform pos: -107.5,33.5 - parent: 1 - - uid: 1951 + parent: 2 + - uid: 18087 components: - type: Transform pos: -96.5,35.5 - parent: 1 - - uid: 2020 + parent: 2 + - uid: 18088 components: - type: Transform pos: -24.5,35.5 - parent: 1 - - uid: 2047 + parent: 2 + - uid: 18089 components: - type: Transform pos: -101.5,15.5 - parent: 1 - - uid: 2049 + parent: 2 + - uid: 18090 components: - type: Transform pos: -95.5,15.5 - parent: 1 - - uid: 2170 + parent: 2 + - uid: 18091 components: - type: Transform pos: -16.5,-26.5 - parent: 1 - - uid: 2236 + parent: 2 + - uid: 18092 components: - type: Transform pos: 20.5,15.5 - parent: 1 - - uid: 2239 + parent: 2 + - uid: 18093 components: - type: Transform pos: 20.5,20.5 - parent: 1 - - uid: 2265 + parent: 2 + - uid: 18094 components: - type: Transform pos: 20.5,16.5 - parent: 1 - - uid: 2268 + parent: 2 + - uid: 18095 components: - type: Transform pos: 16.5,15.5 - parent: 1 - - uid: 2384 + parent: 2 + - uid: 18096 components: - type: Transform pos: -2.5,58.5 - parent: 1 - - uid: 2471 + parent: 2 + - uid: 18097 components: - type: Transform pos: -0.5,-4.5 - parent: 1 - - uid: 2474 + parent: 2 + - uid: 18098 components: - type: Transform pos: -18.5,-37.5 - parent: 1 - - uid: 2476 + parent: 2 + - uid: 18099 components: - type: Transform pos: 3.5,2.5 - parent: 1 - - uid: 2557 + parent: 2 + - uid: 18100 components: - type: Transform pos: 20.5,44.5 - parent: 1 - - uid: 2558 + parent: 2 + - uid: 18101 components: - type: Transform pos: 16.5,44.5 - parent: 1 - - uid: 2590 + parent: 2 + - uid: 18102 components: - type: Transform pos: 21.5,20.5 - parent: 1 - - uid: 2591 + parent: 2 + - uid: 18103 components: - type: Transform pos: 15.5,19.5 - parent: 1 - - uid: 2674 + parent: 2 + - uid: 18104 components: - type: Transform pos: -63.5,59.5 - parent: 1 - - uid: 2804 + parent: 2 + - uid: 18105 components: - type: Transform pos: -107.5,16.5 - parent: 1 - - uid: 2822 + parent: 2 + - uid: 18106 components: - type: Transform pos: -18.5,48.5 - parent: 1 - - uid: 3491 + parent: 2 + - uid: 18107 components: - type: Transform pos: 24.5,43.5 - parent: 1 - - uid: 3497 + parent: 2 + - uid: 18108 components: - type: Transform pos: -7.5,0.5 - parent: 1 - - uid: 3505 + parent: 2 + - uid: 18109 components: - type: Transform pos: -1.5,-6.5 - parent: 1 - - uid: 3513 + parent: 2 + - uid: 18110 components: - type: Transform pos: -21.5,-17.5 - parent: 1 - - uid: 3519 + parent: 2 + - uid: 18111 components: - type: Transform pos: 24.5,41.5 - parent: 1 - - uid: 3543 + parent: 2 + - uid: 18112 components: - type: Transform pos: 18.5,44.5 - parent: 1 - - uid: 3645 + parent: 2 + - uid: 18113 components: - type: Transform pos: 24.5,37.5 - parent: 1 - - uid: 3667 + parent: 2 + - uid: 18114 components: - type: Transform pos: 24.5,42.5 - parent: 1 - - uid: 3676 + parent: 2 + - uid: 18115 components: - type: Transform pos: 24.5,36.5 - parent: 1 - - uid: 3731 + parent: 2 + - uid: 18116 components: - type: Transform pos: -42.5,-3.5 - parent: 1 - - uid: 4502 + parent: 2 + - uid: 18117 components: - type: Transform pos: 0.5,3.5 - parent: 1 - - uid: 4564 + parent: 2 + - uid: 18118 components: - type: Transform pos: 16.5,21.5 - parent: 1 - - uid: 4745 + parent: 2 + - uid: 18119 components: - type: Transform pos: 29.5,7.5 - parent: 1 - - uid: 4761 + parent: 2 + - uid: 18120 components: - type: Transform pos: 32.5,7.5 - parent: 1 - - uid: 4762 + parent: 2 + - uid: 18121 components: - type: Transform pos: -47.5,-5.5 - parent: 1 - - uid: 4793 + parent: 2 + - uid: 18122 components: - type: Transform pos: 31.5,11.5 - parent: 1 - - uid: 4849 + parent: 2 + - uid: 18123 components: - type: Transform pos: 32.5,11.5 - parent: 1 - - uid: 4851 + parent: 2 + - uid: 18124 components: - type: Transform pos: 30.5,19.5 - parent: 1 - - uid: 4854 + parent: 2 + - uid: 18125 components: - type: Transform pos: -74.5,2.5 - parent: 1 - - uid: 4862 + parent: 2 + - uid: 18126 components: - type: Transform pos: -74.5,3.5 - parent: 1 - - uid: 4888 + parent: 2 + - uid: 18127 components: - type: Transform pos: -75.5,-13.5 - parent: 1 - - uid: 4896 + parent: 2 + - uid: 18128 components: - type: Transform pos: -67.5,-13.5 - parent: 1 - - uid: 4939 + parent: 2 + - uid: 18129 components: - type: Transform pos: -75.5,-12.5 - parent: 1 - - uid: 4948 + parent: 2 + - uid: 18130 components: - type: Transform pos: -76.5,-8.5 - parent: 1 - - uid: 4949 - components: - - type: Transform - pos: -77.5,-11.5 - parent: 1 - - uid: 4954 - components: - - type: Transform - pos: -78.5,-11.5 - parent: 1 - - uid: 4963 + parent: 2 + - uid: 18133 components: - type: Transform pos: -24.5,36.5 - parent: 1 - - uid: 4970 + parent: 2 + - uid: 18134 components: - type: Transform pos: -71.5,-15.5 - parent: 1 - - uid: 4972 + parent: 2 + - uid: 18135 components: - type: Transform pos: -71.5,-14.5 - parent: 1 - - uid: 4973 + parent: 2 + - uid: 18136 components: - type: Transform pos: -67.5,-14.5 - parent: 1 - - uid: 4979 + parent: 2 + - uid: 18137 components: - type: Transform pos: -76.5,7.5 - parent: 1 - - uid: 4997 + parent: 2 + - uid: 18138 components: - type: Transform pos: -76.5,3.5 - parent: 1 - - uid: 5006 + parent: 2 + - uid: 18139 components: - type: Transform pos: -56.5,79.5 - parent: 1 - - uid: 5007 + parent: 2 + - uid: 18140 components: - type: Transform pos: -45.5,68.5 - parent: 1 - - uid: 5010 + parent: 2 + - uid: 18141 components: - type: Transform pos: -3.5,57.5 - parent: 1 - - uid: 5015 + parent: 2 + - uid: 18142 components: - type: Transform pos: -22.5,63.5 - parent: 1 - - uid: 5022 + parent: 2 + - uid: 18143 components: - type: Transform pos: -24.5,48.5 - parent: 1 - - uid: 5037 + parent: 2 + - uid: 18144 components: - type: Transform pos: -53.5,66.5 - parent: 1 - - uid: 5038 + parent: 2 + - uid: 18145 components: - type: Transform pos: -45.5,57.5 - parent: 1 - - uid: 5041 + parent: 2 + - uid: 18146 components: - type: Transform pos: -42.5,66.5 - parent: 1 - - uid: 5045 + parent: 2 + - uid: 18147 components: - type: Transform pos: -39.5,59.5 - parent: 1 - - uid: 5048 + parent: 2 + - uid: 18148 components: - type: Transform pos: -39.5,61.5 - parent: 1 - - uid: 5057 + parent: 2 + - uid: 18149 components: - type: Transform pos: -39.5,62.5 - parent: 1 - - uid: 5060 + parent: 2 + - uid: 18150 components: - type: Transform pos: -39.5,63.5 - parent: 1 - - uid: 5061 + parent: 2 + - uid: 18151 components: - type: Transform pos: -42.5,60.5 - parent: 1 - - uid: 5062 + parent: 2 + - uid: 18152 components: - type: Transform pos: -41.5,66.5 - parent: 1 - - uid: 5063 + parent: 2 + - uid: 18153 components: - type: Transform pos: -44.5,67.5 - parent: 1 - - uid: 5064 + parent: 2 + - uid: 18154 components: - type: Transform pos: -44.5,59.5 - parent: 1 - - uid: 5065 + parent: 2 + - uid: 18155 components: - type: Transform pos: -39.5,65.5 - parent: 1 - - uid: 5066 + parent: 2 + - uid: 18156 components: - type: Transform pos: -43.5,59.5 - parent: 1 - - uid: 5073 + parent: 2 + - uid: 18157 components: - type: Transform pos: -57.5,66.5 - parent: 1 - - uid: 5119 + parent: 2 + - uid: 18158 components: - type: Transform pos: -53.5,70.5 - parent: 1 - - uid: 5120 + parent: 2 + - uid: 18159 components: - type: Transform pos: -46.5,69.5 - parent: 1 - - uid: 5121 + parent: 2 + - uid: 18160 components: - type: Transform pos: -53.5,67.5 - parent: 1 - - uid: 5122 + parent: 2 + - uid: 18161 components: - type: Transform pos: -56.5,78.5 - parent: 1 - - uid: 5125 + parent: 2 + - uid: 18162 components: - type: Transform pos: -49.5,90.5 - parent: 1 - - uid: 5126 + parent: 2 + - uid: 18163 components: - type: Transform pos: -49.5,89.5 - parent: 1 - - uid: 5164 + parent: 2 + - uid: 18164 components: - type: Transform pos: -62.5,86.5 - parent: 1 - - uid: 5165 + parent: 2 + - uid: 18165 components: - type: Transform pos: -63.5,86.5 - parent: 1 - - uid: 5167 + parent: 2 + - uid: 18166 components: - type: Transform pos: -57.5,90.5 - parent: 1 - - uid: 5171 + parent: 2 + - uid: 18167 components: - type: Transform pos: -45.5,67.5 - parent: 1 - - uid: 5313 + parent: 2 + - uid: 18168 components: - type: Transform pos: -64.5,59.5 - parent: 1 - - uid: 5505 - components: - - type: Transform - pos: 30.5,-2.5 - parent: 1 - - uid: 5756 + parent: 2 + - uid: 18170 components: - type: Transform pos: -11.5,63.5 - parent: 1 - - uid: 5784 + parent: 2 + - uid: 18171 components: - type: Transform pos: 15.5,15.5 - parent: 1 - - uid: 5828 + parent: 2 + - uid: 18172 components: - type: Transform pos: -17.5,-34.5 - parent: 1 - - uid: 5831 + parent: 2 + - uid: 18173 components: - type: Transform pos: -24.5,47.5 - parent: 1 - - uid: 5881 + parent: 2 + - uid: 18174 components: - type: Transform pos: -74.5,57.5 - parent: 1 - - uid: 5976 + parent: 2 + - uid: 18175 components: - type: Transform pos: -73.5,43.5 - parent: 1 - - uid: 6037 + parent: 2 + - uid: 18176 components: - type: Transform pos: -78.5,52.5 - parent: 1 - - uid: 6061 + parent: 2 + - uid: 18177 components: - type: Transform pos: 14.5,-12.5 - parent: 1 - - uid: 6062 + parent: 2 + - uid: 18178 components: - type: Transform pos: 13.5,-12.5 - parent: 1 - - uid: 6064 + parent: 2 + - uid: 18179 components: - type: Transform pos: -7.5,-24.5 - parent: 1 - - uid: 6076 + parent: 2 + - uid: 18180 components: - type: Transform pos: 24.5,47.5 - parent: 1 - - uid: 6266 - components: - - type: Transform - pos: 20.5,-9.5 - parent: 1 - - uid: 6267 + parent: 2 + - uid: 18182 components: - type: Transform pos: 18.5,-12.5 - parent: 1 - - uid: 6268 + parent: 2 + - uid: 18183 components: - type: Transform pos: 19.5,-12.5 - parent: 1 - - uid: 6305 + parent: 2 + - uid: 18184 components: - type: Transform pos: 30.5,-6.5 - parent: 1 - - uid: 6306 - components: - - type: Transform - pos: 22.5,-9.5 - parent: 1 - - uid: 6309 - components: - - type: Transform - pos: 23.5,-9.5 - parent: 1 - - uid: 6345 + parent: 2 + - uid: 18187 components: - type: Transform pos: 30.5,-3.5 - parent: 1 - - uid: 6346 + parent: 2 + - uid: 18188 components: - type: Transform pos: 30.5,-0.5 - parent: 1 - - uid: 6377 + parent: 2 + - uid: 18189 components: - type: Transform pos: 30.5,-9.5 - parent: 1 - - uid: 6399 + parent: 2 + - uid: 18190 components: - type: Transform pos: 30.5,-7.5 - parent: 1 - - uid: 6417 + parent: 2 + - uid: 18191 components: - type: Transform pos: 29.5,23.5 - parent: 1 - - uid: 6418 + parent: 2 + - uid: 18192 components: - type: Transform pos: 24.5,25.5 - parent: 1 - - uid: 6419 + parent: 2 + - uid: 18193 components: - type: Transform pos: 24.5,24.5 - parent: 1 - - uid: 6423 + parent: 2 + - uid: 18194 components: - type: Transform pos: 24.5,26.5 - parent: 1 - - uid: 6430 + parent: 2 + - uid: 18195 components: - type: Transform pos: -28.5,54.5 - parent: 1 - - uid: 6452 - components: - - type: Transform - pos: 24.5,35.5 - parent: 1 - - uid: 6475 + parent: 2 + - uid: 18196 components: - type: Transform - pos: 24.5,34.5 - parent: 1 - - uid: 6476 + pos: 26.5,34.5 + parent: 2 + - uid: 18198 components: - type: Transform - pos: 24.5,33.5 - parent: 1 - - uid: 6478 + pos: 26.5,36.5 + parent: 2 + - uid: 18199 components: - type: Transform - pos: 24.5,31.5 - parent: 1 - - uid: 6480 + pos: 24.5,35.5 + parent: 2 + - uid: 18200 components: - type: Transform pos: 24.5,29.5 - parent: 1 - - uid: 6482 + parent: 2 + - uid: 18201 components: - type: Transform pos: 24.5,27.5 - parent: 1 - - uid: 6579 + parent: 2 + - uid: 18202 components: - type: Transform pos: -23.5,52.5 - parent: 1 - - uid: 6580 + parent: 2 + - uid: 18203 components: - type: Transform pos: -22.5,52.5 - parent: 1 - - uid: 6663 + parent: 2 + - uid: 18204 components: - type: Transform pos: -46.5,-14.5 - parent: 1 - - uid: 6672 + parent: 2 + - uid: 18205 components: - type: Transform pos: -76.5,42.5 - parent: 1 - - uid: 6680 - components: - - type: Transform - pos: -24.5,-14.5 - parent: 1 - - uid: 6681 - components: - - type: Transform - pos: -25.5,-14.5 - parent: 1 - - uid: 6832 - components: - - type: Transform - pos: -30.5,-13.5 - parent: 1 - - uid: 6847 + parent: 2 + - uid: 18209 components: - type: Transform pos: -38.5,-14.5 - parent: 1 - - uid: 6850 - components: - - type: Transform - pos: -30.5,-14.5 - parent: 1 - - uid: 6851 + parent: 2 + - uid: 18211 components: - type: Transform pos: 29.5,28.5 - parent: 1 - - uid: 6852 - components: - - type: Transform - pos: 8.5,53.5 - parent: 1 - - uid: 6854 + parent: 2 + - uid: 18213 components: - type: Transform pos: -51.5,-11.5 - parent: 1 - - uid: 6855 + parent: 2 + - uid: 18214 components: - type: Transform pos: -52.5,-11.5 - parent: 1 - - uid: 6967 + parent: 2 + - uid: 18215 components: - type: Transform pos: -56.5,-11.5 - parent: 1 - - uid: 6974 + parent: 2 + - uid: 18216 components: - type: Transform pos: -56.5,-12.5 - parent: 1 - - uid: 7169 + parent: 2 + - uid: 18217 components: - type: Transform pos: 5.5,53.5 - parent: 1 - - uid: 7224 + parent: 2 + - uid: 18218 components: - type: Transform pos: 24.5,56.5 - parent: 1 - - uid: 7293 + parent: 2 + - uid: 18219 components: - type: Transform pos: -2.5,57.5 - parent: 1 - - uid: 7294 + parent: 2 + - uid: 18220 components: - type: Transform pos: -2.5,56.5 - parent: 1 - - uid: 7420 + parent: 2 + - uid: 18221 components: - type: Transform pos: 9.5,54.5 - parent: 1 - - uid: 7517 - components: - - type: Transform - pos: -4.5,18.5 - parent: 1 - - uid: 7584 + parent: 2 + - uid: 18222 components: - type: Transform pos: -20.5,44.5 - parent: 1 - - uid: 7868 - components: - - type: Transform - pos: 0.5,19.5 - parent: 1 - - uid: 7901 + parent: 2 + - uid: 18223 components: - type: Transform pos: -76.5,48.5 - parent: 1 - - uid: 7903 + parent: 2 + - uid: 18224 components: - type: Transform pos: 18.5,15.5 - parent: 1 - - uid: 7957 + parent: 2 + - uid: 18225 components: - type: Transform pos: -80.5,41.5 - parent: 1 - - uid: 7963 - components: - - type: Transform - pos: -76.5,8.5 - parent: 1 - - uid: 7974 + parent: 2 + - uid: 18227 components: - type: Transform pos: -76.5,47.5 - parent: 1 - - uid: 8043 - components: - - type: Transform - pos: 0.5,20.5 - parent: 1 - - uid: 8063 - components: - - type: Transform - pos: -5.5,20.5 - parent: 1 - - uid: 8076 + parent: 2 + - uid: 18228 components: - type: Transform pos: -6.5,1.5 - parent: 1 - - uid: 8102 + parent: 2 + - uid: 18229 components: - type: Transform pos: 21.5,21.5 - parent: 1 - - uid: 8113 + parent: 2 + - uid: 18230 components: - type: Transform pos: 13.5,59.5 - parent: 1 - - uid: 8150 - components: - - type: Transform - pos: -5.5,23.5 - parent: 1 - - uid: 8151 - components: - - type: Transform - pos: -5.5,22.5 - parent: 1 - - uid: 8202 + parent: 2 + - uid: 18231 components: - type: Transform pos: -8.5,-19.5 - parent: 1 - - uid: 8216 + parent: 2 + - uid: 18232 components: - type: Transform pos: -3.5,1.5 - parent: 1 - - uid: 8221 + parent: 2 + - uid: 18233 components: - type: Transform pos: -12.5,-26.5 - parent: 1 - - uid: 8235 + parent: 2 + - uid: 18234 components: - type: Transform pos: -78.5,28.5 - parent: 1 - - uid: 8288 - components: - - type: Transform - pos: -5.5,21.5 - parent: 1 - - uid: 8626 + parent: 2 + - uid: 18235 components: - type: Transform pos: -16.5,-16.5 - parent: 1 - - uid: 8935 + parent: 2 + - uid: 18236 components: - type: Transform pos: -24.5,43.5 - parent: 1 - - uid: 9051 + parent: 2 + - uid: 18237 components: - type: Transform rot: 3.141592653589793 rad pos: -75.5,48.5 - parent: 1 - - uid: 9099 + parent: 2 + - uid: 18238 components: - type: Transform pos: -28.5,57.5 - parent: 1 - - uid: 9169 - components: - - type: Transform - pos: -76.5,17.5 - parent: 1 - - uid: 9170 - components: - - type: Transform - pos: -78.5,17.5 - parent: 1 - - uid: 9172 - components: - - type: Transform - pos: -79.5,17.5 - parent: 1 - - uid: 9173 - components: - - type: Transform - pos: -80.5,17.5 - parent: 1 - - uid: 9180 + parent: 2 + - uid: 18243 components: - type: Transform pos: -80.5,40.5 - parent: 1 - - uid: 9231 + parent: 2 + - uid: 18244 components: - type: Transform pos: -68.5,40.5 - parent: 1 - - uid: 9242 + parent: 2 + - uid: 18245 components: - type: Transform pos: -69.5,41.5 - parent: 1 - - uid: 9248 + parent: 2 + - uid: 18246 components: - type: Transform pos: -19.5,-37.5 - parent: 1 - - uid: 9250 + parent: 2 + - uid: 18247 components: - type: Transform pos: -7.5,-3.5 - parent: 1 - - uid: 9269 + parent: 2 + - uid: 18248 components: - type: Transform pos: -76.5,41.5 - parent: 1 - - uid: 9292 + parent: 2 + - uid: 18249 components: - type: Transform pos: -85.5,19.5 - parent: 1 - - uid: 9294 + parent: 2 + - uid: 18250 components: - type: Transform pos: -86.5,19.5 - parent: 1 - - uid: 9297 + parent: 2 + - uid: 18251 components: - type: Transform pos: -86.5,21.5 - parent: 1 - - uid: 9318 + parent: 2 + - uid: 18252 components: - type: Transform pos: -89.5,34.5 - parent: 1 - - uid: 9403 + parent: 2 + - uid: 18253 components: - type: Transform pos: -19.5,44.5 - parent: 1 - - uid: 9411 + parent: 2 + - uid: 18254 components: - type: Transform pos: -45.5,60.5 - parent: 1 - - uid: 9464 + parent: 2 + - uid: 18255 components: - type: Transform pos: -71.5,57.5 - parent: 1 - - uid: 9465 + parent: 2 + - uid: 18256 components: - type: Transform pos: -72.5,57.5 - parent: 1 - - uid: 9496 + parent: 2 + - uid: 18257 components: - type: Transform pos: -24.5,49.5 - parent: 1 - - uid: 9550 + parent: 2 + - uid: 18258 components: - type: Transform pos: -50.5,-14.5 - parent: 1 - - uid: 9552 + parent: 2 + - uid: 18259 components: - type: Transform pos: -24.5,58.5 - parent: 1 - - uid: 9615 + parent: 2 + - uid: 18260 components: - type: Transform pos: -45.5,-14.5 - parent: 1 - - uid: 9620 + parent: 2 + - uid: 18261 components: - type: Transform pos: -34.5,58.5 - parent: 1 - - uid: 9623 + parent: 2 + - uid: 18262 components: - type: Transform pos: -35.5,56.5 - parent: 1 - - uid: 9635 + parent: 2 + - uid: 18263 components: - type: Transform pos: -50.5,-13.5 - parent: 1 - - uid: 9637 + parent: 2 + - uid: 18264 + components: + - type: Transform + pos: -46.5,-20.5 + parent: 2 + - uid: 18265 components: - type: Transform pos: -26.5,58.5 - parent: 1 - - uid: 9719 + parent: 2 + - uid: 18266 components: - type: Transform rot: 3.141592653589793 rad pos: -75.5,51.5 - parent: 1 - - uid: 9799 + parent: 2 + - uid: 18267 components: - type: Transform pos: -90.5,34.5 - parent: 1 - - uid: 9804 + parent: 2 + - uid: 18268 components: - type: Transform rot: 3.141592653589793 rad pos: -75.5,50.5 - parent: 1 - - uid: 9956 + parent: 2 + - uid: 18269 components: - type: Transform pos: 21.5,19.5 - parent: 1 - - uid: 9957 + parent: 2 + - uid: 18270 components: - type: Transform pos: 18.5,14.5 - parent: 1 - - uid: 9963 + parent: 2 + - uid: 18271 components: - type: Transform pos: -7.5,-23.5 - parent: 1 - - uid: 9968 + parent: 2 + - uid: 18272 components: - type: Transform pos: -1.5,-23.5 - parent: 1 - - uid: 10082 + parent: 2 + - uid: 18273 components: - type: Transform pos: -14.5,-19.5 - parent: 1 - - uid: 10234 + parent: 2 + - uid: 18274 components: - type: Transform pos: -23.5,43.5 - parent: 1 - - uid: 10358 + parent: 2 + - uid: 18275 components: - type: Transform pos: -46.5,-8.5 - parent: 1 - - uid: 10420 + parent: 2 + - uid: 18276 components: - type: Transform pos: -10.5,-19.5 - parent: 1 - - uid: 10654 + parent: 2 + - uid: 18277 components: - type: Transform pos: -15.5,-28.5 - parent: 1 - - uid: 10752 + parent: 2 + - uid: 18278 components: - type: Transform pos: -42.5,-5.5 - parent: 1 - - uid: 10794 + parent: 2 + - uid: 18279 components: - type: Transform pos: -68.5,37.5 - parent: 1 - - uid: 10861 + parent: 2 + - uid: 18280 components: - type: Transform pos: -17.5,-29.5 - parent: 1 - - uid: 10908 + parent: 2 + - uid: 18281 components: - type: Transform pos: -9.5,52.5 - parent: 1 - - uid: 10910 + parent: 2 + - uid: 18282 components: - type: Transform pos: -14.5,52.5 - parent: 1 - - uid: 10913 + parent: 2 + - uid: 18283 components: - type: Transform pos: -13.5,52.5 - parent: 1 - - uid: 10931 + parent: 2 + - uid: 18284 components: - type: Transform pos: -18.5,49.5 - parent: 1 - - uid: 10932 + parent: 2 + - uid: 18285 components: - type: Transform pos: -10.5,52.5 - parent: 1 - - uid: 10951 + parent: 2 + - uid: 18286 components: - type: Transform pos: -23.5,49.5 - parent: 1 - - uid: 11444 + parent: 2 + - uid: 18287 + components: + - type: Transform + pos: -51.5,-13.5 + parent: 2 + - uid: 18288 components: - type: Transform pos: 19.5,14.5 - parent: 1 - - uid: 11468 + parent: 2 + - uid: 18289 components: - type: Transform pos: 21.5,16.5 - parent: 1 - - uid: 11469 + parent: 2 + - uid: 18290 components: - type: Transform pos: 15.5,17.5 - parent: 1 - - uid: 11470 + parent: 2 + - uid: 18291 components: - type: Transform pos: 17.5,21.5 - parent: 1 - - uid: 11498 + parent: 2 + - uid: 18292 components: - type: Transform pos: -83.5,39.5 - parent: 1 - - uid: 11516 + parent: 2 + - uid: 18293 components: - type: Transform pos: 3.5,-5.5 - parent: 1 - - uid: 11808 + parent: 2 + - uid: 18294 components: - type: Transform pos: -64.5,63.5 - parent: 1 - - uid: 11854 + parent: 2 + - uid: 18295 components: - type: Transform pos: 21.5,18.5 - parent: 1 - - uid: 11918 + parent: 2 + - uid: 18296 components: - type: Transform pos: 16.5,18.5 - parent: 1 - - uid: 12247 + parent: 2 + - uid: 18297 components: - type: Transform pos: -64.5,64.5 - parent: 1 - - uid: 12348 + parent: 2 + - uid: 18298 components: - type: Transform pos: -2.5,-23.5 - parent: 1 - - uid: 12362 + parent: 2 + - uid: 18299 components: - type: Transform pos: -7.5,-2.5 - parent: 1 - - uid: 12410 + parent: 2 + - uid: 18300 components: - type: Transform pos: -10.5,-37.5 - parent: 1 - - uid: 12777 + parent: 2 + - uid: 18301 components: - type: Transform pos: -64.5,65.5 - parent: 1 - - uid: 12832 + parent: 2 + - uid: 18302 components: - type: Transform pos: -10.5,-0.5 - parent: 1 - - uid: 13045 + parent: 2 + - uid: 18303 components: - type: Transform pos: -107.5,21.5 - parent: 1 - - uid: 13156 + parent: 2 + - uid: 18304 components: - type: Transform pos: 10.5,-6.5 - parent: 1 - - uid: 13158 + parent: 2 + - uid: 18305 components: - type: Transform pos: 12.5,-7.5 - parent: 1 - - uid: 13169 + parent: 2 + - uid: 18306 components: - type: Transform pos: -19.5,-32.5 - parent: 1 - - uid: 13179 + parent: 2 + - uid: 18307 components: - type: Transform pos: -17.5,-18.5 - parent: 1 - - uid: 13346 + parent: 2 + - uid: 18308 components: - type: Transform pos: -86.5,43.5 - parent: 1 - - uid: 13348 + parent: 2 + - uid: 18309 components: - type: Transform pos: -97.5,15.5 - parent: 1 - - uid: 13352 + parent: 2 + - uid: 18310 components: - type: Transform pos: -86.5,33.5 - parent: 1 - - uid: 13522 + parent: 2 + - uid: 18311 components: - type: Transform pos: -45.5,59.5 - parent: 1 - - uid: 13667 + parent: 2 + - uid: 18312 components: - type: Transform pos: 12.5,-9.5 - parent: 1 - - uid: 13677 + parent: 2 + - uid: 18313 components: - type: Transform pos: -80.5,29.5 - parent: 1 - - uid: 13681 + parent: 2 + - uid: 18314 components: - type: Transform pos: -80.5,36.5 - parent: 1 - - uid: 13702 + parent: 2 + - uid: 18315 components: - type: Transform pos: -80.5,30.5 - parent: 1 - - uid: 13793 + parent: 2 + - uid: 18316 components: - type: Transform pos: -20.5,58.5 - parent: 1 - - uid: 13830 - components: - - type: Transform - pos: -5.5,28.5 - parent: 1 - - uid: 13831 - components: - - type: Transform - pos: -5.5,27.5 - parent: 1 - - uid: 13832 - components: - - type: Transform - pos: 1.5,22.5 - parent: 1 - - uid: 13836 + parent: 2 + - uid: 18317 components: - type: Transform pos: -47.5,-4.5 - parent: 1 - - uid: 13841 + parent: 2 + - uid: 18318 components: - type: Transform pos: -45.5,-0.5 - parent: 1 - - uid: 13845 + parent: 2 + - uid: 18319 components: - type: Transform pos: -46.5,-0.5 - parent: 1 - - uid: 13855 + parent: 2 + - uid: 18320 components: - type: Transform pos: -19.5,52.5 - parent: 1 - - uid: 13861 + parent: 2 + - uid: 18321 components: - type: Transform pos: -37.5,56.5 - parent: 1 - - uid: 13869 + parent: 2 + - uid: 18322 components: - type: Transform pos: -38.5,56.5 - parent: 1 - - uid: 13870 + parent: 2 + - uid: 18323 components: - type: Transform pos: -39.5,56.5 - parent: 1 - - uid: 13871 + parent: 2 + - uid: 18324 components: - type: Transform pos: -41.5,56.5 - parent: 1 - - uid: 13872 + parent: 2 + - uid: 18325 components: - type: Transform pos: -43.5,56.5 - parent: 1 - - uid: 13873 + parent: 2 + - uid: 18326 components: - type: Transform pos: -11.5,58.5 - parent: 1 - - uid: 13874 + parent: 2 + - uid: 18327 components: - type: Transform pos: -12.5,58.5 - parent: 1 - - uid: 13875 + parent: 2 + - uid: 18328 components: - type: Transform pos: -19.5,58.5 - parent: 1 - - uid: 14096 + parent: 2 + - uid: 18329 components: - type: Transform pos: 19.5,36.5 - parent: 1 - - uid: 14101 + parent: 2 + - uid: 18330 components: - type: Transform pos: -64.5,61.5 - parent: 1 - - uid: 14102 + parent: 2 + - uid: 18331 components: - type: Transform pos: -65.5,61.5 - parent: 1 - - uid: 14105 + parent: 2 + - uid: 18332 components: - type: Transform pos: -68.5,59.5 - parent: 1 - - uid: 14107 + parent: 2 + - uid: 18333 components: - type: Transform pos: 20.5,36.5 - parent: 1 - - uid: 14110 + parent: 2 + - uid: 18334 components: - type: Transform pos: 21.5,36.5 - parent: 1 - - uid: 14139 + parent: 2 + - uid: 18335 components: - type: Transform pos: -67.5,61.5 - parent: 1 - - uid: 14141 + parent: 2 + - uid: 18336 components: - type: Transform pos: 17.5,44.5 - parent: 1 - - uid: 14314 + parent: 2 + - uid: 18337 components: - type: Transform pos: 24.5,48.5 - parent: 1 - - uid: 14316 + parent: 2 + - uid: 18338 components: - type: Transform pos: 16.5,39.5 - parent: 1 - - uid: 14464 + parent: 2 + - uid: 18339 components: - type: Transform pos: -75.5,14.5 - parent: 1 - - uid: 14465 + parent: 2 + - uid: 18340 components: - type: Transform pos: -74.5,14.5 - parent: 1 - - uid: 14468 + parent: 2 + - uid: 18341 components: - type: Transform pos: -73.5,45.5 - parent: 1 - - uid: 14485 + parent: 2 + - uid: 18342 components: - type: Transform pos: -91.5,38.5 - parent: 1 - - uid: 14486 + parent: 2 + - uid: 18343 components: - type: Transform pos: -91.5,37.5 - parent: 1 - - uid: 14487 + parent: 2 + - uid: 18344 components: - type: Transform pos: -91.5,39.5 - parent: 1 - - uid: 14490 + parent: 2 + - uid: 18345 components: - type: Transform pos: -90.5,41.5 - parent: 1 - - uid: 14492 + parent: 2 + - uid: 18346 components: - type: Transform pos: -90.5,42.5 - parent: 1 - - uid: 14493 + parent: 2 + - uid: 18347 components: - type: Transform - pos: -80.5,37.5 - parent: 1 - - uid: 14494 + pos: -80.5,37.5 + parent: 2 + - uid: 18348 components: - type: Transform pos: -76.5,33.5 - parent: 1 - - uid: 14567 + parent: 2 + - uid: 18349 components: - type: Transform pos: 9.5,55.5 - parent: 1 - - uid: 14622 + parent: 2 + - uid: 18350 components: - type: Transform rot: 3.141592653589793 rad pos: -74.5,56.5 - parent: 1 - - uid: 14636 + parent: 2 + - uid: 18351 components: - type: Transform pos: -80.5,34.5 - parent: 1 - - uid: 14639 + parent: 2 + - uid: 18352 components: - type: Transform pos: -83.5,44.5 - parent: 1 - - uid: 14640 + parent: 2 + - uid: 18353 components: - type: Transform pos: -79.5,58.5 - parent: 1 - - uid: 14655 + parent: 2 + - uid: 18354 components: - type: Transform pos: -89.5,42.5 - parent: 1 - - uid: 14715 + parent: 2 + - uid: 18355 components: - type: Transform pos: 3.5,-6.5 - parent: 1 - - uid: 14722 + parent: 2 + - uid: 18356 components: - type: Transform pos: -18.5,-17.5 - parent: 1 - - uid: 14865 + parent: 2 + - uid: 18357 components: - type: Transform pos: -86.5,42.5 - parent: 1 - - uid: 14933 + parent: 2 + - uid: 18358 components: - type: Transform pos: -80.5,33.5 - parent: 1 - - uid: 15079 + parent: 2 + - uid: 18359 components: - type: Transform pos: -73.5,14.5 - parent: 1 - - uid: 15121 + parent: 2 + - uid: 18360 components: - type: Transform - pos: 1.5,53.5 - parent: 1 - - uid: 15133 + rot: 1.5707963267948966 rad + pos: -80.5,7.5 + parent: 2 + - uid: 18361 components: - type: Transform pos: -70.5,14.5 - parent: 1 - - uid: 15134 + parent: 2 + - uid: 18362 components: - type: Transform pos: -69.5,14.5 - parent: 1 - - uid: 15136 + parent: 2 + - uid: 18363 components: - type: Transform pos: -80.5,42.5 - parent: 1 - - uid: 15224 + parent: 2 + - uid: 18364 components: - type: Transform pos: -75.5,29.5 - parent: 1 - - uid: 15226 + parent: 2 + - uid: 18365 components: - type: Transform pos: -81.5,54.5 - parent: 1 - - uid: 15241 + parent: 2 + - uid: 18366 components: - type: Transform pos: 24.5,44.5 - parent: 1 - - uid: 15439 + parent: 2 + - uid: 18367 components: - type: Transform pos: -6.5,52.5 - parent: 1 - - uid: 15505 + parent: 2 + - uid: 18368 components: - type: Transform pos: -3.5,-4.5 - parent: 1 - - uid: 15532 + parent: 2 + - uid: 18369 components: - type: Transform pos: -2.5,-24.5 - parent: 1 - - uid: 15534 + parent: 2 + - uid: 18370 components: - type: Transform pos: 13.5,-11.5 - parent: 1 - - uid: 15550 + parent: 2 + - uid: 18371 components: - type: Transform pos: -8.5,-3.5 - parent: 1 - - uid: 15579 + parent: 2 + - uid: 18372 components: - type: Transform pos: -83.5,31.5 - parent: 1 - - uid: 15580 + parent: 2 + - uid: 18373 components: - type: Transform pos: -81.5,55.5 - parent: 1 - - uid: 15584 + parent: 2 + - uid: 18374 components: - type: Transform pos: -81.5,56.5 - parent: 1 - - uid: 15589 + parent: 2 + - uid: 18375 components: - type: Transform pos: -84.5,58.5 - parent: 1 - - uid: 15590 + parent: 2 + - uid: 18376 components: - type: Transform pos: -89.5,58.5 - parent: 1 - - uid: 15591 + parent: 2 + - uid: 18377 components: - type: Transform pos: -82.5,28.5 - parent: 1 - - uid: 15592 + parent: 2 + - uid: 18378 components: - type: Transform pos: -83.5,28.5 - parent: 1 - - uid: 15600 + parent: 2 + - uid: 18379 components: - type: Transform pos: -85.5,57.5 - parent: 1 - - uid: 15604 + parent: 2 + - uid: 18380 components: - type: Transform pos: -85.5,56.5 - parent: 1 - - uid: 15605 + parent: 2 + - uid: 18381 components: - type: Transform pos: -85.5,54.5 - parent: 1 - - uid: 15606 + parent: 2 + - uid: 18382 components: - type: Transform pos: -87.5,57.5 - parent: 1 - - uid: 15607 + parent: 2 + - uid: 18383 components: - type: Transform pos: -89.5,56.5 - parent: 1 - - uid: 15616 + parent: 2 + - uid: 18384 components: - type: Transform pos: -89.5,55.5 - parent: 1 - - uid: 15617 + parent: 2 + - uid: 18385 components: - type: Transform pos: -91.5,56.5 - parent: 1 - - uid: 15619 + parent: 2 + - uid: 18386 components: - type: Transform pos: -92.5,58.5 - parent: 1 - - uid: 15621 + parent: 2 + - uid: 18387 components: - type: Transform pos: -93.5,56.5 - parent: 1 - - uid: 15625 + parent: 2 + - uid: 18388 components: - type: Transform pos: -93.5,57.5 - parent: 1 - - uid: 15627 + parent: 2 + - uid: 18389 components: - type: Transform pos: -93.5,58.5 - parent: 1 - - uid: 15634 + parent: 2 + - uid: 18390 components: - type: Transform pos: -80.5,31.5 - parent: 1 - - uid: 15636 + parent: 2 + - uid: 18391 components: - type: Transform pos: -86.5,31.5 - parent: 1 - - uid: 15781 + parent: 2 + - uid: 18392 components: - type: Transform pos: -86.5,34.5 - parent: 1 - - uid: 15893 + parent: 2 + - uid: 18393 components: - type: Transform pos: -0.5,-23.5 - parent: 1 - - uid: 15894 + parent: 2 + - uid: 18394 components: - type: Transform pos: -4.5,-24.5 - parent: 1 - - uid: 16083 + parent: 2 + - uid: 18395 components: - type: Transform pos: -57.5,67.5 - parent: 1 - - uid: 16150 + parent: 2 + - uid: 18396 components: - type: Transform pos: -8.5,52.5 - parent: 1 - - uid: 16153 + parent: 2 + - uid: 18397 components: - type: Transform pos: -6.5,49.5 - parent: 1 - - uid: 16237 + parent: 2 + - uid: 18398 + components: + - type: Transform + pos: -52.5,-13.5 + parent: 2 + - uid: 18399 components: - type: Transform pos: -6.5,48.5 - parent: 1 - - uid: 16238 + parent: 2 + - uid: 18400 components: - type: Transform pos: -4.5,48.5 - parent: 1 - - uid: 16239 + parent: 2 + - uid: 18401 components: - type: Transform pos: -6.5,51.5 - parent: 1 - - uid: 16242 + parent: 2 + - uid: 18402 components: - type: Transform pos: -3.5,48.5 - parent: 1 - - uid: 16243 + parent: 2 + - uid: 18403 components: - type: Transform pos: -2.5,48.5 - parent: 1 - - uid: 16377 + parent: 2 + - uid: 18404 components: - type: Transform pos: 24.5,2.5 - parent: 1 - - uid: 16424 + parent: 2 + - uid: 18405 components: - type: Transform pos: 1.5,48.5 - parent: 1 - - uid: 16425 + parent: 2 + - uid: 18406 components: - type: Transform pos: 1.5,50.5 - parent: 1 - - uid: 16427 + parent: 2 + - uid: 18407 components: - type: Transform pos: 0.5,48.5 - parent: 1 - - uid: 16431 + parent: 2 + - uid: 18408 components: - type: Transform pos: 1.5,51.5 - parent: 1 - - uid: 16432 + parent: 2 + - uid: 18409 components: - type: Transform pos: 1.5,52.5 - parent: 1 - - uid: 16434 + parent: 2 + - uid: 18410 components: - type: Transform pos: 1.5,49.5 - parent: 1 - - uid: 16540 + parent: 2 + - uid: 18411 components: - type: Transform pos: 28.5,0.5 - parent: 1 - - uid: 16669 + parent: 2 + - uid: 18412 components: - type: Transform pos: -68.5,36.5 - parent: 1 - - uid: 16695 + parent: 2 + - uid: 18413 components: - type: Transform pos: -4.5,-27.5 - parent: 1 - - uid: 16704 + parent: 2 + - uid: 18414 components: - type: Transform pos: -7.5,-29.5 - parent: 1 - - uid: 16705 + parent: 2 + - uid: 18415 components: - type: Transform pos: -6.5,-29.5 - parent: 1 - - uid: 16706 + parent: 2 + - uid: 18416 components: - type: Transform pos: -9.5,-37.5 - parent: 1 - - uid: 16711 + parent: 2 + - uid: 18417 components: - type: Transform pos: -6.5,-36.5 - parent: 1 - - uid: 16713 + parent: 2 + - uid: 18418 components: - type: Transform pos: -6.5,-35.5 - parent: 1 - - uid: 16715 + parent: 2 + - uid: 18419 components: - type: Transform pos: -6.5,-33.5 - parent: 1 - - uid: 16716 + parent: 2 + - uid: 18420 components: - type: Transform pos: -6.5,-32.5 - parent: 1 - - uid: 16722 + parent: 2 + - uid: 18421 components: - type: Transform pos: -10.5,-39.5 - parent: 1 - - uid: 16729 + parent: 2 + - uid: 18422 components: - type: Transform pos: -7.5,-39.5 - parent: 1 - - uid: 16730 + parent: 2 + - uid: 18423 components: - type: Transform pos: -7.5,-38.5 - parent: 1 - - uid: 16763 + parent: 2 + - uid: 18424 components: - type: Transform pos: -7.5,-26.5 - parent: 1 - - uid: 16928 + parent: 2 + - uid: 18425 components: - type: Transform pos: -8.5,-29.5 - parent: 1 - - uid: 16939 + parent: 2 + - uid: 18426 components: - type: Transform pos: -1.5,-2.5 - parent: 1 - - uid: 16954 - components: - - type: Transform - pos: -0.5,-24.5 - parent: 1 - - uid: 16955 - components: - - type: Transform - pos: -0.5,-25.5 - parent: 1 - - uid: 16956 + parent: 2 + - uid: 18429 components: - type: Transform pos: 1.5,-22.5 - parent: 1 - - uid: 17131 + parent: 2 + - uid: 18430 components: - type: Transform pos: 0.5,1.5 - parent: 1 - - uid: 17133 + parent: 2 + - uid: 18431 components: - type: Transform pos: 0.5,0.5 - parent: 1 - - uid: 17481 + parent: 2 + - uid: 18432 components: - type: Transform pos: -1.5,48.5 - parent: 1 - - uid: 17804 + parent: 2 + - uid: 18433 components: - type: Transform rot: 3.141592653589793 rad pos: -74.5,54.5 - parent: 1 - - uid: 17806 + parent: 2 + - uid: 18434 components: - type: Transform rot: 3.141592653589793 rad pos: -74.5,55.5 - parent: 1 - - uid: 17852 + parent: 2 + - uid: 18435 components: - type: Transform pos: -68.5,46.5 - parent: 1 - - uid: 17855 + parent: 2 + - uid: 18436 components: - type: Transform pos: -70.5,46.5 - parent: 1 - - uid: 17856 + parent: 2 + - uid: 18437 components: - type: Transform pos: -71.5,46.5 - parent: 1 - - uid: 17857 + parent: 2 + - uid: 18438 components: - type: Transform pos: -73.5,46.5 - parent: 1 - - uid: 17863 - components: - - type: Transform - pos: -68.5,44.5 - parent: 1 - - uid: 17865 + parent: 2 + - uid: 18440 components: - type: Transform pos: -68.5,41.5 - parent: 1 - - uid: 17965 - components: - - type: Transform - pos: -95.5,52.5 - parent: 1 - - uid: 18091 + parent: 2 + - uid: 18442 components: - type: Transform pos: -90.5,46.5 - parent: 1 - - uid: 18092 + parent: 2 + - uid: 18443 components: - type: Transform pos: -90.5,47.5 - parent: 1 - - uid: 18093 + parent: 2 + - uid: 18444 components: - type: Transform pos: -91.5,47.5 - parent: 1 - - uid: 18094 + parent: 2 + - uid: 18445 components: - type: Transform pos: -94.5,47.5 - parent: 1 - - uid: 18096 + parent: 2 + - uid: 18446 components: - type: Transform pos: -95.5,48.5 - parent: 1 - - uid: 18115 + parent: 2 + - uid: 18447 components: - type: Transform rot: 3.141592653589793 rad pos: -74.5,53.5 - parent: 1 - - uid: 18119 + parent: 2 + - uid: 18448 components: - type: Transform pos: -96.5,45.5 - parent: 1 - - uid: 18120 + parent: 2 + - uid: 18449 components: - type: Transform pos: -93.5,41.5 - parent: 1 - - uid: 18121 + parent: 2 + - uid: 18450 components: - type: Transform pos: -96.5,44.5 - parent: 1 - - uid: 18122 + parent: 2 + - uid: 18451 components: - type: Transform pos: -94.5,41.5 - parent: 1 - - uid: 18123 + parent: 2 + - uid: 18452 components: - type: Transform pos: -95.5,41.5 - parent: 1 - - uid: 18444 + parent: 2 + - uid: 18453 components: - type: Transform rot: 3.141592653589793 rad pos: -75.5,58.5 - parent: 1 - - uid: 18527 + parent: 2 + - uid: 18454 components: - type: Transform - pos: 13.5,60.5 - parent: 1 - - uid: 18528 + pos: -50.5,-20.5 + parent: 2 + - uid: 18455 components: - type: Transform - pos: 14.5,60.5 - parent: 1 - - uid: 18532 + pos: 23.5,60.5 + parent: 2 + - uid: 18456 components: - type: Transform - pos: 18.5,60.5 - parent: 1 - - uid: 18533 + pos: 21.5,62.5 + parent: 2 + - uid: 18457 components: - type: Transform - pos: 19.5,60.5 - parent: 1 - - uid: 18538 + pos: 21.5,61.5 + parent: 2 + - uid: 18460 components: - type: Transform - pos: 11.5,60.5 - parent: 1 - - uid: 18539 + rot: 1.5707963267948966 rad + pos: -93.5,59.5 + parent: 2 + - uid: 18461 components: - type: Transform - pos: 12.5,60.5 - parent: 1 - - uid: 18727 + rot: 1.5707963267948966 rad + pos: -92.5,59.5 + parent: 2 + - uid: 18462 components: - type: Transform - pos: 19.5,61.5 - parent: 1 - - uid: 18728 + rot: 1.5707963267948966 rad + pos: -91.5,59.5 + parent: 2 + - uid: 18463 components: - type: Transform - pos: 23.5,60.5 - parent: 1 - - uid: 18733 + rot: 1.5707963267948966 rad + pos: -90.5,59.5 + parent: 2 + - uid: 18466 components: - type: Transform - pos: 21.5,62.5 - parent: 1 - - uid: 18734 + rot: 3.141592653589793 rad + pos: -78.5,56.5 + parent: 2 + - uid: 18467 components: - type: Transform - pos: 21.5,61.5 - parent: 1 - - uid: 18939 + rot: 3.141592653589793 rad + pos: -78.5,54.5 + parent: 2 + - uid: 18469 components: - type: Transform rot: 3.141592653589793 rad - pos: -75.5,54.5 - parent: 1 - - uid: 18942 + pos: -75.5,52.5 + parent: 2 + - uid: 18470 components: - type: Transform rot: 3.141592653589793 rad - pos: -75.5,55.5 - parent: 1 - - uid: 18985 + pos: -75.5,53.5 + parent: 2 + - uid: 18471 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -78.5,55.5 + parent: 2 + - uid: 18472 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -78.5,57.5 + parent: 2 + - uid: 18473 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -75.5,49.5 + parent: 2 + - uid: 18475 + components: + - type: Transform + pos: -50.5,-15.5 + parent: 2 + - uid: 18476 + components: + - type: Transform + pos: -46.5,-15.5 + parent: 2 + - uid: 18477 + components: + - type: Transform + pos: -46.5,-19.5 + parent: 2 + - uid: 18478 + components: + - type: Transform + pos: -50.5,-19.5 + parent: 2 + - uid: 20202 + components: + - type: Transform + pos: -2.5,-28.5 + parent: 2 + - uid: 20203 + components: + - type: Transform + pos: -3.5,-30.5 + parent: 2 + - uid: 20204 + components: + - type: Transform + pos: -3.5,-28.5 + parent: 2 + - uid: 20211 + components: + - type: Transform + pos: 36.5,-3.5 + parent: 2 + - uid: 20248 + components: + - type: Transform + pos: 36.5,-4.5 + parent: 2 + - uid: 20249 + components: + - type: Transform + pos: 36.5,-5.5 + parent: 2 + - uid: 20255 + components: + - type: Transform + pos: 31.5,-3.5 + parent: 2 + - uid: 20256 + components: + - type: Transform + pos: 32.5,-3.5 + parent: 2 + - uid: 20257 + components: + - type: Transform + pos: 33.5,-3.5 + parent: 2 + - uid: 20258 + components: + - type: Transform + pos: 33.5,-4.5 + parent: 2 + - uid: 20259 + components: + - type: Transform + pos: 34.5,-3.5 + parent: 2 + - uid: 20569 components: - type: Transform rot: 1.5707963267948966 rad - pos: -93.5,59.5 - parent: 1 - - uid: 18986 + pos: -77.5,3.5 + parent: 2 + - uid: 20651 components: - type: Transform rot: 1.5707963267948966 rad - pos: -92.5,59.5 - parent: 1 - - uid: 18987 + pos: -86.5,-8.5 + parent: 2 + - uid: 20652 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -88.5,-8.5 + parent: 2 + - uid: 20653 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -85.5,4.5 + parent: 2 + - uid: 20654 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -85.5,6.5 + parent: 2 + - uid: 20655 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -87.5,4.5 + parent: 2 + - uid: 20656 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -88.5,4.5 + parent: 2 + - uid: 20657 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -86.5,1.5 + parent: 2 + - uid: 20658 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -87.5,1.5 + parent: 2 + - uid: 20660 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -91.5,1.5 + parent: 2 + - uid: 20661 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -92.5,1.5 + parent: 2 + - uid: 20662 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -93.5,1.5 + parent: 2 + - uid: 20663 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -94.5,0.5 + parent: 2 + - uid: 20664 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -93.5,0.5 + parent: 2 + - uid: 20672 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -94.5,-7.5 + parent: 2 + - uid: 20673 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -93.5,-8.5 + parent: 2 + - uid: 20674 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -93.5,-7.5 + parent: 2 + - uid: 20675 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -92.5,-8.5 + parent: 2 + - uid: 20676 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -91.5,-8.5 + parent: 2 + - uid: 20677 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -90.5,-8.5 + parent: 2 + - uid: 20696 + components: + - type: Transform + pos: -91.5,2.5 + parent: 2 + - uid: 20697 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -91.5,59.5 - parent: 1 - - uid: 18988 + pos: -91.5,3.5 + parent: 2 + - uid: 20740 components: - type: Transform rot: 1.5707963267948966 rad - pos: -90.5,59.5 - parent: 1 - - uid: 19210 + pos: -87.5,5.5 + parent: 2 + - uid: 20848 components: - type: Transform - rot: 3.141592653589793 rad - pos: -75.5,57.5 - parent: 1 - - uid: 19262 + rot: 1.5707963267948966 rad + pos: -86.5,-9.5 + parent: 2 + - uid: 20849 components: - type: Transform - rot: 3.141592653589793 rad - pos: -75.5,56.5 - parent: 1 - - uid: 19268 + rot: 1.5707963267948966 rad + pos: -82.5,-9.5 + parent: 2 + - uid: 20854 components: - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,56.5 - parent: 1 - - uid: 19269 + rot: 1.5707963267948966 rad + pos: -82.5,-10.5 + parent: 2 + - uid: 20927 components: - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,54.5 - parent: 1 - - uid: 19270 + rot: -1.5707963267948966 rad + pos: -91.5,0.5 + parent: 2 + - uid: 20960 components: - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,53.5 - parent: 1 - - uid: 19271 + pos: -96.5,48.5 + parent: 2 + - uid: 20961 components: - type: Transform - rot: 3.141592653589793 rad - pos: -75.5,52.5 - parent: 1 - - uid: 19272 + pos: -97.5,48.5 + parent: 2 + - uid: 20963 components: - type: Transform - rot: 3.141592653589793 rad - pos: -75.5,53.5 - parent: 1 - - uid: 19273 + pos: -97.5,50.5 + parent: 2 + - uid: 20965 components: - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,55.5 - parent: 1 - - uid: 19274 + pos: -95.5,50.5 + parent: 2 + - uid: 21072 components: - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,57.5 - parent: 1 - - uid: 19275 + rot: -1.5707963267948966 rad + pos: -96.5,52.5 + parent: 2 + - uid: 21073 components: - type: Transform - rot: 3.141592653589793 rad - pos: -75.5,49.5 - parent: 1 + rot: -1.5707963267948966 rad + pos: -97.5,52.5 + parent: 2 - proto: WallShuttle entities: - - uid: 31 + - uid: 18479 components: - type: Transform pos: 3.5,-18.5 - parent: 1 - - uid: 87 + parent: 2 + - uid: 18480 components: - type: Transform pos: 6.5,-18.5 - parent: 1 - - uid: 115 + parent: 2 + - uid: 18481 components: - type: Transform pos: 4.5,-14.5 - parent: 1 - - uid: 179 + parent: 2 + - uid: 18482 components: - type: Transform pos: 5.5,-14.5 - parent: 1 - - uid: 272 + parent: 2 + - uid: 18483 components: - type: Transform pos: 12.5,-13.5 - parent: 1 - - uid: 419 + parent: 2 + - uid: 18484 components: - type: Transform pos: 6.5,-14.5 - parent: 1 - - uid: 421 + parent: 2 + - uid: 18485 components: - type: Transform pos: 7.5,-20.5 - parent: 1 - - uid: 446 + parent: 2 + - uid: 18486 components: - type: Transform pos: 6.5,-17.5 - parent: 1 - - uid: 628 + parent: 2 + - uid: 18487 components: - type: Transform pos: 9.5,-10.5 - parent: 1 - - uid: 1750 + parent: 2 + - uid: 18488 components: - type: Transform pos: 10.5,-14.5 - parent: 1 - - uid: 1870 + parent: 2 + - uid: 18489 components: - type: Transform pos: 12.5,-14.5 - parent: 1 - - uid: 1959 + parent: 2 + - uid: 18490 components: - type: Transform pos: 12.5,-19.5 - parent: 1 - - uid: 6060 + parent: 2 + - uid: 18491 components: - type: Transform pos: 9.5,-14.5 - parent: 1 - - uid: 9598 + parent: 2 + - uid: 18492 components: - type: Transform pos: 3.5,-15.5 - parent: 1 - - uid: 9605 + parent: 2 + - uid: 18493 components: - type: Transform pos: 11.5,-14.5 - parent: 1 - - uid: 9894 + parent: 2 + - uid: 18494 components: - type: Transform pos: 3.5,-16.5 - parent: 1 - - uid: 9959 + parent: 2 + - uid: 18495 components: - type: Transform pos: 9.5,-11.5 - parent: 1 - - uid: 9969 + parent: 2 + - uid: 18496 components: - type: Transform pos: 3.5,-10.5 - parent: 1 - - uid: 10421 + parent: 2 + - uid: 18497 components: - type: Transform pos: 6.5,-9.5 - parent: 1 - - uid: 10540 + parent: 2 + - uid: 18498 components: - type: Transform pos: 3.5,-17.5 - parent: 1 - - uid: 12325 + parent: 2 + - uid: 18499 components: - type: Transform pos: 9.5,-8.5 - parent: 1 - - uid: 12352 + parent: 2 + - uid: 18500 components: - type: Transform pos: 6.5,-11.5 - parent: 1 - - uid: 12369 + parent: 2 + - uid: 18501 components: - type: Transform pos: 11.5,-20.5 - parent: 1 - - uid: 12374 + parent: 2 + - uid: 18502 components: - type: Transform pos: 9.5,-9.5 - parent: 1 - - uid: 12415 + parent: 2 + - uid: 18503 components: - type: Transform pos: 4.5,-10.5 - parent: 1 - - uid: 12588 + parent: 2 + - uid: 18504 components: - type: Transform pos: 3.5,-14.5 - parent: 1 - - uid: 13157 + parent: 2 + - uid: 18505 components: - type: Transform pos: 5.5,-18.5 - parent: 1 - - uid: 15082 + parent: 2 + - uid: 18506 components: - type: Transform pos: 3.5,-13.5 - parent: 1 - - uid: 15551 + parent: 2 + - uid: 18507 components: - type: Transform pos: 5.5,-10.5 - parent: 1 - - uid: 15554 + parent: 2 + - uid: 18508 components: - type: Transform pos: 3.5,-11.5 - parent: 1 - - uid: 15897 + parent: 2 + - uid: 18509 components: - type: Transform pos: 6.5,-10.5 - parent: 1 - - uid: 16701 + parent: 2 + - uid: 18510 components: - type: Transform pos: 15.5,-15.5 - parent: 1 - - uid: 16702 + parent: 2 + - uid: 18511 components: - type: Transform pos: 15.5,-13.5 - parent: 1 - - uid: 16712 + parent: 2 + - uid: 18512 components: - type: Transform pos: 13.5,-18.5 - parent: 1 - - uid: 16719 + parent: 2 + - uid: 18513 components: - type: Transform pos: 12.5,-18.5 - parent: 1 - - uid: 16721 + parent: 2 + - uid: 18514 components: - type: Transform pos: 15.5,-17.5 - parent: 1 - - uid: 16735 + parent: 2 + - uid: 18515 components: - type: Transform pos: 4.5,-18.5 - parent: 1 - - uid: 16764 + parent: 2 + - uid: 18516 components: - type: Transform pos: 15.5,-18.5 - parent: 1 - - uid: 16765 + parent: 2 + - uid: 18517 components: - type: Transform pos: 14.5,-18.5 - parent: 1 + parent: 2 - proto: WallShuttleDiagonal entities: - - uid: 498 + - uid: 18518 components: - type: Transform rot: 1.5707963267948966 rad pos: 7.5,-21.5 - parent: 1 - - uid: 12394 + parent: 2 + - uid: 18519 components: - type: Transform rot: 3.141592653589793 rad pos: 12.5,-20.5 - parent: 1 - - uid: 12825 + parent: 2 + - uid: 18520 components: - type: Transform rot: 3.141592653589793 rad pos: 11.5,-21.5 - parent: 1 - - uid: 14916 + parent: 2 + - uid: 18521 components: - type: Transform rot: 1.5707963267948966 rad pos: 6.5,-20.5 - parent: 1 + parent: 2 - proto: WallSolid entities: - - uid: 9 + - uid: 338 + components: + - type: Transform + pos: -65.5,46.5 + parent: 2 + - uid: 812 + components: + - type: Transform + pos: -3.5,40.5 + parent: 2 + - uid: 821 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,47.5 + parent: 2 + - uid: 875 + components: + - type: Transform + pos: 22.5,-9.5 + parent: 2 + - uid: 967 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -65.5,45.5 + parent: 2 + - uid: 1859 + components: + - type: Transform + pos: -45.5,18.5 + parent: 2 + - uid: 5911 + components: + - type: Transform + pos: -42.5,19.5 + parent: 2 + - uid: 7015 + components: + - type: Transform + pos: -42.5,18.5 + parent: 2 + - uid: 7197 + components: + - type: Transform + pos: -43.5,20.5 + parent: 2 + - uid: 7198 + components: + - type: Transform + pos: -41.5,20.5 + parent: 2 + - uid: 8189 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -62.5,7.5 + parent: 2 + - uid: 9197 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,18.5 + parent: 2 + - uid: 9714 + components: + - type: Transform + pos: 22.5,-6.5 + parent: 2 + - uid: 11749 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -63.5,7.5 + parent: 2 + - uid: 11753 + components: + - type: Transform + pos: -59.5,23.5 + parent: 2 + - uid: 11754 + components: + - type: Transform + pos: -59.5,24.5 + parent: 2 + - uid: 12508 + components: + - type: Transform + pos: 1.5,-24.5 + parent: 2 + - uid: 12905 + components: + - type: Transform + pos: -30.5,-14.5 + parent: 2 + - uid: 12907 + components: + - type: Transform + pos: -30.5,-13.5 + parent: 2 + - uid: 12986 + components: + - type: Transform + pos: 15.5,40.5 + parent: 2 + - uid: 13020 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -65.5,42.5 + parent: 2 + - uid: 13027 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -65.5,7.5 + parent: 2 + - uid: 13155 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -64.5,7.5 + parent: 2 + - uid: 13160 + components: + - type: Transform + pos: -59.5,22.5 + parent: 2 + - uid: 13177 + components: + - type: Transform + pos: -61.5,23.5 + parent: 2 + - uid: 13186 + components: + - type: Transform + pos: -44.5,20.5 + parent: 2 + - uid: 13187 + components: + - type: Transform + pos: -45.5,20.5 + parent: 2 + - uid: 13936 + components: + - type: Transform + pos: -36.5,52.5 + parent: 2 + - uid: 13975 + components: + - type: Transform + pos: -43.5,16.5 + parent: 2 + - uid: 13976 + components: + - type: Transform + pos: -46.5,16.5 + parent: 2 + - uid: 14565 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,18.5 + parent: 2 + - uid: 14571 + components: + - type: Transform + pos: -42.5,20.5 + parent: 2 + - uid: 14886 + components: + - type: Transform + pos: -4.5,46.5 + parent: 2 + - uid: 15092 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,25.5 + parent: 2 + - uid: 15101 + components: + - type: Transform + pos: -30.5,51.5 + parent: 2 + - uid: 15106 + components: + - type: Transform + pos: 24.5,-9.5 + parent: 2 + - uid: 16737 + components: + - type: Transform + pos: 21.5,-9.5 + parent: 2 + - uid: 17368 + components: + - type: Transform + pos: -24.5,-14.5 + parent: 2 + - uid: 17396 + components: + - type: Transform + pos: -28.5,-13.5 + parent: 2 + - uid: 17415 + components: + - type: Transform + pos: -27.5,-13.5 + parent: 2 + - uid: 17500 + components: + - type: Transform + pos: -29.5,-13.5 + parent: 2 + - uid: 17598 + components: + - type: Transform + pos: -26.5,-13.5 + parent: 2 + - uid: 17883 + components: + - type: Transform + pos: 20.5,-9.5 + parent: 2 + - uid: 18185 + components: + - type: Transform + pos: -26.5,-14.5 + parent: 2 + - uid: 18206 + components: + - type: Transform + pos: -30.5,-16.5 + parent: 2 + - uid: 18207 + components: + - type: Transform + pos: -30.5,-15.5 + parent: 2 + - uid: 18522 components: - type: Transform pos: -48.5,11.5 - parent: 1 - - uid: 34 + parent: 2 + - uid: 18523 components: - type: Transform pos: -14.5,3.5 - parent: 1 - - uid: 63 + parent: 2 + - uid: 18524 components: - type: Transform pos: 5.5,-3.5 - parent: 1 - - uid: 84 + parent: 2 + - uid: 18525 components: - type: Transform pos: -22.5,-10.5 - parent: 1 - - uid: 101 + parent: 2 + - uid: 18526 components: - type: Transform pos: 1.5,-13.5 - parent: 1 - - uid: 102 + parent: 2 + - uid: 18527 components: - type: Transform pos: 1.5,-14.5 - parent: 1 - - uid: 107 + parent: 2 + - uid: 18528 components: - type: Transform pos: -1.5,-14.5 - parent: 1 - - uid: 108 + parent: 2 + - uid: 18529 components: - type: Transform pos: -4.5,-14.5 - parent: 1 - - uid: 117 + parent: 2 + - uid: 18530 components: - type: Transform pos: -39.5,53.5 - parent: 1 - - uid: 379 + parent: 2 + - uid: 18531 components: - type: Transform pos: -4.5,-19.5 - parent: 1 - - uid: 418 + parent: 2 + - uid: 18532 components: - type: Transform pos: -10.5,-36.5 - parent: 1 - - uid: 425 + parent: 2 + - uid: 18533 components: - type: Transform pos: -1.5,-17.5 - parent: 1 - - uid: 462 + parent: 2 + - uid: 18534 components: - type: Transform pos: 6.5,-0.5 - parent: 1 - - uid: 468 + parent: 2 + - uid: 18535 components: - type: Transform pos: 6.5,1.5 - parent: 1 - - uid: 469 + parent: 2 + - uid: 18536 components: - type: Transform pos: 6.5,2.5 - parent: 1 - - uid: 472 + parent: 2 + - uid: 18537 components: - type: Transform pos: 5.5,2.5 - parent: 1 - - uid: 483 + parent: 2 + - uid: 18538 components: - type: Transform pos: 9.5,3.5 - parent: 1 - - uid: 486 + parent: 2 + - uid: 18539 components: - type: Transform pos: 9.5,-0.5 - parent: 1 - - uid: 491 + parent: 2 + - uid: 18540 components: - type: Transform pos: 11.5,-4.5 - parent: 1 - - uid: 492 + parent: 2 + - uid: 18541 components: - type: Transform pos: 12.5,-3.5 - parent: 1 - - uid: 501 + parent: 2 + - uid: 18542 components: - type: Transform pos: -10.5,-33.5 - parent: 1 - - uid: 512 + parent: 2 + - uid: 18543 components: - type: Transform pos: 15.5,-3.5 - parent: 1 - - uid: 528 + parent: 2 + - uid: 18544 components: - type: Transform pos: 13.5,-6.5 - parent: 1 - - uid: 583 + parent: 2 + - uid: 18545 components: - type: Transform pos: -52.5,7.5 - parent: 1 - - uid: 610 + parent: 2 + - uid: 18546 components: - type: Transform pos: -15.5,16.5 - parent: 1 - - uid: 614 + parent: 2 + - uid: 18547 components: - type: Transform pos: -16.5,16.5 - parent: 1 - - uid: 632 + parent: 2 + - uid: 18548 components: - type: Transform pos: 12.5,0.5 - parent: 1 - - uid: 635 + parent: 2 + - uid: 18549 components: - type: Transform pos: 12.5,3.5 - parent: 1 - - uid: 638 + parent: 2 + - uid: 18550 components: - type: Transform pos: 12.5,4.5 - parent: 1 - - uid: 641 + parent: 2 + - uid: 18551 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,29.5 + parent: 2 + - uid: 18552 components: - type: Transform pos: 18.5,3.5 - parent: 1 - - uid: 642 + parent: 2 + - uid: 18553 components: - type: Transform pos: 18.5,2.5 - parent: 1 - - uid: 643 + parent: 2 + - uid: 18554 components: - type: Transform pos: 22.5,-2.5 - parent: 1 - - uid: 644 + parent: 2 + - uid: 18555 components: - type: Transform pos: 18.5,0.5 - parent: 1 - - uid: 646 + parent: 2 + - uid: 18556 components: - type: Transform pos: 19.5,3.5 - parent: 1 - - uid: 647 + parent: 2 + - uid: 18557 components: - type: Transform pos: 18.5,-2.5 - parent: 1 - - uid: 651 + parent: 2 + - uid: 18558 components: - type: Transform pos: 21.5,3.5 - parent: 1 - - uid: 654 + parent: 2 + - uid: 18559 components: - type: Transform pos: 21.5,0.5 - parent: 1 - - uid: 656 + parent: 2 + - uid: 18560 components: - type: Transform pos: 22.5,-0.5 - parent: 1 - - uid: 659 + parent: 2 + - uid: 18561 components: - type: Transform pos: 20.5,-3.5 - parent: 1 - - uid: 660 + parent: 2 + - uid: 18562 components: - type: Transform pos: 26.5,-6.5 - parent: 1 - - uid: 662 + parent: 2 + - uid: 18563 components: - type: Transform pos: 22.5,-3.5 - parent: 1 - - uid: 664 + parent: 2 + - uid: 18564 components: - type: Transform pos: 23.5,-6.5 - parent: 1 - - uid: 666 + parent: 2 + - uid: 18565 components: - type: Transform pos: 26.5,-7.5 - parent: 1 - - uid: 680 + parent: 2 + - uid: 18566 components: - type: Transform - pos: 25.5,-1.5 - parent: 1 - - uid: 682 + pos: 25.5,-1.5 + parent: 2 + - uid: 18567 components: - type: Transform pos: 25.5,-3.5 - parent: 1 - - uid: 685 + parent: 2 + - uid: 18568 components: - type: Transform pos: 28.5,-3.5 - parent: 1 - - uid: 688 + parent: 2 + - uid: 18569 components: - type: Transform pos: 27.5,-6.5 - parent: 1 - - uid: 700 + parent: 2 + - uid: 18570 components: - type: Transform pos: 18.5,4.5 - parent: 1 - - uid: 701 + parent: 2 + - uid: 18571 components: - type: Transform pos: 23.5,3.5 - parent: 1 - - uid: 998 + parent: 2 + - uid: 18572 components: - type: Transform pos: 24.5,20.5 - parent: 1 - - uid: 1001 + parent: 2 + - uid: 18573 components: - type: Transform pos: 20.5,13.5 - parent: 1 - - uid: 1007 + parent: 2 + - uid: 18574 components: - type: Transform pos: 24.5,10.5 - parent: 1 - - uid: 1008 + parent: 2 + - uid: 18575 components: - type: Transform pos: 24.5,9.5 - parent: 1 - - uid: 1010 + parent: 2 + - uid: 18576 components: - type: Transform pos: 24.5,7.5 - parent: 1 - - uid: 1035 + parent: 2 + - uid: 18577 components: - type: Transform pos: 21.5,10.5 - parent: 1 - - uid: 1036 + parent: 2 + - uid: 18578 components: - type: Transform pos: 20.5,10.5 - parent: 1 - - uid: 1038 + parent: 2 + - uid: 18579 components: - type: Transform pos: 20.5,8.5 - parent: 1 - - uid: 1039 + parent: 2 + - uid: 18580 components: - type: Transform pos: 20.5,7.5 - parent: 1 - - uid: 1041 + parent: 2 + - uid: 18581 components: - type: Transform pos: 23.5,7.5 - parent: 1 - - uid: 1045 - components: - - type: Transform - pos: 1.5,41.5 - parent: 1 - - uid: 1047 + parent: 2 + - uid: 18582 components: - type: Transform pos: 15.5,8.5 - parent: 1 - - uid: 1060 + parent: 2 + - uid: 18583 components: - type: Transform pos: 6.5,7.5 - parent: 1 - - uid: 1062 + parent: 2 + - uid: 18584 components: - type: Transform pos: 21.5,23.5 - parent: 1 - - uid: 1075 + parent: 2 + - uid: 18585 components: - type: Transform pos: -22.5,3.5 - parent: 1 - - uid: 1076 + parent: 2 + - uid: 18586 components: - type: Transform pos: -19.5,-3.5 - parent: 1 - - uid: 1081 + parent: 2 + - uid: 18587 components: - type: Transform pos: -17.5,-0.5 - parent: 1 - - uid: 1083 + parent: 2 + - uid: 18588 components: - type: Transform pos: -15.5,-0.5 - parent: 1 - - uid: 1084 + parent: 2 + - uid: 18589 components: - type: Transform pos: -17.5,2.5 - parent: 1 - - uid: 1087 + parent: 2 + - uid: 18590 components: - type: Transform pos: -19.5,3.5 - parent: 1 - - uid: 1100 + parent: 2 + - uid: 18591 components: - type: Transform pos: -22.5,2.5 - parent: 1 - - uid: 1103 + parent: 2 + - uid: 18592 components: - type: Transform pos: -22.5,-0.5 - parent: 1 - - uid: 1104 + parent: 2 + - uid: 18593 components: - type: Transform pos: -22.5,-1.5 - parent: 1 - - uid: 1108 + parent: 2 + - uid: 18594 components: - type: Transform pos: -23.5,-2.5 - parent: 1 - - uid: 1111 + parent: 2 + - uid: 18595 components: - type: Transform pos: -24.5,-2.5 - parent: 1 - - uid: 1113 + parent: 2 + - uid: 18596 components: - type: Transform pos: -25.5,-3.5 - parent: 1 - - uid: 1115 + parent: 2 + - uid: 18597 components: - type: Transform pos: -25.5,-5.5 - parent: 1 - - uid: 1119 + parent: 2 + - uid: 18598 components: - type: Transform pos: -23.5,-0.5 - parent: 1 - - uid: 1121 + parent: 2 + - uid: 18599 components: - type: Transform pos: -27.5,-2.5 - parent: 1 - - uid: 1123 + parent: 2 + - uid: 18600 components: - type: Transform pos: -27.5,-0.5 - parent: 1 - - uid: 1124 + parent: 2 + - uid: 18601 components: - type: Transform pos: -27.5,0.5 - parent: 1 - - uid: 1125 + parent: 2 + - uid: 18602 components: - type: Transform pos: -27.5,1.5 - parent: 1 - - uid: 1127 + parent: 2 + - uid: 18603 components: - type: Transform pos: -27.5,3.5 - parent: 1 - - uid: 1129 + parent: 2 + - uid: 18604 components: - type: Transform pos: -23.5,3.5 - parent: 1 - - uid: 1131 + parent: 2 + - uid: 18605 components: - type: Transform pos: -25.5,3.5 - parent: 1 - - uid: 1132 + parent: 2 + - uid: 18606 components: - type: Transform pos: -24.5,1.5 - parent: 1 - - uid: 1135 + parent: 2 + - uid: 18607 components: - type: Transform pos: 13.5,7.5 - parent: 1 - - uid: 1136 + parent: 2 + - uid: 18608 components: - type: Transform pos: 12.5,7.5 - parent: 1 - - uid: 1141 + parent: 2 + - uid: 18609 components: - type: Transform pos: 7.5,7.5 - parent: 1 - - uid: 1152 + parent: 2 + - uid: 18610 + components: + - type: Transform + pos: 12.5,43.5 + parent: 2 + - uid: 18611 components: - type: Transform pos: 19.5,24.5 - parent: 1 - - uid: 1160 + parent: 2 + - uid: 18612 + components: + - type: Transform + pos: 13.5,45.5 + parent: 2 + - uid: 18613 components: - type: Transform pos: 9.5,21.5 - parent: 1 - - uid: 1177 + parent: 2 + - uid: 18614 components: - type: Transform pos: 13.5,24.5 - parent: 1 - - uid: 1180 + parent: 2 + - uid: 18615 components: - type: Transform pos: 11.5,10.5 - parent: 1 - - uid: 1182 + parent: 2 + - uid: 18616 components: - type: Transform pos: -48.5,-10.5 - parent: 1 - - uid: 1195 + parent: 2 + - uid: 18617 components: - type: Transform pos: 17.5,-6.5 - parent: 1 - - uid: 1197 + parent: 2 + - uid: 18618 components: - type: Transform pos: 21.5,28.5 - parent: 1 - - uid: 1201 - components: - - type: Transform - pos: 19.5,33.5 - parent: 1 - - uid: 1204 + parent: 2 + - uid: 18619 components: - type: Transform pos: 3.5,7.5 - parent: 1 - - uid: 1205 + parent: 2 + - uid: 18620 components: - type: Transform pos: -1.5,13.5 - parent: 1 - - uid: 1206 + parent: 2 + - uid: 18621 components: - type: Transform pos: 4.5,41.5 - parent: 1 - - uid: 1210 + parent: 2 + - uid: 18622 components: - type: Transform pos: -0.5,13.5 - parent: 1 - - uid: 1212 + parent: 2 + - uid: 18623 components: - type: Transform pos: 16.5,22.5 - parent: 1 - - uid: 1214 + parent: 2 + - uid: 18624 components: - type: Transform pos: 5.5,20.5 - parent: 1 - - uid: 1218 + parent: 2 + - uid: 18625 components: - type: Transform pos: 18.5,-9.5 - parent: 1 - - uid: 1224 + parent: 2 + - uid: 18626 components: - type: Transform pos: 5.5,10.5 - parent: 1 - - uid: 1226 + parent: 2 + - uid: 18627 components: - type: Transform pos: 4.5,13.5 - parent: 1 - - uid: 1227 - components: - - type: Transform - pos: 5.5,12.5 - parent: 1 - - uid: 1231 + parent: 2 + - uid: 18629 components: - type: Transform pos: 6.5,10.5 - parent: 1 - - uid: 1235 + parent: 2 + - uid: 18630 components: - type: Transform pos: 9.5,10.5 - parent: 1 - - uid: 1239 + parent: 2 + - uid: 18631 components: - type: Transform pos: 5.5,15.5 - parent: 1 - - uid: 1243 + parent: 2 + - uid: 18632 components: - type: Transform pos: 2.5,18.5 - parent: 1 - - uid: 1275 + parent: 2 + - uid: 18633 components: - type: Transform - pos: 9.5,38.5 - parent: 1 - - uid: 1278 + pos: 10.5,43.5 + parent: 2 + - uid: 18634 + components: + - type: Transform + pos: 7.5,32.5 + parent: 2 + - uid: 18635 + components: + - type: Transform + pos: 11.5,43.5 + parent: 2 + - uid: 18636 + components: + - type: Transform + pos: 13.5,46.5 + parent: 2 + - uid: 18637 components: - type: Transform pos: 1.5,31.5 - parent: 1 - - uid: 1280 + parent: 2 + - uid: 18638 components: - type: Transform pos: 0.5,35.5 - parent: 1 - - uid: 1282 + parent: 2 + - uid: 18639 components: - type: Transform pos: -1.5,35.5 - parent: 1 - - uid: 1285 - components: - - type: Transform - pos: -4.5,35.5 - parent: 1 - - uid: 1288 + parent: 2 + - uid: 18640 components: - type: Transform pos: 5.5,38.5 - parent: 1 - - uid: 1295 + parent: 2 + - uid: 18641 components: - type: Transform - pos: 5.5,32.5 - parent: 1 - - uid: 1302 + pos: 7.5,43.5 + parent: 2 + - uid: 18642 components: - type: Transform pos: 18.5,33.5 - parent: 1 - - uid: 1305 + parent: 2 + - uid: 18643 components: - type: Transform pos: -47.5,-2.5 - parent: 1 - - uid: 1306 + parent: 2 + - uid: 18644 components: - type: Transform pos: 21.5,32.5 - parent: 1 - - uid: 1309 + parent: 2 + - uid: 18645 components: - type: Transform pos: 21.5,29.5 - parent: 1 - - uid: 1326 + parent: 2 + - uid: 18646 components: - type: Transform pos: 12.5,38.5 - parent: 1 - - uid: 1333 - components: - - type: Transform - pos: 11.5,32.5 - parent: 1 - - uid: 1334 + parent: 2 + - uid: 18647 components: - type: Transform pos: 5.5,27.5 - parent: 1 - - uid: 1337 + parent: 2 + - uid: 18648 components: - type: Transform pos: -8.5,26.5 - parent: 1 - - uid: 1339 - components: - - type: Transform - pos: -6.5,26.5 - parent: 1 - - uid: 1342 + parent: 2 + - uid: 18649 components: - type: Transform pos: -10.5,-12.5 - parent: 1 - - uid: 1349 - components: - - type: Transform - pos: 0.5,41.5 - parent: 1 - - uid: 1358 + parent: 2 + - uid: 18650 components: - type: Transform pos: -2.5,15.5 - parent: 1 - - uid: 1359 + parent: 2 + - uid: 18651 components: - type: Transform pos: 12.5,20.5 - parent: 1 - - uid: 1362 + parent: 2 + - uid: 18652 components: - type: Transform pos: 6.5,18.5 - parent: 1 - - uid: 1364 + parent: 2 + - uid: 18653 components: - type: Transform pos: 12.5,18.5 - parent: 1 - - uid: 1366 + parent: 2 + - uid: 18654 components: - type: Transform pos: 12.5,13.5 - parent: 1 - - uid: 1374 + parent: 2 + - uid: 18655 components: - type: Transform pos: -1.5,38.5 - parent: 1 - - uid: 1376 + parent: 2 + - uid: 18656 components: - type: Transform pos: -1.5,36.5 - parent: 1 - - uid: 1378 + parent: 2 + - uid: 18657 components: - type: Transform pos: -1.5,41.5 - parent: 1 - - uid: 1380 + parent: 2 + - uid: 18658 components: - type: Transform pos: -1.5,43.5 - parent: 1 - - uid: 1384 + parent: 2 + - uid: 18659 components: - type: Transform pos: 1.5,44.5 - parent: 1 - - uid: 1385 - components: - - type: Transform - pos: 1.5,45.5 - parent: 1 - - uid: 1386 - components: - - type: Transform - pos: 2.5,45.5 - parent: 1 - - uid: 1388 + parent: 2 + - uid: 18660 components: - type: Transform pos: 5.5,44.5 - parent: 1 - - uid: 1390 + parent: 2 + - uid: 18661 components: - type: Transform pos: 5.5,42.5 - parent: 1 - - uid: 1393 + parent: 2 + - uid: 18662 components: - type: Transform pos: 16.5,24.5 - parent: 1 - - uid: 1398 + parent: 2 + - uid: 18663 components: - type: Transform pos: 6.5,21.5 - parent: 1 - - uid: 1408 - components: - - type: Transform - pos: 4.5,45.5 - parent: 1 - - uid: 1409 + parent: 2 + - uid: 18664 components: - type: Transform pos: 5.5,45.5 - parent: 1 - - uid: 1423 + parent: 2 + - uid: 18665 components: - type: Transform pos: -50.5,-4.5 - parent: 1 - - uid: 1427 + parent: 2 + - uid: 18666 components: - type: Transform pos: -3.5,9.5 - parent: 1 - - uid: 1428 + parent: 2 + - uid: 18667 components: - type: Transform pos: -3.5,8.5 - parent: 1 - - uid: 1429 + parent: 2 + - uid: 18668 components: - type: Transform pos: -2.5,7.5 - parent: 1 - - uid: 1430 + parent: 2 + - uid: 18669 components: - type: Transform pos: -3.5,7.5 - parent: 1 - - uid: 1431 + parent: 2 + - uid: 18670 components: - type: Transform pos: -1.5,7.5 - parent: 1 - - uid: 1432 + parent: 2 + - uid: 18671 components: - type: Transform pos: -3.5,11.5 - parent: 1 - - uid: 1442 + parent: 2 + - uid: 18672 components: - type: Transform pos: -7.5,7.5 - parent: 1 - - uid: 1450 + parent: 2 + - uid: 18673 components: - type: Transform pos: -6.5,13.5 - parent: 1 - - uid: 1453 + parent: 2 + - uid: 18674 components: - type: Transform pos: -6.5,10.5 - parent: 1 - - uid: 1455 + parent: 2 + - uid: 18675 components: - type: Transform pos: -6.5,8.5 - parent: 1 - - uid: 1456 + parent: 2 + - uid: 18676 components: - type: Transform pos: -6.5,7.5 - parent: 1 - - uid: 1458 + parent: 2 + - uid: 18677 components: - type: Transform pos: -9.5,7.5 - parent: 1 - - uid: 1460 + parent: 2 + - uid: 18678 components: - type: Transform pos: -10.5,10.5 - parent: 1 - - uid: 1461 + parent: 2 + - uid: 18679 components: - type: Transform pos: 9.5,-4.5 - parent: 1 - - uid: 1464 + parent: 2 + - uid: 18680 components: - type: Transform pos: -10.5,13.5 - parent: 1 - - uid: 1468 + parent: 2 + - uid: 18681 components: - type: Transform pos: -8.5,20.5 - parent: 1 - - uid: 1471 + parent: 2 + - uid: 18682 components: - type: Transform pos: -8.5,19.5 - parent: 1 - - uid: 1472 + parent: 2 + - uid: 18683 components: - type: Transform pos: -9.5,19.5 - parent: 1 - - uid: 1475 + parent: 2 + - uid: 18684 components: - type: Transform pos: -8.5,23.5 - parent: 1 - - uid: 1477 + parent: 2 + - uid: 18685 components: - type: Transform pos: -9.5,23.5 - parent: 1 - - uid: 1478 + parent: 2 + - uid: 18686 components: - type: Transform pos: -10.5,23.5 - parent: 1 - - uid: 1480 + parent: 2 + - uid: 18687 components: - type: Transform pos: -10.5,21.5 - parent: 1 - - uid: 1482 + parent: 2 + - uid: 18688 components: - type: Transform pos: -10.5,19.5 - parent: 1 - - uid: 1484 + parent: 2 + - uid: 18689 components: - type: Transform pos: -10.5,17.5 - parent: 1 - - uid: 1485 + parent: 2 + - uid: 18690 components: - type: Transform pos: -14.5,7.5 - parent: 1 - - uid: 1492 - components: - - type: Transform - pos: -18.5,10.5 - parent: 1 - - uid: 1493 - components: - - type: Transform - pos: -18.5,11.5 - parent: 1 - - uid: 1494 - components: - - type: Transform - pos: -16.5,11.5 - parent: 1 - - uid: 1496 - components: - - type: Transform - pos: -15.5,11.5 - parent: 1 - - uid: 1497 - components: - - type: Transform - pos: -14.5,11.5 - parent: 1 - - uid: 1503 + parent: 2 + - uid: 18691 components: - type: Transform pos: -18.5,14.5 - parent: 1 - - uid: 1511 + parent: 2 + - uid: 18692 components: - type: Transform pos: -14.5,18.5 - parent: 1 - - uid: 1525 + parent: 2 + - uid: 18693 components: - type: Transform pos: -10.5,-14.5 - parent: 1 - - uid: 1560 + parent: 2 + - uid: 18694 components: - type: Transform pos: -4.5,8.5 - parent: 1 - - uid: 1626 + parent: 2 + - uid: 18695 + components: + - type: Transform + pos: 5.5,46.5 + parent: 2 + - uid: 18696 components: - type: Transform pos: 11.5,21.5 - parent: 1 - - uid: 1628 + parent: 2 + - uid: 18697 components: - type: Transform pos: 7.5,27.5 - parent: 1 - - uid: 1671 + parent: 2 + - uid: 18698 components: - type: Transform - pos: 1.5,11.5 - parent: 1 - - uid: 1673 + pos: 2.5,7.5 + parent: 2 + - uid: 18699 components: - type: Transform - pos: 2.5,7.5 - parent: 1 - - uid: 1782 + pos: 8.5,35.5 + parent: 2 + - uid: 18700 components: - type: Transform - pos: 8.5,32.5 - parent: 1 - - uid: 1786 + pos: 7.5,35.5 + parent: 2 + - uid: 18701 components: - type: Transform - pos: 7.5,32.5 - parent: 1 - - uid: 1883 + rot: -1.5707963267948966 rad + pos: 13.5,44.5 + parent: 2 + - uid: 18702 components: - type: Transform pos: 19.5,27.5 - parent: 1 - - uid: 1884 + parent: 2 + - uid: 18703 components: - type: Transform pos: 20.5,27.5 - parent: 1 - - uid: 1893 + parent: 2 + - uid: 18704 + components: + - type: Transform + pos: 6.5,35.5 + parent: 2 + - uid: 18705 components: - type: Transform pos: 10.5,27.5 - parent: 1 - - uid: 1895 + parent: 2 + - uid: 18706 + components: + - type: Transform + pos: 2.5,13.5 + parent: 2 + - uid: 18707 components: - type: Transform - pos: 2.5,13.5 - parent: 1 - - uid: 1899 + rot: -1.5707963267948966 rad + pos: 13.5,43.5 + parent: 2 + - uid: 18708 components: - type: Transform pos: 8.5,20.5 - parent: 1 - - uid: 1924 + parent: 2 + - uid: 18709 components: - type: Transform pos: -18.5,35.5 - parent: 1 - - uid: 1960 + parent: 2 + - uid: 18710 components: - type: Transform pos: -3.5,10.5 - parent: 1 - - uid: 2025 + parent: 2 + - uid: 18711 + components: + - type: Transform + pos: 5.5,33.5 + parent: 2 + - uid: 18712 components: - type: Transform pos: -45.5,29.5 - parent: 1 - - uid: 2032 + parent: 2 + - uid: 18713 components: - type: Transform pos: 5.5,18.5 - parent: 1 - - uid: 2039 + parent: 2 + - uid: 18714 components: - type: Transform - pos: 12.5,32.5 - parent: 1 - - uid: 2068 + pos: 5.5,31.5 + parent: 2 + - uid: 18715 components: - type: Transform pos: 5.5,17.5 - parent: 1 - - uid: 2322 + parent: 2 + - uid: 18716 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,32.5 + parent: 2 + - uid: 18717 components: - type: Transform pos: 5.5,37.5 - parent: 1 - - uid: 2377 + parent: 2 + - uid: 18718 components: - type: Transform pos: 17.5,-8.5 - parent: 1 - - uid: 2646 + parent: 2 + - uid: 18719 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,28.5 + parent: 2 + - uid: 18720 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,28.5 + parent: 2 + - uid: 18721 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,28.5 + parent: 2 + - uid: 18722 + components: + - type: Transform + pos: 11.5,27.5 + parent: 2 + - uid: 18723 + components: + - type: Transform + pos: 5.5,22.5 + parent: 2 + - uid: 18724 + components: + - type: Transform + pos: 12.5,27.5 + parent: 2 + - uid: 18725 components: - type: Transform pos: -8.5,35.5 - parent: 1 - - uid: 2647 + parent: 2 + - uid: 18726 components: - type: Transform pos: -9.5,35.5 - parent: 1 - - uid: 2651 + parent: 2 + - uid: 18727 components: - type: Transform pos: -11.5,34.5 - parent: 1 - - uid: 2653 + parent: 2 + - uid: 18728 components: - type: Transform pos: -14.5,34.5 - parent: 1 - - uid: 2654 + parent: 2 + - uid: 18729 components: - type: Transform pos: -18.5,34.5 - parent: 1 - - uid: 2727 + parent: 2 + - uid: 18730 + components: + - type: Transform + pos: -39.5,54.5 + parent: 2 + - uid: 18731 components: - type: Transform pos: -10.5,11.5 - parent: 1 - - uid: 2732 + parent: 2 + - uid: 18732 components: - type: Transform pos: -15.5,18.5 - parent: 1 - - uid: 2733 + parent: 2 + - uid: 18733 components: - type: Transform pos: -14.5,17.5 - parent: 1 - - uid: 2797 + parent: 2 + - uid: 18734 components: - type: Transform pos: 2.5,9.5 - parent: 1 - - uid: 2810 + parent: 2 + - uid: 18735 components: - type: Transform pos: 0.5,11.5 - parent: 1 - - uid: 2817 + parent: 2 + - uid: 18736 components: - type: Transform pos: 2.5,11.5 - parent: 1 - - uid: 2818 + parent: 2 + - uid: 18737 components: - type: Transform pos: 2.5,8.5 - parent: 1 - - uid: 2823 + parent: 2 + - uid: 18738 components: - type: Transform pos: -0.5,11.5 - parent: 1 - - uid: 2829 + parent: 2 + - uid: 18739 components: - type: Transform pos: -20.5,30.5 - parent: 1 - - uid: 2836 + parent: 2 + - uid: 18740 components: - type: Transform pos: -14.5,22.5 - parent: 1 - - uid: 2844 + parent: 2 + - uid: 18741 components: - type: Transform pos: -14.5,30.5 - parent: 1 - - uid: 2849 + parent: 2 + - uid: 18742 components: - type: Transform pos: -18.5,30.5 - parent: 1 - - uid: 2850 + parent: 2 + - uid: 18743 components: - type: Transform pos: -14.5,21.5 - parent: 1 - - uid: 2893 + parent: 2 + - uid: 18744 components: - type: Transform pos: -18.5,22.5 - parent: 1 - - uid: 2960 + parent: 2 + - uid: 18745 components: - type: Transform - pos: -18.5,28.5 - parent: 1 - - uid: 2961 + pos: -15.5,21.5 + parent: 2 + - uid: 18746 components: - type: Transform - pos: -15.5,21.5 - parent: 1 - - uid: 2975 + pos: -31.5,20.5 + parent: 2 + - uid: 18747 components: - type: Transform pos: -18.5,21.5 - parent: 1 - - uid: 3026 + parent: 2 + - uid: 18748 components: - type: Transform pos: -20.5,8.5 - parent: 1 - - uid: 3030 + parent: 2 + - uid: 18749 components: - type: Transform pos: -21.5,10.5 - parent: 1 - - uid: 3031 + parent: 2 + - uid: 18750 components: - type: Transform pos: -21.5,11.5 - parent: 1 - - uid: 3033 + parent: 2 + - uid: 18751 components: - type: Transform pos: -21.5,13.5 - parent: 1 - - uid: 3035 + parent: 2 + - uid: 18752 components: - type: Transform pos: -21.5,15.5 - parent: 1 - - uid: 3037 + parent: 2 + - uid: 18753 components: - type: Transform pos: -21.5,17.5 - parent: 1 - - uid: 3043 + parent: 2 + - uid: 18754 components: - type: Transform pos: -21.5,19.5 - parent: 1 - - uid: 3048 + parent: 2 + - uid: 18755 components: - type: Transform pos: -27.5,26.5 - parent: 1 - - uid: 3050 + parent: 2 + - uid: 18756 components: - type: Transform pos: -23.5,25.5 - parent: 1 - - uid: 3051 + parent: 2 + - uid: 18757 components: - type: Transform pos: -21.5,27.5 - parent: 1 - - uid: 3053 + parent: 2 + - uid: 18758 components: - type: Transform pos: -22.5,7.5 - parent: 1 - - uid: 3054 + parent: 2 + - uid: 18759 components: - type: Transform pos: -24.5,7.5 - parent: 1 - - uid: 3056 + parent: 2 + - uid: 18760 components: - type: Transform pos: -29.5,7.5 - parent: 1 - - uid: 3059 + parent: 2 + - uid: 18761 components: - type: Transform pos: -29.5,10.5 - parent: 1 - - uid: 3063 + parent: 2 + - uid: 18762 components: - type: Transform pos: -29.5,14.5 - parent: 1 - - uid: 3065 + parent: 2 + - uid: 18763 components: - type: Transform pos: -29.5,16.5 - parent: 1 - - uid: 3068 + parent: 2 + - uid: 18764 components: - type: Transform pos: -25.5,14.5 - parent: 1 - - uid: 3069 + parent: 2 + - uid: 18765 components: - type: Transform pos: -28.5,19.5 - parent: 1 - - uid: 3072 + parent: 2 + - uid: 18766 components: - type: Transform pos: -28.5,14.5 - parent: 1 - - uid: 3074 + parent: 2 + - uid: 18767 components: - type: Transform pos: -22.5,19.5 - parent: 1 - - uid: 3076 + parent: 2 + - uid: 18768 components: - type: Transform pos: -24.5,19.5 - parent: 1 - - uid: 3077 + parent: 2 + - uid: 18769 components: - type: Transform pos: -25.5,19.5 - parent: 1 - - uid: 3079 + parent: 2 + - uid: 18770 components: - type: Transform pos: -29.5,18.5 - parent: 1 - - uid: 3081 + parent: 2 + - uid: 18771 components: - type: Transform pos: -22.5,14.5 - parent: 1 - - uid: 3108 + parent: 2 + - uid: 18772 components: - type: Transform pos: -31.5,11.5 - parent: 1 - - uid: 3110 + parent: 2 + - uid: 18773 components: - type: Transform pos: -27.5,30.5 - parent: 1 - - uid: 3113 + parent: 2 + - uid: 18774 components: - type: Transform pos: -32.5,7.5 - parent: 1 - - uid: 3114 + parent: 2 + - uid: 18775 components: - type: Transform pos: -31.5,7.5 - parent: 1 - - uid: 3120 + parent: 2 + - uid: 18776 components: - type: Transform pos: -21.5,25.5 - parent: 1 - - uid: 3123 + parent: 2 + - uid: 18777 components: - type: Transform pos: -21.5,22.5 - parent: 1 - - uid: 3125 + parent: 2 + - uid: 18778 components: - type: Transform pos: -23.5,22.5 - parent: 1 - - uid: 3126 + parent: 2 + - uid: 18779 components: - type: Transform pos: -26.5,22.5 - parent: 1 - - uid: 3128 + parent: 2 + - uid: 18780 components: - type: Transform pos: -24.5,25.5 - parent: 1 - - uid: 3138 + parent: 2 + - uid: 18781 components: - type: Transform pos: -27.5,22.5 - parent: 1 - - uid: 3141 + parent: 2 + - uid: 18782 components: - type: Transform pos: -29.5,30.5 - parent: 1 - - uid: 3142 + parent: 2 + - uid: 18783 components: - type: Transform pos: -30.5,30.5 - parent: 1 - - uid: 3143 + parent: 2 + - uid: 18784 components: - type: Transform pos: -31.5,30.5 - parent: 1 - - uid: 3148 + parent: 2 + - uid: 18785 components: - type: Transform pos: -30.5,22.5 - parent: 1 - - uid: 3149 + parent: 2 + - uid: 18786 components: - type: Transform pos: -31.5,22.5 - parent: 1 - - uid: 3153 + parent: 2 + - uid: 18787 components: - type: Transform pos: -35.5,30.5 - parent: 1 - - uid: 3155 + parent: 2 + - uid: 18788 components: - type: Transform pos: -35.5,22.5 - parent: 1 - - uid: 3156 + parent: 2 + - uid: 18789 components: - type: Transform pos: -31.5,21.5 - parent: 1 - - uid: 3162 + parent: 2 + - uid: 18790 components: - type: Transform pos: -31.5,15.5 - parent: 1 - - uid: 3163 + parent: 2 + - uid: 18791 components: - type: Transform pos: -31.5,14.5 - parent: 1 - - uid: 3165 + parent: 2 + - uid: 18792 components: - type: Transform pos: -33.5,14.5 - parent: 1 - - uid: 3171 + parent: 2 + - uid: 18793 components: - type: Transform pos: -35.5,8.5 - parent: 1 - - uid: 3172 + parent: 2 + - uid: 18794 components: - type: Transform pos: -35.5,9.5 - parent: 1 - - uid: 3182 + parent: 2 + - uid: 18795 components: - type: Transform pos: -34.5,8.5 - parent: 1 - - uid: 3214 + parent: 2 + - uid: 18796 components: - type: Transform pos: -39.5,17.5 - parent: 1 - - uid: 3216 + parent: 2 + - uid: 18797 components: - type: Transform pos: -39.5,14.5 - parent: 1 - - uid: 3218 + parent: 2 + - uid: 18798 components: - type: Transform pos: -39.5,7.5 - parent: 1 - - uid: 3219 + parent: 2 + - uid: 18799 components: - type: Transform pos: -43.5,7.5 - parent: 1 - - uid: 3221 + parent: 2 + - uid: 18800 components: - type: Transform pos: -42.5,7.5 - parent: 1 - - uid: 3361 + parent: 2 + - uid: 18801 components: - type: Transform pos: -40.5,7.5 - parent: 1 - - uid: 3421 + parent: 2 + - uid: 18802 components: - type: Transform pos: -35.5,14.5 - parent: 1 - - uid: 3436 + parent: 2 + - uid: 18803 components: - type: Transform pos: -39.5,9.5 - parent: 1 - - uid: 3438 + parent: 2 + - uid: 18804 components: - type: Transform pos: -39.5,11.5 - parent: 1 - - uid: 3439 + parent: 2 + - uid: 18805 components: - type: Transform pos: -39.5,12.5 - parent: 1 - - uid: 3442 + parent: 2 + - uid: 18806 components: - type: Transform pos: -18.5,43.5 - parent: 1 - - uid: 3459 + parent: 2 + - uid: 18807 components: - type: Transform pos: -30.5,3.5 - parent: 1 - - uid: 3460 + parent: 2 + - uid: 18808 components: - type: Transform pos: -30.5,2.5 - parent: 1 - - uid: 3462 + parent: 2 + - uid: 18809 components: - type: Transform pos: -30.5,0.5 - parent: 1 - - uid: 3466 + parent: 2 + - uid: 18810 components: - type: Transform pos: -30.5,-3.5 - parent: 1 - - uid: 3467 + parent: 2 + - uid: 18811 components: - type: Transform pos: -30.5,-4.5 - parent: 1 - - uid: 3470 + parent: 2 + - uid: 18812 + components: + - type: Transform + pos: -31.5,17.5 + parent: 2 + - uid: 18813 components: - type: Transform pos: -29.5,-9.5 - parent: 1 - - uid: 3472 + parent: 2 + - uid: 18814 components: - type: Transform pos: -30.5,-9.5 - parent: 1 - - uid: 3489 + parent: 2 + - uid: 18815 components: - type: Transform pos: -47.5,-10.5 - parent: 1 - - uid: 3495 + parent: 2 + - uid: 18816 components: - type: Transform pos: -30.5,-12.5 - parent: 1 - - uid: 3507 + parent: 2 + - uid: 18817 components: - type: Transform pos: -20.5,-3.5 - parent: 1 - - uid: 3511 - components: - - type: Transform - pos: -21.5,-9.5 - parent: 1 - - uid: 3516 + parent: 2 + - uid: 18819 components: - type: Transform pos: -8.5,-13.5 - parent: 1 - - uid: 3520 + parent: 2 + - uid: 18820 components: - type: Transform pos: -39.5,2.5 - parent: 1 - - uid: 3523 + parent: 2 + - uid: 18821 components: - type: Transform pos: -42.5,2.5 - parent: 1 - - uid: 3526 + parent: 2 + - uid: 18822 components: - type: Transform pos: -35.5,-0.5 - parent: 1 - - uid: 3529 + parent: 2 + - uid: 18823 components: - type: Transform pos: -31.5,-0.5 - parent: 1 - - uid: 3533 + parent: 2 + - uid: 18824 components: - type: Transform pos: -42.5,-0.5 - parent: 1 - - uid: 3537 + parent: 2 + - uid: 18825 components: - type: Transform pos: -43.5,3.5 - parent: 1 - - uid: 3550 + parent: 2 + - uid: 18826 components: - type: Transform pos: -35.5,-3.5 - parent: 1 - - uid: 3561 + parent: 2 + - uid: 18827 components: - type: Transform pos: -36.5,-9.5 - parent: 1 - - uid: 3583 + parent: 2 + - uid: 18828 components: - type: Transform pos: -49.5,2.5 - parent: 1 - - uid: 3599 + parent: 2 + - uid: 18829 components: - type: Transform pos: -50.5,3.5 - parent: 1 - - uid: 3600 + parent: 2 + - uid: 18830 components: - type: Transform pos: -47.5,-1.5 - parent: 1 - - uid: 3601 + parent: 2 + - uid: 18831 components: - type: Transform pos: -47.5,-0.5 - parent: 1 - - uid: 3604 + parent: 2 + - uid: 18832 components: - type: Transform pos: -47.5,2.5 - parent: 1 - - uid: 3605 + parent: 2 + - uid: 18833 components: - type: Transform pos: -47.5,3.5 - parent: 1 - - uid: 3606 + parent: 2 + - uid: 18834 components: - type: Transform pos: -46.5,3.5 - parent: 1 - - uid: 3611 + parent: 2 + - uid: 18835 components: - type: Transform pos: -43.5,-0.5 - parent: 1 - - uid: 3628 + parent: 2 + - uid: 18836 components: - type: Transform pos: -46.5,-11.5 - parent: 1 - - uid: 3690 + parent: 2 + - uid: 18837 components: - type: Transform pos: -39.5,8.5 - parent: 1 - - uid: 3691 + parent: 2 + - uid: 18838 components: - type: Transform pos: -43.5,8.5 - parent: 1 - - uid: 3699 + parent: 2 + - uid: 18839 components: - type: Transform pos: -43.5,11.5 - parent: 1 - - uid: 3700 + parent: 2 + - uid: 18840 components: - type: Transform pos: -43.5,12.5 - parent: 1 - - uid: 3705 + parent: 2 + - uid: 18841 components: - type: Transform pos: -35.5,-4.5 - parent: 1 - - uid: 3766 + parent: 2 + - uid: 18842 components: - type: Transform pos: -42.5,12.5 - parent: 1 - - uid: 3832 + parent: 2 + - uid: 18843 components: - type: Transform pos: -41.5,12.5 - parent: 1 - - uid: 3903 + parent: 2 + - uid: 18844 components: - type: Transform pos: -40.5,12.5 - parent: 1 - - uid: 4136 + parent: 2 + - uid: 18845 components: - type: Transform pos: -36.5,-13.5 - parent: 1 - - uid: 4163 + parent: 2 + - uid: 18846 components: - type: Transform pos: -21.5,14.5 - parent: 1 - - uid: 4170 + parent: 2 + - uid: 18847 components: - type: Transform pos: -39.5,18.5 - parent: 1 - - uid: 4173 + parent: 2 + - uid: 18848 components: - type: Transform pos: -40.5,20.5 - parent: 1 - - uid: 4177 + parent: 2 + - uid: 18849 components: - type: Transform pos: -39.5,25.5 - parent: 1 - - uid: 4179 + parent: 2 + - uid: 18850 components: - type: Transform pos: -39.5,27.5 - parent: 1 - - uid: 4180 + parent: 2 + - uid: 18851 components: - type: Transform pos: -39.5,28.5 - parent: 1 - - uid: 4182 + parent: 2 + - uid: 18852 components: - type: Transform pos: -39.5,30.5 - parent: 1 - - uid: 4184 + parent: 2 + - uid: 18853 components: - type: Transform pos: -41.5,29.5 - parent: 1 - - uid: 4186 + parent: 2 + - uid: 18854 components: - type: Transform pos: -43.5,29.5 - parent: 1 - - uid: 4187 + parent: 2 + - uid: 18855 components: - type: Transform pos: -43.5,28.5 - parent: 1 - - uid: 4190 + parent: 2 + - uid: 18856 components: - type: Transform pos: -43.5,25.5 - parent: 1 - - uid: 4192 + parent: 2 + - uid: 18857 components: - type: Transform pos: -43.5,23.5 - parent: 1 - - uid: 4195 + parent: 2 + - uid: 18858 components: - type: Transform pos: -41.5,22.5 - parent: 1 - - uid: 4196 + parent: 2 + - uid: 18859 components: - type: Transform pos: -40.5,22.5 - parent: 1 - - uid: 4202 + parent: 2 + - uid: 18860 + components: + - type: Transform + pos: -21.5,20.5 + parent: 2 + - uid: 18861 components: - type: Transform pos: -50.5,30.5 - parent: 1 - - uid: 4203 + parent: 2 + - uid: 18862 components: - type: Transform pos: -18.5,24.5 - parent: 1 - - uid: 4205 + parent: 2 + - uid: 18863 components: - type: Transform pos: -51.5,20.5 - parent: 1 - - uid: 4206 + parent: 2 + - uid: 18864 components: - type: Transform pos: -47.5,30.5 - parent: 1 - - uid: 4253 + parent: 2 + - uid: 18865 components: - type: Transform pos: -18.5,27.5 - parent: 1 - - uid: 4264 + parent: 2 + - uid: 18866 components: - type: Transform pos: 24.5,11.5 - parent: 1 - - uid: 4266 + parent: 2 + - uid: 18867 components: - type: Transform pos: -17.5,21.5 - parent: 1 - - uid: 4267 + parent: 2 + - uid: 18868 components: - type: Transform pos: 17.5,-7.5 - parent: 1 - - uid: 4273 + parent: 2 + - uid: 18869 components: - type: Transform pos: -9.5,45.5 - parent: 1 - - uid: 4282 + parent: 2 + - uid: 18870 components: - type: Transform pos: -10.5,45.5 - parent: 1 - - uid: 4283 - components: - - type: Transform - pos: -43.5,17.5 - parent: 1 - - uid: 4286 + parent: 2 + - uid: 18871 components: - type: Transform - pos: -43.5,19.5 - parent: 1 - - uid: 4287 + pos: -44.5,16.5 + parent: 2 + - uid: 18873 components: - type: Transform pos: -42.5,16.5 - parent: 1 - - uid: 4289 + parent: 2 + - uid: 18874 components: - type: Transform pos: -40.5,16.5 - parent: 1 - - uid: 4290 - components: - - type: Transform - pos: -44.5,16.5 - parent: 1 - - uid: 4291 - components: - - type: Transform - pos: -45.5,16.5 - parent: 1 - - uid: 4293 + parent: 2 + - uid: 18877 components: - type: Transform pos: -49.5,20.5 - parent: 1 - - uid: 4295 + parent: 2 + - uid: 18878 components: - type: Transform pos: -49.5,18.5 - parent: 1 - - uid: 4296 + parent: 2 + - uid: 18879 components: - type: Transform pos: -49.5,17.5 - parent: 1 - - uid: 4298 + parent: 2 + - uid: 18880 components: - type: Transform pos: -48.5,16.5 - parent: 1 - - uid: 4299 + parent: 2 + - uid: 18881 components: - type: Transform pos: -47.5,16.5 - parent: 1 - - uid: 4301 + parent: 2 + - uid: 18882 components: - type: Transform pos: -46.5,18.5 - parent: 1 - - uid: 4305 + parent: 2 + - uid: 18883 components: - type: Transform pos: -42.5,13.5 - parent: 1 - - uid: 4324 + parent: 2 + - uid: 18884 components: - type: Transform pos: -51.5,16.5 - parent: 1 - - uid: 4430 + parent: 2 + - uid: 18885 components: - type: Transform pos: -11.5,45.5 - parent: 1 - - uid: 4431 + parent: 2 + - uid: 18886 components: - type: Transform pos: -12.5,45.5 - parent: 1 - - uid: 4433 + parent: 2 + - uid: 18887 components: - type: Transform pos: -14.5,45.5 - parent: 1 - - uid: 4434 + parent: 2 + - uid: 18888 components: - type: Transform pos: -29.5,19.5 - parent: 1 - - uid: 4500 + parent: 2 + - uid: 18889 components: - type: Transform pos: -49.5,-1.5 - parent: 1 - - uid: 4506 + parent: 2 + - uid: 18890 components: - type: Transform pos: -49.5,-7.5 - parent: 1 - - uid: 4509 + parent: 2 + - uid: 18891 components: - type: Transform pos: -54.5,3.5 - parent: 1 - - uid: 4510 + parent: 2 + - uid: 18892 components: - type: Transform pos: -55.5,3.5 - parent: 1 - - uid: 4511 + parent: 2 + - uid: 18893 components: - type: Transform pos: -49.5,0.5 - parent: 1 - - uid: 4512 + parent: 2 + - uid: 18894 components: - type: Transform pos: 16.5,49.5 - parent: 1 - - uid: 4513 + parent: 2 + - uid: 18895 components: - type: Transform pos: -51.5,0.5 - parent: 1 - - uid: 4516 + parent: 2 + - uid: 18896 components: - type: Transform pos: -54.5,0.5 - parent: 1 - - uid: 4520 + parent: 2 + - uid: 18897 components: - type: Transform pos: 22.5,0.5 - parent: 1 - - uid: 4521 + parent: 2 + - uid: 18898 components: - type: Transform pos: -55.5,-3.5 - parent: 1 - - uid: 4522 + parent: 2 + - uid: 18899 components: - type: Transform pos: -55.5,-4.5 - parent: 1 - - uid: 4525 + parent: 2 + - uid: 18900 components: - type: Transform pos: -55.5,-7.5 - parent: 1 - - uid: 4526 + parent: 2 + - uid: 18901 components: - type: Transform pos: -55.5,-8.5 - parent: 1 - - uid: 4529 + parent: 2 + - uid: 18902 components: - type: Transform pos: -52.5,-8.5 - parent: 1 - - uid: 4533 + parent: 2 + - uid: 18903 + components: + - type: Transform + pos: 5.5,34.5 + parent: 2 + - uid: 18904 components: - type: Transform pos: -9.5,48.5 - parent: 1 - - uid: 4534 + parent: 2 + - uid: 18905 components: - type: Transform pos: -13.5,45.5 - parent: 1 - - uid: 4535 + parent: 2 + - uid: 18906 components: - type: Transform pos: -9.5,50.5 - parent: 1 - - uid: 4536 + parent: 2 + - uid: 18907 components: - type: Transform pos: -9.5,49.5 - parent: 1 - - uid: 4537 + parent: 2 + - uid: 18908 components: - type: Transform pos: -30.5,-0.5 - parent: 1 - - uid: 4538 + parent: 2 + - uid: 18909 components: - type: Transform pos: -10.5,50.5 - parent: 1 - - uid: 4539 + parent: 2 + - uid: 18910 components: - type: Transform pos: -14.5,50.5 - parent: 1 - - uid: 4544 + parent: 2 + - uid: 18911 components: - type: Transform pos: -13.5,50.5 - parent: 1 - - uid: 4545 + parent: 2 + - uid: 18912 components: - type: Transform pos: -12.5,50.5 - parent: 1 - - uid: 4551 + parent: 2 + - uid: 18913 components: - type: Transform pos: -55.5,28.5 - parent: 1 - - uid: 4554 + parent: 2 + - uid: 18914 components: - type: Transform pos: -54.5,30.5 - parent: 1 - - uid: 4571 + parent: 2 + - uid: 18915 + components: + - type: Transform + pos: -20.5,15.5 + parent: 2 + - uid: 18916 components: - type: Transform pos: -46.5,27.5 - parent: 1 - - uid: 4575 + parent: 2 + - uid: 18917 components: - type: Transform pos: -51.5,19.5 - parent: 1 - - uid: 4579 + parent: 2 + - uid: 18918 components: - type: Transform pos: -55.5,22.5 - parent: 1 - - uid: 4581 + parent: 2 + - uid: 18919 components: - type: Transform pos: -46.5,29.5 - parent: 1 - - uid: 4586 + parent: 2 + - uid: 18920 components: - type: Transform pos: -55.5,26.5 - parent: 1 - - uid: 4587 + parent: 2 + - uid: 18921 components: - type: Transform pos: -55.5,25.5 - parent: 1 - - uid: 4593 + parent: 2 + - uid: 18922 components: - type: Transform pos: -60.5,35.5 - parent: 1 - - uid: 4594 + parent: 2 + - uid: 18923 components: - type: Transform pos: -11.5,50.5 - parent: 1 - - uid: 4707 + parent: 2 + - uid: 18924 components: - type: Transform pos: -9.5,46.5 - parent: 1 - - uid: 4751 + parent: 2 + - uid: 18925 components: - type: Transform pos: -1.5,44.5 - parent: 1 - - uid: 4754 + parent: 2 + - uid: 18926 components: - type: Transform pos: 13.5,38.5 - parent: 1 - - uid: 4758 + parent: 2 + - uid: 18927 components: - type: Transform pos: -29.5,3.5 - parent: 1 - - uid: 4773 + parent: 2 + - uid: 18928 components: - type: Transform pos: -6.5,-13.5 - parent: 1 - - uid: 4832 + parent: 2 + - uid: 18929 components: - type: Transform pos: -4.5,45.5 - parent: 1 - - uid: 4850 + parent: 2 + - uid: 18930 components: - type: Transform pos: -33.5,53.5 - parent: 1 - - uid: 4873 + parent: 2 + - uid: 18931 components: - type: Transform pos: -73.5,48.5 - parent: 1 - - uid: 5042 - components: - - type: Transform - pos: 10.5,44.5 - parent: 1 - - uid: 5043 - components: - - type: Transform - pos: 9.5,44.5 - parent: 1 - - uid: 5044 - components: - - type: Transform - pos: 12.5,44.5 - parent: 1 - - uid: 5049 - components: - - type: Transform - pos: 8.5,42.5 - parent: 1 - - uid: 5050 - components: - - type: Transform - pos: 13.5,42.5 - parent: 1 - - uid: 5051 - components: - - type: Transform - pos: 13.5,41.5 - parent: 1 - - uid: 5052 - components: - - type: Transform - pos: 12.5,41.5 - parent: 1 - - uid: 5055 - components: - - type: Transform - pos: 11.5,41.5 - parent: 1 - - uid: 5056 - components: - - type: Transform - pos: 13.5,44.5 - parent: 1 - - uid: 5058 - components: - - type: Transform - pos: 9.5,41.5 - parent: 1 - - uid: 5059 - components: - - type: Transform - pos: 8.5,41.5 - parent: 1 - - uid: 5077 + parent: 2 + - uid: 18932 components: - type: Transform pos: -61.5,7.5 - parent: 1 - - uid: 5105 + parent: 2 + - uid: 18933 components: - type: Transform pos: 18.5,47.5 - parent: 1 - - uid: 5109 + parent: 2 + - uid: 18934 components: - type: Transform pos: 16.5,50.5 - parent: 1 - - uid: 5115 - components: - - type: Transform - pos: 8.5,43.5 - parent: 1 - - uid: 5116 - components: - - type: Transform - pos: 8.5,44.5 - parent: 1 - - uid: 5117 - components: - - type: Transform - pos: 11.5,44.5 - parent: 1 - - uid: 5118 + parent: 2 + - uid: 18935 components: - type: Transform - pos: 13.5,43.5 - parent: 1 - - uid: 5123 + rot: -1.5707963267948966 rad + pos: 13.5,40.5 + parent: 2 + - uid: 18936 components: - type: Transform pos: 16.5,47.5 - parent: 1 - - uid: 5124 + parent: 2 + - uid: 18937 components: - type: Transform pos: 19.5,-9.5 - parent: 1 - - uid: 5174 + parent: 2 + - uid: 18938 components: - type: Transform pos: -72.5,11.5 - parent: 1 - - uid: 5178 + parent: 2 + - uid: 18939 components: - type: Transform pos: -68.5,7.5 - parent: 1 - - uid: 5180 + parent: 2 + - uid: 18940 components: - type: Transform pos: -66.5,7.5 - parent: 1 - - uid: 5183 + parent: 2 + - uid: 18941 components: - type: Transform pos: -59.5,7.5 - parent: 1 - - uid: 5255 + parent: 2 + - uid: 18942 components: - type: Transform pos: -55.5,21.5 - parent: 1 - - uid: 5330 + parent: 2 + - uid: 18943 components: - type: Transform pos: 18.5,-6.5 - parent: 1 - - uid: 5331 + parent: 2 + - uid: 18944 components: - type: Transform pos: -62.5,35.5 - parent: 1 - - uid: 5333 + parent: 2 + - uid: 18945 components: - type: Transform pos: 20.5,-6.5 - parent: 1 - - uid: 5334 + parent: 2 + - uid: 18946 components: - type: Transform pos: 21.5,-6.5 - parent: 1 - - uid: 5345 + parent: 2 + - uid: 18947 components: - type: Transform pos: 21.5,-7.5 - parent: 1 - - uid: 5349 + parent: 2 + - uid: 18948 components: - type: Transform pos: -55.5,9.5 - parent: 1 - - uid: 5374 + parent: 2 + - uid: 18949 components: - type: Transform pos: -46.5,-10.5 - parent: 1 - - uid: 5380 + parent: 2 + - uid: 18950 components: - type: Transform pos: 21.5,-8.5 - parent: 1 - - uid: 5412 + parent: 2 + - uid: 18951 components: - type: Transform pos: -23.5,-5.5 - parent: 1 - - uid: 5463 + parent: 2 + - uid: 18952 components: - type: Transform pos: -61.5,35.5 - parent: 1 - - uid: 5518 + parent: 2 + - uid: 18953 components: - type: Transform pos: -53.5,-4.5 - parent: 1 - - uid: 5521 + parent: 2 + - uid: 18954 components: - type: Transform pos: -50.5,0.5 - parent: 1 - - uid: 5668 + parent: 2 + - uid: 18955 components: - type: Transform pos: -67.5,35.5 - parent: 1 - - uid: 5679 + parent: 2 + - uid: 18956 components: - type: Transform pos: -66.5,35.5 - parent: 1 - - uid: 5722 + parent: 2 + - uid: 18957 components: - type: Transform pos: -43.5,49.5 - parent: 1 - - uid: 5724 + parent: 2 + - uid: 18958 components: - type: Transform pos: -44.5,48.5 - parent: 1 - - uid: 5749 + parent: 2 + - uid: 18959 components: - type: Transform pos: -62.5,27.5 - parent: 1 - - uid: 5753 + parent: 2 + - uid: 18960 components: - type: Transform pos: -45.5,55.5 - parent: 1 - - uid: 5759 + parent: 2 + - uid: 18961 components: - type: Transform pos: -45.5,50.5 - parent: 1 - - uid: 5839 + parent: 2 + - uid: 18962 components: - type: Transform - pos: -10.5,38.5 - parent: 1 - - uid: 5841 + rot: 1.5707963267948966 rad + pos: -7.5,25.5 + parent: 2 + - uid: 18963 components: - type: Transform - pos: -10.5,40.5 - parent: 1 - - uid: 5842 + rot: 1.5707963267948966 rad + pos: -6.5,25.5 + parent: 2 + - uid: 18964 + components: + - type: Transform + pos: -10.5,38.5 + parent: 2 + - uid: 18966 components: - type: Transform pos: -10.5,41.5 - parent: 1 - - uid: 5844 + parent: 2 + - uid: 18967 components: - type: Transform pos: -10.5,43.5 - parent: 1 - - uid: 5853 + parent: 2 + - uid: 18968 components: - type: Transform pos: -6.5,38.5 - parent: 1 - - uid: 5858 + parent: 2 + - uid: 18969 components: - type: Transform pos: -4.5,40.5 - parent: 1 - - uid: 5863 + parent: 2 + - uid: 18970 components: - type: Transform pos: -7.5,38.5 - parent: 1 - - uid: 5865 + parent: 2 + - uid: 18971 components: - type: Transform pos: -9.5,38.5 - parent: 1 - - uid: 5871 + parent: 2 + - uid: 18972 components: - type: Transform pos: -4.5,41.5 - parent: 1 - - uid: 5873 + parent: 2 + - uid: 18973 components: - type: Transform pos: -4.5,43.5 - parent: 1 - - uid: 5876 + parent: 2 + - uid: 18974 components: - type: Transform pos: -5.5,45.5 - parent: 1 - - uid: 5888 + parent: 2 + - uid: 18975 components: - type: Transform pos: -62.5,28.5 - parent: 1 - - uid: 5889 + parent: 2 + - uid: 18976 components: - type: Transform pos: -62.5,29.5 - parent: 1 - - uid: 5893 - components: - - type: Transform - pos: -62.5,26.5 - parent: 1 - - uid: 5899 + parent: 2 + - uid: 18978 components: - type: Transform pos: -18.5,50.5 - parent: 1 - - uid: 5909 + parent: 2 + - uid: 18979 components: - type: Transform pos: -62.5,25.5 - parent: 1 - - uid: 5943 + parent: 2 + - uid: 18980 components: - type: Transform pos: -65.5,32.5 - parent: 1 - - uid: 5980 + parent: 2 + - uid: 18981 components: - type: Transform pos: 13.5,47.5 - parent: 1 - - uid: 5982 - components: - - type: Transform - pos: 8.5,47.5 - parent: 1 - - uid: 5983 + parent: 2 + - uid: 18982 components: - type: Transform pos: 9.5,47.5 - parent: 1 - - uid: 5985 + parent: 2 + - uid: 18983 components: - type: Transform pos: 12.5,47.5 - parent: 1 - - uid: 5999 + parent: 2 + - uid: 18984 components: - type: Transform pos: 5.5,48.5 - parent: 1 - - uid: 6004 + parent: 2 + - uid: 18985 components: - type: Transform pos: 6.5,49.5 - parent: 1 - - uid: 6005 + parent: 2 + - uid: 18986 components: - type: Transform pos: 5.5,51.5 - parent: 1 - - uid: 6007 + parent: 2 + - uid: 18987 components: - type: Transform pos: 5.5,49.5 - parent: 1 - - uid: 6026 + parent: 2 + - uid: 18988 components: - type: Transform pos: 8.5,49.5 - parent: 1 - - uid: 6034 + parent: 2 + - uid: 18989 components: - type: Transform - pos: 9.5,52.5 - parent: 1 - - uid: 6035 + pos: -34.5,51.5 + parent: 2 + - uid: 18990 components: - type: Transform pos: 9.5,51.5 - parent: 1 - - uid: 6046 + parent: 2 + - uid: 18991 components: - type: Transform pos: 21.5,48.5 - parent: 1 - - uid: 6215 + parent: 2 + - uid: 18992 components: - type: Transform pos: 16.5,48.5 - parent: 1 - - uid: 6337 + parent: 2 + - uid: 18993 components: - type: Transform pos: 16.5,51.5 - parent: 1 - - uid: 6420 + parent: 2 + - uid: 18994 components: - type: Transform pos: -64.5,35.5 - parent: 1 - - uid: 6426 + parent: 2 + - uid: 18995 components: - type: Transform pos: -10.5,16.5 - parent: 1 - - uid: 6649 + parent: 2 + - uid: 18996 components: - type: Transform pos: -26.5,47.5 - parent: 1 - - uid: 6690 + parent: 2 + - uid: 18997 components: - type: Transform pos: -65.5,35.5 - parent: 1 - - uid: 6691 + parent: 2 + - uid: 18998 components: - type: Transform pos: -33.5,48.5 - parent: 1 - - uid: 6692 + parent: 2 + - uid: 18999 components: - type: Transform pos: -33.5,48.5 - parent: 1 - - uid: 6694 + parent: 2 + - uid: 19000 components: - type: Transform pos: -31.5,48.5 - parent: 1 - - uid: 6697 + parent: 2 + - uid: 19001 components: - type: Transform pos: -28.5,48.5 - parent: 1 - - uid: 6700 + parent: 2 + - uid: 19002 components: - type: Transform pos: -26.5,46.5 - parent: 1 - - uid: 6702 + parent: 2 + - uid: 19003 components: - type: Transform pos: -26.5,44.5 - parent: 1 - - uid: 6707 + parent: 2 + - uid: 19004 components: - type: Transform pos: -26.5,39.5 - parent: 1 - - uid: 6708 + parent: 2 + - uid: 19005 components: - type: Transform pos: -26.5,38.5 - parent: 1 - - uid: 6712 + parent: 2 + - uid: 19006 components: - type: Transform pos: -26.5,34.5 - parent: 1 - - uid: 6715 + parent: 2 + - uid: 19007 components: - type: Transform - pos: -35.5,34.5 - parent: 1 - - uid: 6716 + pos: -35.5,34.5 + parent: 2 + - uid: 19008 components: - type: Transform pos: -37.5,34.5 - parent: 1 - - uid: 6717 + parent: 2 + - uid: 19009 components: - type: Transform pos: -39.5,34.5 - parent: 1 - - uid: 6720 + parent: 2 + - uid: 19010 components: - type: Transform pos: -33.5,39.5 - parent: 1 - - uid: 6721 + parent: 2 + - uid: 19011 components: - type: Transform pos: -29.5,38.5 - parent: 1 - - uid: 6723 + parent: 2 + - uid: 19012 components: - type: Transform pos: -29.5,40.5 - parent: 1 - - uid: 6725 + parent: 2 + - uid: 19013 components: - type: Transform pos: -27.5,39.5 - parent: 1 - - uid: 6726 + parent: 2 + - uid: 19014 components: - type: Transform pos: -29.5,40.5 - parent: 1 - - uid: 6727 + parent: 2 + - uid: 19015 components: - type: Transform pos: -30.5,34.5 - parent: 1 - - uid: 6728 + parent: 2 + - uid: 19016 components: - type: Transform pos: -29.5,34.5 - parent: 1 - - uid: 6729 + parent: 2 + - uid: 19017 components: - type: Transform pos: -28.5,34.5 - parent: 1 - - uid: 6734 + parent: 2 + - uid: 19018 components: - type: Transform pos: -32.5,41.5 - parent: 1 - - uid: 6736 + parent: 2 + - uid: 19019 components: - type: Transform pos: -29.5,43.5 - parent: 1 - - uid: 6737 + parent: 2 + - uid: 19020 components: - type: Transform pos: -34.5,41.5 - parent: 1 - - uid: 6738 + parent: 2 + - uid: 19021 components: - type: Transform pos: -30.5,42.5 - parent: 1 - - uid: 6742 + parent: 2 + - uid: 19022 components: - type: Transform pos: -39.5,40.5 - parent: 1 - - uid: 6747 + parent: 2 + - uid: 19023 components: - type: Transform pos: -45.5,39.5 - parent: 1 - - uid: 6751 + parent: 2 + - uid: 19024 components: - type: Transform pos: -45.5,35.5 - parent: 1 - - uid: 6752 + parent: 2 + - uid: 19025 components: - type: Transform pos: -45.5,34.5 - parent: 1 - - uid: 6759 + parent: 2 + - uid: 19026 components: - type: Transform pos: -43.5,34.5 - parent: 1 - - uid: 6762 + parent: 2 + - uid: 19027 components: - type: Transform pos: -32.5,34.5 - parent: 1 - - uid: 6763 + parent: 2 + - uid: 19028 components: - type: Transform pos: -33.5,34.5 - parent: 1 - - uid: 6767 + parent: 2 + - uid: 19029 components: - type: Transform pos: -30.5,43.5 - parent: 1 - - uid: 6769 + parent: 2 + - uid: 19030 components: - type: Transform pos: -30.5,45.5 - parent: 1 - - uid: 6770 + parent: 2 + - uid: 19031 components: - type: Transform pos: -30.5,47.5 - parent: 1 - - uid: 6771 + parent: 2 + - uid: 19032 components: - type: Transform pos: -35.5,48.5 - parent: 1 - - uid: 6774 + parent: 2 + - uid: 19033 components: - type: Transform pos: -38.5,48.5 - parent: 1 - - uid: 6775 + parent: 2 + - uid: 19034 components: - type: Transform pos: -39.5,48.5 - parent: 1 - - uid: 6778 - components: - - type: Transform - pos: -33.5,52.5 - parent: 1 - - uid: 6779 + parent: 2 + - uid: 19036 components: - type: Transform pos: -33.5,51.5 - parent: 1 - - uid: 6781 + parent: 2 + - uid: 19037 components: - type: Transform pos: -39.5,42.5 - parent: 1 - - uid: 6788 + parent: 2 + - uid: 19038 components: - type: Transform pos: -45.5,47.5 - parent: 1 - - uid: 6792 + parent: 2 + - uid: 19039 components: - type: Transform pos: -23.5,-9.5 - parent: 1 - - uid: 6795 + parent: 2 + - uid: 19040 components: - type: Transform pos: -34.5,53.5 - parent: 1 - - uid: 6796 + parent: 2 + - uid: 19041 components: - type: Transform pos: -35.5,53.5 - parent: 1 - - uid: 6798 - components: - - type: Transform - pos: -37.5,53.5 - parent: 1 - - uid: 6799 + parent: 2 + - uid: 19043 components: - type: Transform pos: -38.5,53.5 - parent: 1 - - uid: 6801 + parent: 2 + - uid: 19044 components: - type: Transform pos: -38.5,51.5 - parent: 1 - - uid: 6804 + parent: 2 + - uid: 19045 components: - type: Transform pos: -26.5,-9.5 - parent: 1 - - uid: 6810 + parent: 2 + - uid: 19046 components: - type: Transform pos: -26.5,-11.5 - parent: 1 - - uid: 6826 + parent: 2 + - uid: 19047 components: - type: Transform pos: -26.5,52.5 - parent: 1 - - uid: 6827 + parent: 2 + - uid: 19048 components: - type: Transform pos: -27.5,51.5 - parent: 1 - - uid: 6828 + parent: 2 + - uid: 19049 components: - type: Transform pos: -29.5,51.5 - parent: 1 - - uid: 6960 + parent: 2 + - uid: 19050 components: - type: Transform pos: -43.5,53.5 - parent: 1 - - uid: 7033 + parent: 2 + - uid: 19051 components: - type: Transform pos: -55.5,45.5 - parent: 1 - - uid: 7034 + parent: 2 + - uid: 19052 components: - type: Transform pos: -55.5,44.5 - parent: 1 - - uid: 7036 + parent: 2 + - uid: 19053 components: - type: Transform pos: -55.5,42.5 - parent: 1 - - uid: 7038 + parent: 2 + - uid: 19054 components: - type: Transform pos: -55.5,40.5 - parent: 1 - - uid: 7040 + parent: 2 + - uid: 19055 components: - type: Transform pos: -55.5,38.5 - parent: 1 - - uid: 7041 + parent: 2 + - uid: 19056 components: - type: Transform pos: -54.5,34.5 - parent: 1 - - uid: 7043 + parent: 2 + - uid: 19057 components: - type: Transform pos: -54.5,37.5 - parent: 1 - - uid: 7053 + parent: 2 + - uid: 19058 components: - type: Transform pos: -49.5,38.5 - parent: 1 - - uid: 7056 + parent: 2 + - uid: 19059 components: - type: Transform pos: -49.5,41.5 - parent: 1 - - uid: 7057 + parent: 2 + - uid: 19060 components: - type: Transform pos: -49.5,42.5 - parent: 1 - - uid: 7061 + parent: 2 + - uid: 19061 components: - type: Transform pos: -53.5,42.5 - parent: 1 - - uid: 7107 + parent: 2 + - uid: 19062 components: - type: Transform pos: -22.5,-9.5 - parent: 1 - - uid: 7137 + parent: 2 + - uid: 19063 components: - type: Transform pos: -26.5,-10.5 - parent: 1 - - uid: 7138 + parent: 2 + - uid: 19064 components: - type: Transform pos: -65.5,41.5 - parent: 1 - - uid: 7139 + parent: 2 + - uid: 19065 components: - type: Transform pos: -25.5,-9.5 - parent: 1 - - uid: 7141 + parent: 2 + - uid: 19066 components: - type: Transform pos: -67.5,48.5 - parent: 1 - - uid: 7188 + parent: 2 + - uid: 19067 components: - type: Transform pos: 13.5,52.5 - parent: 1 - - uid: 7390 + parent: 2 + - uid: 19068 components: - type: Transform pos: -28.5,51.5 - parent: 1 - - uid: 7408 + parent: 2 + - uid: 19069 components: - type: Transform pos: -25.5,52.5 - parent: 1 - - uid: 7439 + parent: 2 + - uid: 19070 components: - type: Transform pos: 13.5,51.5 - parent: 1 - - uid: 7912 + parent: 2 + - uid: 19071 + components: + - type: Transform + pos: 5.5,28.5 + parent: 2 + - uid: 19072 components: - type: Transform pos: 8.5,7.5 - parent: 1 - - uid: 7915 + parent: 2 + - uid: 19073 components: - type: Transform pos: -10.5,24.5 - parent: 1 - - uid: 7916 + parent: 2 + - uid: 19074 components: - type: Transform pos: -24.5,3.5 - parent: 1 - - uid: 8089 + parent: 2 + - uid: 19075 components: - type: Transform pos: -54.5,45.5 - parent: 1 - - uid: 8114 + parent: 2 + - uid: 19076 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,39.5 + parent: 2 + - uid: 19077 components: - type: Transform pos: 17.5,-9.5 - parent: 1 - - uid: 8120 + parent: 2 + - uid: 19078 components: - type: Transform pos: -55.5,41.5 - parent: 1 - - uid: 8203 + parent: 2 + - uid: 19079 components: - type: Transform pos: 5.5,-0.5 - parent: 1 - - uid: 8264 + parent: 2 + - uid: 19080 components: - type: Transform pos: -42.5,53.5 - parent: 1 - - uid: 8370 + parent: 2 + - uid: 19081 components: - type: Transform pos: -53.5,45.5 - parent: 1 - - uid: 8458 + parent: 2 + - uid: 19082 components: - type: Transform pos: -72.5,7.5 - parent: 1 - - uid: 9157 + parent: 2 + - uid: 19083 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,42.5 + parent: 2 + - uid: 19084 components: - type: Transform pos: -67.5,46.5 - parent: 1 - - uid: 9159 + parent: 2 + - uid: 19085 components: - type: Transform pos: -68.5,49.5 - parent: 1 - - uid: 9161 + parent: 2 + - uid: 19086 components: - type: Transform pos: -68.5,51.5 - parent: 1 - - uid: 9166 + parent: 2 + - uid: 19087 components: - type: Transform pos: -68.5,56.5 - parent: 1 - - uid: 9179 + parent: 2 + - uid: 19088 components: - type: Transform pos: -73.5,47.5 - parent: 1 - - uid: 9181 + parent: 2 + - uid: 19089 components: - type: Transform pos: -73.5,49.5 - parent: 1 - - uid: 9184 + parent: 2 + - uid: 19090 components: - type: Transform pos: -70.5,50.5 - parent: 1 - - uid: 9191 + parent: 2 + - uid: 19091 components: - type: Transform pos: -73.5,50.5 - parent: 1 - - uid: 9202 + parent: 2 + - uid: 19092 components: - type: Transform pos: -65.5,44.5 - parent: 1 - - uid: 9206 + parent: 2 + - uid: 19093 components: - type: Transform pos: -62.5,46.5 - parent: 1 - - uid: 9207 + parent: 2 + - uid: 19094 components: - type: Transform pos: -65.5,43.5 - parent: 1 - - uid: 9213 + parent: 2 + - uid: 19095 components: - type: Transform pos: -59.5,45.5 - parent: 1 - - uid: 9217 + parent: 2 + - uid: 19096 components: - type: Transform pos: -2.5,-14.5 - parent: 1 - - uid: 9218 + parent: 2 + - uid: 19097 components: - type: Transform pos: -60.5,46.5 - parent: 1 - - uid: 9220 + parent: 2 + - uid: 19098 components: - type: Transform pos: -59.5,38.5 - parent: 1 - - uid: 9221 + parent: 2 + - uid: 19099 components: - type: Transform pos: -59.5,37.5 - parent: 1 - - uid: 9225 + parent: 2 + - uid: 19100 components: - type: Transform pos: -65.5,37.5 - parent: 1 - - uid: 9245 + parent: 2 + - uid: 19101 components: - type: Transform pos: 5.5,36.5 - parent: 1 - - uid: 9270 + parent: 2 + - uid: 19102 components: - type: Transform pos: -65.5,38.5 - parent: 1 - - uid: 9276 - components: - - type: Transform - pos: -65.5,46.5 - parent: 1 - - uid: 9277 + parent: 2 + - uid: 19104 components: - type: Transform pos: -64.5,46.5 - parent: 1 - - uid: 9278 + parent: 2 + - uid: 19105 components: - type: Transform pos: -61.5,37.5 - parent: 1 - - uid: 9279 + parent: 2 + - uid: 19106 components: - type: Transform pos: -62.5,37.5 - parent: 1 - - uid: 9280 + parent: 2 + - uid: 19107 components: - type: Transform pos: -63.5,37.5 - parent: 1 - - uid: 9289 + parent: 2 + - uid: 19108 components: - type: Transform pos: -59.5,35.5 - parent: 1 - - uid: 9900 + parent: 2 + - uid: 19109 components: - type: Transform pos: -59.5,26.5 - parent: 1 - - uid: 9905 + parent: 2 + - uid: 19110 components: - type: Transform pos: -59.5,21.5 - parent: 1 - - uid: 9907 + parent: 2 + - uid: 19111 components: - type: Transform pos: -59.5,19.5 - parent: 1 - - uid: 9908 + parent: 2 + - uid: 19112 components: - type: Transform pos: -59.5,18.5 - parent: 1 - - uid: 9909 + parent: 2 + - uid: 19113 components: - type: Transform pos: -59.5,15.5 - parent: 1 - - uid: 9910 + parent: 2 + - uid: 19114 components: - type: Transform pos: -59.5,16.5 - parent: 1 - - uid: 9917 + parent: 2 + - uid: 19115 components: - type: Transform pos: -59.5,9.5 - parent: 1 - - uid: 9918 + parent: 2 + - uid: 19116 components: - type: Transform pos: -59.5,8.5 - parent: 1 - - uid: 9919 + parent: 2 + - uid: 19117 components: - type: Transform pos: -68.5,13.5 - parent: 1 - - uid: 9921 + parent: 2 + - uid: 19118 components: - type: Transform pos: -68.5,11.5 - parent: 1 - - uid: 9922 + parent: 2 + - uid: 19119 components: - type: Transform pos: -68.5,10.5 - parent: 1 - - uid: 9924 + parent: 2 + - uid: 19120 components: - type: Transform pos: -68.5,8.5 - parent: 1 - - uid: 9927 + parent: 2 + - uid: 19121 components: - type: Transform pos: -62.5,9.5 - parent: 1 - - uid: 9933 + parent: 2 + - uid: 19122 components: - type: Transform pos: -65.5,12.5 - parent: 1 - - uid: 9934 + parent: 2 + - uid: 19123 components: - type: Transform pos: -65.5,13.5 - parent: 1 - - uid: 9935 + parent: 2 + - uid: 19124 components: - type: Transform pos: -65.5,14.5 - parent: 1 - - uid: 9937 + parent: 2 + - uid: 19125 components: - type: Transform pos: -64.5,15.5 - parent: 1 - - uid: 9939 + parent: 2 + - uid: 19126 components: - type: Transform pos: -62.5,15.5 - parent: 1 - - uid: 9941 + parent: 2 + - uid: 19127 components: - type: Transform pos: -60.5,15.5 - parent: 1 - - uid: 9989 + parent: 2 + - uid: 19128 components: - type: Transform pos: 12.5,-2.5 - parent: 1 - - uid: 10315 + parent: 2 + - uid: 19129 + components: + - type: Transform + pos: 9.5,46.5 + parent: 2 + - uid: 19130 components: - type: Transform pos: -16.5,18.5 - parent: 1 - - uid: 10316 + parent: 2 + - uid: 19131 components: - type: Transform pos: -17.5,18.5 - parent: 1 - - uid: 10317 + parent: 2 + - uid: 19132 components: - type: Transform pos: -17.5,16.5 - parent: 1 - - uid: 10436 + parent: 2 + - uid: 19133 + components: + - type: Transform + pos: 9.5,44.5 + parent: 2 + - uid: 19134 components: - type: Transform pos: -49.5,13.5 - parent: 1 - - uid: 10437 + parent: 2 + - uid: 19135 components: - type: Transform pos: -50.5,13.5 - parent: 1 - - uid: 10438 + parent: 2 + - uid: 19136 components: - type: Transform pos: -48.5,13.5 - parent: 1 - - uid: 10439 + parent: 2 + - uid: 19137 components: - type: Transform pos: -45.5,7.5 - parent: 1 - - uid: 10442 + parent: 2 + - uid: 19138 components: - type: Transform pos: -46.5,13.5 - parent: 1 - - uid: 10444 + parent: 2 + - uid: 19139 components: - type: Transform pos: -45.5,12.5 - parent: 1 - - uid: 10447 + parent: 2 + - uid: 19140 components: - type: Transform pos: -55.5,10.5 - parent: 1 - - uid: 10448 + parent: 2 + - uid: 19141 + components: + - type: Transform + pos: -45.5,11.5 + parent: 2 + - uid: 19142 + components: + - type: Transform + pos: -55.5,8.5 + parent: 2 + - uid: 19143 + components: + - type: Transform + pos: -45.5,8.5 + parent: 2 + - uid: 19144 + components: + - type: Transform + pos: -47.5,13.5 + parent: 2 + - uid: 19145 + components: + - type: Transform + pos: -54.5,11.5 + parent: 2 + - uid: 19146 + components: + - type: Transform + pos: -53.5,11.5 + parent: 2 + - uid: 19147 + components: + - type: Transform + pos: -55.5,7.5 + parent: 2 + - uid: 19148 + components: + - type: Transform + pos: -45.5,9.5 + parent: 2 + - uid: 19149 + components: + - type: Transform + pos: -14.5,-7.5 + parent: 2 + - uid: 19150 + components: + - type: Transform + pos: -49.5,37.5 + parent: 2 + - uid: 19151 + components: + - type: Transform + pos: -51.5,7.5 + parent: 2 + - uid: 19152 + components: + - type: Transform + pos: -10.5,-7.5 + parent: 2 + - uid: 19153 + components: + - type: Transform + pos: -13.5,-9.5 + parent: 2 + - uid: 19154 + components: + - type: Transform + pos: 6.5,32.5 + parent: 2 + - uid: 19155 + components: + - type: Transform + pos: -51.5,12.5 + parent: 2 + - uid: 19156 + components: + - type: Transform + pos: -51.5,11.5 + parent: 2 + - uid: 19157 + components: + - type: Transform + pos: -3.5,-19.5 + parent: 2 + - uid: 19158 + components: + - type: Transform + pos: -11.5,-6.5 + parent: 2 + - uid: 19159 + components: + - type: Transform + pos: -18.5,16.5 + parent: 2 + - uid: 19160 + components: + - type: Transform + pos: -1.5,45.5 + parent: 2 + - uid: 19161 + components: + - type: Transform + pos: -14.5,9.5 + parent: 2 + - uid: 19162 + components: + - type: Transform + pos: 9.5,43.5 + parent: 2 + - uid: 19163 + components: + - type: Transform + pos: -4.5,35.5 + parent: 2 + - uid: 19164 + components: + - type: Transform + pos: 4.5,44.5 + parent: 2 + - uid: 19165 + components: + - type: Transform + pos: 2.5,44.5 + parent: 2 + - uid: 19166 components: - type: Transform - pos: -45.5,11.5 - parent: 1 - - uid: 10449 + pos: 8.5,43.5 + parent: 2 + - uid: 19167 components: - type: Transform - pos: -55.5,8.5 - parent: 1 - - uid: 10451 + pos: -1.5,-18.5 + parent: 2 + - uid: 19168 components: - type: Transform - pos: -45.5,8.5 - parent: 1 - - uid: 10452 + pos: 8.5,21.5 + parent: 2 + - uid: 19169 components: - type: Transform - pos: -47.5,13.5 - parent: 1 - - uid: 10454 + pos: 8.5,18.5 + parent: 2 + - uid: 19170 components: - type: Transform - pos: -54.5,11.5 - parent: 1 - - uid: 10455 + pos: 7.5,18.5 + parent: 2 + - uid: 19171 components: - type: Transform - pos: -53.5,11.5 - parent: 1 - - uid: 10457 + pos: 7.5,21.5 + parent: 2 + - uid: 19172 components: - type: Transform - pos: -55.5,7.5 - parent: 1 - - uid: 10458 + pos: 6.5,43.5 + parent: 2 + - uid: 19173 components: - type: Transform - pos: -45.5,9.5 - parent: 1 - - uid: 10680 + pos: 1.5,18.5 + parent: 2 + - uid: 19174 components: - type: Transform - pos: -14.5,-7.5 - parent: 1 - - uid: 10694 + pos: 4.5,18.5 + parent: 2 + - uid: 19175 components: - type: Transform - pos: -49.5,37.5 - parent: 1 - - uid: 10847 + pos: 1.5,35.5 + parent: 2 + - uid: 19176 components: - type: Transform - pos: -51.5,7.5 - parent: 1 - - uid: 10852 + pos: -1.5,47.5 + parent: 2 + - uid: 19177 components: - type: Transform - pos: -10.5,-7.5 - parent: 1 - - uid: 10856 + pos: 1.5,32.5 + parent: 2 + - uid: 19178 components: - type: Transform - pos: -13.5,-9.5 - parent: 1 - - uid: 11886 + pos: -0.5,35.5 + parent: 2 + - uid: 19179 components: - type: Transform - pos: -51.5,12.5 - parent: 1 - - uid: 11887 + pos: -2.5,35.5 + parent: 2 + - uid: 19180 components: - type: Transform - pos: -51.5,11.5 - parent: 1 - - uid: 12398 + pos: -3.5,35.5 + parent: 2 + - uid: 19181 components: - type: Transform - pos: -3.5,-19.5 - parent: 1 - - uid: 12403 + pos: -19.5,35.5 + parent: 2 + - uid: 19182 components: - type: Transform - pos: -11.5,-6.5 - parent: 1 - - uid: 13162 + pos: 1.5,34.5 + parent: 2 + - uid: 19183 components: - type: Transform - pos: -1.5,-18.5 - parent: 1 - - uid: 13824 + pos: 5.5,21.5 + parent: 2 + - uid: 19184 components: - type: Transform - pos: -19.5,35.5 - parent: 1 - - uid: 14010 + pos: 5.5,32.5 + parent: 2 + - uid: 19185 components: - type: Transform pos: -68.5,9.5 - parent: 1 - - uid: 14161 + parent: 2 + - uid: 19186 + components: + - type: Transform + pos: 10.5,63.5 + parent: 2 + - uid: 19187 components: - type: Transform pos: -6.5,15.5 - parent: 1 - - uid: 14444 + parent: 2 + - uid: 19188 + components: + - type: Transform + pos: -5.5,35.5 + parent: 2 + - uid: 19189 components: - type: Transform pos: -73.5,7.5 - parent: 1 - - uid: 14724 + parent: 2 + - uid: 19190 components: - type: Transform pos: 1.5,-12.5 - parent: 1 - - uid: 14949 + parent: 2 + - uid: 19191 components: - type: Transform pos: -51.5,38.5 - parent: 1 - - uid: 14968 + parent: 2 + - uid: 19192 components: - type: Transform pos: 11.5,7.5 - parent: 1 - - uid: 15157 + parent: 2 + - uid: 19193 components: - type: Transform - pos: 14.5,51.5 - parent: 1 - - uid: 15199 + pos: 9.5,45.5 + parent: 2 + - uid: 19194 components: - type: Transform - pos: -50.5,38.5 - parent: 1 - - uid: 15206 + pos: 14.5,51.5 + parent: 2 + - uid: 19195 components: - type: Transform - pos: 6.5,32.5 - parent: 1 - - uid: 15208 + pos: -50.5,38.5 + parent: 2 + - uid: 19196 components: - type: Transform pos: 6.5,38.5 - parent: 1 - - uid: 15222 + parent: 2 + - uid: 19197 components: - type: Transform pos: 19.5,58.5 - parent: 1 - - uid: 15244 + parent: 2 + - uid: 19198 components: - type: Transform pos: 19.5,45.5 - parent: 1 - - uid: 15290 + parent: 2 + - uid: 19199 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,26.5 + parent: 2 + - uid: 19200 components: - type: Transform pos: -60.5,33.5 - parent: 1 - - uid: 15385 + parent: 2 + - uid: 19201 components: - type: Transform pos: -50.5,7.5 - parent: 1 - - uid: 15387 + parent: 2 + - uid: 19202 components: - type: Transform pos: -46.5,7.5 - parent: 1 - - uid: 15404 + parent: 2 + - uid: 19203 components: - type: Transform pos: -74.5,7.5 - parent: 1 - - uid: 15531 + parent: 2 + - uid: 19204 components: - type: Transform pos: -20.5,-9.5 - parent: 1 - - uid: 15540 + parent: 2 + - uid: 19205 components: - type: Transform pos: 5.5,-4.5 - parent: 1 - - uid: 15880 + parent: 2 + - uid: 19206 components: - type: Transform pos: -20.5,-5.5 - parent: 1 - - uid: 15895 + parent: 2 + - uid: 19207 components: - type: Transform pos: -0.5,-22.5 - parent: 1 - - uid: 15908 + parent: 2 + - uid: 19208 components: - type: Transform pos: -72.5,8.5 - parent: 1 - - uid: 15917 + parent: 2 + - uid: 19209 components: - type: Transform pos: -48.5,12.5 - parent: 1 - - uid: 16341 + parent: 2 + - uid: 19210 + components: + - type: Transform + pos: -18.5,15.5 + parent: 2 + - uid: 19211 components: - type: Transform pos: -8.5,16.5 - parent: 1 - - uid: 16342 + parent: 2 + - uid: 19212 components: - type: Transform pos: -7.5,16.5 - parent: 1 - - uid: 16343 + parent: 2 + - uid: 19213 components: - type: Transform pos: -6.5,16.5 - parent: 1 - - uid: 16480 + parent: 2 + - uid: 19214 components: - type: Transform pos: -55.5,39.5 - parent: 1 - - uid: 16770 + parent: 2 + - uid: 19215 components: - type: Transform pos: -0.5,-20.5 - parent: 1 - - uid: 17140 + parent: 2 + - uid: 19216 components: - type: Transform pos: 5.5,-6.5 - parent: 1 - - uid: 18508 + parent: 2 + - uid: 19217 components: - type: Transform pos: 21.5,57.5 - parent: 1 - - uid: 18521 + parent: 2 + - uid: 19218 components: - type: Transform pos: 19.5,57.5 - parent: 1 - - uid: 18522 + parent: 2 + - uid: 19219 components: - type: Transform pos: 19.5,56.5 - parent: 1 - - uid: 18534 + parent: 2 + - uid: 19220 components: - type: Transform pos: 13.5,57.5 - parent: 1 - - uid: 18725 + parent: 2 + - uid: 19221 components: - type: Transform pos: 21.5,58.5 - parent: 1 + parent: 2 + - uid: 19222 + components: + - type: Transform + pos: 11.5,63.5 + parent: 2 + - uid: 19223 + components: + - type: Transform + pos: 16.5,60.5 + parent: 2 + - uid: 19224 + components: + - type: Transform + pos: 17.5,60.5 + parent: 2 + - uid: 19225 + components: + - type: Transform + pos: 10.5,60.5 + parent: 2 + - uid: 19226 + components: + - type: Transform + pos: 13.5,60.5 + parent: 2 + - uid: 19227 + components: + - type: Transform + pos: 12.5,63.5 + parent: 2 + - uid: 19228 + components: + - type: Transform + pos: 19.5,60.5 + parent: 2 + - uid: 19229 + components: + - type: Transform + pos: 12.5,60.5 + parent: 2 + - uid: 19230 + components: + - type: Transform + pos: 19.5,61.5 + parent: 2 + - uid: 19231 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,46.5 + parent: 2 + - uid: 19232 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,46.5 + parent: 2 + - uid: 19233 + components: + - type: Transform + pos: -29.5,-5.5 + parent: 2 + - uid: 19234 + components: + - type: Transform + pos: -31.5,19.5 + parent: 2 + - uid: 19235 + components: + - type: Transform + pos: -31.5,18.5 + parent: 2 + - uid: 19236 + components: + - type: Transform + pos: 13.5,19.5 + parent: 2 + - uid: 19237 + components: + - type: Transform + pos: 13.5,63.5 + parent: 2 + - uid: 19238 + components: + - type: Transform + pos: 14.5,63.5 + parent: 2 + - uid: 19239 + components: + - type: Transform + pos: 14.5,62.5 + parent: 2 + - uid: 19240 + components: + - type: Transform + pos: 16.5,61.5 + parent: 2 + - uid: 19241 + components: + - type: Transform + pos: 16.5,62.5 + parent: 2 + - uid: 19242 + components: + - type: Transform + pos: 16.5,63.5 + parent: 2 + - uid: 19551 + components: + - type: Transform + pos: 17.5,-4.5 + parent: 2 + - uid: 20188 + components: + - type: Transform + pos: 1.5,-25.5 + parent: 2 + - uid: 20630 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,45.5 + parent: 2 - proto: WallSolidRust entities: - - uid: 24 + - uid: 7099 + components: + - type: Transform + pos: 24.5,-3.5 + parent: 2 + - uid: 7200 + components: + - type: Transform + pos: 20.5,34.5 + parent: 2 + - uid: 14390 + components: + - type: Transform + pos: 22.5,27.5 + parent: 2 + - uid: 16480 + components: + - type: Transform + pos: -3.5,44.5 + parent: 2 + - uid: 19243 components: - type: Transform pos: 13.5,22.5 - parent: 1 - - uid: 32 + parent: 2 + - uid: 19244 components: - type: Transform pos: 1.5,-7.5 - parent: 1 - - uid: 93 + parent: 2 + - uid: 19245 components: - type: Transform pos: -13.5,-6.5 - parent: 1 - - uid: 109 + parent: 2 + - uid: 19246 components: - type: Transform pos: -7.5,-13.5 - parent: 1 - - uid: 111 + parent: 2 + - uid: 19247 components: - type: Transform pos: -5.5,-14.5 - parent: 1 - - uid: 122 + parent: 2 + - uid: 19248 components: - type: Transform pos: -9.5,-13.5 - parent: 1 - - uid: 127 + parent: 2 + - uid: 19249 components: - type: Transform pos: -6.5,-14.5 - parent: 1 - - uid: 130 + parent: 2 + - uid: 19250 components: - type: Transform pos: -20.5,-10.5 - parent: 1 - - uid: 135 + parent: 2 + - uid: 19251 components: - type: Transform pos: -14.5,1.5 - parent: 1 - - uid: 144 + parent: 2 + - uid: 19252 components: - type: Transform pos: -1.5,-19.5 - parent: 1 - - uid: 151 + parent: 2 + - uid: 19253 components: - type: Transform pos: -19.5,-8.5 - parent: 1 - - uid: 176 + parent: 2 + - uid: 19254 components: - type: Transform pos: -8.5,18.5 - parent: 1 - - uid: 180 + parent: 2 + - uid: 19255 components: - type: Transform pos: 5.5,-2.5 - parent: 1 - - uid: 181 + parent: 2 + - uid: 19256 components: - type: Transform pos: -14.5,2.5 - parent: 1 - - uid: 183 + parent: 2 + - uid: 19257 components: - type: Transform pos: -14.5,-0.5 - parent: 1 - - uid: 191 + parent: 2 + - uid: 19258 components: - type: Transform pos: 2.5,35.5 - parent: 1 - - uid: 227 + parent: 2 + - uid: 19259 components: - type: Transform pos: 0.5,-14.5 - parent: 1 - - uid: 228 + parent: 2 + - uid: 19260 components: - type: Transform pos: 1.5,-10.5 - parent: 1 - - uid: 229 + parent: 2 + - uid: 19261 components: - type: Transform pos: 1.5,-11.5 - parent: 1 - - uid: 276 + parent: 2 + - uid: 19262 components: - type: Transform pos: -20.5,-6.5 - parent: 1 - - uid: 357 + parent: 2 + - uid: 19263 components: - type: Transform pos: 1.5,-9.5 - parent: 1 - - uid: 449 + parent: 2 + - uid: 19264 components: - type: Transform pos: 5.5,-1.5 - parent: 1 - - uid: 470 + parent: 2 + - uid: 19265 components: - type: Transform pos: 6.5,3.5 - parent: 1 - - uid: 480 + parent: 2 + - uid: 19266 components: - type: Transform pos: 13.5,-3.5 - parent: 1 - - uid: 489 + parent: 2 + - uid: 19267 components: - type: Transform pos: 8.5,-0.5 - parent: 1 - - uid: 490 + parent: 2 + - uid: 19268 components: - type: Transform pos: 12.5,-4.5 - parent: 1 - - uid: 513 + parent: 2 + - uid: 19269 components: - type: Transform pos: 7.5,-0.5 - parent: 1 - - uid: 529 + parent: 2 + - uid: 19270 components: - type: Transform pos: 16.5,-6.5 - parent: 1 - - uid: 633 + parent: 2 + - uid: 19271 components: - type: Transform pos: 18.5,1.5 - parent: 1 - - uid: 645 + parent: 2 + - uid: 19272 components: - type: Transform pos: 16.5,-3.5 - parent: 1 - - uid: 650 + parent: 2 + - uid: 19273 components: - type: Transform pos: 20.5,3.5 - parent: 1 - - uid: 652 + parent: 2 + - uid: 19274 components: - type: Transform pos: 21.5,2.5 - parent: 1 - - uid: 653 + parent: 2 + - uid: 19275 components: - type: Transform pos: 21.5,1.5 - parent: 1 - - uid: 658 + parent: 2 + - uid: 19276 components: - type: Transform pos: 21.5,-3.5 - parent: 1 - - uid: 661 + parent: 2 + - uid: 19277 components: - type: Transform pos: 22.5,-1.5 - parent: 1 - - uid: 663 + parent: 2 + - uid: 19278 components: - type: Transform pos: 18.5,-0.5 - parent: 1 - - uid: 672 + parent: 2 + - uid: 19279 components: - type: Transform pos: -10.5,12.5 - parent: 1 - - uid: 673 + parent: 2 + - uid: 19280 components: - type: Transform pos: 25.5,-6.5 - parent: 1 - - uid: 679 + parent: 2 + - uid: 19281 components: - type: Transform pos: 25.5,-0.5 - parent: 1 - - uid: 683 + parent: 2 + - uid: 19282 components: - type: Transform pos: 27.5,-3.5 - parent: 1 - - uid: 684 + parent: 2 + - uid: 19283 components: - type: Transform pos: 29.5,-3.5 - parent: 1 - - uid: 686 + parent: 2 + - uid: 19284 components: - type: Transform pos: -10.5,14.5 - parent: 1 - - uid: 687 + parent: 2 + - uid: 19285 components: - type: Transform pos: 26.5,-3.5 - parent: 1 - - uid: 689 + parent: 2 + - uid: 19286 components: - type: Transform pos: 29.5,-6.5 - parent: 1 - - uid: 690 + parent: 2 + - uid: 19287 components: - type: Transform pos: 26.5,-8.5 - parent: 1 - - uid: 698 + parent: 2 + - uid: 19288 components: - type: Transform pos: -10.5,15.5 - parent: 1 - - uid: 995 + parent: 2 + - uid: 19289 components: - type: Transform pos: 24.5,21.5 - parent: 1 - - uid: 999 + parent: 2 + - uid: 19290 components: - type: Transform pos: 20.5,11.5 - parent: 1 - - uid: 1003 + parent: 2 + - uid: 19291 components: - type: Transform pos: 21.5,27.5 - parent: 1 - - uid: 1009 + parent: 2 + - uid: 19292 components: - type: Transform pos: 20.5,9.5 - parent: 1 - - uid: 1033 + parent: 2 + - uid: 19293 components: - type: Transform pos: 23.5,10.5 - parent: 1 - - uid: 1034 + parent: 2 + - uid: 19294 components: - type: Transform pos: 24.5,8.5 - parent: 1 - - uid: 1037 + parent: 2 + - uid: 19295 components: - type: Transform pos: 22.5,10.5 - parent: 1 - - uid: 1040 + parent: 2 + - uid: 19296 components: - type: Transform pos: 21.5,7.5 - parent: 1 - - uid: 1042 + parent: 2 + - uid: 19297 components: - type: Transform pos: 20.5,33.5 - parent: 1 - - uid: 1058 + parent: 2 + - uid: 19298 components: - type: Transform pos: 4.5,7.5 - parent: 1 - - uid: 1059 + parent: 2 + - uid: 19299 components: - type: Transform pos: 5.5,7.5 - parent: 1 - - uid: 1069 + parent: 2 + - uid: 19300 components: - type: Transform pos: -16.5,-0.5 - parent: 1 - - uid: 1070 + parent: 2 + - uid: 19301 components: - type: Transform pos: -18.5,2.5 - parent: 1 - - uid: 1072 + parent: 2 + - uid: 19302 components: - type: Transform pos: -16.5,2.5 - parent: 1 - - uid: 1077 + parent: 2 + - uid: 19303 components: - type: Transform pos: -19.5,2.5 - parent: 1 - - uid: 1079 + parent: 2 + - uid: 19304 components: - type: Transform pos: -21.5,3.5 - parent: 1 - - uid: 1080 + parent: 2 + - uid: 19305 components: - type: Transform pos: -19.5,-0.5 - parent: 1 - - uid: 1082 + parent: 2 + - uid: 19306 components: - type: Transform pos: -18.5,-0.5 - parent: 1 - - uid: 1101 + parent: 2 + - uid: 19307 components: - type: Transform pos: -23.5,1.5 - parent: 1 - - uid: 1102 + parent: 2 + - uid: 19308 components: - type: Transform pos: -22.5,0.5 - parent: 1 - - uid: 1106 + parent: 2 + - uid: 19309 components: - type: Transform pos: -22.5,-3.5 - parent: 1 - - uid: 1109 + parent: 2 + - uid: 19310 components: - type: Transform pos: -22.5,-6.5 - parent: 1 - - uid: 1110 + parent: 2 + - uid: 19311 components: - type: Transform pos: -22.5,-5.5 - parent: 1 - - uid: 1112 + parent: 2 + - uid: 19312 components: - type: Transform pos: -25.5,-2.5 - parent: 1 - - uid: 1116 + parent: 2 + - uid: 19313 components: - type: Transform pos: -25.5,-6.5 - parent: 1 - - uid: 1117 + parent: 2 + - uid: 19314 components: - type: Transform pos: -25.5,-4.5 - parent: 1 - - uid: 1120 + parent: 2 + - uid: 19315 components: - type: Transform pos: -27.5,-1.5 - parent: 1 - - uid: 1122 + parent: 2 + - uid: 19316 components: - type: Transform pos: -27.5,2.5 - parent: 1 - - uid: 1126 + parent: 2 + - uid: 19317 components: - type: Transform pos: -27.5,-3.5 - parent: 1 - - uid: 1133 + parent: 2 + - uid: 19318 components: - type: Transform pos: -24.5,-0.5 - parent: 1 - - uid: 1140 + parent: 2 + - uid: 19319 components: - type: Transform pos: 14.5,7.5 - parent: 1 - - uid: 1146 + parent: 2 + - uid: 19320 components: - type: Transform pos: 18.5,24.5 - parent: 1 - - uid: 1158 - components: - - type: Transform - pos: 8.5,21.5 - parent: 1 - - uid: 1159 - components: - - type: Transform - pos: 8.5,18.5 - parent: 1 - - uid: 1161 + parent: 2 + - uid: 19321 components: - type: Transform pos: 18.5,27.5 - parent: 1 - - uid: 1162 + parent: 2 + - uid: 19322 components: - type: Transform pos: 21.5,30.5 - parent: 1 - - uid: 1163 + parent: 2 + - uid: 19323 components: - type: Transform pos: 13.5,26.5 - parent: 1 - - uid: 1167 - components: - - type: Transform - pos: 7.5,18.5 - parent: 1 - - uid: 1169 + parent: 2 + - uid: 19324 components: - type: Transform pos: 12.5,10.5 - parent: 1 - - uid: 1170 + parent: 2 + - uid: 19325 components: - type: Transform pos: 21.5,24.5 - parent: 1 - - uid: 1176 + parent: 2 + - uid: 19326 components: - type: Transform pos: 12.5,12.5 - parent: 1 - - uid: 1178 + parent: 2 + - uid: 19327 components: - type: Transform pos: 15.5,12.5 - parent: 1 - - uid: 1179 + parent: 2 + - uid: 19328 components: - type: Transform pos: 21.5,31.5 - parent: 1 - - uid: 1190 - components: - - type: Transform - pos: 7.5,21.5 - parent: 1 - - uid: 1192 - components: - - type: Transform - pos: -0.5,41.5 - parent: 1 - - uid: 1193 - components: - - type: Transform - pos: 10.5,38.5 - parent: 1 - - uid: 1208 - components: - - type: Transform - pos: 1.5,18.5 - parent: 1 - - uid: 1211 - components: - - type: Transform - pos: 4.5,18.5 - parent: 1 - - uid: 1223 + parent: 2 + - uid: 19329 components: - type: Transform pos: 16.5,23.5 - parent: 1 - - uid: 1230 + parent: 2 + - uid: 19330 components: - type: Transform pos: 12.5,19.5 - parent: 1 - - uid: 1233 + parent: 2 + - uid: 19331 components: - type: Transform pos: 10.5,10.5 - parent: 1 - - uid: 1234 + parent: 2 + - uid: 19332 components: - type: Transform pos: 8.5,10.5 - parent: 1 - - uid: 1236 + parent: 2 + - uid: 19333 components: - type: Transform pos: 7.5,10.5 - parent: 1 - - uid: 1237 + parent: 2 + - uid: 19334 components: - type: Transform pos: 20.5,24.5 - parent: 1 - - uid: 1247 + parent: 2 + - uid: 19335 components: - type: Transform pos: 15.5,13.5 - parent: 1 - - uid: 1249 - components: - - type: Transform - pos: 1.5,35.5 - parent: 1 - - uid: 1277 - components: - - type: Transform - pos: 1.5,32.5 - parent: 1 - - uid: 1281 - components: - - type: Transform - pos: -0.5,35.5 - parent: 1 - - uid: 1283 - components: - - type: Transform - pos: -2.5,35.5 - parent: 1 - - uid: 1284 + parent: 2 + - uid: 19336 components: - type: Transform - pos: -3.5,35.5 - parent: 1 - - uid: 1289 + pos: -16.5,7.5 + parent: 2 + - uid: 19337 components: - type: Transform pos: 11.5,38.5 - parent: 1 - - uid: 1291 - components: - - type: Transform - pos: 1.5,34.5 - parent: 1 - - uid: 1297 + parent: 2 + - uid: 19338 components: - type: Transform pos: 5.5,35.5 - parent: 1 - - uid: 1301 + parent: 2 + - uid: 19339 components: - type: Transform pos: 15.5,9.5 - parent: 1 - - uid: 1311 + parent: 2 + - uid: 19340 components: - type: Transform pos: 8.5,38.5 - parent: 1 - - uid: 1322 + parent: 2 + - uid: 19341 components: - type: Transform pos: 13.5,36.5 - parent: 1 - - uid: 1328 + parent: 2 + - uid: 19342 components: - type: Transform pos: 10.5,21.5 - parent: 1 - - uid: 1330 + parent: 2 + - uid: 19343 components: - type: Transform pos: 12.5,11.5 - parent: 1 - - uid: 1335 + parent: 2 + - uid: 19344 components: - type: Transform pos: 12.5,14.5 - parent: 1 - - uid: 1338 - components: - - type: Transform - pos: -7.5,26.5 - parent: 1 - - uid: 1344 + parent: 2 + - uid: 19345 components: - type: Transform pos: -10.5,-13.5 - parent: 1 - - uid: 1346 + parent: 2 + - uid: 19346 components: - type: Transform pos: -9.5,26.5 - parent: 1 - - uid: 1348 + parent: 2 + - uid: 19347 components: - type: Transform pos: -10.5,26.5 - parent: 1 - - uid: 1357 + parent: 2 + - uid: 19348 components: - type: Transform pos: 12.5,17.5 - parent: 1 - - uid: 1363 + parent: 2 + - uid: 19349 components: - type: Transform pos: 12.5,16.5 - parent: 1 - - uid: 1367 + parent: 2 + - uid: 19350 components: - type: Transform pos: 4.5,35.5 - parent: 1 - - uid: 1370 + parent: 2 + - uid: 19351 components: - type: Transform pos: -2.5,17.5 - parent: 1 - - uid: 1373 - components: - - type: Transform - pos: 3.5,45.5 - parent: 1 - - uid: 1375 + parent: 2 + - uid: 19352 components: - type: Transform pos: 0.5,44.5 - parent: 1 - - uid: 1377 + parent: 2 + - uid: 19353 components: - type: Transform pos: 5.5,43.5 - parent: 1 - - uid: 1379 + parent: 2 + - uid: 19354 components: - type: Transform pos: 5.5,41.5 - parent: 1 - - uid: 1382 + parent: 2 + - uid: 19355 components: - type: Transform pos: -1.5,42.5 - parent: 1 - - uid: 1383 + parent: 2 + - uid: 19356 components: - type: Transform pos: -0.5,44.5 - parent: 1 - - uid: 1387 + parent: 2 + - uid: 19357 components: - type: Transform pos: -1.5,40.5 - parent: 1 - - uid: 1389 + parent: 2 + - uid: 19358 components: - type: Transform pos: -1.5,39.5 - parent: 1 - - uid: 1391 + parent: 2 + - uid: 19359 components: - type: Transform pos: -1.5,37.5 - parent: 1 - - uid: 1392 + parent: 2 + - uid: 19360 components: - type: Transform pos: 5.5,39.5 - parent: 1 - - uid: 1394 - components: - - type: Transform - pos: 5.5,21.5 - parent: 1 - - uid: 1419 + parent: 2 + - uid: 19361 components: - type: Transform pos: 16.5,46.5 - parent: 1 - - uid: 1445 + parent: 2 + - uid: 19362 components: - type: Transform pos: -10.5,22.5 - parent: 1 - - uid: 1448 + parent: 2 + - uid: 19363 + components: + - type: Transform + pos: -18.5,12.5 + parent: 2 + - uid: 19364 components: - type: Transform pos: -6.5,9.5 - parent: 1 - - uid: 1452 + parent: 2 + - uid: 19365 components: - type: Transform pos: -6.5,11.5 - parent: 1 - - uid: 1459 + parent: 2 + - uid: 19366 components: - type: Transform pos: -10.5,7.5 - parent: 1 - - uid: 1473 + parent: 2 + - uid: 19367 components: - type: Transform pos: -10.5,18.5 - parent: 1 - - uid: 1479 - components: - - type: Transform - pos: -8.5,21.5 - parent: 1 - - uid: 1481 + parent: 2 + - uid: 19369 components: - type: Transform pos: -10.5,20.5 - parent: 1 - - uid: 1483 + parent: 2 + - uid: 19370 components: - type: Transform pos: -8.5,22.5 - parent: 1 - - uid: 1486 + parent: 2 + - uid: 19371 components: - type: Transform pos: -18.5,8.5 - parent: 1 - - uid: 1488 + parent: 2 + - uid: 19372 components: - type: Transform pos: -15.5,7.5 - parent: 1 - - uid: 1490 + parent: 2 + - uid: 19373 components: - type: Transform pos: -17.5,7.5 - parent: 1 - - uid: 1501 - components: - - type: Transform - pos: -17.5,15.5 - parent: 1 - - uid: 1502 - components: - - type: Transform - pos: -18.5,15.5 - parent: 1 - - uid: 1504 + parent: 2 + - uid: 19374 components: - type: Transform pos: -18.5,13.5 - parent: 1 - - uid: 1505 + parent: 2 + - uid: 19375 components: - type: Transform pos: -18.5,9.5 - parent: 1 - - uid: 1507 + parent: 2 + - uid: 19376 components: - type: Transform pos: -18.5,7.5 - parent: 1 - - uid: 1512 + parent: 2 + - uid: 19377 components: - type: Transform pos: -14.5,16.5 - parent: 1 - - uid: 1526 + parent: 2 + - uid: 19378 components: - type: Transform pos: -10.5,-30.5 - parent: 1 - - uid: 1588 - components: - - type: Transform - pos: -17.5,11.5 - parent: 1 - - uid: 1627 + parent: 2 + - uid: 19379 components: - type: Transform pos: 9.5,27.5 - parent: 1 - - uid: 1630 + parent: 2 + - uid: 19380 components: - type: Transform pos: 6.5,27.5 - parent: 1 - - uid: 1633 + parent: 2 + - uid: 19381 components: - type: Transform pos: -2.5,14.5 - parent: 1 - - uid: 1670 + parent: 2 + - uid: 19382 components: - type: Transform pos: 23.5,48.5 - parent: 1 - - uid: 1805 + parent: 2 + - uid: 19383 components: - type: Transform pos: 12.5,-0.5 - parent: 1 - - uid: 1868 + parent: 2 + - uid: 19384 components: - type: Transform pos: -6.5,35.5 - parent: 1 - - uid: 1881 + parent: 2 + - uid: 19385 components: - type: Transform pos: 13.5,25.5 - parent: 1 - - uid: 1889 + parent: 2 + - uid: 19386 components: - type: Transform pos: 2.5,41.5 - parent: 1 - - uid: 1891 - components: - - type: Transform - pos: 3.5,41.5 - parent: 1 - - uid: 1892 - components: - - type: Transform - pos: 8.5,27.5 - parent: 1 - - uid: 1900 + parent: 2 + - uid: 19387 components: - type: Transform pos: 12.5,21.5 - parent: 1 - - uid: 1915 + parent: 2 + - uid: 19388 components: - type: Transform pos: -10.5,-18.5 - parent: 1 - - uid: 2006 + parent: 2 + - uid: 19389 components: - type: Transform pos: -45.5,52.5 - parent: 1 - - uid: 2007 + parent: 2 + - uid: 19390 components: - type: Transform pos: -45.5,51.5 - parent: 1 - - uid: 2274 + parent: 2 + - uid: 19391 components: - type: Transform - pos: 6.5,35.5 - parent: 1 - - uid: 2306 + pos: -7.5,18.5 + parent: 2 + - uid: 19392 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,27.5 + parent: 2 + - uid: 19393 components: - type: Transform pos: 13.5,21.5 - parent: 1 - - uid: 2418 + parent: 2 + - uid: 19394 components: - type: Transform pos: 12.5,-1.5 - parent: 1 - - uid: 2644 + parent: 2 + - uid: 19395 components: - type: Transform pos: -19.5,30.5 - parent: 1 - - uid: 2645 - components: - - type: Transform - pos: -5.5,35.5 - parent: 1 - - uid: 2648 + parent: 2 + - uid: 19396 components: - type: Transform pos: -10.5,35.5 - parent: 1 - - uid: 2649 + parent: 2 + - uid: 19397 components: - type: Transform pos: -13.5,34.5 - parent: 1 - - uid: 2650 + parent: 2 + - uid: 19398 components: - type: Transform pos: -12.5,34.5 - parent: 1 - - uid: 2772 + parent: 2 + - uid: 19399 components: - type: Transform pos: -2.5,11.5 - parent: 1 - - uid: 2795 + parent: 2 + - uid: 19400 components: - type: Transform pos: -1.5,11.5 - parent: 1 - - uid: 2813 + parent: 2 + - uid: 19401 components: - type: Transform pos: -14.5,19.5 - parent: 1 - - uid: 2815 + parent: 2 + - uid: 19402 components: - type: Transform pos: 2.5,10.5 - parent: 1 - - uid: 2936 + parent: 2 + - uid: 19403 components: - type: Transform pos: -18.5,23.5 - parent: 1 - - uid: 3027 + parent: 2 + - uid: 19404 components: - type: Transform pos: -21.5,7.5 - parent: 1 - - uid: 3028 + parent: 2 + - uid: 19405 components: - type: Transform pos: -21.5,8.5 - parent: 1 - - uid: 3029 + parent: 2 + - uid: 19406 components: - type: Transform pos: -21.5,9.5 - parent: 1 - - uid: 3039 + parent: 2 + - uid: 19407 components: - type: Transform pos: -26.5,19.5 - parent: 1 - - uid: 3046 + parent: 2 + - uid: 19408 components: - type: Transform pos: -25.5,25.5 - parent: 1 - - uid: 3052 + parent: 2 + - uid: 19409 components: - type: Transform pos: -21.5,30.5 - parent: 1 - - uid: 3055 + parent: 2 + - uid: 19410 components: - type: Transform pos: -28.5,7.5 - parent: 1 - - uid: 3057 + parent: 2 + - uid: 19411 components: - type: Transform pos: -32.5,9.5 - parent: 1 - - uid: 3058 + parent: 2 + - uid: 19412 components: - type: Transform pos: -24.5,14.5 - parent: 1 - - uid: 3060 + parent: 2 + - uid: 19413 components: - type: Transform pos: -29.5,11.5 - parent: 1 - - uid: 3061 + parent: 2 + - uid: 19414 components: - type: Transform pos: -29.5,12.5 - parent: 1 - - uid: 3062 + parent: 2 + - uid: 19415 components: - type: Transform pos: -26.5,14.5 - parent: 1 - - uid: 3066 + parent: 2 + - uid: 19416 components: - type: Transform pos: -21.5,18.5 - parent: 1 - - uid: 3067 + parent: 2 + - uid: 19417 components: - type: Transform pos: -29.5,13.5 - parent: 1 - - uid: 3071 + parent: 2 + - uid: 19418 components: - type: Transform pos: -23.5,19.5 - parent: 1 - - uid: 3073 + parent: 2 + - uid: 19419 components: - type: Transform pos: -27.5,14.5 - parent: 1 - - uid: 3075 + parent: 2 + - uid: 19420 components: - type: Transform pos: -27.5,19.5 - parent: 1 - - uid: 3078 + parent: 2 + - uid: 19421 components: - type: Transform pos: -29.5,17.5 - parent: 1 - - uid: 3080 + parent: 2 + - uid: 19422 components: - type: Transform pos: -29.5,9.5 - parent: 1 - - uid: 3109 + parent: 2 + - uid: 19423 components: - type: Transform pos: -53.5,7.5 - parent: 1 - - uid: 3111 + parent: 2 + - uid: 19424 components: - type: Transform pos: -32.5,8.5 - parent: 1 - - uid: 3112 + parent: 2 + - uid: 19425 components: - type: Transform pos: -30.5,7.5 - parent: 1 - - uid: 3115 + parent: 2 + - uid: 19426 components: - type: Transform pos: -30.5,11.5 - parent: 1 - - uid: 3116 + parent: 2 + - uid: 19427 components: - type: Transform pos: -27.5,29.5 - parent: 1 - - uid: 3119 + parent: 2 + - uid: 19428 components: - type: Transform pos: -26.5,25.5 - parent: 1 - - uid: 3121 + parent: 2 + - uid: 19429 components: - type: Transform pos: -21.5,24.5 - parent: 1 - - uid: 3124 + parent: 2 + - uid: 19430 components: - type: Transform pos: -22.5,22.5 - parent: 1 - - uid: 3127 + parent: 2 + - uid: 19431 components: - type: Transform pos: -22.5,25.5 - parent: 1 - - uid: 3136 + parent: 2 + - uid: 19432 components: - type: Transform pos: -24.5,22.5 - parent: 1 - - uid: 3137 + parent: 2 + - uid: 19433 components: - type: Transform pos: -25.5,22.5 - parent: 1 - - uid: 3139 + parent: 2 + - uid: 19434 components: - type: Transform pos: -27.5,24.5 - parent: 1 - - uid: 3140 + parent: 2 + - uid: 19435 components: - type: Transform pos: -34.5,30.5 - parent: 1 - - uid: 3145 + parent: 2 + - uid: 19436 components: - type: Transform pos: -10.5,36.5 - parent: 1 - - uid: 3147 + parent: 2 + - uid: 19437 components: - type: Transform pos: -32.5,14.5 - parent: 1 - - uid: 3152 + parent: 2 + - uid: 19438 components: - type: Transform pos: -28.5,30.5 - parent: 1 - - uid: 3157 + parent: 2 + - uid: 19439 components: - type: Transform pos: -35.5,-1.5 - parent: 1 - - uid: 3158 + parent: 2 + - uid: 19440 components: - type: Transform pos: -39.5,-0.5 - parent: 1 - - uid: 3166 + parent: 2 + - uid: 19441 components: - type: Transform pos: -29.5,22.5 - parent: 1 - - uid: 3167 + parent: 2 + - uid: 19442 components: - type: Transform pos: -35.5,10.5 - parent: 1 - - uid: 3169 - components: - - type: Transform - pos: -46.5,19.5 - parent: 1 - - uid: 3213 + parent: 2 + - uid: 19444 components: - type: Transform pos: -42.5,15.5 - parent: 1 - - uid: 3215 + parent: 2 + - uid: 19445 components: - type: Transform pos: -39.5,19.5 - parent: 1 - - uid: 3217 + parent: 2 + - uid: 19446 components: - type: Transform pos: -39.5,16.5 - parent: 1 - - uid: 3420 + parent: 2 + - uid: 19447 components: - type: Transform pos: -35.5,13.5 - parent: 1 - - uid: 3437 + parent: 2 + - uid: 19448 components: - type: Transform pos: -39.5,10.5 - parent: 1 - - uid: 3463 + parent: 2 + - uid: 19449 components: - type: Transform pos: -30.5,-2.5 - parent: 1 - - uid: 3465 + parent: 2 + - uid: 19450 components: - type: Transform pos: -30.5,-1.5 - parent: 1 - - uid: 3468 + parent: 2 + - uid: 19451 components: - type: Transform pos: -30.5,-5.5 - parent: 1 - - uid: 3471 + parent: 2 + - uid: 19452 components: - type: Transform pos: -30.5,-7.5 - parent: 1 - - uid: 3473 + parent: 2 + - uid: 19453 components: - type: Transform pos: -30.5,1.5 - parent: 1 - - uid: 3474 + parent: 2 + - uid: 19454 components: - type: Transform pos: -27.5,-9.5 - parent: 1 - - uid: 3492 + parent: 2 + - uid: 19455 components: - type: Transform pos: -28.5,-9.5 - parent: 1 - - uid: 3521 + parent: 2 + - uid: 19456 components: - type: Transform pos: -35.5,2.5 - parent: 1 - - uid: 3522 + parent: 2 + - uid: 19457 components: - type: Transform pos: 17.5,47.5 - parent: 1 - - uid: 3525 + parent: 2 + - uid: 19458 components: - type: Transform pos: -47.5,0.5 - parent: 1 - - uid: 3528 + parent: 2 + - uid: 19459 components: - type: Transform pos: -33.5,-0.5 - parent: 1 - - uid: 3548 + parent: 2 + - uid: 19460 components: - type: Transform pos: -30.5,-8.5 - parent: 1 - - uid: 3603 + parent: 2 + - uid: 19461 components: - type: Transform pos: -45.5,3.5 - parent: 1 - - uid: 3607 + parent: 2 + - uid: 19462 components: - type: Transform pos: -47.5,1.5 - parent: 1 - - uid: 3612 + parent: 2 + - uid: 19463 components: - type: Transform pos: -55.5,2.5 - parent: 1 - - uid: 3689 + parent: 2 + - uid: 19464 components: - type: Transform pos: -16.5,21.5 - parent: 1 - - uid: 3693 + parent: 2 + - uid: 19465 components: - type: Transform pos: -43.5,9.5 - parent: 1 - - uid: 3694 + parent: 2 + - uid: 19466 components: - type: Transform pos: -43.5,10.5 - parent: 1 - - uid: 4095 + parent: 2 + - uid: 19467 components: - type: Transform pos: -0.5,-19.5 - parent: 1 - - uid: 4102 + parent: 2 + - uid: 19468 components: - type: Transform pos: 13.5,34.5 - parent: 1 - - uid: 4125 + parent: 2 + - uid: 19469 components: - type: Transform pos: -36.5,-12.5 - parent: 1 - - uid: 4171 + parent: 2 + - uid: 19470 components: - type: Transform pos: -39.5,15.5 - parent: 1 - - uid: 4174 + parent: 2 + - uid: 19471 components: - type: Transform pos: -39.5,26.5 - parent: 1 - - uid: 4175 + parent: 2 + - uid: 19472 components: - type: Transform pos: -39.5,29.5 - parent: 1 - - uid: 4178 + parent: 2 + - uid: 19473 components: - type: Transform pos: -39.5,22.5 - parent: 1 - - uid: 4181 + parent: 2 + - uid: 19474 components: - type: Transform pos: -43.5,26.5 - parent: 1 - - uid: 4183 + parent: 2 + - uid: 19475 components: - type: Transform pos: -42.5,22.5 - parent: 1 - - uid: 4185 + parent: 2 + - uid: 19476 components: - type: Transform pos: -43.5,24.5 - parent: 1 - - uid: 4189 + parent: 2 + - uid: 19477 components: - type: Transform pos: -39.5,23.5 - parent: 1 - - uid: 4191 + parent: 2 + - uid: 19478 components: - type: Transform pos: -40.5,29.5 - parent: 1 - - uid: 4193 + parent: 2 + - uid: 19479 components: - type: Transform pos: 14.5,-3.5 - parent: 1 - - uid: 4194 + parent: 2 + - uid: 19480 components: - type: Transform pos: -42.5,29.5 - parent: 1 - - uid: 4198 + parent: 2 + - uid: 19481 components: - type: Transform pos: -49.5,30.5 - parent: 1 - - uid: 4204 + parent: 2 + - uid: 19482 components: - type: Transform pos: -51.5,18.5 - parent: 1 - - uid: 4251 + parent: 2 + - uid: 19483 components: - type: Transform pos: -18.5,26.5 - parent: 1 - - uid: 4261 + parent: 2 + - uid: 19484 components: - type: Transform pos: 15.5,7.5 - parent: 1 - - uid: 4268 + parent: 2 + - uid: 19485 components: - type: Transform pos: -18.5,25.5 - parent: 1 - - uid: 4285 + parent: 2 + - uid: 19486 components: - type: Transform pos: -41.5,16.5 - parent: 1 - - uid: 4288 + parent: 2 + - uid: 19487 components: - type: Transform pos: -46.5,17.5 - parent: 1 - - uid: 4300 + parent: 2 + - uid: 19488 components: - type: Transform pos: -46.5,20.5 - parent: 1 - - uid: 4302 + parent: 2 + - uid: 19489 components: - type: Transform pos: -49.5,16.5 - parent: 1 - - uid: 4304 + parent: 2 + - uid: 19490 components: - type: Transform pos: -39.5,13.5 - parent: 1 - - uid: 4307 + parent: 2 + - uid: 19491 components: - type: Transform pos: -55.5,23.5 - parent: 1 - - uid: 4318 + parent: 2 + - uid: 19492 components: - type: Transform pos: -51.5,21.5 - parent: 1 - - uid: 4322 + parent: 2 + - uid: 19493 components: - type: Transform pos: -51.5,17.5 - parent: 1 - - uid: 4323 + parent: 2 + - uid: 19494 components: - type: Transform pos: -51.5,14.5 - parent: 1 - - uid: 4503 + parent: 2 + - uid: 19495 components: - type: Transform pos: -49.5,-4.5 - parent: 1 - - uid: 4504 + parent: 2 + - uid: 19496 components: - type: Transform pos: -49.5,-5.5 - parent: 1 - - uid: 4505 + parent: 2 + - uid: 19497 components: - type: Transform pos: -49.5,-2.5 - parent: 1 - - uid: 4507 + parent: 2 + - uid: 19498 components: - type: Transform - pos: -49.5,-8.5 - parent: 1 - - uid: 4514 + pos: -49.5,-8.5 + parent: 2 + - uid: 19499 components: - type: Transform pos: -55.5,0.5 - parent: 1 - - uid: 4515 + parent: 2 + - uid: 19500 components: - type: Transform pos: -54.5,-8.5 - parent: 1 - - uid: 4517 + parent: 2 + - uid: 19501 components: - type: Transform pos: -52.5,0.5 - parent: 1 - - uid: 4519 + parent: 2 + - uid: 19502 components: - type: Transform pos: 18.5,-3.5 - parent: 1 - - uid: 4527 + parent: 2 + - uid: 19503 components: - type: Transform pos: -22.5,-2.5 - parent: 1 - - uid: 4528 + parent: 2 + - uid: 19504 components: - type: Transform pos: -49.5,-0.5 - parent: 1 - - uid: 4530 + parent: 2 + - uid: 19505 components: - type: Transform - pos: -51.5,-8.5 - parent: 1 - - uid: 4531 + pos: -29.5,-1.5 + parent: 2 + - uid: 19506 components: - type: Transform pos: -53.5,0.5 - parent: 1 - - uid: 4543 + parent: 2 + - uid: 19507 components: - type: Transform pos: -32.5,11.5 - parent: 1 - - uid: 4552 + parent: 2 + - uid: 19508 components: - type: Transform pos: -55.5,29.5 - parent: 1 - - uid: 4555 + parent: 2 + - uid: 19509 components: - type: Transform pos: -54.5,22.5 - parent: 1 - - uid: 4580 + parent: 2 + - uid: 19510 components: - type: Transform pos: -46.5,30.5 - parent: 1 - - uid: 4582 + parent: 2 + - uid: 19511 components: - type: Transform pos: -46.5,28.5 - parent: 1 - - uid: 4588 + parent: 2 + - uid: 19512 components: - type: Transform pos: -54.5,26.5 - parent: 1 - - uid: 4589 + parent: 2 + - uid: 19513 components: - type: Transform pos: -55.5,27.5 - parent: 1 - - uid: 4591 + parent: 2 + - uid: 19514 components: - type: Transform pos: -55.5,17.5 - parent: 1 - - uid: 4715 + parent: 2 + - uid: 19515 components: - type: Transform pos: -59.5,28.5 - parent: 1 - - uid: 4737 + parent: 2 + - uid: 19516 components: - type: Transform pos: 21.5,33.5 - parent: 1 - - uid: 4809 + parent: 2 + - uid: 19517 components: - type: Transform pos: -49.5,-3.5 - parent: 1 - - uid: 4856 + parent: 2 + - uid: 19518 components: - type: Transform pos: -50.5,42.5 - parent: 1 - - uid: 4929 + parent: 2 + - uid: 19519 components: - type: Transform pos: -65.5,9.5 - parent: 1 - - uid: 4952 + parent: 2 + - uid: 19520 components: - type: Transform pos: -37.5,-8.5 - parent: 1 - - uid: 5008 + parent: 2 + - uid: 19521 components: - type: Transform pos: -42.5,3.5 - parent: 1 - - uid: 5072 + parent: 2 + - uid: 19522 components: - type: Transform pos: -43.5,22.5 - parent: 1 - - uid: 5170 + parent: 2 + - uid: 19523 components: - type: Transform pos: -26.5,51.5 - parent: 1 - - uid: 5172 + parent: 2 + - uid: 19524 components: - type: Transform pos: -72.5,10.5 - parent: 1 - - uid: 5182 + parent: 2 + - uid: 19525 components: - type: Transform pos: -67.5,7.5 - parent: 1 - - uid: 5208 + parent: 2 + - uid: 19526 components: - type: Transform pos: -25.5,56.5 - parent: 1 - - uid: 5310 + parent: 2 + - uid: 19527 components: - type: Transform pos: -50.5,2.5 - parent: 1 - - uid: 5411 + parent: 2 + - uid: 19528 components: - type: Transform pos: -24.5,-5.5 - parent: 1 - - uid: 5574 + parent: 2 + - uid: 19529 components: - type: Transform pos: -55.5,35.5 - parent: 1 - - uid: 5685 + parent: 2 + - uid: 19530 components: - type: Transform pos: -20.5,-4.5 - parent: 1 - - uid: 5725 + parent: 2 + - uid: 19531 components: - type: Transform pos: -43.5,48.5 - parent: 1 - - uid: 5755 + parent: 2 + - uid: 19532 components: - type: Transform pos: -45.5,53.5 - parent: 1 - - uid: 5807 + parent: 2 + - uid: 19533 components: - type: Transform pos: -60.5,29.5 - parent: 1 - - uid: 5837 + parent: 2 + - uid: 19534 components: - type: Transform pos: -10.5,39.5 - parent: 1 - - uid: 5838 + parent: 2 + - uid: 19535 components: - type: Transform pos: -8.5,38.5 - parent: 1 - - uid: 5843 + parent: 2 + - uid: 19536 components: - type: Transform pos: -10.5,44.5 - parent: 1 - - uid: 5845 + parent: 2 + - uid: 19537 components: - type: Transform pos: -6.5,45.5 - parent: 1 - - uid: 5846 + parent: 2 + - uid: 19538 components: - type: Transform pos: -14.5,-8.5 - parent: 1 - - uid: 5854 + parent: 2 + - uid: 19539 components: - type: Transform pos: -5.5,38.5 - parent: 1 - - uid: 5859 + parent: 2 + - uid: 19540 components: - type: Transform pos: -10.5,42.5 - parent: 1 - - uid: 5868 + parent: 2 + - uid: 19541 components: - type: Transform pos: -4.5,38.5 - parent: 1 - - uid: 5872 + parent: 2 + - uid: 19542 components: - type: Transform pos: -4.5,39.5 - parent: 1 - - uid: 5874 + parent: 2 + - uid: 19543 components: - type: Transform pos: -4.5,44.5 - parent: 1 - - uid: 5877 + parent: 2 + - uid: 19544 components: - type: Transform pos: -4.5,42.5 - parent: 1 - - uid: 5879 + parent: 2 + - uid: 19545 components: - type: Transform pos: -8.5,45.5 - parent: 1 - - uid: 5955 + parent: 2 + - uid: 19546 components: - type: Transform pos: 2.5,48.5 - parent: 1 - - uid: 5971 + parent: 2 + - uid: 19547 components: - type: Transform pos: -43.5,40.5 - parent: 1 - - uid: 5972 + parent: 2 + - uid: 19548 components: - type: Transform pos: 4.5,48.5 - parent: 1 - - uid: 5979 + parent: 2 + - uid: 19549 components: - type: Transform pos: 9.5,49.5 - parent: 1 - - uid: 5981 - components: - - type: Transform - pos: 13.5,46.5 - parent: 1 - - uid: 5984 - components: - - type: Transform - pos: 11.5,47.5 - parent: 1 - - uid: 5986 + parent: 2 + - uid: 19550 components: - type: Transform pos: 10.5,47.5 - parent: 1 - - uid: 5987 - components: - - type: Transform - pos: 8.5,46.5 - parent: 1 - - uid: 5996 - components: - - type: Transform - pos: 5.5,52.5 - parent: 1 - - uid: 5998 + parent: 2 + - uid: 19552 components: - type: Transform pos: 5.5,50.5 - parent: 1 - - uid: 6008 + parent: 2 + - uid: 19553 components: - type: Transform pos: 9.5,50.5 - parent: 1 - - uid: 6027 - components: - - type: Transform - pos: 8.5,45.5 - parent: 1 - - uid: 6563 + parent: 2 + - uid: 19554 components: - type: Transform pos: -24.5,57.5 - parent: 1 - - uid: 6695 + parent: 2 + - uid: 19555 components: - type: Transform pos: -26.5,43.5 - parent: 1 - - uid: 6696 + parent: 2 + - uid: 19556 components: - type: Transform pos: -26.5,42.5 - parent: 1 - - uid: 6698 + parent: 2 + - uid: 19557 components: - type: Transform pos: -26.5,48.5 - parent: 1 - - uid: 6699 + parent: 2 + - uid: 19558 components: - type: Transform pos: -27.5,48.5 - parent: 1 - - uid: 6701 + parent: 2 + - uid: 19559 components: - type: Transform pos: -34.5,48.5 - parent: 1 - - uid: 6703 + parent: 2 + - uid: 19560 components: - type: Transform pos: -29.5,48.5 - parent: 1 - - uid: 6704 + parent: 2 + - uid: 19561 components: - type: Transform pos: -30.5,48.5 - parent: 1 - - uid: 6706 + parent: 2 + - uid: 19562 components: - type: Transform pos: -26.5,40.5 - parent: 1 - - uid: 6709 + parent: 2 + - uid: 19563 components: - type: Transform pos: -26.5,37.5 - parent: 1 - - uid: 6711 + parent: 2 + - uid: 19564 components: - type: Transform pos: -26.5,35.5 - parent: 1 - - uid: 6714 + parent: 2 + - uid: 19565 components: - type: Transform pos: -38.5,52.5 - parent: 1 - - uid: 6718 + parent: 2 + - uid: 19566 components: - type: Transform pos: -29.5,36.5 - parent: 1 - - uid: 6719 + parent: 2 + - uid: 19567 components: - type: Transform pos: -29.5,35.5 - parent: 1 - - uid: 6722 + parent: 2 + - uid: 19568 components: - type: Transform pos: -28.5,39.5 - parent: 1 - - uid: 6724 + parent: 2 + - uid: 19569 components: - type: Transform pos: -29.5,39.5 - parent: 1 - - uid: 6730 + parent: 2 + - uid: 19570 components: - type: Transform pos: -27.5,34.5 - parent: 1 - - uid: 6731 + parent: 2 + - uid: 19571 components: - type: Transform pos: -29.5,41.5 - parent: 1 - - uid: 6732 + parent: 2 + - uid: 19572 components: - type: Transform pos: -31.5,41.5 - parent: 1 - - uid: 6733 + parent: 2 + - uid: 19573 components: - type: Transform pos: -30.5,41.5 - parent: 1 - - uid: 6735 + parent: 2 + - uid: 19574 components: - type: Transform pos: -33.5,41.5 - parent: 1 - - uid: 6739 + parent: 2 + - uid: 19575 components: - type: Transform pos: -27.5,43.5 - parent: 1 - - uid: 6740 + parent: 2 + - uid: 19576 components: - type: Transform pos: -45.5,40.5 - parent: 1 - - uid: 6741 + parent: 2 + - uid: 19577 components: - type: Transform pos: -45.5,38.5 - parent: 1 - - uid: 6743 + parent: 2 + - uid: 19578 components: - type: Transform pos: -30.5,44.5 - parent: 1 - - uid: 6744 + parent: 2 + - uid: 19579 components: - type: Transform pos: -45.5,37.5 - parent: 1 - - uid: 6746 + parent: 2 + - uid: 19580 components: - type: Transform pos: -41.5,34.5 - parent: 1 - - uid: 6748 + parent: 2 + - uid: 19581 components: - type: Transform pos: -38.5,41.5 - parent: 1 - - uid: 6749 + parent: 2 + - uid: 19582 components: - type: Transform pos: -39.5,41.5 - parent: 1 - - uid: 6750 + parent: 2 + - uid: 19583 components: - type: Transform pos: -41.5,40.5 - parent: 1 - - uid: 6761 + parent: 2 + - uid: 19584 components: - type: Transform pos: -31.5,34.5 - parent: 1 - - uid: 6764 + parent: 2 + - uid: 19585 components: - type: Transform pos: -34.5,34.5 - parent: 1 - - uid: 6766 + parent: 2 + - uid: 19586 components: - type: Transform pos: -45.5,36.5 - parent: 1 - - uid: 6768 + parent: 2 + - uid: 19587 components: - type: Transform pos: -28.5,43.5 - parent: 1 - - uid: 6772 + parent: 2 + - uid: 19588 components: - type: Transform pos: -43.5,51.5 - parent: 1 - - uid: 6773 + parent: 2 + - uid: 19589 components: - type: Transform pos: -43.5,52.5 - parent: 1 - - uid: 6776 + parent: 2 + - uid: 19590 components: - type: Transform pos: -38.5,50.5 - parent: 1 - - uid: 6777 + parent: 2 + - uid: 19591 components: - type: Transform pos: -36.5,53.5 - parent: 1 - - uid: 6780 + parent: 2 + - uid: 19592 components: - type: Transform pos: -39.5,47.5 - parent: 1 - - uid: 6787 + parent: 2 + - uid: 19593 components: - type: Transform pos: -45.5,48.5 - parent: 1 - - uid: 6790 + parent: 2 + - uid: 19594 components: - type: Transform pos: -45.5,45.5 - parent: 1 - - uid: 6797 + parent: 2 + - uid: 19595 components: - type: Transform pos: -36.5,48.5 - parent: 1 - - uid: 6800 + parent: 2 + - uid: 19596 components: - type: Transform pos: -33.5,49.5 - parent: 1 - - uid: 6802 + parent: 2 + - uid: 19597 components: - type: Transform pos: -33.5,50.5 - parent: 1 - - uid: 6825 + parent: 2 + - uid: 19598 components: - type: Transform pos: -26.5,-12.5 - parent: 1 - - uid: 6846 + parent: 2 + - uid: 19599 components: - type: Transform pos: -49.5,-10.5 - parent: 1 - - uid: 6961 + parent: 2 + - uid: 19600 components: - type: Transform pos: -37.5,48.5 - parent: 1 - - uid: 7027 + parent: 2 + - uid: 19601 components: - type: Transform pos: -49.5,39.5 - parent: 1 - - uid: 7035 + parent: 2 + - uid: 19602 components: - type: Transform pos: -55.5,43.5 - parent: 1 - - uid: 7042 + parent: 2 + - uid: 19603 components: - type: Transform pos: -54.5,38.5 - parent: 1 - - uid: 7044 + parent: 2 + - uid: 19604 components: - type: Transform pos: -54.5,35.5 - parent: 1 - - uid: 7049 + parent: 2 + - uid: 19605 components: - type: Transform pos: -54.5,36.5 - parent: 1 - - uid: 7052 + parent: 2 + - uid: 19606 components: - type: Transform pos: -50.5,45.5 - parent: 1 - - uid: 7054 + parent: 2 + - uid: 19607 components: - type: Transform pos: -52.5,42.5 - parent: 1 - - uid: 7055 + parent: 2 + - uid: 19608 components: - type: Transform pos: -50.5,44.5 - parent: 1 - - uid: 7060 + parent: 2 + - uid: 19609 components: - type: Transform pos: -49.5,40.5 - parent: 1 - - uid: 7070 + parent: 2 + - uid: 19610 components: - type: Transform pos: -49.5,34.5 - parent: 1 - - uid: 7244 + parent: 2 + - uid: 19611 components: - type: Transform pos: -54.5,81.5 - parent: 1 - - uid: 7275 + parent: 2 + - uid: 19612 components: - type: Transform pos: -53.5,86.5 - parent: 1 - - uid: 7306 + parent: 2 + - uid: 19613 components: - type: Transform pos: 17.5,-3.5 - parent: 1 - - uid: 7406 + parent: 2 + - uid: 19614 components: - type: Transform pos: 13.5,53.5 - parent: 1 - - uid: 7566 + parent: 2 + - uid: 19615 components: - type: Transform pos: -64.5,37.5 - parent: 1 - - uid: 7567 - components: - - type: Transform - pos: -65.5,45.5 - parent: 1 - - uid: 7568 + parent: 2 + - uid: 19617 components: - type: Transform pos: -59.5,43.5 - parent: 1 - - uid: 7644 + parent: 2 + - uid: 19618 components: - type: Transform pos: -27.5,25.5 - parent: 1 - - uid: 7645 + parent: 2 + - uid: 19619 components: - type: Transform pos: -68.5,48.5 - parent: 1 - - uid: 7869 + parent: 2 + - uid: 19620 components: - type: Transform pos: 6.5,0.5 - parent: 1 - - uid: 7899 + parent: 2 + - uid: 19621 components: - type: Transform pos: 15.5,11.5 - parent: 1 - - uid: 7905 + parent: 2 + - uid: 19622 components: - type: Transform pos: -22.5,1.5 - parent: 1 - - uid: 7906 + parent: 2 + - uid: 19623 components: - type: Transform pos: -20.5,3.5 - parent: 1 - - uid: 7913 + parent: 2 + - uid: 19624 components: - type: Transform pos: 9.5,7.5 - parent: 1 - - uid: 7919 + parent: 2 + - uid: 19625 components: - type: Transform pos: -53.5,-8.5 - parent: 1 - - uid: 7925 + parent: 2 + - uid: 19626 components: - type: Transform pos: -14.5,24.5 - parent: 1 - - uid: 7927 + parent: 2 + - uid: 19627 components: - type: Transform pos: -14.5,23.5 - parent: 1 - - uid: 7943 + parent: 2 + - uid: 19628 components: - type: Transform pos: -27.5,27.5 - parent: 1 - - uid: 7944 + parent: 2 + - uid: 19629 components: - type: Transform pos: -27.5,28.5 - parent: 1 - - uid: 7961 + parent: 2 + - uid: 19630 components: - type: Transform pos: -51.5,3.5 - parent: 1 - - uid: 8001 + parent: 2 + - uid: 19631 components: - type: Transform pos: -40.5,19.5 - parent: 1 - - uid: 8002 + parent: 2 + - uid: 19632 components: - type: Transform pos: -49.5,-6.5 - parent: 1 - - uid: 8003 + parent: 2 + - uid: 19633 components: - type: Transform pos: -50.5,-8.5 - parent: 1 - - uid: 8049 + parent: 2 + - uid: 19634 components: - type: Transform pos: -55.5,-10.5 - parent: 1 - - uid: 8116 + parent: 2 + - uid: 19635 components: - type: Transform pos: -51.5,45.5 - parent: 1 - - uid: 8168 + parent: 2 + - uid: 19636 components: - type: Transform pos: -59.5,25.5 - parent: 1 - - uid: 8214 + parent: 2 + - uid: 19637 components: - type: Transform pos: -2.5,13.5 - parent: 1 - - uid: 8354 + parent: 2 + - uid: 19638 components: - type: Transform pos: -53.5,3.5 - parent: 1 - - uid: 8365 + parent: 2 + - uid: 19639 components: - type: Transform pos: -52.5,45.5 - parent: 1 - - uid: 8368 + parent: 2 + - uid: 19640 components: - type: Transform pos: 10.5,7.5 - parent: 1 - - uid: 8369 + parent: 2 + - uid: 19641 components: - type: Transform pos: -52.5,3.5 - parent: 1 - - uid: 8576 + parent: 2 + - uid: 19642 components: - type: Transform pos: -2.5,-19.5 - parent: 1 - - uid: 9160 + parent: 2 + - uid: 19643 components: - type: Transform pos: -68.5,53.5 - parent: 1 - - uid: 9164 + parent: 2 + - uid: 19644 components: - type: Transform pos: -68.5,50.5 - parent: 1 - - uid: 9165 + parent: 2 + - uid: 19645 components: - type: Transform pos: -68.5,54.5 - parent: 1 - - uid: 9167 + parent: 2 + - uid: 19646 components: - type: Transform pos: -71.5,50.5 - parent: 1 - - uid: 9168 + parent: 2 + - uid: 19647 components: - type: Transform pos: -69.5,50.5 - parent: 1 - - uid: 9192 + parent: 2 + - uid: 19648 components: - type: Transform pos: -68.5,55.5 - parent: 1 - - uid: 9200 + parent: 2 + - uid: 19649 components: - type: Transform pos: 13.5,56.5 - parent: 1 - - uid: 9205 + parent: 2 + - uid: 19650 components: - type: Transform pos: -59.5,46.5 - parent: 1 - - uid: 9208 + parent: 2 + - uid: 19651 components: - type: Transform pos: -65.5,40.5 - parent: 1 - - uid: 9222 + parent: 2 + - uid: 19652 components: - type: Transform pos: -61.5,46.5 - parent: 1 - - uid: 9228 + parent: 2 + - uid: 19653 components: - type: Transform pos: -63.5,46.5 - parent: 1 - - uid: 9273 - components: - - type: Transform - pos: -65.5,42.5 - parent: 1 - - uid: 9275 + parent: 2 + - uid: 19655 components: - type: Transform pos: -60.5,37.5 - parent: 1 - - uid: 9293 + parent: 2 + - uid: 19656 components: - type: Transform pos: -65.5,39.5 - parent: 1 - - uid: 9379 + parent: 2 + - uid: 19657 components: - type: Transform pos: -8.5,10.5 - parent: 1 - - uid: 9380 + parent: 2 + - uid: 19658 components: - type: Transform pos: -54.5,-4.5 - parent: 1 - - uid: 9609 + parent: 2 + - uid: 19659 components: - type: Transform pos: -9.5,16.5 - parent: 1 - - uid: 9634 + parent: 2 + - uid: 19660 components: - type: Transform pos: -55.5,91.5 - parent: 1 - - uid: 9639 + parent: 2 + - uid: 19661 components: - type: Transform pos: -50.5,-10.5 - parent: 1 - - uid: 9848 + parent: 2 + - uid: 19662 components: - type: Transform pos: -61.5,29.5 - parent: 1 - - uid: 9897 + parent: 2 + - uid: 19663 components: - type: Transform pos: -59.5,20.5 - parent: 1 - - uid: 9899 + parent: 2 + - uid: 19664 components: - type: Transform pos: -59.5,17.5 - parent: 1 - - uid: 9915 + parent: 2 + - uid: 19665 components: - type: Transform pos: -60.5,9.5 - parent: 1 - - uid: 9916 + parent: 2 + - uid: 19666 components: - type: Transform pos: -61.5,9.5 - parent: 1 - - uid: 9925 - components: - - type: Transform - pos: -63.5,9.5 - parent: 1 - - uid: 9928 + parent: 2 + - uid: 19668 components: - type: Transform pos: -65.5,10.5 - parent: 1 - - uid: 9930 + parent: 2 + - uid: 19669 components: - type: Transform pos: -65.5,11.5 - parent: 1 - - uid: 9931 + parent: 2 + - uid: 19670 components: - type: Transform pos: -65.5,15.5 - parent: 1 - - uid: 9932 + parent: 2 + - uid: 19671 components: - type: Transform pos: -61.5,15.5 - parent: 1 - - uid: 9953 + parent: 2 + - uid: 19672 components: - type: Transform pos: -10.5,-35.5 - parent: 1 - - uid: 9962 + parent: 2 + - uid: 19673 components: - type: Transform pos: -10.5,-29.5 - parent: 1 - - uid: 10440 + parent: 2 + - uid: 19674 components: - type: Transform pos: -45.5,13.5 - parent: 1 - - uid: 10441 + parent: 2 + - uid: 19675 components: - type: Transform pos: -55.5,11.5 - parent: 1 - - uid: 10446 + parent: 2 + - uid: 19676 components: - type: Transform pos: -54.5,7.5 - parent: 1 - - uid: 10450 + parent: 2 + - uid: 19677 components: - type: Transform pos: -45.5,10.5 - parent: 1 - - uid: 10453 + parent: 2 + - uid: 19678 components: - type: Transform pos: -51.5,13.5 - parent: 1 - - uid: 10456 + parent: 2 + - uid: 19679 components: - type: Transform pos: -52.5,11.5 - parent: 1 - - uid: 10544 + parent: 2 + - uid: 19680 components: - type: Transform pos: -36.5,-8.5 - parent: 1 - - uid: 10662 + parent: 2 + - uid: 19681 components: - type: Transform pos: -10.5,-8.5 - parent: 1 - - uid: 10693 + parent: 2 + - uid: 19682 components: - type: Transform pos: -20.5,-8.5 - parent: 1 - - uid: 10746 + parent: 2 + - uid: 19683 components: - type: Transform pos: -29.5,53.5 - parent: 1 - - uid: 10747 - components: - - type: Transform - pos: -29.5,52.5 - parent: 1 - - uid: 10816 + parent: 2 + - uid: 19684 components: - type: Transform pos: -10.5,-9.5 - parent: 1 - - uid: 10860 + parent: 2 + - uid: 19685 components: - type: Transform pos: -14.5,-9.5 - parent: 1 - - uid: 12340 + parent: 2 + - uid: 19686 components: - type: Transform pos: -0.5,-14.5 - parent: 1 - - uid: 12356 + parent: 2 + - uid: 19687 components: - type: Transform pos: -11.5,-9.5 - parent: 1 - - uid: 12406 + parent: 2 + - uid: 19688 components: - type: Transform pos: -20.5,-7.5 - parent: 1 - - uid: 12863 + parent: 2 + - uid: 19689 components: - type: Transform pos: -1.5,-15.5 - parent: 1 - - uid: 13272 + parent: 2 + - uid: 19690 components: - type: Transform pos: -54.5,29.5 - parent: 1 - - uid: 13310 + parent: 2 + - uid: 19691 components: - type: Transform pos: 1.5,13.5 - parent: 1 - - uid: 13311 + parent: 2 + - uid: 19692 components: - type: Transform pos: 0.5,13.5 - parent: 1 - - uid: 13312 + parent: 2 + - uid: 19693 components: - type: Transform pos: 3.5,13.5 - parent: 1 - - uid: 13313 + parent: 2 + - uid: 19694 components: - type: Transform pos: 5.5,14.5 - parent: 1 - - uid: 13314 + parent: 2 + - uid: 19695 components: - type: Transform pos: 5.5,13.5 - parent: 1 - - uid: 13315 + parent: 2 + - uid: 19696 components: - type: Transform pos: 5.5,16.5 - parent: 1 - - uid: 13316 + parent: 2 + - uid: 19697 components: - type: Transform pos: 5.5,11.5 - parent: 1 - - uid: 13821 + parent: 2 + - uid: 19698 components: - type: Transform pos: -51.5,42.5 - parent: 1 - - uid: 13828 + parent: 2 + - uid: 19699 components: - type: Transform pos: -64.5,9.5 - parent: 1 - - uid: 14279 + parent: 2 + - uid: 19700 components: - type: Transform pos: -10.5,34.5 - parent: 1 - - uid: 14449 + parent: 2 + - uid: 19701 components: - type: Transform pos: -72.5,13.5 - parent: 1 - - uid: 14581 + parent: 2 + - uid: 19702 components: - type: Transform pos: 10.5,51.5 - parent: 1 - - uid: 14582 + parent: 2 + - uid: 19703 components: - type: Transform pos: -49.5,35.5 - parent: 1 - - uid: 14585 + parent: 2 + - uid: 19704 components: - type: Transform pos: -53.5,38.5 - parent: 1 - - uid: 14661 + parent: 2 + - uid: 19705 components: - type: Transform pos: 13.5,55.5 - parent: 1 - - uid: 14972 + parent: 2 + - uid: 19706 components: - type: Transform pos: -59.5,29.5 - parent: 1 - - uid: 14994 + parent: 2 + - uid: 19707 components: - type: Transform pos: 7.5,38.5 - parent: 1 - - uid: 15232 + parent: 2 + - uid: 19708 components: - type: Transform pos: 14.5,56.5 - parent: 1 - - uid: 15248 + parent: 2 + - uid: 19709 components: - type: Transform pos: 19.5,46.5 - parent: 1 - - uid: 15249 + parent: 2 + - uid: 19710 components: - type: Transform pos: 19.5,47.5 - parent: 1 - - uid: 15312 + parent: 2 + - uid: 19711 + components: + - type: Transform + pos: -45.5,44.5 + parent: 2 + - uid: 19712 components: - type: Transform pos: 13.5,37.5 - parent: 1 - - uid: 15508 + parent: 2 + - uid: 19713 components: - type: Transform pos: -19.5,-1.5 - parent: 1 - - uid: 15524 + parent: 2 + - uid: 19714 components: - type: Transform pos: -14.5,-6.5 - parent: 1 - - uid: 15562 + parent: 2 + - uid: 19715 components: - type: Transform pos: 9.5,-3.5 - parent: 1 - - uid: 16056 + parent: 2 + - uid: 19716 components: - type: Transform pos: -75.5,7.5 - parent: 1 - - uid: 16174 + parent: 2 + - uid: 19717 components: - type: Transform pos: -52.5,-4.5 - parent: 1 - - uid: 16322 + parent: 2 + - uid: 19718 components: - type: Transform pos: -38.5,49.5 - parent: 1 - - uid: 16344 + parent: 2 + - uid: 19719 components: - type: Transform pos: -6.5,12.5 - parent: 1 - - uid: 17711 + parent: 2 + - uid: 19720 components: - type: Transform pos: -68.5,35.5 - parent: 1 - - uid: 18471 + parent: 2 + - uid: 19721 components: - type: Transform pos: 19.5,48.5 - parent: 1 - - uid: 18507 + parent: 2 + - uid: 19722 components: - type: Transform pos: 22.5,57.5 - parent: 1 - - uid: 18516 + parent: 2 + - uid: 19723 components: - type: Transform pos: 19.5,59.5 - parent: 1 - - uid: 18523 + parent: 2 + - uid: 19724 components: - type: Transform pos: 18.5,56.5 - parent: 1 - - uid: 18524 + parent: 2 + - uid: 19725 components: - type: Transform pos: 17.5,56.5 - parent: 1 + parent: 2 + - uid: 19726 + components: + - type: Transform + pos: 4.5,11.5 + parent: 2 + - uid: 19727 + components: + - type: Transform + pos: -18.5,10.5 + parent: 2 + - uid: 19728 + components: + - type: Transform + pos: -18.5,11.5 + parent: 2 - proto: WardrobeCargoFilled entities: - - uid: 15095 + - uid: 19729 components: - type: Transform pos: -44.5,2.5 - parent: 1 + parent: 2 - proto: WardrobeChapelFilled entities: - - uid: 16141 + - uid: 19730 components: - type: Transform pos: 19.5,0.5 - parent: 1 + parent: 2 - proto: WardrobeGreyFilled entities: - - uid: 5934 + - uid: 19731 components: - type: Transform pos: -6.5,39.5 - parent: 1 + parent: 2 - type: EntityStorage air: volume: 200 @@ -131142,11 +143315,11 @@ entities: - 0 - 0 - 0 - - uid: 5935 + - uid: 19732 components: - type: Transform pos: -5.5,39.5 - parent: 1 + parent: 2 - type: EntityStorage air: volume: 200 @@ -131173,11 +143346,11 @@ entities: - 0 - 0 - 0 - - uid: 5936 + - uid: 19733 components: - type: Transform pos: -8.5,39.5 - parent: 1 + parent: 2 - type: EntityStorage air: volume: 200 @@ -131204,11 +143377,11 @@ entities: - 0 - 0 - 0 - - uid: 5937 + - uid: 19734 components: - type: Transform pos: -9.5,39.5 - parent: 1 + parent: 2 - type: EntityStorage air: volume: 200 @@ -131237,11 +143410,11 @@ entities: - 0 - proto: WardrobePrisonFilled entities: - - uid: 1913 + - uid: 19735 components: - type: Transform pos: -50.5,51.5 - parent: 1 + parent: 2 - type: EntityStorage air: volume: 200 @@ -131268,11 +143441,11 @@ entities: - 0 - 0 - 0 - - uid: 1917 + - uid: 19736 components: - type: Transform pos: -53.5,51.5 - parent: 1 + parent: 2 - type: EntityStorage air: volume: 200 @@ -131299,11 +143472,11 @@ entities: - 0 - 0 - 0 - - uid: 1919 + - uid: 19737 components: - type: Transform pos: -56.5,51.5 - parent: 1 + parent: 2 - type: EntityStorage air: volume: 200 @@ -131330,19 +143503,19 @@ entities: - 0 - 0 - 0 - - uid: 7350 + - uid: 19738 components: - type: Transform pos: -55.5,90.5 - parent: 1 + parent: 2 - type: EntityStorage air: volume: 200 immutable: False temperature: 293.14963 moles: - - 3.3523011 - - 12.611038 + - 2.0141742 + - 7.577132 - 0 - 0 - 0 @@ -131361,19 +143534,19 @@ entities: - 0 - 0 - 0 - - uid: 7359 + - uid: 19739 components: - type: Transform pos: -55.5,84.5 - parent: 1 + parent: 2 - type: EntityStorage air: volume: 200 immutable: False temperature: 293.14963 moles: - - 3.3523011 - - 12.611038 + - 2.0141742 + - 7.577132 - 0 - 0 - 0 @@ -131392,44 +143565,51 @@ entities: - 0 - 0 - 0 +- proto: WardrobeSecurity + entities: + - uid: 19740 + components: + - type: Transform + pos: -65.5,62.5 + parent: 2 - proto: WarningCO2 entities: - - uid: 17892 + - uid: 19741 components: - type: Transform pos: -87.5,54.5 - parent: 1 + parent: 2 - proto: WarningN2 entities: - - uid: 17891 + - uid: 19742 components: - type: Transform pos: -83.5,54.5 - parent: 1 + parent: 2 - proto: WarningO2 entities: - - uid: 17890 + - uid: 19743 components: - type: Transform pos: -85.5,54.5 - parent: 1 + parent: 2 - proto: WarningPlasma entities: - - uid: 17893 + - uid: 19744 components: - type: Transform pos: -91.5,54.5 - parent: 1 + parent: 2 - proto: WarningTritium entities: - - uid: 17889 + - uid: 19745 components: - type: Transform pos: -93.5,54.5 - parent: 1 + parent: 2 - proto: WarningWaste entities: - - uid: 15920 + - uid: 19746 components: - type: MetaData desc: Water vapor flow and recycling for the sauna. @@ -131437,1979 +143617,2208 @@ entities: - type: Transform rot: -1.5707963267948966 rad pos: -51.5,10.5 - parent: 1 - - uid: 17888 + parent: 2 + - uid: 19747 components: - type: Transform pos: -81.5,54.5 - parent: 1 + parent: 2 - proto: WarpPoint entities: - - uid: 13783 + - uid: 19748 components: - type: Transform pos: -32.5,26.5 - parent: 1 + parent: 2 - type: WarpPoint location: theatre - - uid: 13788 + - uid: 19749 components: - type: Transform pos: 15.5,-0.5 - parent: 1 + parent: 2 - type: WarpPoint location: chapel - proto: WarpPointBombing entities: - - uid: 7647 + - uid: 19750 components: - type: Transform - pos: 3.5,25.5 - parent: 1 - - type: WarpPoint - location: Med - - uid: 13877 - components: - - type: Transform - pos: 2.5,38.5 - parent: 1 - - type: WarpPoint - location: Surgery - - uid: 15327 + pos: 0.5,38.5 + parent: 2 + - uid: 19751 components: - type: Transform pos: -42.5,63.5 - parent: 1 + parent: 2 - proto: WaterCooler entities: - - uid: 3088 + - uid: 19752 components: - type: Transform pos: -22.5,13.5 - parent: 1 - - uid: 5953 + parent: 2 + - uid: 19753 components: - type: Transform pos: -14.5,53.5 - parent: 1 - - uid: 9548 + parent: 2 + - uid: 19754 components: - type: Transform pos: -13.5,49.5 - parent: 1 - - uid: 11052 + parent: 2 + - uid: 19755 components: - type: Transform pos: -76.5,32.5 - parent: 1 - - uid: 14716 + parent: 2 + - uid: 19756 components: - type: Transform pos: -3.5,-23.5 - parent: 1 - - uid: 17525 + parent: 2 + - uid: 19757 components: - type: Transform pos: -57.5,61.5 - parent: 1 - - uid: 18285 - components: - - type: Transform - pos: -79.5,38.5 - parent: 1 + parent: 2 - proto: WaterTank entities: - - uid: 10388 + - uid: 19759 components: - type: Transform pos: -0.5,45.5 - parent: 1 + parent: 2 + - uid: 20576 + components: + - type: Transform + pos: 4.5,51.5 + parent: 2 - proto: WaterTankFull entities: - - uid: 3679 + - uid: 19760 components: - type: Transform pos: -51.5,-10.5 - parent: 1 - - uid: 5418 - components: - - type: Transform - pos: -29.5,-1.5 - parent: 1 - - uid: 5419 + parent: 2 + - uid: 19762 components: - type: Transform pos: -21.5,2.5 - parent: 1 - - uid: 5420 + parent: 2 + - uid: 19763 components: - type: Transform pos: 16.5,-4.5 - parent: 1 - - uid: 5614 + parent: 2 + - uid: 19764 components: - type: Transform pos: -49.5,15.5 - parent: 1 - - uid: 5712 + parent: 2 + - uid: 19765 components: - type: Transform pos: -24.5,20.5 - parent: 1 - - uid: 5741 + parent: 2 + - uid: 19766 components: - type: Transform pos: -61.5,86.5 - parent: 1 - - uid: 5787 - components: - - type: Transform - pos: -7.5,21.5 - parent: 1 - - uid: 10365 + parent: 2 + - uid: 19768 components: - type: Transform pos: -35.5,54.5 - parent: 1 - - uid: 10476 + parent: 2 + - uid: 19769 components: - type: Transform pos: -52.5,44.5 - parent: 1 - - uid: 12899 + parent: 2 + - uid: 19770 components: - type: Transform pos: 8.5,8.5 - parent: 1 - - uid: 12913 + parent: 2 + - uid: 19771 components: - type: Transform pos: 19.5,25.5 - parent: 1 - - uid: 14174 + parent: 2 + - uid: 19772 components: - type: Transform pos: -70.5,51.5 - parent: 1 - - uid: 14589 + parent: 2 + - uid: 19773 components: - type: Transform pos: -67.5,9.5 - parent: 1 + parent: 2 - proto: WaterTankHighCapacity entities: - - uid: 5989 + - uid: 19774 components: - type: Transform pos: -52.5,41.5 - parent: 1 - - uid: 6945 + parent: 2 + - uid: 19775 components: - type: Transform pos: -41.5,47.5 - parent: 1 + parent: 2 - proto: WaterVaporCanister entities: - - uid: 9536 + - uid: 19776 components: - type: Transform pos: -53.5,10.5 - parent: 1 - - uid: 9820 + parent: 2 + - uid: 19777 components: - type: Transform pos: -54.5,10.5 - parent: 1 - - uid: 14220 + parent: 2 + - uid: 19778 components: - type: Transform pos: -90.5,35.5 - parent: 1 - - uid: 16951 + parent: 2 + - uid: 19779 components: - type: Transform pos: -7.5,-32.5 - parent: 1 - - uid: 17768 + parent: 2 + - uid: 19780 components: - type: Transform pos: -88.5,57.5 - parent: 1 - - uid: 17991 + parent: 2 + - uid: 19781 components: - type: Transform pos: -69.5,42.5 - parent: 1 + parent: 2 - proto: WeaponCapacitorRecharger entities: - - uid: 7969 + - uid: 19782 components: - type: Transform rot: 1.5707963267948966 rad pos: -59.5,51.5 - parent: 1 - - uid: 9059 + parent: 2 + - uid: 19783 components: - type: Transform pos: -57.5,56.5 - parent: 1 - - uid: 9408 + parent: 2 + - uid: 19784 components: - type: Transform pos: -57.5,58.5 - parent: 1 - - uid: 10918 + parent: 2 + - uid: 19785 components: - type: Transform pos: -17.5,66.5 - parent: 1 - - uid: 13338 + parent: 2 + - uid: 19786 components: - type: Transform pos: -1.5,10.5 - parent: 1 - - uid: 16041 + parent: 2 + - uid: 19787 components: - type: Transform pos: -15.5,29.5 - parent: 1 + parent: 2 - proto: WeaponDisabler entities: - - uid: 1933 + - uid: 19788 components: - type: Transform pos: -59.631805,55.633682 - parent: 1 - - uid: 7954 + parent: 2 + - uid: 19789 components: - type: Transform pos: -48.547054,59.421623 - parent: 1 - - uid: 7975 + parent: 2 + - uid: 19790 components: - type: Transform pos: -59.506805,55.647568 - parent: 1 - - uid: 8005 + parent: 2 + - uid: 19791 components: - type: Transform pos: -59.256805,55.41146 - parent: 1 - - uid: 8355 + parent: 2 + - uid: 19792 components: - type: Transform pos: -59.492916,55.46701 - parent: 1 + parent: 2 - proto: WeaponEnergyTurretAI entities: - - uid: 1191 + - uid: 19793 components: - type: Transform pos: 19.5,18.5 - parent: 1 - - uid: 11883 + parent: 2 + - uid: 19794 components: - type: Transform pos: -0.5,0.5 - parent: 1 - - uid: 11915 + parent: 2 + - uid: 19795 components: - type: Transform pos: -4.5,-3.5 - parent: 1 - - uid: 12343 + parent: 2 + - uid: 19796 components: - type: Transform pos: -0.5,-3.5 - parent: 1 - - uid: 12350 + parent: 2 + - uid: 19797 components: - type: Transform pos: -4.5,0.5 - parent: 1 - - uid: 12390 + parent: 2 + - uid: 19798 components: - type: Transform pos: 17.5,18.5 - parent: 1 + parent: 2 - proto: WeaponFlareGun entities: - - uid: 1672 + - uid: 19799 components: - type: Transform pos: 16.491018,-8.470055 - parent: 1 + parent: 2 - proto: WeaponPistolMk58 entities: - - uid: 7955 + - uid: 19800 components: - type: Transform pos: -48.53143,59.640373 - parent: 1 + parent: 2 - proto: WeaponRevolverPirate entities: - - uid: 5896 + - uid: 6995 components: - type: Transform - parent: 5892 + parent: 6992 - type: Physics canCollide: False - type: InsideEntityStorage - proto: WeaponSubMachineGunWt550 entities: - - uid: 7937 + - uid: 19801 components: - type: Transform pos: -60.450623,64.62244 - parent: 1 + parent: 2 - proto: WeaponTurretSyndicateBroken entities: - - uid: 15844 + - uid: 19802 components: - type: Transform pos: -27.5,54.5 - parent: 1 -- proto: WelderIndustrial + parent: 2 +- proto: WelderIndustrialAdvanced entities: - - uid: 18020 + - uid: 543 components: - type: Transform - pos: -72.5017,37.46756 - parent: 1 + pos: -79.206985,38.690147 + parent: 2 + - uid: 6989 + components: + - type: Transform + pos: -79.54032,38.90905 + parent: 2 - proto: WeldingFuelTankFull entities: - - uid: 5416 + - uid: 19804 components: - type: Transform pos: -20.5,2.5 - parent: 1 - - uid: 5417 + parent: 2 + - uid: 19805 components: - type: Transform pos: -29.5,-0.5 - parent: 1 - - uid: 5421 - components: - - type: Transform - pos: 17.5,-4.5 - parent: 1 - - uid: 5613 + parent: 2 + - uid: 19807 components: - type: Transform pos: -48.5,15.5 - parent: 1 - - uid: 5615 + parent: 2 + - uid: 19808 components: - type: Transform pos: -50.5,29.5 - parent: 1 - - uid: 5711 + parent: 2 + - uid: 19809 components: - type: Transform pos: -23.5,20.5 - parent: 1 - - uid: 5786 + parent: 2 + - uid: 19810 components: - type: Transform pos: -7.5,20.5 - parent: 1 - - uid: 10364 + parent: 2 + - uid: 19811 components: - type: Transform pos: -36.5,54.5 - parent: 1 - - uid: 10387 + parent: 2 + - uid: 19812 components: - type: Transform pos: 0.5,45.5 - parent: 1 - - uid: 10475 + parent: 2 + - uid: 19813 components: - type: Transform pos: -51.5,44.5 - parent: 1 - - uid: 11051 + parent: 2 + - uid: 19814 components: - type: Transform pos: -70.5,35.5 - parent: 1 - - uid: 12898 + parent: 2 + - uid: 19815 components: - type: Transform pos: 7.5,8.5 - parent: 1 - - uid: 12912 + parent: 2 + - uid: 19816 components: - type: Transform pos: 20.5,25.5 - parent: 1 - - uid: 14588 + parent: 2 + - uid: 19817 components: - type: Transform pos: -67.5,8.5 - parent: 1 - - uid: 16756 + parent: 2 + - uid: 19818 components: - type: Transform pos: -6.5,-15.5 - parent: 1 - - uid: 18088 + parent: 2 + - uid: 19819 components: - type: Transform pos: -83.5,45.5 - parent: 1 - - uid: 18802 + parent: 2 + - uid: 19820 components: - type: Transform pos: 16.5,57.5 - parent: 1 + parent: 2 - proto: WetFloorSign entities: - - uid: 16532 + - uid: 19821 components: - type: Transform pos: -50.55783,40.396782 - parent: 1 - - uid: 16533 + parent: 2 + - uid: 19822 components: - type: Transform pos: -50.321716,40.229996 - parent: 1 + parent: 2 - proto: Windoor entities: - - uid: 3758 + - uid: 19823 components: - type: Transform rot: -1.5707963267948966 rad pos: -39.5,0.5 - parent: 1 - - uid: 3759 + parent: 2 + - uid: 19824 components: - type: Transform rot: -1.5707963267948966 rad pos: -39.5,1.5 - parent: 1 - - uid: 3760 + parent: 2 + - uid: 19825 components: - type: Transform rot: 3.141592653589793 rad pos: -38.5,2.5 - parent: 1 - - uid: 3761 + parent: 2 + - uid: 19826 components: - type: Transform rot: 3.141592653589793 rad pos: -37.5,2.5 - parent: 1 - - uid: 3762 + parent: 2 + - uid: 19827 components: - type: Transform rot: 3.141592653589793 rad pos: -36.5,2.5 - parent: 1 - - uid: 3763 + parent: 2 + - uid: 19828 components: - type: Transform rot: 1.5707963267948966 rad pos: -35.5,1.5 - parent: 1 - - uid: 3764 + parent: 2 + - uid: 19829 components: - type: Transform rot: 1.5707963267948966 rad pos: -35.5,0.5 - parent: 1 - - uid: 6684 + parent: 2 + - uid: 19830 components: - type: Transform rot: 1.5707963267948966 rad pos: -14.5,-3.5 - parent: 1 - - uid: 6963 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,44.5 - parent: 1 - - uid: 6964 + parent: 2 + - uid: 19831 components: - type: Transform rot: -1.5707963267948966 rad pos: -45.5,43.5 - parent: 1 - - uid: 6965 + parent: 2 + - uid: 19832 components: - type: Transform rot: -1.5707963267948966 rad pos: -45.5,42.5 - parent: 1 - - uid: 7045 + parent: 2 + - uid: 19833 components: - type: Transform rot: 1.5707963267948966 rad pos: -60.5,32.5 - parent: 1 - - uid: 7048 + parent: 2 + - uid: 19834 components: - type: Transform rot: 1.5707963267948966 rad pos: -60.5,31.5 - parent: 1 - - uid: 7135 + parent: 2 + - uid: 19835 components: - type: Transform rot: 1.5707963267948966 rad pos: -14.5,-2.5 - parent: 1 - - uid: 14360 + parent: 2 + - uid: 19836 components: - type: Transform rot: -1.5707963267948966 rad pos: -62.5,14.5 - parent: 1 - - uid: 14826 + parent: 2 + - uid: 19837 components: - type: Transform rot: 1.5707963267948966 rad pos: -42.5,1.5 - parent: 1 + parent: 2 - proto: WindoorAssembly entities: - - uid: 249 + - uid: 19838 components: - type: Transform rot: 1.5707963267948966 rad pos: 9.5,-1.5 - parent: 1 + parent: 2 - proto: WindoorChapelLocked entities: - - uid: 1648 + - uid: 19839 components: - type: Transform pos: 20.5,0.5 - parent: 1 + parent: 2 - proto: WindoorHydroponicsLocked entities: - - uid: 6888 + - uid: 19840 components: - type: Transform rot: 1.5707963267948966 rad pos: -45.5,42.5 - parent: 1 - - uid: 6889 + parent: 2 + - uid: 19841 components: - type: Transform rot: 1.5707963267948966 rad pos: -45.5,43.5 - parent: 1 - - uid: 6962 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,44.5 - parent: 1 + parent: 2 - proto: WindoorKitchenHydroponicsLocked entities: - - uid: 6884 + - uid: 19842 components: - type: Transform rot: 1.5707963267948966 rad pos: -39.5,45.5 - parent: 1 - - uid: 6885 + parent: 2 + - uid: 19843 components: - type: Transform rot: 1.5707963267948966 rad pos: -39.5,44.5 - parent: 1 - - uid: 6886 + parent: 2 + - uid: 19844 components: - type: Transform rot: 1.5707963267948966 rad pos: -39.5,43.5 - parent: 1 + parent: 2 - proto: WindoorKitchenLocked entities: - - uid: 6904 + - uid: 19845 components: - type: Transform rot: 3.141592653589793 rad pos: -36.5,41.5 - parent: 1 - - uid: 6905 + parent: 2 + - uid: 19846 components: - type: Transform rot: 3.141592653589793 rad pos: -35.5,41.5 - parent: 1 + parent: 2 - proto: WindoorSecure entities: - - uid: 649 + - uid: 19847 components: - type: Transform rot: 3.141592653589793 rad pos: -66.5,3.5 - parent: 1 - - uid: 655 + parent: 2 + - uid: 19848 components: - type: Transform rot: 3.141592653589793 rad pos: -73.5,3.5 - parent: 1 - - uid: 1130 + parent: 2 + - uid: 19849 components: - type: Transform pos: -73.5,-8.5 - parent: 1 - - uid: 1652 + parent: 2 + - uid: 19850 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,28.5 - parent: 1 - - uid: 1653 + rot: -1.5707963267948966 rad + pos: -5.5,26.5 + parent: 2 + - uid: 19851 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,26.5 - parent: 1 - - uid: 1654 + rot: -1.5707963267948966 rad + pos: 11.5,34.5 + parent: 2 + - uid: 19852 components: - type: Transform rot: 1.5707963267948966 rad - pos: 1.5,25.5 - parent: 1 - - uid: 7878 + pos: 1.5,26.5 + parent: 2 + - uid: 19853 components: - type: Transform rot: 3.141592653589793 rad pos: -47.5,63.5 - parent: 1 - - uid: 10359 + parent: 2 + - uid: 19854 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,32.5 + parent: 2 + - uid: 19855 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,36.5 + parent: 2 + - uid: 19856 components: - type: Transform rot: 1.5707963267948966 rad pos: -20.5,37.5 - parent: 1 - - uid: 13321 + parent: 2 + - uid: 19857 components: - type: Transform pos: -0.5,7.5 - parent: 1 - - uid: 13322 + parent: 2 + - uid: 19858 components: - type: Transform pos: 0.5,7.5 - parent: 1 - - uid: 13370 + parent: 2 + - uid: 19859 components: - type: Transform rot: 1.5707963267948966 rad pos: -72.5,54.5 - parent: 1 - - uid: 13885 + parent: 2 + - uid: 19860 components: - type: Transform pos: -66.5,-8.5 - parent: 1 - - uid: 15500 + parent: 2 + - uid: 19861 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,9.5 - parent: 1 - - uid: 15847 + rot: -1.5707963267948966 rad + pos: -5.5,27.5 + parent: 2 + - uid: 19862 + components: + - type: Transform + pos: -65.5,64.5 + parent: 2 + - uid: 19863 components: - type: Transform rot: 1.5707963267948966 rad - pos: -14.5,13.5 - parent: 1 + pos: 1.5,27.5 + parent: 2 - proto: WindoorSecureArmoryLocked entities: - - uid: 7874 + - uid: 19864 components: - type: Transform rot: 3.141592653589793 rad pos: -47.5,56.5 - parent: 1 - - uid: 7875 + parent: 2 + - uid: 19865 components: - type: Transform pos: -47.5,63.5 - parent: 1 + parent: 2 - proto: WindoorSecureBrigLocked entities: - - uid: 15212 + - uid: 19866 components: - type: Transform pos: -47.5,56.5 - parent: 1 + parent: 2 - proto: WindoorSecureCargoLocked entities: - - uid: 3582 + - uid: 19867 components: - type: Transform rot: 3.141592653589793 rad pos: -41.5,-8.5 - parent: 1 - - uid: 3625 + parent: 2 + - uid: 19868 components: - type: Transform rot: 1.5707963267948966 rad pos: -39.5,0.5 - parent: 1 - - uid: 3626 + parent: 2 + - uid: 19869 components: - type: Transform pos: -38.5,2.5 - parent: 1 - - uid: 3627 + parent: 2 + - uid: 19870 components: - type: Transform rot: 1.5707963267948966 rad pos: -39.5,1.5 - parent: 1 - - uid: 3635 + parent: 2 + - uid: 19871 components: - type: Transform pos: -37.5,2.5 - parent: 1 - - uid: 3636 + parent: 2 + - uid: 19872 components: - type: Transform pos: -36.5,2.5 - parent: 1 - - uid: 3637 + parent: 2 + - uid: 19873 components: - type: Transform rot: -1.5707963267948966 rad pos: -35.5,1.5 - parent: 1 - - uid: 3638 + parent: 2 + - uid: 19874 components: - type: Transform rot: -1.5707963267948966 rad pos: -35.5,0.5 - parent: 1 - - uid: 14713 + parent: 2 + - uid: 19875 components: - type: Transform rot: -1.5707963267948966 rad pos: -42.5,1.5 - parent: 1 + parent: 2 - proto: WindoorSecureChemistryLocked entities: - - uid: 1649 + - uid: 19876 components: - type: Transform - pos: -0.5,28.5 - parent: 1 - - uid: 1650 + rot: 1.5707963267948966 rad + pos: -5.5,27.5 + parent: 2 + - uid: 19877 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,20.5 + parent: 2 + - uid: 19878 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,20.5 + parent: 2 + - uid: 19879 components: - type: Transform rot: -1.5707963267948966 rad pos: 1.5,26.5 - parent: 1 - - uid: 1651 + parent: 2 + - uid: 19880 components: - type: Transform rot: -1.5707963267948966 rad - pos: 1.5,25.5 - parent: 1 + pos: 1.5,27.5 + parent: 2 + - uid: 19881 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,26.5 + parent: 2 - proto: WindoorSecureCommandLocked entities: - - uid: 1437 + - uid: 19882 components: - type: Transform rot: -1.5707963267948966 rad pos: 21.5,42.5 - parent: 1 - - uid: 1530 + parent: 2 + - uid: 19883 components: - type: Transform rot: 1.5707963267948966 rad pos: -1.5,-1.5 - parent: 1 - - uid: 11858 + parent: 2 + - uid: 19884 components: - type: Transform rot: -1.5707963267948966 rad pos: 20.5,17.5 - parent: 1 - - uid: 11862 + parent: 2 + - uid: 19885 components: - type: Transform rot: 3.141592653589793 rad pos: 18.5,16.5 - parent: 1 - - uid: 11865 + parent: 2 + - uid: 19886 components: - type: Transform pos: 18.5,19.5 - parent: 1 + parent: 2 - proto: WindoorSecureEngineeringLocked entities: - - uid: 2800 + - uid: 19887 components: - type: Transform rot: -1.5707963267948966 rad pos: -10.5,8.5 - parent: 1 - - uid: 7050 + parent: 2 + - uid: 19888 components: - type: Transform rot: -1.5707963267948966 rad pos: -60.5,32.5 - parent: 1 - - uid: 7051 + parent: 2 + - uid: 19889 components: - type: Transform rot: -1.5707963267948966 rad pos: -60.5,31.5 - parent: 1 - - uid: 16352 + parent: 2 + - uid: 19890 components: - type: Transform pos: -8.5,14.5 - parent: 1 + parent: 2 - proto: WindoorSecureHeadOfPersonnelLocked entities: - - uid: 8332 + - uid: 19891 components: - type: Transform rot: -1.5707963267948966 rad pos: -20.5,37.5 - parent: 1 + parent: 2 - proto: WindoorSecureMedicalLocked entities: - - uid: 1971 + - uid: 19892 components: - type: Transform pos: 12.5,24.5 - parent: 1 - - uid: 2342 + parent: 2 + - uid: 19893 components: - type: Transform rot: 3.141592653589793 rad pos: 10.5,13.5 - parent: 1 - - uid: 2343 + parent: 2 + - uid: 19894 components: - type: Transform rot: 3.141592653589793 rad pos: 8.5,13.5 - parent: 1 - - uid: 2344 + parent: 2 + - uid: 19895 components: - type: Transform rot: 3.141592653589793 rad pos: 6.5,13.5 - parent: 1 + parent: 2 + - uid: 19896 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,38.5 + parent: 2 + - uid: 19897 + components: + - type: Transform + pos: -0.5,32.5 + parent: 2 - proto: WindoorSecureSalvageLocked entities: - - uid: 11876 + - uid: 19898 components: - type: Transform pos: -41.5,-8.5 - parent: 1 + parent: 2 - proto: WindoorSecureScienceLocked entities: - - uid: 280 + - uid: 19899 components: - type: Transform rot: -1.5707963267948966 rad pos: -14.5,-3.5 - parent: 1 - - uid: 1336 + parent: 2 + - uid: 19900 components: - type: Transform rot: 3.141592653589793 rad pos: -8.5,-36.5 - parent: 1 - - uid: 6486 + parent: 2 + - uid: 19901 components: - type: Transform rot: 1.5707963267948966 rad pos: -15.5,-4.5 - parent: 1 - - uid: 12405 + parent: 2 + - uid: 19902 components: - type: Transform rot: -1.5707963267948966 rad pos: -14.5,-2.5 - parent: 1 - - uid: 16699 + parent: 2 + - uid: 19903 components: - type: Transform pos: -8.5,-9.5 - parent: 1 - - uid: 17492 + parent: 2 + - uid: 19904 components: - type: Transform rot: 3.141592653589793 rad pos: -8.5,-32.5 - parent: 1 + parent: 2 - proto: WindoorSecureSecurityLawyerLocked entities: - - uid: 6976 + - uid: 19905 components: - type: Transform pos: -71.5,10.5 - parent: 1 + parent: 2 - proto: WindoorSecureSecurityLocked entities: - - uid: 1397 + - uid: 19906 components: - type: Transform rot: 3.141592653589793 rad pos: -52.5,78.5 - parent: 1 - - uid: 1407 + parent: 2 + - uid: 19907 components: - type: Transform rot: 3.141592653589793 rad pos: -50.5,78.5 - parent: 1 - - uid: 2573 + parent: 2 + - uid: 19908 components: - type: Transform pos: -50.5,69.5 - parent: 1 - - uid: 2574 + parent: 2 + - uid: 19909 components: - type: Transform pos: -52.5,69.5 - parent: 1 - - uid: 7871 + parent: 2 + - uid: 19910 components: - type: Transform rot: 3.141592653589793 rad pos: -57.5,52.5 - parent: 1 - - uid: 7872 + parent: 2 + - uid: 19911 components: - type: Transform rot: 3.141592653589793 rad pos: -54.5,52.5 - parent: 1 - - uid: 7873 + parent: 2 + - uid: 19912 components: - type: Transform rot: 3.141592653589793 rad pos: -51.5,52.5 - parent: 1 - - uid: 13318 + parent: 2 + - uid: 19913 components: - type: Transform rot: 3.141592653589793 rad pos: -0.5,7.5 - parent: 1 - - uid: 13319 + parent: 2 + - uid: 19914 components: - type: Transform rot: 3.141592653589793 rad pos: 0.5,7.5 - parent: 1 - - uid: 16042 + parent: 2 + - uid: 19915 components: - type: Transform rot: 3.141592653589793 rad pos: -16.5,24.5 - parent: 1 + parent: 2 - proto: WindoorServiceLocked entities: - - uid: 5988 + - uid: 19916 components: - type: Transform rot: 1.5707963267948966 rad pos: -53.5,-2.5 - parent: 1 + parent: 2 - proto: WindoorTheatreLocked entities: - - uid: 3417 + - uid: 19917 components: - type: Transform rot: -1.5707963267948966 rad pos: -30.5,29.5 - parent: 1 + parent: 2 - proto: Window entities: - - uid: 474 + - uid: 19918 components: - type: Transform pos: 9.5,2.5 - parent: 1 - - uid: 637 + parent: 2 + - uid: 19919 components: - type: Transform pos: 15.5,4.5 - parent: 1 - - uid: 693 + parent: 2 + - uid: 19920 components: - type: Transform pos: 17.5,4.5 - parent: 1 - - uid: 1371 + parent: 2 + - uid: 19921 components: - type: Transform pos: 5.5,23.5 - parent: 1 - - uid: 1372 - components: - - type: Transform - pos: 5.5,22.5 - parent: 1 - - uid: 1635 + parent: 2 + - uid: 19922 components: - type: Transform pos: 5.5,26.5 - parent: 1 - - uid: 1886 + parent: 2 + - uid: 19923 components: - type: Transform pos: 13.5,4.5 - parent: 1 - - uid: 3047 + parent: 2 + - uid: 19924 components: - type: Transform pos: -26.5,30.5 - parent: 1 - - uid: 3082 + parent: 2 + - uid: 19925 components: - type: Transform pos: -27.5,7.5 - parent: 1 - - uid: 3083 + parent: 2 + - uid: 19926 components: - type: Transform pos: -26.5,7.5 - parent: 1 - - uid: 3084 + parent: 2 + - uid: 19927 components: - type: Transform pos: -25.5,7.5 - parent: 1 - - uid: 3131 + parent: 2 + - uid: 19928 components: - type: Transform pos: -23.5,30.5 - parent: 1 - - uid: 3423 + parent: 2 + - uid: 19929 components: - type: Transform pos: -35.5,15.5 - parent: 1 - - uid: 3425 + parent: 2 + - uid: 19930 components: - type: Transform pos: -35.5,18.5 - parent: 1 - - uid: 3426 + parent: 2 + - uid: 19931 components: - type: Transform pos: -35.5,19.5 - parent: 1 - - uid: 3428 + parent: 2 + - uid: 19932 components: - type: Transform pos: -35.5,21.5 - parent: 1 - - uid: 3549 + parent: 2 + - uid: 19933 components: - type: Transform pos: -34.5,-0.5 - parent: 1 - - uid: 3576 + parent: 2 + - uid: 19934 components: - type: Transform pos: -33.5,-4.5 - parent: 1 - - uid: 3592 + parent: 2 + - uid: 19935 components: - type: Transform pos: -42.5,-1.5 - parent: 1 - - uid: 3608 + parent: 2 + - uid: 19936 components: - type: Transform pos: -44.5,3.5 - parent: 1 - - uid: 3640 + parent: 2 + - uid: 19937 components: - type: Transform pos: -38.5,-0.5 - parent: 1 - - uid: 3641 + parent: 2 + - uid: 19938 components: - type: Transform pos: -36.5,-0.5 - parent: 1 - - uid: 3774 + parent: 2 + - uid: 19939 components: - type: Transform pos: -31.5,-4.5 - parent: 1 - - uid: 5253 + parent: 2 + - uid: 19940 + components: + - type: Transform + pos: -0.5,41.5 + parent: 2 + - uid: 19941 components: - type: Transform pos: -55.5,18.5 - parent: 1 - - uid: 5254 + parent: 2 + - uid: 19942 components: - type: Transform pos: -55.5,19.5 - parent: 1 - - uid: 5851 + parent: 2 + - uid: 19943 components: - type: Transform pos: -14.5,44.5 - parent: 1 - - uid: 5852 + parent: 2 + - uid: 19944 components: - type: Transform pos: -14.5,43.5 - parent: 1 - - uid: 5856 + parent: 2 + - uid: 19945 components: - type: Transform pos: -14.5,39.5 - parent: 1 - - uid: 5857 + parent: 2 + - uid: 19946 components: - type: Transform pos: -14.5,38.5 - parent: 1 - - uid: 5860 + parent: 2 + - uid: 19947 components: - type: Transform pos: -14.5,35.5 - parent: 1 - - uid: 6272 + parent: 2 + - uid: 19948 + components: + - type: Transform + pos: 1.5,41.5 + parent: 2 + - uid: 19949 components: - type: Transform pos: -59.5,10.5 - parent: 1 - - uid: 6753 + parent: 2 + - uid: 19950 components: - type: Transform pos: -44.5,34.5 - parent: 1 - - uid: 6754 + parent: 2 + - uid: 19951 components: - type: Transform pos: -42.5,34.5 - parent: 1 - - uid: 6755 + parent: 2 + - uid: 19952 components: - type: Transform pos: -40.5,34.5 - parent: 1 - - uid: 6784 + parent: 2 + - uid: 19953 components: - type: Transform pos: -42.5,48.5 - parent: 1 - - uid: 6794 + parent: 2 + - uid: 19954 components: - type: Transform pos: -45.5,41.5 - parent: 1 - - uid: 6808 + parent: 2 + - uid: 19955 components: - type: Transform pos: -40.5,53.5 - parent: 1 - - uid: 6820 + parent: 2 + - uid: 19956 components: - type: Transform pos: -41.5,48.5 - parent: 1 - - uid: 6949 + parent: 2 + - uid: 19957 components: - type: Transform pos: -41.5,53.5 - parent: 1 - - uid: 8124 + parent: 2 + - uid: 19958 components: - type: Transform pos: 15.5,56.5 - parent: 1 - - uid: 9018 + parent: 2 + - uid: 19959 components: - type: Transform pos: -59.5,11.5 - parent: 1 - - uid: 9103 + parent: 2 + - uid: 19960 components: - type: Transform pos: -42.5,0.5 - parent: 1 - - uid: 10249 + parent: 2 + - uid: 19961 components: - type: Transform pos: -34.5,-4.5 - parent: 1 - - uid: 10251 + parent: 2 + - uid: 19962 components: - type: Transform pos: -32.5,-4.5 - parent: 1 - - uid: 10727 + parent: 2 + - uid: 19963 components: - type: Transform pos: 9.5,1.5 - parent: 1 - - uid: 11934 + parent: 2 + - uid: 19964 components: - type: Transform pos: -59.5,13.5 - parent: 1 - - uid: 12383 + parent: 2 + - uid: 19965 components: - type: Transform pos: -6.5,-19.5 - parent: 1 - - uid: 12917 + parent: 2 + - uid: 19966 components: - type: Transform pos: -24.5,30.5 - parent: 1 - - uid: 13054 + parent: 2 + - uid: 19967 components: - type: Transform pos: -59.5,14.5 - parent: 1 - - uid: 14656 + parent: 2 + - uid: 19968 + components: + - type: Transform + pos: 0.5,41.5 + parent: 2 + - uid: 19969 components: - type: Transform pos: 16.5,56.5 - parent: 1 - - uid: 14855 + parent: 2 + - uid: 19970 components: - type: Transform pos: 12.5,1.5 - parent: 1 - - uid: 14893 + parent: 2 + - uid: 19971 components: - type: Transform pos: -44.5,40.5 - parent: 1 - - uid: 14894 + parent: 2 + - uid: 19972 components: - type: Transform pos: -42.5,40.5 - parent: 1 - - uid: 15163 + parent: 2 + - uid: 19973 components: - type: Transform pos: 11.5,51.5 - parent: 1 - - uid: 15204 + parent: 2 + - uid: 19974 components: - type: Transform pos: 12.5,2.5 - parent: 1 - - uid: 15563 + parent: 2 + - uid: 19975 components: - type: Transform pos: 8.5,3.5 - parent: 1 - - uid: 15564 + parent: 2 + - uid: 19976 components: - type: Transform pos: 7.5,3.5 - parent: 1 - - uid: 15851 + parent: 2 + - uid: 19977 components: - type: Transform pos: 17.5,7.5 - parent: 1 - - uid: 16263 + parent: 2 + - uid: 19978 components: - type: Transform pos: 16.5,7.5 - parent: 1 - - uid: 16305 + parent: 2 + - uid: 19979 components: - type: Transform pos: 19.5,7.5 - parent: 1 - - uid: 17144 + parent: 2 + - uid: 19980 components: - type: Transform pos: 6.5,-6.5 - parent: 1 - - uid: 17145 + parent: 2 + - uid: 19981 components: - type: Transform pos: 7.5,-6.5 - parent: 1 - - uid: 17146 + parent: 2 + - uid: 19982 components: - type: Transform pos: 8.5,-6.5 - parent: 1 - - uid: 18579 + parent: 2 + - uid: 19983 components: - type: Transform pos: 12.5,51.5 - parent: 1 + parent: 2 - proto: WindowDirectional entities: - - uid: 1174 + - uid: 19984 components: - type: Transform pos: 11.5,24.5 - parent: 1 - - uid: 1229 + parent: 2 + - uid: 19985 components: - type: Transform rot: -1.5707963267948966 rad pos: 11.5,25.5 - parent: 1 - - uid: 1632 + parent: 2 + - uid: 19986 components: - type: Transform rot: -1.5707963267948966 rad pos: 11.5,26.5 - parent: 1 - - uid: 1647 + parent: 2 + - uid: 19987 components: - type: Transform pos: 19.5,0.5 - parent: 1 - - uid: 2064 + parent: 2 + - uid: 19988 components: - type: Transform rot: -1.5707963267948966 rad pos: 11.5,24.5 - parent: 1 - - uid: 2695 + parent: 2 + - uid: 19989 components: - type: Transform rot: 3.141592653589793 rad pos: -25.5,30.5 - parent: 1 + parent: 2 - proto: WindowFrostedDirectional entities: - - uid: 6012 + - uid: 19990 components: - type: Transform rot: 1.5707963267948966 rad pos: -53.5,-0.5 - parent: 1 - - uid: 6014 + parent: 2 + - uid: 19991 components: - type: Transform rot: 1.5707963267948966 rad pos: -53.5,-1.5 - parent: 1 - - uid: 14431 + parent: 2 + - uid: 19992 components: - type: Transform rot: 1.5707963267948966 rad pos: -53.5,-3.5 - parent: 1 + parent: 2 - proto: WindowReinforcedDirectional entities: - - uid: 236 + - uid: 19993 components: - type: Transform rot: 1.5707963267948966 rad pos: -7.5,-9.5 - parent: 1 - - uid: 1019 + parent: 2 + - uid: 19994 components: - type: Transform rot: -1.5707963267948966 rad pos: 31.5,1.5 - parent: 1 - - uid: 1088 + parent: 2 + - uid: 19995 components: - type: Transform rot: 1.5707963267948966 rad pos: -7.5,-8.5 - parent: 1 - - uid: 1663 + parent: 2 + - uid: 19996 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,37.5 + parent: 2 + - uid: 19997 + components: + - type: Transform + pos: -4.5,22.5 + parent: 2 + - uid: 19998 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,35.5 + parent: 2 + - uid: 19999 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,33.5 + parent: 2 + - uid: 20000 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,19.5 + parent: 2 + - uid: 20001 + components: + - type: Transform + pos: -3.5,22.5 + parent: 2 + - uid: 20002 components: - type: Transform rot: -1.5707963267948966 rad pos: 21.5,43.5 - parent: 1 - - uid: 2309 + parent: 2 + - uid: 20003 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,40.5 + parent: 2 + - uid: 20004 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,36.5 + parent: 2 + - uid: 20005 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,28.5 + parent: 2 + - uid: 20006 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,43.5 + parent: 2 + - uid: 20007 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,39.5 + parent: 2 + - uid: 20008 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,33.5 + parent: 2 + - uid: 20009 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,31.5 + parent: 2 + - uid: 20010 + components: + - type: Transform + pos: -0.5,22.5 + parent: 2 + - uid: 20011 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,19.5 + parent: 2 + - uid: 20012 + components: + - type: Transform + pos: 0.5,22.5 + parent: 2 + - uid: 20013 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,21.5 + parent: 2 + - uid: 20014 components: - type: Transform rot: 1.5707963267948966 rad pos: -23.5,57.5 - parent: 1 - - uid: 2310 + parent: 2 + - uid: 20015 components: - type: Transform pos: -23.5,57.5 - parent: 1 - - uid: 2333 + parent: 2 + - uid: 20016 components: - type: Transform rot: 3.141592653589793 rad pos: 7.5,13.5 - parent: 1 - - uid: 2334 + parent: 2 + - uid: 20017 components: - type: Transform rot: 3.141592653589793 rad pos: 9.5,13.5 - parent: 1 - - uid: 2335 + parent: 2 + - uid: 20018 components: - type: Transform rot: 3.141592653589793 rad pos: 11.5,13.5 - parent: 1 - - uid: 2336 + parent: 2 + - uid: 20019 components: - type: Transform rot: 1.5707963267948966 rad pos: 7.5,13.5 - parent: 1 - - uid: 2337 + parent: 2 + - uid: 20020 components: - type: Transform rot: 1.5707963267948966 rad pos: 7.5,12.5 - parent: 1 - - uid: 2338 + parent: 2 + - uid: 20021 components: - type: Transform rot: 1.5707963267948966 rad pos: 7.5,11.5 - parent: 1 - - uid: 2339 + parent: 2 + - uid: 20022 components: - type: Transform rot: 1.5707963267948966 rad pos: 9.5,13.5 - parent: 1 - - uid: 2340 + parent: 2 + - uid: 20023 components: - type: Transform rot: 1.5707963267948966 rad pos: 9.5,12.5 - parent: 1 - - uid: 2341 + parent: 2 + - uid: 20024 components: - type: Transform rot: 1.5707963267948966 rad pos: 9.5,11.5 - parent: 1 - - uid: 2525 + parent: 2 + - uid: 20025 components: - type: Transform rot: -1.5707963267948966 rad pos: 21.5,41.5 - parent: 1 - - uid: 2539 + parent: 2 + - uid: 20026 components: - type: Transform pos: 23.5,41.5 - parent: 1 - - uid: 2786 + parent: 2 + - uid: 20027 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,8.5 - parent: 1 - - uid: 2790 + rot: 3.141592653589793 rad + pos: 11.5,33.5 + parent: 2 + - uid: 20028 + components: + - type: Transform + pos: -2.5,31.5 + parent: 2 + - uid: 20029 components: - type: Transform rot: -1.5707963267948966 rad pos: -25.5,55.5 - parent: 1 - - uid: 2801 + parent: 2 + - uid: 20030 components: - type: Transform rot: -1.5707963267948966 rad pos: -10.5,9.5 - parent: 1 - - uid: 2884 + parent: 2 + - uid: 20031 components: - type: Transform rot: 1.5707963267948966 rad - pos: -14.5,10.5 - parent: 1 - - uid: 4201 + pos: -1.5,21.5 + parent: 2 + - uid: 20032 components: - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,14.5 - parent: 1 - - uid: 4561 + pos: -0.5,31.5 + parent: 2 + - uid: 20033 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,14.5 - parent: 1 - - uid: 4729 + rot: -1.5707963267948966 rad + pos: -2.5,32.5 + parent: 2 + - uid: 20034 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,12.5 - parent: 1 - - uid: 7994 + rot: -1.5707963267948966 rad + pos: 11.5,35.5 + parent: 2 + - uid: 20035 components: - type: Transform rot: 1.5707963267948966 rad pos: -18.5,39.5 - parent: 1 - - uid: 8020 + parent: 2 + - uid: 20036 components: - type: Transform pos: -18.5,38.5 - parent: 1 - - uid: 8138 + parent: 2 + - uid: 20037 + components: + - type: Transform + pos: -1.5,31.5 + parent: 2 + - uid: 20038 components: - type: Transform rot: -1.5707963267948966 rad pos: -18.5,39.5 - parent: 1 - - uid: 8139 + parent: 2 + - uid: 20039 components: - type: Transform rot: 3.141592653589793 rad pos: -18.5,39.5 - parent: 1 - - uid: 8941 + parent: 2 + - uid: 20040 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,37.5 + parent: 2 + - uid: 20041 components: - type: Transform rot: 1.5707963267948966 rad pos: -18.5,38.5 - parent: 1 - - uid: 10360 + parent: 2 + - uid: 20042 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,35.5 + parent: 2 + - uid: 20043 components: - type: Transform rot: -1.5707963267948966 rad pos: -18.5,38.5 - parent: 1 - - uid: 11863 + parent: 2 + - uid: 20044 components: - type: Transform rot: 3.141592653589793 rad pos: 17.5,16.5 - parent: 1 - - uid: 11864 + parent: 2 + - uid: 20045 components: - type: Transform rot: 3.141592653589793 rad pos: 19.5,16.5 - parent: 1 - - uid: 11866 + parent: 2 + - uid: 20046 components: - type: Transform rot: 1.5707963267948966 rad pos: 17.5,19.5 - parent: 1 - - uid: 11867 + parent: 2 + - uid: 20047 components: - type: Transform rot: -1.5707963267948966 rad pos: 19.5,19.5 - parent: 1 - - uid: 12585 + parent: 2 + - uid: 20048 components: - type: Transform rot: 1.5707963267948966 rad pos: -7.5,-12.5 - parent: 1 - - uid: 12866 + parent: 2 + - uid: 20049 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,29.5 + parent: 2 + - uid: 20050 components: - type: Transform rot: 1.5707963267948966 rad pos: -7.5,-7.5 - parent: 1 - - uid: 13368 + parent: 2 + - uid: 20051 components: - type: Transform rot: 1.5707963267948966 rad pos: -72.5,56.5 - parent: 1 - - uid: 13369 + parent: 2 + - uid: 20052 components: - type: Transform rot: 1.5707963267948966 rad pos: -72.5,55.5 - parent: 1 - - uid: 13371 + parent: 2 + - uid: 20053 components: - type: Transform rot: 1.5707963267948966 rad pos: -72.5,53.5 - parent: 1 - - uid: 13372 + parent: 2 + - uid: 20054 components: - type: Transform pos: -73.5,53.5 - parent: 1 - - uid: 13373 + parent: 2 + - uid: 20055 components: - type: Transform pos: -72.5,53.5 - parent: 1 - - uid: 14193 + parent: 2 + - uid: 20056 components: - type: Transform pos: -0.5,55.5 - parent: 1 - - uid: 14463 + parent: 2 + - uid: 20057 components: - type: Transform rot: -1.5707963267948966 rad pos: -70.5,10.5 - parent: 1 - - uid: 14549 + parent: 2 + - uid: 20058 components: - type: Transform pos: 21.5,41.5 - parent: 1 - - uid: 14550 + parent: 2 + - uid: 20059 components: - type: Transform pos: 22.5,41.5 - parent: 1 - - uid: 14801 + parent: 2 + - uid: 20060 components: - type: Transform rot: -1.5707963267948966 rad pos: 31.5,2.5 - parent: 1 - - uid: 14802 + parent: 2 + - uid: 20061 components: - type: Transform rot: -1.5707963267948966 rad pos: 31.5,3.5 - parent: 1 - - uid: 15674 + parent: 2 + - uid: 20062 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,34.5 + parent: 2 + - uid: 20063 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,33.5 + parent: 2 + - uid: 20064 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,32.5 + parent: 2 + - uid: 20065 + components: + - type: Transform + pos: -1.5,32.5 + parent: 2 + - uid: 20066 + components: + - type: Transform + pos: 0.5,32.5 + parent: 2 + - uid: 20067 components: - type: Transform rot: 1.5707963267948966 rad pos: -87.5,35.5 - parent: 1 - - uid: 15726 + parent: 2 + - uid: 20068 components: - type: Transform rot: 1.5707963267948966 rad pos: -22.5,64.5 - parent: 1 - - uid: 15727 + parent: 2 + - uid: 20069 components: - type: Transform rot: 1.5707963267948966 rad pos: -22.5,65.5 - parent: 1 - - uid: 15728 + parent: 2 + - uid: 20070 components: - type: Transform pos: -21.5,66.5 - parent: 1 - - uid: 15729 + parent: 2 + - uid: 20071 components: - type: Transform rot: 1.5707963267948966 rad pos: -21.5,66.5 - parent: 1 - - uid: 15730 + parent: 2 + - uid: 20072 components: - type: Transform rot: 1.5707963267948966 rad pos: -20.5,67.5 - parent: 1 - - uid: 15731 + parent: 2 + - uid: 20073 components: - type: Transform pos: -20.5,67.5 - parent: 1 - - uid: 15732 + parent: 2 + - uid: 20074 components: - type: Transform pos: -19.5,68.5 - parent: 1 - - uid: 15734 + parent: 2 + - uid: 20075 components: - type: Transform pos: -17.5,68.5 - parent: 1 - - uid: 15735 + parent: 2 + - uid: 20076 components: - type: Transform pos: -16.5,68.5 - parent: 1 - - uid: 15736 + parent: 2 + - uid: 20077 components: - type: Transform pos: -15.5,68.5 - parent: 1 - - uid: 15737 + parent: 2 + - uid: 20078 components: - type: Transform pos: -14.5,68.5 - parent: 1 - - uid: 15738 + parent: 2 + - uid: 20079 components: - type: Transform pos: -13.5,68.5 - parent: 1 - - uid: 15739 + parent: 2 + - uid: 20080 components: - type: Transform pos: -18.5,68.5 - parent: 1 - - uid: 15740 + parent: 2 + - uid: 20081 components: - type: Transform rot: -1.5707963267948966 rad pos: -12.5,67.5 - parent: 1 - - uid: 15741 + parent: 2 + - uid: 20082 components: - type: Transform pos: -12.5,67.5 - parent: 1 - - uid: 15742 + parent: 2 + - uid: 20083 components: - type: Transform pos: -11.5,66.5 - parent: 1 - - uid: 15743 + parent: 2 + - uid: 20084 components: - type: Transform rot: -1.5707963267948966 rad pos: -11.5,66.5 - parent: 1 - - uid: 15744 + parent: 2 + - uid: 20085 components: - type: Transform rot: -1.5707963267948966 rad pos: -10.5,65.5 - parent: 1 - - uid: 15745 + parent: 2 + - uid: 20086 components: - type: Transform rot: -1.5707963267948966 rad pos: -10.5,64.5 - parent: 1 - - uid: 15746 + parent: 2 + - uid: 20087 components: - type: Transform pos: -8.5,64.5 - parent: 1 - - uid: 15747 + parent: 2 + - uid: 20088 components: - type: Transform pos: -7.5,64.5 - parent: 1 - - uid: 15748 + parent: 2 + - uid: 20089 components: - type: Transform pos: -5.5,64.5 - parent: 1 - - uid: 15749 + parent: 2 + - uid: 20090 components: - type: Transform pos: -4.5,64.5 - parent: 1 - - uid: 15750 + parent: 2 + - uid: 20091 components: - type: Transform rot: -1.5707963267948966 rad pos: -1.5,61.5 - parent: 1 - - uid: 15751 + parent: 2 + - uid: 20092 components: - type: Transform rot: 1.5707963267948966 rad pos: -23.5,60.5 - parent: 1 - - uid: 15752 + parent: 2 + - uid: 20093 components: - type: Transform rot: 1.5707963267948966 rad pos: -23.5,61.5 - parent: 1 - - uid: 15753 + parent: 2 + - uid: 20094 components: - type: Transform rot: 1.5707963267948966 rad pos: -23.5,62.5 - parent: 1 - - uid: 15839 + parent: 2 + - uid: 20095 components: - type: Transform rot: -1.5707963267948966 rad pos: -25.5,54.5 - parent: 1 - - uid: 15909 + parent: 2 + - uid: 20096 components: - type: Transform pos: -25.5,54.5 - parent: 1 - - uid: 16012 + parent: 2 + - uid: 20097 components: - type: Transform pos: 25.5,14.5 - parent: 1 - - uid: 16013 + parent: 2 + - uid: 20098 components: - type: Transform rot: 3.141592653589793 rad pos: 25.5,17.5 - parent: 1 - - uid: 16354 + parent: 2 + - uid: 20099 components: - type: Transform pos: -7.5,14.5 - parent: 1 - - uid: 16355 + parent: 2 + - uid: 20100 components: - type: Transform pos: -9.5,14.5 - parent: 1 - - uid: 16700 + parent: 2 + - uid: 20101 components: - type: Transform pos: -7.5,-9.5 - parent: 1 - - uid: 16873 + parent: 2 + - uid: 20102 components: - type: Transform rot: 3.141592653589793 rad pos: -9.5,-36.5 - parent: 1 - - uid: 17490 + parent: 2 + - uid: 20103 components: - type: Transform rot: 3.141592653589793 rad pos: -9.5,-32.5 - parent: 1 - - uid: 17491 + parent: 2 + - uid: 20104 components: - type: Transform rot: 3.141592653589793 rad pos: -7.5,-32.5 - parent: 1 - - uid: 17521 + parent: 2 + - uid: 20105 components: - type: Transform pos: -9.5,-9.5 - parent: 1 + parent: 2 + - uid: 20106 + components: + - type: Transform + pos: 2.5,31.5 + parent: 2 + - uid: 20107 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,32.5 + parent: 2 + - uid: 20108 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -66.5,65.5 + parent: 2 + - uid: 20109 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -66.5,64.5 + parent: 2 + - uid: 20110 + components: + - type: Transform + pos: -66.5,64.5 + parent: 2 + - uid: 20566 + components: + - type: Transform + pos: -1.5,55.5 + parent: 2 + - uid: 20584 + components: + - type: Transform + pos: 27.5,72.5 + parent: 2 + - uid: 20585 + components: + - type: Transform + pos: 28.5,72.5 + parent: 2 + - uid: 20586 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,69.5 + parent: 2 + - uid: 20587 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,68.5 + parent: 2 - proto: WoodDoor entities: - - uid: 7472 + - uid: 20111 components: - type: Transform pos: 20.5,48.5 - parent: 1 - - uid: 14586 + parent: 2 + - uid: 20112 components: - type: Transform pos: 22.5,48.5 - parent: 1 + parent: 2 - proto: WoodenBench entities: - - uid: 1802 + - uid: 20113 components: - type: Transform pos: 17.5,2.5 - parent: 1 - - uid: 1803 + parent: 2 + - uid: 20114 components: - type: Transform pos: 16.5,2.5 - parent: 1 - - uid: 1804 + parent: 2 + - uid: 20115 components: - type: Transform pos: 13.5,2.5 - parent: 1 - - uid: 1807 + parent: 2 + - uid: 20116 components: - type: Transform pos: 13.5,1.5 - parent: 1 - - uid: 1808 + parent: 2 + - uid: 20117 components: - type: Transform pos: 14.5,1.5 - parent: 1 - - uid: 1811 + parent: 2 + - uid: 20118 components: - type: Transform pos: 14.5,2.5 - parent: 1 - - uid: 1812 + parent: 2 + - uid: 20119 components: - type: Transform pos: 17.5,0.5 - parent: 1 - - uid: 1817 + parent: 2 + - uid: 20120 components: - type: Transform pos: 16.5,0.5 - parent: 1 - - uid: 1818 + parent: 2 + - uid: 20121 components: - type: Transform pos: 13.5,0.5 - parent: 1 - - uid: 1822 + parent: 2 + - uid: 20122 components: - type: Transform pos: 14.5,0.5 - parent: 1 - - uid: 1823 + parent: 2 + - uid: 20123 components: - type: Transform pos: 17.5,-0.5 - parent: 1 - - uid: 1882 + parent: 2 + - uid: 20124 components: - type: Transform pos: 16.5,-0.5 - parent: 1 - - uid: 1887 + parent: 2 + - uid: 20125 components: - type: Transform pos: 16.5,1.5 - parent: 1 - - uid: 1890 + parent: 2 + - uid: 20126 components: - type: Transform pos: 13.5,-0.5 - parent: 1 - - uid: 1938 + parent: 2 + - uid: 20127 components: - type: Transform pos: 14.5,-0.5 - parent: 1 - - uid: 2015 + parent: 2 + - uid: 20128 components: - type: Transform pos: 17.5,1.5 - parent: 1 + parent: 2 - proto: Wrench entities: - - uid: 5369 - components: - - type: Transform - pos: 12.510115,33.67195 - parent: 1 - - uid: 5648 + - uid: 20129 components: - type: Transform pos: -24.486898,29.543127 - parent: 1 + parent: 2 - proto: Zipties entities: - - uid: 7383 + - uid: 20130 components: - type: Transform pos: -15.319333,26.599598 - parent: 1 + parent: 2 ... From a5016b8c9cce46d5cd9824ec4a763c9122641aad Mon Sep 17 00:00:00 2001 From: funkystationbot Date: Thu, 26 Jun 2025 05:13:29 +0000 Subject: [PATCH 016/182] Update Changelog (#932) --- Resources/Changelog/Funkylog.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Resources/Changelog/Funkylog.yml b/Resources/Changelog/Funkylog.yml index c16f97042cd..6cd23c08b59 100644 --- a/Resources/Changelog/Funkylog.yml +++ b/Resources/Changelog/Funkylog.yml @@ -3193,3 +3193,13 @@ Entries: message: The sneeze emote is now accessible from the emote wheel. id: 385 time: '2025-06-26T05:01:30.0000000+00:00' +- author: IronDragoon + changes: + - type: Tweak + message: >- + Further work on Pioneer. Lots of new maints areas, old ones reworked for + more hiding spaces, revamped medbay/chemlab, added HFR room for atmos, + made SM room more safe, mailing units between chemlab and botany (and + more) + id: 386 + time: '2025-06-26T05:09:31.0000000+00:00' From 33ebf140bb8923409c052db23d8eca270da77bcc Mon Sep 17 00:00:00 2001 From: mkanke-real Date: Thu, 26 Jun 2025 01:15:43 -0400 Subject: [PATCH 017/182] HIT HIM WITH THE CHAIR (#951) --- .../Entities/Structures/Furniture/chairs.yml | 8 +++++++- .../Furniture/folding_chair.rsi/folding.png | Bin 1379 -> 1521 bytes .../folding_chair.rsi/folding_folded.png | Bin 486 -> 474 bytes .../folding_chair.rsi/inhand-left.png | Bin 475 -> 449 bytes .../folding_chair.rsi/inhand-right.png | Bin 470 -> 448 bytes .../Furniture/folding_chair.rsi/meta.json | 13 +++++++++++-- .../folding_chair.rsi/wielded-inhand-left.png | Bin 0 -> 743 bytes .../wielded-inhand-right.png | Bin 0 -> 760 bytes 8 files changed, 18 insertions(+), 3 deletions(-) create mode 100644 Resources/Textures/Structures/Furniture/folding_chair.rsi/wielded-inhand-left.png create mode 100644 Resources/Textures/Structures/Furniture/folding_chair.rsi/wielded-inhand-right.png diff --git a/Resources/Prototypes/Entities/Structures/Furniture/chairs.yml b/Resources/Prototypes/Entities/Structures/Furniture/chairs.yml index 905edc3ad54..20703c83a73 100644 --- a/Resources/Prototypes/Entities/Structures/Furniture/chairs.yml +++ b/Resources/Prototypes/Entities/Structures/Furniture/chairs.yml @@ -350,11 +350,17 @@ size: Huge - type: Appearance - type: MeleeWeapon + wideAnimationRotation: 270 damage: types: - Blunt: 8 + Blunt: 6 soundHit: collection: MetalThud + - type: Wieldable + - type: IncreaseDamageOnWield + damage: + types: + Blunt: 6 - type: Construction graph: Seat node: chairFolding diff --git a/Resources/Textures/Structures/Furniture/folding_chair.rsi/folding.png b/Resources/Textures/Structures/Furniture/folding_chair.rsi/folding.png index c9e1c863ba1af18ad372f2010c1b486898718b00..b56d667621d4b2cdd2157c49282b85f79f2dcae7 100644 GIT binary patch delta 1490 zcmV;@1ugpH3h@h&F@LK`L_t(|ob6jZXd_1y{uELiZjG%*9*v%cJ$Qffo;NXO~94R)9IlOND(`aoltdOv zdv@#UGP1t3=)0(IfBq#BotU)cLLLC@a-|XxDX?fT6#xLWMiT(AzO-l;7m7S{+Aqt$ zJ9NE5Rg_Rlm8IImWDd3Vs6 z^+sU2ZqSy*>wkjXbS!YWz$31y?$U`w5EnFB*WB}RxxjsbSW*_L6_J0{iloOqpv~#(6PEqd{Oa-_t zg0&ZSTSqQ8k8-6FS~%K;jt&iO7X$!pXP3(beJ!AU7Jw?twv>n=J0~GNmA*5sd0KN^ zK;J)rT*yP)+4U8G7sRz#8R>2O8RMRp%LQ_ueTwJLo}zhLb6q?D=Xr6Vh_&xua0|c# zUEjl-mw!KW@bN-+PQsJr?_90d4T16iKjxxAFCspb_T}F_hDQm$3aB-jkP`v4S-XHUPIM5|_kRzZ$%#9#gw*#BAU~G5gON59omo+T{0Dj33+KG_p<1j6QNCesi?gL>J$xFvnK>J!LP*9=A z6Z)_i1U*v$+RiT0$#^K{>14d;OmGnVx$=N85ETRN)dhMz&p&i}pdHbp6O)0eJYi^t zm4E*TBaAS@{}&IX#_t6l`91RhRhDhJkVk2C&?_#TFe3q_n)t3t20`U$h%z<+tQ3eH{vz6+7;oCGO4KJ>1jDvB*d$GO{i z5adS4IJ-b5l^j|nsET4|Qb`0Y&N3CSwz1jq-K;mb@7o8BOe%TDO}piHgQo(F)-~ip z9WXdF8y)BW*YDm#F680YFT~shYK=`12?l*lZk%28<>r=v6liIF0AL=U+{)JmZ_s86OZ>{LHvr4R*UA@wM|FlSiu6MX zJk@Cc*slBujEy-i(Nmvbxl)OcrbBYac64YswR!@&C@H!_ga*BMx&%k6McFwCnVD(l zLR46%C~<{HfB(hYU*l70-_$cKq<=)L7m;rhO!LtpPE0qX|{;Ys9sO~Wq zAER~6ZTbX!d4Od(Tj1KpW`_{X)7qWNalb(G>6T$_V-s||;zg)VQ8)9WgJ3^E&+A&D z*7Q*Gaw#A)GY#|jq{9lN=(wwZnVD%o(>!JhkIc+8jN=p63N>x|u&h8b1b=El*Y!Q* za`O%|dUqfttS4W6)3-d}&97TFsHzW%_Cy{cU*GJK1`r?*C0>#eKHNIw?u zHaER^B2Sn?DwhJfnFZ!D084ni6hHVbhPC+nQjAEMdTNmgtMy(WTIoy$5N5BowujdA syHT!GBCoc##k>^WI{P5&@uFq=7j!Oa<*Y_AoB#j-07*qoM6N<$f(Wq2wg3PC delta 1347 zcmV-J1-$z43*!oqF@GINL_t(|ob8*zOCwht$G=m04I2W+fH3X`9ikwSC5#EA=F)6? zSh}#?(v4&VFT+AZC}a_Q3gl8cvs6orDP*6hVr=qfohEVRM8RtJP6La^iy zcsd7VBQQsImo)L_T6G*2LsQ=6T2OHB7 z0086S1g55ETYoqI+58umhV^g1{=xuYYI+s`P=Eiy)S4_N&6Ycv|C0M2`w z-)uXhzA*qmqj8F<=~?{v)0W+_Is$0~{PpJ_ts4Yz;j^B-T}(v;tK)U<6^sgyP9({XY;KKgPr>Zb11{zuD&)0*or$L#lF20$ z3ah3!m`pBN8iBe3$l)l{D&?+Mblgu4M@_3SBkHw!>vJ->)RmtRpXmLdRmyOA?~)t5 z3YYh8*8RD3&j+ht-c7GLs7zjeEl>fhub$ACf>qh{(t1u}Y zFtBTZ_72c0Wfb39TV7K;z;Y?Q0bZnD;&tv7^_qB*dWmiyonAwJ z1o(>v3RZfc-{{T)w}qhq{SKht+I(Md~O$$BXjWHVWwx4NTo1!Yiy99 z#!M1GlKfE8%8eKWKDUc0X$6wxC)tw(kmVR8$&XMhKF}iYJxNLOLzZJCA4{vj`@wq< z1Hpk5!RK}{F%ZQ4;5|!zrUKZ##nnqFv40y1Acv#u>9YkS7oWGj(<>PorW*DXYd^Qgrvn?AV?U?NnOOhX|nqhW}psE=rNq*aRsZEn$^{gputbgVa zip6a`_}~=z?0Kw|-Uo=&VD+pil(vfq#p0NkBiE18A?D=>La{hX+ePxGEV&L)(h5r3 zMTmjmK#DLgM<51*C~X&^q!qH?t$!_UDG9D`Zs41*p0q~6`sRjHap`i^IRPG%Rw-kB zbHmbBIyqDGEDW6Q{)S?4)N6I5Q-6sIcKiE>j!uJ}i=1q34c<{NO54R&jbbGROM$9t zhVhv|3AvDe;+=2 z%sPK};y=bFr5V;)em{Kl_(Cj>m*<@g^{inBW4YEWP(5o3{a75eFMjNP)I1Cu)l;~a zBcU&GP%hjH5uAv_wnE71$DuF7o?}JPUd{qWF;F*i{sYYlqZ;wrbUy$9002ovPDHLk FV1h%yizom9 diff --git a/Resources/Textures/Structures/Furniture/folding_chair.rsi/folding_folded.png b/Resources/Textures/Structures/Furniture/folding_chair.rsi/folding_folded.png index e891df4a675dd687a22f47379d251a878d37f36f..a9036f62fc715d7a5b09bdc8d86d3fbfb093332c 100644 GIT binary patch delta 435 zcmV;k0Zjhp1KI^Da8h^ab{+JNOH43QipzbLgLm)l`{lUz9v~11 z1OkCTaAqWbAQ?}PeEuE)P%0K+4u+90v#b#SfSwOSHw>ohF@KPZC&+8<1puHbGMsOh z?R|ZGLQAJS7uk#DPIx@oiEg(CIXpj?S5Orh=3vN792oGsx2zHJcel{eDP(gR9VS2pb<>mpkT7uo zC_j|}0L@O9#eXgW-^z!UPC?G79$_j#O|%+y((H7l+0>45=Ojr-@t&9!onL(d&;#Vp{4$+2NnDi-kgT$8Gm3ZXBB d6Nk~+`2|P1sVzQz)|UVP002ovPDHLkV1k_1$TR=| delta 447 zcmV;w0YLuR1LgyeF@K;*L_t(oh3%9*OT$1I$Nwi;gSDUu1geM)DiocpgF0!<2XIj6 zTm->Ia8t2vLKi3LY7xOsPVL${h?{hgwnJMGYK7F&4{#3QLX%$lPC>|Tx#PI!<(_+< zKj7iv;o;%o;ql*)eIni1+@j<1N7yE)hI%?})yoj)7OZs?ihqSXu@aDdA`L9BbzF+y zUO=NKCr~KsZ>j-Hwm5|9?>wGC>HWW0D#(Wi{SIaR)Oc2 z6eL-J-#_d63SA2$ahCu9L{FpG+ts?-tgNmholfEX?bWKh0GJhUmb6kWxdsNz3RuaT zP!`-Uez^A~S$~19A0U|ojYLj}m4NA_JaS{Pq2mfLKIX(bjCm3VbCy|Tt}^X835oEFSq;cusAqOh^z|8KC$nvXPUth83s0W pmJ|=7?asiQ5$>CzDlkewCx6P7p%9K8+fV=i002ovPDHLkV1kE?*ggON diff --git a/Resources/Textures/Structures/Furniture/folding_chair.rsi/inhand-left.png b/Resources/Textures/Structures/Furniture/folding_chair.rsi/inhand-left.png index 2eaefeb2722a40199f3dbe0d5143811c9ce6d87d..d7324ae15144e62e376d2f732bac23f040f7cb0d 100644 GIT binary patch delta 410 zcmcc3e2{s9VSTlyi(^Q|oVT|&b{%pMV0-ZKUZVNhf_8SZuwP93ngp1pEy_^5k)?d& zM&xq-eXbvPby$x!yuE9CBxb6zho4?ydcN?#^*o#2{F&MEfKQMC3U-_fo~3%N)^P8F zBW}$1pTDe7*|hB=gWWzm>1Eez>Z_N2HZ|P4Mn|~ZdsY40%{}D|l39`dne+PGMSkq7 z;80?^|NLv#$yBEgQ=S3osk-wzH2R$U`q=NCOK$}UzO6ZS^5cO*kuY-xEkUQXUFSbd zd1k>S-}YhpeGh?3&U?4tn_bD-o*~Fn6yG!N(jE>r5O4qO8#gA^?ziRJn)}=4yW)<3 zJyYEkuFBW@No~K}x@+&b^IP-QI|G@&4tIXk_kekXVa5JM&$+_>i)>x^Vqwl(CX0CC ziIS}8w$)S8wlL4L6w*I@Qj#fJ(Zbp}piFN8hj`x=xk)?+e?HoL>Fg}7hx^kwyo_&h zPTlo6Qq5^a&c~JMP80O*otmC-FUCP|h9ZOIeIMaP>dY&XcNT#x^mO%eS?83{1OVC3 By!ZeB delta 436 zcmV;l0ZabD1KR_TF@KdwL_t(|obB4NN&`U<2H;U_7q;B$4np1_7HQN%#3m3338YPv z%0_&SE7RE6T$fbof|YlTg}#9ZT3HG{z*xvhlq6)$&h8%mUv-2_c4o3$?N0;%00000 zz8J08XvM#uL)iDdpwWu^qw$Z=`lB(08iLmWRL!?r4VunpM1MpyozJMyezb-`AWzkh%#F7#pM+nt+*@}8@G5_ zEO_~SUp0y`T5+e_<2;{OHIwHP?sR)zhHxPD!$vDUJUOG`;FQv&Y4zPSY0_};_55&m z%e6ZW)jz+@wtruzIu5>ef^)8lu3ht4mWdRcWm!FTf>e>UJ`S$@>*fIf000000001L zW|tg*WQM@Y_4ukxfGw%(bMXPJ$^_Vw%n*p)xovYTzAdTibFl%qY`#*P41rB1z*h7b zg1=@0Y`Mx1IL!y_k_oUCU53C#Ccsv78G=wn1a01E#Vt~q09)QO1W|223RF)l%~xWp e2LJ#7;`IsAEBX}!0000BvzSXj_0N3^+a=dAFG7FG5?APe>KP zHZ6|AK)z)(kd>Q}Ua)i~)b01^u-`TkWStKCEp_`nS~`>8AI7$|eU?A3!>c5pcr1cJ zL^K=?=zhM^cz-(6;%~2v@pRU?pRY6=4Vn%G0000000000KzVJP7f8Ji@IANQXc{2( zKHzeT>y1V?ZMYJ-JK$02`MV?~$MuEh?~;^Eo{G-jB`H6;tFs8oC!bdJ+kzx{Z9cSB zc7j$XpH@W?v`s!yrU*?WU-&;DOWFDRE4@_!75o6B>=GvfGuJX~00000NkvXXu0mjf D$4|YW delta 431 zcmV;g0Z{(H1J(nOF@KOrL_t(|obB4NP69y`1<(tzon*?X*o5#0SkS12F*YP51QJ>r zDjVZ>Y)NBdvmI1)8!Mr)&_6IHT3MR-0b`+SHVS5d+1c6Mdn%xqy!SFgb00uNL_|bX zO-c%_q|kZS;ZnNiIsgpD6I5jgN(wy~Pkz4FXNx&H?Pev0kbgAaX*V%j%mDy309Y+! z{qp*R`^RU@Z?5t7{!z=d(hQ`V4;n2T9iP{L?*Rbi9>S*P|5zK}n&zy}pj3>Bc?|*8LbXS{Mz#K0n;u>LNY|C51jbIm2jpilEWj z{($5;6!9jc>wh-B_WvDbsV=9i*ByqT_cuXFp~EoDrbgeNgOmDvZ9d_9eMCe=L_|bH zL_}q^&(4ACeTBO11Api5yKouRTOGi<{C!)l_Z6&Ve#Q~B0hdv|m4j_IpD4_}!cO_S zA@BDUO!9XdvfNi#yB}a;@BDoW-t8+`&EE}qx37>_5h%GfpK1Q?JFl)^UMk%@5fKrU Z&L?bB_B(ks5;y<=002ovPDHLkV1ibp%%uPT diff --git a/Resources/Textures/Structures/Furniture/folding_chair.rsi/meta.json b/Resources/Textures/Structures/Furniture/folding_chair.rsi/meta.json index aa1af159cbc..8adf9467a2b 100644 --- a/Resources/Textures/Structures/Furniture/folding_chair.rsi/meta.json +++ b/Resources/Textures/Structures/Furniture/folding_chair.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from Beestation at commit https://github.com/BeeStation/BeeStation-Hornet/commit/9a035f9365bcb74ac40fbe79c74c43c4c80cc1e4", + "license": "CC-BY-NC-3.0", + "copyright": "Sprites done by Tea(@teasq.bsky.social)", "size": { "x": 32, "y": 32 @@ -21,6 +21,15 @@ { "name": "inhand-right", "directions": 4 + }, + { + "name": "wielded-inhand-left", + "directions": 4 + }, + { + "name": "wielded-inhand-right", + "directions": 4 } + ] } diff --git a/Resources/Textures/Structures/Furniture/folding_chair.rsi/wielded-inhand-left.png b/Resources/Textures/Structures/Furniture/folding_chair.rsi/wielded-inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..0dc04403444380bc82b028978baf65c3df97a22e GIT binary patch literal 743 zcmV?P)Px%p-DtRRCt{2nmuUSKp2KUl}uTSq$$vl&_EYY{h6KFTf?D{p@V7K4h2swb_0g~ z&`yC4O&dIPC=DUqGS^-60|hOHnuZ!W$tG*o>(Vp&Ih{}P$=2{boA1td_kQ z0000000000002-PT-)IuW4x&GL`2te?QDjut*%fOQCY`p;W5Tt+c7(-CRx|bI(}jX zc#QG2)fKJDiU?FN8d^n;R|Y_c-`np@oH$FMW`)k9kQ#tI;&sN(3fFeH&ig>RS=V-W z!@Dp2ga7Amv|(|P$|U~n(|>$NJa zZ*7m)zWDhg5r9FjPn(S$=^i5uuI=#Zy}Np=m*C{vttM~3eiK<+mH`4;CX9cm(mswK zT+UrQ{oiwZeXmwiKJ(p^)5x9|D0K27?bA|z(Cbs@xLXSGlyc=&mX{)ruZ-@=={Rr; z;geShKR@$JbMlioKl4+AP+49g3I)LuA1=XYXnp_kNt!exF zM6>p!uIs0000000000002r$9+!p=MR^o*J494MO}jKyrT1wAGnGX~CNvlg zt-bw@u^_1G5p(w>xVFRFt)?^+RDHU5jPZ7>DLr9TUlyjW@VK_aA3v=hNoY%Q0iFb-Mb2;#;^`|;*;SO*oPsLT#;d&HAk=HsL<%2$K9UAO zh~Idy5gA{!C&9Q=G<*$qj=PC|m3cwdSF|CcusXlEp2W*c5H>W)hPx%vPnciRCt{2nm=gUKorKGJ7z7CrhtQk16~Y;v|XF5?UryTWawa;q(i||i`{^s ze`u#bho%V{GK3i6Zt5D(O)_Z-G_*9(Nj6!tUKgK`&eHkLx@%H+ze)J+S$gljJK4Ms z06`E0K@bE%5ClOG1i78Kgiyz_sqXoA3P0IDz$Jt(%vX%f*NS7=)FniErBuGx#C&N5 zs3f*9Ujf}kh=zlbiTO%fKqj$hI4JGzds>QMLPqd5NfaF2RHAG*F@s3=nhiiWZr=c$HRUmUffKFTnbQ zYt3!xhh-iC81)pBy#Dw_Tk>G4H<;%anB)(DNo{hCE6>o{aFp>2h@2uKgG3lzX-^(> z7XT#u0= Date: Thu, 26 Jun 2025 01:15:58 -0400 Subject: [PATCH 018/182] new tider drip outfit (#924) --- .../Inventories/clothesmate.yml | 1 + .../Entities/Clothing/Uniforms/jumpsuits.yml | 43 ++++++++++++------ .../equipped-INNERCLOTHING.png | Bin 0 -> 1250 bytes .../Jumpsuit/flashdelirium.rsi/icon.png | Bin 0 -> 413 bytes .../flashdelirium.rsi/inhand-left.png | Bin 0 -> 476 bytes .../flashdelirium.rsi/inhand-right.png | Bin 0 -> 491 bytes .../Jumpsuit/flashdelirium.rsi/meta.json | 26 +++++++++++ 7 files changed, 55 insertions(+), 15 deletions(-) create mode 100644 Resources/Textures/_Funkystation/Clothing/Uniforms/Jumpsuit/flashdelirium.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/_Funkystation/Clothing/Uniforms/Jumpsuit/flashdelirium.rsi/icon.png create mode 100644 Resources/Textures/_Funkystation/Clothing/Uniforms/Jumpsuit/flashdelirium.rsi/inhand-left.png create mode 100644 Resources/Textures/_Funkystation/Clothing/Uniforms/Jumpsuit/flashdelirium.rsi/inhand-right.png create mode 100644 Resources/Textures/_Funkystation/Clothing/Uniforms/Jumpsuit/flashdelirium.rsi/meta.json diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml index 92130141fc0..8adcda5f9af 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml @@ -46,6 +46,7 @@ ClothingUniformJumpsuitHawaiBlue: 2 ClothingUniformJumpsuitHawaiRed: 2 ClothingUniformJumpsuitHawaiYellow: 2 + ClothingUniformJumpsuitFlashDelirium: 2 # funkystation - but what if I did add more tho ClothingUniformJumpsuitFlannel: 2 ClothingUniformJumpsuitCasualBlue: 2 ClothingUniformJumpskirtCasualBlue: 2 diff --git a/Resources/Prototypes/_Funkystation/Entities/Clothing/Uniforms/jumpsuits.yml b/Resources/Prototypes/_Funkystation/Entities/Clothing/Uniforms/jumpsuits.yml index fc4510ffa78..2f08fa12c72 100644 --- a/Resources/Prototypes/_Funkystation/Entities/Clothing/Uniforms/jumpsuits.yml +++ b/Resources/Prototypes/_Funkystation/Entities/Clothing/Uniforms/jumpsuits.yml @@ -9,7 +9,7 @@ sprite: _Funkystation/Clothing/Uniforms/Jumpsuit/Syndicate/botanist.rsi - type: Clothing sprite: _Funkystation/Clothing/Uniforms/Jumpsuit/Syndicate/botanist.rsi - + - type: entity parent: [ClothingUniformBase, BaseSyndicateContraband] id: ClothingUniformJumpsuitBartenderSyndicate @@ -20,7 +20,7 @@ sprite: _Funkystation/Clothing/Uniforms/Jumpsuit/Syndicate/bartender.rsi - type: Clothing sprite: _Funkystation/Clothing/Uniforms/Jumpsuit/Syndicate/bartender.rsi - + - type: entity parent: [ClothingUniformBase, BaseSyndicateContraband] id: ClothingUniformJumpsuitLibrarianSyndicate @@ -31,7 +31,7 @@ sprite: _Funkystation/Clothing/Uniforms/Jumpsuit/Syndicate/librarian.rsi - type: Clothing sprite: _Funkystation/Clothing/Uniforms/Jumpsuit/Syndicate/librarian.rsi - + - type: entity parent: [ClothingUniformBase, BaseSyndicateContraband] id: ClothingUniformJumpsuitScientistSyndicate @@ -42,7 +42,7 @@ sprite: _Funkystation/Clothing/Uniforms/Jumpsuit/Syndicate/scientist.rsi - type: Clothing sprite: _Funkystation/Clothing/Uniforms/Jumpsuit/Syndicate/scientist.rsi - + - type: entity parent: [ClothingUniformBase, BaseSyndicateContraband] id: ClothingUniformJumpsuitScientistWhiteSyndicate @@ -53,7 +53,7 @@ sprite: _Funkystation/Clothing/Uniforms/Jumpsuit/Syndicate/scientist-white.rsi - type: Clothing sprite: _Funkystation/Clothing/Uniforms/Jumpsuit/Syndicate/scientist-white.rsi - + # Syndicate Command (sprites by meijunkie) - type: entity @@ -77,7 +77,7 @@ sprite: _Funkystation/Clothing/Uniforms/Jumpsuit/Syndicate/ccr.rsi - type: Clothing sprite: _Funkystation/Clothing/Uniforms/Jumpsuit/Syndicate/ccr.rsi - + - type: entity parent: [ClothingUniformBase, BaseSyndicateContraband] id: ClothingUniformJumpsuitIMDSyndicate @@ -88,7 +88,7 @@ sprite: _Funkystation/Clothing/Uniforms/Jumpsuit/Syndicate/imd.rsi - type: Clothing sprite: _Funkystation/Clothing/Uniforms/Jumpsuit/Syndicate/imd.rsi - + - type: entity parent: [ClothingUniformBase, BaseSyndicateContraband] id: ClothingUniformJumpsuitWSMSyndicate @@ -99,7 +99,7 @@ sprite: _Funkystation/Clothing/Uniforms/Jumpsuit/Syndicate/wsm.rsi - type: Clothing sprite: _Funkystation/Clothing/Uniforms/Jumpsuit/Syndicate/wsm.rsi - + - type: entity parent: [ClothingUniformBase, BaseSyndicateContraband] id: ClothingUniformJumpsuitHRDSyndicate @@ -110,7 +110,7 @@ sprite: _Funkystation/Clothing/Uniforms/Jumpsuit/Syndicate/hrd.rsi - type: Clothing sprite: _Funkystation/Clothing/Uniforms/Jumpsuit/Syndicate/hrd.rsi - + - type: entity parent: [ClothingUniformBase, BaseSyndicateContraband] id: ClothingUniformJumpsuitCHESyndicate @@ -121,7 +121,7 @@ sprite: _Funkystation/Clothing/Uniforms/Jumpsuit/Syndicate/che.rsi - type: Clothing sprite: _Funkystation/Clothing/Uniforms/Jumpsuit/Syndicate/che.rsi - + - type: entity parent: [ClothingUniformBase, BaseSyndicateContraband] id: ClothingUniformJumpsuitHCRSyndicate @@ -132,8 +132,8 @@ sprite: _Funkystation/Clothing/Uniforms/Jumpsuit/Syndicate/hcr.rsi - type: Clothing sprite: _Funkystation/Clothing/Uniforms/Jumpsuit/Syndicate/hcr.rsi - - + + # Charlie Station Ancient Uniforms (sprites by mingebag / meijunkie) - type: entity @@ -179,9 +179,9 @@ sprite: _Funkystation/Clothing/Uniforms/Jumpsuit/ancient_sec.rsi - type: Clothing sprite: _Funkystation/Clothing/Uniforms/Jumpsuit/ancient_sec.rsi - + # using the nanotrasen jumpsuit sprite since theres no reason to make ANOTHER sprite - + - type: entity parent: [UnsensoredClothingUniformBase] id: ClothingUniformJumpsuitAncientRep @@ -191,4 +191,17 @@ - type: Sprite sprite: Clothing/Uniforms/Jumpsuit/nanotrasen.rsi - type: Clothing - sprite: Clothing/Uniforms/Jumpsuit/nanotrasen.rsi \ No newline at end of file + sprite: Clothing/Uniforms/Jumpsuit/nanotrasen.rsi + +# flash delirium outfit (by willowzeta) + +- type: entity + parent: [UnsensoredClothingUniformBase] + id: ClothingUniformJumpsuitFlashDelirium + name: flash delirium outfit + description: A stylish button-down to have sudden revelations in. The tag reads "E.J. FY2975 Collection". + components: + - type: Sprite + sprite: _Funkystation/Clothing/Uniforms/Jumpsuit/flashdelirium.rsi + - type: Clothing + sprite: _Funkystation/Clothing/Uniforms/Jumpsuit/flashdelirium.rsi diff --git a/Resources/Textures/_Funkystation/Clothing/Uniforms/Jumpsuit/flashdelirium.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_Funkystation/Clothing/Uniforms/Jumpsuit/flashdelirium.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..39cd2fc122cb3173d3ccc2e37099e2160effabac GIT binary patch literal 1250 zcmV<81ReW{P)WEN(n~Jn&q%*6=L51AS+MwPq5100A4iwT1@(N%Uh+ zHdfa>04U{W2ZYEl%kBU`DozkLNp=w8J+2dCP3+bho>Ee=zk7g6wTzzC_JwHk;qhTn zk`!Zg&8t+)fqVPA2ma^q7)O8XB-%VJOx`ve7oUIqCI0^ETYoM&f@=gvpFWSfj;sI9 zxCyl3{oMo9n=Jr+kL$TC=Cp!;4FL6K%Rd=nAI$K&cpI-px?cofox;{v$I zJ;QOK&KLZ-;{Bf0Mx|Qz^EN4@zrTAhpdUumr&NriAL#(g?x1J2QE#@edAJt{Cq0)% z`>)f1XEqP_GWBLFkS<9feZz4F^Z^9IU(}~Vh@&6r0K;(ui|Dy*U`&jF@OZu1@=q-( zqx5@LJ1~!~MSaWe#L|B^YH;&#FSB_#d`!<}@!j$0=f*0>AWA>%gt*Uz8T%3(h2gkE zQ{YV_kpp^GI}mPBr!h^|?W2)-ZP^{H+ehp*Sq=~lFdP>T?mwK^fU73*9T0_{%fehx zfaBgY?TMtQY5!>sMuEAgpg5z!G)>l;tOzJ-8qQai{U|v3vmg4F-NE_FGK!kU66bPq zb_M|0nt3ts2LS)Pdc|Io0uz4?{$F6Hz-ikaI(FK&{S--yH1yfu z0><}03>cO6#$P9Wi9{liNF)-8L?U^6>DC(Fq-C#ZGKoFx0tWR702lSR8&4l+qM9eB ziP(q{?im31y$P&;h|nf0)iNs8GAz3TrKF-;Yk2z3MrK+S;V8t-DJn+2Ab6=K7<1FaXc8J3z?cN=ZeDxgIM5#1sDFn`Z#v zdtU4pNE6baNEB@e+ZYFy14{YXKqZ#m0ZK`Q;kfwV{hKWDBv3_~B9WXA^hVboz071AqjDkzt#sHkQli7a)ycX~@lgV1nv!z1a%% z2#B9A12NYP#|=aR2et#K_a=AyCa4g-blijCxY!c<1=8Zd{fD@V_W-~z%H|do)PHIv zIs|qKtlLL;Id{#!E~t5&uPj5)W&LVxnvll%$}$RS-oO8H?ppdCBKpoo#x%_gm7>Ui z=Rf|;7M>K+BpXi7&S08mCe_~pgjj~AVr80L;$cWjER-f~&X}k?KB`iCnM`WK#Qg!( zCUX@`LpzZJ!o4_GQJxNKCbc0^-YzXI1%7jzrg>@k|2o4%P)3`9KOu`Gm}oT8?Fjt^rDF-DOA+^u9mLJqO++wLaVsKSN;z;V`2h|kt70T6 zDJ~tm$D!VtD~LHvChwV&@7~<^aCb=ng+lS)smX+Cx1SNq1OV*cT=HiZ=T{j3gmD6I zGL)LLaF{g@;{*V}L|9{1la<<O`IQHd@5SDvS`u3HC0|@NxYBVwup0y$OBE6lJGK zh<5u~tJ4%jXu1^c8LdtewA;^06=2M!0l)SP9S6tGkK>gHiy;U8`0A0M_ls=5uT4 zaBPb=U$-05%>l`u(P^(I?C;5ujhDAb$UKh6QgbR43WeemhfI5i+xPME00000NkvXX Hu0mjfWgxW? literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Funkystation/Clothing/Uniforms/Jumpsuit/flashdelirium.rsi/inhand-left.png b/Resources/Textures/_Funkystation/Clothing/Uniforms/Jumpsuit/flashdelirium.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..4a7e8bb307dc856b5b48f93099c6cdeb49d78b63 GIT binary patch literal 476 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEU|j6!;uumf=k3jnS%(57SRW+M zSKPgAVN>)x$2qQ>JmMAjA6V}Yzjac4f{xNm*MdSpmDNW@O5a)E;hSXQ7M%Y`{Fde@HuT`4aFWE~zEK&nEqOKV^3Rh$ zx6iK=lYjSZhVSzier{W}jJpK>Gd*fOYAsq@r%=0gb3rFh>{OY?EnnXKO?8v|$hhar zZ}ob=kMEw^uGex7SB*cgD^)f9$KS8K2R^=87kw?(xTJ$W;mz-@XU)9CZf%if=+obF z(@o;{zpJ0MCpx;o!2i=r*>?F<$5iSEwC(}1a-J|Wd}iB~Q=M~%;gi&hFQpT|-Ppl+ zWXY}M$7~9B<)qCS9Jbk-6){9^-*ViI&tVgY-4FxPc0*2h;*@-s9g>Rk12266#u|gC LtDnm{r-UW|zAf4x literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Funkystation/Clothing/Uniforms/Jumpsuit/flashdelirium.rsi/inhand-right.png b/Resources/Textures/_Funkystation/Clothing/Uniforms/Jumpsuit/flashdelirium.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..918ae3a49d9183570fa17ccb14f808e1dca2b3d5 GIT binary patch literal 491 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEVBF;C;uumf=k3jnS%(~C*gl-M zb1utuX5DVnY|))Eai4?Sf${?VEtB;XB3+ESA3Rd>2pK9ipq9;jN)#3Z@ zrwIA(`?It7Cxa3UFg2XuKk{_v>-|Im-8CO^wB&Y*X+2 zU$-yq`S?&HR{M0c1p`BYjrh;bW&DLU+shtA7ubYX-2`es^~sC5Z}`XbhvBc9)W{@WN^aZly?v#D$s=KD%@|NN9= zzmxyIc@Mw4&NJ^X>66{o9OSRfPxcZuDokb_HN``8^;h}zG0c!v0Yo(8BXx7c?l9@Tp@Mi z&qmMQLeZ&V4Y^>E8`mVl7w%=s$?ho)y~R|y&GeYoE#?ht4X=e}vI6B^Uyx&vj!^p5 bZ^!uNgruTdMAlDWBr Date: Thu, 26 Jun 2025 01:16:16 -0400 Subject: [PATCH 019/182] Bricktoss.gif (#949) --- .../Markers/Spawners/Random/maintenance.yml | 1 + .../Entities/Objects/Misc/brick.yml | 28 ++++++++++++++++++ .../Objects/Misc/brick.rsi/brick.png | Bin 0 -> 407 bytes .../Objects/Misc/brick.rsi/inhand-left.png | Bin 0 -> 184 bytes .../Objects/Misc/brick.rsi/inhand-right.png | Bin 0 -> 189 bytes .../Objects/Misc/brick.rsi/meta.json | 22 ++++++++++++++ 6 files changed, 51 insertions(+) create mode 100644 Resources/Prototypes/_Funkystation/Entities/Objects/Misc/brick.yml create mode 100644 Resources/Textures/_Funkystation/Objects/Misc/brick.rsi/brick.png create mode 100644 Resources/Textures/_Funkystation/Objects/Misc/brick.rsi/inhand-left.png create mode 100644 Resources/Textures/_Funkystation/Objects/Misc/brick.rsi/inhand-right.png create mode 100644 Resources/Textures/_Funkystation/Objects/Misc/brick.rsi/meta.json diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml index 229bee1a5ba..028efc12e6e 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml @@ -349,6 +349,7 @@ - id: RifleStock - id: ModularReceiver - id: HydroponicsToolScythe + - id: Brick # Rare Group - !type:GroupSelector weight: 5 diff --git a/Resources/Prototypes/_Funkystation/Entities/Objects/Misc/brick.yml b/Resources/Prototypes/_Funkystation/Entities/Objects/Misc/brick.yml new file mode 100644 index 00000000000..7a5b3f57bbb --- /dev/null +++ b/Resources/Prototypes/_Funkystation/Entities/Objects/Misc/brick.yml @@ -0,0 +1,28 @@ +- type: entity + parent: BaseItem + id: Brick + name: brick + description: The simple brick, one of mankinds most brilliant creations. + components: + - type: Sprite + sprite: _Funkystation/Objects/Misc/brick.rsi + layers: + - state: brick + - type: Item + size: Normal + - type: MeleeWeapon + wideAnimationRotation: -135 + damage: + types: + Blunt: 10 + Structural: 5 + soundHit: + collection: MetalThud + - type: DamageOtherOnHit + damage: + types: + Blunt: 8 + Structural: 8 + - type: StaminaDamageOnCollide + damage: 20 + sound: /Audio/Effects/metal_thud1.ogg diff --git a/Resources/Textures/_Funkystation/Objects/Misc/brick.rsi/brick.png b/Resources/Textures/_Funkystation/Objects/Misc/brick.rsi/brick.png new file mode 100644 index 0000000000000000000000000000000000000000..cd7241b3e63c309733c242cde8a2db4f984c4b18 GIT binary patch literal 407 zcmV;I0cie-P)Px$QAtEWR9J=Wls#^PFc^kkenxJ9opl1g3tOa@zi-tRL8uvjdXf5!Q%jh^oB1SK2*P%s}a?;nfy zUL9a6q=aL)an=0c+~MK%b9Vp50p^4NkX0@y;V77oJnfKG?rbN1oQy&u_FG{T9?qQ# zl&76~9nQo;e|qi$N0#vDLG2}e>oczYZRWrf3aY77A2>V17OpR_SR-L(Bi z*KQivddbnflCTOg5F@%iLnzZDCF zx_~8N7cGiHA~3iaw+L4SK>sHkO4kZ47K_C)z BsImY6 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Funkystation/Objects/Misc/brick.rsi/inhand-left.png b/Resources/Textures/_Funkystation/Objects/Misc/brick.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..acb9cbde0c726fa127f625e101c04610b91e1ace GIT binary patch literal 184 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|iacE$Ln`LH zy=lnRU?9M9K%wdUhhn=sm%IeHPejwE^cfcQ0AL&HfK#y#LMjcEMH* b3?e%j#WXca|9%Pb04er#^>bP0l+XkKr=~v2 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Funkystation/Objects/Misc/brick.rsi/inhand-right.png b/Resources/Textures/_Funkystation/Objects/Misc/brick.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..ce6bb823f441f185b0ec837c55e331fd398015ed GIT binary patch literal 189 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|$~|2iLn`LH zy=l$WU?Ae^D0nb+hoyL4rYZ}!_uF9Ax_Mm2r3%xp&s)X_RLoG6Df7*Q@AqwMuPb?P zz2tno>oY@^+*<3(KI8h^H}eYWZ-FcZf|`(da~DtkDg1w{Y5(UhGIP()|FQlRLuFN; g-^EMj3=DUkG3?jTD0Rz8GX|;lboFyt=akR{0FQ)1@&Et; literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Funkystation/Objects/Misc/brick.rsi/meta.json b/Resources/Textures/_Funkystation/Objects/Misc/brick.rsi/meta.json new file mode 100644 index 00000000000..006de581035 --- /dev/null +++ b/Resources/Textures/_Funkystation/Objects/Misc/brick.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by mkanke and vectorassembly for Funky Station", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "brick" + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + } + ] +} From f699e93489076c1adfbeb45ca6f697a8d452d1ee Mon Sep 17 00:00:00 2001 From: UristMcWiki Date: Thu, 26 Jun 2025 01:18:12 -0400 Subject: [PATCH 020/182] Update Changelog (#929) (#945) --- Resources/Prototypes/Catalog/uplink_catalog.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Catalog/uplink_catalog.yml b/Resources/Prototypes/Catalog/uplink_catalog.yml index 185f511456f..0f76c1e238a 100644 --- a/Resources/Prototypes/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/Catalog/uplink_catalog.yml @@ -160,6 +160,11 @@ Telecrystal: 60 categories: - UplinkWeaponry + conditions: + - !type:StoreWhitelistCondition + blacklist: + tags: + - NukeOpsUplink saleLimit: 1 # WD EDIT - type: listing @@ -496,7 +501,7 @@ icon: { sprite: /Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/smg_mag.rsi, state: red-icon } productEntity: MagazinePistolSubMachineGun cost: - Telecrystal: 5 # goob - Bundle + 3 Mags = 100 TC + Telecrystal: 10 # goob - Bundle + 3 Mags = 100 TC categories: - UplinkAmmo saleBlacklist: true @@ -509,7 +514,7 @@ icon: { sprite: /Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_pistol_mag.rsi, state: red-icon } productEntity: MagazinePistolCaselessRifle cost: - Telecrystal: 2 # goob - Same price as .35, more damage but less ammo in mag + Telecrystal: 5 # goob - Same price as .35, more damage but less ammo in mag categories: - UplinkAmmo saleBlacklist: true @@ -522,7 +527,7 @@ icon: { sprite: /Textures/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Magnum/magnum_speed_loader.rsi, state: icon } productEntity: SpeedLoaderMagnumAP cost: - Telecrystal: 5 # goob - AP, but only 6 bullets in speedloader + Telecrystal: 10 # goob - AP, but only 6 bullets in speedloader categories: - UplinkAmmo saleBlacklist: true From 3311066485f207a4387f8eaa20802a912115a55a Mon Sep 17 00:00:00 2001 From: jackel234 <52829582+jackel234@users.noreply.github.com> Date: Thu, 26 Jun 2025 01:21:12 -0400 Subject: [PATCH 021/182] Adding new noises for lizards (#965) Co-authored-by: Tay --- .../Voice/Reptilian/attributions.yml | 14 ++++++++++++++ .../Voice/Reptilian/lizardchirp1.ogg | Bin 0 -> 11598 bytes .../Voice/Reptilian/lizardchirp2.ogg | Bin 0 -> 18361 bytes .../Voice/Reptilian/lizardchirp3.ogg | Bin 0 -> 12599 bytes .../Voice/Reptilian/lizardgurgle1.ogg | Bin 0 -> 15273 bytes .../Voice/Reptilian/lizardgurgle2.ogg | Bin 0 -> 14522 bytes .../Voice/Reptilian/lizardgurgle3.ogg | Bin 0 -> 19153 bytes .../Voice/Reptilian/attributions.yml | 4 ++++ .../Voice/Reptilian/reptillian_hiss1.ogg | Bin 0 -> 34686 bytes Resources/Locale/en-US/chat/emotes.ftl | 2 ++ .../Entities/Mobs/Species/reptilian.yml | 5 ++++- .../Nyanotrasen/Voice/speech_emotes.yml | 1 + .../Prototypes/Voice/speech_emote_sounds.yml | 12 ++++++++++++ Resources/Prototypes/Voice/speech_emotes.yml | 5 +++++ .../_Funkystation/SoundCollections/emotes.yml | 13 +++++++++++++ .../_Funkystation/Voice/speech_emotes.yml | 18 ++++++++++++++++++ Resources/Prototypes/_Funkystation/tags.yml | 3 +++ 17 files changed, 76 insertions(+), 1 deletion(-) create mode 100644 Resources/Audio/_Funkystation/Voice/Reptilian/attributions.yml create mode 100644 Resources/Audio/_Funkystation/Voice/Reptilian/lizardchirp1.ogg create mode 100644 Resources/Audio/_Funkystation/Voice/Reptilian/lizardchirp2.ogg create mode 100644 Resources/Audio/_Funkystation/Voice/Reptilian/lizardchirp3.ogg create mode 100644 Resources/Audio/_Funkystation/Voice/Reptilian/lizardgurgle1.ogg create mode 100644 Resources/Audio/_Funkystation/Voice/Reptilian/lizardgurgle2.ogg create mode 100644 Resources/Audio/_Funkystation/Voice/Reptilian/lizardgurgle3.ogg create mode 100644 Resources/Audio/_Impstation/Voice/Reptilian/attributions.yml create mode 100644 Resources/Audio/_Impstation/Voice/Reptilian/reptillian_hiss1.ogg create mode 100644 Resources/Prototypes/_Funkystation/SoundCollections/emotes.yml create mode 100644 Resources/Prototypes/_Funkystation/Voice/speech_emotes.yml diff --git a/Resources/Audio/_Funkystation/Voice/Reptilian/attributions.yml b/Resources/Audio/_Funkystation/Voice/Reptilian/attributions.yml new file mode 100644 index 00000000000..f837f771ac0 --- /dev/null +++ b/Resources/Audio/_Funkystation/Voice/Reptilian/attributions.yml @@ -0,0 +1,14 @@ +- files: ["lizardgurgle1.gg","lizardgurgle2.ogg", "lizardgurgle3.ogg", "lizardchirp2.ogg"] + license: "CC0-1.0" + copyright: "Recorded and published by SieuAmThanh on freesound, edited by amethystowo." + source: "https://freesound.org/s/535289/" + +- files: ["lizardchirp1.ogg"] + license: "CC0-1.0" + copyright: "Recorded and published by SieuAmThanh on freesound, edited by amethystowo." + source: "https://freesound.org/s/677430/" + +- files: ["lizardchirp3.ogg"] + license: "CC0-1.0" + copyright: "Recorded and published by noisymichael on freesound, edited by amethystowo" + source: "https://freesound.org/s/649685/" diff --git a/Resources/Audio/_Funkystation/Voice/Reptilian/lizardchirp1.ogg b/Resources/Audio/_Funkystation/Voice/Reptilian/lizardchirp1.ogg new file mode 100644 index 0000000000000000000000000000000000000000..ab649a91f31703b22640d043c94d9275e15a415b GIT binary patch literal 11598 zcmaia1z1!;*Z*C*SwcWqa6!Ob8l)8k1c4=lg{3>BI}|0BQb6etDd`636eI-clu){n zuqY+}7kumgeb4iL_nDoYJ7?ycIp_S&%$bD;*4CN;4)Bj>rFxz1qIqldwJC%J;^pjS zZtH&00g)@Y_yV6tkjt-n$b*ZS|9UQFUQm#jv=!)&^Z)PZ!Trlf7^Lgky4dhNaI=Ox z*qUo!vWF|dg#?5I1jGb{;Rv*qrKg3hlQmr4$;;Nw*~!t$$pc9U&btbJ?mbXdl~>c! zlmf@!w1 z5#CAhiWjX;fv}|buucYxmx5jYtl+|yR{#JHz#@nvv)7dD1|_T+ZbZ6eNZ6{0=ferZ zH5Md@+xIywobsyk?41UY97N=L_yFikX+_o$TJ%L_9?JTR0j!?G+`3uwQ{70o3Nivo zgu3BDDneg#;?yL+7Gy_CZX&9OWl4FfM^P$*+h1?t>ERssE^mFZFE)}J6k<^Ct5+XlFco5S7-Gio>>uT~@BHCKxl|nv0Wz*jBrYSf*ch{xB(iXW zpOxSMmKP?06UVY4W3!d=9@>@JrqtRL*E;r9^7K`bT@C>t;E;bY+)Evww8sA-uG3Hvsxn8qL$`CamBt{L%e3SQI?udg4_E_EaeU z>4Xcn1Aw$3tkV_N16l*kJLV>$<1RJnt~v>t;=&^T{Rz0l3#bTd+QURUEYZzqvrDsJ zLADH;MEA)4N&*LjX0E`Khm&^)Bq)+sGYV-_#@fQPQf@R9CZ$|@&|&cEGU!WW@9WNt z*Tc!~gGyw{xqn;U)G36eg`;5K)%8@0uB&F?INQ-=!ottG;9R}of!GLa{jp5_Hb8vQ_dnqy4f@S&ilHkl5bhgEU{1@L z#~R1t5k(P~A=r(~VTp*mk17mOM_;{>>k)XVIUE3jp_eHBXLSkXzbMX$4d?1bRP_t> z@my3T9fOivb?VLvZyn zNS-CR^&<1ZsQ6FE{a_!WVjlUAGV~LsLCpb{5g}g9n^G7pjEG$vv-hOrv=vie+WWl-moDs$jLxNE{R88SBhoVi{J+$~zxNlKSUaE%>5 zQ-UD#14D2=^d^}EIh#kc%nhmfScwj@-32t_ikwPN1cz88oV-2HP-#`12;BDY01W`Z z3U&*AU~n5$>dBBB6eLcI@0Pfc8#k(i6>^dNFA8r>_n3PYnL@>4YjC5V`Vdj$#7f}qG;nC2kz zBP_UIW;HcvSOx(A@Ky-;kwpkw$^+0Fz=8|=P@J$bEr&9V{1C0xB#r81g7AQ_h=vxX zj|MZYg_)*P#nf`B(x|HLX<=yOF;_5SiK>_y$01>>&svySI?Q;j)ij--PNL`hO;tVc zbpoV%PA2-AOgI`P{ezV%?IkNw%w(;Ih6hFiW2L8s(etv>JH+Tr_$q@`P1Vm=Fqm4* z=Y2;^qVJ*y#z@EN^C3o$&d*>nWbwdvk>P^#Eq9UH+%97(Eo~_z~qQ=tR%JP)5 z;;q{6q#Zn4jV?uHWyO`-7u3emtuEKCMggBZWM5wKW@BMvqtjNSYk#dHEW2p4g{!Z< zytnfERwIA4C#wd=b2i>+SqId^(d1FO!C^?HT9p$M*w?ko zeb-DpGS@m8Txn5hN>TAvr4x5Y$(F1J#@8spYF^ApkKSosEYe^yBCBY#k*lu-6eKv) z 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 F{vQ%;n3Vtk literal 0 HcmV?d00001 diff --git a/Resources/Audio/_Funkystation/Voice/Reptilian/lizardchirp2.ogg b/Resources/Audio/_Funkystation/Voice/Reptilian/lizardchirp2.ogg new file mode 100644 index 0000000000000000000000000000000000000000..987f5ae613307757e8f2a38f8eb0feec93b2aef9 GIT binary patch literal 18361 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 D=yriS literal 0 HcmV?d00001 diff --git a/Resources/Audio/_Funkystation/Voice/Reptilian/lizardgurgle1.ogg b/Resources/Audio/_Funkystation/Voice/Reptilian/lizardgurgle1.ogg new file mode 100644 index 0000000000000000000000000000000000000000..355929fd1c6bda7129745f9a7de464fe61a72a76 GIT binary patch literal 15273 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 literal 0 HcmV?d00001 diff --git a/Resources/Audio/_Funkystation/Voice/Reptilian/lizardgurgle2.ogg b/Resources/Audio/_Funkystation/Voice/Reptilian/lizardgurgle2.ogg new file mode 100644 index 0000000000000000000000000000000000000000..acff62889b6cdffe34301160d2bada431d0b69b3 GIT binary patch literal 14522 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 literal 0 HcmV?d00001 diff --git a/Resources/Audio/_Funkystation/Voice/Reptilian/lizardgurgle3.ogg b/Resources/Audio/_Funkystation/Voice/Reptilian/lizardgurgle3.ogg new file mode 100644 index 0000000000000000000000000000000000000000..8b854fc5fbefbd3fd92539fb73f1b49b5313e0ab GIT binary patch literal 19153 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 literal 0 HcmV?d00001 diff --git a/Resources/Locale/en-US/chat/emotes.ftl b/Resources/Locale/en-US/chat/emotes.ftl index c9f9669c937..75e6919dc15 100644 --- a/Resources/Locale/en-US/chat/emotes.ftl +++ b/Resources/Locale/en-US/chat/emotes.ftl @@ -33,6 +33,7 @@ chat-emote-name-monkeyscreeches = Monkey Screeches chat-emote-name-robotbeep = Robot chat-emote-name-yawn = Yawn chat-emote-name-snore = Snore +chat-emote-name-gurgle = Gurgle # Message chat-emote-msg-scream = screams! @@ -70,4 +71,5 @@ chat-emote-msg-yawn = yawns. chat-emote-msg-snore = snores. chat-emote-name-yap = Yaps chat-emote-name-gekker = Gekkers +chat-emote-msg-gurgle = gurgles. chat-emote-msg-coo = coos. diff --git a/Resources/Prototypes/Entities/Mobs/Species/reptilian.yml b/Resources/Prototypes/Entities/Mobs/Species/reptilian.yml index f172f631c1d..8859e9adc52 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/reptilian.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/reptilian.yml @@ -30,7 +30,7 @@ - type: Speech speechSounds: Lizard speechVerb: Reptilian - allowedEmotes: ['Thump'] + allowedEmotes: ['Thump', 'Chirp', 'Gurgle', 'Weh'] - type: TypingIndicator proto: lizard - type: Vocal @@ -76,6 +76,9 @@ 32: sprite: Mobs/Species/Human/displacement.rsi state: jumpsuit-female + - type: Tag + tags: + - LizardEmotes - type: entity diff --git a/Resources/Prototypes/Nyanotrasen/Voice/speech_emotes.yml b/Resources/Prototypes/Nyanotrasen/Voice/speech_emotes.yml index 155450d0a06..265e50051ac 100644 --- a/Resources/Prototypes/Nyanotrasen/Voice/speech_emotes.yml +++ b/Resources/Prototypes/Nyanotrasen/Voice/speech_emotes.yml @@ -8,6 +8,7 @@ tags: - FelinidEmotes - HarpyEmotes + - LizardEmotes - VoxEmotes blacklist: components: diff --git a/Resources/Prototypes/Voice/speech_emote_sounds.yml b/Resources/Prototypes/Voice/speech_emote_sounds.yml index 6587c944862..f691f804ebf 100644 --- a/Resources/Prototypes/Voice/speech_emote_sounds.yml +++ b/Resources/Prototypes/Voice/speech_emote_sounds.yml @@ -92,6 +92,12 @@ path: /Audio/Voice/Reptilian/reptilian_scream.ogg Laugh: path: /Audio/Animals/lizard_happy.ogg + Gurgle: + collection: LizardGurgle + Chirp: + collection: LizardChirp + Hiss: + path: /Audio/_Impstation/Voice/Reptilian/reptillian_hiss1.ogg Honk: collection: BikeHorn Whistle: @@ -116,6 +122,12 @@ path: /Audio/Voice/Reptilian/reptilian_scream.ogg Laugh: path: /Audio/Animals/lizard_happy.ogg + Gurgle: + collection: LizardGurgle + Chirp: + collection: LizardChirp + Hiss: + path: /Audio/_Impstation/Voice/Reptilian/reptillian_hiss1.ogg Honk: collection: BikeHorn Whistle: diff --git a/Resources/Prototypes/Voice/speech_emotes.yml b/Resources/Prototypes/Voice/speech_emotes.yml index fb0a2227445..da158700219 100644 --- a/Resources/Prototypes/Voice/speech_emotes.yml +++ b/Resources/Prototypes/Voice/speech_emotes.yml @@ -374,6 +374,9 @@ category: Vocal icon: Interface/Emotes/weh.png chatMessages: ["chat-emote-msg-weh"] + chatTriggers: + - weh + - wehs - type: emote id: Hew @@ -392,6 +395,8 @@ components: - Nymph - Vocal + tags: + - LizardEmotes blacklist: components: - BorgChassis diff --git a/Resources/Prototypes/_Funkystation/SoundCollections/emotes.yml b/Resources/Prototypes/_Funkystation/SoundCollections/emotes.yml new file mode 100644 index 00000000000..c2b3a0dd681 --- /dev/null +++ b/Resources/Prototypes/_Funkystation/SoundCollections/emotes.yml @@ -0,0 +1,13 @@ +- type: soundCollection + id: LizardChirp + files: + - /Audio/_Funkystation/Voice/Reptilian/lizardchirp1.ogg + - /Audio/_Funkystation/Voice/Reptilian/lizardchirp2.ogg + - /Audio/_Funkystation/Voice/Reptilian/lizardchirp3.ogg + +- type: soundCollection + id: LizardGurgle + files: + - /Audio/_Funkystation/Voice/Reptilian/lizardgurgle1.ogg + - /Audio/_Funkystation/Voice/Reptilian/lizardgurgle2.ogg + - /Audio/_Funkystation/Voice/Reptilian/lizardgurgle3.ogg diff --git a/Resources/Prototypes/_Funkystation/Voice/speech_emotes.yml b/Resources/Prototypes/_Funkystation/Voice/speech_emotes.yml new file mode 100644 index 00000000000..a9d50baec03 --- /dev/null +++ b/Resources/Prototypes/_Funkystation/Voice/speech_emotes.yml @@ -0,0 +1,18 @@ +- type: emote + id: Gurgle + name: chat-emote-name-gurgle + category: Vocal + available: false + whitelist: + tags: + - LizardEmotes + blacklist: + components: + - BorgChassis + chatMessages: [chat-emote-msg-gurgle] + chatTriggers: + - gurgle + - gurgles + - gurgled + - gurgling + diff --git a/Resources/Prototypes/_Funkystation/tags.yml b/Resources/Prototypes/_Funkystation/tags.yml index 461e05848a3..49e95d52d87 100644 --- a/Resources/Prototypes/_Funkystation/tags.yml +++ b/Resources/Prototypes/_Funkystation/tags.yml @@ -40,5 +40,8 @@ - type: Tag id: CheapSunglasses +- type: Tag + id: LizardEmotes + - type: Tag id: VoxEmotes From 9a00a7379fe226ded6bc04dde4ebc5914c018d82 Mon Sep 17 00:00:00 2001 From: funkystationbot Date: Thu, 26 Jun 2025 05:25:16 +0000 Subject: [PATCH 022/182] Update Changelog (#965) --- Resources/Changelog/Funkylog.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Resources/Changelog/Funkylog.yml b/Resources/Changelog/Funkylog.yml index 6cd23c08b59..7ba5cea1981 100644 --- a/Resources/Changelog/Funkylog.yml +++ b/Resources/Changelog/Funkylog.yml @@ -3203,3 +3203,12 @@ Entries: more) id: 386 time: '2025-06-26T05:09:31.0000000+00:00' +- author: amethystowo + changes: + - type: Add + message: >- + Lizard people now have new emotes they can use, being Chirp, Hiss, and + Gurgle. They can also now weh to their hearts content, like a true + lizard should. + id: 387 + time: '2025-06-26T05:21:12.0000000+00:00' From 091b04deb44a552f1f18f8879fc153732250846d Mon Sep 17 00:00:00 2001 From: Falcon Date: Thu, 26 Jun 2025 01:46:10 -0400 Subject: [PATCH 023/182] cherrypick: ipc improvements and dynamic power drain from DeltaV (#958) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .../Clothing/ClientClothingSystem.cs | 14 +- .../_DV/Silicon/IPC/SnoutHelmetSystem.cs | 28 ++ .../Charge/Systems/SiliconChargeSystem.cs | 29 ++ .../Humanoid/Markings/MarkingCategories.cs | 2 + .../_DV/Silicon/IPC/SnoutHelmetComponent.cs | 11 + .../Silicon/Components/SiliconComponent.cs | 11 + .../Locale/en-US/_DV/markings/rodentia.ftl | 67 +-- .../Locale/en-US/_DV/markings/synthetic.ftl | 149 +++++++ .../Locale/en-US/_DV/markings/zenghu_alt.ftl | 10 + .../en-US/_DV/ui/marking-categories.ftl | 2 + .../Mobs/Customization/Markings/rodentia.yml | 72 ++-- .../Mobs/Customization/Markings/synthetic.yml | 392 ++++++++++++++++++ .../Mobs/Customization/Markings/vulpkanin.yml | 98 ++--- .../Customization/Markings/zenghu_alt.yml | 105 +++++ Resources/Prototypes/_DV/Species/ipc.yml | 8 + .../Entities/Mobs/Customization/screens.yml | 156 +++---- .../Entities/Mobs/Player/ipc.yml | 4 + .../_EinsteinEngines/Species/ipc.yml | 48 ++- .../antenna_markings.rsi/meta.json | 75 ++++ .../synth_antenna_basic.png | Bin 0 -> 388 bytes .../synth_antenna_cobra_1.png | Bin 0 -> 544 bytes .../synth_antenna_cobra_2.png | Bin 0 -> 368 bytes .../synth_antenna_curled.png | Bin 0 -> 441 bytes .../synth_antenna_hood_1.png | Bin 0 -> 506 bytes .../synth_antenna_hood_2.png | Bin 0 -> 347 bytes .../synth_antenna_horns.png | Bin 0 -> 456 bytes .../synth_antenna_horns_light_1.png | Bin 0 -> 450 bytes .../synth_antenna_horns_light_2.png | Bin 0 -> 261 bytes .../synth_antenna_sharp.png | Bin 0 -> 384 bytes .../synth_antenna_sharp_light_1.png | Bin 0 -> 405 bytes .../synth_antenna_sharp_light_2.png | Bin 0 -> 239 bytes .../synth_antenna_short.png | Bin 0 -> 401 bytes .../synth_antenna_thick.png | Bin 0 -> 405 bytes .../synth_antenna_thick_light_1.png | Bin 0 -> 407 bytes .../synth_antenna_thick_light_2.png | Bin 0 -> 240 bytes .../SynthLizIPC/body_markings.rsi/meta.json | 59 +++ .../synth_lizard_chest_f.png | Bin 0 -> 782 bytes .../synth_lizard_chest_m.png | Bin 0 -> 740 bytes .../body_markings.rsi/synth_lizard_l_arm.png | Bin 0 -> 314 bytes .../body_markings.rsi/synth_lizard_l_foot.png | Bin 0 -> 310 bytes .../body_markings.rsi/synth_lizard_l_hand.png | Bin 0 -> 251 bytes .../body_markings.rsi/synth_lizard_l_leg.png | Bin 0 -> 332 bytes .../synth_lizard_l_leg_digi.png | Bin 0 -> 648 bytes .../body_markings.rsi/synth_lizard_r_arm.png | Bin 0 -> 322 bytes .../body_markings.rsi/synth_lizard_r_foot.png | Bin 0 -> 308 bytes .../body_markings.rsi/synth_lizard_r_hand.png | Bin 0 -> 262 bytes .../body_markings.rsi/synth_lizard_r_leg.png | Bin 0 -> 330 bytes .../synth_lizard_r_leg_digi.png | Bin 0 -> 578 bytes .../SynthLizIPC/head_markings.rsi/meta.json | 23 + .../head_markings.rsi/synth_lizard_head_f.png | Bin 0 -> 441 bytes .../head_markings.rsi/synth_lizard_head_m.png | Bin 0 -> 434 bytes .../head_markings.rsi/vulp_head.png | Bin 0 -> 988 bytes .../SynthLizIPC/snout_markings.rsi/meta.json | 111 +++++ .../synth_lizard_snout_barless_basic.png | Bin 0 -> 384 bytes .../synth_lizard_snout_barless_over_1.png | Bin 0 -> 312 bytes .../synth_lizard_snout_barless_over_2.png | Bin 0 -> 331 bytes .../synth_lizard_snout_barless_over_3.png | Bin 0 -> 339 bytes .../synth_lizard_snout_barless_tert_1.png | Bin 0 -> 354 bytes .../synth_lizard_snout_barless_tert_2.png | Bin 0 -> 285 bytes ...ynth_lizard_snout_barless_tert_under_1.png | Bin 0 -> 331 bytes ...ynth_lizard_snout_barless_tert_under_2.png | Bin 0 -> 296 bytes ...ynth_lizard_snout_barless_tert_under_3.png | Bin 0 -> 285 bytes .../synth_lizard_snout_barless_under_1.png | Bin 0 -> 348 bytes .../synth_lizard_snout_barless_under_2.png | Bin 0 -> 331 bytes .../synth_lizard_snout_barless_under_3.png | Bin 0 -> 285 bytes .../synth_lizard_snout_basic.png | Bin 0 -> 477 bytes .../synth_lizard_snout_long.png | Bin 0 -> 357 bytes .../synth_lizard_snout_over_1.png | Bin 0 -> 414 bytes .../synth_lizard_snout_over_2.png | Bin 0 -> 375 bytes .../synth_lizard_snout_tert_1.png | Bin 0 -> 402 bytes .../synth_lizard_snout_tert_2.png | Bin 0 -> 298 bytes .../synth_lizard_snout_tert_under_1.png | Bin 0 -> 283 bytes .../synth_lizard_snout_tert_under_2.png | Bin 0 -> 309 bytes .../synth_lizard_snout_tert_under_3.png | Bin 0 -> 283 bytes .../synth_lizard_snout_thick.png | Bin 0 -> 358 bytes .../synth_lizard_snout_thick_long.png | Bin 0 -> 360 bytes .../synth_lizard_snout_under_1.png | Bin 0 -> 377 bytes .../synth_lizard_snout_under_2.png | Bin 0 -> 414 bytes .../SynthLizIPC/tail_markings.rsi/meta.json | 65 +++ .../tail_markings.rsi/synth_lizard_tail.png | Bin 0 -> 727 bytes .../synth_lizard_tail_wag.png | Bin 0 -> 2684 bytes .../zenghu/zenghu_alt.rsi/meta.json | 83 ++++ .../zenghu/zenghu_alt.rsi/zhpipc_chest-1.png | Bin 0 -> 697 bytes .../zenghu/zenghu_alt.rsi/zhpipc_chest-2.png | Bin 0 -> 134 bytes .../zenghu/zenghu_alt.rsi/zhpipc_head-1.png | Bin 0 -> 632 bytes .../zenghu/zenghu_alt.rsi/zhpipc_head-2.png | Bin 0 -> 199 bytes .../zenghu/zenghu_alt.rsi/zhpipc_l_arm-1.png | Bin 0 -> 368 bytes .../zenghu/zenghu_alt.rsi/zhpipc_l_arm-2.png | Bin 0 -> 123 bytes .../zenghu/zenghu_alt.rsi/zhpipc_l_foot.png | Bin 0 -> 225 bytes .../zenghu/zenghu_alt.rsi/zhpipc_l_hand-1.png | Bin 0 -> 222 bytes .../zenghu/zenghu_alt.rsi/zhpipc_l_hand-2.png | Bin 0 -> 116 bytes .../zenghu/zenghu_alt.rsi/zhpipc_l_leg-1.png | Bin 0 -> 349 bytes .../zenghu/zenghu_alt.rsi/zhpipc_l_leg-2.png | Bin 0 -> 122 bytes .../zenghu/zenghu_alt.rsi/zhpipc_r_arm-1.png | Bin 0 -> 381 bytes .../zenghu/zenghu_alt.rsi/zhpipc_r_arm-2.png | Bin 0 -> 122 bytes .../zenghu/zenghu_alt.rsi/zhpipc_r_foot.png | Bin 0 -> 231 bytes .../zenghu/zenghu_alt.rsi/zhpipc_r_hand-1.png | Bin 0 -> 225 bytes .../zenghu/zenghu_alt.rsi/zhpipc_r_hand-2.png | Bin 0 -> 115 bytes .../zenghu/zenghu_alt.rsi/zhpipc_r_leg-1.png | Bin 0 -> 352 bytes .../zenghu/zenghu_alt.rsi/zhpipc_r_leg-2.png | Bin 0 -> 124 bytes 100 files changed, 1412 insertions(+), 210 deletions(-) create mode 100644 Content.Client/_DV/Silicon/IPC/SnoutHelmetSystem.cs create mode 100644 Content.Shared/_DV/Silicon/IPC/SnoutHelmetComponent.cs create mode 100644 Resources/Locale/en-US/_DV/markings/synthetic.ftl create mode 100644 Resources/Locale/en-US/_DV/markings/zenghu_alt.ftl create mode 100644 Resources/Locale/en-US/_DV/ui/marking-categories.ftl create mode 100644 Resources/Prototypes/_DV/Entities/Mobs/Customization/Markings/synthetic.yml create mode 100644 Resources/Prototypes/_DV/Entities/Mobs/Customization/Markings/zenghu_alt.yml create mode 100644 Resources/Prototypes/_DV/Species/ipc.yml create mode 100644 Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/antenna_markings.rsi/meta.json create mode 100644 Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/antenna_markings.rsi/synth_antenna_basic.png create mode 100644 Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/antenna_markings.rsi/synth_antenna_cobra_1.png create mode 100644 Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/antenna_markings.rsi/synth_antenna_cobra_2.png create mode 100644 Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/antenna_markings.rsi/synth_antenna_curled.png create mode 100644 Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/antenna_markings.rsi/synth_antenna_hood_1.png create mode 100644 Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/antenna_markings.rsi/synth_antenna_hood_2.png create mode 100644 Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/antenna_markings.rsi/synth_antenna_horns.png create mode 100644 Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/antenna_markings.rsi/synth_antenna_horns_light_1.png create mode 100644 Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/antenna_markings.rsi/synth_antenna_horns_light_2.png create mode 100644 Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/antenna_markings.rsi/synth_antenna_sharp.png create mode 100644 Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/antenna_markings.rsi/synth_antenna_sharp_light_1.png create mode 100644 Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/antenna_markings.rsi/synth_antenna_sharp_light_2.png create mode 100644 Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/antenna_markings.rsi/synth_antenna_short.png create mode 100644 Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/antenna_markings.rsi/synth_antenna_thick.png create mode 100644 Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/antenna_markings.rsi/synth_antenna_thick_light_1.png create mode 100644 Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/antenna_markings.rsi/synth_antenna_thick_light_2.png create mode 100644 Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/body_markings.rsi/meta.json create mode 100644 Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/body_markings.rsi/synth_lizard_chest_f.png create mode 100644 Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/body_markings.rsi/synth_lizard_chest_m.png create mode 100644 Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/body_markings.rsi/synth_lizard_l_arm.png create mode 100644 Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/body_markings.rsi/synth_lizard_l_foot.png create mode 100644 Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/body_markings.rsi/synth_lizard_l_hand.png create mode 100644 Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/body_markings.rsi/synth_lizard_l_leg.png create mode 100644 Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/body_markings.rsi/synth_lizard_l_leg_digi.png create mode 100644 Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/body_markings.rsi/synth_lizard_r_arm.png create mode 100644 Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/body_markings.rsi/synth_lizard_r_foot.png create mode 100644 Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/body_markings.rsi/synth_lizard_r_hand.png create mode 100644 Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/body_markings.rsi/synth_lizard_r_leg.png create mode 100644 Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/body_markings.rsi/synth_lizard_r_leg_digi.png create mode 100644 Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/head_markings.rsi/meta.json create mode 100644 Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/head_markings.rsi/synth_lizard_head_f.png create mode 100644 Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/head_markings.rsi/synth_lizard_head_m.png create mode 100644 Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/head_markings.rsi/vulp_head.png create mode 100644 Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi/meta.json create mode 100644 Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi/synth_lizard_snout_barless_basic.png create mode 100644 Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi/synth_lizard_snout_barless_over_1.png create mode 100644 Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi/synth_lizard_snout_barless_over_2.png create mode 100644 Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi/synth_lizard_snout_barless_over_3.png create mode 100644 Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi/synth_lizard_snout_barless_tert_1.png create mode 100644 Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi/synth_lizard_snout_barless_tert_2.png create mode 100644 Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi/synth_lizard_snout_barless_tert_under_1.png create mode 100644 Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi/synth_lizard_snout_barless_tert_under_2.png create mode 100644 Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi/synth_lizard_snout_barless_tert_under_3.png create mode 100644 Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi/synth_lizard_snout_barless_under_1.png create mode 100644 Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi/synth_lizard_snout_barless_under_2.png create mode 100644 Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi/synth_lizard_snout_barless_under_3.png create mode 100644 Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi/synth_lizard_snout_basic.png create mode 100644 Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi/synth_lizard_snout_long.png create mode 100644 Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi/synth_lizard_snout_over_1.png create mode 100644 Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi/synth_lizard_snout_over_2.png create mode 100644 Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi/synth_lizard_snout_tert_1.png create mode 100644 Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi/synth_lizard_snout_tert_2.png create mode 100644 Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi/synth_lizard_snout_tert_under_1.png create mode 100644 Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi/synth_lizard_snout_tert_under_2.png create mode 100644 Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi/synth_lizard_snout_tert_under_3.png create mode 100644 Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi/synth_lizard_snout_thick.png create mode 100644 Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi/synth_lizard_snout_thick_long.png create mode 100644 Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi/synth_lizard_snout_under_1.png create mode 100644 Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi/synth_lizard_snout_under_2.png create mode 100644 Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/tail_markings.rsi/meta.json create mode 100644 Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/tail_markings.rsi/synth_lizard_tail.png create mode 100644 Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/tail_markings.rsi/synth_lizard_tail_wag.png create mode 100644 Resources/Textures/_Shitmed/Mobs/Species/Cybernetics/zenghu/zenghu_alt.rsi/meta.json create mode 100644 Resources/Textures/_Shitmed/Mobs/Species/Cybernetics/zenghu/zenghu_alt.rsi/zhpipc_chest-1.png create mode 100644 Resources/Textures/_Shitmed/Mobs/Species/Cybernetics/zenghu/zenghu_alt.rsi/zhpipc_chest-2.png create mode 100644 Resources/Textures/_Shitmed/Mobs/Species/Cybernetics/zenghu/zenghu_alt.rsi/zhpipc_head-1.png create mode 100644 Resources/Textures/_Shitmed/Mobs/Species/Cybernetics/zenghu/zenghu_alt.rsi/zhpipc_head-2.png create mode 100644 Resources/Textures/_Shitmed/Mobs/Species/Cybernetics/zenghu/zenghu_alt.rsi/zhpipc_l_arm-1.png create mode 100644 Resources/Textures/_Shitmed/Mobs/Species/Cybernetics/zenghu/zenghu_alt.rsi/zhpipc_l_arm-2.png create mode 100644 Resources/Textures/_Shitmed/Mobs/Species/Cybernetics/zenghu/zenghu_alt.rsi/zhpipc_l_foot.png create mode 100644 Resources/Textures/_Shitmed/Mobs/Species/Cybernetics/zenghu/zenghu_alt.rsi/zhpipc_l_hand-1.png create mode 100644 Resources/Textures/_Shitmed/Mobs/Species/Cybernetics/zenghu/zenghu_alt.rsi/zhpipc_l_hand-2.png create mode 100644 Resources/Textures/_Shitmed/Mobs/Species/Cybernetics/zenghu/zenghu_alt.rsi/zhpipc_l_leg-1.png create mode 100644 Resources/Textures/_Shitmed/Mobs/Species/Cybernetics/zenghu/zenghu_alt.rsi/zhpipc_l_leg-2.png create mode 100644 Resources/Textures/_Shitmed/Mobs/Species/Cybernetics/zenghu/zenghu_alt.rsi/zhpipc_r_arm-1.png create mode 100644 Resources/Textures/_Shitmed/Mobs/Species/Cybernetics/zenghu/zenghu_alt.rsi/zhpipc_r_arm-2.png create mode 100644 Resources/Textures/_Shitmed/Mobs/Species/Cybernetics/zenghu/zenghu_alt.rsi/zhpipc_r_foot.png create mode 100644 Resources/Textures/_Shitmed/Mobs/Species/Cybernetics/zenghu/zenghu_alt.rsi/zhpipc_r_hand-1.png create mode 100644 Resources/Textures/_Shitmed/Mobs/Species/Cybernetics/zenghu/zenghu_alt.rsi/zhpipc_r_hand-2.png create mode 100644 Resources/Textures/_Shitmed/Mobs/Species/Cybernetics/zenghu/zenghu_alt.rsi/zhpipc_r_leg-1.png create mode 100644 Resources/Textures/_Shitmed/Mobs/Species/Cybernetics/zenghu/zenghu_alt.rsi/zhpipc_r_leg-2.png diff --git a/Content.Client/Clothing/ClientClothingSystem.cs b/Content.Client/Clothing/ClientClothingSystem.cs index 4f696cbd492..1f7991ceb18 100644 --- a/Content.Client/Clothing/ClientClothingSystem.cs +++ b/Content.Client/Clothing/ClientClothingSystem.cs @@ -3,6 +3,7 @@ using System.Numerics; using Content.Client.DisplacementMap; using Content.Client.Inventory; +using Content.Shared._DV.Silicon.IPC; // DeltaV - IPC Snouts using Content.Shared.Clothing; using Content.Shared.Clothing.Components; using Content.Shared.Clothing.EntitySystems; @@ -106,17 +107,24 @@ private void OnGetVisuals(EntityUid uid, ClothingComponent item, GetEquipmentVis List? layers = null; + // Begin DeltaV Additions - IPC snouts + var speciesId = inventory.SpeciesId; + + if (TryComp(args.Equipee, out SnoutHelmetComponent? helmetComponent) && helmetComponent.EnableAlternateHelmet) + speciesId = helmetComponent.ReplacementRace; + // first attempt to get species specific data. - if (inventory.SpeciesId != null) - item.ClothingVisuals.TryGetValue($"{args.Slot}-{inventory.SpeciesId}", out layers); + if (speciesId != null) + item.ClothingVisuals.TryGetValue($"{args.Slot}-{speciesId}", out layers); // if that returned nothing, attempt to find generic data if (layers == null && !item.ClothingVisuals.TryGetValue(args.Slot, out layers)) { // No generic data either. Attempt to generate defaults from the item's RSI & item-prefixes - if (!TryGetDefaultVisuals(uid, item, args.Slot, inventory.SpeciesId, out layers)) + if (!TryGetDefaultVisuals(uid, item, args.Slot, speciesId, out layers)) return; } + // End DeltaV Additions // add each layer to the visuals var i = 0; diff --git a/Content.Client/_DV/Silicon/IPC/SnoutHelmetSystem.cs b/Content.Client/_DV/Silicon/IPC/SnoutHelmetSystem.cs new file mode 100644 index 00000000000..a9da0b9cbfc --- /dev/null +++ b/Content.Client/_DV/Silicon/IPC/SnoutHelmetSystem.cs @@ -0,0 +1,28 @@ +using Content.Shared._DV.Silicon.IPC; +using Content.Shared.Humanoid; +using Content.Shared.Humanoid.Markings; + +namespace Content.Client._DV.Silicon.IPC; + +public sealed class SnoutHelmetSystem : EntitySystem +{ + private const MarkingCategories MarkingToQuery = MarkingCategories.Snout; + private const int MaximumMarkingCount = 0; + + public override void Initialize() + { + base.Initialize(); + + SubscribeLocalEvent(OnComponentStartup); + } + + private void OnComponentStartup(EntityUid uid, SnoutHelmetComponent component, ComponentStartup args) + { + if (TryComp(uid, out HumanoidAppearanceComponent? humanoidAppearanceComponent) && + humanoidAppearanceComponent.ClientOldMarkings.Markings.TryGetValue(MarkingToQuery, out var markings) && + markings.Count > MaximumMarkingCount) + { + component.EnableAlternateHelmet = true; + } + } +} diff --git a/Content.Server/_EinsteinEngines/Silicon/Charge/Systems/SiliconChargeSystem.cs b/Content.Server/_EinsteinEngines/Silicon/Charge/Systems/SiliconChargeSystem.cs index b60e7b68801..dcf1c751a9d 100644 --- a/Content.Server/_EinsteinEngines/Silicon/Charge/Systems/SiliconChargeSystem.cs +++ b/Content.Server/_EinsteinEngines/Silicon/Charge/Systems/SiliconChargeSystem.cs @@ -22,6 +22,10 @@ using Content.Shared.Alert; using Content.Server._EinsteinEngines.Silicon.Death; using Content.Server._EinsteinEngines.Power.Components; +// Begin TheDen - IPC Dynamic Power draw +using Content.Shared.Movement.Components; +using Robust.Shared.Physics.Components; +// End TheDen namespace Content.Server._EinsteinEngines.Silicon.Charge; @@ -36,6 +40,7 @@ public sealed class SiliconChargeSystem : EntitySystem [Dependency] private readonly IConfigurationManager _config = default!; [Dependency] private readonly PowerCellSystem _powerCell = default!; [Dependency] private readonly AlertsSystem _alerts = default!; + [Dependency] private readonly SharedJetpackSystem _jetpack = default!; // TheDen - IPC Dynamic Power draw public override void Initialize() { base.Initialize(); @@ -118,7 +123,10 @@ public override void Update(float frameTime) // Maybe use something similar to refreshmovespeedmodifiers, where it's stored in the component. // Maybe it doesn't matter, and stuff should just use static drain? if (!siliconComp.EntityType.Equals(SiliconType.Npc)) // Don't bother checking heat if it's an NPC. It's a waste of time, and it'd be delayed due to the update time. + { drainRateFinalAddi += SiliconHeatEffects(silicon, siliconComp, frameTime) - 1; // This will need to be changed at some point if we allow external batteries, since the heat of the Silicon might not be applicable. + drainRateFinalAddi += SiliconMovementEffects(silicon, siliconComp); // TheDen - IPC Dynamic Power draw // Removes between 90% and 0% of the total power draw. + } // Ensures that the drain rate is at least 10% of normal, // and would allow at least 4 minutes of life with a max charge, to prevent cheese. @@ -198,4 +206,25 @@ private float SiliconHeatEffects(EntityUid silicon, SiliconComponent siliconComp return 0; } + + // TheDen - IPC Dynamic Power draw + private float SiliconMovementEffects(EntityUid silicon, SiliconComponent siliconComp) + { + // Calculate dynamic power draw. + if (!TryComp(silicon, out MovementSpeedModifierComponent? movement) || + !TryComp(silicon, out PhysicsComponent? physics) || + !TryComp(silicon, out InputMoverComponent? input)) + return 0; + + if (input.HeldMoveButtons == MoveButtons.None || _jetpack.IsUserFlying(silicon)) // If nothing is being held or jet packing + { + return siliconComp.DrainPerSecond * siliconComp.IdleDrainReduction * (-1); // Reduces draw by idle drain reduction + } + + // LinearVelocity is relative to the parent + return Math.Clamp( + siliconComp.DrainPerSecond * ((physics.LinearVelocity.Length() / movement.CurrentSprintSpeed) - 1), // Power draw changes as a negative percentage of the movement + siliconComp.DrainPerSecond * siliconComp.IdleDrainReduction * (-1), // Should be a maximum of the idle drain reduction (negative) + 0f); // Minimum reduction is no change to power draw + } } diff --git a/Content.Shared/Humanoid/Markings/MarkingCategories.cs b/Content.Shared/Humanoid/Markings/MarkingCategories.cs index e87f8b69c20..953e0f6b59c 100644 --- a/Content.Shared/Humanoid/Markings/MarkingCategories.cs +++ b/Content.Shared/Humanoid/Markings/MarkingCategories.cs @@ -11,6 +11,7 @@ public enum MarkingCategories : byte Head, HeadTop, HeadSide, + Eyes, // DeltaV - Add Eyes Category for IPCs Snout, Chest, Arms, @@ -32,6 +33,7 @@ public static MarkingCategories FromHumanoidVisualLayers(HumanoidVisualLayers la HumanoidVisualLayers.Head => MarkingCategories.Head, HumanoidVisualLayers.HeadTop => MarkingCategories.HeadTop, HumanoidVisualLayers.HeadSide => MarkingCategories.HeadSide, + HumanoidVisualLayers.Eyes => MarkingCategories.Eyes, // DeltaV - Add Eyes Category for IPCs HumanoidVisualLayers.Snout => MarkingCategories.Snout, HumanoidVisualLayers.Chest => MarkingCategories.Chest, HumanoidVisualLayers.RArm => MarkingCategories.Arms, diff --git a/Content.Shared/_DV/Silicon/IPC/SnoutHelmetComponent.cs b/Content.Shared/_DV/Silicon/IPC/SnoutHelmetComponent.cs new file mode 100644 index 00000000000..0376d4adb9a --- /dev/null +++ b/Content.Shared/_DV/Silicon/IPC/SnoutHelmetComponent.cs @@ -0,0 +1,11 @@ +namespace Content.Shared._DV.Silicon.IPC; + +[RegisterComponent] +public sealed partial class SnoutHelmetComponent : Component +{ + [DataField] + public bool EnableAlternateHelmet; + + [DataField(readOnly: true)] + public string? ReplacementRace; +} diff --git a/Content.Shared/_EinsteinEngines/Silicon/Components/SiliconComponent.cs b/Content.Shared/_EinsteinEngines/Silicon/Components/SiliconComponent.cs index bd640713a58..99fc672a5a1 100644 --- a/Content.Shared/_EinsteinEngines/Silicon/Components/SiliconComponent.cs +++ b/Content.Shared/_EinsteinEngines/Silicon/Components/SiliconComponent.cs @@ -69,6 +69,17 @@ public sealed partial class SiliconComponent : Component [DataField] public float DrainPerSecond = 50f; + // TheDen - Dynamic IPC Power Draw + /// + /// How much less power is used while being idle. + /// + /// + /// Relative to the DrainPerSecond. + /// 0 is no reduction. 1 is 100% reduction. 0.5 is 50% reduction. + /// Currently, 90% reduction is as high as we can go without changing code in C# + /// + [DataField] + public float IdleDrainReduction = 0.6f; /// /// The percentages at which the silicon will enter each state. diff --git a/Resources/Locale/en-US/_DV/markings/rodentia.ftl b/Resources/Locale/en-US/_DV/markings/rodentia.ftl index f569aa208eb..dd790a843e2 100644 --- a/Resources/Locale/en-US/_DV/markings/rodentia.ftl +++ b/Resources/Locale/en-US/_DV/markings/rodentia.ftl @@ -2,76 +2,80 @@ ## patterns -marking-RodentiaHeadBlaze = Head - Blaze +marking-RodentiaHeadBlaze = Rodentia Head - Blaze marking-RodentiaHeadBlaze-head_m = Head marking-RodentiaHeadBlaze-blaze = Pattern -marking-RodentiaHeadRound = Head - Face Color +marking-RodentiaHeadRound = Rodentia Head - Face Color marking-RodentiaHeadRound-head_m = Head marking-RodentiaHeadRound-round = Pattern ## ears -marking-RodentiaHeadTopEarBat = Ears - Bat +marking-RodentiaHeadTopEarDefault = Rodentia Ears - Base +marking-RodentiaHeadTopEarDefault-mouse = Outer ear +marking-RodentiaHeadTopEarDefault-mouse_overlay = Inner ear + +marking-RodentiaHeadTopEarBat = Rodentia Ears - Bat marking-RodentiaHeadTopEarBat-bat = Outer ear -marking-RodentiaHeadTopEarBatLarge = Ears - Bat (Large) +marking-RodentiaHeadTopEarBatLarge = Rodentia Ears - Bat (Large) marking-RodentiaHeadTopEarBatLarge-bat_large = Outer ear -marking-RodentiaHeadTopEarHamster = Ears - Hamster +marking-RodentiaHeadTopEarHamster = Rodentia Ears - Hamster marking-RodentiaHeadTopEarHamster-hamster = Outer ear marking-RodentiaHeadTopEarHamster-hamster_overlay = Inner ear -marking-RodentiaHeadTopEarLong = Ears - Long +marking-RodentiaHeadTopEarLong = Rodentia Ears - Long marking-RodentiaHeadTopEarLong-long = Outer ear marking-RodentiaHeadTopEarLong-long_overlay = Inner ear -marking-RodentiaHeadTopEarMouse = Ears - Mouse +marking-RodentiaHeadTopEarMouse = Rodentia Ears - Mouse marking-RodentiaHeadTopEarMouse-mouse = Outer ear marking-RodentiaHeadTopEarMouse-mouse_overlay = Inner ear -marking-RodentiaHeadTopEarMouseLarge = Ears - Mouse (Large) -marking-RodentiaHeadTopEarMouseLarge-mouse_large = Outer +marking-RodentiaHeadTopEarMouseLarge = Rodentia Ears - Mouse (Large) +marking-RodentiaHeadTopEarMouseLarge-mouse_large = Outer marking-RodentiaHeadTopEarMouseLarge-mouse_large_overlay = Inner ear -marking-RodentiaHeadTopEarNone = Ears - Hidden +marking-RodentiaHeadTopEarNone = Rodentia Ears - Hidden marking-RodentiaHeadTopEarNone-none = None -marking-RodentiaHeadTopEarPointy = Ears - Pointy +marking-RodentiaHeadTopEarPointy = Rodentia Ears - Pointy marking-RodentiaHeadTopEarPointy-pointy = Outer ear -marking-RodentiaHeadTopEarRabbit = Ears - Rabbit +marking-RodentiaHeadTopEarRabbit = Rodentia Ears - Rabbit marking-RodentiaHeadTopEarRabbit-rabbit = Outer ear marking-RodentiaHeadTopEarRabbit-rabbit_overlay = Inner ear -marking-RodentiaHeadTopEarSmall = Ears - Small +marking-RodentiaHeadTopEarSmall = Rodentia Ears - Small marking-RodentiaHeadTopEarSmall-small = Outer Ear ## snout -marking-RodentiaSnoutBat = Snout - Bat +marking-RodentiaSnoutBat = Rodentia Snout - Bat marking-RodentiaSnoutBat-bat = Snout marking-RodentiaSnoutBat-bat_nose = Nose -marking-RodentiaSnoutBatCounter = Snout - Bat, Two-tone +marking-RodentiaSnoutBatCounter = Rodentia Snout - Bat, Two-tone marking-RodentiaSnoutBatCounter-bat = Snout marking-RodentiaSnoutBatCounter-bat_nose = Nose marking-RodentiaSnoutBatCounter-bat_overlay = Countershade -marking-RodentiaSnoutFlat = Snout - Flat +marking-RodentiaSnoutFlat = Rodentia Snout - Flat marking-RodentiaSnoutFlat-flat = Snout marking-RodentiaSnoutFlat-flat_nose = Nose -marking-RodentiaSnoutFlatCounter = Snout - Flat, Two-tone +marking-RodentiaSnoutFlatCounter = Rodentia Snout - Flat, Two-tone marking-RodentiaSnoutFlatCounter-flat = Snout marking-RodentiaSnoutFlatCounter-flat_nose = Nose marking-RodentiaSnoutFlatCounter-flat_overlay = Countershade -marking-RodentiaSnoutRound = Snout - Round +marking-RodentiaSnoutRound = Rodentia Snout - Round marking-RodentiaSnoutRound-round = Snout marking-RodentiaSnoutRound-round_nose = Nose -marking-RodentiaSnoutRoundCounter = Snout - Round, Two-tone +marking-RodentiaSnoutRoundCounter = Rodentia Snout - Round, Two-tone marking-RodentiaSnoutRoundCounter-round = Snout marking-RodentiaSnoutRoundCounter-round_nose = Nose marking-RodentiaSnoutRoundCounter-round_overlay = Countershade @@ -106,41 +110,44 @@ marking-RodentiaCheeksWhiskers-whiskers = Whiskers ## tail -marking-RodentiaTailBeaver = Tail - Beaver +marking-RodentiaTailDefault = Rodentia Tail - Base +marking-RodentiaTailDefault-mouse = Tail + +marking-RodentiaTailBeaver = Rodentia Tail - Beaver marking-RodentiaTailBeaver-beaver = Tail -marking-RodentiaTailHamster = Tail - Hamster +marking-RodentiaTailHamster = Rodentia Tail - Hamster marking-RodentiaTailHamster-hamster = Tail -marking-RodentiaTailLong = Tail - Long +marking-RodentiaTailLong = Rodentia Tail - Long marking-RodentiaTailLong-long = Tail -marking-RodentiaTailLongCounter = Tail - Long, Two-tone +marking-RodentiaTailLongCounter = Rodentia Tail - Long, Two-tone marking-RodentiaTailLongCounter-long = Tail marking-RodentiaTailLongCounter-long_overlay = Countershade -marking-RodentiaTailLongCounterTip = Tail - Long, Three-tone +marking-RodentiaTailLongCounterTip = Rodentia Tail - Long, Three-tone marking-RodentiaTailLongCounterTip-long = Tail marking-RodentiaTailLongCounterTip-long_overlay = Countershade marking-RodentiaTailLongCounterTip-long_tip = Tip -marking-RodentiaTailMouse = Tail - Mouse +marking-RodentiaTailMouse = Rodentia Tail - Mouse marking-RodentiaTailMouse-mouse = Tail -marking-RodentiaTailRabbit = Tail - Rabbit +marking-RodentiaTailRabbit = Rodentia Tail - Rabbit marking-RodentiaTailRabbit-rabbit = Tail -marking-RodentiaTailRabbitCounter = Tail - Rabbit, Two-tone +marking-RodentiaTailRabbitCounter = Rodentia Tail - Rabbit, Two-tone marking-RodentiaTailRabbitCounter-rabbit = Tail marking-RodentiaTailRabbitCounter-rabbit_overlay = Countershade -marking-RodentiaTailShort = Tail - Short +marking-RodentiaTailShort = Rodentia Tail - Short marking-RodentiaTailShort-short = Tail -marking-RodentiaTailSquirrel = Tail - Squirrel +marking-RodentiaTailSquirrel = Rodentia Tail - Squirrel marking-RodentiaTailSquirrel-squirrel = Tail -marking-RodentiaTailSquirrelBicolor = Tail - Squirrel, Two-tone +marking-RodentiaTailSquirrelBicolor = Rodentia Tail - Squirrel, Two-tone marking-RodentiaTailSquirrelBicolor-squirrel = Tail marking-RodentiaTailSquirrelBicolor-squirrel_overlay = Secondary diff --git a/Resources/Locale/en-US/_DV/markings/synthetic.ftl b/Resources/Locale/en-US/_DV/markings/synthetic.ftl new file mode 100644 index 00000000000..3f952706e67 --- /dev/null +++ b/Resources/Locale/en-US/_DV/markings/synthetic.ftl @@ -0,0 +1,149 @@ +# Antennae +marking-SynthAntennaBasic = Synth Antenna Basic +marking-SynthAntennaBasic-synth_antenna_basic = Primary + +marking-SynthAntennaCobra = Synth Cobra with Ears +marking-SynthAntennaCobra-synth_antenna_cobra_1 = Outer hood +marking-SynthAntennaCobra-synth_antenna_cobra_2 = Inner hood + +marking-SynthAntennaHood = Synth Cobra Hood +marking-SynthAntennaHood-synth_antenna_hood_1 = Outer hood +marking-SynthAntennaHood-synth_antenna_hood_2 = Inner hood + +marking-SynthAntennaCurled = Synth Antenna Curled +marking-SynthAntennaCurled-synth_antenna_curled = Primary + +marking-SynthAntennaSharp = Synth Antenna Sharp +marking-SynthAntennaSharp-synth_antenna_sharp = Primary + +marking-SynthAntennaSharpLight = Synth Antenna Sharp and Light +marking-SynthAntennaSharpLight-synth_antenna_sharp_light_1 = Primary +marking-SynthAntennaSharpLight-synth_antenna_sharp_light_2 = Accent + +marking-SynthAntennaShort = Synth Antenna Short +marking-SynthAntennaShort-synth_antenna_short = Primary + +marking-SynthAntennaThick = Synth Antenna Thick +marking-SynthAntennaThick-synth_antenna_thick = Primary + +marking-SynthAntennaThickLight = Synth Antenna Thick and Light +marking-SynthAntennaThickLight-synth_antenna_thick_light_1 = Primary +marking-SynthAntennaThickLight-synth_antenna_thick_light_2 = Accent + +# Snouts +marking-ProtogenSnout = Protogen Snout +marking-ProtogenSnout-protogen_snout_1 = Border +marking-ProtogenSnout-protogen_snout_2 = Screen + +marking-ProtogenBoltSnout = Protogen Snout with Bolt +marking-ProtogenBoltSnout-protogen_snout_bolt_1 = Border +marking-ProtogenBoltSnout-protogen_snout_bolt_2 = Screen + +marking-SyntheticLizardSnoutBarlessBasic = Synth Lizard Snout Barless Basic +marking-SyntheticLizardSnoutBarlessBasic-synth_lizard_snout_barless_basic = Primary + +marking-SyntheticLizardSnoutBarlessOver = Synth Lizard Snout Barless Over +marking-SyntheticLizardSnoutBarlessOver-synth_lizard_snout_barless_over_1 = Neck +marking-SyntheticLizardSnoutBarlessOver-synth_lizard_snout_barless_over_2 = Chin +marking-SyntheticLizardSnoutBarlessOver-synth_lizard_snout_barless_over_3 = Border + +marking-SyntheticLizardSnoutBarlessTert = Synth Lizard Snout Barless Tert +marking-SyntheticLizardSnoutBarlessTert-synth_lizard_snout_barless_tert_1 = Primary +marking-SyntheticLizardSnoutBarlessTert-synth_lizard_snout_barless_tert_2 = Screen + +marking-SyntheticLizardSnoutBarlessTertUnder = Synth Lizard Snout Barless Tert Under +marking-SyntheticLizardSnoutBarlessTertUnder-synth_lizard_snout_barless_tert_under_1 = Primary +marking-SyntheticLizardSnoutBarlessTertUnder-synth_lizard_snout_barless_tert_under_2 = Secondary +marking-SyntheticLizardSnoutBarlessTertUnder-synth_lizard_snout_barless_tert_under_3 = Screen + +marking-SyntheticLizardSnoutBarlessUnder = Synth Lizard Snout Barless Under +marking-SyntheticLizardSnoutBarlessUnder-synth_lizard_snout_barless_under_1 = Primary +marking-SyntheticLizardSnoutBarlessUnder-synth_lizard_snout_barless_under_2 = Secondary + +marking-SyntheticLizardSnoutLong = Synth Lizard Snout Long +marking-SyntheticLizardSnoutLong-synth_lizard_snout_long = Primary + +marking-SyntheticLizardSnoutOver = Synth Lizard Snout Over +marking-SyntheticLizardSnoutOver-synth_lizard_snout_over_1 = Primary +marking-SyntheticLizardSnoutOver-synth_lizard_snout_over_2 = Secondary + +marking-SyntheticLizardSnoutTert = Synth Lizard Snout Tert +marking-SyntheticLizardSnoutTert-synth_lizard_snout_tert_1 = Primary +marking-SyntheticLizardSnoutTert-synth_lizard_snout_tert_2 = Secondary + +marking-SyntheticLizardSnoutTertUnder = Synth Lizard Snout Tert Under +marking-SyntheticLizardSnoutTertUnder-synth_lizard_snout_tert_under_1 = Cheek +marking-SyntheticLizardSnoutTertUnder-synth_lizard_snout_tert_under_2 = Chin +marking-SyntheticLizardSnoutTertUnder-synth_lizard_snout_tert_under_3 = Screen + +marking-SyntheticLizardSnoutThick = Synth Lizard Snout Thick +marking-SyntheticLizardSnoutThick-synth_lizard_snout_thick = Primary + +marking-SyntheticLizardSnoutThickLong = Synth Lizard Snout Thick Long +marking-SyntheticLizardSnoutThickLong-synth_lizard_snout_thick_long = Primary + +marking-SyntheticLizardSnoutUnder = Synth Lizard Snout Under +marking-SyntheticLizardSnoutUnder-synth_lizard_snout_under_1 = Cheek +marking-SyntheticLizardSnoutUnder-synth_lizard_snout_under_2 = Chin + +marking-SyntheticLizardSnoutBasic = Synth Lizard Snout Basic +marking-SyntheticLizardSnoutBasic-synth_lizard_snout_basic = Primary + +# Heads +marking-SyntheticLizardHeadM = Synth Lizard Head Masculine +marking-SyntheticLizardHeadM-synth_lizard_head_m = Primary + +marking-SyntheticLizardHeadF = Synth Lizard Head Feminine +marking-SyntheticLizardHeadF-synth_lizard_head_f = Primary + +marking-SyntheticVulpkaninHead = Vulpkanin Head from Ward-Takahashi +marking-SyntheticVulpkaninHead-vulp_head = Primary + +# Eyes +marking-ProtogenEyes = Protogen Screen +marking-ProtogenEyes-protogen_eyes = Primary + +marking-SyntheticIPCEyes = Anthropomorphic Eyes +marking-SyntheticIPCEyes-eyes = Primary + +# Torsos +marking-SyntheticLizardChestM = Synth Lizard Torso Masculine +marking-SyntheticLizardChestM-synth_lizard_chest_m = Primary + +marking-SyntheticLizardChestF = Synth Lizard Torso Feminine +marking-SyntheticLizardChestF-synth_lizard_chest_f = Primary + +# Arms +marking-SyntheticLizardRHand = Synth Lizard Right Hand +marking-SyntheticLizardRHand-synth_lizard_r_hand = Primary + +marking-SyntheticLizardLHand = Synth Lizard Left Hand +marking-SyntheticLizardLHand-synth_lizard_l_hand = Primary + +marking-SyntheticLizardRArm = Synth Lizard Right Arm +marking-SyntheticLizardRArm-synth_lizard_r_arm = Primary + +marking-SyntheticLizardLArm = Synth Lizard Left Arm +marking-SyntheticLizardLArm-synth_lizard_l_arm = Primary + +# Legs +marking-SyntheticLizardRLeg = Synth Lizard Right Leg +marking-SyntheticLizardRLeg-synth_lizard_r_leg = Primary + +marking-SyntheticLizardLLeg = Synth Lizard Left Leg +marking-SyntheticLizardLLeg-synth_lizard_l_leg = Primary + +marking-SyntheticLizardRFoot = Synth Lizard Right Foot +marking-SyntheticLizardRFoot-synth_lizard_r_foot = Primary + +marking-SyntheticLizardLFoot = Synth Lizard Left Foot +marking-SyntheticLizardLFoot-synth_lizard_l_foot = Primary + +# Tail +# Funky - Renamed tail wag to tail +marking-SynthLizardTail = Synth Lizard Tail +marking-SynthLizardTail-synth_lizard_tail = Primary + +# Funky - Extra Markings +marking-IPCCheeksWhiskers = Whiskers +marking-IPCCheeksWhiskers-whiskers = Whiskers diff --git a/Resources/Locale/en-US/_DV/markings/zenghu_alt.ftl b/Resources/Locale/en-US/_DV/markings/zenghu_alt.ftl new file mode 100644 index 00000000000..a37a1916dad --- /dev/null +++ b/Resources/Locale/en-US/_DV/markings/zenghu_alt.ftl @@ -0,0 +1,10 @@ +marking-CyberLimbsMarkingZenghuHeadAlt = Alternate Head from Zenghu Pharmaceuticals +marking-CyberLimbsMarkingZenghuChestAlt = Alternate Robotic Chassis from Zenghu Pharmaceuticals +marking-CyberLimbsMarkingZenghuRHandAlt = Alternate Right Robotic Hand from Zenghu Pharmaceuticals +marking-CyberLimbsMarkingZenghuRArmAlt = Alternate Right Robotic Arm from Zenghu Pharmaceuticals +marking-CyberLimbsMarkingZenghuLHandAlt = Alternate Left Robotic Hand from Zenghu Pharmaceuticals +marking-CyberLimbsMarkingZenghuLArmAlt = Alternate Left Robotic Arm from Zenghu Pharmaceuticals +marking-CyberLimbsMarkingZenghuRLegAlt = Alternate Right Robotic Leg from Zenghu Pharmaceuticals +marking-CyberLimbsMarkingZenghuRFootAlt = Alternate Right Robotic Foot from Zenghu Pharmaceuticals +marking-CyberLimbsMarkingZenghuLLegAlt = Alternate Left Robotic Leg from Zenghu Pharmaceuticals +marking-CyberLimbsMarkingZenghuLFootAlt = Alternate Left Robotic Foot from Zenghu Pharmaceuticals diff --git a/Resources/Locale/en-US/_DV/ui/marking-categories.ftl b/Resources/Locale/en-US/_DV/ui/marking-categories.ftl new file mode 100644 index 00000000000..f398ff6dd3b --- /dev/null +++ b/Resources/Locale/en-US/_DV/ui/marking-categories.ftl @@ -0,0 +1,2 @@ +# This is only used in IPCs currently +markings-category-Eyes = Eyes and Screens diff --git a/Resources/Prototypes/_DV/Entities/Mobs/Customization/Markings/rodentia.yml b/Resources/Prototypes/_DV/Entities/Mobs/Customization/Markings/rodentia.yml index 7880cd19e67..a8a23d3ce18 100644 --- a/Resources/Prototypes/_DV/Entities/Mobs/Customization/Markings/rodentia.yml +++ b/Resources/Prototypes/_DV/Entities/Mobs/Customization/Markings/rodentia.yml @@ -6,7 +6,7 @@ id: RodentiaHeadTopEarDefault markingCategory: HeadTop bodyPart: HeadTop - speciesRestriction: [] + speciesRestriction: [IPC] coloring: default: type: !type:TattooColoring @@ -20,7 +20,7 @@ id: RodentiaTailDefault markingCategory: Tail bodyPart: Tail - speciesRestriction: [] + speciesRestriction: [IPC] coloring: default: type: !type:TattooColoring @@ -34,7 +34,7 @@ id: RodentiaHeadTopEarBat markingCategory: HeadTop bodyPart: HeadTop - speciesRestriction: [Rodentia] + speciesRestriction: [Rodentia, IPC] sprites: - sprite: _DV/Mobs/Customization/Rodentia/ear_markings.rsi state: bat @@ -43,7 +43,7 @@ id: RodentiaHeadTopEarBatLarge markingCategory: HeadTop bodyPart: HeadTop - speciesRestriction: [Rodentia] + speciesRestriction: [Rodentia, IPC] sprites: - sprite: _DV/Mobs/Customization/Rodentia/ear_markings.rsi state: bat_large @@ -52,7 +52,7 @@ id: RodentiaHeadTopEarHamster markingCategory: HeadTop bodyPart: HeadTop - speciesRestriction: [Rodentia] + speciesRestriction: [Rodentia, IPC] sprites: - sprite: _DV/Mobs/Customization/Rodentia/ear_markings.rsi state: hamster @@ -63,7 +63,7 @@ id: RodentiaHeadTopEarLong markingCategory: HeadTop bodyPart: HeadTop - speciesRestriction: [Rodentia] + speciesRestriction: [Rodentia, IPC] sprites: - sprite: _DV/Mobs/Customization/Rodentia/ear_markings.rsi state: long @@ -74,7 +74,7 @@ id: RodentiaHeadTopEarMouse markingCategory: HeadTop bodyPart: HeadTop - speciesRestriction: [Rodentia] + speciesRestriction: [Rodentia, IPC] sprites: - sprite: _DV/Mobs/Customization/Rodentia/ear_markings.rsi state: mouse @@ -85,7 +85,7 @@ id: RodentiaHeadTopEarMouseLarge markingCategory: HeadTop bodyPart: HeadTop - speciesRestriction: [Rodentia] + speciesRestriction: [Rodentia, IPC] sprites: - sprite: _DV/Mobs/Customization/Rodentia/ear_markings.rsi state: mouse_large @@ -96,7 +96,7 @@ id: RodentiaHeadTopEarNone markingCategory: HeadTop bodyPart: HeadTop - speciesRestriction: [Rodentia] + speciesRestriction: [Rodentia, IPC] sprites: - sprite: _DV/Mobs/Customization/Rodentia/ear_markings.rsi state: none @@ -105,7 +105,7 @@ id: RodentiaHeadTopEarPointy markingCategory: HeadTop bodyPart: HeadTop - speciesRestriction: [Rodentia] + speciesRestriction: [Rodentia, IPC] sprites: - sprite: _DV/Mobs/Customization/Rodentia/ear_markings.rsi state: pointy @@ -114,7 +114,7 @@ id: RodentiaHeadTopEarRabbit markingCategory: HeadTop bodyPart: HeadTop - speciesRestriction: [Rodentia] + speciesRestriction: [Rodentia, IPC] sprites: - sprite: _DV/Mobs/Customization/Rodentia/ear_markings.rsi state: rabbit @@ -125,7 +125,7 @@ id: RodentiaHeadTopEarSmall markingCategory: HeadTop bodyPart: HeadTop - speciesRestriction: [Rodentia] + speciesRestriction: [Rodentia, IPC] sprites: - sprite: _DV/Mobs/Customization/Rodentia/ear_markings.rsi state: small @@ -136,7 +136,7 @@ id: RodentiaSnoutBat markingCategory: Snout bodyPart: Snout - speciesRestriction: [Rodentia] + speciesRestriction: [Rodentia, IPC] sprites: - sprite: _DV/Mobs/Customization/Rodentia/snout_markings.rsi state: bat @@ -147,7 +147,7 @@ id: RodentiaSnoutBatCounter markingCategory: Snout bodyPart: Snout - speciesRestriction: [Rodentia] + speciesRestriction: [Rodentia, IPC] sprites: - sprite: _DV/Mobs/Customization/Rodentia/snout_markings.rsi state: bat @@ -160,7 +160,7 @@ id: RodentiaSnoutFlat markingCategory: Snout bodyPart: Snout - speciesRestriction: [Rodentia] + speciesRestriction: [Rodentia, IPC] sprites: - sprite: _DV/Mobs/Customization/Rodentia/snout_markings.rsi state: flat @@ -171,7 +171,7 @@ id: RodentiaSnoutFlatCounter markingCategory: Snout bodyPart: Snout - speciesRestriction: [Rodentia] + speciesRestriction: [Rodentia, IPC] sprites: - sprite: _DV/Mobs/Customization/Rodentia/snout_markings.rsi state: flat @@ -184,7 +184,7 @@ id: RodentiaSnoutRound markingCategory: Snout bodyPart: Snout - speciesRestriction: [Rodentia] + speciesRestriction: [Rodentia, IPC] sprites: - sprite: _DV/Mobs/Customization/Rodentia/snout_markings.rsi state: round @@ -195,7 +195,7 @@ id: RodentiaSnoutRoundCounter markingCategory: Snout bodyPart: Snout - speciesRestriction: [Rodentia] + speciesRestriction: [Rodentia, IPC] sprites: - sprite: _DV/Mobs/Customization/Rodentia/snout_markings.rsi state: round @@ -210,7 +210,7 @@ id: RodentiaCheeksRound markingCategory: HeadSide bodyPart: HeadSide - speciesRestriction: [Rodentia] + speciesRestriction: [Rodentia, IPC] sprites: - sprite: _DV/Mobs/Customization/Rodentia/cheek_markings.rsi state: cheeks @@ -219,7 +219,7 @@ id: RodentiaCheeksRoundCounter markingCategory: HeadSide bodyPart: HeadSide - speciesRestriction: [Rodentia] + speciesRestriction: [Rodentia, IPC] sprites: - sprite: _DV/Mobs/Customization/Rodentia/cheek_markings.rsi state: cheeks @@ -230,7 +230,7 @@ id: RodentiaCheeksFluff markingCategory: HeadSide bodyPart: HeadSide - speciesRestriction: [Rodentia] + speciesRestriction: [Rodentia, IPC] sprites: - sprite: _DV/Mobs/Customization/Rodentia/cheek_markings.rsi state: fluff @@ -239,7 +239,7 @@ id: RodentiaCheeksFluffCounter markingCategory: HeadSide bodyPart: HeadSide - speciesRestriction: [Rodentia] + speciesRestriction: [Rodentia, IPC] sprites: - sprite: _DV/Mobs/Customization/Rodentia/cheek_markings.rsi state: fluff @@ -250,7 +250,7 @@ id: RodentiaCheeksFluffAlt markingCategory: HeadSide bodyPart: HeadSide - speciesRestriction: [Rodentia] + speciesRestriction: [Rodentia, IPC] sprites: - sprite: _DV/Mobs/Customization/Rodentia/cheek_markings.rsi state: fluff_alt @@ -259,7 +259,7 @@ id: RodentiaCheeksFluffAltCounter markingCategory: HeadSide bodyPart: HeadSide - speciesRestriction: [Rodentia] + speciesRestriction: [Rodentia, IPC] sprites: - sprite: _DV/Mobs/Customization/Rodentia/cheek_markings.rsi state: fluff_alt @@ -270,7 +270,7 @@ id: RodentiaCheeksWhiskers markingCategory: Head # for no-cost markings bodyPart: HeadTop # for layering - speciesRestriction: [Rodentia] + speciesRestriction: [Rodentia] # Funky - Remove IPC due to oversight sprites: - sprite: _DV/Mobs/Customization/Rodentia/cheek_markings.rsi state: whiskers @@ -283,7 +283,7 @@ id: RodentiaTailBeaver markingCategory: Tail bodyPart: Tail - speciesRestriction: [Rodentia] + speciesRestriction: [Rodentia, IPC] sprites: - sprite: _DV/Mobs/Customization/Rodentia/tail_markings.rsi state: beaver @@ -292,7 +292,7 @@ id: RodentiaTailHamster markingCategory: Tail bodyPart: Tail - speciesRestriction: [Rodentia] + speciesRestriction: [Rodentia, IPC] sprites: - sprite: _DV/Mobs/Customization/Rodentia/tail_markings.rsi state: hamster @@ -301,7 +301,7 @@ id: RodentiaTailLong markingCategory: Tail bodyPart: Tail - speciesRestriction: [Rodentia] + speciesRestriction: [Rodentia, IPC] sprites: - sprite: _DV/Mobs/Customization/Rodentia/tail_markings.rsi state: long @@ -310,7 +310,7 @@ id: RodentiaTailLongCounter markingCategory: Tail bodyPart: Tail - speciesRestriction: [Rodentia] + speciesRestriction: [Rodentia, IPC] sprites: - sprite: _DV/Mobs/Customization/Rodentia/tail_markings.rsi state: long @@ -321,7 +321,7 @@ id: RodentiaTailLongCounterTip markingCategory: Tail bodyPart: Tail - speciesRestriction: [Rodentia] + speciesRestriction: [Rodentia, IPC] sprites: - sprite: _DV/Mobs/Customization/Rodentia/tail_markings.rsi state: long @@ -334,7 +334,7 @@ id: RodentiaTailMouse markingCategory: Tail bodyPart: Tail - speciesRestriction: [Rodentia] + speciesRestriction: [Rodentia, IPC] sprites: - sprite: _DV/Mobs/Customization/Rodentia/tail_markings.rsi state: mouse @@ -343,7 +343,7 @@ id: RodentiaTailRabbit markingCategory: Tail bodyPart: Tail - speciesRestriction: [Rodentia] + speciesRestriction: [Rodentia, IPC] sprites: - sprite: _DV/Mobs/Customization/Rodentia/tail_markings.rsi state: rabbit @@ -352,7 +352,7 @@ id: RodentiaTailRabbitCounter markingCategory: Tail bodyPart: Tail - speciesRestriction: [Rodentia] + speciesRestriction: [Rodentia, IPC] sprites: - sprite: _DV/Mobs/Customization/Rodentia/tail_markings.rsi state: rabbit @@ -363,7 +363,7 @@ id: RodentiaTailShort markingCategory: Tail bodyPart: Tail - speciesRestriction: [Rodentia] + speciesRestriction: [Rodentia, IPC] sprites: - sprite: _DV/Mobs/Customization/Rodentia/tail_markings.rsi state: short @@ -372,7 +372,7 @@ id: RodentiaTailSquirrel markingCategory: Tail bodyPart: Tail - speciesRestriction: [Rodentia] + speciesRestriction: [Rodentia, IPC] sprites: - sprite: _DV/Mobs/Customization/Rodentia/tail_markings.rsi state: squirrel @@ -381,7 +381,7 @@ id: RodentiaTailSquirrelBicolor markingCategory: Tail bodyPart: Tail - speciesRestriction: [Rodentia] + speciesRestriction: [Rodentia, IPC] sprites: - sprite: _DV/Mobs/Customization/Rodentia/tail_markings.rsi state: squirrel diff --git a/Resources/Prototypes/_DV/Entities/Mobs/Customization/Markings/synthetic.yml b/Resources/Prototypes/_DV/Entities/Mobs/Customization/Markings/synthetic.yml new file mode 100644 index 00000000000..960e3f94e9b --- /dev/null +++ b/Resources/Prototypes/_DV/Entities/Mobs/Customization/Markings/synthetic.yml @@ -0,0 +1,392 @@ +# Heads +- type: marking + id: SyntheticLizardHeadM + bodyPart: Head + markingCategory: Head + speciesRestriction: [IPC] + sprites: + - sprite: _DV/Mobs/Customization/SynthLizIPC/head_markings.rsi + state: synth_lizard_head_m + +- type: marking + id: SyntheticLizardHeadF + bodyPart: Head + markingCategory: Head + speciesRestriction: [IPC] + sprites: + - sprite: _DV/Mobs/Customization/SynthLizIPC/head_markings.rsi + state: synth_lizard_head_f + +- type: marking + id: SyntheticVulpkaninHead + bodyPart: Head + markingCategory: Head + speciesRestriction: [IPC] + sprites: + - sprite: _DV/Mobs/Customization/SynthLizIPC/head_markings.rsi + state: vulp_head + +# Torsos +- type: marking + id: SyntheticLizardChestM + bodyPart: Chest + markingCategory: Chest + speciesRestriction: [IPC] + sprites: + - sprite: _DV/Mobs/Customization/SynthLizIPC/body_markings.rsi + state: synth_lizard_chest_m + +- type: marking + id: SyntheticLizardChestF + bodyPart: Chest + markingCategory: Chest + speciesRestriction: [IPC] + sprites: + - sprite: _DV/Mobs/Customization/SynthLizIPC/body_markings.rsi + state: synth_lizard_chest_f + +# Arms +- type: marking + id: SyntheticLizardRArm + bodyPart: RArm + markingCategory: Arms + speciesRestriction: [IPC] + sprites: + - sprite: _DV/Mobs/Customization/SynthLizIPC/body_markings.rsi + state: synth_lizard_r_arm + +- type: marking + id: SyntheticLizardLArm + bodyPart: LArm + markingCategory: Arms + speciesRestriction: [IPC] + sprites: + - sprite: _DV/Mobs/Customization/SynthLizIPC/body_markings.rsi + state: synth_lizard_l_arm + +- type: marking + id: SyntheticLizardRHand + bodyPart: RHand + markingCategory: Arms + speciesRestriction: [IPC] + sprites: + - sprite: _DV/Mobs/Customization/SynthLizIPC/body_markings.rsi + state: synth_lizard_r_hand + +- type: marking + id: SyntheticLizardLHand + bodyPart: LHand + markingCategory: Arms + speciesRestriction: [IPC] + sprites: + - sprite: _DV/Mobs/Customization/SynthLizIPC/body_markings.rsi + state: synth_lizard_l_hand + +# Legs +- type: marking + id: SyntheticLizardRLeg + bodyPart: RLeg + markingCategory: Legs + speciesRestriction: [IPC] + sprites: + - sprite: _DV/Mobs/Customization/SynthLizIPC/body_markings.rsi + state: synth_lizard_r_leg + +- type: marking + id: SyntheticLizardLLeg + bodyPart: LLeg + markingCategory: Legs + speciesRestriction: [IPC] + sprites: + - sprite: _DV/Mobs/Customization/SynthLizIPC/body_markings.rsi + state: synth_lizard_l_leg + +- type: marking + id: SyntheticLizardRFoot + bodyPart: RFoot + markingCategory: Legs + speciesRestriction: [IPC] + sprites: + - sprite: _DV/Mobs/Customization/SynthLizIPC/body_markings.rsi + state: synth_lizard_r_foot + +- type: marking + id: SyntheticLizardLFoot + bodyPart: LFoot + markingCategory: Legs + speciesRestriction: [IPC] + sprites: + - sprite: _DV/Mobs/Customization/SynthLizIPC/body_markings.rsi + state: synth_lizard_l_foot + +# Eyes +- type: marking + id: SyntheticIPCEyes + bodyPart: Eyes + markingCategory: Eyes + speciesRestriction: [IPC] + sprites: + - sprite: Mobs/Customization/eyes.rsi + state: eyes + +# Snouts +- type: marking + id: SyntheticLizardSnoutBasic + bodyPart: Snout + markingCategory: Snout + speciesRestriction: [IPC] + sprites: + - sprite: _DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi + state: synth_lizard_snout_basic + +- type: marking + id: SyntheticLizardSnoutUnder + bodyPart: Snout + markingCategory: Snout + speciesRestriction: [IPC] + sprites: + - sprite: _DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi + state: synth_lizard_snout_under_1 + - sprite: _DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi + state: synth_lizard_snout_under_2 + +- type: marking + id: SyntheticLizardSnoutOver + bodyPart: Snout + markingCategory: Snout + speciesRestriction: [IPC] + sprites: + - sprite: _DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi + state: synth_lizard_snout_over_1 + - sprite: _DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi + state: synth_lizard_snout_over_2 + +- type: marking + id: SyntheticLizardSnoutTert + bodyPart: Snout + markingCategory: Snout + speciesRestriction: [IPC] + sprites: + - sprite: _DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi + state: synth_lizard_snout_tert_1 + - sprite: _DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi + state: synth_lizard_snout_tert_2 + +- type: marking + id: SyntheticLizardSnoutTertUnder + bodyPart: Snout + markingCategory: Snout + speciesRestriction: [IPC] + sprites: + - sprite: _DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi + state: synth_lizard_snout_tert_under_1 + - sprite: _DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi + state: synth_lizard_snout_tert_under_2 + - sprite: _DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi + state: synth_lizard_snout_tert_under_3 + +- type: marking + id: SyntheticLizardSnoutLong + bodyPart: Snout + markingCategory: Snout + speciesRestriction: [IPC] + sprites: + - sprite: _DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi + state: synth_lizard_snout_long + +- type: marking + id: SyntheticLizardSnoutThick + bodyPart: Snout + markingCategory: Snout + speciesRestriction: [IPC] + sprites: + - sprite: _DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi + state: synth_lizard_snout_thick + +- type: marking + id: SyntheticLizardSnoutThickLong + bodyPart: Snout + markingCategory: Snout + speciesRestriction: [IPC] + sprites: + - sprite: _DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi + state: synth_lizard_snout_thick_long + +- type: marking + id: SyntheticLizardSnoutBarlessBasic + bodyPart: Snout + markingCategory: Snout + speciesRestriction: [IPC] + sprites: + - sprite: _DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi + state: synth_lizard_snout_barless_basic + +- type: marking + id: SyntheticLizardSnoutBarlessUnder + bodyPart: Snout + markingCategory: Snout + speciesRestriction: [IPC] + sprites: + - sprite: _DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi + state: synth_lizard_snout_barless_under_1 + - sprite: _DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi + state: synth_lizard_snout_barless_under_2 + - sprite: _DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi + state: synth_lizard_snout_barless_under_3 + +- type: marking + id: SyntheticLizardSnoutBarlessOver + bodyPart: Snout + markingCategory: Snout + speciesRestriction: [IPC] + sprites: + - sprite: _DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi + state: synth_lizard_snout_barless_over_1 + - sprite: _DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi + state: synth_lizard_snout_barless_over_2 + - sprite: _DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi + state: synth_lizard_snout_barless_over_3 + +- type: marking + id: SyntheticLizardSnoutBarlessTert + bodyPart: Snout + markingCategory: Snout + speciesRestriction: [IPC] + sprites: + - sprite: _DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi + state: synth_lizard_snout_barless_tert_1 + - sprite: _DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi + state: synth_lizard_snout_barless_tert_2 + +- type: marking + id: SyntheticLizardSnoutBarlessTertUnder + bodyPart: Snout + markingCategory: Snout + speciesRestriction: [IPC] + sprites: + - sprite: _DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi + state: synth_lizard_snout_barless_tert_under_1 + - sprite: _DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi + state: synth_lizard_snout_barless_tert_under_2 + - sprite: _DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi + state: synth_lizard_snout_barless_tert_under_3 + +# Tails +- type: marking + id: SynthLizardTail + bodyPart: Tail + markingCategory: Tail + speciesRestriction: [IPC] + sprites: + - sprite: _DV/Mobs/Customization/SynthLizIPC/tail_markings.rsi + state: synth_lizard_tail + +- type: marking + id: SynthLizardTailAnimated + bodyPart: Tail + markingCategory: Tail + speciesRestriction: [] + sprites: + - sprite: _DV/Mobs/Customization/SynthLizIPC/tail_markings.rsi + state: synth_lizard_tail_wag + +# Antenna +- type: marking + id: SynthAntennaBasic + bodyPart: HeadTop + markingCategory: HeadTop + speciesRestriction: [IPC] + sprites: + - sprite: _DV/Mobs/Customization/SynthLizIPC/antenna_markings.rsi + state: synth_antenna_basic + +- type: marking + id: SynthAntennaCurled + bodyPart: HeadTop + markingCategory: HeadTop + speciesRestriction: [IPC] + sprites: + - sprite: _DV/Mobs/Customization/SynthLizIPC/antenna_markings.rsi + state: synth_antenna_curled + +- type: marking + id: SynthAntennaThick + bodyPart: HeadTop + markingCategory: HeadTop + speciesRestriction: [IPC] + sprites: + - sprite: _DV/Mobs/Customization/SynthLizIPC/antenna_markings.rsi + state: synth_antenna_thick + +- type: marking + id: SynthAntennaThickLight + bodyPart: HeadTop + markingCategory: HeadTop + speciesRestriction: [IPC] + sprites: + - sprite: _DV/Mobs/Customization/SynthLizIPC/antenna_markings.rsi + state: synth_antenna_thick_light_1 + - sprite: _DV/Mobs/Customization/SynthLizIPC/antenna_markings.rsi + state: synth_antenna_thick_light_2 + +- type: marking + id: SynthAntennaShort + bodyPart: HeadTop + markingCategory: HeadTop + speciesRestriction: [IPC] + sprites: + - sprite: _DV/Mobs/Customization/SynthLizIPC/antenna_markings.rsi + state: synth_antenna_short + +- type: marking + id: SynthAntennaSharp + bodyPart: HeadTop + markingCategory: HeadTop + speciesRestriction: [IPC] + sprites: + - sprite: _DV/Mobs/Customization/SynthLizIPC/antenna_markings.rsi + state: synth_antenna_sharp + +- type: marking + id: SynthAntennaSharpLight + bodyPart: HeadTop + markingCategory: HeadTop + speciesRestriction: [IPC] + sprites: + - sprite: _DV/Mobs/Customization/SynthLizIPC/antenna_markings.rsi + state: synth_antenna_sharp_light_1 + - sprite: _DV/Mobs/Customization/SynthLizIPC/antenna_markings.rsi + state: synth_antenna_sharp_light_2 + +- type: marking + id: SynthAntennaCobra + bodyPart: HeadTop + markingCategory: HeadTop + speciesRestriction: [IPC] + sprites: + - sprite: _DV/Mobs/Customization/SynthLizIPC/antenna_markings.rsi + state: synth_antenna_cobra_1 + - sprite: _DV/Mobs/Customization/SynthLizIPC/antenna_markings.rsi + state: synth_antenna_cobra_2 + +- type: marking + id: SynthAntennaHood + bodyPart: HeadTop + markingCategory: HeadTop + speciesRestriction: [IPC] + sprites: + - sprite: _DV/Mobs/Customization/SynthLizIPC/antenna_markings.rsi + state: synth_antenna_hood_1 + - sprite: _DV/Mobs/Customization/SynthLizIPC/antenna_markings.rsi + state: synth_antenna_hood_2 + +# Funky - Extra Markings +- type: marking + id: IPCCheeksWhiskers + markingCategory: HeadTop + bodyPart: HeadTop + speciesRestriction: [IPC] + sprites: + - sprite: _DV/Mobs/Customization/Rodentia/cheek_markings.rsi + state: whiskers + diff --git a/Resources/Prototypes/_DV/Entities/Mobs/Customization/Markings/vulpkanin.yml b/Resources/Prototypes/_DV/Entities/Mobs/Customization/Markings/vulpkanin.yml index 633c738748d..9802c64804d 100644 --- a/Resources/Prototypes/_DV/Entities/Mobs/Customization/Markings/vulpkanin.yml +++ b/Resources/Prototypes/_DV/Entities/Mobs/Customization/Markings/vulpkanin.yml @@ -5,7 +5,7 @@ id: VulpEar bodyPart: HeadTop markingCategory: HeadTop - speciesRestriction: [Vulpkanin] + speciesRestriction: [Vulpkanin, IPC] sprites: - sprite: _DV/Mobs/Customization/Vulpkanin/ear_markings.rsi state: vulp @@ -16,7 +16,7 @@ id: VulpEarFade bodyPart: HeadTop markingCategory: HeadTop - speciesRestriction: [Vulpkanin] + speciesRestriction: [Vulpkanin, IPC] sprites: - sprite: _DV/Mobs/Customization/Vulpkanin/ear_markings.rsi state: vulp @@ -27,7 +27,7 @@ id: VulpEarSharp bodyPart: HeadTop markingCategory: HeadTop - speciesRestriction: [Vulpkanin] + speciesRestriction: [Vulpkanin, IPC] sprites: - sprite: _DV/Mobs/Customization/Vulpkanin/ear_markings.rsi state: vulp @@ -38,7 +38,7 @@ id: VulpEarJackal bodyPart: HeadTop markingCategory: HeadTop - speciesRestriction: [Vulpkanin] + speciesRestriction: [Vulpkanin, IPC] sprites: - sprite: _DV/Mobs/Customization/Vulpkanin/ear_markings.rsi state: jackal @@ -49,7 +49,7 @@ id: VulpEarTerrier bodyPart: HeadTop markingCategory: HeadTop - speciesRestriction: [Vulpkanin] + speciesRestriction: [Vulpkanin, IPC] sprites: - sprite: _DV/Mobs/Customization/Vulpkanin/ear_markings.rsi state: terrier @@ -60,7 +60,7 @@ id: VulpEarWolf bodyPart: HeadTop markingCategory: HeadTop - speciesRestriction: [Vulpkanin] + speciesRestriction: [Vulpkanin, IPC] sprites: - sprite: _DV/Mobs/Customization/Vulpkanin/ear_markings.rsi state: wolf @@ -71,7 +71,7 @@ id: VulpEarFennec bodyPart: HeadTop markingCategory: HeadTop - speciesRestriction: [Vulpkanin] + speciesRestriction: [Vulpkanin, IPC] sprites: - sprite: _DV/Mobs/Customization/Vulpkanin/ear_markings.rsi state: fennec @@ -82,7 +82,7 @@ id: VulpEarFox bodyPart: HeadTop markingCategory: HeadTop - speciesRestriction: [Vulpkanin] + speciesRestriction: [Vulpkanin, IPC] sprites: - sprite: _DV/Mobs/Customization/Vulpkanin/ear_markings.rsi state: fox @@ -91,7 +91,7 @@ id: VulpEarOtie bodyPart: HeadTop markingCategory: HeadTop - speciesRestriction: [Vulpkanin] + speciesRestriction: [Vulpkanin, IPC] sprites: - sprite: _DV/Mobs/Customization/Vulpkanin/ear_markings.rsi state: otie @@ -102,7 +102,7 @@ id: VulpEarTajaran bodyPart: HeadTop markingCategory: HeadTop - speciesRestriction: [Vulpkanin] + speciesRestriction: [Vulpkanin, IPC] sprites: - sprite: _DV/Mobs/Customization/Vulpkanin/ear_markings.rsi state: msai @@ -113,7 +113,7 @@ id: VulpEarShock bodyPart: HeadTop markingCategory: HeadTop - speciesRestriction: [Vulpkanin] + speciesRestriction: [Vulpkanin, IPC] sprites: - sprite: _DV/Mobs/Customization/Vulpkanin/ear_markings.rsi state: shock @@ -122,7 +122,7 @@ id: VulpEarCoyote bodyPart: HeadTop markingCategory: HeadTop - speciesRestriction: [Vulpkanin] + speciesRestriction: [Vulpkanin, IPC] sprites: - sprite: _DV/Mobs/Customization/Vulpkanin/ear_markings.rsi state: coyote @@ -131,7 +131,7 @@ id: VulpEarDalmatian bodyPart: HeadTop markingCategory: HeadTop - speciesRestriction: [Vulpkanin] + speciesRestriction: [Vulpkanin, IPC] sprites: - sprite: _DV/Mobs/Customization/Vulpkanin/ear_markings.rsi state: dalmatian @@ -141,7 +141,7 @@ id: VulpSnoutAlt bodyPart: Snout markingCategory: Snout - speciesRestriction: [Vulpkanin] + speciesRestriction: [Vulpkanin, IPC] sprites: - sprite: _DV/Mobs/Customization/Vulpkanin/head_markings.rsi state: muzzle_alt @@ -152,7 +152,7 @@ id: VulpSnout bodyPart: Snout markingCategory: Snout - speciesRestriction: [Vulpkanin] + speciesRestriction: [Vulpkanin, IPC] sprites: - sprite: _DV/Mobs/Customization/Vulpkanin/head_markings.rsi state: muzzle @@ -174,7 +174,7 @@ id: VulpSnoutFade bodyPart: Snout markingCategory: Snout - speciesRestriction: [Vulpkanin] + speciesRestriction: [Vulpkanin, IPC] sprites: - sprite: _DV/Mobs/Customization/Vulpkanin/head_markings.rsi state: muzzle_fade @@ -185,7 +185,7 @@ id: VulpSnoutNose bodyPart: Snout markingCategory: Snout - speciesRestriction: [Vulpkanin] + speciesRestriction: [Vulpkanin, IPC] sprites: - sprite: _DV/Mobs/Customization/Vulpkanin/head_markings.rsi state: nose @@ -194,7 +194,7 @@ id: VulpSnoutMask bodyPart: Snout markingCategory: Snout - speciesRestriction: [Vulpkanin] + speciesRestriction: [Vulpkanin, IPC] sprites: - sprite: _DV/Mobs/Customization/Vulpkanin/head_markings.rsi state: mask @@ -205,7 +205,7 @@ id: VulpSnoutVulpine bodyPart: Snout markingCategory: Snout - speciesRestriction: [Vulpkanin] + speciesRestriction: [Vulpkanin, IPC] sprites: - sprite: _DV/Mobs/Customization/Vulpkanin/head_markings.rsi state: vulpine @@ -216,7 +216,7 @@ id: VulpSnoutSwift bodyPart: Snout markingCategory: Snout - speciesRestriction: [Vulpkanin] + speciesRestriction: [Vulpkanin, IPC] sprites: - sprite: _DV/Mobs/Customization/Vulpkanin/head_markings.rsi state: vulpine-lines @@ -225,7 +225,7 @@ id: VulpSnoutBlaze bodyPart: Snout markingCategory: Snout - speciesRestriction: [Vulpkanin] + speciesRestriction: [Vulpkanin, IPC] sprites: - sprite: _DV/Mobs/Customization/Vulpkanin/head_markings.rsi state: blaze @@ -234,7 +234,7 @@ id: VulpSnoutPatch bodyPart: Snout markingCategory: Snout - speciesRestriction: [Vulpkanin] + speciesRestriction: [Vulpkanin, IPC] sprites: - sprite: _DV/Mobs/Customization/Vulpkanin/head_markings.rsi state: patch @@ -272,7 +272,7 @@ id: VulpTail bodyPart: Tail markingCategory: Tail - speciesRestriction: [Vulpkanin] + speciesRestriction: [Vulpkanin, IPC] sprites: - sprite: _DV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: vulp @@ -283,7 +283,7 @@ id: VulpTailTip bodyPart: Tail markingCategory: Tail - speciesRestriction: [Vulpkanin] + speciesRestriction: [Vulpkanin, IPC] sprites: - sprite: _DV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: vulp @@ -294,7 +294,7 @@ id: VulpTailAlt bodyPart: Tail markingCategory: Tail - speciesRestriction: [Vulpkanin] + speciesRestriction: [Vulpkanin, IPC] sprites: - sprite: _DV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: vulp_alt @@ -305,7 +305,7 @@ id: VulpTailAltTip bodyPart: Tail markingCategory: Tail - speciesRestriction: [Vulpkanin] + speciesRestriction: [Vulpkanin, IPC] sprites: - sprite: _DV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: vulp_alt @@ -316,7 +316,7 @@ id: VulpTailLong bodyPart: Tail markingCategory: Tail - speciesRestriction: [Vulpkanin] + speciesRestriction: [Vulpkanin, IPC] sprites: - sprite: _DV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: long @@ -327,7 +327,7 @@ id: VulpTailFox bodyPart: Tail markingCategory: Tail - speciesRestriction: [Vulpkanin] + speciesRestriction: [Vulpkanin, IPC] sprites: - sprite: _DV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: fox @@ -338,7 +338,7 @@ id: VulpTailFoxTip bodyPart: Tail markingCategory: Tail - speciesRestriction: [Vulpkanin] + speciesRestriction: [Vulpkanin, IPC] sprites: - sprite: _DV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: fox @@ -349,7 +349,7 @@ id: VulpTailBushy bodyPart: Tail markingCategory: Tail - speciesRestriction: [Vulpkanin] + speciesRestriction: [Vulpkanin, IPC] sprites: - sprite: _DV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: bushfluff @@ -358,7 +358,7 @@ id: VulpTailCoyote bodyPart: Tail markingCategory: Tail - speciesRestriction: [Vulpkanin] + speciesRestriction: [Vulpkanin, IPC] sprites: - sprite: _DV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: coyote @@ -367,7 +367,7 @@ id: VulpTailHusky bodyPart: Tail markingCategory: Tail - speciesRestriction: [Vulpkanin] + speciesRestriction: [Vulpkanin, IPC] sprites: - sprite: _DV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: husky-inner @@ -378,7 +378,7 @@ id: VulpTailHuskyAlt bodyPart: Tail markingCategory: Tail - speciesRestriction: [Vulpkanin] + speciesRestriction: [Vulpkanin, IPC] sprites: - sprite: _DV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: husky @@ -387,7 +387,7 @@ id: VulpTailFox2 bodyPart: Tail markingCategory: Tail - speciesRestriction: [Vulpkanin] + speciesRestriction: [Vulpkanin, IPC] sprites: - sprite: _DV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: fox2 @@ -396,7 +396,7 @@ id: VulpTailFox3 bodyPart: Tail markingCategory: Tail - speciesRestriction: [Vulpkanin] + speciesRestriction: [Vulpkanin, IPC] sprites: - sprite: _DV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: fox3 @@ -407,7 +407,7 @@ id: VulpTailFennec bodyPart: Tail markingCategory: Tail - speciesRestriction: [Vulpkanin] + speciesRestriction: [Vulpkanin, IPC] sprites: - sprite: _DV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: fennec @@ -416,7 +416,7 @@ id: VulpTailOtie bodyPart: Tail markingCategory: Tail - speciesRestriction: [Vulpkanin] + speciesRestriction: [Vulpkanin, IPC] sprites: - sprite: _DV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: otie @@ -425,7 +425,7 @@ id: VulpTailFluffy bodyPart: Tail markingCategory: Tail - speciesRestriction: [Vulpkanin] + speciesRestriction: [Vulpkanin, IPC] sprites: - sprite: _DV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: fluffy @@ -436,7 +436,7 @@ id: VulpTailAnimated bodyPart: Tail markingCategory: Tail - speciesRestriction: [Vulpkanin] + speciesRestriction: [] # Funky - Removed whitelists to hide them from UI sprites: - sprite: _DV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: vulp_wag @@ -447,7 +447,7 @@ id: VulpTailTipAnimated bodyPart: Tail markingCategory: Tail - speciesRestriction: [Vulpkanin] + speciesRestriction: [] # Funky - Removed whitelists to hide them from UI sprites: - sprite: _DV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: vulp_wag @@ -458,7 +458,7 @@ id: VulpTailFoxAnimated bodyPart: Tail markingCategory: Tail - speciesRestriction: [Vulpkanin] + speciesRestriction: [] # Funky - Removed whitelists to hide them from UI sprites: - sprite: _DV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: fox_wag @@ -469,7 +469,7 @@ id: VulpTailFoxTipAnimated bodyPart: Tail markingCategory: Tail - speciesRestriction: [Vulpkanin] + speciesRestriction: [] # Funky - Removed whitelists to hide them from UI sprites: - sprite: _DV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: fox_wag @@ -480,7 +480,7 @@ id: VulpTailBushyAnimated bodyPart: Tail markingCategory: Tail - speciesRestriction: [Vulpkanin] + speciesRestriction: [] # Funky - Removed whitelists to hide them from UI sprites: - sprite: _DV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: bushfluff_wag @@ -489,7 +489,7 @@ id: VulpTailCoyoteAnimated bodyPart: Tail markingCategory: Tail - speciesRestriction: [Vulpkanin] + speciesRestriction: [] # Funky - Removed whitelists to hide them from UI sprites: - sprite: _DV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: coyote_wag @@ -498,7 +498,7 @@ id: VulpTailCorgiAnimated bodyPart: Tail markingCategory: Tail - speciesRestriction: [Vulpkanin] + speciesRestriction: [] # Funky - Removed whitelists to hide them from UI sprites: - sprite: _DV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: corgi_wag @@ -507,7 +507,7 @@ id: VulpTailDalmatianAnimated bodyPart: Tail markingCategory: Tail - speciesRestriction: [Vulpkanin] + speciesRestriction: [] # Funky - Removed whitelists to hide them from UI sprites: - sprite: _DV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: dalmatian_wag @@ -517,7 +517,7 @@ id: VulpBellyCrest bodyPart: Chest markingCategory: Chest - speciesRestriction: [Vulpkanin] + speciesRestriction: [Vulpkanin] # Funky - Remove for consistency sprites: - sprite: _DV/Mobs/Customization/Vulpkanin/body_markings.rsi state: belly_crest @@ -526,7 +526,7 @@ id: VulpBellyFull bodyPart: Chest markingCategory: Chest - speciesRestriction: [Vulpkanin] + speciesRestriction: [Vulpkanin] # Funky - Remove for consistency sprites: - sprite: _DV/Mobs/Customization/Vulpkanin/body_markings.rsi state: belly_full @@ -535,7 +535,7 @@ id: VulpBellyFox bodyPart: Chest markingCategory: Chest - speciesRestriction: [Vulpkanin] + speciesRestriction: [Vulpkanin] # Funky - Remove for consistency sprites: - sprite: _DV/Mobs/Customization/Vulpkanin/body_markings.rsi state: belly_fox diff --git a/Resources/Prototypes/_DV/Entities/Mobs/Customization/Markings/zenghu_alt.yml b/Resources/Prototypes/_DV/Entities/Mobs/Customization/Markings/zenghu_alt.yml new file mode 100644 index 00000000000..6731ad12f05 --- /dev/null +++ b/Resources/Prototypes/_DV/Entities/Mobs/Customization/Markings/zenghu_alt.yml @@ -0,0 +1,105 @@ +- type: marking + id: CyberLimbsMarkingZenghuHeadAlt + bodyPart: Head + markingCategory: Head + speciesRestriction: [IPC] + sprites: + - sprite: _Shitmed/Mobs/Species/Cybernetics/zenghu/zenghu_alt.rsi + state: zhpipc_head-1 + - sprite: _Shitmed/Mobs/Species/Cybernetics/zenghu/zenghu_alt.rsi + state: zhpipc_head-2 + +- type: marking + id: CyberLimbsMarkingZenghuChestAlt + bodyPart: Chest + markingCategory: Chest + speciesRestriction: [IPC] + sprites: + - sprite: _Shitmed/Mobs/Species/Cybernetics/zenghu/zenghu_alt.rsi + state: zhpipc_chest-1 + - sprite: _Shitmed/Mobs/Species/Cybernetics/zenghu/zenghu_alt.rsi + state: zhpipc_chest-2 + +- type: marking + id: CyberLimbsMarkingZenghuLArmAlt + bodyPart: LArm + markingCategory: Arms + speciesRestriction: [IPC] + sprites: + - sprite: _Shitmed/Mobs/Species/Cybernetics/zenghu/zenghu_alt.rsi + state: zhpipc_l_arm-1 + - sprite: _Shitmed/Mobs/Species/Cybernetics/zenghu/zenghu_alt.rsi + state: zhpipc_l_arm-2 + +- type: marking + id: CyberLimbsMarkingZenghuLHandAlt + bodyPart: LHand + markingCategory: Arms + speciesRestriction: [IPC] + sprites: + - sprite: _Shitmed/Mobs/Species/Cybernetics/zenghu/zenghu_alt.rsi + state: zhpipc_l_hand-1 + - sprite: _Shitmed/Mobs/Species/Cybernetics/zenghu/zenghu_alt.rsi + state: zhpipc_l_hand-2 + +- type: marking + id: CyberLimbsMarkingZenghuLLegAlt + bodyPart: LLeg + markingCategory: Legs + speciesRestriction: [IPC] + sprites: + - sprite: _Shitmed/Mobs/Species/Cybernetics/zenghu/zenghu_alt.rsi + state: zhpipc_l_leg-1 + - sprite: _Shitmed/Mobs/Species/Cybernetics/zenghu/zenghu_alt.rsi + state: zhpipc_l_leg-2 + +- type: marking + id: CyberLimbsMarkingZenghuLFootAlt + bodyPart: LFoot + markingCategory: Legs + speciesRestriction: [IPC] + sprites: + - sprite: _Shitmed/Mobs/Species/Cybernetics/zenghu/zenghu_alt.rsi + state: zhpipc_l_foot + +- type: marking + id: CyberLimbsMarkingZenghuRArmAlt + bodyPart: RArm + markingCategory: Arms + speciesRestriction: [IPC] + sprites: + - sprite: _Shitmed/Mobs/Species/Cybernetics/zenghu/zenghu_alt.rsi + state: zhpipc_r_arm-1 + - sprite: _Shitmed/Mobs/Species/Cybernetics/zenghu/zenghu_alt.rsi + state: zhpipc_r_arm-2 + +- type: marking + id: CyberLimbsMarkingZenghuRHandAlt + bodyPart: RHand + markingCategory: Arms + speciesRestriction: [IPC] + sprites: + - sprite: _Shitmed/Mobs/Species/Cybernetics/zenghu/zenghu_alt.rsi + state: zhpipc_r_hand-1 + - sprite: _Shitmed/Mobs/Species/Cybernetics/zenghu/zenghu_alt.rsi + state: zhpipc_r_hand-2 + +- type: marking + id: CyberLimbsMarkingZenghuRLegAlt + bodyPart: RLeg + markingCategory: Legs + speciesRestriction: [IPC] + sprites: + - sprite: _Shitmed/Mobs/Species/Cybernetics/zenghu/zenghu_alt.rsi + state: zhpipc_r_leg-1 + - sprite: _Shitmed/Mobs/Species/Cybernetics/zenghu/zenghu_alt.rsi + state: zhpipc_r_leg-2 + +- type: marking + id: CyberLimbsMarkingZenghuRFootAlt + bodyPart: RFoot + markingCategory: Legs + speciesRestriction: [IPC] + sprites: + - sprite: _Shitmed/Mobs/Species/Cybernetics/zenghu/zenghu_alt.rsi + state: zhpipc_r_foot diff --git a/Resources/Prototypes/_DV/Species/ipc.yml b/Resources/Prototypes/_DV/Species/ipc.yml new file mode 100644 index 00000000000..420c306aa3f --- /dev/null +++ b/Resources/Prototypes/_DV/Species/ipc.yml @@ -0,0 +1,8 @@ +- type: marking + id: MobIPCEyesDefault + bodyPart: Eyes + markingCategory: Eyes + speciesRestriction: [] + sprites: + - sprite: Mobs/Customization/eyes.rsi + state: no_eyes diff --git a/Resources/Prototypes/_EinsteinEngines/Entities/Mobs/Customization/screens.yml b/Resources/Prototypes/_EinsteinEngines/Entities/Mobs/Customization/screens.yml index 52a1fb4872c..7c990344466 100644 --- a/Resources/Prototypes/_EinsteinEngines/Entities/Mobs/Customization/screens.yml +++ b/Resources/Prototypes/_EinsteinEngines/Entities/Mobs/Customization/screens.yml @@ -4,8 +4,8 @@ - type: marking speciesRestriction: [IPC] id: ScreenStatic - bodyPart: HeadSide - markingCategory: HeadSide + bodyPart: Eyes # DeltaV - Moves screen to the eyes layer + markingCategory: Eyes sprites: - sprite: _EinsteinEngines/Mobs/Customization/ipc_screens.rsi state: ipc_screen_static @@ -14,8 +14,8 @@ - type: marking speciesRestriction: [IPC] id: ScreenBlue - bodyPart: HeadSide - markingCategory: HeadSide + bodyPart: Eyes # DeltaV - Moves screen to the eyes layer + markingCategory: Eyes sprites: - sprite: _EinsteinEngines/Mobs/Customization/ipc_screens.rsi state: ipc_screen_blue @@ -24,8 +24,8 @@ - type: marking speciesRestriction: [IPC] id: ScreenBreakout - bodyPart: HeadSide - markingCategory: HeadSide + bodyPart: Eyes # DeltaV - Moves screen to the eyes layer + markingCategory: Eyes sprites: - sprite: _EinsteinEngines/Mobs/Customization/ipc_screens.rsi state: ipc_screen_breakout @@ -34,8 +34,8 @@ - type: marking speciesRestriction: [IPC] id: ScreenEight - bodyPart: HeadSide - markingCategory: HeadSide + bodyPart: Eyes # DeltaV - Moves screen to the eyes layer + markingCategory: Eyes sprites: - sprite: _EinsteinEngines/Mobs/Customization/ipc_screens.rsi state: ipc_screen_eight @@ -44,8 +44,8 @@ - type: marking speciesRestriction: [IPC] id: ScreenGoggles - bodyPart: HeadSide - markingCategory: HeadSide + bodyPart: Eyes # DeltaV - Moves screen to the eyes layer + markingCategory: Eyes sprites: - sprite: _EinsteinEngines/Mobs/Customization/ipc_screens.rsi state: ipc_screen_goggles @@ -54,8 +54,8 @@ - type: marking speciesRestriction: [IPC] id: ScreenExclaim - bodyPart: HeadSide - markingCategory: HeadSide + bodyPart: Eyes # DeltaV - Moves screen to the eyes layer + markingCategory: Eyes sprites: - sprite: _EinsteinEngines/Mobs/Customization/ipc_screens.rsi state: ipc_screen_exclaim @@ -64,8 +64,8 @@ - type: marking speciesRestriction: [IPC] id: ScreenHeart - bodyPart: HeadSide - markingCategory: HeadSide + bodyPart: Eyes # DeltaV - Moves screen to the eyes layer + markingCategory: Eyes sprites: - sprite: _EinsteinEngines/Mobs/Customization/ipc_screens.rsi state: ipc_screen_heart @@ -74,8 +74,8 @@ - type: marking speciesRestriction: [IPC] id: ScreenMonoeye - bodyPart: HeadSide - markingCategory: HeadSide + bodyPart: Eyes # DeltaV - Moves screen to the eyes layer + markingCategory: Eyes sprites: - sprite: _EinsteinEngines/Mobs/Customization/ipc_screens.rsi state: ipc_screen_monoeye @@ -84,8 +84,8 @@ - type: marking speciesRestriction: [IPC] id: ScreenNature - bodyPart: HeadSide - markingCategory: HeadSide + bodyPart: Eyes # DeltaV - Moves screen to the eyes layer + markingCategory: Eyes sprites: - sprite: _EinsteinEngines/Mobs/Customization/ipc_screens.rsi state: ipc_screen_nature @@ -94,8 +94,8 @@ - type: marking speciesRestriction: [IPC] id: ScreenOrange - bodyPart: HeadSide - markingCategory: HeadSide + bodyPart: Eyes # DeltaV - Moves screen to the eyes layer + markingCategory: Eyes sprites: - sprite: _EinsteinEngines/Mobs/Customization/ipc_screens.rsi state: ipc_screen_orange @@ -104,8 +104,8 @@ - type: marking speciesRestriction: [IPC] id: ScreenPink - bodyPart: HeadSide - markingCategory: HeadSide + bodyPart: Eyes # DeltaV - Moves screen to the eyes layer + markingCategory: Eyes sprites: - sprite: _EinsteinEngines/Mobs/Customization/ipc_screens.rsi state: ipc_screen_pink @@ -114,8 +114,8 @@ - type: marking speciesRestriction: [IPC] id: ScreenQuestion - bodyPart: HeadSide - markingCategory: HeadSide + bodyPart: Eyes # DeltaV - Moves screen to the eyes layer + markingCategory: Eyes sprites: - sprite: _EinsteinEngines/Mobs/Customization/ipc_screens.rsi state: ipc_screen_question @@ -124,8 +124,8 @@ - type: marking speciesRestriction: [IPC] id: ScreenShower - bodyPart: HeadSide - markingCategory: HeadSide + bodyPart: Eyes # DeltaV - Moves screen to the eyes layer + markingCategory: Eyes sprites: - sprite: _EinsteinEngines/Mobs/Customization/ipc_screens.rsi state: ipc_screen_shower @@ -134,8 +134,8 @@ - type: marking speciesRestriction: [IPC] id: ScreenYellow - bodyPart: HeadSide - markingCategory: HeadSide + bodyPart: Eyes # DeltaV - Moves screen to the eyes layer + markingCategory: Eyes sprites: - sprite: _EinsteinEngines/Mobs/Customization/ipc_screens.rsi state: ipc_screen_yellow @@ -144,8 +144,8 @@ - type: marking speciesRestriction: [IPC] id: ScreenScroll - bodyPart: HeadSide - markingCategory: HeadSide + bodyPart: Eyes # DeltaV - Moves screen to the eyes layer + markingCategory: Eyes sprites: - sprite: _EinsteinEngines/Mobs/Customization/ipc_screens.rsi state: ipc_screen_scroll @@ -154,8 +154,8 @@ - type: marking speciesRestriction: [IPC] id: ScreenConsole - bodyPart: HeadSide - markingCategory: HeadSide + bodyPart: Eyes # DeltaV - Moves screen to the eyes layer + markingCategory: Eyes sprites: - sprite: _EinsteinEngines/Mobs/Customization/ipc_screens.rsi state: ipc_screen_console @@ -164,8 +164,8 @@ - type: marking speciesRestriction: [IPC] id: ScreenRgb - bodyPart: HeadSide - markingCategory: HeadSide + bodyPart: Eyes # DeltaV - Moves screen to the eyes layer + markingCategory: Eyes sprites: - sprite: _EinsteinEngines/Mobs/Customization/ipc_screens.rsi state: ipc_screen_rgb @@ -174,8 +174,8 @@ - type: marking speciesRestriction: [IPC] id: ScreenGlider - bodyPart: HeadSide - markingCategory: HeadSide + bodyPart: Eyes # DeltaV - Moves screen to the eyes layer + markingCategory: Eyes sprites: - sprite: _EinsteinEngines/Mobs/Customization/ipc_screens.rsi state: ipc_screen_glider @@ -184,8 +184,8 @@ - type: marking speciesRestriction: [IPC] id: ScreenRainbowhoriz - bodyPart: HeadSide - markingCategory: HeadSide + bodyPart: Eyes # DeltaV - Moves screen to the eyes layer + markingCategory: Eyes sprites: - sprite: _EinsteinEngines/Mobs/Customization/ipc_screens.rsi state: ipc_screen_rainbowhoriz @@ -194,8 +194,8 @@ - type: marking speciesRestriction: [IPC] id: ScreenBsod - bodyPart: HeadSide - markingCategory: HeadSide + bodyPart: Eyes # DeltaV - Moves screen to the eyes layer + markingCategory: Eyes sprites: - sprite: _EinsteinEngines/Mobs/Customization/ipc_screens.rsi state: ipc_screen_bsod @@ -204,8 +204,8 @@ - type: marking speciesRestriction: [IPC] id: ScreenRedtext - bodyPart: HeadSide - markingCategory: HeadSide + bodyPart: Eyes # DeltaV - Moves screen to the eyes layer + markingCategory: Eyes sprites: - sprite: _EinsteinEngines/Mobs/Customization/ipc_screens.rsi state: ipc_screen_redtext @@ -214,8 +214,8 @@ - type: marking speciesRestriction: [IPC] id: ScreenSinewave - bodyPart: HeadSide - markingCategory: HeadSide + bodyPart: Eyes # DeltaV - Moves screen to the eyes layer + markingCategory: Eyes sprites: - sprite: _EinsteinEngines/Mobs/Customization/ipc_screens.rsi state: ipc_screen_sinewave @@ -224,8 +224,8 @@ - type: marking speciesRestriction: [IPC] id: ScreenSquarewave - bodyPart: HeadSide - markingCategory: HeadSide + bodyPart: Eyes # DeltaV - Moves screen to the eyes layer + markingCategory: Eyes sprites: - sprite: _EinsteinEngines/Mobs/Customization/ipc_screens.rsi state: ipc_screen_squarewave @@ -234,8 +234,8 @@ - type: marking speciesRestriction: [IPC] id: ScreenEcgwave - bodyPart: HeadSide - markingCategory: HeadSide + bodyPart: Eyes # DeltaV - Moves screen to the eyes layer + markingCategory: Eyes sprites: - sprite: _EinsteinEngines/Mobs/Customization/ipc_screens.rsi state: ipc_screen_ecgwave @@ -244,8 +244,8 @@ - type: marking speciesRestriction: [IPC] id: ScreenEyes - bodyPart: HeadSide - markingCategory: HeadSide + bodyPart: Eyes # DeltaV - Moves screen to the eyes layer + markingCategory: Eyes sprites: - sprite: _EinsteinEngines/Mobs/Customization/ipc_screens.rsi state: ipc_screen_eyes @@ -254,8 +254,8 @@ - type: marking speciesRestriction: [IPC] id: ScreenEyestall - bodyPart: HeadSide - markingCategory: HeadSide + bodyPart: Eyes # DeltaV - Moves screen to the eyes layer + markingCategory: Eyes sprites: - sprite: _EinsteinEngines/Mobs/Customization/ipc_screens.rsi state: ipc_screen_eyestall @@ -264,8 +264,8 @@ - type: marking speciesRestriction: [IPC] id: ScreenEyesangry - bodyPart: HeadSide - markingCategory: HeadSide + bodyPart: Eyes # DeltaV - Moves screen to the eyes layer + markingCategory: Eyes sprites: - sprite: _EinsteinEngines/Mobs/Customization/ipc_screens.rsi state: ipc_screen_eyesangry @@ -274,8 +274,8 @@ - type: marking speciesRestriction: [IPC] id: ScreenLoading - bodyPart: HeadSide - markingCategory: HeadSide + bodyPart: Eyes # DeltaV - Moves screen to the eyes layer + markingCategory: Eyes sprites: - sprite: _EinsteinEngines/Mobs/Customization/ipc_screens.rsi state: ipc_screen_loading @@ -284,8 +284,8 @@ - type: marking speciesRestriction: [IPC] id: ScreenWindowsxp - bodyPart: HeadSide - markingCategory: HeadSide + bodyPart: Eyes # DeltaV - Moves screen to the eyes layer + markingCategory: Eyes sprites: - sprite: _EinsteinEngines/Mobs/Customization/ipc_screens.rsi state: ipc_screen_windowsxp @@ -294,8 +294,8 @@ - type: marking speciesRestriction: [IPC] id: ScreenTetris - bodyPart: HeadSide - markingCategory: HeadSide + bodyPart: Eyes # DeltaV - Moves screen to the eyes layer + markingCategory: Eyes sprites: - sprite: _EinsteinEngines/Mobs/Customization/ipc_screens.rsi state: ipc_screen_tetris @@ -304,8 +304,8 @@ - type: marking speciesRestriction: [IPC] id: ScreenTv - bodyPart: HeadSide - markingCategory: HeadSide + bodyPart: Eyes # DeltaV - Moves screen to the eyes layer + markingCategory: Eyes sprites: - sprite: _EinsteinEngines/Mobs/Customization/ipc_screens.rsi state: ipc_screen_tv @@ -314,8 +314,8 @@ - type: marking speciesRestriction: [IPC] id: ScreenTextdrop - bodyPart: HeadSide - markingCategory: HeadSide + bodyPart: Eyes # DeltaV - Moves screen to the eyes layer + markingCategory: Eyes sprites: - sprite: _EinsteinEngines/Mobs/Customization/ipc_screens.rsi state: ipc_screen_textdrop @@ -324,8 +324,8 @@ - type: marking speciesRestriction: [IPC] id: ScreenStars - bodyPart: HeadSide - markingCategory: HeadSide + bodyPart: Eyes # DeltaV - Moves screen to the eyes layer + markingCategory: Eyes sprites: - sprite: _EinsteinEngines/Mobs/Customization/ipc_screens.rsi state: ipc_screen_stars @@ -334,8 +334,8 @@ - type: marking speciesRestriction: [IPC] id: ScreenRainbowdiag - bodyPart: HeadSide - markingCategory: HeadSide + bodyPart: Eyes # DeltaV - Moves screen to the eyes layer + markingCategory: Eyes sprites: - sprite: _EinsteinEngines/Mobs/Customization/ipc_screens.rsi state: ipc_screen_rainbowdiag @@ -344,8 +344,8 @@ - type: marking speciesRestriction: [IPC] id: ScreenBlank - bodyPart: HeadSide - markingCategory: HeadSide + bodyPart: Eyes # DeltaV - Moves screen to the eyes layer + markingCategory: Eyes sprites: - sprite: _EinsteinEngines/Mobs/Customization/ipc_screens.rsi state: ipc_screen_blank @@ -354,8 +354,8 @@ - type: marking speciesRestriction: [IPC] id: ScreenSmile - bodyPart: HeadSide - markingCategory: HeadSide + bodyPart: Eyes # DeltaV - Moves screen to the eyes layer + markingCategory: Eyes sprites: - sprite: _EinsteinEngines/Mobs/Customization/ipc_screens.rsi state: ipc_screen_smile @@ -363,8 +363,8 @@ - type: marking speciesRestriction: [IPC] id: ScreenFrown - bodyPart: HeadSide - markingCategory: HeadSide + bodyPart: Eyes # DeltaV - Moves screen to the eyes layer + markingCategory: Eyes sprites: - sprite: _EinsteinEngines/Mobs/Customization/ipc_screens.rsi state: ipc_screen_frown @@ -373,8 +373,8 @@ - type: marking speciesRestriction: [IPC] id: ScreenRing - bodyPart: HeadSide - markingCategory: HeadSide + bodyPart: Eyes # DeltaV - Moves screen to the eyes layer + markingCategory: Eyes sprites: - sprite: _EinsteinEngines/Mobs/Customization/ipc_screens.rsi state: ipc_screen_ring @@ -383,8 +383,8 @@ - type: marking speciesRestriction: [IPC] id: ScreenL - bodyPart: HeadSide - markingCategory: HeadSide + bodyPart: Eyes # DeltaV - Moves screen to the eyes layer + markingCategory: Eyes sprites: - sprite: _EinsteinEngines/Mobs/Customization/ipc_screens.rsi state: ipc_screen_l diff --git a/Resources/Prototypes/_EinsteinEngines/Entities/Mobs/Player/ipc.yml b/Resources/Prototypes/_EinsteinEngines/Entities/Mobs/Player/ipc.yml index 329b1b335d8..b1c95c74dc9 100644 --- a/Resources/Prototypes/_EinsteinEngines/Entities/Mobs/Player/ipc.yml +++ b/Resources/Prototypes/_EinsteinEngines/Entities/Mobs/Player/ipc.yml @@ -82,6 +82,7 @@ entityType: enum.SiliconType.Player batteryPowered: true drainPerSecond: 1.3 # DeltaV change from 1.5 + idleDrainReduction: 0.6 # TheDen - 60% less power usage while idling, for IPC Dynamic Power Draw chargeThresholdMid: 0.80 chargeThresholdLow: 0.35 chargeThresholdCritical: 0.10 @@ -112,6 +113,9 @@ - type: Fingerprint #Funkystation IPC fingerprints - type: CombatMode # DeltaV - let IPCs disarm canDisarm: true + - type: SnoutHelmet # DeltaV - IPC Snouts + replacementRace: vulpkanin + - type: Wagging # Funky - Added wagging for IPCs - type: entity save: false diff --git a/Resources/Prototypes/_EinsteinEngines/Species/ipc.yml b/Resources/Prototypes/_EinsteinEngines/Species/ipc.yml index ed7ed334d3b..52e2d07ca4e 100644 --- a/Resources/Prototypes/_EinsteinEngines/Species/ipc.yml +++ b/Resources/Prototypes/_EinsteinEngines/Species/ipc.yml @@ -31,7 +31,11 @@ HeadTop: MobHumanoidAnyMarking HeadSide: MobHumanoidAnyMarking Tail: MobHumanoidAnyMarking - Hair: MobHumanoidMarkingMatchSkin + # Begin DeltaV Additions - Adds new layer types for markings-sake + Eyes: MobHumanoidAnyMarking + Hair: MobHumanoidAnyMarking + Snout: MobHumanoidAnyMarking + # End DeltaV Additions Chest: MobIPCTorso LArm: MobIPCLArm RArm: MobIPCRArm @@ -46,6 +50,19 @@ - type: markingPoints id: MobIPCMarkingLimits points: + Hair: + points: 1 # DeltaV - Fixes hair not displaying + required: false + FacialHair: + points: 1 # DeltaV - Fixes hair not displaying + required: false + Tail: # DeltaV - Adds ability to use more marking types + points: 1 + required: false + Eyes: # DeltaV - Moves screen to the eyes layer + points: 1 + required: true + defaultMarkings: [ MobIPCEyesDefault ] Head: points: 1 required: true @@ -62,7 +79,10 @@ points: 4 required: true defaultMarkings: [ MobIPCLArmDefault, MobIPCLHandDefault, MobIPCRArmDefault, MobIPCRHandDefault ] - HeadSide: + Snout: # DeltaV - Adds ability to use more marking types + points: 1 + required: false + HeadSide: points: 1 required: false Wings: @@ -92,7 +112,7 @@ id: MobIPCHeadDefault bodyPart: Head markingCategory: Head - speciesRestriction: [IPC] + speciesRestriction: [IPC] sprites: - sprite: _EinsteinEngines/Mobs/Species/IPC/parts.rsi state: head_m @@ -112,7 +132,7 @@ id: MobIPCTorsoDefault bodyPart: Chest markingCategory: Chest - speciesRestriction: [IPC] + speciesRestriction: [IPC] sprites: - sprite: _EinsteinEngines/Mobs/Species/IPC/parts.rsi state: torso_m @@ -121,7 +141,7 @@ id: MobIPCTorsoFemaleDefault bodyPart: Chest markingCategory: Chest - speciesRestriction: [IPC] + speciesRestriction: [IPC] sprites: - sprite: _EinsteinEngines/Mobs/Species/IPC/parts.rsi state: torso_f @@ -135,7 +155,7 @@ id: MobIPCLLegDefault bodyPart: LLeg markingCategory: Legs - speciesRestriction: [IPC] + speciesRestriction: [IPC] sprites: - sprite: _EinsteinEngines/Mobs/Species/IPC/parts.rsi state: l_leg @@ -149,7 +169,7 @@ id: MobIPCLArmDefault bodyPart: LArm markingCategory: Arms - speciesRestriction: [IPC] + speciesRestriction: [IPC] sprites: - sprite: _EinsteinEngines/Mobs/Species/IPC/parts.rsi state: l_arm @@ -163,7 +183,7 @@ id: MobIPCLHandDefault bodyPart: LHand markingCategory: Arms - speciesRestriction: [IPC] + speciesRestriction: [IPC] sprites: - sprite: _EinsteinEngines/Mobs/Species/IPC/parts.rsi state: l_hand @@ -177,7 +197,7 @@ id: MobIPCLFootDefault bodyPart: LFoot markingCategory: Legs - speciesRestriction: [IPC] + speciesRestriction: [IPC] sprites: - sprite: _EinsteinEngines/Mobs/Species/IPC/parts.rsi state: l_foot @@ -191,7 +211,7 @@ id: MobIPCRLegDefault bodyPart: RLeg markingCategory: Legs - speciesRestriction: [IPC] + speciesRestriction: [IPC] sprites: - sprite: _EinsteinEngines/Mobs/Species/IPC/parts.rsi state: r_leg @@ -205,7 +225,7 @@ id: MobIPCRArmDefault bodyPart: RArm markingCategory: Arms - speciesRestriction: [IPC] + speciesRestriction: [IPC] sprites: - sprite: _EinsteinEngines/Mobs/Species/IPC/parts.rsi state: r_arm @@ -219,7 +239,7 @@ id: MobIPCRHandDefault bodyPart: RHand markingCategory: Arms - speciesRestriction: [IPC] + speciesRestriction: [IPC] sprites: - sprite: _EinsteinEngines/Mobs/Species/IPC/parts.rsi state: r_hand @@ -233,10 +253,10 @@ id: MobIPCRFootDefault bodyPart: RFoot markingCategory: Legs - speciesRestriction: [IPC] + speciesRestriction: [IPC] sprites: - sprite: _EinsteinEngines/Mobs/Species/IPC/parts.rsi state: r_foot - type: Tag - id: IPCMaskWearable \ No newline at end of file + id: IPCMaskWearable diff --git a/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/antenna_markings.rsi/meta.json b/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/antenna_markings.rsi/meta.json new file mode 100644 index 00000000000..2c2b0b02e7c --- /dev/null +++ b/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/antenna_markings.rsi/meta.json @@ -0,0 +1,75 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from https://github.com/IrisSS13/IrisStation/blob/5a1a8bd7bd2fb70bcac18ab575dd1091df975c52/modular_nova/master_files/icons/mob/sprite_accessory/synthliz_snouts.dmi ported by ZigTag", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "synth_antenna_basic", + "directions": 4 + }, + { + "name": "synth_antenna_curled", + "directions": 4 + }, + { + "name": "synth_antenna_thick", + "directions": 4 + }, + { + "name": "synth_antenna_thick_light_1", + "directions": 4 + }, + { + "name": "synth_antenna_thick_light_2", + "directions": 4 + }, + { + "name": "synth_antenna_short", + "directions": 4 + }, + { + "name": "synth_antenna_sharp", + "directions": 4 + }, + { + "name": "synth_antenna_sharp_light_1", + "directions": 4 + }, + { + "name": "synth_antenna_sharp_light_2", + "directions": 4 + }, + { + "name": "synth_antenna_horns", + "directions": 4 + }, + { + "name": "synth_antenna_horns_light_1", + "directions": 4 + }, + { + "name": "synth_antenna_horns_light_2", + "directions": 4 + }, + { + "name": "synth_antenna_cobra_1", + "directions": 4 + }, + { + "name": "synth_antenna_cobra_2", + "directions": 4 + }, + { + "name": "synth_antenna_hood_1", + "directions": 4 + }, + { + "name": "synth_antenna_hood_2", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/antenna_markings.rsi/synth_antenna_basic.png b/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/antenna_markings.rsi/synth_antenna_basic.png new file mode 100644 index 0000000000000000000000000000000000000000..e40b5f475428be0021076bfaa5e58f035bca2dbe GIT binary patch literal 388 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|TR( zr;B4q#hkaZ9J^W#1YEo&Y+AJS9~>*Lh{=D%8ng2=Q{KM-=En2s5|?L9bhyea-ZtZ1 z-3*tGcmZ{tgn7@eoA~5cCbxvx6e|M-E+|DTZm~W(`GejEy~I@ycsq0|_7`SK r?-6=ozjJc`er5vB0lV`FYYlTd+v3RgTe~DWM4fkztkP literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/antenna_markings.rsi/synth_antenna_cobra_1.png b/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/antenna_markings.rsi/synth_antenna_cobra_1.png new file mode 100644 index 0000000000000000000000000000000000000000..e506d1324d452e450e295ad49634370edf462dc6 GIT binary patch literal 544 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|VnF zPZ!6KiaBp*9qes35O7UjYWsYGv`i2q?-I6G9-$&G%pnt;cNBUsuc=$osgo^k!_2nH z_`Q&j&h5`{3MaJX8~JT&SeAM0_Sl!T9`hG#@Oy4`UbH6b{|^1P!Bd!Y5?|S+ zKB?O4$JY5f_jcDWk);g$MLT0&lvwR;uC<&0_-|eP_LG`SkLRC%e!VnM-k{0ZqgL_3@I2#2mIIdOJ(}4c zJ#SF`K7G>S|NXWs*AKByD2!o{JdTG-pV)Bc=?C3s3&aGjz4_)6#nT(e`M}76OE`MU zk>}42+&3*2;C?XmdE@I{%Qoql`!loruCQ^N$E@Wd#i_)Y_@SCbR`?vFk;%&iUX98u z^39f|vD3fHF8trYJ;CIekmTYh|4vcaJPgg&ebxsLQ0Hy!n-~a#s literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/antenna_markings.rsi/synth_antenna_cobra_2.png b/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/antenna_markings.rsi/synth_antenna_cobra_2.png new file mode 100644 index 0000000000000000000000000000000000000000..943e05d6b2d3453104107652068ab9439d40e7ca GIT binary patch literal 368 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|TRy zr;B4q#hkaZ4)Qh|@VM45ohRAIx#_>k%m%@ThEwf#q8{DS_5JmKvH*Kc!Mx;-miG$o zOnVx)URyk+=y%8+jUB9OUf+tHW4nFF%mVI+X-lK8&eXbJzOg*uiq+ z+P!USrLQNYRq^j&srX&B?VouJQ;v6ZXmw#O`;<@Z@r=<^zV3)UUsZGLpZPs2j=8#d z+gi;_gjg(v7>ZOFo_H{vn8+|enGtBQLmx|n3?~DMgs|9$SMm?_PdpJ4dN5af2iIv; ztH}aF2DfA!)aFlUn7ArG literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/antenna_markings.rsi/synth_antenna_curled.png b/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/antenna_markings.rsi/synth_antenna_curled.png new file mode 100644 index 0000000000000000000000000000000000000000..037a0a2762ae9694384bfe923cefe1f35bb73a3b GIT binary patch literal 441 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|R5W zr;B4q#hkaZ4Evf51YGSe&1>pn4k+ZS(mQ3DF=53@0b5z#)txDtr}Pr{#I3*Z@Bb1H z!)(qkR+Y2pEOueuBVE-er3nspaZNK-~ z-`e&!h_zbom?E>{{`451J1b;2ysr+b*An|5%UCzb-s`}&+#h;76VD$n+_NTt%kq;u z=Zs~VEA6Ms{QN4^BYCGZcH*V^UVVRVF)Fw-IrOnK$Z#@P3NaL^Fg)>KI5Cl7f-vUlhNHI+>8_|f=a>Hez~@J~=jPp3dN;p;b=LEr zJ65+`Kh^%5E8Jx-^Qu)9-8CyU(8FO39s_9ebVQ zZTXI}1KA4x5B5K+^fNqq@xB6vBQRaZx3|GxiuFiW@;SE+z_?)WboFyt=akR{0Nlg1 AjQ{`u literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/antenna_markings.rsi/synth_antenna_hood_1.png b/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/antenna_markings.rsi/synth_antenna_hood_1.png new file mode 100644 index 0000000000000000000000000000000000000000..2f72de975b891d8f8a4d55801513c5a3cfc9b479 GIT binary patch literal 506 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|Vn4 zPZ!6KiaBp*9qes35ODqPWm)`ytv$qnS;Qq&#DzKJ0Arp^M#I(qloUmwob_jg&hGJ6 z+F&y;y}vcZUO`5b;b8@L#_h7&@9Q#W$*ZW9)uc136~tbzu$zBkQx5kwozqr4hp(x% za#+{Rd%iy1H85e;vg`jV=QTgF=1e#~-)d{>jxFC?{~8u1spr>eHlFvDp8sPxlhdTc z-w{H6lj_;;7prdAoBe0~T^7sNWt=TVS_&y<$BBf2jHI`PQ)cTyQ=6k{AE8%@0PbVBm0P zb+FK4I26bz(8twK5W>*1myh%sjcb>t`LK$<; zXLSyjCM#P1{O?iKZ_9S-gQb``%hUt1lkOij{93#Jknmj=MVa@P6R$~3j|vUluEpG^ z`Sarsy9cobM4?@oO0 V`~LgeIl#zd@O1TaS?83{1OOZc&DQ_` literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/antenna_markings.rsi/synth_antenna_hood_2.png b/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/antenna_markings.rsi/synth_antenna_hood_2.png new file mode 100644 index 0000000000000000000000000000000000000000..a913716e95e624413288b4605c98e1b03be49c90 GIT binary patch literal 347 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|O(k zr;B4q#hkaZ4)Qh|2(Xw3-J9aT`X!!IG=Pa$Wf%K?m6#f?ji%N@kBXh18*ZC;WA}rI z1`t}p`sVk)j^8G}+r51Am$0mP{p-fIw_Dz===_x$**0Nw2)9c6 zy5?O4v)jzS3VYd)EJ*4-{xz$&f5*S(^?r^1&C9;*{E+EF0bkWQkMow74zOmt(8$avGo7fD8t5=%f9ltJ z*Aq|A`_X+|?^wKoJ5vpNNa)wO&wnQ8{=O(9d*8c(_2i~E$@90)*L~RY!>duZdD*hJ z(&9xaHTjIS_mg*>eY1PrYj2e^NAGJL^gdv~<8k>*a$jV1TKIehmZT~`NnRK!8 Snr>j!FnGH9xvXfyxlmrdPAY?w{;iqmEPFFByH{ex^m}H-=3Ko7B4I;pJ($3 zJoxl6nXz8MoheDXB=-BN*H+wT{e55kTg(~~Dmr!ktSf)rISo#`KMh~kr2Wgjlr6{F zic7~-^LM|P!Fl6t({ycl4(kd9eV12Fh!mTW`m?MvvhMb_>E0(k%b49Lm6^8fPod1> z+ucGJOnkq2{#^dUCtv;GrD^r2;~(69v-W`T+rM)fu6QtHs=JG}781iqtd;GpiP{`~4_XRs-e0?W0d_9c!5;E;GjW_q?1>x0W@k7qL3zX&u;>yWa5F<2PUP z*UqTdIECa2 Rz5%_!;OXk;vd$@?2>?yRV>JK( literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/antenna_markings.rsi/synth_antenna_sharp.png b/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/antenna_markings.rsi/synth_antenna_sharp.png new file mode 100644 index 0000000000000000000000000000000000000000..be14ff6b411adce8df711424c08f397de144fa18 GIT binary patch literal 384 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|TRx zr;B4q#hkaZ424_`L|oU;v^QH29LeClfqAd#tG6wIt96_npVzK?+%1?gW9RoNoll<1 zp7cJ*{=}oQGMo&S zLJUPJC=z`(SGKMFJUKWt^x%Ka8;@VzDr5Dz{A5ney!4dFZyBH3R4w}+3myL$e?R~4 zy7!%J!41Ayp6hOMeNo$XEobMBxM{%+*$ufnZO(r*)A_jX{oej1<$_xn@~0H2RX)C= q`=R7vbn#NLmr^X47Gt>RC)3^c1qPGcgKL37%HZkh=d#Wzp$PyO^Ow2+ literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/antenna_markings.rsi/synth_antenna_sharp_light_1.png b/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/antenna_markings.rsi/synth_antenna_sharp_light_1.png new file mode 100644 index 0000000000000000000000000000000000000000..85f8131a797ec760c3f0c03c6180b0c708ba863c GIT binary patch literal 405 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|TSG zr;B4q#hkaZcK5azh`8!s>S8<5p~2v_fVn73Wx23`p`h!8Gp8EeGuWz+cdvEa^<5?6 z--kDgmp^BybLeAf(VMaC{4t*|u)S+>U=oH-wU^p{)y85}S Ib4q9e03h+HZU6uP literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/antenna_markings.rsi/synth_antenna_sharp_light_2.png b/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/antenna_markings.rsi/synth_antenna_sharp_light_2.png new file mode 100644 index 0000000000000000000000000000000000000000..85eea3f5e000f7584a614c4672d35c1550b5a4aa GIT binary patch literal 239 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAP;jBA zi(^Q|oVT~ExtJ9h7%pQHGsN3P5FC4Ka)pw6O?=39s{KUv6)IC-eE4(+t;{ m{ull1pKJV`1*>9YLG!XdiZfMy?YIhbEQ6=3pUXO@geCxcrBIdt literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/antenna_markings.rsi/synth_antenna_short.png b/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/antenna_markings.rsi/synth_antenna_short.png new file mode 100644 index 0000000000000000000000000000000000000000..b19df3493fdffae069852210c838e8f8f3e9786d GIT binary patch literal 401 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|TS8 zr;B4q#hkaZ47pkiL|oDnKQfh>RWan+wC_#d@?8zcdZUw@6SHYSgoaAijno;dE%bd3FeW1wEmor!YI8{EY!GLGKqPyyueU*7! zKMuL?`>dVd6!UHVvzIm5jA?7G8QLVtxc`u5_ z&E3j6arvLWc$#E587zeuic}b$crcup$S^^fQNf+b0c1HsqTzI6vHA9OwRaigo@SY6 zGsa%mbriV6S2L-$-RAuE+RLV%LaY6N)|~&mEslAy#;=3*P^Bzie_d{&}+S?z#yK!AsV?K5J?`Kgy}=*DscRl_yMdkL{Q+ z<7+dE&grJgc@O1`jpf=NCSD7kw5aX_=ZaNYpU;-ZPXD8FWSzXqg52A0&islDx^mrL z;E4yriHQsolo=J=nH>69fL1YB3NaL^Fd!tJ2Q!SNoch7(RGyAiurl9>!rd!+A_8mK3s1wJz^RYUoMBBn$#`V*MK7N&FC{kf~ z;=yoYBEtk_Mg?~!hd!1D8BPXEAtVW5(GBl++g|*4&e7|fBjf2!f40uLr;|MY_P)@( z?2K8@46ZL=$aaZ3e^#o$>}%_u&cBOt59+1wZkuPlm3>Fs5>CTcyZUC;3VlzEsXG=Z zd{tfJKz-+K^VMn(eRpJiJ)W$jHt=-YNURMk`h;WUw{sZ=S)>)?S{&6e>hBSkx LtDnm{r-UW|pCzP8 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/antenna_markings.rsi/synth_antenna_thick_light_2.png b/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/antenna_markings.rsi/synth_antenna_thick_light_2.png new file mode 100644 index 0000000000000000000000000000000000000000..83873d368f45c80d0b4ab5527a0c04a1f09c40cb GIT binary patch literal 240 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAP;il_ zi(^Q|oVPa(xtJA27%p8i3N;3`MLC>ljXmGVEkh2xq_$Ol^35{_mIj|L2yy+rv|k o`$7M3{hK>G)d^~S$-Ia0iiP6LrHtz?0bR@B>FVdQ&MBb@0E{A4bpQYW literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/body_markings.rsi/meta.json b/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/body_markings.rsi/meta.json new file mode 100644 index 00000000000..1034b0f3000 --- /dev/null +++ b/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/body_markings.rsi/meta.json @@ -0,0 +1,59 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from https://github.com/IrisSS13/IrisStation/blob/5a1a8bd7bd2fb70bcac18ab575dd1091df975c52/modular_nova/modules/bodyparts/icons/synthliz_parts_greyscale.dmi ported by ZigTag", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "synth_lizard_chest_m", + "directions": 4 + }, + { + "name": "synth_lizard_chest_f", + "directions": 4 + }, + { + "name": "synth_lizard_r_arm", + "directions": 4 + }, + { + "name": "synth_lizard_l_arm", + "directions": 4 + }, + { + "name": "synth_lizard_r_hand", + "directions": 4 + }, + { + "name": "synth_lizard_l_hand", + "directions": 4 + }, + { + "name": "synth_lizard_r_leg", + "directions": 4 + }, + { + "name": "synth_lizard_r_foot", + "directions": 4 + }, + { + "name": "synth_lizard_l_leg", + "directions": 4 + }, + { + "name": "synth_lizard_l_foot", + "directions": 4 + }, + { + "name": "synth_lizard_r_leg_digi", + "directions": 4 + }, + { + "name": "synth_lizard_l_leg_digi", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/body_markings.rsi/synth_lizard_chest_f.png b/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/body_markings.rsi/synth_lizard_chest_f.png new file mode 100644 index 0000000000000000000000000000000000000000..0a9b6f0226d3aa9355432edb3cf40ea398c32676 GIT binary patch literal 782 zcmV+p1M&QcP)Px%$Vo&&RCt{2nz6B?Fc5}+-yCBSDI}39fC30y2z|H^_d(<;9MAw2pu`y_!6x7Z zZ=}N-zZE*k)*4buTrL;)*)$D| zG1%|-q&X>+WjO*snx?p1E>KFr7y~IK>beF16h%SO|3$f3DTO@GA*F;60!k?eAt0qh zp65_XQKkzbO;e}cb)B;zP1B(Ho_0W4mSdjh0Dw4-(RCdFpzAusaSQ;+^V~h9S5ubd zX#c#`6+$>WtP`mEq!j=F!!V%lduNCc0)5|O7zXN8B(&BLLckc~bgdHrz!(D|1hm$q zd4E59qcP^r+f%GDecw9+Urp0AkW#vR4**h1H?~`%X&TbJq=4Zs!zo?Yp{{Fk5Tfd9 ztzE1!#@vmYrXlN-jrEO~BOZd)2jDUgfM9)63@FQT%(Cp^Z&{Wt767OEHrptrTq?BL zDMbJ27+~3Mx1{T@W*TFrF(4GO1FqLA>G~^qwDsn`dwkRi@FTpx0;m}Pn6UzeVL%i` zF8{Bw0s#DV1%x<&{36u0Es`Wb6h#1lD2k9I3EH+Li_gIrgY)@3I|c-$K|3yrV&i|G zWlezo@pv3>x7%v^48t%C!!QiPFbu;m4D;d4DvjAwSz`=#yWOhiai`O1^lb*A z;5*noDoejB2m*hezJL80$Z62ucNRY-Es3u+wQ2D*_)|l|npxl{t&nDkmo!PO(IMvB z;CHL7@+N3`=bs0@gK=HgcUvK}RVK)2f1kapF8{CC!7vQNFwAH21=WSNT|f1j3IG5A M07*qoM6N<$g4Oz982|tP literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/body_markings.rsi/synth_lizard_chest_m.png b/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/body_markings.rsi/synth_lizard_chest_m.png new file mode 100644 index 0000000000000000000000000000000000000000..44eb0f9a264f1de6cfa2db49595af174726dbf6a GIT binary patch literal 740 zcmVPx%o=HSORCt{2n!k~&Fc8MSd-E8Rh>%27Km$~84LG3>7vess!4=Q|6`;f!D6xmY z7kE}9WA2940e+shzr^B?^)1V;5Ly615ClOG1mXYWgLCrnc)V$?k!2Z@BthTz?ze4Q z7-Mia99VsZ=;wKkzVD&6hA{?7lAvjtApO4_@%?@e0I=3VDFvmJJ6;q8HE(M;f%JWC zYb~_a0DwHt$p)7GpSdTJ5CFt+3~McbyEEcAo;+_!wASw8Ntc`e;K?C#ne6~#7zSJ} z7iWl43YW_T!!U5WVv%JTlu|IpI9=Z%#uzB2kYyRG-`Nf@#=u(paPb5=!CLDKT$;MB z-5oZ@I2~$Jgw%D->X$tTetv#FIRLnakA0RWIBiEGm_E-VKC!1a1%?Ozhg@2Lpzk8@xwh!BW1WX;D z!`nr`IQ4#;b`k;HKhT{Xh5=C&x##~D5dh%F2ncZiYa(QfLDzLi(-ct@0RW;XLYk)N zx^A^OfUobj&*$^gJ}&HMHocJ0i^q7IZNZ!A3xXgBf*=TjAP9mW2*R7gUPG&@>PGAH zv?^=!Cu z!Bml!3%fAlf2lDpPjAIomu%8nvx_5a2aJvI%hMs1nGnXh^r2J;>=dBf_d{>%R2YXo zwa4Sq9M}$+`Z~lnVhg_0`p&kWU^`&Sm{$yhOO(ceU!=g;kXNL@SW{9UAO(VEf_a`l zh`n+qNLXvpG|jp*K>#Sr@}p^*hj82S?oVlkUOW&G0mOL9xz*kOSM&uz5ClPZf4%^p WF~Y|?D!ym{0000?xrf9GC&%CF#gdt2uH@5O(4W3Ruo;5#aDem=<2Q1D}+ z_vfzyPU~Jrg@$S_T_Uk~S>~?2!XM_k>mNK*B6IxdI){rDe*z;6jC&tfWUD`zx-EC} vce~j$&#bX{|M=9hDVHjL?iWhlqxxL<#G|muqP=GJAagxk{an^LB{Ts5sjq}o literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/body_markings.rsi/synth_lizard_l_hand.png b/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/body_markings.rsi/synth_lizard_l_hand.png new file mode 100644 index 0000000000000000000000000000000000000000..c8dc710473cc1c28bb958fb516f17678e29dc8fe GIT binary patch literal 251 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|wtBiahE&XX zdut=_VFiKKhtt;-Hg8~GTruHxbDM6A0Y~u!E^p1CBX-dnKh-na@TsgS7Xs=6f`6x# ztuEYk_wrn8>Un9C&hGOC-xWQL-+NqBKmX!@WzM#yyyJ(RoSx5m<*jx|B2X2df>%ma~i$F90Q)A7GvdN*{@yiM{2OYi+&`0LM< pzYW?mBX8&(%H8M;RMhZ(FT+nR@2j)A^s+&kJYD@<);T3K0RR?oV;2Ab literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/body_markings.rsi/synth_lizard_l_leg.png b/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/body_markings.rsi/synth_lizard_l_leg.png new file mode 100644 index 0000000000000000000000000000000000000000..b3c97992bac2f59dc7c8f4e9e431cd17e405f284 GIT binary patch literal 332 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%z**skwLn`LH zy|pp-hyhP)qS}sY!WXJD_|4}9_KFp(b&6hLpnieDue70C;p0i0=S{!&Gs75+|fa+AQMxxTf?M z;~AeIFCnK1rLneEzcx;r*|}<0>O48d(5acTY^p3nyhBx69!z^_#I)8_b7_Uk-z*t- zPtDjMZkS~Z`T6^of4_6p{#NtxSf}enSI+3&X0?mH&V1+kWldE>mdKI;Vst0I-UOzW@LL literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/body_markings.rsi/synth_lizard_l_leg_digi.png b/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/body_markings.rsi/synth_lizard_l_leg_digi.png new file mode 100644 index 0000000000000000000000000000000000000000..9bb0bb349122dc3794e4382853d5f6413f48877e GIT binary patch literal 648 zcmV;30(bq1P)Px%LP9`ZlGL1kNCr%EjcG=K-o!7zQ@eH^ed$-d<6(0gb+dqA%qY@2qA=!Ngj`fS4#OM zvXxTaS{pq3XNZu;71$9lbvLgf7j5pum=L&UtL?|W2L6)Z2v1U&1y zE_CFJki`SQ>}51O^F!gBb4V$JEYD{}QFs7291Z{gt#y#=%w7SP%LTw!;Y$?{0H@O_ z5<;Nw`G_$5|>Qpyh#U6v(` zF+p;JZGu%*Ax%?UE*FIUFEA8emL+z(9h`H)vS&|#lrl2LplKQmze^B8z!-zJZPB*v zVtWlCgb+dqA%qY@2qA=!|JmeE%StJqW!ZPD${6#}Pt{5(pQb4oW9a)HjIl}m!dZQR zp?Kh{IeI)E7dag9J3~KWD1I2jSd&|0Qp)JL;O%w`t@YHn$z!6P&ON_NhD zzI&{c@^xMNJkPzg*5`TtvDaZy6y93vi=yy#U5`Ge7-SQaQbujtB1sZxt&t>2h}gF@ iO#`hpnx>g_=YIjZ$RBA!qawNh00001LhE&XX zduwCvVFQ8IhtCzF3k2RBbc-(JH@oB1x@||3IeRcmW|PArrRZ%v|5s~1c-Xo8nF=FN zYecZu%k$?99w}OSYu-Jh7uYcKtF3BHj;zMgl5+cLuTtLG)d-t$PgpW#Qr6nzL35W} zTQ%j{(gTe~DWM4fy9kJo literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/body_markings.rsi/synth_lizard_r_foot.png b/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/body_markings.rsi/synth_lizard_r_foot.png new file mode 100644 index 0000000000000000000000000000000000000000..0aebfb268a0bd914eefc596ff9fb8d7643554833 GIT binary patch literal 308 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|-g&w>hE&XX zduwBEi-E|okNSbz41_Bf&9_|fF!|DRKp~B9`jigNJq)a-^A4|U%22W_-+9OL=YJ{l zZ=ch5*7!34jevlL`Uh)Ek~tK;Cv6RTy~}ITu|gfY{~C%dHD^Dg)cDY+z8{rQ|{m3H>4kGQ`)R(pSI?(LoXCS}jtmOFn23(Q~!hPW%f zfByo$0BN^YJcyG&cQx vZP~e#mgVJpAN_1tJ>}BRAL*Tj|Geh1!Y702%J->gTe~DWM4fLJ5Kl literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/body_markings.rsi/synth_lizard_r_hand.png b/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/body_markings.rsi/synth_lizard_r_hand.png new file mode 100644 index 0000000000000000000000000000000000000000..6b25f6f93c1a1756c2f7e48e9a7812f14ee5efd5 GIT binary patch literal 262 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|4tTmahE&XX zdut;vv!Z~@#f`TY2>ew!!9GpS+~f_I>A@Tg;`X@m%Nq-y<`wXZG_ep0G6Eb6>VW zW$BbS=NpdIHC~zL*pqv<{^iHX^^Uh@Q-i@}BWtcN?}5s1+-KHp^uBsFA$1eT2v1i(mvv4FO#tcu BXV(A# literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/body_markings.rsi/synth_lizard_r_leg.png b/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/body_markings.rsi/synth_lizard_r_leg.png new file mode 100644 index 0000000000000000000000000000000000000000..ea2e81caa34ef2a5a2e18daae2002eee6dba048d GIT binary patch literal 330 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zSv*}FLn`LH zy|r;|iviEE!uyxAXCAoOY@0E|&{u4M-$dO@6-;a=v;+LYW11gwzWeh3s>?r-hbG%N zfChmy=lk!|L=ZAgsQeEXsVVU+`MvCN5_<)nCG#&2ELa!e~|5Ytg-6VsV7;D)_Z{( zHB~tkV`N!j)-l|FUh4l~RczzpYR0+Q7Prz{?jI;+tmT>=BxG!DdLeG<6lcj8afMC2 zOR5_x=gGfg@vGIkPx${7FPXRCt{2+Oe&xFcb#hKTo&y1ZM-J)J)(R=ox`UGKU-bh?;^LiGqp(FJKSg zTRa(|T)ijkn}ihq*Ca(OAKS+!;us(zA|fIpA|fIpBKpA?6UK22XUFkB%d!MxOj3+r zDL+<9VOf^oy~p)>y`+WrI^#G7rBqhiKRJ!MuFLA|Rl2T&_dcub;R&$TW_9o`xr=gm z3y28Xw%xuPV?tF`r*8veOeo6|0Jiv29L|8MsxBe|5drWy84=^~-a|ytG)>Z?BprhL zLC1+WTg=Ru1*r~CKzzIuMF9YqrYWn#SI}B-XF%%KJhTOjG2wo{qbLg8Znw-ZU&lFz zvMiyshP4(c{{;?bz&y{GrfK{9gaZ)xdp7L{{3%@~iDwi}T(? zDFyHS+h3C#V?r#@D5WqALw5hk(#`vZ}+*If%$9t8cAE+qTeJKczr>cnie(o3$3}x}KK$P19UNWGjfK zUW$5@lmYuP^qH)+u-0bZ3D`@T0OuUE)=)}8MBaWyCa!i_max`h7=~Y;0m%XMeIM$& z4$HEHx~|`LZ*bpd-}lM)0skfGF<4dAWnEXy^Ne8_FwgTdVmM^q=QGcsZ{2emQ2n1l QNB{r;07*qoM6N<$f^}pJJOBUy literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/head_markings.rsi/meta.json b/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/head_markings.rsi/meta.json new file mode 100644 index 00000000000..fa88f26fbf2 --- /dev/null +++ b/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/head_markings.rsi/meta.json @@ -0,0 +1,23 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from https://github.com/IrisSS13/IrisStation/blob/5a1a8bd7bd2fb70bcac18ab575dd1091df975c52/modular_nova/modules/bodyparts/icons/synthliz_parts_greyscale.dmi ported and edited by ZigTag, vulp_head is taken from Ward Takanashi + Vulpkanin Heads, modified by ZigTag", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "synth_lizard_head_m", + "directions": 4 + }, + { + "name": "synth_lizard_head_f", + "directions": 4 + }, + { + "name": "vulp_head", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/head_markings.rsi/synth_lizard_head_f.png b/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/head_markings.rsi/synth_lizard_head_f.png new file mode 100644 index 0000000000000000000000000000000000000000..07639588497ad906b3130a368af6422da5d949bf GIT binary patch literal 441 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%yJzX3_D(1Ys zwXv(&L4fUn{qnVyjS(zs*6P*>%rBHb(p=KmFn2@izJ|+M%Wmy;5#m$NI&t@ZV}{tZ zo3ie~ZqQz@zW+S&CWN-rTzWZKO=@pPQU3 zR&hQ5Y|e0J?&?)Rybi+kR*`~%$HS+-S^PcswEjlJv@@H|{I{Fym;X~;2?_kt=zhb` zuq}RZyw<*|Or5@D89w&=+n#>9Qj)nQH`>H^ahLt>!;4RtBy< z&z@{hU3x=Mu%lys&HeIQ(Py6}sd~OTzHq7Efho7u3x2mud-m>alCI*FvYtg82mB>> zc}08{m0-KMQ{~Pydxny^>zKrUbL{)1Se2ghHR1FonY#+xX6-Tdb-KOn#OFEEDjjf8 bSInxM$~=F=&Odp;xM1*f^>bP0l+XkKqc6@Q literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/head_markings.rsi/synth_lizard_head_m.png b/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/head_markings.rsi/synth_lizard_head_m.png new file mode 100644 index 0000000000000000000000000000000000000000..bc58a9d07fcba38c5cbc225a6f37ae850abe1bcb GIT binary patch literal 434 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zb39!fLn`LH zy=B>$GSz<%}Goeg45TerG@>?xkey4&G^-wY@H2ic$isvra$Aer8_tn6nM^?SC`l2_ZMyXxmta}y6hOe z`wRt}*T0Us%IN#AXoJ$CbKz6p?EU@rg!)FqG_9^f|JSX0rJApV1Qu=Ibn-jnfsff= zqMxpwer%G8qs;MtcP5?=KD~6~y4M%Bt<|b8ZLV%Uzv+&A|Kc}RoQ?uN>-S}@`?se| zC~Q5SwGxxy$7cDqxayTxW5T9A-6tRQiZi0L{p)qP(Iv6l%S8lX;NtV2jEwUC VgIBFu{Tmnw44$rjF6*2UngBs;#wP#( literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/head_markings.rsi/vulp_head.png b/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/head_markings.rsi/vulp_head.png new file mode 100644 index 0000000000000000000000000000000000000000..8201294eb0698a540c6a20622ae971db04d70ecf GIT binary patch literal 988 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-HD>V4mjb;uumf z=j|+eZ)Hb`WAiQfCW+{AoLY5zX+bxuwRU%dnHXbtNtl~%PSFHyzK_fvJ07*H)|v8y zb(@E>nP5;vuKJRQ?u5sixWh6h>87l^G267W>s-tu?&&`r4QA`Sw|Q^;|Jt6z7SCs- z?F-;ukoJoAhgNa%-Z=mJ(rpvZ&5hAJzDPrA@tW@|uV!WbZf|e**`q)GbWq_GH;47t zANM_W*z@lF`<C+68CMrzYzk9c{0836`VW8H$D|!qn+I6e1K5BJJ z)cBdS@x-jN%W^C-n-mhfy}k9TbUB#5-TM1pG1WoD)xcNyXwt;F^XD&D`u6SHjR&@m zpKQ&|y}~kaPtJR0uH6g_GnRGs_VzA(KkMu>m-c@evuDqCz8)SP&hTVD^OEHZ6TW_3pON*dZ!N%O%F;kZN`}r}bJpH)c zM`Al;v+A#`ty~J46aDwt@bReIcRaQzh%JAlzV4pY{0Zlu+po9Ld-ds20@H^YzXPSQ z?{?|UpFj8E=gr1i592>P{%xKo!6tsZ$R*n0(r2fBF0ZMIr#D@AS#sh1_m5w`uv|8| z>}AN%lGt&1Gq=o}_Zpp2Prtlj+LoJ~n8?U*Y1<+Vr~UWYC-gKNgOps&T_kQ!&ucdqn zxj#OB6m-}mP_{dE%IVZFt*KL7dp~`?o_}N8S)22Z+Y%EBcm<>$S;$%GehZwk?7-Kr zrkitTcZ+Vno5#$s>#p8pUH^KK^Pe~D+I8yRw&RWIk3%Q3i)=smzjI~1&=mp!j}}Fs bJi^=;6}{p2!z34Ac4hE%^>bP0l+XkK_yx$N literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi/meta.json b/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi/meta.json new file mode 100644 index 00000000000..e7a4879713a --- /dev/null +++ b/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi/meta.json @@ -0,0 +1,111 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from https://github.com/IrisSS13/IrisStation/blob/5a1a8bd7bd2fb70bcac18ab575dd1091df975c52/modular_nova/master_files/icons/mob/sprite_accessory/synthliz_snouts.dmi ported by ZigTag", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "synth_lizard_snout_basic", + "directions": 4 + }, + { + "name": "synth_lizard_snout_under_1", + "directions": 4 + }, + { + "name": "synth_lizard_snout_under_2", + "directions": 4 + }, + { + "name": "synth_lizard_snout_over_1", + "directions": 4 + }, + { + "name": "synth_lizard_snout_over_2", + "directions": 4 + }, + { + "name": "synth_lizard_snout_tert_1", + "directions": 4 + }, + { + "name": "synth_lizard_snout_tert_2", + "directions": 4 + }, + { + "name": "synth_lizard_snout_tert_under_1", + "directions": 4 + }, + { + "name": "synth_lizard_snout_tert_under_2", + "directions": 4 + }, + { + "name": "synth_lizard_snout_tert_under_3", + "directions": 4 + }, + { + "name": "synth_lizard_snout_long", + "directions": 4 + }, + { + "name": "synth_lizard_snout_thick", + "directions": 4 + }, + { + "name": "synth_lizard_snout_thick_long", + "directions": 4 + }, + { + "name": "synth_lizard_snout_barless_basic", + "directions": 4 + }, + { + "name": "synth_lizard_snout_barless_under_1", + "directions": 4 + }, + { + "name": "synth_lizard_snout_barless_under_2", + "directions": 4 + }, + { + "name": "synth_lizard_snout_barless_under_3", + "directions": 4 + }, + { + "name": "synth_lizard_snout_barless_over_1", + "directions": 4 + }, + { + "name": "synth_lizard_snout_barless_over_2", + "directions": 4 + }, + { + "name": "synth_lizard_snout_barless_over_3", + "directions": 4 + }, + { + "name": "synth_lizard_snout_barless_tert_1", + "directions": 4 + }, + { + "name": "synth_lizard_snout_barless_tert_2", + "directions": 4 + }, + { + "name": "synth_lizard_snout_barless_tert_under_1", + "directions": 4 + }, + { + "name": "synth_lizard_snout_barless_tert_under_2", + "directions": 4 + }, + { + "name": "synth_lizard_snout_barless_tert_under_3", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi/synth_lizard_snout_barless_basic.png b/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi/synth_lizard_snout_barless_basic.png new file mode 100644 index 0000000000000000000000000000000000000000..bd1dcde63647362b3c1c6c7a279a6a0db59ad0b6 GIT binary patch literal 384 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofvPP)Tsw@SkfJR9T^xl z_H+M9WCijSl0AZa85pY67#JE_7#My5g&JNkFq9fFFuY1&V6d9Oz#v{QXIG#NP(m@l zC&U#Eaj?aro`D(_GAo0xYRzZ!7=&XLn~W^1Koo#$;Jix%uUxW`kg^pAIf%zoXln&z1E( zZZrK-jDv4TdIvJYw+&6?og=H1A6YyJW& zp*_ksYRpz2^gXM)@9>76gs!V4<>f9%G;*#>t`}p7cz^zLo@aihvfhO literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi/synth_lizard_snout_barless_over_1.png b/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi/synth_lizard_snout_barless_over_1.png new file mode 100644 index 0000000000000000000000000000000000000000..87675ba95e223021d770ede416e9b6a2bc5daa60 GIT binary patch literal 312 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofvPP)Tsw@SkfJR9T^xl z_H+M9WCijSl0AZa85pY67#JE_7#My5g&JNkFq9fFFuY1&V6d9Oz#v{QXIG#NP(moc zC&U#2I^nY<@vZt??#Ei(2dYyy6Dk2?!@G&s__|#os_B`XlzI%74onhXiDq~*% tbd&vp6kVY${1NLWE@%1}#Q0zu*UdVH$==rk%z!p9c)I$ztaD0e0stvk44ofvPP)Tsw@SkfJR9T^xl z_H+M9WCijSl0AZa85pY67#JE_7#My5g&JNkFq9fFFuY1&V6d9Oz#v{QXIG#NP(moc zC&U#@QjQna%X9CdBFkg)%)|977@wzn$jIb-;jwwR!&U z_?>1cp|e7imd2i8F*meR;W&ToK~qP_>ujz|=cmg~`S0K^A`&7AbkmR9T^pu*OO%}3 z{rF^z!fmIMf7Z6&i`?J)W!Jqk>T>eeXDa4m_#nrA{UpN;k0O~zKuZ}s MUHx3vIVCg!08DCUZvX%Q literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi/synth_lizard_snout_barless_over_3.png b/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi/synth_lizard_snout_barless_over_3.png new file mode 100644 index 0000000000000000000000000000000000000000..d8bf59ea53eab653436613fb244ec7b165b1e401 GIT binary patch literal 339 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofvPP)Tsw@SkfJR9T^xl z_H+M9WCijSl0AZa85pY67#JE_7#My5g&JNkFq9fFFuY1&V6d9Oz#v{QXIG#NP(moc zC&U#NswPKgTu2MX&_FLx4R2N2dk_Hki%Kv z5n0T@z%2~Ij105pNB{-dOFVsD*k44ofvPP)Tsw@SkfJR9T^xl z_H+M9WCijSl0AZa85pY67#JE_7#My5g&JNkFq9fFFuY1&V6d9Oz#v{QXIG#NP(mWW zC&U#;k$EQ!9zHi^YB@L_1fO3o_L4Lsu4$p3+fjCLt?k)@+ ztg;?J4rhT!WHAE+w=f7ZGR&GI0Tg5}@$_|Nf62dg?Hf j!;{*0fA$q1t?6qdgcx&jt*(Ctx`M&e)z4*}Q$iB}k!yDC literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi/synth_lizard_snout_barless_tert_2.png b/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi/synth_lizard_snout_barless_tert_2.png new file mode 100644 index 0000000000000000000000000000000000000000..ff4f09d30961eb6e46ec7d5ce2abe26548afd3e3 GIT binary patch literal 285 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofvPP)Tsw@SkfJR9T^xl z_H+M9WCijSl0AZa85pY67#JE_7#My5g&JNkFq9fFFuY1&V6d9Oz#v{QXIG#NP=YhS zC&ZP3Ve)|k2Y&tfbz^p=HBgYTB*-tA!Qt7BG!Q4r+uensgH_f8q`bf*vY3H^TNs2H z8D`Cq01C2~c>21szhvcSHaA??oH!dOm*84|J>*M%~~ze=oF Q3p9_x)78&qol`;+0O7<_umAu6 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi/synth_lizard_snout_barless_tert_under_1.png b/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi/synth_lizard_snout_barless_tert_under_1.png new file mode 100644 index 0000000000000000000000000000000000000000..1278eb004f730dc3ac52b237861db7ebc8e3e3b1 GIT binary patch literal 331 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofvPP)Tsw@SkfJR9T^xl z_H+M9WCijSl0AZa85pY67#JE_7#My5g&JNkFq9fFFuY1&V6d9Oz#v{QXIG#NP=Y_e zC&U#iELHGu0uB#t~dQ`XmCYHCW}+HeC1MihJT*PJ%;snE?oW5+GZTSVd47C zB@9dV&27v$Ap0^>p(U1&<5=H8xlRujC*h)r-!h!?ukjp{NcK6#7XFuEdvq+93(#H$ MPgg&ebxsLQ0Q@Cu0RR91 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi/synth_lizard_snout_barless_tert_under_2.png b/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi/synth_lizard_snout_barless_tert_under_2.png new file mode 100644 index 0000000000000000000000000000000000000000..18c6a20fd11d0b6a37477a22021ae73dad031fc9 GIT binary patch literal 296 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofvPP)Tsw@SkfJR9T^xl z_H+M9WCijSl0AZa85pY67#JE_7#My5g&JNkFq9fFFuY1&V6d9Oz#v{QXIG#NP=Y_e zC&U#{#^!Wow`iV@Z%-FoVOh8)+a;lDE4HLkFv@2av;A;1OBO zz`!jG!i)^F=12eq*-JcqUD;o<^0Tlo@Kp+l0EIj~T^vIq4!^y&k&8ir!!k44ofvPP)Tsw@SkfJR9T^xl z_H+M9WCijSl0AZa85pY67#JE_7#My5g&JNkFq9fFFuY1&V6d9Oz#v{QXIG#NP=YhS zC&ZP3!TrF21HXR#Y8Q{o1qw2j1o;IsI6S+N2I3@nySp%Su*!OXloxnJ7Bet#3xhBt z!>lk44ofvPP)Tsw@SkfJR9T^xl z_H+M9WCijSl0AZa85pY67#JE_7#My5g&JNkFq9fFFuY1&V6d9Oz#v{QXIG#NP(moc zC&U#)g9n!{UtYO#We&f|4WKAvNswPKgTu2MX&_FLx4R2N2dk_Hki%Kv z5n0T@z%2~Ij105pNB{-dOFVsD*zq_~heo@113k&m(I|}D`Eo7VKx-%@8uhJs$D1O1I z^8bB#BBF|_IXVx{xjIeOoXX~yw2om7PhRJH)+ULk3If|?I;TizaIu)5ak44ofvPP)Tsw@SkfJR9T^xl z_H+M9WCijSl0AZa85pY67#JE_7#My5g&JNkFq9fFFuY1&V6d9Oz#v{QXIG#NP(moc zC&U#@QjQnN8K?)7tI1cp|e7imd2i8F*meR;W&ToK~qP_>ujz|=cmg~`S0K^A`&7AbkmR9T^pu*OO%}3 z{rF^z!fmIMf7Z6&i`?J)W!Jqk>T>eeXDa4m_#nrA{UpN;k0O~zKuZ}s MUHx3vIVCg!0Fm8i`2YX_ literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi/synth_lizard_snout_barless_under_3.png b/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi/synth_lizard_snout_barless_under_3.png new file mode 100644 index 0000000000000000000000000000000000000000..fd24ece0ad9979f00ab5b97828d200a87ebd118b GIT binary patch literal 285 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofvPP)Tsw@SkfJR9T^xl z_H+M9WCijSl0AZa85pY67#JE_7#My5g&JNkFq9fFFuY1&V6d9Oz#v{QXIG#NP=YhS zC&U#fcHqDPUS8fq?6bsxf{Z0We!&b5&u*lFI7!~_E({&4vK}Di1s;*b3=G`DAk4@x zYmNj^kiEpy*OmPxD?hWT8PmmSyMRJ2o-U3d5r^MiGvs1W;Bme<>9_o?M;aUpC0Ty1 zU%X9ZdPHmUk}dYL7sTqDciaa$Pk%qhW@F_Ad*8g%{?7Q0tHqunA&YTcC`0_K#EP{* P^B6o`{an^LB{Ts5Zdy;< literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi/synth_lizard_snout_basic.png b/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi/synth_lizard_snout_basic.png new file mode 100644 index 0000000000000000000000000000000000000000..5660df4e8b6937d910a5f572c46a68998b11967f GIT binary patch literal 477 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jPK-BC>eK@{Ea{HEjtmSN z`?>!lvI6-E$sR$z3=CCj3=9n|3=F@3LJcn%7)lKo7+xhXFj&oCU=S~uvn$XBD8ZKG z?e4-)qBjHl~AId1x)&KR-z&BexRQS$e$m(E?QWtzSA{O7k{x(-L2JzD)f{q5?u4L{#D z6w0W2x_&gvKK%W^UBkBAQmb08OKWm(m)Y_=CZE~9zxuMt>nZ^zpbH^jz3R!zxOw@@ zHy?UkTJuUW@zqwdm1ZS7cf8zecUDF zR;}_%jr6PaX3_}C(Tn+G+^zCxr?W&M2h<@A@;ey0O`FWmt(R*C33k44ofvPP)Tsw@SkfJR9T^xl z_H+M9WCijSl0AZa85pY67#JE_7#My5g&JNkFq9fFFuY1&V6d9Oz#v{QXIG#NP(m)i zC&U#mdKI;Vst0KfTsV*mgE literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi/synth_lizard_snout_over_1.png b/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi/synth_lizard_snout_over_1.png new file mode 100644 index 0000000000000000000000000000000000000000..aa5b3d020ae44282b88c27cd3950e34583ddc299 GIT binary patch literal 414 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jPK-BC>eK@{Ea{HEjtmSN z`?>!lvI6-E$sR$z3=CCj3=9n|3=F@3LJcn%7)lKo7+xhXFj&oCU=S~uvn$XBD8ZKG z?e4dCjOUNs#`Qgtgm?e%NG_rlWcVI zm?0a3)HT_^0WLvxeTHSeuDbgFcIK)vXL09gaZgM2RGM^Z+e)4d*Y@dD%zM7=9V5^l z2zU?`^6&ZIO<@kzYi3_-`IO?K5}6(Rmi<-W&i%I{ma{L|W_;OX<@=hO%hMc>U1#ht zEKAj@dhg5OXv?6;@_28(^}Chj2X?K?ykEXK_x9ttWqTbem$W4s)ZU+6DD!`@+Cj_Z nRnP1>+lt?93e|+#STM`FV^Qum%RP^mfeK@{Ea{HEjtmSN z`?>!lvI6-E$sR$z3=CCj3=9n|3=F@3LJcn%7)lKo7+xhXFj&oCU=S~uvn$XBD8ZKG z?e4+U@D$ z7*cWT?X9z1EeZk$KF+KWT)6rDe}$&)3&bUFO-`!5T~ucN=f6Ua!!zZ#NlFZ9%fi*4 z&FQb2A9QKuu4%<~P8@Gv%{KJ?sHF7w#}zf5aP@uW4_DgdIcU0`@o{}(GA-!GA|{|U z5bz_~xi060f5+>_mD4Y7oEFG=HN~d?v~7~ET>i1!CnB~_yRh%Q?!?mA{kvGViKn9R3JITIQade?B=sR??v8j0)-41@PA<1eJS`}UUKwz5Z}|)&t;ucLK6Tlz=bgY literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi/synth_lizard_snout_tert_1.png b/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi/synth_lizard_snout_tert_1.png new file mode 100644 index 0000000000000000000000000000000000000000..6198c55276ad6dd9758d22be58eefc30e61e09b8 GIT binary patch literal 402 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jPK-BC>eK@{Ea{HEjtmSN z`?>!lvI6-E$sR$z3=CCj3=9n|3=F@3LJcn%7)lKo7+xhXFj&oCU=S~uvn$XBD8ZKG z?e4_FCa9ZzfBD?257x^$Rc<-BYhC-h|FI0$qIw@osMyM^-TKp~ z>DY|r=W8X}_NX}l?Suk@V=a4Guf(qu*FLXt>-%5TEU%!izK{3TI-T43V6XqZ!1sIS z6fb(SNS_JK>d5+cRUey*vXR<+;Z54VZ$;$7>eDm7@iKHqk5{!UM&b$eR{+hGP* Z9OgZDA#D*)%{x<&kf*Dk%Q~loCIESvlKcPw literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi/synth_lizard_snout_tert_2.png b/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi/synth_lizard_snout_tert_2.png new file mode 100644 index 0000000000000000000000000000000000000000..e3ee4c4042c44956223fe6478dce2afb66fefdc6 GIT binary patch literal 298 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jPK-BC>eK@{Ea{HEjtmSN z`?>!lvI6-E$sR$z3=CCj3=9n|3=F@3LJcn%7)lKo7+xhXFj&oCU=S~uvn$XBD8ZKG z?e4k44ofvPP)Tsw@SkfJR9T^xl z_H+M9WCijSl0AZa85pY67#JE_7#My5g&JNkFq9fFFuY1&V6d9Oz#v{QXIG#NP=Y_e zC&U#~Pvrmr literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi/synth_lizard_snout_tert_under_2.png b/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi/synth_lizard_snout_tert_under_2.png new file mode 100644 index 0000000000000000000000000000000000000000..fc34a37051eb93448529cc1878be54510bd6b4d8 GIT binary patch literal 309 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofvPP)Tsw@SkfJR9T^xl z_H+M9WCijSl0AZa85pY67#JE_7#My5g&JNkFq9fFFuY1&V6d9Oz#v{QXIG#NP(mWW zC&U#(-ewXC6FwaO~KzSAI$QKsm;eAirP+hi5m^K%69RcNc~Z zR#^`qhqJ&VvY3H^TNs2H8D`Cq01C2~c>21szhvcS*48`v$Iuuk6;7!q;#?KN*M z1_ch+izhDqeZS+pflgOeS^wq*>}?5(42y5PZZg@U%)s!zQuEk44ofvPP)Tsw@SkfJR9T^xl z_H+M9WCijSl0AZa85pY67#JE_7#My5g&JNkFq9fFFuY1&V6d9Oz#v{QXIG#NP=YhS zC&ZP3VakC62Y&tfC2Qlp6)4D9666=m;PC858i42d}W_S!}+1_cgQhmZg5cV+muEK+k44ofvPP)Tsw@SkfJR9T^xl z_H+M9WCijSl0AZa85pY67#JE_7#My5g&JNkFq9fFFuY1&V6d9Oz#v{QXIG#NP(m)i zC&U#3p^r=85p>QL70(Y)*K0-AbW|YuPggYR(@t(p*<&G83BbVJY5_^ zA`ZWu=E!wGfrlkEJoxYb_G}x^jcYabPMLeBhmVWVoTZTQz`LKi%!1j4u@i3bUfOj) zDC_1i=`$BKI2BudM7u=1{wkQb^!nS*125W5v)4*87xb_k52;i9TO-H0N%}-M<7r>F q6{lN;n?6l2xU;}g)T!gW1>^1{#wB-a#I6C|z~JfX=d#Wzp$PzYxq4y% literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi/synth_lizard_snout_thick_long.png b/Resources/Textures/_DV/Mobs/Customization/SynthLizIPC/snout_markings.rsi/synth_lizard_snout_thick_long.png new file mode 100644 index 0000000000000000000000000000000000000000..82c9e1249d9b438a945234964c8f8d875fa526a8 GIT binary patch literal 360 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofvPP)Tsw@SkfJR9T^xl z_H+M9WCijSl0AZa85pY67#JE_7#My5g&JNkFq9fFFuY1&V6d9Oz#v{QXIG#NP(m)i zC&U#3p^r=85p>QL70(Y)*K0-AbW|YuPggYR(@t(U9R=V`GG=Jo-U3d z5r^MSbL2Xpz{8@tI`IGhhpWCQ_-3kJ^1jI#*TcuvB+ax_L238z?K~51aMd|Vse9Bl zs%0*fF2BGxUr4cK!hTnl`20SOdH1%cZA;uAadq=nksy_5$7xIdF!lUB%5}eK@{Ea{HEjtmSN z`?>!lvI6-E$sR$z3=CCj3=9n|3=F@3LJcn%7)lKo7+xhXFj&oCU=S~uvn$XBD8ZKG z?e4e7@!;?J$9fNBWB6a5x>9yMO(*xSJx7;e+NNH5>IzFm&gh)s+oyixOjCGbmMu6=e&VI!oc9^>gTe~DWM4f D;eK@{Ea{HEjtmSN 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Shitmed/Mobs/Species/Cybernetics/zenghu/zenghu_alt.rsi/zhpipc_chest-2.png b/Resources/Textures/_Shitmed/Mobs/Species/Cybernetics/zenghu/zenghu_alt.rsi/zhpipc_chest-2.png new file mode 100644 index 0000000000000000000000000000000000000000..f1980c7e0cfd8aba12c773bfb146a0862c17ed42 GIT binary patch literal 134 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%~c)B=-RLpsM z>mVnC0SB|g_joJWMHd40L@PA?d&I-Q@L{$}=6Q$7+!@*V3+D0zHGshFJ#Sw9Wd*U! Y`KJ65f0^~Yz5vAYboFyt=akR{0Djde3jhEB literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Shitmed/Mobs/Species/Cybernetics/zenghu/zenghu_alt.rsi/zhpipc_head-1.png b/Resources/Textures/_Shitmed/Mobs/Species/Cybernetics/zenghu/zenghu_alt.rsi/zhpipc_head-1.png new file mode 100644 index 0000000000000000000000000000000000000000..dd7106970a72c91f598ca73b83941e6208a269c3 GIT binary patch literal 632 zcmV-;0*C#HP)Px%GD$>1RCt{2+A*)HFcb&yKQC`(WYf_JC*4^61WfE~CM0|o6B0LeCO<((SxDHL z5WAt96X~E#eZzYYz3NR`Me}mcFCj{`J++0Ja0(Feqgf`E(lk|H%fc`;YRe>c7>3qm zAG-6w`;exos;WvAMWIHcQGXOgp{lA<_Xg(G@j2%T0P;LnoO6}uxdH&rxl#PzI$xGj zLP`nW_i;EJ`f}g*vDs`OrPPhDMM{aLX#fDH)9LE9X&R&WzjQ0KZL3xOYTXb1?!6AJ zD?kW=>2!Mcv$ky^gfQxaj=HYF7*mVIqQBo6W2&xeqxQ50pp#`8f*`m$KcCM=9nc|! zz?CJPMw?JpN+dWhL zDgS0$y>-^V`qbjF9LJXDc{k;ZF?E@)9@?XLp66+=1KK-8Oct7V8GI4E z^yqRQI$QhdxKDL9iXye&?=c>a-@7^C!?ABV@)KhdLI@#*5JCtcgb+ghPk#VmI!8gB SjW+iH0000N2!i3-RFUuT`TPrTX%o7P p?N`k?ADLvf;*;pK7Z7C?eazxzF(J$vM^1qRJYD@<);T3K0RR{DOeO#T literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Shitmed/Mobs/Species/Cybernetics/zenghu/zenghu_alt.rsi/zhpipc_l_arm-1.png b/Resources/Textures/_Shitmed/Mobs/Species/Cybernetics/zenghu/zenghu_alt.rsi/zhpipc_l_arm-1.png new file mode 100644 index 0000000000000000000000000000000000000000..7c3ac1d9371d9e064ce325174fc3d375e38b76c7 GIT binary patch literal 368 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zwLD!MLn`LH zy=9nn*g>H6Vc-eIl7<6fb_e1P80@%^d1=>X@8>pZTe*}!u$C}%3ciq=t)#PpL$S+^ zZRY>i-`9STxRT)lG_%3=*S(c=_8ns=S}?p&4X_w-IpzxZ~hRax;RcQt^b zt9DIWuu3yM{OZ0BXUasKJbpgi>lJWSB-v-xEGLe4m!Fz3&YZc^@4(MLim8!ZGb>%! z=^vZn#IbVS`|hq4ud82GN6+~z{hf2ht+)4Liu#V1PoFb?O_0OwZF%ym4m-wv208-* z%yLiOJFsg1F}c)}d54~Hb0{u3{Zys0Ug4O<>Xz$U<=#x3wM^5+@8p>!I;SJk&FvWv z8;D#!+WGox@wK04#V5?1c_;7en_~aqh7BQk=h~R}TwkHg==8K7s0Rcdl+V05 z^XC83=f`g{Cih4rySN;Qat{w(Um8<2VQb&HGwXL&zrRr(zw^mdKI;Vst0PQqev;Y7A literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Shitmed/Mobs/Species/Cybernetics/zenghu/zenghu_alt.rsi/zhpipc_l_hand-1.png b/Resources/Textures/_Shitmed/Mobs/Species/Cybernetics/zenghu/zenghu_alt.rsi/zhpipc_l_hand-1.png new file mode 100644 index 0000000000000000000000000000000000000000..65cecca3cb72f02f2816a117d91385886bfd323f GIT binary patch literal 222 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|W_Y?dhE&XX zdut=_Ap-%{fFm*<;VBb%oM!9ZP2yD4nB3~+L|?a^4rDwI>KIG3ayF#AMD)Gv9{zG!?#MwzkHXgf4q?aX<=Y!2ywSh zc0cm1eZjS-f6~7gvu*g_Z_xMH`*-|iZr;PX)}K~p?vmg4JiPMzH%5jZ>HJ+R(eJ$F RzFq+7^>p=fS?83{1OWDQSbqQj literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Shitmed/Mobs/Species/Cybernetics/zenghu/zenghu_alt.rsi/zhpipc_l_hand-2.png b/Resources/Textures/_Shitmed/Mobs/Species/Cybernetics/zenghu/zenghu_alt.rsi/zhpipc_l_hand-2.png new file mode 100644 index 0000000000000000000000000000000000000000..fedff69baf2b94b44d765076b990a24dea62db87 GIT binary patch literal 116 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|^gLZ0Ln`LH zJ;%t)z`()0;Jbcp@(O7c1xBD8gI?zCx6B|01bjHpaHy2|?;Y;{b3g)~u6{1-oD!M< D&MCh=M@d!`kQ6y>tIp|LrA3NIgq(7u4n@CZaDR8g;Et<{ zOX%#YYxy4VSf&SFRZBMIe(t)$6@bR{$MiyY+?pjyL@i1(GD& zs!KVh^FG);YguQ#phK@W`-ZRFHuK-7`#+VreR2IuQHv+j%ly;Aw)IV%a%ukc;+NVA pN|S*EgWw5_CJqhSHV1SQ9z1Zmyrfio`Z*i7EHO6*-35#u0S(`Gh%g4Tc=|;3 z#r@dt#p?La%1&w$2hdc82de}YwF>0ElCj@udfWLVgNw_(c(3CUuBSqyTGlYFSXEiC z_+I~t$?aEdHUHOTZVNrNV%7KPr7Mj?P1EK*{p3I6X2?~SBSqa4_A({)G#~0!J?2pw zd->r9t3Afgqmt8vCq|zCQ+{r%n3Ku#TdQ~ek71mB_VVAL-i-bA=kjK6W!<%I_S1vk zXRmv`>aO4NK1Ps(pdj1ec{$V4P50SVitE(_UTs{mu_NNw$HyOAXWaa?FaFBbn+i%v zFZt%Z_-t4A%EwtWxAF4Jx38;pH^_cx|K|-FcelF{r5}E+t<)nZB literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Shitmed/Mobs/Species/Cybernetics/zenghu/zenghu_alt.rsi/zhpipc_r_arm-2.png b/Resources/Textures/_Shitmed/Mobs/Species/Cybernetics/zenghu/zenghu_alt.rsi/zhpipc_r_arm-2.png new file mode 100644 index 0000000000000000000000000000000000000000..8ab66b92a0497ea9d4aa66854a9134d4deb650f7 GIT binary patch literal 122 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|Ogvp2Ln`LH zz2(Tuz`$|D;LmJ3o)2vkws5H>gaW0{OnS155lDl;jpvde>cMihGvC;M8s_(I1#vxH L{an^LB{Ts5L{lP> literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Shitmed/Mobs/Species/Cybernetics/zenghu/zenghu_alt.rsi/zhpipc_r_foot.png b/Resources/Textures/_Shitmed/Mobs/Species/Cybernetics/zenghu/zenghu_alt.rsi/zhpipc_r_foot.png new file mode 100644 index 0000000000000000000000000000000000000000..458f8dbd458d03feaca8d2d535a792043dac5b43 GIT binary patch literal 231 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|7J9lkhE&XX zdut=_VFMnQi_U5n*kl@&3ktT*JN$v;R>MjO7EdngvIONH>jRY=*gftBG68i#LCv#w zFW*&`@nzOeyFJT$ufL?=&EHcdU5N_LetUanyHs*UkK#+)=ZViMPg*G}DL)cgAAd&Y z?3<6mTKX^(7#I@x%l(aice9mUtvj&#)#KCWtA1*)_Ony^R9XMvO-%G%#yj&o*0G)J QRR?MDboFyt=akR{0J9%eu>b%7 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Shitmed/Mobs/Species/Cybernetics/zenghu/zenghu_alt.rsi/zhpipc_r_hand-1.png b/Resources/Textures/_Shitmed/Mobs/Species/Cybernetics/zenghu/zenghu_alt.rsi/zhpipc_r_hand-1.png new file mode 100644 index 0000000000000000000000000000000000000000..08fb85714dd773b52de93e29aa6036f554cb3ac6 GIT binary patch literal 225 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|W_!9ghE&XX zdut=-VFLlyfQgn&dNv*Gp09P+UzIsDTO+hb(KpF5jOYE=OSN{d{4^PXdJbqQUGIo# zPh7EgbIs$amP*^7>ZL~N@ABfjy=JM-aghl@Ug4Svv$yYTn8KH_aq{YCAiII!pM%S~ zr8=*7{dv<{_<7&{t0ul%pU-cM7b&=1T`*7H{n?Kb7We$;|4jSMRh7=j(C~Mj(*Edo S@djf4AkChxelF{r5}E+l%2yEp literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Shitmed/Mobs/Species/Cybernetics/zenghu/zenghu_alt.rsi/zhpipc_r_hand-2.png b/Resources/Textures/_Shitmed/Mobs/Species/Cybernetics/zenghu/zenghu_alt.rsi/zhpipc_r_hand-2.png new file mode 100644 index 0000000000000000000000000000000000000000..1d21e5fd5e9ff5321a2f29307a6143fecec4a808 GIT binary patch literal 115 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|bUj@hLn`LH zJ;%t&z`(=2;H&=L;}SBy2~0pahMEi8UNeIj5U`>6u^aQ>vK75=L3~eFKbLh*2~7a& CNFBxi literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Shitmed/Mobs/Species/Cybernetics/zenghu/zenghu_alt.rsi/zhpipc_r_leg-1.png b/Resources/Textures/_Shitmed/Mobs/Species/Cybernetics/zenghu/zenghu_alt.rsi/zhpipc_r_leg-1.png new file mode 100644 index 0000000000000000000000000000000000000000..8caf807b107ac1d097b8e4de51dd3aed85302411 GIT binary patch literal 352 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zr9536Ln`LH zy>&46umO)l;4b$$7H2Le~DS~6wU7Tc4}2ROKm4&b-;hde!!+&+mL=em?)y2ko6# zkA;_?v7DaVqolM+=k&Yfi4twq7eCvCKM$^DJyv*U?~C~%p&?sWR!lUPXo9$gf#E@A z-!`rFTeA!w{hjjr-=9mq8CedM6F$61`S#)C>W$CXV%FbRD%$g%$v^npr}cHBv;M_Z uPM;iPbws++bk;hD>!taDdpMj0ew3J($YpHj2;OuPWU!~JpUXO@geCwK5138> literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Shitmed/Mobs/Species/Cybernetics/zenghu/zenghu_alt.rsi/zhpipc_r_leg-2.png b/Resources/Textures/_Shitmed/Mobs/Species/Cybernetics/zenghu/zenghu_alt.rsi/zhpipc_r_leg-2.png new file mode 100644 index 0000000000000000000000000000000000000000..89423506cf4995779fb3009f2989314c6c308180 GIT binary patch literal 124 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|%sgEjLn`LH zy=lnHz`(&`_-A&VhykIdIeGXbR;7$j6qmK}alBn{>;Fw{Id$$TK1*UOpvYpmM8 P3m{QXS3j3^P6 Date: Thu, 26 Jun 2025 05:46:40 +0000 Subject: [PATCH 024/182] Update Changelog (#958) --- Resources/Changelog/Funkylog.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/Resources/Changelog/Funkylog.yml b/Resources/Changelog/Funkylog.yml index 7ba5cea1981..98a5c30e1e7 100644 --- a/Resources/Changelog/Funkylog.yml +++ b/Resources/Changelog/Funkylog.yml @@ -3212,3 +3212,23 @@ Entries: lizard should. id: 387 time: '2025-06-26T05:21:12.0000000+00:00' +- author: ZigTag + changes: + - type: Add + message: synthetic lizard and zenghu alternative IPC parts + - type: Tweak + message: whitelist more markings for IPCs + - type: Tweak + message: IPC screens now render under hair and are in their own category + - type: Tweak + message: >- + change naming scheme of rodentia and feroxi accessories to fall in line + with vulpkanin + - type: Tweak + message: IPCs will drain power based off movement speed + - type: Tweak + message: IPCs now have tail wagging + - type: Fix + message: IPCs are no longer bald + id: 388 + time: '2025-06-26T05:46:10.0000000+00:00' From 2f338311ab73a2fe6857ea20d49a0ea42fc8f8ff Mon Sep 17 00:00:00 2001 From: Mish Date: Thu, 26 Jun 2025 01:46:43 -0400 Subject: [PATCH 025/182] Tones Survival down a bit (#968) --- .../Components/RampingStationEventSchedulerComponent.cs | 2 +- .../StationEvents/RampingStationEventSchedulerSystem.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Content.Server/StationEvents/Components/RampingStationEventSchedulerComponent.cs b/Content.Server/StationEvents/Components/RampingStationEventSchedulerComponent.cs index 68f1625b873..04fc3fdb084 100644 --- a/Content.Server/StationEvents/Components/RampingStationEventSchedulerComponent.cs +++ b/Content.Server/StationEvents/Components/RampingStationEventSchedulerComponent.cs @@ -10,7 +10,7 @@ public sealed partial class RampingStationEventSchedulerComponent : Component /// Max chaos chosen for a round will deviate from this /// [DataField] - public float AverageChaos = 12f; + public float AverageChaos = 10f; //Funky lower /// /// Average time (in minutes) for when the ramping event scheduler should stop increasing the chaos modifier. diff --git a/Content.Server/StationEvents/RampingStationEventSchedulerSystem.cs b/Content.Server/StationEvents/RampingStationEventSchedulerSystem.cs index a5dbe102ca1..eddf2072d35 100644 --- a/Content.Server/StationEvents/RampingStationEventSchedulerSystem.cs +++ b/Content.Server/StationEvents/RampingStationEventSchedulerSystem.cs @@ -69,7 +69,7 @@ private void PickNextEventTime(EntityUid uid, RampingStationEventSchedulerCompon { var mod = GetChaosModifier(uid, component); - // 4-12 minutes baseline. Will get faster over time as the chaos mod increases. - component.TimeUntilNextEvent = _random.NextFloat(240f / mod, 720f / mod); + // 7-20 minutes baseline, similar to the base stationeventscheduler. Will get faster over time as the chaos mod increases. Funky increase + component.TimeUntilNextEvent = _random.NextFloat(420f / mod, 1200f / mod); } } From 0b5beeb7f10b35e792f5c1de49296f495de11c39 Mon Sep 17 00:00:00 2001 From: Icepick <122653407+Icepicked@users.noreply.github.com> Date: Thu, 26 Jun 2025 17:25:01 -0400 Subject: [PATCH 026/182] 1984 (Rule changes) (#969) Co-authored-by: Icepick --- Resources/Locale/en-US/guidebook/guides.ftl | 1 + Resources/Prototypes/Guidebook/rules.yml | 7 ++ .../CoreRules/RuleC6Metagaming.xml | 2 +- .../ServerRules/CoreRules/RuleC8Names.xml | 4 +- .../CoreRules/RuleC9UseProperEscalation.xml | 4 +- .../Guidebook/ServerRules/Metashield.xml | 27 +++- .../Guidebook/ServerRules/NamingScheme.xml | 118 ++++++++++++++++++ 7 files changed, 159 insertions(+), 4 deletions(-) create mode 100644 Resources/ServerInfo/Guidebook/ServerRules/NamingScheme.xml diff --git a/Resources/Locale/en-US/guidebook/guides.ftl b/Resources/Locale/en-US/guidebook/guides.ftl index 9889b96311c..765f3aa8111 100644 --- a/Resources/Locale/en-US/guidebook/guides.ftl +++ b/Resources/Locale/en-US/guidebook/guides.ftl @@ -202,6 +202,7 @@ guide-entry-rules-sl-restricted-weapons = Restricted Weapons guide-entry-rules-ban-types = Ban Types guide-entry-rules-ban-durations = Ban Durations guide-entry-metashield = Metashield +guide-entry-namingscheme = Naming Scheme guide-entry-writing = Writing guide-entry-glossary = Glossary diff --git a/Resources/Prototypes/Guidebook/rules.yml b/Resources/Prototypes/Guidebook/rules.yml index 2b3add53557..87a9727d0f6 100644 --- a/Resources/Prototypes/Guidebook/rules.yml +++ b/Resources/Prototypes/Guidebook/rules.yml @@ -138,6 +138,13 @@ ruleEntry: false priority: 4 text: "/ServerInfo/Guidebook/ServerRules/Metashield.xml" + +- type: guideEntry + id: NamingScheme + name: guide-entry-namingscheme + ruleEntry: true + priority: 4 + text: "/ServerInfo/Guidebook/ServerRules/NamingScheme.xml" #- type: guideEntry # id: RuleC14 diff --git a/Resources/ServerInfo/Guidebook/ServerRules/CoreRules/RuleC6Metagaming.xml b/Resources/ServerInfo/Guidebook/ServerRules/CoreRules/RuleC6Metagaming.xml index 8dd2c273a8f..4d4038b205a 100644 --- a/Resources/ServerInfo/Guidebook/ServerRules/CoreRules/RuleC6Metagaming.xml +++ b/Resources/ServerInfo/Guidebook/ServerRules/CoreRules/RuleC6Metagaming.xml @@ -3,7 +3,7 @@ This rule includes all methods of gaining information outside of in-character means, such as conversations through Discord calls, discussing current round information through the Discord server, so on and so forth - This rule does not include the knowledge of antagonists and their possible objectives as well as their mechanics. + This rule limits the knowledge of antagonists and their possible objectives as well as their mechanics in accordance to the [textlink="Metashield" link="Metashield"]. This rule extends to metacommunications, or multiple players communicating outside of the game (e.g. on a voice call) while also playing the game. Regardless of intent, this is forbidden as it inherently provides an advantage over other players. diff --git a/Resources/ServerInfo/Guidebook/ServerRules/CoreRules/RuleC8Names.xml b/Resources/ServerInfo/Guidebook/ServerRules/CoreRules/RuleC8Names.xml index 0dfe61b537e..4709ee02534 100644 --- a/Resources/ServerInfo/Guidebook/ServerRules/CoreRules/RuleC8Names.xml +++ b/Resources/ServerInfo/Guidebook/ServerRules/CoreRules/RuleC8Names.xml @@ -3,7 +3,9 @@ If a name could reasonably appear on a driver's license in the year 3000, it's probably alright. - Humans, dwarves, felinids, and harpies must have both a first and last name. Other species are exempt from this rule if you can reasonably say 'yeah, that's alien'. + Humanoid species like Humans, dwarves, felinids, and harpies must have both a first and last name. + + Other species should follow their species specific [textlink="naming scheme" link="NamingScheme"], have both a first name and last name like the humanoid species, or have reasonably alien sounds names. Names may contain prefixes, suffixes, and one nickname if reasonable. diff --git a/Resources/ServerInfo/Guidebook/ServerRules/CoreRules/RuleC9UseProperEscalation.xml b/Resources/ServerInfo/Guidebook/ServerRules/CoreRules/RuleC9UseProperEscalation.xml index f67aafc57df..59e7a2ce22d 100644 --- a/Resources/ServerInfo/Guidebook/ServerRules/CoreRules/RuleC9UseProperEscalation.xml +++ b/Resources/ServerInfo/Guidebook/ServerRules/CoreRules/RuleC9UseProperEscalation.xml @@ -1,7 +1,9 @@  # Rule 9 - Escalate Situations According to Context - Non-antagonists may escalate into fights for various reasons. If you are inciting escalation / violence for a poor / no reason, you may be met with administrative action. + Non-antagonists may escalate into fights for various reasons. If you are inciting escalation/violence for a poor/no reason, you may be met with administrative action. + + Conflict as a non-antagonist should keep destruction to a minimum. Usage of atmospheric bombs like maxcaps or mincaps are not allowed without prior admin approval. Characters in critical condition should be treated or otherwise handed off to Med / Sec. The fight is considered over and should not be resumed without a good reason. diff --git a/Resources/ServerInfo/Guidebook/ServerRules/Metashield.xml b/Resources/ServerInfo/Guidebook/ServerRules/Metashield.xml index b1b444d145c..604f7042a3c 100644 --- a/Resources/ServerInfo/Guidebook/ServerRules/Metashield.xml +++ b/Resources/ServerInfo/Guidebook/ServerRules/Metashield.xml @@ -43,7 +43,32 @@ - witnessing someone trying to absorb a body - witnessing someone changing their appearance - witnessing a positive changeling blood test - + + ## Magic Users + + Heretics, Wizards, and Cultists are considered and known to crew as "Magic Users". + + The existence of magic users among crew is not shielded. Though knowledge of their abilities and goals is shielded. + + The shield prevents people from assuming magic users are inherently bad or antagonistic. + + The shield does not dictate the contraband status of magic user items. + + The shield prevents people from knowing the purpose and use of role specific items like heretic reality fractures/shifts or cultists pylons/altars. Though they may be suspicious of them. + + The shield prevents information leading up to being sacrificed from being known: such as people, places, faces, or names. + + The revealing condition for this shield is any of the following: + + - the presence or announcement of an Ascension. + - the presence or announcement of the Veil being torn. + - the presence or announcement of an Unknown god. + - an announcement from the Wizards Federation + - the announcement of a "notable increase in Λ-CDM". + - witnessing a magic user's transformation (glowing eyes, cosmic energy, etc) + - witnessing the act of someone being sacrificed + - seeing magic summon mobs / familiars (flesh stalker, juggernauts, etc) + ## Implanted Implants Implanted implants are shielded. diff --git a/Resources/ServerInfo/Guidebook/ServerRules/NamingScheme.xml b/Resources/ServerInfo/Guidebook/ServerRules/NamingScheme.xml new file mode 100644 index 00000000000..611a3912026 --- /dev/null +++ b/Resources/ServerInfo/Guidebook/ServerRules/NamingScheme.xml @@ -0,0 +1,118 @@ + + # Species Naming Schemes + + This page contains the guidelines for all non-humanoid species names. Characters must follow the naming scheme of their species, have both a first name and last name, or have reasonably alien sounding names. + + ## Arachnids + + Arachnids typically have latin sounding names. + + [bullet] Envia Radiatus + + [bullet] Drassodes Walckenaerius + + [bullet] Microhexura Digua + + ## Diona + + Diona typically have nature themed, Noun of Noun style names. + + [bullet] The Blossom of Bravery + + [bullet] The Elder of Nobility + + [bullet] The Canyon of Balance + + ## Moths + + Moth people typically have latin and light related names. + + [bullet] Silkie Gossamer + + [bullet] Shelly Nightwatch + + [bullet] Allie Lightweaver + + ## Reptilian + + Reptilians typically have hyphenated two to four syllable names favouring guttural consonants while avoiding soft sounds. + + [bullet] Neeus-Hixeeh + + [bullet] Wud-Geel + + [bullet] Deroh-Haj + + ## Slimes + + Slimes typically have names that are onomatopoeic, "liquidy", or references their slime. + + [bullet] Glub Green + + [bullet] Blorb + + [bullet] Glort Jones + + ## Gingerbread + + Gingerbread typically have food or baking themed names. + + [bullet] Sugarbottoms + + [bullet] Gumdrop Gus + + [bullet] Johnny Dough + + ## Vox + + Vox typically have one word names comprised of random syllables and repeating patterns. + + [bullet] Hirikachi + + [bullet] Chepekakak + + [bullet] Skichabi + + ## Vulpkanin + + Vulpkanin have similar names to the humanoid species, but are typically more guttural and harsh. + + [bullet] Hugo Meissner + + [bullet] Cadog Thalassa + + [bullet] Emery Kamphaus + + ## Rodentia + + Rodentia typically have names structured by a descriptor followed by a pet sounding first name. + + [bullet] Short-legged Noodle + + [bullet] Long-tail Chitters + + [bullet] Squeaky Cheesetail + + ## IPC + + IPCs typically have 3-5 characters names followed by a hyphen and numbers. + + [bullet] ARMA-206 + + [bullet] YPT-042 + + [bullet] WISP-524 + + + ## Thaven + + Thaven have multiple sets of names: one set being virtues, and the other being maxims. + + [bullet] Righteousness + + [bullet] Drink Full And Descend + + [bullet] Repent All Ye Sinners + + + From bd9bcab65bdb21df8313fbda250d770f02f6b5dc Mon Sep 17 00:00:00 2001 From: funkystationbot Date: Thu, 26 Jun 2025 21:25:34 +0000 Subject: [PATCH 027/182] Update Changelog (#969) --- Resources/Changelog/Funkylog.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Resources/Changelog/Funkylog.yml b/Resources/Changelog/Funkylog.yml index 98a5c30e1e7..95ee8adf327 100644 --- a/Resources/Changelog/Funkylog.yml +++ b/Resources/Changelog/Funkylog.yml @@ -3232,3 +3232,9 @@ Entries: message: IPCs are no longer bald id: 388 time: '2025-06-26T05:46:10.0000000+00:00' +- author: Icepicked + changes: + - type: Tweak + message: The Metashield, Naming Rules, and Escalation Rules have been tweaked. + id: 389 + time: '2025-06-26T21:25:01.0000000+00:00' From 46dcdf4a677df78e9f995e8474dc5cc8669f5843 Mon Sep 17 00:00:00 2001 From: QueerCats Date: Fri, 27 Jun 2025 01:22:11 +0100 Subject: [PATCH 028/182] Shuttle loop fixes (#936) Co-authored-by: Tay --- .../GameTicking/Rules/ZombieRuleSystem.cs | 8 +++++ .../Systems/EmergencyShuttleSystem.cs | 7 +++++ .../_Goobstation/Blob/BlobCoreSystem.cs | 2 +- .../GameTicking/Rules/BlobRuleSystem.cs | 31 +++++++++++++++++-- .../_Funkystation/shuttle/fail_reasons.ftl | 1 + .../Locale/en-US/_Goobstation/blob/blob.ftl | 2 +- 6 files changed, 47 insertions(+), 4 deletions(-) diff --git a/Content.Server/GameTicking/Rules/ZombieRuleSystem.cs b/Content.Server/GameTicking/Rules/ZombieRuleSystem.cs index ef731bd61d3..a056baf06d8 100644 --- a/Content.Server/GameTicking/Rules/ZombieRuleSystem.cs +++ b/Content.Server/GameTicking/Rules/ZombieRuleSystem.cs @@ -19,6 +19,7 @@ using Robust.Shared.Player; using Robust.Shared.Timing; using System.Globalization; +using Content.Server.Shuttles.Systems; namespace Content.Server.GameTicking.Rules; @@ -43,6 +44,7 @@ public override void Initialize() SubscribeLocalEvent(OnGetBriefing); SubscribeLocalEvent(OnGetBriefing); SubscribeLocalEvent(OnZombifySelf); + SubscribeLocalEvent(OnShuttleDockFailed); } private void OnGetBriefing(Entity role, ref GetBriefingEvent args) @@ -223,4 +225,10 @@ private List GetHealthyHumans(bool includeOffStation = false) // Ein } return healthy; } + + // If Shuttle is blocked, just end the round to end the suffering + private void OnShuttleDockFailed(ref ShuttleDockAttemptFailedEvent ev) + { + _roundEnd.EndRound(); + } } diff --git a/Content.Server/Shuttles/Systems/EmergencyShuttleSystem.cs b/Content.Server/Shuttles/Systems/EmergencyShuttleSystem.cs index 857d62a79ba..2c9d20cef0d 100644 --- a/Content.Server/Shuttles/Systems/EmergencyShuttleSystem.cs +++ b/Content.Server/Shuttles/Systems/EmergencyShuttleSystem.cs @@ -442,6 +442,8 @@ public void DockEmergencyShuttle() } _roundEnd.CancelRoundEndCountdown(null, false, false); + var evfailed = new ShuttleDockAttemptFailedEvent(); + RaiseLocalEvent(ref evfailed); return; } @@ -758,3 +760,8 @@ public record struct ShuttleDockAttemptEvent() public bool Cancelled = false; public string CancelMessage = string.Empty; } + +[ByRefEvent] +public record struct ShuttleDockAttemptFailedEvent() +{ +} diff --git a/Content.Server/_Goobstation/Blob/BlobCoreSystem.cs b/Content.Server/_Goobstation/Blob/BlobCoreSystem.cs index 557a73b767a..93fedf93c35 100644 --- a/Content.Server/_Goobstation/Blob/BlobCoreSystem.cs +++ b/Content.Server/_Goobstation/Blob/BlobCoreSystem.cs @@ -563,7 +563,7 @@ private void DestroyBlobCore(Entity core, EntityUid? stationU continue; if(stationUid != null) - _alertLevelSystem.SetLevel(stationUid.Value, "green", true, true, true); + _alertLevelSystem.SetLevel(stationUid.Value, "red", true, true, true); _roundEndSystem.CancelRoundEndCountdown(null, false); blobRuleComp.Stage = BlobStage.Default; diff --git a/Content.Server/_Goobstation/GameTicking/Rules/BlobRuleSystem.cs b/Content.Server/_Goobstation/GameTicking/Rules/BlobRuleSystem.cs index 4baa14523cf..8da26b18131 100644 --- a/Content.Server/_Goobstation/GameTicking/Rules/BlobRuleSystem.cs +++ b/Content.Server/_Goobstation/GameTicking/Rules/BlobRuleSystem.cs @@ -7,12 +7,11 @@ using Content.Server.GameTicking.Rules.Components; using Content.Server.Chat.Managers; using Content.Server.Chat.Systems; -using Content.Server.GameTicking; -using Content.Server.GameTicking.Rules; using Content.Server.Mind; using Content.Server.Nuke; using Content.Server.Objectives; using Content.Server.RoundEnd; +using Content.Server.Shuttles.Systems; using Content.Server.Station.Components; using Content.Server.Station.Systems; using Content.Shared._Goobstation.Blob.Components; @@ -40,6 +39,7 @@ public override void Initialize() base.Initialize(); SubscribeLocalEvent(AfterAntagSelected); + SubscribeLocalEvent(OnShuttleDockAttempt); } protected override void Started(EntityUid uid, BlobRuleComponent component, GameRuleComponent gameRule, GameRuleStartedEvent args) @@ -288,4 +288,31 @@ private void AfterAntagSelected(EntityUid uid, BlobRuleComponent component, Afte { MakeBlob(args.EntityUid); } + + // Funky changes, causes shuttle to leave when blob is active + private void OnShuttleDockAttempt(ref ShuttleDockAttemptEvent ev) + { + var blobQuery = EntityQueryEnumerator(); + while (blobQuery.MoveNext(out var ent, out var comp, out var md, out var xform)) + { + if (comp.Blobs.Count > 0) + { + ev.Cancelled = true; + ev.CancelMessage = Loc.GetString("blob-alert-recall-shuttle"); + + // Sets stage to Begin if it hasn't started yet + if (comp.Stage == BlobStage.Default) + { + comp.Stage = BlobStage.Begin; + _chatSystem.DispatchGlobalAnnouncement( + Loc.GetString("blob-alert-detect"), + Loc.GetString("Station"), + true, + BlobDetectAudio, + Color.Red); + } + return; + } + } + } } diff --git a/Resources/Locale/en-US/_Funkystation/shuttle/fail_reasons.ftl b/Resources/Locale/en-US/_Funkystation/shuttle/fail_reasons.ftl index 5ea963125b8..75492c74940 100644 --- a/Resources/Locale/en-US/_Funkystation/shuttle/fail_reasons.ftl +++ b/Resources/Locale/en-US/_Funkystation/shuttle/fail_reasons.ftl @@ -1 +1,2 @@ shuttle-dock-fail-revs = Central Command has received reports of unusual activity on the station. The shuttle has been returned to base as a precaution, and will not be usable until the situation has been resolved. +shuttle-dock-fail-blob = A level 5 biohazard has been detected onboard the station. The shuttle has been returned to base as a precaution, and will not be usable until the situation has been resolved. diff --git a/Resources/Locale/en-US/_Goobstation/blob/blob.ftl b/Resources/Locale/en-US/_Goobstation/blob/blob.ftl index fae3892c964..7b4ba73554d 100644 --- a/Resources/Locale/en-US/_Goobstation/blob/blob.ftl +++ b/Resources/Locale/en-US/_Goobstation/blob/blob.ftl @@ -89,7 +89,7 @@ blob-alert-out-off-station = The blob was removed because it was found outside t # Announcment blob-alert-recall-shuttle = The emergency shuttle can not be sent while there is a level 5 biohazard present on the station. -blob-alert-detect = Confirmed outbreak of level 5 biohazard aboard the station. All personnel must contain the outbreak. +blob-alert-detect = Confirmed outbreak of level 5 biohazard aboard the station. All personnel must contain the outbreak. The shuttle can not be called while there is a level 5 biohazard present on the station. blob-alert-critical = Biohazard level critical, nuclear authentication codes have been sent to the station. Central Command orders any remaining personnel to activate the self-destruction mechanism. blob-alert-critical-NoNukeCode = Biohazard level critical. Central Command orders any remaining personnel to seek shelter, and await rescue. From a7c2295809571474437b8ee27edf07c519c81923 Mon Sep 17 00:00:00 2001 From: Zephyr <68482449+Zephyrpak@users.noreply.github.com> Date: Thu, 26 Jun 2025 20:22:32 -0400 Subject: [PATCH 029/182] Vulp Sprite Ops p1: Mask sprites for Vulpkanin (#944) --- .../equipped-HELMET-vulpkanin.png | Bin 0 -> 950 bytes .../blue_flame_welding_mask.rsi/meta.json | 10 +++- .../up-equipped-HELMET-vulpkanin.png | Bin 0 -> 872 bytes .../equipped-HELMET-vulpkanin.png | Bin 0 -> 911 bytes .../Welding/flame_welding_mask.rsi/meta.json | 10 +++- .../up-equipped-HELMET-vulpkanin.png | Bin 0 -> 920 bytes .../equipped-HELMET-vulpkanin.png | Bin 0 -> 800 bytes .../Head/Welding/paintedwelding.rsi/meta.json | 10 +++- .../up-equipped-HELMET-vulpkanin.png | Bin 0 -> 759 bytes .../welding.rsi/equipped-HELMET-vulpkanin.png | Bin 0 -> 882 bytes .../Head/Welding/welding.rsi/meta.json | 10 +++- .../up-equipped-HELMET-vulpkanin.png | Bin 0 -> 939 bytes .../breath.rsi/equipped-MASK-vulpkanin.png | Bin 0 -> 574 bytes .../Clothing/Mask/breath.rsi/meta.json | 10 +++- .../breath.rsi/up-equipped-MASK-vulpkanin.png | Bin 0 -> 538 bytes .../clown.rsi/equipped-MASK-vulpkanin.png | Bin 0 -> 706 bytes .../Clothing/Mask/clown.rsi/meta.json | 6 +- .../Mask/ert.rsi/equipped-MASK-vulpkanin.png | Bin 0 -> 843 bytes .../Textures/Clothing/Mask/ert.rsi/meta.json | 6 +- .../Mask/gas.rsi/equipped-MASK-vulpkanin.png | Bin 0 -> 859 bytes .../Textures/Clothing/Mask/gas.rsi/meta.json | 6 +- .../gasatmos.rsi/equipped-MASK-vulpkanin.png | Bin 0 -> 830 bytes .../Clothing/Mask/gasatmos.rsi/meta.json | 6 +- .../equipped-MASK-vulpkanin.png | Bin 0 -> 820 bytes .../Clothing/Mask/gascaptain.rsi/meta.json | 6 +- .../equipped-MASK-vulpkanin.png | Bin 0 -> 820 bytes .../Clothing/Mask/gascentcom.rsi/meta.json | 6 +- .../equipped-MASK-vulpkanin.png | Bin 0 -> 837 bytes .../Clothing/Mask/gasexplorer.rsi/meta.json | 6 +- .../equipped-MASK-vulpkanin.png | Bin 0 -> 574 bytes .../Clothing/Mask/gassecurity.rsi/meta.json | 6 +- .../equipped-MASK-vulpkanin.png | Bin 0 -> 1158 bytes .../Clothing/Mask/gassyndicate.rsi/meta.json | 12 +++- .../medical.rsi/equipped-MASK-vulpkanin.png | Bin 0 -> 555 bytes .../Clothing/Mask/medical.rsi/meta.json | 10 +++- .../up-equipped-MASK-vulpkanin.png | Bin 0 -> 520 bytes .../equipped-MASK-vulpkanin.png | Bin 0 -> 574 bytes .../Mask/medicalsecurity.rsi/meta.json | 10 +++- .../up-equipped-MASK-vulpkanin.png | Bin 0 -> 538 bytes .../Mask/merc.rsi/equipped-MASK-vulpkanin.png | Bin 0 -> 896 bytes .../Textures/Clothing/Mask/merc.rsi/meta.json | 6 +- .../Mask/mime.rsi/equipped-MASK-vulpkanin.png | Bin 0 -> 530 bytes .../Textures/Clothing/Mask/mime.rsi/meta.json | 6 +- .../muzzle.rsi/equipped-MASK-vulpkanin.png | Bin 0 -> 462 bytes .../Clothing/Mask/muzzle.rsi/meta.json | 8 ++- .../equipped-MASK-vulpkanin.png | Bin 0 -> 979 bytes .../Clothing/Mask/neckgaiter.rsi/meta.json | 6 +- .../equipped-MASK-vulpkanin.png | Bin 0 -> 911 bytes .../Clothing/Mask/neckgaiterred.rsi/meta.json | 6 +- .../ninja.rsi/equipped-MASK-vulpkanin.png | Bin 0 -> 639 bytes .../Clothing/Mask/ninja.rsi/meta.json | 6 +- .../equipped-MASK-vulpkanin.png | Bin 0 -> 1278 bytes .../Mask/plaguedoctormask.rsi/meta.json | 6 +- .../sadmime.rsi/equipped-MASK-vulpkanin.png | Bin 0 -> 575 bytes .../Clothing/Mask/sadmime.rsi/meta.json | 6 +- .../equipped-MASK-vulpkanin.png | Bin 0 -> 605 bytes .../Clothing/Mask/scaredmime.rsi/meta.json | 6 +- .../squadron.rsi/equipped-MASK-vulpkanin.png | Bin 0 -> 1035 bytes .../Clothing/Mask/squadron.rsi/meta.json | 6 +- .../sterile.rsi/equipped-MASK-vulpkanin.png | Bin 0 -> 475 bytes .../Clothing/Mask/sterile.rsi/meta.json | 10 +++- .../up-equipped-MASK-vulpkanin.png | Bin 0 -> 381 bytes .../Mask/swat.rsi/equipped-MASK-vulpkanin.png | Bin 0 -> 916 bytes .../Textures/Clothing/Mask/swat.rsi/meta.json | 6 +- .../equipped-MASK-vulpkanin.png | Bin 0 -> 642 bytes .../Clothing/Mask/welding-gas.rsi/meta.json | 10 +++- .../up-equipped-MASK-vulpkanin.png | Bin 0 -> 595 bytes .../lit-equipped-MASK-vulpkanin.png | Bin 0 -> 886 bytes .../Cigarettes/cigarette.rsi/meta.json | 52 +++++++++++++++++- .../unlit-equipped-MASK-vulpkanin.png | Bin 0 -> 256 bytes 70 files changed, 239 insertions(+), 31 deletions(-) create mode 100644 Resources/Textures/Clothing/Head/Welding/blue_flame_welding_mask.rsi/equipped-HELMET-vulpkanin.png create mode 100644 Resources/Textures/Clothing/Head/Welding/blue_flame_welding_mask.rsi/up-equipped-HELMET-vulpkanin.png create mode 100644 Resources/Textures/Clothing/Head/Welding/flame_welding_mask.rsi/equipped-HELMET-vulpkanin.png create mode 100644 Resources/Textures/Clothing/Head/Welding/flame_welding_mask.rsi/up-equipped-HELMET-vulpkanin.png create mode 100644 Resources/Textures/Clothing/Head/Welding/paintedwelding.rsi/equipped-HELMET-vulpkanin.png create mode 100644 Resources/Textures/Clothing/Head/Welding/paintedwelding.rsi/up-equipped-HELMET-vulpkanin.png create mode 100644 Resources/Textures/Clothing/Head/Welding/welding.rsi/equipped-HELMET-vulpkanin.png create mode 100644 Resources/Textures/Clothing/Head/Welding/welding.rsi/up-equipped-HELMET-vulpkanin.png create mode 100644 Resources/Textures/Clothing/Mask/breath.rsi/equipped-MASK-vulpkanin.png create mode 100644 Resources/Textures/Clothing/Mask/breath.rsi/up-equipped-MASK-vulpkanin.png create mode 100644 Resources/Textures/Clothing/Mask/clown.rsi/equipped-MASK-vulpkanin.png create mode 100644 Resources/Textures/Clothing/Mask/ert.rsi/equipped-MASK-vulpkanin.png create mode 100644 Resources/Textures/Clothing/Mask/gas.rsi/equipped-MASK-vulpkanin.png create mode 100644 Resources/Textures/Clothing/Mask/gasatmos.rsi/equipped-MASK-vulpkanin.png create mode 100644 Resources/Textures/Clothing/Mask/gascaptain.rsi/equipped-MASK-vulpkanin.png create mode 100644 Resources/Textures/Clothing/Mask/gascentcom.rsi/equipped-MASK-vulpkanin.png create mode 100644 Resources/Textures/Clothing/Mask/gasexplorer.rsi/equipped-MASK-vulpkanin.png create mode 100644 Resources/Textures/Clothing/Mask/gassecurity.rsi/equipped-MASK-vulpkanin.png create mode 100644 Resources/Textures/Clothing/Mask/gassyndicate.rsi/equipped-MASK-vulpkanin.png create mode 100644 Resources/Textures/Clothing/Mask/medical.rsi/equipped-MASK-vulpkanin.png create mode 100644 Resources/Textures/Clothing/Mask/medical.rsi/up-equipped-MASK-vulpkanin.png create mode 100644 Resources/Textures/Clothing/Mask/medicalsecurity.rsi/equipped-MASK-vulpkanin.png create mode 100644 Resources/Textures/Clothing/Mask/medicalsecurity.rsi/up-equipped-MASK-vulpkanin.png create mode 100644 Resources/Textures/Clothing/Mask/merc.rsi/equipped-MASK-vulpkanin.png create mode 100644 Resources/Textures/Clothing/Mask/mime.rsi/equipped-MASK-vulpkanin.png create mode 100644 Resources/Textures/Clothing/Mask/muzzle.rsi/equipped-MASK-vulpkanin.png create mode 100644 Resources/Textures/Clothing/Mask/neckgaiter.rsi/equipped-MASK-vulpkanin.png create mode 100644 Resources/Textures/Clothing/Mask/neckgaiterred.rsi/equipped-MASK-vulpkanin.png create mode 100644 Resources/Textures/Clothing/Mask/ninja.rsi/equipped-MASK-vulpkanin.png create mode 100644 Resources/Textures/Clothing/Mask/plaguedoctormask.rsi/equipped-MASK-vulpkanin.png create mode 100644 Resources/Textures/Clothing/Mask/sadmime.rsi/equipped-MASK-vulpkanin.png create mode 100644 Resources/Textures/Clothing/Mask/scaredmime.rsi/equipped-MASK-vulpkanin.png create mode 100644 Resources/Textures/Clothing/Mask/squadron.rsi/equipped-MASK-vulpkanin.png create mode 100644 Resources/Textures/Clothing/Mask/sterile.rsi/equipped-MASK-vulpkanin.png create mode 100644 Resources/Textures/Clothing/Mask/sterile.rsi/up-equipped-MASK-vulpkanin.png create mode 100644 Resources/Textures/Clothing/Mask/swat.rsi/equipped-MASK-vulpkanin.png create mode 100644 Resources/Textures/Clothing/Mask/welding-gas.rsi/equipped-MASK-vulpkanin.png create mode 100644 Resources/Textures/Clothing/Mask/welding-gas.rsi/up-equipped-MASK-vulpkanin.png create mode 100644 Resources/Textures/Objects/Consumable/Smokeables/Cigarettes/cigarette.rsi/lit-equipped-MASK-vulpkanin.png create mode 100644 Resources/Textures/Objects/Consumable/Smokeables/Cigarettes/cigarette.rsi/unlit-equipped-MASK-vulpkanin.png diff --git a/Resources/Textures/Clothing/Head/Welding/blue_flame_welding_mask.rsi/equipped-HELMET-vulpkanin.png b/Resources/Textures/Clothing/Head/Welding/blue_flame_welding_mask.rsi/equipped-HELMET-vulpkanin.png new file mode 100644 index 0000000000000000000000000000000000000000..4c6ce58ca34e3f295b38a840b20e75ea04db0871 GIT binary patch literal 950 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=k|nMYCBgY=CFO}lsSJ)O`AMk? zp1FzXsX?iUDV2pMQ*9U+m?J!0978H@y_t2^U)WLPzo1j<2~E&mM)dK zbJx%L()US;cH8EDe`cP4Z`vNgAg>oGFPr$L%h}6|IR(geAANH3UR?Q~=MNP_v_u!) zjyN98dpP4#{;XvjHZT8+rGK31qAbaZ4Pmc^0I&ZLF~Re z!%6)sn@@2xynI=@YUBI6f_IDlKVn|xy;R77QQ_adCWW)HB_t+>^ezdFZ1Q=={O0YO1GBf9E|fjsxRy+df)P_*Z*&2=%B_O`YZrHK=?zIo7hoU}J+x4oJlE5lkjhe^{zas;~b_9xpsFzJrx zfAOQfO@e_rfq|!i(SU*N00SmxuBvUKdciwZipJ}H=bjY5)m7l$ouN`>tMGt z&if)17VF*d$h@sPN4oS$cmGsBVJ$)7Lvd#~=7>8Somwe;`LluA(ASAg0qZ`V+tKYOlfzqF)m>(hRH#W3R-|BUQ7g>PpRn)h_OTdvyI78W=2 z;LZX+p{2~F3(q~3tNxg4&$Q+DxtrQIp4VsU_}zV!bjxnG=Vn!b82`^_dUt7vnKZ0k ztibe|tH|?JzV6BZ>)iO5L%W%-_<7&dVlY{5od38fWb(gb>9;3Im)Ja5!kU!e^+oMr z_*%C6{Co#CtqIu3AiUxE;y?@G&I8LPHb<mdKI;Vst0BA3wY5)KL literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Welding/blue_flame_welding_mask.rsi/meta.json b/Resources/Textures/Clothing/Head/Welding/blue_flame_welding_mask.rsi/meta.json index e9b30b54371..cc29984e056 100644 --- a/Resources/Textures/Clothing/Head/Welding/blue_flame_welding_mask.rsi/meta.json +++ b/Resources/Textures/Clothing/Head/Welding/blue_flame_welding_mask.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from /vg/station at commit https://github.com/vgstation-coders/vgstation13/commit/31d6576ba8102135d058ef49c3cb6ecbe8db8a79, icon by lzk228(discord 455630609641897984). equipped-HELMET-vox state modified by Flareguy from vox welding helmet state", + "copyright": "Taken from /vg/station at commit https://github.com/vgstation-coders/vgstation13/commit/31d6576ba8102135d058ef49c3cb6ecbe8db8a79, icon by lzk228(discord 455630609641897984). equipped-HELMET-vox state modified by Flareguy from vox welding helmet state | vulpkanin sprites taken from https://github.com/DeltaV-Station/Delta-v/tree/f9df410cff79f8c9ade2699191a6b851151d9171/Resources/Textures/Clothing/Head/Welding/blue_flame_welding_mask.rsi added by Zephyrpak", "size": { "x": 32, "y": 32 @@ -28,6 +28,14 @@ { "name": "up-equipped-HELMET-vox", "directions": 4 + }, + { + "name": "equipped-HELMET-vulpkanin", + "directions": 4 + }, + { + "name": "up-equipped-HELMET-vulpkanin", + "directions": 4 }, { "name": "inhand-left", diff --git a/Resources/Textures/Clothing/Head/Welding/blue_flame_welding_mask.rsi/up-equipped-HELMET-vulpkanin.png b/Resources/Textures/Clothing/Head/Welding/blue_flame_welding_mask.rsi/up-equipped-HELMET-vulpkanin.png new file mode 100644 index 0000000000000000000000000000000000000000..d6c8799127e758ab14ac3a1732f75d9fe539e4c3 GIT binary patch literal 872 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=k|nMYCBgY=CFO}lsSJ)O`AMk? zp1FzXsX?iUDV2pMQ*9U+n7KS%978H@y_ps5FYG9C{Qu?#&b&1qxlSEytDSBwUDo>~0!t>xvC?M_~uZqw4NXY(AMP?i1q;n#2H_m#9Iu-j>&-MzuW;-Ff`pKlV&eMKo zUd_+VRV;If{L|erS+40}!H@OQn{KXIUH<>wj~zApH#KdV`tQm1b+7lYiRWbdSd`|r zql#^Z?32QxpEZ0h|MVA%^BupK_lsv&Jk!@H{Hs^5`oBeub?g1(SHJ!jb9i(}F79l2 zQ?11{U2EsbtCnZaT3&knd_$GDX~LxD?!y=CmhoMmxA$E4f4PRsixwViWi()5JHQ~p zz?{Iq(}0B|q->4Sg@aU$VF@F()F{+VsMp& z!O0W!E_v<>?aVxTijPr2{)G7LQ<}_gw!HrPcT!m}cdOGTtNf*zlVj%|-#Wi^vhP#p zHIJHO=Wg>p@ci@1bA5cKab+L!=DRqBWd{7;8Q`!oL}=bL21%J+DuO&uUVjsH+jf$D z_rdESOjoDvV0#&Msygwup!>Tcd)psO@jd=e-oQ@d$uYGJGbXN^$IiUh>DPHCWA1Y| k9@=|+=vO2Vzopr0Mwq3H$978H@y_t13E7(!w_<5Ds8(!fDmu7VLs<8^@KXQwD z@0hT}bKzQ1bEmK*XR((S|2>~oNt@qO z5soh6<1zm3S7ldMoHohG-9s~Tj;c$tp0J~xPRoT_9kI#N)zvlkYii7#`epUaC0Sdw za;&pAnacHN|8`5*AGES#VhTf(|I(l-=QXQ47rpz~^L=rYY3}}zPg3*Tx3N0xyP75V zv}>;TD*pDvPvQk{GyTq9z1k(x{rj!?cCIXzER*|`*PlHTuruagc3xfGynS+VK?_5K z%(fqxyi~QawrpD5-JdSm^WRtgy?Bsu@9leHVT>2joPzvxs}5f6@5{PtqhP*J?asTv z#7)U3K3UA2_UU=`uTA$W_u0CqA4{^5m2g_1D{$Z9B~RDfFr9yr^Ji{XaX)^1*Z+Uc zTwCsKoXI~Y?EkGr7gtQtd)c-zbJK&0_e)+!FmL$uq0MAp!km*SDereHd|beKi|L1y z%LIw*^R9BZpA*Y>S~Il886AG_us6A%1#s^PPa@=1n&`4boo7}yRl zNH8!bFz_^Ba0&ublLAyZ^|te9(N-8B>OMFy7J1I zKAqT4UicXw;`r^`+DP9+!UHEQa z;$*I%^4@E`1hd_b+D&{1B%Juw&t&!#+LSGljlJ<|&Xu=i)ejEz^1W!uyJ2j0@$kAP zg{sY$ekrctpOa_Gk=0}ncFv>z!r@&;-{X%jRyr%c;(mJ_pX0%$oBjmPzz8X%Fl;EC cbf1ZbVf_#1*b??AM+PA9boFyt=akR{0H7+9t^fc4 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Welding/flame_welding_mask.rsi/meta.json b/Resources/Textures/Clothing/Head/Welding/flame_welding_mask.rsi/meta.json index b486fbbc86c..328d48de25c 100644 --- a/Resources/Textures/Clothing/Head/Welding/flame_welding_mask.rsi/meta.json +++ b/Resources/Textures/Clothing/Head/Welding/flame_welding_mask.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from /vg/station at commit https://github.com/vgstation-coders/vgstation13/commit/31d6576ba8102135d058ef49c3cb6ecbe8db8a79 and up-equipped-HELMET modified by Flareguy, icon by lzk228(discord 455630609641897984). equipped-HELMET-vox state modified by Flareguy from vox welding helmet state", + "copyright": "Taken from /vg/station at commit https://github.com/vgstation-coders/vgstation13/commit/31d6576ba8102135d058ef49c3cb6ecbe8db8a79 and up-equipped-HELMET modified by Flareguy, icon by lzk228(discord 455630609641897984). equipped-HELMET-vox state modified by Flareguy from vox welding helmet state | vulpkanin version taken from https://github.com/DeltaV-Station/Delta-v/tree/f9df410cff79f8c9ade2699191a6b851151d9171/Resources/Textures/Clothing/Head/Welding/flame_welding_mask.rsi added by Zephyrpak", "size": { "x": 32, "y": 32 @@ -28,6 +28,14 @@ { "name": "up-equipped-HELMET-vox", "directions": 4 + }, + { + "name": "equipped-HELMET-vulpkanin", + "directions": 4 + }, + { + "name": "up-equipped-HELMET-vulpkanin", + "directions": 4 }, { "name": "inhand-left", diff --git a/Resources/Textures/Clothing/Head/Welding/flame_welding_mask.rsi/up-equipped-HELMET-vulpkanin.png b/Resources/Textures/Clothing/Head/Welding/flame_welding_mask.rsi/up-equipped-HELMET-vulpkanin.png new file mode 100644 index 0000000000000000000000000000000000000000..b6749f986067758ff5b2d148e621d550cc72516a GIT binary patch literal 920 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=k|nMYCBgY=CFO}lsSJ)O`AMk? zp1FzXsX?iUDV2pMQ*9U+n5{fr978H@y_ps05gaIS{C|1gp)FyT-I81*)82V;&ut1$ z*YLO%tiP8vP~@7k|K4lS>-Sy>7I66z!T(i=`My~MziD%8dA3-anWV39`niG^FKe!w zwRFwcUB38RZNblTw(Xy5@Bf_pd2aRgVo^nwRgr6~UoKg-YQ^^3+}~GcXJ0V!HMEX! zy;*ee?$xiS*X*4+=ZbXq+<@19Z1xpz@8!Qf&Di+l!wm_uO_6W5Mr_bo*b&pmFk?Sc z#ss_h{M%lN@7Vv3>%*y290iN7v9Hn>Z_z)f(6lh%VO>SWiWBE0 z@#061&+u$2`g#8Dy?){H@DKl<<;6~x$<91@+QGrFly!#fiTx)p)^fTmZ)DzXcer@Y zmoVF@jnfvrjr_ON{o3-Ik+J8OFI0J7@wHQ7uKx4e|DzfHvKMo-Ead<8YIEwvJ9UxQ zPgS_AUtV_kdxIC(UiKKtOkI{el^Fulb|x(R`|wEnqT`E0e$QUO8mhG zfjNNz3nw5nNq1>+`|{u&zw{i}tWQ$@C)4dc^N-}eaNo;Py*weIS6x?1y~zLLww&4Y z?ehg!t|`mbwXA#*y;Mp2K+?@4t*;MfytUDNFLLBjVa7&@IezKR(b3VzRvetHyUBCg zN%o&g^PkL4(s1>%k_fbwTex@i)zkm%q@BczB`RNC@z1~f(nP4UB}stcVbRWj@bLD| z&)y&Gr|mlweLUgS$lKezSqyh@(6#YSW?rNBUBXI$K*?eHXL&J8e6m zc2iCMiT8KS+Si6BB2MjNs@ikU>3Dw8vCqe!8HH!3{L7!QF)??$?|scTleCre*DDJy zUBe*5*PfA=b?I~=bNX(H%;_r~tL&yasZ9<%HH+!Vg?g6-M@?flx=Z|ACQ)Wp5u3p} zrReK?CDnk=(;WBPSc;B?*KxT0GIF*TNTyAGY3ki#WdmTTgn zv&Cor6n7sM#nw8WjT^l#{CbniqRn|QOT6i5oAOI1ffnYEIyohCX3mvN`@ZRcinVnA zA9fsy=U(~pR-kz z(I)!tLf?x8TiLt>A}{P(wElgI?b;;{udZ~T3EaNFch;q=*Vj*EG&On=Y(< zr!h5m@ouN>&zFT-r~Jsb*>$v6chlY1Un{=O?6(i94L%T7{ZsA6y=u4pN4l)PHni69 z+Ev=*^ZqOT%;-D!&CP%2^8FDPlroN-{rg(!%VVRKghO4d1#@ilzU~+OyDxv?XO{y@ zYdL<_=(PS5NmF8-@z`Q9r|5c)gg5`cZ(hrBV80_U_Hcq39v|;XL`v6(>~G)+aeui)*+rMk$=k!TEh;Ui*kVyM|58zgQRmu4H(=QzrVH z;e}#76NZD;$ti1v`i!02Z&hyAFH6=oTy8$gijB^a1&B#2qtnS3y zk6yeR9=>;B;QwOvWU8h2W2@4JCZ+?^6>x?FP{L=|AJGH`uk5II-ajfkK`K36{an^L HB{Ts51!G*F literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Welding/paintedwelding.rsi/meta.json b/Resources/Textures/Clothing/Head/Welding/paintedwelding.rsi/meta.json index 2a9b8dfba70..d68c8392ddc 100644 --- a/Resources/Textures/Clothing/Head/Welding/paintedwelding.rsi/meta.json +++ b/Resources/Textures/Clothing/Head/Welding/paintedwelding.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from CEV-Eris at https://github.com/discordia-space/CEV-Eris/blob/2a0d963d5bf68bd8ddf6fba6f60479bec172b51d/icons/inventory/head/mob.dmi, icon by lzk228(discord 455630609641897984). equipped-HELMET-vox state modified by Flareguy from 'welding' state in /vg/station at commit https://github.com/vgstation-coders/vgstation13/commit/31d6576ba8102135d058ef49c3cb6ecbe8db8a79", + "copyright": "Taken from CEV-Eris at https://github.com/discordia-space/CEV-Eris/blob/2a0d963d5bf68bd8ddf6fba6f60479bec172b51d/icons/inventory/head/mob.dmi, icon by lzk228(discord 455630609641897984). equipped-HELMET-vox state modified by Flareguy from 'welding' state in /vg/station at commit https://github.com/vgstation-coders/vgstation13/commit/31d6576ba8102135d058ef49c3cb6ecbe8db8a79 | vulpkanin version taken from https://github.com/DeltaV-Station/Delta-v/tree/f9df410cff79f8c9ade2699191a6b851151d9171/Resources/Textures/Clothing/Head/Welding/paintedwelding.rsi added by Zephyrpak", "size": { "x": 32, "y": 32 @@ -28,6 +28,14 @@ { "name": "up-equipped-HELMET-vox", "directions": 4 + }, + { + "name": "equipped-HELMET-vulpkanin", + "directions": 4 + }, + { + "name": "up-equipped-HELMET-vulpkanin", + "directions": 4 }, { "name": "inhand-left", diff --git a/Resources/Textures/Clothing/Head/Welding/paintedwelding.rsi/up-equipped-HELMET-vulpkanin.png b/Resources/Textures/Clothing/Head/Welding/paintedwelding.rsi/up-equipped-HELMET-vulpkanin.png new file mode 100644 index 0000000000000000000000000000000000000000..34296974d11c953a6b202459c919e2a15d5fd23e GIT binary patch literal 759 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=k|nMYCBgY=CFO}lsSJ)O`AMk? zp1FzXsX?iUDV2pMQ*9U+m}YvqIEGZ*dNa#0L)cNI?Y_=Zh0MhdPBv^8JKfdAesEd9 z!l17r@2_?@ZMoIFz`WW(?p5Fm$ILei)xX~BPRisLU43D8!Ui$_M{F$$zR9g#vd@=J z-VnKF!rYTBX8)UypP8Nd{p|0w^l49R6_+k4o7QJxUOKm4X}wP0^*6jr&o32Or)I0= za(9)jbd}H3*62f=4T4Yqyt-m@@#)W75kdXCn*!#{Sn&3&uho;vEqW}x|Np&t#`{2_ zf2G;(53TRc^j>AOcqDMB^W;e@>)A8={_3p1DDAaNx7~!J*F5^2)`_LD$7b_2gl}JP z%cXMnruT=V3JUma0vyG*tXEiKGk?>*doPTS#{J?dXn23wMgCgZo5_2>{@r}q<-2qY zOaHeCYhHc3U9K6i_;09qx`Vc=;T>oF`|nt)A3Lr0`5L=^OU`GD`1{wR7f4lX{r~)h zLS_8)tm|oU>pN@t4{WQr@{9=>0l2}1uuF+W#_7$?7d0nE+po<37N_bSA$q&=(8Pdy z>!V*T&*t|mQPY^ZJNLt7<>xEv z4Lr3iH>XRhy6p&Btes*XgZ5*cE0;JzrCBj-e!nVa`h4l6vR;({y6i zO^TGsza{qKU;B9x(|Mw1_m~`ytXp?T`u_WngZVe@)<~>)|C{~O&p+#5%oNy?#9gp3 z#7*35r_O|1Zxec~+i%Qwymx<2-@l1@ch!4pKg;xpHQZ+qmbEzAyCiG{@BJ{fqK)@$ zS)%RMUS*H*;*N|_kNSDz&gTbb3KjX~RjRh;9Ovg!`C!a~FK|AEH!w1&%`Z47spG!} Oq|npV&t;ucLK6UwkWM%N literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Welding/welding.rsi/equipped-HELMET-vulpkanin.png b/Resources/Textures/Clothing/Head/Welding/welding.rsi/equipped-HELMET-vulpkanin.png new file mode 100644 index 0000000000000000000000000000000000000000..701775a22269bd8a744605e3254adde8ec8a29f9 GIT binary patch literal 882 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|T>) zr;B4q#hkaZ{Jo_eC63KcP&EA(l%(7!CU`4>M{wg?PmyAQm*p3{Idl8>{?PoxlDkyg z_S>VAUF{BD%$KBG0=q?XY(+wfJhHbc70yaOn{zxsV{?5_$}{%F^7NCx&-{L~d$!K| znC6EO%zJ7y=lXT`eJlI^ZQHgfWe7UH%9eKcc=2N3maSWNCU1@EmA)3=g_?S)g>Rdf*$C2y14}|*9yD?o+ zqR*6}Et$6g7`O=**BG#KKS(#cX5BIM?MDM~?-kt2E1dsi{WNM2?mGV1FTLaJ#It98 z??_d}%)cUXs9_`j{rzt7@$y2QEth*A$^4n|;3mV&8m*~^+MlLA@8UUs&MfNKR!oB z5e5e(_T0~0V-kIJ%6==|)eK6lvsf)V-@Cg%XlJ=-lgd-JFx5xz{O{;R|DP&KTv7Sw mIwLmYx4!_v@N0PZhi(4VX(t0rHeCm1A_h-aKbLh*2~7Z*E1m8D literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Welding/welding.rsi/meta.json b/Resources/Textures/Clothing/Head/Welding/welding.rsi/meta.json index 10c0a80701e..583e46c1f74 100644 --- a/Resources/Textures/Clothing/Head/Welding/welding.rsi/meta.json +++ b/Resources/Textures/Clothing/Head/Welding/welding.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from /vg/station at commit https://github.com/vgstation-coders/vgstation13/commit/31d6576ba8102135d058ef49c3cb6ecbe8db8a79", + "copyright": "Taken from /vg/station at commit https://github.com/vgstation-coders/vgstation13/commit/31d6576ba8102135d058ef49c3cb6ecbe8db8a79 | vulpkanin version taken from https://github.com/DeltaV-Station/Delta-v/tree/f9df410cff79f8c9ade2699191a6b851151d9171/Resources/Textures/Clothing/Head/Welding/welding.rsi added by Zephyrpak", "size": { "x": 32, "y": 32 @@ -36,6 +36,14 @@ { "name": "up-equipped-HELMET-hamster", "directions": 4 + }, + { + "name": "equipped-HELMET-vulpkanin", + "directions": 4 + }, + { + "name": "up-equipped-HELMET-vulpkanin", + "directions": 4 }, { "name": "inhand-left", diff --git a/Resources/Textures/Clothing/Head/Welding/welding.rsi/up-equipped-HELMET-vulpkanin.png b/Resources/Textures/Clothing/Head/Welding/welding.rsi/up-equipped-HELMET-vulpkanin.png new file mode 100644 index 0000000000000000000000000000000000000000..39c534f564399b29160c1a34dcc0b651f5bb65e1 GIT binary patch literal 939 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|Rrc zr;B4q#hkaZ?t2F(N*v#x?(S^4V~%%_!I6S3oqvV&x2ZHc9NGP^Ay26J)uP$|ChdB4 zsOR0TGpmK(w`Gber9F7I&0x*enK=)Sl~`=s{@pS=IaBcYaka;__6w}{vCscrY4^VJ z{JC%YbOmIBnQH9hFWE>@ugt!avkAvFpD4%sDgoi2-R-Mf98JL|cL%c1@RfgZyp zI~hVlb&nd=u&PY<6xs1HXeA4~e?#2mmnOHem$}$}{QdXM1pl4ewwZ}^yYBs8W7jWe zr+dxEhuN7aqeOD$fA)t3JJv0>H?=%zm!JQ*A^zW#wq=>>=k~`&7))t?sJ-Bx>%ac) z=Snv^{@J~A|N5h=y^dd^?|Mjnb9`CZh4)PR-aE>(#F?zNUG~{6Q;RXVmi3I@H12sb zB~q4hKb~>1DW}YE*`DY&Bjdma=84IMv%MHZy;|k-*KfI4xfsOzm_E_)^v79#4R<{l z1!OcCnv_``3YIW%^ocMWoXDhL5yZga&eiY$E*bIj`NGrJBfj@mC%9XR9L}HcYi8r3 z7x$xcE+shn>SCc*40Yzf7ij++XW=bAH8fBpOzFY z6rf|cr>Z30e%Zw3w#=rdpU7_Dw+&O9%&6NN96#~8{||plcI_Er2DY|m&8}UacwYWx zbjqE)?fWvs`;TYd-FL+O{;hMZQWZLJn}b3^uR8v9$aK`2%9MNgVpR0km}k$PNo{sr z=42q@vV3z*>*YN$QBjwK9~6i7x+uBc;OSo(lyk3N?)K}iVeRvZ47)QKckkXEaN67^ z=cC}NEuUx4e|z-5uG!n*9Zx=P@X|{&)K!>$R?GbF^PAgadbkg)G`Jw^I^V40X2!RY zd#o8t%id_Mx!bBU;p|75Y01;d)7Fu#~)9ATm7}_@6VIpw?4lj z9#D)T6>&7@Jnf2Ku~_ulr4{cuX?)cMO}RL?DJO_ zJ{IwETekgx>*B<~OC=X7FHTZ7+RxTKqhylPU;Y!!f(*|(7!2H58Z4C<5Pq4V%yd8o zN$S9tmhye;pFRDQma{6YLbz@AsmYsT@>T^Jc&IV%mJ-rh*R6c}*xwws$#cTBW(WO= zzqX)x8^f=*#~;@|{~N(@mE-X|#>*Gxn3Qi~kTy?MxxVB#_eHS{vJFydFBTY@dIhX! zNZgbnH~q1oYlS?Y;PGzjplj~0b{fBDJb8>IYtD();R^Gne`B6}R>IBv;Qx#%2C~j^ i&CpOscPZQxc8q18_e$0Mo-7Vb5DcEKelF{r5}E+;Bl8~s literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Mask/breath.rsi/meta.json b/Resources/Textures/Clothing/Mask/breath.rsi/meta.json index 654b8824dc5..3914ae3178c 100644 --- a/Resources/Textures/Clothing/Mask/breath.rsi/meta.json +++ b/Resources/Textures/Clothing/Mask/breath.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/4f6190e2895e09116663ef282d3ce1d8b35c032e. Reptilian edit by Nairod(Github). equipped-MASK-vox & up-equipped-MASK-vox state in /vg/station at commit https://github.com/vgstation-coders/vgstation13/commit/4638130fab5ff0e9faa220688811349d3297a33e", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e. Reptilian edit by Nairod(Github). equipped-MASK-vox & up-equipped-MASK-vox state in /vg/station at commit https://github.com/vgstation-coders/vgstation13/commit/4638130fab5ff0e9faa220688811349d3297a33e | Vulpkanin state taken from https://github.com/DeltaV-Station/Delta-v/tree/8a4dd379396c19727a9b081f160d9c8334676251/Resources/Textures/Clothing/Mask/breath.rsi added by Zephyrpak", "size": { "x": 32, "y": 32 @@ -73,6 +73,14 @@ { "name": "equipped-MASK-reptilian", "directions": 4 + }, + { + "name": "equipped-MASK-vulpkanin", + "directions": 4 + }, + { + "name": "up-equipped-MASK-vulpkanin", + "directions": 4 } ] } diff --git a/Resources/Textures/Clothing/Mask/breath.rsi/up-equipped-MASK-vulpkanin.png b/Resources/Textures/Clothing/Mask/breath.rsi/up-equipped-MASK-vulpkanin.png new file mode 100644 index 0000000000000000000000000000000000000000..d8ae1134fb437dc241e2674b076d7299122263c7 GIT binary patch literal 538 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|Vn3 zPZ!6KiaBp*8D<}H5IO$esl93TY7h74d3sG-TvlFMJAYBM*-0r5y`yXAA6k1PDJS<> zO>5uLT~-`U+l}=lHtM~d>8-HmJM+Xj75eX|-%%6{ODD(D56jPqn+<4Er-0iPcMfvt+&Z&!UNn9s% zuZclEafgNMdX3U+HBn3&mR_IgOq}+|`5&{J?rj>o_Jfg(()%Zui!Vt2=YFf|(73KP z-j|*E%j0CPdwE-n{B88l-C~&^vz_TW>mrYfa}yTtNvYy8F_SiVyxRZtf}0srKIxrM zd9d)dZtA7uDRulBpRcMvan*RulDh9#%N@pqJ`RRr7X~zMC^4K7M3O4`Z@}5)toZNd z=Sf)~ExJN3ias(?oBCQ__PN2j=yjLH3ZxqR8uqPpDT`eFFn#a2r73pz!WZ=?FX5H^ z`20#&2sv2yQ&%^DrzqK+SyU4O!M(YaTEuXW4G+ z{WpD`_dneCeskoutV_PdfH4*_gI!Nu1K4C=JjcZx%rlQA647ltb4w)+WYk9Ytz=h zJhkYx#{IzPBql9S^QR6Xb9f3i)GIeVueo6^`*PN;!~3?)XTFjjGylpu^%GaLGWjkt z|2lZ@QSx!6Z}lNeJ_@Ox4zHXIa<adSmW&-6tpi z7i?IdR=Kh4gw@=0em9oKt&caKckas9W0m(`C~C+&vI}%$m}2NYH|V#?zjNwG)sxO} zCG237`M>z8P-Ay;L2Q^q;eyAvE;FRuW3pm-dc10m@5-ljg1=r*V_R@2?G7+zaDs$w zYphOAU$&A@;eCwJf8Dqe-2*C(>SqtXy8o!KIcTrL%u5ozqM?f?n7FTwc8J;$*RaGW zZo@1k70+%{&Y58io_iZayjlxR$yhtG*LntCEAw@F7T0KKqozq>%kQvl#HuWiYaC<3-*6TZef38bC zTH({gAI2h@K4Gb7>Xb!%uOl^9d8J(1Sj2c>wE<4QfFussZ_a0AV`#E5iT|>E!%UEn Mr>mdKI;Vst0HL!m@Bjb+ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Mask/clown.rsi/meta.json b/Resources/Textures/Clothing/Mask/clown.rsi/meta.json index cffdb50b4b2..c9a2c26bfd9 100644 --- a/Resources/Textures/Clothing/Mask/clown.rsi/meta.json +++ b/Resources/Textures/Clothing/Mask/clown.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/4f6190e2895e09116663ef282d3ce1d8b35c032e. Reptilian edit by Nairod(Github). equipped-MASK-vox state taken from /vg/station at commit https://github.com/vgstation-coders/vgstation13/commit/4638130fab5ff0e9faa220688811349d3297a33e and slightly modified by Flareguy, edited by InfinityRedPanda(github)", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e. Reptilian edit by Nairod(Github). equipped-MASK-vox state taken from /vg/station at commit https://github.com/vgstation-coders/vgstation13/commit/4638130fab5ff0e9faa220688811349d3297a33e and slightly modified by Flareguy, edited by InfinityRedPanda(github) | Vulpkanin state taken from https://github.com/DeltaV-Station/Delta-v/tree/8a4dd379396c19727a9b081f160d9c8334676251/Resources/Textures/Clothing/Mask/clown.rsi added by Zephyrpak", "size": { "x": 32, "y": 32 @@ -33,6 +33,10 @@ { "name": "equipped-MASK-vox", "directions": 4 + }, + { + "name": "equipped-MASK-vulpkanin", + "directions": 4 } ] } diff --git a/Resources/Textures/Clothing/Mask/ert.rsi/equipped-MASK-vulpkanin.png b/Resources/Textures/Clothing/Mask/ert.rsi/equipped-MASK-vulpkanin.png new file mode 100644 index 0000000000000000000000000000000000000000..488c0387a729cbb020fa79396d036363b6a44012 GIT binary patch literal 843 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=k|nMYCBgY=CFO}lsSJ)O`AMk? zp1FzXsX?iUDV2pMQ*9U+nBIE2IEGZ*dNa!~`?iC~@%c?0*8)=Xr}ZAF(74h4F>L+a zU!1$X1%J6+^7=+i<2lLAEQ?i}__k$sJW(}cdEr2meu@|tMJ-9f3)q2*3);B#UUcOt>sBlr{d{57#I~8STH#c_M9>Od;DTX$j_Ihn{RIUHMubO*SeKIQj7wx$1FRio6XJiMZCLp z*E6HNEB9qf)$A4c$#cZ2#i)kmeBF#!yO$lj&b?40U|Z@6E+At?uu;pOw-Kiq)}3`0 zU=uhvz2Oi4zE}F|#3Zl3edrLq&TkfoSbzPMlxPyiZu{6z z>-H*Dq`1D@a#@6>r`1rBY0Co6+;u^R)hB;ubbI>o)2?=n_4P|M+577RSXM~P=V_=t zbNuv#PZr$_&X)V?BA7(8Rv!)ID3F}f{9Kpw;B!8)gXXC=V#nH!efYk?h_Q74nzRGi z{3=i1s-G7sTV=@c)iD0j+H{}C3{MDz>Hocd1rr$7pT76ddjsDF1|aZs^>bP0l+XkK DX8v{z literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Mask/ert.rsi/meta.json b/Resources/Textures/Clothing/Mask/ert.rsi/meta.json index b8ea712aff1..85808f29748 100644 --- a/Resources/Textures/Clothing/Mask/ert.rsi/meta.json +++ b/Resources/Textures/Clothing/Mask/ert.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Made by Nimfar11 (GitHub) for Space Station 14. Reptilian edit by Nairod(Github), vox edit by Flareguy", + "copyright": "Made by Nimfar11 (GitHub) for Space Station 14. Reptilian edit by Nairod(Github), vox edit by Flareguy | vulpkanin state taken from https://github.com/DeltaV-Station/Delta-v/tree/8a4dd379396c19727a9b081f160d9c8334676251/Resources/Textures/Clothing/Mask/ert.rsi added by Zephyrpak", "size": { "x": 32, "y": 32 @@ -29,6 +29,10 @@ { "name": "inhand-right", "directions": 4 + }, + { + "name": "equipped-MASK-vulpkanin", + "directions": 4 } ] } diff --git a/Resources/Textures/Clothing/Mask/gas.rsi/equipped-MASK-vulpkanin.png b/Resources/Textures/Clothing/Mask/gas.rsi/equipped-MASK-vulpkanin.png new file mode 100644 index 0000000000000000000000000000000000000000..fba0ec9b2b3e2591319755275b38f5dbca81eadb GIT binary patch literal 859 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=k|nMYCBgY=CFO}lsSJ)O`AMk? zp1FzXsX?iUDV2pMQ*9U+nEraYIEGZ*dNXT(x0IvE@%yJrn?gTqu}rF6z>%I9lA|(> zD@?Pcz0tv;W}XpCyW~gtB7Lj(arN(Y#JCTs@3UuXsgJ$y^N)LR zy}?|+&M@;uwdLjhUtT>c-+%Vwr&nF4o^BF&xp&W%U*fB$mfb63SQ*mwXKtlb)8?Bx z7k{Tk`E{^vGeU^~Dd!N8orz|+8pg>&FP+a1Nfip+gyA6o9_dtxQVa5`+73{Q_| zMfrx~Z}uc_c$T7fWTEmG4QZ7xj}kj~-p%{<Qb9*;I_g~!jYuf6uIYVV;#_jVs! zbyZXG?u)Z&%Ii3l!{+<bK^C8(a(S=4o$YdcgD8^<)Yi?mE?<*ANbEIZP&GBd1`VXPVtSnh6tCF#XAl&?KfPUdh_9#W!=@CZBW(X^Gpj_BS&hbDXWhi|xl9Y}mRi+A1V>ESpnyG%4`) z_Fb;$4H*93(%&uB+m`WWwZoJvhPuUn_pxj#KQG$lqU8VBwjsV%5_fnqFk7trp?ZMf X*13RLI=^npF#v(5tDnm{r-UW|(6fNS literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Mask/gas.rsi/meta.json b/Resources/Textures/Clothing/Mask/gas.rsi/meta.json index ae1156c2f33..85df777b912 100644 --- a/Resources/Textures/Clothing/Mask/gas.rsi/meta.json +++ b/Resources/Textures/Clothing/Mask/gas.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/4f6190e2895e09116663ef282d3ce1d8b35c032e. Reptilian edit by Nairod(Github). equipped-MASK-vox state taken from /vg/station at commit https://github.com/vgstation-coders/vgstation13/commit/4638130fab5ff0e9faa220688811349d3297a33e and modified by Flareguy", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e. Reptilian edit by Nairod(Github). equipped-MASK-vox state taken from /vg/station at commit https://github.com/vgstation-coders/vgstation13/commit/4638130fab5ff0e9faa220688811349d3297a33e and modified by Flareguy | Vulpkanin state taken from https://github.com/DeltaV-Station/Delta-v/tree/8a4dd379396c19727a9b081f160d9c8334676251/Resources/Textures/Clothing/Mask/gas.rsi added by Zephyrpak", "size": { "x": 32, "y": 32 @@ -33,6 +33,10 @@ { "name": "equipped-MASK-vox", "directions": 4 + }, + { + "name": "equipped-MASK-vulpkanin", + "directions": 4 } ] } diff --git a/Resources/Textures/Clothing/Mask/gasatmos.rsi/equipped-MASK-vulpkanin.png b/Resources/Textures/Clothing/Mask/gasatmos.rsi/equipped-MASK-vulpkanin.png new file mode 100644 index 0000000000000000000000000000000000000000..141a7cc981e2e48256a7ef70afb9b9fb45cb56f1 GIT binary patch literal 830 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=k|nMYCBgY=CFO}lsSJ)O`AMk? zp1FzXsX?iUDV2pMQ*9U+m>zh#IEGZ*dNa$gL&{O4E!|aDMCWXn`#TRUOV-webj=$X z)76^piZNz$UtY3FOz4K6KugIj4mN4+Tpf{|WYwx@uA)|%$$#5tr#d?&WllU2``V;nmT8zu?*kVV!;p%ktXH`V)Ol$ z|F^JH=V)Y_@F+h&KT>I8!tcNT7AdyGDg8SxelNfF*VX%Z+j;I=xb3fwWJx@mHhJ}& z@2PA$)4hMc-<#2YJo#8pb$I=TZ{MD^nM(00e!6>i?u*|O&To!euYPOB)HvVIpX3Dk zk5}%DNqhY@iep{a>NU6D8tqhJYj#{W_`DbI^64Sz{|y_CY3Gap=g61ED)M2zY^s}1Za4qC-2HT({fVxP9;fnt2iX+fj_D%Sh7?1Y~g^OA*T8q*nDl1mii4jIqv@rkJ9Opr|c%-o_c#{F>n-8^m$3%AU; z)L^#=RZGr;du`bsO`LI`ZT<(_*=INC%&EI7s~KnR@#nkEH_jVsvRy|4oWi%(|NNTW qz22?5^=0S`Y+(is&6ufw#S$1MX=N~+T%91y00f?{elF{r5}E*dP*pPk literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Mask/gasatmos.rsi/meta.json b/Resources/Textures/Clothing/Mask/gasatmos.rsi/meta.json index f0d269dcd49..fe96b0453ab 100644 --- a/Resources/Textures/Clothing/Mask/gasatmos.rsi/meta.json +++ b/Resources/Textures/Clothing/Mask/gasatmos.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/4f6190e2895e09116663ef282d3ce1d8b35c032e. Reptilian edit by Nairod(Github). equipped-MASK-vox state modified by Flareguy from 'gas-alt' state in /vg/station at commit https://github.com/vgstation-coders/vgstation13/commit/4638130fab5ff0e9faa220688811349d3297a33e", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e. Reptilian edit by Nairod(Github). equipped-MASK-vox state modified by Flareguy from 'gas-alt' state in /vg/station at commit https://github.com/vgstation-coders/vgstation13/commit/4638130fab5ff0e9faa220688811349d3297a33e | Vulpkanin state taken from https://github.com/DeltaV-Station/Delta-v/tree/8a4dd379396c19727a9b081f160d9c8334676251/Resources/Textures/Clothing/Mask/gasatmos.rsi added by Zephyrpak", "size": { "x": 32, "y": 32 @@ -29,6 +29,10 @@ { "name": "equipped-MASK-vox", "directions": 4 + }, + { + "name": "equipped-MASK-vulpkanin", + "directions": 4 } ] } diff --git a/Resources/Textures/Clothing/Mask/gascaptain.rsi/equipped-MASK-vulpkanin.png b/Resources/Textures/Clothing/Mask/gascaptain.rsi/equipped-MASK-vulpkanin.png new file mode 100644 index 0000000000000000000000000000000000000000..d13d3212c08751a1ac717f653dfe6be4a02e9aa2 GIT binary patch literal 820 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=k|nMYCBgY=CFO}lsSJ)O`AMk? zp1FzXsX?iUDV2pMQ*9U+n67!cIEGZ*dNb>Mwy>kf@%t@K^)5Qss#ZEJh*~{8A>fvi z#>Kd=Lbe=Ta!bvR+B;mFtiE#Ik#2Uw2ab;x+KM_k@e6HWd9;wXit|cUhJcn^we)xE zlUNwX*8%+MoB%3na}|xnKXTtnTH7qJ0tX zglit}k`{PpcRG9a?`zo%YkuZN|B8M(eQKoS%-?VMZ@+pS%3c)e&+})B@Z-nF%uS7z zcgFbHz2j-y&v8g-`J_t~|5dtM)R&+4Ui-nI`(C>|FVAg(=ND_rt}mMHqvrd*Tqyo$ zrC^ZP$%n?`CPMZFPga=N)lO)9C|JBcOmCL^E`!|C#X$jYttVOAZj^4_#m(dAGxN#B zH{aKuzjR|w^~uBk7vFqy%xQ(t%s2Aq{I)0U4|WLU@>V<9yR|E)_NIxSdST%oBa!~^ zXMQ_mWH-!SvY9Pod5+lrzcVV1Gu(1#uICnDV8nx5Bpj|^N&KUF-<#orM6L4HOS&9t zVoNqCT*-)LkV;ZL5_satgyT+a2}>-G6tPA|a~R%!vXK8#4TH>t)92!Lz3c62SU%nD zZU>{Y&yj7d527WDPW(5Oa0xcyT2;6+S|)4lsP|Gj!;ulwvL&-SujURR~L z*opOljzb=Ut(BUQ)ii_WtPd>8tWsTqBC_5kCEV?Qay{&R<=4C|j}*&R`^v69yzd-4 z&)hlpYGwPgw{I_uOL+RV__D)xor5pitG>O`HD+SCq07v}=ekAx{r8%NUJI_sn8c24 zzbE{ObG~{kK>bzQTD^Ur{%mvqvc~Oz{XO=ku>QSO)8lQXl~~DoEbU5f{i)@{z~X=% fP23dE#KZ6^U!&G}!}i<2Y{1~@>gTe~DWM4f-{oft literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Mask/gascaptain.rsi/meta.json b/Resources/Textures/Clothing/Mask/gascaptain.rsi/meta.json index d54a0aedee6..d755b8c9f77 100644 --- a/Resources/Textures/Clothing/Mask/gascaptain.rsi/meta.json +++ b/Resources/Textures/Clothing/Mask/gascaptain.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/4f6190e2895e09116663ef282d3ce1d8b35c032e, edited by Emisse for ss14. Reptilian edit by Nairod(Github). equipped-MASK-vox state taken from 'gas-alt' state in /vg/station at commit https://github.com/vgstation-coders/vgstation13/commit/4638130fab5ff0e9faa220688811349d3297a33e, and modified by Flareguy", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e, edited by Emisse for ss14. Reptilian edit by Nairod(Github). equipped-MASK-vox state taken from 'gas-alt' state in /vg/station at commit https://github.com/vgstation-coders/vgstation13/commit/4638130fab5ff0e9faa220688811349d3297a33e, and modified by Flareguy | vulpkanin sprite taken from https://github.com/DeltaV-Station/Delta-v/tree/bc58dc00b962ced6a58992eb0dfb13e844e803ba/Resources/Textures/Clothing/Mask/gascaptain.rsi added by Zephyrpak", "size": { "x": 32, "y": 32 @@ -29,6 +29,10 @@ { "name": "equipped-MASK-vox", "directions": 4 + }, + { + "name": "equipped-MASK-vulpkanin", + "directions": 4 } ] } diff --git a/Resources/Textures/Clothing/Mask/gascentcom.rsi/equipped-MASK-vulpkanin.png b/Resources/Textures/Clothing/Mask/gascentcom.rsi/equipped-MASK-vulpkanin.png new file mode 100644 index 0000000000000000000000000000000000000000..9d85ba2f06bc9db4397f7fd1116a41d34f4cf3ba GIT binary patch literal 820 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=k|nMYCBgY=CFO}lsSJ)O`AMk? zp1FzXsX?iUDV2pMQ*9U+n67!cIEGZ*dNa#DLpV_8c)d8++FZ-kdZJzzl0>H)hiEKh zG}h>Idim(lg-CX5?Hw8-G9?A&8Z6U;UMNM#C~?S!I5{2(TP4#f#;LT?bGPmL-#f~~ zRy=rmcW&>`e-BPPz5DU^=bhi5PkLWGCFs)GX_NJ~uVcR;{QOzgR;juE_xH>7&TZX& ze$L^bfSoaZ``H)#_}8eM)c4om-*3f)u6p}o$3NARe{G(u_~e%6zVF{|Jo<6*+9Uq` znm>+w*HO3=Gb7aO`r79V5vzAwaac*!?T1m)uUy<&h zl_4p$AH07}R>=AB$1~F=ZobpObnoXWZx6l_nP+!vV#2L9i{i`0`+axKd;W6yeZLy@ zbKMgjTNFJywZZA(hGW~?b{vnb-S_R+;(e;kiK}0ojz0HK^dyh}8n?pm#t4RA>an3a ztk!k2ww#@%uiRSmW$(8~b6Ktjw>RwgyxCtklI<}cqq;`WOqEyhua!)D{->oK{eM|p zafYT*#jAr|1`E{p`|0e-WjNNPcYmYn=j{xP0(elv+K2g{)=bJXEx)>uvEfi*&A!kx zEKQxPnmU}OR_U{Oj(Bw}o^WzIJ2A8tHHjGETyw#>=>$oqfyJ^co=6RG!}b_cG1 z@mhL{3g2V?eS*wwGdgm)6}K6Qs4QrH$SIRjU2Scpx#HMr{rgIp+N_**AFeEPIsDzR zEhf)q*2T)7PkGft8GwFV!n?~zC9lroy*S7E%!wjwqL!M@AEoo{T-$? z*>s8RtbxPB4FQVR?v|y#oGP+DcGETfi_J{&S|65HH*_W*NC<8@tG88d_7k3#+@D*G znUDTox%!qw&7txezZaF=)~zZu_xN)*_gLbkSA|c?e?BbMoa)tSQMx01#`;4n4h-1Q fh0t%o4U7!&9|AVmuM*}1W&;LKS3j3^P61Fx!nqDX?$7LwOmdxU z>pT(*&nmHWW+W>%#R@nIa0}+B#41GGkl;}|Valb+FEU+wUAH*5;i44^kE(oUO(@-O zxH;#XL|%HiI_LMjX?bP+wV(e!JNst-cb)s+UCpEYN_LjoGVH!=e=TdP@86fw*AH(s zHnvWmDfi>*>FG}Y`=8Hm`*-?j(KkVckF9^|3=08`e3sw8zy3Sf zb=UXcMI1kyfM4yx$*gN|C0w7Onub+_^*3+ zRH8)r-T(Z3=jswlf2mj$e(Tx)>E~)5V~gy3MY-n}@6~>|@FUmo^KAte$2m%CT~`0g z6Ih=t>+bNo`9hwlGQU%exB>$cPSmhBD{AG&7t^oL{TDT-L}#T7!=)g#&4)98dCw6) z;4neiW!0Yof5({F`zB{5v78Kin!Va);l(`-Lh;+f4_7tz-aMJ}EYz2&=1}=1j|+Vb zD=I?u8KhUNx0oSW`Zu91NKkKmZ%)a|{ayDDA8vm1cCt91(B_LC9ny^3{5ZDB2S1AL zUG~__uIu7NMZv}iU5++J7c8r$|0Z(uv%`<7zv~Ok zE!aNBb!}x@rN^Ka{IPiboS2t8zVtrgm~;JZb4^%a*SI^69&=T4ZL62jHA`(pljQIE@4Odm2YSe$(0;_ZYh49cga8mqVG ypHk|5>vH@qi|#e9^@91Ymfu2cUw3>f&rdU&orewhT!7Yv@RelF{r5}E*(l5$)C literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Mask/gasexplorer.rsi/meta.json b/Resources/Textures/Clothing/Mask/gasexplorer.rsi/meta.json index 021dcf76b70..845b68a1cd4 100644 --- a/Resources/Textures/Clothing/Mask/gasexplorer.rsi/meta.json +++ b/Resources/Textures/Clothing/Mask/gasexplorer.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/4f6190e2895e09116663ef282d3ce1d8b35c032e. Reptilian edit by Nairod(Github). Vox state by Flareguy for SS14", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e. Reptilian edit by Nairod(Github). Vox state by Flareguy for SS14 | vulpkanin state taken from https://github.com/DeltaV-Station/Delta-v/tree/bc58dc00b962ced6a58992eb0dfb13e844e803ba/Resources/Textures/Clothing/Mask/gasexplorer.rsi added by Zephyrpak", "size": { "x": 32, "y": 32 @@ -33,6 +33,10 @@ { "name": "equipped-MASK-reptilian", "directions": 4 + }, + { + "name": "equipped-MASK-vulpkanin", + "directions": 4 } ] } diff --git a/Resources/Textures/Clothing/Mask/gassecurity.rsi/equipped-MASK-vulpkanin.png b/Resources/Textures/Clothing/Mask/gassecurity.rsi/equipped-MASK-vulpkanin.png new file mode 100644 index 0000000000000000000000000000000000000000..b9395a9026c2f99c7df59bc440f5b4faba00e800 GIT binary patch literal 574 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=k|nMYCBgY=CFO}lsSJ)O`AMk? zp1FzXsX?iUDV2pMQ*9U+7$11LIEGZ*dNXTdf0Kd8vD@9vemRd=c-Ea!(fRkb=gbh&sdF8scwX2t$-PZd! z;%n{tWW6q>si`wHP6utt)y}kDcRjoIeevn{->VC4Z4 zt>1pFVW!f%<8Nlv-7Y?%#gcLL?BBG_Kd;@h|GqSRLhQq6#s#5vGJLyi=lUgWzx}f8 zhP}CE>jB%38~2r;G-FxA_@}(mmidD$Fo^Jg4J8aygeAO#e~ZnIz5T0UzM9F>&ociq z=I>zeVSQ*Wy^Z09vGZXT&G1!s(tK{8xzLrJnlWjLmif&juUSQ1LK~OpOLtxR7*i0* zuq1QUiI2P1eSL4hb8~y$_0o_(3*Jvwxu~#e)h}a~l(_hoR;JsC2__6O%@(ucqxP8!Y c^L20oBZK{~Gil8Eg*hOFp00i_>zopr0MeB4w*UYD literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Mask/gassecurity.rsi/meta.json b/Resources/Textures/Clothing/Mask/gassecurity.rsi/meta.json index 9c1b597c1d3..031da7f6edf 100644 --- a/Resources/Textures/Clothing/Mask/gassecurity.rsi/meta.json +++ b/Resources/Textures/Clothing/Mask/gassecurity.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/4f6190e2895e09116663ef282d3ce1d8b35c032e. Reptilian edit by Nairod(Github). equipped-MASK-vox & up-equipped-MASK-vox states taken from Paradise at https://github.com/ParadiseSS13/Paradise/blob/bc095ad398790a2b718b2bab4f2157cdd80a51da/icons/mob/clothing/species/vox/mask.dmi", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e. Reptilian edit by Nairod(Github). equipped-MASK-vox & up-equipped-MASK-vox states taken from Paradise at https://github.com/ParadiseSS13/Paradise/blob/bc095ad398790a2b718b2bab4f2157cdd80a51da/icons/mob/clothing/species/vox/mask.dmi | vulpkanin state taken from https://github.com/DeltaV-Station/Delta-v/tree/89c42ad237a16ae64179a2385d218520458327ff/Resources/Textures/Clothing/Mask/gassecurity.rsi added by Zephyrpak", "size": { "x": 32, "y": 32 @@ -37,6 +37,10 @@ { "name": "inhand-right", "directions": 4 + }, + { + "name": "equipped-MASK-vulpkanin", + "directions": 4 } ] } diff --git a/Resources/Textures/Clothing/Mask/gassyndicate.rsi/equipped-MASK-vulpkanin.png b/Resources/Textures/Clothing/Mask/gassyndicate.rsi/equipped-MASK-vulpkanin.png new file mode 100644 index 0000000000000000000000000000000000000000..a7c913dc1eaea8f08a484e2ff378bd7c092e4b05 GIT binary patch literal 1158 zcmeAS@N?(olHy`uVBq!ia0vp^2|(Py!3HG1+{xJmq&N#aB8wRq_>O=u<5X=vX$A%s z3r`ovkcv5P=h}NKJ4zh8@4)qc!6c^*5e8EaHM)9eXC#)+kykicTGybx&Xyx0rh4gL z(Vq;5L=}5C+!YLph~&^}6n1Iq5>t9})_VHHtKJi3H~)@#HcwvXCQoC!@%}e{V)th1 zayL3LCTKA9Y;VZgI&03{xl`|~7V**e8OLPusau|4j zUwZF-_f2_ww9e6wdVRUun5Vwq_x~S<;^Rq?4IAfQ$uhN!h@1BFXXVcQ`?v4!SaIF^ z*WbE#(;3hHU;6VI`-k;UuK(lsaO%8H!p)MJ_1A@`2CTon^!D3Z-*4sdIea?yG-LVh znp*p{KWDPeIHx!B-1cVw)mJBN-D;}7bb@0+$iD3P$7Ua*4m!} zpZC6Jeq^CH(>I`H(s}Dd0}+NcrUL;C5?l<BO>e*DvyFDg%qe!5oQYne7b^1#cN zD|2#lRi8h99@UrYZ(FgLHTT$w zbr>!$%dF5TZ?v7cZuet~;r;5aN$g6~HJ`JGZ{T@nA6sl}?8(E2o6np(ck1rl zxpPey@td9Ko&XG{fZs0znNG1eb*%?{5xG*Q4w+L z?pqzQu=M`bW6NJZ{jBih&qkJvwY%efm&705%64yR(r&8?+m1bI zCtK&(e^XfF7{$I`Sa6HjJ(hhdn$Q2f@3G?N%zvy)nFY80P<%#K5Ii%V{PM*N!602H QV8O!R>FVdQ&MBb@0Le@ESO5S3 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Mask/gassyndicate.rsi/meta.json b/Resources/Textures/Clothing/Mask/gassyndicate.rsi/meta.json index 22e52306859..e62619fb274 100644 --- a/Resources/Textures/Clothing/Mask/gassyndicate.rsi/meta.json +++ b/Resources/Textures/Clothing/Mask/gassyndicate.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/4f6190e2895e09116663ef282d3ce1d8b35c032e. Reptilian edit by Nairod(Github). equipped-MASK-vox state taken from /vg/station at commit https://github.com/vgstation-coders/vgstation13/commit/4638130fab5ff0e9faa220688811349d3297a33e and slightly modified to fix an error", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e. Reptilian edit by Nairod(Github). equipped-MASK-vox state taken from /vg/station at commit https://github.com/vgstation-coders/vgstation13/commit/4638130fab5ff0e9faa220688811349d3297a33e and slightly modified to fix an error | vulpkanin state taken from https://github.com/DeltaV-Station/Delta-v/tree/89c42ad237a16ae64179a2385d218520458327ff/Resources/Textures/Clothing/Mask/gassyndicate.rsi added by Zephyrpak", "size": { "x": 32, "y": 32 @@ -47,6 +47,16 @@ [ 0.5, 0.5, 0.5 ], [ 0.5, 0.5, 0.5 ] ] + }, + { + "name": "equipped-MASK-vulpkanin", + "directions": 4, + "delays": [ + [ 0.5, 0.5, 0.5 ], + [ 0.5, 0.5, 0.5 ], + [ 0.5, 0.5, 0.5 ], + [ 0.5, 0.5, 0.5 ] + ] } ] } diff --git a/Resources/Textures/Clothing/Mask/medical.rsi/equipped-MASK-vulpkanin.png b/Resources/Textures/Clothing/Mask/medical.rsi/equipped-MASK-vulpkanin.png new file mode 100644 index 0000000000000000000000000000000000000000..687ac3aed36fc6e582db7497e3e7b762acc2a859 GIT binary patch literal 555 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|Vn- zPZ!6KiaBp*8D<}H5IO$8k&pG@K}Rc-E51y<(Fgq>EQtPS+`<>TWOG1)UaZxW8n%~d z?KMp4Zy%*ybeO1QqENE?9(Qj?NyZshj`x2Z&cr@>ckg|X_`|!LGnAPQ$Otk#>tHZY zpV}aOKYaRDsk~_2?Em+I1y*eTDRX{ax}v(=@#Lprt3Q4%*?Q~R`)glkoelZBT*%?z zUH+Xm1H#dIWcXLH|(8)!g(nX$1*-SLs@qa=U=biH1VrP$>`7AOuy}PxF_izkb zIS=10=0^!zTej`fEBbKc;A{of+}EY|%VfUPy?&9o;&$1>l$0v&lCNnVj+fg{xpL1t z@kdH0>B8<4{}~M2SsE;r7|sYXCiHPI6uU4WIUGr%UadoFpw z6}7E4SDDjk3MG6YU4zxr)=&U&tW{q$B9*?xl~MJBiOI@don z`n<5`jJLwf+9tMX*CQL3#9pqIxXavE7;vaW{*x37PS-*_@|k(9-wJzoiC?zB*k|x` L^>bP0l+XkKbAIh5 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Mask/medical.rsi/meta.json b/Resources/Textures/Clothing/Mask/medical.rsi/meta.json index 6d0cf06eee4..c546a96702b 100644 --- a/Resources/Textures/Clothing/Mask/medical.rsi/meta.json +++ b/Resources/Textures/Clothing/Mask/medical.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/4f6190e2895e09116663ef282d3ce1d8b35c032e. Reptilian edit by Nairod(Github). equipped-MASK-vox & up-equipped-MASK-vox states taken from /vg/station at commit https://github.com/vgstation-coders/vgstation13/commit/4638130fab5ff0e9faa220688811349d3297a33e", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e. Reptilian edit by Nairod(Github). equipped-MASK-vox & up-equipped-MASK-vox states taken from /vg/station at commit https://github.com/vgstation-coders/vgstation13/commit/4638130fab5ff0e9faa220688811349d3297a33e | Vulpkanin state taken from https://github.com/DeltaV-Station/Delta-v/tree/89c42ad237a16ae64179a2385d218520458327ff/Resources/Textures/Clothing/Mask/medical.rsi added by Zephyrpak", "size": { "x": 32, "y": 32 @@ -75,6 +75,14 @@ { "name": "up-equipped-MASK-vox", "directions": 4 + }, + { + "name": "equipped-MASK-vulpkanin", + "directions": 4 + }, + { + "name": "up-equipped-MASK-vulpkanin", + "directions": 4 } ] } diff --git a/Resources/Textures/Clothing/Mask/medical.rsi/up-equipped-MASK-vulpkanin.png b/Resources/Textures/Clothing/Mask/medical.rsi/up-equipped-MASK-vulpkanin.png new file mode 100644 index 0000000000000000000000000000000000000000..99c3205640867e0a49402658affca2fb659214f6 GIT binary patch literal 520 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|VnO zPZ!6KiaBp*ZOmeF6lkkgbUmPykhoZA!^WYV%@z4ngkyrN5LKP1{%TNDM3yUlB{`{ccByF>1FWBd z=}l++&z`c^VP1W$;^qb$b^QWP2TKu#rvVI8oEZc7SaEQ+srNj(v1I=9&5=Py({~n! zcU+!vY4U{(v;NQ9z9;HFC}(&nJ|R%cW%^PfyKT|>s-G_|6#8r1cI4cx$rCC$W%3>J z1pfVEos?bG@i2#fLeNi<54UtCdU>4s)K{>Jb6&Fi1c}KSMg=X#j0YvHj?^4^lq~=Y fLzDmoa_ktLIVL%C{mi`zj9LayS3j3^P67Fu#~)9ATm7}_@6VIpw?4lj z9#D)T6>&7@Jnf2Ku~_ulr4{cuX?)cMO}RL?DJO_ zJ{IwETekgx>*B<~OC=X7FHTZ7+RxTKqhylPU;Y!!f(*|(7!2H58Z4C<5Pq4V%yd8o zN$S9tmhye;pFRDQma{6YLbz@AsmYsT@>T^Jc&IV%mJ-rh*R6c}*xwws$#cTBW(WO= zzqX)x8^f=*#~;@|{~N(@mE-X|#>*Gxn3Qi~kTy?MxxVB#_eHS{vJFydFBTY@dIhX! zNZgbnH~q1oYlS?Y;PGzjplj~0b{fBDJb8>IYtD();R^Gne`B6}R>IBv;Qx#%2C~j^ i&CpOscPZQxc8q18_e$0Mo-7Vb5DcEKelF{r5}E+;Bl8~s literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Mask/medicalsecurity.rsi/meta.json b/Resources/Textures/Clothing/Mask/medicalsecurity.rsi/meta.json index 9f566f23b9f..21c6aa8b113 100644 --- a/Resources/Textures/Clothing/Mask/medicalsecurity.rsi/meta.json +++ b/Resources/Textures/Clothing/Mask/medicalsecurity.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Sprited by LinkUyx#6557. Reptilian edit by Nairod(Github)", + "copyright": "Sprited by LinkUyx#6557. Reptilian edit by Nairod(Github) | vulpkanin state taken from https://github.com/DeltaV-Station/Delta-v/tree/89c42ad237a16ae64179a2385d218520458327ff/Resources/Textures/Clothing/Mask/medicalsecurity.rsi added by Zephyrpak", "size": { "x": 32, "y": 32 @@ -57,6 +57,14 @@ { "name": "equipped-MASK-reptilian", "directions": 4 + }, + { + "name": "equipped-MASK-vulpkanin", + "directions": 4 + }, + { + "name": "up-equipped-MASK-vulpkanin", + "directions": 4 } ] } diff --git a/Resources/Textures/Clothing/Mask/medicalsecurity.rsi/up-equipped-MASK-vulpkanin.png b/Resources/Textures/Clothing/Mask/medicalsecurity.rsi/up-equipped-MASK-vulpkanin.png new file mode 100644 index 0000000000000000000000000000000000000000..d8ae1134fb437dc241e2674b076d7299122263c7 GIT binary patch literal 538 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|Vn3 zPZ!6KiaBp*8D<}H5IO$esl93TY7h74d3sG-TvlFMJAYBM*-0r5y`yXAA6k1PDJS<> zO>5uLT~-`U+l}=lHtM~d>8-HmJM+Xj75eX|-%%6{ODD(D56jPqn+<4Er-0iPcMfvt+&Z&!UNn9s% zuZclEafgNMdX3U+HBn3&mR_IgOq}+|`5&{J?rj>o_Jfg(()%Zui!Vt2=YFf|(73KP z-j|*E%j0CPdwE-n{B88l-C~&^vz_TW>mrYfa}yTtNvYy8F_SiVyxRZtf}0srKIxrM zd9d)dZtA7uDRulBpRcMvan*RulDh9#%N@pqJ`RRr7X~zMC^4K7M3O4`Z@}5)toZNd z=Sf)~ExJN3ias(?oBCQ__PN2j=yjLH3ZxqR8uqPpDT`eFFn#a2r73pz!WZ=?FX5H^ z`2010I=H`NH<}O`o zZj^giT|K{IZCJDzmvh|OZ9*^fr=R|1%y8~`(ek4wPDnNy@+j**-y9h%n|#D(t13hK z{Jnd0vb2K_6~>q*%@b?!TDoWsTLp*PnZmf=LJH6I#a8DnzkE>hbIP-p*XL_F4(+iw zefTnlui(^vkAx~l1e)gBo-{o>{obLB3dGBw>fWYr_ zmtWkxMsnlk&E2oL`pg(SeyaD^b^L5KE&jPu+04AY>o~vkvoASebB~wKb($TwU1zbc z;VawJDN`l}tLXgct^4=Lwd)`4Wd0Gp!e~y|e20kmE9W0{>N83>*D`f?^KY4cVqtTY@Fb0s?raTG zGMD7)las}#eE!V+{K)QKw&CT4B22OuSm$2gl|CVNMQ^d!n^OX=a%}&} zWP10$|K%e=^JXc|+rRg%RGXrm`D?XRmo!da{B$`^rq!@uQdCGt2;VPOg#x*@ZBfxl z1s_6`0`K4Zr^?m3`PIGluPOnz&;0r&zEYH7;<9}*UpRfvubWw(R~K+hQM*K!b(KTB zw(jip_u@l$Wkw#+J$d{d%R+(FLKoJyDPGfE?Ch8DxP1BB;pw8MIB`e%?zbB03%RWp zN}GMT)PLb}vOt%nu$%k&?%v+@N%jA?dtG0``kkfa;lnu*v46iz=e3>ayUE7RuI_I0 z!fkh_6iSQr37wwxkwI~?q{WqwD`qcv5|{YT@Ccp&{^j+L!+?R|N4HtG6?-cK5O})! KxvXLsv;DdDl_`Omu}UWHux9I9}G zspH?Ol$-okigx#}J>U1<-*Cga?5o?}zW!G`Emgj9p7;7AP4P@RJPB8qS47%8QParn z`DMVP{`~p(v>FVdQ&MBb@0IA=}{r~^~ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Mask/mime.rsi/meta.json b/Resources/Textures/Clothing/Mask/mime.rsi/meta.json index 41f28d6b511..ec27b514f6a 100644 --- a/Resources/Textures/Clothing/Mask/mime.rsi/meta.json +++ b/Resources/Textures/Clothing/Mask/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/4f6190e2895e09116663ef282d3ce1d8b35c032e. Reptilian edit by Nairod(Github). equipped-MASK-vox state taken from /vg/station at commit https://github.com/vgstation-coders/vgstation13/commit/4638130fab5ff0e9faa220688811349d3297a33e", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e. Reptilian edit by Nairod(Github). equipped-MASK-vox state taken from /vg/station at commit https://github.com/vgstation-coders/vgstation13/commit/4638130fab5ff0e9faa220688811349d3297a33e | Vulpkanin state taken from https://github.com/DeltaV-Station/Delta-v/tree/f49d5e24b0e0be2b0f4df985930acd985daf609f/Resources/Textures/Clothing/Mask/mime.rsi added by Zephyrpak", "size": { "x": 32, "y": 32 @@ -25,6 +25,10 @@ { "name": "equipped-MASK-vox", "directions": 4 + }, + { + "name": "equipped-MASK-vulpkanin", + "directions": 4 } ] } diff --git a/Resources/Textures/Clothing/Mask/muzzle.rsi/equipped-MASK-vulpkanin.png b/Resources/Textures/Clothing/Mask/muzzle.rsi/equipped-MASK-vulpkanin.png new file mode 100644 index 0000000000000000000000000000000000000000..8de17b9d3a9a679337209888fcd6efc871c571e0 GIT binary patch literal 462 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|R4& zr;B4q#hkaZ4D*@|BwFK_dbvJg2%Nq`r^n+>jwQqLlbS`d?l5)=b{YmxU3!Xf#@&B` zG7Fc8njVR~_j{UxaK%6S9EmsK6OPmMN(( zyB2M5F0Vd!t39zG_PXoj4;$ki=We!4-@iWW`nUC$IrpvQ+><_`!MpICI}2Ys^Cz4A z|F-3J&p0YQ|G4t2UB}9H?>&9383*^rnm0pX1A%pY$#K!A#fVF7qAXE^LtDWUv%sC{kf~;=yoY zA_JO)KviR|(}&}S4HSGY@BV+}mWJWEf2;We%{}h0{ouP9v{QHD@4rljW!*n?=07xE z`$ILddszc(^l`V-Pr9v5rlv}^rP?WFf3#Nkwr|0W$STezytaK|+Q-O!WNyReW0Ot+ PBZ$G%)z4*}Q$iB}px3*b literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Mask/muzzle.rsi/meta.json b/Resources/Textures/Clothing/Mask/muzzle.rsi/meta.json index 19aa5ab8593..72cc2376537 100644 --- a/Resources/Textures/Clothing/Mask/muzzle.rsi/meta.json +++ b/Resources/Textures/Clothing/Mask/muzzle.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/4f6190e2895e09116663ef282d3ce1d8b35c032e. Reptilian edit by Nairod(Github). equipped-MASK-vox state taken from /vg/station at commit https://github.com/vgstation-coders/vgstation13/commit/4638130fab5ff0e9faa220688811349d3297a33e", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e. Reptilian edit by Nairod(Github). equipped-MASK-vox state taken from /vg/station at commit https://github.com/vgstation-coders/vgstation13/commit/4638130fab5ff0e9faa220688811349d3297a33e | Vulpkanin state taken from https://github.com/DeltaV-Station/Delta-v/tree/f49d5e24b0e0be2b0f4df985930acd985daf609f/Resources/Textures/Clothing/Mask/muzzle.rsi added by Zephyrpak", "size": { "x": 32, "y": 32 @@ -29,6 +29,10 @@ { "name": "equipped-MASK-vox", "directions": 4 - } + }, + { + "name": "equipped-MASK-vulpkanin", + "directions": 4 + } ] } diff --git a/Resources/Textures/Clothing/Mask/neckgaiter.rsi/equipped-MASK-vulpkanin.png b/Resources/Textures/Clothing/Mask/neckgaiter.rsi/equipped-MASK-vulpkanin.png new file mode 100644 index 0000000000000000000000000000000000000000..886ea7a9b1966b554bf84a5a7182da71a5928ec2 GIT binary patch literal 979 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEU@XXVb`Ho)PG(@xm{>Y-zxQDW zk>mSwr)EXJT+rO%+@{5+E5cehg{y2OUoPuvy_2Sytt!0JMKsqnbvqw)Ectl-LH&Z& z4^}B~bSXS~@n*fNSIu>is3o-zKiSp1uaz%<&rt7{-gb973(w_;H%q*tbk}$uEay>T zl0U?8^31krMctKOdgi;YT2kTB5x4jCF1H;kZt;BJ6*zCyZGGhPk(s*3h4#4H96D7r z@kfirxt9$`wmXH})CtFY`r&PGK3$w){|n8jRuL}~!k)2x6e&D&VfC6)xx&dES?iu? z^k0-}@71~F;n>uqWw!9JW78&2y`4;YgUB#GV^BYu@F_*Y9yX-g#C3^*-r%h3wosuidw|pYQj7R%>FkHqH3= zn}d4c-p0RY&5?0geR=cN+p{j2v2iQ@y8Tn_Ss+07ZLFM^1gaqh3-7%(nIDK zrhhn*Y%@3Kf%sGH;_kkK3>O$98o$23b#(XY>u0mRZjNkJnrO8CCEo;hfse`73xsCL z+>%MU>UFi`_T0^4{V}fcM^7tj9BsdL=%+TDO^bUFyY-xA)-y zkz@O}dDVt!y--**VPTgux2vPf(x%u|&d~=~c^A#z;xwskwut7srf%nhjwK&Wf5^Yk z+M&hKq|{+y^*d_Gk>c4--CNY}%#puud;j6RV#a!}^tQXA>^zqrzD#k7I=j~MVEGp% z7I`*9J>%O^r*zUT8rI3Job*Uht*Ufgw)Ef1t7#4E+bgC;-cg*V?w4yh?Sbv1#IPx! zkEkCB^kY}qC%Ws=$Jq~>j>k7un(bxy;p)Hg!XYp2%}VAS%R7|Y;?jCQcg$`HDOPo^ zoN`SfXURktCLxh28#!h9lBW31imZ;`^Df%0)28R2nAU?Q8Vfw`X{=0rwJPYENBGOj zfr7>V?fs)?&-}KlUC814>eqFC3dtv*#v#U1te^yu6?dxB{E+fY{ zIYj>659WP^>2H{2RM~-Xz**oCS@UUhJJ?~1YD;( zFggahNGXYM1!$~T@QlZ#W18`Wry?=UViyYpR=ilC&~!n;RZvMJ;ft%K84P9Y_xA5E;=fyEyQjzg{}QG*f>Q+ZS+Dh^+>A`s+xYcXk;Scyv!;7&X6-w4 zTlocVyqWR;W{7hf7?=d0E<PiK*ig;w{M*cI@G&t<$^3v@!6A&zL`ipW&3*9!K<0=B7=Onm9TDR)(mm~ z*>|qWnmL}8GFp^;Hne4WTWM=|)UUlSj(%=*Ghyh|TGD!b=ZV!Ww&f15PxGl%~Q6^_2yH!DwxuU*Y_rXx*zcap2f`tZV>sAaLOY}HQK{gB|u`G+A= X{#TvVic&9NBr|xr`njxgN@xNATziFV literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Mask/neckgaiterred.rsi/meta.json b/Resources/Textures/Clothing/Mask/neckgaiterred.rsi/meta.json index d5005eec9f5..e4bfd4d2cba 100644 --- a/Resources/Textures/Clothing/Mask/neckgaiterred.rsi/meta.json +++ b/Resources/Textures/Clothing/Mask/neckgaiterred.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Originally sprited by belay5 (Discord) then recolored by Nairod (Github). equipped-MASK-vox sprited by PuroSlavKing (Github) and recolored by Flareguy", + "copyright": "Originally sprited by belay5 (Discord) then recolored by Nairod (Github). equipped-MASK-vox sprited by PuroSlavKing (Github) and recolored by Flareguy | vulpkanin state taken from https://github.com/DeltaV-Station/Delta-v/tree/f49d5e24b0e0be2b0f4df985930acd985daf609f/Resources/Textures/Clothing/Mask/neckgaiterred.rsi added by Zephyrpak", "size": { "x": 32, "y": 32 @@ -29,6 +29,10 @@ { "name": "inhand-right", "directions": 4 + }, + { + "name": "equipped-MASK-vulpkanin", + "directions": 4 } ] } diff --git a/Resources/Textures/Clothing/Mask/ninja.rsi/equipped-MASK-vulpkanin.png b/Resources/Textures/Clothing/Mask/ninja.rsi/equipped-MASK-vulpkanin.png new file mode 100644 index 0000000000000000000000000000000000000000..95d236c98b1642b3c8d999324cdf4cb7062eba1a GIT binary patch literal 639 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=k|nMYCBgY=CFO}lsSJ)O`AMk? zp1FzXsX?iUDV2pMQ*9U+m=rx-978H@y_sd`ao9nm?fsJG$=wONr(9Z?w~p&*AnWS~ zN*cRXEMDN(v_PSWRo(H<>Si%kadz1y50qGAWxL8ITw2Q2R90mDxo?leuBVgQ+Wzn# z+8zF4Z}t7%<(zjWdua-$zZ5o{euLSg;&1bmpx2N8B`z;BtG}P3&ypN;j#JqEYgMeN z-M#;BQ^KAWSxR;bMa+p0D_1sFntUc}w#m&e)j8)H4xL{6V_wYVgOk;)H#wC)e!B3j z|IKwa_q3%ZtIa+Z*zG!BGVcEc$vx6eIt(8y4_G&rij;3QWN3SEEs#}V?>_6F)(gVV z8`p3$0fPiDDB)-L%6Z}HjIS-b3O>Dj7ib_FFRomoZBiCo`euWa>YYaWv(H?AzVi9a zyVkL(IX*UCMD_Nv!lO}#kNlYOrtF#LbiY%5@m+HjTi6;>G8C4IJN!y4@p}?1`7vts z%4gxh-}zXsnjVtXe0gw7hJSuX)@sFV^Vc6u-@UZ<_r#X@Z{)@L=ja4XX3_n0oUbl_ zyF|pb%yoa8Wo`Fc+!tcau9GT%$FwTo{N&#|WuN_Hkop{IdE4=ud{KN;b=|hRdpXs% zA3mmUJFu_c8Zj&Q_v5<<{`tJV|6TGy(V3U;zC}CSQeF6m mE$@%ik#+%mA>tDGk41vPUbz38Rek$ikV;QiKbLh*2~7aQNC*D_ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Mask/ninja.rsi/meta.json b/Resources/Textures/Clothing/Mask/ninja.rsi/meta.json index a8d15a80adb..d18d97e92af 100644 --- a/Resources/Textures/Clothing/Mask/ninja.rsi/meta.json +++ b/Resources/Textures/Clothing/Mask/ninja.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from paradise at commit https://github.com/ParadiseSS13/Paradise/commit/33f7c1ef477fa67db5dda48078b469ab59aa7997. equipped-MASK-vox state taken from /vg/station at commit https://github.com/vgstation-coders/vgstation13/commit/4638130fab5ff0e9faa220688811349d3297a33e", + "copyright": "Taken from paradise at commit https://github.com/ParadiseSS13/Paradise/commit/33f7c1ef477fa67db5dda48078b469ab59aa7997. equipped-MASK-vox state taken from /vg/station at commit https://github.com/vgstation-coders/vgstation13/commit/4638130fab5ff0e9faa220688811349d3297a33e | vulpkanin state taken from https://github.com/DeltaV-Station/Delta-v/tree/f49d5e24b0e0be2b0f4df985930acd985daf609f/Resources/Textures/Clothing/Mask/ninja.rsi added by Zephyrpak", "size": { "x": 32, "y": 32 @@ -25,6 +25,10 @@ { "name": "inhand-right", "directions": 4 + }, + { + "name": "equipped-MASK-vulpkanin", + "directions": 4 } ] } diff --git a/Resources/Textures/Clothing/Mask/plaguedoctormask.rsi/equipped-MASK-vulpkanin.png b/Resources/Textures/Clothing/Mask/plaguedoctormask.rsi/equipped-MASK-vulpkanin.png new file mode 100644 index 0000000000000000000000000000000000000000..528fa82fc8194db637f871dd5d6927aa299093d4 GIT binary patch literal 1278 zcmVe=5DfK=ygqOs2F(DT-^+9?(U!0WROVg35`wEL~?NF*st(}Wsc!)k9b7!=)YJ5bwV z(}{@*PyW89!29QKKo1)@-nMz+O=du)CN1}%i4>rh-9j$^}4E`rz= z2q9>Ap?p>M$${UO+oop#s;Z;7cqL+%gR4JAaqPlX_4$jr%?y=p*gy;NbsTA_gsO+p{mm_Css`41{x*$7 zBH?H>Y9WJSZ5pi2B=7Xk2NGBum-2XzVdz1f9#nx94M-U|Hk(|7E?^iPcNZ1CRa*5RRt z9~al$qvK#bl#m9Jn1;p1nWh7dbz8*dRh|JPk_3us!gVY*>>&bho$KPbO8Xlxv3WTM zBjkvC8+WgR8P@3Fg{UtGWm_V&?&(KFnYT&oxbWZyBAobjHVs_X0ZYWfW8$%Sm1h7K zhoVZYO=u{jp!ZOf2!J>SLS!DDJ^i>jw}7z0YHb^{tZe9>4s85Qu1nGN@ektUhw;@l zBrSr~tlU(;^RLcx?P>i?-0Nqw`A(1TEZ_b>Yv<`}g?T2U9}?N(k3Q-DR{(cAQny@L zwzE{H#4$O_AS}caxc8n_5B3k7`PGky@5dlF+`6?)U5Htl%jW;!;N4gKbk=~SKFdLu zl|_sYTL)AXS4#o+s$eS&$rS*Alas>b&xdH%?Tmb+` ot^fceR{#K#D*yn=B|U&Y0O?Qy8RN!=d;kCd07*qoM6N<$f?{Q1OaK4? literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Mask/plaguedoctormask.rsi/meta.json b/Resources/Textures/Clothing/Mask/plaguedoctormask.rsi/meta.json index 028c4bcc294..94fffde1565 100644 --- a/Resources/Textures/Clothing/Mask/plaguedoctormask.rsi/meta.json +++ b/Resources/Textures/Clothing/Mask/plaguedoctormask.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from TGstation github https://github.com/tgstation/tgstation/commit/e89db4dd4f42377b0adafb06806a763314a89034 , edited by Alekshhh. equipped-MASK-vox state taken from /vg/station at commit https://github.com/vgstation-coders/vgstation13/commit/4638130fab5ff0e9faa220688811349d3297a33e", + "copyright": "Taken from TGstation github https://github.com/tgstation/tgstation/commit/e89db4dd4f42377b0adafb06806a763314a89034 , edited by Alekshhh. equipped-MASK-vox state taken from /vg/station at commit https://github.com/vgstation-coders/vgstation13/commit/4638130fab5ff0e9faa220688811349d3297a33e | vulpkanin state taken from https://github.com/DeltaV-Station/Delta-v/tree/f49d5e24b0e0be2b0f4df985930acd985daf609f/Resources/Textures/Clothing/Mask/plaguedoctormask.rsi added by Zephyrpak", "size": { "x": 32, "y": 32 @@ -25,6 +25,10 @@ { "name": "equipped-MASK-vox", "directions": 4 + }, + { + "name": "equipped-MASK-vulpkanin", + "directions": 4 } ] } diff --git a/Resources/Textures/Clothing/Mask/sadmime.rsi/equipped-MASK-vulpkanin.png b/Resources/Textures/Clothing/Mask/sadmime.rsi/equipped-MASK-vulpkanin.png new file mode 100644 index 0000000000000000000000000000000000000000..da36b185231cfd936d6d0d3b88d26362d0310edb GIT binary patch literal 575 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=k|nMYCBgY=CFO}lsSJ)O`AMk? zp1FzXsX?iUDV2pMQ*9U+7$17NIEGZ*dNXTdUbBHf+xb8_C2sEZ6HJ39YRyy3pCEo> znrg~J*m1h`0#U|wX}D+lb2`lG}f~* zY5WP9pEe0BdhZ^nvUOj+WJoc^ga)ll) z2g(1N;!ahr8ei)4GsE|XD)mB`TX-liG6Z> z?1ox~wVWco*MELKr1;){6Z?icx0us5bH3Vj<*Ezg-*ARQPxh~z&m1FqxtO8v5HKk4 zgS=A`Pi?{&3gQBuvMpa>dFgB9!e0qlYv%Wy61`Tcdz|G!@@BqW!IKkaNk#K~brE3s zvhV)otm0*>R=p_N>0#&MD9APkKGFDBpR0pT#9vai(MH7sx%+1QTJ3#q-`A?h|G%G3 zdduQ_o0W_4!nQNfzIWMdZx`%*Zt{a9MzvSiW$Jeu5jh#xFQ?D~=++DV|Ix(QKHz3Z3)xX2I>hjL9|J1`N-7JkRwRL}!B3dAjPx&#Ysd#RCt{2nn7zDM;L}*o7$NzsDm6>Eeal{25HG52N{HeOX_p}Mtlk6ALNij z|3jgd^p=yZz2@LUO<^fQgd7xu85Cls%Mvj%cm^4|IYhISRa!g~$w^=y5bUmYzxSPQ zXNP6K4{(4nRx-v)*Z-EqD)iS~FQAlSQHU{CQc7Jzd9iH$wd!2Pj_axq07@y$4|smxRsS0wGn7*7zkQ1iA+&D{j<>gc!gvuy5t1aq zPL`oV2>Qn0wA+PJ3R-LDc+QW2HF4VQqE{3+?RF7Gkxv*eT}o*+_+C+viFc^Rk064(P%gu@X?ps+vrCTYDIxx8H3gue+>rUoIA&JPJpf* zqE^4et>!+Ac!pcw|AdXRV~oce0Df~e;Db`?PUh|Zsb5VDd5a9%%25(ptc2&s-6W579wl+sz>X$`PK^~)E?#~an)>z6OU zIfpUEC7d(H7-+3Q2!S!C`q@X)N8c#{gb+w6VT?g^{=B;L#u!K`uiTYYkmvcDQmPts zp66>e8A>VSdG0*>oG*yuxHOwTfJ}d{j@f-51D_i&!*Lv!0C4a9d%W7(0%mt-$=+@R zulImF&(|7_22PqyG#ZVscJP5fAP@)y0)apv5C{YUfk5DT+(a*c3!mc0`JEgxfvpA&`Pp4C)X^J#W@pL-%%Dyj*v2s!0 zw?o7^0gpx_>|_~wMNw5{dqshVlgW)FfiYG-oJ`Ow3Sd?#?iB@gvJ8(#Bj`>2I>mOL z0sVFxQc7^ntA+$!I|KmS;T_}`Eu?Acy(leW*PS#?kzcfMhj*@MS|3tM^xJLc_|D~V zDJAyy_8_GMr4)n^+`au0!`B(!i9Q~5)~}rZsm#ZC&{@Yj(Z}$0hP$_4f)D~q=@n0| znod*H7Da8wjWIYlIKa`-5jf|dlveA45MpUH!#IvhJKL;=5Tep1gupgVz_C#4RUWt7 zwl;730`iL%zFU9gY{Er%^7lQ&-<|-o* literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Mask/squadron.rsi/meta.json b/Resources/Textures/Clothing/Mask/squadron.rsi/meta.json index b8ea712aff1..f7cf079c725 100644 --- a/Resources/Textures/Clothing/Mask/squadron.rsi/meta.json +++ b/Resources/Textures/Clothing/Mask/squadron.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Made by Nimfar11 (GitHub) for Space Station 14. Reptilian edit by Nairod(Github), vox edit by Flareguy", + "copyright": "Made by Nimfar11 (GitHub) for Space Station 14. Reptilian edit by Nairod(Github), vox edit by Flareguy | vulpkanin edit sprited by Zephyrpak", "size": { "x": 32, "y": 32 @@ -29,6 +29,10 @@ { "name": "inhand-right", "directions": 4 + }, + { + "name": "equipped-MASK-vulpkanin", + "directions": 4 } ] } diff --git a/Resources/Textures/Clothing/Mask/sterile.rsi/equipped-MASK-vulpkanin.png b/Resources/Textures/Clothing/Mask/sterile.rsi/equipped-MASK-vulpkanin.png new file mode 100644 index 0000000000000000000000000000000000000000..71f2c83018a807760779474de8d275d2dd4c0536 GIT binary patch literal 475 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|R5P zr;B4q#hkaZ6!Q){2)NcSb>reP;MnNnw2I-dhoysPK*U!iTTi_pQ85=whaG{Q9il=4 z0wJ0QzDC5J&g9;8ZrP<*|J$#z8Q*&zDShTnlME+=r4U1r3WMOrJ2|UrZ1S!ht-F8k z{k`gW=ksflsyHL^w}+ZZJkUE`r&6hZdX>%G0{fX2whjFIX8-1nW4iNfPDkRT2agLH za{riX8eVwK5wS8g^H$Ei*yCRMjJ}%Jo_~B}6;xHvl6^TfIr=aZLZsc-0j)-xA1!InAvzC!lyge@{UeZ=rQM6W}i9v?lbb{Gu{`T zArQXk@VVLiH*NE7f83h0nq~TVw`4upGdq58%;8)q|0XK;vsvB)8OQyM{|$`=tlI0E g(HzEr;^K4a7r#|?RWue%1I8AEr>mdKI;Vst0M~K2`Tzg` literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Mask/sterile.rsi/meta.json b/Resources/Textures/Clothing/Mask/sterile.rsi/meta.json index 7af2fde86ef..dc626e67ce8 100644 --- a/Resources/Textures/Clothing/Mask/sterile.rsi/meta.json +++ b/Resources/Textures/Clothing/Mask/sterile.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/blob/ed466a4c67828b44ddb9d9550366be5c2d745955/icons/obj/clothing/masks.dmi. Reptilian edit by Nairod(Github). equipped-MASK-vox state taken from /vg/station at commit https://github.com/vgstation-coders/vgstation13/commit/4638130fab5ff0e9faa220688811349d3297a33e", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/blob/ed466a4c67828b44ddb9d9550366be5c2d745955/icons/obj/clothing/masks.dmi. Reptilian edit by Nairod(Github). equipped-MASK-vox state taken from /vg/station at commit https://github.com/vgstation-coders/vgstation13/commit/4638130fab5ff0e9faa220688811349d3297a33e | vulpkanin state taken from https://github.com/DeltaV-Station/Delta-v/tree/f49d5e24b0e0be2b0f4df985930acd985daf609f/Resources/Textures/Clothing/Mask/sterile.rsi added by Zephyrpak", "size": { "x": 32, "y": 32 @@ -37,6 +37,14 @@ { "name": "inhand-right", "directions": 4 + }, + { + "name": "equipped-MASK-vulpkanin", + "directions": 4 + }, + { + "name": "up-equipped-MASK-vulpkanin", + "directions": 4 } ] } diff --git a/Resources/Textures/Clothing/Mask/sterile.rsi/up-equipped-MASK-vulpkanin.png b/Resources/Textures/Clothing/Mask/sterile.rsi/up-equipped-MASK-vulpkanin.png new file mode 100644 index 0000000000000000000000000000000000000000..4e0309f0118cabc200f22234f25cdfe24d3a49e3 GIT binary patch literal 381 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|TSJ zr;B4q#hkaZ46_b92)NEyY`da&N5V8OXz6#xnuT+Yh@WD-vfJyi+g$GJjN(SgH#V>( zFG^Jv_`g5xX0F@k1oxx=%#UnjKp;t-2g_go>R%T5=ldSB`^$snUw^FmXZ<^7{rlH- zyJchQH#B4z*)59HtBha!V{gohb>Yi0>@+eziMoa>yfL4BcJI$E^R-=>_Lc2s&An~^ zCf)0!z?|aCmjAdF`dEoVeiIu+f;g1a1%5Wz=o^HEDL6?~swrOe^AVa*5%%K3w%U2( z9FAL?c|5D;dEN-GSh%i;b=e8-mJ5eDOjn(4(EP-deC30Hiww5|Ry0R?i+)_o)#NR| Qf#J#E>FVdQ&MBb@0LJ@|jIAVzTN}d2WWY{Cs={wLiI9^W|@frg18I)+aNVoPYjVqW}1gy>bs6 zWpAd{iwV34)|>vda={<&S35F}e==t?km{Xq`l-R}vj%hP5B{y_IGNJ)v!+kS<-f=I zh5APdENbrLD=0H8@n2lte319H`&G}U1%>xM{`I<5-uOe<;;Xg%iziEEkKgBLkO(~f zwQA|oYY#U*59Ry)clPqfnH`_arFiGepa1&Xm(S`Va?5_bOa6cKXzRy0ZVVYAtFIPJ zIUQwI4GQwckX-_nc|o^T&tA2{Fq_r^c0Y}1rj zJolB{?fxYvni86`Od!dg`I@LxarY}7W?!kMJKya6{Xf+D3Qj3KWnsj2VD)*Y6%s;6 zem{7hd*fs6n|JSC$tqi0TPv>KHv64;!rA#>Pb6(zVV+u0e_+-8BL`>f@K4FI*k4#V z$8Bwx_w-}mzke^yjA}|;Ip^f(9ox6J$E|Pobv>W9d1ZN1z?|KS`&u0Gx9!w-NHWr$ zczhLKd~EE?;=GWA)E$d|Np$4Q6})@*ZenmDpW6AY=XNSTc(r`(q_o6owLO}X|1z#& zJN;|<#wkZ7HR?}w_X^2)KeF5~LwU+yjy=q-lWdNws9jFVUGr(j9O1SY!JVv<9+yNP zi%z)Zzh}kr*{VKUFV0>d@tN~%!=*a*2+xrJt{#WPx%JV``BRCt{2+C6LAP!tB>x20qY#t;fMcry`K;HeJAbW0Z*GL#HA6#s>8#o&Mj zg&N}GwX;2$5)W|+1!+k#l`QULkSgQNprMnqD4>)pujClS9o(OYH37G)s{p_-43x@c05{(N z$8nar`u`Lmgz`O4y>GRY?|DiHvC@BmG%d7ZLI_nX7NdAH8o~3thq3xZL_|bHL_|bH zL_|dYtA(;T`;EqFn4Pt4dt29a0Dxs#E6EO7mZbo|bzM}e)idBGLwwk3yH~mdUa#but*JAP7_%H3fONs0N`^z4}8xjfD`ZUa#XtrSe-FACHdU zx^AMKmUxSX+cTVq(5v0u)Kca`2=(dsIEur81IdqBYG3VNizL#n7g+ZDiHL}Zh=_=Y ch=?A9AGyNwAlwN=A^-pY07*qoM6N<$f+c<>2LJ#7 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Mask/welding-gas.rsi/meta.json b/Resources/Textures/Clothing/Mask/welding-gas.rsi/meta.json index 8e9b8573250..5f2d9d359b1 100644 --- a/Resources/Textures/Clothing/Mask/welding-gas.rsi/meta.json +++ b/Resources/Textures/Clothing/Mask/welding-gas.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/6f5ca45e3ac06b30fb1957042214a888d8c01722. Inhands, worn sprites, and vox sprites created by EmoGarbage404 (github)", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/6f5ca45e3ac06b30fb1957042214a888d8c01722. Inhands, worn sprites, and vox sprites created by EmoGarbage404 (github) | Vulpkanin sprites made by Zephyrpak", "size": { "x": 32, "y": 32 @@ -29,6 +29,14 @@ "name": "up-equipped-MASK-vox", "directions": 4 }, + { + "name": "equipped-MASK-vulpkanin", + "directions": 4 + }, + { + "name": "up-equipped-MASK-vulpkanin", + "directions": 4 + }, { "name": "inhand-left", "directions": 4 diff --git a/Resources/Textures/Clothing/Mask/welding-gas.rsi/up-equipped-MASK-vulpkanin.png b/Resources/Textures/Clothing/Mask/welding-gas.rsi/up-equipped-MASK-vulpkanin.png new file mode 100644 index 0000000000000000000000000000000000000000..07ea652cc22c13483cdf61c357781229fcadc50e GIT binary patch literal 595 zcmV-Z0<8UsP)Px%4M{{nRCt{2+A(X}Koke?f1zvemoO10u%{Rkx}}S~l?)e(KZn7A3<@PZZUCwyE-Q)wj4yg=|i>WNxY03Y$y+hJF-O1~ay#dp$Yyy!)B8IP|>bcoxsBJ-G_QT={c<0h7rD))=vmkFfJO zylNFk&E{Ty26x3T*~L_|bHL_|bHL_|dYtF5Xz=e^!tR-KKa=*0JZ06-7~ zd#MfuK_CE-rYYL(_C4@iA-)R3kNe2KLTfF~IZ;aOrAC`gLoPT5GY!h;vR} zj+Z&PKRwSmC)Sw4d2;s$WK9YH5Jk~){KxIB*!dg)(CKvWv{(Q@;jR&_wS2j}#6hKk zMx!AB;8m+D*JM3H+cZcNo}BOd_HAFt*3 zc72UBO$+rU6h5@FPcU1E%%{`S(n{t^DfxbLvy8JB2T-^vqqI}|NB{r;002ovPDHLkV1l#nAB6w_ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Smokeables/Cigarettes/cigarette.rsi/lit-equipped-MASK-vulpkanin.png b/Resources/Textures/Objects/Consumable/Smokeables/Cigarettes/cigarette.rsi/lit-equipped-MASK-vulpkanin.png new file mode 100644 index 0000000000000000000000000000000000000000..60c0c634f6f97460b9d49f8d173d51867fefac86 GIT binary patch literal 886 zcmeAS@N?(olHy`uVBq!ia0vp^2SAvE4M+yv$zcalk|nMYCBgY=CFO}lsSJ)O`AMk? zp1FzXsX?iUDV2pMQ*9U+m?b=2978H@y}5fg_mzP}Lt>C2Pw*E$v4pO?17>@ZxQyJU zC3J;^UG-YQ;wbt_vi`hs=<|0w?CT!S;NC5LypT0=?@!SQQIU+x_MLcHV%4kLTbXo{C!0G|Fx2iO@|A8_g!I0VB&IM;5eWr@lW32$Il-JzcXKuTklZ8 z%Cz2rD3d4Luw~yWv_MAE@axq}^7p?d^u_; zPZ|$iY!{7Y^!azCT*ODNCzW-9DBrPP$Ab+YoqX|+N&CS3r8iCOY>HWD@GN*=Ej(cl z;|=Bsb^Hc7Vf&x2nQnZ2`oCj`kK42K*Z0Wozmt367ci0^ES>kH_)cWucP<9g%45!v z3`^7q#xpz|;EBSam9b@h|Nd^-`QJ*npYv;frS|5`cjh&Jy((3U?Kiw-+`x`E;Xn-x eSgX&-#xS8~pI>(7#NWV-#Ng@b=d#Wzp$Pza;4ppw literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Smokeables/Cigarettes/cigarette.rsi/meta.json b/Resources/Textures/Objects/Consumable/Smokeables/Cigarettes/cigarette.rsi/meta.json index 00fcb768fbe..5414d067b4b 100644 --- a/Resources/Textures/Objects/Consumable/Smokeables/Cigarettes/cigarette.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Smokeables/Cigarettes/cigarette.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/bfc9c6ba8126ee8c41564d68c4bfb9ce37faa8f8", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/bfc9c6ba8126ee8c41564d68c4bfb9ce37faa8f8 | vulpkanin state taken from https://github.com/DeltaV-Station/Delta-v/tree/f49d5e24b0e0be2b0f4df985930acd985daf609f/Resources/Textures/Objects/Consumable/Smokeables/Cigarettes/cigarette.rsi added by Zephyrpak", "size": { "x": 32, "y": 32 @@ -177,6 +177,56 @@ 0.1 ] ] + }, + { + "name": "unlit-equipped-MASK-vulpkanin", + "directions": 4 + }, + { + "name": "lit-equipped-MASK-vulpkanin", + "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 + ], + [ + 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/Objects/Consumable/Smokeables/Cigarettes/cigarette.rsi/unlit-equipped-MASK-vulpkanin.png b/Resources/Textures/Objects/Consumable/Smokeables/Cigarettes/cigarette.rsi/unlit-equipped-MASK-vulpkanin.png new file mode 100644 index 0000000000000000000000000000000000000000..9e6a86b142a52d7010737f0c02c0e2c493cc1958 GIT binary patch literal 256 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=k|nMYCBgY=CFO}lsSJ)O`AMk? zp1FzXsX?iUDV2pMQ*D5X7J0fjhE&{obIXydK|#PFaC!6AQ_@!ytwP;RdG16fNZ)6l z-ex1frsJiV`D~g=B~S+lH2mwE^ZLn`H60%H>jaP9_AI#KSS4k+br%yv8YlT->93~h yx!IX-Z-4vgx&2-4)%-pN4tpD9jU#dAYA$W%{PKbLh*2~7Y~iAjk7 literal 0 HcmV?d00001 From cfa783bb71f7c18a9e73991b378bd8ef44b40a5c Mon Sep 17 00:00:00 2001 From: ThatOneMoon <91613003+ThatOneGuy227@users.noreply.github.com> Date: Fri, 27 Jun 2025 03:22:50 +0300 Subject: [PATCH 030/182] maildrobe additions (#935) --- .../Fills/VendingMachines/Inventories/maildrobe.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Resources/Prototypes/_Goobstation/Catalog/Fills/VendingMachines/Inventories/maildrobe.yml b/Resources/Prototypes/_Goobstation/Catalog/Fills/VendingMachines/Inventories/maildrobe.yml index 48777635d8d..6c2328e5d0d 100644 --- a/Resources/Prototypes/_Goobstation/Catalog/Fills/VendingMachines/Inventories/maildrobe.yml +++ b/Resources/Prototypes/_Goobstation/Catalog/Fills/VendingMachines/Inventories/maildrobe.yml @@ -12,3 +12,10 @@ MailBag: 2 WeaponMailLake: 1 # Frontier BoxMailCapsulePrimed: 2 # Frontier + contrabandInventory: + ClothingShoesSkates: 1 + emaggedInventory: # Hello there, would you please sign this pettition? + ClothingOuterCoatSpaceAsshole: 1 + ClothingEyesGlassesSunglasses: 1 + Shovel: 1 + BoxFolderClipboard: 1 \ No newline at end of file From 6857afa7e9df1af80a29fe3d1ff569f1499c760d Mon Sep 17 00:00:00 2001 From: funkystationbot Date: Fri, 27 Jun 2025 00:23:40 +0000 Subject: [PATCH 031/182] Update Changelog (#935) --- Resources/Changelog/Funkylog.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Resources/Changelog/Funkylog.yml b/Resources/Changelog/Funkylog.yml index 95ee8adf327..22fe4e9c33b 100644 --- a/Resources/Changelog/Funkylog.yml +++ b/Resources/Changelog/Funkylog.yml @@ -3238,3 +3238,12 @@ Entries: message: The Metashield, Naming Rules, and Escalation Rules have been tweaked. id: 389 time: '2025-06-26T21:25:01.0000000+00:00' +- author: ThatOneMoon + changes: + - type: Add + message: >- + Added rollerskates to the cargo maildrobes contraband inventory, and + added some items to the emaged inventory for those mail carriers that + are a bit more... postal + id: 390 + time: '2025-06-27T00:22:50.0000000+00:00' From 1255ee7fba28981b3df6b3b7f0aedcc4c0eb5a88 Mon Sep 17 00:00:00 2001 From: Fr0goo <153249069+Fr0goo@users.noreply.github.com> Date: Thu, 26 Jun 2025 20:38:11 -0400 Subject: [PATCH 032/182] slime emotes and squish emote sprite change (#930) --- Resources/Audio/Voice/Slime/attributions.yml | 38 ++++++++- Resources/Audio/Voice/Slime/slime_fizz_1.ogg | Bin 0 -> 13253 bytes Resources/Audio/Voice/Slime/slime_fizz_2.ogg | Bin 0 -> 11839 bytes Resources/Audio/Voice/Slime/slime_fizz_3.ogg | Bin 0 -> 12623 bytes Resources/Audio/Voice/Slime/slime_pop_1.ogg | Bin 0 -> 10130 bytes Resources/Audio/Voice/Slime/slime_pop_2.ogg | Bin 0 -> 11432 bytes .../{slime_squish.ogg => slime_squish_1.ogg} | Bin .../Audio/Voice/Slime/slime_squish_2.ogg | Bin 0 -> 8860 bytes Resources/Locale/en-US/chat/emotes.ftl | 8 ++ .../Prototypes/Entities/Mobs/NPCs/slimes.yml | 2 +- .../Entities/Mobs/Species/slime.yml | 4 +- .../Objects/Consumable/Food/produce.yml | 6 +- .../Prototypes/Entities/Objects/Fun/toys.yml | 10 +-- .../Prototypes/SoundCollections/emotes.yml | 27 ++++++- .../Prototypes/Voice/speech_emote_sounds.yml | 16 ++++ Resources/Prototypes/Voice/speech_emotes.yml | 75 ++++++++++++++++++ .../Interface/Emotes/attributions.yml | 22 ++++- .../Textures/Interface/Emotes/bubble.png | Bin 0 -> 575 bytes Resources/Textures/Interface/Emotes/fizz.png | Bin 0 -> 972 bytes Resources/Textures/Interface/Emotes/pop.png | Bin 0 -> 609 bytes Resources/Textures/Interface/Emotes/slosh.png | Bin 0 -> 799 bytes .../Textures/Interface/Emotes/squish.png | Bin 730 -> 885 bytes 22 files changed, 194 insertions(+), 14 deletions(-) create mode 100644 Resources/Audio/Voice/Slime/slime_fizz_1.ogg create mode 100644 Resources/Audio/Voice/Slime/slime_fizz_2.ogg create mode 100644 Resources/Audio/Voice/Slime/slime_fizz_3.ogg create mode 100644 Resources/Audio/Voice/Slime/slime_pop_1.ogg create mode 100644 Resources/Audio/Voice/Slime/slime_pop_2.ogg rename Resources/Audio/Voice/Slime/{slime_squish.ogg => slime_squish_1.ogg} (100%) create mode 100644 Resources/Audio/Voice/Slime/slime_squish_2.ogg create mode 100644 Resources/Textures/Interface/Emotes/bubble.png create mode 100644 Resources/Textures/Interface/Emotes/fizz.png create mode 100644 Resources/Textures/Interface/Emotes/pop.png create mode 100644 Resources/Textures/Interface/Emotes/slosh.png diff --git a/Resources/Audio/Voice/Slime/attributions.yml b/Resources/Audio/Voice/Slime/attributions.yml index 9f2835c39d2..3a0c43b75b5 100644 --- a/Resources/Audio/Voice/Slime/attributions.yml +++ b/Resources/Audio/Voice/Slime/attributions.yml @@ -1,5 +1,41 @@ - files: - - slime_squish.ogg + - slime_squish_1.ogg license: "CC-BY-SA-3.0" copyright: "Taken from https://github.com/ParadiseSS13/Paradise/commit/60d27e07de73f0fe72f4cff78b9c4100fd1d3b19" source: "https://github.com/ParadiseSS13/Paradise" + +- files: + - slime_squish_2.ogg + license: CC0-1.0 + copyright: "Taken from https://freesound.org/. Converted from FLAC to OGG, Cropped." + source: "https://freesound.org/people/Breviceps/sounds/445117/" + +- files: + - slime_pop_1.ogg + license: "CC-BY-4.0" + copyright: "Taken from https://freesound.org/. Converted from FLAC to OGG, shortened a bit." + source: "https://freesound.org/people/mokasza/sounds/810763/" + +- files: + - slime_pop_2.ogg + license: "CC-BY-4.0" + copyright: "Taken from https://freesound.org/. Converted from FLAC to OGG, shortened a bit." + source: "https://freesound.org/people/mokasza/sounds/810764/" + +- files: + - slime_fizz_1.ogg + license: CC0-1.0 + copyright: "Taken from https://freesound.org/. Converted from FLAC to OGG, Cropped." + source: "https://freesound.org/people/martinimeniscus/sounds/164423/" + +- files: + - slime_fizz_2.ogg + license: CC0-1.0 + copyright: "Taken from https://freesound.org/. Converted from FLAC to OGG, Cropped." + source: "https://freesound.org/people/ZHRØ/sounds/514557/" + +- files: + - slime_fizz_3.ogg + license: CC0-1.0 + copyright: "Taken from https://freesound.org/. Converted from FLAC to OGG" + source: "https://freesound.org/people/lmbubec/sounds/118800/" diff --git a/Resources/Audio/Voice/Slime/slime_fizz_1.ogg b/Resources/Audio/Voice/Slime/slime_fizz_1.ogg new file mode 100644 index 0000000000000000000000000000000000000000..201a5f6efb6515171b8238604508966f2969a437 GIT binary patch literal 13253 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 literal 0 HcmV?d00001 diff --git a/Resources/Audio/Voice/Slime/slime_pop_1.ogg b/Resources/Audio/Voice/Slime/slime_pop_1.ogg new file mode 100644 index 0000000000000000000000000000000000000000..48c206a20c8ad11820b4f25bbad6e7826f3880f3 GIT binary patch literal 10130 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 bh+KnnksaSall}cbAOrU_L%w0~<>$Wum&Bgb literal 0 HcmV?d00001 diff --git a/Resources/Audio/Voice/Slime/slime_pop_2.ogg b/Resources/Audio/Voice/Slime/slime_pop_2.ogg new file mode 100644 index 0000000000000000000000000000000000000000..df663c3fa09a937452f21f0efe708d33dba9d9f0 GIT binary patch literal 11432 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 literal 0 HcmV?d00001 diff --git a/Resources/Audio/Voice/Slime/slime_squish.ogg b/Resources/Audio/Voice/Slime/slime_squish_1.ogg similarity index 100% rename from Resources/Audio/Voice/Slime/slime_squish.ogg rename to Resources/Audio/Voice/Slime/slime_squish_1.ogg diff --git a/Resources/Audio/Voice/Slime/slime_squish_2.ogg b/Resources/Audio/Voice/Slime/slime_squish_2.ogg new file mode 100644 index 0000000000000000000000000000000000000000..b378492b98f2741ca7b72980e19377c7ef5a0b9d GIT binary patch literal 8860 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 N002ovPDHLkV1ldu4=Vrw literal 0 HcmV?d00001 diff --git a/Resources/Textures/Interface/Emotes/fizz.png b/Resources/Textures/Interface/Emotes/fizz.png new file mode 100644 index 0000000000000000000000000000000000000000..e5ae5816f06492c0487147b154471b3dc0f549bd GIT binary patch literal 972 zcmV;-12g=IP)Px&hDk(0R9J=WmO*GERT#&AZoZI;Hs#Dg}twqQY8gn*EXT?Ac}t`YTC zL0pi6Ct^D8S*?NZ!(k2WVd?U z{^29Zdyjm-_y4|m^WZ`kdeJ2SZmsSBaAPeuv_Q@IwQFz5>>IBGP=5HkH~!Yt`(jkG zu>aT3L%VBlNr2@~ualjb?gCWi0N5|>vHNgKJ`3VM1E^hJnVs{J1A*@VC*S7e`09=a zabqnP>Y|eNf0CCg^`W)1u^1<7Iq4q@vtB9Gf%&OPIUYAv@_^+48|&LFU%yIrW}0%P zPIhM6n|FE;rL~;A+3T@U8ggKMYEq6}GD(=-IQsP-KYn@5+wsQwHdkin*jV3&kP-k) z2*JCC!4E=sPDHsdzzM3De}X)#8(P-X^ZWNwdXr@wb2zgUKz&0l)$f zLVhDnyS2gzz0Kk0gKFbp7XrDei2 zX?Eb~ti@@o9{_Q!8{QxHnsC3g$KrQi0q{5`cpMYB2Z!D|%W=qR8n-oV2*NAD{d=Fu zglT$-l$8B`{qy80-`}}Uxl+ejT42#vcfS;bo=SG-4TIaRE5GP;ymEM{-uvK=P`gz< zpnwLUzW(cPoTUYvrG-G#1$LH7Qp=+Vt|j#3!Jv6Q^>=Of&MLodQW zA^}v=qTLYmPDB6iD2U@;KTHTgEt95}Nu#Hd=&58Vh@MIgIi&#<3Y(%(*bF2q+6^&3 zH5qz%C;CpUQm35lx`FZMxtv_+#nitvyv`Hmb-?EU0000Px%8%ab#R9J=WRy%InKoETlL~2P8gg_N))cF!_4CD+sfp3r|$8eJy=qLt+0B+Od zQ>asu!h*vHF9Bp5hfn=&F}8P&3NSIt=iUz3;`m34V{i(nixV-`na%RK(+R#-%0p)g zT1@eX2Nvs1fSar4SnoRZ zqlqvba5=)CwUIjo5M)(C#7VD-hDMXJA8I@fXA>^gn;^}W+CD0WSrQ_ppGhvO(wRNR z9H3I{i>=iO0ds>=18;UC^=3!lPx%*-1n}R9J=WmcL6IVHn3h7i}+Uu+n0KoW^W0)XQU zr7U<*RwaEVl3Jc{A}*{Jhr@_#S%KpXMbZbZH1l?s3wK9n85|&^ zX=F4Frz`{D^b8P+MvMV0ZHH|OjyDuZKMB)I^P>0RBLL(ZHvv$(yNs;$!E?&80XNIs z_nHlG-VT325})2o8Ee^m4lS1@oh`6`aAIW6`7s1Yo+ioWbJfCEzluZAi0C~lX8!i6 zN+RK4>O+kC4}563EN!kfj*fog?Qz3--*uC^^2tNX__kMZC>k-!UaG^r9{_mz6udc}`U~}IULWt9MSlPQ002ovPDHLkV1k}sam@e# literal 0 HcmV?d00001 diff --git a/Resources/Textures/Interface/Emotes/squish.png b/Resources/Textures/Interface/Emotes/squish.png index f896e15315e95953c7a0360545089ef4dfa1d922..73f4ae6157b4b2bcc62a94fb1ece7bf02cbe8e90 100644 GIT binary patch delta 850 zcmV-Y1Fihp1@#7yFn+6AU2^0x8R&`v z05D7w{Ysg2izT6mkpdiIlFb4DtcGF>2)K5C+3`9B?PZ!*i6`-1^)Z*O6kCN#sy;nhp{MU3r%H-zAaEF&gKz||FuOa|L1;eES| zPyH7FfPdc>!S-y)J&j5TEXH72mS-=SvD^TtPbA>Lw#i})nyLbTD}skp9+ePJ{7=#&uB9m83x6}xfo}jb(*zU+iA2Kf>ixmMBjQYw z0^^Z!A;D-|l}$w=)@+TuwN zq@s8fe<0-G!JB`CXM6A<#e*Q|#Z!xiDitq^dg)4o z-$BbW)m&*Wv@b0dTb5p?L<4jutBMKdNZSFW& z76PiOLZK82r67dVrqC>+mL~+5<1~b0TEcg3deZ(7Vri)qQ$zaT;2><M3?c7JzZ+cpYAQ8Ost_csK9nT>T508U)KrfZtku;xcL+niQ|cigsZqwxHh84E{r znz)bc$w`S%azs9TsBLoT$gs&)mJu!%bpR+DUt~ruPpIG80{|4LVv@wYV{~YEJ2p0^ zJA^nps;UMG@RGau6`vvia5HI&mugNH&;t7u7%w?}MpD=;qH7psjH!l^Q4J$A${71A cB>x?L1APoy(jwV_h5!Hn07*qoM6N<$g44uD4FCWD From ac48356c44d06541ff102a7e8a2dce60d96f5bfc Mon Sep 17 00:00:00 2001 From: mkanke-real Date: Thu, 26 Jun 2025 20:38:21 -0400 Subject: [PATCH 033/182] Bagel HFR (#947) --- Resources/Maps/_Funkystation/bagel.yml | 2708 +++++++++++++++++++++--- 1 file changed, 2418 insertions(+), 290 deletions(-) diff --git a/Resources/Maps/_Funkystation/bagel.yml b/Resources/Maps/_Funkystation/bagel.yml index e8f4889a24b..975a553f461 100644 --- a/Resources/Maps/_Funkystation/bagel.yml +++ b/Resources/Maps/_Funkystation/bagel.yml @@ -4,8 +4,8 @@ meta: engineVersion: 255.0.0 forkId: "" forkVersion: "" - time: 06/08/2025 10:04:41 - entityCount: 27439 + time: 06/20/2025 21:52:09 + entityCount: 27787 maps: - 3201 grids: @@ -328,7 +328,7 @@ entities: version: 6 -3,2: ind: -3,2 - tiles: fgAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAA + tiles: fgAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAA version: 6 0,3: ind: 0,3 @@ -336,7 +336,7 @@ entities: version: 6 -3,3: ind: -3,3 - tiles: fQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAA + tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAA version: 6 -2,3: ind: -2,3 @@ -352,7 +352,7 @@ entities: version: 6 -4,3: ind: -4,3 - tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfQAAAAAAXQAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAXQAAAAACHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfQAAAAAAXQAAAAADHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfQAAAAAAXQAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAXQAAAAACHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfQAAAAAAXQAAAAADHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAA version: 6 -5,1: ind: -5,1 @@ -408,7 +408,7 @@ entities: version: 6 -3,4: ind: -3,4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAA + tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAA version: 6 -3,5: ind: -3,5 @@ -482,6 +482,10 @@ entities: ind: -7,-2 tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAA version: 6 + -4,4: + ind: -4,4 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 - type: Broadphase - type: Physics bodyStatus: InAir @@ -727,6 +731,12 @@ entities: 4799: -29,43 4800: -29,44 4801: -29,45 + 4804: -52,63 + 4835: -43,65 + 4836: -43,64 + 4837: -43,63 + 4838: -43,62 + 4839: -29,40 - node: angle: 1.5707963267948966 rad color: '#FFFFFFFF' @@ -764,6 +774,8 @@ entities: 3681: 50,-11 3764: -25,-1 3765: -25,0 + 4807: -51,64 + 4808: -53,62 - node: color: '#FFFFFFFF' id: BotLeftGreyscale @@ -791,6 +803,8 @@ entities: 2759: 4,-36 3242: 6,-37 3330: -35,5 + 4805: -51,62 + 4806: -53,64 - node: color: '#FF8FC9FF' id: BotRightGreyscale @@ -846,11 +860,36 @@ entities: 3920: -27,45 3921: -27,46 3922: -27,44 + 4809: -51,63 + 4830: -51,63 + - node: + color: '#00BEBEFF' + id: BoxGreyscale + decals: + 4814: -52,62 + - node: + color: '#0A6AB6FF' + id: BoxGreyscale + decals: + 4815: -52,62 + 4829: -52,62 + - node: + color: '#3D8C40FF' + id: BoxGreyscale + decals: + 4817: -53,63 + 4828: -53,63 - node: color: '#52B4E996' id: BoxGreyscale decals: 1895: -30,-12 + - node: + color: '#A91409FF' + id: BoxGreyscale + decals: + 4818: -52,64 + 4827: -52,64 - node: color: '#DE3A3A96' id: BoxGreyscale @@ -3055,6 +3094,19 @@ entities: 114: -14,-44 115: -16,-42 116: -16,-40 + - node: + color: '#FFFFFFFF' + id: DirtHeavyMonotile + decals: + 4844: -48,63 + 4845: -46,63 + 4846: -45,64 + 4847: -45,64 + 4848: -48,63 + 4849: -49,64 + 4850: -48,62 + 4851: -47,62 + 4852: -46,64 - node: cleanable: True color: '#FFFFFFFF' @@ -3068,6 +3120,18 @@ entities: 4271: -32,-51 4272: -32,-51 4273: -32,-51 + 4853: -46,63 + 4854: -47,63 + 4855: -48,64 + 4856: -49,65 + 4857: -50,65 + 4858: -48,64 + 4859: -45,64 + 4860: -44,65 + 4861: -44,63 + 4862: -45,62 + 4863: -47,62 + 4864: -48,61 - node: color: '#FFFFFFFF' id: DirtLight @@ -3929,6 +3993,24 @@ entities: 4781: -62,-37 4782: -62,-37 4783: -62,-36 + 4865: -47,63 + 4866: -49,65 + 4867: -50,65 + 4868: -49,63 + 4869: -50,62 + 4870: -53,62 + 4871: -52,63 + 4872: -51,64 + 4873: -50,63 + 4874: -51,63 + 4875: -51,62 + 4876: -45,62 + 4877: -45,64 + 4878: -45,63 + 4879: -44,63 + 4880: -42,63 + 4881: -43,64 + 4882: -43,65 - node: angle: 3.141592653589793 rad color: '#FFFFFFFF' @@ -6224,6 +6306,8 @@ entities: 1790: -22,26 3837: -17,49 3838: -17,47 + 4842: -46,65 + 4843: -47,65 - node: color: '#D381C996' id: StandClearGreyscale @@ -6459,6 +6543,7 @@ entities: 3913: -20,46 3943: -16,34 4268: -53,-51 + 4825: -51,64 - node: color: '#FFFFFFFF' id: WarnCornerNW @@ -6469,6 +6554,7 @@ entities: 3912: -14,46 3944: -18,34 4262: -43,-51 + 4826: -53,64 - node: color: '#FFFFFFFF' id: WarnCornerSE @@ -6478,6 +6564,7 @@ entities: 3904: -16,49 3945: -16,32 4267: -53,-53 + 4824: -51,62 - node: angle: 4.71238898038469 rad color: '#FFFFFFFF' @@ -6492,6 +6579,7 @@ entities: 3899: -18,46 3905: -18,49 3946: -18,32 + 4823: -53,62 - node: color: '#FFFFFFFF' id: WarnCornerSmallNE @@ -6655,6 +6743,8 @@ entities: 3932: -29,39 3949: -16,33 4269: -53,-52 + 4820: -51,63 + 4832: -51,63 - node: color: '#52B4E996' id: WarnLineGreyscaleE @@ -6961,6 +7051,8 @@ entities: 3947: -17,32 4265: -42,-53 4266: -54,-53 + 4821: -52,62 + 4833: -52,62 - node: color: '#DE3A3A96' id: WarnLineS @@ -7029,6 +7121,8 @@ entities: 3933: -27,39 3950: -18,33 4270: -43,-52 + 4822: -53,63 + 4834: -53,63 - node: color: '#DE3A3A96' id: WarnLineW @@ -7116,6 +7210,8 @@ entities: 3948: -17,34 4263: -42,-51 4264: -54,-51 + 4819: -52,64 + 4831: -52,64 - node: angle: -1.5707963267948966 rad color: '#FFFFFFFF' @@ -9493,6 +9589,8 @@ entities: 6: 3072 -12,11: 6: 12 + -12,12: + 0: 26350 -11,9: 6: 257 1: 17476 @@ -9502,9 +9600,10 @@ entities: 1: 17476 -11,11: 6: 1 - 1: 17476 + 1: 1092 -11,12: - 1: 17479 + 0: 255 + 1: 16384 -10,9: 0: 65535 -10,10: @@ -9553,26 +9652,43 @@ entities: 1: 13038 3,13: 1: 61158 - -12,12: - 1: 15 -13,12: 1: 34952 5: 48 4: 12288 -12,13: - 1: 61455 + 0: 26214 -13,13: 1: 61720 + -12,14: + 1: 144 + 0: 26214 + -13,14: + 1: 61680 + -12,15: + 0: 65526 + -13,15: + 0: 65520 + -12,16: + 0: 255 -11,13: 1: 62543 - -12,14: - 1: 128 -11,14: 1: 3320 + -11,15: + 0: 13104 + 1: 128 + -11,16: + 0: 51 + 1: 8320 -10,13: 1: 61455 -10,14: 1: 61439 + -10,15: + 1: 4368 + -10,16: + 1: 4369 -9,13: 1: 12835 6: 2176 @@ -9667,8 +9783,25 @@ entities: 0: 136 -15,13: 0: 31 + -15,14: + 1: 32768 + -15,15: + 1: 34952 + -14,14: + 1: 61666 + -14,15: + 1: 16 + 0: 52416 + -15,16: + 1: 34952 -14,13: - 1: 2 + 1: 8738 + -14,16: + 0: 204 + 1: 16400 + -13,16: + 0: 255 + 1: 20480 -20,4: 0: 244 1: 2056 @@ -9854,6 +9987,14 @@ entities: 1: 15 -6,21: 1: 1 + -12,17: + 1: 15 + -13,17: + 1: 15 + -11,17: + 1: 15 + -10,17: + 1: 1 -24,4: 0: 2039 1: 55304 @@ -10184,6 +10325,10 @@ entities: 0: 57582 -25,-6: 1: 34952 + -15,17: + 1: 8 + -14,17: + 1: 15 uniqueMixes: - volume: 2500 temperature: 293.15 @@ -10588,8 +10733,10 @@ entities: parent: 60 - type: DeviceList devices: - - 17172 - - 17175 + - 27469 + - 27470 + - 27471 + - 27781 - uid: 14924 components: - type: Transform @@ -11844,6 +11991,30 @@ entities: - type: Transform pos: -31.5,30.5 parent: 60 + - uid: 27463 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,49.5 + parent: 60 + - uid: 27464 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,48.5 + parent: 60 + - uid: 27713 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,60.5 + parent: 60 + - uid: 27714 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,60.5 + parent: 60 - proto: AirlockAtmosphericsLocked entities: - uid: 3969 @@ -11866,7 +12037,7 @@ entities: pos: -29.5,37.5 parent: 60 - type: Door - secondsUntilStateChange: -60723.062 + secondsUntilStateChange: -67563.01 state: Opening - type: DeviceLinkSource lastSignals: @@ -14679,16 +14850,6 @@ entities: - type: Transform pos: -53.5,-3.5 parent: 60 - - uid: 17175 - components: - - type: Transform - pos: -30.5,53.5 - parent: 60 - - type: DeviceNetwork - configurators: - - 16090 - deviceLists: - - 14787 - uid: 18825 components: - type: Transform @@ -15080,6 +15241,16 @@ entities: - type: DeviceNetwork deviceLists: - 27372 + - uid: 27781 + components: + - type: Transform + pos: -31.5,54.5 + parent: 60 + - type: DeviceNetwork + configurators: + - 16090 + deviceLists: + - 14787 - proto: AltarConvertMaint entities: - uid: 27007 @@ -15787,6 +15958,14 @@ entities: rot: -1.5707963267948966 rad pos: -70.18127,-17.31221 parent: 60 +- proto: APCHighCapacity + entities: + - uid: 27589 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,60.5 + parent: 60 - proto: APCHyperCapacity entities: - uid: 6252 @@ -16385,6 +16564,13 @@ entities: - type: Transform pos: -40.5,-10.5 parent: 60 + - uid: 15714 + components: + - type: Transform + pos: -8.5,29.5 + parent: 60 + - type: SiloUtilizer + silo: 7578 - proto: BananaPhoneInstrument entities: - uid: 21478 @@ -17380,6 +17566,18 @@ entities: - type: Transform pos: -6.5,30.5 parent: 60 + - uid: 27484 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,66.5 + parent: 60 + - uid: 27500 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,66.5 + parent: 60 - proto: BlastDoorBridgeOpen entities: - uid: 21763 @@ -18413,6 +18611,32 @@ entities: rot: 3.141592653589793 rad pos: -67.5,-41.5 parent: 60 + - uid: 17172 + components: + - type: Transform + pos: -54.5,47.5 + parent: 60 + - uid: 17175 + components: + - type: Transform + pos: -54.5,51.5 + parent: 60 + - uid: 21620 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -54.5,40.5 + parent: 60 + - uid: 23617 + components: + - type: Transform + pos: -54.5,54.5 + parent: 60 + - uid: 23618 + components: + - type: Transform + pos: -54.5,56.5 + parent: 60 - proto: Brutepack entities: - uid: 26868 @@ -18466,6 +18690,25 @@ entities: - type: Transform pos: -15.5,45.5 parent: 60 + - uid: 27473 + components: + - type: Transform + pos: -34.5,50.5 + parent: 60 + - uid: 27518 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -47.5,65.5 + parent: 60 +- proto: ButtonFrameCautionSecurity + entities: + - uid: 27779 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,49.5 + parent: 60 - proto: ButtonFrameGrey entities: - uid: 27358 @@ -18907,6 +19150,16 @@ entities: - type: Transform pos: -58.5,-22.5 parent: 60 + - uid: 3144 + components: + - type: Transform + pos: -43.5,62.5 + parent: 60 + - uid: 3147 + components: + - type: Transform + pos: -44.5,62.5 + parent: 60 - uid: 3246 components: - type: Transform @@ -35967,6 +36220,241 @@ entities: - type: Transform pos: 7.5,-15.5 parent: 60 + - uid: 27489 + components: + - type: Transform + pos: -50.5,60.5 + parent: 60 + - uid: 27614 + components: + - type: Transform + pos: -43.5,60.5 + parent: 60 + - uid: 27615 + components: + - type: Transform + pos: -43.5,61.5 + parent: 60 + - uid: 27661 + components: + - type: Transform + pos: -45.5,62.5 + parent: 60 + - uid: 27682 + components: + - type: Transform + pos: -46.5,62.5 + parent: 60 + - uid: 27683 + components: + - type: Transform + pos: -47.5,62.5 + parent: 60 + - uid: 27684 + components: + - type: Transform + pos: -48.5,62.5 + parent: 60 + - uid: 27685 + components: + - type: Transform + pos: -49.5,62.5 + parent: 60 + - uid: 27686 + components: + - type: Transform + pos: -49.5,61.5 + parent: 60 + - uid: 27687 + components: + - type: Transform + pos: -50.5,61.5 + parent: 60 + - uid: 27688 + components: + - type: Transform + pos: -51.5,61.5 + parent: 60 + - uid: 27689 + components: + - type: Transform + pos: -52.5,61.5 + parent: 60 + - uid: 27690 + components: + - type: Transform + pos: -53.5,61.5 + parent: 60 + - uid: 27691 + components: + - type: Transform + pos: -53.5,62.5 + parent: 60 + - uid: 27692 + components: + - type: Transform + pos: -53.5,63.5 + parent: 60 + - uid: 27693 + components: + - type: Transform + pos: -53.5,64.5 + parent: 60 + - uid: 27694 + components: + - type: Transform + pos: -53.5,65.5 + parent: 60 + - uid: 27695 + components: + - type: Transform + pos: -52.5,65.5 + parent: 60 + - uid: 27696 + components: + - type: Transform + pos: -51.5,65.5 + parent: 60 + - uid: 27697 + components: + - type: Transform + pos: -50.5,65.5 + parent: 60 + - uid: 27698 + components: + - type: Transform + pos: -49.5,65.5 + parent: 60 + - uid: 27699 + components: + - type: Transform + pos: -49.5,64.5 + parent: 60 + - uid: 27700 + components: + - type: Transform + pos: -48.5,64.5 + parent: 60 + - uid: 27701 + components: + - type: Transform + pos: -47.5,64.5 + parent: 60 + - uid: 27702 + components: + - type: Transform + pos: -46.5,64.5 + parent: 60 + - uid: 27703 + components: + - type: Transform + pos: -45.5,64.5 + parent: 60 + - uid: 27704 + components: + - type: Transform + pos: -44.5,64.5 + parent: 60 + - uid: 27705 + components: + - type: Transform + pos: -43.5,64.5 + parent: 60 + - uid: 27706 + components: + - type: Transform + pos: -43.5,63.5 + parent: 60 + - uid: 27707 + components: + - type: Transform + pos: -50.5,59.5 + parent: 60 + - uid: 27708 + components: + - type: Transform + pos: -49.5,59.5 + parent: 60 + - uid: 27709 + components: + - type: Transform + pos: -48.5,59.5 + parent: 60 + - uid: 27762 + components: + - type: Transform + pos: -40.5,48.5 + parent: 60 + - uid: 27763 + components: + - type: Transform + pos: -41.5,48.5 + parent: 60 + - uid: 27764 + components: + - type: Transform + pos: -42.5,48.5 + parent: 60 + - uid: 27765 + components: + - type: Transform + pos: -43.5,48.5 + parent: 60 + - uid: 27766 + components: + - type: Transform + pos: -44.5,48.5 + parent: 60 + - uid: 27767 + components: + - type: Transform + pos: -45.5,48.5 + parent: 60 + - uid: 27768 + components: + - type: Transform + pos: -46.5,48.5 + parent: 60 + - uid: 27769 + components: + - type: Transform + pos: -46.5,49.5 + parent: 60 + - uid: 27770 + components: + - type: Transform + pos: -46.5,50.5 + parent: 60 + - uid: 27771 + components: + - type: Transform + pos: -46.5,51.5 + parent: 60 + - uid: 27772 + components: + - type: Transform + pos: -46.5,54.5 + parent: 60 + - uid: 27773 + components: + - type: Transform + pos: -46.5,53.5 + parent: 60 + - uid: 27774 + components: + - type: Transform + pos: -46.5,55.5 + parent: 60 + - uid: 27775 + components: + - type: Transform + pos: -46.5,56.5 + parent: 60 + - uid: 27776 + components: + - type: Transform + pos: -46.5,52.5 + parent: 60 - proto: CableApcStack entities: - uid: 4462 @@ -41071,16 +41559,6 @@ entities: - type: Transform pos: -13.5,47.5 parent: 60 - - uid: 15460 - components: - - type: Transform - pos: -22.5,36.5 - parent: 60 - - uid: 15461 - components: - - type: Transform - pos: -22.5,35.5 - parent: 60 - uid: 15468 components: - type: Transform @@ -46556,6 +47034,376 @@ entities: - type: Transform pos: -31.5,-33.5 parent: 60 + - uid: 27605 + components: + - type: Transform + pos: -20.5,44.5 + parent: 60 + - uid: 27606 + components: + - type: Transform + pos: -21.5,44.5 + parent: 60 + - uid: 27607 + components: + - type: Transform + pos: -22.5,44.5 + parent: 60 + - uid: 27608 + components: + - type: Transform + pos: -22.5,43.5 + parent: 60 + - uid: 27609 + components: + - type: Transform + pos: -23.5,43.5 + parent: 60 + - uid: 27610 + components: + - type: Transform + pos: -23.5,42.5 + parent: 60 + - uid: 27611 + components: + - type: Transform + pos: -23.5,41.5 + parent: 60 + - uid: 27612 + components: + - type: Transform + pos: -23.5,40.5 + parent: 60 + - uid: 27613 + components: + - type: Transform + pos: -23.5,39.5 + parent: 60 + - uid: 27616 + components: + - type: Transform + pos: -21.5,34.5 + parent: 60 + - uid: 27617 + components: + - type: Transform + pos: -21.5,33.5 + parent: 60 + - uid: 27618 + components: + - type: Transform + pos: -21.5,32.5 + parent: 60 + - uid: 27619 + components: + - type: Transform + pos: -21.5,31.5 + parent: 60 + - uid: 27620 + components: + - type: Transform + pos: -22.5,31.5 + parent: 60 + - uid: 27621 + components: + - type: Transform + pos: -23.5,31.5 + parent: 60 + - uid: 27622 + components: + - type: Transform + pos: -24.5,31.5 + parent: 60 + - uid: 27623 + components: + - type: Transform + pos: -25.5,31.5 + parent: 60 + - uid: 27624 + components: + - type: Transform + pos: -26.5,31.5 + parent: 60 + - uid: 27625 + components: + - type: Transform + pos: -27.5,31.5 + parent: 60 + - uid: 27626 + components: + - type: Transform + pos: -29.5,31.5 + parent: 60 + - uid: 27627 + components: + - type: Transform + pos: -30.5,31.5 + parent: 60 + - uid: 27628 + components: + - type: Transform + pos: -31.5,31.5 + parent: 60 + - uid: 27629 + components: + - type: Transform + pos: -32.5,31.5 + parent: 60 + - uid: 27630 + components: + - type: Transform + pos: -28.5,31.5 + parent: 60 + - uid: 27631 + components: + - type: Transform + pos: -34.5,31.5 + parent: 60 + - uid: 27632 + components: + - type: Transform + pos: -35.5,31.5 + parent: 60 + - uid: 27633 + components: + - type: Transform + pos: -36.5,31.5 + parent: 60 + - uid: 27634 + components: + - type: Transform + pos: -33.5,31.5 + parent: 60 + - uid: 27635 + components: + - type: Transform + pos: -37.5,31.5 + parent: 60 + - uid: 27636 + components: + - type: Transform + pos: -39.5,31.5 + parent: 60 + - uid: 27637 + components: + - type: Transform + pos: -38.5,31.5 + parent: 60 + - uid: 27638 + components: + - type: Transform + pos: -39.5,32.5 + parent: 60 + - uid: 27639 + components: + - type: Transform + pos: -39.5,33.5 + parent: 60 + - uid: 27640 + components: + - type: Transform + pos: -39.5,34.5 + parent: 60 + - uid: 27641 + components: + - type: Transform + pos: -39.5,35.5 + parent: 60 + - uid: 27642 + components: + - type: Transform + pos: -39.5,36.5 + parent: 60 + - uid: 27643 + components: + - type: Transform + pos: -39.5,37.5 + parent: 60 + - uid: 27644 + components: + - type: Transform + pos: -39.5,38.5 + parent: 60 + - uid: 27645 + components: + - type: Transform + pos: -39.5,39.5 + parent: 60 + - uid: 27646 + components: + - type: Transform + pos: -39.5,40.5 + parent: 60 + - uid: 27647 + components: + - type: Transform + pos: -39.5,41.5 + parent: 60 + - uid: 27648 + components: + - type: Transform + pos: -39.5,42.5 + parent: 60 + - uid: 27649 + components: + - type: Transform + pos: -39.5,43.5 + parent: 60 + - uid: 27650 + components: + - type: Transform + pos: -39.5,44.5 + parent: 60 + - uid: 27651 + components: + - type: Transform + pos: -39.5,45.5 + parent: 60 + - uid: 27652 + components: + - type: Transform + pos: -39.5,46.5 + parent: 60 + - uid: 27653 + components: + - type: Transform + pos: -39.5,47.5 + parent: 60 + - uid: 27654 + components: + - type: Transform + pos: -39.5,48.5 + parent: 60 + - uid: 27655 + components: + - type: Transform + pos: -40.5,48.5 + parent: 60 + - uid: 27656 + components: + - type: Transform + pos: -41.5,48.5 + parent: 60 + - uid: 27657 + components: + - type: Transform + pos: -42.5,48.5 + parent: 60 + - uid: 27658 + components: + - type: Transform + pos: -43.5,48.5 + parent: 60 + - uid: 27659 + components: + - type: Transform + pos: -44.5,48.5 + parent: 60 + - uid: 27660 + components: + - type: Transform + pos: -45.5,48.5 + parent: 60 + - uid: 27662 + components: + - type: Transform + pos: -46.5,48.5 + parent: 60 + - uid: 27663 + components: + - type: Transform + pos: -46.5,50.5 + parent: 60 + - uid: 27664 + components: + - type: Transform + pos: -46.5,51.5 + parent: 60 + - uid: 27665 + components: + - type: Transform + pos: -46.5,52.5 + parent: 60 + - uid: 27666 + components: + - type: Transform + pos: -46.5,49.5 + parent: 60 + - uid: 27667 + components: + - type: Transform + pos: -46.5,54.5 + parent: 60 + - uid: 27668 + components: + - type: Transform + pos: -46.5,53.5 + parent: 60 + - uid: 27669 + components: + - type: Transform + pos: -46.5,56.5 + parent: 60 + - uid: 27670 + components: + - type: Transform + pos: -46.5,55.5 + parent: 60 + - uid: 27671 + components: + - type: Transform + pos: -46.5,57.5 + parent: 60 + - uid: 27672 + components: + - type: Transform + pos: -46.5,58.5 + parent: 60 + - uid: 27673 + components: + - type: Transform + pos: -46.5,59.5 + parent: 60 + - uid: 27674 + components: + - type: Transform + pos: -46.5,60.5 + parent: 60 + - uid: 27675 + components: + - type: Transform + pos: -46.5,61.5 + parent: 60 + - uid: 27676 + components: + - type: Transform + pos: -46.5,62.5 + parent: 60 + - uid: 27677 + components: + - type: Transform + pos: -45.5,62.5 + parent: 60 + - uid: 27678 + components: + - type: Transform + pos: -44.5,62.5 + parent: 60 + - uid: 27679 + components: + - type: Transform + pos: -44.5,61.5 + parent: 60 + - uid: 27680 + components: + - type: Transform + pos: -43.5,61.5 + parent: 60 + - uid: 27681 + components: + - type: Transform + pos: -42.5,61.5 + parent: 60 - proto: CableHVStack entities: - uid: 6989 @@ -54745,6 +55593,21 @@ entities: - type: Transform pos: -31.5,-45.5 parent: 60 + - uid: 27710 + components: + - type: Transform + pos: -42.5,61.5 + parent: 60 + - uid: 27711 + components: + - type: Transform + pos: -43.5,61.5 + parent: 60 + - uid: 27712 + components: + - type: Transform + pos: -43.5,60.5 + parent: 60 - proto: CableMVStack entities: - uid: 4467 @@ -54913,6 +55776,11 @@ entities: rot: 3.141592653589793 rad pos: -110.5,30.5 parent: 60 + - uid: 27591 + components: + - type: Transform + pos: -44.5,62.5 + parent: 60 - proto: CandyBowl entities: - uid: 15506 @@ -57119,6 +57987,12 @@ entities: - type: Transform pos: -26.5,-36.5 parent: 60 + - uid: 7577 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,48.5 + parent: 60 - uid: 7607 components: - type: Transform @@ -59075,12 +59949,6 @@ entities: - type: Transform pos: -60.5,-5.5 parent: 60 - - uid: 15093 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,48.5 - parent: 60 - uid: 15151 components: - type: Transform @@ -60794,11 +61662,6 @@ entities: - type: Transform pos: -12.5,58.5 parent: 60 - - uid: 20690 - components: - - type: Transform - pos: -44.5,57.5 - parent: 60 - uid: 20691 components: - type: Transform @@ -61625,30 +62488,12 @@ entities: rot: -1.5707963267948966 rad pos: -54.5,46.5 parent: 60 - - uid: 23617 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,47.5 - parent: 60 - - uid: 23618 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,51.5 - parent: 60 - uid: 23619 components: - type: Transform rot: -1.5707963267948966 rad pos: -54.5,39.5 parent: 60 - - uid: 23620 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,40.5 - parent: 60 - uid: 23622 components: - type: Transform @@ -62725,6 +63570,51 @@ entities: - type: Transform pos: -34.5,-45.5 parent: 60 + - uid: 27576 + components: + - type: Transform + pos: -54.5,52.5 + parent: 60 + - uid: 27577 + components: + - type: Transform + pos: -54.5,53.5 + parent: 60 + - uid: 27580 + components: + - type: Transform + pos: -54.5,57.5 + parent: 60 + - uid: 27582 + components: + - type: Transform + pos: -53.5,57.5 + parent: 60 + - uid: 27583 + components: + - type: Transform + pos: -52.5,57.5 + parent: 60 + - uid: 27584 + components: + - type: Transform + pos: -51.5,57.5 + parent: 60 + - uid: 27585 + components: + - type: Transform + pos: -50.5,57.5 + parent: 60 + - uid: 27586 + components: + - type: Transform + pos: -49.5,57.5 + parent: 60 + - uid: 27587 + components: + - type: Transform + pos: -48.5,57.5 + parent: 60 - proto: Cautery entities: - uid: 23649 @@ -63186,6 +64076,12 @@ entities: rot: 3.141592653589793 rad pos: 44.5,12.5 parent: 60 + - uid: 15233 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,-42.5 + parent: 60 - uid: 15697 components: - type: Transform @@ -63228,6 +64124,18 @@ entities: rot: -1.5707963267948966 rad pos: -32.5,-17.5 parent: 60 + - uid: 17187 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,-41.5 + parent: 60 + - uid: 17188 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,-42.5 + parent: 60 - uid: 17669 components: - type: Transform @@ -63442,6 +64350,12 @@ entities: rot: -1.5707963267948966 rad pos: 41.5,11.5 parent: 60 + - uid: 20690 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-51.5 + parent: 60 - uid: 21030 components: - type: Transform @@ -63623,6 +64537,30 @@ entities: - type: Transform pos: -61.5,-40.5 parent: 60 + - uid: 27156 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,-6.5 + parent: 60 + - uid: 27390 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-5.5 + parent: 60 + - uid: 27391 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -60.5,-30.5 + parent: 60 + - uid: 27404 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-5.5 + parent: 60 - uid: 27414 components: - type: Transform @@ -63637,6 +64575,12 @@ entities: parent: 60 - proto: ChairFolding entities: + - uid: 17190 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.563826,-51.398354 + parent: 60 - uid: 26934 components: - type: Transform @@ -69254,6 +70198,17 @@ entities: - type: Transform pos: 47.5,1.5 parent: 60 +- proto: ComputerShuttle + entities: + - uid: 27515 + components: + - type: Transform + anchored: False + rot: 1.5707963267948966 rad + pos: -50.5,59.5 + parent: 60 + - type: Physics + bodyType: Dynamic - proto: ComputerShuttleCargo entities: - uid: 19004 @@ -70738,10 +71693,10 @@ entities: parent: 60 - proto: Crystallizer entities: - - uid: 27406 + - uid: 14814 components: - type: Transform - pos: -37.5,49.5 + pos: -35.5,49.5 parent: 60 - proto: CurtainsBlackOpen entities: @@ -81362,10 +82317,10 @@ entities: - type: Transform pos: -34.542274,1.9138722 parent: 60 - - uid: 15714 + - uid: 23620 components: - type: Transform - pos: 5.566845,21.704134 + pos: 5.591187,21.692276 parent: 60 - proto: FoodBoxDonut entities: @@ -81652,13 +82607,19 @@ entities: - uid: 16093 components: - type: Transform - pos: 0.49396247,20.925829 + pos: 0.57502407,21.04959 parent: 60 + - type: Physics + angularDamping: 0 + linearDamping: 0 - uid: 16094 components: - type: Transform - pos: 0.6231174,20.88675 + pos: 0.517445,21.18117 parent: 60 + - type: Physics + angularDamping: 0 + linearDamping: 0 - proto: FoodPizzaSassysageSlice entities: - uid: 19506 @@ -81865,13 +82826,6 @@ entities: - type: Transform pos: -56.367672,-21.840908 parent: 60 -- proto: GasCanisterBrokenBase - entities: - - uid: 23658 - components: - - type: Transform - pos: -59.5,37.5 - parent: 60 - proto: GasFilter entities: - uid: 3221 @@ -82046,6 +83000,12 @@ entities: parent: 60 - proto: GasMixer entities: + - uid: 14922 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -34.5,48.5 + parent: 60 - uid: 23475 components: - type: Transform @@ -82061,12 +83021,6 @@ entities: rot: 1.5707963267948966 rad pos: -47.5,14.5 parent: 60 - - uid: 14814 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,49.5 - parent: 60 - uid: 23476 components: - type: Transform @@ -82245,6 +83199,14 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 10848 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,46.5 + parent: 60 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 13741 components: - type: Transform @@ -82346,10 +83308,10 @@ entities: - type: Transform pos: 51.5,-18.5 parent: 60 - - uid: 27390 + - uid: 27594 components: - type: Transform - pos: -39.5,51.5 + pos: -51.5,67.5 parent: 60 - type: AtmosPipeColor color: '#FF1212FF' @@ -84235,6 +85197,42 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' + - uid: 27465 + components: + - type: Transform + pos: -39.5,46.5 + parent: 60 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27467 + components: + - type: Transform + pos: -34.5,49.5 + parent: 60 + - uid: 27597 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,65.5 + parent: 60 + - type: AtmosPipeColor + color: '#0B6623FF' + - uid: 27598 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,61.5 + parent: 60 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27604 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,63.5 + parent: 60 + - type: AtmosPipeColor + color: '#0B6623FF' - proto: GasPipeFourway entities: - uid: 467 @@ -95125,13 +96123,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 14811 - components: - - type: Transform - pos: -39.5,49.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 14845 components: - type: Transform @@ -95157,13 +96148,6 @@ entities: rot: 1.5707963267948966 rad pos: -43.5,41.5 parent: 60 - - uid: 14863 - components: - - type: Transform - pos: -39.5,47.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 14870 components: - type: Transform @@ -95264,12 +96248,6 @@ entities: rot: 3.141592653589793 rad pos: -32.5,52.5 parent: 60 - - uid: 14922 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,51.5 - parent: 60 - uid: 14933 components: - type: Transform @@ -95344,14 +96322,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 14962 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,50.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 14987 components: - type: Transform @@ -95407,13 +96377,6 @@ entities: rot: 1.5707963267948966 rad pos: -44.5,31.5 parent: 60 - - uid: 15039 - components: - - type: Transform - pos: -39.5,46.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 15046 components: - type: Transform @@ -102202,13 +103165,65 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 27407 + - uid: 27466 components: - type: Transform - pos: -39.5,48.5 + rot: -1.5707963267948966 rad + pos: -40.5,46.5 parent: 60 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 27472 + components: + - type: Transform + pos: -31.5,51.5 + parent: 60 + - uid: 27593 + components: + - type: Transform + pos: -51.5,66.5 + parent: 60 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27599 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,65.5 + parent: 60 + - type: AtmosPipeColor + color: '#0B6623FF' + - uid: 27600 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,65.5 + parent: 60 + - type: AtmosPipeColor + color: '#0B6623FF' + - uid: 27601 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,65.5 + parent: 60 + - type: AtmosPipeColor + color: '#0B6623FF' + - uid: 27602 + components: + - type: Transform + pos: -53.5,64.5 + parent: 60 + - type: AtmosPipeColor + color: '#0B6623FF' + - uid: 27603 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.5,61.5 + parent: 60 + - type: AtmosPipeColor + color: '#0000FFFF' - proto: GasPipeTJunction entities: - uid: 46 @@ -103657,11 +104672,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 7577 - components: - - type: Transform - pos: -38.5,49.5 - parent: 60 - uid: 7682 components: - type: Transform @@ -103678,6 +104688,11 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 7932 + components: + - type: Transform + pos: -36.5,49.5 + parent: 60 - uid: 8205 components: - type: Transform @@ -103804,6 +104819,11 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 11485 + components: + - type: Transform + pos: -31.5,54.5 + parent: 60 - uid: 12302 components: - type: Transform @@ -105155,6 +106175,12 @@ entities: rot: -1.5707963267948966 rad pos: -32.5,35.5 parent: 60 + - uid: 27510 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,53.5 + parent: 60 - proto: GasPort entities: - uid: 111 @@ -105163,6 +106189,12 @@ entities: rot: -1.5707963267948966 rad pos: 51.5,-23.5 parent: 60 + - uid: 3351 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,48.5 + parent: 60 - uid: 9354 components: - type: Transform @@ -105211,13 +106243,7 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: -35.5,49.5 - parent: 60 - - uid: 14875 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,48.5 + pos: -33.5,48.5 parent: 60 - uid: 18640 components: @@ -105305,11 +106331,11 @@ entities: rot: 3.141592653589793 rad pos: -32.5,34.5 parent: 60 - - uid: 27408 + - uid: 27468 components: - type: Transform rot: 3.141592653589793 rad - pos: -38.5,48.5 + pos: -34.5,47.5 parent: 60 - proto: GasPressurePump entities: @@ -105366,6 +106392,11 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 14875 + components: + - type: Transform + pos: -31.5,49.5 + parent: 60 - uid: 15054 components: - type: Transform @@ -105575,6 +106606,30 @@ entities: rot: 1.5707963267948966 rad pos: -39.5,31.5 parent: 60 + - uid: 27592 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,61.5 + parent: 60 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27595 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,65.5 + parent: 60 + - type: AtmosPipeColor + color: '#0B6623FF' + - uid: 27596 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,65.5 + parent: 60 + - type: AtmosPipeColor + color: '#FF1212FF' - proto: GasThermoMachineFreezer entities: - uid: 2379 @@ -105623,12 +106678,6 @@ entities: parent: 60 - proto: GasThermoMachineHeater entities: - - uid: 10848 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,49.5 - parent: 60 - uid: 14722 components: - type: Transform @@ -105652,6 +106701,12 @@ entities: rot: -1.5707963267948966 rad pos: -28.5,49.5 parent: 60 + - uid: 14956 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,49.5 + parent: 60 - proto: GasValve entities: - uid: 1460 @@ -105696,13 +106751,6 @@ entities: open: False - type: AtmosPipeColor color: '#FF1212FF' - - uid: 15233 - components: - - type: Transform - pos: -31.5,49.5 - parent: 60 - - type: GasValve - open: False - uid: 15350 components: - type: Transform @@ -108353,16 +109401,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17172 - components: - - type: Transform - pos: -31.5,53.5 - parent: 60 - - type: DeviceNetwork - configurators: - - 16090 - deviceLists: - - 14787 - uid: 17603 components: - type: Transform @@ -108772,6 +109810,39 @@ entities: - 27372 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 27469 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,54.5 + parent: 60 + - type: DeviceNetwork + configurators: + - 16090 + deviceLists: + - 14787 + - uid: 27470 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,53.5 + parent: 60 + - type: DeviceNetwork + configurators: + - 16090 + deviceLists: + - 14787 + - uid: 27471 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,54.5 + parent: 60 + - type: DeviceNetwork + configurators: + - 16090 + deviceLists: + - 14787 - proto: GasVolumePump entities: - uid: 15092 @@ -112940,11 +114011,6 @@ entities: - type: Transform pos: -42.5,38.5 parent: 60 - - uid: 14956 - components: - - type: Transform - pos: -40.5,47.5 - parent: 60 - uid: 14960 components: - type: Transform @@ -113043,11 +114109,6 @@ entities: - type: Transform pos: -39.5,29.5 parent: 60 - - uid: 15071 - components: - - type: Transform - pos: -40.5,48.5 - parent: 60 - uid: 15074 components: - type: Transform @@ -113442,26 +114503,6 @@ entities: - type: Transform pos: -43.5,55.5 parent: 60 - - uid: 17187 - components: - - type: Transform - pos: -44.5,55.5 - parent: 60 - - uid: 17188 - components: - - type: Transform - pos: -45.5,55.5 - parent: 60 - - uid: 17189 - components: - - type: Transform - pos: -46.5,55.5 - parent: 60 - - uid: 17190 - components: - - type: Transform - pos: -47.5,55.5 - parent: 60 - uid: 17191 components: - type: Transform @@ -116516,11 +117557,6 @@ entities: - type: Transform pos: -30.5,-45.5 parent: 60 - - uid: 27391 - components: - - type: Transform - pos: -40.5,49.5 - parent: 60 - uid: 27392 components: - type: Transform @@ -116541,6 +117577,335 @@ entities: - type: Transform pos: -36.5,50.5 parent: 60 + - uid: 27440 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,61.5 + parent: 60 + - uid: 27441 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,54.5 + parent: 60 + - uid: 27442 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,53.5 + parent: 60 + - uid: 27443 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,52.5 + parent: 60 + - uid: 27444 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,54.5 + parent: 60 + - uid: 27445 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,53.5 + parent: 60 + - uid: 27446 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,52.5 + parent: 60 + - uid: 27447 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,50.5 + parent: 60 + - uid: 27448 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,50.5 + parent: 60 + - uid: 27481 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,66.5 + parent: 60 + - uid: 27482 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,66.5 + parent: 60 + - uid: 27485 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,61.5 + parent: 60 + - uid: 27492 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,62.5 + parent: 60 + - uid: 27495 + components: + - type: Transform + pos: -41.5,64.5 + parent: 60 + - uid: 27496 + components: + - type: Transform + pos: -41.5,63.5 + parent: 60 + - uid: 27497 + components: + - type: Transform + pos: -41.5,62.5 + parent: 60 + - uid: 27498 + components: + - type: Transform + pos: -43.5,66.5 + parent: 60 + - uid: 27499 + components: + - type: Transform + pos: -44.5,66.5 + parent: 60 + - uid: 27501 + components: + - type: Transform + pos: -44.5,59.5 + parent: 60 + - uid: 27502 + components: + - type: Transform + pos: -47.5,59.5 + parent: 60 + - uid: 27512 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,66.5 + parent: 60 + - uid: 27513 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,66.5 + parent: 60 + - uid: 27514 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,63.5 + parent: 60 + - uid: 27521 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,66.5 + parent: 60 + - uid: 27529 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,60.5 + parent: 60 + - uid: 27531 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,65.5 + parent: 60 + - uid: 27532 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,65.5 + parent: 60 + - uid: 27534 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,64.5 + parent: 60 + - uid: 27536 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,67.5 + parent: 60 + - uid: 27537 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,68.5 + parent: 60 + - uid: 27539 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,60.5 + parent: 60 + - uid: 27540 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,60.5 + parent: 60 + - uid: 27541 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,67.5 + parent: 60 + - uid: 27542 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,68.5 + parent: 60 + - uid: 27543 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,67.5 + parent: 60 + - uid: 27544 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,68.5 + parent: 60 + - uid: 27545 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,65.5 + parent: 60 + - uid: 27546 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,65.5 + parent: 60 + - uid: 27547 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,61.5 + parent: 60 + - uid: 27548 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,61.5 + parent: 60 + - uid: 27549 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,59.5 + parent: 60 + - uid: 27550 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,60.5 + parent: 60 + - uid: 27551 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,62.5 + parent: 60 + - uid: 27552 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,66.5 + parent: 60 + - uid: 27553 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,67.5 + parent: 60 + - uid: 27554 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,68.5 + parent: 60 + - uid: 27555 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,68.5 + parent: 60 + - uid: 27556 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,68.5 + parent: 60 + - uid: 27557 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,68.5 + parent: 60 + - uid: 27558 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,68.5 + parent: 60 + - uid: 27559 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,68.5 + parent: 60 + - uid: 27560 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,68.5 + parent: 60 + - uid: 27561 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,68.5 + parent: 60 + - uid: 27562 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,68.5 + parent: 60 + - uid: 27563 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,67.5 + parent: 60 + - uid: 27564 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,63.5 + parent: 60 - proto: GrilleBroken entities: - uid: 3545 @@ -117180,6 +118545,70 @@ entities: rot: 1.5707963267948966 rad pos: -31.5,-45.5 parent: 60 +- proto: GrilleSpawner + entities: + - uid: 27565 + components: + - type: Transform + pos: -39.5,64.5 + parent: 60 + - uid: 27566 + components: + - type: Transform + pos: -39.5,62.5 + parent: 60 + - uid: 27567 + components: + - type: Transform + pos: -39.5,66.5 + parent: 60 + - uid: 27568 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.5,68.5 + parent: 60 + - uid: 27569 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,68.5 + parent: 60 + - uid: 27570 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,68.5 + parent: 60 + - uid: 27571 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,68.5 + parent: 60 + - uid: 27572 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.5,68.5 + parent: 60 + - uid: 27573 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -54.5,68.5 + parent: 60 + - uid: 27574 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -56.5,63.5 + parent: 60 + - uid: 27575 + components: + - type: Transform + pos: -56.5,64.5 + parent: 60 - proto: GunpetInstrument entities: - uid: 9074 @@ -117942,6 +119371,13 @@ entities: - type: Transform pos: -10.5,-13.5 parent: 60 +- proto: Igniter + entities: + - uid: 27780 + components: + - type: Transform + pos: -31.431059,54.26896 + parent: 60 - proto: InflatableDoorStack entities: - uid: 15196 @@ -117961,6 +119397,18 @@ entities: - type: Transform pos: -40.5,-33.5 parent: 60 + - uid: 27453 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,57.5 + parent: 60 + - uid: 27454 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,57.5 + parent: 60 - proto: InflatableWallStack entities: - uid: 15194 @@ -118760,6 +120208,25 @@ entities: rot: 3.141592653589793 rad pos: -116.511604,29.488585 parent: 60 +- proto: LockableButtonAtmospherics + entities: + - uid: 27744 + components: + - type: MetaData + desc: Space the space! + name: blast door button + - type: Transform + rot: 3.141592653589793 rad + pos: -47.5,65.5 + parent: 60 + - type: DeviceLinkSource + linkedPorts: + 27500: + - - Pressed + - Toggle + 27484: + - - Pressed + - Toggle - proto: LockerAtmosphericsFilledHardsuit entities: - uid: 15401 @@ -121010,6 +122477,11 @@ entities: - type: Transform pos: 22.5,-0.5 parent: 60 + - type: DeviceLinkSource + linkedPorts: + 15714: + - - MaterialSilo + - MaterialSiloUtilizer - proto: MaterialWoodPlank entities: - uid: 3309 @@ -121839,13 +123311,14 @@ entities: - uid: 16090 components: - type: Transform - pos: 1.0015078,21.128395 + pos: 1.0511215,21.216688 parent: 60 - type: NetworkConfigurator devices: - 'UID: 34628': 17172 - 'UID: 34632': 17175 - linkModeActive: False + 'UID: 34714': 27469 + 'UID: 34715': 27471 + 'UID: 34713': 27470 + 'UID: 34705': 27781 - type: Physics angularDamping: 0 linearDamping: 0 @@ -127100,6 +128573,104 @@ entities: rot: 1.5707963267948966 rad pos: 6.5,-15.5 parent: 60 + - uid: 27745 + components: + - type: Transform + pos: -34.5,49.5 + parent: 60 + - uid: 27746 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,47.5 + parent: 60 + - uid: 27747 + components: + - type: Transform + pos: -44.5,49.5 + parent: 60 + - uid: 27748 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,48.5 + parent: 60 + - uid: 27749 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,56.5 + parent: 60 + - uid: 27750 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,56.5 + parent: 60 + - uid: 27751 + components: + - type: Transform + pos: -49.5,65.5 + parent: 60 + - uid: 27752 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,61.5 + parent: 60 + - uid: 27753 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,61.5 + parent: 60 + - uid: 27754 + components: + - type: Transform + pos: -53.5,65.5 + parent: 60 + - uid: 27755 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -42.5,65.5 + parent: 60 + - uid: 27756 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -42.5,61.5 + parent: 60 + - uid: 27757 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,50.5 + parent: 60 + - uid: 27758 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,50.5 + parent: 60 + - uid: 27759 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,58.5 + parent: 60 + - uid: 27760 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,58.5 + parent: 60 + - uid: 27761 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,49.5 + parent: 60 - proto: PoweredlightLED entities: - uid: 3166 @@ -129644,6 +131215,30 @@ entities: - type: Transform pos: -53.5,-52.5 parent: 60 + - uid: 27777 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,49.5 + parent: 60 + - uid: 27782 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,65.5 + parent: 60 + - uid: 27783 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -47.5,65.5 + parent: 60 + - uid: 27786 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,65.5 + parent: 60 - proto: RailingCorner entities: - uid: 7266 @@ -129747,6 +131342,28 @@ entities: rot: 1.5707963267948966 rad pos: 15.5,-6.5 parent: 60 + - uid: 27579 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,65.5 + parent: 60 + - uid: 27784 + components: + - type: Transform + pos: -44.5,65.5 + parent: 60 + - uid: 27785 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,49.5 + parent: 60 + - uid: 27787 + components: + - type: Transform + pos: -29.5,49.5 + parent: 60 - proto: RandomArcade entities: - uid: 19747 @@ -129892,7 +131509,12 @@ entities: - type: Transform pos: -28.5,43.5 parent: 60 - - uid: 21620 + - uid: 23658 + components: + - type: Transform + pos: -59.5,37.5 + parent: 60 + - uid: 27581 components: - type: Transform pos: -28.5,41.5 @@ -129954,12 +131576,6 @@ entities: - type: Transform pos: 36.5,26.5 parent: 60 - - uid: 9077 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,-42.5 - parent: 60 - uid: 9124 components: - type: Transform @@ -129976,30 +131592,6 @@ entities: rot: -1.5707963267948966 rad pos: -21.5,-49.5 parent: 60 - - uid: 11485 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,-42.5 - parent: 60 - - uid: 11505 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,-42.5 - parent: 60 - - uid: 12875 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-42.5 - parent: 60 - - uid: 14807 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-41.5 - parent: 60 - proto: RandomChairSpawner50 entities: - uid: 1810 @@ -130019,24 +131611,6 @@ entities: - type: Transform pos: -67.5,8.5 parent: 60 - - uid: 3144 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,-42.5 - parent: 60 - - uid: 3147 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,-51.5 - parent: 60 - - uid: 3351 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,-51.5 - parent: 60 - uid: 3362 components: - type: Transform @@ -130047,40 +131621,16 @@ entities: - type: Transform pos: -59.5,-4.5 parent: 60 - - uid: 4509 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-6.5 - parent: 60 - uid: 4602 components: - type: Transform pos: 30.5,-4.5 parent: 60 - - uid: 7932 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-5.5 - parent: 60 - uid: 11481 components: - type: Transform pos: -60.5,-28.5 parent: 60 - - uid: 11484 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -60.5,-30.5 - parent: 60 - - uid: 27156 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,-5.5 - parent: 60 - proto: RandomDrinkBottle entities: - uid: 6384 @@ -131138,6 +132688,11 @@ entities: - type: Transform pos: 7.5,-40.5 parent: 60 + - uid: 27724 + components: + - type: Transform + pos: -62.5,41.5 + parent: 60 - proto: RandomToolboxSpawner50 entities: - uid: 24331 @@ -134605,11 +136160,6 @@ entities: - type: Transform pos: -38.5,29.5 parent: 60 - - uid: 14861 - components: - - type: Transform - pos: -40.5,47.5 - parent: 60 - uid: 14872 components: - type: Transform @@ -134651,11 +136201,6 @@ entities: - type: Transform pos: -32.5,29.5 parent: 60 - - uid: 14966 - components: - - type: Transform - pos: -40.5,46.5 - parent: 60 - uid: 14971 components: - type: Transform @@ -135828,15 +137373,11 @@ entities: - type: Transform pos: -36.5,50.5 parent: 60 - - uid: 27404 - components: - - type: Transform - pos: -40.5,48.5 - parent: 60 - - uid: 27405 + - uid: 27406 components: - type: Transform - pos: -40.5,49.5 + rot: 1.5707963267948966 rad + pos: -40.5,46.5 parent: 60 - uid: 27426 components: @@ -135850,6 +137391,155 @@ entities: rot: -1.5707963267948966 rad pos: -24.5,-44.5 parent: 60 + - uid: 27455 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,50.5 + parent: 60 + - uid: 27456 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,50.5 + parent: 60 + - uid: 27457 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,52.5 + parent: 60 + - uid: 27458 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,53.5 + parent: 60 + - uid: 27459 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,54.5 + parent: 60 + - uid: 27460 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,54.5 + parent: 60 + - uid: 27461 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,53.5 + parent: 60 + - uid: 27462 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,52.5 + parent: 60 + - uid: 27486 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,66.5 + parent: 60 + - uid: 27487 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,60.5 + parent: 60 + - uid: 27488 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,66.5 + parent: 60 + - uid: 27490 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,60.5 + parent: 60 + - uid: 27503 + components: + - type: Transform + pos: -44.5,59.5 + parent: 60 + - uid: 27504 + components: + - type: Transform + pos: -47.5,59.5 + parent: 60 + - uid: 27505 + components: + - type: Transform + pos: -41.5,62.5 + parent: 60 + - uid: 27506 + components: + - type: Transform + pos: -41.5,63.5 + parent: 60 + - uid: 27507 + components: + - type: Transform + pos: -41.5,64.5 + parent: 60 + - uid: 27508 + components: + - type: Transform + pos: -43.5,66.5 + parent: 60 + - uid: 27509 + components: + - type: Transform + pos: -44.5,66.5 + parent: 60 + - uid: 27519 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,66.5 + parent: 60 + - uid: 27520 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,66.5 + parent: 60 + - uid: 27524 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,62.5 + parent: 60 + - uid: 27526 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,64.5 + parent: 60 + - uid: 27530 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,66.5 + parent: 60 + - uid: 27533 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,63.5 + parent: 60 + - uid: 27538 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,60.5 + parent: 60 - proto: RemoteSignaller entities: - uid: 3017 @@ -137738,6 +139428,20 @@ entities: 21758: - - Pressed - Toggle + - uid: 27778 + components: + - type: MetaData + desc: Burn baby burn! + name: igniter switch + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,49.5 + parent: 60 + - type: DeviceLinkSource + linkedPorts: + 27780: + - - Pressed + - Trigger - proto: SignalButtonDirectional entities: - uid: 1240 @@ -138626,6 +140330,18 @@ entities: rot: -1.5707963267948966 rad pos: -42.5,43.5 parent: 60 + - uid: 27716 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -40.5,50.5 + parent: 60 + - uid: 27717 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,58.5 + parent: 60 - proto: SignDangerMed entities: - uid: 8026 @@ -139399,6 +141115,20 @@ entities: - type: Transform pos: 31.5,-18.5 parent: 60 +- proto: SignExplosives + entities: + - uid: 27718 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -40.5,47.5 + parent: 60 + - uid: 27719 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -47.5,58.5 + parent: 60 - proto: SignFire entities: - uid: 10251 @@ -140181,6 +141911,13 @@ entities: - type: Transform pos: 42.5,-30.5 parent: 60 +- proto: SMESAdvanced + entities: + - uid: 27590 + components: + - type: Transform + pos: -44.5,61.5 + parent: 60 - proto: SMESBasic entities: - uid: 3207 @@ -142943,6 +144680,101 @@ entities: - type: Transform pos: 10.5,13.5 parent: 60 + - uid: 27725 + components: + - type: Transform + pos: 17.5,-28.5 + parent: 60 + - uid: 27726 + components: + - type: Transform + pos: 2.5,-46.5 + parent: 60 + - uid: 27727 + components: + - type: Transform + pos: 3.5,-66.5 + parent: 60 + - uid: 27728 + components: + - type: Transform + pos: -1.5,-63.5 + parent: 60 + - uid: 27729 + components: + - type: Transform + pos: 1.5,-61.5 + parent: 60 + - uid: 27730 + components: + - type: Transform + pos: 1.5,-54.5 + parent: 60 + - uid: 27731 + components: + - type: Transform + pos: 6.5,-21.5 + parent: 60 + - uid: 27732 + components: + - type: Transform + pos: 22.5,-18.5 + parent: 60 + - uid: 27733 + components: + - type: Transform + pos: -19.5,-20.5 + parent: 60 + - uid: 27734 + components: + - type: Transform + pos: -44.5,-23.5 + parent: 60 + - uid: 27735 + components: + - type: Transform + pos: -37.5,-5.5 + parent: 60 + - uid: 27736 + components: + - type: Transform + pos: -25.5,16.5 + parent: 60 + - uid: 27737 + components: + - type: Transform + pos: -46.5,24.5 + parent: 60 + - uid: 27738 + components: + - type: Transform + pos: -45.5,20.5 + parent: 60 + - uid: 27739 + components: + - type: Transform + pos: -34.5,25.5 + parent: 60 + - uid: 27740 + components: + - type: Transform + pos: -28.5,25.5 + parent: 60 + - uid: 27741 + components: + - type: Transform + pos: -15.5,8.5 + parent: 60 + - uid: 27742 + components: + - type: Transform + pos: 0.5,10.5 + parent: 60 + - uid: 27743 + components: + - type: Transform + pos: 39.5,9.5 + parent: 60 - proto: SpawnPointQuartermaster entities: - uid: 13101 @@ -143226,6 +145058,16 @@ entities: - type: Transform pos: 7.1747932,-44.323387 parent: 60 +- proto: SprayPainter + entities: + - uid: 27715 + components: + - type: Transform + pos: -48.117413,62.21871 + parent: 60 + - type: Physics + angularDamping: 0 + linearDamping: 0 - proto: Stairs entities: - uid: 23769 @@ -143458,6 +145300,24 @@ entities: rot: 3.141592653589793 rad pos: -28.5,18.5 parent: 60 + - uid: 15460 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.425446,-42.25804 + parent: 60 + - uid: 15461 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.454506,-42.365696 + parent: 60 + - uid: 17189 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.593422,-42.3011 + parent: 60 - uid: 19731 components: - type: Transform @@ -143652,6 +145512,31 @@ entities: - type: Transform pos: -59.5,36.5 parent: 60 + - uid: 27578 + components: + - type: Transform + pos: -28.5,40.5 + parent: 60 + - uid: 27720 + components: + - type: Transform + pos: -42.5,65.5 + parent: 60 + - uid: 27721 + components: + - type: Transform + pos: -42.5,64.5 + parent: 60 + - uid: 27722 + components: + - type: Transform + pos: -42.5,63.5 + parent: 60 + - uid: 27723 + components: + - type: Transform + pos: -42.5,62.5 + parent: 60 - proto: StrangePill entities: - uid: 26826 @@ -143879,6 +145764,11 @@ entities: - type: Transform pos: -26.5,-54.5 parent: 60 + - uid: 27588 + components: + - type: Transform + pos: -42.5,61.5 + parent: 60 - proto: SubstationMachineCircuitboard entities: - uid: 4577 @@ -149443,6 +151333,15 @@ entities: rot: 1.5707963267948966 rad pos: 8.5,-59.5 parent: 60 + - uid: 27516 + components: + - type: Transform + anchored: False + rot: 3.141592653589793 rad + pos: -48.5,59.5 + parent: 60 + - type: Physics + bodyType: Dynamic - proto: ThrusterFlatpack entities: - uid: 24801 @@ -153895,6 +155794,12 @@ entities: - type: Transform pos: 31.5,-14.5 parent: 60 + - uid: 4509 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,55.5 + parent: 60 - uid: 4523 components: - type: Transform @@ -156277,6 +158182,12 @@ entities: - type: Transform pos: 18.5,2.5 parent: 60 + - uid: 9077 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,50.5 + parent: 60 - uid: 9140 components: - type: Transform @@ -156613,6 +158524,18 @@ entities: - type: Transform pos: 52.5,19.5 parent: 60 + - uid: 11484 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,47.5 + parent: 60 + - uid: 11505 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,50.5 + parent: 60 - uid: 11525 components: - type: Transform @@ -157032,6 +158955,12 @@ entities: - type: Transform pos: 45.5,31.5 parent: 60 + - uid: 12875 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,48.5 + parent: 60 - uid: 12882 components: - type: Transform @@ -157892,11 +159821,23 @@ entities: - type: Transform pos: -45.5,43.5 parent: 60 + - uid: 14807 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,47.5 + parent: 60 - uid: 14810 components: - type: Transform pos: -47.5,39.5 parent: 60 + - uid: 14811 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,50.5 + parent: 60 - uid: 14812 components: - type: Transform @@ -157983,6 +159924,18 @@ entities: - type: Transform pos: -43.5,41.5 parent: 60 + - uid: 14861 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,49.5 + parent: 60 + - uid: 14863 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,47.5 + parent: 60 - uid: 14868 components: - type: Transform @@ -158038,11 +159991,23 @@ entities: - type: Transform pos: -42.5,39.5 parent: 60 + - uid: 14962 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,47.5 + parent: 60 - uid: 14965 components: - type: Transform pos: -42.5,35.5 parent: 60 + - uid: 14966 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,47.5 + parent: 60 - uid: 14967 components: - type: Transform @@ -158113,6 +160078,12 @@ entities: - type: Transform pos: -40.5,50.5 parent: 60 + - uid: 15039 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,47.5 + parent: 60 - uid: 15049 components: - type: Transform @@ -158174,6 +160145,12 @@ entities: rot: 1.5707963267948966 rad pos: -27.5,47.5 parent: 60 + - uid: 15071 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,55.5 + parent: 60 - uid: 15077 components: - type: Transform @@ -158225,6 +160202,11 @@ entities: rot: 1.5707963267948966 rad pos: -27.5,42.5 parent: 60 + - uid: 15093 + components: + - type: Transform + pos: -40.5,47.5 + parent: 60 - uid: 15095 components: - type: Transform @@ -161492,6 +163474,144 @@ entities: - type: Transform pos: 5.5,-17.5 parent: 60 + - uid: 27405 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,47.5 + parent: 60 + - uid: 27407 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,51.5 + parent: 60 + - uid: 27408 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,51.5 + parent: 60 + - uid: 27449 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,56.5 + parent: 60 + - uid: 27450 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,56.5 + parent: 60 + - uid: 27451 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,58.5 + parent: 60 + - uid: 27452 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,58.5 + parent: 60 + - uid: 27474 + components: + - type: Transform + pos: -47.5,60.5 + parent: 60 + - uid: 27475 + components: + - type: Transform + pos: -48.5,60.5 + parent: 60 + - uid: 27476 + components: + - type: Transform + pos: -44.5,60.5 + parent: 60 + - uid: 27477 + components: + - type: Transform + pos: -41.5,60.5 + parent: 60 + - uid: 27478 + components: + - type: Transform + pos: -42.5,66.5 + parent: 60 + - uid: 27479 + components: + - type: Transform + pos: -41.5,66.5 + parent: 60 + - uid: 27480 + components: + - type: Transform + pos: -41.5,61.5 + parent: 60 + - uid: 27483 + components: + - type: Transform + pos: -41.5,65.5 + parent: 60 + - uid: 27491 + components: + - type: Transform + pos: -49.5,66.5 + parent: 60 + - uid: 27493 + components: + - type: Transform + pos: -42.5,60.5 + parent: 60 + - uid: 27494 + components: + - type: Transform + pos: -43.5,60.5 + parent: 60 + - uid: 27511 + components: + - type: Transform + pos: -49.5,60.5 + parent: 60 + - uid: 27522 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,61.5 + parent: 60 + - uid: 27523 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,65.5 + parent: 60 + - uid: 27525 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,66.5 + parent: 60 + - uid: 27527 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,60.5 + parent: 60 + - uid: 27528 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,60.5 + parent: 60 + - uid: 27535 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,66.5 + parent: 60 - proto: WallShuttle entities: - uid: 23861 @@ -173857,6 +175977,14 @@ entities: - type: Transform pos: -106.46888,24.496986 parent: 60 + - uid: 27517 + components: + - type: Transform + pos: -49.999428,59.66591 + parent: 60 + - type: Physics + angularDamping: 0 + linearDamping: 0 - proto: XylophoneInstrument entities: - uid: 7242 From 8a150c4e037e09f6ad8b68784b82580fa2015840 Mon Sep 17 00:00:00 2001 From: Huhm-1 Date: Thu, 26 Jun 2025 20:38:33 -0400 Subject: [PATCH 034/182] Box Update (#952) --- Resources/Maps/_Funkystation/box.yml | 4553 ++++++++++++++++++++------ 1 file changed, 3603 insertions(+), 950 deletions(-) diff --git a/Resources/Maps/_Funkystation/box.yml b/Resources/Maps/_Funkystation/box.yml index 1f320d12a03..94e5d7ae148 100644 --- a/Resources/Maps/_Funkystation/box.yml +++ b/Resources/Maps/_Funkystation/box.yml @@ -4,8 +4,8 @@ meta: engineVersion: 255.0.0 forkId: "" forkVersion: "" - time: 05/16/2025 00:50:26 - entityCount: 28423 + time: 06/21/2025 12:16:34 + entityCount: 28877 maps: - 11906 grids: @@ -127,7 +127,7 @@ entities: version: 6 -2,-3: ind: -2,-3 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAWQAAAAABeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAAAWQAAAAABWQAAAAACWQAAAAABWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAWQAAAAADWQAAAAABWQAAAAABWQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAADWQAAAAABWQAAAAADWQAAAAAAWQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAADWQAAAAADWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAACWQAAAAABWQAAAAABWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAABWQAAAAADWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAaAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAaAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAWQAAAAABeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAAAWQAAAAABWQAAAAACWQAAAAABWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAWQAAAAADWQAAAAABWQAAAAABWQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAWQAAAAABWQAAAAADWQAAAAABWQAAAAADWQAAAAAAWQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAADWQAAAAADWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAACWQAAAAABWQAAAAABWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAABWQAAAAADWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA version: 6 -1,-3: ind: -1,-3 @@ -271,7 +271,7 @@ entities: version: 6 -3,-3: ind: -3,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA version: 6 -2,-4: ind: -2,-4 @@ -351,19 +351,19 @@ entities: version: 6 3,-5: ind: 3,-5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAJeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAABgAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAADgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAABgAAAAAAeQAAAAAABAAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAADgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAABAAAAAAAeQAAAAAABgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAADgAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAJeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAABgAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAADgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAABgAAAAAAeQAAAAAABAAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAADgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAABAAAAAAAeQAAAAAABgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAADgAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA version: 6 2,-5: ind: 2,-5 - tiles: eQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAPgAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAPgAAAAAAeQAAAAAAPgAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAdgAAAAABeQAAAAAAeQAAAAAAeQAAAAAA + tiles: eQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAPgAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAPgAAAAAAeQAAAAAAPgAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAdgAAAAABeQAAAAAAeQAAAAAAeQAAAAAA version: 6 1,-5: ind: 1,-5 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAA + tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAA version: 6 1,-4: ind: 1,-4 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAA + tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAA version: 6 -1,-5: ind: -1,-5 @@ -387,19 +387,19 @@ entities: version: 6 0,-6: ind: 0,-6 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAaAAAAAAAaAAAAAAABAAAAAAABAAAAAAABAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAaAAAAAAAaAAAAAAABAAAAAAABAAAAAAABAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA version: 6 -1,-6: ind: -1,-6 - tiles: AAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: AAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA version: 6 1,-6: ind: 1,-6 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAEQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAABHQAAAAAAeQAAAAAAHQAAAAABHQAAAAABHQAAAAABeQAAAAAAHQAAAAADeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAABHQAAAAAAeQAAAAAAHQAAAAABHQAAAAACHQAAAAABeQAAAAAAHQAAAAABeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAADHQAAAAADHQAAAAADHQAAAAACHQAAAAACHQAAAAACAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAABHQAAAAADeQAAAAAAHQAAAAABHQAAAAABHQAAAAAAeQAAAAAAHQAAAAACAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAACHQAAAAABeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAADHQAAAAADHQAAAAADHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAHQAAAAACPgAAAAAAPgAAAAAAPgAAAAAAHQAAAAADHQAAAAABBAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAHQAAAAABHQAAAAADBAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAEQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAABHQAAAAAAeQAAAAAAHQAAAAABHQAAAAABHQAAAAABeQAAAAAAHQAAAAADeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAABHQAAAAAAeQAAAAAAHQAAAAABHQAAAAACHQAAAAABeQAAAAAAHQAAAAABeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAADHQAAAAADHQAAAAADHQAAAAACHQAAAAACHQAAAAACAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAABHQAAAAADeQAAAAAAHQAAAAABHQAAAAABHQAAAAAAeQAAAAAAHQAAAAACAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAACHQAAAAABeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAADHQAAAAADHQAAAAADHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAHQAAAAACPgAAAAAAPgAAAAAAPgAAAAAAHQAAAAADHQAAAAABBAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAHQAAAAABHQAAAAADBAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA version: 6 2,-6: ind: 2,-6 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAACHQAAAAADeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAACHQAAAAABeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAACHQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: eQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAACHQAAAAADeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAACHQAAAAABeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAACHQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAA version: 6 2,-7: ind: 2,-7 @@ -429,10 +429,6 @@ entities: ind: -4,-5 tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAA version: 6 - -4,-3: - ind: -4,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 -4,2: ind: -4,2 tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA @@ -479,7 +475,7 @@ entities: version: 6 3,-6: ind: 3,-6 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAA version: 6 -6,-1: ind: -6,-1 @@ -780,6 +776,15 @@ entities: id: Box decals: 3546: -7,32 + 3726: 40,-82 + 3727: 41,-82 + 3728: 42,-82 + 3729: 42,-83 + 3730: 41,-83 + 3731: 40,-83 + 3732: 40,-84 + 3733: 41,-84 + 3734: 42,-84 - node: color: '#FFFFFFFF' id: BoxGreyscale @@ -1735,6 +1740,12 @@ entities: 1680: 66,-22 2436: 31,-34 2615: 9,-74 + - node: + angle: 1.5707963267948966 rad + color: '#FFFFFFFF' + id: Caution + decals: + 3741: -44,-45 - node: color: '#3B393B85' id: CheckerNESW @@ -2214,6 +2225,19 @@ entities: 3636: 59,-44 3637: 60,-44 3641: 58,-51 + 3735: 26,-74 + 3736: 26,-75 + 3737: 26,-76 + 3738: 27,-61 + 3739: 27,-62 + 3740: 22,-41 + - node: + angle: 1.5707963267948966 rad + color: '#FFFFFFFF' + id: Delivery + decals: + 3742: -44,-44 + 3743: -44,-46 - node: cleanable: True color: '#474F52FF' @@ -2377,6 +2401,8 @@ entities: 3704: -68,24 3711: -56,23 3715: 30,27 + 3774: -43,-44 + 3782: -43,-47 - node: color: '#FFFFFFFF' id: DirtHeavyMonotile @@ -2395,6 +2421,7 @@ entities: 2911: 3,-66 3594: 51,-56 3595: 51,-48 + 3775: -44,-45 - node: cleanable: True color: '#474F52FF' @@ -2676,6 +2703,10 @@ entities: 3723: 29,29 3724: 31,28 3725: 31,25 + 3776: -43,-43 + 3777: -42,-44 + 3778: -42,-45 + 3781: -42,-42 - node: cleanable: True zIndex: 1 @@ -2780,6 +2811,8 @@ entities: 3717: 29,28 3718: 31,27 3719: 31,26 + 3779: -41,-43 + 3780: -43,-42 - node: color: '#FFFFFFFF' id: Flowersbr3 @@ -3046,6 +3079,11 @@ entities: 2972: 21,-35 2973: 18,-35 2974: 19,-35 + - node: + color: '#6C498FFF' + id: HalfTileOverlayGreyscale + decals: + 3757: -43,-41 - node: color: '#9D9D97FF' id: HalfTileOverlayGreyscale @@ -3078,6 +3116,12 @@ entities: 2320: 69,-18 3169: -32,-29 3170: -33,-29 + - node: + color: '#AE5C124A' + id: HalfTileOverlayGreyscale + decals: + 3760: -42,-41 + 3761: -44,-41 - node: color: '#D381C996' id: HalfTileOverlayGreyscale @@ -3197,6 +3241,12 @@ entities: 2417: 34,-37 2418: 35,-37 2419: 36,-37 + - node: + color: '#6C498FFF' + id: HalfTileOverlayGreyscale180 + decals: + 3754: -42,-47 + 3755: -44,-47 - node: color: '#9D9D97FF' id: HalfTileOverlayGreyscale180 @@ -3224,6 +3274,12 @@ entities: decals: 3171: -33,-32 3172: -32,-32 + - node: + color: '#AE5C123E' + id: HalfTileOverlayGreyscale180 + decals: + 3764: -41,-47 + 3765: -43,-47 - node: color: '#D381C996' id: HalfTileOverlayGreyscale180 @@ -3338,6 +3394,11 @@ entities: 3063: 39,-49 3064: 39,-47 3065: 39,-46 + - node: + color: '#6C498FFF' + id: HalfTileOverlayGreyscale270 + decals: + 3756: -44,-42 - node: color: '#9FED5896' id: HalfTileOverlayGreyscale270 @@ -3368,6 +3429,11 @@ entities: 444: -42,-26 445: -42,-27 3163: -34,-30 + - node: + color: '#AE5C124A' + id: HalfTileOverlayGreyscale270 + decals: + 3762: -44,-41 - node: color: '#D381C996' id: HalfTileOverlayGreyscale270 @@ -3451,6 +3517,12 @@ entities: 1539: 50,-28 2423: 37,-36 2424: 36,-34 + - node: + color: '#6C498FFF' + id: HalfTileOverlayGreyscale90 + decals: + 3752: -41,-44 + 3753: -41,-46 - node: color: '#9FED5896' id: HalfTileOverlayGreyscale90 @@ -3480,6 +3552,16 @@ entities: 3196: -36,-26 3197: -36,-25 3198: -36,-24 + - node: + color: '#AE5C123E' + id: HalfTileOverlayGreyscale90 + decals: + 3763: -41,-47 + - node: + color: '#AE5C124A' + id: HalfTileOverlayGreyscale90 + decals: + 3758: -41,-45 - node: color: '#D381C996' id: HalfTileOverlayGreyscale90 @@ -4790,11 +4872,6 @@ entities: id: SpaceStationSign7 decals: 1087: 2,-2 - - node: - color: '#FFFFFFFF' - id: StandClear - decals: - 2394: -32,-38 - node: color: '#334E6D5A' id: ThreeQuarterTileOverlayGreyscale @@ -5070,7 +5147,6 @@ entities: 73: -43,-49 74: -43,-50 75: -43,-51 - 76: -31,-38 77: -62,-22 78: -69,-16 79: -76,-16 @@ -5554,6 +5630,13 @@ entities: 3567: -11,34 3568: -11,35 3569: -11,36 + 3744: -44,-43 + 3745: -44,-44 + 3746: -44,-45 + 3747: -44,-46 + 3748: -44,-47 + 3749: -44,-42 + 3750: -44,-41 - node: color: '#FFFFFFFF' id: WarnLineW @@ -6286,11 +6369,12 @@ entities: 1: 43520 -9,-11: 0: 13 + 1: 13056 -8,-10: - 0: 57296 + 0: 53184 -9,-10: - 0: 35968 - 1: 13104 + 0: 2048 + 1: 30579 -7,-12: 0: 65327 -7,-11: @@ -7319,35 +7403,27 @@ entities: -10,-6: 0: 65535 -12,-12: - 1: 3840 - -13,-12: - 1: 3840 + 0: 34816 -11,-12: - 1: 36736 - -11,-10: - 1: 61160 + 0: 65520 + -12,-11: + 0: 8 + -11,-11: + 0: 65535 -11,-13: 0: 19520 1: 1 - -11,-11: - 1: 34952 - -10,-10: - 1: 65528 - -11,-9: - 1: 2184 + -10,-11: + 0: 28718 + 1: 34816 -10,-13: 0: 57296 -10,-12: 0: 61152 - -10,-11: - 0: 14 - 1: 34816 - -10,-9: - 1: 2184 + -10,-10: + 1: 34952 -9,-13: 0: 65535 - -9,-9: - 1: 2176 -8,-16: 0: 61713 -8,-17: @@ -7455,7 +7531,7 @@ entities: 3,-14: 0: 65535 3,-17: - 0: 30576 + 3: 30576 4,-16: 0: 65319 4,-15: @@ -7961,10 +8037,6 @@ entities: 1: 8739 22,-21: 1: 8995 - 12,-20: - 1: 12288 - 11,-20: - 1: 61440 12,-19: 1: 12002 11,-19: @@ -7981,7 +8053,7 @@ entities: 13,-20: 1: 4401 13,-21: - 1: 4369 + 1: 4368 14,-20: 0: 16 14,-19: @@ -7997,37 +8069,50 @@ entities: 15,-21: 1: 43694 8,-20: - 0: 3 - 1: 68 + 0: 8755 + 1: 53248 7,-20: - 0: 63 - 1: 28672 + 0: 255 + 1: 61440 8,-19: - 1: 65535 + 1: 255 + 0: 61440 7,-19: - 1: 65535 + 1: 30669 + 0: 50 8,-18: - 1: 15 - 0: 35840 - 7,-18: - 1: 8751 + 0: 40223 8,-21: - 1: 16632 + 0: 8928 + 1: 280 + 9,-20: + 1: 65297 + 0: 12 9,-19: - 1: 6033 + 1: 247 + 0: 61448 9,-18: - 1: 1 - 0: 62912 - 9,-20: - 1: 34944 + 0: 62913 + 9,-21: + 1: 39305 + 0: 17492 10,-20: - 1: 45056 - 0: 16384 + 0: 8751 + 1: 56576 10,-19: - 0: 65024 - 1: 5 + 0: 64515 + 1: 20 10,-18: 0: 63743 + 10,-21: + 1: 55432 + 0: 10103 + 11,-20: + 0: 1 + 1: 65484 + 11,-21: + 0: 4369 + 1: 52428 4,-20: 0: 65535 4,-21: @@ -8050,30 +8135,34 @@ entities: 5,-19: 0: 65535 5,-18: - 0: 61455 + 0: 28927 5,-17: - 0: 30576 + 3: 30576 5,-21: 0: 65280 1: 15 6,-20: 0: 29627 6,-19: - 0: 30583 + 0: 30711 6,-18: - 0: 21575 + 0: 29303 + 6,-17: + 0: 30583 6,-21: 0: 47880 - 6,-17: - 0: 17476 6,-16: - 0: 65348 + 0: 65319 + 7,-18: + 1: 18295 + 0: 12288 7,-17: - 1: 29766 + 1: 30583 7,-21: - 0: 13203 + 0: 13075 + 1: 2176 7,-16: - 1: 8739 + 1: 26215 0: 4352 5,-16: 0: 65392 @@ -8088,7 +8177,7 @@ entities: 1: 4369 3: 49344 7,-15: - 1: 17522 + 1: 17526 3: 4096 7,-14: 3: 4112 @@ -8263,10 +8352,10 @@ entities: 0: 62208 1: 136 1,-23: - 1: 112 + 1: 16496 0: 34956 1,-22: - 1: 112 + 1: 17524 0: 34952 1,-25: 1: 36736 @@ -8322,9 +8411,9 @@ entities: 1: 136 -2,-23: 0: 1 - 1: 35064 + 1: 39160 -2,-22: - 1: 35064 + 1: 39417 -2,-25: 1: 36744 -1,-25: @@ -8367,14 +8456,23 @@ entities: 8,-25: 0: 12561 1: 35012 - 9,-21: - 1: 15 - 10,-21: - 1: 15 - 11,-21: - 1: 15 - 12,-21: - 1: 15 + 9,-24: + 1: 4096 + 9,-23: + 1: 61441 + 9,-22: + 1: 37151 + 0: 19456 + 10,-23: + 1: 61440 + 10,-22: + 1: 61455 + 0: 3872 + 11,-23: + 1: 61440 + 11,-22: + 1: 52431 + 0: 4352 8,-29: 0: 4096 1: 34816 @@ -10342,6 +10440,28 @@ entities: - type: Transform pos: 4.5,-48.5 parent: 8364 + - uid: 22784 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-62.5 + parent: 8364 + - uid: 22825 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-69.5 + parent: 8364 + - uid: 28048 + components: + - type: Transform + pos: 41.5,-86.5 + parent: 8364 + - uid: 28613 + components: + - type: Transform + pos: 41.5,-78.5 + parent: 8364 - proto: AirlockAtmosphericsLocked entities: - uid: 3665 @@ -11117,26 +11237,22 @@ entities: - Close - proto: AirlockExternalGlassCargoLocked entities: - - uid: 7010 + - uid: 1557 components: - type: Transform - pos: -33.5,-37.5 + rot: 3.141592653589793 rad + pos: -37.5,-40.5 parent: 8364 - - type: DeviceLinkSource - linkedPorts: - 15002: - - - DoorStatus - - DoorBolt - - uid: 15002 + - type: DeviceLinkSink + invokeCounter: 1 + - uid: 14162 components: - type: Transform - pos: -30.5,-37.5 + rot: -1.5707963267948966 rad + pos: -32.5,-37.5 parent: 8364 - - type: DeviceLinkSource - linkedPorts: - 7010: - - - DoorStatus - - DoorBolt + - type: DeviceLinkSink + invokeCounter: 1 - uid: 18040 components: - type: Transform @@ -11149,6 +11265,12 @@ entities: parent: 8364 - proto: AirlockExternalGlassEngineeringLocked entities: + - uid: 9367 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-74.5 + parent: 8364 - uid: 14448 components: - type: Transform @@ -11169,12 +11291,6 @@ entities: 14448: - - DoorStatus - DoorBolt - - uid: 17059 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,-70.5 - parent: 8364 - proto: AirlockExternalGlassLocked entities: - uid: 508 @@ -11333,6 +11449,18 @@ entities: - type: Transform pos: -30.5,-75.5 parent: 8364 + - uid: 9369 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -44.5,-43.5 + parent: 8364 + - uid: 14728 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -44.5,-45.5 + parent: 8364 - uid: 18302 components: - type: Transform @@ -11345,6 +11473,12 @@ entities: rot: -1.5707963267948966 rad pos: -44.5,-30.5 parent: 8364 + - uid: 22558 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -44.5,-44.5 + parent: 8364 - proto: AirlockExternalLocked entities: - uid: 610 @@ -11384,6 +11518,32 @@ entities: - type: Transform pos: 30.5,-79.5 parent: 8364 + - type: DeviceLinkSink + invokeCounter: 2 + - type: DeviceLinkSource + linkedPorts: + 9710: + - - DoorStatus + - DoorBolt + 22838: + - - DoorStatus + - DoorBolt + - uid: 9710 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,-79.5 + parent: 8364 + - type: DeviceLinkSink + invokeCounter: 2 + - type: DeviceLinkSource + linkedPorts: + 6600: + - - DoorStatus + - DoorBolt + 22788: + - - DoorStatus + - DoorBolt - uid: 11651 components: - type: Transform @@ -11464,11 +11624,38 @@ entities: 5626: - - DoorStatus - DoorBolt - - uid: 27848 + - uid: 22788 components: - type: Transform - pos: 33.5,-79.5 + rot: 1.5707963267948966 rad + pos: 30.5,-78.5 parent: 8364 + - type: DeviceLinkSink + invokeCounter: 3 + - type: DeviceLinkSource + linkedPorts: + 9710: + - - DoorStatus + - DoorBolt + 22838: + - - DoorStatus + - DoorBolt + - uid: 22838 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,-78.5 + parent: 8364 + - type: DeviceLinkSink + invokeCounter: 2 + - type: DeviceLinkSource + linkedPorts: + 22788: + - - DoorStatus + - DoorBolt + 6600: + - - DoorStatus + - DoorBolt - proto: AirlockExternalShuttleLocked entities: - uid: 593 @@ -11579,7 +11766,7 @@ entities: pos: 24.5,16.5 parent: 8364 - type: Door - secondsUntilStateChange: -49190.203 + secondsUntilStateChange: -54645.203 state: Opening - type: DeviceLinkSource lastSignals: @@ -14560,6 +14747,12 @@ entities: rot: -1.5707963267948966 rad pos: 2.5,-76.5 parent: 8364 + - uid: 28763 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,-42.5 + parent: 8364 - proto: APCElectronics entities: - uid: 14440 @@ -14875,17 +15068,35 @@ entities: rot: 1.5707963267948966 rad pos: 28.5,-61.5 parent: 8364 + - uid: 3813 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,-40.5 + parent: 8364 - uid: 4840 components: - type: Transform rot: 1.5707963267948966 rad pos: 12.5,-83.5 parent: 8364 + - uid: 7149 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -44.5,-45.5 + parent: 8364 - uid: 7209 components: - type: Transform pos: 36.5,-3.5 parent: 8364 + - uid: 9368 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -44.5,-43.5 + parent: 8364 - uid: 9934 components: - type: Transform @@ -14922,6 +15133,18 @@ entities: rot: -1.5707963267948966 rad pos: -67.5,-9.5 parent: 8364 + - uid: 14163 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-74.5 + parent: 8364 + - uid: 15005 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -44.5,-44.5 + parent: 8364 - uid: 18039 components: - type: Transform @@ -14968,6 +15191,30 @@ entities: rot: 1.5707963267948966 rad pos: 28.5,-60.5 parent: 8364 + - uid: 28754 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,-37.5 + parent: 8364 + - uid: 28799 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -44.5,-43.5 + parent: 8364 + - uid: 28804 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -44.5,-44.5 + parent: 8364 + - uid: 28805 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -44.5,-45.5 + parent: 8364 - proto: AtmosDeviceFanTiny entities: - uid: 3649 @@ -14984,6 +15231,11 @@ entities: parent: 8364 - proto: AtmosFixBlockerMarker entities: + - uid: 1554 + components: + - type: Transform + pos: 13.5,-66.5 + parent: 8364 - uid: 4116 components: - type: Transform @@ -15004,11 +15256,56 @@ entities: - type: Transform pos: 26.5,-42.5 parent: 8364 + - uid: 9119 + components: + - type: Transform + pos: 12.5,-65.5 + parent: 8364 + - uid: 9135 + components: + - type: Transform + pos: 13.5,-64.5 + parent: 8364 + - uid: 9166 + components: + - type: Transform + pos: 21.5,-66.5 + parent: 8364 + - uid: 9167 + components: + - type: Transform + pos: 22.5,-66.5 + parent: 8364 + - uid: 9190 + components: + - type: Transform + pos: 21.5,-64.5 + parent: 8364 + - uid: 9371 + components: + - type: Transform + pos: 20.5,-64.5 + parent: 8364 - uid: 13474 components: - type: Transform pos: 27.5,-52.5 parent: 8364 + - uid: 13475 + components: + - type: Transform + pos: 22.5,-65.5 + parent: 8364 + - uid: 14159 + components: + - type: Transform + pos: 21.5,-65.5 + parent: 8364 + - uid: 15004 + components: + - type: Transform + pos: 13.5,-65.5 + parent: 8364 - uid: 15467 components: - type: Transform @@ -15104,6 +15401,46 @@ entities: - type: Transform pos: 28.5,-46.5 parent: 8364 + - uid: 17178 + components: + - type: Transform + pos: 14.5,-64.5 + parent: 8364 + - uid: 17179 + components: + - type: Transform + pos: 22.5,-64.5 + parent: 8364 + - uid: 17285 + components: + - type: Transform + pos: 20.5,-65.5 + parent: 8364 + - uid: 17286 + components: + - type: Transform + pos: 20.5,-66.5 + parent: 8364 + - uid: 17339 + components: + - type: Transform + pos: 12.5,-64.5 + parent: 8364 + - uid: 22797 + components: + - type: Transform + pos: 14.5,-66.5 + parent: 8364 + - uid: 22799 + components: + - type: Transform + pos: 14.5,-65.5 + parent: 8364 + - uid: 22811 + components: + - type: Transform + pos: 12.5,-66.5 + parent: 8364 - proto: AtmosFixFreezerMarker entities: - uid: 2846 @@ -16410,13 +16747,6 @@ entities: parent: 8364 - type: SpamEmitSound enabled: False - - uid: 17027 - components: - - type: Transform - pos: 7.5,-51.5 - parent: 8364 - - type: SpamEmitSound - enabled: False - uid: 26420 components: - type: Transform @@ -16517,6 +16847,11 @@ entities: - type: Transform pos: 34.5,-11.5 parent: 8364 + - uid: 28874 + components: + - type: Transform + pos: 16.5,-46.5 + parent: 8364 - proto: BodyBagFolded entities: - uid: 27686 @@ -17878,11 +18213,6 @@ entities: - type: Transform pos: 21.5,-15.5 parent: 8364 - - uid: 2935 - components: - - type: Transform - pos: -35.5,-37.5 - parent: 8364 - uid: 3004 components: - type: Transform @@ -17963,16 +18293,6 @@ entities: - type: Transform pos: 21.5,-16.5 parent: 8364 - - uid: 3021 - components: - - type: Transform - pos: -36.5,-37.5 - parent: 8364 - - uid: 3022 - components: - - type: Transform - pos: -34.5,-37.5 - parent: 8364 - uid: 3023 components: - type: Transform @@ -17988,6 +18308,16 @@ entities: - type: Transform pos: 35.5,-61.5 parent: 8364 + - uid: 3038 + components: + - type: Transform + pos: -30.5,-36.5 + parent: 8364 + - uid: 3040 + components: + - type: Transform + pos: -31.5,-36.5 + parent: 8364 - uid: 3063 components: - type: Transform @@ -18028,15 +18358,15 @@ entities: - type: Transform pos: 60.5,-65.5 parent: 8364 - - uid: 3106 + - uid: 3103 components: - type: Transform - pos: 43.5,-74.5 + pos: -30.5,-38.5 parent: 8364 - - uid: 3133 + - uid: 3106 components: - type: Transform - pos: 42.5,-74.5 + pos: 43.5,-74.5 parent: 8364 - uid: 3139 components: @@ -18233,6 +18563,11 @@ entities: - type: Transform pos: 19.5,-75.5 parent: 8364 + - uid: 3833 + components: + - type: Transform + pos: -40.5,-45.5 + parent: 8364 - uid: 3839 components: - type: Transform @@ -18438,6 +18773,11 @@ entities: - type: Transform pos: 20.5,-68.5 parent: 8364 + - uid: 4486 + components: + - type: Transform + pos: -32.5,-36.5 + parent: 8364 - uid: 4512 components: - type: Transform @@ -18748,6 +19088,11 @@ entities: - type: Transform pos: -5.5,44.5 parent: 8364 + - uid: 5181 + components: + - type: Transform + pos: -44.5,-42.5 + parent: 8364 - uid: 5215 components: - type: Transform @@ -19748,11 +20093,6 @@ entities: - type: Transform pos: 27.5,23.5 parent: 8364 - - uid: 7009 - components: - - type: Transform - pos: -33.5,-36.5 - parent: 8364 - uid: 7015 components: - type: Transform @@ -19788,11 +20128,6 @@ entities: - type: Transform pos: 22.5,-9.5 parent: 8364 - - uid: 7030 - components: - - type: Transform - pos: -33.5,-37.5 - parent: 8364 - uid: 7033 components: - type: Transform @@ -19813,6 +20148,11 @@ entities: - type: Transform pos: 31.5,2.5 parent: 8364 + - uid: 7047 + components: + - type: Transform + pos: -31.5,-38.5 + parent: 8364 - uid: 7054 components: - type: Transform @@ -21143,6 +21483,11 @@ entities: - type: Transform pos: 3.5,31.5 parent: 8364 + - uid: 9370 + components: + - type: Transform + pos: 25.5,-69.5 + parent: 8364 - uid: 9422 components: - type: Transform @@ -28798,31 +29143,6 @@ entities: - type: Transform pos: 19.5,-15.5 parent: 8364 - - uid: 14159 - components: - - type: Transform - pos: -39.5,-37.5 - parent: 8364 - - uid: 14160 - components: - - type: Transform - pos: -38.5,-37.5 - parent: 8364 - - uid: 14163 - components: - - type: Transform - pos: -40.5,-37.5 - parent: 8364 - - uid: 14164 - components: - - type: Transform - pos: -41.5,-37.5 - parent: 8364 - - uid: 14166 - components: - - type: Transform - pos: -37.5,-37.5 - parent: 8364 - uid: 14175 components: - type: Transform @@ -29413,51 +29733,16 @@ entities: - type: Transform pos: -29.5,-37.5 parent: 8364 - - uid: 14720 - components: - - type: Transform - pos: -30.5,-37.5 - parent: 8364 - - uid: 14721 - components: - - type: Transform - pos: -31.5,-37.5 - parent: 8364 - uid: 14722 components: - type: Transform - pos: -32.5,-37.5 - parent: 8364 - - uid: 14725 - components: - - type: Transform - pos: -33.5,-35.5 - parent: 8364 - - uid: 14726 - components: - - type: Transform - pos: -32.5,-35.5 + pos: -32.5,-38.5 parent: 8364 - uid: 14727 components: - type: Transform pos: 17.5,-62.5 parent: 8364 - - uid: 14728 - components: - - type: Transform - pos: -33.5,-39.5 - parent: 8364 - - uid: 14729 - components: - - type: Transform - pos: -32.5,-39.5 - parent: 8364 - - uid: 14730 - components: - - type: Transform - pos: -31.5,-39.5 - parent: 8364 - uid: 14731 components: - type: Transform @@ -30918,11 +31203,6 @@ entities: - type: Transform pos: -37.5,-42.5 parent: 8364 - - uid: 15265 - components: - - type: Transform - pos: -37.5,-45.5 - parent: 8364 - uid: 15266 components: - type: Transform @@ -31148,11 +31428,6 @@ entities: - type: Transform pos: 18.5,-55.5 parent: 8364 - - uid: 15503 - components: - - type: Transform - pos: -33.5,-38.5 - parent: 8364 - uid: 15504 components: - type: Transform @@ -32868,6 +33143,11 @@ entities: - type: Transform pos: -7.5,-67.5 parent: 8364 + - uid: 17284 + components: + - type: Transform + pos: 24.5,-69.5 + parent: 8364 - uid: 17287 components: - type: Transform @@ -35648,6 +35928,11 @@ entities: - type: Transform pos: -10.5,-74.5 parent: 8364 + - uid: 18987 + components: + - type: Transform + pos: -37.5,-39.5 + parent: 8364 - uid: 19043 components: - type: Transform @@ -38608,6 +38893,11 @@ entities: - type: Transform pos: 9.5,-34.5 parent: 8364 + - uid: 21793 + components: + - type: Transform + pos: -38.5,-39.5 + parent: 8364 - uid: 21801 components: - type: Transform @@ -38733,6 +39023,11 @@ entities: - type: Transform pos: 14.5,-82.5 parent: 8364 + - uid: 22772 + components: + - type: Transform + pos: -32.5,-37.5 + parent: 8364 - uid: 22818 components: - type: Transform @@ -40743,6 +41038,396 @@ entities: - type: Transform pos: 60.5,-58.5 parent: 8364 + - uid: 28572 + components: + - type: Transform + pos: 41.5,-75.5 + parent: 8364 + - uid: 28614 + components: + - type: Transform + pos: 27.5,-68.5 + parent: 8364 + - uid: 28615 + components: + - type: Transform + pos: 28.5,-68.5 + parent: 8364 + - uid: 28616 + components: + - type: Transform + pos: 29.5,-68.5 + parent: 8364 + - uid: 28617 + components: + - type: Transform + pos: 29.5,-69.5 + parent: 8364 + - uid: 28618 + components: + - type: Transform + pos: 29.5,-70.5 + parent: 8364 + - uid: 28619 + components: + - type: Transform + pos: 29.5,-71.5 + parent: 8364 + - uid: 28620 + components: + - type: Transform + pos: 29.5,-72.5 + parent: 8364 + - uid: 28621 + components: + - type: Transform + pos: 29.5,-73.5 + parent: 8364 + - uid: 28622 + components: + - type: Transform + pos: 29.5,-74.5 + parent: 8364 + - uid: 28623 + components: + - type: Transform + pos: 28.5,-74.5 + parent: 8364 + - uid: 28624 + components: + - type: Transform + pos: 27.5,-74.5 + parent: 8364 + - uid: 28625 + components: + - type: Transform + pos: 26.5,-74.5 + parent: 8364 + - uid: 28626 + components: + - type: Transform + pos: 29.5,-75.5 + parent: 8364 + - uid: 28627 + components: + - type: Transform + pos: 30.5,-75.5 + parent: 8364 + - uid: 28628 + components: + - type: Transform + pos: 40.5,-75.5 + parent: 8364 + - uid: 28629 + components: + - type: Transform + pos: 39.5,-75.5 + parent: 8364 + - uid: 28630 + components: + - type: Transform + pos: 32.5,-75.5 + parent: 8364 + - uid: 28631 + components: + - type: Transform + pos: 33.5,-75.5 + parent: 8364 + - uid: 28632 + components: + - type: Transform + pos: 34.5,-75.5 + parent: 8364 + - uid: 28633 + components: + - type: Transform + pos: 34.5,-75.5 + parent: 8364 + - uid: 28634 + components: + - type: Transform + pos: 35.5,-75.5 + parent: 8364 + - uid: 28635 + components: + - type: Transform + pos: 36.5,-75.5 + parent: 8364 + - uid: 28636 + components: + - type: Transform + pos: 37.5,-75.5 + parent: 8364 + - uid: 28637 + components: + - type: Transform + pos: 38.5,-75.5 + parent: 8364 + - uid: 28639 + components: + - type: Transform + pos: 31.5,-75.5 + parent: 8364 + - uid: 28640 + components: + - type: Transform + pos: 32.5,-75.5 + parent: 8364 + - uid: 28641 + components: + - type: Transform + pos: 41.5,-76.5 + parent: 8364 + - uid: 28642 + components: + - type: Transform + pos: 41.5,-77.5 + parent: 8364 + - uid: 28643 + components: + - type: Transform + pos: 41.5,-78.5 + parent: 8364 + - uid: 28644 + components: + - type: Transform + pos: 41.5,-79.5 + parent: 8364 + - uid: 28645 + components: + - type: Transform + pos: 41.5,-80.5 + parent: 8364 + - uid: 28646 + components: + - type: Transform + pos: 41.5,-81.5 + parent: 8364 + - uid: 28647 + components: + - type: Transform + pos: 41.5,-82.5 + parent: 8364 + - uid: 28648 + components: + - type: Transform + pos: 41.5,-83.5 + parent: 8364 + - uid: 28649 + components: + - type: Transform + pos: 41.5,-84.5 + parent: 8364 + - uid: 28650 + components: + - type: Transform + pos: 41.5,-85.5 + parent: 8364 + - uid: 28651 + components: + - type: Transform + pos: 41.5,-86.5 + parent: 8364 + - uid: 28678 + components: + - type: Transform + pos: 40.5,-79.5 + parent: 8364 + - uid: 28679 + components: + - type: Transform + pos: 39.5,-79.5 + parent: 8364 + - uid: 28680 + components: + - type: Transform + pos: 38.5,-79.5 + parent: 8364 + - uid: 28681 + components: + - type: Transform + pos: 38.5,-80.5 + parent: 8364 + - uid: 28682 + components: + - type: Transform + pos: 38.5,-81.5 + parent: 8364 + - uid: 28683 + components: + - type: Transform + pos: 38.5,-82.5 + parent: 8364 + - uid: 28684 + components: + - type: Transform + pos: 38.5,-83.5 + parent: 8364 + - uid: 28685 + components: + - type: Transform + pos: 38.5,-84.5 + parent: 8364 + - uid: 28686 + components: + - type: Transform + pos: 38.5,-85.5 + parent: 8364 + - uid: 28687 + components: + - type: Transform + pos: 39.5,-85.5 + parent: 8364 + - uid: 28688 + components: + - type: Transform + pos: 40.5,-85.5 + parent: 8364 + - uid: 28689 + components: + - type: Transform + pos: 42.5,-85.5 + parent: 8364 + - uid: 28690 + components: + - type: Transform + pos: 43.5,-85.5 + parent: 8364 + - uid: 28691 + components: + - type: Transform + pos: 44.5,-85.5 + parent: 8364 + - uid: 28692 + components: + - type: Transform + pos: 44.5,-84.5 + parent: 8364 + - uid: 28693 + components: + - type: Transform + pos: 44.5,-83.5 + parent: 8364 + - uid: 28694 + components: + - type: Transform + pos: 44.5,-82.5 + parent: 8364 + - uid: 28695 + components: + - type: Transform + pos: 44.5,-81.5 + parent: 8364 + - uid: 28696 + components: + - type: Transform + pos: 44.5,-80.5 + parent: 8364 + - uid: 28697 + components: + - type: Transform + pos: 44.5,-79.5 + parent: 8364 + - uid: 28698 + components: + - type: Transform + pos: 43.5,-79.5 + parent: 8364 + - uid: 28699 + components: + - type: Transform + pos: 42.5,-79.5 + parent: 8364 + - uid: 28762 + components: + - type: Transform + pos: -37.5,-40.5 + parent: 8364 + - uid: 28764 + components: + - type: Transform + pos: -39.5,-40.5 + parent: 8364 + - uid: 28765 + components: + - type: Transform + pos: -43.5,-42.5 + parent: 8364 + - uid: 28766 + components: + - type: Transform + pos: -40.5,-40.5 + parent: 8364 + - uid: 28767 + components: + - type: Transform + pos: -41.5,-40.5 + parent: 8364 + - uid: 28768 + components: + - type: Transform + pos: -42.5,-40.5 + parent: 8364 + - uid: 28769 + components: + - type: Transform + pos: -42.5,-41.5 + parent: 8364 + - uid: 28770 + components: + - type: Transform + pos: -42.5,-42.5 + parent: 8364 + - uid: 28771 + components: + - type: Transform + pos: -42.5,-43.5 + parent: 8364 + - uid: 28772 + components: + - type: Transform + pos: -42.5,-44.5 + parent: 8364 + - uid: 28773 + components: + - type: Transform + pos: -42.5,-45.5 + parent: 8364 + - uid: 28774 + components: + - type: Transform + pos: -39.5,-45.5 + parent: 8364 + - uid: 28775 + components: + - type: Transform + pos: -39.5,-39.5 + parent: 8364 + - uid: 28776 + components: + - type: Transform + pos: -40.5,-44.5 + parent: 8364 + - uid: 28777 + components: + - type: Transform + pos: -40.5,-43.5 + parent: 8364 + - uid: 28778 + components: + - type: Transform + pos: -40.5,-42.5 + parent: 8364 + - uid: 28779 + components: + - type: Transform + pos: -41.5,-42.5 + parent: 8364 + - uid: 28780 + components: + - type: Transform + pos: -43.5,-44.5 + parent: 8364 - proto: CableApcStack entities: - uid: 1195 @@ -41153,6 +41838,11 @@ entities: - type: Transform pos: -23.5,-64.5 parent: 8364 + - uid: 4837 + components: + - type: Transform + pos: 29.5,-79.5 + parent: 8364 - uid: 4925 components: - type: Transform @@ -45348,6 +46038,11 @@ entities: - type: Transform pos: -24.5,-64.5 parent: 8364 + - uid: 15002 + components: + - type: Transform + pos: 29.5,-77.5 + parent: 8364 - uid: 15105 components: - type: Transform @@ -45918,6 +46613,11 @@ entities: - type: Transform pos: 6.5,-52.5 parent: 8364 + - uid: 17469 + components: + - type: Transform + pos: 28.5,-77.5 + parent: 8364 - uid: 17477 components: - type: Transform @@ -47108,11 +47808,46 @@ entities: - type: Transform pos: 1.5,-80.5 parent: 8364 + - uid: 22831 + components: + - type: Transform + pos: 30.5,-77.5 + parent: 8364 + - uid: 22836 + components: + - type: Transform + pos: 31.5,-77.5 + parent: 8364 + - uid: 22837 + components: + - type: Transform + pos: 32.5,-77.5 + parent: 8364 + - uid: 22839 + components: + - type: Transform + pos: 41.5,-75.5 + parent: 8364 - uid: 22858 components: - type: Transform pos: 29.5,-91.5 parent: 8364 + - uid: 22867 + components: + - type: Transform + pos: 41.5,-77.5 + parent: 8364 + - uid: 22868 + components: + - type: Transform + pos: 41.5,-76.5 + parent: 8364 + - uid: 22869 + components: + - type: Transform + pos: 40.5,-75.5 + parent: 8364 - uid: 22889 components: - type: Transform @@ -47193,6 +47928,21 @@ entities: - type: Transform pos: 23.5,-109.5 parent: 8364 + - uid: 24680 + components: + - type: Transform + pos: 29.5,-74.5 + parent: 8364 + - uid: 24687 + components: + - type: Transform + pos: 29.5,-73.5 + parent: 8364 + - uid: 24848 + components: + - type: Transform + pos: 29.5,-72.5 + parent: 8364 - uid: 25012 components: - type: Transform @@ -47318,6 +48068,11 @@ entities: - type: Transform pos: 24.5,-93.5 parent: 8364 + - uid: 25929 + components: + - type: Transform + pos: 29.5,-71.5 + parent: 8364 - uid: 25949 components: - type: Transform @@ -47483,6 +48238,11 @@ entities: - type: Transform pos: 7.5,-87.5 parent: 8364 + - uid: 26051 + components: + - type: Transform + pos: 29.5,-70.5 + parent: 8364 - uid: 26054 components: - type: Transform @@ -47493,16 +48253,61 @@ entities: - type: Transform pos: 7.5,-86.5 parent: 8364 + - uid: 26064 + components: + - type: Transform + pos: 29.5,-69.5 + parent: 8364 + - uid: 26066 + components: + - type: Transform + pos: 29.5,-68.5 + parent: 8364 + - uid: 26068 + components: + - type: Transform + pos: 39.5,-75.5 + parent: 8364 + - uid: 26081 + components: + - type: Transform + pos: 29.5,-75.5 + parent: 8364 - uid: 26084 components: - type: Transform pos: -15.5,-74.5 parent: 8364 + - uid: 26087 + components: + - type: Transform + pos: 30.5,-75.5 + parent: 8364 - uid: 26088 components: - type: Transform pos: 32.5,-102.5 parent: 8364 + - uid: 26099 + components: + - type: Transform + pos: 31.5,-75.5 + parent: 8364 + - uid: 26103 + components: + - type: Transform + pos: 32.5,-75.5 + parent: 8364 + - uid: 26104 + components: + - type: Transform + pos: 33.5,-75.5 + parent: 8364 + - uid: 26105 + components: + - type: Transform + pos: 34.5,-75.5 + parent: 8364 - uid: 26124 components: - type: Transform @@ -47823,6 +48628,21 @@ entities: - type: Transform pos: 8.5,-81.5 parent: 8364 + - uid: 26589 + components: + - type: Transform + pos: 35.5,-75.5 + parent: 8364 + - uid: 26591 + components: + - type: Transform + pos: 36.5,-75.5 + parent: 8364 + - uid: 26608 + components: + - type: Transform + pos: 37.5,-75.5 + parent: 8364 - uid: 26627 components: - type: Transform @@ -47938,11 +48758,21 @@ entities: - type: Transform pos: 28.5,-78.5 parent: 8364 + - uid: 26855 + components: + - type: Transform + pos: 38.5,-75.5 + parent: 8364 - uid: 26911 components: - type: Transform pos: 8.5,-78.5 parent: 8364 + - uid: 26913 + components: + - type: Transform + pos: 41.5,-78.5 + parent: 8364 - uid: 26916 components: - type: Transform @@ -48003,6 +48833,11 @@ entities: - type: Transform pos: 9.5,-75.5 parent: 8364 + - uid: 27384 + components: + - type: Transform + pos: 41.5,-79.5 + parent: 8364 - uid: 27461 components: - type: Transform @@ -48193,6 +49028,31 @@ entities: - type: Transform pos: 9.5,-68.5 parent: 8364 + - uid: 27846 + components: + - type: Transform + pos: 41.5,-80.5 + parent: 8364 + - uid: 27847 + components: + - type: Transform + pos: 41.5,-81.5 + parent: 8364 + - uid: 27848 + components: + - type: Transform + pos: 41.5,-82.5 + parent: 8364 + - uid: 27849 + components: + - type: Transform + pos: 28.5,-74.5 + parent: 8364 + - uid: 27850 + components: + - type: Transform + pos: 28.5,-68.5 + parent: 8364 - uid: 27905 components: - type: Transform @@ -48218,6 +49078,51 @@ entities: - type: Transform pos: 9.5,-73.5 parent: 8364 + - uid: 28052 + components: + - type: Transform + pos: 40.5,-78.5 + parent: 8364 + - uid: 28053 + components: + - type: Transform + pos: 39.5,-78.5 + parent: 8364 + - uid: 28062 + components: + - type: Transform + pos: 42.5,-78.5 + parent: 8364 + - uid: 28064 + components: + - type: Transform + pos: 43.5,-78.5 + parent: 8364 + - uid: 28065 + components: + - type: Transform + pos: 44.5,-78.5 + parent: 8364 + - uid: 28066 + components: + - type: Transform + pos: 45.5,-78.5 + parent: 8364 + - uid: 28067 + components: + - type: Transform + pos: 45.5,-79.5 + parent: 8364 + - uid: 28068 + components: + - type: Transform + pos: 45.5,-80.5 + parent: 8364 + - uid: 28069 + components: + - type: Transform + pos: 45.5,-81.5 + parent: 8364 - uid: 28285 components: - type: Transform @@ -48698,6 +49603,181 @@ entities: - type: Transform pos: -52.5,50.5 parent: 8364 + - uid: 28544 + components: + - type: Transform + pos: 45.5,-82.5 + parent: 8364 + - uid: 28545 + components: + - type: Transform + pos: 45.5,-83.5 + parent: 8364 + - uid: 28546 + components: + - type: Transform + pos: 45.5,-84.5 + parent: 8364 + - uid: 28548 + components: + - type: Transform + pos: 45.5,-85.5 + parent: 8364 + - uid: 28550 + components: + - type: Transform + pos: 45.5,-86.5 + parent: 8364 + - uid: 28551 + components: + - type: Transform + pos: 44.5,-86.5 + parent: 8364 + - uid: 28552 + components: + - type: Transform + pos: 43.5,-86.5 + parent: 8364 + - uid: 28553 + components: + - type: Transform + pos: 42.5,-86.5 + parent: 8364 + - uid: 28554 + components: + - type: Transform + pos: 41.5,-86.5 + parent: 8364 + - uid: 28555 + components: + - type: Transform + pos: 40.5,-86.5 + parent: 8364 + - uid: 28556 + components: + - type: Transform + pos: 39.5,-86.5 + parent: 8364 + - uid: 28557 + components: + - type: Transform + pos: 38.5,-86.5 + parent: 8364 + - uid: 28558 + components: + - type: Transform + pos: 37.5,-86.5 + parent: 8364 + - uid: 28559 + components: + - type: Transform + pos: 37.5,-85.5 + parent: 8364 + - uid: 28560 + components: + - type: Transform + pos: 37.5,-84.5 + parent: 8364 + - uid: 28561 + components: + - type: Transform + pos: 37.5,-83.5 + parent: 8364 + - uid: 28562 + components: + - type: Transform + pos: 37.5,-82.5 + parent: 8364 + - uid: 28563 + components: + - type: Transform + pos: 37.5,-81.5 + parent: 8364 + - uid: 28564 + components: + - type: Transform + pos: 37.5,-80.5 + parent: 8364 + - uid: 28565 + components: + - type: Transform + pos: 37.5,-79.5 + parent: 8364 + - uid: 28566 + components: + - type: Transform + pos: 37.5,-78.5 + parent: 8364 + - uid: 28567 + components: + - type: Transform + pos: 38.5,-78.5 + parent: 8364 + - uid: 28738 + components: + - type: Transform + pos: 30.5,-79.5 + parent: 8364 + - uid: 28739 + components: + - type: Transform + pos: 31.5,-79.5 + parent: 8364 + - uid: 28740 + components: + - type: Transform + pos: 32.5,-79.5 + parent: 8364 + - uid: 28741 + components: + - type: Transform + pos: 33.5,-79.5 + parent: 8364 + - uid: 28742 + components: + - type: Transform + pos: 33.5,-78.5 + parent: 8364 + - uid: 28743 + components: + - type: Transform + pos: 33.5,-77.5 + parent: 8364 + - uid: 28744 + components: + - type: Transform + pos: 33.5,-76.5 + parent: 8364 + - uid: 28745 + components: + - type: Transform + pos: 33.5,-80.5 + parent: 8364 + - uid: 28746 + components: + - type: Transform + pos: 33.5,-81.5 + parent: 8364 + - uid: 28747 + components: + - type: Transform + pos: 33.5,-82.5 + parent: 8364 + - uid: 28748 + components: + - type: Transform + pos: 34.5,-82.5 + parent: 8364 + - uid: 28749 + components: + - type: Transform + pos: 35.5,-82.5 + parent: 8364 + - uid: 28750 + components: + - type: Transform + pos: 36.5,-82.5 + parent: 8364 - proto: CableHVStack entities: - uid: 1683 @@ -48912,11 +49992,36 @@ entities: - type: Transform pos: 9.5,-69.5 parent: 8364 + - uid: 3842 + components: + - type: Transform + pos: -35.5,-39.5 + parent: 8364 + - uid: 3849 + components: + - type: Transform + pos: -29.5,-37.5 + parent: 8364 + - uid: 3855 + components: + - type: Transform + pos: -31.5,-37.5 + parent: 8364 + - uid: 3870 + components: + - type: Transform + pos: -33.5,-37.5 + parent: 8364 - uid: 3890 components: - type: Transform pos: -7.5,-62.5 parent: 8364 + - uid: 3895 + components: + - type: Transform + pos: -35.5,-38.5 + parent: 8364 - uid: 3897 components: - type: Transform @@ -51662,6 +52767,11 @@ entities: - type: Transform pos: -6.5,8.5 parent: 8364 + - uid: 12004 + components: + - type: Transform + pos: -38.5,-40.5 + parent: 8364 - uid: 12070 components: - type: Transform @@ -57192,6 +58302,11 @@ entities: - type: Transform pos: 7.5,-87.5 parent: 8364 + - uid: 22790 + components: + - type: Transform + pos: -29.5,-35.5 + parent: 8364 - uid: 22935 components: - type: Transform @@ -58742,6 +59857,86 @@ entities: - type: Transform pos: 18.5,-75.5 parent: 8364 + - uid: 28753 + components: + - type: Transform + pos: -37.5,-40.5 + parent: 8364 + - uid: 28755 + components: + - type: Transform + pos: -35.5,-40.5 + parent: 8364 + - uid: 28756 + components: + - type: Transform + pos: -29.5,-36.5 + parent: 8364 + - uid: 28757 + components: + - type: Transform + pos: -30.5,-37.5 + parent: 8364 + - uid: 28758 + components: + - type: Transform + pos: -32.5,-37.5 + parent: 8364 + - uid: 28759 + components: + - type: Transform + pos: -35.5,-37.5 + parent: 8364 + - uid: 28760 + components: + - type: Transform + pos: -34.5,-37.5 + parent: 8364 + - uid: 28761 + components: + - type: Transform + pos: -36.5,-40.5 + parent: 8364 + - uid: 28783 + components: + - type: Transform + pos: -39.5,-40.5 + parent: 8364 + - uid: 28785 + components: + - type: Transform + pos: -40.5,-40.5 + parent: 8364 + - uid: 28786 + components: + - type: Transform + pos: -41.5,-40.5 + parent: 8364 + - uid: 28787 + components: + - type: Transform + pos: -42.5,-40.5 + parent: 8364 + - uid: 28788 + components: + - type: Transform + pos: -42.5,-41.5 + parent: 8364 + - uid: 28789 + components: + - type: Transform + pos: -42.5,-42.5 + parent: 8364 + - uid: 28790 + components: + - type: Transform + pos: -43.5,-42.5 + parent: 8364 + - uid: 28791 + components: + - type: Transform + pos: -44.5,-42.5 + parent: 8364 - proto: CableMVStack entities: - uid: 1697 @@ -61128,6 +62323,12 @@ entities: - type: Transform pos: -14.5,-74.5 parent: 8364 + - uid: 1526 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-65.5 + parent: 8364 - uid: 1698 components: - type: Transform @@ -61138,6 +62339,18 @@ entities: - type: Transform pos: 49.5,-30.5 parent: 8364 + - uid: 3913 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-68.5 + parent: 8364 + - uid: 3963 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-74.5 + parent: 8364 - uid: 4244 components: - type: Transform @@ -61164,11 +62377,6 @@ entities: rot: 1.5707963267948966 rad pos: 24.5,-55.5 parent: 8364 - - uid: 7149 - components: - - type: Transform - pos: -41.5,-37.5 - parent: 8364 - uid: 8204 components: - type: Transform @@ -61203,6 +62411,24 @@ entities: rot: 1.5707963267948966 rad pos: 24.5,-53.5 parent: 8364 + - uid: 9372 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-63.5 + parent: 8364 + - uid: 9373 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-66.5 + parent: 8364 + - uid: 9374 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-73.5 + parent: 8364 - uid: 10573 components: - type: Transform @@ -61493,6 +62719,12 @@ entities: - type: Transform pos: 9.5,-38.5 parent: 8364 + - uid: 11996 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-75.5 + parent: 8364 - uid: 12047 components: - type: Transform @@ -62394,41 +63626,6 @@ entities: - type: Transform pos: -30.5,-7.5 parent: 8364 - - uid: 14161 - components: - - type: Transform - pos: -34.5,-37.5 - parent: 8364 - - uid: 14162 - components: - - type: Transform - pos: -35.5,-37.5 - parent: 8364 - - uid: 14165 - components: - - type: Transform - pos: -36.5,-37.5 - parent: 8364 - - uid: 14203 - components: - - type: Transform - pos: -37.5,-37.5 - parent: 8364 - - uid: 14207 - components: - - type: Transform - pos: -38.5,-37.5 - parent: 8364 - - uid: 14210 - components: - - type: Transform - pos: -39.5,-37.5 - parent: 8364 - - uid: 14219 - components: - - type: Transform - pos: -40.5,-37.5 - parent: 8364 - uid: 14519 components: - type: Transform @@ -62459,6 +63656,12 @@ entities: - type: Transform pos: -26.5,-12.5 parent: 8364 + - uid: 14720 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,-40.5 + parent: 8364 - uid: 14757 components: - type: Transform @@ -63434,17 +64637,23 @@ entities: - type: Transform pos: -0.5,-77.5 parent: 8364 - - uid: 17031 + - uid: 16836 components: - type: Transform rot: 1.5707963267948966 rad - pos: 29.5,-60.5 + pos: 29.5,-67.5 parent: 8364 - - uid: 17049 + - uid: 17027 components: - type: Transform rot: 1.5707963267948966 rad - pos: 29.5,-62.5 + pos: 28.5,-74.5 + parent: 8364 + - uid: 17031 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-60.5 parent: 8364 - uid: 17088 components: @@ -63463,11 +64672,29 @@ entities: rot: 1.5707963267948966 rad pos: 29.5,-61.5 parent: 8364 + - uid: 17456 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-62.5 + parent: 8364 + - uid: 17468 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-72.5 + parent: 8364 - uid: 17557 components: - type: Transform pos: 49.5,-19.5 parent: 8364 + - uid: 17569 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-64.5 + parent: 8364 - uid: 17712 components: - type: Transform @@ -64375,6 +65602,102 @@ entities: - type: Transform pos: -10.5,-74.5 parent: 8364 + - uid: 22798 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-71.5 + parent: 8364 + - uid: 22826 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-70.5 + parent: 8364 + - uid: 22830 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-69.5 + parent: 8364 + - uid: 22840 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-75.5 + parent: 8364 + - uid: 22841 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-75.5 + parent: 8364 + - uid: 22842 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,-75.5 + parent: 8364 + - uid: 22844 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,-75.5 + parent: 8364 + - uid: 22859 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,-75.5 + parent: 8364 + - uid: 22862 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-75.5 + parent: 8364 + - uid: 22863 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,-75.5 + parent: 8364 + - uid: 22864 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,-75.5 + parent: 8364 + - uid: 22865 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-75.5 + parent: 8364 + - uid: 22866 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,-75.5 + parent: 8364 + - uid: 22870 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,-78.5 + parent: 8364 + - uid: 22894 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,-79.5 + parent: 8364 + - uid: 22895 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,-80.5 + parent: 8364 - uid: 26401 components: - type: Transform @@ -64519,6 +65842,26 @@ entities: - type: Transform pos: -1.5,-75.5 parent: 8364 + - uid: 26912 + components: + - type: Transform + pos: 41.5,-75.5 + parent: 8364 + - uid: 26914 + components: + - type: Transform + pos: 41.5,-76.5 + parent: 8364 + - uid: 26915 + components: + - type: Transform + pos: 41.5,-77.5 + parent: 8364 + - uid: 27208 + components: + - type: Transform + pos: 40.5,-75.5 + parent: 8364 - uid: 27276 components: - type: Transform @@ -64544,6 +65887,11 @@ entities: - type: Transform pos: 3.5,41.5 parent: 8364 + - uid: 27383 + components: + - type: Transform + pos: 28.5,-68.5 + parent: 8364 - uid: 27428 components: - type: Transform @@ -64726,30 +66074,10 @@ entities: - type: Transform pos: 20.5,-68.5 parent: 8364 - - uid: 27846 - components: - - type: Transform - pos: 23.5,-68.5 - parent: 8364 - - uid: 27847 - components: - - type: Transform - pos: 24.5,-68.5 - parent: 8364 - - uid: 27876 - components: - - type: Transform - pos: 34.5,-80.5 - parent: 8364 - - uid: 27877 - components: - - type: Transform - pos: 34.5,-79.5 - parent: 8364 - - uid: 27878 + - uid: 27871 components: - type: Transform - pos: 34.5,-78.5 + pos: 33.5,-76.5 parent: 8364 - uid: 28138 components: @@ -65032,6 +66360,294 @@ entities: rot: 3.141592653589793 rad pos: -53.5,37.5 parent: 8364 + - uid: 28568 + components: + - type: Transform + pos: 33.5,-77.5 + parent: 8364 + - uid: 28569 + components: + - type: Transform + pos: 33.5,-78.5 + parent: 8364 + - uid: 28570 + components: + - type: Transform + pos: 33.5,-79.5 + parent: 8364 + - uid: 28571 + components: + - type: Transform + pos: 33.5,-80.5 + parent: 8364 + - uid: 28573 + components: + - type: Transform + pos: 36.5,-77.5 + parent: 8364 + - uid: 28574 + components: + - type: Transform + pos: 37.5,-77.5 + parent: 8364 + - uid: 28575 + components: + - type: Transform + pos: 39.5,-77.5 + parent: 8364 + - uid: 28576 + components: + - type: Transform + pos: 39.5,-77.5 + parent: 8364 + - uid: 28577 + components: + - type: Transform + pos: 40.5,-77.5 + parent: 8364 + - uid: 28578 + components: + - type: Transform + pos: 38.5,-77.5 + parent: 8364 + - uid: 28579 + components: + - type: Transform + pos: 36.5,-78.5 + parent: 8364 + - uid: 28580 + components: + - type: Transform + pos: 36.5,-79.5 + parent: 8364 + - uid: 28581 + components: + - type: Transform + pos: 36.5,-80.5 + parent: 8364 + - uid: 28582 + components: + - type: Transform + pos: 36.5,-81.5 + parent: 8364 + - uid: 28583 + components: + - type: Transform + pos: 36.5,-82.5 + parent: 8364 + - uid: 28584 + components: + - type: Transform + pos: 36.5,-83.5 + parent: 8364 + - uid: 28585 + components: + - type: Transform + pos: 36.5,-84.5 + parent: 8364 + - uid: 28586 + components: + - type: Transform + pos: 36.5,-85.5 + parent: 8364 + - uid: 28587 + components: + - type: Transform + pos: 36.5,-86.5 + parent: 8364 + - uid: 28588 + components: + - type: Transform + pos: 36.5,-87.5 + parent: 8364 + - uid: 28589 + components: + - type: Transform + pos: 37.5,-87.5 + parent: 8364 + - uid: 28590 + components: + - type: Transform + pos: 38.5,-87.5 + parent: 8364 + - uid: 28591 + components: + - type: Transform + pos: 39.5,-87.5 + parent: 8364 + - uid: 28592 + components: + - type: Transform + pos: 40.5,-87.5 + parent: 8364 + - uid: 28593 + components: + - type: Transform + pos: 41.5,-87.5 + parent: 8364 + - uid: 28594 + components: + - type: Transform + pos: 42.5,-87.5 + parent: 8364 + - uid: 28595 + components: + - type: Transform + pos: 43.5,-87.5 + parent: 8364 + - uid: 28596 + components: + - type: Transform + pos: 44.5,-87.5 + parent: 8364 + - uid: 28597 + components: + - type: Transform + pos: 45.5,-87.5 + parent: 8364 + - uid: 28598 + components: + - type: Transform + pos: 46.5,-87.5 + parent: 8364 + - uid: 28599 + components: + - type: Transform + pos: 46.5,-86.5 + parent: 8364 + - uid: 28600 + components: + - type: Transform + pos: 46.5,-85.5 + parent: 8364 + - uid: 28601 + components: + - type: Transform + pos: 46.5,-84.5 + parent: 8364 + - uid: 28602 + components: + - type: Transform + pos: 46.5,-83.5 + parent: 8364 + - uid: 28603 + components: + - type: Transform + pos: 46.5,-82.5 + parent: 8364 + - uid: 28604 + components: + - type: Transform + pos: 46.5,-81.5 + parent: 8364 + - uid: 28605 + components: + - type: Transform + pos: 46.5,-80.5 + parent: 8364 + - uid: 28606 + components: + - type: Transform + pos: 46.5,-79.5 + parent: 8364 + - uid: 28607 + components: + - type: Transform + pos: 46.5,-78.5 + parent: 8364 + - uid: 28608 + components: + - type: Transform + pos: 46.5,-77.5 + parent: 8364 + - uid: 28609 + components: + - type: Transform + pos: 45.5,-77.5 + parent: 8364 + - uid: 28610 + components: + - type: Transform + pos: 44.5,-77.5 + parent: 8364 + - uid: 28611 + components: + - type: Transform + pos: 43.5,-77.5 + parent: 8364 + - uid: 28612 + components: + - type: Transform + pos: 42.5,-77.5 + parent: 8364 + - uid: 28664 + components: + - type: Transform + pos: 33.5,-81.5 + parent: 8364 + - uid: 28665 + components: + - type: Transform + pos: 33.5,-82.5 + parent: 8364 + - uid: 28666 + components: + - type: Transform + pos: 34.5,-82.5 + parent: 8364 + - uid: 28667 + components: + - type: Transform + pos: 35.5,-82.5 + parent: 8364 + - uid: 28792 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,-40.5 + parent: 8364 + - uid: 28793 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,-39.5 + parent: 8364 + - uid: 28794 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,-38.5 + parent: 8364 + - uid: 28795 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,-37.5 + parent: 8364 + - uid: 28796 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-37.5 + parent: 8364 + - uid: 28797 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,-37.5 + parent: 8364 + - uid: 28875 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,-37.5 + parent: 8364 + - uid: 28876 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,-37.5 + parent: 8364 - proto: Cautery entities: - uid: 21262 @@ -65644,12 +67260,6 @@ entities: rot: 1.5707963267948966 rad pos: -3.5,-54.5 parent: 8364 - - uid: 17456 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-52.5 - parent: 8364 - uid: 17599 components: - type: Transform @@ -68446,37 +70056,6 @@ entities: - 0 - 0 - 0 - - uid: 22546 - components: - - type: Transform - pos: -32.5,-36.5 - parent: 8364 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 5.001885 - - 18.816614 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - uid: 22945 components: - type: Transform @@ -71624,23 +73203,6 @@ entities: - type: Transform pos: 66.852936,-76.32983 parent: 8364 -- proto: ClothingHeadHelmetRiot - entities: - - uid: 9366 - components: - - type: Transform - pos: 2.689872,39.342834 - parent: 8364 - - uid: 9367 - components: - - type: Transform - pos: 2.689872,39.624084 - parent: 8364 - - uid: 9368 - components: - - type: Transform - pos: 2.689872,39.51471 - parent: 8364 - proto: ClothingHeadsetEngineering entities: - uid: 22802 @@ -71932,57 +73494,6 @@ entities: - type: Transform pos: -6.4873962,52.56498 parent: 8364 -- proto: ClothingOuterArmorBulletproof - entities: - - uid: 9375 - components: - - type: Transform - pos: 0.54769325,39.79596 - parent: 8364 - - uid: 9376 - components: - - type: Transform - pos: 0.71956825,39.592834 - parent: 8364 - - uid: 9377 - components: - - type: Transform - pos: 0.81331825,39.405334 - parent: 8364 -- proto: ClothingOuterArmorReflective - entities: - - uid: 9372 - components: - - type: Transform - pos: 0.3043524,39.56628 - parent: 8364 - - uid: 9373 - components: - - type: Transform - pos: 0.4762274,39.44128 - parent: 8364 - - uid: 9374 - components: - - type: Transform - pos: 0.6793524,39.28503 - parent: 8364 -- proto: ClothingOuterArmorRiot - entities: - - uid: 9369 - components: - - type: Transform - pos: 2.330497,39.530334 - parent: 8364 - - uid: 9370 - components: - - type: Transform - pos: 2.346122,39.38971 - parent: 8364 - - uid: 9371 - components: - - type: Transform - pos: 2.314872,39.67096 - parent: 8364 - proto: ClothingOuterCardborg entities: - uid: 14636 @@ -72937,36 +74448,41 @@ entities: parent: 8364 - proto: ComputerCargoOrdersEngineering entities: - - uid: 9386 + - uid: 4204 components: - type: Transform - pos: -6.5,-61.5 + pos: 7.5,-51.5 parent: 8364 - proto: ComputerCargoOrdersMedical entities: - - uid: 9710 + - uid: 28736 components: - type: Transform - pos: 36.5,-38.5 + rot: 3.141592653589793 rad + pos: 29.5,-21.5 parent: 8364 - proto: ComputerCargoOrdersScience entities: - - uid: 17566 + - uid: 4706 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 74.5,-36.5 + pos: 71.5,-17.5 parent: 8364 - proto: ComputerCargoOrdersSecurity entities: - - uid: 17569 + - uid: 28737 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,37.5 + pos: 13.5,35.5 parent: 8364 - proto: ComputerCargoOrdersService entities: + - uid: 11995 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-10.5 + parent: 8364 - uid: 17602 components: - type: Transform @@ -73147,6 +74663,11 @@ entities: rot: 1.5707963267948966 rad pos: 26.5,-85.5 parent: 8364 + - uid: 4491 + components: + - type: Transform + pos: -6.5,-61.5 + parent: 8364 - uid: 4493 components: - type: Transform @@ -73189,11 +74710,11 @@ entities: - type: Transform pos: 4.5,-40.5 parent: 8364 - - uid: 22558 + - uid: 28735 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,-38.5 + rot: 3.141592653589793 rad + pos: -43.5,-46.5 parent: 8364 - proto: ComputerResearchAndDevelopment entities: @@ -73247,10 +74768,10 @@ entities: parent: 8364 - proto: ComputerSalvageExpedition entities: - - uid: 24680 + - uid: 4871 components: - type: Transform - pos: -25.5,-36.5 + pos: -42.5,-40.5 parent: 8364 - proto: ComputerShuttleCargo entities: @@ -74662,6 +76183,20 @@ entities: - type: Transform pos: 78.5,-49.5 parent: 8364 +- proto: CrateSecurityArmor + entities: + - uid: 14165 + components: + - type: Transform + pos: 2.5,39.5 + parent: 8364 +- proto: CrateSecurityRiot + entities: + - uid: 14164 + components: + - type: Transform + pos: 0.5,39.5 + parent: 8364 - proto: CrateSecurityTrackingMindshieldImplants entities: - uid: 7339 @@ -87515,7 +89050,7 @@ entities: pos: -34.5,-14.5 parent: 8364 - type: Door - secondsUntilStateChange: -43378.74 + secondsUntilStateChange: -48833.74 state: Closing - uid: 15010 components: @@ -88003,7 +89538,7 @@ entities: pos: -4.5,-71.5 parent: 8364 - type: Door - secondsUntilStateChange: -35126.473 + secondsUntilStateChange: -40581.473 state: Closing - proto: Fireplace entities: @@ -91067,6 +92602,38 @@ entities: parent: 8364 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 28819 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,-37.5 + parent: 8364 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 28830 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,-37.5 + parent: 8364 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 28833 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,-40.5 + parent: 8364 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 28862 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-45.5 + parent: 8364 + - type: AtmosPipeColor + color: '#990000FF' - proto: GasPipeFourway entities: - uid: 4166 @@ -109594,6 +111161,381 @@ entities: parent: 8364 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 28806 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,-40.5 + parent: 8364 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 28815 + components: + - type: Transform + pos: -24.5,-33.5 + parent: 8364 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 28816 + components: + - type: Transform + pos: -24.5,-34.5 + parent: 8364 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 28817 + components: + - type: Transform + pos: -24.5,-35.5 + parent: 8364 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 28818 + components: + - type: Transform + pos: -24.5,-36.5 + parent: 8364 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 28820 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-37.5 + parent: 8364 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 28821 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-37.5 + parent: 8364 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 28822 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-37.5 + parent: 8364 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 28823 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,-37.5 + parent: 8364 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 28824 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,-37.5 + parent: 8364 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 28825 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,-37.5 + parent: 8364 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 28826 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,-37.5 + parent: 8364 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 28827 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,-37.5 + parent: 8364 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 28828 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,-37.5 + parent: 8364 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 28829 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,-37.5 + parent: 8364 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 28831 + components: + - type: Transform + pos: -35.5,-38.5 + parent: 8364 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 28832 + components: + - type: Transform + pos: -35.5,-39.5 + parent: 8364 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 28834 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,-40.5 + parent: 8364 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 28835 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,-40.5 + parent: 8364 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 28837 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,-40.5 + parent: 8364 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 28838 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,-40.5 + parent: 8364 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 28839 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,-45.5 + parent: 8364 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 28840 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,-45.5 + parent: 8364 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 28841 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,-45.5 + parent: 8364 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 28842 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,-45.5 + parent: 8364 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 28843 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,-45.5 + parent: 8364 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 28844 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,-45.5 + parent: 8364 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 28845 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-45.5 + parent: 8364 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 28846 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,-45.5 + parent: 8364 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 28847 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,-45.5 + parent: 8364 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 28848 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,-45.5 + parent: 8364 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 28849 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,-45.5 + parent: 8364 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 28850 + components: + - type: Transform + pos: -25.5,-33.5 + parent: 8364 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 28851 + components: + - type: Transform + pos: -25.5,-34.5 + parent: 8364 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 28852 + components: + - type: Transform + pos: -25.5,-35.5 + parent: 8364 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 28853 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,-36.5 + parent: 8364 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 28854 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,-37.5 + parent: 8364 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 28855 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,-38.5 + parent: 8364 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 28856 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,-39.5 + parent: 8364 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 28857 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,-40.5 + parent: 8364 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 28858 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,-41.5 + parent: 8364 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 28859 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,-42.5 + parent: 8364 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 28860 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,-43.5 + parent: 8364 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 28861 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,-44.5 + parent: 8364 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 28863 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-45.5 + parent: 8364 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 28864 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-45.5 + parent: 8364 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 28865 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,-45.5 + parent: 8364 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 28866 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,-45.5 + parent: 8364 + - type: AtmosPipeColor + color: '#990000FF' - proto: GasPipeTJunction entities: - uid: 1 @@ -114081,6 +116023,14 @@ entities: parent: 8364 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 28814 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,-40.5 + parent: 8364 + - type: AtmosPipeColor + color: '#0055CCFF' - proto: GasVentPumpVox entities: - uid: 16169 @@ -115458,6 +117408,14 @@ entities: parent: 8364 - type: AtmosPipeColor color: '#990000FF' + - uid: 28813 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,-45.5 + parent: 8364 + - type: AtmosPipeColor + color: '#990000FF' - proto: GasVentScrubberVox entities: - uid: 16209 @@ -116413,16 +118371,6 @@ entities: rot: 1.5707963267948966 rad pos: -74.5,-2.5 parent: 8364 - - uid: 1523 - components: - - type: Transform - pos: -30.5,-38.5 - parent: 8364 - - uid: 1526 - components: - - type: Transform - pos: -30.5,-36.5 - parent: 8364 - uid: 1542 components: - type: Transform @@ -116458,16 +118406,6 @@ entities: - type: Transform pos: -16.5,-40.5 parent: 8364 - - uid: 1556 - components: - - type: Transform - pos: -32.5,-39.5 - parent: 8364 - - uid: 1557 - components: - - type: Transform - pos: -31.5,-39.5 - parent: 8364 - uid: 1559 components: - type: Transform @@ -116478,6 +118416,12 @@ entities: - type: Transform pos: -26.5,-39.5 parent: 8364 + - uid: 1574 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,-41.5 + parent: 8364 - uid: 1581 components: - type: Transform @@ -116508,21 +118452,6 @@ entities: - type: Transform pos: -18.5,-45.5 parent: 8364 - - uid: 1589 - components: - - type: Transform - pos: -32.5,-35.5 - parent: 8364 - - uid: 1590 - components: - - type: Transform - pos: -33.5,-35.5 - parent: 8364 - - uid: 1593 - components: - - type: Transform - pos: -33.5,-39.5 - parent: 8364 - uid: 1599 components: - type: Transform @@ -117375,11 +119304,6 @@ entities: - type: Transform pos: 31.5,-60.5 parent: 8364 - - uid: 3136 - components: - - type: Transform - pos: 42.5,-74.5 - parent: 8364 - uid: 3137 components: - type: Transform @@ -117850,11 +119774,6 @@ entities: - type: Transform pos: -1.5,-72.5 parent: 8364 - - uid: 3834 - components: - - type: Transform - pos: 27.5,-69.5 - parent: 8364 - uid: 3845 components: - type: Transform @@ -117863,27 +119782,20 @@ entities: - uid: 3846 components: - type: Transform - pos: 25.5,-63.5 + rot: 3.141592653589793 rad + pos: -37.5,-39.5 parent: 8364 - uid: 3847 components: - type: Transform - pos: 25.5,-64.5 + rot: 3.141592653589793 rad + pos: -38.5,-39.5 parent: 8364 - uid: 3848 components: - type: Transform - pos: 25.5,-65.5 - parent: 8364 - - uid: 3849 - components: - - type: Transform - pos: 25.5,-66.5 - parent: 8364 - - uid: 3855 - components: - - type: Transform - pos: 25.5,-67.5 + rot: 3.141592653589793 rad + pos: -39.5,-39.5 parent: 8364 - uid: 3856 components: @@ -117990,11 +119902,6 @@ entities: - type: Transform pos: -36.5,-42.5 parent: 8364 - - uid: 3954 - components: - - type: Transform - pos: -39.5,-45.5 - parent: 8364 - uid: 3961 components: - type: Transform @@ -118109,11 +120016,6 @@ entities: - type: Transform pos: 30.5,-80.5 parent: 8364 - - uid: 4204 - components: - - type: Transform - pos: 30.5,-78.5 - parent: 8364 - uid: 4205 components: - type: Transform @@ -118259,12 +120161,6 @@ entities: - type: Transform pos: 26.5,-107.5 parent: 8364 - - uid: 4491 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,-74.5 - parent: 8364 - uid: 4501 components: - type: Transform @@ -119496,15 +121392,17 @@ entities: - type: Transform pos: 27.5,1.5 parent: 8364 - - uid: 7193 + - uid: 7010 components: - type: Transform - pos: -33.5,-36.5 + rot: -1.5707963267948966 rad + pos: -32.5,-38.5 parent: 8364 - - uid: 7197 + - uid: 7193 components: - type: Transform - pos: -33.5,-38.5 + rot: 3.141592653589793 rad + pos: 40.5,-88.5 parent: 8364 - uid: 7281 components: @@ -120494,6 +122392,12 @@ entities: - type: Transform pos: -4.5,38.5 parent: 8364 + - uid: 9366 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-77.5 + parent: 8364 - uid: 9396 components: - type: Transform @@ -120597,12 +122501,8 @@ entities: - uid: 11573 components: - type: Transform - pos: 25.5,-69.5 - parent: 8364 - - uid: 11574 - components: - - type: Transform - pos: 25.5,-68.5 + rot: 1.5707963267948966 rad + pos: 32.5,-80.5 parent: 8364 - uid: 11591 components: @@ -120954,6 +122854,12 @@ entities: - type: Transform pos: 0.5,-72.5 parent: 8364 + - uid: 17049 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,-36.5 + parent: 8364 - uid: 17074 components: - type: Transform @@ -120974,16 +122880,6 @@ entities: - type: Transform pos: -13.5,-77.5 parent: 8364 - - uid: 17178 - components: - - type: Transform - pos: 27.5,-68.5 - parent: 8364 - - uid: 17179 - components: - - type: Transform - pos: 27.5,-67.5 - parent: 8364 - uid: 17191 components: - type: Transform @@ -121005,30 +122901,16 @@ entities: rot: -1.5707963267948966 rad pos: 20.5,-82.5 parent: 8364 - - uid: 17284 - components: - - type: Transform - pos: 27.5,-63.5 - parent: 8364 - - uid: 17285 - components: - - type: Transform - pos: 27.5,-64.5 - parent: 8364 - - uid: 17286 - components: - - type: Transform - pos: 27.5,-65.5 - parent: 8364 - - uid: 17469 + - uid: 17540 components: - type: Transform - pos: 27.5,-66.5 + pos: -65.5,35.5 parent: 8364 - - uid: 17540 + - uid: 17566 components: - type: Transform - pos: -65.5,35.5 + rot: 1.5707963267948966 rad + pos: 32.5,-77.5 parent: 8364 - uid: 17629 components: @@ -121402,6 +123284,12 @@ entities: - type: Transform pos: 8.5,-28.5 parent: 8364 + - uid: 21615 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,-36.5 + parent: 8364 - uid: 21618 components: - type: Transform @@ -121453,6 +123341,17 @@ entities: - type: Transform pos: 42.5,-1.5 parent: 8364 + - uid: 22771 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,-38.5 + parent: 8364 + - uid: 22791 + components: + - type: Transform + pos: 23.5,-68.5 + parent: 8364 - uid: 22832 components: - type: Transform @@ -121473,6 +123372,12 @@ entities: - type: Transform pos: 9.5,-58.5 parent: 8364 + - uid: 22948 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-68.5 + parent: 8364 - uid: 22971 components: - type: Transform @@ -121503,6 +123408,36 @@ entities: - type: Transform pos: -18.5,-70.5 parent: 8364 + - uid: 23111 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-67.5 + parent: 8364 + - uid: 23112 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-66.5 + parent: 8364 + - uid: 23172 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-65.5 + parent: 8364 + - uid: 23173 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-64.5 + parent: 8364 + - uid: 23176 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-63.5 + parent: 8364 - uid: 23206 components: - type: Transform @@ -121984,35 +123919,100 @@ entities: - type: Transform pos: 86.5,-2.5 parent: 8364 - - uid: 27855 + - uid: 27857 components: - type: Transform - pos: 33.5,-80.5 + pos: 31.5,-80.5 parent: 8364 - - uid: 27856 + - uid: 27952 components: - type: Transform - pos: 32.5,-80.5 + pos: 37.5,-81.5 parent: 8364 - - uid: 27857 + - uid: 27955 components: - type: Transform - pos: 31.5,-80.5 + pos: 37.5,-82.5 parent: 8364 - - uid: 27858 + - uid: 27956 components: - type: Transform - pos: 31.5,-78.5 + pos: 37.5,-83.5 parent: 8364 - - uid: 27859 + - uid: 27957 components: - type: Transform - pos: 32.5,-78.5 + pos: 39.5,-86.5 parent: 8364 - - uid: 27860 + - uid: 27958 components: - type: Transform - pos: 33.5,-78.5 + pos: 40.5,-86.5 + parent: 8364 + - uid: 27959 + components: + - type: Transform + pos: 42.5,-86.5 + parent: 8364 + - uid: 27960 + components: + - type: Transform + pos: 43.5,-86.5 + parent: 8364 + - uid: 27962 + components: + - type: Transform + pos: 45.5,-83.5 + parent: 8364 + - uid: 27963 + components: + - type: Transform + pos: 45.5,-82.5 + parent: 8364 + - uid: 28027 + components: + - type: Transform + pos: 45.5,-81.5 + parent: 8364 + - uid: 28028 + components: + - type: Transform + pos: 43.5,-78.5 + parent: 8364 + - uid: 28029 + components: + - type: Transform + pos: 42.5,-78.5 + parent: 8364 + - uid: 28030 + components: + - type: Transform + pos: 40.5,-78.5 + parent: 8364 + - uid: 28031 + components: + - type: Transform + pos: 39.5,-78.5 + parent: 8364 + - uid: 28044 + components: + - type: Transform + pos: 37.5,-80.5 + parent: 8364 + - uid: 28045 + components: + - type: Transform + pos: 37.5,-84.5 + parent: 8364 + - uid: 28049 + components: + - type: Transform + pos: 45.5,-80.5 + parent: 8364 + - uid: 28051 + components: + - type: Transform + pos: 45.5,-84.5 parent: 8364 - uid: 28097 components: @@ -122044,6 +124044,194 @@ entities: - type: Transform pos: 27.5,40.5 parent: 8364 + - uid: 28700 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-88.5 + parent: 8364 + - uid: 28701 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,-88.5 + parent: 8364 + - uid: 28702 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,-88.5 + parent: 8364 + - uid: 28704 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,-88.5 + parent: 8364 + - uid: 28705 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,-88.5 + parent: 8364 + - uid: 28706 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,-88.5 + parent: 8364 + - uid: 28707 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,-88.5 + parent: 8364 + - uid: 28712 + components: + - type: Transform + pos: 42.5,-76.5 + parent: 8364 + - uid: 28713 + components: + - type: Transform + pos: 43.5,-76.5 + parent: 8364 + - uid: 28714 + components: + - type: Transform + pos: 44.5,-76.5 + parent: 8364 + - uid: 28715 + components: + - type: Transform + pos: 45.5,-76.5 + parent: 8364 + - uid: 28716 + components: + - type: Transform + pos: 46.5,-76.5 + parent: 8364 + - uid: 28717 + components: + - type: Transform + pos: 47.5,-76.5 + parent: 8364 + - uid: 28718 + components: + - type: Transform + pos: 47.5,-77.5 + parent: 8364 + - uid: 28719 + components: + - type: Transform + pos: 47.5,-78.5 + parent: 8364 + - uid: 28720 + components: + - type: Transform + pos: 47.5,-81.5 + parent: 8364 + - uid: 28721 + components: + - type: Transform + pos: 47.5,-82.5 + parent: 8364 + - uid: 28722 + components: + - type: Transform + pos: 47.5,-83.5 + parent: 8364 + - uid: 28723 + components: + - type: Transform + pos: 47.5,-84.5 + parent: 8364 + - uid: 28724 + components: + - type: Transform + pos: 47.5,-85.5 + parent: 8364 + - uid: 28725 + components: + - type: Transform + pos: 47.5,-86.5 + parent: 8364 + - uid: 28726 + components: + - type: Transform + pos: 47.5,-87.5 + parent: 8364 + - uid: 28727 + components: + - type: Transform + pos: 47.5,-88.5 + parent: 8364 + - uid: 28728 + components: + - type: Transform + pos: 46.5,-88.5 + parent: 8364 + - uid: 28730 + components: + - type: Transform + pos: 35.5,-87.5 + parent: 8364 + - uid: 28731 + components: + - type: Transform + pos: 35.5,-86.5 + parent: 8364 + - uid: 28732 + components: + - type: Transform + pos: 35.5,-85.5 + parent: 8364 + - uid: 28733 + components: + - type: Transform + pos: 35.5,-84.5 + parent: 8364 + - uid: 28734 + components: + - type: Transform + pos: 35.5,-83.5 + parent: 8364 + - uid: 28836 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-86.5 + parent: 8364 + - uid: 28867 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-87.5 + parent: 8364 + - uid: 28868 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-85.5 + parent: 8364 + - uid: 28869 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-87.5 + parent: 8364 + - uid: 28870 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-85.5 + parent: 8364 + - uid: 28871 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-86.5 + parent: 8364 - proto: GrilleBroken entities: - uid: 358 @@ -122255,13 +124443,36 @@ entities: rot: 3.141592653589793 rad pos: -43.5,-19.5 parent: 8364 -- proto: GunSafeDisabler +- proto: GrilleSpawner entities: - - uid: 6253 + - uid: 28703 components: - type: Transform - pos: -0.5,39.5 + rot: 3.141592653589793 rad + pos: 39.5,-88.5 parent: 8364 + - uid: 28708 + components: + - type: Transform + pos: 45.5,-88.5 + parent: 8364 + - uid: 28709 + components: + - type: Transform + pos: 47.5,-79.5 + parent: 8364 + - uid: 28710 + components: + - type: Transform + pos: 47.5,-80.5 + parent: 8364 + - uid: 28711 + components: + - type: Transform + pos: 42.5,-75.5 + parent: 8364 +- proto: GunSafeDisabler + entities: - uid: 15128 components: - type: Transform @@ -122274,6 +124485,13 @@ entities: - type: Transform pos: 1.5,37.5 parent: 8364 +- proto: GunSafePistolMk58 + entities: + - uid: 11574 + components: + - type: Transform + pos: -0.5,39.5 + parent: 8364 - proto: GunSafeRifleLecter entities: - uid: 9177 @@ -123437,10 +125655,10 @@ entities: parent: 8364 - proto: Jukebox entities: - - uid: 20632 + - uid: 22224 components: - type: Transform - pos: 31.5,-10.5 + pos: 23.5,-10.5 parent: 8364 - proto: KitchenElectricGrill entities: @@ -125144,6 +127362,11 @@ entities: - type: Transform pos: -23.5,-37.5 parent: 8364 + - uid: 28784 + components: + - type: Transform + pos: -40.5,-43.5 + parent: 8364 - proto: LockerScienceFilled entities: - uid: 13408 @@ -126079,9 +128302,6 @@ entities: 15361: - - MaterialSilo - MaterialSiloUtilizer - 17339: - - - MaterialSilo - - MaterialSiloUtilizer - proto: MaterialWoodPlank entities: - uid: 2613 @@ -127021,7 +129241,7 @@ entities: - uid: 15477 components: - type: Transform - pos: 10.558531,-40.408245 + pos: -20.56673,-38.320835 parent: 8364 - type: Physics angularDamping: 0 @@ -127245,11 +129465,6 @@ entities: - type: Transform pos: 10.5,-43.5 parent: 8364 - - uid: 5181 - components: - - type: Transform - pos: -29.5,-35.5 - parent: 8364 - uid: 8916 components: - type: Transform @@ -127340,6 +129555,11 @@ entities: - type: Transform pos: 9.5,-65.5 parent: 8364 + - uid: 28782 + components: + - type: Transform + pos: -41.5,-46.5 + parent: 8364 - proto: OxygenTank entities: - uid: 21419 @@ -128588,16 +130808,6 @@ entities: parent: 8364 - proto: PortableFlasher entities: - - uid: 9166 - components: - - type: Transform - pos: -1.5,35.5 - parent: 8364 - - uid: 9167 - components: - - type: Transform - pos: -2.5,35.5 - parent: 8364 - uid: 9169 components: - type: Transform @@ -130971,6 +133181,12 @@ entities: rot: -1.5707963267948966 rad pos: -67.5,36.5 parent: 8364 + - uid: 13407 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-65.5 + parent: 8364 - uid: 13809 components: - type: Transform @@ -131066,6 +133282,11 @@ entities: parent: 8364 - type: ApcPowerReceiver powerLoad: 0 + - uid: 14729 + components: + - type: Transform + pos: 38.5,-79.5 + parent: 8364 - uid: 14771 components: - type: Transform @@ -131949,16 +134170,27 @@ entities: parent: 8364 - type: ApcPowerReceiver powerLoad: 0 + - uid: 22903 + components: + - type: Transform + pos: 37.5,-74.5 + parent: 8364 - uid: 23020 components: - type: Transform rot: -1.5707963267948966 rad pos: 9.5,-61.5 parent: 8364 - - uid: 23173 + - uid: 23195 components: - type: Transform - pos: 25.5,-71.5 + rot: 1.5707963267948966 rad + pos: 29.5,-62.5 + parent: 8364 + - uid: 23220 + components: + - type: Transform + pos: 26.5,-58.5 parent: 8364 - uid: 23234 components: @@ -131966,10 +134198,17 @@ entities: rot: 1.5707963267948966 rad pos: -16.5,-53.5 parent: 8364 - - uid: 24848 + - uid: 23240 components: - type: Transform - pos: 21.5,-71.5 + rot: -1.5707963267948966 rad + pos: 30.5,-53.5 + parent: 8364 + - uid: 23241 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-41.5 parent: 8364 - uid: 25864 components: @@ -132288,6 +134527,15 @@ entities: rot: 1.5707963267948966 rad pos: -41.5,-21.5 parent: 8364 + - uid: 27853 + components: + - type: Transform + anchored: False + rot: 1.5707963267948966 rad + pos: 28.5,-75.5 + parent: 8364 + - type: Physics + bodyType: Dynamic - uid: 27882 components: - type: Transform @@ -132394,6 +134642,103 @@ entities: rot: 3.141592653589793 rad pos: -75.5,12.5 parent: 8364 + - uid: 28638 + components: + - type: Transform + pos: 44.5,-79.5 + parent: 8364 + - uid: 28668 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,-85.5 + parent: 8364 + - uid: 28669 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,-85.5 + parent: 8364 + - uid: 28670 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,-77.5 + parent: 8364 + - uid: 28671 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-78.5 + parent: 8364 + - uid: 28672 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-86.5 + parent: 8364 + - uid: 28673 + components: + - type: Transform + pos: 37.5,-87.5 + parent: 8364 + - uid: 28674 + components: + - type: Transform + pos: 45.5,-87.5 + parent: 8364 + - uid: 28675 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,-86.5 + parent: 8364 + - uid: 28676 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,-78.5 + parent: 8364 + - uid: 28677 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,-77.5 + parent: 8364 + - uid: 28729 + components: + - type: Transform + pos: 31.5,-78.5 + parent: 8364 + - uid: 28798 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,-43.5 + parent: 8364 + - uid: 28800 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,-46.5 + parent: 8364 + - uid: 28801 + components: + - type: Transform + pos: -42.5,-40.5 + parent: 8364 + - uid: 28802 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -34.5,-41.5 + parent: 8364 + - uid: 28803 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-36.5 + parent: 8364 - proto: PoweredlightEmpty entities: - uid: 17544 @@ -132610,18 +134955,6 @@ entities: - type: Transform pos: 25.5,-60.5 parent: 8364 - - uid: 27962 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,-64.5 - parent: 8364 - - uid: 27963 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,-65.5 - parent: 8364 - proto: PoweredLightPostSmall entities: - uid: 22767 @@ -132635,15 +134968,21 @@ entities: - uid: 21778 components: - type: Transform + anchored: False pos: -36.5,-33.5 - parent: 8364 + parent: 11906 + - type: Physics + bodyType: Dynamic - type: ApcPowerReceiver powerLoad: 0 - uid: 21779 components: - type: Transform + anchored: False pos: -40.5,-33.5 - parent: 8364 + parent: 11906 + - type: Physics + bodyType: Dynamic - type: ApcPowerReceiver powerLoad: 0 - proto: PoweredSmallLight @@ -133372,13 +135711,6 @@ entities: parent: 8364 - type: ApcPowerReceiver powerLoad: 0 - - uid: 14954 - components: - - type: Transform - pos: -31.5,-36.5 - parent: 8364 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 14955 components: - type: Transform @@ -134024,11 +136356,6 @@ entities: rot: 1.5707963267948966 rad pos: 23.5,-106.5 parent: 8364 - - uid: 27871 - components: - - type: Transform - pos: 32.5,-79.5 - parent: 8364 - uid: 28505 components: - type: Transform @@ -134225,21 +136552,11 @@ entities: - type: Transform pos: -8.5,53.5 parent: 8364 - - uid: 9190 - components: - - type: Transform - pos: 0.5,39.5 - parent: 8364 - uid: 9191 components: - type: Transform pos: 1.5,39.5 parent: 8364 - - uid: 9192 - components: - - type: Transform - pos: 2.5,39.5 - parent: 8364 - uid: 9193 components: - type: Transform @@ -134698,35 +137015,35 @@ entities: - type: Transform pos: -6.5,-33.5 parent: 8364 - - uid: 4706 + - uid: 22749 components: - type: Transform - pos: 5.5,-77.5 + pos: 7.5,-87.5 parent: 8364 - - uid: 4707 + - uid: 22760 components: - type: Transform - pos: -6.5,-77.5 + pos: -8.5,-87.5 parent: 8364 - - uid: 16829 + - uid: 22761 components: - type: Transform - pos: 4.5,-77.5 + pos: -8.5,-86.5 parent: 8364 - - uid: 16836 + - uid: 22762 components: - type: Transform - pos: 3.5,-77.5 + pos: -8.5,-85.5 parent: 8364 - - uid: 18987 + - uid: 22768 components: - type: Transform - pos: -5.5,-77.5 + pos: 7.5,-86.5 parent: 8364 - - uid: 23112 + - uid: 22769 components: - type: Transform - pos: -4.5,-77.5 + pos: 7.5,-85.5 parent: 8364 - proto: RadioHandheld entities: @@ -134910,6 +137227,44 @@ entities: - type: Transform pos: -68.5,35.5 parent: 8364 + - uid: 28807 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,-37.5 + parent: 8364 + - uid: 28808 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,-36.5 + parent: 8364 + - uid: 28809 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -34.5,-36.5 + parent: 8364 + - uid: 28810 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,-36.5 + parent: 8364 + - uid: 28812 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,-38.5 + parent: 8364 +- proto: RailingCorner + entities: + - uid: 14730 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,-36.5 + parent: 8364 - proto: RailingCornerSmall entities: - uid: 2387 @@ -134953,6 +137308,11 @@ entities: rot: -1.5707963267948966 rad pos: -70.5,32.5 parent: 8364 + - uid: 28811 + components: + - type: Transform + pos: -36.5,-39.5 + parent: 8364 - proto: RandomArcade entities: - uid: 11656 @@ -135119,6 +137479,28 @@ entities: - type: Transform pos: 55.5,15.5 parent: 8364 +- proto: RandomMaintLockerSpawner50 + entities: + - uid: 22785 + components: + - type: Transform + pos: 33.5,-71.5 + parent: 8364 + - uid: 22787 + components: + - type: Transform + pos: 34.5,-71.5 + parent: 8364 + - uid: 28751 + components: + - type: Transform + pos: 35.5,-71.5 + parent: 8364 + - uid: 28752 + components: + - type: Transform + pos: 36.5,-71.5 + parent: 8364 - proto: RandomPosterAny entities: - uid: 2287 @@ -136291,12 +138673,6 @@ entities: tags: [] - proto: Recycler entities: - - uid: 4146 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,-38.5 - parent: 8364 - uid: 16588 components: - type: Transform @@ -136309,6 +138685,12 @@ entities: rot: -1.5707963267948966 rad pos: -24.5,-38.5 parent: 8364 + - uid: 28781 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -40.5,-46.5 + parent: 8364 - proto: ReinforcedPlasmaWindow entities: - uid: 3494 @@ -136489,6 +138871,76 @@ entities: - type: Transform pos: 16.5,-82.5 parent: 8364 + - uid: 27851 + components: + - type: Transform + pos: 45.5,-81.5 + parent: 8364 + - uid: 27854 + components: + - type: Transform + pos: 39.5,-78.5 + parent: 8364 + - uid: 27855 + components: + - type: Transform + pos: 40.5,-78.5 + parent: 8364 + - uid: 27856 + components: + - type: Transform + pos: 42.5,-78.5 + parent: 8364 + - uid: 27858 + components: + - type: Transform + pos: 43.5,-78.5 + parent: 8364 + - uid: 27859 + components: + - type: Transform + pos: 45.5,-82.5 + parent: 8364 + - uid: 27860 + components: + - type: Transform + pos: 45.5,-83.5 + parent: 8364 + - uid: 27876 + components: + - type: Transform + pos: 43.5,-86.5 + parent: 8364 + - uid: 27877 + components: + - type: Transform + pos: 42.5,-86.5 + parent: 8364 + - uid: 27878 + components: + - type: Transform + pos: 40.5,-86.5 + parent: 8364 + - uid: 27879 + components: + - type: Transform + pos: 39.5,-86.5 + parent: 8364 + - uid: 27880 + components: + - type: Transform + pos: 37.5,-81.5 + parent: 8364 + - uid: 27881 + components: + - type: Transform + pos: 37.5,-82.5 + parent: 8364 + - uid: 27941 + components: + - type: Transform + pos: 37.5,-83.5 + parent: 8364 - proto: ReinforcedWindow entities: - uid: 13 @@ -137034,11 +139486,6 @@ entities: - type: Transform pos: -65.5,-10.5 parent: 8364 - - uid: 1145 - components: - - type: Transform - pos: -33.5,-35.5 - parent: 8364 - uid: 1179 components: - type: Transform @@ -137127,16 +139574,22 @@ entities: rot: -1.5707963267948966 rad pos: -67.5,-2.5 parent: 8364 - - uid: 1554 + - uid: 1523 components: - type: Transform - pos: -32.5,-35.5 + pos: 23.5,-68.5 parent: 8364 - uid: 1555 components: - type: Transform pos: -32.5,-32.5 parent: 8364 + - uid: 1556 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,-39.5 + parent: 8364 - uid: 1561 components: - type: Transform @@ -137152,25 +139605,16 @@ entities: - type: Transform pos: -27.5,-39.5 parent: 8364 - - uid: 1574 - components: - - type: Transform - pos: -32.5,-39.5 - parent: 8364 - - uid: 1575 - components: - - type: Transform - pos: -31.5,-39.5 - parent: 8364 - uid: 1576 components: - type: Transform pos: -31.5,-32.5 parent: 8364 - - uid: 1580 + - uid: 1593 components: - type: Transform - pos: -33.5,-39.5 + rot: 3.141592653589793 rad + pos: -38.5,-39.5 parent: 8364 - uid: 1594 components: @@ -137817,6 +140261,12 @@ entities: - type: Transform pos: -43.5,-26.5 parent: 8364 + - uid: 2935 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,-39.5 + parent: 8364 - uid: 2957 components: - type: Transform @@ -137842,6 +140292,12 @@ entities: - type: Transform pos: -44.5,-26.5 parent: 8364 + - uid: 3022 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,-36.5 + parent: 8364 - uid: 3029 components: - type: Transform @@ -137902,11 +140358,6 @@ entities: - type: Transform pos: 43.5,-74.5 parent: 8364 - - uid: 3103 - components: - - type: Transform - pos: 42.5,-74.5 - parent: 8364 - uid: 3107 components: - type: Transform @@ -138422,11 +140873,6 @@ entities: - type: Transform pos: 0.5,-61.5 parent: 8364 - - uid: 3963 - components: - - type: Transform - pos: -39.5,-45.5 - parent: 8364 - uid: 3965 components: - type: Transform @@ -138517,12 +140963,6 @@ entities: - type: Transform pos: 86.5,-14.5 parent: 8364 - - uid: 4098 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,-74.5 - parent: 8364 - uid: 4137 components: - type: Transform @@ -138653,11 +141093,6 @@ entities: - type: Transform pos: 30.5,-80.5 parent: 8364 - - uid: 4486 - components: - - type: Transform - pos: 30.5,-78.5 - parent: 8364 - uid: 4487 components: - type: Transform @@ -138738,11 +141173,6 @@ entities: - type: Transform pos: 1.5,-79.5 parent: 8364 - - uid: 4837 - components: - - type: Transform - pos: 25.5,-63.5 - parent: 8364 - uid: 5009 components: - type: Transform @@ -138824,15 +141254,11 @@ entities: - type: Transform pos: -5.5,-3.5 parent: 8364 - - uid: 7047 - components: - - type: Transform - pos: -33.5,-36.5 - parent: 8364 - - uid: 7147 + - uid: 7009 components: - type: Transform - pos: -33.5,-38.5 + rot: -1.5707963267948966 rad + pos: -32.5,-38.5 parent: 8364 - uid: 7215 components: @@ -139779,6 +142205,12 @@ entities: - type: Transform pos: -14.5,39.5 parent: 8364 + - uid: 9386 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,-80.5 + parent: 8364 - uid: 9399 components: - type: Transform @@ -139879,6 +142311,12 @@ entities: - type: Transform pos: 0.5,-79.5 parent: 8364 + - uid: 11002 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,-77.5 + parent: 8364 - uid: 11152 components: - type: Transform @@ -139889,6 +142327,12 @@ entities: - type: Transform pos: -13.5,3.5 parent: 8364 + - uid: 11571 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-77.5 + parent: 8364 - uid: 11590 components: - type: Transform @@ -139914,26 +142358,6 @@ entities: - type: Transform pos: 21.5,-15.5 parent: 8364 - - uid: 11995 - components: - - type: Transform - pos: 27.5,-63.5 - parent: 8364 - - uid: 11996 - components: - - type: Transform - pos: 27.5,-64.5 - parent: 8364 - - uid: 12004 - components: - - type: Transform - pos: 27.5,-65.5 - parent: 8364 - - uid: 12010 - components: - - type: Transform - pos: 27.5,-66.5 - parent: 8364 - uid: 12035 components: - type: Transform @@ -139986,16 +142410,6 @@ entities: rot: -1.5707963267948966 rad pos: -66.5,7.5 parent: 8364 - - uid: 12675 - components: - - type: Transform - pos: 27.5,-67.5 - parent: 8364 - - uid: 12678 - components: - - type: Transform - pos: 27.5,-68.5 - parent: 8364 - uid: 12886 components: - type: Transform @@ -140041,11 +142455,6 @@ entities: - type: Transform pos: -38.5,13.5 parent: 8364 - - uid: 13407 - components: - - type: Transform - pos: 27.5,-69.5 - parent: 8364 - uid: 13433 components: - type: Transform @@ -140076,6 +142485,18 @@ entities: - type: Transform pos: -44.5,-32.5 parent: 8364 + - uid: 14160 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,-41.5 + parent: 8364 + - uid: 14161 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,-36.5 + parent: 8364 - uid: 14698 components: - type: Transform @@ -140096,16 +142517,6 @@ entities: - type: Transform pos: -34.5,-25.5 parent: 8364 - - uid: 15004 - components: - - type: Transform - pos: -30.5,-36.5 - parent: 8364 - - uid: 15005 - components: - - type: Transform - pos: -30.5,-38.5 - parent: 8364 - uid: 15574 components: - type: Transform @@ -140428,11 +142839,6 @@ entities: - type: Transform pos: 86.5,-10.5 parent: 8364 - - uid: 22574 - components: - - type: Transform - pos: 25.5,-65.5 - parent: 8364 - uid: 22745 components: - type: Transform @@ -140443,16 +142849,58 @@ entities: - type: Transform pos: 1.5,-72.5 parent: 8364 + - uid: 22773 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,-38.5 + parent: 8364 - uid: 22848 components: - type: Transform pos: -18.5,-70.5 parent: 8364 + - uid: 22912 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-63.5 + parent: 8364 + - uid: 22914 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-64.5 + parent: 8364 + - uid: 22916 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-65.5 + parent: 8364 + - uid: 22917 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-66.5 + parent: 8364 - uid: 22920 components: - type: Transform pos: 10.5,-72.5 parent: 8364 + - uid: 22924 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-67.5 + parent: 8364 + - uid: 22946 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-68.5 + parent: 8364 - uid: 22966 components: - type: Transform @@ -140483,21 +142931,11 @@ entities: - type: Transform pos: -18.5,-68.5 parent: 8364 - - uid: 23172 - components: - - type: Transform - pos: 25.5,-67.5 - parent: 8364 - uid: 23190 components: - type: Transform pos: -7.5,-66.5 parent: 8364 - - uid: 23220 - components: - - type: Transform - pos: 25.5,-69.5 - parent: 8364 - uid: 23224 components: - type: Transform @@ -140538,26 +142976,11 @@ entities: - type: Transform pos: -14.5,37.5 parent: 8364 - - uid: 26064 - components: - - type: Transform - pos: 25.5,-68.5 - parent: 8364 - - uid: 26066 - components: - - type: Transform - pos: 25.5,-66.5 - parent: 8364 - uid: 26080 components: - type: Transform pos: 8.5,-23.5 parent: 8364 - - uid: 26087 - components: - - type: Transform - pos: 25.5,-64.5 - parent: 8364 - uid: 26601 components: - type: Transform @@ -140588,36 +143011,11 @@ entities: - type: Transform pos: -8.5,-64.5 parent: 8364 - - uid: 27849 - components: - - type: Transform - pos: 33.5,-78.5 - parent: 8364 - - uid: 27850 - components: - - type: Transform - pos: 32.5,-78.5 - parent: 8364 - - uid: 27851 - components: - - type: Transform - pos: 31.5,-78.5 - parent: 8364 - uid: 27852 components: - type: Transform pos: 31.5,-80.5 parent: 8364 - - uid: 27853 - components: - - type: Transform - pos: 32.5,-80.5 - parent: 8364 - - uid: 27854 - components: - - type: Transform - pos: 33.5,-80.5 - parent: 8364 - uid: 28136 components: - type: Transform @@ -140686,18 +143084,6 @@ entities: - type: Transform pos: 51.721848,-23.02736 parent: 8364 -- proto: RiotShield - entities: - - uid: 9119 - components: - - type: Transform - pos: 0.2666831,39.43831 - parent: 8364 - - uid: 9135 - components: - - type: Transform - pos: 0.2510581,39.68831 - parent: 8364 - proto: RobocopCircuitBoard entities: - uid: 22443 @@ -140760,11 +143146,11 @@ entities: parent: 8364 - proto: SalvageMagnet entities: - - uid: 16589 + - uid: 3136 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,-36.5 + rot: 1.5707963267948966 rad + pos: -43.5,-40.5 parent: 8364 - proto: Saw entities: @@ -142836,22 +145222,32 @@ entities: - type: Transform pos: 38.5,-33.5 parent: 8364 - - uid: 27383 +- proto: SignDangerMed + entities: + - uid: 27385 components: - type: Transform - pos: 27.5,-75.5 + pos: 10.5,-71.5 parent: 8364 - - uid: 27384 + - uid: 28656 components: - type: Transform - pos: 27.5,-70.5 + pos: 37.5,-85.5 parent: 8364 -- proto: SignDangerMed - entities: - - uid: 27385 + - uid: 28657 components: - type: Transform - pos: 10.5,-71.5 + pos: 45.5,-85.5 + parent: 8364 + - uid: 28658 + components: + - type: Transform + pos: 45.5,-79.5 + parent: 8364 + - uid: 28659 + components: + - type: Transform + pos: 37.5,-79.5 parent: 8364 - proto: SignDirectionalBridge entities: @@ -143470,6 +145866,12 @@ entities: parent: 8364 - proto: SignRadiationMed entities: + - uid: 14954 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-75.5 + parent: 8364 - uid: 17041 components: - type: Transform @@ -143525,6 +145927,26 @@ entities: - type: Transform pos: 2.5,-72.5 parent: 8364 + - uid: 28652 + components: + - type: Transform + pos: 44.5,-78.5 + parent: 8364 + - uid: 28653 + components: + - type: Transform + pos: 44.5,-86.5 + parent: 8364 + - uid: 28654 + components: + - type: Transform + pos: 38.5,-86.5 + parent: 8364 + - uid: 28655 + components: + - type: Transform + pos: 38.5,-78.5 + parent: 8364 - proto: SignRedFive entities: - uid: 27669 @@ -143854,11 +146276,6 @@ entities: - type: Transform pos: -38.5,-48.5 parent: 8364 - - uid: 21533 - components: - - type: Transform - pos: -30.5,-35.5 - parent: 8364 - uid: 21535 components: - type: Transform @@ -143928,13 +146345,11 @@ entities: parent: 8364 - proto: SiloRelay entities: - - uid: 17339 + - uid: 15265 components: - type: Transform - pos: -26.5,-36.5 + pos: -43.5,-41.5 parent: 8364 - - type: SiloUtilizer - silo: 28139 - proto: SingularityGenerator entities: - uid: 4541 @@ -144095,7 +146510,7 @@ entities: parent: 8364 - proto: SinkWide entities: - - uid: 494 + - uid: 4707 components: - type: Transform rot: 3.141592653589793 rad @@ -144148,6 +146563,48 @@ entities: rot: -1.5707963267948966 rad pos: 4.5,49.5 parent: 8364 +- proto: SmallLight + entities: + - uid: 22812 + components: + - type: Transform + pos: 27.5,-54.5 + parent: 8364 + - uid: 22813 + components: + - type: Transform + pos: 27.5,-56.5 + parent: 8364 + - uid: 22814 + components: + - type: Transform + pos: 27.5,-52.5 + parent: 8364 + - uid: 22820 + components: + - type: Transform + pos: 27.5,-50.5 + parent: 8364 + - uid: 22821 + components: + - type: Transform + pos: 27.5,-48.5 + parent: 8364 + - uid: 22822 + components: + - type: Transform + pos: 27.5,-46.5 + parent: 8364 + - uid: 22823 + components: + - type: Transform + pos: 27.5,-44.5 + parent: 8364 + - uid: 22824 + components: + - type: Transform + pos: 27.5,-42.5 + parent: 8364 - proto: SmartFridge entities: - uid: 2513 @@ -147086,11 +149543,6 @@ entities: parent: 8364 - proto: SuitStorageSec entities: - - uid: 3813 - components: - - type: Transform - pos: 0.5,33.5 - parent: 8364 - uid: 11965 components: - type: Transform @@ -147129,6 +149581,16 @@ entities: occludes: True ents: - 20856 + - uid: 12010 + components: + - type: Transform + pos: -2.5,35.5 + parent: 8364 + - uid: 12675 + components: + - type: Transform + pos: -1.5,35.5 + parent: 8364 - uid: 16531 components: - type: Transform @@ -147522,9 +149984,12 @@ entities: - uid: 27236 components: - type: Transform + anchored: False rot: -1.5707963267948966 rad pos: 35.5,-85.5 parent: 8364 + - type: Physics + bodyType: Dynamic - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraCommand @@ -149549,27 +152014,6 @@ entities: - SurveillanceCameraSupply nameSet: True id: Salvage Bay - - uid: 16781 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,-36.5 - parent: 8364 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSupply - nameSet: True - id: Salvage Bay Airlock - - uid: 16783 - components: - - type: Transform - pos: -36.5,-31.5 - parent: 8364 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSupply - nameSet: True - id: Cargo Bay - uid: 16784 components: - type: Transform @@ -153034,35 +155478,41 @@ entities: ents: [] - proto: TeslaCoil entities: - - uid: 22224 + - uid: 14166 components: - type: Transform - pos: 7.5,-85.5 + rot: -1.5707963267948966 rad + pos: -6.5,-77.5 parent: 8364 - - uid: 26855 + - uid: 14203 components: - type: Transform - pos: -8.5,-85.5 + rot: -1.5707963267948966 rad + pos: 4.5,-77.5 parent: 8364 - - uid: 26912 + - uid: 14207 components: - type: Transform - pos: -8.5,-86.5 + rot: -1.5707963267948966 rad + pos: -5.5,-77.5 parent: 8364 - - uid: 26913 + - uid: 14210 components: - type: Transform - pos: -8.5,-87.5 + rot: -1.5707963267948966 rad + pos: -4.5,-77.5 parent: 8364 - - uid: 26914 + - uid: 14219 components: - type: Transform - pos: 7.5,-86.5 + rot: -1.5707963267948966 rad + pos: 3.5,-77.5 parent: 8364 - - uid: 26915 + - uid: 14610 components: - type: Transform - pos: 7.5,-87.5 + rot: -1.5707963267948966 rad + pos: 5.5,-77.5 parent: 8364 - proto: TeslaGenerator entities: @@ -154308,10 +156758,10 @@ entities: parent: 8364 - proto: VendingMachineSalvage entities: - - uid: 21793 + - uid: 28873 components: - type: Transform - pos: -27.5,-29.5 + pos: -29.5,-36.5 parent: 8364 - proto: VendingMachineSciDrobe entities: @@ -154408,11 +156858,6 @@ entities: - type: Transform pos: 75.5,-43.5 parent: 8364 - - uid: 14610 - components: - - type: Transform - pos: -28.5,-29.5 - parent: 8364 - uid: 20910 components: - type: Transform @@ -154428,6 +156873,11 @@ entities: - type: Transform pos: 8.5,-77.5 parent: 8364 + - uid: 28872 + components: + - type: Transform + pos: -29.5,-38.5 + parent: 8364 - proto: VendingMachineTheater entities: - uid: 6688 @@ -155113,6 +157563,11 @@ entities: - type: Transform pos: -29.5,14.5 parent: 8364 + - uid: 494 + components: + - type: Transform + pos: -44.5,-46.5 + parent: 8364 - uid: 518 components: - type: Transform @@ -155707,6 +158162,12 @@ entities: - type: Transform pos: -35.5,17.5 parent: 8364 + - uid: 1145 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,-36.5 + parent: 8364 - uid: 1178 components: - type: Transform @@ -155918,6 +158379,11 @@ entities: - type: Transform pos: 30.5,4.5 parent: 8364 + - uid: 1575 + components: + - type: Transform + pos: 42.5,-74.5 + parent: 8364 - uid: 1578 components: - type: Transform @@ -155928,11 +158394,27 @@ entities: - type: Transform pos: 28.5,4.5 parent: 8364 + - uid: 1580 + components: + - type: Transform + pos: -44.5,-41.5 + parent: 8364 - uid: 1586 components: - type: Transform pos: 27.5,6.5 parent: 8364 + - uid: 1589 + components: + - type: Transform + pos: -43.5,-47.5 + parent: 8364 + - uid: 1590 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,-41.5 + parent: 8364 - uid: 1597 components: - type: Transform @@ -158000,6 +160482,12 @@ entities: rot: -1.5707963267948966 rad pos: 31.5,-41.5 parent: 8364 + - uid: 3021 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,-41.5 + parent: 8364 - uid: 3033 components: - type: Transform @@ -158025,25 +160513,16 @@ entities: - type: Transform pos: -29.5,-33.5 parent: 8364 - - uid: 3038 - components: - - type: Transform - pos: -30.5,-34.5 - parent: 8364 - uid: 3039 components: - type: Transform pos: -29.5,-34.5 parent: 8364 - - uid: 3040 - components: - - type: Transform - pos: -31.5,-35.5 - parent: 8364 - uid: 3043 components: - type: Transform - pos: -30.5,-35.5 + rot: -1.5707963267948966 rad + pos: -41.5,-39.5 parent: 8364 - uid: 3044 components: @@ -158155,6 +160634,11 @@ entities: - type: Transform pos: 2.5,-40.5 parent: 8364 + - uid: 3133 + components: + - type: Transform + pos: -44.5,-39.5 + parent: 8364 - uid: 3151 components: - type: Transform @@ -159232,10 +161716,10 @@ entities: - type: Transform pos: 7.5,-78.5 parent: 8364 - - uid: 3833 + - uid: 3834 components: - type: Transform - pos: 22.5,-70.5 + pos: -44.5,-40.5 parent: 8364 - uid: 3840 components: @@ -159247,11 +161731,6 @@ entities: - type: Transform pos: 31.5,-65.5 parent: 8364 - - uid: 3842 - components: - - type: Transform - pos: 32.5,-68.5 - parent: 8364 - uid: 3843 components: - type: Transform @@ -159282,30 +161761,15 @@ entities: - type: Transform pos: 25.5,-43.5 parent: 8364 - - uid: 3870 - components: - - type: Transform - pos: 20.5,-70.5 - parent: 8364 - - uid: 3895 - components: - - type: Transform - pos: 39.5,-72.5 - parent: 8364 - uid: 3896 components: - type: Transform pos: 39.5,-73.5 parent: 8364 - - uid: 3913 - components: - - type: Transform - pos: 40.5,-73.5 - parent: 8364 - uid: 3920 components: - type: Transform - pos: 40.5,-74.5 + pos: 21.5,-69.5 parent: 8364 - uid: 3925 components: @@ -159367,6 +161831,11 @@ entities: - type: Transform pos: 28.5,16.5 parent: 8364 + - uid: 3954 + components: + - type: Transform + pos: 22.5,-69.5 + parent: 8364 - uid: 3957 components: - type: Transform @@ -159576,6 +162045,12 @@ entities: - type: Transform pos: 23.5,-67.5 parent: 8364 + - uid: 4146 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,-73.5 + parent: 8364 - uid: 4154 components: - type: Transform @@ -161202,11 +163677,6 @@ entities: - type: Transform pos: -39.5,-46.5 parent: 8364 - - uid: 4871 - components: - - type: Transform - pos: -38.5,-42.5 - parent: 8364 - uid: 4873 components: - type: Transform @@ -161622,6 +164092,12 @@ entities: - type: Transform pos: -3.5,-23.5 parent: 8364 + - uid: 6253 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,-34.5 + parent: 8364 - uid: 6311 components: - type: Transform @@ -161718,11 +164194,28 @@ entities: - type: Transform pos: 1.5,-28.5 parent: 8364 + - uid: 7030 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,-38.5 + parent: 8364 + - uid: 7147 + components: + - type: Transform + pos: -44.5,-47.5 + parent: 8364 - uid: 7161 components: - type: Transform pos: 8.5,-49.5 parent: 8364 + - uid: 7197 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-69.5 + parent: 8364 - uid: 7214 components: - type: Transform @@ -163374,6 +165867,12 @@ entities: - type: Transform pos: 17.5,38.5 parent: 8364 + - uid: 9192 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,-45.5 + parent: 8364 - uid: 9206 components: - type: Transform @@ -163410,6 +165909,24 @@ entities: rot: 3.141592653589793 rad pos: 19.5,-64.5 parent: 8364 + - uid: 9375 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-73.5 + parent: 8364 + - uid: 9376 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,-73.5 + parent: 8364 + - uid: 9377 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-72.5 + parent: 8364 - uid: 9397 components: - type: Transform @@ -163578,16 +166095,6 @@ entities: - type: Transform pos: 9.5,-50.5 parent: 8364 - - uid: 11002 - components: - - type: Transform - pos: 21.5,-70.5 - parent: 8364 - - uid: 11571 - components: - - type: Transform - pos: 24.5,-70.5 - parent: 8364 - uid: 11593 components: - type: Transform @@ -163700,6 +166207,11 @@ entities: - type: Transform pos: -77.5,-15.5 parent: 8364 + - uid: 12678 + components: + - type: Transform + pos: 26.5,-62.5 + parent: 8364 - uid: 12686 components: - type: Transform @@ -163781,11 +166293,6 @@ entities: rot: 1.5707963267948966 rad pos: -72.5,27.5 parent: 8364 - - uid: 13475 - components: - - type: Transform - pos: 25.5,-70.5 - parent: 8364 - uid: 13603 components: - type: Transform @@ -163849,11 +166356,28 @@ entities: - type: Transform pos: -32.5,-23.5 parent: 8364 + - uid: 14721 + components: + - type: Transform + pos: -44.5,-42.5 + parent: 8364 - uid: 14723 components: - type: Transform pos: 15.5,-85.5 parent: 8364 + - uid: 14725 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,-39.5 + parent: 8364 + - uid: 14726 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -43.5,-39.5 + parent: 8364 - uid: 14862 components: - type: Transform @@ -163900,6 +166424,12 @@ entities: rot: 3.141592653589793 rad pos: 18.5,-62.5 parent: 8364 + - uid: 15503 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-73.5 + parent: 8364 - uid: 15516 components: - type: Transform @@ -164077,6 +166607,12 @@ entities: - type: Transform pos: 30.5,-47.5 parent: 8364 + - uid: 16589 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,-73.5 + parent: 8364 - uid: 16641 components: - type: Transform @@ -164186,16 +166722,34 @@ entities: - type: Transform pos: 25.5,-41.5 parent: 8364 + - uid: 16781 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,-73.5 + parent: 8364 - uid: 16782 components: - type: Transform pos: 27.5,-43.5 parent: 8364 + - uid: 16783 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-73.5 + parent: 8364 - uid: 16807 components: - type: Transform pos: 29.5,-56.5 parent: 8364 + - uid: 16829 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-71.5 + parent: 8364 - uid: 16879 components: - type: Transform @@ -164316,6 +166870,12 @@ entities: - type: Transform pos: 27.5,-55.5 parent: 8364 + - uid: 17059 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,-35.5 + parent: 8364 - uid: 17104 components: - type: Transform @@ -164429,12 +166989,6 @@ entities: - type: Transform pos: 26.5,-55.5 parent: 8364 - - uid: 17468 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,-62.5 - parent: 8364 - uid: 17512 components: - type: Transform @@ -164741,6 +167295,12 @@ entities: rot: -1.5707963267948966 rad pos: 90.5,-33.5 parent: 8364 + - uid: 20632 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-69.5 + parent: 8364 - uid: 20869 components: - type: Transform @@ -164767,6 +167327,12 @@ entities: - type: Transform pos: 32.5,34.5 parent: 8364 + - uid: 21533 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-70.5 + parent: 8364 - uid: 21624 components: - type: Transform @@ -164891,6 +167457,18 @@ entities: rot: 1.5707963267948966 rad pos: -7.5,14.5 parent: 8364 + - uid: 22546 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,-73.5 + parent: 8364 + - uid: 22574 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -42.5,-39.5 + parent: 8364 - uid: 22662 components: - type: Transform @@ -164922,6 +167500,38 @@ entities: rot: 1.5707963267948966 rad pos: 11.5,-62.5 parent: 8364 + - uid: 22786 + components: + - type: Transform + pos: 23.5,-69.5 + parent: 8364 + - uid: 22789 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,-73.5 + parent: 8364 + - uid: 22793 + components: + - type: Transform + pos: 24.5,-69.5 + parent: 8364 + - uid: 22794 + components: + - type: Transform + pos: 24.5,-62.5 + parent: 8364 + - uid: 22803 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,-73.5 + parent: 8364 + - uid: 22810 + components: + - type: Transform + pos: 26.5,-69.5 + parent: 8364 - uid: 22834 components: - type: Transform @@ -165037,11 +167647,6 @@ entities: - type: Transform pos: 10.5,-70.5 parent: 8364 - - uid: 23241 - components: - - type: Transform - pos: 23.5,-70.5 - parent: 8364 - uid: 24689 components: - type: Transform @@ -165167,12 +167772,6 @@ entities: - type: Transform pos: -8.5,-76.5 parent: 8364 - - uid: 26081 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,-62.5 - parent: 8364 - uid: 26089 components: - type: Transform @@ -165414,6 +168013,66 @@ entities: - type: Transform pos: 12.5,-68.5 parent: 8364 + - uid: 28032 + components: + - type: Transform + pos: 44.5,-78.5 + parent: 8364 + - uid: 28033 + components: + - type: Transform + pos: 45.5,-78.5 + parent: 8364 + - uid: 28034 + components: + - type: Transform + pos: 45.5,-79.5 + parent: 8364 + - uid: 28035 + components: + - type: Transform + pos: 45.5,-85.5 + parent: 8364 + - uid: 28036 + components: + - type: Transform + pos: 45.5,-86.5 + parent: 8364 + - uid: 28037 + components: + - type: Transform + pos: 44.5,-86.5 + parent: 8364 + - uid: 28038 + components: + - type: Transform + pos: 38.5,-86.5 + parent: 8364 + - uid: 28039 + components: + - type: Transform + pos: 37.5,-86.5 + parent: 8364 + - uid: 28040 + components: + - type: Transform + pos: 37.5,-85.5 + parent: 8364 + - uid: 28041 + components: + - type: Transform + pos: 37.5,-79.5 + parent: 8364 + - uid: 28042 + components: + - type: Transform + pos: 37.5,-78.5 + parent: 8364 + - uid: 28043 + components: + - type: Transform + pos: 38.5,-78.5 + parent: 8364 - uid: 28087 components: - type: Transform @@ -165688,6 +168347,26 @@ entities: - type: Transform pos: 27.5,37.5 parent: 8364 + - uid: 28660 + components: + - type: Transform + pos: 37.5,-80.5 + parent: 8364 + - uid: 28661 + components: + - type: Transform + pos: 45.5,-80.5 + parent: 8364 + - uid: 28662 + components: + - type: Transform + pos: 45.5,-84.5 + parent: 8364 + - uid: 28663 + components: + - type: Transform + pos: 37.5,-84.5 + parent: 8364 - proto: WallShuttle entities: - uid: 2304 @@ -175416,41 +178095,15 @@ entities: - 0 - proto: WardrobeGreyFilled entities: - - uid: 13886 + - uid: 4098 components: - type: Transform - pos: -47.5,-7.5 + pos: 42.5,-73.5 parent: 8364 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 5.001885 - - 18.816614 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 21615 + - uid: 13886 components: - type: Transform - pos: 41.5,-73.5 + pos: -47.5,-7.5 parent: 8364 - type: EntityStorage air: From f3fe038caa8ca675c97396b808c1c15cf27d5378 Mon Sep 17 00:00:00 2001 From: funkystationbot Date: Fri, 27 Jun 2025 00:39:11 +0000 Subject: [PATCH 035/182] Update Changelog (#952) --- Resources/Changelog/Funkylog.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Resources/Changelog/Funkylog.yml b/Resources/Changelog/Funkylog.yml index 22fe4e9c33b..f01cbdb5a95 100644 --- a/Resources/Changelog/Funkylog.yml +++ b/Resources/Changelog/Funkylog.yml @@ -3247,3 +3247,15 @@ Entries: are a bit more... postal id: 390 time: '2025-06-27T00:22:50.0000000+00:00' +- author: Huhm-1 + changes: + - type: Add + message: Added a more official docking area for salvage on Box + - type: Add + message: Added a temporary HFR area until I figure out other ways on Box + - type: Tweak + message: Moved the economy consoles outside of the heads office on Box + - type: Tweak + message: Adjusted Engineering to a little bit, adding lights to miners on Box + id: 391 + time: '2025-06-27T00:38:33.0000000+00:00' From 9caf79f041b6904b94a720e155d3a8c3b644d28c Mon Sep 17 00:00:00 2001 From: Mish Date: Thu, 26 Jun 2025 21:24:35 -0400 Subject: [PATCH 036/182] Kills Zombies (#973) --- .../Zombies/PendingZombieComponent.cs | 6 +++--- .../Objects/Specific/Medical/randompill.yml | 7 ++++++- Resources/Prototypes/GameRules/events.yml | 2 +- Resources/Prototypes/secret_weights.yml | 20 ++++--------------- 4 files changed, 14 insertions(+), 21 deletions(-) diff --git a/Content.Shared/Zombies/PendingZombieComponent.cs b/Content.Shared/Zombies/PendingZombieComponent.cs index 0fb61c84df1..30828c31e45 100644 --- a/Content.Shared/Zombies/PendingZombieComponent.cs +++ b/Content.Shared/Zombies/PendingZombieComponent.cs @@ -17,7 +17,7 @@ public sealed partial class PendingZombieComponent : Component { DamageDict = new () { - { "Poison", 0.2 }, + { "Poison", 0.0 }, //funky - no damage :) } }; @@ -25,7 +25,7 @@ public sealed partial class PendingZombieComponent : Component /// A multiplier for applied when the entity is in critical condition. ///

[DataField("critDamageMultiplier")] - public float CritDamageMultiplier = 10f; + public float CritDamageMultiplier = 1f; //funky - no multiplier :) [DataField("nextTick", customTypeSerializer:typeof(TimeOffsetSerializer))] public TimeSpan NextTick; @@ -52,7 +52,7 @@ public sealed partial class PendingZombieComponent : Component /// The chance each second that a warning will be shown. ///
[DataField("infectionWarningChance")] - public float InfectionWarningChance = 0.0166f; + public float InfectionWarningChance = 0.0f; //funky - no warning :) ///
/// Infection warnings shown as popups diff --git a/Resources/Prototypes/Entities/Objects/Specific/Medical/randompill.yml b/Resources/Prototypes/Entities/Objects/Specific/Medical/randompill.yml index da717f4fff1..8b1a2dd3a99 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Medical/randompill.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Medical/randompill.yml @@ -1,7 +1,7 @@ - type: weightedRandomFillSolution id: RandomFillStrangePill fills: - # 5 groups for a total weight of 100 + # 5 groups for a total weight of 100 + 0.1 for the Romerol - Funky # Very Good - weight: 15 - quantity: 15 weight: 5 @@ -81,6 +81,11 @@ weight: 2.5 reagents: - Lexorin + # Yeesh - Romerol, ~0.1% chance + - quantity: 15 + weight: 0.1 + reagents: + - Romerol - type: entity name: strange pill diff --git a/Resources/Prototypes/GameRules/events.yml b/Resources/Prototypes/GameRules/events.yml index 2c2a77308ff..002dcc7d6d1 100644 --- a/Resources/Prototypes/GameRules/events.yml +++ b/Resources/Prototypes/GameRules/events.yml @@ -38,7 +38,7 @@ - id: ParadoxCloneSpawn - id: RevenantSpawn - id: SleeperAgents - - id: ZombieOutbreak +# - id: ZombieOutbreak - funky - id: LoneOpsSpawn - id: BlobSpawn #Goobstation - Blob - id: FalseAlarm diff --git a/Resources/Prototypes/secret_weights.yml b/Resources/Prototypes/secret_weights.yml index 3478b22e32e..ca5e95f3611 100644 --- a/Resources/Prototypes/secret_weights.yml +++ b/Resources/Prototypes/secret_weights.yml @@ -4,23 +4,11 @@ Traitor: 0.25 # Goobstation Changeling: 0.03 # Goobstation unique antag Traitorling: 0.12 # 2 antags but less of each type applies for all hybrid modes, they all need 30 pop. Also makes lower pops roll more traitor games. - Nukeops: 0.15 # Funkystation - #NukeTraitor: 0.01 #why the fuck does this exist - #NukeLing: 0.01 #why the fuck does this exist - Revolutionary: 0.15 # Maybe 0.04 after wiz/cult? Goobstation - #RevTraitor: 0.02 #why the fuck does this exist - #RevLing: 0.03 - Zombie: 0.01 # Maybe 0.03 after wiz/cult? Goobstation - Survival: 0.03 # Maybe 0.03 after wiz/cult? Goobstation + Nukeops: 0.15 + Revolutionary: 0.15 # Maybe 0.08 after wiz/cult? + Survival: 0.04 # funky hi im putting something here because everything else has a comment Blob: 0.05 #funky Blobmode BlobTraitor: 0.1 #funky Blobmode - # Wizard: 0.05 # Why not, should probably be lower - CosmicCult: 0.11 # miish or someone else should actually enable this later - # HereticTraitor: 0.15 # funkystation - balance antag weights and separate them - removing for side antag ver - # ChangelingHeretics: 0.10 # funkystation - balance antag weights and separate them - removing for side antag ver - # KesslerSyndrome: 0.01 # Goobstation - remove kessler - # Wizard: 0.05 - # Cult: 0.05 - + CosmicCult: 0.11 From 3b3435defb7f39679fc40d889e0d50ab6cfcfa85 Mon Sep 17 00:00:00 2001 From: funkystationbot Date: Fri, 27 Jun 2025 01:25:05 +0000 Subject: [PATCH 037/182] Update Changelog (#973) --- Resources/Changelog/Funkylog.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Resources/Changelog/Funkylog.yml b/Resources/Changelog/Funkylog.yml index f01cbdb5a95..eb9c0dfec72 100644 --- a/Resources/Changelog/Funkylog.yml +++ b/Resources/Changelog/Funkylog.yml @@ -3259,3 +3259,13 @@ Entries: message: Adjusted Engineering to a little bit, adding lights to miners on Box id: 391 time: '2025-06-27T00:38:33.0000000+00:00' +- author: Miiish + changes: + - type: Remove + message: Zombies are no longer in the roundstart or midround antagonist pool. + - type: Tweak + message: Romerol is now a VERY RARE maintenance pill. + - type: Tweak + message: Zombie-infected humanoids no longer take poison damage. + id: 392 + time: '2025-06-27T01:24:35.0000000+00:00' From bbaf538ce56e2fdb623b9fe32291305e84acf4f8 Mon Sep 17 00:00:00 2001 From: jackel234 <52829582+jackel234@users.noreply.github.com> Date: Thu, 26 Jun 2025 22:00:08 -0400 Subject: [PATCH 038/182] Fixing a small oversight from my lizard noises pr (#974) --- Resources/Prototypes/SoundCollections/harpy.yml | 4 ++++ Resources/Prototypes/Voice/speech_emotes.yml | 7 +++++-- Resources/Prototypes/_DV/Voice/speech_emote_sounds.yml | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/SoundCollections/harpy.yml b/Resources/Prototypes/SoundCollections/harpy.yml index 324520766de..c9a1fb17ce1 100644 --- a/Resources/Prototypes/SoundCollections/harpy.yml +++ b/Resources/Prototypes/SoundCollections/harpy.yml @@ -54,6 +54,7 @@ - /Audio/Effects/spray.ogg - /Audio/Effects/spray2.ogg - /Audio/_Impstation/Voice/Vox/voxhiss.ogg + - /Audio/_Impstation/Voice/Reptilian/reptillian_hiss1.ogg - type: soundCollection id: HarpySigh @@ -245,3 +246,6 @@ - /Audio/Voice/Talk/pai.ogg - /Audio/Voice/Talk/pai_ask.ogg - /Audio/Voice/Talk/pai_exclaim.ogg + - /Audio/_Funkystation/Voice/Reptilian/lizardchirp1.ogg + - /Audio/_Funkystation/Voice/Reptilian/lizardchirp2.ogg + - /Audio/_Funkystation/Voice/Reptilian/lizardchirp3.ogg diff --git a/Resources/Prototypes/Voice/speech_emotes.yml b/Resources/Prototypes/Voice/speech_emotes.yml index eafd4c70737..2bc89bf46f4 100644 --- a/Resources/Prototypes/Voice/speech_emotes.yml +++ b/Resources/Prototypes/Voice/speech_emotes.yml @@ -282,8 +282,8 @@ available: false icon: _Impstation/Interface/Emotes/coo.png whitelist: - components: - - Vocal + tags: + - VoxEmotes blacklist: components: - BorgChassis @@ -448,6 +448,9 @@ name: chat-emote-name-weh category: Vocal icon: Interface/Emotes/weh.png + whitelist: + tags: + - LizardEmotes chatMessages: ["chat-emote-msg-weh"] chatTriggers: - weh diff --git a/Resources/Prototypes/_DV/Voice/speech_emote_sounds.yml b/Resources/Prototypes/_DV/Voice/speech_emote_sounds.yml index d2cbf96009b..c66012ad6a6 100644 --- a/Resources/Prototypes/_DV/Voice/speech_emote_sounds.yml +++ b/Resources/Prototypes/_DV/Voice/speech_emote_sounds.yml @@ -234,7 +234,7 @@ collection: MaleGasp DefaultDeathgasp: collection: MaleDeathGasp - Yap: + Yap: collection: VulpkaninYap Gekker: collection: VulpkaninGekker From 495c5b740078f6da728d504065a739720eee5b50 Mon Sep 17 00:00:00 2001 From: vectorassembly Date: Fri, 27 Jun 2025 17:36:41 +1100 Subject: [PATCH 039/182] Text highlighting cherry pick (#979) Co-authored-by: vitopigno <103512727+VitusVeit@users.noreply.github.com> --- .../Options/UI/OptionColorSlider.xaml | 7 + .../Options/UI/OptionColorSlider.xaml.cs | 31 ++++ .../Options/UI/OptionsTabControlRow.xaml.cs | 65 ++++++++ .../Options/UI/Tabs/AccessibilityTab.xaml | 7 + .../Options/UI/Tabs/AccessibilityTab.xaml.cs | 2 + .../Chat/ChatUIController.Highlighting.cs | 156 ++++++++++++++++++ .../Systems/Chat/ChatUIController.cs | 12 +- .../Chat/Controls/ChannelFilterPopup.xaml | 18 +- .../Chat/Controls/ChannelFilterPopup.xaml.cs | 27 +++ .../Systems/Chat/Widgets/ChatBox.xaml.cs | 13 +- Content.Shared/CCVar/CCVars.Chat.cs | 18 ++ Resources/Locale/en-US/chat/highlights.ftl | 57 +++++++ Resources/Locale/en-US/chat/ui/chat-box.ftl | 9 + .../en-US/escape-menu/ui/options-menu.ftl | 3 + 14 files changed, 420 insertions(+), 5 deletions(-) create mode 100644 Content.Client/Options/UI/OptionColorSlider.xaml create mode 100644 Content.Client/Options/UI/OptionColorSlider.xaml.cs create mode 100644 Content.Client/UserInterface/Systems/Chat/ChatUIController.Highlighting.cs create mode 100644 Resources/Locale/en-US/chat/highlights.ftl diff --git a/Content.Client/Options/UI/OptionColorSlider.xaml b/Content.Client/Options/UI/OptionColorSlider.xaml new file mode 100644 index 00000000000..4f5f0823506 --- /dev/null +++ b/Content.Client/Options/UI/OptionColorSlider.xaml @@ -0,0 +1,7 @@ + + + + diff --git a/Content.Client/Options/UI/OptionColorSlider.xaml.cs b/Content.Client/Options/UI/OptionColorSlider.xaml.cs new file mode 100644 index 00000000000..6f8f46a3b44 --- /dev/null +++ b/Content.Client/Options/UI/OptionColorSlider.xaml.cs @@ -0,0 +1,31 @@ +using Content.Client.Options.UI; +using Robust.Client.AutoGenerated; +using Robust.Client.UserInterface; + +namespace Content.Client.Options.UI; + +/// +/// Standard UI control used for color sliders in the options menu. Intended for use with . +/// +/// +[GenerateTypedNameReferences] +public sealed partial class OptionColorSlider : Control +{ + /// + /// The text describing what this slider affects. + /// + public string? Title + { + get => TitleLabel.Text; + set => TitleLabel.Text = value; + } + + /// + /// The example text showing the current color of the slider. + /// + public string? Example + { + get => ExampleLabel.Text; + set => ExampleLabel.Text = value; + } +} diff --git a/Content.Client/Options/UI/OptionsTabControlRow.xaml.cs b/Content.Client/Options/UI/OptionsTabControlRow.xaml.cs index 31dd9897f4e..ad262f94a26 100644 --- a/Content.Client/Options/UI/OptionsTabControlRow.xaml.cs +++ b/Content.Client/Options/UI/OptionsTabControlRow.xaml.cs @@ -121,6 +121,19 @@ public OptionSliderFloatCVar AddOptionPercentSlider( return AddOption(new OptionSliderFloatCVar(this, _cfg, cVar, slider, min, max, scale, FormatPercent)); } + /// + /// Add a color slider option, backed by a simple string CVar. + /// + /// The CVar represented by the slider. + /// The UI control for the option. + /// The option instance backing the added option. + public OptionColorSliderCVar AddOptionColorSlider( + CVarDef cVar, + OptionColorSlider slider) + { + return AddOption(new OptionColorSliderCVar(this, _cfg, cVar, slider)); + } + /// /// Add a slider option, backed by a simple integer CVar. /// @@ -518,6 +531,58 @@ private void UpdateLabelValue() } } +/// +/// Implementation of a CVar option that simply corresponds with a string . +/// +/// +public sealed class OptionColorSliderCVar : BaseOptionCVar +{ + private readonly OptionColorSlider _slider; + + protected override string Value + { + get => _slider.Slider.Color.ToHex(); + set + { + _slider.Slider.Color = Color.FromHex(value); + UpdateLabelColor(); + } + } + + /// + /// Creates a new instance of this type. + /// + /// + /// + /// It is generally more convenient to call overloads on + /// such as instead of instantiating this type directly. + /// + /// + /// The control row that owns this option. + /// The configuration manager to get and set values from. + /// The CVar that is being controlled by this option. + /// The UI control for the option. + public OptionColorSliderCVar( + OptionsTabControlRow controller, + IConfigurationManager cfg, + CVarDef cVar, + OptionColorSlider slider) : base(controller, cfg, cVar) + { + _slider = slider; + + slider.Slider.OnColorChanged += _ => + { + ValueChanged(); + UpdateLabelColor(); + }; + } + + private void UpdateLabelColor() + { + _slider.ExampleLabel.FontColorOverride = Color.FromHex(Value); + } +} + /// /// Implementation of a CVar option that simply corresponds with an integer . /// diff --git a/Content.Client/Options/UI/Tabs/AccessibilityTab.xaml b/Content.Client/Options/UI/Tabs/AccessibilityTab.xaml index 763fd995ca8..c1c2c178461 100644 --- a/Content.Client/Options/UI/Tabs/AccessibilityTab.xaml +++ b/Content.Client/Options/UI/Tabs/AccessibilityTab.xaml @@ -12,6 +12,13 @@ + + + [DataField] public bool AllowSelection = true; + + /// + /// Funkystation - should the job icon be selectable on the ID card console? + /// + [DataField] + public bool AllowIdConsole = true; } /// diff --git a/Resources/Locale/en-US/_Funkystation/access/ui/id-card-console-component.ftl b/Resources/Locale/en-US/_Funkystation/access/ui/id-card-console-component.ftl new file mode 100644 index 00000000000..cbc36b067a0 --- /dev/null +++ b/Resources/Locale/en-US/_Funkystation/access/ui/id-card-console-component.ftl @@ -0,0 +1,3 @@ +id-card-console-icon-menu-title = Job icon selection +id-card-console-window-job-icon-label = Job icon: +id-card-console-window-job-icon-change-button = Change diff --git a/Resources/Prototypes/StatusIcon/job.yml b/Resources/Prototypes/StatusIcon/job.yml index 9cf56766f7c..4ec24a0ab99 100644 --- a/Resources/Prototypes/StatusIcon/job.yml +++ b/Resources/Prototypes/StatusIcon/job.yml @@ -28,6 +28,7 @@ sprite: /Textures/Interface/Misc/job_icons.rsi state: Borg jobName: job-name-borg + allowIdConsole: false # Funkystation - type: jobIcon parent: JobIcon @@ -36,6 +37,7 @@ sprite: /Textures/Interface/Misc/job_icons.rsi state: StationAi jobName: job-name-station-ai + allowIdConsole: false # Funkystation - type: jobIcon parent: JobIcon @@ -116,6 +118,7 @@ sprite: /Textures/Interface/Misc/job_icons.rsi state: NoId jobName: job-name-no-id + allowIdConsole: false # Funkystation - type: jobIcon parent: JobIcon @@ -156,6 +159,7 @@ sprite: /Textures/Interface/Misc/job_icons.rsi state: Unknown jobName: job-name-unknown + allowIdConsole: false # Funkystation - type: jobIcon parent: JobIcon @@ -388,6 +392,7 @@ sprite: /Textures/Interface/Misc/job_icons.rsi state: Zombie jobName: job-name-zombie + allowIdConsole: false # Funkystation - type: jobIcon parent: JobIcon @@ -396,6 +401,7 @@ sprite: /Textures/Interface/Misc/job_icons.rsi state: Syndicate jobName: job-name-syndicate + allowIdConsole: false # Funkystation - type: jobIcon parent: JobIcon diff --git a/Resources/Prototypes/_Goobstation/StatusEffects/job.yml b/Resources/Prototypes/_Goobstation/StatusEffects/job.yml index 3e31a84c1e2..212ca1d480c 100644 --- a/Resources/Prototypes/_Goobstation/StatusEffects/job.yml +++ b/Resources/Prototypes/_Goobstation/StatusEffects/job.yml @@ -5,6 +5,7 @@ sprite: /Textures/_Goobstation/Interface/Misc/job_icons.rsi state: Future jobName: job-name-futureagent + allowIdConsole: false # Funkystation - type: jobIcon parent: JobIcon From ffe0aa358e451c9c27b67831fe84fe5b12cc3b22 Mon Sep 17 00:00:00 2001 From: funkystationbot Date: Wed, 2 Jul 2025 04:50:46 +0000 Subject: [PATCH 091/182] Update Changelog (#998) --- Resources/Changelog/Funkylog.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Resources/Changelog/Funkylog.yml b/Resources/Changelog/Funkylog.yml index 1adbd2fe51c..a757b2d5399 100644 --- a/Resources/Changelog/Funkylog.yml +++ b/Resources/Changelog/Funkylog.yml @@ -3382,3 +3382,9 @@ Entries: message: Rodents can now squeak AND scream with appropriate sounds. id: 405 time: '2025-07-02T01:57:06.0000000+00:00' +- author: ilyamikcoder + changes: + - type: Add + message: ID card computer has a dedicated job icon option + id: 406 + time: '2025-07-02T04:50:16.0000000+00:00' From 789a1aa997029fea8f8b4e6e2fff0620c811bef2 Mon Sep 17 00:00:00 2001 From: mkanke-real Date: Wed, 2 Jul 2025 21:24:42 -0400 Subject: [PATCH 092/182] Adds genpop access to secoff, ward, and HoS (#1028) --- Resources/Prototypes/Roles/Jobs/Security/head_of_security.yml | 2 ++ Resources/Prototypes/Roles/Jobs/Security/security_officer.yml | 2 ++ Resources/Prototypes/Roles/Jobs/Security/warden.yml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/Resources/Prototypes/Roles/Jobs/Security/head_of_security.yml b/Resources/Prototypes/Roles/Jobs/Security/head_of_security.yml index 1c4d4760a69..337d681c10a 100644 --- a/Resources/Prototypes/Roles/Jobs/Security/head_of_security.yml +++ b/Resources/Prototypes/Roles/Jobs/Security/head_of_security.yml @@ -31,6 +31,8 @@ - External - Detective - Cryogenics + - GenpopEnter + - GenpopLeave special: - !type:AddImplantSpecial implants: [ MindShieldImplant ] diff --git a/Resources/Prototypes/Roles/Jobs/Security/security_officer.yml b/Resources/Prototypes/Roles/Jobs/Security/security_officer.yml index 652ecf4b077..032a32532b7 100644 --- a/Resources/Prototypes/Roles/Jobs/Security/security_officer.yml +++ b/Resources/Prototypes/Roles/Jobs/Security/security_officer.yml @@ -18,6 +18,8 @@ - Service - External - Cryogenics + - GenpopEnter + - GenpopLeave special: - !type:AddImplantSpecial implants: [ MindShieldImplant ] diff --git a/Resources/Prototypes/Roles/Jobs/Security/warden.yml b/Resources/Prototypes/Roles/Jobs/Security/warden.yml index 03a9f114d51..728c694e9fa 100644 --- a/Resources/Prototypes/Roles/Jobs/Security/warden.yml +++ b/Resources/Prototypes/Roles/Jobs/Security/warden.yml @@ -20,6 +20,8 @@ - External - Detective - Cryogenics + - GenpopEnter + - GenpopLeave special: - !type:AddImplantSpecial implants: [ MindShieldImplant ] From 2ea6f489bbe209305a43bcbff3dfe57c4d6badef Mon Sep 17 00:00:00 2001 From: funkystationbot Date: Thu, 3 Jul 2025 01:25:17 +0000 Subject: [PATCH 093/182] Update Changelog (#1028) --- Resources/Changelog/Funkylog.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Resources/Changelog/Funkylog.yml b/Resources/Changelog/Funkylog.yml index a757b2d5399..fbc8afc2cd3 100644 --- a/Resources/Changelog/Funkylog.yml +++ b/Resources/Changelog/Funkylog.yml @@ -3388,3 +3388,9 @@ Entries: message: ID card computer has a dedicated job icon option id: 406 time: '2025-07-02T04:50:16.0000000+00:00' +- author: mkanke-real + changes: + - type: Fix + message: Sec ids now work with genpop turnstiles + id: 407 + time: '2025-07-03T01:24:42.0000000+00:00' From 33636e00c5164bc5f2884b10b01271ffe508a288 Mon Sep 17 00:00:00 2001 From: GumshoeWorm Date: Wed, 2 Jul 2025 22:25:42 -0300 Subject: [PATCH 094/182] Cherry-picked the Propeller Hat and Swirl Lollipop items originally from upstream commit #38260 by SlamBamActionman. (#1033) Co-authored-by: SlamBamActionman <83650252+SlamBamActionman@users.noreply.github.com> --- .../Inventories/clothesmate.yml | 1 + .../VendingMachines/Inventories/snack.yml | 1 + .../VendingMachines/Inventories/theater.yml | 1 + .../Entities/Clothing/Head/hats.yml | 15 +++++ .../Random/Food_Drinks/food_snacks.yml | 1 + .../Objects/Consumable/Food/snacks.yml | 35 +++++++++++ .../Head/Hats/propellerhat.rsi/icon-on.png | Bin 0 -> 658 bytes .../Head/Hats/propellerhat.rsi/icon.png | Bin 0 -> 658 bytes .../Hats/propellerhat.rsi/inhand-left.png | Bin 0 -> 860 bytes .../Hats/propellerhat.rsi/inhand-right.png | Bin 0 -> 860 bytes .../Head/Hats/propellerhat.rsi/meta.json | 59 ++++++++++++++++++ .../propellerhat.rsi/off-equipped-HELMET.png | Bin 0 -> 15081 bytes .../propellerhat.rsi/on-equipped-HELMET.png | Bin 0 -> 16060 bytes .../Consumable/Food/candy.rsi/meta.json | 13 +++- .../candy.rsi/swirl_lollipop-inhand-left.png | Bin 0 -> 15293 bytes .../candy.rsi/swirl_lollipop-inhand-right.png | Bin 0 -> 15287 bytes .../Food/candy.rsi/swirl_lollipop.png | Bin 0 -> 588 bytes 17 files changed, 125 insertions(+), 1 deletion(-) create mode 100644 Resources/Textures/Clothing/Head/Hats/propellerhat.rsi/icon-on.png create mode 100644 Resources/Textures/Clothing/Head/Hats/propellerhat.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Head/Hats/propellerhat.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Head/Hats/propellerhat.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Head/Hats/propellerhat.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Head/Hats/propellerhat.rsi/off-equipped-HELMET.png create mode 100644 Resources/Textures/Clothing/Head/Hats/propellerhat.rsi/on-equipped-HELMET.png create mode 100644 Resources/Textures/Objects/Consumable/Food/candy.rsi/swirl_lollipop-inhand-left.png create mode 100644 Resources/Textures/Objects/Consumable/Food/candy.rsi/swirl_lollipop-inhand-right.png create mode 100644 Resources/Textures/Objects/Consumable/Food/candy.rsi/swirl_lollipop.png diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml index 8adcda5f9af..6d88d95c2a1 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml @@ -79,6 +79,7 @@ ClothingHeadHatCorpsoft: 2 ClothingHeadFishCap: 2 ClothingHeadRastaHat: 2 + ClothingHeadPropellerHat: 2 ClothingBeltStorageWaistbag: 3 ClothingEyesGlasses: 6 ClothingHandsGlovesColorBlack: 4 diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/snack.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/snack.yml index cd89dbeb167..37256c24591 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/snack.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/snack.yml @@ -7,5 +7,6 @@ FoodSnackPistachios: 3 FoodSnackSus: 3 FoodSnackSemki: 3 + FoodSnackSwirlLollipop: 3 contrabandInventory: FoodSnackSyndi: 3 diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/theater.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/theater.yml index 63c2228f4b9..3309fdd532d 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/theater.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/theater.yml @@ -14,6 +14,7 @@ ClothingHeadHatCardborg: 2 ClothingOuterCardborg: 2 ClothingHeadHatSombrero: 2 + ClothingHeadPropellerHat: 2 ClothingOuterPonchoClassic: 2 ClothingHeadHatPwig: 2 ClothingOuterRobesJudge: 2 diff --git a/Resources/Prototypes/Entities/Clothing/Head/hats.yml b/Resources/Prototypes/Entities/Clothing/Head/hats.yml index 62647482939..898cbc6a30b 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/hats.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/hats.yml @@ -1148,3 +1148,18 @@ sprite: Clothing/Head/Hats/beret_medic.rsi - type: Clothing sprite: Clothing/Head/Hats/beret_medic.rsi + +- type: entity + parent: ClothingHeadBase + id: ClothingHeadPropellerHat + name: propeller hat + description: You're the goodest one of all. + components: + - type: Sprite + sprite: Clothing/Head/Hats/propellerhat.rsi + layers: + - state: icon-on + map: [ "light" ] + - type: Clothing + equippedPrefix: on + sprite: Clothing/Head/Hats/propellerhat.rsi diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/Food_Drinks/food_snacks.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/Food_Drinks/food_snacks.yml index 9f4b3e59835..d2c60fe7bb0 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/Food_Drinks/food_snacks.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/Food_Drinks/food_snacks.yml @@ -45,5 +45,6 @@ - FoodFrozenSnowconeRainbow - FoodSnackPistachios - FoodSnackSemki + - FoodSnackSwirlLollipop chance: 0.8 offset: 0.0 diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/snacks.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/snacks.yml index b03f6232250..0616d65dead 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/snacks.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/snacks.yml @@ -498,6 +498,41 @@ - ReagentId: Theobromine Quantity: 3 +- type: entity + name: swirl lollipop + parent: FoodSnackBase + id: FoodSnackSwirlLollipop + description: A swirly circle of pure concentrated sugar. Who's the biggest kid on the playground now? + components: + - type: Sprite + sprite: Objects/Consumable/Food/candy.rsi + state: swirl_lollipop + - type: Item + sprite: Objects/Consumable/Food/candy.rsi + heldPrefix: swirl_lollipop + size: Small + - type: Tag + tags: + - FoodSnack + - ReptilianFood + - type: SolutionContainerManager + solutions: + food: + maxVol: 20 # Room for extra condiments + reagents: + - ReagentId: Sugar + Quantity: 15 + - type: FlavorProfile + flavors: + - sweet + - type: MeleeWeapon + wideAnimationRotation: -135 + damage: + types: + Blunt: 2 + soundHit: + collection: WeakHit + # Trash - type: entity diff --git a/Resources/Textures/Clothing/Head/Hats/propellerhat.rsi/icon-on.png b/Resources/Textures/Clothing/Head/Hats/propellerhat.rsi/icon-on.png new file mode 100644 index 0000000000000000000000000000000000000000..6201d1e75f7d1a40cc214739435648efcb2dd09d GIT binary patch literal 658 zcmV;D0&V??P)lV{&WV5{f!8Ymg7x|JiqMltkONT^{;B{1zjw#jM7L6U z64!`Q6XeC4FPd{u&NBh!VwL)xs~MjpFgY#&!Zm_a8VEbrrGQq1Wuh3X-+A`xyr9h8 zreG#iF}$YZCY(!sBWI(7a4r}GNs?eVm!{y{%XwS#nI#1o;JeyE?MHCp@gYGBOEi7T4m$7QajgfY1SNr(5Q-8iT#X8!&ARv&++BD|+F$k6o~a*ppyAmTIspc%kY8?x z*hMz|b@K;2*gply?3DBO0EJ)j)3I8kCFR&3B3uwYlMg`h(UkKyArI$cCSn(^D_|Cl zNWl*o>6bjP57!mQ-+U+Fr@+IEL^AR=mOpJ9t}CEQU^NrL2E~qd0yh+}BBH|0esEj~ s=!sz5!fgpOig=ZO^MApKz<(w18)Vb)^B+P@tpET307*qoM6N<$f(;EM)&Kwi literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hats/propellerhat.rsi/icon.png b/Resources/Textures/Clothing/Head/Hats/propellerhat.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..6201d1e75f7d1a40cc214739435648efcb2dd09d GIT binary patch literal 658 zcmV;D0&V??P)lV{&WV5{f!8Ymg7x|JiqMltkONT^{;B{1zjw#jM7L6U z64!`Q6XeC4FPd{u&NBh!VwL)xs~MjpFgY#&!Zm_a8VEbrrGQq1Wuh3X-+A`xyr9h8 zreG#iF}$YZCY(!sBWI(7a4r}GNs?eVm!{y{%XwS#nI#1o;JeyE?MHCp@gYGBOEi7T4m$7QajgfY1SNr(5Q-8iT#X8!&ARv&++BD|+F$k6o~a*ppyAmTIspc%kY8?x z*hMz|b@K;2*gply?3DBO0EJ)j)3I8kCFR&3B3uwYlMg`h(UkKyArI$cCSn(^D_|Cl zNWl*o>6bjP57!mQ-+U+Fr@+IEL^AR=mOpJ9t}CEQU^NrL2E~qd0yh+}BBH|0esEj~ s=!sz5!fgpOig=ZO^MApKz<(w18)Vb)^B+P@tpET307*qoM6N<$f(;EM)&Kwi literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hats/propellerhat.rsi/inhand-left.png b/Resources/Textures/Clothing/Head/Hats/propellerhat.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..cf4fb0d02ce8f9fcc5bfc09afd15eb6b44cd3671 GIT binary patch literal 860 zcmV-i1Ec(jP)u7Zn0!9jHK zHTWOsD!3{Lf+C1GI{R8g;<={KB06}(&H3@&e1~(tK-ENEH{I|kn3m@x;<4z=>|C_& ziCV%ygf>lg?aAbLia*!;4Ix#p`&BRgw;C2Rt`4Dy@UU(>p0G^A#ENGt-V|=tbK0Wt zzHpx-0}5X#Jst3);%vaLik(zqOzx(7Mza;1u3$aqn8LlnU1q+Zm*!D7Y0OyDNvR#O zJ8?-6Cq|Ss1(wL;(J$4K%zpO`eEX(Y7LP7(n^hcfWXXxQPt<~R%}6yw&&ZQ!RptIO zPuCb447xYQpyt8%U%H`g3qFg!|8d~^pNCL=4`)`{zbrY8yop{cYh8QLybdSlWi7o8 zryJ0IXKRl3Emg~|G7NY=hNf9)xq|xnAgj_jN4Jn#lV5ZRJG;;$-#0IO0jKh3;T_Nb z!2kdN32;bRa{vGf4FCWO4FT;3z$^d&0hLKaK~#8N?b^RffZffE zh!pj!DUbd!r4&{3;eaBV8e-a*X5B#->s>fwd+rmqHW_TmLUf2Mg*N#?HBSX9b=DrW|PSO9%JeT&_Xh)3y@OdLXE_m zy%ynfGbIyw-mce7)=tidg`U!1wK%%Iq*N{~-jGM?cH;a_rEAz6&+Gfw24n}iDULJ|qc(#UiC?8(bH8(>qfHwJ| zW$jSDq9;DjbLsv=_aYePfu7Zn0!9jHK zHTWOsD!3{Lf+C1GI{R8g;<={KB06}(&H3@&e1~(tK-ENEH{I|kn3m@x;<4z=>|C_& ziCV%ygf>lg?aAbLia*!;4Ix#p`&BRgw;C2Rt`4Dy@UU(>p0G^A#ENGt-V|=tbK0Wt zzHpx-0}5X#Jst3);%vaLik(zqOzx(7Mza;1u3$aqn8LlnU1q+Zm*!D7Y0OyDNvR#O zJ8?-6Cq|Ss1(wL;(J$4K%zpO`eEX(Y7LP7(n^hcfWXXxQPt<~R%}6yw&&ZQ!RptIO zPuCb447xYQpyt8%U%H`g3qFg!|8d~^pNCL=4`)`{zbrY8yop{cYh8QLybdSlWi7o8 zryJ0IXKRl3Emg~|G7NY=hNf9)xq|xnAgj_jN4Jn#lV5ZRJG;;$-#0IO0jKh3;T_Nb z!2kdN32;bRa{vGf3;+NN3;{ntBFF#$0hLKaK~#8N?b^Rf!$1@V@RyRdSE9^iGKtiCA-NEp?VmCgX|1|NVm<5gF#g z3{8=Zm!g@EBZjr)YQOnll9hkp#SfTyGXFUjW{Ikg5t7pnUDg#>@#UtNeH08r7d-_ZH=7I%AVIOe(W$$v1l(9LIH{oMrm{Wz;-vZeE}6SF3c$FLtk-r?x&mU zC$a7YjG49buwlDBNJ$voa=@Apy=ir#Y{`||e|mL6R9d-O7jtf2y(CGJXuq~*Unc+n z0000000000004Z0egTVD`URYDd}h`+bHbMON`sG6>XNuNp~xg>HCLV$I_2niyjgrK zJWM=z-vAFis}XOW5I1?$pZWvtTcZBz>H3}h0{x?NOukJv;=z!Zr)nD_b1O literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hats/propellerhat.rsi/meta.json b/Resources/Textures/Clothing/Head/Hats/propellerhat.rsi/meta.json new file mode 100644 index 00000000000..9acc5e0ccbd --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hats/propellerhat.rsi/meta.json @@ -0,0 +1,59 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/9bfce7e50375ac0b347c0236aa282de77c001767", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "on-equipped-HELMET", + "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": "off-equipped-HELMET", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "icon-on" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Head/Hats/propellerhat.rsi/off-equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hats/propellerhat.rsi/off-equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..1d707db963bb4d97b47d6cd71c0356689e4b6f49 GIT binary patch literal 15081 zcmeI3dvFs)9LKLbOGTzW0ik$C9dRJNyF8laCJlk6v{eF~QfWXLIPSLX*(8_VU7JwL zOBoeGQNRbzs4xRQP?1q*!~qMUsAwG#9g#YvD89f~MJ;wfbT3JhZJM&`@aJYGxnFm` z-`{WVvya|Cx2j@h>BTu$Xje6VoW<5M< z)HsSNoFG^Eb-!;0FDk)&K~ffh{Ae%?)fDBL5)BJtJ<#bzpjHkQnSR-|$3)9gk*V75 zV}0RbP$!o)t6+BX%qp?DUUW*PDefFsl!pm|Ko{s}Fc8xCXpt$Fmxr;@%$VqyM6WM0 zO*IPAeqRM$tf+vt=NFhow!lFQdZ#DK!M}=3b-Etr872~mX-213wKxoz zN}wr?st8J&;H_Mn>F#y8CN(*IG8sJsjvYkh0c=K3+!k93@fmW#d*zE&An1x(r6>V+ ze3e!7BBYCpW2=guSS^PnC8FKvV$vOkmxTPdC@rW!bjrqt*WK?PH5;hOk2yF8w? zuPr^ji!sjqfZTT?;;nt>r+3BnpHG)@obhliz;Ow&IpADOzqVB6xZZEfX`nHtcNVbl z!*IrL!isjMTj!qNigu@4Q_fpLvhIfaFgDP%X2fNjx$$FRHheq)?gG2rYIiZ|&FPK` zISK-PuMGFEW~|BrTf&pxk?<6NT!UYae zcXWXhqv=Qylm<2?xUh&&0l|gRz{Ug@77;2SxKJ9{nBc-9LIngDN&_1cTv$Y?fZ#%D zU}J&{iwG4ETqq4}OmJZlp#p*nrGbqJE-WHcKyaZnura}fMT80nE|dl~Cb+POPyxY( z(!j<97ZwpJAh=K(*qGqLB0>cO7fJ&g6I@tCsDR)?X<%c53yTO95L_q?Y)o)r5upNt z3#EaL2`(%mR6uZ{G_Wzjg++u42riTcHYT{Rh)@B+h0?&r1Q!+&Dj>K}8rYcN!XiQi z1Q$vJ8=n_fPU@vU5Q1;|Mc^xal6+k$d>xP$%PM^o)qFigEx(JRdj5vj6BO0RQq;+X z6vaPAQKOZ03-(W^s6i#=-lr!5Lz~wvw-w(wXUL;7 zF3mkV{JuMH9Y16Eu1W3LZ?VAn4{w4M%kEopgY%*=6*E)e$pVLEbV#Lv5JD}N|CI&1CR z=;a-|_q?=z^=F^>*>_&t=lkTUJH~eGURFxo{Kz-cS3I-v<6%QTXzVt9{#@Qu)zo+2 z-q7Zm{NAxScOO1H=fmmyg>%1ca9nZlrlsm7n?_!}w{_nB1Euqs+<6BUw450kh>n^e zTGvNKeri|4uzh0&=e+>(vI1AxQnQ}V&_a)1y-y>^1ou`M7yy0+LM|;!Yh1(vhpZtyb^VYVB-7^lXpS5k>{o}Te z@A|swmHDG`+nBB;<|Ajiqmz36?5SZ2=ee4nJz@#J`ICLx_2V4ff2e0#=qraGt3Em5 ztph`~c`N^3`uP*$@x85I{B~u}N1gZV7=5DC^nK)8f5+ons_LI^-pwr$*&!Pn9Jj6Q z`srh}deSwgSa5ssuH5X0I?uL0Ijd#tpkv2Z+|{{p@SNt0Dmwf<&%Zt4)zT9aT6<0& rKf7w{{DaFf-Wz(yd-v>rDvR<2KXZp$MvOLIMlCOy>D@kU;hp~gu1l_D literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hats/propellerhat.rsi/on-equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hats/propellerhat.rsi/on-equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..a8f65c32a6bec3e4668b8b7450620bad9a6c3cd8 GIT binary patch literal 16060 zcmeI3e^gV~9l#%AK@op+v%^|{q|weFUGnl0UP7KB2t);GkOB^@GJSb@fj5%8n7o(} z3uUnG*!I{~j@EU|N>96;;!f#y*ko#JUENMkXWMjcb47;kj8p9@$Z#GUqICBqAqkgo z$BsQ`|Gb=&D$yyi%w%KSnXULrGhC3#;@yTwpea8FKtCnyF<4nT4(9 zoZ0fhQ}4=UoHbisL7G)&S3XmMY88x1tCQ*UN`lnsGIigQsZ|7tt2DSq zrBG|AOcj->mPI~tV;ZW zfEfx;ol~Iw3a4j9*vYsb6YF8zoJ-(%r%d!qTX?UKEtiXdqMyjR9Ij{}rzgS=P{jST z3n!E+Jdu%=iQ2flZhI&-D}%Fk*1L&IC`QX3E@IKR1P$s0o{e zwnDf<2C!Bt-_6nj?=I(gyD_}WO2!e&^7BKxO18R!b6R`eO=9(qd1Fnqz#7#m zHK|Z(6$DXEs42CIA~lby)RamU=OjE6@?qw!oULw>4=qKK6qynBPfc}%2_Er$?CL37NM|aT5JkZm&qzDYQ085Fj^f+ zlQd9S47hk)fl(|I(Nk!2VvP6&pfVH-Z#GkfPLDu?1r(Y>`EVc~Qe&|YdRDElSu;t6 zUYn^^STqcw&=3}DCc&_3mez-M!$k8~W)aup(Ic*>ztnJMapsd;Z*g;=Wz+V!IsY5Y zaEJtMCWR{C#M;(D;Kgc`vAZXZ#%ddCt}fc`Va3*wEg$b4(QXW;Mn8s73!-R7Y|BPQ zJlU+(fKM2Wr3IUDlM6V#4HfnuXFhcdUk&R-b%wC3(5$JQczB!Oqup$7H8?ZVXGm2g2o(4vG3%?Hv-xF8^CQNo4h18F5(5D>H|;X?C)v=S}|2wIeIq4_{s z2^RzeElRl1d?2la3j%@`C0uAekXFJ40YQrrE;JuVE8&8GphXE6nh&Iva6v%OqJ#_0 z2hvKoARuT_!iDAoX(e0`5VR=aLi2&N5-tb`T9k01`9N9;7X$2*?@ZoxUl9uZk`(m+_Y?axum=(+1-%S@y<*7 zw|f8iozlKrJ!BTU@KVv*&#(P0!?WqVXLc9zRXJmKng@3FughqBziM0m;grATj4e6& z#_g}yU-|ddw)9V04XV(-F z)fcl3wYen1J!CA9rwmp2j=DJP$!pe4?zCKfv zedL|R{Nq;tM<3*@>F?>e)%<){)ra*J-ZHgs?{}?L=YL{vKRQ!Pq`tbV_|B4xL24w; zJ3KIuk>0j8``FX_m2a}{vQ=L)HwJzbSaa#X+(Gh-(Y_Nccg(vkUvK!0&%Ku&dw2eh z`8RUrW-SPw?yc`gb}jucU?*VTD#t!fSv}a9^lZwRZtSyq?fP9<`;hjvYpH?2s$1SG zE##3{bu^s2d}-`g-)^}%B75`L%{N{jX)(Bli#ngOVLe-HTk2~I tvs!`;-0+EcXS~zc8PNrl|Mc!sZ1ttPSvQT|!{Ynpg&T@Z9eKN&{sZ2i(>?$I literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Food/candy.rsi/meta.json b/Resources/Textures/Objects/Consumable/Food/candy.rsi/meta.json index 6a30a0956c2..c50a8f0ece5 100644 --- a/Resources/Textures/Objects/Consumable/Food/candy.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Food/candy.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/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24, swirl_lollipop taken from tgstation at https://github.com/tgstation/tgstation/commit/9bfce7e50375ac0b347c0236aa282de77c001767", "size": { "x": 32, "y": 32 @@ -41,6 +41,17 @@ }, { "name": "orange" + }, + { + "name": "swirl_lollipop" + }, + { + "name": "swirl_lollipop-inhand-right", + "directions": 4 + }, + { + "name": "swirl_lollipop-inhand-left", + "directions": 4 } ] } diff --git a/Resources/Textures/Objects/Consumable/Food/candy.rsi/swirl_lollipop-inhand-left.png b/Resources/Textures/Objects/Consumable/Food/candy.rsi/swirl_lollipop-inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..fd8f4fe8043263239092a03bde5bc34a3533bb83 GIT binary patch literal 15293 zcmeI3Yg7|w8pnr%(MEA$bz6?Q$23(0YM9BLj7j7YEVM+Ci$;64Wk@Du)?_9mg9(%> zl-A4QQk3Imt*dmqtrjm!k9NBiMT9DAFYa1)DNEgUE8A7KmX!8b^>CD(NkZ}h!D;vO z@V@{5^StwWFU*(On!o(d~wovF5ye@|`RETs3*)bGhFXn`$sR$g& zWHE<4&I*^^KQxOO#_hNRCuuk1lScG8Z4^zpZPX+sL*0`WX6D3b4AqV}UWX%MX*Zp{ zotBM zm2x>ST2DBzG8}f2Wm-7g2q;6V3eBSIl#3Y_u9s`!NX>xDztYfL(oJKe8P7H7nTAw? zu%H&J#iA<3RT6nAVwIFC6&6XFywobeaivs^o8@w~BFzucXawyOQX4391-n~u86a@SjOe%;m<} z9j6nIZn@AQ7CNI?kALT)n3+Az^k#NL;1(@BrZqgQkTYl_{@)1<t(@ejPHnOTr-&w=m;7EQw97x z_s?XYmAP49?o;5fdU>ENP{!xad9F71w1a024~FU;zR@rcw8V2&X~u=i3k+%xIh}5F^`KA z5h&nsfiyT{9v3GfP{88?X>i6oE>1+CfX4;W;EZ`(oQOaHj|-&18S}U}5rG087f6FM z=5cW%0tGxSkOpVWujae*{AV;&bLB2d8N z0%>r@JT6W|pn%5((%_7FT%3qN0gnr$!5Q&3;7qdOYIDYl-XGay4J{uI=BFeVLW}U%T*&s!Ctatz*6~ZtWtD zYThe89}h>xLE*P^?chN&w)M&1U-K^^KjyGgk?V9Q%sJee#SWAKo(@n7@(Q z4%ZINHYwv?nmUcPO)F~_?05wJwDhy+#9gn5^Do#cl7HU)q^<3t#H|l!Yg)-0nX}&e zXoKVM$i}I+Q}#S{xp{MezOA#`T$`{W0eh$>;b}oE^g@C{cFbHeSbOB;#)Ab{6J1VO z=840#z1;(!+^y@UEYS)jnelA;t@Ks8KdpR2^F{4V*f9U;+P`T}o+GR+E!^Pu^8n5;Jo^%ien}1r8yi<^raCZM%1zI@( z9hDeUP}LjHRqTJheFWasG}P04{h9oRt_MU=#P?J|$w#N}3R|84Ocfa|ga{VmBot!vwM_+CD~($o-_*F7{m zv+>%uT}NY}?>_LX`gj?3aoNEK`rdEcFh$|JH^tFYero%|#u=4wR#`vC1?b`{*c9a* z)9HKLz8%UtKXhJo)^Om!f-g_J*csz1j@RFf-mBWPrA(c5;-5ROr)~HwDs#pT>#q2Y z7k5+Jnl$mR-_2U`RsCFV_0KK}6!W@$OFF)~GiR{(>cBU%2MleBQw@#7d%Jo}nYYq= zFKxQ{c3OLR(sQkYHLn%zZC8K%;0)d7{wnX1sMMbpcR@{<9~NtI(i@) Z(w@)#`#bBabnFARx!KDN$1+Qv{~ub-6cqpf literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Food/candy.rsi/swirl_lollipop-inhand-right.png b/Resources/Textures/Objects/Consumable/Food/candy.rsi/swirl_lollipop-inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..68b66f78fe5e02ba2609f0c5a00df47b07e1a88a GIT binary patch literal 15287 zcmeI3e^?Xu9mfx`R%k=rQ@Z)1=sm$7v^2T=4mm@>5-_X{ARt1qE63#mSCU-JT}Y7W zgO#UN=dV?1VRN;kV%6EMj;@x+iEg&ys#0_+;$vk>TP-cKNUL+Wy1OJKUqbNOJ^l0Y zC?PU46h;>xSXgU9jW5$2M&p0 z(vm7(qBhIS&J3cGG%a@#1|d$kN``Tw2;%X0q#mV|a#bL5olb|y6o^70VHFa(#=&4- ziGxn`CmG3OBxu}4IvJ93z+7IeoN_a%Vlh`J_zGN?-5D(8pabk!iij6;B66t=iDa_i zL66hzviXK)!4bkn*a-(ivp#u5pRSDfnkd&t5B< z;UX}GaurgP&EQ{Uc_Rqnj11qZf|Hhz4h!X>AJZe@me72MvJpm%Aq)zcLM@SLByxG7 zT#3pws9c*YQ=l>#ki@SH%VDN0q_rkejucd`19Je%@Eq*^v0x1Ly|RE>Addw{t(41- zF$U6(RS<~NQK3gdjes(^s?ZF|M!DEw5eB6miPQ|Zd@BvjcF+vwz=>?5fo+hIqy@z^ zxK>_nRY=&aNJx}c6)w@?Dy>AVQsJ0fmO@xHxDTS)4BE$}Hd45o+bx0AmLHfJu#ZWd z>mu2c4zmFoZuCF2M1(YBN|{KSU7t0;x@A|d?<^}ImW^&5>9CQ$Gs%g$XoA~usp63> z7d*s*XB6l0?OYVYxzo&ma~p!N=#f#ap2oYeV@{`BdX4 zp(!il!Cb_G3U*C=pS|wSI@%VVUXO66zl|I{5&qWE^E0wy$IhpoJJe8iEwJOld~+bz zBV*b^mHql+Zcc4(pI)btu`fiWL8DeH)p{hnIoy#)dI?*xk!1HT&8coBgD z0T)PvHx_X5A_4^hE|3OqEa2ir1PTOPAPwGFz{QIQ6bQIL8oaT9ix&|n5O9Gscw+$< zFCtJN-~wsz#sV&0M4&*x1=8S+1zfy{K!Jb@q`@2C6IX2L(Lch$KJVvYAM88z2lrpt zhXP^Tly8Qh<#QmYZZ!nmzRUi80YPpV1of9e5ZVYqKcilL?!znyiWX%X7ZiFgeASa{ z+Oq7?j=@{GZ>673TG;D!g`%>L#Z zGvHnCHbJZ7nZo>Lti`Gu>e;sTZ^yFhpN)R{o8f=nh^UnQmP?LVK`btD|G9Z?A9*J( zsq)Eb7v3}z^V1urWLu|3E%g@9%j!4PcW(L}BXwN4`HHSQ^GN+-WtR{V}WO-|edo?0f0bU*AofUS=9DEPAi*cJ-pPQ{7u*FLs|fbL7tK_b* zbp_h>$O=U zp*OAWQc4Rd!jv_iIxCl<$_+!iC6wEM-`4MmR}CCj|` zDWkHwR@SeGI-k&#CQ4q~Qda!>^H=uD*69X1&Q}|r>%vM8|Ld6Ex@wVV(EEVo+3DiP zc6Dy+=sPpFa*4&zRQIP>Tt}0C^#!`r*wHq*)tk32p`}yz z%fzzp2;aox8YziSoUNxnLN^UNvN90gGq-n-QE zaMPQ!?rwNh_x7p6+OJdL?!=)LQJ-d5+L5|nu03&g20SZ~u6gvQP}CIPJL%$J6?EBC W-0UfOJcfI;Haj!N`1X@!FZ>TQ!V(Pt literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Food/candy.rsi/swirl_lollipop.png b/Resources/Textures/Objects/Consumable/Food/candy.rsi/swirl_lollipop.png new file mode 100644 index 0000000000000000000000000000000000000000..9fec974d07a389f0b3da35e7ebbf468e0a79cc93 GIT binary patch literal 588 zcmV-S0<-;zP))0 zzxV0FA4d(K2Jrs@^l9jbcs}K%c1>~|KnPQ)*Yt7n@{tc;0GtqZh3Yhbuq_73Bss|x0 z(v0tKfy_D0JR$P+catd4Q})VGnqk?!EdZS&olXN2A*1+0T-e~w4$@ztEK>RTykxd` zwgKM71A#!Xvo{dybt@C#Tk#4+NdQiXmjvLXxFvwo;-&!A5H|&=hPWv}HN;H;sueYW a8o(>;4$hqs2skzX0000 Date: Thu, 3 Jul 2025 01:26:09 +0000 Subject: [PATCH 095/182] Update Changelog (#1033) --- Resources/Changelog/Funkylog.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Resources/Changelog/Funkylog.yml b/Resources/Changelog/Funkylog.yml index fbc8afc2cd3..b8f2ff7c2fc 100644 --- a/Resources/Changelog/Funkylog.yml +++ b/Resources/Changelog/Funkylog.yml @@ -3394,3 +3394,15 @@ Entries: message: Sec ids now work with genpop turnstiles id: 407 time: '2025-07-03T01:24:42.0000000+00:00' +- author: TempWorm, SlamBamActionman + changes: + - type: Add + message: >- + Propeller Hats! For those who want to look a bit more silly than usual, + get one from a ClothesMate or AutoDrobe! + - type: Add + message: >- + Swirl Lollipops! These can be found on any GetMore Chocolate vending + machine. + id: 408 + time: '2025-07-03T01:25:42.0000000+00:00' From 2a024c3a4238d8c25417aa2408564e6e632d5d6d Mon Sep 17 00:00:00 2001 From: Mish Date: Wed, 2 Jul 2025 21:26:44 -0400 Subject: [PATCH 096/182] adds a small bit of variation to boot sound effects (#996) --- .../Prototypes/Entities/Clothing/Shoes/base_clothingshoes.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Clothing/Shoes/base_clothingshoes.yml b/Resources/Prototypes/Entities/Clothing/Shoes/base_clothingshoes.yml index 0858f967702..09b3f90a654 100644 --- a/Resources/Prototypes/Entities/Clothing/Shoes/base_clothingshoes.yml +++ b/Resources/Prototypes/Entities/Clothing/Shoes/base_clothingshoes.yml @@ -53,7 +53,9 @@ - Sidearm - type: FootstepModifier #funky start footstepSoundCollection: - collection: FootstepBoot #funky end + collection: FootstepBoot + params: + variation: 0.03 #funky end - type: entity abstract: true From 24489e36230739d24754a7a45b2b6d527e5805c8 Mon Sep 17 00:00:00 2001 From: Minerva <218184747+mnva0@users.noreply.github.com> Date: Thu, 3 Jul 2025 01:28:41 +0000 Subject: [PATCH 097/182] I am one with the flames (#1012) --- .../Locale/en-US/_Goobstation/Heretic/heretic/ascensions.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Locale/en-US/_Goobstation/Heretic/heretic/ascensions.ftl b/Resources/Locale/en-US/_Goobstation/Heretic/heretic/ascensions.ftl index a3903ce298a..2f512513c40 100644 --- a/Resources/Locale/en-US/_Goobstation/Heretic/heretic/ascensions.ftl +++ b/Resources/Locale/en-US/_Goobstation/Heretic/heretic/ascensions.ftl @@ -1,6 +1,6 @@ heretic-ascension-ash = The Watch is dead. the Nightwatcher burned with it, yet his fire burns evermore. - For the Nightwatcher brought forth the rite to mankind! His gaze endures, and now i am one with the flames. + For the Nightwatcher brought forth the rite to mankind! His gaze endures, and now I am one with the flames. WITNESS MY ASCENSION! THE ASHY LANTERN BLAZES ONCE MORE! heretic-ascension-blade = From 786c176e07a4d92399b079096c5b164fd582c858 Mon Sep 17 00:00:00 2001 From: Tay Date: Wed, 2 Jul 2025 20:29:44 -0500 Subject: [PATCH 098/182] DEAD (#1021) --- Resources/Prototypes/Catalog/Fills/Lockers/heads.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml b/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml index df9eb513645..fc70e6c2b1e 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml @@ -232,9 +232,9 @@ - id: MedkitFilled - id: RubberStampCMO # Goobstation - - id: CloningPodMachineCircuitboard + #- id: CloningPodMachineCircuitboard - id: MedicalScannerMachineCircuitboard - - id: CloningConsoleComputerCircuitboard + #- id: CloningConsoleComputerCircuitboard - id: BiomassReclaimerMachineCircuitboard - id: MedTekCartridge # Shitmed From 5c93894a3872cf0192406ea3dbd1367f0bd279e5 Mon Sep 17 00:00:00 2001 From: funkystationbot Date: Thu, 3 Jul 2025 01:31:06 +0000 Subject: [PATCH 099/182] Update Changelog (#1021) --- Resources/Changelog/Funkylog.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Resources/Changelog/Funkylog.yml b/Resources/Changelog/Funkylog.yml index b8f2ff7c2fc..05cc59fee46 100644 --- a/Resources/Changelog/Funkylog.yml +++ b/Resources/Changelog/Funkylog.yml @@ -3406,3 +3406,9 @@ Entries: machine. id: 408 time: '2025-07-03T01:25:42.0000000+00:00' +- author: taydeo + changes: + - type: Remove + message: 'Cloning boards no longer spawn in the CMO''s locker. ' + id: 409 + time: '2025-07-03T01:29:44.0000000+00:00' From ec85a0e9aa7d068b23e487e01e7ae30a9ec279f9 Mon Sep 17 00:00:00 2001 From: 88tv <131759102+88tv@users.noreply.github.com> Date: Wed, 2 Jul 2025 21:32:08 -0400 Subject: [PATCH 100/182] Adds "HOS" To "Sheriff" Word Replacements For the Cowboy Accent (#997) Co-authored-by: 8tv --- Resources/Locale/en-US/accent/cowboy.ftl | 284 +++++++++--------- .../Prototypes/Accents/word_replacements.yml | 21 +- 2 files changed, 154 insertions(+), 151 deletions(-) diff --git a/Resources/Locale/en-US/accent/cowboy.ftl b/Resources/Locale/en-US/accent/cowboy.ftl index 40877faf199..2f758ffc89c 100644 --- a/Resources/Locale/en-US/accent/cowboy.ftl +++ b/Resources/Locale/en-US/accent/cowboy.ftl @@ -88,209 +88,203 @@ accent-cowboy-replacement-29 = partner accent-cowboy-words-30 = goodbye accent-cowboy-replacement-30 = so long -accent-cowboy-words-31 = greytide -accent-cowboy-replacement-31 = varmints +accent-cowboy-words-31 = greytider +accent-cowboy-replacement-31 = varmint -accent-cowboy-words-32 = greytider -accent-cowboy-replacement-32 = varmint +accent-cowboy-words-32 = greytide +accent-cowboy-words-32-2 = greytiders +accent-cowboy-replacement-32 = varmints -accent-cowboy-words-33 = greytiders -accent-cowboy-replacement-33 = varmints +accent-cowboy-words-33 = group +accent-cowboy-replacement-33 = possee -accent-cowboy-words-34 = group -accent-cowboy-replacement-34 = possee +accent-cowboy-words-34 = guess +accent-cowboy-replacement-34 = reckon -accent-cowboy-words-35 = guess -accent-cowboy-replacement-35 = reckon +accent-cowboy-words-35 = gun +accent-cowboy-replacement-35 = big iron -accent-cowboy-words-36 = gun -accent-cowboy-replacement-36 = big iron +accent-cowboy-words-36 = handcuff +accent-cowboy-replacement-36 = hog tie -accent-cowboy-words-37 = handcuff -accent-cowboy-replacement-37 = hog tie +accent-cowboy-words-37 = handcuffed +accent-cowboy-replacement-37 = hog tied -accent-cowboy-words-38 = handcuffed -accent-cowboy-replacement-38 = hog tied +accent-cowboy-words-38 = hell +accent-cowboy-replacement-38 = tarnation -accent-cowboy-words-39 = hell -accent-cowboy-replacement-39 = tarnation +accent-cowboy-words-39 = hello +accent-cowboy-words-39-2 = hey +accent-cowboy-words-39-3 = hi +accent-cowboy-replacement-39 = howdy -accent-cowboy-words-40 = hello -accent-cowboy-replacement-40 = howdy +accent-cowboy-words-40 = hungry +accent-cowboy-replacement-40 = peckish -accent-cowboy-words-41 = hey -accent-cowboy-replacement-41 = howdy +accent-cowboy-words-41 = idiot +accent-cowboy-replacement-41 = dunderhead -accent-cowboy-words-42 = hi -accent-cowboy-replacement-42 = howdy +accent-cowboy-words-42 = intending +accent-cowboy-replacement-42 = fixing -accent-cowboy-words-43 = hungry -accent-cowboy-replacement-43 = peckish +accent-cowboy-words-43 = jail +accent-cowboy-replacement-43 = pokey -accent-cowboy-words-44 = idiot -accent-cowboy-replacement-44 = dunderhead +accent-cowboy-words-44 = liqour +accent-cowboy-replacement-44 = firewater -accent-cowboy-words-45 = intending -accent-cowboy-replacement-45 = fixing +accent-cowboy-words-45 = lot +accent-cowboy-replacement-45 = heap -accent-cowboy-words-46 = jail -accent-cowboy-replacement-46 = pokey +accent-cowboy-words-46 = lots +accent-cowboy-replacement-46 = heaps -accent-cowboy-words-47 = liqour -accent-cowboy-replacement-47 = firewater +accent-cowboy-words-47 = mouth +accent-cowboy-replacement-47 = bazoo -accent-cowboy-words-48 = lot -accent-cowboy-replacement-48 = heap +accent-cowboy-words-48 = nervous +accent-cowboy-replacement-48 = rattled -accent-cowboy-words-49 = lots -accent-cowboy-replacement-49 = heaps +accent-cowboy-words-49 = ninja +accent-cowboy-replacement-49 = bushwhacker -accent-cowboy-words-50 = mouth -accent-cowboy-replacement-50 = bazoo +accent-cowboy-words-50 = ninjas +accent-cowboy-replacement-50 = bushwhackers -accent-cowboy-words-51 = nervous -accent-cowboy-replacement-51 = rattled +accent-cowboy-words-51 = noise +accent-cowboy-replacement-51 = ruckus -accent-cowboy-words-52 = ninja -accent-cowboy-replacement-52 = bushwhacker +accent-cowboy-words-52 = operator +accent-cowboy-words-52-2 = nukie +accent-cowboy-replacement-52 = outlaw -accent-cowboy-words-53 = ninjas -accent-cowboy-replacement-53 = bushwhackers +accent-cowboy-words-53 = nukies +accent-cowboy-words-53-2 = operators +accent-cowboy-words-53-3 = ops +accent-cowboy-replacement-53 = outlaws -accent-cowboy-words-54 = noise -accent-cowboy-replacement-54 = ruckus +accent-cowboy-words-54 = pal +accent-cowboy-replacement-54 = partner -accent-cowboy-words-55 = nukies -accent-cowboy-replacement-55 = outlaws +accent-cowboy-words-55 = party +accent-cowboy-replacement-55 = shindig -accent-cowboy-words-56 = operator -accent-cowboy-replacement-56 = outlaw +accent-cowboy-words-56 = passenger +accent-cowboy-replacement-56 = greenhorn -accent-cowboy-words-57 = operators -accent-cowboy-replacement-57 = outlaws +accent-cowboy-words-57 = passengers +accent-cowboy-replacement-57 = greenhorns -accent-cowboy-words-58 = ops -accent-cowboy-replacement-58 = outlaws +accent-cowboy-words-58 = planning +accent-cowboy-replacement-58 = fixing -accent-cowboy-words-59 = pal -accent-cowboy-replacement-59 = partner +accent-cowboy-words-59 = please +accent-cowboy-replacement-59 = pray -accent-cowboy-words-60 = party -accent-cowboy-replacement-60 = shindig +accent-cowboy-words-60 = punch +accent-cowboy-replacement-60 = lick -accent-cowboy-words-61 = passenger -accent-cowboy-replacement-61 = greenhorn +accent-cowboy-words-61 = punched +accent-cowboy-replacement-61 = slogged -accent-cowboy-words-62 = passengers -accent-cowboy-replacement-62 = greenhorns +accent-cowboy-words-62 = ran +accent-cowboy-replacement-62 = skedaddled -accent-cowboy-words-63 = planning -accent-cowboy-replacement-63 = fixing +accent-cowboy-words-63 = robbery +accent-cowboy-replacement-63 = stick up -accent-cowboy-words-64 = please -accent-cowboy-replacement-64 = pray +accent-cowboy-words-64 = run +accent-cowboy-replacement-64 = skedaddle -accent-cowboy-words-65 = punch -accent-cowboy-replacement-65 = lick +accent-cowboy-words-65 = running +accent-cowboy-replacement-65 = skedaddling -accent-cowboy-words-66 = punched -accent-cowboy-replacement-66 = slogged +accent-cowboy-words-66 = scream +accent-cowboy-replacement-66 = holler -accent-cowboy-words-67 = ran -accent-cowboy-replacement-67 = skedaddled +accent-cowboy-words-67 = screamed +accent-cowboy-replacement-67 = hollered -accent-cowboy-words-68 = robbery -accent-cowboy-replacement-68 = stick up +accent-cowboy-words-68 = screaming +accent-cowboy-replacement-68 = hollering -accent-cowboy-words-69 = run -accent-cowboy-replacement-69 = skedaddle +accent-cowboy-words-69 = hos +accent-cowboy-words-69-2 = head of security +accent-cowboy-words-69-3 = head of law +accent-cowboy-words-69-4 = head of sec +accent-cowboy-replacement-69 = sheriff -accent-cowboy-words-70 = running -accent-cowboy-replacement-70 = skedaddling +accent-cowboy-words-70 = secoff +accent-cowboy-words-70-2 = security officer +accent-cowboy-words-70-3 = sec officer +accent-cowboy-words-70-4 = law officer +accent-cowboy-replacement-70 = deputy -accent-cowboy-words-71 = scream -accent-cowboy-replacement-71 = holler +accent-cowboy-words-71 = sec +accent-cowboy-words-71-2 = security +accent-cowboy-replacement-71 = law -accent-cowboy-words-72 = screamed -accent-cowboy-replacement-72 = hollered +accent-cowboy-words-72 = shitsec +accent-cowboy-replacement-72 = crooked law -accent-cowboy-words-73 = screaming -accent-cowboy-replacement-73 = hollering +accent-cowboy-words-73 = shoe +accent-cowboy-replacement-73 = boot -accent-cowboy-words-74 = sec -accent-cowboy-replacement-74 = law +accent-cowboy-words-74 = shoes +accent-cowboy-replacement-74 = boots -accent-cowboy-words-75 = secoff -accent-cowboy-replacement-75 = deputy +accent-cowboy-words-75 = steal +accent-cowboy-replacement-75 = rustle -accent-cowboy-words-76 = security -accent-cowboy-replacement-76 = law +accent-cowboy-words-76 = stole +accent-cowboy-words-76-2 = stolen +accent-cowboy-replacement-76 = rustled -accent-cowboy-words-77 = shitsec -accent-cowboy-replacement-77 = crooked law +accent-cowboy-words-77 = story +accent-cowboy-replacement-77 = yarn -accent-cowboy-words-78 = shoe -accent-cowboy-replacement-78 = boot +accent-cowboy-words-78 = thank you +accent-cowboy-words-78-2 = thanks +accent-cowboy-replacement-78 = much obliged -accent-cowboy-words-79 = shoes -accent-cowboy-replacement-79 = boots +accent-cowboy-words-79 = thief +accent-cowboy-replacement-79 = rustler -accent-cowboy-words-80 = steal -accent-cowboy-replacement-80 = rustle +accent-cowboy-words-80 = thieves +accent-cowboy-replacement-80 = rustlers -accent-cowboy-words-81 = stole -accent-cowboy-replacement-81 = rustled +accent-cowboy-words-81 = think +accent-cowboy-replacement-81 = reckon -accent-cowboy-words-82 = stolen -accent-cowboy-replacement-82 = rustled +accent-cowboy-words-82 = tired +accent-cowboy-replacement-82 = dragged out -accent-cowboy-words-83 = story -accent-cowboy-replacement-83 = yarn +accent-cowboy-words-83 = toilet +accent-cowboy-replacement-83 = outhouse -accent-cowboy-words-84 = thank you -accent-cowboy-replacement-84 = much obliged +accent-cowboy-words-84 = totally +accent-cowboy-replacement-84 = plumb -accent-cowboy-words-85 = thanks -accent-cowboy-replacement-85 = much obliged +accent-cowboy-words-85 = traitor +accent-cowboy-replacement-85 = outlaw -accent-cowboy-words-86 = thief -accent-cowboy-replacement-86 = rustler +accent-cowboy-words-86 = traitors +accent-cowboy-replacement-86 = outlaws -accent-cowboy-words-87 = thieves -accent-cowboy-replacement-87 = rustlers +accent-cowboy-words-87 = very +accent-cowboy-replacement-87 = mighty -accent-cowboy-words-88 = think -accent-cowboy-replacement-88 = reckon +accent-cowboy-words-88 = worried +accent-cowboy-replacement-89 = rattled -accent-cowboy-words-89 = tired -accent-cowboy-replacement-89 = dragged out +accent-cowboy-words-90 = wow +accent-cowboy-replacement-90 = by gum -accent-cowboy-words-90 = toilet -accent-cowboy-replacement-90 = outhouse +accent-cowboy-words-91 = yell +accent-cowboy-replacement-91 = holler -accent-cowboy-words-91 = totally -accent-cowboy-replacement-91 = plumb +accent-cowboy-words-92 = yelled +accent-cowboy-replacement-92 = hollered -accent-cowboy-words-92 = traitor -accent-cowboy-replacement-92 = outlaw - -accent-cowboy-words-93 = traitors -accent-cowboy-replacement-93 = outlaws - -accent-cowboy-words-94 = very -accent-cowboy-replacement-94 = mighty - -accent-cowboy-words-95 = worried -accent-cowboy-replacement-95 = rattled - -accent-cowboy-words-96 = wow -accent-cowboy-replacement-96 = by gum - -accent-cowboy-words-97 = yell -accent-cowboy-replacement-97 = holler - -accent-cowboy-words-98 = yelled -accent-cowboy-replacement-98 = hollered - -accent-cowboy-words-99 = yelling -accent-cowboy-replacement-99 = hollering \ No newline at end of file +accent-cowboy-words-93 = yelling +accent-cowboy-replacement-93 = hollering diff --git a/Resources/Prototypes/Accents/word_replacements.yml b/Resources/Prototypes/Accents/word_replacements.yml index 9678cb313e6..31bec94fa84 100644 --- a/Resources/Prototypes/Accents/word_replacements.yml +++ b/Resources/Prototypes/Accents/word_replacements.yml @@ -299,6 +299,7 @@ accent-cowboy-words-30: accent-cowboy-replacement-30 accent-cowboy-words-31: accent-cowboy-replacement-31 accent-cowboy-words-32: accent-cowboy-replacement-32 + accent-cowboy-words-32-2: accent-cowboy-replacement-32 accent-cowboy-words-33: accent-cowboy-replacement-33 accent-cowboy-words-34: accent-cowboy-replacement-34 accent-cowboy-words-35: accent-cowboy-replacement-35 @@ -306,6 +307,8 @@ accent-cowboy-words-37: accent-cowboy-replacement-37 accent-cowboy-words-38: accent-cowboy-replacement-38 accent-cowboy-words-39: accent-cowboy-replacement-39 + accent-cowboy-words-39-2: accent-cowboy-replacement-39 + accent-cowboy-words-39-3: accent-cowboy-replacement-39 accent-cowboy-words-40: accent-cowboy-replacement-40 accent-cowboy-words-41: accent-cowboy-replacement-41 accent-cowboy-words-42: accent-cowboy-replacement-42 @@ -319,7 +322,10 @@ accent-cowboy-words-50: accent-cowboy-replacement-50 accent-cowboy-words-51: accent-cowboy-replacement-51 accent-cowboy-words-52: accent-cowboy-replacement-52 + accent-cowboy-words-52-2: accent-cowboy-replacement-52 accent-cowboy-words-53: accent-cowboy-replacement-53 + accent-cowboy-words-53-2: accent-cowboy-replacement-53 + accent-cowboy-words-53-3: accent-cowboy-replacement-53 accent-cowboy-words-54: accent-cowboy-replacement-54 accent-cowboy-words-55: accent-cowboy-replacement-55 accent-cowboy-words-56: accent-cowboy-replacement-56 @@ -336,15 +342,24 @@ accent-cowboy-words-67: accent-cowboy-replacement-67 accent-cowboy-words-68: accent-cowboy-replacement-68 accent-cowboy-words-69: accent-cowboy-replacement-69 + accent-cowboy-words-69-2: accent-cowboy-replacement-69 + accent-cowboy-words-69-3: accent-cowboy-replacement-69 + accent-cowboy-words-69-4: accent-cowboy-replacement-69 accent-cowboy-words-70: accent-cowboy-replacement-70 + accent-cowboy-words-70-2: accent-cowboy-replacement-70 + accent-cowboy-words-70-3: accent-cowboy-replacement-70 + accent-cowboy-words-70-4: accent-cowboy-replacement-70 accent-cowboy-words-71: accent-cowboy-replacement-71 + accent-cowboy-words-71-2: accent-cowboy-replacement-71 accent-cowboy-words-72: accent-cowboy-replacement-72 accent-cowboy-words-73: accent-cowboy-replacement-73 accent-cowboy-words-74: accent-cowboy-replacement-74 accent-cowboy-words-75: accent-cowboy-replacement-75 accent-cowboy-words-76: accent-cowboy-replacement-76 + accent-cowboy-words-76-2: accent-cowboy-replacement-76 accent-cowboy-words-77: accent-cowboy-replacement-77 accent-cowboy-words-78: accent-cowboy-replacement-78 + accent-cowboy-words-78-2: accent-cowboy-replacement-78 accent-cowboy-words-79: accent-cowboy-replacement-79 accent-cowboy-words-80: accent-cowboy-replacement-80 accent-cowboy-words-81: accent-cowboy-replacement-81 @@ -360,12 +375,6 @@ accent-cowboy-words-91: accent-cowboy-replacement-91 accent-cowboy-words-92: accent-cowboy-replacement-92 accent-cowboy-words-93: accent-cowboy-replacement-93 - accent-cowboy-words-94: accent-cowboy-replacement-94 - accent-cowboy-words-95: accent-cowboy-replacement-95 - accent-cowboy-words-96: accent-cowboy-replacement-96 - accent-cowboy-words-97: accent-cowboy-replacement-97 - accent-cowboy-words-98: accent-cowboy-replacement-98 - accent-cowboy-words-99: accent-cowboy-replacement-99 - type: accent id: southern From 41867bbc8426b743bc18ca49b6bac0388e72449b Mon Sep 17 00:00:00 2001 From: funkystationbot Date: Thu, 3 Jul 2025 01:33:32 +0000 Subject: [PATCH 101/182] Update Changelog (#997) --- Resources/Changelog/Funkylog.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Resources/Changelog/Funkylog.yml b/Resources/Changelog/Funkylog.yml index 05cc59fee46..f4120b3aedd 100644 --- a/Resources/Changelog/Funkylog.yml +++ b/Resources/Changelog/Funkylog.yml @@ -3412,3 +3412,11 @@ Entries: message: 'Cloning boards no longer spawn in the CMO''s locker. ' id: 409 time: '2025-07-03T01:29:44.0000000+00:00' +- author: 88tv + changes: + - type: Add + message: >- + Characters with cowboy accents now refer to the Head of Security as + "Sheriff". + id: 410 + time: '2025-07-03T01:32:09.0000000+00:00' From 640ce034841ce170a6a0093a26e183343a7b17e6 Mon Sep 17 00:00:00 2001 From: Mish Date: Fri, 4 Jul 2025 00:14:05 -0400 Subject: [PATCH 102/182] Changes new slime emotes to mono (#1038) --- Resources/Audio/Voice/Slime/slime_fizz_1.ogg | Bin 13253 -> 9733 bytes Resources/Audio/Voice/Slime/slime_fizz_2.ogg | Bin 11839 -> 9660 bytes Resources/Audio/Voice/Slime/slime_fizz_3.ogg | Bin 12623 -> 9523 bytes Resources/Audio/Voice/Slime/slime_pop_1.ogg | Bin 10130 -> 7316 bytes Resources/Audio/Voice/Slime/slime_pop_2.ogg | Bin 11432 -> 8014 bytes .../Audio/Voice/Slime/slime_squish_2.ogg | Bin 8860 -> 7758 bytes 6 files changed, 0 insertions(+), 0 deletions(-) diff --git a/Resources/Audio/Voice/Slime/slime_fizz_1.ogg b/Resources/Audio/Voice/Slime/slime_fizz_1.ogg index 201a5f6efb6515171b8238604508966f2969a437..447d334253e5819035fba3387bc7b44222bd74fa 100644 GIT binary patch delta 8854 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 Qk0atU$#U8smQeEl0^jh$CjbBd literal 13253 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 W_)F{E0;IsdR~+>3U~N9` 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 B8vg(Q literal 11839 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 literal 12623 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 diff --git a/Resources/Audio/Voice/Slime/slime_pop_1.ogg b/Resources/Audio/Voice/Slime/slime_pop_1.ogg index 48c206a20c8ad11820b4f25bbad6e7826f3880f3..c7e2066fca297b6489806056b03003519b0ff672 100644 GIT binary patch delta 6418 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 bh+KnnksaSall}cbAOrU_L%w0~<>$Wum&Bgb diff --git a/Resources/Audio/Voice/Slime/slime_pop_2.ogg b/Resources/Audio/Voice/Slime/slime_pop_2.ogg index df663c3fa09a937452f21f0efe708d33dba9d9f0..a0b5ecccaf1425a3005488bc1431a87000054621 100644 GIT binary patch delta 7122 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 literal 11432 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 diff --git a/Resources/Audio/Voice/Slime/slime_squish_2.ogg b/Resources/Audio/Voice/Slime/slime_squish_2.ogg index b378492b98f2741ca7b72980e19377c7ef5a0b9d..e3361f80fb19f7ca918fe1fa543d5651b70d6bb7 100644 GIT binary patch delta 6864 zcmai02{hE-+y9Pb>>-3~DP#|oLW%1Aj(-1lIp;m^`#sH`JNC4Uz(M}#n#sL5f04~U(_|q;~ zqG*&H#p@Xq3+AX@{Z0nuPP-@}0p0O$g3xl?2LNmUS&=I#Z^6>5PuD|KAt^9h*Yo6& zLIg*g?X)ge%jQ9XUqMZQw_hJho|Dg!9RLkCvOq?|u}p%GMaGEYNwLV=5`kUFLTVtl zQc?CTZjCNPq_xI!e%eXB<)XYKy^o4D113BwHG>#y^cx34*;A;?O=6$!BK04_WpdmB z0w6$TOrT)EZXIJ^hME_fBqj~Q{S2Yp796>kS(j5K8wng z5zqago68y%LuUcpm`*`(rOKdE^DGN4d6juSsJmQR=i5`I+*8H7w*|a5Hl{j2wr5s> zXPO%ejC9E{-TnXnjV^a70Y;z;I|C#-1LVxGa-D(79D9!K0sv0H2&>#4sC9y<)k)L` z{}Vx`FDcfqHmn8y?R(BWu|{Z#_5g{OpbxMrLxI|7hz1;^M4M620cl7m5`wGdV?EAF zk~M~kMZw|%lTG{#&T^s`DlK?6Z8CZQ6(CdPwQgRiLE}TB20aMKw|K1ww>b zYTlsb%Y2HcRougTA;KL7cnIJifrKY#AbB6e2o3;vUMx2%nu6^^EhJ;R(en~mjBX*- zu1}X!GO8O5eHaNt(Io8pP@NJ{y~gv@$N^(T06;tk!{WJ#qL!N(08;>_ugLYMX<5PL zt%S|`;qIftHlz2nUTJCD+T(hJac}H#Z$)fyb@DdCHZ~jfIFhg#ZXa$a-3C|d+ppz5 zZjXB>f_qcv{#GRXOnUH?ri~*w9Rbnc(eyCa5nq>#e|Xuz_ju{xM(ea~gK)MucSn1i zV~D%scifqgFe?zXvl-uq!`0!&H+^yGVKYHEmox6;-*Jv2;m)JcGh1OZq9A9I&FGt8 z5WYC#e(`bel%i*rr&n%KNtR+sNpVS?Z%G-$Id`cfx1_tuqoj=9T~%IM=CcB#Wkn@b z$|WVrrB(Eu66KY;qLM~NcU8rMveK2h&pfTlD~(r5%F0TsR+(rcW2GZtrBVH60jj5< z^kZXjW24_nV?b}6uLLQtFF|oykx!iM~ zI_%=O-*4)0lJjU{Zpp_+rJiO`5PGu1U!qA}!sV?_(gEkuhgA%oFhbXNu72;g9RWLf zvs=M=<-A;-chge1g-KB4BHRw9)Q$*(VLu}B?a@#q@g$~Qf^r(;g`^BCbs+4MEW4;_ zLYT`a${>~_hjtp{okJPHdRG<<)_6Q=n)CC8`5% z=d03@CEI}jdA(#x-xD&QK>>MXMy6sgjC-lrUTPYXS7Z{#5>=Oqu?E$`U@D`rPCn=n zD%M9ER10L4it$nDaB{Y;4Td@K?5V}5b@29LbbyA)lW3w=n95oaZ$I>cIL4E~lwRB} z;+zCZxAWF681Z5P&b|gCSwswDWEh(W0tDZuZ?Zx^|J!!FmrBP7p23u^RCzBIl)fNG|P6%E5!%G1Ew$}Is_8lM5mSqV_1zZv8LFP;}2g9x(MP!f!?#wZj= zfKFuugW*7H?{)HG)QlN%GNMN`tmMIPxWs77a5@A4tDr`!dl^I?Nag^HMDySTu+YKq zy}G0&2`w-yN<{H1bx~dT=76dUZhpGXVjx66HjKghm-;0$9v40$fAUf|vjW z%MAcZSHP@YVe3Y`m68qSOBUcdGhbqKIdUlGs15`r6${D(Z7L4r1-;kqzyv5xs|YYW zd`Q|MFfg_{oQ`7{?PtBqkhBpzU3(M^<=TZTZwv@{ziI%0Np=pPg7tuzj)Ewcl9t<^ z8Ds?L$pmx^93O{Xq#ox)wPz6fPz9pQdP>13Fe_^U2!PWL5YSzeU=k`Z>Ay-YI3oRB z?Bn`h%qRxSjGzOa*)1I4{M#~^3++t_KL2zO8Gon$t)cj@*5dyfIeRm}umcHck1`2h z^o*MW_``9);lvS?IFB;ZN*F%?h_+^cIzuI+Vo*!@QQ!^b9LMM?%7c-DLV+;^zHEvU zCXG9ehVl-k|c{DyZ5Kd_paF1z@Te!N+TlIPn0}epdjpMMXf&z5MEy z*VB9VjRZRZlRbws+ZHT%9ofu?L7HN~$YRC`G77wjziUy+|G5U!Ta+N}#TOV=i+?v# zPMhq-7iSK*hLQwP#l4X{IO3vFz%|<66GGsK0@e6(g-SWjQ>!T@Am00u49uhF+*066;EpY z+9RJXuAZ~n8InYRt-g5I&lSJM=60|rS5&o!Bjj5tR3jUD#2-FZk!R~#uyic|eVQ7s zr>nC*e53aiV=Bu^&rJU_2b2$M_gP!Y? zg3jMeT6uW*V*Ja(edn}w>!n0f4GWD)d1&ec;Aahx1^V-5n(ltqHQK#;Pw$2FhWFeK z^58z9*Ee0=2bI-oqQb?(I`06iz2Ui^C`vnh>j$i2Pc1up3(uX&?0!yn`RMxRuup{`J9zH=Ss9Ppd2M2ica4Z6)=NgYeEnWKNZXVslGwxe z(^I6z-qm|L<6bm}1KA;_901TP&G!Wk{8m<#seSSotaQ{yv1VS z@bhsz2nDN_jn5w@SWjZuS1*UU?|21x{y7(Bwf0~nLx!}Hp|^bV z+NbPFwb{(oaxq8Fv$7t8gWc;IZZQ1!q}Zyl5QImSx$&QO&)cgCq!iX0s$Gd9S0;XE zsW{rIr1zpS;&8kda_a{c*{DD$|*>nSL0S+)?T_E&O- z(b4Pi?wFr#_nQLw8@@?cYF(gk7goCMGm~aN_hRv#%u)u&>&5*R8chcFp7UX@2Cwv< zRu8zHvO-JB_h{fUwPuQ#Ie zv%$;a(~{)VKPNa~?@tP&FT%)xexqe#71JFjRky*j$$=UF4*@{4B|jh4R`Yv>{xkQ0f&;Q594 ze!t79(75>$LDuqJN4=NaljCqm{$@yA$j)0jMsWsR zZUK>EukODyfA+(WJ#1*G#;%-;eJ1huXHBqJ$hZo!_^gMsVRqhce)z#RG}7H&pKE=Hr{-6&HrjO;cvRQWS&< zYD1Cyr~Nt#Y=9*lQ>?%$8;+kI{b)RcGO-i@dvdq$O_>~z0pIL5NSTjx3{F6LtftqA3s?zRY2gs zKToUrz^j1CdptKSvB9>g;;NZ4|7!w?NC}5?X+Xc|=_oD7*mW)zT9XUvJr7Bue8Z$8 zPZa2VdMrOXI78rrW6ND@XBJ)Il35tm$04n`6ksnc2n(vEu0jHb7F1HBKPeQIqh8r~0Jg9wivhP>oUGK3lqAI20qDwtM!;%D z{+3lXK}&=aLREds!ge-e)d;5BrWtJwrcUfY zAjdm6K8$Cdz4W_CaY9n)R(<%#@qd+sb;bG~A{nVMu8fovwcOc&q-<6lT~!Pe(9?7l z9x`dVt;+xC#4wz3?e^xDNELJz25w7-jO(?77 z8(3a>B^@|u`OYzBQ!RPg{&vF;VxD9b@9y37X+cFJ$$fZM0I)uG)!`{$3HlyGv&;Yj ztNcP#b4_BHEA#)mi>VPO4DZ` zJ6h49Q<_fZ2fV9uM>l@V`?JN^tVmr8nEZ^DHlJ9W`tidCST(-N!O*veb~b4qJqFnK zk{nthv&NF6Cc83TcOJVw`O5Io8mrc*!Dwi<8l(KAWcB+RsM$f_XWitHV+Jzvxl^kR>50&v%!$L7 z&Rp8c7pRGFD{(Me=j;omcf*R-xaUjjgd$2w8gn<*13skuzU}o`gP1fHbY;D-H(coO z52389b9%>j7Cf)p0!}mM)X@sv+NZX8tF~LM?w()qk-5>T;Fi2<3iI|GRb86ZZj6mP_)B1TsdV)f z(i)x^@c3~(e!S1mO zej+1o=^^ijMY5eZ3OeXqMyA z=y2^*%ZZz}?9J0UPFFXC2Oc)C=7^vh_E;FdPVeA6&J#w#?9`l7y+az#>H1+M5Mtb4 zS}t+FH$*M*MU&09K)Y-5f7nxdv2-xC z_@ScH!oeS+X${}Dj_AMxI%*pc`jH2NJ};-SWF%FtE%VrGnQfL!*nsP-A+-(VSEL*8^w~m!2^fA zbXpu^0|wQvvq!4A-$VBc%y)V%H1U5M^^i^F`W@TJ0u0aVr&|gLccv0{24bgY?%mEy z#06o6-@1D7%xPxN+_>WOqm8o^W&x>L+lWi&n7xHUj!fDhBm|BVz1>sNzdj?W)|uWm zA9l3(>8^AmJ<6c(9Fo3`czi&o?9GwgPL_SpHzjiiZVD;)H`)6k%#KT=ZRkhkTN?z6 zMsD7(MAc8RQ8zfR7bpH=dlGRhhc<%ImGo zpm#mY&l}j_iZ}BTde)5P9A=EbNC4l%=m2N@Bdb*L@|!dT<lGa68L6xB05_F!#(H2TaP>w+|6@9zV)Um?GLT8^Qj7V2+b$oT%$;(eew z8+9$Ve~W&-PHw_T=-V?1vMHuVSiP-L@4@ToU!-a!MTrml_6ZyUb7a$ z{Tx$H{0n+h(_!}K#*d)Pg|_^_OBbiKl$UxlJ9m2Se>>SIFG!g$D>T9z zii+p0!R4o+{MXwZ4FY~YM~~KP+jM@DI$ST9D3@lxP3;E*2b0r+`65K}oV(ybWyz14 zCtS6aYy41Xo4I{ei_BGJ?_5<=aK3sM#+?#Xbbe;vm_Mp~K#qs|@DXzJ`mZ^|$4Sd+2ae5am2 z*?8o2a}^4>t(E1C*?uKuMr3Vy1hQQ*XxqR4o96}G=L(&{$_LHOIh+mJ7PUKeL+*gv ze4M_a!3q3zbxfD2|APVD-btOW?gt3xcM9OQC+^66Tf<%#ZaRJ6017D22hEeVcvlx; xX=$2^>n_I&=sCZ^rDu7D|N5ZK>Tt&MKLC$R`a=K! literal 8860 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 uKwCF1* Date: Fri, 4 Jul 2025 04:14:31 +0000 Subject: [PATCH 103/182] Update Changelog (#1038) --- Resources/Changelog/Funkylog.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Resources/Changelog/Funkylog.yml b/Resources/Changelog/Funkylog.yml index f4120b3aedd..29164b962f1 100644 --- a/Resources/Changelog/Funkylog.yml +++ b/Resources/Changelog/Funkylog.yml @@ -3420,3 +3420,9 @@ Entries: "Sheriff". id: 410 time: '2025-07-03T01:32:09.0000000+00:00' +- author: Miiish + changes: + - type: Fix + message: Directional audio for the new slime emotes now works properly + id: 411 + time: '2025-07-04T04:14:05.0000000+00:00' From cc2e46259d282b66d9205c52918c78fa91988939 Mon Sep 17 00:00:00 2001 From: mkanke-real Date: Fri, 4 Jul 2025 15:53:39 -0400 Subject: [PATCH 104/182] Adds HFR to cargo order console (#1042) --- .../_Funkystation/Catalog/Cargo/cargo_atmospherics.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Resources/Prototypes/_Funkystation/Catalog/Cargo/cargo_atmospherics.yml diff --git a/Resources/Prototypes/_Funkystation/Catalog/Cargo/cargo_atmospherics.yml b/Resources/Prototypes/_Funkystation/Catalog/Cargo/cargo_atmospherics.yml new file mode 100644 index 00000000000..f0b9f641f49 --- /dev/null +++ b/Resources/Prototypes/_Funkystation/Catalog/Cargo/cargo_atmospherics.yml @@ -0,0 +1,9 @@ +- type: cargoProduct + id: CrateEngineeringHFROrder + icon: + sprite: _Funkystation/Structures/Machines/HFR/hfrbox.rsi + state: box_core + product: CrateEngineeringHFR + cost: 50000 + category: cargoproduct-category-name-atmospherics + group: market From 9338239a1deef6bf23b736af3d05bb38757adcdf Mon Sep 17 00:00:00 2001 From: funkystationbot Date: Fri, 4 Jul 2025 19:54:07 +0000 Subject: [PATCH 105/182] Update Changelog (#1042) --- Resources/Changelog/Funkylog.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Resources/Changelog/Funkylog.yml b/Resources/Changelog/Funkylog.yml index 29164b962f1..1fb37e30257 100644 --- a/Resources/Changelog/Funkylog.yml +++ b/Resources/Changelog/Funkylog.yml @@ -3426,3 +3426,9 @@ Entries: message: Directional audio for the new slime emotes now works properly id: 411 time: '2025-07-04T04:14:05.0000000+00:00' +- author: mkanke-real + changes: + - type: Add + message: HFR added to cargo order console + id: 412 + time: '2025-07-04T19:53:40.0000000+00:00' From 8e8a182a85d073cd6372fb92fa3ae8af2bfbda8c Mon Sep 17 00:00:00 2001 From: Mish Date: Fri, 4 Jul 2025 15:56:55 -0400 Subject: [PATCH 106/182] removed blob flash damage (#1046) --- .../_Goobstation/Blob/BlobTileSystem.cs | 26 ++++++++----------- 1 file changed, 11 insertions(+), 15 deletions(-) diff --git a/Content.Server/_Goobstation/Blob/BlobTileSystem.cs b/Content.Server/_Goobstation/Blob/BlobTileSystem.cs index fab5e851177..ae72b81f3d0 100644 --- a/Content.Server/_Goobstation/Blob/BlobTileSystem.cs +++ b/Content.Server/_Goobstation/Blob/BlobTileSystem.cs @@ -1,16 +1,12 @@ -using System.Diagnostics; using System.Linq; using System.Numerics; using Content.Server.Construction.Components; using Content.Server.Destructible; using Content.Server.Emp; -using Content.Server.Flash; using Content.Shared._Goobstation.Blob; using Content.Shared._Goobstation.Blob.Components; using Content.Shared.Damage; using Content.Shared.Destructible; -using Content.Shared.FixedPoint; -using Content.Shared.Mobs; using Content.Shared.Mobs.Components; using Content.Shared.Mobs.Systems; using Content.Shared.NPC.Components; @@ -49,7 +45,7 @@ public override void Initialize() SubscribeLocalEvent(OnMapInit); SubscribeLocalEvent(OnDestruction); SubscribeLocalEvent(OnPulsed); - SubscribeLocalEvent(OnFlashAttempt); + // SubscribeLocalEvent(OnFlashAttempt); // funky - no blob flash damage SubscribeLocalEvent(OnTerminate); _blobCoreQuery = GetEntityQuery(); @@ -75,16 +71,16 @@ private void OnTerminate(EntityUid uid, BlobTileComponent component, EntityTermi component.Core!.Value.Comp.BlobTiles.Remove(uid); } - private void OnFlashAttempt(EntityUid uid, BlobTileComponent component, FlashAttemptEvent args) - { - if (args.Used == null || MetaData(args.Used.Value).EntityPrototype?.ID != "GrenadeFlashBang") - return; - - if (component.BlobTileType == BlobTileType.Normal) - { - _damageableSystem.TryChangeDamage(uid, component.FlashDamage); - } - } + // private void OnFlashAttempt(EntityUid uid, BlobTileComponent component, FlashAttemptEvent args) // funky - no blob flash damage + // { + // if (args.Used == null || MetaData(args.Used.Value).EntityPrototype?.ID != "GrenadeFlashBang") + // return; + // + // if (component.BlobTileType == BlobTileType.Normal) + // { + // _damageableSystem.TryChangeDamage(uid, component.FlashDamage); + // } + // } private void OnDestruction(EntityUid uid, BlobTileComponent component, DestructionEventArgs args) { From ec88e830dc13ad716b821d5d1492744b61717a9c Mon Sep 17 00:00:00 2001 From: mkanke-real Date: Fri, 4 Jul 2025 15:57:21 -0400 Subject: [PATCH 107/182] Bagel Genpop Update (#1041) Co-authored-by: aada --- Resources/Maps/_Funkystation/bagel.yml | 11774 ++++++++++++----------- 1 file changed, 5997 insertions(+), 5777 deletions(-) diff --git a/Resources/Maps/_Funkystation/bagel.yml b/Resources/Maps/_Funkystation/bagel.yml index 975a553f461..ca792cbdd02 100644 --- a/Resources/Maps/_Funkystation/bagel.yml +++ b/Resources/Maps/_Funkystation/bagel.yml @@ -4,8 +4,8 @@ meta: engineVersion: 255.0.0 forkId: "" forkVersion: "" - time: 06/20/2025 21:52:09 - entityCount: 27787 + time: 07/04/2025 06:03:07 + entityCount: 27839 maps: - 3201 grids: @@ -22,6 +22,7 @@ tilemap: 3: FloorBoxing 2: FloorBrokenWood 27: FloorClown + 16: FloorConcreteMono 31: FloorDark 32: FloorDarkDiagonal 35: FloorDarkMini @@ -35,6 +36,7 @@ tilemap: 49: FloorGrass 50: FloorGrassDark 51: FloorGrassJungle + 18: FloorGrayConcreteMono 56: FloorGreenCircuit 59: FloorHullReinforced 60: FloorHydro @@ -44,6 +46,8 @@ tilemap: 66: FloorMetalDiamond 67: FloorMime 71: FloorMono + 15: FloorOldConcrete + 11: FloorPlanetDirt 77: FloorPlastic 78: FloorRGlass 79: FloorReinforced @@ -57,6 +61,7 @@ tilemap: 93: FloorSteel 9: FloorSteelCheckerLight 100: FloorSteelDirty + 13: FloorSteelHerringbone 104: FloorSteelMono 106: FloorSteelPavement 108: FloorTechMaint @@ -92,7 +97,7 @@ entities: version: 6 -1,-1: ind: -1,-1 - tiles: XQAAAAADXQAAAAABfgAAAAAAfQAAAAAAfgAAAAAAZAAAAAAAZAAAAAAAHwAAAAADHwAAAAACHwAAAAADHwAAAAADfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAADXQAAAAACXQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAZAAAAAAAZAAAAAAAXQAAAAADZAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAADXQAAAAACXQAAAAABfgAAAAAAfQAAAAAAfgAAAAAAXQAAAAAAZAAAAAAAXQAAAAABZAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAZAAAAAAAZAAAAAAAZAAAAAAAZAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAADXQAAAAACfgAAAAAAfQAAAAAAfgAAAAAAXQAAAAACZAAAAAAAXQAAAAACXQAAAAACfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAALgAAAAAAfgAAAAAAXQAAAAAAXQAAAAADXQAAAAADfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAdAAAAAADdAAAAAAAfgAAAAAAXQAAAAACXQAAAAAAXQAAAAABfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAdAAAAAADcwAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAABfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAABfgAAAAAAfgAAAAAAXQAAAAABXQAAAAADfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAADegAAAAACegAAAAADfgAAAAAAHwAAAAADXQAAAAABXQAAAAACfgAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAegAAAAABegAAAAADMwAAAAAAegAAAAACegAAAAACegAAAAABfgAAAAAAHwAAAAADXQAAAAAAXQAAAAABfgAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAegAAAAACegAAAAACegAAAAACMwAAAAAAegAAAAACegAAAAAAegAAAAACfgAAAAAAHwAAAAACXQAAAAACXQAAAAABfgAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAegAAAAACegAAAAACegAAAAABJAAAAAACegAAAAABegAAAAAAegAAAAADfgAAAAAAHwAAAAACXQAAAAADXQAAAAABfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAegAAAAACegAAAAADegAAAAACfgAAAAAAegAAAAACegAAAAACegAAAAABfgAAAAAAHwAAAAADTQAAAAAATQAAAAADfgAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAAAfgAAAAAAHwAAAAACHwAAAAAAHwAAAAAAfgAAAAAAHwAAAAADXQAAAAABXQAAAAACXQAAAAABfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAABXQAAAAADfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAHwAAAAAAHwAAAAACHwAAAAACHwAAAAAB + tiles: XQAAAAADXQAAAAABfgAAAAAAfQAAAAAAfgAAAAAAZAAAAAAAZAAAAAAAZAAAAAAAZAAAAAAAZAAAAAAAXQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAADXQAAAAACXQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAXQAAAAAAZAAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAADXQAAAAACXQAAAAABfgAAAAAAfQAAAAAAfgAAAAAAZAAAAAAAZAAAAAAAXQAAAAABZAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAZAAAAAAAZAAAAAAAZAAAAAAAZAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAADXQAAAAACfgAAAAAAfQAAAAAAfgAAAAAAZAAAAAAAZAAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAALgAAAAAAfgAAAAAAXQAAAAAAXQAAAAADXQAAAAADfgAAAAAAfQAAAAAAfgAAAAAAZAAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAdAAAAAADdAAAAAAAfgAAAAAAXQAAAAACXQAAAAAAXQAAAAABfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAdAAAAAADcwAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAABfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAABfgAAAAAAfgAAAAAAXQAAAAABXQAAAAADfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAADegAAAAACegAAAAADfgAAAAAAHwAAAAADXQAAAAABXQAAAAACfgAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAegAAAAABegAAAAADMwAAAAAAegAAAAACegAAAAACegAAAAABfgAAAAAAHwAAAAADXQAAAAAAXQAAAAABfgAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAegAAAAACegAAAAACegAAAAACMwAAAAAAegAAAAACegAAAAAAegAAAAACfgAAAAAAHwAAAAACXQAAAAACXQAAAAABfgAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAegAAAAACegAAAAACegAAAAABJAAAAAACegAAAAABegAAAAAAegAAAAADfgAAAAAAHwAAAAACXQAAAAADXQAAAAABfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAegAAAAACegAAAAADegAAAAACfgAAAAAAegAAAAACegAAAAACegAAAAABfgAAAAAAHwAAAAADTQAAAAAATQAAAAADfgAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAAAfgAAAAAAHwAAAAACHwAAAAAAHwAAAAAAfgAAAAAAHwAAAAADXQAAAAABXQAAAAACXQAAAAABfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAABXQAAAAADfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAHwAAAAAAHwAAAAACHwAAAAACHwAAAAAB version: 6 0,0: ind: 0,0 @@ -132,11 +137,11 @@ entities: version: 6 -2,-2: ind: -2,-2 - tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAAAegAAAAADfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAegAAAAABfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAWwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAegAAAAADfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAWwAAAAAAegAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAegAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAegAAAAAAfgAAAAAAegAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAegAAAAACfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAegAAAAACegAAAAAAegAAAAACegAAAAAAfAAAAAABfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAADXQAAAAADXQAAAAABXQAAAAAATQAAAAAAXQAAAAABXQAAAAABXQAAAAACXQAAAAADXQAAAAADXQAAAAABXQAAAAACXQAAAAACXQAAAAABXQAAAAABXQAAAAABXQAAAAACXQAAAAACXQAAAAABXQAAAAADTQAAAAAAXQAAAAABXQAAAAADXQAAAAADXQAAAAADXQAAAAABXQAAAAAAXQAAAAACXQAAAAACXQAAAAABXQAAAAADXQAAAAACXQAAAAACXQAAAAABXQAAAAAAXQAAAAABTQAAAAACXQAAAAACXQAAAAABXQAAAAABXQAAAAABXQAAAAACXQAAAAABXQAAAAABXQAAAAABXQAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAAAXQAAAAADfgAAAAAAXQAAAAADfgAAAAAAXQAAAAAAXQAAAAADXQAAAAADXQAAAAABXQAAAAAAXQAAAAADXQAAAAABXQAAAAABHwAAAAACXQAAAAADXQAAAAAAXQAAAAABXQAAAAADXQAAAAABXQAAAAABHwAAAAABXQAAAAACXQAAAAABXQAAAAABXQAAAAACXQAAAAACXQAAAAAAXQAAAAADXQAAAAABHwAAAAAAfgAAAAAAXQAAAAADXQAAAAABXQAAAAABXQAAAAACXQAAAAADfgAAAAAAXQAAAAACXQAAAAAAXQAAAAABXQAAAAABXQAAAAABXQAAAAABXQAAAAAAXQAAAAAAHwAAAAAAXQAAAAADXQAAAAADXQAAAAADXQAAAAADXQAAAAADXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABfgAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAATQAAAAAAHwAAAAABXQAAAAABXQAAAAADXQAAAAACXQAAAAADXQAAAAACXQAAAAAAXQAAAAAAXQAAAAACXQAAAAAAfgAAAAAAHwAAAAABHwAAAAAAHwAAAAACfgAAAAAAXQAAAAAD + tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAAAegAAAAADfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAegAAAAABfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAWwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAegAAAAADfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAWwAAAAAAegAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAegAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAegAAAAAAfgAAAAAAegAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAegAAAAACfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAegAAAAACegAAAAAAegAAAAACegAAAAAAfAAAAAABfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAADXQAAAAADXQAAAAABXQAAAAAATQAAAAAAXQAAAAABXQAAAAABXQAAAAACXQAAAAADXQAAAAADXQAAAAABXQAAAAACXQAAAAACXQAAAAABXQAAAAABXQAAAAABXQAAAAACXQAAAAACXQAAAAABXQAAAAADTQAAAAAAXQAAAAABXQAAAAADXQAAAAADXQAAAAADXQAAAAABXQAAAAAAXQAAAAACXQAAAAACXQAAAAABXQAAAAADXQAAAAACXQAAAAACXQAAAAABXQAAAAAAXQAAAAABTQAAAAACXQAAAAACXQAAAAABXQAAAAABXQAAAAABXQAAAAACXQAAAAABXQAAAAABXQAAAAABXQAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAAAXQAAAAADfgAAAAAAXQAAAAADIAAAAAAAIAAAAAAAfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAXQAAAAABXQAAAAABEgAAAAAAEgAAAAAAQgAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAQgAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAXQAAAAACXQAAAAADJgAAAAAAEgAAAAAAfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAXQAAAAADXQAAAAADJgAAAAAAEgAAAAAAQgAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAfgAAAAAATQAAAAAAJgAAAAAAEgAAAAAAfgAAAAAAQgAAAAAAQgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAXQAAAAAD version: 6 -2,-1: ind: -2,-1 - tiles: fgAAAAAAXQAAAAADXQAAAAADXQAAAAAAXQAAAAACXQAAAAACXQAAAAACXQAAAAADXQAAAAABXQAAAAAAHwAAAAADHwAAAAADHwAAAAADHwAAAAABfgAAAAAAXQAAAAADXQAAAAABXQAAAAABXQAAAAAAXQAAAAABXQAAAAADXQAAAAADXQAAAAAAXQAAAAABXQAAAAABXQAAAAABXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAABXQAAAAABXQAAAAABXQAAAAAAXQAAAAABXQAAAAAAXQAAAAADXQAAAAAAXQAAAAADXQAAAAACXQAAAAACfgAAAAAAHwAAAAABHwAAAAABfgAAAAAAXQAAAAACXQAAAAACXQAAAAABXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAADXQAAAAABXQAAAAAAHwAAAAADHwAAAAABfgAAAAAAXQAAAAABXQAAAAADXQAAAAAAXQAAAAACfgAAAAAAHwAAAAADHwAAAAAAHwAAAAABfgAAAAAAXQAAAAABXQAAAAAAXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAACXQAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAADHwAAAAACfgAAAAAAfgAAAAAAXQAAAAADXQAAAAACfgAAAAAAHwAAAAADHwAAAAABfgAAAAAAXQAAAAACXQAAAAACXQAAAAACfgAAAAAAHwAAAAAAHwAAAAABHwAAAAADHwAAAAAAHwAAAAABfgAAAAAAXQAAAAADXQAAAAAAXQAAAAADHwAAAAAAHwAAAAAAfgAAAAAAXQAAAAAAXQAAAAACXQAAAAABfgAAAAAAfgAAAAAAHwAAAAABHwAAAAADHwAAAAADfgAAAAAAfgAAAAAAXQAAAAABXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAADXQAAAAADXQAAAAADfgAAAAAAHwAAAAAAHwAAAAABHwAAAAADfgAAAAAAXQAAAAADXQAAAAACXQAAAAACfgAAAAAAcAAAAAABcAAAAAADfgAAAAAAXQAAAAACXQAAAAABXQAAAAAAXQAAAAADfgAAAAAAfgAAAAAAHwAAAAACfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAADXQAAAAACXQAAAAADcAAAAAACcAAAAAADfgAAAAAAXQAAAAABXQAAAAADXQAAAAACXQAAAAADXQAAAAABXQAAAAABXQAAAAADXQAAAAABXQAAAAADXQAAAAABXQAAAAABXQAAAAACfgAAAAAAHwAAAAABHwAAAAACfgAAAAAAXQAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAADXQAAAAACXQAAAAABXQAAAAACXQAAAAABXQAAAAADXQAAAAABXQAAAAACfgAAAAAAXQAAAAADXQAAAAADfgAAAAAAXQAAAAABHwAAAAABXQAAAAACXQAAAAAAXQAAAAABXQAAAAAAXQAAAAABXQAAAAADXQAAAAADXQAAAAAAXQAAAAADXQAAAAAAHwAAAAAAXQAAAAADXQAAAAABfgAAAAAAXQAAAAABfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAACXQAAAAADXQAAAAABXQAAAAABXQAAAAAAXQAAAAABXQAAAAABfgAAAAAAHwAAAAABHwAAAAACfgAAAAAATQAAAAABfgAAAAAAHwAAAAACXQAAAAADXQAAAAADfgAAAAAAHwAAAAADfgAAAAAAXQAAAAACXQAAAAADfgAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAATQAAAAABTQAAAAACXQAAAAADTwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAXQAAAAAAHwAAAAABHwAAAAACHwAAAAADHwAAAAADfgAAAAAAXQAAAAADXQAAAAAD + tiles: JgAAAAAAEgAAAAAAfgAAAAAAXQAAAAAAXQAAAAACXQAAAAACbQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAXQAAAAADJgAAAAAAEgAAAAAAfgAAAAAAXQAAAAABXQAAAAADXQAAAAADbQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXQAAAAAAfgAAAAAAXQAAAAADJgAAAAAAEgAAAAAAfgAAAAAAXQAAAAAAXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXQAAAAAAfgAAAAAAXQAAAAACJgAAAAAAEgAAAAAAfgAAAAAAXQAAAAAAXQAAAAAADQAAAAAAfgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXQAAAAAAfgAAAAAAXQAAAAABEgAAAAAAEgAAAAAAfgAAAAAAXQAAAAAAXQAAAAAADQAAAAAAfgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfgAAAAAAfAAAAAAAXQAAAAAAfgAAAAAAXQAAAAAAIAAAAAAAIAAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAfgAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAfgAAAAAAXQAAAAAAHwAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAbQAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAfgAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAfgAAAAAAXQAAAAACHwAAAAAAHwAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAfgAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAfgAAAAAAXQAAAAACHwAAAAAAHwAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAfgAAAAAAXQAAAAABfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAABXQAAAAABXQAAAAADXQAAAAABXQAAAAADXQAAAAABbQAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAADXQAAAAACXQAAAAABXQAAAAACXQAAAAABXQAAAAADbQAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAfgAAAAAAXQAAAAABbQAAAAAAXQAAAAACXQAAAAAAXQAAAAABXQAAAAAAXQAAAAABXQAAAAADXQAAAAADXQAAAAAAXQAAAAADfgAAAAAAfgAAAAAADwAAAAAADwAAAAAAfgAAAAAAXQAAAAABfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAACXQAAAAADXQAAAAABXQAAAAABXQAAAAAAHwAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATQAAAAABfgAAAAAAbQAAAAAAXQAAAAADXQAAAAADfgAAAAAAHwAAAAADfgAAAAAAXQAAAAACXQAAAAADfgAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAATQAAAAABTQAAAAACXQAAAAADTwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAXQAAAAAAHwAAAAABHwAAAAACHwAAAAADHwAAAAADfgAAAAAAXQAAAAADXQAAAAAD version: 6 -2,0: ind: -2,0 @@ -152,11 +157,11 @@ entities: version: 6 -3,-2: ind: -3,-2 - tiles: XQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAfgAAAAAAegAAAAAAegAAAAAAegAAAAAAXQAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAfgAAAAAAegAAAAAAegAAAAAAegAAAAAAXQAAAAAAfQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAfgAAAAAAegAAAAAAegAAAAAAegAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAADXQAAAAABXQAAAAABXQAAAAABXQAAAAADXQAAAAADXQAAAAACXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAACXQAAAAABXQAAAAADXQAAAAACXQAAAAABXQAAAAADXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAADXQAAAAACXQAAAAACXQAAAAAAXQAAAAADXQAAAAABfgAAAAAAHwAAAAADHwAAAAAAHwAAAAAAHwAAAAABHwAAAAADHwAAAAAAHwAAAAADKAAAAAAAXQAAAAACXQAAAAAAXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAADHwAAAAACHwAAAAACHwAAAAABHwAAAAACHwAAAAAAHwAAAAABKAAAAAADXQAAAAADXQAAAAACXQAAAAABfgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAfgAAAAAAHwAAAAADHwAAAAADHwAAAAABHwAAAAABHwAAAAACHwAAAAADHwAAAAAAKAAAAAAAXQAAAAACXQAAAAADXQAAAAAAfgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAfgAAAAAAegAAAAAAegAAAAABegAAAAAAegAAAAADegAAAAACegAAAAABegAAAAABfgAAAAAAXQAAAAAAXQAAAAADXQAAAAACfgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAfgAAAAAAegAAAAABegAAAAADegAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAfgAAAAAATQAAAAACTQAAAAABTQAAAAABfgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAHwAAAAADegAAAAAAegAAAAABegAAAAACegAAAAADegAAAAADegAAAAAAegAAAAABfgAAAAAAXQAAAAABXQAAAAAAXQAAAAABfgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAA + tiles: XQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAfgAAAAAAegAAAAAAegAAAAAAegAAAAAAXQAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAfgAAAAAAegAAAAAAegAAAAAAegAAAAAAXQAAAAAAfQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAfgAAAAAAegAAAAAAegAAAAAAegAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAADXQAAAAABXQAAAAABXQAAAAABXQAAAAADXQAAAAADXQAAAAACXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAACXQAAAAABXQAAAAADXQAAAAACXQAAAAABXQAAAAADXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAADXQAAAAACXQAAAAACXQAAAAAAXQAAAAADXQAAAAABfgAAAAAAHwAAAAADHwAAAAAAHwAAAAAAHwAAAAABHwAAAAADHwAAAAAAHwAAAAADKAAAAAAAXQAAAAACXQAAAAAAXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAADHwAAAAACHwAAAAACHwAAAAABHwAAAAACHwAAAAAAHwAAAAABKAAAAAADXQAAAAADXQAAAAACXQAAAAABfgAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAfgAAAAAAHwAAAAADHwAAAAADHwAAAAABHwAAAAABHwAAAAACHwAAAAADHwAAAAAAKAAAAAAAXQAAAAACXQAAAAADXQAAAAAAfgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAfgAAAAAAegAAAAAAegAAAAABegAAAAAAegAAAAADegAAAAACegAAAAABegAAAAABfgAAAAAAXQAAAAAAXQAAAAADXQAAAAACfgAAAAAAEgAAAAAAJgAAAAAAJgAAAAAAfgAAAAAAegAAAAABegAAAAADegAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAfgAAAAAATQAAAAACTQAAAAABTQAAAAABfgAAAAAAEgAAAAAAJgAAAAAAJgAAAAAAfgAAAAAAegAAAAAAegAAAAABegAAAAACegAAAAADegAAAAADegAAAAAAegAAAAABfgAAAAAAXQAAAAABXQAAAAAAXQAAAAABfgAAAAAAEgAAAAAAJgAAAAAAJgAAAAAA version: 6 -3,-1: ind: -3,-1 - tiles: fgAAAAAAfAAAAAACfAAAAAACegAAAAAAegAAAAACegAAAAACfAAAAAAAfAAAAAADfgAAAAAAXQAAAAAAXQAAAAABXQAAAAABfgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAABXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAXQAAAAAAXQAAAAACXQAAAAAAfgAAAAAAHwAAAAACHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAXQAAAAAAXQAAAAABXQAAAAACfgAAAAAAHwAAAAAAHwAAAAAAXQAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAADXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAHwAAAAABHwAAAAABHwAAAAADXQAAAAAAXQAAAAABXQAAAAADfgAAAAAAXQAAAAADXQAAAAADXQAAAAACfgAAAAAAHwAAAAADHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAABHwAAAAAAXQAAAAABXQAAAAADXQAAAAABfgAAAAAAXQAAAAABXQAAAAACXQAAAAADfgAAAAAAHwAAAAAAHwAAAAABXQAAAAAAHwAAAAACfgAAAAAAHwAAAAADHwAAAAAAHwAAAAABHwAAAAACHwAAAAADfgAAAAAAXQAAAAABXQAAAAADXQAAAAACXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACfgAAAAAAHwAAAAADHwAAAAACHwAAAAABHwAAAAACHwAAAAABfgAAAAAAXQAAAAADXQAAAAADXQAAAAAAXQAAAAAAfgAAAAAAHwAAAAABHwAAAAAAfgAAAAAAHwAAAAAAfgAAAAAAHwAAAAACHwAAAAAAHwAAAAABHwAAAAADHwAAAAACfgAAAAAAXQAAAAACXQAAAAABXQAAAAACXQAAAAABfgAAAAAAHwAAAAACHwAAAAABXQAAAAABHwAAAAACHwAAAAABHwAAAAACHwAAAAACHwAAAAABHwAAAAAAHwAAAAABfgAAAAAAXQAAAAADXQAAAAACXQAAAAACXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAfgAAAAAAHwAAAAABHwAAAAABHwAAAAABHwAAAAADHwAAAAADHwAAAAADXQAAAAADXQAAAAACXQAAAAAAXQAAAAACfgAAAAAAHwAAAAACHwAAAAACHwAAAAACHwAAAAACfgAAAAAAHwAAAAADHwAAAAACHwAAAAABHwAAAAABHwAAAAAAfgAAAAAAXQAAAAAAXQAAAAADXQAAAAAAXQAAAAAAfgAAAAAAHwAAAAADHwAAAAABHwAAAAADHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAADXQAAAAADfgAAAAAAHwAAAAADHwAAAAABHwAAAAACHwAAAAADHwAAAAAAHwAAAAABHwAAAAABfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAATQAAAAABXQAAAAABXQAAAAAAXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAACHwAAAAAAHwAAAAACHwAAAAACKAAAAAACKAAAAAADHwAAAAAATQAAAAABXQAAAAAAXQAAAAADXQAAAAADfgAAAAAATQAAAAAATQAAAAADTQAAAAAA + tiles: HwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAACegAAAAACegAAAAAAegAAAAAAfgAAAAAAXQAAAAAAXQAAAAABXQAAAAABfgAAAAAAEgAAAAAAJgAAAAAAJgAAAAAAfgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfgAAAAAAXQAAAAABXQAAAAABXQAAAAADfgAAAAAAEgAAAAAAJgAAAAAAJgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAACXQAAAAAAfgAAAAAAEgAAAAAAJgAAAAAAJgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAXQAAAAAAXQAAAAABXQAAAAACfgAAAAAAEgAAAAAAJgAAAAAAJgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAADXQAAAAAAfgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAbAAAAAAAfgAAAAAAHwAAAAABHwAAAAABHwAAAAADXQAAAAAAXQAAAAABXQAAAAADfgAAAAAAXQAAAAADXQAAAAADXQAAAAACfgAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAABHwAAAAAAXQAAAAABXQAAAAADXQAAAAABfgAAAAAAXQAAAAABXQAAAAACXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACfgAAAAAAHwAAAAADHwAAAAAAHwAAAAABHwAAAAACHwAAAAADfgAAAAAAXQAAAAABXQAAAAADXQAAAAACXQAAAAACfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAACfgAAAAAAHwAAAAADHwAAAAACHwAAAAABHwAAAAACHwAAAAABfgAAAAAAXQAAAAADXQAAAAADXQAAAAAAXQAAAAAAfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAfgAAAAAAHwAAAAACHwAAAAAAHwAAAAABHwAAAAADHwAAAAACfgAAAAAAXQAAAAACXQAAAAABXQAAAAACXQAAAAABfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAACHwAAAAABHwAAAAACHwAAAAACHwAAAAABHwAAAAAAHwAAAAABfgAAAAAAXQAAAAADXQAAAAACXQAAAAACXQAAAAAAfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAfgAAAAAAHwAAAAABHwAAAAABHwAAAAABHwAAAAADHwAAAAADHwAAAAADXQAAAAADXQAAAAACXQAAAAAAXQAAAAACfgAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAHwAAAAACfgAAAAAAHwAAAAADHwAAAAACHwAAAAABHwAAAAABHwAAAAAAfgAAAAAAXQAAAAAAXQAAAAADXQAAAAAAXQAAAAAAfgAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAADXQAAAAADfgAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAHwAAAAADHwAAAAAAHwAAAAABHwAAAAABfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAATQAAAAABXQAAAAABXQAAAAAAXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAACHwAAAAAAHwAAAAACHwAAAAACKAAAAAACKAAAAAADHwAAAAAATQAAAAABXQAAAAAAXQAAAAADXQAAAAADfgAAAAAATQAAAAAATQAAAAADTQAAAAAA version: 6 2,-3: ind: 2,-3 @@ -208,11 +213,11 @@ entities: version: 6 -4,-1: ind: -4,-1 - tiles: bAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbgAAAAABbgAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAbgAAAAADfgAAAAAAbgAAAAABfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAHwAAAAADHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAADHwAAAAAAHwAAAAADfgAAAAAAHwAAAAAALwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAABHwAAAAAAHwAAAAADfgAAAAAAHwAAAAACHwAAAAAAbgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAABHwAAAAACHwAAAAAAfgAAAAAAHwAAAAABLwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAHwAAAAADHwAAAAAAHwAAAAADHwAAAAADHwAAAAADHwAAAAABHwAAAAABfgAAAAAAHwAAAAAAHwAAAAABHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAABHwAAAAAAHwAAAAADHwAAAAACHwAAAAADfgAAAAAAHwAAAAADLwAAAAABHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAALwAAAAADHwAAAAACLwAAAAAAHwAAAAAALwAAAAADHwAAAAABfgAAAAAAHwAAAAACHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAHwAAAAADHwAAAAAAHwAAAAABHwAAAAABHwAAAAAAHwAAAAACHwAAAAAAfgAAAAAAHwAAAAADLwAAAAAA + tiles: bAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAAAegAAAAAAegAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAAAegAAAAAAegAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbgAAAAABbgAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAbgAAAAADfgAAAAAAbgAAAAABfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAHwAAAAADHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAADHwAAAAAAHwAAAAADfgAAAAAAHwAAAAAALwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAABHwAAAAAAHwAAAAADfgAAAAAAHwAAAAACHwAAAAAAbgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAABHwAAAAACHwAAAAAAfgAAAAAAHwAAAAABLwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAHwAAAAADHwAAAAAAHwAAAAADHwAAAAADHwAAAAADHwAAAAABHwAAAAABfgAAAAAAHwAAAAAAHwAAAAABHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAABHwAAAAAAHwAAAAADHwAAAAACHwAAAAADfgAAAAAAHwAAAAADLwAAAAABHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAALwAAAAADHwAAAAACLwAAAAAAHwAAAAAALwAAAAADHwAAAAABfgAAAAAAHwAAAAACHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAHwAAAAADHwAAAAAAHwAAAAABHwAAAAABHwAAAAAAHwAAAAACHwAAAAAAfgAAAAAAHwAAAAADLwAAAAAA version: 6 -4,-2: ind: -4,-2 - tiles: KAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAKAAAAAAAKAAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAZAAAAAAAZAAAAAAAZAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAKAAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAZAAAAAAAZAAAAAAAZAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAKAAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAZAAAAAAAZAAAAAAAZAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAACXQAAAAABfgAAAAAAfgAAAAAAXQAAAAADXQAAAAABXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAbQAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAbQAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAA + tiles: KAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAKAAAAAAAKAAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAZAAAAAAAZAAAAAAAZAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAKAAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAZAAAAAAAZAAAAAAAZAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAKAAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAZAAAAAAAZAAAAAAAZAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAACXQAAAAABfgAAAAAAfgAAAAAAXQAAAAADXQAAAAABXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAbQAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAbQAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 -6,-1: ind: -6,-1 @@ -544,6 +549,7 @@ entities: 3698: -39,-8 3744: 8,43 3745: 8,51 + 5232: -29,-18 - node: color: '#FFFFFFFF' id: Arrows @@ -568,6 +574,8 @@ entities: 3743: -8,43 4138: 50,16 4139: 50,17 + 5230: -31,-20 + 5231: -24,-20 - node: color: '#FFFFFFFF' id: ArrowsGreyscale @@ -650,7 +658,6 @@ entities: 1476: 30,-23 1506: -48,16 1507: -47,17 - 1698: -25,-6 1807: -19,27 1825: -26,32 1826: -27,32 @@ -689,7 +696,6 @@ entities: 2524: 20,16 2525: 19,16 2760: 4,-35 - 2788: -31,-19 2789: -6,-27 2790: 3,-28 2835: 45,-27 @@ -737,6 +743,8 @@ entities: 4837: -43,63 4838: -43,62 4839: -29,40 + 5182: -22,-21 + 5183: -30,-9 - node: angle: 1.5707963267948966 rad color: '#FFFFFFFF' @@ -750,11 +758,6 @@ entities: decals: 3679: 49,-9 3680: 48,-9 - - node: - color: '#DE3A3AFF' - id: BotLeft - decals: - 2786: -33,-21 - node: color: '#FFFFFFFF' id: BotLeft @@ -781,14 +784,6 @@ entities: id: BotLeftGreyscale decals: 2396: 39,-6 - - node: - color: '#DE3A3AFF' - id: BotRight - decals: - 2783: -35,-17 - 2784: -35,-18 - 2785: -35,-19 - 2787: -35,-20 - node: color: '#FFFFFFFF' id: BotRight @@ -823,22 +818,6 @@ entities: 3785: 8,36 3786: 8,34 3787: 8,35 - - node: - color: '#79150096' - id: Box - decals: - 1897: -24,-12 - 1898: -24,-13 - - node: - color: '#9FED5896' - id: Box - decals: - 1896: -30,-8 - - node: - color: '#EFB341FF' - id: Box - decals: - 1894: -30,-13 - node: color: '#FFFFFFFF' id: Box @@ -879,11 +858,6 @@ entities: decals: 4817: -53,63 4828: -53,63 - - node: - color: '#52B4E996' - id: BoxGreyscale - decals: - 1895: -30,-12 - node: color: '#A91409FF' id: BoxGreyscale @@ -1073,16 +1047,19 @@ entities: color: '#52B4E996' id: BrickTileSteelCornerNe decals: - 1887: -34,-10 - 2034: -20,-5 - 2035: -20,-5 3689: 51,-22 + - node: + color: '#9C2020FF' + id: BrickTileSteelCornerNe + decals: + 4886: -32,-13 + 4954: -27,-18 + 4955: -24,-19 - node: color: '#9FED5896' id: BrickTileSteelCornerNe decals: 1519: -3,-26 - 1884: -34,-7 - node: color: '#D381C996' id: BrickTileSteelCornerNe @@ -1096,10 +1073,13 @@ entities: color: '#DE3A3A96' id: BrickTileSteelCornerNe decals: - 1724: -19,-16 - 1874: -19,-10 - 1875: -19,-13 2721: -8,-45 + - node: + color: '#DE3A3AFF' + id: BrickTileSteelCornerNe + decals: + 5003: -32,-7 + 5192: -33,-6 - node: color: '#FF5C5CC3' id: BrickTileSteelCornerNe @@ -1109,17 +1089,19 @@ entities: color: '#52B4E996' id: BrickTileSteelCornerNw decals: - 1886: -35,-10 - 2036: -19,-5 - 2037: -19,-5 3683: 47,-22 + - node: + color: '#9C2020FF' + id: BrickTileSteelCornerNw + decals: + 4885: -34,-13 + 4953: -29,-18 - node: color: '#9FED5896' id: BrickTileSteelCornerNw decals: 1521: -5,-26 1522: -8,-27 - 1885: -35,-7 - node: color: '#D381C996' id: BrickTileSteelCornerNw @@ -1131,10 +1113,12 @@ entities: color: '#DE3A3A96' id: BrickTileSteelCornerNw decals: - 1725: -21,-16 - 1876: -20,-10 - 1877: -20,-13 2722: -9,-45 + - node: + color: '#DE3A3AFF' + id: BrickTileSteelCornerNw + decals: + 5193: -35,-6 - node: color: '#FF5C5CC3' id: BrickTileSteelCornerNw @@ -1145,15 +1129,13 @@ entities: color: '#52B4E996' id: BrickTileSteelCornerSe decals: - 1889: -34,-11 - 2040: -20,-4 - 2041: -20,-4 3687: 51,-24 - node: - color: '#9FED5896' + color: '#9C2020FF' id: BrickTileSteelCornerSe decals: - 1882: -34,-8 + 4884: -32,-19 + 4952: -24,-21 - node: color: '#D381C996' id: BrickTileSteelCornerSe @@ -1165,12 +1147,10 @@ entities: 2001: -40,11 2020: -44,-11 - node: - color: '#DE3A3A96' + color: '#DE3A3AFF' id: BrickTileSteelCornerSe decals: - 1727: -19,-17 - 1880: -19,-14 - 1881: -19,-11 + 5005: -32,-9 - node: color: '#FF5C5CC3' id: BrickTileSteelCornerSe @@ -1180,15 +1160,13 @@ entities: color: '#52B4E996' id: BrickTileSteelCornerSw decals: - 1888: -35,-11 - 2038: -19,-4 - 2039: -19,-4 3688: 47,-24 - node: - color: '#9FED5896' + color: '#9C2020FF' id: BrickTileSteelCornerSw decals: - 1883: -35,-8 + 4883: -34,-19 + 4951: -29,-21 - node: color: '#D381C996' id: BrickTileSteelCornerSw @@ -1199,17 +1177,20 @@ entities: 1941: -46,-11 2000: -43,11 - node: - color: '#DE3A3A96' + color: '#DE3A3AFF' id: BrickTileSteelCornerSw decals: - 1726: -21,-17 - 1878: -20,-14 - 1879: -20,-11 + 5006: -35,-9 - node: color: '#FF5C5CC3' id: BrickTileSteelCornerSw decals: 4790: 6,-18 + - node: + color: '#9C2020FF' + id: BrickTileSteelInnerNe + decals: + 4956: -27,-19 - node: color: '#D381C996' id: BrickTileSteelInnerNe @@ -1217,6 +1198,11 @@ entities: 898: -51,14 1907: -50,4 1913: -48,0 + - node: + color: '#DE3A3AFF' + id: BrickTileSteelInnerNe + decals: + 5194: -33,-7 - node: color: '#FFFFFFFF' id: BrickTileSteelInnerNe @@ -1275,6 +1261,16 @@ entities: id: BrickTileSteelLineE decals: 3690: 51,-23 + - node: + color: '#9C2020FF' + id: BrickTileSteelLineE + decals: + 4887: -32,-14 + 4888: -32,-15 + 4889: -32,-16 + 4890: -32,-17 + 4891: -32,-18 + 4957: -24,-20 - node: color: '#9FED5896' id: BrickTileSteelLineE @@ -1305,6 +1301,11 @@ entities: id: BrickTileSteelLineE decals: 2723: -8,-46 + - node: + color: '#DE3A3AFF' + id: BrickTileSteelLineE + decals: + 5007: -32,-8 - node: color: '#FF5C5CC3' id: BrickTileSteelLineE @@ -1332,6 +1333,19 @@ entities: 3684: 49,-22 3685: 48,-22 3694: 50,-22 + - node: + color: '#9C2020FF' + id: BrickTileSteelLineN + decals: + 4898: -33,-13 + 4904: -35,-21 + 4905: -34,-21 + 4906: -33,-21 + 4907: -32,-21 + 4908: -31,-21 + 4964: -28,-18 + 4965: -26,-19 + 4966: -25,-19 - node: color: '#9FED5896' id: BrickTileSteelLineN @@ -1366,7 +1380,11 @@ entities: 1649: -8,-18 1650: -9,-18 1657: -6,-18 - 1728: -20,-16 + - node: + color: '#DE3A3AFF' + id: BrickTileSteelLineN + decals: + 5196: -34,-6 - node: color: '#FFFFFFFF' id: BrickTileSteelLineN @@ -1381,6 +1399,20 @@ entities: 3691: 48,-24 3692: 49,-24 3693: 50,-24 + - node: + color: '#9C2020FF' + id: BrickTileSteelLineS + decals: + 4897: -33,-19 + 4899: -35,-11 + 4900: -34,-11 + 4901: -33,-11 + 4902: -32,-11 + 4903: -31,-11 + 4960: -28,-21 + 4961: -27,-21 + 4962: -26,-21 + 4963: -25,-21 - node: color: '#D381C996' id: BrickTileSteelLineS @@ -1410,7 +1442,12 @@ entities: 1651: -6,-19 1652: -7,-19 1653: -8,-19 - 1729: -20,-17 + - node: + color: '#DE3A3AFF' + id: BrickTileSteelLineS + decals: + 5011: -33,-9 + 5012: -34,-9 - node: color: '#F98AFF66' id: BrickTileSteelLineS @@ -1436,6 +1473,17 @@ entities: 3423: 41,-13 3424: 41,-14 3686: 47,-23 + - node: + color: '#9C2020FF' + id: BrickTileSteelLineW + decals: + 4892: -34,-14 + 4893: -34,-15 + 4894: -34,-16 + 4895: -34,-17 + 4896: -34,-18 + 4958: -29,-19 + 4959: -29,-20 - node: color: '#9FED5896' id: BrickTileSteelLineW @@ -1472,6 +1520,12 @@ entities: id: BrickTileSteelLineW decals: 2724: -9,-46 + - node: + color: '#DE3A3AFF' + id: BrickTileSteelLineW + decals: + 5008: -35,-8 + 5195: -35,-7 - node: color: '#FF5C5CC3' id: BrickTileSteelLineW @@ -1542,6 +1596,11 @@ entities: 3443: 30,-20 3457: 45,-9 3666: 49,-10 + - node: + color: '#52B4E9FF' + id: BrickTileWhiteCornerNe + decals: + 5013: -24,-8 - node: color: '#73DB5AFF' id: BrickTileWhiteCornerNe @@ -1565,15 +1624,11 @@ entities: decals: 2015: -54,7 - node: - color: '#DE3A3A96' - id: BrickTileWhiteCornerNe - decals: - 1705: -24,-19 - - node: - color: '#EFB34141' + color: '#DE3A3AFF' id: BrickTileWhiteCornerNe decals: - 1890: -34,-13 + 5021: -27,-15 + 5062: -24,-3 - node: color: '#EFD54193' id: BrickTileWhiteCornerNe @@ -1590,6 +1645,16 @@ entities: id: BrickTileWhiteCornerNe decals: 1836: -15,29 + - node: + color: '#FF5C5C7F' + id: BrickTileWhiteCornerNe + decals: + 4989: -19,-12 + - node: + color: '#FF5C5C80' + id: BrickTileWhiteCornerNe + decals: + 4967: -19,-19 - node: color: '#FFFFFFFF' id: BrickTileWhiteCornerNe @@ -1609,6 +1674,11 @@ entities: 3445: 29,-20 3456: 43,-9 3665: 47,-10 + - node: + color: '#52B4E9FF' + id: BrickTileWhiteCornerNw + decals: + 5014: -26,-8 - node: color: '#79150096' id: BrickTileWhiteCornerNw @@ -1627,15 +1697,10 @@ entities: 1219: -47,16 2014: -56,7 - node: - color: '#DE3A3A96' - id: BrickTileWhiteCornerNw - decals: - 1704: -31,-19 - - node: - color: '#EFB34141' + color: '#DE3A3AFF' id: BrickTileWhiteCornerNw decals: - 1891: -35,-13 + 5022: -31,-3 - node: color: '#EFCC4196' id: BrickTileWhiteCornerNw @@ -1652,6 +1717,11 @@ entities: decals: 1798: -23,32 1818: -31,32 + - node: + color: '#FF5C5C80' + id: BrickTileWhiteCornerNw + decals: + 4968: -22,-19 - node: color: '#FFFFFFFF' id: BrickTileWhiteCornerNw @@ -1674,21 +1744,22 @@ entities: 3447: 30,-18 3669: 49,-15 - node: - color: '#79150096' + color: '#52B4E9FF' id: BrickTileWhiteCornerSe decals: - 2053: -41,-22 - 3334: -31,-1 + 5015: -24,-10 - node: - color: '#DE3A3A96' + color: '#79150096' id: BrickTileWhiteCornerSe decals: - 1706: -24,-21 + 2053: -41,-22 + 3334: -31,-1 - node: - color: '#EFB34141' + color: '#DE3A3AFF' id: BrickTileWhiteCornerSe decals: - 1892: -34,-14 + 5023: -27,-16 + 5024: -24,-6 - node: color: '#EFD54193' id: BrickTileWhiteCornerSe @@ -1699,6 +1770,16 @@ entities: id: BrickTileWhiteCornerSe decals: 1795: -15,27 + - node: + color: '#FF5C5C7F' + id: BrickTileWhiteCornerSe + decals: + 4987: -19,-17 + - node: + color: '#FF5C5C80' + id: BrickTileWhiteCornerSe + decals: + 4969: -19,-21 - node: color: '#FFFFFFFF' id: BrickTileWhiteCornerSe @@ -1720,21 +1801,23 @@ entities: 3667: 47,-11 3668: 48,-15 - node: - color: '#79150096' + color: '#52B4E9FF' id: BrickTileWhiteCornerSw decals: - 2054: -47,-22 - 3335: -35,-1 + 5016: -26,-10 - node: - color: '#DE3A3A96' + color: '#79150096' id: BrickTileWhiteCornerSw decals: - 1707: -31,-21 + 2054: -47,-22 + 3335: -35,-1 - node: - color: '#EFB34141' + color: '#DE3A3AFF' id: BrickTileWhiteCornerSw decals: - 1893: -35,-14 + 5025: -29,-16 + 5026: -30,-9 + 5027: -31,-5 - node: color: '#EFCC4196' id: BrickTileWhiteCornerSw @@ -1752,6 +1835,16 @@ entities: decals: 1800: -23,28 1804: -19,27 + - node: + color: '#FF5C5C7F' + id: BrickTileWhiteCornerSw + decals: + 4988: -25,-17 + - node: + color: '#FF5C5C80' + id: BrickTileWhiteCornerSw + decals: + 4970: -22,-21 - node: color: '#FFFFFFFF' id: BrickTileWhiteCornerSw @@ -1774,11 +1867,10 @@ entities: decals: 3340: -33,1 - node: - color: '#DE3A3A96' + color: '#DE3A3AFF' id: BrickTileWhiteInnerNe decals: - 1702: -29,-14 - 1745: -22,-23 + 5061: -28,-15 - node: color: '#EFCC4196' id: BrickTileWhiteInnerNe @@ -1801,8 +1893,6 @@ entities: color: '#DE3A3A96' id: BrickTileWhiteInnerNw decals: - 1693: -31,-6 - 1703: -25,-14 1743: -18,-23 1744: -17,-22 - node: @@ -1823,11 +1913,10 @@ entities: 4106: 30,-29 4107: 33,-30 - node: - color: '#DE3A3A96' + color: '#DE3A3AFF' id: BrickTileWhiteInnerSe decals: - 1697: -29,-6 - 1871: -31,-17 + 5057: -28,-6 - node: color: '#EFCC4196' id: BrickTileWhiteInnerSe @@ -1847,10 +1936,11 @@ entities: 4103: 30,-28 4104: 33,-33 - node: - color: '#DE3A3A96' + color: '#DE3A3AFF' id: BrickTileWhiteInnerSw decals: - 1696: -25,-6 + 5055: -30,-5 + 5056: -29,-9 - node: color: '#EFCC4196' id: BrickTileWhiteInnerSw @@ -1890,6 +1980,11 @@ entities: 3671: 49,-13 3672: 49,-12 3673: 49,-11 + - node: + color: '#52B4E9FF' + id: BrickTileWhiteLineE + decals: + 5017: -24,-9 - node: color: '#73DB5AFF' id: BrickTileWhiteLineE @@ -1918,16 +2013,19 @@ entities: decals: 2715: -4,-46 - node: - color: '#DE3A3A96' + color: '#DE3A3AFF' id: BrickTileWhiteLineE decals: - 841: -33,-21 - 842: -33,-19 - 843: -33,-18 - 844: -33,-16 - 1678: -22,-6 - 1679: -22,-5 - 1718: -24,-20 + 5028: -24,-5 + 5029: -24,-4 + 5030: -28,-7 + 5031: -28,-8 + 5032: -28,-9 + 5033: -28,-10 + 5034: -28,-11 + 5035: -28,-12 + 5036: -28,-13 + 5037: -28,-14 - node: color: '#EFCC4196' id: BrickTileWhiteLineE @@ -1951,6 +2049,19 @@ entities: id: BrickTileWhiteLineE decals: 1843: -21,30 + - node: + color: '#FF5C5C7F' + id: BrickTileWhiteLineE + decals: + 4977: -19,-16 + 4978: -19,-15 + 4979: -19,-14 + 4980: -19,-13 + - node: + color: '#FF5C5C80' + id: BrickTileWhiteLineE + decals: + 4971: -19,-20 - node: color: '#FFFFFFFF' id: BrickTileWhiteLineE @@ -1975,6 +2086,11 @@ entities: id: BrickTileWhiteLineN decals: 3674: 48,-10 + - node: + color: '#52B4E9FF' + id: BrickTileWhiteLineN + decals: + 5018: -25,-8 - node: color: '#73DB5AFF' id: BrickTileWhiteLineN @@ -2013,23 +2129,19 @@ entities: color: '#DE3A3A96' id: BrickTileWhiteLineN decals: - 1682: -23,-3 - 1683: -24,-3 - 1684: -25,-3 - 1685: -26,-3 - 1686: -28,-3 - 1687: -29,-3 - 1688: -30,-3 - 1699: -26,-14 - 1700: -27,-14 - 1701: -28,-14 - 1714: -25,-19 - 1715: -27,-19 - 1716: -29,-19 - 1717: -30,-19 1737: -19,-23 1738: -20,-23 1739: -21,-23 + - node: + color: '#DE3A3AFF' + id: BrickTileWhiteLineN + decals: + 5039: -25,-3 + 5040: -26,-3 + 5041: -27,-3 + 5042: -28,-3 + 5043: -29,-3 + 5044: -30,-3 - node: color: '#EFB3414A' id: BrickTileWhiteLineN @@ -2079,6 +2191,12 @@ entities: 1839: -17,29 1840: -19,29 1841: -20,29 + - node: + color: '#FF5C5C80' + id: BrickTileWhiteLineN + decals: + 4972: -20,-19 + 4973: -21,-19 - node: color: '#FFFFFFFF' id: BrickTileWhiteLineN @@ -2101,6 +2219,11 @@ entities: 3247: 7,-35 3248: 5,-35 3249: 3,-35 + - node: + color: '#52B4E9FF' + id: BrickTileWhiteLineS + decals: + 5020: -25,-10 - node: color: '#73DB5AFF' id: BrickTileWhiteLineS @@ -2139,23 +2262,13 @@ entities: 2011: -56,14 2012: -57,14 - node: - color: '#DE3A3A96' + color: '#DE3A3AFF' id: BrickTileWhiteLineS decals: - 1694: -26,-6 - 1695: -28,-6 - 1708: -30,-21 - 1709: -29,-21 - 1710: -28,-21 - 1711: -27,-21 - 1712: -26,-21 - 1713: -25,-21 - 1865: -23,-17 - 1866: -24,-17 - 1867: -25,-17 - 1868: -27,-17 - 1869: -29,-17 - 1870: -30,-17 + 5038: -28,-16 + 5058: -27,-6 + 5059: -26,-6 + 5060: -25,-6 - node: color: '#EFCC4196' id: BrickTileWhiteLineS @@ -2190,6 +2303,21 @@ entities: 1802: -20,28 1805: -17,27 1806: -16,27 + - node: + color: '#FF5C5C7F' + id: BrickTileWhiteLineS + decals: + 4981: -20,-17 + 4982: -21,-17 + 4983: -22,-17 + 4984: -23,-17 + 4985: -24,-17 + - node: + color: '#FF5C5C80' + id: BrickTileWhiteLineS + decals: + 4975: -21,-21 + 4976: -20,-21 - node: color: '#FFFFFFFF' id: BrickTileWhiteLineS @@ -2223,6 +2351,11 @@ entities: 3675: 48,-12 3676: 48,-13 3677: 48,-14 + - node: + color: '#52B4E9FF' + id: BrickTileWhiteLineW + decals: + 5019: -26,-9 - node: color: '#73DB5AFF' id: BrickTileWhiteLineW @@ -2257,18 +2390,24 @@ entities: color: '#DE3A3A96' id: BrickTileWhiteLineW decals: - 835: -35,-21 - 836: -35,-20 - 837: -35,-19 - 838: -35,-18 - 839: -35,-17 - 840: -35,-16 - 1692: -31,-5 1740: -17,-21 1741: -17,-20 1742: -17,-19 - 1862: -21,-20 1863: -21,-22 + - node: + color: '#DE3A3AFF' + id: BrickTileWhiteLineW + decals: + 5045: -29,-15 + 5046: -29,-14 + 5047: -29,-13 + 5048: -29,-12 + 5049: -29,-11 + 5050: -29,-10 + 5051: -30,-8 + 5052: -30,-7 + 5053: -30,-6 + 5054: -31,-4 - node: color: '#EFCC4196' id: BrickTileWhiteLineW @@ -2291,6 +2430,16 @@ entities: id: BrickTileWhiteLineW decals: 1799: -23,29 + - node: + color: '#FF5C5C7F' + id: BrickTileWhiteLineW + decals: + 4986: -25,-16 + - node: + color: '#FF5C5C80' + id: BrickTileWhiteLineW + decals: + 4974: -22,-20 - node: color: '#FFFFFFFF' id: BrickTileWhiteLineW @@ -2447,14 +2596,6 @@ entities: 4763: -30,-43 4764: -29,-43 4765: -28,-43 - - node: - color: '#52B4E996' - id: CheckerNESW - decals: - 1332: -20,-8 - 1333: -20,-7 - 1334: -19,-7 - 1335: -19,-8 - node: color: '#D4D4D428' id: CheckerNESW @@ -2606,14 +2747,6 @@ entities: 3471: 44,-22 3472: 44,-23 3473: 44,-24 - - node: - color: '#79150096' - id: CheckerNWSE - decals: - 1658: -9,-16 - 1659: -8,-16 - 1660: -7,-16 - 1661: -6,-16 - node: color: '#A4610696' id: CheckerNWSE @@ -2776,7 +2909,6 @@ entities: color: '#DE3A3A96' id: Delivery decals: - 2919: -32,-20 3349: -32,2 3350: -31,2 3682: 51,-21 @@ -3061,8 +3193,6 @@ entities: 821: -5,-25 822: -4,-25 1618: -39,9 - 1636: -10,-15 - 1667: -7,-16 2225: -1,13 2301: 52,-38 2302: 52,-38 @@ -3132,28 +3262,15 @@ entities: 4862: -45,62 4863: -47,62 4864: -48,61 + 5201: -35,-6 - node: color: '#FFFFFFFF' id: DirtLight decals: - 279: -23,-6 - 280: -23,-8 - 281: -28,-20 - 282: -25,-19 - 283: -29,-16 - 284: -30,-15 - 285: -24,-15 - 286: -23,-12 - 287: -32,-11 501: -38,8 502: -38,6 503: -38,5 504: -39,12 - 846: -30,-20 - 847: -21,-19 - 848: -33,-20 - 849: -33,-17 - 850: -32,-20 3086: 37,1 3087: 37,-1 3088: 38,0 @@ -3331,9 +3448,6 @@ entities: 883: 10,-23 884: 12,-23 885: -6,-23 - 886: -25,-23 - 887: -34,-23 - 888: -37,-24 1058: -10,-55 1059: -14,-56 1060: -19,-55 @@ -3386,19 +3500,8 @@ entities: 1621: -39,7 1622: -39,-1 1638: -10,-16 - 1639: -10,-14 - 1640: -11,-14 - 1641: -10,-13 - 1642: -11,-13 - 1643: -8,-12 - 1644: -8,-14 - 1645: -9,-13 - 1646: -10,-13 1647: -11,-17 1648: -11,-18 - 1664: -9,-16 - 1665: -8,-16 - 1666: -8,-16 1990: -39,-12 1991: -39,-8 1992: -40,-7 @@ -4011,6 +4114,79 @@ entities: 4880: -42,63 4881: -43,64 4882: -43,65 + 4919: -33,-12 + 4920: -35,-13 + 4921: -31,-18 + 4922: -32,-16 + 4923: -32,-14 + 4924: -33,-15 + 4925: -32,-13 + 4926: -35,-12 + 4927: -34,-11 + 4928: -35,-18 + 4929: -31,-19 + 4930: -31,-17 + 4931: -35,-15 + 4932: -35,-13 + 4933: -31,-12 + 4934: -31,-13 + 5102: -28,-19 + 5103: -25,-20 + 5104: -27,-21 + 5105: -28,-20 + 5106: -24,-19 + 5107: -24,-24 + 5108: -35,-23 + 5109: -15,-25 + 5110: -21,-19 + 5111: -22,-21 + 5112: -20,-16 + 5113: -23,-15 + 5114: -24,-17 + 5115: -25,-16 + 5116: -28,-15 + 5117: -29,-16 + 5118: -29,-12 + 5119: -28,-10 + 5120: -29,-8 + 5121: -28,-6 + 5122: -29,-6 + 5123: -29,-5 + 5124: -25,-4 + 5125: -25,-6 + 5126: -30,-3 + 5127: -23,-3 + 5128: -21,-6 + 5129: -21,-5 + 5130: -19,-5 + 5131: -20,-8 + 5132: -20,-9 + 5133: -21,-9 + 5134: -22,-8 + 5135: -21,-6 + 5136: -20,-8 + 5137: -19,-10 + 5138: -21,-10 + 5139: -21,-9 + 5140: -22,-8 + 5141: -19,-7 + 5142: -19,-6 + 5143: -20,-5 + 5144: -22,-9 + 5145: -33,-4 + 5146: -35,-5 + 5147: -34,-3 + 5148: -35,-3 + 5149: -32,-8 + 5150: -34,-8 + 5151: -34,-8 + 5152: -35,-8 + 5153: -34,-9 + 5154: -33,-8 + 5197: -33,-7 + 5198: -34,-6 + 5199: -34,-6 + 5200: -35,-6 - node: angle: 3.141592653589793 rad color: '#FFFFFFFF' @@ -4032,14 +4208,9 @@ entities: color: '#FFFFFFFF' id: DirtMedium decals: - 275: -26,-19 - 276: -25,-20 - 277: -28,-19 - 278: -23,-5 498: -38,7 499: -39,10 500: -39,11 - 845: -31,-20 3081: 36,-2 3082: 38,-2 3083: 36,2 @@ -4076,7 +4247,6 @@ entities: 823: -3,-25 824: -6,-25 1202: 6,-22 - 1637: -11,-16 1994: -40,-8 2226: 0,13 2227: -1,14 @@ -4372,16 +4542,6 @@ entities: color: '#DE3A3A96' id: FullTileOverlayGreyscale decals: - 254: -33,-13 - 255: -33,-10 - 256: -33,-7 - 257: -21,-13 - 258: -21,-10 - 259: -21,-7 - 273: -26,-18 - 274: -28,-18 - 288: -22,-21 - 289: -22,-19 4062: -49,-34 - node: color: '#EFCC4196' @@ -4741,14 +4901,6 @@ entities: color: '#DE3A3A96' id: HalfTileOverlayGreyscale270 decals: - 267: -32,-13 - 268: -32,-12 - 269: -32,-11 - 270: -32,-10 - 271: -32,-9 - 272: -32,-8 - 1676: -32,-14 - 1677: -32,-7 3952: -52,-34 3954: -52,-31 3955: -52,-30 @@ -4832,14 +4984,6 @@ entities: color: '#DE3A3A96' id: HalfTileOverlayGreyscale90 decals: - 260: -22,-13 - 261: -22,-12 - 262: -22,-11 - 263: -22,-10 - 264: -22,-9 - 265: -22,-8 - 266: -22,-7 - 1675: -22,-14 3959: -50,-33 3960: -50,-32 3961: -50,-31 @@ -4982,6 +5126,26 @@ entities: 3492: 37,-20 3493: 37,-21 3494: 38,-21 + - node: + color: '#FF5C5C7F' + id: MiniTileWhiteInnerNe + decals: + 5082: -22,-23 + - node: + cleanable: True + color: '#1E202032' + id: MonoOverlay + decals: + 4941: -32,-12 + 4942: -35,-13 + 4943: -31,-19 + 4944: -35,-18 + 4945: -35,-19 + 4946: -35,-15 + 4947: -31,-15 + 4948: -31,-15 + 4949: -32,-21 + 4950: -33,-12 - node: color: '#52B4E996' id: MonoOverlay @@ -5004,12 +5168,77 @@ entities: id: Newton decals: 4766: -74,-51 + - node: + color: '#FF5C5CBF' + id: OldConcreteTrimCornerNe + decals: + 5084: -19,-4 + - node: + color: '#FF5C5CBF' + id: OldConcreteTrimCornerNw + decals: + 5083: -22,-5 + 5087: -20,-4 + - node: + color: '#FF5C5CBF' + id: OldConcreteTrimCornerSe + decals: + 5085: -19,-10 + - node: + color: '#FF5C5CBF' + id: OldConcreteTrimCornerSw + decals: + 5086: -22,-10 + - node: + color: '#FF5C5CBF' + id: OldConcreteTrimInnerNw + decals: + 5088: -20,-5 + - node: + color: '#FF5C5CBF' + id: OldConcreteTrimLineE + decals: + 5090: -19,-5 + 5091: -19,-6 + 5092: -19,-7 + 5093: -19,-8 + 5094: -19,-9 + - node: + color: '#FF5C5CBF' + id: OldConcreteTrimLineN + decals: + 5089: -21,-5 + - node: + color: '#FF5C5CBF' + id: OldConcreteTrimLineS + decals: + 5099: -21,-10 + 5100: -20,-10 + - node: + color: '#FF5C5CBF' + id: OldConcreteTrimLineW + decals: + 5095: -22,-6 + 5096: -22,-7 + 5097: -22,-8 + 5098: -22,-9 - node: cleanable: True color: '#FF000056' id: Omni decals: 4767: -68,-50 + - node: + cleanable: True + color: '#1E202032' + id: PavementCheckerAOverlay + decals: + 4935: -33,-17 + 4936: -32,-14 + 4937: -33,-13 + 4938: -34,-19 + 4939: -34,-15 + 4940: -34,-16 - node: color: '#D4D4D40C' id: PavementCheckerAOverlay @@ -5070,6 +5299,24 @@ entities: id: Prima decals: 2708: 4.4262443,-52.031498 + - node: + cleanable: True + color: '#00000014' + id: QuarterTileOverlayGreyscale + decals: + 5155: -29,-7 + 5156: -25,-5 + 5157: -30,-4 + 5158: -28,-11 + 5159: -29,-15 + 5160: -23,-16 + 5161: -20,-17 + 5162: -21,-20 + 5163: -29,-19 + 5164: -27,-20 + 5165: -26,-3 + 5166: -33,-8 + 5167: -28,-13 - node: color: '#334E6DC8' id: QuarterTileOverlayGreyscale @@ -5140,6 +5387,12 @@ entities: 2681: 30,26 2682: 31,26 2865: 19,26 + - node: + color: '#9C202080' + id: QuarterTileOverlayGreyscale + decals: + 5218: -9,-12 + 5219: -8,-12 - node: color: '#A4610696' id: QuarterTileOverlayGreyscale @@ -5245,11 +5498,6 @@ entities: 1424: -26,25 1425: -25,25 1426: -24,25 - 1450: -22,-23 - 1451: -23,-23 - 1452: -24,-23 - 1453: -25,-23 - 1454: -26,-23 1458: 10,-23 1459: 11,-23 1460: 12,-23 @@ -5393,12 +5641,6 @@ entities: 652: -17,-6 688: -18,1 689: -18,2 - 1625: -11,-16 - 1626: -11,-15 - 1627: -11,-14 - 1628: -11,-13 - 1629: -11,-12 - 1635: -10,-12 4056: -48,-35 - node: color: '#EFCC4196' @@ -5409,6 +5651,15 @@ entities: 2216: -2,11 2217: -3,11 2218: -4,11 + - node: + color: '#FF5C5C7F' + id: QuarterTileOverlayGreyscale + decals: + 5063: -22,-23 + 5064: -23,-23 + 5065: -24,-23 + 5066: -25,-23 + 5067: -26,-23 - node: color: '#FF994193' id: QuarterTileOverlayGreyscale @@ -5424,6 +5675,20 @@ entities: id: QuarterTileOverlayGreyscale decals: 2812: 44,-35 + - node: + cleanable: True + color: '#00000014' + id: QuarterTileOverlayGreyscale180 + decals: + 5168: -23,-17 + 5169: -28,-16 + 5170: -26,-20 + - node: + cleanable: True + color: '#00000021' + id: QuarterTileOverlayGreyscale180 + decals: + 5202: -34,-7 - node: color: '#334E6DC8' id: QuarterTileOverlayGreyscale180 @@ -5468,6 +5733,15 @@ entities: 919: 54,20 920: 52,20 923: 56,22 + - node: + color: '#9C202080' + id: QuarterTileOverlayGreyscale180 + decals: + 5217: -10,-11 + 5220: -8,-12 + 5221: -8,-13 + 5222: -8,-14 + 5223: -8,-15 - node: color: '#9FED5896' id: QuarterTileOverlayGreyscale180 @@ -5623,6 +5897,26 @@ entities: id: QuarterTileOverlayGreyscale180 decals: 2813: 44,-27 + - node: + cleanable: True + color: '#00000014' + id: QuarterTileOverlayGreyscale270 + decals: + 5171: -33,-4 + 5172: -33,-4 + 5173: -35,-3 + 5174: -27,-5 + 5175: -27,-3 + 5176: -20,-20 + 5177: -19,-21 + 5178: -22,-20 + - node: + cleanable: True + color: '#00000021' + id: QuarterTileOverlayGreyscale270 + decals: + 5203: -32,-8 + 5204: -32,-8 - node: color: '#334E6DC8' id: QuarterTileOverlayGreyscale270 @@ -5666,6 +5960,21 @@ entities: 1575: 41,20 1576: 40,20 1577: 39,20 + - node: + color: '#9C202080' + id: QuarterTileOverlayGreyscale270 + decals: + 5205: -11,-16 + 5206: -11,-15 + 5207: -11,-14 + 5208: -11,-13 + 5209: -11,-12 + 5210: -11,-11 + 5211: -10,-16 + 5212: -9,-16 + 5213: -8,-16 + 5214: -7,-16 + 5215: -6,-16 - node: color: '#9FED584A' id: QuarterTileOverlayGreyscale270 @@ -5957,6 +6266,11 @@ entities: 1566: 41,18 1567: 40,18 1568: 39,18 + - node: + color: '#9C202080' + id: QuarterTileOverlayGreyscale90 + decals: + 5216: -11,-11 - node: color: '#9FED5896' id: QuarterTileOverlayGreyscale90 @@ -6055,20 +6369,6 @@ entities: 1855: -15,13 1856: -15,12 1857: -15,11 - 2073: -28,-23 - 2074: -29,-23 - 2075: -30,-23 - 2076: -31,-23 - 2077: -32,-23 - 2078: -33,-23 - 2079: -34,-23 - 2080: -35,-23 - 2081: -36,-23 - 2082: -37,-23 - 2083: -37,-22 - 2084: -37,-21 - 2085: -37,-20 - 2086: -37,-19 2314: -20,9 2315: -21,9 2316: -22,9 @@ -6174,11 +6474,6 @@ entities: 662: -37,-8 663: -37,-7 664: -37,-6 - 1630: -8,-15 - 1631: -8,-14 - 1632: -8,-13 - 1633: -8,-12 - 1634: -9,-12 - node: color: '#DF81C96C' id: QuarterTileOverlayGreyscale90 @@ -6218,6 +6513,24 @@ entities: 2271: -18,25 2272: -19,25 2273: -20,25 + - node: + color: '#FF5C5C7F' + id: QuarterTileOverlayGreyscale90 + decals: + 5068: -28,-23 + 5069: -29,-23 + 5070: -30,-23 + 5071: -31,-23 + 5072: -32,-23 + 5073: -33,-23 + 5074: -34,-23 + 5075: -35,-23 + 5076: -36,-23 + 5077: -37,-23 + 5078: -37,-22 + 5079: -37,-21 + 5080: -37,-20 + 5081: -37,-19 - node: color: '#FFFFFFFF' id: Remains @@ -6302,7 +6615,6 @@ entities: id: StandClear decals: 336: -40,-1 - 1736: -23,-20 1790: -22,26 3837: -17,49 3838: -17,47 @@ -6513,21 +6825,11 @@ entities: id: WarnCornerFlipped decals: 4: 47,-32 - - node: - color: '#DE3A3A96' - id: WarnCornerGreyscaleNE - decals: - 1681: -22,-3 - node: color: '#D381C996' id: WarnCornerGreyscaleNW decals: 1265: -58,-1 - - node: - color: '#DE3A3A96' - id: WarnCornerGreyscaleNW - decals: - 1689: -31,-3 - node: color: '#BE6BC399' id: WarnCornerGreyscaleSW @@ -6612,6 +6914,12 @@ entities: 3908: -16,49 3918: -26,43 3929: -27,38 + - node: + color: '#9C202080' + id: WarnCornerSmallSE + decals: + 5228: -8,-16 + 5229: -8,-16 - node: color: '#FFFFFFFF' id: WarnCornerSmallSE @@ -6625,6 +6933,12 @@ entities: 3825: -13,51 3906: -18,51 3930: -29,40 + - node: + color: '#9C202080' + id: WarnCornerSmallSW + decals: + 5226: -6,-16 + 5227: -6,-16 - node: color: '#FFFFFFFF' id: WarnCornerSmallSW @@ -6774,17 +7088,11 @@ entities: color: '#DE3A3A96' id: WarnLineGreyscaleE decals: - 1680: -22,-4 - 1722: -33,-20 - 1723: -33,-17 2725: -8,-47 - node: color: '#FFFFFFFF' id: WarnLineGreyscaleE decals: - 1733: -23,-21 - 1734: -23,-20 - 1735: -23,-19 1746: -18,-21 1747: -18,-20 1748: -18,-19 @@ -6829,13 +7137,6 @@ entities: 1252: -52,-1 2004: -41,12 2005: -42,12 - - node: - color: '#DE3A3A96' - id: WarnLineGreyscaleN - decals: - 1691: -27,-3 - 1719: -26,-19 - 1720: -28,-19 - node: color: '#FFFFFFFF' id: WarnLineGreyscaleN @@ -6883,13 +7184,6 @@ entities: 1225: -54,2 1228: -56,2 2007: -58,1 - - node: - color: '#DE3A3A96' - id: WarnLineGreyscaleS - decals: - 1674: -27,-6 - 1872: -26,-17 - 1873: -28,-17 - node: color: '#FFFFFFFF' id: WarnLineGreyscaleS @@ -6959,18 +7253,11 @@ entities: color: '#DE3A3A96' id: WarnLineGreyscaleW decals: - 1690: -31,-4 - 1721: -31,-20 - 1860: -21,-21 - 1861: -21,-19 2726: -9,-47 - node: color: '#FFFFFFFF' id: WarnLineGreyscaleW decals: - 1730: -23,-21 - 1731: -23,-20 - 1732: -23,-19 1812: -23,30 1813: -23,31 1816: -31,30 @@ -6996,6 +7283,12 @@ entities: 3549: 5,-56 3550: 5,-55 3551: 5,-54 + - node: + color: '#9C202080' + id: WarnLineN + decals: + 5224: -7,-16 + 5225: -7,-16 - node: color: '#DE3A3A96' id: WarnLineN @@ -7053,11 +7346,6 @@ entities: 4266: -54,-53 4821: -52,62 4833: -52,62 - - node: - color: '#DE3A3A96' - id: WarnLineS - decals: - 1662: -9,-16 - node: color: '#FFFFFFFF' id: WarnLineS @@ -7123,6 +7411,8 @@ entities: 4270: -43,-52 4822: -53,63 4834: -53,63 + 5001: -27,-13 + 5002: -27,-12 - node: color: '#DE3A3A96' id: WarnLineW @@ -7293,6 +7583,7 @@ entities: id: WoodTrimThinInnerNw decals: 1197: -7,14 + 5000: -19,-16 - node: color: '#FFFFFFFF' id: WoodTrimThinInnerSe @@ -7332,7 +7623,6 @@ entities: 1185: -12,17 1186: -12,18 2032: -24,-27 - 2057: -46,-16 2335: 24,-21 2336: 24,-20 2337: 24,-19 @@ -7389,6 +7679,19 @@ entities: 3585: -15,-53 3589: -13,-51 3590: -14,-51 + 4994: -20,-16 + 4995: -21,-16 + 4996: -22,-16 + 4997: -23,-16 + 4998: -24,-16 + 4999: -25,-16 + 5184: -47,-16 + 5185: -46,-16 + 5186: -42,-16 + 5187: -41,-16 + 5188: -43,-16 + 5189: -44,-16 + 5190: -45,-16 - node: color: '#FFFFFFFF' id: WoodTrimThinLineS @@ -7406,8 +7709,6 @@ entities: 2025: -21,2 2026: -22,2 2027: -23,2 - 2055: -47,-16 - 2056: -46,-16 2062: -41,7 3238: -25,22 3239: -26,22 @@ -7447,6 +7748,10 @@ entities: 1195: -7,16 1196: -7,15 3592: -15,-52 + 4990: -19,-12 + 4991: -19,-13 + 4992: -19,-14 + 4993: -19,-15 - node: cleanable: True color: '#03CDFFFF' @@ -7479,6 +7784,21 @@ entities: id: bottle decals: 4770: -62,-40 + - node: + cleanable: True + color: '#FFFFFFFF' + id: burnt1 + decals: + 4909: -32,-13 + 4910: -34,-17 + 4911: -32,-19 + 4912: -33,-18 + 4913: -31,-12 + 4914: -34,-11 + 4915: -35,-11 + 4916: -31,-20 + 4917: -34,-20 + 4918: -33,-21 - node: cleanable: True color: '#1D1D21FF' @@ -7489,11 +7809,6 @@ entities: 2485: 51.849873,-9.726813 2486: 52.084248,-9.383063 2487: 51.849873,-9.070563 - - node: - color: '#DE3A3A96' - id: clown - decals: - 1655: -9,-13 - node: cleanable: True color: '#F38BAAFF' @@ -7547,6 +7862,24 @@ entities: id: food decals: 3506: 26,-41 + - node: + cleanable: True + color: '#663C0D17' + id: footprint + decals: + 5181: -16.109966,-24.85824 + - node: + cleanable: True + color: '#663C0D21' + id: footprint + decals: + 5180: -15.896066,-25.160795 + - node: + cleanable: True + color: '#663C0D2D' + id: footprint + decals: + 5179: -16.177788,-25.400753 - node: color: '#D4D4D428' id: footprint @@ -7675,12 +8008,12 @@ entities: 0: 13107 1: 34952 -5,-4: - 0: 48011 + 0: 48059 -4,-3: 0: 13107 1: 34952 -5,-3: - 0: 35768 + 0: 48011 -4,-2: 0: 13107 1: 34952 @@ -7690,7 +8023,7 @@ entities: 0: 30515 1: 8 -5,-1: - 0: 55483 + 0: 55435 -4,0: 0: 47927 -3,-4: @@ -7699,7 +8032,7 @@ entities: 1: 35 0: 8 -3,-3: - 0: 238 + 0: 1646 -3,-5: 0: 43704 -3,-2: @@ -8102,49 +8435,49 @@ entities: -9,-7: 0: 62702 -8,-6: - 0: 57599 + 0: 45311 -9,-6: 0: 57599 -8,-5: - 0: 61679 + 0: 49087 -9,-5: 0: 61166 -8,-4: - 0: 32750 + 0: 48059 -7,-7: 0: 63726 -7,-6: 0: 61695 -7,-5: - 0: 62975 + 0: 37887 -7,-9: 0: 65066 -7,-8: 0: 61152 -7,-4: - 0: 4095 + 0: 45567 -6,-8: 0: 48057 -6,-7: 0: 61627 -6,-6: - 0: 63743 + 0: 55551 -6,-5: - 0: 45307 + 0: 63711 -6,-9: 0: 65303 -6,-4: - 0: 63295 + 0: 65535 -9,-4: - 0: 58894 + 0: 61166 -8,-3: - 0: 16183 + 0: 55483 -9,-3: - 0: 3680 + 0: 57582 -8,-2: - 0: 61047 + 0: 60671 -9,-2: - 0: 57574 + 0: 3822 -8,-1: 0: 45807 -9,-1: @@ -8152,19 +8485,19 @@ entities: -8,0: 0: 3003 -7,-3: - 0: 32631 + 0: 64795 -7,-2: - 0: 65319 + 0: 65309 -7,-1: 0: 61695 -7,0: 0: 4095 -6,-3: - 0: 28519 + 0: 56647 -6,-2: - 0: 30711 + 0: 65485 -6,-1: - 0: 58495 + 0: 58481 -6,0: 0: 3822 -9,0: @@ -8304,11 +8637,11 @@ entities: -13,-6: 0: 61007 -12,-5: - 0: 65262 - -13,-5: 0: 61166 + -13,-5: + 0: 57599 -12,-4: - 0: 65294 + 0: 61679 -11,-8: 0: 21983 -11,-7: @@ -8320,7 +8653,7 @@ entities: -11,-9: 0: 53724 -11,-4: - 0: 65295 + 0: 61695 -10,-8: 0: 61695 -10,-7: @@ -8336,7 +8669,7 @@ entities: -9,-9: 0: 61661 -13,-4: - 0: 65294 + 0: 61678 -12,-3: 0: 56529 -13,-3: @@ -8809,7 +9142,7 @@ entities: -14,-1: 0: 65535 -14,-5: - 0: 56829 + 0: 54645 -14,-2: 0: 61152 -14,0: @@ -8830,7 +9163,7 @@ entities: 0: 35056 1: 8192 -14,-6: - 0: 52632 + 0: 19864 -13,-8: 0: 30583 -14,-8: @@ -10516,8 +10849,11 @@ entities: - uid: 2133 components: - type: Transform - pos: -27.45107,-11.577459 + pos: -32.423927,-5.359988 parent: 60 + - type: Physics + angularDamping: 0 + linearDamping: 0 - uid: 6610 components: - type: Transform @@ -10530,6 +10866,17 @@ entities: - type: Transform pos: 31.477634,-79.4623 parent: 60 +- proto: ActionToggleLight + entities: + - uid: 1701 + mapInit: true + paused: true + components: + - type: Transform + parent: 1700 + - type: InstantAction + originalIconColor: '#FFFFFFFF' + container: 1700 - proto: AirAlarm entities: - uid: 249 @@ -10539,13 +10886,22 @@ entities: parent: 60 - type: DeviceList devices: - - 5562 - - 5565 - - 5563 - - 8466 - - 21733 - - 9154 - - 8413 + - 11128 + - 11399 + - 8507 + - 8512 + - 10622 + - uid: 2091 + components: + - type: Transform + pos: -33.5,-4.5 + parent: 60 + - type: DeviceList + devices: + - 8514 + - 8509 + - 89 + - 4293 - uid: 4046 components: - type: Transform @@ -10683,6 +11039,81 @@ entities: - 2793 - 9679 - 6034 + - 10622 + - 10681 + - uid: 9812 + components: + - type: Transform + pos: -22.5,-10.5 + parent: 60 + - type: DeviceList + devices: + - 10157 + - 10158 + - 11128 + - 11399 + - 8517 + - 8505 + - 11536 + - 11555 + - uid: 9815 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-18.5 + parent: 60 + - type: DeviceList + devices: + - 11480 + - 10182 + - 10368 + - 10159 + - 10179 + - 8516 + - 8511 + - uid: 10129 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-10.5 + parent: 60 + - type: DeviceList + devices: + - 8510 + - 8515 + - uid: 10136 + components: + - type: Transform + pos: -34.5,-1.5 + parent: 60 + - type: DeviceList + devices: + - 8513 + - 8508 + - 11054 + - uid: 10139 + components: + - type: Transform + pos: -20.5,-3.5 + parent: 60 + - type: DeviceList + devices: + - 8518 + - 8506 + - 11055 + - 11097 + - 11127 + - uid: 10141 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,-9.5 + parent: 60 + - type: DeviceList + devices: + - 8519 + - 8520 + - 10369 - uid: 11464 components: - type: Transform @@ -10760,16 +11191,6 @@ entities: - 15340 - 15112 - 24533 - - uid: 16145 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,-17.5 - parent: 60 - - type: DeviceList - devices: - - 8578 - - 856 - uid: 19434 components: - type: Transform @@ -10922,8 +11343,6 @@ entities: - 11340 - 1511 - 516 - - 6065 - - 6087 - 3370 - 8039 - uid: 21507 @@ -11679,6 +12098,26 @@ entities: - 21643 - 17627 - 17632 + - uid: 24183 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,-21.5 + parent: 60 + - type: DeviceList + devices: + - 4147 + - 4567 + - uid: 24185 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,-16.5 + parent: 60 + - type: DeviceList + devices: + - 1853 + - 24144 - uid: 24360 components: - type: Transform @@ -11917,15 +12356,6 @@ entities: - type: Transform pos: 27.5,-5.5 parent: 60 -- proto: AirlockArmoryGlassLocked - entities: - - uid: 1467 - components: - - type: MetaData - name: Warden's Office - - type: Transform - pos: -26.5,-6.5 - parent: 60 - proto: AirlockAtmosphericsGlass entities: - uid: 23454 @@ -12037,7 +12467,7 @@ entities: pos: -29.5,37.5 parent: 60 - type: Door - secondsUntilStateChange: -67563.01 + secondsUntilStateChange: -90416.7 state: Opening - type: DeviceLinkSource lastSignals: @@ -12051,47 +12481,10 @@ entities: parent: 60 - proto: AirlockBrigGlassLocked entities: - - uid: 144 - components: - - type: MetaData - name: Security Lobby - - type: Transform - pos: -21.5,-18.5 - parent: 60 - - uid: 244 - components: - - type: MetaData - name: Brig - - type: Transform - pos: -27.5,-17.5 - parent: 60 - - uid: 307 - components: - - type: MetaData - name: Security Lobby - - type: Transform - pos: -21.5,-20.5 - parent: 60 - - uid: 1487 - components: - - type: MetaData - name: Front Desk - - type: Transform - pos: -21.5,-15.5 - parent: 60 - - uid: 7679 - components: - - type: MetaData - name: Interrogation - - type: Transform - pos: -31.5,-3.5 - parent: 60 - - uid: 7901 + - uid: 4627 components: - - type: MetaData - name: Brig - type: Transform - pos: -25.5,-17.5 + pos: -30.5,-6.5 parent: 60 - proto: AirlockBrigLocked entities: @@ -12102,13 +12495,6 @@ entities: - type: Transform pos: -47.5,-20.5 parent: 60 - - uid: 3787 - components: - - type: MetaData - name: Lawyer's Office - - type: Transform - pos: -47.5,-16.5 - parent: 60 - uid: 4249 components: - type: MetaData @@ -12116,6 +12502,11 @@ entities: - type: Transform pos: -49.5,-22.5 parent: 60 + - uid: 5425 + components: + - type: Transform + pos: -47.5,-15.5 + parent: 60 - proto: AirlockCaptainGlassLocked entities: - uid: 18369 @@ -14648,21 +15039,26 @@ entities: - type: Transform pos: -63.5,-2.5 parent: 60 -- proto: AirlockSecurityGlassLocked +- proto: AirlockSecurityGlass entities: - - uid: 1835 + - uid: 1461 components: - - type: MetaData - name: Security Locker Room - type: Transform - pos: -31.5,-16.5 + rot: 1.5707963267948966 rad + pos: -19.5,-17.5 parent: 60 - - uid: 1970 + - uid: 1481 components: - - type: MetaData - name: Brig Med - type: Transform - pos: -20.5,-3.5 + rot: 1.5707963267948966 rad + pos: -20.5,-17.5 + parent: 60 +- proto: AirlockSecurityGlassLocked + entities: + - uid: 1840 + components: + - type: Transform + pos: -26.5,-8.5 parent: 60 - uid: 2086 components: @@ -14702,19 +15098,44 @@ entities: parent: 60 - proto: AirlockSecurityLocked entities: - - uid: 1889 + - uid: 213 components: - - type: MetaData - name: Sec Breakroom - type: Transform - pos: -35.5,4.5 + rot: 3.141592653589793 rad + pos: -22.5,-4.5 parent: 60 - - uid: 8242 + - uid: 244 + components: + - type: Transform + pos: -25.5,-15.5 + parent: 60 + - uid: 778 + components: + - type: Transform + pos: -25.5,-14.5 + parent: 60 + - uid: 1488 + components: + - type: Transform + pos: -22.5,-5.5 + parent: 60 + - uid: 1584 + components: + - type: Transform + pos: -21.5,-10.5 + parent: 60 + - uid: 1733 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,-3.5 + parent: 60 + - uid: 1889 components: - type: MetaData - name: Security Locker Room + name: Sec Breakroom - type: Transform - pos: -31.5,-19.5 + pos: -35.5,4.5 parent: 60 - uid: 13701 components: @@ -15135,19 +15556,6 @@ entities: - type: Transform pos: -3.5,28.5 parent: 60 - - uid: 21733 - components: - - type: Transform - pos: -25.5,-3.5 - parent: 60 - - uid: 21734 - components: - - type: Transform - pos: -27.5,-15.5 - parent: 60 - - type: DeviceNetwork - deviceLists: - - 21736 - uid: 21772 components: - type: Transform @@ -15333,6 +15741,12 @@ entities: parent: 60 - type: Battery startingCharge: 12000 + - uid: 1559 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,-20.5 + parent: 60 - uid: 2277 components: - type: MetaData @@ -15396,6 +15810,11 @@ entities: rot: -1.5707963267948966 rad pos: -1.5,-42.5 parent: 60 + - uid: 4018 + components: + - type: Transform + pos: -31.5,-5.5 + parent: 60 - uid: 4086 components: - type: MetaData @@ -15404,20 +15823,6 @@ entities: rot: 1.5707963267948966 rad pos: 39.5,-44.5 parent: 60 - - uid: 4182 - components: - - type: MetaData - name: Court Room APC - - type: Transform - pos: -46.5,-14.5 - parent: 60 - - type: Battery - startingCharge: 12000 - - type: PowerNetworkBattery - loadingNetworkDemand: 70 - currentReceiving: 69.9903 - currentSupply: 70 - supplyRampPosition: 0.00969696 - uid: 5093 components: - type: MetaData @@ -15425,6 +15830,11 @@ entities: - type: Transform pos: -15.5,-52.5 parent: 60 + - uid: 5423 + components: + - type: Transform + pos: -46.5,-13.5 + parent: 60 - uid: 5503 components: - type: MetaData @@ -15461,6 +15871,28 @@ entities: - type: Transform pos: -47.5,-22.5 parent: 60 + - uid: 6039 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-15.5 + parent: 60 + - uid: 6043 + components: + - type: Transform + pos: -23.5,-10.5 + parent: 60 + - uid: 6087 + components: + - type: Transform + pos: -33.5,-1.5 + parent: 60 + - uid: 6136 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-2.5 + parent: 60 - uid: 6263 components: - type: MetaData @@ -15474,6 +15906,12 @@ entities: loadingNetworkDemand: 25 currentSupply: 25 supplyRampPosition: 25 + - uid: 6803 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-9.5 + parent: 60 - uid: 6975 components: - type: MetaData @@ -15511,19 +15949,19 @@ entities: rot: -1.5707963267948966 rad pos: -1.5,-4.5 parent: 60 - - uid: 8244 + - uid: 7536 components: - - type: MetaData - name: Security Locker Room APC - type: Transform - pos: -32.5,-14.5 + pos: -25.5,3.5 parent: 60 - - uid: 8684 + - uid: 8503 components: - type: MetaData - name: Security Entrance APC + desc: IPC recharging device. + name: charging port - type: Transform - pos: -24.5,-17.5 + rot: -1.5707963267948966 rad + pos: -29.5,-11.5 parent: 60 - uid: 8695 components: @@ -15928,6 +16366,12 @@ entities: rot: -1.5707963267948966 rad pos: -71.5,-50.5 parent: 60 + - uid: 27824 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,-16.5 + parent: 60 - proto: APCElectronics entities: - uid: 5032 @@ -16061,6 +16505,16 @@ entities: parent: 60 - proto: Ashtray entities: + - uid: 5430 + components: + - type: Transform + pos: -40.9644,-17.520676 + parent: 60 + - uid: 5431 + components: + - type: Transform + pos: -46.03891,-17.567698 + parent: 60 - uid: 9547 components: - type: Transform @@ -16076,6 +16530,16 @@ entities: - type: Transform pos: 32.2979,26.45987 parent: 60 + - uid: 24157 + components: + - type: Transform + pos: -44.008785,-15.285184 + parent: 60 + - uid: 24426 + components: + - type: Transform + pos: -48.420475,-14.511724 + parent: 60 - uid: 24974 components: - type: Transform @@ -16119,6 +16583,36 @@ entities: - type: Physics angularDamping: 0 linearDamping: 0 + - uid: 27788 + components: + - type: Transform + pos: -48.774364,-18.971155 + parent: 60 + - uid: 27811 + components: + - type: Transform + pos: -3.9985821,-6.305991 + parent: 60 + - uid: 27812 + components: + - type: Transform + pos: -0.19623671,3.453613 + parent: 60 + - uid: 27813 + components: + - type: Transform + pos: 6.762785,-15.992695 + parent: 60 + - uid: 27814 + components: + - type: Transform + pos: 6.345462,-27.366104 + parent: 60 + - uid: 27815 + components: + - type: Transform + pos: 35.10511,-13.354168 + parent: 60 - proto: AsimovCircuitBoard entities: - uid: 23143 @@ -16599,15 +17093,10 @@ entities: parent: 60 - proto: BannerSecurity entities: - - uid: 8247 - components: - - type: Transform - pos: -28.5,-2.5 - parent: 60 - - uid: 8248 + - uid: 122 components: - type: Transform - pos: -24.5,-2.5 + pos: -21.5,-18.5 parent: 60 - proto: BarberScissors entities: @@ -16767,6 +17256,13 @@ entities: - type: Transform pos: -14.5,30.5 parent: 60 +- proto: Basketball + entities: + - uid: 1993 + components: + - type: Transform + pos: -30.7843,-14.187552 + parent: 60 - proto: Beaker entities: - uid: 4133 @@ -16791,6 +17287,11 @@ entities: - type: Transform pos: 7.5,-32.5 parent: 60 + - uid: 84 + components: + - type: Transform + pos: -23.5,-9.5 + parent: 60 - uid: 106 components: - type: Transform @@ -16811,40 +17312,20 @@ entities: - type: Transform pos: 8.5,-14.5 parent: 60 - - uid: 1722 - components: - - type: Transform - pos: -18.5,-10.5 - parent: 60 - - uid: 1739 - components: - - type: Transform - pos: -18.5,-13.5 - parent: 60 - - uid: 1764 - components: - - type: Transform - pos: -33.5,-10.5 - parent: 60 - - uid: 1767 - components: - - type: Transform - pos: -33.5,-7.5 - parent: 60 - - uid: 1852 + - uid: 1745 components: - type: Transform - pos: -18.5,-7.5 + pos: -24.5,-9.5 parent: 60 - - uid: 1857 + - uid: 1888 components: - type: Transform - pos: -33.5,-13.5 + pos: -19.5,0.5 parent: 60 - - uid: 1888 + - uid: 1943 components: - type: Transform - pos: -19.5,0.5 + pos: -30.5,-12.5 parent: 60 - uid: 2150 components: @@ -16971,6 +17452,11 @@ entities: - type: Transform pos: -6.5,-6.5 parent: 60 + - uid: 24317 + components: + - type: Transform + pos: -48.5,-16.5 + parent: 60 - uid: 24362 components: - type: Transform @@ -17023,6 +17509,13 @@ entities: - type: Transform pos: 8.5,-14.5 parent: 60 +- proto: BedsheetBrown + entities: + - uid: 1944 + components: + - type: Transform + pos: -30.5,-12.5 + parent: 60 - proto: BedsheetCaptain entities: - uid: 18506 @@ -17039,6 +17532,12 @@ entities: parent: 60 - proto: BedsheetCentcom entities: + - uid: 24316 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,-16.5 + parent: 60 - uid: 24831 components: - type: Transform @@ -17117,10 +17616,16 @@ entities: parent: 60 - proto: BedsheetMedical entities: - - uid: 1502 + - uid: 25 components: - type: Transform - pos: -18.5,-7.5 + rot: -1.5707963267948966 rad + pos: -23.5,-9.5 + parent: 60 + - uid: 77 + components: + - type: Transform + pos: -24.5,-9.5 parent: 60 - uid: 4491 components: @@ -17163,31 +17668,6 @@ entities: parent: 60 - proto: BedsheetOrange entities: - - uid: 1717 - components: - - type: Transform - pos: -18.5,-10.5 - parent: 60 - - uid: 1718 - components: - - type: Transform - pos: -18.5,-13.5 - parent: 60 - - uid: 1719 - components: - - type: Transform - pos: -33.5,-7.5 - parent: 60 - - uid: 1720 - components: - - type: Transform - pos: -33.5,-10.5 - parent: 60 - - uid: 1721 - components: - - type: Transform - pos: -33.5,-13.5 - parent: 60 - uid: 13699 components: - type: Transform @@ -17438,6 +17918,32 @@ entities: - type: Transform pos: -35.5,26.5 parent: 60 +- proto: BenchSteelLeft + entities: + - uid: 186 + components: + - type: Transform + pos: -34.5,-10.5 + parent: 60 +- proto: BenchSteelMiddle + entities: + - uid: 842 + components: + - type: Transform + pos: -32.5,-10.5 + parent: 60 + - uid: 1465 + components: + - type: Transform + pos: -33.5,-10.5 + parent: 60 +- proto: BenchSteelRight + entities: + - uid: 246 + components: + - type: Transform + pos: -31.5,-10.5 + parent: 60 - proto: Bible entities: - uid: 26820 @@ -17474,11 +17980,6 @@ entities: parent: 60 - proto: Biogenerator entities: - - uid: 4040 - components: - - type: Transform - pos: -8.5,-11.5 - parent: 60 - uid: 10113 components: - type: Transform @@ -17698,6 +18199,11 @@ entities: parent: 60 - proto: BlockGameArcade entities: + - uid: 4292 + components: + - type: Transform + pos: -8.5,-11.5 + parent: 60 - uid: 5304 components: - type: Transform @@ -17705,12 +18211,6 @@ entities: parent: 60 - type: SpamEmitSound enabled: False - - uid: 7312 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-14.5 - parent: 60 - proto: BluespaceSender entities: - uid: 27387 @@ -17914,18 +18414,6 @@ entities: - type: Transform pos: -8.518149,24.954159 parent: 60 -- proto: Bookshelf - entities: - - uid: 7143 - components: - - type: Transform - pos: -50.5,-15.5 - parent: 60 - - uid: 13700 - components: - - type: Transform - pos: -7.5,-14.5 - parent: 60 - proto: BookshelfFilled entities: - uid: 653 @@ -17938,6 +18426,11 @@ entities: - type: Transform pos: -5.5,-7.5 parent: 60 + - uid: 1536 + components: + - type: Transform + pos: -30.5,-10.5 + parent: 60 - uid: 4526 components: - type: Transform @@ -18123,8 +18616,11 @@ entities: - uid: 54 components: - type: Transform - pos: -19.561207,-5.30166 + pos: -24.792683,-7.4656315 parent: 60 + - type: Physics + angularDamping: 0 + linearDamping: 0 - uid: 172 components: - type: Transform @@ -18159,8 +18655,11 @@ entities: - uid: 7793 components: - type: Transform - pos: -25.31633,-11.483709 + pos: -26.125454,-4.0878687 parent: 60 + - type: Physics + angularDamping: 0 + linearDamping: 0 - proto: BoxFolderBlack entities: - uid: 8975 @@ -18195,15 +18694,16 @@ entities: - type: Transform pos: -40.52726,-17.397173 parent: 60 - - uid: 11581 + - uid: 21243 components: - type: Transform - pos: -48.390194,-18.501072 + pos: -73.462845,16.682096 parent: 60 - - uid: 21243 + - uid: 21734 components: - type: Transform - pos: -73.462845,16.682096 + rot: 3.141592653589793 rad + pos: -49.16076,-19.355974 parent: 60 - uid: 23115 components: @@ -18220,8 +18720,28 @@ entities: - type: Transform pos: -106.43763,23.472445 parent: 60 + - uid: 24156 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.62055,-15.390984 + parent: 60 +- proto: BoxFolderClipboard + entities: + - uid: 2100 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.373796,-3.8089712 + parent: 60 - proto: BoxFolderGreen entities: + - uid: 24153 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.22055,-15.390984 + parent: 60 - uid: 24854 components: - type: Transform @@ -18230,6 +18750,12 @@ entities: parent: 60 - proto: BoxFolderGrey entities: + - uid: 1966 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.671762,-12.722518 + parent: 60 - uid: 9534 components: - type: Transform @@ -18242,20 +18768,22 @@ entities: parent: 60 - proto: BoxFolderRed entities: - - uid: 1911 + - uid: 1965 components: - type: Transform - pos: -20.313402,-16.57666 + rot: -1.5707963267948966 rad + pos: -20.647966,-12.461028 parent: 60 - - uid: 4236 + - uid: 2113 components: - type: Transform - pos: -45.55851,-17.397173 + rot: 3.141592653589793 rad + pos: -25.691444,-3.3622627 parent: 60 - - uid: 4292 + - uid: 4236 components: - type: Transform - pos: -48.515194,-18.266697 + pos: -45.55851,-17.397173 parent: 60 - uid: 5324 components: @@ -18272,6 +18800,18 @@ entities: - type: Transform pos: 46.5541,9.572361 parent: 60 + - uid: 21736 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.431347,-19.414751 + parent: 60 + - uid: 24155 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.408783,-15.449761 + parent: 60 - proto: BoxFolderWhite entities: - uid: 25010 @@ -18282,6 +18822,18 @@ entities: parent: 60 - proto: BoxFolderYellow entities: + - uid: 2115 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.938503,-3.4210403 + parent: 60 + - uid: 2118 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.649279,-12.972242 + parent: 60 - uid: 13122 components: - type: Transform @@ -18307,8 +18859,11 @@ entities: - uid: 178 components: - type: Transform - pos: -26.426329,-14.112597 + pos: -26.849894,-4.0995784 parent: 60 + - type: Physics + angularDamping: 0 + linearDamping: 0 - proto: BoxLatexGloves entities: - uid: 261 @@ -18395,6 +18950,22 @@ entities: - type: Transform pos: 38.117302,-32.42313 parent: 60 +- proto: BoxReamBright + entities: + - uid: 13758 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.708063,-29.23476 + parent: 60 +- proto: BoxReamClassic + entities: + - uid: 13757 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.2923765,-29.23476 + parent: 60 - proto: BoxShotgunFlare entities: - uid: 2178 @@ -18448,8 +19019,11 @@ entities: - uid: 19869 components: - type: Transform - pos: -25.488205,-11.296209 + pos: -26.453396,-4.216675 parent: 60 + - type: Physics + angularDamping: 0 + linearDamping: 0 - proto: BrbSign entities: - uid: 21398 @@ -18462,92 +19036,6 @@ entities: - type: Transform pos: 46.54674,9.956706 parent: 60 -- proto: BrigTimer - entities: - - uid: 1468 - components: - - type: Transform - pos: -32.5,-5.5 - parent: 60 - - type: DeviceLinkSource - linkedPorts: - 230: - - - Start - - Close - - - Timer - - AutoClose - - - Timer - - Open - - uid: 1485 - components: - - type: Transform - pos: -32.5,-8.5 - parent: 60 - - type: DeviceLinkSource - linkedPorts: - 268: - - - Start - - Close - - - Timer - - AutoClose - - - Timer - - Open - - uid: 1486 - components: - - type: Transform - pos: -32.5,-11.5 - parent: 60 - - type: DeviceLinkSource - linkedPorts: - 243: - - - Start - - Close - - - Timer - - AutoClose - - - Timer - - Open - - uid: 1488 - components: - - type: Transform - pos: -20.5,-8.5 - parent: 60 - - type: DeviceLinkSource - linkedPorts: - 151: - - - Start - - Close - - - Timer - - AutoClose - - - Timer - - Open - - uid: 6971 - components: - - type: Transform - pos: -20.5,-5.5 - parent: 60 - - type: DeviceLinkSource - linkedPorts: - 843: - - - Start - - Close - - - Timer - - AutoClose - - - Timer - - Open - - uid: 6972 - components: - - type: Transform - pos: -20.5,-11.5 - parent: 60 - - type: DeviceLinkSource - linkedPorts: - 72: - - - Start - - Close - - - Timer - - AutoClose - - - Timer - - Open - proto: BrokenBottle entities: - uid: 23662 @@ -18644,8 +19132,18 @@ entities: - type: Transform pos: -63.476273,-31.296034 parent: 60 + - uid: 27808 + components: + - type: Transform + pos: -7.2993507,-11.263137 + parent: 60 - proto: Bucket entities: + - uid: 1935 + components: + - type: Transform + pos: -31.222155,-20.145542 + parent: 60 - uid: 2708 components: - type: Transform @@ -18674,8 +19172,11 @@ entities: - uid: 13599 components: - type: Transform - pos: -9.835501,-12.340368 + pos: -10.262341,-13.104341 parent: 60 + - type: Physics + angularDamping: 0 + linearDamping: 0 - proto: ButchCleaver entities: - uid: 2616 @@ -18719,12 +19220,6 @@ entities: parent: 60 - proto: ButtonFrameJanitor entities: - - uid: 7536 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-14.5 - parent: 60 - uid: 7538 components: - type: Transform @@ -18815,6 +19310,11 @@ entities: - type: Transform pos: 35.5,-7.5 parent: 60 + - uid: 230 + components: + - type: Transform + pos: -46.5,-13.5 + parent: 60 - uid: 260 components: - type: Transform @@ -18870,11 +19370,6 @@ entities: - type: Transform pos: -10.5,5.5 parent: 60 - - uid: 630 - components: - - type: Transform - pos: -33.5,-16.5 - parent: 60 - uid: 643 components: - type: Transform @@ -18885,16 +19380,6 @@ entities: - type: Transform pos: -11.5,5.5 parent: 60 - - uid: 778 - components: - - type: Transform - pos: -32.5,-15.5 - parent: 60 - - uid: 781 - components: - - type: Transform - pos: -32.5,-14.5 - parent: 60 - uid: 873 components: - type: Transform @@ -18980,15 +19465,15 @@ entities: - type: Transform pos: -11.5,25.5 parent: 60 - - uid: 1555 + - uid: 1473 components: - type: Transform - pos: -25.5,-20.5 + pos: -33.5,0.5 parent: 60 - - uid: 1560 + - uid: 1474 components: - type: Transform - pos: -27.5,-21.5 + pos: -34.5,0.5 parent: 60 - uid: 1654 components: @@ -19020,11 +19505,6 @@ entities: - type: Transform pos: 1.5,-6.5 parent: 60 - - uid: 1762 - components: - - type: Transform - pos: -33.5,-15.5 - parent: 60 - uid: 1763 components: - type: Transform @@ -19035,15 +19515,15 @@ entities: - type: Transform pos: -57.5,-22.5 parent: 60 - - uid: 1860 + - uid: 1854 components: - type: Transform - pos: 32.5,-17.5 + pos: -53.5,-21.5 parent: 60 - - uid: 1862 + - uid: 1860 components: - type: Transform - pos: -33.5,-18.5 + pos: 32.5,-17.5 parent: 60 - uid: 1891 components: @@ -19060,11 +19540,6 @@ entities: - type: Transform pos: -23.5,-29.5 parent: 60 - - uid: 2119 - components: - - type: Transform - pos: -25.5,-21.5 - parent: 60 - uid: 2216 components: - type: Transform @@ -19100,10 +19575,10 @@ entities: - type: Transform pos: -61.5,-18.5 parent: 60 - - uid: 2602 + - uid: 2581 components: - type: Transform - pos: -33.5,-21.5 + pos: -53.5,-20.5 parent: 60 - uid: 2606 components: @@ -19265,6 +19740,11 @@ entities: - type: Transform pos: -41.5,-30.5 parent: 60 + - uid: 4178 + components: + - type: Transform + pos: -31.5,-5.5 + parent: 60 - uid: 4245 components: - type: Transform @@ -19665,11 +20145,6 @@ entities: - type: Transform pos: -15.5,-31.5 parent: 60 - - uid: 5219 - components: - - type: Transform - pos: -27.5,-20.5 - parent: 60 - uid: 5233 components: - type: Transform @@ -19850,11 +20325,6 @@ entities: - type: Transform pos: -7.5,-54.5 parent: 60 - - uid: 6858 - components: - - type: Transform - pos: -52.5,-17.5 - parent: 60 - uid: 6880 components: - type: Transform @@ -20025,6 +20495,51 @@ entities: - type: Transform pos: -2.5,-71.5 parent: 60 + - uid: 7548 + components: + - type: Transform + pos: -25.5,2.5 + parent: 60 + - uid: 7549 + components: + - type: Transform + pos: -25.5,3.5 + parent: 60 + - uid: 7554 + components: + - type: Transform + pos: -33.5,-1.5 + parent: 60 + - uid: 7555 + components: + - type: Transform + pos: -33.5,-2.5 + parent: 60 + - uid: 7563 + components: + - type: Transform + pos: -32.5,-3.5 + parent: 60 + - uid: 7572 + components: + - type: Transform + pos: -33.5,-3.5 + parent: 60 + - uid: 7573 + components: + - type: Transform + pos: -34.5,-3.5 + parent: 60 + - uid: 7574 + components: + - type: Transform + pos: -33.5,-4.5 + parent: 60 + - uid: 7575 + components: + - type: Transform + pos: -22.5,-9.5 + parent: 60 - uid: 7593 components: - type: Transform @@ -20040,6 +20555,21 @@ entities: - type: Transform pos: -56.5,-14.5 parent: 60 + - uid: 7601 + components: + - type: Transform + pos: -21.5,-9.5 + parent: 60 + - uid: 7603 + components: + - type: Transform + pos: -20.5,-9.5 + parent: 60 + - uid: 7612 + components: + - type: Transform + pos: -20.5,-8.5 + parent: 60 - uid: 7626 components: - type: Transform @@ -20060,21 +20590,251 @@ entities: - type: Transform pos: -72.5,-18.5 parent: 60 + - uid: 7647 + components: + - type: Transform + pos: -20.5,-7.5 + parent: 60 + - uid: 7649 + components: + - type: Transform + pos: -20.5,-6.5 + parent: 60 + - uid: 7650 + components: + - type: Transform + pos: -20.5,-5.5 + parent: 60 + - uid: 7657 + components: + - type: Transform + pos: -20.5,-4.5 + parent: 60 - uid: 7668 components: - type: Transform pos: 3.5,33.5 parent: 60 + - uid: 7679 + components: + - type: Transform + pos: -19.5,-4.5 + parent: 60 + - uid: 7685 + components: + - type: Transform + pos: -18.5,-4.5 + parent: 60 + - uid: 7720 + components: + - type: Transform + pos: -20.5,-2.5 + parent: 60 + - uid: 7785 + components: + - type: Transform + pos: -21.5,-2.5 + parent: 60 + - uid: 7790 + components: + - type: Transform + pos: -22.5,-2.5 + parent: 60 + - uid: 7813 + components: + - type: Transform + pos: -24.5,-2.5 + parent: 60 + - uid: 7900 + components: + - type: Transform + pos: -25.5,-2.5 + parent: 60 + - uid: 7901 + components: + - type: Transform + pos: -26.5,-2.5 + parent: 60 + - uid: 7902 + components: + - type: Transform + pos: -27.5,-2.5 + parent: 60 + - uid: 7903 + components: + - type: Transform + pos: -28.5,-2.5 + parent: 60 + - uid: 7904 + components: + - type: Transform + pos: -28.5,-3.5 + parent: 60 + - uid: 7905 + components: + - type: Transform + pos: -28.5,-4.5 + parent: 60 + - uid: 7906 + components: + - type: Transform + pos: -28.5,-5.5 + parent: 60 - uid: 7907 components: - type: Transform - pos: -33.5,-19.5 + pos: -28.5,-6.5 + parent: 60 + - uid: 8002 + components: + - type: Transform + pos: -28.5,-7.5 + parent: 60 + - uid: 8030 + components: + - type: Transform + pos: -28.5,-8.5 parent: 60 - uid: 8055 components: - type: Transform pos: -63.5,0.5 parent: 60 + - uid: 8212 + components: + - type: Transform + pos: -27.5,-8.5 + parent: 60 + - uid: 8213 + components: + - type: Transform + pos: -27.5,-9.5 + parent: 60 + - uid: 8223 + components: + - type: Transform + pos: -27.5,-10.5 + parent: 60 + - uid: 8225 + components: + - type: Transform + pos: -27.5,-11.5 + parent: 60 + - uid: 8226 + components: + - type: Transform + pos: -27.5,-12.5 + parent: 60 + - uid: 8227 + components: + - type: Transform + pos: -27.5,-13.5 + parent: 60 + - uid: 8228 + components: + - type: Transform + pos: -29.5,-15.5 + parent: 60 + - uid: 8229 + components: + - type: Transform + pos: -30.5,-15.5 + parent: 60 + - uid: 8230 + components: + - type: Transform + pos: -34.5,-12.5 + parent: 60 + - uid: 8231 + components: + - type: Transform + pos: -31.5,-14.5 + parent: 60 + - uid: 8232 + components: + - type: Transform + pos: -29.5,-14.5 + parent: 60 + - uid: 8233 + components: + - type: Transform + pos: -29.5,-13.5 + parent: 60 + - uid: 8242 + components: + - type: Transform + pos: -29.5,-12.5 + parent: 60 + - uid: 8243 + components: + - type: Transform + pos: -27.5,-14.5 + parent: 60 + - uid: 8244 + components: + - type: Transform + pos: -26.5,-14.5 + parent: 60 + - uid: 8245 + components: + - type: Transform + pos: -31.5,-13.5 + parent: 60 + - uid: 8246 + components: + - type: Transform + pos: -31.5,-12.5 + parent: 60 + - uid: 8247 + components: + - type: Transform + pos: -32.5,-12.5 + parent: 60 + - uid: 8248 + components: + - type: Transform + pos: -33.5,-12.5 + parent: 60 + - uid: 8251 + components: + - type: Transform + pos: -33.5,-13.5 + parent: 60 + - uid: 8252 + components: + - type: Transform + pos: -33.5,-14.5 + parent: 60 + - uid: 8253 + components: + - type: Transform + pos: -33.5,-15.5 + parent: 60 + - uid: 8259 + components: + - type: Transform + pos: -33.5,-16.5 + parent: 60 + - uid: 8260 + components: + - type: Transform + pos: -33.5,-17.5 + parent: 60 + - uid: 8267 + components: + - type: Transform + pos: -33.5,-18.5 + parent: 60 + - uid: 8269 + components: + - type: Transform + pos: -32.5,-18.5 + parent: 60 + - uid: 8274 + components: + - type: Transform + pos: -31.5,-18.5 + parent: 60 - uid: 8277 components: - type: Transform @@ -20203,7 +20963,7 @@ entities: - uid: 8319 components: - type: Transform - pos: -52.5,-18.5 + pos: -31.5,-17.5 parent: 60 - uid: 8321 components: @@ -20233,12 +20993,12 @@ entities: - uid: 8328 components: - type: Transform - pos: -34.5,-0.5 + pos: -31.5,-16.5 parent: 60 - uid: 8329 components: - type: Transform - pos: -33.5,-0.5 + pos: -31.5,-15.5 parent: 60 - uid: 8330 components: @@ -20263,87 +21023,87 @@ entities: - uid: 8334 components: - type: Transform - pos: -30.5,-2.5 + pos: -35.5,-12.5 parent: 60 - uid: 8335 components: - type: Transform - pos: -34.5,-3.5 + pos: -35.5,-13.5 parent: 60 - uid: 8336 components: - type: Transform - pos: -33.5,-3.5 + pos: -35.5,-14.5 parent: 60 - uid: 8337 components: - type: Transform - pos: -32.5,-3.5 + pos: -33.5,-19.5 parent: 60 - uid: 8338 components: - type: Transform - pos: -31.5,-3.5 + pos: -33.5,-20.5 parent: 60 - uid: 8339 components: - type: Transform - pos: -30.5,-3.5 + pos: -33.5,-21.5 parent: 60 - uid: 8340 components: - type: Transform - pos: -24.5,-9.5 + pos: -32.5,-21.5 parent: 60 - uid: 8341 components: - type: Transform - pos: -28.5,-9.5 + pos: -30.5,-17.5 parent: 60 - uid: 8342 components: - type: Transform - pos: -27.5,-9.5 + pos: -29.5,-17.5 parent: 60 - uid: 8343 components: - type: Transform - pos: -25.5,-9.5 + pos: -28.5,-17.5 parent: 60 - uid: 8344 components: - type: Transform - pos: -26.5,-11.5 + pos: -27.5,-17.5 parent: 60 - uid: 8345 components: - type: Transform - pos: -26.5,-10.5 + pos: -27.5,-18.5 parent: 60 - uid: 8346 components: - type: Transform - pos: -26.5,-9.5 + pos: -27.5,-19.5 parent: 60 - uid: 8347 components: - type: Transform - pos: -26.5,-8.5 + pos: -26.5,-19.5 parent: 60 - uid: 8348 components: - type: Transform - pos: -26.5,-7.5 + pos: -25.5,-19.5 parent: 60 - uid: 8349 components: - type: Transform - pos: -26.5,-6.5 + pos: -24.5,-19.5 parent: 60 - uid: 8350 components: - type: Transform - pos: -26.5,-5.5 + pos: -23.5,-19.5 parent: 60 - uid: 8351 components: @@ -20370,11 +21130,36 @@ entities: - type: Transform pos: -53.5,-18.5 parent: 60 + - uid: 8380 + components: + - type: Transform + pos: -28.5,-19.5 + parent: 60 + - uid: 8385 + components: + - type: Transform + pos: -29.5,-19.5 + parent: 60 + - uid: 8386 + components: + - type: Transform + pos: -30.5,-19.5 + parent: 60 + - uid: 8390 + components: + - type: Transform + pos: -31.5,-19.5 + parent: 60 - uid: 8392 components: - type: Transform pos: -26.5,1.5 parent: 60 + - uid: 8413 + components: + - type: Transform + pos: -23.5,-10.5 + parent: 60 - uid: 8416 components: - type: Transform @@ -20398,7 +21183,7 @@ entities: - uid: 8420 components: - type: Transform - pos: -26.5,-3.5 + pos: -23.5,-11.5 parent: 60 - uid: 8421 components: @@ -20443,82 +21228,82 @@ entities: - uid: 8434 components: - type: Transform - pos: -21.5,-2.5 + pos: -23.5,-12.5 parent: 60 - uid: 8436 components: - type: Transform - pos: -18.5,-3.5 + pos: -23.5,-13.5 parent: 60 - uid: 8437 components: - type: Transform - pos: -19.5,-3.5 + pos: -23.5,-14.5 parent: 60 - uid: 8438 components: - type: Transform - pos: -20.5,-3.5 + pos: -23.5,-15.5 parent: 60 - uid: 8439 components: - type: Transform - pos: -21.5,-3.5 + pos: -22.5,-15.5 parent: 60 - uid: 8440 components: - type: Transform - pos: -21.5,-4.5 + pos: -21.5,-15.5 parent: 60 - uid: 8441 components: - type: Transform - pos: -22.5,-4.5 + pos: -20.5,-15.5 parent: 60 - uid: 8442 components: - type: Transform - pos: -23.5,-4.5 + pos: -19.5,-15.5 parent: 60 - uid: 8443 components: - type: Transform - pos: -24.5,-4.5 + pos: -19.5,-16.5 parent: 60 - uid: 8444 components: - type: Transform - pos: -25.5,-4.5 + pos: -19.5,-17.5 parent: 60 - uid: 8445 components: - type: Transform - pos: -26.5,-4.5 + pos: -19.5,-18.5 parent: 60 - uid: 8446 components: - type: Transform - pos: -27.5,-4.5 + pos: -19.5,-19.5 parent: 60 - uid: 8447 components: - type: Transform - pos: -28.5,-4.5 + pos: -19.5,-20.5 parent: 60 - uid: 8448 components: - type: Transform - pos: -29.5,-4.5 + pos: -19.5,-14.5 parent: 60 - uid: 8449 components: - type: Transform - pos: -29.5,-3.5 + pos: -19.5,-13.5 parent: 60 - uid: 8450 components: - type: Transform - pos: -29.5,-2.5 + pos: -19.5,-12.5 parent: 60 - uid: 8451 components: @@ -20528,332 +21313,92 @@ entities: - uid: 8452 components: - type: Transform - pos: -34.5,-6.5 + pos: -19.5,-11.5 parent: 60 - uid: 8453 components: - type: Transform - pos: -33.5,-6.5 + pos: -24.5,-10.5 parent: 60 - uid: 8454 components: - type: Transform - pos: -32.5,-6.5 + pos: -24.5,-9.5 parent: 60 - uid: 8455 components: - type: Transform - pos: -31.5,-6.5 + pos: -24.5,-8.5 parent: 60 - uid: 8456 components: - type: Transform - pos: -34.5,-9.5 + pos: -24.5,-7.5 parent: 60 - uid: 8457 components: - type: Transform - pos: -33.5,-9.5 + pos: -27.5,-5.5 parent: 60 - uid: 8458 components: - type: Transform - pos: -32.5,-9.5 + pos: -26.5,-5.5 parent: 60 - uid: 8462 components: - type: Transform - pos: -31.5,-9.5 + pos: -25.5,-5.5 parent: 60 - uid: 8463 components: - type: Transform - pos: -34.5,-12.5 + pos: -24.5,-5.5 parent: 60 - uid: 8464 components: - type: Transform - pos: -33.5,-12.5 + pos: -23.5,-5.5 parent: 60 - uid: 8465 components: - type: Transform - pos: -32.5,-12.5 + pos: -23.5,-4.5 parent: 60 - - uid: 8467 + - uid: 8466 components: - type: Transform - pos: -31.5,-12.5 + pos: -23.5,-3.5 parent: 60 - - uid: 8468 + - uid: 8467 components: - type: Transform - pos: -30.5,-6.5 + pos: -23.5,-2.5 parent: 60 - uid: 8469 components: - type: Transform - pos: -30.5,-7.5 + pos: -31.5,-6.5 parent: 60 - uid: 8470 components: - type: Transform - pos: -30.5,-8.5 + pos: -31.5,-7.5 parent: 60 - uid: 8471 components: - type: Transform - pos: -30.5,-9.5 + pos: -32.5,-7.5 parent: 60 - uid: 8472 components: - type: Transform - pos: -30.5,-10.5 + pos: -33.5,-7.5 parent: 60 - uid: 8473 components: - type: Transform - pos: -30.5,-11.5 - parent: 60 - - uid: 8474 - components: - - type: Transform - pos: -30.5,-12.5 - parent: 60 - - uid: 8475 - components: - - type: Transform - pos: -30.5,-13.5 - parent: 60 - - uid: 8476 - components: - - type: Transform - pos: -30.5,-14.5 - parent: 60 - - uid: 8477 - components: - - type: Transform - pos: -18.5,-12.5 - parent: 60 - - uid: 8478 - components: - - type: Transform - pos: -19.5,-12.5 - parent: 60 - - uid: 8479 - components: - - type: Transform - pos: -20.5,-12.5 - parent: 60 - - uid: 8480 - components: - - type: Transform - pos: -21.5,-12.5 - parent: 60 - - uid: 8481 - components: - - type: Transform - pos: -18.5,-9.5 - parent: 60 - - uid: 8482 - components: - - type: Transform - pos: -19.5,-9.5 - parent: 60 - - uid: 8483 - components: - - type: Transform - pos: -20.5,-9.5 - parent: 60 - - uid: 8484 - components: - - type: Transform - pos: -21.5,-9.5 - parent: 60 - - uid: 8503 - components: - - type: Transform - pos: -19.5,-6.5 - parent: 60 - - uid: 8504 - components: - - type: Transform - pos: -18.5,-6.5 - parent: 60 - - uid: 8505 - components: - - type: Transform - pos: -21.5,-6.5 - parent: 60 - - uid: 8506 - components: - - type: Transform - pos: -20.5,-6.5 - parent: 60 - - uid: 8507 - components: - - type: Transform - pos: -22.5,-6.5 - parent: 60 - - uid: 8508 - components: - - type: Transform - pos: -22.5,-7.5 - parent: 60 - - uid: 8509 - components: - - type: Transform - pos: -22.5,-8.5 - parent: 60 - - uid: 8510 - components: - - type: Transform - pos: -22.5,-9.5 - parent: 60 - - uid: 8511 - components: - - type: Transform - pos: -22.5,-10.5 - parent: 60 - - uid: 8512 - components: - - type: Transform - pos: -22.5,-11.5 - parent: 60 - - uid: 8513 - components: - - type: Transform - pos: -22.5,-12.5 - parent: 60 - - uid: 8514 - components: - - type: Transform - pos: -22.5,-13.5 - parent: 60 - - uid: 8515 - components: - - type: Transform - pos: -22.5,-14.5 - parent: 60 - - uid: 8516 - components: - - type: Transform - pos: -19.5,-16.5 - parent: 60 - - uid: 8517 - components: - - type: Transform - pos: -20.5,-15.5 - parent: 60 - - uid: 8518 - components: - - type: Transform - pos: -19.5,-15.5 - parent: 60 - - uid: 8519 - components: - - type: Transform - pos: -21.5,-15.5 - parent: 60 - - uid: 8520 - components: - - type: Transform - pos: -22.5,-15.5 - parent: 60 - - uid: 8523 - components: - - type: Transform - pos: -23.5,-15.5 - parent: 60 - - uid: 8569 - components: - - type: Transform - pos: -30.5,-15.5 - parent: 60 - - uid: 8570 - components: - - type: Transform - pos: -29.5,-15.5 - parent: 60 - - uid: 8571 - components: - - type: Transform - pos: -28.5,-15.5 - parent: 60 - - uid: 8572 - components: - - type: Transform - pos: -27.5,-15.5 - parent: 60 - - uid: 8573 - components: - - type: Transform - pos: -26.5,-15.5 - parent: 60 - - uid: 8574 - components: - - type: Transform - pos: -25.5,-15.5 - parent: 60 - - uid: 8575 - components: - - type: Transform - pos: -24.5,-15.5 - parent: 60 - - uid: 8576 - components: - - type: Transform - pos: -24.5,-16.5 - parent: 60 - - uid: 8582 - components: - - type: Transform - pos: -19.5,-18.5 - parent: 60 - - uid: 8590 - components: - - type: Transform - pos: -19.5,-20.5 - parent: 60 - - uid: 8595 - components: - - type: Transform - pos: -18.5,-19.5 - parent: 60 - - uid: 8596 - components: - - type: Transform - pos: -19.5,-19.5 - parent: 60 - - uid: 8597 - components: - - type: Transform - pos: -20.5,-19.5 - parent: 60 - - uid: 8598 - components: - - type: Transform - pos: -21.5,-19.5 - parent: 60 - - uid: 8601 - components: - - type: Transform - pos: -22.5,-19.5 - parent: 60 - - uid: 8606 - components: - - type: Transform - pos: -23.5,-19.5 - parent: 60 - - uid: 8609 - components: - - type: Transform - pos: -29.5,-19.5 - parent: 60 - - uid: 8610 - components: - - type: Transform - pos: -28.5,-19.5 + pos: -34.5,-7.5 parent: 60 - uid: 8628 components: @@ -20875,36 +21420,6 @@ entities: - type: Transform pos: -78.5,-18.5 parent: 60 - - uid: 8654 - components: - - type: Transform - pos: -27.5,-19.5 - parent: 60 - - uid: 8655 - components: - - type: Transform - pos: -26.5,-19.5 - parent: 60 - - uid: 8656 - components: - - type: Transform - pos: -25.5,-19.5 - parent: 60 - - uid: 8662 - components: - - type: Transform - pos: -24.5,-19.5 - parent: 60 - - uid: 8664 - components: - - type: Transform - pos: -24.5,-18.5 - parent: 60 - - uid: 8665 - components: - - type: Transform - pos: -24.5,-17.5 - parent: 60 - uid: 8691 components: - type: Transform @@ -20930,11 +21445,6 @@ entities: - type: Transform pos: -66.5,2.5 parent: 60 - - uid: 8770 - components: - - type: Transform - pos: -33.5,-17.5 - parent: 60 - uid: 8953 components: - type: Transform @@ -21560,21 +22070,11 @@ entities: - type: Transform pos: -51.5,-23.5 parent: 60 - - uid: 10137 - components: - - type: Transform - pos: -47.5,-16.5 - parent: 60 - uid: 10138 components: - type: Transform pos: -35.5,13.5 parent: 60 - - uid: 10139 - components: - - type: Transform - pos: -51.5,-13.5 - parent: 60 - uid: 10140 components: - type: Transform @@ -21593,7 +22093,7 @@ entities: - uid: 10145 components: - type: Transform - pos: -46.5,-16.5 + pos: -47.5,-16.5 parent: 60 - uid: 10146 components: @@ -21645,21 +22145,6 @@ entities: - type: Transform pos: -48.5,-18.5 parent: 60 - - uid: 10157 - components: - - type: Transform - pos: -48.5,-17.5 - parent: 60 - - uid: 10158 - components: - - type: Transform - pos: -48.5,-16.5 - parent: 60 - - uid: 10159 - components: - - type: Transform - pos: -48.5,-15.5 - parent: 60 - uid: 10160 components: - type: Transform @@ -21670,11 +22155,6 @@ entities: - type: Transform pos: -48.5,-20.5 parent: 60 - - uid: 10162 - components: - - type: Transform - pos: -48.5,-21.5 - parent: 60 - uid: 10163 components: - type: Transform @@ -21755,11 +22235,6 @@ entities: - type: Transform pos: -43.5,-12.5 parent: 60 - - uid: 10179 - components: - - type: Transform - pos: -44.5,-12.5 - parent: 60 - uid: 10180 components: - type: Transform @@ -21770,11 +22245,6 @@ entities: - type: Transform pos: -46.5,-12.5 parent: 60 - - uid: 10182 - components: - - type: Transform - pos: -47.5,-12.5 - parent: 60 - uid: 10183 components: - type: Transform @@ -24315,16 +24785,6 @@ entities: - type: Transform pos: 37.5,-35.5 parent: 60 - - uid: 11054 - components: - - type: Transform - pos: -52.5,-19.5 - parent: 60 - - uid: 11055 - components: - - type: Transform - pos: -52.5,-20.5 - parent: 60 - uid: 11163 components: - type: Transform @@ -31955,6 +32415,11 @@ entities: - type: Transform pos: 62.5,-21.5 parent: 60 + - uid: 21047 + components: + - type: Transform + pos: -52.5,-12.5 + parent: 60 - uid: 21093 components: - type: Transform @@ -32075,11 +32540,6 @@ entities: - type: Transform pos: 50.5,-45.5 parent: 60 - - uid: 21158 - components: - - type: Transform - pos: -33.5,-20.5 - parent: 60 - uid: 21171 components: - type: Transform @@ -33710,6 +34170,26 @@ entities: - type: Transform pos: 12.5,-70.5 parent: 60 + - uid: 24084 + components: + - type: Transform + pos: -53.5,-19.5 + parent: 60 + - uid: 24101 + components: + - type: Transform + pos: -53.5,-18.5 + parent: 60 + - uid: 24102 + components: + - type: Transform + pos: -53.5,-17.5 + parent: 60 + - uid: 24143 + components: + - type: Transform + pos: -53.5,-16.5 + parent: 60 - uid: 24268 components: - type: Transform @@ -36455,6 +36935,56 @@ entities: - type: Transform pos: -46.5,52.5 parent: 60 + - uid: 27828 + components: + - type: Transform + pos: -45.5,-15.5 + parent: 60 + - uid: 27829 + components: + - type: Transform + pos: -48.5,-16.5 + parent: 60 + - uid: 27830 + components: + - type: Transform + pos: -49.5,-16.5 + parent: 60 + - uid: 27831 + components: + - type: Transform + pos: -49.5,-15.5 + parent: 60 + - uid: 27834 + components: + - type: Transform + pos: -51.5,-20.5 + parent: 60 + - uid: 27835 + components: + - type: Transform + pos: -50.5,-20.5 + parent: 60 + - uid: 27836 + components: + - type: Transform + pos: -49.5,-20.5 + parent: 60 + - uid: 27837 + components: + - type: Transform + pos: -49.5,-19.5 + parent: 60 + - uid: 27838 + components: + - type: Transform + pos: -49.5,-18.5 + parent: 60 + - uid: 27839 + components: + - type: Transform + pos: -49.5,-21.5 + parent: 60 - proto: CableApcStack entities: - uid: 4462 @@ -36769,15 +37299,15 @@ entities: - type: Transform pos: 6.5,-37.5 parent: 60 - - uid: 3189 + - uid: 3186 components: - type: Transform - pos: -18.5,52.5 + pos: -53.5,-19.5 parent: 60 - - uid: 3395 + - uid: 3189 components: - type: Transform - pos: -52.5,-18.5 + pos: -18.5,52.5 parent: 60 - uid: 3396 components: @@ -36874,11 +37404,26 @@ entities: - type: Transform pos: 1.5,-39.5 parent: 60 + - uid: 3976 + components: + - type: Transform + pos: -53.5,-21.5 + parent: 60 - uid: 4031 components: - type: Transform pos: -89.5,-18.5 parent: 60 + - uid: 4173 + components: + - type: Transform + pos: -53.5,-16.5 + parent: 60 + - uid: 4177 + components: + - type: Transform + pos: -53.5,-17.5 + parent: 60 - uid: 4180 components: - type: Transform @@ -37044,6 +37589,11 @@ entities: - type: Transform pos: 24.5,-70.5 parent: 60 + - uid: 4564 + components: + - type: Transform + pos: -53.5,-20.5 + parent: 60 - uid: 4631 components: - type: Transform @@ -38299,21 +38849,6 @@ entities: - type: Transform pos: 3.5,36.5 parent: 60 - - uid: 9728 - components: - - type: Transform - pos: -52.5,-17.5 - parent: 60 - - uid: 9729 - components: - - type: Transform - pos: -52.5,-20.5 - parent: 60 - - uid: 9749 - components: - - type: Transform - pos: -52.5,-19.5 - parent: 60 - uid: 9751 components: - type: Transform @@ -38479,11 +39014,6 @@ entities: - type: Transform pos: -52.5,-22.5 parent: 60 - - uid: 9815 - components: - - type: Transform - pos: -51.5,-13.5 - parent: 60 - uid: 9816 components: - type: Transform @@ -45739,6 +46269,11 @@ entities: - type: Transform pos: 4.5,36.5 parent: 60 + - uid: 21049 + components: + - type: Transform + pos: -52.5,-12.5 + parent: 60 - uid: 21429 components: - type: Transform @@ -47508,36 +48043,11 @@ entities: - type: Transform pos: 50.5,-21.5 parent: 60 - - uid: 564 - components: - - type: Transform - pos: -17.5,-13.5 - parent: 60 - - uid: 628 - components: - - type: Transform - pos: -28.5,-16.5 - parent: 60 - - uid: 634 - components: - - type: Transform - pos: -35.5,-7.5 - parent: 60 - - uid: 635 - components: - - type: Transform - pos: -29.5,-17.5 - parent: 60 - uid: 718 components: - type: Transform pos: -56.5,-18.5 parent: 60 - - uid: 766 - components: - - type: Transform - pos: -31.5,-5.5 - parent: 60 - uid: 767 components: - type: Transform @@ -47548,46 +48058,6 @@ entities: - type: Transform pos: 51.5,-21.5 parent: 60 - - uid: 774 - components: - - type: Transform - pos: -34.5,-6.5 - parent: 60 - - uid: 776 - components: - - type: Transform - pos: -29.5,-16.5 - parent: 60 - - uid: 777 - components: - - type: Transform - pos: -22.5,-14.5 - parent: 60 - - uid: 779 - components: - - type: Transform - pos: -27.5,-5.5 - parent: 60 - - uid: 782 - components: - - type: Transform - pos: -35.5,-9.5 - parent: 60 - - uid: 783 - components: - - type: Transform - pos: -34.5,-12.5 - parent: 60 - - uid: 793 - components: - - type: Transform - pos: -35.5,-6.5 - parent: 60 - - uid: 813 - components: - - type: Transform - pos: -22.5,-5.5 - parent: 60 - uid: 814 components: - type: Transform @@ -47628,6 +48098,11 @@ entities: - type: Transform pos: -63.5,-18.5 parent: 60 + - uid: 1459 + components: + - type: Transform + pos: -33.5,-9.5 + parent: 60 - uid: 1499 components: - type: Transform @@ -47638,66 +48113,16 @@ entities: - type: Transform pos: 4.5,-27.5 parent: 60 - - uid: 1504 - components: - - type: Transform - pos: -26.5,-15.5 - parent: 60 - - uid: 1527 - components: - - type: Transform - pos: -21.5,-6.5 - parent: 60 - uid: 1540 components: - type: Transform pos: -30.5,5.5 parent: 60 - - uid: 1541 - components: - - type: Transform - pos: -29.5,-14.5 - parent: 60 - - uid: 1542 - components: - - type: Transform - pos: -21.5,-11.5 - parent: 60 - - uid: 1551 - components: - - type: Transform - pos: -21.5,-7.5 - parent: 60 - - uid: 1552 - components: - - type: Transform - pos: -21.5,-9.5 - parent: 60 - - uid: 1553 - components: - - type: Transform - pos: -31.5,-6.5 - parent: 60 - uid: 1554 components: - type: Transform pos: 34.5,-15.5 parent: 60 - - uid: 1557 - components: - - type: Transform - pos: -21.5,-10.5 - parent: 60 - - uid: 1558 - components: - - type: Transform - pos: -20.5,-7.5 - parent: 60 - - uid: 1561 - components: - - type: Transform - pos: -22.5,-13.5 - parent: 60 - uid: 1565 components: - type: Transform @@ -47713,106 +48138,6 @@ entities: - type: Transform pos: 35.5,-16.5 parent: 60 - - uid: 1568 - components: - - type: Transform - pos: -20.5,-10.5 - parent: 60 - - uid: 1569 - components: - - type: Transform - pos: -23.5,-17.5 - parent: 60 - - uid: 1570 - components: - - type: Transform - pos: -31.5,-10.5 - parent: 60 - - uid: 1571 - components: - - type: Transform - pos: -31.5,-11.5 - parent: 60 - - uid: 1572 - components: - - type: Transform - pos: -32.5,-6.5 - parent: 60 - - uid: 1573 - components: - - type: Transform - pos: -33.5,-6.5 - parent: 60 - - uid: 1574 - components: - - type: Transform - pos: -31.5,-7.5 - parent: 60 - - uid: 1575 - components: - - type: Transform - pos: -31.5,-8.5 - parent: 60 - - uid: 1576 - components: - - type: Transform - pos: -26.5,-17.5 - parent: 60 - - uid: 1577 - components: - - type: Transform - pos: -23.5,-16.5 - parent: 60 - - uid: 1578 - components: - - type: Transform - pos: -29.5,-5.5 - parent: 60 - - uid: 1579 - components: - - type: Transform - pos: -20.5,-13.5 - parent: 60 - - uid: 1580 - components: - - type: Transform - pos: -32.5,-7.5 - parent: 60 - - uid: 1581 - components: - - type: Transform - pos: -21.5,-8.5 - parent: 60 - - uid: 1582 - components: - - type: Transform - pos: -32.5,-10.5 - parent: 60 - - uid: 1583 - components: - - type: Transform - pos: -23.5,-18.5 - parent: 60 - - uid: 1584 - components: - - type: Transform - pos: -32.5,-13.5 - parent: 60 - - uid: 1585 - components: - - type: Transform - pos: -28.5,-14.5 - parent: 60 - - uid: 1586 - components: - - type: Transform - pos: -21.5,-13.5 - parent: 60 - - uid: 1589 - components: - - type: Transform - pos: -28.5,-5.5 - parent: 60 - uid: 1590 components: - type: Transform @@ -47823,40 +48148,25 @@ entities: - type: Transform pos: 4.5,-28.5 parent: 60 - - uid: 1597 - components: - - type: Transform - pos: -31.5,-13.5 - parent: 60 - uid: 1598 components: - type: Transform pos: 32.5,-16.5 parent: 60 - - uid: 1599 - components: - - type: Transform - pos: -22.5,-19.5 - parent: 60 - - uid: 1617 - components: - - type: Transform - pos: -21.5,-12.5 - parent: 60 - - uid: 1618 + - uid: 1637 components: - type: Transform - pos: -30.5,-14.5 + pos: -31.5,-9.5 parent: 60 - - uid: 1623 + - uid: 1659 components: - type: Transform - pos: -26.5,-16.5 + pos: -21.5,0.5 parent: 60 - - uid: 1659 + - uid: 1665 components: - type: Transform - pos: -21.5,0.5 + pos: -34.5,-9.5 parent: 60 - uid: 1695 components: @@ -47893,6 +48203,11 @@ entities: - type: Transform pos: 5.5,-26.5 parent: 60 + - uid: 1757 + components: + - type: Transform + pos: -32.5,-9.5 + parent: 60 - uid: 1759 components: - type: Transform @@ -47918,11 +48233,6 @@ entities: - type: Transform pos: -21.5,-0.5 parent: 60 - - uid: 1979 - components: - - type: Transform - pos: -23.5,-15.5 - parent: 60 - uid: 2058 components: - type: Transform @@ -47963,11 +48273,6 @@ entities: - type: Transform pos: 38.5,-18.5 parent: 60 - - uid: 2160 - components: - - type: Transform - pos: -23.5,-19.5 - parent: 60 - uid: 2171 components: - type: Transform @@ -48063,6 +48368,11 @@ entities: - type: Transform pos: 42.5,-18.5 parent: 60 + - uid: 2860 + components: + - type: Transform + pos: -53.5,-19.5 + parent: 60 - uid: 2886 components: - type: Transform @@ -48078,6 +48388,11 @@ entities: - type: Transform pos: 39.5,-9.5 parent: 60 + - uid: 3070 + components: + - type: Transform + pos: -53.5,-18.5 + parent: 60 - uid: 3162 components: - type: Transform @@ -48088,11 +48403,6 @@ entities: - type: Transform pos: -55.5,-18.5 parent: 60 - - uid: 3203 - components: - - type: Transform - pos: -52.5,-18.5 - parent: 60 - uid: 3222 components: - type: Transform @@ -48128,75 +48438,40 @@ entities: - type: Transform pos: -7.5,38.5 parent: 60 - - uid: 4310 - components: - - type: Transform - pos: -44.5,-30.5 - parent: 60 - - uid: 4425 + - uid: 4040 components: - type: Transform - pos: -71.5,-18.5 + pos: -53.5,-21.5 parent: 60 - - uid: 4457 + - uid: 4296 components: - type: Transform - pos: -31.5,5.5 + pos: -31.5,-5.5 parent: 60 - - uid: 4504 + - uid: 4310 components: - type: Transform - pos: -35.5,-10.5 + pos: -44.5,-30.5 parent: 60 - - uid: 4505 + - uid: 4425 components: - type: Transform - pos: -32.5,-12.5 + pos: -71.5,-18.5 parent: 60 - - uid: 4506 + - uid: 4457 components: - type: Transform - pos: -33.5,-12.5 + pos: -31.5,5.5 parent: 60 - uid: 4508 components: - type: Transform pos: -1.5,-74.5 parent: 60 - - uid: 4561 - components: - - type: Transform - pos: -24.5,-5.5 - parent: 60 - - uid: 4562 - components: - - type: Transform - pos: -33.5,-9.5 - parent: 60 - - uid: 4563 - components: - - type: Transform - pos: -26.5,-5.5 - parent: 60 - - uid: 4564 - components: - - type: Transform - pos: -32.5,-9.5 - parent: 60 - uid: 4565 components: - type: Transform - pos: -34.5,-9.5 - parent: 60 - - uid: 4566 - components: - - type: Transform - pos: -23.5,-5.5 - parent: 60 - - uid: 4567 - components: - - type: Transform - pos: -25.5,-5.5 + pos: -53.5,-17.5 parent: 60 - uid: 4619 components: @@ -48373,55 +48648,15 @@ entities: - type: Transform pos: -4.5,-55.5 parent: 60 - - uid: 5423 - components: - - type: Transform - pos: -21.5,-5.5 - parent: 60 - - uid: 5427 - components: - - type: Transform - pos: -30.5,-5.5 - parent: 60 - - uid: 5428 - components: - - type: Transform - pos: -27.5,-14.5 - parent: 60 - - uid: 5429 - components: - - type: Transform - pos: -20.5,-17.5 - parent: 60 - - uid: 5430 - components: - - type: Transform - pos: -18.5,-17.5 - parent: 60 - - uid: 5431 - components: - - type: Transform - pos: -21.5,-16.5 - parent: 60 - - uid: 5436 - components: - - type: Transform - pos: -20.5,-6.5 - parent: 60 - uid: 5455 components: - type: Transform pos: 52.5,-29.5 parent: 60 - - uid: 5682 - components: - - type: Transform - pos: -23.5,-14.5 - parent: 60 - - uid: 5689 + - uid: 5756 components: - type: Transform - pos: -25.5,-14.5 + pos: -9.5,-10.5 parent: 60 - uid: 5879 components: @@ -48433,11 +48668,6 @@ entities: - type: Transform pos: 36.5,-7.5 parent: 60 - - uid: 5909 - components: - - type: Transform - pos: -30.5,-13.5 - parent: 60 - uid: 5934 components: - type: Transform @@ -48448,6 +48678,11 @@ entities: - type: Transform pos: -32.5,5.5 parent: 60 + - uid: 6065 + components: + - type: Transform + pos: -27.5,-5.5 + parent: 60 - uid: 6066 components: - type: Transform @@ -48468,6 +48703,11 @@ entities: - type: Transform pos: 45.5,-9.5 parent: 60 + - uid: 6149 + components: + - type: Transform + pos: -21.5,-2.5 + parent: 60 - uid: 6161 components: - type: Transform @@ -48488,11 +48728,51 @@ entities: - type: Transform pos: 10.5,-52.5 parent: 60 + - uid: 6203 + components: + - type: Transform + pos: -20.5,-2.5 + parent: 60 + - uid: 6206 + components: + - type: Transform + pos: -22.5,-2.5 + parent: 60 + - uid: 6207 + components: + - type: Transform + pos: -23.5,-2.5 + parent: 60 - uid: 6215 components: - type: Transform pos: 9.5,-53.5 parent: 60 + - uid: 6307 + components: + - type: Transform + pos: -24.5,-2.5 + parent: 60 + - uid: 6308 + components: + - type: Transform + pos: -25.5,-2.5 + parent: 60 + - uid: 6309 + components: + - type: Transform + pos: -26.5,-2.5 + parent: 60 + - uid: 6363 + components: + - type: Transform + pos: -27.5,-2.5 + parent: 60 + - uid: 6387 + components: + - type: Transform + pos: -29.5,-2.5 + parent: 60 - uid: 6412 components: - type: Transform @@ -48508,6 +48788,11 @@ entities: - type: Transform pos: -29.5,-31.5 parent: 60 + - uid: 6467 + components: + - type: Transform + pos: -28.5,-2.5 + parent: 60 - uid: 6471 components: - type: Transform @@ -48523,6 +48808,21 @@ entities: - type: Transform pos: -9.5,-54.5 parent: 60 + - uid: 6541 + components: + - type: Transform + pos: -28.5,-3.5 + parent: 60 + - uid: 6546 + components: + - type: Transform + pos: -28.5,-4.5 + parent: 60 + - uid: 6611 + components: + - type: Transform + pos: -28.5,-5.5 + parent: 60 - uid: 6643 components: - type: Transform @@ -48538,65 +48838,125 @@ entities: - type: Transform pos: -10.5,-54.5 parent: 60 + - uid: 6648 + components: + - type: Transform + pos: -28.5,-6.5 + parent: 60 + - uid: 6651 + components: + - type: Transform + pos: -28.5,-7.5 + parent: 60 - uid: 6666 components: - type: Transform pos: -11.5,-54.5 parent: 60 + - uid: 6683 + components: + - type: Transform + pos: -28.5,-8.5 + parent: 60 - uid: 6702 components: - type: Transform - pos: -35.5,-13.5 + pos: -28.5,-9.5 parent: 60 - uid: 6703 components: - type: Transform - pos: -35.5,-12.5 + pos: -28.5,-10.5 parent: 60 - uid: 6704 components: - type: Transform - pos: -17.5,-6.5 + pos: -28.5,-11.5 parent: 60 - uid: 6705 components: - type: Transform - pos: -17.5,-7.5 + pos: -28.5,-12.5 parent: 60 - uid: 6706 components: - type: Transform - pos: -20.5,-12.5 + pos: -28.5,-13.5 parent: 60 - uid: 6707 components: - type: Transform - pos: -18.5,-9.5 + pos: -28.5,-14.5 parent: 60 - uid: 6708 components: - type: Transform - pos: -20.5,-9.5 + pos: -28.5,-15.5 parent: 60 - uid: 6709 components: - type: Transform - pos: -18.5,-6.5 + pos: -29.5,-15.5 parent: 60 - uid: 6710 components: - type: Transform - pos: -17.5,-12.5 + pos: -27.5,-15.5 parent: 60 - uid: 6713 components: - type: Transform pos: -12.5,-54.5 parent: 60 + - uid: 6733 + components: + - type: Transform + pos: -26.5,-15.5 + parent: 60 + - uid: 6734 + components: + - type: Transform + pos: -25.5,-15.5 + parent: 60 + - uid: 6746 + components: + - type: Transform + pos: -24.5,-15.5 + parent: 60 + - uid: 6759 + components: + - type: Transform + pos: -23.5,-15.5 + parent: 60 + - uid: 6762 + components: + - type: Transform + pos: -23.5,-14.5 + parent: 60 + - uid: 6763 + components: + - type: Transform + pos: -23.5,-13.5 + parent: 60 - uid: 6794 components: - type: Transform - pos: -21.5,-2.5 + pos: -23.5,-12.5 + parent: 60 + - uid: 6796 + components: + - type: Transform + pos: -23.5,-11.5 + parent: 60 + - uid: 6801 + components: + - type: Transform + pos: -23.5,-10.5 + parent: 60 + - uid: 6804 + components: + - type: Transform + pos: -26.5,-5.5 parent: 60 - uid: 6816 components: @@ -48611,73 +48971,183 @@ entities: - uid: 6818 components: - type: Transform - pos: -19.5,-6.5 + pos: -25.5,-5.5 parent: 60 - uid: 6819 components: - type: Transform - pos: -19.5,-9.5 + pos: -24.5,-5.5 + parent: 60 + - uid: 6820 + components: + - type: Transform + pos: -23.5,-5.5 + parent: 60 + - uid: 6824 + components: + - type: Transform + pos: -23.5,-4.5 + parent: 60 + - uid: 6825 + components: + - type: Transform + pos: -23.5,-3.5 parent: 60 - uid: 6828 components: - type: Transform - pos: -21.5,-3.5 + pos: -22.5,-5.5 + parent: 60 + - uid: 6858 + components: + - type: Transform + pos: -21.5,-5.5 + parent: 60 + - uid: 6881 + components: + - type: Transform + pos: -21.5,-6.5 parent: 60 - uid: 6884 components: - type: Transform - pos: -21.5,-19.5 + pos: -21.5,-7.5 parent: 60 - uid: 6885 components: - type: Transform - pos: -22.5,-16.5 + pos: -21.5,-8.5 parent: 60 - uid: 6886 components: - type: Transform - pos: -20.5,-16.5 + pos: -21.5,-9.5 parent: 60 - uid: 6887 components: - type: Transform - pos: -19.5,-16.5 + pos: -21.5,-10.5 parent: 60 - uid: 6888 components: - type: Transform - pos: -18.5,-16.5 + pos: -21.5,-11.5 parent: 60 - uid: 6889 components: - type: Transform - pos: -24.5,-14.5 + pos: -22.5,-11.5 parent: 60 - uid: 6890 components: - type: Transform - pos: -26.5,-14.5 + pos: -29.5,-6.5 + parent: 60 + - uid: 6971 + components: + - type: Transform + pos: -22.5,-9.5 + parent: 60 + - uid: 6972 + components: + - type: Transform + pos: -30.5,-6.5 + parent: 60 + - uid: 6983 + components: + - type: Transform + pos: -30.5,-2.5 parent: 60 - uid: 6992 components: - type: Transform - pos: -17.5,-9.5 + pos: -30.5,-3.5 + parent: 60 + - uid: 7006 + components: + - type: Transform + pos: -31.5,-3.5 parent: 60 - uid: 7031 components: - type: Transform - pos: -18.5,-12.5 + pos: -32.5,-3.5 + parent: 60 + - uid: 7032 + components: + - type: Transform + pos: -33.5,-3.5 + parent: 60 + - uid: 7033 + components: + - type: Transform + pos: -33.5,-2.5 + parent: 60 + - uid: 7041 + components: + - type: Transform + pos: -33.5,-1.5 + parent: 60 + - uid: 7043 + components: + - type: Transform + pos: -25.5,-1.5 + parent: 60 + - uid: 7045 + components: + - type: Transform + pos: -25.5,-0.5 + parent: 60 + - uid: 7048 + components: + - type: Transform + pos: -25.5,0.5 + parent: 60 + - uid: 7139 + components: + - type: Transform + pos: -25.5,1.5 + parent: 60 + - uid: 7143 + components: + - type: Transform + pos: -25.5,2.5 + parent: 60 + - uid: 7166 + components: + - type: Transform + pos: -25.5,3.5 parent: 60 - uid: 7197 components: - type: Transform pos: -9.5,30.5 parent: 60 + - uid: 7231 + components: + - type: Transform + pos: -26.5,1.5 + parent: 60 - uid: 7261 components: - type: Transform pos: -67.5,-18.5 parent: 60 + - uid: 7284 + components: + - type: Transform + pos: -27.5,1.5 + parent: 60 + - uid: 7285 + components: + - type: Transform + pos: -27.5,0.5 + parent: 60 + - uid: 7312 + components: + - type: Transform + pos: -27.5,-0.5 + parent: 60 - uid: 7359 components: - type: Transform @@ -48693,6 +49163,11 @@ entities: - type: Transform pos: -15.5,-52.5 parent: 60 + - uid: 7464 + components: + - type: Transform + pos: -27.5,-1.5 + parent: 60 - uid: 7508 components: - type: Transform @@ -48708,11 +49183,6 @@ entities: - type: Transform pos: 41.5,-42.5 parent: 60 - - uid: 7612 - components: - - type: Transform - pos: -19.5,-12.5 - parent: 60 - uid: 7694 components: - type: Transform @@ -48723,16 +49193,6 @@ entities: - type: Transform pos: 46.5,3.5 parent: 60 - - uid: 7813 - components: - - type: Transform - pos: -21.5,-4.5 - parent: 60 - - uid: 8030 - components: - - type: Transform - pos: -17.5,-10.5 - parent: 60 - uid: 8199 components: - type: Transform @@ -48743,45 +49203,45 @@ entities: - type: Transform pos: 41.5,-48.5 parent: 60 - - uid: 8231 + - uid: 8402 components: - type: Transform - pos: -31.5,-9.5 + pos: -25.5,52.5 parent: 60 - - uid: 8232 + - uid: 8474 components: - type: Transform - pos: -31.5,-12.5 + pos: -31.5,-6.5 parent: 60 - - uid: 8245 + - uid: 8477 components: - type: Transform - pos: -30.5,-15.5 + pos: -30.5,-9.5 parent: 60 - - uid: 8246 + - uid: 8478 components: - type: Transform - pos: -31.5,-15.5 + pos: -30.5,-8.5 parent: 60 - - uid: 8402 + - uid: 8479 components: - type: Transform - pos: -25.5,52.5 + pos: -30.5,-7.5 parent: 60 - uid: 8491 components: - type: Transform pos: -66.5,-18.5 parent: 60 - - uid: 8555 + - uid: 8504 components: - type: Transform - pos: -64.5,-18.5 + pos: -29.5,-11.5 parent: 60 - - uid: 8581 + - uid: 8555 components: - type: Transform - pos: -28.5,-15.5 + pos: -64.5,-18.5 parent: 60 - uid: 8621 components: @@ -48793,11 +49253,6 @@ entities: - type: Transform pos: -72.5,-18.5 parent: 60 - - uid: 8666 - components: - - type: Transform - pos: -24.5,-17.5 - parent: 60 - uid: 8668 components: - type: Transform @@ -48853,26 +49308,6 @@ entities: - type: Transform pos: -30.5,-1.5 parent: 60 - - uid: 8680 - components: - - type: Transform - pos: -30.5,-2.5 - parent: 60 - - uid: 8681 - components: - - type: Transform - pos: -30.5,-2.5 - parent: 60 - - uid: 8682 - components: - - type: Transform - pos: -30.5,-3.5 - parent: 60 - - uid: 8683 - components: - - type: Transform - pos: -30.5,-4.5 - parent: 60 - uid: 8913 components: - type: Transform @@ -49148,11 +49583,6 @@ entities: - type: Transform pos: -52.5,5.5 parent: 60 - - uid: 9755 - components: - - type: Transform - pos: -51.5,-13.5 - parent: 60 - uid: 9756 components: - type: Transform @@ -49238,11 +49668,6 @@ entities: - type: Transform pos: -51.5,-23.5 parent: 60 - - uid: 9774 - components: - - type: Transform - pos: -52.5,-17.5 - parent: 60 - uid: 9805 components: - type: Transform @@ -49568,30 +49993,20 @@ entities: - type: Transform pos: -19.5,-32.5 parent: 60 - - uid: 10129 - components: - - type: Transform - pos: -52.5,-20.5 - parent: 60 - - uid: 10130 - components: - - type: Transform - pos: -52.5,-19.5 - parent: 60 - uid: 10133 components: - type: Transform pos: -52.5,-23.5 parent: 60 - - uid: 10141 + - uid: 10142 components: - type: Transform - pos: -46.5,-14.5 + pos: -46.5,-13.5 parent: 60 - - uid: 10142 + - uid: 10162 components: - type: Transform - pos: -46.5,-13.5 + pos: -53.5,-16.5 parent: 60 - uid: 10261 components: @@ -50728,11 +51143,6 @@ entities: - type: Transform pos: 62.5,-23.5 parent: 60 - - uid: 12903 - components: - - type: Transform - pos: -53.5,-18.5 - parent: 60 - uid: 12949 components: - type: Transform @@ -51173,16 +51583,6 @@ entities: - type: Transform pos: -9.5,-11.5 parent: 60 - - uid: 13757 - components: - - type: Transform - pos: -9.5,-10.5 - parent: 60 - - uid: 13758 - components: - - type: Transform - pos: -10.5,-10.5 - parent: 60 - uid: 13759 components: - type: Transform @@ -52113,11 +52513,6 @@ entities: - type: Transform pos: -8.5,2.5 parent: 60 - - uid: 18096 - components: - - type: Transform - pos: -32.5,-14.5 - parent: 60 - uid: 18282 components: - type: Transform @@ -52178,11 +52573,6 @@ entities: - type: Transform pos: -2.5,-1.5 parent: 60 - - uid: 18521 - components: - - type: Transform - pos: -32.5,-15.5 - parent: 60 - uid: 18547 components: - type: Transform @@ -52868,6 +53258,11 @@ entities: - type: Transform pos: -5.5,-18.5 parent: 60 + - uid: 21048 + components: + - type: Transform + pos: -52.5,-12.5 + parent: 60 - uid: 21139 components: - type: Transform @@ -53353,6 +53748,11 @@ entities: - type: Transform pos: 3.5,-3.5 parent: 60 + - uid: 23717 + components: + - type: Transform + pos: -53.5,-20.5 + parent: 60 - uid: 23722 components: - type: Transform @@ -55608,6 +56008,46 @@ entities: - type: Transform pos: -43.5,60.5 parent: 60 + - uid: 27798 + components: + - type: Transform + pos: -9.5,-9.5 + parent: 60 + - uid: 27799 + components: + - type: Transform + pos: -10.5,-9.5 + parent: 60 + - uid: 27823 + components: + - type: Transform + pos: -46.5,-14.5 + parent: 60 + - uid: 27825 + components: + - type: Transform + pos: -46.5,-15.5 + parent: 60 + - uid: 27826 + components: + - type: Transform + pos: -46.5,-16.5 + parent: 60 + - uid: 27827 + components: + - type: Transform + pos: -47.5,-16.5 + parent: 60 + - uid: 27832 + components: + - type: Transform + pos: -51.5,-21.5 + parent: 60 + - uid: 27833 + components: + - type: Transform + pos: -51.5,-20.5 + parent: 60 - proto: CableMVStack entities: - uid: 4467 @@ -55863,6 +56303,20 @@ entities: - type: Transform pos: -45.5,36.5 parent: 60 +- proto: CardDeckBlack + entities: + - uid: 1932 + components: + - type: Transform + pos: -34.03613,-13.3109255 + parent: 60 +- proto: CardDeckNanotrasen + entities: + - uid: 27801 + components: + - type: Transform + pos: -10.323559,-14.164926 + parent: 60 - proto: CargoComputerComms entities: - uid: 7243 @@ -55873,6 +56327,71 @@ entities: parent: 60 - proto: Carpet entities: + - uid: 124 + components: + - type: Transform + pos: -20.5,-13.5 + parent: 60 + - uid: 137 + components: + - type: Transform + pos: -22.5,-13.5 + parent: 60 + - uid: 143 + components: + - type: Transform + pos: -21.5,-11.5 + parent: 60 + - uid: 144 + components: + - type: Transform + pos: -22.5,-11.5 + parent: 60 + - uid: 148 + components: + - type: Transform + pos: -23.5,-13.5 + parent: 60 + - uid: 1475 + components: + - type: Transform + pos: -21.5,-13.5 + parent: 60 + - uid: 1485 + components: + - type: Transform + pos: -24.5,-11.5 + parent: 60 + - uid: 1486 + components: + - type: Transform + pos: -24.5,-12.5 + parent: 60 + - uid: 1502 + components: + - type: Transform + pos: -20.5,-12.5 + parent: 60 + - uid: 1503 + components: + - type: Transform + pos: -21.5,-12.5 + parent: 60 + - uid: 1575 + components: + - type: Transform + pos: -22.5,-12.5 + parent: 60 + - uid: 1577 + components: + - type: Transform + pos: -23.5,-12.5 + parent: 60 + - uid: 1580 + components: + - type: Transform + pos: -23.5,-11.5 + parent: 60 - uid: 1656 components: - type: Transform @@ -56290,40 +56809,41 @@ entities: parent: 60 - proto: CarpetGreen entities: - - uid: 4195 + - uid: 2096 components: - type: Transform - pos: -48.5,-19.5 + pos: -51.5,-18.5 parent: 60 - - uid: 4196 + - uid: 2861 components: - type: Transform - pos: -48.5,-18.5 + pos: -51.5,-19.5 parent: 60 - - uid: 4263 + - uid: 3199 components: - type: Transform - pos: -43.5,-16.5 + rot: 3.141592653589793 rad + pos: -43.5,-14.5 parent: 60 - - uid: 4268 + - uid: 4195 components: - type: Transform - pos: -42.5,-15.5 + pos: -48.5,-19.5 parent: 60 - - uid: 4269 + - uid: 4196 components: - type: Transform - pos: -42.5,-16.5 + pos: -48.5,-18.5 parent: 60 - - uid: 4270 + - uid: 4268 components: - type: Transform - pos: -43.5,-15.5 + pos: -42.5,-15.5 parent: 60 - - uid: 4278 + - uid: 4270 components: - type: Transform - pos: -44.5,-16.5 + pos: -43.5,-15.5 parent: 60 - uid: 4285 components: @@ -56355,6 +56875,18 @@ entities: - type: Transform pos: -50.5,-18.5 parent: 60 + - uid: 4554 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,-14.5 + parent: 60 + - uid: 5563 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,-14.5 + parent: 60 - uid: 7037 components: - type: Transform @@ -56637,6 +57169,60 @@ entities: - type: Transform pos: 19.5,-38.5 parent: 60 + - uid: 24184 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.5,-15.5 + parent: 60 + - uid: 24244 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.5,-14.5 + parent: 60 + - uid: 24245 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.5,-16.5 + parent: 60 + - uid: 24246 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,-14.5 + parent: 60 + - uid: 24287 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,-15.5 + parent: 60 + - uid: 24288 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,-16.5 + parent: 60 + - uid: 24290 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,-14.5 + parent: 60 + - uid: 24314 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,-15.5 + parent: 60 + - uid: 24315 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,-16.5 + parent: 60 - uid: 24833 components: - type: Transform @@ -57141,6 +57727,11 @@ entities: - type: Transform pos: -56.5,-18.5 parent: 60 + - uid: 549 + components: + - type: Transform + pos: -53.5,-18.5 + parent: 60 - uid: 956 components: - type: Transform @@ -57304,6 +57895,11 @@ entities: - type: Transform pos: 5.5,-41.5 parent: 60 + - uid: 4109 + components: + - type: Transform + pos: -53.5,-19.5 + parent: 60 - uid: 4279 components: - type: Transform @@ -57383,6 +57979,11 @@ entities: - type: Transform pos: -52.5,-22.5 parent: 60 + - uid: 4561 + components: + - type: Transform + pos: -53.5,-20.5 + parent: 60 - uid: 4593 components: - type: Transform @@ -58612,21 +59213,6 @@ entities: - type: Transform pos: 38.5,-75.5 parent: 60 - - uid: 9752 - components: - - type: Transform - pos: -52.5,-16.5 - parent: 60 - - uid: 9775 - components: - - type: Transform - pos: -52.5,-20.5 - parent: 60 - - uid: 9812 - components: - - type: Transform - pos: -52.5,-17.5 - parent: 60 - uid: 9864 components: - type: Transform @@ -58657,11 +59243,6 @@ entities: - type: Transform pos: -52.5,-21.5 parent: 60 - - uid: 10136 - components: - - type: Transform - pos: -52.5,-18.5 - parent: 60 - uid: 10422 components: - type: Transform @@ -59017,11 +59598,6 @@ entities: - type: Transform pos: -40.5,-12.5 parent: 60 - - uid: 11399 - components: - - type: Transform - pos: -52.5,-19.5 - parent: 60 - uid: 11405 components: - type: Transform @@ -62476,6 +63052,11 @@ entities: - type: Transform pos: -82.5,20.5 parent: 60 + - uid: 23374 + components: + - type: Transform + pos: -53.5,-17.5 + parent: 60 - uid: 23615 components: - type: Transform @@ -62518,6 +63099,11 @@ entities: rot: -1.5707963267948966 rad pos: -58.5,34.5 parent: 60 + - uid: 23650 + components: + - type: Transform + pos: -53.5,-16.5 + parent: 60 - uid: 24145 components: - type: Transform @@ -63632,16 +64218,11 @@ entities: parent: 60 - proto: Chair entities: - - uid: 69 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-18.5 - parent: 60 - - uid: 84 + - uid: 236 components: - type: Transform - pos: -28.5,-18.5 + rot: 3.141592653589793 rad + pos: -21.5,-16.5 parent: 60 - uid: 739 components: @@ -63664,16 +64245,57 @@ entities: rot: 3.141592653589793 rad pos: -46.5,-19.5 parent: 60 + - uid: 1476 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,-16.5 + parent: 60 - uid: 1480 components: - type: Transform rot: 3.141592653589793 rad pos: -40.5,-19.5 parent: 60 - - uid: 1701 + - uid: 1576 components: - type: Transform - pos: -33.5,-2.5 + rot: -1.5707963267948966 rad + pos: -18.5,-13.5 + parent: 60 + - uid: 1581 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-16.5 + parent: 60 + - uid: 1589 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-15.5 + parent: 60 + - uid: 1928 + components: + - type: Transform + pos: -34.5,-12.5 + parent: 60 + - uid: 1929 + components: + - type: Transform + pos: -33.5,-12.5 + parent: 60 + - uid: 1930 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,-14.5 + parent: 60 + - uid: 1931 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -34.5,-14.5 parent: 60 - uid: 2143 components: @@ -63681,6 +64303,11 @@ entities: rot: 3.141592653589793 rad pos: 35.5,-14.5 parent: 60 + - uid: 3787 + components: + - type: Transform + pos: -41.5,-14.5 + parent: 60 - uid: 4200 components: - type: Transform @@ -63729,10 +64356,35 @@ entities: rot: 3.141592653589793 rad pos: -45.5,-21.5 parent: 60 - - uid: 4233 + - uid: 4263 components: - type: Transform - pos: -41.5,-15.5 + rot: 1.5707963267948966 rad + pos: -9.5,-50.5 + parent: 60 + - uid: 4266 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-51.5 + parent: 60 + - uid: 4269 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-50.5 + parent: 60 + - uid: 4504 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,-2.5 + parent: 60 + - uid: 4506 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-2.5 parent: 60 - uid: 4614 components: @@ -63814,11 +64466,6 @@ entities: rot: 1.5707963267948966 rad pos: -1.5,-49.5 parent: 60 - - uid: 5010 - components: - - type: Transform - pos: -33.5,-15.5 - parent: 60 - uid: 5096 components: - type: Transform @@ -63858,6 +64505,12 @@ entities: rot: -1.5707963267948966 rad pos: 52.5,6.5 parent: 60 + - uid: 5983 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-49.5 + parent: 60 - uid: 6322 components: - type: Transform @@ -64004,11 +64657,6 @@ entities: rot: 1.5707963267948966 rad pos: -1.5,-50.5 parent: 60 - - uid: 8228 - components: - - type: Transform - pos: -24.5,-18.5 - parent: 60 - uid: 8615 components: - type: Transform @@ -64118,12 +64766,6 @@ entities: rot: -1.5707963267948966 rad pos: 2.5,21.5 parent: 60 - - uid: 16150 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-17.5 - parent: 60 - uid: 17187 components: - type: Transform @@ -64148,18 +64790,6 @@ entities: rot: 1.5707963267948966 rad pos: -43.5,22.5 parent: 60 - - uid: 17851 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,-13.5 - parent: 60 - - uid: 17852 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,-13.5 - parent: 60 - uid: 17904 components: - type: Transform @@ -64206,6 +64836,18 @@ entities: - type: Transform pos: 56.5,24.5 parent: 60 + - uid: 18592 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -57.5,-11.5 + parent: 60 + - uid: 18695 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -59.5,-11.5 + parent: 60 - uid: 18786 components: - type: Transform @@ -64606,27 +65248,31 @@ entities: parent: 60 - proto: ChairOfficeDark entities: - - uid: 1278 + - uid: 156 components: - type: Transform - pos: -54.5,13.5 + pos: -22.466644,-12.456759 parent: 60 - - uid: 1379 + - uid: 720 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-27.5 + pos: -23.580143,-12.495055 parent: 60 - - uid: 1642 + - uid: 856 components: - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,-4.5 + pos: -32.959976,-7.4168954 parent: 60 - - uid: 1861 + - uid: 1278 components: - type: Transform - pos: -19.5,-16.5 + pos: -54.5,13.5 + parent: 60 + - uid: 1379 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-27.5 parent: 60 - uid: 2666 components: @@ -64644,11 +65290,6 @@ entities: rot: -1.5707963267948966 rad pos: -46.5,16.5 parent: 60 - - uid: 3070 - components: - - type: Transform - pos: -26.5,-10.5 - parent: 60 - uid: 3588 components: - type: Transform @@ -64683,23 +65324,12 @@ entities: rot: 3.141592653589793 rad pos: -73.51006,-18.376286 parent: 60 - - uid: 4627 - components: - - type: Transform - pos: -27.5,-14.5 - parent: 60 - uid: 5547 components: - type: Transform rot: 3.141592653589793 rad pos: -42.5,8.5 parent: 60 - - uid: 5799 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-14.5 - parent: 60 - uid: 6156 components: - type: Transform @@ -64763,12 +65393,6 @@ entities: rot: -1.5707963267948966 rad pos: 13.5,19.5 parent: 60 - - uid: 8946 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,-4.5 - parent: 60 - uid: 9203 components: - type: Transform @@ -64791,12 +65415,6 @@ entities: - type: Transform pos: -41.5,4.5 parent: 60 - - uid: 10369 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,-6.5 - parent: 60 - uid: 11404 components: - type: Transform @@ -64946,11 +65564,6 @@ entities: - type: Transform pos: -63.5,46.5 parent: 60 - - uid: 23650 - components: - - type: Transform - pos: -49.5,-17.5 - parent: 60 - uid: 24041 components: - type: Transform @@ -65090,12 +65703,6 @@ entities: rot: 3.141592653589793 rad pos: 68.53878,-32.315113 parent: 60 - - uid: 11558 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-4.5 - parent: 60 - uid: 21697 components: - type: Transform @@ -65587,6 +66194,12 @@ entities: - type: Transform pos: 28.50543,-7.431973 parent: 60 + - uid: 25272 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.51459,-14.405925 + parent: 60 - uid: 26902 components: - type: Transform @@ -66904,12 +67517,12 @@ entities: - 0 - 0 - 0 -- proto: ClosetL3SecurityFilled +- proto: ClosetL3VirologyFilled entities: - - uid: 1462 + - uid: 2962 components: - type: Transform - pos: -32.5,-20.5 + pos: 48.5,-31.5 parent: 60 - type: EntityStorage air: @@ -66937,48 +67550,10 @@ entities: - 0 - 0 - 0 - - uid: 2758 - components: - - type: Transform - pos: -19.5,-2.5 - parent: 60 -- proto: ClosetL3VirologyFilled - entities: - - uid: 2962 + - uid: 2964 components: - type: Transform - pos: 48.5,-31.5 - parent: 60 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.6495836 - - 6.2055764 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 2964 - components: - - type: Transform - pos: 47.5,-31.5 + pos: 47.5,-31.5 parent: 60 - type: EntityStorage air: @@ -67070,10 +67645,10 @@ entities: - 0 - proto: ClosetLegalFilled entities: - - uid: 4210 + - uid: 2579 components: - type: Transform - pos: -46.5,-15.5 + pos: -46.5,-14.5 parent: 60 - proto: ClosetMaintenanceFilledRandom entities: @@ -67279,6 +67854,11 @@ entities: - type: Transform pos: -51.5,11.5 parent: 60 + - uid: 4298 + components: + - type: Transform + pos: -55.5,-17.5 + parent: 60 - uid: 9589 components: - type: Transform @@ -67496,37 +68076,6 @@ entities: - 0 - 0 - 0 - - uid: 24329 - components: - - type: Transform - pos: -53.5,-21.5 - parent: 60 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.6495836 - - 6.2055764 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - uid: 24530 components: - type: Transform @@ -67780,6 +68329,32 @@ entities: - type: Transform pos: 38.489937,-12.380952 parent: 60 +- proto: ClothingBackpackElectropack + entities: + - uid: 1977 + components: + - type: Transform + pos: -33.294518,-5.3482327 + parent: 60 + - type: Physics + angularDamping: 0 + linearDamping: 0 + - type: GroupExamine + group: + - hoverMessage: "" + contextText: verb-examine-group-other + icon: /Textures/Interface/examine-star.png + components: + - Armor + - ClothingSpeedModifier + entries: + - message: >- + It provides the following protection: + + - [color=orange]Explosion[/color] damage [color=white]to contents[/color] reduced by [color=lightblue]10%[/color]. + priority: 0 + component: Armor + title: null - proto: ClothingBackpackSatchelLeather entities: - uid: 4702 @@ -67948,6 +68523,13 @@ entities: - type: Transform pos: -29.396795,-40.877663 parent: 60 +- proto: ClothingHandsGlovesBoxingGreen + entities: + - uid: 1922 + components: + - type: Transform + pos: -30.514383,-13.438018 + parent: 60 - proto: ClothingHandsGlovesBoxingRed entities: - uid: 19921 @@ -68174,11 +68756,14 @@ entities: parent: 60 - proto: ClothingHeadHatBeretWarden entities: - - uid: 11556 + - uid: 1822 components: - type: Transform - pos: -27.758022,-9.545581 + pos: -34.383904,-7.532797 parent: 60 + - type: Physics + angularDamping: 0 + linearDamping: 0 - proto: ClothingHeadHatBlacksoft entities: - uid: 24983 @@ -68392,8 +68977,11 @@ entities: - uid: 16450 components: - type: Transform - pos: -27.336147,-11.701831 + pos: -33.269573,-8.546975 parent: 60 + - type: Physics + angularDamping: 0 + linearDamping: 0 - proto: ClothingHeadHatWelding entities: - uid: 9612 @@ -69139,6 +69727,16 @@ entities: - type: Physics angularDamping: 0 linearDamping: 0 +- proto: ClothingOuterHardsuitEVAPrisoner + entities: + - uid: 4505 + components: + - type: Transform + pos: -12.462882,-9.626253 + parent: 60 + - type: Physics + angularDamping: 0 + linearDamping: 0 - proto: ClothingOuterHoodieBlack entities: - uid: 17781 @@ -69609,15 +70207,15 @@ entities: rot: 1.5707963267948966 rad pos: 22.5,-40.5 parent: 60 - - uid: 4114 + - uid: 4080 components: - type: Transform - pos: 35.5,-12.5 + pos: -43.5,-14.5 parent: 60 - - uid: 4226 + - uid: 4114 components: - type: Transform - pos: -43.5,-15.5 + pos: 35.5,-12.5 parent: 60 - uid: 5844 components: @@ -69783,6 +70381,12 @@ entities: rot: -1.5707963267948966 rad pos: 24.5,-5.5 parent: 60 + - uid: 24320 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -50.5,-15.5 + parent: 60 - uid: 24349 components: - type: Transform @@ -70013,28 +70617,29 @@ entities: parent: 60 - proto: ComputerCriminalRecords entities: - - uid: 1796 + - uid: 155 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,-10.5 + rot: -1.5707963267948966 rad + pos: -21.5,-12.5 parent: 60 - - uid: 1988 + - uid: 210 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-15.5 + rot: 3.141592653589793 rad + pos: -31.5,-8.5 parent: 60 - - uid: 2024 + - uid: 796 components: - type: Transform rot: 3.141592653589793 rad - pos: -26.5,-30.5 + pos: -33.5,-8.5 parent: 60 - - uid: 7685 + - uid: 2024 components: - type: Transform - pos: -25.5,-13.5 + rot: 3.141592653589793 rad + pos: -26.5,-30.5 parent: 60 - uid: 18561 components: @@ -70243,11 +70848,11 @@ entities: parent: 60 - proto: ComputerStationRecords entities: - - uid: 6611 + - uid: 1582 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-10.5 + rot: 3.141592653589793 rad + pos: -34.5,-8.5 parent: 60 - uid: 19461 components: @@ -70276,16 +70881,22 @@ entities: parent: 60 - proto: ComputerSurveillanceCameraMonitor entities: - - uid: 1803 + - uid: 20 components: - type: Transform - pos: -3.5,-44.5 + rot: 1.5707963267948966 rad + pos: -24.5,-12.5 parent: 60 - - uid: 1905 + - uid: 98 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-16.5 + rot: 3.141592653589793 rad + pos: -32.5,-8.5 + parent: 60 + - uid: 1803 + components: + - type: Transform + pos: -3.5,-44.5 parent: 60 - uid: 1980 components: @@ -70297,12 +70908,6 @@ entities: - type: Transform pos: -1.5,3.5 parent: 60 - - uid: 6387 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,-11.5 - parent: 60 - uid: 24536 components: - type: Transform @@ -71409,10 +72014,10 @@ entities: - 0 - proto: CrateSecurityTrackingMindshieldImplants entities: - - uid: 11097 + - uid: 1478 components: - type: Transform - pos: -27.5,-8.5 + pos: -26.5,0.5 parent: 60 - proto: CrateServiceBooks entities: @@ -71593,8 +72198,11 @@ entities: - uid: 6041 components: - type: Transform - pos: -27.486204,-11.386857 + pos: -32.918045,-5.477543 parent: 60 + - type: Physics + angularDamping: 0 + linearDamping: 0 - uid: 9351 components: - type: Transform @@ -72028,10 +72636,17 @@ entities: parent: 60 - proto: DefaultStationBeaconBrig entities: - - uid: 4147 + - uid: 1634 components: - type: Transform - pos: -25.5,-15.5 + pos: -32.5,-16.5 + parent: 60 +- proto: DefaultStationBeaconBrigMed + entities: + - uid: 1684 + components: + - type: Transform + pos: -24.5,-8.5 parent: 60 - proto: DefaultStationBeaconCaptainsQuarters entities: @@ -72189,10 +72804,10 @@ entities: parent: 60 - proto: DefaultStationBeaconLawOffice entities: - - uid: 23374 + - uid: 1824 components: - type: Transform - pos: -49.5,-17.5 + pos: -49.5,-20.5 parent: 60 - proto: DefaultStationBeaconLibrary entities: @@ -72349,15 +72964,14 @@ entities: - type: Transform pos: 3.5,-6.5 parent: 60 -- proto: DefaultStationBeaconWardensOffice +- proto: DefibrillatorCabinetFilled entities: - - uid: 24426 + - uid: 1564 components: - type: Transform - pos: -26.5,-8.5 + rot: -1.5707963267948966 rad + pos: -22.5,-8.5 parent: 60 -- proto: DefibrillatorCabinetFilled - entities: - uid: 4626 components: - type: Transform @@ -72379,12 +72993,6 @@ entities: rot: 1.5707963267948966 rad pos: 37.5,-14.5 parent: 60 - - uid: 19450 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,-3.5 - parent: 60 - uid: 21264 components: - type: Transform @@ -72397,15 +73005,15 @@ entities: parent: 60 - proto: DeployableBarrier entities: - - uid: 6044 + - uid: 1669 components: - type: Transform - pos: -23.5,-7.5 + pos: -26.5,-11.5 parent: 60 - - uid: 10681 + - uid: 1773 components: - type: Transform - pos: -23.5,-6.5 + pos: -26.5,-12.5 parent: 60 - uid: 24806 components: @@ -72454,10 +73062,10 @@ entities: parent: 60 - proto: DisgustingSweptSoup entities: - - uid: 17853 + - uid: 18521 components: - type: Transform - pos: -42.528843,-13.558097 + pos: -58.58862,-11.499275 parent: 60 - proto: DisposalBend entities: @@ -72722,23 +73330,6 @@ entities: rot: 1.5707963267948966 rad pos: 16.5,24.5 parent: 60 - - uid: 8710 - components: - - type: Transform - pos: -18.5,-19.5 - parent: 60 - - uid: 8712 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-5.5 - parent: 60 - - uid: 8947 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,-19.5 - parent: 60 - uid: 9343 components: - type: Transform @@ -72767,6 +73358,33 @@ entities: rot: 3.141592653589793 rad pos: -48.5,-5.5 parent: 60 + - uid: 13647 + components: + - type: Transform + pos: -28.5,-8.5 + parent: 60 + - uid: 13656 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,-15.5 + parent: 60 + - uid: 13662 + components: + - type: Transform + pos: -19.5,-15.5 + parent: 60 + - uid: 13663 + components: + - type: Transform + pos: -18.5,-19.5 + parent: 60 + - uid: 13698 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-19.5 + parent: 60 - uid: 14084 components: - type: Transform @@ -73028,6 +73646,11 @@ entities: rot: 1.5707963267948966 rad pos: -53.5,2.5 parent: 60 + - uid: 10137 + components: + - type: Transform + pos: -18.5,-20.5 + parent: 60 - uid: 14083 components: - type: Transform @@ -73132,12 +73755,6 @@ entities: - type: Transform pos: -37.5,1.5 parent: 60 - - uid: 8711 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-19.5 - parent: 60 - uid: 14089 components: - type: Transform @@ -74032,12 +74649,6 @@ entities: - type: Transform pos: -37.5,-22.5 parent: 60 - - uid: 1637 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,-19.5 - parent: 60 - uid: 1649 components: - type: Transform @@ -75300,24 +75911,6 @@ entities: rot: 1.5707963267948966 rad pos: -0.5,-44.5 parent: 60 - - uid: 8251 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,-19.5 - parent: 60 - - uid: 8252 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,-19.5 - parent: 60 - - uid: 8253 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-19.5 - parent: 60 - uid: 8379 components: - type: Transform @@ -75354,131 +75947,12 @@ entities: - type: Transform pos: 16.5,23.5 parent: 60 - - uid: 8713 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-6.5 - parent: 60 - - uid: 8714 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-7.5 - parent: 60 - - uid: 8715 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-8.5 - parent: 60 - - uid: 8716 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-9.5 - parent: 60 - - uid: 8717 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-10.5 - parent: 60 - - uid: 8718 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-11.5 - parent: 60 - - uid: 8719 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-12.5 - parent: 60 - - uid: 8720 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-13.5 - parent: 60 - - uid: 8721 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-14.5 - parent: 60 - - uid: 8722 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-15.5 - parent: 60 - - uid: 8735 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-16.5 - parent: 60 - - uid: 8748 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-17.5 - parent: 60 - - uid: 8749 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-18.5 - parent: 60 - - uid: 8891 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,-19.5 - parent: 60 - - uid: 8892 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-19.5 - parent: 60 - uid: 8897 components: - type: Transform rot: 1.5707963267948966 rad pos: 23.5,24.5 parent: 60 - - uid: 8908 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-19.5 - parent: 60 - - uid: 8941 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-19.5 - parent: 60 - - uid: 8942 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-19.5 - parent: 60 - - uid: 8943 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-19.5 - parent: 60 - - uid: 8944 - components: - - type: Transform - pos: -18.5,-20.5 - parent: 60 - uid: 8971 components: - type: Transform @@ -75607,11 +76081,53 @@ entities: rot: 1.5707963267948966 rad pos: -46.5,-5.5 parent: 60 + - uid: 11558 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-18.5 + parent: 60 + - uid: 11581 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-17.5 + parent: 60 + - uid: 11945 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-16.5 + parent: 60 + - uid: 11978 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-15.5 + parent: 60 - uid: 12003 components: - type: Transform pos: 16.5,-2.5 parent: 60 + - uid: 12188 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-15.5 + parent: 60 + - uid: 12685 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-15.5 + parent: 60 + - uid: 12828 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-15.5 + parent: 60 - uid: 12896 components: - type: Transform @@ -75624,6 +76140,12 @@ entities: rot: -1.5707963267948966 rad pos: -50.5,2.5 parent: 60 + - uid: 12903 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,-15.5 + parent: 60 - uid: 13038 components: - type: Transform @@ -75636,18 +76158,41 @@ entities: rot: -1.5707963267948966 rad pos: -52.5,2.5 parent: 60 + - uid: 13098 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-15.5 + parent: 60 - uid: 13270 components: - type: Transform rot: -1.5707963267948966 rad pos: -54.5,2.5 parent: 60 + - uid: 13296 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,-15.5 + parent: 60 - uid: 13577 components: - type: Transform rot: 3.141592653589793 rad pos: -55.5,3.5 parent: 60 + - uid: 13600 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,-15.5 + parent: 60 + - uid: 13624 + components: + - type: Transform + pos: -28.5,-14.5 + parent: 60 - uid: 13628 components: - type: Transform @@ -75660,6 +76205,31 @@ entities: rot: 3.141592653589793 rad pos: -55.5,5.5 parent: 60 + - uid: 13632 + components: + - type: Transform + pos: -28.5,-13.5 + parent: 60 + - uid: 13643 + components: + - type: Transform + pos: -28.5,-12.5 + parent: 60 + - uid: 13644 + components: + - type: Transform + pos: -28.5,-11.5 + parent: 60 + - uid: 13645 + components: + - type: Transform + pos: -28.5,-10.5 + parent: 60 + - uid: 13646 + components: + - type: Transform + pos: -28.5,-9.5 + parent: 60 - uid: 13862 components: - type: Transform @@ -75907,6 +76477,18 @@ entities: rot: -1.5707963267948966 rad pos: -14.5,16.5 parent: 60 + - uid: 14454 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-20.5 + parent: 60 + - uid: 14618 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-20.5 + parent: 60 - uid: 14636 components: - type: Transform @@ -76737,27 +77319,22 @@ entities: - type: Transform pos: 3.5,15.5 parent: 60 - - uid: 7906 - components: - - type: Transform - pos: -30.5,-18.5 - parent: 60 - uid: 7959 components: - type: Transform rot: 1.5707963267948966 rad pos: -1.5,-44.5 parent: 60 - - uid: 8709 + - uid: 9414 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,-5.5 + pos: -56.5,14.5 parent: 60 - - uid: 9414 + - uid: 13700 components: - type: Transform - pos: -56.5,14.5 + rot: 1.5707963267948966 rad + pos: -29.5,-8.5 parent: 60 - uid: 13983 components: @@ -76793,6 +77370,12 @@ entities: rot: 3.141592653589793 rad pos: -12.5,15.5 parent: 60 + - uid: 14625 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-20.5 + parent: 60 - uid: 15793 components: - type: Transform @@ -76886,10 +77469,10 @@ entities: - type: Transform pos: 19.5,-20.5 parent: 60 - - uid: 77 + - uid: 268 components: - type: Transform - pos: -30.5,-18.5 + pos: -29.5,-8.5 parent: 60 - uid: 687 components: @@ -76976,11 +77559,6 @@ entities: - type: Transform pos: 45.5,-8.5 parent: 60 - - uid: 5800 - components: - - type: Transform - pos: -24.5,-5.5 - parent: 60 - uid: 6142 components: - type: Transform @@ -77071,6 +77649,11 @@ entities: - type: Transform pos: -28.5,11.5 parent: 60 + - uid: 14631 + components: + - type: Transform + pos: -21.5,-20.5 + parent: 60 - uid: 14725 components: - type: Transform @@ -77146,10 +77729,10 @@ entities: parent: 60 - proto: DogBed entities: - - uid: 1201 + - uid: 845 components: - type: Transform - pos: -27.5,-9.5 + pos: -34.5,-7.5 parent: 60 - uid: 2036 components: @@ -77286,6 +77869,11 @@ entities: parent: 60 - proto: Dresser entities: + - uid: 24318 + components: + - type: Transform + pos: -50.5,-16.5 + parent: 60 - uid: 27349 components: - type: Transform @@ -77494,6 +78082,11 @@ entities: parent: 60 - proto: DrinkGlass entities: + - uid: 5689 + components: + - type: Transform + pos: -40.313232,-14.313423 + parent: 60 - uid: 23627 components: - type: Transform @@ -77504,11 +78097,6 @@ entities: - type: Transform pos: -62.26872,46.41094 parent: 60 - - uid: 24246 - components: - - type: Transform - pos: -40.371998,-15.398625 - parent: 60 - proto: DrinkGoldenCup entities: - uid: 18457 @@ -77663,8 +78251,11 @@ entities: - uid: 12189 components: - type: Transform - pos: -25.703217,-11.4913645 + pos: -33.588634,-5.2894554 parent: 60 + - type: Physics + angularDamping: 0 + linearDamping: 0 - proto: DrinkShotGlass entities: - uid: 6388 @@ -77687,6 +78278,18 @@ entities: - type: Transform pos: -22.455603,19.399242 parent: 60 +- proto: DrinkSodaWaterBottleFull + entities: + - uid: 2120 + components: + - type: Transform + pos: -27.692959,-3.9147763 + parent: 60 + - uid: 2121 + components: + - type: Transform + pos: -25.316488,-3.2447138 + parent: 60 - proto: DrinkSpaceMountainWindBottleFull entities: - uid: 27110 @@ -77708,6 +78311,51 @@ entities: parent: 60 - proto: DrinkWaterBottleFull entities: + - uid: 1923 + components: + - type: Transform + pos: -30.282722,-13.13686 + parent: 60 + - uid: 1989 + components: + - type: Transform + pos: -33.32328,-16.144075 + parent: 60 + - uid: 1990 + components: + - type: Transform + pos: -34.26057,-13.428659 + parent: 60 + - uid: 2760 + components: + - type: Transform + pos: -40.21146,-17.105316 + parent: 60 + - uid: 4174 + components: + - type: Transform + pos: -7.981517,-14.139708 + parent: 60 + - uid: 4562 + components: + - type: Transform + pos: -41.223225,-17.16801 + parent: 60 + - uid: 5427 + components: + - type: Transform + pos: -45.246754,-17.136663 + parent: 60 + - uid: 5429 + components: + - type: Transform + pos: -46.81538,-17.25422 + parent: 60 + - uid: 5432 + components: + - type: Transform + pos: -40.642643,-14.336934 + parent: 60 - uid: 18442 components: - type: Transform @@ -77734,10 +78382,10 @@ entities: - type: Transform pos: -64.8069,52.0159 parent: 60 - - uid: 24245 + - uid: 24176 components: - type: Transform - pos: -40.606373,-15.22675 + pos: -42.702904,-14.967786 parent: 60 - uid: 24847 components: @@ -77755,8 +78403,43 @@ entities: rot: -1.5707963267948966 rad pos: -38.31054,-28.595001 parent: 60 + - uid: 27789 + components: + - type: Transform + pos: -49.797894,-19.21802 + parent: 60 - proto: DrinkWaterCup entities: + - uid: 191 + components: + - type: Transform + pos: -18.65419,-11.388746 + parent: 60 + - uid: 1619 + components: + - type: Transform + pos: -18.349672,-11.583907 + parent: 60 + - uid: 1720 + components: + - type: Transform + pos: -18.31063,-11.365328 + parent: 60 + - uid: 1985 + components: + - type: Transform + pos: -24.706654,-18.427944 + parent: 60 + - uid: 1987 + components: + - type: Transform + pos: -24.540552,-18.226362 + parent: 60 + - uid: 1988 + components: + - type: Transform + pos: -24.540552,-18.582094 + parent: 60 - uid: 9085 components: - type: Transform @@ -77782,20 +78465,20 @@ entities: - type: Transform pos: 65.482956,-31.390373 parent: 60 - - uid: 14454 + - uid: 27790 components: - type: Transform - pos: -27.223204,-13.440722 + pos: -50.47345,-21.079853 parent: 60 - - uid: 14618 + - uid: 27791 components: - type: Transform - pos: -27.098204,-13.175097 + pos: -50.44992,-21.11512 parent: 60 - - uid: 14625 + - uid: 27792 components: - type: Transform - pos: -27.035704,-13.425097 + pos: -50.591095,-21.13863 parent: 60 - proto: DrinkWhiskeyBottleFull entities: @@ -77811,6 +78494,11 @@ entities: - type: Transform pos: -22.518103,19.867992 parent: 60 + - uid: 24335 + components: + - type: Transform + pos: -48.491062,-13.94746 + parent: 60 - uid: 26881 components: - type: Transform @@ -77838,6 +78526,11 @@ entities: - type: Transform pos: -28.835579,-55.130695 parent: 60 + - uid: 27170 + components: + - type: Transform + pos: -48.914593,-14.31188 + parent: 60 - proto: Dropper entities: - uid: 5806 @@ -77855,6 +78548,18 @@ entities: - type: Transform pos: 59.41217,-10.496529 parent: 60 + - uid: 27804 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.8696,-14.360418 + parent: 60 + - uid: 27805 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.416286,-16.548164 + parent: 60 - proto: DungeonMasterCircuitBoard entities: - uid: 24744 @@ -77879,6 +78584,12 @@ entities: parent: 60 - proto: EmergencyLight entities: + - uid: 1906 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,-15.5 + parent: 60 - uid: 4955 components: - type: Transform @@ -77932,24 +78643,6 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 5234 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,-5.5 - parent: 60 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 5235 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,-16.5 - parent: 60 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - uid: 6186 components: - type: Transform @@ -78087,15 +78780,6 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 21381 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,-14.5 - parent: 60 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - uid: 21382 components: - type: Transform @@ -78359,6 +79043,11 @@ entities: rot: 3.141592653589793 rad pos: 22.5,-37.5 parent: 60 + - uid: 4256 + components: + - type: Transform + pos: -45.5,-13.5 + parent: 60 - uid: 5202 components: - type: Transform @@ -78380,11 +79069,6 @@ entities: - type: Transform pos: 8.5,13.5 parent: 60 - - uid: 6363 - components: - - type: Transform - pos: -47.5,-15.5 - parent: 60 - uid: 8028 components: - type: Transform @@ -78594,13 +79278,20 @@ entities: parent: 60 - proto: FaxMachineBase entities: - - uid: 4256 + - uid: 835 components: - type: Transform - pos: -48.5,-17.5 + pos: -48.5,-18.5 parent: 60 - type: FaxMachine name: Lawyer's Office + - uid: 1960 + components: + - type: Transform + pos: -21.5,-13.5 + parent: 60 + - type: FaxMachine + name: Security Front Deak - uid: 5116 components: - type: Transform @@ -78608,6 +79299,13 @@ entities: parent: 60 - type: FaxMachine name: HoP Office + - uid: 5424 + components: + - type: Transform + pos: -42.5,-14.5 + parent: 60 + - type: FaxMachine + name: courtroom - uid: 7919 components: - type: Transform @@ -78671,13 +79369,6 @@ entities: parent: 60 - type: FaxMachine name: Library - - uid: 24176 - components: - - type: Transform - pos: -26.5,-13.5 - parent: 60 - - type: FaxMachine - name: Security Fax - uid: 24827 components: - type: Transform @@ -78720,6 +79411,11 @@ entities: parent: 60 - proto: filingCabinetDrawer entities: + - uid: 1809 + components: + - type: Transform + pos: -24.5,-11.5 + parent: 60 - uid: 11380 components: - type: Transform @@ -78754,10 +79450,15 @@ entities: parent: 60 - proto: filingCabinetRandom entities: - - uid: 89 + - uid: 278 components: - type: Transform - pos: -49.5,-15.5 + pos: -46.5,-16.5 + parent: 60 + - uid: 3072 + components: + - type: Transform + pos: -51.5,-18.5 parent: 60 - uid: 4359 components: @@ -78936,21 +79637,6 @@ entities: devices: - 21548 - 9282 - - uid: 18592 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-8.5 - parent: 60 - - type: DeviceList - devices: - - 18859 - - 18858 - - 18857 - - 21511 - - 11338 - - 11339 - - 11340 - uid: 19528 components: - type: Transform @@ -79550,21 +80236,6 @@ entities: - 16558 - 21678 - 21713 - - uid: 21736 - components: - - type: Transform - pos: -19.5,-14.5 - parent: 60 - - type: DeviceList - devices: - - 13098 - - 21734 - - 5562 - - 5565 - - 5563 - - 8466 - - 6734 - - 7139 - uid: 23384 components: - type: Transform @@ -79598,19 +80269,6 @@ entities: rot: 1.5707963267948966 rad pos: -17.5,14.5 parent: 60 - - uid: 24148 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,-6.5 - parent: 60 - - type: DeviceList - devices: - - 5562 - - 5565 - - 5563 - - 8466 - - 21733 - proto: FireAxeCabinetFilled entities: - uid: 15693 @@ -79640,6 +80298,79 @@ entities: - type: Transform pos: 44.318237,-0.41470933 parent: 60 +- proto: Firelock + entities: + - uid: 10681 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,4.5 + parent: 60 + - type: DeviceNetwork + deviceLists: + - 8669 + - uid: 11054 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,-3.5 + parent: 60 + - type: DeviceNetwork + deviceLists: + - 10136 + - uid: 11055 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-4.5 + parent: 60 + - type: DeviceNetwork + deviceLists: + - 10139 + - uid: 11097 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-5.5 + parent: 60 + - type: DeviceNetwork + deviceLists: + - 10139 + - uid: 11098 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,-1.5 + parent: 60 + - uid: 11127 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-10.5 + parent: 60 + - type: DeviceNetwork + deviceLists: + - 10139 + - uid: 11128 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-14.5 + parent: 60 + - type: DeviceNetwork + deviceLists: + - 9812 + - 249 + - uid: 11399 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-15.5 + parent: 60 + - type: DeviceNetwork + deviceLists: + - 9812 + - 249 - proto: FirelockEdge entities: - uid: 63 @@ -80191,6 +80922,14 @@ entities: parent: 60 - proto: FirelockGlass entities: + - uid: 89 + components: + - type: Transform + pos: -30.5,-6.5 + parent: 60 + - type: DeviceNetwork + deviceLists: + - 2091 - uid: 94 components: - type: Transform @@ -80259,21 +80998,6 @@ entities: - type: DeviceNetwork deviceLists: - 24767 - - uid: 1559 - components: - - type: Transform - pos: -22.5,-20.5 - parent: 60 - - uid: 1633 - components: - - type: Transform - pos: -22.5,-18.5 - parent: 60 - - uid: 1636 - components: - - type: Transform - pos: -22.5,-19.5 - parent: 60 - uid: 2044 components: - type: Transform @@ -80448,6 +81172,14 @@ entities: - type: Transform pos: -41.5,-29.5 parent: 60 + - uid: 4293 + components: + - type: Transform + pos: -30.5,-7.5 + parent: 60 + - type: DeviceNetwork + deviceLists: + - 2091 - uid: 4369 components: - type: Transform @@ -80508,30 +81240,6 @@ entities: - type: Transform pos: 45.5,-38.5 parent: 60 - - uid: 5562 - components: - - type: Transform - pos: -30.5,-8.5 - parent: 60 - - type: DeviceNetwork - deviceLists: - - 21736 - - uid: 5563 - components: - - type: Transform - pos: -22.5,-8.5 - parent: 60 - - type: DeviceNetwork - deviceLists: - - 21736 - - uid: 5565 - components: - - type: Transform - pos: -31.5,-8.5 - parent: 60 - - type: DeviceNetwork - deviceLists: - - 21736 - uid: 5623 components: - type: Transform @@ -80617,14 +81325,6 @@ entities: - type: Transform pos: -40.5,25.5 parent: 60 - - uid: 6734 - components: - - type: Transform - pos: -23.5,-9.5 - parent: 60 - - type: DeviceNetwork - deviceLists: - - 21736 - uid: 6736 components: - type: Transform @@ -80658,14 +81358,6 @@ entities: - type: Transform pos: -61.5,10.5 parent: 60 - - uid: 7139 - components: - - type: Transform - pos: -19.5,-17.5 - parent: 60 - - type: DeviceNetwork - deviceLists: - - 21736 - uid: 7146 components: - type: Transform @@ -80745,14 +81437,6 @@ entities: - type: Transform pos: 22.5,-30.5 parent: 60 - - uid: 8466 - components: - - type: Transform - pos: -21.5,-8.5 - parent: 60 - - type: DeviceNetwork - deviceLists: - - 21736 - uid: 8611 components: - type: Transform @@ -80848,6 +81532,79 @@ entities: - type: Transform pos: -49.5,1.5 parent: 60 + - uid: 10157 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-17.5 + parent: 60 + - type: DeviceNetwork + deviceLists: + - 9812 + - uid: 10158 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-17.5 + parent: 60 + - type: DeviceNetwork + deviceLists: + - 9812 + - uid: 10159 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-17.5 + parent: 60 + - type: DeviceNetwork + deviceLists: + - 9815 + - uid: 10179 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-19.5 + parent: 60 + - type: DeviceNetwork + deviceLists: + - 9815 + - uid: 10182 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,-16.5 + parent: 60 + - type: DeviceNetwork + deviceLists: + - 9815 + - uid: 10368 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,-16.5 + parent: 60 + - type: DeviceNetwork + deviceLists: + - 9815 + - uid: 10369 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,-8.5 + parent: 60 + - type: DeviceNetwork + deviceLists: + - 10141 + - uid: 10622 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,-1.5 + parent: 60 + - type: DeviceNetwork + deviceLists: + - 249 + - 8669 - uid: 10686 components: - type: Transform @@ -80878,6 +81635,15 @@ entities: - type: Transform pos: -14.5,-17.5 parent: 60 + - uid: 11480 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-19.5 + parent: 60 + - type: DeviceNetwork + deviceLists: + - 9815 - uid: 11520 components: - type: Transform @@ -80908,14 +81674,6 @@ entities: - type: Transform pos: -54.5,-11.5 parent: 60 - - uid: 13098 - components: - - type: Transform - pos: -29.5,-9.5 - parent: 60 - - type: DeviceNetwork - deviceLists: - - 21736 - uid: 13106 components: - type: Transform @@ -81240,11 +81998,23 @@ entities: - type: Transform pos: -7.5,-2.5 parent: 60 + - uid: 24319 + components: + - type: Transform + pos: -50.5,-14.5 + parent: 60 - uid: 25387 components: - type: Transform pos: -66.5,-54.5 parent: 60 +- proto: FitnessPunchingBag + entities: + - uid: 1918 + components: + - type: Transform + pos: -30.5,-14.5 + parent: 60 - proto: FitnessPunchingBagCaptain entities: - uid: 27127 @@ -81254,6 +82024,12 @@ entities: parent: 60 - proto: FitnessWeightLifter entities: + - uid: 1920 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,-15.5 + parent: 60 - uid: 25276 components: - type: Transform @@ -81280,6 +82056,11 @@ entities: parent: 60 - proto: Flash entities: + - uid: 2094 + components: + - type: Transform + pos: -21.713894,-6.9759197 + parent: 60 - uid: 18576 components: - type: Transform @@ -81375,6 +82156,13 @@ entities: parent: 60 - proto: FloorDrain entities: + - uid: 2008 + components: + - type: Transform + pos: -24.5,-8.5 + parent: 60 + - type: Fixtures + fixtures: {} - uid: 2376 components: - type: Transform @@ -82239,6 +83027,13 @@ entities: - type: Transform pos: 23.590298,-40.29614 parent: 60 +- proto: FoodBakedCannabisBrownie + entities: + - uid: 2131 + components: + - type: Transform + pos: -33.68161,-16.249468 + parent: 60 - proto: FoodBakedWaffleSoylent entities: - uid: 27098 @@ -82327,8 +83122,11 @@ entities: - uid: 1919 components: - type: Transform - pos: -26.46309,-14.295396 + pos: -25.494246,-4.2774935 parent: 60 + - type: Physics + angularDamping: 0 + linearDamping: 0 - proto: FoodBreadMoldySlice entities: - uid: 14544 @@ -82370,6 +83168,13 @@ entities: - type: Transform pos: 7.640595,-46.05756 parent: 60 +- proto: FoodBurgerSloppyJoe + entities: + - uid: 1938 + components: + - type: Transform + pos: -34.595844,-13.25629 + parent: 60 - proto: FoodBurgerSoy entities: - uid: 27097 @@ -82549,6 +83354,21 @@ entities: - type: Physics canCollide: False - type: InsideEntityStorage +- proto: FoodMysteryStew + entities: + - uid: 1939 + components: + - type: Transform + pos: -33.483505,-13.439516 + parent: 60 + - type: Physics + angularDamping: 0 + linearDamping: 0 + - uid: 4176 + components: + - type: Transform + pos: -8.4207325,-14.414001 + parent: 60 - proto: FoodNoodles entities: - uid: 316 @@ -82636,6 +83456,16 @@ entities: parent: 60 - proto: FoodPlateSmall entities: + - uid: 1936 + components: + - type: Transform + pos: -34.559174,-13.244076 + parent: 60 + - uid: 1937 + components: + - type: Transform + pos: -33.483505,-13.3906555 + parent: 60 - uid: 21775 components: - type: Transform @@ -82661,6 +83491,13 @@ entities: - type: Transform pos: 20.513836,-26.445395 parent: 60 +- proto: FoodPlateSmallPlastic + entities: + - uid: 2714 + components: + - type: Transform + pos: -8.4442625,-14.351306 + parent: 60 - proto: FoodPlateSmallTrash entities: - uid: 19505 @@ -83399,106 +84236,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 1817 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,-14.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 1823 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,-6.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 1836 - components: - - type: Transform - pos: -30.5,-13.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 1892 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,-20.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 1922 - components: - - type: Transform - pos: -23.5,-5.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 1926 - components: - - type: Transform - pos: -29.5,-12.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 1939 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,-4.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 1940 - components: - - type: Transform - pos: -21.5,-4.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 1941 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,-5.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 1942 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,-5.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 1965 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,-5.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 1966 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,-6.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 1973 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,-13.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 2025 components: - type: Transform @@ -83707,14 +84444,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 5425 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-15.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 5550 components: - type: Transform @@ -83908,14 +84637,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 6803 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-14.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 6823 components: - type: Transform @@ -83923,21 +84644,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 7033 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,-12.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 7285 - components: - - type: Transform - pos: -24.5,-18.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 7357 components: - type: Transform @@ -83980,22 +84686,44 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8579 + - uid: 8526 components: - type: Transform rot: -1.5707963267948966 rad - pos: -30.5,-16.5 + pos: -22.5,-2.5 parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8771 + - uid: 8527 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-18.5 + rot: 3.141592653589793 rad + pos: -20.5,-19.5 + parent: 60 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8602 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,-4.5 parent: 60 - type: AtmosPipeColor color: '#0335FCFF' + - uid: 8713 + components: + - type: Transform + pos: -19.5,-14.5 + parent: 60 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8770 + components: + - type: Transform + pos: -28.5,-3.5 + parent: 60 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 8970 components: - type: Transform @@ -84017,18 +84745,18 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 9157 + - uid: 9638 components: - type: Transform - pos: -18.5,-2.5 + rot: 1.5707963267948966 rad + pos: -54.5,12.5 parent: 60 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 9638 + color: '#FF1212FF' + - uid: 9729 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,12.5 + pos: -20.5,-15.5 parent: 60 - type: AtmosPipeColor color: '#FF1212FF' @@ -85284,20 +86012,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 1932 - components: - - type: Transform - pos: -25.5,-5.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 1958 - components: - - type: Transform - pos: -27.5,-4.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 2361 components: - type: Transform @@ -85364,6 +86078,13 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' + - uid: 4156 + components: + - type: Transform + pos: -44.5,-24.5 + parent: 60 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 4656 components: - type: Transform @@ -85413,17 +86134,24 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 6763 + - uid: 6834 components: - type: Transform - pos: -25.5,-3.5 + pos: -47.5,2.5 parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 6834 + - uid: 8579 components: - type: Transform - pos: -47.5,2.5 + pos: -23.5,-14.5 + parent: 60 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8721 + components: + - type: Transform + pos: -25.5,-5.5 parent: 60 - type: AtmosPipeColor color: '#FF1212FF' @@ -85434,6 +86162,13 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 9749 + components: + - type: Transform + pos: -22.5,-15.5 + parent: 60 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 14241 components: - type: Transform @@ -85539,30 +86274,14 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 51 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,-3.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 88 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-7.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 98 + - uid: 113 components: - type: Transform rot: 3.141592653589793 rad - pos: -21.5,-11.5 + pos: -44.5,-23.5 parent: 60 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#FF1212FF' - uid: 133 components: - type: Transform @@ -86070,14 +86789,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 720 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,-15.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 735 components: - type: Transform @@ -86085,13 +86796,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 764 - components: - - type: Transform - pos: -27.5,-17.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 794 components: - type: Transform @@ -86100,14 +86804,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 835 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,-19.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 874 components: - type: Transform @@ -87794,13 +88490,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 1601 - components: - - type: Transform - pos: -25.5,-17.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 1602 components: - type: Transform @@ -87865,22 +88554,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 1619 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-10.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 1620 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-4.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 1629 components: - type: Transform @@ -87905,13 +88578,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 1657 - components: - - type: Transform - pos: -25.5,-16.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 1692 components: - type: Transform @@ -87951,14 +88617,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 1723 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-9.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 1730 components: - type: Transform @@ -87966,38 +88624,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 1733 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,-19.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 1749 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,-19.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 1750 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,-19.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 1751 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,-19.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 1752 components: - type: Transform @@ -88028,14 +88654,14 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 1757 + - uid: 1762 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,-19.5 + rot: 3.141592653589793 rad + pos: -42.5,-22.5 parent: 60 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#0335FCFF' - uid: 1769 components: - type: Transform @@ -88057,14 +88683,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 1773 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-19.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 1774 components: - type: Transform @@ -88073,14 +88691,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 1776 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-19.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 1777 components: - type: Transform @@ -88123,14 +88733,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 1785 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-19.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 1786 components: - type: Transform @@ -88146,29 +88748,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 1791 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,-6.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 1797 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,-20.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 1809 - components: - - type: Transform - pos: -31.5,-9.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 1825 components: - type: Transform @@ -88205,14 +88784,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 1834 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,-20.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 1837 components: - type: Transform @@ -88228,14 +88799,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 1840 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-19.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 1841 components: - type: Transform @@ -88267,14 +88830,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 1855 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-13.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 1874 components: - type: Transform @@ -88386,219 +88941,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 1901 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-15.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 1903 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-15.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 1906 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,-14.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 1908 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,-5.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 1909 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,-13.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 1910 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,-11.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 1913 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,-9.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 1914 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,-10.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 1915 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-12.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 1916 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-12.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 1917 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,-9.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 1918 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,-6.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 1920 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-6.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 1921 - components: - - type: Transform - pos: -21.5,-6.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 1923 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-9.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 1925 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-6.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 1929 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-12.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 1930 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,-4.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 1931 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,-4.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 1933 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-4.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 1934 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-4.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 1935 - components: - - type: Transform - pos: -21.5,-5.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 1936 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,-4.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 1937 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-4.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 1938 - components: - - type: Transform - pos: -31.5,-6.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 1945 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,-5.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 1946 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,-5.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 1961 components: - type: Transform @@ -88607,82 +88949,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 1967 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-15.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 1968 - components: - - type: Transform - pos: -22.5,-14.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 1969 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,-16.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 1974 - components: - - type: Transform - pos: -30.5,-14.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 1975 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,-9.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 1976 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,-8.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 1977 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,-12.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 1981 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-15.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 1983 - components: - - type: Transform - pos: -31.5,-12.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 1985 - components: - - type: Transform - pos: -31.5,-11.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 1991 components: - type: Transform @@ -88698,14 +88964,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 1993 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-19.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 1995 components: - type: Transform @@ -88757,14 +89015,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 2007 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-14.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 2010 components: - type: Transform @@ -88772,14 +89022,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 2011 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-15.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 2013 components: - type: Transform @@ -88952,14 +89194,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 2131 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-10.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 2159 components: - type: Transform @@ -89487,22 +89721,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 2578 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,-15.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 2581 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-7.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 2613 components: - type: Transform @@ -89832,22 +90050,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 2860 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-3.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 2861 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-2.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 2862 components: - type: Transform @@ -90105,22 +90307,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 3186 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-3.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 3187 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,-3.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 3190 components: - type: Transform @@ -90144,22 +90330,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 3196 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-3.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 3199 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-2.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 3204 components: - type: Transform @@ -90677,14 +90847,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 4018 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,-14.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 4023 components: - type: Transform @@ -90866,13 +91028,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 4333 - components: - - type: Transform - pos: -31.5,-8.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 4335 components: - type: Transform @@ -90889,14 +91044,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 4361 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-20.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 4484 components: - type: Transform @@ -91505,22 +91652,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 5424 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,-12.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 5426 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-13.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 5441 components: - type: Transform @@ -92160,13 +92291,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 5910 - components: - - type: Transform - pos: -23.5,-13.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 5913 components: - type: Transform @@ -93000,13 +93124,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 6309 - components: - - type: Transform - pos: -22.5,-11.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 6358 components: - type: Transform @@ -93079,13 +93196,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 6762 - components: - - type: Transform - pos: -25.5,-4.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 6790 components: - type: Transform @@ -93109,14 +93219,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 6801 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,-19.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 6802 components: - type: Transform @@ -93125,13 +93227,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 6804 - components: - - type: Transform - pos: -30.5,-8.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 6809 components: - type: Transform @@ -93140,13 +93235,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 6824 - components: - - type: Transform - pos: -27.5,-19.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 6833 components: - type: Transform @@ -93215,14 +93303,6 @@ entities: rot: 1.5707963267948966 rad pos: -53.5,48.5 parent: 60 - - uid: 7166 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,-5.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 7211 components: - type: Transform @@ -93253,14 +93333,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 7284 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-20.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 7287 components: - type: Transform @@ -93336,14 +93408,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 7464 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,-20.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 7473 components: - type: Transform @@ -93360,36 +93424,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 7563 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,-6.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 7601 - components: - - type: Transform - pos: -22.5,-7.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 7647 - components: - - type: Transform - pos: -27.5,-3.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 7649 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,-20.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 7661 components: - type: Transform @@ -93450,14 +93484,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 7785 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-20.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 7835 components: - type: Transform @@ -93569,37 +93595,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8212 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-7.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8223 - components: - - type: Transform - pos: -22.5,-8.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8225 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-19.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8229 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-8.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 8257 components: - type: Transform @@ -93615,13 +93610,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8259 - components: - - type: Transform - pos: -32.5,-2.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 8261 components: - type: Transform @@ -93645,14 +93633,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8269 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,-3.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 8270 components: - type: Transform @@ -93667,29 +93647,22 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8274 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,-3.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8386 + - uid: 8387 components: - type: Transform - pos: -22.5,-10.5 + rot: 3.141592653589793 rad + pos: 23.5,-22.5 parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8387 + - uid: 8528 components: - type: Transform rot: 3.141592653589793 rad - pos: 23.5,-22.5 + pos: -27.5,-17.5 parent: 60 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#0335FCFF' - uid: 8533 components: - type: Transform @@ -93739,23 +93712,328 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' + - uid: 8569 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-20.5 + parent: 60 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8570 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-19.5 + parent: 60 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8571 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-18.5 + parent: 60 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8572 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-17.5 + parent: 60 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8573 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-16.5 + parent: 60 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8575 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-12.5 + parent: 60 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8576 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-11.5 + parent: 60 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8577 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-10.5 + parent: 60 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8578 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-9.5 + parent: 60 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8580 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-6.5 + parent: 60 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8581 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-5.5 + parent: 60 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8582 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-4.5 + parent: 60 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8590 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-3.5 + parent: 60 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8595 components: - type: Transform rot: 1.5707963267948966 rad - pos: -31.5,-16.5 + pos: -31.5,-2.5 parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8790 + - uid: 8596 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-4.5 + parent: 60 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8597 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-4.5 + parent: 60 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8606 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,-3.5 + parent: 60 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8610 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-5.5 + parent: 60 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8654 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-5.5 + parent: 60 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8656 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,-7.5 + parent: 60 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8662 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-7.5 + parent: 60 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8664 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,-7.5 + parent: 60 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8665 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,-13.5 + parent: 60 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8666 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-13.5 + parent: 60 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8680 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,-13.5 + parent: 60 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8681 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,-13.5 + parent: 60 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8682 + components: + - type: Transform + pos: -27.5,-15.5 + parent: 60 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8684 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,-14.5 + parent: 60 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8694 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-14.5 + parent: 60 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8709 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,-14.5 + parent: 60 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8710 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-14.5 + parent: 60 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8711 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-14.5 + parent: 60 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8712 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-14.5 + parent: 60 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8714 + components: + - type: Transform + pos: -19.5,-15.5 + parent: 60 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8715 + components: + - type: Transform + pos: -19.5,-16.5 + parent: 60 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8716 + components: + - type: Transform + pos: -23.5,-13.5 + parent: 60 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8717 + components: + - type: Transform + pos: -23.5,-12.5 + parent: 60 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8718 components: - type: Transform rot: -1.5707963267948966 rad - pos: -28.5,-3.5 + pos: -26.5,-8.5 + parent: 60 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8719 + components: + - type: Transform + pos: -25.5,-3.5 parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8791 + - uid: 8720 + components: + - type: Transform + pos: -25.5,-4.5 + parent: 60 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8722 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,-5.5 + parent: 60 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8735 components: - type: Transform rot: 3.141592653589793 rad @@ -93763,6 +94041,30 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 8771 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,-3.5 + parent: 60 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8790 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,-3.5 + parent: 60 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8791 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,-3.5 + parent: 60 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 8792 components: - type: Transform @@ -93770,6 +94072,30 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 8883 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,-4.5 + parent: 60 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8891 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,-5.5 + parent: 60 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8896 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,-6.5 + parent: 60 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 8899 components: - type: Transform @@ -93782,6 +94108,14 @@ entities: - type: Physics canCollide: True bodyType: Dynamic + - uid: 8908 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,-6.5 + parent: 60 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 8918 components: - type: Transform @@ -93797,6 +94131,38 @@ entities: parent: 60 - type: AtmosPipeColor color: '#00FFF9FF' + - uid: 8941 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,-7.5 + parent: 60 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8942 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,-8.5 + parent: 60 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8943 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,-9.5 + parent: 60 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8944 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,-10.5 + parent: 60 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 8945 components: - type: Transform @@ -93804,10 +94170,27 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' + - uid: 8946 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,-11.5 + parent: 60 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8947 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,-12.5 + parent: 60 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 8948 components: - type: Transform - pos: -30.5,-7.5 + rot: 3.141592653589793 rad + pos: -28.5,-13.5 parent: 60 - type: AtmosPipeColor color: '#FF1212FF' @@ -93815,10 +94198,10 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: -27.5,-8.5 + pos: -28.5,-14.5 parent: 60 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#FF1212FF' - uid: 8963 components: - type: Transform @@ -93859,7 +94242,7 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: -21.5,-2.5 + pos: -28.5,-16.5 parent: 60 - type: AtmosPipeColor color: '#FF1212FF' @@ -93871,22 +94254,38 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 9033 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-17.5 + parent: 60 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9034 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,-17.5 + parent: 60 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9042 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,-3.5 + rot: 1.5707963267948966 rad + pos: -31.5,-17.5 parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - uid: 9043 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,-7.5 + rot: 1.5707963267948966 rad + pos: -27.5,-15.5 parent: 60 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#FF1212FF' - uid: 9045 components: - type: Transform @@ -93895,6 +94294,22 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 9052 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,-15.5 + parent: 60 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9089 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-15.5 + parent: 60 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9148 components: - type: Transform @@ -93903,11 +94318,40 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' + - uid: 9150 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,-15.5 + parent: 60 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9153 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-3.5 + rot: 1.5707963267948966 rad + pos: -23.5,-15.5 + parent: 60 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9154 + components: + - type: Transform + pos: -20.5,-16.5 + parent: 60 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9156 + components: + - type: Transform + pos: -20.5,-17.5 + parent: 60 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9157 + components: + - type: Transform + pos: -20.5,-18.5 parent: 60 - type: AtmosPipeColor color: '#FF1212FF' @@ -93915,18 +94359,18 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: -19.5,-2.5 + pos: -19.5,-19.5 parent: 60 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#FF1212FF' - uid: 9159 components: - type: Transform rot: -1.5707963267948966 rad - pos: -20.5,-2.5 + pos: -18.5,-19.5 parent: 60 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#FF1212FF' - uid: 9358 components: - type: Transform @@ -94131,6 +94575,54 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 9728 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-15.5 + parent: 60 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9752 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-14.5 + parent: 60 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9753 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-13.5 + parent: 60 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9755 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,-2.5 + parent: 60 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9774 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,-3.5 + parent: 60 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9775 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,-4.5 + parent: 60 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10310 components: - type: Transform @@ -94146,6 +94638,14 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' + - uid: 11556 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,-15.5 + parent: 60 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 12221 components: - type: Transform @@ -94210,14 +94710,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 12828 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,-23.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 12830 components: - type: Transform @@ -96610,14 +97102,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FFA100FF' - - uid: 15183 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,-2.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 15262 components: - type: Transform @@ -100192,6 +100676,14 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 21733 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,-22.5 + parent: 60 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22790 components: - type: Transform @@ -101964,6 +102456,34 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' + - uid: 24148 + components: + - type: Transform + pos: -42.5,-19.5 + parent: 60 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24149 + components: + - type: Transform + pos: -42.5,-20.5 + parent: 60 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24150 + components: + - type: Transform + pos: -44.5,-19.5 + parent: 60 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24151 + components: + - type: Transform + pos: -44.5,-20.5 + parent: 60 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 24357 components: - type: Transform @@ -103336,13 +103856,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 796 - components: - - type: Transform - pos: -18.5,-19.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 877 components: - type: Transform @@ -103567,6 +104080,14 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 1248 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,-21.5 + parent: 60 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1259 components: - type: Transform @@ -103659,14 +104180,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 1600 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-18.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 1608 components: - type: Transform @@ -103681,22 +104194,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 1658 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,-13.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 1668 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,-16.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 1714 components: - type: Transform @@ -103719,13 +104216,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 1768 - components: - - type: Transform - pos: -25.5,-14.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 1775 components: - type: Transform @@ -103749,21 +104239,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 1822 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,-10.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 1845 - components: - - type: Transform - pos: -27.5,-15.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 1848 components: - type: Transform @@ -103772,83 +104247,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 1924 - components: - - type: Transform - pos: -30.5,-6.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 1927 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,-12.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 1928 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,-9.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 1943 - components: - - type: Transform - pos: -22.5,-6.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 1947 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,-9.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 1948 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-12.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 1960 - components: - - type: Transform - pos: -26.5,-14.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 1972 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-10.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 1982 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,-13.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 1990 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,-7.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 1994 components: - type: Transform @@ -103857,19 +104255,19 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 2002 + - uid: 2127 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-7.5 + rot: 3.141592653589793 rad + pos: -26.5,9.5 parent: 60 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 2127 + color: '#FF1212FF' + - uid: 2132 components: - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,9.5 + rot: -1.5707963267948966 rad + pos: -44.5,-21.5 parent: 60 - type: AtmosPipeColor color: '#FF1212FF' @@ -103980,14 +104378,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 2760 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,-2.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 2799 components: - type: Transform @@ -104081,14 +104471,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 3198 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,-5.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 3205 components: - type: Transform @@ -104265,6 +104647,14 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 4157 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,-23.5 + parent: 60 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 4336 components: - type: Transform @@ -104656,14 +105046,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 6825 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,-18.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 7280 components: - type: Transform @@ -104708,62 +105090,101 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8226 + - uid: 8241 components: - type: Transform rot: -1.5707963267948966 rad - pos: -19.5,-20.5 + pos: -36.5,8.5 parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8227 + - uid: 8523 components: - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-19.5 + pos: -23.5,-2.5 parent: 60 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8241 + color: '#0335FCFF' + - uid: 8537 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,19.5 + parent: 60 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8548 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,24.5 + parent: 60 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8574 components: - type: Transform rot: -1.5707963267948966 rad - pos: -36.5,8.5 + pos: -27.5,-13.5 parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8260 + - uid: 8598 components: - type: Transform rot: 1.5707963267948966 rad - pos: -32.5,-3.5 + pos: -27.5,-8.5 + parent: 60 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8601 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-7.5 + parent: 60 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8609 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,-5.5 parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8537 + - uid: 8655 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,19.5 + rot: 3.141592653589793 rad + pos: -30.5,-2.5 parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8548 + - uid: 8683 components: - type: Transform rot: 1.5707963267948966 rad - pos: 15.5,24.5 + pos: -27.5,-14.5 parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8580 + - uid: 8748 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,-5.5 + parent: 60 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8749 components: - type: Transform rot: 1.5707963267948966 rad - pos: -30.5,-15.5 + pos: -28.5,-5.5 parent: 60 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#FF1212FF' - uid: 8884 components: - type: Transform @@ -104772,22 +105193,30 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 9033 + - uid: 8892 components: - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,-3.5 + rot: -1.5707963267948966 rad + pos: -28.5,-6.5 parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 9034 + - uid: 9011 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-2.5 + rot: 1.5707963267948966 rad + pos: -28.5,-15.5 parent: 60 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#FF1212FF' + - uid: 9015 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,-17.5 + parent: 60 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9233 components: - type: Transform @@ -106124,13 +106553,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 25272 - components: - - type: Transform - pos: -44.5,-24.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 25274 components: - type: Transform @@ -106862,14 +107284,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 856 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,-16.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 910 components: - type: Transform @@ -106942,46 +107356,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 1651 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,-7.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 1652 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-10.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 1665 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,-13.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 1669 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-7.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 1682 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,-10.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 1780 components: - type: Transform @@ -106997,14 +107371,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 1838 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-13.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 1996 components: - type: Transform @@ -107068,14 +107434,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 2791 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,-2.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 2793 components: - type: Transform @@ -107179,6 +107537,17 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' + - uid: 4567 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.5,-21.5 + parent: 60 + - type: DeviceNetwork + deviceLists: + - 24183 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 4953 components: - type: Transform @@ -107385,13 +107754,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 6087 - components: - - type: Transform - pos: -19.5,-19.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 6093 components: - type: Transform @@ -107408,14 +107770,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 6307 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,-9.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 6417 components: - type: Transform @@ -107432,22 +107786,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 6648 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,-19.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 6759 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-16.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 6770 components: - type: Transform @@ -107520,12 +107858,91 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8413 + - uid: 8505 + components: + - type: Transform + pos: -23.5,-12.5 + parent: 60 + - type: DeviceNetwork + deviceLists: + - 9812 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8506 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-4.5 + parent: 60 + - type: DeviceNetwork + deviceLists: + - 10139 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8507 components: - type: Transform rot: 3.141592653589793 rad pos: -26.5,-3.5 parent: 60 + - type: DeviceNetwork + deviceLists: + - 249 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8508 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,-2.5 + parent: 60 + - type: DeviceNetwork + deviceLists: + - 10136 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8509 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,-7.5 + parent: 60 + - type: DeviceNetwork + deviceLists: + - 2091 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8510 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,-13.5 + parent: 60 + - type: DeviceNetwork + deviceLists: + - 10129 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8511 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-18.5 + parent: 60 + - type: DeviceNetwork + deviceLists: + - 9815 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8519 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-8.5 + parent: 60 + - type: DeviceNetwork + deviceLists: + - 10141 - type: AtmosPipeColor color: '#0335FCFF' - uid: 8619 @@ -107600,19 +108017,22 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11759 + - uid: 11555 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,0.5 + rot: 3.141592653589793 rad + pos: -23.5,-16.5 parent: 60 + - type: DeviceNetwork + deviceLists: + - 9812 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11978 + - uid: 11759 components: - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,-3.5 + rot: -1.5707963267948966 rad + pos: -19.5,0.5 parent: 60 - type: AtmosPipeColor color: '#0335FCFF' @@ -108278,6 +108698,16 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' + - uid: 24144 + components: + - type: Transform + pos: -42.5,-18.5 + parent: 60 + - type: DeviceNetwork + deviceLists: + - 24185 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24855 components: - type: Transform @@ -108513,14 +108943,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 1564 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-12.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 1771 components: - type: Transform @@ -108529,36 +108951,14 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 1846 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-9.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 1850 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-6.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 1893 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,-9.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 1902 + - uid: 1853 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,-6.5 + pos: -44.5,-18.5 parent: 60 + - type: DeviceNetwork + deviceLists: + - 24185 - type: AtmosPipeColor color: '#FF1212FF' - uid: 2026 @@ -108685,6 +109085,17 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 4147 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,-21.5 + parent: 60 + - type: DeviceNetwork + deviceLists: + - 24183 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 4502 components: - type: Transform @@ -108731,14 +109142,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 5454 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,-12.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 5581 components: - type: Transform @@ -108849,14 +109252,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 6065 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,-20.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 6290 components: - type: Transform @@ -108873,14 +109268,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 6308 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-9.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 6474 components: - type: Transform @@ -108937,52 +109324,106 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 7790 + - uid: 8137 components: - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,-15.5 + rot: 1.5707963267948966 rad + pos: -3.5,-45.5 parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8137 + - uid: 8265 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,1.5 + parent: 60 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8512 + components: + - type: Transform + pos: -26.5,-4.5 + parent: 60 + - type: DeviceNetwork + deviceLists: + - 249 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8513 components: - type: Transform rot: 1.5707963267948966 rad - pos: -3.5,-45.5 + pos: -32.5,-3.5 parent: 60 + - type: DeviceNetwork + deviceLists: + - 10136 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8230 + - uid: 8514 components: - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,-19.5 + rot: 1.5707963267948966 rad + pos: -31.5,-6.5 parent: 60 + - type: DeviceNetwork + deviceLists: + - 2091 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8265 + - uid: 8515 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,1.5 + rot: 1.5707963267948966 rad + pos: -32.5,-17.5 parent: 60 + - type: DeviceNetwork + deviceLists: + - 10129 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8267 + - uid: 8516 components: - type: Transform rot: 3.141592653589793 rad - pos: -32.5,-4.5 + pos: -28.5,-18.5 parent: 60 + - type: DeviceNetwork + deviceLists: + - 9815 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8578 + - uid: 8517 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,-19.5 + pos: -22.5,-12.5 parent: 60 + - type: DeviceNetwork + deviceLists: + - 9812 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8518 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-5.5 + parent: 60 + - type: DeviceNetwork + deviceLists: + - 10139 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8520 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,-7.5 + parent: 60 + - type: DeviceNetwork + deviceLists: + - 10141 - type: AtmosPipeColor color: '#FF1212FF' - uid: 8620 @@ -109031,13 +109472,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 9154 - components: - - type: Transform - pos: -26.5,-4.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 9155 components: - type: Transform @@ -109046,14 +109480,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 9156 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-3.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 9160 components: - type: Transform @@ -109113,6 +109539,17 @@ entities: rot: -1.5707963267948966 rad pos: -9.5,-13.5 parent: 60 + - uid: 11536 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-16.5 + parent: 60 + - type: DeviceNetwork + deviceLists: + - 9812 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 12001 components: - type: Transform @@ -109908,6 +110345,13 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' +- proto: Gauze + entities: + - uid: 27807 + components: + - type: Transform + pos: -7.5817037,-11.325832 + parent: 60 - proto: GeigerCounter entities: - uid: 18068 @@ -110012,47 +110456,33 @@ entities: radius: 175.75 - proto: Grille entities: - - uid: 17 + - uid: 6 components: - type: Transform - pos: 60.5,-9.5 + rot: 3.141592653589793 rad + pos: -33.5,-9.5 parent: 60 - - uid: 24 + - uid: 8 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-12.5 + rot: 3.141592653589793 rad + pos: -34.5,-9.5 parent: 60 - - uid: 39 + - uid: 17 components: - type: Transform - pos: -55.5,-24.5 + pos: 60.5,-9.5 parent: 60 - - uid: 67 + - uid: 39 components: - type: Transform - pos: -21.5,-16.5 + pos: -55.5,-24.5 parent: 60 - - uid: 79 + - uid: 130 components: - type: Transform rot: 1.5707963267948966 rad - pos: -31.5,-15.5 - parent: 60 - - uid: 113 - components: - - type: Transform - pos: -18.5,-17.5 - parent: 60 - - uid: 132 - components: - - type: Transform - pos: -28.5,-7.5 - parent: 60 - - uid: 155 - components: - - type: Transform - pos: -20.5,-17.5 + pos: -35.5,-12.5 parent: 60 - uid: 200 components: @@ -110066,32 +110496,6 @@ entities: rot: -1.5707963267948966 rad pos: 46.5,-8.5 parent: 60 - - uid: 232 - components: - - type: Transform - pos: -23.5,-17.5 - parent: 60 - - uid: 233 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,-10.5 - parent: 60 - - uid: 238 - components: - - type: Transform - pos: -20.5,-13.5 - parent: 60 - - uid: 245 - components: - - type: Transform - pos: -20.5,-10.5 - parent: 60 - - uid: 284 - components: - - type: Transform - pos: -28.5,-8.5 - parent: 60 - uid: 369 components: - type: Transform @@ -110229,10 +110633,10 @@ entities: - type: Transform pos: -33.5,-21.5 parent: 60 - - uid: 721 + - uid: 793 components: - type: Transform - pos: -35.5,-10.5 + pos: -31.5,-9.5 parent: 60 - uid: 808 components: @@ -110249,27 +110653,11 @@ entities: - type: Transform pos: -2.5,8.5 parent: 60 - - uid: 837 - components: - - type: Transform - pos: -26.5,-17.5 - parent: 60 - - uid: 844 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,-12.5 - parent: 60 - uid: 949 components: - type: Transform pos: -67.5,5.5 parent: 60 - - uid: 963 - components: - - type: Transform - pos: -20.5,-7.5 - parent: 60 - uid: 1184 components: - type: Transform @@ -110350,12 +110738,8 @@ entities: - uid: 1384 components: - type: Transform - pos: -17.5,-13.5 - parent: 60 - - uid: 1386 - components: - - type: Transform - pos: -17.5,-12.5 + rot: 1.5707963267948966 rad + pos: -23.5,-6.5 parent: 60 - uid: 1433 components: @@ -110369,56 +110753,33 @@ entities: rot: 1.5707963267948966 rad pos: 7.5,-13.5 parent: 60 - - uid: 1459 - components: - - type: Transform - pos: -29.5,-8.5 - parent: 60 - - uid: 1464 - components: - - type: Transform - pos: -29.5,-10.5 - parent: 60 - - uid: 1465 - components: - - type: Transform - pos: -24.5,-11.5 - parent: 60 - - uid: 1473 - components: - - type: Transform - pos: -28.5,-11.5 - parent: 60 - - uid: 1474 + - uid: 1527 components: - type: Transform - pos: -24.5,-7.5 + pos: -29.5,-12.5 parent: 60 - - uid: 1477 + - uid: 1537 components: - type: Transform - pos: -23.5,-10.5 + rot: 1.5707963267948966 rad + pos: -35.5,-13.5 parent: 60 - - uid: 1483 + - uid: 1570 components: - type: Transform - pos: -23.5,-8.5 + pos: -32.5,-9.5 parent: 60 - - uid: 1484 + - uid: 1571 components: - type: Transform - pos: -24.5,-8.5 + rot: -1.5707963267948966 rad + pos: -24.5,-6.5 parent: 60 - - uid: 1491 + - uid: 1651 components: - type: Transform rot: 1.5707963267948966 rad - pos: -28.5,-12.5 - parent: 60 - - uid: 1650 - components: - - type: Transform - pos: -31.5,-2.5 + pos: -29.5,-13.5 parent: 60 - uid: 1683 components: @@ -110450,40 +110811,42 @@ entities: - type: Transform pos: 73.5,-32.5 parent: 60 - - uid: 1790 + - uid: 1748 components: - type: Transform - pos: -27.5,-1.5 + pos: -32.5,-21.5 parent: 60 - - uid: 1804 + - uid: 1764 components: - type: Transform - pos: -17.5,-9.5 + rot: 1.5707963267948966 rad + pos: -25.5,-6.5 parent: 60 - - uid: 1811 + - uid: 1785 components: - type: Transform - pos: -25.5,-1.5 + pos: -29.5,-14.5 parent: 60 - - uid: 1812 + - uid: 1790 components: - type: Transform - pos: -20.5,-2.5 + pos: -27.5,-1.5 parent: 60 - - uid: 1987 + - uid: 1811 components: - type: Transform - pos: -31.5,-4.5 + pos: -25.5,-1.5 parent: 60 - - uid: 1989 + - uid: 1834 components: - type: Transform - pos: -32.5,-7.5 + pos: -52.5,-18.5 parent: 60 - - uid: 2012 + - uid: 1904 components: - type: Transform - pos: -32.5,-10.5 + rot: 1.5707963267948966 rad + pos: -35.5,-14.5 parent: 60 - uid: 2015 components: @@ -110500,16 +110863,6 @@ entities: - type: Transform pos: -18.5,0.5 parent: 60 - - uid: 2100 - components: - - type: Transform - pos: -25.5,-21.5 - parent: 60 - - uid: 2113 - components: - - type: Transform - pos: -27.5,-21.5 - parent: 60 - uid: 2135 components: - type: Transform @@ -110520,6 +110873,11 @@ entities: - type: Transform pos: 31.5,-12.5 parent: 60 + - uid: 2160 + components: + - type: Transform + pos: -52.5,-19.5 + parent: 60 - uid: 2190 components: - type: Transform @@ -110553,11 +110911,6 @@ entities: - type: Transform pos: 21.5,-25.5 parent: 60 - - uid: 2579 - components: - - type: Transform - pos: -32.5,-13.5 - parent: 60 - uid: 2601 components: - type: Transform @@ -111063,15 +111416,17 @@ entities: - type: Transform pos: -48.5,-31.5 parent: 60 - - uid: 4295 + - uid: 4232 components: - type: Transform - pos: -51.5,-17.5 + rot: 1.5707963267948966 rad + pos: -10.5,-9.5 parent: 60 - - uid: 4296 + - uid: 4278 components: - type: Transform - pos: -51.5,-18.5 + rot: -1.5707963267948966 rad + pos: -17.5,-12.5 parent: 60 - uid: 4316 components: @@ -111349,6 +111704,12 @@ entities: - type: Transform pos: -8.5,-56.5 parent: 60 + - uid: 4898 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-14.5 + parent: 60 - uid: 4902 components: - type: Transform @@ -111369,6 +111730,12 @@ entities: - type: Transform pos: -62.5,-24.5 parent: 60 + - uid: 5020 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-13.5 + parent: 60 - uid: 5036 components: - type: Transform @@ -111527,11 +111894,6 @@ entities: - type: Transform pos: -34.5,-56.5 parent: 60 - - uid: 5432 - components: - - type: Transform - pos: -17.5,-10.5 - parent: 60 - uid: 5438 components: - type: Transform @@ -111675,11 +112037,6 @@ entities: - type: Transform pos: 59.5,29.5 parent: 60 - - uid: 6043 - components: - - type: Transform - pos: -35.5,-13.5 - parent: 60 - uid: 6056 components: - type: Transform @@ -111691,12 +112048,6 @@ entities: rot: 1.5707963267948966 rad pos: -71.5,-11.5 parent: 60 - - uid: 6149 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,-12.5 - parent: 60 - uid: 6151 components: - type: Transform @@ -111919,16 +112270,6 @@ entities: - type: Transform pos: 30.5,-59.5 parent: 60 - - uid: 6651 - components: - - type: Transform - pos: -20.5,-4.5 - parent: 60 - - uid: 6683 - components: - - type: Transform - pos: -35.5,-6.5 - parent: 60 - uid: 6688 components: - type: Transform @@ -111965,11 +112306,6 @@ entities: - type: Transform pos: -48.5,-30.5 parent: 60 - - uid: 6820 - components: - - type: Transform - pos: -17.5,-7.5 - parent: 60 - uid: 6831 components: - type: Transform @@ -112000,11 +112336,6 @@ entities: - type: Transform pos: 3.5,-74.5 parent: 60 - - uid: 6983 - components: - - type: Transform - pos: -35.5,-12.5 - parent: 60 - uid: 7067 components: - type: Transform @@ -112045,12 +112376,6 @@ entities: - type: Transform pos: 66.5,-18.5 parent: 60 - - uid: 7231 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-10.5 - parent: 60 - uid: 7250 components: - type: Transform @@ -112328,17 +112653,6 @@ entities: - type: Transform pos: 66.5,-34.5 parent: 60 - - uid: 7650 - components: - - type: Transform - pos: -21.5,-19.5 - parent: 60 - - uid: 7657 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,-12.5 - parent: 60 - uid: 7669 components: - type: Transform @@ -112671,11 +112985,6 @@ entities: - type: Transform pos: -50.5,-39.5 parent: 60 - - uid: 8528 - components: - - type: Transform - pos: -17.5,-6.5 - parent: 60 - uid: 8542 components: - type: Transform @@ -112729,11 +113038,6 @@ entities: - type: Transform pos: -86.5,-26.5 parent: 60 - - uid: 8602 - components: - - type: Transform - pos: -35.5,-9.5 - parent: 60 - uid: 8616 components: - type: Transform @@ -112749,11 +113053,6 @@ entities: - type: Transform pos: -49.5,-39.5 parent: 60 - - uid: 8694 - components: - - type: Transform - pos: -35.5,-7.5 - parent: 60 - uid: 8766 components: - type: Transform @@ -112795,11 +113094,6 @@ entities: - type: Transform pos: 36.5,-16.5 parent: 60 - - uid: 9052 - components: - - type: Transform - pos: -29.5,-17.5 - parent: 60 - uid: 9069 components: - type: Transform @@ -113034,6 +113328,12 @@ entities: rot: -1.5707963267948966 rad pos: -42.5,-29.5 parent: 60 + - uid: 10130 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-9.5 + parent: 60 - uid: 10155 components: - type: Transform @@ -113640,21 +113940,6 @@ entities: - type: Transform pos: -11.5,-12.5 parent: 60 - - uid: 13645 - components: - - type: Transform - pos: -9.5,-10.5 - parent: 60 - - uid: 13646 - components: - - type: Transform - pos: -8.5,-10.5 - parent: 60 - - uid: 13647 - components: - - type: Transform - pos: -10.5,-10.5 - parent: 60 - uid: 13648 components: - type: Transform @@ -117073,11 +117358,6 @@ entities: - type: Transform pos: 10.5,-72.5 parent: 60 - - uid: 24185 - components: - - type: Transform - pos: -51.5,-19.5 - parent: 60 - uid: 24233 components: - type: Transform @@ -118618,10 +118898,10 @@ entities: parent: 60 - proto: GunSafeDisabler entities: - - uid: 1732 + - uid: 5010 components: - type: Transform - pos: -25.5,-8.5 + pos: -34.5,-5.5 parent: 60 - proto: GunSafeRifleLecter entities: @@ -118721,6 +119001,11 @@ entities: parent: 60 - proto: HarmonicaInstrument entities: + - uid: 1942 + components: + - type: Transform + pos: -31.493288,-10.583303 + parent: 60 - uid: 13657 components: - type: Transform @@ -118978,28 +119263,14 @@ entities: parent: 60 - proto: HolopadSecurityBreakroom entities: - - uid: 7572 - components: - - type: Transform - pos: -29.5,-19.5 - parent: 60 -- proto: HolopadSecurityBrig - entities: - - uid: 7548 - components: - - type: Transform - pos: -29.5,-14.5 - parent: 60 -- proto: HolopadSecurityBrigMed - entities: - - uid: 7549 + - uid: 4179 components: - type: Transform - pos: -18.5,-6.5 + pos: -29.5,-3.5 parent: 60 - proto: HolopadSecurityCourtroom entities: - - uid: 7554 + - uid: 27816 components: - type: Transform pos: -43.5,-17.5 @@ -119013,17 +119284,10 @@ entities: parent: 60 - proto: HolopadSecurityFront entities: - - uid: 7573 - components: - - type: Transform - pos: -23.5,-19.5 - parent: 60 -- proto: HolopadSecurityInterrogation - entities: - - uid: 7555 + - uid: 2758 components: - type: Transform - pos: -32.5,-3.5 + pos: -20.5,-14.5 parent: 60 - proto: HolopadSecurityLawyer entities: @@ -119032,13 +119296,6 @@ entities: - type: Transform pos: -50.5,-18.5 parent: 60 -- proto: HolopadSecurityLockerRoom - entities: - - uid: 7574 - components: - - type: Transform - pos: -33.5,-18.5 - parent: 60 - proto: HolopadSecurityPerma entities: - uid: 7567 @@ -119046,13 +119303,6 @@ entities: - type: Transform pos: -9.5,-14.5 parent: 60 -- proto: HolopadSecurityWarden - entities: - - uid: 7575 - components: - - type: Transform - pos: -26.5,-9.5 - parent: 60 - proto: HolopadServiceBar entities: - uid: 7546 @@ -119155,6 +119405,31 @@ entities: parent: 60 - proto: HospitalCurtainsOpen entities: + - uid: 1924 + components: + - type: Transform + pos: -32.5,-21.5 + parent: 60 + - uid: 1945 + components: + - type: Transform + pos: -35.5,-12.5 + parent: 60 + - uid: 1946 + components: + - type: Transform + pos: -35.5,-13.5 + parent: 60 + - uid: 1947 + components: + - type: Transform + pos: -35.5,-14.5 + parent: 60 + - uid: 1948 + components: + - type: Transform + pos: -33.5,-21.5 + parent: 60 - uid: 4144 components: - type: Transform @@ -119175,6 +119450,23 @@ entities: - type: Transform pos: -2.5,-11.5 parent: 60 + - uid: 27793 + components: + - type: Transform + pos: -11.5,-18.5 + parent: 60 +- proto: HydroponicsToolClippers + entities: + - uid: 1933 + components: + - type: Transform + pos: -34.388042,-16.48703 + parent: 60 + - uid: 27800 + components: + - type: Transform + pos: -10.450576,-14.507162 + parent: 60 - proto: HydroponicsToolHatchet entities: - uid: 2711 @@ -119192,6 +119484,11 @@ entities: linearDamping: 0 - proto: HydroponicsToolMiniHoe entities: + - uid: 1941 + components: + - type: Transform + pos: -33.971703,-16.466808 + parent: 60 - uid: 6157 components: - type: Transform @@ -119205,8 +119502,11 @@ entities: - uid: 13607 components: - type: Transform - pos: -9.77185,-12.8355055 + pos: -10.505478,-14.444466 parent: 60 + - type: Physics + angularDamping: 0 + linearDamping: 0 - proto: HydroponicsToolScythe entities: - uid: 2709 @@ -119238,6 +119538,26 @@ entities: - type: Transform pos: -62.5,-22.5 parent: 60 + - uid: 1796 + components: + - type: Transform + pos: -34.5,-20.5 + parent: 60 + - uid: 1804 + components: + - type: Transform + pos: -33.5,-20.5 + parent: 60 + - uid: 1817 + components: + - type: Transform + pos: -32.5,-20.5 + parent: 60 + - uid: 1911 + components: + - type: Transform + pos: -31.5,-20.5 + parent: 60 - uid: 2514 components: - type: Transform @@ -119657,12 +119977,6 @@ entities: rot: 1.5707963267948966 rad pos: -27.5,-27.5 parent: 60 - - uid: 13296 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,-6.5 - parent: 60 - uid: 23830 components: - type: Transform @@ -119735,11 +120049,6 @@ entities: rot: 1.5707963267948966 rad pos: -38.5,-2.5 parent: 60 - - uid: 24335 - components: - - type: Transform - pos: -17.5,-18.5 - parent: 60 - uid: 24337 components: - type: Transform @@ -119812,6 +120121,11 @@ entities: - type: Transform pos: -34.5,2.5 parent: 60 + - uid: 1855 + components: + - type: Transform + pos: -34.5,-15.5 + parent: 60 - uid: 2048 components: - type: Transform @@ -119822,6 +120136,11 @@ entities: - type: Transform pos: 25.5,-30.5 parent: 60 + - uid: 4580 + components: + - type: Transform + pos: -7.5,-14.5 + parent: 60 - uid: 5880 components: - type: Transform @@ -120057,6 +120376,17 @@ entities: - type: Transform pos: -64.53201,45.976482 parent: 60 + - uid: 24154 + components: + - type: Transform + pos: -44.608784,-15.026564 + parent: 60 + - uid: 24336 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.138123,-14.088527 + parent: 60 - uid: 24973 components: - type: Transform @@ -120094,8 +120424,26 @@ entities: - uid: 1700 components: - type: Transform - pos: -34.433372,-3.1512034 + pos: -33.75047,-2.0543594 parent: 60 + - type: HandheldLight + toggleActionEntity: 1701 + - type: ContainerContainer + containers: + cell_slot: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + actions: !type:Container + showEnts: False + occludes: True + ents: + - 1701 + - type: Physics + angularDamping: 0 + linearDamping: 0 + canCollide: True + - type: ActionsContainer - proto: Lantern entities: - uid: 24223 @@ -120227,6 +120575,51 @@ entities: 27484: - - Pressed - Toggle +- proto: LockableButtonSecurity + entities: + - uid: 1979 + components: + - type: MetaData + desc: For if things get REALLY bad in there. + name: shutter button + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-11.5 + parent: 60 + - type: DeviceLinkSource + linkedPorts: + 1968: + - - Pressed + - Toggle + 1969: + - - Pressed + - Toggle + 1970: + - - Pressed + - Toggle + - uid: 8482 + components: + - type: MetaData + desc: If you are pressing this you might want to run. + name: shutter button + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,-7.5 + parent: 60 + - type: DeviceLinkSource + linkedPorts: + 8481: + - - Pressed + - Toggle + 8480: + - - Pressed + - Toggle + 8475: + - - Pressed + - Toggle + 8476: + - - Pressed + - Toggle - proto: LockerAtmosphericsFilledHardsuit entities: - uid: 15401 @@ -120462,6 +120855,13 @@ entities: - type: Transform pos: 33.5,-35.5 parent: 60 +- proto: LockerBrigmedicFilled + entities: + - uid: 1557 + components: + - type: Transform + pos: -25.5,-9.5 + parent: 60 - proto: LockerCaptainFilled entities: - uid: 8234 @@ -120631,204 +121031,10 @@ entities: - 0 - 0 - 0 - - uid: 13483 - components: - - type: Transform - pos: 52.5,-4.5 - parent: 60 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.6495836 - - 6.2055764 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 13916 - components: - - type: Transform - pos: -58.5,8.5 - parent: 60 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.6495836 - - 6.2055764 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 16096 - components: - - type: Transform - pos: -4.5,21.5 - parent: 60 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.6495836 - - 6.2055764 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 17035 - components: - - type: Transform - pos: -10.5,24.5 - parent: 60 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.6495836 - - 6.2055764 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 19149 - components: - - type: Transform - pos: 20.5,16.5 - parent: 60 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.6495836 - - 6.2055764 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 24739 - components: - - type: Transform - pos: -14.5,32.5 - parent: 60 -- proto: LockerEngineerFilledHardsuit - entities: - - uid: 6543 - components: - - type: Transform - pos: -4.5,13.5 - parent: 60 - - uid: 6912 - components: - - type: Transform - pos: -4.5,16.5 - parent: 60 - - uid: 6913 - components: - - type: Transform - pos: -4.5,18.5 - parent: 60 - - uid: 6914 - components: - - type: Transform - pos: -4.5,19.5 - parent: 60 - - uid: 12190 - components: - - type: Transform - pos: -4.5,14.5 - parent: 60 - - uid: 13799 - components: - - type: Transform - pos: -4.5,15.5 - parent: 60 -- proto: LockerEvidence - entities: - - uid: 1725 + - uid: 13483 components: - type: Transform - pos: -29.5,-12.5 + pos: 52.5,-4.5 parent: 60 - type: EntityStorage air: @@ -120856,10 +121062,10 @@ entities: - 0 - 0 - 0 - - uid: 4679 + - uid: 13916 components: - type: Transform - pos: -5.5,-45.5 + pos: -58.5,8.5 parent: 60 - type: EntityStorage air: @@ -120887,10 +121093,10 @@ entities: - 0 - 0 - 0 - - uid: 5936 + - uid: 16096 components: - type: Transform - pos: -23.5,-11.5 + pos: -4.5,21.5 parent: 60 - type: EntityStorage air: @@ -120918,10 +121124,10 @@ entities: - 0 - 0 - 0 - - uid: 5971 + - uid: 17035 components: - type: Transform - pos: -29.5,-7.5 + pos: -10.5,24.5 parent: 60 - type: EntityStorage air: @@ -120949,10 +121155,10 @@ entities: - 0 - 0 - 0 - - uid: 6136 + - uid: 19149 components: - type: Transform - pos: -29.5,-11.5 + pos: 20.5,16.5 parent: 60 - type: EntityStorage air: @@ -120980,20 +121186,49 @@ entities: - 0 - 0 - 0 - - uid: 6869 + - uid: 24739 components: - type: Transform - pos: -49.5,-31.5 + pos: -14.5,32.5 parent: 60 - - uid: 7304 +- proto: LockerEngineerFilledHardsuit + entities: + - uid: 6543 components: - type: Transform - pos: -49.5,-30.5 + pos: -4.5,13.5 parent: 60 - - uid: 13610 + - uid: 6912 components: - type: Transform - pos: -8.5,-17.5 + pos: -4.5,16.5 + parent: 60 + - uid: 6913 + components: + - type: Transform + pos: -4.5,18.5 + parent: 60 + - uid: 6914 + components: + - type: Transform + pos: -4.5,19.5 + parent: 60 + - uid: 12190 + components: + - type: Transform + pos: -4.5,14.5 + parent: 60 + - uid: 13799 + components: + - type: Transform + pos: -4.5,15.5 + parent: 60 +- proto: LockerEvidence + entities: + - uid: 4679 + components: + - type: Transform + pos: -5.5,-45.5 parent: 60 - type: EntityStorage air: @@ -121021,10 +121256,20 @@ entities: - 0 - 0 - 0 - - uid: 13622 + - uid: 6869 components: - type: Transform - pos: -7.5,-17.5 + pos: -49.5,-31.5 + parent: 60 + - uid: 7304 + components: + - type: Transform + pos: -49.5,-30.5 + parent: 60 + - uid: 13610 + components: + - type: Transform + pos: -8.5,-17.5 parent: 60 - type: EntityStorage air: @@ -121052,10 +121297,10 @@ entities: - 0 - 0 - 0 - - uid: 24157 + - uid: 13622 components: - type: Transform - pos: -23.5,-12.5 + pos: -7.5,-17.5 parent: 60 - type: EntityStorage air: @@ -121083,6 +121328,11 @@ entities: - 0 - 0 - 0 + - uid: 27794 + components: + - type: Transform + pos: -23.5,-3.5 + parent: 60 - proto: LockerFreezer entities: - uid: 2623 @@ -121336,6 +121586,55 @@ entities: - type: Transform pos: 49.5,-16.5 parent: 60 +- proto: LockerPrisoner + entities: + - uid: 1633 + components: + - type: Transform + pos: -28.5,-20.5 + parent: 60 +- proto: LockerPrisoner2 + entities: + - uid: 1620 + components: + - type: Transform + pos: -27.5,-20.5 + parent: 60 +- proto: LockerPrisoner3 + entities: + - uid: 1881 + components: + - type: Transform + pos: -26.5,-20.5 + parent: 60 +- proto: LockerPrisoner4 + entities: + - uid: 1892 + components: + - type: Transform + pos: -25.5,-20.5 + parent: 60 +- proto: LockerPrisoner5 + entities: + - uid: 1893 + components: + - type: Transform + pos: -24.5,-20.5 + parent: 60 +- proto: LockerPrisoner6 + entities: + - uid: 1901 + components: + - type: Transform + pos: -23.5,-20.5 + parent: 60 +- proto: LockerPrisoner7 + entities: + - uid: 1902 + components: + - type: Transform + pos: -26.5,-17.5 + parent: 60 - proto: LockerQuarterMasterFilled entities: - uid: 6038 @@ -121475,120 +121774,10 @@ entities: - 0 - 0 - 0 - - uid: 9574 - components: - - type: Transform - pos: -56.5,10.5 - parent: 60 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.6495836 - - 6.2055764 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 16539 - components: - - type: Transform - pos: -43.5,-10.5 - parent: 60 -- proto: LockerSecurityFilled - entities: - - uid: 191 - components: - - type: Transform - pos: -34.5,-17.5 - parent: 60 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.6495836 - - 6.2055764 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 1640 - components: - - type: Transform - pos: -34.5,-16.5 - parent: 60 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.6495836 - - 6.2055764 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 1870 - components: - - type: Transform - pos: -30.5,2.5 - parent: 60 - - uid: 5661 - components: - - type: Transform - pos: -31.5,2.5 - parent: 60 - - uid: 7041 + - uid: 9574 components: - type: Transform - pos: -34.5,-18.5 + pos: -56.5,10.5 parent: 60 - type: EntityStorage air: @@ -121616,10 +121805,47 @@ entities: - 0 - 0 - 0 - - uid: 10368 + - uid: 16539 components: - type: Transform - pos: -34.5,-19.5 + pos: -43.5,-10.5 + parent: 60 +- proto: LockerSecurityFilled + entities: + - uid: 22 + components: + - type: Transform + pos: -18.5,-6.5 + parent: 60 + - uid: 67 + components: + - type: Transform + pos: -18.5,-7.5 + parent: 60 + - uid: 841 + components: + - type: Transform + pos: -18.5,-9.5 + parent: 60 + - uid: 1462 + components: + - type: Transform + pos: -18.5,-5.5 + parent: 60 + - uid: 1846 + components: + - type: Transform + pos: -18.5,-8.5 + parent: 60 + - uid: 1870 + components: + - type: Transform + pos: -30.5,2.5 + parent: 60 + - uid: 5661 + components: + - type: Transform + pos: -31.5,2.5 parent: 60 - proto: LockerWallMedicalFilled entities: @@ -121633,12 +121859,12 @@ entities: - type: Transform pos: 29.5,-18.5 parent: 60 -- proto: LockerWardenFilledHardsuit +- proto: LockerWardenFilled entities: - - uid: 6546 + - uid: 1823 components: - type: Transform - pos: -25.5,-7.5 + pos: -34.5,-6.5 parent: 60 - proto: LockerWeldingSuppliesFilled entities: @@ -122301,11 +122527,21 @@ entities: - type: Transform pos: -2.5,-31.5 parent: 60 + - uid: 18724 + components: + - type: Transform + pos: -53.5,-11.5 + parent: 60 - uid: 18742 components: - type: Transform pos: 4.5,-48.5 parent: 60 + - uid: 19130 + components: + - type: Transform + pos: -55.5,-11.5 + parent: 60 - uid: 19478 components: - type: Transform @@ -122371,16 +122607,6 @@ entities: - type: Transform pos: 28.5,21.5 parent: 60 - - uid: 27170 - components: - - type: Transform - pos: -44.5,-13.5 - parent: 60 - - uid: 27388 - components: - - type: Transform - pos: -45.5,-13.5 - parent: 60 - uid: 27396 components: - type: Transform @@ -122603,8 +122829,11 @@ entities: - uid: 5568 components: - type: Transform - pos: -19.576832,-4.61416 + pos: -24.42241,-7.2447305 parent: 60 + - type: Physics + angularDamping: 0 + linearDamping: 0 - uid: 5914 components: - type: Transform @@ -122877,11 +123106,6 @@ entities: - 0 - 0 - 0 - - uid: 315 - components: - - type: Transform - pos: -18.5,-2.5 - parent: 60 - uid: 319 components: - type: Transform @@ -122946,6 +123170,11 @@ entities: - 0 - 0 - 0 + - uid: 1555 + components: + - type: Transform + pos: -23.5,-7.5 + parent: 60 - uid: 9166 components: - type: Transform @@ -123330,8 +123559,10 @@ entities: - uid: 18574 components: - type: Transform - pos: -2.2235055,3.5264177 + pos: -0.7590366,3.6062305 parent: 60 + - type: NetworkConfigurator + linkModeActive: False - type: Physics angularDamping: 0 linearDamping: 0 @@ -123468,6 +123699,11 @@ entities: parent: 60 - proto: NoticeBoard entities: + - uid: 552 + components: + - type: Transform + pos: -18.5,-17.5 + parent: 60 - uid: 7740 components: - type: Transform @@ -124085,6 +124321,20 @@ entities: - type: Transform pos: 22.482185,-34.511616 parent: 60 +- proto: PaperBin + entities: + - uid: 1836 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-14.5 + parent: 60 + - uid: 1967 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-13.5 + parent: 60 - proto: PaperBin10 entities: - uid: 8704 @@ -124207,6 +124457,22 @@ entities: rot: -1.5707963267948966 rad pos: 67.7747,-21.610075 parent: 60 +- proto: PaperStickyNoteStackFilled + entities: + - uid: 2119 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.395348,-3.3484948 + parent: 60 + - uid: 13763 + components: + - type: Transform + pos: 7.6413956,-29.697142 + parent: 60 + - type: Physics + angularDamping: 0 + linearDamping: 0 - proto: ParchisBoard entities: - uid: 17892 @@ -124475,6 +124741,13 @@ entities: - type: Transform pos: -68.308075,-28.439987 parent: 60 +- proto: PlantBag + entities: + - uid: 1934 + components: + - type: Transform + pos: -34.656963,-16.254946 + parent: 60 - proto: PlantBGoneSpray entities: - uid: 936 @@ -124940,6 +125213,14 @@ entities: - type: Transform pos: 24.5,-39.5 parent: 60 +- proto: PosterContrabandDonutCorp + entities: + - uid: 2791 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-3.5 + parent: 60 - proto: PosterContrabandEAT entities: - uid: 3586 @@ -124973,6 +125254,14 @@ entities: - type: Transform pos: -34.5,-35.5 parent: 60 +- proto: PosterContrabandFunPolice + entities: + - uid: 27818 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-6.5 + parent: 60 - proto: PosterContrabandGreyTide entities: - uid: 623 @@ -125039,6 +125328,20 @@ entities: - type: Transform pos: -35.5,-43.5 parent: 60 + - uid: 27820 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,-7.5 + parent: 60 +- proto: PosterContrabandMissingSpacepen + entities: + - uid: 27817 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,-6.5 + parent: 60 - proto: PosterContrabandNuclearDeviceInformational entities: - uid: 18449 @@ -125133,15 +125436,16 @@ entities: parent: 60 - proto: PosterContrabandUnreadableAnnouncement entities: - - uid: 1548 + - uid: 5663 components: - type: Transform - pos: -33.512638,-14.264637 + pos: 35.5,-9.5 parent: 60 - - uid: 5663 + - uid: 27822 components: - type: Transform - pos: 35.5,-9.5 + rot: 1.5707963267948966 rad + pos: -24.5,-13.5 parent: 60 - proto: PosterContrabandVoteWeh entities: @@ -125312,6 +125616,14 @@ entities: - type: Transform pos: -33.5,20.5 parent: 60 +- proto: PosterLegitHereForYourSafety + entities: + - uid: 27819 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-17.5 + parent: 60 - proto: PosterLegitHighClassMartini entities: - uid: 13580 @@ -125450,6 +125762,14 @@ entities: - type: Transform pos: -11.5,13.5 parent: 60 +- proto: PosterLegitObey + entities: + - uid: 27821 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,-1.5 + parent: 60 - proto: PosterLegitPDAAd entities: - uid: 6776 @@ -125483,6 +125803,12 @@ entities: - type: Transform pos: -29.5,-21.5 parent: 60 + - uid: 4223 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-11.5 + parent: 60 - uid: 4697 components: - type: Transform @@ -125608,15 +125934,15 @@ entities: - type: Transform pos: 14.5,-18.5 parent: 60 - - uid: 13584 + - uid: 1487 components: - type: Transform - pos: -21.5,3.5 + pos: -21.5,-3.5 parent: 60 - - uid: 24184 + - uid: 13584 components: - type: Transform - pos: -33.5,-1.5 + pos: -21.5,3.5 parent: 60 - proto: PosterLegitTheOwl entities: @@ -125804,11 +126130,21 @@ entities: parent: 60 - proto: PottedPlant22 entities: + - uid: 10 + components: + - type: Transform + pos: -18.5,-16.5 + parent: 60 - uid: 295 components: - type: Transform pos: -32.5,26.5 parent: 60 + - uid: 1504 + components: + - type: Transform + pos: -24.5,-16.5 + parent: 60 - uid: 2682 components: - type: Transform @@ -125871,22 +126207,6 @@ entities: - type: Transform pos: -1.5,21.5 parent: 60 - - uid: 24102 - components: - - type: Transform - pos: -30.486118,-20.71535 - parent: 60 - - uid: 24143 - components: - - type: Transform - pos: -5.5057654,-15.736094 - parent: 60 - - type: ContainerContainer - containers: - stash: !type:ContainerSlot - showEnts: False - occludes: True - ent: 24144 - proto: PottedPlant30 entities: - uid: 25465 @@ -125981,14 +126301,6 @@ entities: - type: Transform pos: -17.5,2.5 parent: 60 - - uid: 1638 - components: - - type: Transform - pos: -26.5,-18.5 - parent: 60 - - type: ContainerContainer - containers: - stash: !type:ContainerSlot {} - uid: 2774 components: - type: Transform @@ -126250,6 +126562,13 @@ entities: - type: Transform pos: 65.5,-33.5 parent: 60 +- proto: PowerCellMedium + entities: + - uid: 8484 + components: + - type: Transform + pos: -24.10105,-18.441614 + parent: 60 - proto: PowerCellRecharger entities: - uid: 138 @@ -126262,6 +126581,12 @@ entities: - type: Transform pos: 0.5,20.5 parent: 60 + - uid: 1467 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,-3.5 + parent: 60 - uid: 1534 components: - type: Transform @@ -126299,10 +126624,10 @@ entities: - type: Transform pos: -15.5,26.5 parent: 60 - - uid: 8233 + - uid: 8483 components: - type: Transform - pos: -28.5,-20.5 + pos: -23.5,-18.5 parent: 60 - uid: 9537 components: @@ -126393,6 +126718,13 @@ entities: - type: Transform pos: -40.465534,4.7516193 parent: 60 +- proto: PoweredDimSmallLight + entities: + - uid: 2011 + components: + - type: Transform + pos: -33.5,-2.5 + parent: 60 - proto: Poweredlight entities: - uid: 96 @@ -126439,6 +126771,29 @@ entities: parent: 60 - type: ApcPowerReceiver powerLoad: 0 + - uid: 315 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,-8.5 + parent: 60 + - uid: 357 + components: + - type: Transform + pos: -21.5,-18.5 + parent: 60 + - uid: 493 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,-5.5 + parent: 60 + - uid: 564 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-19.5 + parent: 60 - uid: 663 components: - type: Transform @@ -126453,6 +126808,11 @@ entities: parent: 60 - type: ApcPowerReceiver powerLoad: 0 + - uid: 721 + components: + - type: Transform + pos: -18.5,-18.5 + parent: 60 - uid: 1209 components: - type: Transform @@ -126484,27 +126844,24 @@ entities: parent: 60 - type: ApcPowerReceiver powerLoad: 0 - - uid: 1529 + - uid: 1472 components: - type: Transform - pos: -33.5,-15.5 + rot: -1.5707963267948966 rad + pos: -27.5,-10.5 parent: 60 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1536 + - uid: 1528 components: - type: Transform - pos: -25.5,-7.5 + rot: 3.141592653589793 rad + pos: -21.5,-20.5 parent: 60 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1537 + - uid: 1541 components: - type: Transform - pos: -27.5,-7.5 + rot: 1.5707963267948966 rad + pos: -34.5,-15.5 parent: 60 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 1549 components: - type: Transform @@ -126513,6 +126870,62 @@ entities: parent: 60 - type: ApcPowerReceiver powerLoad: 0 + - uid: 1552 + components: + - type: Transform + pos: -19.5,-3.5 + parent: 60 + - uid: 1553 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,-18.5 + parent: 60 + - uid: 1573 + components: + - type: Transform + pos: -24.5,-2.5 + parent: 60 + - uid: 1586 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-9.5 + parent: 60 + - uid: 1587 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-11.5 + parent: 60 + - uid: 1597 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-7.5 + parent: 60 + - uid: 1600 + components: + - type: Transform + pos: -22.5,-11.5 + parent: 60 + - uid: 1642 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,-11.5 + parent: 60 + - uid: 1644 + components: + - type: Transform + pos: -24.5,-14.5 + parent: 60 + - uid: 1658 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-7.5 + parent: 60 - uid: 1663 components: - type: Transform @@ -126520,6 +126933,17 @@ entities: parent: 60 - type: ApcPowerReceiver powerLoad: 0 + - uid: 1739 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-13.5 + parent: 60 + - uid: 1805 + components: + - type: Transform + pos: -46.5,-14.5 + parent: 60 - uid: 1831 components: - type: Transform @@ -126533,13 +126957,6 @@ entities: rot: 1.5707963267948966 rad pos: -34.5,0.5 parent: 60 - - uid: 1881 - components: - - type: Transform - pos: -19.5,-15.5 - parent: 60 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 1978 components: - type: Transform @@ -126569,14 +126986,6 @@ entities: rot: -1.5707963267948966 rad pos: -6.5,15.5 parent: 60 - - uid: 2115 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,-5.5 - parent: 60 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 2117 components: - type: Transform @@ -126585,30 +126994,6 @@ entities: parent: 60 - type: ApcPowerReceiver powerLoad: 0 - - uid: 2118 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-5.5 - parent: 60 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2120 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-14.5 - parent: 60 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2121 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,-14.5 - parent: 60 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 2141 components: - type: Transform @@ -126780,6 +127165,11 @@ entities: parent: 60 - type: ApcPowerReceiver powerLoad: 0 + - uid: 4233 + components: + - type: Transform + pos: -18.5,-11.5 + parent: 60 - uid: 4283 components: - type: Transform @@ -126883,6 +127273,22 @@ entities: parent: 60 - type: ApcPowerReceiver powerLoad: 0 + - uid: 5219 + components: + - type: Transform + pos: -33.5,-5.5 + parent: 60 + - uid: 5235 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-15.5 + parent: 60 + - uid: 5436 + components: + - type: Transform + pos: -40.5,-14.5 + parent: 60 - uid: 5610 components: - type: Transform @@ -126991,6 +127397,12 @@ entities: parent: 60 - type: ApcPowerReceiver powerLoad: 0 + - uid: 5936 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-15.5 + parent: 60 - uid: 6042 components: - type: Transform @@ -127123,6 +127535,12 @@ entities: rot: 1.5707963267948966 rad pos: 47.5,-13.5 parent: 60 + - uid: 7811 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,-18.5 + parent: 60 - uid: 8041 components: - type: Transform @@ -127157,11 +127575,6 @@ entities: parent: 60 - type: ApcPowerReceiver powerLoad: 0 - - uid: 8390 - components: - - type: Transform - pos: -40.5,-15.5 - parent: 60 - uid: 8400 components: - type: Transform @@ -127521,14 +127934,6 @@ entities: parent: 60 - type: ApcPowerReceiver powerLoad: 0 - - uid: 11128 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-20.5 - parent: 60 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 11865 components: - type: Transform @@ -128282,10 +128687,23 @@ entities: parent: 60 - type: ApcPowerReceiver powerLoad: 0 + - uid: 21158 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,-12.5 + parent: 60 + - uid: 21381 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,-16.5 + parent: 60 - uid: 21703 components: - type: Transform - pos: -46.5,-15.5 + rot: 3.141592653589793 rad + pos: -24.5,-16.5 parent: 60 - uid: 23116 components: @@ -128488,14 +128906,6 @@ entities: parent: 60 - type: ApcPowerReceiver powerLoad: 0 - - uid: 24183 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-5.5 - parent: 60 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 24234 components: - type: Transform @@ -128908,42 +129318,6 @@ entities: parent: 60 - type: ApcPowerReceiver powerLoad: 0 - - uid: 2091 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,-3.5 - parent: 60 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2094 - components: - - type: Transform - pos: -19.5,-12.5 - parent: 60 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2095 - components: - - type: Transform - pos: -19.5,-9.5 - parent: 60 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2096 - components: - - type: Transform - pos: -33.5,-6.5 - parent: 60 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2097 - components: - - type: Transform - pos: -33.5,-9.5 - parent: 60 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 2182 components: - type: Transform @@ -129041,12 +129415,6 @@ entities: parent: 60 - type: ApcPowerReceiver powerLoad: 0 - - uid: 4293 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,-16.5 - parent: 60 - uid: 4294 components: - type: Transform @@ -129114,13 +129482,6 @@ entities: parent: 60 - type: ApcPowerReceiver powerLoad: 0 - - uid: 4554 - components: - - type: Transform - pos: -33.5,-12.5 - parent: 60 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 4572 components: - type: Transform @@ -130199,12 +130560,29 @@ entities: rot: 1.5707963267948966 rad pos: -72.5,-24.5 parent: 60 + - uid: 27388 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,-16.5 + parent: 60 - uid: 27427 components: - type: Transform rot: -1.5707963267948966 rad pos: -25.5,-45.5 parent: 60 + - uid: 27733 + components: + - type: Transform + pos: -49.5,-18.5 + parent: 60 + - uid: 27796 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,-3.5 + parent: 60 - proto: PoweredSmallLightEmpty entities: - uid: 6450 @@ -131543,29 +131921,11 @@ entities: rot: 1.5707963267948966 rad pos: 64.5,-26.5 parent: 60 - - uid: 3976 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-51.5 - parent: 60 - - uid: 4007 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-50.5 - parent: 60 - uid: 4052 components: - type: Transform pos: -8.5,-49.5 parent: 60 - - uid: 4095 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-50.5 - parent: 60 - uid: 4102 components: - type: Transform @@ -131586,12 +131946,6 @@ entities: - type: Transform pos: -23.5,-48.5 parent: 60 - - uid: 11480 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-49.5 - parent: 60 - proto: RandomChairSpawner50 entities: - uid: 1810 @@ -132128,6 +132482,16 @@ entities: - type: Transform pos: 47.5,0.5 parent: 60 + - uid: 2002 + components: + - type: Transform + pos: -33.5,-11.5 + parent: 60 + - uid: 2007 + components: + - type: Transform + pos: -31.5,-18.5 + parent: 60 - uid: 2162 components: - type: Transform @@ -132370,11 +132734,6 @@ entities: - type: Transform pos: -61.5,13.5 parent: 60 - - uid: 18724 - components: - - type: Transform - pos: -43.5,-13.5 - parent: 60 - uid: 19512 components: - type: Transform @@ -133170,41 +133529,16 @@ entities: parent: 60 - proto: ReinforcedWindow entities: - - uid: 8 - components: - - type: Transform - pos: -26.5,-17.5 - parent: 60 - - uid: 10 - components: - - type: Transform - pos: -28.5,-8.5 - parent: 60 - - uid: 22 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,-10.5 - parent: 60 - - uid: 25 - components: - - type: Transform - pos: -32.5,-7.5 - parent: 60 - - uid: 57 - components: - - type: Transform - pos: -21.5,-16.5 - parent: 60 - - uid: 76 + - uid: 24 components: - type: Transform - pos: -23.5,-8.5 + pos: -29.5,-14.5 parent: 60 - uid: 97 components: - type: Transform - pos: -28.5,-7.5 + rot: 3.141592653589793 rad + pos: -34.5,-9.5 parent: 60 - uid: 99 components: @@ -133214,70 +133548,31 @@ entities: - uid: 105 components: - type: Transform - pos: -17.5,-12.5 - parent: 60 - - uid: 115 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,-12.5 - parent: 60 - - uid: 124 - components: - - type: Transform - pos: -23.5,-10.5 - parent: 60 - - uid: 130 - components: - - type: Transform - pos: -32.5,-10.5 + rot: 3.141592653589793 rad + pos: -33.5,-9.5 parent: 60 - - uid: 149 + - uid: 116 components: - type: Transform rot: 1.5707963267948966 rad - pos: -24.5,-12.5 - parent: 60 - - uid: 156 - components: - - type: Transform - pos: -28.5,-11.5 - parent: 60 - - uid: 157 - components: - - type: Transform - pos: -29.5,-17.5 - parent: 60 - - uid: 182 - components: - - type: Transform - pos: -17.5,-13.5 - parent: 60 - - uid: 210 - components: - - type: Transform - pos: -24.5,-11.5 - parent: 60 - - uid: 231 - components: - - type: Transform - pos: -20.5,-10.5 + pos: -35.5,-12.5 parent: 60 - uid: 259 components: - type: Transform pos: 55.5,27.5 parent: 60 - - uid: 269 + - uid: 270 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-12.5 + rot: -1.5707963267948966 rad + pos: -25.5,-6.5 parent: 60 - - uid: 313 + - uid: 309 components: - type: Transform - pos: -29.5,-10.5 + rot: -1.5707963267948966 rad + pos: -24.5,-6.5 parent: 60 - uid: 329 components: @@ -133289,16 +133584,6 @@ entities: - type: Transform pos: 47.5,27.5 parent: 60 - - uid: 356 - components: - - type: Transform - pos: -20.5,-13.5 - parent: 60 - - uid: 357 - components: - - type: Transform - pos: -32.5,-13.5 - parent: 60 - uid: 385 components: - type: Transform @@ -133369,11 +133654,6 @@ entities: - type: Transform pos: 20.5,1.5 parent: 60 - - uid: 493 - components: - - type: Transform - pos: -24.5,-8.5 - parent: 60 - uid: 501 components: - type: Transform @@ -133404,11 +133684,6 @@ entities: - type: Transform pos: -13.5,-14.5 parent: 60 - - uid: 549 - components: - - type: Transform - pos: -13.5,-13.5 - parent: 60 - uid: 556 components: - type: Transform @@ -133424,11 +133699,6 @@ entities: - type: Transform pos: -13.5,-5.5 parent: 60 - - uid: 562 - components: - - type: Transform - pos: -17.5,-10.5 - parent: 60 - uid: 563 components: - type: Transform @@ -133524,15 +133794,11 @@ entities: - type: Transform pos: 13.5,-13.5 parent: 60 - - uid: 840 - components: - - type: Transform - pos: -20.5,-7.5 - parent: 60 - - uid: 845 + - uid: 843 components: - type: Transform - pos: -29.5,-8.5 + rot: 1.5707963267948966 rad + pos: -23.5,-6.5 parent: 60 - uid: 1192 components: @@ -133569,22 +133835,11 @@ entities: - type: Transform pos: 2.5,-36.5 parent: 60 - - uid: 1469 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,-12.5 - parent: 60 - - uid: 1476 + - uid: 1464 components: - type: Transform rot: 1.5707963267948966 rad - pos: -28.5,-10.5 - parent: 60 - - uid: 1587 - components: - - type: Transform - pos: -35.5,-13.5 + pos: -31.5,-9.5 parent: 60 - uid: 1628 components: @@ -133592,70 +133847,66 @@ entities: rot: 1.5707963267948966 rad pos: -75.5,-20.5 parent: 60 - - uid: 1676 + - uid: 1650 components: - type: Transform - pos: -23.5,-25.5 + rot: -1.5707963267948966 rad + pos: -13.5,-13.5 parent: 60 - - uid: 1684 + - uid: 1676 components: - type: Transform - pos: -27.5,-21.5 + pos: -23.5,-25.5 parent: 60 - uid: 1688 components: - type: Transform pos: 63.5,-9.5 parent: 60 - - uid: 1706 - components: - - type: Transform - pos: -33.5,-21.5 - parent: 60 - - uid: 1744 - components: - - type: Transform - pos: -17.5,-6.5 - parent: 60 - - uid: 1745 + - uid: 1702 components: - type: Transform - pos: -17.5,-7.5 + rot: 1.5707963267948966 rad + pos: -35.5,-13.5 parent: 60 - - uid: 1765 + - uid: 1706 components: - type: Transform - pos: -35.5,-9.5 + pos: -33.5,-21.5 parent: 60 - - uid: 1805 + - uid: 1830 components: - type: Transform - pos: -17.5,-9.5 + pos: -22.5,-1.5 parent: 60 - - uid: 1830 + - uid: 1852 components: - type: Transform - pos: -22.5,-1.5 + rot: 3.141592653589793 rad + pos: -32.5,-9.5 parent: 60 - - uid: 1853 + - uid: 1862 components: - type: Transform - pos: -35.5,-7.5 + rot: 1.5707963267948966 rad + pos: -29.5,-12.5 parent: 60 - - uid: 1854 + - uid: 1903 components: - type: Transform - pos: -35.5,-6.5 + rot: 1.5707963267948966 rad + pos: -29.5,-13.5 parent: 60 - - uid: 1856 + - uid: 1908 components: - type: Transform - pos: -35.5,-10.5 + rot: 1.5707963267948966 rad + pos: -35.5,-14.5 parent: 60 - - uid: 1859 + - uid: 1925 components: - type: Transform - pos: -35.5,-12.5 + pos: -32.5,-21.5 parent: 60 - uid: 2063 components: @@ -133921,11 +134172,6 @@ entities: - type: Transform pos: 65.5,-34.5 parent: 60 - - uid: 3773 - components: - - type: Transform - pos: -25.5,-21.5 - parent: 60 - uid: 3796 components: - type: Transform @@ -134015,11 +134261,6 @@ entities: - type: Transform pos: 29.5,-56.5 parent: 60 - - uid: 4080 - components: - - type: Transform - pos: -21.5,-19.5 - parent: 60 - uid: 4088 components: - type: Transform @@ -134520,11 +134761,6 @@ entities: rot: 3.141592653589793 rad pos: -19.5,14.5 parent: 60 - - uid: 5754 - components: - - type: Transform - pos: -23.5,-17.5 - parent: 60 - uid: 5804 components: - type: Transform @@ -134767,12 +135003,6 @@ entities: - type: Transform pos: 45.5,-25.5 parent: 60 - - uid: 7048 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,-15.5 - parent: 60 - uid: 7068 components: - type: Transform @@ -135165,22 +135395,6 @@ entities: - type: Transform pos: -65.5,14.5 parent: 60 - - uid: 7900 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-12.5 - parent: 60 - - uid: 7902 - components: - - type: Transform - pos: -20.5,-17.5 - parent: 60 - - uid: 7903 - components: - - type: Transform - pos: -18.5,-17.5 - parent: 60 - uid: 7976 components: - type: Transform @@ -135376,11 +135590,6 @@ entities: - type: Transform pos: 23.5,-3.5 parent: 60 - - uid: 9011 - components: - - type: Transform - pos: -24.5,-7.5 - parent: 60 - uid: 9231 components: - type: Transform @@ -136550,11 +136759,6 @@ entities: - type: Transform pos: -9.5,-4.5 parent: 60 - - uid: 18215 - components: - - type: Transform - pos: -20.5,-2.5 - parent: 60 - uid: 18413 components: - type: Transform @@ -136701,11 +136905,29 @@ entities: - type: Transform pos: -23.5,60.5 parent: 60 + - uid: 21050 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-12.5 + parent: 60 - uid: 21059 components: - type: Transform pos: 46.5,-10.5 parent: 60 + - uid: 21153 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-13.5 + parent: 60 + - uid: 21154 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-14.5 + parent: 60 - uid: 21155 components: - type: Transform @@ -136850,11 +137072,6 @@ entities: rot: -1.5707963267948966 rad pos: 52.5,-11.5 parent: 60 - - uid: 24084 - components: - - type: Transform - pos: -20.5,-4.5 - parent: 60 - uid: 24330 components: - type: Transform @@ -137549,96 +137766,52 @@ entities: - type: Transform pos: -11.495448,-28.362686 parent: 60 - - uid: 4898 +- proto: RemoteSignallerAdvanced + entities: + - uid: 1857 components: - type: MetaData - name: Cell 5 Shutters + desc: Closes the exterior shutters to the brig. + name: Brig Shutter - type: Transform - pos: -27.257097,-7.6439037 + pos: -33.847458,-5.40701 parent: 60 - type: DeviceLinkSource linkedPorts: - 6733: - - - Pressed - - Toggle - 6206: + 1972: - - Pressed - Toggle - - uid: 10621 - components: - - type: MetaData - name: Cell 4 Shutters - - type: Transform - pos: -27.504074,-7.661018 - parent: 60 - - type: DeviceLinkSource - linkedPorts: - 7045: + 1973: - - Pressed - Toggle - 6796: + 1974: - - Pressed - Toggle - - uid: 10622 - components: - - type: MetaData - name: Medical Cell Shutters - - type: Transform - pos: -27.778229,-7.254768 - parent: 60 - - type: DeviceLinkSource - linkedPorts: - 188: + 1976: - - Pressed - Toggle - 148: + 1975: - - Pressed - Toggle - - uid: 11098 - components: - - type: MetaData - name: Cell 1 Shutters - - type: Transform - pos: -27.516373,-7.2643003 - parent: 60 - - type: DeviceLinkSource - linkedPorts: - 6467: - - - Pressed - - Toggle - 7032: - - - Pressed - - Toggle - - uid: 11555 - components: - - type: MetaData - name: Cell 2 Shutters - - type: Transform - pos: -27.266254,-7.242599 - parent: 60 - - type: DeviceLinkSource - linkedPorts: - 552: - - - Pressed - - Toggle - 8002: - - - Pressed - - Toggle - - uid: 19870 + - type: Physics + angularDamping: 0 + linearDamping: 0 + - uid: 1859 components: - type: MetaData - name: Cell 3 Shutters + desc: Give those criminals a SHOCKING surprise. + name: Electropack Trigger - type: Transform - pos: -27.761703,-7.6384225 + pos: -33.765106,-5.2659445 parent: 60 + - type: Physics + angularDamping: 0 + linearDamping: 0 - type: DeviceLinkSource linkedPorts: - 6746: - - - Pressed - - Toggle - 6203: + 1977: - - Pressed - - Toggle + - Trigger - proto: ResearchAndDevelopmentServer entities: - uid: 8499 @@ -137751,12 +137924,6 @@ entities: parent: 60 - proto: ScalpelShiv entities: - - uid: 24144 - components: - - type: Transform - parent: 24143 - - type: Physics - canCollide: False - uid: 26875 components: - type: Transform @@ -137864,6 +138031,16 @@ entities: - type: Transform pos: 18.5,-39.5 parent: 60 + - uid: 27806 + components: + - type: Transform + pos: -29.5,-16.5 + parent: 60 + - uid: 27810 + components: + - type: Transform + pos: -8.5,-10.5 + parent: 60 - proto: Screwdriver entities: - uid: 9372 @@ -137923,6 +138100,16 @@ entities: - Steel - proto: SeedExtractor entities: + - uid: 267 + components: + - type: Transform + pos: -9.5,-10.5 + parent: 60 + - uid: 1910 + components: + - type: Transform + pos: -34.5,-18.5 + parent: 60 - uid: 2542 components: - type: Transform @@ -137938,11 +138125,6 @@ entities: - type: Transform pos: -55.5,-22.5 parent: 60 - - uid: 13698 - components: - - type: Transform - pos: -9.5,-11.5 - parent: 60 - proto: ServiceComputerComms entities: - uid: 5770 @@ -138368,22 +138550,6 @@ entities: rot: 1.5707963267948966 rad pos: 42.5,-32.5 parent: 60 - - uid: 148 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,-6.5 - parent: 60 - - uid: 188 - components: - - type: Transform - pos: -17.5,-7.5 - parent: 60 - - uid: 552 - components: - - type: Transform - pos: -17.5,-13.5 - parent: 60 - uid: 1022 components: - type: Transform @@ -138424,6 +138590,46 @@ entities: rot: -1.5707963267948966 rad pos: 7.5,-26.5 parent: 60 + - uid: 1968 + components: + - type: Transform + pos: -29.5,-12.5 + parent: 60 + - uid: 1969 + components: + - type: Transform + pos: -29.5,-13.5 + parent: 60 + - uid: 1970 + components: + - type: Transform + pos: -29.5,-14.5 + parent: 60 + - uid: 1972 + components: + - type: Transform + pos: -35.5,-12.5 + parent: 60 + - uid: 1973 + components: + - type: Transform + pos: -35.5,-13.5 + parent: 60 + - uid: 1974 + components: + - type: Transform + pos: -35.5,-14.5 + parent: 60 + - uid: 1975 + components: + - type: Transform + pos: -33.5,-21.5 + parent: 60 + - uid: 1976 + components: + - type: Transform + pos: -32.5,-21.5 + parent: 60 - uid: 2250 components: - type: Transform @@ -138517,22 +138723,6 @@ entities: rot: 1.5707963267948966 rad pos: -40.5,-6.5 parent: 60 - - uid: 6203 - components: - - type: Transform - pos: -35.5,-7.5 - parent: 60 - - uid: 6206 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,-12.5 - parent: 60 - - uid: 6467 - components: - - type: Transform - pos: -17.5,-10.5 - parent: 60 - uid: 6522 components: - type: Transform @@ -138551,17 +138741,6 @@ entities: rot: -1.5707963267948966 rad pos: 7.5,18.5 parent: 60 - - uid: 6733 - components: - - type: Transform - pos: -35.5,-13.5 - parent: 60 - - uid: 6746 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,-6.5 - parent: 60 - uid: 6772 components: - type: Transform @@ -138586,29 +138765,12 @@ entities: rot: -1.5707963267948966 rad pos: 22.5,-34.5 parent: 60 - - uid: 6796 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,-9.5 - parent: 60 - uid: 6813 components: - type: Transform rot: 1.5707963267948966 rad pos: 15.5,-34.5 parent: 60 - - uid: 7032 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,-9.5 - parent: 60 - - uid: 7045 - components: - - type: Transform - pos: -35.5,-10.5 - parent: 60 - uid: 7131 components: - type: Transform @@ -138626,12 +138788,6 @@ entities: - type: Transform pos: 39.5,-15.5 parent: 60 - - uid: 8002 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,-12.5 - parent: 60 - uid: 8381 components: - type: Transform @@ -138642,6 +138798,26 @@ entities: - type: Transform pos: -12.5,-52.5 parent: 60 + - uid: 8475 + components: + - type: Transform + pos: -32.5,-9.5 + parent: 60 + - uid: 8476 + components: + - type: Transform + pos: -31.5,-9.5 + parent: 60 + - uid: 8480 + components: + - type: Transform + pos: -33.5,-9.5 + parent: 60 + - uid: 8481 + components: + - type: Transform + pos: -34.5,-9.5 + parent: 60 - uid: 12303 components: - type: Transform @@ -138709,11 +138885,6 @@ entities: rot: -1.5707963267948966 rad pos: -9.5,-3.5 parent: 60 - - uid: 19155 - components: - - type: Transform - pos: -33.5,-21.5 - parent: 60 - uid: 21334 components: - type: Transform @@ -139442,6 +139613,20 @@ entities: 27780: - - Pressed - Trigger + - uid: 27795 + components: + - type: MetaData + desc: For when the bad cop in you comes out. + name: light switch + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,-2.5 + parent: 60 + - type: DeviceLinkSource + linkedPorts: + 27796: + - - Pressed + - Toggle - proto: SignalButtonDirectional entities: - uid: 1240 @@ -139943,17 +140128,6 @@ entities: 16542: - - Pressed - Toggle - - uid: 19130 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,-20.5 - parent: 60 - - type: DeviceLinkSource - linkedPorts: - 19155: - - - Pressed - - Toggle - uid: 19170 components: - type: Transform @@ -140046,19 +140220,6 @@ entities: 24333: - - Pressed - Toggle - - uid: 24336 - components: - - type: MetaData - name: Janitorial Service Button - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-14.5 - parent: 60 - - type: DeviceLinkSource - linkedPorts: - 24335: - - - Pressed - - Toggle - uid: 24347 components: - type: MetaData @@ -141181,10 +141342,10 @@ entities: parent: 60 - proto: SignInterrogation entities: - - uid: 1639 + - uid: 3198 components: - type: Transform - pos: -31.5,-5.5 + pos: -31.5,-2.5 parent: 60 - proto: SignJanitor entities: @@ -141320,10 +141481,10 @@ entities: parent: 60 - proto: SignPrison entities: - - uid: 1699 + - uid: 4231 components: - type: Transform - pos: -27.5,-6.5 + pos: -26.5,-16.5 parent: 60 - uid: 13670 components: @@ -141413,11 +141574,6 @@ entities: - type: Transform pos: -56.5,25.5 parent: 60 - - uid: 24156 - components: - - type: Transform - pos: -33.5,-11.5 - parent: 60 - proto: SignRedFour entities: - uid: 13856 @@ -141426,18 +141582,6 @@ entities: rot: -1.5707963267948966 rad pos: -44.5,21.5 parent: 60 - - uid: 24155 - components: - - type: Transform - pos: -33.5,-8.5 - parent: 60 -- proto: SignRedOne - entities: - - uid: 24152 - components: - - type: Transform - pos: -19.5,-8.5 - parent: 60 - proto: SignRedSix entities: - uid: 7111 @@ -141452,11 +141596,6 @@ entities: - type: Transform pos: -44.5,25.5 parent: 60 - - uid: 24154 - components: - - type: Transform - pos: -33.5,-5.5 - parent: 60 - proto: SignRedTwo entities: - uid: 8156 @@ -141464,11 +141603,6 @@ entities: - type: Transform pos: -34.5,22.5 parent: 60 - - uid: 24153 - components: - - type: Transform - pos: -19.5,-11.5 - parent: 60 - proto: SignRND entities: - uid: 7085 @@ -141502,11 +141636,6 @@ entities: - type: Transform pos: -40.5,-1.5 parent: 60 - - uid: 11945 - components: - - type: Transform - pos: -22.5,-17.5 - parent: 60 - uid: 14664 components: - type: Transform @@ -141576,13 +141705,6 @@ entities: - type: Transform pos: -55.5,32.5 parent: 60 -- proto: SignSecureSmallRed - entities: - - uid: 9150 - components: - - type: Transform - pos: -31.5,-14.5 - parent: 60 - proto: SignSecurity entities: - uid: 10089 @@ -141852,6 +141974,18 @@ entities: rot: 1.5707963267948966 rad pos: 9.5,4.5 parent: 60 + - uid: 1858 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,-8.5 + parent: 60 + - uid: 1913 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,-18.5 + parent: 60 - uid: 4597 components: - type: Transform @@ -144236,10 +144370,10 @@ entities: parent: 60 - proto: SpawnMobMcGriff entities: - - uid: 4710 + - uid: 115 components: - type: Transform - pos: -27.5,-9.5 + pos: -34.5,-7.5 parent: 60 - proto: SpawnMobMonkeyPunpun entities: @@ -144567,15 +144701,20 @@ entities: parent: 60 - proto: SpawnPointLawyer entities: - - uid: 4271 + - uid: 3773 components: - type: Transform - pos: -49.5,-16.5 + pos: -48.5,-23.5 parent: 60 - - uid: 6881 + - uid: 4242 components: - type: Transform - pos: -49.5,-20.5 + pos: -48.5,-20.5 + parent: 60 + - uid: 4333 + components: + - type: Transform + pos: -50.5,-20.5 parent: 60 - proto: SpawnPointLibrarian entities: @@ -144665,6 +144804,11 @@ entities: parent: 60 - proto: SpawnPointPassenger entities: + - uid: 57 + components: + - type: Transform + pos: -15.5,-23.5 + parent: 60 - uid: 6329 components: - type: Transform @@ -144720,11 +144864,6 @@ entities: - type: Transform pos: 22.5,-18.5 parent: 60 - - uid: 27733 - components: - - type: Transform - pos: -19.5,-20.5 - parent: 60 - uid: 27734 components: - type: Transform @@ -144775,6 +144914,11 @@ entities: - type: Transform pos: 39.5,9.5 parent: 60 + - uid: 27809 + components: + - type: Transform + pos: -19.5,-19.5 + parent: 60 - proto: SpawnPointQuartermaster entities: - uid: 13101 @@ -144893,25 +145037,30 @@ entities: parent: 60 - proto: SpawnPointSecurityOfficer entities: - - uid: 137 + - uid: 188 components: - type: Transform - pos: -33.5,-17.5 + pos: -19.5,-5.5 parent: 60 - - uid: 270 + - uid: 813 components: - type: Transform - pos: -33.5,-18.5 + pos: -19.5,-6.5 parent: 60 - - uid: 7904 + - uid: 1492 components: - type: Transform - pos: -33.5,-19.5 + pos: -19.5,-8.5 parent: 60 - - uid: 7905 + - uid: 1623 components: - type: Transform - pos: -33.5,-16.5 + pos: -19.5,-7.5 + parent: 60 + - uid: 1812 + components: + - type: Transform + pos: -19.5,-9.5 parent: 60 - proto: SpawnPointServiceWorker entities: @@ -144971,10 +145120,10 @@ entities: parent: 60 - proto: SpawnPointWarden entities: - - uid: 1461 + - uid: 88 components: - type: Transform - pos: -26.5,-9.5 + pos: -33.5,-7.5 parent: 60 - proto: SpawnVendingMachineRestockFoodDrink entities: @@ -145014,6 +145163,19 @@ entities: - type: Transform pos: 21.43571,-26.476645 parent: 60 +- proto: SpoonPlastic + entities: + - uid: 1940 + components: + - type: Transform + pos: -33.776867,-13.488376 + parent: 60 + - uid: 2602 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.78936,-14.421839 + parent: 60 - proto: SprayBottle entities: - uid: 4699 @@ -145068,6 +145230,41 @@ entities: - type: Physics angularDamping: 0 linearDamping: 0 +- proto: StairDark + entities: + - uid: 149 + components: + - type: Transform + pos: -18.5,-21.5 + parent: 60 + - uid: 150 + components: + - type: Transform + pos: -19.5,-21.5 + parent: 60 + - uid: 151 + components: + - type: Transform + pos: -20.5,-21.5 + parent: 60 + - uid: 152 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-18.5 + parent: 60 + - uid: 1468 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-20.5 + parent: 60 + - uid: 1585 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-19.5 + parent: 60 - proto: Stairs entities: - uid: 23769 @@ -145162,15 +145359,25 @@ entities: linearDamping: 0 - proto: StationMap entities: - - uid: 7693 + - uid: 1861 components: - type: Transform - pos: 12.5,-21.5 + pos: -35.5,-0.5 parent: 60 - - uid: 18695 + - uid: 1905 components: - type: Transform - pos: -32.5,-21.5 + pos: -35.5,-15.5 + parent: 60 + - uid: 1958 + components: + - type: Transform + pos: -27.5,-21.5 + parent: 60 + - uid: 7693 + components: + - type: Transform + pos: 12.5,-21.5 parent: 60 - uid: 18699 components: @@ -145192,11 +145399,6 @@ entities: - type: Transform pos: -39.5,26.5 parent: 60 - - uid: 23717 - components: - - type: Transform - pos: -35.5,-14.5 - parent: 60 - uid: 23729 components: - type: Transform @@ -145225,12 +145427,42 @@ entities: rot: 1.5707963267948966 rad pos: 14.5,-12.5 parent: 60 + - uid: 837 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-5.5 + parent: 60 - uid: 1544 components: - type: Transform pos: 10.5,5.5 parent: 60 - - uid: 2714 + - uid: 1560 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-9.5 + parent: 60 + - uid: 1601 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-8.5 + parent: 60 + - uid: 1682 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-6.5 + parent: 60 + - uid: 1725 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-7.5 + parent: 60 + - uid: 1835 components: - type: Transform rot: -1.5707963267948966 rad @@ -145351,18 +145583,6 @@ entities: - type: Transform pos: 1.482888,34.64684 parent: 60 - - uid: 24150 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,-20.5 - parent: 60 - - uid: 24151 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,-20.5 - parent: 60 - proto: StoolBar entities: - uid: 2224 @@ -145571,6 +145791,12 @@ entities: - type: Transform pos: -34.412434,3.3669972 parent: 60 + - uid: 2093 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.52566,-6.529211 + parent: 60 - proto: SubstationBasic entities: - uid: 287 @@ -146863,17 +147089,6 @@ entities: - SurveillanceCameraGeneral nameSet: True id: Bungle Zone - - uid: 24290 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,-20.5 - parent: 60 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Court Main Hall - uid: 24293 components: - type: Transform @@ -147037,17 +147252,6 @@ entities: - SurveillanceCameraGeneral nameSet: True id: Main Hall Grav Gen - - uid: 24322 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-22.5 - parent: 60 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Main Hall Detective Office - uid: 24675 components: - type: Transform @@ -147542,17 +147746,6 @@ entities: id: RD's Bedroom - proto: SurveillanceCameraSecurity entities: - - uid: 1904 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,-18.5 - parent: 60 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Security Entrance - uid: 4274 components: - type: Transform @@ -147564,147 +147757,128 @@ entities: - SurveillanceCameraSecurity nameSet: True id: Lawyer Office - - uid: 7811 + - uid: 4361 components: - type: Transform rot: -1.5707963267948966 rad - pos: -22.5,-0.5 + pos: -34.5,-6.5 parent: 60 - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: HoS Office - - uid: 8380 + id: warden + - uid: 13627 components: - type: Transform rot: 1.5707963267948966 rad - pos: -32.5,2.5 + pos: -7.5,-14.5 parent: 60 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True - id: Security Break Room - - uid: 13627 + id: Perma Brig + - uid: 15183 components: - type: Transform rot: 1.5707963267948966 rad - pos: -7.5,-14.5 + pos: -23.5,-3.5 parent: 60 - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Perma Brig - - uid: 21042 + id: Sec Main + - uid: 15445 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-22.5 + rot: 1.5707963267948966 rad + pos: -30.5,1.5 parent: 60 - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Perma Entrance - - uid: 21043 + id: Security Breakroom + - uid: 16145 components: - type: Transform - pos: -25.5,-5.5 + pos: -19.5,-9.5 parent: 60 - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Sec North - - uid: 21044 + id: Sec Locker Room + - uid: 16150 components: - type: Transform rot: 3.141592653589793 rad - pos: -26.5,2.5 + pos: -22.5,-11.5 parent: 60 - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Armory - - uid: 21046 + id: Sec Lobby + - uid: 17851 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,-11.5 + rot: -1.5707963267948966 rad + pos: -28.5,-18.5 parent: 60 - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Sec Exterior West - - uid: 21047 + id: Brig Lockers + - uid: 17852 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,-11.5 + pos: -31.5,-20.5 parent: 60 - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Sec Exterior East - - uid: 21048 + id: Genpop South + - uid: 17853 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-10.5 + rot: 3.141592653589793 rad + pos: -31.5,-10.5 parent: 60 - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Sec East - - uid: 21049 + id: Genpop North + - uid: 18096 components: - type: Transform rot: 1.5707963267948966 rad - pos: -30.5,-10.5 + pos: -31.5,-6.5 parent: 60 - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Sec West - - uid: 21050 + id: Warden + - uid: 18215 components: - type: Transform - pos: -25.5,-20.5 + rot: 1.5707963267948966 rad + pos: -23.5,-8.5 + parent: 60 + - type: SurveillanceCamera + id: Brigmed + - uid: 21042 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-22.5 parent: 60 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True - id: Sec Entrance - - uid: 21091 + id: Perma Entrance + - uid: 21044 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,-18.5 + rot: 3.141592653589793 rad + pos: -26.5,2.5 parent: 60 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True - id: Court Room - - uid: 21154 + id: Armory + - uid: 21091 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,-2.5 + rot: 1.5707963267948966 rad + pos: -40.5,-18.5 parent: 60 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True - id: Interrogation + id: Court Room - uid: 21170 components: - type: Transform @@ -147727,27 +147901,6 @@ entities: - SurveillanceCameraSecurity nameSet: True id: Detective Office - - uid: 24287 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,-18.5 - parent: 60 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Security Locker Room - - uid: 24288 - components: - - type: Transform - pos: -24.5,-16.5 - parent: 60 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Security South - uid: 24294 components: - type: Transform @@ -147758,83 +147911,6 @@ entities: - SurveillanceCameraSecurity nameSet: True id: Perma Brig Locker Room - - uid: 24314 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-7.5 - parent: 60 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Warden's Office - - uid: 24315 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,-9.5 - parent: 60 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Cell 1 - - uid: 24316 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,-12.5 - parent: 60 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Cell 2 - - uid: 24317 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,-6.5 - parent: 60 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Cell 3 - - uid: 24318 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,-9.5 - parent: 60 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Cell 4 - - uid: 24319 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,-12.5 - parent: 60 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Cell 5 - - uid: 24320 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,-5.5 - parent: 60 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Cell Med - uid: 24695 components: - type: Transform @@ -148122,6 +148198,12 @@ entities: parent: 60 - proto: Table entities: + - uid: 51 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-3.5 + parent: 60 - uid: 71 components: - type: Transform @@ -148132,16 +148214,55 @@ entities: - type: Transform pos: 37.5,-37.5 parent: 60 + - uid: 79 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-4.5 + parent: 60 - uid: 86 components: - type: Transform pos: 9.5,-36.5 parent: 60 + - uid: 182 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-4.5 + parent: 60 + - uid: 190 + components: + - type: Transform + pos: -21.5,-6.5 + parent: 60 + - uid: 232 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-4.5 + parent: 60 + - uid: 269 + components: + - type: Transform + pos: -7.5,-14.5 + parent: 60 + - uid: 291 + components: + - type: Transform + pos: -8.5,-14.5 + parent: 60 - uid: 328 components: - type: Transform pos: 56.5,-8.5 parent: 60 + - uid: 356 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-3.5 + parent: 60 - uid: 410 components: - type: Transform @@ -148157,6 +148278,17 @@ entities: - type: Transform pos: -5.5,-28.5 parent: 60 + - uid: 776 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-3.5 + parent: 60 + - uid: 784 + components: + - type: Transform + pos: -21.5,-7.5 + parent: 60 - uid: 825 components: - type: Transform @@ -148167,30 +148299,59 @@ entities: - type: Transform pos: -66.5,6.5 parent: 60 - - uid: 1478 + - uid: 1579 components: - type: Transform - pos: -32.5,-15.5 + pos: -24.5,-7.5 parent: 60 - - uid: 1644 + - uid: 1678 components: - type: Transform - pos: -34.5,-3.5 + pos: 9.5,-51.5 parent: 60 - - uid: 1646 + - uid: 1914 components: - type: Transform - pos: -33.5,-3.5 + rot: -1.5707963267948966 rad + pos: -34.5,-16.5 parent: 60 - - uid: 1678 + - uid: 1915 components: - type: Transform - pos: 9.5,-51.5 + rot: -1.5707963267948966 rad + pos: -33.5,-16.5 parent: 60 - - uid: 1858 + - uid: 1916 components: - type: Transform - pos: -20.5,-16.5 + rot: -1.5707963267948966 rad + pos: -34.5,-15.5 + parent: 60 + - uid: 1921 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,-13.5 + parent: 60 + - uid: 1926 + components: + - type: Transform + pos: -34.5,-13.5 + parent: 60 + - uid: 1927 + components: + - type: Transform + pos: -33.5,-13.5 + parent: 60 + - uid: 1982 + components: + - type: Transform + pos: -24.5,-18.5 + parent: 60 + - uid: 1983 + components: + - type: Transform + pos: -23.5,-18.5 parent: 60 - uid: 2076 components: @@ -148267,6 +148428,11 @@ entities: - type: Transform pos: 25.5,-34.5 parent: 60 + - uid: 3196 + components: + - type: Transform + pos: -33.5,-2.5 + parent: 60 - uid: 3406 components: - type: Transform @@ -148302,11 +148468,21 @@ entities: - type: Transform pos: 53.5,-36.5 parent: 60 + - uid: 4244 + components: + - type: Transform + pos: -40.5,-14.5 + parent: 60 - uid: 4672 components: - type: Transform pos: 9.5,-55.5 parent: 60 + - uid: 4710 + components: + - type: Transform + pos: -33.5,-5.5 + parent: 60 - uid: 4724 components: - type: Transform @@ -148328,10 +148504,10 @@ entities: rot: 3.141592653589793 rad pos: 41.5,4.5 parent: 60 - - uid: 5020 + - uid: 5145 components: - type: Transform - pos: -26.5,-14.5 + pos: -32.5,-5.5 parent: 60 - uid: 5335 components: @@ -148348,6 +148524,11 @@ entities: - type: Transform pos: 9.5,3.5 parent: 60 + - uid: 5454 + components: + - type: Transform + pos: -10.5,-14.5 + parent: 60 - uid: 5479 components: - type: Transform @@ -148358,11 +148539,6 @@ entities: - type: Transform pos: 0.5,15.5 parent: 60 - - uid: 5756 - components: - - type: Transform - pos: -19.5,-17.5 - parent: 60 - uid: 5788 components: - type: Transform @@ -148378,16 +148554,6 @@ entities: - type: Transform pos: 17.5,-45.5 parent: 60 - - uid: 5935 - components: - - type: Transform - pos: -27.5,-13.5 - parent: 60 - - uid: 5983 - components: - - type: Transform - pos: -26.5,-13.5 - parent: 60 - uid: 6145 components: - type: Transform @@ -149171,11 +149337,6 @@ entities: - type: Transform pos: -41.5,-6.5 parent: 60 - - uid: 24101 - components: - - type: Transform - pos: -28.5,-20.5 - parent: 60 - uid: 24166 components: - type: Transform @@ -149196,11 +149357,6 @@ entities: - type: Transform pos: 25.5,-33.5 parent: 60 - - uid: 24244 - components: - - type: Transform - pos: -40.5,-15.5 - parent: 60 - uid: 24962 components: - type: Transform @@ -149620,6 +149776,38 @@ entities: - type: Transform pos: 19.5,-28.5 parent: 60 +- proto: TableCounterWood + entities: + - uid: 238 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-13.5 + parent: 60 + - uid: 634 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-13.5 + parent: 60 + - uid: 839 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-12.5 + parent: 60 + - uid: 1477 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-13.5 + parent: 60 + - uid: 1548 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-13.5 + parent: 60 - proto: TableGlass entities: - uid: 123 @@ -149788,11 +149976,6 @@ entities: - type: Transform pos: 7.5,-26.5 parent: 60 - - uid: 1472 - components: - - type: Transform - pos: -23.5,-9.5 - parent: 60 - uid: 1666 components: - type: Transform @@ -149928,11 +150111,6 @@ entities: - type: Transform pos: -113.5,8.5 parent: 60 - - uid: 6541 - components: - - type: Transform - pos: -29.5,-9.5 - parent: 60 - uid: 6544 components: - type: Transform @@ -150052,16 +150230,6 @@ entities: - type: Transform pos: -34.5,-0.5 parent: 60 - - uid: 9015 - components: - - type: Transform - pos: -25.5,-11.5 - parent: 60 - - uid: 9089 - components: - - type: Transform - pos: -27.5,-11.5 - parent: 60 - uid: 9152 components: - type: Transform @@ -150097,10 +150265,10 @@ entities: - type: Transform pos: -40.5,5.5 parent: 60 - - uid: 11127 + - uid: 10621 components: - type: Transform - pos: -27.5,-7.5 + pos: -30.5,-7.5 parent: 60 - uid: 12349 components: @@ -150349,11 +150517,6 @@ entities: parent: 60 - proto: TableReinforcedGlass entities: - - uid: 308 - components: - - type: Transform - pos: -19.5,-5.5 - parent: 60 - uid: 2151 components: - type: Transform @@ -150384,11 +150547,6 @@ entities: - type: Transform pos: 37.5,-28.5 parent: 60 - - uid: 4109 - components: - - type: Transform - pos: -19.5,-4.5 - parent: 60 - uid: 4128 components: - type: Transform @@ -150461,6 +150619,17 @@ entities: - type: Transform pos: 25.5,-15.5 parent: 60 + - uid: 630 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-14.5 + parent: 60 + - uid: 1647 + components: + - type: Transform + pos: -18.5,-11.5 + parent: 60 - uid: 1871 components: - type: Transform @@ -150516,15 +150685,15 @@ entities: - type: Transform pos: 4.5,-31.5 parent: 60 - - uid: 4162 + - uid: 4007 components: - type: Transform - pos: -48.5,-17.5 + pos: -43.5,-15.5 parent: 60 - - uid: 4223 + - uid: 4078 components: - type: Transform - pos: -43.5,-16.5 + pos: -42.5,-15.5 parent: 60 - uid: 4224 components: @@ -150556,6 +150725,16 @@ entities: - type: Transform pos: -24.5,-28.5 parent: 60 + - uid: 5234 + components: + - type: Transform + pos: -42.5,-14.5 + parent: 60 + - uid: 5426 + components: + - type: Transform + pos: -44.5,-15.5 + parent: 60 - uid: 5670 components: - type: Transform @@ -150880,6 +151059,18 @@ entities: - type: Transform pos: -24.5,19.5 parent: 60 + - uid: 24322 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,-14.5 + parent: 60 + - uid: 24329 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,-14.5 + parent: 60 - uid: 24348 components: - type: Transform @@ -151383,10 +151574,15 @@ entities: - type: Transform pos: 31.5,-16.5 parent: 60 - - uid: 1503 + - uid: 1469 components: - type: Transform - pos: -31.5,-2.5 + pos: -52.5,-19.5 + parent: 60 + - uid: 2578 + components: + - type: Transform + pos: -52.5,-18.5 parent: 60 - uid: 3223 components: @@ -151403,16 +151599,6 @@ entities: - type: Transform pos: 51.5,-43.5 parent: 60 - - uid: 4242 - components: - - type: Transform - pos: -51.5,-17.5 - parent: 60 - - uid: 4254 - components: - - type: Transform - pos: -51.5,-19.5 - parent: 60 - uid: 7077 components: - type: Transform @@ -151463,11 +151649,6 @@ entities: - type: Transform pos: -43.5,11.5 parent: 60 - - uid: 9753 - components: - - type: Transform - pos: -51.5,-18.5 - parent: 60 - uid: 11735 components: - type: Transform @@ -151503,11 +151684,6 @@ entities: - type: Transform pos: -19.5,21.5 parent: 60 - - uid: 14631 - components: - - type: Transform - pos: -31.5,-4.5 - parent: 60 - uid: 24822 components: - type: Transform @@ -151860,6 +152036,41 @@ entities: - type: Transform pos: 25.5,-13.5 parent: 60 +- proto: Turnstile + entities: + - uid: 1558 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-19.5 + parent: 60 +- proto: TurnstileGenpopEnter + entities: + - uid: 132 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,-17.5 + parent: 60 + - uid: 231 + components: + - type: Transform + pos: -28.5,-16.5 + parent: 60 +- proto: TurnstileGenpopLeave + entities: + - uid: 237 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-16.5 + parent: 60 + - uid: 1722 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-19.5 + parent: 60 - proto: TwoWayLever entities: - uid: 938 @@ -152411,11 +152622,6 @@ entities: - type: Transform pos: 18.5,-26.5 parent: 60 - - uid: 6039 - components: - - type: Transform - pos: -24.5,-13.5 - parent: 60 - uid: 6321 components: - type: Transform @@ -152548,10 +152754,10 @@ entities: parent: 60 - proto: VendingMachineDonut entities: - - uid: 1766 + - uid: 4566 components: - type: Transform - pos: -29.5,-18.5 + pos: -30.5,-4.5 parent: 60 - proto: VendingMachineEngiDrobe entities: @@ -152616,10 +152822,10 @@ entities: parent: 60 - proto: VendingMachineLawDrobe entities: - - uid: 4266 + - uid: 4563 components: - type: Transform - pos: -48.5,-15.5 + pos: -51.5,-19.5 parent: 60 - proto: VendingMachineMailDrobe entities: @@ -152630,6 +152836,11 @@ entities: parent: 60 - proto: VendingMachineMedical entities: + - uid: 1491 + components: + - type: Transform + pos: -25.5,-7.5 + parent: 60 - uid: 4139 components: - type: Transform @@ -152717,10 +152928,10 @@ entities: parent: 60 - proto: VendingMachineSec entities: - - uid: 1634 + - uid: 1776 components: - type: Transform - pos: -34.5,-15.5 + pos: -19.5,-3.5 parent: 60 - uid: 21067 components: @@ -152729,10 +152940,10 @@ entities: parent: 60 - proto: VendingMachineSecDrobe entities: - - uid: 1482 + - uid: 562 components: - type: Transform - pos: -34.5,-20.5 + pos: -18.5,-3.5 parent: 60 - proto: VendingMachineSeeds entities: @@ -152748,10 +152959,15 @@ entities: parent: 60 - proto: VendingMachineSeedsUnlocked entities: - - uid: 13644 + - uid: 1909 components: - type: Transform - pos: -10.5,-11.5 + pos: -34.5,-17.5 + parent: 60 + - uid: 5848 + components: + - type: Transform + pos: -10.5,-10.5 parent: 60 - proto: VendingMachineSnack entities: @@ -152772,6 +152988,19 @@ entities: - type: Transform pos: -40.5,16.5 parent: 60 +- proto: VendingMachineSustenance + entities: + - uid: 1917 + components: + - type: Transform + pos: -30.5,-16.5 + parent: 60 + - uid: 4226 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-15.5 + parent: 60 - proto: VendingMachineTankDispenserEVA entities: - uid: 1327 @@ -152922,11 +153151,6 @@ entities: parent: 60 - proto: WallReinforced entities: - - uid: 6 - components: - - type: Transform - pos: -32.5,-5.5 - parent: 60 - uid: 11 components: - type: Transform @@ -152935,7 +153159,7 @@ entities: - uid: 12 components: - type: Transform - pos: -24.5,-6.5 + pos: -22.5,-17.5 parent: 60 - uid: 13 components: @@ -152943,11 +153167,6 @@ entities: rot: 3.141592653589793 rad pos: -35.5,-5.5 parent: 60 - - uid: 20 - components: - - type: Transform - pos: -20.5,-8.5 - parent: 60 - uid: 38 components: - type: Transform @@ -152963,46 +153182,45 @@ entities: - type: Transform pos: 46.5,19.5 parent: 60 - - uid: 90 - components: - - type: Transform - pos: 8.5,-44.5 - parent: 60 - - uid: 91 + - uid: 69 components: - type: Transform - pos: -29.5,15.5 + rot: 1.5707963267948966 rad + pos: -27.5,-21.5 parent: 60 - - uid: 116 + - uid: 72 components: - type: Transform - pos: -32.5,-11.5 + rot: 1.5707963267948966 rad + pos: -25.5,-21.5 parent: 60 - - uid: 119 + - uid: 76 components: - type: Transform rot: 3.141592653589793 rad - pos: -35.5,-4.5 + pos: -22.5,-3.5 parent: 60 - - uid: 122 + - uid: 90 components: - type: Transform - pos: -32.5,-8.5 + pos: 8.5,-44.5 parent: 60 - - uid: 143 + - uid: 91 components: - type: Transform - pos: -27.5,-6.5 + pos: -29.5,15.5 parent: 60 - - uid: 150 + - uid: 119 components: - type: Transform - pos: -33.5,-5.5 + rot: 3.141592653589793 rad + pos: -35.5,-4.5 parent: 60 - - uid: 152 + - uid: 157 components: - type: Transform - pos: -31.5,-18.5 + rot: -1.5707963267948966 rad + pos: -19.5,-10.5 parent: 60 - uid: 184 components: @@ -153010,12 +153228,6 @@ entities: rot: 3.141592653589793 rad pos: -35.5,-16.5 parent: 60 - - uid: 186 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,-14.5 - parent: 60 - uid: 187 components: - type: Transform @@ -153028,12 +153240,6 @@ entities: rot: 3.141592653589793 rad pos: -35.5,-17.5 parent: 60 - - uid: 190 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,-11.5 - parent: 60 - uid: 206 components: - type: Transform @@ -153056,55 +153262,43 @@ entities: - type: Transform pos: 57.5,27.5 parent: 60 - - uid: 213 - components: - - type: Transform - pos: -20.5,-14.5 - parent: 60 - uid: 225 components: - type: Transform pos: 42.5,27.5 parent: 60 - - uid: 237 - components: - - type: Transform - pos: -28.5,-6.5 - parent: 60 - - uid: 239 - components: - - type: Transform - pos: -34.5,-5.5 - parent: 60 - - uid: 242 + - uid: 235 components: - type: Transform - pos: -18.5,-14.5 + rot: -1.5707963267948966 rad + pos: -18.5,-10.5 parent: 60 - - uid: 246 + - uid: 245 components: - type: Transform - pos: -33.5,-14.5 + rot: 1.5707963267948966 rad + pos: -25.5,-13.5 parent: 60 - uid: 252 components: - type: Transform pos: 45.5,28.5 parent: 60 - - uid: 267 + - uid: 255 components: - type: Transform - pos: -34.5,-14.5 + pos: -30.5,-5.5 parent: 60 - - uid: 278 + - uid: 280 components: - type: Transform - pos: -21.5,-14.5 + pos: 45.5,29.5 parent: 60 - - uid: 280 + - uid: 284 components: - type: Transform - pos: 45.5,29.5 + rot: 3.141592653589793 rad + pos: -35.5,-6.5 parent: 60 - uid: 290 components: @@ -153116,10 +153310,22 @@ entities: - type: Transform pos: 57.5,-4.5 parent: 60 - - uid: 309 + - uid: 307 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,-10.5 + parent: 60 + - uid: 308 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,-7.5 + parent: 60 + - uid: 313 components: - type: Transform - pos: -32.5,-14.5 + pos: -23.5,-17.5 parent: 60 - uid: 314 components: @@ -153151,7 +153357,8 @@ entities: - uid: 342 components: - type: Transform - pos: -19.5,-14.5 + rot: 1.5707963267948966 rad + pos: -25.5,-16.5 parent: 60 - uid: 343 components: @@ -153580,6 +153787,17 @@ entities: - type: Transform pos: 22.5,22.5 parent: 60 + - uid: 628 + components: + - type: Transform + pos: -24.5,-17.5 + parent: 60 + - uid: 635 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,-11.5 + parent: 60 - uid: 636 components: - type: Transform @@ -153659,6 +153877,11 @@ entities: - type: Transform pos: -13.5,-20.5 parent: 60 + - uid: 766 + components: + - type: Transform + pos: -22.5,-20.5 + parent: 60 - uid: 769 components: - type: Transform @@ -153669,10 +153892,37 @@ entities: - type: Transform pos: -21.5,-27.5 parent: 60 - - uid: 784 + - uid: 774 components: - type: Transform - pos: -20.5,-5.5 + pos: -22.5,-18.5 + parent: 60 + - uid: 777 + components: + - type: Transform + pos: -24.5,-13.5 + parent: 60 + - uid: 779 + components: + - type: Transform + pos: -31.5,-2.5 + parent: 60 + - uid: 781 + components: + - type: Transform + pos: -26.5,-10.5 + parent: 60 + - uid: 782 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-8.5 + parent: 60 + - uid: 783 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-7.5 parent: 60 - uid: 809 components: @@ -153684,21 +153934,32 @@ entities: - type: Transform pos: -22.5,-21.5 parent: 60 - - uid: 839 + - uid: 840 components: - type: Transform - pos: -20.5,-11.5 + pos: -23.5,-10.5 parent: 60 - uid: 866 components: - type: Transform pos: 8.5,-26.5 parent: 60 + - uid: 963 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,-10.5 + parent: 60 - uid: 1043 components: - type: Transform pos: 9.5,-17.5 parent: 60 + - uid: 1201 + components: + - type: Transform + pos: -29.5,-15.5 + parent: 60 - uid: 1207 components: - type: Transform @@ -153843,6 +154104,12 @@ entities: - type: Transform pos: 3.5,-26.5 parent: 60 + - uid: 1386 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-12.5 + parent: 60 - uid: 1387 components: - type: Transform @@ -153888,16 +154155,27 @@ entities: - type: Transform pos: 9.5,-16.5 parent: 60 + - uid: 1466 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-6.5 + parent: 60 - uid: 1470 components: - type: Transform pos: 7.5,-43.5 parent: 60 - - uid: 1475 + - uid: 1482 + components: + - type: Transform + pos: -18.5,-2.5 + parent: 60 + - uid: 1484 components: - type: Transform rot: 1.5707963267948966 rad - pos: -31.5,-14.5 + pos: -25.5,-11.5 parent: 60 - uid: 1495 components: @@ -153934,16 +154212,22 @@ entities: - type: Transform pos: 8.5,11.5 parent: 60 - - uid: 1528 + - uid: 1529 components: - type: Transform - pos: -22.5,-17.5 + pos: -22.5,-8.5 parent: 60 - uid: 1535 components: - type: Transform pos: -29.5,-0.5 parent: 60 + - uid: 1542 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-10.5 + parent: 60 - uid: 1547 components: - type: Transform @@ -153954,6 +154238,17 @@ entities: - type: Transform pos: -24.5,-1.5 parent: 60 + - uid: 1551 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-17.5 + parent: 60 + - uid: 1561 + components: + - type: Transform + pos: -22.5,-6.5 + parent: 60 - uid: 1562 components: - type: Transform @@ -153964,6 +154259,34 @@ entities: - type: Transform pos: -26.5,-25.5 parent: 60 + - uid: 1568 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,-16.5 + parent: 60 + - uid: 1569 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-17.5 + parent: 60 + - uid: 1574 + components: + - type: Transform + pos: -30.5,-9.5 + parent: 60 + - uid: 1578 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-17.5 + parent: 60 + - uid: 1583 + components: + - type: Transform + pos: -26.5,-7.5 + parent: 60 - uid: 1594 components: - type: Transform @@ -153974,16 +154297,57 @@ entities: - type: Transform pos: -29.5,0.5 parent: 60 + - uid: 1599 + components: + - type: Transform + pos: -31.5,-4.5 + parent: 60 - uid: 1604 components: - type: Transform pos: -30.5,-25.5 parent: 60 + - uid: 1617 + components: + - type: Transform + pos: -21.5,-3.5 + parent: 60 + - uid: 1618 + components: + - type: Transform + pos: -22.5,-7.5 + parent: 60 - uid: 1625 components: - type: Transform pos: -30.5,3.5 parent: 60 + - uid: 1636 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-10.5 + parent: 60 + - uid: 1638 + components: + - type: Transform + pos: -29.5,-16.5 + parent: 60 + - uid: 1639 + components: + - type: Transform + pos: -31.5,-5.5 + parent: 60 + - uid: 1640 + components: + - type: Transform + pos: -20.5,-2.5 + parent: 60 + - uid: 1643 + components: + - type: Transform + pos: -29.5,-18.5 + parent: 60 - uid: 1645 components: - type: Transform @@ -153994,11 +154358,22 @@ entities: - type: Transform pos: -29.5,3.5 parent: 60 + - uid: 1652 + components: + - type: Transform + pos: -19.5,-2.5 + parent: 60 - uid: 1655 components: - type: Transform pos: -18.5,-0.5 parent: 60 + - uid: 1657 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-11.5 + parent: 60 - uid: 1660 components: - type: Transform @@ -154029,6 +154404,22 @@ entities: - type: Transform pos: 61.5,-7.5 parent: 60 + - uid: 1718 + components: + - type: Transform + pos: -20.5,-3.5 + parent: 60 + - uid: 1721 + components: + - type: Transform + pos: -26.5,-6.5 + parent: 60 + - uid: 1723 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-11.5 + parent: 60 - uid: 1724 components: - type: Transform @@ -154039,6 +154430,11 @@ entities: - type: Transform pos: -20.5,3.5 parent: 60 + - uid: 1732 + components: + - type: Transform + pos: -29.5,-11.5 + parent: 60 - uid: 1735 components: - type: Transform @@ -154049,11 +154445,25 @@ entities: - type: Transform pos: -23.5,3.5 parent: 60 - - uid: 1748 + - uid: 1744 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,-21.5 + pos: -22.5,-9.5 + parent: 60 + - uid: 1749 + components: + - type: Transform + pos: -29.5,-10.5 + parent: 60 + - uid: 1750 + components: + - type: Transform + pos: -26.5,-9.5 + parent: 60 + - uid: 1751 + components: + - type: Transform + pos: -22.5,-10.5 parent: 60 - uid: 1758 components: @@ -154061,11 +154471,41 @@ entities: rot: 1.5707963267948966 rad pos: -34.5,-21.5 parent: 60 + - uid: 1765 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-10.5 + parent: 60 + - uid: 1766 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-9.5 + parent: 60 + - uid: 1768 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,-9.5 + parent: 60 + - uid: 1791 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,-8.5 + parent: 60 - uid: 1794 components: - type: Transform pos: -28.5,4.5 parent: 60 + - uid: 1797 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,-13.5 + parent: 60 - uid: 1798 components: - type: Transform @@ -154082,16 +154522,20 @@ entities: - type: Transform pos: -18.5,3.5 parent: 60 - - uid: 1824 + - uid: 1833 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,-5.5 + pos: -20.5,-1.5 parent: 60 - - uid: 1833 + - uid: 1845 components: - type: Transform - pos: -20.5,-1.5 + pos: -29.5,-9.5 + parent: 60 + - uid: 1856 + components: + - type: Transform + pos: -29.5,-20.5 parent: 60 - uid: 1863 components: @@ -154163,6 +154607,12 @@ entities: - type: Transform pos: -29.5,-1.5 parent: 60 + - uid: 2097 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,-8.5 + parent: 60 - uid: 2104 components: - type: Transform @@ -154611,6 +155061,12 @@ entities: - type: Transform pos: 53.5,-19.5 parent: 60 + - uid: 3187 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -34.5,-4.5 + parent: 60 - uid: 3212 components: - type: Transform @@ -155578,11 +156034,6 @@ entities: - type: Transform pos: -10.5,-21.5 parent: 60 - - uid: 4157 - components: - - type: Transform - pos: -47.5,-14.5 - parent: 60 - uid: 4160 components: - type: Transform @@ -155618,6 +156069,18 @@ entities: - type: Transform pos: -51.5,-22.5 parent: 60 + - uid: 4254 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,-4.5 + parent: 60 + - uid: 4295 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-9.5 + parent: 60 - uid: 4303 components: - type: Transform @@ -155855,11 +156318,6 @@ entities: - type: Transform pos: -24.5,4.5 parent: 60 - - uid: 4580 - components: - - type: Transform - pos: -25.5,-6.5 - parent: 60 - uid: 4585 components: - type: Transform @@ -156549,6 +157007,12 @@ entities: rot: 1.5707963267948966 rad pos: 42.5,16.5 parent: 60 + - uid: 5799 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-9.5 + parent: 60 - uid: 5836 components: - type: Transform @@ -156560,12 +157024,6 @@ entities: rot: 3.141592653589793 rad pos: -31.5,-21.5 parent: 60 - - uid: 5848 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,-8.5 - parent: 60 - uid: 5849 components: - type: Transform @@ -156635,6 +157093,12 @@ entities: - type: Transform pos: 14.5,27.5 parent: 60 + - uid: 5971 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-10.5 + parent: 60 - uid: 6061 components: - type: Transform @@ -156687,12 +157151,6 @@ entities: - type: Transform pos: -68.5,-25.5 parent: 60 - - uid: 6207 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,-14.5 - parent: 60 - uid: 6208 components: - type: Transform @@ -157170,12 +157628,6 @@ entities: - type: Transform pos: -18.5,2.5 parent: 60 - - uid: 7006 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,-11.5 - parent: 60 - uid: 7016 components: - type: Transform @@ -157216,12 +157668,6 @@ entities: - type: Transform pos: -40.5,15.5 parent: 60 - - uid: 7043 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,-8.5 - parent: 60 - uid: 7046 components: - type: Transform @@ -157516,11 +157962,6 @@ entities: - type: Transform pos: -75.5,-55.5 parent: 60 - - uid: 7603 - components: - - type: Transform - pos: -24.5,-17.5 - parent: 60 - uid: 7604 components: - type: Transform @@ -157965,11 +158406,6 @@ entities: - type: Transform pos: 20.5,3.5 parent: 60 - - uid: 8213 - components: - - type: Transform - pos: -21.5,-17.5 - parent: 60 - uid: 8216 components: - type: Transform @@ -157985,11 +158421,6 @@ entities: - type: Transform pos: 9.5,30.5 parent: 60 - - uid: 8243 - components: - - type: Transform - pos: -31.5,-20.5 - parent: 60 - uid: 8254 components: - type: Transform @@ -158048,18 +158479,6 @@ entities: rot: 1.5707963267948966 rad pos: -35.5,-20.5 parent: 60 - - uid: 8526 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,-17.5 - parent: 60 - - uid: 8527 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,-17.5 - parent: 60 - uid: 8556 components: - type: Transform @@ -158107,11 +158526,6 @@ entities: - type: Transform pos: 28.5,-13.5 parent: 60 - - uid: 8883 - components: - - type: Transform - pos: -28.5,-17.5 - parent: 60 - uid: 8920 components: - type: Transform @@ -163612,6 +164026,12 @@ entities: rot: 1.5707963267948966 rad pos: -54.5,66.5 parent: 60 + - uid: 27797 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,-4.5 + parent: 60 - proto: WallShuttle entities: - uid: 23861 @@ -163887,21 +164307,6 @@ entities: - type: Transform pos: -17.5,6.5 parent: 60 - - uid: 235 - components: - - type: Transform - pos: -33.5,-11.5 - parent: 60 - - uid: 236 - components: - - type: Transform - pos: -18.5,-8.5 - parent: 60 - - uid: 240 - components: - - type: Transform - pos: -34.5,-11.5 - parent: 60 - uid: 247 components: - type: Transform @@ -163912,11 +164317,6 @@ entities: - type: Transform pos: 56.5,-9.5 parent: 60 - - uid: 255 - components: - - type: Transform - pos: -33.5,-8.5 - parent: 60 - uid: 262 components: - type: Transform @@ -163932,11 +164332,6 @@ entities: - type: Transform pos: 38.5,-37.5 parent: 60 - - uid: 291 - components: - - type: Transform - pos: -19.5,-8.5 - parent: 60 - uid: 326 components: - type: Transform @@ -164218,16 +164613,6 @@ entities: - type: Transform pos: 31.5,-10.5 parent: 60 - - uid: 841 - components: - - type: Transform - pos: -34.5,-8.5 - parent: 60 - - uid: 842 - components: - - type: Transform - pos: -18.5,-11.5 - parent: 60 - uid: 847 components: - type: Transform @@ -164331,11 +164716,6 @@ entities: - type: Transform pos: -3.5,-29.5 parent: 60 - - uid: 1248 - components: - - type: Transform - pos: -50.5,-14.5 - parent: 60 - uid: 1282 components: - type: Transform @@ -164386,11 +164766,6 @@ entities: - type: Transform pos: -16.5,-27.5 parent: 60 - - uid: 1492 - components: - - type: Transform - pos: -19.5,-11.5 - parent: 60 - uid: 1545 components: - type: Transform @@ -164406,11 +164781,29 @@ entities: - type: Transform pos: 7.5,-33.5 parent: 60 + - uid: 1668 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,-17.5 + parent: 60 - uid: 1687 components: - type: Transform pos: 58.5,-9.5 parent: 60 + - uid: 1699 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,-17.5 + parent: 60 + - uid: 1719 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,-17.5 + parent: 60 - uid: 1740 components: - type: Transform @@ -164421,6 +164814,11 @@ entities: - type: Transform pos: 31.5,-38.5 parent: 60 + - uid: 1850 + components: + - type: Transform + pos: -52.5,-20.5 + parent: 60 - uid: 1886 components: - type: Transform @@ -164431,6 +164829,11 @@ entities: - type: Transform pos: -31.5,-1.5 parent: 60 + - uid: 2012 + components: + - type: Transform + pos: -52.5,-17.5 + parent: 60 - uid: 2037 components: - type: Transform @@ -165140,6 +165543,11 @@ entities: rot: 1.5707963267948966 rad pos: 42.5,-21.5 parent: 60 + - uid: 3203 + components: + - type: Transform + pos: -40.5,-13.5 + parent: 60 - uid: 3227 components: - type: Transform @@ -165288,6 +165696,11 @@ entities: - type: Transform pos: -61.5,-16.5 parent: 60 + - uid: 3395 + components: + - type: Transform + pos: -41.5,-13.5 + parent: 60 - uid: 3397 components: - type: Transform @@ -165652,6 +166065,11 @@ entities: - type: Transform pos: -39.5,-15.5 parent: 60 + - uid: 4077 + components: + - type: Transform + pos: -42.5,-13.5 + parent: 60 - uid: 4094 components: - type: Transform @@ -165677,15 +166095,15 @@ entities: - type: Transform pos: -39.5,-17.5 parent: 60 - - uid: 4156 + - uid: 4161 components: - type: Transform - pos: -40.5,-14.5 + pos: -47.5,-21.5 parent: 60 - - uid: 4161 + - uid: 4162 components: - type: Transform - pos: -47.5,-21.5 + pos: -51.5,-17.5 parent: 60 - uid: 4163 components: @@ -165707,40 +166125,10 @@ entities: - type: Transform pos: -47.5,-17.5 parent: 60 - - uid: 4173 - components: - - type: Transform - pos: -47.5,-15.5 - parent: 60 - - uid: 4174 - components: - - type: Transform - pos: -46.5,-14.5 - parent: 60 - - uid: 4175 - components: - - type: Transform - pos: -45.5,-14.5 - parent: 60 - - uid: 4176 - components: - - type: Transform - pos: -44.5,-14.5 - parent: 60 - - uid: 4177 - components: - - type: Transform - pos: -43.5,-14.5 - parent: 60 - - uid: 4178 - components: - - type: Transform - pos: -42.5,-14.5 - parent: 60 - - uid: 4179 + - uid: 4182 components: - type: Transform - pos: -41.5,-14.5 + pos: -44.5,-13.5 parent: 60 - uid: 4187 components: @@ -165754,26 +166142,21 @@ entities: rot: -1.5707963267948966 rad pos: -39.5,-18.5 parent: 60 - - uid: 4243 + - uid: 4210 components: - type: Transform - pos: -51.5,-20.5 + pos: -45.5,-13.5 parent: 60 - - uid: 4244 + - uid: 4243 components: - type: Transform - pos: -48.5,-14.5 + pos: -51.5,-20.5 parent: 60 - uid: 4247 components: - type: Transform pos: -51.5,-21.5 parent: 60 - - uid: 4248 - components: - - type: Transform - pos: -49.5,-14.5 - parent: 60 - uid: 4252 components: - type: Transform @@ -165789,6 +166172,11 @@ entities: - type: Transform pos: -47.5,-18.5 parent: 60 + - uid: 4271 + components: + - type: Transform + pos: -43.5,-13.5 + parent: 60 - uid: 4387 components: - type: Transform @@ -166013,6 +166401,11 @@ entities: - type: Transform pos: 47.5,10.5 parent: 60 + - uid: 5428 + components: + - type: Transform + pos: -47.5,-14.5 + parent: 60 - uid: 5435 components: - type: Transform @@ -168047,6 +168440,11 @@ entities: - type: Transform pos: 28.5,-37.5 parent: 60 + - uid: 19155 + components: + - type: Transform + pos: -46.5,-13.5 + parent: 60 - uid: 19197 components: - type: Transform @@ -168092,6 +168490,11 @@ entities: - type: Transform pos: 47.5,-15.5 parent: 60 + - uid: 19450 + components: + - type: Transform + pos: -47.5,-13.5 + parent: 60 - uid: 19515 components: - type: Transform @@ -168202,11 +168605,21 @@ entities: - type: Transform pos: 28.5,6.5 parent: 60 + - uid: 19870 + components: + - type: Transform + pos: -48.5,-13.5 + parent: 60 - uid: 19881 components: - type: Transform pos: -62.5,-19.5 parent: 60 + - uid: 19883 + components: + - type: Transform + pos: -49.5,-13.5 + parent: 60 - uid: 19894 components: - type: Transform @@ -168312,6 +168725,16 @@ entities: - type: Transform pos: 33.5,1.5 parent: 60 + - uid: 21043 + components: + - type: Transform + pos: -50.5,-13.5 + parent: 60 + - uid: 21046 + components: + - type: Transform + pos: -51.5,-13.5 + parent: 60 - uid: 21060 components: - type: Transform @@ -168461,6 +168884,11 @@ entities: - type: Transform pos: 28.5,-35.5 parent: 60 + - uid: 24152 + components: + - type: Transform + pos: -47.5,-16.5 + parent: 60 - uid: 24429 components: - type: Transform @@ -170069,20 +170497,6 @@ entities: parent: 60 - proto: WallWeaponCapacitorRecharger entities: - - uid: 1481 - components: - - type: Transform - pos: -25.5,-6.5 - parent: 60 - - type: Physics - canCollide: False - - uid: 5145 - components: - - type: Transform - pos: -20.5,-14.5 - parent: 60 - - type: Physics - canCollide: False - uid: 7225 components: - type: Transform @@ -170090,13 +170504,6 @@ entities: parent: 60 - type: Physics canCollide: False - - uid: 12685 - components: - - type: Transform - pos: -28.5,-17.5 - parent: 60 - - type: Physics - canCollide: False - uid: 18642 components: - type: Transform @@ -170234,194 +170641,6 @@ entities: - 0 - 0 - 0 -- proto: WardrobePrisonFilled - entities: - - uid: 1643 - components: - - type: Transform - pos: -19.5,-13.5 - parent: 60 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.6495836 - - 6.2055764 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 1647 - components: - - type: Transform - pos: -34.5,-7.5 - parent: 60 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.6495836 - - 6.2055764 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 1702 - components: - - type: Transform - pos: -19.5,-10.5 - parent: 60 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.6495836 - - 6.2055764 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 2008 - components: - - type: Transform - pos: -34.5,-10.5 - parent: 60 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.6495836 - - 6.2055764 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 2092 - components: - - type: Transform - pos: -19.5,-7.5 - parent: 60 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.6495836 - - 6.2055764 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 8896 - components: - - type: Transform - pos: -34.5,-13.5 - parent: 60 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.6495836 - - 6.2055764 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - proto: WardrobeSalvageFilled entities: - uid: 13247 @@ -170595,6 +170814,16 @@ entities: - type: Transform pos: -67.5,6.5 parent: 60 + - uid: 1646 + components: + - type: Transform + pos: -19.5,-11.5 + parent: 60 + - uid: 1981 + components: + - type: Transform + pos: -25.5,-18.5 + parent: 60 - uid: 4297 components: - type: Transform @@ -170620,11 +170849,6 @@ entities: - type: Transform pos: 3.5,-61.5 parent: 60 - - uid: 11536 - components: - - type: Transform - pos: -28.5,-13.5 - parent: 60 - uid: 16104 components: - type: Transform @@ -170647,6 +170871,11 @@ entities: parent: 60 - proto: WaterTankFull entities: + - uid: 1838 + components: + - type: Transform + pos: -30.5,-20.5 + parent: 60 - uid: 2329 components: - type: Transform @@ -170687,11 +170916,6 @@ entities: - type: Transform pos: 5.5,-44.5 parent: 60 - - uid: 7720 - components: - - type: Transform - pos: -10.5,-14.5 - parent: 60 - uid: 26758 components: - type: Transform @@ -170743,22 +170967,16 @@ entities: - type: Transform pos: -34.5,3.5 parent: 60 - - uid: 1944 - components: - - type: Transform - pos: -27.5,-13.5 - parent: 60 - - type: Physics - canCollide: False - - uid: 2132 + - uid: 1767 components: - type: Transform - pos: -32.5,-15.5 + rot: 1.5707963267948966 rad + pos: -27.5,-4.5 parent: 60 - - uid: 3072 + - uid: 2095 components: - type: Transform - pos: -20.5,-16.5 + pos: -21.5,-7.5 parent: 60 - uid: 8157 components: @@ -170777,6 +170995,13 @@ entities: - type: Transform pos: -0.5,3.5 parent: 60 +- proto: WeaponDisabler + entities: + - uid: 2092 + components: + - type: Transform + pos: -21.560953,-6.4234114 + parent: 60 - proto: WeaponLaserCarbine entities: - uid: 7918 @@ -171052,6 +171277,11 @@ entities: rot: 3.141592653589793 rad pos: 39.5,-25.5 parent: 60 + - uid: 764 + components: + - type: Transform + pos: -23.5,-13.5 + parent: 60 - uid: 1341 components: - type: Transform @@ -171068,16 +171298,16 @@ entities: - type: Transform pos: 3.5,-24.5 parent: 60 - - uid: 2519 + - uid: 1572 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,-27.5 + pos: -22.5,-13.5 parent: 60 - - uid: 4077 + - uid: 2519 components: - type: Transform - pos: -19.5,-17.5 + rot: 1.5707963267948966 rad + pos: 42.5,-27.5 parent: 60 - uid: 6821 components: @@ -171250,31 +171480,13 @@ entities: rot: 3.141592653589793 rad pos: 50.5,19.5 parent: 60 - - uid: 19883 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-15.5 - parent: 60 - proto: WindoorSecureArmoryLocked entities: - - uid: 1466 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-9.5 - parent: 60 - uid: 11567 components: - type: Transform pos: -27.5,2.5 parent: 60 - - uid: 12188 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,-9.5 - parent: 60 - uid: 18693 components: - type: Transform @@ -171311,6 +171523,12 @@ entities: - type: Transform pos: -43.5,-18.5 parent: 60 + - uid: 6044 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,-7.5 + parent: 60 - proto: WindoorSecureCargoLocked entities: - uid: 2179 @@ -171489,55 +171707,27 @@ entities: - type: Transform pos: -45.5,15.5 parent: 60 -- proto: WindoorSecureSecurityLocked +- proto: WindoorSecureSecurityLawyerLocked entities: - - uid: 72 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-12.5 - parent: 60 - - uid: 151 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-9.5 - parent: 60 - - uid: 230 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-6.5 - parent: 60 - - uid: 243 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-12.5 - parent: 60 - - uid: 268 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-9.5 - parent: 60 - - uid: 843 + - uid: 8468 components: - type: Transform rot: 1.5707963267948966 rad - pos: -20.5,-6.5 + pos: -30.5,-7.5 parent: 60 - - uid: 4078 +- proto: WindoorSecureSecurityLocked + entities: + - uid: 233 components: - type: Transform rot: 3.141592653589793 rad - pos: -19.5,-17.5 + pos: -23.5,-13.5 parent: 60 - - uid: 4298 + - uid: 239 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,-15.5 + rot: 3.141592653589793 rad + pos: -22.5,-13.5 parent: 60 - uid: 4685 components: @@ -171550,6 +171740,12 @@ entities: - type: Transform pos: -50.5,-28.5 parent: 60 + - uid: 5682 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,-15.5 + parent: 60 - uid: 6876 components: - type: Transform @@ -171567,11 +171763,6 @@ entities: rot: -1.5707963267948966 rad pos: -31.5,5.5 parent: 60 - - uid: 24149 - components: - - type: Transform - pos: -18.5,-5.5 - parent: 60 - proto: WindoorSecureServiceLocked entities: - uid: 5659 @@ -172015,6 +172206,22 @@ entities: parent: 60 - proto: WindowReinforcedDirectional entities: + - uid: 240 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-13.5 + parent: 60 + - uid: 242 + components: + - type: Transform + pos: -20.5,-13.5 + parent: 60 + - uid: 243 + components: + - type: Transform + pos: -21.5,-13.5 + parent: 60 - uid: 399 components: - type: Transform @@ -172032,6 +172239,12 @@ entities: - type: Transform pos: -4.5,-18.5 parent: 60 + - uid: 844 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-13.5 + parent: 60 - uid: 1345 components: - type: Transform @@ -172052,16 +172265,23 @@ entities: - type: Transform pos: 7.5,-24.5 parent: 60 + - uid: 1483 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-13.5 + parent: 60 - uid: 1615 components: - type: Transform rot: -1.5707963267948966 rad pos: -31.5,2.5 parent: 60 - - uid: 2093 + - uid: 1717 components: - type: Transform - pos: -19.5,-5.5 + rot: 1.5707963267948966 rad + pos: -20.5,-12.5 parent: 60 - uid: 2272 components: @@ -172144,6 +172364,18 @@ entities: rot: -1.5707963267948966 rad pos: -39.5,-21.5 parent: 60 + - uid: 4095 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,-14.5 + parent: 60 + - uid: 4175 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-9.5 + parent: 60 - uid: 4190 components: - type: Transform @@ -172180,17 +172412,11 @@ entities: - type: Transform pos: -42.5,-18.5 parent: 60 - - uid: 4231 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,-16.5 - parent: 60 - - uid: 4232 + - uid: 4248 components: - type: Transform rot: 3.141592653589793 rad - pos: -41.5,-16.5 + pos: -40.5,-14.5 parent: 60 - uid: 4470 components: @@ -172275,6 +172501,18 @@ entities: rot: 1.5707963267948966 rad pos: 1.5,-67.5 parent: 60 + - uid: 5562 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-9.5 + parent: 60 + - uid: 5565 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -40.5,-15.5 + parent: 60 - uid: 5656 components: - type: Transform @@ -172293,11 +172531,39 @@ entities: rot: 3.141592653589793 rad pos: 9.5,1.5 parent: 60 + - uid: 5754 + components: + - type: Transform + pos: -9.5,-9.5 + parent: 60 - uid: 5769 components: - type: Transform pos: -15.5,-44.5 parent: 60 + - uid: 5800 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-9.5 + parent: 60 + - uid: 5909 + components: + - type: Transform + pos: -10.5,-9.5 + parent: 60 + - uid: 5910 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-10.5 + parent: 60 + - uid: 5935 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-9.5 + parent: 60 - uid: 6478 components: - type: Transform @@ -172473,12 +172739,6 @@ entities: - type: Transform pos: -10.5,-44.5 parent: 60 - - uid: 8385 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,-15.5 - parent: 60 - uid: 8565 components: - type: Transform @@ -172561,12 +172821,6 @@ entities: rot: 3.141592653589793 rad pos: -4.5,-17.5 parent: 60 - - uid: 13600 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-10.5 - parent: 60 - uid: 13604 components: - type: Transform @@ -172601,12 +172855,6 @@ entities: - type: Transform pos: -11.5,-18.5 parent: 60 - - uid: 13624 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-10.5 - parent: 60 - uid: 13625 components: - type: Transform @@ -172619,12 +172867,6 @@ entities: rot: 1.5707963267948966 rad pos: -7.5,-10.5 parent: 60 - - uid: 13632 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-10.5 - parent: 60 - uid: 13634 components: - type: Transform @@ -172636,16 +172878,6 @@ entities: - type: Transform pos: -7.5,-10.5 parent: 60 - - uid: 13643 - components: - - type: Transform - pos: -8.5,-14.5 - parent: 60 - - uid: 13656 - components: - - type: Transform - pos: -9.5,-10.5 - parent: 60 - uid: 13659 components: - type: Transform @@ -172664,16 +172896,6 @@ entities: rot: 1.5707963267948966 rad pos: -11.5,-12.5 parent: 60 - - uid: 13662 - components: - - type: Transform - pos: -8.5,-10.5 - parent: 60 - - uid: 13663 - components: - - type: Transform - pos: -10.5,-10.5 - parent: 60 - uid: 13666 components: - type: Transform @@ -172719,11 +172941,6 @@ entities: - type: Transform pos: -7.5,-16.5 parent: 60 - - uid: 13763 - components: - - type: Transform - pos: -7.5,-14.5 - parent: 60 - uid: 13785 components: - type: Transform @@ -172821,12 +173038,6 @@ entities: - type: Transform pos: -10.5,-18.5 parent: 60 - - uid: 15445 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-15.5 - parent: 60 - uid: 15728 components: - type: Transform @@ -173018,12 +173229,6 @@ entities: - type: Transform pos: -46.5,5.5 parent: 60 - - uid: 21153 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-10.5 - parent: 60 - uid: 21214 components: - type: Transform @@ -175876,6 +176081,18 @@ entities: rot: 3.141592653589793 rad pos: -106.5,28.5 parent: 60 + - uid: 27802 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-15.5 + parent: 60 + - uid: 27803 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-15.5 + parent: 60 - proto: Wirecutter entities: - uid: 19191 @@ -175940,8 +176157,11 @@ entities: - uid: 1556 components: - type: Transform - pos: -27.517454,-11.308732 + pos: -33.023926,-5.1954117 parent: 60 + - type: Physics + angularDamping: 0 + linearDamping: 0 - uid: 9545 components: - type: Transform From 9311f37a78fff7a082c05ee9a7a7e8d8414e750e Mon Sep 17 00:00:00 2001 From: funkystationbot Date: Fri, 4 Jul 2025 19:57:56 +0000 Subject: [PATCH 108/182] Update Changelog (#1041) --- Resources/Changelog/Funkylog.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Resources/Changelog/Funkylog.yml b/Resources/Changelog/Funkylog.yml index 1fb37e30257..12d75f50974 100644 --- a/Resources/Changelog/Funkylog.yml +++ b/Resources/Changelog/Funkylog.yml @@ -3432,3 +3432,9 @@ Entries: message: HFR added to cargo order console id: 412 time: '2025-07-04T19:53:40.0000000+00:00' +- author: mkanke-real + changes: + - type: Tweak + message: Bagel security reworked for genpop + id: 413 + time: '2025-07-04T19:57:22.0000000+00:00' From 465dfb9ca83f0b350bd5f733643e8a3dd50f1d12 Mon Sep 17 00:00:00 2001 From: QueerCats Date: Fri, 4 Jul 2025 20:58:03 +0100 Subject: [PATCH 109/182] Syringe Rework Part 3: Return of ChemMaster Bottling (#1044) --- .../UI/ChemMasterBoundUserInterface.cs | 2 +- .../Chemistry/UI/ChemMasterWindow.xaml | 4 +- .../Chemistry/UI/ChemMasterWindow.xaml.cs | 10 ++- .../EntitySystems/ChemMasterSystem.cs | 75 +++++++++++++++---- Content.Shared/Chemistry/SharedChemMaster.cs | 4 +- .../components/chem-master-component.ftl | 4 +- .../Structures/Machines/chem_master.yml | 1 + 7 files changed, 78 insertions(+), 22 deletions(-) diff --git a/Content.Client/Chemistry/UI/ChemMasterBoundUserInterface.cs b/Content.Client/Chemistry/UI/ChemMasterBoundUserInterface.cs index 3a5d334d0b9..0dac93c5675 100644 --- a/Content.Client/Chemistry/UI/ChemMasterBoundUserInterface.cs +++ b/Content.Client/Chemistry/UI/ChemMasterBoundUserInterface.cs @@ -43,7 +43,7 @@ protected override void Open() (uint) _window.PillDosage.Value, (uint) _window.PillNumber.Value, _window.LabelLine)); _window.CreateBottleButton.OnPressed += _ => SendMessage( new ChemMasterOutputToBottleMessage( - (uint) _window.BottleDosage.Value, _window.LabelLine)); + (uint) _window.BottleDosage.Value, (uint) _window.BottleNumber.Value, _window.LabelLine)); for (uint i = 0; i < _window.PillTypeButtons.Length; i++) { diff --git a/Content.Client/Chemistry/UI/ChemMasterWindow.xaml b/Content.Client/Chemistry/UI/ChemMasterWindow.xaml index 637a665900e..6bfccfb8fa7 100644 --- a/Content.Client/Chemistry/UI/ChemMasterWindow.xaml +++ b/Content.Client/Chemistry/UI/ChemMasterWindow.xaml @@ -93,7 +93,7 @@