From cba524d32f51751a39d47f827544f407c592369a Mon Sep 17 00:00:00 2001 From: Dvir Date: Mon, 15 Apr 2024 02:32:33 +0300 Subject: [PATCH 01/58] Update ContrabandSystem.cs --- Content.Server/_NF/Contraband/Systems/ContrabandSystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/_NF/Contraband/Systems/ContrabandSystem.cs b/Content.Server/_NF/Contraband/Systems/ContrabandSystem.cs index 798fe1ff659..14a0f890e1f 100644 --- a/Content.Server/_NF/Contraband/Systems/ContrabandSystem.cs +++ b/Content.Server/_NF/Contraband/Systems/ContrabandSystem.cs @@ -165,7 +165,7 @@ private bool CanSell(EntityUid uid, TransformComponent xform) { if (_mobQuery.HasComponent(uid)) { - if (_mobQuery.GetComponent(uid).CurrentState == MobState.Alive) + if (_mobQuery.GetComponent(uid).CurrentState == MobState.Dead) // Allow selling alive prisoners { return false; } From 75b57ec8cb2a56190bbac1821d2b9afb326fa856 Mon Sep 17 00:00:00 2001 From: ErhardSteinhauer <65374927+ErhardSteinhauer@users.noreply.github.com> Date: Sat, 27 Apr 2024 20:48:50 +0300 Subject: [PATCH 02/58] ERT goblins, borg laws regarding goblins (#1287) * ERT goblins, borg laws regarding goblins * ERT harpies --- Resources/Prototypes/Datasets/ion_storm.yml | 2 ++ Resources/Prototypes/Species/species_weights.yml | 2 ++ Resources/Prototypes/_NF/ai_factions.yml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/Resources/Prototypes/Datasets/ion_storm.yml b/Resources/Prototypes/Datasets/ion_storm.yml index 1f198d91d9d..41bb40d0e71 100644 --- a/Resources/Prototypes/Datasets/ion_storm.yml +++ b/Resources/Prototypes/Datasets/ion_storm.yml @@ -852,6 +852,8 @@ - SLIME PEOPLE - SKELETONS - ONIS # Frontier + - GOBLINS # Frontier + - HARPY # Frontier - VULPS - FELINIDS diff --git a/Resources/Prototypes/Species/species_weights.yml b/Resources/Prototypes/Species/species_weights.yml index 048b835fe04..a147fbe2d4f 100644 --- a/Resources/Prototypes/Species/species_weights.yml +++ b/Resources/Prototypes/Species/species_weights.yml @@ -12,3 +12,5 @@ Oni: 2 Dwarf: 2 Diona: 2 + Goblin: 2 + Harpy: 1 diff --git a/Resources/Prototypes/_NF/ai_factions.yml b/Resources/Prototypes/_NF/ai_factions.yml index 0deb46eaae3..4a172dd6070 100644 --- a/Resources/Prototypes/_NF/ai_factions.yml +++ b/Resources/Prototypes/_NF/ai_factions.yml @@ -46,6 +46,7 @@ - Revolutionary - Xeno - BloodCultNF + - Goblin - type: npcFaction id: BloodCultNF @@ -59,3 +60,4 @@ - Revolutionary - Xeno - WizFedFaction + - Goblin From 3f800f81f6cadf311cf51aa96b1d91b9306950a7 Mon Sep 17 00:00:00 2001 From: FrontierATC Date: Sat, 27 Apr 2024 17:49:16 +0000 Subject: [PATCH 03/58] Automatic Changelog (#1287) --- Resources/Changelog/Changelog.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index cd7e2afef9e..7a6b8272aad 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -4303,3 +4303,11 @@ Entries: message: Knuckleverse can hire latejoins correctly. id: 4947 time: '2024-04-27T15:21:40.0000000+00:00' +- author: erhardsteinhauer + changes: + - type: Tweak + message: >- + Borgs can have laws that will force them to become goblin slayers due to + ion storms. Same for harpies. + id: 4948 + time: '2024-04-27T17:48:50.0000000+00:00' From 6ca1d30a16e998a60b96e938b7bd23b360a25dc5 Mon Sep 17 00:00:00 2001 From: Dvir <39403717+dvir001@users.noreply.github.com> Date: Sat, 27 Apr 2024 21:33:25 +0300 Subject: [PATCH 04/58] Pirate Cove (Update) (#1281) * Cove * Fix fixgridatmos command (#27113) * How * Fix Hydro * Update computers.yml * Update computers.yml * Commas * Commas * Update cove.yml * Update cove.yml * Update cove.yml * Update NfAdventureRuleSystem.cs --------- Co-authored-by: Leon Friedrich <60421075+ElectroJr@users.noreply.github.com> --- .../AtmosphereSystem.Commands.cs | 81 +- .../AtmosphereSystem.Processing.cs | 8 +- .../_NF/GameRule/NfAdventureRuleSystem.cs | 2 +- Resources/Maps/_NF/POI/cove.yml | 11556 +++++++++------- Resources/Maps/_NF/POI/lpbravo.yml | 100 +- .../_NF/Entities/Mobs/NPCs/pets.yml | 2 +- .../Machines/Computers/computers.yml | 127 +- .../Machines/Computers/computers_tabletop.yml | 33 +- .../Computers/computers_tabletop_shipyard.yml | 14 +- .../Structures/Machines/telecomms.yml | 20 + .../_NF/Entities/Structures/atm.yml | 22 + .../_NF/Entities/Structures/hydro_tray.yml | 2 + .../Prototypes/_NF/Entities/Tiles/water.yml | 63 + Resources/Prototypes/_NF/Maps/POI/lodge.yml | 2 +- Resources/Prototypes/radio_channels.yml | 4 +- .../icon.png | Bin .../meta.json | 0 .../printing.png | Bin .../unshaded.png | Bin 19 files changed, 6961 insertions(+), 5075 deletions(-) create mode 100644 Resources/Prototypes/_NF/Entities/Tiles/water.yml rename Resources/Textures/_NF/Structures/Machines/atm/{illegal_wall_atm.rsi => wall_illegal_atm.rsi}/icon.png (100%) rename Resources/Textures/_NF/Structures/Machines/atm/{illegal_wall_atm.rsi => wall_illegal_atm.rsi}/meta.json (100%) rename Resources/Textures/_NF/Structures/Machines/atm/{illegal_wall_atm.rsi => wall_illegal_atm.rsi}/printing.png (100%) rename Resources/Textures/_NF/Structures/Machines/atm/{illegal_wall_atm.rsi => wall_illegal_atm.rsi}/unshaded.png (100%) diff --git a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Commands.cs b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Commands.cs index ee8d12ff465..685df3b6fed 100644 --- a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Commands.cs +++ b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Commands.cs @@ -3,6 +3,7 @@ using Content.Server.Atmos.Components; using Content.Shared.Administration; using Content.Shared.Atmos; +using Content.Shared.Atmos.Components; using Robust.Shared.Console; using Robust.Shared.Map; using Robust.Shared.Map.Components; @@ -104,44 +105,72 @@ private void FixGridAtmosCommand(IConsoleShell shell, string argstr, string[] ar continue; } - var transform = Transform(euid.Value); + // Force Invalidate & update air on all tiles + Entity grid = + new(euid.Value, gridAtmosphere, Comp(euid.Value), gridComp, Transform(euid.Value)); - foreach (var (indices, tileMain) in gridAtmosphere.Tiles) - { - var tile = tileMain.Air; - if (tile == null) - continue; + RebuildGridTiles(grid); - if (!_mapSystem.TryGetTile(gridComp, indices, out var gTile) || gTile.IsEmpty) - { - gridAtmosphere.Tiles.Remove(indices); + var query = GetEntityQuery(); + foreach (var (indices, tile) in gridAtmosphere.Tiles.ToArray()) + { + if (tile.Air is not {Immutable: false} air) continue; - } - if (tile.Immutable && !IsTileSpace(euid, transform.MapUid, indices)) - { - tile = new GasMixture(tile.Volume) { Temperature = tile.Temperature }; - tileMain.Air = tile; - } - - tile.Clear(); + air.Clear(); var mixtureId = 0; - foreach (var entUid in gridComp.GetAnchoredEntities(indices)) + var enumerator = _mapSystem.GetAnchoredEntitiesEnumerator(grid, grid, indices); + while (enumerator.MoveNext(out var entUid)) { - if (!TryComp(entUid, out AtmosFixMarkerComponent? afm)) - continue; - mixtureId = afm.Mode; - break; + if (query.TryComp(entUid, out var marker)) + mixtureId = marker.Mode; } - var mixture = mixtures[mixtureId]; - Merge(tile, mixture); - tile.Temperature = mixture.Temperature; - gridAtmosphere.InvalidatedCoords.Add(indices); + var mixture = mixtures[mixtureId]; + Merge(air, mixture); + air.Temperature = mixture.Temperature; } } } + /// + /// Clears & re-creates all references to s stored on a grid. + /// + private void RebuildGridTiles( + Entity ent) + { + foreach (var indices in ent.Comp1.Tiles.Keys) + { + InvalidateVisuals((ent, ent), indices); + } + + var atmos = ent.Comp1; + atmos.MapTiles.Clear(); + atmos.ActiveTiles.Clear(); + atmos.ExcitedGroups.Clear(); + atmos.HotspotTiles.Clear(); + atmos.SuperconductivityTiles.Clear(); + atmos.HighPressureDelta.Clear(); + atmos.CurrentRunTiles.Clear(); + atmos.CurrentRunExcitedGroups.Clear(); + atmos.InvalidatedCoords.Clear(); + atmos.CurrentRunInvalidatedTiles.Clear(); + atmos.PossiblyDisconnectedTiles.Clear(); + atmos.Tiles.Clear(); + + var volume = GetVolumeForTiles(ent); + TryComp(ent.Comp4.MapUid, out MapAtmosphereComponent? mapAtmos); + + var enumerator = _map.GetAllTilesEnumerator(ent, ent); + while (enumerator.MoveNext(out var tileRef)) + { + var tile = GetOrNewTile(ent, ent, tileRef.Value.GridIndices); + UpdateTileData(ent, mapAtmos, tile); + UpdateAdjacentTiles(ent, tile, activate: true); + UpdateTileAir(ent, tile, volume); + } + } + private CompletionResult FixGridAtmosCommandCompletions(IConsoleShell shell, string[] args) { MapId? playerMap = null; diff --git a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Processing.cs b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Processing.cs index bd023e8574a..85b1a93e20f 100644 --- a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Processing.cs +++ b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Processing.cs @@ -30,13 +30,15 @@ public sealed partial class AtmosphereSystem private int _currentRunAtmosphereIndex; private bool _simulationPaused; - private TileAtmosphere GetOrNewTile(EntityUid owner, GridAtmosphereComponent atmosphere, Vector2i index) + private TileAtmosphere GetOrNewTile(EntityUid owner, GridAtmosphereComponent atmosphere, Vector2i index, bool invalidateNew = true) { var tile = atmosphere.Tiles.GetOrNew(index, out var existing); if (existing) return tile; - atmosphere.InvalidatedCoords.Add(index); + if (invalidateNew) + atmosphere.InvalidatedCoords.Add(index); + tile.GridIndex = owner; tile.GridIndices = index; return tile; @@ -68,7 +70,7 @@ private bool ProcessRevalidate(Entity("Cove", out var stationProto)) diff --git a/Resources/Maps/_NF/POI/cove.yml b/Resources/Maps/_NF/POI/cove.yml index 8e8ad29d03a..0181dc3ec83 100644 --- a/Resources/Maps/_NF/POI/cove.yml +++ b/Resources/Maps/_NF/POI/cove.yml @@ -3,302 +3,746 @@ meta: postmapinit: false tilemap: 0: Space - 7: FloorAsteroidSand - 8: FloorAsteroidSandDug - 30: FloorDark - 34: FloorDarkMini - 35: FloorDarkMono - 37: FloorDarkPavement - 38: FloorDarkPavementVertical - 41: FloorDirt - 74: FloorPlanetDirt - 75: FloorPlanetGrass - 90: FloorSteel - 92: FloorSteelCheckerDark - 105: FloorTechMaint - 106: FloorTechMaint2 - 113: FloorWhiteMini - 119: FloorWood - 122: Plating + 3: FloorAsteroidSand + 6: FloorAsteroidSandUnvariantized + 8: FloorAstroGrass + 14: FloorBar + 4: FloorBrokenWood + 5: FloorCaveDrought + 7: FloorDirt + 77: FloorRGlass + 1: FloorSteelCheckerDark + 107: FloorTechMaint + 115: FloorWhiteMini + 116: FloorWhiteMono + 2: FloorWood + 124: Lattice + 125: Plating entities: - proto: "" entities: - uid: 1 components: - type: MetaData + name: grid - type: Transform - pos: 0.14431763,-0.13037014 + pos: -0.5,-0.6875 parent: invalid - type: MapGrid chunks: 0,0: ind: 0,0 - tiles: dwAAAAADdwAAAAACdwAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAWgAAAAACegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAdwAAAAABdwAAAAACdwAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAWgAAAAAAegAAAAAABwAAAAAABwAAAAADBwAAAAAACAAAAAAABwAAAAAABwAAAAAABwAAAAAAdwAAAAADdwAAAAADdwAAAAADegAAAAAAagAAAAAAegAAAAAAagAAAAAAWgAAAAACegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADdwAAAAAAdwAAAAACdwAAAAACegAAAAAAagAAAAAAagAAAAAAagAAAAAAWgAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAMKQAAAAAAKQAAAAAAKQAAAAACKQAAAAADKQAAAAACBwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAAKQAAAAAAKQAAAAADKQAAAAABKQAAAAACKQAAAAABBwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAHBwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAKQAAAAADKQAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAADBwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAJKQAAAAAAKQAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAFKQAAAAAAKQAAAAABKQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAGBwAAAAAFBwAAAAAAKQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAAKQAAAAABKQAAAAADBwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAKQAAAAAAKQAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 0,-1: - ind: 0,-1 - tiles: BwAAAAAJBwAAAAAAegAAAAAABwAAAAAAegAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAAegAAAAAABwAAAAAFegAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAABwAAAAAAegAAAAAABwAAAAAIBwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJSwAAAAABSwAAAAAAegAAAAAABwAAAAAAegAAAAAABwAAAAAABwAAAAAACAAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAASwAAAAACSwAAAAACegAAAAAABwAAAAAAegAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAASwAAAAACSwAAAAAAegAAAAAABwAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAISwAAAAABSwAAAAAAegAAAAAABwAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAGBwAAAAAIBwAAAAAABwAAAAAHBwAAAAADBwAAAAAABwAAAAAAKQAAAAABKQAAAAACegAAAAAABwAAAAAAegAAAAAABwAAAAAABwAAAAADBwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFKQAAAAAAKQAAAAADegAAAAAABwAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAASwAAAAADSwAAAAADegAAAAAABwAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAASwAAAAACSwAAAAADegAAAAAABwAAAAAAegAAAAAABwAAAAAABwAAAAAAIwAAAAABIwAAAAADIwAAAAABIwAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAAAegAAAAAABwAAAAAABwAAAAAMIwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAAegAAAAAABwAAAAAABwAAAAAHIwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAAAIwAAAAAAIwAAAAACIwAAAAADIwAAAAADegAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALdwAAAAACdwAAAAACdwAAAAADegAAAAAAagAAAAAAegAAAAAAagAAAAAAWgAAAAABegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAA + tiles: AQAAAAABAQAAAAABAQAAAAADAQAAAAAAAQAAAAABAQAAAAADAQAAAAACAQAAAAAAAQAAAAADAQAAAAAAAQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAQAAAAABAQAAAAACAQAAAAABAQAAAAACAQAAAAACAQAAAAACAQAAAAABAQAAAAACAQAAAAABAQAAAAAAfQAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdAAAAAAAdAAAAAADdAAAAAACdAAAAAACdAAAAAADfQAAAAAAAQAAAAACAQAAAAADfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAADAgAAAAACAgAAAAAABAAAAAAFAgAAAAABawAAAAAAAQAAAAAAAQAAAAACawAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAABAgAAAAACAgAAAAABAgAAAAACAgAAAAABfQAAAAAAfQAAAAAAAQAAAAACfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAACAgAAAAAAAgAAAAADAgAAAAABAgAAAAAAfQAAAAAAAQAAAAACAQAAAAACAQAAAAAAAQAAAAADfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAACAgAAAAABAgAAAAAAAgAAAAADAgAAAAACfQAAAAAAAQAAAAABAQAAAAABfQAAAAAAAQAAAAACfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAABBAAAAAADAgAAAAABfQAAAAAAAQAAAAACAQAAAAACfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAACAgAAAAADAgAAAAAAAgAAAAAAAgAAAAAAfQAAAAAAAQAAAAADAQAAAAACAQAAAAACAQAAAAADfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAAQAAAAACfQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAcwAAAAADcwAAAAACcwAAAAADfQAAAAAAawAAAAAAawAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAwAAAAAEAwAAAAAAfQAAAAAAfQAAAAAAcwAAAAACcwAAAAABcwAAAAAAfQAAAAAAawAAAAAAawAAAAAAfQAAAAAAAwAAAAAHAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAEAwAAAAABawAAAAAAawAAAAAAcwAAAAACcwAAAAAAcwAAAAAAfQAAAAAAawAAAAAAawAAAAAAfQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAawAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAfQAAAAAAfQAAAAAABQAAAAAGBQAAAAAABQAAAAAHBQAAAAAEBQAAAAAEBQAAAAAEBQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAABQAAAAAHBQAAAAAABQAAAAAABQAAAAAHBQAAAAAFBQAAAAAGBQAAAAADBQAAAAACBQAAAAADfQAAAAAABQAAAAAHBQAAAAAGBQAAAAAABQAAAAAEBQAAAAAGBQAAAAACBQAAAAABBQAAAAAFBQAAAAACBQAAAAABBQAAAAAFBQAAAAABBQAAAAACBQAAAAAABQAAAAAE version: 6 -1,0: ind: -1,0 - tiles: SgAAAAAABwAAAAAABwAAAAAACAAAAAAABwAAAAABBwAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAADdwAAAAACdwAAAAAAdwAAAAAAdwAAAAADSgAAAAAASgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAAegAAAAAAcQAAAAACcQAAAAAAegAAAAAAdwAAAAADdwAAAAADdwAAAAABdwAAAAAAdwAAAAAASgAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAcQAAAAABcQAAAAADaQAAAAAAdwAAAAADdwAAAAACdwAAAAADdwAAAAADdwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAcQAAAAABcQAAAAAAegAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAABdwAAAAADBwAAAAAACAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAAIBwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAAKQAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAFBwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAKQAAAAAAKQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAGKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAADBwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAMBwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAACBwAAAAAABwAAAAAABwAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAAF + tiles: AAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAQAAAAABAQAAAAACAQAAAAADAQAAAAABAQAAAAACAQAAAAACAQAAAAADAQAAAAAAAQAAAAAAAQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfQAAAAAAAQAAAAADAQAAAAAAAQAAAAABAQAAAAADAQAAAAABAQAAAAAAAQAAAAABAQAAAAACAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAfQAAAAAAdAAAAAACdAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAfQAAAAAAAgAAAAAAAgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAAgAAAAAAAgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAawAAAAAAawAAAAAAfQAAAAAAAgAAAAACAgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAawAAAAAAawAAAAAAawAAAAAAAgAAAAACBAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAAgAAAAADAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAfQAAAAAAfQAAAAAAAgAAAAADAgAAAAACAAAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAfQAAAAAAfQAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAFfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAAwAAAAAFAwAAAAAMAwAAAAAAAwAAAAAAAwAAAAAGAwAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAABQAAAAAABQAAAAACBQAAAAAFBQAAAAAFBQAAAAACBQAAAAAHfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAABQAAAAAHBQAAAAAFBQAAAAAHBQAAAAAABQAAAAAGBQAAAAAHfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAfQAAAAAAawAAAAAAfQAAAAAAawAAAAAABQAAAAAEBQAAAAAHBQAAAAAFBQAAAAACBQAAAAADBQAAAAAHBQAAAAAEfQAAAAAAawAAAAAAawAAAAAAawAAAAAABQAAAAACawAAAAAAawAAAAAABQAAAAAHBQAAAAAD version: 6 -1,-1: ind: -1,-1 - tiles: BwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAABBwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAIBwAAAAAAegAAAAAAdwAAAAADdwAAAAAAHgAAAAADHgAAAAACHgAAAAADHgAAAAACHgAAAAACegAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAACAAAAAAABwAAAAAMBwAAAAAAegAAAAAAdwAAAAADdwAAAAAAHgAAAAACIgAAAAABIgAAAAABIgAAAAAAHgAAAAACegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAAegAAAAAAdwAAAAACdwAAAAACHgAAAAADHgAAAAADHgAAAAABHgAAAAAAHgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAACdwAAAAAAdwAAAAAAdwAAAAADdwAAAAACdwAAAAACdwAAAAACegAAAAAAKQAAAAAAKQAAAAADKQAAAAACXAAAAAAAXAAAAAAAXAAAAAADXAAAAAADXAAAAAABdwAAAAACdwAAAAADdwAAAAABdwAAAAACdwAAAAABdwAAAAADdwAAAAACegAAAAAASgAAAAAASgAAAAAASgAAAAAAXAAAAAACIgAAAAACIgAAAAAAIgAAAAACXAAAAAABdwAAAAADdwAAAAACdwAAAAABdwAAAAADdwAAAAAAdwAAAAACdwAAAAABaQAAAAAASgAAAAAASgAAAAAASgAAAAAAXAAAAAABIgAAAAADIgAAAAAAIgAAAAABXAAAAAABdwAAAAAAdwAAAAADdwAAAAACdwAAAAADdwAAAAACdwAAAAAAdwAAAAACaQAAAAAASgAAAAAASgAAAAAASgAAAAAAXAAAAAACXAAAAAABXAAAAAABXAAAAAACXAAAAAAAdwAAAAAAdwAAAAABdwAAAAADdwAAAAAAdwAAAAABdwAAAAABdwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAKBwAAAAADJQAAAAAAJQAAAAACJQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAIBwAAAAAAIwAAAAABIwAAAAACIwAAAAACegAAAAAAdwAAAAABdwAAAAADdwAAAAACdwAAAAABdwAAAAAC - version: 6 - -1,-2: - ind: -1,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAMBwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAJBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAACBwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAHBwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAawAAAAAAawAAAAAAawAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfQAAAAAAawAAAAAAawAAAAAAawAAAAAAfQAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAQAAAAACAQAAAAAAAQAAAAADAQAAAAADAQAAAAADfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfQAAAAAAAQAAAAADAQAAAAADAQAAAAACAQAAAAACAQAAAAAAAQAAAAABAQAAAAABAQAAAAACAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAQAAAAACAQAAAAACAQAAAAACAQAAAAACAQAAAAADAQAAAAAAAQAAAAAAAQAAAAABAQAAAAAAAQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAawAAAAAAawAAAAAAAQAAAAABAQAAAAACAQAAAAABTQAAAAACTQAAAAACTQAAAAACAQAAAAABAQAAAAAAAQAAAAABAQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAawAAAAAAawAAAAAAAQAAAAADAQAAAAABAQAAAAADTQAAAAABTQAAAAACTQAAAAACAQAAAAABTQAAAAABTQAAAAACTQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAawAAAAAAawAAAAAAAQAAAAADAQAAAAACAQAAAAADAQAAAAADAQAAAAADAQAAAAADAQAAAAADTQAAAAADTQAAAAADTQAAAAAD version: 6 - -2,-1: - ind: -2,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAJBwAAAAAEBwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAADBwAAAAADBwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAEBwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAHBwAAAAAABwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAABJQAAAAACIwAAAAACJQAAAAAAJQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAADJQAAAAACIwAAAAADJQAAAAACJQAAAAADegAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAABwAAAAAABwAAAAAMegAAAAAAJQAAAAACIwAAAAACJQAAAAAAJQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAAegAAAAAABwAAAAAABwAAAAABBwAAAAAGBwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAAMBwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAHBwAAAAAABwAAAAAABwAAAAAKBwAAAAALBwAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAACAAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAA + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAawAAAAAAawAAAAAAawAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfQAAAAAAawAAAAAAawAAAAAAawAAAAAAfQAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAQAAAAACAQAAAAADAQAAAAADAQAAAAABAQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAABAQAAAAACAQAAAAACAQAAAAAAAQAAAAABAQAAAAADAQAAAAAAAQAAAAABAQAAAAADAQAAAAAAfQAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAABAQAAAAAAAQAAAAACAQAAAAACAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAABAQAAAAADAQAAAAADAQAAAAACfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAABAQAAAAABAQAAAAACAQAAAAACTQAAAAADTQAAAAAATQAAAAADAQAAAAADAQAAAAAAAQAAAAACawAAAAAAawAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAQAAAAADTQAAAAACTQAAAAABTQAAAAADAQAAAAABTQAAAAABTQAAAAACTQAAAAACAQAAAAAAAQAAAAACAQAAAAADawAAAAAAawAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAQAAAAAATQAAAAADTQAAAAADTQAAAAAAAQAAAAADAQAAAAABAQAAAAAAAQAAAAAAAQAAAAADAQAAAAACAQAAAAAAawAAAAAAawAAAAAAfQAAAAAAAAAAAAAAAAAAAAAA version: 6 - -2,-2: - ind: -2,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAF + -1,1: + ind: -1,1 + tiles: BQAAAAABBQAAAAABBQAAAAAHBQAAAAAHBQAAAAAHBQAAAAAGBQAAAAABBQAAAAAEBQAAAAAAfQAAAAAABQAAAAAEBQAAAAAFBQAAAAAFBQAAAAAEBQAAAAAABQAAAAAHBQAAAAACBQAAAAABBQAAAAADBQAAAAAGBQAAAAAHBQAAAAADBQAAAAABBQAAAAAEBQAAAAAEBQAAAAACBQAAAAADBQAAAAAEBQAAAAAHBQAAAAAHBQAAAAADBQAAAAAABQAAAAADBQAAAAAFBQAAAAAGBQAAAAABBQAAAAAHBQAAAAACBQAAAAABBQAAAAAEBQAAAAAEBQAAAAADBQAAAAAEBQAAAAADBQAAAAAFBQAAAAAGBQAAAAABBQAAAAACBQAAAAAHBQAAAAAEBQAAAAADBQAAAAAHBQAAAAABBQAAAAAEBQAAAAACBQAAAAAHBQAAAAAFBQAAAAAABQAAAAABBQAAAAAFBQAAAAAEBQAAAAAHBQAAAAACBQAAAAAFBQAAAAAEBQAAAAABBQAAAAAGBQAAAAABBQAAAAAHBQAAAAADBQAAAAACBQAAAAAHBQAAAAAGBQAAAAACBQAAAAADBQAAAAAGBQAAAAACBQAAAAAGBQAAAAAABQAAAAADBQAAAAADBQAAAAABBQAAAAAGBQAAAAAHBQAAAAAGBQAAAAADBQAAAAAEBQAAAAADBQAAAAAGBQAAAAAGBQAAAAAGBQAAAAACAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABQAAAAACBQAAAAACBQAAAAAEBQAAAAACBQAAAAAFBQAAAAAHBQAAAAACBQAAAAAFBQAAAAAABQAAAAADBQAAAAABAwAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABQAAAAAFBQAAAAABBQAAAAAGBQAAAAAGBQAAAAAEBQAAAAAEBQAAAAAEBQAAAAAFBQAAAAAABQAAAAAHBQAAAAAEAwAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABQAAAAABBQAAAAAEBQAAAAAABQAAAAAGBQAAAAAFBQAAAAABBQAAAAADBQAAAAADBQAAAAAHBQAAAAAHBQAAAAACAwAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABQAAAAADBQAAAAACBQAAAAAEBQAAAAABBQAAAAAEBQAAAAAGBQAAAAACBQAAAAACBQAAAAACBQAAAAAFBQAAAAAEAwAAAAAJBgAAAAAABgAAAAAABgAAAAAAAwAAAAACBQAAAAAEBQAAAAAEBQAAAAABBQAAAAAABQAAAAAGBQAAAAAGBQAAAAAHBQAAAAAHBQAAAAAGBQAAAAAFBQAAAAABBQAAAAADAwAAAAAAAwAAAAAAAwAAAAAABQAAAAAGBQAAAAADBQAAAAADBQAAAAAEBQAAAAAEBQAAAAADBQAAAAABBQAAAAAABQAAAAAEBQAAAAAEBQAAAAAEBQAAAAABBQAAAAABBQAAAAAHBQAAAAAGBQAAAAAFBQAAAAAGBQAAAAAABQAAAAAABQAAAAAABQAAAAAGBQAAAAADBQAAAAAGBQAAAAAEBQAAAAAEBQAAAAAGBQAAAAAEBQAAAAAEBQAAAAAFBQAAAAAEBQAAAAAFBQAAAAAGBQAAAAAHBQAAAAABBQAAAAAABQAAAAAFBQAAAAABBQAAAAAABQAAAAAGBQAAAAADBQAAAAAHBQAAAAAGBQAAAAABBQAAAAAEBQAAAAAEBQAAAAAGBQAAAAADBQAAAAAEBQAAAAAFBQAAAAAGBQAAAAADBQAAAAAFBQAAAAAABQAAAAACBQAAAAAHBQAAAAAABQAAAAADBQAAAAAEBQAAAAAABQAAAAAGBQAAAAAABQAAAAAFBQAAAAAGBQAAAAAABQAAAAACBQAAAAAFBQAAAAAHBQAAAAABBQAAAAAHBQAAAAAFBQAAAAAEBQAAAAABBQAAAAACBQAAAAAABQAAAAAABQAAAAABBQAAAAAEBQAAAAAFBQAAAAAFBQAAAAACBQAAAAAB version: 6 0,1: ind: 0,1 - tiles: BwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: BQAAAAADBQAAAAAFBQAAAAAABQAAAAAGBQAAAAADBQAAAAAHBQAAAAAGBQAAAAACBQAAAAADBQAAAAADBQAAAAAFBQAAAAAABQAAAAAEBQAAAAAGBQAAAAADBQAAAAACBQAAAAAGBQAAAAAABQAAAAAFBQAAAAADBQAAAAACBQAAAAAEBQAAAAABBQAAAAAFBQAAAAAFBQAAAAAABQAAAAAGBQAAAAADBQAAAAABBQAAAAACBQAAAAAGBQAAAAAEBQAAAAAABQAAAAAABQAAAAAABQAAAAAFBQAAAAAEBQAAAAADBQAAAAAFBQAAAAAHBQAAAAAHBQAAAAAABQAAAAAEBQAAAAAFBQAAAAAGBQAAAAAFBQAAAAAGBQAAAAAGBQAAAAAHBQAAAAAGBQAAAAAFBQAAAAAHBQAAAAABBQAAAAAABQAAAAABBQAAAAADBQAAAAAEBQAAAAAEBQAAAAACBQAAAAABBQAAAAAFBQAAAAAHAwAAAAAAAwAAAAAABQAAAAADBQAAAAADBQAAAAACBQAAAAADBQAAAAAEBQAAAAAHBQAAAAAFBQAAAAAEBQAAAAAHBQAAAAADBQAAAAAEBQAAAAACBQAAAAAGAwAAAAAAAAAAAAAAAAAAAAAAAwAAAAAHBQAAAAAGBQAAAAABBQAAAAABBQAAAAABBQAAAAADBQAAAAAHBQAAAAAABQAAAAAGBQAAAAAEBQAAAAADBQAAAAAHAwAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABQAAAAAEBQAAAAABBQAAAAAFBQAAAAAHBQAAAAAEBQAAAAAEBQAAAAAABQAAAAAEBQAAAAADBQAAAAAFBQAAAAAAAwAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAwAAAAAMBQAAAAAGBQAAAAADBQAAAAABBQAAAAAHBQAAAAAFBQAAAAABBQAAAAAEBQAAAAAFBQAAAAADBQAAAAAABQAAAAADAwAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABQAAAAAGBQAAAAAABQAAAAADBQAAAAADBQAAAAAGBQAAAAAHBQAAAAAABQAAAAAGBQAAAAAGBQAAAAACBQAAAAADBQAAAAADfAAAAAAAAAAAAAAAAAAAAAAABQAAAAAABQAAAAAABQAAAAAABQAAAAACBQAAAAABBQAAAAAEBQAAAAADBQAAAAAEBQAAAAAEBQAAAAABBQAAAAAGBQAAAAADBQAAAAADAwAAAAAAAAAAAAAAAwAAAAAABQAAAAAABQAAAAAHBQAAAAAGBQAAAAABBQAAAAABBQAAAAAGBQAAAAAHBQAAAAAABQAAAAAHBQAAAAABBQAAAAAEBQAAAAACBQAAAAAABQAAAAAFBQAAAAAEBQAAAAABBQAAAAABBQAAAAADBQAAAAAGBQAAAAACBQAAAAAGBQAAAAADBQAAAAABBQAAAAAABQAAAAAFBQAAAAADBQAAAAABBQAAAAAFBQAAAAAHBQAAAAABBQAAAAAHBQAAAAADBQAAAAAHBQAAAAAABQAAAAAEBQAAAAAFBQAAAAAFBQAAAAACBwAAAAADBwAAAAABBwAAAAABBwAAAAABBwAAAAABBQAAAAAABQAAAAAFBQAAAAAEBQAAAAAABQAAAAAEBQAAAAAFBQAAAAAABQAAAAAGBQAAAAAGBQAAAAAFBQAAAAABBwAAAAAABwAAAAADBwAAAAACBwAAAAABCAAAAAACCAAAAAABCAAAAAACCAAAAAADCAAAAAACCAAAAAAABQAAAAAABQAAAAACBQAAAAAFBQAAAAAFBQAAAAAGBQAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAACCAAAAAACCAAAAAACCAAAAAAACAAAAAACCAAAAAADCAAAAAACBgAAAAAABQAAAAAFBQAAAAABBQAAAAAABQAAAAAFBQAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAADCAAAAAABCAAAAAADCAAAAAACCAAAAAABCAAAAAADBQAAAAAF + version: 6 + 1,1: + ind: 1,1 + tiles: BQAAAAAGBQAAAAAFAwAAAAAJAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAADBQAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAABBQAAAAAHAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABQAAAAADAwAAAAAAAwAAAAAAAwAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAABAwAAAAAMAAAAAAAAAAAAAAAAAwAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAALAwAAAAAAAwAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAKAwAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAFBQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAEBQAAAAABAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAABQAAAAAABQAAAAAGAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAGBQAAAAAHAwAAAAAAAwAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAEBQAAAAACBQAAAAACAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAEBQAAAAACBQAAAAAABQAAAAAEAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 1,0: ind: 1,0 - tiles: BwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAACBwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAFBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAALBwAAAAAABwAAAAAIBwAAAAADBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAFBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAMBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 1,-1: - ind: 1,-1 - tiles: BwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAABBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAJBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAABAwAAAAAEAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAGBQAAAAACAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAADBQAAAAAHAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - 1,-2: - ind: 1,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAADBwAAAAAGBwAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + -2,0: + ind: -2,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAMAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAGAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAIAwAAAAAABQAAAAAG version: 6 - 0,-2: - ind: 0,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAegAAAAAAJgAAAAADJgAAAAACJgAAAAAAegAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAGBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAegAAAAAAJgAAAAACJgAAAAAAJgAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAKBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAegAAAAAAIwAAAAABIwAAAAAAIwAAAAAAegAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAEBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAegAAAAAAJgAAAAADJgAAAAABJgAAAAABegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAAegAAAAAAJgAAAAAAJgAAAAACJgAAAAADegAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAAegAAAAAABwAAAAAAegAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAABwAAAAAAegAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAALBwAAAAACegAAAAAABwAAAAAAegAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAABwAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAA + -2,1: + ind: -2,1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAADAwAAAAAGBQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAFBQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAJBQAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAADAwAAAAAAAwAAAAAABQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAFAwAAAAAABQAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAABQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABQAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAABQAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAABBQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAKAwAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAABQAAAAAC version: 6 - -1,1: - ind: -1,1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + -1,2: + ind: -1,2 + tiles: BQAAAAAEBQAAAAAEBQAAAAAABQAAAAABBQAAAAAABQAAAAADBgAAAAAABgAAAAAABgAAAAAABQAAAAAFBQAAAAAABQAAAAAGBQAAAAAGBQAAAAADBQAAAAAABQAAAAAEAwAAAAAFAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAAAgAAAAACBAAAAAABAgAAAAABAgAAAAADAgAAAAABBgAAAAAAAwAAAAAGAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAABAwAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAAAgAAAAABAgAAAAAAAgAAAAADAgAAAAAABAAAAAAAAgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAAAgAAAAAAAgAAAAAAAgAAAAACAgAAAAACAgAAAAADAgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAAAgAAAAACAgAAAAAABAAAAAABAgAAAAADAgAAAAABAgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABgAAAAAABgAAAAAABgAAAAAAAgAAAAABAgAAAAABAgAAAAADAgAAAAABAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAALBgAAAAAABgAAAAAABgAAAAAAAgAAAAACAgAAAAABAgAAAAADAgAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - -2,0: - ind: -2,0 - tiles: BwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAEBwAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAGBwAAAAAMBwAAAAAABwAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAHBwAAAAAASgAAAAAASgAAAAAASgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAHBwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + 0,2: + ind: 0,2 + tiles: BgAAAAAABQAAAAAEBQAAAAAEBQAAAAACBQAAAAACBQAAAAAABQAAAAAABQAAAAAABQAAAAAABQAAAAACBQAAAAAABQAAAAAEBQAAAAAGBQAAAAAGBQAAAAAGBQAAAAAFBgAAAAAABgAAAAAABgAAAAAABgAAAAAABQAAAAAABQAAAAAHBQAAAAAGBQAAAAABBQAAAAAHBQAAAAAABQAAAAAABQAAAAAGBQAAAAAEBQAAAAABBQAAAAAFBQAAAAACBgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAFAwAAAAADBgAAAAAABgAAAAAABwAAAAAABwAAAAADBwAAAAADBwAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAABgAAAAAABwAAAAACBwAAAAADBwAAAAABBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAABgAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - -3,-1: - ind: -3,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAaQAAAAAAJQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAegAAAAAAJQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAaQAAAAAAJQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAA + 1,2: + ind: 1,2 + tiles: BQAAAAABBQAAAAACAwAAAAACAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAACBQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - -3,0: - ind: -3,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAFBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + -2,2: + ind: -2,2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAABQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - type: Broadphase - type: Physics bodyStatus: InAir - angularDamping: 999999 - linearDamping: 999999 + angularDamping: 0.05 + linearDamping: 0.05 fixedRotation: False bodyType: Dynamic - type: Fixtures fixtures: {} + - type: IFF + color: '#FFC000FF' + flags: HideLabel - type: OccluderTree - type: SpreaderGrid - type: Shuttle - angularDamping: 999999 - linearDamping: 999999 - type: GridPathfinding - - type: Gravity - gravityShakeSound: !type:SoundPathSpecifier - path: /Audio/Effects/alert.ogg - type: DecalGrid chunkCollection: version: 2 nodes: - node: - color: '#DE3A3A96' - id: BotGreyscale + color: '#FFFFFFFF' + id: Box + decals: + 73: -9,14 + 74: -9,13 + 75: -9,12 + 76: -8,12 + 77: -8,13 + 78: -8,14 + 79: -7,14 + 80: -7,13 + 81: -7,12 + - node: + color: '#D4C8BFFF' + id: BrickTileSteelCornerNe + decals: + 270: 4,8 + - node: + color: '#D4C8BFFF' + id: BrickTileSteelCornerNw + decals: + 271: -2,8 + - node: + color: '#D4C8BFFF' + id: BrickTileSteelCornerSe + decals: + 269: 4,3 + - node: + color: '#D4C8BFFF' + id: BrickTileSteelCornerSw + decals: + 268: -2,3 + - node: + color: '#D4C8BFFF' + id: BrickTileSteelInnerNe + decals: + 250: -8,-4 + 251: -4,-3 + 252: 0,-3 + 253: 4,-4 + - node: + color: '#D4C8BFFF' + id: BrickTileSteelInnerNw decals: - 72: -9,-1 - 73: -8,-1 - 74: -7,-1 + 264: -4,-4 + 265: 0,-3 + 266: 4,-3 + 267: 8,-4 - node: + color: '#D4C8BFFF' + id: BrickTileSteelInnerSe + decals: + 256: -8,-1 + 257: -4,0 + 258: 0,0 + 259: 4,-1 + - node: + color: '#D4C8BFFF' + id: BrickTileSteelInnerSw + decals: + 260: -4,-1 + 261: 0,0 + 262: 4,0 + 263: 8,-1 + - node: + color: '#D4C8BFFF' + id: BrickTileSteelLineE + decals: + 219: 4,-2 + 221: 4,-3 + 222: -4,-1 + 223: -4,-2 + 224: -8,-3 + 225: -8,-2 + 254: 0,-2 + 255: 0,-1 + 279: 4,7 + 280: 4,6 + 281: 4,5 + 282: 4,4 + - node: + color: '#D4C8BFFF' + id: BrickTileSteelLineN + decals: + 212: -1,-3 + 213: -2,-3 + 214: -3,-3 + 215: 1,-3 + 216: 2,-3 + 217: 3,-3 + 244: 5,-4 + 245: 6,-4 + 246: 7,-4 + 247: -5,-4 + 248: -6,-4 + 249: -7,-4 + 272: 0,8 + 273: 1,8 + 274: 2,8 + 275: 3,8 + - node: + color: '#D4C8BFFF' + id: BrickTileSteelLineS + decals: + 232: -7,-1 + 233: -6,-1 + 234: -5,-1 + 235: -3,0 + 236: -2,0 + 237: -1,0 + 238: 1,0 + 239: 2,0 + 240: 3,0 + 241: 5,-1 + 242: 6,-1 + 243: 7,-1 + 283: 3,3 + 284: 2,3 + 285: 1,3 + 286: 0,3 + 287: -1,3 + - node: + color: '#D4C8BFFF' + id: BrickTileSteelLineW + decals: + 218: 4,-1 + 220: 4,-2 + 226: 8,-2 + 227: 8,-3 + 228: 0,-1 + 229: 0,-2 + 230: -4,-2 + 231: -4,-3 + 276: -2,7 + 277: -2,6 + 278: -2,5 + - node: + color: '#726F6AFF' + id: BrickTileWhiteInnerNe + decals: + 298: -1,8 + - node: + color: '#726F6AFF' + id: BrickTileWhiteInnerNw + decals: + 295: -2,4 + 297: -1,8 + - node: + color: '#726F6AFF' + id: BrickTileWhiteInnerSw + decals: + 296: -2,4 + - node: + color: '#951710FF' + id: Caution + decals: + 323: -13,27 + - node: + color: '#A4610696' + id: CheckerNWSE + decals: + 63: 6,8 + 64: 7,8 + 65: 6,7 + 66: 7,7 + 67: 6,6 + 68: 7,6 + 69: 6,5 + 70: 7,5 + 82: 8,5 + 83: 9,5 + 84: 9,6 + 85: 8,8 + 86: 9,8 + 87: 9,9 + 88: 7,4 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + decals: + 156: -8,3 + 157: -5,5 + 158: -8,7 + 159: -5,9 + 160: -8,9 + 161: -6,8 + 162: -4,10 + 163: -1,11 + 164: -4,12 + 165: 0,13 + 176: -5,3 + 184: -8,8 + 185: -2,10 + 327: -3,4 + 328: -7,4 + 333: -5,14 + 334: 6,13 + 337: -8,15 + 339: -6,15 + 340: -3,15 + 344: -1,14 + 345: 6,10 + - node: + cleanable: True color: '#FFFFFFFF' - id: BrickTileDarkCornerSw + id: DirtHeavyMonotile decals: - 52: 7,-6 + 187: -3,12 + 191: -1,12 + 192: 0,12 + 193: -2,12 + 194: -3,12 + 195: -4,6 + 324: -1,9 + 325: -1,10 + 326: -4,4 - node: + cleanable: True color: '#FFFFFFFF' - id: BrickTileDarkInnerNe + id: DirtLight decals: - 50: 6,-7 + 166: -5,13 + 167: -8,8 + 168: -8,5 + 169: -6,3 + 170: -8,4 + 177: -6,3 + 178: -6,4 + 179: -4,6 + 180: -5,7 + 181: -5,6 + 182: -8,6 + 183: -5,8 + 186: -3,10 + 189: -5,10 + 190: -4,10 + 335: 6,11 + 336: 7,12 + 341: -4,15 + 342: -3,14 + 343: 0,14 + 346: 7,10 + 347: 7,11 + 348: 6,11 + 349: 7,12 + 350: 6,12 - node: + cleanable: True color: '#FFFFFFFF' - id: BrickTileDarkInnerSe + id: DirtMedium decals: - 77: -10,0 - 78: -6,2 + 171: -8,4 + 172: -7,3 + 173: -4,3 + 174: -5,4 + 175: -5,3 + 188: -5,12 + 329: -7,3 + 330: -4,2 + 331: 0,12 + 332: -1,12 + 338: -7,15 - node: color: '#FFFFFFFF' - id: BrickTileDarkLineE + id: FlowersBROne decals: - 46: 6,-3 - 47: 6,-4 - 48: 6,-5 - 49: 6,-6 - 75: -10,-2 - 76: -10,-1 + 311: 14.009639,29.090136 + 312: 13.395055,29.277636 + 313: 13.895055,29.746386 + 314: 14.884639,29.694302 + 315: 14.967972,29.017218 + 316: 13.551305,28.996386 - node: color: '#FFFFFFFF' - id: BrickTileDarkLineN + id: Flowerspv3 decals: - 51: 7,-7 + 304: 12.061722,29.048468 + 305: 12.415889,29.475552 + 306: 12.770055,29.090136 - node: color: '#FFFFFFFF' - id: BrickTileDarkLineW + id: Flowersy1 decals: - 53: 7,-5 - 54: 7,-4 - 55: 7,-3 + 307: 13.238805,29.579718 + 308: 12.395055,29.423468 + 309: 14.738805,28.996386 + 310: 14.436722,29.433886 - node: - color: '#D4D4D414' - id: BrickTileWhiteCornerSw + color: '#A46106FF' + id: MiniTileWhiteCornerNe decals: - 62: 7,-6 + 55: 4,12 - node: - color: '#D4D4D41E' - id: BrickTileWhiteInnerNe + color: '#A46106FF' + id: MiniTileWhiteCornerNw + decals: + 56: 2,12 + - node: + color: '#A46106FF' + id: MiniTileWhiteCornerSe decals: - 60: 6,-7 + 57: 4,10 - node: - color: '#D4D4D41E' - id: BrickTileWhiteLineE + color: '#A46106FF' + id: MiniTileWhiteCornerSw decals: - 56: 6,-6 - 57: 6,-5 - 58: 6,-4 - 59: 6,-3 + 58: 2,10 - node: - color: '#D4D4D41E' - id: BrickTileWhiteLineN + color: '#A46106FF' + id: MiniTileWhiteLineE decals: - 61: 7,-7 + 62: 4,11 - node: - color: '#D4D4D414' - id: BrickTileWhiteLineW + color: '#A46106FF' + id: MiniTileWhiteLineN decals: - 63: 7,-5 - 64: 7,-4 - 65: 7,-3 + 61: 3,12 - node: - color: '#79150096' - id: MiniTileCheckerAOverlay + color: '#A46106FF' + id: MiniTileWhiteLineS decals: - 80: -5,-13 - 81: -4,-13 - 82: -3,-13 + 60: 3,10 - node: - color: '#D4D4D428' - id: MiniTileCheckerAOverlay + color: '#A46106FF' + id: MiniTileWhiteLineW decals: - 83: -12,-9 - 84: -12,-8 - 85: -11,-9 - 86: -11,-8 - 87: -10,-9 - 88: -10,-8 + 59: 2,11 - node: angle: -1.5707963267948966 rad color: '#FFFFFFFF' id: StandClear decals: - 43: -31,-7 - 44: -31,-6 - 45: -31,-5 + 351: 10,22 - node: - color: '#FFFFFFFF' - id: StandClear + color: '#A46106FF' + id: WarnCornerNE decals: - 40: 2,-24 - 41: 3,-24 - 42: 4,-24 + 129: -4,6 - node: - color: '#52B4E996' - id: WarnFullGreyscale + color: '#A46106FF' + id: WarnCornerNW decals: - 66: 8,-3 - 67: 9,-3 - 68: 10,-3 + 130: -8,9 - node: - color: '#DE3A3A96' + color: '#A46106FF' + id: WarnCornerSE + decals: + 131: -4,3 + 132: 0,12 + - node: + color: '#9FED58FF' + id: WarnCornerSW + decals: + 149: -8,3 + - node: + color: '#9FED58FF' + id: WarnCornerSmallNE + decals: + 154: -8,4 + - node: + color: '#A46106FF' + id: WarnCornerSmallNE + decals: + 135: -5,10 + 136: -5,12 + 137: -5,6 + 290: -4,4 + - node: + color: '#9FED58FF' + id: WarnCornerSmallNW + decals: + 155: -5,4 + - node: + color: '#A46106FF' + id: WarnCornerSmallNW + decals: + 133: 0,12 + 134: -5,9 + 294: -1,10 + - node: + color: '#A46106FF' + id: WarnCornerSmallSE + decals: + 140: -8,8 + 141: -5,10 + 142: -1,12 + 143: -5,12 + 291: -4,4 + - node: + color: '#A46106FF' + id: WarnCornerSmallSW + decals: + 138: -1,12 + 139: -5,8 + 292: -1,10 + - node: + color: '#B02E26FF' id: WarnFullGreyscale decals: - 69: 8,-6 - 70: 9,-6 - 71: 10,-6 + 54: 4,12 + - node: + color: '#9FED58FF' + id: WarnLineE + decals: + 146: -8,5 + - node: + color: '#A46106FF' + id: WarnLineE + decals: + 91: -8,6 + 92: -8,7 + 104: -5,9 + 105: -5,8 + 106: -5,7 + 107: -4,5 + 108: -1,11 + 109: 0,13 + 110: -5,13 + 111: -5,11 + 293: -1,10 + 302: -1,9 - node: color: '#FFFFFFFF' id: WarnLineE decals: - 0: -34,-5 - 1: -34,-7 - 2: -28,-7 - 3: -28,-5 - 9: -6,2 - 16: -1,-8 - 17: -1,-9 - 28: -31,-7 - 29: -31,-6 - 30: -31,-5 + 17: 11,-1 + 18: 11,-2 + 19: 11,-3 + 20: -11,-1 + 21: -11,-2 + 28: -13,-1 + 29: -13,-2 + 30: -13,-3 + 31: 13,-1 + 32: 13,-2 + 33: 13,-3 + 52: 5,3 + 53: 8,3 + 72: -11,-3 + 199: -6,-8 + 288: 1,12 + - node: + color: '#9FED58FF' + id: WarnLineN + decals: + 150: -7,3 + 151: -6,3 + 152: -5,3 + - node: + color: '#A46106FF' + id: WarnLineN + decals: + 112: -6,8 + 113: -7,8 + 114: -4,10 + 115: -3,10 + 116: -2,10 + 117: -2,12 + 118: -3,12 + 119: -4,12 + 300: -3,4 - node: color: '#FFFFFFFF' id: WarnLineN decals: - 13: -2,-2 - 14: -1,-2 - 15: 5,-2 - 20: 2,-27 - 21: 4,-27 - 22: 2,-21 - 23: 4,-21 - 37: 2,-24 - 38: 3,-24 - 39: 4,-24 + 11: -8,-7 + 12: -7,-7 + 13: -6,-7 + 14: 6,-7 + 15: 7,-7 + 16: 8,-7 + 34: -4,2 + 39: 3,9 + 46: -8,-9 + 47: -7,-9 + 48: -6,-9 + 49: 6,-9 + 50: 7,-9 + 51: 8,-9 + 90: 6,9 + 197: -12,-3 + - node: + color: '#9FED58FF' + id: WarnLineS + decals: + 147: -8,5 + 148: -8,4 + 153: -5,5 + - node: + color: '#A46106FF' + id: WarnLineS + decals: + 93: -8,7 + 94: -8,6 + 95: -8,8 + 96: -5,10 + 97: -5,11 + 98: -5,12 + 99: -5,13 + 100: 0,13 + 101: -1,11 + 102: -5,6 + 103: -5,7 + 301: -1,9 + - node: + color: '#FFFFFFFF' + id: WarnLineS + decals: + 0: -11,-1 + 1: -11,-2 + 2: 11,-1 + 3: 11,-2 + 4: 11,-3 + 22: 13,-3 + 23: 13,-2 + 24: 13,-1 + 25: -13,-3 + 26: -13,-2 + 27: -13,-1 + 35: 5,3 + 36: 8,3 + 71: -11,-3 + 198: -8,-8 + 289: 1,12 - node: + angle: 1.5707963267948966 rad color: '#FFFFFFFF' id: WarnLineS decals: - 4: -34,-7 - 5: -34,-5 - 6: -28,-7 - 7: -28,-5 - 8: -6,2 - 18: -1,-9 - 19: -1,-8 - 31: -31,-7 - 32: -31,-6 - 33: -31,-5 + 207: 12,-3 + - node: + color: '#9FED58FF' + id: WarnLineW + decals: + 144: -6,4 + 145: -7,4 + - node: + color: '#A46106FF' + id: WarnLineW + decals: + 120: -7,9 + 121: -6,9 + 122: -1,12 + 123: -2,12 + 124: -3,12 + 125: -4,12 + 126: -4,10 + 127: -3,10 + 128: -2,10 + 299: -3,4 + - node: + angle: -1.5707963267948966 rad + color: '#FFFFFFFF' + id: WarnLineW + decals: + 211: 8,-8 + - node: + color: '#FFFFFFFF' + id: WarnLineW + decals: + 5: 6,-7 + 6: 7,-7 + 7: 8,-7 + 8: -8,-7 + 9: -7,-7 + 10: -6,-7 + 37: -4,2 + 38: 3,9 + 40: 8,-9 + 41: 7,-9 + 42: 6,-9 + 43: -8,-9 + 44: -7,-9 + 45: -6,-9 + 89: 6,9 + 196: -12,-1 + 209: 12,-1 - node: + angle: 1.5707963267948966 rad color: '#FFFFFFFF' id: WarnLineW decals: - 10: -2,-2 - 11: -1,-2 - 12: 5,-2 - 24: 2,-21 - 25: 4,-21 - 26: 2,-27 - 27: 4,-27 - 34: 2,-24 - 35: 3,-24 - 36: 4,-24 + 210: 6,-8 + - node: + cleanable: True + color: '#951710FF' + id: footprint + decals: + 318: -13.115324,17.519892 + 319: -12.880949,17.769892 + - node: + color: '#951710FF' + id: shop + decals: + 320: 0,16 + 321: -5,16 + - node: + angle: -1.5707963267948966 rad + color: '#FFFFFFFF' + id: skull + decals: + 200: -12,-1 + 201: -12,-3 + - node: + color: '#FFFFFFFF' + id: skull + decals: + 202: -8,-8 + 203: -6,-8 + 204: 6,-8 + 205: 8,-8 - node: - color: '#FF0000FF' + angle: 1.5707963267948966 rad + color: '#FFFFFFFF' + id: skull + decals: + 206: 12,-3 + 208: 12,-1 + - node: + angle: -1.5707963267948966 rad + color: '#791500FF' + id: space + decals: + 354: 8,22 + - node: + cleanable: True + color: '#951710FF' + id: splatter + decals: + 317: -12.740324,16.801142 + - node: + color: '#951710FF' id: x decals: - 79: 0.5325799,12.50158 + 303: 3,36 - type: GridAtmosphere version: 2 data: @@ -308,314 +752,237 @@ entities: 0,-1: 0: 65535 -1,0: - 0: 65535 - -1,-1: - 0: 65535 + 0: 56575 0,1: 0: 65535 + -1,1: + 0: 57311 0,2: - 0: 65535 + 0: 4495 + 1: 52224 + -1,2: + 0: 65437 0,3: + 0: 65299 + 1: 12 + -1,3: 0: 65535 - 1,0: + 0,4: 0: 65535 + 1,0: + 0: 56831 1,1: - 0: 65535 + 0: 56785 1,2: - 0: 65535 + 0: 52237 + 1: 256 + 2: 4096 1,3: + 1: 1 + 0: 65484 + 1,-1: 0: 65535 - 2,0: + 1,4: 0: 65535 + 2,0: + 0: 8247 + 3: 128 2,1: - 0: 65535 + 0: 560 2,2: - 0: 65535 + 0: 4131 + 4: 128 2,3: - 0: 1023 - 1: 7168 - 3,0: - 0: 65535 - 3,1: - 0: 65535 + 0: 65329 + 2,-1: + 0: 65527 + 2,4: + 0: 4927 3,2: - 0: 65535 + 4: 3952 3,3: - 0: 7 - 1: 8 - 0,-4: - 0: 65535 - 0,-3: - 0: 65535 - 0,-2: - 0: 65535 - 1,-4: - 0: 65535 - 1,-3: - 0: 65535 - 1,-2: - 0: 65535 - 1,-1: - 0: 65535 - 2,-4: - 0: 65535 - 2,-3: - 0: 65535 - 2,-2: - 0: 65535 - 2,-1: - 0: 65535 - 3,-4: - 0: 65535 - 3,-3: - 0: 65535 - 3,-2: - 0: 65535 + 0: 65280 3,-1: - 0: 65535 - -4,0: - 0: 65535 - -4,1: - 0: 65535 + 0: 13104 + 3,4: + 0: 7 + 4,2: + 4: 768 + -4,3: + 0: 65024 + -4,4: + 0: 61167 -4,2: + 4: 608 + -4,-1: + 0: 34944 + -3,3: + 0: 65160 + -3,-1: + 0: 65532 + -3,4: 0: 65535 - -4,3: - 0: 239 - 1: 16 -3,0: - 0: 65535 + 3: 32 + 0: 32908 -3,1: - 0: 65535 + 0: 34952 -3,2: - 0: 65535 - -3,3: - 0: 255 - 1: 3584 + 0: 34952 -2,0: - 0: 65535 + 0: 61695 -2,1: 0: 65535 -2,2: 0: 65535 -2,3: - 0: 61439 - -1,1: - 0: 65535 - -1,2: - 0: 65535 - -1,3: - 0: 65535 - -4,-4: - 0: 65535 - -4,-3: 0: 65535 - -4,-2: + -2,-1: 0: 65535 - -4,-1: + -2,4: 0: 65535 - -3,-4: + -1,-1: 0: 65535 - -3,-3: + -1,4: 0: 65535 -3,-2: - 0: 65535 - -3,-1: - 0: 65535 - -2,-4: - 0: 65535 + 3: 8256 + 0: 34816 -2,-3: - 0: 65535 + 0: 28672 -2,-2: - 0: 65535 - -2,-1: - 0: 65535 - -1,-4: - 0: 65535 - -1,-3: - 0: 65535 + 0: 65399 -1,-2: - 0: 65535 - -4,-5: - 0: 65535 - -4,-6: - 1: 8320 - 0: 52224 - -3,-6: - 0: 65520 - 1: 8 - -3,-5: - 0: 65535 - -2,-7: - 1: 4608 - 0: 60416 - -2,-6: - 0: 65535 - -2,-5: - 0: 65535 - -1,-7: - 1: 48 - 0: 65480 - -1,-6: - 0: 65535 - -1,-5: - 0: 65535 - -1,-8: - 1: 32768 - -8,-3: - 0: 65535 - -8,-2: - 0: 65535 - -8,-1: - 0: 65535 - -8,-4: - 1: 8192 + 3: 16 + 0: 61440 + 0,-2: + 0: 61440 + 1,-2: + 0: 65228 + 3: 16 + 1,-3: 0: 49152 - -7,-4: - 0: 56520 - 1: 8740 - -7,-3: - 0: 65535 - -7,-2: - 0: 65535 - -7,-1: - 0: 65535 - -6,-4: - 0: 65535 - -6,-3: + 2,-3: + 0: 4096 + 2,-2: + 0: 13073 + 3: 32832 + -4,5: + 0: 61422 + -4,6: + 0: 65518 + -4,7: + 0: 3823 + -3,5: 0: 65535 - -6,-2: + -3,6: + 0: 32767 + -3,7: + 0: 819 + -2,5: 0: 65535 - -6,-1: + -2,6: 0: 65535 - -5,-4: + -2,7: + 0: 49166 + -2,8: + 0: 52428 + -1,5: 0: 65535 - -5,-3: + -1,6: 0: 65535 - -5,-2: + -1,7: + 0: 62207 + -1,8: + 0: 65407 + 0,5: 0: 65535 - -5,-1: + 0,6: 0: 65535 - -6,-5: - 1: 61440 - -5,-5: - 1: 28 - 0: 65504 - 0,4: - 0: 4095 - 1: 12288 - 1,4: - 0: 307 - 1: 516 - 4,0: + 0,7: + 0: 19 + 1,5: 0: 65535 - 4,1: - 0: 30719 - 4,2: - 0: 30583 - 1: 2176 + 1,6: + 0: 61439 + 1,7: + 0: 52428 + 2,5: + 0: 32625 + 2,6: + 0: 13073 + 2,7: + 0: 64977 + 3,5: + 4: 4368 + 3: 11808 + 3,7: + 0: 32752 + 3,6: + 3: 2 + 4: 128 + 4,5: + 3: 20256 + 4: 3 + 4,6: + 4: 28 + 4,7: + 4: 2248 + 4,8: + 4: 780 + 5,4: + 4: 1 + 3: 57344 + 5,5: + 3: 53196 + 5,7: + 4: 4352 + 5,3: + 4: 4352 + 5,6: + 3: 236 + 5,8: + 4: 1 + 6,4: + 3: 4096 + 6,5: + 3: 4369 + 6,6: + 3: 17 4,3: - 0: 3 - 1: 4 - 5,0: - 0: 4403 - 5,1: - 1: 1 - 4,-4: - 0: 65527 - 1: 8 - 4,-3: - 0: 65535 - 4,-2: - 0: 65535 - 4,-1: - 0: 65535 - 5,-4: - 1: 4096 - 5,-3: - 1: 273 - 0: 4096 - 5,-2: - 0: 13073 - 1: 32 - 5,-1: - 0: 13107 - 1: 1092 - 4,-6: - 1: 256 - 0: 4096 - 4,-5: - 0: 29489 - 1: 1090 - 0,-8: - 0: 61440 - 0,-7: - 0: 65535 - 0,-6: - 0: 65535 - 0,-5: - 0: 65535 - 1,-8: - 0: 28672 - 1,-7: - 0: 65399 - 1: 128 - 1,-6: - 0: 65535 - 1,-5: - 0: 65535 - 2,-7: - 0: 28928 - 1: 34304 - 2,-6: - 0: 65535 - 2,-5: - 0: 65535 - 3,-6: - 0: 65328 - 1: 64 - 3,-5: - 0: 65535 - -2,4: - 1: 6 - 0: 8 - -1,4: - 0: 3311 - 1: 528 - -8,0: - 0: 3823 - 1: 16 - -7,0: - 0: 61439 - -7,1: - 0: 61166 - -7,2: - 0: 142 - 1: 2144 - -6,0: - 0: 65535 - -6,1: - 0: 65535 - -6,2: - 0: 4095 - 1: 49152 - -5,0: - 0: 65535 - -5,1: - 0: 65535 - -5,2: - 0: 65535 + 4: 2048 -5,3: - 1: 12 - -9,-3: - 1: 256 - 0: 65024 - -9,-2: - 0: 65535 - -9,-1: - 0: 65535 - -9,0: - 1: 130 - 0: 12 + 4: 272 + -5,2: + 4: 8192 + -5,4: + 4: 256 + -5,5: + 4: 256 + -5,6: + 4: 4096 + -5,8: + 4: 2082 + -3,8: + 4: 8192 + -3,9: + 4: 2176 + -2,9: + 0: 2188 + -1,9: + 0: 2047 + 0,8: + 4: 49152 + 0,9: + 4: 12 + 1,8: + 4: 28672 + 1,9: + 4: 1 + 2,8: + 4: 3072 + 3,8: + 4: 3840 uniqueMixes: - volume: 2500 temperature: 293.15 @@ -632,6 +999,51 @@ entities: - 0 - 0 - 0 + - volume: 2500 + temperature: 235 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 235 + moles: + - 21.813705 + - 82.06108 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + immutable: True + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 - volume: 2500 temperature: 293.15 moles: @@ -650,10541 +1062,11839 @@ entities: chunkSize: 4 - type: GasTileOverlay - type: RadiationGridResistance - - type: BecomesStation - id: Cove -- proto: ActionToggleLight + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg +- proto: AccordionInstrument entities: - - uid: 1919 + - uid: 1426 components: - type: Transform - parent: 1918 - - type: InstantAction - container: 1918 -- proto: AirCanister + pos: -0.4802575,36.45672 + parent: 1 +- proto: AirAlarm entities: - - uid: 1289 + - uid: 239 components: - type: Transform - pos: 8.5,-2.5 + rot: -1.5707963267948966 rad + pos: -2.5,8.5 parent: 1 -- proto: AirlockEngineering + - type: DeviceList + devices: + - 407 + - 646 + - 171 + - 974 + - 973 +- proto: AirCanister entities: - - uid: 1843 + - uid: 901 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-1.5 + anchored: True + pos: 8.5,11.5 parent: 1 -- proto: AirlockShuttle + - type: Physics + bodyType: Static +- proto: AirlockFreezer entities: - - uid: 3 + - uid: 345 components: - type: Transform - pos: 2.5,-28.5 + pos: 1.5,12.5 parent: 1 - - uid: 4 + - uid: 993 components: - type: Transform - pos: 3.5,-28.5 + pos: 3.5,9.5 parent: 1 - - uid: 5 +- proto: AirlockGlass + entities: + - uid: 358 components: - type: Transform - pos: 4.5,-28.5 + pos: 8.5,8.5 parent: 1 - - uid: 22 + - uid: 637 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-6.5 + pos: 8.5,5.5 parent: 1 - - uid: 23 +- proto: AirlockHatch + entities: + - uid: 36 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-5.5 + pos: -10.5,-0.5 parent: 1 - - uid: 24 + - uid: 41 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-4.5 + pos: -10.5,-1.5 parent: 1 -- proto: APCBasic - entities: - - uid: 1306 + - uid: 58 components: - type: Transform - pos: -7.5,-5.5 + pos: -10.5,-2.5 parent: 1 - - uid: 1307 + - uid: 60 components: - type: Transform - pos: 3.5,-20.5 + pos: 11.5,-0.5 parent: 1 - - uid: 1308 + - type: DeviceLinkSink + links: + - 950 + - uid: 89 components: - type: Transform - pos: -27.5,-5.5 + pos: 11.5,-1.5 parent: 1 - - uid: 1309 + - type: DeviceLinkSink + links: + - 950 + - uid: 92 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,1.5 + pos: 11.5,-2.5 parent: 1 -- proto: AtmosDeviceFanTiny - entities: - - uid: 1592 + - uid: 95 components: - type: Transform - pos: 2.5,-26.5 + pos: 6.5,-6.5 parent: 1 - - uid: 1593 + - uid: 103 components: - type: Transform - pos: 4.5,-26.5 + pos: 7.5,-6.5 parent: 1 - - uid: 1594 + - uid: 114 components: - type: Transform - pos: -33.5,-4.5 + pos: 8.5,-6.5 parent: 1 - - uid: 1595 + - uid: 116 components: - type: Transform - pos: -33.5,-6.5 + pos: -5.5,-6.5 parent: 1 -- proto: AtmosFixBlockerMarker - entities: - - uid: 1137 + - uid: 117 components: - type: Transform - pos: -21.5,11.5 + pos: -6.5,-6.5 parent: 1 - - uid: 1781 + - uid: 118 components: - type: Transform - pos: -14.5,-20.5 + pos: -7.5,-6.5 parent: 1 - - uid: 1920 + - uid: 1917 components: - type: Transform - pos: -20.5,11.5 + pos: 9.5,22.5 parent: 1 - - uid: 1922 + - uid: 2055 components: - type: Transform - pos: -24.5,10.5 + pos: 11.5,22.5 parent: 1 - - uid: 1923 +- proto: AirlockShuttleSyndicate + entities: + - uid: 130 components: - type: Transform - pos: -25.5,9.5 + rot: -1.5707963267948966 rad + pos: -12.5,-1.5 parent: 1 - - uid: 1924 + - uid: 131 components: - type: Transform - pos: -26.5,9.5 + rot: -1.5707963267948966 rad + pos: -12.5,-2.5 parent: 1 - - uid: 1925 + - uid: 136 components: - type: Transform - pos: -31.5,1.5 + pos: -7.5,-8.5 parent: 1 - - uid: 1926 + - uid: 137 components: - type: Transform - pos: -32.5,1.5 + pos: -6.5,-8.5 parent: 1 - - uid: 1927 + - uid: 140 components: - type: Transform - pos: -34.5,0.5 + pos: -5.5,-8.5 parent: 1 - - uid: 1928 + - uid: 143 components: - type: Transform - pos: -35.5,-9.5 + pos: 6.5,-8.5 parent: 1 - - uid: 1929 + - uid: 146 components: - type: Transform - pos: -30.5,-12.5 + pos: 7.5,-8.5 parent: 1 - - uid: 1930 + - uid: 147 components: - type: Transform - pos: -26.5,-12.5 + pos: 8.5,-8.5 parent: 1 - - uid: 1931 + - uid: 148 components: - type: Transform - pos: -26.5,-13.5 + rot: 1.5707963267948966 rad + pos: 13.5,-2.5 parent: 1 - - uid: 1932 + - uid: 150 components: - type: Transform - pos: -26.5,-14.5 + rot: 1.5707963267948966 rad + pos: 13.5,-1.5 parent: 1 - - uid: 1933 + - uid: 151 components: - type: Transform - pos: -25.5,-15.5 + rot: 1.5707963267948966 rad + pos: 13.5,-0.5 parent: 1 - - uid: 1934 + - uid: 159 components: - type: Transform - pos: -23.5,-16.5 + rot: -1.5707963267948966 rad + pos: -12.5,-0.5 parent: 1 - - uid: 1935 +- proto: AirSensor + entities: + - uid: 973 components: - type: Transform - pos: -22.5,-16.5 + rot: 1.5707963267948966 rad + pos: -5.5,4.5 parent: 1 - - uid: 1936 +- proto: AmeJar + entities: + - uid: 562 components: - type: Transform - pos: -21.5,-16.5 + pos: -3.6350956,13.749761 parent: 1 - - uid: 1937 + - uid: 651 components: - type: Transform - pos: -20.5,-16.5 + pos: -3.343429,13.760177 parent: 1 - - uid: 1938 +- proto: APCBasic + entities: + - uid: 53 components: - type: Transform - pos: -19.5,-18.5 + rot: 1.5707963267948966 rad + pos: 5.5,8.5 parent: 1 - - uid: 1939 + - uid: 123 components: - type: Transform - pos: -17.5,-19.5 + pos: 0.5,9.5 parent: 1 - - uid: 1940 + - uid: 186 components: - type: Transform - pos: -16.5,-19.5 + rot: 3.141592653589793 rad + pos: -2.5,9.5 parent: 1 - - uid: 1941 + - uid: 578 components: - type: Transform - pos: -12.5,-22.5 + pos: 9.5,2.5 parent: 1 - - uid: 1942 +- proto: AtmosDeviceFanTiny + entities: + - uid: 56 components: - type: Transform - pos: -8.5,-23.5 + rot: 1.5707963267948966 rad + pos: 13.5,-2.5 parent: 1 - - uid: 1943 + - uid: 257 components: - type: Transform - pos: -7.5,-24.5 + rot: 1.5707963267948966 rad + pos: 13.5,-0.5 parent: 1 - - uid: 1944 + - uid: 259 components: - type: Transform - pos: -6.5,-25.5 + rot: 1.5707963267948966 rad + pos: 13.5,-1.5 parent: 1 - - uid: 1945 + - uid: 320 components: - type: Transform - pos: -3.5,-26.5 + rot: 1.5707963267948966 rad + pos: -6.5,-8.5 parent: 1 - - uid: 1946 + - uid: 411 components: - type: Transform - pos: -2.5,-26.5 + rot: 1.5707963267948966 rad + pos: 8.5,-8.5 parent: 1 - - uid: 1947 + - uid: 446 components: - type: Transform - pos: -0.5,-28.5 + rot: 1.5707963267948966 rad + pos: -7.5,-8.5 parent: 1 - - uid: 1948 + - uid: 522 components: - type: Transform - pos: 7.5,-26.5 + rot: 1.5707963267948966 rad + pos: -5.5,-8.5 parent: 1 - - uid: 1949 + - uid: 542 components: - type: Transform - pos: 9.5,-25.5 + rot: 1.5707963267948966 rad + pos: -12.5,-2.5 parent: 1 - - uid: 1950 + - uid: 551 components: - type: Transform - pos: 10.5,-25.5 + rot: 1.5707963267948966 rad + pos: -12.5,-0.5 parent: 1 - - uid: 1951 + - uid: 552 components: - type: Transform - pos: 11.5,-24.5 + rot: 1.5707963267948966 rad + pos: -12.5,-1.5 parent: 1 - - uid: 1952 + - uid: 634 components: - type: Transform - pos: 14.5,-22.5 + pos: 3.5,9.5 parent: 1 - - uid: 1953 + - uid: 905 components: - type: Transform - pos: 16.5,-21.5 + rot: 1.5707963267948966 rad + pos: 7.5,-8.5 parent: 1 - - uid: 1954 + - uid: 906 components: - type: Transform - pos: 17.5,-19.5 + rot: 1.5707963267948966 rad + pos: 6.5,-8.5 parent: 1 - - uid: 1955 + - uid: 1037 components: - type: Transform - pos: 18.5,-18.5 + pos: 1.5,12.5 parent: 1 - - uid: 1956 + - uid: 2057 components: - type: Transform - pos: 18.5,-17.5 + pos: 11.5,22.5 parent: 1 - - uid: 1957 +- proto: AtmosFixBlockerMarker + entities: + - uid: 176 components: - type: Transform - pos: 19.5,-15.5 + pos: 4.5,-6.5 parent: 1 - - uid: 1958 + - uid: 238 components: - type: Transform - pos: 20.5,-12.5 + pos: 19.5,28.5 parent: 1 - - uid: 1959 + - uid: 1051 components: - type: Transform - pos: 20.5,-11.5 + pos: -3.5,-6.5 parent: 1 - - uid: 1960 + - uid: 1052 components: - type: Transform - pos: 20.5,-10.5 + pos: -10.5,-4.5 parent: 1 - - uid: 1961 + - uid: 1053 components: - type: Transform - pos: 20.5,-9.5 + pos: -9.5,-6.5 parent: 1 - - uid: 1962 + - uid: 1054 components: - type: Transform - pos: 21.5,-6.5 + pos: -10.5,1.5 parent: 1 - - uid: 1963 + - uid: 1056 components: - type: Transform - pos: 22.5,-3.5 + pos: 10.5,-6.5 parent: 1 - - uid: 1964 + - uid: 1057 components: - type: Transform - pos: 22.5,-2.5 + pos: 11.5,-4.5 parent: 1 - - uid: 1965 + - uid: 1058 components: - type: Transform - pos: 22.5,-1.5 + pos: 11.5,1.5 parent: 1 - - uid: 1966 + - uid: 1292 components: - type: Transform - pos: 20.5,4.5 + pos: 17.5,34.5 parent: 1 - - uid: 1967 + - uid: 1432 components: - type: Transform - pos: 19.5,9.5 + pos: 11.5,9.5 parent: 1 - - uid: 1968 + - uid: 1433 components: - type: Transform - pos: 19.5,10.5 + pos: 12.5,9.5 parent: 1 - - uid: 1969 + - uid: 1435 components: - type: Transform - pos: 18.5,12.5 + pos: 13.5,9.5 parent: 1 - - uid: 1970 + - uid: 1436 components: - type: Transform - pos: 15.5,12.5 + pos: 14.5,9.5 parent: 1 - - uid: 1971 + - uid: 1437 components: - type: Transform - pos: 11.5,14.5 + pos: 24.5,19.5 parent: 1 - - uid: 1972 + - uid: 1438 components: - type: Transform - pos: 10.5,14.5 + pos: 12.5,10.5 parent: 1 - - uid: 1973 + - uid: 1439 components: - type: Transform - pos: 8.5,15.5 + pos: 13.5,10.5 parent: 1 - - uid: 1974 + - uid: 1440 components: - type: Transform - pos: 6.5,16.5 + pos: 14.5,10.5 parent: 1 - - uid: 1975 + - uid: 1441 components: - type: Transform - pos: 5.5,18.5 + pos: 15.5,10.5 parent: 1 - - uid: 1976 + - uid: 1442 components: - type: Transform - pos: 1.5,19.5 + pos: 16.5,10.5 parent: 1 - - uid: 1977 + - uid: 1443 components: - type: Transform - pos: 0.5,19.5 + pos: 17.5,10.5 parent: 1 - - uid: 1978 + - uid: 1444 components: - type: Transform - pos: -2.5,18.5 + pos: 19.5,14.5 parent: 1 - - uid: 1979 + - uid: 1445 components: - type: Transform - pos: -3.5,17.5 + pos: 20.5,14.5 parent: 1 - - uid: 1980 + - uid: 1446 components: - type: Transform - pos: -5.5,16.5 + pos: 20.5,15.5 parent: 1 - - uid: 1981 + - uid: 1447 components: - type: Transform - pos: -6.5,16.5 + pos: 20.5,16.5 parent: 1 - - uid: 1982 + - uid: 1448 components: - type: Transform - pos: -8.5,14.5 + pos: 24.5,20.5 parent: 1 - - uid: 1983 + - uid: 1449 components: - type: Transform - pos: -9.5,14.5 + pos: 24.5,21.5 parent: 1 - - uid: 1984 + - uid: 1450 components: - type: Transform - pos: -10.5,14.5 + pos: 24.5,22.5 parent: 1 - - uid: 1985 + - uid: 1451 components: - type: Transform - pos: -15.5,13.5 + pos: 24.5,23.5 parent: 1 - - uid: 1986 + - uid: 1452 components: - type: Transform - pos: -16.5,12.5 + pos: 24.5,24.5 parent: 1 - - uid: 1987 + - uid: 1453 components: - type: Transform - pos: -17.5,12.5 + pos: 24.5,25.5 parent: 1 -- proto: BananaPhoneInstrument - entities: - - uid: 1830 + - uid: 1454 components: - type: Transform - pos: -8.640035,-8.22926 + pos: 23.5,25.5 parent: 1 -- proto: BananaSeeds - entities: - - uid: 1831 + - uid: 1455 components: - type: Transform - pos: -8.424658,-8.463635 + pos: 22.5,25.5 parent: 1 -- proto: BarSignEmergencyRumParty - entities: - - uid: 1804 + - uid: 1456 components: - type: Transform - pos: -3.5,-5.5 + pos: 21.5,25.5 parent: 1 -- proto: Bed - entities: - - uid: 1653 + - uid: 1457 components: - type: Transform - pos: 2.5,-0.5 + pos: 22.5,24.5 parent: 1 - - uid: 1654 + - uid: 1458 components: - type: Transform - pos: 2.5,0.5 + pos: 22.5,23.5 parent: 1 - - uid: 1655 + - uid: 1459 components: - type: Transform - pos: 2.5,1.5 + pos: 22.5,22.5 parent: 1 - - uid: 1656 + - uid: 1460 components: - type: Transform - pos: 2.5,3.5 + pos: 22.5,21.5 parent: 1 -- proto: BedsheetSpawner - entities: - - uid: 1742 + - uid: 1461 components: - type: Transform - pos: 2.5,3.5 + pos: 22.5,20.5 parent: 1 - - uid: 1743 + - uid: 1462 components: - type: Transform - pos: 2.5,1.5 + pos: 22.5,19.5 parent: 1 - - uid: 1744 + - uid: 1463 components: - type: Transform - pos: 2.5,0.5 + pos: 23.5,19.5 parent: 1 - - uid: 1745 + - uid: 1464 components: - type: Transform - pos: 2.5,-0.5 + pos: 23.5,20.5 parent: 1 -- proto: BenchSofaCorner - entities: - - uid: 1748 + - uid: 1465 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,1.5 + pos: 23.5,21.5 parent: 1 - - type: Physics - canCollide: False - bodyType: Static - - type: Fixtures - fixtures: {} -- proto: BenchSofaLeft - entities: - - uid: 1749 + - uid: 1466 components: - type: Transform - pos: -0.5,1.5 + pos: 23.5,22.5 parent: 1 - - type: Physics - bodyType: Static -- proto: BenchSofaMiddle - entities: - - uid: 1747 + - uid: 1467 components: - type: Transform - pos: -1.5,1.5 + pos: 23.5,23.5 parent: 1 - - type: Physics - bodyType: Static -- proto: BenchSofaRight - entities: - - uid: 1750 + - uid: 1468 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,0.5 + pos: 23.5,24.5 parent: 1 - - type: Physics - bodyType: Static -- proto: BlastDoorOpen - entities: - - uid: 1852 + - uid: 1469 components: - type: Transform - pos: 2.5,-23.5 + pos: 21.5,19.5 parent: 1 - - type: DeviceLinkSink - links: - - 1859 - - uid: 1853 + - uid: 1470 components: - type: Transform - pos: 3.5,-23.5 + pos: 21.5,22.5 parent: 1 - - type: DeviceLinkSink - links: - - 1859 - - uid: 1854 + - uid: 1471 components: - type: Transform - pos: 4.5,-23.5 + pos: 20.5,22.5 parent: 1 - - type: DeviceLinkSink - links: - - 1859 - - uid: 1855 + - uid: 1472 components: - type: Transform - pos: -30.5,-4.5 + pos: 19.5,22.5 parent: 1 - - type: DeviceLinkSink - links: - - 1858 - - uid: 1856 + - uid: 1473 components: - type: Transform - pos: -30.5,-5.5 + pos: 18.5,22.5 parent: 1 - - type: DeviceLinkSink - links: - - 1858 - - uid: 1857 + - uid: 1474 components: - type: Transform - pos: -30.5,-6.5 + pos: 17.5,22.5 parent: 1 - - type: DeviceLinkSink - links: - - 1858 -- proto: BoozeDispenser - entities: - - uid: 1651 + - uid: 1475 components: - type: Transform - pos: -1.5,-13.5 + pos: 16.5,22.5 parent: 1 -- proto: BrokenBottle - entities: - - uid: 1822 + - uid: 1476 components: - type: Transform - pos: -2.7916102,-7.6355104 + pos: 15.5,22.5 parent: 1 - - uid: 1823 + - uid: 1477 components: - type: Transform - pos: -5.9166102,-9.963635 + pos: 14.5,22.5 parent: 1 -- proto: Bucket - entities: - - uid: 1713 + - uid: 1478 components: - type: Transform - pos: -14.518534,-6.3820496 + pos: 13.5,22.5 parent: 1 -- proto: CableApcExtension - entities: - - uid: 1326 + - uid: 1479 components: - type: Transform - pos: 3.5,1.5 + pos: 12.5,22.5 parent: 1 - - uid: 1327 + - uid: 1480 components: - type: Transform - pos: 3.5,2.5 + pos: 12.5,23.5 parent: 1 - - uid: 1328 + - uid: 1481 components: - type: Transform - pos: 4.5,2.5 + pos: 13.5,23.5 parent: 1 - - uid: 1329 + - uid: 1482 components: - type: Transform - pos: 5.5,2.5 + pos: 13.5,24.5 parent: 1 - - uid: 1330 + - uid: 1483 components: - type: Transform - pos: 5.5,1.5 + pos: 12.5,21.5 parent: 1 - - uid: 1331 + - uid: 1484 components: - type: Transform - pos: 5.5,0.5 + pos: 13.5,21.5 parent: 1 - - uid: 1332 + - uid: 1485 components: - type: Transform - pos: 5.5,-0.5 + pos: 16.5,20.5 parent: 1 - - uid: 1333 + - uid: 1486 components: - type: Transform - pos: 2.5,1.5 + pos: 17.5,20.5 parent: 1 - - uid: 1334 + - uid: 1487 components: - type: Transform - pos: 1.5,1.5 + pos: 17.5,21.5 parent: 1 - - uid: 1335 + - uid: 1488 components: - type: Transform - pos: 0.5,1.5 + pos: 18.5,23.5 parent: 1 - - uid: 1336 + - uid: 1489 components: - type: Transform - pos: -0.5,1.5 + pos: 18.5,24.5 parent: 1 - - uid: 1337 + - uid: 1490 components: - type: Transform - pos: -1.5,1.5 + pos: 19.5,24.5 parent: 1 - - uid: 1338 + - uid: 1491 components: - type: Transform - pos: -2.5,1.5 + pos: 16.5,25.5 parent: 1 - - uid: 1339 + - uid: 1492 components: - type: Transform - pos: -3.5,1.5 + pos: 15.5,25.5 parent: 1 - - uid: 1340 + - uid: 1557 components: - type: Transform - pos: -4.5,1.5 + pos: 16.5,34.5 parent: 1 - - uid: 1341 + - uid: 1563 components: - type: Transform - pos: -4.5,2.5 + pos: 18.5,29.5 parent: 1 - - uid: 1342 + - uid: 1565 components: - type: Transform - pos: -5.5,2.5 + pos: 20.5,31.5 parent: 1 - - uid: 1343 + - uid: 1566 components: - type: Transform - pos: -6.5,2.5 + pos: 20.5,32.5 parent: 1 - - uid: 1344 + - uid: 1567 components: - type: Transform - pos: -7.5,2.5 + pos: 19.5,32.5 parent: 1 - - uid: 1345 + - uid: 1660 components: - type: Transform - pos: -0.5,2.5 + pos: 18.5,32.5 parent: 1 - - uid: 1346 + - uid: 1661 components: - type: Transform - pos: -0.5,3.5 + pos: 20.5,30.5 parent: 1 - - uid: 1347 + - uid: 1662 components: - type: Transform - pos: -0.5,0.5 + pos: 19.5,30.5 parent: 1 - - uid: 1348 + - uid: 1922 components: - type: Transform - pos: -0.5,-0.5 + pos: 15.5,34.5 parent: 1 - - uid: 1349 + - uid: 1955 components: - type: Transform - pos: -3.5,-0.5 + pos: 19.5,29.5 parent: 1 - - uid: 1350 + - uid: 1962 components: - type: Transform - pos: -3.5,0.5 + pos: 14.5,34.5 parent: 1 - - uid: 1351 + - uid: 1963 components: - type: Transform - pos: 1.5,0.5 + pos: 13.5,34.5 parent: 1 - - uid: 1352 + - uid: 1964 components: - type: Transform - pos: 1.5,-0.5 + pos: 12.5,34.5 parent: 1 - - uid: 1353 + - uid: 1965 components: - type: Transform - pos: 5.5,-1.5 + pos: 11.5,34.5 parent: 1 - - uid: 1354 + - uid: 1966 components: - type: Transform - pos: 6.5,-1.5 + pos: 10.5,34.5 parent: 1 - - uid: 1355 + - uid: 1967 components: - type: Transform - pos: 7.5,-1.5 + pos: 6.5,35.5 parent: 1 - - uid: 1356 + - uid: 1968 components: - type: Transform - pos: 7.5,-2.5 + pos: 5.5,35.5 parent: 1 - - uid: 1357 + - uid: 1969 components: - type: Transform - pos: 7.5,-3.5 + pos: 4.5,35.5 parent: 1 - - uid: 1358 + - uid: 1970 components: - type: Transform - pos: 7.5,-4.5 + pos: 3.5,35.5 parent: 1 - - uid: 1359 + - uid: 1971 components: - type: Transform - pos: 7.5,-5.5 + pos: 2.5,35.5 parent: 1 - - uid: 1360 + - uid: 1972 components: - type: Transform - pos: 5.5,-2.5 + pos: 2.5,36.5 parent: 1 - - uid: 1361 + - uid: 1973 components: - type: Transform - pos: 4.5,-2.5 + pos: 3.5,36.5 parent: 1 - - uid: 1362 + - uid: 1974 components: - type: Transform - pos: 4.5,-3.5 + pos: 4.5,36.5 parent: 1 - - uid: 1363 + - uid: 1975 components: - type: Transform - pos: 4.5,-4.5 + pos: -8.5,38.5 parent: 1 - - uid: 1364 + - uid: 1976 components: - type: Transform - pos: 4.5,-5.5 + pos: -8.5,37.5 parent: 1 - - uid: 1365 + - uid: 1977 components: - type: Transform - pos: 4.5,-6.5 + pos: -10.5,35.5 parent: 1 - - uid: 1366 + - uid: 1978 components: - type: Transform - pos: 4.5,-7.5 + pos: -16.5,34.5 parent: 1 - - uid: 1367 + - uid: 1979 components: - type: Transform - pos: 4.5,-8.5 + pos: -18.5,33.5 parent: 1 - - uid: 1368 + - uid: 1980 components: - type: Transform - pos: 4.5,-9.5 + pos: -18.5,32.5 parent: 1 - - uid: 1369 + - uid: 1981 components: - type: Transform - pos: 4.5,-10.5 + pos: -19.5,27.5 parent: 1 - - uid: 1370 + - uid: 1982 components: - type: Transform - pos: 4.5,-11.5 + pos: -19.5,22.5 parent: 1 - - uid: 1371 + - uid: 1983 components: - type: Transform - pos: 4.5,-12.5 + pos: -19.5,18.5 parent: 1 - - uid: 1372 + - uid: 1984 components: - type: Transform - pos: 4.5,-13.5 + pos: -19.5,14.5 parent: 1 - - uid: 1373 + - uid: 1985 components: - type: Transform - pos: 4.5,-14.5 + pos: -19.5,13.5 parent: 1 - - uid: 1374 + - uid: 1986 components: - type: Transform - pos: 4.5,-15.5 + pos: -18.5,11.5 parent: 1 - - uid: 1375 + - uid: 1987 components: - type: Transform - pos: 4.5,-16.5 + pos: -14.5,10.5 parent: 1 - - uid: 1376 + - uid: 1988 components: - type: Transform - pos: 4.5,-17.5 + pos: -14.5,9.5 parent: 1 - - uid: 1377 + - uid: 1989 components: - type: Transform - pos: 4.5,-18.5 + pos: -13.5,9.5 parent: 1 - - uid: 1378 +- proto: AtmosFixFreezerMarker + entities: + - uid: 404 components: - type: Transform - pos: 2.5,-18.5 + pos: 3.5,12.5 parent: 1 - - uid: 1379 + - uid: 866 components: - type: Transform - pos: 2.5,-17.5 + pos: 2.5,12.5 parent: 1 - - uid: 1380 + - uid: 874 components: - type: Transform - pos: 2.5,-16.5 + pos: 4.5,12.5 parent: 1 - - uid: 1381 + - uid: 1014 components: - type: Transform - pos: 2.5,-15.5 + pos: 4.5,11.5 parent: 1 - - uid: 1382 + - uid: 1016 components: - type: Transform - pos: 2.5,-14.5 + pos: 3.5,11.5 parent: 1 - - uid: 1383 + - uid: 1023 components: - type: Transform - pos: 2.5,-13.5 + pos: 2.5,11.5 parent: 1 - - uid: 1384 + - uid: 1028 components: - type: Transform - pos: 2.5,-12.5 + pos: 2.5,10.5 parent: 1 - - uid: 1385 + - uid: 1063 components: - type: Transform - pos: 2.5,-11.5 + pos: 3.5,10.5 parent: 1 - - uid: 1386 + - uid: 1064 components: - type: Transform - pos: 2.5,-10.5 + pos: 4.5,10.5 parent: 1 - - uid: 1387 +- proto: Bed + entities: + - uid: 1645 components: - type: Transform - pos: 2.5,-9.5 + pos: -0.5,34.5 parent: 1 - - uid: 1388 + - uid: 1701 components: - type: Transform - pos: 2.5,-8.5 + pos: -5.5,35.5 parent: 1 - - uid: 1389 + - uid: 1709 components: - type: Transform - pos: 2.5,-7.5 + pos: -0.5,36.5 parent: 1 - - uid: 1390 + - uid: 1863 components: - type: Transform - pos: 2.5,-6.5 + pos: -12.5,17.5 parent: 1 - - uid: 1391 +- proto: BedsheetMedical + entities: + - uid: 1851 components: - type: Transform - pos: 2.5,-5.5 + pos: -12.5,17.5 parent: 1 - - uid: 1392 +- proto: BedsheetSpawner + entities: + - uid: 1760 components: - type: Transform - pos: 2.5,-4.5 + pos: -5.5,35.5 parent: 1 - - uid: 1393 + - uid: 1761 components: - type: Transform - pos: 1.5,-4.5 + pos: -0.5,36.5 parent: 1 - - uid: 1394 + - uid: 1762 components: - type: Transform - pos: 0.5,-4.5 + pos: -0.5,34.5 parent: 1 - - uid: 1395 +- proto: BlastDoor + entities: + - uid: 1672 components: - type: Transform - pos: -0.5,-4.5 + rot: -1.5707963267948966 rad + pos: -3.5,39.5 parent: 1 - - uid: 1396 + - type: DeviceLinkSink + links: + - 1640 + - uid: 1677 components: - type: Transform - pos: -1.5,-4.5 + rot: -1.5707963267948966 rad + pos: -4.5,39.5 parent: 1 - - uid: 1397 + - type: DeviceLinkSink + links: + - 1640 + - uid: 1734 components: - type: Transform - pos: -2.5,-4.5 + rot: -1.5707963267948966 rad + pos: -2.5,39.5 parent: 1 - - uid: 1398 + - type: DeviceLinkSink + links: + - 1640 + - uid: 1838 components: - type: Transform - pos: -3.5,-4.5 + rot: -1.5707963267948966 rad + pos: -1.5,39.5 parent: 1 - - uid: 1399 + - type: DeviceLinkSink + links: + - 1640 +- proto: BlastDoorOpen + entities: + - uid: 313 components: - type: Transform - pos: -4.5,-4.5 + pos: 10.5,9.5 parent: 1 - - uid: 1400 + - type: DeviceLinkSink + links: + - 671 + - uid: 318 components: - type: Transform - pos: -5.5,-4.5 + rot: 1.5707963267948966 rad + pos: -3.5,2.5 parent: 1 - - uid: 1401 + - type: DeviceLinkSink + links: + - 173 + - uid: 329 components: - type: Transform - pos: -6.5,-4.5 + rot: -1.5707963267948966 rad + pos: 0.5,-5.5 parent: 1 - - uid: 1402 + - type: DeviceLinkSink + links: + - 770 + - uid: 330 components: - type: Transform - pos: -7.5,-4.5 + pos: 10.5,6.5 parent: 1 - - uid: 1403 + - type: DeviceLinkSink + links: + - 667 + - uid: 337 components: - type: Transform - pos: -8.5,-4.5 + rot: -1.5707963267948966 rad + pos: 8.5,5.5 parent: 1 - - uid: 1404 + - type: DeviceLinkSink + links: + - 750 + - uid: 341 components: - type: Transform - pos: -9.5,-4.5 + rot: -1.5707963267948966 rad + pos: 3.5,2.5 parent: 1 - - uid: 1405 + - type: DeviceLinkSink + links: + - 859 + - uid: 344 components: - type: Transform - pos: -10.5,-4.5 + rot: -1.5707963267948966 rad + pos: 4.5,2.5 parent: 1 - - uid: 1406 + - type: DeviceLinkSink + links: + - 859 + - uid: 349 components: - type: Transform - pos: -11.5,-4.5 + rot: -1.5707963267948966 rad + pos: 2.5,2.5 parent: 1 - - uid: 1407 + - type: DeviceLinkSink + links: + - 859 + - uid: 350 components: - type: Transform - pos: -12.5,-4.5 + rot: -1.5707963267948966 rad + pos: 1.5,2.5 parent: 1 - - uid: 1408 + - type: DeviceLinkSink + links: + - 859 + - uid: 351 components: - type: Transform - pos: -13.5,-4.5 + rot: -1.5707963267948966 rad + pos: 0.5,2.5 parent: 1 - - uid: 1409 + - type: DeviceLinkSink + links: + - 859 + - uid: 352 components: - type: Transform - pos: -14.5,-4.5 + rot: -1.5707963267948966 rad + pos: -0.5,2.5 parent: 1 - - uid: 1410 + - type: DeviceLinkSink + links: + - 859 + - uid: 364 components: - type: Transform - pos: -15.5,-4.5 + rot: -1.5707963267948966 rad + pos: -1.5,2.5 parent: 1 - - uid: 1411 + - type: DeviceLinkSink + links: + - 859 + - uid: 365 components: - type: Transform - pos: -16.5,-4.5 + rot: 1.5707963267948966 rad + pos: 5.5,3.5 parent: 1 - - uid: 1412 + - type: DeviceLinkSink + links: + - 730 + - uid: 368 components: - type: Transform - pos: -17.5,-4.5 + rot: -1.5707963267948966 rad + pos: 3.5,-5.5 parent: 1 - - uid: 1413 + - type: DeviceLinkSink + links: + - 770 + - uid: 386 components: - type: Transform - pos: -18.5,-4.5 + rot: -1.5707963267948966 rad + pos: 2.5,-5.5 parent: 1 - - uid: 1414 - components: - - type: Transform - pos: -19.5,-4.5 - parent: 1 - - uid: 1415 + - type: DeviceLinkSink + links: + - 770 + - uid: 390 components: - type: Transform - pos: -19.5,-5.5 + rot: -1.5707963267948966 rad + pos: 1.5,-5.5 parent: 1 - - uid: 1416 + - type: DeviceLinkSink + links: + - 770 + - uid: 403 components: - type: Transform - pos: -19.5,-6.5 + rot: -1.5707963267948966 rad + pos: -0.5,-5.5 parent: 1 - - uid: 1417 + - type: DeviceLinkSink + links: + - 770 + - uid: 428 components: - type: Transform - pos: -20.5,-6.5 + rot: -1.5707963267948966 rad + pos: -1.5,-5.5 parent: 1 - - uid: 1418 + - type: DeviceLinkSink + links: + - 770 + - uid: 429 components: - type: Transform - pos: -21.5,-6.5 + rot: -1.5707963267948966 rad + pos: -2.5,-5.5 parent: 1 - - uid: 1419 + - type: DeviceLinkSink + links: + - 770 + - uid: 431 components: - type: Transform - pos: -22.5,-6.5 + rot: -1.5707963267948966 rad + pos: 8.5,8.5 parent: 1 - - uid: 1420 + - type: DeviceLinkSink + links: + - 362 + - uid: 433 components: - type: Transform - pos: -23.5,-6.5 + pos: 10.5,8.5 parent: 1 - - uid: 1421 + - type: DeviceLinkSink + links: + - 671 + - uid: 438 components: - type: Transform - pos: -24.5,-6.5 + pos: 10.5,5.5 parent: 1 - - uid: 1422 + - type: DeviceLinkSink + links: + - 667 + - uid: 439 components: - type: Transform - pos: -25.5,-6.5 + pos: -4.5,-7.5 parent: 1 - - uid: 1423 + - type: DeviceLinkSink + links: + - 947 + - uid: 442 components: - type: Transform - pos: -25.5,-4.5 + pos: -8.5,-7.5 parent: 1 - - uid: 1424 + - type: DeviceLinkSink + links: + - 947 + - uid: 444 components: - type: Transform - pos: -24.5,-4.5 + rot: -1.5707963267948966 rad + pos: -11.5,0.5 parent: 1 - - uid: 1425 + - type: DeviceLinkSink + links: + - 948 + - uid: 449 components: - type: Transform - pos: -23.5,-4.5 + rot: -1.5707963267948966 rad + pos: -11.5,-3.5 parent: 1 - - uid: 1426 + - type: DeviceLinkSink + links: + - 948 + - uid: 454 components: - type: Transform - pos: -22.5,-4.5 + rot: 3.141592653589793 rad + pos: 5.5,-7.5 parent: 1 - - uid: 1427 + - type: DeviceLinkSink + links: + - 949 + - uid: 455 components: - type: Transform - pos: -21.5,-4.5 + rot: 3.141592653589793 rad + pos: 9.5,-7.5 parent: 1 - - uid: 1428 + - type: DeviceLinkSink + links: + - 949 + - uid: 639 components: - type: Transform - pos: -21.5,-3.5 + rot: -1.5707963267948966 rad + pos: 12.5,-3.5 parent: 1 - - uid: 1429 + - type: DeviceLinkSink + links: + - 950 + - uid: 640 components: - type: Transform - pos: -21.5,-2.5 + rot: -1.5707963267948966 rad + pos: 12.5,0.5 parent: 1 - - uid: 1430 + - type: DeviceLinkSink + links: + - 950 +- proto: Bloodpack + entities: + - uid: 1877 components: - type: Transform - pos: -20.5,-2.5 + pos: -14.592388,18.943573 parent: 1 - - uid: 1431 + - uid: 1878 components: - type: Transform - pos: -19.5,-2.5 + pos: -14.363221,18.860239 parent: 1 - - uid: 1432 +- proto: Bonfire + entities: + - uid: 779 components: - type: Transform - pos: -18.5,-2.5 + pos: -1.5,24.5 parent: 1 - - uid: 1433 +- proto: BoozeDispenser + entities: + - uid: 90 components: - type: Transform - pos: -17.5,-2.5 + rot: 1.5707963267948966 rad + pos: -1.5,5.5 parent: 1 - - uid: 1434 +- proto: BoxCardboard + entities: + - uid: 1993 components: - type: Transform - pos: -16.5,-2.5 + pos: 0.5249535,4.68744 parent: 1 - - uid: 1435 +- proto: BoxCartridgeBB + entities: + - uid: 1748 components: - type: Transform - pos: -15.5,-2.5 + pos: 23.40793,24.519094 parent: 1 - - uid: 1436 +- proto: BoxDarts + entities: + - uid: 1751 components: - type: Transform - pos: -14.5,-2.5 + pos: -11.828638,30.224789 parent: 1 - - uid: 1437 +- proto: BoxDonkSoftBox + entities: + - uid: 1753 components: - type: Transform - pos: -13.5,-2.5 + pos: 22.798862,20.227777 parent: 1 - - uid: 1438 +- proto: BoxHandcuff + entities: + - uid: 1874 components: - type: Transform - pos: -12.5,-2.5 + pos: -14.498638,18.214405 parent: 1 - - uid: 1439 +- proto: BoxLightMixed + entities: + - uid: 2050 components: - type: Transform - pos: -11.5,-2.5 + pos: -6.5784426,7.7413363 parent: 1 - - uid: 1440 +- proto: BoxMRE + entities: + - uid: 1136 components: - type: Transform - pos: -10.5,-2.5 + pos: -3.6354046,8.857361 parent: 1 - - uid: 1441 + - uid: 1137 components: - type: Transform - pos: -9.5,-2.5 + pos: -3.3854048,8.732361 parent: 1 - - uid: 1442 +- proto: BrokenBottle + entities: + - uid: 1127 components: - type: Transform - pos: -8.5,-2.5 + rot: 1.5707963267948966 rad + pos: -3.3516002,22.561167 parent: 1 - - uid: 1443 +- proto: Bucket + entities: + - uid: 17 components: - type: Transform - pos: -7.5,-2.5 + pos: -3.4331908,7.0847335 parent: 1 - - uid: 1444 + - uid: 1070 components: - type: Transform - pos: -6.5,-2.5 + pos: -3.6727743,7.15765 parent: 1 - - uid: 1445 + - uid: 1073 components: - type: Transform - pos: -5.5,-2.5 + pos: -3.2248573,7.1680665 parent: 1 - - uid: 1446 + - uid: 2028 components: - type: Transform - pos: -4.5,-2.5 + pos: 14.837379,14.703768 parent: 1 - - uid: 1447 +- proto: ButchCleaver + entities: + - uid: 235 components: - type: Transform - pos: -3.5,-2.5 + pos: 2.4287968,5.620631 parent: 1 - - uid: 1448 +- proto: ButtonFrameCaution + entities: + - uid: 1707 components: - type: Transform - pos: -2.5,-2.5 + rot: 1.5707963267948966 rad + pos: -5.5,38.5 parent: 1 - - uid: 1449 + - uid: 1740 components: - type: Transform - pos: -1.5,-2.5 + rot: 1.5707963267948966 rad + pos: -2.5,3.5 parent: 1 - - uid: 1450 + - uid: 1741 components: - type: Transform - pos: -0.5,-2.5 + rot: -1.5707963267948966 rad + pos: -2.5,3.5 parent: 1 - - uid: 1451 + - uid: 1742 components: - type: Transform - pos: 0.5,-2.5 + rot: -1.5707963267948966 rad + pos: 5.5,4.5 parent: 1 - - uid: 1452 + - uid: 1743 components: - type: Transform - pos: 1.5,-2.5 + rot: 3.141592653589793 rad + pos: -3.5,-5.5 parent: 1 - - uid: 1453 +- proto: ButtonFrameExit + entities: + - uid: 1746 components: - type: Transform - pos: 2.5,-2.5 + rot: 1.5707963267948966 rad + pos: 8.5,6.5 parent: 1 - - uid: 1454 + - uid: 1747 components: - type: Transform - pos: 3.5,-2.5 + rot: 1.5707963267948966 rad + pos: 8.5,9.5 parent: 1 - - uid: 1455 +- proto: ButtonFrameGrey + entities: + - uid: 1744 components: - type: Transform - pos: -0.5,-1.5 + pos: 9.5,7.5 parent: 1 - - uid: 1456 + - uid: 1745 components: - type: Transform - pos: -7.5,-5.5 + pos: 9.5,10.5 parent: 1 - - uid: 1562 +- proto: CableApcExtension + entities: + - uid: 13 components: - type: Transform - pos: 2.5,-20.5 + pos: -4.5,-3.5 parent: 1 - - uid: 1563 + - uid: 20 components: - type: Transform - pos: 3.5,-20.5 + pos: -6.5,-4.5 parent: 1 - - uid: 1564 + - uid: 21 components: - type: Transform - pos: 4.5,-20.5 + pos: -10.5,-1.5 parent: 1 - - uid: 1565 + - uid: 22 components: - type: Transform - pos: 4.5,-21.5 + pos: -6.5,-3.5 parent: 1 - - uid: 1566 + - uid: 24 components: - type: Transform - pos: 4.5,-22.5 + pos: -5.5,-3.5 parent: 1 - - uid: 1567 + - uid: 74 components: - type: Transform - pos: 4.5,-23.5 + pos: 2.5,7.5 parent: 1 - - uid: 1568 + - uid: 80 components: - type: Transform - pos: 4.5,-24.5 + pos: -3.5,10.5 parent: 1 - - uid: 1569 + - uid: 86 components: - type: Transform - pos: 4.5,-25.5 + pos: -2.5,9.5 parent: 1 - - uid: 1570 + - uid: 94 components: - type: Transform - pos: 4.5,-26.5 + pos: -2.5,10.5 parent: 1 - - uid: 1571 + - uid: 120 components: - type: Transform - pos: 2.5,-26.5 + pos: -0.5,12.5 parent: 1 - - uid: 1572 + - uid: 153 components: - type: Transform - pos: 2.5,-25.5 + pos: -4.5,5.5 parent: 1 - - uid: 1573 + - uid: 155 components: - type: Transform - pos: 2.5,-24.5 + pos: -0.5,4.5 parent: 1 - - uid: 1574 + - uid: 161 components: - type: Transform - pos: 2.5,-23.5 + pos: -0.5,7.5 parent: 1 - - uid: 1575 + - uid: 163 components: - type: Transform - pos: 2.5,-22.5 + pos: 3.5,7.5 parent: 1 - - uid: 1576 + - uid: 168 components: - type: Transform - pos: 2.5,-21.5 + pos: -5.5,9.5 parent: 1 - - uid: 1577 + - uid: 175 components: - type: Transform - pos: -27.5,-4.5 + pos: 6.5,8.5 parent: 1 - - uid: 1578 + - uid: 185 components: - type: Transform - pos: -27.5,-5.5 + pos: -3.5,-3.5 parent: 1 - - uid: 1579 + - uid: 199 components: - type: Transform - pos: -27.5,-6.5 + pos: 0.5,7.5 parent: 1 - - uid: 1580 + - uid: 208 components: - type: Transform - pos: -28.5,-6.5 + pos: 5.5,8.5 parent: 1 - - uid: 1581 + - uid: 211 components: - type: Transform - pos: -29.5,-6.5 + pos: 8.5,11.5 parent: 1 - - uid: 1582 + - uid: 214 components: - type: Transform - pos: -30.5,-6.5 + pos: 7.5,11.5 parent: 1 - - uid: 1583 + - uid: 216 components: - type: Transform - pos: -31.5,-6.5 + pos: -4.5,13.5 parent: 1 - - uid: 1584 + - uid: 217 components: - type: Transform - pos: -32.5,-6.5 + pos: -4.5,12.5 parent: 1 - - uid: 1585 + - uid: 285 components: - type: Transform - pos: -33.5,-6.5 + pos: -6.5,4.5 parent: 1 - - uid: 1586 + - uid: 293 components: - type: Transform - pos: -33.5,-4.5 + pos: -9.5,-1.5 parent: 1 - - uid: 1587 + - uid: 295 components: - type: Transform - pos: -32.5,-4.5 + pos: -6.5,-5.5 parent: 1 - - uid: 1588 + - uid: 332 components: - type: Transform - pos: -31.5,-4.5 + pos: -3.5,14.5 parent: 1 - - uid: 1589 + - uid: 335 components: - type: Transform - pos: -30.5,-4.5 + pos: -4.5,14.5 parent: 1 - - uid: 1590 + - uid: 342 components: - type: Transform - pos: -29.5,-4.5 + pos: -2.5,14.5 parent: 1 - - uid: 1591 + - uid: 348 components: - type: Transform - pos: -28.5,-4.5 + pos: -2.5,-3.5 parent: 1 - - uid: 1596 + - uid: 388 components: - type: Transform - pos: -7.5,-6.5 + pos: 3.5,-3.5 parent: 1 - - uid: 1597 + - uid: 391 components: - type: Transform - pos: -6.5,-6.5 + pos: -5.5,4.5 parent: 1 - - uid: 1598 + - uid: 408 components: - type: Transform - pos: -5.5,-6.5 + pos: -7.5,4.5 parent: 1 - - uid: 1599 + - uid: 409 components: - type: Transform - pos: -4.5,-6.5 + pos: -3.5,12.5 parent: 1 - - uid: 1600 + - uid: 430 components: - type: Transform - pos: -3.5,-6.5 + pos: -6.5,-6.5 parent: 1 - - uid: 1601 + - uid: 434 components: - type: Transform - pos: -2.5,-6.5 + pos: 5.5,14.5 parent: 1 - - uid: 1602 + - uid: 443 components: - type: Transform - pos: -1.5,-6.5 + pos: 4.5,14.5 parent: 1 - - uid: 1603 + - uid: 451 components: - type: Transform - pos: -1.5,-7.5 + pos: -4.5,6.5 parent: 1 - - uid: 1604 + - uid: 458 components: - type: Transform - pos: -1.5,-8.5 + pos: -4.5,7.5 parent: 1 - - uid: 1605 + - uid: 459 components: - type: Transform - pos: -1.5,-9.5 + pos: -4.5,8.5 parent: 1 - - uid: 1606 + - uid: 460 components: - type: Transform - pos: -1.5,-10.5 + pos: -4.5,9.5 parent: 1 - - uid: 1607 + - uid: 461 components: - type: Transform - pos: -1.5,-11.5 + pos: -4.5,10.5 parent: 1 - - uid: 1608 + - uid: 462 components: - type: Transform - pos: -1.5,-12.5 + pos: -4.5,11.5 parent: 1 - - uid: 1609 + - uid: 463 components: - type: Transform - pos: -1.5,-13.5 + pos: -2.5,12.5 parent: 1 - - uid: 1610 + - uid: 464 components: - type: Transform - pos: -2.5,-13.5 + pos: -1.5,12.5 parent: 1 - - uid: 1611 + - uid: 467 components: - type: Transform - pos: -3.5,-13.5 + pos: 0.5,9.5 parent: 1 - - uid: 1612 + - uid: 469 components: - type: Transform - pos: -4.5,-13.5 + pos: 0.5,8.5 parent: 1 - - uid: 1613 + - uid: 472 components: - type: Transform - pos: -5.5,-13.5 + pos: 3.5,8.5 parent: 1 - - uid: 1614 + - uid: 476 components: - type: Transform - pos: -6.5,-13.5 + pos: 3.5,11.5 parent: 1 - - uid: 1615 + - uid: 477 components: - type: Transform - pos: -7.5,-13.5 + pos: 1.5,7.5 parent: 1 - - uid: 1616 + - uid: 478 components: - type: Transform - pos: -7.5,-12.5 + pos: 1.5,6.5 parent: 1 - - uid: 1617 + - uid: 479 components: - type: Transform - pos: -7.5,-11.5 + pos: 1.5,5.5 parent: 1 - - uid: 1618 + - uid: 480 components: - type: Transform - pos: -7.5,-10.5 + pos: 1.5,4.5 parent: 1 - - uid: 1619 + - uid: 481 components: - type: Transform - pos: -7.5,-9.5 + pos: 0.5,4.5 parent: 1 - - uid: 1620 + - uid: 482 components: - type: Transform - pos: -8.5,-9.5 + pos: 2.5,4.5 parent: 1 - - uid: 1621 + - uid: 483 components: - type: Transform - pos: -9.5,-9.5 + pos: 3.5,4.5 parent: 1 - - uid: 1622 + - uid: 491 components: - type: Transform - pos: -10.5,-9.5 + pos: 8.5,8.5 parent: 1 - - uid: 1623 + - uid: 492 components: - type: Transform - pos: -11.5,-9.5 + pos: 8.5,5.5 parent: 1 - - uid: 1624 + - uid: 494 components: - type: Transform - pos: -12.5,-9.5 + pos: 7.5,8.5 parent: 1 - - uid: 1625 + - uid: 495 components: - type: Transform - pos: -12.5,-8.5 + pos: 7.5,7.5 parent: 1 - - uid: 1626 + - uid: 496 components: - type: Transform - pos: -12.5,-7.5 + pos: 7.5,6.5 parent: 1 - - uid: 1627 + - uid: 497 components: - type: Transform - pos: -12.5,-6.5 + pos: 7.5,5.5 parent: 1 - - uid: 1628 + - uid: 500 components: - type: Transform - pos: -11.5,-6.5 + pos: 7.5,0.5 parent: 1 - - uid: 1629 + - uid: 501 components: - type: Transform - pos: -10.5,-6.5 + pos: 6.5,0.5 parent: 1 - - uid: 1630 + - uid: 504 components: - type: Transform - pos: -9.5,-6.5 + pos: 5.5,0.5 parent: 1 - - uid: 1631 + - uid: 505 components: - type: Transform - pos: -8.5,-6.5 + pos: 4.5,0.5 parent: 1 - - uid: 1902 + - uid: 506 components: - type: Transform - pos: 8.5,-5.5 + pos: 3.5,0.5 parent: 1 - - uid: 1903 + - uid: 507 components: - type: Transform - pos: 9.5,-5.5 + pos: 2.5,0.5 parent: 1 - - uid: 1904 + - uid: 508 components: - type: Transform - pos: 10.5,-5.5 + pos: 1.5,0.5 parent: 1 - - uid: 1988 + - uid: 509 components: - type: Transform - pos: -0.5,4.5 + pos: 0.5,0.5 parent: 1 - - uid: 1989 + - uid: 510 components: - type: Transform - pos: -0.5,5.5 + pos: -0.5,0.5 parent: 1 - - uid: 1990 + - uid: 511 components: - type: Transform - pos: -0.5,6.5 + pos: -1.5,0.5 parent: 1 - - uid: 1991 + - uid: 512 components: - type: Transform - pos: -0.5,7.5 + pos: -2.5,0.5 parent: 1 - - uid: 1992 + - uid: 513 components: - type: Transform - pos: -1.5,7.5 + pos: -3.5,0.5 parent: 1 -- proto: CableHV - entities: - - uid: 1310 + - uid: 514 components: - type: Transform - pos: 4.5,-0.5 + pos: -4.5,0.5 parent: 1 - - uid: 1311 + - uid: 515 components: - type: Transform - pos: 4.5,0.5 + pos: -5.5,0.5 parent: 1 - - uid: 1312 + - uid: 516 components: - type: Transform - pos: 4.5,1.5 + pos: -6.5,0.5 parent: 1 - - uid: 1314 + - uid: 517 components: - type: Transform - pos: 4.5,2.5 + pos: -7.5,0.5 parent: 1 - - uid: 1315 + - uid: 523 components: - type: Transform - pos: 4.5,3.5 + pos: 7.5,-5.5 parent: 1 - - uid: 1732 + - uid: 524 components: - type: Transform - pos: 5.5,1.5 + pos: 11.5,-1.5 parent: 1 - - uid: 1738 + - uid: 553 components: - type: Transform - pos: 7.5,1.5 + pos: 10.5,-1.5 parent: 1 - - uid: 1739 + - uid: 554 components: - type: Transform - pos: 6.5,1.5 + pos: 7.5,-6.5 parent: 1 -- proto: CableMV - entities: - - uid: 1316 + - uid: 579 components: - type: Transform - pos: 4.5,3.5 + pos: 8.5,12.5 parent: 1 - - uid: 1317 + - uid: 580 components: - type: Transform - pos: 4.5,2.5 + pos: 8.5,13.5 parent: 1 - - uid: 1318 + - uid: 592 components: - type: Transform - pos: 5.5,2.5 + pos: 9.5,2.5 parent: 1 - - uid: 1319 + - uid: 612 components: - type: Transform - pos: 5.5,1.5 + pos: -7.5,-0.5 parent: 1 - - uid: 1320 + - uid: 613 components: - type: Transform - pos: 5.5,0.5 + pos: -7.5,-1.5 parent: 1 - - uid: 1321 + - uid: 614 components: - type: Transform - pos: 5.5,-0.5 + pos: -8.5,-1.5 parent: 1 - - uid: 1322 + - uid: 615 components: - type: Transform - pos: 5.5,-1.5 + pos: -7.5,-2.5 parent: 1 - - uid: 1323 + - uid: 616 components: - type: Transform - pos: 5.5,-2.5 + pos: -7.5,-3.5 parent: 1 - - uid: 1324 + - uid: 618 components: - type: Transform - pos: 3.5,2.5 + pos: 8.5,0.5 parent: 1 - - uid: 1325 + - uid: 619 components: - type: Transform - pos: 3.5,1.5 + pos: 8.5,-0.5 parent: 1 - - uid: 1457 + - uid: 620 components: - type: Transform - pos: 4.5,-2.5 + pos: 8.5,-1.5 parent: 1 - - uid: 1458 + - uid: 621 components: - type: Transform - pos: 4.5,-3.5 + pos: 8.5,-2.5 parent: 1 - - uid: 1459 + - uid: 622 components: - type: Transform - pos: 4.5,-4.5 + pos: 8.5,-3.5 parent: 1 - - uid: 1460 + - uid: 624 components: - type: Transform - pos: 4.5,-5.5 + pos: 9.5,-1.5 parent: 1 - - uid: 1461 + - uid: 648 components: - type: Transform - pos: 4.5,-6.5 + pos: -4.5,4.5 parent: 1 - - uid: 1462 + - uid: 654 components: - type: Transform - pos: 4.5,-7.5 + pos: 8.5,14.5 parent: 1 - - uid: 1463 + - uid: 658 components: - type: Transform - pos: 4.5,-8.5 + pos: 9.5,1.5 parent: 1 - - uid: 1464 + - uid: 715 components: - type: Transform - pos: 4.5,-9.5 + pos: 9.5,0.5 parent: 1 - - uid: 1465 + - uid: 719 components: - type: Transform - pos: 4.5,-10.5 + pos: -0.5,-3.5 parent: 1 - - uid: 1466 + - uid: 733 components: - type: Transform - pos: 4.5,-11.5 + pos: 7.5,-4.5 parent: 1 - - uid: 1467 + - uid: 747 components: - type: Transform - pos: 4.5,-12.5 + pos: 0.5,-3.5 parent: 1 - - uid: 1468 + - uid: 796 components: - type: Transform - pos: 4.5,-13.5 + pos: 5.5,-3.5 parent: 1 - - uid: 1469 + - uid: 797 components: - type: Transform - pos: 4.5,-14.5 + pos: 4.5,-3.5 parent: 1 - - uid: 1470 + - uid: 798 components: - type: Transform - pos: 4.5,-15.5 + pos: 7.5,-3.5 parent: 1 - - uid: 1471 + - uid: 799 components: - type: Transform - pos: 4.5,-16.5 + pos: 6.5,-3.5 parent: 1 - - uid: 1472 + - uid: 812 components: - type: Transform - pos: 4.5,-17.5 + pos: 7.5,14.5 parent: 1 - - uid: 1473 + - uid: 835 components: - type: Transform - pos: 4.5,-18.5 + pos: 2.5,-3.5 parent: 1 - - uid: 1474 + - uid: 836 components: - type: Transform - pos: 4.5,-19.5 + pos: -1.5,-3.5 parent: 1 - - uid: 1475 + - uid: 837 components: - type: Transform - pos: 4.5,-20.5 + pos: 1.5,-3.5 parent: 1 - - uid: 1476 + - uid: 875 components: - type: Transform - pos: 3.5,-20.5 + pos: -1.5,14.5 parent: 1 - - uid: 1477 + - uid: 876 components: - type: Transform - pos: 2.5,-20.5 + pos: -0.5,14.5 parent: 1 - - uid: 1478 + - uid: 877 components: - type: Transform - pos: 2.5,-19.5 + pos: -6.5,9.5 parent: 1 - - uid: 1479 + - uid: 878 components: - type: Transform - pos: 2.5,-18.5 + pos: -7.5,9.5 parent: 1 - - uid: 1480 + - uid: 898 components: - type: Transform - pos: 2.5,-17.5 + pos: 6.5,14.5 parent: 1 - - uid: 1481 + - uid: 899 components: - type: Transform - pos: 2.5,-16.5 + pos: 3.5,14.5 parent: 1 - - uid: 1482 + - uid: 1004 components: - type: Transform - pos: 2.5,-15.5 + pos: 6.5,9.5 parent: 1 - - uid: 1483 + - uid: 1005 components: - type: Transform - pos: 2.5,-14.5 + pos: 6.5,10.5 parent: 1 - - uid: 1484 + - uid: 1006 components: - type: Transform - pos: 2.5,-13.5 + pos: 6.5,11.5 parent: 1 - - uid: 1485 + - uid: 1074 components: - type: Transform - pos: 2.5,-12.5 + pos: 3.5,9.5 parent: 1 - - uid: 1486 + - uid: 1075 components: - type: Transform - pos: 2.5,-11.5 + pos: 3.5,10.5 parent: 1 - - uid: 1487 + - uid: 1187 components: - type: Transform - pos: 2.5,-10.5 + pos: -17.5,29.5 parent: 1 - - uid: 1488 + - uid: 1238 components: - type: Transform - pos: 2.5,-9.5 + pos: 14.5,32.5 parent: 1 - - uid: 1489 + - uid: 1295 components: - type: Transform - pos: 2.5,-8.5 + pos: 2.5,31.5 parent: 1 - - uid: 1490 + - uid: 1305 components: - type: Transform - pos: 2.5,-7.5 + pos: 11.5,28.5 parent: 1 - - uid: 1491 + - uid: 1306 components: - type: Transform - pos: 2.5,-6.5 + pos: 12.5,22.5 parent: 1 - - uid: 1492 + - uid: 1417 components: - type: Transform - pos: 2.5,-5.5 + pos: -15.5,32.5 parent: 1 - - uid: 1493 + - uid: 1418 components: - type: Transform - pos: 2.5,-4.5 + pos: -16.5,31.5 parent: 1 - uid: 1494 components: - type: Transform - pos: 1.5,-4.5 + pos: 9.5,12.5 parent: 1 - uid: 1495 components: - type: Transform - pos: 0.5,-4.5 + pos: 10.5,12.5 parent: 1 - uid: 1496 components: - type: Transform - pos: -0.5,-4.5 + pos: 11.5,12.5 parent: 1 - uid: 1497 components: - type: Transform - pos: -1.5,-4.5 + pos: 12.5,12.5 parent: 1 - uid: 1498 components: - type: Transform - pos: -2.5,-4.5 + pos: 13.5,12.5 parent: 1 - uid: 1499 components: - type: Transform - pos: -3.5,-4.5 + pos: 14.5,12.5 parent: 1 - uid: 1500 components: - type: Transform - pos: -4.5,-4.5 + pos: 15.5,12.5 parent: 1 - uid: 1501 components: - type: Transform - pos: -5.5,-4.5 + pos: 16.5,12.5 parent: 1 - uid: 1502 components: - type: Transform - pos: -6.5,-4.5 + pos: 17.5,12.5 parent: 1 - uid: 1503 components: - type: Transform - pos: -7.5,-4.5 + pos: 17.5,13.5 parent: 1 - uid: 1504 components: - type: Transform - pos: -7.5,-5.5 + pos: 17.5,14.5 parent: 1 - uid: 1505 components: - type: Transform - pos: -8.5,-4.5 + pos: 17.5,15.5 parent: 1 - uid: 1506 components: - type: Transform - pos: -9.5,-4.5 + pos: 17.5,16.5 parent: 1 - uid: 1507 components: - type: Transform - pos: -10.5,-4.5 + pos: 17.5,17.5 parent: 1 - uid: 1508 components: - type: Transform - pos: -11.5,-4.5 + pos: 17.5,18.5 parent: 1 - uid: 1509 components: - type: Transform - pos: -12.5,-4.5 + pos: 16.5,18.5 parent: 1 - uid: 1510 components: - type: Transform - pos: -13.5,-4.5 + pos: 15.5,18.5 parent: 1 - uid: 1511 components: - type: Transform - pos: -14.5,-4.5 + pos: 14.5,18.5 parent: 1 - uid: 1512 components: - type: Transform - pos: -15.5,-4.5 + pos: 13.5,18.5 parent: 1 - uid: 1513 components: - type: Transform - pos: -16.5,-4.5 + pos: 12.5,18.5 parent: 1 - uid: 1514 components: - type: Transform - pos: -17.5,-4.5 + pos: 11.5,18.5 parent: 1 - uid: 1515 components: - type: Transform - pos: -18.5,-4.5 + pos: 11.5,19.5 parent: 1 - uid: 1516 components: - type: Transform - pos: -19.5,-4.5 + pos: 11.5,20.5 parent: 1 - uid: 1517 components: - type: Transform - pos: -19.5,-5.5 + pos: 11.5,21.5 parent: 1 - uid: 1518 components: - type: Transform - pos: -19.5,-6.5 + pos: 11.5,22.5 parent: 1 - uid: 1519 components: - type: Transform - pos: -20.5,-6.5 + pos: 11.5,23.5 parent: 1 - uid: 1520 components: - type: Transform - pos: -21.5,-6.5 + pos: 11.5,24.5 parent: 1 - uid: 1521 components: - type: Transform - pos: -22.5,-6.5 + pos: 11.5,25.5 parent: 1 - uid: 1522 components: - type: Transform - pos: -23.5,-6.5 + pos: 11.5,26.5 parent: 1 - uid: 1523 components: - type: Transform - pos: -24.5,-6.5 + pos: 11.5,27.5 parent: 1 - uid: 1524 components: - type: Transform - pos: -25.5,-6.5 + pos: 2.5,30.5 parent: 1 - - uid: 1525 + - uid: 1527 components: - type: Transform - pos: -26.5,-6.5 + pos: -17.5,30.5 parent: 1 - - uid: 1526 + - uid: 1540 components: - type: Transform - pos: -27.5,-6.5 + pos: 13.5,22.5 parent: 1 - - uid: 1527 + - uid: 1541 components: - type: Transform - pos: -27.5,-5.5 + pos: 14.5,22.5 parent: 1 - - uid: 1528 + - uid: 1542 components: - type: Transform - pos: -27.5,-4.5 + pos: 15.5,22.5 parent: 1 - - uid: 1529 + - uid: 1543 components: - type: Transform - pos: -26.5,-4.5 + pos: 16.5,22.5 parent: 1 - - uid: 1530 + - uid: 1544 components: - type: Transform - pos: -25.5,-4.5 + pos: 17.5,22.5 parent: 1 - - uid: 1531 + - uid: 1545 components: - type: Transform - pos: -24.5,-4.5 + pos: 18.5,22.5 parent: 1 - - uid: 1532 + - uid: 1546 components: - type: Transform - pos: -23.5,-4.5 + pos: 19.5,22.5 parent: 1 - - uid: 1533 + - uid: 1547 components: - type: Transform - pos: -22.5,-4.5 + pos: 20.5,22.5 parent: 1 - - uid: 1534 + - uid: 1548 components: - type: Transform - pos: -21.5,-4.5 + pos: 21.5,22.5 parent: 1 - - uid: 1535 + - uid: 1549 components: - type: Transform - pos: -21.5,-3.5 + pos: 22.5,22.5 parent: 1 - - uid: 1536 + - uid: 1550 components: - type: Transform - pos: -21.5,-2.5 + pos: 23.5,22.5 parent: 1 - - uid: 1537 + - uid: 1551 components: - type: Transform - pos: -20.5,-2.5 + pos: 24.5,22.5 parent: 1 - - uid: 1538 + - uid: 1552 components: - type: Transform - pos: -19.5,-2.5 + pos: 24.5,21.5 parent: 1 - - uid: 1539 + - uid: 1553 components: - type: Transform - pos: -18.5,-2.5 + pos: 24.5,23.5 parent: 1 - - uid: 1540 + - uid: 1554 components: - type: Transform - pos: -17.5,-2.5 + pos: -16.5,30.5 parent: 1 - - uid: 1541 + - uid: 1625 components: - type: Transform - pos: -16.5,-2.5 + pos: -16.5,32.5 parent: 1 - - uid: 1542 + - uid: 1690 components: - type: Transform - pos: -15.5,-2.5 + pos: 15.5,28.5 parent: 1 - - uid: 1543 + - uid: 1691 components: - type: Transform - pos: -14.5,-2.5 + pos: 15.5,31.5 parent: 1 - - uid: 1544 + - uid: 1692 components: - type: Transform - pos: -13.5,-2.5 + pos: 16.5,31.5 parent: 1 - - uid: 1545 + - uid: 1693 components: - type: Transform - pos: -12.5,-2.5 + pos: 13.5,28.5 parent: 1 - - uid: 1546 + - uid: 1768 components: - type: Transform - pos: -11.5,-2.5 + pos: 3.5,30.5 parent: 1 - - uid: 1547 + - uid: 1769 components: - type: Transform - pos: -10.5,-2.5 + pos: 4.5,30.5 parent: 1 - - uid: 1548 + - uid: 1770 components: - type: Transform - pos: -9.5,-2.5 + pos: 5.5,30.5 parent: 1 - - uid: 1549 + - uid: 1771 components: - type: Transform - pos: -8.5,-2.5 + pos: 15.5,32.5 parent: 1 - - uid: 1550 + - uid: 1772 components: - type: Transform - pos: -7.5,-2.5 + pos: 16.5,29.5 parent: 1 - - uid: 1551 + - uid: 1773 components: - type: Transform - pos: -6.5,-2.5 + pos: 12.5,28.5 parent: 1 - - uid: 1552 + - uid: 1774 components: - type: Transform - pos: -5.5,-2.5 + pos: 16.5,28.5 parent: 1 - - uid: 1553 + - uid: 1775 components: - type: Transform - pos: -4.5,-2.5 + pos: 2.5,32.5 parent: 1 - - uid: 1554 + - uid: 1776 components: - type: Transform - pos: -3.5,-2.5 + pos: 1.5,32.5 parent: 1 - - uid: 1555 + - uid: 1777 components: - type: Transform - pos: -2.5,-2.5 + pos: 1.5,33.5 parent: 1 - - uid: 1556 + - uid: 1778 components: - type: Transform - pos: -1.5,-2.5 + pos: 0.5,33.5 parent: 1 - - uid: 1557 + - uid: 1779 components: - type: Transform - pos: -0.5,-2.5 + pos: 0.5,34.5 parent: 1 - - uid: 1558 + - uid: 1780 components: - type: Transform - pos: 0.5,-2.5 + pos: 0.5,35.5 parent: 1 - - uid: 1559 + - uid: 1781 components: - type: Transform - pos: 1.5,-2.5 + pos: 0.5,36.5 parent: 1 - - uid: 1560 + - uid: 1782 components: - type: Transform - pos: 2.5,-2.5 + pos: -0.5,36.5 parent: 1 - - uid: 1561 + - uid: 1783 components: - type: Transform - pos: 3.5,-2.5 + pos: -1.5,36.5 parent: 1 -- proto: CableTerminal - entities: - - uid: 1993 + - uid: 1784 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,1.5 + pos: -2.5,36.5 parent: 1 -- proto: CannonBall - entities: - - uid: 1671 + - uid: 1785 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5590277,3.5358868 + pos: -3.5,36.5 parent: 1 - - uid: 1998 + - uid: 1786 components: - type: Transform - pos: -8.796216,-0.5835842 + pos: -4.5,36.5 parent: 1 - - uid: 1999 + - uid: 1787 components: - type: Transform - pos: -8.858716,-0.3492092 + pos: -5.5,36.5 parent: 1 - - uid: 2000 + - uid: 1788 components: - type: Transform - pos: -8.624341,-0.3804592 + pos: -6.5,36.5 parent: 1 - - uid: 2005 + - uid: 1789 components: - type: Transform - pos: -8.093091,-0.5835842 + pos: -6.5,35.5 parent: 1 -- proto: CannonBallGlassshot - entities: - - uid: 2001 + - uid: 1790 components: - type: Transform - pos: -8.358716,-0.5679592 + pos: -6.5,34.5 parent: 1 - - uid: 2002 + - uid: 1791 components: - type: Transform - pos: -8.155591,-0.2710842 + pos: -6.5,33.5 parent: 1 -- proto: CannonBallGrapeshot - entities: - - uid: 2003 + - uid: 1792 components: - type: Transform - pos: -8.624341,-0.17733419 + pos: -7.5,33.5 parent: 1 - - uid: 2004 + - uid: 1793 components: - type: Transform - pos: -8.889966,-0.4585842 + pos: -8.5,33.5 parent: 1 -- proto: CarpetBlack - entities: - - uid: 1824 + - uid: 1794 components: - type: Transform - pos: -5.5,-7.5 + pos: -8.5,32.5 parent: 1 - - uid: 1825 + - uid: 1795 components: - type: Transform - pos: -5.5,-8.5 + pos: -9.5,32.5 parent: 1 - - uid: 1826 + - uid: 1796 components: - type: Transform - pos: -5.5,-9.5 + pos: -10.5,32.5 parent: 1 - - uid: 1827 + - uid: 1797 components: - type: Transform - pos: -3.5,-7.5 + pos: -11.5,32.5 parent: 1 - - uid: 1828 + - uid: 1798 components: - type: Transform - pos: -3.5,-8.5 + pos: -12.5,32.5 parent: 1 - - uid: 1829 + - uid: 1799 + components: + - type: Transform + pos: -13.5,32.5 + parent: 1 + - uid: 1800 + components: + - type: Transform + pos: -14.5,32.5 + parent: 1 + - uid: 1803 + components: + - type: Transform + pos: 16.5,30.5 + parent: 1 + - uid: 1806 + components: + - type: Transform + pos: 14.5,28.5 + parent: 1 + - uid: 1876 + components: + - type: Transform + pos: 13.5,32.5 + parent: 1 + - uid: 1881 + components: + - type: Transform + pos: -17.5,28.5 + parent: 1 + - uid: 1882 components: - type: Transform - pos: -3.5,-9.5 + pos: -17.5,27.5 parent: 1 - uid: 1883 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,0.5 + pos: -17.5,26.5 parent: 1 - uid: 1884 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,1.5 + pos: -17.5,25.5 parent: 1 - uid: 1885 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,0.5 + pos: -17.5,24.5 parent: 1 - uid: 1886 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,1.5 + pos: -17.5,23.5 parent: 1 - uid: 1887 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,0.5 + pos: -17.5,22.5 parent: 1 - uid: 1888 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,1.5 + pos: -17.5,21.5 parent: 1 - uid: 1889 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,3.5 + pos: -17.5,20.5 parent: 1 - uid: 1890 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,3.5 + pos: -17.5,19.5 parent: 1 - uid: 1891 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,1.5 + pos: -17.5,18.5 parent: 1 - uid: 1892 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,0.5 + pos: -17.5,17.5 parent: 1 - uid: 1893 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-0.5 + pos: -17.5,16.5 parent: 1 - uid: 1894 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,1.5 + pos: -17.5,15.5 parent: 1 - uid: 1895 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,0.5 + pos: -17.5,14.5 parent: 1 - uid: 1896 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-0.5 + pos: -17.5,13.5 parent: 1 -- proto: Catwalk - entities: - - uid: 1036 + - uid: 1897 components: - type: Transform - pos: -26.5,-6.5 + pos: -16.5,13.5 parent: 1 - - uid: 1037 + - uid: 1898 components: - type: Transform - pos: -25.5,-6.5 + pos: -16.5,12.5 parent: 1 - - uid: 1038 + - uid: 1899 components: - type: Transform - pos: -24.5,-6.5 + pos: -15.5,12.5 parent: 1 - - uid: 1039 + - uid: 1900 components: - type: Transform - pos: -23.5,-6.5 + pos: -14.5,12.5 parent: 1 - - uid: 1040 + - uid: 1901 components: - type: Transform - pos: -22.5,-6.5 + pos: -13.5,12.5 parent: 1 - - uid: 1041 + - uid: 1902 components: - type: Transform - pos: -21.5,-6.5 + pos: -12.5,12.5 parent: 1 - - uid: 1042 + - uid: 1903 components: - type: Transform - pos: -20.5,-6.5 + pos: -11.5,12.5 parent: 1 - - uid: 1043 + - uid: 1904 components: - type: Transform - pos: -19.5,-6.5 + pos: -10.5,12.5 parent: 1 - - uid: 1044 + - uid: 2032 components: - type: Transform - pos: -19.5,-5.5 + pos: 9.5,32.5 parent: 1 - - uid: 1045 + - uid: 2033 components: - type: Transform - pos: -19.5,-4.5 + pos: 12.5,32.5 parent: 1 - - uid: 1046 + - uid: 2034 components: - type: Transform - pos: -18.5,-4.5 + pos: 10.5,32.5 parent: 1 - - uid: 1047 + - uid: 2036 components: - type: Transform - pos: -17.5,-4.5 + pos: 11.5,32.5 parent: 1 - - uid: 1048 + - uid: 2037 components: - type: Transform - pos: -16.5,-4.5 + pos: 8.5,32.5 parent: 1 - - uid: 1049 + - uid: 2038 components: - type: Transform - pos: -15.5,-4.5 + pos: 7.5,32.5 parent: 1 - - uid: 1050 + - uid: 2039 components: - type: Transform - pos: -14.5,-4.5 + pos: 6.5,32.5 parent: 1 - - uid: 1051 + - uid: 2040 components: - type: Transform - pos: -13.5,-4.5 + pos: 5.5,32.5 parent: 1 - - uid: 1052 + - uid: 2041 components: - type: Transform - pos: -12.5,-4.5 + pos: 5.5,31.5 parent: 1 - - uid: 1053 +- proto: CableHV + entities: + - uid: 27 components: - type: Transform - pos: -11.5,-4.5 + pos: -5.5,14.5 parent: 1 - - uid: 1054 + - uid: 88 components: - type: Transform - pos: -10.5,-4.5 + pos: -6.5,14.5 parent: 1 - - uid: 1056 + - uid: 91 components: - type: Transform - pos: -8.5,-4.5 + pos: -7.5,14.5 parent: 1 - - uid: 1057 + - uid: 126 components: - type: Transform - pos: -7.5,-4.5 + pos: -8.5,13.5 parent: 1 - - uid: 1058 + - uid: 196 components: - type: Transform - pos: -6.5,-4.5 + pos: -5.5,11.5 parent: 1 - - uid: 1059 + - uid: 220 components: - type: Transform - pos: -5.5,-4.5 + pos: -5.5,12.5 parent: 1 - - uid: 1060 + - uid: 245 components: - type: Transform - pos: -4.5,-4.5 + pos: -6.5,11.5 parent: 1 - - uid: 1061 + - uid: 294 components: - type: Transform - pos: -3.5,-4.5 + pos: -5.5,13.5 parent: 1 - - uid: 1062 + - uid: 456 components: - type: Transform - pos: -2.5,-4.5 + pos: -8.5,11.5 parent: 1 - - uid: 1063 + - uid: 593 components: - type: Transform - pos: -1.5,-4.5 + pos: -7.5,11.5 parent: 1 - - uid: 1064 + - uid: 946 components: - type: Transform - pos: -0.5,-4.5 + pos: -7.5,13.5 parent: 1 - - uid: 1065 + - uid: 952 components: - type: Transform - pos: 0.5,-4.5 + pos: -8.5,14.5 parent: 1 - - uid: 1066 +- proto: CableMV + entities: + - uid: 19 components: - type: Transform - pos: 1.5,-4.5 + pos: -2.5,9.5 parent: 1 - - uid: 1067 + - uid: 25 components: - type: Transform - pos: 2.5,-4.5 + pos: 4.5,7.5 parent: 1 - - uid: 1068 + - uid: 34 components: - type: Transform - pos: 2.5,-5.5 + pos: -0.5,6.5 parent: 1 - - uid: 1069 + - uid: 38 components: - type: Transform - pos: 2.5,-6.5 + pos: -0.5,9.5 parent: 1 - - uid: 1070 + - uid: 67 components: - type: Transform - pos: 2.5,-7.5 + pos: -0.5,8.5 parent: 1 - - uid: 1071 + - uid: 79 components: - type: Transform - pos: 2.5,-8.5 + pos: -0.5,7.5 parent: 1 - - uid: 1072 + - uid: 85 components: - type: Transform - pos: 2.5,-9.5 + pos: -0.5,10.5 parent: 1 - - uid: 1073 + - uid: 99 components: - type: Transform - pos: 2.5,-10.5 + pos: -3.5,10.5 parent: 1 - - uid: 1074 + - uid: 105 components: - type: Transform - pos: 2.5,-11.5 + pos: 0.5,9.5 parent: 1 - - uid: 1075 + - uid: 158 components: - type: Transform - pos: 2.5,-12.5 + pos: 5.5,8.5 parent: 1 - - uid: 1076 + - uid: 169 components: - type: Transform - pos: 2.5,-13.5 + pos: -4.5,10.5 parent: 1 - - uid: 1077 + - uid: 183 components: - type: Transform - pos: 2.5,-14.5 + pos: -2.5,10.5 parent: 1 - - uid: 1078 + - uid: 200 components: - type: Transform - pos: 2.5,-15.5 + pos: 5.5,3.5 parent: 1 - - uid: 1079 + - uid: 264 components: - type: Transform - pos: 2.5,-16.5 + pos: -8.5,11.5 parent: 1 - - uid: 1080 + - uid: 267 components: - type: Transform - pos: 2.5,-17.5 + pos: -8.5,10.5 parent: 1 - - uid: 1081 + - uid: 394 components: - type: Transform - pos: 2.5,-18.5 + pos: -7.5,10.5 parent: 1 - - uid: 1082 + - uid: 401 components: - type: Transform - pos: 2.5,-19.5 + pos: 1.5,6.5 parent: 1 - - uid: 1083 + - uid: 402 components: - type: Transform - pos: 4.5,-19.5 + pos: 0.5,6.5 parent: 1 - - uid: 1084 + - uid: 414 components: - type: Transform - pos: 4.5,-18.5 + pos: 2.5,6.5 parent: 1 - - uid: 1085 + - uid: 415 components: - type: Transform - pos: 4.5,-17.5 + pos: 3.5,6.5 parent: 1 - - uid: 1086 + - uid: 416 components: - type: Transform - pos: 4.5,-16.5 + pos: 4.5,6.5 parent: 1 - - uid: 1087 + - uid: 417 components: - type: Transform - pos: 4.5,-15.5 + pos: 4.5,4.5 parent: 1 - - uid: 1088 + - uid: 419 components: - type: Transform - pos: 4.5,-14.5 + pos: 4.5,5.5 parent: 1 - - uid: 1089 + - uid: 493 components: - type: Transform - pos: 4.5,-13.5 + pos: 6.5,3.5 parent: 1 - - uid: 1090 + - uid: 502 components: - type: Transform - pos: 4.5,-12.5 + pos: 7.5,3.5 parent: 1 - - uid: 1091 + - uid: 503 components: - type: Transform - pos: 4.5,-11.5 + pos: 8.5,3.5 parent: 1 - - uid: 1092 + - uid: 518 components: - type: Transform - pos: 4.5,-10.5 + pos: 9.5,3.5 parent: 1 - - uid: 1093 + - uid: 577 components: - type: Transform - pos: 4.5,-9.5 + pos: 9.5,2.5 parent: 1 - - uid: 1094 + - uid: 659 components: - type: Transform - pos: 4.5,-8.5 + pos: 4.5,3.5 parent: 1 - - uid: 1095 + - uid: 807 components: - type: Transform - pos: 4.5,-7.5 + pos: -1.5,10.5 parent: 1 - - uid: 1096 + - uid: 1029 components: - type: Transform - pos: 4.5,-6.5 + pos: 4.5,8.5 parent: 1 - - uid: 1097 + - uid: 1031 components: - type: Transform - pos: 4.5,-5.5 + pos: -6.5,10.5 parent: 1 - - uid: 1098 + - uid: 1032 components: - type: Transform - pos: 4.5,-4.5 + pos: -5.5,10.5 parent: 1 - - uid: 1099 + - uid: 1998 components: - type: Transform - pos: 4.5,-3.5 + pos: 9.5,17.5 parent: 1 - - uid: 1100 + - uid: 1999 components: - type: Transform - pos: 4.5,-2.5 + pos: 9.5,16.5 parent: 1 - - uid: 1101 + - uid: 2000 components: - type: Transform - pos: 3.5,-2.5 + pos: 10.5,16.5 parent: 1 - - uid: 1102 + - uid: 2001 components: - type: Transform - pos: 2.5,-2.5 + pos: 10.5,15.5 parent: 1 - - uid: 1103 + - uid: 2002 components: - type: Transform - pos: 1.5,-2.5 + pos: 10.5,14.5 parent: 1 - - uid: 1104 +- proto: CableTerminal + entities: + - uid: 965 components: - type: Transform - pos: 0.5,-2.5 + rot: -1.5707963267948966 rad + pos: -6.5,11.5 parent: 1 - - uid: 1105 +- proto: CannonBall + entities: + - uid: 643 components: - type: Transform - pos: -0.5,-2.5 + pos: -1.6551356,11.813257 parent: 1 - - uid: 1106 + - uid: 677 components: - type: Transform - pos: -1.5,-2.5 + pos: -1.6447191,11.55284 parent: 1 - - uid: 1107 + - uid: 678 components: - type: Transform - pos: -2.5,-2.5 + pos: -1.2801356,11.823674 parent: 1 - - uid: 1108 + - uid: 679 components: - type: Transform - pos: -3.5,-2.5 + pos: -1.457219,11.64659 parent: 1 - - uid: 1109 + - uid: 680 components: - type: Transform - pos: -4.5,-2.5 + pos: -1.269719,11.55284 parent: 1 - - uid: 1110 + - uid: 2006 components: - type: Transform - pos: -5.5,-2.5 + rot: 1.5707963267948966 rad + pos: 22.340786,23.304857 parent: 1 - - uid: 1111 + - uid: 2007 components: - type: Transform - pos: -6.5,-2.5 + rot: 1.5707963267948966 rad + pos: 22.48662,23.502775 parent: 1 - - uid: 1112 + - uid: 2008 components: - type: Transform - pos: -7.5,-2.5 + rot: 1.5707963267948966 rad + pos: 22.61162,23.304857 parent: 1 - - uid: 1113 +- proto: CannonBallGlassshot + entities: + - uid: 681 components: - type: Transform - pos: -8.5,-2.5 + pos: -2.3322191,11.64659 parent: 1 - - uid: 1114 + - uid: 684 components: - type: Transform - pos: -9.5,-2.5 + pos: -2.5926356,11.792424 parent: 1 - - uid: 1115 +- proto: CannonBallGrapeshot + entities: + - uid: 682 components: - type: Transform - pos: -10.5,-2.5 + pos: -3.3530524,11.698674 parent: 1 - - uid: 1116 + - uid: 687 components: - type: Transform - pos: -11.5,-2.5 + pos: -3.5926356,11.813257 parent: 1 - - uid: 1117 +- proto: CargoPallet + entities: + - uid: 201 components: - type: Transform - pos: -12.5,-2.5 + pos: 5.5,-2.5 parent: 1 - - uid: 1118 + - uid: 209 components: - type: Transform - pos: -13.5,-2.5 + pos: 5.5,-1.5 parent: 1 - - uid: 1119 + - uid: 229 components: - type: Transform - pos: -14.5,-2.5 + rot: -1.5707963267948966 rad + pos: -6.5,-2.5 parent: 1 - - uid: 1120 + - uid: 230 components: - type: Transform - pos: -15.5,-2.5 + rot: -1.5707963267948966 rad + pos: -5.5,-2.5 parent: 1 - - uid: 1121 + - uid: 231 components: - type: Transform - pos: -16.5,-2.5 + rot: -1.5707963267948966 rad + pos: -5.5,-1.5 parent: 1 - - uid: 1122 + - uid: 237 components: - type: Transform - pos: -17.5,-2.5 + rot: -1.5707963267948966 rad + pos: -4.5,-2.5 parent: 1 - - uid: 1123 + - uid: 247 components: - type: Transform - pos: -18.5,-2.5 + rot: -1.5707963267948966 rad + pos: -6.5,-1.5 parent: 1 - - uid: 1124 + - uid: 258 components: - type: Transform - pos: -19.5,-2.5 + rot: -1.5707963267948966 rad + pos: -4.5,-1.5 parent: 1 - - uid: 1125 + - uid: 265 components: - type: Transform - pos: -20.5,-2.5 + pos: 6.5,-1.5 parent: 1 - - uid: 1126 + - uid: 563 components: - type: Transform - pos: -21.5,-2.5 + pos: 7.5,-2.5 parent: 1 - - uid: 1128 + - uid: 603 components: - type: Transform - pos: -21.5,-3.5 + pos: 6.5,-2.5 parent: 1 - - uid: 1129 + - uid: 626 components: - type: Transform - pos: -21.5,-4.5 + pos: 7.5,-1.5 parent: 1 - - uid: 1130 +- proto: CarpetBlack + entities: + - uid: 1845 components: - type: Transform - pos: -22.5,-4.5 + rot: 1.5707963267948966 rad + pos: -2.5,34.5 parent: 1 - - uid: 1131 + - uid: 1846 components: - type: Transform - pos: -23.5,-4.5 + rot: 1.5707963267948966 rad + pos: -3.5,34.5 parent: 1 - - uid: 1132 + - uid: 1849 components: - type: Transform - pos: -24.5,-4.5 + rot: 1.5707963267948966 rad + pos: -3.5,35.5 parent: 1 - - uid: 1133 + - uid: 1857 components: - type: Transform - pos: -25.5,-4.5 + rot: 1.5707963267948966 rad + pos: -3.5,36.5 parent: 1 - - uid: 1134 + - uid: 1860 components: - type: Transform - pos: -26.5,-4.5 + rot: 1.5707963267948966 rad + pos: -2.5,37.5 parent: 1 - - uid: 1279 + - uid: 1865 components: - type: Transform - pos: -9.5,-4.5 + rot: 1.5707963267948966 rad + pos: -2.5,35.5 parent: 1 - - uid: 1282 + - uid: 1866 components: - type: Transform rot: 1.5707963267948966 rad - pos: 5.5,-2.5 + pos: -2.5,36.5 parent: 1 - - uid: 1292 + - uid: 1867 components: - type: Transform - pos: 8.5,-3.5 + rot: 1.5707963267948966 rad + pos: -3.5,37.5 parent: 1 - - uid: 1293 +- proto: Catwalk + entities: + - uid: 6 components: - type: Transform - pos: 8.5,-4.5 + pos: -5.5,13.5 parent: 1 - - uid: 1294 + - uid: 115 components: - type: Transform - pos: 10.5,-3.5 + pos: -5.5,12.5 parent: 1 - - uid: 1295 + - uid: 124 components: - type: Transform - pos: 10.5,-4.5 + rot: -1.5707963267948966 rad + pos: 0.5,11.5 parent: 1 - - uid: 1298 + - uid: 197 components: - type: Transform - pos: 5.5,-0.5 + rot: 1.5707963267948966 rad + pos: -6.5,11.5 parent: 1 - - uid: 1299 + - uid: 215 components: - type: Transform - pos: 5.5,0.5 + rot: 1.5707963267948966 rad + pos: -5.5,11.5 parent: 1 - - uid: 1300 + - uid: 269 components: - type: Transform - pos: 5.5,1.5 + rot: -1.5707963267948966 rad + pos: -0.5,13.5 parent: 1 - - uid: 1301 + - uid: 324 components: - type: Transform - pos: 5.5,2.5 + rot: 3.141592653589793 rad + pos: -8.5,9.5 parent: 1 -- proto: ChairOfficeDark - entities: - - uid: 1881 + - uid: 441 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,1.5 + pos: -8.5,23.5 parent: 1 - - uid: 1882 + - uid: 465 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,2.5 + pos: -6.5,7.5 parent: 1 -- proto: ChairWood - entities: - - uid: 1768 + - uid: 466 components: - type: Transform - pos: -5.5,-7.5 + pos: -5.5,7.5 parent: 1 - - uid: 1769 + - uid: 520 components: - type: Transform - pos: -5.5,-9.5 + rot: -1.5707963267948966 rad + pos: 8.5,12.5 parent: 1 - - uid: 1770 + - uid: 604 components: - type: Transform - pos: -3.5,-7.5 + rot: -1.5707963267948966 rad + pos: 8.5,11.5 parent: 1 - - uid: 1771 + - uid: 627 components: - type: Transform - pos: -3.5,-9.5 + pos: -7.5,24.5 parent: 1 - - uid: 1917 + - uid: 629 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.323788,7.7902884 + pos: -5.5,6.5 parent: 1 -- proto: ClosetChefFilled - entities: - - uid: 1699 + - uid: 636 components: - type: Transform - pos: -9.5,-6.5 + pos: -2.5,20.5 parent: 1 -- proto: ClothingEyesEyepatch - entities: - - uid: 1898 + - uid: 638 components: - type: Transform - pos: -0.6632185,1.4343771 + pos: -9.5,23.5 parent: 1 - - uid: 1899 + - uid: 642 components: - type: Transform - pos: -5.5918703,-9.232764 + pos: 1.5,23.5 parent: 1 - - uid: 1900 + - uid: 700 components: - type: Transform - pos: -2.2637453,-11.560889 + pos: 1.5,22.5 parent: 1 -- proto: ClothingHeadHatPirate - entities: - - uid: 1664 + - uid: 701 components: - type: Transform - pos: 2.7715876,0.39065337 + pos: 2.5,22.5 parent: 1 -- proto: ClothingHeadHatPirateTricord - entities: - - uid: 1663 + - uid: 704 components: - type: Transform - pos: 2.1622126,1.1406534 + pos: -1.5,17.5 parent: 1 -- proto: ClothingOuterCoatPirate - entities: - - uid: 1901 + - uid: 705 components: - type: Transform - pos: -2.3400846,1.1901393 + pos: -2.5,29.5 parent: 1 -- proto: ClothingUniformJumpsuitPirate - entities: - - uid: 1665 + - uid: 708 components: - type: Transform - pos: 2.1622126,0.41409087 + pos: -1.5,19.5 parent: 1 -- proto: ComputerBlackMarketBankATM - entities: - - uid: 1909 + - uid: 710 components: - type: Transform - pos: -6.5,-0.5 + pos: 2.5,23.5 parent: 1 - - type: ContainerContainer - containers: - bank-ATM-cashSlot: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - board: !type:Container - showEnts: False - occludes: True - ents: [] -- proto: ComputerBroken - entities: - - uid: 574 + - uid: 743 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,2.5 + pos: -9.5,24.5 parent: 1 -- proto: ComputerPowerMonitoring - entities: - - uid: 570 + - uid: 744 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,1.5 + pos: -2.5,30.5 parent: 1 -- proto: ComputerShipyardBlackMarket - entities: - - uid: 855 + - uid: 760 components: - type: Transform - pos: -7.5,-0.5 + rot: 1.5707963267948966 rad + pos: -7.5,11.5 parent: 1 - - type: ContainerContainer - containers: - ShipyardConsole-targetId: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - board: !type:Container - showEnts: False - occludes: True - ents: [] -- proto: CrateFunPirate - entities: - - uid: 1680 + - uid: 764 components: - type: Transform - pos: 0.5,3.5 + pos: -8.5,24.5 parent: 1 -- proto: CrateHydroponicsSeeds - entities: - - uid: 1800 + - uid: 775 components: - type: Transform - pos: -15.5,-7.5 + pos: -7.5,23.5 parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14923 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 -- proto: CratePirateChest - entities: - - uid: 1658 + - uid: 777 components: - type: Transform - pos: -4.5,0.5 + pos: -6.5,24.5 parent: 1 -- proto: CratePirateChestCaptain - entities: - - uid: 1657 + - uid: 813 components: - type: Transform - pos: -4.5,-0.5 + rot: 3.141592653589793 rad + pos: 4.5,14.5 parent: 1 -- proto: CrateStoneGrave - entities: - - uid: 1017 + - uid: 820 components: - type: Transform - pos: 4.5,7.5 + pos: -8.5,8.5 parent: 1 -- proto: CrateWoodenGrave - entities: - - uid: 1136 + - uid: 821 components: - type: Transform - pos: -14.5,2.5 + pos: -8.5,7.5 parent: 1 -- proto: DisposalUnit - entities: - - uid: 576 + - uid: 822 components: - type: Transform - pos: 7.5,-0.5 + pos: -8.5,6.5 parent: 1 - - uid: 581 + - uid: 823 components: - type: Transform - pos: -1.5,-6.5 + pos: -8.5,5.5 parent: 1 - - uid: 1803 + - uid: 824 components: - type: Transform - pos: -0.5,3.5 + pos: -8.5,4.5 parent: 1 -- proto: DogBed - entities: - - uid: 1667 + - uid: 825 components: - type: Transform - pos: -7.5,-13.5 + pos: -8.5,3.5 parent: 1 -- proto: Dresser - entities: - - uid: 519 + - uid: 843 components: - type: Transform - pos: 2.5,2.5 + pos: 4.5,23.5 parent: 1 -- proto: DrinkBottleAle - entities: - - uid: 1807 + - uid: 845 components: - type: Transform - pos: -2.6220737,-10.996063 + pos: -2.5,19.5 parent: 1 - - uid: 1808 + - uid: 848 components: - type: Transform - pos: -5.6533237,-8.167938 + pos: 4.5,22.5 parent: 1 -- proto: DrinkBottleBeer - entities: - - uid: 1809 + - uid: 849 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.7001987,-10.777313 + pos: 5.5,23.5 parent: 1 -- proto: DrinkBottleRum - entities: - - uid: 1814 + - uid: 852 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.1845737,-11.324188 + pos: -1.5,18.5 parent: 1 -- proto: DrinkBottleTequila - entities: - - uid: 1815 + - uid: 854 components: - type: Transform - pos: -1.5751987,-11.402313 + pos: -2.5,18.5 parent: 1 -- proto: DrinkChampagneBottleFull - entities: - - uid: 1810 + - uid: 861 components: - type: Transform - pos: -5.5751987,-12.027313 + pos: -1.5,20.5 parent: 1 -- proto: DrinkCognacBottleFull - entities: - - uid: 1811 + - uid: 862 components: - type: Transform - pos: -5.2939487,-8.214813 + pos: -2.5,27.5 parent: 1 -- proto: DrinkMilkCarton - entities: - - uid: 1758 + - uid: 864 components: - type: Transform - pos: -12.53306,-6.968975 + pos: -5.5,14.5 parent: 1 -- proto: DrinkRumBottleFull - entities: - - uid: 1805 + - uid: 867 components: - type: Transform - pos: -4.7001987,-11.011688 + rot: 1.5707963267948966 rad + pos: -8.5,11.5 parent: 1 - - uid: 1806 + - uid: 868 components: - type: Transform - pos: -3.5126987,-11.324188 + rot: 1.5707963267948966 rad + pos: -8.5,10.5 parent: 1 -- proto: DrinkShotGlass - entities: - - uid: 1816 + - uid: 869 components: - type: Transform - pos: -5.3251987,-11.699188 + rot: 1.5707963267948966 rad + pos: -7.5,10.5 parent: 1 - - uid: 1817 + - uid: 870 components: - type: Transform - pos: -4.0126987,-11.449188 + rot: 1.5707963267948966 rad + pos: -6.5,10.5 parent: 1 - - uid: 1818 + - uid: 871 components: - type: Transform - pos: -2.0439487,-11.417938 + rot: 1.5707963267948966 rad + pos: -5.5,10.5 parent: 1 - - uid: 1819 + - uid: 879 components: - type: Transform - pos: -3.2034483,-8.129922 + pos: -6.5,6.5 parent: 1 - - uid: 1820 + - uid: 880 components: - type: Transform - pos: -3.5315733,-8.442422 + pos: -6.5,5.5 parent: 1 - - uid: 1821 + - uid: 895 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.2190733,-8.942422 + pos: -6.5,23.5 parent: 1 -- proto: FaxMachineShipAntag - entities: - - uid: 1916 + - uid: 896 components: - type: Transform - pos: -0.5,8.5 + rot: 3.141592653589793 rad + pos: 3.5,14.5 parent: 1 -- proto: FirelockEdge - entities: - - uid: 1784 + - uid: 897 components: - type: Transform - pos: -12.5,-8.5 + rot: 3.141592653589793 rad + pos: 2.5,14.5 parent: 1 - - uid: 1785 + - uid: 900 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-9.5 + rot: 3.141592653589793 rad + pos: 9.5,3.5 parent: 1 - - uid: 1786 + - uid: 902 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-8.5 + pos: -5.5,24.5 parent: 1 - - uid: 1787 + - uid: 1003 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-7.5 + pos: -2.5,28.5 parent: 1 - - uid: 1788 + - uid: 1007 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-6.5 + pos: 5.5,22.5 parent: 1 -- proto: FirelockGlass - entities: - - uid: 1789 + - uid: 1011 components: - type: Transform - pos: -0.5,-7.5 + pos: -5.5,23.5 parent: 1 - - uid: 1790 + - uid: 1015 components: - type: Transform - pos: -0.5,-8.5 + pos: -5.5,5.5 parent: 1 - - uid: 1791 + - uid: 1017 components: - type: Transform - pos: -1.5,-1.5 + pos: -3.5,7.5 parent: 1 - - uid: 1792 + - uid: 1018 components: - type: Transform - pos: -0.5,-1.5 + pos: -3.5,8.5 parent: 1 - - uid: 1793 + - uid: 1019 components: - type: Transform - pos: -5.5,2.5 + pos: -3.5,9.5 parent: 1 - - uid: 1794 + - uid: 1020 components: - type: Transform - pos: 5.5,-1.5 + pos: -3.5,11.5 parent: 1 - - uid: 1795 + - uid: 1021 components: - type: Transform - pos: 2.5,-20.5 + pos: -2.5,11.5 parent: 1 - - uid: 1796 + - uid: 1022 components: - type: Transform - pos: 4.5,-20.5 + pos: -1.5,11.5 parent: 1 - - uid: 1797 + - uid: 1024 components: - type: Transform - pos: -27.5,-6.5 + pos: 0.5,10.5 parent: 1 - - uid: 1799 + - uid: 1025 components: - type: Transform - pos: -27.5,-4.5 + pos: -1.5,13.5 parent: 1 -- proto: FloorDrain - entities: - - uid: 1669 + - uid: 1026 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,1.5 + pos: -2.5,13.5 parent: 1 - - type: Fixtures - fixtures: {} -- proto: FloorWaterEntity - entities: - - uid: 1673 + - uid: 1027 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,2.5 + pos: -3.5,13.5 parent: 1 - - uid: 1674 + - uid: 1030 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,1.5 + pos: 3.5,23.5 parent: 1 - - uid: 1675 + - uid: 1100 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,1.5 + rot: -1.5707963267948966 rad + pos: 13.5,21.5 parent: 1 - - uid: 1676 + - uid: 1102 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,2.5 + pos: 3.5,22.5 parent: 1 - - uid: 1677 + - uid: 1167 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,1.5 + pos: -2.5,31.5 parent: 1 - - uid: 1678 + - uid: 1258 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,2.5 + rot: -1.5707963267948966 rad + pos: 22.5,23.5 parent: 1 - - uid: 1679 + - uid: 1259 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,1.5 + rot: -1.5707963267948966 rad + pos: 22.5,24.5 parent: 1 -- proto: FoodBowlBig - entities: - - uid: 1753 + - uid: 1265 components: - type: Transform - pos: -12.276115,-6.295364 + pos: -2.5,17.5 parent: 1 -- proto: FoodCondimentBottleEnzyme - entities: - - uid: 1757 + - uid: 1279 components: - type: Transform - pos: -12.387227,-6.7606416 + rot: -1.5707963267948966 rad + pos: 23.5,24.5 parent: 1 -- proto: FoodCondimentBottleHotsauce - entities: - - uid: 1812 + - uid: 1280 components: - type: Transform - pos: -8.637699,-7.558563 + rot: -1.5707963267948966 rad + pos: 23.5,25.5 parent: 1 -- proto: FoodCondimentBottleKetchup - entities: - - uid: 1813 + - uid: 1300 components: - type: Transform - pos: -8.481449,-7.589813 + rot: -1.5707963267948966 rad + pos: 23.5,20.5 parent: 1 -- proto: FoodCondimentPacketSalt - entities: - - uid: 1756 + - uid: 1301 components: - type: Transform - pos: -12.546949,-6.6495304 + rot: -1.5707963267948966 rad + pos: 24.5,21.5 parent: 1 -- proto: FoodContainerEgg - entities: - - uid: 1759 + - uid: 1304 components: - type: Transform - pos: -12.34556,-7.045364 + rot: -1.5707963267948966 rad + pos: 24.5,22.5 parent: 1 -- proto: FoodKebabSkewer - entities: - - uid: 1755 + - uid: 1314 components: - type: Transform - pos: -12.165005,-6.4342527 + rot: -1.5707963267948966 rad + pos: 22.5,25.5 parent: 1 -- proto: FoodPlate - entities: - - uid: 1751 + - uid: 1318 components: - type: Transform - pos: -12.269171,-6.3370304 + rot: -1.5707963267948966 rad + pos: 23.5,23.5 parent: 1 -- proto: FoodPlateSmall - entities: - - uid: 1752 + - uid: 1352 components: - type: Transform - pos: -12.296949,-6.392586 + rot: -1.5707963267948966 rad + pos: 13.5,24.5 parent: 1 -- proto: FoodPlateTin - entities: - - uid: 1754 + - uid: 1363 components: - type: Transform - pos: -12.269171,-6.281475 + rot: -1.5707963267948966 rad + pos: 24.5,25.5 parent: 1 -- proto: GasMixer - entities: - - uid: 1277 + - uid: 1370 components: - type: Transform - pos: 9.5,-3.5 + rot: -1.5707963267948966 rad + pos: 23.5,22.5 parent: 1 - - type: GasMixer - inletTwoConcentration: 0.22000003 - inletOneConcentration: 0.78 -- proto: GasPipeBend - entities: - - uid: 1280 + - uid: 1371 components: - type: Transform - pos: 10.5,-3.5 + rot: -1.5707963267948966 rad + pos: 24.5,24.5 parent: 1 - - uid: 1286 + - uid: 1372 components: - type: Transform - pos: 10.5,-4.5 + rot: -1.5707963267948966 rad + pos: 13.5,23.5 parent: 1 -- proto: GasPipeTJunction - entities: - - uid: 1278 + - uid: 1377 components: - type: Transform - pos: 8.5,-3.5 + rot: -1.5707963267948966 rad + pos: 15.5,22.5 parent: 1 - - uid: 1284 + - uid: 1378 components: - type: Transform - pos: 8.5,-4.5 + rot: -1.5707963267948966 rad + pos: 20.5,22.5 parent: 1 -- proto: GasPort - entities: - - uid: 1023 + - uid: 1383 components: - type: Transform - pos: 10.5,-2.5 + rot: -1.5707963267948966 rad + pos: 13.5,22.5 parent: 1 - - uid: 1024 + - uid: 1384 components: - type: Transform - pos: 9.5,-2.5 + rot: -1.5707963267948966 rad + pos: 18.5,22.5 parent: 1 - - uid: 1025 + - uid: 1385 components: - type: Transform - pos: 8.5,-2.5 + rot: -1.5707963267948966 rad + pos: 17.5,22.5 parent: 1 - - uid: 1283 + - uid: 1387 components: - type: Transform - pos: 8.5,-5.5 + rot: -1.5707963267948966 rad + pos: 14.5,22.5 parent: 1 - - uid: 1287 + - uid: 1388 components: - type: Transform - pos: 10.5,-5.5 + rot: -1.5707963267948966 rad + pos: 23.5,21.5 parent: 1 -- proto: GasVentPump - entities: - - uid: 1055 + - uid: 1390 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-3.5 + rot: -1.5707963267948966 rad + pos: 22.5,22.5 parent: 1 -- proto: GasVentScrubber - entities: - - uid: 1281 + - uid: 1391 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-4.5 + rot: -1.5707963267948966 rad + pos: 19.5,22.5 parent: 1 -- proto: GasVolumePump - entities: - - uid: 1285 + - uid: 1392 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-4.5 + rot: -1.5707963267948966 rad + pos: 21.5,22.5 parent: 1 -- proto: GeneratorBasic15kW - entities: - - uid: 1302 + - uid: 1393 components: - type: Transform - pos: 4.5,-0.5 + rot: -1.5707963267948966 rad + pos: 16.5,22.5 parent: 1 - - uid: 1303 + - uid: 1394 components: - type: Transform - pos: 4.5,0.5 + rot: -1.5707963267948966 rad + pos: 24.5,23.5 parent: 1 - - uid: 1313 + - uid: 1395 components: - type: Transform - pos: 4.5,1.5 + rot: -1.5707963267948966 rad + pos: 23.5,19.5 parent: 1 -- proto: GravityGeneratorMini - entities: - - uid: 1880 + - uid: 1396 components: - type: Transform - pos: 5.5,3.5 + rot: -1.5707963267948966 rad + pos: 24.5,20.5 parent: 1 -- proto: Grille + - uid: 1397 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,19.5 + parent: 1 + - uid: 1398 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,21.5 + parent: 1 + - uid: 1399 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,20.5 + parent: 1 + - uid: 1400 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,19.5 + parent: 1 + - uid: 1848 + components: + - type: Transform + pos: -13.5,14.5 + parent: 1 + - uid: 1870 + components: + - type: Transform + pos: -12.5,14.5 + parent: 1 + - uid: 1906 + components: + - type: Transform + pos: -14.5,14.5 + parent: 1 +- proto: ChairFolding entities: - - uid: 992 + - uid: 1062 components: - type: Transform - pos: -5.5,-14.5 + pos: -1.4638193,25.545057 parent: 1 - - uid: 993 + - uid: 1065 components: - type: Transform - pos: -6.5,-14.5 + rot: 1.5707963267948966 rad + pos: -2.5888193,24.6145 parent: 1 - - uid: 994 + - uid: 1117 components: - type: Transform - pos: -7.5,-14.5 + rot: 1.5707963267948966 rad + pos: 23.533894,21.609812 parent: 1 - - uid: 995 + - uid: 1401 components: - type: Transform - pos: -8.5,-13.5 + rot: 1.5707963267948966 rad + pos: 23.565144,23.719187 parent: 1 - - uid: 996 +- proto: ChairOfficeDark + entities: + - uid: 213 components: - type: Transform - pos: -8.5,-12.5 + rot: 3.141592653589793 rad + pos: -7.5,9.5 parent: 1 - - uid: 997 + - uid: 596 components: - type: Transform - pos: -8.5,-11.5 + rot: 3.141592653589793 rad + pos: -6.5,9.5 parent: 1 - - uid: 998 +- proto: ChairWood + entities: + - uid: 177 components: - type: Transform - pos: -9.5,-10.5 + rot: 1.5707963267948966 rad + pos: 1.5,-0.5 parent: 1 - - uid: 999 + - uid: 189 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-1.5 + parent: 1 + - uid: 210 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-0.5 + parent: 1 + - uid: 236 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-0.5 + parent: 1 + - uid: 244 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-1.5 + parent: 1 + - uid: 273 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-1.5 + parent: 1 + - uid: 601 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-0.5 + parent: 1 + - uid: 602 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-1.5 + parent: 1 + - uid: 1815 + components: + - type: Transform + pos: -2.5,37.5 + parent: 1 + - uid: 1816 + components: + - type: Transform + pos: -3.5,37.5 + parent: 1 + - uid: 1817 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,34.5 + parent: 1 + - uid: 1818 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,34.5 + parent: 1 + - uid: 2051 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.650677,-4.36273 + parent: 1 +- proto: Cigar + entities: + - uid: 190 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.05544,7.263118 + parent: 1 + - uid: 828 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.0137734,7.440201 + parent: 1 + - uid: 1133 + components: + - type: Transform + pos: 2.4062622,4.659444 + parent: 1 + - uid: 1134 + components: + - type: Transform + pos: 2.6770954,4.7011104 + parent: 1 + - uid: 1135 + components: + - type: Transform + pos: 2.729179,4.503194 + parent: 1 +- proto: ClothingBeltPlantFilled + entities: + - uid: 765 + components: + - type: Transform + pos: -5.496167,6.580707 + parent: 1 +- proto: ClothingBeltUtilityEngineering + entities: + - uid: 192 + components: + - type: Transform + pos: -5.791832,6.7702737 + parent: 1 +- proto: ClothingEyesEyepatch + entities: + - uid: 1830 + components: + - type: Transform + pos: -3.073276,36.033367 + parent: 1 +- proto: ClothingHandsGlovesCombat + entities: + - uid: 1421 + components: + - type: Transform + pos: -5.518818,7.0506287 + parent: 1 +- proto: ClothingHeadHatPirate + entities: + - uid: 28 + components: + - type: Transform + pos: 4.2899175,2.596978 + parent: 1 + - uid: 31 + components: + - type: Transform + pos: 4.0399175,2.7323947 + parent: 1 + - uid: 48 + components: + - type: Transform + pos: 4.5399175,2.7323947 + parent: 1 + - uid: 49 + components: + - type: Transform + pos: 4.050334,2.440728 + parent: 1 + - uid: 50 + components: + - type: Transform + pos: 4.5399175,2.4303112 + parent: 1 +- proto: ComputerPalletConsoleNFLowMarket + entities: + - uid: 559 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-4.5 + parent: 1 + - type: ContainerContainer + containers: + board: !type:Container + ents: [] + - uid: 560 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-4.5 + parent: 1 + - type: ContainerContainer + containers: + board: !type:Container + ents: [] +- proto: ComputerPowerMonitoring + entities: + - uid: 76 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,14.5 + parent: 1 +- proto: ComputerShipyardBlackMarket + entities: + - uid: 1956 + components: + - type: Transform + pos: -0.5,16.5 + parent: 1 + - type: ContainerContainer + containers: + ShipyardConsole-targetId: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + board: !type:Container + showEnts: False + occludes: True + ents: [] + - uid: 1959 + components: + - type: Transform + pos: -3.5,16.5 + parent: 1 + - type: ContainerContainer + containers: + ShipyardConsole-targetId: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + board: !type:Container + showEnts: False + occludes: True + ents: [] +- proto: ComputerTabletopComputerIFFPOI + entities: + - uid: 1920 + components: + - type: Transform + pos: -6.5,10.5 + parent: 1 +- proto: ComputerTabletopRadar + entities: + - uid: 51 + components: + - type: Transform + pos: -8.5,1.5 + parent: 1 +- proto: ComputerTabletopSurveillanceCameraMonitor + entities: + - uid: 1082 + components: + - type: Transform + pos: -7.5,10.5 + parent: 1 +- proto: ComputerWallmountBlackMarketBankATM + entities: + - uid: 61 + components: + - type: Transform + pos: 5.5,2.5 + parent: 1 + - type: ContainerContainer + containers: + bank-ATM-cashSlot: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + board: !type:Container + showEnts: False + occludes: True + ents: [] + - type: Physics + canCollide: False +- proto: CrateFreezer + entities: + - uid: 858 + components: + - type: Transform + pos: 4.5,11.5 + parent: 1 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 234.99934 + moles: + - 1.8968438 + - 7.1357465 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 252 + - 283 + - 287 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: CrateFunParty + entities: + - uid: 125 components: - type: Transform - pos: -10.5,-10.5 + pos: 4.5,10.5 parent: 1 +- proto: CrateFunPirate + entities: + - uid: 827 + components: + - type: Transform + pos: -8.5,6.5 + parent: 1 + - uid: 1678 + components: + - type: Transform + pos: 3.5,36.5 + parent: 1 +- proto: CrateHydroponicsSeeds + entities: - uid: 1000 components: - type: Transform - pos: -11.5,-10.5 + pos: -8.5,3.5 parent: 1 - - uid: 1001 +- proto: CrateHydroponicsSeedsExotic + entities: + - uid: 1615 components: - type: Transform - pos: -13.5,-10.5 + pos: -8.5,4.5 parent: 1 - - uid: 1002 +- proto: CrateHydroponicsSeedsMedicinal + entities: + - uid: 2021 components: - type: Transform - pos: -14.5,-10.5 + pos: -8.5,5.5 parent: 1 - - uid: 1003 +- proto: CrateMedicalSurgery + entities: + - uid: 1221 components: - type: Transform - pos: -15.5,-10.5 + pos: -12.5,14.5 parent: 1 - - uid: 1004 +- proto: CratePirateChest + entities: + - uid: 834 components: - type: Transform - pos: -28.5,-7.5 + pos: -8.5,7.5 parent: 1 - - uid: 1005 +- proto: CratePirateChestCaptain + entities: + - uid: 2020 components: - type: Transform - pos: -29.5,-7.5 + pos: -8.5,8.5 parent: 1 - - uid: 1006 +- proto: CrateStoneGrave + entities: + - uid: 841 components: - type: Transform - pos: -31.5,-7.5 + pos: 15.5,15.5 parent: 1 - - uid: 1007 +- proto: CrateWoodenGrave + entities: + - uid: 1125 components: - type: Transform - pos: -32.5,-7.5 + pos: -0.5,22.5 parent: 1 - - uid: 1008 +- proto: CurtainsBlack + entities: + - uid: 1755 components: - type: Transform - pos: -32.5,-3.5 + pos: -0.5,36.5 parent: 1 - - uid: 1009 + - uid: 1756 components: - type: Transform - pos: -31.5,-3.5 + pos: -0.5,34.5 parent: 1 - - uid: 1010 + - uid: 1757 components: - type: Transform - pos: -29.5,-3.5 + pos: -5.5,35.5 parent: 1 - - uid: 1011 +- proto: d6Dice + entities: + - uid: 1819 components: - type: Transform - pos: -28.5,-3.5 + pos: -2.9908204,36.84169 parent: 1 - - uid: 1016 + - uid: 1820 + components: + - type: Transform + pos: -3.6531801,35.643955 + parent: 1 +- proto: Defibrillator + entities: + - uid: 1561 + components: + - type: Transform + pos: -13.51858,14.77089 + parent: 1 +- proto: DefibrillatorCabinetFilled + entities: + - uid: 184 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,2.5 + parent: 1 +- proto: DeskBell + entities: + - uid: 754 + components: + - type: Transform + pos: -6.5961885,7.2103014 + parent: 1 +- proto: DisposalBend + entities: + - uid: 331 components: - type: Transform rot: 3.141592653589793 rad - pos: -3.5,4.5 + pos: -3.5,6.5 parent: 1 - - uid: 1018 + - uid: 336 components: - type: Transform - pos: -7.5,4.5 + rot: -1.5707963267948966 rad + pos: 9.5,5.5 parent: 1 - - uid: 1019 + - uid: 339 components: - type: Transform - pos: -6.5,4.5 + rot: -1.5707963267948966 rad + pos: 9.5,8.5 parent: 1 - - uid: 1020 + - uid: 714 components: - type: Transform - pos: 8.5,2.5 + rot: 1.5707963267948966 rad + pos: 6.5,6.5 parent: 1 - - uid: 1021 +- proto: DisposalJunction + entities: + - uid: 272 components: - type: Transform - pos: 8.5,1.5 + pos: -1.5,6.5 parent: 1 - - uid: 1022 + - uid: 291 components: - type: Transform - pos: 8.5,0.5 + rot: 3.141592653589793 rad + pos: 7.5,8.5 parent: 1 - - uid: 1026 + - uid: 749 components: - type: Transform - pos: -0.5,-10.5 + rot: 3.141592653589793 rad + pos: 7.5,5.5 parent: 1 - - uid: 1027 +- proto: DisposalJunctionFlipped + entities: + - uid: 275 components: - type: Transform - pos: -0.5,-11.5 + rot: 3.141592653589793 rad + pos: 7.5,6.5 parent: 1 - - uid: 1028 + - uid: 376 components: - type: Transform - pos: -0.5,-12.5 + rot: 1.5707963267948966 rad + pos: -1.5,1.5 parent: 1 - - uid: 1029 +- proto: DisposalPipe + entities: + - uid: 78 components: - type: Transform - pos: -11.5,-5.5 + rot: 1.5707963267948966 rad + pos: 8.5,5.5 parent: 1 - - uid: 1030 + - uid: 97 components: - type: Transform - pos: -10.5,-5.5 + rot: 1.5707963267948966 rad + pos: 8.5,8.5 parent: 1 - - uid: 1031 + - uid: 219 components: - type: Transform - pos: -9.5,-5.5 + pos: 7.5,9.5 parent: 1 - - uid: 1032 + - uid: 251 components: - type: Transform - pos: -4.5,-5.5 + rot: 3.141592653589793 rad + pos: -3.5,7.5 parent: 1 - - uid: 1033 + - uid: 253 components: - type: Transform - pos: -3.5,-5.5 + rot: 3.141592653589793 rad + pos: 7.5,7.5 parent: 1 - - uid: 1034 + - uid: 254 components: - type: Transform - pos: -2.5,-5.5 + rot: 3.141592653589793 rad + pos: 7.5,10.5 parent: 1 - - uid: 1659 + - uid: 260 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,3.5 + parent: 1 + - uid: 274 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,1.5 + parent: 1 + - uid: 280 + components: + - type: Transform + pos: 7.5,11.5 + parent: 1 + - uid: 281 + components: + - type: Transform + pos: 7.5,12.5 + parent: 1 + - uid: 282 + components: + - type: Transform + pos: 7.5,13.5 + parent: 1 + - uid: 286 components: - type: Transform rot: 3.141592653589793 rad - pos: -2.5,4.5 + pos: 7.5,4.5 parent: 1 - - uid: 1715 + - uid: 305 components: - type: Transform - pos: 1.5,-21.5 + rot: 3.141592653589793 rad + pos: -1.5,7.5 parent: 1 - - uid: 1716 + - uid: 310 components: - type: Transform - pos: 1.5,-22.5 + pos: 7.5,2.5 parent: 1 - - uid: 1717 + - uid: 370 components: - type: Transform - pos: 1.5,-24.5 + pos: -1.5,5.5 parent: 1 - - uid: 1718 + - uid: 371 components: - type: Transform - pos: 1.5,-25.5 + pos: -1.5,4.5 parent: 1 - - uid: 1719 + - uid: 372 components: - type: Transform - pos: 5.5,-25.5 + pos: -1.5,3.5 parent: 1 - - uid: 1720 + - uid: 373 components: - type: Transform - pos: 5.5,-24.5 + pos: -1.5,2.5 parent: 1 - - uid: 1721 + - uid: 374 components: - type: Transform - pos: 5.5,-22.5 + rot: -1.5707963267948966 rad + pos: -3.5,1.5 parent: 1 - - uid: 1722 + - uid: 375 components: - type: Transform - pos: 5.5,-21.5 + rot: -1.5707963267948966 rad + pos: -2.5,1.5 parent: 1 -- proto: HighSecDoor - entities: - - uid: 1844 + - uid: 377 components: - type: Transform - pos: -33.5,-4.5 + rot: 1.5707963267948966 rad + pos: -0.5,1.5 parent: 1 - - uid: 1845 + - uid: 378 components: - type: Transform - pos: -33.5,-6.5 + rot: 1.5707963267948966 rad + pos: 0.5,1.5 parent: 1 - - uid: 1846 + - uid: 379 components: - type: Transform - pos: -27.5,-6.5 + rot: 1.5707963267948966 rad + pos: 1.5,1.5 parent: 1 - - uid: 1847 + - uid: 380 components: - type: Transform - pos: -27.5,-4.5 + rot: 1.5707963267948966 rad + pos: 2.5,1.5 parent: 1 - - uid: 1848 + - uid: 381 components: - type: Transform - pos: 2.5,-26.5 + rot: 1.5707963267948966 rad + pos: 3.5,1.5 parent: 1 - - uid: 1849 + - uid: 382 components: - type: Transform - pos: 4.5,-26.5 + rot: 1.5707963267948966 rad + pos: 4.5,1.5 parent: 1 - - uid: 1850 + - uid: 383 components: - type: Transform - pos: 2.5,-20.5 + rot: 1.5707963267948966 rad + pos: 5.5,1.5 parent: 1 - - uid: 1851 + - uid: 933 components: - type: Transform - pos: 4.5,-20.5 + rot: 3.141592653589793 rad + pos: -3.5,8.5 parent: 1 -- proto: HospitalCurtains - entities: - - uid: 1777 + - uid: 991 components: - type: Transform - pos: 2.5,-0.5 + rot: -1.5707963267948966 rad + pos: -2.5,6.5 parent: 1 - - uid: 1778 +- proto: DisposalTrunk + entities: + - uid: 248 components: - type: Transform - pos: 2.5,1.5 + rot: -1.5707963267948966 rad + pos: 8.5,1.5 parent: 1 - - uid: 1780 + - uid: 303 components: - type: Transform - pos: 2.5,3.5 + pos: 9.5,9.5 parent: 1 -- proto: HospitalCurtainsOpen - entities: - - uid: 1672 + - uid: 366 components: - type: Transform rot: 1.5707963267948966 rad - pos: -7.5,1.5 + pos: -4.5,1.5 parent: 1 - - uid: 1779 + - uid: 367 components: - type: Transform - pos: 2.5,0.5 + pos: -1.5,8.5 parent: 1 -- proto: hydroponicsSoil - entities: - - uid: 1632 + - uid: 716 components: - type: Transform - pos: -13.5,-9.5 + pos: 9.5,6.5 parent: 1 - - uid: 1633 + - uid: 887 components: - type: Transform - pos: -14.5,-9.5 + rot: 3.141592653589793 rad + pos: 6.5,5.5 parent: 1 - - uid: 1634 + - uid: 934 components: - type: Transform - pos: -15.5,-9.5 + pos: -3.5,9.5 parent: 1 -- proto: HydroponicsToolClippers +- proto: DisposalUnit entities: - - uid: 1710 + - uid: 142 components: - type: Transform - pos: -14.471659,-6.4601746 + pos: -1.5,8.5 parent: 1 -- proto: HydroponicsToolHatchet - entities: - - uid: 1708 + - uid: 292 components: - type: Transform - pos: -14.502909,-6.4132996 + pos: -4.5,1.5 parent: 1 -- proto: HydroponicsToolMiniHoe - entities: - - uid: 1709 + - uid: 540 components: - type: Transform - pos: -14.627909,-6.4601746 + pos: 8.5,1.5 parent: 1 -- proto: HydroponicsToolScythe - entities: - - uid: 1711 + - uid: 930 components: - type: Transform - pos: -14.471659,-6.5070496 + pos: -3.5,9.5 parent: 1 -- proto: HydroponicsToolSpade - entities: - - uid: 1712 + - uid: 931 components: - type: Transform - pos: -14.409159,-6.4289246 + pos: 6.5,5.5 parent: 1 -- proto: IntercomService +- proto: DisposalYJunction entities: - - uid: 1783 + - uid: 333 components: - type: Transform - pos: -6.5,-5.5 + rot: 3.141592653589793 rad + pos: 7.5,1.5 parent: 1 -- proto: KitchenMicrowave +- proto: DogBed entities: - - uid: 1703 + - uid: 844 components: - type: Transform - pos: -10.5,-6.5 + pos: -3.5,5.5 parent: 1 -- proto: KitchenReagentGrinder +- proto: Dresser entities: - - uid: 1702 + - uid: 1697 components: - type: Transform - pos: -11.5,-6.5 + pos: -5.5,34.5 parent: 1 -- proto: LampGold - entities: - - uid: 1918 + - uid: 1710 components: - type: Transform - pos: -2.6423488,8.902393 + pos: -0.5,35.5 parent: 1 - - type: HandheldLight - toggleActionEntity: 1919 - - type: ContainerContainer - containers: - cell_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - actions: !type:Container - showEnts: False - occludes: True - ents: - - 1919 - - type: Physics - canCollide: True - - type: ActionsContainer -- proto: LargeBeaker +- proto: DrinkAleBottleFull entities: - - uid: 1762 - components: - - type: Transform - pos: -11.915005,-6.2745304 - parent: 1 - - uid: 1763 + - uid: 193 components: - type: Transform - pos: -12.102505,-6.4273086 + pos: -1.3561413,0.19765961 parent: 1 -- proto: LockerBotanistFilled - entities: - - uid: 1700 + - uid: 203 components: - type: Transform - pos: -13.5,-6.5 + pos: 2.3565233,0.16640961 parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14923 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 1701 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null -- proto: LuxuryPen +- proto: DrinkBeerBottleFull entities: - - uid: 1913 + - uid: 240 components: - type: Transform - pos: -2.1631823,8.53781 + pos: -5.5940914,1.8435847 parent: 1 - - type: Stamp - stampedName: Ryan Fiscina -- proto: MachineCryoSleepPod - entities: - - uid: 571 + - uid: 600 components: - type: Transform - pos: 7.5,3.5 + pos: -5.260758,1.8540014 parent: 1 -- proto: Mirror - entities: - - uid: 1897 + - uid: 1228 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,2.5 + pos: 12.692219,31.463152 parent: 1 -- proto: MopBucketFull - entities: - - uid: 1767 + - uid: 1229 components: - type: Transform - pos: -6.484191,1.4599226 + pos: 12.535969,31.640234 parent: 1 -- proto: MopItem - entities: - - uid: 1766 + - uid: 1928 components: - type: Transform - pos: -6.595302,1.4182558 + pos: 12.806802,31.640234 parent: 1 -- proto: NitrogenCanister +- proto: DrinkBeerCan entities: - - uid: 1291 + - uid: 689 components: - type: Transform - anchored: True - pos: 10.5,-2.5 + pos: -2.0219421,-4.3052683 parent: 1 - - type: Physics - bodyType: Static -- proto: OxygenCanister - entities: - - uid: 1290 + - uid: 2027 components: - type: Transform - anchored: True - pos: 9.5,-2.5 + pos: 22.550758,25.65144 parent: 1 - - type: Physics - bodyType: Static -- proto: Paper - entities: - - uid: 1914 + - uid: 2029 components: - type: Transform - pos: -2.3194323,8.60031 + pos: 22.415342,25.234774 parent: 1 - - uid: 1915 + - uid: 2030 components: - type: Transform - pos: -2.1006823,8.652393 + pos: 22.696592,25.234774 parent: 1 -- proto: PortableScrubber +- proto: DrinkBottleCognac entities: - - uid: 1288 + - uid: 1128 components: - type: Transform - anchored: True - pos: 8.5,-5.5 + pos: -2.9453502,22.326792 parent: 1 - - type: Physics - bodyType: Static -- proto: Poweredlight +- proto: DrinkBottleRum entities: - - uid: 1741 + - uid: 1111 components: - type: Transform - pos: -12.5,-6.5 + pos: -3.1325707,24.551054 parent: 1 -- proto: PoweredLightPostSmall +- proto: DrinkKegWood entities: - - uid: 1682 + - uid: 1112 components: - type: Transform - pos: -22.5,-1.5 + pos: -3.015983,26.135101 parent: 1 - - uid: 1683 + - uid: 1113 components: - type: Transform - pos: 5.5,-8.5 + pos: -3.3076496,25.978851 parent: 1 - - uid: 1684 + - uid: 1116 components: - type: Transform - pos: -11.5,-1.5 + pos: 2.508083,11.4275875 parent: 1 - - uid: 1685 +- proto: DrinkRootBeerJug + entities: + - uid: 2031 components: - type: Transform - pos: 5.5,-16.5 + pos: -0.9567741,25.242569 parent: 1 - - uid: 1921 +- proto: DrinkRumBottleFull + entities: + - uid: 191 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,5.5 + pos: 2.61694,0.18724298 parent: 1 -- proto: PoweredSmallLight - entities: - - uid: 1686 + - uid: 206 components: - type: Transform - pos: 3.5,-21.5 + pos: -1.6686413,0.20807624 parent: 1 - - uid: 1687 + - uid: 278 components: - type: Transform - pos: 3.5,-25.5 + pos: -5.529629,2.1210914 parent: 1 - - uid: 1688 + - uid: 598 components: - type: Transform - pos: -28.5,-5.5 + pos: -5.2587957,2.1210914 parent: 1 - - uid: 1689 +- proto: DrinkShotGlass + entities: + - uid: 178 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,-5.5 + pos: -7.253187,1.8635483 parent: 1 - - uid: 1690 + - uid: 180 components: - type: Transform - pos: -3.5,-13.5 + pos: -7.55527,1.8739649 parent: 1 - - uid: 1691 + - uid: 181 components: - type: Transform - pos: -1.5,-9.5 + pos: -7.857353,1.8843815 parent: 1 - - uid: 1692 + - uid: 232 components: - type: Transform - pos: 2.5,2.5 + pos: -7.732353,1.6552149 parent: 1 - - uid: 1693 + - uid: 255 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,1.5 + pos: -7.409437,1.6447983 parent: 1 - - uid: 1694 + - uid: 1130 components: - type: Transform - pos: 5.5,3.5 + pos: 1.3630393,4.7888126 parent: 1 - - uid: 1695 + - uid: 1131 components: - type: Transform - pos: 10.5,-3.5 + pos: 1.7224143,4.7888126 parent: 1 - - uid: 1696 + - uid: 1132 components: - type: Transform - pos: -6.5,3.5 + pos: 1.5505393,4.5544376 parent: 1 -- proto: Rack +- proto: DrinkWaterJug entities: - - uid: 2006 + - uid: 2026 components: - type: Transform - pos: -8.5,-0.5 + pos: 15.045713,14.422518 parent: 1 -- proto: Railing +- proto: DrinkWineBottleFull entities: - - uid: 1733 + - uid: 599 components: - type: Transform - pos: 0.5,-12.5 + pos: -5.404629,1.9856746 parent: 1 - - uid: 1734 +- proto: EmergencyLight + entities: + - uid: 226 components: - type: Transform rot: 1.5707963267948966 rad - pos: 1.5,-11.5 + pos: 6.5,11.5 parent: 1 - - uid: 1735 + - uid: 325 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-10.5 + pos: -2.5,1.5 parent: 1 - - uid: 1736 + - uid: 326 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-9.5 + pos: 1.5,8.5 parent: 1 - - uid: 1737 + - uid: 338 components: - type: Transform rot: 1.5707963267948966 rad - pos: 1.5,-6.5 + pos: 6.5,8.5 parent: 1 - - uid: 1832 + - uid: 363 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-5.5 + pos: 5.5,1.5 parent: 1 -- proto: RailingCorner - entities: - - uid: 1731 + - uid: 396 components: - type: Transform - pos: 1.5,-12.5 + rot: -1.5707963267948966 rad + pos: -3.5,5.5 parent: 1 - - uid: 1740 + - uid: 425 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-5.5 + rot: -1.5707963267948966 rad + pos: 4.5,11.5 parent: 1 - - uid: 1746 + - uid: 426 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-13.5 + rot: 3.141592653589793 rad + pos: -2.5,10.5 parent: 1 -- proto: RandomSpawner - entities: - - uid: 1837 + - uid: 980 components: - type: Transform - pos: -11.5,-13.5 + rot: -1.5707963267948966 rad + pos: -5.5,-7.5 parent: 1 -- proto: ReagentContainerFlour - entities: - - uid: 1760 + - uid: 982 components: - type: Transform - pos: -12.47056,-7.3231416 + rot: 1.5707963267948966 rad + pos: 6.5,-7.5 parent: 1 -- proto: ReagentContainerRice - entities: - - uid: 1761 + - uid: 983 components: - type: Transform - pos: -12.262227,-7.4481416 + pos: 12.5,-0.5 parent: 1 -- proto: ReagentContainerSugar - entities: - - uid: 1764 + - uid: 984 components: - type: Transform - pos: -12.498338,-7.485883 + pos: -11.5,-0.5 parent: 1 -- proto: ReinforcedPlasmaWindow +- proto: ExtinguisherCabinetFilled entities: - - uid: 14 + - uid: 223 components: - type: Transform - pos: 5.5,-25.5 + rot: 1.5707963267948966 rad + pos: -2.5,2.5 parent: 1 - - uid: 15 + - uid: 392 components: - type: Transform - pos: 5.5,-24.5 + rot: -1.5707963267948966 rad + pos: 1.5,11.5 parent: 1 - - uid: 16 + - uid: 473 components: - type: Transform - pos: 5.5,-21.5 + pos: 1.5,9.5 parent: 1 - - uid: 17 + - uid: 888 components: - type: Transform - pos: 5.5,-22.5 + rot: 3.141592653589793 rad + pos: 5.5,11.5 parent: 1 - - uid: 18 +- proto: FaxMachineShipAntag + entities: + - uid: 63 components: - type: Transform - pos: 1.5,-22.5 + pos: -8.5,10.5 parent: 1 - - uid: 19 +- proto: FenceMetalGate + entities: + - uid: 1598 components: - type: Transform - pos: 1.5,-21.5 + rot: -1.5707963267948966 rad + pos: 10.5,15.5 parent: 1 - - uid: 20 +- proto: FenceMetalStraight + entities: + - uid: 1996 components: - type: Transform - pos: 1.5,-24.5 + rot: 3.141592653589793 rad + pos: 10.5,16.5 parent: 1 - - uid: 21 + - uid: 1997 components: - type: Transform - pos: 1.5,-25.5 + rot: 3.141592653589793 rad + pos: 10.5,14.5 parent: 1 - - uid: 1723 +- proto: FenceWoodHighGate + entities: + - uid: 1612 components: - type: Transform - pos: -29.5,-7.5 + pos: -2.5,30.5 parent: 1 - - uid: 1724 + - uid: 1923 components: - type: Transform - pos: -28.5,-7.5 + pos: 7.5,28.5 parent: 1 - - uid: 1725 + - type: Door + secondsUntilStateChange: -1742.1683 + state: Opening +- proto: FenceWoodSmallCorner + entities: + - uid: 1763 components: - type: Transform - pos: -29.5,-3.5 + pos: -9.5,27.5 parent: 1 - - uid: 1726 +- proto: FenceWoodSmallGate + entities: + - uid: 26 components: - type: Transform - pos: -28.5,-3.5 + pos: -0.5,9.5 parent: 1 - - uid: 1727 + - uid: 35 components: - type: Transform - pos: -32.5,-3.5 + rot: 1.5707963267948966 rad + pos: -2.5,4.5 parent: 1 - - uid: 1728 +- proto: FenceWoodSmallStraight + entities: + - uid: 1602 components: - type: Transform - pos: -31.5,-3.5 + rot: -1.5707963267948966 rad + pos: -15.5,27.5 parent: 1 - - uid: 1729 + - uid: 1764 components: - type: Transform - pos: -32.5,-7.5 + rot: -1.5707963267948966 rad + pos: -10.5,27.5 parent: 1 - - uid: 1730 + - uid: 1765 components: - type: Transform - pos: -31.5,-7.5 + rot: -1.5707963267948966 rad + pos: -14.5,27.5 parent: 1 -- proto: Shovel +- proto: FireAlarm entities: - - uid: 1681 + - uid: 154 components: - type: Transform - pos: -14.099554,2.0229537 + pos: 2.5,9.5 parent: 1 - - uid: 1906 + - type: DeviceList + devices: + - 39 + - 70 + - 646 + - 966 + - 972 + - 971 + - 970 + - 969 + - 968 + - 967 + - 471 +- proto: Firelock + entities: + - uid: 2 components: - type: Transform - pos: 0.57554865,13.388299 + pos: 1.5,12.5 parent: 1 -- proto: SignalButtonDirectional - entities: - - uid: 1858 + - uid: 39 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,-3.5 + pos: 3.5,9.5 parent: 1 - - type: DeviceLinkSource - linkedPorts: - 1855: - - Pressed: Toggle - 1856: - - Pressed: Toggle - 1857: - - Pressed: Toggle - - uid: 1859 + - uid: 70 components: - type: Transform - pos: 5.5,-20.5 + rot: 1.5707963267948966 rad + pos: 5.5,3.5 parent: 1 - - type: DeviceLinkSource - linkedPorts: - 1852: - - Pressed: Toggle - 1853: - - Pressed: Toggle - 1854: - - Pressed: Toggle -- proto: Sink - entities: - - uid: 1697 + - uid: 171 components: - type: Transform rot: 1.5707963267948966 rad - pos: -7.5,2.5 + pos: -3.5,2.5 parent: 1 - - uid: 1698 + - uid: 857 components: - type: Transform - pos: -12.5,-9.5 + rot: 3.141592653589793 rad + pos: 6.5,9.5 parent: 1 -- proto: SMESBasic +- proto: FirelockEdge entities: - - uid: 1304 + - uid: 966 components: - type: Transform - pos: 4.5,2.5 + rot: 3.141592653589793 rad + pos: -1.5,1.5 parent: 1 -- proto: SpawnMobCatClarpy - entities: - - uid: 1015 + - uid: 967 components: - type: Transform - pos: -7.5,-13.5 + rot: 3.141592653589793 rad + pos: 4.5,1.5 parent: 1 -- proto: SpawnPointPirate - entities: - - uid: 1833 + - uid: 968 components: - type: Transform - pos: -3.5,-9.5 + rot: 3.141592653589793 rad + pos: 3.5,1.5 parent: 1 -- proto: SpawnPointPirateCaptain - entities: - - uid: 1994 + - uid: 969 components: - type: Transform - pos: -3.5,-7.5 + rot: 3.141592653589793 rad + pos: 2.5,1.5 parent: 1 -- proto: SpawnPointPirateFirstMate - entities: - - uid: 1995 + - uid: 970 components: - type: Transform - pos: -5.5,-7.5 + rot: 3.141592653589793 rad + pos: 1.5,1.5 parent: 1 -- proto: SpesosTreeSeeds - entities: - - uid: 1701 + - uid: 971 components: - type: Transform - parent: 1700 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: StoolBar - entities: - - uid: 1772 + rot: 3.141592653589793 rad + pos: 0.5,1.5 + parent: 1 + - uid: 972 components: - type: Transform - pos: -1.5,-10.5 + rot: 3.141592653589793 rad + pos: -0.5,1.5 parent: 1 - - uid: 1773 + - uid: 974 components: - type: Transform - pos: -2.5,-10.5 + rot: 1.5707963267948966 rad + pos: -3.5,6.5 parent: 1 - - uid: 1774 +- proto: FirelockGlass + entities: + - uid: 57 components: - type: Transform - pos: -3.5,-10.5 + pos: 8.5,5.5 parent: 1 - - uid: 1775 + - uid: 340 components: - type: Transform - pos: -4.5,-10.5 + pos: 8.5,8.5 parent: 1 - - uid: 1776 + - uid: 635 components: - type: Transform - pos: -5.5,-10.5 + pos: 7.5,4.5 parent: 1 -- proto: StorageCanister +- proto: FlippoLighter entities: - - uid: 1296 + - uid: 262 components: - type: Transform - pos: 9.5,-5.5 + pos: -1.498384,-0.11484039 parent: 1 - - uid: 1297 + - uid: 263 components: - type: Transform - pos: 10.5,-5.5 + pos: 2.493622,-0.16692376 parent: 1 -- proto: SubstationBasic - entities: - - uid: 1305 + - uid: 756 components: - type: Transform - pos: 4.5,3.5 + pos: -5.899738,7.826929 parent: 1 -- proto: SuitStorageEVAPirate +- proto: FloorDrain entities: - - uid: 1138 + - uid: 157 components: - type: Transform - pos: -3.5,3.5 + pos: 3.5,10.5 parent: 1 - - uid: 1660 + - type: Fixtures + fixtures: {} +- proto: FloorWaterDecorativeEntity + entities: + - uid: 81 components: - type: Transform - pos: -2.5,3.5 + pos: -2.5,27.5 parent: 1 - - uid: 1661 + - uid: 187 components: - type: Transform - pos: -1.5,3.5 + pos: -1.5,17.5 parent: 1 -- proto: SuitStoragePirateCap - entities: - - uid: 1662 + - uid: 188 components: - type: Transform - pos: -4.5,3.5 + pos: -2.5,28.5 parent: 1 -- proto: Table - entities: - - uid: 575 + - uid: 204 components: - type: Transform - pos: 7.5,0.5 + pos: 1.5,22.5 parent: 1 - - uid: 1638 + - uid: 405 components: - type: Transform - pos: -12.5,-7.5 + pos: 2.5,23.5 parent: 1 - - uid: 1639 + - uid: 412 components: - type: Transform - pos: -12.5,-6.5 + pos: -2.5,29.5 parent: 1 - - uid: 1640 + - uid: 457 components: - type: Transform - pos: -11.5,-6.5 + pos: 2.5,22.5 parent: 1 - - uid: 1641 + - uid: 475 components: - type: Transform - pos: -10.5,-6.5 + pos: -2.5,30.5 parent: 1 - - uid: 1648 + - uid: 519 components: - type: Transform - pos: -1.5,-13.5 + pos: 3.5,23.5 parent: 1 - - uid: 1649 + - uid: 696 components: - type: Transform - pos: -2.5,-13.5 + pos: -1.5,19.5 parent: 1 -- proto: TableReinforced - entities: - - uid: 1635 + - uid: 725 components: - type: Transform - pos: -8.5,-6.5 + pos: -1.5,18.5 parent: 1 - - uid: 1636 + - uid: 739 components: - type: Transform - pos: -8.5,-7.5 + pos: 1.5,23.5 parent: 1 - - uid: 1637 + - uid: 786 components: - type: Transform - pos: -8.5,-8.5 + pos: -5.5,23.5 parent: 1 -- proto: TableWood - entities: - - uid: 518 + - uid: 795 components: - type: Transform - pos: -0.5,8.5 + pos: -7.5,23.5 parent: 1 - - uid: 1705 + - uid: 808 components: - type: Transform - pos: -5.5,-8.5 + pos: -5.5,24.5 parent: 1 - - uid: 1706 + - uid: 809 components: - type: Transform - pos: -3.5,-8.5 + pos: -9.5,23.5 parent: 1 - - uid: 1707 + - uid: 811 components: - type: Transform - pos: -14.5,-6.5 + pos: -8.5,23.5 parent: 1 - - uid: 1911 + - uid: 842 components: - type: Transform - pos: -1.5,8.5 + pos: -8.5,24.5 parent: 1 - - uid: 1912 + - uid: 850 components: - type: Transform - pos: -2.5,8.5 + pos: 4.5,23.5 parent: 1 -- proto: TableWoodReinforced - entities: - - uid: 1642 + - uid: 873 components: - type: Transform - pos: -1.5,-11.5 + pos: 5.5,22.5 parent: 1 - - uid: 1643 + - uid: 883 components: - type: Transform - pos: -2.5,-11.5 + pos: 4.5,22.5 parent: 1 - - uid: 1644 + - uid: 890 components: - type: Transform - pos: -3.5,-11.5 + pos: 5.5,23.5 parent: 1 - - uid: 1645 + - uid: 893 components: - type: Transform - pos: -4.5,-11.5 + pos: 3.5,22.5 parent: 1 - - uid: 1646 + - uid: 894 components: - type: Transform - pos: -5.5,-11.5 + pos: -2.5,20.5 parent: 1 - - uid: 1647 + - uid: 923 components: - type: Transform - pos: -5.5,-12.5 + pos: -2.5,31.5 parent: 1 -- proto: ToiletDirtyWater - entities: - - uid: 1670 + - uid: 939 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,3.5 + pos: -2.5,19.5 parent: 1 -- proto: ToyFigurineFootsoldier - entities: - - uid: 1782 + - uid: 941 components: - type: Transform - pos: -3.6954622,-8.408158 + pos: -2.5,18.5 parent: 1 -- proto: VariantCubeBox - entities: - - uid: 1765 + - uid: 977 components: - type: Transform - pos: -12.315859,-7.418098 + pos: -1.5,20.5 parent: 1 -- proto: VendingMachineBooze - entities: - - uid: 1650 + - uid: 987 components: - type: Transform - pos: -3.5,-13.5 + pos: -2.5,17.5 parent: 1 -- proto: WallPlastitanium - entities: - - uid: 2 + - uid: 1166 components: - type: Transform - pos: -27.5,-8.5 + pos: -6.5,23.5 parent: 1 - - uid: 6 + - uid: 1267 components: - type: Transform - pos: 1.5,-26.5 + pos: -6.5,24.5 parent: 1 - - uid: 7 + - uid: 1574 components: - type: Transform - pos: 5.5,-26.5 + pos: -7.5,24.5 parent: 1 - - uid: 8 + - uid: 1613 components: - type: Transform - pos: 3.5,-26.5 + pos: -9.5,24.5 parent: 1 - - uid: 9 +- proto: FloorWaterEntity + entities: + - uid: 4 components: - type: Transform - pos: 1.5,-23.5 + pos: 3.5,26.5 parent: 1 - - uid: 10 + - uid: 198 components: - type: Transform - pos: 5.5,-23.5 + pos: -3.5,19.5 parent: 1 - - uid: 11 + - uid: 205 components: - type: Transform - pos: 1.5,-20.5 + pos: 4.5,25.5 parent: 1 - - uid: 12 + - uid: 221 components: - type: Transform - pos: 5.5,-20.5 + pos: 0.5,28.5 parent: 1 - - uid: 13 + - uid: 222 components: - type: Transform - pos: 3.5,-20.5 + pos: 4.5,26.5 parent: 1 - - uid: 25 + - uid: 347 components: - type: Transform - pos: -33.5,-7.5 + pos: -5.5,21.5 parent: 1 - - uid: 26 + - uid: 398 components: - type: Transform - pos: -33.5,-3.5 + pos: -0.5,17.5 parent: 1 - - uid: 27 + - uid: 432 components: - type: Transform - pos: -33.5,-5.5 + pos: -1.5,31.5 parent: 1 - - uid: 28 + - uid: 437 components: - type: Transform - pos: -30.5,-3.5 + pos: 2.5,25.5 parent: 1 - - uid: 29 + - uid: 536 components: - type: Transform - pos: -30.5,-7.5 + pos: -0.5,19.5 parent: 1 - - uid: 30 + - uid: 571 components: - type: Transform - pos: -27.5,-3.5 + pos: 0.5,19.5 parent: 1 - - uid: 31 + - uid: 606 components: - type: Transform - pos: -27.5,-5.5 + pos: 5.5,21.5 parent: 1 - - uid: 32 + - uid: 631 components: - type: Transform - pos: -27.5,-7.5 + pos: -8.5,22.5 parent: 1 - - uid: 33 + - uid: 633 components: - type: Transform - pos: -27.5,-9.5 + pos: 1.5,17.5 parent: 1 - - uid: 34 + - uid: 641 components: - type: Transform - pos: -27.5,-10.5 + pos: 5.5,20.5 parent: 1 - - uid: 35 + - uid: 690 components: - type: Transform - pos: -26.5,-10.5 + pos: 2.5,20.5 parent: 1 - - uid: 36 + - uid: 691 components: - type: Transform - pos: -25.5,-10.5 + pos: 2.5,21.5 parent: 1 - - uid: 37 + - uid: 693 components: - type: Transform - pos: -24.5,-10.5 + pos: 2.5,24.5 parent: 1 - - uid: 38 + - uid: 695 components: - type: Transform - pos: -23.5,-10.5 + pos: 3.5,27.5 parent: 1 - - uid: 39 + - uid: 697 components: - type: Transform - pos: -22.5,-10.5 + pos: 2.5,26.5 parent: 1 - - uid: 40 + - uid: 698 components: - type: Transform - pos: -22.5,-11.5 + pos: 2.5,27.5 parent: 1 - - uid: 41 + - uid: 699 components: - type: Transform - pos: -22.5,-12.5 + pos: 3.5,20.5 parent: 1 - - uid: 42 + - uid: 702 components: - type: Transform - pos: -22.5,-13.5 + pos: 6.5,26.5 parent: 1 - - uid: 44 + - uid: 703 components: - type: Transform - pos: -21.5,-13.5 + pos: 6.5,25.5 parent: 1 - - uid: 45 + - uid: 706 components: - type: Transform - pos: -20.5,-13.5 + pos: 4.5,21.5 parent: 1 - - uid: 46 + - uid: 707 components: - type: Transform - pos: -19.5,-13.5 + pos: 4.5,20.5 parent: 1 - - uid: 47 + - uid: 711 components: - type: Transform - pos: -18.5,-13.5 + pos: -5.5,20.5 parent: 1 - - uid: 48 + - uid: 713 components: - type: Transform - pos: -17.5,-13.5 + pos: -9.5,25.5 parent: 1 - - uid: 49 + - uid: 729 components: - type: Transform - pos: -17.5,-14.5 + pos: 3.5,21.5 parent: 1 - - uid: 50 + - uid: 738 components: - type: Transform - pos: -17.5,-15.5 + pos: 3.5,24.5 parent: 1 - - uid: 51 + - uid: 740 components: - type: Transform - pos: -17.5,-16.5 + pos: 5.5,24.5 parent: 1 - - uid: 52 + - uid: 741 components: - type: Transform - pos: -17.5,-17.5 + pos: 5.5,25.5 parent: 1 - - uid: 53 + - uid: 745 components: - type: Transform - pos: -16.5,-17.5 + pos: -6.5,28.5 parent: 1 - - uid: 54 + - uid: 748 components: - type: Transform - pos: -15.5,-17.5 + pos: -7.5,19.5 parent: 1 - - uid: 55 + - uid: 753 components: - type: Transform - pos: -14.5,-17.5 + pos: -6.5,25.5 parent: 1 - - uid: 56 + - uid: 755 components: - type: Transform - pos: -13.5,-17.5 + pos: -6.5,19.5 parent: 1 - - uid: 57 + - uid: 758 components: - type: Transform - pos: -12.5,-17.5 + pos: -6.5,27.5 parent: 1 - - uid: 58 + - uid: 759 components: - type: Transform - pos: -11.5,-17.5 + pos: -6.5,21.5 parent: 1 - - uid: 59 + - uid: 763 components: - type: Transform - pos: -10.5,-17.5 + pos: -6.5,26.5 parent: 1 - - uid: 60 + - uid: 768 components: - type: Transform - pos: -9.5,-17.5 + pos: -7.5,27.5 parent: 1 - - uid: 61 + - uid: 769 components: - type: Transform - pos: -9.5,-18.5 + pos: -6.5,22.5 parent: 1 - - uid: 62 + - uid: 771 components: - type: Transform - pos: -9.5,-19.5 + pos: -6.5,20.5 parent: 1 - - uid: 63 + - uid: 772 components: - type: Transform - pos: -9.5,-20.5 + pos: -7.5,26.5 parent: 1 - - uid: 64 + - uid: 773 components: - type: Transform - pos: -8.5,-20.5 + pos: -7.5,21.5 parent: 1 - - uid: 65 + - uid: 776 components: - type: Transform - pos: -7.5,-20.5 + pos: -7.5,25.5 parent: 1 - - uid: 66 + - uid: 778 components: - type: Transform - pos: -6.5,-20.5 + pos: -7.5,22.5 parent: 1 - - uid: 67 + - uid: 780 components: - type: Transform - pos: -5.5,-20.5 + pos: -1.5,28.5 parent: 1 - - uid: 68 + - uid: 782 components: - type: Transform - pos: -4.5,-20.5 + pos: -0.5,20.5 parent: 1 - - uid: 69 + - uid: 783 components: - type: Transform - pos: -3.5,-20.5 + pos: -4.5,21.5 parent: 1 - - uid: 70 + - uid: 785 components: - type: Transform - pos: -2.5,-20.5 + pos: -5.5,27.5 parent: 1 - - uid: 71 + - uid: 787 components: - type: Transform - pos: -1.5,-20.5 + pos: -4.5,27.5 parent: 1 - - uid: 72 + - uid: 788 components: - type: Transform - pos: -0.5,-20.5 + pos: -5.5,28.5 parent: 1 - - uid: 73 + - uid: 790 components: - type: Transform - pos: 0.5,-20.5 + pos: 4.5,19.5 parent: 1 - - uid: 74 + - uid: 792 components: - type: Transform - pos: 6.5,-20.5 + pos: -4.5,28.5 parent: 1 - - uid: 75 + - uid: 793 components: - type: Transform - pos: 7.5,-20.5 + pos: -4.5,20.5 parent: 1 - - uid: 76 + - uid: 794 components: - type: Transform - pos: 8.5,-20.5 + pos: -4.5,18.5 parent: 1 - - uid: 77 + - uid: 800 components: - type: Transform - pos: 9.5,-20.5 + pos: -4.5,26.5 parent: 1 - - uid: 78 + - uid: 801 components: - type: Transform - pos: 10.5,-20.5 + pos: -4.5,19.5 parent: 1 - - uid: 79 + - uid: 802 components: - type: Transform - pos: 11.5,-20.5 + pos: -3.5,20.5 parent: 1 - - uid: 80 + - uid: 803 components: - type: Transform - pos: 11.5,-19.5 + pos: 2.5,19.5 parent: 1 - - uid: 81 + - uid: 804 components: - type: Transform - pos: 11.5,-18.5 + pos: 4.5,24.5 parent: 1 - - uid: 82 + - uid: 805 components: - type: Transform - pos: 11.5,-17.5 + pos: 3.5,19.5 parent: 1 - - uid: 83 + - uid: 806 components: - type: Transform - pos: 12.5,-17.5 + pos: -3.5,17.5 parent: 1 - - uid: 84 + - uid: 815 components: - type: Transform - pos: 13.5,-17.5 + pos: -3.5,18.5 parent: 1 - - uid: 85 + - uid: 817 components: - type: Transform - pos: 14.5,-17.5 + pos: -7.5,18.5 parent: 1 - - uid: 86 + - uid: 818 components: - type: Transform - pos: 15.5,-17.5 + pos: -5.5,19.5 parent: 1 - - uid: 87 + - uid: 826 components: - type: Transform - pos: 15.5,-16.5 + pos: -3.5,27.5 parent: 1 - - uid: 88 + - uid: 829 components: - type: Transform - pos: 15.5,-15.5 + pos: -6.5,18.5 parent: 1 - - uid: 89 + - uid: 830 components: - type: Transform - pos: 15.5,-14.5 + pos: 2.5,18.5 parent: 1 - - uid: 90 + - uid: 839 components: - type: Transform - pos: 15.5,-13.5 + pos: -8.5,21.5 parent: 1 - - uid: 91 + - uid: 846 components: - type: Transform - pos: 15.5,-12.5 + pos: 1.5,20.5 parent: 1 - - uid: 92 + - uid: 847 components: - type: Transform - pos: 15.5,-11.5 + pos: 0.5,18.5 parent: 1 - - uid: 93 + - uid: 851 components: - type: Transform - pos: 15.5,-10.5 + pos: -0.5,26.5 parent: 1 - - uid: 272 + - uid: 853 components: - type: Transform - pos: -27.5,-2.5 + pos: -0.5,18.5 parent: 1 - - uid: 273 + - uid: 855 components: - type: Transform - pos: -27.5,-1.5 + pos: 0.5,20.5 parent: 1 - - uid: 274 + - uid: 856 components: - type: Transform - pos: -27.5,-0.5 + pos: 1.5,21.5 parent: 1 - - uid: 275 + - uid: 860 components: - type: Transform - pos: -27.5,0.5 + pos: -0.5,28.5 parent: 1 - - uid: 276 + - uid: 863 components: - type: Transform - pos: -26.5,0.5 + pos: 1.5,27.5 parent: 1 - - uid: 277 + - uid: 881 components: - type: Transform - pos: -25.5,0.5 + pos: 1.5,19.5 parent: 1 - - uid: 278 + - uid: 882 components: - type: Transform - pos: -25.5,1.5 + pos: 0.5,17.5 parent: 1 - - uid: 279 + - uid: 885 components: - type: Transform - pos: -25.5,2.5 + pos: -5.5,22.5 parent: 1 - - uid: 280 + - uid: 889 components: - type: Transform - pos: -25.5,3.5 + pos: -5.5,25.5 parent: 1 - - uid: 337 + - uid: 891 components: - type: Transform - pos: 16.5,-10.5 + pos: -5.5,26.5 parent: 1 - - uid: 338 + - uid: 892 components: - type: Transform - pos: 17.5,-10.5 + pos: -3.5,28.5 parent: 1 - - uid: 339 + - uid: 927 components: - type: Transform - pos: 18.5,-10.5 + pos: -7.5,20.5 parent: 1 - - uid: 340 + - uid: 936 components: - type: Transform - pos: 18.5,-9.5 + pos: -8.5,25.5 parent: 1 - - uid: 341 + - uid: 937 components: - type: Transform - pos: 18.5,-8.5 + pos: -8.5,26.5 parent: 1 - - uid: 342 + - uid: 938 components: - type: Transform - pos: 18.5,-7.5 + pos: 0.5,25.5 parent: 1 - - uid: 343 + - uid: 940 components: - type: Transform - pos: 18.5,-6.5 + pos: 5.5,26.5 parent: 1 - - uid: 344 + - uid: 942 components: - type: Transform - pos: 18.5,-5.5 + pos: 3.5,25.5 parent: 1 - - uid: 345 + - uid: 943 components: - type: Transform - pos: 18.5,-4.5 + pos: 1.5,26.5 parent: 1 - - uid: 346 + - uid: 961 components: - type: Transform - pos: 18.5,-3.5 + pos: 1.5,24.5 parent: 1 - - uid: 347 + - uid: 962 components: - type: Transform - pos: 18.5,-2.5 + pos: -1.5,27.5 parent: 1 - - uid: 348 + - uid: 975 components: - type: Transform - pos: 18.5,-1.5 + pos: -0.5,27.5 parent: 1 - - uid: 349 + - uid: 976 components: - type: Transform - pos: 18.5,-0.5 + pos: 0.5,27.5 parent: 1 - - uid: 350 + - uid: 985 components: - type: Transform - pos: 18.5,0.5 + pos: 1.5,28.5 parent: 1 - - uid: 351 + - uid: 986 components: - type: Transform - pos: 18.5,1.5 + pos: 1.5,18.5 parent: 1 - - uid: 352 + - uid: 1012 components: - type: Transform - pos: 17.5,1.5 + pos: -9.5,22.5 parent: 1 - - uid: 353 + - uid: 1013 components: - type: Transform - pos: 17.5,2.5 + pos: 1.5,25.5 parent: 1 - - uid: 354 + - uid: 1101 components: - type: Transform - pos: 17.5,3.5 + pos: -3.5,29.5 parent: 1 - - uid: 355 + - uid: 1103 components: - type: Transform - pos: 17.5,4.5 + pos: -1.5,29.5 parent: 1 - - uid: 356 + - uid: 1104 components: - type: Transform - pos: 16.5,4.5 + pos: -0.5,29.5 parent: 1 - - uid: 357 + - uid: 1105 components: - type: Transform - pos: 16.5,5.5 + pos: 0.5,29.5 parent: 1 - - uid: 358 + - uid: 1149 components: - type: Transform - pos: 16.5,6.5 + pos: 0.5,26.5 parent: 1 - - uid: 359 + - uid: 1163 components: - type: Transform - pos: 16.5,7.5 + pos: -0.5,32.5 parent: 1 - - uid: 360 + - uid: 1164 components: - type: Transform - pos: 16.5,8.5 + pos: -0.5,31.5 parent: 1 - - uid: 361 + - uid: 1165 components: - type: Transform - pos: 15.5,8.5 + pos: -3.5,31.5 parent: 1 - - uid: 362 + - uid: 1169 components: - type: Transform - pos: 14.5,8.5 + pos: -5.5,32.5 parent: 1 - - uid: 363 + - uid: 1179 components: - type: Transform - pos: 13.5,8.5 + pos: -5.5,31.5 parent: 1 - - uid: 364 + - uid: 1181 components: - type: Transform - pos: 12.5,8.5 + pos: -4.5,31.5 parent: 1 - - uid: 365 + - uid: 1182 components: - type: Transform - pos: 11.5,8.5 + pos: -1.5,32.5 parent: 1 - - uid: 366 + - uid: 1183 components: - type: Transform - pos: 10.5,8.5 + pos: -4.5,32.5 parent: 1 - - uid: 367 + - uid: 1184 components: - type: Transform - pos: 10.5,9.5 + pos: -3.5,32.5 parent: 1 - - uid: 368 +- proto: FloraGreyStalagmite1 + entities: + - uid: 1072 components: - type: Transform - pos: 10.5,10.5 + pos: 0.119210005,17.985949 parent: 1 - - uid: 369 + - uid: 1076 components: - type: Transform - pos: 10.5,11.5 + pos: 0.9212934,20.225533 parent: 1 - - uid: 370 + - uid: 1090 components: - type: Transform - pos: 9.5,11.5 + pos: 3.8974686,21.029644 parent: 1 - - uid: 371 +- proto: FloraGreyStalagmite2 + entities: + - uid: 1080 components: - type: Transform - pos: 8.5,11.5 + pos: 4.3766356,24.915062 parent: 1 - - uid: 372 + - uid: 1081 components: - type: Transform - pos: 7.5,11.5 + pos: -6.217115,27.456728 parent: 1 - - uid: 373 + - uid: 1083 components: - type: Transform - pos: 6.5,11.5 + pos: 2.0016356,18.998394 parent: 1 - - uid: 374 +- proto: FloraGreyStalagmite3 + entities: + - uid: 1069 components: - type: Transform - pos: 5.5,11.5 + pos: -6.9159393,20.173449 parent: 1 - - uid: 375 +- proto: FloraGreyStalagmite4 + entities: + - uid: 1068 components: - type: Transform - pos: 4.5,11.5 + pos: -4.4263554,19.527615 parent: 1 - - uid: 376 + - uid: 1078 components: - type: Transform - pos: 4.5,12.5 + pos: 0.72998214,26.831728 parent: 1 - - uid: 377 + - uid: 1079 components: - type: Transform - pos: 4.5,13.5 + pos: -7.731412,21.873394 parent: 1 - - uid: 378 + - uid: 1091 components: - type: Transform - pos: 4.5,14.5 + rot: -1.5707963267948966 rad + pos: -4.0983005,28.205011 parent: 1 - - uid: 379 + - uid: 1092 components: - type: Transform - pos: 4.5,15.5 + pos: -0.071281314,28.560894 parent: 1 - - uid: 380 +- proto: FloraGreyStalagmite5 + entities: + - uid: 1071 components: - type: Transform - pos: 3.5,15.5 + pos: -6.0930223,21.808865 parent: 1 - - uid: 381 + - uid: 1084 components: - type: Transform - pos: 1.5,15.5 + pos: -7.6025314,26.165062 parent: 1 - - uid: 382 + - uid: 1085 components: - type: Transform - pos: 2.5,15.5 + pos: 2.0953856,25.206728 parent: 1 - - uid: 383 + - uid: 1086 components: - type: Transform - pos: 0.5,15.5 + pos: 5.3974686,26.508812 parent: 1 - - uid: 384 + - uid: 1087 components: - type: Transform - pos: -0.5,15.5 + pos: -5.685865,27.196312 parent: 1 - - uid: 385 + - uid: 1724 components: - type: Transform - pos: -1.5,15.5 + rot: -1.5707963267948966 rad + pos: -1.269352,29.13705 parent: 1 - - uid: 386 +- proto: FloraGreyStalagmite6 + entities: + - uid: 1077 components: - type: Transform - pos: -2.5,15.5 + pos: 4.1087933,20.256783 parent: 1 - - uid: 387 + - uid: 1088 components: - type: Transform - pos: -2.5,14.5 + pos: -4.1129484,19.883812 parent: 1 - - uid: 388 + - uid: 1089 components: - type: Transform - pos: -2.5,13.5 + pos: 1.293302,20.373394 parent: 1 - - uid: 389 +- proto: FloraRockSolid01 + entities: + - uid: 1382 components: - type: Transform - pos: -2.5,12.5 + rot: -1.5707963267948966 rad + pos: 16.276434,25.658834 parent: 1 - - uid: 390 +- proto: FloraRockSolid02 + entities: + - uid: 1564 components: - type: Transform - pos: -2.5,11.5 + pos: -14.30686,30.469576 parent: 1 - - uid: 391 +- proto: FoamCrossbow + entities: + - uid: 1752 components: - type: Transform - pos: -3.5,11.5 + pos: 23.069695,19.9217 parent: 1 - - uid: 392 +- proto: FoodCondimentBottleEnzyme + entities: + - uid: 2018 components: - type: Transform - pos: -4.5,11.5 + pos: 4.68371,7.916847 parent: 1 - - uid: 393 +- proto: FoodKebabSkewer + entities: + - uid: 1108 components: - type: Transform - pos: -5.5,11.5 + pos: -2.5469892,25.23837 parent: 1 - - uid: 394 + - uid: 1110 components: - type: Transform - pos: -6.5,11.5 + pos: -2.401156,25.481426 parent: 1 - - uid: 395 +- proto: FoodMeatHuman + entities: + - uid: 252 components: - type: Transform - pos: -7.5,11.5 - parent: 1 - - uid: 396 + parent: 858 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 283 components: - type: Transform - pos: -8.5,11.5 - parent: 1 - - uid: 397 + parent: 858 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 287 components: - type: Transform - pos: -9.5,11.5 - parent: 1 - - uid: 398 + parent: 858 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FoodMeatRatdoubleKebab + entities: + - uid: 1109 components: - type: Transform - pos: -10.5,11.5 + pos: -1.5400448,24.477612 parent: 1 - - uid: 399 +- proto: FoodPlate + entities: + - uid: 212 components: - type: Transform - pos: -11.5,11.5 + pos: -6.312971,1.7044246 parent: 1 - - uid: 400 + - uid: 218 components: - type: Transform - pos: -12.5,11.5 + pos: 9.509022,1.7281315 parent: 1 - - uid: 401 +- proto: FoodSaladCaesar + entities: + - uid: 1600 components: - type: Transform - pos: -13.5,11.5 + pos: 2.4884746,-4.2928896 parent: 1 - - uid: 402 +- proto: GasPassiveVent + entities: + - uid: 1285 components: - type: Transform - pos: -14.5,11.5 + rot: 3.141592653589793 rad + pos: 11.5,9.5 parent: 1 - - uid: 403 + - type: AtmosPipeColor + color: '#990000FF' +- proto: GasPipeBend + entities: + - uid: 359 components: - type: Transform - pos: -15.5,11.5 + rot: 3.141592653589793 rad + pos: 0.5,8.5 parent: 1 - - uid: 404 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 468 components: - type: Transform - pos: -15.5,10.5 + rot: 3.141592653589793 rad + pos: 1.5,10.5 parent: 1 - - uid: 405 + - type: AtmosPipeColor + color: '#0055CCFF' +- proto: GasPipeFourway + entities: + - uid: 354 components: - type: Transform - pos: -15.5,9.5 + pos: 6.5,11.5 parent: 1 - - uid: 406 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 385 components: - type: Transform - pos: -15.5,8.5 + pos: 6.5,5.5 parent: 1 - - uid: 407 + - type: AtmosPipeColor + color: '#0055CCFF' +- proto: GasPipeStraight + entities: + - uid: 47 components: - type: Transform - pos: -16.5,8.5 + pos: 5.5,11.5 parent: 1 - - uid: 408 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 266 components: - type: Transform - pos: -17.5,8.5 + rot: -1.5707963267948966 rad + pos: 5.5,11.5 parent: 1 - - uid: 409 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 355 components: - type: Transform - pos: -18.5,8.5 + rot: 1.5707963267948966 rad + pos: 4.5,8.5 parent: 1 - - uid: 410 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 360 components: - type: Transform - pos: -19.5,8.5 + rot: -1.5707963267948966 rad + pos: 8.5,8.5 parent: 1 - - uid: 411 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 406 components: - type: Transform - pos: -20.5,8.5 + rot: -1.5707963267948966 rad + pos: 7.5,9.5 parent: 1 - - uid: 412 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 452 components: - type: Transform - pos: -20.5,7.5 + rot: 1.5707963267948966 rad + pos: 8.5,12.5 parent: 1 - - uid: 413 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 484 components: - type: Transform - pos: -21.5,7.5 + pos: 6.5,4.5 parent: 1 - - uid: 414 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 485 components: - type: Transform - pos: -22.5,7.5 + pos: 6.5,9.5 parent: 1 - - uid: 415 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 486 components: - type: Transform - pos: -23.5,7.5 + pos: 6.5,10.5 parent: 1 - - uid: 416 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 487 components: - type: Transform - pos: -24.5,7.5 + rot: 1.5707963267948966 rad + pos: 2.5,11.5 parent: 1 - - uid: 417 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 488 components: - type: Transform - pos: -25.5,7.5 + rot: 3.141592653589793 rad + pos: 0.5,9.5 parent: 1 - - uid: 418 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 489 components: - type: Transform - pos: -25.5,6.5 + rot: 1.5707963267948966 rad + pos: 1.5,8.5 parent: 1 - - uid: 419 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 490 components: - type: Transform - pos: -25.5,5.5 + rot: 1.5707963267948966 rad + pos: 2.5,8.5 parent: 1 - - uid: 420 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 499 components: - type: Transform - pos: -25.5,4.5 + rot: 1.5707963267948966 rad + pos: 3.5,8.5 parent: 1 -- proto: WallRock - entities: - - uid: 43 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 532 components: - type: Transform - pos: 0.5,-27.5 + pos: 7.5,5.5 parent: 1 - - uid: 94 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 543 components: - type: Transform - pos: 0.5,-25.5 + rot: 3.141592653589793 rad + pos: 6.5,7.5 parent: 1 - - uid: 95 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 573 components: - type: Transform - pos: 0.5,-26.5 + rot: -1.5707963267948966 rad + pos: 6.5,9.5 parent: 1 - - uid: 96 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 632 components: - type: Transform - pos: 0.5,-23.5 + rot: 3.141592653589793 rad + pos: 5.5,7.5 parent: 1 - - uid: 97 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 645 components: - type: Transform - pos: 0.5,-24.5 + rot: -1.5707963267948966 rad + pos: 8.5,6.5 parent: 1 - - uid: 98 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 647 components: - type: Transform - pos: 0.5,-21.5 + rot: -1.5707963267948966 rad + pos: 8.5,9.5 parent: 1 - - uid: 99 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 652 components: - type: Transform - pos: 0.5,-22.5 + rot: 1.5707963267948966 rad + pos: 7.5,5.5 parent: 1 - - uid: 100 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 653 components: - type: Transform - pos: -0.5,-26.5 + rot: 1.5707963267948966 rad + pos: 7.5,8.5 parent: 1 - - uid: 101 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 660 components: - type: Transform - pos: -0.5,-25.5 + rot: -1.5707963267948966 rad + pos: 4.5,11.5 parent: 1 - - uid: 102 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 661 components: - type: Transform - pos: -0.5,-24.5 + pos: 6.5,6.5 parent: 1 - - uid: 103 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 663 components: - type: Transform - pos: -0.5,-23.5 + rot: 1.5707963267948966 rad + pos: 6.5,6.5 parent: 1 - - uid: 104 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 673 components: - type: Transform - pos: -0.5,-22.5 + rot: 1.5707963267948966 rad + pos: 5.5,5.5 parent: 1 - - uid: 105 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 674 components: - type: Transform - pos: -0.5,-21.5 + pos: 7.5,4.5 parent: 1 - - uid: 106 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 832 components: - type: Transform - pos: 1.5,-27.5 + rot: -1.5707963267948966 rad + pos: 9.5,12.5 parent: 1 - - uid: 107 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 865 components: - type: Transform - pos: 1.5,-28.5 + rot: 1.5707963267948966 rad + pos: 3.5,11.5 parent: 1 - - uid: 108 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 944 components: - type: Transform - pos: 0.5,-28.5 + rot: -1.5707963267948966 rad + pos: 7.5,11.5 parent: 1 - - uid: 109 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 945 components: - type: Transform - pos: -0.5,-27.5 + rot: -1.5707963267948966 rad + pos: 7.5,12.5 parent: 1 - - uid: 110 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1009 components: - type: Transform - pos: -0.5,-27.5 + rot: -1.5707963267948966 rad + pos: 8.5,5.5 parent: 1 - - uid: 111 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1320 components: - type: Transform - pos: -15.5,-18.5 + rot: 3.141592653589793 rad + pos: 11.5,10.5 parent: 1 - - uid: 112 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1321 components: - type: Transform - pos: -1.5,-26.5 + rot: 3.141592653589793 rad + pos: 11.5,11.5 parent: 1 - - uid: 113 + - type: AtmosPipeColor + color: '#990000FF' +- proto: GasPipeTJunction + entities: + - uid: 46 components: - type: Transform - pos: -1.5,-25.5 + pos: 5.5,12.5 parent: 1 - - uid: 114 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 357 components: - type: Transform - pos: -2.5,-25.5 + rot: 3.141592653589793 rad + pos: 5.5,6.5 parent: 1 - - uid: 115 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 387 components: - type: Transform - pos: -2.5,-24.5 + rot: 3.141592653589793 rad + pos: 6.5,12.5 parent: 1 - - uid: 116 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 389 components: - type: Transform - pos: -2.5,-23.5 + rot: -1.5707963267948966 rad + pos: 5.5,8.5 parent: 1 - - uid: 117 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 410 components: - type: Transform - pos: -2.5,-22.5 + rot: 1.5707963267948966 rad + pos: 6.5,8.5 parent: 1 - - uid: 118 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 470 components: - type: Transform - pos: -2.5,-21.5 + pos: 1.5,11.5 parent: 1 - - uid: 119 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 530 components: - type: Transform - pos: -3.5,-25.5 + pos: 7.5,6.5 parent: 1 - - uid: 120 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 630 components: - type: Transform - pos: -3.5,-24.5 + rot: 1.5707963267948966 rad + pos: 5.5,9.5 parent: 1 - - uid: 121 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 662 components: - type: Transform - pos: -3.5,-23.5 + rot: -1.5707963267948966 rad + pos: 5.5,10.5 parent: 1 - - uid: 122 + - type: AtmosPipeColor + color: '#990000FF' +- proto: GasPort + entities: + - uid: 436 components: - type: Transform - pos: -3.5,-22.5 + rot: 1.5707963267948966 rad + pos: 4.5,12.5 parent: 1 - - uid: 123 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 717 components: - type: Transform - pos: -3.5,-21.5 + rot: -1.5707963267948966 rad + pos: 8.5,11.5 parent: 1 - - uid: 124 + - type: AtmosPipeColor + color: '#0055CCFF' +- proto: GasVentPump + entities: + - uid: 356 components: - type: Transform - pos: -4.5,-25.5 + rot: -1.5707963267948966 rad + pos: 2.5,10.5 parent: 1 - - uid: 125 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 361 components: - type: Transform - pos: -4.5,-24.5 + rot: -1.5707963267948966 rad + pos: 9.5,8.5 parent: 1 - - uid: 126 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 407 components: - type: Transform - pos: -4.5,-23.5 + rot: 1.5707963267948966 rad + pos: 0.5,11.5 parent: 1 - - uid: 127 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 471 components: - type: Transform - pos: -4.5,-22.5 + rot: 1.5707963267948966 rad + pos: 4.5,5.5 parent: 1 - - uid: 128 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 657 components: - type: Transform - pos: -4.5,-21.5 + rot: 3.141592653589793 rad + pos: 6.5,3.5 parent: 1 - - uid: 129 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 928 components: - type: Transform - pos: -5.5,-25.5 + pos: 6.5,12.5 parent: 1 - - uid: 130 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1010 components: - type: Transform - pos: -5.5,-24.5 + rot: -1.5707963267948966 rad + pos: 9.5,5.5 parent: 1 - - uid: 131 + - type: AtmosPipeColor + color: '#0055CCFF' +- proto: GasVentScrubber + entities: + - uid: 12 components: - type: Transform - pos: -5.5,-23.5 + rot: -1.5707963267948966 rad + pos: 9.5,9.5 parent: 1 - - uid: 132 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 353 components: - type: Transform - pos: -5.5,-22.5 + rot: 1.5707963267948966 rad + pos: 4.5,6.5 parent: 1 - - uid: 133 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 541 components: - type: Transform - pos: -5.5,-21.5 + rot: 3.141592653589793 rad + pos: 7.5,3.5 parent: 1 - - uid: 134 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 646 components: - type: Transform - pos: -1.5,-24.5 + pos: 0.5,10.5 parent: 1 - - uid: 135 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 650 components: - type: Transform - pos: -1.5,-23.5 + rot: -1.5707963267948966 rad + pos: 9.5,6.5 parent: 1 - - uid: 136 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 666 components: - type: Transform - pos: -1.5,-22.5 + rot: 1.5707963267948966 rad + pos: 4.5,10.5 parent: 1 - - uid: 137 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 886 components: - type: Transform - pos: -1.5,-21.5 + pos: 6.5,13.5 parent: 1 - - uid: 138 + - type: AtmosPipeColor + color: '#990000FF' +- proto: GeneratorBasic15kW + entities: + - uid: 953 components: - type: Transform - pos: -6.5,-24.5 + pos: -7.5,13.5 parent: 1 - - uid: 139 + - uid: 996 components: - type: Transform - pos: -6.5,-23.5 + pos: -8.5,13.5 parent: 1 - - uid: 140 + - uid: 999 components: - type: Transform - pos: -6.5,-22.5 + pos: -8.5,14.5 parent: 1 - - uid: 141 +- proto: Girder + entities: + - uid: 1218 components: - type: Transform - pos: -6.5,-21.5 + pos: -9.5,14.5 parent: 1 - - uid: 142 +- proto: GravityGeneratorMini + entities: + - uid: 951 components: - type: Transform - pos: -7.5,-23.5 + pos: -7.5,12.5 parent: 1 - - uid: 143 +- proto: Grille + entities: + - uid: 72 components: - type: Transform - pos: -7.5,-22.5 + rot: 1.5707963267948966 rad + pos: 5.5,-7.5 parent: 1 - - uid: 144 + - uid: 311 components: - type: Transform - pos: -8.5,-22.5 + rot: 1.5707963267948966 rad + pos: 10.5,9.5 parent: 1 - - uid: 145 + - uid: 314 components: - type: Transform - pos: -8.5,-21.5 + rot: 1.5707963267948966 rad + pos: 10.5,5.5 parent: 1 - - uid: 146 + - uid: 413 components: - type: Transform - pos: -7.5,-21.5 + rot: 1.5707963267948966 rad + pos: 9.5,-7.5 parent: 1 - - uid: 147 + - uid: 422 components: - type: Transform - pos: -9.5,-22.5 + rot: 1.5707963267948966 rad + pos: 12.5,-3.5 parent: 1 - - uid: 148 + - uid: 564 components: - type: Transform - pos: -9.5,-21.5 + rot: -1.5707963267948966 rad + pos: -2.5,-5.5 parent: 1 - - uid: 149 + - uid: 565 components: - type: Transform - pos: -10.5,-22.5 + rot: -1.5707963267948966 rad + pos: -1.5,-5.5 parent: 1 - - uid: 150 + - uid: 566 components: - type: Transform - pos: -10.5,-21.5 + rot: -1.5707963267948966 rad + pos: -0.5,-5.5 parent: 1 - - uid: 151 + - uid: 567 components: - type: Transform - pos: -11.5,-22.5 + rot: -1.5707963267948966 rad + pos: 0.5,-5.5 parent: 1 - - uid: 152 + - uid: 568 components: - type: Transform - pos: -11.5,-21.5 + rot: -1.5707963267948966 rad + pos: 1.5,-5.5 parent: 1 - - uid: 153 + - uid: 569 components: - type: Transform - pos: -11.5,-20.5 + rot: -1.5707963267948966 rad + pos: 2.5,-5.5 parent: 1 - - uid: 154 + - uid: 570 components: - type: Transform - pos: -11.5,-19.5 + rot: -1.5707963267948966 rad + pos: 3.5,-5.5 parent: 1 - - uid: 155 + - uid: 751 components: - type: Transform - pos: -11.5,-18.5 + pos: 10.5,8.5 parent: 1 - - uid: 156 + - uid: 757 components: - type: Transform - pos: -10.5,-20.5 + pos: 10.5,6.5 parent: 1 - - uid: 157 + - uid: 904 components: - type: Transform - pos: -10.5,-19.5 + rot: 1.5707963267948966 rad + pos: 12.5,0.5 parent: 1 - - uid: 158 + - uid: 911 components: - type: Transform - pos: -10.5,-18.5 + pos: -4.5,-7.5 parent: 1 - - uid: 159 + - uid: 912 components: - type: Transform - pos: -15.5,-19.5 + pos: -8.5,-7.5 parent: 1 - - uid: 160 + - uid: 913 components: - type: Transform - pos: -14.5,-18.5 + pos: -11.5,-3.5 parent: 1 - - uid: 161 + - uid: 914 components: - type: Transform - pos: -14.5,-19.5 + pos: -11.5,0.5 parent: 1 - - uid: 162 + - uid: 988 components: - type: Transform - pos: -13.5,-18.5 + pos: 3.5,13.5 parent: 1 - - uid: 163 + - uid: 1696 components: - type: Transform - pos: -13.5,-19.5 + rot: -1.5707963267948966 rad + pos: -4.5,39.5 parent: 1 - - uid: 164 + - uid: 1833 components: - type: Transform - pos: -12.5,-18.5 + rot: -1.5707963267948966 rad + pos: -3.5,39.5 parent: 1 - - uid: 165 + - uid: 1834 components: - type: Transform - pos: -12.5,-19.5 + rot: -1.5707963267948966 rad + pos: -2.5,39.5 parent: 1 - - uid: 166 + - uid: 1835 components: - type: Transform - pos: -13.5,-20.5 + rot: -1.5707963267948966 rad + pos: -1.5,39.5 parent: 1 - - uid: 167 +- proto: hydroponicsSoil + entities: + - uid: 838 components: - type: Transform - pos: -13.5,-21.5 + rot: -1.5707963267948966 rad + pos: 14.5,16.5 parent: 1 - - uid: 168 + - uid: 2024 components: - type: Transform - pos: -12.5,-20.5 + rot: -1.5707963267948966 rad + pos: 13.5,16.5 parent: 1 - - uid: 169 + - uid: 2025 components: - type: Transform - pos: -12.5,-21.5 + rot: -1.5707963267948966 rad + pos: 12.5,16.5 parent: 1 - - uid: 170 +- proto: HydroponicsToolClippers + entities: + - uid: 2022 components: - type: Transform - pos: -20.5,-15.5 + pos: 12.097572,14.813533 parent: 1 - - uid: 171 +- proto: HydroponicsToolSpade + entities: + - uid: 816 components: - type: Transform - pos: -16.5,-18.5 + pos: 12.691322,14.646866 parent: 1 - - uid: 172 +- proto: hydroponicsTrayAnchored + entities: + - uid: 62 components: - type: Transform - pos: -17.5,-18.5 + pos: -4.5,3.5 parent: 1 - - uid: 173 + - uid: 165 components: - type: Transform - pos: -18.5,-18.5 + pos: -7.5,3.5 parent: 1 - - uid: 174 + - uid: 166 components: - type: Transform - pos: -18.5,-17.5 + pos: -5.5,3.5 parent: 1 - - uid: 175 + - uid: 167 components: - type: Transform - pos: -18.5,-16.5 + pos: -6.5,3.5 parent: 1 - - uid: 176 +- proto: IngotGold1 + entities: + - uid: 1825 components: - type: Transform - pos: -18.5,-15.5 + pos: -3.4656801,36.65958 parent: 1 - - uid: 177 + - uid: 1826 components: - type: Transform - pos: -19.5,-17.5 + pos: -2.6063051,36.72208 parent: 1 - - uid: 178 + - uid: 1827 components: - type: Transform - pos: -19.5,-16.5 + pos: -2.4031801,35.59708 parent: 1 - - uid: 179 + - uid: 1828 components: - type: Transform - pos: -19.5,-15.5 + pos: -3.1844301,35.56583 parent: 1 - - uid: 180 +- proto: JanitorialTrolley + entities: + - uid: 202 components: - type: Transform - pos: -20.5,-14.5 + rot: -1.5707963267948966 rad + pos: 9.5,3.5 parent: 1 - - uid: 181 +- proto: JugWeldingFuel + entities: + - uid: 686 components: - type: Transform - pos: -21.5,-15.5 + pos: -0.27437842,13.09 parent: 1 - - uid: 182 + - uid: 1008 components: - type: Transform - pos: -21.5,-14.5 + pos: -0.73063827,13.09 parent: 1 - - uid: 183 +- proto: KitchenDeepFryer + entities: + - uid: 334 components: - type: Transform - pos: -22.5,-15.5 + rot: -1.5707963267948966 rad + pos: 4.5,5.5 parent: 1 - - uid: 184 +- proto: KitchenElectricGrill + entities: + - uid: 774 components: - type: Transform - pos: -22.5,-14.5 + pos: 0.5,7.5 parent: 1 - - uid: 185 +- proto: KitchenKnife + entities: + - uid: 234 components: - type: Transform - pos: -23.5,-15.5 + pos: 1.4792413,5.5648255 parent: 1 - - uid: 186 +- proto: KitchenMicrowave + entities: + - uid: 149 components: - type: Transform - pos: -23.5,-14.5 + pos: 2.5,7.5 parent: 1 - - uid: 187 +- proto: KitchenReagentGrinder + entities: + - uid: 346 components: - type: Transform - pos: -24.5,-15.5 + pos: 4.5,6.5 parent: 1 - - uid: 188 +- proto: KitchenSpike + entities: + - uid: 156 components: - type: Transform - pos: -24.5,-14.5 + pos: 3.5,12.5 parent: 1 - - uid: 189 +- proto: LessLethalVendingMachine + entities: + - uid: 2056 components: - type: Transform - pos: -23.5,-13.5 + pos: -14.5,23.5 parent: 1 - - uid: 190 +- proto: LuxuryPen + entities: + - uid: 955 components: - type: Transform - pos: -18.5,-14.5 + pos: -8.4360895,9.877812 parent: 1 - - uid: 191 +- proto: MachineCryoSleepPod + entities: + - uid: 1114 components: - type: Transform - pos: -19.5,-14.5 + pos: 2.5,10.5 parent: 1 - - uid: 192 +- proto: Mattress + entities: + - uid: 2023 components: - type: Transform - pos: -23.5,-12.5 + pos: 13.5,14.5 parent: 1 - - uid: 193 +- proto: MedkitAdvancedFilled + entities: + - uid: 1871 components: - type: Transform - pos: -23.5,-11.5 + pos: -14.551509,14.690411 parent: 1 - - uid: 194 +- proto: MedkitFilled + entities: + - uid: 1872 components: - type: Transform - pos: -24.5,-13.5 + pos: -13.997746,14.697974 parent: 1 - - uid: 195 +- proto: MedkitToxinFilled + entities: + - uid: 1873 components: - type: Transform - pos: -24.5,-12.5 + pos: -14.247746,14.875057 parent: 1 - - uid: 196 +- proto: Mirror + entities: + - uid: 989 components: - type: Transform - pos: -24.5,-11.5 + rot: -1.5707963267948966 rad + pos: 5.5,6.5 parent: 1 - - uid: 197 + - uid: 990 components: - type: Transform - pos: -25.5,-13.5 + rot: -1.5707963267948966 rad + pos: 5.5,7.5 parent: 1 - - uid: 198 +- proto: MopItem + entities: + - uid: 1689 components: - type: Transform - pos: -25.5,-12.5 + pos: 9.467162,3.4911292 parent: 1 - - uid: 199 +- proto: NetworkConfigurator + entities: + - uid: 2010 components: - type: Transform - pos: -25.5,-11.5 + pos: 24.276703,21.523607 parent: 1 - - uid: 200 +- proto: NFAshtray + entities: + - uid: 781 components: - type: Transform - pos: -25.5,-14.5 + pos: -6.2673426,6.940201 parent: 1 - - uid: 201 + - uid: 978 components: - type: Transform - pos: -26.5,-11.5 + pos: -1.4999875,-0.99535155 parent: 1 - - uid: 202 + - uid: 979 components: - type: Transform - pos: -27.5,-11.5 + pos: 2.5104294,-0.96410155 parent: 1 - - uid: 203 +- proto: NoticeBoardNF + entities: + - uid: 872 components: - type: Transform - pos: -28.5,-11.5 + rot: 1.5707963267948966 rad + pos: -9.5,9.5 parent: 1 - - uid: 204 +- proto: OilJarGhee + entities: + - uid: 45 components: - type: Transform - pos: -28.5,-10.5 + pos: 4.7203918,4.6294155 parent: 1 - - uid: 205 + - uid: 160 components: - type: Transform - pos: -28.5,-8.5 + pos: 4.3766418,4.868999 parent: 1 - - uid: 206 + - uid: 162 components: - type: Transform - pos: -28.5,-9.5 + pos: 4.6995583,4.8585825 parent: 1 - - uid: 207 + - uid: 172 components: - type: Transform - pos: -29.5,-8.5 + pos: 4.3558083,4.650249 parent: 1 - - uid: 208 +- proto: OrganHumanEyes + entities: + - uid: 1829 components: - type: Transform - pos: -29.5,-9.5 + pos: -2.9656801,36.081455 parent: 1 - - uid: 209 +- proto: Paper + entities: + - uid: 5 components: - type: Transform - pos: -30.5,-8.5 + pos: -8.4048395,9.523646 parent: 1 - - uid: 210 + - uid: 7 components: - type: Transform - pos: -30.5,-9.5 + pos: -8.6548395,9.638229 parent: 1 - - uid: 211 +- proto: PianoInstrument + entities: + - uid: 276 components: - type: Transform - pos: -31.5,-8.5 + rot: 1.5707963267948966 rad + pos: 9.5,-4.5 parent: 1 - - uid: 212 +- proto: PirateFlag + entities: + - uid: 498 components: - type: Transform - pos: -31.5,-9.5 + rot: -1.5707963267948966 rad + pos: 11.5,0.5 parent: 1 - - uid: 213 + - uid: 528 components: - type: Transform - pos: -32.5,-8.5 + rot: -1.5707963267948966 rad + pos: -10.5,0.5 parent: 1 - - uid: 214 + - uid: 529 components: - type: Transform - pos: -32.5,-9.5 + rot: -1.5707963267948966 rad + pos: -8.5,-6.5 parent: 1 - - uid: 215 + - uid: 531 components: - type: Transform - pos: -33.5,-8.5 + rot: -1.5707963267948966 rad + pos: 9.5,-6.5 parent: 1 - - uid: 216 + - uid: 534 components: - type: Transform - pos: -33.5,-9.5 + pos: -2.5,5.5 parent: 1 - - uid: 217 + - uid: 537 components: - type: Transform - pos: -34.5,-8.5 + pos: 7.5,9.5 parent: 1 - - uid: 218 + - uid: 556 components: - type: Transform - pos: -34.5,-7.5 + pos: -1.5,9.5 parent: 1 - - uid: 219 + - uid: 558 components: - type: Transform - pos: -35.5,-7.5 + pos: 6.5,4.5 parent: 1 - - uid: 220 + - uid: 957 components: - type: Transform - pos: -35.5,-8.5 + pos: -4.5,2.5 parent: 1 - - uid: 221 + - uid: 1758 components: - type: Transform - pos: -34.5,-9.5 + pos: 0.5,35.5 parent: 1 - - uid: 222 + - uid: 1868 components: - type: Transform - pos: -24.5,9.5 + pos: 13.5,32.5 parent: 1 - - uid: 223 + - uid: 1990 components: - type: Transform - pos: -31.5,-10.5 + pos: 9.5,19.5 parent: 1 - - uid: 224 + - uid: 1991 components: - type: Transform - pos: -31.5,-11.5 + pos: -15.5,21.5 parent: 1 - - uid: 225 +- proto: PirateHandyFlag + entities: + - uid: 1759 components: - type: Transform - pos: -30.5,-10.5 + pos: 13.875859,9.969445 parent: 1 - - uid: 226 +- proto: PlushieCarp + entities: + - uid: 1434 components: - type: Transform - pos: -30.5,-11.5 + pos: 15.417093,25.484812 parent: 1 - - uid: 227 +- proto: PortableGeneratorPacman + entities: + - uid: 1910 components: - type: Transform - pos: -29.5,-10.5 + pos: 9.5,17.5 parent: 1 - - uid: 228 + - type: MaterialStorage + storage: + Plasma: 1500 + - type: InsertingMaterialStorage +- proto: PortableScrubber + entities: + - uid: 9 components: - type: Transform - pos: -29.5,-11.5 + anchored: True + pos: 4.5,12.5 parent: 1 - - uid: 229 + - type: Physics + bodyType: Static +- proto: PosterContrabandSpaceUp + entities: + - uid: 742 components: - type: Transform - pos: -29.5,-12.5 + pos: -8.5,2.5 parent: 1 - - uid: 230 +- proto: PowerCellRecharger + entities: + - uid: 767 components: - type: Transform - pos: -28.5,-12.5 + rot: 3.141592653589793 rad + pos: -6.5,6.5 parent: 1 - - uid: 231 + - uid: 1560 components: - type: Transform - pos: -27.5,-12.5 + pos: -14.5,17.5 parent: 1 - - uid: 232 +- proto: PoweredLEDLightPostSmall + entities: + - uid: 1002 components: - type: Transform - pos: 0.5,-19.5 + pos: -15.5,15.5 parent: 1 - - uid: 233 + - uid: 1368 components: - type: Transform - pos: -0.5,-19.5 + pos: 19.5,24.5 parent: 1 - - uid: 234 + - uid: 1425 components: - type: Transform - pos: -1.5,-19.5 + pos: 9.5,27.5 parent: 1 - - uid: 235 + - uid: 1539 components: - type: Transform - pos: -2.5,-19.5 + rot: -1.5707963267948966 rad + pos: 24.5,19.5 parent: 1 - - uid: 236 + - uid: 1766 components: - type: Transform - pos: -3.5,-19.5 + pos: -15.5,28.5 parent: 1 - - uid: 237 + - uid: 1767 components: - type: Transform - pos: -4.5,-19.5 + rot: -1.5707963267948966 rad + pos: -10.5,30.5 parent: 1 - - uid: 238 + - uid: 1858 components: - type: Transform - pos: -5.5,-19.5 + rot: -1.5707963267948966 rad + pos: 15.5,14.5 parent: 1 - - uid: 239 + - uid: 1927 components: - type: Transform - pos: -6.5,-19.5 + rot: 1.5707963267948966 rad + pos: 14.5,31.5 parent: 1 - - uid: 240 +- proto: Poweredlight + entities: + - uid: 33 components: - type: Transform - pos: -7.5,-19.5 + rot: 1.5707963267948966 rad + pos: -8.5,3.5 parent: 1 - - uid: 241 + - uid: 110 components: - type: Transform - pos: -8.5,-19.5 + rot: 3.141592653589793 rad + pos: -1.5,10.5 parent: 1 - - uid: 242 + - uid: 207 components: - type: Transform - pos: -8.5,-18.5 + rot: 1.5707963267948966 rad + pos: 6.5,12.5 parent: 1 - - uid: 243 + - uid: 288 components: - type: Transform - pos: -8.5,-17.5 + rot: -1.5707963267948966 rad + pos: 4.5,2.5 parent: 1 - - uid: 244 + - uid: 397 components: - type: Transform - pos: -8.5,-16.5 + rot: 1.5707963267948966 rad + pos: -8.5,8.5 parent: 1 - - uid: 245 + - uid: 720 components: - type: Transform - pos: -9.5,-16.5 + rot: -1.5707963267948966 rad + pos: 4.5,8.5 parent: 1 - - uid: 246 + - uid: 721 components: - type: Transform - pos: -10.5,-16.5 + rot: 1.5707963267948966 rad + pos: -1.5,2.5 parent: 1 - - uid: 247 + - uid: 722 components: - type: Transform - pos: -11.5,-16.5 + rot: 1.5707963267948966 rad + pos: -1.5,8.5 parent: 1 - - uid: 248 + - uid: 746 components: - type: Transform - pos: -12.5,-16.5 + rot: -1.5707963267948966 rad + pos: 9.5,3.5 parent: 1 - - uid: 249 + - uid: 959 components: - type: Transform - pos: -13.5,-16.5 + pos: 4.5,12.5 parent: 1 - - uid: 250 + - uid: 1954 components: - type: Transform - pos: -14.5,-16.5 + rot: -1.5707963267948966 rad + pos: 0.5,13.5 parent: 1 - - uid: 251 +- proto: PoweredlightColoredBlack + entities: + - uid: 227 components: - type: Transform - pos: -15.5,-16.5 + rot: -1.5707963267948966 rad + pos: 7.5,7.5 parent: 1 - - uid: 252 + - uid: 256 components: - type: Transform - pos: -16.5,-16.5 + rot: 3.141592653589793 rad + pos: 9.5,8.5 parent: 1 - - uid: 253 + - uid: 298 components: - type: Transform - pos: -16.5,-15.5 + rot: -1.5707963267948966 rad + pos: 9.5,1.5 parent: 1 - - uid: 254 + - uid: 299 components: - type: Transform - pos: -16.5,-14.5 + rot: 1.5707963267948966 rad + pos: -8.5,1.5 parent: 1 - - uid: 255 + - uid: 300 components: - type: Transform - pos: -16.5,-13.5 + rot: 1.5707963267948966 rad + pos: -8.5,-4.5 parent: 1 - - uid: 256 + - uid: 301 components: - type: Transform - pos: -16.5,-12.5 + rot: -1.5707963267948966 rad + pos: 9.5,-4.5 parent: 1 - - uid: 257 + - uid: 302 components: - type: Transform - pos: -17.5,-12.5 + rot: 1.5707963267948966 rad + pos: -7.5,-7.5 parent: 1 - - uid: 258 + - uid: 304 components: - type: Transform - pos: -18.5,-12.5 + rot: 3.141592653589793 rad + pos: -11.5,-2.5 parent: 1 - - uid: 259 + - uid: 309 components: - type: Transform - pos: -19.5,-12.5 + rot: -1.5707963267948966 rad + pos: 8.5,-7.5 parent: 1 - - uid: 260 + - uid: 312 components: - type: Transform - pos: -20.5,-12.5 + rot: 3.141592653589793 rad + pos: 12.5,-2.5 parent: 1 - - uid: 261 + - uid: 445 components: - type: Transform - pos: -21.5,-12.5 + rot: 3.141592653589793 rad + pos: 9.5,5.5 parent: 1 - - uid: 262 +- proto: PoweredSmallLight + entities: + - uid: 1192 components: - type: Transform - pos: -21.5,-11.5 + pos: 10.5,23.5 parent: 1 - - uid: 263 + - uid: 1194 components: - type: Transform - pos: -21.5,-10.5 + rot: -1.5707963267948966 rad + pos: 8.5,21.5 parent: 1 - - uid: 264 + - uid: 1854 components: - type: Transform - pos: -21.5,-9.5 + rot: 1.5707963267948966 rad + pos: -5.5,33.5 parent: 1 - - uid: 265 + - uid: 1861 components: - type: Transform - pos: -22.5,-9.5 + rot: -1.5707963267948966 rad + pos: -1.5,38.5 parent: 1 - - uid: 266 + - uid: 1924 components: - type: Transform - pos: -23.5,-9.5 + rot: 1.5707963267948966 rad + pos: -14.5,23.5 parent: 1 - - uid: 267 +- proto: Rack + entities: + - uid: 23 components: - type: Transform - pos: -24.5,-9.5 + pos: -5.5,5.5 parent: 1 - - uid: 268 + - uid: 64 components: - type: Transform - pos: -25.5,-9.5 + pos: 0.5,4.5 parent: 1 - - uid: 269 + - uid: 87 components: - type: Transform - pos: -26.5,-9.5 + pos: -2.5,13.5 parent: 1 - - uid: 270 + - uid: 96 components: - type: Transform - pos: -26.5,-8.5 + pos: -3.5,13.5 parent: 1 - - uid: 271 + - uid: 98 components: - type: Transform - pos: -26.5,-2.5 + pos: -3.5,11.5 parent: 1 - - uid: 281 + - uid: 111 components: - type: Transform - pos: -26.5,-1.5 + pos: -2.5,11.5 parent: 1 - - uid: 282 + - uid: 112 components: - type: Transform - pos: -26.5,-0.5 + pos: -3.5,8.5 parent: 1 - - uid: 283 + - uid: 144 components: - type: Transform - pos: -25.5,-1.5 + pos: 2.5,4.5 parent: 1 - - uid: 284 + - uid: 145 components: - type: Transform - pos: -25.5,-0.5 + rot: -1.5707963267948966 rad + pos: -1.5,3.5 parent: 1 - - uid: 285 + - uid: 152 components: - type: Transform - pos: -24.5,-0.5 + pos: -1.5,11.5 parent: 1 - - uid: 286 + - uid: 179 components: - type: Transform - pos: -24.5,0.5 + pos: 1.5,4.5 parent: 1 - - uid: 287 + - uid: 182 components: - type: Transform - pos: -24.5,1.5 + pos: 4.5,4.5 parent: 1 - - uid: 288 + - uid: 884 components: - type: Transform - pos: -24.5,2.5 + pos: -1.5,13.5 parent: 1 - - uid: 289 +- proto: Railing + entities: + - uid: 3 components: - type: Transform - pos: -15.5,-15.5 + pos: 4.5,24.5 parent: 1 - - uid: 290 + - uid: 831 components: - type: Transform - pos: -15.5,-14.5 + rot: 1.5707963267948966 rad + pos: -3.5,17.5 parent: 1 - - uid: 291 + - uid: 840 components: - type: Transform - pos: -14.5,-15.5 + rot: -1.5707963267948966 rad + pos: -0.5,19.5 parent: 1 - - uid: 292 + - uid: 925 components: - type: Transform - pos: -13.5,-15.5 + rot: 1.5707963267948966 rad + pos: -3.5,18.5 parent: 1 - - uid: 293 + - uid: 935 components: - type: Transform - pos: -11.5,-15.5 + rot: -1.5707963267948966 rad + pos: -0.5,17.5 parent: 1 - - uid: 294 + - uid: 992 components: - type: Transform - pos: -12.5,-15.5 + pos: 0.5,25.5 parent: 1 - - uid: 295 + - uid: 1033 components: - type: Transform - pos: -10.5,-15.5 + pos: 3.5,24.5 parent: 1 - - uid: 296 + - uid: 1039 components: - type: Transform - pos: -12.5,-14.5 + pos: 5.5,24.5 parent: 1 - - uid: 297 + - uid: 1040 components: - type: Transform - pos: -13.5,-14.5 + rot: 3.141592653589793 rad + pos: 5.5,21.5 parent: 1 - - uid: 298 + - uid: 1041 components: - type: Transform - pos: -14.5,-14.5 + rot: 3.141592653589793 rad + pos: 4.5,21.5 parent: 1 - - uid: 299 + - uid: 1042 components: - type: Transform - pos: -15.5,-13.5 + rot: 3.141592653589793 rad + pos: 3.5,21.5 parent: 1 - - uid: 300 + - uid: 1043 components: - type: Transform - pos: -14.5,-13.5 + rot: 3.141592653589793 rad + pos: 2.5,21.5 parent: 1 - - uid: 301 + - uid: 1045 components: - type: Transform - pos: -17.5,-11.5 + rot: 3.141592653589793 rad + pos: -6.5,22.5 parent: 1 - - uid: 302 + - uid: 1046 components: - type: Transform - pos: -18.5,-11.5 + rot: 3.141592653589793 rad + pos: -7.5,22.5 parent: 1 - - uid: 303 + - uid: 1048 components: - type: Transform - pos: -19.5,-11.5 + rot: 3.141592653589793 rad + pos: -9.5,22.5 parent: 1 - - uid: 304 + - uid: 1049 components: - type: Transform - pos: -20.5,-11.5 + pos: -9.5,25.5 parent: 1 - - uid: 305 + - uid: 1050 components: - type: Transform - pos: -20.5,-10.5 + pos: -8.5,25.5 parent: 1 - - uid: 306 + - uid: 1055 components: - type: Transform - pos: -25.5,-8.5 + pos: -7.5,25.5 parent: 1 - - uid: 307 + - uid: 1094 components: - type: Transform - pos: -24.5,-8.5 + pos: -4.5,33.5 parent: 1 - - uid: 308 + - uid: 1106 components: - type: Transform - pos: -23.5,-8.5 + rot: -1.5707963267948966 rad + pos: -1.5,28.5 parent: 1 - - uid: 309 + - uid: 1123 components: - type: Transform - pos: -7.5,-18.5 + rot: 3.141592653589793 rad + pos: -4.5,21.5 parent: 1 - - uid: 310 + - uid: 1404 components: - type: Transform - pos: -6.5,-18.5 + rot: 3.141592653589793 rad + pos: 23.5,25.5 parent: 1 - - uid: 311 + - uid: 1405 components: - type: Transform - pos: -1.5,-18.5 + rot: 3.141592653589793 rad + pos: 22.5,25.5 parent: 1 - - uid: 312 + - uid: 1407 components: - type: Transform - pos: -0.5,-18.5 + pos: 22.5,19.5 parent: 1 - - uid: 313 + - uid: 1408 components: - type: Transform - pos: -2.5,-18.5 + rot: 1.5707963267948966 rad + pos: 24.5,23.5 parent: 1 - - uid: 314 + - uid: 1409 components: - type: Transform - pos: -3.5,-18.5 + rot: 1.5707963267948966 rad + pos: 24.5,22.5 parent: 1 - - uid: 315 + - uid: 1410 components: - type: Transform - pos: -4.5,-17.5 + rot: 1.5707963267948966 rad + pos: 24.5,21.5 parent: 1 - - uid: 316 + - uid: 1607 components: - type: Transform - pos: -1.5,-17.5 + pos: -1.5,33.5 parent: 1 - - uid: 318 + - uid: 1623 components: - type: Transform - pos: -7.5,-17.5 + pos: -5.5,33.5 parent: 1 - - uid: 319 + - uid: 1647 components: - type: Transform - pos: 6.5,-19.5 + pos: -3.5,33.5 parent: 1 - - uid: 320 + - uid: 1725 components: - type: Transform - pos: 7.5,-19.5 + rot: -1.5707963267948966 rad + pos: -1.5,29.5 parent: 1 - - uid: 321 + - uid: 1726 components: - type: Transform - pos: 8.5,-19.5 + rot: 1.5707963267948966 rad + pos: -3.5,28.5 parent: 1 - - uid: 322 + - uid: 1727 components: - type: Transform - pos: 9.5,-19.5 + rot: 1.5707963267948966 rad + pos: -3.5,29.5 parent: 1 - - uid: 323 + - uid: 1728 components: - type: Transform - pos: 10.5,-19.5 + rot: 1.5707963267948966 rad + pos: -3.5,31.5 parent: 1 - - uid: 324 + - uid: 1729 components: - type: Transform - pos: 10.5,-18.5 + rot: -1.5707963267948966 rad + pos: -1.5,31.5 parent: 1 - - uid: 325 +- proto: RailingCorner + entities: + - uid: 128 components: - type: Transform - pos: 10.5,-17.5 + rot: -1.5707963267948966 rad + pos: -0.5,26.5 parent: 1 - - uid: 326 + - uid: 228 components: - type: Transform - pos: 10.5,-16.5 + rot: 3.141592653589793 rad + pos: 0.5,10.5 parent: 1 - - uid: 327 + - uid: 233 components: - type: Transform - pos: 11.5,-16.5 + rot: -1.5707963267948966 rad + pos: -1.5,27.5 parent: 1 - - uid: 328 + - uid: 789 components: - type: Transform - pos: 12.5,-16.5 + rot: 3.141592653589793 rad + pos: 1.5,21.5 parent: 1 - - uid: 329 + - uid: 819 components: - type: Transform - pos: 13.5,-16.5 + rot: -1.5707963267948966 rad + pos: 1.5,24.5 parent: 1 - - uid: 330 + - uid: 924 components: - type: Transform - pos: 14.5,-16.5 + rot: 1.5707963267948966 rad + pos: -3.5,20.5 parent: 1 - - uid: 331 + - uid: 929 components: - type: Transform - pos: 14.5,-15.5 + rot: 3.141592653589793 rad + pos: -0.5,20.5 parent: 1 - - uid: 332 + - uid: 1044 components: - type: Transform - pos: 14.5,-14.5 + pos: -5.5,25.5 parent: 1 - - uid: 333 + - uid: 1060 components: - type: Transform - pos: 14.5,-13.5 + rot: 1.5707963267948966 rad + pos: -5.5,22.5 parent: 1 - - uid: 334 + - uid: 1115 components: - type: Transform - pos: 14.5,-12.5 + pos: -3.5,27.5 parent: 1 - - uid: 335 + - uid: 1402 components: - type: Transform - pos: 14.5,-11.5 + pos: 24.5,19.5 parent: 1 - - uid: 336 + - uid: 1403 components: - type: Transform - pos: 14.5,-10.5 + rot: 1.5707963267948966 rad + pos: 24.5,25.5 parent: 1 - - uid: 421 +- proto: RailingCornerSmall + entities: + - uid: 83 components: - type: Transform - pos: -24.5,3.5 + rot: 1.5707963267948966 rad + pos: -0.5,27.5 parent: 1 - - uid: 422 + - uid: 129 components: - type: Transform - pos: -24.5,4.5 + rot: 1.5707963267948966 rad + pos: 0.5,26.5 parent: 1 - - uid: 423 + - uid: 141 components: - type: Transform - pos: -24.5,5.5 + pos: 0.5,20.5 parent: 1 - - uid: 424 + - uid: 164 components: - type: Transform - pos: -24.5,6.5 + rot: 3.141592653589793 rad + pos: -5.5,26.5 parent: 1 - - uid: 425 + - uid: 315 components: - type: Transform - pos: -23.5,6.5 + rot: 1.5707963267948966 rad + pos: 1.5,25.5 parent: 1 - - uid: 426 + - uid: 628 components: - type: Transform - pos: -22.5,6.5 + rot: -1.5707963267948966 rad + pos: -3.5,19.5 parent: 1 - - uid: 427 + - uid: 784 components: - type: Transform - pos: -21.5,6.5 + rot: 1.5707963267948966 rad + pos: 2.5,24.5 parent: 1 - - uid: 428 + - uid: 833 components: - type: Transform - pos: -20.5,6.5 + rot: 3.141592653589793 rad + pos: 2.5,24.5 parent: 1 - - uid: 429 + - uid: 926 components: - type: Transform - pos: -19.5,6.5 + rot: 1.5707963267948966 rad + pos: -0.5,18.5 parent: 1 - - uid: 430 + - uid: 954 components: - type: Transform - pos: -19.5,7.5 + pos: 1.5,20.5 parent: 1 - - uid: 431 + - uid: 1047 components: - type: Transform - pos: -18.5,7.5 + pos: -8.5,22.5 parent: 1 - - uid: 432 + - uid: 1059 components: - type: Transform - pos: -17.5,7.5 + rot: 1.5707963267948966 rad + pos: -6.5,25.5 parent: 1 - - uid: 433 + - uid: 1061 components: - type: Transform - pos: -16.5,7.5 + rot: 3.141592653589793 rad + pos: -3.5,19.5 parent: 1 - - uid: 434 + - uid: 1118 components: - type: Transform - pos: -15.5,7.5 + rot: 3.141592653589793 rad + pos: -4.5,27.5 parent: 1 - - uid: 435 + - uid: 1119 components: - type: Transform - pos: -14.5,7.5 + rot: 1.5707963267948966 rad + pos: -4.5,26.5 parent: 1 - - uid: 436 + - uid: 1120 components: - type: Transform - pos: -14.5,8.5 + rot: -1.5707963267948966 rad + pos: -4.5,26.5 parent: 1 - - uid: 437 + - uid: 1121 components: - type: Transform - pos: -14.5,9.5 + rot: 3.141592653589793 rad + pos: -0.5,25.5 parent: 1 - - uid: 438 + - uid: 1122 components: - type: Transform - pos: -14.5,10.5 + rot: -1.5707963267948966 rad + pos: -5.5,21.5 parent: 1 - - uid: 439 + - uid: 1124 components: - type: Transform - pos: -13.5,10.5 + rot: -1.5707963267948966 rad + pos: -4.5,20.5 parent: 1 - - uid: 440 + - uid: 1406 components: - type: Transform - pos: -12.5,10.5 + rot: 1.5707963267948966 rad + pos: 23.5,19.5 parent: 1 - - uid: 441 + - uid: 1411 components: - type: Transform - pos: -11.5,10.5 + rot: 3.141592653589793 rad + pos: 24.5,24.5 parent: 1 - - uid: 442 + - uid: 1730 components: - type: Transform - pos: -10.5,10.5 + rot: 1.5707963267948966 rad + pos: -1.5,32.5 parent: 1 - - uid: 443 + - uid: 1731 components: - type: Transform - pos: -9.5,10.5 + rot: 3.141592653589793 rad + pos: -3.5,32.5 parent: 1 - - uid: 444 +- proto: RandomDrinkBottle + entities: + - uid: 1129 components: - type: Transform - pos: -8.5,10.5 + pos: -1.5,26.5 parent: 1 - - uid: 445 +- proto: RandomStalagmiteOrCrystal + entities: + - uid: 1066 components: - type: Transform - pos: -7.5,10.5 + pos: -13.5,21.5 parent: 1 - - uid: 446 + - uid: 1067 components: - type: Transform - pos: -6.5,10.5 + pos: 4.5,16.5 parent: 1 - - uid: 447 + - uid: 1093 components: - type: Transform - pos: -5.5,10.5 + pos: -9.5,16.5 parent: 1 - - uid: 448 + - uid: 1095 components: - type: Transform - pos: -4.5,10.5 + pos: -12.5,19.5 parent: 1 - - uid: 449 + - uid: 1096 components: - type: Transform - pos: -3.5,10.5 + pos: -10.5,18.5 parent: 1 - - uid: 450 + - uid: 1097 components: - type: Transform - pos: -2.5,10.5 + pos: -9.5,21.5 parent: 1 - - uid: 451 + - uid: 1286 components: - type: Transform - pos: -1.5,10.5 + pos: 9.5,13.5 parent: 1 - - uid: 452 + - uid: 1296 components: - type: Transform - pos: -1.5,11.5 + pos: -5.5,18.5 parent: 1 - - uid: 453 + - uid: 1562 components: - type: Transform - pos: -1.5,12.5 + pos: 9.5,26.5 parent: 1 - - uid: 454 + - uid: 1597 components: - type: Transform - pos: -1.5,13.5 + pos: 6.5,17.5 parent: 1 - - uid: 455 + - uid: 1604 components: - type: Transform - pos: -1.5,14.5 + pos: 8.5,24.5 parent: 1 - - uid: 456 + - uid: 1804 components: - type: Transform - pos: -0.5,14.5 + pos: 6.5,31.5 parent: 1 - - uid: 457 + - uid: 1908 components: - type: Transform - pos: 0.5,14.5 + pos: -15.5,26.5 parent: 1 - - uid: 458 + - uid: 1915 components: - type: Transform - pos: 1.5,14.5 + pos: -10.5,25.5 parent: 1 - - uid: 459 + - uid: 2005 components: - type: Transform - pos: 2.5,14.5 + pos: 3.5,18.5 parent: 1 - - uid: 460 +- proto: ReagentContainerFlour + entities: + - uid: 2015 components: - type: Transform - pos: 3.5,14.5 + pos: 4.381627,8.771014 parent: 1 - - uid: 461 + - uid: 2016 components: - type: Transform - pos: 3.5,13.5 + pos: 4.600377,8.666847 parent: 1 - - uid: 462 +- proto: ReagentContainerPepper + entities: + - uid: 2014 components: - type: Transform - pos: 3.5,12.5 + pos: 0.834986,5.730723 parent: 1 - - uid: 463 +- proto: ReagentContainerRaisin + entities: + - uid: 2017 components: - type: Transform - pos: 3.5,11.5 + pos: 4.3920436,8.500181 parent: 1 - - uid: 464 +- proto: ReagentContainerRice + entities: + - uid: 2019 components: - type: Transform - pos: 3.5,10.5 + pos: 4.569127,8.302263 parent: 1 - - uid: 465 +- proto: ReagentContainerSalt + entities: + - uid: 2013 components: - type: Transform - pos: 4.5,10.5 + pos: 0.5641525,5.668223 parent: 1 - - uid: 466 +- proto: ReinforcedWindow + entities: + - uid: 582 components: - type: Transform - pos: 5.5,10.5 + rot: -1.5707963267948966 rad + pos: 3.5,-5.5 parent: 1 - - uid: 467 + - uid: 583 components: - type: Transform - pos: 6.5,10.5 + rot: -1.5707963267948966 rad + pos: 2.5,-5.5 parent: 1 - - uid: 468 + - uid: 584 components: - type: Transform - pos: 7.5,10.5 + rot: -1.5707963267948966 rad + pos: 1.5,-5.5 parent: 1 - - uid: 469 + - uid: 585 components: - type: Transform - pos: 8.5,10.5 + rot: -1.5707963267948966 rad + pos: 0.5,-5.5 parent: 1 - - uid: 470 + - uid: 586 components: - type: Transform - pos: 9.5,10.5 + rot: -1.5707963267948966 rad + pos: -0.5,-5.5 parent: 1 - - uid: 471 + - uid: 587 components: - type: Transform - pos: 9.5,9.5 + rot: -1.5707963267948966 rad + pos: -1.5,-5.5 parent: 1 - - uid: 472 + - uid: 588 components: - type: Transform - pos: 9.5,8.5 + rot: -1.5707963267948966 rad + pos: -2.5,-5.5 parent: 1 - - uid: 473 + - uid: 694 components: - type: Transform - pos: 9.5,7.5 + pos: 10.5,5.5 parent: 1 - - uid: 474 + - uid: 752 components: - type: Transform - pos: 10.5,7.5 + pos: 10.5,6.5 parent: 1 - - uid: 475 + - uid: 915 components: - type: Transform - pos: 11.5,7.5 + pos: 12.5,0.5 parent: 1 - - uid: 476 + - uid: 916 components: - type: Transform - pos: 12.5,7.5 + pos: 12.5,-3.5 parent: 1 - - uid: 477 + - uid: 917 components: - type: Transform - pos: 13.5,7.5 + pos: 5.5,-7.5 parent: 1 - - uid: 478 + - uid: 918 components: - type: Transform - pos: 14.5,7.5 + pos: 9.5,-7.5 parent: 1 - - uid: 479 + - uid: 919 components: - type: Transform - pos: 15.5,7.5 + pos: -4.5,-7.5 parent: 1 - - uid: 480 + - uid: 920 components: - type: Transform - pos: 15.5,6.5 + pos: -8.5,-7.5 parent: 1 - - uid: 481 + - uid: 921 components: - type: Transform - pos: 15.5,5.5 + pos: -11.5,-3.5 parent: 1 - - uid: 482 + - uid: 922 components: - type: Transform - pos: 15.5,4.5 + pos: -11.5,0.5 parent: 1 - - uid: 483 + - uid: 998 components: - type: Transform - pos: 15.5,3.5 + pos: 10.5,8.5 parent: 1 - - uid: 484 + - uid: 1034 components: - type: Transform - pos: 16.5,3.5 + pos: 10.5,9.5 parent: 1 - - uid: 485 + - uid: 1035 components: - type: Transform - pos: 16.5,2.5 + pos: 3.5,13.5 parent: 1 - - uid: 486 + - uid: 1675 components: - type: Transform - pos: 16.5,1.5 + rot: -1.5707963267948966 rad + pos: -3.5,39.5 parent: 1 - - uid: 487 + - uid: 1735 components: - type: Transform - pos: 16.5,0.5 + rot: -1.5707963267948966 rad + pos: -4.5,39.5 parent: 1 - - uid: 488 + - uid: 1836 components: - type: Transform - pos: 17.5,0.5 + rot: -1.5707963267948966 rad + pos: -2.5,39.5 parent: 1 - - uid: 489 + - uid: 1837 components: - type: Transform - pos: 17.5,-0.5 + rot: -1.5707963267948966 rad + pos: -1.5,39.5 parent: 1 - - uid: 490 +- proto: RemoteSignaller + entities: + - uid: 2009 components: - type: Transform - pos: 17.5,-1.5 + pos: 24.568369,21.388191 parent: 1 - - uid: 491 +- proto: Retractor + entities: + - uid: 1195 components: - type: Transform - pos: 17.5,-2.5 + pos: -14.526924,19.46004 parent: 1 - - uid: 492 +- proto: Saw + entities: + - uid: 1869 components: - type: Transform - pos: 17.5,-3.5 + pos: -14.50255,19.370592 parent: 1 - - uid: 493 +- proto: SawElectric + entities: + - uid: 1855 components: - type: Transform - pos: 17.5,-4.5 + pos: -14.476463,19.648453 parent: 1 - - uid: 494 +- proto: SeedExtractor + entities: + - uid: 104 components: - type: Transform - pos: 17.5,-5.5 + pos: -6.5,5.5 parent: 1 - - uid: 495 +- proto: SheetPlasma + entities: + - uid: 668 components: - type: Transform - pos: 17.5,-6.5 + rot: 3.141592653589793 rad + pos: -2.610289,13.663282 parent: 1 - - uid: 496 + - uid: 669 components: - type: Transform - pos: 17.5,-7.5 + rot: 3.141592653589793 rad + pos: -2.3394558,13.652866 parent: 1 - - uid: 497 + - uid: 2053 components: - type: Transform - pos: 17.5,-8.5 + pos: 9.503929,17.419426 parent: 1 - - uid: 498 + - type: Stack + count: 15 +- proto: SheetUranium + entities: + - uid: 670 components: - type: Transform - pos: 17.5,-9.5 + pos: -1.7080126,13.6587715 parent: 1 - - uid: 499 + - uid: 672 components: - type: Transform - pos: 15.5,-9.5 + rot: 3.141592653589793 rad + pos: -1.2977891,13.652866 parent: 1 - - uid: 500 +- proto: Shovel + entities: + - uid: 1126 components: - type: Transform - pos: 14.5,-9.5 + pos: -0.03910017,21.951792 parent: 1 - - uid: 501 + - uid: 1842 components: - type: Transform - pos: 16.5,-9.5 + rot: 1.5707963267948966 rad + pos: 2.814949,35.75033 parent: 1 - - uid: 502 +- proto: ShuttleGunPirateCannon + entities: + - uid: 2004 components: - type: Transform - pos: 16.5,-0.5 + rot: 1.5707963267948966 rad + pos: 24.5,22.5 parent: 1 - - uid: 503 +- proto: SignalButton + entities: + - uid: 173 components: - type: Transform - pos: 16.5,-1.5 + rot: -1.5707963267948966 rad + pos: -2.5,3.5 parent: 1 - - uid: 504 + - type: DeviceLinkSource + linkedPorts: + 318: + - Pressed: Toggle + - uid: 667 components: - type: Transform - pos: 16.5,-2.5 + pos: 9.5,7.5 parent: 1 - - uid: 505 + - type: DeviceLinkSource + linkedPorts: + 330: + - Pressed: Toggle + 438: + - Pressed: Toggle + - uid: 671 components: - type: Transform - pos: 16.5,-3.5 + pos: 9.5,10.5 parent: 1 - - uid: 506 + - type: DeviceLinkSource + linkedPorts: + 433: + - Pressed: Toggle + 313: + - Pressed: Toggle + - uid: 730 components: - type: Transform - pos: 16.5,-4.5 + rot: -1.5707963267948966 rad + pos: 5.5,4.5 parent: 1 - - uid: 507 + - type: DeviceLinkSource + linkedPorts: + 365: + - Pressed: Toggle + - uid: 770 components: - type: Transform - pos: 16.5,-5.5 + rot: 3.141592653589793 rad + pos: -3.5,-5.5 parent: 1 - - uid: 508 + - type: DeviceLinkSource + linkedPorts: + 386: + - Pressed: Toggle + 368: + - Pressed: Toggle + 390: + - Pressed: Toggle + 403: + - Pressed: Toggle + 428: + - Pressed: Toggle + 429: + - Pressed: Toggle + 329: + - Pressed: Toggle + - uid: 859 components: - type: Transform - pos: 16.5,-6.5 + rot: 1.5707963267948966 rad + pos: -2.5,3.5 parent: 1 - - uid: 509 + - type: DeviceLinkSource + linkedPorts: + 344: + - Pressed: Toggle + 341: + - Pressed: Toggle + 349: + - Pressed: Toggle + 350: + - Pressed: Toggle + 351: + - Pressed: Toggle + 352: + - Pressed: Toggle + 364: + - Pressed: Toggle + - uid: 947 components: - type: Transform - pos: 16.5,-7.5 + pos: -8.5,-5.5 parent: 1 - - uid: 511 + - type: DeviceLinkSource + linkedPorts: + 442: + - Pressed: Toggle + 439: + - Pressed: Toggle + - uid: 948 components: - type: Transform - pos: 15.5,-0.5 + rot: -1.5707963267948966 rad + pos: -9.5,-3.5 parent: 1 - - uid: 512 + - type: DeviceLinkSource + linkedPorts: + 449: + - Pressed: Toggle + 444: + - Pressed: Toggle + - uid: 949 components: - type: Transform - pos: 15.5,-1.5 + pos: 9.5,-5.5 parent: 1 - - uid: 513 + - type: DeviceLinkSource + linkedPorts: + 454: + - Pressed: Toggle + 455: + - Pressed: Toggle + - uid: 950 components: - type: Transform - pos: 15.5,-2.5 + rot: 1.5707963267948966 rad + pos: 10.5,-3.5 parent: 1 - - uid: 515 + - type: DeviceLinkSource + linkedPorts: + 640: + - Pressed: Toggle + 639: + - Pressed: Toggle + 89: [] + 60: [] +- proto: SignalButtonDirectional + entities: + - uid: 362 components: - type: Transform - pos: 15.5,-4.5 + rot: 1.5707963267948966 rad + pos: 8.5,9.5 parent: 1 - - uid: 516 + - type: DeviceLinkSource + linkedPorts: + 431: + - Pressed: Toggle + - uid: 750 components: - type: Transform - pos: -16.5,-8.5 + rot: 1.5707963267948966 rad + pos: 8.5,6.5 parent: 1 - - uid: 517 + - type: DeviceLinkSource + linkedPorts: + 337: + - Pressed: Toggle + - uid: 1640 components: - type: Transform - pos: 15.5,-6.5 + rot: 1.5707963267948966 rad + pos: -5.5,38.5 parent: 1 - - uid: 520 + - type: DeviceLinkSource + linkedPorts: + 1677: + - Pressed: Toggle + 1672: + - Pressed: Toggle + 1734: + - Pressed: Toggle + 1838: + - Pressed: Toggle +- proto: SignCargo + entities: + - uid: 474 components: - type: Transform - pos: 15.5,0.5 + pos: 1.5,10.5 parent: 1 - - uid: 521 +- proto: SignElectricalMed + entities: + - uid: 1427 components: - type: Transform - pos: 15.5,1.5 + pos: 10.5,13.5 parent: 1 - - uid: 522 + - uid: 1533 components: - type: Transform - pos: 15.5,2.5 + pos: 10.5,17.5 parent: 1 - - uid: 523 +- proto: SinkStemlessWater + entities: + - uid: 791 components: - type: Transform - pos: 14.5,6.5 + rot: 1.5707963267948966 rad + pos: 6.4667277,6.32853 parent: 1 - - uid: 524 + - uid: 1036 components: - type: Transform - pos: 14.5,5.5 + rot: 1.5707963267948966 rad + pos: 6.4771442,7.3422375 parent: 1 - - uid: 525 +- proto: SinkWide + entities: + - uid: 981 components: - type: Transform - pos: 13.5,6.5 + rot: 1.5707963267948966 rad + pos: -1.5,7.5 parent: 1 - - uid: 526 +- proto: SMESBasic + entities: + - uid: 271 components: - type: Transform - pos: -10.5,2.5 + pos: -7.5,11.5 parent: 1 - - uid: 527 +- proto: SodaDispenserEmpty + entities: + - uid: 1237 components: - type: Transform - pos: 12.5,6.5 + pos: -1.5,2.5 parent: 1 - - uid: 528 +- proto: SpaceCash10 + entities: + - uid: 1821 components: - type: Transform - pos: 12.5,5.5 + pos: -3.4031801,35.737705 parent: 1 - - uid: 529 + - uid: 1822 components: - type: Transform - pos: 14.5,4.5 + pos: -3.4969301,36.53458 parent: 1 - - uid: 530 + - uid: 1823 components: - type: Transform - pos: 14.5,3.5 + pos: -2.4052827,36.700047 parent: 1 - - uid: 531 + - uid: 1824 components: - type: Transform - pos: 14.5,2.5 + pos: -2.4656801,35.75333 parent: 1 - - uid: 534 +- proto: SpaceVillainArcadeFilled + entities: + - uid: 268 components: - type: Transform - pos: 14.5,-0.5 + rot: 1.5707963267948966 rad + pos: -8.5,-4.5 parent: 1 - - uid: 535 + - type: SpamEmitSound + enabled: False +- proto: SpawnMobCatClarpy + entities: + - uid: 68 components: - type: Transform - pos: 14.5,-8.5 + pos: 0.5,10.5 parent: 1 - - uid: 536 +- proto: SpawnMobParrot + entities: + - uid: 2035 components: - type: Transform - pos: 14.5,-7.5 + pos: 15.5,29.5 parent: 1 - - uid: 537 +- proto: SpawnPointPirate + entities: + - uid: 14 components: - type: Transform - pos: -10.5,3.5 + pos: 1.5,1.5 parent: 1 - - uid: 538 +- proto: SpawnPointPirateCaptain + entities: + - uid: 52 components: - type: Transform - pos: 11.5,6.5 + pos: 0.5,1.5 parent: 1 - - uid: 539 +- proto: SpawnPointPirateFirstMate + entities: + - uid: 93 components: - type: Transform - pos: 10.5,6.5 + pos: -0.5,1.5 parent: 1 - - uid: 540 +- proto: StairStageWood + entities: + - uid: 1599 components: - type: Transform - pos: 8.5,8.5 + pos: -2.5,32.5 parent: 1 - - uid: 541 +- proto: StoolBar + entities: + - uid: 59 components: - type: Transform - pos: 8.5,9.5 + pos: -2.5,-3.5 parent: 1 - - uid: 542 + - uid: 73 components: - type: Transform - pos: 7.5,8.5 + pos: 0.5,-3.5 parent: 1 - - uid: 543 + - uid: 77 components: - type: Transform - pos: 7.5,9.5 + pos: -1.5,-3.5 parent: 1 - - uid: 544 + - uid: 440 components: - type: Transform - pos: 6.5,8.5 + pos: 1.5,-3.5 parent: 1 - - uid: 545 + - uid: 533 components: - type: Transform - pos: 6.5,9.5 + pos: -0.5,-3.5 parent: 1 - - uid: 546 + - uid: 547 components: - type: Transform - pos: 5.5,9.5 + pos: 2.5,-3.5 parent: 1 - - uid: 547 + - uid: 557 components: - type: Transform - pos: 4.5,9.5 + pos: 3.5,-3.5 parent: 1 - - uid: 548 +- proto: SubstationBasic + entities: + - uid: 289 components: - type: Transform - pos: -2.5,9.5 + pos: -8.5,11.5 parent: 1 - - uid: 549 +- proto: SuitStorageEVAPirate + entities: + - uid: 1193 components: - type: Transform - pos: -3.5,9.5 + pos: 10.5,21.5 parent: 1 - - uid: 550 + - uid: 1641 components: - type: Transform - pos: -4.5,9.5 + pos: 10.5,23.5 parent: 1 - - uid: 551 +- proto: SurveillanceCameraRouterSupply + entities: + - uid: 308 components: - type: Transform - pos: -5.5,9.5 + pos: -6.5,11.5 parent: 1 - - uid: 552 +- proto: SurveillanceCameraSupply + entities: + - uid: 225 components: - type: Transform - pos: -6.5,9.5 + pos: -2.5,10.5 parent: 1 - - uid: 553 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSupply + nameSet: True + id: Storage 2 + - uid: 393 components: - type: Transform - pos: -7.5,9.5 + rot: 1.5707963267948966 rad + pos: -3.5,5.5 parent: 1 - - uid: 554 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSupply + nameSet: True + id: Storage 1 + - uid: 724 components: - type: Transform - pos: -8.5,9.5 + rot: 1.5707963267948966 rad + pos: 4.5,12.5 parent: 1 - - uid: 555 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSupply + nameSet: True + id: Freezer + - uid: 726 components: - type: Transform - pos: -8.5,8.5 + rot: 3.141592653589793 rad + pos: -2.5,1.5 parent: 1 - - uid: 556 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSupply + nameSet: True + id: Food Court 1 + - uid: 727 components: - type: Transform - pos: -9.5,9.5 + rot: 3.141592653589793 rad + pos: 5.5,1.5 parent: 1 - - uid: 557 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSupply + nameSet: True + id: Food Court 2 + - uid: 728 components: - type: Transform - pos: -9.5,8.5 + rot: 3.141592653589793 rad + pos: 1.5,8.5 parent: 1 - - uid: 558 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSupply + nameSet: True + id: Kitchen +- proto: SurvivalKnife + entities: + - uid: 1831 components: - type: Transform - pos: -10.5,9.5 + rot: -1.5707963267948966 rad + pos: -2.4595704,36.201065 parent: 1 - - uid: 559 +- proto: SyringeStimulants + entities: + - uid: 2011 components: - type: Transform - pos: -10.5,8.5 + pos: 6.487763,7.417817 parent: 1 - - uid: 560 + - uid: 2012 components: - type: Transform - pos: -11.5,9.5 + pos: 6.487763,7.0949006 parent: 1 - - uid: 561 +- proto: TableCounterWood + entities: + - uid: 100 components: - type: Transform - pos: -11.5,8.5 + pos: 3.5,2.5 parent: 1 - - uid: 562 + - uid: 102 components: - type: Transform - pos: -12.5,9.5 + pos: 4.5,2.5 parent: 1 - - uid: 563 + - uid: 106 components: - type: Transform - pos: -12.5,8.5 + pos: 2.5,2.5 parent: 1 - - uid: 564 + - uid: 107 components: - type: Transform - pos: -13.5,9.5 + pos: 1.5,2.5 parent: 1 - - uid: 565 + - uid: 108 components: - type: Transform - pos: -13.5,8.5 + pos: 0.5,2.5 parent: 1 - - uid: 566 + - uid: 109 components: - type: Transform - pos: -0.5,13.5 + pos: -0.5,2.5 parent: 1 - - uid: 567 + - uid: 113 components: - type: Transform - pos: -0.5,12.5 + pos: -1.5,2.5 parent: 1 - - uid: 568 +- proto: TableReinforced + entities: + - uid: 121 components: - type: Transform - pos: -0.5,11.5 + pos: -5.5,6.5 parent: 1 - - uid: 569 + - uid: 139 components: - type: Transform - pos: -0.5,10.5 + rot: -1.5707963267948966 rad + pos: 4.5,6.5 parent: 1 - - uid: 572 + - uid: 194 components: - type: Transform - pos: 0.5,11.5 + pos: -8.5,9.5 parent: 1 - - uid: 573 + - uid: 249 components: - type: Transform - pos: -9.5,7.5 + pos: -6.5,10.5 parent: 1 - - uid: 577 + - uid: 277 components: - type: Transform - pos: -9.5,6.5 + rot: 1.5707963267948966 rad + pos: -2.5,6.5 parent: 1 - - uid: 578 + - uid: 307 components: - type: Transform - pos: 2.5,13.5 + rot: 1.5707963267948966 rad + pos: 6.5,6.5 parent: 1 - - uid: 579 + - uid: 343 components: - type: Transform - pos: 2.5,12.5 + pos: -7.5,10.5 parent: 1 - - uid: 580 + - uid: 399 components: - type: Transform - pos: 2.5,11.5 + pos: -8.5,10.5 parent: 1 - - uid: 582 + - uid: 400 components: - type: Transform - pos: -3.5,12.5 + pos: -5.5,7.5 parent: 1 - - uid: 583 + - uid: 450 components: - type: Transform - pos: -3.5,13.5 + rot: -1.5707963267948966 rad + pos: 2.5,7.5 parent: 1 - - uid: 584 + - uid: 555 components: - type: Transform - pos: -3.5,14.5 + pos: -6.5,7.5 parent: 1 - - uid: 585 + - uid: 576 components: - type: Transform - pos: -4.5,12.5 + rot: -1.5707963267948966 rad + pos: 1.5,7.5 parent: 1 - - uid: 586 + - uid: 581 components: - type: Transform - pos: -4.5,13.5 + rot: -1.5707963267948966 rad + pos: 0.5,5.5 parent: 1 - - uid: 587 + - uid: 608 components: - type: Transform - pos: -4.5,14.5 + rot: -1.5707963267948966 rad + pos: 1.5,5.5 parent: 1 - - uid: 588 + - uid: 649 components: - type: Transform - pos: -5.5,12.5 + pos: -6.5,6.5 parent: 1 - - uid: 589 + - uid: 675 components: - type: Transform - pos: -5.5,13.5 + rot: -1.5707963267948966 rad + pos: 0.5,7.5 parent: 1 - - uid: 590 + - uid: 683 components: - type: Transform - pos: -5.5,14.5 + rot: -1.5707963267948966 rad + pos: 2.5,5.5 parent: 1 - - uid: 591 + - uid: 692 components: - type: Transform - pos: -6.5,12.5 + rot: 3.141592653589793 rad + pos: 6.5,7.5 parent: 1 - - uid: 592 + - uid: 723 components: - type: Transform - pos: -6.5,13.5 + rot: -1.5707963267948966 rad + pos: -1.5,5.5 parent: 1 - - uid: 593 + - uid: 995 components: - type: Transform - pos: -6.5,14.5 + pos: 4.5,8.5 parent: 1 - - uid: 594 + - uid: 997 components: - type: Transform - pos: -7.5,12.5 + pos: 4.5,7.5 parent: 1 - - uid: 595 +- proto: TableWood + entities: + - uid: 11 components: - type: Transform - pos: -7.5,13.5 + rot: 1.5707963267948966 rad + pos: 1.5,-4.5 parent: 1 - - uid: 596 + - uid: 15 components: - type: Transform - pos: -7.5,14.5 + rot: 1.5707963267948966 rad + pos: 3.5,-4.5 parent: 1 - - uid: 597 + - uid: 18 components: - type: Transform - pos: -7.5,14.5 + rot: 1.5707963267948966 rad + pos: 0.5,-4.5 parent: 1 - - uid: 598 + - uid: 75 components: - type: Transform - pos: 5.5,12.5 + rot: 1.5707963267948966 rad + pos: -2.5,-4.5 parent: 1 - - uid: 599 + - uid: 84 components: - type: Transform - pos: 5.5,13.5 + rot: 1.5707963267948966 rad + pos: -0.5,-4.5 parent: 1 - - uid: 600 + - uid: 119 components: - type: Transform - pos: 5.5,14.5 + pos: 9.5,1.5 parent: 1 - - uid: 601 + - uid: 241 components: - type: Transform - pos: 6.5,12.5 + rot: 1.5707963267948966 rad + pos: 2.5,-4.5 parent: 1 - - uid: 602 + - uid: 242 components: - type: Transform - pos: 6.5,13.5 + rot: 1.5707963267948966 rad + pos: 2.5,-0.5 parent: 1 - - uid: 603 + - uid: 243 components: - type: Transform - pos: 6.5,14.5 + rot: 1.5707963267948966 rad + pos: -1.5,-0.5 parent: 1 - - uid: 604 + - uid: 246 components: - type: Transform - pos: 7.5,12.5 + rot: 1.5707963267948966 rad + pos: 2.5,-1.5 parent: 1 - - uid: 605 + - uid: 538 components: - type: Transform - pos: 7.5,13.5 + rot: 1.5707963267948966 rad + pos: -1.5,-4.5 parent: 1 - - uid: 606 + - uid: 539 components: - type: Transform - pos: 7.5,14.5 + rot: 1.5707963267948966 rad + pos: -1.5,-1.5 parent: 1 - - uid: 607 + - uid: 575 components: - type: Transform - pos: 8.5,12.5 + rot: -1.5707963267948966 rad + pos: -7.5,1.5 parent: 1 - - uid: 608 + - uid: 591 components: - type: Transform - pos: 8.5,13.5 + rot: -1.5707963267948966 rad + pos: -6.5,1.5 parent: 1 - - uid: 609 + - uid: 594 components: - type: Transform - pos: 8.5,14.5 + rot: -1.5707963267948966 rad + pos: -5.5,1.5 parent: 1 - - uid: 610 + - uid: 597 components: - type: Transform - pos: 9.5,12.5 + rot: -1.5707963267948966 rad + pos: -8.5,1.5 parent: 1 - - uid: 611 + - uid: 1555 components: - type: Transform - pos: 9.5,13.5 + pos: -14.5,17.5 parent: 1 - - uid: 612 + - uid: 1556 components: - type: Transform - pos: 9.5,14.5 + pos: -14.5,19.5 parent: 1 - - uid: 613 + - uid: 1558 components: - type: Transform - pos: 11.5,9.5 + pos: -14.5,18.5 parent: 1 - - uid: 614 + - uid: 1663 components: - type: Transform - pos: 11.5,10.5 + pos: -14.5,24.5 parent: 1 - - uid: 615 + - uid: 1811 components: - type: Transform - pos: 11.5,11.5 + rot: -1.5707963267948966 rad + pos: -2.5,35.5 parent: 1 - - uid: 616 + - uid: 1812 components: - type: Transform - pos: 12.5,9.5 + rot: -1.5707963267948966 rad + pos: -2.5,36.5 parent: 1 - - uid: 617 + - uid: 1813 components: - type: Transform - pos: 12.5,10.5 + rot: -1.5707963267948966 rad + pos: -3.5,36.5 parent: 1 - - uid: 618 + - uid: 1814 components: - type: Transform - pos: 12.5,11.5 + rot: -1.5707963267948966 rad + pos: -3.5,35.5 parent: 1 - - uid: 619 +- proto: TableWoodReinforced + entities: + - uid: 1428 components: - type: Transform - pos: 13.5,9.5 + pos: -13.5,14.5 parent: 1 - - uid: 620 + - uid: 1429 components: - type: Transform - pos: 13.5,10.5 + pos: -14.5,14.5 parent: 1 - - uid: 621 +- proto: TargetClown + entities: + - uid: 1992 components: - type: Transform - pos: 13.5,11.5 + pos: -10.5,28.5 parent: 1 - - uid: 622 +- proto: TargetDarts + entities: + - uid: 1750 components: - type: Transform - pos: 14.5,9.5 + pos: -12.5,30.5 parent: 1 - - uid: 623 +- proto: TelecomServerFilledFreelance + entities: + - uid: 2052 components: - type: Transform - pos: 14.5,10.5 + pos: -8.5,12.5 parent: 1 - - uid: 624 +- proto: ToiletDirtyWater + entities: + - uid: 932 components: - type: Transform - pos: 14.5,11.5 + pos: 9.5,9.5 parent: 1 - - uid: 625 + - uid: 994 components: - type: Transform - pos: 15.5,9.5 + pos: 9.5,6.5 parent: 1 - - uid: 626 +- proto: ToyFigurineRatServant + entities: + - uid: 1138 components: - type: Transform - pos: 15.5,10.5 + pos: -5.520999,7.6244407 parent: 1 - - uid: 627 + - uid: 1139 components: - type: Transform - pos: 15.5,11.5 + pos: -5.323082,7.791107 parent: 1 - - uid: 628 +- proto: WallmountTelevisionFrame + entities: + - uid: 737 components: - type: Transform - pos: 10.5,12.5 + pos: -6.5,2.5 parent: 1 - - uid: 629 +- proto: WallReinforced + entities: + - uid: 127 components: - type: Transform - pos: 11.5,12.5 + pos: 11.5,24.5 parent: 1 - - uid: 630 + - uid: 270 components: - type: Transform - pos: 12.5,12.5 + pos: 11.5,20.5 parent: 1 - - uid: 631 + - uid: 297 components: - type: Transform - pos: 13.5,12.5 + rot: 3.141592653589793 rad + pos: -8.5,-6.5 parent: 1 - - uid: 632 + - uid: 316 components: - type: Transform - pos: 14.5,12.5 + rot: 3.141592653589793 rad + pos: -9.5,11.5 parent: 1 - - uid: 633 + - uid: 317 components: - type: Transform - pos: 10.5,13.5 + rot: 3.141592653589793 rad + pos: -9.5,10.5 parent: 1 - - uid: 634 + - uid: 319 components: - type: Transform - pos: 5.5,15.5 + rot: 3.141592653589793 rad + pos: -9.5,9.5 parent: 1 - - uid: 635 + - uid: 321 components: - type: Transform - pos: 5.5,16.5 + rot: 3.141592653589793 rad + pos: -9.5,8.5 parent: 1 - - uid: 636 + - uid: 322 components: - type: Transform - pos: 4.5,16.5 + rot: 3.141592653589793 rad + pos: -9.5,7.5 parent: 1 - - uid: 637 + - uid: 323 components: - type: Transform - pos: 3.5,16.5 + pos: -4.5,-8.5 parent: 1 - - uid: 638 + - uid: 328 components: - type: Transform - pos: 2.5,16.5 + rot: 3.141592653589793 rad + pos: -9.5,6.5 parent: 1 - - uid: 639 + - uid: 418 components: - type: Transform - pos: 1.5,16.5 + rot: 3.141592653589793 rad + pos: -9.5,5.5 parent: 1 - - uid: 640 + - uid: 423 components: - type: Transform - pos: 0.5,16.5 + rot: 3.141592653589793 rad + pos: -9.5,4.5 parent: 1 - - uid: 641 + - uid: 424 components: - type: Transform - pos: -0.5,16.5 + rot: 3.141592653589793 rad + pos: -9.5,2.5 parent: 1 - - uid: 642 + - uid: 427 components: - type: Transform - pos: -1.5,16.5 + rot: 3.141592653589793 rad + pos: -9.5,3.5 parent: 1 - - uid: 643 + - uid: 521 components: - type: Transform - pos: -2.5,16.5 + rot: 3.141592653589793 rad + pos: -3.5,-5.5 parent: 1 - - uid: 644 + - uid: 525 components: - type: Transform - pos: -3.5,16.5 + pos: -8.5,-8.5 parent: 1 - - uid: 645 + - uid: 526 components: - type: Transform - pos: -3.5,15.5 + rot: 3.141592653589793 rad + pos: -4.5,-6.5 parent: 1 - - uid: 646 + - uid: 527 components: - type: Transform - pos: -4.5,15.5 + rot: 3.141592653589793 rad + pos: 4.5,-5.5 parent: 1 - - uid: 647 + - uid: 544 components: - type: Transform - pos: -5.5,15.5 + rot: 1.5707963267948966 rad + pos: 10.5,4.5 parent: 1 - - uid: 648 + - uid: 546 components: - type: Transform - pos: -6.5,15.5 + rot: 1.5707963267948966 rad + pos: 10.5,3.5 parent: 1 - - uid: 649 + - uid: 548 components: - type: Transform - pos: -1.5,17.5 + rot: 1.5707963267948966 rad + pos: 10.5,2.5 parent: 1 - - uid: 650 + - uid: 561 components: - type: Transform - pos: -1.5,18.5 + pos: 5.5,-8.5 parent: 1 - - uid: 651 + - uid: 607 components: - type: Transform - pos: -0.5,17.5 + rot: 1.5707963267948966 rad + pos: 10.5,1.5 parent: 1 - - uid: 652 + - uid: 609 components: - type: Transform - pos: -0.5,18.5 + rot: 3.141592653589793 rad + pos: 10.5,-5.5 parent: 1 - - uid: 653 + - uid: 610 components: - type: Transform - pos: 0.5,17.5 + rot: 3.141592653589793 rad + pos: 11.5,-3.5 parent: 1 - - uid: 654 + - uid: 617 components: - type: Transform - pos: 0.5,18.5 + rot: 3.141592653589793 rad + pos: 9.5,-6.5 parent: 1 - - uid: 655 + - uid: 623 components: - type: Transform - pos: 1.5,17.5 + rot: 3.141592653589793 rad + pos: 5.5,-6.5 parent: 1 - - uid: 656 + - uid: 625 components: - type: Transform - pos: 1.5,18.5 + rot: 3.141592653589793 rad + pos: 10.5,-4.5 parent: 1 - - uid: 657 + - uid: 655 components: - type: Transform - pos: 2.5,17.5 + rot: 3.141592653589793 rad + pos: 10.5,7.5 parent: 1 - - uid: 658 + - uid: 709 components: - type: Transform - pos: 2.5,18.5 + rot: 3.141592653589793 rad + pos: -9.5,-5.5 parent: 1 - - uid: 659 + - uid: 718 components: - type: Transform - pos: 3.5,17.5 + rot: 3.141592653589793 rad + pos: -9.5,-4.5 parent: 1 - - uid: 660 + - uid: 731 components: - type: Transform - pos: 3.5,18.5 + rot: 1.5707963267948966 rad + pos: 11.5,0.5 parent: 1 - - uid: 661 + - uid: 732 components: - type: Transform - pos: 4.5,17.5 + rot: 3.141592653589793 rad + pos: -10.5,-3.5 parent: 1 - - uid: 662 + - uid: 734 components: - type: Transform - pos: 4.5,18.5 + rot: 3.141592653589793 rad + pos: -9.5,1.5 parent: 1 - - uid: 663 + - uid: 735 components: - type: Transform - pos: -2.5,17.5 + rot: 3.141592653589793 rad + pos: -10.5,0.5 parent: 1 - - uid: 664 + - uid: 903 components: - type: Transform - pos: 5.5,17.5 + pos: 9.5,-8.5 parent: 1 - - uid: 665 + - uid: 907 components: - type: Transform - pos: 6.5,15.5 + pos: -12.5,-3.5 parent: 1 - - uid: 666 + - uid: 908 components: - type: Transform - pos: 7.5,15.5 + pos: -12.5,0.5 parent: 1 - - uid: 667 + - uid: 909 components: - type: Transform - pos: -4.5,16.5 + pos: 13.5,-3.5 parent: 1 - - uid: 668 + - uid: 910 components: - type: Transform - pos: -8.5,13.5 + pos: 13.5,0.5 parent: 1 - - uid: 669 + - uid: 1143 components: - type: Transform - pos: -8.5,12.5 + pos: -11.5,12.5 parent: 1 - - uid: 670 + - uid: 1144 components: - type: Transform - pos: -9.5,13.5 + pos: -12.5,12.5 parent: 1 - - uid: 671 + - uid: 1145 components: - type: Transform - pos: -9.5,12.5 + pos: -13.5,12.5 parent: 1 - - uid: 672 + - uid: 1146 components: - type: Transform - pos: -10.5,13.5 + pos: -14.5,12.5 parent: 1 - - uid: 673 + - uid: 1147 components: - type: Transform - pos: -10.5,12.5 + pos: -15.5,12.5 parent: 1 - - uid: 674 + - uid: 1156 components: - type: Transform - pos: -11.5,13.5 + pos: -10.5,12.5 parent: 1 - - uid: 675 + - uid: 1161 components: - type: Transform - pos: -11.5,12.5 + pos: -16.5,13.5 parent: 1 - - uid: 676 + - uid: 1162 components: - type: Transform - pos: -12.5,13.5 + pos: -16.5,12.5 parent: 1 - - uid: 677 + - uid: 1185 components: - type: Transform - pos: -12.5,12.5 + pos: 10.5,12.5 parent: 1 - - uid: 678 + - uid: 1186 components: - type: Transform - pos: -13.5,13.5 + pos: 11.5,12.5 parent: 1 - - uid: 679 + - uid: 1213 components: - type: Transform - pos: -13.5,12.5 + pos: -9.5,13.5 parent: 1 - - uid: 680 + - uid: 1239 components: - type: Transform - pos: -14.5,13.5 + pos: 10.5,10.5 parent: 1 - - uid: 681 + - uid: 1260 components: - type: Transform - pos: -14.5,12.5 + pos: -17.5,16.5 parent: 1 - - uid: 682 + - uid: 1264 components: - type: Transform - pos: -15.5,12.5 + pos: -17.5,23.5 parent: 1 - - uid: 683 + - uid: 1266 components: - type: Transform - pos: -16.5,11.5 + pos: -17.5,28.5 parent: 1 - - uid: 684 + - uid: 1270 components: - type: Transform - pos: -16.5,10.5 + pos: -17.5,21.5 parent: 1 - - uid: 685 + - uid: 1277 components: - type: Transform - pos: -16.5,9.5 + pos: -17.5,27.5 parent: 1 - - uid: 686 + - uid: 1278 components: - type: Transform - pos: -17.5,11.5 + pos: -17.5,24.5 parent: 1 - - uid: 687 + - uid: 1282 components: - type: Transform - pos: -17.5,10.5 + pos: -17.5,18.5 parent: 1 - - uid: 688 + - uid: 1284 components: - type: Transform - pos: -17.5,9.5 + pos: -17.5,25.5 parent: 1 - - uid: 689 + - uid: 1297 components: - type: Transform - pos: -18.5,11.5 + pos: -17.5,26.5 parent: 1 - - uid: 690 + - uid: 1302 components: - type: Transform - pos: -18.5,10.5 + pos: -17.5,17.5 parent: 1 - - uid: 691 + - uid: 1307 components: - type: Transform - pos: -18.5,9.5 + pos: -17.5,13.5 parent: 1 - - uid: 692 + - uid: 1308 components: - type: Transform - pos: -19.5,10.5 + pos: -17.5,14.5 parent: 1 - - uid: 693 + - uid: 1309 components: - type: Transform - pos: -19.5,9.5 + pos: -17.5,15.5 parent: 1 - - uid: 694 + - uid: 1310 components: - type: Transform - pos: -20.5,10.5 + pos: -17.5,19.5 parent: 1 - - uid: 695 + - uid: 1311 components: - type: Transform - pos: -20.5,9.5 + pos: -17.5,20.5 parent: 1 - - uid: 696 + - uid: 1312 components: - type: Transform - pos: -21.5,10.5 + pos: -17.5,29.5 parent: 1 - - uid: 697 + - uid: 1313 components: - type: Transform - pos: -21.5,9.5 + pos: -17.5,22.5 parent: 1 - - uid: 698 + - uid: 1315 components: - type: Transform - pos: -22.5,8.5 + pos: -17.5,30.5 parent: 1 - - uid: 699 + - uid: 1317 components: - type: Transform - pos: -23.5,8.5 + pos: -16.5,30.5 parent: 1 - - uid: 700 + - uid: 1319 components: - type: Transform - pos: -24.5,8.5 + pos: 10.5,20.5 parent: 1 - - uid: 701 + - uid: 1324 components: - type: Transform - pos: -21.5,8.5 + pos: 10.5,24.5 parent: 1 - - uid: 702 + - uid: 1325 components: - type: Transform - pos: -22.5,9.5 + pos: 9.5,10.5 parent: 1 - - uid: 703 + - uid: 1327 components: - type: Transform - pos: -23.5,9.5 + pos: 16.5,12.5 parent: 1 - - uid: 704 + - uid: 1329 components: - type: Transform - pos: -23.5,10.5 + pos: -14.5,32.5 parent: 1 - - uid: 705 + - uid: 1331 components: - type: Transform - pos: -19.5,11.5 + pos: -15.5,32.5 parent: 1 - - uid: 706 + - uid: 1337 components: - type: Transform - pos: -22.5,10.5 + pos: -16.5,32.5 parent: 1 - - uid: 707 + - uid: 1342 components: - type: Transform - pos: -25.5,8.5 + pos: 17.5,16.5 parent: 1 - - uid: 708 + - uid: 1344 components: - type: Transform - pos: -26.5,8.5 + pos: 9.5,11.5 parent: 1 - - uid: 709 + - uid: 1347 components: - type: Transform - pos: -26.5,7.5 + pos: 13.5,18.5 parent: 1 - - uid: 710 + - uid: 1350 components: - type: Transform - pos: -26.5,6.5 + pos: 10.5,18.5 parent: 1 - - uid: 711 + - uid: 1355 components: - type: Transform - pos: -26.5,5.5 + pos: 14.5,18.5 parent: 1 - - uid: 712 + - uid: 1362 components: - type: Transform - pos: -26.5,4.5 + pos: 12.5,18.5 parent: 1 - - uid: 713 + - uid: 1364 components: - type: Transform - pos: -26.5,3.5 + pos: 10.5,17.5 parent: 1 - - uid: 714 + - uid: 1366 components: - type: Transform - pos: -26.5,2.5 + pos: 11.5,18.5 parent: 1 - - uid: 715 + - uid: 1374 components: - type: Transform - pos: -27.5,2.5 + pos: 11.5,19.5 parent: 1 - - uid: 716 + - uid: 1412 components: - type: Transform - pos: -26.5,1.5 + pos: 17.5,14.5 parent: 1 - - uid: 717 + - uid: 1422 components: - type: Transform - pos: -27.5,1.5 + pos: 10.5,13.5 parent: 1 - - uid: 718 + - uid: 1423 components: - type: Transform - pos: -31.5,0.5 + pos: 17.5,12.5 parent: 1 - - uid: 719 + - uid: 1424 components: - type: Transform - pos: -28.5,2.5 + pos: 9.5,12.5 parent: 1 - - uid: 720 + - uid: 1430 components: - type: Transform - pos: -28.5,1.5 + pos: 15.5,18.5 parent: 1 - - uid: 721 + - uid: 1431 components: - type: Transform - pos: -28.5,0.5 + pos: 12.5,12.5 parent: 1 - - uid: 722 + - uid: 1528 components: - type: Transform - pos: -28.5,-0.5 + pos: 13.5,12.5 parent: 1 - - uid: 723 + - uid: 1536 components: - type: Transform - pos: -29.5,2.5 + pos: 14.5,12.5 parent: 1 - - uid: 724 + - uid: 1538 components: - type: Transform - pos: -29.5,1.5 + pos: 15.5,12.5 parent: 1 - - uid: 725 + - uid: 1601 components: - type: Transform - pos: -29.5,0.5 + pos: 17.5,13.5 parent: 1 - - uid: 726 + - uid: 1606 components: - type: Transform - pos: -29.5,-0.5 + pos: 17.5,18.5 parent: 1 - - uid: 727 + - uid: 1616 components: - type: Transform - pos: -30.5,2.5 + pos: 17.5,15.5 parent: 1 - - uid: 728 + - uid: 1619 components: - type: Transform - pos: -30.5,1.5 + pos: 16.5,18.5 parent: 1 - - uid: 729 + - uid: 1620 components: - type: Transform - pos: -30.5,0.5 + pos: 17.5,17.5 parent: 1 - - uid: 730 + - uid: 1621 components: - type: Transform - pos: -30.5,-0.5 + pos: 11.5,26.5 parent: 1 - - uid: 731 + - uid: 1624 components: - type: Transform - pos: -31.5,-0.5 + pos: 3.5,30.5 parent: 1 - - uid: 732 + - uid: 1627 components: - type: Transform - pos: -32.5,0.5 + pos: -16.5,31.5 parent: 1 - - uid: 733 + - uid: 1628 components: - type: Transform - pos: -32.5,-0.5 + pos: 11.5,25.5 parent: 1 - - uid: 734 + - uid: 1632 components: - type: Transform - pos: -33.5,0.5 + pos: 2.5,31.5 parent: 1 - - uid: 735 + - uid: 1635 components: - type: Transform - pos: -33.5,-0.5 + pos: 2.5,30.5 parent: 1 - - uid: 736 + - uid: 1636 components: - type: Transform - pos: -34.5,-0.5 + pos: 2.5,32.5 parent: 1 - - uid: 737 + - uid: 1639 components: - type: Transform - pos: -35.5,-0.5 + pos: 1.5,32.5 parent: 1 - - uid: 738 + - uid: 1649 components: - type: Transform - pos: -35.5,-1.5 + pos: 11.5,21.5 parent: 1 - - uid: 739 + - uid: 1653 components: - type: Transform - pos: -35.5,-2.5 + pos: -8.5,32.5 parent: 1 - - uid: 740 + - uid: 1654 components: - type: Transform - pos: -35.5,-3.5 + pos: -9.5,32.5 parent: 1 - - uid: 741 + - uid: 1694 components: - type: Transform - pos: -34.5,-1.5 + pos: -10.5,32.5 parent: 1 - - uid: 742 + - uid: 1703 components: - type: Transform - pos: -34.5,-2.5 + pos: -11.5,32.5 parent: 1 - - uid: 743 + - uid: 1722 components: - type: Transform - pos: -34.5,-3.5 + pos: -12.5,32.5 parent: 1 - - uid: 744 + - uid: 1754 components: - type: Transform - pos: -33.5,-2.5 + pos: -13.5,32.5 parent: 1 - - uid: 745 + - uid: 1905 components: - type: Transform - pos: -33.5,-1.5 + pos: -9.5,12.5 parent: 1 - - uid: 746 + - uid: 1918 components: - type: Transform - pos: -32.5,-2.5 + pos: -8.5,33.5 parent: 1 - - uid: 747 + - uid: 1995 components: - type: Transform - pos: -32.5,-1.5 + pos: 11.5,23.5 parent: 1 - - uid: 748 +- proto: WallReinforcedDiagonal + entities: + - uid: 65 components: - type: Transform - pos: -31.5,-2.5 + rot: -1.5707963267948966 rad + pos: 5.5,-5.5 parent: 1 - - uid: 749 + - uid: 138 components: - type: Transform - pos: -31.5,-1.5 + rot: 3.141592653589793 rad + pos: -9.5,0.5 parent: 1 - - uid: 750 + - uid: 435 components: - type: Transform - pos: -30.5,-2.5 + rot: 3.141592653589793 rad + pos: 11.5,-4.5 parent: 1 - - uid: 751 + - uid: 447 components: - type: Transform - pos: -30.5,-1.5 + rot: 3.141592653589793 rad + pos: 10.5,-6.5 parent: 1 - - uid: 752 + - uid: 448 components: - type: Transform - pos: -29.5,-2.5 + rot: 1.5707963267948966 rad + pos: -9.5,-6.5 parent: 1 - - uid: 753 + - uid: 535 components: - type: Transform - pos: -29.5,-1.5 + rot: 1.5707963267948966 rad + pos: 10.5,0.5 parent: 1 - - uid: 754 + - uid: 545 components: - type: Transform - pos: -28.5,-2.5 + rot: -1.5707963267948966 rad + pos: 11.5,1.5 parent: 1 - - uid: 755 + - uid: 549 components: - type: Transform - pos: -28.5,-1.5 + rot: 1.5707963267948966 rad + pos: 4.5,-6.5 parent: 1 - - uid: 756 + - uid: 550 components: - type: Transform - pos: -23.5,5.5 + rot: 1.5707963267948966 rad + pos: -10.5,-4.5 parent: 1 - - uid: 757 + - uid: 595 components: - type: Transform - pos: -23.5,4.5 + pos: -10.5,1.5 parent: 1 - - uid: 758 + - uid: 611 components: - type: Transform - pos: -23.5,3.5 + rot: -1.5707963267948966 rad + pos: -9.5,-3.5 parent: 1 - - uid: 759 + - uid: 712 components: - type: Transform - pos: -23.5,2.5 + pos: -4.5,-5.5 parent: 1 - - uid: 760 + - uid: 736 components: - type: Transform - pos: -23.5,1.5 + pos: 10.5,-3.5 parent: 1 - uid: 761 components: - type: Transform - pos: -22.5,5.5 + rot: 3.141592653589793 rad + pos: -3.5,-6.5 parent: 1 - uid: 762 components: - type: Transform - pos: -22.5,4.5 - parent: 1 - - uid: 763 - components: - - type: Transform - pos: -22.5,3.5 + rot: -1.5707963267948966 rad + pos: -8.5,-5.5 parent: 1 - - uid: 764 + - uid: 766 components: - type: Transform - pos: -22.5,2.5 + pos: 9.5,-5.5 parent: 1 - - uid: 765 +- proto: WallRock + entities: + - uid: 69 components: - type: Transform - pos: -18.5,6.5 + pos: -13.5,10.5 parent: 1 - - uid: 766 + - uid: 296 components: - type: Transform - pos: -21.5,5.5 + pos: -13.5,11.5 parent: 1 - - uid: 767 + - uid: 956 components: - type: Transform - pos: -21.5,4.5 + pos: -11.5,10.5 parent: 1 - - uid: 768 + - uid: 958 components: - type: Transform - pos: -21.5,3.5 + pos: 11.5,10.5 parent: 1 - - uid: 769 + - uid: 960 components: - type: Transform - pos: -20.5,5.5 + pos: -10.5,10.5 parent: 1 - - uid: 770 + - uid: 1001 components: - type: Transform - pos: -20.5,4.5 + pos: -12.5,10.5 parent: 1 - - uid: 771 + - uid: 1038 components: - type: Transform - pos: -19.5,5.5 + pos: 15.5,19.5 parent: 1 - - uid: 772 + - uid: 1098 components: - type: Transform - pos: -21.5,2.5 + pos: 10.5,25.5 parent: 1 - - uid: 773 + - uid: 1099 components: - type: Transform - pos: -23.5,0.5 + pos: 17.5,26.5 parent: 1 - - uid: 774 + - uid: 1107 components: - type: Transform - pos: -17.5,6.5 + pos: -6.5,32.5 parent: 1 - - uid: 775 + - uid: 1140 components: - type: Transform - pos: -16.5,6.5 + pos: -12.5,11.5 parent: 1 - - uid: 776 + - uid: 1141 components: - type: Transform - pos: -15.5,6.5 + pos: -11.5,11.5 parent: 1 - - uid: 777 + - uid: 1142 components: - type: Transform - pos: -13.5,7.5 + pos: -10.5,11.5 parent: 1 - - uid: 778 + - uid: 1148 components: - type: Transform - pos: -12.5,7.5 + pos: -16.5,17.5 parent: 1 - - uid: 779 + - uid: 1150 components: - type: Transform - pos: -11.5,7.5 + pos: -17.5,12.5 parent: 1 - - uid: 780 + - uid: 1151 components: - type: Transform - pos: -10.5,7.5 + pos: -16.5,16.5 parent: 1 - - uid: 781 + - uid: 1152 components: - type: Transform - pos: 13.5,3.5 + pos: -11.5,14.5 parent: 1 - - uid: 783 + - uid: 1153 components: - type: Transform - pos: 13.5,-15.5 + pos: -13.5,13.5 parent: 1 - - uid: 784 + - uid: 1154 components: - type: Transform - pos: 13.5,-14.5 + pos: -14.5,13.5 parent: 1 - - uid: 785 + - uid: 1155 components: - type: Transform - pos: 13.5,-13.5 + pos: -12.5,13.5 parent: 1 - - uid: 786 + - uid: 1157 components: - type: Transform - pos: 13.5,-12.5 + pos: -16.5,11.5 parent: 1 - - uid: 787 + - uid: 1158 components: - type: Transform - pos: 13.5,-11.5 + pos: -15.5,11.5 parent: 1 - - uid: 788 + - uid: 1159 components: - type: Transform - pos: 13.5,-10.5 + pos: -16.5,15.5 parent: 1 - - uid: 790 + - uid: 1160 components: - type: Transform - pos: 12.5,-15.5 + pos: -16.5,14.5 parent: 1 - - uid: 791 + - uid: 1168 components: - type: Transform - pos: 12.5,-14.5 + pos: -16.5,25.5 parent: 1 - - uid: 792 + - uid: 1170 components: - type: Transform - pos: 12.5,-13.5 + pos: -16.5,22.5 parent: 1 - - uid: 793 + - uid: 1171 components: - type: Transform - pos: 12.5,-12.5 + pos: -16.5,18.5 parent: 1 - - uid: 794 + - uid: 1172 components: - type: Transform - pos: 12.5,-11.5 + pos: -16.5,20.5 parent: 1 - - uid: 795 + - uid: 1173 components: - type: Transform - pos: 12.5,-10.5 + pos: -16.5,24.5 parent: 1 - - uid: 796 + - uid: 1174 components: - type: Transform - pos: 12.5,-9.5 + pos: -16.5,21.5 parent: 1 - - uid: 797 + - uid: 1175 components: - type: Transform - pos: 11.5,-15.5 + pos: -16.5,23.5 parent: 1 - - uid: 798 + - uid: 1176 components: - type: Transform - pos: 11.5,-14.5 + pos: -16.5,19.5 parent: 1 - - uid: 799 + - uid: 1177 components: - type: Transform - pos: 11.5,-13.5 + pos: -16.5,27.5 parent: 1 - - uid: 800 + - uid: 1178 components: - type: Transform - pos: 11.5,-12.5 + pos: -16.5,26.5 parent: 1 - - uid: 801 + - uid: 1180 components: - type: Transform - pos: 11.5,-11.5 + pos: -16.5,28.5 parent: 1 - - uid: 802 + - uid: 1196 components: - type: Transform - pos: 10.5,-15.5 + pos: -15.5,17.5 parent: 1 - - uid: 803 + - uid: 1198 components: - type: Transform - pos: 10.5,-14.5 + pos: -15.5,13.5 parent: 1 - - uid: 804 + - uid: 1199 components: - type: Transform - pos: 9.5,-18.5 + pos: -18.5,19.5 parent: 1 - - uid: 805 + - uid: 1200 components: - type: Transform - pos: 9.5,-17.5 + pos: -18.5,18.5 parent: 1 - - uid: 806 + - uid: 1201 components: - type: Transform - pos: 9.5,-16.5 + pos: -18.5,17.5 parent: 1 - - uid: 807 + - uid: 1202 components: - type: Transform - pos: 9.5,-15.5 + pos: -18.5,21.5 parent: 1 - - uid: 808 + - uid: 1203 components: - type: Transform - pos: 8.5,-18.5 + pos: -18.5,22.5 parent: 1 - - uid: 809 + - uid: 1204 components: - type: Transform - pos: 7.5,-18.5 + pos: -18.5,23.5 parent: 1 - - uid: 810 + - uid: 1205 components: - type: Transform - pos: 8.5,-17.5 + pos: -18.5,24.5 parent: 1 - - uid: 811 + - uid: 1206 components: - type: Transform - pos: 8.5,-16.5 + pos: -18.5,26.5 parent: 1 - - uid: 813 + - uid: 1207 components: - type: Transform - pos: -13.5,5.5 + pos: -18.5,25.5 parent: 1 - - uid: 822 + - uid: 1208 components: - type: Transform - pos: 11.5,-10.5 + pos: -18.5,27.5 parent: 1 - - uid: 823 + - uid: 1209 components: - type: Transform - pos: 11.5,-9.5 + pos: -18.5,28.5 parent: 1 - - uid: 824 + - uid: 1210 components: - type: Transform - pos: 11.5,-8.5 + pos: -19.5,25.5 parent: 1 - - uid: 825 + - uid: 1211 components: - type: Transform - pos: 11.5,-7.5 + pos: -19.5,26.5 parent: 1 - - uid: 828 + - uid: 1212 components: - type: Transform - pos: -12.5,5.5 + pos: -10.5,13.5 parent: 1 - - uid: 829 + - uid: 1214 components: - type: Transform - pos: -14.5,5.5 + pos: -19.5,21.5 parent: 1 - - uid: 830 + - uid: 1215 components: - type: Transform - pos: -15.5,5.5 + pos: -19.5,20.5 parent: 1 - - uid: 831 + - uid: 1216 components: - type: Transform - pos: 9.5,-7.5 + pos: -18.5,20.5 parent: 1 - - uid: 832 + - uid: 1217 components: - type: Transform - pos: 10.5,-7.5 + pos: -11.5,13.5 parent: 1 - - uid: 833 + - uid: 1219 components: - type: Transform - pos: 10.5,-8.5 + pos: -18.5,13.5 parent: 1 - - uid: 834 + - uid: 1220 components: - type: Transform - pos: 10.5,-9.5 + pos: -14.5,11.5 parent: 1 - - uid: 836 + - uid: 1222 components: - type: Transform - pos: 11.5,-0.5 + pos: -10.5,9.5 parent: 1 - - uid: 838 + - uid: 1223 components: - type: Transform - pos: -12.5,6.5 + pos: -15.5,14.5 parent: 1 - - uid: 840 + - uid: 1224 components: - type: Transform - pos: 11.5,3.5 + pos: -18.5,14.5 parent: 1 - - uid: 841 + - uid: 1225 components: - type: Transform - pos: 11.5,4.5 + pos: -18.5,15.5 parent: 1 - - uid: 842 + - uid: 1226 components: - type: Transform - pos: 11.5,5.5 + pos: -18.5,16.5 parent: 1 - - uid: 843 + - uid: 1227 components: - type: Transform - pos: -10.5,4.5 + pos: -17.5,11.5 parent: 1 - - uid: 844 + - uid: 1230 components: - type: Transform - pos: -11.5,4.5 + pos: 11.5,11.5 parent: 1 - - uid: 846 + - uid: 1231 components: - type: Transform - pos: -13.5,6.5 + pos: 10.5,11.5 parent: 1 - - uid: 851 + - uid: 1232 components: - type: Transform - pos: -14.5,6.5 + pos: -18.5,12.5 parent: 1 - - uid: 856 + - uid: 1233 components: - type: Transform - pos: 13.5,-3.5 + pos: -19.5,19.5 parent: 1 - - uid: 858 + - uid: 1236 components: - type: Transform - pos: -16.5,-10.5 + pos: 13.5,33.5 parent: 1 - - uid: 859 + - uid: 1240 components: - type: Transform - pos: 13.5,-6.5 + pos: 12.5,11.5 parent: 1 - - uid: 861 + - uid: 1241 components: - type: Transform - pos: 13.5,-8.5 + pos: 13.5,11.5 parent: 1 - - uid: 862 + - uid: 1242 components: - type: Transform - pos: 12.5,-8.5 + pos: 14.5,11.5 parent: 1 - - uid: 863 + - uid: 1243 components: - type: Transform - pos: 12.5,-7.5 + pos: 15.5,11.5 parent: 1 - - uid: 864 + - uid: 1244 components: - type: Transform - pos: 12.5,-6.5 + pos: 16.5,11.5 parent: 1 - - uid: 866 + - uid: 1245 components: - type: Transform - pos: 12.5,-4.5 + pos: 17.5,11.5 parent: 1 - - uid: 867 + - uid: 1246 components: - type: Transform - pos: 12.5,-3.5 + pos: 18.5,11.5 parent: 1 - - uid: 869 + - uid: 1247 components: - type: Transform - pos: 14.5,-1.5 + pos: 18.5,12.5 parent: 1 - - uid: 870 + - uid: 1248 components: - type: Transform - pos: 14.5,-2.5 + pos: 18.5,13.5 parent: 1 - - uid: 871 + - uid: 1249 components: - type: Transform - pos: 14.5,-3.5 + pos: 18.5,14.5 parent: 1 - - uid: 874 + - uid: 1250 components: - type: Transform - pos: 14.5,-6.5 + pos: 18.5,15.5 parent: 1 - - uid: 875 + - uid: 1251 components: - type: Transform - pos: 10.5,-0.5 + pos: 18.5,16.5 parent: 1 - - uid: 876 + - uid: 1252 components: - type: Transform - pos: 10.5,0.5 + pos: 18.5,17.5 parent: 1 - - uid: 877 + - uid: 1253 components: - type: Transform - pos: -11.5,6.5 + pos: 18.5,18.5 parent: 1 - - uid: 879 + - uid: 1254 components: - type: Transform - pos: -11.5,5.5 + pos: 18.5,19.5 parent: 1 - - uid: 880 + - uid: 1255 components: - type: Transform - pos: 10.5,4.5 + pos: 15.5,17.5 parent: 1 - - uid: 881 + - uid: 1256 components: - type: Transform - pos: 10.5,5.5 + pos: 13.5,19.5 parent: 1 - - uid: 882 + - uid: 1257 components: - type: Transform - pos: 9.5,6.5 + pos: 16.5,17.5 parent: 1 - - uid: 883 + - uid: 1261 components: - type: Transform - pos: 8.5,7.5 + pos: 18.5,26.5 parent: 1 - - uid: 884 + - uid: 1262 components: - type: Transform - pos: 7.5,7.5 + pos: 19.5,26.5 parent: 1 - - uid: 885 + - uid: 1263 components: - type: Transform - pos: 6.5,7.5 + pos: -18.5,31.5 parent: 1 - - uid: 886 + - uid: 1268 components: - type: Transform - pos: 5.5,7.5 + pos: 17.5,19.5 parent: 1 - - uid: 887 + - uid: 1269 components: - type: Transform - pos: 4.5,8.5 + pos: 16.5,19.5 parent: 1 - - uid: 888 + - uid: 1271 components: - type: Transform - pos: 5.5,8.5 + pos: 19.5,19.5 parent: 1 - - uid: 889 + - uid: 1272 components: - type: Transform - pos: 3.5,9.5 + pos: 19.5,18.5 parent: 1 - - uid: 890 + - uid: 1273 components: - type: Transform - pos: -8.5,5.5 + pos: 19.5,17.5 parent: 1 - - uid: 891 + - uid: 1274 components: - type: Transform - pos: -8.5,6.5 + pos: 19.5,16.5 parent: 1 - - uid: 892 + - uid: 1275 components: - type: Transform - pos: -9.5,5.5 + pos: 19.5,15.5 parent: 1 - - uid: 893 + - uid: 1276 components: - type: Transform - pos: -10.5,6.5 + pos: 20.5,18.5 parent: 1 - - uid: 894 + - uid: 1281 components: - type: Transform - pos: -1.5,9.5 + pos: 12.5,20.5 parent: 1 - - uid: 895 + - uid: 1283 components: - type: Transform - pos: -2.5,9.5 + pos: 12.5,24.5 parent: 1 - - uid: 897 + - uid: 1287 components: - type: Transform - pos: 5.5,6.5 + pos: 14.5,17.5 parent: 1 - - uid: 914 + - uid: 1288 components: - type: Transform - pos: 5.5,5.5 + pos: 13.5,26.5 parent: 1 - - uid: 915 + - uid: 1289 components: - type: Transform - pos: 4.5,5.5 + pos: 13.5,17.5 parent: 1 - - uid: 916 + - uid: 1290 components: - type: Transform - pos: 6.5,6.5 + pos: 16.5,26.5 parent: 1 - - uid: 917 + - uid: 1291 components: - type: Transform - pos: 6.5,5.5 + pos: -14.5,31.5 parent: 1 - - uid: 918 + - uid: 1293 components: - type: Transform - pos: 7.5,6.5 + pos: 12.5,17.5 parent: 1 - - uid: 919 + - uid: 1294 components: - type: Transform - pos: 7.5,5.5 + pos: 14.5,26.5 parent: 1 - - uid: 920 + - uid: 1298 components: - type: Transform - pos: -10.5,5.5 + pos: -9.5,33.5 parent: 1 - - uid: 921 + - uid: 1299 components: - type: Transform - pos: -9.5,4.5 + pos: 15.5,26.5 parent: 1 - - uid: 922 + - uid: 1303 components: - type: Transform - pos: -9.5,3.5 + pos: 18.5,25.5 parent: 1 - - uid: 923 + - uid: 1322 components: - type: Transform - pos: -9.5,2.5 + pos: 11.5,17.5 parent: 1 - - uid: 924 + - uid: 1326 components: - type: Transform - pos: -9.5,1.5 + pos: 11.5,13.5 parent: 1 - - uid: 927 + - uid: 1328 components: - type: Transform - pos: -3.5,-17.5 + pos: 12.5,13.5 parent: 1 - - uid: 928 + - uid: 1330 components: - type: Transform - pos: -1.5,-16.5 + pos: 13.5,13.5 parent: 1 - - uid: 929 + - uid: 1332 components: - type: Transform - pos: -3.5,-15.5 + pos: 14.5,13.5 parent: 1 - - uid: 930 + - uid: 1334 components: - type: Transform - pos: -2.5,-15.5 + pos: 15.5,13.5 parent: 1 - - uid: 931 + - uid: 1335 components: - type: Transform - pos: -2.5,-16.5 + pos: 15.5,16.5 parent: 1 - - uid: 932 + - uid: 1336 components: - type: Transform - pos: -2.5,-17.5 + pos: 16.5,13.5 parent: 1 - - uid: 933 + - uid: 1338 components: - type: Transform - pos: -1.5,-15.5 + pos: 16.5,14.5 parent: 1 - - uid: 934 + - uid: 1339 components: - type: Transform - pos: -16.5,-6.5 + pos: 16.5,15.5 parent: 1 - - uid: 935 + - uid: 1340 components: - type: Transform - pos: -16.5,-7.5 + pos: 16.5,16.5 parent: 1 - - uid: 945 + - uid: 1345 components: - type: Transform - pos: -16.5,-9.5 + pos: 14.5,19.5 parent: 1 - - uid: 946 + - uid: 1346 components: - type: Transform - pos: -19.5,-10.5 + pos: 12.5,19.5 parent: 1 - - uid: 947 + - uid: 1348 components: - type: Transform - pos: -18.5,-10.5 + pos: -14.5,34.5 parent: 1 - - uid: 948 + - uid: 1349 components: - type: Transform - pos: -17.5,-10.5 + pos: 12.5,26.5 parent: 1 - - uid: 949 + - uid: 1351 components: - type: Transform - pos: -18.5,-9.5 + pos: 12.5,25.5 parent: 1 - - uid: 950 + - uid: 1354 components: - type: Transform - pos: -17.5,-9.5 + pos: -10.5,33.5 parent: 1 - - uid: 951 + - uid: 1356 components: - type: Transform - pos: -17.5,-8.5 + pos: -16.5,33.5 parent: 1 - - uid: 952 + - uid: 1357 components: - type: Transform - pos: -17.5,-7.5 + pos: -15.5,33.5 parent: 1 - - uid: 953 + - uid: 1358 components: - type: Transform - pos: -19.5,-9.5 + pos: -15.5,34.5 parent: 1 - - uid: 954 + - uid: 1359 components: - type: Transform - pos: -20.5,-9.5 + pos: -17.5,33.5 parent: 1 - - uid: 955 + - uid: 1360 components: - type: Transform - pos: -21.5,-8.5 + pos: 20.5,26.5 parent: 1 - - uid: 956 + - uid: 1365 components: - type: Transform - pos: -20.5,-8.5 + pos: 20.5,25.5 parent: 1 - - uid: 957 + - uid: 1367 components: - type: Transform - pos: -17.5,-6.5 + pos: 19.5,27.5 parent: 1 - - uid: 958 + - uid: 1369 components: - type: Transform - pos: 20.5,3.5 + pos: -8.5,36.5 parent: 1 - - uid: 959 + - uid: 1373 components: - type: Transform - pos: -18.5,-8.5 + pos: 20.5,24.5 parent: 1 - - uid: 960 + - uid: 1375 components: - type: Transform - pos: -13.5,-13.5 + pos: 20.5,27.5 parent: 1 - - uid: 961 + - uid: 1376 components: - type: Transform - pos: -12.5,-13.5 + pos: 17.5,25.5 parent: 1 - - uid: 962 + - uid: 1379 components: - type: Transform - pos: -11.5,-13.5 + pos: 20.5,20.5 parent: 1 - - uid: 963 + - uid: 1380 components: - type: Transform - pos: -11.5,-14.5 + pos: 20.5,19.5 parent: 1 - - uid: 964 + - uid: 1381 components: - type: Transform - pos: -10.5,-14.5 + pos: 1.5,34.5 parent: 1 - - uid: 965 + - uid: 1386 components: - type: Transform - pos: -9.5,-14.5 + pos: 13.5,20.5 parent: 1 - - uid: 966 + - uid: 1389 components: - type: Transform - pos: -9.5,-15.5 + pos: 13.5,25.5 parent: 1 - - uid: 967 + - uid: 1413 components: - type: Transform - pos: -8.5,-15.5 + pos: 10.5,26.5 parent: 1 - - uid: 968 + - uid: 1414 components: - type: Transform - pos: -10.5,-13.5 + pos: 10.5,27.5 parent: 1 - - uid: 969 + - uid: 1419 components: - type: Transform - pos: -12.5,-12.5 + pos: -8.5,31.5 parent: 1 - - uid: 970 + - uid: 1493 components: - type: Transform - pos: -13.5,-12.5 + pos: -11.5,33.5 parent: 1 - - uid: 971 + - uid: 1525 components: - type: Transform - pos: -16.5,-11.5 + pos: -13.5,31.5 parent: 1 - - uid: 972 + - uid: 1526 components: - type: Transform - pos: -15.5,-12.5 + pos: -15.5,31.5 parent: 1 - - uid: 973 + - uid: 1529 components: - type: Transform - pos: -14.5,-12.5 + pos: -12.5,33.5 parent: 1 - - uid: 978 + - uid: 1530 components: - type: Transform - pos: 6.5,-21.5 + pos: -13.5,33.5 parent: 1 - - uid: 979 + - uid: 1531 components: - type: Transform - pos: 6.5,-22.5 + pos: -14.5,33.5 parent: 1 - - uid: 980 + - uid: 1532 components: - type: Transform - pos: 6.5,-23.5 + pos: -12.5,31.5 parent: 1 - - uid: 981 + - uid: 1534 components: - type: Transform - pos: 6.5,-24.5 + pos: 18.5,27.5 parent: 1 - - uid: 982 + - uid: 1535 components: - type: Transform - pos: 6.5,-25.5 + pos: 19.5,25.5 parent: 1 - - uid: 983 + - uid: 1537 components: - type: Transform - pos: 6.5,-26.5 + pos: -17.5,32.5 parent: 1 - - uid: 986 + - uid: 1559 components: - type: Transform - pos: -13.5,4.5 + pos: 4.5,29.5 parent: 1 - - uid: 988 + - uid: 1569 components: - type: Transform - pos: -12.5,4.5 + pos: 4.5,32.5 parent: 1 - - uid: 989 + - uid: 1570 components: - type: Transform - pos: -16.5,5.5 + pos: 1.5,30.5 parent: 1 - - uid: 990 + - uid: 1571 components: - type: Transform - pos: -17.5,5.5 + pos: 0.5,30.5 parent: 1 - - uid: 991 + - uid: 1572 components: - type: Transform - pos: -18.5,5.5 + pos: -0.5,30.5 parent: 1 - - uid: 1166 + - uid: 1573 components: - type: Transform - pos: 6.5,-27.5 + pos: -1.5,30.5 parent: 1 - - uid: 1167 + - uid: 1575 components: - type: Transform - pos: 6.5,-28.5 + pos: -3.5,30.5 parent: 1 - - uid: 1168 + - uid: 1576 components: - type: Transform - pos: 5.5,-28.5 + pos: -4.5,30.5 parent: 1 - - uid: 1169 + - uid: 1577 components: - type: Transform - pos: 5.5,-27.5 + pos: -5.5,30.5 parent: 1 - - uid: 1170 + - uid: 1578 components: - type: Transform - pos: 7.5,-25.5 + pos: -6.5,30.5 parent: 1 - - uid: 1171 + - uid: 1579 components: - type: Transform - pos: 7.5,-24.5 + pos: -7.5,30.5 parent: 1 - - uid: 1172 + - uid: 1580 components: - type: Transform - pos: 7.5,-23.5 + pos: -8.5,30.5 parent: 1 - - uid: 1173 + - uid: 1581 components: - type: Transform - pos: 7.5,-22.5 + pos: 2.5,29.5 parent: 1 - - uid: 1174 + - uid: 1582 components: - type: Transform - pos: 7.5,-21.5 + pos: 3.5,29.5 parent: 1 - - uid: 1175 + - uid: 1583 components: - type: Transform - pos: 8.5,-25.5 + pos: 1.5,29.5 parent: 1 - - uid: 1176 + - uid: 1584 components: - type: Transform - pos: 8.5,-24.5 + pos: 2.5,28.5 parent: 1 - - uid: 1177 + - uid: 1585 components: - type: Transform - pos: 8.5,-23.5 + pos: 3.5,28.5 parent: 1 - - uid: 1178 + - uid: 1586 components: - type: Transform - pos: 8.5,-22.5 + pos: 4.5,28.5 parent: 1 - - uid: 1179 + - uid: 1587 components: - type: Transform - pos: 8.5,-21.5 + pos: 4.5,27.5 parent: 1 - - uid: 1180 + - uid: 1588 components: - type: Transform - pos: 9.5,-24.5 + pos: -4.5,29.5 parent: 1 - - uid: 1181 + - uid: 1589 components: - type: Transform - pos: 9.5,-23.5 + pos: -5.5,29.5 parent: 1 - - uid: 1182 + - uid: 1590 components: - type: Transform - pos: 9.5,-22.5 + pos: -6.5,29.5 parent: 1 - - uid: 1183 + - uid: 1591 components: - type: Transform - pos: 9.5,-21.5 + pos: -7.5,29.5 parent: 1 - - uid: 1184 + - uid: 1592 components: - type: Transform - pos: 10.5,-24.5 + pos: -7.5,28.5 parent: 1 - - uid: 1185 + - uid: 1593 components: - type: Transform - pos: 10.5,-23.5 + pos: -8.5,29.5 parent: 1 - - uid: 1186 + - uid: 1594 components: - type: Transform - pos: 10.5,-22.5 + pos: -8.5,28.5 parent: 1 - - uid: 1187 + - uid: 1595 components: - type: Transform - pos: 10.5,-21.5 + pos: -8.5,27.5 parent: 1 - - uid: 1188 + - uid: 1596 components: - type: Transform - pos: 11.5,-23.5 + pos: -9.5,28.5 parent: 1 - - uid: 1189 + - uid: 1603 components: - type: Transform - pos: 11.5,-22.5 + pos: -9.5,29.5 parent: 1 - - uid: 1190 + - uid: 1605 components: - type: Transform - pos: 11.5,-21.5 + pos: 9.5,25.5 parent: 1 - - uid: 1191 + - uid: 1609 components: - type: Transform - pos: 12.5,-22.5 + pos: -15.5,29.5 parent: 1 - - uid: 1192 + - uid: 1610 components: - type: Transform - pos: 12.5,-21.5 + pos: -16.5,29.5 parent: 1 - - uid: 1193 + - uid: 1611 components: - type: Transform - pos: 12.5,-20.5 + pos: -9.5,30.5 parent: 1 - - uid: 1194 + - uid: 1617 components: - type: Transform - pos: 12.5,-19.5 + pos: -15.5,30.5 parent: 1 - - uid: 1195 + - uid: 1618 components: - type: Transform - pos: 12.5,-18.5 + pos: -17.5,31.5 parent: 1 - - uid: 1196 + - uid: 1626 components: - type: Transform - pos: 13.5,-22.5 + pos: -9.5,31.5 parent: 1 - - uid: 1197 + - uid: 1629 components: - type: Transform - pos: 13.5,-21.5 + pos: -6.5,31.5 parent: 1 - - uid: 1198 + - uid: 1630 components: - type: Transform - pos: 13.5,-20.5 + pos: -7.5,31.5 parent: 1 - - uid: 1199 + - uid: 1633 components: - type: Transform - pos: 13.5,-19.5 + pos: -10.5,31.5 parent: 1 - - uid: 1200 + - uid: 1634 components: - type: Transform - pos: 13.5,-18.5 + pos: -11.5,31.5 parent: 1 - - uid: 1201 + - uid: 1637 components: - type: Transform - pos: 14.5,-21.5 + pos: -18.5,30.5 parent: 1 - - uid: 1202 + - uid: 1638 components: - type: Transform - pos: 14.5,-20.5 + pos: -18.5,29.5 parent: 1 - - uid: 1203 + - uid: 1642 components: - type: Transform - pos: 14.5,-19.5 + pos: -9.5,34.5 parent: 1 - - uid: 1204 + - uid: 1643 components: - type: Transform - pos: 14.5,-18.5 + pos: -9.5,35.5 parent: 1 - - uid: 1205 + - uid: 1644 components: - type: Transform - pos: 15.5,-21.5 + pos: -9.5,36.5 parent: 1 - - uid: 1206 + - uid: 1646 components: - type: Transform - pos: 15.5,-20.5 + pos: 1.5,35.5 parent: 1 - - uid: 1207 + - uid: 1650 components: - type: Transform - pos: 15.5,-19.5 + pos: 5.5,37.5 parent: 1 - - uid: 1208 + - uid: 1652 components: - type: Transform - pos: 15.5,-18.5 + pos: -7.5,36.5 parent: 1 - - uid: 1209 + - uid: 1655 components: - type: Transform - pos: 16.5,-20.5 + pos: 1.5,31.5 parent: 1 - - uid: 1210 + - uid: 1656 components: - type: Transform - pos: 16.5,-19.5 + pos: 3.5,32.5 parent: 1 - - uid: 1211 + - uid: 1657 components: - type: Transform - pos: 16.5,-18.5 + pos: 3.5,31.5 parent: 1 - - uid: 1212 + - uid: 1658 components: - type: Transform - pos: 16.5,-17.5 + pos: 4.5,31.5 parent: 1 - - uid: 1213 + - uid: 1664 components: - type: Transform - pos: 16.5,-16.5 + pos: 12.5,27.5 parent: 1 - - uid: 1214 + - uid: 1665 components: - type: Transform - pos: 16.5,-15.5 + pos: 0.5,31.5 parent: 1 - - uid: 1215 + - uid: 1666 components: - type: Transform - pos: 16.5,-14.5 + pos: 0.5,32.5 parent: 1 - - uid: 1216 + - uid: 1669 components: - type: Transform - pos: 16.5,-13.5 + pos: -7.5,35.5 parent: 1 - - uid: 1217 + - uid: 1671 components: - type: Transform - pos: 17.5,-17.5 + pos: 2.5,39.5 parent: 1 - - uid: 1218 + - uid: 1673 components: - type: Transform - pos: 17.5,-16.5 + pos: 2.5,33.5 parent: 1 - - uid: 1219 + - uid: 1674 components: - type: Transform - pos: 17.5,-15.5 + pos: 2.5,34.5 parent: 1 - - uid: 1220 + - uid: 1676 components: - type: Transform - pos: 17.5,-14.5 + pos: 3.5,33.5 parent: 1 - - uid: 1221 + - uid: 1679 components: - type: Transform - pos: 17.5,-13.5 + pos: 1.5,36.5 parent: 1 - - uid: 1222 + - uid: 1680 components: - type: Transform - pos: 17.5,-12.5 + pos: 4.5,33.5 parent: 1 - - uid: 1223 + - uid: 1681 components: - type: Transform - pos: 17.5,-11.5 + pos: 5.5,33.5 parent: 1 - - uid: 1224 + - uid: 1682 components: - type: Transform - pos: 16.5,-11.5 + pos: 6.5,33.5 parent: 1 - - uid: 1225 + - uid: 1683 components: - type: Transform - pos: 16.5,-12.5 + pos: 7.5,33.5 parent: 1 - - uid: 1226 + - uid: 1684 components: - type: Transform - pos: 18.5,-14.5 + pos: 8.5,33.5 parent: 1 - - uid: 1227 + - uid: 1685 components: - type: Transform - pos: 18.5,-13.5 + pos: 9.5,33.5 parent: 1 - - uid: 1228 + - uid: 1686 components: - type: Transform - pos: 18.5,-12.5 + pos: 10.5,33.5 parent: 1 - - uid: 1229 + - uid: 1687 components: - type: Transform - pos: 18.5,-11.5 + pos: 11.5,33.5 parent: 1 - - uid: 1230 + - uid: 1688 components: - type: Transform - pos: 18.5,-15.5 + pos: 12.5,33.5 parent: 1 - - uid: 1231 + - uid: 1700 components: - type: Transform - pos: 18.5,-16.5 + pos: 1.5,38.5 parent: 1 - - uid: 1232 + - uid: 1702 components: - type: Transform - pos: 17.5,-18.5 + pos: -7.5,34.5 parent: 1 - - uid: 1233 + - uid: 1704 components: - type: Transform - pos: 19.5,-14.5 + pos: -7.5,32.5 parent: 1 - - uid: 1234 + - uid: 1705 components: - type: Transform - pos: 19.5,-13.5 + pos: -8.5,34.5 parent: 1 - - uid: 1235 + - uid: 1706 components: - type: Transform - pos: 19.5,-12.5 + pos: -8.5,35.5 parent: 1 - - uid: 1236 + - uid: 1708 components: - type: Transform - pos: 19.5,-11.5 + pos: 1.5,37.5 parent: 1 - - uid: 1237 + - uid: 1713 components: - type: Transform - pos: 19.5,-10.5 + pos: -7.5,37.5 parent: 1 - - uid: 1238 + - uid: 1720 components: - type: Transform - pos: 19.5,-9.5 + pos: -6.5,38.5 parent: 1 - - uid: 1239 + - uid: 1721 components: - type: Transform - pos: 19.5,-8.5 + pos: -7.5,38.5 parent: 1 - - uid: 1240 + - uid: 1732 components: - type: Transform - pos: 19.5,-7.5 + pos: 10.5,19.5 parent: 1 - - uid: 1241 + - uid: 1733 components: - type: Transform - pos: 19.5,-6.5 + pos: 0.5,39.5 parent: 1 - - uid: 1242 + - uid: 1736 components: - type: Transform - pos: 19.5,-5.5 + pos: 3.5,37.5 parent: 1 - - uid: 1243 + - uid: 1737 components: - type: Transform - pos: 19.5,-4.5 + pos: 1.5,39.5 parent: 1 - - uid: 1244 + - uid: 1738 components: - type: Transform - pos: 19.5,-3.5 + pos: -6.5,39.5 parent: 1 - - uid: 1245 + - uid: 1739 components: - type: Transform - pos: 19.5,-2.5 + pos: 9.5,34.5 parent: 1 - - uid: 1246 + - uid: 1807 components: - type: Transform - pos: 19.5,-1.5 + pos: -13.5,34.5 parent: 1 - - uid: 1247 + - uid: 1808 components: - type: Transform - pos: 19.5,-0.5 + pos: -12.5,34.5 parent: 1 - - uid: 1248 + - uid: 1809 components: - type: Transform - pos: 19.5,0.5 + pos: -11.5,34.5 parent: 1 - - uid: 1249 + - uid: 1810 components: - type: Transform - pos: 19.5,1.5 + pos: -10.5,34.5 parent: 1 - - uid: 1250 + - uid: 1839 components: - type: Transform - pos: 19.5,2.5 + pos: 2.5,38.5 parent: 1 - - uid: 1251 + - uid: 1840 components: - type: Transform - pos: 19.5,3.5 + pos: 3.5,38.5 parent: 1 - - uid: 1252 + - uid: 1841 components: - type: Transform - pos: 19.5,4.5 + pos: 2.5,37.5 parent: 1 - - uid: 1253 + - uid: 1843 components: - type: Transform - pos: 19.5,5.5 + pos: 5.5,36.5 parent: 1 - - uid: 1254 + - uid: 1844 components: - type: Transform - pos: 18.5,2.5 + pos: 3.5,34.5 parent: 1 - - uid: 1255 + - uid: 1847 components: - type: Transform - pos: 18.5,3.5 + pos: 4.5,34.5 parent: 1 - - uid: 1256 + - uid: 1850 components: - type: Transform - pos: 18.5,4.5 + pos: 5.5,34.5 parent: 1 - - uid: 1257 + - uid: 1853 components: - type: Transform - pos: 18.5,5.5 + pos: 6.5,34.5 parent: 1 - - uid: 1258 + - uid: 1856 components: - type: Transform - pos: 18.5,6.5 + pos: 7.5,34.5 parent: 1 - - uid: 1259 + - uid: 1859 components: - type: Transform - pos: 18.5,7.5 + pos: 8.5,34.5 parent: 1 - - uid: 1260 + - uid: 1864 components: - type: Transform - pos: 17.5,5.5 + pos: 4.5,37.5 parent: 1 - - uid: 1261 + - uid: 1879 components: - type: Transform - pos: 17.5,6.5 + pos: -15.5,18.5 parent: 1 - - uid: 1262 + - uid: 1880 components: - type: Transform - pos: 17.5,7.5 + pos: -15.5,19.5 parent: 1 - - uid: 1263 + - uid: 1925 components: - type: Transform - pos: 17.5,8.5 + pos: 13.5,27.5 parent: 1 - - uid: 1264 + - uid: 1926 components: - type: Transform - pos: 17.5,9.5 + pos: 14.5,33.5 parent: 1 - - uid: 1265 + - uid: 1932 components: - type: Transform - pos: 17.5,10.5 + pos: 14.5,27.5 parent: 1 - - uid: 1266 + - uid: 1933 components: - type: Transform - pos: 16.5,9.5 + pos: 15.5,33.5 parent: 1 - - uid: 1267 + - uid: 1939 components: - type: Transform - pos: 16.5,10.5 + pos: 15.5,27.5 parent: 1 - - uid: 1268 + - uid: 1940 components: - type: Transform - pos: 16.5,11.5 + pos: 16.5,33.5 parent: 1 - - uid: 1269 + - uid: 1941 components: - type: Transform - pos: 18.5,8.5 + pos: 16.5,32.5 parent: 1 - - uid: 1270 + - uid: 1946 components: - type: Transform - pos: 18.5,9.5 + pos: 16.5,27.5 parent: 1 - - uid: 1271 + - uid: 1947 components: - type: Transform - pos: 18.5,10.5 + pos: 17.5,33.5 parent: 1 - - uid: 1272 + - uid: 1948 components: - type: Transform - pos: 18.5,11.5 + pos: 17.5,32.5 parent: 1 - - uid: 1273 + - uid: 1949 components: - type: Transform - pos: 17.5,11.5 + pos: 17.5,31.5 parent: 1 - - uid: 1274 + - uid: 1950 components: - type: Transform - pos: 17.5,12.5 + pos: 17.5,30.5 parent: 1 - - uid: 1275 + - uid: 1951 components: - type: Transform - pos: 16.5,12.5 + pos: 17.5,29.5 parent: 1 - - uid: 1276 + - uid: 1952 components: - type: Transform - pos: 11.5,13.5 + pos: 17.5,28.5 parent: 1 - - uid: 1714 + - uid: 1953 components: - type: Transform - pos: -0.5,9.5 + pos: 17.5,27.5 parent: 1 - - uid: 1798 + - uid: 1957 components: - type: Transform - pos: 0.5,9.5 + pos: 19.5,31.5 parent: 1 - - uid: 1801 + - uid: 1958 components: - type: Transform - pos: 0.5,8.5 + pos: 18.5,28.5 parent: 1 - - uid: 1802 + - uid: 1960 components: - type: Transform - pos: 1.5,8.5 + pos: 18.5,30.5 parent: 1 - - uid: 1860 + - uid: 1961 components: - type: Transform - pos: 20.5,2.5 + pos: 18.5,31.5 parent: 1 - - uid: 1861 +- proto: WallSolid + entities: + - uid: 10 components: - type: Transform - pos: 20.5,1.5 + pos: 6.5,4.5 parent: 1 - - uid: 1862 + - uid: 29 components: - type: Transform - pos: 20.5,0.5 + pos: -2.5,2.5 parent: 1 - - uid: 1863 + - uid: 30 components: - type: Transform - pos: 20.5,-0.5 + pos: -4.5,2.5 parent: 1 - - uid: 1864 + - uid: 37 components: - type: Transform - pos: 20.5,-1.5 + pos: -2.5,9.5 parent: 1 - - uid: 1865 + - uid: 40 components: - type: Transform - pos: 20.5,-2.5 + pos: -1.5,9.5 parent: 1 - - uid: 1866 + - uid: 42 components: - type: Transform - pos: 20.5,-3.5 + pos: 0.5,9.5 parent: 1 - - uid: 1867 + - uid: 43 components: - type: Transform - pos: 20.5,-4.5 + pos: 1.5,9.5 parent: 1 - - uid: 1868 + - uid: 54 components: - type: Transform - pos: 20.5,-5.5 + pos: 1.5,11.5 parent: 1 - - uid: 1869 + - uid: 55 components: - type: Transform - pos: 20.5,-6.5 + pos: 1.5,10.5 parent: 1 - - uid: 1870 + - uid: 66 components: - type: Transform - pos: 20.5,-7.5 + rot: 3.141592653589793 rad + pos: 5.5,13.5 parent: 1 - - uid: 1871 + - uid: 71 components: - type: Transform - pos: 21.5,-5.5 + rot: 3.141592653589793 rad + pos: 8.5,2.5 parent: 1 - - uid: 1872 + - uid: 82 components: - type: Transform - pos: 21.5,-4.5 + rot: 1.5707963267948966 rad + pos: 2.5,9.5 parent: 1 - - uid: 1873 + - uid: 101 components: - type: Transform - pos: 21.5,-3.5 + pos: 5.5,2.5 parent: 1 - - uid: 1874 + - uid: 132 components: - type: Transform - pos: 21.5,-2.5 + pos: -5.5,2.5 parent: 1 - - uid: 1875 + - uid: 133 components: - type: Transform - pos: 21.5,-1.5 + pos: -6.5,2.5 parent: 1 - - uid: 1876 + - uid: 134 components: - type: Transform - pos: 21.5,-0.5 + pos: -7.5,2.5 parent: 1 - - uid: 1877 + - uid: 135 components: - type: Transform - pos: 21.5,0.5 + pos: -8.5,2.5 parent: 1 - - uid: 1878 + - uid: 195 components: - type: Transform - pos: 21.5,1.5 + rot: -1.5707963267948966 rad + pos: -2.5,3.5 parent: 1 - - uid: 1879 + - uid: 224 components: - type: Transform - pos: 20.5,-8.5 + rot: 3.141592653589793 rad + pos: 9.5,2.5 parent: 1 -- proto: WallWood - entities: - - uid: 317 + - uid: 250 components: - type: Transform - pos: -0.5,-14.5 + rot: 3.141592653589793 rad + pos: 5.5,12.5 parent: 1 - - uid: 510 + - uid: 261 components: - type: Transform - pos: -8.5,-14.5 + rot: -1.5707963267948966 rad + pos: 9.5,4.5 parent: 1 - - uid: 514 + - uid: 279 components: - type: Transform - pos: 0.5,-1.5 + rot: -1.5707963267948966 rad + pos: 8.5,10.5 parent: 1 - - uid: 532 + - uid: 284 components: - type: Transform - pos: -5.5,0.5 + rot: -1.5707963267948966 rad + pos: 8.5,4.5 parent: 1 - - uid: 533 + - uid: 290 components: - type: Transform - pos: -5.5,1.5 + rot: -1.5707963267948966 rad + pos: 5.5,11.5 parent: 1 - - uid: 782 + - uid: 369 components: - type: Transform - pos: -8.5,1.5 + rot: 3.141592653589793 rad + pos: 8.5,9.5 parent: 1 - - uid: 789 + - uid: 384 components: - type: Transform - pos: -8.5,-10.5 + rot: 3.141592653589793 rad + pos: 5.5,9.5 parent: 1 - - uid: 812 + - uid: 420 components: - type: Transform - pos: 11.5,-3.5 + pos: 5.5,5.5 parent: 1 - - uid: 814 + - uid: 421 components: - type: Transform - pos: 11.5,-6.5 + pos: 5.5,4.5 parent: 1 - - uid: 815 + - uid: 453 components: - type: Transform - pos: 11.5,-4.5 + rot: 3.141592653589793 rad + pos: 4.5,13.5 parent: 1 - - uid: 816 + - uid: 572 components: - type: Transform - pos: 10.5,-6.5 + rot: 3.141592653589793 rad + pos: 5.5,10.5 parent: 1 - - uid: 817 + - uid: 574 components: - type: Transform - pos: 10.5,-1.5 + rot: 3.141592653589793 rad + pos: 5.5,6.5 parent: 1 - - uid: 818 + - uid: 589 components: - type: Transform - pos: 9.5,-1.5 + rot: 3.141592653589793 rad + pos: 5.5,7.5 parent: 1 - - uid: 819 + - uid: 590 components: - type: Transform - pos: 8.5,-1.5 + rot: 3.141592653589793 rad + pos: 5.5,8.5 parent: 1 - - uid: 820 + - uid: 605 components: - type: Transform - pos: 9.5,-6.5 + pos: 4.5,9.5 parent: 1 - - uid: 821 + - uid: 644 components: - type: Transform - pos: 8.5,-6.5 + rot: 3.141592653589793 rad + pos: 9.5,7.5 parent: 1 - - uid: 826 + - uid: 656 components: - type: Transform - pos: 11.5,-2.5 + rot: 3.141592653589793 rad + pos: 8.5,6.5 parent: 1 - - uid: 827 + - uid: 664 components: - type: Transform - pos: 11.5,-5.5 + rot: 1.5707963267948966 rad + pos: 7.5,9.5 parent: 1 - - uid: 835 + - uid: 665 components: - type: Transform - pos: 11.5,-1.5 + rot: 3.141592653589793 rad + pos: 8.5,7.5 parent: 1 - - uid: 837 + - uid: 688 components: - type: Transform - pos: -8.5,3.5 + rot: -1.5707963267948966 rad + pos: -2.5,5.5 parent: 1 - - uid: 839 + - uid: 810 components: - type: Transform - pos: -7.5,0.5 + pos: 2.5,13.5 parent: 1 - - uid: 845 + - uid: 814 components: - type: Transform - pos: -8.5,0.5 + pos: 1.5,13.5 parent: 1 - - uid: 847 + - uid: 963 components: - type: Transform - pos: -8.5,2.5 + pos: -2.5,8.5 parent: 1 - - uid: 848 + - uid: 964 components: - type: Transform - pos: -5.5,4.5 + pos: -2.5,7.5 parent: 1 - - uid: 849 +- proto: WallWeaponCapacitorRecharger + entities: + - uid: 1934 components: - type: Transform - pos: -2.5,-1.5 + rot: 1.5707963267948966 rad + pos: -15.5,25.5 parent: 1 - - uid: 850 +- proto: WallWood + entities: + - uid: 676 components: - type: Transform - pos: -4.5,-1.5 + pos: 9.5,29.5 parent: 1 - - uid: 852 + - uid: 685 components: - type: Transform - pos: -5.5,3.5 + pos: 9.5,30.5 parent: 1 - - uid: 853 + - uid: 1189 components: - type: Transform - pos: -8.5,4.5 + pos: -15.5,23.5 parent: 1 - - uid: 854 + - uid: 1190 components: - type: Transform - pos: -3.5,-1.5 + pos: -15.5,25.5 parent: 1 - - uid: 857 + - uid: 1191 components: - type: Transform - pos: 2.5,-1.5 + pos: -15.5,24.5 parent: 1 - - uid: 860 + - uid: 1234 components: - type: Transform - pos: -12.5,-10.5 + pos: 7.5,32.5 parent: 1 - - uid: 865 + - uid: 1235 components: - type: Transform - pos: -3.5,-14.5 + pos: 6.5,32.5 parent: 1 - - uid: 868 + - uid: 1316 components: - type: Transform - pos: -5.5,-0.5 + pos: 9.5,20.5 parent: 1 - - uid: 872 + - uid: 1323 components: - type: Transform - pos: 1.5,-1.5 + pos: 9.5,24.5 parent: 1 - - uid: 873 + - uid: 1341 components: - type: Transform - pos: -4.5,-14.5 + pos: 9.5,23.5 parent: 1 - - uid: 878 + - uid: 1343 components: - type: Transform - pos: -6.5,0.5 + pos: 9.5,21.5 parent: 1 - - uid: 896 + - uid: 1353 components: - type: Transform - pos: 8.5,-0.5 + pos: 9.5,19.5 parent: 1 - - uid: 898 + - uid: 1361 components: - type: Transform - pos: 7.5,-1.5 + pos: -6.5,33.5 parent: 1 - - uid: 899 + - uid: 1415 components: - type: Transform - pos: 6.5,-1.5 + pos: 9.5,28.5 parent: 1 - - uid: 900 + - uid: 1416 components: - type: Transform - pos: 4.5,-1.5 + pos: 10.5,28.5 parent: 1 - - uid: 901 + - uid: 1420 components: - type: Transform - pos: 3.5,-1.5 + pos: 11.5,28.5 parent: 1 - - uid: 902 + - uid: 1568 components: - type: Transform - pos: 3.5,-0.5 + pos: 5.5,29.5 parent: 1 - - uid: 903 + - uid: 1614 components: - type: Transform - pos: 3.5,0.5 + rot: -1.5707963267948966 rad + pos: 0.5,37.5 parent: 1 - - uid: 904 + - uid: 1622 components: - type: Transform - pos: 3.5,1.5 + pos: -7.5,33.5 parent: 1 - - uid: 905 + - uid: 1631 components: - type: Transform - pos: 3.5,2.5 + pos: 11.5,27.5 parent: 1 - - uid: 906 + - uid: 1648 components: - type: Transform - pos: 3.5,3.5 + rot: 3.141592653589793 rad + pos: -6.5,34.5 parent: 1 - - uid: 907 + - uid: 1651 components: - type: Transform - pos: 3.5,4.5 + rot: 3.141592653589793 rad + pos: -6.5,36.5 parent: 1 - - uid: 908 + - uid: 1659 components: - type: Transform - pos: 4.5,4.5 + pos: 5.5,32.5 parent: 1 - - uid: 909 + - uid: 1667 components: - type: Transform - pos: 5.5,4.5 + rot: -1.5707963267948966 rad + pos: 0.5,33.5 parent: 1 - - uid: 910 + - uid: 1668 components: - type: Transform - pos: 6.5,4.5 + rot: -1.5707963267948966 rad + pos: -0.5,33.5 parent: 1 - - uid: 911 + - uid: 1670 components: - type: Transform - pos: 7.5,4.5 + rot: 1.5707963267948966 rad + pos: -0.5,38.5 parent: 1 - - uid: 912 + - uid: 1699 components: - type: Transform - pos: 8.5,4.5 + rot: 3.141592653589793 rad + pos: -6.5,35.5 parent: 1 - - uid: 913 + - uid: 1712 components: - type: Transform - pos: 8.5,3.5 + rot: -1.5707963267948966 rad + pos: -5.5,37.5 parent: 1 - - uid: 925 + - uid: 1714 components: - type: Transform - pos: -2.5,-14.5 + rot: -1.5707963267948966 rad + pos: -6.5,37.5 parent: 1 - - uid: 926 + - uid: 1715 components: - type: Transform - pos: -1.5,-14.5 + rot: -1.5707963267948966 rad + pos: 0.5,36.5 parent: 1 - - uid: 936 + - uid: 1716 components: - type: Transform - pos: -5.5,-5.5 + rot: -1.5707963267948966 rad + pos: 0.5,35.5 parent: 1 - - uid: 937 + - uid: 1717 components: - type: Transform - pos: -6.5,-5.5 + rot: -1.5707963267948966 rad + pos: 0.5,34.5 parent: 1 - - uid: 938 + - uid: 1719 components: - type: Transform - pos: -7.5,-5.5 + rot: 1.5707963267948966 rad + pos: -5.5,38.5 parent: 1 - - uid: 939 + - uid: 1723 components: - type: Transform - pos: -8.5,-5.5 + pos: 0.5,38.5 parent: 1 - - uid: 940 + - uid: 1749 components: - type: Transform - pos: -15.5,-5.5 + rot: -1.5707963267948966 rad + pos: -5.5,39.5 parent: 1 - - uid: 941 + - uid: 1801 components: - type: Transform - pos: -13.5,-5.5 + pos: 1.5,33.5 parent: 1 - - uid: 942 + - uid: 1802 components: - type: Transform - pos: -14.5,-5.5 + pos: 5.5,31.5 parent: 1 - - uid: 943 + - uid: 1832 components: - type: Transform - pos: -12.5,-5.5 + rot: -1.5707963267948966 rad + pos: -0.5,39.5 parent: 1 - - uid: 944 + - uid: 1852 components: - type: Transform - pos: -16.5,-5.5 + pos: 5.5,30.5 parent: 1 - - uid: 974 + - uid: 1862 components: - type: Transform - pos: -0.5,-13.5 + pos: 5.5,28.5 parent: 1 - - uid: 975 + - uid: 1907 components: - type: Transform - pos: -0.5,-9.5 + pos: -15.5,20.5 parent: 1 - - uid: 976 + - uid: 1916 components: - type: Transform - pos: -0.5,-6.5 + pos: -15.5,21.5 parent: 1 - - uid: 977 + - uid: 1919 components: - type: Transform - pos: -0.5,-5.5 + pos: 13.5,28.5 parent: 1 - - uid: 1013 + - uid: 1930 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,4.5 + pos: 8.5,32.5 parent: 1 - - uid: 1014 + - uid: 1931 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,4.5 + pos: 15.5,32.5 parent: 1 - - uid: 1035 + - uid: 1937 components: - type: Transform - pos: -1.5,-5.5 + pos: 9.5,32.5 parent: 1 - - uid: 1139 + - uid: 1938 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,4.5 + pos: 14.5,32.5 parent: 1 - - uid: 1140 + - uid: 1942 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,4.5 + pos: 11.5,32.5 parent: 1 - - uid: 1908 + - uid: 1943 components: - type: Transform - pos: -5.5,-1.5 + pos: 10.5,32.5 parent: 1 - - uid: 1910 + - uid: 1944 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,4.5 + pos: 12.5,32.5 parent: 1 -- proto: WarpPoint - entities: - - uid: 1907 + - uid: 1945 components: - type: Transform - pos: -4.5,-3.5 + pos: 13.5,32.5 parent: 1 - - type: WarpPoint - location: Pirate's Cove -- proto: WaterTankFull - entities: - - uid: 1704 + - uid: 2003 components: - type: Transform - pos: -15.5,-6.5 + pos: 12.5,28.5 parent: 1 -- proto: WeaponLauncherPirateCannon - entities: - - uid: 1668 + - uid: 2042 components: - type: Transform - pos: 2.607525,3.4844034 + pos: 15.5,31.5 parent: 1 -- proto: WeaponRevolverPirate - entities: - - uid: 1666 + - uid: 2043 components: - type: Transform - pos: 2.607525,-0.7343466 + pos: 16.5,31.5 parent: 1 -- proto: Window - entities: - - uid: 1127 + - uid: 2044 components: - type: Transform - pos: -7.5,4.5 + pos: 16.5,30.5 parent: 1 - - uid: 1135 + - uid: 2045 components: - type: Transform - pos: -6.5,4.5 + pos: 16.5,29.5 parent: 1 - - uid: 1141 + - uid: 2046 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,4.5 + pos: 16.5,28.5 parent: 1 - - uid: 1142 + - uid: 2047 components: - type: Transform - pos: 8.5,2.5 + pos: 15.5,28.5 parent: 1 - - uid: 1143 + - uid: 2048 components: - type: Transform - pos: 8.5,1.5 + pos: 14.5,28.5 parent: 1 - - uid: 1144 + - uid: 2049 components: - type: Transform - pos: 8.5,0.5 + pos: 4.5,30.5 parent: 1 - - uid: 1145 +- proto: WallWoodDiagonal + entities: + - uid: 1698 components: - type: Transform - pos: -11.5,-5.5 + rot: 3.141592653589793 rad + pos: -5.5,36.5 parent: 1 - - uid: 1146 + - uid: 1711 components: - type: Transform - pos: -10.5,-5.5 + rot: 1.5707963267948966 rad + pos: -0.5,37.5 parent: 1 - - uid: 1147 +- proto: WarpPointShip + entities: + - uid: 327 components: + - type: MetaData + name: Pirate's Cove - type: Transform - pos: -9.5,-5.5 + pos: 1.5,6.5 parent: 1 - - uid: 1148 +- proto: WaterTankHighCapacity + entities: + - uid: 306 components: - type: Transform - pos: -4.5,-5.5 + pos: -3.5,7.5 parent: 1 - - uid: 1149 +- proto: WeaponDisabler + entities: + - uid: 1911 components: - type: Transform - pos: -3.5,-5.5 - parent: 1 - - uid: 1150 + parent: 1875 + - type: Physics + canCollide: False + - uid: 1912 components: - type: Transform - pos: -2.5,-5.5 - parent: 1 - - uid: 1151 + parent: 1875 + - type: Physics + canCollide: False + - uid: 1913 components: - type: Transform - pos: -0.5,-10.5 - parent: 1 - - uid: 1152 + parent: 1875 + - type: Physics + canCollide: False + - uid: 1914 components: - type: Transform - pos: -0.5,-11.5 - parent: 1 - - uid: 1153 + parent: 1875 + - type: Physics + canCollide: False +- proto: WeaponRackPistolBase + entities: + - uid: 1875 components: - type: Transform - pos: -0.5,-12.5 + pos: -14.5,24.5 parent: 1 - - uid: 1154 + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: [] + weapon1_slot: !type:ContainerSlot + showEnts: False + occludes: True + ent: 1911 + weapon2_slot: !type:ContainerSlot + showEnts: False + occludes: True + ent: 1914 + weapon3_slot: !type:ContainerSlot + showEnts: False + occludes: True + ent: 1912 + weapon4_slot: !type:ContainerSlot + showEnts: False + occludes: True + ent: 1913 + weapon5_slot: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + weapon6_slot: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: WeaponRifleBB + entities: + - uid: 1695 components: - type: Transform - pos: -7.5,-14.5 + pos: 23.56418,24.946178 parent: 1 - - uid: 1155 +- proto: WeldingFuelTankHighCapacity + entities: + - uid: 395 components: - type: Transform - pos: -6.5,-14.5 + pos: -0.5,13.5 parent: 1 - - uid: 1156 +- proto: WindoorSecure + entities: + - uid: 32 components: - type: Transform - pos: -5.5,-14.5 + rot: -1.5707963267948966 rad + pos: -2.5,6.5 parent: 1 - - uid: 1157 + - uid: 44 components: - type: Transform - pos: -8.5,-13.5 + rot: 1.5707963267948966 rad + pos: -2.5,6.5 parent: 1 - - uid: 1158 +- proto: WoodDoor + entities: + - uid: 8 components: - type: Transform - pos: -8.5,-12.5 + pos: -3.5,2.5 parent: 1 - - uid: 1159 + - uid: 16 components: - type: Transform - pos: -8.5,-11.5 + pos: 5.5,3.5 parent: 1 - - uid: 1160 + - uid: 122 components: - type: Transform - pos: -11.5,-10.5 + pos: 7.5,4.5 parent: 1 - - uid: 1161 + - uid: 170 components: - type: Transform - pos: -10.5,-10.5 + pos: 6.5,9.5 parent: 1 - - uid: 1162 + - uid: 174 components: - type: Transform - pos: -9.5,-10.5 + pos: 8.5,3.5 parent: 1 - - uid: 1163 +- proto: WoodenBench + entities: + - uid: 1929 components: - type: Transform - pos: -15.5,-10.5 + pos: 13.5,31.5 parent: 1 - - uid: 1164 +- proto: WoodenSign + entities: + - uid: 1936 components: - type: Transform - pos: -14.5,-10.5 + pos: -7.33934,17.979847 parent: 1 - - uid: 1165 +- proto: WoodenSignRight + entities: + - uid: 1935 components: - type: Transform - pos: -13.5,-10.5 + pos: 4.592441,18.987944 parent: 1 - - uid: 1652 +- proto: WoodenSupport + entities: + - uid: 1608 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,4.5 + rot: -1.5707963267948966 rad + pos: -5.5,31.5 parent: 1 -- proto: WindowDirectional - entities: - - uid: 984 + - uid: 1718 components: - type: Transform - pos: -12.5,-9.5 + rot: -1.5707963267948966 rad + pos: -0.5,32.5 parent: 1 - - uid: 985 + - uid: 1805 components: - type: Transform - pos: -12.5,-6.5 + pos: 7.5,31.5 parent: 1 - - uid: 987 + - uid: 1909 components: - type: Transform - pos: -12.5,-7.5 + pos: -15.5,16.5 parent: 1 -- proto: WoodDoor - entities: - - uid: 1839 + - uid: 1994 components: - type: Transform - pos: -0.5,-8.5 + pos: 11.5,31.5 parent: 1 - - type: Door - secondsUntilStateChange: -1983.0103 - state: Opening - - uid: 1840 +- proto: WoodenSupportWall + entities: + - uid: 1188 components: - type: Transform - pos: -0.5,-7.5 + pos: -15.5,22.5 parent: 1 - - type: Door - secondsUntilStateChange: -1983.6912 - state: Opening - - uid: 1841 + - uid: 1333 components: - type: Transform - pos: -1.5,-1.5 + rot: 3.141592653589793 rad + pos: 9.5,18.5 parent: 1 - - type: Door - secondsUntilStateChange: -1956.9247 - state: Opening - - uid: 1842 + - uid: 1921 components: - type: Transform - pos: -0.5,-1.5 + pos: 8.5,28.5 parent: 1 - - type: Door - secondsUntilStateChange: -1957.5579 - state: Opening - - uid: 1905 +- proto: WoodenSupportWallBroken + entities: + - uid: 1197 components: - type: Transform - pos: -5.5,2.5 + pos: 6.5,28.5 parent: 1 - - type: Door - secondsUntilStateChange: -1955.4457 - state: Opening -- proto: WoodSecretDoor +- proto: Wrench entities: - - uid: 1012 + - uid: 2054 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,4.5 + pos: 9.483096,17.492344 parent: 1 ... diff --git a/Resources/Maps/_NF/POI/lpbravo.yml b/Resources/Maps/_NF/POI/lpbravo.yml index 9201737b12f..d3b1f5646da 100644 --- a/Resources/Maps/_NF/POI/lpbravo.yml +++ b/Resources/Maps/_NF/POI/lpbravo.yml @@ -232,85 +232,79 @@ entities: data: tiles: 0,0: - 0: 65535 + 0: 65359 0,-1: - 0: 65535 + 0: 65524 -1,0: - 0: 65535 - -1,1: - 0: 52479 - 1: 13056 - -1,-1: - 0: 65535 + 0: 65311 0,1: - 0: 4607 + 0: 15 1: 60928 + -1,1: + 0: 34959 + 1: 13056 0,2: 1: 4371 + -1,2: + 1: 52430 0,3: 1: 4369 + -1,3: + 1: 52428 + 0,4: + 1: 4369 1,0: - 0: 13311 + 0: 4367 1: 52224 1,1: - 0: 1 1: 318 + 1,-1: + 0: 65297 + 1: 8 0,-3: 1: 61439 - 0: 4096 + -1,-3: + 1: 16383 + 0: 32768 + -1,-2: + 0: 65464 0,-2: + 0: 26208 + -1,-1: 0: 65535 1,-3: 1: 4080 - 0: 61440 1,-2: - 0: 32767 + 0: 14199 1: 32768 - 1,-1: - 0: 65527 - 1: 8 -3,0: - 0: 136 + 0: 8 1: 34816 - -3,1: + -3,-1: + 0: 34816 1: 8 -2,0: - 0: 61183 + 0: 52239 1: 4352 + -3,1: + 1: 8 -2,1: 1: 35939 - 0: 140 - -1,2: - 1: 52430 - -1,3: + 0: 8 + -2,-1: + 0: 65484 + -1,4: 1: 52428 -3,-3: 1: 2176 - 0: 32768 - -3,-2: - 0: 2184 - 1: 32768 - -3,-1: - 1: 8 - 0: 34944 -2,-3: 1: 36856 - 0: 28672 -2,-2: - 0: 65535 - -2,-1: - 0: 65535 - -1,-3: - 1: 16383 - 0: 49152 - -1,-2: - 0: 65535 - -1,4: - 1: 52428 + 0: 61431 + -3,-2: + 1: 32768 -1,5: 1: 8 - 0,4: - 1: 4369 uniqueMixes: - volume: 2500 temperature: 293.15 @@ -328,7 +322,7 @@ entities: - 0 - 0 - volume: 2500 - temperature: 293.15 + immutable: True moles: - 0 - 0 @@ -1155,11 +1149,6 @@ entities: - type: Transform pos: 1.5,-2.5 parent: 1 - - uid: 502 - components: - - type: Transform - pos: 4.5,2.5 - parent: 1 - uid: 503 components: - type: Transform @@ -2551,9 +2540,9 @@ entities: rot: -1.5707963267948966 rad pos: -1.5,-3.5 parent: 1 -- proto: ComputerBroken +- proto: ComputerIFFPOI entities: - - uid: 501 + - uid: 502 components: - type: Transform rot: 3.141592653589793 rad @@ -3639,6 +3628,13 @@ entities: - type: Transform pos: -2.5,2.5 parent: 1 +- proto: TelecomServerFilledSyndicate + entities: + - uid: 501 + components: + - type: Transform + pos: 4.5,2.5 + parent: 1 - proto: ToiletDirtyWater entities: - uid: 138 diff --git a/Resources/Prototypes/_NF/Entities/Mobs/NPCs/pets.yml b/Resources/Prototypes/_NF/Entities/Mobs/NPCs/pets.yml index b8334efb234..66da631d78a 100644 --- a/Resources/Prototypes/_NF/Entities/Mobs/NPCs/pets.yml +++ b/Resources/Prototypes/_NF/Entities/Mobs/NPCs/pets.yml @@ -55,7 +55,7 @@ nameSegments: [names_cat_clarpy] # Its needed to fix the names since it was using the MobCatGhost list. - type: AutoImplant implants: - - DeathRattleImplant + - FreelanceTrackingImplant - type: entity name: Mistake diff --git a/Resources/Prototypes/_NF/Entities/Structures/Machines/Computers/computers.yml b/Resources/Prototypes/_NF/Entities/Structures/Machines/Computers/computers.yml index 53d05a33f9a..abb2e83e72c 100644 --- a/Resources/Prototypes/_NF/Entities/Structures/Machines/Computers/computers.yml +++ b/Resources/Prototypes/_NF/Entities/Structures/Machines/Computers/computers.yml @@ -11,7 +11,6 @@ soundGroups: Brute: collection: MetalGlassBreak - - type: Computer - type: ApcPowerReceiver powerLoad: 200 - type: ExtensionCableReceiver @@ -61,6 +60,8 @@ type: CargoPalletConsoleBoundUserInterface - type: MarketModifier mod: 1.00 + - type: Computer + board: Null - type: entity parent: ComputerPalletConsoleNFNormalMarket @@ -97,58 +98,59 @@ placement: mode: SnapgridCenter components: - - type: MeleeSound - soundGroups: - Brute: - collection: MetalGlassBreak - - type: Computer - - type: ApcPowerReceiver - powerLoad: 200 - - type: ExtensionCableReceiver - - type: ActivatableUIRequiresPower - - type: Sprite - netsync: false - noRot: true - sprite: _NF/Structures/Machines/computers.rsi - layers: - - map: ["computerLayerBody"] - state: computer - - map: ["computerLayerKeyboard"] - state: generic_keyboard - - map: ["computerLayerScreen"] - state: contraband - - map: ["computerLayerKeys"] - state: telesci_key - - type: Appearance - - type: GenericVisualizer - visuals: - enum.ComputerVisuals.Powered: - computerLayerScreen: - True: { visible: true, shader: unshaded } - False: { visible: false } - computerLayerKeys: - True: { visible: true, shader: unshaded } - False: { visible: true, shader: shaded } - - type: LitOnPowered - - type: PointLight - radius: 1.5 - energy: 1.6 - color: "#b89f25" - enabled: false - mask: /Textures/Effects/LightMasks/cone.png - autoRot: true - offset: "0, 0.4" # shine from the top, not bottom of the computer - castShadows: false - - type: EmitSoundOnUIOpen - sound: - collection: Keyboard - - type: ContrabandPalletConsole - - type: ActivatableUI - key: enum.ContrabandPalletConsoleUiKey.Contraband - - type: UserInterface - interfaces: - - key: enum.ContrabandPalletConsoleUiKey.Contraband - type: ContrabandPalletConsoleBoundUserInterface + - type: MeleeSound + soundGroups: + Brute: + collection: MetalGlassBreak + - type: ApcPowerReceiver + powerLoad: 200 + - type: ExtensionCableReceiver + - type: ActivatableUIRequiresPower + - type: Sprite + netsync: false + noRot: true + sprite: _NF/Structures/Machines/computers.rsi + layers: + - map: ["computerLayerBody"] + state: computer + - map: ["computerLayerKeyboard"] + state: generic_keyboard + - map: ["computerLayerScreen"] + state: contraband + - map: ["computerLayerKeys"] + state: telesci_key + - type: Appearance + - type: GenericVisualizer + visuals: + enum.ComputerVisuals.Powered: + computerLayerScreen: + True: { visible: true, shader: unshaded } + False: { visible: false } + computerLayerKeys: + True: { visible: true, shader: unshaded } + False: { visible: true, shader: shaded } + - type: LitOnPowered + - type: PointLight + radius: 1.5 + energy: 1.6 + color: "#b89f25" + enabled: false + mask: /Textures/Effects/LightMasks/cone.png + autoRot: true + offset: "0, 0.4" # shine from the top, not bottom of the computer + castShadows: false + - type: EmitSoundOnUIOpen + sound: + collection: Keyboard + - type: ContrabandPalletConsole + - type: ActivatableUI + key: enum.ContrabandPalletConsoleUiKey.Contraband + - type: UserInterface + interfaces: + - key: enum.ContrabandPalletConsoleUiKey.Contraband + type: ContrabandPalletConsoleBoundUserInterface + - type: Computer + board: Null - type: entity parent: ComputerShuttle @@ -168,3 +170,22 @@ radius: 1.5 energy: 1.6 color: "#c94242" + +- type: entity + parent: [BaseStructureDisableToolUse, BaseStructureIndestructible, ComputerIFFSyndicate] + id: ComputerIFFPOI + name: IFF computer + suffix: POI + description: Allows you to control the IFF and stealth characteristics of this station. + components: + - type: IFFConsole + allowedFlags: + - Hide + - type: ActivatableUI + key: enum.IFFConsoleUiKey.Key + - type: UserInterface + interfaces: + - key: enum.IFFConsoleUiKey.Key + type: IFFConsoleBoundUserInterface + - type: Computer + board: Null \ No newline at end of file diff --git a/Resources/Prototypes/_NF/Entities/Structures/Machines/Computers/computers_tabletop.yml b/Resources/Prototypes/_NF/Entities/Structures/Machines/Computers/computers_tabletop.yml index 7769f153125..8b5fe6523ee 100644 --- a/Resources/Prototypes/_NF/Entities/Structures/Machines/Computers/computers_tabletop.yml +++ b/Resources/Prototypes/_NF/Entities/Structures/Machines/Computers/computers_tabletop.yml @@ -485,7 +485,7 @@ state: tech_key - type: entity - parent: [BaseStructureComputerTabletop, ComputerCargoOrders] + parent: [BaseStructureIndestructible, BaseStructureComputerTabletop, ComputerCargoOrders] id: ComputerTabletopCargoOrders components: - type: Sprite @@ -649,7 +649,7 @@ # Computers: Frontier - type: entity - parent: [BaseStructureComputerTabletop, ComputerPalletConsoleNFHighMarket] + parent: [BaseStructureIndestructible, BaseStructureComputerTabletop, ComputerPalletConsoleNFHighMarket] id: ComputerTabletopPalletConsoleNFHighMarket suffix: High, Tabletop components: @@ -670,7 +670,7 @@ state: tech_key - type: entity - parent: [BaseStructureComputerTabletop, ComputerPalletConsoleNFNormalMarket] + parent: [BaseStructureIndestructible, BaseStructureComputerTabletop, ComputerPalletConsoleNFNormalMarket] id: ComputerTabletopPalletConsoleNFNormalMarket suffix: Normal, Tabletop components: @@ -691,7 +691,7 @@ state: tech_key - type: entity - parent: [BaseStructureComputerTabletop, ComputerPalletConsoleNFLowMarket] + parent: [BaseStructureIndestructible, BaseStructureComputerTabletop, ComputerPalletConsoleNFLowMarket] id: ComputerTabletopPalletConsoleNFLowMarket suffix: Low, Tabletop components: @@ -733,7 +733,7 @@ state: tech_key - type: entity - parent: [BaseStructureComputerTabletop, StationAdminBankATM] + parent: [BaseStructureIndestructible, BaseStructureComputerTabletop, StationAdminBankATM] id: ComputerTabletopStationAdminBankATM components: - type: Sprite @@ -753,7 +753,7 @@ state: id_key - type: entity - parent: [BaseStructureComputerTabletop, ComputerContrabandPalletConsole] + parent: [BaseStructureIndestructible, BaseStructureComputerTabletop, ComputerContrabandPalletConsole] id: ComputerTabletopContrabandPalletConsole components: - type: Sprite @@ -771,3 +771,24 @@ - map: ["computerLayerKeys"] sprite: _NF/Structures/Machines/computers.rsi state: telesci_key + +- type: entity + parent: [BaseStructureIndestructible, BaseStructureComputerTabletop, ComputerIFFPOI] + id: ComputerTabletopComputerIFFPOI + suffix: POI, Tabletop + components: + - type: Sprite + drawdepth: SmallObjects + layers: + - map: ["computerLayerBody"] + sprite: _NF/Structures/Machines/computer_tabletop.rsi + state: computer_tabletop + - map: ["computerLayerKeyboard"] + sprite: _NF/Structures/Machines/computer_tabletop.rsi + state: generic_keyboard_tabletop + - map: ["computerLayerScreen"] + sprite: Structures/Shuttles/iff.rsi + state: helm + - map: ["computerLayerKeys"] + sprite: Structures/Machines/computers.rsi + state: generic_keys \ No newline at end of file diff --git a/Resources/Prototypes/_NF/Entities/Structures/Machines/Computers/computers_tabletop_shipyard.yml b/Resources/Prototypes/_NF/Entities/Structures/Machines/Computers/computers_tabletop_shipyard.yml index 9196f9085df..3585c8c191f 100644 --- a/Resources/Prototypes/_NF/Entities/Structures/Machines/Computers/computers_tabletop_shipyard.yml +++ b/Resources/Prototypes/_NF/Entities/Structures/Machines/Computers/computers_tabletop_shipyard.yml @@ -1,5 +1,5 @@ - type: entity - parent: [BaseStructureComputerTabletop, ComputerShipyard] + parent: [BaseStructureIndestructible, BaseStructureComputerTabletop, ComputerShipyard] id: ComputerTabletopShipyard components: - type: Sprite @@ -19,7 +19,7 @@ state: telesci_key - type: entity - parent: [BaseStructureComputerTabletop, BaseMothershipComputer] + parent: [BaseStructureIndestructible, BaseStructureComputerTabletop, BaseMothershipComputer] id: BaseMothershipComputerTabletop abstract: true components: @@ -40,7 +40,7 @@ state: telesci_key - type: entity - parent: [BaseStructureComputerTabletop, ComputerShipyardSecurity] + parent: [BaseStructureIndestructible, BaseStructureComputerTabletop, ComputerShipyardSecurity] id: ComputerTabletopShipyardSecurity components: - type: Sprite @@ -60,7 +60,7 @@ state: telesci_key - type: entity - parent: [BaseStructureComputerTabletop, ComputerShipyardNfsd] + parent: [BaseStructureIndestructible, BaseStructureComputerTabletop, ComputerShipyardNfsd] id: ComputerTabletopShipyardNfsd components: - type: Sprite @@ -80,7 +80,7 @@ state: telesci_key - type: entity - parent: [BaseStructureComputerTabletop, ComputerShipyardBlackMarket] + parent: [BaseStructureIndestructible, BaseStructureComputerTabletop, ComputerShipyardBlackMarket] id: ComputerTabletopShipyardBlackMarket components: - type: Sprite @@ -100,7 +100,7 @@ state: blackmarket_key - type: entity - parent: [BaseStructureComputerTabletop, ComputerShipyardExpedition] + parent: [BaseStructureIndestructible, BaseStructureComputerTabletop, ComputerShipyardExpedition] id: ComputerTabletopShipyardExpedition components: - type: Sprite @@ -120,7 +120,7 @@ state: blackmarket_key - type: entity - parent: [BaseStructureComputerTabletop, ComputerShipyardScrap] + parent: [BaseStructureIndestructible, BaseStructureComputerTabletop, ComputerShipyardScrap] id: ComputerTabletopShipyardScrap components: - type: Sprite diff --git a/Resources/Prototypes/_NF/Entities/Structures/Machines/telecomms.yml b/Resources/Prototypes/_NF/Entities/Structures/Machines/telecomms.yml index 0dddfd2c863..c160bbe9bfe 100644 --- a/Resources/Prototypes/_NF/Entities/Structures/Machines/telecomms.yml +++ b/Resources/Prototypes/_NF/Entities/Structures/Machines/telecomms.yml @@ -31,3 +31,23 @@ - EncryptionKeySecurity - EncryptionKeyService - EncryptionKeyTraffic + +- type: entity + parent: TelecomServer + id: TelecomServerFilledSyndicate + suffix: Syndicate + components: + - type: ContainerFill + containers: + key_slots: + - EncryptionKeySyndie + +- type: entity + parent: TelecomServer + id: TelecomServerFilledFreelance + suffix: Freelance + components: + - type: ContainerFill + containers: + key_slots: + - EncryptionKeyFreelance diff --git a/Resources/Prototypes/_NF/Entities/Structures/atm.yml b/Resources/Prototypes/_NF/Entities/Structures/atm.yml index db16941fcf1..51f67ee1133 100644 --- a/Resources/Prototypes/_NF/Entities/Structures/atm.yml +++ b/Resources/Prototypes/_NF/Entities/Structures/atm.yml @@ -167,6 +167,28 @@ - key: enum.BankATMMenuUiKey.BlackMarket type: BankATMMenuBoundUserInterface +- type: entity + suffix: Wallmount, BlackMarket + parent: [ComputerBankATMBase, ComputerBankATMDeposit, BaseStructureDisableToolUse, BaseStructureDestructible, BaseStructureWallmount, BaseStructureComputer] + id: ComputerWallmountBlackMarketBankATM + description: Has some sketchy looking modifications and a sticker that says DEPOSIT FEE 30% + components: + - type: Sprite + netsync: false + noRot: true + sprite: _NF/Structures/Machines/atm/wall_illegal_atm.rsi + layers: + - map: ["computerLayerBody"] + state: icon + - map: ["computerLayerScreen"] + state: unshaded + - type: ActivatableUI + key: enum.BankATMMenuUiKey.BlackMarket + - type: UserInterface + interfaces: + - key: enum.BankATMMenuUiKey.BlackMarket + type: BankATMMenuBoundUserInterface + - type: entity name: station administration console parent: [ComputerBankATMBase, BaseStructureDisableToolUse, BaseStructureIndestructible, BaseStructureAccessReaderImmuneToEmag, BaseStructureComputer] diff --git a/Resources/Prototypes/_NF/Entities/Structures/hydro_tray.yml b/Resources/Prototypes/_NF/Entities/Structures/hydro_tray.yml index 0730ffb9f70..7a4c4133f45 100644 --- a/Resources/Prototypes/_NF/Entities/Structures/hydro_tray.yml +++ b/Resources/Prototypes/_NF/Entities/Structures/hydro_tray.yml @@ -29,3 +29,5 @@ state: harvest3 map: [ "harvest_alert" ] visible: false + - type: Machine + board: Null diff --git a/Resources/Prototypes/_NF/Entities/Tiles/water.yml b/Resources/Prototypes/_NF/Entities/Tiles/water.yml new file mode 100644 index 00000000000..c3456793acb --- /dev/null +++ b/Resources/Prototypes/_NF/Entities/Tiles/water.yml @@ -0,0 +1,63 @@ +- type: entity + id: FloorWaterDecorativeEntity + name: water + suffix: Decorative + description: A real thirst quencher. + placement: + mode: SnapgridCenter + snap: + - Wall + components: +# - type: FloorOccluder + - type: Transform + anchored: true + - type: SyncSprite + - type: Clickable + - type: Sprite + sprite: Tiles/Planet/water.rsi + drawdepth: BelowFloor + layers: + - state: shoreline_water + - type: SolutionContainerManager + solutions: + pool: + maxVol: 9999999 #.inf seems to break the whole yaml file, but would definitely be preferable. + reagents: + - ReagentId: Water + Quantity: 9999999 + - type: SolutionRegeneration + solution: tank + generated: + reagents: + - ReagentId: Water + Quantity: 100 + - type: DrainableSolution + solution: pool + # - type: SpeedModifierContacts + # walkSpeedModifier: 0.5 + # sprintSpeedModifier: 0.5 + - type: Physics + bodyType: Static + - type: Fixtures + fixtures: + fix1: + shape: + !type:PhysShapeAabb + bounds: "-0.5,-0.5,0.5,0.5" + layer: + - SlipLayer + mask: + - ItemMask + density: 1000 + hard: false + - type: FootstepModifier + footstepSoundCollection: + collection: FootstepWater + params: + volume: 8 + - type: StepTrigger # Frontier + requiredTriggeredSpeed: 0 + intersectRatio: 0.1 + blacklist: + tags: + - Catwalk \ No newline at end of file diff --git a/Resources/Prototypes/_NF/Maps/POI/lodge.yml b/Resources/Prototypes/_NF/Maps/POI/lodge.yml index 8bae4a40ffb..f01e2e77c13 100644 --- a/Resources/Prototypes/_NF/Maps/POI/lodge.yml +++ b/Resources/Prototypes/_NF/Maps/POI/lodge.yml @@ -1,7 +1,7 @@ - type: gameMap id: Lodge mapName: 'Expeditionary Lodge' - mapPath: /Maps/_NF/POI/cove.yml + mapPath: /Maps/_NF/POI/lodge.yml minPlayers: 0 stations: Lodge: diff --git a/Resources/Prototypes/radio_channels.yml b/Resources/Prototypes/radio_channels.yml index 7788ca82208..585574a888f 100644 --- a/Resources/Prototypes/radio_channels.yml +++ b/Resources/Prototypes/radio_channels.yml @@ -68,7 +68,7 @@ keycode: 't' frequency: 1213 color: "#8f4a4b" - longRange: true +# longRange: true # Frontier - Move to Syndicate Base - type: radioChannel id: Handheld @@ -94,4 +94,4 @@ frequency: 1984 color: "#f6ce64" # long range since otherwise it'd defeat the point of a handheld radio independent of telecomms - longRange: true + #longRange: true # Frontier - Move to server on cove diff --git a/Resources/Textures/_NF/Structures/Machines/atm/illegal_wall_atm.rsi/icon.png b/Resources/Textures/_NF/Structures/Machines/atm/wall_illegal_atm.rsi/icon.png similarity index 100% rename from Resources/Textures/_NF/Structures/Machines/atm/illegal_wall_atm.rsi/icon.png rename to Resources/Textures/_NF/Structures/Machines/atm/wall_illegal_atm.rsi/icon.png diff --git a/Resources/Textures/_NF/Structures/Machines/atm/illegal_wall_atm.rsi/meta.json b/Resources/Textures/_NF/Structures/Machines/atm/wall_illegal_atm.rsi/meta.json similarity index 100% rename from Resources/Textures/_NF/Structures/Machines/atm/illegal_wall_atm.rsi/meta.json rename to Resources/Textures/_NF/Structures/Machines/atm/wall_illegal_atm.rsi/meta.json diff --git a/Resources/Textures/_NF/Structures/Machines/atm/illegal_wall_atm.rsi/printing.png b/Resources/Textures/_NF/Structures/Machines/atm/wall_illegal_atm.rsi/printing.png similarity index 100% rename from Resources/Textures/_NF/Structures/Machines/atm/illegal_wall_atm.rsi/printing.png rename to Resources/Textures/_NF/Structures/Machines/atm/wall_illegal_atm.rsi/printing.png diff --git a/Resources/Textures/_NF/Structures/Machines/atm/illegal_wall_atm.rsi/unshaded.png b/Resources/Textures/_NF/Structures/Machines/atm/wall_illegal_atm.rsi/unshaded.png similarity index 100% rename from Resources/Textures/_NF/Structures/Machines/atm/illegal_wall_atm.rsi/unshaded.png rename to Resources/Textures/_NF/Structures/Machines/atm/wall_illegal_atm.rsi/unshaded.png From 424509565d82484035d7029ed5134ceaa97caef4 Mon Sep 17 00:00:00 2001 From: FrontierATC Date: Sat, 27 Apr 2024 18:33:49 +0000 Subject: [PATCH 05/58] Automatic Changelog (#1281) --- Resources/Changelog/Changelog.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 7a6b8272aad..5c432a00f0d 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -4311,3 +4311,9 @@ Entries: ion storms. Same for harpies. id: 4948 time: '2024-04-27T17:48:50.0000000+00:00' +- author: dvir01 + changes: + - type: Tweak + message: The pirates moved to a new base, McCove if you will. + id: 4949 + time: '2024-04-27T18:33:25.0000000+00:00' From a6240a5bee8928dd4bdc6ab764cfbe1012bf3e83 Mon Sep 17 00:00:00 2001 From: GingerAvalanche <32864080+GingerAvalanche@users.noreply.github.com> Date: Sat, 27 Apr 2024 12:07:29 -0700 Subject: [PATCH 06/58] Reimplement shuttle designation (#1284) * Reimplement shuttle designation * Add PR comment --- Content.Client/Shuttles/UI/NavScreen.xaml | 5 +++++ Content.Client/Shuttles/UI/NavScreen.xaml.cs | 16 ++++++++++++++++ Resources/Locale/en-US/_NF/shuttles/console.ftl | 3 ++- 3 files changed, 23 insertions(+), 1 deletion(-) diff --git a/Content.Client/Shuttles/UI/NavScreen.xaml b/Content.Client/Shuttles/UI/NavScreen.xaml index 769207ba7f7..8d080f8d613 100644 --- a/Content.Client/Shuttles/UI/NavScreen.xaml +++ b/Content.Client/Shuttles/UI/NavScreen.xaml @@ -30,6 +30,11 @@ HorizontalExpand="True" Margin="3" Name="ReadonlyDisplay"> + + (shuttle, out var metadata)) + { + var shipNameParts = metadata.EntityName.Split(' '); + var designation = shipNameParts[^1]; + if (designation[2] == '-') + { + NavDisplayLabel.Text = string.Join(' ', shipNameParts[..^1]); + ShuttleDesignation.Text = designation; + } + else + NavDisplayLabel.Text = metadata.EntityName; + } + // End Frontier - PR #1284 } private void OnIFFTogglePressed(BaseButton.ButtonEventArgs args) diff --git a/Resources/Locale/en-US/_NF/shuttles/console.ftl b/Resources/Locale/en-US/_NF/shuttles/console.ftl index d22ff4d3bea..ec0a1d12a2a 100644 --- a/Resources/Locale/en-US/_NF/shuttles/console.ftl +++ b/Resources/Locale/en-US/_NF/shuttles/console.ftl @@ -1 +1,2 @@ -shuttle-console-designation = Designation: \ No newline at end of file +shuttle-console-designation = Designation: +shuttle-console-designation-unknown = Unknown From 6659a6ddd4d88ee5e50be146640752a00e6b615e Mon Sep 17 00:00:00 2001 From: FrontierATC Date: Sat, 27 Apr 2024 19:07:53 +0000 Subject: [PATCH 07/58] Automatic Changelog (#1284) --- Resources/Changelog/Changelog.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 5c432a00f0d..2a6a5f9f0a9 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -4317,3 +4317,9 @@ Entries: message: The pirates moved to a new base, McCove if you will. id: 4949 time: '2024-04-27T18:33:25.0000000+00:00' +- author: GingerAvalanche + changes: + - type: Add + message: Shuttle console display UI now shows ship name and designation + id: 4950 + time: '2024-04-27T19:07:30.0000000+00:00' From d49616ea8c03fb7e97639e8a2c3ebbe2f40bd6d7 Mon Sep 17 00:00:00 2001 From: ErhardSteinhauer <65374927+ErhardSteinhauer@users.noreply.github.com> Date: Sun, 28 Apr 2024 02:46:34 +0300 Subject: [PATCH 08/58] Plasteel Recipe Fix (#1289) --- .../Prototypes/_NF/Recipes/Lathes/eva.yml | 24 ------------------- .../_NF/Recipes/Lathes/materials.yml | 16 +++++++++++++ 2 files changed, 16 insertions(+), 24 deletions(-) create mode 100644 Resources/Prototypes/_NF/Recipes/Lathes/materials.yml diff --git a/Resources/Prototypes/_NF/Recipes/Lathes/eva.yml b/Resources/Prototypes/_NF/Recipes/Lathes/eva.yml index b723066b33e..411650e2f8d 100644 --- a/Resources/Prototypes/_NF/Recipes/Lathes/eva.yml +++ b/Resources/Prototypes/_NF/Recipes/Lathes/eva.yml @@ -1,27 +1,3 @@ - -# Cloth: 300 -# Steel: 50 -# Plastic: 50 -# Gold: 100 -# Silver: 100 - -# Raw mats -- type: latheRecipe - id: Durathread - result: MaterialDurathread1 - completetime: 0.2 - materials: - Plastic: 100 - Cloth: 100 - -- type: latheRecipe - id: Plasteel - result: SheetPlasteel1 - completetime: 0.2 - materials: - Plastic: 100 - Steel: 100 - # Softsuits - type: latheRecipe id: ClothingOuterSuitEmergency diff --git a/Resources/Prototypes/_NF/Recipes/Lathes/materials.yml b/Resources/Prototypes/_NF/Recipes/Lathes/materials.yml new file mode 100644 index 00000000000..96b0cb03d4f --- /dev/null +++ b/Resources/Prototypes/_NF/Recipes/Lathes/materials.yml @@ -0,0 +1,16 @@ +# Raw mats +- type: latheRecipe + id: Durathread + result: MaterialDurathread1 + completetime: 0.2 + materials: + Plastic: 100 + Cloth: 100 + +- type: latheRecipe + id: Plasteel + result: SheetPlasteel1 + completetime: 0.2 + materials: + Plasma: 100 + Steel: 100 From f04c266e42f0fea38544cfcb0663c1de4c4cecb2 Mon Sep 17 00:00:00 2001 From: FrontierATC Date: Sat, 27 Apr 2024 23:46:58 +0000 Subject: [PATCH 09/58] Automatic Changelog (#1289) --- Resources/Changelog/Changelog.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 2a6a5f9f0a9..bf867c28abd 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -4323,3 +4323,9 @@ Entries: message: Shuttle console display UI now shows ship name and designation id: 4950 time: '2024-04-27T19:07:30.0000000+00:00' +- author: erhardsteinhauer + changes: + - type: Fix + message: 'Fixes the plasteel recipe to be lore accurate: Plasteel = Plasma + Steel' + id: 4951 + time: '2024-04-27T23:46:34.0000000+00:00' From 55979888bd71bc8b9b1d829931bceacfdf2cbe2f Mon Sep 17 00:00:00 2001 From: Maxtone Date: Sat, 27 Apr 2024 21:43:08 -0500 Subject: [PATCH 10/58] Rotate CW 90 Degrees --- .../_NF/Shuttles/BlackMarket/bocakillo.yml | 1684 +++++++++-------- 1 file changed, 908 insertions(+), 776 deletions(-) diff --git a/Resources/Maps/_NF/Shuttles/BlackMarket/bocakillo.yml b/Resources/Maps/_NF/Shuttles/BlackMarket/bocakillo.yml index 2c92ed8dc3d..1ee842eac32 100644 --- a/Resources/Maps/_NF/Shuttles/BlackMarket/bocakillo.yml +++ b/Resources/Maps/_NF/Shuttles/BlackMarket/bocakillo.yml @@ -9,6 +9,7 @@ tilemap: 2: FloorDarkMono 37: FloorDarkPlastic 97: FloorTechMaint + 3: FloorTechMaint2 113: Lattice 114: Plating entities: @@ -24,11 +25,19 @@ entities: chunks: 0,0: ind: 0,0 - tiles: cgAAAAAAcgAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAcgAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAQAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAQAAAAAAcgAAAAAAAgAAAAAAAgAAAAAAYQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAQAAAAAAcgAAAAAAAgAAAAAAAgAAAAAAYQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAYQAAAAAAcgAAAAAAcgAAAAAAYQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AgAAAAAAcgAAAAAAAgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAAQAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAAwAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAcgAAAAAAAgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAAwAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAQAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAcgAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,0: ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAcgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAcgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAQAAAAAAcgAAAAAAcgAAAAAAYQAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAYQAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAQAAAAAAAQAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAYQAAAAAAAgAAAAAAYQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAAgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAQAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAgAAAAAAcgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcgAAAAAAcgAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAwAAAAAAcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAcgAAAAAAcgAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAcgAAAAAAcgAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAAwAAAAAAcgAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - type: Broadphase - type: Physics @@ -56,131 +65,135 @@ entities: color: '#FFFFFFFF' id: Bot decals: - 0: 3,3 - 1: 4,3 - 2: 4,4 - 3: 3,4 + 60: -1,-2 + 61: 0,-2 + 62: 0,-3 + 63: -1,-3 - node: color: '#FFFFFFFF' id: BotGreyscale decals: - 4: 1,4 + 64: 0,0 - node: cleanable: True color: '#FFFFFFFF' id: DirtHeavy decals: - 12: 0,6 - 13: 1,3 - 18: 0,1 - 19: 1,2 - 20: 1,6 - 21: -1,3 - 22: -8,3 - 23: -9,3 - 24: -10,3 - 25: -10,4 - 26: -10,5 - 27: -9,5 - 28: -1,1 - 38: -3,6 - 39: -1,6 - 40: 2,5 - 41: 5,5 - 42: 5,4 - 43: 5,3 - 44: -2,4 - 45: -7,4 - 52: 0,1 + 103: -1,0 + 104: -3,1 + 105: -1,2 + 106: 2,1 + 107: 1,-1 + 108: 0,3 + 109: 0,8 + 110: 2,4 + 111: 2,2 + 112: 1,-4 + 113: 0,-4 + 114: -1,-4 + 115: 1,-4 + 116: 0,-4 + 117: -1,-4 + 118: -1,9 + 119: -1,10 + 120: -1,11 + 121: 0,11 + 122: 1,11 + 123: 1,10 + 124: 1,10 - node: cleanable: True color: '#FFFFFFFF' id: DirtHeavyMonotile decals: - 14: 4,4 - 15: 4,3 - 16: 3,3 - 17: 3,4 - 29: -2,6 - 34: -6,3 - 35: -5,3 - 36: -4,3 - 37: -3,3 - 53: -2,6 - 54: 3,3 - 55: 3,4 - 56: 4,3 - 57: -8,3 - 58: -9,5 - 59: -9,5 - - node: - cleanable: True - color: '#FFFFFFFF' - id: DirtLight - decals: - 46: 1,4 - 47: 1,4 - 48: 0,6 - 49: 1,2 - 50: 0,1 - - node: - cleanable: True - color: '#FFFFFFFF' - id: DirtMedium - decals: - 51: 0,1 + 77: -3,1 + 78: -2,0 + 79: -1,0 + 80: 0,0 + 81: 1,0 + 82: 2,0 + 83: 2,1 + 84: 0,-2 + 85: -1,-2 + 86: -1,-3 + 87: 0,-3 + 88: 2,2 + 89: 2,4 + 90: 2,3 + 91: 0,3 + 92: -3,2 + 93: -1,4 + 94: -1,5 + 95: -1,6 + 96: -1,7 + 97: -1,9 + 98: -1,10 + 99: -1,11 + 100: 0,11 + 101: 1,11 + 102: 1,10 + 125: 2,0 + 126: -2,0 + 127: 0,-2 + 128: -1,-3 + 129: -1,4 + 130: -1,5 + 131: -1,6 + 132: -1,7 + 133: -1,6 + 134: -1,6 + 135: -1,6 - node: color: '#FFFFFFFF' - id: WarnLineE + id: StandClear decals: - 9: -1,6 + 69: 1,-1 - node: color: '#FFFFFFFF' - id: WarnLineGreyscaleW + id: StandClearGreyscale decals: - 11: 0,6 + 72: 0,8 + 73: 0,3 - node: color: '#FFFFFFFF' - id: WarnLineS + id: WarnLineGreyscaleN decals: - 5: 5,3 - 6: 5,4 - 7: 5,5 - 8: -3,6 - 10: 2,5 + 65: 2,1 - node: color: '#FFFFFFFF' id: WarnLineW decals: - 30: -6,3 - 31: -5,3 - 32: -4,3 - 33: -3,3 + 68: 2,3 - type: GridAtmosphere version: 2 data: tiles: 0,0: - 0: 65527 - 0,1: - 0: 65277 - 1: 258 - -3,1: - 0: 61166 - -3,0: - 0: 60928 - -2,0: - 0: 65280 - -2,1: - 0: 65535 + 0: 21879 -1,0: - 0: 65518 + 0: 3820 + 1: 4096 + 0,1: + 0: 4373 + 1: 52416 -1,1: - 0: 65535 - 1,1: - 0: 4915 - 1,0: - 0: 13072 + 0: 34952 + 1: 3 + 0,2: + 0: 13105 + 1: 32768 + -1,2: + 0: 34944 + 0,-1: + 0: 9011 + 1: 34944 + 0,3: + 1: 12 + -1,-1: + 1: 12832 + 0: 2184 + -1,3: + 1: 4 uniqueMixes: - volume: 2500 temperature: 293.15 @@ -198,10 +211,10 @@ entities: - 0 - 0 - volume: 2500 - temperature: 293.14996 + immutable: True moles: - - 20.078888 - - 75.53487 + - 0 + - 0 - 0 - 0 - 0 @@ -217,599 +230,709 @@ entities: - type: RadiationGridResistance - proto: AirCanister entities: - - uid: 229 + - uid: 126 components: - type: Transform anchored: True - pos: 1.5,3.5 + pos: -0.5,0.5 parent: 2 - type: Physics bodyType: Static - proto: AirlockExternalGlass entities: - - uid: 10 + - uid: 11 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,5.5 + pos: 2.5,4.5 parent: 2 - - uid: 88 + - uid: 57 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,6.5 + pos: 1.5,-0.5 parent: 2 - - uid: 118 + - type: Door + secondsUntilStateChange: -93.89965 + state: Opening + - type: DeviceLinkSource + lastSignals: + DoorStatus: True + - uid: 59 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,6.5 + pos: 2.5,2.5 parent: 2 - proto: AirlockHatch entities: - - uid: 112 + - uid: 58 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,4.5 + pos: 0.5,8.5 parent: 2 - - uid: 114 + - uid: 196 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,4.5 + pos: 0.5,3.5 parent: 2 - proto: AirlockShuttleSyndicate entities: - - uid: 162 + - uid: 56 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,5.5 + pos: 0.5,-3.5 parent: 2 - - uid: 173 + - uid: 63 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,3.5 + pos: 1.5,-3.5 parent: 2 - - uid: 217 + - uid: 64 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,4.5 + pos: -0.5,-3.5 parent: 2 - proto: APCBasic entities: - - uid: 110 + - uid: 221 components: - type: Transform - pos: -7.5,6.5 + rot: -1.5707963267948966 rad + pos: 2.5,9.5 parent: 2 - proto: AtmosDeviceFanTiny entities: - - uid: 76 + - uid: 162 components: - type: Transform rot: -1.5707963267948966 rad - pos: 5.5,3.5 + pos: 0.5,-3.5 parent: 2 - - uid: 77 + - uid: 218 components: - type: Transform rot: -1.5707963267948966 rad - pos: 5.5,5.5 + pos: -0.5,-3.5 parent: 2 - - uid: 161 + - uid: 247 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,6.5 + rot: -1.5707963267948966 rad + pos: 1.5,-3.5 parent: 2 - - uid: 223 + - uid: 248 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,4.5 + parent: 2 +- proto: AtmosFixBlockerMarker + entities: + - uid: 249 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 2 + - uid: 250 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 2 + - uid: 251 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 2 + - uid: 252 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 2 + - uid: 253 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 2 + - uid: 254 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 2 + - uid: 255 + components: + - type: Transform + pos: -3.5,3.5 + parent: 2 + - uid: 256 + components: + - type: Transform + pos: 3.5,-0.5 + parent: 2 + - uid: 257 + components: + - type: Transform + pos: -2.5,4.5 + parent: 2 + - uid: 258 + components: + - type: Transform + pos: -3.5,4.5 + parent: 2 + - uid: 259 + components: + - type: Transform + pos: 3.5,12.5 + parent: 2 + - uid: 260 + components: + - type: Transform + pos: 3.5,11.5 + parent: 2 + - uid: 261 + components: + - type: Transform + pos: 2.5,12.5 + parent: 2 + - uid: 262 + components: + - type: Transform + pos: -1.5,12.5 + parent: 2 + - uid: 263 + components: + - type: Transform + pos: 3.5,7.5 + parent: 2 + - uid: 264 + components: + - type: Transform + pos: 2.5,7.5 + parent: 2 + - uid: 265 + components: + - type: Transform + pos: 2.5,6.5 + parent: 2 + - uid: 266 + components: + - type: Transform + pos: 2.5,5.5 + parent: 2 + - uid: 267 + components: + - type: Transform + pos: 3.5,5.5 + parent: 2 + - uid: 268 components: - type: Transform - pos: 5.5,4.5 + pos: 3.5,6.5 parent: 2 - proto: BlastDoorOpen entities: - - uid: 46 + - uid: 4 components: - type: Transform - pos: -6.5,3.5 + pos: -0.5,12.5 parent: 2 - type: DeviceLinkSink links: - - 129 - - uid: 50 + - 186 + - uid: 171 components: - type: Transform - pos: -10.5,4.5 + pos: 1.5,6.5 parent: 2 - type: DeviceLinkSink links: - - 129 - - uid: 56 + - 186 + - uid: 184 components: - type: Transform - pos: 1.5,1.5 + pos: 1.5,12.5 parent: 2 - type: DeviceLinkSink links: - - 129 - - uid: 58 + - 186 + - uid: 212 components: - type: Transform - pos: -10.5,3.5 + pos: -0.5,8.5 parent: 2 - type: DeviceLinkSink links: - - 129 - - uid: 64 + - 186 + - uid: 219 components: - type: Transform - pos: -4.5,5.5 + pos: 0.5,12.5 parent: 2 - type: DeviceLinkSink links: - - 129 - - uid: 78 + - 186 + - uid: 220 components: - type: Transform - pos: -10.5,5.5 + pos: -2.5,0.5 parent: 2 - type: DeviceLinkSink links: - - 129 + - 186 - proto: BoxBodyBag entities: - - uid: 244 + - uid: 192 components: - type: Transform - parent: 243 + parent: 191 - type: Physics canCollide: False - type: InsideEntityStorage - proto: ButtonFrameCaution entities: - - uid: 55 + - uid: 213 components: - type: Transform - pos: -9.5,6.5 + rot: -1.5707963267948966 rad + pos: 2.5,11.5 parent: 2 - proto: ButtonFrameCautionSecurity entities: - - uid: 121 + - uid: 175 components: - type: Transform - pos: -8.5,6.5 + rot: -1.5707963267948966 rad + pos: 2.5,10.5 parent: 2 - proto: CableApcExtension entities: - - uid: 26 + - uid: 16 components: - type: Transform - pos: 0.5,4.5 + pos: 2.5,9.5 parent: 2 - - uid: 35 + - uid: 55 components: - type: Transform - pos: -3.5,4.5 + pos: 1.5,-0.5 parent: 2 - - uid: 41 + - uid: 60 components: - type: Transform - pos: -6.5,4.5 + pos: 1.5,0.5 parent: 2 - - uid: 62 + - uid: 65 components: - type: Transform - pos: -0.5,2.5 + pos: 0.5,3.5 parent: 2 - - uid: 63 + - uid: 66 components: - type: Transform - pos: 0.5,5.5 + pos: 0.5,6.5 parent: 2 - uid: 67 components: - type: Transform - pos: 1.5,5.5 + pos: 1.5,1.5 parent: 2 - uid: 68 components: - type: Transform - pos: 2.5,5.5 + pos: -1.5,1.5 parent: 2 - - uid: 69 + - uid: 70 components: - type: Transform - pos: 0.5,2.5 + pos: -0.5,1.5 parent: 2 - uid: 71 components: - type: Transform - pos: -2.5,4.5 + pos: 0.5,4.5 parent: 2 - uid: 74 components: - type: Transform - pos: -7.5,5.5 + pos: 1.5,-1.5 parent: 2 - - uid: 104 + - uid: 90 components: - type: Transform - pos: -8.5,4.5 + pos: 0.5,8.5 parent: 2 - - uid: 127 + - uid: 99 components: - type: Transform - pos: -7.5,6.5 + pos: 0.5,1.5 parent: 2 - - uid: 130 + - uid: 106 components: - type: Transform - pos: -4.5,4.5 + pos: 0.5,10.5 parent: 2 - - uid: 131 + - uid: 139 components: - type: Transform - pos: -1.5,4.5 + pos: 0.5,9.5 parent: 2 - - uid: 134 + - uid: 153 components: - type: Transform - pos: -5.5,4.5 + pos: 0.5,2.5 parent: 2 - - uid: 135 + - uid: 154 components: - type: Transform - pos: 3.5,5.5 + pos: -1.5,2.5 parent: 2 - - uid: 138 + - uid: 167 components: - type: Transform - pos: -7.5,4.5 + pos: 0.5,5.5 parent: 2 - - uid: 139 + - uid: 168 components: - type: Transform - pos: 0.5,3.5 + pos: 1.5,9.5 parent: 2 - - uid: 180 + - uid: 169 components: - type: Transform - pos: -0.5,4.5 + pos: 0.5,7.5 parent: 2 - proto: CableHV entities: - - uid: 89 + - uid: 105 components: - type: Transform - pos: -5.5,3.5 + pos: -0.5,6.5 parent: 2 - - uid: 108 + - uid: 135 components: - type: Transform - pos: -4.5,3.5 + pos: -0.5,7.5 parent: 2 - proto: CableMV entities: - - uid: 27 + - uid: 19 components: - type: Transform - pos: -6.5,4.5 + pos: 2.5,9.5 parent: 2 - - uid: 36 + - uid: 27 components: - type: Transform - pos: -5.5,3.5 + pos: -0.5,7.5 parent: 2 - - uid: 38 + - uid: 44 components: - type: Transform - pos: -7.5,5.5 + pos: 0.5,8.5 parent: 2 - - uid: 65 + - uid: 45 components: - type: Transform - pos: -7.5,4.5 + pos: 1.5,9.5 parent: 2 - - uid: 66 + - uid: 46 components: - type: Transform - pos: -7.5,6.5 + pos: 0.5,7.5 parent: 2 - - uid: 70 + - uid: 47 components: - type: Transform - pos: -5.5,4.5 + pos: 0.5,9.5 parent: 2 - proto: CannonBall entities: - - uid: 98 + - uid: 205 components: - type: Transform - parent: 91 + parent: 197 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 101 + - uid: 206 components: - type: Transform - parent: 91 + parent: 197 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 102 + - uid: 207 components: - type: Transform - parent: 91 + parent: 197 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 103 + - uid: 208 components: - type: Transform - parent: 91 + parent: 197 - type: Physics canCollide: False - type: InsideEntityStorage - proto: CannonBallGlassshot entities: - - uid: 95 + - uid: 201 components: - type: Transform - parent: 91 + parent: 197 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 97 + - uid: 202 components: - type: Transform - parent: 91 + parent: 197 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 99 + - uid: 203 components: - type: Transform - parent: 91 + parent: 197 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 100 + - uid: 204 components: - type: Transform - parent: 91 + parent: 197 - type: Physics canCollide: False - type: InsideEntityStorage - proto: CannonBallGrapeshot entities: - - uid: 92 + - uid: 198 components: - type: Transform - parent: 91 + parent: 197 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 93 + - uid: 199 components: - type: Transform - parent: 91 + parent: 197 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 94 + - uid: 200 components: - type: Transform - parent: 91 + parent: 197 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 96 + - uid: 210 components: - type: Transform - parent: 91 + parent: 197 - type: Physics canCollide: False - type: InsideEntityStorage - proto: Catwalk entities: - - uid: 3 + - uid: 80 components: - type: Transform - pos: 3.5,5.5 + rot: 1.5707963267948966 rad + pos: 0.5,10.5 parent: 2 - - uid: 5 + - uid: 82 components: - type: Transform - pos: 0.5,5.5 + rot: 1.5707963267948966 rad + pos: 1.5,1.5 parent: 2 - - uid: 24 + - uid: 87 components: - type: Transform - pos: -7.5,4.5 + rot: 1.5707963267948966 rad + pos: 2.5,6.5 parent: 2 - - uid: 48 + - uid: 88 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,6.5 + rot: 1.5707963267948966 rad + pos: 2.5,5.5 parent: 2 - - uid: 51 + - uid: 89 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,7.5 + rot: 1.5707963267948966 rad + pos: 1.5,-1.5 parent: 2 - - uid: 52 + - uid: 147 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,7.5 + rot: 1.5707963267948966 rad + pos: 1.5,0.5 parent: 2 - - uid: 53 + - uid: 148 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,6.5 + rot: 1.5707963267948966 rad + pos: 1.5,9.5 parent: 2 - - uid: 61 + - uid: 159 components: - type: Transform - pos: -5.5,4.5 + rot: 1.5707963267948966 rad + pos: 3.5,6.5 parent: 2 - - uid: 80 + - uid: 160 components: - type: Transform - pos: 0.5,3.5 + rot: 1.5707963267948966 rad + pos: 0.5,7.5 parent: 2 - - uid: 86 + - uid: 161 components: - type: Transform - pos: 0.5,2.5 + rot: 1.5707963267948966 rad + pos: 3.5,5.5 parent: 2 - - uid: 113 + - uid: 174 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,6.5 + rot: 1.5707963267948966 rad + pos: 3.5,7.5 parent: 2 - - uid: 126 + - uid: 177 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,7.5 + rot: 1.5707963267948966 rad + pos: -1.5,2.5 parent: 2 - - uid: 141 + - uid: 190 components: - type: Transform - pos: -3.5,4.5 + rot: 1.5707963267948966 rad + pos: -0.5,1.5 parent: 2 - - uid: 142 + - uid: 215 components: - type: Transform - pos: -2.5,4.5 + rot: 1.5707963267948966 rad + pos: 1.5,-2.5 parent: 2 - - uid: 143 + - uid: 228 components: - type: Transform - pos: -7.5,5.5 + rot: 1.5707963267948966 rad + pos: 0.5,5.5 parent: 2 - - uid: 144 + - uid: 229 components: - type: Transform - pos: -0.5,4.5 + rot: 1.5707963267948966 rad + pos: 0.5,4.5 parent: 2 - - uid: 145 + - uid: 230 components: - type: Transform - pos: 0.5,4.5 + rot: 1.5707963267948966 rad + pos: 0.5,2.5 parent: 2 - - uid: 146 + - uid: 232 components: - type: Transform - pos: -0.5,2.5 + rot: 1.5707963267948966 rad + pos: 0.5,6.5 parent: 2 - - uid: 179 + - uid: 234 components: - type: Transform - pos: -4.5,4.5 + rot: 1.5707963267948966 rad + pos: -1.5,1.5 parent: 2 - - uid: 185 + - uid: 238 components: - type: Transform - pos: 1.5,5.5 + rot: 1.5707963267948966 rad + pos: 0.5,9.5 parent: 2 - - uid: 208 + - uid: 240 components: - type: Transform rot: 1.5707963267948966 rad - pos: 4.5,5.5 + pos: 2.5,7.5 parent: 2 - - uid: 230 + - uid: 242 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,4.5 + rot: 1.5707963267948966 rad + pos: 0.5,1.5 parent: 2 - proto: ChairPilotSeat entities: - - uid: 148 + - uid: 100 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,5.5 + rot: 3.141592653589793 rad + pos: 1.5,10.5 parent: 2 - - uid: 150 + - uid: 172 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,6.5 + pos: -2.5,1.5 parent: 2 - - uid: 186 + - uid: 176 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,1.5 + pos: 2.5,7.5 parent: 2 - proto: ClockworkGrille entities: - - uid: 39 + - uid: 1 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,3.5 + pos: 0.5,12.5 parent: 2 - - uid: 45 + - uid: 3 components: - type: Transform - pos: -6.5,3.5 + pos: -0.5,-0.5 parent: 2 - - uid: 54 + - uid: 9 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,5.5 + pos: 1.5,12.5 parent: 2 - - uid: 60 + - uid: 10 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,5.5 + pos: 0.5,-0.5 parent: 2 - - uid: 105 + - uid: 12 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,4.5 + pos: 1.5,6.5 parent: 2 - - uid: 163 + - uid: 85 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,1.5 + pos: -2.5,0.5 parent: 2 - - uid: 172 + - uid: 120 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,4.5 + pos: -0.5,8.5 parent: 2 - - uid: 213 + - uid: 122 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,3.5 + pos: -0.5,12.5 parent: 2 - proto: ClosetWall entities: - - uid: 243 + - uid: 191 components: - type: Transform - pos: 0.5,7.5 + rot: -1.5707963267948966 rad + pos: 3.5,1.5 parent: 2 - type: EntityStorage air: @@ -835,45 +958,43 @@ entities: showEnts: False occludes: True ents: - - 244 + - 192 - proto: ComputerIFF entities: - - uid: 119 + - uid: 195 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,5.5 + rot: 3.141592653589793 rad + pos: 1.5,9.5 parent: 2 - proto: ComputerTabletopRadar entities: - - uid: 49 + - uid: 137 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,4.5 + pos: 0.5,11.5 parent: 2 - proto: ComputerTabletopShuttleAntag entities: - - uid: 75 + - uid: 6 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,5.5 + pos: 1.5,11.5 parent: 2 - proto: ComputerTabletopStationRecords entities: - - uid: 214 + - uid: 81 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,3.5 + rot: 1.5707963267948966 rad + pos: -0.5,10.5 parent: 2 - proto: CratePirate entities: - - uid: 91 + - uid: 197 components: - type: Transform - pos: 1.5,4.5 + pos: 0.5,0.5 parent: 2 - type: EntityStorage air: @@ -899,1041 +1020,1052 @@ entities: showEnts: False occludes: True ents: - - 234 - - 92 - - 93 - - 94 - - 95 - - 96 - - 97 - - 98 - - 99 - - 100 - - 101 - - 102 - - 103 + - 209 + - 208 + - 207 + - 206 + - 205 + - 204 + - 203 + - 202 + - 201 + - 200 + - 199 + - 198 + - 210 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - proto: DefibrillatorCabinetFilled entities: - - uid: 218 + - uid: 149 components: - type: Transform - pos: -2.5,5.5 + rot: -1.5707963267948966 rad + pos: 1.5,4.5 parent: 2 - proto: DisposalBend entities: - - uid: 20 + - uid: 178 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,1.5 + rot: 1.5707963267948966 rad + pos: -2.5,2.5 parent: 2 - proto: DisposalPipe entities: - - uid: 8 + - uid: 37 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,1.5 + pos: -2.5,-0.5 parent: 2 - - uid: 9 + - uid: 109 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,1.5 + pos: -2.5,0.5 parent: 2 - - uid: 31 + - uid: 115 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,1.5 + pos: -2.5,1.5 parent: 2 - - uid: 154 + - uid: 124 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,1.5 + pos: -2.5,-1.5 parent: 2 - proto: DisposalTrunk entities: - - uid: 37 + - uid: 5 components: - type: Transform - pos: -0.5,2.5 + rot: -1.5707963267948966 rad + pos: -1.5,2.5 parent: 2 - - uid: 81 + - uid: 98 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,1.5 + rot: 3.141592653589793 rad + pos: -2.5,-2.5 parent: 2 - proto: DisposalUnit entities: - - uid: 14 + - uid: 179 components: - type: Transform - pos: -0.5,2.5 + pos: -1.5,2.5 parent: 2 - proto: ExtinguisherCabinetFilled entities: - - uid: 242 + - uid: 231 components: - type: Transform - pos: -0.5,5.5 + rot: -1.5707963267948966 rad + pos: 1.5,2.5 parent: 2 - proto: FaxMachineShipAntag entities: - - uid: 90 + - uid: 222 components: - type: Transform - pos: -9.5,3.5 + pos: -0.5,11.5 parent: 2 - proto: GasPassiveVent entities: - - uid: 216 + - uid: 121 components: - type: Transform - pos: 4.5,7.5 + rot: -1.5707963267948966 rad + pos: 3.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#FF2222FF' + color: '#FF1111FF' - proto: GasPipeBend entities: - - uid: 165 + - uid: 39 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,3.5 + rot: 1.5707963267948966 rad + pos: -0.5,10.5 parent: 2 - type: AtmosPipeColor color: '#0088FFFF' - - uid: 209 + - uid: 111 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,5.5 + pos: 1.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF2222FF' - - uid: 210 + color: '#FF1111FF' + - uid: 134 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,5.5 + rot: 3.141592653589793 rad + pos: 1.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#FF2222FF' + color: '#FF1111FF' - proto: GasPipeStraight entities: - - uid: 4 + - uid: 20 components: - type: Transform rot: -1.5707963267948966 rad - pos: -5.5,4.5 + pos: 2.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#FF2222FF' - - uid: 7 + color: '#FF1111FF' + - uid: 26 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,3.5 + rot: 3.141592653589793 rad + pos: -0.5,0.5 parent: 2 - type: AtmosPipeColor color: '#0088FFFF' - - uid: 164 + - uid: 28 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,3.5 + rot: 3.141592653589793 rad + pos: -0.5,8.5 parent: 2 - type: AtmosPipeColor color: '#0088FFFF' - - uid: 166 + - uid: 36 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,3.5 + pos: 1.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#0088FFFF' - - uid: 168 + color: '#FF1111FF' + - uid: 38 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,3.5 + rot: 3.141592653589793 rad + pos: 0.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0088FFFF' - - uid: 188 + color: '#FF1111FF' + - uid: 43 components: - type: Transform rot: 3.141592653589793 rad - pos: 4.5,6.5 + pos: 0.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#FF2222FF' - - uid: 196 + color: '#FF1111FF' + - uid: 50 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,3.5 + pos: 1.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0088FFFF' - - uid: 197 + color: '#FF1111FF' + - uid: 78 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,3.5 + rot: 3.141592653589793 rad + pos: -0.5,3.5 parent: 2 - type: AtmosPipeColor color: '#0088FFFF' - - uid: 198 + - uid: 91 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,3.5 + rot: 3.141592653589793 rad + pos: 0.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#0088FFFF' - - uid: 199 + color: '#FF1111FF' + - uid: 96 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,4.5 + rot: 3.141592653589793 rad + pos: -0.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#FF2222FF' - - uid: 200 + color: '#0088FFFF' + - uid: 108 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,4.5 + rot: 3.141592653589793 rad + pos: 0.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#FF2222FF' - - uid: 201 + color: '#FF1111FF' + - uid: 112 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,3.5 + rot: 3.141592653589793 rad + pos: -0.5,4.5 parent: 2 - type: AtmosPipeColor color: '#0088FFFF' - - uid: 202 + - uid: 113 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,4.5 + rot: 3.141592653589793 rad + pos: -0.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#FF2222FF' - - uid: 203 + color: '#0088FFFF' + - uid: 114 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,4.5 + rot: 3.141592653589793 rad + pos: -0.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF2222FF' - - uid: 204 + color: '#0088FFFF' + - uid: 117 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,5.5 + rot: 3.141592653589793 rad + pos: 0.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#FF2222FF' - - uid: 222 + color: '#FF1111FF' + - uid: 118 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,5.5 + rot: 3.141592653589793 rad + pos: 0.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#FF2222FF' - - uid: 224 + color: '#FF1111FF' + - uid: 125 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,4.5 + rot: 3.141592653589793 rad + pos: -0.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF2222FF' - - uid: 231 + color: '#0088FFFF' + - uid: 130 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,3.5 + rot: 3.141592653589793 rad + pos: -0.5,-0.5 parent: 2 - type: AtmosPipeColor color: '#0088FFFF' - proto: GasPipeTJunction entities: - - uid: 167 + - uid: 34 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,4.5 + rot: 1.5707963267948966 rad + pos: -0.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#FF2222FF' - - uid: 181 + color: '#0088FFFF' + - uid: 41 components: - type: Transform - pos: -3.5,4.5 + rot: -1.5707963267948966 rad + pos: 0.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#FF2222FF' - - uid: 182 + color: '#FF1111FF' + - uid: 48 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,3.5 + rot: 1.5707963267948966 rad + pos: -0.5,2.5 parent: 2 - type: AtmosPipeColor color: '#0088FFFF' - - uid: 207 + - uid: 49 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,3.5 + rot: -1.5707963267948966 rad + pos: 1.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0088FFFF' - - uid: 225 + color: '#FF1111FF' + - uid: 51 components: - type: Transform - pos: 3.5,5.5 + rot: 3.141592653589793 rad + pos: 0.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF2222FF' + color: '#FF1111FF' - proto: GasPort entities: - - uid: 151 + - uid: 131 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,3.5 + rot: 3.141592653589793 rad + pos: -0.5,0.5 parent: 2 - type: AtmosPipeColor color: '#0088FFFF' - proto: GasVentPump entities: - - uid: 205 + - uid: 23 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,3.5 + rot: 3.141592653589793 rad + pos: -0.5,-1.5 parent: 2 - type: AtmosPipeColor color: '#0088FFFF' - - uid: 206 + - uid: 132 components: - type: Transform - pos: -4.5,4.5 + rot: -1.5707963267948966 rad + pos: 0.5,10.5 parent: 2 - type: AtmosPipeColor color: '#0088FFFF' - - uid: 211 + - uid: 141 components: - type: Transform - pos: -0.5,4.5 + rot: -1.5707963267948966 rad + pos: 0.5,2.5 parent: 2 - type: AtmosPipeColor color: '#0088FFFF' - - uid: 219 + - uid: 142 components: - type: Transform - pos: -8.5,4.5 + rot: -1.5707963267948966 rad + pos: 0.5,6.5 parent: 2 - type: AtmosPipeColor color: '#0088FFFF' - proto: GasVentScrubber entities: - - uid: 140 + - uid: 33 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,4.5 + pos: 0.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#FF2222FF' - - uid: 147 + color: '#FF1111FF' + - uid: 35 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,3.5 + rot: 1.5707963267948966 rad + pos: -0.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF2222FF' - - uid: 169 + color: '#FF1111FF' + - uid: 165 components: - type: Transform rot: 1.5707963267948966 rad - pos: -7.5,4.5 + pos: -0.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#FF2222FF' - - uid: 220 + color: '#FF1111FF' + - uid: 166 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,3.5 + rot: 1.5707963267948966 rad + pos: 0.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#FF2222FF' + color: '#FF1111FF' - proto: GravityGeneratorMini entities: - - uid: 72 + - uid: 21 components: - type: Transform - pos: -2.5,3.5 + pos: -0.5,4.5 parent: 2 - proto: Gyroscope entities: - - uid: 73 + - uid: 17 components: - type: Transform - pos: -3.5,3.5 + pos: -0.5,5.5 parent: 2 - type: Thruster originalPowerLoad: 1500 - proto: LockerWallMedicalFilled entities: - - uid: 241 + - uid: 216 components: - type: Transform - pos: -3.5,5.5 + rot: -1.5707963267948966 rad + pos: 1.5,5.5 parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14923 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 - proto: PirateFlag entities: - - uid: 237 + - uid: 79 components: - type: Transform - pos: 4.5,6.5 + pos: 3.5,9.5 parent: 2 - - uid: 238 + - uid: 152 components: - type: Transform - pos: -7.5,7.5 + pos: -3.5,1.5 parent: 2 - - uid: 239 + - uid: 170 components: - type: Transform - pos: -8.5,2.5 + pos: -1.5,10.5 parent: 2 - - uid: 240 + - uid: 211 components: - type: Transform - pos: 0.5,0.5 + pos: 2.5,-2.5 parent: 2 - proto: PirateHandyFlag entities: - - uid: 234 + - uid: 209 components: - type: Transform - parent: 91 + parent: 197 - type: Physics canCollide: False - type: InsideEntityStorage - proto: PlastitaniumWindow entities: - - uid: 11 + - uid: 144 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,3.5 + pos: -2.5,0.5 parent: 2 - - uid: 15 + - uid: 151 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,4.5 + rot: 3.141592653589793 rad + pos: -0.5,12.5 parent: 2 - - uid: 47 + - uid: 173 components: - type: Transform - pos: -6.5,3.5 + rot: 3.141592653589793 rad + pos: 0.5,12.5 parent: 2 - - uid: 84 + - uid: 180 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,4.5 + pos: -0.5,-0.5 parent: 2 - - uid: 157 + - uid: 183 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,5.5 + pos: -0.5,8.5 parent: 2 - - uid: 159 + - uid: 193 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,5.5 + pos: 0.5,-0.5 parent: 2 - - uid: 187 + - uid: 241 components: - type: Transform rot: 3.141592653589793 rad - pos: 1.5,1.5 + pos: 1.5,12.5 parent: 2 - - uid: 232 + - uid: 243 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,3.5 + pos: 1.5,6.5 parent: 2 - proto: PortableGeneratorPacmanShuttle entities: - - uid: 133 + - uid: 24 components: - type: Transform - pos: -4.5,3.5 + pos: -0.5,6.5 parent: 2 - type: FuelGenerator on: False - type: Physics bodyType: Static +- proto: PowerCellRecharger + entities: + - uid: 157 + components: + - type: Transform + pos: -0.5,2.5 + parent: 2 - proto: PoweredlightColoredBlack entities: - - uid: 183 + - uid: 7 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,3.5 + rot: 1.5707963267948966 rad + pos: -0.5,10.5 parent: 2 - proto: PoweredSmallLight entities: - - uid: 149 + - uid: 146 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,6.5 + pos: 2.5,7.5 parent: 2 - - uid: 215 + - uid: 224 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,5.5 + pos: 1.5,1.5 parent: 2 - proto: Railing entities: - - uid: 122 + - uid: 52 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,7.5 + rot: 1.5707963267948966 rad + pos: 3.5,5.5 parent: 2 - - uid: 128 + - uid: 83 components: - type: Transform rot: 3.141592653589793 rad - pos: -3.5,7.5 + pos: 2.5,12.5 parent: 2 - - uid: 132 + - uid: 150 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,7.5 + rot: 1.5707963267948966 rad + pos: 3.5,7.5 parent: 2 - - uid: 170 + - uid: 235 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,7.5 + rot: 1.5707963267948966 rad + pos: 3.5,11.5 parent: 2 - - uid: 212 + - uid: 239 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,6.5 + rot: 1.5707963267948966 rad + pos: 3.5,6.5 parent: 2 - proto: RailingCorner entities: - - uid: 57 + - uid: 138 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,7.5 + rot: -1.5707963267948966 rad + pos: -2.5,-1.5 + parent: 2 + - uid: 181 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,12.5 + parent: 2 + - uid: 223 + components: + - type: Transform + pos: 3.5,-2.5 parent: 2 - proto: SheetPlasma entities: - - uid: 233 + - uid: 188 components: - type: Transform - pos: -4.5,3.5 + pos: -0.5,6.5 parent: 2 - proto: ShuttleGunPirateCannon entities: - - uid: 158 + - uid: 75 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,7.5 + rot: 1.5707963267948966 rad + pos: 3.5,5.5 parent: 2 - type: DeviceLinkSink links: - - 109 - - uid: 160 + - 226 + - uid: 86 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,7.5 + rot: 1.5707963267948966 rad + pos: 3.5,7.5 parent: 2 - type: DeviceLinkSink links: - - 109 + - 226 - proto: SignalButtonDirectional entities: - - uid: 109 - components: - - type: Transform - pos: -8.5,6.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 158: - - Pressed: Trigger - 160: - - Pressed: Trigger - - uid: 129 + - uid: 186 components: - type: Transform - pos: -9.5,6.5 + rot: -1.5707963267948966 rad + pos: 2.5,11.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 78: + 184: - Pressed: Toggle - 50: + 219: - Pressed: Toggle - 58: + 4: - Pressed: Toggle - 46: + 212: - Pressed: Toggle - 64: + 171: - Pressed: Toggle - 56: + 220: - Pressed: Toggle -- proto: SpawnPointPirate - entities: - - uid: 235 + - uid: 226 components: - type: Transform - pos: -4.5,4.5 + rot: -1.5707963267948966 rad + pos: 2.5,10.5 parent: 2 -- proto: SpawnPointPirateCaptain + - type: DeviceLinkSource + linkedPorts: + 86: + - Pressed: Trigger + 75: + - Pressed: Trigger +- proto: SpawnPointLatejoin entities: - - uid: 245 + - uid: 158 components: - type: Transform - pos: -3.5,4.5 + pos: 0.5,6.5 parent: 2 -- proto: SpawnPointPirateFirstMate +- proto: SpawnPointPirate entities: - - uid: 246 + - uid: 164 components: - type: Transform - pos: -2.5,4.5 + pos: 0.5,7.5 parent: 2 - proto: SubstationBasic entities: - - uid: 111 + - uid: 102 components: - type: Transform - pos: -5.5,3.5 + pos: -0.5,7.5 parent: 2 -- proto: SuitStorageEVAPirate +- proto: SuitStoragePirateCap entities: - - uid: 120 + - uid: 156 components: - type: Transform - pos: -0.5,3.5 + pos: -0.5,9.5 parent: 2 -- proto: SuitStoragePirateCap +- proto: SuitStorageWallmountEVAPirate entities: - - uid: 30 + - uid: 76 components: - type: Transform - pos: -7.5,3.5 + pos: -0.5,3.5 parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14923 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: Physics + canCollide: False - proto: TableReinforced entities: - - uid: 79 + - uid: 14 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,4.5 + pos: 0.5,11.5 parent: 2 - - uid: 171 + - uid: 163 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,5.5 + pos: -0.5,2.5 parent: 2 - - uid: 177 + - uid: 189 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,3.5 + pos: -0.5,10.5 parent: 2 - - uid: 184 + - uid: 217 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,3.5 + pos: -0.5,11.5 + parent: 2 + - uid: 245 + components: + - type: Transform + pos: 1.5,11.5 parent: 2 - proto: Thruster entities: - - uid: 16 + - uid: 8 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,0.5 + rot: -1.5707963267948966 rad + pos: 3.5,-0.5 parent: 2 - type: Thruster originalPowerLoad: 1500 - - uid: 21 + - uid: 13 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,0.5 + rot: 3.141592653589793 rad + pos: 3.5,-1.5 parent: 2 - type: Thruster originalPowerLoad: 1500 - - uid: 34 + - uid: 15 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,1.5 + rot: 3.141592653589793 rad + pos: -3.5,-0.5 parent: 2 - type: Thruster originalPowerLoad: 1500 - - uid: 59 + - uid: 182 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,7.5 + pos: -2.5,4.5 parent: 2 - type: Thruster originalPowerLoad: 1500 - - uid: 193 + - uid: 187 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,0.5 + rot: 3.141592653589793 rad + pos: -2.5,-0.5 parent: 2 - type: Thruster originalPowerLoad: 1500 - - uid: 195 + - uid: 225 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,1.5 + pos: -3.5,4.5 parent: 2 - type: Thruster originalPowerLoad: 1500 - - uid: 228 + - uid: 236 components: - type: Transform - pos: 2.5,7.5 + rot: 1.5707963267948966 rad + pos: -3.5,3.5 parent: 2 - type: Thruster originalPowerLoad: 1500 - proto: WallPlastitanium entities: - - uid: 6 + - uid: 18 components: - type: Transform - rot: -1.5707963267948966 rad pos: -1.5,3.5 parent: 2 - - uid: 12 + - uid: 22 components: - type: Transform - pos: 4.5,6.5 + pos: 2.5,-2.5 parent: 2 - - uid: 13 + - uid: 25 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,7.5 + pos: -3.5,2.5 parent: 2 - - uid: 17 + - uid: 29 components: - type: Transform - pos: 4.5,2.5 + pos: -2.5,3.5 parent: 2 - - uid: 18 + - uid: 30 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,5.5 + pos: -1.5,9.5 parent: 2 - - uid: 19 + - uid: 31 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,7.5 + pos: -1.5,11.5 parent: 2 - - uid: 23 + - uid: 32 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,0.5 + pos: -3.5,1.5 parent: 2 - - uid: 25 + - uid: 40 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,2.5 + pos: -1.5,10.5 parent: 2 - - uid: 28 + - uid: 42 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,7.5 + pos: 1.5,4.5 parent: 2 - - uid: 29 + - uid: 53 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,6.5 + pos: 3.5,4.5 parent: 2 - - uid: 32 + - uid: 54 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,6.5 + pos: 2.5,-3.5 parent: 2 - - uid: 33 + - uid: 61 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,2.5 + pos: -1.5,-1.5 parent: 2 - - uid: 42 + - uid: 62 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,2.5 + pos: -1.5,-0.5 parent: 2 - - uid: 43 + - uid: 69 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,2.5 + pos: -1.5,-2.5 parent: 2 - - uid: 44 + - uid: 72 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,2.5 + pos: 3.5,3.5 parent: 2 - - uid: 82 + - uid: 73 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,5.5 + pos: 1.5,2.5 parent: 2 - - uid: 83 + - uid: 77 components: - type: Transform - pos: 3.5,6.5 + pos: 3.5,0.5 parent: 2 - - uid: 85 + - uid: 92 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,6.5 + pos: -0.5,3.5 parent: 2 - - uid: 87 + - uid: 94 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,5.5 + pos: 2.5,9.5 parent: 2 - - uid: 106 + - uid: 95 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,5.5 + pos: 3.5,8.5 parent: 2 - - uid: 107 + - uid: 97 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,2.5 + pos: 2.5,10.5 parent: 2 - - uid: 115 + - uid: 101 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,5.5 + pos: 3.5,9.5 parent: 2 - - uid: 116 + - uid: 103 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,2.5 + pos: 1.5,5.5 parent: 2 - - uid: 117 + - uid: 104 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,7.5 + pos: -1.5,7.5 parent: 2 - - uid: 123 + - uid: 107 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,5.5 + pos: 1.5,3.5 parent: 2 - - uid: 136 + - uid: 110 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,2.5 + pos: 3.5,10.5 parent: 2 - - uid: 137 + - uid: 116 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,2.5 + pos: 1.5,8.5 parent: 2 - - uid: 152 + - uid: 119 components: - type: Transform - pos: 3.5,2.5 + pos: -1.5,5.5 parent: 2 - - uid: 153 + - uid: 123 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,7.5 + pos: -1.5,4.5 parent: 2 - - uid: 155 + - uid: 127 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,7.5 + pos: -1.5,8.5 parent: 2 - - uid: 156 + - uid: 128 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,7.5 + pos: 2.5,8.5 parent: 2 - - uid: 174 + - uid: 129 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,6.5 + pos: 1.5,7.5 parent: 2 - - uid: 175 + - uid: 133 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,6.5 + pos: -1.5,6.5 parent: 2 - - uid: 176 + - uid: 136 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,2.5 + pos: 3.5,1.5 parent: 2 - - uid: 178 + - uid: 140 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,7.5 + pos: 2.5,11.5 parent: 2 - - uid: 190 + - uid: 143 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,0.5 + pos: 2.5,-0.5 parent: 2 - - uid: 191 + - uid: 155 components: - type: Transform - pos: -1.5,1.5 + pos: -1.5,-3.5 parent: 2 - - uid: 192 + - uid: 227 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,0.5 + pos: 3.5,2.5 parent: 2 - - uid: 226 + - uid: 233 components: - type: Transform - pos: 5.5,2.5 + pos: 2.5,-1.5 parent: 2 - - uid: 227 + - uid: 246 components: - type: Transform - pos: 5.5,6.5 + pos: -3.5,0.5 parent: 2 - proto: WallPlastitaniumDiagonal entities: - - uid: 1 + - uid: 84 components: - type: Transform - pos: -9.5,7.5 + pos: -1.5,12.5 parent: 2 - - uid: 22 + - uid: 145 components: - type: Transform - pos: 1.5,2.5 + rot: -1.5707963267948966 rad + pos: 3.5,11.5 parent: 2 - - uid: 124 + - uid: 185 components: - type: Transform - pos: -10.5,6.5 + pos: 2.5,0.5 parent: 2 - - uid: 125 + - uid: 194 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,2.5 + rot: -1.5707963267948966 rad + pos: 2.5,12.5 parent: 2 - - uid: 189 + - uid: 214 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,1.5 + rot: 3.141592653589793 rad + pos: -2.5,2.5 parent: 2 - - uid: 194 + - uid: 237 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,6.5 + rot: -1.5707963267948966 rad + pos: -1.5,0.5 parent: 2 - proto: WallWeaponCapacitorRecharger entities: - - uid: 221 - components: - - type: Transform - pos: -5.5,5.5 - parent: 2 - - uid: 236 + - uid: 244 components: - type: Transform - pos: -1.5,5.5 + rot: -1.5707963267948966 rad + pos: 1.5,7.5 parent: 2 - proto: WarpPointShip entities: - - uid: 40 + - uid: 93 components: - type: Transform - pos: 0.5,4.5 + pos: 0.5,1.5 parent: 2 ... From 31222d1731035f06032ea97cc9a4ca898973aef5 Mon Sep 17 00:00:00 2001 From: Dvir <39403717+dvir001@users.noreply.github.com> Date: Sun, 28 Apr 2024 06:15:52 +0300 Subject: [PATCH 11/58] Conveyor Belts Sprites (#1288) * Belts Sprites * Color fix --- .../Entities/Structures/conveyor.yml | 2 +- .../Graphs/structures/conveyor.yml | 2 +- .../conveyor.rsi/conveyor_loose.png | Bin 0 -> 422 bytes .../conveyor.rsi/conveyor_started_ccw.png | Bin 0 -> 7671 bytes .../conveyor.rsi/conveyor_started_ccw_r.png | Bin 0 -> 7588 bytes .../conveyor.rsi/conveyor_started_cw.png | Bin 0 -> 7637 bytes .../conveyor.rsi/conveyor_started_cw_r.png | Bin 0 -> 8262 bytes .../conveyor.rsi/conveyor_stopped_ccw.png | Bin 0 -> 2819 bytes .../conveyor.rsi/conveyor_stopped_cw.png | Bin 0 -> 2873 bytes .../Structures/conveyor.rsi/greenlight.png | Bin 0 -> 96 bytes .../_NF/Structures/conveyor.rsi/meta.json | 256 ++++++++++++++++++ .../_NF/Structures/conveyor.rsi/redlight.png | Bin 0 -> 94 bytes .../Structures/conveyor.rsi/switch-fwd.png | Bin 0 -> 277 bytes .../Structures/conveyor.rsi/switch-off.png | Bin 0 -> 168 bytes .../Structures/conveyor.rsi/switch-rev.png | Bin 0 -> 283 bytes .../_NF/Structures/conveyor.rsi/switch.png | Bin 0 -> 168 bytes 16 files changed, 258 insertions(+), 2 deletions(-) create mode 100644 Resources/Textures/_NF/Structures/conveyor.rsi/conveyor_loose.png create mode 100644 Resources/Textures/_NF/Structures/conveyor.rsi/conveyor_started_ccw.png create mode 100644 Resources/Textures/_NF/Structures/conveyor.rsi/conveyor_started_ccw_r.png create mode 100644 Resources/Textures/_NF/Structures/conveyor.rsi/conveyor_started_cw.png create mode 100644 Resources/Textures/_NF/Structures/conveyor.rsi/conveyor_started_cw_r.png create mode 100644 Resources/Textures/_NF/Structures/conveyor.rsi/conveyor_stopped_ccw.png create mode 100644 Resources/Textures/_NF/Structures/conveyor.rsi/conveyor_stopped_cw.png create mode 100644 Resources/Textures/_NF/Structures/conveyor.rsi/greenlight.png create mode 100644 Resources/Textures/_NF/Structures/conveyor.rsi/meta.json create mode 100644 Resources/Textures/_NF/Structures/conveyor.rsi/redlight.png create mode 100644 Resources/Textures/_NF/Structures/conveyor.rsi/switch-fwd.png create mode 100644 Resources/Textures/_NF/Structures/conveyor.rsi/switch-off.png create mode 100644 Resources/Textures/_NF/Structures/conveyor.rsi/switch-rev.png create mode 100644 Resources/Textures/_NF/Structures/conveyor.rsi/switch.png diff --git a/Resources/Prototypes/Entities/Structures/conveyor.yml b/Resources/Prototypes/Entities/Structures/conveyor.yml index 4dc879b0f6a..e5439ab140c 100644 --- a/Resources/Prototypes/Entities/Structures/conveyor.yml +++ b/Resources/Prototypes/Entities/Structures/conveyor.yml @@ -12,7 +12,7 @@ - type: Transform anchored: true - type: Sprite - sprite: Structures/conveyor.rsi + sprite: _NF/Structures/conveyor.rsi # Frontier state: conveyor_started_cw drawdepth: FloorObjects - type: ApcPowerReceiver diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/structures/conveyor.yml b/Resources/Prototypes/Recipes/Construction/Graphs/structures/conveyor.yml index 43d2484bbd2..317ac769183 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/structures/conveyor.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/structures/conveyor.yml @@ -8,7 +8,7 @@ steps: - tag: ConveyorAssembly icon: - sprite: Structures/conveyor.rsi + sprite: _NF/Structures/conveyor.rsi # Frontier state: conveyor_loose name: conveyor belt assembly doAfter: 2 diff --git a/Resources/Textures/_NF/Structures/conveyor.rsi/conveyor_loose.png b/Resources/Textures/_NF/Structures/conveyor.rsi/conveyor_loose.png new file mode 100644 index 0000000000000000000000000000000000000000..25e35a51939c68aab040ded5e3a89a4bd2691dcb GIT binary patch literal 422 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}Ea{HEjtmSN z`?>!lvI6;>1s;*b3=Dh+L6~vJ#O${~4c4A6jv*25$r7xK6GVEN8rgaRr1;Lf-Sf|Q z^9F-Ie?POI2@exV-%{A1{Y%v+asnWD_9wGUU9ZDtUb7bnZv4K ziU=?Bk{6CEXFG;Iy&di^dFcNB)-D5sKYl(b5!(}mXYdNgYijT;mdKI;Vst0MFT(@Bjb+ literal 0 HcmV?d00001 diff --git a/Resources/Textures/_NF/Structures/conveyor.rsi/conveyor_started_ccw.png b/Resources/Textures/_NF/Structures/conveyor.rsi/conveyor_started_ccw.png new file mode 100644 index 0000000000000000000000000000000000000000..9887da3bb87332ac868ec6f10015213f0e7ee484 GIT binary patch literal 7671 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_NF/Structures/conveyor.rsi/conveyor_started_ccw_r.png b/Resources/Textures/_NF/Structures/conveyor.rsi/conveyor_started_ccw_r.png new file mode 100644 index 0000000000000000000000000000000000000000..a0adbe068690a4df2abe039c3f146b9753877b49 GIT binary patch literal 7588 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_NF/Structures/conveyor.rsi/conveyor_started_cw.png b/Resources/Textures/_NF/Structures/conveyor.rsi/conveyor_started_cw.png new file mode 100644 index 0000000000000000000000000000000000000000..09fc8795fd84bdda841a84dce37151b8bb3994fd GIT binary patch literal 7637 zcmX|G2UHVHv|c*W0*X{66hVs8iy$OaY0|4es47Kz5ot*P0hKOI1OyZaML|UYX`x9~ zKzcET7OJ$+5(x0(f8KlN?9QAsXLfe>-aGex-?z_AjdhtBco+ZxVAj{uHYfLO|89C( za%=wEn~vO31exn<0@Z_8)&SsYs=l^{<&*qPn2AThWEONN+^DVYqcC%}Cu^N<&BGa4 zHp?_FN*Or;cJuB`-{#)3LqSKT>4)=@m68iObz1R#H}ZWOcgoncD7B=um?^FoX$D+x zNO>^u40-?f8n+tv#et~Ww4qVrVCZ@N$@WPrDipEvk<@a8!Kz_H2U}MDL~MQg07p=W z{!u*&0YA0<)F3tjplrVPV&{)fKb$pP>XzNecA~5%Ju&j4HtL`_E;RfQS2E$gn1=VO{vZLh+D#~0 zBe`uVPC+cBu3Esa9nBEjO^iU{cS-gK#n?UU>()h5DW5Z!e{lFn6XT%tyDdJ^5Rht5 zzbIGR^CN5m`Zqz-;T|~u$$1p;r1Es@>_d$ps#o@l#$Q_~&{uL(#E}UOS*t zz!G_Kgh5+;1qzJmf+5bR(P%W}Z}?5rmHhXEQ(FjP}t=a}n3 z-6k9CO&r%jNSc|JCu=^B5id2f5Tci>tGjT9u6{QaoLim=1;r$!LGLrUE}CG-+kk~z zMAAww){KvHw%wvP#!ybBg>!VoH{x>YkgaZMr<60m)2A+(e;#8XtK~m6{jY&zNwLi` z9^$Uuf?*1w0uYZowdv%=HAbjRT7qxzIC=6|$}(SGh*k9Axv>`n4-<_^1^rRpdmV>f z_8e}EB40aZ;8;Dj0lFIAQqSQli57l0j4^ma)`eIlAD(bgl*UmId4NVEqoJ*4b)^QqlJ+f2zj%)z~DS=7-UmtU(+d?o1)5^kBUjaJVj&u4Na8_M@1UfMg$msSlF^-m#PIiSZu?8ak;vKe4ZWeByRTe6t(bBZ#l03go zZ!=(2{Y4SotHtchuT?nS^+lM=-2rK!w8M#WS{%%t_Q}RkWm+VHK;eu ze!o8lX1lZ13;erISSm!m{JB%l zrI@lN`V$z0*C2MTajz5gC;f1NVi;f5h8lNZ3rDOU{|zO2_ZG8q3nhC46!hFj1Y^OH za>Ey&<4YmJ35YR#$CUGivCWnwH!9lbh@28Y-4-L`-u7X2Ay?M8iYkxw1`MqVN90#W zV!vt#5bD>p&?{(#DEB;Cqn7Jgdy93NSFd$H@+x*navB+#?hnf9v2?tA5FjR{6ZM%f zQ)Yy#-?r!#sg4=D!%&Uw~(%4(08 zz%m#Ur*ipxZM!%7a9EhtxUQXJ<#Ey$Y#|AMJpzJvp8eNm<8t zy5IjRxJ~!b8J)nmO}5caKTE*~UCnI{eXGLLE0WDvTy1gMm7{<0u`-Fpi{vF9DsO4>9SCs0S13u$DJ;$tjx`viV;r1)typsxUc`_ z5u$-*+vx7)YFHE0szC&&PGg@>_e8h-{Lj;!WyoHbB;6P4cUH6QS9`V<%TUEO~C~}xS^1{fYiz%VbHRDVDY>C(|m&#dq z4jOME=o9T>)g$Orjh>|hY`t&pLnFE83UrXfGtEbr07=KlDRlUO_Qv{nDC3bsGvQNJ3lx2h_#HF=}e97-d1T`o{yuw7I@26-14H$ zHBh9ZElkjI{Z9}5tzWzDoaG{|r=-aEVw~=MPSMT_ia3K0q`C>L4w2#wuljq{BP#(~ z_oF=BToWMYX8c7Q6i#ZuHyS_WjLRlv?}3Ne44*2tlv_f4^`d+pSoXR1$2tiYGTvnn z@gW-3s=qvXo1x_;x^S;(Ds0uNh|(r20UD3*nX|w+DHJAOYJ<;Ft2@;9tZ+9psS*>hXr*S2b24^dmHRC-8C zUbBjP{#~!3Io;i^i(NmcoP<$^fi4{9S;(NY ziNY^ZLw>aTa|_;3vz6Q8q59aQBCo`*rZ`D^!$N_v)QcEW&GM73w90LZLe?P7dy?9; zo}j8P)3YUCLQ2zITJ+^YHhxF-6$rQcPXn@<>ZR}crOZgL%)V7R(igoaD3&T|JObXa zZ`sp1WfX$M`NYx2yHUS+FASgFb6jIdVg)i=(kdM#d*_E0b`=hY`T4mqpC0qF@bM&E zpS7ns&s{+ze;@#WNnJf{KVoP2iHnK_ZZx56#2fqVlm^HQLSetbNX0?$!&zVA{EF{m z7vsHxr{Ik|aVSLUXmGQQv|o=QtkgC6%kV?b3TC}hG-mKCp5G(p!x-N39o##qkq|5N78#Tc$ zVWp3LG#J^t&FWreHXxeyeY$>2S&nAt@#DFrADN1mlogCgdGOVcO?eLtaZL^pMN;)q z7EiRSfbHzqpv@-|&k}K!?61x?7vTYCRKURsYKU~Oix_kAXxSs3Z%g}LRh*p20)q)V zJ=zgz7A?#F?c$7_6*k0yws9Ij17G=WG($Kpr(3FGFd+yBqFC`eIQjbU{UZQwLBQs% zv~oaMf3x3bWJVGG9)rGIUjl&U!|uYDt!YDkq^{ocLn*Kb?i}N1BCmed^1CQZAgTR< z`=z>Y8Kr2OC`}gK_3`R6z8C+cp`3?j zBRbUGgP`rt=N66Et#ZI;Kc)+r?Ve6sjP7`x-o^>0u}CJW0{}E)alAu6OWsW;ipZ6M zG*xr+K7e)ep9e1M+MSWngTFUE&YYeS`RAvh02D^8MUafy-G)atQsqcF@$J}5P~|J1 zJaBTSHd;V@Zc(tkprZo}>nb7ppiec@6yBIPZ%tp z$j7+fz8yPm+)B{25rlngY$U_^r626xYJa%6C~(D$Cc&2#MWEuU5W4=j-COplN||aY zV>EKRU{!e*L(l{{aM)F+|HORg;f>u)u2|yaRoC0%oO!K}@61!wIBClSJN6`l3ZcQ; zOm4&DmjT-Rd^&VuF_ZXk_8T5P+*Ek8nJFQ6v^MTU6Dccno#!eKrMd&LrSNs4<_HHS z#4w-5JoXDN!6q6KxzsLe8GX+|V@)B&7)7N*{I!j0{&E(n-n${Nn`=bcceK>@Znne+ zao&}En6^XpSK+lNbmbrUBBvKM99C;Y25IQn$G)?s@Fc22mJ->^3Xl|^Ide(VhzluD z9!FrFT(fRgtwHO3_$Wb1$=o4NFRvz-!3MnQ5wPUGOA=X4G7^L;&~n22-DP94 znhfJ)VyaWbi3QAUWeyct*oosFOZeIFFM7+WYI7~=XbG+rIWY>UA1_$$_@#>;Sm5d) zbINV`&EkJ7k@rE@c8ak{HpDiRQ)~DTsHAf?m-ZZx%8lFA$KCWHDx+@}H2gdt6R=L~ zrHiUl5hxcRbd)631x78|DENvOyzG@ypnk`=^tn&q>kwFrXwi0<)F8Oyd5fV>E?9=r zPUMhY1b(To(&2f4J}y*^Q(YXYL_O#v3pkdG+cbR$R7v{!fH)s!yJm=+1@t$Qp6D^LRWXz5^K7(YI4y19#bIGgeB@<2|1%>bYKUkYyxYx8=#4_F-v zR+%j9*BseWX%sleS$<8MLf1PAtV-6WHXQm`Bb#Sx*!_(#l0Ydw^Q zV%*yo+Z%6J9b1EMcGU3;C%ed~d0^Np80tLLVQNNKBn|ir;w{xeN0~Cm=%M>K0IUBihTHe2OJeAd=txDw45!>C+~6DOl9&bppEqNM9?FEW%@G!HxWkWEuOR1~ zNJ&0;EA|xWsZA~f`z$lT$k=&Tq;9&P_wBc?6j?}UY$YKi*<5Z38#_VMkyn8qoye4c z`mJdx4mpQaI_lvTtL%W}wggv?%>!ea} zGo5TX%dk&6W&OCoyU8HaunIQ(+K(}VA-0P)vHdS{8(?9Y4m{yCPo3geb5a^_w35V$ zrQ4k%h_#A^c>mw|NpZm6Z%P8QLOyNGzijDdW@dlqi5G9UT9MPs{3+h(fdRI&wxD2@ zB#D<&vrQZ{39XuTeu-8K-LpXYAQOj1y|7UHp*k^u|HZR(9<7()H{xi6wUDaLmzVDi z*4ze1cPc@l*|$+*^<9Wdb16MU`dTY1$+qD*@Cwx0I zHb1l{G+tHV>^e+ePUv|vH&?vdPS?ZT_?|kLRD4oS@S7801Ax6_5~6X7@@AHYsyRJ0dz|RrQkhep!+L9ib&t9Ht)kHzzZXxUm8?4TT@F!uhy3 zD1D#OV@agCKskgQ!T$72b3R5sEKACJdb)D{T;bd2Jie$;Ux&|kI%o(-snB@hit>^S z6e^_^0z0y|`X+w=Oq_W12LS=|$IdA&kVuhNJ=ROz1mnvJOwww#+}ZiLM=KuAH)2&^ zETmXRK{Ut{-2hKGd^|q50XE7Tv@feZAfwR+pdj4|M|(D-ZN( z-$|~}tPb)^7w|eS+61gw>xRha2#_kX^a@CgQOuukId4875567rn9!1JsvXwOu^5cA zhG%P(#WhJvPRre4W;>Ahd6oor0}gPp4#^6Gr8Q6OKwv~glP(e`B2wX8gXNO z`yhOfcqnFBb-3Tf&ExoP5p*HIOy{OE2>F||RPd6b+}Qh9yD*=QN`o?)HjF%1P-*CT zr#CN%ctJ6nTkCWPbB*+lP;{8fP&DH#)B!c9(>R2Gd^pAlhQrEPCKB&(kYzTptEZM+ zRL)x@+g}OnFIUx;K+~pd7r(6vp~XGlZ`W#_joC|RxxDDYx$F{n#~~o6az(pc4)BIH zHg!Fhg9+K)_q40|BnF?*71=YFlg%4+bO{G~PCWXM>e=-6CduLJUTS=80zNPE%|z-% zVxde?%q}y^U&g`Ay=<)!7aAaAp?(oQID~(D6c16dzxLTnEylRVV83jbs=SWz_;2)q zPnH!45}_UyA?!qqI%GB^H^9lEL5rhF^RM17llBUd>0H`1leKmGnXyz^h5gktPR0Uu zbkEiv68J+JnR(Z<(Umgo>+6*Y{gc^C>h%cwe!p3B!{m$@adcu2zaxFESoDUWZ0U@J zfQ~U2=TyImPf5rM^~?K5!ymqOA;p>!jETZ6#_fQ&{yPW0&z1JebCCRNp4R<$eZ+97 z?cmoHKZR$NI!XxSOcs|~ZN|tAdc_V_U)~EkN`NGE@CGVtm|1a;78#B3=n+C9G_0g1 z#{o@Tj|y=@r^7G2`=!QhsI4&_W^RJo(N}L{Xl2(ZQc?o{Td&16dPifAqYV|e8@=A% zJ;NmwT@g~KrclrbtrWJgp?CZC?UJgT zfoTd`sMWm@j$G_U$F|&j(TG(k<2B{*OU1I3eTg#MEOnF@b@b+0TqHzgsO?u145>5* zGW%=7C(7PT?t7Pfx;52N+0T%BAp<{)Z#U>>reEYz4__#%xK5ue@lu?!20U^7J`2o? zUW6MKp%1SyfJ3%Af&xS6W$v)#a2K#wtx7`BgQvxJ_+QgzaZw_EiGQ!Pa_EtgdCFDw zNd^8~pvyKntG~u8%dcq(~k zda0f}=Kf}9x8I}tX`PA`^HlcI4(qQ(FCoMi#lNXL^p)I{Yyoe#b1sbV1PG6cy&hz> zMBQ!_jn{@}2$Vl`aadYOPTJyb`q2?5o}x{RvUVv=BLlY#S~iY949wkc7~ohK5@hkzqQU}EthP2QF zI|k9`HJ}FuZ@r?~esg8pG{$CfQJwi9m1)lF5mFO*Ze)u1qmVd1=f?mM3H#jgj}J0* zgAL*Rs7l7GImK+{#DQDrUo;IwG2kz5?A-YsW8$7^Z!@X=4kt%F#n#TFzoBt~g>F(d z=Mw8!eIm`|T~ev1DNH4BJfV?)zcc7~G~?mjwMq~e;^6-&7;H6llZE=z_&ax=E2{F4 zUOKl$lqBszi`68>n0~SG;NAAxf~)^%=|91h=P>oa92L?Q?+^horw8;!d@B3Q3!tAQ7lpKdlo~n8o08-ufQJZVykgn142tG z6dId(AZ?i73>g7)*iSfJJ?6Lx{g>4a53WsaRR!&$mCSxjBR0=0=U;#L-AI%$N!A;p zB=n|9-rk$+@sqtsE_#*kUj}Y0NR{3R?lXvQtvB4cCpSpfONvM<$WotwSy<=@QkLMq zjOYVOi1Se{1EBNeZ#5Zs#N$&sTAE%ih0HRID!YTx;_556xZgeR;3`TX{S_cVW~Hmr zWZa&xs?tvw#o<9PnUvzEmb+{0qHW13fiUHor0|FUy* zmgnIzz>Ya^t$G<=xs0o1W4;1m7tc%Zxv!Fzi==5+55hGd4U%3Lv%on^A!*AAlRs5< z{Q=8J%QLc00c7AVcO?DNX$Q#q=2n0e{}9oLV-;RQ?`ImvN9*>=P-~CC6HEov<}#kq087mXsV+;o1>!H!VF{lsQJ& zAXOc=Qq;da!f+Jc^0K2z9D*wesn{z@PFj8|PoM1#rv+>&BkWWz-!*7xY!sg%F*!p% zU8@ms*AqCT^RA{xdb_v!8Qz$->mz>NE_8_<2d=#UIa}9} zm8u-S+by$o3I{ub0(?UL#l?kM!z`z-qB-dlZErPTd!2@veZoSY7}5GfG4}$L;X`>a z4VC{-P)&@1%qNAquV?1)Jp76^M2lhN6p-|#KE27DLm!^`-0_v}^mK|M|7fxkgI*m{P9aGGHxX}6hSD^ZX&Zu05=D#YTgg3RKyKLbbs_40 z=LSpS^gjh^i-^_V>#WT`hzm3%alcE_1WCUj&Xcut15S@jvTmNFm`N*b@ZU(OOq=d$ z+=MGxB%dE>N)Y{V#A%oJSBX;!^4G5#ZQnmMSVPu&WuQ&PzeRT3lQ_=6Ol_$jfroz2 R$^U5qeH~-%YE9>u{{idJ3oQTu literal 0 HcmV?d00001 diff --git a/Resources/Textures/_NF/Structures/conveyor.rsi/conveyor_started_cw_r.png b/Resources/Textures/_NF/Structures/conveyor.rsi/conveyor_started_cw_r.png new file mode 100644 index 0000000000000000000000000000000000000000..8b244c67a2f75608e7d933d34b2bcb2e4f3a7e79 GIT binary patch literal 8262 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_NF/Structures/conveyor.rsi/conveyor_stopped_ccw.png b/Resources/Textures/_NF/Structures/conveyor.rsi/conveyor_stopped_ccw.png new file mode 100644 index 0000000000000000000000000000000000000000..cd23250be3875fa8ed2691851e29cf5073b17bae GIT binary patch literal 2819 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_NF/Structures/conveyor.rsi/switch-fwd.png b/Resources/Textures/_NF/Structures/conveyor.rsi/switch-fwd.png new file mode 100644 index 0000000000000000000000000000000000000000..c13ef62ccc88f0f2d07bf53920ef1fa53288ca2b GIT binary patch literal 277 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=ffJJDx6%ArY;~60D08M0%P64K6fH zl==PtfBpgO{WUvp{Xg?2rmg?|eIb+ionnj(o909~l(IL}@Gr98b6QoaWaT@Cpc?;D zcAM&Hzv_QoIqC9y-YY%@_JFgD3isu0DkdlzeG>Du%&ur**tu`{EM^TxohPr>uKvw^ z?!Ba>B+rvyax5pf7$-cPyv!$=AyLA^xAxO~nawAPO!qJN@PE%79TCF`$rnD`D=YuA zVuq-^zrQ}+qVA#G;aR@755BqZz@ex|$)307$A?Bo$2pT79q%xlkpuZ;0;`0C1jGDA W0h3hxPfi8;lfl!~&t;ucLK6UGgmFCp literal 0 HcmV?d00001 diff --git a/Resources/Textures/_NF/Structures/conveyor.rsi/switch-off.png b/Resources/Textures/_NF/Structures/conveyor.rsi/switch-off.png new file mode 100644 index 0000000000000000000000000000000000000000..a89901f190e931593ad446d404400e4ef28c9715 GIT binary patch literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfvxd5LK*Z=<;mMvSxFDU%^^XI2e zpVrparlh2ll$5ymMr-Pu6i7Jq0#!1W1o;IsI6S+N2IN?Hx;TbtOiWIY$Z7~=^ljjb zZP>t-#yE*JVugZ$QrD^UP(d#T!2~YeP>0Y!L)lQ)>?o;K484pD6SlCnn)6Kg1~h}g M)78&qol`;+0P_ej-v9sr literal 0 HcmV?d00001 diff --git a/Resources/Textures/_NF/Structures/conveyor.rsi/switch-rev.png b/Resources/Textures/_NF/Structures/conveyor.rsi/switch-rev.png new file mode 100644 index 0000000000000000000000000000000000000000..f75304683312fc94d6c32f4a69f5a4ad698c391d GIT binary patch literal 283 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=ffJN1iT@ArY;~60D08M0%P64K6fH zl=wYeH~O2svGw$ahj+*9c_k?+?eUFI*s#lC+GQ?*rwkL$FZZ8&MnS>kr~THuj#HQ= zG9(j*fR2&d7oM fGl5k?LV|%Q+&y*AuEjfmzGd)q^>bP0l+XkKSXpZP literal 0 HcmV?d00001 diff --git a/Resources/Textures/_NF/Structures/conveyor.rsi/switch.png b/Resources/Textures/_NF/Structures/conveyor.rsi/switch.png new file mode 100644 index 0000000000000000000000000000000000000000..a89901f190e931593ad446d404400e4ef28c9715 GIT binary patch literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfvxd5LK*Z=<;mMvSxFDU%^^XI2e zpVrparlh2ll$5ymMr-Pu6i7Jq0#!1W1o;IsI6S+N2IN?Hx;TbtOiWIY$Z7~=^ljjb zZP>t-#yE*JVugZ$QrD^UP(d#T!2~YeP>0Y!L)lQ)>?o;K484pD6SlCnn)6Kg1~h}g M)78&qol`;+0P_ej-v9sr literal 0 HcmV?d00001 From a1521d49709cbb39eb3c9c76f66a3ce6d8b76279 Mon Sep 17 00:00:00 2001 From: FrontierATC Date: Sun, 28 Apr 2024 03:16:15 +0000 Subject: [PATCH 12/58] Automatic Changelog (#1288) --- Resources/Changelog/Changelog.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index bf867c28abd..ba587ee3ca8 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -4329,3 +4329,9 @@ Entries: message: 'Fixes the plasteel recipe to be lore accurate: Plasteel = Plasma + Steel' id: 4951 time: '2024-04-27T23:46:34.0000000+00:00' +- author: dvir01 + changes: + - type: Tweak + message: Updated conveyor belts sprites. + id: 4952 + time: '2024-04-28T03:15:52.0000000+00:00' From f009aa0154402dacb970fc82cfae51aa3cb8a325 Mon Sep 17 00:00:00 2001 From: FrontierATC Date: Sun, 28 Apr 2024 06:03:21 +0000 Subject: [PATCH 13/58] Automatic Changelog (#1290) --- Resources/Changelog/Changelog.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index ba587ee3ca8..5c536f5ac6b 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -4335,3 +4335,9 @@ Entries: message: Updated conveyor belts sprites. id: 4952 time: '2024-04-28T03:15:52.0000000+00:00' +- author: MagnusCrowe + changes: + - type: Tweak + message: Rotated Bocakillo. + id: 4953 + time: '2024-04-28T06:02:55.0000000+00:00' From d58bc819fc60bd76f0136c4046ff27d0ab514958 Mon Sep 17 00:00:00 2001 From: Kesiath <96151729+Kesiath@users.noreply.github.com> Date: Sun, 28 Apr 2024 13:31:48 -0500 Subject: [PATCH 14/58] initial commit --- Content.Server/Shuttles/Components/ShuttleComponent.cs | 4 ++-- Content.Server/Shuttles/Components/ThrusterComponent.cs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Content.Server/Shuttles/Components/ShuttleComponent.cs b/Content.Server/Shuttles/Components/ShuttleComponent.cs index 488f1d3a21b..568732cd36c 100644 --- a/Content.Server/Shuttles/Components/ShuttleComponent.cs +++ b/Content.Server/Shuttles/Components/ShuttleComponent.cs @@ -66,9 +66,9 @@ public sealed partial class ShuttleComponent : Component /// Damping applied to the shuttle's physics component when not in FTL. /// [DataField("linearDamping"), ViewVariables(VVAccess.ReadWrite)] - public float LinearDamping = 0.05f; + public float LinearDamping = 0.00f; [DataField("angularDamping"), ViewVariables(VVAccess.ReadWrite)] - public float AngularDamping = 0.05f; + public float AngularDamping = 0.6f; } } diff --git a/Content.Server/Shuttles/Components/ThrusterComponent.cs b/Content.Server/Shuttles/Components/ThrusterComponent.cs index 9a08e5fbe5b..6748c1a2145 100644 --- a/Content.Server/Shuttles/Components/ThrusterComponent.cs +++ b/Content.Server/Shuttles/Components/ThrusterComponent.cs @@ -66,7 +66,7 @@ public sealed partial class ThrusterComponent : Component public string MachinePartThrust = "Capacitor"; [DataField("partRatingThrustMultiplier")] - public float PartRatingThrustMultiplier = 1.5f; + public float PartRatingThrustMultiplier = 1.15f; [DataField("thrusterIgnoreEmp")] public bool ThrusterIgnoreEmp = false; From 063a0e5d353f1409ce87bcf4390b0eb2c2568b51 Mon Sep 17 00:00:00 2001 From: Kesiath <96151729+Kesiath@users.noreply.github.com> Date: Sun, 28 Apr 2024 14:46:24 -0500 Subject: [PATCH 15/58] revert damping change --- Content.Server/Shuttles/Components/ShuttleComponent.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Content.Server/Shuttles/Components/ShuttleComponent.cs b/Content.Server/Shuttles/Components/ShuttleComponent.cs index 568732cd36c..488f1d3a21b 100644 --- a/Content.Server/Shuttles/Components/ShuttleComponent.cs +++ b/Content.Server/Shuttles/Components/ShuttleComponent.cs @@ -66,9 +66,9 @@ public sealed partial class ShuttleComponent : Component /// Damping applied to the shuttle's physics component when not in FTL. /// [DataField("linearDamping"), ViewVariables(VVAccess.ReadWrite)] - public float LinearDamping = 0.00f; + public float LinearDamping = 0.05f; [DataField("angularDamping"), ViewVariables(VVAccess.ReadWrite)] - public float AngularDamping = 0.6f; + public float AngularDamping = 0.05f; } } From 5e8635753f5ea117b10a1d1ca765832a0902f713 Mon Sep 17 00:00:00 2001 From: Dvir Date: Mon, 29 Apr 2024 03:14:37 +0300 Subject: [PATCH 16/58] SalvageFix --- .../Salvage/SalvageSystem.Expeditions.cs | 2 +- .../Salvage/Expeditions/SalvageFactionPrototype.cs | 2 +- Content.Shared/Salvage/SharedSalvageSystem.cs | 14 ++++++-------- .../Prototypes/Procedural/salvage_factions.yml | 4 ++++ Resources/Prototypes/Procedural/salvage_mods.yml | 3 ++- 5 files changed, 14 insertions(+), 11 deletions(-) diff --git a/Content.Server/Salvage/SalvageSystem.Expeditions.cs b/Content.Server/Salvage/SalvageSystem.Expeditions.cs index b98b9c2e43a..5d4cee896f8 100644 --- a/Content.Server/Salvage/SalvageSystem.Expeditions.cs +++ b/Content.Server/Salvage/SalvageSystem.Expeditions.cs @@ -30,7 +30,7 @@ public sealed partial class SalvageSystem * Handles setup / teardown of salvage expeditions. */ - private const int MissionLimit = 4; + private const int MissionLimit = 5; [Dependency] private readonly StationSystem _stationSystem = default!; private readonly JobQueue _salvageQueue = new(); diff --git a/Content.Shared/Salvage/Expeditions/SalvageFactionPrototype.cs b/Content.Shared/Salvage/Expeditions/SalvageFactionPrototype.cs index 83dc40d1aa0..2aec5deef57 100644 --- a/Content.Shared/Salvage/Expeditions/SalvageFactionPrototype.cs +++ b/Content.Shared/Salvage/Expeditions/SalvageFactionPrototype.cs @@ -5,7 +5,7 @@ namespace Content.Shared.Salvage.Expeditions; [Prototype("salvageFaction")] -public sealed partial class SalvageFactionPrototype : IPrototype +public sealed partial class SalvageFactionPrototype : IPrototype, ISalvageMod { [IdDataField] public string ID { get; } = default!; diff --git a/Content.Shared/Salvage/SharedSalvageSystem.cs b/Content.Shared/Salvage/SharedSalvageSystem.cs index af032f8090b..54249c43879 100644 --- a/Content.Shared/Salvage/SharedSalvageSystem.cs +++ b/Content.Shared/Salvage/SharedSalvageSystem.cs @@ -59,15 +59,15 @@ public int GetDifficulty(DifficultyRating rating) switch (rating) { case DifficultyRating.Minimal: - return 1; + return 4; case DifficultyRating.Minor: - return 2; + return 6; case DifficultyRating.Moderate: - return 4; - case DifficultyRating.Hazardous: return 8; + case DifficultyRating.Hazardous: + return 10; case DifficultyRating.Extreme: - return 16; + return 12; default: throw new ArgumentOutOfRangeException(nameof(rating), rating, null); } @@ -100,12 +100,10 @@ public SalvageMission GetMission(SalvageMissionType config, DifficultyRating dif // - Biome // - Lighting // - Atmos + var faction = GetMod(rand, ref rating); var biome = GetMod(rand, ref rating); var air = GetBiomeMod(biome.ID, rand, ref rating); var dungeon = GetBiomeMod(biome.ID, rand, ref rating); - var factionProtos = _proto.EnumeratePrototypes().ToList(); - factionProtos.Sort((x, y) => string.Compare(x.ID, y.ID, StringComparison.Ordinal)); - var faction = factionProtos[rand.Next(factionProtos.Count)]; var mods = new List(); diff --git a/Resources/Prototypes/Procedural/salvage_factions.yml b/Resources/Prototypes/Procedural/salvage_factions.yml index cf7865280e0..1647336f9cc 100644 --- a/Resources/Prototypes/Procedural/salvage_factions.yml +++ b/Resources/Prototypes/Procedural/salvage_factions.yml @@ -1,5 +1,6 @@ - type: salvageFaction id: Xenos + cost: 4 groups: - entries: - id: MobXeno @@ -40,6 +41,7 @@ - type: salvageFaction id: Carps + cost: 1 groups: - entries: - id: MobCarpDungeon @@ -68,6 +70,7 @@ # Frontier - type: salvageFaction id: Syndicate + cost: 9 groups: - entries: - id: SpawnMobSyndicateNavalDeckhand @@ -109,6 +112,7 @@ - type: salvageFaction id: Cultists + cost: 7 groups: - entries: - id: SpawnMobBloodCultLeech diff --git a/Resources/Prototypes/Procedural/salvage_mods.yml b/Resources/Prototypes/Procedural/salvage_mods.yml index 1ce9e372048..e7c4fef24d7 100644 --- a/Resources/Prototypes/Procedural/salvage_mods.yml +++ b/Resources/Prototypes/Procedural/salvage_mods.yml @@ -17,6 +17,7 @@ - type: salvageBiomeMod id: Snow biome: Snow + cost: 1 # Frontier - type: salvageBiomeMod id: Caves @@ -25,7 +26,7 @@ - type: salvageBiomeMod id: Shadow - cost: 2 +# cost: 2 # Frontier biome: Shadow #- type: salvageBiomeMod From c7a384effc3338dae79fc65a9cd4bd525c755219 Mon Sep 17 00:00:00 2001 From: Dvir Date: Mon, 29 Apr 2024 03:38:45 +0300 Subject: [PATCH 17/58] No mail for pirates --- .../Nyanotrasen/Mail/Components/MailDisabledComponent.cs | 6 ++++++ Content.Server/Nyanotrasen/Mail/MailSystem.cs | 7 +++++++ Resources/Prototypes/_NF/Roles/Jobs/Pirates/pirate.yml | 3 +++ .../Prototypes/_NF/Roles/Jobs/Pirates/pirate_captain.yml | 3 +++ .../_NF/Roles/Jobs/Pirates/pirate_first_mate.yml | 5 ++++- 5 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 Content.Server/Nyanotrasen/Mail/Components/MailDisabledComponent.cs diff --git a/Content.Server/Nyanotrasen/Mail/Components/MailDisabledComponent.cs b/Content.Server/Nyanotrasen/Mail/Components/MailDisabledComponent.cs new file mode 100644 index 00000000000..eaf69869605 --- /dev/null +++ b/Content.Server/Nyanotrasen/Mail/Components/MailDisabledComponent.cs @@ -0,0 +1,6 @@ +namespace Content.Server.Mail.Components +{ + [RegisterComponent] + public sealed partial class MailDisabledComponent : Component + {} +} diff --git a/Content.Server/Nyanotrasen/Mail/MailSystem.cs b/Content.Server/Nyanotrasen/Mail/MailSystem.cs index 578bfafe5ca..ffb173acdf4 100644 --- a/Content.Server/Nyanotrasen/Mail/MailSystem.cs +++ b/Content.Server/Nyanotrasen/Mail/MailSystem.cs @@ -74,6 +74,7 @@ public sealed class MailSystem : EntitySystem [Dependency] private readonly ItemSystem _itemSystem = default!; [Dependency] private readonly MindSystem _mindSystem = default!; [Dependency] private readonly MetaDataSystem _metaDataSystem = default!; + [Dependency] private readonly IEntityManager _entManager = default!; // Frontier private ISawmill _sawmill = default!; @@ -579,6 +580,12 @@ public bool TryGetMailRecipientForReceiver(MailReceiverComponent receiver, [NotN return false; } + if (_entManager.TryGetComponent(receiver.Owner, out var antag)) + { + recipient = null; + return false; + } + var accessTags = access.Tags; var mayReceivePriorityMail = !(_mindSystem.GetMind(receiver.Owner) == null); diff --git a/Resources/Prototypes/_NF/Roles/Jobs/Pirates/pirate.yml b/Resources/Prototypes/_NF/Roles/Jobs/Pirates/pirate.yml index 6f09b0f145a..e6f04c90ba8 100644 --- a/Resources/Prototypes/_NF/Roles/Jobs/Pirates/pirate.yml +++ b/Resources/Prototypes/_NF/Roles/Jobs/Pirates/pirate.yml @@ -15,6 +15,9 @@ accessGroups: - GeneralAccess special: + - !type:AddComponentSpecial + components: + - type: MailDisabled - !type:AddImplantSpecial implants: [ FreelanceTrackingImplant ] diff --git a/Resources/Prototypes/_NF/Roles/Jobs/Pirates/pirate_captain.yml b/Resources/Prototypes/_NF/Roles/Jobs/Pirates/pirate_captain.yml index 9336a9d3c04..638f57a5644 100644 --- a/Resources/Prototypes/_NF/Roles/Jobs/Pirates/pirate_captain.yml +++ b/Resources/Prototypes/_NF/Roles/Jobs/Pirates/pirate_captain.yml @@ -16,6 +16,9 @@ accessGroups: - GeneralAccess special: + - !type:AddComponentSpecial + components: + - type: MailDisabled - !type:AddImplantSpecial implants: [ FreelanceTrackingImplant ] diff --git a/Resources/Prototypes/_NF/Roles/Jobs/Pirates/pirate_first_mate.yml b/Resources/Prototypes/_NF/Roles/Jobs/Pirates/pirate_first_mate.yml index d5cf14704fd..7eb0d99e9fe 100644 --- a/Resources/Prototypes/_NF/Roles/Jobs/Pirates/pirate_first_mate.yml +++ b/Resources/Prototypes/_NF/Roles/Jobs/Pirates/pirate_first_mate.yml @@ -8,14 +8,17 @@ - !type:OverallPlaytimeRequirement time: 129600 # Frontier - 36 hours startingGear: NFPirateFirstMateGear - canBeAntag: true alwaysUseSpawner: true + canBeAntag: true icon: "JobIconMercenary" supervisors: job-supervisors-hire setPreference: true accessGroups: - GeneralAccess special: + - !type:AddComponentSpecial + components: + - type: MailDisabled - !type:AddImplantSpecial implants: [ FreelanceTrackingImplant ] From 31a6e1ca7a68b4a5a58e1a2af14bb4d22f914a3c Mon Sep 17 00:00:00 2001 From: Dvir Date: Mon, 29 Apr 2024 03:54:52 +0300 Subject: [PATCH 18/58] Was it so hard to disable? --- .../Prototypes/Entities/Clothing/Uniforms/color_jumpskirts.yml | 3 +++ Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/Resources/Prototypes/Entities/Clothing/Uniforms/color_jumpskirts.yml b/Resources/Prototypes/Entities/Clothing/Uniforms/color_jumpskirts.yml index 1f77059841b..70956eafa36 100644 --- a/Resources/Prototypes/Entities/Clothing/Uniforms/color_jumpskirts.yml +++ b/Resources/Prototypes/Entities/Clothing/Uniforms/color_jumpskirts.yml @@ -427,6 +427,9 @@ - state: equipped-INNERCLOTHING color: "#c59431" - state: trinkets-equipped-INNERCLOTHING + - type: SuitSensor # Frontier + randomMode: false # Frontier + mode: SensorOff # Frontier # Brown Jumpskirt - type: entity diff --git a/Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml b/Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml index 31cd255da9c..b4cad10be56 100644 --- a/Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml +++ b/Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml @@ -1052,6 +1052,9 @@ sprite: Clothing/Uniforms/Jumpsuit/pirate.rsi - type: AddAccentClothing accent: PirateAccent + - type: SuitSensor # Frontier + randomMode: false # Frontier + mode: SensorOff # Frontier - type: entity parent: ClothingUniformBase From 58b03095e76c61729687fc982bdc3403dc1f4a46 Mon Sep 17 00:00:00 2001 From: ThatOneGoblin25 <145570657+ThatOneGoblin25@users.noreply.github.com> Date: Mon, 29 Apr 2024 13:06:00 +1000 Subject: [PATCH 19/58] Spectre (update - round two) (#1192) * Add ship ymls * Add mothership console textures * Add shipyard ymls * Updates mothership-computers.yml * Update meta.json oops * Delete Resources/Maps/_NF/Shuttles/ghost.yml * Update meta.json * Delete shipyard_science.png * Delete aiupload_key.png * Delete Resources/Textures/_NF/Structures/Machines/computers.rsi/computer_science.png * Delete Resources/Prototypes/_NF/Shipyard/ghost.yml * Update mothership-computers.yml * Update spectre.yml --- Resources/Maps/_NF/Shuttles/spectre.yml | 9872 ++++++++--------- Resources/Prototypes/_NF/Shipyard/spectre.yml | 22 +- 2 files changed, 4783 insertions(+), 5111 deletions(-) diff --git a/Resources/Maps/_NF/Shuttles/spectre.yml b/Resources/Maps/_NF/Shuttles/spectre.yml index 56a0c80fe3a..76364c0eaac 100644 --- a/Resources/Maps/_NF/Shuttles/spectre.yml +++ b/Resources/Maps/_NF/Shuttles/spectre.yml @@ -4,20 +4,22 @@ meta: tilemap: 0: Space 18: FloorBlueCircuit + 20: FloorBrokenWood 30: FloorDark 31: FloorDarkDiagonal 39: FloorDarkPlastic 46: FloorGlass + 55: FloorGreenCircuit 65: FloorMetalDiamond 77: FloorRGlass - 79: FloorReinforcedHardened - 92: FloorSteelCheckerDark - 106: FloorTechMaint2 - 109: FloorWhite - 118: FloorWhitePlastic - 120: FloorWoodTile - 121: Lattice - 122: Plating + 94: FloorSteelCheckerDark + 107: FloorTechMaint + 108: FloorTechMaint2 + 111: FloorWhite + 121: FloorWood + 123: FloorWoodTile + 124: Lattice + 125: Plating entities: - proto: "" entities: @@ -32,43 +34,43 @@ entities: chunks: 0,0: ind: 0,0 - tiles: HwAAAAAAHwAAAAACHwAAAAACegAAAAAAegAAAAAAbQAAAAABbQAAAAAAbQAAAAAAbQAAAAADegAAAAAAbQAAAAABbQAAAAACbQAAAAABbQAAAAAAegAAAAAAegAAAAAAJwAAAAABegAAAAAAegAAAAAAegAAAAAAXAAAAAAAXAAAAAAAXAAAAAABXAAAAAABXAAAAAAAegAAAAAAegAAAAAAegAAAAAAJwAAAAABegAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAAAHgAAAAABHgAAAAADHgAAAAAAHgAAAAABHgAAAAAAHgAAAAABegAAAAAAegAAAAAAeQAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAALgAAAAACHgAAAAABHgAAAAADHgAAAAABHgAAAAADHgAAAAAAHgAAAAABHgAAAAACHgAAAAACegAAAAAAeQAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAALgAAAAACAAAAAAAAHgAAAAAAHgAAAAABHgAAAAABHgAAAAACHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAADegAAAAAAeQAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAHgAAAAADHgAAAAAAHgAAAAACHgAAAAACHgAAAAACHgAAAAACHgAAAAAAHgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAHgAAAAADHgAAAAABHgAAAAABHgAAAAADHgAAAAACHgAAAAADHgAAAAADHgAAAAADegAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAHgAAAAACHgAAAAABHgAAAAABegAAAAAAegAAAAAAegAAAAAAJwAAAAADegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAdgAAAAAAegAAAAAAegAAAAAAegAAAAAALgAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAHgAAAAAAHgAAAAACHgAAAAABegAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAHgAAAAAAHgAAAAACHgAAAAADegAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAALgAAAAADAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAALgAAAAAAAAAAAAAAAAAAAAAAXAAAAAABXAAAAAAAHgAAAAABegAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAADXAAAAAABHgAAAAADegAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAACXAAAAAAAHgAAAAACegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAACXAAAAAADHgAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAACXAAAAAACHgAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: HgAAAAADfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAbwAAAAADbwAAAAACbwAAAAABbwAAAAADfQAAAAAAbwAAAAACbwAAAAABbwAAAAAAbwAAAAADbwAAAAAAfQAAAAAAHgAAAAABHgAAAAADHgAAAAAAHgAAAAADfQAAAAAAXgAAAAABXgAAAAACXgAAAAACXgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAbwAAAAAAbwAAAAACbwAAAAABfQAAAAAAHgAAAAAAHgAAAAABHgAAAAADHgAAAAADHgAAAAADHgAAAAACHgAAAAACHgAAAAADfQAAAAAAfQAAAAAAfAAAAAAAfQAAAAAAbAAAAAAAfQAAAAAAfQAAAAAAfAAAAAAAHgAAAAAAHgAAAAADHgAAAAADHgAAAAACfQAAAAAAHgAAAAACHgAAAAABHgAAAAABfQAAAAAAfAAAAAAAAAAAAAAAfQAAAAAAbAAAAAAAfQAAAAAAfAAAAAAAAAAAAAAANwAAAAAANwAAAAAAHgAAAAABHgAAAAACfQAAAAAAHgAAAAACHgAAAAAAHgAAAAAAfQAAAAAAfAAAAAAAAAAAAAAAfQAAAAAAbAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAHgAAAAADHgAAAAADHgAAAAACHgAAAAABfQAAAAAAHgAAAAAAHgAAAAAAHgAAAAACfQAAAAAAfAAAAAAAAAAAAAAAfQAAAAAAbAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAHgAAAAADHgAAAAADHgAAAAADHgAAAAAAfQAAAAAAHgAAAAACHgAAAAABHgAAAAABfQAAAAAAfAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAHgAAAAADHgAAAAABHgAAAAADfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAHgAAAAABfQAAAAAAfQAAAAAAfQAAAAAAfAAAAAAAfQAAAAAAawAAAAAAawAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAHgAAAAADHgAAAAADHgAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAawAAAAAAawAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAHgAAAAAAHgAAAAAAHgAAAAACfQAAAAAAAAAAAAAAfQAAAAAAawAAAAAAfQAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAHgAAAAAAHgAAAAABHgAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAawAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAAAHgAAAAACHgAAAAABfQAAAAAAAAAAAAAAfQAAAAAAawAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAAAHgAAAAACHgAAAAABfQAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAAAHgAAAAACHgAAAAADfQAAAAAAAAAAAAAAfQAAAAAAfAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAADHgAAAAADHgAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,0: ind: -1,0 - tiles: egAAAAAAegAAAAAAegAAAAAAbQAAAAAAbQAAAAADbQAAAAAAbQAAAAAAegAAAAAAbQAAAAADbQAAAAABbQAAAAACbQAAAAADegAAAAAAegAAAAAAHwAAAAABHwAAAAADLgAAAAAAegAAAAAAegAAAAAAegAAAAAAJwAAAAABegAAAAAAegAAAAAAegAAAAAAXAAAAAABXAAAAAAAXAAAAAACXAAAAAACXAAAAAACegAAAAAAegAAAAAAegAAAAAAAAAAAAAALgAAAAACegAAAAAAbQAAAAACbQAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAACHgAAAAABHgAAAAABHgAAAAADHgAAAAAAHgAAAAAAAAAAAAAAAAAAAAAALgAAAAAAegAAAAAAbQAAAAACegAAAAAAAAAAAAAAeQAAAAAAegAAAAAAHgAAAAACHgAAAAAAHgAAAAADHgAAAAADHgAAAAACHgAAAAADHgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAbQAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAAHgAAAAABHgAAAAADHgAAAAAAHgAAAAABHgAAAAADHgAAAAACHgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAbQAAAAABegAAAAAAAAAAAAAAeQAAAAAAegAAAAAAHgAAAAADHgAAAAADHgAAAAADHgAAAAAAHgAAAAACHgAAAAAAHgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAAHgAAAAACHgAAAAAAHgAAAAABHgAAAAADHgAAAAADHgAAAAAAHgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAJwAAAAABegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAEgAAAAAAEgAAAAAAegAAAAAALgAAAAADLgAAAAABegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAEgAAAAAAEgAAAAAAegAAAAAAAAAAAAAAegAAAAAAHgAAAAACHgAAAAABAAAAAAAAAAAAAAAAAAAAAAAALgAAAAADeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAALgAAAAADegAAAAAAEgAAAAAAegAAAAAAAAAAAAAAegAAAAAAHgAAAAAAHgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAEgAAAAAAegAAAAAAAAAAAAAAegAAAAAAXAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAEgAAAAAAegAAAAAAAAAAAAAAegAAAAAAeAAAAAABeAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAeAAAAAABeAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAeAAAAAACeAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAeAAAAAAAeAAAAAAD + tiles: fQAAAAAAfQAAAAAAbwAAAAABbwAAAAAAbwAAAAABbwAAAAAAbwAAAAACfQAAAAAAbwAAAAADbwAAAAABbwAAAAACbwAAAAACfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfAAAAAAAfQAAAAAAbwAAAAADbwAAAAAAbwAAAAACfQAAAAAAfQAAAAAAfQAAAAAAXgAAAAADXgAAAAACXgAAAAAAXgAAAAADfQAAAAAAHgAAAAABHgAAAAABHgAAAAABAAAAAAAAfAAAAAAAfQAAAAAAfQAAAAAAbwAAAAABfQAAAAAAfAAAAAAAfQAAAAAAfQAAAAAAHgAAAAAAHgAAAAAAHgAAAAABHgAAAAABHgAAAAABHgAAAAACHgAAAAACAAAAAAAAAAAAAAAAfAAAAAAAfQAAAAAAbwAAAAAAfQAAAAAAAAAAAAAAfAAAAAAAfQAAAAAAHgAAAAACHgAAAAADHgAAAAAAfQAAAAAAHgAAAAABHgAAAAABHgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAHgAAAAADfQAAAAAAAAAAAAAAfAAAAAAAfQAAAAAAHgAAAAABHgAAAAACHgAAAAAAfQAAAAAAHgAAAAACHgAAAAADNwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAHgAAAAACfQAAAAAAAAAAAAAAfAAAAAAAfQAAAAAAHgAAAAACHgAAAAAAHgAAAAAAfQAAAAAAHgAAAAABHgAAAAABHgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfAAAAAAAfQAAAAAAHgAAAAABHgAAAAAAHgAAAAACfQAAAAAAHgAAAAACHgAAAAABHgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAHgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAHgAAAAABHgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAEgAAAAAAEgAAAAAAfQAAAAAAfAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAEgAAAAAAEgAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfQAAAAAAEgAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAEgAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAANwAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAHgAAAAAAHgAAAAAC version: 6 0,-1: ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAATwAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATwAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAHwAAAAADHwAAAAADegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAAAAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAHwAAAAACHwAAAAADegAAAAAALgAAAAACAAAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAAAAAAAAAegAAAAAAQQAAAAAAJwAAAAAAQQAAAAAAegAAAAAAHwAAAAADHwAAAAAAHwAAAAAAegAAAAAAeQAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAAAAAAAAAegAAAAAAbQAAAAAAbQAAAAADbQAAAAADegAAAAAAegAAAAAAegAAAAAAJwAAAAACegAAAAAAegAAAAAAegAAAAAAQQAAAAAAJwAAAAAAQQAAAAAAegAAAAAAAAAAAAAAegAAAAAAbQAAAAADbQAAAAACbQAAAAADegAAAAAAegAAAAAAHwAAAAADHwAAAAADHwAAAAADegAAAAAAbQAAAAABbQAAAAACbQAAAAABbQAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAAAbQAAAAACbQAAAAAAJwAAAAADegAAAAAAHwAAAAACHwAAAAAAHwAAAAAAegAAAAAAbQAAAAADbQAAAAADbQAAAAAAbQAAAAABegAAAAAAbQAAAAABbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAegAAAAAAegAAAAAAHwAAAAAAHwAAAAADHwAAAAACegAAAAAAbQAAAAACbQAAAAAAbQAAAAAAbQAAAAABJwAAAAACbQAAAAAAbQAAAAACbQAAAAAAbQAAAAADbQAAAAAAJwAAAAAD + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAHwAAAAABHwAAAAADfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAHwAAAAADHwAAAAACfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAHwAAAAABHwAAAAACfQAAAAAAfAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAQQAAAAAAHgAAAAAAQQAAAAAAfQAAAAAAHwAAAAABHwAAAAADHwAAAAABfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAHgAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAbwAAAAACbwAAAAAAbwAAAAADfQAAAAAAHwAAAAADHwAAAAABHwAAAAAAfQAAAAAAfQAAAAAAbwAAAAACbwAAAAADbwAAAAAAbwAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAbwAAAAADbwAAAAABbwAAAAACfQAAAAAAHwAAAAACHwAAAAABHwAAAAACHwAAAAABfQAAAAAAbwAAAAABbwAAAAABbwAAAAABbwAAAAADfQAAAAAAbwAAAAABbwAAAAAAbwAAAAADbwAAAAABbwAAAAACHgAAAAAAHwAAAAAAHwAAAAAAHwAAAAABHwAAAAADfQAAAAAAbwAAAAACbwAAAAAAbwAAAAACbwAAAAAAfQAAAAAAbwAAAAABbwAAAAACbwAAAAABbwAAAAACbwAAAAADHgAAAAAAHwAAAAAAHwAAAAACHwAAAAADHwAAAAADfQAAAAAAbwAAAAAAbwAAAAADbwAAAAADbwAAAAABbwAAAAABbwAAAAACbwAAAAAAbwAAAAADbwAAAAAAbwAAAAAAHgAAAAAA version: 6 0,1: ind: 0,1 - tiles: eAAAAAACXAAAAAACHgAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAABXAAAAAAAHgAAAAADegAAAAAAAAAAAAAAegAAAAAAeQAAAAAALgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAACHgAAAAABHgAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJwAAAAADegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJwAAAAAAJwAAAAADegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJwAAAAABJwAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJwAAAAAAJwAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAACegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALgAAAAABTQAAAAACLgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALgAAAAAALgAAAAAALgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALgAAAAAATQAAAAABLgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALgAAAAABLgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: HgAAAAACHgAAAAADHgAAAAABfQAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAADHgAAAAAAHgAAAAADfQAAAAAAAAAAAAAAfQAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAACHgAAAAADHgAAAAABfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAfQAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAFAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAADfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAACLgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAAALgAAAAADfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALgAAAAADTQAAAAACfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAABLgAAAAADfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,-1: ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATwAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAATwAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAAAAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAHwAAAAABLgAAAAACegAAAAAAQQAAAAAAJwAAAAABQQAAAAAAegAAAAAAAAAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAAAAAAAAALgAAAAABegAAAAAAHwAAAAADegAAAAAAegAAAAAAbQAAAAAAbQAAAAACbQAAAAABegAAAAAAAAAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAeQAAAAAAegAAAAAAHwAAAAAAHwAAAAADegAAAAAAegAAAAAAbQAAAAACbQAAAAABbQAAAAADegAAAAAAAAAAAAAAegAAAAAAQQAAAAAAJwAAAAACQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAJwAAAAADJwAAAAAAbQAAAAAAbQAAAAAAbQAAAAACegAAAAAAegAAAAAAegAAAAAAbQAAAAABbQAAAAAAbQAAAAADbQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAJwAAAAAAegAAAAAAbQAAAAABbQAAAAABbQAAAAAAbQAAAAADbQAAAAADegAAAAAAbQAAAAABbQAAAAAAbQAAAAADbQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAJwAAAAACJwAAAAACbQAAAAAAbQAAAAACbQAAAAAAbQAAAAAAbQAAAAAAJwAAAAACbQAAAAAAbQAAAAABbQAAAAACbQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAHwAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAHwAAAAACfAAAAAAAfQAAAAAAfQAAAAAAHgAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfAAAAAAAfQAAAAAAHwAAAAACfQAAAAAAfQAAAAAAbwAAAAADbwAAAAADbwAAAAADfQAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAHgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAHwAAAAAAHwAAAAADfQAAAAAAfQAAAAAAbwAAAAAAbwAAAAABbwAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAbwAAAAABbwAAAAADHgAAAAAAHgAAAAAAfQAAAAAAHwAAAAAAHwAAAAAAHwAAAAADJwAAAAADHgAAAAAAbwAAAAADbwAAAAAAbwAAAAABbwAAAAADbwAAAAAAfQAAAAAAbwAAAAADbwAAAAACHgAAAAABHgAAAAACfQAAAAAAHwAAAAADHwAAAAABHwAAAAAAJwAAAAAAHgAAAAAAbwAAAAACbwAAAAAAbwAAAAADbwAAAAADbwAAAAABfQAAAAAAbwAAAAACbwAAAAADbwAAAAAAbwAAAAAAfQAAAAAAHwAAAAADHwAAAAADHwAAAAACJwAAAAABHgAAAAAAbwAAAAAAbwAAAAACbwAAAAAAbwAAAAAAbwAAAAACbwAAAAABbwAAAAADbwAAAAADbwAAAAACbwAAAAADfQAAAAAAHwAAAAABHwAAAAABHwAAAAAD version: 6 -1,1: ind: -1,1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAeAAAAAADeAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALgAAAAABeQAAAAAAegAAAAAAAAAAAAAAegAAAAAAXAAAAAABXAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAHgAAAAAAHgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAJwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAJwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAJwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALgAAAAAATQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALgAAAAACLgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALgAAAAABTQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAALgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAHgAAAAACHgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAHgAAAAAAHgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAHgAAAAAAHgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAALgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAALgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAATQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAALgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -2,-1: ind: -2,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJwAAAAAC + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAAA version: 6 1,-1: ind: 1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAALgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJwAAAAAAJwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJwAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJwAAAAAAJwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJwAAAAACHgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJwAAAAABHgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJwAAAAABHgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 1,0: ind: 1,0 - tiles: egAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: fQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -2,0: ind: -2,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - type: Broadphase - type: Physics @@ -91,340 +93,940 @@ entities: version: 2 nodes: - node: - color: '#DE3A3A96' - id: 1 + color: '#FFFFFFFF' + id: Bot decals: - 69: -13,-5 - - node: - color: '#DE3A3AFF' - id: 1 - decals: - 70: -13,-5 - - node: - color: '#DE3A3AFF' - id: 2 - decals: - 71: -7,-3 - - node: - color: '#DE3A3AFF' - id: 3 - decals: - 72: 7,-3 - - node: - color: '#DE3A3AFF' - id: 4 - decals: - 73: 13,-5 + 43: -1,-7 + 44: -1,-8 + 45: 0,-8 + 46: 0,-7 + 47: 1,-7 + 48: 1,-8 - node: color: '#EFB34196' id: BotLeft decals: - 16: -13,-8 - 17: -7,-6 - 18: 7,-6 - 19: 13,-8 - 77: -7,6 - 78: -7,5 - 79: -7,4 - 80: -7,3 - 81: 7,3 - 82: 7,4 - 83: 7,6 - 84: 5,6 - 85: 5,5 - 86: 5,4 - 87: 5,3 - 88: -5,4 - 89: -5,5 - 90: -5,6 + 0: -7,6 + 1: -7,5 + 2: -7,4 + 3: -7,3 + 4: 7,3 + 5: 7,4 + 6: 7,6 + 7: 5,6 + 8: 5,5 + 9: 5,4 + 10: 5,3 + 11: -5,4 + 12: -5,5 + 13: -5,6 - node: color: '#EFB341FF' id: BotLeft decals: - 180: 7,5 - 181: 5,5 - 182: 5,6 - 183: 5,4 - 184: 5,3 - 185: 7,3 - 186: 7,6 - 187: -5,6 - 188: -5,4 - 189: -5,3 - 190: -5,5 - 191: -7,5 - 192: -7,4 - 193: -7,3 - 194: -7,6 + 28: 7,5 + 29: 5,5 + 30: 5,6 + 31: 5,4 + 32: 5,3 + 33: 7,3 + 34: 7,6 + 35: -5,6 + 36: -5,4 + 37: -5,3 + 38: -5,5 + 39: -7,5 + 40: -7,4 + 41: -7,3 + 42: -7,6 - node: - color: '#52B4E9FF' - id: BotLeftGreyscale + color: '#FFFFFFFF' + id: Box decals: - 74: -2,-5 + 151: -2,16 - node: - color: '#DE3A3A96' - id: BotLeftGreyscale + color: '#334E6DFF' + id: BrickTileWhiteCornerNe + decals: + 513: 2,18 + - node: + color: '#5E7C16FF' + id: BrickTileWhiteCornerNe decals: - 75: -1,-6 + 472: 7,9 - node: color: '#D381C9FF' id: BrickTileWhiteCornerNe decals: - 103: -10,0 - 129: 8,1 - 141: 13,0 - 142: 14,-1 - 149: 2,7 - 150: 3,6 + 14: 2,7 + 15: 3,6 + 85: -10,0 + 97: 14,1 + 139: 8,1 + - node: + color: '#334E6DFF' + id: BrickTileWhiteCornerNw + decals: + 508: -2,18 - node: color: '#D381C9FF' id: BrickTileWhiteCornerNw decals: - 99: -14,-1 - 101: -13,0 - 116: -8,1 - 139: 10,0 - 151: -2,7 - 152: -3,6 + 16: -2,7 + 17: -3,6 + 64: -14,1 + 88: 10,0 + 108: -8,1 + - node: + color: '#5E7C16FF' + id: BrickTileWhiteCornerSe + decals: + 471: 7,8 - node: color: '#D381C9FF' id: BrickTileWhiteCornerSe decals: - 105: -10,-2 - 161: 3,2 + 71: -10,-3 + 113: 3,1 + - node: + color: '#334E6DFF' + id: BrickTileWhiteCornerSw + decals: + 512: -2,17 - node: color: '#D381C9FF' id: BrickTileWhiteCornerSw decals: - 137: 10,-2 - 177: -3,2 + 89: 10,-3 + 112: -3,1 + 150: 5,-4 - node: color: '#D381C9FF' id: BrickTileWhiteInnerNe decals: - 130: 7,1 - 131: 13,-1 - 179: 2,6 + 27: 2,6 + 138: 7,1 - node: color: '#D381C9FF' id: BrickTileWhiteInnerNw decals: - 100: -13,-1 - 117: -7,1 - 178: -2,6 + 26: -2,6 + 109: -7,1 - node: color: '#D381C9FF' id: BrickTileWhiteInnerSe decals: - 107: -12,-2 + 73: -12,-3 - node: color: '#D381C9FF' id: BrickTileWhiteInnerSw decals: - 132: 12,-2 + 101: 12,-3 + 497: 6,-4 - node: color: '#D381C9FF' id: BrickTileWhiteLineE decals: - 104: -10,-1 - 108: -12,-3 - 109: -12,-4 - 110: -12,-5 - 111: -5,-3 - 112: -5,-2 - 113: -5,-1 - 114: -5,0 - 115: -5,1 - 126: 8,-3 - 127: 8,-2 - 128: 8,-1 - 143: 14,-2 - 144: 14,-3 - 145: 14,-4 - 146: 14,-5 - 148: 8,0 - 158: 3,3 - 159: 3,4 - 160: 3,5 - - node: - color: '#334E6DC8' - id: BrickTileWhiteLineN - decals: - 24: -2,18 - 25: -1,18 - 26: 0,18 - 27: 1,18 - 28: 2,18 + 22: 3,3 + 23: 3,4 + 24: 3,5 + 69: -12,-5 + 70: -12,-4 + 74: -10,-2 + 94: 14,-5 + 95: 14,-4 + 96: 14,0 + 105: -5,-2 + 106: -5,-1 + 107: -5,0 + 110: -5,1 + 137: 7,2 + 140: 8,0 + 141: 8,-2 + 142: 8,-3 + 143: 8,-4 - node: - color: '#9FED5896' + color: '#334E6DFF' id: BrickTileWhiteLineN decals: - 147: 12,0 + 509: -1,18 + 510: 1,18 - node: color: '#D381C9FF' id: BrickTileWhiteLineN decals: - 102: -11,0 - 140: 11,0 - 153: -1,7 - 154: 0,7 - 155: 1,7 + 18: -1,7 + 19: 1,7 + 65: -13,1 + 86: -11,0 + 87: 11,0 + 98: 13,1 - node: color: '#D381C9FF' id: BrickTileWhiteLineS decals: - 106: -11,-2 - 136: 11,-2 + 72: -11,-3 + 91: 11,-3 + 114: -2,1 + 115: 2,1 - node: - color: '#EFB34196' + color: '#EFB341FF' id: BrickTileWhiteLineS decals: - 91: 0,2 - 92: 1,2 - 93: 2,2 - 94: 3,2 - 162: -1,2 - 163: -2,2 + 116: -1,1 + 117: 1,1 - node: color: '#D381C9FF' id: BrickTileWhiteLineW decals: - 95: -14,-5 - 96: -14,-4 - 97: -14,-3 - 98: -14,-2 - 118: -8,0 - 119: -8,-2 - 120: -8,-3 - 121: -8,-1 - 122: 5,-3 - 123: 5,-2 - 124: 5,-1 - 125: 5,1 - 133: 12,-3 - 134: 12,-4 - 135: 12,-5 - 138: 10,-1 - 156: -3,5 - 157: -3,4 - 176: -3,3 + 20: -3,5 + 21: -3,4 + 63: -14,0 + 67: -14,-4 + 68: -14,-5 + 90: 10,-2 + 92: 12,-4 + 93: 12,-5 + 102: -8,-2 + 103: -8,0 + 104: -8,-4 + 111: -3,3 + 136: -7,2 + 144: 5,-3 + 145: 5,-2 + 146: 5,-1 + 147: 5,0 + 148: 5,1 + 395: -8,-3 - node: color: '#951710FF' id: Delivery decals: - 164: -1,3 - 165: 0,3 - 166: 1,3 - 167: -2,3 - 168: -2,4 - 169: -2,5 - 170: -1,5 - 171: 1,5 - 172: 1,5 - 173: 2,5 - 174: 2,4 - 175: 2,3 + 25: 2,5 + 50: -2,3 + 51: 2,3 + 52: 0,3 + 53: -2,5 + 54: 0,5 + 55: -1,5 + 56: -2,4 + 57: -1,3 + 58: 2,4 + 59: 1,5 + 60: 2,3 + 61: 1,3 + - node: + cleanable: True + color: '#FFFFFFFF' + id: Dirt + decals: + 434: 2,-1 + 435: 3,-1 + - node: + cleanable: True + angle: -3.141592653589793 rad + color: '#FFFFFFFF' + id: DirtHeavy + decals: + 234: 1,14 + - node: + cleanable: True + angle: -1.5707963267948966 rad + color: '#FFFFFFFF' + id: DirtHeavy + decals: + 400: -7,-2 + 442: 16,-2 + 450: 4,2 + 451: 0,0 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + decals: + 169: 1,2 + 251: 1,11 + 262: -2,13 + 263: 0,20 + 279: 0,13 + 396: -8,-3 + 397: -8,-4 + 436: -16,-1 + 475: -6,-4 + 514: -1,17 + 515: -1,18 + - node: + cleanable: True + angle: 1.5707963267948966 rad + color: '#FFFFFFFF' + id: DirtHeavy + decals: + 233: 1,13 + 236: 0,16 + 264: 0,20 + 267: 0,15 + 275: 1,15 + 276: 0,12 + 280: 0,13 + 281: 0,14 + 284: 6,9 + 285: 7,9 + 323: 1,10 + 347: 0,6 + 348: 0,-1 + 394: -8,-2 + 398: -8,-2 + 399: -7,-2 + 437: -16,-2 + 438: -16,-3 + 439: 16,-3 + 440: 16,-2 + 441: 16,-1 + - node: + cleanable: True + angle: 3.141592653589793 rad + color: '#FFFFFFFF' + id: DirtHeavy + decals: + 168: 0,2 + 248: 0,12 + 249: 1,12 + 265: 0,21 + 266: 0,15 + 277: 0,12 + 278: 0,13 + 283: 6,9 + 293: 12,3 + 294: 12,4 + 295: 0,7 + 313: 0,11 + 321: 0,9 + 322: 1,9 + 324: 1,10 + 325: 1,11 + 349: 0,-1 + 350: 1,-2 + 351: 1,-1 + - node: + cleanable: True + angle: 4.71238898038469 rad + color: '#FFFFFFFF' + id: DirtHeavy + decals: + 199: 12,-1 + 250: 0,11 + 268: 0,16 + 269: -1,15 + 270: -1,16 + 286: 7,9 + 287: 7,8 + 314: 0,11 + 318: 0,10 + 326: 1,11 + 370: -12,-2 + 474: -6,-4 + - node: + cleanable: True + angle: 6.283185307179586 rad + color: '#FFFFFFFF' + id: DirtHeavy + decals: + 282: 6,9 + 288: 7,8 + 289: 7,9 + 290: 6,10 + 296: 0,2 + 297: -1,2 + 298: 0,1 + 299: 1,1 + 315: 0,11 + 319: 0,10 + 320: 0,9 + 327: 1,11 + 338: 0,18 + 367: -12,-1 + 368: -11,-1 + - node: + cleanable: True + angle: 7.853981633974483 rad + color: '#FFFFFFFF' + id: DirtHeavy + decals: + 316: 0,11 + 317: 0,10 + 328: 1,11 + 329: 1,12 + 330: 1,13 + 369: -11,-2 + 371: -13,-2 + 403: -7,-4 + 404: -6,-2 + - node: + cleanable: True + angle: 9.42477796076938 rad + color: '#FFFFFFFF' + id: DirtHeavy + decals: + 331: 2,14 + 332: -2,15 + 333: -2,16 + 405: -6,-2 + - node: + cleanable: True + angle: 10.995574287564276 rad + color: '#FFFFFFFF' + id: DirtHeavy + decals: + 406: -6,-2 + - node: + cleanable: True + angle: 12.566370614359172 rad + color: '#FFFFFFFF' + id: DirtHeavy + decals: + 407: -6,-2 + 408: -6,-1 + 409: -7,-2 + 410: -7,-1 + - node: + cleanable: True + angle: 14.137166941154069 rad + color: '#FFFFFFFF' + id: DirtHeavy + decals: + 411: -7,-1 + 412: -6,0 + 413: -6,1 + 414: -7,1 + 415: -5,1 + 416: -6,2 + 417: -5,2 + 427: 6,2 + 428: 6,3 + 429: 2,2 + 430: 3,2 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavyMonotile + decals: + 170: 1,1 + 171: 2,2 + 172: 2,3 + 274: 1,15 + 516: -1,18 + 517: -2,18 + 518: -2,17 + - node: + cleanable: True + angle: 1.5707963267948966 rad + color: '#FFFFFFFF' + id: DirtHeavyMonotile + decals: + 237: -1,16 + 238: -1,15 + 388: -10,-1 + 389: -8,-1 + 390: -7,0 + 476: -5,-4 + - node: + cleanable: True + angle: 3.141592653589793 rad + color: '#FFFFFFFF' + id: DirtHeavyMonotile + decals: + 352: 1,-3 + 493: -5,-4 + - node: + cleanable: True + angle: 4.71238898038469 rad + color: '#FFFFFFFF' + id: DirtHeavyMonotile + decals: + 473: -7,-3 + 477: -5,-4 + - node: + cleanable: True + angle: 14.137166941154069 rad + color: '#FFFFFFFF' + id: DirtHeavyMonotile + decals: + 431: 3,3 + 432: 1,6 + 433: 6,10 + - node: + cleanable: True + angle: -3.141592653589793 rad + color: '#FFFFFFFF' + id: DirtLight + decals: + 221: 7,1 + - node: + cleanable: True + angle: -1.5707963267948966 rad + color: '#FFFFFFFF' + id: DirtLight + decals: + 177: -1,3 + 178: -3,4 + 208: 13,-3 + 209: 13,-4 + 210: 12,-4 + 216: 6,-2 + 219: 6,0 + 220: 6,1 + 452: 0,0 + 453: 4,2 + 456: -14,-4 + 457: -14,-5 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + decals: + 173: -3,2 + 174: -3,3 + 175: -2,3 + 176: -2,4 + 186: -14,-2 + 187: -13,-3 + 189: -13,0 + 193: -11,-1 + 194: -14,-1 + 195: -12,1 + 203: 12,1 + 204: 14,0 + 205: 14,-2 + 206: 13,-2 + 211: 10,-2 + 215: 6,-3 + 222: 5,1 + 223: 6,-4 + 224: 6,2 + 225: 7,2 + 226: 5,2 + 227: 6,3 + 228: 5,4 + 229: 5,4 + 230: 6,5 + 231: 6,4 + 232: 7,4 + 239: 1,15 + 255: 0,10 + 256: 0,9 + 257: 1,9 + 258: 1,10 + 259: -2,10 + 260: -2,12 + 261: -2,13 + 519: -1,17 + - node: + cleanable: True + angle: 1.5707963267948966 rad + color: '#FFFFFFFF' + id: DirtLight + decals: + 192: -12,-1 + 202: 12,0 + 207: 14,-1 + 212: 10,-1 + 213: 7,-2 + 214: 7,-3 + 391: -8,0 + 392: -7,0 + 393: -8,-1 + - node: + cleanable: True + angle: 3.141592653589793 rad + color: '#FFFFFFFF' + id: DirtLight + decals: + 182: -6,-1 + 190: -12,-2 + 201: 13,0 + 240: 1,16 + 247: 2,14 + 310: 1,6 + 311: 1,7 + 312: -1,7 + - node: + cleanable: True + angle: 4.71238898038469 rad + color: '#FFFFFFFF' + id: DirtLight + decals: + 183: -8,-2 + 241: 0,17 + 478: -5,-4 + 479: -6,-4 + - node: + cleanable: True + angle: 6.283185307179586 rad + color: '#FFFFFFFF' + id: DirtLight + decals: + 184: -7,-1 + 243: -2,15 + 244: 1,17 + 245: 0,18 + 246: 2,17 + 356: 1,-5 + 357: 2,-5 + 358: 0,-5 + - node: + cleanable: True + angle: 7.853981633974483 rad + color: '#FFFFFFFF' + id: DirtLight + decals: + 185: -7,0 + - node: + cleanable: True + angle: -3.141592653589793 rad + color: '#FFFFFFFF' + id: DirtMedium + decals: + 217: 6,-1 + 235: 0,15 + - node: + cleanable: True + angle: -1.5707963267948966 rad + color: '#FFFFFFFF' + id: DirtMedium + decals: + 218: 7,0 + 443: 16,-1 + 444: 15,-1 + 445: 15,-2 + 446: 15,-3 + 447: 17,-1 + 448: 17,-2 + 449: 17,-3 + 454: -4,2 + 455: -9,-1 + 458: -13,-5 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtMedium + decals: + 181: -6,-2 + 188: -13,-2 + 196: 12,-2 + 252: 0,13 + 253: 0,14 + 254: -1,15 + 272: 0,17 + 273: 1,16 + 459: -12,-5 + 460: -8,0 + 461: -6,4 + 462: -4,2 + 463: -9,-1 + 464: 0,8 + 465: 0,19 + 466: 0,22 + 467: 12,2 + 520: -1,18 + - node: + cleanable: True + angle: 1.5707963267948966 rad + color: '#FFFFFFFF' + id: DirtMedium + decals: + 166: -1,1 + 179: -7,-4 + 305: -3,5 + 306: -2,6 + 307: 3,4 + 381: -12,-3 + 382: -13,-3 + 383: -13,-4 + 384: -12,-4 + 385: -11,-3 + 386: -10,-3 + 387: -10,-2 + - node: + cleanable: True + angle: 3.141592653589793 rad + color: '#FFFFFFFF' + id: DirtMedium + decals: + 163: -1,2 + 180: -7,-3 + 191: -13,-1 + 197: 11,-2 + 200: 13,-1 + 308: 3,5 + 309: 2,6 + 353: 2,-3 + 354: 1,-4 + - node: + cleanable: True + angle: 4.71238898038469 rad + color: '#FFFFFFFF' + id: DirtMedium + decals: + 164: 0,2 + 165: -2,2 + 167: 0,1 + 198: 11,-1 + 304: -3,4 + 521: -1,17 + - node: + cleanable: True + angle: 6.283185307179586 rad + color: '#FFFFFFFF' + id: DirtMedium + decals: + 291: 6,11 + 292: 6,12 + 300: 1,2 + 301: -1,1 + 302: -2,2 + 303: -3,3 + 355: 2,-4 + 359: 0,-6 + 360: 2,-3 + 361: 1,-5 + 362: 2,-5 + 363: -6,-1 + 364: -6,0 + 365: -12,0 + 366: -12,-1 + 401: -7,-3 + - node: + cleanable: True + angle: 7.853981633974483 rad + color: '#FFFFFFFF' + id: DirtMedium + decals: + 372: -13,-1 + 373: -14,-1 + 374: -14,0 + 375: -13,0 + 376: -10,-1 + 377: -10,-2 + 378: -11,0 + 379: -12,0 + 380: -12,1 + 402: -7,-4 + - node: + cleanable: True + angle: 14.137166941154069 rad + color: '#FFFFFFFF' + id: DirtMedium + decals: + 418: -7,2 + 419: -6,3 + 420: -5,3 + 421: -6,4 + 422: -5,4 + 423: -6,5 + 424: -7,4 + 425: 6,4 + 426: 5,2 + - node: + angle: 3.141592653589793 rad + color: '#FFFFFFFF' + id: LoadingArea + decals: + 49: 1,-6 + - node: + color: '#FFFFFFFF' + id: WarnBox + decals: + 155: 6,12 - node: color: '#D381C996' - id: HalfTileOverlayGreyscale180 + id: WarnLineGreyscaleE + decals: + 79: -10,-1 + 80: 8,-1 + 82: 14,-1 + 83: 14,-2 + 84: 14,-3 + 132: -5,2 + 133: 3,2 + - node: + color: '#334E6DC8' + id: WarnLineGreyscaleN decals: - 29: 4,2 - 76: -4,2 + 126: 0,21 + 127: 0,18 - node: color: '#52B4E996' - id: MiniTileWhiteLineN + id: WarnLineGreyscaleN decals: - 32: -12,0 + 66: -12,1 - node: color: '#5E7C16FF' - id: MiniTileWhiteLineN + id: WarnLineGreyscaleN decals: - 195: 6,6 + 470: 6,6 + - node: + color: '#9FED5896' + id: WarnLineGreyscaleN + decals: + 99: 12,1 - node: color: '#D381C996' - id: MiniTileWhiteLineN + id: WarnLineGreyscaleN decals: - 31: -6,6 + 131: 0,7 + 149: -6,6 - node: - color: '#334E6DC8' - id: ThreeQuarterTileOverlayGreyscale + color: '#EFB34196' + id: WarnLineGreyscaleN decals: - 20: -1,22 + 119: 0,-1 - node: color: '#334E6DC8' - id: ThreeQuarterTileOverlayGreyscale180 + id: WarnLineGreyscaleS decals: - 22: 1,20 + 128: 0,20 - node: - color: '#334E6DC8' - id: ThreeQuarterTileOverlayGreyscale270 + color: '#52B4E996' + id: WarnLineGreyscaleS decals: - 23: -1,20 + 501: -12,3 - node: - color: '#334E6DC8' - id: ThreeQuarterTileOverlayGreyscale90 + color: '#5E7C16FF' + id: WarnLineGreyscaleS + decals: + 469: 6,8 + - node: + color: '#9FED5896' + id: WarnLineGreyscaleS decals: - 21: 1,22 + 100: 12,3 + 129: -2,15 + - node: + color: '#D381C996' + id: WarnLineGreyscaleS + decals: + 130: 0,9 + 158: -13,-5 + 159: -7,-4 + 160: 7,-4 + 161: 13,-5 - node: color: '#EFB34196' - id: WarnFull + id: WarnLineGreyscaleS + decals: + 118: 0,1 + - node: + color: '#D381C996' + id: WarnLineGreyscaleW decals: - 0: -7,-7 - 1: -8,-6 - 2: -7,-5 - 3: -6,-6 - 4: 7,-7 - 5: 6,-6 - 6: 7,-5 - 7: 8,-6 - 8: 13,-9 - 9: 12,-8 - 10: 13,-7 - 11: 14,-8 - 12: -13,-7 - 13: -12,-8 - 14: -13,-9 - 15: -14,-8 + 75: -14,-1 + 76: -14,-2 + 77: -14,-3 + 78: -8,-1 + 81: 10,-1 + 134: -3,2 + 135: 5,2 - node: - color: '#DE3A3A96' + color: '#FFFFFFFF' id: WarnLineN decals: - 33: 14,-5 - 34: 13,-5 - 35: 12,-5 - 36: 8,-3 - 37: 7,-3 - 38: 6,-3 - 39: -6,-3 - 40: -7,-3 - 41: -7,-3 - 42: -8,-3 - 43: -6,-3 - 44: -8,-3 - 45: -12,-5 - 46: -12,-5 - 47: -13,-5 - 48: -13,-5 - 49: -14,-5 - 50: -14,-5 - 51: 14,-5 - 52: 14,-5 - 53: 13,-5 - 54: 13,-5 - 55: 12,-5 - 56: 12,-5 - 57: 8,-3 - 58: 7,-3 - 59: 6,-3 - 60: 6,-3 - 61: 7,-3 - 62: 8,-3 - 63: -6,-3 - 64: -7,-3 - 65: -8,-3 - 66: -12,-5 - 67: -13,-5 - 68: -14,-5 + 62: -12,4 + - node: + cleanable: True + color: '#FFFFFFFF' + id: beepsky + decals: + 468: 6,9 + - node: + cleanable: True + angle: 3.141592653589793 rad + color: '#FFFFFFFF' + id: body + decals: + 506: 0.818092,15.075505 + - node: + cleanable: True + color: '#FFFFFFFF' + id: end + decals: + 157: 1,-8 + - node: + cleanable: True + color: '#FFFFFFFF' + id: engie + decals: + 156: 0,-2 + - node: + cleanable: True + color: '#FFFFFFFF' + id: guy + decals: + 162: 2,-5 + - node: + cleanable: True + angle: 1.5707963267948966 rad + color: '#1D1D2172' + id: splatter + decals: + 537: -5.9109426,-2.457674 + 538: -6.4578176,-3.285799 + - node: + cleanable: True + angle: 3.141592653589793 rad + color: '#1D1D2172' + id: splatter + decals: + 539: -4.6765676,-2.645174 + 540: -6.1140676,-4.129549 + - node: + cleanable: True + angle: 3.141592653589793 rad + color: '#1D1D2172' + id: splatter + decals: + 487: -5.236245,-3.889092 + - node: + cleanable: True + angle: 4.71238898038469 rad + color: '#1D1D2172' + id: splatter + decals: + 480: -5.579995,-4.123467 + 481: -5.81437,-3.873467 + 503: -6.5091863,-4.169741 + - node: + cleanable: True + color: '#1D421D72' + id: splatter + decals: + 522: 0.62113595,10.2771635 + 523: -0.31636405,15.202867 + 524: 0.16801095,11.280992 + - node: + cleanable: True + angle: 1.5707963267948966 rad + color: '#421D1D72' + id: splatter + decals: + 534: -5.9421926,-3.285799 + 535: -5.4734426,-2.567049 + 536: -4.7390676,-2.848299 + - node: + cleanable: True + angle: 1.5707963267948966 rad + color: '#601D1D72' + id: splatter + decals: + 531: -5.1140676,-2.817049 + 532: -5.4578176,-3.254549 + 533: -6.0359426,-2.879549 + - node: + cleanable: True + color: '#811D1D72' + id: splatter + decals: + 529: -4.7859426,-3.160799 + 530: -5.6453176,-2.942049 - type: GridAtmosphere version: 2 data: @@ -446,66 +1048,82 @@ entities: 1,1: 0: 65535 1,2: - 0: 61167 + 1: 1 + 0: 61166 1,3: - 0: 44778 - 1: 4 + 0: 43758 + 1: 1024 2,0: - 0: 49151 + 0: 39935 + 1: 9216 2,1: - 0: 39867 + 0: 39321 + 1: 546 2,2: - 0: 2457 + 0: 2203 + 1: 256 3,0: - 0: 32767 + 0: 14335 + 1: 18432 3,1: 0: 9011 3,2: - 0: 818 + 0: 50 + 1: 768 -4,0: - 0: 52991 + 0: 36079 + 1: 16912 -4,1: 0: 34952 -3,0: - 0: 49151 + 0: 15359 + 1: 33792 -3,1: - 0: 11195 + 0: 9011 + 1: 2184 -3,2: - 0: 818 + 0: 562 + 1: 256 -2,0: 0: 65535 -2,1: 0: 65535 -2,2: - 0: 61439 + 0: 61183 + 1: 256 -2,3: 0: 44782 -1,1: 0: 65535 -1,2: - 0: 61167 + 1: 1 + 0: 61166 -1,3: 0: 61166 0,-3: - 0: 30464 + 1: 1792 + 0: 28672 0,-2: - 0: 65399 + 0: 63351 + 1: 2048 1,-1: 0: 65535 1,-3: - 0: 8928 + 0: 8736 + 1: 192 1,-2: 0: 65262 2,-3: - 0: 43704 + 1: 16 + 0: 43688 2,-2: 0: 48059 2,-1: - 0: 65531 + 0: 65535 2,-4: 0: 32768 3,-4: - 0: 61440 + 1: 61440 3,-3: 0: 65416 3,-2: @@ -515,31 +1133,37 @@ entities: 0,4: 0: 65535 0,5: - 0: 65535 + 0: 65527 + 1: 8 0,6: 0: 30719 0,7: - 0: 30583 + 0: 30519 + 1: 64 1,4: - 0: 238 + 0: 46 + 1: 192 -4,-4: - 0: 57344 + 1: 57344 -4,-3: 0: 60962 -4,-2: - 0: 65518 + 1: 256 + 0: 65262 -4,-1: 0: 65535 -3,-4: - 0: 12288 + 1: 4096 + 0: 8192 -3,-3: 0: 48034 -3,-2: 0: 48059 -3,-1: - 0: 65531 + 0: 65535 -2,-3: - 0: 35056 + 1: 112 + 0: 34944 -2,-2: 0: 65535 -2,-1: @@ -547,19 +1171,24 @@ entities: -1,-1: 0: 65535 -1,-2: - 0: 65228 + 0: 64716 + 1: 512 -1,-3: - 0: 52224 + 1: 3072 + 0: 49152 -2,4: - 0: 238 + 0: 142 + 1: 96 -1,4: 0: 61166 -1,5: - 0: 61166 + 1: 2 + 0: 61164 -1,6: 0: 52462 -1,7: - 0: 52428 + 0: 52364 + 1: 64 -1,8: 0: 52428 -1,9: @@ -573,17 +1202,20 @@ entities: 0,10: 0: 1092 -4,2: - 0: 2184 + 0: 136 + 1: 2048 -5,-2: - 0: 32768 + 1: 32768 -5,-1: 0: 34952 4,-2: - 0: 12544 + 1: 8448 + 0: 4096 4,-1: 0: 13107 4,0: - 0: 19 + 0: 3 + 1: 16 -5,0: 0: 8 uniqueMixes: @@ -605,8 +1237,8 @@ entities: - volume: 2500 temperature: 293.15 moles: - - 21.6852 - - 81.57766 + - 0 + - 0 - 0 - 0 - 0 @@ -622,120 +1254,164 @@ entities: - type: RadiationGridResistance - type: BecomesStation id: Spectre + - type: NavMap - proto: AirAlarm entities: - - uid: 738 + - uid: 17 components: - type: Transform - pos: -2.5,7.5 + pos: 10.5,1.5 parent: 3 - type: DeviceList devices: - - 685 - - 633 - - 449 - - 1469 - - 1470 - - 500 + - 908 + - 907 + - 909 + - 1103 + - 1101 + - 969 + - 967 + - 978 - type: AtmosDevice joinedGrid: 3 - - uid: 798 + - uid: 54 components: - type: Transform - pos: -10.5,1.5 + pos: 3.5,7.5 parent: 3 - type: DeviceList devices: - - 674 - - 764 + - 1093 + - 1092 + - 1094 + - 1095 + - 992 + - 964 + - 682 - type: AtmosDevice joinedGrid: 3 - - uid: 932 + - uid: 905 components: - type: Transform - pos: 11.5,1.5 + rot: -1.5707963267948966 rad + pos: 2.5,23.5 parent: 3 - type: DeviceList devices: - - 686 - - 701 + - 1099 + - 1098 + - 1113 + - 1112 + - 534 + - 1114 - type: AtmosDevice joinedGrid: 3 - - uid: 933 + - uid: 972 components: - type: Transform - pos: 2.5,1.5 + pos: 1.5,0.5 + parent: 3 + - type: AtmosDevice + joinedGrid: 3 + - uid: 989 + components: + - type: Transform + pos: -9.5,1.5 parent: 3 - type: DeviceList devices: - - 449 - - 633 - - 685 - - type: DeviceLinkSource - linkedPorts: - 939: - - AirWarning: Close - - AirNormal: Open + - 912 + - 911 + - 910 + - 1090 + - 1091 + - 962 + - 966 + - 977 - type: AtmosDevice joinedGrid: 3 - - uid: 934 + - uid: 990 components: - type: Transform - pos: 0.5,-3.5 + pos: -7.5,3.5 parent: 3 - type: DeviceList devices: - - 635 - - 1473 + - 1102 + - 1090 + - 970 + - 965 + - 975 + - 1092 + - 1096 - type: AtmosDevice joinedGrid: 3 - - uid: 1055 + - uid: 991 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,23.5 + pos: 8.5,3.5 parent: 3 - type: DeviceList devices: - - 1063 - - 1057 - - 1472 - - 534 + - 976 + - 968 + - 959 + - 1101 + - 1104 + - 1094 + - 1097 + - type: AtmosDevice + joinedGrid: 3 + - uid: 1045 + components: + - type: Transform + pos: 2.5,19.5 + parent: 3 + - type: DeviceList + devices: + - 1095 + - 1098 + - 535 + - 963 + - 1110 - type: AtmosDevice joinedGrid: 3 -- proto: AirlockAtmospherics +- proto: AirCanister entities: - - uid: 607 + - uid: 473 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 2.5,-3.5 + pos: 0.5,-7.5 parent: 3 -- proto: AirlockCommand + - type: AtmosDevice + joinedGrid: 3 +- proto: Airlock entities: - - uid: 2 + - uid: 330 + components: + - type: Transform + pos: 12.5,2.5 + parent: 3 +- proto: AirlockCommandGlass + entities: + - uid: 1008 components: - - type: MetaData - flags: PvsPriority - type: Transform + rot: 3.141592653589793 rad pos: 0.5,19.5 parent: 3 - - uid: 244 + - uid: 1009 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 0.5,23.5 + rot: 3.141592653589793 rad + pos: 0.5,22.5 parent: 3 - proto: AirlockEngineering entities: - - uid: 114 + - uid: 142 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 0.5,1.5 + pos: 0.5,0.5 parent: 3 - proto: AirlockExternalGlass entities: @@ -761,23 +1437,34 @@ entities: - type: Transform pos: 15.5,-0.5 parent: 3 -- proto: AirlockGlass - entities: - - uid: 1551 + - uid: 541 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,4.5 + pos: -14.5,-1.5 parent: 3 - - uid: 1552 + - uid: 740 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,4.5 + rot: 1.5707963267948966 rad + pos: 15.5,-1.5 + parent: 3 +- proto: AirlockGlass + entities: + - uid: 1019 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,8.5 parent: 3 - proto: AirlockGlassShuttle entities: - uid: 47 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-0.5 + parent: 3 + - uid: 130 components: - type: Transform rot: 1.5707963267948966 rad @@ -799,103 +1486,168 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 17.5,-0.5 + pos: 17.5,-1.5 parent: 3 -- proto: AirlockMaintGlass - entities: - - uid: 595 + - uid: 514 components: - type: Transform - pos: 12.5,1.5 + rot: -1.5707963267948966 rad + pos: -16.5,-1.5 parent: 3 - - uid: 598 +- proto: AirlockMedical + entities: + - uid: 736 components: - type: Transform - pos: -5.5,7.5 + pos: -11.5,2.5 parent: 3 -- proto: AirlockMedicalGlass +- proto: AirlockMercenaryGlass entities: - - uid: 592 + - uid: 1007 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,1.5 + rot: 3.141592653589793 rad + pos: 6.5,7.5 parent: 3 -- proto: AirlockMercenary +- proto: AirlockScience entities: - - uid: 422 + - uid: 1018 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 6.5,7.5 + rot: 3.141592653589793 rad + pos: -5.5,7.5 parent: 3 -- proto: AirlockScience +- proto: AirlockScienceGlass entities: - - uid: 330 + - uid: 475 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-5.5 + pos: -6.5,-4.5 parent: 3 - - uid: 342 + - uid: 1010 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad - pos: 7.5,-3.5 + pos: -8.5,-0.5 parent: 3 - - uid: 359 + - uid: 1011 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-0.5 + rot: 3.141592653589793 rad + pos: -3.5,2.5 parent: 3 - - uid: 360 + - uid: 1012 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-0.5 + rot: 3.141592653589793 rad + pos: 4.5,2.5 parent: 3 - - uid: 361 + - uid: 1013 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-3.5 + rot: 3.141592653589793 rad + pos: 9.5,-0.5 parent: 3 - - uid: 368 + - uid: 1014 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: -1.5707963267948966 rad + rot: 3.141592653589793 rad pos: 13.5,-5.5 parent: 3 - - uid: 939 + - uid: 1015 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 0.5,8.5 + rot: 3.141592653589793 rad + pos: 7.5,-4.5 parent: 3 - - type: DeviceLinkSink - links: - - 933 + - uid: 1017 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-5.5 + parent: 3 +- proto: AirSensor + entities: + - uid: 974 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-4.5 + parent: 3 + - uid: 975 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,0.5 + parent: 3 + - type: DeviceNetwork + deviceLists: + - 990 + - uid: 976 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,0.5 + parent: 3 + - type: DeviceNetwork + deviceLists: + - 991 + - uid: 977 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,0.5 + parent: 3 + - type: DeviceNetwork + deviceLists: + - 989 + - uid: 978 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,0.5 + parent: 3 + - type: DeviceNetwork + deviceLists: + - 17 + - uid: 992 + components: + - type: Transform + pos: 0.5,2.5 + parent: 3 + - type: DeviceNetwork + deviceLists: + - 54 + - uid: 1110 + components: + - type: Transform + pos: -0.5,13.5 + parent: 3 + - type: DeviceNetwork + deviceLists: + - 1045 + - uid: 1112 + components: + - type: Transform + pos: -0.5,21.5 + parent: 3 + - type: DeviceNetwork + deviceLists: + - 905 + - uid: 1113 + components: + - type: Transform + pos: -0.5,26.5 + parent: 3 + - type: DeviceNetwork + deviceLists: + - 905 - proto: AmeController entities: - - uid: 601 + - uid: 202 components: - type: Transform - pos: -1.5,0.5 + pos: 0.5,-3.5 parent: 3 - type: AmeController injectionAmount: 4 @@ -905,102 +1657,96 @@ entities: AmeFuel: !type:ContainerSlot showEnts: False occludes: True - ent: 602 + ent: 32 - proto: AmeJar entities: - - uid: 40 + - uid: 32 components: - type: Transform - pos: 3.5392103,-1.3966094 - parent: 3 - - uid: 160 + parent: 202 + - type: Physics + canCollide: False + - uid: 1037 components: - type: Transform - pos: 3.3517103,-1.4122344 + pos: 0.7160515,-2.5026875 parent: 3 - - uid: 602 + - uid: 1207 components: - - type: MetaData - flags: InContainer - type: Transform - parent: 601 - - type: Physics - canCollide: False + pos: 0.30980158,-2.5026875 + parent: 3 - proto: AmeShielding entities: - - uid: 27 + - uid: 14 components: - type: Transform rot: 3.141592653589793 rad - pos: 0.5,-0.5 + pos: -0.5,-0.5 parent: 3 - - uid: 28 + - uid: 38 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 3 + - uid: 41 components: - type: Transform - rot: 3.141592653589793 rad pos: -1.5,-1.5 parent: 3 - type: PointLight radius: 2 enabled: True - - uid: 30 + - uid: 42 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-0.5 + pos: -2.5,-2.5 parent: 3 - - uid: 31 + - uid: 43 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-0.5 + pos: -1.5,-2.5 parent: 3 - - uid: 33 + - type: PointLight + radius: 2 + enabled: True + - uid: 44 components: - type: Transform rot: 3.141592653589793 rad - pos: 0.5,-1.5 + pos: -1.5,-0.5 parent: 3 - - uid: 34 + - uid: 351 components: - type: Transform rot: 3.141592653589793 rad - pos: -2.5,-0.5 + pos: -0.5,-3.5 parent: 3 - - uid: 36 + - uid: 362 components: - type: Transform rot: 3.141592653589793 rad - pos: -2.5,-2.5 + pos: -2.5,-0.5 parent: 3 - - uid: 38 + - uid: 367 components: - type: Transform rot: 3.141592653589793 rad - pos: 0.5,-2.5 + pos: -2.5,-3.5 parent: 3 - - uid: 39 + - uid: 372 components: - type: Transform rot: 3.141592653589793 rad - pos: -2.5,-1.5 + pos: -1.5,-3.5 parent: 3 - - uid: 398 + - uid: 377 components: - type: Transform rot: 3.141592653589793 rad pos: -0.5,-1.5 parent: 3 - - type: PointLight - radius: 2 - enabled: True - - uid: 605 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-2.5 - parent: 3 - - uid: 613 + - uid: 378 components: - type: Transform rot: 3.141592653589793 rad @@ -1008,4586 +1754,4243 @@ entities: parent: 3 - proto: AnomalyLocator entities: - - uid: 79 + - uid: 156 components: - type: Transform - pos: 5.6005936,0.1949054 + pos: 5.5,-0.5 parent: 3 - - uid: 268 +- proto: APCBasic + entities: + - uid: 2 components: - type: Transform - pos: -4.474732,0.1949054 + pos: -2.5,7.5 parent: 3 -- proto: AnomalyScanner - entities: - - uid: 67 + - uid: 48 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.4982333,-0.275599 + rot: -1.5707963267948966 rad + pos: 3.5,14.5 parent: 3 - - uid: 322 + - uid: 304 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5017667,-0.306849 + pos: -7.5,2.5 parent: 3 -- proto: APCBasic - entities: - - uid: 98 + - uid: 318 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,10.5 + pos: 8.5,2.5 parent: 3 - - uid: 304 + - uid: 429 components: - type: Transform rot: -1.5707963267948966 rad - pos: -10.5,-3.5 + pos: 3.5,-4.5 parent: 3 - - type: Apc - hasAccess: True - lastExternalState: Good - lastChargeState: Full - - uid: 390 + - uid: 746 components: - type: Transform rot: 1.5707963267948966 rad - pos: 11.5,-3.5 + pos: -1.5,23.5 parent: 3 - - type: Apc - hasAccess: True - lastExternalState: Good - lastChargeState: Full - - uid: 415 + - uid: 874 components: - type: Transform - pos: 1.5,-3.5 + pos: -10.5,1.5 parent: 3 - - type: Apc - hasAccess: True - lastExternalState: Good - lastChargeState: Full - - uid: 493 + - uid: 875 components: - type: Transform - pos: 1.5,1.5 + pos: 11.5,1.5 parent: 3 - - type: Apc - hasAccess: True - lastExternalState: Good - lastChargeState: Full - - uid: 494 +- proto: AtmosDeviceFanTiny + entities: + - uid: 416 components: - type: Transform - pos: -7.5,2.5 + rot: 3.141592653589793 rad + pos: -16.5,-0.5 parent: 3 - - type: Apc - hasAccess: True - lastExternalState: Good - lastChargeState: Full - - uid: 495 + - uid: 419 components: - type: Transform - pos: 8.5,2.5 + rot: 3.141592653589793 rad + pos: -16.5,-2.5 parent: 3 - - type: Apc - hasAccess: True - lastExternalState: Good - lastChargeState: Full - - uid: 1064 - components: - - type: Transform - pos: 1.5,23.5 - parent: 3 - - uid: 1179 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,8.5 - parent: 3 - - uid: 1213 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,8.5 - parent: 3 -- proto: AtmosDeviceFanTiny - entities: - - uid: 416 + - uid: 420 components: - type: Transform rot: 3.141592653589793 rad - pos: -16.5,-0.5 + pos: 17.5,-2.5 parent: 3 - - uid: 419 + - uid: 505 components: - type: Transform rot: 3.141592653589793 rad - pos: -16.5,-2.5 + pos: 17.5,-0.5 parent: 3 - - uid: 420 + - uid: 741 components: - type: Transform rot: 3.141592653589793 rad - pos: 17.5,-2.5 + pos: 17.5,-1.5 parent: 3 - - uid: 505 + - uid: 742 components: - type: Transform rot: 3.141592653589793 rad - pos: 17.5,-0.5 + pos: -16.5,-1.5 parent: 3 - - uid: 1258 + - uid: 1105 components: - type: Transform - rot: 3.141592653589793 rad pos: -12.5,-5.5 parent: 3 - - uid: 1259 + - uid: 1106 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-3.5 + pos: -6.5,-4.5 parent: 3 - - uid: 1260 + - uid: 1108 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-3.5 + pos: 7.5,-4.5 parent: 3 - - uid: 1261 + - uid: 1109 components: - type: Transform - rot: 3.141592653589793 rad pos: 13.5,-5.5 parent: 3 -- proto: Autolathe +- proto: AtmosFixBlockerMarker entities: - - uid: 947 + - uid: 60 components: - type: Transform - pos: 2.5,10.5 + pos: 0.5,-9.5 parent: 3 -- proto: BenchSofaCorpLeft - entities: - - uid: 1543 + - uid: 170 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,15.5 + pos: 9.5,5.5 parent: 3 - - type: Physics - bodyType: Static -- proto: BenchSofaCorpMiddle - entities: - - uid: 1542 + - uid: 513 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,16.5 + pos: 9.5,6.5 parent: 3 - - type: Physics - bodyType: Static -- proto: BenchSofaCorpRight - entities: - - uid: 1541 + - uid: 1107 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,17.5 + pos: -6.5,17.5 parent: 3 - - type: Physics - bodyType: Static -- proto: BlastDoor - entities: - - uid: 42 + - uid: 1115 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-7.5 + pos: -8.5,6.5 parent: 3 - - type: DeviceLinkSink - links: - - 373 - - uid: 388 + - uid: 1116 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-7.5 + pos: -8.5,5.5 parent: 3 - - type: DeviceLinkSink - links: - - 400 - - uid: 389 + - uid: 1117 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-9.5 + pos: -8.5,4.5 parent: 3 - - type: DeviceLinkSink - links: - - 375 - - uid: 395 + - uid: 1118 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-9.5 + pos: -8.5,3.5 parent: 3 - - type: DeviceLinkSink - links: - - 369 -- proto: BlastDoorOpen - entities: - - uid: 333 + - uid: 1119 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-5.5 + pos: -9.5,2.5 parent: 3 - - type: DeviceLinkSink - links: - - 370 - - uid: 348 + - uid: 1121 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-5.5 + pos: -12.5,10.5 parent: 3 - - type: DeviceLinkSink - links: - - 370 - - uid: 349 + - uid: 1123 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-5.5 + pos: -7.5,10.5 parent: 3 - - type: DeviceLinkSink - links: - - 370 - - uid: 350 + - uid: 1124 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-3.5 + pos: -5.5,17.5 parent: 3 - - type: DeviceLinkSink - links: - - 372 - - uid: 351 + - uid: 1125 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-3.5 + pos: 3.5,20.5 parent: 3 - - type: DeviceLinkSink - links: - - 372 - - uid: 352 + - uid: 1126 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-3.5 + pos: -3.5,8.5 parent: 3 - - type: DeviceLinkSink - links: - - 372 - - uid: 353 + - uid: 1127 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-3.5 + pos: -2.5,20.5 parent: 3 - - type: DeviceLinkSink - invokeCounter: 2 - links: - - 374 - - uid: 354 + - uid: 1128 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-3.5 + pos: -1.5,29.5 parent: 3 - - type: DeviceLinkSink - invokeCounter: 2 - links: - - 374 - - uid: 355 + - uid: 1129 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-3.5 + pos: 2.5,29.5 parent: 3 - - type: DeviceLinkSink - invokeCounter: 2 - links: - - 374 - - uid: 356 + - uid: 1130 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-5.5 + pos: 6.5,17.5 parent: 3 - - type: DeviceLinkSink - links: - - 376 - - uid: 357 + - uid: 1131 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-5.5 + pos: 7.5,17.5 parent: 3 - - type: DeviceLinkSink - links: - - 376 - - uid: 358 + - uid: 1132 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-5.5 + pos: 6.5,14.5 parent: 3 - - type: DeviceLinkSink - links: - - 376 -- proto: BookshelfFilled - entities: - - uid: 1534 + - uid: 1133 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: -7.5,1.5 + pos: 8.5,-10.5 parent: 3 - - uid: 1535 + - uid: 1134 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 8.5,1.5 + pos: 8.5,10.5 parent: 3 -- proto: BoozeDispenser - entities: - - uid: 1284 + - uid: 1135 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,12.5 + pos: 13.5,10.5 parent: 3 -- proto: CableApcExtension - entities: - - uid: 12 + - uid: 1136 components: - type: Transform - pos: -4.5,16.5 + pos: 14.5,3.5 parent: 3 - - uid: 13 + - uid: 1137 components: - type: Transform - pos: -4.5,17.5 + pos: 15.5,2.5 parent: 3 - - uid: 14 + - uid: 1138 components: - type: Transform - pos: -4.5,16.5 + pos: 16.5,1.5 parent: 3 - - uid: 22 + - uid: 1139 components: - type: Transform - pos: 0.5,0.5 + pos: 17.5,-4.5 parent: 3 - - uid: 43 + - uid: 1140 components: - type: Transform - pos: -4.5,16.5 + pos: 16.5,-5.5 parent: 3 - - uid: 61 + - uid: 1141 components: - type: Transform - pos: 4.5,-3.5 + pos: 15.5,-12.5 parent: 3 - - uid: 63 + - uid: 1142 components: - type: Transform - pos: -5.5,17.5 + pos: 14.5,-12.5 parent: 3 - - uid: 76 + - uid: 1143 components: - type: Transform - pos: 3.5,20.5 + pos: 13.5,-12.5 parent: 3 - - uid: 131 + - uid: 1144 components: - type: Transform - pos: -0.5,0.5 + pos: 12.5,-12.5 parent: 3 - - uid: 177 + - uid: 1145 components: - type: Transform - pos: 4.5,-4.5 + pos: 7.5,-10.5 parent: 3 - - uid: 210 + - uid: 1146 components: - type: Transform - pos: 6.5,-3.5 + pos: 6.5,-10.5 parent: 3 - - uid: 239 + - uid: 1147 components: - type: Transform - pos: -4.5,14.5 + pos: 3.5,-5.5 parent: 3 - - uid: 302 + - uid: 1148 components: - type: Transform - pos: 2.5,-3.5 + pos: 2.5,-9.5 parent: 3 - - uid: 323 + - uid: 1151 components: - type: Transform - pos: 1.5,0.5 + pos: 1.5,-9.5 parent: 3 - - uid: 324 + - uid: 1152 components: - type: Transform - pos: -0.5,1.5 + pos: -1.5,-9.5 parent: 3 - - uid: 325 + - uid: 1153 components: - type: Transform - pos: 14.5,-1.5 + pos: -15.5,1.5 parent: 3 - - uid: 399 + - uid: 1154 components: - type: Transform - pos: 1.5,1.5 + pos: -2.5,-5.5 parent: 3 - - uid: 418 + - uid: 1155 components: - type: Transform - pos: 1.5,2.5 + pos: -5.5,-10.5 parent: 3 - - uid: 421 + - uid: 1156 components: - type: Transform - pos: -10.5,-6.5 + pos: -6.5,-10.5 parent: 3 - - uid: 429 + - uid: 1157 components: - type: Transform - pos: -4.5,15.5 + pos: -7.5,-10.5 parent: 3 - - uid: 440 + - uid: 1158 components: - type: Transform - pos: -6.5,2.5 + pos: -11.5,-12.5 parent: 3 - - uid: 444 + - uid: 1159 components: - type: Transform - pos: 7.5,2.5 + pos: -12.5,-12.5 parent: 3 - - uid: 452 + - uid: 1160 components: - type: Transform - pos: -5.5,11.5 + pos: -13.5,-12.5 parent: 3 - - uid: 453 + - uid: 1161 components: - type: Transform - pos: 3.5,-3.5 + pos: -14.5,-12.5 parent: 3 - - uid: 455 + - uid: 1162 components: - type: Transform - pos: -10.5,-5.5 + pos: -15.5,-5.5 parent: 3 - - uid: 458 + - uid: 1163 components: - type: Transform - pos: 1.5,-3.5 + pos: -16.5,-4.5 parent: 3 - - uid: 460 + - uid: 1164 components: - type: Transform - pos: 5.5,-4.5 + pos: -14.5,2.5 parent: 3 - - uid: 467 + - uid: 1165 components: - type: Transform - pos: 5.5,-9.5 + pos: -13.5,3.5 parent: 3 - - uid: 468 + - uid: 1166 components: - type: Transform - pos: 5.5,-7.5 + pos: -11.5,10.5 parent: 3 - - uid: 470 + - uid: 1168 components: - type: Transform - pos: 5.5,-6.5 + pos: 4.5,8.5 parent: 3 - - uid: 473 + - uid: 1191 components: - type: Transform - pos: 5.5,-5.5 + pos: 12.5,10.5 parent: 3 - - uid: 475 + - uid: 1199 components: - type: Transform - pos: 1.5,20.5 + pos: 9.5,4.5 parent: 3 - - uid: 487 + - uid: 1200 components: - type: Transform - pos: -0.5,1.5 + pos: 9.5,3.5 parent: 3 - - uid: 491 + - uid: 1201 components: - type: Transform - pos: 1.5,1.5 + pos: 10.5,2.5 parent: 3 - - uid: 496 + - uid: 1208 components: - type: Transform - pos: 11.5,-5.5 + pos: -0.5,-9.5 parent: 3 - - uid: 497 +- proto: Autolathe + entities: + - uid: 648 components: - type: Transform - pos: 11.5,-8.5 + pos: -1.5,1.5 parent: 3 +- proto: BannerScience + entities: - uid: 498 components: - type: Transform - pos: 11.5,-6.5 + pos: 10.5,0.5 parent: 3 - - uid: 499 + - uid: 550 components: - type: Transform - pos: -5.5,2.5 + pos: 2.5,9.5 parent: 3 - - uid: 501 + - uid: 647 components: - type: Transform - pos: -7.5,2.5 + pos: -9.5,0.5 parent: 3 - - uid: 502 +- proto: Bed + entities: + - uid: 876 components: - type: Transform - pos: 11.5,-9.5 + pos: -0.5,20.5 parent: 3 - - uid: 503 + - uid: 1149 components: - type: Transform - pos: 11.5,-7.5 + pos: -0.5,21.5 parent: 3 - - uid: 504 +- proto: BedsheetSpawner + entities: + - uid: 1249 components: - type: Transform - pos: 12.5,-9.5 + pos: -0.5,20.5 parent: 3 - - uid: 506 + - uid: 1250 components: - type: Transform - pos: 5.5,2.5 + pos: -0.5,21.5 parent: 3 - - uid: 507 +- proto: BenchSofaCorpCorner + entities: + - uid: 529 components: - type: Transform - pos: 6.5,2.5 + pos: 2.5,18.5 parent: 3 - - uid: 509 + - type: Physics + canCollide: False + bodyType: Static + - type: Fixtures + fixtures: {} +- proto: BenchSofaCorpLeft + entities: + - uid: 484 components: - type: Transform - pos: 8.5,2.5 + rot: -1.5707963267948966 rad + pos: 2.5,16.5 parent: 3 - - uid: 510 + - type: Physics + bodyType: Static +- proto: BenchSofaCorpMiddle + entities: + - uid: 637 components: - type: Transform - pos: 0.5,2.5 + rot: -1.5707963267948966 rad + pos: 2.5,17.5 parent: 3 - - uid: 511 + - type: Physics + bodyType: Static +- proto: BenchSofaCorpRight + entities: + - uid: 549 components: - type: Transform - pos: 0.5,3.5 + pos: 1.5,18.5 parent: 3 - - uid: 512 + - type: Physics + bodyType: Static +- proto: BlastDoor + entities: + - uid: 1026 components: - type: Transform - pos: 0.5,3.5 + pos: 13.5,-9.5 parent: 3 - - uid: 514 + - type: DeviceLinkSink + links: + - 762 + - uid: 1027 components: - type: Transform - pos: 0.5,4.5 + pos: 7.5,-7.5 parent: 3 - - uid: 515 + - type: DeviceLinkSink + links: + - 766 + - uid: 1028 components: - type: Transform - pos: 0.5,5.5 + pos: -6.5,-7.5 parent: 3 - - uid: 516 + - type: DeviceLinkSink + invokeCounter: 4 + links: + - 767 + - uid: 1029 components: - type: Transform - pos: 0.5,6.5 + pos: -12.5,-9.5 parent: 3 - - uid: 517 + - type: DeviceLinkSink + links: + - 765 +- proto: BlockGameArcade + entities: + - uid: 98 components: - type: Transform - pos: 0.5,7.5 + rot: -1.5707963267948966 rad + pos: 2.5,15.5 parent: 3 - - uid: 520 +- proto: BoozeDispenser + entities: + - uid: 530 components: - type: Transform - pos: 0.5,10.5 + rot: 3.141592653589793 rad + pos: -0.5,9.5 parent: 3 - - uid: 521 +- proto: BorgCharger + entities: + - uid: 563 components: - type: Transform - pos: -0.5,10.5 + pos: -7.5,1.5 parent: 3 - - uid: 522 +- proto: BoxInflatable + entities: + - uid: 993 components: - type: Transform - pos: -1.5,10.5 + pos: 3.5,-1.5 parent: 3 - - uid: 523 +- proto: CableApcExtension + entities: + - uid: 49 components: - type: Transform - pos: -2.5,10.5 + pos: -12.5,-1.5 parent: 3 - - uid: 525 + - uid: 103 components: - type: Transform - pos: 0.5,11.5 + pos: -12.5,6.5 parent: 3 - - uid: 526 + - uid: 182 components: - type: Transform - pos: 0.5,12.5 + pos: 8.5,-7.5 parent: 3 - - uid: 527 + - uid: 193 components: - type: Transform - pos: 0.5,13.5 + pos: 6.5,-7.5 parent: 3 - - uid: 528 + - uid: 197 components: - type: Transform - pos: 0.5,14.5 + pos: -6.5,-7.5 parent: 3 - - uid: 529 + - uid: 226 components: - type: Transform - pos: 0.5,15.5 + pos: -11.5,0.5 parent: 3 - - uid: 530 + - uid: 349 components: - type: Transform - pos: 0.5,16.5 + pos: -12.5,-0.5 parent: 3 - - uid: 531 + - uid: 369 components: - type: Transform - pos: 0.5,17.5 + pos: -2.5,7.5 parent: 3 - - uid: 533 + - uid: 375 components: - type: Transform - pos: 0.5,19.5 + pos: 2.5,2.5 parent: 3 - - uid: 545 + - uid: 376 components: - type: Transform - pos: 5.5,-10.5 + pos: 1.5,2.5 parent: 3 - - uid: 548 + - uid: 381 components: - type: Transform - pos: -3.5,-4.5 + pos: 0.5,2.5 parent: 3 - - uid: 566 + - uid: 388 components: - type: Transform - pos: -6.5,-10.5 + pos: -0.5,2.5 parent: 3 - - uid: 568 + - uid: 389 components: - type: Transform - pos: -7.5,1.5 + pos: -1.5,2.5 parent: 3 - - uid: 569 + - uid: 392 components: - type: Transform - pos: -7.5,0.5 + pos: -2.5,6.5 parent: 3 - - uid: 570 + - uid: 395 components: - type: Transform - pos: -7.5,-0.5 + pos: -2.5,5.5 parent: 3 - - uid: 571 + - uid: 418 components: - type: Transform - pos: -8.5,-0.5 + pos: 1.5,-7.5 parent: 3 - - uid: 573 + - uid: 421 components: - type: Transform - pos: -10.5,-0.5 + pos: -0.5,-7.5 parent: 3 - - uid: 574 + - uid: 422 components: - type: Transform - pos: -10.5,-1.5 + pos: 2.5,-4.5 parent: 3 - - uid: 575 + - uid: 424 components: - type: Transform - pos: -10.5,-2.5 + pos: 3.5,-4.5 parent: 3 - - uid: 576 + - uid: 425 components: - type: Transform - pos: -10.5,-3.5 + pos: 0.5,-4.5 parent: 3 - - uid: 577 + - uid: 434 components: - type: Transform - pos: -10.5,-3.5 + pos: 0.5,-7.5 parent: 3 - - uid: 578 + - uid: 435 components: - type: Transform - pos: -10.5,-3.5 + pos: 0.5,-6.5 parent: 3 - - uid: 580 + - uid: 436 components: - type: Transform - pos: 11.5,-3.5 + pos: 0.5,-5.5 parent: 3 - - uid: 581 + - uid: 440 components: - type: Transform - pos: 12.5,-3.5 + pos: 1.5,-4.5 parent: 3 - - uid: 582 + - uid: 444 components: - type: Transform - pos: 11.5,-2.5 + pos: 1.5,-3.5 parent: 3 - - uid: 583 + - uid: 446 components: - type: Transform - pos: 11.5,-1.5 + pos: 1.5,-2.5 parent: 3 - - uid: 585 + - uid: 449 components: - type: Transform - pos: 2.5,20.5 + pos: 1.5,-1.5 parent: 3 - - uid: 587 + - uid: 477 components: - type: Transform - pos: 8.5,-0.5 + pos: 13.5,9.5 parent: 3 - - uid: 588 + - uid: 494 components: - type: Transform - pos: 8.5,0.5 + pos: 2.5,6.5 parent: 3 - - uid: 589 + - uid: 495 components: - type: Transform - pos: 8.5,1.5 + pos: 0.5,25.5 parent: 3 - - uid: 590 + - uid: 496 components: - type: Transform - pos: 8.5,2.5 + pos: -12.5,7.5 parent: 3 - - uid: 612 + - uid: 497 components: - type: Transform - pos: -10.5,-4.5 + pos: 13.5,6.5 parent: 3 - - uid: 614 + - uid: 520 components: - type: Transform - pos: -10.5,-7.5 + pos: 6.5,14.5 parent: 3 - - uid: 700 + - uid: 523 components: - type: Transform - pos: -10.5,-8.5 + pos: -14.5,-1.5 parent: 3 - - uid: 718 + - uid: 561 components: - type: Transform - pos: -10.5,-9.5 + pos: 7.5,-6.5 parent: 3 - - uid: 719 + - uid: 572 components: - type: Transform - pos: -11.5,-9.5 + pos: 1.5,6.5 parent: 3 - - uid: 721 + - uid: 574 components: - type: Transform - pos: 11.5,-4.5 + pos: -1.5,6.5 parent: 3 - - uid: 725 + - uid: 576 components: - type: Transform - pos: 5.5,-8.5 + pos: -2.5,2.5 parent: 3 - - uid: 728 + - uid: 581 components: - type: Transform - pos: 13.5,-1.5 + pos: -2.5,4.5 parent: 3 - - uid: 731 + - uid: 582 components: - type: Transform - pos: -14.5,-1.5 + pos: -2.5,3.5 parent: 3 - - uid: 732 + - uid: 591 components: - type: Transform - pos: -15.5,-1.5 + pos: -7.5,-7.5 parent: 3 - - uid: 733 + - uid: 592 components: - type: Transform - pos: 15.5,-1.5 + pos: -5.5,-7.5 parent: 3 - - uid: 734 + - uid: 593 components: - type: Transform - pos: 16.5,-1.5 + pos: 7.5,-7.5 parent: 3 - - uid: 1086 + - uid: 594 components: - type: Transform - pos: 0.5,19.5 + pos: -6.5,-6.5 parent: 3 - - uid: 1104 + - uid: 599 components: - type: Transform - pos: 2.5,20.5 + pos: 0.5,6.5 parent: 3 - - uid: 1112 + - uid: 616 components: - type: Transform - pos: 2.5,20.5 + pos: -0.5,6.5 parent: 3 - - uid: 1113 + - uid: 667 components: - type: Transform - pos: 2.5,21.5 + pos: 6.5,13.5 parent: 3 - - uid: 1114 + - uid: 668 components: - type: Transform - pos: 2.5,22.5 + pos: -5.5,12.5 parent: 3 - - uid: 1115 + - uid: 669 components: - type: Transform - pos: 2.5,22.5 + pos: -5.5,13.5 parent: 3 - - uid: 1116 + - uid: 670 components: - type: Transform - pos: 2.5,23.5 + pos: -5.5,11.5 parent: 3 - - uid: 1117 + - uid: 671 components: - type: Transform - pos: 1.5,23.5 + pos: -5.5,14.5 parent: 3 - - uid: 1118 + - uid: 672 components: - type: Transform - pos: 1.5,23.5 + pos: -5.5,10.5 parent: 3 - - uid: 1119 + - uid: 674 components: - type: Transform - pos: -10.5,-2.5 + pos: 6.5,12.5 parent: 3 - - uid: 1120 + - uid: 675 components: + - type: MetaData + name: waste pump - type: Transform - pos: -10.5,-3.5 + pos: 6.5,11.5 parent: 3 - - uid: 1121 + - uid: 779 components: - type: Transform - pos: -10.5,-3.5 + pos: -1.5,23.5 parent: 3 - - uid: 1122 + - uid: 780 components: - type: Transform - pos: -11.5,-3.5 + pos: -0.5,23.5 parent: 3 - - uid: 1123 + - uid: 781 components: - type: Transform - pos: -12.5,-3.5 + pos: 0.5,23.5 parent: 3 - - uid: 1126 + - uid: 782 components: - type: Transform - pos: -13.5,-1.5 + pos: 0.5,24.5 parent: 3 - - uid: 1127 + - uid: 783 components: - type: Transform - pos: -13.5,-1.5 + pos: 0.5,22.5 parent: 3 - - uid: 1128 + - uid: 784 components: - type: Transform - pos: -13.5,-0.5 + pos: 0.5,21.5 parent: 3 - - uid: 1131 + - uid: 802 components: - type: Transform - pos: -12.5,-4.5 + pos: 3.5,14.5 parent: 3 - - uid: 1132 + - uid: 803 components: - type: Transform - pos: -13.5,-0.5 + pos: 2.5,14.5 parent: 3 - - uid: 1133 + - uid: 804 components: - type: Transform - pos: -12.5,-0.5 + pos: 1.5,14.5 parent: 3 - - uid: 1134 + - uid: 805 components: - type: Transform - pos: -11.5,-0.5 + pos: 0.5,14.5 parent: 3 - - uid: 1136 + - uid: 806 components: - type: Transform - pos: -11.5,1.5 + pos: 0.5,15.5 parent: 3 - - uid: 1137 + - uid: 807 components: - type: Transform - pos: -12.5,-5.5 + pos: 0.5,16.5 parent: 3 - - uid: 1139 + - uid: 808 components: - type: Transform - pos: -12.5,-6.5 + pos: 0.5,17.5 parent: 3 - - uid: 1141 + - uid: 809 components: - type: Transform - pos: -4.5,8.5 + pos: -0.5,17.5 parent: 3 - - uid: 1142 + - uid: 810 components: - type: Transform - pos: -6.5,-5.5 + pos: -0.5,21.5 parent: 3 - - uid: 1143 + - uid: 811 components: - type: Transform - pos: -6.5,-5.5 + pos: 1.5,21.5 parent: 3 - - uid: 1144 + - uid: 812 components: - type: Transform - pos: -6.5,-4.5 + pos: 0.5,13.5 parent: 3 - - uid: 1145 + - uid: 813 components: - type: Transform - pos: -6.5,-3.5 + pos: 0.5,12.5 parent: 3 - - uid: 1146 + - uid: 814 components: - type: Transform - pos: -6.5,-2.5 + pos: 0.5,11.5 parent: 3 - - uid: 1147 + - uid: 815 components: - type: Transform - pos: -6.5,-1.5 + pos: 0.5,10.5 parent: 3 - - uid: 1149 + - uid: 816 components: - type: Transform - pos: -6.5,-0.5 + pos: 0.5,9.5 parent: 3 - - uid: 1150 + - uid: 817 components: - type: Transform - pos: -6.5,-0.5 + pos: 1.5,17.5 parent: 3 - - uid: 1151 + - uid: 837 components: - type: Transform - pos: -5.5,3.5 + pos: -5.5,2.5 parent: 3 - - uid: 1152 + - uid: 838 components: - type: Transform - pos: -5.5,4.5 + pos: -6.5,2.5 parent: 3 - - uid: 1153 + - uid: 839 components: - type: Transform - pos: -5.5,5.5 + pos: -7.5,2.5 parent: 3 - - uid: 1155 + - uid: 840 components: - type: Transform - pos: -5.5,7.5 + pos: -5.5,3.5 parent: 3 - - uid: 1156 + - uid: 841 components: - type: Transform - pos: -5.5,8.5 + pos: -5.5,4.5 parent: 3 - - uid: 1157 + - uid: 842 components: - type: Transform - pos: 6.5,3.5 + pos: -5.5,5.5 parent: 3 - - uid: 1158 + - uid: 843 components: - type: Transform - pos: 6.5,4.5 + pos: -5.5,6.5 parent: 3 - - uid: 1159 + - uid: 844 components: - type: Transform - pos: 6.5,5.5 + pos: -5.5,7.5 parent: 3 - - uid: 1161 + - uid: 845 components: - type: Transform - pos: 6.5,7.5 + pos: -5.5,8.5 parent: 3 - - uid: 1162 + - uid: 846 components: - type: Transform - pos: 6.5,8.5 + pos: -5.5,9.5 parent: 3 - - uid: 1199 + - uid: 847 components: - type: Transform - pos: 1.5,23.5 + pos: -6.5,1.5 parent: 3 - - uid: 1200 + - uid: 848 components: - type: Transform - pos: 0.5,23.5 + pos: -6.5,0.5 parent: 3 - - uid: 1203 + - uid: 849 components: - type: Transform - pos: 0.5,20.5 + pos: -6.5,-0.5 parent: 3 - - uid: 1205 + - uid: 850 components: - type: Transform - pos: 0.5,19.5 + pos: -6.5,-1.5 parent: 3 - - uid: 1206 + - uid: 851 components: - type: Transform - pos: 0.5,23.5 + pos: -6.5,-2.5 parent: 3 - - uid: 1207 + - uid: 852 components: - type: Transform - pos: 0.5,24.5 + pos: -6.5,-3.5 parent: 3 - - uid: 1208 + - uid: 853 components: - type: Transform - pos: 0.5,25.5 + pos: -6.5,-4.5 parent: 3 - - uid: 1209 + - uid: 854 components: - type: Transform - pos: 0.5,26.5 + pos: -6.5,-5.5 parent: 3 - - uid: 1210 + - uid: 855 components: - type: Transform - pos: -0.5,26.5 + pos: 7.5,-5.5 parent: 3 - - uid: 1212 + - uid: 856 components: - type: Transform - pos: 1.5,26.5 + pos: 7.5,-4.5 parent: 3 - - uid: 1222 + - uid: 857 components: - type: Transform - pos: 5.5,8.5 + pos: 7.5,-3.5 parent: 3 - - uid: 1230 + - uid: 858 components: - type: Transform - pos: 7.5,-0.5 + pos: 7.5,-2.5 parent: 3 - - uid: 1231 + - uid: 859 components: - type: Transform pos: 7.5,-1.5 parent: 3 - - uid: 1232 + - uid: 860 components: - type: Transform - pos: 7.5,-3.5 + pos: 7.5,-0.5 parent: 3 - - uid: 1233 + - uid: 861 components: - type: Transform - pos: 7.5,-2.5 + pos: 7.5,0.5 parent: 3 - - uid: 1234 + - uid: 862 components: - type: Transform - pos: 7.5,-4.5 + pos: 7.5,1.5 parent: 3 - - uid: 1235 + - uid: 863 components: - type: Transform - pos: 7.5,-5.5 + pos: 7.5,2.5 parent: 3 - - uid: 1236 + - uid: 864 components: - type: Transform - pos: 13.5,-3.5 + pos: 8.5,2.5 parent: 3 - - uid: 1237 + - uid: 865 components: - type: Transform - pos: 13.5,-4.5 + pos: 6.5,2.5 parent: 3 - - uid: 1238 + - uid: 866 components: - type: Transform - pos: 13.5,-5.5 + pos: 6.5,3.5 parent: 3 - - uid: 1239 + - uid: 867 components: - type: Transform - pos: 13.5,-6.5 + pos: 6.5,4.5 parent: 3 - - uid: 1240 + - uid: 868 components: - type: Transform - pos: 13.5,-7.5 + pos: 6.5,5.5 parent: 3 - - uid: 1262 + - uid: 869 components: - type: Transform - pos: 12.5,-1.5 + pos: 6.5,6.5 parent: 3 - - uid: 1303 + - uid: 870 components: - type: Transform - pos: 1.5,-3.5 + pos: 6.5,7.5 parent: 3 - - uid: 1304 + - uid: 871 components: - type: Transform - pos: 1.5,-4.5 + pos: 6.5,8.5 parent: 3 - - uid: 1305 + - uid: 872 components: - type: Transform - pos: 1.5,-5.5 + pos: 6.5,9.5 parent: 3 - - uid: 1306 + - uid: 873 components: - type: Transform - pos: 0.5,-5.5 + pos: 6.5,10.5 parent: 3 - - uid: 1308 + - uid: 877 components: - type: Transform - pos: 1.5,-6.5 + pos: -10.5,-0.5 parent: 3 - - uid: 1310 + - uid: 878 components: - type: Transform - pos: -11.5,1.5 + pos: -11.5,-0.5 parent: 3 - - uid: 1311 + - uid: 879 components: - type: Transform - pos: -11.5,2.5 + pos: -12.5,-2.5 parent: 3 - - uid: 1314 + - uid: 880 components: - type: Transform - pos: -11.5,5.5 + pos: -12.5,-3.5 parent: 3 - - uid: 1315 + - uid: 881 components: - type: Transform - pos: -5.5,9.5 + pos: -12.5,-4.5 parent: 3 - - uid: 1316 + - uid: 882 components: - type: Transform - pos: -5.5,10.5 + pos: -12.5,-5.5 parent: 3 - - uid: 1319 + - uid: 883 components: - type: Transform - pos: 6.5,8.5 + pos: 13.5,-5.5 parent: 3 - - uid: 1320 + - uid: 884 components: - type: Transform - pos: 6.5,9.5 + pos: 13.5,-4.5 parent: 3 - - uid: 1321 + - uid: 885 components: - type: Transform - pos: 6.5,10.5 + pos: 13.5,-3.5 parent: 3 - - uid: 1322 + - uid: 886 components: - type: Transform - pos: 6.5,10.5 + pos: 13.5,-2.5 parent: 3 - - uid: 1323 + - uid: 887 components: - type: Transform - pos: 6.5,11.5 + pos: 13.5,-1.5 + parent: 3 + - uid: 888 + components: + - type: Transform + pos: 13.5,-0.5 parent: 3 - - uid: 1325 + - uid: 889 components: - type: Transform pos: 12.5,-0.5 parent: 3 - - uid: 1326 + - uid: 891 components: - type: Transform pos: 12.5,0.5 parent: 3 - - uid: 1327 + - uid: 892 components: - type: Transform pos: 12.5,1.5 parent: 3 - - uid: 1328 + - uid: 893 components: - type: Transform pos: 12.5,2.5 parent: 3 - - uid: 1329 + - uid: 894 components: - type: Transform - pos: 12.5,2.5 + pos: 12.5,3.5 parent: 3 - - uid: 1330 + - uid: 896 components: - type: Transform - pos: 12.5,3.5 + pos: 12.5,6.5 parent: 3 - - uid: 1331 + - uid: 897 components: - type: Transform - pos: 12.5,4.5 + pos: 12.5,5.5 parent: 3 - - uid: 1332 + - uid: 898 components: - type: Transform pos: 12.5,4.5 parent: 3 - - uid: 1333 + - uid: 899 components: - type: Transform - pos: 12.5,5.5 + pos: -11.5,1.5 parent: 3 - - uid: 1343 + - uid: 900 components: - type: Transform - pos: -4.5,17.5 + pos: -11.5,2.5 parent: 3 - - uid: 1345 + - uid: 901 components: - type: Transform - pos: -4.5,15.5 + pos: -11.5,3.5 parent: 3 - - uid: 1346 + - uid: 902 components: - type: Transform - pos: -4.5,14.5 + pos: -11.5,4.5 parent: 3 - - uid: 1347 + - uid: 903 components: - type: Transform - pos: -4.5,13.5 + pos: -11.5,5.5 parent: 3 - - uid: 1348 + - uid: 904 components: - type: Transform - pos: -4.5,12.5 + pos: -11.5,6.5 parent: 3 - - uid: 1349 + - uid: 961 components: - type: Transform - pos: -4.5,11.5 + pos: -0.5,20.5 parent: 3 - - uid: 1355 + - uid: 985 components: - type: Transform - pos: -10.5,8.5 + pos: 1.5,20.5 parent: 3 - - uid: 1363 + - uid: 1003 components: - type: Transform - pos: -10.5,2.5 + pos: -12.5,8.5 parent: 3 - - uid: 1364 + - uid: 1004 components: - type: Transform - pos: -10.5,3.5 + pos: -12.5,9.5 parent: 3 - - uid: 1365 + - uid: 1030 components: - type: Transform - pos: -10.5,4.5 + pos: 13.5,7.5 parent: 3 - - uid: 1366 + - uid: 1120 components: - type: Transform - pos: -10.5,5.5 + pos: 13.5,8.5 parent: 3 - - uid: 1367 + - uid: 1170 components: - type: Transform - pos: -10.5,5.5 + pos: -13.5,-1.5 parent: 3 - - uid: 1368 + - uid: 1179 components: - type: Transform - pos: -10.5,6.5 + pos: -15.5,-1.5 parent: 3 - - uid: 1369 + - uid: 1180 components: - type: Transform - pos: -10.5,7.5 + pos: 16.5,-1.5 parent: 3 - - uid: 1370 + - uid: 1181 components: - type: Transform - pos: -10.5,9.5 + pos: 15.5,-1.5 parent: 3 - - uid: 1371 + - uid: 1182 components: - type: Transform - pos: -10.5,10.5 + pos: 14.5,-1.5 parent: 3 - - uid: 1372 + - uid: 1224 components: - type: Transform - pos: -10.5,10.5 + pos: -10.5,1.5 parent: 3 - - uid: 1374 + - uid: 1241 components: - type: Transform - pos: -11.5,10.5 + pos: 11.5,1.5 parent: 3 - - uid: 1375 + - uid: 1242 components: - type: Transform - pos: -11.5,10.5 + pos: -9.5,-0.5 parent: 3 - - uid: 1378 + - uid: 1243 components: - type: Transform - pos: -5.5,-10.5 + pos: 11.5,-0.5 parent: 3 - - uid: 1379 + - uid: 1244 components: - type: Transform - pos: -4.5,-10.5 + pos: 10.5,-0.5 parent: 3 - - uid: 1380 +- proto: CableHV + entities: + - uid: 50 components: - type: Transform - pos: -4.5,-9.5 + pos: 3.5,-2.5 parent: 3 - - uid: 1381 + - uid: 85 components: - type: Transform - pos: -4.5,-8.5 + pos: 0.5,-3.5 parent: 3 - - uid: 1382 + - uid: 203 components: - type: Transform - pos: 2.5,21.5 + pos: 2.5,-3.5 parent: 3 - - uid: 1383 + - uid: 337 components: - type: Transform - pos: -4.5,-7.5 + pos: 1.5,-3.5 parent: 3 - - uid: 1384 + - uid: 338 components: - type: Transform - pos: -4.5,-7.5 + pos: 3.5,-3.5 parent: 3 - - uid: 1385 + - uid: 1085 components: - type: Transform - pos: -4.5,-6.5 + pos: 2.5,-2.5 parent: 3 - - uid: 1386 +- proto: CableMV + entities: + - uid: 12 components: - type: Transform - pos: -4.5,-6.5 + pos: 3.5,-2.5 parent: 3 - - uid: 1387 + - uid: 13 components: - type: Transform - pos: -4.5,-5.5 + pos: 7.5,0.5 parent: 3 - - uid: 1388 + - uid: 51 components: - type: Transform - pos: -4.5,-4.5 + pos: 7.5,1.5 parent: 3 - - uid: 1389 + - uid: 57 components: - type: Transform - pos: -4.5,-4.5 + pos: 1.5,-3.5 parent: 3 - - uid: 1391 + - uid: 71 components: - type: Transform - pos: -5.5,-3.5 + pos: 2.5,-2.5 parent: 3 - - uid: 1392 + - uid: 129 components: - type: Transform - pos: -3.5,-3.5 + pos: 0.5,-0.5 parent: 3 - - uid: 1393 + - uid: 178 components: - type: Transform - pos: -2.5,-3.5 + pos: 1.5,-2.5 parent: 3 - - uid: 1394 + - uid: 214 components: - type: Transform - pos: -2.5,-3.5 + pos: 7.5,-0.5 parent: 3 - - uid: 1395 + - uid: 216 components: - type: Transform - pos: -1.5,-3.5 + pos: 0.5,-1.5 parent: 3 - - uid: 1396 + - uid: 319 components: - type: Transform - pos: -0.5,-3.5 + pos: 0.5,22.5 parent: 3 - - uid: 1397 + - uid: 320 components: - type: Transform - pos: -0.5,-3.5 + pos: 0.5,21.5 parent: 3 - - uid: 1398 + - uid: 333 components: - type: Transform - pos: 0.5,-3.5 + pos: -0.5,23.5 parent: 3 - - uid: 1399 + - uid: 336 components: - type: Transform - pos: 1.5,-3.5 + pos: 0.5,17.5 parent: 3 - - uid: 1400 + - uid: 340 components: - type: Transform - pos: 2.5,-6.5 + pos: 0.5,0.5 parent: 3 - - uid: 1401 + - uid: 342 components: - type: Transform - pos: 2.5,-7.5 + pos: 0.5,-2.5 parent: 3 - - uid: 1402 + - uid: 343 components: - type: Transform - pos: 2.5,-7.5 + pos: 0.5,19.5 parent: 3 - - uid: 1403 + - uid: 345 components: - type: Transform - pos: 2.5,-8.5 + pos: 0.5,15.5 parent: 3 - - uid: 1404 + - uid: 346 components: - type: Transform - pos: 2.5,-8.5 + pos: 0.5,18.5 parent: 3 - - uid: 1405 + - uid: 348 components: - type: Transform - pos: 1.5,-8.5 + pos: 0.5,16.5 parent: 3 - - uid: 1406 + - uid: 394 components: - type: Transform - pos: 1.5,-9.5 + pos: 1.5,-4.5 parent: 3 - - uid: 1407 + - uid: 402 components: - type: Transform - pos: 0.5,-9.5 + pos: -0.5,2.5 parent: 3 - - uid: 1408 + - uid: 412 components: - type: Transform - pos: -0.5,-9.5 + pos: -6.5,0.5 parent: 3 - - uid: 1410 + - uid: 438 components: - type: Transform - pos: 6.5,-10.5 + pos: 3.5,-4.5 parent: 3 - - uid: 1411 + - uid: 439 components: - type: Transform - pos: 7.5,-10.5 + pos: 2.5,-4.5 parent: 3 - - uid: 1423 + - uid: 443 components: - type: Transform - pos: 9.5,2.5 + pos: -6.5,-0.5 parent: 3 - - uid: 1424 + - uid: 508 components: - type: Transform - pos: 10.5,2.5 + pos: 0.5,23.5 parent: 3 - - uid: 1425 + - uid: 509 components: - type: Transform - pos: 9.5,3.5 + pos: 0.5,20.5 parent: 3 - - uid: 1426 + - uid: 526 components: - type: Transform - pos: 9.5,4.5 + pos: -6.5,1.5 parent: 3 - - uid: 1427 + - uid: 634 components: - type: Transform - pos: 9.5,6.5 + pos: 8.5,-0.5 parent: 3 - - uid: 1428 + - uid: 652 components: - type: Transform - pos: 9.5,5.5 + pos: -8.5,-0.5 parent: 3 - - uid: 1429 + - uid: 761 components: - type: Transform - pos: 11.5,5.5 + pos: -1.5,23.5 parent: 3 - - uid: 1430 + - uid: 785 components: - type: Transform - pos: 11.5,6.5 + pos: 0.5,1.5 parent: 3 - - uid: 1431 + - uid: 786 components: - type: Transform - pos: 11.5,7.5 + pos: 0.5,2.5 parent: 3 - - uid: 1432 + - uid: 787 components: - type: Transform - pos: 11.5,8.5 + pos: 0.5,3.5 parent: 3 - - uid: 1433 + - uid: 788 components: - type: Transform - pos: 11.5,9.5 + pos: 0.5,4.5 parent: 3 - - uid: 1434 + - uid: 789 components: - type: Transform - pos: 11.5,10.5 + pos: 0.5,5.5 parent: 3 - - uid: 1437 + - uid: 790 components: - type: Transform - pos: 5.5,17.5 + pos: 0.5,6.5 parent: 3 - - uid: 1438 + - uid: 791 components: - type: Transform - pos: 5.5,16.5 + pos: 0.5,7.5 parent: 3 - - uid: 1439 + - uid: 792 components: - type: Transform - pos: 5.5,15.5 + pos: 0.5,8.5 parent: 3 - - uid: 1440 + - uid: 793 components: - type: Transform - pos: 5.5,14.5 + pos: 0.5,9.5 parent: 3 - - uid: 1441 + - uid: 794 components: - type: Transform - pos: 5.5,13.5 + pos: 0.5,10.5 parent: 3 - - uid: 1442 + - uid: 795 components: - type: Transform - pos: 5.5,12.5 + pos: 0.5,11.5 parent: 3 - - uid: 1443 + - uid: 796 components: - type: Transform - pos: 5.5,11.5 + pos: 0.5,12.5 parent: 3 - - uid: 1446 + - uid: 797 components: - type: Transform - pos: 2.5,20.5 + pos: 0.5,13.5 parent: 3 - - uid: 1448 + - uid: 798 components: - type: Transform - pos: -0.5,20.5 + pos: 0.5,14.5 parent: 3 - - uid: 1449 + - uid: 799 components: - type: Transform - pos: -1.5,20.5 + pos: 1.5,14.5 parent: 3 - - uid: 1450 + - uid: 800 components: - type: Transform - pos: -2.5,20.5 + pos: 2.5,14.5 parent: 3 - - uid: 1452 + - uid: 801 components: - type: Transform - pos: -4.5,17.5 + pos: 3.5,14.5 parent: 3 - - uid: 1471 + - uid: 818 components: - type: Transform - pos: -4.5,16.5 + pos: -0.5,6.5 parent: 3 - - uid: 1474 + - uid: 819 components: - type: Transform - pos: -8.5,3.5 + pos: -1.5,6.5 parent: 3 - - uid: 1475 + - uid: 820 components: - type: Transform - pos: -8.5,4.5 + pos: -2.5,6.5 parent: 3 - - uid: 1476 + - uid: 821 components: - type: Transform - pos: -8.5,5.5 + pos: -2.5,7.5 parent: 3 - - uid: 1477 + - uid: 822 components: - type: Transform - pos: -8.5,6.5 + pos: -1.5,2.5 parent: 3 - - uid: 1478 + - uid: 823 components: - type: Transform - pos: -8.5,2.5 + pos: -2.5,2.5 parent: 3 - - uid: 1480 + - uid: 824 components: - type: Transform - pos: -10.5,2.5 + pos: -3.5,2.5 parent: 3 - - uid: 1481 + - uid: 825 components: - type: Transform - pos: -10.5,3.5 + pos: -4.5,2.5 parent: 3 - - uid: 1482 + - uid: 826 components: - type: Transform - pos: -10.5,4.5 + pos: -5.5,2.5 parent: 3 - - uid: 1483 + - uid: 827 components: - type: Transform - pos: -9.5,2.5 + pos: -6.5,2.5 parent: 3 - - uid: 1484 + - uid: 828 components: - type: Transform - pos: -10.5,2.5 + pos: -7.5,2.5 parent: 3 - - uid: 1485 + - uid: 829 components: - type: Transform - pos: -8.5,2.5 + pos: 1.5,2.5 parent: 3 - - uid: 1487 + - uid: 830 components: - type: Transform - pos: -4.5,17.5 + pos: 2.5,2.5 parent: 3 - - uid: 1489 + - uid: 831 components: - type: Transform - pos: -1.5,20.5 + pos: 3.5,2.5 parent: 3 - - uid: 1492 + - uid: 832 components: - type: Transform - pos: 2.5,20.5 + pos: 4.5,2.5 parent: 3 - - uid: 1493 + - uid: 833 components: - type: Transform - pos: 6.5,17.5 + pos: 5.5,2.5 parent: 3 - - uid: 1494 + - uid: 834 components: - type: Transform - pos: 5.5,17.5 + pos: 6.5,2.5 parent: 3 - - uid: 1495 + - uid: 835 components: - type: Transform - pos: 12.5,10.5 + pos: 7.5,2.5 parent: 3 - - uid: 1496 + - uid: 836 components: - type: Transform - pos: 11.5,10.5 + pos: 8.5,2.5 parent: 3 - - uid: 1553 + - uid: 1122 components: - type: Transform - pos: -0.5,5.5 + pos: -7.5,-0.5 parent: 3 - - uid: 1554 + - uid: 1210 components: - type: Transform - pos: -1.5,5.5 + pos: -9.5,-0.5 parent: 3 - - uid: 1555 + - uid: 1223 components: - type: Transform - pos: 1.5,5.5 + pos: -10.5,-0.5 parent: 3 - - uid: 1556 + - uid: 1230 components: - type: Transform - pos: 2.5,5.5 + pos: -10.5,1.5 parent: 3 -- proto: CableHV - entities: - - uid: 280 + - uid: 1231 components: - type: Transform - pos: -0.5,0.5 + pos: -11.5,1.5 parent: 3 - - uid: 476 + - uid: 1232 components: - type: Transform - pos: 0.5,0.5 + pos: -11.5,0.5 parent: 3 - - uid: 478 + - uid: 1233 components: - type: Transform - pos: -1.5,0.5 + pos: -11.5,-0.5 parent: 3 - - uid: 482 + - uid: 1234 components: - type: Transform - pos: 2.5,-2.5 + pos: 9.5,-0.5 parent: 3 - - uid: 489 + - uid: 1235 components: - type: Transform - pos: 2.5,-1.5 + pos: 10.5,-0.5 parent: 3 - - uid: 492 + - uid: 1236 components: - type: Transform - pos: 3.5,-0.5 + pos: 11.5,-0.5 parent: 3 - - uid: 554 + - uid: 1237 components: - type: Transform - pos: 2.5,-0.5 + pos: 12.5,-0.5 parent: 3 - - uid: 723 + - uid: 1238 components: - type: Transform - pos: 1.5,-2.5 + pos: 12.5,0.5 parent: 3 - - uid: 1061 + - uid: 1239 components: - type: Transform - pos: 1.5,-0.5 + pos: 12.5,1.5 parent: 3 - - uid: 1062 + - uid: 1240 components: - type: Transform - pos: 1.5,0.5 + pos: 11.5,1.5 parent: 3 -- proto: CableMV +- proto: CableTerminal entities: - - uid: 113 + - uid: 163 components: - type: Transform - pos: 1.5,-2.5 + rot: 1.5707963267948966 rad + pos: 2.5,-3.5 parent: 3 - - uid: 551 +- proto: CarpetBlue + entities: + - uid: 1254 components: - type: Transform - pos: -7.5,2.5 + pos: -0.5,21.5 parent: 3 - - uid: 555 +- proto: CarpetPurple + entities: + - uid: 1255 components: - type: Transform - pos: 0.5,0.5 + pos: -0.5,20.5 parent: 3 - - uid: 556 +- proto: ChairOfficeLight + entities: + - uid: 382 components: - type: Transform - pos: -0.5,0.5 + pos: -0.5,24.5 parent: 3 - - uid: 557 + - uid: 387 components: - type: Transform - pos: 1.5,2.5 + rot: -1.5707963267948966 rad + pos: 1.5,25.5 parent: 3 - - uid: 558 +- proto: ChairPilotSeat + entities: + - uid: 483 components: - type: Transform - pos: 0.5,10.5 + rot: 3.141592653589793 rad + pos: 0.5,25.5 parent: 3 - - uid: 579 +- proto: CircuitImprinter + entities: + - uid: 649 components: - type: Transform - pos: -10.5,-3.5 + pos: 2.5,1.5 parent: 3 - - uid: 591 +- proto: ClosetEmergencyFilledRandom + entities: + - uid: 1214 components: - type: Transform - pos: -10.5,-2.5 + pos: -6.5,6.5 parent: 3 - - uid: 722 +- proto: ClosetFireFilled + entities: + - uid: 1215 components: - type: Transform - pos: 1.5,-0.5 + pos: 5.5,6.5 parent: 3 - - uid: 724 +- proto: ClosetL3ScienceFilled + entities: + - uid: 1216 components: - type: Transform - pos: 1.5,-1.5 + pos: -4.5,6.5 parent: 3 - - uid: 804 +- proto: ClosetRadiationSuitFilled + entities: + - uid: 1022 components: - type: Transform - pos: 1.5,1.5 + pos: -12.5,1.5 parent: 3 - - uid: 806 + - uid: 1023 components: - type: Transform - pos: -2.5,1.5 + pos: 13.5,1.5 parent: 3 - - uid: 807 +- proto: ClosetWallMaintenanceFilledRandom + entities: + - uid: 427 components: - type: Transform - pos: -2.5,2.5 + rot: 1.5707963267948966 rad + pos: -1.5,-5.5 parent: 3 - - uid: 808 +- proto: ClothingBeltUtilityEngineering + entities: + - uid: 641 components: - type: Transform - pos: -3.5,2.5 + rot: -1.5707963267948966 rad + pos: 3.5,-0.5 parent: 3 - - uid: 809 +- proto: ClothingEyesGlassesThermal + entities: + - uid: 996 components: - type: Transform - pos: -4.5,2.5 + pos: 3.5,-0.5 parent: 3 - - uid: 810 +- proto: ClothingHandsGlovesRobohands + entities: + - uid: 1086 components: - type: Transform - pos: -4.5,2.5 + rot: -1.5707963267948966 rad + pos: -4.5,-0.5 parent: 3 - - uid: 811 +- proto: ClothingNeckTieSci + entities: + - uid: 1209 components: - type: Transform - pos: -5.5,2.5 + pos: 2.5,16.5 parent: 3 - - uid: 812 +- proto: ClothingUniformJumpsuitScientistFormal + entities: + - uid: 1089 components: - type: Transform - pos: -6.5,2.5 + pos: 1.5,18.5 parent: 3 - - uid: 813 +- proto: ComputerResearchAndDevelopment + entities: + - uid: 1222 components: - type: Transform - pos: -7.5,2.5 + rot: 1.5707963267948966 rad + pos: -6.5,8.5 parent: 3 - - uid: 814 +- proto: ComputerTabletopAnalysisConsole + entities: + - uid: 662 components: - type: Transform - pos: -7.5,1.5 + rot: 3.141592653589793 rad + pos: -9.5,-2.5 parent: 3 - - uid: 815 + - type: DeviceLinkSource + linkedPorts: + 347: + - ArtifactAnalyzerSender: ArtifactAnalyzerReceiver + - uid: 663 components: - type: Transform - pos: -7.5,0.5 + rot: 3.141592653589793 rad + pos: 10.5,-2.5 parent: 3 - - uid: 816 +- proto: ComputerTabletopBodyScanner + entities: + - uid: 66 components: - type: Transform - pos: -7.5,0.5 + rot: -1.5707963267948966 rad + pos: -4.5,-1.5 parent: 3 - - uid: 817 +- proto: ComputerTabletopPowerMonitoring + entities: + - uid: 441 components: - type: Transform - pos: -7.5,-0.5 + rot: 3.141592653589793 rad + pos: -0.5,23.5 parent: 3 - - uid: 818 +- proto: ComputerTabletopRadar + entities: + - uid: 65 components: - type: Transform - pos: -8.5,-0.5 + pos: -0.5,26.5 parent: 3 - - uid: 819 +- proto: ComputerTabletopResearchAndDevelopment + entities: + - uid: 301 components: - type: Transform - pos: -9.5,-0.5 + rot: 1.5707963267948966 rad + pos: 5.5,0.5 parent: 3 - - uid: 820 + - uid: 442 components: - type: Transform - pos: -10.5,-0.5 + rot: 3.141592653589793 rad + pos: 1.5,23.5 parent: 3 - - uid: 821 +- proto: ComputerTabletopShuttle + entities: + - uid: 160 components: - type: Transform - pos: -10.5,-2.5 + pos: 0.5,26.5 parent: 3 - - uid: 822 +- proto: ComputerTabletopStationRecords + entities: + - uid: 428 components: - type: Transform - pos: -10.5,-1.5 + pos: 1.5,26.5 parent: 3 - - uid: 823 +- proto: ComputerTelevision + entities: + - uid: 554 components: - type: Transform - pos: -10.5,-2.5 + pos: -0.5,14.5 parent: 3 - - uid: 824 +- proto: ComputerWallmountWithdrawBankATM + entities: + - uid: 533 components: - type: Transform - pos: -10.5,-3.5 + pos: -14.5,0.5 parent: 3 - - uid: 825 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + board: !type:Container + ents: [] + bank-ATM-cashSlot: !type:ContainerSlot {} + - type: ItemSlots + - uid: 665 components: - type: Transform - pos: 1.5,1.5 + pos: 15.5,0.5 parent: 3 - - uid: 826 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + board: !type:Container + ents: [] + bank-ATM-cashSlot: !type:ContainerSlot {} + - type: ItemSlots +- proto: CrateArtifactContainer + entities: + - uid: 1039 components: - type: Transform - pos: 2.5,1.5 + pos: 7.5,5.5 parent: 3 - - uid: 827 + - uid: 1041 components: - type: Transform - pos: 3.5,1.5 + pos: -6.5,3.5 parent: 3 - - uid: 828 + - uid: 1084 components: - type: Transform - pos: 3.5,2.5 + pos: 7.5,6.5 parent: 3 - - uid: 829 +- proto: DefibrillatorCabinetFilled + entities: + - uid: 986 components: - type: Transform - pos: 4.5,2.5 + rot: -1.5707963267948966 rad + pos: 3.5,17.5 parent: 3 - - uid: 830 + - uid: 1196 components: - type: Transform - pos: 5.5,2.5 + rot: -1.5707963267948966 rad + pos: -10.5,3.5 parent: 3 - - uid: 831 +- proto: DisposalBend + entities: + - uid: 356 components: - type: Transform - pos: 6.5,2.5 + rot: 1.5707963267948966 rad + pos: -13.5,0.5 parent: 3 - - uid: 832 + - uid: 448 components: - type: Transform - pos: 7.5,2.5 + rot: 3.141592653589793 rad + pos: 14.5,-3.5 parent: 3 - - uid: 833 + - uid: 461 components: - type: Transform - pos: 8.5,2.5 + rot: -1.5707963267948966 rad + pos: -13.5,-3.5 parent: 3 - - uid: 834 + - uid: 537 components: - type: Transform - pos: 8.5,1.5 + pos: 14.5,0.5 parent: 3 - - uid: 835 + - uid: 1589 components: - type: Transform - pos: 8.5,0.5 + pos: 15.5,-3.5 parent: 3 - - uid: 836 + - uid: 1604 components: - type: Transform - pos: 8.5,-0.5 + rot: 1.5707963267948966 rad + pos: -14.5,-3.5 parent: 3 - - uid: 837 +- proto: DisposalPipe + entities: + - uid: 206 components: - type: Transform - pos: 8.5,-0.5 + pos: -13.5,-2.5 parent: 3 - - uid: 838 + - uid: 208 components: - type: Transform - pos: 9.5,-0.5 + pos: 14.5,-1.5 parent: 3 - - uid: 839 + - uid: 209 components: - type: Transform - pos: 10.5,-0.5 + rot: 1.5707963267948966 rad + pos: 13.5,0.5 parent: 3 - - uid: 840 + - uid: 350 components: - type: Transform - pos: 10.5,-1.5 + pos: -13.5,-1.5 parent: 3 - - uid: 841 + - uid: 353 components: - type: Transform - pos: 11.5,-1.5 + pos: -13.5,-0.5 parent: 3 - - uid: 842 + - uid: 357 components: - type: Transform - pos: 11.5,-2.5 + pos: 14.5,-2.5 parent: 3 - - uid: 844 + - uid: 364 components: - type: Transform - pos: 11.5,-3.5 + pos: 14.5,-0.5 parent: 3 - - uid: 845 + - uid: 366 components: - type: Transform - pos: 1.5,0.5 + rot: 1.5707963267948966 rad + pos: 12.5,0.5 parent: 3 - - uid: 846 + - uid: 730 components: - type: Transform - pos: 1.5,-0.5 + rot: -1.5707963267948966 rad + pos: -12.5,0.5 parent: 3 - - uid: 847 + - uid: 731 components: - type: Transform - pos: 1.5,-1.5 + rot: -1.5707963267948966 rad + pos: -11.5,0.5 parent: 3 - - uid: 848 + - uid: 1590 components: - type: Transform - pos: 1.5,-2.5 + pos: 15.5,-4.5 parent: 3 - - uid: 849 + - uid: 1591 components: - type: Transform - pos: 1.5,-2.5 + pos: 15.5,-6.5 parent: 3 - - uid: 850 + - uid: 1592 components: - type: Transform - pos: 1.5,-3.5 + pos: 15.5,-5.5 parent: 3 - - uid: 854 + - uid: 1593 components: - type: Transform - pos: -1.5,0.5 + pos: 15.5,-7.5 parent: 3 - - uid: 856 + - uid: 1594 components: - type: Transform - pos: 0.5,0.5 + pos: 15.5,-8.5 parent: 3 - - uid: 857 + - uid: 1595 components: - type: Transform - pos: 1.5,0.5 + pos: 15.5,-9.5 parent: 3 - - uid: 859 + - uid: 1596 components: - type: Transform - pos: 0.5,2.5 + pos: 15.5,-10.5 parent: 3 - - uid: 860 + - uid: 1597 components: - type: Transform - pos: 0.5,3.5 + pos: 15.5,-11.5 parent: 3 - - uid: 861 + - uid: 1605 components: - type: Transform - pos: 0.5,4.5 + pos: -14.5,-4.5 parent: 3 - - uid: 862 + - uid: 1606 components: - type: Transform - pos: 0.5,5.5 + pos: -14.5,-5.5 parent: 3 - - uid: 863 + - uid: 1607 components: - type: Transform - pos: 0.5,7.5 + pos: -14.5,-6.5 parent: 3 - - uid: 864 + - uid: 1608 components: - type: Transform - pos: 0.5,6.5 + pos: -14.5,-7.5 parent: 3 - - uid: 865 + - uid: 1609 components: - type: Transform - pos: 0.5,8.5 + pos: -14.5,-8.5 parent: 3 - - uid: 866 + - uid: 1610 components: - type: Transform - pos: 0.5,9.5 + pos: -14.5,-9.5 parent: 3 - - uid: 870 + - uid: 1611 components: - type: Transform - pos: -2.5,10.5 + pos: -14.5,-10.5 parent: 3 - - uid: 871 + - uid: 1612 components: - type: Transform - pos: 0.5,11.5 + pos: -14.5,-11.5 parent: 3 - - uid: 872 +- proto: DisposalTrunk + entities: + - uid: 207 components: - type: Transform - pos: 0.5,12.5 + rot: -1.5707963267948966 rad + pos: -10.5,0.5 parent: 3 - - uid: 873 + - uid: 358 components: - type: Transform - pos: 0.5,12.5 + rot: 1.5707963267948966 rad + pos: 11.5,0.5 parent: 3 - - uid: 874 + - uid: 1567 components: - type: Transform - pos: 0.5,13.5 + rot: 3.141592653589793 rad + pos: -14.5,-12.5 parent: 3 - - uid: 875 + - uid: 1598 components: - type: Transform - pos: 0.5,14.5 + rot: 3.141592653589793 rad + pos: 15.5,-12.5 parent: 3 - - uid: 876 +- proto: DisposalUnit + entities: + - uid: 503 components: - type: Transform - pos: 0.5,14.5 + pos: 11.5,0.5 parent: 3 - - uid: 877 + - uid: 545 components: - type: Transform - pos: 0.5,15.5 + pos: -10.5,0.5 parent: 3 - - uid: 878 +- proto: DogBed + entities: + - uid: 1247 components: - type: Transform - pos: 0.5,16.5 + pos: 2.5,14.5 parent: 3 - - uid: 879 +- proto: EncryptionKeyCommon + entities: + - uid: 587 components: - type: Transform - pos: 0.5,17.5 - parent: 3 - - uid: 880 + parent: 998 + - type: Physics + canCollide: False +- proto: EncryptionKeyTraffic + entities: + - uid: 1000 components: - type: Transform - pos: 0.5,17.5 - parent: 3 - - uid: 881 + parent: 998 + - type: Physics + canCollide: False +- proto: ExosuitFabricator + entities: + - uid: 735 components: - type: Transform - pos: 0.5,18.5 + pos: -7.5,-1.5 parent: 3 - - uid: 882 +- proto: ExtinguisherCabinetFilled + entities: + - uid: 987 components: - type: Transform - pos: 0.5,18.5 + rot: 1.5707963267948966 rad + pos: -2.5,17.5 parent: 3 - - uid: 883 + - uid: 1245 components: - type: Transform - pos: 0.5,19.5 + rot: 1.5707963267948966 rad + pos: 15.5,1.5 parent: 3 - - uid: 896 + - uid: 1246 components: - type: Transform - pos: -2.5,0.5 + rot: 1.5707963267948966 rad + pos: -14.5,1.5 parent: 3 - - uid: 897 +- proto: FaxMachineShip + entities: + - uid: 655 components: - type: Transform - pos: -2.5,0.5 + pos: 7.5,9.5 parent: 3 - - uid: 898 +- proto: filingCabinetRandom + entities: + - uid: 1087 components: - type: Transform - pos: -2.5,0.5 + pos: -1.5,16.5 parent: 3 - - uid: 985 +- proto: FireAlarm + entities: + - uid: 673 components: - type: Transform - pos: -4.5,8.5 + pos: -13.5,2.5 parent: 3 - - uid: 986 + - type: DeviceList + devices: + - 912 + - 911 + - 910 + - 1090 + - 1091 + - 1035 + - type: AtmosDevice + joinedGrid: 3 + - uid: 906 components: - type: Transform - pos: -4.5,8.5 + pos: 14.5,2.5 parent: 3 - - uid: 987 + - type: DeviceList + devices: + - 908 + - 907 + - 909 + - 1103 + - 1101 + - 1100 + - type: AtmosDevice + joinedGrid: 3 +- proto: FireAxeCabinetFilled + entities: + - uid: 210 components: - type: Transform - pos: -4.5,7.5 + rot: 1.5707963267948966 rad + pos: -2.5,15.5 parent: 3 - - uid: 988 +- proto: FirelockGlass + entities: + - uid: 907 components: - type: Transform - pos: -4.5,7.5 + pos: 13.5,-3.5 parent: 3 - - uid: 989 + - type: DeviceNetwork + deviceLists: + - 906 + - 17 + - uid: 908 components: - type: Transform - pos: -3.5,7.5 + pos: 14.5,-3.5 parent: 3 - - uid: 990 + - type: DeviceNetwork + deviceLists: + - 906 + - 17 + - uid: 909 components: - type: Transform - pos: -3.5,7.5 + pos: 12.5,-3.5 parent: 3 - - uid: 995 + - type: DeviceNetwork + deviceLists: + - 906 + - 17 + - uid: 910 components: - type: Transform - pos: -3.5,7.5 + pos: -13.5,-3.5 parent: 3 - - uid: 996 + - type: DeviceNetwork + deviceLists: + - 673 + - 989 + - uid: 911 components: - type: Transform - pos: -2.5,7.5 + pos: -12.5,-3.5 parent: 3 - - uid: 999 + - type: DeviceNetwork + deviceLists: + - 673 + - 989 + - uid: 912 components: - type: Transform - pos: -2.5,7.5 + pos: -11.5,-3.5 parent: 3 - - uid: 1001 + - type: DeviceNetwork + deviceLists: + - 673 + - 989 + - uid: 1035 components: - type: Transform - pos: -2.5,8.5 + pos: -12.5,-5.5 parent: 3 - - uid: 1002 + - type: DeviceNetwork + deviceLists: + - 673 + - uid: 1090 components: - type: Transform - pos: -1.5,8.5 + pos: -8.5,-0.5 parent: 3 - - uid: 1004 + - type: DeviceNetwork + deviceLists: + - 673 + - 989 + - 990 + - uid: 1091 components: - type: Transform - pos: -0.5,8.5 + pos: -11.5,2.5 parent: 3 - - uid: 1005 + - type: DeviceNetwork + deviceLists: + - 673 + - 989 + - uid: 1092 components: - type: Transform - pos: -0.5,8.5 + pos: -3.5,2.5 parent: 3 - - uid: 1006 + - type: DeviceNetwork + deviceLists: + - 990 + - 54 + - uid: 1093 components: - type: Transform - pos: -0.5,8.5 + pos: 0.5,0.5 parent: 3 - - uid: 1007 + - type: DeviceNetwork + deviceLists: + - 54 + - uid: 1094 components: - type: Transform - pos: 1.5,8.5 + pos: 4.5,2.5 parent: 3 - - uid: 1008 + - type: DeviceNetwork + deviceLists: + - 54 + - 991 + - uid: 1095 components: - type: Transform - pos: 2.5,8.5 + pos: 0.5,8.5 parent: 3 - - uid: 1009 + - type: DeviceNetwork + deviceLists: + - 54 + - 1045 + - uid: 1096 components: - type: Transform - pos: 2.5,8.5 + pos: -5.5,7.5 parent: 3 - - uid: 1010 + - type: DeviceNetwork + deviceLists: + - 990 + - uid: 1097 components: - type: Transform - pos: 3.5,8.5 + pos: 6.5,7.5 parent: 3 - - uid: 1013 + - type: DeviceNetwork + deviceLists: + - 991 + - uid: 1098 components: - type: Transform - pos: 3.5,8.5 + pos: 0.5,19.5 parent: 3 - - uid: 1014 + - type: DeviceNetwork + deviceLists: + - 1045 + - 905 + - uid: 1099 components: - type: Transform - pos: 3.5,7.5 + pos: 0.5,22.5 parent: 3 - - uid: 1015 + - type: DeviceNetwork + deviceLists: + - 905 + - uid: 1100 components: - type: Transform - pos: 3.5,7.5 + pos: 12.5,2.5 parent: 3 - - uid: 1016 + - type: DeviceNetwork + deviceLists: + - 906 + - uid: 1101 components: - type: Transform - pos: 4.5,7.5 + pos: 9.5,-0.5 parent: 3 - - uid: 1019 + - type: DeviceNetwork + deviceLists: + - 991 + - 906 + - 17 + - uid: 1102 components: - type: Transform - pos: 5.5,7.5 + pos: -6.5,-4.5 parent: 3 - - uid: 1020 + - type: DeviceNetwork + deviceLists: + - 990 + - uid: 1103 components: - type: Transform - pos: 5.5,7.5 + pos: 13.5,-5.5 parent: 3 - - uid: 1021 + - type: DeviceNetwork + deviceLists: + - 906 + - 17 + - uid: 1104 components: - type: Transform - pos: 5.5,7.5 + pos: 7.5,-4.5 parent: 3 - - uid: 1023 + - type: DeviceNetwork + deviceLists: + - 991 +- proto: FloorDrain + entities: + - uid: 479 components: - type: Transform - pos: 5.5,8.5 + pos: 12.5,5.5 parent: 3 - - uid: 1077 + - type: Fixtures + fixtures: {} +- proto: FolderSpawner + entities: + - uid: 661 components: - type: Transform - pos: 0.5,19.5 + pos: 11.5,-2.5 parent: 3 - - uid: 1085 + - uid: 664 components: - type: Transform - pos: 1.5,23.5 + pos: -10.5,-2.5 parent: 3 - - uid: 1180 + - uid: 995 components: - type: Transform - pos: -4.5,8.5 + pos: -4.5,-0.5 parent: 3 - - uid: 1182 +- proto: FoodBurgerRobot + entities: + - uid: 642 components: - type: Transform - pos: -5.5,6.5 + pos: -4.5,0.5 parent: 3 - - uid: 1183 +- proto: GasMixer + entities: + - uid: 455 components: - type: Transform - pos: -5.5,5.5 + rot: 1.5707963267948966 rad + pos: 0.5,-4.5 parent: 3 - - uid: 1184 + - type: AtmosDevice + joinedGrid: 3 + - type: AtmosPipeColor + color: '#0055CCFF' +- proto: GasPassiveVent + entities: + - uid: 600 components: - type: Transform - pos: -5.5,7.5 + pos: 6.5,14.5 parent: 3 - - uid: 1185 + - type: AtmosDevice + joinedGrid: 3 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1062 components: - type: Transform - pos: -5.5,5.5 + rot: 3.141592653589793 rad + pos: 14.5,-6.5 parent: 3 - - uid: 1186 + - type: AtmosDevice + joinedGrid: 3 + - uid: 1063 components: - type: Transform - pos: -5.5,4.5 + rot: 3.141592653589793 rad + pos: 12.5,-6.5 parent: 3 - - uid: 1187 + - type: AtmosDevice + joinedGrid: 3 + - uid: 1064 components: - type: Transform - pos: -5.5,3.5 + rot: 3.141592653589793 rad + pos: -11.5,-6.5 parent: 3 - - uid: 1188 + - type: AtmosDevice + joinedGrid: 3 + - uid: 1066 components: - type: Transform - pos: -4.5,7.5 + rot: 3.141592653589793 rad + pos: -13.5,-6.5 parent: 3 - - uid: 1189 - components: - - type: Transform - pos: -3.5,7.5 - parent: 3 - - uid: 1190 - components: - - type: Transform - pos: -2.5,7.5 - parent: 3 - - uid: 1191 - components: - - type: Transform - pos: -2.5,8.5 - parent: 3 - - uid: 1192 - components: - - type: Transform - pos: -2.5,9.5 - parent: 3 - - uid: 1193 - components: - - type: Transform - pos: 0.5,20.5 - parent: 3 - - uid: 1194 - components: - - type: Transform - pos: 0.5,21.5 - parent: 3 - - uid: 1195 - components: - - type: Transform - pos: 0.5,22.5 - parent: 3 - - uid: 1196 - components: - - type: Transform - pos: 0.5,22.5 - parent: 3 - - uid: 1197 - components: - - type: Transform - pos: 0.5,23.5 - parent: 3 - - uid: 1198 - components: - - type: Transform - pos: 1.5,23.5 - parent: 3 - - uid: 1214 - components: - - type: Transform - pos: 5.5,8.5 - parent: 3 - - uid: 1216 - components: - - type: Transform - pos: 6.5,7.5 - parent: 3 - - uid: 1217 - components: - - type: Transform - pos: 6.5,5.5 - parent: 3 - - uid: 1218 - components: - - type: Transform - pos: 6.5,6.5 - parent: 3 - - uid: 1219 - components: - - type: Transform - pos: 6.5,4.5 - parent: 3 - - uid: 1220 - components: - - type: Transform - pos: 6.5,4.5 - parent: 3 - - uid: 1221 - components: - - type: Transform - pos: 6.5,3.5 - parent: 3 - - uid: 1257 - components: - - type: Transform - pos: -10.5,-3.5 - parent: 3 - - uid: 1300 - components: - - type: Transform - pos: 1.5,-4.5 - parent: 3 - - uid: 1301 - components: - - type: Transform - pos: 1.5,-5.5 - parent: 3 - - uid: 1302 - components: - - type: Transform - pos: 0.5,-5.5 - parent: 3 -- proto: ChairOfficeLight - entities: - - uid: 1549 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-0.5 - parent: 3 - - uid: 1550 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-0.5 - parent: 3 -- proto: ChairPilotSeat - entities: - - uid: 65 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,25.5 - parent: 3 - - uid: 66 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,25.5 - parent: 3 - - uid: 72 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,25.5 - parent: 3 -- proto: ChemistryEmptyBottle01 - entities: - - uid: 1532 - components: - - type: MetaData - name: bottle (Artifexium) - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.2801228,-1.4821787 - parent: 3 - - type: Label - originalName: bottle - currentLabel: Artifexium - - uid: 1533 - components: - - type: MetaData - name: bottle (Artifexium) - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.7511272,-1.4978037 - parent: 3 - - type: Label - originalName: bottle - currentLabel: Artifexium -- proto: CircuitImprinter - entities: - - uid: 19 - components: - - type: Transform - pos: 2.5,11.5 - parent: 3 -- proto: ClosetEmergencyFilledRandom - entities: - - uid: 1011 - components: - - type: Transform - pos: -1.5,7.5 - parent: 3 -- proto: ClosetL3Janitor - entities: - - uid: 1577 - components: - - type: Transform - pos: -2.5,5.5 - parent: 3 - - uid: 1578 - components: - - type: Transform - pos: 3.5,5.5 - parent: 3 -- proto: ClosetWallFireFilledRandom - entities: - - uid: 1519 - components: - - type: Transform - pos: 3.5,7.5 - parent: 3 -- proto: ClosetWallMaintenanceFilledRandom - entities: - - uid: 1520 - components: - - type: Transform - pos: -0.5,-3.5 - parent: 3 -- proto: ClothingBackpackEngineering - entities: - - uid: 1531 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.4341726,-2.4703193 - parent: 3 -- proto: ClothingEyesGlassesMeson - entities: - - uid: 998 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.7952256,-2.4230478 - parent: 3 -- proto: ClothingOuterVestHazard - entities: - - uid: 1540 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.7113142,-2.5887642 - parent: 3 -- proto: ComputerAnalysisConsole - entities: - - uid: 943 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,-4.5 - parent: 3 - - type: DeviceLinkSource - linkedPorts: - 347: - - ArtifactAnalyzerSender: ArtifactAnalyzerReceiver - - uid: 944 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-4.5 - parent: 3 - - type: DeviceLinkSource - linkedPorts: - 346: - - ArtifactAnalyzerSender: ArtifactAnalyzerReceiver -- proto: ComputerRadar - entities: - - uid: 58 - components: - - type: Transform - pos: -0.5,26.5 - parent: 3 -- proto: ComputerResearchAndDevelopment - entities: - - uid: 735 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,8.5 - parent: 3 -- proto: ComputerShuttle - entities: - - uid: 53 - components: - - type: Transform - pos: 0.5,26.5 - parent: 3 -- proto: ComputerStationRecords - entities: - - uid: 46 - components: - - type: Transform - pos: 1.5,26.5 - parent: 3 -- proto: ComputerWallmountWithdrawBankATM - entities: - - uid: 1521 - components: - - type: Transform - pos: -0.5,19.5 - parent: 3 - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - board: !type:Container - ents: [] - bank-ATM-cashSlot: !type:ContainerSlot {} - - type: ItemSlots -- proto: CrateArtifactContainer - entities: - - uid: 447 - components: - - type: Transform - pos: -11.5,-4.5 - parent: 3 - - uid: 448 - components: - - type: Transform - pos: 12.5,-4.5 - parent: 3 - - uid: 1267 - components: - - type: Transform - pos: -1.5,9.5 - parent: 3 - - uid: 1268 - components: - - type: Transform - pos: -1.5,10.5 - parent: 3 - - uid: 1269 - components: - - type: Transform - pos: -1.5,11.5 - parent: 3 -- proto: CrateMaterialPlasma - entities: - - uid: 1583 - components: - - type: Transform - pos: 1.5,3.5 - parent: 3 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 -- proto: CrateServiceJanitorialSupplies - entities: - - uid: 1465 - components: - - type: Transform - pos: 12.5,5.5 - parent: 3 -- proto: DefibrillatorCabinetFilled - entities: - - uid: 1523 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,3.5 - parent: 3 -- proto: DisposalBend - entities: - - uid: 1586 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-3.5 - parent: 3 - - uid: 1589 - components: - - type: Transform - pos: 15.5,-3.5 - parent: 3 - - uid: 1601 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-3.5 - parent: 3 - - uid: 1604 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-3.5 - parent: 3 -- proto: DisposalPipe - entities: - - uid: 1587 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-3.5 - parent: 3 - - uid: 1588 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-3.5 - parent: 3 - - uid: 1590 - components: - - type: Transform - pos: 15.5,-4.5 - parent: 3 - - uid: 1591 - components: - - type: Transform - pos: 15.5,-6.5 - parent: 3 - - uid: 1592 - components: - - type: Transform - pos: 15.5,-5.5 - parent: 3 - - uid: 1593 - components: - - type: Transform - pos: 15.5,-7.5 - parent: 3 - - uid: 1594 - components: - - type: Transform - pos: 15.5,-8.5 - parent: 3 - - uid: 1595 - components: - - type: Transform - pos: 15.5,-9.5 - parent: 3 - - uid: 1596 - components: - - type: Transform - pos: 15.5,-10.5 - parent: 3 - - uid: 1597 - components: - - type: Transform - pos: 15.5,-11.5 - parent: 3 - - uid: 1602 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-3.5 - parent: 3 - - uid: 1603 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-3.5 - parent: 3 - - uid: 1605 - components: - - type: Transform - pos: -14.5,-4.5 - parent: 3 - - uid: 1606 - components: - - type: Transform - pos: -14.5,-5.5 - parent: 3 - - uid: 1607 - components: - - type: Transform - pos: -14.5,-6.5 - parent: 3 - - uid: 1608 - components: - - type: Transform - pos: -14.5,-7.5 - parent: 3 - - uid: 1609 - components: - - type: Transform - pos: -14.5,-8.5 - parent: 3 - - uid: 1610 - components: - - type: Transform - pos: -14.5,-9.5 - parent: 3 - - uid: 1611 - components: - - type: Transform - pos: -14.5,-10.5 - parent: 3 - - uid: 1612 - components: - - type: Transform - pos: -14.5,-11.5 - parent: 3 -- proto: DisposalTrunk - entities: - - uid: 1567 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,-12.5 - parent: 3 - - uid: 1585 - components: - - type: Transform - pos: 12.5,-2.5 - parent: 3 - - uid: 1598 + - type: AtmosDevice + joinedGrid: 3 +- proto: GasPipeBend + entities: + - uid: 456 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-12.5 + rot: -1.5707963267948966 rad + pos: 0.5,-5.5 parent: 3 - - uid: 1600 + - uid: 457 components: - type: Transform - pos: -11.5,-2.5 + rot: -1.5707963267948966 rad + pos: 2.5,-4.5 parent: 3 -- proto: DisposalUnit - entities: - - uid: 1565 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 463 components: - type: Transform - pos: -11.5,-2.5 + pos: 2.5,-0.5 parent: 3 - - uid: 1584 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 466 components: - type: Transform - pos: 12.5,-2.5 + rot: 3.141592653589793 rad + pos: 0.5,-0.5 parent: 3 -- proto: EmergencyLight - entities: - - uid: 1066 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 636 components: - type: Transform rot: -1.5707963267948966 rad - pos: -9.5,0.5 + pos: 2.5,-5.5 parent: 3 - - uid: 1067 + - uid: 914 components: - type: Transform rot: -1.5707963267948966 rad - pos: -4.5,0.5 - parent: 3 - - uid: 1068 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,0.5 - parent: 3 - - uid: 1069 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,0.5 + pos: 6.5,-2.5 parent: 3 - - uid: 1070 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 921 components: - type: Transform - pos: 0.5,-4.5 + pos: 7.5,2.5 parent: 3 - - uid: 1071 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 933 components: - type: Transform - pos: 1.5,0.5 + pos: 11.5,-1.5 parent: 3 - - uid: 1072 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 935 components: - type: Transform - pos: -0.5,0.5 + rot: 1.5707963267948966 rad + pos: -5.5,4.5 parent: 3 - - uid: 1073 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 936 components: - type: Transform - pos: -0.5,7.5 + rot: 1.5707963267948966 rad + pos: -6.5,2.5 parent: 3 - - uid: 1074 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 955 components: - type: Transform - pos: 1.5,7.5 + rot: 1.5707963267948966 rad + pos: -9.5,-0.5 parent: 3 - - uid: 1075 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 956 components: - type: Transform - pos: 1.5,18.5 + rot: 1.5707963267948966 rad + pos: -10.5,-1.5 parent: 3 - - uid: 1076 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 980 components: - type: Transform - pos: -0.5,18.5 + rot: -1.5707963267948966 rad + pos: 12.5,-0.5 parent: 3 -- proto: FaxMachineShip + - type: AtmosPipeColor + color: '#0055CCFF' +- proto: GasPipeFourway entities: - - uid: 1528 + - uid: 913 components: - type: Transform - pos: 7.5,8.5 + pos: 6.5,-1.5 parent: 3 -- proto: filingCabinet + - type: AtmosPipeColor + color: '#990000FF' +- proto: GasPipeStraight entities: - - uid: 1538 + - uid: 19 components: - type: Transform - pos: -13.5,-1.5 + pos: 6.5,7.5 parent: 3 - - uid: 1539 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 77 components: - type: Transform - pos: 14.5,-1.5 + pos: 6.5,8.5 parent: 3 -- proto: FireAxeCabinetFilled - entities: - - uid: 81 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 125 components: - type: Transform - pos: 1.5,19.5 + rot: 1.5707963267948966 rad + pos: 4.5,-1.5 parent: 3 - - type: Lock - locked: False -- proto: Firelock - entities: - - uid: 68 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 232 components: - type: Transform - pos: -5.5,7.5 + rot: 1.5707963267948966 rad + pos: 5.5,-1.5 parent: 3 - - uid: 141 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 234 components: - type: Transform - pos: -11.5,1.5 + pos: 6.5,9.5 parent: 3 - - uid: 449 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 235 components: - type: Transform - pos: 0.5,8.5 + pos: 6.5,10.5 parent: 3 - - uid: 481 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 237 components: - type: Transform - pos: 12.5,1.5 + rot: 3.141592653589793 rad + pos: 6.5,6.5 parent: 3 - - uid: 483 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 458 components: - type: Transform - pos: 6.5,7.5 + rot: -1.5707963267948966 rad + pos: 1.5,-4.5 parent: 3 - - uid: 500 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 460 components: - type: Transform - pos: 0.5,1.5 + rot: 3.141592653589793 rad + pos: 2.5,-3.5 parent: 3 - - uid: 534 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 462 components: - type: Transform - pos: 0.5,23.5 + rot: 3.141592653589793 rad + pos: 2.5,-1.5 parent: 3 - - uid: 1469 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 467 components: - type: Transform - pos: -8.5,-0.5 + rot: 3.141592653589793 rad + pos: 0.5,0.5 parent: 3 - - uid: 1470 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 470 components: - type: Transform - pos: 9.5,-0.5 + rot: -1.5707963267948966 rad + pos: 2.5,4.5 parent: 3 - - uid: 1472 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 478 components: - type: Transform - pos: 0.5,19.5 + rot: 3.141592653589793 rad + pos: 6.5,5.5 parent: 3 - - uid: 1473 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 482 components: - type: Transform - pos: 2.5,-3.5 + pos: 6.5,12.5 parent: 3 -- proto: Floodlight - entities: - - uid: 1544 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 499 components: - type: Transform - pos: -9.498063,0.6183729 + pos: -0.5,11.5 parent: 3 - - uid: 1545 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 502 components: - type: Transform - pos: 10.511866,0.5871229 + pos: -0.5,10.5 parent: 3 - - uid: 1546 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 504 components: - type: Transform - pos: 2.512366,2.5137527 + rot: -1.5707963267948966 rad + pos: 3.5,4.5 parent: 3 -- proto: FloorDrain - entities: - - uid: 336 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 515 components: - type: Transform rot: -1.5707963267948966 rad - pos: 13.5,-6.5 + pos: 4.5,4.5 parent: 3 - - type: Fixtures - fixtures: {} - - uid: 343 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 516 components: - type: Transform - pos: -12.5,-6.5 + rot: 1.5707963267948966 rad + pos: 3.5,-1.5 parent: 3 - - type: Fixtures - fixtures: {} - - uid: 396 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 517 components: - type: Transform rot: 1.5707963267948966 rad - pos: -10.5,0.5 + pos: 2.5,-1.5 parent: 3 - - type: Fixtures - fixtures: {} - - uid: 397 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 532 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,0.5 + rot: 3.141592653589793 rad + pos: 6.5,13.5 parent: 3 - - type: Fixtures - fixtures: {} - - uid: 648 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 538 components: - type: Transform - pos: 12.5,3.5 + rot: 1.5707963267948966 rad + pos: 0.5,12.5 parent: 3 - - type: Fixtures - fixtures: {} -- proto: GasDualPortVentPump - entities: - - uid: 618 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 539 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-4.5 + rot: 1.5707963267948966 rad + pos: 1.5,12.5 parent: 3 - - type: AtmosDevice - joinedGrid: 3 - type: AtmosPipeColor color: '#0055CCFF' -- proto: GasMixer - entities: - - uid: 387 + - uid: 639 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-4.5 + rot: -1.5707963267948966 rad + pos: 5.5,4.5 parent: 3 - - type: GasMixer - inletTwoConcentration: 0.78 - inletOneConcentration: 0.22 - - type: AtmosDevice - joinedGrid: 3 -- proto: GasPassiveVent - entities: - - uid: 600 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 643 components: - type: Transform - pos: 6.5,14.5 + rot: -1.5707963267948966 rad + pos: 4.5,-2.5 parent: 3 - - type: AtmosDevice - joinedGrid: 3 - type: AtmosPipeColor color: '#990000FF' -- proto: GasPipeBend - entities: - - uid: 616 + - uid: 680 components: - type: Transform - pos: 1.5,-4.5 + rot: 3.141592653589793 rad + pos: 1.5,5.5 parent: 3 - - uid: 624 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 681 components: - type: Transform - pos: 2.5,0.5 + rot: 3.141592653589793 rad + pos: 1.5,6.5 parent: 3 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 626 + color: '#990000FF' + - uid: 683 components: - type: Transform rot: 3.141592653589793 rad - pos: 0.5,0.5 + pos: 1.5,8.5 parent: 3 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 636 + color: '#990000FF' + - uid: 684 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-5.5 + rot: 1.5707963267948966 rad + pos: 0.5,4.5 parent: 3 - - uid: 637 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 685 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-5.5 + rot: 1.5707963267948966 rad + pos: -0.5,4.5 parent: 3 - - uid: 639 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 686 components: - type: Transform rot: 1.5707963267948966 rad - pos: 1.5,-2.5 + pos: -1.5,4.5 parent: 3 - type: AtmosPipeColor color: '#990000FF' - - uid: 663 + - uid: 687 components: - type: Transform rot: 1.5707963267948966 rad - pos: -6.5,5.5 + pos: -2.5,4.5 parent: 3 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 669 + color: '#990000FF' + - uid: 688 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-0.5 + rot: 1.5707963267948966 rad + pos: -3.5,4.5 parent: 3 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 680 + color: '#990000FF' + - uid: 689 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,4.5 + rot: 1.5707963267948966 rad + pos: -4.5,4.5 parent: 3 - type: AtmosPipeColor color: '#990000FF' - - uid: 684 + - uid: 690 components: - type: Transform - pos: 1.5,4.5 + pos: 0.5,1.5 parent: 3 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 687 + - uid: 693 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,3.5 + rot: 1.5707963267948966 rad + pos: -1.5,2.5 parent: 3 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 693 + - uid: 694 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,2.5 + parent: 3 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 695 components: - type: Transform - pos: 7.5,3.5 + rot: 1.5707963267948966 rad + pos: -3.5,2.5 parent: 3 - type: AtmosPipeColor color: '#0055CCFF' - uid: 696 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,0.5 + rot: 1.5707963267948966 rad + pos: -4.5,2.5 parent: 3 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 703 + - uid: 697 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,5.5 + rot: 1.5707963267948966 rad + pos: 9.5,0.5 + parent: 3 + - type: AtmosPipeColor + color: '#947507FF' + - uid: 698 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,2.5 parent: 3 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 745 + - uid: 699 components: - type: Transform rot: 1.5707963267948966 rad - pos: -1.5,8.5 + pos: 2.5,2.5 parent: 3 - type: AtmosPipeColor - color: '#990000FF' - - uid: 752 + color: '#0055CCFF' + - uid: 700 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,2.5 + rot: 1.5707963267948966 rad + pos: 3.5,2.5 parent: 3 - type: AtmosPipeColor - color: '#990000FF' - - uid: 756 + color: '#0055CCFF' + - uid: 701 components: - type: Transform rot: 1.5707963267948966 rad - pos: -5.5,2.5 + pos: 4.5,2.5 parent: 3 - type: AtmosPipeColor - color: '#990000FF' - - uid: 758 + color: '#0055CCFF' + - uid: 702 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,0.5 + rot: 1.5707963267948966 rad + pos: 5.5,2.5 parent: 3 - type: AtmosPipeColor - color: '#990000FF' - - uid: 1051 + color: '#0055CCFF' + - uid: 703 components: - type: Transform - pos: 2.5,23.5 + pos: -0.5,3.5 parent: 3 - type: AtmosPipeColor - color: '#990000FF' - - uid: 1054 + color: '#0055CCFF' + - uid: 704 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,23.5 + pos: -0.5,4.5 parent: 3 - type: AtmosPipeColor - color: '#990000FF' - - uid: 1154 + color: '#0055CCFF' + - uid: 705 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-2.5 + pos: -0.5,5.5 parent: 3 - type: AtmosPipeColor - color: '#990000FF' -- proto: GasPipeFourway - entities: - - uid: 631 + color: '#0055CCFF' + - uid: 706 components: - type: Transform - pos: 0.5,5.5 + pos: -0.5,6.5 parent: 3 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 649 + - uid: 708 components: - type: Transform - pos: 6.5,-0.5 + pos: -0.5,8.5 parent: 3 - type: AtmosPipeColor - color: '#990000FF' -- proto: GasPipeStraight - entities: - - uid: 394 + color: '#0055CCFF' + - uid: 709 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,0.5 + pos: -0.5,9.5 parent: 3 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 457 + - uid: 710 components: - type: Transform - pos: 2.5,20.5 + pos: 1.5,9.5 parent: 3 - type: AtmosPipeColor color: '#990000FF' - - uid: 508 + - uid: 712 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,8.5 + pos: -0.5,13.5 parent: 3 - type: AtmosPipeColor - color: '#990000FF' - - uid: 513 + color: '#0055CCFF' + - uid: 713 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,9.5 + pos: -0.5,14.5 parent: 3 - type: AtmosPipeColor - color: '#990000FF' - - uid: 519 + color: '#0055CCFF' + - uid: 714 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,10.5 + pos: -0.5,15.5 parent: 3 - type: AtmosPipeColor - color: '#990000FF' - - uid: 532 + color: '#0055CCFF' + - uid: 715 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,13.5 + pos: -0.5,16.5 parent: 3 - type: AtmosPipeColor - color: '#990000FF' - - uid: 535 + color: '#0055CCFF' + - uid: 716 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,11.5 + pos: -0.5,17.5 + parent: 3 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 717 + components: + - type: Transform + pos: 1.5,10.5 parent: 3 - type: AtmosPipeColor color: '#990000FF' - - uid: 572 + - uid: 718 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,7.5 + pos: 1.5,11.5 parent: 3 - type: AtmosPipeColor color: '#990000FF' - - uid: 584 + - uid: 719 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,5.5 + pos: 1.5,12.5 parent: 3 - type: AtmosPipeColor color: '#990000FF' - - uid: 615 + - uid: 721 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,6.5 + pos: 1.5,14.5 parent: 3 - type: AtmosPipeColor color: '#990000FF' - - uid: 617 + - uid: 722 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-3.5 + pos: 1.5,15.5 parent: 3 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 619 + color: '#990000FF' + - uid: 723 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-2.5 + pos: 1.5,16.5 parent: 3 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 622 + color: '#990000FF' + - uid: 724 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-0.5 + pos: 1.5,17.5 parent: 3 - type: AtmosPipeColor color: '#990000FF' - - uid: 623 + - uid: 747 components: - type: Transform - pos: 2.5,-0.5 + pos: -0.5,18.5 parent: 3 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 625 + - uid: 748 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,0.5 + pos: 1.5,18.5 parent: 3 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 627 + color: '#990000FF' + - uid: 751 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,1.5 + pos: 1.5,19.5 parent: 3 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 628 + color: '#990000FF' + - uid: 752 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,2.5 + pos: -0.5,19.5 parent: 3 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 629 + - uid: 753 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,3.5 + pos: -0.5,20.5 parent: 3 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 634 + - uid: 754 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,2.5 + pos: 1.5,20.5 parent: 3 - type: AtmosPipeColor color: '#990000FF' - - uid: 638 + - uid: 755 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-3.5 + pos: 1.5,21.5 parent: 3 - type: AtmosPipeColor color: '#990000FF' - - uid: 640 + - uid: 756 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-0.5 + pos: -0.5,21.5 parent: 3 - type: AtmosPipeColor - color: '#990000FF' - - uid: 641 + color: '#0055CCFF' + - uid: 757 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-2.5 + pos: -0.5,22.5 parent: 3 - type: AtmosPipeColor - color: '#990000FF' - - uid: 642 + color: '#0055CCFF' + - uid: 758 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-2.5 + pos: 1.5,22.5 parent: 3 - type: AtmosPipeColor color: '#990000FF' - - uid: 643 + - uid: 915 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-2.5 + pos: 6.5,-0.5 parent: 3 - type: AtmosPipeColor color: '#990000FF' - - uid: 644 + - uid: 916 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-2.5 + pos: 6.5,0.5 parent: 3 - type: AtmosPipeColor color: '#990000FF' - - uid: 645 + - uid: 917 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-0.5 + pos: 6.5,1.5 parent: 3 - type: AtmosPipeColor color: '#990000FF' - - uid: 646 + - uid: 918 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-0.5 + pos: 6.5,2.5 parent: 3 - type: AtmosPipeColor color: '#990000FF' - - uid: 647 + - uid: 919 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-0.5 + pos: 6.5,3.5 parent: 3 - type: AtmosPipeColor color: '#990000FF' - - uid: 650 + - uid: 920 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-1.5 + rot: -1.5707963267948966 rad + pos: 6.5,2.5 parent: 3 - type: AtmosPipeColor - color: '#990000FF' - - uid: 651 + color: '#0055CCFF' + - uid: 922 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,0.5 + pos: 7.5,1.5 parent: 3 - type: AtmosPipeColor - color: '#990000FF' - - uid: 652 + color: '#0055CCFF' + - uid: 923 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,1.5 + pos: 7.5,0.5 parent: 3 - type: AtmosPipeColor - color: '#990000FF' - - uid: 653 + color: '#0055CCFF' + - uid: 925 components: - type: Transform rot: -1.5707963267948966 rad - pos: 8.5,-0.5 + pos: 7.5,-1.5 parent: 3 - type: AtmosPipeColor color: '#990000FF' - - uid: 654 + - uid: 926 components: - type: Transform rot: -1.5707963267948966 rad - pos: 9.5,-0.5 + pos: 8.5,-1.5 parent: 3 - type: AtmosPipeColor color: '#990000FF' - - uid: 655 + - uid: 927 components: - type: Transform rot: -1.5707963267948966 rad - pos: 10.5,-0.5 + pos: 9.5,-1.5 parent: 3 - type: AtmosPipeColor color: '#990000FF' - - uid: 656 + - uid: 928 components: - type: Transform rot: -1.5707963267948966 rad - pos: 11.5,-0.5 + pos: 10.5,-1.5 parent: 3 - type: AtmosPipeColor color: '#990000FF' - - uid: 657 + - uid: 929 components: - type: Transform rot: -1.5707963267948966 rad - pos: -0.5,5.5 + pos: 9.5,-0.5 parent: 3 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 658 + - uid: 930 components: - type: Transform rot: -1.5707963267948966 rad - pos: -1.5,5.5 + pos: 8.5,-0.5 parent: 3 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 659 + - uid: 931 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,5.5 + rot: 1.5707963267948966 rad + pos: 6.5,-0.5 parent: 3 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 660 + - uid: 934 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,5.5 + pos: 10.5,-1.5 parent: 3 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 661 + - uid: 937 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,5.5 + pos: -5.5,2.5 parent: 3 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 662 + color: '#990000FF' + - uid: 938 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,5.5 + pos: -5.5,3.5 parent: 3 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 664 + color: '#990000FF' + - uid: 939 components: - type: Transform - pos: -6.5,4.5 + pos: -5.5,1.5 parent: 3 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 665 + color: '#990000FF' + - uid: 940 components: - type: Transform - pos: -6.5,3.5 + pos: -5.5,0.5 parent: 3 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 666 + color: '#990000FF' + - uid: 943 components: - type: Transform - pos: -6.5,2.5 + rot: 3.141592653589793 rad + pos: -5.5,-0.5 parent: 3 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 667 + color: '#990000FF' + - uid: 944 components: - type: Transform + rot: 3.141592653589793 rad pos: -6.5,1.5 parent: 3 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 668 + - uid: 945 components: - type: Transform + rot: 3.141592653589793 rad pos: -6.5,0.5 parent: 3 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 670 + - uid: 947 components: - type: Transform rot: 1.5707963267948966 rad - pos: -7.5,-0.5 + pos: -5.5,-0.5 parent: 3 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 671 + - uid: 948 components: - type: Transform rot: 1.5707963267948966 rad - pos: -8.5,-0.5 + pos: -7.5,-0.5 parent: 3 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 672 + - uid: 949 components: - type: Transform rot: 1.5707963267948966 rad - pos: -9.5,-0.5 + pos: -8.5,-0.5 parent: 3 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 673 + - uid: 950 components: - type: Transform rot: 1.5707963267948966 rad - pos: -10.5,-0.5 - parent: 3 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 675 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,3.5 + pos: -6.5,-1.5 parent: 3 - type: AtmosPipeColor color: '#990000FF' - - uid: 677 + - uid: 951 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,4.5 + rot: 1.5707963267948966 rad + pos: -7.5,-1.5 parent: 3 - type: AtmosPipeColor color: '#990000FF' - - uid: 678 + - uid: 952 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,4.5 + rot: 1.5707963267948966 rad + pos: -8.5,-1.5 parent: 3 - type: AtmosPipeColor color: '#990000FF' - - uid: 679 + - uid: 954 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,4.5 + pos: -9.5,-1.5 parent: 3 - type: AtmosPipeColor - color: '#990000FF' - - uid: 681 + color: '#0055CCFF' + - uid: 957 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,5.5 + rot: -1.5707963267948966 rad + pos: -9.5,-1.5 parent: 3 - type: AtmosPipeColor color: '#990000FF' - - uid: 682 + - uid: 971 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,6.5 + rot: -1.5707963267948966 rad + pos: -5.5,2.5 parent: 3 - type: AtmosPipeColor - color: '#990000FF' - - uid: 688 + color: '#0055CCFF' + - uid: 979 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,3.5 + rot: -1.5707963267948966 rad + pos: 11.5,-0.5 parent: 3 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 689 + - uid: 981 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,3.5 + rot: 3.141592653589793 rad + pos: 12.5,0.5 parent: 3 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 690 + - uid: 982 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,3.5 + rot: 3.141592653589793 rad + pos: 12.5,1.5 parent: 3 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 691 + - uid: 983 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,3.5 + rot: 3.141592653589793 rad + pos: 12.5,2.5 parent: 3 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 692 + - uid: 1046 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,3.5 + pos: -11.5,-5.5 parent: 3 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 694 + - uid: 1047 components: - type: Transform - pos: 7.5,2.5 + pos: -13.5,-5.5 parent: 3 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 695 + - uid: 1048 components: - type: Transform - pos: 7.5,1.5 + pos: 14.5,-3.5 parent: 3 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 697 + - uid: 1049 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,0.5 + pos: 12.5,-3.5 parent: 3 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 698 + - uid: 1050 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,0.5 + pos: -13.5,-3.5 parent: 3 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 699 + - uid: 1051 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,0.5 + pos: -11.5,-3.5 parent: 3 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 702 + - uid: 1052 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,7.5 + pos: 14.5,-5.5 parent: 3 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 704 + - uid: 1053 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,6.5 + pos: 12.5,-5.5 parent: 3 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 705 +- proto: GasPipeTJunction + entities: + - uid: 469 components: - type: Transform rot: 3.141592653589793 rad - pos: 1.5,7.5 + pos: 1.5,4.5 parent: 3 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 706 + color: '#990000FF' + - uid: 480 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,8.5 + rot: -1.5707963267948966 rad + pos: 2.5,-2.5 parent: 3 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 707 + - uid: 511 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,9.5 + rot: -1.5707963267948966 rad + pos: 6.5,4.5 parent: 3 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 708 + color: '#990000FF' + - uid: 531 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,10.5 + rot: 1.5707963267948966 rad + pos: 1.5,7.5 parent: 3 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 709 + color: '#990000FF' + - uid: 691 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,11.5 + pos: 0.5,2.5 parent: 3 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 710 + - uid: 692 components: - type: Transform rot: 3.141592653589793 rad - pos: 1.5,12.5 + pos: -0.5,2.5 parent: 3 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 711 + - uid: 707 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,13.5 + rot: -1.5707963267948966 rad + pos: -0.5,7.5 parent: 3 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 712 + - uid: 711 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,14.5 + rot: 1.5707963267948966 rad + pos: -0.5,12.5 parent: 3 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 713 + - uid: 720 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,15.5 + rot: 1.5707963267948966 rad + pos: 1.5,13.5 parent: 3 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 714 + color: '#990000FF' + - uid: 924 components: - type: Transform rot: 3.141592653589793 rad - pos: 1.5,16.5 + pos: 7.5,-0.5 parent: 3 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 715 + - uid: 932 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,17.5 + pos: 10.5,-0.5 parent: 3 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 716 + - uid: 941 components: - type: Transform rot: 3.141592653589793 rad - pos: 1.5,18.5 + pos: -5.5,-1.5 parent: 3 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 717 + color: '#990000FF' + - uid: 946 components: - type: Transform rot: 3.141592653589793 rad - pos: 1.5,19.5 + pos: -6.5,-0.5 parent: 3 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 742 +- proto: GasPort + entities: + - uid: 452 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,8.5 + rot: 1.5707963267948966 rad + pos: -0.5,-4.5 parent: 3 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 743 + - type: AtmosDevice + joinedGrid: 3 + - uid: 453 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,8.5 + rot: 1.5707963267948966 rad + pos: -0.5,-5.5 parent: 3 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 744 + - type: AtmosDevice + joinedGrid: 3 + - uid: 1031 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,8.5 + rot: 3.141592653589793 rad + pos: 6.5,12.5 parent: 3 + - type: AtmosDevice + joinedGrid: 3 - type: AtmosPipeColor color: '#990000FF' - - uid: 746 + - uid: 1054 components: - type: Transform - pos: -1.5,7.5 + pos: 12.5,-2.5 parent: 3 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 747 + - type: AtmosDevice + joinedGrid: 3 + - uid: 1055 components: - type: Transform - pos: -1.5,6.5 + pos: 14.5,-2.5 parent: 3 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 748 + - type: AtmosDevice + joinedGrid: 3 + - uid: 1056 components: - type: Transform - pos: -1.5,5.5 + pos: -11.5,-2.5 parent: 3 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 749 + - type: AtmosDevice + joinedGrid: 3 + - uid: 1057 components: - type: Transform - pos: -1.5,3.5 + pos: -13.5,-2.5 parent: 3 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 750 + - type: AtmosDevice + joinedGrid: 3 +- proto: GasPressurePump + entities: + - uid: 236 components: + - type: MetaData + name: waste pump - type: Transform - pos: -1.5,3.5 + rot: 3.141592653589793 rad + pos: 6.5,11.5 parent: 3 + - type: AtmosDevice + joinedGrid: 3 - type: AtmosPipeColor color: '#990000FF' - - uid: 751 + - uid: 468 components: + - type: MetaData + name: distro pump - type: Transform - pos: -1.5,4.5 + rot: -1.5707963267948966 rad + pos: 1.5,-0.5 parent: 3 + - type: AtmosDevice + joinedGrid: 3 - type: AtmosPipeColor - color: '#990000FF' - - uid: 753 + color: '#0055CCFF' + - uid: 1058 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,2.5 + pos: -11.5,-4.5 parent: 3 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 754 + - type: AtmosDevice + joinedGrid: 3 + - uid: 1059 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,2.5 + rot: 3.141592653589793 rad + pos: -13.5,-4.5 parent: 3 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 755 + - type: AtmosDevice + joinedGrid: 3 + - uid: 1060 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,2.5 + rot: 3.141592653589793 rad + pos: 14.5,-4.5 parent: 3 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 757 + - type: AtmosDevice + joinedGrid: 3 + - uid: 1061 components: - type: Transform - pos: -5.5,1.5 + pos: 12.5,-4.5 parent: 3 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 759 + - type: AtmosDevice + joinedGrid: 3 +- proto: GasVentPump + entities: + - uid: 963 components: - type: Transform rot: -1.5707963267948966 rad - pos: -6.5,0.5 + pos: 2.5,12.5 parent: 3 + - type: DeviceNetwork + deviceLists: + - 1045 + - type: AtmosDevice + joinedGrid: 3 - type: AtmosPipeColor - color: '#990000FF' - - uid: 760 + color: '#0055CCFF' + - uid: 964 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,0.5 + rot: 1.5707963267948966 rad + pos: -1.5,7.5 parent: 3 + - type: DeviceNetwork + deviceLists: + - 54 + - type: AtmosDevice + joinedGrid: 3 - type: AtmosPipeColor - color: '#990000FF' - - uid: 761 + color: '#0055CCFF' + - uid: 965 components: - type: Transform rot: -1.5707963267948966 rad - pos: -8.5,0.5 + pos: -4.5,-0.5 parent: 3 + - type: DeviceNetwork + deviceLists: + - 990 + - type: AtmosDevice + joinedGrid: 3 - type: AtmosPipeColor - color: '#990000FF' - - uid: 762 + color: '#0055CCFF' + - uid: 966 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,0.5 + rot: 3.141592653589793 rad + pos: -9.5,-2.5 parent: 3 + - type: DeviceNetwork + deviceLists: + - 989 - type: AtmosPipeColor - color: '#990000FF' - - uid: 763 + color: '#0055CCFF' + - uid: 967 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,0.5 + rot: 3.141592653589793 rad + pos: 10.5,-2.5 parent: 3 + - type: DeviceNetwork + deviceLists: + - 17 - type: AtmosPipeColor - color: '#990000FF' - - uid: 765 + color: '#0055CCFF' + - uid: 968 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,9.5 + rot: 1.5707963267948966 rad + pos: 5.5,-0.5 parent: 3 + - type: DeviceNetwork + deviceLists: + - 991 + - type: AtmosDevice + joinedGrid: 3 - type: AtmosPipeColor - color: '#990000FF' - - uid: 766 + color: '#0055CCFF' + - uid: 973 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,10.5 + rot: 1.5707963267948966 rad + pos: 1.5,-2.5 parent: 3 + - type: AtmosDevice + joinedGrid: 3 - type: AtmosPipeColor - color: '#990000FF' - - uid: 767 + color: '#0055CCFF' + - uid: 984 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,11.5 + pos: 12.5,3.5 parent: 3 + - type: AtmosDevice + joinedGrid: 3 - type: AtmosPipeColor - color: '#990000FF' - - uid: 768 + color: '#0055CCFF' + - uid: 1114 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,12.5 + pos: -0.5,23.5 parent: 3 + - type: DeviceNetwork + deviceLists: + - 905 + - type: AtmosDevice + joinedGrid: 3 - type: AtmosPipeColor - color: '#990000FF' - - uid: 769 + color: '#0055CCFF' +- proto: GasVentScrubber + entities: + - uid: 534 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,13.5 + pos: 1.5,23.5 parent: 3 + - type: DeviceNetwork + deviceLists: + - 905 + - type: AtmosDevice + joinedGrid: 3 - type: AtmosPipeColor color: '#990000FF' - - uid: 770 + - uid: 535 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,14.5 + rot: -1.5707963267948966 rad + pos: 2.5,13.5 parent: 3 + - type: DeviceNetwork + deviceLists: + - 1045 + - type: AtmosDevice + joinedGrid: 3 - type: AtmosPipeColor color: '#990000FF' - - uid: 771 + - uid: 682 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,15.5 + rot: -1.5707963267948966 rad + pos: 2.5,7.5 parent: 3 + - type: DeviceNetwork + deviceLists: + - 54 + - type: AtmosDevice + joinedGrid: 3 - type: AtmosPipeColor color: '#990000FF' - - uid: 772 + - uid: 958 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,16.5 + rot: 1.5707963267948966 rad + pos: 1.5,-1.5 parent: 3 + - type: AtmosDevice + joinedGrid: 3 - type: AtmosPipeColor color: '#990000FF' - - uid: 773 + - uid: 959 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,17.5 + rot: 1.5707963267948966 rad + pos: 5.5,-2.5 parent: 3 + - type: DeviceNetwork + deviceLists: + - 991 + - type: AtmosDevice + joinedGrid: 3 - type: AtmosPipeColor color: '#990000FF' - - uid: 774 + - uid: 962 components: - type: Transform rot: 3.141592653589793 rad - pos: 2.5,18.5 + pos: -10.5,-2.5 parent: 3 + - type: DeviceNetwork + deviceLists: + - 989 + - type: AtmosDevice + joinedGrid: 3 - type: AtmosPipeColor color: '#990000FF' - - uid: 775 + - uid: 969 components: - type: Transform rot: 3.141592653589793 rad - pos: 2.5,19.5 + pos: 11.5,-2.5 parent: 3 + - type: DeviceNetwork + deviceLists: + - 17 + - type: AtmosDevice + joinedGrid: 3 - type: AtmosPipeColor color: '#990000FF' - - uid: 1038 + - uid: 970 components: - type: Transform - pos: 1.5,19.5 + rot: -1.5707963267948966 rad + pos: -4.5,-1.5 parent: 3 + - type: DeviceNetwork + deviceLists: + - 990 + - type: AtmosDevice + joinedGrid: 3 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 1039 + color: '#990000FF' +- proto: GravityGeneratorMini + entities: + - uid: 407 components: - type: Transform - pos: 1.5,20.5 + pos: -1.5,-4.5 parent: 3 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 1040 +- proto: Grille + entities: + - uid: 104 components: - type: Transform - pos: 1.5,21.5 + rot: 3.141592653589793 rad + pos: -7.5,-7.5 parent: 3 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 1041 + - uid: 114 components: - type: Transform - pos: 1.5,22.5 + rot: 3.141592653589793 rad + pos: -5.5,-7.5 parent: 3 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 1042 + - uid: 118 components: - type: Transform - pos: 1.5,23.5 + rot: 3.141592653589793 rad + pos: 8.5,-7.5 parent: 3 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 1043 + - uid: 119 components: - type: Transform - pos: 2.5,18.5 + rot: 3.141592653589793 rad + pos: 6.5,-7.5 parent: 3 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 1044 + - uid: 124 components: - type: Transform - pos: 2.5,19.5 + pos: -3.5,4.5 parent: 3 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 1045 + - uid: 263 components: - type: Transform - pos: 2.5,19.5 + rot: 3.141592653589793 rad + pos: -7.5,-4.5 parent: 3 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 1047 + - uid: 265 components: - type: Transform - pos: 2.5,21.5 + rot: 3.141592653589793 rad + pos: 8.5,-4.5 parent: 3 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 1048 + - uid: 300 components: - type: Transform - pos: 2.5,21.5 + rot: 3.141592653589793 rad + pos: -5.5,-4.5 parent: 3 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 1049 + - uid: 354 components: - type: Transform - pos: 2.5,22.5 + rot: 3.141592653589793 rad + pos: 6.5,-4.5 parent: 3 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 1050 + - uid: 481 components: - type: Transform - pos: 2.5,22.5 + pos: -0.5,19.5 parent: 3 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 1052 + - uid: 521 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,23.5 + pos: -0.5,8.5 parent: 3 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 1053 + - uid: 562 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,23.5 + pos: 4.5,4.5 parent: 3 - - type: AtmosPipeColor - color: '#990000FF' -- proto: GasPipeTJunction - entities: - - uid: 391 + - uid: 567 components: - type: Transform - pos: 0.5,-4.5 + pos: 1.5,8.5 parent: 3 - - uid: 620 + - uid: 568 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-1.5 + rot: 1.5707963267948966 rad + pos: -11.5,6.5 parent: 3 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 630 + - uid: 575 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,4.5 + pos: -2.5,11.5 parent: 3 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 683 + - uid: 577 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,7.5 + pos: 3.5,12.5 parent: 3 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 741 + - uid: 579 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,8.5 + pos: 3.5,13.5 parent: 3 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 1160 + - uid: 580 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,4.5 + pos: -2.5,13.5 parent: 3 - - type: AtmosPipeColor - color: '#990000FF' -- proto: GasPort - entities: - - uid: 609 + - uid: 585 components: - type: Transform rot: 3.141592653589793 rad - pos: -0.5,-5.5 + pos: -3.5,5.5 parent: 3 - - type: AtmosDevice - joinedGrid: 3 - - uid: 610 + - uid: 601 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-4.5 + pos: -2.5,12.5 parent: 3 - - type: AtmosDevice - joinedGrid: 3 - - uid: 1536 + - uid: 602 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,2.5 + pos: 3.5,11.5 parent: 3 - - type: AtmosDevice - joinedGrid: 3 - - type: AtmosPipeColor - color: '#990000FF' -- proto: GasPressurePump - entities: - - uid: 736 + - uid: 612 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,12.5 - parent: 3 - - type: AtmosDevice - joinedGrid: 3 - - type: AtmosPipeColor - color: '#990000FF' -- proto: GasThermoMachineHeater - entities: - - uid: 606 + rot: 1.5707963267948966 rad + pos: -8.5,-1.5 + parent: 3 + - uid: 615 components: - type: Transform rot: 3.141592653589793 rad - pos: 0.5,-5.5 + pos: 12.5,6.5 parent: 3 - - type: AtmosDevice - joinedGrid: 3 -- proto: GasVentPump - entities: - - uid: 621 + - uid: 617 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-1.5 + pos: -5.5,14.5 parent: 3 - - type: AtmosDevice - joinedGrid: 3 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 633 + - uid: 618 components: - type: Transform - pos: 0.5,6.5 + pos: 1.5,19.5 parent: 3 - - type: AtmosDevice - joinedGrid: 3 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 674 + - uid: 619 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-0.5 + pos: 1.5,22.5 parent: 3 - - type: AtmosDevice - joinedGrid: 3 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 701 + - uid: 626 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,0.5 + pos: -1.5,0.5 parent: 3 - - type: AtmosDevice - joinedGrid: 3 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 1063 + - uid: 627 components: - type: Transform - pos: 1.5,24.5 + pos: 4.5,-1.5 parent: 3 - - type: AtmosDevice - joinedGrid: 3 - - type: AtmosPipeColor - color: '#0055CCFF' -- proto: GasVentScrubber - entities: - - uid: 632 + - uid: 629 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-0.5 + pos: -0.5,22.5 parent: 3 - - type: AtmosDevice - joinedGrid: 3 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 635 + - uid: 631 components: - type: Transform rot: 3.141592653589793 rad - pos: 1.5,-4.5 - parent: 3 - - type: AtmosDevice - joinedGrid: 3 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 685 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,7.5 + pos: 4.5,5.5 parent: 3 - - type: AtmosDevice - joinedGrid: 3 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 686 + - uid: 640 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-0.5 + pos: -3.5,-1.5 parent: 3 - - type: AtmosDevice - joinedGrid: 3 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 764 + - uid: 656 components: - type: Transform rot: 1.5707963267948966 rad - pos: -11.5,0.5 + pos: 9.5,-1.5 parent: 3 - - type: AtmosDevice - joinedGrid: 3 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 1057 + - uid: 759 components: - type: Transform - pos: -0.5,24.5 + pos: 5.5,11.5 parent: 3 - - type: AtmosDevice - joinedGrid: 3 - - type: AtmosPipeColor - color: '#990000FF' -- proto: GravityGeneratorMini - entities: - - uid: 1292 + - uid: 760 components: - type: Transform - pos: -0.5,-6.5 + pos: 7.5,11.5 parent: 3 -- proto: Grille - entities: - uid: 1497 components: - type: Transform @@ -5648,26 +6051,6 @@ entities: - type: Transform pos: 14.5,-5.5 parent: 3 - - uid: 1509 - components: - - type: Transform - pos: 8.5,-3.5 - parent: 3 - - uid: 1510 - components: - - type: Transform - pos: 6.5,-3.5 - parent: 3 - - uid: 1511 - components: - - type: Transform - pos: -5.5,-3.5 - parent: 3 - - uid: 1512 - components: - - type: Transform - pos: -7.5,-3.5 - parent: 3 - uid: 1513 components: - type: Transform @@ -5680,4025 +6063,3297 @@ entities: parent: 3 - proto: Gyroscope entities: - - uid: 963 + - uid: 666 components: - type: Transform - pos: 0.5,-6.5 + pos: -11.5,10.5 parent: 3 - - uid: 1294 + - uid: 1036 components: - type: Transform - pos: 1.5,-6.5 + pos: 12.5,10.5 parent: 3 -- proto: HandLabeler +- proto: HospitalCurtainsOpen entities: - - uid: 1566 + - uid: 890 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.120806,-1.5464296 + pos: -0.5,21.5 parent: 3 - - uid: 1568 + - uid: 1205 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.9039626,-1.5151796 + pos: -0.5,20.5 parent: 3 - proto: KitchenMicrowave entities: - - uid: 957 + - uid: 557 components: - type: Transform pos: 2.5,13.5 parent: 3 -- proto: LockerCaptainFilledHardsuit +- proto: LockerCaptainFilled entities: - - uid: 6 + - uid: 1252 components: - type: Transform - pos: -0.5,22.5 + pos: 1.5,21.5 parent: 3 - proto: LockerEngineerFilledHardsuit entities: - - uid: 997 + - uid: 445 components: - type: Transform - pos: 2.5,0.5 + pos: 2.5,-0.5 parent: 3 -- proto: LockerResearchDirectorFilledHardsuit +- proto: LockerResearchDirectorFilled entities: - - uid: 57 + - uid: 1251 components: - type: Transform - pos: 1.5,22.5 + pos: 1.5,20.5 parent: 3 - proto: LockerScienceFilled entities: - - uid: 1581 - components: - - type: Transform - pos: -4.5,1.5 - parent: 3 - - uid: 1582 + - uid: 645 components: - type: Transform - pos: 5.5,1.5 + pos: 8.5,1.5 parent: 3 -- proto: LockerWallMedicalDoctorFilled - entities: - - uid: 1518 + - uid: 988 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,3.5 + pos: 8.5,0.5 parent: 3 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - proto: MachineAnomalyGenerator entities: - - uid: 1557 + - uid: 400 components: - type: Transform pos: 0.5,4.5 parent: 3 - proto: MachineAnomalyVessel entities: - - uid: 392 + - uid: 408 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-5.5 + pos: -5.5,-6.5 parent: 3 - - uid: 393 + - uid: 411 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-5.5 + pos: 6.5,-6.5 parent: 3 - proto: MachineAPE entities: - - uid: 153 + - uid: 287 components: - - type: MetaData - name: Left A.P.E - type: Transform - anchored: False rot: -1.5707963267948966 rad - pos: -4.5,-2.5 + pos: 8.5,-3.5 parent: 3 - - type: ApcPowerReceiver - powerLoad: 1 - - type: DeviceLinkSink - links: - - 83 - - type: Physics - bodyType: Dynamic - - uid: 216 + - uid: 485 components: - - type: MetaData - name: Left A.P.E - type: Transform - anchored: False - rot: 1.5707963267948966 rad - pos: 5.5,-2.5 + rot: -1.5707963267948966 rad + pos: 8.5,-2.5 parent: 3 - - type: ApcPowerReceiver - powerLoad: 1 - - type: DeviceLinkSink - links: - - 82 - - type: Physics - bodyType: Dynamic - proto: MachineArtifactAnalyzer entities: - - uid: 346 + - uid: 347 components: - type: Transform - pos: 13.5,-7.5 + pos: -12.5,-7.5 parent: 3 - type: DeviceLinkSink links: - - 944 - - uid: 347 + - 662 + - uid: 1038 components: - type: Transform - pos: -12.5,-7.5 + pos: 13.5,-7.5 parent: 3 - - type: DeviceLinkSink - links: - - 943 - proto: MachineCryoSleepPod entities: - - uid: 1000 + - uid: 732 components: - type: Transform pos: -11.5,5.5 parent: 3 +- proto: MachineFrame + entities: + - uid: 80 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,1.5 + parent: 3 - proto: MopBucketFull entities: - - uid: 1468 + - uid: 447 components: - type: Transform - pos: 12.462342,3.6039221 + pos: 12.5,4.5 parent: 3 - proto: MopItem entities: - - uid: 1467 + - uid: 335 + components: + - type: Transform + pos: 12.5,4.5 + parent: 3 +- proto: Morgue + entities: + - uid: 396 components: - type: Transform - pos: 12.527638,3.503134 + rot: -1.5707963267948966 rad + pos: -4.5,-3.5 parent: 3 - proto: NitrogenCanister entities: - - uid: 611 + - uid: 492 components: - type: Transform - anchored: True - pos: -0.5,-5.5 + pos: -0.5,-7.5 parent: 3 - - type: Physics - bodyType: Static - type: AtmosDevice joinedGrid: 3 +- proto: OperatingTable + entities: + - uid: 405 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 3 - proto: OxygenCanister entities: - - uid: 608 + - uid: 491 + components: + - type: Transform + pos: -0.5,-6.5 + parent: 3 + - type: AtmosDevice + joinedGrid: 3 +- proto: PaperBin10 + entities: + - uid: 994 + components: + - type: Transform + pos: 7.5,8.5 + parent: 3 +- proto: PaperCaptainsThoughts + entities: + - uid: 1206 + components: + - type: Transform + pos: -5.5,10.5 + parent: 3 +- proto: PortableScrubber + entities: + - uid: 1032 + components: + - type: Transform + pos: 6.5,12.5 + parent: 3 +- proto: PosterContrabandAtmosiaDeclarationIndependence + entities: + - uid: 1192 components: - type: Transform - anchored: True - pos: -1.5,-4.5 + pos: 2.5,-7.5 parent: 3 - - type: Physics - bodyType: Static - - type: AtmosDevice - joinedGrid: 3 -- proto: Paper +- proto: PosterContrabandLamarr entities: - - uid: 1530 + - uid: 1176 components: - - type: MetaData - flags: InContainer - type: Transform - parent: 1529 - - type: Physics - canCollide: False -- proto: PaperBin10 + pos: -3.5,1.5 + parent: 3 +- proto: PosterLegitSafetyMothDelam entities: - - uid: 1529 + - uid: 1080 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,9.5 + pos: 4.5,-3.5 parent: 3 - - type: Bin - items: - - 1530 - - type: ContainerContainer - containers: - bin-container: !type:Container - showEnts: False - occludes: True - ents: - - 1530 -- proto: PortableScrubber - entities: - - uid: 1537 + - uid: 1197 components: - type: Transform - pos: -1.5,2.5 + pos: 3.5,10.5 parent: 3 -- proto: PosterContrabandEAT +- proto: PosterLegitSafetyMothPiping entities: - - uid: 1022 + - uid: 1079 components: - type: Transform - pos: -13.5,0.5 + pos: -1.5,-6.5 parent: 3 -- proto: PosterLegitEatMeat +- proto: PosterLegitScience entities: - - uid: 1059 + - uid: 1072 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,0.5 + rot: 1.5707963267948966 rad + pos: 4.5,0.5 parent: 3 -- proto: PosterLegitScience + - uid: 1076 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,0.5 + parent: 3 +- proto: PosterLegitSMAnomalies entities: - - uid: 991 + - uid: 164 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,1.5 + rot: -1.5707963267948966 rad + pos: 4.5,-2.5 parent: 3 - - uid: 992 +- proto: PosterLegitSMBoH + entities: + - uid: 490 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,1.5 + pos: -2.5,0.5 parent: 3 - proto: PottedPlantBioluminscent entities: - - uid: 1575 + - uid: 999 components: - type: Transform pos: -2.5,6.5 parent: 3 - - uid: 1576 + - uid: 1001 components: - type: Transform pos: 3.5,6.5 parent: 3 -- proto: PowerCellRecharger +- proto: PottedPlantRandom entities: - - uid: 9 + - uid: 1021 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,0.5 + pos: -13.5,1.5 parent: 3 - - uid: 15 + - uid: 1024 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,0.5 + pos: 14.5,1.5 parent: 3 -- proto: Poweredlight - entities: - - uid: 49 + - uid: 1167 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,24.5 + pos: 2.5,10.5 parent: 3 - - uid: 52 +- proto: PowerCellRecharger + entities: + - uid: 1025 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,24.5 + pos: 5.5,-2.5 parent: 3 - - uid: 77 +- proto: Poweredlight + entities: + - uid: 510 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,20.5 + pos: 5.5,6.5 parent: 3 - - uid: 1089 + - uid: 512 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,9.5 + rot: -1.5707963267948966 rad + pos: 7.5,9.5 parent: 3 - - uid: 1090 + - uid: 525 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,15.5 + pos: -4.5,6.5 parent: 3 - - uid: 1091 + - uid: 768 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad - pos: -1.5,15.5 + pos: -2.5,3.5 parent: 3 - - uid: 1092 + - uid: 769 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,9.5 + rot: 1.5707963267948966 rad + pos: -1.5,16.5 parent: 3 - - uid: 1095 + - uid: 770 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: -10.5,0.5 + rot: 1.5707963267948966 rad + pos: -7.5,1.5 parent: 3 - - uid: 1096 + - uid: 771 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 11.5,0.5 + rot: -1.5707963267948966 rad + pos: 3.5,3.5 parent: 3 - - uid: 1097 + - uid: 772 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: -1.5707963267948966 rad - pos: 14.5,-7.5 + pos: 8.5,1.5 parent: 3 - - uid: 1098 + - uid: 773 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-5.5 + rot: 3.141592653589793 rad + pos: -0.5,23.5 parent: 3 - - uid: 1099 + - uid: 775 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: -7.5,-5.5 parent: 3 - - uid: 1100 + - uid: 777 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-7.5 + rot: -1.5707963267948966 rad + pos: 8.5,-5.5 parent: 3 - - uid: 1102 + - uid: 778 + components: + - type: Transform + pos: -10.5,0.5 + parent: 3 + - uid: 1069 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: -1.5707963267948966 rad - pos: -4.5,-2.5 + pos: 2.5,11.5 parent: 3 - - uid: 1103 + - uid: 1171 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad - pos: 5.5,-2.5 + pos: -13.5,-6.5 parent: 3 - - uid: 1105 + - uid: 1172 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: -1.5707963267948966 rad - pos: 3.5,-1.5 + pos: 14.5,-6.5 parent: 3 - - uid: 1106 + - uid: 1173 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: -0.5,-4.5 + rot: 1.5707963267948966 rad + pos: -11.5,4.5 parent: 3 - - uid: 1107 + - uid: 1174 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 1.5,-4.5 + rot: 1.5707963267948966 rad + pos: 12.5,4.5 parent: 3 - - uid: 1108 + - uid: 1177 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad - pos: -6.5,2.5 + pos: -6.5,9.5 parent: 3 - - uid: 1109 + - uid: 1178 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,2.5 + pos: 11.5,0.5 parent: 3 - - uid: 1163 +- proto: PoweredlightColoredRed + entities: + - uid: 151 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,8.5 + rot: 3.141592653589793 rad + pos: 0.5,-7.5 parent: 3 - - uid: 1164 + - uid: 152 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-4.5 + pos: 2.5,-0.5 parent: 3 - - uid: 1165 +- proto: PoweredSmallLight + entities: + - uid: 1183 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,8.5 + rot: 3.141592653589793 rad + pos: 16.5,-2.5 parent: 3 - - uid: 1166 + - uid: 1184 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 12.5,5.5 + rot: 3.141592653589793 rad + pos: -15.5,-2.5 parent: 3 - - uid: 1167 +- proto: Protolathe + entities: + - uid: 644 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: -11.5,5.5 + pos: -2.5,1.5 parent: 3 - - uid: 1168 +- proto: Rack + entities: + - uid: 53 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad - pos: 12.5,-4.5 + pos: 3.5,-1.5 parent: 3 - - uid: 1169 + - uid: 75 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad - pos: 8.5,-2.5 + pos: 3.5,-0.5 parent: 3 - - uid: 1170 + - uid: 201 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-2.5 + rot: 1.5707963267948966 rad + pos: 0.5,-2.5 parent: 3 - - uid: 1171 +- proto: RandomDrinkGlass + entities: + - uid: 527 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-4.5 + pos: -0.5,12.5 parent: 3 - - uid: 1172 +- proto: RandomFoodMeal + entities: + - uid: 1002 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,-4.5 + pos: 2.5,12.5 + parent: 3 +- proto: RandomFoodSingle + entities: + - uid: 1078 + components: + - type: Transform + pos: 2.5,11.5 parent: 3 - - uid: 1173 +- proto: RandomPosterContraband + entities: + - uid: 1228 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-1.5 + pos: 11.5,5.5 parent: 3 - - uid: 1174 + - uid: 1229 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,2.5 + pos: 7.5,12.5 parent: 3 - - uid: 1175 +- proto: RandomPosterLegit + entities: + - uid: 1070 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,2.5 + pos: 3.5,16.5 parent: 3 - - uid: 1176 + - uid: 1071 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: -5.5,12.5 + pos: -7.5,5.5 parent: 3 - - uid: 1177 + - uid: 1073 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 6.5,12.5 + pos: -7.5,6.5 parent: 3 - - uid: 1178 + - uid: 1074 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: -0.5,22.5 + pos: 8.5,6.5 parent: 3 - - uid: 1547 + - uid: 1075 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: -0.5,7.5 + pos: 8.5,5.5 parent: 3 - - uid: 1569 + - uid: 1077 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 1.5,7.5 + pos: -2.5,14.5 parent: 3 - - uid: 1570 + - uid: 1082 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: -6.5,6.5 + pos: -8.5,0.5 parent: 3 - - uid: 1571 + - uid: 1083 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 7.5,6.5 + pos: 9.5,0.5 parent: 3 -- proto: Protolathe - entities: - - uid: 946 + - uid: 1257 components: - type: Transform - pos: 2.5,9.5 + pos: 3.5,15.5 parent: 3 -- proto: Rack +- proto: RandomSpawner entities: - - uid: 1 + - uid: 1016 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-1.5 + pos: 1.5,16.5 parent: 3 - - uid: 18 + - uid: 1212 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,3.5 + pos: -10.5,0.5 parent: 3 - - uid: 44 + - uid: 1217 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-2.5 + pos: 5.5,5.5 parent: 3 - - uid: 69 + - uid: 1218 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-1.5 + pos: 5.5,4.5 parent: 3 - - uid: 597 + - uid: 1219 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-1.5 + pos: 0.5,-5.5 parent: 3 -- proto: RandomDrinkGlass - entities: - - uid: 541 + - uid: 1220 components: - type: Transform - pos: -0.5,14.5 + pos: 12.5,3.5 parent: 3 - - uid: 542 + - uid: 1221 components: - type: Transform pos: -0.5,15.5 parent: 3 -- proto: RandomFoodMeal - entities: - - uid: 80 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,12.5 - parent: 3 -- proto: RandomInstruments +- proto: RandomSpawner100 entities: - - uid: 1572 + - uid: 650 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,12.5 + pos: 12.5,5.5 parent: 3 -- proto: ReinforcedPlasmaWindow - entities: - - uid: 331 + - uid: 651 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-5.5 + pos: 1.5,11.5 parent: 3 - - uid: 332 + - uid: 1185 components: - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,-5.5 + pos: -4.5,5.5 parent: 3 - - uid: 337 + - uid: 1186 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-3.5 + pos: 12.5,-2.5 parent: 3 - - uid: 338 + - uid: 1187 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-3.5 + pos: 10.5,-1.5 parent: 3 - - uid: 339 + - uid: 1188 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-5.5 + pos: 6.5,9.5 parent: 3 - - uid: 340 + - uid: 1189 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-3.5 + pos: -9.5,-1.5 parent: 3 - - uid: 341 + - uid: 1190 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-3.5 + pos: -0.5,13.5 parent: 3 - - uid: 385 + - uid: 1202 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-5.5 + pos: 2.5,17.5 parent: 3 -- proto: ReinforcedWindow +- proto: ReinforcedPlasmaWindow entities: - - uid: 90 + - uid: 199 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,25.5 + rot: 3.141592653589793 rad + pos: -7.5,-4.5 parent: 3 - - uid: 431 + - uid: 200 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,24.5 + rot: 3.141592653589793 rad + pos: -5.5,-4.5 parent: 3 - - uid: 524 + - uid: 256 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,27.5 + rot: 3.141592653589793 rad + pos: 6.5,-4.5 parent: 3 - - uid: 727 + - uid: 290 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,26.5 + rot: 3.141592653589793 rad + pos: 8.5,-4.5 parent: 3 - - uid: 737 + - uid: 331 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,27.5 + rot: 3.141592653589793 rad + pos: -11.5,-5.5 parent: 3 - - uid: 942 + - uid: 332 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,27.5 + rot: 3.141592653589793 rad + pos: -13.5,-5.5 parent: 3 - - uid: 1344 + - uid: 339 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,24.5 + rot: 3.141592653589793 rad + pos: 12.5,-5.5 parent: 3 - - uid: 1376 + - uid: 385 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,26.5 + rot: 3.141592653589793 rad + pos: 14.5,-5.5 parent: 3 - - uid: 1412 + - uid: 571 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,25.5 + rot: 3.141592653589793 rad + pos: 6.5,-7.5 parent: 3 -- proto: RemoteSignaller - entities: - - uid: 82 + - uid: 608 components: - - type: MetaData - name: Left APE controller - type: Transform - pos: 5.5852942,-1.4258032 + rot: 3.141592653589793 rad + pos: -5.5,-7.5 parent: 3 - - type: DeviceLinkSource - linkedPorts: - 216: - - Pressed: Toggle - - uid: 83 + - uid: 609 components: - - type: MetaData - name: Left APE controller - type: Transform - pos: -4.453634,-1.4258032 + rot: 3.141592653589793 rad + pos: -7.5,-7.5 parent: 3 - - type: DeviceLinkSource - linkedPorts: - 153: - - Pressed: Toggle -- proto: ResearchAndDevelopmentServer - entities: - - uid: 941 + - uid: 613 components: - type: Transform - pos: -6.5,9.5 + rot: 3.141592653589793 rad + pos: 8.5,-7.5 parent: 3 -- proto: SignalButton +- proto: ReinforcedWindow entities: - - uid: 369 + - uid: 81 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-4.5 + pos: -0.5,22.5 parent: 3 - - type: DeviceLinkSource - linkedPorts: - 395: - - Pressed: Toggle - - uid: 370 + - uid: 90 components: - type: Transform rot: 1.5707963267948966 rad - pos: -14.5,-3.5 + pos: 2.5,25.5 parent: 3 - - type: DeviceLinkSource - linkedPorts: - 333: - - Pressed: Toggle - 348: - - Pressed: Toggle - 349: - - Pressed: Toggle - - uid: 372 + - uid: 162 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-1.5 + pos: 4.5,-1.5 parent: 3 - - type: DeviceLinkSource - linkedPorts: - 350: - - Pressed: Toggle - 351: - - Pressed: Toggle - 352: - - Pressed: Toggle - - uid: 373 + - uid: 414 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-2.5 + pos: 1.5,22.5 parent: 3 - - type: DeviceLinkSource - linkedPorts: - 42: - - Pressed: Toggle - - uid: 374 + - uid: 431 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-1.5 + rot: 1.5707963267948966 rad + pos: 2.5,24.5 parent: 3 - - type: DeviceLinkSource - linkedPorts: - 353: - - Pressed: Toggle - 354: - - Pressed: Toggle - 355: - - Pressed: Toggle - - uid: 375 + - uid: 471 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,-4.5 + pos: -0.5,8.5 parent: 3 - - type: DeviceLinkSource - linkedPorts: - 389: - - Pressed: Toggle - - uid: 376 + - uid: 506 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,-3.5 + rot: 1.5707963267948966 rad + pos: -11.5,6.5 parent: 3 - - type: DeviceLinkSource - linkedPorts: - 358: - - Pressed: Toggle - 357: - - Pressed: Toggle - 356: - - Pressed: Toggle - - uid: 400 + - uid: 524 components: - type: Transform rot: 1.5707963267948966 rad - pos: -8.5,-2.5 + pos: 1.5,27.5 parent: 3 - - type: DeviceLinkSource - linkedPorts: - 388: - - Pressed: Toggle -- proto: SignAnomaly - entities: - - uid: 1558 + - uid: 578 components: - type: Transform - pos: -3.5,5.5 + pos: -2.5,13.5 parent: 3 - - uid: 1559 + - uid: 611 components: - type: Transform - pos: 4.5,5.5 + rot: 1.5707963267948966 rad + pos: 9.5,-1.5 parent: 3 -- proto: SignAnomaly2 - entities: - - uid: 226 + - uid: 622 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,14.5 + pos: 1.5,19.5 parent: 3 -- proto: SignAtmosMinsky - entities: - - uid: 459 + - uid: 623 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-5.5 + pos: 1.5,8.5 parent: 3 -- proto: SignDanger - entities: - - uid: 1560 + - uid: 624 components: - type: Transform - pos: -3.5,3.5 + pos: -3.5,4.5 parent: 3 - - uid: 1561 + - uid: 628 components: - type: Transform - pos: 4.5,3.5 + pos: -3.5,-1.5 parent: 3 -- proto: SignDirectionalBar - entities: - - uid: 1270 + - uid: 630 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,1.5 + pos: -0.5,19.5 parent: 3 -- proto: SignDirectionalBridge - entities: - - uid: 1017 + - uid: 632 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,8.5 + pos: 4.5,4.5 parent: 3 -- proto: SignDirectionalCryo - entities: - - uid: 955 + - uid: 638 components: - type: Transform - pos: -1.5,8.5 + pos: -2.5,12.5 parent: 3 - - uid: 1012 + - uid: 657 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,0.5 + rot: 1.5707963267948966 rad + pos: -8.5,-1.5 parent: 3 - - uid: 1056 + - uid: 725 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,1.5 + pos: -2.5,11.5 parent: 3 -- proto: SignDirectionalEng - entities: - - uid: 994 + - uid: 726 components: - type: Transform - pos: 1.5,8.5 + pos: 3.5,13.5 parent: 3 -- proto: SignDirectionalJanitor - entities: - - uid: 1466 + - uid: 727 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,1.5 + rot: 1.5707963267948966 rad + pos: 2.5,26.5 parent: 3 -- proto: SignDirectionalSci - entities: - - uid: 970 + - uid: 728 components: - type: Transform - pos: -0.5,8.5 + pos: 3.5,12.5 parent: 3 -- proto: SignDisposalSpace - entities: - - uid: 1291 + - uid: 729 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-2.5 + pos: 3.5,11.5 parent: 3 - - uid: 1599 + - uid: 737 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-2.5 + rot: 1.5707963267948966 rad + pos: 0.5,27.5 parent: 3 -- proto: SignEngine - entities: - - uid: 1058 + - uid: 739 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,1.5 + pos: 5.5,11.5 parent: 3 -- proto: SignEngineering - entities: - - uid: 993 + - uid: 895 components: - type: Transform rot: 3.141592653589793 rad - pos: 3.5,0.5 + pos: 12.5,6.5 parent: 3 -- proto: SignMedical - entities: - - uid: 1517 + - uid: 942 components: - type: Transform rot: 1.5707963267948966 rad - pos: -12.5,2.5 + pos: -0.5,27.5 parent: 3 -- proto: SinkWide - entities: - - uid: 676 + - uid: 1044 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,4.5 + pos: -5.5,14.5 parent: 3 -- proto: SMESBasic - entities: - - uid: 488 + - uid: 1067 components: - type: Transform - pos: 3.5,-0.5 + rot: 3.141592653589793 rad + pos: -3.5,5.5 parent: 3 -- proto: soda_dispenser - entities: - - uid: 1286 + - uid: 1068 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,13.5 + rot: 3.141592653589793 rad + pos: 4.5,5.5 parent: 3 -- proto: SpawnPointBartender - entities: - - uid: 1271 + - uid: 1175 components: - type: Transform - pos: -1.5,13.5 + pos: -1.5,0.5 parent: 3 -- proto: SpawnPointLatejoin - entities: - - uid: 1339 + - uid: 1225 components: - type: Transform - pos: -11.5,4.5 + pos: 7.5,11.5 parent: 3 -- proto: SpawnPointResearchDirector - entities: - - uid: 1288 + - uid: 1344 components: - type: Transform - pos: 0.5,20.5 + rot: 1.5707963267948966 rad + pos: -1.5,24.5 parent: 3 -- proto: SpawnPointScientist - entities: - - uid: 1579 + - uid: 1376 components: - type: Transform - pos: -12.5,-2.5 + rot: 1.5707963267948966 rad + pos: -1.5,26.5 parent: 3 - - uid: 1580 + - uid: 1412 components: - type: Transform - pos: 13.5,-2.5 + rot: 1.5707963267948966 rad + pos: -1.5,25.5 parent: 3 -- proto: SpawnPointStationEngineer +- proto: ResearchAndDevelopmentServer entities: - - uid: 543 + - uid: 159 components: - type: Transform - pos: 2.5,-0.5 + pos: -6.5,9.5 parent: 3 -- proto: StoolBar +- proto: ScienceTechFab entities: - - uid: 1272 + - uid: 646 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,14.5 + pos: 5.5,-3.5 parent: 3 - - uid: 1273 +- proto: SignalButton + entities: + - uid: 762 components: + - type: MetaData + name: blast door button - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,15.5 + rot: 3.141592653589793 rad + pos: 11.5,-3.5 + parent: 3 + - type: DeviceLinkSource + linkedPorts: + 1026: + - Pressed: Toggle + - uid: 765 + components: + - type: MetaData + name: blast door button + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-3.5 parent: 3 - - uid: 1274 + - type: DeviceLinkSource + linkedPorts: + 1029: + - Pressed: Toggle + - uid: 766 components: + - type: MetaData + name: blast door button - type: Transform rot: -1.5707963267948966 rad - pos: 0.5,16.5 + pos: 9.5,-2.5 parent: 3 -- proto: SubstationBasic - entities: - - uid: 490 + - type: DeviceLinkSource + linkedPorts: + 1027: + - Pressed: Toggle + - uid: 767 components: + - type: MetaData + name: blast door button - type: Transform - pos: 1.5,-2.5 + rot: 1.5707963267948966 rad + pos: -8.5,-2.5 parent: 3 -- proto: TableCounterMetal + - type: DeviceLinkSource + linkedPorts: + 1028: + - Pressed: Toggle +- proto: SignAnomaly entities: - - uid: 7 + - uid: 749 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-0.5 + rot: -1.5707963267948966 rad + pos: -10.5,-4.5 parent: 3 - - uid: 8 + - uid: 750 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,0.5 + rot: -1.5707963267948966 rad + pos: 11.5,-4.5 parent: 3 - - uid: 84 + - uid: 764 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-0.5 + pos: -14.5,-3.5 parent: 3 - - uid: 115 + - uid: 1193 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,0.5 + pos: 15.5,-3.5 parent: 3 - - uid: 450 +- proto: SignAnomaly2 + entities: + - uid: 733 components: - type: Transform - pos: 7.5,9.5 + rot: 3.141592653589793 rad + pos: -16.5,0.5 parent: 3 - - uid: 451 + - uid: 743 components: - type: Transform - pos: 7.5,8.5 + rot: 3.141592653589793 rad + pos: 17.5,0.5 parent: 3 - - uid: 954 + - uid: 1040 components: - type: Transform - pos: 2.5,12.5 + pos: -3.5,3.5 parent: 3 - - uid: 956 + - uid: 1042 components: - type: Transform - pos: 2.5,13.5 + pos: 4.5,3.5 parent: 3 -- proto: TableCounterWood +- proto: SignAtmosMinsky entities: - - uid: 1275 + - uid: 459 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,12.5 + rot: 3.141592653589793 rad + pos: 2.5,-5.5 parent: 3 - - uid: 1276 +- proto: SignBar + entities: + - uid: 734 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,12.5 + rot: 3.141592653589793 rad + pos: -2.5,10.5 parent: 3 - - uid: 1277 +- proto: SignBridge + entities: + - uid: 1043 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,13.5 + pos: -1.5,19.5 parent: 3 - - uid: 1278 +- proto: SignCryogenicsMed + entities: + - uid: 542 components: - type: Transform rot: -1.5707963267948966 rad - pos: -0.5,14.5 + pos: -12.5,2.5 parent: 3 - - uid: 1279 +- proto: SignDanger + entities: + - uid: 1194 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,14.5 + pos: -3.5,6.5 parent: 3 - - uid: 1280 + - uid: 1195 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,15.5 + pos: 4.5,6.5 parent: 3 - - uid: 1281 +- proto: SignDirectionalBar + entities: + - uid: 1034 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,16.5 + rot: 3.141592653589793 rad + pos: -1.5,8.5 parent: 3 -- proto: TelecomServerFilledShuttle +- proto: SignDirectionalBridge entities: - - uid: 445 + - uid: 1033 components: - type: Transform - pos: -5.5,12.5 + rot: 3.141592653589793 rad + pos: 2.5,8.5 parent: 3 -- proto: Thruster +- proto: SignEngine entities: - - uid: 48 + - uid: 24 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-4.5 + pos: -0.5,0.5 parent: 3 - - uid: 59 +- proto: SignEngineering + entities: + - uid: 1081 components: - type: Transform - pos: 3.5,20.5 + pos: 2.5,0.5 parent: 3 - - uid: 70 +- proto: SignJanitor + entities: + - uid: 489 components: - type: Transform - pos: 6.5,17.5 + rot: -1.5707963267948966 rad + pos: 13.5,2.5 parent: 3 - - uid: 74 +- proto: SignMorgue + entities: + - uid: 401 components: - type: Transform - pos: 12.5,10.5 + rot: -1.5707963267948966 rad + pos: -3.5,-3.5 parent: 3 - - uid: 217 +- proto: SignRND + entities: + - uid: 744 components: - type: Transform - pos: 10.5,2.5 + rot: -1.5707963267948966 rad + pos: 4.5,-0.5 parent: 3 - - uid: 326 +- proto: SignRobo + entities: + - uid: 488 components: - type: Transform - pos: -11.5,10.5 + pos: -3.5,-0.5 parent: 3 - - uid: 327 +- proto: SignScience1 + entities: + - uid: 745 components: - type: Transform rot: -1.5707963267948966 rad - pos: 9.5,5.5 + pos: -16.5,-3.5 parent: 3 - - uid: 328 + - uid: 1227 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-4.5 + rot: 1.5707963267948966 rad + pos: 3.5,19.5 parent: 3 - - uid: 329 +- proto: SignScience2 + entities: + - uid: 738 components: - type: Transform rot: -1.5707963267948966 rad - pos: 9.5,6.5 + pos: 17.5,-3.5 parent: 3 - - uid: 334 + - uid: 1226 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,4.5 + rot: 1.5707963267948966 rad + pos: -2.5,19.5 parent: 3 - - uid: 335 +- proto: SignSurgery + entities: + - uid: 398 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,4.5 + rot: -1.5707963267948966 rad + pos: -3.5,-2.5 parent: 3 - - uid: 344 +- proto: SignTelecomms + entities: + - uid: 1006 components: - type: Transform - pos: -2.5,20.5 + rot: 3.141592653589793 rad + pos: -6.5,7.5 parent: 3 - - uid: 377 +- proto: SinkWide + entities: + - uid: 676 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,5.5 + rot: -1.5707963267948966 rad + pos: 12.5,4.5 parent: 3 - - uid: 378 +- proto: SMESBasic + entities: + - uid: 23 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,3.5 + pos: 3.5,-3.5 parent: 3 - - uid: 381 +- proto: SolidSecretDoor + entities: + - uid: 625 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-10.5 + pos: -5.5,12.5 parent: 3 - - uid: 383 +- proto: SpawnMobSmile + entities: + - uid: 1211 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-10.5 + pos: 0.5,14.5 parent: 3 - - uid: 384 +- proto: SpawnPointBartender + entities: + - uid: 528 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-10.5 + pos: -1.5,11.5 parent: 3 - - uid: 386 +- proto: SpawnPointLatejoin + entities: + - uid: 1339 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-10.5 + pos: -11.5,4.5 parent: 3 - - uid: 401 +- proto: SpawnPointScientist + entities: + - uid: 546 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-9.5 + pos: 7.5,-0.5 parent: 3 - - uid: 540 + - uid: 1088 components: - type: Transform - pos: -5.5,17.5 + pos: -6.5,-0.5 parent: 3 - - uid: 544 +- proto: SpawnPointStationEngineer + entities: + - uid: 415 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,3.5 + pos: 2.5,-1.5 parent: 3 - - uid: 546 +- proto: StoolBar + entities: + - uid: 543 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-9.5 + pos: 0.5,13.5 parent: 3 - - uid: 547 + - uid: 555 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-9.5 + rot: -1.5707963267948966 rad + pos: 0.5,12.5 parent: 3 - - uid: 549 + - uid: 556 components: - type: Transform rot: 1.5707963267948966 rad - pos: -8.5,6.5 + pos: 0.5,11.5 parent: 3 - - uid: 552 + - uid: 1169 components: - type: Transform - pos: -9.5,2.5 + rot: 3.141592653589793 rad + pos: 0.5,10.5 parent: 3 -- proto: ToyAi +- proto: StorageCanister entities: - - uid: 1562 + - uid: 487 components: - type: Transform - pos: 0.49317026,4.358873 + pos: 1.5,-7.5 parent: 3 -- proto: VendingMachineEngiDrobe - entities: - - uid: 1574 + - type: AtmosDevice + joinedGrid: 3 + - uid: 1213 components: - type: Transform - pos: 1.5,7.5 + pos: 1.5,-6.5 parent: 3 -- proto: VendingMachineSciDrobe + - type: AtmosDevice + joinedGrid: 3 +- proto: SubstationBasic entities: - - uid: 1573 + - uid: 341 components: - type: Transform - pos: -0.5,7.5 + pos: 3.5,-2.5 parent: 3 -- proto: WallReinforced +- proto: SuitStorageCaptain entities: - - uid: 5 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: -16.5,0.5 - parent: 3 - - uid: 10 + - uid: 1253 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,9.5 + pos: -1.5,18.5 parent: 3 - - uid: 11 +- proto: SuitStorageRD + entities: + - uid: 1256 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,16.5 + pos: -1.5,17.5 parent: 3 - - uid: 17 +- proto: Table + entities: + - uid: 277 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: -10.5,-4.5 + rot: -1.5707963267948966 rad + pos: 5.5,-2.5 parent: 3 - - uid: 24 + - uid: 391 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 16.5,0.5 + rot: -1.5707963267948966 rad + pos: -4.5,-0.5 parent: 3 - - uid: 26 + - uid: 397 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 16.5,-3.5 + rot: -1.5707963267948966 rad + pos: -4.5,-1.5 parent: 3 - - uid: 32 + - uid: 476 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-7.5 + pos: -4.5,0.5 parent: 3 - - uid: 51 + - uid: 519 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-3.5 + pos: -9.5,-2.5 parent: 3 - - uid: 54 + - uid: 547 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 15.5,0.5 + rot: 3.141592653589793 rad + pos: 2.5,12.5 parent: 3 - - uid: 55 + - uid: 548 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 17.5,0.5 + rot: 3.141592653589793 rad + pos: 2.5,11.5 parent: 3 - - uid: 56 + - uid: 654 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,17.5 + rot: 3.141592653589793 rad + pos: 2.5,13.5 parent: 3 - - uid: 60 + - uid: 658 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,13.5 + pos: -10.5,-2.5 parent: 3 - - uid: 64 + - uid: 659 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,16.5 + pos: 11.5,-2.5 parent: 3 - - uid: 71 + - uid: 660 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,17.5 + pos: 10.5,-2.5 parent: 3 - - uid: 73 + - uid: 677 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,7.5 + pos: 5.5,-0.5 parent: 3 - - uid: 75 + - uid: 678 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,13.5 + pos: 5.5,-1.5 parent: 3 - - uid: 78 + - uid: 679 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 17.5,-3.5 + pos: 5.5,0.5 parent: 3 - - uid: 86 +- proto: TableCarpet + entities: + - uid: 1248 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,16.5 + pos: 1.5,17.5 parent: 3 - - uid: 87 +- proto: TableCounterMetal + entities: + - uid: 450 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,15.5 + pos: 7.5,9.5 parent: 3 - - uid: 88 + - uid: 451 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,7.5 + pos: 7.5,8.5 parent: 3 - - uid: 89 +- proto: TableReinforced + entities: + - uid: 6 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,28.5 + pos: -0.5,23.5 parent: 3 - - uid: 91 + - uid: 383 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,18.5 + pos: 1.5,26.5 parent: 3 - - uid: 92 + - uid: 384 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,19.5 + pos: -0.5,26.5 parent: 3 - - uid: 93 + - uid: 386 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,17.5 + pos: 0.5,26.5 parent: 3 - - uid: 94 + - uid: 406 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,18.5 + pos: 1.5,23.5 parent: 3 - - uid: 95 +- proto: TableWoodReinforced + entities: + - uid: 167 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,16.5 + pos: -0.5,13.5 parent: 3 - - uid: 96 + - uid: 500 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,15.5 + pos: -0.5,9.5 parent: 3 - - uid: 97 + - uid: 501 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,14.5 + pos: -0.5,10.5 parent: 3 - - uid: 99 + - uid: 544 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,7.5 + pos: -0.5,11.5 parent: 3 - - uid: 100 + - uid: 551 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,8.5 + pos: -0.5,12.5 parent: 3 - - uid: 101 + - uid: 553 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad - pos: -2.5,10.5 + pos: -0.5,14.5 parent: 3 - - uid: 102 +- proto: TelecomServerFilledShuttle + entities: + - uid: 998 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,7.5 + pos: -5.5,11.5 parent: 3 - - uid: 103 + - type: ContainerContainer + containers: + key_slots: !type:Container + showEnts: False + occludes: True + ents: + - 1000 + - 587 + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] +- proto: Thruster + entities: + - uid: 21 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,11.5 + rot: -1.5707963267948966 rad + pos: 2.5,-9.5 parent: 3 - - uid: 104 + - uid: 28 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,8.5 + rot: 3.141592653589793 rad + pos: -0.5,-9.5 parent: 3 - - uid: 105 + - uid: 46 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad - pos: 3.5,8.5 + pos: -1.5,-9.5 parent: 3 - - uid: 106 + - uid: 52 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,20.5 + pos: -8.5,6.5 parent: 3 - - uid: 107 + - uid: 58 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,21.5 + rot: 3.141592653589793 rad + pos: 1.5,-9.5 parent: 3 - - uid: 108 + - uid: 59 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,22.5 + pos: 3.5,20.5 parent: 3 - - uid: 109 + - uid: 61 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,22.5 + pos: 9.5,6.5 parent: 3 - - uid: 110 + - uid: 62 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,21.5 + rot: 3.141592653589793 rad + pos: -6.5,-10.5 parent: 3 - - uid: 112 + - uid: 64 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,20.5 + rot: 3.141592653589793 rad + pos: 6.5,-10.5 parent: 3 - - uid: 116 + - uid: 70 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,9.5 + pos: 6.5,17.5 parent: 3 - - uid: 117 + - uid: 74 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,10.5 + rot: 3.141592653589793 rad + pos: -5.5,-10.5 parent: 3 - - uid: 118 + - uid: 76 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,12.5 + rot: -1.5707963267948966 rad + pos: 9.5,3.5 parent: 3 - - uid: 119 + - uid: 79 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,11.5 + rot: -1.5707963267948966 rad + pos: 9.5,4.5 parent: 3 - - uid: 120 + - uid: 83 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,13.5 + rot: -1.5707963267948966 rad + pos: 9.5,5.5 parent: 3 - - uid: 121 + - uid: 134 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,19.5 + pos: -9.5,2.5 parent: 3 - - uid: 122 + - uid: 138 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad - pos: 7.5,14.5 + pos: -8.5,3.5 parent: 3 - - uid: 123 + - uid: 140 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad - pos: 7.5,13.5 + pos: -8.5,4.5 parent: 3 - - uid: 124 + - type: Thruster + enabled: False + - uid: 217 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 5.5,10.5 + pos: 10.5,2.5 parent: 3 - - uid: 125 + - uid: 280 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 5.5,9.5 + rot: 1.5707963267948966 rad + pos: -8.5,5.5 parent: 3 - - uid: 126 + - uid: 344 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 7.5,10.5 + pos: -2.5,20.5 parent: 3 - - uid: 127 + - uid: 540 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,17.5 + pos: -5.5,17.5 parent: 3 - - uid: 128 + - uid: 559 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 7.5,12.5 + rot: 3.141592653589793 rad + pos: 7.5,-10.5 parent: 3 - - uid: 129 + - uid: 560 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad - pos: -4.5,-3.5 + pos: -7.5,-10.5 parent: 3 - - uid: 130 + - uid: 653 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 7.5,11.5 + rot: 3.141592653589793 rad + pos: 8.5,-10.5 parent: 3 - - uid: 132 + - uid: 1150 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 5.5,11.5 + rot: 3.141592653589793 rad + pos: 0.5,-9.5 parent: 3 - - uid: 133 +- proto: ToyAi + entities: + - uid: 1198 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,16.5 + pos: 0.5,3.5 parent: 3 - - uid: 134 +- proto: VendingMachineBooze + entities: + - uid: 552 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,15.5 + pos: -1.5,9.5 parent: 3 - - uid: 135 +- proto: VendingMachineEngiDrobe + entities: + - uid: 472 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,14.5 + pos: 2.5,7.5 parent: 3 - - uid: 136 +- proto: VendingMachineGeneDrobe + entities: + - uid: 558 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,10.5 + pos: -5.5,13.5 parent: 3 - - uid: 137 +- proto: VendingMachineRoboDrobe + entities: + - uid: 566 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,9.5 + pos: -7.5,-3.5 parent: 3 - - uid: 138 +- proto: VendingMachineRobotics + entities: + - uid: 175 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,6.5 + pos: -7.5,-2.5 parent: 3 - - uid: 139 +- proto: VendingMachineSciDrobe + entities: + - uid: 522 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,8.5 + pos: -1.5,7.5 parent: 3 - - uid: 140 +- proto: WallReinforced + entities: + - uid: 1 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,7.5 + rot: 3.141592653589793 rad + pos: 5.5,-8.5 parent: 3 - - uid: 142 + - uid: 4 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,6.5 + rot: -1.5707963267948966 rad + pos: -4.5,17.5 parent: 3 - - uid: 143 + - uid: 5 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 11.5,5.5 + pos: -16.5,0.5 parent: 3 - - uid: 144 + - uid: 7 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 11.5,4.5 + rot: -1.5707963267948966 rad + pos: -4.5,16.5 parent: 3 - - uid: 145 + - uid: 8 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 11.5,2.5 + rot: -1.5707963267948966 rad + pos: -4.5,15.5 parent: 3 - - uid: 146 + - uid: 9 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 11.5,3.5 + rot: -1.5707963267948966 rad + pos: -4.5,13.5 parent: 3 - - uid: 147 + - uid: 10 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad - pos: 11.5,1.5 + pos: -2.5,9.5 parent: 3 - - uid: 149 + - uid: 11 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad - pos: 13.5,3.5 + pos: -6.5,16.5 parent: 3 - - uid: 150 + - uid: 15 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 13.5,5.5 + rot: 3.141592653589793 rad + pos: 5.5,-7.5 parent: 3 - - uid: 151 + - uid: 16 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,7.5 + rot: -1.5707963267948966 rad + pos: -10.5,-10.5 parent: 3 - - uid: 152 + - uid: 18 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,8.5 + rot: 3.141592653589793 rad + pos: 5.5,-4.5 parent: 3 - - uid: 154 + - uid: 20 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-11.5 + rot: -1.5707963267948966 rad + pos: -10.5,-9.5 parent: 3 - - uid: 155 + - uid: 22 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 13.5,4.5 + pos: -10.5,10.5 parent: 3 - - uid: 156 + - uid: 26 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-4.5 + pos: 16.5,-3.5 parent: 3 - - uid: 157 + - uid: 27 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad - pos: 5.5,-5.5 + pos: 2.5,20.5 parent: 3 - - uid: 158 + - uid: 29 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-6.5 + rot: -1.5707963267948966 rad + pos: -11.5,-9.5 parent: 3 - - uid: 159 + - uid: 30 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-7.5 + rot: -1.5707963267948966 rad + pos: -10.5,-6.5 parent: 3 - - uid: 161 + - uid: 31 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,2.5 + rot: -1.5707963267948966 rad + pos: -10.5,-8.5 parent: 3 - - uid: 162 + - uid: 33 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,0.5 + rot: -1.5707963267948966 rad + pos: -10.5,-7.5 parent: 3 - - uid: 163 + - uid: 34 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 15.5,-1.5 + rot: -1.5707963267948966 rad + pos: -10.5,-5.5 parent: 3 - - uid: 164 + - uid: 36 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 15.5,-3.5 + rot: -1.5707963267948966 rad + pos: -4.5,14.5 parent: 3 - - uid: 165 + - uid: 45 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 15.5,-4.5 + rot: 1.5707963267948966 rad + pos: 1.5,-8.5 parent: 3 - - uid: 166 + - uid: 55 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-12.5 + pos: 17.5,0.5 parent: 3 - - uid: 167 + - uid: 56 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad - pos: 11.5,-10.5 + pos: 3.5,17.5 parent: 3 - - uid: 168 + - uid: 63 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad - pos: 8.5,5.5 + pos: 2.5,-8.5 parent: 3 - - uid: 169 + - uid: 67 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad - pos: 9.5,-7.5 + pos: -4.5,-4.5 parent: 3 - - uid: 170 + - uid: 68 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,2.5 + rot: 3.141592653589793 rad + pos: -4.5,-7.5 parent: 3 - - uid: 171 + - uid: 69 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad - pos: 9.5,-6.5 + pos: -4.5,-5.5 parent: 3 - - uid: 172 + - uid: 72 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-5.5 + pos: 11.5,-5.5 parent: 3 - - uid: 174 + - uid: 73 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad - pos: 15.5,-10.5 + pos: -12.5,7.5 parent: 3 - - uid: 175 + - uid: 78 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,9.5 + pos: 17.5,-3.5 parent: 3 - - uid: 176 + - uid: 82 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad - pos: 15.5,-11.5 + pos: 0.5,-8.5 parent: 3 - - uid: 178 + - uid: 84 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,14.5 + rot: 3.141592653589793 rad + pos: 11.5,7.5 parent: 3 - - uid: 179 + - uid: 86 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 11.5,-4.5 + rot: 1.5707963267948966 rad + pos: 7.5,16.5 parent: 3 - - uid: 180 + - uid: 87 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 11.5,-3.5 + rot: 1.5707963267948966 rad + pos: 7.5,15.5 parent: 3 - - uid: 181 + - uid: 88 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 2.5,-5.5 + rot: 3.141592653589793 rad + pos: 11.5,6.5 parent: 3 - - uid: 182 + - uid: 89 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad - pos: 3.5,-3.5 + pos: 2.5,28.5 parent: 3 - - uid: 183 + - uid: 91 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 3.5,-4.5 + rot: 1.5707963267948966 rad + pos: 3.5,18.5 parent: 3 - - uid: 184 + - uid: 92 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 2.5,-6.5 + rot: 1.5707963267948966 rad + pos: -2.5,19.5 parent: 3 - - uid: 185 + - uid: 93 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad - pos: 2.5,-7.5 + pos: -2.5,17.5 parent: 3 - - uid: 186 + - uid: 94 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad - pos: 2.5,-8.5 + pos: -2.5,18.5 parent: 3 - - uid: 187 + - uid: 95 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad - pos: -1.5,-8.5 + pos: -2.5,16.5 parent: 3 - - uid: 188 + - uid: 96 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad - pos: -1.5,-7.5 + pos: -2.5,15.5 parent: 3 - - uid: 189 + - uid: 97 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: -2.5,-4.5 + rot: 1.5707963267948966 rad + pos: -2.5,14.5 parent: 3 - - uid: 191 + - uid: 100 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad - pos: 15.5,-9.5 + pos: 11.5,8.5 parent: 3 - - uid: 192 + - uid: 101 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-8.5 + rot: 1.5707963267948966 rad + pos: -2.5,10.5 parent: 3 - - uid: 193 + - uid: 102 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad - pos: 15.5,-7.5 + pos: 11.5,9.5 parent: 3 - - uid: 194 + - uid: 105 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad - pos: 15.5,-6.5 + pos: 11.5,5.5 parent: 3 - - uid: 195 + - uid: 106 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-5.5 + rot: -1.5707963267948966 rad + pos: 5.5,16.5 parent: 3 - - uid: 196 + - uid: 107 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: -1.5,-5.5 + rot: 1.5707963267948966 rad + pos: -1.5,21.5 parent: 3 - - uid: 197 + - uid: 108 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: -1.5,-6.5 + rot: 1.5707963267948966 rad + pos: -1.5,22.5 parent: 3 - - uid: 198 + - uid: 109 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-3.5 + rot: -1.5707963267948966 rad + pos: 5.5,17.5 parent: 3 - - uid: 199 + - uid: 110 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,7.5 + rot: -1.5707963267948966 rad + pos: 5.5,14.5 parent: 3 - - uid: 201 + - uid: 111 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-8.5 + rot: -1.5707963267948966 rad + pos: 5.5,15.5 parent: 3 - - uid: 202 + - uid: 112 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,13.5 + parent: 3 + - uid: 113 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,12.5 + parent: 3 + - uid: 115 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,12.5 + parent: 3 + - uid: 116 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad - pos: 5.5,-9.5 + pos: 3.5,9.5 parent: 3 - - uid: 203 + - uid: 117 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad - pos: 5.5,-10.5 + pos: 3.5,10.5 parent: 3 - - uid: 204 + - uid: 121 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad - pos: 10.5,1.5 + pos: 3.5,19.5 parent: 3 - - uid: 205 + - uid: 122 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-5.5 + rot: 1.5707963267948966 rad + pos: 7.5,14.5 parent: 3 - - uid: 206 + - uid: 123 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-6.5 + rot: 1.5707963267948966 rad + pos: 7.5,13.5 parent: 3 - - uid: 207 + - uid: 126 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-7.5 + pos: 7.5,10.5 parent: 3 - - uid: 208 + - uid: 127 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-8.5 + pos: -7.5,2.5 parent: 3 - - uid: 209 + - uid: 128 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-9.5 + pos: 7.5,12.5 parent: 3 - - uid: 211 + - uid: 131 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-10.5 + pos: -8.5,2.5 parent: 3 - - uid: 212 + - uid: 132 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-9.5 + pos: -10.5,2.5 parent: 3 - - uid: 213 + - uid: 133 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-8.5 + pos: -10.5,3.5 parent: 3 - - uid: 214 + - uid: 135 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad - pos: 9.5,-2.5 + pos: -1.5,-6.5 parent: 3 - - uid: 215 + - uid: 136 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 10.5,-2.5 + rot: 1.5707963267948966 rad + pos: -1.5,-7.5 parent: 3 - - uid: 219 + - uid: 137 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 11.5,-2.5 + rot: 1.5707963267948966 rad + pos: -1.5,-8.5 parent: 3 - - uid: 220 + - uid: 139 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad - pos: 8.5,3.5 + pos: 2.5,-6.5 parent: 3 - - uid: 221 + - uid: 141 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,1.5 + rot: -1.5707963267948966 rad + pos: 5.5,7.5 parent: 3 - - uid: 222 + - uid: 143 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,4.5 + rot: 3.141592653589793 rad + pos: 11.5,10.5 parent: 3 - - uid: 223 + - uid: 144 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,6.5 + pos: 11.5,4.5 parent: 3 - - uid: 224 + - uid: 145 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,7.5 + pos: 11.5,2.5 parent: 3 - - uid: 225 + - uid: 146 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 8.5,8.5 + pos: 11.5,3.5 parent: 3 - - uid: 227 + - uid: 147 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 8.5,9.5 + rot: 1.5707963267948966 rad + pos: 11.5,1.5 parent: 3 - - uid: 228 + - uid: 149 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad - pos: -6.5,15.5 + pos: 13.5,3.5 parent: 3 - - uid: 229 + - uid: 150 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,13.5 + pos: 13.5,5.5 parent: 3 - - uid: 230 + - uid: 153 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,14.5 + pos: -10.5,9.5 parent: 3 - - uid: 231 + - uid: 154 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: -4.5,11.5 + rot: 1.5707963267948966 rad + pos: 11.5,-11.5 parent: 3 - - uid: 232 + - uid: 155 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: -4.5,10.5 + pos: 13.5,4.5 parent: 3 - - uid: 233 + - uid: 157 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: -4.5,12.5 + rot: 3.141592653589793 rad + pos: 2.5,22.5 parent: 3 - - uid: 235 + - uid: 158 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: -4.5,8.5 + rot: 3.141592653589793 rad + pos: 2.5,19.5 parent: 3 - - uid: 236 + - uid: 161 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad - pos: -2.5,13.5 + pos: 14.5,2.5 parent: 3 - - uid: 237 + - uid: 165 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,12.5 + pos: 15.5,-4.5 parent: 3 - - uid: 238 + - uid: 166 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad - pos: -5.5,16.5 + pos: 11.5,-12.5 parent: 3 - - uid: 240 + - uid: 168 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: -6.5,12.5 + rot: 1.5707963267948966 rad + pos: 8.5,5.5 parent: 3 - - uid: 241 + - uid: 169 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: -6.5,11.5 + rot: 3.141592653589793 rad + pos: 9.5,-7.5 parent: 3 - - uid: 242 + - uid: 171 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: -6.5,10.5 + rot: 3.141592653589793 rad + pos: 9.5,-6.5 parent: 3 - - uid: 243 + - uid: 172 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: -7.5,8.5 + rot: 3.141592653589793 rad + pos: 9.5,-5.5 parent: 3 - - uid: 245 + - uid: 174 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: -7.5,9.5 + rot: 1.5707963267948966 rad + pos: 15.5,-10.5 parent: 3 - - uid: 246 + - uid: 176 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad - pos: -7.5,7.5 + pos: 15.5,-11.5 parent: 3 - - uid: 247 + - uid: 177 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: -10.5,3.5 + rot: 3.141592653589793 rad + pos: 5.5,-5.5 parent: 3 - - uid: 248 + - uid: 179 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: -7.5,3.5 + pos: 11.5,-4.5 parent: 3 - - uid: 249 + - uid: 180 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,2.5 + pos: 11.5,-3.5 parent: 3 - - uid: 250 + - uid: 181 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: -7.5,4.5 + pos: 2.5,-5.5 parent: 3 - - uid: 251 + - uid: 183 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,1.5 + pos: 3.5,-4.5 parent: 3 - - uid: 252 + - uid: 184 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: -7.5,6.5 + rot: 3.141592653589793 rad + pos: 5.5,-6.5 parent: 3 - - uid: 253 + - uid: 185 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: -7.5,5.5 + rot: 3.141592653589793 rad + pos: -1.5,20.5 parent: 3 - - uid: 254 + - uid: 186 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: -12.5,4.5 + rot: -1.5707963267948966 rad + pos: 3.5,8.5 parent: 3 - - uid: 255 + - uid: 187 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: -12.5,5.5 + rot: 1.5707963267948966 rad + pos: -0.5,-8.5 parent: 3 - - uid: 256 + - uid: 188 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad - pos: -10.5,6.5 + pos: 2.5,-7.5 parent: 3 - - uid: 257 + - uid: 189 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,9.5 + pos: -2.5,-4.5 parent: 3 - - uid: 258 + - uid: 190 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,8.5 + rot: 3.141592653589793 rad + pos: 2.5,23.5 parent: 3 - - uid: 259 + - uid: 191 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,9.5 + rot: 3.141592653589793 rad + pos: 15.5,-9.5 parent: 3 - - uid: 260 + - uid: 192 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,10.5 + rot: 3.141592653589793 rad + pos: 15.5,-8.5 parent: 3 - - uid: 261 + - uid: 194 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,6.5 + pos: 11.5,-6.5 + parent: 3 + - uid: 195 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-5.5 parent: 3 - - uid: 262 + - uid: 196 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: -10.5,4.5 + pos: -1.5,-5.5 parent: 3 - - uid: 263 + - uid: 198 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: -10.5,5.5 + rot: 3.141592653589793 rad + pos: 2.5,21.5 parent: 3 - - uid: 264 + - uid: 204 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad - pos: -12.5,3.5 + pos: 10.5,1.5 parent: 3 - - uid: 265 + - uid: 205 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,1.5 + pos: 11.5,-7.5 parent: 3 - - uid: 267 + - uid: 211 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad - pos: -13.5,2.5 + pos: 9.5,-10.5 parent: 3 - - uid: 269 + - uid: 212 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad - pos: -13.5,0.5 + pos: 9.5,-9.5 parent: 3 - - uid: 270 + - uid: 213 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad - pos: -14.5,-1.5 + pos: 9.5,-8.5 parent: 3 - - uid: 271 + - uid: 215 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,-5.5 + pos: 9.5,2.5 parent: 3 - - uid: 272 + - uid: 218 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,-6.5 + pos: 8.5,2.5 parent: 3 - - uid: 273 + - uid: 219 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,-7.5 + pos: -10.5,6.5 parent: 3 - - uid: 274 + - uid: 220 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,-8.5 + rot: 1.5707963267948966 rad + pos: 8.5,3.5 parent: 3 - - uid: 275 + - uid: 221 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,-9.5 + rot: 1.5707963267948966 rad + pos: 9.5,1.5 parent: 3 - - uid: 276 + - uid: 222 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad - pos: -14.5,-4.5 + pos: 8.5,4.5 parent: 3 - - uid: 277 + - uid: 223 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad - pos: -14.5,-3.5 + pos: 8.5,6.5 parent: 3 - - uid: 278 + - uid: 224 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad - pos: -10.5,-12.5 + pos: 8.5,7.5 parent: 3 - - uid: 279 + - uid: 225 + components: + - type: Transform + pos: 8.5,8.5 + parent: 3 + - uid: 227 + components: + - type: Transform + pos: 8.5,9.5 + parent: 3 + - uid: 228 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad - pos: -10.5,-11.5 + pos: -6.5,15.5 parent: 3 - - uid: 281 + - uid: 229 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad - pos: -10.5,-10.5 + pos: -6.5,13.5 parent: 3 - - uid: 282 + - uid: 230 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad - pos: -8.5,1.5 + pos: -6.5,14.5 parent: 3 - - uid: 283 + - uid: 231 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: -10.5,2.5 + pos: -10.5,5.5 parent: 3 - - uid: 284 + - uid: 233 + components: + - type: Transform + pos: -10.5,7.5 + parent: 3 + - uid: 238 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad - pos: -14.5,-10.5 + pos: -5.5,16.5 parent: 3 - - uid: 285 + - uid: 239 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad - pos: -10.5,-9.5 + pos: -4.5,-9.5 parent: 3 - - uid: 286 + - uid: 240 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-8.5 + pos: -6.5,12.5 parent: 3 - - uid: 287 + - uid: 241 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-7.5 + pos: -6.5,11.5 parent: 3 - - uid: 288 + - uid: 242 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-6.5 + pos: -6.5,10.5 parent: 3 - - uid: 289 + - uid: 243 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-5.5 + pos: -7.5,8.5 parent: 3 - - uid: 291 + - uid: 244 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-11.5 + rot: 3.141592653589793 rad + pos: -4.5,-6.5 parent: 3 - - uid: 292 + - uid: 245 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,14.5 + pos: -7.5,9.5 parent: 3 - - uid: 293 + - uid: 246 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad - pos: -9.5,-2.5 + pos: -7.5,7.5 parent: 3 - - uid: 294 + - uid: 247 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: -10.5,-2.5 + rot: 3.141592653589793 rad + pos: -4.5,-8.5 parent: 3 - - uid: 295 + - uid: 248 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-7.5 + pos: -7.5,3.5 parent: 3 - - uid: 296 + - uid: 249 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-6.5 + pos: -10.5,4.5 parent: 3 - - uid: 297 + - uid: 250 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-5.5 + pos: -7.5,4.5 parent: 3 - - uid: 298 + - uid: 251 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-4.5 + rot: 1.5707963267948966 rad + pos: -10.5,1.5 parent: 3 - - uid: 299 + - uid: 252 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-3.5 + pos: -7.5,6.5 parent: 3 - - uid: 300 + - uid: 253 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: -10.5,-3.5 + pos: -7.5,5.5 parent: 3 - - uid: 301 + - uid: 254 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-2.5 + pos: -12.5,4.5 parent: 3 - - uid: 303 + - uid: 255 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-10.5 + pos: -12.5,5.5 parent: 3 - - uid: 305 + - uid: 257 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-9.5 + pos: -3.5,7.5 parent: 3 - - uid: 306 + - uid: 258 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad - pos: -9.5,1.5 + pos: -12.5,8.5 parent: 3 - - uid: 307 + - uid: 259 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: -8.5,2.5 + rot: -1.5707963267948966 rad + pos: -2.5,8.5 parent: 3 - - uid: 308 + - uid: 260 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-9.5 + rot: -1.5707963267948966 rad + pos: 4.5,7.5 parent: 3 - - uid: 309 + - uid: 261 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-4.5 + rot: 1.5707963267948966 rad + pos: -12.5,6.5 parent: 3 - - uid: 310 + - uid: 262 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad - pos: -4.5,-5.5 + pos: 5.5,-9.5 parent: 3 - - uid: 311 + - uid: 264 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-6.5 + rot: 1.5707963267948966 rad + pos: -12.5,3.5 parent: 3 - - uid: 312 + - uid: 267 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-7.5 + rot: 1.5707963267948966 rad + pos: -13.5,2.5 parent: 3 - - uid: 314 + - uid: 269 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-9.5 + pos: -10.5,8.5 parent: 3 - - uid: 315 + - uid: 270 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: -1.5707963267948966 rad - pos: -11.5,-9.5 + pos: -10.5,-3.5 parent: 3 - - uid: 316 + - uid: 271 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-10.5 + rot: 3.141592653589793 rad + pos: -14.5,-5.5 parent: 3 - - uid: 317 + - uid: 272 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,1.5 + rot: 3.141592653589793 rad + pos: -14.5,-6.5 parent: 3 - - uid: 318 + - uid: 273 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-7.5 + rot: 3.141592653589793 rad + pos: -14.5,-7.5 parent: 3 - - uid: 319 + - uid: 274 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-7.5 + rot: 3.141592653589793 rad + pos: -14.5,-8.5 parent: 3 - - uid: 320 + - uid: 275 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-9.5 + rot: 3.141592653589793 rad + pos: -14.5,-9.5 parent: 3 - - uid: 321 + - uid: 276 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-9.5 + pos: 5.5,8.5 parent: 3 - - uid: 362 + - uid: 278 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad - pos: -3.5,-3.5 + pos: -10.5,-12.5 parent: 3 - - uid: 364 + - uid: 279 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad - pos: 9.5,-1.5 + pos: -10.5,-11.5 parent: 3 - - uid: 366 + - uid: 281 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-1.5 + rot: -1.5707963267948966 rad + pos: -10.5,-4.5 parent: 3 - - uid: 371 + - uid: 282 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-7.5 + rot: 1.5707963267948966 rad + pos: -8.5,1.5 parent: 3 - - uid: 379 + - uid: 283 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad - pos: -16.5,-3.5 + pos: 5.5,-10.5 parent: 3 - - uid: 380 + - uid: 284 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad - pos: 6.5,16.5 + pos: -14.5,-10.5 parent: 3 - - uid: 382 + - uid: 285 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,8.5 + pos: -12.5,9.5 parent: 3 - - uid: 414 + - uid: 286 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad - pos: -15.5,-3.5 + pos: -4.5,-10.5 parent: 3 - - uid: 423 + - uid: 288 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,19.5 + pos: 13.5,6.5 parent: 3 - - uid: 424 + - uid: 291 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad - pos: 2.5,19.5 + pos: -14.5,-11.5 parent: 3 - - uid: 426 + - uid: 292 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad - pos: 3.5,16.5 + pos: 3.5,14.5 parent: 3 - - uid: 430 + - uid: 295 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,15.5 + rot: 3.141592653589793 rad + pos: -8.5,-7.5 parent: 3 - - uid: 432 + - uid: 296 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,23.5 + rot: 3.141592653589793 rad + pos: -8.5,-6.5 parent: 3 - - uid: 433 + - uid: 297 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,28.5 + rot: 3.141592653589793 rad + pos: -8.5,-5.5 parent: 3 - - uid: 435 + - uid: 298 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: -11.5,6.5 + rot: 3.141592653589793 rad + pos: -8.5,-4.5 parent: 3 - - uid: 436 + - uid: 299 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad - pos: -16.5,-1.5 + pos: -8.5,-3.5 parent: 3 - - uid: 438 + - uid: 306 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad - pos: 2.5,23.5 - parent: 3 - - uid: 441 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: 12.5,6.5 + pos: -9.5,1.5 parent: 3 - - uid: 442 + - uid: 308 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: -4.5,9.5 + rot: 1.5707963267948966 rad + pos: -8.5,-9.5 parent: 3 - - uid: 443 + - uid: 314 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,14.5 + rot: -1.5707963267948966 rad + pos: -13.5,-9.5 parent: 3 - - uid: 446 + - uid: 316 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad - pos: -4.5,-8.5 + pos: -8.5,-10.5 parent: 3 - - uid: 474 + - uid: 321 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 9.5,-4.5 + rot: -1.5707963267948966 rad + pos: 14.5,-9.5 parent: 3 - - uid: 518 + - uid: 355 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,1.5 + rot: 1.5707963267948966 rad + pos: -3.5,-4.5 parent: 3 - - uid: 536 + - uid: 360 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,1.5 + rot: 1.5707963267948966 rad + pos: 4.5,-4.5 parent: 3 - - uid: 550 + - uid: 368 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 5.5,-3.5 + pos: -4.5,7.5 parent: 3 - - uid: 564 + - uid: 370 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,-4.5 + pos: -4.5,9.5 parent: 3 - - uid: 565 + - uid: 371 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-8.5 + pos: -4.5,8.5 parent: 3 - - uid: 567 + - uid: 379 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: -4.5,15.5 + rot: 3.141592653589793 rad + pos: -16.5,-3.5 parent: 3 - - uid: 586 + - uid: 380 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-4.5 + rot: 1.5707963267948966 rad + pos: 6.5,16.5 parent: 3 - - uid: 599 + - uid: 390 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 5.5,12.5 + pos: 5.5,10.5 parent: 3 - - uid: 720 + - uid: 393 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 17.5,-1.5 + rot: 1.5707963267948966 rad + pos: 9.5,-3.5 parent: 3 - - uid: 726 + - uid: 409 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 4.5,-3.5 + pos: 5.5,9.5 parent: 3 - - uid: 729 + - uid: 423 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: -15.5,0.5 + rot: 1.5707963267948966 rad + pos: -1.5,19.5 parent: 3 - - uid: 730 + - uid: 426 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: -14.5,0.5 + rot: 1.5707963267948966 rad + pos: 3.5,16.5 parent: 3 - - uid: 953 + - uid: 430 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad - pos: 2.5,27.5 + pos: 3.5,15.5 parent: 3 - - uid: 1307 + - uid: 432 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad - pos: -1.5,27.5 + pos: -1.5,23.5 parent: 3 -- proto: WallSolid - entities: - - uid: 16 + - uid: 433 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-7.5 + rot: 1.5707963267948966 rad + pos: -1.5,28.5 parent: 3 - - uid: 20 + - uid: 474 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: -12.5,9.5 + pos: 9.5,-4.5 parent: 3 - - uid: 23 + - uid: 507 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad - pos: 0.5,-7.5 + pos: 10.5,-3.5 parent: 3 - - uid: 29 + - uid: 518 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad - pos: 1.5,-7.5 + pos: -14.5,1.5 parent: 3 - - uid: 45 + - uid: 536 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad - pos: 1.5,-8.5 + pos: 15.5,1.5 parent: 3 - - uid: 62 + - uid: 564 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad - pos: -0.5,1.5 + pos: -15.5,-4.5 parent: 3 - - uid: 85 + - uid: 565 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: -1.5,1.5 + rot: 1.5707963267948966 rad + pos: -8.5,-8.5 parent: 3 - - uid: 111 + - uid: 569 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-8.5 + pos: -4.5,11.5 parent: 3 - - uid: 148 + - uid: 570 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,9.5 + pos: 16.5,0.5 parent: 3 - - uid: 190 + - uid: 584 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,7.5 + pos: 11.5,-9.5 parent: 3 - - uid: 200 + - uid: 586 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 8.5,2.5 + rot: 3.141592653589793 rad + pos: 16.5,-4.5 parent: 3 - - uid: 218 + - uid: 588 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad - pos: 0.5,-8.5 + pos: -9.5,-3.5 parent: 3 - - uid: 234 + - uid: 589 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: -5.5,13.5 + pos: 15.5,-7.5 parent: 3 - - uid: 290 + - uid: 590 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: -3.5,1.5 + pos: 15.5,-6.5 parent: 3 - - uid: 345 + - uid: 595 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 4.5,-1.5 + pos: 11.5,-10.5 parent: 3 - - uid: 363 + - uid: 598 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,0.5 + pos: -4.5,10.5 parent: 3 - - uid: 365 + - uid: 603 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,0.5 + rot: 3.141592653589793 rad + pos: 12.5,-9.5 parent: 3 - - uid: 367 + - uid: 605 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-3.5 + pos: -14.5,-4.5 parent: 3 - - uid: 402 + - uid: 606 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-3.5 + pos: -15.5,0.5 parent: 3 - - uid: 403 + - uid: 610 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: -3.5,-2.5 + pos: 11.5,-8.5 parent: 3 - - uid: 404 + - uid: 614 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 4.5,-2.5 + pos: -15.5,-3.5 parent: 3 - - uid: 405 + - uid: 763 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 3.5,0.5 + pos: -11.5,9.5 parent: 3 - - uid: 406 + - uid: 774 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-3.5 + pos: 13.5,7.5 parent: 3 - - uid: 407 + - uid: 776 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: -2.5,0.5 + pos: 13.5,8.5 parent: 3 - - uid: 408 + - uid: 953 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-3.5 + rot: 1.5707963267948966 rad + pos: 2.5,27.5 parent: 3 - - uid: 409 + - uid: 1005 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: -3.5,-1.5 + pos: 12.5,9.5 parent: 3 - - uid: 410 + - uid: 1020 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 1.5,1.5 + pos: 13.5,9.5 parent: 3 - - uid: 411 + - uid: 1307 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 2.5,1.5 + rot: 1.5707963267948966 rad + pos: -1.5,27.5 parent: 3 - - uid: 412 +- proto: WallReinforcedDiagonal + entities: + - uid: 35 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 3.5,1.5 + rot: -1.5707963267948966 rad + pos: 8.5,10.5 parent: 3 - - uid: 413 + - uid: 293 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: -3.5,-0.5 + pos: -1.5,29.5 parent: 3 - - uid: 417 + - uid: 294 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: -3.5,0.5 + rot: -1.5707963267948966 rad + pos: 2.5,29.5 parent: 3 - - uid: 425 + - uid: 302 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: -0.5,23.5 + rot: 1.5707963267948966 rad + pos: -15.5,-5.5 parent: 3 - - uid: 427 + - uid: 303 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: -1.5707963267948966 rad - pos: -0.5,19.5 + pos: 7.5,17.5 parent: 3 - - uid: 428 + - uid: 305 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,19.5 + pos: -15.5,1.5 parent: 3 - - uid: 434 + - uid: 307 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 1.5,23.5 + rot: -1.5707963267948966 rad + pos: 4.5,8.5 parent: 3 - - uid: 439 + - uid: 309 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,1.5 + pos: -6.5,17.5 parent: 3 - - uid: 456 + - uid: 310 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,1.5 + pos: -3.5,8.5 parent: 3 - - uid: 462 + - uid: 311 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: -12.5,1.5 + rot: -1.5707963267948966 rad + pos: 16.5,1.5 parent: 3 - - uid: 463 + - uid: 312 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 4.5,-0.5 + pos: -7.5,10.5 parent: 3 - - uid: 464 + - uid: 315 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 4.5,0.5 + rot: 1.5707963267948966 rad + pos: -2.5,-5.5 parent: 3 - - uid: 486 + - uid: 317 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: -6.5,7.5 + pos: -13.5,3.5 parent: 3 - - uid: 594 + - uid: 322 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 13.5,1.5 + rot: -1.5707963267948966 rad + pos: 14.5,3.5 parent: 3 - - uid: 596 + - uid: 323 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 7.5,7.5 + pos: -14.5,2.5 parent: 3 - - uid: 603 + - uid: 324 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: -2.5,7.5 + rot: 3.141592653589793 rad + pos: 3.5,-5.5 parent: 3 - - uid: 604 + - uid: 325 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 3.5,7.5 + rot: 3.141592653589793 rad + pos: 17.5,-4.5 parent: 3 - - uid: 935 + - uid: 326 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: -0.5,8.5 + rot: 1.5707963267948966 rad + pos: -16.5,-4.5 parent: 3 - - uid: 936 + - uid: 327 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: -1.5,8.5 + rot: 3.141592653589793 rad + pos: 16.5,-5.5 parent: 3 - - uid: 937 + - uid: 328 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 2.5,8.5 + rot: -1.5707963267948966 rad + pos: 15.5,2.5 parent: 3 - - uid: 938 + - uid: 329 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 1.5,8.5 + pos: -12.5,10.5 parent: 3 - - uid: 958 + - uid: 334 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: -3.5,5.5 + rot: -1.5707963267948966 rad + pos: 13.5,10.5 parent: 3 - - uid: 960 +- proto: WallSolid + entities: + - uid: 37 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,2.5 + pos: 2.5,8.5 parent: 3 - - uid: 1065 + - uid: 39 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,2.5 + pos: -1.5,8.5 parent: 3 - - uid: 1093 + - uid: 40 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 4.5,2.5 + pos: -2.5,7.5 parent: 3 - - uid: 1094 + - uid: 148 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: -3.5,2.5 + pos: 4.5,-0.5 parent: 3 - - uid: 1110 + - uid: 268 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 4.5,3.5 + rot: 3.141592653589793 rad + pos: -2.5,0.5 parent: 3 - - uid: 1111 + - uid: 289 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 4.5,6.5 + rot: 3.141592653589793 rad + pos: -0.5,0.5 parent: 3 - - uid: 1289 + - uid: 352 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: -3.5,3.5 + rot: 1.5707963267948966 rad + pos: 4.5,-3.5 parent: 3 - - uid: 1290 + - uid: 359 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 4.5,5.5 + rot: 1.5707963267948966 rad + pos: -3.5,-3.5 parent: 3 - - uid: 1548 + - uid: 361 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: -3.5,6.5 + rot: 3.141592653589793 rad + pos: 3.5,0.5 parent: 3 -- proto: WallSolidDiagonal - entities: - - uid: 35 + - uid: 363 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-9.5 + rot: -1.5707963267948966 rad + pos: 9.5,0.5 parent: 3 - - uid: 37 + - uid: 365 components: - type: Transform rot: -1.5707963267948966 rad - pos: 2.5,29.5 + pos: -8.5,0.5 parent: 3 - - uid: 41 + - uid: 373 components: - type: Transform - pos: -1.5,29.5 + rot: 3.141592653589793 rad + pos: 1.5,0.5 parent: 3 - - uid: 50 + - uid: 374 components: - type: Transform rot: 3.141592653589793 rad - pos: 2.5,-9.5 + pos: 2.5,0.5 parent: 3 - - uid: 461 + - uid: 399 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,10.5 + pos: 4.5,1.5 parent: 3 - - uid: 466 + - uid: 403 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,17.5 + pos: -3.5,-2.5 parent: 3 - - uid: 469 + - uid: 404 components: - type: Transform - pos: -13.5,3.5 + pos: 4.5,-2.5 parent: 3 - - uid: 471 + - uid: 410 components: - type: Transform - pos: -3.5,8.5 + pos: -3.5,1.5 parent: 3 - - uid: 472 + - uid: 413 components: - type: Transform - pos: -6.5,17.5 + pos: -3.5,-0.5 parent: 3 - - uid: 477 + - uid: 417 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,8.5 + pos: -3.5,0.5 parent: 3 - - uid: 479 + - uid: 464 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,3.5 + pos: 4.5,0.5 parent: 3 - - uid: 480 + - uid: 486 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,10.5 + pos: -6.5,7.5 parent: 3 - - uid: 484 + - uid: 573 components: - type: Transform - pos: -7.5,10.5 + pos: 15.5,0.5 parent: 3 - - uid: 485 + - uid: 583 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-5.5 + pos: 15.5,-3.5 parent: 3 - - uid: 537 + - uid: 596 components: - type: Transform - pos: -15.5,1.5 + pos: 7.5,7.5 parent: 3 - - uid: 538 + - uid: 597 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,2.5 + pos: 9.5,-2.5 parent: 3 - - uid: 539 + - uid: 604 components: - type: Transform - pos: -14.5,2.5 + pos: 3.5,7.5 parent: 3 - - uid: 553 + - uid: 607 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-5.5 + pos: -8.5,-2.5 parent: 3 - - uid: 559 + - uid: 620 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-4.5 + pos: -14.5,-3.5 parent: 3 - - uid: 560 + - uid: 621 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-5.5 + pos: -14.5,0.5 parent: 3 - - uid: 561 + - uid: 633 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-5.5 + pos: -3.5,3.5 parent: 3 - - uid: 562 + - uid: 635 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,-4.5 + pos: 4.5,3.5 parent: 3 - - uid: 563 + - uid: 960 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,1.5 + rot: 1.5707963267948966 rad + pos: -12.5,2.5 parent: 3 - - uid: 593 + - uid: 1065 components: - type: Transform - pos: -12.5,10.5 + rot: 1.5707963267948966 rad + pos: 13.5,2.5 parent: 3 -- proto: WarpPointShip - entities: - - uid: 4 + - uid: 1111 components: - type: Transform - pos: 0.5,0.5 + pos: 4.5,6.5 parent: 3 -- proto: WaterTankFull - entities: - - uid: 21 + - uid: 1548 components: - type: Transform - pos: -12.5,0.5 + pos: -3.5,6.5 parent: 3 - - uid: 961 +- proto: WarningWaste + entities: + - uid: 997 components: - type: Transform - anchored: True - pos: 2.5,7.5 + pos: 5.5,12.5 parent: 3 - - type: Physics - bodyType: Static - - uid: 1003 +- proto: WarpPointShip + entities: + - uid: 1203 components: - type: Transform - anchored: True - pos: 2.5,14.5 + pos: 0.5,3.5 parent: 3 - - type: Physics - bodyType: Static - - uid: 1515 +- proto: WetFloorSign + entities: + - uid: 493 components: - type: Transform - pos: 13.5,0.5 + pos: 12.5,1.5 parent: 3 - proto: Windoor entities: - - uid: 1285 + - uid: 99 components: - type: Transform rot: 3.141592653589793 rad - pos: -1.5,16.5 + pos: -1.5,14.5 parent: 3 - proto: Window entities: @@ -9707,4 +9362,11 @@ entities: - type: Transform pos: 6.5,13.5 parent: 3 +- proto: Wrench + entities: + - uid: 120 + components: + - type: Transform + pos: 5.5,-0.5 + parent: 3 ... diff --git a/Resources/Prototypes/_NF/Shipyard/spectre.yml b/Resources/Prototypes/_NF/Shipyard/spectre.yml index f1378ee259b..12d9a2a3611 100644 --- a/Resources/Prototypes/_NF/Shipyard/spectre.yml +++ b/Resources/Prototypes/_NF/Shipyard/spectre.yml @@ -1,15 +1,25 @@ +# Author Info +# GitHub: Wolfhauler +# Discord: wolfhauler + +# Maintainer Info +# GitHub: ThatOneGoblin25 +# Discord: thedaarkgoblin + +# Shuttle Notes: +# - type: vessel id: Spectre - name: NSS Spectre - description: A large research mothership designed to be flown nexto a small fleet of other ships including salvage and food services. - price: 195000 + name: NR Spectre + description: A large, attractive but dated vessel with a pure focus on research and development. It is capable of generating anomalies. + price: 185000 category: Large group: Civilian shuttlePath: /Maps/_NF/Shuttles/spectre.yml - type: gameMap id: Spectre - mapName: 'NSSSpectre' + mapName: 'NR Spectre' mapPath: /Maps/_NF/Shuttles/spectre.yml minPlayers: 0 stations: @@ -24,7 +34,7 @@ - type: StationJobs overflowJobs: [] availableJobs: - Scientist: [ 0, 0 ] Bartender: [ 0, 0 ] - StationEngineer: [ 0, 0 ] ResearchDirector: [ 0, 0 ] + Scientist: [ 0, 0 ] + StationEngineer: [ 0, 0 ] From 8035716d707498de6c972d3a139fa562e31454a0 Mon Sep 17 00:00:00 2001 From: FrontierATC Date: Mon, 29 Apr 2024 03:06:25 +0000 Subject: [PATCH 20/58] Automatic Changelog (#1192) --- Resources/Changelog/Changelog.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 5c536f5ac6b..b6d31327605 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -4341,3 +4341,9 @@ Entries: message: Rotated Bocakillo. id: 4953 time: '2024-04-28T06:02:55.0000000+00:00' +- author: ThatOneGoblin25 + changes: + - type: Tweak + message: Updated and reworked the Spectre to current mapping guidelines. + id: 4954 + time: '2024-04-29T03:06:00.0000000+00:00' From c3c5b7f14a7e0eaed9fea5fc4aa1a18be6f1ad96 Mon Sep 17 00:00:00 2001 From: Dvir <39403717+dvir001@users.noreply.github.com> Date: Mon, 29 Apr 2024 06:07:21 +0300 Subject: [PATCH 21/58] MailPod (New) (#1197) * Storage * Pod * Update mothership-computers.yml * Update mailpod.yml * Update mailpod.yml * Update mailpod.yml * Update computers_shipyard_mothership.yml * Update mailpod.yml * Update mailpod.yml --- Resources/Maps/_NF/Shuttles/mailpod.yml | 972 ++++++++++++++++++ .../Catalog/Fills/Lockers/suit_storage.yml | 16 + .../Fills/Lockers/suit_storage_wallmount.yml | 7 +- .../computers_shipyard_mothership.yml | 1 + Resources/Prototypes/_NF/Shipyard/mailpod.yml | 36 + 5 files changed, 1031 insertions(+), 1 deletion(-) create mode 100644 Resources/Maps/_NF/Shuttles/mailpod.yml create mode 100644 Resources/Prototypes/_NF/Shipyard/mailpod.yml diff --git a/Resources/Maps/_NF/Shuttles/mailpod.yml b/Resources/Maps/_NF/Shuttles/mailpod.yml new file mode 100644 index 00000000000..761d0e13f8f --- /dev/null +++ b/Resources/Maps/_NF/Shuttles/mailpod.yml @@ -0,0 +1,972 @@ +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 88: FloorShuttleWhite + 107: FloorTechMaint + 124: Lattice + 125: Plating +entities: +- proto: "" + entities: + - uid: 1 + components: + - type: MetaData + name: grid + - type: Transform + pos: -0.48958334,-0.5208333 + parent: invalid + - type: MapGrid + chunks: + 0,0: + ind: 0,0 + tiles: WAAAAAAAWAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAAAAWAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAAAAfQAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAAAAfQAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAawAAAAAAawAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAAAAWAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAAAAWAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAAAAWAAAAAAAawAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfQAAAAAA + version: 6 + - type: Broadphase + - type: Physics + bodyStatus: InAir + angularDamping: 0.05 + linearDamping: 0.05 + fixedRotation: False + bodyType: Dynamic + - type: Fixtures + fixtures: {} + - type: OccluderTree + - type: SpreaderGrid + - type: Shuttle + - type: GridPathfinding + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: + - node: + color: '#1861D5FF' + id: MiniTileSteelCornerNe + decals: + 0: 1,1 + 14: 0,3 + - node: + color: '#1861D5FF' + id: MiniTileSteelCornerNw + decals: + 13: -1,3 + - node: + color: '#1861D5FF' + id: MiniTileSteelCornerSe + decals: + 5: 1,-3 + - node: + color: '#1861D5FF' + id: MiniTileSteelCornerSw + decals: + 6: -1,1 + 7: 0,-3 + - node: + color: '#1861D5FF' + id: MiniTileSteelInnerNe + decals: + 15: 0,1 + - node: + color: '#1861D5FF' + id: MiniTileSteelInnerSw + decals: + 11: 0,1 + - node: + color: '#1861D5FF' + id: MiniTileSteelLineE + decals: + 1: 0,2 + 2: 1,0 + 3: 1,-1 + 4: 1,-2 + - node: + color: '#1861D5FF' + id: MiniTileSteelLineW + decals: + 8: 0,-2 + 9: 0,-1 + 10: 0,0 + 12: -1,2 + - node: + color: '#FFFFFFFF' + id: WarnLineN + decals: + 17: 1,-4 + - node: + color: '#FFFFFFFF' + id: WarnLineW + decals: + 16: 1,-4 + - type: GridAtmosphere + version: 2 + data: + tiles: + 0,0: + 0: 1 + 1: 30582 + -1,0: + 2: 4 + 1: 52424 + 0,-1: + 1: 25975 + 3: 4096 + 0: 512 + -1,-1: + 1: 52428 + 0,1: + 1: 7 + -1,1: + 1: 12 + uniqueMixes: + - volume: 2500 + temperature: 293.14996 + moles: + - 20.078888 + - 75.53487 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 293.15 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 293.14996 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 293.15 + moles: + - 23.710548 + - 89.19683 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: GasTileOverlay + - type: RadiationGridResistance +- proto: AirCanister + entities: + - uid: 87 + components: + - type: Transform + anchored: True + pos: 1.5,1.5 + parent: 1 + - type: Physics + bodyType: Static +- proto: AirlockGlassShuttle + entities: + - uid: 24 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 1 +- proto: APCBasic + entities: + - uid: 75 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,2.5 + parent: 1 +- proto: AtmosDeviceFanTiny + entities: + - uid: 23 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 1 + - uid: 29 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 1 + - uid: 30 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 1 +- proto: BoxMailCapsulePrimed + entities: + - uid: 37 + components: + - type: Transform + parent: 72 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 105 + components: + - type: Transform + parent: 72 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: BoxPaperOffice + entities: + - uid: 89 + components: + - type: Transform + parent: 99 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: CableApcExtension + entities: + - uid: 63 + components: + - type: Transform + pos: 0.5,0.5 + parent: 1 + - uid: 74 + components: + - type: Transform + pos: 1.5,2.5 + parent: 1 + - uid: 76 + components: + - type: Transform + pos: 0.5,2.5 + parent: 1 + - uid: 78 + components: + - type: Transform + pos: 0.5,1.5 + parent: 1 + - uid: 80 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 1 + - uid: 81 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 1 + - uid: 82 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 1 +- proto: CableHV + entities: + - uid: 34 + components: + - type: Transform + pos: 1.5,1.5 + parent: 1 + - uid: 59 + components: + - type: Transform + pos: 2.5,1.5 + parent: 1 + - uid: 62 + components: + - type: Transform + pos: 0.5,1.5 + parent: 1 + - uid: 97 + components: + - type: Transform + pos: -0.5,1.5 + parent: 1 +- proto: CableMV + entities: + - uid: 10 + components: + - type: Transform + pos: 2.5,1.5 + parent: 1 + - uid: 64 + components: + - type: Transform + pos: 2.5,2.5 + parent: 1 + - uid: 73 + components: + - type: Transform + pos: 1.5,2.5 + parent: 1 +- proto: CableTerminal + entities: + - uid: 32 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,1.5 + parent: 1 +- proto: ChairOfficeLight + entities: + - uid: 58 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,2.5 + parent: 1 +- proto: ClosetWall + entities: + - uid: 72 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-1.5 + parent: 1 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14923 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 37 + - 105 + - uid: 99 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,0.5 + parent: 1 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14923 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 91 + - 89 + - 93 + - 92 + - 5 +- proto: ClothingBackpackMessengerMailCarrier + entities: + - uid: 83 + components: + - type: Transform + pos: 1.3910502,-1.4036231 + parent: 1 +- proto: ComputerTabletopShuttle + entities: + - uid: 50 + components: + - type: Transform + pos: 0.5,3.5 + parent: 1 +- proto: ComputerTabletopStationRecords + entities: + - uid: 53 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,2.5 + parent: 1 +- proto: ComputerWallmountWithdrawBankATM + entities: + - uid: 68 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-3.5 + parent: 1 + - type: Physics + canCollide: False + - type: ContainerContainer + containers: + board: !type:Container + ents: [] + bank-ATM-cashSlot: !type:ContainerSlot {} + - type: ItemSlots +- proto: DefibrillatorCabinetFilled + entities: + - uid: 25 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-0.5 + parent: 1 +- proto: ExtinguisherCabinetFilled + entities: + - uid: 65 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-1.5 + parent: 1 +- proto: FaxMachineShip + entities: + - uid: 49 + components: + - type: Transform + pos: -0.5,3.5 + parent: 1 +- proto: GasPassiveVent + entities: + - uid: 102 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,3.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' +- proto: GasPipeStraight + entities: + - uid: 101 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,3.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' +- proto: GasPort + entities: + - uid: 69 + components: + - type: Transform + pos: 1.5,1.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' +- proto: GasVentPump + entities: + - uid: 71 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,0.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' +- proto: GasVentScrubber + entities: + - uid: 60 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,3.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' +- proto: GravityGeneratorMini + entities: + - uid: 12 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 1 +- proto: Grille + entities: + - uid: 9 + components: + - type: Transform + pos: 1.5,3.5 + parent: 1 + - uid: 16 + components: + - type: Transform + pos: 0.5,4.5 + parent: 1 + - uid: 19 + components: + - type: Transform + pos: -1.5,2.5 + parent: 1 + - uid: 20 + components: + - type: Transform + pos: -0.5,4.5 + parent: 1 + - uid: 26 + components: + - type: Transform + pos: -1.5,3.5 + parent: 1 + - uid: 31 + components: + - type: Transform + pos: -1.5,1.5 + parent: 1 + - uid: 43 + components: + - type: Transform + pos: 1.5,4.5 + parent: 1 + - uid: 47 + components: + - type: Transform + pos: 2.5,0.5 + parent: 1 +- proto: GrilleDiagonal + entities: + - uid: 44 + components: + - type: Transform + pos: -1.5,4.5 + parent: 1 +- proto: PlasticFlapsAirtightClear + entities: + - uid: 27 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 1 + - uid: 51 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 1 +- proto: PortableGeneratorPacmanShuttle + entities: + - uid: 61 + components: + - type: Transform + pos: -0.5,1.5 + parent: 1 + - type: FuelGenerator + on: False + - type: Physics + bodyType: Static +- proto: PowerCellRecharger + entities: + - uid: 98 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-0.5 + parent: 1 +- proto: Poweredlight + entities: + - uid: 55 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-1.5 + parent: 1 + - uid: 85 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,1.5 + parent: 1 +- proto: ReinforcedWindow + entities: + - uid: 8 + components: + - type: Transform + pos: 1.5,4.5 + parent: 1 + - uid: 45 + components: + - type: Transform + pos: -0.5,4.5 + parent: 1 + - uid: 46 + components: + - type: Transform + pos: 0.5,4.5 + parent: 1 + - uid: 48 + components: + - type: Transform + pos: 1.5,3.5 + parent: 1 + - uid: 54 + components: + - type: Transform + pos: 2.5,0.5 + parent: 1 + - uid: 56 + components: + - type: Transform + pos: -1.5,2.5 + parent: 1 + - uid: 57 + components: + - type: Transform + pos: -1.5,1.5 + parent: 1 + - uid: 86 + components: + - type: Transform + pos: -1.5,3.5 + parent: 1 +- proto: ReinforcedWindowDiagonal + entities: + - uid: 21 + components: + - type: Transform + pos: -1.5,4.5 + parent: 1 +- proto: ServiceTechFab + entities: + - uid: 96 + components: + - type: Transform + pos: 1.5,0.5 + parent: 1 +- proto: SheetGlass + entities: + - uid: 93 + components: + - type: Transform + parent: 99 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: SheetPlasma1 + entities: + - uid: 67 + components: + - type: Transform + pos: -0.5155004,1.5259578 + parent: 1 + - type: Stack + count: 15 +- proto: SheetPlastic + entities: + - uid: 92 + components: + - type: Transform + parent: 99 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: SheetSteel + entities: + - uid: 91 + components: + - type: Transform + parent: 99 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ShuttersNormalOpen + entities: + - uid: 79 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 1 + - type: DeviceLinkSink + links: + - 88 +- proto: SignalButtonDirectional + entities: + - uid: 88 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-2.5 + parent: 1 + - type: DeviceLinkSource + linkedPorts: + 41: + - Pressed: DoorBolt + 79: + - Pressed: Toggle +- proto: SignMail + entities: + - uid: 84 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-3.5 + parent: 1 +- proto: SmallGyroscope + entities: + - uid: 6 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-1.5 + parent: 1 + - type: Thruster + originalPowerLoad: 200 +- proto: SpawnPointLatejoin + entities: + - uid: 107 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,1.5 + parent: 1 +- proto: SubstationWallBasic + entities: + - uid: 104 + components: + - type: Transform + pos: 2.5,1.5 + parent: 1 +- proto: SuitStorageWallmountMailCarrier + entities: + - uid: 95 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-2.5 + parent: 1 + - type: Physics + canCollide: False +- proto: Table + entities: + - uid: 17 + components: + - type: Transform + pos: 0.5,3.5 + parent: 1 + - uid: 35 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-1.5 + parent: 1 + - uid: 36 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-0.5 + parent: 1 + - uid: 38 + components: + - type: Transform + pos: -0.5,3.5 + parent: 1 + - uid: 40 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 1 + - uid: 52 + components: + - type: Transform + pos: -0.5,2.5 + parent: 1 +- proto: Thruster + entities: + - uid: 3 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-3.5 + parent: 1 + - type: Thruster + originalPowerLoad: 1500 + - uid: 4 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-2.5 + parent: 1 + - type: Thruster + originalPowerLoad: 1500 + - uid: 13 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,3.5 + parent: 1 + - type: Thruster + originalPowerLoad: 1500 + - uid: 14 + components: + - type: Transform + pos: 2.5,4.5 + parent: 1 + - type: Thruster + originalPowerLoad: 1500 +- proto: WallReinforced + entities: + - uid: 2 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-3.5 + parent: 1 + - uid: 7 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-2.5 + parent: 1 + - uid: 11 + components: + - type: Transform + pos: -0.5,0.5 + parent: 1 + - uid: 15 + components: + - type: Transform + pos: 1.5,2.5 + parent: 1 + - uid: 22 + components: + - type: Transform + pos: -1.5,0.5 + parent: 1 + - uid: 28 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-3.5 + parent: 1 + - uid: 33 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 1 + - uid: 39 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 1 + - uid: 42 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 1 + - uid: 70 + components: + - type: Transform + pos: 2.5,1.5 + parent: 1 + - uid: 94 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 1 +- proto: WallReinforcedDiagonal + entities: + - uid: 18 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,2.5 + parent: 1 +- proto: WarpPointShip + entities: + - uid: 90 + components: + - type: Transform + pos: 0.5,2.5 + parent: 1 +- proto: WeaponMailLake + entities: + - uid: 66 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.669134,-0.77862304 + parent: 1 +- proto: WindoorSecureMailLocked + entities: + - uid: 41 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 1 + - type: DeviceLinkSink + links: + - 88 + - uid: 77 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 1 +- proto: Wrench + entities: + - uid: 5 + components: + - type: Transform + parent: 99 + - type: Physics + canCollide: False + - type: InsideEntityStorage +... diff --git a/Resources/Prototypes/_NF/Catalog/Fills/Lockers/suit_storage.yml b/Resources/Prototypes/_NF/Catalog/Fills/Lockers/suit_storage.yml index 1c2901f582d..33c87d26605 100644 --- a/Resources/Prototypes/_NF/Catalog/Fills/Lockers/suit_storage.yml +++ b/Resources/Prototypes/_NF/Catalog/Fills/Lockers/suit_storage.yml @@ -263,3 +263,19 @@ - id: ClothingShoesBootsMagNfsd # Frontier - type: AccessReader access: [["Security"]] + +#Mail Carrier hardsuit +- type: entity + id: SuitStorageMailCarrier + parent: SuitStorageBase + suffix: Mail Carrier + components: + - type: StorageFill + contents: + - id: AirTankFilled + - id: ClothingOuterEVASuitMailman + - id: ClothingMaskBreath + - id: JetpackMiniFilled + - id: HandheldGPSBasic + - type: AccessReader + access: [["Mail"]] diff --git a/Resources/Prototypes/_NF/Catalog/Fills/Lockers/suit_storage_wallmount.yml b/Resources/Prototypes/_NF/Catalog/Fills/Lockers/suit_storage_wallmount.yml index feb64cc4885..2c6b9f8e4c2 100644 --- a/Resources/Prototypes/_NF/Catalog/Fills/Lockers/suit_storage_wallmount.yml +++ b/Resources/Prototypes/_NF/Catalog/Fills/Lockers/suit_storage_wallmount.yml @@ -185,4 +185,9 @@ #NFSDCommand - type: entity id: SuitStorageWallmountNfsdCommand - parent: [SuitStorageWallmount, SuitStorageNfsdCommand] \ No newline at end of file + parent: [SuitStorageWallmount, SuitStorageNfsdCommand] + +#Mail Carrier +- type: entity + id: SuitStorageWallmountMailCarrier + parent: [SuitStorageWallmount, SuitStorageMailCarrier] diff --git a/Resources/Prototypes/_NF/Entities/Structures/Machines/Computers/computers_shipyard_mothership.yml b/Resources/Prototypes/_NF/Entities/Structures/Machines/Computers/computers_shipyard_mothership.yml index dfa086dfac0..8bd69a8cb30 100644 --- a/Resources/Prototypes/_NF/Entities/Structures/Machines/Computers/computers_shipyard_mothership.yml +++ b/Resources/Prototypes/_NF/Entities/Structures/Machines/Computers/computers_shipyard_mothership.yml @@ -108,6 +108,7 @@ components: - type: ShipyardListing shuttles: + - MailPod - MailTruck # - type: AccessReader # Cannot lock it for mail since the inserted card will be missing from you # access: [["Mail"]] # Cannot lock it for mail since the inserted card will be missing from you diff --git a/Resources/Prototypes/_NF/Shipyard/mailpod.yml b/Resources/Prototypes/_NF/Shipyard/mailpod.yml new file mode 100644 index 00000000000..67a5ffc65bb --- /dev/null +++ b/Resources/Prototypes/_NF/Shipyard/mailpod.yml @@ -0,0 +1,36 @@ +# Author Info +# GitHub: ??? +# Discord: ??? + +# Maintainer Info +# GitHub: ??? +# Discord: ??? + +# Shuttle Notes: +# +- type: vessel + id: MailPod + name: NC Mail Pod + description: A cramped yet reliable shuttle for delivering packages. + price: 10500 + category: Small + group: None + shuttlePath: /Maps/_NF/Shuttles/mailpod.yml + +- type: gameMap + id: MailPod + mapName: 'NC Mail Pod' + mapPath: /Maps/_NF/Shuttles/mailpod.yml + minPlayers: 0 + stations: + MailPod: + stationProto: StandardFrontierVessel + components: + - type: StationNameSetup + mapNameTemplate: 'Mail Pod {1}' + nameGenerator: + !type:NanotrasenNameGenerator + prefixCreator: '14' + - type: StationJobs + overflowJobs: [] + availableJobs: {} From 43fa11d48364b96eedd683d4f76a36f4272a66bf Mon Sep 17 00:00:00 2001 From: FrontierATC Date: Mon, 29 Apr 2024 03:07:47 +0000 Subject: [PATCH 22/58] Automatic Changelog (#1197) --- Resources/Changelog/Changelog.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index b6d31327605..c6b0dacdce4 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -4347,3 +4347,11 @@ Entries: message: Updated and reworked the Spectre to current mapping guidelines. id: 4954 time: '2024-04-29T03:06:00.0000000+00:00' +- author: dvir01 + changes: + - type: Add + message: >- + Added the new mail ship, the Mail Pod, available for the mail carrier in + the mail office. + id: 4955 + time: '2024-04-29T03:07:21.0000000+00:00' From eb72008313160aaba928820366ab998bf4bb6087 Mon Sep 17 00:00:00 2001 From: Dvir Date: Mon, 29 Apr 2024 15:15:00 +0300 Subject: [PATCH 23/58] Update VesselListControl.xaml.cs --- .../_NF/Latejoin/VesselListControl.xaml.cs | 38 ++++++++++++------- 1 file changed, 25 insertions(+), 13 deletions(-) diff --git a/Content.Client/_NF/Latejoin/VesselListControl.xaml.cs b/Content.Client/_NF/Latejoin/VesselListControl.xaml.cs index d1404e458aa..6b273136b72 100644 --- a/Content.Client/_NF/Latejoin/VesselListControl.xaml.cs +++ b/Content.Client/_NF/Latejoin/VesselListControl.xaml.cs @@ -54,31 +54,43 @@ protected override void Dispose(bool disposing) private int DefaultComparison(NetEntity x, NetEntity y) { - var xContainsHop = _gameTicker.JobsAvailable[x].ContainsKey("HeadOfPersonnel"); - var yContainsHop = _gameTicker.JobsAvailable[y].ContainsKey("HeadOfPersonnel"); + var xContainsSR = _gameTicker.JobsAvailable[x].ContainsKey("StationRepresentative"); + var yContainsSR = _gameTicker.JobsAvailable[y].ContainsKey("StationRepresentative"); - var xContainsHos = _gameTicker.JobsAvailable[x].ContainsKey("HeadOfSecurity"); - var yContainsHos = _gameTicker.JobsAvailable[y].ContainsKey("HeadOfSecurity"); + var xContainsSheriff = _gameTicker.JobsAvailable[x].ContainsKey("Sheriff"); + var yContainsSheriff = _gameTicker.JobsAvailable[y].ContainsKey("Sheriff"); - // Prioritize "HeadOfPersonnel" - switch (xContainsHop) + var xContainsPirateCaptain = _gameTicker.JobsAvailable[x].ContainsKey("PirateCaptain"); + var yContainsPirateCaptain = _gameTicker.JobsAvailable[y].ContainsKey("PirateCaptain"); + + // Prioritize "StationRepresentative" + switch (xContainsSR) + { + case true when !yContainsSR: + return -1; + case false when yContainsSR: + return 1; + } + + // If both or neither contain "StationRepresentative", prioritize "Sheriff" + switch (xContainsSheriff) { - case true when !yContainsHop: + case true when !yContainsSheriff: return -1; - case false when yContainsHop: + case false when yContainsSheriff: return 1; } - // If both or neither contain "HeadOfPersonnel", prioritize "HeadOfSecurity" - switch (xContainsHos) + // If both or neither contain "StationRepresentative", "Sheriff" prioritize "PirateCaptain" + switch (xContainsPirateCaptain) { - case true when !yContainsHos: + case true when !yContainsPirateCaptain: return -1; - case false when yContainsHos: + case false when yContainsPirateCaptain: return 1; } - // If both or neither contain "HeadOfPersonnel" and "HeadOfSecurity", sort by jobCountComparison + // If both or neither contain "StationRepresentative" and "Sheriff", sort by jobCountComparison var jobCountComparison = -(int) (_gameTicker.JobsAvailable[x].Values.Sum(a => a ?? 0) - _gameTicker.JobsAvailable[y].Values.Sum(b => b ?? 0)); var nameComparison = string.Compare(_gameTicker.StationNames[x], _gameTicker.StationNames[y], StringComparison.Ordinal); From 60f16edcb7a6ea5467eafb29ff528e495dab58cb Mon Sep 17 00:00:00 2001 From: Dvir <39403717+dvir001@users.noreply.github.com> Date: Mon, 29 Apr 2024 17:02:58 +0300 Subject: [PATCH 24/58] Update ThrusterComponent.cs --- Content.Server/Shuttles/Components/ThrusterComponent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/Shuttles/Components/ThrusterComponent.cs b/Content.Server/Shuttles/Components/ThrusterComponent.cs index 6748c1a2145..d60a275f992 100644 --- a/Content.Server/Shuttles/Components/ThrusterComponent.cs +++ b/Content.Server/Shuttles/Components/ThrusterComponent.cs @@ -66,7 +66,7 @@ public sealed partial class ThrusterComponent : Component public string MachinePartThrust = "Capacitor"; [DataField("partRatingThrustMultiplier")] - public float PartRatingThrustMultiplier = 1.15f; + public float PartRatingThrustMultiplier = 1.15f; // Frontier - PR #1292 1.5f<1.15f [DataField("thrusterIgnoreEmp")] public bool ThrusterIgnoreEmp = false; From acde710ad768f0ad287d40934ef7d9586be0b714 Mon Sep 17 00:00:00 2001 From: Salvantrix <149609610+Salvantrix@users.noreply.github.com> Date: Mon, 29 Apr 2024 11:07:18 -0400 Subject: [PATCH 25/58] 04/29/2024 (#1303) Updated Uplink values to be more balanced, with the removal of on-spawn ship guns. --- .../_NF/Catalog/Fills/Backpacks/StarterGear/backpack.yml | 4 ++-- .../_NF/Catalog/Fills/Backpacks/StarterGear/duffelbag.yml | 4 ++-- .../_NF/Catalog/Fills/Backpacks/StarterGear/satchel.yml | 4 ++-- .../Prototypes/_NF/Catalog/security_uplink_catalog.yml | 2 +- .../Prototypes/_NF/Entities/Objects/Specific/security.yml | 8 ++++---- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Resources/Prototypes/_NF/Catalog/Fills/Backpacks/StarterGear/backpack.yml b/Resources/Prototypes/_NF/Catalog/Fills/Backpacks/StarterGear/backpack.yml index 09cb56056fc..3a43eb1963b 100644 --- a/Resources/Prototypes/_NF/Catalog/Fills/Backpacks/StarterGear/backpack.yml +++ b/Resources/Prototypes/_NF/Catalog/Fills/Backpacks/StarterGear/backpack.yml @@ -89,7 +89,7 @@ - id: BoxSurvivalNfsd - id: Flash - id: MagazinePistol - - id: FrontierUplinkCoin5 + - id: FrontierUplinkCoin10 - type: entity noSpawn: true @@ -108,7 +108,7 @@ - id: ForensicPad - id: MagazinePistol - id: ForensicScanner - - id: FrontierUplinkCoin5 + - id: FrontierUplinkCoin10 - type: entity noSpawn: true diff --git a/Resources/Prototypes/_NF/Catalog/Fills/Backpacks/StarterGear/duffelbag.yml b/Resources/Prototypes/_NF/Catalog/Fills/Backpacks/StarterGear/duffelbag.yml index 9545f84aedd..23f7673fb84 100644 --- a/Resources/Prototypes/_NF/Catalog/Fills/Backpacks/StarterGear/duffelbag.yml +++ b/Resources/Prototypes/_NF/Catalog/Fills/Backpacks/StarterGear/duffelbag.yml @@ -75,7 +75,7 @@ - id: BoxSurvivalNfsd - id: Flash - id: MagazinePistol - - id: FrontierUplinkCoin5 + - id: FrontierUplinkCoin10 - type: entity noSpawn: true @@ -94,7 +94,7 @@ - id: ForensicPad - id: MagazinePistol - id: ForensicScanner - - id: FrontierUplinkCoin5 + - id: FrontierUplinkCoin10 - type: entity noSpawn: true diff --git a/Resources/Prototypes/_NF/Catalog/Fills/Backpacks/StarterGear/satchel.yml b/Resources/Prototypes/_NF/Catalog/Fills/Backpacks/StarterGear/satchel.yml index b0502c32b38..bb5ff01e207 100644 --- a/Resources/Prototypes/_NF/Catalog/Fills/Backpacks/StarterGear/satchel.yml +++ b/Resources/Prototypes/_NF/Catalog/Fills/Backpacks/StarterGear/satchel.yml @@ -75,7 +75,7 @@ - id: BoxSurvivalNfsd - id: Flash - id: MagazinePistol - - id: FrontierUplinkCoin5 + - id: FrontierUplinkCoin10 - type: entity noSpawn: true @@ -94,7 +94,7 @@ - id: ForensicPad - id: MagazinePistol - id: ForensicScanner - - id: FrontierUplinkCoin5 + - id: FrontierUplinkCoin10 - type: entity noSpawn: true diff --git a/Resources/Prototypes/_NF/Catalog/security_uplink_catalog.yml b/Resources/Prototypes/_NF/Catalog/security_uplink_catalog.yml index 8239aefedf3..4e07d0d8eda 100644 --- a/Resources/Prototypes/_NF/Catalog/security_uplink_catalog.yml +++ b/Resources/Prototypes/_NF/Catalog/security_uplink_catalog.yml @@ -1172,7 +1172,7 @@ productEntity: HoverbikeNfsdFlatpack icon: { sprite: _NF/Objects/Vehicles/hoverbike.rsi, state: vehicle } cost: - FrontierUplinkCoin: 35 + FrontierUplinkCoin: 10 categories: - UplinkSecurityUtility conditions: diff --git a/Resources/Prototypes/_NF/Entities/Objects/Specific/security.yml b/Resources/Prototypes/_NF/Entities/Objects/Specific/security.yml index e513d219481..9620ef35b53 100644 --- a/Resources/Prototypes/_NF/Entities/Objects/Specific/security.yml +++ b/Resources/Prototypes/_NF/Entities/Objects/Specific/security.yml @@ -89,22 +89,22 @@ - type: entity parent: BaseSecurityUplinkRadio id: BaseSecurityUplinkRadioSheriff - suffix: Sheriff 15 + suffix: Sheriff 20 components: - type: Store preset: StorePresetSecurityUplink balance: - FrontierUplinkCoin: 15 + FrontierUplinkCoin: 20 - type: entity parent: BaseSecurityUplinkRadio id: BaseSecurityUplinkRadioOfficer - suffix: Officer 10 + suffix: Officer 15 components: - type: Store preset: StorePresetSecurityUplink balance: - FrontierUplinkCoin: 10 + FrontierUplinkCoin: 15 - type: entity name: nfsd deployable barrier From fdfc36134892c843c495afca1ad606e3271b64d1 Mon Sep 17 00:00:00 2001 From: ErhardSteinhauer <65374927+ErhardSteinhauer@users.noreply.github.com> Date: Mon, 29 Apr 2024 19:24:51 +0300 Subject: [PATCH 26/58] Goblin species Guidebook entry [v1, before Goblin Diet merge] (#1301) --- Resources/Prototypes/Guidebook/species.yml | 6 ++++++ Resources/ServerInfo/Guidebook/Mobs/Goblin.xml | 16 ++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 Resources/ServerInfo/Guidebook/Mobs/Goblin.xml diff --git a/Resources/Prototypes/Guidebook/species.yml b/Resources/Prototypes/Guidebook/species.yml index 5b9efd03661..f19049dc3ae 100644 --- a/Resources/Prototypes/Guidebook/species.yml +++ b/Resources/Prototypes/Guidebook/species.yml @@ -6,6 +6,7 @@ - Arachnid - Diona - Dwarf + - Goblin # Frontier - Human - Moth - Reptilian @@ -26,6 +27,11 @@ name: species-name-dwarf text: "/ServerInfo/Guidebook/Mobs/Dwarf.xml" +- type: guideEntry # Frontier + id: Goblin # Frontier + name: species-name-goblin # Frontier + text: "/ServerInfo/Guidebook/Mobs/Goblin.xml" # Frontier + - type: guideEntry id: Human name: species-name-human diff --git a/Resources/ServerInfo/Guidebook/Mobs/Goblin.xml b/Resources/ServerInfo/Guidebook/Mobs/Goblin.xml new file mode 100644 index 00000000000..7ab352a80e2 --- /dev/null +++ b/Resources/ServerInfo/Guidebook/Mobs/Goblin.xml @@ -0,0 +1,16 @@ + + # Goblins + + + + + + They can [color=#ffa500]only[/color] eat meat and fruits, but can eat raw meat and drink blood without any ill effects. + + Their small stature allows goblins to dive into toilets and mailing units. + + Their unarmed attacks deal Slash damage instead of Blunt. + + Due to their unusual dietary choices goblins take [color=green]20% less Toxin damage[/color], but because of their small size they take [color=#ffa500]10% more Brute (Blunt/Slash/Piercing) damage[/color]. + + From 3c6cee3e0d7b016bb92aa31b02c77f740be8800e Mon Sep 17 00:00:00 2001 From: FrontierATC Date: Mon, 29 Apr 2024 16:25:18 +0000 Subject: [PATCH 27/58] Automatic Changelog (#1301) --- Resources/Changelog/Changelog.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index c6b0dacdce4..6b63128bd71 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -4355,3 +4355,9 @@ Entries: the mail office. id: 4955 time: '2024-04-29T03:07:21.0000000+00:00' +- author: erhardsteinhauer + changes: + - type: Add + message: Added a short entry to guidebook concerning goblins. + id: 4956 + time: '2024-04-29T16:24:52.0000000+00:00' From aac7dfd0ae922f718111511c2fe09df6b0efd839 Mon Sep 17 00:00:00 2001 From: Salvantrix <149609610+Salvantrix@users.noreply.github.com> Date: Mon, 29 Apr 2024 12:36:41 -0400 Subject: [PATCH 28/58] Fix Cove fixed --- Resources/Maps/_NF/POI/cove.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Resources/Maps/_NF/POI/cove.yml b/Resources/Maps/_NF/POI/cove.yml index 0181dc3ec83..6835d3b66dc 100644 --- a/Resources/Maps/_NF/POI/cove.yml +++ b/Resources/Maps/_NF/POI/cove.yml @@ -101,6 +101,8 @@ entities: - type: OccluderTree - type: SpreaderGrid - type: Shuttle + angularDamping: 999999 + linearDamping: 999999 - type: GridPathfinding - type: DecalGrid chunkCollection: From d6515078ddbfa8772e82864957fb6bd0247524ed Mon Sep 17 00:00:00 2001 From: Salvantrix <149609610+Salvantrix@users.noreply.github.com> Date: Mon, 29 Apr 2024 13:09:15 -0400 Subject: [PATCH 29/58] NFSD SOP's (#1297) * 04/28/2024 - SOP's Added NFSD SOP's as a book, overwritten Space Law spawn in PDA's. Space Law and SOP books are now available in the NFSDTech * Quick Fix --------- Co-authored-by: Dvir --- .../Entities/Objects/Devices/pda.yml | 1 + .../Entities/Objects/Books/hyperlinks.yml | 17 +++++++++++++++++ .../VendingMachines/Inventories/nfsdtec.yml | 2 ++ .../_NF/Entities/Objects/Devices/pda.yml | 18 ++++++++++++++---- Resources/Prototypes/_NF/tags.yml | 3 +++ .../Objects/Misc/books.rsi/meta.json | 3 +++ .../Objects/Misc/books.rsi/nfsd_sop.png | Bin 0 -> 387 bytes 7 files changed, 40 insertions(+), 4 deletions(-) create mode 100644 Resources/Textures/Nyanotrasen/Objects/Misc/books.rsi/nfsd_sop.png diff --git a/Resources/Prototypes/Entities/Objects/Devices/pda.yml b/Resources/Prototypes/Entities/Objects/Devices/pda.yml index e369d6ee1c4..123f3ea2c0d 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/pda.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/pda.yml @@ -40,6 +40,7 @@ whitelist: tags: - BookSpaceLaw + - BookNfsdSop idSlot: name: access-id-card-component-default ejectSound: /Audio/Machines/id_swipe.ogg diff --git a/Resources/Prototypes/Nyanotrasen/Entities/Objects/Books/hyperlinks.yml b/Resources/Prototypes/Nyanotrasen/Entities/Objects/Books/hyperlinks.yml index 6c119b4f43c..9b91f619039 100644 --- a/Resources/Prototypes/Nyanotrasen/Entities/Objects/Books/hyperlinks.yml +++ b/Resources/Prototypes/Nyanotrasen/Entities/Objects/Books/hyperlinks.yml @@ -29,6 +29,23 @@ - Book - BookSpaceLaw #Frontier +- type: entity + parent: BaseHyperlinkBook + id: HyperlinkBookNfsdSop + name: nfsd sop's + description: A book defining nfsd standard operating procedures. + components: + - type: Sprite + sprite: Nyanotrasen/Objects/Misc/books.rsi + layers: + - state: nfsd_sop + - type: HyperlinkBook + url: https://frontierstation14.com/index.php/NFSDSOP #Frontier + - type: Tag + tags: + - Book + - BookNfsdSop #Frontier + #- type: entity # parent: BaseHyperlinkBook # id: HyperlinkBookSupernanny diff --git a/Resources/Prototypes/_NF/Catalog/VendingMachines/Inventories/nfsdtec.yml b/Resources/Prototypes/_NF/Catalog/VendingMachines/Inventories/nfsdtec.yml index 69c03e03803..79a3c3da6da 100644 --- a/Resources/Prototypes/_NF/Catalog/VendingMachines/Inventories/nfsdtec.yml +++ b/Resources/Prototypes/_NF/Catalog/VendingMachines/Inventories/nfsdtec.yml @@ -1,6 +1,8 @@ - type: vendingMachineInventory id: NfsdTechInventory startingInventory: + HyperlinkBookSpaceLaw: 20 + HyperlinkBookNfsdSop: 20 Handcuffs: 10 Zipties: 10 GrenadeFlashBang: 10 diff --git a/Resources/Prototypes/_NF/Entities/Objects/Devices/pda.yml b/Resources/Prototypes/_NF/Entities/Objects/Devices/pda.yml index 5a6ad7b0a7a..feab138ff02 100644 --- a/Resources/Prototypes/_NF/Entities/Objects/Devices/pda.yml +++ b/Resources/Prototypes/_NF/Entities/Objects/Devices/pda.yml @@ -123,6 +123,8 @@ - type: Pda id: ShriffIDCard state: pda-sheriff + bookSlot: # Frontier + startingItem: HyperlinkBookNfsdSop - type: PdaBorderColor borderColor: "#FFFDD0" accentHColor: "#896b49" @@ -151,6 +153,8 @@ - type: Pda id: CadetIDCard state: pda-cadet + bookSlot: # Frontier + startingItem: HyperlinkBookNfsdSop - type: PdaBorderColor borderColor: "#FFFDD0" accentHColor: "#896b49" @@ -179,6 +183,8 @@ - type: Pda id: DeputyIDCard state: pda-deputy + bookSlot: # Frontier + startingItem: HyperlinkBookNfsdSop - type: PdaBorderColor borderColor: "#FFFDD0" accentHColor: "#896b49" @@ -207,6 +213,8 @@ - type: Pda id: BrigmedicNFIDCard state: pda-brigmed + bookSlot: # Frontier + startingItem: HyperlinkBookNfsdSop - type: PdaBorderColor borderColor: "#FFFDD0" accentHColor: "#896b49" @@ -235,6 +243,8 @@ - type: Pda id: SergeantIDCard state: pda-sergeant + bookSlot: # Frontier + startingItem: HyperlinkBookNfsdSop - type: PdaBorderColor borderColor: "#FFFDD0" accentHColor: "#896b49" @@ -263,6 +273,8 @@ - type: Pda id: BailiffIDCard state: pda-bailiff + bookSlot: # Frontier + startingItem: HyperlinkBookNfsdSop - type: PdaBorderColor borderColor: "#FFFDD0" accentHColor: "#896b49" @@ -291,6 +303,8 @@ - type: Pda id: DetectiveNFIDCard state: pda-detective + bookSlot: # Frontier + startingItem: HyperlinkBookNfsdSop - type: PdaBorderColor borderColor: "#774705" - type: Icon @@ -307,10 +321,6 @@ state: pda-sr penSlot: startingItem: PenCentcom - priority: -1 - whitelist: - tags: - - Write - type: PdaBorderColor borderColor: "#789876" accentHColor: "#447987" diff --git a/Resources/Prototypes/_NF/tags.yml b/Resources/Prototypes/_NF/tags.yml index 119bd41fc48..e8347041451 100644 --- a/Resources/Prototypes/_NF/tags.yml +++ b/Resources/Prototypes/_NF/tags.yml @@ -13,6 +13,9 @@ - type: Tag id: BookSpaceLaw +- type: Tag + id: BookNfsdSop + - type: Tag id: CrossbowBolt diff --git a/Resources/Textures/Nyanotrasen/Objects/Misc/books.rsi/meta.json b/Resources/Textures/Nyanotrasen/Objects/Misc/books.rsi/meta.json index edaf88fae40..43d50ef0fd1 100644 --- a/Resources/Textures/Nyanotrasen/Objects/Misc/books.rsi/meta.json +++ b/Resources/Textures/Nyanotrasen/Objects/Misc/books.rsi/meta.json @@ -10,6 +10,9 @@ { "name" : "law_space" }, + { + "name" : "nfsd_sop" + }, { "name" : "law_trial" } diff --git a/Resources/Textures/Nyanotrasen/Objects/Misc/books.rsi/nfsd_sop.png b/Resources/Textures/Nyanotrasen/Objects/Misc/books.rsi/nfsd_sop.png new file mode 100644 index 0000000000000000000000000000000000000000..eb2371199a26aa981ef343080e99206c27b8024e GIT binary patch literal 387 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyEa{HEjtmSN`)Ym%P6qNb1AIbU zfwY{WqO!V%rmmi$sktcwLns47Br8Lshk zkL(bUTSq(v-v2uHY1g}W)hRJIvftE6cwdg=HSm;JseiK5uRzjz6@GGHU|)cz@=bNC^C4u`njxgN@xNA+1a5q literal 0 HcmV?d00001 From e246c1945b0265a514c86710bf4b5f089098807d Mon Sep 17 00:00:00 2001 From: FrontierATC Date: Mon, 29 Apr 2024 17:22:07 +0000 Subject: [PATCH 30/58] Automatic Changelog (#1295) --- Resources/Changelog/Changelog.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 6b63128bd71..c1369a85dc9 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -4361,3 +4361,9 @@ Entries: message: Added a short entry to guidebook concerning goblins. id: 4956 time: '2024-04-29T16:24:52.0000000+00:00' +- author: dvir01 + changes: + - type: Tweak + message: NT No longer send mail to pirates. + id: 4957 + time: '2024-04-29T17:21:42.0000000+00:00' From 717fea9be968bd0907c3f4e42700eac2fa02c0d4 Mon Sep 17 00:00:00 2001 From: FrontierATC Date: Mon, 29 Apr 2024 17:24:44 +0000 Subject: [PATCH 31/58] Automatic Changelog (#1294) --- Resources/Changelog/Changelog.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index c1369a85dc9..1f41467e32a 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -4367,3 +4367,11 @@ Entries: message: NT No longer send mail to pirates. id: 4957 time: '2024-04-29T17:21:42.0000000+00:00' +- author: dvir01 + changes: + - type: Tweak + message: >- + The cultist and syndicate migrated to the harder difficulty expeditions + only. + id: 4958 + time: '2024-04-29T17:22:51.0000000+00:00' From fed7504f5209b8f34844577daa4eef1e0ddd14d4 Mon Sep 17 00:00:00 2001 From: Salvantrix <149609610+Salvantrix@users.noreply.github.com> Date: Mon, 29 Apr 2024 13:24:56 -0400 Subject: [PATCH 32/58] 04/29/2024 - Armory Removal (Empress) (#1304) * 04/29/2024 - Armory Removal (Empress) Removed the filled armory from the Empress. * Update empress.yml --------- Co-authored-by: Dvir --- .../Maps/_NF/Shuttles/Security/empress.yml | 1439 +++-------------- .../_NF/Shipyard/Security/empress.yml | 2 +- 2 files changed, 187 insertions(+), 1254 deletions(-) diff --git a/Resources/Maps/_NF/Shuttles/Security/empress.yml b/Resources/Maps/_NF/Shuttles/Security/empress.yml index 6ecc2ec1c53..399a1cb5204 100644 --- a/Resources/Maps/_NF/Shuttles/Security/empress.yml +++ b/Resources/Maps/_NF/Shuttles/Security/empress.yml @@ -1014,214 +1014,225 @@ entities: data: tiles: 0,0: - 0: 65535 - -2,0: - 0: 65535 + 0: 62395 + 0,-1: + 0: 63795 + 1: 8 -1,0: - 0: 65535 + 0: 61166 0,1: - 0: 65535 + 0: 61167 + -1,1: + 0: 65326 0,2: - 0: 255 + 0: 14 1: 3072 + -1,2: + 0: 15 + 1: 256 1,0: - 0: 65535 + 0: 61695 + 1,-1: + 0: 64002 + 1: 8 1,1: - 0: 65535 + 0: 61102 1,2: - 0: 4095 + 0: 2730 2,0: - 0: 65535 + 0: 65279 + 2,-1: + 0: 64264 + 1: 3 2,1: - 0: 65535 + 0: 61166 2,2: - 0: 511 + 0: 14 1: 1536 3,0: 0: 65535 3,1: 0: 65535 3,2: - 0: 255 + 0: 15 + 3,-1: + 0: 65024 + 1: 14 + 4,1: + 0: 61168 -4,0: - 0: 65535 + 0: 65471 + -4,-1: + 0: 64002 + 1: 8 + -5,0: + 0: 30603 -4,1: - 0: 65535 + 0: 48049 + -5,1: + 0: 61431 -4,2: - 0: 255 + 0: 11 + -5,2: + 0: 15 -3,0: - 0: 65535 + 0: 65471 -3,1: - 0: 65535 + 0: 56793 -3,2: - 0: 3839 + 0: 205 1: 256 - -2,1: + -3,-1: + 0: 64264 + 1: 3 + -2,0: 0: 65535 + -2,-1: + 0: 65248 + -2,1: + 0: 26212 -2,2: - 0: 4095 - -1,1: - 0: 65535 - -1,2: - 0: 255 - 1: 256 + 0: 102 + -1,-1: + 0: 61678 -8,0: - 0: 65535 + 0: 3822 + -8,-1: + 0: 61164 -8,1: - 0: 3142 1: 32800 2: 136 + -7,0: + 0: 36863 -8,2: 1: 8 - -7,0: - 0: 65535 -7,1: - 0: 4061 1: 61440 3: 34 + 0: 136 -7,2: - 1: 15 + 1: 1 + 4: 14 + -7,-1: + 0: 61917 -6,0: - 0: 65535 + 0: 23839 -6,1: - 0: 61439 + 0: 3392 1: 4096 -6,2: - 1: 1 - 0: 206 - -5,0: - 0: 65535 - -5,1: - 0: 65535 - -5,2: - 0: 255 + 4: 1 + 0: 8 + -6,-1: + 0: 64185 + -5,-1: + 0: 63539 + 1: 8 + 4,-1: + 0: 61678 4,0: - 0: 65535 - 4,1: - 0: 65535 + 0: 61152 4,2: - 0: 255 + 0: 14 5,0: - 0: 65535 + 0: 48056 5,1: - 0: 16383 + 0: 5513 1: 49152 + 5,-1: + 0: 65263 5,2: - 0: 19 - 1: 12 + 4: 12 6,0: - 0: 65535 + 0: 59278 6,1: - 0: 4095 1: 61440 + 0: 238 6,2: - 1: 15 + 4: 3 + 1: 12 + 6,-1: + 0: 61679 7,0: - 0: 14199 + 0: 4147 1: 16384 7,1: - 0: 307 - -4,-1: - 0: 65527 - 1: 8 - -3,-1: - 1: 3 - 0: 65532 - -2,-1: - 0: 65535 + 0: 1 + 7,-1: + 0: 12339 -1,-4: - 0: 65535 + 0: 61166 -1,-3: - 0: 65535 + 0: 61166 -1,-2: - 0: 65535 - -1,-1: - 0: 65535 + 0: 61156 -1,-5: - 0: 65520 - 0,-5: - 0: 30576 + 0: 60928 0,-4: - 0: 30583 + 0: 13107 0,-3: - 0: 30583 + 0: 13107 0,-2: - 0: 30583 - 0,-1: - 0: 65527 - 1: 8 - 1,-1: - 0: 65527 - 1: 8 - 2,-1: - 1: 3 - 0: 65532 - 3,-1: - 0: 65521 - 1: 14 - -8,-1: - 0: 65535 + 0: 13104 + 0,-5: + 0: 13056 -8,-2: - 0: 61064 - -7,-3: - 1: 13311 - 0: 52224 + 0: 49152 -7,-2: - 0: 65535 - -7,-1: - 0: 65535 + 0: 56560 + -7,-3: + 1: 8955 + 4: 4356 + 0: 16384 -7,-4: - 1: 52224 + 1: 35840 + 4: 16384 -6,-4: - 1: 61696 + 1: 256 + 4: 61440 -6,-3: - 1: 31 - 0: 65504 + 1: 15 + 4: 16 + 0: 56320 -6,-2: - 0: 65535 - -6,-1: - 0: 65535 + 0: 56797 -5,-4: - 1: 28672 + 4: 4096 + 1: 24576 -5,-3: - 1: 26215 - 0: 4368 + 1: 8739 + 4: 17476 -5,-2: - 0: 30583 - -5,-1: - 0: 65527 - 1: 8 + 0: 13104 4,-4: - 1: 61440 + 1: 12288 + 4: 49152 4,-3: - 1: 13119 - 0: 52416 + 4: 4369 + 1: 8750 + 0: 34816 4,-2: - 0: 65535 - 4,-1: - 0: 65535 + 0: 3808 5,-4: - 1: 64512 + 4: 28672 + 1: 35840 5,-3: - 1: 207 - 0: 65328 + 1: 143 + 0: 28928 + 4: 64 5,-2: - 0: 65535 - 5,-1: - 0: 65535 + 0: 28276 6,-4: - 1: 4352 + 1: 256 + 4: 4096 6,-3: - 1: 26231 - 0: 4352 + 4: 17409 + 1: 8822 + 0: 4096 6,-2: - 0: 65535 - 6,-1: - 0: 65535 + 0: 1904 7,-2: - 0: 13056 - 7,-1: - 0: 30583 + 0: 4096 uniqueMixes: - volume: 2500 temperature: 293.15 @@ -1239,7 +1250,7 @@ entities: - 0 - 0 - volume: 2500 - temperature: 293.15 + immutable: True moles: - 0 - 0 @@ -1283,6 +1294,21 @@ entities: - 0 - 0 - 0 + - volume: 2500 + temperature: 293.15 + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 chunkSize: 4 - type: GasTileOverlay - type: RadiationGridResistance @@ -2465,14 +2491,6 @@ entities: - type: Transform pos: 10.5,9.5 parent: 1 -- proto: BaseBallBat - entities: - - uid: 1152 - components: - - type: Transform - parent: 1125 - - type: Physics - canCollide: False - proto: Bed entities: - uid: 875 @@ -2741,22 +2759,6 @@ entities: - type: Transform pos: 25.5,0.5 parent: 1 -- proto: BoxBeanbag - entities: - - uid: 1182 - components: - - type: Transform - parent: 250 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 1183 - components: - - type: Transform - parent: 250 - - type: Physics - canCollide: False - - type: InsideEntityStorage - proto: BoxBodyBag entities: - uid: 589 @@ -2790,86 +2792,6 @@ entities: - type: Transform pos: -0.29593712,-9.424562 parent: 1 -- proto: BoxLethalshot - entities: - - uid: 1180 - components: - - type: Transform - parent: 247 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 1181 - components: - - type: Transform - parent: 247 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: BoxMagazinePistol - entities: - - uid: 249 - components: - - type: Transform - parent: 247 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 1179 - components: - - type: Transform - parent: 247 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: BoxMagazinePistolRubber - entities: - - uid: 251 - components: - - type: Transform - parent: 250 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 1069 - components: - - type: Transform - parent: 250 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: BoxMagazineRifle - entities: - - uid: 248 - components: - - type: Transform - parent: 247 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 1067 - components: - - type: Transform - parent: 247 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: BoxMagazineRifleRubber - entities: - - uid: 253 - components: - - type: Transform - parent: 250 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 1178 - components: - - type: Transform - parent: 250 - - type: Physics - canCollide: False - - type: InsideEntityStorage - proto: BoxTrashbag entities: - uid: 708 @@ -5609,66 +5531,6 @@ entities: - type: Transform pos: 18.5,-2.5 parent: 1 -- proto: CartridgeRocket - entities: - - uid: 1206 - components: - - type: Transform - parent: 497 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 1207 - components: - - type: Transform - parent: 497 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 1208 - components: - - type: Transform - parent: 497 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 1209 - components: - - type: Transform - parent: 497 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: CartridgeRocketEmp - entities: - - uid: 1196 - components: - - type: Transform - parent: 1016 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 1197 - components: - - type: Transform - parent: 1016 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 1198 - components: - - type: Transform - parent: 1016 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 1199 - components: - - type: Transform - parent: 1016 - - type: Physics - canCollide: False - - type: InsideEntityStorage - proto: Catwalk entities: - uid: 125 @@ -6475,98 +6337,25 @@ entities: - type: Transform pos: -1.5,6.5 parent: 1 +- proto: CrateNfsdSecure1 + entities: + - uid: 251 + components: + - type: Transform + pos: 19.5,1.5 + parent: 1 - proto: CrateNfsdSecure2 entities: - - uid: 247 + - uid: 141 components: - type: Transform - pos: 19.5,3.5 + pos: 18.5,1.5 parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14923 - moles: - - 1.8856695 - - 7.0937095 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 1179 - - 1181 - - 1180 - - 1067 - - 1184 - - 1176 - - 248 - - 1188 - - 249 - - 1186 - - 1177 - - 1187 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 250 + - uid: 249 components: - type: Transform - pos: 21.5,3.5 + pos: 17.5,1.5 parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14923 - moles: - - 1.8856695 - - 7.0937095 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 251 - - 1190 - - 146 - - 253 - - 1191 - - 1069 - - 1185 - - 1189 - - 1182 - - 141 - - 1183 - - 1178 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - proto: CrateNfsdSupplies entities: - uid: 559 @@ -6602,50 +6391,6 @@ entities: - type: Transform pos: -18.5,-5.5 parent: 1 -- proto: CrateWeaponSecure - entities: - - uid: 1016 - components: - - type: Transform - pos: 18.5,3.5 - parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14926 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 1195 - - 1194 - - 1192 - - 1193 - - 1196 - - 1200 - - 1198 - - 1199 - - 1197 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - proto: CrayonBox entities: - uid: 988 @@ -7302,36 +7047,6 @@ entities: - type: Transform pos: 3.438164,6.5435786 parent: 1 -- proto: EmpGrenade - entities: - - uid: 1192 - components: - - type: Transform - parent: 1016 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 1193 - components: - - type: Transform - parent: 1016 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 1194 - components: - - type: Transform - parent: 1016 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 1195 - components: - - type: Transform - parent: 1016 - - type: Physics - canCollide: False - - type: InsideEntityStorage - proto: EmpressMothershipComputer entities: - uid: 617 @@ -7349,36 +7064,6 @@ entities: showEnts: False occludes: True ents: [] -- proto: ExGrenade - entities: - - uid: 1201 - components: - - type: Transform - parent: 497 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 1202 - components: - - type: Transform - parent: 497 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 1203 - components: - - type: Transform - parent: 497 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 1204 - components: - - type: Transform - parent: 497 - - type: Physics - canCollide: False - - type: InsideEntityStorage - proto: FaxMachineShip entities: - uid: 1103 @@ -11409,10 +11094,10 @@ entities: parent: 1 - proto: GunSafe entities: - - uid: 497 + - uid: 146 components: - type: Transform - pos: 17.5,3.5 + pos: 19.5,3.5 parent: 1 - type: EntityStorage air: @@ -11432,25 +11117,16 @@ entities: - 0 - 0 - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 1203 - - 1204 - - 1202 - - 1205 - - 1209 - - 1201 - - 1207 - - 1208 - - 1206 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null + - uid: 247 + components: + - type: Transform + pos: 17.5,3.5 + parent: 1 + - uid: 248 + components: + - type: Transform + pos: 18.5,3.5 + parent: 1 - proto: GyroscopeNfsd entities: - uid: 660 @@ -11808,60 +11484,6 @@ entities: - type: Transform pos: 29.692461,1.1016078 parent: 1 -- proto: MagazineBoxMagnum - entities: - - uid: 1184 - components: - - type: Transform - parent: 247 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: MagazineBoxMagnumRubber - entities: - - uid: 1185 - components: - - type: Transform - parent: 250 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: MagazineBoxPistol - entities: - - uid: 1177 - components: - - type: Transform - parent: 247 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: MagazineBoxPistolRubber - entities: - - uid: 146 - components: - - type: Transform - parent: 250 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: MagazineBoxRifleBig - entities: - - uid: 1176 - components: - - type: Transform - parent: 247 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: MagazineBoxRifleBigRubber - entities: - - uid: 141 - components: - - type: Transform - parent: 250 - - type: Physics - canCollide: False - - type: InsideEntityStorage - proto: MedicalBed entities: - uid: 481 @@ -13637,20 +13259,6 @@ entities: - type: Transform pos: 1.6063663,-8.880302 parent: 1 -- proto: SecBreachingHammer - entities: - - uid: 1148 - components: - - type: Transform - parent: 1125 - - type: Physics - canCollide: False - - uid: 1149 - components: - - type: Transform - parent: 1125 - - type: Physics - canCollide: False - proto: ShipyardRCD entities: - uid: 2576 @@ -14550,52 +14158,6 @@ entities: - type: Transform pos: 27.5,0.5 parent: 1 -- proto: SpeedLoaderMagnum - entities: - - uid: 1186 - components: - - type: Transform - parent: 247 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 1187 - components: - - type: Transform - parent: 247 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 1188 - components: - - type: Transform - parent: 247 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: SpeedLoaderMagnumRubber - entities: - - uid: 1189 - components: - - type: Transform - parent: 250 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 1190 - components: - - type: Transform - parent: 250 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 1191 - components: - - type: Transform - parent: 250 - - type: Physics - canCollide: False - - type: InsideEntityStorage - proto: StationMap entities: - uid: 1736 @@ -15793,20 +15355,6 @@ entities: - type: Transform pos: 29.509594,0.66229606 parent: 1 -- proto: Truncheon - entities: - - uid: 1150 - components: - - type: Transform - parent: 1125 - - type: Physics - canCollide: False - - uid: 1151 - components: - - type: Transform - parent: 1125 - - type: Physics - canCollide: False - proto: VendingMachineBooze entities: - uid: 529 @@ -17701,96 +17249,6 @@ entities: rot: -1.5707963267948966 rad pos: 6.5,4.5 parent: 1 -- proto: WeaponDisabler - entities: - - uid: 1161 - components: - - type: Transform - parent: 1124 - - type: Physics - canCollide: False - - uid: 1162 - components: - - type: Transform - parent: 1124 - - type: Physics - canCollide: False - - uid: 1163 - components: - - type: Transform - parent: 1124 - - type: Physics - canCollide: False - - uid: 1164 - components: - - type: Transform - parent: 1124 - - type: Physics - canCollide: False -- proto: WeaponEmpEmitter - entities: - - uid: 490 - components: - - type: Transform - parent: 323 - - type: Physics - canCollide: False - - uid: 581 - components: - - type: Transform - parent: 323 - - type: Physics - canCollide: False - - uid: 601 - components: - - type: Transform - parent: 323 - - type: Physics - canCollide: False - - uid: 689 - components: - - type: Transform - parent: 323 - - type: Physics - canCollide: False - - uid: 697 - components: - - type: Transform - parent: 323 - - type: Physics - canCollide: False -- proto: WeaponEnergyGun - entities: - - uid: 1170 - components: - - type: Transform - parent: 1123 - - type: Physics - canCollide: False - - uid: 1171 - components: - - type: Transform - parent: 1123 - - type: Physics - canCollide: False - - uid: 1172 - components: - - type: Transform - parent: 1123 - - type: Physics - canCollide: False - - uid: 1173 - components: - - type: Transform - parent: 1123 - - type: Physics - canCollide: False - - uid: 1174 - components: - - type: Transform - parent: 1123 - - type: Physics - canCollide: False - proto: WeaponGrapplingGun entities: - uid: 1228 @@ -17808,558 +17266,33 @@ entities: - type: Transform pos: -2.485515,-4.420809 parent: 1 -- proto: WeaponLaserCarbine +- proto: WeaponRackBase entities: - - uid: 1143 - components: - - type: Transform - parent: 1131 - - type: Physics - canCollide: False - - uid: 1144 - components: - - type: Transform - parent: 1131 - - type: Physics - canCollide: False - - uid: 1145 - components: - - type: Transform - parent: 1131 - - type: Physics - canCollide: False - - uid: 1146 - components: - - type: Transform - parent: 1131 - - type: Physics - canCollide: False - - uid: 1147 - components: - - type: Transform - parent: 1131 - - type: Physics - canCollide: False -- proto: WeaponLauncherRocket - entities: - - uid: 1205 - components: - - type: Transform - parent: 497 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: WeaponLauncherRocketEmp - entities: - - uid: 1200 - components: - - type: Transform - parent: 1016 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: WeaponPistolMk58 - entities: - - uid: 1157 - components: - - type: Transform - parent: 1018 - - type: Physics - canCollide: False - - uid: 1158 - components: - - type: Transform - parent: 1018 - - type: Physics - canCollide: False - - uid: 1159 - components: - - type: Transform - parent: 1018 - - type: Physics - canCollide: False - - uid: 1160 - components: - - type: Transform - parent: 1018 - - type: Physics - canCollide: False -- proto: WeaponRackBase - entities: - - uid: 1126 - components: - - type: Transform - pos: 19.5,1.5 - parent: 1 - - type: Lock - locked: True - - type: ContainerContainer - containers: - storagebase: !type:Container - showEnts: False - occludes: True - ents: [] - weapon1_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: 1099 - weapon2_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: 1100 - weapon3_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: 1101 - weapon4_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: 1102 - weapon5_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: 1113 - weapon6_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 1127 - components: - - type: Transform - pos: 18.5,1.5 - parent: 1 - - type: Lock - locked: True - - type: ContainerContainer - containers: - storagebase: !type:Container - showEnts: False - occludes: True - ents: [] - weapon1_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: 1138 - weapon2_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: 1139 - weapon3_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: 1140 - weapon4_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: 1141 - weapon5_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: 1142 - weapon6_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 1131 + - uid: 250 components: - type: Transform - pos: 17.5,1.5 + pos: 21.5,3.5 parent: 1 - type: Lock locked: True - - type: ContainerContainer - containers: - storagebase: !type:Container - showEnts: False - occludes: True - ents: [] - weapon1_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: 1143 - weapon2_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: 1144 - weapon3_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: 1145 - weapon4_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: 1146 - weapon5_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: 1147 - weapon6_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: null -- proto: WeaponRackMeleeBase +- proto: WeaponRackMeleeWallmountedBase entities: - - uid: 1125 + - uid: 323 components: - type: Transform pos: 20.5,1.5 parent: 1 - type: Lock locked: True - - type: ContainerContainer - containers: - storagebase: !type:Container - showEnts: False - occludes: True - ents: [] - weapon1_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: 1148 - weapon2_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: 1149 - weapon3_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: 1150 - weapon4_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: 1151 - weapon5_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: 1152 - weapon6_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - proto: WeaponRackPistolWallmountedBase entities: - - uid: 1010 - components: - - type: Transform - pos: 22.5,2.5 - parent: 1 - - type: Lock - locked: True - - type: ContainerContainer - containers: - storagebase: !type:Container - showEnts: False - occludes: True - ents: [] - weapon1_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: 1153 - weapon2_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: 1154 - weapon3_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: 1155 - weapon4_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: 1156 - weapon5_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - weapon6_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 1018 - components: - - type: Transform - pos: 22.5,3.5 - parent: 1 - - type: Lock - locked: True - - type: ContainerContainer - containers: - storagebase: !type:Container - showEnts: False - occludes: True - ents: [] - weapon1_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: 1157 - weapon2_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: 1158 - weapon3_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: 1159 - weapon4_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: 1160 - weapon5_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - weapon6_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 1124 - components: - - type: Transform - pos: 22.5,1.5 - parent: 1 - - type: Lock - locked: True - - type: ContainerContainer - containers: - storagebase: !type:Container - showEnts: False - occludes: True - ents: [] - weapon1_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: 1161 - weapon2_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: 1162 - weapon3_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: 1163 - weapon4_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: 1164 - weapon5_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - weapon6_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: null -- proto: WeaponRackPistolWallmountedSecurity - entities: - - uid: 1013 + - uid: 253 components: - type: Transform pos: 28.5,5.5 parent: 1 - - type: ContainerContainer - containers: - storagebase: !type:Container - showEnts: False - occludes: True - ents: [] - weapon1_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: 1165 - weapon2_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - weapon3_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - weapon4_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - weapon5_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - weapon6_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: null -- proto: WeaponRackWallmountedBase - entities: - - uid: 323 - components: - - type: Transform - pos: 21.5,4.5 - parent: 1 - - type: Lock - locked: True - - type: ContainerContainer - containers: - storagebase: !type:Container - showEnts: False - occludes: True - ents: [] - weapon1_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: 490 - weapon2_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: 581 - weapon3_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: 601 - weapon4_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: 689 - weapon5_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: 697 - weapon6_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 1123 - components: - - type: Transform - pos: 19.5,4.5 - parent: 1 - type: Lock locked: True - - type: ContainerContainer - containers: - storagebase: !type:Container - showEnts: False - occludes: True - ents: [] - weapon1_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: 1170 - weapon2_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: 1171 - weapon3_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: 1172 - weapon4_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: 1173 - weapon5_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: 1174 - weapon6_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: null -- proto: WeaponRevolverInspector - entities: - - uid: 1153 - components: - - type: Transform - parent: 1010 - - type: Physics - canCollide: False - - uid: 1154 - components: - - type: Transform - parent: 1010 - - type: Physics - canCollide: False - - uid: 1155 - components: - - type: Transform - parent: 1010 - - type: Physics - canCollide: False - - uid: 1156 - components: - - type: Transform - parent: 1010 - - type: Physics - canCollide: False -- proto: WeaponRevolverMateba - entities: - - uid: 1165 - components: - - type: Transform - parent: 1013 - - type: Physics - canCollide: False -- proto: WeaponRifleLecter - entities: - - uid: 1099 - components: - - type: Transform - parent: 1126 - - type: Physics - canCollide: False - - uid: 1100 - components: - - type: Transform - parent: 1126 - - type: Physics - canCollide: False - - uid: 1101 - components: - - type: Transform - parent: 1126 - - type: Physics - canCollide: False - - uid: 1102 - components: - - type: Transform - parent: 1126 - - type: Physics - canCollide: False - - uid: 1113 - components: - - type: Transform - parent: 1126 - - type: Physics - canCollide: False -- proto: WeaponShotgunEnforcer - entities: - - uid: 1138 - components: - - type: Transform - parent: 1127 - - type: Physics - canCollide: False - - uid: 1139 - components: - - type: Transform - parent: 1127 - - type: Physics - canCollide: False - - uid: 1140 - components: - - type: Transform - parent: 1127 - - type: Physics - canCollide: False - - uid: 1141 - components: - - type: Transform - parent: 1127 - - type: Physics - canCollide: False - - uid: 1142 - components: - - type: Transform - parent: 1127 - - type: Physics - canCollide: False - proto: WeldingFuelTankHighCapacity entities: - uid: 823 diff --git a/Resources/Prototypes/_NF/Shipyard/Security/empress.yml b/Resources/Prototypes/_NF/Shipyard/Security/empress.yml index d4f2987fa1c..23ea5ea0eda 100644 --- a/Resources/Prototypes/_NF/Shipyard/Security/empress.yml +++ b/Resources/Prototypes/_NF/Shipyard/Security/empress.yml @@ -2,7 +2,7 @@ id: Empress name: NSF Empress description: A large patrol vessel capable of carrying up to 3 smaller faster attack ships. the flagship vessel of security. - price: 203300 #Appraisal value is 173000 + price: 170000 #Appraisal value is 150000 category: Large group: Security shuttlePath: /Maps/_NF/Shuttles/Security/empress.yml From c572e85ebf1b0ee6bfa07ef15c02571839f1ac5c Mon Sep 17 00:00:00 2001 From: ErhardSteinhauer <65374927+ErhardSteinhauer@users.noreply.github.com> Date: Mon, 29 Apr 2024 20:26:42 +0300 Subject: [PATCH 33/58] Pirate and Syndicate hoverbikes (#1293) * Pirate and Syndiecate Hoverbikes * tweak * Update vehicles.yml * contra component for hoverbikes, syndie flatpack in contravend --- .../Inventories/contravend.yml | 1 + .../Entities/Objects/Devices/flatpacks.yml | 11 ++ .../Entities/Objects/Vehicles/vehicles.yml | 164 +++++++++++++++++- .../Objects/Vehicles/hoverbike.rsi/meta.json | 50 ++++++ .../Objects/Vehicles/hoverbike.rsi/pirate.png | Bin 0 -> 1564 bytes .../Vehicles/hoverbike.rsi/piratemusket.png | Bin 0 -> 981 bytes .../Vehicles/hoverbike.rsi/syndicatebags.png | Bin 0 -> 1254 bytes .../Vehicles/hoverbike.rsi/syndicategun.png | Bin 0 -> 874 bytes .../hoverbike.rsi/syndicatelights.png | Bin 0 -> 1054 bytes 9 files changed, 225 insertions(+), 1 deletion(-) create mode 100644 Resources/Textures/_NF/Objects/Vehicles/hoverbike.rsi/pirate.png create mode 100644 Resources/Textures/_NF/Objects/Vehicles/hoverbike.rsi/piratemusket.png create mode 100644 Resources/Textures/_NF/Objects/Vehicles/hoverbike.rsi/syndicatebags.png create mode 100644 Resources/Textures/_NF/Objects/Vehicles/hoverbike.rsi/syndicategun.png create mode 100644 Resources/Textures/_NF/Objects/Vehicles/hoverbike.rsi/syndicatelights.png diff --git a/Resources/Prototypes/_NF/Catalog/VendingMachines/Inventories/contravend.yml b/Resources/Prototypes/_NF/Catalog/VendingMachines/Inventories/contravend.yml index c9c74e6c0a8..3f4eedbf778 100644 --- a/Resources/Prototypes/_NF/Catalog/VendingMachines/Inventories/contravend.yml +++ b/Resources/Prototypes/_NF/Catalog/VendingMachines/Inventories/contravend.yml @@ -21,3 +21,4 @@ ClothingBackpackDuffelSyndicateEVABundle: 12 BoxHoloparasite: 2 VestineChemistryVial: 2 + HoverbikeSyndicateFlatpack: 3 diff --git a/Resources/Prototypes/_NF/Entities/Objects/Devices/flatpacks.yml b/Resources/Prototypes/_NF/Entities/Objects/Devices/flatpacks.yml index 464a1404327..c863edaf1eb 100644 --- a/Resources/Prototypes/_NF/Entities/Objects/Devices/flatpacks.yml +++ b/Resources/Prototypes/_NF/Entities/Objects/Devices/flatpacks.yml @@ -631,3 +631,14 @@ entity: VehicleHoverbikeNfsdKey - type: StaticPrice price: 750 + +- type: entity + parent: HoverbikeFlatpack + id: HoverbikeSyndicateFlatpack + name: syndicate hoverbike flatpack + description: A flatpack used for constructing a hoverbike. Keys already slotted in the ignition. + components: + - type: Flatpack + entity: VehicleHoverbikeSyndicateKey + - type: StaticPrice + price: 750 diff --git a/Resources/Prototypes/_NF/Entities/Objects/Vehicles/vehicles.yml b/Resources/Prototypes/_NF/Entities/Objects/Vehicles/vehicles.yml index be0f216aede..fdda560c9e7 100644 --- a/Resources/Prototypes/_NF/Entities/Objects/Vehicles/vehicles.yml +++ b/Resources/Prototypes/_NF/Entities/Objects/Vehicles/vehicles.yml @@ -355,4 +355,166 @@ whitelist: components: - Stunbaton - priority: 2 \ No newline at end of file + priority: 2 + +# Pirate +- type: entity + parent: VehicleHoverbikeMailcarrier + id: VehicleHoverbikePirate + name: pirate hoverbike + description: Yarr! Dis be me sovereign space shuttle. Now, whaur me rum? + components: + - type: Storage + grid: + - 0,0,5,3 + maxItemSize: Huge + - type: Sprite + sprite: _NF/Objects/Vehicles/hoverbike.rsi + layers: + - state: hull + color: "#3d2712" + - state: engine + map: ["enum.VehicleVisualLayers.AutoAnimate"] + - state: pirate + - state: lights + shader: unshaded + noRot: true + - type: ItemSlots + slots: + key_slot: + name: vehicle-slot-component-slot-name-keys + whitelist: + requireAll: true + tags: + - VehicleKey + - HoverbikeKeys + priority: 1 + insertSound: + path: /Audio/Effects/Vehicle/vehiclestartup.ogg + params: + volume: -5 + piratemusket: + name: gun + whitelist: + components: + - Gun + priority: 2 + - type: ItemMapper + mapLayers: + piratemusket: + whitelist: + components: + - Gun + sprite: _NF/Objects/Vehicles/hoverbike.rsi + - type: Appearance + - type: Contraband + +- type: entity + parent: VehicleHoverbikePirate + id: VehicleHoverbikePirateKey + suffix: With key + components: + - type: ItemSlots + slots: + key_slot: + name: vehicle-slot-component-slot-name-keys + whitelist: + requireAll: true + tags: + - VehicleKey + - HoverbikeKeys + startingItem: VehicleKeyHoverbikeNF + priority: 1 + insertSound: + path: /Audio/Effects/Vehicle/vehiclestartup.ogg + params: + volume: -5 + piratemusket: + name: gun + whitelist: + components: + - Gun + priority: 2 + +# Syndicate +- type: entity + parent: VehicleHoverbikeMailcarrier + id: VehicleHoverbikeSyndicate + name: syndicate hoverbike + description: This thing screams style. And war crimes. + components: + - type: Storage + grid: + - 0,0,8,4 + - type: Sprite + sprite: _NF/Objects/Vehicles/hoverbike.rsi + layers: + - state: hull + color: "#b51e0e" + - state: engine + map: ["enum.VehicleVisualLayers.AutoAnimate"] + - state: syndicatebags + - state: syndicatelights + shader: unshaded + noRot: true + - type: ItemSlots + slots: + key_slot: + name: vehicle-slot-component-slot-name-keys + whitelist: + requireAll: true + tags: + - VehicleKey + - HoverbikeKeys + priority: 1 + insertSound: + path: /Audio/Effects/Vehicle/vehiclestartup.ogg + params: + volume: -5 + syndicategun: + name: gun + whitelist: + components: + - Gun + priority: 2 + - type: ItemMapper + mapLayers: + syndicategun: + whitelist: + components: + - Gun + sprite: _NF/Objects/Vehicles/hoverbike.rsi + - type: Appearance + - type: PointLight + enabled: false + color: green + radius: 6 + energy: 3 + - type: Contraband + +- type: entity + parent: VehicleHoverbikeSyndicate + id: VehicleHoverbikeSyndicateKey + suffix: With key + components: + - type: ItemSlots + slots: + key_slot: + name: vehicle-slot-component-slot-name-keys + whitelist: + requireAll: true + tags: + - VehicleKey + - HoverbikeKeys + startingItem: VehicleKeyHoverbikeNF + priority: 1 + insertSound: + path: /Audio/Effects/Vehicle/vehiclestartup.ogg + params: + volume: -5 + syndicategun: + name: gun + whitelist: + components: + - Gun + priority: 2 diff --git a/Resources/Textures/_NF/Objects/Vehicles/hoverbike.rsi/meta.json b/Resources/Textures/_NF/Objects/Vehicles/hoverbike.rsi/meta.json index 93c306e5887..57a68c7d20c 100644 --- a/Resources/Textures/_NF/Objects/Vehicles/hoverbike.rsi/meta.json +++ b/Resources/Textures/_NF/Objects/Vehicles/hoverbike.rsi/meta.json @@ -81,6 +81,56 @@ [ 0.2, 0.2, 0.2, 0.2 ] ] }, + { + "name": "pirate", + "directions": 4, + "delays": [ + [ 0.2, 0.2, 0.2, 0.2 ], + [ 0.2, 0.2, 0.2, 0.2 ], + [ 0.2, 0.2, 0.2, 0.2 ], + [ 0.2, 0.2, 0.2, 0.2 ] + ] + }, + { + "name": "piratemusket", + "directions": 4, + "delays": [ + [ 0.2, 0.2, 0.2, 0.2 ], + [ 0.2, 0.2, 0.2, 0.2 ], + [ 0.2, 0.2, 0.2, 0.2 ], + [ 0.2, 0.2, 0.2, 0.2 ] + ] + }, + { + "name": "syndicatebags", + "directions": 4, + "delays": [ + [ 0.2, 0.2, 0.2, 0.2 ], + [ 0.2, 0.2, 0.2, 0.2 ], + [ 0.2, 0.2, 0.2, 0.2 ], + [ 0.2, 0.2, 0.2, 0.2 ] + ] + }, + { + "name": "syndicatelights", + "directions": 4, + "delays": [ + [ 0.2, 0.2, 0.2, 0.2 ], + [ 0.2, 0.2, 0.2, 0.2 ], + [ 0.2, 0.2, 0.2, 0.2 ], + [ 0.2, 0.2, 0.2, 0.2 ] + ] + }, + { + "name": "syndicategun", + "directions": 4, + "delays": [ + [ 0.2, 0.2, 0.2, 0.2 ], + [ 0.2, 0.2, 0.2, 0.2 ], + [ 0.2, 0.2, 0.2, 0.2 ], + [ 0.2, 0.2, 0.2, 0.2 ] + ] + }, { "name": "lights", "directions": 4, diff --git a/Resources/Textures/_NF/Objects/Vehicles/hoverbike.rsi/pirate.png b/Resources/Textures/_NF/Objects/Vehicles/hoverbike.rsi/pirate.png new file mode 100644 index 0000000000000000000000000000000000000000..d3d5554b3315f6abd9e0892e3d7c58b7ca9ce8ef GIT binary patch literal 1564 zcmX|A2~?6<6#h}hOf5Cg%(2lHqbSREFp^Tt&@>~f5iM}sGPhDxN`G(}$Iv#FGIMF8 zZQKv0xkRR>l9nkoWRx&k3Xzfqn4mB)bDHm+d++z|d-uI_?>(2{=j*w^#MT4=fCc!y zID*cm>BZPcr`uhFdjJ6Pd!)O&AKu;F;beSVcw}@K0Ibdf^LFfQ-(}bN#Fe%D^1>tw ziA9Y|fCUNVWtB_5S!YE|bZ(UYsfsGT)A@Alf10mbQz=ZdW^Ny3L%50(#pLQ$Mt~ z^P6q@;<3|X;zCm+LyWyoc!FS9Sq6(vxQ@u51 zK7FukMiybQ_tDP(uyUSLWryirT!(IlKTs~3yP{t+Mth>KDr2mmJT(h zb+%U&V01twtaaKf=)qEY<@{b+{*d^1{|bk?1wlc{TO!RLy@wcG-*RAa4A+wvxXwTp zA@?~=7Fmk}6V61*M&yug!jYcstxuOZ6K{PtI^H1&#NB{s+m|h^jwGtbha~=in<1tSRwX;}fmAB_WDF8s1;BmYC zsqe-=Y>XNv+q6z1&=>1p-4Xqjzs!wGa5;-wT`6=EZ?CcMT;@Irqa-9p-}JUbSh}F0 zxtZw;oo$l-%th}TIUk?UlME8 zoX7YUVx<>*@Z5)?=xuk1l{r<2bWWM(o#_pKB>r~)rT*jaW^jwGo)R9g!W29{kCXy2 z%XWX@j~s4_{gT8_yhC`J03i^uA>#IoV^1ZjBN}4l*sue8l%5yMg31v~I4a8DO zH3;qg6pvNUaiF^`nnBAx-6jzOX$+bmztBLy^S=A{zgdO7r==@&h5CW!^XL|e96O7@ zI)Y+of*~Lql!8<`o!;1AAHxl2PksGLE;=KUzff*2|63pkw6tt&YTCpZmLPZy!s@0& zJc)ms^J@-FULXy;Fmiu-he*u{B9U?lUP`4Bhx;gza0e77H?9W>7iP3x+qY^{@r%%H z#SEF6Q2qwD#_<50OT}2{3HkT>YYpWE;~T~dn1ox*d}8IQ18_XtV-Ymn3YxBjIjFdb z%10#Z@U613HKh?Od4Yufz00+DJ(!xhWy!Qx9Dl?)qjGbo)i!C)}Vo*r-R*tg|VDM*Dzb8Kj6sH0N>Jr&@jBvJt884K35?a zKY^X?-+wm_tcR61`0S*r1pV`V)ENLoJ5on<^LHLR#Tr2&xq~UHNzi-xvuV5E=r^n| z3{|ubx00sH;>^%GKO%!l>7F_0b!Upv^s3Febkm%^n&t<39WHB3Y}aRx M_wdD4xsfye0l7s0x&QzG literal 0 HcmV?d00001 diff --git a/Resources/Textures/_NF/Objects/Vehicles/hoverbike.rsi/piratemusket.png b/Resources/Textures/_NF/Objects/Vehicles/hoverbike.rsi/piratemusket.png new file mode 100644 index 0000000000000000000000000000000000000000..84d6821ec8f8bb70a7838f6665b2511597e38b4e GIT binary patch literal 981 zcmeAS@N?(olHy`uVBq!ia0vp^4Is?H1|$#LC7xzrU~I{Bb`J1#c2+1T%1_J8No8Qr zm{>c}+T*Z;%(4A;OO&Sal?l8Q*kBbY5O3in+MTd)i)d7-!OkzNzEYD!#N7{WeefW8 zV@?%h7-J!iFodH!20Sg~xL-;vgs zx=@Zihx$33W*pmaf=72|KKkhpj3nNz!*Y+PlgicbBs z*RnnJT=bl&S#!6(KN&BfvqD>P-Q^yIMpc!GO$?l+ApxzO5^J?I*)DC7FaOAY^Pk90 zm7>rCCpI=niF9m}|HEHbo-LxTK4(dS%!|s6Yx)HhHgIo|n)bCeCvvUuf$uyqD`o4~ za-ON1bnivRMP-F8yfHE5CYk&@?l7{=HwhHaJ?VZqT8HU<`WN5Iga=|TqKm7t-#`As zcp@nLwE2O9iUv`O-jq%+|6ca}+xwYi_4ZGf7G2dV{SXF>7PcgBcNd0k5L{6|#S|#Q zS>O>_%)r1c48n{Iv*t(u1=&kHeO=jKu*e9?>QA`(bQLfrFL}B+hE&{od)F}gN`l0J zkLpV&bBNyhs?e-3ca`^aX_;NApSa#v4WQq2x-n&ZQ%C;#h zJ$i6BaQ%1XzwdspEo%S@*458;4-GXuQnuoL?f$DwGtNJcEY|Moh}-TAQZk>huiow3 zk0-${E;W|6-FxT0eet=$c}+T*Z;%(4A;OO&Sal?l8Q*kBbY5O3in+MTd)i)d7-!OkzNzEYD!#N7{WeefW8 zV@?%h7-J!iFodH!20Sg~xL-;vgs zx=@Zihx$33W*pmaf=72|KKkhpj3nNz!*Y+PlgicbBs z*RnnJT=bl&S#!6(KN&BfvqD>P-Q^yIMpc!GO$?l+ApxzO5^J?I*)DC7FaOAY^Pk90 zm7>rCCpI=niF9m}|HEHbo-LxTK4(dS%!|s6Yx)HhHgIo|n)bCeCvvUuf$uyqD`o4~ za-ON1bnivRMP-F8yfHE5CYk&@?l7{=HwhHaJ?VZqT8HU<`WN5Iga=|TqKm7t-#`As zcp@nLwE2O9iUv`O-jq%+|6ca}+xwYi_4ZGf7G2dV{SXF>7PcgBcNd0k5L{6|#S|#Q zS>O>_%)r1c48n{Iv*t(u1=&kHeO=jKu*e9TsG1*gH)LR7dhF@q7*cWT?cM!;w;f~- ze7vuksu0Ac=RD&NgIkD4En~+N&3lo*na*ek^IsHy;cTLPll@Kd{XJxPAo-D7pjKW|ueKgUn4|BG$s;~VodLw_*M*GzqEvCZy$*e}y>Kt_1- zM$btiZj)3th9`gA#_{XxH&x%@>Qz&0YoGF*$@ji|B$SKl_7&Ye zzgRhQYgF9*4Hxd$><=tEUbkQW*o<)HwPD^phL_%d-z#HNYybC>`hkZZ3$#yfT5i0d z!O(4!&g8?7A5QC6fAFDVN9?BkzW0^aZY{m(_doe7Bf3}r_gnPs^*?i|K003X?#hhg zr%!u7l`7xM|M$b+R@p7rzCC&8=i;*O-=s%e`)=8esn+mka#sOzkksQx4^LhI}ye+$ZE^YGzkY1PlAGaH?^omI-TxL7Jw0v%H z{`TA3PId2JS$Fri{G$EeSXLO_pLhGnoZmTS!J%<~e80Z7`?u@&RKw^0>wcYjt~BHG s|L?y~eFu6WQ_mdKI;Vst03u{Sa{vGU literal 0 HcmV?d00001 diff --git a/Resources/Textures/_NF/Objects/Vehicles/hoverbike.rsi/syndicategun.png b/Resources/Textures/_NF/Objects/Vehicles/hoverbike.rsi/syndicategun.png new file mode 100644 index 0000000000000000000000000000000000000000..d8148cbc0b963f7c243fe5c67cf891da615bccfd GIT binary patch literal 874 zcmeAS@N?(olHy`uVBq!ia0vp^4Is?H1|$#LC7xzrU~I{Bb`J1#c2+1T%1_J8No8Qr zm{>c}+T*Z;%(4A;OO&Sal?l8Q*kBbY5O3in+MTd)i)d7-!OkzNzEYD!#N7{WeefW8 zV@?%h7-J!iFodH!20Sg~xL-;vgs zx=@Zihx$33W*pmaf=72|KKkhpj3nNz!*Y+PlgicbBs z*RnnJT=bl&S#!6(KN&BfvqD>P-Q^yIMpc!GO$?l+ApxzO5^J?I*)DC7FaOAY^Pk90 zm7>rCCpI=niF9m}|HEHbo-LxTK4(dS%!|s6Yx)HhHgIo|n)bCeCvvUuf$uyqD`o4~ za-ON1bnivRMP-F8yfHE5CYk&@?l7{=HwhHaJ?VZqT8HU<`WN5Iga=|TqKm7t-#`As zcp@nLwE2O9iUv`O-jq%+|6ca}+xwYi_4ZGf7G2dV{SXF>7PcgBcNd0k5L{6|#S|#Q zS>O>_%)r1c48n{Iv*t(u1=&kHeO=jKu*itA>i#~tg&7!=>7Fi*Ar-gY-Z9KOWFXOS zaes%kgW2huH+C=uO}o>qo#yyRB4$ht+>uBkQ4g)S~aI+Jd^fbuKPfVi@$HT9Qi`rf*~`xvVZ|8wr|IB6L!%kua6cllWiwfEi6?YzZx zp}wyE+vK?~cCEW21C;stynoM+0*fOSeHXviy12~zbbaH$>|f>k50+kAIz>q-X=~I` z1D?rq7rofOtp2;=gAyxOmpk)Z&3T-cOi}x7b*0|-|2yXcA1nUs_-DBB{`>sf%cB^7 zmHs|=^ef!E4dvHOd^2Y)d+~qYzdutSeyxhto9?YM{d9zmn4sX(8aw|o$<1|l|83tK f_`eqFRi78aGP=gwB@|Q_g8c63>gTe~DWM4fPo9Hd literal 0 HcmV?d00001 diff --git a/Resources/Textures/_NF/Objects/Vehicles/hoverbike.rsi/syndicatelights.png b/Resources/Textures/_NF/Objects/Vehicles/hoverbike.rsi/syndicatelights.png new file mode 100644 index 0000000000000000000000000000000000000000..89a0aa013f8a299e51673a0d39a0936e5bbdc360 GIT binary patch literal 1054 zcmV+(1mXLMP)EX>4Tx04R}tkvmAkKpe)uKBOX*4t5af5U@H~5MMY-6^me@v=v%)FuC*vO&XFE z7e~Rh;NWAi>fqw6tAnc`2tGiZ9h?+hq{ROvg%&X$9QWh9`#$cz1H8>DQw;w&ps1#v zPQ-;=epLv(!jA|-n8vWk3@w>i%))hi-NVDzyBN=MKlkV8mkS01JOc3?({z(~gLr1s z)Hv@Ghgn&aiO-40bh;q%BiAK|-#C|S_VUcIo=wjahlzz!7fW5t%DO^4MI4nCmGZqg zhh@%NoRw;wweQJa7%ZqO8LrceAb}+$k%9mTbyQG=i5RUaDF)KCA9wK&+5Qx{Byv^2 z$gzML6o|GT{11M2YZNCZoTOkJ=y|cMj}aiS3$z-R^?htvtrNia3|y%lf2|43ev;nk zXwf4ev<+NbcQk1axZD8-pEOYyZOKQ|TPy#WzIF95e%y0W)W2_G) z@<+*^w;uU>;Bj5aPn!<_KxP)JeO#>eapDQ{s0-$9{>OV00000003IsB(7kWUp-;nwA(}MQi(fB5o0|XTHC;E(M<>b@*I)qv z00000004lSph{MiuKbMiy#?~U1x|tKDGOJYZV_w(003ZeS8LbR+NYiW*u56!Z3cC% zHSb%~{+>Ry_I+ylug$+pzk{LkyY^b>+tcC0w{VJU{`Vle)Y{kMhOEy|)t`XG8!!j| Y08WMP?6|`E@&Et;07*qoM6N<$f}3>i+5i9m literal 0 HcmV?d00001 From 2b38dbb3106f4994e8688c1db8db62da96c33d64 Mon Sep 17 00:00:00 2001 From: FrontierATC Date: Mon, 29 Apr 2024 17:31:11 +0000 Subject: [PATCH 34/58] Automatic Changelog (#1293) --- Resources/Changelog/Changelog.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 1f41467e32a..a21d2e7d664 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -4375,3 +4375,13 @@ Entries: only. id: 4958 time: '2024-04-29T17:22:51.0000000+00:00' +- author: erhardsteinhauer + changes: + - type: Add + message: >- + Added Syndicate and Pirate themed hoverbikes, both are considered + contraband. + - type: Add + message: Added syndicate hoverbike flatpack to contravend. + id: 4959 + time: '2024-04-29T17:26:42.0000000+00:00' From b4d99a01aea231d5a5aabaca9d287d43c637eb80 Mon Sep 17 00:00:00 2001 From: FrontierATC Date: Mon, 29 Apr 2024 17:33:34 +0000 Subject: [PATCH 35/58] Automatic Changelog (#1292) --- Resources/Changelog/Changelog.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index a21d2e7d664..f8b7c57c048 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -4385,3 +4385,9 @@ Entries: message: Added syndicate hoverbike flatpack to contravend. id: 4959 time: '2024-04-29T17:26:42.0000000+00:00' +- author: Kesiath + changes: + - type: Tweak + message: Reduced top thruster speeds. + id: 4960 + time: '2024-04-29T17:29:13.0000000+00:00' From 2054cb97196d4d02330e876c96ea2cfb0e0be7eb Mon Sep 17 00:00:00 2001 From: FrontierATC Date: Mon, 29 Apr 2024 17:48:50 +0000 Subject: [PATCH 36/58] Automatic Changelog (#1221) --- Resources/Changelog/Changelog.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index f8b7c57c048..9c5f75daffd 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -4391,3 +4391,11 @@ Entries: message: Reduced top thruster speeds. id: 4960 time: '2024-04-29T17:29:13.0000000+00:00' +- author: dvir01 + changes: + - type: Tweak + message: >- + You can now sell antagonist human like AI like the Syndicate agents to + NFSD, as long as they are alive, for NFSD coins. + id: 4961 + time: '2024-04-29T17:48:22.0000000+00:00' From ab84295a64057d1823d6523d28eac207100ab61c Mon Sep 17 00:00:00 2001 From: Salvantrix <149609610+Salvantrix@users.noreply.github.com> Date: Mon, 29 Apr 2024 15:50:35 -0400 Subject: [PATCH 37/58] 04/29/2024 - Removed Hardsuits (#1308) * 04/29/2024 - Removed Hardsuits Removed hardsuits from Black Market Ships. * 04/29/2024- Grey Pirate Chest Sneaking in a new color variant for pirate chests, thanks to Stagnation! * Fix Suit Storage * BAH AAAAAAAAAA * Ships * 04/29/2024 FIXED FUCKING FUCK * Update crates.yml * Update crates.yml * Update schooner.yml * Update menace.yml * Map --------- Co-authored-by: Dvir Co-authored-by: Dvir <39403717+dvir001@users.noreply.github.com> --- Resources/Maps/_NF/POI/cove.yml | 269 +++++++------ .../_NF/Shuttles/BlackMarket/barnacle.yml | 56 +-- .../_NF/Shuttles/BlackMarket/bocakillo.yml | 334 ++++------------ .../Maps/_NF/Shuttles/BlackMarket/menace.yml | 126 ++---- .../_NF/Shuttles/BlackMarket/schooner.yml | 360 ++++++------------ .../Structures/Storage/Crates/crates.yml | 13 +- .../_NF/Shipyard/BlackMarket/menace.yml | 2 +- .../Crates/piratechestgrey.rsi/crate.png | Bin 0 -> 438 bytes .../Crates/piratechestgrey.rsi/crate_door.png | Bin 0 -> 527 bytes .../Crates/piratechestgrey.rsi/crate_icon.png | Bin 0 -> 619 bytes .../Crates/piratechestgrey.rsi/crate_open.png | Bin 0 -> 286 bytes .../Crates/piratechestgrey.rsi/meta.json | 40 ++ .../Crates/piratechestgrey.rsi/sparking.png | Bin 0 -> 206 bytes .../Crates/piratechestgrey.rsi/welded.png | Bin 0 -> 17749 bytes 14 files changed, 458 insertions(+), 742 deletions(-) create mode 100644 Resources/Textures/_NF/Structures/Storage/Crates/piratechestgrey.rsi/crate.png create mode 100644 Resources/Textures/_NF/Structures/Storage/Crates/piratechestgrey.rsi/crate_door.png create mode 100644 Resources/Textures/_NF/Structures/Storage/Crates/piratechestgrey.rsi/crate_icon.png create mode 100644 Resources/Textures/_NF/Structures/Storage/Crates/piratechestgrey.rsi/crate_open.png create mode 100644 Resources/Textures/_NF/Structures/Storage/Crates/piratechestgrey.rsi/meta.json create mode 100644 Resources/Textures/_NF/Structures/Storage/Crates/piratechestgrey.rsi/sparking.png create mode 100644 Resources/Textures/_NF/Structures/Storage/Crates/piratechestgrey.rsi/welded.png diff --git a/Resources/Maps/_NF/POI/cove.yml b/Resources/Maps/_NF/POI/cove.yml index 6835d3b66dc..b4adf4a0ad9 100644 --- a/Resources/Maps/_NF/POI/cove.yml +++ b/Resources/Maps/_NF/POI/cove.yml @@ -265,7 +265,7 @@ entities: color: '#951710FF' id: Caution decals: - 323: -13,27 + 322: -13,27 - node: color: '#A4610696' id: CheckerNWSE @@ -303,15 +303,15 @@ entities: 176: -5,3 184: -8,8 185: -2,10 - 327: -3,4 - 328: -7,4 - 333: -5,14 - 334: 6,13 - 337: -8,15 - 339: -6,15 - 340: -3,15 - 344: -1,14 - 345: 6,10 + 326: -3,4 + 327: -7,4 + 332: -5,14 + 333: 6,13 + 336: -8,15 + 338: -6,15 + 339: -3,15 + 343: -1,14 + 344: 6,10 - node: cleanable: True color: '#FFFFFFFF' @@ -323,9 +323,9 @@ entities: 193: -2,12 194: -3,12 195: -4,6 - 324: -1,9 - 325: -1,10 - 326: -4,4 + 323: -1,9 + 324: -1,10 + 325: -4,4 - node: cleanable: True color: '#FFFFFFFF' @@ -346,16 +346,16 @@ entities: 186: -3,10 189: -5,10 190: -4,10 - 335: 6,11 - 336: 7,12 - 341: -4,15 - 342: -3,14 - 343: 0,14 - 346: 7,10 - 347: 7,11 - 348: 6,11 - 349: 7,12 - 350: 6,12 + 334: 6,11 + 335: 7,12 + 340: -4,15 + 341: -3,14 + 342: 0,14 + 345: 7,10 + 346: 7,11 + 347: 6,11 + 348: 7,12 + 349: 6,12 - node: cleanable: True color: '#FFFFFFFF' @@ -367,11 +367,11 @@ entities: 174: -5,4 175: -5,3 188: -5,12 - 329: -7,3 - 330: -4,2 - 331: 0,12 - 332: -1,12 - 338: -7,15 + 328: -7,3 + 329: -4,2 + 330: 0,12 + 331: -1,12 + 337: -7,15 - node: color: '#FFFFFFFF' id: FlowersBROne @@ -442,7 +442,7 @@ entities: color: '#FFFFFFFF' id: StandClear decals: - 351: 10,22 + 350: 10,22 - node: color: '#A46106FF' id: WarnCornerNE @@ -733,7 +733,7 @@ entities: color: '#791500FF' id: space decals: - 354: 8,22 + 351: 8,22 - node: cleanable: True color: '#951710FF' @@ -777,8 +777,7 @@ entities: 0: 56785 1,2: 0: 52237 - 1: 256 - 2: 4096 + 1: 4352 1,3: 1: 1 0: 65484 @@ -788,12 +787,12 @@ entities: 0: 65535 2,0: 0: 8247 - 3: 128 + 2: 128 2,1: 0: 560 2,2: 0: 4131 - 4: 128 + 3: 128 2,3: 0: 65329 2,-1: @@ -801,7 +800,7 @@ entities: 2,4: 0: 4927 3,2: - 4: 3952 + 3: 3952 3,3: 0: 65280 3,-1: @@ -809,13 +808,13 @@ entities: 3,4: 0: 7 4,2: - 4: 768 + 3: 768 -4,3: 0: 65024 -4,4: 0: 61167 -4,2: - 4: 608 + 3: 608 -4,-1: 0: 34944 -3,3: @@ -825,7 +824,7 @@ entities: -3,4: 0: 65535 -3,0: - 3: 32 + 2: 32 0: 32908 -3,1: 0: 34952 @@ -848,27 +847,27 @@ entities: -1,4: 0: 65535 -3,-2: - 3: 8256 + 2: 8256 0: 34816 -2,-3: 0: 28672 -2,-2: 0: 65399 -1,-2: - 3: 16 + 2: 16 0: 61440 0,-2: 0: 61440 1,-2: 0: 65228 - 3: 16 + 2: 16 1,-3: 0: 49152 2,-3: 0: 4096 2,-2: 0: 13073 - 3: 32832 + 2: 32832 -4,5: 0: 61422 -4,6: @@ -906,85 +905,85 @@ entities: 1,5: 0: 65535 1,6: - 0: 61439 + 0: 53247 1,7: 0: 52428 2,5: - 0: 32625 + 0: 24401 2,6: 0: 13073 2,7: 0: 64977 3,5: - 4: 4368 - 3: 11808 + 3: 4368 + 2: 11808 3,7: 0: 32752 3,6: - 3: 2 - 4: 128 + 2: 2 + 3: 128 4,5: - 3: 20256 - 4: 3 + 2: 20256 + 3: 3 4,6: - 4: 28 + 3: 28 4,7: - 4: 2248 + 3: 2248 4,8: - 4: 780 + 3: 780 5,4: - 4: 1 - 3: 57344 + 3: 1 + 2: 57344 5,5: - 3: 53196 + 2: 53196 5,7: - 4: 4352 + 3: 4352 5,3: - 4: 4352 + 3: 4352 5,6: - 3: 236 + 2: 236 5,8: - 4: 1 + 3: 1 6,4: - 3: 4096 + 2: 4096 6,5: - 3: 4369 + 2: 4369 6,6: - 3: 17 + 2: 17 4,3: - 4: 2048 + 3: 2048 -5,3: - 4: 272 + 3: 272 -5,2: - 4: 8192 + 3: 8192 -5,4: - 4: 256 + 3: 256 -5,5: - 4: 256 + 3: 256 -5,6: - 4: 4096 + 3: 4096 -5,8: - 4: 2082 + 3: 2082 -3,8: - 4: 8192 + 3: 8192 -3,9: - 4: 2176 + 3: 2176 -2,9: 0: 2188 -1,9: 0: 2047 0,8: - 4: 49152 + 3: 49152 0,9: - 4: 12 + 3: 12 1,8: - 4: 28672 + 3: 28672 1,9: - 4: 1 + 3: 1 2,8: - 4: 3072 + 3: 3072 3,8: - 4: 3840 + 3: 3840 uniqueMixes: - volume: 2500 temperature: 293.15 @@ -1016,21 +1015,6 @@ entities: - 0 - 0 - 0 - - volume: 2500 - temperature: 235 - moles: - - 21.813705 - - 82.06108 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - volume: 2500 immutable: True moles: @@ -5600,6 +5584,18 @@ entities: - type: Transform pos: -3.5,5.5 parent: 1 +- proto: DoubleEmergencyAirTankFilled + entities: + - uid: 2060 + components: + - type: Transform + pos: 10.402694,21.702908 + parent: 1 + - uid: 2061 + components: + - type: Transform + pos: 10.652694,21.650824 + parent: 1 - proto: Dresser entities: - uid: 1697 @@ -5925,7 +5921,7 @@ entities: pos: 7.5,28.5 parent: 1 - type: Door - secondsUntilStateChange: -1742.1683 + secondsUntilStateChange: -2234.199 state: Opening - proto: FenceWoodSmallCorner entities: @@ -6389,16 +6385,6 @@ entities: - type: Transform pos: 3.5,20.5 parent: 1 - - uid: 702 - components: - - type: Transform - pos: 6.5,26.5 - parent: 1 - - uid: 703 - components: - - type: Transform - pos: 6.5,25.5 - parent: 1 - uid: 706 components: - type: Transform @@ -8028,6 +8014,13 @@ entities: rot: 1.5707963267948966 rad pos: 9.5,-4.5 parent: 1 +- proto: PinpointerUniversal + entities: + - uid: 2062 + components: + - type: Transform + pos: -0.5275769,-4.42351 + parent: 1 - proto: PirateFlag entities: - uid: 498 @@ -8342,11 +8335,11 @@ entities: - type: Transform pos: 10.5,23.5 parent: 1 - - uid: 1194 + - uid: 1641 components: - type: Transform rot: -1.5707963267948966 rad - pos: 8.5,21.5 + pos: 8.5,19.5 parent: 1 - uid: 1854 components: @@ -8434,6 +8427,12 @@ entities: - type: Transform pos: -1.5,13.5 parent: 1 + - uid: 2059 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,21.5 + parent: 1 - proto: Railing entities: - uid: 3 @@ -8901,11 +8900,6 @@ entities: - type: Transform pos: 6.5,17.5 parent: 1 - - uid: 1604 - components: - - type: Transform - pos: 8.5,24.5 - parent: 1 - uid: 1804 components: - type: Transform @@ -9536,18 +9530,42 @@ entities: - type: Transform pos: -8.5,11.5 parent: 1 -- proto: SuitStorageEVAPirate +- proto: SuitStorageWallmountEVAPirate entities: - - uid: 1193 + - uid: 1194 components: - type: Transform - pos: 10.5,21.5 + rot: -1.5707963267948966 rad + pos: 9.5,24.5 parent: 1 - - uid: 1641 + - type: Physics + canCollide: False + - uid: 1604 components: - type: Transform - pos: 10.5,23.5 + rot: -1.5707963267948966 rad + pos: 9.5,21.5 + parent: 1 + - type: Physics + canCollide: False + - uid: 2058 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,23.5 parent: 1 + - type: Physics + canCollide: False +- proto: SuitStorageWallmountPirateCap + entities: + - uid: 702 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,20.5 + parent: 1 + - type: Physics + canCollide: False - proto: SurveillanceCameraRouterSupply entities: - uid: 308 @@ -9995,6 +10013,13 @@ entities: - type: Transform pos: -5.323082,7.791107 parent: 1 +- proto: VendingMachineTankDispenserEVA + entities: + - uid: 1193 + components: + - type: Transform + pos: 10.5,23.5 + parent: 1 - proto: WallmountTelevisionFrame entities: - uid: 737 @@ -10735,6 +10760,11 @@ entities: - type: Transform pos: -13.5,11.5 parent: 1 + - uid: 703 + components: + - type: Transform + pos: 5.5,27.5 + parent: 1 - uid: 956 components: - type: Transform @@ -12725,6 +12755,13 @@ entities: parent: 1875 - type: Physics canCollide: False +- proto: WeaponGrapplingGun + entities: + - uid: 2063 + components: + - type: Transform + pos: 0.49590623,-4.4579954 + parent: 1 - proto: WeaponRackPistolBase entities: - uid: 1875 diff --git a/Resources/Maps/_NF/Shuttles/BlackMarket/barnacle.yml b/Resources/Maps/_NF/Shuttles/BlackMarket/barnacle.yml index a72bb320f79..3a0a2c667eb 100644 --- a/Resources/Maps/_NF/Shuttles/BlackMarket/barnacle.yml +++ b/Resources/Maps/_NF/Shuttles/BlackMarket/barnacle.yml @@ -89,32 +89,27 @@ entities: version: 2 data: tiles: - -1,-1: - 0: 65535 - 0,-1: - 0: 4375 - 1: 26208 -2,-1: - 0: 61166 + 0: 28224 + -2,0: + 0: 14 + 1: 35840 -2,-2: 1: 51200 + -1,-1: + 0: 65520 -1,-2: 1: 1 - 0: 65534 + 0: 61120 + -1,0: + 0: 61059 0,-2: - 0: 30579 + 0: 13072 1: 4 + 0,-1: + 1: 26208 0,0: - 0: 30583 - 0,1: - 0: 7 - -2,0: - 0: 238 - 1: 35840 - -1,0: - 0: 65535 - -1,1: - 0: 15 + 0: 13104 uniqueMixes: - volume: 2500 temperature: 293.15 @@ -132,7 +127,7 @@ entities: - 0 - 0 - volume: 2500 - temperature: 293.15 + immutable: True moles: - 0 - 0 @@ -693,7 +688,7 @@ entities: rot: -1.5707963267948966 rad pos: 1.5,1.5 parent: 201 -- proto: ComputerTabletopShuttle +- proto: ComputerTabletopShuttleAntag entities: - uid: 220 components: @@ -708,13 +703,6 @@ entities: rot: -1.5707963267948966 rad pos: 1.5,2.5 parent: 201 -- proto: CratePirate - entities: - - uid: 226 - components: - - type: Transform - pos: -1.5,-2.5 - parent: 201 - proto: DefibrillatorCabinetFilled entities: - uid: 206 @@ -1482,20 +1470,6 @@ entities: - type: Transform pos: -1.5,-6.5 parent: 201 -- proto: SuitStorageEVAPirate - entities: - - uid: 67 - components: - - type: Transform - pos: -3.5,-2.5 - parent: 201 -- proto: SuitStoragePirateCap - entities: - - uid: 62 - components: - - type: Transform - pos: -0.5,3.5 - parent: 201 - proto: Table entities: - uid: 147 diff --git a/Resources/Maps/_NF/Shuttles/BlackMarket/bocakillo.yml b/Resources/Maps/_NF/Shuttles/BlackMarket/bocakillo.yml index 1ee842eac32..edff0ed5272 100644 --- a/Resources/Maps/_NF/Shuttles/BlackMarket/bocakillo.yml +++ b/Resources/Maps/_NF/Shuttles/BlackMarket/bocakillo.yml @@ -65,105 +65,105 @@ entities: color: '#FFFFFFFF' id: Bot decals: - 60: -1,-2 - 61: 0,-2 - 62: 0,-3 - 63: -1,-3 + 0: -1,-2 + 1: 0,-2 + 2: 0,-3 + 3: -1,-3 - node: color: '#FFFFFFFF' id: BotGreyscale decals: - 64: 0,0 + 4: 0,0 - node: cleanable: True color: '#FFFFFFFF' id: DirtHeavy decals: - 103: -1,0 - 104: -3,1 - 105: -1,2 - 106: 2,1 - 107: 1,-1 - 108: 0,3 - 109: 0,8 - 110: 2,4 - 111: 2,2 - 112: 1,-4 - 113: 0,-4 - 114: -1,-4 - 115: 1,-4 - 116: 0,-4 - 117: -1,-4 - 118: -1,9 - 119: -1,10 - 120: -1,11 - 121: 0,11 - 122: 1,11 - 123: 1,10 - 124: 1,10 + 36: -1,0 + 37: -3,1 + 38: -1,2 + 39: 2,1 + 40: 1,-1 + 41: 0,3 + 42: 0,8 + 43: 2,4 + 44: 2,2 + 45: 1,-4 + 46: 0,-4 + 47: -1,-4 + 48: 1,-4 + 49: 0,-4 + 50: -1,-4 + 51: -1,9 + 52: -1,10 + 53: -1,11 + 54: 0,11 + 55: 1,11 + 56: 1,10 + 57: 1,10 - node: cleanable: True color: '#FFFFFFFF' id: DirtHeavyMonotile decals: - 77: -3,1 - 78: -2,0 - 79: -1,0 - 80: 0,0 - 81: 1,0 - 82: 2,0 - 83: 2,1 - 84: 0,-2 - 85: -1,-2 - 86: -1,-3 - 87: 0,-3 - 88: 2,2 - 89: 2,4 - 90: 2,3 - 91: 0,3 - 92: -3,2 - 93: -1,4 - 94: -1,5 - 95: -1,6 - 96: -1,7 - 97: -1,9 - 98: -1,10 - 99: -1,11 - 100: 0,11 - 101: 1,11 - 102: 1,10 - 125: 2,0 - 126: -2,0 - 127: 0,-2 - 128: -1,-3 - 129: -1,4 - 130: -1,5 - 131: -1,6 - 132: -1,7 - 133: -1,6 - 134: -1,6 - 135: -1,6 + 10: -3,1 + 11: -2,0 + 12: -1,0 + 13: 0,0 + 14: 1,0 + 15: 2,0 + 16: 2,1 + 17: 0,-2 + 18: -1,-2 + 19: -1,-3 + 20: 0,-3 + 21: 2,2 + 22: 2,4 + 23: 2,3 + 24: 0,3 + 25: -3,2 + 26: -1,4 + 27: -1,5 + 28: -1,6 + 29: -1,7 + 30: -1,9 + 31: -1,10 + 32: -1,11 + 33: 0,11 + 34: 1,11 + 35: 1,10 + 58: 2,0 + 59: -2,0 + 60: 0,-2 + 61: -1,-3 + 62: -1,4 + 63: -1,5 + 64: -1,6 + 65: -1,7 + 66: -1,6 + 67: -1,6 + 68: -1,6 - node: color: '#FFFFFFFF' id: StandClear decals: - 69: 1,-1 + 7: 1,-1 - node: color: '#FFFFFFFF' id: StandClearGreyscale decals: - 72: 0,8 - 73: 0,3 + 8: 0,8 + 9: 0,3 - node: color: '#FFFFFFFF' id: WarnLineGreyscaleN decals: - 65: 2,1 + 5: 2,1 - node: color: '#FFFFFFFF' id: WarnLineW decals: - 68: 2,3 + 6: 2,3 - type: GridAtmosphere version: 2 data: @@ -251,7 +251,7 @@ entities: pos: 1.5,-0.5 parent: 2 - type: Door - secondsUntilStateChange: -93.89965 + secondsUntilStateChange: -239.95091 state: Opening - type: DeviceLinkSource lastSignals: @@ -642,96 +642,6 @@ entities: - type: Transform pos: 0.5,9.5 parent: 2 -- proto: CannonBall - entities: - - uid: 205 - components: - - type: Transform - parent: 197 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 206 - components: - - type: Transform - parent: 197 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 207 - components: - - type: Transform - parent: 197 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 208 - components: - - type: Transform - parent: 197 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: CannonBallGlassshot - entities: - - uid: 201 - components: - - type: Transform - parent: 197 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 202 - components: - - type: Transform - parent: 197 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 203 - components: - - type: Transform - parent: 197 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 204 - components: - - type: Transform - parent: 197 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: CannonBallGrapeshot - entities: - - uid: 198 - components: - - type: Transform - parent: 197 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 199 - components: - - type: Transform - parent: 197 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 200 - components: - - type: Transform - parent: 197 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 210 - components: - - type: Transform - parent: 197 - - type: Physics - canCollide: False - - type: InsideEntityStorage - proto: Catwalk entities: - uid: 80 @@ -989,54 +899,6 @@ entities: rot: 1.5707963267948966 rad pos: -0.5,10.5 parent: 2 -- proto: CratePirate - entities: - - uid: 197 - components: - - type: Transform - pos: 0.5,0.5 - parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14923 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 209 - - 208 - - 207 - - 206 - - 205 - - 204 - - 203 - - 202 - - 201 - - 200 - - 199 - - 198 - - 210 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - proto: DefibrillatorCabinetFilled entities: - uid: 149 @@ -1473,15 +1335,6 @@ entities: - type: Transform pos: 2.5,-2.5 parent: 2 -- proto: PirateHandyFlag - entities: - - uid: 209 - components: - - type: Transform - parent: 197 - - type: Physics - canCollide: False - - type: InsideEntityStorage - proto: PlastitaniumWindow entities: - uid: 144 @@ -1677,61 +1530,34 @@ entities: - Pressed: Trigger 75: - Pressed: Trigger -- proto: SpawnPointLatejoin - entities: - - uid: 158 - components: - - type: Transform - pos: 0.5,6.5 - parent: 2 - proto: SpawnPointPirate entities: - - uid: 164 + - uid: 158 components: - type: Transform pos: 0.5,7.5 parent: 2 -- proto: SubstationBasic +- proto: SpawnPointPirateCaptain entities: - - uid: 102 + - uid: 156 components: - type: Transform - pos: -0.5,7.5 + pos: 0.5,6.5 parent: 2 -- proto: SuitStoragePirateCap +- proto: SpawnPointPirateFirstMate entities: - - uid: 156 + - uid: 76 components: - type: Transform - pos: -0.5,9.5 + pos: 0.5,5.5 parent: 2 -- proto: SuitStorageWallmountEVAPirate +- proto: SubstationBasic entities: - - uid: 76 + - uid: 102 components: - type: Transform - pos: -0.5,3.5 + pos: -0.5,7.5 parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14923 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: Physics - canCollide: False - proto: TableReinforced entities: - uid: 14 diff --git a/Resources/Maps/_NF/Shuttles/BlackMarket/menace.yml b/Resources/Maps/_NF/Shuttles/BlackMarket/menace.yml index cbd42f342e5..7e6298b48d6 100644 --- a/Resources/Maps/_NF/Shuttles/BlackMarket/menace.yml +++ b/Resources/Maps/_NF/Shuttles/BlackMarket/menace.yml @@ -96,23 +96,22 @@ entities: data: tiles: 0,0: - 0: 30583 + 0: 13107 1: 34952 0,-1: - 0: 30579 - 1: 4 - -1,-1: - 1: 36 - 0: 61128 + 0: 13104 + 2: 4 -1,0: - 0: 52974 + 0: 36076 1: 8192 0,1: - 0: 3 1: 12 + -1,-1: + 0: 51328 + 1: 32 + 2: 4 -1,1: 1: 6 - 0: 8 uniqueMixes: - volume: 2500 temperature: 293.15 @@ -129,6 +128,21 @@ entities: - 0 - 0 - 0 + - volume: 2500 + immutable: True + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 - volume: 2500 temperature: 293.15 moles: @@ -150,20 +164,6 @@ entities: - type: BecomesStation id: mailhunter - type: SpreaderGrid -- proto: ActionToggleInternals - entities: - - uid: 53 - components: - - type: Transform - parent: 5 - - type: InstantAction - container: 5 - - uid: 131 - components: - - type: Transform - parent: 18 - - type: InstantAction - container: 18 - proto: AirAlarm entities: - uid: 125 @@ -224,12 +224,12 @@ entities: - uid: 133 components: - type: Transform - pos: 1.8442372,1.3896302 + pos: 0.67193127,0.721212 parent: 103 - uid: 134 components: - type: Transform - pos: 1.5838206,1.3792136 + pos: 0.3177646,0.721212 parent: 103 - proto: AmeShielding entities: @@ -554,7 +554,7 @@ entities: - type: Transform pos: 1.5,3.5 parent: 103 -- proto: ComputerTabletopShuttle +- proto: ComputerTabletopShuttleAntag entities: - uid: 95 components: @@ -569,13 +569,6 @@ entities: rot: 1.5707963267948966 rad pos: -0.5,2.5 parent: 103 -- proto: CratePirateChest - entities: - - uid: 135 - components: - - type: Transform - pos: 1.5,2.5 - parent: 103 - proto: DefibrillatorCabinetFilled entities: - uid: 117 @@ -725,13 +718,6 @@ entities: - type: Transform pos: 1.5,4.5 parent: 103 -- proto: GunSafeShuttleT3Spawner - entities: - - uid: 34 - components: - - type: Transform - pos: -1.5,2.5 - parent: 103 - proto: Gyroscope entities: - uid: 119 @@ -741,35 +727,6 @@ entities: parent: 103 - type: Thruster originalPowerLoad: 1500 -- proto: NitrousOxideTankFilled - entities: - - uid: 5 - components: - - type: Transform - pos: -0.48881638,3.010011 - parent: 103 - - type: GasTank - toggleActionEntity: 53 - - type: ActionsContainer - - type: ContainerContainer - containers: - actions: !type:Container - ents: - - 53 - - uid: 18 - components: - - type: Transform - parent: 10 - - type: GasTank - toggleActionEntity: 131 - - type: Physics - canCollide: False - - type: ActionsContainer - - type: ContainerContainer - containers: - actions: !type:Container - ents: - - 131 - proto: PoweredlightColoredBlack entities: - uid: 127 @@ -778,6 +735,13 @@ entities: rot: -1.5707963267948966 rad pos: 1.5,0.5 parent: 103 +- proto: Rack + entities: + - uid: 5 + components: + - type: Transform + pos: 0.5,0.5 + parent: 103 - proto: ReinforcedPlasmaWindow entities: - uid: 75 @@ -929,13 +893,6 @@ entities: rot: -1.5707963267948966 rad pos: 2.5,0.5 parent: 103 -- proto: SuitStorageEVAPirate - entities: - - uid: 123 - components: - - type: Transform - pos: 0.5,0.5 - parent: 103 - proto: TableCarpet entities: - uid: 32 @@ -1136,21 +1093,4 @@ entities: - type: Transform pos: -0.5,1.5 parent: 103 -- proto: WeaponImprovisedPneumaticCannon - entities: - - uid: 10 - components: - - type: Transform - pos: -0.3918358,2.7159653 - parent: 103 - - type: ContainerContainer - containers: - storagebase: !type:Container - showEnts: False - occludes: True - ents: [] - gas_tank: !type:ContainerSlot - showEnts: False - occludes: True - ent: 18 ... diff --git a/Resources/Maps/_NF/Shuttles/BlackMarket/schooner.yml b/Resources/Maps/_NF/Shuttles/BlackMarket/schooner.yml index 0059d9bacd9..e8c142d918a 100644 --- a/Resources/Maps/_NF/Shuttles/BlackMarket/schooner.yml +++ b/Resources/Maps/_NF/Shuttles/BlackMarket/schooner.yml @@ -428,58 +428,67 @@ entities: data: tiles: 0,0: - 0: 65535 - 0,-1: - 0: 65535 + 0: 65294 -1,0: - 0: 63487 - 1: 2048 - -1,-1: - 0: 65407 - 1: 128 + 0: 60942 0,1: - 0: 65535 + 0: 59455 + -1,1: + 0: 57998 0,2: - 0: 65535 + 0: 14190 + -1,2: + 0: 35854 + 1: 256 0,3: - 0: 13175 + 0: 3 + 1: 13056 + -1,3: + 0: 8 + 1: 34816 + 0,4: + 1: 273 + 0,-1: + 0: 57599 + 1,2: + 1: 256 1,0: - 0: 30515 + 1: 17410 + 2: 8704 1,1: - 0: 4919 - 1,2: - 0: 273 + 2: 2 + 1: 516 + 1,-1: + 1: 8260 + 2: 34 0,-3: - 0: 65280 + 0: 29184 + -1,-3: + 0: 51200 + 1: 256 0,-2: - 0: 65535 + 0: 49663 + -1,-2: + 0: 24814 + -1,-1: + 0: 57582 1,-3: - 0: 4352 + 1: 256 1,-2: - 0: 29489 - 1,-1: - 0: 13175 + 1: 16416 + 2: 8192 -2,0: - 0: 52360 + 1: 17416 + 2: 34816 -2,1: - 0: 2188 - -1,1: - 0: 65535 - -1,2: - 0: 61439 - -1,3: - 0: 35020 - -2,-2: - 0: 51328 + 1: 2052 + 2: 8 -2,-1: - 0: 35020 - -1,-3: - 0: 48896 - 1: 16384 - -1,-2: - 0: 65535 - 0,4: - 0: 273 + 1: 32836 + 2: 136 + -2,-2: + 1: 16512 + 2: 32768 uniqueMixes: - volume: 2500 temperature: 293.15 @@ -497,10 +506,25 @@ entities: - 0 - 0 - volume: 2500 - temperature: 293.14996 + immutable: True + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 293.15 moles: - - 20.078888 - - 75.53487 + - 0 + - 0 - 0 - 0 - 0 @@ -1815,47 +1839,24 @@ entities: - type: Transform pos: 3.5,0.5 parent: 1 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 204 - - 203 - - 202 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null -- proto: ClosetWallEmergencyFilledRandom - entities: - - uid: 205 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-4.5 - parent: 1 - - uid: 206 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-8.5 - parent: 1 -- proto: ClosetWallFireFilledRandom - entities: - - uid: 207 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,1.5 - parent: 1 - - uid: 208 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-8.5 - parent: 1 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14923 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 - proto: ClosetWallMaintenanceFilledRandom entities: - uid: 209 @@ -1863,13 +1864,26 @@ entities: - type: Transform pos: -0.5,6.5 parent: 1 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14923 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 - proto: ClothingEyesEyepatch entities: - - uid: 210 - components: - - type: Transform - pos: -0.3120169,12.330579 - parent: 1 - uid: 211 components: - type: Transform @@ -1880,14 +1894,14 @@ entities: - uid: 212 components: - type: Transform - pos: 1.2214307,2.6089354 + pos: -0.4273789,2.6294885 parent: 1 - proto: ClothingHeadHatPirate entities: - uid: 213 components: - type: Transform - pos: 1.5811653,12.328757 + pos: 1.4499189,12.408553 parent: 1 - proto: ClothingHeadHatPirateTricord entities: @@ -1896,40 +1910,13 @@ entities: - type: Transform pos: -0.27106684,-0.46582198 parent: 1 -- proto: ClothingNeckCloakPirateCap - entities: - - uid: 202 - components: - - type: Transform - parent: 201 - - type: Physics - canCollide: False - - type: InsideEntityStorage - proto: ClothingOuterCoatJensen entities: - uid: 215 components: - type: Transform - pos: -0.3756531,12.328757 + pos: -0.3953849,12.460637 parent: 1 -- proto: ClothingOuterCoatPirate - entities: - - uid: 203 - components: - - type: Transform - parent: 201 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingUniformJumpsuitPirate - entities: - - uid: 204 - components: - - type: Transform - parent: 201 - - type: Physics - canCollide: False - - type: InsideEntityStorage - proto: ComputerIFF entities: - uid: 216 @@ -1946,7 +1933,7 @@ entities: rot: 1.5707963267948966 rad pos: -2.5,8.5 parent: 1 -- proto: ComputerShuttle +- proto: ComputerShuttleAntag entities: - uid: 218 components: @@ -1963,6 +1950,11 @@ entities: parent: 1 - proto: CrateEmptySpawner entities: + - uid: 203 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 1 - uid: 220 components: - type: Transform @@ -1983,33 +1975,13 @@ entities: - type: Transform pos: 1.5,-2.5 parent: 1 -- proto: CrateFunPirate - entities: - - uid: 225 - components: - - type: Transform - pos: -0.5,-2.5 - parent: 1 -- proto: CratePirateChest - entities: - - uid: 224 - components: - - type: Transform - pos: -0.5,5.5 - parent: 1 -- proto: CratePirateChestCaptain - entities: - - uid: 274 - components: - - type: Transform - pos: -0.5,2.5 - parent: 1 - proto: DefibrillatorCabinetFilled entities: - - uid: 228 + - uid: 202 components: - type: Transform - pos: 2.5,5.5 + rot: 3.141592653589793 rad + pos: 1.5,-4.5 parent: 1 - proto: DresserFilled entities: @@ -2108,13 +2080,6 @@ entities: rot: 1.5707963267948966 rad pos: -1.5,9.5 parent: 1 -- proto: FoodMealNachosCuban - entities: - - uid: 244 - components: - - type: Transform - pos: 2.418281,9.579869 - parent: 1 - proto: GravityGeneratorMini entities: - uid: 245 @@ -2309,13 +2274,6 @@ entities: - type: Transform pos: 2.3989987,-8.34466 parent: 1 -- proto: PinpointerUniversal - entities: - - uid: 280 - components: - - type: Transform - pos: 0.67992365,2.5024152 - parent: 1 - proto: PirateFlag entities: - uid: 281 @@ -2470,6 +2428,11 @@ entities: parent: 1 - proto: Rack entities: + - uid: 204 + components: + - type: Transform + pos: -0.5,5.5 + parent: 1 - uid: 304 components: - type: Transform @@ -2662,21 +2625,6 @@ entities: - type: Transform pos: 3.5,-0.5 parent: 1 - - uid: 337 - components: - - type: Transform - pos: -1.5,4.5 - parent: 1 - - uid: 338 - components: - - type: Transform - pos: 2.5,7.5 - parent: 1 - - uid: 339 - components: - - type: Transform - pos: 1.5,9.5 - parent: 1 - proto: RemoteSignaller entities: - uid: 505 @@ -2722,6 +2670,8 @@ entities: - type: Transform pos: -0.51266235,8.61944 parent: 1 + - type: Stack + count: 15 - proto: ShuttersNormal entities: - uid: 341 @@ -3004,13 +2954,6 @@ entities: parent: 1 - type: SpamEmitSound enabled: False -- proto: SpawnMobParrot - entities: - - uid: 372 - components: - - type: Transform - pos: 0.5,4.5 - parent: 1 - proto: SpawnPointPirate entities: - uid: 373 @@ -3047,40 +2990,13 @@ entities: rot: 1.5707963267948966 rad pos: 0.5,7.5 parent: 1 -- proto: SuitStorageEVAPirate - entities: - - uid: 378 - components: - - type: Transform - pos: 3.5,7.5 - parent: 1 -- proto: SuitStoragePirateCap +- proto: TableCarpet entities: - - uid: 379 + - uid: 205 components: - type: Transform - pos: -1.5,-8.5 + pos: -0.5,2.5 parent: 1 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14923 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 -- proto: TableCarpet - entities: - uid: 380 components: - type: Transform @@ -3584,34 +3500,6 @@ entities: - type: Transform pos: 0.5,3.5 parent: 1 -- proto: WeaponGrapplingGun - entities: - - uid: 471 - components: - - type: Transform - pos: 0.44128692,2.693194 - parent: 1 -- proto: WeaponLauncherPirateCannon - entities: - - uid: 472 - components: - - type: Transform - pos: 0.4072001,5.6771774 - parent: 1 -- proto: WeaponRevolverPirate - entities: - - uid: 473 - components: - - type: Transform - pos: 0.6162869,5.484689 - parent: 1 -- proto: WeaponShotgunBlunderbuss - entities: - - uid: 474 - components: - - type: Transform - pos: 0.5503819,5.2956195 - parent: 1 - proto: Window entities: - uid: 475 diff --git a/Resources/Prototypes/_NF/Entities/Structures/Storage/Crates/crates.yml b/Resources/Prototypes/_NF/Entities/Structures/Storage/Crates/crates.yml index 5679150b0ff..6f57c3f7fc5 100644 --- a/Resources/Prototypes/_NF/Entities/Structures/Storage/Crates/crates.yml +++ b/Resources/Prototypes/_NF/Entities/Structures/Storage/Crates/crates.yml @@ -195,4 +195,15 @@ - type: Sprite sprite: _NF/Structures/Storage/Crates/nfsd_secure2.rsi - type: AccessReader - access: [["Security"]] \ No newline at end of file + access: [["Security"]] + +- type: entity + parent: CratePirate + id: CratePirateGrey + name: pirate chest + description: A space pirate chest, not for station lubbers. + components: + - type: Sprite + sprite: _NF/Structures/Storage/Crates/piratechestgrey.rsi + - type: Icon + sprite: _NF/Structures/Storage/Crates/piratechestgrey.rsi diff --git a/Resources/Prototypes/_NF/Shipyard/BlackMarket/menace.yml b/Resources/Prototypes/_NF/Shipyard/BlackMarket/menace.yml index c4f99e02454..f7afc7bdd73 100644 --- a/Resources/Prototypes/_NF/Shipyard/BlackMarket/menace.yml +++ b/Resources/Prototypes/_NF/Shipyard/BlackMarket/menace.yml @@ -12,7 +12,7 @@ id: Menace name: Menace description: 'Mail is no longer an option: you either receive it or you die.' - price: 50000 + price: 21000 category: Small group: BlackMarket shuttlePath: /Maps/_NF/Shuttles/BlackMarket/menace.yml diff --git a/Resources/Textures/_NF/Structures/Storage/Crates/piratechestgrey.rsi/crate.png b/Resources/Textures/_NF/Structures/Storage/Crates/piratechestgrey.rsi/crate.png new file mode 100644 index 0000000000000000000000000000000000000000..eb02df2e4c138734bffc322f30991e485d1b0363 GIT binary patch literal 438 zcmV;n0ZIOeP)Px$a7jc#R9J=WmN9F>P!vW_Y$iL_L2$5$lx8Re5h)7A&8~uLC!uu6?jOm}rBmrv zaCVb|MT!V%3n@jU>8!DfPL|i9jZ_nC2qbavEO|Wcz2C>Z$;*Q+Ted`uB!r06KrB-A zO)ww>6l-eebI5&NNm_G`T&$@gdwfErln+h3)#=gK5r8BER7!cy3fa&M01Wgl@H+yV zn|hfn{Z<@j$)hJr>4qKR!bfO(heHwIqbV{vU+JK=1N! zr%CW<1n;kX0F<}3ry|Bdd9n7BV}n<+*SC6jL(swZ%^B7qmJ(UpWK4 zi&~Y@nsZ`WbM6TIuaFyla$o~K!^jORodXlg;;5l{PA(`J0M9uS%UW;X(HMFbhvCZ8 g9}5Ha6)9}K0rXgXBAwOS)c^nh07*qoM6N<$g4avC*#H0l literal 0 HcmV?d00001 diff --git a/Resources/Textures/_NF/Structures/Storage/Crates/piratechestgrey.rsi/crate_door.png b/Resources/Textures/_NF/Structures/Storage/Crates/piratechestgrey.rsi/crate_door.png new file mode 100644 index 0000000000000000000000000000000000000000..4b948b1073eb8377406a2fb71634b91520f4c877 GIT binary patch literal 527 zcmV+q0`UEbP)Px$$w@>(R9J=WmOn@WQ5?s=PbH|72yG6mC2EL@2t8`l1_w!noFW_~ZfJ>`G9-kC zAgG`rqzob|NRU7q8p1*(ZYpSypgE+WB8u!a=)=FKmzFu)XMFsA-|zSR-rcC<36EF{VORfh1%hW7bh@uG;Hi@Cr>1wWLD1h|t{i`0)qTj^7>Vcqi zQ{I~1yTV}Osn5Gq7juTsy97b$ra)!_|4HKo&@_GhiIJFY$+w_Qqb~d8)>ABRdZs_vr7a!67l^=Q9KuobUXoa~_yQ43Pne4XFfQhul7vQA z_7Sh}aC)#aW)khu+cs|q8%%|9}9EG8*uaUmMo#-UeBDtBaw-M#?;HiIds z*rg!cy#oMVANnMT2zP1{4ZY9>r?1iB#ve RzbgO$002ovPDHLkV1mJq<-Py_ literal 0 HcmV?d00001 diff --git a/Resources/Textures/_NF/Structures/Storage/Crates/piratechestgrey.rsi/crate_icon.png b/Resources/Textures/_NF/Structures/Storage/Crates/piratechestgrey.rsi/crate_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..afecdb012ebb60998d193c414ca4daf204552470 GIT binary patch literal 619 zcmV-x0+juUP)Px%B}qg) zlPw~F3_`&O9fD{Dkt$dSLgOG(5(%LMI<-hB?qV{yiRn2cFT~_>d3Ur)!Ty(nkMH~c z|M$M{y>}-J!=PUfLg4C~dL4Z?;BE~B!_fol$=CNuVQC;3jvDEgOZ@m**>~}i!zT!a zqeh^*ERrAoG~z-Ip%e#r`{1%A*^pj{e0mL6K_C#EwS+DQg@bDS%9NRk(p-#MQ z2NBdJ+HBH0!ESy>1M7tn5zWWUlXTa@U%w%u`G7s8e93?D^su>s_)3PU@loDoca_MT zBEFL0&h_bb0}>mtn@U6zi8o|&n@o+5+Nx=V=?nn)ea9`yBATz>0@zTjF@xzg>_&9& z^=Gt@4uBTYd6vsN5{IT0kbSxF>XRd)3kz#XdCmQY`fV5tM~#v5muv~9Vl!wVooqUV zo>;Y2TiVJKs4k1=YgOFQYi<~r=lf0(0ROiyN+gpzMY8D>leZr#*KD7;(iUs9;MCbb zeWGh*-FiAPJBOZFOND*i#TV~+j%mLBKOu)rSy`ExdspI-rZ;P3*!Yb_+hmu&Gw_*v?8AL6 zm3EcCZuRK~Mg~9-#g_j6{+4vXlcSV`bv4<&0kf+N>SoW_0Uy3dkN<+z>Zy z@$JKh4jecTaASYd!uofNyDS*eQXSZ^$5X5FCBsLJs@fG2hgpXAxzo?UdK185n8r>mdKI;Vst0DN#gB>(^b literal 0 HcmV?d00001 diff --git a/Resources/Textures/_NF/Structures/Storage/Crates/piratechestgrey.rsi/welded.png b/Resources/Textures/_NF/Structures/Storage/Crates/piratechestgrey.rsi/welded.png new file mode 100644 index 0000000000000000000000000000000000000000..c7b469bb46d6d8c2c03890c04e684c0940c97a7b GIT binary patch literal 17749 zcmeI4e{3699l)vxTkSjd z?vgl`HY(T{8`2m|VjY?g;}6i77)+qHz@%pUD4PZ>f6z@Jv=)TK#;UKG*0lNsJ)p7-CGfeuXYDLozL60rM zInx@6yz>2%5!M7Fk^Ql}kgsInyg62L;8bl-L9ZRsQy_9vW++`%k%KbyG`3nUS*}_g ziPZh7NcM;M2wPY24vj=c{ebLreuB-~4rF7|IHwEo1e-`j#aJStBzCZpAjWt>=4FAC zWK|JVMPkEGBr}Ahv;z!vGPgSnhyELh%zIu%<@u$hrRb6zwVgR$Or=u1An}sKAq~!5 zwmhxMS?+a#lZKxhbalt9c&2T!zF)0qFL)!7h##o=3D2usX$G>~kR77PSG5W+Mg_i` z5zw19l?A6%pBm74Sb}9}c`mXOyV_OeZO?Y+?H(bUhkFJ_ImzdnvAfQ!^H z1R>I{mTqCW0{Kbk+6#^jcP*k*xvtyUyWS*hWv35UNWH5g&op}Y@sIR`0IOyXGyh0n zRt-g$OiH>&pwS zi}?Y%YS>O$^D<^xn}dACnoIMoK}@q*o@&-E*$$c(%*biJ+i+K_oUJeT*T<-(Ll-5( z#gc?lRqp^hwYm1u#(|QV3HlGPbrYzqpaLiYprm4)5-ZA_C_=y`fn4O0vMh=kl#P@D z(!AdVkc-y5!rBPOyStV}STsaAj$CWnn{|y!DGJbxV?ZoQhU8CCfm~cs3@$0e6fPD6 zpeUu{imn^o=NXK)lfkiHh^t?&`Mf%Axt@lwkLNP}d`vW-I280a&}B}G%Oa;G6~GmB zN#qieU?>S7qv>e%8g4gl5e!{7q9fPcDMCquiKGBHB`zgHiYZ;<3@Ga;cF{m}}G7UwN%D?;T@l9$FXbZh@=1R&OV+ zZFozX14rl3b>C0p4ZOCSb-M3!UjTH>i|H`fEcFH^w%$|!f6jT`S7v{^GJ0h;cSL??uJ7*KcV>+Z z<=UNGW7`^3=Wc(^_HP1E^$|91XpurUvMSaO8(Zmq+i8b++lmo-2jM+Z&)sx?w>!a9 zF=yRk+3Vd<2T{7XX+>+~A=koBeZGoz9_AMMQ)vP+T|-qD*lS z5#b6H7fypHQ(QzuxB|t6(;&(e7ZDMzKyl$Th%&`RM1(6)TsRG)OmPtr;R+NNPJ<{@ zTtq~;0>y>XAj%XM5fQFHap5$GGQ~wigey>7I1QpqaS;*W3KSPkgD6v6L`1j(#f8%# z$`lt75w1XS;WUWy1#u0vUaJ8u^e&Ah^wNy)Z2RdZ^ui5RADhfGOznDxIr2${`TM`n z_sa~kATZ1yW*J63$}n%YKmV~G?`D_{d&hI5h3c>V^!yXI4UArMD1( zv1!|}Up{2teQ@~t$ivdllZU5|42C}|Cz-!&-}2!Py>|P%K6CC3WA&A1OPNg*qt`I2 zuf72eEDwKn-w$7h*Y4UldOwg)eR}bolaFqF{P`zK@e>E!GcP|Kzwd#aGvCK-P4}N>*OJAL0 zzJB^f=5Muwcl>$f-G@K==+mXl{>N_k!RZ6X4&U;~1atO#h2lGY@|L@^r%Um{*=s-b z(yjLu)StP-1C`G`vwGX{eTN?Ol Date: Mon, 29 Apr 2024 23:02:57 +0300 Subject: [PATCH 38/58] Goblin speech bubble, water/space cleaner spray reaction (#1309) * Goblin speech bubble * Update goblin.yml * Update Goblin.xml --------- Co-authored-by: Dvir <39403717+dvir001@users.noreply.github.com> --- .../_NF/Entities/Mobs/Species/goblin.yml | 22 ++++++++++++++ Resources/Prototypes/_NF/typing_indicator.yml | 5 ++++ .../ServerInfo/Guidebook/Mobs/Goblin.xml | 6 ++-- .../_NF/Effects/speech.rsi/goblin0.png | Bin 0 -> 6932 bytes .../_NF/Effects/speech.rsi/goblin1.png | Bin 0 -> 5909 bytes .../_NF/Effects/speech.rsi/goblin2.png | Bin 0 -> 5863 bytes .../Textures/_NF/Effects/speech.rsi/meta.json | 28 ++++++++++++++++++ 7 files changed, 58 insertions(+), 3 deletions(-) create mode 100644 Resources/Prototypes/_NF/typing_indicator.yml create mode 100644 Resources/Textures/_NF/Effects/speech.rsi/goblin0.png create mode 100644 Resources/Textures/_NF/Effects/speech.rsi/goblin1.png create mode 100644 Resources/Textures/_NF/Effects/speech.rsi/goblin2.png create mode 100644 Resources/Textures/_NF/Effects/speech.rsi/meta.json diff --git a/Resources/Prototypes/_NF/Entities/Mobs/Species/goblin.yml b/Resources/Prototypes/_NF/Entities/Mobs/Species/goblin.yml index 055a5e6f1d0..6745e1e03d5 100644 --- a/Resources/Prototypes/_NF/Entities/Mobs/Species/goblin.yml +++ b/Resources/Prototypes/_NF/Entities/Mobs/Species/goblin.yml @@ -31,6 +31,7 @@ damage: types: Slash: 3 +# Poison: 1 # Too Stinky - type: Speech speechSounds: Alto - type: DamageOnHighSpeedImpact @@ -60,6 +61,27 @@ # tallDensity: 185 - type: ReplacementAccent accent: goblin_accent + - type: TypingIndicator + proto: goblin + - type: SlowOnDamage + speedModifierThresholds: + 60: 0.85 # 0.7 is base speed. + 80: 0.75 # 0.5 is base speed. + - type: Reactive + groups: + Flammable: [ Touch ] + Extinguish: [ Touch ] + reactions: + - reagents: [ Water, SpaceCleaner, SoapReagent ] + methods: [ Touch ] + effects: + - !type:WashCreamPieReaction + - reagents: [ Water, SpaceCleaner, SoapReagent ] + methods: [ Touch ] + effects: + - !type:Emote + emote: Scream + probability: 0.2 - type: entity save: false diff --git a/Resources/Prototypes/_NF/typing_indicator.yml b/Resources/Prototypes/_NF/typing_indicator.yml new file mode 100644 index 00000000000..1faa4df1f4d --- /dev/null +++ b/Resources/Prototypes/_NF/typing_indicator.yml @@ -0,0 +1,5 @@ +- type: typingIndicator + id: goblin + spritePath: /Textures/_NF/Effects/speech.rsi + typingState: goblin0 + offset: 0, 0.2 diff --git a/Resources/ServerInfo/Guidebook/Mobs/Goblin.xml b/Resources/ServerInfo/Guidebook/Mobs/Goblin.xml index 7ab352a80e2..3221645512f 100644 --- a/Resources/ServerInfo/Guidebook/Mobs/Goblin.xml +++ b/Resources/ServerInfo/Guidebook/Mobs/Goblin.xml @@ -7,10 +7,10 @@ They can [color=#ffa500]only[/color] eat meat and fruits, but can eat raw meat and drink blood without any ill effects. - Their small stature allows goblins to dive into toilets and mailing units. + Their small stature allows goblins to dive into toilets and mailing units. They don't like to be sprayed with water or space cleaner. - Their unarmed attacks deal Slash damage instead of Blunt. + Their unarmed attacks deal [color=red]Slash[/color] damage instead of Blunt. - Due to their unusual dietary choices goblins take [color=green]20% less Toxin damage[/color], but because of their small size they take [color=#ffa500]10% more Brute (Blunt/Slash/Piercing) damage[/color]. + Due to their unusual dietary choices goblins take [color=lime]20% less Toxin damage[/color], but because of their small size they take [color=#ffa500]10% more Brute (Blunt/Slash/Piercing) damage[/color]. diff --git a/Resources/Textures/_NF/Effects/speech.rsi/goblin0.png b/Resources/Textures/_NF/Effects/speech.rsi/goblin0.png new file mode 100644 index 0000000000000000000000000000000000000000..59399c7d7ca7f8b7f7b15e1f857384f609f985ec GIT binary patch literal 6932 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 XWQ0E%!vA?fU?J_cG|t}jbLjs7?9L1C literal 0 HcmV?d00001 diff --git a/Resources/Textures/_NF/Effects/speech.rsi/goblin1.png b/Resources/Textures/_NF/Effects/speech.rsi/goblin1.png new file mode 100644 index 0000000000000000000000000000000000000000..a55b767808df68dc45ec282e875d7f5c56ce39f5 GIT binary patch literal 5909 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_NF/Effects/speech.rsi/goblin2.png b/Resources/Textures/_NF/Effects/speech.rsi/goblin2.png new file mode 100644 index 0000000000000000000000000000000000000000..5320d891dbc41ff6cdc0ea8adc49df30f3b0d536 GIT binary patch literal 5863 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 P4Uhyuv-uSPu}l9AvO2t! literal 0 HcmV?d00001 diff --git a/Resources/Textures/_NF/Effects/speech.rsi/meta.json b/Resources/Textures/_NF/Effects/speech.rsi/meta.json new file mode 100644 index 00000000000..bfff36ab804 --- /dev/null +++ b/Resources/Textures/_NF/Effects/speech.rsi/meta.json @@ -0,0 +1,28 @@ +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "Goblin speech bubble by ErhardSteinhauer", + "states": [ + { + "name": "goblin0", + "delays": [ + [ + 0.2, + 0.3, + 0.3, + 0.5 + ] + ] + }, + { + "name": "goblin1" + }, + { + "name": "goblin2" + } + ] +} From f63889ab1bffb0866d1d41d4ed0244b111448fe5 Mon Sep 17 00:00:00 2001 From: FrontierATC Date: Mon, 29 Apr 2024 20:03:22 +0000 Subject: [PATCH 39/58] Automatic Changelog (#1309) --- Resources/Changelog/Changelog.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 9c5f75daffd..c1620ff13c5 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -4399,3 +4399,13 @@ Entries: NFSD, as long as they are alive, for NFSD coins. id: 4961 time: '2024-04-29T17:48:22.0000000+00:00' +- author: erhardsteinhauer + changes: + - type: Add + message: Added goblin speech bubble. + - type: Tweak + message: Added to goblins low tolerance for cleanliness. + - type: Tweak + message: Goblins are less affected by slowdown from wounds. + id: 4962 + time: '2024-04-29T20:02:58.0000000+00:00' From 3d41338cd9d3ec18023c2ec73116a123d0f5d930 Mon Sep 17 00:00:00 2001 From: ErhardSteinhauer <65374927+ErhardSteinhauer@users.noreply.github.com> Date: Tue, 30 Apr 2024 00:36:47 +0300 Subject: [PATCH 40/58] Salvage Expeditions Rebalance: randomized loot, cash only rewards, extended time (#1219) * base * random lathes and circuit boards * more machine boards * cash n vendomats * made MarkerBasePlaceFree actually work as intended, moved the file to more apropriate folder * more consistent naming, better icons * engi items, bureaucracy clutter * engi and med specific spawners, raw mats * salvage and a bit of hydroponics * more * replaced some static items in dungeons with random spawners * tweaks * spoiled food, tweaked spawners, tweaked exped tilesets, new exped template, color palette * expeds reward is single stack of cash now * extended expedition timer, tweaked prob values on spawners * adjustments * more tweaks * small fix * reverted changes to experimental dungeon theme, lowered gun spawn probabilities * lowered chance to spawn meds * removed experiment.yml * fixes * restored experiment.yml * test * weapon crates in expos contain unregistered weapons * reverted changes to original map files for templates * reverted changes to base ss14 food spawners * fix * added randomized loot to new dungeon templates * more garbage items * tweaked snovy labs a bit more * more circuit boards * distributed atv and hoverbike spawners across dungeons * added IFF board to spawners * shuffle numbers, syndies use unregistered by NT guns * more fiddeling with numbers * weapon cases * missing condition component fix * shield storage fix * shuttle guns now stored in weapon cases * small changes to vendomats * Remove old packs * Done --------- Co-authored-by: Dvir --- .../Expeditions/Modifiers/SalvageTimeMod.cs | 5 +- Content.Shared/Salvage/SharedSalvageSystem.cs | 13 +- Resources/Maps/Dungeon/experiment.yml | 2410 ++- Resources/Maps/Dungeon/lava_brig.yml | 2322 +-- Resources/Maps/Dungeon/snowy_labs.yml | 5737 +++--- Resources/Maps/_NF/Dungeon/cave_factory.yml | 3455 ++-- Resources/Maps/_NF/Dungeon/experiment.yml | 11659 ++++++++++++ Resources/Maps/_NF/Dungeon/haunted.yml | 3239 ++++ Resources/Maps/_NF/Dungeon/lava_brig.yml | 13213 +++++++++++++ Resources/Maps/_NF/Dungeon/lava_mercenary.yml | 7367 ++++---- Resources/Maps/_NF/Dungeon/mineshaft.yml | 6394 +++++++ Resources/Maps/_NF/Dungeon/snowy_labs.yml | 15338 ++++++++++++++++ Resources/Maps/_NF/Dungeon/virology_lab.yml | 14554 +++++++++++++++ .../Markers/Spawners/Random/devices.yml | 2 +- .../Markers/Spawners/Random/randomitems.yml | 2 +- .../Markers/Spawners/Random/seeds.yml | 2 +- .../Procedural/biome_templates.yml | 65 - .../Procedural/dungeon_presets.yml | 29 - .../Procedural/dungeon_room_packs.yml | 159 - .../Procedural/Themes/experiment.yml | 80 +- .../Prototypes/Procedural/Themes/haunted.yml | 74 +- .../Procedural/Themes/lava_brig.yml | 74 +- .../Procedural/Themes/mineshaft.yml | 64 +- .../Procedural/Themes/snowylabs.yml | 88 +- .../Prototypes/Procedural/dungeon_configs.yml | 7 +- .../Prototypes/Procedural/dungeon_presets.yml | 2 +- .../Prototypes/Procedural/salvage_mods.yml | 4 +- .../Prototypes/Procedural/salvage_rewards.yml | 165 +- .../_NF/Catalog/Fills/Backpacks/duffelbag.yml | 37 + .../Fills/Backpacks/duffelbag_npc_loot.yml | 12 +- .../_NF/Catalog/Fills/Crates/armory.yml | 61 + .../Fills/Items/weapon_cases_expedition.yml | 290 + .../weapon_cases_shuttle_guns.yml} | 45 +- .../Random/dungeon_rnd_items_general.yml | 675 + .../Random/dungeon_rnd_items_kitchen.yml | 241 + .../Random/dungeon_rnd_items_research.yml | 172 + .../Random/dungeon_rng_items_armory.yml | 381 + .../Random/dungeon_rng_items_engineering.yml | 396 + .../Random/dungeon_rng_items_hydroponics.yml | 209 + .../Random/dungeon_rng_items_medical.yml | 631 + .../Random/dungeon_rng_items_supply.yml | 240 + .../Objects/Consumable/Food/spoiled.yml | 351 + .../_NF/Entities/Objects/Misc/space_cash.yml | 38 + .../Entities/Objects/Tools/weapon_cases.yml | 76 + .../Objects/Weapons/Guns/expedition_guns.yml | 75 + .../Prototypes/_NF/Palettes/frontier.yml | 11 +- .../_NF/Procedural/Themes/virology_lab.yml | 342 + .../_NF/Procedural/dungeon_configs.yml | 87 +- .../_NF/Procedural/salvage_mods.yml | 28 +- Resources/Prototypes/_NF/tags.yml | 5 +- .../_NF/Markers/general.rsi/meta.json | 14 + .../_NF/Markers/general.rsi/questionmark.png | Bin 0 -> 8549 bytes .../_NF/Objects/Misc/mold.rsi/meta.json | 15 + .../_NF/Objects/Misc/mold.rsi/mold.png | Bin 0 -> 6446 bytes .../Tools/guncaselong.rsi/icon-open.png | Bin 0 -> 6029 bytes .../Objects/Tools/guncaselong.rsi/icon.png | Bin 0 -> 5795 bytes .../Tools/guncaselong.rsi/inhand-left.png | Bin 0 -> 6280 bytes .../Tools/guncaselong.rsi/inhand-right.png | Bin 0 -> 6293 bytes .../Objects/Tools/guncaselong.rsi/meta.json | 31 + .../Tools/guncaselong.rsi/unshaded.png | Bin 0 -> 5576 bytes .../Tools/guncaseshort.rsi/icon-open.png | Bin 0 -> 6024 bytes .../Objects/Tools/guncaseshort.rsi/icon.png | Bin 0 -> 5745 bytes .../Tools/guncaseshort.rsi/inhand-left.png | Bin 0 -> 5897 bytes .../Tools/guncaseshort.rsi/inhand-right.png | Bin 0 -> 5925 bytes .../Objects/Tools/guncaseshort.rsi/meta.json | 31 + .../Tools/guncaseshort.rsi/unshaded.png | Bin 0 -> 5576 bytes 66 files changed, 79425 insertions(+), 11592 deletions(-) create mode 100644 Resources/Maps/_NF/Dungeon/experiment.yml create mode 100644 Resources/Maps/_NF/Dungeon/haunted.yml create mode 100644 Resources/Maps/_NF/Dungeon/lava_brig.yml create mode 100644 Resources/Maps/_NF/Dungeon/mineshaft.yml create mode 100644 Resources/Maps/_NF/Dungeon/snowy_labs.yml create mode 100644 Resources/Maps/_NF/Dungeon/virology_lab.yml delete mode 100644 Resources/Prototypes/Nyanotrasen/Procedural/biome_templates.yml delete mode 100644 Resources/Prototypes/Nyanotrasen/Procedural/dungeon_presets.yml delete mode 100644 Resources/Prototypes/Nyanotrasen/Procedural/dungeon_room_packs.yml create mode 100644 Resources/Prototypes/_NF/Catalog/Fills/Crates/armory.yml create mode 100644 Resources/Prototypes/_NF/Catalog/Fills/Items/weapon_cases_expedition.yml rename Resources/Prototypes/_NF/Catalog/Fills/{Backpacks/duffelbag_guns.yml => Items/weapon_cases_shuttle_guns.yml} (82%) create mode 100644 Resources/Prototypes/_NF/Entities/Markers/Spawners/Random/dungeon_rnd_items_general.yml create mode 100644 Resources/Prototypes/_NF/Entities/Markers/Spawners/Random/dungeon_rnd_items_kitchen.yml create mode 100644 Resources/Prototypes/_NF/Entities/Markers/Spawners/Random/dungeon_rnd_items_research.yml create mode 100644 Resources/Prototypes/_NF/Entities/Markers/Spawners/Random/dungeon_rng_items_armory.yml create mode 100644 Resources/Prototypes/_NF/Entities/Markers/Spawners/Random/dungeon_rng_items_engineering.yml create mode 100644 Resources/Prototypes/_NF/Entities/Markers/Spawners/Random/dungeon_rng_items_hydroponics.yml create mode 100644 Resources/Prototypes/_NF/Entities/Markers/Spawners/Random/dungeon_rng_items_medical.yml create mode 100644 Resources/Prototypes/_NF/Entities/Markers/Spawners/Random/dungeon_rng_items_supply.yml create mode 100644 Resources/Prototypes/_NF/Entities/Objects/Consumable/Food/spoiled.yml create mode 100644 Resources/Prototypes/_NF/Entities/Objects/Misc/space_cash.yml create mode 100644 Resources/Prototypes/_NF/Entities/Objects/Tools/weapon_cases.yml create mode 100644 Resources/Prototypes/_NF/Entities/Objects/Weapons/Guns/expedition_guns.yml create mode 100644 Resources/Prototypes/_NF/Procedural/Themes/virology_lab.yml create mode 100644 Resources/Textures/_NF/Markers/general.rsi/meta.json create mode 100644 Resources/Textures/_NF/Markers/general.rsi/questionmark.png create mode 100644 Resources/Textures/_NF/Objects/Misc/mold.rsi/meta.json create mode 100644 Resources/Textures/_NF/Objects/Misc/mold.rsi/mold.png create mode 100644 Resources/Textures/_NF/Objects/Tools/guncaselong.rsi/icon-open.png create mode 100644 Resources/Textures/_NF/Objects/Tools/guncaselong.rsi/icon.png create mode 100644 Resources/Textures/_NF/Objects/Tools/guncaselong.rsi/inhand-left.png create mode 100644 Resources/Textures/_NF/Objects/Tools/guncaselong.rsi/inhand-right.png create mode 100644 Resources/Textures/_NF/Objects/Tools/guncaselong.rsi/meta.json create mode 100644 Resources/Textures/_NF/Objects/Tools/guncaselong.rsi/unshaded.png create mode 100644 Resources/Textures/_NF/Objects/Tools/guncaseshort.rsi/icon-open.png create mode 100644 Resources/Textures/_NF/Objects/Tools/guncaseshort.rsi/icon.png create mode 100644 Resources/Textures/_NF/Objects/Tools/guncaseshort.rsi/inhand-left.png create mode 100644 Resources/Textures/_NF/Objects/Tools/guncaseshort.rsi/inhand-right.png create mode 100644 Resources/Textures/_NF/Objects/Tools/guncaseshort.rsi/meta.json create mode 100644 Resources/Textures/_NF/Objects/Tools/guncaseshort.rsi/unshaded.png diff --git a/Content.Shared/Salvage/Expeditions/Modifiers/SalvageTimeMod.cs b/Content.Shared/Salvage/Expeditions/Modifiers/SalvageTimeMod.cs index 6cc3507538f..a6e9329efa6 100644 --- a/Content.Shared/Salvage/Expeditions/Modifiers/SalvageTimeMod.cs +++ b/Content.Shared/Salvage/Expeditions/Modifiers/SalvageTimeMod.cs @@ -11,13 +11,14 @@ public sealed class SalvageTimeMod : IPrototype, ISalvageMod /// /// Cost for difficulty modifiers. + /// Frontier: expedition timer min set to 900 and max to 930 /// [DataField("cost")] public float Cost { get; private set; } [DataField("minDuration")] - public int MinDuration = 630; + public int MinDuration = 900; [DataField("maxDuration")] - public int MaxDuration = 570; + public int MaxDuration = 930; } diff --git a/Content.Shared/Salvage/SharedSalvageSystem.cs b/Content.Shared/Salvage/SharedSalvageSystem.cs index 54249c43879..669ab9cef86 100644 --- a/Content.Shared/Salvage/SharedSalvageSystem.cs +++ b/Content.Shared/Salvage/SharedSalvageSystem.cs @@ -194,24 +194,27 @@ private List GetRewards(DifficultyRating difficulty, System.Random rand) /// /// Get a list of WeightedRandomEntityPrototype IDs with the rewards for a certain difficulty. + /// Frontier: added uncommon and legendary reward tiers, limited amount of rewards to 1 per difficulty rating /// private string[] RewardsForDifficulty(DifficultyRating rating) { var common = "SalvageRewardCommon"; + var uncommon = "SalvageRewardUncommon"; var rare = "SalvageRewardRare"; var epic = "SalvageRewardEpic"; + var legendary = "SalvageRewardLegendary"; switch (rating) { case DifficultyRating.Minimal: - return new string[] { common, common, common }; + return new string[] { common }; case DifficultyRating.Minor: - return new string[] { common, common, rare }; + return new string[] { uncommon }; case DifficultyRating.Moderate: - return new string[] { common, rare, rare }; + return new string[] { rare }; case DifficultyRating.Hazardous: - return new string[] { rare, rare, rare, epic }; + return new string[] { epic }; case DifficultyRating.Extreme: - return new string[] { rare, rare, epic, epic, epic }; + return new string[] { legendary }; default: throw new NotImplementedException(); } diff --git a/Resources/Maps/Dungeon/experiment.yml b/Resources/Maps/Dungeon/experiment.yml index 6d2b5dc3212..0fe62ef9c8d 100644 --- a/Resources/Maps/Dungeon/experiment.yml +++ b/Resources/Maps/Dungeon/experiment.yml @@ -20,20 +20,20 @@ tilemap: 76: FloorPlastic 78: FloorReinforced 81: FloorShowroom - 83: FloorShuttleOrange - 90: FloorSteel - 95: FloorSteelDiagonal - 100: FloorSteelMini - 101: FloorSteelMono - 104: FloorSteelPavementVertical - 105: FloorTechMaint - 106: FloorTechMaint2 - 107: FloorTechMaint3 - 109: FloorWhite - 114: FloorWhiteMono - 118: FloorWhitePlastic - 119: FloorWood - 122: Plating + 85: FloorShuttleOrange + 92: FloorSteel + 97: FloorSteelDiagonal + 102: FloorSteelMini + 103: FloorSteelMono + 106: FloorSteelPavementVertical + 107: FloorTechMaint + 108: FloorTechMaint2 + 109: FloorTechMaint3 + 111: FloorWhite + 116: FloorWhiteMono + 120: FloorWhitePlastic + 121: FloorWood + 125: Plating entities: - proto: "" entities: @@ -49,95 +49,95 @@ entities: chunks: -1,-1: ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAA version: 6 0,0: ind: 0,0 - tiles: cgAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAADWgAAAAAAWgAAAAADWgAAAAABWgAAAAADWgAAAAACWgAAAAACWgAAAAABWgAAAAAAWgAAAAADbQAAAAAAWgAAAAAAWgAAAAADWgAAAAADWgAAAAABWgAAAAAAWgAAAAADWgAAAAACWgAAAAAAWgAAAAABWgAAAAAAWgAAAAAAWgAAAAADWgAAAAACWgAAAAAAWgAAAAAAbQAAAAAAWgAAAAABWgAAAAADegAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAegAAAAAAWgAAAAABWgAAAAABbQAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAAAWgAAAAABWgAAAAABWgAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAABcgAAAAAAWgAAAAAAWgAAAAACWgAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAADWgAAAAAAWgAAAAADWgAAAAABWgAAAAABWgAAAAADWgAAAAADWgAAAAABWgAAAAADUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAATAAAAAAAdgAAAAABTAAAAAAATAAAAAABdgAAAAABTAAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAADWgAAAAABUwAAAAAAIQAAAAAAJQAAAAAAJQAAAAAAJQAAAAAATAAAAAADdgAAAAABTAAAAAAATAAAAAACdgAAAAAATAAAAAACWgAAAAADWgAAAAAAWgAAAAABWgAAAAAAWgAAAAADUwAAAAAAJgAAAAAAOwAAAAAAaAAAAAAAOwAAAAAAWgAAAAAAdwAAAAABdwAAAAAAdwAAAAABdwAAAAAAdwAAAAADdwAAAAACdwAAAAABdwAAAAAAdwAAAAABdwAAAAADUwAAAAAAJgAAAAAAOwAAAAAAaAAAAAAAOwAAAAAATAAAAAACdwAAAAABdwAAAAABdwAAAAAAdwAAAAACdwAAAAABdwAAAAABdwAAAAAAdwAAAAACdwAAAAAAdwAAAAACUwAAAAAAJgAAAAAAOwAAAAAAaAAAAAAAOwAAAAAATAAAAAABTAAAAAACTAAAAAAATAAAAAACTAAAAAABTAAAAAABTAAAAAABTAAAAAAATAAAAAACTAAAAAABTAAAAAABUwAAAAAAIQAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAegAAAAAAHgAAAAABWgAAAAADWgAAAAACWgAAAAADHgAAAAACegAAAAAAUwAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAUwAAAAAAegAAAAAAHgAAAAACWgAAAAABWgAAAAABWgAAAAABHgAAAAADegAAAAAAUwAAAAAAHgAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAHgAAAAAAUwAAAAAAWgAAAAACWgAAAAACWgAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAAAUwAAAAAAHgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAHgAAAAAAUwAAAAAAWgAAAAACWgAAAAADWgAAAAABWgAAAAABWgAAAAADWgAAAAACWgAAAAADUwAAAAAAHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAUwAAAAAA + tiles: dAAAAAAAXAAAAAACXAAAAAAAXAAAAAADXAAAAAABXAAAAAAAXAAAAAADXAAAAAAAXAAAAAADXAAAAAABXAAAAAADXAAAAAACXAAAAAACXAAAAAABXAAAAAAAXAAAAAADbwAAAAAAXAAAAAAAXAAAAAADXAAAAAADXAAAAAABXAAAAAAAXAAAAAADXAAAAAACXAAAAAAAXAAAAAABXAAAAAAAXAAAAAAAXAAAAAADXAAAAAACXAAAAAAAXAAAAAAAbwAAAAAAXAAAAAABXAAAAAADfQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAfQAAAAAAXAAAAAABXAAAAAABbwAAAAAAXAAAAAADXAAAAAABXAAAAAAAXAAAAAACXAAAAAACXAAAAAACXAAAAAAAXAAAAAABXAAAAAABXAAAAAAAXAAAAAAAXAAAAAACXAAAAAACXAAAAAACXAAAAAABdAAAAAAAXAAAAAAAXAAAAAACXAAAAAAAXAAAAAAAXAAAAAADXAAAAAAAXAAAAAADXAAAAAAAXAAAAAADXAAAAAABXAAAAAABXAAAAAADXAAAAAADXAAAAAABXAAAAAADVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAATAAAAAAAeAAAAAABTAAAAAAATAAAAAABeAAAAAABTAAAAAAAXAAAAAAAXAAAAAADXAAAAAAAXAAAAAADXAAAAAABVQAAAAAAIQAAAAAAJQAAAAAAJQAAAAAAJQAAAAAATAAAAAADeAAAAAABTAAAAAAATAAAAAACeAAAAAAATAAAAAACXAAAAAADXAAAAAAAXAAAAAABXAAAAAAAXAAAAAADVQAAAAAAJgAAAAAAOwAAAAAAagAAAAAAOwAAAAAAXAAAAAAAeQAAAAABeQAAAAAAeQAAAAABeQAAAAAAeQAAAAADeQAAAAACeQAAAAABeQAAAAAAeQAAAAABeQAAAAADVQAAAAAAJgAAAAAAOwAAAAAAagAAAAAAOwAAAAAATAAAAAACeQAAAAABeQAAAAABeQAAAAAAeQAAAAACeQAAAAABeQAAAAABeQAAAAAAeQAAAAACeQAAAAAAeQAAAAACVQAAAAAAJgAAAAAAOwAAAAAAagAAAAAAOwAAAAAATAAAAAABTAAAAAACTAAAAAAATAAAAAACTAAAAAABTAAAAAABTAAAAAABTAAAAAAATAAAAAACTAAAAAABTAAAAAABVQAAAAAAIQAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAfQAAAAAAHgAAAAABXAAAAAADXAAAAAACXAAAAAADHgAAAAACfQAAAAAAVQAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAVQAAAAAAfQAAAAAAHgAAAAACXAAAAAABXAAAAAABXAAAAAABHgAAAAADfQAAAAAAVQAAAAAAHgAAAAAAfQAAAAAAfQAAAAAAbAAAAAAAfQAAAAAAfQAAAAAAHgAAAAAAVQAAAAAAXAAAAAACXAAAAAACXAAAAAAAfQAAAAAAXAAAAAACXAAAAAABXAAAAAAAVQAAAAAAHgAAAAAAfQAAAAAATgAAAAAATgAAAAAATgAAAAAAfQAAAAAAHgAAAAAAVQAAAAAAXAAAAAACXAAAAAADXAAAAAABXAAAAAABXAAAAAADXAAAAAACXAAAAAADVQAAAAAAHgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAHgAAAAAAVQAAAAAA version: 6 0,1: ind: 0,1 - tiles: WgAAAAAAWgAAAAADWgAAAAACWgAAAAACWgAAAAABWgAAAAACWgAAAAABUwAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAUwAAAAAAWgAAAAABbQAAAAACbQAAAAACbQAAAAADWgAAAAABUwAAAAAAMgAAAAAAbQAAAAADbQAAAAADbQAAAAAALQAAAAAALQAAAAAALQAAAAAAegAAAAAAegAAAAAAUwAAAAAAbQAAAAABbQAAAAADMgAAAAAAbQAAAAADbQAAAAADUwAAAAAAbQAAAAACbQAAAAADbQAAAAADbQAAAAACLQAAAAAALQAAAAAAdgAAAAADdgAAAAADdgAAAAADUwAAAAAAbQAAAAADMgAAAAAAMgAAAAAAMgAAAAAAbQAAAAABUwAAAAAAbQAAAAABbQAAAAADWgAAAAABbQAAAAADLQAAAAAAegAAAAAAdgAAAAADbQAAAAACbQAAAAACUwAAAAAAbQAAAAABbQAAAAACMgAAAAAAbQAAAAABbQAAAAAAUwAAAAAAbQAAAAACbQAAAAAAbQAAAAADbQAAAAABLQAAAAAAegAAAAAAdgAAAAADbQAAAAAAbQAAAAADUwAAAAAAWgAAAAAAbQAAAAADbQAAAAAAbQAAAAABWgAAAAABUwAAAAAAbQAAAAABbQAAAAADbQAAAAABbQAAAAACUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAATgAAAAAATgAAAAAATgAAAAAAUwAAAAAAWgAAAAAAWgAAAAABWgAAAAADUwAAAAAAUQAAAAAAUQAAAAAALQAAAAAAUwAAAAAAZAAAAAACZAAAAAACZQAAAAAAUwAAAAAATgAAAAAAEgAAAAAATgAAAAAAUwAAAAAAaQAAAAAAWgAAAAAAWgAAAAADUwAAAAAALQAAAAAAUQAAAAAALQAAAAAAUwAAAAAAZAAAAAACZAAAAAACZQAAAAACUwAAAAAATgAAAAAAEgAAAAAATgAAAAAAUwAAAAAAWgAAAAADWgAAAAACWgAAAAADUwAAAAAALQAAAAAALQAAAAAALQAAAAAAUwAAAAAAZAAAAAADZAAAAAACZQAAAAACUwAAAAAATgAAAAAAEgAAAAAATgAAAAAAUwAAAAAAWgAAAAADWgAAAAABWgAAAAABUwAAAAAALQAAAAAAUQAAAAAALQAAAAAAUwAAAAAAZAAAAAACZAAAAAADZQAAAAABUwAAAAAATgAAAAAATgAAAAAATgAAAAAAUwAAAAAAWgAAAAABWgAAAAAAWgAAAAACUwAAAAAALQAAAAAALQAAAAAAUQAAAAAAUwAAAAAAZAAAAAADZAAAAAAAZQAAAAABUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAWgAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAABbQAAAAABWgAAAAACbQAAAAAAbQAAAAADegAAAAAAHgAAAAAAHgAAAAAAHgAAAAACUwAAAAAAbQAAAAAAbQAAAAACWgAAAAAAHgAAAAABHgAAAAABHgAAAAAAWgAAAAABWgAAAAAAWgAAAAADWgAAAAABWgAAAAADHgAAAAABHgAAAAABHgAAAAADWgAAAAADUwAAAAAAbQAAAAACbQAAAAAC + tiles: XAAAAAAAXAAAAAADXAAAAAACXAAAAAACXAAAAAABXAAAAAACXAAAAAABVQAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAVQAAAAAAXAAAAAABbwAAAAACbwAAAAACbwAAAAADXAAAAAABVQAAAAAAMgAAAAAAbwAAAAADbwAAAAADbwAAAAAALQAAAAAALQAAAAAALQAAAAAAfQAAAAAAfQAAAAAAVQAAAAAAbwAAAAABbwAAAAADMgAAAAAAbwAAAAADbwAAAAADVQAAAAAAbwAAAAACbwAAAAADbwAAAAADbwAAAAACLQAAAAAALQAAAAAAeAAAAAADeAAAAAADeAAAAAADVQAAAAAAbwAAAAADMgAAAAAAMgAAAAAAMgAAAAAAbwAAAAABVQAAAAAAbwAAAAABbwAAAAADXAAAAAABbwAAAAADLQAAAAAAfQAAAAAAeAAAAAADbwAAAAACbwAAAAACVQAAAAAAbwAAAAABbwAAAAACMgAAAAAAbwAAAAABbwAAAAAAVQAAAAAAbwAAAAACbwAAAAAAbwAAAAADbwAAAAABLQAAAAAAfQAAAAAAeAAAAAADbwAAAAAAbwAAAAADVQAAAAAAXAAAAAAAbwAAAAADbwAAAAAAbwAAAAABXAAAAAABVQAAAAAAbwAAAAABbwAAAAADbwAAAAABbwAAAAACVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAATgAAAAAATgAAAAAATgAAAAAAVQAAAAAAXAAAAAAAXAAAAAABXAAAAAADVQAAAAAAUQAAAAAAUQAAAAAALQAAAAAAVQAAAAAAZgAAAAACZgAAAAACZwAAAAAAVQAAAAAATgAAAAAAEgAAAAAATgAAAAAAVQAAAAAAawAAAAAAXAAAAAAAXAAAAAADVQAAAAAALQAAAAAAUQAAAAAALQAAAAAAVQAAAAAAZgAAAAACZgAAAAACZwAAAAACVQAAAAAATgAAAAAAEgAAAAAATgAAAAAAVQAAAAAAXAAAAAADXAAAAAACXAAAAAADVQAAAAAALQAAAAAALQAAAAAALQAAAAAAVQAAAAAAZgAAAAADZgAAAAACZwAAAAACVQAAAAAATgAAAAAAEgAAAAAATgAAAAAAVQAAAAAAXAAAAAADXAAAAAABXAAAAAABVQAAAAAALQAAAAAAUQAAAAAALQAAAAAAVQAAAAAAZgAAAAACZgAAAAADZwAAAAABVQAAAAAATgAAAAAATgAAAAAATgAAAAAAVQAAAAAAXAAAAAABXAAAAAAAXAAAAAACVQAAAAAALQAAAAAALQAAAAAAUQAAAAAAVQAAAAAAZgAAAAADZgAAAAAAZwAAAAABVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAXAAAAAAAXAAAAAACXAAAAAAAXAAAAAADXAAAAAABbwAAAAABXAAAAAACbwAAAAAAbwAAAAADfQAAAAAAHgAAAAAAHgAAAAAAHgAAAAACVQAAAAAAbwAAAAAAbwAAAAACXAAAAAAAHgAAAAABHgAAAAABHgAAAAAAXAAAAAABXAAAAAAAXAAAAAADXAAAAAABXAAAAAADHgAAAAABHgAAAAABHgAAAAADXAAAAAADVQAAAAAAbwAAAAACbwAAAAAC version: 6 0,-1: ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAA version: 6 -1,0: ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAA version: 6 -1,1: ind: -1,1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAA version: 6 1,-1: ind: 1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAA version: 6 1,0: ind: 1,0 - tiles: cgAAAAAAUwAAAAAAWgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAAATgAAAAAAbQAAAAAAUwAAAAAAWgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAAATgAAAAAAbQAAAAAAUwAAAAAAWgAAAAAAWgAAAAAATgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAATgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAATgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAbQAAAAAAUwAAAAAAWgAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAcgAAAAAAUwAAAAAAWgAAAAAAegAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAIQAAAAAAUwAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAWgAAAAAAaAAAAAAAWgAAAAAAOwAAAAAAaAAAAAAAOwAAAAAAJgAAAAAAUwAAAAAAaQAAAAAAWgAAAAAAHgAAAAAAHgAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAWgAAAAAAaAAAAAAAWgAAAAAAOwAAAAAAaAAAAAAAOwAAAAAAJgAAAAAAUwAAAAAAaQAAAAAAWgAAAAAAHgAAAAAAHgAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAWgAAAAAAaAAAAAAAWgAAAAAAOwAAAAAAaAAAAAAAOwAAAAAAJgAAAAAAUwAAAAAAaQAAAAAAWgAAAAAAHgAAAAAAHgAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAIQAAAAAAUwAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAWgAAAAABWgAAAAADWgAAAAAAWgAAAAABWgAAAAACWgAAAAABWgAAAAADUwAAAAAATgAAAAAATgAAAAAATgAAAAAAbQAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAUwAAAAAAWgAAAAACSwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAAWgAAAAABUwAAAAAATgAAAAAATgAAAAAATgAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAHgAAAAAAUwAAAAAAWgAAAAABSwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAAWgAAAAADUwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAUwAAAAAAWgAAAAABSwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAAWgAAAAAAUwAAAAAAHgAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAUwAAAAAA + tiles: dAAAAAAAVQAAAAAAXAAAAAAATgAAAAAATgAAAAAATgAAAAAAXAAAAAAATgAAAAAATgAAAAAATgAAAAAAXAAAAAAATgAAAAAATgAAAAAATgAAAAAAXAAAAAAATgAAAAAAbwAAAAAAVQAAAAAAXAAAAAAATgAAAAAATgAAAAAATgAAAAAAXAAAAAAATgAAAAAATgAAAAAATgAAAAAAXAAAAAAATgAAAAAATgAAAAAATgAAAAAAXAAAAAAATgAAAAAAbwAAAAAAVQAAAAAAXAAAAAAAXAAAAAAATgAAAAAAXAAAAAAAXAAAAAAAXAAAAAAATgAAAAAAXAAAAAAAXAAAAAAAXAAAAAAATgAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAbwAAAAAAVQAAAAAAXAAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAdAAAAAAAVQAAAAAAXAAAAAAAfQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAIQAAAAAAVQAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAXAAAAAAAagAAAAAAXAAAAAAAOwAAAAAAagAAAAAAOwAAAAAAJgAAAAAAVQAAAAAAawAAAAAAXAAAAAAAHgAAAAAAHgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAHgAAAAAAXAAAAAAAagAAAAAAXAAAAAAAOwAAAAAAagAAAAAAOwAAAAAAJgAAAAAAVQAAAAAAawAAAAAAXAAAAAAAHgAAAAAAHgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAHgAAAAAAXAAAAAAAagAAAAAAXAAAAAAAOwAAAAAAagAAAAAAOwAAAAAAJgAAAAAAVQAAAAAAawAAAAAAXAAAAAAAHgAAAAAAHgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAHgAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAIQAAAAAAVQAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAXAAAAAABXAAAAAADXAAAAAAAXAAAAAABXAAAAAACXAAAAAABXAAAAAADVQAAAAAATgAAAAAATgAAAAAATgAAAAAAbwAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAVQAAAAAAXAAAAAACSwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAAXAAAAAABVQAAAAAATgAAAAAATgAAAAAATgAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAHgAAAAAAVQAAAAAAXAAAAAABSwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAAXAAAAAADVQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAVQAAAAAAXAAAAAABSwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAAXAAAAAAAVQAAAAAAHgAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAVQAAAAAA version: 6 1,1: ind: 1,1 - tiles: WgAAAAAAWgAAAAADWgAAAAADWgAAAAADWgAAAAACWgAAAAADWgAAAAACUwAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAbQAAAAADUwAAAAAAMgAAAAAAWgAAAAABWgAAAAABWgAAAAABMgAAAAAAUwAAAAAAWgAAAAAAWgAAAAADWgAAAAADWgAAAAAAWgAAAAADUwAAAAAAbQAAAAAAbQAAAAABbQAAAAAAUwAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAADWgAAAAADUwAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAWgAAAAADUwAAAAAAbQAAAAABbQAAAAADbQAAAAABUwAAAAAAWgAAAAABWgAAAAACWgAAAAABWgAAAAACWgAAAAABUwAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAWgAAAAACUwAAAAAAWgAAAAACWgAAAAAAbQAAAAABUwAAAAAAWgAAAAADWgAAAAABWgAAAAADWgAAAAABWgAAAAADUwAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAWgAAAAACUwAAAAAAWgAAAAADWgAAAAACbQAAAAADUwAAAAAAMgAAAAAAWgAAAAACWgAAAAAAWgAAAAABMgAAAAAAUwAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAADegAAAAAAUwAAAAAAWgAAAAACWgAAAAABUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAHgAAAAADHgAAAAACHgAAAAAAUwAAAAAAXwAAAAAAXwAAAAADXwAAAAABUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAHgAAAAADHgAAAAAAHgAAAAADUwAAAAAAXwAAAAAAXwAAAAAAagAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAHgAAAAABHgAAAAAAHgAAAAADUwAAAAAAXwAAAAADXwAAAAACagAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAHgAAAAAAHgAAAAAAHgAAAAACUwAAAAAAXwAAAAAAXwAAAAABagAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAHgAAAAAAHgAAAAAAHgAAAAACUwAAAAAAXwAAAAAAXwAAAAABXwAAAAADUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAbQAAAAADegAAAAAAWgAAAAABWgAAAAACWgAAAAACWgAAAAABWgAAAAADWgAAAAACWgAAAAAAWgAAAAABWgAAAAABUwAAAAAAHgAAAAADHgAAAAAAHgAAAAACHgAAAAABbQAAAAADaQAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAACWgAAAAAAWgAAAAAAWgAAAAADWgAAAAADWgAAAAAAUwAAAAAAHgAAAAAAHgAAAAAAHgAAAAACHgAAAAAD + tiles: XAAAAAAAXAAAAAADXAAAAAADXAAAAAADXAAAAAACXAAAAAADXAAAAAACVQAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAbwAAAAADVQAAAAAAMgAAAAAAXAAAAAABXAAAAAABXAAAAAABMgAAAAAAVQAAAAAAXAAAAAAAXAAAAAADXAAAAAADXAAAAAAAXAAAAAADVQAAAAAAbwAAAAAAbwAAAAABbwAAAAAAVQAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAADXAAAAAADVQAAAAAAXAAAAAACfQAAAAAAfQAAAAAAfQAAAAAAXAAAAAADVQAAAAAAbwAAAAABbwAAAAADbwAAAAABVQAAAAAAXAAAAAABXAAAAAACXAAAAAABXAAAAAACXAAAAAABVQAAAAAAXAAAAAADfQAAAAAAfQAAAAAAfQAAAAAAXAAAAAACVQAAAAAAXAAAAAACXAAAAAAAbwAAAAABVQAAAAAAXAAAAAADXAAAAAABXAAAAAADXAAAAAABXAAAAAADVQAAAAAAXAAAAAACfQAAAAAAfQAAAAAAfQAAAAAAXAAAAAACVQAAAAAAXAAAAAADXAAAAAACbwAAAAADVQAAAAAAMgAAAAAAXAAAAAACXAAAAAAAXAAAAAABMgAAAAAAVQAAAAAAXAAAAAABXAAAAAABXAAAAAABXAAAAAADfQAAAAAAVQAAAAAAXAAAAAACXAAAAAABVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAHgAAAAADHgAAAAACHgAAAAAAVQAAAAAAYQAAAAAAYQAAAAADYQAAAAABVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAHgAAAAADHgAAAAAAHgAAAAADVQAAAAAAYQAAAAAAYQAAAAAAbAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAHgAAAAABHgAAAAAAHgAAAAADVQAAAAAAYQAAAAADYQAAAAACbAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAHgAAAAAAHgAAAAAAHgAAAAACVQAAAAAAYQAAAAAAYQAAAAABbAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAHgAAAAAAHgAAAAAAHgAAAAACVQAAAAAAYQAAAAAAYQAAAAABYQAAAAADVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAbwAAAAADfQAAAAAAXAAAAAABXAAAAAACXAAAAAACXAAAAAABXAAAAAADXAAAAAACXAAAAAAAXAAAAAABXAAAAAABVQAAAAAAHgAAAAADHgAAAAAAHgAAAAACHgAAAAABbwAAAAADawAAAAAAXAAAAAADXAAAAAABXAAAAAAAXAAAAAACXAAAAAAAXAAAAAAAXAAAAAADXAAAAAADXAAAAAAAVQAAAAAAHgAAAAAAHgAAAAAAHgAAAAACHgAAAAAD version: 6 -1,2: ind: -1,2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAA version: 6 -1,3: ind: -1,3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,2: ind: 0,2 - tiles: HgAAAAADHgAAAAACHgAAAAAAegAAAAAAbQAAAAAAbQAAAAAAWgAAAAABbQAAAAABWgAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAADUwAAAAAAbQAAAAADbQAAAAACUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAWgAAAAACWgAAAAACWgAAAAAAWgAAAAADcgAAAAAAcgAAAAAAcgAAAAADWgAAAAADWgAAAAACWgAAAAACWgAAAAABUwAAAAAAWgAAAAADWgAAAAABegAAAAAAegAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAAAZQAAAAADZQAAAAAAZQAAAAABWgAAAAACWgAAAAABWgAAAAAAWgAAAAABUwAAAAAAWgAAAAACcgAAAAABcgAAAAABegAAAAAAWgAAAAAAWgAAAAAAWgAAAAACWgAAAAABcgAAAAABcgAAAAAAcgAAAAACWgAAAAABWgAAAAAAWgAAAAACWgAAAAABUwAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAABUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAWgAAAAACWgAAAAABWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAADWgAAAAADUwAAAAAAWgAAAAACWgAAAAADWgAAAAABWgAAAAADWgAAAAADWgAAAAAAWgAAAAAAUwAAAAAAWgAAAAAAWgAAAAABWgAAAAABWgAAAAADWgAAAAADWgAAAAAAWgAAAAABUwAAAAAAWgAAAAADWgAAAAABNwAAAAAANwAAAAAANwAAAAAAWgAAAAABWgAAAAADUwAAAAAAWgAAAAAAWgAAAAACWgAAAAADWgAAAAABWgAAAAABWgAAAAABWgAAAAAAUwAAAAAAWgAAAAAAWgAAAAABWgAAAAAAWgAAAAACWgAAAAAAWgAAAAACWgAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAWgAAAAADWgAAAAABWgAAAAABbQAAAAADTgAAAAAATgAAAAAATgAAAAAAUwAAAAAAegAAAAAAHgAAAAABHgAAAAACHgAAAAADHgAAAAACHgAAAAABHgAAAAABUwAAAAAAWgAAAAABWgAAAAABWgAAAAADbQAAAAAATgAAAAAATgAAAAAATgAAAAAAUwAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAAAHgAAAAACegAAAAAAegAAAAAAUwAAAAAAWgAAAAABWgAAAAAAWgAAAAADbQAAAAACTgAAAAAATgAAAAAATgAAAAAAUwAAAAAAWgAAAAACagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAWgAAAAAAUwAAAAAAWgAAAAACWgAAAAAAWgAAAAADegAAAAAAbQAAAAACbQAAAAAAbQAAAAADUwAAAAAAWgAAAAADagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAWgAAAAABUwAAAAAAWgAAAAADWgAAAAABWgAAAAADbQAAAAABbQAAAAADegAAAAAAbQAAAAACUwAAAAAAWgAAAAACagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAWgAAAAABUwAAAAAAdgAAAAAAdgAAAAABdgAAAAAAbQAAAAABegAAAAAAbQAAAAABbQAAAAADUwAAAAAAWgAAAAADawAAAAACagAAAAAAawAAAAAAagAAAAAAawAAAAAAWgAAAAABUwAAAAAA + tiles: HgAAAAADHgAAAAACHgAAAAAAfQAAAAAAbwAAAAAAbwAAAAAAXAAAAAABbwAAAAABXAAAAAAAXAAAAAAAXAAAAAACXAAAAAACXAAAAAADVQAAAAAAbwAAAAADbwAAAAACVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAXAAAAAACXAAAAAACXAAAAAAAXAAAAAADdAAAAAAAdAAAAAAAdAAAAAADXAAAAAADXAAAAAACXAAAAAACXAAAAAABVQAAAAAAXAAAAAADXAAAAAABfQAAAAAAfQAAAAAAXAAAAAACXAAAAAADXAAAAAACXAAAAAAAZwAAAAADZwAAAAAAZwAAAAABXAAAAAACXAAAAAABXAAAAAAAXAAAAAABVQAAAAAAXAAAAAACdAAAAAABdAAAAAABfQAAAAAAXAAAAAAAXAAAAAAAXAAAAAACXAAAAAABdAAAAAABdAAAAAAAdAAAAAACXAAAAAABXAAAAAAAXAAAAAACXAAAAAABVQAAAAAAXAAAAAADXAAAAAADXAAAAAACXAAAAAABVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAXAAAAAACXAAAAAABXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAADXAAAAAADVQAAAAAAXAAAAAACXAAAAAADXAAAAAABXAAAAAADXAAAAAADXAAAAAAAXAAAAAAAVQAAAAAAXAAAAAAAXAAAAAABXAAAAAABXAAAAAADXAAAAAADXAAAAAAAXAAAAAABVQAAAAAAXAAAAAADXAAAAAABNwAAAAAANwAAAAAANwAAAAAAXAAAAAABXAAAAAADVQAAAAAAXAAAAAAAXAAAAAACXAAAAAADXAAAAAABXAAAAAABXAAAAAABXAAAAAAAVQAAAAAAXAAAAAAAXAAAAAABXAAAAAAAXAAAAAACXAAAAAAAXAAAAAACXAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAXAAAAAADXAAAAAABXAAAAAABbwAAAAADTgAAAAAATgAAAAAATgAAAAAAVQAAAAAAfQAAAAAAHgAAAAABHgAAAAACHgAAAAADHgAAAAACHgAAAAABHgAAAAABVQAAAAAAXAAAAAABXAAAAAABXAAAAAADbwAAAAAATgAAAAAATgAAAAAATgAAAAAAVQAAAAAAfQAAAAAAfQAAAAAAHgAAAAABHgAAAAAAHgAAAAACfQAAAAAAfQAAAAAAVQAAAAAAXAAAAAABXAAAAAAAXAAAAAADbwAAAAACTgAAAAAATgAAAAAATgAAAAAAVQAAAAAAXAAAAAACbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAXAAAAAAAVQAAAAAAXAAAAAACXAAAAAAAXAAAAAADfQAAAAAAbwAAAAACbwAAAAAAbwAAAAADVQAAAAAAXAAAAAADbAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAbAAAAAAAXAAAAAABVQAAAAAAXAAAAAADXAAAAAABXAAAAAADbwAAAAABbwAAAAADfQAAAAAAbwAAAAACVQAAAAAAXAAAAAACbAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAbAAAAAAAXAAAAAABVQAAAAAAeAAAAAAAeAAAAAABeAAAAAAAbwAAAAABfQAAAAAAbwAAAAABbwAAAAADVQAAAAAAXAAAAAADbQAAAAACbAAAAAAAbQAAAAAAbAAAAAAAbQAAAAAAXAAAAAABVQAAAAAA version: 6 0,3: ind: 0,3 - tiles: dgAAAAACdgAAAAABdgAAAAABegAAAAAAegAAAAAAbQAAAAADegAAAAAAUwAAAAAAWgAAAAABWgAAAAACWgAAAAAAWgAAAAABWgAAAAAAWgAAAAAAWgAAAAACUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: eAAAAAACeAAAAAABeAAAAAABfQAAAAAAfQAAAAAAbwAAAAADfQAAAAAAVQAAAAAAXAAAAAABXAAAAAACXAAAAAAAXAAAAAABXAAAAAAAXAAAAAAAXAAAAAACVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 1,2: ind: 1,2 - tiles: bQAAAAABegAAAAAAWgAAAAACWgAAAAABWgAAAAABWgAAAAABWgAAAAADWgAAAAACWgAAAAACWgAAAAABWgAAAAACUwAAAAAAHgAAAAABHgAAAAABHgAAAAABHgAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAADWgAAAAACUwAAAAAAMAAAAAAAWgAAAAADWgAAAAACWgAAAAABWgAAAAADWgAAAAABWgAAAAAAWgAAAAABcgAAAAABegAAAAAAegAAAAAAegAAAAAAcgAAAAAAegAAAAAAWgAAAAADUwAAAAAAbQAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAABWgAAAAADWgAAAAACWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAACUwAAAAAAMAAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAADWgAAAAACWgAAAAAAWgAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAADWgAAAAAAWgAAAAABWgAAAAABUwAAAAAAWgAAAAABWgAAAAADegAAAAAAWgAAAAAAegAAAAAAWgAAAAACWgAAAAADUwAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAAAWgAAAAAAWgAAAAADWgAAAAAAUwAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAAAWgAAAAADWgAAAAACWgAAAAADUwAAAAAAWgAAAAACWgAAAAAAWgAAAAABWgAAAAAAWgAAAAAAWgAAAAABWgAAAAACUwAAAAAAWgAAAAACWgAAAAADegAAAAAAWgAAAAADegAAAAAAWgAAAAACWgAAAAACUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAJwAAAAADHgAAAAACHgAAAAABJwAAAAADHgAAAAACHgAAAAACJwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAABegAAAAAANwAAAAAAegAAAAAANwAAAAAAegAAAAAAHgAAAAACUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAADNwAAAAAANwAAAAAAegAAAAAANwAAAAAANwAAAAAAHgAAAAADUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAJwAAAAACUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAADNwAAAAAANwAAAAAAegAAAAAANwAAAAAANwAAAAAAHgAAAAABUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAABegAAAAAANwAAAAAAegAAAAAANwAAAAAAegAAAAAAHgAAAAADUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: bwAAAAABfQAAAAAAXAAAAAACXAAAAAABXAAAAAABXAAAAAABXAAAAAADXAAAAAACXAAAAAACXAAAAAABXAAAAAACVQAAAAAAHgAAAAABHgAAAAABHgAAAAABHgAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAXAAAAAABXAAAAAADXAAAAAADXAAAAAACVQAAAAAAMAAAAAAAXAAAAAADXAAAAAACXAAAAAABXAAAAAADXAAAAAABXAAAAAAAXAAAAAABdAAAAAABfQAAAAAAfQAAAAAAfQAAAAAAdAAAAAAAfQAAAAAAXAAAAAADVQAAAAAAbwAAAAAAXAAAAAADXAAAAAADXAAAAAACXAAAAAABXAAAAAADXAAAAAACXAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAXAAAAAADXAAAAAAAXAAAAAACVQAAAAAAMAAAAAAAXAAAAAACXAAAAAACXAAAAAACXAAAAAADXAAAAAACXAAAAAAAXAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAXAAAAAABXAAAAAACXAAAAAADXAAAAAADXAAAAAAAXAAAAAABXAAAAAABVQAAAAAAXAAAAAABXAAAAAADfQAAAAAAXAAAAAAAfQAAAAAAXAAAAAACXAAAAAADVQAAAAAAXAAAAAACXAAAAAAAXAAAAAADXAAAAAAAXAAAAAAAXAAAAAADXAAAAAAAVQAAAAAAXAAAAAACXAAAAAAAXAAAAAADXAAAAAAAXAAAAAADXAAAAAACXAAAAAADVQAAAAAAXAAAAAACXAAAAAAAXAAAAAABXAAAAAAAXAAAAAAAXAAAAAABXAAAAAACVQAAAAAAXAAAAAACXAAAAAADfQAAAAAAXAAAAAADfQAAAAAAXAAAAAACXAAAAAACVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAJwAAAAADHgAAAAACHgAAAAABJwAAAAADHgAAAAACHgAAAAACJwAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAABfQAAAAAANwAAAAAAfQAAAAAANwAAAAAAfQAAAAAAHgAAAAACVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAADNwAAAAAANwAAAAAAfQAAAAAANwAAAAAANwAAAAAAHgAAAAADVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJwAAAAABfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAJwAAAAACVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAADNwAAAAAANwAAAAAAfQAAAAAANwAAAAAANwAAAAAAHgAAAAABVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAABfQAAAAAANwAAAAAAfQAAAAAANwAAAAAAfQAAAAAAHgAAAAADVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 1,3: ind: 1,3 - tiles: JwAAAAADHgAAAAAAHgAAAAAAJwAAAAAAHgAAAAAAHgAAAAADJwAAAAADUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: JwAAAAADHgAAAAAAHgAAAAAAJwAAAAAAHgAAAAAAHgAAAAADJwAAAAADVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 2,0: ind: 2,0 - tiles: TgAAAAAATgAAAAAAWgAAAAAAUwAAAAAAWgAAAAADWgAAAAACWgAAAAACegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAegAAAAAATgAAAAAATgAAAAAAWgAAAAAAUwAAAAAAWgAAAAACWgAAAAACWgAAAAABegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAegAAAAAATgAAAAAAWgAAAAAAWgAAAAAAUwAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAbQAAAAAAbQAAAAAAWgAAAAAAUwAAAAAAWgAAAAAAWgAAAAABWgAAAAABegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAbQAAAAAAegAAAAAAWgAAAAAAUwAAAAAAWgAAAAAAWgAAAAABWgAAAAACegAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAHgAAAAAAWgAAAAAAaQAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAHgAAAAAAWgAAAAAAaQAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAHgAAAAAAWgAAAAAAaQAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAWgAAAAADWgAAAAACWgAAAAADbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAUwAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAegAAAAAAJwAAAAAAJwAAAAAAUwAAAAAAWgAAAAABWgAAAAACWgAAAAADbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAUwAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAUwAAAAAAHgAAAAAAHgAAAAAAWgAAAAABWgAAAAACWgAAAAADbQAAAAAAbQAAAAAAUwAAAAAAWgAAAAAAWgAAAAADWgAAAAAAegAAAAAAWgAAAAAAegAAAAAAegAAAAAAUwAAAAAAegAAAAAAHgAAAAAAWgAAAAACWgAAAAACWgAAAAACbQAAAAAAbQAAAAAAUwAAAAAAWgAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADUwAAAAAA + tiles: TgAAAAAATgAAAAAAXAAAAAAAVQAAAAAAXAAAAAADXAAAAAACXAAAAAACfQAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAfQAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAfQAAAAAATgAAAAAATgAAAAAAXAAAAAAAVQAAAAAAXAAAAAACXAAAAAACXAAAAAABfQAAAAAAfQAAAAAAbAAAAAAAfQAAAAAAfQAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAfQAAAAAATgAAAAAAXAAAAAAAXAAAAAAAVQAAAAAAXAAAAAADXAAAAAADXAAAAAACXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAbwAAAAAAbwAAAAAAXAAAAAAAVQAAAAAAXAAAAAAAXAAAAAABXAAAAAABfQAAAAAAfQAAAAAAbAAAAAAAfQAAAAAAfQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAfQAAAAAAbwAAAAAAfQAAAAAAXAAAAAAAVQAAAAAAXAAAAAAAXAAAAAABXAAAAAACfQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAfQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAfQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAawAAAAAAawAAAAAAawAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAHgAAAAAAXAAAAAAAawAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAHgAAAAAAXAAAAAAAawAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAHgAAAAAAXAAAAAAAawAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAawAAAAAAawAAAAAAawAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAXAAAAAADXAAAAAACXAAAAAADbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAVQAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAfQAAAAAAJwAAAAAAJwAAAAAAVQAAAAAAXAAAAAABXAAAAAACXAAAAAADbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAVQAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAVQAAAAAAHgAAAAAAHgAAAAAAXAAAAAABXAAAAAACXAAAAAADbwAAAAAAbwAAAAAAVQAAAAAAXAAAAAAAXAAAAAADXAAAAAAAfQAAAAAAXAAAAAAAfQAAAAAAfQAAAAAAVQAAAAAAfQAAAAAAHgAAAAAAXAAAAAACXAAAAAACXAAAAAACbwAAAAAAbwAAAAAAVQAAAAAAXAAAAAAAXAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAXAAAAAADVQAAAAAA version: 6 3,0: ind: 3,0 - tiles: dwAAAAAAdwAAAAAAdwAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAADUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAACWgAAAAAAWgAAAAADUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAADUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: eQAAAAAAeQAAAAAAeQAAAAAAfQAAAAAAXAAAAAABXAAAAAACXAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAbAAAAAAAfQAAAAAAfQAAAAAAXAAAAAABXAAAAAADXAAAAAADVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAACXAAAAAAAXAAAAAADVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAbAAAAAAAfQAAAAAAfQAAAAAAXAAAAAACXAAAAAAAXAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAfQAAAAAAXAAAAAABXAAAAAADXAAAAAADVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 2,-1: ind: 2,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAA version: 6 3,-1: ind: 3,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 3,1: ind: 3,1 - tiles: UwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: VQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 3,2: ind: 3,2 - tiles: UwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: VQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 2,2: ind: 2,2 - tiles: HgAAAAABHgAAAAADHgAAAAACHgAAAAABHgAAAAADHgAAAAABHgAAAAADHgAAAAABHgAAAAABUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAWgAAAAACWgAAAAACMAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAWgAAAAACWgAAAAADbQAAAAACUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAWgAAAAAAWgAAAAAAMAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAWgAAAAAAWgAAAAACWgAAAAAAWgAAAAACegAAAAAAWgAAAAADegAAAAAAUwAAAAAAWgAAAAADWgAAAAABWgAAAAABWgAAAAABWgAAAAAAWgAAAAADWgAAAAACUwAAAAAAWgAAAAAAWgAAAAACWgAAAAABegAAAAAAWgAAAAACWgAAAAAAWgAAAAACUwAAAAAAWgAAAAADWgAAAAADWgAAAAABWgAAAAADWgAAAAADWgAAAAABWgAAAAAAUwAAAAAAWgAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAAAegAAAAAAegAAAAAAUwAAAAAAWgAAAAACWgAAAAACWgAAAAABWgAAAAADWgAAAAACWgAAAAABWgAAAAABUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: HgAAAAABHgAAAAADHgAAAAACHgAAAAABHgAAAAADHgAAAAABHgAAAAADHgAAAAABHgAAAAABVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAXAAAAAACXAAAAAACMAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAXAAAAAACXAAAAAADbwAAAAACVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAXAAAAAAAXAAAAAAAMAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAXAAAAAAAXAAAAAACXAAAAAAAXAAAAAACfQAAAAAAXAAAAAADfQAAAAAAVQAAAAAAXAAAAAADXAAAAAABXAAAAAABXAAAAAABXAAAAAAAXAAAAAADXAAAAAACVQAAAAAAXAAAAAAAXAAAAAACXAAAAAABfQAAAAAAXAAAAAACXAAAAAAAXAAAAAACVQAAAAAAXAAAAAADXAAAAAADXAAAAAABXAAAAAADXAAAAAADXAAAAAABXAAAAAAAVQAAAAAAXAAAAAAAfQAAAAAAfQAAAAAAXAAAAAACXAAAAAAAfQAAAAAAfQAAAAAAVQAAAAAAXAAAAAACXAAAAAACXAAAAAABXAAAAAADXAAAAAACXAAAAAABXAAAAAABVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 2,1: ind: 2,1 - tiles: HgAAAAAAHgAAAAAAegAAAAAAWgAAAAABWgAAAAABbQAAAAAAbQAAAAAAUwAAAAAAWgAAAAADWgAAAAACegAAAAAAWgAAAAABegAAAAAAWgAAAAABWgAAAAACUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAbQAAAAACbQAAAAAAbQAAAAADUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAbQAAAAAAbQAAAAACbQAAAAACUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAbQAAAAADbQAAAAACbQAAAAADUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAbQAAAAACTgAAAAAATgAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAbQAAAAAATgAAAAAATgAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAHgAAAAADHgAAAAAAHgAAAAAAHgAAAAACHgAAAAAAHgAAAAACHgAAAAADHgAAAAADHgAAAAABUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAHgAAAAADHgAAAAABHgAAAAABHgAAAAADHgAAAAABHgAAAAABHgAAAAABHgAAAAAAHgAAAAABUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAA + tiles: HgAAAAAAHgAAAAAAfQAAAAAAXAAAAAABXAAAAAABbwAAAAAAbwAAAAAAVQAAAAAAXAAAAAADXAAAAAACfQAAAAAAXAAAAAABfQAAAAAAXAAAAAABXAAAAAACVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAbwAAAAACbwAAAAAAbwAAAAADVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAbwAAAAAAbwAAAAACbwAAAAACVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAbwAAAAADbwAAAAACbwAAAAADVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAbwAAAAACTgAAAAAATgAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAbwAAAAAATgAAAAAATgAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAHgAAAAADHgAAAAAAHgAAAAAAHgAAAAACHgAAAAAAHgAAAAACHgAAAAADHgAAAAADHgAAAAABVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAHgAAAAADHgAAAAABHgAAAAABHgAAAAADHgAAAAABHgAAAAABHgAAAAABHgAAAAAAHgAAAAABVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAA version: 6 - type: GridPathfinding - type: Gravity @@ -2229,29 +2229,21 @@ entities: entities: - uid: 1221 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 41.5,3.5 parent: 1653 - uid: 1222 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 41.5,1.5 parent: 1653 - uid: 1223 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 49.5,1.5 parent: 1653 - uid: 1224 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 49.5,3.5 parent: 1653 @@ -2259,8 +2251,6 @@ entities: entities: - uid: 888 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 3.5,18.5 parent: 1653 @@ -2271,27 +2261,6 @@ entities: - type: Transform pos: 17.5,31.5 parent: 1653 -- proto: AloeSeeds - entities: - - uid: 1379 - components: - - type: Transform - pos: 16.516748,9.567207 - parent: 1653 -- proto: AmbrosiaVulgarisSeeds - entities: - - uid: 1380 - components: - - type: Transform - pos: 16.688623,9.410957 - parent: 1653 -- proto: AnomalyVesselCircuitboard - entities: - - uid: 883 - components: - - type: Transform - pos: 22.494812,28.596468 - parent: 1653 - proto: APCBasic entities: - uid: 353 @@ -2417,13 +2386,6 @@ entities: - type: Transform pos: 17.5,46.5 parent: 1653 -- proto: Autolathe - entities: - - uid: 1601 - components: - - type: Transform - pos: 33.5,16.5 - parent: 1653 - proto: Barricade entities: - uid: 665 @@ -2444,19 +2406,6 @@ entities: - type: Transform pos: 37.5,16.5 parent: 1653 -- proto: Beaker - entities: - - uid: 1470 - components: - - type: Transform - pos: 21.687025,4.54119 - parent: 1653 - - uid: 1604 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.286808,13.7495165 - parent: 1653 - proto: Bed entities: - uid: 1233 @@ -2501,64 +2450,33 @@ entities: - type: Transform pos: 42.5,0.5 parent: 1653 -- proto: BluespaceBeaker - entities: - - uid: 1476 - components: - - type: Transform - pos: 21.201073,4.650565 - parent: 1653 - proto: Bookshelf entities: - uid: 1241 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 40.5,4.5 parent: 1653 - uid: 1608 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 30.5,32.5 parent: 1653 - uid: 1609 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 38.5,32.5 parent: 1653 - uid: 1610 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 36.5,30.5 parent: 1653 - uid: 1611 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 32.5,30.5 parent: 1653 -- proto: BoxBeaker - entities: - - uid: 1484 - components: - - type: Transform - pos: 22.482006,0.7443154 - parent: 1653 -- proto: BoxFolderBlue - entities: - - uid: 776 - components: - - type: Transform - pos: 22.48359,30.550323 - parent: 1653 - proto: BoxFolderWhite entities: - uid: 1003 @@ -2566,18 +2484,6 @@ entities: - type: Transform pos: 21.488142,22.553272 parent: 1653 - - uid: 1568 - components: - - type: Transform - pos: 24.522593,16.500835 - parent: 1653 -- proto: CabbageSeeds - entities: - - uid: 1381 - components: - - type: Transform - pos: 16.501123,8.739082 - parent: 1653 - proto: CableApcExtension entities: - uid: 1 @@ -5175,23 +5081,6 @@ entities: - type: Transform pos: 27.5,7.5 parent: 1653 -- proto: CableApcStack - entities: - - uid: 824 - components: - - type: Transform - pos: 6.439933,35.56771 - parent: 1653 - - uid: 1117 - components: - - type: Transform - pos: 4.6041045,16.682789 - parent: 1653 - - uid: 1541 - components: - - type: Transform - pos: 27.694578,8.767019 - parent: 1653 - proto: CableHV entities: - uid: 544 @@ -5394,13 +5283,6 @@ entities: - type: Transform pos: 25.5,9.5 parent: 1653 -- proto: CableHVStack - entities: - - uid: 1543 - components: - - type: Transform - pos: 27.850828,8.329519 - parent: 1653 - proto: CableMV entities: - uid: 573 @@ -5473,18 +5355,6 @@ entities: - type: Transform pos: 30.5,9.5 parent: 1653 -- proto: CableMVStack - entities: - - uid: 825 - components: - - type: Transform - pos: 12.486409,39.468937 - parent: 1653 - - uid: 1542 - components: - - type: Transform - pos: 27.819578,8.595144 - parent: 1653 - proto: CableTerminal entities: - uid: 543 @@ -5516,13 +5386,6 @@ entities: rot: 3.141592653589793 rad pos: 30.5,7.5 parent: 1653 -- proto: CannabisSeeds - entities: - - uid: 905 - components: - - type: Transform - pos: 4.5,18.5 - parent: 1653 - proto: CarpetGreen entities: - uid: 1244 @@ -5627,13 +5490,6 @@ entities: - type: Transform pos: 10.5,7.5 parent: 1653 -- proto: CarrotSeeds - entities: - - uid: 1382 - components: - - type: Transform - pos: 16.641748,8.598457 - parent: 1653 - proto: Catwalk entities: - uid: 560 @@ -6141,13 +5997,6 @@ entities: - type: Transform pos: 29.5,4.5 parent: 1653 -- proto: ChemDispenserMachineCircuitboard - entities: - - uid: 1116 - components: - - type: Transform - pos: 1.4478545,16.542164 - parent: 1653 - proto: ChemicalPayload entities: - uid: 1106 @@ -6162,54 +6011,6 @@ entities: - type: Transform pos: 45.521095,1.5328176 parent: 1653 -- proto: CircuitImprinter - entities: - - uid: 1600 - components: - - type: Transform - pos: 32.5,16.5 - parent: 1653 -- proto: ClosetBombFilled - entities: - - uid: 847 - components: - - type: Transform - pos: 20.5,28.5 - parent: 1653 -- proto: ClosetEmergencyFilledRandom - entities: - - uid: 470 - components: - - type: Transform - pos: 2.5,48.5 - parent: 1653 - - uid: 744 - components: - - type: Transform - pos: 16.5,32.5 - parent: 1653 - - uid: 899 - components: - - type: Transform - pos: 4.5,22.5 - parent: 1653 -- proto: ClosetFireFilled - entities: - - uid: 468 - components: - - type: Transform - pos: 0.5,48.5 - parent: 1653 - - uid: 747 - components: - - type: Transform - pos: 1.5,40.5 - parent: 1653 - - uid: 900 - components: - - type: Transform - pos: 3.5,22.5 - parent: 1653 - proto: ClosetJanitorFilled entities: - uid: 727 @@ -6224,69 +6025,6 @@ entities: - type: Transform pos: 4.5,28.5 parent: 1653 -- proto: ClosetL3ScienceFilled - entities: - - uid: 469 - components: - - type: Transform - pos: 1.5,48.5 - parent: 1653 - - uid: 1285 - components: - - type: Transform - pos: 53.5,0.5 - parent: 1653 - - uid: 1286 - components: - - type: Transform - pos: 54.5,0.5 - parent: 1653 -- proto: ClosetMaintenanceFilledRandom - entities: - - uid: 745 - components: - - type: Transform - pos: 14.5,32.5 - parent: 1653 - - uid: 948 - components: - - type: Transform - pos: 5.5,7.5 - parent: 1653 - - uid: 954 - components: - - type: Transform - pos: 0.5,7.5 - parent: 1653 - - uid: 955 - components: - - type: Transform - pos: 0.5,6.5 - parent: 1653 - - uid: 1284 - components: - - type: Transform - pos: 52.5,0.5 - parent: 1653 -- proto: ClosetRadiationSuitFilled - entities: - - uid: 746 - components: - - type: Transform - pos: 43.5,40.5 - parent: 1653 - - uid: 1556 - components: - - type: Transform - pos: 30.5,16.5 - parent: 1653 -- proto: ClosetToolFilled - entities: - - uid: 584 - components: - - type: Transform - pos: 14.5,42.5 - parent: 1653 - proto: ClothingBeltUtilityEngineering entities: - uid: 786 @@ -6294,13 +6032,6 @@ entities: - type: Transform pos: 30.535934,19.609272 parent: 1653 -- proto: ClothingEyesGlassesMeson - entities: - - uid: 591 - components: - - type: Transform - pos: 10.480986,45.607067 - parent: 1653 - proto: ClothingHeadHatAnimalHeadslime entities: - uid: 1457 @@ -6315,20 +6046,6 @@ entities: - type: Transform pos: 17.452066,13.392001 parent: 1653 -- proto: ClothingHeadHatWeldingMaskFlame - entities: - - uid: 661 - components: - - type: Transform - pos: 21.418028,36.658634 - parent: 1653 -- proto: ClothingHeadHatWeldingMaskFlameBlue - entities: - - uid: 662 - components: - - type: Transform - pos: 21.605528,36.471134 - parent: 1653 - proto: ClothingHeadsetMedicalScience entities: - uid: 1566 @@ -6345,11 +6062,6 @@ entities: parent: 1653 - proto: ClothingOuterCoatLab entities: - - uid: 686 - components: - - type: Transform - pos: 33.54252,36.551563 - parent: 1653 - uid: 828 components: - type: Transform @@ -6512,20 +6224,6 @@ entities: - type: Transform pos: 6.5,28.5 parent: 1653 -- proto: Crowbar - entities: - - uid: 1115 - components: - - type: Transform - pos: 2.5208104,12.456571 - parent: 1653 -- proto: CryostasisBeaker - entities: - - uid: 1340 - components: - - type: Transform - pos: 8.491919,3.5715053 - parent: 1653 - proto: DisposalTrunk entities: - uid: 1436 @@ -6594,13 +6292,6 @@ entities: - type: Transform pos: 33.5,2.5 parent: 1653 -- proto: DonkpocketBoxSpawner - entities: - - uid: 962 - components: - - type: Transform - pos: 0.5,9.5 - parent: 1653 - proto: DrinkCognacBottleFull entities: - uid: 866 @@ -6608,102 +6299,19 @@ entities: - type: Transform pos: 37.505463,32.677124 parent: 1653 -- proto: DrinkGoldenCup +- proto: EmergencyLight entities: - - uid: 865 + - uid: 1605 components: - type: Transform - pos: 31.489838,32.583374 + pos: 29.5,8.5 parent: 1653 -- proto: DrinkMug - entities: - - uid: 963 + - type: ActiveEmergencyLight + - uid: 1606 components: - type: Transform - pos: 1.4545751,10.669063 - parent: 1653 -- proto: DrinkMugDog - entities: - - uid: 965 - components: - - type: Transform - pos: 1.4858251,10.465938 - parent: 1653 -- proto: DrinkMugMetal - entities: - - uid: 964 - components: - - type: Transform - pos: 1.6889501,10.590938 - parent: 1653 -- proto: DrinkMugMoebius - entities: - - uid: 966 - components: - - type: Transform - pos: 2.173325,10.684688 - parent: 1653 -- proto: DrinkWaterCup - entities: - - uid: 508 - components: - - type: Transform - pos: 20.373915,40.64657 - parent: 1653 - - uid: 509 - components: - - type: Transform - pos: 20.54579,40.724693 - parent: 1653 - - uid: 510 - components: - - type: Transform - pos: 20.592665,40.537193 - parent: 1653 - - uid: 1351 - components: - - type: Transform - pos: 0.40165997,3.6027553 - parent: 1653 - - uid: 1352 - components: - - type: Transform - pos: 0.62040997,3.4777553 - parent: 1653 -- proto: Dropper - entities: - - uid: 1471 - components: - - type: Transform - pos: 22.57765,4.50994 - parent: 1653 -- proto: EggplantSeeds - entities: - - uid: 1384 - components: - - type: Transform - pos: 16.626123,7.6609573 - parent: 1653 -- proto: EggySeeds - entities: - - uid: 1383 - components: - - type: Transform - pos: 16.422998,7.8484573 - parent: 1653 -- proto: EmergencyLight - entities: - - uid: 1605 - components: - - type: Transform - pos: 29.5,8.5 - parent: 1653 - - type: ActiveEmergencyLight - - uid: 1606 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,16.5 + rot: 3.141592653589793 rad + pos: 11.5,16.5 parent: 1653 - type: ActiveEmergencyLight - uid: 1607 @@ -6761,11 +6369,6 @@ entities: - type: Transform pos: 18.5,0.5 parent: 1653 - - uid: 1576 - components: - - type: Transform - pos: 35.5,16.5 - parent: 1653 - proto: filingCabinetRandom entities: - uid: 1482 @@ -6793,18 +6396,6 @@ entities: rot: -1.5707963267948966 rad pos: 26.272593,12.469586 parent: 1653 -- proto: FlashlightLantern - entities: - - uid: 818 - components: - - type: Transform - pos: 14.29982,28.712414 - parent: 1653 - - uid: 819 - components: - - type: Transform - pos: 14.51857,28.524914 - parent: 1653 - proto: FlashPayload entities: - uid: 1105 @@ -6819,13 +6410,6 @@ entities: - type: Transform pos: 19.496153,34.502384 parent: 1653 -- proto: FloodlightBroken - entities: - - uid: 523 - components: - - type: Transform - pos: 36.481613,40.499622 - parent: 1653 - proto: FloorDrain entities: - uid: 472 @@ -6858,80 +6442,48 @@ entities: fixtures: {} - proto: FoamedAluminiumMetal entities: - - uid: 646 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: 19.5,36.5 - parent: 1653 - uid: 647 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 16.5,34.5 parent: 1653 - uid: 648 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 17.5,34.5 parent: 1653 - uid: 649 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 18.5,34.5 parent: 1653 - uid: 650 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 16.5,35.5 parent: 1653 - uid: 651 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 17.5,35.5 parent: 1653 - uid: 652 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 18.5,35.5 parent: 1653 - uid: 653 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 17.5,36.5 parent: 1653 - uid: 654 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 18.5,36.5 parent: 1653 - - uid: 655 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: 15.5,35.5 - parent: 1653 - uid: 656 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 16.5,36.5 parent: 1653 @@ -6939,22 +6491,16 @@ entities: entities: - uid: 532 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 36.5,39.5 parent: 1653 - uid: 533 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 35.5,40.5 parent: 1653 - uid: 534 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 36.5,38.5 parent: 1653 @@ -6982,18 +6528,6 @@ entities: - type: Transform pos: 19.514566,14.517001 parent: 1653 -- proto: FoodTinBeans - entities: - - uid: 732 - components: - - type: Transform - pos: 1.4379241,25.941437 - parent: 1653 - - uid: 733 - components: - - type: Transform - pos: 1.5941741,25.738312 - parent: 1653 - proto: GasCanisterBrokenBase entities: - uid: 492 @@ -7265,8 +6799,6 @@ entities: entities: - uid: 1153 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 11.5,13.5 parent: 1653 @@ -7282,13 +6814,6 @@ entities: - type: Transform pos: 0.5,22.5 parent: 1653 -- proto: HydroponicsToolMiniHoe - entities: - - uid: 1378 - components: - - type: Transform - pos: 18.469873,9.442207 - parent: 1653 - proto: hydroponicsTray entities: - uid: 1354 @@ -7351,20 +6876,6 @@ entities: - type: Transform pos: 21.5,9.5 parent: 1653 -- proto: IngotGold - entities: - - uid: 712 - components: - - type: Transform - pos: 1.5054436,26.820345 - parent: 1653 -- proto: KitchenMicrowave - entities: - - uid: 961 - components: - - type: Transform - pos: 0.5,10.5 - parent: 1653 - proto: Lamp entities: - uid: 769 @@ -7399,25 +6910,6 @@ entities: - type: Transform pos: 6.619122,16.201466 parent: 1653 -- proto: LargeBeaker - entities: - - uid: 1468 - components: - - type: Transform - pos: 21.7339,4.82244 - parent: 1653 - - uid: 1469 - components: - - type: Transform - pos: 21.9839,4.619315 - parent: 1653 -- proto: LockerElectricalSuppliesFilled - entities: - - uid: 1533 - components: - - type: Transform - pos: 27.5,9.5 - parent: 1653 - proto: LockerScienceFilled entities: - uid: 699 @@ -7435,11 +6927,6 @@ entities: - type: Transform pos: 14.5,25.5 parent: 1653 - - uid: 811 - components: - - type: Transform - pos: 14.5,26.5 - parent: 1653 - uid: 812 components: - type: Transform @@ -7450,13 +6937,6 @@ entities: - type: Transform pos: 30.5,18.5 parent: 1653 -- proto: LockerWeldingSuppliesFilled - entities: - - uid: 1531 - components: - - type: Transform - pos: 31.5,9.5 - parent: 1653 - proto: MachineAPE entities: - uid: 838 @@ -7465,12 +6945,6 @@ entities: rot: 1.5707963267948966 rad pos: 22.5,25.5 parent: 1653 - - uid: 839 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,26.5 - parent: 1653 - uid: 840 components: - type: Transform @@ -7479,21 +6953,11 @@ entities: parent: 1653 - proto: MachineFrame entities: - - uid: 617 - components: - - type: Transform - pos: 18.5,46.5 - parent: 1653 - uid: 1087 components: - type: Transform pos: 2.5,16.5 parent: 1653 - - uid: 1603 - components: - - type: Transform - pos: 32.5,14.5 - parent: 1653 - proto: MachineTraversalDistorter entities: - uid: 1058 @@ -7550,34 +7014,6 @@ entities: - type: Transform pos: 24.569468,13.125836 parent: 1653 -- proto: MaterialCloth - entities: - - uid: 879 - components: - - type: Transform - pos: 8.569059,28.508856 - parent: 1653 -- proto: MaterialDiamond - entities: - - uid: 821 - components: - - type: Transform - pos: 1.5085931,27.696789 - parent: 1653 -- proto: MaterialDurathread - entities: - - uid: 880 - components: - - type: Transform - pos: 1.4759097,31.629063 - parent: 1653 -- proto: MaterialWoodPlank - entities: - - uid: 669 - components: - - type: Transform - pos: 20.62062,34.599228 - parent: 1653 - proto: MedicalScanner entities: - uid: 1548 @@ -7656,37 +7092,6 @@ entities: - type: Transform pos: 4.4881024,27.500042 parent: 1653 -- proto: Multitool - entities: - - uid: 494 - components: - - type: Transform - pos: 0.51333475,46.52365 - parent: 1653 - - uid: 1049 - components: - - type: Transform - pos: 27.480967,22.500828 - parent: 1653 -- proto: NitrousOxideCanister - entities: - - uid: 834 - components: - - type: Transform - pos: 16.5,26.5 - parent: 1653 -- proto: PaperBin5 - entities: - - uid: 785 - components: - - type: Transform - pos: 24.5,31.5 - parent: 1653 - - uid: 1567 - components: - - type: Transform - pos: 30.5,13.5 - parent: 1653 - proto: PartRodMetal1 entities: - uid: 531 @@ -7694,27 +7099,6 @@ entities: - type: Transform pos: 33.42354,40.437122 parent: 1653 -- proto: Pen - entities: - - uid: 1077 - components: - - type: Transform - pos: 19.504536,32.587963 - parent: 1653 -- proto: PillCanister - entities: - - uid: 1574 - components: - - type: Transform - pos: 24.34895,16.173763 - parent: 1653 -- proto: PlasmaCanister - entities: - - uid: 833 - components: - - type: Transform - pos: 16.5,27.5 - parent: 1653 - proto: PlasmaReinforcedWindowDirectional entities: - uid: 645 @@ -7763,13 +7147,6 @@ entities: - type: Transform pos: 34.5,36.5 parent: 1653 -- proto: PlasmaTankFilled - entities: - - uid: 1473 - components: - - type: Transform - pos: 30.568752,4.54119 - parent: 1653 - proto: PlushieSharkGrey entities: - uid: 926 @@ -7810,30 +7187,6 @@ entities: - type: Transform pos: 0.5,13.5 parent: 1653 -- proto: PottedPlant10 - entities: - - uid: 927 - components: - - type: Transform - pos: 10.505794,22.255857 - parent: 1653 -- proto: PottedPlant19 - entities: - - uid: 503 - components: - - type: Transform - pos: 11.477652,39.22891 - parent: 1653 - - uid: 990 - components: - - type: Transform - pos: 4.4883204,10.239479 - parent: 1653 - - uid: 1100 - components: - - type: Transform - pos: 5.5066643,12.233577 - parent: 1653 - proto: PottedPlantRandom entities: - uid: 498 @@ -7873,12 +7226,25 @@ entities: - type: Transform pos: 7.5,32.5 parent: 1653 -- proto: PowerCellHyperPrinted - entities: - - uid: 1599 + - uid: 833 components: - type: Transform - pos: 33.368233,13.5307665 + pos: 10.5,22.5 + parent: 1653 + - uid: 834 + components: + - type: Transform + pos: 5.5,12.5 + parent: 1653 + - uid: 865 + components: + - type: Transform + pos: 4.5,10.5 + parent: 1653 + - uid: 967 + components: + - type: Transform + pos: 11.5,39.5 parent: 1653 - proto: PowerCellRecharger entities: @@ -7907,19 +7273,10 @@ entities: - type: Transform pos: 36.5,14.5 parent: 1653 -- proto: PowerDrill - entities: - - uid: 1050 - components: - - type: Transform - pos: 28.512217,21.547703 - parent: 1653 - proto: Poweredlight entities: - uid: 499 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad pos: 18.5,38.5 @@ -7928,8 +7285,6 @@ entities: powerLoad: 0 - uid: 506 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad pos: 10.5,38.5 @@ -7938,8 +7293,6 @@ entities: powerLoad: 0 - uid: 513 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad pos: 2.5,38.5 @@ -7948,8 +7301,6 @@ entities: powerLoad: 0 - uid: 537 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 42.5,40.5 parent: 1653 @@ -7957,8 +7308,6 @@ entities: powerLoad: 0 - uid: 634 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 2.5,36.5 parent: 1653 @@ -7966,8 +7315,6 @@ entities: powerLoad: 0 - uid: 635 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad pos: 8.5,34.5 @@ -7976,8 +7323,6 @@ entities: powerLoad: 0 - uid: 657 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 14.5,36.5 parent: 1653 @@ -7985,8 +7330,6 @@ entities: powerLoad: 0 - uid: 676 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad pos: 31.5,34.5 @@ -7995,8 +7338,6 @@ entities: powerLoad: 0 - uid: 680 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 27.5,36.5 parent: 1653 @@ -8004,8 +7345,6 @@ entities: powerLoad: 0 - uid: 704 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 11.5,32.5 parent: 1653 @@ -8013,8 +7352,6 @@ entities: powerLoad: 0 - uid: 770 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 15.5,32.5 parent: 1653 @@ -8022,8 +7359,6 @@ entities: powerLoad: 0 - uid: 771 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 24.5,32.5 parent: 1653 @@ -8031,8 +7366,6 @@ entities: powerLoad: 0 - uid: 870 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 30.5,32.5 parent: 1653 @@ -8040,8 +7373,6 @@ entities: powerLoad: 0 - uid: 872 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 38.5,32.5 parent: 1653 @@ -8049,8 +7380,6 @@ entities: powerLoad: 0 - uid: 932 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: -1.5707963267948966 rad pos: 10.5,19.5 @@ -8059,8 +7388,6 @@ entities: powerLoad: 0 - uid: 933 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 6.5,21.5 @@ -8069,8 +7396,6 @@ entities: powerLoad: 0 - uid: 944 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 15.5,22.5 parent: 1653 @@ -8078,8 +7403,6 @@ entities: powerLoad: 0 - uid: 945 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad pos: 13.5,18.5 @@ -8088,8 +7411,6 @@ entities: powerLoad: 0 - uid: 1011 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 18.5,22.5 parent: 1653 @@ -8097,8 +7418,6 @@ entities: powerLoad: 0 - uid: 1012 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad pos: 22.5,18.5 @@ -8107,8 +7426,6 @@ entities: powerLoad: 0 - uid: 1052 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad pos: 25.5,18.5 @@ -8117,8 +7434,6 @@ entities: powerLoad: 0 - uid: 1109 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: -1.5707963267948966 rad pos: 2.5,14.5 @@ -8127,8 +7442,6 @@ entities: powerLoad: 0 - uid: 1110 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 4.5,14.5 @@ -8137,8 +7450,6 @@ entities: powerLoad: 0 - uid: 1280 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 36.5,3.5 @@ -8147,8 +7458,6 @@ entities: powerLoad: 0 - uid: 1281 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: -1.5707963267948966 rad pos: 54.5,1.5 @@ -8157,8 +7466,6 @@ entities: powerLoad: 0 - uid: 1282 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 43.5,2.5 parent: 1653 @@ -8166,8 +7473,6 @@ entities: powerLoad: 0 - uid: 1344 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: -1.5707963267948966 rad pos: 2.5,2.5 @@ -8176,8 +7481,6 @@ entities: powerLoad: 0 - uid: 1345 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 14.5,2.5 @@ -8186,8 +7489,6 @@ entities: powerLoad: 0 - uid: 1385 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: -1.5707963267948966 rad pos: 15.5,8.5 @@ -8196,8 +7497,6 @@ entities: powerLoad: 0 - uid: 1386 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 19.5,8.5 @@ -8206,8 +7505,6 @@ entities: powerLoad: 0 - uid: 1590 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 27.5,4.5 parent: 1653 @@ -8215,8 +7512,6 @@ entities: powerLoad: 0 - uid: 1591 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: -1.5707963267948966 rad pos: 30.5,15.5 @@ -8225,8 +7520,6 @@ entities: powerLoad: 0 - uid: 1592 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 24.5,13.5 @@ -8235,8 +7528,6 @@ entities: powerLoad: 0 - uid: 1593 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: -1.5707963267948966 rad pos: 34.5,19.5 @@ -8272,8 +7563,6 @@ entities: entities: - uid: 622 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 18.5,43.5 @@ -8282,8 +7571,6 @@ entities: powerLoad: 0 - uid: 1342 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: -1.5707963267948966 rad pos: 12.5,2.5 @@ -8292,8 +7579,6 @@ entities: powerLoad: 0 - uid: 1343 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 4.5,2.5 @@ -8545,13 +7830,6 @@ entities: parent: 1653 - type: ApcPowerReceiver powerLoad: 0 -- proto: Protolathe - entities: - - uid: 618 - components: - - type: Transform - pos: 20.5,46.5 - parent: 1653 - proto: Rack entities: - uid: 659 @@ -8685,22 +7963,13 @@ entities: - type: Transform pos: 34.5,22.5 parent: 1653 -- proto: RandomFoodMeal - entities: - - uid: 993 - components: - - type: Transform - pos: 12.5,22.5 - parent: 1653 -- proto: RandomFoodSingle +- proto: RandomInstruments entities: - - uid: 708 + - uid: 934 components: - type: Transform - pos: 11.5,30.5 + pos: 10.5,27.5 parent: 1653 -- proto: RandomInstruments - entities: - uid: 1248 components: - type: Transform @@ -8728,21 +7997,11 @@ entities: - type: Transform pos: 7.5,22.5 parent: 1653 - - uid: 1658 - components: - - type: Transform - pos: 14.5,28.5 - parent: 1653 - uid: 1659 components: - type: Transform pos: 20.5,24.5 parent: 1653 - - uid: 1660 - components: - - type: Transform - pos: 22.5,28.5 - parent: 1653 - uid: 1661 components: - type: Transform @@ -8753,11 +8012,6 @@ entities: - type: Transform pos: 19.5,30.5 parent: 1653 - - uid: 1663 - components: - - type: Transform - pos: 1.5,31.5 - parent: 1653 - uid: 1664 components: - type: Transform @@ -8813,16 +8067,6 @@ entities: - type: Transform pos: 27.5,22.5 parent: 1653 - - uid: 1675 - components: - - type: Transform - pos: 33.5,13.5 - parent: 1653 - - uid: 1676 - components: - - type: Transform - pos: 36.5,15.5 - parent: 1653 - uid: 1677 components: - type: Transform @@ -8838,16 +8082,6 @@ entities: - type: Transform pos: 2.5,10.5 parent: 1653 - - uid: 1680 - components: - - type: Transform - pos: 27.5,2.5 - parent: 1653 - - uid: 1681 - components: - - type: Transform - pos: 46.5,1.5 - parent: 1653 - uid: 1682 components: - type: Transform @@ -8885,13 +8119,6 @@ entities: - type: Transform pos: 39.5,0.5 parent: 1653 -- proto: RandomSnacks - entities: - - uid: 994 - components: - - type: Transform - pos: 16.5,18.5 - parent: 1653 - proto: RandomSoap entities: - uid: 800 @@ -8941,13 +8168,6 @@ entities: - type: Transform pos: 6.5,45.5 parent: 1653 -- proto: RandomVending - entities: - - uid: 934 - components: - - type: Transform - pos: 16.5,22.5 - parent: 1653 - proto: Recycler entities: - uid: 832 @@ -8968,496 +8188,1211 @@ entities: - type: Transform pos: 17.5,32.5 parent: 1653 -- proto: RemoteSignaller +- proto: SeedExtractor entities: - - uid: 1628 - components: - - type: Transform - pos: 42.357162,12.70194 - parent: 1653 - - uid: 1629 + - uid: 1373 components: - type: Transform - pos: 42.482162,12.85819 + pos: 18.5,8.5 parent: 1653 - - uid: 1630 +- proto: ShardGlass + entities: + - uid: 474 components: - type: Transform - pos: 42.607162,12.70194 + pos: 2.445806,46.508026 parent: 1653 -- proto: ResearchDisk +- proto: ShardGlassReinforced entities: - - uid: 1625 + - uid: 1057 components: - type: Transform - pos: 8.434439,1.4775863 + pos: 34.381138,20.460537 parent: 1653 - - uid: 1626 + - uid: 1561 components: - type: Transform - pos: 32.469986,0.49321127 + pos: 25.506968,14.578961 parent: 1653 - - uid: 1627 +- proto: SheetSteel1 + entities: + - uid: 536 components: - type: Transform - pos: 24.461615,16.586529 + pos: 32.52815,38.437122 parent: 1653 -- proto: ResearchDisk10000 +- proto: ShuttersWindow entities: - - uid: 621 + - uid: 580 components: - type: Transform - pos: 18.512283,44.508656 + pos: 10.5,43.5 parent: 1653 -- proto: ResearchDisk5000 - entities: - - uid: 1624 + - type: DeviceLinkSink + links: + - 583 + - uid: 581 components: - type: Transform - pos: 36.524506,15.557037 + pos: 11.5,43.5 parent: 1653 -- proto: RockGuitarInstrument - entities: - - uid: 829 + - type: DeviceLinkSink + links: + - 583 + - uid: 582 components: - type: Transform - pos: 10.533063,27.58727 + pos: 12.5,43.5 parent: 1653 -- proto: RPED + - type: DeviceLinkSink + links: + - 583 +- proto: SignalButton entities: - - uid: 1646 + - uid: 583 components: - type: Transform - pos: 32.49994,15.5244 + pos: 9.5,43.5 parent: 1653 -- proto: SalvageCanisterSpawner + - type: DeviceLinkSource + linkedPorts: + 580: + - Pressed: Toggle + 581: + - Pressed: Toggle + 582: + - Pressed: Toggle +- proto: SignElectricalMed entities: - - uid: 493 + - uid: 585 components: - type: Transform - pos: 6.5,48.5 + pos: 8.5,43.5 parent: 1653 - - uid: 835 + - uid: 626 components: - type: Transform - pos: 16.5,25.5 + pos: 21.5,47.5 parent: 1653 - - uid: 1086 + - uid: 1540 components: - type: Transform - pos: 1.5,12.5 + pos: 28.5,9.5 parent: 1653 - - uid: 1098 +- proto: SignRedFour + entities: + - uid: 1252 components: - type: Transform - pos: 1.5,13.5 + pos: 48.5,1.5 parent: 1653 -- proto: SalvagePartsT2Spawner +- proto: SignRedOne entities: - - uid: 1637 + - uid: 1249 components: - type: Transform - pos: 41.5,12.5 + pos: 40.5,3.5 parent: 1653 - - uid: 1639 +- proto: SignRedThree + entities: + - uid: 1251 components: - type: Transform - pos: 35.5,14.5 + pos: 48.5,3.5 parent: 1653 - - uid: 1640 +- proto: SignRedTwo + entities: + - uid: 1250 components: - type: Transform - pos: 10.5,7.5 + pos: 40.5,1.5 parent: 1653 - - uid: 1641 +- proto: SignScience + entities: + - uid: 1596 components: - type: Transform - pos: 23.5,2.5 + pos: 34.5,16.5 parent: 1653 - - uid: 1643 +- proto: SignSecureMed + entities: + - uid: 698 components: - type: Transform - pos: 37.5,0.5 + pos: 3.5,32.5 parent: 1653 - - uid: 1644 + - uid: 1154 components: - type: Transform - pos: 2.5,31.5 + pos: 10.5,13.5 parent: 1653 - - uid: 1645 +- proto: SignShock + entities: + - uid: 625 components: - type: Transform - pos: 1.5,46.5 + pos: 17.5,43.5 parent: 1653 -- proto: SalvagePartsT3Spawner - entities: - - uid: 1638 + - uid: 1155 components: - type: Transform - pos: 42.5,13.5 + pos: 12.5,13.5 parent: 1653 - - uid: 1642 +- proto: SignXenolab + entities: + - uid: 1461 components: - type: Transform - pos: 31.5,2.5 + pos: 19.5,4.5 parent: 1653 -- proto: Screwdriver - entities: - - uid: 1111 + - uid: 1462 components: - type: Transform - pos: 2.6822295,12.620289 + pos: 33.5,4.5 parent: 1653 -- proto: SeedExtractor +- proto: SinkWide entities: - - uid: 1373 + - uid: 471 components: - type: Transform - pos: 18.5,8.5 + rot: 1.5707963267948966 rad + pos: 0.5,47.5 + parent: 1653 + - uid: 717 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,25.5 + parent: 1653 + - uid: 803 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,24.5 + parent: 1653 + - uid: 804 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,28.5 + parent: 1653 + - uid: 805 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,28.5 + parent: 1653 + - uid: 890 + components: + - type: Transform + pos: 1.5,20.5 + parent: 1653 + - uid: 891 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,19.5 + parent: 1653 + - uid: 960 + components: + - type: Transform + pos: 3.5,10.5 + parent: 1653 +- proto: SmartFridge + entities: + - uid: 1458 + components: + - type: Transform + pos: 23.5,4.5 + parent: 1653 +- proto: SMESBasic + entities: + - uid: 262 + components: + - type: Transform + pos: 26.5,20.5 + parent: 1653 + - uid: 539 + components: + - type: Transform + pos: 11.5,45.5 + parent: 1653 + - uid: 1485 + components: + - type: Transform + pos: 28.5,8.5 + parent: 1653 + - uid: 1486 + components: + - type: Transform + pos: 29.5,8.5 + parent: 1653 + - uid: 1487 + components: + - type: Transform + pos: 30.5,8.5 + parent: 1653 +- proto: SpawnDungeonClutterBeakerEmpty + entities: + - uid: 584 + components: + - type: Transform + pos: 22.287348,4.675832 + parent: 1653 + - uid: 591 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.36547,13.565901 + parent: 1653 + - uid: 617 + components: + - type: Transform + pos: 21.115473,4.441457 + parent: 1653 + - uid: 618 + components: + - type: Transform + pos: 22.709223,4.472707 + parent: 1653 + - uid: 825 + components: + - type: Transform + pos: 8.461665,3.597707 + parent: 1653 + - uid: 835 + components: + - type: Transform + pos: 22.474848,0.55083203 + parent: 1653 + - uid: 969 + components: + - type: Transform + pos: 21.365473,4.769582 + parent: 1653 + - uid: 1049 + components: + - type: Transform + pos: 21.724848,4.457082 + parent: 1653 + - uid: 1699 + components: + - type: Transform + pos: 8.727577,3.7073417 + parent: 1653 +- proto: SpawnDungeonClutterMedical + entities: + - uid: 1688 + components: + - type: Transform + pos: 24.561113,15.592649 + parent: 1653 +- proto: SpawnDungeonLootArmoryGuns + entities: + - uid: 493 + components: + - type: Transform + pos: 31.586124,32.486885 + parent: 1653 + - uid: 1151 + components: + - type: Transform + pos: 4.57791,18.555695 + parent: 1653 + - uid: 1700 + components: + - type: Transform + pos: 42.576458,0.5552789 + parent: 1653 + - uid: 1704 + components: + - type: Transform + pos: 36.555485,40.471622 + parent: 1653 +- proto: SpawnDungeonLootBureaucracy + entities: + - uid: 619 + components: + - type: Transform + pos: 19.528336,32.551476 + parent: 1653 + - uid: 642 + components: + - type: Transform + pos: 24.357988,16.108274 + parent: 1653 + - uid: 1117 + components: + - type: Transform + pos: 24.54396,31.660852 + parent: 1653 + - uid: 1255 + components: + - type: Transform + pos: 30.51717,13.502149 + parent: 1653 + - uid: 1277 + components: + - type: Transform + pos: 22.51271,30.598352 + parent: 1653 + - uid: 1278 + components: + - type: Transform + pos: 24.592363,16.514524 + parent: 1653 +- proto: SpawnDungeonLootCanister + entities: + - uid: 829 + components: + - type: Transform + pos: 16.5,25.5 + parent: 1653 + - uid: 990 + components: + - type: Transform + pos: 6.5,48.5 + parent: 1653 + - uid: 1086 + components: + - type: Transform + pos: 1.5,13.5 + parent: 1653 + - uid: 1098 + components: + - type: Transform + pos: 1.5,12.5 + parent: 1653 + - uid: 1100 + components: + - type: Transform + pos: 16.5,27.5 + parent: 1653 + - uid: 1152 + components: + - type: Transform + pos: 40.5,16.5 + parent: 1653 +- proto: SpawnDungeonLootChemsHydroponics + entities: + - uid: 1703 + components: + - type: Transform + pos: 18.602531,9.773348 + parent: 1653 +- proto: SpawnDungeonLootCircuitBoard + entities: + - uid: 523 + components: + - type: Transform + pos: 22.38291,28.488028 + parent: 1653 + - uid: 1383 + components: + - type: Transform + pos: 22.679785,28.597403 + parent: 1653 +- proto: SpawnDungeonLootClutterEngi + entities: + - uid: 823 + components: + - type: Transform + pos: 33.507645,36.598564 + parent: 1653 + - uid: 880 + components: + - type: Transform + pos: 14.341439,28.738409 + parent: 1653 + - uid: 883 + components: + - type: Transform + pos: 14.310189,28.457159 + parent: 1653 + - uid: 1379 + components: + - type: Transform + pos: 33.191795,13.486207 + parent: 1653 + - uid: 1382 + components: + - type: Transform + pos: 14.669564,28.613409 + parent: 1653 + - uid: 1468 + components: + - type: Transform + pos: 33.629295,13.673707 + parent: 1653 + - uid: 1469 + components: + - type: Transform + pos: 36.973045,15.079957 + parent: 1653 + - uid: 1472 + components: + - type: Transform + pos: 41.42337,12.704957 + parent: 1653 + - uid: 1473 + components: + - type: Transform + pos: 41.220245,12.501832 + parent: 1653 + - uid: 1474 + components: + - type: Transform + pos: 41.70462,12.470582 + parent: 1653 + - uid: 1531 + components: + - type: Transform + pos: 42.51712,13.548707 + parent: 1653 + - uid: 1533 + components: + - type: Transform + pos: 36.48867,16.579956 + parent: 1653 + - uid: 1535 + components: + - type: Transform + pos: 10.367256,7.6852627 + parent: 1653 + - uid: 1541 + components: + - type: Transform + pos: 42.57962,12.751832 + parent: 1653 + - uid: 1554 + components: + - type: Transform + pos: 37.614346,39.748646 + parent: 1653 + - uid: 1638 + components: + - type: Transform + pos: 32.55117,13.658082 + parent: 1653 + - uid: 1641 + components: + - type: Transform + pos: 35.535545,14.642457 + parent: 1653 + - uid: 1680 + components: + - type: Transform + pos: 21.462755,36.54628 + parent: 1653 + - uid: 1681 + components: + - type: Transform + pos: 8.553732,35.58555 + parent: 1653 + - uid: 1686 + components: + - type: Transform + pos: 10.648506,7.4196377 + parent: 1653 + - uid: 1689 + components: + - type: Transform + pos: 36.51992,15.923707 + parent: 1653 +- proto: SpawnDungeonLootClutterKitchen + entities: + - uid: 847 + components: + - type: Transform + pos: 1.5097866,10.419947 + parent: 1653 + - uid: 928 + components: + - type: Transform + pos: 1.2597866,10.779322 + parent: 1653 + - uid: 948 + components: + - type: Transform + pos: 1.2129116,10.482447 + parent: 1653 + - uid: 1696 + components: + - type: Transform + pos: 1.6972866,10.716822 + parent: 1653 + - uid: 1697 + components: + - type: Transform + pos: 2.0410366,10.544947 + parent: 1653 + - uid: 1698 + components: + - type: Transform + pos: 2.4160366,10.701197 + parent: 1653 +- proto: SpawnDungeonLootClutterSalvage + entities: + - uid: 1340 + components: + - type: Transform + pos: 36.614346,40.60802 + parent: 1653 +- proto: SpawnDungeonLootFood + entities: + - uid: 899 + components: + - type: Transform + pos: 0.4160366,9.513697 + parent: 1653 + - uid: 900 + components: + - type: Transform + pos: 0.5879116,9.919947 + parent: 1653 + - uid: 964 + components: + - type: Transform + pos: 1.3656492,25.793985 + parent: 1653 + - uid: 965 + components: + - type: Transform + pos: 1.6937742,25.52836 + parent: 1653 + - uid: 993 + components: + - type: Transform + pos: 12.461545,22.599348 + parent: 1653 + - uid: 994 + components: + - type: Transform + pos: 11.53257,30.694124 + parent: 1653 + - uid: 1257 + components: + - type: Transform + pos: 16.47303,18.559921 + parent: 1653 +- proto: SpawnDungeonLootKitchenTabletop + entities: + - uid: 1695 + components: + - type: Transform + pos: 0.5,10.5 + parent: 1653 +- proto: SpawnDungeonLootLathe + entities: + - uid: 535 + components: + - type: Transform + pos: 32.5,16.5 + parent: 1653 + - uid: 776 + components: + - type: Transform + pos: 33.5,16.5 + parent: 1653 + - uid: 1108 + components: + - type: Transform + pos: 18.5,46.5 + parent: 1653 + - uid: 1381 + components: + - type: Transform + pos: 20.5,46.5 + parent: 1653 + - uid: 1642 + components: + - type: Transform + pos: 20.5,44.5 + parent: 1653 +- proto: SpawnDungeonLootLockersEngi + entities: + - uid: 785 + components: + - type: Transform + pos: 43.5,40.5 + parent: 1653 + - uid: 819 + components: + - type: Transform + pos: 14.5,42.5 + parent: 1653 + - uid: 1077 + components: + - type: Transform + pos: 31.5,9.5 + parent: 1653 + - uid: 1691 + components: + - type: Transform + pos: 27.5,9.5 + parent: 1653 +- proto: SpawnDungeonLootLockersGeneral + entities: + - uid: 470 + components: + - type: Transform + pos: 14.5,32.5 + parent: 1653 + - uid: 733 + components: + - type: Transform + pos: 0.5,6.5 + parent: 1653 + - uid: 747 + components: + - type: Transform + pos: 44.5,4.5 + parent: 1653 + - uid: 966 + components: + - type: Transform + pos: 0.5,7.5 + parent: 1653 + - uid: 1624 + components: + - type: Transform + pos: 52.5,0.5 + parent: 1653 +- proto: SpawnDungeonLootLockersMed + entities: + - uid: 818 + components: + - type: Transform + pos: 30.5,16.5 + parent: 1653 +- proto: SpawnDungeonLootLockersProtectiveGear + entities: + - uid: 468 + components: + - type: Transform + pos: 20.5,28.5 + parent: 1653 + - uid: 469 + components: + - type: Transform + pos: 0.5,48.5 + parent: 1653 + - uid: 503 + components: + - type: Transform + pos: 3.5,22.5 + parent: 1653 + - uid: 508 + components: + - type: Transform + pos: 2.5,48.5 + parent: 1653 + - uid: 509 + components: + - type: Transform + pos: 1.5,40.5 + parent: 1653 + - uid: 510 + components: + - type: Transform + pos: 4.5,22.5 + parent: 1653 + - uid: 512 + components: + - type: Transform + pos: 1.5,48.5 + parent: 1653 + - uid: 621 + components: + - type: Transform + pos: 54.5,0.5 + parent: 1653 + - uid: 708 + components: + - type: Transform + pos: 53.5,0.5 + parent: 1653 + - uid: 732 + components: + - type: Transform + pos: 16.5,32.5 + parent: 1653 + - uid: 1150 + components: + - type: Transform + pos: 5.5,7.5 + parent: 1653 +- proto: SpawnDungeonLootMaterialsBasicFull + entities: + - uid: 658 + components: + - type: Transform + pos: 4.631857,35.58555 + parent: 1653 + - uid: 661 + components: + - type: Transform + pos: 4.603287,16.547016 + parent: 1653 + - uid: 662 + components: + - type: Transform + pos: 27.427818,8.406059 + parent: 1653 + - uid: 663 + components: + - type: Transform + pos: 27.802818,8.281059 + parent: 1653 + - uid: 669 + components: + - type: Transform + pos: 12.357041,39.463593 + parent: 1653 + - uid: 670 + components: + - type: Transform + pos: 27.521568,8.671684 + parent: 1653 + - uid: 1556 + components: + - type: Transform + pos: 0.52582324,16.047016 + parent: 1653 + - uid: 1567 + components: + - type: Transform + pos: 27.802818,8.515434 + parent: 1653 + - uid: 1574 + components: + - type: Transform + pos: 32.50711,4.582082 + parent: 1653 + - uid: 1599 + components: + - type: Transform + pos: 0.55707324,16.547016 parent: 1653 -- proto: ShardGlass - entities: - - uid: 474 + - uid: 1600 components: - type: Transform - pos: 2.445806,46.508026 + pos: 7.4517813,6.5602627 parent: 1653 - - uid: 535 + - uid: 1637 components: - type: Transform - pos: 37.501663,39.608997 + pos: 6.428732,35.538673 parent: 1653 -- proto: ShardGlassReinforced + - uid: 1643 + components: + - type: Transform + pos: 8.631171,28.549417 + parent: 1653 +- proto: SpawnDungeonLootMaterialsValuableFull entities: - - uid: 1057 + - uid: 746 components: - type: Transform - pos: 34.381138,20.460537 + pos: 0.54144824,15.625142 parent: 1653 - - uid: 1561 + - uid: 968 components: - type: Transform - pos: 25.506968,14.578961 + pos: 1.496994,27.709425 parent: 1653 -- proto: SheetGlass - entities: - - uid: 1112 + - uid: 1114 components: - type: Transform - pos: 0.5572295,16.464039 + pos: 20.545664,34.64003 parent: 1653 - - uid: 1535 + - uid: 1568 components: - type: Transform - pos: 27.48748,8.492639 + pos: 14.497689,24.666225 parent: 1653 -- proto: SheetPGlass - entities: - - uid: 820 + - uid: 1586 + components: + - type: Transform + pos: 15.420664,34.54628 + parent: 1653 + - uid: 1597 + components: + - type: Transform + pos: 31.551804,8.577934 + parent: 1653 + - uid: 1601 + components: + - type: Transform + pos: 6.4992156,22.555288 + parent: 1653 + - uid: 1604 + components: + - type: Transform + pos: 16.536243,24.58135 + parent: 1653 + - uid: 1628 + components: + - type: Transform + pos: 20.468935,4.597707 + parent: 1653 + - uid: 1629 + components: + - type: Transform + pos: 21.514414,34.67128 + parent: 1653 + - uid: 1630 + components: + - type: Transform + pos: 1.496994,27.16255 + parent: 1653 + - uid: 1639 + components: + - type: Transform + pos: 1.434494,26.740675 + parent: 1653 + - uid: 1687 components: - type: Transform - pos: 14.534195,24.571789 + pos: 1.471144,31.615616 parent: 1653 -- proto: SheetPlasma +- proto: SpawnDungeonLootMugs entities: - - uid: 1472 + - uid: 954 + components: + - type: Transform + pos: 20.527668,40.46952 + parent: 1653 + - uid: 955 + components: + - type: Transform + pos: 20.340168,40.71952 + parent: 1653 + - uid: 961 + components: + - type: Transform + pos: 20.715168,40.71952 + parent: 1653 + - uid: 962 + components: + - type: Transform + pos: 0.7518523,3.5126042 + parent: 1653 + - uid: 963 components: - type: Transform - pos: 32.4712,4.556815 + pos: 0.29872727,3.6376042 parent: 1653 -- proto: SheetPlasteel +- proto: SpawnDungeonLootOresFull entities: - - uid: 658 + - uid: 1111 components: - type: Transform - pos: 15.499195,34.56076 + pos: 10.521796,25.471292 parent: 1653 - - uid: 1536 + - uid: 1112 components: - type: Transform - pos: 31.534355,8.523889 + pos: 1.481369,26.365675 parent: 1653 -- proto: SheetPlastic +- proto: SpawnDungeonLootPartsEngi entities: - - uid: 1114 + - uid: 1113 + components: + - type: Transform + pos: 1.533644,31.990616 + parent: 1653 + - uid: 1115 + components: + - type: Transform + pos: 1.4959452,46.502045 + parent: 1653 + - uid: 1384 + components: + - type: Transform + pos: 2.705519,31.59999 + parent: 1653 + - uid: 1470 + components: + - type: Transform + pos: 27.493414,2.519582 + parent: 1653 + - uid: 1471 + components: + - type: Transform + pos: 46.40493,1.503957 + parent: 1653 + - uid: 1536 components: - type: Transform - pos: 0.5416045,16.026539 + pos: 31.462164,2.613332 parent: 1653 - uid: 1537 components: - type: Transform - pos: 7.5163627,6.5836935 + pos: 37.55002,0.50395703 parent: 1653 -- proto: SheetRGlass - entities: - uid: 1538 components: - type: Transform - pos: 6.5744953,22.554136 + pos: 2.127394,31.50624 parent: 1653 -- proto: SheetRPGlass - entities: - - uid: 841 + - uid: 1542 components: - type: Transform - pos: 16.508902,24.578423 + pos: 23.399664,2.644582 parent: 1653 - - uid: 1474 + - uid: 1692 components: - type: Transform - pos: 20.5658,4.54119 + pos: 19.55425,2.457082 parent: 1653 -- proto: SheetSteel - entities: - - uid: 670 + - uid: 1693 components: - type: Transform - pos: 21.511246,34.536728 + pos: 30.66336,4.535207 parent: 1653 - - uid: 1113 + - uid: 1694 components: - type: Transform - pos: 0.5103545,15.635914 + pos: 31.50711,4.550832 parent: 1653 - - uid: 1539 +- proto: SpawnDungeonLootPowerCell + entities: + - uid: 905 components: - type: Transform - pos: 4.6210227,35.514687 + pos: 12.660753,45.699017 parent: 1653 -- proto: SheetSteel1 - entities: - - uid: 536 + - uid: 1690 components: - type: Transform - pos: 32.52815,38.437122 + pos: 36.23867,15.001832 parent: 1653 -- proto: ShuttersWindow +- proto: SpawnDungeonLootRnDDisk entities: - - uid: 580 + - uid: 1284 components: - type: Transform - pos: 10.5,43.5 + pos: 8.5620365,1.5680878 parent: 1653 - - type: DeviceLinkSink - links: - - 583 - - uid: 581 + - uid: 1285 components: - type: Transform - pos: 11.5,43.5 + pos: 32.50315,0.5243919 parent: 1653 - - type: DeviceLinkSink - links: - - 583 - - uid: 582 + - uid: 1286 components: - type: Transform - pos: 12.5,43.5 + pos: 24.390997,16.62883 parent: 1653 - - type: DeviceLinkSink - links: - - 583 -- proto: SignalButton - entities: - - uid: 583 + - uid: 1346 components: - type: Transform - pos: 9.5,43.5 + pos: 18.496307,44.463806 parent: 1653 - - type: DeviceLinkSource - linkedPorts: - 580: - - Pressed: Toggle - 581: - - Pressed: Toggle - 582: - - Pressed: Toggle -- proto: SignalTrigger - entities: - - uid: 1597 + - uid: 1351 components: - type: Transform - pos: 32.571358,13.5151415 + pos: 36.562843,15.472088 parent: 1653 -- proto: SignElectricalMed +- proto: SpawnDungeonLootSeed entities: - - uid: 585 + - uid: 494 components: - type: Transform - pos: 8.5,43.5 + pos: 16.4067,7.8727627 parent: 1653 - - uid: 626 + - uid: 522 components: - type: Transform - pos: 21.5,47.5 + pos: 16.609825,7.6071377 parent: 1653 - - uid: 1540 + - uid: 643 components: - type: Transform - pos: 28.5,9.5 + pos: 16.4067,8.747763 parent: 1653 -- proto: SignRedFour - entities: - - uid: 1252 + - uid: 686 components: - type: Transform - pos: 48.5,1.5 + pos: 4.5460906,18.508413 parent: 1653 -- proto: SignRedOne - entities: - - uid: 1249 + - uid: 712 components: - type: Transform - pos: 40.5,3.5 + pos: 16.62545,8.450888 parent: 1653 -- proto: SignRedThree - entities: - - uid: 1251 + - uid: 841 components: - type: Transform - pos: 48.5,3.5 + pos: 16.391075,9.497763 parent: 1653 -- proto: SignRedTwo - entities: - - uid: 1250 + - uid: 879 components: - type: Transform - pos: 40.5,1.5 + pos: 16.62545,9.310263 parent: 1653 -- proto: SignScience +- proto: SpawnDungeonLootToolbox entities: - - uid: 1596 + - uid: 1050 components: - type: Transform - pos: 34.5,16.5 + pos: 36.497677,16.296684 parent: 1653 -- proto: SignSecureMed + - uid: 1640 + components: + - type: Transform + pos: 4.4930425,12.593797 + parent: 1653 +- proto: SpawnDungeonLootToolsAdvancedEngineering entities: - - uid: 698 + - uid: 1380 components: - type: Transform - pos: 3.5,32.5 + pos: 28.450766,21.574556 parent: 1653 - - uid: 1154 + - uid: 1476 components: - type: Transform - pos: 10.5,13.5 + pos: 32.564045,15.580274 parent: 1653 -- proto: SignShock +- proto: SpawnDungeonLootToolsBasicEngineering entities: - - uid: 625 + - uid: 820 components: - type: Transform - pos: 17.5,43.5 + pos: 10.514916,45.573624 parent: 1653 - - uid: 1155 + - uid: 821 components: - type: Transform - pos: 12.5,13.5 + pos: 20.369005,36.60878 parent: 1653 -- proto: SignXenolab - entities: - - uid: 1461 + - uid: 822 components: - type: Transform - pos: 19.5,4.5 + pos: 20.650255,36.499405 parent: 1653 - - uid: 1462 + - uid: 824 components: - type: Transform - pos: 33.5,4.5 + pos: 2.6024175,12.562547 + parent: 1653 + - uid: 1116 + components: + - type: Transform + pos: 27.580544,22.502699 + parent: 1653 + - uid: 1539 + components: + - type: Transform + pos: 0.5271952,46.502045 + parent: 1653 + - uid: 1543 + components: + - type: Transform + pos: 2.3992925,12.703172 parent: 1653 -- proto: SilverOre +- proto: SpawnDungeonLootToolsHydroponics entities: - - uid: 822 + - uid: 744 components: - type: Transform - pos: 1.5210686,26.30472 + pos: 18.399406,9.695223 parent: 1653 -- proto: SinkWide + - uid: 1701 + components: + - type: Transform + pos: 18.586906,9.507723 + parent: 1653 +- proto: SpawnDungeonLootVaultGuns entities: - - uid: 471 + - uid: 1378 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,47.5 + pos: 12.530378,14.475547 parent: 1653 - - uid: 717 + - uid: 1484 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,25.5 + pos: 10.452253,14.584922 parent: 1653 - - uid: 803 + - uid: 1647 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,24.5 + pos: 12.436628,14.694297 parent: 1653 - - uid: 804 +- proto: SpawnDungeonVendomatsClothes + entities: + - uid: 1645 + components: + - type: Transform + pos: 46.5,4.5 + parent: 1653 +- proto: SpawnDungeonVendomatsMed + entities: + - uid: 1675 + components: + - type: Transform + pos: 29.5,16.5 + parent: 1653 +- proto: SpawnDungeonVendomatsRecreational + entities: + - uid: 927 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,28.5 + pos: 16.5,22.5 parent: 1653 - - uid: 805 + - uid: 1352 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,28.5 + pos: 10.5,18.5 parent: 1653 - - uid: 890 + - uid: 1625 components: - type: Transform - pos: 1.5,20.5 + pos: 21.5,40.5 parent: 1653 - - uid: 891 + - uid: 1626 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,19.5 + pos: 7.5,10.5 parent: 1653 - - uid: 960 + - uid: 1627 components: - type: Transform - pos: 3.5,10.5 + pos: 0.5,4.5 parent: 1653 -- proto: SmartFridge - entities: - - uid: 1458 + - uid: 1644 components: - - type: MetaData - flags: SessionSpecific - type: Transform - pos: 23.5,4.5 + pos: 38.5,4.5 parent: 1653 -- proto: SMESBasic - entities: - - uid: 262 + - uid: 1646 components: - type: Transform - pos: 26.5,20.5 + pos: 29.5,38.5 parent: 1653 - - uid: 539 + - uid: 1658 components: - type: Transform - pos: 11.5,45.5 + pos: 7.5,35.5 parent: 1653 - - uid: 1485 + - uid: 1660 components: - type: Transform - pos: 28.5,8.5 + pos: 8.5,10.5 parent: 1653 - - uid: 1486 + - uid: 1663 components: - type: Transform - pos: 29.5,8.5 + pos: 37.5,4.5 parent: 1653 - - uid: 1487 + - uid: 1676 components: - type: Transform - pos: 30.5,8.5 + pos: 9.5,10.5 parent: 1653 - proto: SpawnVehicleATV entities: @@ -9616,13 +9551,6 @@ entities: - type: Transform pos: 28.5,13.5 parent: 1653 -- proto: StorageCanister - entities: - - uid: 1647 - components: - - type: Transform - pos: 40.5,16.5 - parent: 1653 - proto: SubstationBasic entities: - uid: 559 @@ -9674,11 +9602,6 @@ entities: - type: Transform pos: 37.5,40.5 parent: 1653 - - uid: 526 - components: - - type: Transform - pos: 35.5,38.5 - parent: 1653 - uid: 589 components: - type: Transform @@ -9943,6 +9866,11 @@ entities: rot: 1.5707963267948966 rad pos: 42.5,13.5 parent: 1653 + - uid: 1702 + components: + - type: Transform + pos: 2.5,35.5 + parent: 1653 - proto: TableCarpet entities: - uid: 859 @@ -10251,18 +10179,6 @@ entities: - type: Transform pos: 1.492549,27.312542 parent: 1653 -- proto: ToolboxMechanicalFilled - entities: - - uid: 1108 - components: - - type: Transform - pos: 4.523156,12.6515875 - parent: 1653 - - uid: 1586 - components: - - type: Transform - pos: 36.51179,16.622833 - parent: 1653 - proto: ToyRubberDuck entities: - uid: 875 @@ -10291,11 +10207,6 @@ entities: parent: 1653 - proto: UnfinishedMachineFrame entities: - - uid: 619 - components: - - type: Transform - pos: 20.5,44.5 - parent: 1653 - uid: 1341 components: - type: Transform @@ -10306,13 +10217,6 @@ entities: - type: Transform pos: 33.5,14.5 parent: 1653 -- proto: UraniumOre - entities: - - uid: 823 - components: - - type: Transform - pos: 10.548276,25.257845 - parent: 1653 - proto: VariantCubeBox entities: - uid: 1168 @@ -10339,81 +10243,6 @@ entities: - type: Transform pos: 20.483374,24.635374 parent: 1653 -- proto: VendingMachineCigs - entities: - - uid: 928 - components: - - type: MetaData - flags: SessionSpecific - - type: Transform - pos: 10.5,18.5 - parent: 1653 - - uid: 1278 - components: - - type: MetaData - flags: SessionSpecific - - type: Transform - pos: 37.5,4.5 - parent: 1653 -- proto: VendingMachineClothing - entities: - - uid: 1255 - components: - - type: MetaData - flags: SessionSpecific - - type: Transform - pos: 46.5,4.5 - parent: 1653 -- proto: VendingMachineCoffee - entities: - - uid: 522 - components: - - type: MetaData - flags: SessionSpecific - - type: Transform - pos: 29.5,38.5 - parent: 1653 - - uid: 642 - components: - - type: MetaData - flags: SessionSpecific - - type: Transform - pos: 7.5,35.5 - parent: 1653 - - uid: 968 - components: - - type: MetaData - flags: SessionSpecific - - type: Transform - pos: 8.5,10.5 - parent: 1653 -- proto: VendingMachineCola - entities: - - uid: 1277 - components: - - type: MetaData - flags: SessionSpecific - - type: Transform - pos: 38.5,4.5 - parent: 1653 -- proto: VendingMachineGeneDrobe - entities: - - uid: 1554 - components: - - type: MetaData - flags: SessionSpecific - - type: Transform - pos: 29.5,16.5 - parent: 1653 -- proto: VendingMachineSciDrobe - entities: - - uid: 969 - components: - - type: MetaData - flags: SessionSpecific - - type: Transform - pos: 9.5,10.5 - parent: 1653 - proto: VoiceTrigger entities: - uid: 1103 @@ -10432,78 +10261,56 @@ entities: entities: - uid: 301 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 9.5,14.5 parent: 1653 - uid: 303 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 11.5,15.5 parent: 1653 - uid: 1124 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 12.5,13.5 parent: 1653 - uid: 1125 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 13.5,13.5 parent: 1653 - uid: 1127 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 13.5,15.5 parent: 1653 - uid: 1128 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 12.5,15.5 parent: 1653 - uid: 1129 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 10.5,15.5 parent: 1653 - uid: 1131 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 9.5,15.5 parent: 1653 - uid: 1132 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 13.5,14.5 parent: 1653 - uid: 1133 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 9.5,13.5 parent: 1653 - uid: 1134 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 10.5,13.5 parent: 1653 @@ -10511,420 +10318,284 @@ entities: entities: - uid: 514 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 26.5,38.5 parent: 1653 - uid: 515 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 26.5,40.5 parent: 1653 - uid: 516 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 28.5,40.5 parent: 1653 - uid: 517 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 28.5,38.5 parent: 1653 - uid: 566 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 8.5,43.5 parent: 1653 - uid: 567 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 9.5,43.5 parent: 1653 - uid: 570 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 13.5,43.5 parent: 1653 - uid: 571 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 14.5,43.5 parent: 1653 - uid: 592 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 17.5,43.5 parent: 1653 - uid: 593 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 17.5,47.5 parent: 1653 - uid: 594 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 21.5,47.5 parent: 1653 - uid: 595 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 21.5,43.5 parent: 1653 - uid: 685 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 3.5,32.5 parent: 1653 - uid: 687 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 9.5,30.5 parent: 1653 - uid: 884 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 1.5,21.5 parent: 1653 - uid: 885 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 1.5,22.5 parent: 1653 - uid: 886 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 3.5,19.5 parent: 1653 - uid: 887 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 4.5,19.5 parent: 1653 - uid: 1022 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 28.5,22.5 parent: 1653 - uid: 1081 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 3.5,14.5 parent: 1653 - uid: 1082 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 0.5,12.5 parent: 1653 - uid: 1083 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 0.5,13.5 parent: 1653 - uid: 1084 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 6.5,12.5 parent: 1653 - uid: 1085 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 6.5,13.5 parent: 1653 - uid: 1197 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 40.5,3.5 parent: 1653 - uid: 1198 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 39.5,3.5 parent: 1653 - uid: 1199 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 39.5,4.5 parent: 1653 - uid: 1200 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 42.5,3.5 parent: 1653 - uid: 1201 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 43.5,3.5 parent: 1653 - uid: 1202 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 43.5,4.5 parent: 1653 - uid: 1203 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 39.5,0.5 parent: 1653 - uid: 1204 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 39.5,1.5 parent: 1653 - uid: 1205 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 40.5,1.5 parent: 1653 - uid: 1206 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 42.5,1.5 parent: 1653 - uid: 1207 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 43.5,1.5 parent: 1653 - uid: 1208 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 43.5,0.5 parent: 1653 - uid: 1209 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 47.5,0.5 parent: 1653 - uid: 1210 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 47.5,1.5 parent: 1653 - uid: 1211 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 48.5,1.5 parent: 1653 - uid: 1212 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 50.5,1.5 parent: 1653 - uid: 1213 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 51.5,1.5 parent: 1653 - uid: 1214 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 51.5,0.5 parent: 1653 - uid: 1215 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 50.5,3.5 parent: 1653 - uid: 1216 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 51.5,3.5 parent: 1653 - uid: 1217 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 51.5,4.5 parent: 1653 - uid: 1218 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 48.5,3.5 parent: 1653 - uid: 1219 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 47.5,3.5 parent: 1653 - uid: 1220 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 47.5,4.5 parent: 1653 - uid: 1322 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 3.5,2.5 parent: 1653 - uid: 1323 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 13.5,2.5 parent: 1653 - uid: 1459 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 19.5,4.5 parent: 1653 - uid: 1460 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 33.5,4.5 parent: 1653 - uid: 1501 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 28.5,9.5 parent: 1653 - uid: 1506 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 29.5,9.5 parent: 1653 - uid: 1507 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 30.5,9.5 parent: 1653 - uid: 1575 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 34.5,16.5 parent: 1653 -- proto: WardrobeMixedFilled - entities: - - uid: 1257 - components: - - type: Transform - pos: 44.5,4.5 - parent: 1653 -- proto: WaterCooler - entities: - - uid: 512 - components: - - type: Transform - pos: 21.5,40.5 - parent: 1653 - - uid: 967 - components: - - type: Transform - pos: 7.5,10.5 - parent: 1653 - - uid: 1346 - components: - - type: Transform - pos: 0.5,4.5 - parent: 1653 - proto: WaterTankFull entities: - uid: 1372 @@ -10944,39 +10615,6 @@ entities: - type: Transform pos: 7.5,3.5 parent: 1653 -- proto: WeaponEnergyGun - entities: - - uid: 1152 - components: - - type: Transform - pos: 10.540278,14.546922 - parent: 1653 -- proto: WeaponLaserGun - entities: - - uid: 1150 - components: - - type: Transform - pos: 12.468685,14.590134 - parent: 1653 - - uid: 1151 - components: - - type: Transform - pos: 12.593685,14.371384 - parent: 1653 -- proto: Welder - entities: - - uid: 663 - components: - - type: Transform - pos: 20.605528,36.564884 - parent: 1653 -- proto: WelderMini - entities: - - uid: 643 - components: - - type: Transform - pos: 8.596551,35.528828 - parent: 1653 - proto: WeldingFuelTankFull entities: - uid: 881 diff --git a/Resources/Maps/Dungeon/lava_brig.yml b/Resources/Maps/Dungeon/lava_brig.yml index 4f09149ceff..165d80824dd 100644 --- a/Resources/Maps/Dungeon/lava_brig.yml +++ b/Resources/Maps/Dungeon/lava_brig.yml @@ -11,15 +11,15 @@ tilemap: 55: FloorGreenCircuit 63: FloorLino 78: FloorReinforced - 83: FloorShuttleOrange - 90: FloorSteel - 100: FloorSteelMini - 101: FloorSteelMono - 105: FloorTechMaint - 109: FloorWhite - 113: FloorWhiteMini - 119: FloorWood - 122: Plating + 85: FloorShuttleOrange + 92: FloorSteel + 102: FloorSteelMini + 103: FloorSteelMono + 107: FloorTechMaint + 111: FloorWhite + 115: FloorWhiteMini + 121: FloorWood + 125: Plating entities: - proto: "" entities: @@ -35,83 +35,83 @@ entities: chunks: -1,-1: ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAA version: 6 0,0: ind: 0,0 - tiles: WgAAAAADWgAAAAABWgAAAAACWgAAAAADWgAAAAACWgAAAAABegAAAAAADwAAAAAAHgAAAAABDwAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAACWgAAAAACWgAAAAACWgAAAAABWgAAAAABWgAAAAAAWgAAAAADWgAAAAADegAAAAAADwAAAAAADwAAAAAADwAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAABWgAAAAACWgAAAAAAWgAAAAADWgAAAAADWgAAAAABWgAAAAADWgAAAAACWgAAAAABIwAAAAABHgAAAAABDwAAAAAAHgAAAAACIwAAAAAAWgAAAAABWgAAAAACWgAAAAABWgAAAAADWgAAAAADaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAADwAAAAAADwAAAAAADwAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAADwAAAAAAHgAAAAACDwAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAHgAAAAABHgAAAAABHgAAAAACDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHgAAAAABHgAAAAADHgAAAAABUwAAAAAAZQAAAAACWgAAAAAAZQAAAAACegAAAAAAHgAAAAAAIwAAAAADegAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAegAAAAAAIwAAAAACHgAAAAACUwAAAAAAZAAAAAACZAAAAAAAZAAAAAAAegAAAAAAHgAAAAABIwAAAAACegAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAegAAAAAAIwAAAAABHgAAAAADUwAAAAAAZAAAAAACZAAAAAAAZAAAAAAAWgAAAAACHgAAAAAAIwAAAAADegAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAegAAAAAAIwAAAAAAHgAAAAABUwAAAAAAZAAAAAADZAAAAAABZAAAAAABegAAAAAAHgAAAAADHgAAAAADHgAAAAACDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHgAAAAABHgAAAAABHgAAAAAAUwAAAAAAZQAAAAABWgAAAAABZQAAAAACegAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAHgAAAAAAHgAAAAABegAAAAAAHgAAAAADegAAAAAAHgAAAAADHgAAAAADUwAAAAAAaQAAAAAAegAAAAAAdwAAAAADdwAAAAABdwAAAAADdwAAAAAAdwAAAAADUwAAAAAAHgAAAAABHgAAAAACHgAAAAACHgAAAAADHgAAAAADHgAAAAADHgAAAAAAUwAAAAAAaQAAAAAAegAAAAAAdwAAAAABdwAAAAACdwAAAAAAdwAAAAACdwAAAAACUwAAAAAAHgAAAAADHgAAAAACDwAAAAAADwAAAAAADwAAAAAAHgAAAAACHgAAAAACUwAAAAAAaQAAAAAAegAAAAAAdwAAAAACdwAAAAADdwAAAAADdwAAAAACdwAAAAADUwAAAAAAHgAAAAADHgAAAAACHgAAAAABHgAAAAACHgAAAAACHgAAAAADHgAAAAABUwAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAdwAAAAABUwAAAAAA + tiles: XAAAAAADXAAAAAABXAAAAAACXAAAAAADXAAAAAACXAAAAAABfQAAAAAADwAAAAAAHgAAAAABDwAAAAAAfQAAAAAAXAAAAAACXAAAAAACXAAAAAACXAAAAAACXAAAAAACXAAAAAACXAAAAAABXAAAAAABXAAAAAAAXAAAAAADXAAAAAADfQAAAAAADwAAAAAADwAAAAAADwAAAAAAfQAAAAAAXAAAAAABXAAAAAACXAAAAAABXAAAAAACXAAAAAAAXAAAAAADXAAAAAADXAAAAAABXAAAAAADXAAAAAACXAAAAAABIwAAAAABHgAAAAABDwAAAAAAHgAAAAACIwAAAAAAXAAAAAABXAAAAAACXAAAAAABXAAAAAADXAAAAAADawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAfQAAAAAADwAAAAAADwAAAAAADwAAAAAAfQAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAfQAAAAAADwAAAAAAHgAAAAACDwAAAAAAfQAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAHgAAAAABHgAAAAABHgAAAAACDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHgAAAAABHgAAAAADHgAAAAABVQAAAAAAZwAAAAACXAAAAAAAZwAAAAACfQAAAAAAHgAAAAAAIwAAAAADfQAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAfQAAAAAAIwAAAAACHgAAAAACVQAAAAAAZgAAAAACZgAAAAAAZgAAAAAAfQAAAAAAHgAAAAABIwAAAAACfQAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAfQAAAAAAIwAAAAABHgAAAAADVQAAAAAAZgAAAAACZgAAAAAAZgAAAAAAXAAAAAACHgAAAAAAIwAAAAADfQAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAfQAAAAAAIwAAAAAAHgAAAAABVQAAAAAAZgAAAAADZgAAAAABZgAAAAABfQAAAAAAHgAAAAADHgAAAAADHgAAAAACDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHgAAAAABHgAAAAABHgAAAAAAVQAAAAAAZwAAAAABXAAAAAABZwAAAAACfQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAHgAAAAAAHgAAAAABfQAAAAAAHgAAAAADfQAAAAAAHgAAAAADHgAAAAADVQAAAAAAawAAAAAAfQAAAAAAeQAAAAADeQAAAAABeQAAAAADeQAAAAAAeQAAAAADVQAAAAAAHgAAAAABHgAAAAACHgAAAAACHgAAAAADHgAAAAADHgAAAAADHgAAAAAAVQAAAAAAawAAAAAAfQAAAAAAeQAAAAABeQAAAAACeQAAAAAAeQAAAAACeQAAAAACVQAAAAAAHgAAAAADHgAAAAACDwAAAAAADwAAAAAADwAAAAAAHgAAAAACHgAAAAACVQAAAAAAawAAAAAAfQAAAAAAeQAAAAACeQAAAAADeQAAAAADeQAAAAACeQAAAAADVQAAAAAAHgAAAAADHgAAAAACHgAAAAABHgAAAAACHgAAAAACHgAAAAADHgAAAAABVQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAeQAAAAABVQAAAAAA version: 6 0,1: ind: 0,1 - tiles: HgAAAAAAHgAAAAADegAAAAAAHgAAAAACegAAAAAAHgAAAAADHgAAAAAAUwAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAdwAAAAACUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAHgAAAAADHgAAAAAAHgAAAAADHgAAAAADHgAAAAABUwAAAAAAWgAAAAAAWgAAAAABWgAAAAACWgAAAAAAWgAAAAAAUwAAAAAAaQAAAAAAegAAAAAAWgAAAAABaQAAAAAAHgAAAAACegAAAAAADwAAAAAAegAAAAAAHgAAAAACUwAAAAAAWgAAAAADZAAAAAAAZAAAAAABZAAAAAADWgAAAAABUwAAAAAAaQAAAAAAaQAAAAAAWgAAAAAAegAAAAAAHgAAAAABDwAAAAAADwAAAAAADwAAAAAAHgAAAAAAUwAAAAAAWgAAAAAAZAAAAAABZAAAAAACZAAAAAACWgAAAAADUwAAAAAAWgAAAAACWgAAAAADWgAAAAABWgAAAAAAHgAAAAAAegAAAAAADwAAAAAAegAAAAAAHgAAAAAAUwAAAAAAWgAAAAABZAAAAAABZAAAAAABZAAAAAABWgAAAAADUwAAAAAAaQAAAAAAaQAAAAAAWgAAAAAAWgAAAAABHgAAAAADHgAAAAABHgAAAAACHgAAAAAAHgAAAAABUwAAAAAAWgAAAAAAWgAAAAABWgAAAAAAWgAAAAACWgAAAAABUwAAAAAAaQAAAAAAaQAAAAAAWgAAAAABWgAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAHgAAAAAAHgAAAAADHgAAAAAAUwAAAAAAaQAAAAAAaQAAAAAAegAAAAAAUwAAAAAAcQAAAAACcQAAAAACcQAAAAABUwAAAAAAWgAAAAADWgAAAAADZQAAAAAAUwAAAAAAHgAAAAAADwAAAAAAHgAAAAACUwAAAAAAegAAAAAAegAAAAAAegAAAAAAUwAAAAAAcQAAAAADcQAAAAACcQAAAAADUwAAAAAAWgAAAAAAWgAAAAABZQAAAAABUwAAAAAAHgAAAAACDwAAAAAAHgAAAAAAUwAAAAAAegAAAAAAegAAAAAAegAAAAAAUwAAAAAAcQAAAAADcQAAAAAAcQAAAAAAUwAAAAAAWgAAAAABWgAAAAABWgAAAAABUwAAAAAAHgAAAAACDwAAAAAAHgAAAAABUwAAAAAAegAAAAAAegAAAAAAegAAAAAAUwAAAAAAcQAAAAADcQAAAAADcQAAAAABUwAAAAAAZQAAAAACWgAAAAABWgAAAAACUwAAAAAAHgAAAAADHgAAAAACHgAAAAADUwAAAAAAegAAAAAAaQAAAAAAegAAAAAAUwAAAAAAcQAAAAACcQAAAAACcQAAAAADUwAAAAAAZQAAAAACWgAAAAAAWgAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAHgAAAAAAHgAAAAABDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHgAAAAADHgAAAAACUwAAAAAAWgAAAAABWgAAAAACHgAAAAACHgAAAAABHgAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHgAAAAADHgAAAAADHgAAAAAAUwAAAAAAaQAAAAAAegAAAAAA + tiles: HgAAAAAAHgAAAAADfQAAAAAAHgAAAAACfQAAAAAAHgAAAAADHgAAAAAAVQAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAfQAAAAAAeQAAAAACVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAHgAAAAADHgAAAAAAHgAAAAADHgAAAAADHgAAAAABVQAAAAAAXAAAAAAAXAAAAAABXAAAAAACXAAAAAAAXAAAAAAAVQAAAAAAawAAAAAAfQAAAAAAXAAAAAABawAAAAAAHgAAAAACfQAAAAAADwAAAAAAfQAAAAAAHgAAAAACVQAAAAAAXAAAAAADZgAAAAAAZgAAAAABZgAAAAADXAAAAAABVQAAAAAAawAAAAAAawAAAAAAXAAAAAAAfQAAAAAAHgAAAAABDwAAAAAADwAAAAAADwAAAAAAHgAAAAAAVQAAAAAAXAAAAAAAZgAAAAABZgAAAAACZgAAAAACXAAAAAADVQAAAAAAXAAAAAACXAAAAAADXAAAAAABXAAAAAAAHgAAAAAAfQAAAAAADwAAAAAAfQAAAAAAHgAAAAAAVQAAAAAAXAAAAAABZgAAAAABZgAAAAABZgAAAAABXAAAAAADVQAAAAAAawAAAAAAawAAAAAAXAAAAAAAXAAAAAABHgAAAAADHgAAAAABHgAAAAACHgAAAAAAHgAAAAABVQAAAAAAXAAAAAAAXAAAAAABXAAAAAAAXAAAAAACXAAAAAABVQAAAAAAawAAAAAAawAAAAAAXAAAAAABXAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAHgAAAAAAHgAAAAADHgAAAAAAVQAAAAAAawAAAAAAawAAAAAAfQAAAAAAVQAAAAAAcwAAAAACcwAAAAACcwAAAAABVQAAAAAAXAAAAAADXAAAAAADZwAAAAAAVQAAAAAAHgAAAAAADwAAAAAAHgAAAAACVQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAVQAAAAAAcwAAAAADcwAAAAACcwAAAAADVQAAAAAAXAAAAAAAXAAAAAABZwAAAAABVQAAAAAAHgAAAAACDwAAAAAAHgAAAAAAVQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAVQAAAAAAcwAAAAADcwAAAAAAcwAAAAAAVQAAAAAAXAAAAAABXAAAAAABXAAAAAABVQAAAAAAHgAAAAACDwAAAAAAHgAAAAABVQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAVQAAAAAAcwAAAAADcwAAAAADcwAAAAABVQAAAAAAZwAAAAACXAAAAAABXAAAAAACVQAAAAAAHgAAAAADHgAAAAACHgAAAAADVQAAAAAAfQAAAAAAawAAAAAAfQAAAAAAVQAAAAAAcwAAAAACcwAAAAACcwAAAAADVQAAAAAAZwAAAAACXAAAAAAAXAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAHgAAAAAAHgAAAAABDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHgAAAAADHgAAAAACVQAAAAAAXAAAAAABXAAAAAACHgAAAAACHgAAAAABHgAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHgAAAAADHgAAAAADHgAAAAAAVQAAAAAAawAAAAAAfQAAAAAA version: 6 0,-1: ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAA version: 6 -1,0: ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAA version: 6 -1,1: ind: -1,1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAA version: 6 1,-1: ind: 1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAA version: 6 1,0: ind: 1,0 - tiles: WgAAAAABUwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAHgAAAAACHgAAAAAAHgAAAAABHgAAAAADHgAAAAABHgAAAAADHgAAAAADHgAAAAACHgAAAAADWgAAAAADUwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAHgAAAAAAHgAAAAADHgAAAAABHgAAAAACHgAAAAABHgAAAAADHgAAAAACHgAAAAABHgAAAAABWgAAAAAAUwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAIwAAAAACHgAAAAACHgAAAAACHgAAAAACHgAAAAABHgAAAAACHgAAAAACHgAAAAAAHgAAAAAAHgAAAAABaQAAAAAAUwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAHgAAAAADHgAAAAAAHgAAAAACHgAAAAAAHgAAAAADHgAAAAADHgAAAAADHgAAAAAAHgAAAAABaQAAAAAAUwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAHgAAAAABHgAAAAABHgAAAAACHgAAAAAAHgAAAAABHgAAAAACHgAAAAAAHgAAAAACHgAAAAADUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAWgAAAAABWgAAAAACWgAAAAACegAAAAAAZQAAAAAAWgAAAAABZQAAAAAAUwAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAAAWgAAAAABWgAAAAAAegAAAAAAZAAAAAAAZAAAAAAAZAAAAAABUwAAAAAATgAAAAAAegAAAAAAIwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAAAWgAAAAADZAAAAAADZAAAAAAAZAAAAAADUwAAAAAATgAAAAAAegAAAAAAKwAAAAAAegAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAABegAAAAAAZAAAAAACZAAAAAABZAAAAAADUwAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAABegAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAAAegAAAAAAZQAAAAADWgAAAAABZQAAAAACUwAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAWgAAAAABWgAAAAAAWgAAAAAAWgAAAAADWgAAAAACWgAAAAACWgAAAAADUwAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAUwAAAAAAWgAAAAABZAAAAAACZAAAAAACZAAAAAAAZAAAAAADZAAAAAACWgAAAAAAUwAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAWgAAAAAAegAAAAAAUwAAAAAAWgAAAAAAZAAAAAABZAAAAAADZAAAAAABZAAAAAACZAAAAAAAWgAAAAACUwAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADaQAAAAAAUwAAAAAAWgAAAAACZAAAAAABZAAAAAABZAAAAAADZAAAAAAAZAAAAAABWgAAAAAAUwAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAWgAAAAAAegAAAAAAUwAAAAAA + tiles: XAAAAAABVQAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAfQAAAAAAHgAAAAACHgAAAAAAHgAAAAABHgAAAAADHgAAAAABHgAAAAADHgAAAAADHgAAAAACHgAAAAADXAAAAAADVQAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAfQAAAAAAHgAAAAAAHgAAAAADHgAAAAABHgAAAAACHgAAAAABHgAAAAADHgAAAAACHgAAAAABHgAAAAABXAAAAAAAVQAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAIwAAAAACHgAAAAACHgAAAAACHgAAAAACHgAAAAABHgAAAAACHgAAAAACHgAAAAAAHgAAAAAAHgAAAAABawAAAAAAVQAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAfQAAAAAAHgAAAAADHgAAAAAAHgAAAAACHgAAAAAAHgAAAAADHgAAAAADHgAAAAADHgAAAAAAHgAAAAABawAAAAAAVQAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAfQAAAAAAHgAAAAABHgAAAAABHgAAAAACHgAAAAAAHgAAAAABHgAAAAACHgAAAAAAHgAAAAACHgAAAAADVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAXAAAAAABXAAAAAACXAAAAAACfQAAAAAAZwAAAAAAXAAAAAABZwAAAAAAVQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAXAAAAAAAXAAAAAABXAAAAAAAfQAAAAAAZgAAAAAAZgAAAAAAZgAAAAABVQAAAAAATgAAAAAAfQAAAAAAIwAAAAACfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAXAAAAAACXAAAAAACXAAAAAAAXAAAAAADZgAAAAADZgAAAAAAZgAAAAADVQAAAAAATgAAAAAAfQAAAAAAKwAAAAAAfQAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAfQAAAAAAXAAAAAAAXAAAAAAAXAAAAAABfQAAAAAAZgAAAAACZgAAAAABZgAAAAADVQAAAAAATgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAIwAAAAABfQAAAAAAfQAAAAAAXAAAAAADXAAAAAAAXAAAAAAAfQAAAAAAZwAAAAADXAAAAAABZwAAAAACVQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAXAAAAAABXAAAAAAAXAAAAAAAXAAAAAADXAAAAAACXAAAAAACXAAAAAADVQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAVQAAAAAAXAAAAAABZgAAAAACZgAAAAACZgAAAAAAZgAAAAADZgAAAAACXAAAAAAAVQAAAAAAawAAAAAAfQAAAAAAawAAAAAAawAAAAAAawAAAAAAXAAAAAAAfQAAAAAAVQAAAAAAXAAAAAAAZgAAAAABZgAAAAADZgAAAAABZgAAAAACZgAAAAAAXAAAAAACVQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAXAAAAAADawAAAAAAVQAAAAAAXAAAAAACZgAAAAABZgAAAAABZgAAAAADZgAAAAAAZgAAAAABXAAAAAAAVQAAAAAAawAAAAAAfQAAAAAAawAAAAAAawAAAAAAawAAAAAAXAAAAAAAfQAAAAAAVQAAAAAA version: 6 1,1: ind: 1,1 - tiles: WgAAAAABWgAAAAACWgAAAAACWgAAAAAAWgAAAAABWgAAAAAAWgAAAAACUwAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAaQAAAAAAUwAAAAAAWgAAAAACWgAAAAABWgAAAAABWgAAAAAAWgAAAAADUwAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAUwAAAAAAWgAAAAACWgAAAAACaQAAAAAAUwAAAAAAWgAAAAADZAAAAAACZAAAAAABZAAAAAAAWgAAAAABUwAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAUwAAAAAAWgAAAAADZAAAAAADWgAAAAACUwAAAAAAWgAAAAADZAAAAAADZAAAAAADZAAAAAADWgAAAAABUwAAAAAAegAAAAAAWgAAAAABegAAAAAAWgAAAAABegAAAAAAUwAAAAAAWgAAAAAAZAAAAAABWgAAAAADUwAAAAAAWgAAAAAAZAAAAAAAZAAAAAACZAAAAAACWgAAAAADUwAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAUwAAAAAAWgAAAAADZAAAAAADWgAAAAACUwAAAAAAWgAAAAACWgAAAAACWgAAAAADWgAAAAADWgAAAAACUwAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAUwAAAAAAWgAAAAACWgAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAWgAAAAADWgAAAAABWgAAAAAAUwAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAUwAAAAAAaQAAAAAAaQAAAAAAegAAAAAAUwAAAAAAWgAAAAABWgAAAAACZQAAAAACUwAAAAAAWgAAAAABWgAAAAAAWgAAAAAAUwAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAUwAAAAAAegAAAAAAaQAAAAAAaQAAAAAAUwAAAAAAWgAAAAACWgAAAAADZQAAAAABUwAAAAAAWgAAAAACWgAAAAAAWgAAAAACUwAAAAAAWgAAAAACWgAAAAAAWgAAAAACUwAAAAAAWgAAAAADWgAAAAAAWgAAAAADUwAAAAAAWgAAAAADWgAAAAACWgAAAAADUwAAAAAAZQAAAAADWgAAAAACZQAAAAADUwAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAUwAAAAAAaQAAAAAAaQAAAAAAegAAAAAAUwAAAAAAZQAAAAAAWgAAAAADWgAAAAACUwAAAAAAZQAAAAABWgAAAAABZQAAAAABUwAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAUwAAAAAAaQAAAAAAegAAAAAAaQAAAAAAUwAAAAAAZQAAAAADWgAAAAADWgAAAAABUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAWgAAAAAAWgAAAAACWgAAAAABWgAAAAADWgAAAAACWgAAAAAAWgAAAAACWgAAAAAAWgAAAAACWgAAAAACWgAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAA + tiles: XAAAAAABXAAAAAACXAAAAAACXAAAAAAAXAAAAAABXAAAAAAAXAAAAAACVQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAawAAAAAAVQAAAAAAXAAAAAACXAAAAAABXAAAAAABXAAAAAAAXAAAAAADVQAAAAAAfQAAAAAAawAAAAAAawAAAAAAawAAAAAAfQAAAAAAVQAAAAAAXAAAAAACXAAAAAACawAAAAAAVQAAAAAAXAAAAAADZgAAAAACZgAAAAABZgAAAAAAXAAAAAABVQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAVQAAAAAAXAAAAAADZgAAAAADXAAAAAACVQAAAAAAXAAAAAADZgAAAAADZgAAAAADZgAAAAADXAAAAAABVQAAAAAAfQAAAAAAXAAAAAABfQAAAAAAXAAAAAABfQAAAAAAVQAAAAAAXAAAAAAAZgAAAAABXAAAAAADVQAAAAAAXAAAAAAAZgAAAAAAZgAAAAACZgAAAAACXAAAAAADVQAAAAAAfQAAAAAAawAAAAAAawAAAAAAawAAAAAAfQAAAAAAVQAAAAAAXAAAAAADZgAAAAADXAAAAAACVQAAAAAAXAAAAAACXAAAAAACXAAAAAADXAAAAAADXAAAAAACVQAAAAAAfQAAAAAAawAAAAAAawAAAAAAawAAAAAAfQAAAAAAVQAAAAAAXAAAAAACXAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAXAAAAAADXAAAAAABXAAAAAAAVQAAAAAAawAAAAAAawAAAAAAawAAAAAAVQAAAAAAawAAAAAAawAAAAAAfQAAAAAAVQAAAAAAXAAAAAABXAAAAAACZwAAAAACVQAAAAAAXAAAAAABXAAAAAAAXAAAAAAAVQAAAAAAawAAAAAAawAAAAAAawAAAAAAVQAAAAAAfQAAAAAAawAAAAAAawAAAAAAVQAAAAAAXAAAAAACXAAAAAADZwAAAAABVQAAAAAAXAAAAAACXAAAAAAAXAAAAAACVQAAAAAAXAAAAAACXAAAAAAAXAAAAAACVQAAAAAAXAAAAAADXAAAAAAAXAAAAAADVQAAAAAAXAAAAAADXAAAAAACXAAAAAADVQAAAAAAZwAAAAADXAAAAAACZwAAAAADVQAAAAAAawAAAAAAawAAAAAAawAAAAAAVQAAAAAAawAAAAAAawAAAAAAfQAAAAAAVQAAAAAAZwAAAAAAXAAAAAADXAAAAAACVQAAAAAAZwAAAAABXAAAAAABZwAAAAABVQAAAAAAawAAAAAAawAAAAAAawAAAAAAVQAAAAAAawAAAAAAfQAAAAAAawAAAAAAVQAAAAAAZwAAAAADXAAAAAADXAAAAAABVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAXAAAAAAAXAAAAAACXAAAAAABXAAAAAADXAAAAAACXAAAAAAAXAAAAAACXAAAAAAAXAAAAAACXAAAAAACXAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAA version: 6 -1,2: ind: -1,2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAA version: 6 -1,3: ind: -1,3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,2: ind: 0,2 - tiles: HgAAAAACHgAAAAACDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHgAAAAADHgAAAAAAUwAAAAAAaQAAAAAAaQAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAUwAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAUwAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAWgAAAAADaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAUwAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAHgAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHgAAAAAAUwAAAAAAHgAAAAABTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAHgAAAAABUwAAAAAAHgAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHgAAAAAAUwAAAAAAHgAAAAAATgAAAAAANwAAAAAANwAAAAAANwAAAAAATgAAAAAAHgAAAAAAUwAAAAAAHgAAAAACDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHgAAAAACUwAAAAAAHgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAHgAAAAACUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAADwAAAAAADwAAAAAAegAAAAAAIwAAAAABegAAAAAADwAAAAAADwAAAAAAUwAAAAAAbQAAAAACbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAADbQAAAAABbQAAAAABUwAAAAAADwAAAAAADwAAAAAADwAAAAAAHgAAAAAADwAAAAAADwAAAAAADwAAAAAAUwAAAAAAbQAAAAABbQAAAAABegAAAAAAbQAAAAAAegAAAAAAbQAAAAABbQAAAAADUwAAAAAAegAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAegAAAAAAUwAAAAAAIwAAAAABIwAAAAABIwAAAAACaQAAAAAAIwAAAAADIwAAAAACIwAAAAABUwAAAAAAIwAAAAAAHgAAAAACDwAAAAAADwAAAAAADwAAAAAAHgAAAAAAIwAAAAABUwAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAUwAAAAAAegAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAegAAAAAAUwAAAAAAIwAAAAACIwAAAAAAIwAAAAABaQAAAAAAIwAAAAABIwAAAAACIwAAAAAAUwAAAAAADwAAAAAADwAAAAAADwAAAAAAHgAAAAADDwAAAAAADwAAAAAADwAAAAAAUwAAAAAAIwAAAAAAIwAAAAAAIwAAAAACaQAAAAAAIwAAAAAAIwAAAAACIwAAAAADUwAAAAAA + tiles: HgAAAAACHgAAAAACDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHgAAAAADHgAAAAAAVQAAAAAAawAAAAAAawAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAawAAAAAAfQAAAAAAawAAAAAAawAAAAAAawAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAVQAAAAAAawAAAAAAawAAAAAAawAAAAAAfQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAawAAAAAAVQAAAAAAawAAAAAAawAAAAAAawAAAAAAXAAAAAADawAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAawAAAAAAfQAAAAAAawAAAAAAawAAAAAAVQAAAAAAawAAAAAAawAAAAAAawAAAAAAfQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAHgAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHgAAAAAAVQAAAAAAHgAAAAABTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAHgAAAAABVQAAAAAAHgAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHgAAAAAAVQAAAAAAHgAAAAAATgAAAAAANwAAAAAANwAAAAAANwAAAAAATgAAAAAAHgAAAAAAVQAAAAAAHgAAAAACDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHgAAAAACVQAAAAAAHgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAHgAAAAACVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAADwAAAAAADwAAAAAAfQAAAAAAIwAAAAABfQAAAAAADwAAAAAADwAAAAAAVQAAAAAAbwAAAAACbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAADbwAAAAABbwAAAAABVQAAAAAADwAAAAAADwAAAAAADwAAAAAAHgAAAAAADwAAAAAADwAAAAAADwAAAAAAVQAAAAAAbwAAAAABbwAAAAABfQAAAAAAbwAAAAAAfQAAAAAAbwAAAAABbwAAAAADVQAAAAAAfQAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAfQAAAAAAVQAAAAAAIwAAAAABIwAAAAABIwAAAAACawAAAAAAIwAAAAADIwAAAAACIwAAAAABVQAAAAAAIwAAAAAAHgAAAAACDwAAAAAADwAAAAAADwAAAAAAHgAAAAAAIwAAAAABVQAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAVQAAAAAAfQAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAfQAAAAAAVQAAAAAAIwAAAAACIwAAAAAAIwAAAAABawAAAAAAIwAAAAABIwAAAAACIwAAAAAAVQAAAAAADwAAAAAADwAAAAAADwAAAAAAHgAAAAADDwAAAAAADwAAAAAADwAAAAAAVQAAAAAAIwAAAAAAIwAAAAAAIwAAAAACawAAAAAAIwAAAAAAIwAAAAACIwAAAAADVQAAAAAA version: 6 0,3: ind: 0,3 - tiles: DwAAAAAADwAAAAAAegAAAAAAIwAAAAAAegAAAAAADwAAAAAADwAAAAAAUwAAAAAAIwAAAAACIwAAAAAAIwAAAAAAaQAAAAAAIwAAAAABIwAAAAACIwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: DwAAAAAADwAAAAAAfQAAAAAAIwAAAAAAfQAAAAAADwAAAAAADwAAAAAAVQAAAAAAIwAAAAACIwAAAAAAIwAAAAAAawAAAAAAIwAAAAABIwAAAAACIwAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 1,2: ind: 1,2 - tiles: aQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAZAAAAAACZAAAAAADZAAAAAABegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAUwAAAAAAHgAAAAACHgAAAAADHgAAAAACTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAZAAAAAACZAAAAAAAZAAAAAABWgAAAAACaQAAAAAAaQAAAAAAaQAAAAAAUwAAAAAAHgAAAAACHgAAAAABHgAAAAABTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAZAAAAAADZAAAAAADZAAAAAADegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAUwAAAAAAHgAAAAADHgAAAAABHgAAAAABTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAWgAAAAACWgAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAADWgAAAAAAUwAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAUwAAAAAAWgAAAAACZAAAAAABZAAAAAACZAAAAAABZAAAAAADZAAAAAAAWgAAAAAAUwAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAUwAAAAAAWgAAAAAAWgAAAAABWgAAAAABWgAAAAACWgAAAAAAWgAAAAAAWgAAAAADUwAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAUwAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAWgAAAAACZAAAAAAAZAAAAAADZAAAAAADUwAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAUwAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAWgAAAAADZAAAAAABZAAAAAABZAAAAAACUwAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAUwAAAAAAWgAAAAACWgAAAAADWgAAAAABWgAAAAACZAAAAAADZAAAAAABZAAAAAACUwAAAAAAaQAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAWgAAAAACaQAAAAAAUwAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAADWgAAAAACWgAAAAADWgAAAAADUwAAAAAAaQAAAAAAWgAAAAABaQAAAAAAaQAAAAAAaQAAAAAAWgAAAAAAaQAAAAAAUwAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAACIgAAAAABIgAAAAADWgAAAAACUwAAAAAAaQAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAWgAAAAAAaQAAAAAAUwAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAWgAAAAABIgAAAAAAIgAAAAABWgAAAAABUwAAAAAA + tiles: awAAAAAAawAAAAAAawAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAZgAAAAACZgAAAAADZgAAAAABfQAAAAAAawAAAAAAawAAAAAAawAAAAAAVQAAAAAAHgAAAAACHgAAAAADHgAAAAACTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAZgAAAAACZgAAAAAAZgAAAAABXAAAAAACawAAAAAAawAAAAAAawAAAAAAVQAAAAAAHgAAAAACHgAAAAABHgAAAAABTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAZgAAAAADZgAAAAADZgAAAAADfQAAAAAAawAAAAAAawAAAAAAawAAAAAAVQAAAAAAHgAAAAADHgAAAAABHgAAAAABTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAXAAAAAACXAAAAAAAXAAAAAAAXAAAAAABXAAAAAADXAAAAAADXAAAAAAAVQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAVQAAAAAAXAAAAAACZgAAAAABZgAAAAACZgAAAAABZgAAAAADZgAAAAAAXAAAAAAAVQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAVQAAAAAAXAAAAAAAXAAAAAABXAAAAAABXAAAAAACXAAAAAAAXAAAAAAAXAAAAAADVQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAawAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAVQAAAAAAawAAAAAAawAAAAAAawAAAAAAXAAAAAACZgAAAAAAZgAAAAADZgAAAAADVQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAVQAAAAAAawAAAAAAawAAAAAAawAAAAAAXAAAAAADZgAAAAABZgAAAAABZgAAAAACVQAAAAAAawAAAAAAfQAAAAAAawAAAAAAfQAAAAAAawAAAAAAfQAAAAAAawAAAAAAVQAAAAAAXAAAAAACXAAAAAADXAAAAAABXAAAAAACZgAAAAADZgAAAAABZgAAAAACVQAAAAAAawAAAAAAXAAAAAADfQAAAAAAfQAAAAAAfQAAAAAAXAAAAAACawAAAAAAVQAAAAAAXAAAAAADXAAAAAADXAAAAAACXAAAAAADXAAAAAACXAAAAAADXAAAAAADVQAAAAAAawAAAAAAXAAAAAABawAAAAAAawAAAAAAawAAAAAAXAAAAAAAawAAAAAAVQAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAACIgAAAAABIgAAAAADXAAAAAACVQAAAAAAawAAAAAAXAAAAAADfQAAAAAAfQAAAAAAfQAAAAAAXAAAAAAAawAAAAAAVQAAAAAAawAAAAAAawAAAAAAawAAAAAAXAAAAAABIgAAAAAAIgAAAAABXAAAAAABVQAAAAAA version: 6 1,3: ind: 1,3 - tiles: aQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAUwAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAWgAAAAABWgAAAAAAWgAAAAAAWgAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: awAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAVQAAAAAAawAAAAAAawAAAAAAawAAAAAAXAAAAAABXAAAAAAAXAAAAAAAXAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 2,-1: ind: 2,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 2,0: ind: 2,0 - tiles: HgAAAAAAHgAAAAABWgAAAAACUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAABHgAAAAACWgAAAAABUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAACHgAAAAACWgAAAAABUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAAAHgAAAAADWgAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAACHgAAAAAAWgAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAADegAAAAAATgAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKwAAAAAAegAAAAAATgAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: HgAAAAAAHgAAAAABXAAAAAACVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAABHgAAAAACXAAAAAABVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAACHgAAAAACXAAAAAABVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAAAHgAAAAADXAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAACHgAAAAAAXAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAADfQAAAAAATgAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKwAAAAAAfQAAAAAATgAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAATgAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 2,1: ind: 2,1 - tiles: UwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAABWgAAAAACWgAAAAADUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZAAAAAAAZAAAAAABWgAAAAADUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZAAAAAADZAAAAAABWgAAAAABUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZAAAAAABZAAAAAAAWgAAAAABUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACWgAAAAABWgAAAAACUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAACHgAAAAAAIwAAAAADUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAACHgAAAAACIwAAAAADUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAABHgAAAAADHgAAAAADUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAABIwAAAAACIwAAAAADUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAAAHgAAAAADHgAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: VQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAABXAAAAAACXAAAAAADVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZgAAAAAAZgAAAAABXAAAAAADVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZgAAAAADZgAAAAABXAAAAAABVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZgAAAAABZgAAAAAAXAAAAAABVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAACXAAAAAABXAAAAAACVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAACHgAAAAAAIwAAAAADVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAACHgAAAAACIwAAAAADVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAABHgAAAAADHgAAAAADVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAABIwAAAAACIwAAAAADVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAAAHgAAAAADHgAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 2,2: ind: 2,2 - tiles: UwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAHgAAAAADHgAAAAABUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAABegAAAAAAHgAAAAADUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAHgAAAAAAHgAAAAADUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: VQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAHgAAAAADHgAAAAABVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAABfQAAAAAAHgAAAAADVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAHgAAAAAAHgAAAAADVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 2,3: ind: 2,3 - tiles: UwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: VQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - type: Gravity gravityShakeSound: !type:SoundPathSpecifier @@ -2708,8 +2708,6 @@ entities: entities: - uid: 1515 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 19.5,43.5 parent: 588 @@ -3141,39 +3139,19 @@ entities: entities: - uid: 1600 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 26.5,7.5 parent: 588 - uid: 1601 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 29.5,9.5 parent: 588 - uid: 1602 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 32.5,7.5 parent: 588 -- proto: Bola - entities: - - uid: 1157 - components: - - type: Transform - pos: 15.616387,0.61007345 - parent: 588 -- proto: BookEscalationSecurity - entities: - - uid: 373 - components: - - type: Transform - pos: 19.42657,0.6288943 - parent: 588 - proto: BookRandom entities: - uid: 1835 @@ -3181,66 +3159,6 @@ entities: - type: Transform pos: 24.420084,44.539436 parent: 588 -- proto: BoxFolderBlack - entities: - - uid: 365 - components: - - type: Transform - pos: 27.841173,1.5632035 - parent: 588 - - uid: 728 - components: - - type: Transform - pos: 10.690479,19.262342 - parent: 588 -- proto: BoxFolderGrey - entities: - - uid: 364 - components: - - type: Transform - pos: 25.072409,1.4780562 - parent: 588 - - uid: 727 - components: - - type: Transform - pos: 7.2148314,22.575037 - parent: 588 -- proto: BoxFolderRed - entities: - - uid: 329 - components: - - type: Transform - pos: 21.42984,3.6329575 - parent: 588 - - uid: 362 - components: - - type: Transform - pos: 24.788435,1.6057768 - parent: 588 - - uid: 363 - components: - - type: Transform - pos: 28.196142,1.5773941 - parent: 588 - - uid: 726 - components: - - type: Transform - pos: 10.428753,19.429379 - parent: 588 -- proto: BoxMouthSwab - entities: - - uid: 1476 - components: - - type: Transform - pos: 12.356534,44.605965 - parent: 588 -- proto: BoxSterileMask - entities: - - uid: 1477 - components: - - type: Transform - pos: 12.683106,44.705303 - parent: 588 - proto: BriefcaseBrownFilled entities: - uid: 325 @@ -3256,18 +3174,6 @@ entities: rot: -1.5707963267948966 rad pos: 25.063513,27.520548 parent: 588 -- proto: Bucket - entities: - - uid: 1839 - components: - - type: Transform - pos: 29.616838,43.531868 - parent: 588 - - uid: 1857 - components: - - type: Transform - pos: 30.264944,21.705044 - parent: 588 - proto: CableApcExtension entities: - uid: 1 @@ -6853,13 +6759,6 @@ entities: - type: Transform pos: 24.5,18.5 parent: 588 -- proto: Cautery - entities: - - uid: 1474 - components: - - type: Transform - pos: 8.533231,42.775993 - parent: 588 - proto: Chair entities: - uid: 357 @@ -7155,11 +7054,6 @@ entities: parent: 588 - proto: ClosetBombFilled entities: - - uid: 413 - components: - - type: Transform - pos: 14.5,6.5 - parent: 588 - uid: 1014 components: - type: Transform @@ -7170,64 +7064,6 @@ entities: - type: Transform pos: 16.5,27.5 parent: 588 -- proto: ClosetEmergencyFilledRandom - entities: - - uid: 1203 - components: - - type: Transform - pos: 12.5,30.5 - parent: 588 - - uid: 1204 - components: - - type: Transform - pos: 0.5,32.5 - parent: 588 - - uid: 1205 - components: - - type: Transform - pos: 9.5,9.5 - parent: 588 - - uid: 1207 - components: - - type: Transform - pos: 1.5,7.5 - parent: 588 -- proto: ClosetFireFilled - entities: - - uid: 1194 - components: - - type: Transform - pos: 1.5,9.5 - parent: 588 - - uid: 1195 - components: - - type: Transform - pos: 9.5,7.5 - parent: 588 - - uid: 1196 - components: - - type: Transform - pos: 6.5,40.5 - parent: 588 - - uid: 1197 - components: - - type: Transform - pos: 0.5,38.5 - parent: 588 -- proto: ClosetL3SecurityFilled - entities: - - uid: 415 - components: - - type: Transform - pos: 20.5,10.5 - parent: 588 -- proto: ClosetToolFilled - entities: - - uid: 1007 - components: - - type: Transform - pos: 14.5,30.5 - parent: 588 - proto: ClosetWallMaintenanceFilledRandom entities: - uid: 499 @@ -7252,41 +7088,6 @@ entities: - type: Transform pos: 21.5,43.5 parent: 588 -- proto: ClothingBeltChampion - entities: - - uid: 1236 - components: - - type: Transform - pos: 10.581136,39.53631 - parent: 588 -- proto: ClothingBeltSecurity - entities: - - uid: 511 - components: - - type: Transform - pos: 1.537538,12.488802 - parent: 588 -- proto: ClothingBeltSecurityWebbing - entities: - - uid: 1030 - components: - - type: Transform - pos: 12.624772,24.657341 - parent: 588 -- proto: ClothingEyesGlassesMeson - entities: - - uid: 1108 - components: - - type: Transform - pos: 25.666832,30.643515 - parent: 588 -- proto: ClothingEyesGlassesSecurity - entities: - - uid: 1029 - components: - - type: Transform - pos: 18.630856,25.622337 - parent: 588 - proto: ClothingHandsGlovesNitrile entities: - uid: 1715 @@ -7294,20 +7095,6 @@ entities: - type: Transform pos: 10.432637,44.476112 parent: 588 -- proto: ClothingHeadBandRed - entities: - - uid: 1295 - components: - - type: Transform - pos: 12.571781,39.694115 - parent: 588 -- proto: ClothingHeadHatFedoraBrown - entities: - - uid: 577 - components: - - type: Transform - pos: 12.686508,13.58602 - parent: 588 - proto: ClothingHeadHatPwig entities: - uid: 369 @@ -7315,18 +7102,6 @@ entities: - type: Transform pos: 25.824945,3.5783403 parent: 588 -- proto: ClothingHeadHatSecsoftFlipped - entities: - - uid: 606 - components: - - type: Transform - pos: 12.705482,6.671774 - parent: 588 - - uid: 1027 - components: - - type: Transform - pos: 18.403675,25.53719 - parent: 588 - proto: ClothingHeadHatSurgcapPurple entities: - uid: 1711 @@ -7334,18 +7109,6 @@ entities: - type: Transform pos: 10.304593,44.632217 parent: 588 -- proto: ClothingHeadHelmetRiot - entities: - - uid: 603 - components: - - type: Transform - pos: 5.6515694,12.555424 - parent: 588 - - uid: 1617 - components: - - type: Transform - pos: 22.499683,6.7142525 - parent: 588 - proto: ClothingHeadHelmetThunderdome entities: - uid: 1240 @@ -7353,30 +7116,6 @@ entities: - type: Transform pos: 34.666565,24.66942 parent: 588 -- proto: ClothingMaskGasSecurity - entities: - - uid: 375 - components: - - type: Transform - pos: 3.346735,0.48929083 - parent: 588 - - uid: 1028 - components: - - type: Transform - pos: 12.383391,24.472857 - parent: 588 - - uid: 1613 - components: - - type: Transform - pos: 22.338257,10.489087 - parent: 588 -- proto: ClothingMaskGasSwat - entities: - - uid: 265 - components: - - type: Transform - pos: 5.3304586,0.49946034 - parent: 588 - proto: ClothingNeckLawyerbadge entities: - uid: 326 @@ -7384,20 +7123,6 @@ entities: - type: Transform pos: 21.586027,4.583762 parent: 588 -- proto: ClothingNeckTieDet - entities: - - uid: 573 - components: - - type: Transform - pos: 12.714905,13.486683 - parent: 588 -- proto: ClothingOuterArmorBasic - entities: - - uid: 1032 - components: - - type: Transform - pos: 18.616657,24.64315 - parent: 588 - proto: ClothingOuterArmorHeavy entities: - uid: 522 @@ -7405,6 +7130,35 @@ entities: - type: Transform pos: 30.47641,8.530076 parent: 588 + - type: GroupExamine + group: + - hoverMessage: "" + contextText: verb-examine-group-other + icon: /Textures/Interface/examine-star.png + components: + - Armor + - ClothingSpeedModifier + entries: + - message: This decreases your speed by [color=yellow]10%[/color]. + priority: 0 + component: ClothingSpeedModifier + - message: >- + It provides the following protection: + + - [color=yellow]Blunt[/color] damage reduced by [color=lightblue]40%[/color]. + + - [color=yellow]Slash[/color] damage reduced by [color=lightblue]40%[/color]. + + - [color=yellow]Piercing[/color] damage reduced by [color=lightblue]50%[/color]. + + - [color=yellow]Heat[/color] damage reduced by [color=lightblue]30%[/color]. + + - [color=yellow]Caustic[/color] damage reduced by [color=lightblue]25%[/color]. + + - [color=orange]Explosion[/color] damage reduced by [color=lightblue]30%[/color]. + priority: 0 + component: Armor + title: null - uid: 1069 components: - type: Transform @@ -7439,70 +7193,30 @@ entities: priority: 0 component: Armor title: null -- proto: ClothingOuterArmorReflective +- proto: ClothingOuterRobesJudge entities: - - uid: 1031 + - uid: 370 components: - type: Transform - pos: 18.47467,24.458666 + pos: 27.40101,3.677678 parent: 588 -- proto: ClothingOuterArmorRiot +- proto: ClothingUniformJumpskirtColorMaroon entities: - - uid: 602 + - uid: 1714 components: - type: Transform - pos: 5.3959923,12.612188 + pos: 10.673761,44.53288 parent: 588 - - uid: 1616 +- proto: ClothingUniformJumpsuitColorMaroon + entities: + - uid: 1713 components: - type: Transform - pos: 12.576138,6.600724 + pos: 10.645364,44.67479 parent: 588 -- proto: ClothingOuterCoatDetective +- proto: ClusterBangFull entities: - - uid: 574 - components: - - type: Transform - pos: 13.396446,12.479115 - parent: 588 -- proto: ClothingOuterRobesJudge - entities: - - uid: 370 - components: - - type: Transform - pos: 27.40101,3.677678 - parent: 588 -- proto: ClothingShoesBootsCombatFilled - entities: - - uid: 1036 - components: - - type: Transform - pos: 12.582174,25.636528 - parent: 588 -- proto: ClothingShoesBootsLaceup - entities: - - uid: 372 - components: - - type: Transform - pos: 18.586912,0.70824456 - parent: 588 -- proto: ClothingUniformJumpskirtColorMaroon - entities: - - uid: 1714 - components: - - type: Transform - pos: 10.673761,44.53288 - parent: 588 -- proto: ClothingUniformJumpsuitColorMaroon - entities: - - uid: 1713 - components: - - type: Transform - pos: 10.645364,44.67479 - parent: 588 -- proto: ClusterBangFull - entities: - - uid: 599 + - uid: 599 components: - type: Transform pos: 33.484257,28.42918 @@ -7616,13 +7330,6 @@ entities: - type: Transform pos: 25.5,43.5 parent: 588 -- proto: CrateHydroponicsSeedsExotic - entities: - - uid: 1660 - components: - - type: Transform - pos: 31.5,22.5 - parent: 588 - proto: CrayonBox entities: - uid: 1057 @@ -7630,11 +7337,6 @@ entities: - type: Transform pos: 20.47107,24.608877 parent: 588 - - uid: 1116 - components: - - type: Transform - pos: 20.607256,14.646415 - parent: 588 - proto: CryoPod entities: - uid: 1395 @@ -7666,13 +7368,6 @@ entities: - type: Transform pos: 32.5,24.5 parent: 588 -- proto: DiceBag - entities: - - uid: 552 - components: - - type: Transform - pos: 20.294882,15.426926 - parent: 588 - proto: DiseaseDiagnoser entities: - uid: 1424 @@ -7702,18 +7397,6 @@ entities: - type: Transform pos: 22.5,38.5 parent: 588 -- proto: DonkpocketBoxSpawner - entities: - - uid: 526 - components: - - type: Transform - pos: 16.5,13.5 - parent: 588 - - uid: 723 - components: - - type: Transform - pos: 18.5,21.5 - parent: 588 - proto: DoorElectronics entities: - uid: 659 @@ -7754,32 +7437,6 @@ entities: - type: Transform pos: 13.5,34.5 parent: 588 -- proto: DrinkDetFlask - entities: - - uid: 1577 - components: - - type: Transform - pos: 12.606661,13.037249 - parent: 588 -- proto: DrinkMugMetal - entities: - - uid: 1294 - components: - - type: Transform - pos: 22.442232,12.514399 - parent: 588 -- proto: DrinkMugRed - entities: - - uid: 721 - components: - - type: Transform - pos: 22.448559,18.561966 - parent: 588 - - uid: 1293 - components: - - type: Transform - pos: 22.328642,12.741456 - parent: 588 - proto: DrinkShinyFlask entities: - uid: 1874 @@ -7787,25 +7444,8 @@ entities: - type: Transform pos: 6.890398,22.663696 parent: 588 -- proto: DrinkShotGlass - entities: - - uid: 578 - components: - - type: Transform - pos: 12.412022,12.535878 - parent: 588 - - uid: 579 - components: - - type: Transform - pos: 12.539811,12.748745 - parent: 588 - proto: DrinkWaterCup entities: - - uid: 722 - components: - - type: Transform - pos: 18.373508,18.661304 - parent: 588 - uid: 762 components: - type: Transform @@ -8126,18 +7766,6 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight -- proto: EmergencyRollerBed - entities: - - uid: 1141 - components: - - type: Transform - pos: 30.5,25.5 - parent: 588 - - uid: 1142 - components: - - type: Transform - pos: 30.5,24.5 - parent: 588 - proto: ExtinguisherCabinetFilled entities: - uid: 867 @@ -8208,19 +7836,6 @@ entities: - type: Transform pos: 10.726851,19.047483 parent: 588 -- proto: FlashlightSeclite - entities: - - uid: 374 - components: - - type: Transform - pos: 13.377204,0.54605544 - parent: 588 - - uid: 604 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.6941657,16.387024 - parent: 588 - proto: FloodlightBroken entities: - uid: 1193 @@ -8584,27 +8199,6 @@ entities: rot: -1.5707963267948966 rad pos: 2.5,43.5 parent: 588 -- proto: FoodBowlBigTrash - entities: - - uid: 1840 - components: - - type: Transform - pos: 30.547388,48.16116 - parent: 588 -- proto: FoodBurgerMime - entities: - - uid: 399 - components: - - type: Transform - pos: 10.958169,39.64943 - parent: 588 -- proto: FoodPlateSmallPlastic - entities: - - uid: 529 - components: - - type: Transform - pos: 17.462528,12.615073 - parent: 588 - proto: FoodPlateTrash entities: - uid: 1692 @@ -8612,20 +8206,6 @@ entities: - type: Transform pos: 28.80027,47.44947 parent: 588 -- proto: ForensicPad - entities: - - uid: 761 - components: - - type: Transform - pos: 7.562898,22.48225 - parent: 588 -- proto: ForkPlastic - entities: - - uid: 531 - components: - - type: Transform - pos: 17.405733,12.600882 - parent: 588 - proto: GasFilter entities: - uid: 1415 @@ -8852,40 +8432,20 @@ entities: - type: Transform pos: 28.5,8.5 parent: 588 -- proto: Handcuffs - entities: - - uid: 1614 - components: - - type: Transform - pos: 22.608034,10.659381 - parent: 588 -- proto: Hemostat - entities: - - uid: 1471 - components: - - type: Transform - pos: 8.51377,43.004257 - parent: 588 - proto: HighSecArmoryLocked entities: - uid: 1597 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 26.5,7.5 parent: 588 - uid: 1598 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 32.5,7.5 parent: 588 - uid: 1599 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 29.5,9.5 parent: 588 @@ -8893,31 +8453,23 @@ entities: entities: - uid: 402 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 8.5,27.5 parent: 588 - uid: 949 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 8.5,24.5 parent: 588 - uid: 951 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 10.5,27.5 parent: 588 - uid: 1768 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 24.5,48.5 @@ -8982,44 +8534,6 @@ entities: rot: 1.5707963267948966 rad pos: 24.5,42.5 parent: 588 -- proto: HydroponicsToolHatchet - entities: - - uid: 1844 - components: - - type: Transform - pos: 29.538284,44.04174 - parent: 588 - - uid: 1851 - components: - - type: Transform - pos: 30.630798,21.602604 - parent: 588 -- proto: HydroponicsToolMiniHoe - entities: - - uid: 1837 - components: - - type: Transform - pos: 30.099596,43.446724 - parent: 588 - - uid: 1841 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 33.38517,20.601 - parent: 588 -- proto: HydroponicsToolSpade - entities: - - uid: 1838 - components: - - type: Transform - pos: 29.95761,43.361576 - parent: 588 - - uid: 1842 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 33.42777,20.58681 - parent: 588 - proto: hydroponicsTray entities: - uid: 796 @@ -9059,49 +8573,6 @@ entities: - type: Transform pos: 30.5,42.5 parent: 588 -- proto: IngotGold - entities: - - uid: 952 - components: - - type: Transform - pos: 11.069347,39.504154 - parent: 588 -- proto: KitchenMicrowave - entities: - - uid: 524 - components: - - type: Transform - pos: 16.5,12.5 - parent: 588 - - uid: 709 - components: - - type: Transform - pos: 18.5,22.5 - parent: 588 - - uid: 1785 - components: - - type: Transform - pos: 29.5,48.5 - parent: 588 -- proto: KitchenReagentGrinder - entities: - - uid: 1786 - components: - - type: Transform - pos: 30.5,47.5 - parent: 588 -- proto: KnifePlastic - entities: - - uid: 530 - components: - - type: Transform - pos: 17.249546,12.643455 - parent: 588 - - uid: 1836 - components: - - type: Transform - pos: 30.241585,48.271698 - parent: 588 - proto: Lamp entities: - uid: 581 @@ -9183,13 +8654,6 @@ entities: - type: Transform pos: 16.5,22.5 parent: 588 -- proto: LockerMedicineFilled - entities: - - uid: 1152 - components: - - type: Transform - pos: 28.5,27.5 - parent: 588 - proto: LockerSecurityFilled entities: - uid: 416 @@ -9209,13 +8673,6 @@ entities: - type: Transform pos: 6.5,12.5 parent: 588 -- proto: MachineFrame - entities: - - uid: 400 - components: - - type: Transform - pos: 26.5,8.5 - parent: 588 - proto: MagazinePistolSubMachineGunPractice entities: - uid: 376 @@ -9320,20 +8777,6 @@ entities: - type: Transform pos: 28.5,25.5 parent: 588 -- proto: MedkitAdvancedFilled - entities: - - uid: 1153 - components: - - type: Transform - pos: 30.614443,28.392822 - parent: 588 -- proto: MedkitCombatFilled - entities: - - uid: 1154 - components: - - type: Transform - pos: 30.40146,28.066427 - parent: 588 - proto: OperatingTable entities: - uid: 1389 @@ -9353,111 +8796,36 @@ entities: - type: Transform pos: 20.669853,24.52373 parent: 588 -- proto: PaperOffice +- proto: PartRodMetal1 entities: - - uid: 327 + - uid: 1071 components: - type: Transform - pos: 21.415642,4.0728827 + rot: 1.5707963267948966 rad + pos: 25.341253,26.595633 parent: 588 - - uid: 328 + - uid: 1072 components: - type: Transform - pos: 21.586027,4.0019264 + pos: 25.36965,28.11408 parent: 588 - - uid: 1113 +- proto: PhoneInstrument + entities: + - uid: 371 components: - type: Transform - pos: 20.706646,15.341779 + pos: 25.484175,4.4865713 parent: 588 - - uid: 1114 +- proto: PlushieNuke + entities: + - uid: 1850 components: - type: Transform - pos: 20.465267,15.185677 + pos: 22.519993,28.594225 parent: 588 - - uid: 1115 - components: - - type: Transform - pos: 20.30908,14.603841 - parent: 588 -- proto: PartRodMetal1 - entities: - - uid: 1071 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 25.341253,26.595633 - parent: 588 - - uid: 1072 - components: - - type: Transform - pos: 25.36965,28.11408 - parent: 588 -- proto: Pen - entities: - - uid: 366 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 21.352327,3.9473093 - parent: 588 - - uid: 367 - components: - - type: Transform - pos: 18.75395,1.1232786 - parent: 588 - - uid: 368 - components: - - type: Transform - pos: 24.788435,1.4496742 - parent: 588 - - uid: 731 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.36841,19.019064 - parent: 588 - - uid: 732 - components: - - type: Transform - pos: 7.4631767,22.637186 - parent: 588 -- proto: PhoneInstrument - entities: - - uid: 371 - components: - - type: Transform - pos: 25.484175,4.4865713 - parent: 588 -- proto: PillCanister - entities: - - uid: 1481 - components: - - type: Transform - pos: 14.438607,42.637726 - parent: 588 -- proto: PillSpaceDrugs - entities: - - uid: 1479 - components: - - type: Transform - pos: 14.438607,42.96412 - parent: 588 - - uid: 1480 - components: - - type: Transform - pos: 14.537998,42.878975 - parent: 588 -- proto: PlushieNuke - entities: - - uid: 1850 - components: - - type: Transform - pos: 22.519993,28.594225 - parent: 588 -- proto: PortableFlasher - entities: - - uid: 1234 +- proto: PortableFlasher + entities: + - uid: 1234 components: - type: Transform pos: 32.5,25.5 @@ -9575,18 +8943,6 @@ entities: - type: Transform pos: 22.5,40.5 parent: 588 -- proto: PowerCellHyper - entities: - - uid: 469 - components: - - type: Transform - pos: 12.355853,25.41643 - parent: 588 - - uid: 590 - components: - - type: Transform - pos: 5.381793,16.642464 - parent: 588 - proto: PowerCellRecharger entities: - uid: 1103 @@ -9603,8 +8959,6 @@ entities: entities: - uid: 1641 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad pos: 2.5,0.5 @@ -9613,8 +8967,6 @@ entities: powerLoad: 0 - uid: 1642 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad pos: 14.5,0.5 @@ -9623,8 +8975,6 @@ entities: powerLoad: 0 - uid: 1646 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad pos: 24.5,0.5 @@ -9633,8 +8983,6 @@ entities: powerLoad: 0 - uid: 1647 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad pos: 28.5,0.5 @@ -9643,8 +8991,6 @@ entities: powerLoad: 0 - uid: 1648 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad pos: 21.5,6.5 @@ -9653,8 +8999,6 @@ entities: powerLoad: 0 - uid: 1649 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 13.5,10.5 parent: 588 @@ -9662,8 +9006,6 @@ entities: powerLoad: 0 - uid: 1650 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad pos: 16.5,6.5 @@ -9672,8 +9014,6 @@ entities: powerLoad: 0 - uid: 1651 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 18.5,10.5 parent: 588 @@ -9681,8 +9021,6 @@ entities: powerLoad: 0 - uid: 1693 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 32.5,25.5 @@ -9691,8 +9029,6 @@ entities: powerLoad: 0 - uid: 1701 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad pos: 18.5,12.5 @@ -9701,8 +9037,6 @@ entities: powerLoad: 0 - uid: 1702 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 20.5,16.5 parent: 588 @@ -9710,8 +9044,6 @@ entities: powerLoad: 0 - uid: 1703 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 34.5,20.5 @@ -9720,8 +9052,6 @@ entities: powerLoad: 0 - uid: 1704 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 16.5,25.5 @@ -9730,8 +9060,6 @@ entities: powerLoad: 0 - uid: 1705 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: -1.5707963267948966 rad pos: 14.5,27.5 @@ -9740,8 +9068,6 @@ entities: powerLoad: 0 - uid: 1706 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 18.5,40.5 parent: 588 @@ -9749,8 +9075,6 @@ entities: powerLoad: 0 - uid: 1741 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: -1.5707963267948966 rad pos: 10.5,21.5 @@ -9759,8 +9083,6 @@ entities: powerLoad: 0 - uid: 1743 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 21.5,22.5 parent: 588 @@ -9768,8 +9090,6 @@ entities: powerLoad: 0 - uid: 1830 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: -1.5707963267948966 rad pos: 30.5,43.5 @@ -9778,8 +9098,6 @@ entities: powerLoad: 0 - uid: 1831 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: -1.5707963267948966 rad pos: 30.5,47.5 @@ -9790,8 +9108,6 @@ entities: entities: - uid: 1707 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 8.5,42.5 @@ -9800,8 +9116,6 @@ entities: powerLoad: 0 - uid: 1708 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: -1.5707963267948966 rad pos: 14.5,42.5 @@ -9810,8 +9124,6 @@ entities: powerLoad: 0 - uid: 1709 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: -1.5707963267948966 rad pos: 14.5,46.5 @@ -9820,8 +9132,6 @@ entities: powerLoad: 0 - uid: 1710 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 8.5,46.5 @@ -9830,8 +9140,6 @@ entities: powerLoad: 0 - uid: 1725 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 28.5,27.5 @@ -10823,13 +10131,6 @@ entities: - type: Transform pos: 5.5,43.5 parent: 588 -- proto: RandomDrinkBottle - entities: - - uid: 580 - components: - - type: Transform - pos: 12.5,12.5 - parent: 588 - proto: RandomFoodSingle entities: - uid: 764 @@ -10898,13 +10199,6 @@ entities: - type: Transform pos: 8.5,24.5 parent: 588 -- proto: RandomVending - entities: - - uid: 539 - components: - - type: Transform - pos: 17.5,16.5 - parent: 588 - proto: ReinforcedWindow entities: - uid: 214 @@ -10967,118 +10261,8 @@ entities: - type: Transform pos: 15.5,34.5 parent: 588 -- proto: RemoteSignaller - entities: - - uid: 593 - components: - - type: Transform - pos: 34.361877,24.623777 - parent: 588 - - type: DeviceLinkSource - linkedPorts: - 1238: - - Pressed: Toggle - 1239: - - Pressed: Toggle - 1237: - - Pressed: Toggle - - uid: 1104 - components: - - type: Transform - pos: 25.24476,30.698978 - parent: 588 - - uid: 1105 - components: - - type: Transform - pos: 25.443544,30.613832 - parent: 588 - - uid: 1106 - components: - - type: Transform - pos: 5.677143,16.762346 - parent: 588 -- proto: RiotLaserShield - entities: - - uid: 1618 - components: - - type: Transform - pos: 12.616156,10.534842 - parent: 588 -- proto: RiotShield - entities: - - uid: 600 - components: - - type: Transform - pos: 1.3209407,16.656654 - parent: 588 - - uid: 601 - components: - - type: Transform - pos: 1.5481212,16.543125 - parent: 588 - - uid: 1615 - components: - - type: Transform - pos: 12.363155,6.657488 - parent: 588 -- proto: SalvageCanisterSpawner - entities: - - uid: 998 - components: - - type: Transform - pos: 22.5,30.5 - parent: 588 - - uid: 1009 - components: - - type: Transform - pos: 19.5,30.5 - parent: 588 - - uid: 1025 - components: - - type: Transform - pos: 21.5,30.5 - parent: 588 - - uid: 1190 - components: - - type: Transform - pos: 9.5,36.5 - parent: 588 - - uid: 1210 - components: - - type: Transform - pos: 9.5,48.5 - parent: 588 - - uid: 1413 - components: - - type: Transform - pos: 13.5,48.5 - parent: 588 - - uid: 1470 - components: - - type: Transform - pos: 12.5,48.5 - parent: 588 -- proto: SawAdvanced - entities: - - uid: 1468 - components: - - type: Transform - pos: 8.527969,43.529327 - parent: 588 -- proto: ScalpelLaser - entities: - - uid: 1472 - components: - - type: Transform - pos: 8.485372,43.131977 - parent: 588 - proto: ScalpelShiv entities: - - uid: 708 - components: - - type: Transform - pos: 16.074419,18.727995 - parent: 588 - uid: 1592 components: - type: Transform @@ -11096,39 +10280,6 @@ entities: - type: Transform pos: 28.5,42.5 parent: 588 -- proto: SheetGlass - entities: - - uid: 649 - components: - - type: Transform - pos: 14.3137455,32.471424 - parent: 588 -- proto: SheetPlasteel - entities: - - uid: 866 - components: - - type: Transform - pos: 2.412651,34.456436 - parent: 588 -- proto: SheetPlastic - entities: - - uid: 398 - components: - - type: Transform - pos: 17.46578,47.64306 - parent: 588 -- proto: SheetSteel - entities: - - uid: 656 - components: - - type: Transform - pos: 26.36062,32.5183 - parent: 588 - - uid: 699 - components: - - type: Transform - pos: 29.259031,40.432583 - parent: 588 - proto: ShowcaseRobot entities: - uid: 1621 @@ -11145,24 +10296,14 @@ entities: entities: - uid: 1237 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 34.5,27.5 parent: 588 - - type: DeviceLinkSink - links: - - 593 - uid: 1238 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 32.5,27.5 parent: 588 - - type: DeviceLinkSink - links: - - 593 - proto: ShuttersWindow entities: - uid: 1239 @@ -11170,9 +10311,6 @@ entities: - type: Transform pos: 33.5,27.5 parent: 588 - - type: DeviceLinkSink - links: - - 593 - proto: SignCloning entities: - uid: 1484 @@ -11231,95 +10369,966 @@ entities: - uid: 1483 components: - type: Transform - pos: 10.5,43.5 + pos: 10.5,43.5 + parent: 588 +- proto: Sink + entities: + - uid: 935 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,25.5 + parent: 588 +- proto: SinkStemlessWater + entities: + - uid: 1461 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,42.5 + parent: 588 + - uid: 1462 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,42.5 + parent: 588 +- proto: SMESBasic + entities: + - uid: 46 + components: + - type: Transform + pos: 26.5,13.5 + parent: 588 + - uid: 56 + components: + - type: Transform + pos: 28.5,13.5 + parent: 588 + - uid: 747 + components: + - type: Transform + pos: 26.5,19.5 + parent: 588 + - uid: 1506 + components: + - type: Transform + pos: 18.5,46.5 + parent: 588 + - uid: 1507 + components: + - type: Transform + pos: 20.5,46.5 + parent: 588 +- proto: SoapSyndie + entities: + - uid: 1856 + components: + - type: Transform + pos: 10.4890785,27.46785 + parent: 588 +- proto: SpawnDungeonClutterMedical + entities: + - uid: 368 + components: + - type: Transform + pos: 14.464357,43.03244 + parent: 588 + - uid: 372 + components: + - type: Transform + pos: 14.417482,42.87619 + parent: 588 + - uid: 1108 + components: + - type: Transform + pos: 14.589357,42.610565 + parent: 588 + - uid: 1120 + components: + - type: Transform + pos: 14.542482,43.25119 + parent: 588 + - uid: 1141 + components: + - type: Transform + pos: 12.321655,44.516815 + parent: 588 + - uid: 1142 + components: + - type: Transform + pos: 14.354982,43.40744 + parent: 588 + - uid: 1195 + components: + - type: Transform + pos: 12.52478,44.62619 + parent: 588 +- proto: SpawnDungeonClutterPatientTransport + entities: + - uid: 726 + components: + - type: Transform + pos: 30.529268,25.626429 + parent: 588 + - uid: 727 + components: + - type: Transform + pos: 30.513643,24.642054 + parent: 588 +- proto: SpawnDungeonLootArmoryClutterSec + entities: + - uid: 265 + components: + - type: Transform + pos: 3.481042,0.55812025 + parent: 588 + - uid: 374 + components: + - type: Transform + pos: 1.35179,16.461943 + parent: 588 + - uid: 375 + components: + - type: Transform + pos: 12.868824,25.464571 + parent: 588 + - uid: 469 + components: + - type: Transform + pos: 18.577902,24.730196 + parent: 588 + - uid: 573 + components: + - type: Transform + pos: 12.469565,6.590061 + parent: 588 + - uid: 574 + components: + - type: Transform + pos: 18.577902,24.558321 + parent: 588 + - uid: 577 + components: + - type: Transform + pos: 5.398665,12.743193 + parent: 588 + - uid: 578 + components: + - type: Transform + pos: 22.3696,6.6631455 + parent: 588 + - uid: 579 + components: + - type: Transform + pos: 15.478392,0.62062025 + parent: 588 + - uid: 580 + components: + - type: Transform + pos: 12.556324,25.558321 + parent: 588 + - uid: 590 + components: + - type: Transform + pos: 22.58835,10.480686 + parent: 588 + - uid: 593 + components: + - type: Transform + pos: 15.744017,0.46437025 + parent: 588 + - uid: 600 + components: + - type: Transform + pos: 12.323845,12.540068 + parent: 588 + - uid: 601 + components: + - type: Transform + pos: 18.406027,25.620821 + parent: 588 + - uid: 602 + components: + - type: Transform + pos: 18.624777,25.527071 + parent: 588 + - uid: 603 + components: + - type: Transform + pos: 5.66429,12.602568 + parent: 588 + - uid: 604 + components: + - type: Transform + pos: 12.438315,6.715061 + parent: 588 + - uid: 606 + components: + - type: Transform + pos: 1.648665,16.540068 + parent: 588 + - uid: 988 + components: + - type: Transform + pos: 12.384449,24.636446 + parent: 588 + - uid: 1027 + components: + - type: Transform + pos: 12.43322,12.868193 + parent: 588 + - uid: 1028 + components: + - type: Transform + pos: 13.49572,13.665068 + parent: 588 + - uid: 1029 + components: + - type: Transform + pos: 12.93322,13.586943 + parent: 588 + - uid: 1030 + components: + - type: Transform + pos: 13.400267,0.55812025 + parent: 588 + - uid: 1032 + components: + - type: Transform + pos: 22.353975,10.574436 + parent: 588 + - uid: 1036 + components: + - type: Transform + pos: 12.603199,24.558321 + parent: 588 + - uid: 1106 + components: + - type: Transform + pos: 5.66429,16.493193 + parent: 588 + - uid: 1156 + components: + - type: Transform + pos: 13.511345,12.571318 + parent: 588 + - uid: 1480 + components: + - type: Transform + pos: 12.594565,10.511936 + parent: 588 + - uid: 1481 + components: + - type: Transform + pos: 1.38304,12.727568 + parent: 588 + - uid: 1563 + components: + - type: Transform + pos: 1.679915,12.540068 + parent: 588 + - uid: 1577 + components: + - type: Transform + pos: 12.750815,6.496311 + parent: 588 + - uid: 1613 + components: + - type: Transform + pos: 12.605095,12.524443 + parent: 588 + - uid: 1614 + components: + - type: Transform + pos: 5.434167,0.52687025 + parent: 588 + - uid: 1615 + components: + - type: Transform + pos: 18.613144,1.0893703 + parent: 588 + - uid: 1616 + components: + - type: Transform + pos: 26.523903,3.6206203 + parent: 588 + - uid: 1617 + components: + - type: Transform + pos: 1.63304,12.758818 + parent: 588 +- proto: SpawnDungeonLootArmoryGuns + entities: + - uid: 511 + components: + - type: Transform + pos: 12.573845,13.149443 + parent: 588 + - uid: 1296 + components: + - type: Transform + pos: 1.52317,0.58291197 + parent: 588 + - uid: 1297 + components: + - type: Transform + pos: 26.491337,36.55478 + parent: 588 + - uid: 1298 + components: + - type: Transform + pos: 26.678837,36.30478 + parent: 588 + - uid: 1611 + components: + - type: Transform + pos: 12.510225,10.52252 + parent: 588 + - uid: 1612 + components: + - type: Transform + pos: 22.6821,6.4756455 + parent: 588 +- proto: SpawnDungeonLootBureaucracy + entities: + - uid: 328 + components: + - type: Transform + pos: 24.93235,1.6214004 + parent: 588 + - uid: 329 + components: + - type: Transform + pos: 7.422515,22.667841 + parent: 588 + - uid: 362 + components: + - type: Transform + pos: 28.4636,1.6214004 + parent: 588 + - uid: 363 + components: + - type: Transform + pos: 10.34439,19.355341 + parent: 588 + - uid: 364 + components: + - type: Transform + pos: 18.516119,0.71515036 + parent: 588 + - uid: 365 + components: + - type: Transform + pos: 25.2136,1.4964004 + parent: 588 + - uid: 366 + components: + - type: Transform + pos: 24.604225,1.4651504 + parent: 588 + - uid: 367 + components: + - type: Transform + pos: 7.672515,22.480341 + parent: 588 + - uid: 561 + components: + - type: Transform + pos: 19.609869,0.55890036 + parent: 588 + - uid: 649 + components: + - type: Transform + pos: 20.602207,15.576639 + parent: 588 + - uid: 656 + components: + - type: Transform + pos: 20.570957,14.779764 + parent: 588 + - uid: 732 + components: + - type: Transform + pos: 10.797515,19.495966 + parent: 588 + - uid: 1105 + components: + - type: Transform + pos: 21.391119,4.0432754 + parent: 588 + - uid: 1107 + components: + - type: Transform + pos: 21.734869,3.8401504 + parent: 588 + - uid: 1109 + components: + - type: Transform + pos: 20.477207,14.436014 + parent: 588 + - uid: 1110 + components: + - type: Transform + pos: 20.399082,15.264139 + parent: 588 + - uid: 1113 + components: + - type: Transform + pos: 21.422369,3.6057754 + parent: 588 + - uid: 1114 + components: + - type: Transform + pos: 18.828619,0.52765036 + parent: 588 + - uid: 1115 + components: + - type: Transform + pos: 27.916725,1.4807754 + parent: 588 + - uid: 1116 + components: + - type: Transform + pos: 7.328765,22.355341 + parent: 588 + - uid: 1119 + components: + - type: Transform + pos: 10.328765,19.652216 + parent: 588 +- proto: SpawnDungeonLootCanister + entities: + - uid: 1210 + components: + - type: Transform + pos: 19.5,30.5 + parent: 588 + - uid: 1217 + components: + - type: Transform + pos: 22.5,30.5 + parent: 588 + - uid: 1218 + components: + - type: Transform + pos: 21.5,30.5 + parent: 588 + - uid: 1236 + components: + - type: Transform + pos: 9.5,36.5 + parent: 588 + - uid: 1241 + components: + - type: Transform + pos: 13.5,48.5 + parent: 588 + - uid: 1242 + components: + - type: Transform + pos: 9.5,48.5 + parent: 588 + - uid: 1243 + components: + - type: Transform + pos: 12.5,48.5 + parent: 588 +- proto: SpawnDungeonLootChemsHydroponics + entities: + - uid: 1329 + components: + - type: Transform + pos: 33.533516,20.62025 + parent: 588 +- proto: SpawnDungeonLootCircuitBoard + entities: + - uid: 1478 + components: + - type: Transform + pos: 32.402702,8.382084 + parent: 588 +- proto: SpawnDungeonLootClutterEngi + entities: + - uid: 552 + components: + - type: Transform + pos: 25.329813,30.721416 + parent: 588 + - uid: 1152 + components: + - type: Transform + pos: 25.517313,30.518291 + parent: 588 + - uid: 1153 + components: + - type: Transform + pos: 25.720438,30.752666 + parent: 588 + - uid: 1157 + components: + - type: Transform + pos: 34.401733,24.67827 + parent: 588 + - uid: 1479 + components: + - type: Transform + pos: 5.304915,16.524443 + parent: 588 +- proto: SpawnDungeonLootClutterKitchen + entities: + - uid: 327 + components: + - type: Transform + pos: 30.661781,48.478493 + parent: 588 + - uid: 731 + components: + - type: Transform + pos: 17.570957,12.529764 + parent: 588 + - uid: 761 + components: + - type: Transform + pos: 17.383457,12.514139 + parent: 588 + - uid: 968 + components: + - type: Transform + pos: 30.552406,48.572243 + parent: 588 + - uid: 997 + components: + - type: Transform + pos: 30.239906,48.587868 + parent: 588 + - uid: 1007 + components: + - type: Transform + pos: 17.258457,12.654764 + parent: 588 + - uid: 1216 + components: + - type: Transform + pos: 30.458656,48.244118 + parent: 588 +- proto: SpawnDungeonLootFood + entities: + - uid: 699 + components: + - type: Transform + pos: 16.492832,13.529764 + parent: 588 + - uid: 709 + components: + - type: Transform + pos: 18.409803,21.792841 + parent: 588 +- proto: SpawnDungeonLootKitchenTabletop + entities: + - uid: 728 + components: + - type: Transform + pos: 30.5,47.5 + parent: 588 + - uid: 950 + components: + - type: Transform + pos: 16.5,12.5 + parent: 588 + - uid: 954 + components: + - type: Transform + pos: 18.5,22.5 + parent: 588 + - uid: 1010 + components: + - type: Transform + pos: 29.5,48.5 + parent: 588 +- proto: SpawnDungeonLootKitsFirstAid + entities: + - uid: 1102 + components: + - type: Transform + pos: 30.498018,28.517054 + parent: 588 + - uid: 1104 + components: + - type: Transform + pos: 30.388643,28.110804 + parent: 588 + - uid: 1194 + components: + - type: Transform + pos: 30.544893,27.642054 + parent: 588 +- proto: SpawnDungeonLootLathe + entities: + - uid: 1070 + components: + - type: Transform + pos: 26.5,8.5 + parent: 588 +- proto: SpawnDungeonLootLockersEngi + entities: + - uid: 538 + components: + - type: Transform + pos: 14.5,30.5 + parent: 588 +- proto: SpawnDungeonLootLockersMed + entities: + - uid: 1035 + components: + - type: Transform + pos: 28.5,27.5 + parent: 588 +- proto: SpawnDungeonLootLockersProtectiveGear + entities: + - uid: 398 + components: + - type: Transform + pos: 14.5,6.5 + parent: 588 + - uid: 400 + components: + - type: Transform + pos: 0.5,32.5 + parent: 588 + - uid: 413 + components: + - type: Transform + pos: 12.5,30.5 + parent: 588 + - uid: 415 + components: + - type: Transform + pos: 1.5,7.5 + parent: 588 + - uid: 424 + components: + - type: Transform + pos: 9.5,7.5 + parent: 588 + - uid: 524 + components: + - type: Transform + pos: 9.5,9.5 + parent: 588 + - uid: 526 + components: + - type: Transform + pos: 1.5,9.5 + parent: 588 + - uid: 529 + components: + - type: Transform + pos: 0.5,38.5 + parent: 588 + - uid: 530 + components: + - type: Transform + pos: 6.5,40.5 + parent: 588 + - uid: 531 + components: + - type: Transform + pos: 20.5,10.5 + parent: 588 +- proto: SpawnDungeonLootMaterialsBasicFull + entities: + - uid: 1160 + components: + - type: Transform + pos: 26.513111,32.51829 + parent: 588 + - uid: 1191 + components: + - type: Transform + pos: 14.419361,32.596416 + parent: 588 + - uid: 1192 + components: + - type: Transform + pos: 29.431097,40.491657 + parent: 588 +- proto: SpawnDungeonLootMaterialsValuableFull + entities: + - uid: 1161 + components: + - type: Transform + pos: 2.4952426,34.536057 + parent: 588 + - uid: 1162 + components: + - type: Transform + pos: 17.49705,47.59487 + parent: 588 + - uid: 1267 + components: + - type: Transform + pos: 11.029299,39.508804 + parent: 588 + - uid: 1292 + components: + - type: Transform + pos: 12.560549,39.68068 + parent: 588 + - uid: 1293 + components: + - type: Transform + pos: 10.482424,39.571304 + parent: 588 +- proto: SpawnDungeonLootMugs + entities: + - uid: 720 + components: + - type: Transform + pos: 22.742832,12.451639 + parent: 588 + - uid: 721 + components: + - type: Transform + pos: 18.487928,18.605341 + parent: 588 + - uid: 722 + components: + - type: Transform + pos: 22.399082,12.717264 + parent: 588 + - uid: 723 + components: + - type: Transform + pos: 22.487928,18.464716 + parent: 588 +- proto: SpawnDungeonLootPowerCell + entities: + - uid: 1031 + components: + - type: Transform + pos: 5.53929,16.571318 + parent: 588 + - uid: 1618 + components: + - type: Transform + pos: 12.463861,25.629824 + parent: 588 +- proto: SpawnDungeonLootSeed + entities: + - uid: 583 + components: + - type: Transform + pos: 29.296295,44.152103 + parent: 588 + - uid: 1413 + components: + - type: Transform + pos: 30.78067,44.152103 + parent: 588 + - uid: 1468 + components: + - type: Transform + pos: 30.43692,42.495853 + parent: 588 + - uid: 1470 + components: + - type: Transform + pos: 29.62442,42.51148 + parent: 588 + - uid: 1471 + components: + - type: Transform + pos: 31.758577,21.18776 + parent: 588 + - uid: 1472 + components: + - type: Transform + pos: 31.492952,21.140884 + parent: 588 + - uid: 1473 + components: + - type: Transform + pos: 31.367952,20.43776 + parent: 588 + - uid: 1474 + components: + - type: Transform + pos: 31.586702,19.390884 + parent: 588 + - uid: 1475 + components: + - type: Transform + pos: 34.36795,18.484634 + parent: 588 + - uid: 1476 + components: + - type: Transform + pos: 31.727327,22.56276 + parent: 588 + - uid: 1477 + components: + - type: Transform + pos: 31.258577,22.297134 + parent: 588 +- proto: SpawnDungeonLootSpesos + entities: + - uid: 547 + components: + - type: Transform + pos: 11.498049,39.71193 + parent: 588 + - uid: 708 + components: + - type: Transform + pos: 11.638674,39.49318 + parent: 588 + - uid: 1025 + components: + - type: Transform + pos: 11.873049,39.821304 + parent: 588 + - uid: 1284 + components: + - type: Transform + pos: 12.388674,39.49318 + parent: 588 + - uid: 1285 + components: + - type: Transform + pos: 12.326174,39.758804 + parent: 588 + - uid: 1294 + components: + - type: Transform + pos: 11.982424,39.508804 + parent: 588 +- proto: SpawnDungeonLootToolsBasicEngineering + entities: + - uid: 1207 + components: + - type: Transform + pos: 15.481861,32.533916 + parent: 588 +- proto: SpawnDungeonLootToolsHydroponics + entities: + - uid: 399 + components: + - type: Transform + pos: 29.608795,43.745853 + parent: 588 + - uid: 539 + components: + - type: Transform + pos: 30.961702,21.672134 + parent: 588 + - uid: 765 + components: + - type: Transform + pos: 30.18692,43.558353 + parent: 588 + - uid: 930 + components: + - type: Transform + pos: 30.492952,21.765884 + parent: 588 + - uid: 931 + components: + - type: Transform + pos: 30.46817,42.98023 + parent: 588 + - uid: 952 + components: + - type: Transform + pos: 33.39289,20.698376 + parent: 588 + - uid: 998 + components: + - type: Transform + pos: 29.483795,42.85523 parent: 588 -- proto: Sink - entities: - - uid: 935 + - uid: 1009 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,25.5 + pos: 33.533516,20.573376 parent: 588 -- proto: SinkStemlessWater +- proto: SpawnDungeonLootToolsSurgeryAdvanced entities: - - uid: 1461 + - uid: 373 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,42.5 + pos: 8.477286,43.610565 parent: 588 - - uid: 1462 + - uid: 866 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,42.5 + pos: 8.461661,43.360565 parent: 588 -- proto: SMESBasic - entities: - - uid: 46 + - uid: 1154 components: - type: Transform - pos: 26.5,13.5 + pos: 8.477286,42.81369 parent: 588 - - uid: 56 + - uid: 1155 components: - type: Transform - pos: 28.5,13.5 + pos: 8.477286,43.12619 parent: 588 - - uid: 747 +- proto: SpawnDungeonLootToolsSurgeryCrude + entities: + - uid: 1244 components: - type: Transform - pos: 26.5,19.5 + pos: 16.224228,18.705944 parent: 588 - - uid: 1506 +- proto: SpawnDungeonLootVaultGuns + entities: + - uid: 1299 components: - type: Transform - pos: 18.5,46.5 + pos: 26.599047,35.444897 parent: 588 - - uid: 1507 + - uid: 1660 components: - type: Transform - pos: 20.5,46.5 + pos: 11.198751,39.646996 parent: 588 -- proto: SoapSyndie +- proto: SpawnDungeonVendomatsRecreational entities: - - uid: 1856 + - uid: 1190 components: - type: Transform - pos: 10.4890785,27.46785 + pos: 17.5,16.5 parent: 588 -- proto: SpaceCash100 - entities: - - uid: 1243 + - uid: 1196 components: - type: Transform - pos: 11.887424,39.621456 + pos: 22.5,22.5 parent: 588 - - uid: 1244 + - uid: 1197 components: - type: Transform - pos: 11.759636,39.479546 + pos: 18.5,40.5 parent: 588 - - uid: 1296 + - uid: 1203 components: - type: Transform - pos: 12.100407,39.465355 + pos: 16.5,16.5 parent: 588 - - uid: 1297 + - uid: 1204 components: - type: Transform - pos: 12.100407,39.80594 + pos: 17.5,40.5 parent: 588 - - uid: 1298 + - uid: 1205 components: - type: Transform - pos: 11.688642,39.720795 + pos: 21.5,12.5 parent: 588 - - uid: 1299 + - uid: 1295 components: - type: Transform - pos: 11.4330635,39.57888 + pos: 10.5,22.5 parent: 588 - proto: Spear entities: @@ -11335,13 +11344,6 @@ entities: - type: Transform pos: 13.5,43.5 parent: 588 -- proto: StimkitFilled - entities: - - uid: 561 - components: - - type: Transform - pos: 30.39083,27.514402 - parent: 588 - proto: StimpackMini entities: - uid: 1879 @@ -11423,13 +11425,6 @@ entities: - type: Transform pos: 19.5,32.5 parent: 588 -- proto: SyringeEphedrine - entities: - - uid: 1475 - components: - - type: Transform - pos: 14.472328,42.917698 - parent: 588 - proto: Table entities: - uid: 525 @@ -11824,23 +11819,17 @@ entities: entities: - uid: 567 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 12.5,15.5 parent: 588 - uid: 1463 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad pos: 10.5,43.5 parent: 588 - uid: 1464 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad pos: 12.5,43.5 @@ -11876,42 +11865,13 @@ entities: entities: - uid: 532 components: - - type: MetaData - flags: SessionSpecific - type: Transform pos: 18.5,12.5 parent: 588 -- proto: VendingMachineCigs - entities: - - uid: 720 - components: - - type: MetaData - flags: SessionSpecific - - type: Transform - pos: 22.5,22.5 - parent: 588 -- proto: VendingMachineCoffee - entities: - - uid: 765 - components: - - type: MetaData - flags: SessionSpecific - - type: Transform - pos: 10.5,22.5 - parent: 588 - - uid: 1285 - components: - - type: MetaData - flags: SessionSpecific - - type: Transform - pos: 18.5,40.5 - parent: 588 - proto: VendingMachineDetDrobe entities: - uid: 582 components: - - type: MetaData - flags: SessionSpecific - type: Transform pos: 10.5,14.5 parent: 588 @@ -11919,26 +11879,13 @@ entities: entities: - uid: 1781 components: - - type: MetaData - flags: SessionSpecific - type: Transform pos: 30.5,46.5 parent: 588 -- proto: VendingMachineDonut - entities: - - uid: 538 - components: - - type: MetaData - flags: SessionSpecific - - type: Transform - pos: 16.5,16.5 - parent: 588 - proto: VendingMachineLawDrobe entities: - uid: 319 components: - - type: MetaData - flags: SessionSpecific - type: Transform pos: 18.5,4.5 parent: 588 @@ -11946,8 +11893,6 @@ entities: entities: - uid: 1143 components: - - type: MetaData - flags: SessionSpecific - type: Transform pos: 28.5,28.5 parent: 588 @@ -11955,8 +11900,6 @@ entities: entities: - uid: 1013 components: - - type: MetaData - flags: SessionSpecific - type: Transform pos: 14.5,27.5 parent: 588 @@ -11964,8 +11907,6 @@ entities: entities: - uid: 1022 components: - - type: MetaData - flags: SessionSpecific - type: Transform pos: 16.5,25.5 parent: 588 @@ -11973,15 +11914,11 @@ entities: entities: - uid: 800 components: - - type: MetaData - flags: SessionSpecific - type: Transform pos: 33.5,19.5 parent: 588 - uid: 1775 components: - - type: MetaData - flags: SessionSpecific - type: Transform pos: 28.5,44.5 parent: 588 @@ -11996,134 +11933,96 @@ entities: entities: - uid: 377 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 30.5,7.5 parent: 588 - uid: 378 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 29.5,7.5 parent: 588 - uid: 379 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 25.5,9.5 parent: 588 - uid: 380 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 27.5,9.5 parent: 588 - uid: 381 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 27.5,8.5 parent: 588 - uid: 382 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 28.5,9.5 parent: 588 - uid: 383 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 31.5,9.5 parent: 588 - uid: 384 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 31.5,8.5 parent: 588 - uid: 385 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 31.5,7.5 parent: 588 - uid: 386 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 25.5,8.5 parent: 588 - uid: 387 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 33.5,7.5 parent: 588 - uid: 388 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 25.5,7.5 parent: 588 - uid: 389 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 27.5,7.5 parent: 588 - uid: 390 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 30.5,9.5 parent: 588 - uid: 391 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 28.5,7.5 parent: 588 - uid: 392 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 26.5,9.5 parent: 588 - uid: 393 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 33.5,8.5 parent: 588 - uid: 394 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 33.5,9.5 parent: 588 - uid: 395 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 32.5,9.5 parent: 588 @@ -12131,233 +12030,171 @@ entities: entities: - uid: 45 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad pos: 2.5,8.5 parent: 588 - uid: 51 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad pos: 8.5,8.5 parent: 588 - uid: 244 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 6.5,4.5 parent: 588 - uid: 245 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 6.5,3.5 parent: 588 - uid: 246 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 10.5,4.5 parent: 588 - uid: 247 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 10.5,3.5 parent: 588 - uid: 266 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad pos: 6.5,1.5 parent: 588 - uid: 267 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad pos: 6.5,0.5 parent: 588 - uid: 268 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad pos: 10.5,1.5 parent: 588 - uid: 269 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad pos: 10.5,0.5 parent: 588 - uid: 291 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 15.5,6.5 parent: 588 - uid: 292 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 19.5,6.5 parent: 588 - uid: 405 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 15.5,10.5 parent: 588 - uid: 406 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 19.5,10.5 parent: 588 - uid: 426 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad pos: 8.5,9.5 parent: 588 - uid: 432 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad pos: 2.5,7.5 parent: 588 - uid: 433 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad pos: 2.5,9.5 parent: 588 - uid: 434 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad pos: 8.5,7.5 parent: 588 - uid: 570 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 0.5,46.5 parent: 588 - uid: 621 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: -1.5707963267948966 rad pos: 1.5,21.5 parent: 588 - uid: 622 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: -1.5707963267948966 rad pos: 3.5,19.5 parent: 588 - uid: 623 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: -1.5707963267948966 rad pos: 3.5,21.5 parent: 588 - uid: 627 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: -1.5707963267948966 rad pos: 1.5,19.5 parent: 588 - uid: 1078 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: -1.5707963267948966 rad pos: 33.5,35.5 parent: 588 - uid: 1330 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 0.5,44.5 parent: 588 - uid: 1332 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 2.5,42.5 parent: 588 - uid: 1334 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 4.5,42.5 parent: 588 - uid: 1335 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 6.5,44.5 parent: 588 - uid: 1337 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 4.5,48.5 parent: 588 - uid: 1338 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 6.5,46.5 parent: 588 - uid: 1340 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 2.5,48.5 parent: 588 @@ -12365,281 +12202,203 @@ entities: entities: - uid: 140 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 5.5,25.5 parent: 588 - uid: 144 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 5.5,26.5 parent: 588 - uid: 145 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 4.5,25.5 parent: 588 - uid: 146 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 5.5,27.5 parent: 588 - uid: 205 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 8.5,35.5 parent: 588 - uid: 206 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 7.5,35.5 parent: 588 - uid: 207 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 6.5,35.5 parent: 588 - uid: 208 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 4.5,35.5 parent: 588 - uid: 210 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 1.5,34.5 parent: 588 - uid: 305 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 22.5,4.5 parent: 588 - uid: 306 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 22.5,3.5 parent: 588 - uid: 307 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 22.5,0.5 parent: 588 - uid: 308 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 22.5,1.5 parent: 588 - uid: 476 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 25.5,13.5 parent: 588 - uid: 481 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 25.5,15.5 parent: 588 - uid: 483 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 30.5,13.5 parent: 588 - uid: 501 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 25.5,14.5 parent: 588 - uid: 510 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: -1.5707963267948966 rad pos: 30.5,15.5 parent: 588 - uid: 749 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 25.5,19.5 parent: 588 - uid: 750 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 27.5,19.5 parent: 588 - uid: 975 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 19.5,32.5 parent: 588 - uid: 995 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad pos: 21.5,32.5 parent: 588 - uid: 1163 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 8.5,36.5 parent: 588 - uid: 1164 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 3.5,35.5 parent: 588 - uid: 1165 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 2.5,35.5 parent: 588 - uid: 1167 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 1.5,35.5 parent: 588 - uid: 1300 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 25.5,39.5 parent: 588 - uid: 1303 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 28.5,39.5 parent: 588 - uid: 1304 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 29.5,39.5 parent: 588 - uid: 1305 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 28.5,40.5 parent: 588 - uid: 1485 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 17.5,43.5 parent: 588 - uid: 1486 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 17.5,44.5 parent: 588 - uid: 1487 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 18.5,43.5 parent: 588 - uid: 1488 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 20.5,43.5 parent: 588 - uid: 1489 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 21.5,43.5 parent: 588 - uid: 1490 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 21.5,44.5 parent: 588 - uid: 1491 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 18.5,47.5 parent: 588 - uid: 1492 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 19.5,47.5 parent: 588 - uid: 1493 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 20.5,47.5 parent: 588 @@ -12647,50 +12406,36 @@ entities: entities: - uid: 554 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 9.5,13.5 parent: 588 - uid: 555 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 9.5,14.5 parent: 588 - uid: 556 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 9.5,15.5 parent: 588 - uid: 557 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 10.5,15.5 parent: 588 - uid: 558 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 13.5,15.5 parent: 588 - uid: 559 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 13.5,16.5 parent: 588 - uid: 566 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 9.5,12.5 parent: 588 @@ -12748,16 +12493,6 @@ entities: - type: Transform pos: 19.5,22.5 parent: 588 - - uid: 1284 - components: - - type: Transform - pos: 17.5,40.5 - parent: 588 - - uid: 1292 - components: - - type: Transform - pos: 21.5,12.5 - parent: 588 - proto: WaterTankHighCapacity entities: - uid: 801 @@ -12793,49 +12528,6 @@ entities: - type: Transform pos: 16.5,24.5 parent: 588 -- proto: WeaponDisablerPractice - entities: - - uid: 547 - components: - - type: Transform - pos: 1.4370823,0.5241035 - parent: 588 - - uid: 930 - components: - - type: Transform - pos: 26.440151,36.61676 - parent: 588 - - uid: 1611 - components: - - type: Transform - pos: 12.371853,10.605072 - parent: 588 -- proto: WeaponLaserCarbinePractice - entities: - - uid: 931 - components: - - type: Transform - pos: 26.596338,36.36132 - parent: 588 - - uid: 1612 - components: - - type: Transform - pos: 22.543945,6.5464144 - parent: 588 -- proto: WeaponRevolverDeckard - entities: - - uid: 988 - components: - - type: Transform - pos: 12.417598,13.133306 - parent: 588 -- proto: WeaponSubMachineGunDrozd - entities: - - uid: 583 - components: - - type: Transform - pos: 26.54816,35.66059 - parent: 588 - proto: WindoorAssemblySecure entities: - uid: 696 @@ -13450,20 +13142,6 @@ entities: - type: Transform pos: 13.5,44.5 parent: 588 -- proto: Wrench - entities: - - uid: 424 - components: - - type: Transform - pos: 15.156982,32.526764 - parent: 588 -- proto: Zipties - entities: - - uid: 1156 - components: - - type: Transform - pos: 15.332411,0.52492684 - parent: 588 - proto: ZiptiesBroken entities: - uid: 48 diff --git a/Resources/Maps/Dungeon/snowy_labs.yml b/Resources/Maps/Dungeon/snowy_labs.yml index f2011305af9..a496f5e11c2 100644 --- a/Resources/Maps/Dungeon/snowy_labs.yml +++ b/Resources/Maps/Dungeon/snowy_labs.yml @@ -156,2715 +156,2716 @@ entities: color: '#FFFFFFFF' id: Arrows decals: - 231: 40,39 - 326: 10,35 - 483: 17,25 - 484: 17,26 - 485: 17,27 + 176: 40,39 + 271: 10,35 + 428: 17,25 + 429: 17,26 + 430: 17,27 - node: color: '#FFFFFFFF' id: Arrows decals: - 941: 41,14 + 778: 41,14 - node: angle: 1.5707963267948966 rad color: '#FFFFFFFF' id: Arrows decals: - 232: 46,39 - 327: 0,35 + 177: 46,39 + 272: 0,35 - node: color: '#FFFFFFFF' id: Bot decals: - 480: 16,25 - 481: 16,26 - 482: 16,27 - 508: 5,6 - 509: 5,7 - 510: 0,6 - 511: 0,7 - 512: 7,10 - 513: 8,10 - 514: 9,10 - 1009: 3,14 + 425: 16,25 + 426: 16,26 + 427: 16,27 + 453: 0,6 + 454: 0,7 + 455: 7,10 + 456: 8,10 + 457: 9,10 + 846: 3,14 + 1649: 3,7 + 1650: 3,6 + 1651: 34,28 - node: cleanable: True color: '#FFFFFFFF' id: BotLeft decals: - 471: 14,42 + 416: 14,42 - node: color: '#8BDA8EB4' id: Box decals: - 1339: 45,12 + 1162: 45,12 - node: color: '#8BDA8EFF' id: Box decals: - 1633: 51,14 + 1430: 51,14 - node: color: '#8BDABA6F' id: BrickCornerOverlayNE decals: - 1202: 22,10 + 1025: 22,10 - node: color: '#8BDABA6F' id: BrickCornerOverlayNW decals: - 1201: 12,10 + 1024: 12,10 - node: color: '#8BDABA6F' id: BrickCornerOverlaySE decals: - 1196: 22,6 + 1019: 22,6 - node: color: '#8BDABA6F' id: BrickCornerOverlaySW decals: - 1197: 12,6 + 1020: 12,6 - node: color: '#8BDABA6F' id: BrickLineOverlayE decals: - 1212: 22,9 - 1213: 22,8 - 1214: 22,7 + 1035: 22,9 + 1036: 22,8 + 1037: 22,7 - node: color: '#8BDB9B85' id: BrickLineOverlayE decals: - 1386: 18,4 - 1387: 18,2 - 1388: 18,1 - 1389: 18,0 + 1209: 18,4 + 1210: 18,2 + 1211: 18,1 + 1212: 18,0 - node: color: '#8BDABA6F' id: BrickLineOverlayN decals: - 1203: 13,10 - 1204: 14,10 - 1205: 15,10 - 1206: 16,10 - 1207: 17,10 - 1208: 18,10 - 1209: 19,10 - 1210: 20,10 - 1211: 21,10 + 1026: 13,10 + 1027: 14,10 + 1028: 15,10 + 1029: 16,10 + 1030: 17,10 + 1031: 18,10 + 1032: 19,10 + 1033: 20,10 + 1034: 21,10 - node: color: '#8BDABA6F' id: BrickLineOverlayS decals: - 1187: 13,6 - 1188: 14,6 - 1189: 15,6 - 1190: 16,6 - 1191: 17,6 - 1192: 18,6 - 1193: 19,6 - 1194: 20,6 - 1195: 21,6 + 1010: 13,6 + 1011: 14,6 + 1012: 15,6 + 1013: 16,6 + 1014: 17,6 + 1015: 18,6 + 1016: 19,6 + 1017: 20,6 + 1018: 21,6 - node: color: '#8BDABA6F' id: BrickLineOverlayW decals: - 1198: 12,7 - 1199: 12,8 - 1200: 12,9 + 1021: 12,7 + 1022: 12,8 + 1023: 12,9 - node: color: '#8BDB9B85' id: BrickLineOverlayW decals: - 1382: 34,2 - 1383: 34,1 - 1384: 34,0 - 1385: 34,4 + 1205: 34,2 + 1206: 34,1 + 1207: 34,0 + 1208: 34,4 - node: color: '#8BDA8EFF' id: BrickTileSteelCornerNe decals: - 1611: 30,24 - 1634: 54,16 - 1746: 38,16 + 1408: 30,24 + 1431: 54,16 + 1536: 38,16 - node: color: '#D381C996' id: BrickTileSteelCornerNe decals: - 618: 14,16 - 805: 22,10 + 561: 14,16 + 670: 22,10 - node: color: '#FFFFFFFF' id: BrickTileSteelCornerNe decals: - 1631: 34,27 + 1428: 34,27 - node: color: '#8BDA8EFF' id: BrickTileSteelCornerNw decals: - 1613: 28,24 - 1637: 48,16 - 1745: 32,16 + 1410: 28,24 + 1434: 48,16 + 1535: 32,16 - node: color: '#D381C996' id: BrickTileSteelCornerNw decals: - 619: 8,16 - 806: 12,10 + 562: 8,16 + 671: 12,10 - node: color: '#FFFFFFFF' id: BrickTileSteelCornerNw decals: - 1629: 32,27 + 1426: 32,27 - node: color: '#8BDA8EFF' id: BrickTileSteelCornerSe decals: - 1616: 30,28 - 1635: 54,12 - 1747: 38,12 + 1413: 30,28 + 1432: 54,12 + 1537: 38,12 - node: color: '#D381C996' id: BrickTileSteelCornerSe decals: - 804: 22,6 + 669: 22,6 - node: color: '#FFFFFFFF' id: BrickTileSteelCornerSe decals: - 1627: 34,25 + 1424: 34,25 - node: color: '#8BDA8EFF' id: BrickTileSteelCornerSw decals: - 1614: 28,28 - 1636: 48,12 - 1744: 32,12 + 1411: 28,28 + 1433: 48,12 + 1534: 32,12 - node: color: '#D381C996' id: BrickTileSteelCornerSw decals: - 803: 12,6 + 668: 12,6 - node: color: '#FFFFFFFF' id: BrickTileSteelCornerSw decals: - 1626: 32,25 + 1423: 32,25 - node: color: '#FFFFFFFF' id: BrickTileSteelEndN decals: - 537: 1,7 - 538: 4,7 + 480: 1,7 + 481: 4,7 - node: color: '#8BDA8EFF' id: BrickTileSteelLineE decals: - 1646: 54,15 - 1647: 54,14 - 1648: 54,13 - 1748: 38,13 - 1749: 38,14 - 1750: 38,15 + 1443: 54,15 + 1444: 54,14 + 1445: 54,13 + 1538: 38,13 + 1539: 38,14 + 1540: 38,15 - node: color: '#D381C996' id: BrickTileSteelLineE decals: - 797: 22,7 - 798: 22,8 - 799: 22,9 + 662: 22,7 + 663: 22,8 + 664: 22,9 - node: color: '#FFFFFFFF' id: BrickTileSteelLineE decals: - 539: 4,6 - 540: 1,6 - 1561: 36,9 - 1563: 41,9 - 1567: 41,7 - 1568: 36,7 - 1601: 25,24 - 1602: 25,25 - 1603: 25,26 - 1604: 25,27 - 1605: 25,28 - 1632: 34,26 + 482: 4,6 + 483: 1,6 + 1358: 36,9 + 1360: 41,9 + 1364: 41,7 + 1365: 36,7 + 1398: 25,24 + 1399: 25,25 + 1400: 25,26 + 1401: 25,27 + 1402: 25,28 + 1429: 34,26 - node: color: '#8BDA8EFF' id: BrickTileSteelLineN decals: - 1612: 29,24 - 1641: 49,16 - 1642: 50,16 - 1643: 51,16 - 1644: 52,16 - 1645: 53,16 - 1751: 37,16 - 1752: 36,16 - 1753: 35,16 - 1754: 34,16 - 1755: 33,16 + 1409: 29,24 + 1438: 49,16 + 1439: 50,16 + 1440: 51,16 + 1441: 52,16 + 1442: 53,16 + 1541: 37,16 + 1542: 36,16 + 1543: 35,16 + 1544: 34,16 + 1545: 33,16 - node: color: '#D381C996' id: BrickTileSteelLineN decals: - 613: 11,16 - 614: 10,16 - 615: 9,16 - 616: 12,16 - 617: 13,16 - 788: 21,10 - 789: 20,10 - 790: 18,10 - 791: 19,10 - 792: 17,10 - 793: 16,10 - 794: 15,10 - 795: 13,10 - 796: 14,10 + 556: 11,16 + 557: 10,16 + 558: 9,16 + 559: 12,16 + 560: 13,16 + 653: 21,10 + 654: 20,10 + 655: 18,10 + 656: 19,10 + 657: 17,10 + 658: 16,10 + 659: 15,10 + 660: 13,10 + 661: 14,10 - node: color: '#FFFFFFFF' id: BrickTileSteelLineN decals: - 807: 21,6 - 808: 20,6 - 809: 19,6 - 810: 17,6 - 811: 18,6 - 812: 16,6 - 813: 15,6 - 814: 14,6 - 815: 13,6 - 1585: 37,8 - 1586: 38,8 - 1587: 39,8 - 1588: 40,8 - 1589: 42,8 - 1590: 43,8 - 1591: 44,8 - 1592: 45,8 - 1593: 45,6 - 1594: 44,6 - 1595: 43,6 - 1596: 42,6 - 1597: 40,6 - 1598: 39,6 - 1599: 38,6 - 1600: 37,6 - 1630: 33,27 + 672: 21,6 + 673: 20,6 + 674: 19,6 + 675: 17,6 + 676: 18,6 + 677: 16,6 + 678: 15,6 + 679: 14,6 + 680: 13,6 + 1382: 37,8 + 1383: 38,8 + 1384: 39,8 + 1385: 40,8 + 1386: 42,8 + 1387: 43,8 + 1388: 44,8 + 1389: 45,8 + 1390: 45,6 + 1391: 44,6 + 1392: 43,6 + 1393: 42,6 + 1394: 40,6 + 1395: 39,6 + 1396: 38,6 + 1397: 37,6 + 1427: 33,27 - node: color: '#8BDA8EFF' id: BrickTileSteelLineS decals: - 1615: 29,28 - 1649: 53,12 - 1650: 52,12 - 1651: 51,12 - 1652: 50,12 - 1653: 49,12 - 1756: 33,12 - 1757: 34,12 - 1758: 35,12 - 1759: 36,12 - 1760: 37,12 + 1412: 29,28 + 1446: 53,12 + 1447: 52,12 + 1448: 51,12 + 1449: 50,12 + 1450: 49,12 + 1546: 33,12 + 1547: 34,12 + 1548: 35,12 + 1549: 36,12 + 1550: 37,12 - node: color: '#D381C996' id: BrickTileSteelLineS decals: - 779: 21,6 - 780: 20,6 - 781: 18,6 - 782: 19,6 - 783: 17,6 - 784: 16,6 - 785: 15,6 - 786: 14,6 - 787: 13,6 + 644: 21,6 + 645: 20,6 + 646: 18,6 + 647: 19,6 + 648: 17,6 + 649: 16,6 + 650: 15,6 + 651: 14,6 + 652: 13,6 - node: color: '#FFFFFFFF' id: BrickTileSteelLineS decals: - 816: 21,10 - 817: 20,10 - 818: 19,10 - 819: 18,10 - 820: 17,10 - 821: 16,10 - 822: 15,10 - 823: 14,10 - 824: 13,10 - 1569: 37,8 - 1570: 38,8 - 1571: 39,8 - 1572: 40,8 - 1573: 42,8 - 1574: 43,8 - 1575: 44,8 - 1576: 45,8 - 1577: 45,10 - 1578: 44,10 - 1579: 43,10 - 1580: 42,10 - 1581: 40,10 - 1582: 39,10 - 1583: 38,10 - 1584: 37,10 - 1625: 33,25 + 681: 21,10 + 682: 20,10 + 683: 19,10 + 684: 18,10 + 685: 17,10 + 686: 16,10 + 687: 15,10 + 688: 14,10 + 689: 13,10 + 1366: 37,8 + 1367: 38,8 + 1368: 39,8 + 1369: 40,8 + 1370: 42,8 + 1371: 43,8 + 1372: 44,8 + 1373: 45,8 + 1374: 45,10 + 1375: 44,10 + 1376: 43,10 + 1377: 42,10 + 1378: 40,10 + 1379: 39,10 + 1380: 38,10 + 1381: 37,10 + 1422: 33,25 - node: color: '#8BDA8EFF' id: BrickTileSteelLineW decals: - 1638: 48,13 - 1639: 48,14 - 1640: 48,15 - 1739: 32,15 - 1740: 32,14 - 1741: 32,14 - 1742: 32,12 - 1743: 32,13 + 1435: 48,13 + 1436: 48,14 + 1437: 48,15 + 1529: 32,15 + 1530: 32,14 + 1531: 32,14 + 1532: 32,12 + 1533: 32,13 - node: color: '#D381C996' id: BrickTileSteelLineW decals: - 610: 8,13 - 611: 8,14 - 612: 8,15 - 800: 12,7 - 801: 12,8 - 802: 12,9 + 553: 8,13 + 554: 8,14 + 555: 8,15 + 665: 12,7 + 666: 12,8 + 667: 12,9 - node: color: '#FFFFFFFF' id: BrickTileSteelLineW decals: - 541: 4,6 - 542: 1,6 - 1562: 41,9 - 1564: 46,9 - 1565: 46,7 - 1566: 41,7 - 1606: 25,24 - 1607: 25,25 - 1608: 25,26 - 1609: 25,27 - 1610: 25,28 - 1628: 32,26 + 484: 4,6 + 485: 1,6 + 1359: 41,9 + 1361: 46,9 + 1362: 46,7 + 1363: 41,7 + 1403: 25,24 + 1404: 25,25 + 1405: 25,26 + 1406: 25,27 + 1407: 25,28 + 1425: 32,26 - node: color: '#8BDA8EB4' id: BrickTileWhiteBox decals: - 1320: 32,20 + 1143: 32,20 - node: color: '#8BDA8EB4' id: BrickTileWhiteCornerNe decals: - 1313: 34,22 - 1324: 33,21 + 1136: 34,22 + 1147: 33,21 - node: color: '#8BDA8EFF' id: BrickTileWhiteCornerNe decals: - 1025: 14,16 - 1543: 46,10 - 1617: 30,27 - 1672: 15,4 - 1673: 16,3 - 1836: 6,48 + 862: 14,16 + 1340: 46,10 + 1414: 30,27 + 1467: 15,4 + 1468: 16,3 + 1595: 6,48 - node: color: '#EFB34196' id: BrickTileWhiteCornerNe decals: - 1008: 6,28 + 845: 6,28 - node: color: '#FFFFFFFF' id: BrickTileWhiteCornerNe decals: - 58: 6,40 - 75: 14,40 - 109: 22,40 - 154: 30,40 - 155: 46,40 - 299: 10,36 - 339: 22,36 - 375: 33,36 - 420: 26,32 - 648: 38,4 - 651: 54,4 + 10: 6,40 + 27: 14,40 + 54: 22,40 + 99: 30,40 + 100: 46,40 + 244: 10,36 + 284: 22,36 + 320: 33,36 + 365: 26,32 + 591: 38,4 + 594: 54,4 - node: color: '#8BDA8EB4' id: BrickTileWhiteCornerNw decals: - 1307: 30,22 - 1323: 31,21 - 1332: 0,16 + 1130: 30,22 + 1146: 31,21 + 1155: 0,16 - node: color: '#8BDA8EFF' id: BrickTileWhiteCornerNw decals: - 1031: 8,16 - 1533: 36,10 - 1618: 28,27 - 1656: 1,4 - 1657: 0,3 - 1835: 0,48 + 868: 8,16 + 1330: 36,10 + 1415: 28,27 + 1451: 1,4 + 1452: 0,3 + 1594: 0,48 - node: color: '#EFB34196' id: BrickTileWhiteCornerNw decals: - 570: 24,22 - 999: 4,28 + 513: 24,22 + 836: 4,28 - node: color: '#FFFFFFFF' id: BrickTileWhiteCornerNw decals: - 61: 0,40 - 76: 8,40 - 108: 16,40 - 151: 40,40 - 152: 32,40 - 153: 24,40 - 301: 0,36 - 338: 12,36 - 374: 25,36 - 419: 18,32 - 646: 52,4 - 647: 36,4 + 13: 0,40 + 28: 8,40 + 53: 16,40 + 96: 40,40 + 97: 32,40 + 98: 24,40 + 246: 0,36 + 283: 12,36 + 319: 25,36 + 364: 18,32 + 589: 52,4 + 590: 36,4 - node: color: '#8BDA8EB4' id: BrickTileWhiteCornerSe decals: - 1312: 34,18 - 1326: 33,19 + 1135: 34,18 + 1149: 33,19 - node: color: '#8BDA8EFF' id: BrickTileWhiteCornerSe decals: - 1021: 14,12 - 1547: 46,6 - 1620: 30,25 - 1674: 16,1 - 1675: 15,0 - 1838: 6,42 + 858: 14,12 + 1344: 46,6 + 1417: 30,25 + 1469: 16,1 + 1470: 15,0 + 1597: 6,42 - node: color: '#EFB34196' id: BrickTileWhiteCornerSe decals: - 1004: 6,24 + 841: 6,24 - node: color: '#FFFFFFFF' id: BrickTileWhiteCornerSe decals: - 59: 6,38 - 74: 14,38 - 107: 22,38 - 149: 30,38 - 150: 46,38 - 298: 10,34 - 344: 22,34 - 373: 33,34 - 421: 26,30 - 644: 38,0 - 645: 54,0 - 696: 46,0 + 11: 6,38 + 26: 14,38 + 52: 22,38 + 94: 30,38 + 95: 46,38 + 243: 10,34 + 289: 22,34 + 318: 33,34 + 366: 26,30 + 587: 38,0 + 588: 54,0 + 639: 46,0 - node: color: '#8BDA8EB4' id: BrickTileWhiteCornerSw decals: - 1311: 30,18 - 1322: 31,19 - 1336: 0,12 + 1134: 30,18 + 1145: 31,19 + 1159: 0,12 - node: color: '#8BDA8EFF' id: BrickTileWhiteCornerSw decals: - 1035: 8,12 - 1557: 36,6 - 1621: 28,25 - 1677: 1,0 - 1678: 0,1 - 1837: 0,42 + 872: 8,12 + 1354: 36,6 + 1418: 28,25 + 1471: 1,0 + 1472: 0,1 + 1596: 0,42 - node: color: '#EFB34196' id: BrickTileWhiteCornerSw decals: - 574: 24,18 - 1003: 4,24 + 517: 24,18 + 840: 4,24 - node: color: '#FFFFFFFF' id: BrickTileWhiteCornerSw decals: - 60: 0,38 - 77: 8,38 - 110: 16,38 - 156: 40,38 - 157: 32,38 - 158: 24,38 - 300: 0,34 - 345: 12,34 - 376: 25,34 - 422: 18,30 - 649: 36,0 - 650: 52,0 - 697: 44,0 + 12: 0,38 + 29: 8,38 + 55: 16,38 + 101: 40,38 + 102: 32,38 + 103: 24,38 + 245: 0,34 + 290: 12,34 + 321: 25,34 + 367: 18,30 + 592: 36,0 + 593: 52,0 + 640: 44,0 - node: color: '#8BDABAFF' id: BrickTileWhiteEndE decals: - 1072: 9,39 - 1092: 26,39 + 909: 9,39 + 929: 26,39 - node: color: '#D381C996' id: BrickTileWhiteEndE decals: - 102: 9,39 + 47: 9,39 - node: color: '#8BDABAFF' id: BrickTileWhiteEndW decals: - 1073: 13,39 - 1093: 28,39 + 910: 13,39 + 930: 28,39 - node: color: '#D381C996' id: BrickTileWhiteEndW decals: - 101: 13,39 - 185: 28,39 + 46: 13,39 + 130: 28,39 - node: color: '#8BDA8E88' id: BrickTileWhiteInnerNe decals: - 1884: 0,42 + 1642: 0,42 - node: color: '#8BDA8EB4' id: BrickTileWhiteInnerNe decals: - 1290: 21,21 - 1300: 9,21 + 1113: 21,21 + 1123: 9,21 - node: color: '#8BDA8EFF' id: BrickTileWhiteInnerNe decals: - 1681: 15,3 + 1475: 15,3 - node: color: '#8BDABAFF' id: BrickTileWhiteInnerNe decals: - 1068: 9,38 - 1097: 25,39 + 905: 9,38 + 934: 25,39 - node: color: '#9FED5896' id: BrickTileWhiteInnerNe decals: - 1015: 1,12 + 852: 1,12 - node: color: '#D381C996' id: BrickTileWhiteInnerNe decals: - 106: 9,38 - 188: 25,39 - 193: 25,38 - 562: 21,21 + 51: 9,38 + 133: 25,39 + 138: 25,38 + 505: 21,21 - node: color: '#D4D4D4FF' id: BrickTileWhiteInnerNe decals: - 1734: 32,14 - 1735: 32,12 + 1524: 32,14 + 1525: 32,12 - node: color: '#FFFFFFFF' id: BrickTileWhiteInnerNe decals: - 695: 38,2 + 638: 38,2 - node: color: '#8BDA8E88' id: BrickTileWhiteInnerNw decals: - 1883: 6,42 + 1641: 6,42 - node: color: '#8BDA8EB4' id: BrickTileWhiteInnerNw decals: - 1291: 19,21 - 1301: 7,21 + 1114: 19,21 + 1124: 7,21 - node: color: '#8BDA8EFF' id: BrickTileWhiteInnerNw decals: - 1658: 1,3 + 1453: 1,3 - node: color: '#8BDABAFF' id: BrickTileWhiteInnerNw decals: - 1067: 13,38 - 1096: 29,39 + 904: 13,38 + 933: 29,39 - node: color: '#D381C996' id: BrickTileWhiteInnerNw decals: - 105: 13,38 - 189: 29,39 - 192: 29,38 - 561: 19,21 + 50: 13,38 + 134: 29,39 + 137: 29,38 + 504: 19,21 - node: color: '#D4D4D4FF' id: BrickTileWhiteInnerNw decals: - 1732: 38,12 - 1733: 38,14 + 1522: 38,12 + 1523: 38,14 - node: color: '#FFFFFFFF' id: BrickTileWhiteInnerNw decals: - 694: 52,2 + 637: 52,2 - node: color: '#8BDA8E88' id: BrickTileWhiteInnerSe decals: - 1882: 0,48 + 1640: 0,48 - node: color: '#8BDA8EB4' id: BrickTileWhiteInnerSe decals: - 1289: 21,19 - 1303: 9,19 + 1112: 21,19 + 1126: 9,19 - node: color: '#8BDA8EFF' id: BrickTileWhiteInnerSe decals: - 1680: 15,1 + 1474: 15,1 - node: color: '#8BDABAFF' id: BrickTileWhiteInnerSe decals: - 1071: 9,40 - 1095: 25,39 + 908: 9,40 + 932: 25,39 - node: color: '#D381C996' id: BrickTileWhiteInnerSe decals: - 104: 9,40 - 187: 25,39 - 191: 25,40 - 563: 21,19 + 49: 9,40 + 132: 25,39 + 136: 25,40 + 506: 21,19 - node: color: '#D4D4D4FF' id: BrickTileWhiteInnerSe decals: - 1728: 32,16 - 1729: 32,14 + 1518: 32,16 + 1519: 32,14 - node: color: '#8BDA8E88' id: BrickTileWhiteInnerSw decals: - 1881: 6,48 + 1639: 6,48 - node: color: '#8BDA8EB4' id: BrickTileWhiteInnerSw decals: - 1302: 7,19 + 1125: 7,19 - node: color: '#8BDA8EFF' id: BrickTileWhiteInnerSw decals: - 1679: 1,1 + 1473: 1,1 - node: color: '#8BDABAFF' id: BrickTileWhiteInnerSw decals: - 1066: 13,40 - 1094: 29,39 + 903: 13,40 + 931: 29,39 - node: color: '#D381C996' id: BrickTileWhiteInnerSw decals: - 103: 13,40 - 186: 29,39 - 190: 29,40 + 48: 13,40 + 131: 29,39 + 135: 29,40 - node: color: '#D4D4D4FF' id: BrickTileWhiteInnerSw decals: - 1730: 38,16 - 1731: 38,14 + 1520: 38,16 + 1521: 38,14 - node: color: '#8BDA8E88' id: BrickTileWhiteLineE decals: - 1860: 0,47 - 1861: 0,46 - 1862: 0,45 - 1863: 0,44 - 1864: 0,43 + 1619: 0,47 + 1620: 0,46 + 1621: 0,45 + 1622: 0,44 + 1623: 0,43 - node: color: '#8BDA8EB4' id: BrickTileWhiteLineE decals: - 1283: 21,22 - 1284: 21,18 - 1297: 9,18 - 1299: 9,22 - 1314: 34,21 - 1315: 34,20 - 1316: 34,19 - 1327: 33,20 + 1106: 21,22 + 1107: 21,18 + 1120: 9,18 + 1122: 9,22 + 1137: 34,21 + 1138: 34,20 + 1139: 34,19 + 1150: 33,20 - node: color: '#8BDA8EFF' id: BrickTileWhiteLineE decals: - 1022: 14,13 - 1023: 14,14 - 1024: 14,15 - 1544: 46,9 - 1545: 46,8 - 1546: 46,7 - 1619: 30,26 - 1682: 16,2 - 1855: 6,47 - 1856: 6,46 - 1857: 6,45 - 1858: 6,44 - 1859: 6,43 + 859: 14,13 + 860: 14,14 + 861: 14,15 + 1341: 46,9 + 1342: 46,8 + 1343: 46,7 + 1416: 30,26 + 1476: 16,2 + 1614: 6,47 + 1615: 6,46 + 1616: 6,45 + 1617: 6,44 + 1618: 6,43 - node: color: '#9FED5896' id: BrickTileWhiteLineE decals: - 1010: 1,13 - 1011: 1,14 - 1012: 1,15 + 847: 1,13 + 848: 1,14 + 849: 1,15 - node: color: '#D381C996' id: BrickTileWhiteLineE decals: - 555: 21,22 - 556: 21,18 - 865: 18,0 - 866: 18,1 - 867: 18,2 - 868: 18,4 + 498: 21,22 + 499: 21,18 + 730: 18,0 + 731: 18,1 + 732: 18,2 + 733: 18,4 - node: color: '#D4D4D4FF' id: BrickTileWhiteLineE decals: - 1712: 32,13 - 1714: 32,15 + 1502: 32,13 + 1504: 32,15 - node: color: '#EFB34196' id: BrickTileWhiteLineE decals: - 564: 28,19 - 565: 28,20 - 566: 28,21 - 1005: 6,25 - 1006: 6,26 - 1007: 6,27 + 507: 28,19 + 508: 28,20 + 509: 28,21 + 842: 6,25 + 843: 6,26 + 844: 6,27 - node: color: '#FFFFFFFF' id: BrickTileWhiteLineE decals: - 72: 6,39 - 87: 14,39 - 116: 22,39 - 178: 30,39 - 179: 38,39 - 180: 46,39 - 302: 10,35 - 347: 22,35 - 377: 33,35 - 430: 26,31 - 655: 38,1 - 656: 38,3 - 657: 54,1 - 658: 54,2 - 659: 54,3 - 699: 46,1 - 1771: 7,19 - 1772: 7,21 - 1774: 6,20 + 24: 6,39 + 39: 14,39 + 61: 22,39 + 123: 30,39 + 124: 38,39 + 125: 46,39 + 247: 10,35 + 292: 22,35 + 322: 33,35 + 375: 26,31 + 598: 38,1 + 599: 38,3 + 600: 54,1 + 601: 54,2 + 602: 54,3 + 642: 46,1 + 1561: 7,19 + 1562: 7,21 + 1564: 6,20 - node: color: '#8BDA8E88' id: BrickTileWhiteLineN decals: - 1865: 1,42 - 1866: 2,42 - 1867: 3,42 - 1868: 4,42 - 1869: 5,42 + 1624: 1,42 + 1625: 2,42 + 1626: 3,42 + 1627: 4,42 + 1628: 5,42 - node: color: '#8BDA8EB4' id: BrickTileWhiteLineN decals: - 1285: 18,21 - 1286: 22,21 - 1292: 6,21 - 1298: 10,21 - 1304: 31,22 - 1305: 32,22 - 1306: 33,22 - 1325: 32,21 - 1333: 1,16 - 1334: 4,16 - 1335: 5,16 + 1108: 18,21 + 1109: 22,21 + 1115: 6,21 + 1121: 10,21 + 1127: 31,22 + 1128: 32,22 + 1129: 33,22 + 1148: 32,21 + 1156: 1,16 + 1157: 4,16 + 1158: 5,16 - node: color: '#8BDA8EFF' id: BrickTileWhiteLineN decals: - 1026: 13,16 - 1027: 12,16 - 1028: 11,16 - 1029: 10,16 - 1030: 9,16 - 1534: 37,10 - 1535: 38,10 - 1536: 39,10 - 1537: 40,10 - 1538: 41,10 - 1539: 42,10 - 1540: 43,10 - 1541: 44,10 - 1542: 45,10 - 1659: 2,4 - 1660: 3,4 - 1661: 4,4 - 1662: 5,4 - 1663: 6,4 - 1664: 7,4 - 1665: 8,4 - 1666: 9,4 - 1667: 10,4 - 1668: 11,4 - 1669: 12,4 - 1670: 13,4 - 1671: 14,4 - 1850: 1,48 - 1851: 2,48 - 1852: 3,48 - 1853: 4,48 - 1854: 5,48 + 863: 13,16 + 864: 12,16 + 865: 11,16 + 866: 10,16 + 867: 9,16 + 1331: 37,10 + 1332: 38,10 + 1333: 39,10 + 1334: 40,10 + 1335: 41,10 + 1336: 42,10 + 1337: 43,10 + 1338: 44,10 + 1339: 45,10 + 1454: 2,4 + 1455: 3,4 + 1456: 4,4 + 1457: 5,4 + 1458: 6,4 + 1459: 7,4 + 1460: 8,4 + 1461: 9,4 + 1462: 10,4 + 1463: 11,4 + 1464: 12,4 + 1465: 13,4 + 1466: 14,4 + 1609: 1,48 + 1610: 2,48 + 1611: 3,48 + 1612: 4,48 + 1613: 5,48 - node: color: '#8BDABAFF' id: BrickTileWhiteLineN decals: - 1061: 11,38 - 1062: 12,38 - 1069: 10,38 + 898: 11,38 + 899: 12,38 + 906: 10,38 - node: color: '#9FED5896' id: BrickTileWhiteLineN decals: - 841: 21,6 - 842: 19,6 - 843: 13,6 - 844: 15,6 - 1014: 2,12 + 706: 21,6 + 707: 19,6 + 708: 13,6 + 709: 15,6 + 851: 2,12 - node: color: '#D381C996' id: BrickTileWhiteLineN decals: - 96: 12,38 - 97: 11,38 - 348: 21,34 - 349: 20,34 - 350: 19,34 - 351: 13,34 - 553: 18,21 - 554: 22,21 + 41: 12,38 + 42: 11,38 + 293: 21,34 + 294: 20,34 + 295: 19,34 + 296: 13,34 + 496: 18,21 + 497: 22,21 - node: color: '#D4D4D4FF' id: BrickTileWhiteLineN decals: - 1702: 34,12 - 1703: 35,12 - 1704: 36,12 - 1708: 33,12 - 1709: 37,12 - 1716: 37,14 - 1717: 36,14 - 1718: 36,14 - 1719: 34,14 - 1720: 35,14 - 1721: 33,14 + 1492: 34,12 + 1493: 35,12 + 1494: 36,12 + 1498: 33,12 + 1499: 37,12 + 1506: 37,14 + 1507: 36,14 + 1508: 36,14 + 1509: 34,14 + 1510: 35,14 + 1511: 33,14 - node: color: '#EFB34196' id: BrickTileWhiteLineN decals: - 567: 27,22 - 568: 26,22 - 569: 25,22 - 890: 31,9 - 891: 32,9 - 896: 27,9 - 897: 26,9 + 510: 27,22 + 511: 26,22 + 512: 25,22 + 755: 31,9 + 756: 32,9 + 761: 27,9 + 762: 26,9 - node: color: '#FFFFFFFF' id: BrickTileWhiteLineN decals: - 62: 1,40 - 63: 2,40 - 64: 5,40 - 65: 4,40 - 66: 3,40 - 78: 9,40 - 79: 10,40 - 80: 11,40 - 81: 12,40 - 82: 13,40 - 118: 17,40 - 119: 19,40 - 120: 18,40 - 121: 20,40 - 122: 21,40 - 159: 29,40 - 160: 35,40 - 161: 36,40 - 162: 41,40 - 163: 42,40 - 164: 43,40 - 165: 44,40 - 166: 45,40 - 184: 25,40 - 286: 9,36 - 287: 8,36 - 288: 7,36 - 289: 3,36 - 290: 1,36 - 291: 2,36 - 334: 14,36 - 335: 13,36 - 336: 20,36 - 337: 21,36 - 386: 26,36 - 387: 27,36 - 388: 28,36 - 389: 29,36 - 390: 30,36 - 391: 31,36 - 392: 32,36 - 412: 25,32 - 413: 24,32 - 414: 23,32 - 415: 22,32 - 416: 21,32 - 417: 20,32 - 418: 19,32 - 652: 53,4 - 653: 37,4 - 684: 51,2 - 685: 50,2 - 686: 48,2 - 687: 47,2 - 688: 46,2 - 689: 44,2 - 690: 42,2 - 691: 43,2 - 692: 40,2 - 693: 39,2 - 1102: 29,40 - 1103: 25,40 - 1770: 8,18 - 1775: 7,19 - 1776: 9,19 + 14: 1,40 + 15: 2,40 + 16: 5,40 + 17: 4,40 + 18: 3,40 + 30: 9,40 + 31: 10,40 + 32: 11,40 + 33: 12,40 + 34: 13,40 + 63: 17,40 + 64: 19,40 + 65: 18,40 + 66: 20,40 + 67: 21,40 + 104: 29,40 + 105: 35,40 + 106: 36,40 + 107: 41,40 + 108: 42,40 + 109: 43,40 + 110: 44,40 + 111: 45,40 + 129: 25,40 + 231: 9,36 + 232: 8,36 + 233: 7,36 + 234: 3,36 + 235: 1,36 + 236: 2,36 + 279: 14,36 + 280: 13,36 + 281: 20,36 + 282: 21,36 + 331: 26,36 + 332: 27,36 + 333: 28,36 + 334: 29,36 + 335: 30,36 + 336: 31,36 + 337: 32,36 + 357: 25,32 + 358: 24,32 + 359: 23,32 + 360: 22,32 + 361: 21,32 + 362: 20,32 + 363: 19,32 + 595: 53,4 + 596: 37,4 + 627: 51,2 + 628: 50,2 + 629: 48,2 + 630: 47,2 + 631: 46,2 + 632: 44,2 + 633: 42,2 + 634: 43,2 + 635: 40,2 + 636: 39,2 + 939: 29,40 + 940: 25,40 + 1560: 8,18 + 1565: 7,19 + 1566: 9,19 - node: color: '#8BDA8E88' id: BrickTileWhiteLineS decals: - 1875: 5,48 - 1876: 4,48 - 1877: 3,48 - 1878: 2,48 - 1880: 1,48 + 1634: 5,48 + 1635: 4,48 + 1636: 3,48 + 1637: 2,48 + 1638: 1,48 - node: color: '#8BDA8EB4' id: BrickTileWhiteLineS decals: - 1287: 22,19 - 1288: 18,19 - 1295: 6,19 - 1296: 10,19 - 1317: 33,18 - 1318: 32,18 - 1319: 31,18 - 1321: 32,19 - 1337: 1,12 - 1338: 2,12 + 1110: 22,19 + 1111: 18,19 + 1118: 6,19 + 1119: 10,19 + 1140: 33,18 + 1141: 32,18 + 1142: 31,18 + 1144: 32,19 + 1160: 1,12 + 1161: 2,12 - node: color: '#8BDA8EFF' id: BrickTileWhiteLineS decals: - 1016: 10,12 - 1017: 11,12 - 1018: 12,12 - 1019: 13,12 - 1020: 9,12 - 1548: 45,6 - 1549: 44,6 - 1550: 43,6 - 1551: 42,6 - 1552: 41,6 - 1553: 40,6 - 1554: 39,6 - 1555: 38,6 - 1556: 37,6 - 1683: 14,0 - 1684: 13,0 - 1685: 12,0 - 1686: 11,0 - 1687: 10,0 - 1688: 9,0 - 1689: 7,0 - 1690: 7,0 - 1691: 8,0 - 1692: 6,0 - 1693: 5,0 - 1694: 4,0 - 1695: 3,0 - 1696: 2,0 - 1839: 1,42 - 1840: 2,42 - 1841: 4,42 - 1842: 4,42 - 1843: 3,42 - 1844: 5,42 + 853: 10,12 + 854: 11,12 + 855: 12,12 + 856: 13,12 + 857: 9,12 + 1345: 45,6 + 1346: 44,6 + 1347: 43,6 + 1348: 42,6 + 1349: 41,6 + 1350: 40,6 + 1351: 39,6 + 1352: 38,6 + 1353: 37,6 + 1477: 14,0 + 1478: 13,0 + 1479: 12,0 + 1480: 11,0 + 1481: 10,0 + 1482: 9,0 + 1483: 7,0 + 1484: 7,0 + 1485: 8,0 + 1486: 6,0 + 1487: 5,0 + 1488: 4,0 + 1489: 3,0 + 1490: 2,0 + 1598: 1,42 + 1599: 2,42 + 1600: 4,42 + 1601: 4,42 + 1602: 3,42 + 1603: 5,42 - node: color: '#8BDABAFF' id: BrickTileWhiteLineS decals: - 1063: 10,40 - 1064: 11,40 - 1065: 12,40 + 900: 10,40 + 901: 11,40 + 902: 12,40 - node: color: '#9FED5896' id: BrickTileWhiteLineS decals: - 837: 21,10 - 838: 19,10 - 839: 15,10 - 840: 13,10 - 1013: 4,16 + 702: 21,10 + 703: 19,10 + 704: 15,10 + 705: 13,10 + 850: 4,16 - node: color: '#D381C996' id: BrickTileWhiteLineS decals: - 98: 12,40 - 99: 11,40 - 100: 10,40 - 352: 21,36 - 353: 20,36 - 354: 14,36 - 355: 13,36 - 557: 22,19 - 558: 18,19 + 43: 12,40 + 44: 11,40 + 45: 10,40 + 297: 21,36 + 298: 20,36 + 299: 14,36 + 300: 13,36 + 500: 22,19 + 501: 18,19 - node: color: '#D4D4D4FF' id: BrickTileWhiteLineS decals: - 1705: 34,14 - 1706: 35,14 - 1707: 36,14 - 1710: 37,14 - 1711: 33,14 - 1722: 33,16 - 1723: 34,16 - 1724: 34,16 - 1725: 35,16 - 1726: 36,16 - 1727: 37,16 + 1495: 34,14 + 1496: 35,14 + 1497: 36,14 + 1500: 37,14 + 1501: 33,14 + 1512: 33,16 + 1513: 34,16 + 1514: 34,16 + 1515: 35,16 + 1516: 36,16 + 1517: 37,16 - node: color: '#EFB34196' id: BrickTileWhiteLineS decals: - 575: 25,18 - 576: 26,18 - 577: 27,18 - 892: 32,7 - 893: 31,7 - 894: 27,7 - 895: 26,7 + 518: 25,18 + 519: 26,18 + 520: 27,18 + 757: 32,7 + 758: 31,7 + 759: 27,7 + 760: 26,7 - node: color: '#FFFFFFFF' id: BrickTileWhiteLineS decals: - 67: 5,38 - 68: 4,38 - 69: 3,38 - 70: 2,38 - 71: 1,38 - 83: 13,38 - 84: 12,38 - 85: 11,38 - 86: 9,38 - 111: 21,38 - 112: 20,38 - 113: 19,38 - 114: 18,38 - 115: 17,38 - 167: 45,38 - 168: 44,38 - 169: 43,38 - 170: 42,38 - 171: 41,38 - 172: 37,38 - 173: 34,38 - 174: 35,38 - 175: 33,38 - 176: 29,38 - 177: 25,38 - 292: 9,34 - 293: 7,34 - 294: 8,34 - 295: 3,34 - 296: 2,34 - 297: 1,34 - 340: 21,34 - 341: 20,34 - 342: 19,34 - 343: 13,34 - 379: 26,34 - 380: 27,34 - 381: 28,34 - 382: 29,34 - 383: 30,34 - 384: 31,34 - 385: 32,34 - 423: 19,30 - 424: 20,30 - 425: 21,30 - 426: 22,30 - 427: 23,30 - 428: 24,30 - 429: 25,30 - 654: 37,0 - 660: 53,0 - 698: 45,0 - 1070: 10,38 - 1104: 25,38 - 1105: 29,38 - 1773: 7,21 - 1779: 9,21 - 1780: 8,22 + 19: 5,38 + 20: 4,38 + 21: 3,38 + 22: 2,38 + 23: 1,38 + 35: 13,38 + 36: 12,38 + 37: 11,38 + 38: 9,38 + 56: 21,38 + 57: 20,38 + 58: 19,38 + 59: 18,38 + 60: 17,38 + 112: 45,38 + 113: 44,38 + 114: 43,38 + 115: 42,38 + 116: 41,38 + 117: 37,38 + 118: 34,38 + 119: 35,38 + 120: 33,38 + 121: 29,38 + 122: 25,38 + 237: 9,34 + 238: 7,34 + 239: 8,34 + 240: 3,34 + 241: 2,34 + 242: 1,34 + 285: 21,34 + 286: 20,34 + 287: 19,34 + 288: 13,34 + 324: 26,34 + 325: 27,34 + 326: 28,34 + 327: 29,34 + 328: 30,34 + 329: 31,34 + 330: 32,34 + 368: 19,30 + 369: 20,30 + 370: 21,30 + 371: 22,30 + 372: 23,30 + 373: 24,30 + 374: 25,30 + 597: 37,0 + 603: 53,0 + 641: 45,0 + 907: 10,38 + 941: 25,38 + 942: 29,38 + 1563: 7,21 + 1569: 9,21 + 1570: 8,22 - node: color: '#8BDA8E88' id: BrickTileWhiteLineW decals: - 1870: 6,43 - 1871: 6,44 - 1872: 6,45 - 1873: 6,46 - 1874: 6,47 + 1629: 6,43 + 1630: 6,44 + 1631: 6,45 + 1632: 6,46 + 1633: 6,47 - node: color: '#8BDA8EB4' id: BrickTileWhiteLineW decals: - 1281: 19,18 - 1282: 19,22 - 1293: 7,22 - 1294: 7,18 - 1308: 30,21 - 1309: 30,20 - 1310: 30,19 - 1328: 31,20 - 1329: 0,13 - 1330: 0,14 - 1331: 0,15 + 1104: 19,18 + 1105: 19,22 + 1116: 7,22 + 1117: 7,18 + 1131: 30,21 + 1132: 30,20 + 1133: 30,19 + 1151: 31,20 + 1152: 0,13 + 1153: 0,14 + 1154: 0,15 - node: color: '#8BDA8EFF' id: BrickTileWhiteLineW decals: - 1032: 8,14 - 1033: 8,15 - 1034: 8,13 - 1558: 36,7 - 1559: 36,8 - 1560: 36,9 - 1622: 28,26 - 1697: 0,2 - 1736: 32,14 - 1737: 32,13 - 1738: 32,15 - 1845: 0,43 - 1846: 0,44 - 1847: 0,45 - 1848: 0,46 - 1849: 0,47 + 869: 8,14 + 870: 8,15 + 871: 8,13 + 1355: 36,7 + 1356: 36,8 + 1357: 36,9 + 1419: 28,26 + 1491: 0,2 + 1526: 32,14 + 1527: 32,13 + 1528: 32,15 + 1604: 0,43 + 1605: 0,44 + 1606: 0,45 + 1607: 0,46 + 1608: 0,47 - node: color: '#D381C996' id: BrickTileWhiteLineW decals: - 559: 19,18 - 560: 19,22 - 869: 34,0 - 870: 34,1 - 871: 34,2 - 872: 34,4 + 502: 19,18 + 503: 19,22 + 734: 34,0 + 735: 34,1 + 736: 34,2 + 737: 34,4 - node: color: '#D4D4D4FF' id: BrickTileWhiteLineW decals: - 1713: 38,13 - 1715: 38,15 + 1503: 38,13 + 1505: 38,15 - node: color: '#EFB34196' id: BrickTileWhiteLineW decals: - 571: 24,21 - 572: 24,20 - 573: 24,19 - 1000: 4,27 - 1001: 4,26 - 1002: 4,25 + 514: 24,21 + 515: 24,20 + 516: 24,19 + 837: 4,27 + 838: 4,26 + 839: 4,25 - node: color: '#FFFFFFFF' id: BrickTileWhiteLineW decals: - 73: 0,39 - 88: 8,39 - 117: 16,39 - 181: 40,39 - 182: 32,39 - 183: 24,39 - 303: 0,35 - 346: 12,35 - 378: 25,35 - 431: 18,31 - 661: 52,1 - 662: 52,3 - 663: 36,1 - 664: 36,2 - 665: 36,3 - 700: 44,1 - 1777: 9,19 - 1778: 10,20 - 1781: 9,21 + 25: 0,39 + 40: 8,39 + 62: 16,39 + 126: 40,39 + 127: 32,39 + 128: 24,39 + 248: 0,35 + 291: 12,35 + 323: 25,35 + 376: 18,31 + 604: 52,1 + 605: 52,3 + 606: 36,1 + 607: 36,2 + 608: 36,3 + 643: 44,1 + 1567: 9,19 + 1568: 10,20 + 1571: 9,21 - node: cleanable: True color: '#FFFFFFFF' id: Caution decals: - 470: 11,42 + 415: 11,42 - node: color: '#8BDABAFF' id: CheckerNESW decals: - 1074: 17,39 - 1075: 18,39 - 1076: 19,39 - 1077: 20,39 - 1078: 21,39 - 1250: 20,20 - 1251: 21,20 - 1252: 20,21 - 1253: 20,19 - 1254: 19,20 + 911: 17,39 + 912: 18,39 + 913: 19,39 + 914: 20,39 + 915: 21,39 + 1073: 20,20 + 1074: 21,20 + 1075: 20,21 + 1076: 20,19 + 1077: 19,20 - node: color: '#D381C996' id: CheckerNESW decals: - 123: 17,39 - 124: 18,39 - 125: 19,39 - 126: 20,39 - 127: 21,39 - 393: 31,35 - 394: 30,35 - 395: 29,35 - 396: 28,35 - 397: 27,35 - 547: 19,20 - 548: 20,21 - 549: 20,20 - 550: 21,20 - 551: 20,19 + 68: 17,39 + 69: 18,39 + 70: 19,39 + 71: 20,39 + 72: 21,39 + 338: 31,35 + 339: 30,35 + 340: 29,35 + 341: 28,35 + 342: 27,35 + 490: 19,20 + 491: 20,21 + 492: 20,20 + 493: 21,20 + 494: 20,19 - node: color: '#EFB34196' id: CheckerNESW decals: - 237: 8,48 + 182: 8,48 - node: color: '#8BDABAFF' id: CheckerNWSE decals: - 1046: 3,39 - 1047: 2,39 - 1048: 1,39 - 1049: 4,39 - 1050: 5,39 - 1115: 45,39 - 1116: 44,39 - 1117: 43,39 - 1118: 42,39 - 1119: 41,39 + 883: 3,39 + 884: 2,39 + 885: 1,39 + 886: 4,39 + 887: 5,39 + 952: 45,39 + 953: 44,39 + 954: 43,39 + 955: 42,39 + 956: 41,39 - node: color: '#D381C996' id: CheckerNWSE decals: - 216: 45,39 - 217: 44,39 - 218: 43,39 - 219: 42,39 - 220: 41,39 - 304: 1,35 - 305: 2,35 - 306: 3,35 - 307: 7,35 - 308: 8,35 - 309: 9,35 - 451: 16,30 - 452: 16,31 - 453: 16,32 - 454: 15,32 - 455: 15,31 - 456: 15,30 - 457: 14,30 - 458: 14,31 - 459: 14,32 - 666: 37,1 - 667: 37,2 - 668: 37,3 - 669: 53,1 - 670: 53,2 - 671: 53,3 + 161: 45,39 + 162: 44,39 + 163: 43,39 + 164: 42,39 + 165: 41,39 + 249: 1,35 + 250: 2,35 + 251: 3,35 + 252: 7,35 + 253: 8,35 + 254: 9,35 + 396: 16,30 + 397: 16,31 + 398: 16,32 + 399: 15,32 + 400: 15,31 + 401: 15,30 + 402: 14,30 + 403: 14,31 + 404: 14,32 + 609: 37,1 + 610: 37,2 + 611: 37,3 + 612: 53,1 + 613: 53,2 + 614: 53,3 - node: color: '#EFB34196' id: CheckerNWSE decals: - 238: 14,48 - 993: 5,27 - 994: 5,26 - 995: 5,25 + 183: 14,48 + 830: 5,27 + 831: 5,26 + 832: 5,25 - node: color: '#FFFFFFFF' id: Delivery decals: - 266: 13,47 - 267: 11,47 - 268: 9,47 - 269: 12,43 - 270: 11,43 - 271: 10,43 - 486: 4,22 - 487: 3,22 - 601: 11,13 - 859: 24,2 - 860: 20,2 - 886: 33,7 - 887: 33,9 - 888: 25,7 - 889: 25,9 - 938: 40,16 - 939: 41,15 - 940: 43,16 + 211: 13,47 + 212: 11,47 + 213: 9,47 + 214: 12,43 + 215: 11,43 + 216: 10,43 + 431: 4,22 + 432: 3,22 + 544: 11,13 + 724: 24,2 + 725: 20,2 + 751: 33,7 + 752: 33,9 + 753: 25,7 + 754: 25,9 + 775: 40,16 + 776: 41,15 + 777: 43,16 - node: color: '#8BDB9BFF' id: DeliveryGreyscale decals: - 1531: 34,35 - 1532: 24,35 + 1328: 34,35 + 1329: 24,35 - node: color: '#79DA8EA1' id: DiagonalCheckerBOverlay decals: - 964: 20,24 - 965: 20,25 - 966: 20,26 - 967: 20,27 - 968: 20,28 - 969: 21,28 - 970: 22,28 - 971: 21,27 - 972: 21,26 - 973: 21,25 - 974: 21,24 - 975: 22,24 + 801: 20,24 + 802: 20,25 + 803: 20,26 + 804: 20,27 + 805: 20,28 + 806: 21,28 + 807: 22,28 + 808: 21,27 + 809: 21,26 + 810: 21,25 + 811: 21,24 + 812: 22,24 - node: color: '#FFFFFFFF' id: Dirt decals: - 1159: 16,48 - 1160: 16,48 - 1161: 17,48 - 1162: 16,47 - 1163: 16,46 - 1164: 16,45 - 1165: 17,44 - 1166: 17,42 - 1167: 19,42 - 1168: 21,42 - 1169: 21,47 - 1170: 21,47 - 1171: 21,47 + 982: 16,48 + 983: 16,48 + 984: 17,48 + 985: 16,47 + 986: 16,46 + 987: 16,45 + 988: 17,44 + 989: 17,42 + 990: 19,42 + 991: 21,42 + 992: 21,47 + 993: 21,47 + 994: 21,47 - node: cleanable: True color: '#FFFFFFFF' id: Dirt decals: - 211: 38,38 - 212: 38,40 - 213: 37,40 - 214: 34,40 - 215: 36,38 - 368: 15,34 - 369: 19,35 - 370: 17,35 - 371: 16,34 - 372: 18,36 - 934: 44,12 - 935: 44,15 - 936: 42,16 - 937: 46,14 + 156: 38,38 + 157: 38,40 + 158: 37,40 + 159: 34,40 + 160: 36,38 + 313: 15,34 + 314: 19,35 + 315: 17,35 + 316: 16,34 + 317: 18,36 + 771: 44,12 + 772: 44,15 + 773: 42,16 + 774: 46,14 - node: color: '#FFFFFFFF' id: DirtLight decals: - 1172: 20,47 - 1173: 20,47 - 1174: 16,48 - 1175: 16,46 - 1176: 16,45 + 995: 20,47 + 996: 20,47 + 997: 16,48 + 998: 16,46 + 999: 16,45 - node: cleanable: True color: '#FFFFFFFF' id: DirtLight decals: - 138: 17,38 - 139: 17,39 - 140: 18,39 - 141: 21,38 - 143: 16,40 - 144: 20,39 - 145: 13,38 - 146: 8,40 - 147: 6,39 - 148: 22,40 - 203: 29,39 - 204: 29,40 - 205: 24,39 - 206: 30,38 - 207: 33,39 - 208: 37,39 - 209: 37,38 - 210: 38,39 - 273: 10,44 - 274: 9,45 - 275: 8,46 - 276: 8,47 - 277: 13,48 - 278: 14,44 - 279: 13,42 - 281: 10,42 - 283: 8,44 - 284: 13,45 - 356: 22,35 - 357: 22,34 - 358: 21,34 - 359: 12,36 - 360: 13,36 - 361: 12,35 - 362: 13,34 - 364: 12,34 - 365: 19,34 - 366: 15,34 - 367: 19,35 - 448: 8,31 - 449: 10,32 - 450: 11,32 - 460: 15,31 - 461: 16,30 - 462: 14,31 - 463: 15,32 - 464: 19,31 - 465: 20,30 - 466: 21,30 - 467: 24,30 - 468: 26,31 - 469: 8,28 - 584: 21,18 - 585: 22,19 - 586: 21,19 - 587: 19,18 - 588: 18,21 - 589: 25,18 - 590: 24,19 - 591: 28,20 - 592: 26,22 - 593: 14,22 - 594: 15,18 - 595: 16,20 - 596: 4,20 - 597: 2,22 - 598: 2,18 - 599: 0,21 - 600: 0,19 - 903: 30,15 - 905: 28,15 - 906: 27,14 - 928: 33,12 + 83: 17,38 + 84: 17,39 + 85: 18,39 + 86: 21,38 + 88: 16,40 + 89: 20,39 + 90: 13,38 + 91: 8,40 + 92: 6,39 + 93: 22,40 + 148: 29,39 + 149: 29,40 + 150: 24,39 + 151: 30,38 + 152: 33,39 + 153: 37,39 + 154: 37,38 + 155: 38,39 + 218: 10,44 + 219: 9,45 + 220: 8,46 + 221: 8,47 + 222: 13,48 + 223: 14,44 + 224: 13,42 + 226: 10,42 + 228: 8,44 + 229: 13,45 + 301: 22,35 + 302: 22,34 + 303: 21,34 + 304: 12,36 + 305: 13,36 + 306: 12,35 + 307: 13,34 + 309: 12,34 + 310: 19,34 + 311: 15,34 + 312: 19,35 + 393: 8,31 + 394: 10,32 + 395: 11,32 + 405: 15,31 + 406: 16,30 + 407: 14,31 + 408: 15,32 + 409: 19,31 + 410: 20,30 + 411: 21,30 + 412: 24,30 + 413: 26,31 + 414: 8,28 + 527: 21,18 + 528: 22,19 + 529: 21,19 + 530: 19,18 + 531: 18,21 + 532: 25,18 + 533: 24,19 + 534: 28,20 + 535: 26,22 + 536: 14,22 + 537: 15,18 + 538: 16,20 + 539: 4,20 + 540: 2,22 + 541: 2,18 + 542: 0,21 + 543: 0,19 + 767: 30,15 + 768: 28,15 + 769: 27,14 + 770: 33,12 - node: color: '#FFFFFFFF' id: DirtMedium decals: - 1177: 16,42 - 1178: 16,42 - 1179: 18,42 - 1180: 20,43 - 1181: 22,44 - 1182: 18,48 - 1183: 22,47 - 1184: 16,45 - 1185: 19,42 - 1186: 20,43 + 1000: 16,42 + 1001: 16,42 + 1002: 18,42 + 1003: 20,43 + 1004: 22,44 + 1005: 18,48 + 1006: 22,47 + 1007: 16,45 + 1008: 19,42 + 1009: 20,43 - node: cleanable: True color: '#FFFFFFFF' id: DirtMedium decals: - 142: 17,39 - 280: 11,42 - 282: 8,45 - 363: 12,35 + 87: 17,39 + 225: 11,42 + 227: 8,45 + 308: 12,35 - node: color: '#8BDABA82' id: FullTileOverlayGreyscale decals: - 1089: 27,38 - 1090: 27,39 - 1091: 27,40 + 926: 27,38 + 927: 27,39 + 928: 27,40 - node: color: '#8BDABAFF' id: FullTileOverlayGreyscale decals: - 1106: 33,39 - 1107: 36,39 - 1108: 37,39 + 943: 33,39 + 944: 36,39 + 945: 37,39 - node: color: '#9FED5896' id: FullTileOverlayGreyscale decals: - 825: 21,7 - 826: 21,8 - 827: 21,9 - 828: 19,7 - 829: 19,8 - 830: 19,9 - 831: 15,7 - 832: 15,8 - 833: 15,9 - 834: 13,7 - 835: 13,8 - 836: 13,9 + 690: 21,7 + 691: 21,8 + 692: 21,9 + 693: 19,7 + 694: 19,8 + 695: 19,9 + 696: 15,7 + 697: 15,8 + 698: 15,9 + 699: 13,7 + 700: 13,8 + 701: 13,9 - node: color: '#D381C996' id: FullTileOverlayGreyscale decals: - 194: 36,39 - 195: 33,39 - 196: 37,39 + 139: 36,39 + 140: 33,39 + 141: 37,39 - node: color: '#52B4E996' id: HalfTileOverlayGreyscale decals: - 900: 28,16 - 901: 29,16 - 1219: 27,16 - 1220: 26,16 - 1221: 25,16 + 764: 28,16 + 765: 29,16 + 1042: 27,16 + 1043: 26,16 + 1044: 25,16 - node: color: '#8BDA8E9B' id: HalfTileOverlayGreyscale decals: - 1367: 30,2 - 1368: 29,2 - 1369: 31,2 - 1370: 27,2 - 1371: 26,2 - 1372: 22,2 - 1373: 33,2 + 1190: 30,2 + 1191: 29,2 + 1192: 31,2 + 1193: 27,2 + 1194: 26,2 + 1195: 22,2 + 1196: 33,2 - node: color: '#8BDA8EB4' id: HalfTileOverlayGreyscale decals: - 1272: 13,22 - 1273: 15,22 - 1274: 14,22 + 1095: 13,22 + 1096: 15,22 + 1097: 14,22 - node: color: '#8BDA8EFF' id: HalfTileOverlayGreyscale decals: - 1356: 24,4 - 1357: 23,4 - 1358: 22,4 - 1359: 21,4 - 1360: 20,4 - 1361: 27,4 - 1362: 28,4 - 1363: 29,4 - 1364: 30,4 - 1365: 31,4 - 1366: 32,4 + 1179: 24,4 + 1180: 23,4 + 1181: 22,4 + 1182: 21,4 + 1183: 20,4 + 1184: 27,4 + 1185: 28,4 + 1186: 29,4 + 1187: 30,4 + 1188: 31,4 + 1189: 32,4 - node: color: '#8BDABAFF' id: HalfTileOverlayGreyscale decals: - 1109: 33,38 - 1110: 34,38 - 1111: 35,38 - 1114: 37,38 + 946: 33,38 + 947: 34,38 + 948: 35,38 + 951: 37,38 - node: color: '#8BDB8E99' id: HalfTileOverlayGreyscale decals: - 1374: 25,4 - 1375: 25,4 + 1197: 25,4 + 1198: 25,4 - node: color: '#D381C996' id: HalfTileOverlayGreyscale decals: - 199: 37,38 - 200: 35,38 - 201: 34,38 - 202: 33,38 - 496: 13,22 - 497: 14,22 - 498: 15,22 - 875: 27,4 - 876: 28,4 - 877: 24,4 - 878: 29,4 - 879: 30,4 - 880: 31,4 - 881: 32,4 - 882: 23,4 - 883: 22,4 - 884: 21,4 - 885: 20,4 + 144: 37,38 + 145: 35,38 + 146: 34,38 + 147: 33,38 + 441: 13,22 + 442: 14,22 + 443: 15,22 + 740: 27,4 + 741: 28,4 + 742: 24,4 + 743: 29,4 + 744: 30,4 + 745: 31,4 + 746: 32,4 + 747: 23,4 + 748: 22,4 + 749: 21,4 + 750: 20,4 - node: color: '#52B4E996' id: HalfTileOverlayGreyscale180 decals: - 1217: 29,12 - 1218: 28,12 + 1040: 29,12 + 1041: 28,12 - node: color: '#8BDA8EB4' id: HalfTileOverlayGreyscale180 decals: - 1275: 15,18 - 1276: 14,18 - 1277: 13,18 + 1098: 15,18 + 1099: 14,18 + 1100: 13,18 - node: color: '#8BDA8EFF' id: HalfTileOverlayGreyscale180 decals: - 1341: 19,3 - 1342: 20,3 - 1343: 21,3 - 1344: 22,3 - 1345: 24,3 - 1346: 23,3 - 1347: 25,3 - 1348: 26,3 - 1349: 27,3 - 1350: 28,3 - 1351: 29,3 - 1352: 30,3 - 1353: 31,3 - 1354: 32,3 - 1355: 33,3 + 1164: 19,3 + 1165: 20,3 + 1166: 21,3 + 1167: 22,3 + 1168: 24,3 + 1169: 23,3 + 1170: 25,3 + 1171: 26,3 + 1172: 27,3 + 1173: 28,3 + 1174: 29,3 + 1175: 30,3 + 1176: 31,3 + 1177: 32,3 + 1178: 33,3 - node: color: '#8BDABAFF' id: HalfTileOverlayGreyscale180 decals: - 1112: 35,40 - 1113: 36,40 + 949: 35,40 + 950: 36,40 - node: color: '#D381C996' id: HalfTileOverlayGreyscale180 decals: - 197: 36,40 - 198: 35,40 - 493: 13,18 - 494: 14,18 - 495: 15,18 - 845: 19,3 - 846: 20,3 - 847: 21,3 - 848: 22,3 - 849: 23,3 - 850: 24,3 - 851: 26,3 - 852: 25,3 - 853: 28,3 - 854: 29,3 - 855: 30,3 - 856: 31,3 - 857: 32,3 - 858: 33,3 - 1340: 27,3 + 142: 36,40 + 143: 35,40 + 438: 13,18 + 439: 14,18 + 440: 15,18 + 710: 19,3 + 711: 20,3 + 712: 21,3 + 713: 22,3 + 714: 23,3 + 715: 24,3 + 716: 26,3 + 717: 25,3 + 718: 28,3 + 719: 29,3 + 720: 30,3 + 721: 31,3 + 722: 32,3 + 723: 33,3 + 1163: 27,3 - node: color: '#4B709CFF' id: HalfTileOverlayGreyscale270 decals: - 1261: 15,20 + 1084: 15,20 - node: color: '#52B4E996' id: HalfTileOverlayGreyscale270 decals: - 1222: 24,15 + 1045: 24,15 - node: color: '#8BDA8EB4' id: HalfTileOverlayGreyscale270 decals: - 1269: 12,19 - 1270: 12,20 - 1271: 12,21 + 1092: 12,19 + 1093: 12,20 + 1094: 12,21 - node: color: '#D381C996' id: HalfTileOverlayGreyscale270 decals: - 502: 12,19 - 503: 12,20 - 504: 12,21 + 447: 12,19 + 448: 12,20 + 449: 12,21 - node: color: '#4B709CFF' id: HalfTileOverlayGreyscale90 decals: - 1256: 13,20 + 1079: 13,20 - node: color: '#52B4E996' id: HalfTileOverlayGreyscale90 decals: - 902: 30,15 - 1215: 30,14 - 1216: 30,13 + 766: 30,15 + 1038: 30,14 + 1039: 30,13 - node: color: '#8BDA8EB4' id: HalfTileOverlayGreyscale90 decals: - 1266: 16,19 - 1267: 16,20 - 1268: 16,21 + 1089: 16,19 + 1090: 16,20 + 1091: 16,21 - node: color: '#D381C996' id: HalfTileOverlayGreyscale90 decals: - 499: 16,19 - 500: 16,20 - 501: 16,21 + 444: 16,19 + 445: 16,20 + 446: 16,21 - node: color: '#8BDA8EFF' id: MiniTileWhiteCornerNe decals: - 954: 13,28 + 791: 13,28 - node: color: '#D381C996' id: MiniTileWhiteCornerNe decals: - 474: 13,28 + 419: 13,28 - node: color: '#8BDA8EFF' id: MiniTileWhiteCornerNw decals: - 955: 12,28 + 792: 12,28 - node: color: '#D381C996' id: MiniTileWhiteCornerNw decals: - 475: 12,28 + 420: 12,28 - node: color: '#8BDA8EFF' id: MiniTileWhiteCornerSe decals: - 950: 13,24 + 787: 13,24 - node: color: '#D381C996' id: MiniTileWhiteCornerSe decals: - 479: 13,24 + 424: 13,24 - node: color: '#8BDA8EFF' id: MiniTileWhiteCornerSw decals: - 958: 12,24 + 795: 12,24 - node: color: '#D381C996' id: MiniTileWhiteCornerSw decals: - 478: 12,24 + 423: 12,24 - node: color: '#8BDA8EFF' id: MiniTileWhiteLineE decals: - 949: 13,24 - 951: 13,25 - 952: 13,25 - 953: 13,26 + 786: 13,24 + 788: 13,25 + 789: 13,25 + 790: 13,26 - node: color: '#8BDABAFF' id: MiniTileWhiteLineE decals: - 1098: 25,38 - 1100: 25,40 + 935: 25,38 + 937: 25,40 - node: color: '#D381C996' id: MiniTileWhiteLineE decals: - 472: 13,25 - 473: 13,26 + 417: 13,25 + 418: 13,26 - node: color: '#8BDA8EFF' id: MiniTileWhiteLineW decals: - 956: 12,27 - 957: 12,25 + 793: 12,27 + 794: 12,25 - node: color: '#8BDABAFF' id: MiniTileWhiteLineW decals: - 1099: 29,38 - 1101: 29,40 + 936: 29,38 + 938: 29,40 - node: color: '#D381C996' id: MiniTileWhiteLineW decals: - 476: 12,27 - 477: 12,25 + 421: 12,27 + 422: 12,25 - node: color: '#79DA8E6F' id: MonoOverlay decals: - 959: 14,24 - 960: 14,25 - 961: 14,26 - 962: 14,27 - 963: 14,28 + 796: 14,24 + 797: 14,25 + 798: 14,26 + 799: 14,27 + 800: 14,28 - node: color: '#8BDB9BFF' id: MonoOverlay decals: - 1474: 4,34 - 1475: 4,36 - 1476: 6,36 - 1477: 6,34 + 1271: 4,34 + 1272: 4,36 + 1273: 6,36 + 1274: 6,34 - node: color: '#D381C996' id: MonoOverlay decals: - 322: 4,34 - 323: 6,34 - 324: 4,36 - 325: 6,36 + 267: 4,34 + 268: 6,34 + 269: 4,36 + 270: 6,36 - node: color: '#4B709CFF' id: QuarterTileOverlayGreyscale decals: - 1260: 15,19 - 1262: 14,20 + 1083: 15,19 + 1085: 14,20 - node: color: '#8BDABAFF' id: QuarterTileOverlayGreyscale decals: - 1056: 1,38 - 1057: 2,38 - 1058: 3,38 - 1059: 4,38 - 1060: 5,38 - 1120: 41,38 - 1121: 42,38 - 1122: 42,38 - 1123: 43,38 - 1124: 44,38 - 1125: 45,38 - 1131: 8,44 - 1132: 8,45 - 1133: 8,46 - 1134: 8,47 - 1135: 8,48 - 1136: 9,48 - 1137: 10,48 - 1226: 16,16 - 1227: 17,16 - 1228: 18,16 - 1229: 19,16 - 1230: 20,16 - 1231: 21,16 - 1232: 22,16 - 1233: 16,15 - 1234: 16,14 - 1235: 16,13 - 1236: 16,12 + 893: 1,38 + 894: 2,38 + 895: 3,38 + 896: 4,38 + 897: 5,38 + 957: 41,38 + 958: 42,38 + 959: 42,38 + 960: 43,38 + 961: 44,38 + 962: 45,38 + 968: 8,44 + 969: 8,45 + 970: 8,46 + 971: 8,47 + 972: 8,48 + 973: 9,48 + 974: 10,48 + 1049: 16,16 + 1050: 17,16 + 1051: 18,16 + 1052: 19,16 + 1053: 20,16 + 1054: 21,16 + 1055: 22,16 + 1056: 16,15 + 1057: 16,14 + 1058: 16,13 + 1059: 16,12 - node: color: '#8BDB9BFF' id: QuarterTileOverlayGreyscale decals: - 1422: 53,1 - 1423: 53,2 - 1424: 53,3 - 1425: 54,3 - 1426: 54,2 - 1427: 54,1 - 1428: 38,2 - 1429: 38,1 - 1430: 38,3 - 1431: 37,3 - 1432: 37,2 - 1433: 37,1 - 1465: 16,32 - 1466: 16,31 - 1467: 16,30 - 1468: 15,30 - 1469: 15,31 - 1470: 15,32 - 1471: 14,32 - 1472: 14,31 - 1473: 14,30 - 1478: 1,35 - 1479: 2,35 - 1480: 3,35 - 1481: 3,34 - 1482: 2,34 - 1483: 1,34 - 1484: 7,34 - 1485: 7,35 - 1486: 8,35 - 1487: 8,34 - 1488: 9,34 - 1489: 9,35 + 1219: 53,1 + 1220: 53,2 + 1221: 53,3 + 1222: 54,3 + 1223: 54,2 + 1224: 54,1 + 1225: 38,2 + 1226: 38,1 + 1227: 38,3 + 1228: 37,3 + 1229: 37,2 + 1230: 37,1 + 1262: 16,32 + 1263: 16,31 + 1264: 16,30 + 1265: 15,30 + 1266: 15,31 + 1267: 15,32 + 1268: 14,32 + 1269: 14,31 + 1270: 14,30 + 1275: 1,35 + 1276: 2,35 + 1277: 3,35 + 1278: 3,34 + 1279: 2,34 + 1280: 1,34 + 1281: 7,34 + 1282: 7,35 + 1283: 8,35 + 1284: 8,34 + 1285: 9,34 + 1286: 9,35 - node: color: '#9EDA8E28' id: QuarterTileOverlayGreyscale decals: - 1813: 4,45 - 1816: 4,44 - 1817: 4,46 - 1820: 3,45 - 1826: 2,46 + 1572: 4,45 + 1575: 4,44 + 1576: 4,46 + 1579: 3,45 + 1585: 2,46 - node: color: '#D381C996' id: QuarterTileOverlayGreyscale decals: - 53: 5,38 - 54: 4,38 - 55: 3,38 - 56: 2,38 - 57: 1,38 - 221: 45,38 - 222: 44,38 - 223: 43,38 - 224: 42,38 - 225: 41,38 - 247: 8,44 - 248: 8,45 - 249: 8,46 - 250: 8,47 - 251: 8,48 - 252: 9,48 - 253: 10,48 - 316: 9,34 - 317: 8,34 - 318: 7,34 - 319: 3,34 - 320: 2,34 - 321: 1,34 - 627: 22,16 - 628: 21,16 - 629: 20,16 - 630: 19,16 - 631: 18,16 - 632: 17,16 - 633: 16,16 - 634: 16,15 - 635: 16,14 - 636: 16,13 - 637: 16,12 - 672: 38,1 - 673: 38,3 - 679: 54,1 - 680: 54,2 - 681: 54,3 - 682: 38,2 + 5: 5,38 + 6: 4,38 + 7: 3,38 + 8: 2,38 + 9: 1,38 + 166: 45,38 + 167: 44,38 + 168: 43,38 + 169: 42,38 + 170: 41,38 + 192: 8,44 + 193: 8,45 + 194: 8,46 + 195: 8,47 + 196: 8,48 + 197: 9,48 + 198: 10,48 + 261: 9,34 + 262: 8,34 + 263: 7,34 + 264: 3,34 + 265: 2,34 + 266: 1,34 + 570: 22,16 + 571: 21,16 + 572: 20,16 + 573: 19,16 + 574: 18,16 + 575: 17,16 + 576: 16,16 + 577: 16,15 + 578: 16,14 + 579: 16,13 + 580: 16,12 + 615: 38,1 + 616: 38,3 + 622: 54,1 + 623: 54,2 + 624: 54,3 + 625: 38,2 - node: color: '#EFB34196' id: QuarterTileOverlayGreyscale decals: - 245: 13,48 - 246: 12,48 + 190: 13,48 + 191: 12,48 - node: color: '#4B709CFF' id: QuarterTileOverlayGreyscale180 decals: - 1258: 13,21 - 1263: 14,20 + 1081: 13,21 + 1086: 14,20 - node: color: '#8BDA8E5D' id: QuarterTileOverlayGreyscale180 decals: - 1833: 4,44 - 1834: 2,44 + 1592: 4,44 + 1593: 2,44 - node: color: '#8BDABAFF' id: QuarterTileOverlayGreyscale180 decals: - 1051: 5,40 - 1052: 4,40 - 1053: 3,40 - 1054: 2,40 - 1055: 1,40 - 1126: 45,40 - 1127: 44,40 - 1128: 43,40 - 1129: 42,40 - 1130: 41,40 - 1237: 16,12 - 1238: 17,12 - 1239: 18,12 - 1240: 19,12 - 1241: 20,12 - 1242: 21,12 - 1243: 22,12 - 1244: 22,13 - 1245: 22,14 - 1246: 22,15 - 1247: 22,16 + 888: 5,40 + 889: 4,40 + 890: 3,40 + 891: 2,40 + 892: 1,40 + 963: 45,40 + 964: 44,40 + 965: 43,40 + 966: 42,40 + 967: 41,40 + 1060: 16,12 + 1061: 17,12 + 1062: 18,12 + 1063: 19,12 + 1064: 20,12 + 1065: 21,12 + 1066: 22,12 + 1067: 22,13 + 1068: 22,14 + 1069: 22,15 + 1070: 22,16 - node: color: '#8BDB9BFF' id: QuarterTileOverlayGreyscale180 decals: - 1416: 52,2 - 1417: 52,1 - 1418: 52,3 - 1419: 53,3 - 1420: 53,2 - 1421: 53,1 - 1434: 37,3 - 1435: 36,3 - 1436: 36,2 - 1437: 37,2 - 1438: 37,1 - 1439: 36,1 - 1440: 18,32 - 1441: 19,32 - 1442: 20,32 - 1443: 21,32 - 1444: 22,32 - 1445: 24,32 - 1446: 23,32 - 1447: 25,32 - 1456: 14,30 - 1457: 14,31 - 1458: 14,32 - 1459: 15,32 - 1460: 15,31 - 1461: 15,30 - 1462: 16,30 - 1463: 16,31 - 1464: 16,32 - 1490: 7,35 - 1491: 8,35 - 1492: 9,35 - 1493: 9,36 - 1494: 8,36 - 1495: 7,36 - 1496: 3,36 - 1497: 2,36 - 1498: 1,36 - 1499: 1,35 - 1500: 2,35 - 1501: 3,35 + 1213: 52,2 + 1214: 52,1 + 1215: 52,3 + 1216: 53,3 + 1217: 53,2 + 1218: 53,1 + 1231: 37,3 + 1232: 36,3 + 1233: 36,2 + 1234: 37,2 + 1235: 37,1 + 1236: 36,1 + 1237: 18,32 + 1238: 19,32 + 1239: 20,32 + 1240: 21,32 + 1241: 22,32 + 1242: 24,32 + 1243: 23,32 + 1244: 25,32 + 1253: 14,30 + 1254: 14,31 + 1255: 14,32 + 1256: 15,32 + 1257: 15,31 + 1258: 15,30 + 1259: 16,30 + 1260: 16,31 + 1261: 16,32 + 1287: 7,35 + 1288: 8,35 + 1289: 9,35 + 1290: 9,36 + 1291: 8,36 + 1292: 7,36 + 1293: 3,36 + 1294: 2,36 + 1295: 1,36 + 1296: 1,35 + 1297: 2,35 + 1298: 3,35 - node: color: '#9EDA8E28' id: QuarterTileOverlayGreyscale180 decals: - 1821: 3,45 - 1824: 2,45 - 1825: 2,46 + 1580: 3,45 + 1583: 2,45 + 1584: 2,46 - node: color: '#D381C996' id: QuarterTileOverlayGreyscale180 decals: - 48: 5,40 - 49: 4,40 - 50: 3,40 - 51: 2,40 - 52: 1,40 - 226: 41,40 - 227: 42,40 - 228: 43,40 - 229: 44,40 - 230: 45,40 - 310: 9,36 - 311: 8,36 - 312: 7,36 - 313: 3,36 - 314: 2,36 - 315: 1,36 - 432: 25,32 - 433: 24,32 - 434: 23,32 - 435: 22,32 - 436: 21,32 - 437: 20,32 - 438: 19,32 - 439: 18,32 - 622: 22,12 - 623: 22,13 - 624: 22,14 - 625: 22,15 - 626: 22,16 - 638: 16,12 - 639: 17,12 - 640: 18,12 - 641: 19,12 - 642: 20,12 - 643: 21,12 - 674: 36,1 - 675: 36,2 - 676: 36,3 - 677: 52,1 - 678: 52,3 - 683: 52,2 + 0: 5,40 + 1: 4,40 + 2: 3,40 + 3: 2,40 + 4: 1,40 + 171: 41,40 + 172: 42,40 + 173: 43,40 + 174: 44,40 + 175: 45,40 + 255: 9,36 + 256: 8,36 + 257: 7,36 + 258: 3,36 + 259: 2,36 + 260: 1,36 + 377: 25,32 + 378: 24,32 + 379: 23,32 + 380: 22,32 + 381: 21,32 + 382: 20,32 + 383: 19,32 + 384: 18,32 + 565: 22,12 + 566: 22,13 + 567: 22,14 + 568: 22,15 + 569: 22,16 + 581: 16,12 + 582: 17,12 + 583: 18,12 + 584: 19,12 + 585: 20,12 + 586: 21,12 + 617: 36,1 + 618: 36,2 + 619: 36,3 + 620: 52,1 + 621: 52,3 + 626: 52,2 - node: color: '#EFB34196' id: QuarterTileOverlayGreyscale180 decals: - 239: 14,44 - 240: 14,45 - 241: 14,46 - 242: 14,47 + 184: 14,44 + 185: 14,45 + 186: 14,46 + 187: 14,47 - node: color: '#4B709CFF' id: QuarterTileOverlayGreyscale270 decals: - 1259: 15,21 - 1264: 16,21 + 1082: 15,21 + 1087: 16,21 - node: color: '#8BDA8E5D' id: QuarterTileOverlayGreyscale270 decals: - 1830: 2,46 - 1831: 4,44 - 1832: 3,45 + 1589: 2,46 + 1590: 4,44 + 1591: 3,45 - node: color: '#8BDABAFF' id: QuarterTileOverlayGreyscale270 decals: - 1084: 21,40 - 1085: 20,40 - 1086: 18,40 - 1087: 19,40 - 1088: 17,40 - 1248: 20,19 - 1249: 19,20 - 1255: 21,21 + 921: 21,40 + 922: 20,40 + 923: 18,40 + 924: 19,40 + 925: 17,40 + 1071: 20,19 + 1072: 19,20 + 1078: 21,21 - node: color: '#8BDB9BFF' id: QuarterTileOverlayGreyscale270 decals: - 1509: 32,35 - 1510: 31,35 - 1511: 30,35 - 1512: 29,35 - 1513: 28,35 - 1514: 27,35 - 1515: 26,36 - 1516: 26,36 - 1517: 27,36 - 1518: 28,36 - 1519: 29,36 - 1520: 30,36 - 1521: 31,36 - 1528: 32,36 - 1529: 26,35 + 1306: 32,35 + 1307: 31,35 + 1308: 30,35 + 1309: 29,35 + 1310: 28,35 + 1311: 27,35 + 1312: 26,36 + 1313: 26,36 + 1314: 27,36 + 1315: 28,36 + 1316: 29,36 + 1317: 30,36 + 1318: 31,36 + 1325: 32,36 + 1326: 26,35 - node: color: '#9EDA8E28' id: QuarterTileOverlayGreyscale270 decals: - 1814: 4,45 - 1818: 4,46 - 1828: 3,46 + 1573: 4,45 + 1577: 4,46 + 1587: 3,46 - node: color: '#D381C996' id: QuarterTileOverlayGreyscale270 decals: - 128: 17,40 - 129: 18,40 - 130: 19,40 - 131: 20,40 - 132: 21,40 - 398: 32,35 - 405: 27,36 - 406: 28,36 - 407: 29,36 - 408: 30,36 - 409: 31,36 - 411: 26,36 - 552: 21,21 + 73: 17,40 + 74: 18,40 + 75: 19,40 + 76: 20,40 + 77: 21,40 + 343: 32,35 + 350: 27,36 + 351: 28,36 + 352: 29,36 + 353: 30,36 + 354: 31,36 + 356: 26,36 + 495: 21,21 - node: color: '#EFB34196' id: QuarterTileOverlayGreyscale270 decals: - 233: 8,44 - 234: 8,45 - 235: 8,46 - 236: 8,47 + 178: 8,44 + 179: 8,45 + 180: 8,46 + 181: 8,47 - node: color: '#4B709CFF' id: QuarterTileOverlayGreyscale90 decals: - 1257: 13,19 - 1265: 12,19 + 1080: 13,19 + 1088: 12,19 - node: color: '#79DA8EA1' id: QuarterTileOverlayGreyscale90 decals: - 976: 18,24 - 977: 18,25 - 978: 18,26 - 979: 18,27 - 980: 18,28 + 813: 18,24 + 814: 18,25 + 815: 18,26 + 816: 18,27 + 817: 18,28 - node: color: '#8BDA8E5D' id: QuarterTileOverlayGreyscale90 decals: - 1829: 3,44 + 1588: 3,44 - node: color: '#8BDABAFF' id: QuarterTileOverlayGreyscale90 decals: - 1079: 17,38 - 1080: 18,38 - 1081: 19,38 - 1082: 20,38 - 1083: 21,38 - 1138: 12,48 - 1139: 13,48 - 1140: 14,48 - 1141: 14,47 - 1142: 14,46 - 1143: 14,45 - 1144: 14,44 + 916: 17,38 + 917: 18,38 + 918: 19,38 + 919: 20,38 + 920: 21,38 + 975: 12,48 + 976: 13,48 + 977: 14,48 + 978: 14,47 + 979: 14,46 + 980: 14,45 + 981: 14,44 - node: color: '#8BDB9BFF' id: QuarterTileOverlayGreyscale90 decals: - 1448: 18,30 - 1449: 19,30 - 1450: 20,30 - 1451: 22,30 - 1452: 21,30 - 1453: 23,30 - 1454: 24,30 - 1455: 25,30 - 1502: 26,35 - 1503: 27,35 - 1504: 28,35 - 1505: 30,35 - 1506: 29,35 - 1507: 31,35 - 1508: 32,35 - 1522: 32,34 - 1523: 31,34 - 1524: 30,34 - 1525: 29,34 - 1526: 28,34 - 1527: 27,34 - 1530: 26,34 + 1245: 18,30 + 1246: 19,30 + 1247: 20,30 + 1248: 22,30 + 1249: 21,30 + 1250: 23,30 + 1251: 24,30 + 1252: 25,30 + 1299: 26,35 + 1300: 27,35 + 1301: 28,35 + 1302: 30,35 + 1303: 29,35 + 1304: 31,35 + 1305: 32,35 + 1319: 32,34 + 1320: 31,34 + 1321: 30,34 + 1322: 29,34 + 1323: 28,34 + 1324: 27,34 + 1327: 26,34 - node: color: '#9EDA8E28' id: QuarterTileOverlayGreyscale90 decals: - 1815: 4,44 - 1819: 3,45 - 1822: 2,45 - 1823: 2,44 - 1827: 2,46 + 1574: 4,44 + 1578: 3,45 + 1581: 2,45 + 1582: 2,44 + 1586: 2,46 - node: color: '#D381C996' id: QuarterTileOverlayGreyscale90 decals: - 133: 21,38 - 134: 20,38 - 135: 19,38 - 136: 18,38 - 137: 17,38 - 254: 14,44 - 255: 14,45 - 256: 14,46 - 257: 14,47 - 258: 14,48 - 259: 13,48 - 260: 12,48 - 399: 26,35 - 400: 31,34 - 401: 30,34 - 402: 29,34 - 403: 28,34 - 404: 27,34 - 410: 32,34 - 440: 18,30 - 441: 19,30 - 442: 20,30 - 443: 21,30 - 444: 22,30 - 445: 23,30 - 446: 24,30 - 447: 25,30 + 78: 21,38 + 79: 20,38 + 80: 19,38 + 81: 18,38 + 82: 17,38 + 199: 14,44 + 200: 14,45 + 201: 14,46 + 202: 14,47 + 203: 14,48 + 204: 13,48 + 205: 12,48 + 344: 26,35 + 345: 31,34 + 346: 30,34 + 347: 29,34 + 348: 28,34 + 349: 27,34 + 355: 32,34 + 385: 18,30 + 386: 19,30 + 387: 20,30 + 388: 21,30 + 389: 22,30 + 390: 23,30 + 391: 24,30 + 392: 25,30 - node: color: '#EFB34196' id: QuarterTileOverlayGreyscale90 decals: - 243: 9,48 - 244: 10,48 + 188: 9,48 + 189: 10,48 - node: color: '#FFFFFFFF' id: Rock01 decals: - 543: 22,18 + 486: 22,18 - node: color: '#FFFFFFFF' id: Rock03 decals: - 544: 18,18 + 487: 18,18 - node: color: '#FFFFFFFF' id: Rock04 decals: - 546: 18,22 + 489: 18,22 - node: color: '#FFFFFFFF' id: Rock05 decals: - 545: 22,22 + 488: 22,22 - node: color: '#FFFFFFFF' id: StandClear decals: - 272: 11,44 + 217: 11,44 - node: color: '#52B4E996' id: ThreeQuarterTileOverlayGreyscale decals: - 1223: 24,16 + 1046: 24,16 - node: color: '#8BDA8EB4' id: ThreeQuarterTileOverlayGreyscale decals: - 1279: 12,22 + 1102: 12,22 - node: color: '#D381C996' id: ThreeQuarterTileOverlayGreyscale decals: - 507: 12,22 + 452: 12,22 - node: color: '#52B4E996' id: ThreeQuarterTileOverlayGreyscale180 decals: - 1224: 30,12 + 1047: 30,12 - node: color: '#8BDA8EB4' id: ThreeQuarterTileOverlayGreyscale180 decals: - 1280: 16,18 + 1103: 16,18 - node: color: '#D381C996' id: ThreeQuarterTileOverlayGreyscale180 decals: - 505: 16,18 + 450: 16,18 - node: color: '#52B4E996' id: ThreeQuarterTileOverlayGreyscale90 decals: - 899: 30,16 + 763: 30,16 - node: color: '#8BDA8EB4' id: ThreeQuarterTileOverlayGreyscale90 decals: - 1278: 16,22 + 1101: 16,22 - node: color: '#D381C996' id: ThreeQuarterTileOverlayGreyscale90 decals: - 506: 16,22 + 451: 16,22 - node: color: '#79DA8EFF' id: WarnCornerGreyscaleNE decals: - 984: 2,28 + 821: 2,28 - node: color: '#79DA8EFF' id: WarnCornerGreyscaleNW decals: - 986: 0,28 + 823: 0,28 - node: color: '#79DA8EFF' id: WarnCornerGreyscaleSE decals: - 987: 2,24 + 824: 2,24 - node: color: '#79DA8EFF' id: WarnCornerGreyscaleSW decals: - 989: 0,24 + 826: 0,24 - node: color: '#FFFFFFFF' id: WarnCornerNE decals: - 861: 21,2 - 862: 25,2 + 726: 21,2 + 727: 25,2 - node: color: '#FFFFFFFF' id: WarnCornerNW decals: - 863: 23,2 - 864: 19,2 + 728: 23,2 + 729: 19,2 - node: color: '#FFFFFFFF' id: WarnCornerSW decals: - 490: 2,20 + 435: 2,20 - node: color: '#FFFFFFFF' id: WarnCornerSmallNE decals: - 1037: 8,12 + 874: 8,12 - node: color: '#FFFFFFFF' id: WarnCornerSmallNW decals: - 1036: 14,12 + 873: 14,12 - node: color: '#FFFFFFFF' id: WarnCornerSmallSE decals: - 621: 8,16 + 564: 8,16 - node: color: '#FFFFFFFF' id: WarnCornerSmallSW decals: - 620: 14,16 + 563: 14,16 - node: color: '#FFFFFFFF' id: WarnLineE decals: - 331: 6,34 - 332: 6,35 - 333: 6,36 - 607: 8,13 - 608: 8,14 - 609: 8,15 + 276: 6,34 + 277: 6,35 + 278: 6,36 + 550: 8,13 + 551: 8,14 + 552: 8,15 - node: color: '#79DA8EFF' id: WarnLineGreyscaleE decals: - 981: 2,25 - 982: 2,26 - 983: 2,27 + 818: 2,25 + 819: 2,26 + 820: 2,27 - node: color: '#8BDB8E99' id: WarnLineGreyscaleE decals: - 1378: 18,3 - 1379: 18,3 + 1201: 18,3 + 1202: 18,3 - node: color: '#8BDB8EFF' id: WarnLineGreyscaleE decals: - 1380: 18,3 + 1203: 18,3 - node: color: '#D381C996' id: WarnLineGreyscaleE decals: - 874: 18,3 + 739: 18,3 - node: color: '#52B4E996' id: WarnLineGreyscaleN decals: - 1225: 27,15 + 1048: 27,15 - node: color: '#79DA8EFF' id: WarnLineGreyscaleN decals: - 985: 1,28 + 822: 1,28 - node: color: '#8BDA8EFF' id: WarnLineGreyscaleN decals: - 1624: 29,27 + 1421: 29,27 - node: color: '#8BDB8E99' id: WarnLineGreyscaleN decals: - 1376: 26,4 - 1377: 26,4 + 1199: 26,4 + 1200: 26,4 - node: color: '#DABC8BFF' id: WarnLineGreyscaleN decals: - 996: 5,28 + 833: 5,28 - node: color: '#79DA8EFF' id: WarnLineGreyscaleS decals: - 988: 1,24 + 825: 1,24 - node: color: '#8BDA8EFF' id: WarnLineGreyscaleS decals: - 1623: 29,25 + 1420: 29,25 - node: color: '#DABC8BFF' id: WarnLineGreyscaleS decals: - 997: 5,24 - 998: 5,24 + 834: 5,24 + 835: 5,24 - node: color: '#79DA8EFF' id: WarnLineGreyscaleW decals: - 990: 0,25 - 991: 0,26 - 992: 0,27 + 827: 0,25 + 828: 0,26 + 829: 0,27 - node: color: '#8BDB8EFF' id: WarnLineGreyscaleW decals: - 1381: 34,3 + 1204: 34,3 - node: color: '#D381C996' id: WarnLineGreyscaleW decals: - 873: 34,3 + 738: 34,3 - node: color: '#FFFFFFFF' id: WarnLineN decals: - 264: 12,47 - 265: 10,47 - 488: 4,20 - 489: 3,20 - 581: 27,22 - 582: 26,22 - 583: 25,22 - 602: 13,16 - 603: 11,16 - 604: 12,16 - 605: 10,16 - 606: 9,16 + 209: 12,47 + 210: 10,47 + 433: 4,20 + 434: 3,20 + 524: 27,22 + 525: 26,22 + 526: 25,22 + 545: 13,16 + 546: 11,16 + 547: 12,16 + 548: 10,16 + 549: 9,16 - node: color: '#FFFFFFFF' id: WarnLineS decals: - 328: 4,34 - 329: 4,36 - 330: 4,35 - 491: 2,21 - 492: 2,22 - 1043: 14,13 - 1044: 14,14 - 1045: 14,15 + 273: 4,34 + 274: 4,36 + 275: 4,35 + 436: 2,21 + 437: 2,22 + 880: 14,13 + 881: 14,14 + 882: 14,15 - node: color: '#FFFFFFFF' id: WarnLineW decals: - 261: 12,44 - 262: 11,44 - 263: 10,44 - 578: 27,18 - 579: 26,18 - 580: 25,18 - 942: 45,13 - 943: 46,13 - 944: 44,13 - 945: 43,13 - 946: 42,13 - 947: 41,13 - 948: 40,13 - 1038: 9,12 - 1039: 10,12 - 1040: 11,12 - 1041: 12,12 - 1042: 13,12 + 206: 12,44 + 207: 11,44 + 208: 10,44 + 521: 27,18 + 522: 26,18 + 523: 25,18 + 779: 45,13 + 780: 46,13 + 781: 44,13 + 782: 43,13 + 783: 42,13 + 784: 41,13 + 785: 40,13 + 875: 9,12 + 876: 10,12 + 877: 11,12 + 878: 12,12 + 879: 13,12 - node: color: '#FFFFFFFF' id: WoodTrimThinCornerNe decals: - 518: 10,9 + 461: 10,9 - node: color: '#FFFFFFFF' id: WoodTrimThinCornerNw decals: - 517: 1,9 + 460: 1,9 - node: color: '#FFFFFFFF' id: WoodTrimThinCornerSe decals: - 515: 10,8 + 458: 10,8 - node: color: '#FFFFFFFF' id: WoodTrimThinCornerSw decals: - 516: 1,8 + 459: 1,8 - node: color: '#FFFFFFFF' id: WoodTrimThinLineN decals: - 519: 9,9 - 520: 8,9 - 521: 7,9 - 522: 6,9 - 523: 5,9 - 524: 4,9 - 525: 3,9 - 526: 2,9 + 462: 9,9 + 463: 8,9 + 464: 7,9 + 465: 6,9 + 466: 5,9 + 467: 4,9 + 468: 3,9 + 469: 2,9 - node: color: '#FFFFFFFF' id: WoodTrimThinLineS decals: - 527: 10,8 - 528: 9,8 - 529: 8,8 - 530: 7,8 - 531: 6,8 - 532: 5,8 - 533: 4,8 - 534: 3,8 - 535: 2,8 - 536: 1,8 + 470: 10,8 + 471: 9,8 + 472: 8,8 + 473: 7,8 + 474: 6,8 + 475: 5,8 + 476: 4,8 + 477: 3,8 + 478: 2,8 + 479: 1,8 - node: color: '#FFFFFFFF' id: bushsnowa1 decals: - 1768: 34.098167,13.033111 + 1558: 34.098167,13.033111 - node: color: '#FFFFFFFF' id: bushsnowb1 decals: - 1769: 35.707542,12.970611 + 1559: 35.707542,12.970611 - node: color: '#FFFFFFFF' id: chevron decals: - 285: 11,48 + 230: 11,48 - node: color: '#FFFFFFFF' id: grasssnow decals: - 1885: 10.225454,38.990788 - 1886: 11.037954,39.022038 - 1887: 11.834829,39.022038 + 1643: 10.225454,38.990788 + 1644: 11.037954,39.022038 + 1645: 11.834829,39.022038 - node: color: '#FFFFFFFF' id: grasssnow02 decals: - 1762: 34.973167,13.060861 + 1552: 34.973167,13.060861 - node: color: '#FFFFFFFF' id: grasssnow10 decals: - 1761: 34.004417,13.045236 - 1763: 35.316917,13.060861 - 1764: 36.035667,13.029611 - 1765: 34.535667,12.998361 - 1766: 36.129417,13.076486 - 1767: 34.238792,13.076486 - 1888: 10.491079,38.975163 - 1889: 11.600454,38.959538 - 1890: 11.006704,39.178288 + 1551: 34.004417,13.045236 + 1553: 35.316917,13.060861 + 1554: 36.035667,13.029611 + 1555: 34.535667,12.998361 + 1556: 36.129417,13.076486 + 1557: 34.238792,13.076486 + 1646: 10.491079,38.975163 + 1647: 11.600454,38.959538 + 1648: 11.006704,39.178288 - type: RadiationGridResistance - type: LoadedMap - type: SpreaderGrid @@ -2907,25 +2908,6 @@ entities: - type: Transform pos: 17.5,31.5 parent: 1653 -- proto: AloeSeeds - entities: - - uid: 1078 - components: - - type: Transform - pos: 1.5044713,15.591048 - parent: 1653 - - uid: 1379 - components: - - type: Transform - pos: 16.516748,9.567207 - parent: 1653 -- proto: AmbrosiaVulgarisSeeds - entities: - - uid: 1380 - components: - - type: Transform - pos: 16.688623,9.410957 - parent: 1653 - proto: AnomalyScanner entities: - uid: 2182 @@ -3013,13 +2995,6 @@ entities: rot: 1.5707963267948966 rad pos: 53.5,14.5 parent: 1653 -- proto: Beaker - entities: - - uid: 1470 - components: - - type: Transform - pos: 21.687025,4.54119 - parent: 1653 - proto: Bed entities: - uid: 1233 @@ -3064,27 +3039,6 @@ entities: - type: Transform pos: 42.5,0.5 parent: 1653 -- proto: BloodTomatoSeeds - entities: - - uid: 792 - components: - - type: Transform - pos: 1.4725559,25.735012 - parent: 1653 -- proto: BluespaceBeaker - entities: - - uid: 1476 - components: - - type: Transform - pos: 21.201073,4.650565 - parent: 1653 -- proto: BookLeafLoversSecret - entities: - - uid: 1419 - components: - - type: Transform - pos: 6.468939,30.545952 - parent: 1653 - proto: Bookshelf entities: - uid: 1241 @@ -3144,28 +3098,6 @@ entities: - type: Transform pos: 2.5,32.5 parent: 1653 -- proto: BoxBeaker - entities: - - uid: 1484 - components: - - type: Transform - pos: 22.482006,0.7443154 - parent: 1653 -- proto: BoxFolderBlue - entities: - - uid: 776 - components: - - type: Transform - pos: 22.48359,30.550323 - parent: 1653 -- proto: BoxFolderGreen - entities: - - uid: 1201 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.6928706,46.564724 - parent: 1653 - proto: BoxFolderWhite entities: - uid: 1003 @@ -3185,42 +3117,6 @@ entities: rot: -1.5707963267948966 rad pos: 25.322851,13.512466 parent: 1653 -- proto: BoxFolderYellow - entities: - - uid: 1714 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.6459956,46.39285 - parent: 1653 -- proto: BoxMouthSwab - entities: - - uid: 796 - components: - - type: Transform - pos: 14.493081,24.60434 - parent: 1653 -- proto: BriefcaseBrown - entities: - - uid: 1699 - components: - - type: Transform - pos: 18.487843,32.40922 - parent: 1653 -- proto: BungoSeeds - entities: - - uid: 1424 - components: - - type: Transform - pos: 8.531214,35.590054 - parent: 1653 -- proto: CabbageSeeds - entities: - - uid: 1381 - components: - - type: Transform - pos: 16.501123,8.739082 - parent: 1653 - proto: CableApcExtension entities: - uid: 1 @@ -3793,6 +3689,11 @@ entities: - type: Transform pos: 1.5,28.5 parent: 1653 + - uid: 162 + components: + - type: Transform + pos: 2.5,1.5 + parent: 1653 - uid: 165 components: - type: Transform @@ -4803,6 +4704,21 @@ entities: - type: Transform pos: 6.5,2.5 parent: 1653 + - uid: 508 + components: + - type: Transform + pos: 2.5,3.5 + parent: 1653 + - uid: 509 + components: + - type: Transform + pos: 2.5,0.5 + parent: 1653 + - uid: 510 + components: + - type: Transform + pos: 2.5,4.5 + parent: 1653 - uid: 514 components: - type: Transform @@ -4813,6 +4729,11 @@ entities: - type: Transform pos: 11.5,2.5 parent: 1653 + - uid: 527 + components: + - type: Transform + pos: 8.5,31.5 + parent: 1653 - uid: 566 components: - type: Transform @@ -4858,6 +4779,11 @@ entities: - type: Transform pos: 27.5,2.5 parent: 1653 + - uid: 719 + components: + - type: Transform + pos: 5.5,31.5 + parent: 1653 - uid: 736 components: - type: Transform @@ -4923,6 +4849,16 @@ entities: - type: Transform pos: 31.5,2.5 parent: 1653 + - uid: 796 + components: + - type: Transform + pos: 7.5,31.5 + parent: 1653 + - uid: 799 + components: + - type: Transform + pos: 4.5,31.5 + parent: 1653 - uid: 906 components: - type: Transform @@ -5253,6 +5189,11 @@ entities: - type: Transform pos: 35.5,12.5 parent: 1653 + - uid: 1327 + components: + - type: Transform + pos: 10.5,31.5 + parent: 1653 - uid: 1393 components: - type: Transform @@ -5278,6 +5219,11 @@ entities: - type: Transform pos: 21.5,45.5 parent: 1653 + - uid: 1419 + components: + - type: Transform + pos: 11.5,31.5 + parent: 1653 - uid: 1439 components: - type: Transform @@ -5513,11 +5459,6 @@ entities: - type: Transform pos: 29.5,13.5 parent: 1653 - - uid: 1875 - components: - - type: Transform - pos: 4.5,3.5 - parent: 1653 - uid: 1876 components: - type: Transform @@ -5528,31 +5469,16 @@ entities: - type: Transform pos: 4.5,2.5 parent: 1653 - - uid: 1878 - components: - - type: Transform - pos: 4.5,1.5 - parent: 1653 - uid: 1879 components: - type: Transform pos: 0.5,2.5 parent: 1653 - - uid: 1880 - components: - - type: Transform - pos: 4.5,0.5 - parent: 1653 - uid: 1881 components: - type: Transform pos: 2.5,2.5 parent: 1653 - - uid: 1882 - components: - - type: Transform - pos: 4.5,4.5 - parent: 1653 - uid: 1888 components: - type: Transform @@ -5573,25 +5499,10 @@ entities: - type: Transform pos: 16.5,2.5 parent: 1653 - - uid: 1892 - components: - - type: Transform - pos: 3.5,3.5 - parent: 1653 - - uid: 1893 - components: - - type: Transform - pos: 3.5,4.5 - parent: 1653 - - uid: 1894 - components: - - type: Transform - pos: 3.5,1.5 - parent: 1653 - uid: 1895 components: - type: Transform - pos: 3.5,0.5 + pos: 9.5,31.5 parent: 1653 - uid: 1961 components: @@ -5673,6 +5584,11 @@ entities: - type: Transform pos: 51.5,38.5 parent: 1653 + - uid: 2009 + components: + - type: Transform + pos: 6.5,31.5 + parent: 1653 - uid: 2031 components: - type: Transform @@ -5818,6 +5734,11 @@ entities: - type: Transform pos: 41.5,6.5 parent: 1653 + - uid: 2061 + components: + - type: Transform + pos: 3.5,31.5 + parent: 1653 - uid: 2188 components: - type: Transform @@ -5858,39 +5779,37 @@ entities: - type: Transform pos: 8.5,0.5 parent: 1653 -- proto: CableApcStack - entities: - - uid: 824 + - uid: 2240 components: - type: Transform - pos: 6.439933,35.56771 + pos: 2.5,31.5 parent: 1653 - - uid: 1541 + - uid: 2241 components: - type: Transform - pos: 27.694578,8.767019 + pos: 1.5,31.5 parent: 1653 -- proto: CableApcStack10 - entities: - - uid: 171 + - uid: 2242 components: - type: Transform - pos: 4.338315,25.664474 + pos: 0.5,31.5 parent: 1653 - - uid: 733 + - uid: 2243 components: - type: Transform - pos: 4.557065,25.539474 + pos: 6.5,30.5 parent: 1653 - - uid: 814 + - uid: 2244 components: - type: Transform - pos: 6.47894,27.64885 + pos: 6.5,32.5 parent: 1653 - - uid: 817 +- proto: CableApcStack + entities: + - uid: 1541 components: - type: Transform - pos: 6.619565,27.508224 + pos: 27.694578,8.767019 parent: 1653 - proto: CableHV entities: @@ -6221,20 +6140,6 @@ entities: rot: 3.141592653589793 rad pos: 30.5,7.5 parent: 1653 -- proto: CannabisSeeds - entities: - - uid: 905 - components: - - type: Transform - pos: 4.5,18.5 - parent: 1653 -- proto: CarbonDioxideCanister - entities: - - uid: 806 - components: - - type: Transform - pos: 16.5,25.5 - parent: 1653 - proto: CarpetGreen entities: - uid: 271 @@ -6374,13 +6279,6 @@ entities: rot: 3.141592653589793 rad pos: 10.5,7.5 parent: 1653 -- proto: CarrotSeeds - entities: - - uid: 1382 - components: - - type: Transform - pos: 16.641748,8.598457 - parent: 1653 - proto: Catwalk entities: - uid: 560 @@ -6784,6 +6682,12 @@ entities: - type: Transform pos: 48.5,40.5 parent: 1653 + - uid: 1956 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,30.5 + parent: 1653 - proto: ChairFolding entities: - uid: 929 @@ -6907,222 +6811,61 @@ entities: - type: Transform pos: 27.5,14.5 parent: 1653 -- proto: ClosetEmergencyFilledRandom +- proto: ClosetMaintenanceFilledRandom entities: - - uid: 899 + - uid: 745 components: - type: Transform - pos: 4.5,22.5 + pos: 14.5,32.5 parent: 1653 -- proto: ClosetFireFilled +- proto: ClosetSteelBase entities: - - uid: 747 + - uid: 2010 components: - type: Transform - pos: 1.5,40.5 + pos: 30.5,25.5 parent: 1653 - - uid: 900 + - uid: 2012 components: - type: Transform - pos: 3.5,22.5 + pos: 28.5,27.5 parent: 1653 -- proto: ClosetL3ScienceFilled +- proto: ClothingOuterApronBotanist entities: - - uid: 1285 + - uid: 656 components: - type: Transform - pos: 53.5,0.5 + pos: 33.50576,36.565666 parent: 1653 - - uid: 1286 +- proto: ClothingOuterWinterHydro + entities: + - uid: 1077 components: - type: Transform - pos: 54.5,0.5 + pos: 7.484151,6.5991178 parent: 1653 -- proto: ClosetMaintenanceFilledRandom +- proto: ClothingShoeSlippersDuck entities: - - uid: 745 + - uid: 2030 components: - type: Transform - pos: 14.5,32.5 + pos: 13.532652,9.379251 parent: 1653 - - uid: 948 +- proto: ComfyChair + entities: + - uid: 268 components: - type: Transform - pos: 5.5,7.5 + rot: -1.5707963267948966 rad + pos: 4.5,30.5 parent: 1653 - - uid: 954 + - uid: 313 components: - type: Transform - pos: 0.5,7.5 + rot: 1.5707963267948966 rad + pos: 2.5,30.5 parent: 1653 - - uid: 955 - components: - - type: Transform - pos: 0.5,6.5 - parent: 1653 - - uid: 1284 - components: - - type: Transform - pos: 52.5,0.5 - parent: 1653 -- proto: ClosetSteelBase - entities: - - uid: 2010 - components: - - type: Transform - pos: 30.5,25.5 - parent: 1653 - - uid: 2011 - components: - - type: Transform - pos: 28.5,26.5 - parent: 1653 - - uid: 2012 - components: - - type: Transform - pos: 28.5,27.5 - parent: 1653 -- proto: ClosetToolFilled - entities: - - uid: 584 - components: - - type: Transform - pos: 14.5,42.5 - parent: 1653 -- proto: ClothingBackpackDuffelHydroponics - entities: - - uid: 2023 - components: - - type: Transform - pos: 32.47305,27.527536 - parent: 1653 -- proto: ClothingEyesGlassesMeson - entities: - - uid: 591 - components: - - type: Transform - pos: 10.480986,45.607067 - parent: 1653 -- proto: ClothingEyesGlassesThermal - entities: - - uid: 800 - components: - - type: Transform - pos: 6.5116234,25.568321 - parent: 1653 -- proto: ClothingHandsGlovesLeather - entities: - - uid: 719 - components: - - type: Transform - pos: 12.432887,24.48849 - parent: 1653 -- proto: ClothingHeadHatHoodBioVirology - entities: - - uid: 2062 - components: - - type: Transform - pos: 34.71194,26.670929 - parent: 1653 - - uid: 2063 - components: - - type: Transform - pos: 34.321316,26.655304 - parent: 1653 -- proto: ClothingHeadHatWeldingMaskFlame - entities: - - uid: 661 - components: - - type: Transform - pos: 21.418028,36.658634 - parent: 1653 -- proto: ClothingHeadHatWeldingMaskFlameBlue - entities: - - uid: 662 - components: - - type: Transform - pos: 21.605528,36.471134 - parent: 1653 -- proto: ClothingMaskBandBotany - entities: - - uid: 732 - components: - - type: Transform - pos: 12.423744,24.51739 - parent: 1653 -- proto: ClothingOuterApronBotanist - entities: - - uid: 656 - components: - - type: Transform - pos: 33.50576,36.565666 - parent: 1653 -- proto: ClothingOuterBioVirology - entities: - - uid: 2064 - components: - - type: Transform - pos: 34.321316,26.514679 - parent: 1653 - - uid: 2065 - components: - - type: Transform - pos: 34.696316,26.499054 - parent: 1653 -- proto: ClothingOuterWinterHydro - entities: - - uid: 1077 - components: - - type: Transform - pos: 7.484151,6.5991178 - parent: 1653 - - uid: 2060 - components: - - type: Transform - pos: 32.374146,26.80749 - parent: 1653 -- proto: ClothingShoeSlippersDuck - entities: - - uid: 2030 - components: - - type: Transform - pos: 13.532652,9.379251 - parent: 1653 -- proto: ClothingUniformJumpsuitHydroponics - entities: - - uid: 2061 - components: - - type: Transform - pos: 32.54602,26.604364 - parent: 1653 -- proto: CocoaSeeds - entities: - - uid: 829 - components: - - type: Transform - pos: 1.5350559,26.594387 - parent: 1653 -- proto: ComfyChair - entities: - - uid: 268 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,30.5 - parent: 1653 - - uid: 269 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,30.5 - parent: 1653 - - uid: 313 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,30.5 - parent: 1653 - - uid: 619 + - uid: 619 components: - type: Transform rot: 3.141592653589793 rad @@ -7157,12 +6900,6 @@ entities: rot: -1.5707963267948966 rad pos: 16.5,19.5 parent: 1653 - - uid: 982 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,30.5 - parent: 1653 - uid: 987 components: - type: Transform @@ -7440,96 +7177,6 @@ entities: - type: Transform pos: 25.5,2.5 parent: 1653 -- proto: DonkpocketBoxSpawner - entities: - - uid: 962 - components: - - type: Transform - pos: 0.5,9.5 - parent: 1653 -- proto: DrinkGoldenCup - entities: - - uid: 1192 - components: - - type: Transform - pos: 10.500535,32.48345 - parent: 1653 -- proto: DrinkMug - entities: - - uid: 963 - components: - - type: Transform - pos: 1.4545751,10.669063 - parent: 1653 -- proto: DrinkMugDog - entities: - - uid: 452 - components: - - type: Transform - pos: 10.44451,4.54002 - parent: 1653 - - uid: 965 - components: - - type: Transform - pos: 1.4858251,10.465938 - parent: 1653 -- proto: DrinkMugMetal - entities: - - uid: 964 - components: - - type: Transform - pos: 1.6889501,10.590938 - parent: 1653 -- proto: DrinkMugMoebius - entities: - - uid: 466 - components: - - type: Transform - pos: 10.60076,4.711895 - parent: 1653 - - uid: 966 - components: - - type: Transform - pos: 2.173325,10.684688 - parent: 1653 -- proto: DrinkWaterCup - entities: - - uid: 508 - components: - - type: Transform - pos: 20.373915,40.64657 - parent: 1653 - - uid: 509 - components: - - type: Transform - pos: 20.54579,40.724693 - parent: 1653 - - uid: 510 - components: - - type: Transform - pos: 20.592665,40.537193 - parent: 1653 -- proto: Dropper - entities: - - uid: 1471 - components: - - type: Transform - pos: 22.57765,4.50994 - parent: 1653 -- proto: EggplantSeeds - entities: - - uid: 1384 - components: - - type: Transform - pos: 16.626123,7.6609573 - parent: 1653 -- proto: EggySeeds - entities: - - uid: 1383 - components: - - type: Transform - pos: 16.422998,7.8484573 - parent: 1653 - proto: EmergencyLight entities: - uid: 1605 @@ -7555,13 +7202,6 @@ entities: parent: 1653 - type: PointLight enabled: True -- proto: EncryptionKeyService - entities: - - uid: 1205 - components: - - type: Transform - pos: 5.3739185,43.607506 - parent: 1653 - proto: ExtinguisherCabinetFilled entities: - uid: 1287 @@ -7685,27 +7325,6 @@ entities: - type: Transform pos: 21.463976,15.404201 parent: 1653 -- proto: FoodShakerPepper - entities: - - uid: 1327 - components: - - type: Transform - pos: 12.527602,2.6585855 - parent: 1653 -- proto: FoodShakerSalt - entities: - - uid: 1220 - components: - - type: Transform - pos: 12.340102,2.7523355 - parent: 1653 -- proto: FoodSoupChiliCold - entities: - - uid: 1842 - components: - - type: Transform - pos: 41.565323,12.755919 - parent: 1653 - proto: GasCanisterBrokenBase entities: - uid: 287 @@ -7926,27 +7545,6 @@ entities: - type: Transform pos: 20.5,45.5 parent: 1653 -- proto: GunpetInstrument - entities: - - uid: 491 - components: - - type: Transform - pos: 32.456673,4.6502504 - parent: 1653 -- proto: HandLabeler - entities: - - uid: 797 - components: - - type: Transform - pos: 14.461831,28.633146 - parent: 1653 -- proto: HelicopterInstrument - entities: - - uid: 415 - components: - - type: Transform - pos: 31.582432,20.675161 - parent: 1653 - proto: HospitalCurtainsOpen entities: - uid: 270 @@ -8016,47 +7614,14 @@ entities: - type: Transform pos: 21.5,14.5 parent: 1653 -- proto: HydroponicsToolHatchet +- proto: hydroponicsTray entities: - - uid: 1959 + - uid: 159 components: - type: Transform - pos: 26.521053,26.358747 + pos: 22.5,25.5 parent: 1653 -- proto: HydroponicsToolMiniHoe - entities: - - uid: 1378 - components: - - type: Transform - pos: 18.469873,9.442207 - parent: 1653 -- proto: HydroponicsToolScythe - entities: - - uid: 1948 - components: - - type: Transform - pos: 53.545364,38.54707 - parent: 1653 -- proto: HydroponicsToolSpade - entities: - - uid: 1998 - components: - - type: Transform - pos: 37.663628,7.3749332 - parent: 1653 -- proto: hydroponicsTray - entities: - - uid: 159 - components: - - type: Transform - pos: 22.5,25.5 - parent: 1653 - - uid: 160 - components: - - type: Transform - pos: 22.5,26.5 - parent: 1653 - - uid: 417 + - uid: 417 components: - type: Transform rot: 3.141592653589793 rad @@ -8173,11 +7738,6 @@ entities: - type: Transform pos: 26.5,27.5 parent: 1653 - - uid: 1951 - components: - - type: Transform - pos: 26.5,26.5 - parent: 1653 - uid: 1952 components: - type: Transform @@ -8198,11 +7758,6 @@ entities: - type: Transform pos: 24.5,25.5 parent: 1653 - - uid: 1956 - components: - - type: Transform - pos: 24.5,26.5 - parent: 1653 - uid: 1957 components: - type: Transform @@ -8303,18 +7858,6 @@ entities: - type: Transform pos: 50.5,15.5 parent: 1653 -- proto: HydroponicsTrayMachineCircuitboard - entities: - - uid: 168 - components: - - type: Transform - pos: 4.5441585,28.543722 - parent: 1653 - - uid: 170 - components: - - type: Transform - pos: 6.5285335,24.574972 - parent: 1653 - proto: IceCrust entities: - uid: 147 @@ -10558,13 +10101,6 @@ entities: - type: Transform pos: 34.5,15.5 parent: 1653 -- proto: KitchenMicrowave - entities: - - uid: 961 - components: - - type: Transform - pos: 0.5,10.5 - parent: 1653 - proto: KudzuFlowerFriendly entities: - uid: 974 @@ -10599,18 +10135,6 @@ entities: rot: 1.5707963267948966 rad pos: 24.5,32.5 parent: 1653 -- proto: LargeBeaker - entities: - - uid: 1468 - components: - - type: Transform - pos: 21.7339,4.82244 - parent: 1653 - - uid: 1469 - components: - - type: Transform - pos: 21.9839,4.619315 - parent: 1653 - proto: LightTree05 entities: - uid: 125 @@ -10618,36 +10142,27 @@ entities: - type: Transform pos: 19.507784,45.542137 parent: 1653 -- proto: LockerBotanistFilled +- proto: LockerBotanistLoot entities: - - uid: 794 - components: - - type: Transform - pos: 10.5,26.5 - parent: 1653 - - uid: 2009 + - uid: 2027 components: - type: Transform - pos: 30.5,26.5 + pos: 8.5,25.5 parent: 1653 -- proto: LockerBotanistLoot - entities: - - uid: 650 + - uid: 2060 components: - type: Transform - pos: 43.5,40.5 + pos: 10.5,25.5 parent: 1653 - - uid: 1088 + - uid: 2065 components: - type: Transform - pos: 8.5,26.5 + pos: 8.5,27.5 parent: 1653 -- proto: LockerElectricalSuppliesFilled - entities: - - uid: 1533 + - uid: 2248 components: - type: Transform - pos: 27.5,9.5 + pos: 45.5,40.5 parent: 1653 - proto: LockerScienceFilled entities: @@ -10656,21 +10171,6 @@ entities: - type: Transform pos: 14.5,25.5 parent: 1653 -- proto: LockerWeldingSuppliesFilled - entities: - - uid: 1531 - components: - - type: Transform - pos: 31.5,9.5 - parent: 1653 -- proto: LuxuryPen - entities: - - uid: 1328 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 36.487568,15.43374 - parent: 1653 - proto: MachineAPE entities: - uid: 2139 @@ -10732,25 +10232,6 @@ entities: rot: -1.5707963267948966 rad pos: 29.590216,15.590591 parent: 1653 -- proto: MaterialBones1 - entities: - - uid: 2137 - components: - - type: Transform - pos: 49.42443,15.527899 - parent: 1653 - - uid: 2138 - components: - - type: Transform - pos: 49.54943,15.481024 - parent: 1653 -- proto: MaterialWoodPlank - entities: - - uid: 669 - components: - - type: Transform - pos: 20.62062,34.599228 - parent: 1653 - proto: Mirror entities: - uid: 892 @@ -10764,90 +10245,6 @@ entities: rot: -1.5707963267948966 rad pos: 3.5,19.5 parent: 1653 -- proto: ModularGrenade - entities: - - uid: 1634 - components: - - type: Transform - pos: 40.388412,13.373815 - parent: 1653 - - uid: 1635 - components: - - type: Transform - pos: 40.482162,13.57694 - parent: 1653 - - uid: 1636 - components: - - type: Transform - pos: 40.607162,13.405065 - parent: 1653 -- proto: Multitool - entities: - - uid: 1049 - components: - - type: Transform - pos: 27.480967,22.500828 - parent: 1653 -- proto: NettleSeeds - entities: - - uid: 1999 - components: - - type: Transform - pos: 42.384377,9.279519 - parent: 1653 -- proto: OrangeSeeds - entities: - - uid: 819 - components: - - type: Transform - pos: 1.4881809,27.512886 - parent: 1653 -- proto: Paper - entities: - - uid: 490 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.4302826,44.545006 - parent: 1653 - - uid: 1127 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.4302826,44.545006 - parent: 1653 - - uid: 1131 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.4302826,44.545006 - parent: 1653 -- proto: PaperBin5 - entities: - - uid: 785 - components: - - type: Transform - pos: 24.5,31.5 - parent: 1653 - - uid: 1006 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,47.5 - parent: 1653 - - uid: 1707 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,14.5 - parent: 1653 -- proto: PartRodMetal1 - entities: - - uid: 531 - components: - - type: Transform - pos: 33.42354,40.437122 - parent: 1653 - proto: PercentileDie entities: - uid: 744 @@ -10855,20 +10252,6 @@ entities: - type: Transform pos: 17.44835,14.326076 parent: 1653 -- proto: PineappleSeeds - entities: - - uid: 455 - components: - - type: Transform - pos: 33.566967,20.5998 - parent: 1653 -- proto: PlasmaTankFilled - entities: - - uid: 1473 - components: - - type: Transform - pos: 30.568752,4.54119 - parent: 1653 - proto: PlushieDiona entities: - uid: 653 @@ -10943,20 +10326,6 @@ entities: - type: Transform pos: 12.5,28.5 parent: 1653 -- proto: PowerCellHigh - entities: - - uid: 799 - components: - - type: Transform - pos: 16.534313,24.606636 - parent: 1653 -- proto: PowerCellPotato - entities: - - uid: 862 - components: - - type: Transform - pos: 12.315257,39.398518 - parent: 1653 - proto: PowerCellRecharger entities: - uid: 808 @@ -10969,13 +10338,6 @@ entities: - type: Transform pos: 49.5,13.5 parent: 1653 -- proto: PowerDrill - entities: - - uid: 1050 - components: - - type: Transform - pos: 28.512217,21.547703 - parent: 1653 - proto: Poweredlight entities: - uid: 77 @@ -10990,11 +10352,6 @@ entities: rot: 1.5707963267948966 rad pos: 38.5,13.5 parent: 1653 - - uid: 81 - components: - - type: Transform - pos: 6.5,31.5 - parent: 1653 - uid: 123 components: - type: Transform @@ -11131,6 +10488,12 @@ entities: parent: 1653 - type: ApcPowerReceiver powerLoad: 0 + - uid: 848 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,31.5 + parent: 1653 - uid: 932 components: - type: Transform @@ -11286,6 +10649,12 @@ entities: rot: -1.5707963267948966 rad pos: 28.5,14.5 parent: 1653 + - uid: 1875 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,27.5 + parent: 1653 - uid: 1977 components: - type: Transform @@ -11309,17 +10678,11 @@ entities: - type: Transform pos: 33.5,22.5 parent: 1653 - - uid: 2115 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,26.5 - parent: 1653 - - uid: 2116 + - uid: 2063 components: - type: Transform rot: 1.5707963267948966 rad - pos: 32.5,26.5 + pos: 32.5,27.5 parent: 1653 - uid: 2117 components: @@ -11332,11 +10695,10 @@ entities: - type: Transform pos: 42.5,10.5 parent: 1653 - - uid: 2214 + - uid: 2245 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,30.5 + pos: 9.5,32.5 parent: 1653 - proto: PoweredlightCyan entities: @@ -11548,27 +10910,23 @@ entities: parent: 1653 - proto: PoweredSmallLightEmpty entities: - - uid: 737 + - uid: 269 components: - type: Transform rot: -1.5707963267948966 rad - pos: 6.5,25.5 + pos: 22.5,27.5 parent: 1653 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 848 + - uid: 526 components: - type: Transform rot: -1.5707963267948966 rad - pos: 18.5,26.5 + pos: 18.5,27.5 parent: 1653 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 849 + - uid: 737 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,26.5 + rot: -1.5707963267948966 rad + pos: 6.5,25.5 parent: 1653 - type: ApcPowerReceiver powerLoad: 0 @@ -11678,20 +11036,9 @@ entities: - type: Transform pos: 53.5,38.5 parent: 1653 - - uid: 2027 - components: - - type: Transform - pos: 34.5,26.5 - parent: 1653 - proto: Railing entities: - - uid: 527 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,38.5 - parent: 1653 - - uid: 936 + - uid: 936 components: - type: Transform rot: -1.5707963267948966 rad @@ -11702,6 +11049,12 @@ entities: - type: Transform pos: 12.5,19.5 parent: 1653 + - uid: 2062 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,38.5 + parent: 1653 - proto: RailingCornerSmall entities: - uid: 528 @@ -11716,43 +11069,25 @@ entities: rot: 1.5707963267948966 rad pos: 35.5,39.5 parent: 1653 - - uid: 530 - components: - - type: Transform - pos: 35.5,38.5 - parent: 1653 - uid: 943 components: - type: Transform rot: 1.5707963267948966 rad pos: 13.5,19.5 parent: 1653 -- proto: RandomFoodMeal - entities: - - uid: 456 - components: - - type: Transform - pos: 10.5,0.5 - parent: 1653 - - uid: 993 - components: - - type: Transform - pos: 12.5,22.5 - parent: 1653 - - uid: 1314 + - uid: 2247 components: - type: Transform - pos: 4.5,2.5 + rot: -1.5707963267948966 rad + pos: 34.5,38.5 parent: 1653 -- proto: RandomFoodSingle +- proto: RandomInstruments entities: - - uid: 403 + - uid: 1131 components: - type: Transform - pos: 5.5,4.5 + pos: 31.5,20.5 parent: 1653 -- proto: RandomInstruments - entities: - uid: 1248 components: - type: Transform @@ -11775,13 +11110,6 @@ entities: - type: Transform pos: 39.5,0.5 parent: 1653 -- proto: RandomSnacks - entities: - - uid: 994 - components: - - type: Transform - pos: 16.5,18.5 - parent: 1653 - proto: RandomSoap entities: - uid: 898 @@ -11821,29 +11149,32 @@ entities: - type: Transform pos: 41.5,40.5 parent: 1653 -- proto: RandomSpawner100 - entities: - - uid: 1413 + - uid: 1894 components: - type: Transform - pos: 21.5,43.5 + pos: 8.5,31.5 parent: 1653 - - uid: 1456 + - uid: 2115 components: - type: Transform - pos: 17.5,47.5 + pos: 4.5,30.5 + parent: 1653 + - uid: 2246 + components: + - type: Transform + pos: 1.5,31.5 parent: 1653 -- proto: RandomVending +- proto: RandomSpawner100 entities: - - uid: 861 + - uid: 1413 components: - type: Transform - pos: 10.5,22.5 + pos: 21.5,43.5 parent: 1653 - - uid: 934 + - uid: 1456 components: - type: Transform - pos: 16.5,22.5 + pos: 17.5,47.5 parent: 1653 - proto: ReinforcedUraniumWindow entities: @@ -11939,30 +11270,6 @@ entities: - type: Transform pos: 17.5,32.5 parent: 1653 -- proto: RemoteSignaller - entities: - - uid: 1628 - components: - - type: Transform - pos: 42.357162,12.70194 - parent: 1653 - - uid: 1629 - components: - - type: Transform - pos: 42.482162,12.85819 - parent: 1653 - - uid: 1630 - components: - - type: Transform - pos: 42.607162,12.70194 - parent: 1653 -- proto: SalvageCanisterSpawner - entities: - - uid: 802 - components: - - type: Transform - pos: 16.5,26.5 - parent: 1653 - proto: SalvageMaterialCrateSpawner entities: - uid: 2024 @@ -11970,13 +11277,6 @@ entities: - type: Transform pos: 34.5,27.5 parent: 1653 -- proto: Screwdriver - entities: - - uid: 727 - components: - - type: Transform - pos: 4.60394,27.528143 - parent: 1653 - proto: SeedExtractor entities: - uid: 810 @@ -11994,13 +11294,6 @@ entities: - type: Transform pos: 41.5,9.5 parent: 1653 -- proto: SeedExtractorMachineCircuitboard - entities: - - uid: 162 - components: - - type: Transform - pos: 22.515446,28.541763 - parent: 1653 - proto: ShardCrystalCyan entities: - uid: 119 @@ -12019,85 +11312,11 @@ entities: - type: Transform pos: 25.848734,36.330853 parent: 1653 - - uid: 1960 - components: - - type: Transform - pos: 24.499039,26.422136 - parent: 1653 - uid: 2082 components: - type: Transform pos: 32.498764,25.506607 parent: 1653 -- proto: ShardGlass - entities: - - uid: 535 - components: - - type: Transform - pos: 37.501663,39.608997 - parent: 1653 - - uid: 613 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.581089,35.48234 - parent: 1653 - - uid: 1195 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 22.508757,46.601135 - parent: 1653 -- proto: SheetGlass - entities: - - uid: 717 - components: - - type: Transform - pos: 6.41644,28.543768 - parent: 1653 - - uid: 832 - components: - - type: Transform - pos: 4.557065,24.528143 - parent: 1653 - - uid: 844 - components: - - type: Transform - pos: 53.377705,4.600436 - parent: 1653 -- proto: SheetPlasteel1 - entities: - - uid: 288 - components: - - type: Transform - pos: 1.4974408,26.422686 - parent: 1653 -- proto: SheetPlastic - entities: - - uid: 838 - components: - - type: Transform - pos: 10.278141,7.4876976 - parent: 1653 - - uid: 846 - components: - - type: Transform - pos: 6.3194933,22.541233 - parent: 1653 -- proto: SheetRGlass - entities: - - uid: 1112 - components: - - type: Transform - pos: 20.352413,24.551647 - parent: 1653 -- proto: SheetSteel1 - entities: - - uid: 839 - components: - - type: Transform - pos: 14.465876,24.425442 - parent: 1653 - proto: ShuttersWindow entities: - uid: 580 @@ -12177,94 +11396,1106 @@ entities: - uid: 1249 components: - type: Transform - pos: 40.5,3.5 + pos: 40.5,3.5 + parent: 1653 +- proto: SignRedThree + entities: + - uid: 1251 + components: + - type: Transform + pos: 48.5,3.5 + parent: 1653 +- proto: SignRedTwo + entities: + - uid: 1250 + components: + - type: Transform + pos: 40.5,1.5 + parent: 1653 +- proto: SignSecureMed + entities: + - uid: 1154 + components: + - type: Transform + pos: 10.5,13.5 + parent: 1653 +- proto: SignShock + entities: + - uid: 1155 + components: + - type: Transform + pos: 12.5,13.5 + parent: 1653 +- proto: SilverDoor + entities: + - uid: 985 + components: + - type: Transform + pos: 11.5,13.5 + parent: 1653 +- proto: SinkWide + entities: + - uid: 890 + components: + - type: Transform + pos: 1.5,20.5 + parent: 1653 + - uid: 891 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,19.5 + parent: 1653 + - uid: 960 + components: + - type: Transform + pos: 3.5,10.5 + parent: 1653 +- proto: SmartFridge + entities: + - uid: 1458 + components: + - type: Transform + pos: 23.5,4.5 + parent: 1653 +- proto: SMESBasic + entities: + - uid: 262 + components: + - type: Transform + pos: 26.5,20.5 + parent: 1653 + - uid: 539 + components: + - type: Transform + pos: 11.5,45.5 + parent: 1653 + - uid: 1485 + components: + - type: Transform + pos: 28.5,8.5 + parent: 1653 + - uid: 1486 + components: + - type: Transform + pos: 29.5,8.5 + parent: 1653 + - uid: 1487 + components: + - type: Transform + pos: 30.5,8.5 + parent: 1653 +- proto: SpawnDungeonClutterBeakerEmpty + entities: + - uid: 170 + components: + - type: Transform + pos: 22.578753,4.7105246 + parent: 1653 + - uid: 288 + components: + - type: Transform + pos: 20.735003,4.6323996 + parent: 1653 + - uid: 403 + components: + - type: Transform + pos: 22.487473,0.61677456 + parent: 1653 + - uid: 819 + components: + - type: Transform + pos: 21.313128,4.5855246 + parent: 1653 + - uid: 954 + components: + - type: Transform + pos: 22.235003,4.6167746 + parent: 1653 + - uid: 955 + components: + - type: Transform + pos: 22.000628,4.7261496 + parent: 1653 +- proto: SpawnDungeonLootBureaucracy + entities: + - uid: 81 + components: + - type: Transform + pos: 10.518263,32.310562 + parent: 1653 + - uid: 415 + components: + - type: Transform + pos: 24.568518,31.632536 + parent: 1653 + - uid: 452 + components: + - type: Transform + pos: 5.4328747,44.407043 + parent: 1653 + - uid: 455 + components: + - type: Transform + pos: 5.4484997,44.125793 + parent: 1653 + - uid: 456 + components: + - type: Transform + pos: 18.631018,32.398163 + parent: 1653 + - uid: 832 + components: + - type: Transform + pos: 5.3859997,43.57892 + parent: 1653 + - uid: 861 + components: + - type: Transform + pos: 30.753098,4.5073996 + parent: 1653 + - uid: 862 + components: + - type: Transform + pos: 14.480504,28.48407 + parent: 1653 + - uid: 868 + components: + - type: Transform + pos: 10.440138,32.544937 + parent: 1653 + - uid: 963 + components: + - type: Transform + pos: 36.49569,15.514067 + parent: 1653 + - uid: 1006 + components: + - type: Transform + pos: 4.3547497,43.57892 + parent: 1653 + - uid: 1049 + components: + - type: Transform + pos: 3.6516247,43.57892 + parent: 1653 + - uid: 1050 + components: + - type: Transform + pos: 1.4641247,45.688293 + parent: 1653 + - uid: 1078 + components: + - type: Transform + pos: 22.490393,30.64816 + parent: 1653 + - uid: 1112 + components: + - type: Transform + pos: 5.4797497,44.563293 + parent: 1653 + - uid: 1124 + components: + - type: Transform + pos: 35.480064,14.607817 + parent: 1653 + - uid: 1379 + components: + - type: Transform + pos: 1.4328747,46.594543 + parent: 1653 + - uid: 2064 + components: + - type: Transform + pos: 7.502638,30.513687 + parent: 1653 + - uid: 2217 + components: + - type: Transform + pos: 34.448814,15.514067 + parent: 1653 + - uid: 2218 + components: + - type: Transform + pos: 34.948814,15.498442 + parent: 1653 + - uid: 2224 + components: + - type: Transform + pos: 24.990393,31.67941 + parent: 1653 + - uid: 2229 + components: + - type: Transform + pos: 3.5109997,47.563293 + parent: 1653 +- proto: SpawnDungeonLootCanister + entities: + - uid: 584 + components: + - type: Transform + pos: 16.5,25.5 + parent: 1653 + - uid: 1473 + components: + - type: Transform + pos: 16.5,27.5 + parent: 1653 + - uid: 1476 + components: + - type: Transform + pos: 40.5,16.5 + parent: 1653 +- proto: SpawnDungeonLootChems + entities: + - uid: 1168 + components: + - type: Transform + pos: 32.206223,4.5230246 + parent: 1653 +- proto: SpawnDungeonLootCircuitBoard + entities: + - uid: 952 + components: + - type: Transform + pos: 4.503058,28.60907 + parent: 1653 + - uid: 1484 + components: + - type: Transform + pos: 2.6047497,47.563293 + parent: 1653 + - uid: 2025 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.448061,28.526066 + parent: 1653 + - uid: 2223 + components: + - type: Transform + pos: 6.581183,24.562195 + parent: 1653 +- proto: SpawnDungeonLootClutterEngi + entities: + - uid: 491 + components: + - type: Transform + pos: 4.737433,25.60907 + parent: 1653 + - uid: 512 + components: + - type: Transform + pos: 6.503058,25.67157 + parent: 1653 + - uid: 522 + components: + - type: Transform + pos: 4.503058,27.54657 + parent: 1653 + - uid: 531 + components: + - type: Transform + pos: 4.721808,27.780945 + parent: 1653 + - uid: 747 + components: + - type: Transform + pos: 6.471808,27.499695 + parent: 1653 + - uid: 948 + components: + - type: Transform + pos: 6.440558,25.499695 + parent: 1653 + - uid: 965 + components: + - type: Transform + pos: 42.636295,12.625773 + parent: 1653 + - uid: 966 + components: + - type: Transform + pos: 42.355045,12.735148 + parent: 1653 + - uid: 967 + components: + - type: Transform + pos: 42.480045,12.875773 + parent: 1653 + - uid: 1328 + components: + - type: Transform + pos: 4.487433,25.57782 + parent: 1653 +- proto: SpawnDungeonLootClutterHydroponics + entities: + - uid: 160 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.40123,24.586424 + parent: 1653 + - uid: 650 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.573105,24.664549 + parent: 1653 + - uid: 794 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.36998,24.602049 + parent: 1653 + - uid: 834 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.653194,28.13544 + parent: 1653 + - uid: 839 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.38757,28.557316 + parent: 1653 + - uid: 1192 + components: + - type: Transform + pos: 15.14456,32.052025 + parent: 1653 + - uid: 1703 + components: + - type: Transform + pos: 19.472685,30.69265 + parent: 1653 + - uid: 1878 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.4273477,45.6148 + parent: 1653 + - uid: 1951 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.403194,27.66669 + parent: 1653 + - uid: 2011 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.38934,38.48503 + parent: 1653 + - uid: 2116 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.65123,24.664549 + parent: 1653 + - uid: 2137 + components: + - type: Transform + pos: 39.424786,9.088586 + parent: 1653 + - uid: 2138 + components: + - type: Transform + pos: 19.969307,8.854211 + parent: 1653 + - uid: 2214 + components: + - type: Transform + pos: 35.28683,15.295544 + parent: 1653 + - uid: 2232 + components: + - type: Transform + pos: 42.617554,13.561169 + parent: 1653 + - uid: 2236 + components: + - type: Transform + pos: 20.1924,13.848073 + parent: 1653 + - uid: 2237 + components: + - type: Transform + pos: 33.63986,20.553396 + parent: 1653 + - uid: 2238 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.63757,28.744816 + parent: 1653 + - uid: 2249 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.8492227,47.380424 + parent: 1653 + - uid: 2250 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.6617227,46.08355 + parent: 1653 + - uid: 2255 + components: + - type: Transform + pos: 20.6022,48.52105 + parent: 1653 + - uid: 2256 + components: + - type: Transform + pos: 0.43621778,10.024246 + parent: 1653 + - uid: 2257 + components: + - type: Transform + pos: 1.2330928,10.617996 + parent: 1653 + - uid: 2258 + components: + - type: Transform + pos: 2.440703,7.2658243 + parent: 1653 + - uid: 2259 + components: + - type: Transform + pos: 7.830083,7.3908243 + parent: 1653 + - uid: 2261 + components: + - type: Transform + pos: 53.629864,15.631865 + parent: 1653 + - uid: 2262 + components: + - type: Transform + pos: 23.43045,2.4296584 + parent: 1653 + - uid: 2263 + components: + - type: Transform + pos: 30.352325,4.7421584 + parent: 1653 + - uid: 2264 + components: + - type: Transform + pos: 31.74295,0.9296584 + parent: 1653 +- proto: SpawnDungeonLootClutterKitchen + entities: + - uid: 838 + components: + - type: Transform + pos: 12.651115,2.5121582 + parent: 1653 + - uid: 844 + components: + - type: Transform + pos: 12.41674,2.6215332 + parent: 1653 +- proto: SpawnDungeonLootFood + entities: + - uid: 846 + components: + - type: Transform + pos: 41.456974,12.607817 + parent: 1653 + - uid: 953 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,9.5 + parent: 1653 + - uid: 1084 + components: + - type: Transform + pos: 20.377567,40.61003 + parent: 1653 + - uid: 1201 + components: + - type: Transform + pos: 10.576561,0.64632124 + parent: 1653 + - uid: 1205 + components: + - type: Transform + pos: 16.495552,18.596146 + parent: 1653 + - uid: 1220 + components: + - type: Transform + pos: 5.556635,4.5625 + parent: 1653 + - uid: 1257 + components: + - type: Transform + pos: 4.431635,2.609375 + parent: 1653 + - uid: 1277 + components: + - type: Transform + pos: 12.433053,22.58052 + parent: 1653 +- proto: SpawnDungeonLootKitchenTabletop + entities: + - uid: 797 + components: + - type: Transform + pos: 0.5,10.5 + parent: 1653 +- proto: SpawnDungeonLootLockersEngi + entities: + - uid: 727 + components: + - type: Transform + pos: 14.5,42.5 + parent: 1653 + - uid: 961 + components: + - type: Transform + pos: 31.5,9.5 + parent: 1653 + - uid: 962 + components: + - type: Transform + pos: 27.5,9.5 + parent: 1653 +- proto: SpawnDungeonLootLockersGeneral + entities: + - uid: 662 + components: + - type: Transform + pos: 52.5,0.5 + parent: 1653 + - uid: 663 + components: + - type: Transform + pos: 0.5,6.5 + parent: 1653 + - uid: 1470 + components: + - type: Transform + pos: 3.5,6.5 + parent: 1653 + - uid: 1471 + components: + - type: Transform + pos: 3.5,7.5 + parent: 1653 + - uid: 1636 + components: + - type: Transform + pos: 0.5,7.5 + parent: 1653 + - uid: 1647 + components: + - type: Transform + pos: 44.5,4.5 + parent: 1653 +- proto: SpawnDungeonLootLockersProtectiveGear + entities: + - uid: 613 + components: + - type: Transform + pos: 3.5,22.5 + parent: 1653 + - uid: 624 + components: + - type: Transform + pos: 1.5,40.5 + parent: 1653 + - uid: 642 + components: + - type: Transform + pos: 4.5,22.5 + parent: 1653 + - uid: 661 + components: + - type: Transform + pos: 53.5,0.5 + parent: 1653 + - uid: 717 + components: + - type: Transform + pos: 54.5,0.5 + parent: 1653 + - uid: 732 + components: + - type: Transform + pos: 34.5,28.5 + parent: 1653 +- proto: SpawnDungeonLootMaterialsBasicFull + entities: + - uid: 1382 + components: + - type: Transform + pos: 6.471808,28.42157 + parent: 1653 + - uid: 1383 + components: + - type: Transform + pos: 4.518683,24.687195 + parent: 1653 + - uid: 1384 + components: + - type: Transform + pos: 53.51587,4.5073996 + parent: 1653 + - uid: 1468 + components: + - type: Transform + pos: 6.4340506,22.54927 + parent: 1653 + - uid: 1948 + components: + - type: Transform + pos: 31.578455,8.515948 + parent: 1653 + - uid: 2219 + components: + - type: Transform + pos: 6.6371756,22.48677 + parent: 1653 + - uid: 2260 + components: + - type: Transform + pos: 27.429548,8.547074 + parent: 1653 +- proto: SpawnDungeonLootMaterialsBasicSingle + entities: + - uid: 490 + components: + - type: Transform + pos: 5.548265,35.51595 + parent: 1653 + - uid: 1127 + components: + - type: Transform + pos: 32.723152,40.43838 + parent: 1653 + - uid: 1380 + components: + - type: Transform + pos: 6.22014,35.594074 + parent: 1653 + - uid: 1381 + components: + - type: Transform + pos: 22.45877,46.61017 + parent: 1653 + - uid: 2228 + components: + - type: Transform + pos: 37.582527,40.15713 + parent: 1653 +- proto: SpawnDungeonLootMaterialsValuableFull + entities: + - uid: 964 + components: + - type: Transform + pos: 20.544882,34.653225 + parent: 1653 + - uid: 1424 + components: + - type: Transform + pos: 10.458364,7.5208054 + parent: 1653 + - uid: 1469 + components: + - type: Transform + pos: 20.59581,24.60907 + parent: 1653 + - uid: 2221 + components: + - type: Transform + pos: 1.3789663,26.343445 + parent: 1653 + - uid: 2222 + components: + - type: Transform + pos: 1.5977163,26.749695 + parent: 1653 +- proto: SpawnDungeonLootMaterialsValuableSingle + entities: + - uid: 1882 + components: + - type: Transform + pos: 49.337364,15.676198 + parent: 1653 + - uid: 1892 + components: + - type: Transform + pos: 49.54049,15.457448 + parent: 1653 +- proto: SpawnDungeonLootMugs + entities: + - uid: 800 + components: + - type: Transform + pos: 2.2211149,10.534292 + parent: 1653 + - uid: 802 + components: + - type: Transform + pos: 10.69799,4.7152834 + parent: 1653 + - uid: 803 + components: + - type: Transform + pos: 2.6586149,10.643667 + parent: 1653 + - uid: 806 + components: + - type: Transform + pos: 2.0023649,10.737417 + parent: 1653 + - uid: 814 + components: + - type: Transform + pos: 10.401115,4.5277834 + parent: 1653 + - uid: 817 + components: + - type: Transform + pos: 1.6586149,10.471792 + parent: 1653 + - uid: 982 + components: + - type: Transform + pos: 20.768192,40.688156 + parent: 1653 + - uid: 1088 + components: + - type: Transform + pos: 20.611942,40.469406 + parent: 1653 +- proto: SpawnDungeonLootPartsEngi + entities: + - uid: 1285 + components: + - type: Transform + pos: 40.448795,13.313273 + parent: 1653 + - uid: 1286 + components: + - type: Transform + pos: 40.417545,13.547648 + parent: 1653 + - uid: 1314 + components: + - type: Transform + pos: 40.58942,13.438273 + parent: 1653 + - uid: 1531 + components: + - type: Transform + pos: 40.62067,12.625773 + parent: 1653 + - uid: 1533 + components: + - type: Transform + pos: 40.43317,12.547648 + parent: 1653 + - uid: 1628 + components: + - type: Transform + pos: 40.480045,12.813273 + parent: 1653 +- proto: SpawnDungeonLootPowerCell + entities: + - uid: 1195 + components: + - type: Transform + pos: 12.357123,39.50088 + parent: 1653 + - uid: 1893 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.464323,24.536814 + parent: 1653 +- proto: SpawnDungeonLootSeed + entities: + - uid: 105 + components: + - type: Transform + pos: 1.511581,15.545317 + parent: 1653 + - uid: 110 + components: + - type: Transform + pos: 16.358246,8.875323 + parent: 1653 + - uid: 168 + components: + - type: Transform + pos: 16.65512,8.578448 + parent: 1653 + - uid: 171 + components: + - type: Transform + pos: 1.6289663,27.60907 + parent: 1653 + - uid: 466 + components: + - type: Transform + pos: 16.420746,9.578448 + parent: 1653 + - uid: 535 + components: + - type: Transform + pos: 4.3876133,18.64302 + parent: 1653 + - uid: 591 + components: + - type: Transform + pos: 16.71762,9.390948 + parent: 1653 + - uid: 792 + components: + - type: Transform + pos: 1.3789663,25.530945 + parent: 1653 + - uid: 899 + components: + - type: Transform + pos: 33.479237,20.569313 + parent: 1653 + - uid: 905 + components: + - type: Transform + pos: 16.40512,7.9846983 + parent: 1653 + - uid: 934 + components: + - type: Transform + pos: 42.505703,9.218622 + parent: 1653 + - uid: 994 + components: + - type: Transform + pos: 1.4258413,27.39032 + parent: 1653 + - uid: 1409 + components: + - type: Transform + pos: 1.6602163,25.718445 + parent: 1653 + - uid: 1632 + components: + - type: Transform + pos: 8.324282,35.59797 + parent: 1653 + - uid: 1842 + components: + - type: Transform + pos: 45.786953,7.218622 + parent: 1653 + - uid: 1959 + components: + - type: Transform + pos: 16.65512,7.7190733 + parent: 1653 + - uid: 1960 + components: + - type: Transform + pos: 19.37387,7.0940733 + parent: 1653 + - uid: 2220 + components: + - type: Transform + pos: 4.5907383,18.48677 + parent: 1653 +- proto: SpawnDungeonLootSpesos + entities: + - uid: 2141 + components: + - type: Transform + pos: 11.152621,14.732817 + parent: 1653 + - uid: 2216 + components: + - type: Transform + pos: 11.402621,14.560942 + parent: 1653 + - uid: 2225 + components: + - type: Transform + pos: 8.714907,35.53547 + parent: 1653 + - uid: 2226 + components: + - type: Transform + pos: 3.3711562,30.738594 + parent: 1653 + - uid: 2227 + components: + - type: Transform + pos: 3.5586562,30.59797 + parent: 1653 + - uid: 2230 + components: + - type: Transform + pos: 9.18618,25.491379 + parent: 1653 + - uid: 2231 + components: + - type: Transform + pos: 30.274536,25.974041 + parent: 1653 + - uid: 2233 + components: + - type: Transform + pos: 48.559433,4.345504 + parent: 1653 + - uid: 2234 + components: + - type: Transform + pos: 48.606308,4.579879 + parent: 1653 + - uid: 2235 + components: + - type: Transform + pos: 48.481308,4.626754 + parent: 1653 + - uid: 2239 + components: + - type: Transform + pos: 32.403194,28.10419 + parent: 1653 +- proto: SpawnDungeonLootToolsAdvancedEngineering + entities: + - uid: 785 + components: + - type: Transform + pos: 20.498007,36.5126 + parent: 1653 + - uid: 968 + components: + - type: Transform + pos: 28.449821,21.564896 + parent: 1653 + - uid: 1197 + components: + - type: Transform + pos: 27.465446,22.564896 + parent: 1653 +- proto: SpawnDungeonLootToolsBasicEngineering + entities: + - uid: 733 + components: + - type: Transform + pos: 10.509762,45.57892 + parent: 1653 + - uid: 776 + components: + - type: Transform + pos: 21.404257,36.559475 + parent: 1653 + - uid: 1840 + components: + - type: Transform + pos: 21.669882,36.4501 + parent: 1653 +- proto: SpawnDungeonLootToolsHydroponics + entities: + - uid: 824 + components: + - type: Transform + pos: 18.31137,9.562823 + parent: 1653 + - uid: 829 + components: + - type: Transform + pos: 18.608246,9.672198 + parent: 1653 + - uid: 900 + components: + - type: Transform + pos: 26.50313,26.29657 + parent: 1653 + - uid: 928 + components: + - type: Transform + pos: 53.541756,38.679924 parent: 1653 -- proto: SignRedThree - entities: - - uid: 1251 + - uid: 993 components: - type: Transform - pos: 48.5,3.5 + pos: 37.505703,7.421747 parent: 1653 -- proto: SignRedTwo - entities: - - uid: 1250 + - uid: 1378 components: - type: Transform - pos: 40.5,1.5 + pos: 24.59688,27.35907 parent: 1653 -- proto: SignSecureMed +- proto: SpawnDungeonVendomatsRecreational entities: - - uid: 1154 + - uid: 463 components: - type: Transform - pos: 10.5,13.5 + pos: 7.5,35.5 parent: 1653 -- proto: SignShock - entities: - - uid: 1155 + - uid: 1278 components: - type: Transform - pos: 12.5,13.5 + pos: 16.5,22.5 parent: 1653 -- proto: SilverDoor - entities: - - uid: 985 + - uid: 1284 components: - type: Transform - pos: 11.5,13.5 + pos: 10.5,22.5 parent: 1653 -- proto: SinkWide - entities: - - uid: 890 + - uid: 1629 components: - type: Transform - pos: 1.5,20.5 + pos: 10.5,18.5 parent: 1653 - - uid: 891 + - uid: 1630 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,19.5 + pos: 38.5,4.5 parent: 1653 - - uid: 960 + - uid: 1631 components: - type: Transform - pos: 3.5,10.5 + pos: 29.5,38.5 parent: 1653 -- proto: SmartFridge - entities: - - uid: 1458 + - uid: 1633 components: - type: Transform - pos: 23.5,4.5 + pos: 8.5,10.5 parent: 1653 -- proto: SMESBasic - entities: - - uid: 262 + - uid: 1634 components: - type: Transform - pos: 26.5,20.5 + pos: 37.5,4.5 parent: 1653 - - uid: 539 + - uid: 1635 components: - type: Transform - pos: 11.5,45.5 + pos: 7.5,10.5 parent: 1653 - - uid: 1485 + - uid: 1699 components: - type: Transform - pos: 28.5,8.5 + pos: 11.5,4.5 parent: 1653 - - uid: 1486 + - uid: 1707 components: - type: Transform - pos: 29.5,8.5 + pos: 21.5,40.5 parent: 1653 - - uid: 1487 + - uid: 1714 components: - type: Transform - pos: 30.5,8.5 + pos: 9.5,10.5 parent: 1653 - proto: SteelBench entities: @@ -12312,6 +12543,18 @@ entities: rot: -1.5707963267948966 rad pos: 9.5,35.5 parent: 1653 + - uid: 669 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.4790325,7.6301804 + parent: 1653 + - uid: 686 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.4634075,6.6145554 + parent: 1653 - uid: 787 components: - type: Transform @@ -12359,18 +12602,6 @@ entities: rot: -1.5707963267948966 rad pos: 2.5,6.5 parent: 1653 - - uid: 952 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,6.5 - parent: 1653 - - uid: 953 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,7.5 - parent: 1653 - uid: 1269 components: - type: Transform @@ -12401,18 +12632,6 @@ entities: rot: -1.5707963267948966 rad pos: 30.5,28.5 parent: 1653 -- proto: StorageCanister - entities: - - uid: 803 - components: - - type: Transform - pos: 16.5,27.5 - parent: 1653 - - uid: 1647 - components: - - type: Transform - pos: 40.5,16.5 - parent: 1653 - proto: SubstationBasic entities: - uid: 559 @@ -12432,13 +12651,6 @@ entities: - type: Transform pos: 29.5,9.5 parent: 1653 -- proto: SurveillanceWirelessCameraAnchoredCircuitboard - entities: - - uid: 1197 - components: - - type: Transform - pos: 2.4925566,47.576256 - parent: 1653 - proto: Table entities: - uid: 145 @@ -12501,10 +12713,10 @@ entities: - type: Transform pos: 37.5,40.5 parent: 1653 - - uid: 526 + - uid: 530 components: - type: Transform - pos: 35.5,38.5 + pos: 32.5,28.5 parent: 1653 - uid: 589 components: @@ -12676,10 +12888,11 @@ entities: - type: Transform pos: 25.5,13.5 parent: 1653 - - uid: 2025 + - uid: 2023 components: - type: Transform - pos: 32.5,26.5 + rot: -1.5707963267948966 rad + pos: 34.5,38.5 parent: 1653 - uid: 2026 components: @@ -12712,11 +12925,6 @@ entities: rot: 3.141592653589793 rad pos: 4.5,43.5 parent: 1653 - - uid: 868 - components: - - type: Transform - pos: 6.5,30.5 - parent: 1653 - uid: 969 components: - type: Transform @@ -13021,23 +13229,6 @@ entities: rot: 1.5707963267948966 rad pos: 45.5,1.5 parent: 1653 -- proto: TimerTrigger - entities: - - uid: 1631 - components: - - type: Transform - pos: 40.404037,12.592565 - parent: 1653 - - uid: 1632 - components: - - type: Transform - pos: 40.575912,12.73319 - parent: 1653 - - uid: 1633 - components: - - type: Transform - pos: 40.654037,12.48319 - parent: 1653 - proto: ToiletEmpty entities: - uid: 889 @@ -13053,10 +13244,10 @@ entities: - type: Transform pos: 0.5,18.5 parent: 1653 - - uid: 1084 + - uid: 1880 components: - type: Transform - pos: 8.512666,27.639019 + pos: 10.31355,27.742674 parent: 1653 - uid: 2028 components: @@ -13161,49 +13352,6 @@ entities: rot: 3.141592653589793 rad pos: 44.5,13.5 parent: 1653 -- proto: VendingMachineCigs - entities: - - uid: 928 - components: - - type: Transform - pos: 10.5,18.5 - parent: 1653 - - uid: 1278 - components: - - type: Transform - pos: 37.5,4.5 - parent: 1653 -- proto: VendingMachineCoffee - entities: - - uid: 522 - components: - - type: Transform - pos: 29.5,38.5 - parent: 1653 - - uid: 642 - components: - - type: Transform - pos: 7.5,35.5 - parent: 1653 - - uid: 968 - components: - - type: Transform - pos: 8.5,10.5 - parent: 1653 -- proto: VendingMachineCola - entities: - - uid: 1277 - components: - - type: Transform - pos: 38.5,4.5 - parent: 1653 -- proto: VendingMachineHydrobe - entities: - - uid: 1409 - components: - - type: Transform - pos: 9.5,10.5 - parent: 1653 - proto: VendingMachineWinter entities: - uid: 1329 @@ -13642,6 +13790,12 @@ entities: rot: 1.5707963267948966 rad pos: 13.5,13.5 parent: 1653 + - uid: 849 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,30.5 + parent: 1653 - uid: 1330 components: - type: Transform @@ -13911,11 +14065,6 @@ entities: rot: -1.5707963267948966 rad pos: 47.5,4.5 parent: 1653 - - uid: 1703 - components: - - type: Transform - pos: 6.5,32.5 - parent: 1653 - uid: 1704 components: - type: Transform @@ -13958,21 +14107,11 @@ entities: - type: Transform pos: 16.5,32.5 parent: 1653 - - uid: 834 - components: - - type: Transform - pos: 14.5,26.5 - parent: 1653 - uid: 835 components: - type: Transform pos: 14.5,27.5 parent: 1653 - - uid: 1168 - components: - - type: Transform - pos: 5.5,6.5 - parent: 1653 - uid: 2007 components: - type: Transform @@ -13983,30 +14122,6 @@ entities: - type: Transform pos: 30.5,27.5 parent: 1653 -- proto: WardrobeMixedFilled - entities: - - uid: 1257 - components: - - type: Transform - pos: 44.5,4.5 - parent: 1653 -- proto: WaterCooler - entities: - - uid: 463 - components: - - type: Transform - pos: 11.5,4.5 - parent: 1653 - - uid: 512 - components: - - type: Transform - pos: 21.5,40.5 - parent: 1653 - - uid: 967 - components: - - type: Transform - pos: 7.5,10.5 - parent: 1653 - proto: WaterTankFull entities: - uid: 1372 @@ -14031,13 +14146,6 @@ entities: - type: Transform pos: 19.5,15.5 parent: 1653 -- proto: Welder - entities: - - uid: 663 - components: - - type: Transform - pos: 20.605528,36.564884 - parent: 1653 - proto: WeldingFuelTankFull entities: - uid: 881 @@ -14130,6 +14238,29 @@ entities: rot: 3.141592653589793 rad pos: 29.5,27.5 parent: 1653 + - uid: 2251 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,44.5 + parent: 1653 + - uid: 2252 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,47.5 + parent: 1653 + - uid: 2253 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,46.5 + parent: 1653 + - uid: 2254 + components: + - type: Transform + pos: 4.5,43.5 + parent: 1653 - proto: WindoorSecure entities: - uid: 691 @@ -14302,6 +14433,18 @@ entities: - type: Transform pos: 2.5,8.5 parent: 1653 + - uid: 1998 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,7.5 + parent: 1653 + - uid: 1999 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,6.5 + parent: 1653 - proto: WindowReinforcedDirectional entities: - uid: 76 diff --git a/Resources/Maps/_NF/Dungeon/cave_factory.yml b/Resources/Maps/_NF/Dungeon/cave_factory.yml index d030513cb9a..ceebab0f3ab 100644 --- a/Resources/Maps/_NF/Dungeon/cave_factory.yml +++ b/Resources/Maps/_NF/Dungeon/cave_factory.yml @@ -11,15 +11,15 @@ tilemap: 63: FloorLino 65: FloorMetalDiamond 78: FloorReinforced - 83: FloorShuttleOrange - 90: FloorSteel - 100: FloorSteelMini - 101: FloorSteelMono - 105: FloorTechMaint - 109: FloorWhite - 113: FloorWhiteMini - 119: FloorWood - 122: Plating + 85: FloorShuttleOrange + 92: FloorSteel + 102: FloorSteelMini + 103: FloorSteelMono + 107: FloorTechMaint + 111: FloorWhite + 115: FloorWhiteMini + 121: FloorWood + 125: Plating entities: - proto: "" entities: @@ -35,83 +35,83 @@ entities: chunks: -1,-1: ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAA version: 6 0,0: ind: 0,0 - tiles: WgAAAAABWgAAAAACWgAAAAAAWgAAAAADWgAAAAABWgAAAAACegAAAAAAFwAAAAABFwAAAAAEFwAAAAAEegAAAAAAWgAAAAACWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAADWgAAAAAAegAAAAAAWgAAAAACegAAAAAAegAAAAAAWgAAAAAAWgAAAAABFwAAAAAGFwAAAAAGFwAAAAAEWgAAAAABWgAAAAADegAAAAAAWgAAAAADegAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAADWgAAAAADWgAAAAABWgAAAAACIwAAAAAAHgAAAAABFwAAAAACHgAAAAAAIwAAAAAAWgAAAAACWgAAAAADWgAAAAAAegAAAAAAWgAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAWgAAAAABFwAAAAACFwAAAAAEFwAAAAAEWgAAAAABaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAFwAAAAAAFwAAAAADFwAAAAAGegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAHgAAAAABHgAAAAAAHgAAAAADFwAAAAAEFwAAAAABFwAAAAACFwAAAAAEFwAAAAAFHgAAAAACHgAAAAACHgAAAAABUwAAAAAAZQAAAAACWgAAAAAAZQAAAAAAegAAAAAAHgAAAAACIwAAAAADegAAAAAAFwAAAAADFwAAAAAEFwAAAAAGFwAAAAABFwAAAAADegAAAAAAIwAAAAACHgAAAAABUwAAAAAAZAAAAAADZAAAAAABZAAAAAACegAAAAAAHgAAAAAAIwAAAAADegAAAAAAFwAAAAABFwAAAAADFwAAAAAGFwAAAAACFwAAAAAFegAAAAAAIwAAAAAAHgAAAAAAUwAAAAAAZAAAAAAAZAAAAAAAZAAAAAADWgAAAAABHgAAAAAAIwAAAAABegAAAAAAFwAAAAAFFwAAAAACFwAAAAADFwAAAAACFwAAAAAFegAAAAAAIwAAAAACHgAAAAADUwAAAAAAZAAAAAAAZAAAAAAAZAAAAAABegAAAAAAHgAAAAACHgAAAAAAHgAAAAABFwAAAAAAFwAAAAABFwAAAAACFwAAAAABFwAAAAACHgAAAAABHgAAAAACHgAAAAADUwAAAAAAZQAAAAACWgAAAAACZQAAAAACegAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAHgAAAAAAHgAAAAADegAAAAAAHgAAAAABegAAAAAAHgAAAAADHgAAAAACUwAAAAAAaQAAAAAAegAAAAAAdwAAAAACdwAAAAACdwAAAAACdwAAAAADdwAAAAABUwAAAAAAHgAAAAAAHgAAAAADHgAAAAACHgAAAAAAHgAAAAABHgAAAAADHgAAAAACUwAAAAAAaQAAAAAAegAAAAAAdwAAAAACdwAAAAABdwAAAAABdwAAAAABdwAAAAACUwAAAAAAHgAAAAABHgAAAAACFwAAAAAFFwAAAAACFwAAAAADHgAAAAABHgAAAAAAUwAAAAAAaQAAAAAAegAAAAAAdwAAAAACdwAAAAAAdwAAAAACdwAAAAABdwAAAAADUwAAAAAAHgAAAAAAHgAAAAABHgAAAAACHgAAAAADHgAAAAAAHgAAAAACHgAAAAACUwAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAdwAAAAADUwAAAAAA + tiles: XAAAAAABXAAAAAACXAAAAAAAXAAAAAADXAAAAAABXAAAAAACfQAAAAAAFwAAAAABFwAAAAAEFwAAAAAEfQAAAAAAXAAAAAACXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAADXAAAAAAAfQAAAAAAXAAAAAACfQAAAAAAfQAAAAAAXAAAAAAAXAAAAAABFwAAAAAGFwAAAAAGFwAAAAAEXAAAAAABXAAAAAADfQAAAAAAXAAAAAADfQAAAAAAfQAAAAAAXAAAAAADXAAAAAADXAAAAAADXAAAAAADXAAAAAABXAAAAAACIwAAAAAAHgAAAAABFwAAAAACHgAAAAAAIwAAAAAAXAAAAAACXAAAAAADXAAAAAAAfQAAAAAAXAAAAAAAawAAAAAAawAAAAAAfQAAAAAAfQAAAAAAawAAAAAAawAAAAAAXAAAAAABFwAAAAACFwAAAAAEFwAAAAAEXAAAAAABawAAAAAAfQAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAfQAAAAAAawAAAAAAawAAAAAAawAAAAAAfQAAAAAAFwAAAAAAFwAAAAADFwAAAAAGfQAAAAAAawAAAAAAawAAAAAAawAAAAAAfQAAAAAAfQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAHgAAAAABHgAAAAAAHgAAAAADFwAAAAAEFwAAAAABFwAAAAACFwAAAAAEFwAAAAAFHgAAAAACHgAAAAACHgAAAAABVQAAAAAAZwAAAAACXAAAAAAAZwAAAAAAfQAAAAAAHgAAAAACIwAAAAADfQAAAAAAFwAAAAADFwAAAAAEFwAAAAAGFwAAAAABFwAAAAADfQAAAAAAIwAAAAACHgAAAAABVQAAAAAAZgAAAAADZgAAAAABZgAAAAACfQAAAAAAHgAAAAAAIwAAAAADfQAAAAAAFwAAAAABFwAAAAADFwAAAAAGFwAAAAACFwAAAAAFfQAAAAAAIwAAAAAAHgAAAAAAVQAAAAAAZgAAAAAAZgAAAAAAZgAAAAADXAAAAAABHgAAAAAAIwAAAAABfQAAAAAAFwAAAAAFFwAAAAACFwAAAAADFwAAAAACFwAAAAAFfQAAAAAAIwAAAAACHgAAAAADVQAAAAAAZgAAAAAAZgAAAAAAZgAAAAABfQAAAAAAHgAAAAACHgAAAAAAHgAAAAABFwAAAAAAFwAAAAABFwAAAAACFwAAAAABFwAAAAACHgAAAAABHgAAAAACHgAAAAADVQAAAAAAZwAAAAACXAAAAAACZwAAAAACfQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAHgAAAAAAHgAAAAADfQAAAAAAHgAAAAABfQAAAAAAHgAAAAADHgAAAAACVQAAAAAAawAAAAAAfQAAAAAAeQAAAAACeQAAAAACeQAAAAACeQAAAAADeQAAAAABVQAAAAAAHgAAAAAAHgAAAAADHgAAAAACHgAAAAAAHgAAAAABHgAAAAADHgAAAAACVQAAAAAAawAAAAAAfQAAAAAAeQAAAAACeQAAAAABeQAAAAABeQAAAAABeQAAAAACVQAAAAAAHgAAAAABHgAAAAACFwAAAAAFFwAAAAACFwAAAAADHgAAAAABHgAAAAAAVQAAAAAAawAAAAAAfQAAAAAAeQAAAAACeQAAAAAAeQAAAAACeQAAAAABeQAAAAADVQAAAAAAHgAAAAAAHgAAAAABHgAAAAACHgAAAAADHgAAAAAAHgAAAAACHgAAAAACVQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAeQAAAAADVQAAAAAA version: 6 0,1: ind: 0,1 - tiles: HgAAAAADHgAAAAADegAAAAAAHgAAAAACegAAAAAAHgAAAAADHgAAAAABUwAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAdwAAAAABUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAHgAAAAABHgAAAAAAHgAAAAAAHgAAAAADHgAAAAACUwAAAAAAWgAAAAACWgAAAAAAWgAAAAAAWgAAAAADWgAAAAABUwAAAAAAaQAAAAAAegAAAAAAWgAAAAAAaQAAAAAAHgAAAAABegAAAAAAFwAAAAADegAAAAAAHgAAAAACUwAAAAAAWgAAAAAAZAAAAAACZAAAAAADZAAAAAABWgAAAAACUwAAAAAAaQAAAAAAaQAAAAAAWgAAAAADegAAAAAAHgAAAAACFwAAAAACFwAAAAAFFwAAAAADHgAAAAADUwAAAAAAWgAAAAABZAAAAAADZAAAAAACZAAAAAABWgAAAAAAUwAAAAAAWgAAAAADWgAAAAAAWgAAAAADWgAAAAABHgAAAAAAegAAAAAAFwAAAAAAegAAAAAAHgAAAAADUwAAAAAAWgAAAAAAZAAAAAABZAAAAAADZAAAAAADWgAAAAAAUwAAAAAAaQAAAAAAaQAAAAAAWgAAAAABWgAAAAACHgAAAAAAHgAAAAACHgAAAAABHgAAAAABHgAAAAADUwAAAAAAWgAAAAACWgAAAAACWgAAAAABWgAAAAAAWgAAAAABUwAAAAAAaQAAAAAAaQAAAAAAWgAAAAADWgAAAAADUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAHgAAAAACHgAAAAADHgAAAAAAUwAAAAAAaQAAAAAAaQAAAAAAegAAAAAAUwAAAAAAcQAAAAAAcQAAAAAAcQAAAAADUwAAAAAAWgAAAAACWgAAAAABZQAAAAABUwAAAAAAHgAAAAADFwAAAAADHgAAAAABUwAAAAAAegAAAAAAegAAAAAAegAAAAAAUwAAAAAAcQAAAAAAcQAAAAABcQAAAAADUwAAAAAAWgAAAAADWgAAAAAAZQAAAAADUwAAAAAAHgAAAAAAFwAAAAACHgAAAAACUwAAAAAAegAAAAAAegAAAAAAegAAAAAAUwAAAAAAcQAAAAAAcQAAAAADcQAAAAADUwAAAAAAWgAAAAADWgAAAAACWgAAAAACUwAAAAAAHgAAAAABFwAAAAADHgAAAAACUwAAAAAAegAAAAAAegAAAAAAegAAAAAAUwAAAAAAcQAAAAACcQAAAAAAcQAAAAABUwAAAAAAZQAAAAABWgAAAAAAWgAAAAABUwAAAAAAHgAAAAAAHgAAAAADHgAAAAAAUwAAAAAAegAAAAAAaQAAAAAAegAAAAAAUwAAAAAAcQAAAAAAcQAAAAACcQAAAAACUwAAAAAAZQAAAAACWgAAAAABWgAAAAABUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAHgAAAAACHgAAAAABFwAAAAABFwAAAAAGFwAAAAAEFwAAAAABFwAAAAADFwAAAAAAFwAAAAAAFwAAAAAGFwAAAAAGHgAAAAAAHgAAAAAAUwAAAAAAWgAAAAAAWgAAAAACHgAAAAADHgAAAAADHgAAAAAAFwAAAAAGFwAAAAADFwAAAAABFwAAAAABFwAAAAAAFwAAAAADFwAAAAABHgAAAAABHgAAAAAAHgAAAAADUwAAAAAAaQAAAAAAegAAAAAA + tiles: HgAAAAADHgAAAAADfQAAAAAAHgAAAAACfQAAAAAAHgAAAAADHgAAAAABVQAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAfQAAAAAAeQAAAAABVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAHgAAAAABHgAAAAAAHgAAAAAAHgAAAAADHgAAAAACVQAAAAAAXAAAAAACXAAAAAAAXAAAAAAAXAAAAAADXAAAAAABVQAAAAAAawAAAAAAfQAAAAAAXAAAAAAAawAAAAAAHgAAAAABfQAAAAAAFwAAAAADfQAAAAAAHgAAAAACVQAAAAAAXAAAAAAAZgAAAAACZgAAAAADZgAAAAABXAAAAAACVQAAAAAAawAAAAAAawAAAAAAXAAAAAADfQAAAAAAHgAAAAACFwAAAAACFwAAAAAFFwAAAAADHgAAAAADVQAAAAAAXAAAAAABZgAAAAADZgAAAAACZgAAAAABXAAAAAAAVQAAAAAAXAAAAAADXAAAAAAAXAAAAAADXAAAAAABHgAAAAAAfQAAAAAAFwAAAAAAfQAAAAAAHgAAAAADVQAAAAAAXAAAAAAAZgAAAAABZgAAAAADZgAAAAADXAAAAAAAVQAAAAAAawAAAAAAawAAAAAAXAAAAAABXAAAAAACHgAAAAAAHgAAAAACHgAAAAABHgAAAAABHgAAAAADVQAAAAAAXAAAAAACXAAAAAACXAAAAAABXAAAAAAAXAAAAAABVQAAAAAAawAAAAAAawAAAAAAXAAAAAADXAAAAAADVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAHgAAAAACHgAAAAADHgAAAAAAVQAAAAAAawAAAAAAawAAAAAAfQAAAAAAVQAAAAAAcwAAAAAAcwAAAAAAcwAAAAADVQAAAAAAXAAAAAACXAAAAAABZwAAAAABVQAAAAAAHgAAAAADFwAAAAADHgAAAAABVQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAVQAAAAAAcwAAAAAAcwAAAAABcwAAAAADVQAAAAAAXAAAAAADXAAAAAAAZwAAAAADVQAAAAAAHgAAAAAAFwAAAAACHgAAAAACVQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAVQAAAAAAcwAAAAAAcwAAAAADcwAAAAADVQAAAAAAXAAAAAADXAAAAAACXAAAAAACVQAAAAAAHgAAAAABFwAAAAADHgAAAAACVQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAVQAAAAAAcwAAAAACcwAAAAAAcwAAAAABVQAAAAAAZwAAAAABXAAAAAAAXAAAAAABVQAAAAAAHgAAAAAAHgAAAAADHgAAAAAAVQAAAAAAfQAAAAAAawAAAAAAfQAAAAAAVQAAAAAAcwAAAAAAcwAAAAACcwAAAAACVQAAAAAAZwAAAAACXAAAAAABXAAAAAABVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAHgAAAAACHgAAAAABFwAAAAABFwAAAAAGFwAAAAAEFwAAAAABFwAAAAADFwAAAAAAFwAAAAAAFwAAAAAGFwAAAAAGHgAAAAAAHgAAAAAAVQAAAAAAXAAAAAAAXAAAAAACHgAAAAADHgAAAAADHgAAAAAAFwAAAAAGFwAAAAADFwAAAAABFwAAAAABFwAAAAAAFwAAAAADFwAAAAABHgAAAAABHgAAAAAAHgAAAAADVQAAAAAAawAAAAAAfQAAAAAA version: 6 0,-1: ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAA version: 6 -1,0: ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAA version: 6 -1,1: ind: -1,1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAA version: 6 1,-1: ind: 1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAA version: 6 1,0: ind: 1,0 - tiles: WgAAAAABUwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAHgAAAAAAHgAAAAADHgAAAAACHgAAAAACHgAAAAABHgAAAAAAHgAAAAADHgAAAAACegAAAAAAWgAAAAABUwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAHgAAAAADHgAAAAAAHgAAAAABHgAAAAADHgAAAAACHgAAAAACHgAAAAACHgAAAAADegAAAAAAWgAAAAABUwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAIwAAAAABHgAAAAACHgAAAAAAHgAAAAADHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAADHgAAAAABegAAAAAAUwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAHgAAAAAAHgAAAAADHgAAAAADHgAAAAACHgAAAAADHgAAAAACHgAAAAABHgAAAAABegAAAAAAaQAAAAAAUwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAHgAAAAABHgAAAAACHgAAAAADHgAAAAABHgAAAAABHgAAAAABHgAAAAADHgAAAAABegAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAWgAAAAACWgAAAAABWgAAAAAAegAAAAAAZQAAAAAAWgAAAAACZQAAAAABUwAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAAAWgAAAAACWgAAAAACegAAAAAAZAAAAAAAZAAAAAABZAAAAAAAUwAAAAAATgAAAAAAegAAAAAAIwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAABWgAAAAACZAAAAAABZAAAAAAAZAAAAAAAUwAAAAAATgAAAAAAegAAAAAAKwAAAAAAegAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAABegAAAAAAZAAAAAACZAAAAAADZAAAAAACUwAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAACWgAAAAAAegAAAAAAZQAAAAAAWgAAAAACZQAAAAADUwAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAWgAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAABWgAAAAADWgAAAAAAUwAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAUwAAAAAAWgAAAAADZAAAAAABZAAAAAADZAAAAAADZAAAAAAAZAAAAAADWgAAAAABUwAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAWgAAAAACegAAAAAAUwAAAAAAWgAAAAACZAAAAAAAZAAAAAAAZAAAAAAAZAAAAAABZAAAAAACWgAAAAACUwAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAaQAAAAAAUwAAAAAAWgAAAAACZAAAAAADZAAAAAACZAAAAAADZAAAAAAAZAAAAAAAWgAAAAAAUwAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAWgAAAAABegAAAAAAUwAAAAAA + tiles: XAAAAAABVQAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAfQAAAAAAHgAAAAAAHgAAAAADHgAAAAACHgAAAAACHgAAAAABHgAAAAAAHgAAAAADHgAAAAACfQAAAAAAXAAAAAABVQAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAfQAAAAAAHgAAAAADHgAAAAAAHgAAAAABHgAAAAADHgAAAAACHgAAAAACHgAAAAACHgAAAAADfQAAAAAAXAAAAAABVQAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAIwAAAAABHgAAAAACHgAAAAAAHgAAAAADHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAADHgAAAAABfQAAAAAAVQAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAfQAAAAAAHgAAAAAAHgAAAAADHgAAAAADHgAAAAACHgAAAAADHgAAAAACHgAAAAABHgAAAAABfQAAAAAAawAAAAAAVQAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAfQAAAAAAHgAAAAABHgAAAAACHgAAAAADHgAAAAABHgAAAAABHgAAAAABHgAAAAADHgAAAAABfQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAXAAAAAACXAAAAAABXAAAAAAAfQAAAAAAZwAAAAAAXAAAAAACZwAAAAABVQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAXAAAAAAAXAAAAAACXAAAAAACfQAAAAAAZgAAAAAAZgAAAAABZgAAAAAAVQAAAAAATgAAAAAAfQAAAAAAIwAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAXAAAAAACXAAAAAAAXAAAAAABXAAAAAACZgAAAAABZgAAAAAAZgAAAAAAVQAAAAAATgAAAAAAfQAAAAAAKwAAAAAAfQAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAfQAAAAAAXAAAAAACXAAAAAACXAAAAAABfQAAAAAAZgAAAAACZgAAAAADZgAAAAACVQAAAAAATgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAIwAAAAAAfQAAAAAAfQAAAAAAXAAAAAAAXAAAAAACXAAAAAAAfQAAAAAAZwAAAAAAXAAAAAACZwAAAAADVQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAXAAAAAAAXAAAAAADXAAAAAABXAAAAAAAXAAAAAABXAAAAAADXAAAAAAAVQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAVQAAAAAAXAAAAAADZgAAAAABZgAAAAADZgAAAAADZgAAAAAAZgAAAAADXAAAAAABVQAAAAAAawAAAAAAfQAAAAAAawAAAAAAawAAAAAAawAAAAAAXAAAAAACfQAAAAAAVQAAAAAAXAAAAAACZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAABZgAAAAACXAAAAAACVQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAXAAAAAAAawAAAAAAVQAAAAAAXAAAAAACZgAAAAADZgAAAAACZgAAAAADZgAAAAAAZgAAAAAAXAAAAAAAVQAAAAAAawAAAAAAfQAAAAAAawAAAAAAawAAAAAAawAAAAAAXAAAAAABfQAAAAAAVQAAAAAA version: 6 1,1: ind: 1,1 - tiles: WgAAAAABWgAAAAADWgAAAAABWgAAAAADWgAAAAAAWgAAAAAAWgAAAAACUwAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAaQAAAAAAUwAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAABWgAAAAABUwAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAUwAAAAAAHgAAAAABIwAAAAABaQAAAAAAUwAAAAAAWgAAAAADZAAAAAADZAAAAAACZAAAAAAAWgAAAAACUwAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAUwAAAAAAIwAAAAACegAAAAAAWgAAAAACUwAAAAAAWgAAAAABZAAAAAACZAAAAAADZAAAAAACWgAAAAAAUwAAAAAAegAAAAAAWgAAAAADegAAAAAAWgAAAAADegAAAAAAUwAAAAAAHgAAAAABegAAAAAAWgAAAAABUwAAAAAAWgAAAAAAZAAAAAACZAAAAAADZAAAAAAAWgAAAAADUwAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAUwAAAAAAIwAAAAADegAAAAAAWgAAAAACUwAAAAAAWgAAAAABWgAAAAADWgAAAAAAWgAAAAACWgAAAAADUwAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAUwAAAAAAHgAAAAACIwAAAAADUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAWgAAAAAAWgAAAAAAWgAAAAACUwAAAAAAaQAAAAAAegAAAAAAaQAAAAAAUwAAAAAAaQAAAAAAegAAAAAAegAAAAAAUwAAAAAAWgAAAAADWgAAAAACZQAAAAADUwAAAAAAWgAAAAACWgAAAAADWgAAAAAAUwAAAAAAaQAAAAAAegAAAAAAaQAAAAAAUwAAAAAAegAAAAAAegAAAAAAaQAAAAAAUwAAAAAAWgAAAAACWgAAAAAAZQAAAAABUwAAAAAAWgAAAAADWgAAAAADWgAAAAAAUwAAAAAAWgAAAAADWgAAAAAAWgAAAAABUwAAAAAAWgAAAAACWgAAAAACWgAAAAACUwAAAAAAWgAAAAAAWgAAAAABWgAAAAAAUwAAAAAAZQAAAAABWgAAAAAAZQAAAAACUwAAAAAAaQAAAAAAegAAAAAAaQAAAAAAUwAAAAAAaQAAAAAAegAAAAAAegAAAAAAUwAAAAAAZQAAAAACWgAAAAAAWgAAAAAAUwAAAAAAZQAAAAAAWgAAAAAAZQAAAAABUwAAAAAAaQAAAAAAegAAAAAAaQAAAAAAUwAAAAAAaQAAAAAAegAAAAAAaQAAAAAAUwAAAAAAZQAAAAABWgAAAAACWgAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAWgAAAAACWgAAAAACWgAAAAAAWgAAAAAAWgAAAAABWgAAAAAAWgAAAAADWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAACUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAA + tiles: XAAAAAABXAAAAAADXAAAAAABXAAAAAADXAAAAAAAXAAAAAAAXAAAAAACVQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAawAAAAAAVQAAAAAAXAAAAAACXAAAAAACXAAAAAACXAAAAAABXAAAAAABVQAAAAAAfQAAAAAAawAAAAAAawAAAAAAawAAAAAAfQAAAAAAVQAAAAAAHgAAAAABIwAAAAABawAAAAAAVQAAAAAAXAAAAAADZgAAAAADZgAAAAACZgAAAAAAXAAAAAACVQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAVQAAAAAAIwAAAAACfQAAAAAAXAAAAAACVQAAAAAAXAAAAAABZgAAAAACZgAAAAADZgAAAAACXAAAAAAAVQAAAAAAfQAAAAAAXAAAAAADfQAAAAAAXAAAAAADfQAAAAAAVQAAAAAAHgAAAAABfQAAAAAAXAAAAAABVQAAAAAAXAAAAAAAZgAAAAACZgAAAAADZgAAAAAAXAAAAAADVQAAAAAAfQAAAAAAawAAAAAAawAAAAAAawAAAAAAfQAAAAAAVQAAAAAAIwAAAAADfQAAAAAAXAAAAAACVQAAAAAAXAAAAAABXAAAAAADXAAAAAAAXAAAAAACXAAAAAADVQAAAAAAfQAAAAAAawAAAAAAawAAAAAAawAAAAAAfQAAAAAAVQAAAAAAHgAAAAACIwAAAAADVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAXAAAAAAAXAAAAAAAXAAAAAACVQAAAAAAawAAAAAAfQAAAAAAawAAAAAAVQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAVQAAAAAAXAAAAAADXAAAAAACZwAAAAADVQAAAAAAXAAAAAACXAAAAAADXAAAAAAAVQAAAAAAawAAAAAAfQAAAAAAawAAAAAAVQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAVQAAAAAAXAAAAAACXAAAAAAAZwAAAAABVQAAAAAAXAAAAAADXAAAAAADXAAAAAAAVQAAAAAAXAAAAAADXAAAAAAAXAAAAAABVQAAAAAAXAAAAAACXAAAAAACXAAAAAACVQAAAAAAXAAAAAAAXAAAAAABXAAAAAAAVQAAAAAAZwAAAAABXAAAAAAAZwAAAAACVQAAAAAAawAAAAAAfQAAAAAAawAAAAAAVQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAVQAAAAAAZwAAAAACXAAAAAAAXAAAAAAAVQAAAAAAZwAAAAAAXAAAAAAAZwAAAAABVQAAAAAAawAAAAAAfQAAAAAAawAAAAAAVQAAAAAAawAAAAAAfQAAAAAAawAAAAAAVQAAAAAAZwAAAAABXAAAAAACXAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAXAAAAAACXAAAAAACXAAAAAAAXAAAAAAAXAAAAAABXAAAAAAAXAAAAAADXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAACVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAA version: 6 -1,2: ind: -1,2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAA version: 6 -1,3: ind: -1,3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,2: ind: 0,2 - tiles: HgAAAAABHgAAAAABFwAAAAADFwAAAAAEFwAAAAAFFwAAAAAAFwAAAAAFFwAAAAABFwAAAAACFwAAAAAGFwAAAAADHgAAAAAAHgAAAAAAUwAAAAAAaQAAAAAAaQAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAUwAAAAAAdwAAAAADdwAAAAABdwAAAAADegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAUwAAAAAAdwAAAAABdwAAAAABdwAAAAACWgAAAAABaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAUwAAAAAAdwAAAAABdwAAAAAAdwAAAAADegAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAHgAAAAACFwAAAAAFFwAAAAAGFwAAAAAGFwAAAAAEFwAAAAADHgAAAAAAUwAAAAAAHgAAAAACTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAHgAAAAACUwAAAAAAHgAAAAABFwAAAAAEFwAAAAAGFwAAAAAEFwAAAAACFwAAAAACHgAAAAACUwAAAAAAHgAAAAADTgAAAAAANwAAAAAANwAAAAAANwAAAAAATgAAAAAAHgAAAAABUwAAAAAAHgAAAAACFwAAAAACFwAAAAAEFwAAAAAFFwAAAAABFwAAAAADHgAAAAABUwAAAAAAHgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAHgAAAAABUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAFwAAAAAAFwAAAAAAegAAAAAAIwAAAAABegAAAAAAFwAAAAAEFwAAAAAGUwAAAAAAbQAAAAABbQAAAAAAbQAAAAAAbQAAAAADbQAAAAABbQAAAAAAbQAAAAAAUwAAAAAAFwAAAAAAFwAAAAACFwAAAAAFHgAAAAABFwAAAAAEFwAAAAADFwAAAAAFUwAAAAAAbQAAAAABbQAAAAAAegAAAAAAbQAAAAABegAAAAAAbQAAAAABbQAAAAADUwAAAAAAegAAAAAAFwAAAAAEFwAAAAAGFwAAAAAAFwAAAAAFFwAAAAAAegAAAAAAUwAAAAAAIwAAAAABIwAAAAADIwAAAAAAaQAAAAAAIwAAAAACIwAAAAABIwAAAAACUwAAAAAAIwAAAAACHgAAAAAAFwAAAAAEFwAAAAADFwAAAAAGHgAAAAABIwAAAAAAUwAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAUwAAAAAAegAAAAAAFwAAAAADFwAAAAADFwAAAAAGFwAAAAAGFwAAAAADegAAAAAAUwAAAAAAIwAAAAABIwAAAAACIwAAAAACaQAAAAAAIwAAAAAAIwAAAAADIwAAAAADUwAAAAAAFwAAAAAEFwAAAAAFFwAAAAABHgAAAAADFwAAAAAGFwAAAAAAFwAAAAABUwAAAAAAQQAAAAAAQQAAAAAAIwAAAAABaQAAAAAAIwAAAAADQQAAAAAAQQAAAAAAUwAAAAAA + tiles: HgAAAAABHgAAAAABFwAAAAADFwAAAAAEFwAAAAAFFwAAAAAAFwAAAAAFFwAAAAABFwAAAAACFwAAAAAGFwAAAAADHgAAAAAAHgAAAAAAVQAAAAAAawAAAAAAawAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAawAAAAAAfQAAAAAAawAAAAAAawAAAAAAawAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAVQAAAAAAeQAAAAADeQAAAAABeQAAAAADfQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAawAAAAAAVQAAAAAAeQAAAAABeQAAAAABeQAAAAACXAAAAAABawAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAawAAAAAAfQAAAAAAawAAAAAAawAAAAAAVQAAAAAAeQAAAAABeQAAAAAAeQAAAAADfQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAHgAAAAACFwAAAAAFFwAAAAAGFwAAAAAGFwAAAAAEFwAAAAADHgAAAAAAVQAAAAAAHgAAAAACTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAHgAAAAACVQAAAAAAHgAAAAABFwAAAAAEFwAAAAAGFwAAAAAEFwAAAAACFwAAAAACHgAAAAACVQAAAAAAHgAAAAADTgAAAAAANwAAAAAANwAAAAAANwAAAAAATgAAAAAAHgAAAAABVQAAAAAAHgAAAAACFwAAAAACFwAAAAAEFwAAAAAFFwAAAAABFwAAAAADHgAAAAABVQAAAAAAHgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAHgAAAAABVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAFwAAAAAAFwAAAAAAfQAAAAAAIwAAAAABfQAAAAAAFwAAAAAEFwAAAAAGVQAAAAAAbwAAAAABbwAAAAAAbwAAAAAAbwAAAAADbwAAAAABbwAAAAAAbwAAAAAAVQAAAAAAFwAAAAAAFwAAAAACFwAAAAAFHgAAAAABFwAAAAAEFwAAAAADFwAAAAAFVQAAAAAAbwAAAAABbwAAAAAAfQAAAAAAbwAAAAABfQAAAAAAbwAAAAABbwAAAAADVQAAAAAAfQAAAAAAFwAAAAAEFwAAAAAGFwAAAAAAFwAAAAAFFwAAAAAAfQAAAAAAVQAAAAAAIwAAAAABIwAAAAADIwAAAAAAawAAAAAAIwAAAAACIwAAAAABIwAAAAACVQAAAAAAIwAAAAACHgAAAAAAFwAAAAAEFwAAAAADFwAAAAAGHgAAAAABIwAAAAAAVQAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAVQAAAAAAfQAAAAAAFwAAAAADFwAAAAADFwAAAAAGFwAAAAAGFwAAAAADfQAAAAAAVQAAAAAAIwAAAAABIwAAAAACIwAAAAACawAAAAAAIwAAAAAAIwAAAAADIwAAAAADVQAAAAAAFwAAAAAEFwAAAAAFFwAAAAABHgAAAAADFwAAAAAGFwAAAAAAFwAAAAABVQAAAAAAQQAAAAAAQQAAAAAAIwAAAAABawAAAAAAIwAAAAADQQAAAAAAQQAAAAAAVQAAAAAA version: 6 0,3: ind: 0,3 - tiles: FwAAAAADFwAAAAABegAAAAAAIwAAAAACegAAAAAAFwAAAAAEFwAAAAADUwAAAAAAQQAAAAAAQQAAAAAAIwAAAAAAaQAAAAAAIwAAAAAAQQAAAAAAQQAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: FwAAAAADFwAAAAABfQAAAAAAIwAAAAACfQAAAAAAFwAAAAAEFwAAAAADVQAAAAAAQQAAAAAAQQAAAAAAIwAAAAAAawAAAAAAIwAAAAAAQQAAAAAAQQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 1,2: ind: 1,2 - tiles: aQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAZAAAAAABZAAAAAADZAAAAAAAegAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAUwAAAAAAHgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZAAAAAAAZAAAAAADZAAAAAACWgAAAAACdwAAAAACdwAAAAABdwAAAAABUwAAAAAAHgAAAAACegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAZAAAAAADZAAAAAADZAAAAAAAegAAAAAAdwAAAAACdwAAAAABdwAAAAADUwAAAAAAHgAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAWgAAAAABWgAAAAADWgAAAAACWgAAAAACWgAAAAADWgAAAAACWgAAAAABUwAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAUwAAAAAAWgAAAAABZAAAAAADZAAAAAAAZAAAAAABZAAAAAADZAAAAAAAWgAAAAACUwAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAUwAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAAAWgAAAAAAWgAAAAABWgAAAAAAUwAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAUwAAAAAAWgAAAAACWgAAAAACWgAAAAADWgAAAAABWgAAAAAAWgAAAAACWgAAAAABUwAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAUwAAAAAAWgAAAAADWgAAAAABegAAAAAAWgAAAAAAegAAAAAAWgAAAAADWgAAAAADUwAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAUwAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAUwAAAAAAaQAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADaQAAAAAAUwAAAAAAIwAAAAACIwAAAAABIwAAAAAAIwAAAAACIwAAAAAAIwAAAAABIwAAAAAAUwAAAAAAaQAAAAAAWgAAAAADaQAAAAAAaQAAAAAAaQAAAAAAWgAAAAABaQAAAAAAUwAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAUwAAAAAAaQAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAWgAAAAAAaQAAAAAAUwAAAAAAWgAAAAABWgAAAAABegAAAAAAWgAAAAADegAAAAAAWgAAAAABWgAAAAABUwAAAAAA + tiles: awAAAAAAawAAAAAAawAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAZgAAAAABZgAAAAADZgAAAAAAfQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAVQAAAAAAHgAAAAADfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAZgAAAAAAZgAAAAADZgAAAAACXAAAAAACeQAAAAACeQAAAAABeQAAAAABVQAAAAAAHgAAAAACfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAawAAAAAAawAAAAAAfQAAAAAAZgAAAAADZgAAAAADZgAAAAAAfQAAAAAAeQAAAAACeQAAAAABeQAAAAADVQAAAAAAHgAAAAAAfQAAAAAAfQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAXAAAAAABXAAAAAADXAAAAAACXAAAAAACXAAAAAADXAAAAAACXAAAAAABVQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAVQAAAAAAXAAAAAABZgAAAAADZgAAAAAAZgAAAAABZgAAAAADZgAAAAAAXAAAAAACVQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAVQAAAAAAXAAAAAADXAAAAAADXAAAAAACXAAAAAAAXAAAAAAAXAAAAAABXAAAAAAAVQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAawAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAVQAAAAAAXAAAAAACXAAAAAACXAAAAAADXAAAAAABXAAAAAAAXAAAAAACXAAAAAABVQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAVQAAAAAAXAAAAAADXAAAAAABfQAAAAAAXAAAAAAAfQAAAAAAXAAAAAADXAAAAAADVQAAAAAAawAAAAAAfQAAAAAAawAAAAAAfQAAAAAAawAAAAAAfQAAAAAAawAAAAAAVQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAVQAAAAAAawAAAAAAXAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAXAAAAAADawAAAAAAVQAAAAAAIwAAAAACIwAAAAABIwAAAAAAIwAAAAACIwAAAAAAIwAAAAABIwAAAAAAVQAAAAAAawAAAAAAXAAAAAADawAAAAAAawAAAAAAawAAAAAAXAAAAAABawAAAAAAVQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAVQAAAAAAawAAAAAAXAAAAAABfQAAAAAAfQAAAAAAfQAAAAAAXAAAAAAAawAAAAAAVQAAAAAAXAAAAAABXAAAAAABfQAAAAAAXAAAAAADfQAAAAAAXAAAAAABXAAAAAABVQAAAAAA version: 6 1,3: ind: 1,3 - tiles: aQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAUwAAAAAAWgAAAAAAWgAAAAAAWgAAAAADWgAAAAADWgAAAAAAWgAAAAADWgAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: awAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAVQAAAAAAXAAAAAAAXAAAAAAAXAAAAAADXAAAAAADXAAAAAAAXAAAAAADXAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 2,-1: ind: 2,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 2,0: ind: 2,0 - tiles: ZQAAAAACZQAAAAABWgAAAAADUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZQAAAAAAZQAAAAACWgAAAAABUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAADHgAAAAADWgAAAAACUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZQAAAAABZQAAAAAAWgAAAAABUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZQAAAAABZQAAAAABWgAAAAADUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAADegAAAAAATgAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKwAAAAAAegAAAAAATgAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: ZwAAAAACZwAAAAABXAAAAAADVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZwAAAAAAZwAAAAACXAAAAAABVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAADHgAAAAADXAAAAAACVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZwAAAAABZwAAAAAAXAAAAAABVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZwAAAAABZwAAAAABXAAAAAADVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAADfQAAAAAATgAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKwAAAAAAfQAAAAAATgAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAATgAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 2,1: ind: 2,1 - tiles: UwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAADIwAAAAADHgAAAAACUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAIwAAAAABUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAHgAAAAADUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAIwAAAAADUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAAAIwAAAAADHgAAAAABUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAACHgAAAAACIwAAAAADUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAACHgAAAAAAIwAAAAADUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAADIwAAAAACIwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAABHgAAAAADHgAAAAACUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: VQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAADIwAAAAADHgAAAAACVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAIwAAAAABVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAHgAAAAADVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAIwAAAAADVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAAAIwAAAAADHgAAAAABVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAACHgAAAAACIwAAAAADVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAACHgAAAAAAIwAAAAADVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAADIwAAAAACIwAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAABHgAAAAADHgAAAAACVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 2,2: ind: 2,2 - tiles: UwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAHgAAAAACUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAHgAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAHgAAAAACUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: VQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAHgAAAAACVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAHgAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAHgAAAAACVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 2,3: ind: 2,3 - tiles: UwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: VQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - type: GridPathfinding - type: Gravity @@ -3127,15 +3127,11 @@ entities: entities: - uid: 1109 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 15.5,35.5 parent: 1 - uid: 1110 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 19.5,35.5 parent: 1 @@ -3143,8 +3139,6 @@ entities: entities: - uid: 1510 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 19.5,43.5 parent: 1 @@ -3179,15 +3173,11 @@ entities: entities: - uid: 1816 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 27.5,44.5 parent: 1 - uid: 1817 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 27.5,46.5 parent: 1 @@ -3302,83 +3292,21 @@ entities: entities: - uid: 1595 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 26.5,7.5 parent: 1 - uid: 1596 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 29.5,9.5 parent: 1 - uid: 1597 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 32.5,7.5 parent: 1 -- proto: BoxFolderBlack - entities: - - uid: 727 - components: - - type: Transform - pos: 10.690479,19.262342 - parent: 1 - - uid: 1943 - components: - - type: Transform - pos: 19.375683,1.6482089 - parent: 1 -- proto: BoxFolderGrey - entities: - - uid: 726 - components: - - type: Transform - pos: 7.2148314,22.575037 - parent: 1 - - uid: 1942 - components: - - type: Transform - pos: 20.03422,1.5311357 - parent: 1 -- proto: BoxFolderYellow - entities: - - uid: 322 - components: - - type: Transform - pos: 10.732327,19.013432 - parent: 1 - - uid: 1941 - components: - - type: Transform - pos: 20.268366,1.7067454 - parent: 1 -- proto: BoxMouthSwab - entities: - - uid: 1471 - components: - - type: Transform - pos: 12.356534,44.605965 - parent: 1 -- proto: BoxSterileMask - entities: - - uid: 1472 - components: - - type: Transform - pos: 12.683106,44.705303 - parent: 1 - proto: BrokenBottle entities: - - uid: 1686 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 25.063513,27.520548 - parent: 1 - uid: 1876 components: - type: Transform @@ -6554,98 +6482,21 @@ entities: parent: 1 - proto: CableApcStack1 entities: - - uid: 250 - components: - - type: Transform - pos: 27.600769,0.794665 - parent: 1 - - uid: 562 - components: - - type: Transform - pos: 22.55855,28.419258 - parent: 1 - - uid: 596 - components: - - type: Transform - pos: 22.324404,24.702185 - parent: 1 - - uid: 600 - components: - - type: Transform - pos: 22.500013,24.672916 - parent: 1 - uid: 614 components: - type: Transform pos: 24.727789,25.131104 parent: 1 - - uid: 615 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 25.942423,28.6433 - parent: 1 - uid: 619 components: - type: Transform pos: 24.610716,24.706713 parent: 1 - - uid: 635 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.566813,28.233543 - parent: 1 - uid: 655 components: - type: Transform pos: 16.273203,19.650417 parent: 1 - - uid: 802 - components: - - type: Transform - pos: 25.391014,0.8824698 - parent: 1 - - uid: 803 - components: - - type: Transform - pos: 25.537354,0.8824698 - parent: 1 - - uid: 810 - components: - - type: Transform - pos: 25.303207,3.9702747 - parent: 1 - - uid: 811 - components: - - type: Transform - pos: 27.5715,3.9410064 - parent: 1 - - uid: 812 - components: - - type: Transform - pos: 27.351988,3.8971043 - parent: 1 - - uid: 813 - components: - - type: Transform - pos: 27.395891,0.98490906 - parent: 1 - - uid: 1638 - components: - - type: Transform - pos: 24.421375,43.458683 - parent: 1 - - uid: 1639 - components: - - type: Transform - pos: 24.596985,43.195267 - parent: 1 - - uid: 1640 - components: - - type: Transform - pos: 30.421375,47.702587 - parent: 1 - uid: 1641 components: - type: Transform @@ -6657,27 +6508,6 @@ entities: rot: -1.5707963267948966 rad pos: 26.13357,48.49283 parent: 1 - - uid: 1648 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 30.333569,42.726974 - parent: 1 - - uid: 1892 - components: - - type: Transform - pos: 14.64135,48.323936 - parent: 1 - - uid: 1893 - components: - - type: Transform - pos: 14.480375,48.601986 - parent: 1 - - uid: 1903 - components: - - type: Transform - pos: 14.2754965,48.338573 - parent: 1 - proto: CableHV entities: - uid: 462 @@ -6988,18 +6818,6 @@ entities: rot: 3.141592653589793 rad pos: 20.5,45.5 parent: 1 -- proto: CapacitorStockPart - entities: - - uid: 1655 - components: - - type: Transform - pos: 24.714058,43.61966 - parent: 1 - - uid: 1661 - components: - - type: Transform - pos: 24.596985,43.458683 - parent: 1 - proto: CarpetOrange entities: - uid: 1111 @@ -7813,13 +7631,6 @@ entities: - type: Transform pos: 28.5,47.5 parent: 1 -- proto: Cautery - entities: - - uid: 1469 - components: - - type: Transform - pos: 8.533231,42.775993 - parent: 1 - proto: Chair entities: - uid: 23 @@ -8029,69 +7840,6 @@ entities: - type: Transform pos: 7.4719925,36.539555 parent: 1 -- proto: ClosetEmergencyFilledRandom - entities: - - uid: 1198 - components: - - type: Transform - pos: 12.5,30.5 - parent: 1 - - uid: 1199 - components: - - type: Transform - pos: 0.5,32.5 - parent: 1 - - uid: 1200 - components: - - type: Transform - pos: 9.5,9.5 - parent: 1 - - uid: 1202 - components: - - type: Transform - pos: 1.5,7.5 - parent: 1 -- proto: ClosetFireFilled - entities: - - uid: 1189 - components: - - type: Transform - pos: 1.5,9.5 - parent: 1 - - uid: 1190 - components: - - type: Transform - pos: 9.5,7.5 - parent: 1 - - uid: 1191 - components: - - type: Transform - pos: 6.5,40.5 - parent: 1 - - uid: 1192 - components: - - type: Transform - pos: 0.5,38.5 - parent: 1 -- proto: ClosetRadiationSuitFilled - entities: - - uid: 546 - components: - - type: Transform - pos: 12.5,27.5 - parent: 1 -- proto: ClosetToolFilled - entities: - - uid: 318 - components: - - type: Transform - pos: 16.5,22.5 - parent: 1 - - uid: 1002 - components: - - type: Transform - pos: 14.5,30.5 - parent: 1 - proto: ClosetWallMaintenanceFilledRandom entities: - uid: 499 @@ -8123,25 +7871,6 @@ entities: - type: Transform pos: 12.473012,6.5343294 parent: 1 -- proto: ClothingEyesGlassesMeson - entities: - - uid: 549 - components: - - type: Transform - pos: 18.585484,25.637018 - parent: 1 - - uid: 1103 - components: - - type: Transform - pos: 25.666832,30.643515 - parent: 1 -- proto: ClothingHandsGlovesColorYellow - entities: - - uid: 1908 - components: - - type: Transform - pos: 19.384867,18.550463 - parent: 1 - proto: ClothingHandsGlovesNitrile entities: - uid: 1709 @@ -8149,13 +7878,6 @@ entities: - type: Transform pos: 10.432637,44.476112 parent: 1 -- proto: ClothingHeadHatFedoraBrown - entities: - - uid: 578 - components: - - type: Transform - pos: 12.686508,13.58602 - parent: 1 - proto: ClothingHeadHatSurgcapPurple entities: - uid: 1705 @@ -8170,46 +7892,6 @@ entities: - type: Transform pos: 34.666565,24.66942 parent: 1 -- proto: ClothingMaskGasAtmos - entities: - - uid: 553 - components: - - type: Transform - pos: 12.649642,25.680922 - parent: 1 -- proto: ClothingNeckTieDet - entities: - - uid: 574 - components: - - type: Transform - pos: 12.714905,13.486683 - parent: 1 -- proto: ClothingOuterCoatDetective - entities: - - uid: 575 - components: - - type: Transform - pos: 13.396446,12.479115 - parent: 1 -- proto: ClothingOuterWinterAtmos - entities: - - uid: 563 - components: - - type: Transform - pos: 12.664276,24.51019 - parent: 1 - - uid: 756 - components: - - type: Transform - pos: 22.44645,6.8017826 - parent: 1 -- proto: ClothingShoesBootsMag - entities: - - uid: 844 - components: - - type: Transform - pos: 18.2928,25.549213 - parent: 1 - proto: ClothingUniformJumpskirtColorMaroon entities: - uid: 1708 @@ -8217,18 +7899,6 @@ entities: - type: Transform pos: 10.673761,44.53288 parent: 1 -- proto: ClothingUniformJumpsuitAtmosCasual - entities: - - uid: 260 - components: - - type: Transform - pos: 22.680597,6.6554413 - parent: 1 - - uid: 460 - components: - - type: Transform - pos: 12.386227,24.58336 - parent: 1 - proto: ClothingUniformJumpsuitColorMaroon entities: - uid: 1707 @@ -8584,13 +8254,6 @@ entities: - type: Transform pos: 14.5,44.5 parent: 1 -- proto: DisposalMachineFrame - entities: - - uid: 823 - components: - - type: Transform - pos: 24.5,3.5 - parent: 1 - proto: DisposalUnit entities: - uid: 550 @@ -8632,11 +8295,6 @@ entities: - type: Transform pos: 16.5,13.5 parent: 1 - - uid: 722 - components: - - type: Transform - pos: 18.5,21.5 - parent: 1 - proto: DoorElectronics entities: - uid: 1069 @@ -8657,32 +8315,6 @@ entities: - type: Transform pos: 13.5,34.5 parent: 1 -- proto: DrinkDetFlask - entities: - - uid: 1572 - components: - - type: Transform - pos: 12.606661,13.037249 - parent: 1 -- proto: DrinkMugMetal - entities: - - uid: 1289 - components: - - type: Transform - pos: 22.442232,12.514399 - parent: 1 -- proto: DrinkMugRed - entities: - - uid: 720 - components: - - type: Transform - pos: 22.448559,18.561966 - parent: 1 - - uid: 1288 - components: - - type: Transform - pos: 22.328642,12.741456 - parent: 1 - proto: DrinkShinyFlask entities: - uid: 1868 @@ -8690,18 +8322,6 @@ entities: - type: Transform pos: 6.890398,22.663696 parent: 1 -- proto: DrinkShotGlass - entities: - - uid: 579 - components: - - type: Transform - pos: 12.412022,12.535878 - parent: 1 - - uid: 580 - components: - - type: Transform - pos: 12.539811,12.748745 - parent: 1 - proto: DrinkVacuumFlask entities: - uid: 1946 @@ -8716,16 +8336,6 @@ entities: - type: Transform pos: 18.373508,18.661304 parent: 1 - - uid: 761 - components: - - type: Transform - pos: 6.313587,19.590261 - parent: 1 - - uid: 762 - components: - - type: Transform - pos: 6.441377,19.419968 - parent: 1 - proto: EmergencyLight entities: - uid: 279 @@ -9036,32 +8646,6 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight -- proto: EmergencyRollerBed - entities: - - uid: 1136 - components: - - type: Transform - pos: 30.5,25.5 - parent: 1 - - uid: 1137 - components: - - type: Transform - pos: 30.5,24.5 - parent: 1 -- proto: EngineeringTechFabCircuitboard - entities: - - uid: 257 - components: - - type: Transform - pos: 32.53965,8.556057 - parent: 1 -- proto: ExosuitFabricator - entities: - - uid: 1900 - components: - - type: Transform - pos: 13.5,48.5 - parent: 1 - proto: ExtinguisherCabinetFilled entities: - uid: 864 @@ -9189,32 +8773,6 @@ entities: - type: Transform pos: 1.0221081,43.43039 parent: 1 -- proto: FoodPlateSmallPlastic - entities: - - uid: 529 - components: - - type: Transform - pos: 17.462528,12.615073 - parent: 1 -- proto: ForkPlastic - entities: - - uid: 531 - components: - - type: Transform - pos: 17.405733,12.600882 - parent: 1 -- proto: GasAnalyzer - entities: - - uid: 764 - components: - - type: Transform - pos: 22.29328,10.577737 - parent: 1 - - uid: 1938 - components: - - type: Transform - pos: 19.624464,3.6238194 - parent: 1 - proto: GasCanisterBrokenBase entities: - uid: 3 @@ -9395,13 +8953,6 @@ entities: rot: 1.5707963267948966 rad pos: 31.5,36.5 parent: 1 -- proto: GatfruitSeeds - entities: - - uid: 949 - components: - - type: Transform - pos: 8.523222,24.511005 - parent: 1 - proto: Gauze entities: - uid: 1477 @@ -9416,36 +8967,11 @@ entities: - type: Transform pos: 12.604239,6.685885 parent: 1 - - uid: 1571 - components: - - type: Transform - pos: 10.332224,19.223463 - parent: 1 - - uid: 1573 - components: - - type: Transform - pos: 18.562387,25.674908 - parent: 1 - - uid: 1574 - components: - - type: Transform - pos: 30.378033,27.59198 - parent: 1 - uid: 1604 components: - type: Transform pos: 12.751646,36.69652 parent: 1 - - uid: 1605 - components: - - type: Transform - pos: 17.771301,47.670746 - parent: 1 - - uid: 1606 - components: - - type: Transform - pos: 1.3594894,8.628089 - parent: 1 - proto: GeneratorRTG entities: - uid: 741 @@ -9591,53 +9117,23 @@ entities: rot: -1.5707963267948966 rad pos: 27.5,39.5 parent: 1 -- proto: Hemostat - entities: - - uid: 1466 - components: - - type: Transform - pos: 8.51377,43.004257 - parent: 1 - proto: HighSecArmoryLocked entities: - uid: 1592 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 26.5,7.5 parent: 1 - uid: 1593 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 32.5,7.5 parent: 1 - uid: 1594 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 29.5,9.5 parent: 1 -- proto: HolofanProjector - entities: - - uid: 759 - components: - - type: Transform - pos: 22.600597,10.724078 - parent: 1 - - uid: 843 - components: - - type: Transform - pos: 12.444763,25.695555 - parent: 1 - - uid: 1940 - components: - - type: Transform - pos: 20.019585,3.4921117 - parent: 1 - proto: HospitalCurtains entities: - uid: 944 @@ -9654,16 +9150,12 @@ entities: canCollide: False - uid: 945 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 8.5,27.5 parent: 1 - uid: 946 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 10.5,27.5 @@ -9734,33 +9226,6 @@ entities: - type: Transform pos: 22.443127,34.55794 parent: 1 - - uid: 1649 - components: - - type: Transform - pos: 30.670542,42.80983 - parent: 1 - - uid: 1774 - components: - - type: Transform - pos: 30.465664,42.604954 - parent: 1 - - uid: 1775 - components: - - type: Transform - pos: 30.407127,42.853733 - parent: 1 -- proto: JawsOfLife - entities: - - uid: 651 - components: - - type: Transform - pos: 28.58357,8.561734 - parent: 1 - - uid: 880 - components: - - type: Transform - pos: 5.415938,12.548848 - parent: 1 - proto: JetpackBlueFilled entities: - uid: 889 @@ -9768,25 +9233,6 @@ entities: - type: Transform pos: 5.616663,12.768361 parent: 1 -- proto: KitchenMicrowave - entities: - - uid: 524 - components: - - type: Transform - pos: 16.5,12.5 - parent: 1 - - uid: 708 - components: - - type: Transform - pos: 18.5,22.5 - parent: 1 -- proto: KnifePlastic - entities: - - uid: 530 - components: - - type: Transform - pos: 17.249546,12.643455 - parent: 1 - proto: Lamp entities: - uid: 582 @@ -9794,19 +9240,6 @@ entities: - type: Transform pos: 12.369425,13.798887 parent: 1 -- proto: LampGold - entities: - - uid: 728 - components: - - type: Transform - pos: 6.4779434,22.892899 - parent: 1 - - uid: 729 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.765976,19.912766 - parent: 1 - proto: Lighter entities: - uid: 1215 @@ -9814,18 +9247,6 @@ entities: - type: Transform pos: 7.5287867,36.397644 parent: 1 -- proto: LockerAtmosphericsFilled - entities: - - uid: 758 - components: - - type: Transform - pos: 20.5,6.5 - parent: 1 - - uid: 842 - components: - - type: Transform - pos: 12.5,28.5 - parent: 1 - proto: LockerChiefEngineerFilled entities: - uid: 366 @@ -9833,30 +9254,6 @@ entities: - type: Transform pos: 18.5,4.5 parent: 1 -- proto: LockerEngineerFilled - entities: - - uid: 282 - components: - - type: Transform - pos: 6.5,12.5 - parent: 1 - - uid: 544 - components: - - type: Transform - pos: 16.5,27.5 - parent: 1 - - uid: 847 - components: - - type: Transform - pos: 14.5,6.5 - parent: 1 -- proto: LockerMedicineFilled - entities: - - uid: 1147 - components: - - type: Transform - pos: 28.5,27.5 - parent: 1 - proto: MachineFrame entities: - uid: 21 @@ -9864,16 +9261,6 @@ entities: - type: Transform pos: 15.5,4.5 parent: 1 - - uid: 32 - components: - - type: Transform - pos: 28.5,1.5 - parent: 1 - - uid: 400 - components: - - type: Transform - pos: 26.5,8.5 - parent: 1 - uid: 602 components: - type: Transform @@ -9931,141 +9318,38 @@ entities: - type: Transform pos: 25.5,47.5 parent: 1 -- proto: MagazineLightRifleRubber - entities: - - uid: 1114 - components: - - type: Transform - pos: 11.293891,39.53801 - parent: 1 -- proto: MaintenanceWeaponSpawner - entities: - - uid: 1575 - components: - - type: Transform - pos: 1.5,8.5 - parent: 1 - - uid: 1576 - components: - - type: Transform - pos: 9.5,8.5 - parent: 1 - proto: MaterialDiamond1 entities: - uid: 551 components: - - type: MetaData - flags: InContainer - type: Transform parent: 550 - type: Physics canCollide: False - - uid: 1890 +- proto: MedicalBed + entities: + - uid: 1141 components: - type: Transform - pos: 11.585693,39.676956 + pos: 28.5,24.5 parent: 1 - - uid: 1891 + - uid: 1142 components: - type: Transform - pos: 10.7076435,39.647686 + pos: 28.5,25.5 parent: 1 -- proto: MaterialWoodPlank1 +- proto: OperatingTable entities: - - uid: 1071 + - uid: 898 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.823982,27.574818 - parent: 1 -- proto: MatterBinStockPart - entities: - - uid: 1662 - components: - - type: Transform - pos: 30.626253,47.848927 - parent: 1 - - uid: 1665 - components: - - type: Transform - pos: 30.494545,47.761124 - parent: 1 -- proto: MechEquipmentGrabber - entities: - - uid: 1895 - components: - - type: Transform - pos: 14.537964,47.55514 - parent: 1 -- proto: MedicalBed - entities: - - uid: 1141 - components: - - type: Transform - pos: 28.5,24.5 - parent: 1 - - uid: 1142 - components: - - type: Transform - pos: 28.5,25.5 - parent: 1 -- proto: MedkitAdvancedFilled - entities: - - uid: 1148 - components: - - type: Transform - pos: 30.614443,28.392822 - parent: 1 -- proto: MedkitCombatFilled - entities: - - uid: 1149 - components: - - type: Transform - pos: 30.40146,28.066427 - parent: 1 -- proto: MicroManipulatorStockPart - entities: - - uid: 1666 - components: - - type: Transform - pos: 30.596985,43.707462 - parent: 1 -- proto: OperatingTable - entities: - - uid: 898 - components: - - type: Transform - pos: 13.5,43.5 + pos: 13.5,43.5 parent: 1 - uid: 1384 components: - type: Transform pos: 9.5,43.5 parent: 1 -- proto: OreProcessorMachineCircuitboard - entities: - - uid: 1753 - components: - - type: Transform - pos: 30.40674,43.224537 - parent: 1 - - uid: 1754 - components: - - type: Transform - pos: 28.526728,8.607853 - parent: 1 -- proto: PaperOffice - entities: - - uid: 1944 - components: - - type: Transform - pos: 19.770805,1.5750384 - parent: 1 - - uid: 1945 - components: - - type: Transform - pos: 19.917147,1.7945502 - parent: 1 - proto: PartRodMetal1 entities: - uid: 916 @@ -10079,65 +9363,11 @@ entities: rot: -1.5707963267948966 rad pos: 1.2729261,2.3145535 parent: 1 - - uid: 1067 - components: - - type: Transform - pos: 25.36965,28.11408 - parent: 1 - - uid: 1748 - components: - - type: Transform - pos: 24.33357,43.06356 - parent: 1 - - uid: 1749 - components: - - type: Transform - pos: 30.465277,47.966 - parent: 1 - - uid: 1750 - components: - - type: Transform - pos: 30.553082,47.878197 - parent: 1 - uid: 1758 components: - type: Transform pos: 25.49259,25.48387 parent: 1 -- proto: Pen - entities: - - uid: 730 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.36841,19.019064 - parent: 1 -- proto: PillCanister - entities: - - uid: 1476 - components: - - type: Transform - pos: 14.438607,42.637726 - parent: 1 -- proto: PillSpaceDrugs - entities: - - uid: 1474 - components: - - type: Transform - pos: 14.438607,42.96412 - parent: 1 - - uid: 1475 - components: - - type: Transform - pos: 14.537998,42.878975 - parent: 1 -- proto: PlasmaCanister - entities: - - uid: 1363 - components: - - type: Transform - pos: 30.5,35.5 - parent: 1 - proto: PlasmaReinforcedWindowDirectional entities: - uid: 1164 @@ -10200,74 +9430,49 @@ entities: entities: - uid: 16 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 6.5,3.5 parent: 1 - uid: 18 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 6.5,1.5 parent: 1 - uid: 820 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 10.5,3.5 parent: 1 - uid: 831 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 10.5,1.5 parent: 1 - uid: 908 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 31.5,2.5 parent: 1 - uid: 1417 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 26.5,44.5 parent: 1 - uid: 1420 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 26.5,46.5 parent: 1 - uid: 1465 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 28.5,46.5 parent: 1 - uid: 1479 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 28.5,44.5 parent: 1 -- proto: PlushieAtmosian - entities: - - uid: 258 - components: - - type: Transform - pos: 22.402548,6.5969048 - parent: 1 - proto: PlushieMoffRandom entities: - uid: 645 @@ -10356,20 +9561,6 @@ entities: - type: Transform pos: 22.5,40.5 parent: 1 -- proto: PowerCellHigh - entities: - - uid: 590 - components: - - type: Transform - pos: 5.381793,16.642464 - parent: 1 -- proto: PowerCellHyper - entities: - - uid: 1030 - components: - - type: Transform - pos: 12.383391,25.508808 - parent: 1 - proto: PowerCellRecharger entities: - uid: 325 @@ -10397,29 +9588,10 @@ entities: - type: Transform pos: 21.5,47.5 parent: 1 -- proto: PowerDrill - entities: - - uid: 255 - components: - - type: Transform - pos: 27.577066,1.159349 - parent: 1 - - uid: 610 - components: - - type: Transform - pos: 18.524496,24.641897 - parent: 1 - - uid: 1637 - components: - - type: Transform - pos: 30.421375,42.624535 - parent: 1 - proto: Poweredlight entities: - uid: 1643 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad pos: 21.5,6.5 @@ -10428,8 +9600,6 @@ entities: powerLoad: 0 - uid: 1644 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 13.5,10.5 parent: 1 @@ -10437,8 +9607,6 @@ entities: powerLoad: 0 - uid: 1645 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad pos: 16.5,6.5 @@ -10447,8 +9615,6 @@ entities: powerLoad: 0 - uid: 1646 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 18.5,10.5 parent: 1 @@ -10456,8 +9622,6 @@ entities: powerLoad: 0 - uid: 1687 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 32.5,25.5 @@ -10466,8 +9630,6 @@ entities: powerLoad: 0 - uid: 1695 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad pos: 18.5,12.5 @@ -10476,8 +9638,6 @@ entities: powerLoad: 0 - uid: 1696 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 20.5,16.5 parent: 1 @@ -10485,8 +9645,6 @@ entities: powerLoad: 0 - uid: 1698 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 16.5,25.5 @@ -10495,8 +9653,6 @@ entities: powerLoad: 0 - uid: 1699 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: -1.5707963267948966 rad pos: 14.5,27.5 @@ -10505,8 +9661,6 @@ entities: powerLoad: 0 - uid: 1700 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 18.5,40.5 parent: 1 @@ -10514,8 +9668,6 @@ entities: powerLoad: 0 - uid: 1735 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: -1.5707963267948966 rad pos: 10.5,21.5 @@ -10524,8 +9676,6 @@ entities: powerLoad: 0 - uid: 1737 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 21.5,22.5 parent: 1 @@ -10533,8 +9683,6 @@ entities: powerLoad: 0 - uid: 1824 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: -1.5707963267948966 rad pos: 30.5,43.5 @@ -10543,8 +9691,6 @@ entities: powerLoad: 0 - uid: 1825 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: -1.5707963267948966 rad pos: 30.5,47.5 @@ -10553,8 +9699,6 @@ entities: powerLoad: 0 - uid: 1964 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 29.5,4.5 parent: 1 @@ -10562,8 +9706,6 @@ entities: powerLoad: 0 - uid: 1965 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 24.5,4.5 parent: 1 @@ -10573,8 +9715,6 @@ entities: entities: - uid: 1701 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 8.5,42.5 @@ -10583,8 +9723,6 @@ entities: powerLoad: 0 - uid: 1702 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: -1.5707963267948966 rad pos: 14.5,42.5 @@ -10593,8 +9731,6 @@ entities: powerLoad: 0 - uid: 1703 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: -1.5707963267948966 rad pos: 14.5,46.5 @@ -10603,8 +9739,6 @@ entities: powerLoad: 0 - uid: 1704 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 8.5,46.5 @@ -10613,8 +9747,6 @@ entities: powerLoad: 0 - uid: 1719 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 28.5,27.5 @@ -10625,8 +9757,6 @@ entities: entities: - uid: 897 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 30.5,22.5 @@ -10635,8 +9765,6 @@ entities: powerLoad: 0 - uid: 899 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: -1.5707963267948966 rad pos: 34.5,18.5 @@ -11284,21 +10412,11 @@ entities: - type: Transform pos: 22.5,15.5 parent: 1 - - uid: 586 - components: - - type: Transform - pos: 1.5,12.5 - parent: 1 - uid: 597 components: - type: Transform pos: 5.5,16.5 parent: 1 - - uid: 598 - components: - - type: Transform - pos: 5.5,12.5 - parent: 1 - uid: 605 components: - type: Transform @@ -11337,6 +10455,11 @@ entities: - type: Transform pos: 15.5,32.5 parent: 1 + - uid: 992 + components: + - type: Transform + pos: 5.5,12.5 + parent: 1 - uid: 1010 components: - type: Transform @@ -11371,6 +10494,11 @@ entities: - type: Transform pos: 26.5,32.5 parent: 1 + - uid: 1137 + components: + - type: Transform + pos: 1.5,12.5 + parent: 1 - uid: 1201 components: - type: Transform @@ -11411,16 +10539,6 @@ entities: - type: Transform pos: 12.370093,10.710864 parent: 1 - - uid: 895 - components: - - type: Transform - pos: 5.3555245,12.656832 - parent: 1 - - uid: 1937 - components: - - type: Transform - pos: 19.404951,3.6823559 - parent: 1 - proto: Railing entities: - uid: 39 @@ -11728,164 +10846,83 @@ entities: - type: Transform pos: 1.5,47.5 parent: 1 -- proto: RandomBoards +- proto: RandomBook entities: - - uid: 274 + - uid: 1009 components: - type: Transform - pos: 20.5,15.5 + pos: 21.5,34.5 parent: 1 - - uid: 336 +- proto: RandomCargoSpawner + entities: + - uid: 275 components: - type: Transform - pos: 13.5,0.5 + pos: 23.5,0.5 parent: 1 - - uid: 365 + - uid: 278 components: - type: Transform - pos: 3.5,0.5 + pos: 23.5,4.5 parent: 1 - - uid: 601 +- proto: RandomInstruments + entities: + - uid: 1154 components: - type: Transform - pos: 18.5,24.5 + pos: 21.5,18.5 parent: 1 - - uid: 606 + - uid: 1239 components: - type: Transform - pos: 22.5,28.5 + pos: 1.5,48.5 parent: 1 - - uid: 607 +- proto: RandomItem + entities: + - uid: 347 components: - type: Transform - pos: 22.5,24.5 + pos: 4.5,4.5 parent: 1 - - uid: 800 + - uid: 367 components: - type: Transform - pos: 25.5,0.5 + pos: 11.5,4.5 parent: 1 - - uid: 801 + - uid: 576 components: - type: Transform - pos: 27.5,0.5 + pos: 21.5,40.5 parent: 1 - - uid: 804 + - uid: 646 components: - type: Transform - pos: 25.5,4.5 + pos: 16.5,13.5 parent: 1 - - uid: 805 + - uid: 648 components: - type: Transform - pos: 27.5,4.5 + pos: 20.5,14.5 parent: 1 - - uid: 886 + - uid: 701 components: - type: Transform - pos: 1.5,12.5 + pos: 17.5,38.5 parent: 1 - - uid: 1751 + - uid: 702 components: - type: Transform - pos: 30.5,48.5 + pos: 18.5,38.5 parent: 1 - - uid: 1752 + - uid: 703 components: - type: Transform - pos: 24.5,42.5 + pos: 20.5,40.5 parent: 1 - - uid: 1909 + - uid: 918 components: - type: Transform - pos: 7.5,22.5 - parent: 1 -- proto: RandomBook - entities: - - uid: 1009 - components: - - type: Transform - pos: 21.5,34.5 - parent: 1 -- proto: RandomCargoSpawner - entities: - - uid: 275 - components: - - type: Transform - pos: 23.5,0.5 - parent: 1 - - uid: 278 - components: - - type: Transform - pos: 23.5,4.5 - parent: 1 -- proto: RandomDrinkBottle - entities: - - uid: 581 - components: - - type: Transform - pos: 12.5,12.5 - parent: 1 -- proto: RandomFoodSingle - entities: - - uid: 763 - components: - - type: Transform - pos: 6.5,19.5 - parent: 1 -- proto: RandomInstruments - entities: - - uid: 1154 - components: - - type: Transform - pos: 21.5,18.5 - parent: 1 -- proto: RandomItem - entities: - - uid: 347 - components: - - type: Transform - pos: 4.5,4.5 - parent: 1 - - uid: 367 - components: - - type: Transform - pos: 11.5,4.5 - parent: 1 - - uid: 576 - components: - - type: Transform - pos: 21.5,40.5 - parent: 1 - - uid: 646 - components: - - type: Transform - pos: 16.5,13.5 - parent: 1 - - uid: 648 - components: - - type: Transform - pos: 20.5,14.5 - parent: 1 - - uid: 701 - components: - - type: Transform - pos: 17.5,38.5 - parent: 1 - - uid: 702 - components: - - type: Transform - pos: 18.5,38.5 - parent: 1 - - uid: 703 - components: - - type: Transform - pos: 20.5,40.5 - parent: 1 - - uid: 918 - components: - - type: Transform - pos: 2.5,2.5 + pos: 2.5,2.5 parent: 1 - uid: 1005 components: @@ -11912,11 +10949,6 @@ entities: - type: Transform pos: 12.5,6.5 parent: 1 - - uid: 1912 - components: - - type: Transform - pos: 22.5,10.5 - parent: 1 - uid: 1913 components: - type: Transform @@ -12014,52 +11046,6 @@ entities: - type: Transform pos: 20.5,47.5 parent: 1 -- proto: RandomVending - entities: - - uid: 321 - components: - - type: Transform - pos: 22.5,22.5 - parent: 1 - - uid: 327 - components: - - type: Transform - pos: 10.5,22.5 - parent: 1 - - uid: 539 - components: - - type: Transform - pos: 17.5,16.5 - parent: 1 - - uid: 700 - components: - - type: Transform - pos: 18.5,40.5 - parent: 1 -- proto: RCD - entities: - - uid: 654 - components: - - type: Transform - pos: 30.300627,8.687764 - parent: 1 -- proto: RCDAmmo - entities: - - uid: 246 - components: - - type: Transform - pos: 30.549406,8.42435 - parent: 1 - - uid: 248 - components: - - type: Transform - pos: 30.564041,8.599959 - parent: 1 - - uid: 652 - components: - - type: Transform - pos: 30.373796,8.42435 - parent: 1 - proto: ReinforcedPlasmaWindow entities: - uid: 1378 @@ -12128,23 +11114,6 @@ entities: - type: Transform pos: 2.5,16.5 parent: 1 -- proto: RemoteSignaller - entities: - - uid: 1099 - components: - - type: Transform - pos: 25.24476,30.698978 - parent: 1 - - uid: 1100 - components: - - type: Transform - pos: 25.443544,30.613832 - parent: 1 - - uid: 1101 - components: - - type: Transform - pos: 5.677143,16.762346 - parent: 1 - proto: RipleyChassis entities: - uid: 1889 @@ -12153,71 +11122,13 @@ entities: rot: -1.5707963267948966 rad pos: 8.991622,47.87709 parent: 1 -- proto: RipleyLLeg - entities: - - uid: 1901 - components: - - type: Transform - pos: 14.638029,48.64589 - parent: 1 -- proto: RipleyPeripheralsElectronics - entities: - - uid: 1894 - components: - - type: Transform - pos: 14.508695,47.80392 - parent: 1 -- proto: RipleyRArm - entities: - - uid: 1902 - components: - - type: Transform - pos: 14.491687,48.236134 - parent: 1 -- proto: RockGuitarInstrument - entities: - - uid: 1959 - components: - - type: Transform - pos: 1.5196692,48.464535 - parent: 1 - proto: SalvageCanisterSpawner entities: - - uid: 993 - components: - - type: Transform - pos: 22.5,30.5 - parent: 1 - - uid: 1004 - components: - - type: Transform - pos: 19.5,30.5 - parent: 1 - - uid: 1020 - components: - - type: Transform - pos: 21.5,30.5 - parent: 1 - uid: 1185 components: - type: Transform pos: 9.5,36.5 parent: 1 - - uid: 1362 - components: - - type: Transform - pos: 28.5,35.5 - parent: 1 - - uid: 1364 - components: - - type: Transform - pos: 29.5,35.5 - parent: 1 - - uid: 1923 - components: - - type: Transform - pos: 32.5,4.5 - parent: 1 - proto: SalvageMaterialCrateSpawner entities: - uid: 343 @@ -12437,693 +11348,1722 @@ entities: parent: 1 - proto: SalvagePartsT2Spawner entities: - - uid: 30 + - uid: 947 components: - type: Transform - pos: 25.5,3.5 + pos: 25.5,32.5 parent: 1 - - uid: 33 + - uid: 1213 components: - type: Transform - pos: 27.5,3.5 + pos: 26.5,32.5 parent: 1 - - uid: 337 +- proto: SchoolgirlUniformSpawner + entities: + - uid: 548 components: - type: Transform - pos: 12.5,0.5 + pos: 14.5,34.5 parent: 1 - - uid: 338 +- proto: ShardGlass + entities: + - uid: 878 components: - type: Transform - pos: 4.5,0.5 + pos: 24.344482,48.496853 parent: 1 - - uid: 603 + - uid: 879 components: - type: Transform - pos: 20.5,24.5 + rot: -1.5707963267948966 rad + pos: 25.120092,48.10173 parent: 1 - - uid: 838 + - uid: 905 components: - type: Transform - pos: 20.5,27.5 + pos: 1.2487528,3.185711 parent: 1 - - uid: 915 + - uid: 906 components: - type: Transform - pos: 15.5,0.5 + rot: -1.5707963267948966 rad + pos: 14.210305,3.0101013 parent: 1 - - uid: 947 +- proto: ShardGlassReinforced + entities: + - uid: 649 components: - type: Transform - pos: 25.5,32.5 + pos: 13.825684,19.324022 parent: 1 - - uid: 1213 + - uid: 656 components: - type: Transform - pos: 26.5,32.5 + rot: -1.5707963267948966 rad + pos: 15.103575,22.360918 parent: 1 - - uid: 1713 + - uid: 698 components: - type: Transform - pos: 30.5,47.5 + rot: -1.5707963267948966 rad + pos: 14.285374,19.551079 parent: 1 -- proto: SalvagePartsT3Spawner - entities: - - uid: 29 + - uid: 1063 components: - type: Transform - pos: 25.5,1.5 + rot: -1.5707963267948966 rad + pos: 26.505554,26.907837 parent: 1 - - uid: 34 + - uid: 1064 components: - type: Transform - pos: 27.5,1.5 + rot: 3.141592653589793 rad + pos: 25.767216,27.021364 parent: 1 - - uid: 301 +- proto: SheetSteel1 + entities: + - uid: 616 components: - type: Transform - pos: 13.5,18.5 + pos: 26.352179,24.633543 parent: 1 - - uid: 339 + - uid: 913 + components: + - type: Transform + pos: 2.8440654,2.2706516 + parent: 1 + - uid: 914 + components: + - type: Transform + pos: 14.704579,2.5633342 + parent: 1 +- proto: ShowcaseRobotWhite + entities: + - uid: 797 + components: + - type: Transform + pos: 16.5,10.5 + parent: 1 + - uid: 799 + components: + - type: Transform + pos: 18.5,6.5 + parent: 1 +- proto: ShuttersNormal + entities: + - uid: 1232 + components: + - type: Transform + pos: 34.5,27.5 + parent: 1 + - uid: 1233 + components: + - type: Transform + pos: 32.5,27.5 + parent: 1 +- proto: ShuttersRadiation + entities: + - uid: 1398 + components: + - type: Transform + pos: 31.5,20.5 + parent: 1 + - uid: 1399 + components: + - type: Transform + pos: 32.5,21.5 + parent: 1 + - uid: 1403 + components: + - type: Transform + pos: 33.5,20.5 + parent: 1 + - uid: 1404 + components: + - type: Transform + pos: 32.5,19.5 + parent: 1 +- proto: ShuttersWindow + entities: + - uid: 1234 + components: + - type: Transform + pos: 33.5,27.5 + parent: 1 +- proto: SignalButton + entities: + - uid: 896 + components: + - type: Transform + pos: 31.5,21.5 + parent: 1 + - uid: 1766 + components: + - type: Transform + pos: 29.5,46.5 + parent: 1 + - uid: 1792 + components: + - type: Transform + pos: 25.5,46.5 + parent: 1 +- proto: SignalControlledValve + entities: + - uid: 1261 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,34.5 + parent: 1 + - uid: 1280 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,34.5 + parent: 1 +- proto: SignDirectionalDorms + entities: + - uid: 210 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,34.5 + parent: 1 + - uid: 877 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,36.5 + parent: 1 +- proto: SignRadiationMed + entities: + - uid: 1405 + components: + - type: Transform + pos: 31.5,19.5 + parent: 1 + - uid: 1406 + components: + - type: Transform + pos: 33.5,21.5 + parent: 1 +- proto: SignRobo + entities: + - uid: 900 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,43.5 + parent: 1 +- proto: SignSurgery + entities: + - uid: 1478 + components: + - type: Transform + pos: 10.5,43.5 + parent: 1 +- proto: Sink + entities: + - uid: 930 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,25.5 + parent: 1 +- proto: SinkStemlessWater + entities: + - uid: 1456 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,42.5 + parent: 1 + - uid: 1457 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,42.5 + parent: 1 +- proto: SMESBasic + entities: + - uid: 47 + components: + - type: Transform + pos: 26.5,13.5 + parent: 1 + - uid: 57 + components: + - type: Transform + pos: 28.5,13.5 + parent: 1 + - uid: 746 + components: + - type: Transform + pos: 26.5,19.5 + parent: 1 + - uid: 1501 + components: + - type: Transform + pos: 18.5,46.5 + parent: 1 + - uid: 1502 + components: + - type: Transform + pos: 20.5,46.5 + parent: 1 +- proto: SoapSyndie + entities: + - uid: 1850 + components: + - type: Transform + pos: 10.4890785,27.46785 + parent: 1 +- proto: SpaceCash100 + entities: + - uid: 885 + components: + - type: Transform + pos: 12.620174,36.703674 + parent: 1 + - uid: 887 + components: + - type: Transform + pos: 12.4592,36.76221 + parent: 1 + - uid: 890 + components: + - type: Transform + pos: 22.37648,34.75847 + parent: 1 + - uid: 891 + components: + - type: Transform + pos: 22.47892,34.65603 + parent: 1 + - uid: 892 + components: + - type: Transform + pos: 12.517736,36.630505 + parent: 1 + - uid: 894 + components: + - type: Transform + pos: 22.581358,34.743835 + parent: 1 +- proto: SpawnDungeonClutterMedical + entities: + - uid: 250 + components: + - type: Transform + pos: 12.631498,44.709793 + parent: 1 + - uid: 255 + components: + - type: Transform + pos: 12.334623,44.428543 + parent: 1 + - uid: 759 + components: + - type: Transform + pos: 14.463165,43.3326 + parent: 1 + - uid: 880 + components: + - type: Transform + pos: 14.414502,42.921997 + parent: 1 + - uid: 895 + components: + - type: Transform + pos: 14.570752,42.765747 + parent: 1 + - uid: 1874 + components: + - type: Transform + pos: 14.477002,42.609497 + parent: 1 +- proto: SpawnDungeonClutterPatientTransport + entities: + - uid: 607 + components: + - type: Transform + pos: 30.521948,24.596199 + parent: 1 + - uid: 804 + components: + - type: Transform + pos: 30.490698,25.596199 + parent: 1 +- proto: SpawnDungeonLootArmoryClutter + entities: + - uid: 276 + components: + - type: Transform + pos: 12.358617,12.563418 + parent: 1 + - uid: 321 + components: + - type: Transform + pos: 12.749242,12.594668 + parent: 1 + - uid: 327 + components: + - type: Transform + pos: 13.530492,12.579043 + parent: 1 + - uid: 539 + components: + - type: Transform + pos: 12.467992,13.625918 + parent: 1 + - uid: 578 + components: + - type: Transform + pos: 13.561742,13.547793 + parent: 1 + - uid: 1575 + components: + - type: Transform + pos: 12.999242,13.625918 + parent: 1 +- proto: SpawnDungeonLootArmoryGuns + entities: + - uid: 281 + components: + - type: Transform + pos: 12.592992,13.141543 + parent: 1 + - uid: 300 + components: + - type: Transform + pos: 30.571545,8.628513 + parent: 1 + - uid: 575 + components: + - type: Transform + pos: 9.495426,8.495778 + parent: 1 + - uid: 1572 + components: + - type: Transform + pos: 12.724772,18.64597 + parent: 1 + - uid: 1576 + components: + - type: Transform + pos: 12.757976,10.332993 + parent: 1 +- proto: SpawnDungeonLootBureaucracy + entities: + - uid: 29 + components: + - type: Transform + pos: 10.657695,19.03992 + parent: 1 + - uid: 30 + components: + - type: Transform + pos: 20.129946,1.5413527 + parent: 1 + - uid: 33 + components: + - type: Transform + pos: 7.063945,22.524296 + parent: 1 + - uid: 34 + components: + - type: Transform + pos: 19.754946,1.4944777 + parent: 1 + - uid: 246 + components: + - type: Transform + pos: 10.36082,19.211796 + parent: 1 + - uid: 248 + components: + - type: Transform + pos: 19.42682,1.6038527 + parent: 1 + - uid: 839 + components: + - type: Transform + pos: 19.848696,1.6819777 + parent: 1 + - uid: 842 + components: + - type: Transform + pos: 19.27057,1.7132277 + parent: 1 + - uid: 849 + components: + - type: Transform + pos: 10.76707,19.25867 + parent: 1 +- proto: SpawnDungeonLootCanister + entities: + - uid: 729 + components: + - type: Transform + pos: 30.5,35.5 + parent: 1 + - uid: 841 + components: + - type: Transform + pos: 19.5,30.5 + parent: 1 + - uid: 993 + components: + - type: Transform + pos: 22.5,30.5 + parent: 1 + - uid: 1004 + components: + - type: Transform + pos: 21.5,30.5 + parent: 1 + - uid: 1020 + components: + - type: Transform + pos: 29.5,35.5 + parent: 1 + - uid: 1114 + components: + - type: Transform + pos: 28.5,35.5 + parent: 1 + - uid: 1115 + components: + - type: Transform + pos: 32.5,4.5 + parent: 1 +- proto: SpawnDungeonLootCircuitBoard + entities: + - uid: 258 + components: + - type: Transform + pos: 27.342953,1.2913527 + parent: 1 + - uid: 259 + components: + - type: Transform + pos: 22.55341,28.580574 + parent: 1 + - uid: 758 + components: + - type: Transform + pos: 32.670197,8.49654 + parent: 1 + - uid: 810 + components: + - type: Transform + pos: 14.382998,48.287632 + parent: 1 + - uid: 838 + components: + - type: Transform + pos: 28.404572,8.449665 + parent: 1 + - uid: 924 + components: + - type: Transform + pos: 18.386486,24.549324 + parent: 1 + - uid: 949 + components: + - type: Transform + pos: 1.4727685,12.619433 + parent: 1 + - uid: 1147 + components: + - type: Transform + pos: 30.533243,48.62294 + parent: 1 + - uid: 1148 + components: + - type: Transform + pos: 24.486368,42.49794 + parent: 1 + - uid: 1287 + components: + - type: Transform + pos: 13.549553,0.52572775 + parent: 1 + - uid: 1463 + components: + - type: Transform + pos: 3.4998412,0.54135275 + parent: 1 + - uid: 1467 + components: + - type: Transform + pos: 20.530544,15.463183 + parent: 1 + - uid: 1574 + components: + - type: Transform + pos: 22.475285,24.564949 + parent: 1 + - uid: 1587 + components: + - type: Transform + pos: 25.405453,0.65072775 + parent: 1 + - uid: 1890 + components: + - type: Transform + pos: 7.61082,22.680546 + parent: 1 + - uid: 1923 + components: + - type: Transform + pos: 32.429276,8.58645 + parent: 1 + - uid: 1933 + components: + - type: Transform + pos: 25.421078,4.5569777 + parent: 1 + - uid: 1939 + components: + - type: Transform + pos: 27.389828,3.7601027 + parent: 1 +- proto: SpawnDungeonLootClutterEngi + entities: + - uid: 546 + components: + - type: Transform + pos: 18.698986,25.674324 + parent: 1 + - uid: 549 + components: + - type: Transform + pos: 25.286325,30.735926 + parent: 1 + - uid: 553 + components: + - type: Transform + pos: 19.384024,18.618046 + parent: 1 + - uid: 561 + components: + - type: Transform + pos: 12.415045,24.705574 + parent: 1 + - uid: 562 + components: + - type: Transform + pos: 12.71192,25.752449 + parent: 1 + - uid: 563 + components: + - type: Transform + pos: 22.264496,10.62789 + parent: 1 + - uid: 586 + components: + - type: Transform + pos: 18.495861,25.471199 + parent: 1 + - uid: 590 + components: + - type: Transform + pos: 22.451996,10.59664 + parent: 1 + - uid: 593 + components: + - type: Transform + pos: 12.49317,25.564949 + parent: 1 + - uid: 635 + components: + - type: Transform + pos: 22.639496,6.5653896 + parent: 1 + - uid: 654 + components: + - type: Transform + pos: 18.339611,25.658699 + parent: 1 + - uid: 723 + components: + - type: Transform + pos: 22.34262,6.6903896 + parent: 1 + - uid: 726 + components: + - type: Transform + pos: 12.540045,24.518074 + parent: 1 + - uid: 730 + components: + - type: Transform + pos: 12.352545,25.689949 + parent: 1 + - uid: 752 + components: + - type: Transform + pos: 22.639496,10.69039 + parent: 1 + - uid: 805 + components: + - type: Transform + pos: 18.511486,25.736824 + parent: 1 + - uid: 915 + components: + - type: Transform + pos: 22.608246,10.581015 + parent: 1 + - uid: 919 + components: + - type: Transform + pos: 5.379019,16.60381 + parent: 1 + - uid: 920 + components: + - type: Transform + pos: 12.727545,24.674324 + parent: 1 + - uid: 1190 + components: + - type: Transform + pos: 22.65512,6.7528896 + parent: 1 + - uid: 1199 + components: + - type: Transform + pos: 25.4582,30.579676 + parent: 1 + - uid: 1200 + components: + - type: Transform + pos: 25.723825,30.735926 + parent: 1 + - uid: 1202 + components: + - type: Transform + pos: 5.738394,16.35381 + parent: 1 + - uid: 1908 + components: + - type: Transform + pos: 22.451996,6.5341396 + parent: 1 +- proto: SpawnDungeonLootClutterKitchen + entities: + - uid: 618 + components: + - type: Transform + pos: 17.274874,12.635058 + parent: 1 + - uid: 629 + components: + - type: Transform + pos: 17.493624,12.635058 + parent: 1 + - uid: 763 + components: + - type: Transform + pos: 17.165499,12.619433 + parent: 1 +- proto: SpawnDungeonLootCrateVehicle + entities: + - uid: 659 + components: + - type: Transform + pos: 34.5,25.5 + parent: 1 +- proto: SpawnDungeonLootFood + entities: + - uid: 596 + components: + - type: Transform + pos: 18.368399,21.774296 + parent: 1 + - uid: 662 + components: + - type: Transform + pos: 18.696524,21.493046 + parent: 1 + - uid: 1902 + components: + - type: Transform + pos: 6.563945,19.53992 + parent: 1 +- proto: SpawnDungeonLootKitchenTabletop + entities: + - uid: 762 + components: + - type: Transform + pos: 18.5,22.5 + parent: 1 + - uid: 1894 + components: + - type: Transform + pos: 16.5,12.5 + parent: 1 +- proto: SpawnDungeonLootKitsFirstAid + entities: + - uid: 811 + components: + - type: Transform + pos: 30.646948,28.533699 + parent: 1 + - uid: 812 + components: + - type: Transform + pos: 30.381323,28.377449 + parent: 1 + - uid: 1865 + components: + - type: Transform + pos: 30.600073,27.799324 + parent: 1 + - uid: 1866 + components: + - type: Transform + pos: 14.539502,43.593872 + parent: 1 +- proto: SpawnDungeonLootLatheEngi + entities: + - uid: 11 + components: + - type: Transform + pos: 28.5,1.5 + parent: 1 + - uid: 32 + components: + - type: Transform + pos: 26.5,8.5 + parent: 1 + - uid: 400 + components: + - type: Transform + pos: 12.5,4.5 + parent: 1 + - uid: 583 + components: + - type: Transform + pos: 20.5,25.5 + parent: 1 + - uid: 615 + components: + - type: Transform + pos: 13.5,48.5 + parent: 1 + - uid: 1101 + components: + - type: Transform + pos: 23.5,3.5 + parent: 1 +- proto: SpawnDungeonLootLockersEngi + entities: + - uid: 538 + components: + - type: Transform + pos: 12.5,27.5 + parent: 1 + - uid: 545 + components: + - type: Transform + pos: 14.5,30.5 + parent: 1 + - uid: 764 + components: + - type: Transform + pos: 14.5,6.5 + parent: 1 + - uid: 800 + components: + - type: Transform + pos: 12.5,28.5 + parent: 1 + - uid: 801 + components: + - type: Transform + pos: 6.5,12.5 + parent: 1 + - uid: 803 + components: + - type: Transform + pos: 20.5,6.5 + parent: 1 + - uid: 1377 + components: + - type: Transform + pos: 16.5,22.5 + parent: 1 + - uid: 1901 + components: + - type: Transform + pos: 16.5,27.5 + parent: 1 +- proto: SpawnDungeonLootLockersMed + entities: + - uid: 608 + components: + - type: Transform + pos: 28.5,27.5 + parent: 1 +- proto: SpawnDungeonLootLockersProtectiveGear + entities: + - uid: 365 + components: + - type: Transform + pos: 12.5,30.5 + parent: 1 + - uid: 460 + components: + - type: Transform + pos: 0.5,32.5 + parent: 1 + - uid: 461 + components: + - type: Transform + pos: 1.5,7.5 + parent: 1 + - uid: 469 + components: + - type: Transform + pos: 9.5,9.5 + parent: 1 + - uid: 524 + components: + - type: Transform + pos: 9.5,7.5 + parent: 1 + - uid: 529 + components: + - type: Transform + pos: 1.5,9.5 + parent: 1 + - uid: 530 + components: + - type: Transform + pos: 0.5,38.5 + parent: 1 + - uid: 531 + components: + - type: Transform + pos: 6.5,40.5 + parent: 1 +- proto: SpawnDungeonLootMaterialsBasicFull + entities: + - uid: 708 + components: + - type: Transform + pos: 17.460308,47.515747 + parent: 1 + - uid: 1713 + components: + - type: Transform + pos: 27.519697,15.389918 + parent: 1 +- proto: SpawnDungeonLootMaterialsBasicSingle + entities: + - uid: 257 + components: + - type: Transform + pos: 25.499203,3.8851027 + parent: 1 + - uid: 274 + components: + - type: Transform + pos: 22.33466,28.549324 + parent: 1 + - uid: 277 + components: + - type: Transform + pos: 24.793676,27.549324 + parent: 1 + - uid: 282 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.653051,28.580574 + parent: 1 + - uid: 299 + components: + - type: Transform + pos: 25.467953,0.96322775 + parent: 1 + - uid: 301 + components: + - type: Transform + pos: 25.561703,1.5882277 + parent: 1 + - uid: 315 + components: + - type: Transform + pos: 27.639828,3.6038527 + parent: 1 + - uid: 316 + components: + - type: Transform + pos: 27.452328,3.9007277 + parent: 1 + - uid: 317 + components: + - type: Transform + pos: 27.592953,0.61947775 + parent: 1 + - uid: 318 + components: + - type: Transform + pos: 24.251993,43.214325 + parent: 1 + - uid: 320 + components: + - type: Transform + pos: 24.455118,43.120575 + parent: 1 + - uid: 326 + components: + - type: Transform + pos: 14.476748,47.850132 + parent: 1 + - uid: 336 + components: + - type: Transform + pos: 14.351748,47.522007 + parent: 1 + - uid: 337 + components: + - type: Transform + pos: 14.476748,48.100132 + parent: 1 + - uid: 755 + components: + - type: Transform + pos: 30.432241,43.5112 + parent: 1 + - uid: 806 + components: + - type: Transform + pos: 25.671078,4.2601027 + parent: 1 + - uid: 813 + components: + - type: Transform + pos: 30.697866,42.6362 + parent: 1 + - uid: 823 + components: + - type: Transform + pos: 30.432241,43.089325 + parent: 1 + - uid: 843 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.934301,28.361824 + parent: 1 + - uid: 846 + components: + - type: Transform + pos: 30.783243,47.96669 + parent: 1 + - uid: 847 + components: + - type: Transform + pos: 30.392618,47.99794 + parent: 1 + - uid: 1099 + components: + - type: Transform + pos: 22.475285,24.471199 + parent: 1 + - uid: 1100 + components: + - type: Transform + pos: 25.624203,0.52572775 + parent: 1 + - uid: 1103 + components: + - type: Transform + pos: 25.639828,3.4788527 + parent: 1 + - uid: 1136 + components: + - type: Transform + pos: 27.514828,4.5257277 + parent: 1 + - uid: 1211 + components: + - type: Transform + pos: 14.695498,47.647007 + parent: 1 + - uid: 1324 + components: + - type: Transform + pos: 27.374203,1.3694777 + parent: 1 + - uid: 1472 + components: + - type: Transform + pos: 30.338491,42.401825 + parent: 1 + - uid: 1605 + components: + - type: Transform + pos: 27.421078,4.3382277 + parent: 1 + - uid: 1606 + components: + - type: Transform + pos: 24.705118,43.10495 + parent: 1 + - uid: 1636 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.246801,27.861824 + parent: 1 + - uid: 1638 + components: + - type: Transform + pos: 25.421078,1.3226027 + parent: 1 + - uid: 1639 + components: + - type: Transform + pos: 30.510366,42.808075 + parent: 1 + - uid: 1640 + components: + - type: Transform + pos: 30.510366,43.22995 + parent: 1 + - uid: 1662 components: - type: Transform - pos: 1.5,0.5 + pos: 27.530453,1.5413527 parent: 1 - - uid: 340 + - uid: 1665 components: - type: Transform - pos: 16.5,0.5 + pos: 27.467953,0.99447775 parent: 1 - - uid: 647 + - uid: 1686 components: - type: Transform - pos: 22.5,15.5 + pos: 24.455118,42.7612 parent: 1 - - uid: 662 + - uid: 1697 components: - type: Transform - pos: 29.5,40.5 + pos: 24.423868,43.1362 parent: 1 - - uid: 1211 + - uid: 1712 components: - type: Transform - pos: 14.5,32.5 + pos: 25.436703,4.6507277 parent: 1 - - uid: 1212 + - uid: 1747 components: - type: Transform - pos: 2.5,34.5 + rot: 1.5707963267948966 rad + pos: 26.246801,28.361824 parent: 1 - - uid: 1558 + - uid: 1748 components: - type: Transform - pos: 17.5,47.5 + pos: 24.790592,48.453247 parent: 1 - - uid: 1697 + - uid: 1888 components: - type: Transform - pos: 30.5,43.5 + pos: 30.557241,43.41745 parent: 1 - - uid: 1712 + - uid: 1909 components: - type: Transform - pos: 24.5,43.5 + pos: 22.381535,24.611824 parent: 1 - - uid: 1854 + - uid: 1934 components: - type: Transform - pos: 26.5,21.5 + pos: 14.757998,48.365757 parent: 1 - - uid: 1866 +- proto: SpawnDungeonLootMaterialsValuableFull + entities: + - uid: 1475 components: - type: Transform - pos: 27.5,15.5 + pos: 26.763832,21.53523 parent: 1 -- proto: SawAdvanced - entities: - - uid: 1463 + - uid: 1476 components: - type: Transform - pos: 8.527969,43.529327 + pos: 27.707197,15.514918 parent: 1 -- proto: ScalpelLaser - entities: - - uid: 1467 + - uid: 1655 components: - type: Transform - pos: 8.485372,43.131977 + pos: 15.388643,32.704674 parent: 1 -- proto: ScalpelShiv - entities: - - uid: 1587 + - uid: 1714 components: - type: Transform - pos: 10.50393,24.491432 + pos: 15.654268,32.485924 parent: 1 -- proto: SchoolgirlUniformSpawner - entities: - - uid: 548 + - uid: 1752 components: - type: Transform - pos: 14.5,34.5 + pos: 10.850621,39.523308 + parent: 1 + - uid: 1853 + components: + - type: Transform + pos: 10.444371,39.695183 parent: 1 -- proto: Screwdriver +- proto: SpawnDungeonLootMugs entities: - - uid: 608 + - uid: 598 components: - type: Transform - pos: 22.38294,28.624136 + pos: 22.57742,12.494433 parent: 1 - - uid: 806 + - uid: 601 components: - type: Transform - pos: 25.556103,1.1458848 + pos: 22.29617,12.744433 parent: 1 - - uid: 809 + - uid: 603 components: - type: Transform - pos: 27.592867,4.072714 + pos: 6.438945,19.680546 parent: 1 - - uid: 1634 + - uid: 1891 components: - type: Transform - pos: 24.58235,43.326977 + pos: 22.259024,18.60242 parent: 1 - - uid: 1636 +- proto: SpawnDungeonLootPartsEngi + entities: + - uid: 312 components: - type: Transform - pos: 30.626253,47.64405 + pos: 25.296078,3.5882277 parent: 1 - - uid: 1899 + - uid: 322 components: - type: Transform - pos: 14.537964,48.242947 + pos: 30.689493,47.544815 parent: 1 -- proto: ShardGlass - entities: - - uid: 878 + - uid: 338 components: - type: Transform - pos: 24.344482,48.496853 + pos: 24.736368,43.72995 parent: 1 - - uid: 879 + - uid: 339 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 25.120092,48.10173 + pos: 24.705118,43.47995 parent: 1 - - uid: 905 + - uid: 544 components: - type: Transform - pos: 1.2487528,3.185711 + pos: 13.563229,18.53992 parent: 1 - - uid: 906 + - uid: 753 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.210305,3.0101013 + pos: 30.338491,43.6362 parent: 1 -- proto: ShardGlassReinforced - entities: - - uid: 649 + - uid: 808 components: - type: Transform - pos: 13.825684,19.324022 + pos: 30.658243,47.826065 parent: 1 - - uid: 656 + - uid: 809 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 15.103575,22.360918 + pos: 30.470743,47.732315 parent: 1 - - uid: 698 + - uid: 886 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.285374,19.551079 + pos: 15.826637,0.703125 parent: 1 - - uid: 1063 + - uid: 925 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 26.505554,26.907837 + pos: 30.635366,43.47995 parent: 1 - - uid: 1064 + - uid: 1030 components: - type: Transform - rot: 3.141592653589793 rad - pos: 25.767216,27.021364 + pos: 22.48367,15.541308 parent: 1 - uid: 1065 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 25.525837,28.185036 + pos: 16.471428,0.61947775 parent: 1 -- proto: SheetGlass1 - entities: - - uid: 924 + - uid: 1067 components: - type: Transform - pos: 25.384653,1.2416606 + pos: 4.562341,0.52572775 parent: 1 - - uid: 925 + - uid: 1071 components: - type: Transform - pos: 25.516361,1.1099538 + pos: 15.404762,0.65625 parent: 1 - - uid: 1771 + - uid: 1262 components: - type: Transform - pos: 30.363224,42.98544 + pos: 25.592953,4.0726027 parent: 1 - - uid: 1772 + - uid: 1279 components: - type: Transform - pos: 30.582737,42.883 + pos: 27.546078,3.6194777 parent: 1 - - uid: 1773 + - uid: 1288 components: - type: Transform - pos: 30.333958,42.853733 + pos: 2.367739,34.67654 parent: 1 -- proto: SheetPlasma - entities: - - uid: 1837 + - uid: 1289 components: - type: Transform - pos: 17.326448,47.431633 + pos: 20.44803,24.424324 parent: 1 -- proto: SheetPlasteel - entities: - - uid: 992 + - uid: 1291 components: - type: Transform - pos: 15.345556,32.614613 + pos: 20.463655,27.611824 parent: 1 - - uid: 1853 + - uid: 1363 components: - type: Transform - pos: 26.80349,21.508806 + pos: 1.5749812,0.578125 parent: 1 -- proto: SheetPlastic1 - entities: - - uid: 919 + - uid: 1466 components: - type: Transform - pos: 27.345629,1.2903605 + pos: 12.393303,0.60385275 parent: 1 - - uid: 920 + - uid: 1468 components: - type: Transform - pos: 27.448067,1.1732874 + pos: 29.509651,40.486034 parent: 1 - - uid: 921 + - uid: 1469 components: - type: Transform - pos: 25.399288,4.143551 + pos: 14.419893,32.673424 parent: 1 - - uid: 1714 + - uid: 1471 + components: + - type: Transform + pos: 17.616558,47.593872 + parent: 1 + - uid: 1474 + components: + - type: Transform + pos: 24.361368,43.72995 + parent: 1 + - uid: 1661 components: - type: Transform - pos: 24.318935,43.13673 + pos: 26.263832,21.488356 parent: 1 - uid: 1717 components: - type: Transform - pos: 24.450644,43.092827 + pos: 27.300947,15.577418 parent: 1 - - uid: 1747 + - uid: 1750 components: - type: Transform - pos: 24.670155,42.975754 + pos: 2.6599607,34.647636 parent: 1 -- proto: SheetRGlass - entities: - - uid: 1865 + - uid: 1772 components: - type: Transform - pos: 27.606375,15.5036335 + pos: 14.638643,32.579674 parent: 1 -- proto: SheetRPGlass - entities: - - uid: 963 + - uid: 1937 + components: + - type: Transform + pos: 27.592953,4.3226027 + parent: 1 + - uid: 1940 components: - type: Transform - pos: 15.5943365,32.482906 + pos: 25.546078,1.4788527 parent: 1 -- proto: SheetSteel +- proto: SpawnDungeonLootSeed entities: - - uid: 469 + - uid: 651 components: - type: Transform - pos: 27.474274,15.53461 + pos: 8.492843,24.424324 parent: 1 -- proto: SheetSteel1 +- proto: SpawnDungeonLootSpesos entities: - - uid: 616 + - uid: 1749 components: - type: Transform - pos: 26.352179,24.633543 + pos: 12.522496,39.648308 parent: 1 - - uid: 618 + - uid: 1751 components: - type: Transform - pos: 24.625349,27.575006 + pos: 11.881871,39.554558 parent: 1 - - uid: 913 + - uid: 1753 components: - type: Transform - pos: 2.8440654,2.2706516 + pos: 11.694371,39.757683 parent: 1 - - uid: 914 + - uid: 1754 components: - type: Transform - pos: 14.704579,2.5633342 + pos: 12.350621,39.788933 parent: 1 - - uid: 1874 + - uid: 1771 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.768873,48.48222 + pos: 11.772496,39.632683 parent: 1 -- proto: ShowcaseRobotWhite - entities: - - uid: 797 + - uid: 1773 components: - type: Transform - pos: 16.5,10.5 + pos: 11.975621,39.445183 parent: 1 - - uid: 799 + - uid: 1774 components: - type: Transform - pos: 18.5,6.5 + pos: 12.616246,39.742058 parent: 1 -- proto: ShuttersNormal + - uid: 1775 + components: + - type: Transform + pos: 12.272496,39.726433 + parent: 1 + - uid: 1837 + components: + - type: Transform + pos: 12.584996,39.492058 + parent: 1 + - uid: 1854 + components: + - type: Transform + pos: 12.116246,39.663933 + parent: 1 +- proto: SpawnDungeonLootToolbox entities: - - uid: 1232 + - uid: 600 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 34.5,27.5 + pos: 22.634024,18.63367 parent: 1 - - uid: 1233 + - uid: 1149 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 32.5,27.5 + pos: 7.532695,22.50867 parent: 1 -- proto: ShuttersRadiation +- proto: SpawnDungeonLootToolsAdvancedEngineering entities: - - uid: 1398 + - uid: 610 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 31.5,20.5 + pos: 28.295197,8.699665 parent: 1 - - uid: 1399 + - uid: 728 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 32.5,21.5 + pos: 18.324518,24.700558 parent: 1 - - uid: 1403 + - uid: 756 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 33.5,20.5 + pos: 30.447866,42.589325 parent: 1 - - uid: 1404 + - uid: 807 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 32.5,19.5 + pos: 19.55182,3.6819777 parent: 1 -- proto: ShuttersWindow - entities: - - uid: 1234 + - uid: 1189 components: - type: Transform - pos: 33.5,27.5 + pos: 28.748322,8.512165 parent: 1 -- proto: SignalButton + - uid: 1191 + components: + - type: Transform + pos: 30.156475,8.623916 + parent: 1 + - uid: 1192 + components: + - type: Transform + pos: 30.8596,8.733291 + parent: 1 + - uid: 1198 + components: + - type: Transform + pos: 30.468975,8.436416 + parent: 1 + - uid: 1292 + components: + - type: Transform + pos: 5.3157387,12.928201 + parent: 1 + - uid: 1912 + components: + - type: Transform + pos: 27.483578,1.4632277 + parent: 1 +- proto: SpawnDungeonLootToolsBasicEngineering entities: - - uid: 896 + - uid: 260 components: - type: Transform - pos: 31.5,21.5 + pos: 22.39716,28.721199 parent: 1 - - uid: 1766 + - uid: 323 components: - type: Transform - pos: 29.5,46.5 + pos: 30.432241,43.29245 parent: 1 - - uid: 1792 + - uid: 647 + components: + - type: Transform + pos: 19.77057,3.5257277 + parent: 1 + - uid: 652 + components: + - type: Transform + pos: 10.598463,19.211796 + parent: 1 + - uid: 720 + components: + - type: Transform + pos: 1.4251366,8.56539 + parent: 1 + - uid: 727 components: - type: Transform - pos: 25.5,46.5 + pos: 20.004946,3.7757277 parent: 1 -- proto: SignalControlledValve - entities: - - uid: 1261 + - uid: 844 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,34.5 + pos: 24.455118,43.120575 parent: 1 - - uid: 1280 + - uid: 921 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,34.5 + pos: 27.374203,0.68197775 parent: 1 -- proto: SignDirectionalDorms - entities: - - uid: 210 + - uid: 963 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,34.5 + pos: 5.441519,12.635058 parent: 1 - - uid: 877 + - uid: 1002 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,36.5 + pos: 19.348696,3.6976027 parent: 1 -- proto: SignRadiationMed - entities: - - uid: 1405 + - uid: 1097 components: - type: Transform - pos: 31.5,19.5 + pos: 22.319035,24.580574 parent: 1 - - uid: 1406 + - uid: 1212 components: - type: Transform - pos: 33.5,21.5 + pos: 14.523623,47.990757 parent: 1 -- proto: SignRobo - entities: - - uid: 900 + - uid: 1238 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,43.5 + pos: 14.492373,48.334507 parent: 1 -- proto: SignSurgery - entities: - - uid: 1478 + - uid: 1293 components: - type: Transform - pos: 10.5,43.5 + pos: 30.455118,47.544815 parent: 1 -- proto: Sink - entities: - - uid: 930 + - uid: 1294 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,25.5 + pos: 25.592953,0.69760275 parent: 1 -- proto: SinkStemlessWater - entities: - - uid: 1456 + - uid: 1625 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,42.5 + pos: 30.455118,47.90419 parent: 1 - - uid: 1457 + - uid: 1634 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,42.5 + pos: 14.398623,48.553257 parent: 1 -- proto: SMESBasic - entities: - - uid: 47 + - uid: 1637 components: - type: Transform - pos: 26.5,13.5 + pos: 25.389828,1.2757277 parent: 1 - - uid: 57 + - uid: 1649 components: - type: Transform - pos: 28.5,13.5 + pos: 17.647808,47.359497 parent: 1 - - uid: 746 + - uid: 1666 components: - type: Transform - pos: 26.5,19.5 + pos: 25.264828,4.0569777 parent: 1 - - uid: 1501 + - uid: 1892 components: - type: Transform - pos: 18.5,46.5 + pos: 19.48932,3.4944777 parent: 1 - - uid: 1502 + - uid: 1907 components: - type: Transform - pos: 20.5,46.5 + pos: 10.379713,19.66492 parent: 1 -- proto: SoapSyndie - entities: - - uid: 1850 + - uid: 1938 components: - type: Transform - pos: 10.4890785,27.46785 + pos: 27.546078,4.3382277 parent: 1 -- proto: SpaceCash100 +- proto: SpawnDungeonLootToolsSurgeryAdvanced entities: - - uid: 885 + - uid: 340 components: - type: Transform - pos: 12.620174,36.703674 + pos: 8.512054,43.609497 parent: 1 - - uid: 887 + - uid: 722 components: - type: Transform - pos: 12.4592,36.76221 + pos: 8.558929,43.359497 parent: 1 - - uid: 890 + - uid: 1558 components: - type: Transform - pos: 22.37648,34.75847 + pos: 8.527679,42.875122 parent: 1 - - uid: 891 + - uid: 1571 components: - type: Transform - pos: 22.47892,34.65603 + pos: 8.574554,43.125122 parent: 1 - - uid: 892 +- proto: SpawnDungeonLootToolsSurgeryCrude + entities: + - uid: 1573 components: - type: Transform - pos: 12.517736,36.630505 + pos: 10.492843,24.471199 parent: 1 - - uid: 894 +- proto: SpawnDungeonLootVaultGuns + entities: + - uid: 574 components: - type: Transform - pos: 22.581358,34.743835 + pos: 11.298712,39.57709 parent: 1 - - uid: 1238 +- proto: SpawnDungeonVendomatsArmory + entities: + - uid: 1362 components: - type: Transform - pos: 11.887424,39.621456 + pos: 10.5,14.5 parent: 1 - - uid: 1239 +- proto: SpawnDungeonVendomatsEngi + entities: + - uid: 802 components: - type: Transform - pos: 11.759636,39.479546 + pos: 16.5,25.5 parent: 1 - - uid: 1291 + - uid: 1364 components: - type: Transform - pos: 12.100407,39.465355 + pos: 20.5,28.5 parent: 1 - - uid: 1292 + - uid: 1893 components: - type: Transform - pos: 12.100407,39.80594 + pos: 20.5,10.5 parent: 1 - - uid: 1293 + - uid: 1895 components: - type: Transform - pos: 11.688642,39.720795 + pos: 14.5,27.5 parent: 1 - - uid: 1294 + - uid: 1898 components: - type: Transform - pos: 11.4330635,39.57888 + pos: 10.5,48.5 parent: 1 -- proto: SpaceCash1000 - entities: - - uid: 312 + - uid: 1899 components: - type: Transform - pos: 11.606643,39.69878 + pos: 1.5,16.5 parent: 1 - - uid: 316 + - uid: 1900 components: - type: Transform - pos: 11.972496,39.464634 + pos: 14.5,46.5 parent: 1 - - uid: 317 +- proto: SpawnDungeonVendomatsRecreational + entities: + - uid: 579 components: - type: Transform - pos: 12.118838,39.786587 + pos: 22.5,22.5 parent: 1 - - uid: 849 + - uid: 580 components: - type: Transform - pos: 11.504204,39.52317 + pos: 10.5,22.5 parent: 1 -- proto: SpaceCash500 - entities: - - uid: 299 + - uid: 581 components: - type: Transform - pos: 12.045667,39.52317 + pos: 17.5,16.5 parent: 1 - - uid: 315 + - uid: 606 components: - type: Transform - pos: 11.650546,39.537804 + pos: 6.5,18.5 parent: 1 - - uid: 320 + - uid: 700 components: - type: Transform - pos: 11.474935,39.80122 + pos: 18.5,40.5 parent: 1 - - uid: 839 + - uid: 761 components: - type: Transform - pos: 11.943229,39.684147 + pos: 16.5,16.5 parent: 1 -- proto: SpawnVehicleATV - entities: - - uid: 666 + - uid: 1903 components: - type: Transform - pos: 34.5,25.5 + pos: 19.5,22.5 parent: 1 -- proto: StimkitFilled - entities: - - uid: 1097 + - uid: 1905 components: - type: Transform - pos: 30.619856,27.750769 + pos: 17.5,40.5 parent: 1 - - uid: 1468 + - uid: 1906 components: - type: Transform - pos: 14.516232,43.590866 + pos: 21.5,12.5 parent: 1 - proto: Stool entities: @@ -13206,13 +13146,6 @@ entities: - type: Transform pos: 14.5,16.5 parent: 1 -- proto: SyringeEphedrine - entities: - - uid: 1470 - components: - - type: Transform - pos: 14.472328,42.917698 - parent: 1 - proto: Table entities: - uid: 25 @@ -13395,12 +13328,6 @@ entities: rot: 1.5707963267948966 rad pos: 30.5,42.5 parent: 1 - - uid: 1625 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,43.5 - parent: 1 - uid: 1626 components: - type: Transform @@ -13413,6 +13340,11 @@ entities: rot: 1.5707963267948966 rad pos: 30.5,48.5 parent: 1 + - uid: 1648 + components: + - type: Transform + pos: 30.5,43.5 + parent: 1 - uid: 1896 components: - type: Transform @@ -13620,37 +13552,27 @@ entities: entities: - uid: 215 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 15.5,36.5 parent: 1 - uid: 568 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 12.5,15.5 parent: 1 - uid: 876 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 19.5,34.5 parent: 1 - uid: 1458 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad pos: 10.5,43.5 parent: 1 - uid: 1459 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad pos: 12.5,43.5 @@ -13675,206 +13597,82 @@ entities: rot: 1.5707963267948966 rad pos: 8.5,25.5 parent: 1 -- proto: ToolboxElectricalFilled - entities: - - uid: 326 - components: - - type: Transform - pos: 7.4835467,22.701235 - parent: 1 -- proto: ToolboxMechanicalFilled - entities: - - uid: 323 - components: - - type: Transform - pos: 22.577251,18.720747 - parent: 1 - proto: trayScanner entities: - - uid: 795 - components: - - type: Transform - pos: 12.633508,10.579157 - parent: 1 - - uid: 1939 - components: - - type: Transform - pos: 19.814707,3.7262578 - parent: 1 -- proto: TwoWayLever - entities: - - uid: 909 - components: - - type: Transform - pos: 30.5,4.5 - parent: 1 - - uid: 910 - components: - - type: Transform - pos: 32.5,3.5 - parent: 1 - - uid: 1105 - components: - - type: Transform - pos: 5.5,0.5 - parent: 1 - - uid: 1108 - components: - - type: Transform - pos: 11.5,0.5 - parent: 1 - - uid: 1762 - components: - - type: Transform - pos: 26.5,42.5 - parent: 1 - - uid: 1763 - components: - - type: Transform - pos: 28.5,42.5 - parent: 1 - - uid: 1764 - components: - - type: Transform - pos: 26.5,48.5 - parent: 1 - - uid: 1765 - components: - - type: Transform - pos: 28.5,48.5 - parent: 1 -- proto: UnfinishedMachineFrame - entities: - - uid: 11 - components: - - type: Transform - pos: 12.5,4.5 - parent: 1 - - uid: 221 - components: - - type: Transform - pos: 2.5,4.5 - parent: 1 - - uid: 583 - components: - - type: Transform - pos: 20.5,25.5 - parent: 1 -- proto: UniformScrubsColorPurple - entities: - - uid: 1706 + - uid: 795 components: - type: Transform - pos: 10.503376,44.53288 + pos: 12.633508,10.579157 parent: 1 -- proto: VehicleKeyATV +- proto: TwoWayLever entities: - - uid: 659 + - uid: 909 components: - type: Transform - pos: 34.388203,24.550558 + pos: 30.5,4.5 parent: 1 - - uid: 663 + - uid: 910 components: - type: Transform - pos: 34.3004,24.682264 + pos: 32.5,3.5 parent: 1 -- proto: VendingMachineAtmosDrobe - entities: - - uid: 259 + - uid: 1105 components: - - type: MetaData - flags: SessionSpecific - type: Transform - pos: 20.5,10.5 + pos: 5.5,0.5 parent: 1 -- proto: VendingMachineChefvend - entities: - - uid: 532 + - uid: 1108 components: - - type: MetaData - flags: SessionSpecific - type: Transform - pos: 18.5,12.5 + pos: 11.5,0.5 parent: 1 -- proto: VendingMachineDonut - entities: - - uid: 538 + - uid: 1762 components: - - type: MetaData - flags: SessionSpecific - type: Transform - pos: 16.5,16.5 + pos: 26.5,42.5 parent: 1 -- proto: VendingMachineEngivend - entities: - - uid: 461 + - uid: 1763 components: - - type: MetaData - flags: SessionSpecific - type: Transform - pos: 14.5,27.5 + pos: 28.5,42.5 parent: 1 -- proto: VendingMachineMedical - entities: - - uid: 1138 + - uid: 1764 components: - - type: MetaData - flags: SessionSpecific - type: Transform - pos: 28.5,28.5 + pos: 26.5,48.5 parent: 1 -- proto: VendingMachineRepDrobe - entities: - - uid: 276 + - uid: 1765 components: - - type: MetaData - flags: SessionSpecific - type: Transform - pos: 10.5,14.5 + pos: 28.5,48.5 parent: 1 -- proto: VendingMachineRoboDrobe +- proto: UnfinishedMachineFrame entities: - - uid: 1906 + - uid: 221 components: - - type: MetaData - flags: SessionSpecific - type: Transform - pos: 10.5,48.5 + pos: 2.5,4.5 parent: 1 -- proto: VendingMachineRobotics +- proto: UniformScrubsColorPurple entities: - - uid: 277 - components: - - type: MetaData - flags: SessionSpecific - - type: Transform - pos: 1.5,16.5 - parent: 1 - - uid: 1905 + - uid: 1706 components: - - type: MetaData - flags: SessionSpecific - type: Transform - pos: 14.5,46.5 + pos: 10.503376,44.53288 parent: 1 -- proto: VendingMachineVendomat +- proto: VendingMachineChefvend entities: - - uid: 841 + - uid: 532 components: - - type: MetaData - flags: SessionSpecific - type: Transform - pos: 20.5,28.5 + pos: 18.5,12.5 parent: 1 -- proto: VendingMachineYouTool +- proto: VendingMachineMedical entities: - - uid: 545 + - uid: 1138 components: - - type: MetaData - flags: SessionSpecific - type: Transform - pos: 16.5,25.5 + pos: 28.5,28.5 parent: 1 - proto: WallmountTelescreen entities: @@ -13887,134 +13685,96 @@ entities: entities: - uid: 377 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 30.5,7.5 parent: 1 - uid: 378 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 29.5,7.5 parent: 1 - uid: 379 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 25.5,9.5 parent: 1 - uid: 380 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 27.5,9.5 parent: 1 - uid: 381 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 27.5,8.5 parent: 1 - uid: 382 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 28.5,9.5 parent: 1 - uid: 383 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 31.5,9.5 parent: 1 - uid: 384 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 31.5,8.5 parent: 1 - uid: 385 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 31.5,7.5 parent: 1 - uid: 386 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 25.5,8.5 parent: 1 - uid: 387 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 33.5,7.5 parent: 1 - uid: 388 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 25.5,7.5 parent: 1 - uid: 389 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 27.5,7.5 parent: 1 - uid: 390 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 30.5,9.5 parent: 1 - uid: 391 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 28.5,7.5 parent: 1 - uid: 392 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 26.5,9.5 parent: 1 - uid: 393 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 33.5,8.5 parent: 1 - uid: 394 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 33.5,9.5 parent: 1 - uid: 395 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 32.5,9.5 parent: 1 @@ -14022,209 +13782,153 @@ entities: entities: - uid: 46 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad pos: 2.5,8.5 parent: 1 - uid: 52 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad pos: 8.5,8.5 parent: 1 - uid: 292 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 15.5,6.5 parent: 1 - uid: 293 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 19.5,6.5 parent: 1 - uid: 405 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 15.5,10.5 parent: 1 - uid: 406 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 19.5,10.5 parent: 1 - uid: 426 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad pos: 8.5,9.5 parent: 1 - uid: 432 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad pos: 2.5,7.5 parent: 1 - uid: 433 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad pos: 2.5,9.5 parent: 1 - uid: 434 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad pos: 8.5,7.5 parent: 1 - uid: 571 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 0.5,46.5 parent: 1 - uid: 621 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: -1.5707963267948966 rad pos: 1.5,21.5 parent: 1 - uid: 622 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: -1.5707963267948966 rad pos: 3.5,19.5 parent: 1 - uid: 623 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: -1.5707963267948966 rad pos: 3.5,21.5 parent: 1 - uid: 627 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: -1.5707963267948966 rad pos: 1.5,19.5 parent: 1 - uid: 1073 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: -1.5707963267948966 rad pos: 33.5,35.5 parent: 1 - uid: 1255 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad pos: 25.5,35.5 parent: 1 - uid: 1325 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 0.5,44.5 parent: 1 - uid: 1327 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 2.5,42.5 parent: 1 - uid: 1329 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 4.5,42.5 parent: 1 - uid: 1330 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 6.5,44.5 parent: 1 - uid: 1332 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 4.5,48.5 parent: 1 - uid: 1333 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 6.5,46.5 parent: 1 - uid: 1335 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 2.5,48.5 parent: 1 - uid: 1369 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 33.5,21.5 parent: 1 - uid: 1370 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 31.5,21.5 parent: 1 - uid: 1375 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 31.5,19.5 parent: 1 - uid: 1376 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 33.5,19.5 parent: 1 @@ -14232,404 +13936,292 @@ entities: entities: - uid: 19 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 10.5,0.5 parent: 1 - uid: 141 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 5.5,25.5 parent: 1 - uid: 145 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 5.5,26.5 parent: 1 - uid: 146 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 4.5,25.5 parent: 1 - uid: 147 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 5.5,27.5 parent: 1 - uid: 206 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 8.5,35.5 parent: 1 - uid: 207 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 7.5,35.5 parent: 1 - uid: 208 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 6.5,35.5 parent: 1 - uid: 209 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 4.5,35.5 parent: 1 - uid: 211 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 1.5,34.5 parent: 1 - uid: 212 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 15.5,34.5 parent: 1 - uid: 220 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 10.5,4.5 parent: 1 - uid: 225 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 6.5,4.5 parent: 1 - uid: 247 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 31.5,4.5 parent: 1 - uid: 251 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 31.5,0.5 parent: 1 - uid: 252 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 31.5,1.5 parent: 1 - uid: 272 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 6.5,0.5 parent: 1 - uid: 305 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 22.5,4.5 parent: 1 - uid: 306 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 22.5,3.5 parent: 1 - uid: 307 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 22.5,0.5 parent: 1 - uid: 308 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 22.5,1.5 parent: 1 - uid: 476 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 25.5,13.5 parent: 1 - uid: 481 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 25.5,15.5 parent: 1 - uid: 483 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 30.5,13.5 parent: 1 - uid: 501 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 25.5,14.5 parent: 1 - uid: 510 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: -1.5707963267948966 rad pos: 30.5,15.5 parent: 1 - uid: 748 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 25.5,19.5 parent: 1 - uid: 749 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 27.5,19.5 parent: 1 - uid: 857 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 19.5,36.5 parent: 1 - uid: 901 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad pos: 30.5,46.5 parent: 1 - uid: 970 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 19.5,32.5 parent: 1 - uid: 990 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad pos: 21.5,32.5 parent: 1 - uid: 1158 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 8.5,36.5 parent: 1 - uid: 1159 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 3.5,35.5 parent: 1 - uid: 1160 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 2.5,35.5 parent: 1 - uid: 1162 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 1.5,35.5 parent: 1 - uid: 1295 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 25.5,39.5 parent: 1 - uid: 1298 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 28.5,39.5 parent: 1 - uid: 1299 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 29.5,39.5 parent: 1 - uid: 1300 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 28.5,40.5 parent: 1 - uid: 1408 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 24.5,44.5 parent: 1 - uid: 1409 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 25.5,44.5 parent: 1 - uid: 1410 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 24.5,46.5 parent: 1 - uid: 1411 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 25.5,46.5 parent: 1 - uid: 1414 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad pos: 29.5,46.5 parent: 1 - uid: 1415 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad pos: 30.5,44.5 parent: 1 - uid: 1416 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad pos: 29.5,44.5 parent: 1 - uid: 1480 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 17.5,43.5 parent: 1 - uid: 1481 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 17.5,44.5 parent: 1 - uid: 1482 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 18.5,43.5 parent: 1 - uid: 1483 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 20.5,43.5 parent: 1 - uid: 1484 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 21.5,43.5 parent: 1 - uid: 1485 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 21.5,44.5 parent: 1 - uid: 1486 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 18.5,47.5 parent: 1 - uid: 1487 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 19.5,47.5 parent: 1 - uid: 1488 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 20.5,47.5 parent: 1 @@ -14637,109 +14229,45 @@ entities: entities: - uid: 555 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 9.5,13.5 parent: 1 - uid: 556 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 9.5,14.5 parent: 1 - uid: 557 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 9.5,15.5 parent: 1 - uid: 558 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 10.5,15.5 parent: 1 - uid: 559 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 13.5,15.5 parent: 1 - uid: 560 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 13.5,16.5 parent: 1 - uid: 567 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 9.5,12.5 parent: 1 -- proto: WaterCooler - entities: - - uid: 629 - components: - - type: Transform - pos: 6.5,18.5 - parent: 1 - - uid: 723 - components: - - type: Transform - pos: 19.5,22.5 - parent: 1 - - uid: 1279 - components: - - type: Transform - pos: 17.5,40.5 - parent: 1 - - uid: 1287 - components: - - type: Transform - pos: 21.5,12.5 - parent: 1 -- proto: WeaponGrapplingGun - entities: - - uid: 1888 - components: - - type: Transform - pos: 10.498594,19.715086 - parent: 1 -- proto: WeaponMakeshiftLaser - entities: - - uid: 300 - components: - - type: Transform - pos: 12.678812,18.476189 - parent: 1 -- proto: WeaponRevolverDeckard - entities: - - uid: 281 - components: - - type: Transform - pos: 12.544774,12.93053 - parent: 1 -- proto: WeaponRifleAk - entities: - - uid: 1115 - components: - - type: Transform - pos: 11.295292,39.495438 - parent: 1 -- proto: WelderIndustrial +- proto: WindoorSecure entities: - - uid: 846 + - uid: 663 components: - type: Transform - pos: 22.629864,10.533834 + pos: 11.5,44.5 parent: 1 - proto: WindoorSecureEngineeringLocked entities: @@ -14755,13 +14283,6 @@ entities: rot: 1.5707963267948966 rad pos: 20.5,45.5 parent: 1 -- proto: WindoorSecureScienceLocked - entities: - - uid: 883 - components: - - type: Transform - pos: 11.5,44.5 - parent: 1 - proto: Window entities: - uid: 253 @@ -15062,28 +14583,4 @@ entities: - type: Transform pos: 13.5,44.5 parent: 1 -- proto: Wirecutter - entities: - - uid: 593 - components: - - type: Transform - pos: 22.514648,24.424137 - parent: 1 - - uid: 807 - components: - - type: Transform - pos: 27.53433,0.9556408 - parent: 1 -- proto: Wrench - entities: - - uid: 808 - components: - - type: Transform - pos: 25.514818,4.0434456 - parent: 1 - - uid: 1898 - components: - - type: Transform - pos: 14.420891,48.272213 - parent: 1 ... diff --git a/Resources/Maps/_NF/Dungeon/experiment.yml b/Resources/Maps/_NF/Dungeon/experiment.yml new file mode 100644 index 00000000000..6f7d621d32c --- /dev/null +++ b/Resources/Maps/_NF/Dungeon/experiment.yml @@ -0,0 +1,11659 @@ +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 18: FloorBlueCircuit + 30: FloorDark + 33: FloorDarkHerringbone + 37: FloorDarkPavement + 38: FloorDarkPavementVertical + 39: FloorDarkPlastic + 45: FloorFreezer + 48: FloorGrass + 50: FloorGrassJungle + 55: FloorGreenCircuit + 59: FloorHydro + 62: FloorLaundry + 63: FloorLino + 75: FloorPlanetGrass + 76: FloorPlastic + 78: FloorReinforced + 81: FloorShowroom + 85: FloorShuttleOrange + 92: FloorSteel + 97: FloorSteelDiagonal + 102: FloorSteelMini + 103: FloorSteelMono + 106: FloorSteelPavementVertical + 107: FloorTechMaint + 108: FloorTechMaint2 + 109: FloorTechMaint3 + 111: FloorWhite + 116: FloorWhiteMono + 120: FloorWhitePlastic + 121: FloorWood + 125: Plating +entities: +- proto: "" + entities: + - uid: 1653 + components: + - type: MetaData + - type: Transform + - type: Map + - type: PhysicsMap + - type: Broadphase + - type: OccluderTree + - type: MapGrid + chunks: + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAA + version: 6 + 0,0: + ind: 0,0 + tiles: dAAAAAAAXAAAAAACXAAAAAAAXAAAAAADXAAAAAABXAAAAAAAXAAAAAADXAAAAAAAXAAAAAADXAAAAAABXAAAAAADXAAAAAACXAAAAAACXAAAAAABXAAAAAAAXAAAAAADbwAAAAAAXAAAAAAAXAAAAAADXAAAAAADXAAAAAABXAAAAAAAXAAAAAADXAAAAAACXAAAAAAAXAAAAAABXAAAAAAAXAAAAAAAXAAAAAADXAAAAAACXAAAAAAAXAAAAAAAbwAAAAAAXAAAAAABXAAAAAADfQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAfQAAAAAAXAAAAAABXAAAAAABbwAAAAAAXAAAAAADXAAAAAABXAAAAAAAXAAAAAACXAAAAAACXAAAAAACXAAAAAAAXAAAAAABXAAAAAABXAAAAAAAXAAAAAAAXAAAAAACXAAAAAACXAAAAAACXAAAAAABdAAAAAAAXAAAAAAAXAAAAAACXAAAAAAAXAAAAAAAXAAAAAADXAAAAAAAXAAAAAADXAAAAAAAXAAAAAADXAAAAAABXAAAAAABXAAAAAADXAAAAAADXAAAAAABXAAAAAADVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAATAAAAAAAeAAAAAABTAAAAAAATAAAAAABeAAAAAABTAAAAAAAXAAAAAAAXAAAAAADXAAAAAAAXAAAAAADXAAAAAABVQAAAAAAIQAAAAAAJQAAAAAAJQAAAAAAJQAAAAAATAAAAAADeAAAAAABTAAAAAAATAAAAAACeAAAAAAATAAAAAACXAAAAAADXAAAAAAAXAAAAAABXAAAAAAAXAAAAAADVQAAAAAAJgAAAAAAOwAAAAAAagAAAAAAOwAAAAAAXAAAAAAAeQAAAAABeQAAAAAAeQAAAAABeQAAAAAAeQAAAAADeQAAAAACeQAAAAABeQAAAAAAeQAAAAABeQAAAAADVQAAAAAAJgAAAAAAOwAAAAAAagAAAAAAOwAAAAAATAAAAAACeQAAAAABeQAAAAABeQAAAAAAeQAAAAACeQAAAAABeQAAAAABeQAAAAAAeQAAAAACeQAAAAAAeQAAAAACVQAAAAAAJgAAAAAAOwAAAAAAagAAAAAAOwAAAAAATAAAAAABTAAAAAACTAAAAAAATAAAAAACTAAAAAABTAAAAAABTAAAAAABTAAAAAAATAAAAAACTAAAAAABTAAAAAABVQAAAAAAIQAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAfQAAAAAAHgAAAAABXAAAAAADXAAAAAACXAAAAAADHgAAAAACfQAAAAAAVQAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAVQAAAAAAfQAAAAAAHgAAAAACXAAAAAABXAAAAAABXAAAAAABHgAAAAADfQAAAAAAVQAAAAAAHgAAAAAAfQAAAAAAfQAAAAAAbAAAAAAAfQAAAAAAfQAAAAAAHgAAAAAAVQAAAAAAXAAAAAACXAAAAAACXAAAAAAAfQAAAAAAXAAAAAACXAAAAAABXAAAAAAAVQAAAAAAHgAAAAAAfQAAAAAATgAAAAAATgAAAAAATgAAAAAAfQAAAAAAHgAAAAAAVQAAAAAAXAAAAAACXAAAAAADXAAAAAABXAAAAAABXAAAAAADXAAAAAACXAAAAAADVQAAAAAAHgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAHgAAAAAAVQAAAAAA + version: 6 + 0,1: + ind: 0,1 + tiles: XAAAAAAAXAAAAAADXAAAAAACXAAAAAACXAAAAAABXAAAAAACXAAAAAABVQAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAVQAAAAAAXAAAAAABbwAAAAACbwAAAAACbwAAAAADXAAAAAABVQAAAAAAMgAAAAAAbwAAAAADbwAAAAADbwAAAAAALQAAAAAALQAAAAAALQAAAAAAfQAAAAAAfQAAAAAAVQAAAAAAbwAAAAABbwAAAAADMgAAAAAAbwAAAAADbwAAAAADVQAAAAAAbwAAAAACbwAAAAADbwAAAAADbwAAAAACLQAAAAAALQAAAAAAeAAAAAADeAAAAAADeAAAAAADVQAAAAAAbwAAAAADMgAAAAAAMgAAAAAAMgAAAAAAbwAAAAABVQAAAAAAbwAAAAABbwAAAAADXAAAAAABbwAAAAADLQAAAAAAfQAAAAAAeAAAAAADbwAAAAACbwAAAAACVQAAAAAAbwAAAAABbwAAAAACMgAAAAAAbwAAAAABbwAAAAAAVQAAAAAAbwAAAAACbwAAAAAAbwAAAAADbwAAAAABLQAAAAAAfQAAAAAAeAAAAAADbwAAAAAAbwAAAAADVQAAAAAAXAAAAAAAbwAAAAADbwAAAAAAbwAAAAABXAAAAAABVQAAAAAAbwAAAAABbwAAAAADbwAAAAABbwAAAAACVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAATgAAAAAATgAAAAAATgAAAAAAVQAAAAAAXAAAAAAAXAAAAAABXAAAAAADVQAAAAAAUQAAAAAAUQAAAAAALQAAAAAAVQAAAAAAZgAAAAACZgAAAAACZwAAAAAAVQAAAAAATgAAAAAAEgAAAAAATgAAAAAAVQAAAAAAawAAAAAAXAAAAAAAXAAAAAADVQAAAAAALQAAAAAAUQAAAAAALQAAAAAAVQAAAAAAZgAAAAACZgAAAAACZwAAAAACVQAAAAAATgAAAAAAEgAAAAAATgAAAAAAVQAAAAAAXAAAAAADXAAAAAACXAAAAAADVQAAAAAALQAAAAAALQAAAAAALQAAAAAAVQAAAAAAZgAAAAADZgAAAAACZwAAAAACVQAAAAAATgAAAAAAEgAAAAAATgAAAAAAVQAAAAAAXAAAAAADXAAAAAABXAAAAAABVQAAAAAALQAAAAAAUQAAAAAALQAAAAAAVQAAAAAAZgAAAAACZgAAAAADZwAAAAABVQAAAAAATgAAAAAATgAAAAAATgAAAAAAVQAAAAAAXAAAAAABXAAAAAAAXAAAAAACVQAAAAAALQAAAAAALQAAAAAAUQAAAAAAVQAAAAAAZgAAAAADZgAAAAAAZwAAAAABVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAXAAAAAAAXAAAAAACXAAAAAAAXAAAAAADXAAAAAABbwAAAAABXAAAAAACbwAAAAAAbwAAAAADfQAAAAAAHgAAAAAAHgAAAAAAHgAAAAACVQAAAAAAbwAAAAAAbwAAAAACXAAAAAAAHgAAAAABHgAAAAABHgAAAAAAXAAAAAABXAAAAAAAXAAAAAADXAAAAAABXAAAAAADHgAAAAABHgAAAAABHgAAAAADXAAAAAADVQAAAAAAbwAAAAACbwAAAAAC + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAA + version: 6 + -1,1: + ind: -1,1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAA + version: 6 + 1,-1: + ind: 1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAA + version: 6 + 1,0: + ind: 1,0 + tiles: dAAAAAAAVQAAAAAAXAAAAAAATgAAAAAATgAAAAAATgAAAAAAXAAAAAAATgAAAAAATgAAAAAATgAAAAAAXAAAAAAATgAAAAAATgAAAAAATgAAAAAAXAAAAAAATgAAAAAAbwAAAAAAVQAAAAAAXAAAAAAATgAAAAAATgAAAAAATgAAAAAAXAAAAAAATgAAAAAATgAAAAAATgAAAAAAXAAAAAAATgAAAAAATgAAAAAATgAAAAAAXAAAAAAATgAAAAAAbwAAAAAAVQAAAAAAXAAAAAAAXAAAAAAATgAAAAAAXAAAAAAAXAAAAAAAXAAAAAAATgAAAAAAXAAAAAAAXAAAAAAAXAAAAAAATgAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAbwAAAAAAVQAAAAAAXAAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAdAAAAAAAVQAAAAAAXAAAAAAAfQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAIQAAAAAAVQAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAXAAAAAAAagAAAAAAXAAAAAAAOwAAAAAAagAAAAAAOwAAAAAAJgAAAAAAVQAAAAAAawAAAAAAXAAAAAAAHgAAAAAAHgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAHgAAAAAAXAAAAAAAagAAAAAAXAAAAAAAOwAAAAAAagAAAAAAOwAAAAAAJgAAAAAAVQAAAAAAawAAAAAAXAAAAAAAHgAAAAAAHgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAHgAAAAAAXAAAAAAAagAAAAAAXAAAAAAAOwAAAAAAagAAAAAAOwAAAAAAJgAAAAAAVQAAAAAAawAAAAAAXAAAAAAAHgAAAAAAHgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAHgAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAIQAAAAAAVQAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAXAAAAAABXAAAAAADXAAAAAAAXAAAAAABXAAAAAACXAAAAAABXAAAAAADVQAAAAAATgAAAAAATgAAAAAATgAAAAAAbwAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAVQAAAAAAXAAAAAACSwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAAXAAAAAABVQAAAAAATgAAAAAATgAAAAAATgAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAHgAAAAAAVQAAAAAAXAAAAAABSwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAAXAAAAAADVQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAVQAAAAAAXAAAAAABSwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAAXAAAAAAAVQAAAAAAHgAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAVQAAAAAA + version: 6 + 1,1: + ind: 1,1 + tiles: XAAAAAAAXAAAAAADXAAAAAADXAAAAAADXAAAAAACXAAAAAADXAAAAAACVQAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAbwAAAAADVQAAAAAAMgAAAAAAXAAAAAABXAAAAAABXAAAAAABMgAAAAAAVQAAAAAAXAAAAAAAXAAAAAADXAAAAAADXAAAAAAAXAAAAAADVQAAAAAAbwAAAAAAbwAAAAABbwAAAAAAVQAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAADXAAAAAADVQAAAAAAXAAAAAACfQAAAAAAfQAAAAAAfQAAAAAAXAAAAAADVQAAAAAAbwAAAAABbwAAAAADbwAAAAABVQAAAAAAXAAAAAABXAAAAAACXAAAAAABXAAAAAACXAAAAAABVQAAAAAAXAAAAAADfQAAAAAAfQAAAAAAfQAAAAAAXAAAAAACVQAAAAAAXAAAAAACXAAAAAAAbwAAAAABVQAAAAAAXAAAAAADXAAAAAABXAAAAAADXAAAAAABXAAAAAADVQAAAAAAXAAAAAACfQAAAAAAfQAAAAAAfQAAAAAAXAAAAAACVQAAAAAAXAAAAAADXAAAAAACbwAAAAADVQAAAAAAMgAAAAAAXAAAAAACXAAAAAAAXAAAAAABMgAAAAAAVQAAAAAAXAAAAAABXAAAAAABXAAAAAABXAAAAAADfQAAAAAAVQAAAAAAXAAAAAACXAAAAAABVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAHgAAAAADHgAAAAACHgAAAAAAVQAAAAAAYQAAAAAAYQAAAAADYQAAAAABVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAHgAAAAADHgAAAAAAHgAAAAADVQAAAAAAYQAAAAAAYQAAAAAAbAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAHgAAAAABHgAAAAAAHgAAAAADVQAAAAAAYQAAAAADYQAAAAACbAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAHgAAAAAAHgAAAAAAHgAAAAACVQAAAAAAYQAAAAAAYQAAAAABbAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAHgAAAAAAHgAAAAAAHgAAAAACVQAAAAAAYQAAAAAAYQAAAAABYQAAAAADVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAbwAAAAADfQAAAAAAXAAAAAABXAAAAAACXAAAAAACXAAAAAABXAAAAAADXAAAAAACXAAAAAAAXAAAAAABXAAAAAABVQAAAAAAHgAAAAADHgAAAAAAHgAAAAACHgAAAAABbwAAAAADawAAAAAAXAAAAAADXAAAAAABXAAAAAAAXAAAAAACXAAAAAAAXAAAAAAAXAAAAAADXAAAAAADXAAAAAAAVQAAAAAAHgAAAAAAHgAAAAAAHgAAAAACHgAAAAAD + version: 6 + -1,2: + ind: -1,2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAA + version: 6 + -1,3: + ind: -1,3 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,2: + ind: 0,2 + tiles: HgAAAAADHgAAAAACHgAAAAAAfQAAAAAAbwAAAAAAbwAAAAAAXAAAAAABbwAAAAABXAAAAAAAXAAAAAAAXAAAAAACXAAAAAACXAAAAAADVQAAAAAAbwAAAAADbwAAAAACVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAXAAAAAACXAAAAAACXAAAAAAAXAAAAAADdAAAAAAAdAAAAAAAdAAAAAADXAAAAAADXAAAAAACXAAAAAACXAAAAAABVQAAAAAAXAAAAAADXAAAAAABfQAAAAAAfQAAAAAAXAAAAAACXAAAAAADXAAAAAACXAAAAAAAZwAAAAADZwAAAAAAZwAAAAABXAAAAAACXAAAAAABXAAAAAAAXAAAAAABVQAAAAAAXAAAAAACdAAAAAABdAAAAAABfQAAAAAAXAAAAAAAXAAAAAAAXAAAAAACXAAAAAABdAAAAAABdAAAAAAAdAAAAAACXAAAAAABXAAAAAAAXAAAAAACXAAAAAABVQAAAAAAXAAAAAADXAAAAAADXAAAAAACXAAAAAABVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAXAAAAAACXAAAAAABXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAADXAAAAAADVQAAAAAAXAAAAAACXAAAAAADXAAAAAABXAAAAAADXAAAAAADXAAAAAAAXAAAAAAAVQAAAAAAXAAAAAAAXAAAAAABXAAAAAABXAAAAAADXAAAAAADXAAAAAAAXAAAAAABVQAAAAAAXAAAAAADXAAAAAABNwAAAAAANwAAAAAANwAAAAAAXAAAAAABXAAAAAADVQAAAAAAXAAAAAAAXAAAAAACXAAAAAADXAAAAAABXAAAAAABXAAAAAABXAAAAAAAVQAAAAAAXAAAAAAAXAAAAAABXAAAAAAAXAAAAAACXAAAAAAAXAAAAAACXAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAXAAAAAADXAAAAAABXAAAAAABbwAAAAADTgAAAAAATgAAAAAATgAAAAAAVQAAAAAAfQAAAAAAHgAAAAABHgAAAAACHgAAAAADHgAAAAACHgAAAAABHgAAAAABVQAAAAAAXAAAAAABXAAAAAABXAAAAAADbwAAAAAATgAAAAAATgAAAAAATgAAAAAAVQAAAAAAfQAAAAAAfQAAAAAAHgAAAAABHgAAAAAAHgAAAAACfQAAAAAAfQAAAAAAVQAAAAAAXAAAAAABXAAAAAAAXAAAAAADbwAAAAACTgAAAAAATgAAAAAATgAAAAAAVQAAAAAAXAAAAAACbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAXAAAAAAAVQAAAAAAXAAAAAACXAAAAAAAXAAAAAADfQAAAAAAbwAAAAACbwAAAAAAbwAAAAADVQAAAAAAXAAAAAADbAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAbAAAAAAAXAAAAAABVQAAAAAAXAAAAAADXAAAAAABXAAAAAADbwAAAAABbwAAAAADfQAAAAAAbwAAAAACVQAAAAAAXAAAAAACbAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAbAAAAAAAXAAAAAABVQAAAAAAeAAAAAAAeAAAAAABeAAAAAAAbwAAAAABfQAAAAAAbwAAAAABbwAAAAADVQAAAAAAXAAAAAADbQAAAAACbAAAAAAAbQAAAAAAbAAAAAAAbQAAAAAAXAAAAAABVQAAAAAA + version: 6 + 0,3: + ind: 0,3 + tiles: eAAAAAACeAAAAAABeAAAAAABfQAAAAAAfQAAAAAAbwAAAAADfQAAAAAAVQAAAAAAXAAAAAABXAAAAAACXAAAAAAAXAAAAAABXAAAAAAAXAAAAAAAXAAAAAACVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,2: + ind: 1,2 + tiles: bwAAAAABfQAAAAAAXAAAAAACXAAAAAABXAAAAAABXAAAAAABXAAAAAADXAAAAAACXAAAAAACXAAAAAABXAAAAAACVQAAAAAAHgAAAAABHgAAAAABHgAAAAABHgAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAXAAAAAABXAAAAAADXAAAAAADXAAAAAACVQAAAAAAMAAAAAAAXAAAAAADXAAAAAACXAAAAAABXAAAAAADXAAAAAABXAAAAAAAXAAAAAABdAAAAAABfQAAAAAAfQAAAAAAfQAAAAAAdAAAAAAAfQAAAAAAXAAAAAADVQAAAAAAbwAAAAAAXAAAAAADXAAAAAADXAAAAAACXAAAAAABXAAAAAADXAAAAAACXAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAXAAAAAADXAAAAAAAXAAAAAACVQAAAAAAMAAAAAAAXAAAAAACXAAAAAACXAAAAAACXAAAAAADXAAAAAACXAAAAAAAXAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAXAAAAAABXAAAAAACXAAAAAADXAAAAAADXAAAAAAAXAAAAAABXAAAAAABVQAAAAAAXAAAAAABXAAAAAADfQAAAAAAXAAAAAAAfQAAAAAAXAAAAAACXAAAAAADVQAAAAAAXAAAAAACXAAAAAAAXAAAAAADXAAAAAAAXAAAAAAAXAAAAAADXAAAAAAAVQAAAAAAXAAAAAACXAAAAAAAXAAAAAADXAAAAAAAXAAAAAADXAAAAAACXAAAAAADVQAAAAAAXAAAAAACXAAAAAAAXAAAAAABXAAAAAAAXAAAAAAAXAAAAAABXAAAAAACVQAAAAAAXAAAAAACXAAAAAADfQAAAAAAXAAAAAADfQAAAAAAXAAAAAACXAAAAAACVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAJwAAAAADHgAAAAACHgAAAAABJwAAAAADHgAAAAACHgAAAAACJwAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAABfQAAAAAANwAAAAAAfQAAAAAANwAAAAAAfQAAAAAAHgAAAAACVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAADNwAAAAAANwAAAAAAfQAAAAAANwAAAAAANwAAAAAAHgAAAAADVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJwAAAAABfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAJwAAAAACVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAADNwAAAAAANwAAAAAAfQAAAAAANwAAAAAANwAAAAAAHgAAAAABVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAABfQAAAAAANwAAAAAAfQAAAAAANwAAAAAAfQAAAAAAHgAAAAADVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,3: + ind: 1,3 + tiles: JwAAAAADHgAAAAAAHgAAAAAAJwAAAAAAHgAAAAAAHgAAAAADJwAAAAADVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 2,0: + ind: 2,0 + tiles: TgAAAAAATgAAAAAAXAAAAAAAVQAAAAAAXAAAAAADXAAAAAACXAAAAAACfQAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAfQAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAfQAAAAAATgAAAAAATgAAAAAAXAAAAAAAVQAAAAAAXAAAAAACXAAAAAACXAAAAAABfQAAAAAAfQAAAAAAbAAAAAAAfQAAAAAAfQAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAfQAAAAAATgAAAAAAXAAAAAAAXAAAAAAAVQAAAAAAXAAAAAADXAAAAAADXAAAAAACXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAbwAAAAAAbwAAAAAAXAAAAAAAVQAAAAAAXAAAAAAAXAAAAAABXAAAAAABfQAAAAAAfQAAAAAAbAAAAAAAfQAAAAAAfQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAfQAAAAAAbwAAAAAAfQAAAAAAXAAAAAAAVQAAAAAAXAAAAAAAXAAAAAABXAAAAAACfQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAfQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAfQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAawAAAAAAawAAAAAAawAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAHgAAAAAAXAAAAAAAawAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAHgAAAAAAXAAAAAAAawAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAHgAAAAAAXAAAAAAAawAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAawAAAAAAawAAAAAAawAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAXAAAAAADXAAAAAACXAAAAAADbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAVQAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAfQAAAAAAJwAAAAAAJwAAAAAAVQAAAAAAXAAAAAABXAAAAAACXAAAAAADbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAVQAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAVQAAAAAAHgAAAAAAHgAAAAAAXAAAAAABXAAAAAACXAAAAAADbwAAAAAAbwAAAAAAVQAAAAAAXAAAAAAAXAAAAAADXAAAAAAAfQAAAAAAXAAAAAAAfQAAAAAAfQAAAAAAVQAAAAAAfQAAAAAAHgAAAAAAXAAAAAACXAAAAAACXAAAAAACbwAAAAAAbwAAAAAAVQAAAAAAXAAAAAAAXAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAXAAAAAADVQAAAAAA + version: 6 + 3,0: + ind: 3,0 + tiles: eQAAAAAAeQAAAAAAeQAAAAAAfQAAAAAAXAAAAAABXAAAAAACXAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAbAAAAAAAfQAAAAAAfQAAAAAAXAAAAAABXAAAAAADXAAAAAADVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAACXAAAAAAAXAAAAAADVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAbAAAAAAAfQAAAAAAfQAAAAAAXAAAAAACXAAAAAAAXAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAfQAAAAAAXAAAAAABXAAAAAADXAAAAAADVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 2,-1: + ind: 2,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAA + version: 6 + 3,-1: + ind: 3,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 3,1: + ind: 3,1 + tiles: VQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 3,2: + ind: 3,2 + tiles: VQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 2,2: + ind: 2,2 + tiles: HgAAAAABHgAAAAADHgAAAAACHgAAAAABHgAAAAADHgAAAAABHgAAAAADHgAAAAABHgAAAAABVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAXAAAAAACXAAAAAACMAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAXAAAAAACXAAAAAADbwAAAAACVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAXAAAAAAAXAAAAAAAMAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAXAAAAAAAXAAAAAACXAAAAAAAXAAAAAACfQAAAAAAXAAAAAADfQAAAAAAVQAAAAAAXAAAAAADXAAAAAABXAAAAAABXAAAAAABXAAAAAAAXAAAAAADXAAAAAACVQAAAAAAXAAAAAAAXAAAAAACXAAAAAABfQAAAAAAXAAAAAACXAAAAAAAXAAAAAACVQAAAAAAXAAAAAADXAAAAAADXAAAAAABXAAAAAADXAAAAAADXAAAAAABXAAAAAAAVQAAAAAAXAAAAAAAfQAAAAAAfQAAAAAAXAAAAAACXAAAAAAAfQAAAAAAfQAAAAAAVQAAAAAAXAAAAAACXAAAAAACXAAAAAABXAAAAAADXAAAAAACXAAAAAABXAAAAAABVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 2,1: + ind: 2,1 + tiles: HgAAAAAAHgAAAAAAfQAAAAAAXAAAAAABXAAAAAABbwAAAAAAbwAAAAAAVQAAAAAAXAAAAAADXAAAAAACfQAAAAAAXAAAAAABfQAAAAAAXAAAAAABXAAAAAACVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAbwAAAAACbwAAAAAAbwAAAAADVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAbwAAAAAAbwAAAAACbwAAAAACVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAbwAAAAADbwAAAAACbwAAAAADVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAbwAAAAACTgAAAAAATgAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAbwAAAAAATgAAAAAATgAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAHgAAAAADHgAAAAAAHgAAAAAAHgAAAAACHgAAAAAAHgAAAAACHgAAAAADHgAAAAADHgAAAAABVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAHgAAAAADHgAAAAABHgAAAAABHgAAAAADHgAAAAABHgAAAAABHgAAAAABHgAAAAAAHgAAAAABVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAA + version: 6 + - type: GridPathfinding + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: + - node: + angle: -1.5707963267948966 rad + color: '#FFFFFFFF' + id: Arrows + decals: + 258: 40,39 + 377: 10,35 + 641: 17,25 + 642: 17,26 + 643: 17,27 + - node: + color: '#FFFFFFFF' + id: Arrows + decals: + 1331: 41,14 + - node: + angle: 1.5707963267948966 rad + color: '#FFFFFFFF' + id: Arrows + decals: + 259: 46,39 + 378: 0,35 + - node: + color: '#FFFFFFFF' + id: Bot + decals: + 54: 0,43 + 55: 0,44 + 534: 4,27 + 638: 16,25 + 639: 16,26 + 640: 16,27 + 808: 0,6 + 809: 0,7 + 810: 7,10 + 811: 8,10 + 812: 9,10 + 895: 30,18 + 896: 30,19 + 925: 1,12 + 926: 1,13 + 1339: 3,6 + 1340: 3,7 + - node: + color: '#FFFFFFFF' + id: BotLeft + decals: + 50: 2,48 + 51: 1,48 + 52: 0,48 + 53: 0,42 + 532: 6,27 + 533: 6,28 + - node: + cleanable: True + color: '#FFFFFFFF' + id: BotLeft + decals: + 619: 14,42 + - node: + color: '#FFFFFFFF' + id: BotRight + decals: + 623: 14,26 + 636: 14,25 + 637: 14,27 + - node: + color: '#FFFFFFFF' + id: Box + decals: + 5: 5,43 + - node: + color: '#D381C996' + id: BrickTileSteelCornerNe + decals: + 963: 14,16 + 1152: 22,10 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelCornerNe + decals: + 485: 11,31 + 760: 10,21 + 761: 9,22 + 1299: 38,16 + - node: + color: '#D381C996' + id: BrickTileSteelCornerNw + decals: + 964: 8,16 + 1153: 12,10 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelCornerNw + decals: + 480: 5,30 + 758: 6,21 + 759: 7,22 + 1297: 35,13 + 1298: 37,16 + - node: + color: '#D381C996' + id: BrickTileSteelCornerSe + decals: + 961: 14,12 + 1151: 22,6 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelCornerSe + decals: + 479: 7,32 + 762: 10,19 + 763: 9,18 + 1300: 38,12 + - node: + color: '#D381C996' + id: BrickTileSteelCornerSw + decals: + 962: 8,12 + 1150: 12,6 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelCornerSw + decals: + 488: 1,31 + 764: 7,18 + 765: 6,19 + 1301: 35,12 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelEndN + decals: + 835: 1,7 + 836: 4,7 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelInnerNe + decals: + 487: 11,30 + 772: 9,21 + 781: 13,19 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelInnerNw + decals: + 773: 7,21 + 780: 15,19 + 1302: 37,13 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelInnerSe + decals: + 770: 9,19 + 779: 13,21 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelInnerSw + decals: + 489: 1,32 + 771: 7,19 + 778: 15,21 + - node: + color: '#D381C996' + id: BrickTileSteelLineE + decals: + 945: 14,13 + 946: 14,14 + 947: 14,15 + 1144: 22,7 + 1145: 22,8 + 1146: 22,9 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelLineE + decals: + 769: 10,20 + 774: 13,20 + 837: 4,6 + 838: 1,6 + 1306: 38,13 + 1307: 38,14 + 1308: 38,15 + - node: + color: '#D381C996' + id: BrickTileSteelLineN + decals: + 951: 11,16 + 952: 10,16 + 953: 9,16 + 954: 12,16 + 955: 13,16 + 1135: 21,10 + 1136: 20,10 + 1137: 18,10 + 1138: 19,10 + 1139: 17,10 + 1140: 16,10 + 1141: 15,10 + 1142: 13,10 + 1143: 14,10 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelLineN + decals: + 481: 7,30 + 482: 8,30 + 483: 9,31 + 484: 10,31 + 486: 12,30 + 768: 8,22 + 777: 14,19 + 1154: 21,6 + 1155: 20,6 + 1156: 19,6 + 1157: 17,6 + 1158: 18,6 + 1159: 16,6 + 1160: 15,6 + 1161: 14,6 + 1162: 13,6 + 1303: 36,13 + - node: + color: '#D381C996' + id: BrickTileSteelLineS + decals: + 956: 13,12 + 957: 12,12 + 958: 11,12 + 959: 10,12 + 960: 9,12 + 1126: 21,6 + 1127: 20,6 + 1128: 18,6 + 1129: 19,6 + 1130: 17,6 + 1131: 16,6 + 1132: 15,6 + 1133: 14,6 + 1134: 13,6 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelLineS + decals: + 477: 4,32 + 478: 5,32 + 490: 3,31 + 491: 2,31 + 492: 0,32 + 766: 8,18 + 776: 14,21 + 1163: 21,10 + 1164: 20,10 + 1165: 19,10 + 1166: 18,10 + 1167: 17,10 + 1168: 16,10 + 1169: 15,10 + 1170: 14,10 + 1171: 13,10 + 1309: 37,12 + 1310: 36,12 + - node: + color: '#D381C996' + id: BrickTileSteelLineW + decals: + 948: 8,13 + 949: 8,14 + 950: 8,15 + 1147: 12,7 + 1148: 12,8 + 1149: 12,9 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelLineW + decals: + 767: 6,20 + 775: 15,20 + 839: 4,6 + 840: 1,6 + 1304: 37,14 + 1305: 37,15 + - node: + color: '#9FED5896' + id: BrickTileWhiteCornerNe + decals: + 524: 6,28 + - node: + color: '#D381C996' + id: BrickTileWhiteCornerNe + decals: + 501: 11,31 + 748: 7,19 + 785: 15,21 + - node: + color: '#FFFFFFFF' + id: BrickTileWhiteCornerNe + decals: + 71: 6,40 + 88: 14,40 + 107: 2,46 + 124: 22,40 + 171: 30,40 + 172: 46,40 + 350: 10,36 + 391: 22,36 + 440: 33,36 + 548: 26,32 + 688: 40,32 + 995: 38,4 + 998: 54,4 + 1072: 15,4 + - node: + color: '#9FED5896' + id: BrickTileWhiteCornerNw + decals: + 525: 4,28 + - node: + color: '#D381C996' + id: BrickTileWhiteCornerNw + decals: + 498: 5,30 + 746: 9,19 + 784: 13,21 + - node: + color: '#EFB34196' + id: BrickTileWhiteCornerNw + decals: + 870: 24,22 + - node: + color: '#FFFFFFFF' + id: BrickTileWhiteCornerNw + decals: + 74: 0,40 + 89: 8,40 + 123: 16,40 + 168: 40,40 + 169: 32,40 + 170: 24,40 + 352: 0,36 + 390: 12,36 + 439: 25,36 + 547: 18,32 + 689: 28,32 + 993: 52,4 + 994: 36,4 + 1071: 1,4 + - node: + color: '#9FED5896' + id: BrickTileWhiteCornerSe + decals: + 529: 6,24 + - node: + color: '#D381C996' + id: BrickTileWhiteCornerSe + decals: + 495: 7,32 + 747: 7,21 + 786: 15,19 + - node: + color: '#FFFFFFFF' + id: BrickTileWhiteCornerSe + decals: + 72: 6,38 + 87: 14,38 + 122: 22,38 + 166: 30,38 + 167: 46,38 + 349: 10,34 + 396: 22,34 + 438: 33,34 + 549: 26,30 + 687: 40,30 + 991: 38,0 + 992: 54,0 + 1043: 46,0 + 1073: 15,0 + - node: + color: '#9FED5896' + id: BrickTileWhiteCornerSw + decals: + 528: 4,24 + - node: + color: '#D381C996' + id: BrickTileWhiteCornerSw + decals: + 508: 1,31 + 749: 9,21 + 787: 13,19 + - node: + color: '#EFB34196' + id: BrickTileWhiteCornerSw + decals: + 874: 24,18 + - node: + color: '#FFFFFFFF' + id: BrickTileWhiteCornerSw + decals: + 73: 0,38 + 90: 8,38 + 125: 16,38 + 173: 40,38 + 174: 32,38 + 175: 24,38 + 351: 0,34 + 397: 12,34 + 441: 25,34 + 550: 18,30 + 690: 28,30 + 996: 36,0 + 997: 52,0 + 1044: 44,0 + 1074: 1,0 + - node: + color: '#D381C996' + id: BrickTileWhiteEndE + decals: + 117: 9,39 + 203: 26,39 + - node: + color: '#D381C996' + id: BrickTileWhiteEndW + decals: + 116: 13,39 + 202: 28,39 + - node: + color: '#334E6DC8' + id: BrickTileWhiteInnerNe + decals: + 335: 16,42 + - node: + color: '#D381C996' + id: BrickTileWhiteInnerNe + decals: + 121: 9,38 + 206: 25,39 + 211: 25,38 + 503: 11,30 + 716: 29,30 + 752: 6,19 + 753: 7,18 + 861: 21,21 + - node: + color: '#FFFFFFFF' + id: BrickTileWhiteInnerNe + decals: + 1042: 38,2 + - node: + color: '#334E6DC8' + id: BrickTileWhiteInnerNw + decals: + 336: 22,42 + - node: + color: '#D381C996' + id: BrickTileWhiteInnerNw + decals: + 120: 13,38 + 207: 29,39 + 210: 29,38 + 714: 39,30 + 754: 10,19 + 757: 9,18 + 860: 19,21 + - node: + color: '#FFFFFFFF' + id: BrickTileWhiteInnerNw + decals: + 1041: 52,2 + - node: + color: '#334E6DC8' + id: BrickTileWhiteInnerSe + decals: + 334: 16,48 + - node: + color: '#D381C996' + id: BrickTileWhiteInnerSe + decals: + 119: 9,40 + 205: 25,39 + 209: 25,40 + 715: 29,32 + 755: 6,21 + 756: 7,22 + 862: 21,19 + - node: + color: '#334E6DC8' + id: BrickTileWhiteInnerSw + decals: + 333: 22,48 + - node: + color: '#D381C996' + id: BrickTileWhiteInnerSw + decals: + 118: 13,40 + 204: 29,39 + 208: 29,40 + 507: 1,32 + 713: 39,32 + 750: 10,21 + 751: 9,22 + 863: 19,19 + - node: + color: '#334E6DC8' + id: BrickTileWhiteLineE + decals: + 317: 16,43 + 318: 16,44 + 319: 16,46 + 320: 16,47 + - node: + color: '#9FED5896' + id: BrickTileWhiteLineE + decals: + 521: 6,25 + 522: 6,26 + 523: 6,27 + - node: + color: '#D381C996' + id: BrickTileWhiteLineE + decals: + 11: 3,42 + 12: 3,43 + 13: 3,44 + 712: 29,31 + 744: 6,20 + 783: 15,20 + 854: 21,22 + 855: 21,18 + 1225: 18,0 + 1226: 18,1 + 1227: 18,2 + 1228: 18,4 + - node: + color: '#EFB34196' + id: BrickTileWhiteLineE + decals: + 864: 28,19 + 865: 28,20 + 866: 28,21 + - node: + color: '#FFFFFFFF' + id: BrickTileWhiteLineE + decals: + 85: 6,39 + 101: 14,39 + 103: 2,42 + 104: 2,43 + 105: 2,44 + 106: 2,45 + 131: 22,39 + 195: 30,39 + 196: 38,39 + 197: 46,39 + 353: 10,35 + 399: 22,35 + 442: 33,35 + 558: 26,31 + 691: 40,31 + 1002: 38,1 + 1003: 38,3 + 1004: 54,1 + 1005: 54,2 + 1006: 54,3 + 1046: 46,1 + 1075: 15,1 + 1076: 15,2 + 1077: 15,3 + - node: + color: '#334E6DC8' + id: BrickTileWhiteLineN + decals: + 313: 21,42 + 314: 20,42 + 315: 18,42 + 316: 17,42 + - node: + color: '#9FED5896' + id: BrickTileWhiteLineN + decals: + 531: 5,28 + 1188: 21,6 + 1189: 19,6 + 1190: 13,6 + 1191: 15,6 + - node: + color: '#D381C996' + id: BrickTileWhiteLineN + decals: + 110: 12,38 + 111: 11,38 + 112: 10,38 + 400: 21,34 + 401: 20,34 + 402: 19,34 + 403: 13,34 + 496: 8,30 + 497: 7,30 + 499: 9,31 + 500: 10,31 + 502: 12,30 + 693: 38,30 + 694: 37,30 + 695: 36,30 + 696: 35,30 + 697: 34,30 + 698: 33,30 + 699: 32,30 + 700: 31,30 + 701: 30,30 + 742: 8,18 + 789: 14,21 + 852: 18,21 + 853: 22,21 + 1311: 33,16 + 1312: 32,16 + - node: + color: '#EFB34196' + id: BrickTileWhiteLineN + decals: + 867: 27,22 + 868: 26,22 + 869: 25,22 + 1252: 31,9 + 1253: 32,9 + 1258: 27,9 + 1259: 26,9 + - node: + color: '#FFFFFFFF' + id: BrickTileWhiteLineN + decals: + 75: 1,40 + 76: 2,40 + 77: 5,40 + 78: 4,40 + 79: 3,40 + 91: 9,40 + 92: 10,40 + 93: 11,40 + 94: 12,40 + 95: 13,40 + 108: 1,46 + 109: 0,46 + 133: 17,40 + 134: 19,40 + 135: 18,40 + 136: 20,40 + 137: 21,40 + 176: 29,40 + 177: 35,40 + 178: 36,40 + 179: 41,40 + 180: 42,40 + 181: 43,40 + 182: 44,40 + 183: 45,40 + 201: 25,40 + 337: 9,36 + 338: 8,36 + 339: 7,36 + 340: 3,36 + 341: 1,36 + 342: 2,36 + 385: 15,36 + 386: 14,36 + 387: 13,36 + 388: 20,36 + 389: 21,36 + 451: 26,36 + 452: 27,36 + 453: 28,36 + 454: 29,36 + 455: 30,36 + 456: 31,36 + 457: 32,36 + 540: 25,32 + 541: 24,32 + 542: 23,32 + 543: 22,32 + 544: 21,32 + 545: 20,32 + 546: 19,32 + 665: 39,32 + 666: 38,32 + 667: 36,32 + 668: 37,32 + 669: 35,32 + 670: 34,32 + 671: 32,32 + 672: 33,32 + 673: 31,32 + 674: 30,32 + 675: 29,32 + 999: 53,4 + 1000: 37,4 + 1031: 51,2 + 1032: 50,2 + 1033: 48,2 + 1034: 47,2 + 1035: 46,2 + 1036: 44,2 + 1037: 42,2 + 1038: 43,2 + 1039: 40,2 + 1040: 39,2 + 1048: 13,4 + 1049: 14,4 + 1050: 11,4 + 1051: 10,4 + 1052: 9,4 + 1053: 7,4 + 1054: 8,4 + 1055: 6,4 + 1056: 5,4 + 1057: 3,4 + 1078: 2,4 + 1098: 12,4 + 1099: 4,4 + - node: + color: '#334E6DC8' + id: BrickTileWhiteLineS + decals: + 321: 17,48 + 322: 18,48 + 323: 20,48 + 324: 21,48 + - node: + color: '#9FED5896' + id: BrickTileWhiteLineS + decals: + 530: 5,24 + 1184: 21,10 + 1185: 19,10 + 1186: 15,10 + 1187: 13,10 + - node: + color: '#D381C996' + id: BrickTileWhiteLineS + decals: + 14: 4,45 + 15: 6,45 + 113: 12,40 + 114: 11,40 + 115: 10,40 + 404: 21,36 + 405: 20,36 + 406: 15,36 + 407: 14,36 + 408: 13,36 + 493: 4,32 + 494: 5,32 + 504: 3,31 + 505: 2,31 + 506: 0,32 + 702: 38,32 + 703: 37,32 + 704: 36,32 + 705: 35,32 + 706: 34,32 + 707: 33,32 + 708: 32,32 + 709: 31,32 + 710: 30,32 + 743: 8,22 + 782: 14,19 + 856: 22,19 + 857: 18,19 + 1313: 32,14 + 1314: 33,14 + - node: + color: '#EFB34196' + id: BrickTileWhiteLineS + decals: + 875: 25,18 + 876: 26,18 + 877: 27,18 + 1254: 32,7 + 1255: 31,7 + 1256: 27,7 + 1257: 26,7 + - node: + color: '#FFFFFFFF' + id: BrickTileWhiteLineS + decals: + 80: 5,38 + 81: 4,38 + 82: 3,38 + 83: 2,38 + 84: 1,38 + 96: 13,38 + 97: 12,38 + 98: 11,38 + 99: 10,38 + 100: 9,38 + 126: 21,38 + 127: 20,38 + 128: 19,38 + 129: 18,38 + 130: 17,38 + 184: 45,38 + 185: 44,38 + 186: 43,38 + 187: 42,38 + 188: 41,38 + 189: 37,38 + 190: 34,38 + 191: 35,38 + 192: 33,38 + 193: 29,38 + 194: 25,38 + 343: 9,34 + 344: 7,34 + 345: 8,34 + 346: 3,34 + 347: 2,34 + 348: 1,34 + 392: 21,34 + 393: 20,34 + 394: 19,34 + 395: 13,34 + 444: 26,34 + 445: 27,34 + 446: 28,34 + 447: 29,34 + 448: 30,34 + 449: 31,34 + 450: 32,34 + 551: 19,30 + 552: 20,30 + 553: 21,30 + 554: 22,30 + 555: 23,30 + 556: 24,30 + 557: 25,30 + 676: 39,30 + 677: 38,30 + 678: 37,30 + 679: 36,30 + 680: 35,30 + 681: 34,30 + 682: 33,30 + 683: 32,30 + 684: 31,30 + 685: 30,30 + 686: 29,30 + 1001: 37,0 + 1007: 53,0 + 1045: 45,0 + 1058: 2,0 + 1059: 3,0 + 1060: 4,0 + 1061: 5,0 + 1062: 6,0 + 1063: 7,0 + 1064: 8,0 + 1065: 9,0 + 1066: 10,0 + 1067: 11,0 + 1068: 12,0 + 1069: 13,0 + 1070: 14,0 + - node: + color: '#334E6DC8' + id: BrickTileWhiteLineW + decals: + 325: 22,43 + 326: 22,44 + 327: 22,46 + 328: 22,47 + - node: + color: '#9FED5896' + id: BrickTileWhiteLineW + decals: + 526: 4,27 + 527: 4,26 + - node: + color: '#D381C996' + id: BrickTileWhiteLineW + decals: + 6: 3,47 + 7: 3,46 + 8: 3,44 + 9: 3,43 + 10: 3,42 + 711: 39,31 + 745: 10,20 + 788: 13,20 + 858: 19,18 + 859: 19,22 + 1229: 34,0 + 1230: 34,1 + 1231: 34,2 + 1232: 34,4 + - node: + color: '#EFB34196' + id: BrickTileWhiteLineW + decals: + 871: 24,21 + 872: 24,20 + 873: 24,19 + - node: + color: '#FFFFFFFF' + id: BrickTileWhiteLineW + decals: + 86: 0,39 + 102: 8,39 + 132: 16,39 + 198: 40,39 + 199: 32,39 + 200: 24,39 + 354: 0,35 + 398: 12,35 + 443: 25,35 + 559: 18,31 + 692: 28,31 + 1008: 52,1 + 1009: 52,3 + 1010: 36,1 + 1011: 36,2 + 1012: 36,3 + 1047: 44,1 + 1079: 1,1 + 1080: 1,2 + 1081: 1,3 + - node: + color: '#FFFFFFFF' + id: BushAOne + decals: + 1085: 12,2 + - node: + color: '#FFFFFFFF' + id: BushCThree + decals: + 432: 34,36 + 1087: 4,2 + - node: + color: '#FFFFFFFF' + id: BushCTwo + decals: + 431: 24,36 + 790: 12,18 + 1082: 8,2 + - node: + color: '#FFFFFFFF' + id: Busha2 + decals: + 1084: 6,2 + - node: + color: '#FFFFFFFF' + id: Bushb2 + decals: + 1083: 10,2 + - node: + color: '#FFFFFFFF' + id: Bushb3 + decals: + 738: 7.997179,19.971762 + - node: + color: '#FFFFFFFF' + id: Bushc1 + decals: + 1086: 11,2 + - node: + color: '#FFFFFFFF' + id: Bushc3 + decals: + 433: 24,34 + - node: + color: '#FFFFFFFF' + id: Bushe4 + decals: + 1097: 4,2 + - node: + color: '#FFFFFFFF' + id: Bushh3 + decals: + 1095: 9,2 + 1096: 4,2 + - node: + cleanable: True + color: '#FFFFFFFF' + id: Caution + decals: + 618: 11,42 + - node: + color: '#D381C996' + id: CheckerNESW + decals: + 138: 17,39 + 139: 18,39 + 140: 19,39 + 141: 20,39 + 142: 21,39 + 458: 31,35 + 459: 30,35 + 460: 29,35 + 461: 28,35 + 462: 27,35 + 845: 19,20 + 846: 20,21 + 847: 20,20 + 848: 21,20 + 849: 20,19 + - node: + color: '#EFB34196' + id: CheckerNESW + decals: + 264: 8,48 + - node: + color: '#D381C996' + id: CheckerNWSE + decals: + 56: 5,39 + 57: 4,39 + 58: 3,39 + 59: 2,39 + 60: 1,39 + 243: 45,39 + 244: 44,39 + 245: 43,39 + 246: 42,39 + 247: 41,39 + 355: 1,35 + 356: 2,35 + 357: 3,35 + 358: 7,35 + 359: 8,35 + 360: 9,35 + 535: 5,25 + 536: 5,26 + 537: 5,27 + 593: 16,30 + 594: 16,31 + 595: 16,32 + 596: 15,32 + 597: 15,31 + 598: 15,30 + 599: 14,30 + 600: 14,31 + 601: 14,32 + 1013: 37,1 + 1014: 37,2 + 1015: 37,3 + 1016: 53,1 + 1017: 53,2 + 1018: 53,3 + - node: + color: '#EFB34196' + id: CheckerNWSE + decals: + 265: 14,48 + - node: + color: '#FFFFFFFF' + id: Delivery + decals: + 293: 13,47 + 294: 11,47 + 295: 9,47 + 296: 12,43 + 297: 11,43 + 298: 10,43 + 717: 4,22 + 718: 3,22 + 893: 34,18 + 894: 33,18 + 927: 5,13 + 928: 11,13 + 1213: 32,2 + 1214: 28,2 + 1215: 24,2 + 1216: 20,2 + 1248: 33,7 + 1249: 33,9 + 1250: 25,7 + 1251: 25,9 + 1328: 40,16 + 1329: 41,15 + 1330: 43,16 + - node: + cleanable: True + color: '#FFFFFFFF' + id: Delivery + decals: + 591: 8,30 + 592: 4,32 + - node: + color: '#D381C996' + id: DeliveryGreyscale + decals: + 649: 34,35 + 650: 24,35 + - node: + color: '#D381C996' + id: DiagonalCheckerBOverlay + decals: + 651: 22,24 + 652: 21,24 + 653: 20,24 + 654: 20,25 + 655: 21,25 + 656: 21,26 + 657: 20,26 + 658: 20,27 + 659: 21,27 + 660: 22,28 + 661: 21,28 + 662: 20,28 + - node: + cleanable: True + color: '#FFFFFFFF' + id: Dirt + decals: + 19: 4,46 + 20: 4,47 + 21: 3,48 + 22: 5,48 + 23: 6,47 + 24: 4,48 + 25: 2,47 + 26: 3,47 + 27: 3,46 + 28: 4,47 + 29: 5,48 + 30: 5,47 + 31: 4,45 + 32: 3,44 + 33: 6,45 + 34: 4,47 + 238: 38,38 + 239: 38,40 + 240: 37,40 + 241: 34,40 + 242: 36,38 + 421: 15,34 + 422: 19,35 + 423: 17,35 + 424: 16,34 + 425: 18,36 + 1324: 44,12 + 1325: 44,15 + 1326: 42,16 + 1327: 46,14 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + decals: + 35: 4,46 + 36: 3,47 + 37: 5,48 + 612: 9,25 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + decals: + 40: 6,46 + 41: 6,45 + 42: 4,45 + 43: 3,46 + 44: 4,46 + 45: 3,42 + 46: 1,47 + 153: 17,38 + 154: 17,39 + 155: 18,39 + 156: 21,38 + 158: 16,40 + 159: 20,39 + 160: 13,38 + 161: 8,40 + 162: 6,39 + 163: 5,39 + 164: 1,39 + 165: 22,40 + 225: 29,39 + 226: 29,40 + 227: 27,39 + 228: 26,39 + 230: 27,38 + 231: 24,39 + 232: 30,38 + 233: 34,39 + 234: 33,39 + 235: 37,39 + 236: 37,38 + 237: 38,39 + 300: 10,44 + 301: 9,45 + 302: 8,46 + 303: 8,47 + 304: 13,48 + 305: 14,44 + 306: 13,42 + 308: 10,42 + 310: 8,44 + 311: 13,45 + 409: 22,35 + 410: 22,34 + 411: 21,34 + 412: 12,36 + 413: 13,36 + 414: 12,35 + 415: 13,34 + 417: 12,34 + 418: 19,34 + 419: 15,34 + 420: 19,35 + 576: 6,30 + 577: 8,31 + 578: 10,32 + 579: 11,32 + 580: 1,30 + 581: 1,31 + 582: 0,31 + 583: 0,30 + 588: 6,31 + 589: 5,31 + 590: 5,32 + 602: 15,31 + 603: 16,30 + 604: 14,31 + 605: 15,32 + 606: 19,31 + 607: 20,30 + 608: 21,30 + 609: 24,30 + 610: 26,31 + 613: 9,24 + 614: 8,24 + 615: 9,26 + 616: 10,26 + 617: 8,28 + 897: 21,18 + 898: 22,19 + 899: 21,19 + 900: 19,18 + 901: 18,21 + 902: 25,18 + 903: 24,19 + 904: 28,20 + 905: 26,22 + 906: 31,19 + 907: 30,20 + 908: 34,19 + 909: 32,18 + 910: 32,22 + 911: 14,22 + 912: 13,21 + 913: 13,19 + 914: 15,18 + 915: 16,20 + 916: 9,18 + 917: 10,19 + 918: 6,19 + 919: 8,22 + 920: 4,20 + 921: 2,22 + 922: 2,18 + 923: 0,21 + 924: 0,19 + 1284: 27,12 + 1285: 30,14 + 1286: 30,15 + 1287: 24,14 + 1288: 27,16 + 1290: 28,15 + 1291: 27,14 + 1292: 25,15 + 1318: 33,12 + 1319: 34,14 + 1320: 35,12 + 1321: 33,15 + 1322: 34,15 + 1323: 38,12 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtMedium + decals: + 38: 3,44 + 39: 5,45 + 157: 17,39 + 229: 27,40 + 307: 11,42 + 309: 8,45 + 416: 12,35 + 584: 12,31 + 585: 4,31 + 586: 4,30 + 587: 0,30 + 1289: 27,15 + 1315: 34,13 + 1316: 33,15 + 1317: 34,12 + - node: + color: '#FFFFFFFF' + id: FlowersBROne + decals: + 437: 24,34 + - node: + color: '#FFFFFFFF' + id: FlowersBRTwo + decals: + 739: 8,21 + - node: + color: '#FFFFFFFF' + id: Flowerspv1 + decals: + 436: 34,36 + 740: 9,20 + 1091: 5,2 + 1094: 12,2 + - node: + color: '#FFFFFFFF' + id: Flowerspv2 + decals: + 1093: 9,2 + - node: + color: '#FFFFFFFF' + id: Flowerspv3 + decals: + 741: 7,20 + 1092: 7,2 + - node: + color: '#FFFFFFFF' + id: Flowersy2 + decals: + 435: 24,36 + - node: + color: '#FFFFFFFF' + id: Flowersy3 + decals: + 734: 7.934679,18.971762 + - node: + color: '#FFFFFFFF' + id: Flowersy4 + decals: + 434: 34,34 + - node: + color: '#9FED5896' + id: FullTileOverlayGreyscale + decals: + 1172: 21,7 + 1173: 21,8 + 1174: 21,9 + 1175: 19,7 + 1176: 19,8 + 1177: 19,9 + 1178: 15,7 + 1179: 15,8 + 1180: 15,9 + 1181: 13,7 + 1182: 13,8 + 1183: 13,9 + - node: + color: '#D381C996' + id: FullTileOverlayGreyscale + decals: + 47: 2,48 + 48: 1,48 + 49: 0,48 + 212: 27,38 + 213: 27,39 + 214: 27,40 + 215: 36,39 + 216: 34,39 + 217: 33,39 + 218: 37,39 + 884: 30,18 + 885: 30,19 + 886: 31,19 + 887: 31,18 + - node: + color: '#FFFFFFFF' + id: Grassa2 + decals: + 1089: 7,2 + - node: + color: '#FFFFFFFF' + id: Grassa4 + decals: + 430: 34,34 + 1090: 9,2 + - node: + color: '#FFFFFFFF' + id: Grassa5 + decals: + 735: 8.997179,19.971762 + - node: + color: '#FFFFFFFF' + id: Grassb3 + decals: + 737: 7.997179,21.034262 + - node: + color: '#FFFFFFFF' + id: Grassb4 + decals: + 1088: 5,2 + - node: + color: '#FFFFFFFF' + id: Grassb5 + decals: + 736: 7.044054,20.034262 + - node: + color: '#FFFFFFFF' + id: Grassd1 + decals: + 732: 7.044054,20.018637 + - node: + color: '#FFFFFFFF' + id: Grassd3 + decals: + 429: 24,34 + 733: 8.012804,20.987387 + - node: + color: '#FFFFFFFF' + id: Grasse1 + decals: + 428: 24,36 + 731: 8.981554,20.003012 + - node: + color: '#FFFFFFFF' + id: Grasse2 + decals: + 426: 34,34 + 730: 8.059679,20.049887 + - node: + color: '#FFFFFFFF' + id: Grasse3 + decals: + 427: 34,36 + 729: 8,19 + - node: + color: '#52B4E996' + id: HalfTileOverlayGreyscale + decals: + 1271: 26,15 + 1272: 28,16 + 1273: 29,16 + - node: + color: '#D381C996' + id: HalfTileOverlayGreyscale + decals: + 221: 37,38 + 222: 35,38 + 223: 34,38 + 224: 33,38 + 794: 13,22 + 795: 14,22 + 796: 15,22 + 888: 34,20 + 889: 33,20 + 1195: 30,2 + 1196: 26,2 + 1197: 22,2 + 1235: 27,4 + 1236: 28,4 + 1237: 25,4 + 1238: 24,4 + 1239: 29,4 + 1240: 30,4 + 1241: 31,4 + 1242: 32,4 + 1243: 23,4 + 1244: 22,4 + 1245: 21,4 + 1246: 20,4 + - node: + color: '#FFFFFFFF' + id: HalfTileOverlayGreyscale + decals: + 1192: 26,2 + 1193: 30,2 + 1194: 22,2 + - node: + color: '#52B4E996' + id: HalfTileOverlayGreyscale180 + decals: + 1275: 28,13 + - node: + color: '#D381C996' + id: HalfTileOverlayGreyscale180 + decals: + 219: 36,40 + 220: 35,40 + 791: 13,18 + 792: 14,18 + 793: 15,18 + 1198: 19,3 + 1199: 20,3 + 1200: 21,3 + 1201: 22,3 + 1202: 23,3 + 1203: 24,3 + 1204: 26,3 + 1205: 25,3 + 1206: 27,3 + 1207: 28,3 + 1208: 29,3 + 1209: 30,3 + 1210: 31,3 + 1211: 32,3 + 1212: 33,3 + - node: + color: '#D381C996' + id: HalfTileOverlayGreyscale270 + decals: + 800: 12,19 + 801: 12,20 + 802: 12,21 + - node: + color: '#52B4E996' + id: HalfTileOverlayGreyscale90 + decals: + 1274: 30,15 + - node: + color: '#D381C996' + id: HalfTileOverlayGreyscale90 + decals: + 797: 16,19 + 798: 16,20 + 799: 16,21 + 890: 32,21 + 891: 32,22 + - node: + color: '#D381C996' + id: MiniTileWhiteCornerNe + decals: + 627: 13,28 + - node: + color: '#D381C996' + id: MiniTileWhiteCornerNw + decals: + 628: 12,28 + - node: + color: '#D381C996' + id: MiniTileWhiteCornerSe + decals: + 633: 13,24 + - node: + color: '#D381C996' + id: MiniTileWhiteCornerSw + decals: + 632: 12,24 + - node: + color: '#D381C996' + id: MiniTileWhiteLineE + decals: + 624: 13,25 + 625: 13,26 + 626: 13,27 + - node: + color: '#D381C996' + id: MiniTileWhiteLineW + decals: + 629: 12,27 + 630: 12,26 + 631: 12,25 + - node: + color: '#9FED5812' + id: MonoOverlay + decals: + 724: 8,19 + 725: 8,20 + 726: 8,21 + 727: 7,20 + 728: 9,20 + - node: + color: '#D381C996' + id: MonoOverlay + decals: + 373: 4,34 + 374: 6,34 + 375: 4,36 + 376: 6,36 + 620: 14,24 + 621: 14,26 + 622: 14,28 + 634: 14,25 + 635: 14,27 + - node: + color: '#52B4E996' + id: QuarterTileOverlayGreyscale + decals: + 1269: 25,14 + 1270: 27,15 + - node: + color: '#D381C996' + id: QuarterTileOverlayGreyscale + decals: + 66: 5,38 + 67: 4,38 + 68: 3,38 + 69: 2,38 + 70: 1,38 + 248: 45,38 + 249: 44,38 + 250: 43,38 + 251: 42,38 + 252: 41,38 + 274: 8,44 + 275: 8,45 + 276: 8,46 + 277: 8,47 + 278: 8,48 + 279: 9,48 + 280: 10,48 + 367: 9,34 + 368: 8,34 + 369: 7,34 + 370: 3,34 + 371: 2,34 + 372: 1,34 + 539: 5,24 + 974: 22,16 + 975: 21,16 + 976: 20,16 + 977: 19,16 + 978: 18,16 + 979: 17,16 + 980: 16,16 + 981: 16,15 + 982: 16,14 + 983: 16,13 + 984: 16,12 + 1019: 38,1 + 1020: 38,3 + 1026: 54,1 + 1027: 54,2 + 1028: 54,3 + 1029: 38,2 + - node: + color: '#EFB34196' + id: QuarterTileOverlayGreyscale + decals: + 272: 13,48 + 273: 12,48 + - node: + color: '#52B4E996' + id: QuarterTileOverlayGreyscale180 + decals: + 1267: 27,13 + 1268: 29,14 + - node: + color: '#D381C996' + id: QuarterTileOverlayGreyscale180 + decals: + 61: 5,40 + 62: 4,40 + 63: 3,40 + 64: 2,40 + 65: 1,40 + 253: 41,40 + 254: 42,40 + 255: 43,40 + 256: 44,40 + 257: 45,40 + 361: 9,36 + 362: 8,36 + 363: 7,36 + 364: 3,36 + 365: 2,36 + 366: 1,36 + 538: 5,28 + 560: 25,32 + 561: 24,32 + 562: 23,32 + 563: 22,32 + 564: 21,32 + 565: 20,32 + 566: 19,32 + 567: 18,32 + 969: 22,12 + 970: 22,13 + 971: 22,14 + 972: 22,15 + 973: 22,16 + 985: 16,12 + 986: 17,12 + 987: 18,12 + 988: 19,12 + 989: 20,12 + 990: 21,12 + 1021: 36,1 + 1022: 36,2 + 1023: 36,3 + 1024: 52,1 + 1025: 52,3 + 1030: 52,2 + - node: + color: '#EFB34196' + id: QuarterTileOverlayGreyscale180 + decals: + 266: 14,44 + 267: 14,45 + 268: 14,46 + 269: 14,47 + - node: + color: '#D381C996' + id: QuarterTileOverlayGreyscale270 + decals: + 143: 17,40 + 144: 18,40 + 145: 19,40 + 146: 20,40 + 147: 21,40 + 463: 32,35 + 470: 27,36 + 471: 28,36 + 472: 29,36 + 473: 30,36 + 474: 31,36 + 476: 26,36 + 850: 21,21 + 1100: 13,3 + 1101: 12,3 + 1102: 11,3 + 1103: 10,3 + 1104: 9,3 + 1105: 7,3 + 1106: 8,3 + 1107: 6,3 + 1108: 5,3 + 1109: 4,3 + 1110: 3,3 + 1111: 14,3 + 1112: 14,2 + - node: + color: '#EFB34196' + id: QuarterTileOverlayGreyscale270 + decals: + 260: 8,44 + 261: 8,45 + 262: 8,46 + 263: 8,47 + - node: + color: '#D381C996' + id: QuarterTileOverlayGreyscale90 + decals: + 148: 21,38 + 149: 20,38 + 150: 19,38 + 151: 18,38 + 152: 17,38 + 281: 14,44 + 282: 14,45 + 283: 14,46 + 284: 14,47 + 285: 14,48 + 286: 13,48 + 287: 12,48 + 464: 26,35 + 465: 31,34 + 466: 30,34 + 467: 29,34 + 468: 28,34 + 469: 27,34 + 475: 32,34 + 568: 18,30 + 569: 19,30 + 570: 20,30 + 571: 21,30 + 572: 22,30 + 573: 23,30 + 574: 24,30 + 575: 25,30 + 644: 18,28 + 645: 18,27 + 646: 18,26 + 647: 18,25 + 648: 18,24 + 851: 19,19 + 892: 32,20 + 1113: 13,1 + 1114: 12,1 + 1115: 11,1 + 1116: 10,1 + 1117: 9,1 + 1118: 8,1 + 1119: 7,1 + 1120: 6,1 + 1121: 5,1 + 1122: 4,1 + 1123: 3,1 + 1124: 2,1 + 1125: 2,2 + - node: + color: '#EFB34196' + id: QuarterTileOverlayGreyscale90 + decals: + 270: 9,48 + 271: 10,48 + - node: + color: '#FFFFFFFF' + id: Rock01 + decals: + 841: 22,18 + - node: + color: '#FFFFFFFF' + id: Rock03 + decals: + 842: 18,18 + - node: + color: '#FFFFFFFF' + id: Rock04 + decals: + 844: 18,22 + - node: + color: '#FFFFFFFF' + id: Rock05 + decals: + 843: 22,22 + - node: + color: '#FFFFFFFF' + id: StandClear + decals: + 299: 11,44 + - node: + color: '#52B4E996' + id: ThreeQuarterTileOverlayGreyscale + decals: + 1260: 25,15 + 1261: 24,14 + 1262: 27,16 + - node: + color: '#D381C996' + id: ThreeQuarterTileOverlayGreyscale + decals: + 805: 12,22 + - node: + color: '#52B4E996' + id: ThreeQuarterTileOverlayGreyscale180 + decals: + 1264: 27,12 + 1265: 29,13 + 1266: 30,14 + - node: + color: '#D381C996' + id: ThreeQuarterTileOverlayGreyscale180 + decals: + 803: 16,18 + - node: + color: '#52B4E996' + id: ThreeQuarterTileOverlayGreyscale90 + decals: + 1263: 30,16 + - node: + color: '#D381C996' + id: ThreeQuarterTileOverlayGreyscale90 + decals: + 804: 16,22 + - node: + color: '#FFFFFFFF' + id: WarnBox + decals: + 17: 4,48 + 18: 6,48 + - node: + color: '#FFFFFFFF' + id: WarnCornerNE + decals: + 519: 2,28 + 1217: 21,2 + 1218: 25,2 + 1219: 29,2 + 1220: 33,2 + 1295: 26,13 + - node: + color: '#FFFFFFFF' + id: WarnCornerNW + decals: + 2: 4,44 + 518: 0,28 + 1221: 31,2 + 1222: 27,2 + 1223: 23,2 + 1224: 19,2 + - node: + color: '#FFFFFFFF' + id: WarnCornerSE + decals: + 517: 2,24 + - node: + color: '#FFFFFFFF' + id: WarnCornerSW + decals: + 520: 0,24 + 721: 2,20 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallNE + decals: + 966: 8,12 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallNW + decals: + 965: 14,12 + 1279: 27,15 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallSE + decals: + 968: 8,16 + 1283: 27,13 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallSW + decals: + 967: 14,16 + - node: + color: '#FFFFFFFF' + id: WarnLineE + decals: + 332: 16,45 + 382: 6,34 + 383: 6,35 + 384: 6,36 + 513: 2,25 + 514: 2,26 + 515: 2,27 + 942: 8,13 + 943: 8,14 + 944: 8,15 + 1282: 27,12 + 1296: 26,12 + - node: + color: '#D381C996' + id: WarnLineGreyscaleE + decals: + 1234: 18,3 + - node: + color: '#D381C996' + id: WarnLineGreyscaleN + decals: + 1247: 26,4 + - node: + color: '#D381C996' + id: WarnLineGreyscaleS + decals: + 16: 5,45 + - node: + color: '#D381C996' + id: WarnLineGreyscaleW + decals: + 1233: 34,3 + - node: + color: '#FFFFFFFF' + id: WarnLineN + decals: + 291: 12,47 + 292: 10,47 + 329: 19,48 + 509: 1,24 + 664: 22,28 + 719: 4,20 + 720: 3,20 + 881: 27,22 + 882: 26,22 + 883: 25,22 + 937: 13,16 + 938: 11,16 + 939: 12,16 + 940: 10,16 + 941: 9,16 + 1280: 29,13 + 1281: 28,13 + - node: + color: '#FFFFFFFF' + id: WarnLineS + decals: + 0: 4,42 + 1: 4,43 + 330: 22,45 + 379: 4,34 + 380: 4,36 + 381: 4,35 + 510: 0,25 + 511: 0,26 + 512: 0,27 + 722: 2,21 + 723: 2,22 + 934: 14,13 + 935: 14,14 + 936: 14,15 + 1278: 27,16 + - node: + color: '#FFFFFFFF' + id: WarnLineW + decals: + 3: 5,44 + 4: 6,44 + 288: 12,44 + 289: 11,44 + 290: 10,44 + 331: 19,42 + 516: 1,28 + 663: 22,24 + 878: 27,18 + 879: 26,18 + 880: 25,18 + 929: 11,12 + 930: 12,12 + 931: 13,12 + 932: 10,12 + 933: 9,12 + 1276: 25,15 + 1277: 26,15 + 1293: 25,13 + 1294: 24,13 + 1332: 45,13 + 1333: 46,13 + 1334: 44,13 + 1335: 43,13 + 1336: 42,13 + 1337: 41,13 + 1338: 40,13 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinCornerNe + decals: + 816: 10,9 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinCornerNw + decals: + 815: 1,9 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinCornerSe + decals: + 813: 10,8 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinCornerSw + decals: + 814: 1,8 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinLineN + decals: + 817: 9,9 + 818: 8,9 + 819: 7,9 + 820: 6,9 + 821: 5,9 + 822: 4,9 + 823: 3,9 + 824: 2,9 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinLineS + decals: + 825: 10,8 + 826: 9,8 + 827: 8,8 + 828: 7,8 + 829: 6,8 + 830: 5,8 + 831: 4,8 + 832: 3,8 + 833: 2,8 + 834: 1,8 + - node: + color: '#FFFFFFFF' + id: chevron + decals: + 312: 11,48 + - node: + cleanable: True + color: '#EFD841FF' + id: splatter + decals: + 611: 8.178589,27.034609 + - type: RadiationGridResistance + - type: LoadedMap + - type: GridTree + - type: MovedGrids + - type: SpreaderGrid +- proto: Airlock + entities: + - uid: 1221 + components: + - type: Transform + pos: 41.5,3.5 + parent: 1653 + - uid: 1222 + components: + - type: Transform + pos: 41.5,1.5 + parent: 1653 + - uid: 1223 + components: + - type: Transform + pos: 49.5,1.5 + parent: 1653 + - uid: 1224 + components: + - type: Transform + pos: 49.5,3.5 + parent: 1653 +- proto: AirlockFreezer + entities: + - uid: 888 + components: + - type: Transform + pos: 3.5,18.5 + parent: 1653 +- proto: AirlockScienceGlassLocked + entities: + - uid: 741 + components: + - type: Transform + pos: 17.5,31.5 + parent: 1653 +- proto: APCBasic + entities: + - uid: 353 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,9.5 + parent: 1653 + - uid: 569 + components: + - type: Transform + pos: 13.5,43.5 + parent: 1653 + - uid: 1023 + components: + - type: Transform + pos: 28.5,22.5 + parent: 1653 +- proto: AtmosFixFreezerMarker + entities: + - uid: 748 + components: + - type: Transform + pos: 18.5,43.5 + parent: 1653 + - uid: 749 + components: + - type: Transform + pos: 18.5,44.5 + parent: 1653 + - uid: 750 + components: + - type: Transform + pos: 18.5,45.5 + parent: 1653 + - uid: 751 + components: + - type: Transform + pos: 18.5,46.5 + parent: 1653 + - uid: 752 + components: + - type: Transform + pos: 18.5,47.5 + parent: 1653 + - uid: 753 + components: + - type: Transform + pos: 19.5,43.5 + parent: 1653 + - uid: 754 + components: + - type: Transform + pos: 19.5,44.5 + parent: 1653 + - uid: 755 + components: + - type: Transform + pos: 19.5,45.5 + parent: 1653 + - uid: 756 + components: + - type: Transform + pos: 19.5,46.5 + parent: 1653 + - uid: 757 + components: + - type: Transform + pos: 19.5,47.5 + parent: 1653 + - uid: 758 + components: + - type: Transform + pos: 20.5,43.5 + parent: 1653 + - uid: 759 + components: + - type: Transform + pos: 20.5,44.5 + parent: 1653 + - uid: 760 + components: + - type: Transform + pos: 20.5,45.5 + parent: 1653 + - uid: 761 + components: + - type: Transform + pos: 20.5,46.5 + parent: 1653 + - uid: 762 + components: + - type: Transform + pos: 20.5,47.5 + parent: 1653 + - uid: 763 + components: + - type: Transform + pos: 21.5,44.5 + parent: 1653 + - uid: 764 + components: + - type: Transform + pos: 21.5,45.5 + parent: 1653 + - uid: 765 + components: + - type: Transform + pos: 21.5,46.5 + parent: 1653 + - uid: 766 + components: + - type: Transform + pos: 17.5,44.5 + parent: 1653 + - uid: 767 + components: + - type: Transform + pos: 17.5,45.5 + parent: 1653 + - uid: 768 + components: + - type: Transform + pos: 17.5,46.5 + parent: 1653 +- proto: Barricade + entities: + - uid: 665 + components: + - type: Transform + pos: 22.5,36.5 + parent: 1653 +- proto: BaseComputer + entities: + - uid: 460 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,44.5 + parent: 1653 + - uid: 1589 + components: + - type: Transform + pos: 37.5,16.5 + parent: 1653 +- proto: Bed + entities: + - uid: 1233 + components: + - type: Transform + pos: 42.5,4.5 + parent: 1653 + - uid: 1234 + components: + - type: Transform + pos: 42.5,0.5 + parent: 1653 + - uid: 1235 + components: + - type: Transform + pos: 50.5,0.5 + parent: 1653 + - uid: 1236 + components: + - type: Transform + pos: 50.5,4.5 + parent: 1653 +- proto: BedsheetSpawner + entities: + - uid: 1237 + components: + - type: Transform + pos: 42.5,4.5 + parent: 1653 + - uid: 1238 + components: + - type: Transform + pos: 50.5,4.5 + parent: 1653 + - uid: 1239 + components: + - type: Transform + pos: 50.5,0.5 + parent: 1653 + - uid: 1240 + components: + - type: Transform + pos: 42.5,0.5 + parent: 1653 +- proto: Bookshelf + entities: + - uid: 1241 + components: + - type: Transform + pos: 40.5,4.5 + parent: 1653 + - uid: 1608 + components: + - type: Transform + pos: 30.5,32.5 + parent: 1653 + - uid: 1609 + components: + - type: Transform + pos: 38.5,32.5 + parent: 1653 + - uid: 1610 + components: + - type: Transform + pos: 36.5,30.5 + parent: 1653 + - uid: 1611 + components: + - type: Transform + pos: 32.5,30.5 + parent: 1653 +- proto: BoxFolderWhite + entities: + - uid: 1003 + components: + - type: Transform + pos: 21.488142,22.553272 + parent: 1653 +- proto: CableApcExtension + entities: + - uid: 1 + components: + - type: Transform + pos: 0.5,39.5 + parent: 1653 + - uid: 2 + components: + - type: Transform + pos: 1.5,39.5 + parent: 1653 + - uid: 3 + components: + - type: Transform + pos: 2.5,39.5 + parent: 1653 + - uid: 4 + components: + - type: Transform + pos: 3.5,39.5 + parent: 1653 + - uid: 5 + components: + - type: Transform + pos: 4.5,39.5 + parent: 1653 + - uid: 6 + components: + - type: Transform + pos: 5.5,39.5 + parent: 1653 + - uid: 7 + components: + - type: Transform + pos: 6.5,39.5 + parent: 1653 + - uid: 8 + components: + - type: Transform + pos: 8.5,39.5 + parent: 1653 + - uid: 9 + components: + - type: Transform + pos: 9.5,39.5 + parent: 1653 + - uid: 10 + components: + - type: Transform + pos: 10.5,39.5 + parent: 1653 + - uid: 11 + components: + - type: Transform + pos: 11.5,39.5 + parent: 1653 + - uid: 12 + components: + - type: Transform + pos: 12.5,39.5 + parent: 1653 + - uid: 13 + components: + - type: Transform + pos: 13.5,39.5 + parent: 1653 + - uid: 14 + components: + - type: Transform + pos: 14.5,39.5 + parent: 1653 + - uid: 15 + components: + - type: Transform + pos: 16.5,39.5 + parent: 1653 + - uid: 16 + components: + - type: Transform + pos: 17.5,39.5 + parent: 1653 + - uid: 17 + components: + - type: Transform + pos: 18.5,39.5 + parent: 1653 + - uid: 18 + components: + - type: Transform + pos: 19.5,39.5 + parent: 1653 + - uid: 19 + components: + - type: Transform + pos: 20.5,39.5 + parent: 1653 + - uid: 20 + components: + - type: Transform + pos: 21.5,39.5 + parent: 1653 + - uid: 21 + components: + - type: Transform + pos: 22.5,39.5 + parent: 1653 + - uid: 22 + components: + - type: Transform + pos: 24.5,39.5 + parent: 1653 + - uid: 23 + components: + - type: Transform + pos: 25.5,39.5 + parent: 1653 + - uid: 24 + components: + - type: Transform + pos: 26.5,39.5 + parent: 1653 + - uid: 25 + components: + - type: Transform + pos: 27.5,39.5 + parent: 1653 + - uid: 26 + components: + - type: Transform + pos: 28.5,39.5 + parent: 1653 + - uid: 27 + components: + - type: Transform + pos: 29.5,39.5 + parent: 1653 + - uid: 28 + components: + - type: Transform + pos: 30.5,39.5 + parent: 1653 + - uid: 29 + components: + - type: Transform + pos: 32.5,39.5 + parent: 1653 + - uid: 30 + components: + - type: Transform + pos: 33.5,39.5 + parent: 1653 + - uid: 31 + components: + - type: Transform + pos: 34.5,39.5 + parent: 1653 + - uid: 32 + components: + - type: Transform + pos: 35.5,39.5 + parent: 1653 + - uid: 33 + components: + - type: Transform + pos: 36.5,39.5 + parent: 1653 + - uid: 34 + components: + - type: Transform + pos: 37.5,39.5 + parent: 1653 + - uid: 35 + components: + - type: Transform + pos: 38.5,39.5 + parent: 1653 + - uid: 36 + components: + - type: Transform + pos: 40.5,39.5 + parent: 1653 + - uid: 37 + components: + - type: Transform + pos: 41.5,39.5 + parent: 1653 + - uid: 38 + components: + - type: Transform + pos: 42.5,39.5 + parent: 1653 + - uid: 39 + components: + - type: Transform + pos: 43.5,39.5 + parent: 1653 + - uid: 40 + components: + - type: Transform + pos: 44.5,39.5 + parent: 1653 + - uid: 41 + components: + - type: Transform + pos: 45.5,39.5 + parent: 1653 + - uid: 42 + components: + - type: Transform + pos: 46.5,39.5 + parent: 1653 + - uid: 43 + components: + - type: Transform + pos: 34.5,35.5 + parent: 1653 + - uid: 44 + components: + - type: Transform + pos: 33.5,35.5 + parent: 1653 + - uid: 45 + components: + - type: Transform + pos: 32.5,35.5 + parent: 1653 + - uid: 46 + components: + - type: Transform + pos: 31.5,35.5 + parent: 1653 + - uid: 47 + components: + - type: Transform + pos: 30.5,35.5 + parent: 1653 + - uid: 48 + components: + - type: Transform + pos: 29.5,35.5 + parent: 1653 + - uid: 49 + components: + - type: Transform + pos: 28.5,35.5 + parent: 1653 + - uid: 50 + components: + - type: Transform + pos: 27.5,35.5 + parent: 1653 + - uid: 51 + components: + - type: Transform + pos: 26.5,35.5 + parent: 1653 + - uid: 52 + components: + - type: Transform + pos: 25.5,35.5 + parent: 1653 + - uid: 53 + components: + - type: Transform + pos: 24.5,35.5 + parent: 1653 + - uid: 54 + components: + - type: Transform + pos: 22.5,35.5 + parent: 1653 + - uid: 55 + components: + - type: Transform + pos: 21.5,35.5 + parent: 1653 + - uid: 56 + components: + - type: Transform + pos: 20.5,35.5 + parent: 1653 + - uid: 57 + components: + - type: Transform + pos: 19.5,35.5 + parent: 1653 + - uid: 58 + components: + - type: Transform + pos: 18.5,35.5 + parent: 1653 + - uid: 59 + components: + - type: Transform + pos: 17.5,35.5 + parent: 1653 + - uid: 60 + components: + - type: Transform + pos: 16.5,35.5 + parent: 1653 + - uid: 61 + components: + - type: Transform + pos: 15.5,35.5 + parent: 1653 + - uid: 62 + components: + - type: Transform + pos: 14.5,35.5 + parent: 1653 + - uid: 63 + components: + - type: Transform + pos: 13.5,35.5 + parent: 1653 + - uid: 64 + components: + - type: Transform + pos: 12.5,35.5 + parent: 1653 + - uid: 65 + components: + - type: Transform + pos: 10.5,35.5 + parent: 1653 + - uid: 66 + components: + - type: Transform + pos: 9.5,35.5 + parent: 1653 + - uid: 67 + components: + - type: Transform + pos: 8.5,35.5 + parent: 1653 + - uid: 68 + components: + - type: Transform + pos: 7.5,35.5 + parent: 1653 + - uid: 69 + components: + - type: Transform + pos: 6.5,35.5 + parent: 1653 + - uid: 70 + components: + - type: Transform + pos: 5.5,35.5 + parent: 1653 + - uid: 71 + components: + - type: Transform + pos: 4.5,35.5 + parent: 1653 + - uid: 72 + components: + - type: Transform + pos: 3.5,35.5 + parent: 1653 + - uid: 73 + components: + - type: Transform + pos: 2.5,35.5 + parent: 1653 + - uid: 74 + components: + - type: Transform + pos: 1.5,35.5 + parent: 1653 + - uid: 75 + components: + - type: Transform + pos: 0.5,35.5 + parent: 1653 + - uid: 76 + components: + - type: Transform + pos: 3.5,42.5 + parent: 1653 + - uid: 77 + components: + - type: Transform + pos: 3.5,43.5 + parent: 1653 + - uid: 78 + components: + - type: Transform + pos: 3.5,44.5 + parent: 1653 + - uid: 79 + components: + - type: Transform + pos: 3.5,45.5 + parent: 1653 + - uid: 80 + components: + - type: Transform + pos: 3.5,46.5 + parent: 1653 + - uid: 81 + components: + - type: Transform + pos: 3.5,47.5 + parent: 1653 + - uid: 82 + components: + - type: Transform + pos: 3.5,48.5 + parent: 1653 + - uid: 83 + components: + - type: Transform + pos: 0.5,45.5 + parent: 1653 + - uid: 84 + components: + - type: Transform + pos: 1.5,45.5 + parent: 1653 + - uid: 85 + components: + - type: Transform + pos: 2.5,45.5 + parent: 1653 + - uid: 86 + components: + - type: Transform + pos: 4.5,45.5 + parent: 1653 + - uid: 87 + components: + - type: Transform + pos: 5.5,45.5 + parent: 1653 + - uid: 88 + components: + - type: Transform + pos: 6.5,45.5 + parent: 1653 + - uid: 89 + components: + - type: Transform + pos: 8.5,45.5 + parent: 1653 + - uid: 90 + components: + - type: Transform + pos: 9.5,45.5 + parent: 1653 + - uid: 91 + components: + - type: Transform + pos: 10.5,45.5 + parent: 1653 + - uid: 92 + components: + - type: Transform + pos: 11.5,45.5 + parent: 1653 + - uid: 93 + components: + - type: Transform + pos: 12.5,45.5 + parent: 1653 + - uid: 94 + components: + - type: Transform + pos: 13.5,45.5 + parent: 1653 + - uid: 95 + components: + - type: Transform + pos: 14.5,45.5 + parent: 1653 + - uid: 96 + components: + - type: Transform + pos: 11.5,42.5 + parent: 1653 + - uid: 97 + components: + - type: Transform + pos: 11.5,43.5 + parent: 1653 + - uid: 98 + components: + - type: Transform + pos: 11.5,44.5 + parent: 1653 + - uid: 99 + components: + - type: Transform + pos: 11.5,46.5 + parent: 1653 + - uid: 100 + components: + - type: Transform + pos: 11.5,47.5 + parent: 1653 + - uid: 101 + components: + - type: Transform + pos: 11.5,48.5 + parent: 1653 + - uid: 102 + components: + - type: Transform + pos: 16.5,45.5 + parent: 1653 + - uid: 103 + components: + - type: Transform + pos: 17.5,45.5 + parent: 1653 + - uid: 104 + components: + - type: Transform + pos: 18.5,45.5 + parent: 1653 + - uid: 105 + components: + - type: Transform + pos: 19.5,45.5 + parent: 1653 + - uid: 106 + components: + - type: Transform + pos: 20.5,45.5 + parent: 1653 + - uid: 107 + components: + - type: Transform + pos: 21.5,45.5 + parent: 1653 + - uid: 108 + components: + - type: Transform + pos: 22.5,45.5 + parent: 1653 + - uid: 109 + components: + - type: Transform + pos: 19.5,42.5 + parent: 1653 + - uid: 110 + components: + - type: Transform + pos: 19.5,43.5 + parent: 1653 + - uid: 111 + components: + - type: Transform + pos: 19.5,44.5 + parent: 1653 + - uid: 112 + components: + - type: Transform + pos: 19.5,46.5 + parent: 1653 + - uid: 113 + components: + - type: Transform + pos: 19.5,47.5 + parent: 1653 + - uid: 114 + components: + - type: Transform + pos: 19.5,48.5 + parent: 1653 + - uid: 115 + components: + - type: Transform + pos: 40.5,31.5 + parent: 1653 + - uid: 116 + components: + - type: Transform + pos: 39.5,31.5 + parent: 1653 + - uid: 117 + components: + - type: Transform + pos: 38.5,31.5 + parent: 1653 + - uid: 118 + components: + - type: Transform + pos: 37.5,31.5 + parent: 1653 + - uid: 119 + components: + - type: Transform + pos: 36.5,31.5 + parent: 1653 + - uid: 120 + components: + - type: Transform + pos: 35.5,31.5 + parent: 1653 + - uid: 121 + components: + - type: Transform + pos: 34.5,31.5 + parent: 1653 + - uid: 122 + components: + - type: Transform + pos: 33.5,31.5 + parent: 1653 + - uid: 123 + components: + - type: Transform + pos: 32.5,31.5 + parent: 1653 + - uid: 124 + components: + - type: Transform + pos: 31.5,31.5 + parent: 1653 + - uid: 125 + components: + - type: Transform + pos: 30.5,31.5 + parent: 1653 + - uid: 126 + components: + - type: Transform + pos: 29.5,31.5 + parent: 1653 + - uid: 127 + components: + - type: Transform + pos: 28.5,31.5 + parent: 1653 + - uid: 128 + components: + - type: Transform + pos: 26.5,31.5 + parent: 1653 + - uid: 129 + components: + - type: Transform + pos: 25.5,31.5 + parent: 1653 + - uid: 130 + components: + - type: Transform + pos: 24.5,31.5 + parent: 1653 + - uid: 131 + components: + - type: Transform + pos: 23.5,31.5 + parent: 1653 + - uid: 132 + components: + - type: Transform + pos: 22.5,31.5 + parent: 1653 + - uid: 133 + components: + - type: Transform + pos: 21.5,31.5 + parent: 1653 + - uid: 134 + components: + - type: Transform + pos: 20.5,31.5 + parent: 1653 + - uid: 135 + components: + - type: Transform + pos: 19.5,31.5 + parent: 1653 + - uid: 136 + components: + - type: Transform + pos: 18.5,31.5 + parent: 1653 + - uid: 137 + components: + - type: Transform + pos: 17.5,31.5 + parent: 1653 + - uid: 138 + components: + - type: Transform + pos: 16.5,31.5 + parent: 1653 + - uid: 139 + components: + - type: Transform + pos: 15.5,31.5 + parent: 1653 + - uid: 140 + components: + - type: Transform + pos: 14.5,31.5 + parent: 1653 + - uid: 141 + components: + - type: Transform + pos: 11.5,31.5 + parent: 1653 + - uid: 142 + components: + - type: Transform + pos: 10.5,31.5 + parent: 1653 + - uid: 143 + components: + - type: Transform + pos: 9.5,31.5 + parent: 1653 + - uid: 144 + components: + - type: Transform + pos: 8.5,31.5 + parent: 1653 + - uid: 145 + components: + - type: Transform + pos: 7.5,31.5 + parent: 1653 + - uid: 146 + components: + - type: Transform + pos: 6.5,31.5 + parent: 1653 + - uid: 147 + components: + - type: Transform + pos: 5.5,31.5 + parent: 1653 + - uid: 148 + components: + - type: Transform + pos: 4.5,31.5 + parent: 1653 + - uid: 149 + components: + - type: Transform + pos: 3.5,31.5 + parent: 1653 + - uid: 150 + components: + - type: Transform + pos: 2.5,31.5 + parent: 1653 + - uid: 151 + components: + - type: Transform + pos: 1.5,31.5 + parent: 1653 + - uid: 152 + components: + - type: Transform + pos: 0.5,31.5 + parent: 1653 + - uid: 153 + components: + - type: Transform + pos: 12.5,31.5 + parent: 1653 + - uid: 154 + components: + - type: Transform + pos: 1.5,24.5 + parent: 1653 + - uid: 155 + components: + - type: Transform + pos: 1.5,25.5 + parent: 1653 + - uid: 156 + components: + - type: Transform + pos: 1.5,26.5 + parent: 1653 + - uid: 157 + components: + - type: Transform + pos: 1.5,27.5 + parent: 1653 + - uid: 158 + components: + - type: Transform + pos: 1.5,28.5 + parent: 1653 + - uid: 159 + components: + - type: Transform + pos: 5.5,28.5 + parent: 1653 + - uid: 160 + components: + - type: Transform + pos: 5.5,27.5 + parent: 1653 + - uid: 161 + components: + - type: Transform + pos: 5.5,26.5 + parent: 1653 + - uid: 162 + components: + - type: Transform + pos: 5.5,25.5 + parent: 1653 + - uid: 163 + components: + - type: Transform + pos: 5.5,24.5 + parent: 1653 + - uid: 164 + components: + - type: Transform + pos: 4.5,26.5 + parent: 1653 + - uid: 165 + components: + - type: Transform + pos: 6.5,26.5 + parent: 1653 + - uid: 166 + components: + - type: Transform + pos: 2.5,26.5 + parent: 1653 + - uid: 167 + components: + - type: Transform + pos: 0.5,26.5 + parent: 1653 + - uid: 168 + components: + - type: Transform + pos: 9.5,24.5 + parent: 1653 + - uid: 169 + components: + - type: Transform + pos: 9.5,25.5 + parent: 1653 + - uid: 170 + components: + - type: Transform + pos: 9.5,26.5 + parent: 1653 + - uid: 171 + components: + - type: Transform + pos: 9.5,27.5 + parent: 1653 + - uid: 172 + components: + - type: Transform + pos: 9.5,28.5 + parent: 1653 + - uid: 173 + components: + - type: Transform + pos: 10.5,26.5 + parent: 1653 + - uid: 174 + components: + - type: Transform + pos: 8.5,26.5 + parent: 1653 + - uid: 175 + components: + - type: Transform + pos: 3.5,38.5 + parent: 1653 + - uid: 176 + components: + - type: Transform + pos: 3.5,40.5 + parent: 1653 + - uid: 177 + components: + - type: Transform + pos: 11.5,38.5 + parent: 1653 + - uid: 178 + components: + - type: Transform + pos: 11.5,40.5 + parent: 1653 + - uid: 179 + components: + - type: Transform + pos: 19.5,38.5 + parent: 1653 + - uid: 180 + components: + - type: Transform + pos: 19.5,40.5 + parent: 1653 + - uid: 181 + components: + - type: Transform + pos: 27.5,38.5 + parent: 1653 + - uid: 182 + components: + - type: Transform + pos: 27.5,40.5 + parent: 1653 + - uid: 183 + components: + - type: Transform + pos: 35.5,38.5 + parent: 1653 + - uid: 184 + components: + - type: Transform + pos: 35.5,40.5 + parent: 1653 + - uid: 185 + components: + - type: Transform + pos: 43.5,38.5 + parent: 1653 + - uid: 186 + components: + - type: Transform + pos: 43.5,40.5 + parent: 1653 + - uid: 187 + components: + - type: Transform + pos: 29.5,36.5 + parent: 1653 + - uid: 188 + components: + - type: Transform + pos: 29.5,34.5 + parent: 1653 + - uid: 189 + components: + - type: Transform + pos: 17.5,34.5 + parent: 1653 + - uid: 190 + components: + - type: Transform + pos: 17.5,36.5 + parent: 1653 + - uid: 191 + components: + - type: Transform + pos: 5.5,34.5 + parent: 1653 + - uid: 192 + components: + - type: Transform + pos: 5.5,36.5 + parent: 1653 + - uid: 193 + components: + - type: Transform + pos: 6.5,32.5 + parent: 1653 + - uid: 194 + components: + - type: Transform + pos: 6.5,30.5 + parent: 1653 + - uid: 195 + components: + - type: Transform + pos: 20.5,32.5 + parent: 1653 + - uid: 196 + components: + - type: Transform + pos: 20.5,30.5 + parent: 1653 + - uid: 197 + components: + - type: Transform + pos: 34.5,32.5 + parent: 1653 + - uid: 198 + components: + - type: Transform + pos: 34.5,30.5 + parent: 1653 + - uid: 199 + components: + - type: Transform + pos: 13.5,24.5 + parent: 1653 + - uid: 200 + components: + - type: Transform + pos: 13.5,25.5 + parent: 1653 + - uid: 201 + components: + - type: Transform + pos: 13.5,26.5 + parent: 1653 + - uid: 202 + components: + - type: Transform + pos: 13.5,27.5 + parent: 1653 + - uid: 203 + components: + - type: Transform + pos: 13.5,28.5 + parent: 1653 + - uid: 204 + components: + - type: Transform + pos: 12.5,26.5 + parent: 1653 + - uid: 205 + components: + - type: Transform + pos: 14.5,26.5 + parent: 1653 + - uid: 206 + components: + - type: Transform + pos: 17.5,24.5 + parent: 1653 + - uid: 207 + components: + - type: Transform + pos: 17.5,25.5 + parent: 1653 + - uid: 208 + components: + - type: Transform + pos: 17.5,26.5 + parent: 1653 + - uid: 209 + components: + - type: Transform + pos: 17.5,27.5 + parent: 1653 + - uid: 210 + components: + - type: Transform + pos: 17.5,28.5 + parent: 1653 + - uid: 211 + components: + - type: Transform + pos: 16.5,26.5 + parent: 1653 + - uid: 212 + components: + - type: Transform + pos: 18.5,26.5 + parent: 1653 + - uid: 213 + components: + - type: Transform + pos: 21.5,24.5 + parent: 1653 + - uid: 214 + components: + - type: Transform + pos: 21.5,25.5 + parent: 1653 + - uid: 215 + components: + - type: Transform + pos: 21.5,26.5 + parent: 1653 + - uid: 216 + components: + - type: Transform + pos: 21.5,27.5 + parent: 1653 + - uid: 217 + components: + - type: Transform + pos: 21.5,28.5 + parent: 1653 + - uid: 218 + components: + - type: Transform + pos: 20.5,26.5 + parent: 1653 + - uid: 219 + components: + - type: Transform + pos: 22.5,26.5 + parent: 1653 + - uid: 220 + components: + - type: Transform + pos: 2.5,18.5 + parent: 1653 + - uid: 221 + components: + - type: Transform + pos: 2.5,19.5 + parent: 1653 + - uid: 222 + components: + - type: Transform + pos: 2.5,20.5 + parent: 1653 + - uid: 223 + components: + - type: Transform + pos: 2.5,21.5 + parent: 1653 + - uid: 224 + components: + - type: Transform + pos: 2.5,22.5 + parent: 1653 + - uid: 225 + components: + - type: Transform + pos: 3.5,20.5 + parent: 1653 + - uid: 226 + components: + - type: Transform + pos: 4.5,20.5 + parent: 1653 + - uid: 227 + components: + - type: Transform + pos: 1.5,20.5 + parent: 1653 + - uid: 228 + components: + - type: Transform + pos: 0.5,20.5 + parent: 1653 + - uid: 229 + components: + - type: Transform + pos: 8.5,18.5 + parent: 1653 + - uid: 230 + components: + - type: Transform + pos: 7.5,19.5 + parent: 1653 + - uid: 231 + components: + - type: Transform + pos: 7.5,21.5 + parent: 1653 + - uid: 232 + components: + - type: Transform + pos: 7.5,18.5 + parent: 1653 + - uid: 233 + components: + - type: Transform + pos: 8.5,22.5 + parent: 1653 + - uid: 234 + components: + - type: Transform + pos: 6.5,19.5 + parent: 1653 + - uid: 235 + components: + - type: Transform + pos: 6.5,20.5 + parent: 1653 + - uid: 236 + components: + - type: Transform + pos: 6.5,21.5 + parent: 1653 + - uid: 237 + components: + - type: Transform + pos: 10.5,20.5 + parent: 1653 + - uid: 238 + components: + - type: Transform + pos: 14.5,18.5 + parent: 1653 + - uid: 239 + components: + - type: Transform + pos: 14.5,19.5 + parent: 1653 + - uid: 240 + components: + - type: Transform + pos: 14.5,20.5 + parent: 1653 + - uid: 241 + components: + - type: Transform + pos: 14.5,21.5 + parent: 1653 + - uid: 242 + components: + - type: Transform + pos: 14.5,22.5 + parent: 1653 + - uid: 243 + components: + - type: Transform + pos: 13.5,20.5 + parent: 1653 + - uid: 244 + components: + - type: Transform + pos: 12.5,20.5 + parent: 1653 + - uid: 245 + components: + - type: Transform + pos: 15.5,20.5 + parent: 1653 + - uid: 246 + components: + - type: Transform + pos: 16.5,20.5 + parent: 1653 + - uid: 247 + components: + - type: Transform + pos: 20.5,18.5 + parent: 1653 + - uid: 248 + components: + - type: Transform + pos: 20.5,19.5 + parent: 1653 + - uid: 249 + components: + - type: Transform + pos: 20.5,20.5 + parent: 1653 + - uid: 250 + components: + - type: Transform + pos: 20.5,21.5 + parent: 1653 + - uid: 251 + components: + - type: Transform + pos: 20.5,22.5 + parent: 1653 + - uid: 252 + components: + - type: Transform + pos: 19.5,20.5 + parent: 1653 + - uid: 253 + components: + - type: Transform + pos: 18.5,20.5 + parent: 1653 + - uid: 254 + components: + - type: Transform + pos: 21.5,20.5 + parent: 1653 + - uid: 255 + components: + - type: Transform + pos: 22.5,20.5 + parent: 1653 + - uid: 256 + components: + - type: Transform + pos: 26.5,18.5 + parent: 1653 + - uid: 257 + components: + - type: Transform + pos: 26.5,19.5 + parent: 1653 + - uid: 258 + components: + - type: Transform + pos: 26.5,20.5 + parent: 1653 + - uid: 259 + components: + - type: Transform + pos: 26.5,21.5 + parent: 1653 + - uid: 260 + components: + - type: Transform + pos: 26.5,22.5 + parent: 1653 + - uid: 263 + components: + - type: Transform + pos: 27.5,20.5 + parent: 1653 + - uid: 264 + components: + - type: Transform + pos: 28.5,20.5 + parent: 1653 + - uid: 265 + components: + - type: Transform + pos: 32.5,18.5 + parent: 1653 + - uid: 266 + components: + - type: Transform + pos: 32.5,19.5 + parent: 1653 + - uid: 267 + components: + - type: Transform + pos: 32.5,20.5 + parent: 1653 + - uid: 268 + components: + - type: Transform + pos: 32.5,21.5 + parent: 1653 + - uid: 269 + components: + - type: Transform + pos: 32.5,22.5 + parent: 1653 + - uid: 270 + components: + - type: Transform + pos: 31.5,20.5 + parent: 1653 + - uid: 271 + components: + - type: Transform + pos: 30.5,20.5 + parent: 1653 + - uid: 272 + components: + - type: Transform + pos: 33.5,20.5 + parent: 1653 + - uid: 273 + components: + - type: Transform + pos: 34.5,20.5 + parent: 1653 + - uid: 274 + components: + - type: Transform + pos: 19.5,12.5 + parent: 1653 + - uid: 275 + components: + - type: Transform + pos: 16.5,12.5 + parent: 1653 + - uid: 276 + components: + - type: Transform + pos: 16.5,15.5 + parent: 1653 + - uid: 277 + components: + - type: Transform + pos: 17.5,12.5 + parent: 1653 + - uid: 278 + components: + - type: Transform + pos: 19.5,16.5 + parent: 1653 + - uid: 279 + components: + - type: Transform + pos: 16.5,16.5 + parent: 1653 + - uid: 280 + components: + - type: Transform + pos: 17.5,16.5 + parent: 1653 + - uid: 281 + components: + - type: Transform + pos: 16.5,14.5 + parent: 1653 + - uid: 282 + components: + - type: Transform + pos: 16.5,13.5 + parent: 1653 + - uid: 283 + components: + - type: Transform + pos: 18.5,12.5 + parent: 1653 + - uid: 284 + components: + - type: Transform + pos: 22.5,14.5 + parent: 1653 + - uid: 285 + components: + - type: Transform + pos: 0.5,14.5 + parent: 1653 + - uid: 286 + components: + - type: Transform + pos: 1.5,14.5 + parent: 1653 + - uid: 287 + components: + - type: Transform + pos: 2.5,14.5 + parent: 1653 + - uid: 288 + components: + - type: Transform + pos: 2.5,15.5 + parent: 1653 + - uid: 289 + components: + - type: Transform + pos: 4.5,14.5 + parent: 1653 + - uid: 290 + components: + - type: Transform + pos: 5.5,14.5 + parent: 1653 + - uid: 291 + components: + - type: Transform + pos: 6.5,14.5 + parent: 1653 + - uid: 292 + components: + - type: Transform + pos: 8.5,14.5 + parent: 1653 + - uid: 293 + components: + - type: Transform + pos: 3.5,13.5 + parent: 1653 + - uid: 294 + components: + - type: Transform + pos: 3.5,12.5 + parent: 1653 + - uid: 295 + components: + - type: Transform + pos: 3.5,15.5 + parent: 1653 + - uid: 296 + components: + - type: Transform + pos: 3.5,16.5 + parent: 1653 + - uid: 297 + components: + - type: Transform + pos: 10.5,12.5 + parent: 1653 + - uid: 298 + components: + - type: Transform + pos: 10.5,14.5 + parent: 1653 + - uid: 299 + components: + - type: Transform + pos: 11.5,14.5 + parent: 1653 + - uid: 300 + components: + - type: Transform + pos: 12.5,14.5 + parent: 1653 + - uid: 302 + components: + - type: Transform + pos: 14.5,14.5 + parent: 1653 + - uid: 304 + components: + - type: Transform + pos: 11.5,16.5 + parent: 1653 + - uid: 305 + components: + - type: Transform + pos: 11.5,13.5 + parent: 1653 + - uid: 306 + components: + - type: Transform + pos: 11.5,12.5 + parent: 1653 + - uid: 307 + components: + - type: Transform + pos: 24.5,14.5 + parent: 1653 + - uid: 308 + components: + - type: Transform + pos: 25.5,14.5 + parent: 1653 + - uid: 309 + components: + - type: Transform + pos: 26.5,14.5 + parent: 1653 + - uid: 310 + components: + - type: Transform + pos: 27.5,14.5 + parent: 1653 + - uid: 311 + components: + - type: Transform + pos: 28.5,14.5 + parent: 1653 + - uid: 312 + components: + - type: Transform + pos: 29.5,14.5 + parent: 1653 + - uid: 313 + components: + - type: Transform + pos: 30.5,14.5 + parent: 1653 + - uid: 314 + components: + - type: Transform + pos: 27.5,13.5 + parent: 1653 + - uid: 315 + components: + - type: Transform + pos: 27.5,12.5 + parent: 1653 + - uid: 316 + components: + - type: Transform + pos: 27.5,15.5 + parent: 1653 + - uid: 317 + components: + - type: Transform + pos: 27.5,16.5 + parent: 1653 + - uid: 318 + components: + - type: Transform + pos: 32.5,14.5 + parent: 1653 + - uid: 319 + components: + - type: Transform + pos: 33.5,14.5 + parent: 1653 + - uid: 320 + components: + - type: Transform + pos: 34.5,14.5 + parent: 1653 + - uid: 321 + components: + - type: Transform + pos: 35.5,14.5 + parent: 1653 + - uid: 322 + components: + - type: Transform + pos: 36.5,14.5 + parent: 1653 + - uid: 323 + components: + - type: Transform + pos: 37.5,14.5 + parent: 1653 + - uid: 324 + components: + - type: Transform + pos: 38.5,14.5 + parent: 1653 + - uid: 325 + components: + - type: Transform + pos: 35.5,13.5 + parent: 1653 + - uid: 326 + components: + - type: Transform + pos: 35.5,12.5 + parent: 1653 + - uid: 327 + components: + - type: Transform + pos: 35.5,15.5 + parent: 1653 + - uid: 328 + components: + - type: Transform + pos: 35.5,16.5 + parent: 1653 + - uid: 329 + components: + - type: Transform + pos: 40.5,14.5 + parent: 1653 + - uid: 330 + components: + - type: Transform + pos: 41.5,14.5 + parent: 1653 + - uid: 331 + components: + - type: Transform + pos: 42.5,14.5 + parent: 1653 + - uid: 332 + components: + - type: Transform + pos: 43.5,14.5 + parent: 1653 + - uid: 333 + components: + - type: Transform + pos: 44.5,14.5 + parent: 1653 + - uid: 334 + components: + - type: Transform + pos: 45.5,14.5 + parent: 1653 + - uid: 335 + components: + - type: Transform + pos: 46.5,14.5 + parent: 1653 + - uid: 336 + components: + - type: Transform + pos: 43.5,13.5 + parent: 1653 + - uid: 337 + components: + - type: Transform + pos: 43.5,12.5 + parent: 1653 + - uid: 338 + components: + - type: Transform + pos: 43.5,15.5 + parent: 1653 + - uid: 339 + components: + - type: Transform + pos: 43.5,16.5 + parent: 1653 + - uid: 340 + components: + - type: Transform + pos: 34.5,8.5 + parent: 1653 + - uid: 341 + components: + - type: Transform + pos: 33.5,8.5 + parent: 1653 + - uid: 342 + components: + - type: Transform + pos: 32.5,8.5 + parent: 1653 + - uid: 343 + components: + - type: Transform + pos: 31.5,8.5 + parent: 1653 + - uid: 344 + components: + - type: Transform + pos: 30.5,8.5 + parent: 1653 + - uid: 345 + components: + - type: Transform + pos: 29.5,8.5 + parent: 1653 + - uid: 346 + components: + - type: Transform + pos: 28.5,8.5 + parent: 1653 + - uid: 347 + components: + - type: Transform + pos: 27.5,8.5 + parent: 1653 + - uid: 348 + components: + - type: Transform + pos: 26.5,8.5 + parent: 1653 + - uid: 349 + components: + - type: Transform + pos: 25.5,8.5 + parent: 1653 + - uid: 350 + components: + - type: Transform + pos: 24.5,8.5 + parent: 1653 + - uid: 351 + components: + - type: Transform + pos: 29.5,9.5 + parent: 1653 + - uid: 352 + components: + - type: Transform + pos: 29.5,10.5 + parent: 1653 + - uid: 355 + components: + - type: Transform + pos: 22.5,8.5 + parent: 1653 + - uid: 356 + components: + - type: Transform + pos: 21.5,8.5 + parent: 1653 + - uid: 357 + components: + - type: Transform + pos: 20.5,8.5 + parent: 1653 + - uid: 358 + components: + - type: Transform + pos: 19.5,8.5 + parent: 1653 + - uid: 359 + components: + - type: Transform + pos: 18.5,8.5 + parent: 1653 + - uid: 360 + components: + - type: Transform + pos: 17.5,8.5 + parent: 1653 + - uid: 361 + components: + - type: Transform + pos: 16.5,8.5 + parent: 1653 + - uid: 362 + components: + - type: Transform + pos: 15.5,8.5 + parent: 1653 + - uid: 363 + components: + - type: Transform + pos: 14.5,8.5 + parent: 1653 + - uid: 364 + components: + - type: Transform + pos: 13.5,8.5 + parent: 1653 + - uid: 365 + components: + - type: Transform + pos: 12.5,8.5 + parent: 1653 + - uid: 366 + components: + - type: Transform + pos: 17.5,9.5 + parent: 1653 + - uid: 367 + components: + - type: Transform + pos: 17.5,10.5 + parent: 1653 + - uid: 368 + components: + - type: Transform + pos: 17.5,7.5 + parent: 1653 + - uid: 369 + components: + - type: Transform + pos: 17.5,6.5 + parent: 1653 + - uid: 370 + components: + - type: Transform + pos: 10.5,8.5 + parent: 1653 + - uid: 371 + components: + - type: Transform + pos: 9.5,8.5 + parent: 1653 + - uid: 372 + components: + - type: Transform + pos: 8.5,8.5 + parent: 1653 + - uid: 373 + components: + - type: Transform + pos: 7.5,8.5 + parent: 1653 + - uid: 374 + components: + - type: Transform + pos: 6.5,8.5 + parent: 1653 + - uid: 375 + components: + - type: Transform + pos: 5.5,8.5 + parent: 1653 + - uid: 376 + components: + - type: Transform + pos: 4.5,8.5 + parent: 1653 + - uid: 377 + components: + - type: Transform + pos: 3.5,8.5 + parent: 1653 + - uid: 378 + components: + - type: Transform + pos: 2.5,8.5 + parent: 1653 + - uid: 379 + components: + - type: Transform + pos: 1.5,8.5 + parent: 1653 + - uid: 380 + components: + - type: Transform + pos: 0.5,8.5 + parent: 1653 + - uid: 381 + components: + - type: Transform + pos: 5.5,9.5 + parent: 1653 + - uid: 382 + components: + - type: Transform + pos: 5.5,10.5 + parent: 1653 + - uid: 383 + components: + - type: Transform + pos: 5.5,7.5 + parent: 1653 + - uid: 384 + components: + - type: Transform + pos: 5.5,6.5 + parent: 1653 + - uid: 385 + components: + - type: Transform + pos: 0.5,2.5 + parent: 1653 + - uid: 386 + components: + - type: Transform + pos: 1.5,2.5 + parent: 1653 + - uid: 387 + components: + - type: Transform + pos: 2.5,2.5 + parent: 1653 + - uid: 388 + components: + - type: Transform + pos: 2.5,3.5 + parent: 1653 + - uid: 389 + components: + - type: Transform + pos: 4.5,0.5 + parent: 1653 + - uid: 390 + components: + - type: Transform + pos: 3.5,0.5 + parent: 1653 + - uid: 391 + components: + - type: Transform + pos: 3.5,1.5 + parent: 1653 + - uid: 392 + components: + - type: Transform + pos: 3.5,3.5 + parent: 1653 + - uid: 393 + components: + - type: Transform + pos: 3.5,4.5 + parent: 1653 + - uid: 394 + components: + - type: Transform + pos: 4.5,4.5 + parent: 1653 + - uid: 395 + components: + - type: Transform + pos: 5.5,4.5 + parent: 1653 + - uid: 396 + components: + - type: Transform + pos: 6.5,4.5 + parent: 1653 + - uid: 397 + components: + - type: Transform + pos: 7.5,4.5 + parent: 1653 + - uid: 398 + components: + - type: Transform + pos: 7.5,0.5 + parent: 1653 + - uid: 399 + components: + - type: Transform + pos: 14.5,2.5 + parent: 1653 + - uid: 400 + components: + - type: Transform + pos: 15.5,2.5 + parent: 1653 + - uid: 401 + components: + - type: Transform + pos: 16.5,2.5 + parent: 1653 + - uid: 402 + components: + - type: Transform + pos: 6.5,0.5 + parent: 1653 + - uid: 403 + components: + - type: Transform + pos: 8.5,4.5 + parent: 1653 + - uid: 404 + components: + - type: Transform + pos: 5.5,0.5 + parent: 1653 + - uid: 405 + components: + - type: Transform + pos: 8.5,0.5 + parent: 1653 + - uid: 406 + components: + - type: Transform + pos: 18.5,2.5 + parent: 1653 + - uid: 407 + components: + - type: Transform + pos: 19.5,2.5 + parent: 1653 + - uid: 408 + components: + - type: Transform + pos: 20.5,2.5 + parent: 1653 + - uid: 409 + components: + - type: Transform + pos: 21.5,2.5 + parent: 1653 + - uid: 410 + components: + - type: Transform + pos: 22.5,2.5 + parent: 1653 + - uid: 411 + components: + - type: Transform + pos: 23.5,2.5 + parent: 1653 + - uid: 412 + components: + - type: Transform + pos: 24.5,2.5 + parent: 1653 + - uid: 413 + components: + - type: Transform + pos: 25.5,2.5 + parent: 1653 + - uid: 414 + components: + - type: Transform + pos: 26.5,2.5 + parent: 1653 + - uid: 415 + components: + - type: Transform + pos: 27.5,2.5 + parent: 1653 + - uid: 416 + components: + - type: Transform + pos: 28.5,2.5 + parent: 1653 + - uid: 417 + components: + - type: Transform + pos: 29.5,2.5 + parent: 1653 + - uid: 418 + components: + - type: Transform + pos: 30.5,2.5 + parent: 1653 + - uid: 419 + components: + - type: Transform + pos: 31.5,2.5 + parent: 1653 + - uid: 420 + components: + - type: Transform + pos: 32.5,2.5 + parent: 1653 + - uid: 421 + components: + - type: Transform + pos: 33.5,2.5 + parent: 1653 + - uid: 422 + components: + - type: Transform + pos: 34.5,2.5 + parent: 1653 + - uid: 423 + components: + - type: Transform + pos: 36.5,2.5 + parent: 1653 + - uid: 424 + components: + - type: Transform + pos: 26.5,3.5 + parent: 1653 + - uid: 425 + components: + - type: Transform + pos: 26.5,4.5 + parent: 1653 + - uid: 426 + components: + - type: Transform + pos: 26.5,1.5 + parent: 1653 + - uid: 427 + components: + - type: Transform + pos: 26.5,0.5 + parent: 1653 + - uid: 428 + components: + - type: Transform + pos: 37.5,2.5 + parent: 1653 + - uid: 429 + components: + - type: Transform + pos: 38.5,2.5 + parent: 1653 + - uid: 430 + components: + - type: Transform + pos: 39.5,2.5 + parent: 1653 + - uid: 431 + components: + - type: Transform + pos: 40.5,2.5 + parent: 1653 + - uid: 432 + components: + - type: Transform + pos: 41.5,2.5 + parent: 1653 + - uid: 433 + components: + - type: Transform + pos: 42.5,2.5 + parent: 1653 + - uid: 434 + components: + - type: Transform + pos: 43.5,2.5 + parent: 1653 + - uid: 435 + components: + - type: Transform + pos: 44.5,2.5 + parent: 1653 + - uid: 436 + components: + - type: Transform + pos: 45.5,2.5 + parent: 1653 + - uid: 437 + components: + - type: Transform + pos: 46.5,2.5 + parent: 1653 + - uid: 438 + components: + - type: Transform + pos: 47.5,2.5 + parent: 1653 + - uid: 439 + components: + - type: Transform + pos: 48.5,2.5 + parent: 1653 + - uid: 440 + components: + - type: Transform + pos: 49.5,2.5 + parent: 1653 + - uid: 441 + components: + - type: Transform + pos: 50.5,2.5 + parent: 1653 + - uid: 442 + components: + - type: Transform + pos: 51.5,2.5 + parent: 1653 + - uid: 443 + components: + - type: Transform + pos: 52.5,2.5 + parent: 1653 + - uid: 444 + components: + - type: Transform + pos: 53.5,2.5 + parent: 1653 + - uid: 445 + components: + - type: Transform + pos: 54.5,2.5 + parent: 1653 + - uid: 447 + components: + - type: Transform + pos: 45.5,3.5 + parent: 1653 + - uid: 448 + components: + - type: Transform + pos: 45.5,4.5 + parent: 1653 + - uid: 449 + components: + - type: Transform + pos: 45.5,0.5 + parent: 1653 + - uid: 450 + components: + - type: Transform + pos: 45.5,1.5 + parent: 1653 + - uid: 568 + components: + - type: Transform + pos: 12.5,43.5 + parent: 1653 + - uid: 572 + components: + - type: Transform + pos: 13.5,43.5 + parent: 1653 + - uid: 906 + components: + - type: Transform + pos: 9.5,18.5 + parent: 1653 + - uid: 907 + components: + - type: Transform + pos: 10.5,21.5 + parent: 1653 + - uid: 910 + components: + - type: Transform + pos: 9.5,22.5 + parent: 1653 + - uid: 911 + components: + - type: Transform + pos: 7.5,22.5 + parent: 1653 + - uid: 912 + components: + - type: Transform + pos: 9.5,19.5 + parent: 1653 + - uid: 913 + components: + - type: Transform + pos: 10.5,19.5 + parent: 1653 + - uid: 914 + components: + - type: Transform + pos: 9.5,21.5 + parent: 1653 + - uid: 1029 + components: + - type: Transform + pos: 28.5,21.5 + parent: 1653 + - uid: 1030 + components: + - type: Transform + pos: 28.5,22.5 + parent: 1653 + - uid: 1031 + components: + - type: Transform + pos: 25.5,18.5 + parent: 1653 + - uid: 1032 + components: + - type: Transform + pos: 24.5,18.5 + parent: 1653 + - uid: 1033 + components: + - type: Transform + pos: 25.5,22.5 + parent: 1653 + - uid: 1034 + components: + - type: Transform + pos: 24.5,22.5 + parent: 1653 + - uid: 1035 + components: + - type: Transform + pos: 24.5,21.5 + parent: 1653 + - uid: 1036 + components: + - type: Transform + pos: 24.5,20.5 + parent: 1653 + - uid: 1037 + components: + - type: Transform + pos: 24.5,19.5 + parent: 1653 + - uid: 1078 + components: + - type: Transform + pos: 4.5,15.5 + parent: 1653 + - uid: 1079 + components: + - type: Transform + pos: 4.5,13.5 + parent: 1653 + - uid: 1080 + components: + - type: Transform + pos: 2.5,13.5 + parent: 1653 + - uid: 1126 + components: + - type: Transform + pos: 8.5,12.5 + parent: 1653 + - uid: 1130 + components: + - type: Transform + pos: 9.5,12.5 + parent: 1653 + - uid: 1135 + components: + - type: Transform + pos: 8.5,13.5 + parent: 1653 + - uid: 1136 + components: + - type: Transform + pos: 8.5,15.5 + parent: 1653 + - uid: 1137 + components: + - type: Transform + pos: 8.5,16.5 + parent: 1653 + - uid: 1138 + components: + - type: Transform + pos: 9.5,16.5 + parent: 1653 + - uid: 1139 + components: + - type: Transform + pos: 10.5,16.5 + parent: 1653 + - uid: 1140 + components: + - type: Transform + pos: 12.5,16.5 + parent: 1653 + - uid: 1141 + components: + - type: Transform + pos: 13.5,16.5 + parent: 1653 + - uid: 1142 + components: + - type: Transform + pos: 14.5,16.5 + parent: 1653 + - uid: 1143 + components: + - type: Transform + pos: 14.5,15.5 + parent: 1653 + - uid: 1144 + components: + - type: Transform + pos: 14.5,13.5 + parent: 1653 + - uid: 1145 + components: + - type: Transform + pos: 14.5,12.5 + parent: 1653 + - uid: 1146 + components: + - type: Transform + pos: 13.5,12.5 + parent: 1653 + - uid: 1147 + components: + - type: Transform + pos: 12.5,12.5 + parent: 1653 + - uid: 1159 + components: + - type: Transform + pos: 18.5,16.5 + parent: 1653 + - uid: 1160 + components: + - type: Transform + pos: 20.5,16.5 + parent: 1653 + - uid: 1161 + components: + - type: Transform + pos: 21.5,16.5 + parent: 1653 + - uid: 1162 + components: + - type: Transform + pos: 22.5,16.5 + parent: 1653 + - uid: 1163 + components: + - type: Transform + pos: 22.5,15.5 + parent: 1653 + - uid: 1164 + components: + - type: Transform + pos: 22.5,13.5 + parent: 1653 + - uid: 1165 + components: + - type: Transform + pos: 22.5,12.5 + parent: 1653 + - uid: 1166 + components: + - type: Transform + pos: 21.5,12.5 + parent: 1653 + - uid: 1167 + components: + - type: Transform + pos: 20.5,12.5 + parent: 1653 + - uid: 1225 + components: + - type: Transform + pos: 41.5,1.5 + parent: 1653 + - uid: 1226 + components: + - type: Transform + pos: 41.5,0.5 + parent: 1653 + - uid: 1227 + components: + - type: Transform + pos: 41.5,3.5 + parent: 1653 + - uid: 1228 + components: + - type: Transform + pos: 41.5,4.5 + parent: 1653 + - uid: 1229 + components: + - type: Transform + pos: 49.5,3.5 + parent: 1653 + - uid: 1230 + components: + - type: Transform + pos: 49.5,4.5 + parent: 1653 + - uid: 1231 + components: + - type: Transform + pos: 49.5,1.5 + parent: 1653 + - uid: 1232 + components: + - type: Transform + pos: 49.5,0.5 + parent: 1653 + - uid: 1289 + components: + - type: Transform + pos: 9.5,4.5 + parent: 1653 + - uid: 1290 + components: + - type: Transform + pos: 10.5,4.5 + parent: 1653 + - uid: 1291 + components: + - type: Transform + pos: 11.5,4.5 + parent: 1653 + - uid: 1292 + components: + - type: Transform + pos: 12.5,4.5 + parent: 1653 + - uid: 1293 + components: + - type: Transform + pos: 13.5,4.5 + parent: 1653 + - uid: 1294 + components: + - type: Transform + pos: 14.5,1.5 + parent: 1653 + - uid: 1295 + components: + - type: Transform + pos: 14.5,3.5 + parent: 1653 + - uid: 1296 + components: + - type: Transform + pos: 2.5,1.5 + parent: 1653 + - uid: 1297 + components: + - type: Transform + pos: 13.5,1.5 + parent: 1653 + - uid: 1298 + components: + - type: Transform + pos: 13.5,0.5 + parent: 1653 + - uid: 1299 + components: + - type: Transform + pos: 12.5,0.5 + parent: 1653 + - uid: 1300 + components: + - type: Transform + pos: 11.5,0.5 + parent: 1653 + - uid: 1301 + components: + - type: Transform + pos: 10.5,0.5 + parent: 1653 + - uid: 1302 + components: + - type: Transform + pos: 9.5,0.5 + parent: 1653 + - uid: 1321 + components: + - type: Transform + pos: 13.5,3.5 + parent: 1653 + - uid: 1510 + components: + - type: Transform + pos: 30.5,9.5 + parent: 1653 + - uid: 1511 + components: + - type: Transform + pos: 31.5,7.5 + parent: 1653 + - uid: 1512 + components: + - type: Transform + pos: 31.5,6.5 + parent: 1653 + - uid: 1513 + components: + - type: Transform + pos: 30.5,6.5 + parent: 1653 + - uid: 1514 + components: + - type: Transform + pos: 29.5,6.5 + parent: 1653 + - uid: 1515 + components: + - type: Transform + pos: 28.5,6.5 + parent: 1653 + - uid: 1516 + components: + - type: Transform + pos: 27.5,6.5 + parent: 1653 + - uid: 1517 + components: + - type: Transform + pos: 27.5,7.5 + parent: 1653 +- proto: CableHV + entities: + - uid: 544 + components: + - type: Transform + pos: 11.5,46.5 + parent: 1653 + - uid: 545 + components: + - type: Transform + pos: 10.5,46.5 + parent: 1653 + - uid: 546 + components: + - type: Transform + pos: 9.5,46.5 + parent: 1653 + - uid: 547 + components: + - type: Transform + pos: 12.5,46.5 + parent: 1653 + - uid: 548 + components: + - type: Transform + pos: 13.5,46.5 + parent: 1653 + - uid: 549 + components: + - type: Transform + pos: 13.5,47.5 + parent: 1653 + - uid: 550 + components: + - type: Transform + pos: 11.5,47.5 + parent: 1653 + - uid: 551 + components: + - type: Transform + pos: 9.5,47.5 + parent: 1653 + - uid: 552 + components: + - type: Transform + pos: 11.5,45.5 + parent: 1653 + - uid: 553 + components: + - type: Transform + pos: 11.5,44.5 + parent: 1653 + - uid: 554 + components: + - type: Transform + pos: 11.5,43.5 + parent: 1653 + - uid: 555 + components: + - type: Transform + pos: 11.5,42.5 + parent: 1653 + - uid: 556 + components: + - type: Transform + pos: 10.5,42.5 + parent: 1653 + - uid: 557 + components: + - type: Transform + pos: 9.5,42.5 + parent: 1653 + - uid: 558 + components: + - type: Transform + pos: 8.5,42.5 + parent: 1653 + - uid: 1014 + components: + - type: Transform + pos: 25.5,19.5 + parent: 1653 + - uid: 1015 + components: + - type: Transform + pos: 25.5,20.5 + parent: 1653 + - uid: 1016 + components: + - type: Transform + pos: 25.5,21.5 + parent: 1653 + - uid: 1017 + components: + - type: Transform + pos: 26.5,20.5 + parent: 1653 + - uid: 1018 + components: + - type: Transform + pos: 27.5,20.5 + parent: 1653 + - uid: 1019 + components: + - type: Transform + pos: 28.5,20.5 + parent: 1653 + - uid: 1020 + components: + - type: Transform + pos: 28.5,19.5 + parent: 1653 + - uid: 1021 + components: + - type: Transform + pos: 28.5,18.5 + parent: 1653 + - uid: 1488 + components: + - type: Transform + pos: 28.5,8.5 + parent: 1653 + - uid: 1489 + components: + - type: Transform + pos: 29.5,8.5 + parent: 1653 + - uid: 1490 + components: + - type: Transform + pos: 30.5,8.5 + parent: 1653 + - uid: 1491 + components: + - type: Transform + pos: 28.5,7.5 + parent: 1653 + - uid: 1492 + components: + - type: Transform + pos: 29.5,7.5 + parent: 1653 + - uid: 1493 + components: + - type: Transform + pos: 30.5,7.5 + parent: 1653 + - uid: 1494 + components: + - type: Transform + pos: 27.5,7.5 + parent: 1653 + - uid: 1495 + components: + - type: Transform + pos: 26.5,7.5 + parent: 1653 + - uid: 1496 + components: + - type: Transform + pos: 31.5,7.5 + parent: 1653 + - uid: 1497 + components: + - type: Transform + pos: 32.5,7.5 + parent: 1653 + - uid: 1498 + components: + - type: Transform + pos: 33.5,7.5 + parent: 1653 + - uid: 1499 + components: + - type: Transform + pos: 33.5,8.5 + parent: 1653 + - uid: 1500 + components: + - type: Transform + pos: 33.5,9.5 + parent: 1653 + - uid: 1502 + components: + - type: Transform + pos: 29.5,9.5 + parent: 1653 + - uid: 1503 + components: + - type: Transform + pos: 25.5,7.5 + parent: 1653 + - uid: 1504 + components: + - type: Transform + pos: 25.5,8.5 + parent: 1653 + - uid: 1505 + components: + - type: Transform + pos: 25.5,9.5 + parent: 1653 +- proto: CableMV + entities: + - uid: 573 + components: + - type: Transform + pos: 8.5,42.5 + parent: 1653 + - uid: 574 + components: + - type: Transform + pos: 9.5,42.5 + parent: 1653 + - uid: 575 + components: + - type: Transform + pos: 10.5,42.5 + parent: 1653 + - uid: 576 + components: + - type: Transform + pos: 11.5,42.5 + parent: 1653 + - uid: 577 + components: + - type: Transform + pos: 12.5,42.5 + parent: 1653 + - uid: 578 + components: + - type: Transform + pos: 13.5,42.5 + parent: 1653 + - uid: 579 + components: + - type: Transform + pos: 13.5,43.5 + parent: 1653 + - uid: 1024 + components: + - type: Transform + pos: 28.5,18.5 + parent: 1653 + - uid: 1025 + components: + - type: Transform + pos: 28.5,19.5 + parent: 1653 + - uid: 1026 + components: + - type: Transform + pos: 28.5,20.5 + parent: 1653 + - uid: 1027 + components: + - type: Transform + pos: 28.5,21.5 + parent: 1653 + - uid: 1028 + components: + - type: Transform + pos: 28.5,22.5 + parent: 1653 + - uid: 1508 + components: + - type: Transform + pos: 29.5,9.5 + parent: 1653 + - uid: 1509 + components: + - type: Transform + pos: 30.5,9.5 + parent: 1653 +- proto: CableTerminal + entities: + - uid: 543 + components: + - type: Transform + pos: 11.5,46.5 + parent: 1653 + - uid: 1038 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,20.5 + parent: 1653 + - uid: 1518 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,7.5 + parent: 1653 + - uid: 1519 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,7.5 + parent: 1653 + - uid: 1520 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,7.5 + parent: 1653 +- proto: CarpetGreen + entities: + - uid: 1244 + components: + - type: Transform + pos: 49.5,4.5 + parent: 1653 +- proto: CarpetPurple + entities: + - uid: 850 + components: + - type: Transform + pos: 30.5,31.5 + parent: 1653 + - uid: 851 + components: + - type: Transform + pos: 31.5,31.5 + parent: 1653 + - uid: 852 + components: + - type: Transform + pos: 32.5,31.5 + parent: 1653 + - uid: 853 + components: + - type: Transform + pos: 33.5,31.5 + parent: 1653 + - uid: 854 + components: + - type: Transform + pos: 34.5,31.5 + parent: 1653 + - uid: 855 + components: + - type: Transform + pos: 35.5,31.5 + parent: 1653 + - uid: 856 + components: + - type: Transform + pos: 36.5,31.5 + parent: 1653 + - uid: 857 + components: + - type: Transform + pos: 37.5,31.5 + parent: 1653 + - uid: 858 + components: + - type: Transform + pos: 38.5,31.5 + parent: 1653 + - uid: 974 + components: + - type: Transform + pos: 6.5,6.5 + parent: 1653 + - uid: 975 + components: + - type: Transform + pos: 6.5,7.5 + parent: 1653 + - uid: 976 + components: + - type: Transform + pos: 7.5,6.5 + parent: 1653 + - uid: 977 + components: + - type: Transform + pos: 7.5,7.5 + parent: 1653 + - uid: 978 + components: + - type: Transform + pos: 8.5,6.5 + parent: 1653 + - uid: 979 + components: + - type: Transform + pos: 8.5,7.5 + parent: 1653 + - uid: 980 + components: + - type: Transform + pos: 9.5,6.5 + parent: 1653 + - uid: 981 + components: + - type: Transform + pos: 9.5,7.5 + parent: 1653 + - uid: 982 + components: + - type: Transform + pos: 10.5,6.5 + parent: 1653 + - uid: 983 + components: + - type: Transform + pos: 10.5,7.5 + parent: 1653 +- proto: Catwalk + entities: + - uid: 560 + components: + - type: Transform + pos: 10.5,45.5 + parent: 1653 + - uid: 561 + components: + - type: Transform + pos: 10.5,46.5 + parent: 1653 + - uid: 562 + components: + - type: Transform + pos: 11.5,46.5 + parent: 1653 + - uid: 563 + components: + - type: Transform + pos: 12.5,46.5 + parent: 1653 + - uid: 564 + components: + - type: Transform + pos: 12.5,45.5 + parent: 1653 + - uid: 565 + components: + - type: Transform + pos: 11.5,45.5 + parent: 1653 + - uid: 608 + components: + - type: Transform + pos: 17.5,45.5 + parent: 1653 + - uid: 609 + components: + - type: Transform + pos: 18.5,45.5 + parent: 1653 + - uid: 610 + components: + - type: Transform + pos: 19.5,45.5 + parent: 1653 + - uid: 611 + components: + - type: Transform + pos: 20.5,45.5 + parent: 1653 + - uid: 612 + components: + - type: Transform + pos: 21.5,45.5 + parent: 1653 + - uid: 613 + components: + - type: Transform + pos: 19.5,44.5 + parent: 1653 + - uid: 614 + components: + - type: Transform + pos: 19.5,43.5 + parent: 1653 + - uid: 615 + components: + - type: Transform + pos: 19.5,46.5 + parent: 1653 + - uid: 616 + components: + - type: Transform + pos: 19.5,47.5 + parent: 1653 + - uid: 1039 + components: + - type: Transform + pos: 25.5,19.5 + parent: 1653 + - uid: 1040 + components: + - type: Transform + pos: 26.5,19.5 + parent: 1653 + - uid: 1041 + components: + - type: Transform + pos: 27.5,19.5 + parent: 1653 + - uid: 1042 + components: + - type: Transform + pos: 27.5,20.5 + parent: 1653 + - uid: 1043 + components: + - type: Transform + pos: 27.5,21.5 + parent: 1653 + - uid: 1044 + components: + - type: Transform + pos: 26.5,21.5 + parent: 1653 + - uid: 1045 + components: + - type: Transform + pos: 25.5,21.5 + parent: 1653 + - uid: 1046 + components: + - type: Transform + pos: 25.5,20.5 + parent: 1653 + - uid: 1521 + components: + - type: Transform + pos: 28.5,7.5 + parent: 1653 + - uid: 1522 + components: + - type: Transform + pos: 29.5,7.5 + parent: 1653 + - uid: 1523 + components: + - type: Transform + pos: 30.5,7.5 + parent: 1653 +- proto: Chair + entities: + - uid: 496 + components: + - type: Transform + pos: 2.5,40.5 + parent: 1653 + - uid: 497 + components: + - type: Transform + pos: 4.5,40.5 + parent: 1653 + - uid: 502 + components: + - type: Transform + pos: 17.5,40.5 + parent: 1653 + - uid: 504 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,39.5 + parent: 1653 + - uid: 505 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,39.5 + parent: 1653 + - uid: 511 + components: + - type: Transform + pos: 18.5,40.5 + parent: 1653 + - uid: 518 + components: + - type: Transform + pos: 25.5,40.5 + parent: 1653 + - uid: 519 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,38.5 + parent: 1653 + - uid: 538 + components: + - type: Transform + pos: 44.5,40.5 + parent: 1653 + - uid: 630 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,35.5 + parent: 1653 + - uid: 638 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,35.5 + parent: 1653 + - uid: 682 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,34.5 + parent: 1653 + - uid: 683 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,34.5 + parent: 1653 + - uid: 684 + components: + - type: Transform + pos: 32.5,36.5 + parent: 1653 + - uid: 696 + components: + - type: Transform + pos: 0.5,32.5 + parent: 1653 + - uid: 705 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,30.5 + parent: 1653 + - uid: 706 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,30.5 + parent: 1653 + - uid: 779 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,32.5 + parent: 1653 + - uid: 780 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,30.5 + parent: 1653 + - uid: 783 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,32.5 + parent: 1653 + - uid: 784 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,30.5 + parent: 1653 + - uid: 1004 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,21.5 + parent: 1653 + - uid: 1005 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,19.5 + parent: 1653 + - uid: 1008 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,19.5 + parent: 1653 + - uid: 1009 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,21.5 + parent: 1653 + - uid: 1264 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,0.5 + parent: 1653 + - uid: 1265 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,0.5 + parent: 1653 + - uid: 1266 + components: + - type: Transform + pos: 37.5,1.5 + parent: 1653 + - uid: 1267 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,4.5 + parent: 1653 + - uid: 1268 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,4.5 + parent: 1653 + - uid: 1324 + components: + - type: Transform + pos: 4.5,1.5 + parent: 1653 + - uid: 1325 + components: + - type: Transform + pos: 5.5,1.5 + parent: 1653 + - uid: 1326 + components: + - type: Transform + pos: 6.5,1.5 + parent: 1653 + - uid: 1327 + components: + - type: Transform + pos: 12.5,1.5 + parent: 1653 + - uid: 1328 + components: + - type: Transform + pos: 11.5,1.5 + parent: 1653 + - uid: 1329 + components: + - type: Transform + pos: 10.5,1.5 + parent: 1653 + - uid: 1330 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,3.5 + parent: 1653 + - uid: 1331 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,3.5 + parent: 1653 + - uid: 1332 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,3.5 + parent: 1653 + - uid: 1333 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,3.5 + parent: 1653 + - uid: 1334 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,3.5 + parent: 1653 + - uid: 1335 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,3.5 + parent: 1653 + - uid: 1347 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,0.5 + parent: 1653 + - uid: 1348 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,1.5 + parent: 1653 + - uid: 1349 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,4.5 + parent: 1653 + - uid: 1587 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,15.5 + parent: 1653 + - uid: 1588 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,14.5 + parent: 1653 +- proto: ChairFolding + entities: + - uid: 929 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,22.5 + parent: 1653 + - uid: 931 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,21.5 + parent: 1653 +- proto: ChairOfficeDark + entities: + - uid: 697 + components: + - type: Transform + pos: 2.5,32.5 + parent: 1653 + - uid: 1584 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,12.5 + parent: 1653 +- proto: ChairOfficeLight + entities: + - uid: 462 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,43.5 + parent: 1653 + - uid: 463 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,44.5 + parent: 1653 + - uid: 1062 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,21.5 + parent: 1653 + - uid: 1063 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,22.5 + parent: 1653 + - uid: 1455 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,3.5 + parent: 1653 + - uid: 1467 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,3.5 + parent: 1653 + - uid: 1479 + components: + - type: Transform + pos: 22.5,1.5 + parent: 1653 + - uid: 1480 + components: + - type: Transform + pos: 30.5,1.5 + parent: 1653 + - uid: 1583 + components: + - type: Transform + pos: 35.5,15.5 + parent: 1653 + - uid: 1623 + components: + - type: Transform + pos: 41.5,13.5 + parent: 1653 +- proto: ChairWood + entities: + - uid: 1271 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,1.5 + parent: 1653 + - uid: 1272 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,1.5 + parent: 1653 +- proto: chem_master + entities: + - uid: 1454 + components: + - type: Transform + pos: 29.5,4.5 + parent: 1653 +- proto: ChemicalPayload + entities: + - uid: 1106 + components: + - type: Transform + pos: 6.4166045,15.55332 + parent: 1653 +- proto: ChessBoard + entities: + - uid: 1273 + components: + - type: Transform + pos: 45.521095,1.5328176 + parent: 1653 +- proto: ClosetJanitorFilled + entities: + - uid: 727 + components: + - type: Transform + pos: 6.5,27.5 + parent: 1653 +- proto: ClosetL3JanitorFilled + entities: + - uid: 731 + components: + - type: Transform + pos: 4.5,28.5 + parent: 1653 +- proto: ClothingHeadHatAnimalHeadslime + entities: + - uid: 1457 + components: + - type: Transform + pos: 20.504282,0.6661904 + parent: 1653 +- proto: ClothingHeadHatAnimalMonkey + entities: + - uid: 1195 + components: + - type: Transform + pos: 17.452066,13.392001 + parent: 1653 +- proto: ClothingHeadsetMedicalScience + entities: + - uid: 1566 + components: + - type: Transform + pos: 30.475718,12.610211 + parent: 1653 +- proto: ClothingOuterSuitMonkey + entities: + - uid: 1194 + components: + - type: Transform + pos: 21.483316,14.329501 + parent: 1653 +- proto: ClothingUniformJumpskirtJanimaid + entities: + - uid: 730 + components: + - type: Transform + pos: 4.5678988,24.535187 + parent: 1653 +- proto: ComfyChair + entities: + - uid: 774 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,31.5 + parent: 1653 + - uid: 935 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,18.5 + parent: 1653 + - uid: 937 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,21.5 + parent: 1653 + - uid: 938 + components: + - type: Transform + pos: 13.5,22.5 + parent: 1653 + - uid: 939 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,19.5 + parent: 1653 + - uid: 986 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,6.5 + parent: 1653 + - uid: 987 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,7.5 + parent: 1653 + - uid: 988 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,6.5 + parent: 1653 + - uid: 989 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,6.5 + parent: 1653 + - uid: 1247 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,0.5 + parent: 1653 +- proto: ComputerAnalysisConsole + entities: + - uid: 461 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,43.5 + parent: 1653 +- proto: computerBodyScanner + entities: + - uid: 1546 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,12.5 + parent: 1653 + - uid: 1547 + components: + - type: Transform + pos: 26.5,16.5 + parent: 1653 +- proto: ComputerBroken + entities: + - uid: 459 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,42.5 + parent: 1653 + - uid: 1061 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,21.5 + parent: 1653 +- proto: ComputerResearchAndDevelopment + entities: + - uid: 1060 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,22.5 + parent: 1653 + - uid: 1099 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,13.5 + parent: 1653 +- proto: CrateFilledSpawner + entities: + - uid: 873 + components: + - type: Transform + pos: 18.5,24.5 + parent: 1653 + - uid: 874 + components: + - type: Transform + pos: 22.5,34.5 + parent: 1653 +- proto: CrateScience + entities: + - uid: 495 + components: + - type: Transform + pos: 0.5,44.5 + parent: 1653 +- proto: CrateServiceJanitorialSupplies + entities: + - uid: 728 + components: + - type: Transform + pos: 6.5,28.5 + parent: 1653 +- proto: DisposalTrunk + entities: + - uid: 1436 + components: + - type: Transform + pos: 21.5,2.5 + parent: 1653 + - uid: 1437 + components: + - type: Transform + pos: 25.5,2.5 + parent: 1653 + - uid: 1438 + components: + - type: Transform + pos: 29.5,2.5 + parent: 1653 + - uid: 1439 + components: + - type: Transform + pos: 33.5,2.5 + parent: 1653 + - uid: 1440 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,1.5 + parent: 1653 + - uid: 1441 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,1.5 + parent: 1653 + - uid: 1442 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,1.5 + parent: 1653 + - uid: 1443 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,1.5 + parent: 1653 +- proto: DisposalUnit + entities: + - uid: 1432 + components: + - type: Transform + pos: 21.5,2.5 + parent: 1653 + - uid: 1433 + components: + - type: Transform + pos: 25.5,2.5 + parent: 1653 + - uid: 1434 + components: + - type: Transform + pos: 29.5,2.5 + parent: 1653 + - uid: 1435 + components: + - type: Transform + pos: 33.5,2.5 + parent: 1653 +- proto: DrinkCognacBottleFull + entities: + - uid: 866 + components: + - type: Transform + pos: 37.505463,32.677124 + parent: 1653 +- proto: EmergencyLight + entities: + - uid: 1605 + components: + - type: Transform + pos: 29.5,8.5 + parent: 1653 + - type: ActiveEmergencyLight + - uid: 1606 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,16.5 + parent: 1653 + - type: ActiveEmergencyLight + - uid: 1607 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,44.5 + parent: 1653 + - type: ActiveEmergencyLight +- proto: ExplosivePayload + entities: + - uid: 1104 + components: + - type: Transform + pos: 6.4166045,15.92832 + parent: 1653 +- proto: ExplosivesSignMed + entities: + - uid: 1096 + components: + - type: Transform + pos: 6.5,13.5 + parent: 1653 +- proto: ExtinguisherCabinetFilled + entities: + - uid: 1287 + components: + - type: Transform + pos: 51.5,1.5 + parent: 1653 + - uid: 1288 + components: + - type: Transform + pos: 39.5,1.5 + parent: 1653 +- proto: filingCabinetDrawerRandom + entities: + - uid: 464 + components: + - type: Transform + pos: 0.5,42.5 + parent: 1653 + - uid: 1279 + components: + - type: Transform + pos: 36.5,4.5 + parent: 1653 + - uid: 1339 + components: + - type: Transform + pos: 9.5,3.5 + parent: 1653 + - uid: 1481 + components: + - type: Transform + pos: 18.5,0.5 + parent: 1653 +- proto: filingCabinetRandom + entities: + - uid: 1482 + components: + - type: Transform + pos: 34.5,0.5 + parent: 1653 + - uid: 1585 + components: + - type: Transform + pos: 32.5,12.5 + parent: 1653 +- proto: filingCabinetTallRandom + entities: + - uid: 1338 + components: + - type: Transform + pos: 7.5,1.5 + parent: 1653 +- proto: FireExtinguisher + entities: + - uid: 1565 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.272593,12.469586 + parent: 1653 +- proto: FlashPayload + entities: + - uid: 1105 + components: + - type: Transform + pos: 6.6041045,15.74082 + parent: 1653 +- proto: Floodlight + entities: + - uid: 664 + components: + - type: Transform + pos: 19.496153,34.502384 + parent: 1653 +- proto: FloorDrain + entities: + - uid: 472 + components: + - type: Transform + pos: 0.5,47.5 + parent: 1653 + - type: Fixtures + fixtures: {} + - uid: 718 + components: + - type: Transform + pos: 4.5,25.5 + parent: 1653 + - type: Fixtures + fixtures: {} + - uid: 796 + components: + - type: Transform + pos: 8.5,24.5 + parent: 1653 + - type: Fixtures + fixtures: {} + - uid: 896 + components: + - type: Transform + pos: 0.5,22.5 + parent: 1653 + - type: Fixtures + fixtures: {} +- proto: FoamedAluminiumMetal + entities: + - uid: 647 + components: + - type: Transform + pos: 16.5,34.5 + parent: 1653 + - uid: 648 + components: + - type: Transform + pos: 17.5,34.5 + parent: 1653 + - uid: 649 + components: + - type: Transform + pos: 18.5,34.5 + parent: 1653 + - uid: 650 + components: + - type: Transform + pos: 16.5,35.5 + parent: 1653 + - uid: 651 + components: + - type: Transform + pos: 17.5,35.5 + parent: 1653 + - uid: 652 + components: + - type: Transform + pos: 18.5,35.5 + parent: 1653 + - uid: 653 + components: + - type: Transform + pos: 17.5,36.5 + parent: 1653 + - uid: 654 + components: + - type: Transform + pos: 18.5,36.5 + parent: 1653 + - uid: 656 + components: + - type: Transform + pos: 16.5,36.5 + parent: 1653 +- proto: FoamedIronMetal + entities: + - uid: 532 + components: + - type: Transform + pos: 36.5,39.5 + parent: 1653 + - uid: 533 + components: + - type: Transform + pos: 35.5,40.5 + parent: 1653 + - uid: 534 + components: + - type: Transform + pos: 36.5,38.5 + parent: 1653 +- proto: FoodBanana + entities: + - uid: 1189 + components: + - type: Transform + pos: 21.363342,15.717637 + parent: 1653 + - uid: 1190 + components: + - type: Transform + pos: 21.488342,15.623887 + parent: 1653 + - uid: 1191 + components: + - type: Transform + pos: 21.644592,15.498887 + parent: 1653 +- proto: FoodSoupMonkey + entities: + - uid: 1196 + components: + - type: Transform + pos: 19.514566,14.517001 + parent: 1653 +- proto: GasCanisterBrokenBase + entities: + - uid: 492 + components: + - type: Transform + pos: 4.5,48.5 + parent: 1653 + - uid: 1076 + components: + - type: Transform + pos: 34.5,18.5 + parent: 1653 + - uid: 1648 + components: + - type: Transform + pos: 43.5,15.5 + parent: 1653 +- proto: GasFilter + entities: + - uid: 1612 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,16.5 + parent: 1653 +- proto: GasMixer + entities: + - uid: 1613 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,16.5 + parent: 1653 +- proto: GasPassiveVent + entities: + - uid: 480 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,44.5 + parent: 1653 + - uid: 481 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,44.5 + parent: 1653 + - uid: 1068 + components: + - type: Transform + pos: 33.5,21.5 + parent: 1653 + - uid: 1069 + components: + - type: Transform + pos: 34.5,21.5 + parent: 1653 +- proto: GasPipeBend + entities: + - uid: 490 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,46.5 + parent: 1653 +- proto: GasPipeStraight + entities: + - uid: 482 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,45.5 + parent: 1653 + - uid: 483 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,45.5 + parent: 1653 + - uid: 484 + components: + - type: Transform + pos: 6.5,46.5 + parent: 1653 + - uid: 1070 + components: + - type: Transform + pos: 33.5,20.5 + parent: 1653 + - uid: 1071 + components: + - type: Transform + pos: 34.5,20.5 + parent: 1653 +- proto: GasPipeTJunction + entities: + - uid: 488 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,46.5 + parent: 1653 +- proto: GasPort + entities: + - uid: 486 + components: + - type: Transform + pos: 4.5,48.5 + parent: 1653 + - uid: 487 + components: + - type: Transform + pos: 6.5,48.5 + parent: 1653 + - uid: 1074 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,18.5 + parent: 1653 + - uid: 1075 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,18.5 + parent: 1653 + - uid: 1614 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,16.5 + parent: 1653 + - uid: 1615 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,15.5 + parent: 1653 + - uid: 1616 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,15.5 + parent: 1653 + - uid: 1617 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,16.5 + parent: 1653 + - uid: 1651 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,15.5 + parent: 1653 +- proto: GasPressurePump + entities: + - uid: 485 + components: + - type: Transform + pos: 4.5,47.5 + parent: 1653 + - uid: 489 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,47.5 + parent: 1653 + - uid: 1072 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,19.5 + parent: 1653 + - uid: 1073 + components: + - type: Transform + pos: 34.5,19.5 + parent: 1653 +- proto: GasRecycler + entities: + - uid: 1649 + components: + - type: Transform + pos: 46.5,16.5 + parent: 1653 +- proto: GasThermoMachineFreezer + entities: + - uid: 1650 + components: + - type: Transform + pos: 45.5,16.5 + parent: 1653 +- proto: GasThermoMachineHeater + entities: + - uid: 491 + components: + - type: Transform + pos: 5.5,47.5 + parent: 1653 +- proto: GeneratorRTG + entities: + - uid: 261 + components: + - type: Transform + pos: 25.5,19.5 + parent: 1653 + - uid: 540 + components: + - type: Transform + pos: 9.5,47.5 + parent: 1653 + - uid: 541 + components: + - type: Transform + pos: 13.5,47.5 + parent: 1653 + - uid: 542 + components: + - type: Transform + pos: 11.5,47.5 + parent: 1653 + - uid: 1013 + components: + - type: Transform + pos: 25.5,21.5 + parent: 1653 + - uid: 1524 + components: + - type: Transform + pos: 25.5,7.5 + parent: 1653 + - uid: 1525 + components: + - type: Transform + pos: 25.5,9.5 + parent: 1653 + - uid: 1526 + components: + - type: Transform + pos: 33.5,7.5 + parent: 1653 + - uid: 1527 + components: + - type: Transform + pos: 33.5,9.5 + parent: 1653 +- proto: Girder + entities: + - uid: 671 + components: + - type: Transform + pos: 14.5,34.5 + parent: 1653 +- proto: Grille + entities: + - uid: 742 + components: + - type: Transform + pos: 17.5,30.5 + parent: 1653 + - uid: 743 + components: + - type: Transform + pos: 17.5,32.5 + parent: 1653 +- proto: HighSecCaptainLocked + entities: + - uid: 1153 + components: + - type: Transform + pos: 11.5,13.5 + parent: 1653 +- proto: HospitalCurtainsOpen + entities: + - uid: 806 + components: + - type: Transform + pos: 8.5,24.5 + parent: 1653 + - uid: 897 + components: + - type: Transform + pos: 0.5,22.5 + parent: 1653 +- proto: hydroponicsTray + entities: + - uid: 1354 + components: + - type: Transform + pos: 13.5,7.5 + parent: 1653 + - uid: 1355 + components: + - type: Transform + pos: 13.5,8.5 + parent: 1653 + - uid: 1356 + components: + - type: Transform + pos: 13.5,9.5 + parent: 1653 + - uid: 1357 + components: + - type: Transform + pos: 15.5,7.5 + parent: 1653 + - uid: 1358 + components: + - type: Transform + pos: 15.5,8.5 + parent: 1653 + - uid: 1359 + components: + - type: Transform + pos: 15.5,9.5 + parent: 1653 + - uid: 1360 + components: + - type: Transform + pos: 19.5,7.5 + parent: 1653 + - uid: 1361 + components: + - type: Transform + pos: 19.5,8.5 + parent: 1653 + - uid: 1362 + components: + - type: Transform + pos: 19.5,9.5 + parent: 1653 + - uid: 1363 + components: + - type: Transform + pos: 21.5,7.5 + parent: 1653 + - uid: 1364 + components: + - type: Transform + pos: 21.5,8.5 + parent: 1653 + - uid: 1365 + components: + - type: Transform + pos: 21.5,9.5 + parent: 1653 +- proto: Lamp + entities: + - uid: 769 + components: + - type: Transform + pos: 1.4880867,32.68946 + parent: 1653 +- proto: LampGold + entities: + - uid: 775 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,32.5 + parent: 1653 +- proto: LandMineExplosive + entities: + - uid: 1193 + components: + - type: Transform + pos: 19.503967,13.342637 + parent: 1653 +- proto: LockerScienceFilled + entities: + - uid: 699 + components: + - type: Transform + pos: 4.5,32.5 + parent: 1653 + - uid: 700 + components: + - type: Transform + pos: 8.5,30.5 + parent: 1653 + - uid: 810 + components: + - type: Transform + pos: 14.5,25.5 + parent: 1653 + - uid: 812 + components: + - type: Transform + pos: 14.5,27.5 + parent: 1653 + - uid: 1066 + components: + - type: Transform + pos: 30.5,18.5 + parent: 1653 +- proto: MachineAPE + entities: + - uid: 838 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,25.5 + parent: 1653 + - uid: 840 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,27.5 + parent: 1653 +- proto: MachineTraversalDistorter + entities: + - uid: 1058 + components: + - type: Transform + pos: 34.5,22.5 + parent: 1653 +- proto: MaintenanceFluffSpawner + entities: + - uid: 867 + components: + - type: Transform + pos: 39.5,32.5 + parent: 1653 + - uid: 868 + components: + - type: Transform + pos: 29.5,32.5 + parent: 1653 + - uid: 869 + components: + - type: Transform + pos: 33.5,30.5 + parent: 1653 + - uid: 871 + components: + - type: Transform + pos: 35.5,30.5 + parent: 1653 + - uid: 1245 + components: + - type: Transform + pos: 48.5,4.5 + parent: 1653 + - uid: 1283 + components: + - type: Transform + pos: 46.5,3.5 + parent: 1653 + - uid: 1483 + components: + - type: Transform + pos: 30.5,0.5 + parent: 1653 +- proto: MaterialBiomass + entities: + - uid: 1534 + components: + - type: Transform + pos: 24.534355,0.41658816 + parent: 1653 + - uid: 1572 + components: + - type: Transform + pos: 24.569468,13.125836 + parent: 1653 +- proto: MedicalScanner + entities: + - uid: 1548 + components: + - type: Transform + pos: 25.5,16.5 + parent: 1653 + - uid: 1549 + components: + - type: Transform + pos: 29.5,12.5 + parent: 1653 +- proto: Mirror + entities: + - uid: 892 + components: + - type: Transform + pos: 1.5,21.5 + parent: 1653 + - uid: 893 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,19.5 + parent: 1653 +- proto: ModularGrenade + entities: + - uid: 1119 + components: + - type: Transform + pos: 5.1978545,16.604664 + parent: 1653 + - uid: 1120 + components: + - type: Transform + pos: 5.3228545,16.510914 + parent: 1653 +- proto: MonkeyCube + entities: + - uid: 1563 + components: + - type: Transform + pos: 26.366343,13.313336 + parent: 1653 + - uid: 1564 + components: + - type: Transform + pos: 25.631968,12.750836 + parent: 1653 +- proto: MopBucket + entities: + - uid: 715 + components: + - type: Transform + pos: 4.4881024,27.562542 + parent: 1653 +- proto: MopItem + entities: + - uid: 716 + components: + - type: Transform + pos: 4.4881024,27.500042 + parent: 1653 +- proto: PartRodMetal1 + entities: + - uid: 531 + components: + - type: Transform + pos: 33.42354,40.437122 + parent: 1653 +- proto: PlasmaReinforcedWindowDirectional + entities: + - uid: 645 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,34.5 + parent: 1653 + - uid: 672 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,34.5 + parent: 1653 + - uid: 673 + components: + - type: Transform + pos: 24.5,36.5 + parent: 1653 + - uid: 674 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,36.5 + parent: 1653 + - uid: 675 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,36.5 + parent: 1653 + - uid: 677 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,34.5 + parent: 1653 + - uid: 678 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,34.5 + parent: 1653 + - uid: 679 + components: + - type: Transform + pos: 34.5,36.5 + parent: 1653 +- proto: PlushieSharkGrey + entities: + - uid: 926 + components: + - type: Transform + pos: 6.4745436,18.474607 + parent: 1653 +- proto: PlushieSlime + entities: + - uid: 1456 + components: + - type: Transform + pos: 28.542555,0.5099404 + parent: 1653 +- proto: PortableGeneratorPacman + entities: + - uid: 1528 + components: + - type: Transform + pos: 25.5,8.5 + parent: 1653 + - uid: 1529 + components: + - type: Transform + pos: 33.5,8.5 + parent: 1653 +- proto: PortableScrubber + entities: + - uid: 836 + components: + - type: Transform + pos: 16.5,28.5 + parent: 1653 +- proto: PosterLegitScience + entities: + - uid: 1123 + components: + - type: Transform + pos: 0.5,13.5 + parent: 1653 +- proto: PottedPlantRandom + entities: + - uid: 521 + components: + - type: Transform + pos: 24.5,40.5 + parent: 1653 + - uid: 1633 + components: + - type: Transform + pos: 5.5,40.5 + parent: 1653 +- proto: PottedPlantRandomPlastic + entities: + - uid: 641 + components: + - type: Transform + pos: 2.5,35.5 + parent: 1653 + - uid: 668 + components: + - type: Transform + pos: 12.5,36.5 + parent: 1653 + - uid: 734 + components: + - type: Transform + pos: 9.5,31.5 + parent: 1653 + - uid: 735 + components: + - type: Transform + pos: 5.5,30.5 + parent: 1653 + - uid: 736 + components: + - type: Transform + pos: 7.5,32.5 + parent: 1653 + - uid: 833 + components: + - type: Transform + pos: 10.5,22.5 + parent: 1653 + - uid: 834 + components: + - type: Transform + pos: 5.5,12.5 + parent: 1653 + - uid: 865 + components: + - type: Transform + pos: 4.5,10.5 + parent: 1653 + - uid: 967 + components: + - type: Transform + pos: 11.5,39.5 + parent: 1653 +- proto: PowerCellRecharger + entities: + - uid: 807 + components: + - type: Transform + pos: 3.5,31.5 + parent: 1653 + - uid: 808 + components: + - type: Transform + pos: 12.5,45.5 + parent: 1653 + - uid: 1107 + components: + - type: Transform + pos: 4.5,16.5 + parent: 1653 + - uid: 1569 + components: + - type: Transform + pos: 28.5,16.5 + parent: 1653 + - uid: 1598 + components: + - type: Transform + pos: 36.5,14.5 + parent: 1653 +- proto: Poweredlight + entities: + - uid: 499 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,38.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 506 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,38.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 513 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,38.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 537 + components: + - type: Transform + pos: 42.5,40.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 634 + components: + - type: Transform + pos: 2.5,36.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 635 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,34.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 657 + components: + - type: Transform + pos: 14.5,36.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 676 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,34.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 680 + components: + - type: Transform + pos: 27.5,36.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 704 + components: + - type: Transform + pos: 11.5,32.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 770 + components: + - type: Transform + pos: 15.5,32.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 771 + components: + - type: Transform + pos: 24.5,32.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 870 + components: + - type: Transform + pos: 30.5,32.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 872 + components: + - type: Transform + pos: 38.5,32.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 932 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,19.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 933 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,21.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 944 + components: + - type: Transform + pos: 15.5,22.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 945 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,18.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1011 + components: + - type: Transform + pos: 18.5,22.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1012 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,18.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1052 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,18.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1109 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,14.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1110 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,14.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1280 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,3.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1281 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,1.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1282 + components: + - type: Transform + pos: 43.5,2.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1344 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,2.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1345 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,2.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1385 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,8.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1386 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,8.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1590 + components: + - type: Transform + pos: 27.5,4.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1591 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,15.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1592 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,13.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1593 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,19.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: PoweredlightEmpty + entities: + - uid: 520 + components: + - type: Transform + pos: 28.5,39.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 703 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,30.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 738 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,34.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: PoweredlightExterior + entities: + - uid: 622 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,43.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1342 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,2.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1343 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,2.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: PoweredSmallLight + entities: + - uid: 465 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,42.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 466 + components: + - type: Transform + pos: 5.5,48.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 586 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,42.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 587 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,44.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 588 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,44.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 623 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,48.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 624 + components: + - type: Transform + pos: 21.5,42.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 714 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,25.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 830 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,25.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 903 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,19.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 904 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,22.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 949 + components: + - type: Transform + pos: 6.5,10.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 991 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,6.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 992 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,6.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1156 + components: + - type: Transform + pos: 11.5,14.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1157 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,14.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1158 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,14.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1258 + components: + - type: Transform + pos: 41.5,4.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1259 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,0.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1260 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,0.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1261 + components: + - type: Transform + pos: 49.5,4.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1444 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,0.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1445 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,0.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1446 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,0.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1447 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,0.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1595 + components: + - type: Transform + pos: 38.5,16.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: PoweredSmallLightEmpty + entities: + - uid: 737 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,25.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 848 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,26.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 849 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,26.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1594 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,12.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1652 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,12.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: Rack + entities: + - uid: 659 + components: + - type: Transform + pos: 20.5,36.5 + parent: 1653 + - uid: 660 + components: + - type: Transform + pos: 21.5,36.5 + parent: 1653 + - uid: 719 + components: + - type: Transform + pos: 4.5,24.5 + parent: 1653 + - uid: 826 + components: + - type: Transform + pos: 12.5,28.5 + parent: 1653 + - uid: 837 + components: + - type: Transform + pos: 16.5,24.5 + parent: 1653 + - uid: 845 + components: + - type: Transform + pos: 20.5,24.5 + parent: 1653 + - uid: 882 + components: + - type: Transform + pos: 22.5,28.5 + parent: 1653 + - uid: 894 + components: + - type: Transform + pos: 0.5,18.5 + parent: 1653 + - uid: 930 + components: + - type: Transform + pos: 6.5,18.5 + parent: 1653 + - uid: 1047 + components: + - type: Transform + pos: 28.5,21.5 + parent: 1653 + - uid: 1048 + components: + - type: Transform + pos: 27.5,22.5 + parent: 1653 + - uid: 1067 + components: + - type: Transform + pos: 30.5,19.5 + parent: 1653 + - uid: 1148 + components: + - type: Transform + pos: 12.5,14.5 + parent: 1653 + - uid: 1149 + components: + - type: Transform + pos: 10.5,14.5 + parent: 1653 + - uid: 1256 + components: + - type: Transform + pos: 46.5,3.5 + parent: 1653 +- proto: Railing + entities: + - uid: 527 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,38.5 + parent: 1653 + - uid: 936 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,18.5 + parent: 1653 + - uid: 940 + components: + - type: Transform + pos: 12.5,19.5 + parent: 1653 +- proto: RailingCornerSmall + entities: + - uid: 528 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,39.5 + parent: 1653 + - uid: 529 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,39.5 + parent: 1653 + - uid: 530 + components: + - type: Transform + pos: 35.5,38.5 + parent: 1653 + - uid: 943 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,19.5 + parent: 1653 +- proto: RandomArtifactSpawner + entities: + - uid: 455 + components: + - type: Transform + pos: 5.5,43.5 + parent: 1653 + - uid: 1059 + components: + - type: Transform + pos: 34.5,22.5 + parent: 1653 +- proto: RandomInstruments + entities: + - uid: 934 + components: + - type: Transform + pos: 10.5,27.5 + parent: 1653 + - uid: 1248 + components: + - type: Transform + pos: 48.5,0.5 + parent: 1653 +- proto: RandomItem + entities: + - uid: 1654 + components: + - type: Transform + pos: 12.5,21.5 + parent: 1653 + - uid: 1655 + components: + - type: Transform + pos: 16.5,19.5 + parent: 1653 + - uid: 1656 + components: + - type: Transform + pos: 6.5,21.5 + parent: 1653 + - uid: 1657 + components: + - type: Transform + pos: 7.5,22.5 + parent: 1653 + - uid: 1659 + components: + - type: Transform + pos: 20.5,24.5 + parent: 1653 + - uid: 1661 + components: + - type: Transform + pos: 22.5,32.5 + parent: 1653 + - uid: 1662 + components: + - type: Transform + pos: 19.5,30.5 + parent: 1653 + - uid: 1664 + components: + - type: Transform + pos: 5.5,35.5 + parent: 1653 + - uid: 1665 + components: + - type: Transform + pos: 4.5,40.5 + parent: 1653 + - uid: 1666 + components: + - type: Transform + pos: 2.5,40.5 + parent: 1653 + - uid: 1667 + components: + - type: Transform + pos: 2.5,46.5 + parent: 1653 + - uid: 1668 + components: + - type: Transform + pos: 10.5,47.5 + parent: 1653 + - uid: 1669 + components: + - type: Transform + pos: 18.5,44.5 + parent: 1653 + - uid: 1670 + components: + - type: Transform + pos: 30.5,38.5 + parent: 1653 + - uid: 1671 + components: + - type: Transform + pos: 37.5,40.5 + parent: 1653 + - uid: 1672 + components: + - type: Transform + pos: 44.5,40.5 + parent: 1653 + - uid: 1673 + components: + - type: Transform + pos: 21.5,22.5 + parent: 1653 + - uid: 1674 + components: + - type: Transform + pos: 27.5,22.5 + parent: 1653 + - uid: 1677 + components: + - type: Transform + pos: 30.5,12.5 + parent: 1653 + - uid: 1678 + components: + - type: Transform + pos: 17.5,14.5 + parent: 1653 + - uid: 1679 + components: + - type: Transform + pos: 2.5,10.5 + parent: 1653 + - uid: 1682 + components: + - type: Transform + pos: 42.5,4.5 + parent: 1653 + - uid: 1683 + components: + - type: Transform + pos: 50.5,4.5 + parent: 1653 + - uid: 1684 + components: + - type: Transform + pos: 50.5,0.5 + parent: 1653 + - uid: 1685 + components: + - type: Transform + pos: 53.5,4.5 + parent: 1653 +- proto: RandomPosterContraband + entities: + - uid: 1274 + components: + - type: Transform + pos: 43.5,4.5 + parent: 1653 + - uid: 1275 + components: + - type: Transform + pos: 47.5,0.5 + parent: 1653 + - uid: 1276 + components: + - type: Transform + pos: 39.5,0.5 + parent: 1653 +- proto: RandomSoap + entities: + - uid: 800 + components: + - type: Transform + pos: 8.5,24.5 + parent: 1653 + - uid: 898 + components: + - type: Transform + pos: 0.5,22.5 + parent: 1653 +- proto: RandomSpawner + entities: + - uid: 721 + components: + - type: Transform + pos: 9.5,34.5 + parent: 1653 + - uid: 722 + components: + - type: Transform + pos: 5.5,38.5 + parent: 1653 + - uid: 723 + components: + - type: Transform + pos: 29.5,40.5 + parent: 1653 + - uid: 724 + components: + - type: Transform + pos: 18.5,38.5 + parent: 1653 + - uid: 725 + components: + - type: Transform + pos: 37.5,38.5 + parent: 1653 + - uid: 726 + components: + - type: Transform + pos: 41.5,40.5 + parent: 1653 + - uid: 831 + components: + - type: Transform + pos: 6.5,45.5 + parent: 1653 +- proto: Recycler + entities: + - uid: 832 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,24.5 + parent: 1653 +- proto: ReinforcedWindow + entities: + - uid: 739 + components: + - type: Transform + pos: 17.5,30.5 + parent: 1653 + - uid: 740 + components: + - type: Transform + pos: 17.5,32.5 + parent: 1653 +- proto: SeedExtractor + entities: + - uid: 1373 + components: + - type: Transform + pos: 18.5,8.5 + parent: 1653 +- proto: ShardGlass + entities: + - uid: 474 + components: + - type: Transform + pos: 2.445806,46.508026 + parent: 1653 +- proto: ShardGlassReinforced + entities: + - uid: 1057 + components: + - type: Transform + pos: 34.381138,20.460537 + parent: 1653 + - uid: 1561 + components: + - type: Transform + pos: 25.506968,14.578961 + parent: 1653 +- proto: SheetSteel1 + entities: + - uid: 536 + components: + - type: Transform + pos: 32.52815,38.437122 + parent: 1653 +- proto: ShuttersWindow + entities: + - uid: 580 + components: + - type: Transform + pos: 10.5,43.5 + parent: 1653 + - type: DeviceLinkSink + links: + - 583 + - uid: 581 + components: + - type: Transform + pos: 11.5,43.5 + parent: 1653 + - type: DeviceLinkSink + links: + - 583 + - uid: 582 + components: + - type: Transform + pos: 12.5,43.5 + parent: 1653 + - type: DeviceLinkSink + links: + - 583 +- proto: SignalButton + entities: + - uid: 583 + components: + - type: Transform + pos: 9.5,43.5 + parent: 1653 + - type: DeviceLinkSource + linkedPorts: + 580: + - Pressed: Toggle + 581: + - Pressed: Toggle + 582: + - Pressed: Toggle +- proto: SignElectricalMed + entities: + - uid: 585 + components: + - type: Transform + pos: 8.5,43.5 + parent: 1653 + - uid: 626 + components: + - type: Transform + pos: 21.5,47.5 + parent: 1653 + - uid: 1540 + components: + - type: Transform + pos: 28.5,9.5 + parent: 1653 +- proto: SignRedFour + entities: + - uid: 1252 + components: + - type: Transform + pos: 48.5,1.5 + parent: 1653 +- proto: SignRedOne + entities: + - uid: 1249 + components: + - type: Transform + pos: 40.5,3.5 + parent: 1653 +- proto: SignRedThree + entities: + - uid: 1251 + components: + - type: Transform + pos: 48.5,3.5 + parent: 1653 +- proto: SignRedTwo + entities: + - uid: 1250 + components: + - type: Transform + pos: 40.5,1.5 + parent: 1653 +- proto: SignScience + entities: + - uid: 1596 + components: + - type: Transform + pos: 34.5,16.5 + parent: 1653 +- proto: SignSecureMed + entities: + - uid: 698 + components: + - type: Transform + pos: 3.5,32.5 + parent: 1653 + - uid: 1154 + components: + - type: Transform + pos: 10.5,13.5 + parent: 1653 +- proto: SignShock + entities: + - uid: 625 + components: + - type: Transform + pos: 17.5,43.5 + parent: 1653 + - uid: 1155 + components: + - type: Transform + pos: 12.5,13.5 + parent: 1653 +- proto: SignXenolab + entities: + - uid: 1461 + components: + - type: Transform + pos: 19.5,4.5 + parent: 1653 + - uid: 1462 + components: + - type: Transform + pos: 33.5,4.5 + parent: 1653 +- proto: SinkWide + entities: + - uid: 471 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,47.5 + parent: 1653 + - uid: 717 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,25.5 + parent: 1653 + - uid: 803 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,24.5 + parent: 1653 + - uid: 804 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,28.5 + parent: 1653 + - uid: 805 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,28.5 + parent: 1653 + - uid: 890 + components: + - type: Transform + pos: 1.5,20.5 + parent: 1653 + - uid: 891 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,19.5 + parent: 1653 + - uid: 960 + components: + - type: Transform + pos: 3.5,10.5 + parent: 1653 +- proto: SmartFridge + entities: + - uid: 1458 + components: + - type: Transform + pos: 23.5,4.5 + parent: 1653 +- proto: SMESBasic + entities: + - uid: 262 + components: + - type: Transform + pos: 26.5,20.5 + parent: 1653 + - uid: 539 + components: + - type: Transform + pos: 11.5,45.5 + parent: 1653 + - uid: 1485 + components: + - type: Transform + pos: 28.5,8.5 + parent: 1653 + - uid: 1486 + components: + - type: Transform + pos: 29.5,8.5 + parent: 1653 + - uid: 1487 + components: + - type: Transform + pos: 30.5,8.5 + parent: 1653 +- proto: SpawnDungeonClutterBeakerEmpty + entities: + - uid: 584 + components: + - type: Transform + pos: 22.287348,4.675832 + parent: 1653 + - uid: 591 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.36547,13.565901 + parent: 1653 + - uid: 617 + components: + - type: Transform + pos: 21.115473,4.441457 + parent: 1653 + - uid: 618 + components: + - type: Transform + pos: 22.709223,4.472707 + parent: 1653 + - uid: 825 + components: + - type: Transform + pos: 8.461665,3.597707 + parent: 1653 + - uid: 835 + components: + - type: Transform + pos: 22.474848,0.55083203 + parent: 1653 + - uid: 969 + components: + - type: Transform + pos: 21.365473,4.769582 + parent: 1653 + - uid: 1049 + components: + - type: Transform + pos: 21.724848,4.457082 + parent: 1653 + - uid: 1699 + components: + - type: Transform + pos: 8.727577,3.7073417 + parent: 1653 +- proto: SpawnDungeonClutterMedical + entities: + - uid: 1688 + components: + - type: Transform + pos: 24.561113,15.592649 + parent: 1653 +- proto: SpawnDungeonLootArmoryGuns + entities: + - uid: 493 + components: + - type: Transform + pos: 31.586124,32.486885 + parent: 1653 + - uid: 1151 + components: + - type: Transform + pos: 4.57791,18.555695 + parent: 1653 + - uid: 1700 + components: + - type: Transform + pos: 42.576458,0.5552789 + parent: 1653 + - uid: 1704 + components: + - type: Transform + pos: 36.555485,40.471622 + parent: 1653 +- proto: SpawnDungeonLootArmoryMelee + entities: + - uid: 1576 + components: + - type: Transform + pos: 10.009466,10.008511 + parent: 1653 + - uid: 1635 + components: + - type: Transform + pos: 0.6236644,0.5972314 + parent: 1653 +- proto: SpawnDungeonLootBureaucracy + entities: + - uid: 619 + components: + - type: Transform + pos: 19.528336,32.551476 + parent: 1653 + - uid: 642 + components: + - type: Transform + pos: 24.357988,16.108274 + parent: 1653 + - uid: 1117 + components: + - type: Transform + pos: 24.54396,31.660852 + parent: 1653 + - uid: 1255 + components: + - type: Transform + pos: 30.51717,13.502149 + parent: 1653 + - uid: 1277 + components: + - type: Transform + pos: 22.51271,30.598352 + parent: 1653 + - uid: 1278 + components: + - type: Transform + pos: 24.592363,16.514524 + parent: 1653 +- proto: SpawnDungeonLootCanister + entities: + - uid: 829 + components: + - type: Transform + pos: 16.5,25.5 + parent: 1653 + - uid: 990 + components: + - type: Transform + pos: 6.5,48.5 + parent: 1653 + - uid: 1086 + components: + - type: Transform + pos: 1.5,13.5 + parent: 1653 + - uid: 1098 + components: + - type: Transform + pos: 1.5,12.5 + parent: 1653 + - uid: 1100 + components: + - type: Transform + pos: 16.5,27.5 + parent: 1653 + - uid: 1152 + components: + - type: Transform + pos: 40.5,16.5 + parent: 1653 +- proto: SpawnDungeonLootChemsHydroponics + entities: + - uid: 1703 + components: + - type: Transform + pos: 18.602531,9.773348 + parent: 1653 +- proto: SpawnDungeonLootCircuitBoard + entities: + - uid: 523 + components: + - type: Transform + pos: 22.38291,28.488028 + parent: 1653 + - uid: 1383 + components: + - type: Transform + pos: 22.679785,28.597403 + parent: 1653 +- proto: SpawnDungeonLootClothesScience + entities: + - uid: 526 + components: + - type: Transform + pos: 12.407462,28.413622 + parent: 1653 + - uid: 646 + components: + - type: Transform + pos: 12.657462,28.538622 + parent: 1653 + - uid: 1694 + components: + - type: Transform + pos: 0.41181087,18.659483 + parent: 1653 +- proto: SpawnDungeonLootClutterEngi + entities: + - uid: 786 + components: + - type: Transform + pos: 6.6116033,16.626543 + parent: 1653 + - uid: 811 + components: + - type: Transform + pos: 6.3928533,16.376543 + parent: 1653 + - uid: 823 + components: + - type: Transform + pos: 33.507645,36.598564 + parent: 1653 + - uid: 827 + components: + - type: Transform + pos: 40.63004,12.862738 + parent: 1653 + - uid: 828 + components: + - type: Transform + pos: 40.41129,12.612738 + parent: 1653 + - uid: 839 + components: + - type: Transform + pos: 40.69254,12.612738 + parent: 1653 + - uid: 880 + components: + - type: Transform + pos: 14.341439,28.738409 + parent: 1653 + - uid: 883 + components: + - type: Transform + pos: 14.310189,28.457159 + parent: 1653 + - uid: 1102 + components: + - type: Transform + pos: 5.6730566,16.664314 + parent: 1653 + - uid: 1103 + components: + - type: Transform + pos: 6.0011816,16.71119 + parent: 1653 + - uid: 1121 + components: + - type: Transform + pos: 40.41129,13.565863 + parent: 1653 + - uid: 1122 + components: + - type: Transform + pos: 40.583164,13.597113 + parent: 1653 + - uid: 1150 + components: + - type: Transform + pos: 40.44254,13.206488 + parent: 1653 + - uid: 1379 + components: + - type: Transform + pos: 33.191795,13.486207 + parent: 1653 + - uid: 1382 + components: + - type: Transform + pos: 14.669564,28.613409 + parent: 1653 + - uid: 1468 + components: + - type: Transform + pos: 33.629295,13.673707 + parent: 1653 + - uid: 1469 + components: + - type: Transform + pos: 36.973045,15.079957 + parent: 1653 + - uid: 1472 + components: + - type: Transform + pos: 41.42337,12.704957 + parent: 1653 + - uid: 1473 + components: + - type: Transform + pos: 41.220245,12.501832 + parent: 1653 + - uid: 1474 + components: + - type: Transform + pos: 41.70462,12.470582 + parent: 1653 + - uid: 1531 + components: + - type: Transform + pos: 42.51712,13.548707 + parent: 1653 + - uid: 1533 + components: + - type: Transform + pos: 36.48867,16.579956 + parent: 1653 + - uid: 1535 + components: + - type: Transform + pos: 10.367256,7.6852627 + parent: 1653 + - uid: 1541 + components: + - type: Transform + pos: 42.57962,12.751832 + parent: 1653 + - uid: 1554 + components: + - type: Transform + pos: 37.614346,39.748646 + parent: 1653 + - uid: 1603 + components: + - type: Transform + pos: 6.6730566,16.039314 + parent: 1653 + - uid: 1638 + components: + - type: Transform + pos: 32.55117,13.658082 + parent: 1653 + - uid: 1641 + components: + - type: Transform + pos: 35.535545,14.642457 + parent: 1653 + - uid: 1680 + components: + - type: Transform + pos: 21.462755,36.54628 + parent: 1653 + - uid: 1681 + components: + - type: Transform + pos: 8.553732,35.58555 + parent: 1653 + - uid: 1686 + components: + - type: Transform + pos: 10.648506,7.4196377 + parent: 1653 + - uid: 1689 + components: + - type: Transform + pos: 36.51992,15.923707 + parent: 1653 +- proto: SpawnDungeonLootClutterKitchen + entities: + - uid: 847 + components: + - type: Transform + pos: 1.5097866,10.419947 + parent: 1653 + - uid: 928 + components: + - type: Transform + pos: 1.2597866,10.779322 + parent: 1653 + - uid: 948 + components: + - type: Transform + pos: 1.2129116,10.482447 + parent: 1653 + - uid: 1696 + components: + - type: Transform + pos: 1.6972866,10.716822 + parent: 1653 + - uid: 1697 + components: + - type: Transform + pos: 2.0410366,10.544947 + parent: 1653 + - uid: 1698 + components: + - type: Transform + pos: 2.4160366,10.701197 + parent: 1653 +- proto: SpawnDungeonLootClutterSalvage + entities: + - uid: 1340 + components: + - type: Transform + pos: 36.614346,40.60802 + parent: 1653 +- proto: SpawnDungeonLootClutterScience + entities: + - uid: 498 + components: + - type: Transform + pos: 30.383333,19.690279 + parent: 1653 + - uid: 844 + components: + - type: Transform + pos: 1.562161,43.304916 + parent: 1653 + - uid: 952 + components: + - type: Transform + pos: 31.07698,4.494423 + parent: 1653 + - uid: 953 + components: + - type: Transform + pos: 30.57698,4.681923 + parent: 1653 + - uid: 1631 + components: + - type: Transform + pos: 31.748856,4.541298 + parent: 1653 + - uid: 1634 + components: + - type: Transform + pos: 2.046536,46.47679 + parent: 1653 + - uid: 1693 + components: + - type: Transform + pos: 30.654924,19.605516 + parent: 1653 +- proto: SpawnDungeonLootCrateVehicle + entities: + - uid: 1006 + components: + - type: Transform + pos: 20.5,25.5 + parent: 1653 +- proto: SpawnDungeonLootFood + entities: + - uid: 899 + components: + - type: Transform + pos: 0.4160366,9.513697 + parent: 1653 + - uid: 900 + components: + - type: Transform + pos: 0.5879116,9.919947 + parent: 1653 + - uid: 964 + components: + - type: Transform + pos: 1.3656492,25.793985 + parent: 1653 + - uid: 965 + components: + - type: Transform + pos: 1.6937742,25.52836 + parent: 1653 + - uid: 993 + components: + - type: Transform + pos: 12.461545,22.599348 + parent: 1653 + - uid: 994 + components: + - type: Transform + pos: 11.53257,30.694124 + parent: 1653 + - uid: 1257 + components: + - type: Transform + pos: 16.47303,18.559921 + parent: 1653 +- proto: SpawnDungeonLootKitchenTabletop + entities: + - uid: 1695 + components: + - type: Transform + pos: 0.5,10.5 + parent: 1653 +- proto: SpawnDungeonLootLathe + entities: + - uid: 535 + components: + - type: Transform + pos: 32.5,16.5 + parent: 1653 + - uid: 776 + components: + - type: Transform + pos: 33.5,16.5 + parent: 1653 + - uid: 1108 + components: + - type: Transform + pos: 18.5,46.5 + parent: 1653 + - uid: 1381 + components: + - type: Transform + pos: 20.5,46.5 + parent: 1653 + - uid: 1636 + components: + - type: Transform + pos: 28.5,4.5 + parent: 1653 + - uid: 1642 + components: + - type: Transform + pos: 20.5,44.5 + parent: 1653 +- proto: SpawnDungeonLootLatheEngi + entities: + - uid: 655 + components: + - type: Transform + pos: 19.5,22.5 + parent: 1653 + - uid: 745 + components: + - type: Transform + pos: 2.5,16.5 + parent: 1653 +- proto: SpawnDungeonLootLockersEngi + entities: + - uid: 785 + components: + - type: Transform + pos: 43.5,40.5 + parent: 1653 + - uid: 819 + components: + - type: Transform + pos: 14.5,42.5 + parent: 1653 + - uid: 1077 + components: + - type: Transform + pos: 31.5,9.5 + parent: 1653 + - uid: 1691 + components: + - type: Transform + pos: 27.5,9.5 + parent: 1653 +- proto: SpawnDungeonLootLockersGeneral + entities: + - uid: 470 + components: + - type: Transform + pos: 14.5,32.5 + parent: 1653 + - uid: 733 + components: + - type: Transform + pos: 0.5,6.5 + parent: 1653 + - uid: 747 + components: + - type: Transform + pos: 44.5,4.5 + parent: 1653 + - uid: 966 + components: + - type: Transform + pos: 0.5,7.5 + parent: 1653 + - uid: 1624 + components: + - type: Transform + pos: 52.5,0.5 + parent: 1653 +- proto: SpawnDungeonLootLockersMed + entities: + - uid: 818 + components: + - type: Transform + pos: 30.5,16.5 + parent: 1653 +- proto: SpawnDungeonLootLockersProtectiveGear + entities: + - uid: 468 + components: + - type: Transform + pos: 20.5,28.5 + parent: 1653 + - uid: 469 + components: + - type: Transform + pos: 0.5,48.5 + parent: 1653 + - uid: 503 + components: + - type: Transform + pos: 3.5,22.5 + parent: 1653 + - uid: 508 + components: + - type: Transform + pos: 2.5,48.5 + parent: 1653 + - uid: 509 + components: + - type: Transform + pos: 1.5,40.5 + parent: 1653 + - uid: 510 + components: + - type: Transform + pos: 4.5,22.5 + parent: 1653 + - uid: 512 + components: + - type: Transform + pos: 1.5,48.5 + parent: 1653 + - uid: 621 + components: + - type: Transform + pos: 54.5,0.5 + parent: 1653 + - uid: 708 + components: + - type: Transform + pos: 53.5,0.5 + parent: 1653 + - uid: 732 + components: + - type: Transform + pos: 16.5,32.5 + parent: 1653 + - uid: 1087 + components: + - type: Transform + pos: 3.5,6.5 + parent: 1653 + - uid: 1101 + components: + - type: Transform + pos: 3.5,7.5 + parent: 1653 +- proto: SpawnDungeonLootMaterialsBasicFull + entities: + - uid: 658 + components: + - type: Transform + pos: 4.631857,35.58555 + parent: 1653 + - uid: 661 + components: + - type: Transform + pos: 4.603287,16.547016 + parent: 1653 + - uid: 662 + components: + - type: Transform + pos: 27.427818,8.406059 + parent: 1653 + - uid: 663 + components: + - type: Transform + pos: 27.802818,8.281059 + parent: 1653 + - uid: 669 + components: + - type: Transform + pos: 12.357041,39.463593 + parent: 1653 + - uid: 670 + components: + - type: Transform + pos: 27.521568,8.671684 + parent: 1653 + - uid: 1556 + components: + - type: Transform + pos: 0.52582324,16.047016 + parent: 1653 + - uid: 1567 + components: + - type: Transform + pos: 27.802818,8.515434 + parent: 1653 + - uid: 1574 + components: + - type: Transform + pos: 32.50711,4.582082 + parent: 1653 + - uid: 1599 + components: + - type: Transform + pos: 0.55707324,16.547016 + parent: 1653 + - uid: 1600 + components: + - type: Transform + pos: 7.4517813,6.5602627 + parent: 1653 + - uid: 1637 + components: + - type: Transform + pos: 6.428732,35.538673 + parent: 1653 + - uid: 1643 + components: + - type: Transform + pos: 8.631171,28.549417 + parent: 1653 +- proto: SpawnDungeonLootMaterialsValuableFull + entities: + - uid: 746 + components: + - type: Transform + pos: 0.54144824,15.625142 + parent: 1653 + - uid: 968 + components: + - type: Transform + pos: 1.496994,27.709425 + parent: 1653 + - uid: 1114 + components: + - type: Transform + pos: 20.545664,34.64003 + parent: 1653 + - uid: 1568 + components: + - type: Transform + pos: 14.497689,24.666225 + parent: 1653 + - uid: 1586 + components: + - type: Transform + pos: 15.420664,34.54628 + parent: 1653 + - uid: 1597 + components: + - type: Transform + pos: 31.551804,8.577934 + parent: 1653 + - uid: 1601 + components: + - type: Transform + pos: 6.4992156,22.555288 + parent: 1653 + - uid: 1604 + components: + - type: Transform + pos: 16.536243,24.58135 + parent: 1653 + - uid: 1628 + components: + - type: Transform + pos: 20.468935,4.597707 + parent: 1653 + - uid: 1629 + components: + - type: Transform + pos: 21.514414,34.67128 + parent: 1653 + - uid: 1630 + components: + - type: Transform + pos: 1.496994,27.16255 + parent: 1653 + - uid: 1639 + components: + - type: Transform + pos: 1.434494,26.740675 + parent: 1653 + - uid: 1687 + components: + - type: Transform + pos: 1.471144,31.615616 + parent: 1653 +- proto: SpawnDungeonLootMugs + entities: + - uid: 954 + components: + - type: Transform + pos: 20.527668,40.46952 + parent: 1653 + - uid: 955 + components: + - type: Transform + pos: 20.340168,40.71952 + parent: 1653 + - uid: 961 + components: + - type: Transform + pos: 20.715168,40.71952 + parent: 1653 + - uid: 962 + components: + - type: Transform + pos: 0.7518523,3.5126042 + parent: 1653 + - uid: 963 + components: + - type: Transform + pos: 0.29872727,3.6376042 + parent: 1653 +- proto: SpawnDungeonLootOresFull + entities: + - uid: 1111 + components: + - type: Transform + pos: 10.521796,25.471292 + parent: 1653 + - uid: 1112 + components: + - type: Transform + pos: 1.481369,26.365675 + parent: 1653 +- proto: SpawnDungeonLootPartsEngi + entities: + - uid: 1113 + components: + - type: Transform + pos: 1.533644,31.990616 + parent: 1653 + - uid: 1115 + components: + - type: Transform + pos: 1.4959452,46.502045 + parent: 1653 + - uid: 1384 + components: + - type: Transform + pos: 2.705519,31.59999 + parent: 1653 + - uid: 1470 + components: + - type: Transform + pos: 27.493414,2.519582 + parent: 1653 + - uid: 1471 + components: + - type: Transform + pos: 46.40493,1.503957 + parent: 1653 + - uid: 1536 + components: + - type: Transform + pos: 31.462164,2.613332 + parent: 1653 + - uid: 1537 + components: + - type: Transform + pos: 37.55002,0.50395703 + parent: 1653 + - uid: 1538 + components: + - type: Transform + pos: 2.127394,31.50624 + parent: 1653 + - uid: 1542 + components: + - type: Transform + pos: 23.399664,2.644582 + parent: 1653 + - uid: 1692 + components: + - type: Transform + pos: 19.55425,2.457082 + parent: 1653 +- proto: SpawnDungeonLootPowerCell + entities: + - uid: 905 + components: + - type: Transform + pos: 12.660753,45.699017 + parent: 1653 + - uid: 1690 + components: + - type: Transform + pos: 36.23867,15.001832 + parent: 1653 +- proto: SpawnDungeonLootRnDDisk + entities: + - uid: 1284 + components: + - type: Transform + pos: 8.5620365,1.5680878 + parent: 1653 + - uid: 1285 + components: + - type: Transform + pos: 32.50315,0.5243919 + parent: 1653 + - uid: 1286 + components: + - type: Transform + pos: 24.390997,16.62883 + parent: 1653 + - uid: 1346 + components: + - type: Transform + pos: 18.496307,44.463806 + parent: 1653 + - uid: 1351 + components: + - type: Transform + pos: 36.562843,15.472088 + parent: 1653 +- proto: SpawnDungeonLootSeed + entities: + - uid: 494 + components: + - type: Transform + pos: 16.4067,7.8727627 + parent: 1653 + - uid: 522 + components: + - type: Transform + pos: 16.609825,7.6071377 + parent: 1653 + - uid: 643 + components: + - type: Transform + pos: 16.4067,8.747763 + parent: 1653 + - uid: 686 + components: + - type: Transform + pos: 4.5460906,18.508413 + parent: 1653 + - uid: 712 + components: + - type: Transform + pos: 16.62545,8.450888 + parent: 1653 + - uid: 841 + components: + - type: Transform + pos: 16.391075,9.497763 + parent: 1653 + - uid: 879 + components: + - type: Transform + pos: 16.62545,9.310263 + parent: 1653 +- proto: SpawnDungeonLootToolbox + entities: + - uid: 1050 + components: + - type: Transform + pos: 36.497677,16.296684 + parent: 1653 + - uid: 1640 + components: + - type: Transform + pos: 4.4930425,12.593797 + parent: 1653 +- proto: SpawnDungeonLootToolsAdvancedEngineering + entities: + - uid: 1380 + components: + - type: Transform + pos: 28.450766,21.574556 + parent: 1653 + - uid: 1476 + components: + - type: Transform + pos: 32.564045,15.580274 + parent: 1653 +- proto: SpawnDungeonLootToolsBasicEngineering + entities: + - uid: 820 + components: + - type: Transform + pos: 10.514916,45.573624 + parent: 1653 + - uid: 821 + components: + - type: Transform + pos: 20.369005,36.60878 + parent: 1653 + - uid: 822 + components: + - type: Transform + pos: 20.650255,36.499405 + parent: 1653 + - uid: 824 + components: + - type: Transform + pos: 2.6024175,12.562547 + parent: 1653 + - uid: 1116 + components: + - type: Transform + pos: 27.580544,22.502699 + parent: 1653 + - uid: 1539 + components: + - type: Transform + pos: 0.5271952,46.502045 + parent: 1653 + - uid: 1543 + components: + - type: Transform + pos: 2.3992925,12.703172 + parent: 1653 +- proto: SpawnDungeonLootToolsHydroponics + entities: + - uid: 744 + components: + - type: Transform + pos: 18.399406,9.695223 + parent: 1653 + - uid: 1701 + components: + - type: Transform + pos: 18.586906,9.507723 + parent: 1653 +- proto: SpawnDungeonLootVaultGuns + entities: + - uid: 1378 + components: + - type: Transform + pos: 12.530378,14.475547 + parent: 1653 + - uid: 1484 + components: + - type: Transform + pos: 10.452253,14.584922 + parent: 1653 + - uid: 1647 + components: + - type: Transform + pos: 12.436628,14.694297 + parent: 1653 +- proto: SpawnDungeonVendomatsClothes + entities: + - uid: 1645 + components: + - type: Transform + pos: 46.5,4.5 + parent: 1653 +- proto: SpawnDungeonVendomatsMed + entities: + - uid: 1675 + components: + - type: Transform + pos: 29.5,16.5 + parent: 1653 +- proto: SpawnDungeonVendomatsRecreational + entities: + - uid: 927 + components: + - type: Transform + pos: 16.5,22.5 + parent: 1653 + - uid: 1352 + components: + - type: Transform + pos: 10.5,18.5 + parent: 1653 + - uid: 1625 + components: + - type: Transform + pos: 21.5,40.5 + parent: 1653 + - uid: 1626 + components: + - type: Transform + pos: 7.5,10.5 + parent: 1653 + - uid: 1627 + components: + - type: Transform + pos: 0.5,4.5 + parent: 1653 + - uid: 1644 + components: + - type: Transform + pos: 38.5,4.5 + parent: 1653 + - uid: 1646 + components: + - type: Transform + pos: 29.5,38.5 + parent: 1653 + - uid: 1658 + components: + - type: Transform + pos: 7.5,35.5 + parent: 1653 + - uid: 1660 + components: + - type: Transform + pos: 8.5,10.5 + parent: 1653 + - uid: 1663 + components: + - type: Transform + pos: 37.5,4.5 + parent: 1653 + - uid: 1676 + components: + - type: Transform + pos: 9.5,10.5 + parent: 1653 +- proto: SprayBottleSpaceCleaner + entities: + - uid: 720 + components: + - type: Transform + pos: 4.3731804,24.592852 + parent: 1653 +- proto: SprayBottleWater + entities: + - uid: 1169 + components: + - type: Transform + pos: 17.482958,14.735751 + parent: 1653 + - uid: 1573 + components: + - type: Transform + pos: 30.7552,12.830012 + parent: 1653 +- proto: Stool + entities: + - uid: 644 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,35.5 + parent: 1653 + - uid: 701 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,32.5 + parent: 1653 + - uid: 702 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,30.5 + parent: 1653 + - uid: 787 + components: + - type: Transform + pos: 15.5,32.5 + parent: 1653 + - uid: 788 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,30.5 + parent: 1653 + - uid: 789 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,30.5 + parent: 1653 + - uid: 790 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,30.5 + parent: 1653 + - uid: 813 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,25.5 + parent: 1653 + - uid: 814 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,26.5 + parent: 1653 + - uid: 815 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,27.5 + parent: 1653 + - uid: 846 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.4773784,6.610151 + parent: 1653 + - uid: 876 + components: + - type: Transform + pos: 8.5,25.5 + parent: 1653 + - uid: 901 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,21.5 + parent: 1653 + - uid: 902 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,21.5 + parent: 1653 + - uid: 950 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,7.5 + parent: 1653 + - uid: 951 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,6.5 + parent: 1653 + - uid: 1064 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,18.5 + parent: 1653 + - uid: 1065 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,19.5 + parent: 1653 + - uid: 1269 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,3.5 + parent: 1653 + - uid: 1570 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,15.5 + parent: 1653 + - uid: 1571 + components: + - type: Transform + pos: 28.5,13.5 + parent: 1653 + - uid: 1632 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.4773784,7.641401 + parent: 1653 +- proto: SubstationBasic + entities: + - uid: 559 + components: + - type: Transform + pos: 8.5,42.5 + parent: 1653 + - uid: 1010 + components: + - type: Transform + pos: 28.5,18.5 + parent: 1653 +- proto: SubstationWallBasic + entities: + - uid: 354 + components: + - type: Transform + pos: 29.5,9.5 + parent: 1653 +- proto: Table + entities: + - uid: 477 + components: + - type: Transform + pos: 0.5,46.5 + parent: 1653 + - uid: 478 + components: + - type: Transform + pos: 1.5,46.5 + parent: 1653 + - uid: 479 + components: + - type: Transform + pos: 2.5,46.5 + parent: 1653 + - uid: 507 + components: + - type: Transform + pos: 20.5,40.5 + parent: 1653 + - uid: 524 + components: + - type: Transform + pos: 37.5,39.5 + parent: 1653 + - uid: 525 + components: + - type: Transform + pos: 37.5,40.5 + parent: 1653 + - uid: 589 + components: + - type: Transform + pos: 10.5,45.5 + parent: 1653 + - uid: 590 + components: + - type: Transform + pos: 12.5,45.5 + parent: 1653 + - uid: 631 + components: + - type: Transform + pos: 8.5,35.5 + parent: 1653 + - uid: 681 + components: + - type: Transform + pos: 33.5,36.5 + parent: 1653 + - uid: 692 + components: + - type: Transform + pos: 3.5,31.5 + parent: 1653 + - uid: 693 + components: + - type: Transform + pos: 2.5,31.5 + parent: 1653 + - uid: 694 + components: + - type: Transform + pos: 1.5,31.5 + parent: 1653 + - uid: 695 + components: + - type: Transform + pos: 1.5,32.5 + parent: 1653 + - uid: 777 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,32.5 + parent: 1653 + - uid: 778 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,30.5 + parent: 1653 + - uid: 781 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,32.5 + parent: 1653 + - uid: 782 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,30.5 + parent: 1653 + - uid: 816 + components: + - type: Transform + pos: 14.5,24.5 + parent: 1653 + - uid: 817 + components: + - type: Transform + pos: 14.5,28.5 + parent: 1653 + - uid: 956 + components: + - type: Transform + pos: 0.5,9.5 + parent: 1653 + - uid: 957 + components: + - type: Transform + pos: 0.5,10.5 + parent: 1653 + - uid: 958 + components: + - type: Transform + pos: 1.5,10.5 + parent: 1653 + - uid: 959 + components: + - type: Transform + pos: 2.5,10.5 + parent: 1653 + - uid: 1007 + components: + - type: Transform + pos: 21.5,22.5 + parent: 1653 + - uid: 1088 + components: + - type: Transform + pos: 1.5,16.5 + parent: 1653 + - uid: 1089 + components: + - type: Transform + pos: 0.5,16.5 + parent: 1653 + - uid: 1090 + components: + - type: Transform + pos: 0.5,15.5 + parent: 1653 + - uid: 1091 + components: + - type: Transform + pos: 4.5,16.5 + parent: 1653 + - uid: 1092 + components: + - type: Transform + pos: 5.5,16.5 + parent: 1653 + - uid: 1093 + components: + - type: Transform + pos: 6.5,16.5 + parent: 1653 + - uid: 1094 + components: + - type: Transform + pos: 6.5,15.5 + parent: 1653 + - uid: 1095 + components: + - type: Transform + pos: 4.5,12.5 + parent: 1653 + - uid: 1097 + components: + - type: Transform + pos: 2.5,12.5 + parent: 1653 + - uid: 1262 + components: + - type: Transform + pos: 37.5,0.5 + parent: 1653 + - uid: 1263 + components: + - type: Transform + pos: 53.5,4.5 + parent: 1653 + - uid: 1350 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,3.5 + parent: 1653 + - uid: 1428 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,2.5 + parent: 1653 + - uid: 1429 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,2.5 + parent: 1653 + - uid: 1430 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,2.5 + parent: 1653 + - uid: 1431 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,2.5 + parent: 1653 + - uid: 1550 + components: + - type: Transform + pos: 24.5,15.5 + parent: 1653 + - uid: 1551 + components: + - type: Transform + pos: 24.5,16.5 + parent: 1653 + - uid: 1552 + components: + - type: Transform + pos: 30.5,12.5 + parent: 1653 + - uid: 1553 + components: + - type: Transform + pos: 30.5,13.5 + parent: 1653 + - uid: 1577 + components: + - type: Transform + pos: 36.5,16.5 + parent: 1653 + - uid: 1578 + components: + - type: Transform + pos: 36.5,15.5 + parent: 1653 + - uid: 1579 + components: + - type: Transform + pos: 36.5,14.5 + parent: 1653 + - uid: 1580 + components: + - type: Transform + pos: 35.5,14.5 + parent: 1653 + - uid: 1581 + components: + - type: Transform + pos: 32.5,13.5 + parent: 1653 + - uid: 1582 + components: + - type: Transform + pos: 33.5,13.5 + parent: 1653 + - uid: 1618 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,13.5 + parent: 1653 + - uid: 1619 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,12.5 + parent: 1653 + - uid: 1620 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,12.5 + parent: 1653 + - uid: 1621 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,12.5 + parent: 1653 + - uid: 1622 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,13.5 + parent: 1653 + - uid: 1702 + components: + - type: Transform + pos: 2.5,35.5 + parent: 1653 +- proto: TableCarpet + entities: + - uid: 859 + components: + - type: Transform + pos: 29.5,32.5 + parent: 1653 + - uid: 860 + components: + - type: Transform + pos: 31.5,32.5 + parent: 1653 + - uid: 861 + components: + - type: Transform + pos: 39.5,32.5 + parent: 1653 + - uid: 862 + components: + - type: Transform + pos: 37.5,32.5 + parent: 1653 + - uid: 863 + components: + - type: Transform + pos: 33.5,30.5 + parent: 1653 + - uid: 864 + components: + - type: Transform + pos: 35.5,30.5 + parent: 1653 + - uid: 1243 + components: + - type: Transform + pos: 48.5,4.5 + parent: 1653 +- proto: TableGlass + entities: + - uid: 627 + components: + - type: Transform + pos: 4.5,35.5 + parent: 1653 + - uid: 628 + components: + - type: Transform + pos: 5.5,35.5 + parent: 1653 + - uid: 629 + components: + - type: Transform + pos: 6.5,35.5 + parent: 1653 + - uid: 707 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,30.5 + parent: 1653 + - uid: 925 + components: + - type: Transform + pos: 6.5,22.5 + parent: 1653 + - uid: 941 + components: + - type: Transform + pos: 12.5,22.5 + parent: 1653 + - uid: 942 + components: + - type: Transform + pos: 16.5,18.5 + parent: 1653 + - uid: 1336 + components: + - type: Transform + pos: 8.5,1.5 + parent: 1653 + - uid: 1337 + components: + - type: Transform + pos: 8.5,3.5 + parent: 1653 + - uid: 1374 + components: + - type: Transform + pos: 18.5,9.5 + parent: 1653 + - uid: 1375 + components: + - type: Transform + pos: 16.5,7.5 + parent: 1653 + - uid: 1376 + components: + - type: Transform + pos: 16.5,8.5 + parent: 1653 + - uid: 1377 + components: + - type: Transform + pos: 16.5,9.5 + parent: 1653 + - uid: 1448 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,4.5 + parent: 1653 + - uid: 1449 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,4.5 + parent: 1653 + - uid: 1450 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,4.5 + parent: 1653 + - uid: 1451 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,4.5 + parent: 1653 + - uid: 1452 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,4.5 + parent: 1653 + - uid: 1453 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,4.5 + parent: 1653 + - uid: 1477 + components: + - type: Transform + pos: 22.5,0.5 + parent: 1653 + - uid: 1478 + components: + - type: Transform + pos: 30.5,0.5 + parent: 1653 + - uid: 1555 + components: + - type: Transform + pos: 28.5,16.5 + parent: 1653 +- proto: TableReinforced + entities: + - uid: 709 + components: + - type: Transform + pos: 1.5,25.5 + parent: 1653 + - uid: 710 + components: + - type: Transform + pos: 1.5,26.5 + parent: 1653 + - uid: 711 + components: + - type: Transform + pos: 1.5,27.5 + parent: 1653 + - uid: 1530 + components: + - type: Transform + pos: 27.5,8.5 + parent: 1653 + - uid: 1532 + components: + - type: Transform + pos: 31.5,8.5 + parent: 1653 +- proto: TableReinforcedGlass + entities: + - uid: 620 + components: + - type: Transform + pos: 18.5,44.5 + parent: 1653 +- proto: TableWood + entities: + - uid: 666 + components: + - type: Transform + pos: 20.5,34.5 + parent: 1653 + - uid: 667 + components: + - type: Transform + pos: 21.5,34.5 + parent: 1653 + - uid: 772 + components: + - type: Transform + pos: 24.5,32.5 + parent: 1653 + - uid: 773 + components: + - type: Transform + pos: 24.5,31.5 + parent: 1653 + - uid: 984 + components: + - type: Transform + pos: 7.5,6.5 + parent: 1653 + - uid: 985 + components: + - type: Transform + pos: 10.5,7.5 + parent: 1653 + - uid: 1186 + components: + - type: Transform + pos: 17.5,15.5 + parent: 1653 + - uid: 1187 + components: + - type: Transform + pos: 17.5,14.5 + parent: 1653 + - uid: 1188 + components: + - type: Transform + pos: 21.5,15.5 + parent: 1653 + - uid: 1242 + components: + - type: Transform + pos: 40.5,0.5 + parent: 1653 + - uid: 1270 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,1.5 + parent: 1653 +- proto: ToiletEmpty + entities: + - uid: 799 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,25.5 + parent: 1653 + - uid: 801 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,27.5 + parent: 1653 + - uid: 802 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,27.5 + parent: 1653 + - uid: 889 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,18.5 + parent: 1653 +- proto: ToolboxGoldFilled + entities: + - uid: 713 + components: + - type: Transform + pos: 1.492549,27.312542 + parent: 1653 +- proto: ToyRubberDuck + entities: + - uid: 875 + components: + - type: Transform + pos: 8.491199,25.423159 + parent: 1653 + - uid: 895 + components: + - type: Transform + pos: 0.5,18.5 + parent: 1653 +- proto: ToySpawner + entities: + - uid: 1246 + components: + - type: Transform + pos: 40.5,0.5 + parent: 1653 +- proto: TrashBananaPeel + entities: + - uid: 1192 + components: + - type: Transform + pos: 19.519592,13.327012 + parent: 1653 +- proto: UnfinishedMachineFrame + entities: + - uid: 1341 + components: + - type: Transform + pos: 9.5,1.5 + parent: 1653 + - uid: 1602 + components: + - type: Transform + pos: 33.5,14.5 + parent: 1653 +- proto: VariantCubeBox + entities: + - uid: 1168 + components: + - type: Transform + pos: 17.514208,15.501376 + parent: 1653 + - uid: 1562 + components: + - type: Transform + pos: 24.538218,15.750836 + parent: 1653 +- proto: VehicleJanicartDestroyed + entities: + - uid: 729 + components: + - type: Transform + pos: 6.5,25.5 + parent: 1653 +- proto: WallmountTelescreen + entities: + - uid: 1118 + components: + - type: Transform + pos: 3.5,14.5 + parent: 1653 +- proto: WallPlastitanium + entities: + - uid: 301 + components: + - type: Transform + pos: 9.5,14.5 + parent: 1653 + - uid: 303 + components: + - type: Transform + pos: 11.5,15.5 + parent: 1653 + - uid: 1124 + components: + - type: Transform + pos: 12.5,13.5 + parent: 1653 + - uid: 1125 + components: + - type: Transform + pos: 13.5,13.5 + parent: 1653 + - uid: 1127 + components: + - type: Transform + pos: 13.5,15.5 + parent: 1653 + - uid: 1128 + components: + - type: Transform + pos: 12.5,15.5 + parent: 1653 + - uid: 1129 + components: + - type: Transform + pos: 10.5,15.5 + parent: 1653 + - uid: 1131 + components: + - type: Transform + pos: 9.5,15.5 + parent: 1653 + - uid: 1132 + components: + - type: Transform + pos: 13.5,14.5 + parent: 1653 + - uid: 1133 + components: + - type: Transform + pos: 9.5,13.5 + parent: 1653 + - uid: 1134 + components: + - type: Transform + pos: 10.5,13.5 + parent: 1653 +- proto: WallSolid + entities: + - uid: 514 + components: + - type: Transform + pos: 26.5,38.5 + parent: 1653 + - uid: 515 + components: + - type: Transform + pos: 26.5,40.5 + parent: 1653 + - uid: 516 + components: + - type: Transform + pos: 28.5,40.5 + parent: 1653 + - uid: 517 + components: + - type: Transform + pos: 28.5,38.5 + parent: 1653 + - uid: 566 + components: + - type: Transform + pos: 8.5,43.5 + parent: 1653 + - uid: 567 + components: + - type: Transform + pos: 9.5,43.5 + parent: 1653 + - uid: 570 + components: + - type: Transform + pos: 13.5,43.5 + parent: 1653 + - uid: 571 + components: + - type: Transform + pos: 14.5,43.5 + parent: 1653 + - uid: 592 + components: + - type: Transform + pos: 17.5,43.5 + parent: 1653 + - uid: 593 + components: + - type: Transform + pos: 17.5,47.5 + parent: 1653 + - uid: 594 + components: + - type: Transform + pos: 21.5,47.5 + parent: 1653 + - uid: 595 + components: + - type: Transform + pos: 21.5,43.5 + parent: 1653 + - uid: 685 + components: + - type: Transform + pos: 3.5,32.5 + parent: 1653 + - uid: 687 + components: + - type: Transform + pos: 9.5,30.5 + parent: 1653 + - uid: 884 + components: + - type: Transform + pos: 1.5,21.5 + parent: 1653 + - uid: 885 + components: + - type: Transform + pos: 1.5,22.5 + parent: 1653 + - uid: 886 + components: + - type: Transform + pos: 3.5,19.5 + parent: 1653 + - uid: 887 + components: + - type: Transform + pos: 4.5,19.5 + parent: 1653 + - uid: 1022 + components: + - type: Transform + pos: 28.5,22.5 + parent: 1653 + - uid: 1081 + components: + - type: Transform + pos: 3.5,14.5 + parent: 1653 + - uid: 1082 + components: + - type: Transform + pos: 0.5,12.5 + parent: 1653 + - uid: 1083 + components: + - type: Transform + pos: 0.5,13.5 + parent: 1653 + - uid: 1084 + components: + - type: Transform + pos: 6.5,12.5 + parent: 1653 + - uid: 1085 + components: + - type: Transform + pos: 6.5,13.5 + parent: 1653 + - uid: 1197 + components: + - type: Transform + pos: 40.5,3.5 + parent: 1653 + - uid: 1198 + components: + - type: Transform + pos: 39.5,3.5 + parent: 1653 + - uid: 1199 + components: + - type: Transform + pos: 39.5,4.5 + parent: 1653 + - uid: 1200 + components: + - type: Transform + pos: 42.5,3.5 + parent: 1653 + - uid: 1201 + components: + - type: Transform + pos: 43.5,3.5 + parent: 1653 + - uid: 1202 + components: + - type: Transform + pos: 43.5,4.5 + parent: 1653 + - uid: 1203 + components: + - type: Transform + pos: 39.5,0.5 + parent: 1653 + - uid: 1204 + components: + - type: Transform + pos: 39.5,1.5 + parent: 1653 + - uid: 1205 + components: + - type: Transform + pos: 40.5,1.5 + parent: 1653 + - uid: 1206 + components: + - type: Transform + pos: 42.5,1.5 + parent: 1653 + - uid: 1207 + components: + - type: Transform + pos: 43.5,1.5 + parent: 1653 + - uid: 1208 + components: + - type: Transform + pos: 43.5,0.5 + parent: 1653 + - uid: 1209 + components: + - type: Transform + pos: 47.5,0.5 + parent: 1653 + - uid: 1210 + components: + - type: Transform + pos: 47.5,1.5 + parent: 1653 + - uid: 1211 + components: + - type: Transform + pos: 48.5,1.5 + parent: 1653 + - uid: 1212 + components: + - type: Transform + pos: 50.5,1.5 + parent: 1653 + - uid: 1213 + components: + - type: Transform + pos: 51.5,1.5 + parent: 1653 + - uid: 1214 + components: + - type: Transform + pos: 51.5,0.5 + parent: 1653 + - uid: 1215 + components: + - type: Transform + pos: 50.5,3.5 + parent: 1653 + - uid: 1216 + components: + - type: Transform + pos: 51.5,3.5 + parent: 1653 + - uid: 1217 + components: + - type: Transform + pos: 51.5,4.5 + parent: 1653 + - uid: 1218 + components: + - type: Transform + pos: 48.5,3.5 + parent: 1653 + - uid: 1219 + components: + - type: Transform + pos: 47.5,3.5 + parent: 1653 + - uid: 1220 + components: + - type: Transform + pos: 47.5,4.5 + parent: 1653 + - uid: 1322 + components: + - type: Transform + pos: 3.5,2.5 + parent: 1653 + - uid: 1323 + components: + - type: Transform + pos: 13.5,2.5 + parent: 1653 + - uid: 1459 + components: + - type: Transform + pos: 19.5,4.5 + parent: 1653 + - uid: 1460 + components: + - type: Transform + pos: 33.5,4.5 + parent: 1653 + - uid: 1501 + components: + - type: Transform + pos: 28.5,9.5 + parent: 1653 + - uid: 1506 + components: + - type: Transform + pos: 29.5,9.5 + parent: 1653 + - uid: 1507 + components: + - type: Transform + pos: 30.5,9.5 + parent: 1653 + - uid: 1575 + components: + - type: Transform + pos: 34.5,16.5 + parent: 1653 +- proto: WaterTankFull + entities: + - uid: 1372 + components: + - type: Transform + pos: 18.5,7.5 + parent: 1653 + - uid: 1475 + components: + - type: Transform + pos: 24.5,4.5 + parent: 1653 +- proto: WaterTankHighCapacity + entities: + - uid: 1353 + components: + - type: Transform + pos: 7.5,3.5 + parent: 1653 +- proto: WeldingFuelTankFull + entities: + - uid: 881 + components: + - type: Transform + pos: 14.5,44.5 + parent: 1653 + - uid: 1387 + components: + - type: Transform + pos: 26.5,19.5 + parent: 1653 + - uid: 1544 + components: + - type: Transform + pos: 31.5,7.5 + parent: 1653 + - uid: 1545 + components: + - type: Transform + pos: 27.5,7.5 + parent: 1653 +- proto: Windoor + entities: + - uid: 636 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,34.5 + parent: 1653 + - uid: 637 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,36.5 + parent: 1653 + - uid: 639 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,34.5 + parent: 1653 + - uid: 640 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,36.5 + parent: 1653 + - uid: 690 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,32.5 + parent: 1653 + - uid: 691 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,30.5 + parent: 1653 + - uid: 877 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,25.5 + parent: 1653 + - uid: 878 + components: + - type: Transform + pos: 9.5,27.5 + parent: 1653 +- proto: WindoorSecure + entities: + - uid: 467 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,44.5 + parent: 1653 + - uid: 809 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,42.5 + parent: 1653 + - uid: 1175 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,12.5 + parent: 1653 + - uid: 1420 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,1.5 + parent: 1653 + - uid: 1421 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,2.5 + parent: 1653 + - uid: 1422 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,2.5 + parent: 1653 + - uid: 1423 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,1.5 + parent: 1653 + - uid: 1424 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,1.5 + parent: 1653 + - uid: 1425 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,2.5 + parent: 1653 + - uid: 1426 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,1.5 + parent: 1653 + - uid: 1427 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,2.5 + parent: 1653 + - uid: 1465 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,3.5 + parent: 1653 + - uid: 1466 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,3.5 + parent: 1653 +- proto: WindowDirectional + entities: + - uid: 632 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,35.5 + parent: 1653 + - uid: 633 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,35.5 + parent: 1653 + - uid: 1253 + components: + - type: Transform + pos: 46.5,3.5 + parent: 1653 + - uid: 1254 + components: + - type: Transform + pos: 44.5,3.5 + parent: 1653 +- proto: WindowFrostedDirectional + entities: + - uid: 473 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,48.5 + parent: 1653 + - uid: 475 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,46.5 + parent: 1653 + - uid: 476 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,46.5 + parent: 1653 + - uid: 500 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,39.5 + parent: 1653 + - uid: 501 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,39.5 + parent: 1653 + - uid: 596 + components: + - type: Transform + pos: 18.5,43.5 + parent: 1653 + - uid: 597 + components: + - type: Transform + pos: 20.5,43.5 + parent: 1653 + - uid: 598 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,44.5 + parent: 1653 + - uid: 599 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,46.5 + parent: 1653 + - uid: 600 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,47.5 + parent: 1653 + - uid: 601 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,47.5 + parent: 1653 + - uid: 602 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,46.5 + parent: 1653 + - uid: 603 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,44.5 + parent: 1653 + - uid: 604 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,45.5 + parent: 1653 + - uid: 605 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,47.5 + parent: 1653 + - uid: 606 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,45.5 + parent: 1653 + - uid: 607 + components: + - type: Transform + pos: 19.5,43.5 + parent: 1653 + - uid: 688 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,31.5 + parent: 1653 + - uid: 689 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,31.5 + parent: 1653 + - uid: 791 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,25.5 + parent: 1653 + - uid: 792 + components: + - type: Transform + pos: 10.5,28.5 + parent: 1653 + - uid: 793 + components: + - type: Transform + pos: 10.5,27.5 + parent: 1653 + - uid: 794 + components: + - type: Transform + pos: 8.5,28.5 + parent: 1653 + - uid: 795 + components: + - type: Transform + pos: 8.5,27.5 + parent: 1653 + - uid: 797 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,25.5 + parent: 1653 + - uid: 798 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,24.5 + parent: 1653 + - uid: 946 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,7.5 + parent: 1653 + - uid: 947 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,6.5 + parent: 1653 + - uid: 970 + components: + - type: Transform + pos: 5.5,8.5 + parent: 1653 + - uid: 971 + components: + - type: Transform + pos: 0.5,8.5 + parent: 1653 + - uid: 972 + components: + - type: Transform + pos: 3.5,8.5 + parent: 1653 + - uid: 973 + components: + - type: Transform + pos: 2.5,8.5 + parent: 1653 +- proto: WindowReinforcedDirectional + entities: + - uid: 446 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,42.5 + parent: 1653 + - uid: 451 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,43.5 + parent: 1653 + - uid: 452 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,44.5 + parent: 1653 + - uid: 453 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,44.5 + parent: 1653 + - uid: 454 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,44.5 + parent: 1653 + - uid: 456 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,42.5 + parent: 1653 + - uid: 457 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,43.5 + parent: 1653 + - uid: 458 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,44.5 + parent: 1653 + - uid: 842 + components: + - type: Transform + pos: 22.5,28.5 + parent: 1653 + - uid: 843 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,24.5 + parent: 1653 + - uid: 908 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,20.5 + parent: 1653 + - uid: 909 + components: + - type: Transform + pos: 8.5,19.5 + parent: 1653 + - uid: 915 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,21.5 + parent: 1653 + - uid: 916 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,20.5 + parent: 1653 + - uid: 917 + components: + - type: Transform + pos: 9.5,20.5 + parent: 1653 + - uid: 918 + components: + - type: Transform + pos: 7.5,20.5 + parent: 1653 + - uid: 919 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,19.5 + parent: 1653 + - uid: 920 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,19.5 + parent: 1653 + - uid: 921 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,21.5 + parent: 1653 + - uid: 922 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,20.5 + parent: 1653 + - uid: 923 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,20.5 + parent: 1653 + - uid: 924 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,21.5 + parent: 1653 + - uid: 995 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,18.5 + parent: 1653 + - uid: 996 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,18.5 + parent: 1653 + - uid: 997 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,18.5 + parent: 1653 + - uid: 998 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,18.5 + parent: 1653 + - uid: 999 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,22.5 + parent: 1653 + - uid: 1000 + components: + - type: Transform + pos: 22.5,22.5 + parent: 1653 + - uid: 1001 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,22.5 + parent: 1653 + - uid: 1002 + components: + - type: Transform + pos: 18.5,22.5 + parent: 1653 + - uid: 1051 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,21.5 + parent: 1653 + - uid: 1053 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,22.5 + parent: 1653 + - uid: 1054 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,21.5 + parent: 1653 + - uid: 1055 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,22.5 + parent: 1653 + - uid: 1056 + components: + - type: Transform + pos: 33.5,21.5 + parent: 1653 + - uid: 1170 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,13.5 + parent: 1653 + - uid: 1171 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,14.5 + parent: 1653 + - uid: 1172 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,15.5 + parent: 1653 + - uid: 1173 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,12.5 + parent: 1653 + - uid: 1174 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,12.5 + parent: 1653 + - uid: 1176 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,12.5 + parent: 1653 + - uid: 1177 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,12.5 + parent: 1653 + - uid: 1178 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,13.5 + parent: 1653 + - uid: 1179 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,14.5 + parent: 1653 + - uid: 1180 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,15.5 + parent: 1653 + - uid: 1181 + components: + - type: Transform + pos: 17.5,16.5 + parent: 1653 + - uid: 1182 + components: + - type: Transform + pos: 18.5,16.5 + parent: 1653 + - uid: 1183 + components: + - type: Transform + pos: 19.5,16.5 + parent: 1653 + - uid: 1184 + components: + - type: Transform + pos: 20.5,16.5 + parent: 1653 + - uid: 1185 + components: + - type: Transform + pos: 21.5,16.5 + parent: 1653 + - uid: 1303 + components: + - type: Transform + pos: 4.5,2.5 + parent: 1653 + - uid: 1304 + components: + - type: Transform + pos: 5.5,2.5 + parent: 1653 + - uid: 1305 + components: + - type: Transform + pos: 6.5,2.5 + parent: 1653 + - uid: 1306 + components: + - type: Transform + pos: 7.5,2.5 + parent: 1653 + - uid: 1307 + components: + - type: Transform + pos: 8.5,2.5 + parent: 1653 + - uid: 1308 + components: + - type: Transform + pos: 9.5,2.5 + parent: 1653 + - uid: 1309 + components: + - type: Transform + pos: 10.5,2.5 + parent: 1653 + - uid: 1310 + components: + - type: Transform + pos: 11.5,2.5 + parent: 1653 + - uid: 1311 + components: + - type: Transform + pos: 12.5,2.5 + parent: 1653 + - uid: 1312 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,2.5 + parent: 1653 + - uid: 1313 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,2.5 + parent: 1653 + - uid: 1314 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,2.5 + parent: 1653 + - uid: 1315 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,2.5 + parent: 1653 + - uid: 1316 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,2.5 + parent: 1653 + - uid: 1317 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,2.5 + parent: 1653 + - uid: 1318 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,2.5 + parent: 1653 + - uid: 1319 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,2.5 + parent: 1653 + - uid: 1320 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,2.5 + parent: 1653 + - uid: 1366 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,7.5 + parent: 1653 + - uid: 1367 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,8.5 + parent: 1653 + - uid: 1368 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,9.5 + parent: 1653 + - uid: 1369 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,7.5 + parent: 1653 + - uid: 1370 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,8.5 + parent: 1653 + - uid: 1371 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,9.5 + parent: 1653 + - uid: 1388 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,0.5 + parent: 1653 + - uid: 1389 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,1.5 + parent: 1653 + - uid: 1390 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,0.5 + parent: 1653 + - uid: 1391 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,1.5 + parent: 1653 + - uid: 1392 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,0.5 + parent: 1653 + - uid: 1393 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,1.5 + parent: 1653 + - uid: 1394 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,0.5 + parent: 1653 + - uid: 1395 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,1.5 + parent: 1653 + - uid: 1396 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,0.5 + parent: 1653 + - uid: 1397 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,1.5 + parent: 1653 + - uid: 1398 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,0.5 + parent: 1653 + - uid: 1399 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,1.5 + parent: 1653 + - uid: 1400 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,0.5 + parent: 1653 + - uid: 1401 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,1.5 + parent: 1653 + - uid: 1402 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,0.5 + parent: 1653 + - uid: 1403 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,1.5 + parent: 1653 + - uid: 1404 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,1.5 + parent: 1653 + - uid: 1405 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,1.5 + parent: 1653 + - uid: 1406 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,1.5 + parent: 1653 + - uid: 1407 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,1.5 + parent: 1653 + - uid: 1408 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,1.5 + parent: 1653 + - uid: 1409 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,1.5 + parent: 1653 + - uid: 1410 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,1.5 + parent: 1653 + - uid: 1411 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,1.5 + parent: 1653 + - uid: 1412 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,2.5 + parent: 1653 + - uid: 1413 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,2.5 + parent: 1653 + - uid: 1414 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,2.5 + parent: 1653 + - uid: 1415 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,2.5 + parent: 1653 + - uid: 1416 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,2.5 + parent: 1653 + - uid: 1417 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,2.5 + parent: 1653 + - uid: 1418 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,2.5 + parent: 1653 + - uid: 1419 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,2.5 + parent: 1653 + - uid: 1463 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,2.5 + parent: 1653 + - uid: 1464 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,2.5 + parent: 1653 + - uid: 1557 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,13.5 + parent: 1653 + - uid: 1558 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,13.5 + parent: 1653 + - uid: 1559 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,13.5 + parent: 1653 + - uid: 1560 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,12.5 + parent: 1653 +... diff --git a/Resources/Maps/_NF/Dungeon/haunted.yml b/Resources/Maps/_NF/Dungeon/haunted.yml new file mode 100644 index 00000000000..b82a2c4dbdd --- /dev/null +++ b/Resources/Maps/_NF/Dungeon/haunted.yml @@ -0,0 +1,3239 @@ +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 22: FloorCave + 23: FloorCaveDrought + 40: FloorDirt + 66: FloorMining + 68: FloorMiningLight + 71: FloorOldConcreteMono + 72: FloorOldConcreteSmooth + 82: FloorShuttleOrange + 118: FloorWood + 121: Plating + 124: PlatingDamaged +entities: +- proto: "" + entities: + - uid: 1653 + components: + - type: MetaData + - type: Transform + - type: Map + - type: PhysicsMap + - type: Broadphase + - type: OccluderTree + - type: MapGrid + chunks: + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAA + version: 6 + 0,0: + ind: 0,0 + tiles: FgAAAAAEFgAAAAAEFgAAAAAFFgAAAAAFFgAAAAAGFgAAAAAAFgAAAAAFFgAAAAAEFgAAAAADFgAAAAAAFgAAAAAFFgAAAAAAFgAAAAADFgAAAAAAFgAAAAACFgAAAAAFFgAAAAACFgAAAAAGFgAAAAADFgAAAAAAFgAAAAADFgAAAAAAFgAAAAAEFgAAAAABFgAAAAAEFgAAAAAGFgAAAAACFgAAAAACFgAAAAABFgAAAAAEFgAAAAAEFgAAAAAGFgAAAAAFFgAAAAAEFgAAAAACFgAAAAAFFgAAAAAAFgAAAAAFFgAAAAAAFgAAAAADFgAAAAACFgAAAAAGFgAAAAACFgAAAAAAFgAAAAAAFgAAAAAGFgAAAAAFFgAAAAADFgAAAAAEFgAAAAABFgAAAAACFgAAAAABFgAAAAAAFgAAAAAFFgAAAAAEFgAAAAAAFgAAAAAEFgAAAAADFgAAAAAGFgAAAAAEFgAAAAABFgAAAAAEFgAAAAACFgAAAAAGFgAAAAAFFgAAAAAAFgAAAAABFgAAAAAFFgAAAAADFgAAAAADFgAAAAAFFgAAAAAFFgAAAAABFgAAAAAFFgAAAAACFgAAAAAAFgAAAAAAFgAAAAAFFgAAAAADFgAAAAACUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAADFgAAAAABFgAAAAABFgAAAAACFgAAAAABFgAAAAAGFgAAAAAAFgAAAAAGFwAAAAAAFwAAAAAAFgAAAAACUgAAAAAAFgAAAAAAFgAAAAAEFgAAAAAEFgAAAAACFwAAAAAAFwAAAAAAFgAAAAAAFgAAAAABFgAAAAADFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFgAAAAADUgAAAAAAFgAAAAACFgAAAAAFFgAAAAACFwAAAAAAFgAAAAAGFgAAAAADFwAAAAAAFwAAAAAAFgAAAAAEFgAAAAAAFgAAAAACFgAAAAADFwAAAAAAFgAAAAAAFgAAAAAFUgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFgAAAAABFgAAAAABFwAAAAAAFwAAAAAAFwAAAAAAFgAAAAAFFgAAAAAAFgAAAAADFgAAAAAFFwAAAAAAFwAAAAAAUgAAAAAAFgAAAAADFgAAAAAGFgAAAAAGFwAAAAAAFgAAAAAAFgAAAAAGFgAAAAAFFgAAAAAEFgAAAAADFgAAAAAEFgAAAAAAFgAAAAAAFgAAAAABFgAAAAAEFgAAAAAEUgAAAAAAFgAAAAABFgAAAAADFgAAAAACFgAAAAAGUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAAEFgAAAAAEFgAAAAABFgAAAAAEFwAAAAABFwAAAAABFwAAAAAEUgAAAAAAFgAAAAAFFgAAAAABFgAAAAAFFgAAAAADFgAAAAADFgAAAAAEFgAAAAADUgAAAAAAFgAAAAACFgAAAAAEFgAAAAAFFgAAAAABFgAAAAAGFgAAAAAFFwAAAAAEUgAAAAAAFgAAAAAGFgAAAAAGFwAAAAAGFwAAAAADFgAAAAAAFgAAAAADFgAAAAAEUgAAAAAAFgAAAAAGFwAAAAACFgAAAAACFgAAAAABFgAAAAABFgAAAAADFgAAAAAAUgAAAAAAFwAAAAACFgAAAAABFwAAAAAHFgAAAAACFgAAAAAEFwAAAAAEFgAAAAADUgAAAAAAFwAAAAACFgAAAAAGFgAAAAAGFgAAAAABFgAAAAAAFgAAAAAEFwAAAAAEUgAAAAAAFgAAAAABFwAAAAAFFwAAAAAFFgAAAAACFgAAAAABFwAAAAAHFwAAAAAEUgAAAAAA + version: 6 + 0,1: + ind: 0,1 + tiles: FwAAAAACFgAAAAAFFgAAAAACFgAAAAAEFgAAAAAEFgAAAAAGFgAAAAAAUgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAGFgAAAAADFgAAAAAGFgAAAAADUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAAEFgAAAAAFFgAAAAAFFgAAAAAFFgAAAAABUgAAAAAAFgAAAAAAFgAAAAAGFgAAAAAFFwAAAAAAFgAAAAAEUgAAAAAAFgAAAAADFgAAAAAGFgAAAAAAFgAAAAAFFgAAAAAEFwAAAAABFwAAAAAGFgAAAAAFFgAAAAAEUgAAAAAAFgAAAAACFwAAAAAFFwAAAAADFwAAAAADFgAAAAAFUgAAAAAAFwAAAAACFwAAAAADFwAAAAAEFwAAAAAFFgAAAAAEFwAAAAAGFwAAAAAHFwAAAAADFwAAAAAGUgAAAAAAFwAAAAAHFwAAAAACFgAAAAADFwAAAAADFgAAAAABUgAAAAAAFgAAAAABFgAAAAAGFgAAAAAEFgAAAAAGFgAAAAAFFgAAAAAAFwAAAAACFgAAAAAGFgAAAAABUgAAAAAAFgAAAAAGFwAAAAAGFwAAAAABFwAAAAAAFgAAAAACUgAAAAAAFwAAAAAAFgAAAAAGFwAAAAADFwAAAAAHFgAAAAADFgAAAAAGFgAAAAAFFgAAAAABFgAAAAAGUgAAAAAAFgAAAAAAFgAAAAABFgAAAAAFFgAAAAAGFwAAAAADUgAAAAAAFgAAAAACFgAAAAAAFgAAAAADFgAAAAAEUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAAGFgAAAAABFgAAAAAFUgAAAAAAFwAAAAAEFgAAAAAAFgAAAAAFUgAAAAAAFwAAAAABFgAAAAAAFgAAAAADUgAAAAAAFgAAAAADFwAAAAAFFgAAAAAGUgAAAAAAFgAAAAAAFgAAAAAGFgAAAAAFUgAAAAAAFgAAAAADFgAAAAAGFgAAAAAGUgAAAAAAFgAAAAAGFgAAAAAAFgAAAAAAUgAAAAAAFwAAAAAAFwAAAAADFwAAAAAHUgAAAAAAFgAAAAABFgAAAAABFgAAAAACUgAAAAAAFgAAAAAFFgAAAAADFgAAAAAGUgAAAAAAFgAAAAAAFgAAAAAEFgAAAAAGUgAAAAAAFwAAAAABFwAAAAAFFgAAAAAGUgAAAAAAFgAAAAAGFgAAAAAAFwAAAAAEUgAAAAAAFgAAAAAAFgAAAAAFFgAAAAACUgAAAAAAFgAAAAADFgAAAAAFFgAAAAAEUgAAAAAAFwAAAAACFwAAAAAHFgAAAAADUgAAAAAAFgAAAAACFgAAAAADFgAAAAAGUgAAAAAAFgAAAAADFgAAAAADFgAAAAAAUgAAAAAAFgAAAAACFgAAAAAAFwAAAAABUgAAAAAAFwAAAAAAFgAAAAABFgAAAAABUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAABFgAAAAABFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAEFgAAAAABFgAAAAADFgAAAAABFgAAAAAGFgAAAAAEFgAAAAADFgAAAAADUgAAAAAAFgAAAAADFgAAAAAFFgAAAAACFgAAAAACFgAAAAAEFgAAAAAGFgAAAAABFgAAAAAFFgAAAAACFgAAAAAGFgAAAAAAFgAAAAADFgAAAAAFFgAAAAAAFgAAAAAFUgAAAAAAFgAAAAADFgAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAA + version: 6 + -1,1: + ind: -1,1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAA + version: 6 + 1,-1: + ind: 1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAA + version: 6 + 1,0: + ind: 1,0 + tiles: FgAAAAACUgAAAAAAFgAAAAACFgAAAAACFgAAAAABFgAAAAADFgAAAAACKAAAAAAAKAAAAAAAKAAAAAAAFgAAAAAGFgAAAAABFgAAAAAEFgAAAAAAFgAAAAAFFgAAAAABFgAAAAAGUgAAAAAAFgAAAAAGFgAAAAAAFgAAAAAFFgAAAAAGFgAAAAABFgAAAAADKAAAAAAAFgAAAAADFgAAAAAEFgAAAAAAFgAAAAAFFgAAAAABFgAAAAAAKAAAAAAAFgAAAAAEUgAAAAAAKAAAAAAAKAAAAAAAFgAAAAAAFgAAAAADKAAAAAAAFgAAAAADFgAAAAACFgAAAAAFKAAAAAAAKAAAAAAAKAAAAAAAFgAAAAAGKAAAAAAAKAAAAAAAFgAAAAACUgAAAAAAKAAAAAAAKAAAAAAAFgAAAAAGFgAAAAACFgAAAAAFFgAAAAACFgAAAAAEFgAAAAAGFgAAAAABFgAAAAADFgAAAAAGFgAAAAADFgAAAAABKAAAAAAAFgAAAAAGUgAAAAAAKAAAAAAAFgAAAAAEFgAAAAAFFgAAAAAFFgAAAAAAFgAAAAADFgAAAAAGFgAAAAABFgAAAAAGFgAAAAACFgAAAAACFgAAAAAAFgAAAAABKAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFgAAAAADFgAAAAAAFgAAAAAEFgAAAAADUgAAAAAAFgAAAAACFgAAAAAFFgAAAAAAFgAAAAAGFgAAAAAEFgAAAAADFgAAAAABFgAAAAAEFwAAAAAAFgAAAAADFwAAAAAAFwAAAAAAFgAAAAAGFgAAAAADFgAAAAAGUgAAAAAAFgAAAAAGFgAAAAAAFgAAAAAGFgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFgAAAAAAFgAAAAACFgAAAAADFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAUgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFgAAAAADFgAAAAAFFgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFgAAAAAGFwAAAAAAFwAAAAAAFgAAAAAGFgAAAAAGFgAAAAACUgAAAAAAFgAAAAAFFgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFgAAAAAAFgAAAAABFgAAAAAFFgAAAAABUgAAAAAAFgAAAAAEFgAAAAABFgAAAAAFFgAAAAAEFgAAAAADFgAAAAAGFgAAAAAEFwAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAADFgAAAAAGFgAAAAAGFgAAAAAGFgAAAAADFgAAAAAEFgAAAAACUgAAAAAAFgAAAAABFgAAAAAAFgAAAAABFgAAAAAFFgAAAAABFgAAAAABFgAAAAACUgAAAAAAFgAAAAACFwAAAAAAFwAAAAACFwAAAAAEFwAAAAACFgAAAAACFgAAAAAFUgAAAAAAFgAAAAACFgAAAAAEFgAAAAAGFgAAAAADFgAAAAAGFgAAAAABFgAAAAACUgAAAAAAFgAAAAAGFgAAAAAFFwAAAAAHFwAAAAADFwAAAAAAFwAAAAACFgAAAAAAUgAAAAAAFgAAAAABFgAAAAAFFgAAAAABFgAAAAADFgAAAAAFFgAAAAAFFgAAAAAGUgAAAAAAFgAAAAADFgAAAAABFwAAAAAHFwAAAAAAFwAAAAAEFgAAAAADFgAAAAAGUgAAAAAAFgAAAAAAFgAAAAABFgAAAAACFgAAAAAAFgAAAAAFFgAAAAADFgAAAAADUgAAAAAA + version: 6 + 1,1: + ind: 1,1 + tiles: FgAAAAAAFgAAAAAAFgAAAAAFFgAAAAADFgAAAAAEFgAAAAAEFgAAAAAGUgAAAAAAFgAAAAABFgAAAAABFgAAAAAAFgAAAAABFgAAAAACFgAAAAAFFgAAAAADUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAAAUgAAAAAAFgAAAAADFgAAAAAAFgAAAAABFgAAAAAGFgAAAAADUgAAAAAAFgAAAAAAFgAAAAAAFgAAAAACFgAAAAAAFgAAAAAFUgAAAAAAFgAAAAABFgAAAAACFgAAAAAGUgAAAAAAFgAAAAAGFgAAAAAGFgAAAAAGFgAAAAADFgAAAAAGUgAAAAAAFgAAAAADFwAAAAADFwAAAAABFgAAAAACFgAAAAAFUgAAAAAAFgAAAAAEdgAAAAADFgAAAAAFUgAAAAAAFgAAAAABFgAAAAAFFgAAAAAGFgAAAAABFgAAAAABUgAAAAAAFgAAAAAGFwAAAAAEFwAAAAACFwAAAAAHFgAAAAACUgAAAAAAFgAAAAACdgAAAAABFwAAAAADUgAAAAAAFgAAAAAGFgAAAAAAFgAAAAACFgAAAAAFFgAAAAADUgAAAAAAFgAAAAACFgAAAAACFwAAAAAHFwAAAAAAFgAAAAABUgAAAAAAFgAAAAAAdgAAAAACFgAAAAAGUgAAAAAAFgAAAAAGFgAAAAADFgAAAAAAFgAAAAAFFgAAAAAAUgAAAAAAFgAAAAACFgAAAAAFFgAAAAABFgAAAAADFgAAAAAAUgAAAAAAFgAAAAAEFgAAAAAGUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFwAAAAAEFwAAAAAFFwAAAAAGUgAAAAAAFgAAAAAGFwAAAAAFFgAAAAACUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFwAAAAADFgAAAAACFgAAAAAEUgAAAAAAFgAAAAAGFgAAAAABFgAAAAAFUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFwAAAAACFwAAAAAGFwAAAAAAUgAAAAAAFgAAAAAGFgAAAAAFFgAAAAAEUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAABFgAAAAAGFwAAAAADUgAAAAAAFwAAAAACFgAAAAAEFgAAAAACUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFwAAAAAAFwAAAAAEFwAAAAABUgAAAAAAFgAAAAAGFgAAAAAFFwAAAAAHUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAAGFgAAAAACFgAAAAAFFgAAAAAFFgAAAAADFgAAAAACFgAAAAAGFgAAAAAFFwAAAAAGFwAAAAAFFwAAAAAAUgAAAAAAFgAAAAAAFwAAAAADFwAAAAADFwAAAAADFwAAAAAEFgAAAAAEFwAAAAAHFwAAAAAGFgAAAAADFgAAAAACFgAAAAADFwAAAAAEFwAAAAABFwAAAAABFwAAAAAHUgAAAAAAFgAAAAAAFgAAAAAFFgAAAAADFgAAAAAE + version: 6 + -1,2: + ind: -1,2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAA + version: 6 + -1,3: + ind: -1,3 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,2: + ind: 0,2 + tiles: FgAAAAAAFgAAAAACFgAAAAAEFgAAAAADFgAAAAACFgAAAAAGFgAAAAAFFgAAAAACFgAAAAAFFgAAAAACFgAAAAAEFgAAAAAFFgAAAAABUgAAAAAAFgAAAAAFFgAAAAABUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAADFgAAAAACFgAAAAAEFwAAAAAAFgAAAAACFgAAAAAAFgAAAAAEFgAAAAADFgAAAAAGFgAAAAAGFwAAAAAEUgAAAAAAFgAAAAAEFgAAAAADFgAAAAAAFgAAAAADFwAAAAAFFwAAAAACFgAAAAAFFgAAAAACFgAAAAAFFgAAAAAFFgAAAAAEFwAAAAAAFgAAAAAGFgAAAAAAFgAAAAACUgAAAAAAFgAAAAABFgAAAAAFFgAAAAAGFgAAAAAAFgAAAAAGFgAAAAAFFgAAAAACFgAAAAAEFwAAAAAHFgAAAAAGFgAAAAAFFgAAAAAFFgAAAAAGFgAAAAAAFgAAAAACUgAAAAAAFgAAAAAEFgAAAAAAFgAAAAABFgAAAAAFUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAAGFgAAAAABFgAAAAAGFgAAAAADFgAAAAABFgAAAAAAFgAAAAAEUgAAAAAAFgAAAAADFgAAAAABFgAAAAAFFgAAAAAAFgAAAAAEFgAAAAADFgAAAAAFUgAAAAAAFgAAAAAEFgAAAAACFgAAAAABFgAAAAADFgAAAAAEFgAAAAACFgAAAAABUgAAAAAAFgAAAAAEFgAAAAAAFgAAAAAGFgAAAAABFgAAAAAAFgAAAAAEFgAAAAAGUgAAAAAAFgAAAAAEFgAAAAAGFgAAAAABFgAAAAABFgAAAAADFgAAAAACFgAAAAAEUgAAAAAAFgAAAAAAFgAAAAADFgAAAAADFgAAAAADFgAAAAAAFgAAAAADFgAAAAAEUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAACFgAAAAABFgAAAAAFFgAAAAABFgAAAAABFgAAAAAAFgAAAAAEUgAAAAAAFgAAAAAEFgAAAAAFFgAAAAACFgAAAAAEFgAAAAADFgAAAAAAFgAAAAAGUgAAAAAAFgAAAAAAFgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAFgAAAAAFFgAAAAAGUgAAAAAAFgAAAAADFgAAAAABQgAAAAAAFgAAAAAEfAAAAAAAFgAAAAACFgAAAAAAUgAAAAAAFgAAAAAAQgAAAAAAQgAAAAAARAAAAAAAQgAAAAAAQgAAAAAAFgAAAAAEUgAAAAAAFgAAAAAAQgAAAAAAfAAAAAABRAAAAAAAeQAAAAAAFgAAAAAAFgAAAAABUgAAAAAAFgAAAAAFQgAAAAAAQgAAAAAARAAAAAAAQgAAAAAAQgAAAAAAFgAAAAAAUgAAAAAAFgAAAAAFQgAAAAAARAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAFgAAAAACUgAAAAAAFgAAAAABQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAFgAAAAAGUgAAAAAAFgAAAAAFQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAFgAAAAABUgAAAAAAFgAAAAABFgAAAAACQgAAAAAAQgAAAAAAQgAAAAAAFgAAAAAGFgAAAAAEUgAAAAAAFgAAAAAEFgAAAAACQgAAAAAAQgAAAAAAQgAAAAAAFgAAAAABFgAAAAABUgAAAAAA + version: 6 + 0,3: + ind: 0,3 + tiles: FgAAAAADFgAAAAAGFgAAAAAGFgAAAAAFFgAAAAAGFgAAAAAFFgAAAAAFUgAAAAAAFgAAAAADFgAAAAACFgAAAAAFFgAAAAAGFgAAAAAEFgAAAAAAFgAAAAAFUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,2: + ind: 1,2 + tiles: FgAAAAACFgAAAAAFFgAAAAADFgAAAAAEFgAAAAACFwAAAAACFwAAAAADFwAAAAAAFwAAAAAGFwAAAAAHFwAAAAAEUgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAAFFgAAAAACFgAAAAAEFgAAAAAAFgAAAAAAFgAAAAADFgAAAAABUgAAAAAAFgAAAAAEFgAAAAAGFgAAAAAAFgAAAAAGFgAAAAAFFgAAAAABFgAAAAAFFgAAAAACFgAAAAAEFgAAAAACFgAAAAABFgAAAAAEFgAAAAAEFgAAAAAFFgAAAAAGUgAAAAAAFgAAAAABFgAAAAACFgAAAAAFFgAAAAAGFgAAAAAGFgAAAAAGFgAAAAADFgAAAAAAFgAAAAAGFgAAAAAEFgAAAAADFgAAAAAFFgAAAAAAFgAAAAAFFgAAAAAEUgAAAAAAFgAAAAAEFgAAAAABFgAAAAAEFgAAAAAEFgAAAAAAFgAAAAAGFgAAAAAGFgAAAAABUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAACFgAAAAACFgAAAAAAFgAAAAADFgAAAAAEFgAAAAAEFgAAAAAFUgAAAAAAFgAAAAABFgAAAAAEFgAAAAABFgAAAAAAFgAAAAAFFgAAAAACFgAAAAAAUgAAAAAAFgAAAAAGFgAAAAAEFgAAAAAEFgAAAAAGFgAAAAAEFgAAAAACFgAAAAAEUgAAAAAAFgAAAAAAFgAAAAACFgAAAAAGFgAAAAAAFgAAAAAGFgAAAAACFgAAAAADUgAAAAAAFgAAAAAGFgAAAAAFFgAAAAABFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAACUgAAAAAAFgAAAAAEFgAAAAAFFgAAAAABFgAAAAAAFgAAAAAFFgAAAAACFgAAAAAEUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAAEFgAAAAAFFgAAAAABFgAAAAABFgAAAAAAFgAAAAAFFgAAAAAGUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAFFgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAFgAAAAAFFgAAAAACUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAEQgAAAAAAQgAAAAAARAAAAAAAQgAAAAAAQgAAAAAAFgAAAAAFUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAEQgAAAAAAQgAAAAAARAAAAAAAQgAAAAAAQgAAAAAAFgAAAAAEUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAABQgAAAAAAQgAAAAAARAAAAAAAQgAAAAAAQgAAAAAAFgAAAAAEUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAABFgAAAAAEQgAAAAAAQgAAAAAAQgAAAAAAFgAAAAAFFgAAAAADUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,3: + ind: 1,3 + tiles: FgAAAAAEFgAAAAACFgAAAAAFFgAAAAAGFgAAAAACFgAAAAACFgAAAAAFUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 2,0: + ind: 2,0 + tiles: FgAAAAABFgAAAAABFgAAAAACUgAAAAAAFwAAAAAAFgAAAAAFFgAAAAAFFgAAAAADFgAAAAAEFgAAAAACFgAAAAAAFgAAAAAEFgAAAAAGFgAAAAADFgAAAAADFgAAAAAGFgAAAAAGFgAAAAAFKAAAAAAAUgAAAAAAFwAAAAAAFwAAAAAAFgAAAAAFFgAAAAACFgAAAAABFgAAAAACFgAAAAAGFgAAAAAGFgAAAAAGFgAAAAAAFgAAAAABFgAAAAACFgAAAAAGFgAAAAAEKAAAAAAAUgAAAAAAFwAAAAAAFwAAAAAAFgAAAAAAFgAAAAAFFgAAAAAAFgAAAAAAFgAAAAAEFgAAAAAGFgAAAAAAFgAAAAACFgAAAAAAFgAAAAAGKAAAAAAAKAAAAAAAKAAAAAAAUgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFgAAAAACFgAAAAAFFgAAAAAAFgAAAAACFgAAAAABFgAAAAAAFgAAAAADFgAAAAAGKAAAAAAAKAAAAAAAFgAAAAAFUgAAAAAAFgAAAAADFgAAAAADFwAAAAAAFgAAAAABFgAAAAADFgAAAAACFgAAAAAEFgAAAAADFgAAAAADFgAAAAAFFgAAAAABFgAAAAAFUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFwAAAAAAFgAAAAAEFgAAAAAEUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAAFFgAAAAABFgAAAAAGUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAGUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAAFFgAAAAAFFgAAAAAEFgAAAAADFgAAAAAEFgAAAAAAFgAAAAAFUgAAAAAAFgAAAAAGFgAAAAACFgAAAAAAFgAAAAAFFgAAAAADFgAAAAAFFgAAAAAGUgAAAAAAFgAAAAABRwAAAAADRwAAAAABSAAAAAAARwAAAAADFgAAAAAFFgAAAAAFUgAAAAAAFgAAAAACFgAAAAAEFgAAAAADFgAAAAAGFgAAAAAFFgAAAAABFgAAAAAAUgAAAAAAFgAAAAABFgAAAAACSAAAAAACSAAAAAADRwAAAAADSAAAAAAAFgAAAAADUgAAAAAAFgAAAAADFgAAAAADFgAAAAADFgAAAAAFFgAAAAABFgAAAAAEFgAAAAAAUgAAAAAAFgAAAAAGRwAAAAABSAAAAAACSAAAAAAASAAAAAACRwAAAAADFgAAAAAGUgAAAAAAFgAAAAAGFgAAAAAEFgAAAAAFFgAAAAACFgAAAAAEFgAAAAACFgAAAAAGUgAAAAAA + version: 6 + 3,0: + ind: 3,0 + tiles: FgAAAAADFgAAAAACFgAAAAAEFgAAAAAEFgAAAAADFwAAAAAAFgAAAAAEUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAGFgAAAAAEFgAAAAAGFgAAAAADFgAAAAAFFgAAAAADFwAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAABFgAAAAAAFgAAAAABFgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAAFgAAAAADFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAGFgAAAAABFgAAAAAGFgAAAAAAFgAAAAAFFgAAAAADFgAAAAADUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 2,-1: + ind: 2,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAA + version: 6 + 3,-1: + ind: 3,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 3,1: + ind: 3,1 + tiles: UgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 3,2: + ind: 3,2 + tiles: UgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 2,2: + ind: 2,2 + tiles: FgAAAAAAFgAAAAAFFgAAAAAAFgAAAAADFgAAAAAFFgAAAAAGFwAAAAACFwAAAAABFgAAAAAFUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAAEFgAAAAAGFgAAAAACUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAAFFgAAAAAEFgAAAAAEUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAAEFgAAAAABFgAAAAADUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAAAFgAAAAABFgAAAAAGFgAAAAAFFgAAAAACFgAAAAACFgAAAAAEUgAAAAAAFgAAAAAAFgAAAAAGFgAAAAAAFgAAAAADFgAAAAACFgAAAAAEFgAAAAAGUgAAAAAAFgAAAAABFgAAAAACFgAAAAAEFgAAAAACFgAAAAABFgAAAAAAFgAAAAAFUgAAAAAAFgAAAAACFgAAAAADFgAAAAAGFgAAAAADFgAAAAACFgAAAAAFFgAAAAAEUgAAAAAAFgAAAAAEFgAAAAABFgAAAAAEFgAAAAACFgAAAAACFgAAAAABFgAAAAAGUgAAAAAAFgAAAAAEFgAAAAABFgAAAAACFgAAAAADFgAAAAABFgAAAAABFgAAAAAEUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 2,1: + ind: 2,1 + tiles: FgAAAAAAFgAAAAAGFgAAAAAEFgAAAAACFgAAAAAGFgAAAAAEFgAAAAADUgAAAAAAFgAAAAACFgAAAAAEFgAAAAAAFgAAAAAGFgAAAAADFgAAAAADFgAAAAAEUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAADFgAAAAAFFgAAAAACUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAdgAAAAAAdgAAAAABFgAAAAACUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAdgAAAAADdgAAAAABFgAAAAACUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAdgAAAAAAdgAAAAAAFgAAAAAEUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAADFgAAAAAAFgAAAAAGUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFwAAAAAFFwAAAAAHFwAAAAAGFwAAAAABFwAAAAAFFgAAAAAFFgAAAAAEFgAAAAAEFgAAAAADUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFwAAAAADFwAAAAABFwAAAAAGFgAAAAAAFgAAAAACFgAAAAAEFgAAAAACFgAAAAABFwAAAAAHUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAA + version: 6 + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: + - node: + color: '#FFFFFFFF' + id: Basalt1 + decals: + 8: 6.955441,21.068565 + 69: 5.569477,24.342073 + 73: 21.493462,30.781818 + 87: 16.244232,47.723083 + - node: + color: '#FFFFFFFF' + id: Basalt2 + decals: + 72: 21.571587,25.092073 + 75: 38.670036,30.328693 + 76: 32.59149,34.61899 + - node: + color: '#FFFFFFFF' + id: Basalt3 + decals: + 68: 2.0071354,12.534689 + 77: 28.294615,35.52524 + 83: 1.8725519,39.603367 + 92: 40.1997,39.904606 + 93: 37.775063,38.35773 + 94: 27.454536,18.497276 + - node: + color: '#FFFFFFFF' + id: Basalt4 + decals: + 71: 14.05264,26.857698 + 84: 8.417587,42.316833 + - node: + color: '#FFFFFFFF' + id: Basalt5 + decals: + 12: 7.0134563,30.499578 + 67: 8.765746,13.144064 + 78: 24.413132,39.478367 + 85: 13.773578,47.660583 + 90: 12.267979,34.57054 + 91: 44.902824,38.38898 + 95: 24.313911,21.591026 + 96: 21.396156,20.325401 + - node: + color: '#FFFFFFFF' + id: Basalt6 + decals: + 7: 0.908566,19.95919 + 79: 20.816694,39.134617 + - node: + color: '#FFFFFFFF' + id: Basalt7 + decals: + 5: 10,18 + 80: 12.790198,39.33774 + 86: 21.884857,42.17621 + 97: 18.589165,18.387901 + 98: 34.005077,18.028526 + 99: 4.6335278,15.488716 + - node: + color: '#FFFFFFFF' + id: Basalt8 + decals: + 6: 7.1637583,18.068565 + 81: 8.813416,38.415867 + 88: 0.46817493,47.80121 + 89: 8.544811,34.586166 + - node: + color: '#FFFFFFFF' + id: Basalt9 + decals: + 9: 13.433517,19.162315 + 70: 0.6944771,26.826448 + 74: 30.17049,31.359943 + 82: 5.810052,38.259617 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + decals: + 0: 9,45 + 1: 13,42 + 2: 10,42 + 3: 13,45 + 4: 10,32 + - node: + color: '#FFFFFFFF' + id: Rock06 + decals: + 10: 2.1520143,30.343328 + - node: + color: '#FFFFFFFF' + id: Rock07 + decals: + 11: 10.29961,31.483953 + - node: + color: '#DE3A3A96' + id: rune6 + decals: + 66: 8.952158,26.184813 + - node: + color: '#79150031' + id: splatter + decals: + 13: 10.903494,45.563152 + 14: 10.950369,45.969402 + 15: 11.184744,45.906902 + 16: 11.590994,45.422527 + 17: 11.590994,45.422527 + 18: 10.965994,45.610027 + 19: 10.997244,44.969402 + 20: 11.231619,45.047527 + 21: 11.356619,45.344402 + 22: 10.825369,45.656902 + 23: 11.184744,45.922527 + 24: 11.231619,45.891277 + 25: 10.512869,45.563152 + 26: 11.684744,44.078777 + 27: 11.747244,43.797527 + 28: 12.044119,43.328777 + 29: 11.778494,43.281902 + 30: 11.887869,43.688152 + 31: 12.200369,43.735027 + 32: 12.137869,44.141277 + 33: 11.669119,43.656902 + 34: 10.637869,43.781902 + 35: 10.544119,43.781902 + 36: 10.669119,43.453777 + 37: 10.590994,43.485027 + 38: 11.419119,45.797527 + 39: 11.825369,45.813152 + 40: 11.950369,46.219402 + 41: 11.200369,45.672527 + 42: 11.247244,45.922527 + 43: 10.590994,46.125652 + 44: 11.481619,45.422527 + 45: 11.684744,45.672527 + 46: 11.512869,45.141277 + 47: 11.825369,45.281902 + 48: 11.684744,45.438152 + 49: 10.950369,45.735027 + 50: 10.262869,45.797527 + 51: 10.028494,44.891277 + 52: 9.903494,44.891277 + 53: 9.887869,45.500652 + 54: 10.153494,45.344402 + 55: 10.809744,45.391277 + 56: 10.934744,45.422527 + 57: 11.262869,45.531902 + 58: 11.184744,46.031902 + 59: 10.872244,45.813152 + 60: 11.090994,45.563152 + 61: 10.731619,46.031902 + 62: 10.075369,44.000652 + 63: 9.856619,43.703777 + 64: 10.059744,44.281902 + 65: 10.419119,43.813152 + - node: + cleanable: True + color: '#79150031' + id: splatter + decals: + 108: 35.155014,12.447503 + 109: 34.811264,12.353753 + 110: 34.85814,12.744378 + 111: 35.342514,12.463128 + 112: 35.155014,12.228753 + 113: 34.42064,12.572503 + 114: 34.123764,13.025628 + 115: 34.17064,13.322503 + 116: 34.342514,12.900628 + 117: 33.85814,12.994378 + 118: 33.79564,13.338128 + 119: 33.63939,13.838128 + 120: 33.70189,13.603753 + 121: 33.311264,13.900628 + 122: 33.717514,14.306878 + 123: 34.10814,14.650628 + 124: 33.936264,15.135003 + 125: 34.405014,14.947503 + 126: 33.79564,14.510003 + 127: 33.70189,14.088128 + 128: 34.29564,14.541253 + 129: 34.623764,15.010003 + 130: 35.26439,15.072503 + 131: 35.405014,14.931878 + 132: 34.623764,15.338128 + 133: 35.592514,14.994378 + 134: 35.79564,14.447503 + 135: 36.13939,15.025628 + 136: 36.436264,14.181878 + 137: 36.592514,13.869378 + 138: 35.780014,14.697503 + 139: 36.467514,14.072503 + 140: 35.748764,14.588128 + 141: 36.07689,13.963128 + 142: 36.092514,13.291253 + 143: 35.57689,13.103753 + 144: 35.70189,13.088128 + 145: 35.38939,12.478753 + 146: 35.92064,13.260003 + 147: 36.061264,13.666253 + 148: 36.217514,12.822503 + 149: 35.48314,12.650628 + 150: 35.98314,12.353753 + 151: 34.842514,12.744378 + 152: 34.23314,12.853753 + 153: 34.04564,13.447503 + 154: 33.51439,13.650628 + - node: + cleanable: True + color: '#DE3A3A28' + id: splatter + decals: + 100: 34.151947,12.931878 + 101: 33.542572,13.775628 + 102: 34.089447,14.588128 + 103: 34.886322,15.025628 + 104: 35.714447,14.681878 + 105: 36.214447,14.119378 + 106: 35.933197,13.228753 + 107: 35.026947,12.447503 + - type: RadiationGridResistance + - type: LoadedMap + - type: SpreaderGrid + - type: GridTree + - type: MovedGrids + - type: GridPathfinding +- proto: AirlockMining + entities: + - uid: 149 + components: + - type: Transform + pos: 11.5,43.5 + parent: 1653 +- proto: AirlockMiningGlassLocked + entities: + - uid: 492 + components: + - type: Transform + pos: 19.5,43.5 + parent: 1653 +- proto: AirlockMiningLocked + entities: + - uid: 454 + components: + - type: Transform + pos: 3.5,43.5 + parent: 1653 +- proto: AltarFangs + entities: + - uid: 12 + components: + - type: Transform + pos: 35.5,14.5 + parent: 1653 +- proto: BananiumOre1 + entities: + - uid: 436 + components: + - type: Transform + parent: 435 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: Barricade + entities: + - uid: 61 + components: + - type: Transform + pos: 14.5,12.5 + parent: 1653 + - uid: 304 + components: + - type: Transform + pos: 6.5,18.5 + parent: 1653 + - uid: 369 + components: + - type: Transform + pos: 51.5,0.5 + parent: 1653 +- proto: BikeHorn + entities: + - uid: 201 + components: + - type: Transform + parent: 200 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: CandleRedSmallInfinite + entities: + - uid: 121 + components: + - type: Transform + pos: 10.514658,25.137938 + parent: 1653 + - uid: 123 + components: + - type: Transform + pos: 10.655283,25.247313 + parent: 1653 + - uid: 126 + components: + - type: Transform + rot: -6.283185307179586 rad + pos: 9.436043,27.291958 + parent: 1653 + - uid: 181 + components: + - type: Transform + pos: 9.83762,26.231688 + parent: 1653 + - uid: 182 + components: + - type: Transform + pos: 9.009495,26.278563 + parent: 1653 + - uid: 211 + components: + - type: Transform + pos: 10.467783,25.325438 + parent: 1653 + - uid: 212 + components: + - type: Transform + rot: -6.283185307179586 rad + pos: 9.976189,27.010708 + parent: 1653 + - uid: 213 + components: + - type: Transform + pos: 8.86887,27.028563 + parent: 1653 +- proto: Chair + entities: + - uid: 399 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,34.5 + parent: 1653 +- proto: ChairPilotSeat + entities: + - uid: 8 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,44.5 + parent: 1653 + - uid: 466 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,44.5 + parent: 1653 +- proto: ChairRitual + entities: + - uid: 127 + components: + - type: Transform + pos: 9.5,28.5 + parent: 1653 +- proto: CigaretteCapsaicinOil + entities: + - uid: 322 + components: + - type: Transform + pos: 31.649122,18.823664 + parent: 1653 +- proto: ClothingHeadHatFlowerWreath + entities: + - uid: 233 + components: + - type: Transform + pos: 27.441708,39.437607 + parent: 1653 +- proto: ClothingHeadHatGladiator + entities: + - uid: 7 + components: + - type: Transform + parent: 6 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingNeckCloakTrans + entities: + - uid: 332 + components: + - type: Transform + parent: 331 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingShoesClown + entities: + - uid: 202 + components: + - type: Transform + parent: 200 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingUniformJumpsuitGladiator + entities: + - uid: 215 + components: + - type: Transform + parent: 214 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingUniformJumpsuitMonasticRobeDark + entities: + - uid: 40 + components: + - type: Transform + pos: 36.46349,13.791253 + parent: 1653 + - uid: 99 + components: + - type: Transform + pos: 36.27599,15.338128 + parent: 1653 + - uid: 216 + components: + - type: Transform + pos: 35.46349,15.619378 + parent: 1653 + - uid: 272 + components: + - type: Transform + pos: 34.05724,14.385003 + parent: 1653 + - uid: 273 + components: + - type: Transform + pos: 34.58849,15.213128 + parent: 1653 + - uid: 357 + components: + - type: Transform + pos: 35.58849,13.213128 + parent: 1653 + - uid: 358 + components: + - type: Transform + pos: 34.697865,13.588128 + parent: 1653 + - uid: 443 + components: + - type: Transform + pos: 36.80724,14.744378 + parent: 1653 +- proto: Cobweb1 + entities: + - uid: 190 + components: + - type: Transform + pos: 24.5,10.5 + parent: 1653 + - uid: 289 + components: + - type: Transform + pos: 0.5,10.5 + parent: 1653 + - uid: 290 + components: + - type: Transform + pos: 32.5,16.5 + parent: 1653 + - uid: 384 + components: + - type: Transform + pos: 0.5,36.5 + parent: 1653 + - uid: 385 + components: + - type: Transform + pos: 28.5,32.5 + parent: 1653 + - uid: 393 + components: + - type: Transform + pos: 12.5,22.5 + parent: 1653 + - uid: 418 + components: + - type: Transform + pos: 0.5,40.5 + parent: 1653 + - uid: 458 + components: + - type: Transform + pos: 2.5,46.5 + parent: 1653 +- proto: Cobweb2 + entities: + - uid: 137 + components: + - type: Transform + pos: 33.5,9.5 + parent: 1653 + - uid: 252 + components: + - type: Transform + pos: 26.5,32.5 + parent: 1653 + - uid: 291 + components: + - type: Transform + pos: 34.5,3.5 + parent: 1653 + - uid: 314 + components: + - type: Transform + pos: 22.5,10.5 + parent: 1653 + - uid: 341 + components: + - type: Transform + pos: 20.5,46.5 + parent: 1653 + - uid: 382 + components: + - type: Transform + pos: 14.5,40.5 + parent: 1653 + - uid: 383 + components: + - type: Transform + pos: 32.5,20.5 + parent: 1653 + - uid: 417 + components: + - type: Transform + pos: 24.5,2.5 + parent: 1653 +- proto: ComfyChair + entities: + - uid: 381 + components: + - type: Transform + pos: 13.5,27.5 + parent: 1653 +- proto: ConveyorBelt + entities: + - uid: 101 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,10.5 + parent: 1653 + - uid: 102 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,10.5 + parent: 1653 + - uid: 103 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,10.5 + parent: 1653 + - uid: 104 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,10.5 + parent: 1653 + - uid: 105 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,10.5 + parent: 1653 + - uid: 106 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,10.5 + parent: 1653 +- proto: CrateCoffin + entities: + - uid: 331 + components: + - type: Transform + pos: 16.5,32.5 + parent: 1653 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 332 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 435 + components: + - type: Transform + pos: 22.5,32.5 + parent: 1653 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 436 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 438 + components: + - type: Transform + pos: 23.5,32.5 + parent: 1653 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - invalid + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 441 + components: + - type: Transform + pos: 20.5,30.5 + parent: 1653 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 442 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: CrateEmptySpawner + entities: + - uid: 128 + components: + - type: Transform + pos: 4.5,40.5 + parent: 1653 +- proto: CrateFilledSpawner + entities: + - uid: 111 + components: + - type: Transform + pos: 8.5,2.5 + parent: 1653 + - uid: 367 + components: + - type: Transform + pos: 18.5,46.5 + parent: 1653 + - uid: 411 + components: + - type: Transform + pos: 13.5,36.5 + parent: 1653 + - uid: 490 + components: + - type: Transform + pos: 28.5,8.5 + parent: 1653 +- proto: CrateWoodenGrave + entities: + - uid: 6 + components: + - type: Transform + pos: 27.5,39.5 + parent: 1653 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 7 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 200 + components: + - type: Transform + pos: 42.5,39.5 + parent: 1653 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 202 + - 201 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 214 + components: + - type: Transform + pos: 28.5,39.5 + parent: 1653 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 215 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 231 + components: + - type: Transform + pos: 26.5,39.5 + parent: 1653 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 232 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: CrystalSpawner + entities: + - uid: 129 + components: + - type: Transform + pos: 27.5,35.5 + parent: 1653 + - uid: 131 + components: + - type: Transform + pos: 29.5,34.5 + parent: 1653 + - uid: 132 + components: + - type: Transform + pos: 30.5,35.5 + parent: 1653 + - uid: 172 + components: + - type: Transform + pos: 19.5,21.5 + parent: 1653 + - uid: 178 + components: + - type: Transform + pos: 20.5,20.5 + parent: 1653 + - uid: 298 + components: + - type: Transform + pos: 13.5,38.5 + parent: 1653 + - uid: 300 + components: + - type: Transform + pos: 9.5,40.5 + parent: 1653 + - uid: 301 + components: + - type: Transform + pos: 30.5,36.5 + parent: 1653 + - uid: 308 + components: + - type: Transform + pos: 31.5,36.5 + parent: 1653 +- proto: DoubleEmergencyNitrogenTankFilled + entities: + - uid: 309 + components: + - type: Transform + pos: 21.254128,38.485172 + parent: 1653 +- proto: DresserFilled + entities: + - uid: 413 + components: + - type: Transform + pos: 20.5,44.5 + parent: 1653 +- proto: FenceMetalCorner + entities: + - uid: 321 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,35.5 + parent: 1653 + - uid: 477 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,35.5 + parent: 1653 +- proto: FenceMetalGate + entities: + - uid: 268 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,35.5 + parent: 1653 +- proto: FenceMetalStraight + entities: + - uid: 267 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,35.5 + parent: 1653 + - uid: 293 + components: + - type: Transform + pos: 14.5,36.5 + parent: 1653 + - uid: 476 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,35.5 + parent: 1653 + - uid: 478 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,35.5 + parent: 1653 + - uid: 479 + components: + - type: Transform + pos: 20.5,34.5 + parent: 1653 + - uid: 480 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,35.5 + parent: 1653 +- proto: FireBombFuel + entities: + - uid: 203 + components: + - type: Transform + pos: 36.443645,31.673359 + parent: 1653 +- proto: FloorWaterEntity + entities: + - uid: 3 + components: + - type: Transform + pos: 5.5,0.5 + parent: 1653 + - uid: 4 + components: + - type: Transform + pos: 6.5,4.5 + parent: 1653 + - uid: 5 + components: + - type: Transform + pos: 6.5,3.5 + parent: 1653 + - uid: 13 + components: + - type: Transform + pos: 27.5,14.5 + parent: 1653 + - uid: 14 + components: + - type: Transform + pos: 29.5,14.5 + parent: 1653 + - uid: 15 + components: + - type: Transform + pos: 28.5,15.5 + parent: 1653 + - uid: 17 + components: + - type: Transform + pos: 9.5,4.5 + parent: 1653 + - uid: 18 + components: + - type: Transform + pos: 4.5,4.5 + parent: 1653 + - uid: 19 + components: + - type: Transform + pos: 41.5,1.5 + parent: 1653 + - uid: 20 + components: + - type: Transform + pos: 44.5,1.5 + parent: 1653 + - uid: 21 + components: + - type: Transform + pos: 45.5,1.5 + parent: 1653 + - uid: 22 + components: + - type: Transform + pos: 44.5,0.5 + parent: 1653 + - uid: 23 + components: + - type: Transform + pos: 45.5,0.5 + parent: 1653 + - uid: 24 + components: + - type: Transform + pos: 47.5,0.5 + parent: 1653 + - uid: 25 + components: + - type: Transform + pos: 48.5,0.5 + parent: 1653 + - uid: 43 + components: + - type: Transform + pos: 26.5,16.5 + parent: 1653 + - uid: 45 + components: + - type: Transform + pos: 30.5,13.5 + parent: 1653 + - uid: 46 + components: + - type: Transform + pos: 29.5,13.5 + parent: 1653 + - uid: 47 + components: + - type: Transform + pos: 28.5,12.5 + parent: 1653 + - uid: 49 + components: + - type: Transform + pos: 27.5,16.5 + parent: 1653 + - uid: 65 + components: + - type: Transform + pos: 29.5,12.5 + parent: 1653 + - uid: 72 + components: + - type: Transform + pos: 25.5,13.5 + parent: 1653 + - uid: 76 + components: + - type: Transform + pos: 15.5,4.5 + parent: 1653 + - uid: 77 + components: + - type: Transform + pos: 14.5,0.5 + parent: 1653 + - uid: 78 + components: + - type: Transform + pos: 14.5,1.5 + parent: 1653 + - uid: 82 + components: + - type: Transform + pos: 12.5,1.5 + parent: 1653 + - uid: 83 + components: + - type: Transform + pos: 13.5,4.5 + parent: 1653 + - uid: 84 + components: + - type: Transform + pos: 12.5,0.5 + parent: 1653 + - uid: 85 + components: + - type: Transform + pos: 13.5,0.5 + parent: 1653 + - uid: 86 + components: + - type: Transform + pos: 13.5,1.5 + parent: 1653 + - uid: 87 + components: + - type: Transform + pos: 46.5,1.5 + parent: 1653 + - uid: 88 + components: + - type: Transform + pos: 46.5,0.5 + parent: 1653 + - uid: 93 + components: + - type: Transform + pos: 24.5,15.5 + parent: 1653 + - uid: 97 + components: + - type: Transform + pos: 14.5,4.5 + parent: 1653 + - uid: 100 + components: + - type: Transform + pos: 27.5,12.5 + parent: 1653 + - uid: 112 + components: + - type: Transform + pos: 7.5,0.5 + parent: 1653 + - uid: 114 + components: + - type: Transform + pos: 10.5,0.5 + parent: 1653 + - uid: 115 + components: + - type: Transform + pos: 10.5,1.5 + parent: 1653 + - uid: 116 + components: + - type: Transform + pos: 11.5,4.5 + parent: 1653 + - uid: 118 + components: + - type: Transform + pos: 11.5,3.5 + parent: 1653 + - uid: 119 + components: + - type: Transform + pos: 11.5,0.5 + parent: 1653 + - uid: 120 + components: + - type: Transform + pos: 11.5,1.5 + parent: 1653 + - uid: 221 + components: + - type: Transform + pos: 26.5,13.5 + parent: 1653 + - uid: 222 + components: + - type: Transform + pos: 26.5,14.5 + parent: 1653 + - uid: 223 + components: + - type: Transform + pos: 26.5,15.5 + parent: 1653 + - uid: 224 + components: + - type: Transform + pos: 27.5,13.5 + parent: 1653 + - uid: 235 + components: + - type: Transform + pos: 49.5,0.5 + parent: 1653 + - uid: 241 + components: + - type: Transform + pos: 3.5,4.5 + parent: 1653 + - uid: 242 + components: + - type: Transform + pos: 2.5,0.5 + parent: 1653 + - uid: 245 + components: + - type: Transform + pos: 10.5,3.5 + parent: 1653 + - uid: 250 + components: + - type: Transform + pos: 4.5,3.5 + parent: 1653 + - uid: 258 + components: + - type: Transform + pos: 3.5,0.5 + parent: 1653 + - uid: 278 + components: + - type: Transform + pos: 40.5,2.5 + parent: 1653 + - uid: 315 + components: + - type: Transform + pos: 1.5,4.5 + parent: 1653 + - uid: 317 + components: + - type: Transform + pos: 5.5,3.5 + parent: 1653 + - uid: 337 + components: + - type: Transform + pos: 4.5,0.5 + parent: 1653 + - uid: 340 + components: + - type: Transform + pos: 42.5,2.5 + parent: 1653 + - uid: 350 + components: + - type: Transform + pos: 42.5,1.5 + parent: 1653 + - uid: 354 + components: + - type: Transform + pos: 12.5,3.5 + parent: 1653 + - uid: 359 + components: + - type: Transform + pos: 15.5,1.5 + parent: 1653 + - uid: 360 + components: + - type: Transform + pos: 15.5,0.5 + parent: 1653 + - uid: 363 + components: + - type: Transform + pos: 12.5,4.5 + parent: 1653 + - uid: 368 + components: + - type: Transform + pos: 43.5,2.5 + parent: 1653 + - uid: 377 + components: + - type: Transform + pos: 7.5,4.5 + parent: 1653 + - uid: 378 + components: + - type: Transform + pos: 6.5,1.5 + parent: 1653 + - uid: 387 + components: + - type: Transform + pos: 43.5,1.5 + parent: 1653 + - uid: 398 + components: + - type: Transform + pos: 41.5,2.5 + parent: 1653 + - uid: 401 + components: + - type: Transform + pos: 5.5,1.5 + parent: 1653 + - uid: 404 + components: + - type: Transform + pos: 5.5,4.5 + parent: 1653 + - uid: 444 + components: + - type: Transform + pos: 28.5,14.5 + parent: 1653 + - uid: 445 + components: + - type: Transform + pos: 27.5,15.5 + parent: 1653 + - uid: 446 + components: + - type: Transform + pos: 28.5,13.5 + parent: 1653 + - uid: 447 + components: + - type: Transform + pos: 25.5,15.5 + parent: 1653 + - uid: 448 + components: + - type: Transform + pos: 25.5,14.5 + parent: 1653 + - uid: 452 + components: + - type: Transform + pos: 2.5,4.5 + parent: 1653 + - uid: 453 + components: + - type: Transform + pos: 1.5,0.5 + parent: 1653 + - uid: 459 + components: + - type: Transform + pos: 44.5,2.5 + parent: 1653 + - uid: 468 + components: + - type: Transform + pos: 3.5,3.5 + parent: 1653 + - uid: 471 + components: + - type: Transform + pos: 6.5,0.5 + parent: 1653 + - uid: 472 + components: + - type: Transform + pos: 10.5,4.5 + parent: 1653 + - uid: 473 + components: + - type: Transform + pos: 9.5,0.5 + parent: 1653 +- proto: FloraRockSolid01 + entities: + - uid: 63 + components: + - type: Transform + pos: 1.4643247,15.527116 + parent: 1653 + - uid: 230 + components: + - type: Transform + pos: 25.553497,34.710487 + parent: 1653 + - uid: 281 + components: + - type: Transform + pos: 7.4866443,6.552367 + parent: 1653 + - uid: 295 + components: + - type: Transform + pos: 0.911531,32.452705 + parent: 1653 + - uid: 303 + components: + - type: Transform + pos: 21.638557,19.381065 + parent: 1653 + - uid: 374 + components: + - type: Transform + pos: 3.5664039,19.498943 + parent: 1653 +- proto: FloraRockSolid02 + entities: + - uid: 64 + components: + - type: Transform + pos: 11.966135,14.804356 + parent: 1653 + - uid: 171 + components: + - type: Transform + pos: 8.535091,20.608318 + parent: 1653 + - uid: 306 + components: + - type: Transform + pos: 12.087021,32.358955 + parent: 1653 +- proto: FloraRockSolid03 + entities: + - uid: 90 + components: + - type: Transform + pos: 23.53006,1.5159609 + parent: 1653 + - uid: 170 + components: + - type: Transform + pos: 1.9101539,21.811443 + parent: 1653 + - uid: 199 + components: + - type: Transform + pos: 44.689724,39.621048 + parent: 1653 + - uid: 243 + components: + - type: Transform + pos: 21.468937,26.614876 + parent: 1653 + - uid: 296 + components: + - type: Transform + pos: 9.355139,30.733953 + parent: 1653 + - uid: 330 + components: + - type: Transform + pos: 35.552525,31.574036 + parent: 1653 + - uid: 361 + components: + - type: Transform + pos: 5.433075,13.527116 + parent: 1653 + - uid: 375 + components: + - type: Transform + pos: 1.5647693,8.536742 + parent: 1653 +- proto: FoodCornTrash + entities: + - uid: 2 + components: + - type: Transform + pos: 26.81556,20.415936 + parent: 1653 + - uid: 109 + components: + - type: Transform + pos: 27.367641,20.311768 + parent: 1653 + - uid: 113 + components: + - type: Transform + pos: 27.388475,19.988852 + parent: 1653 + - uid: 249 + components: + - type: Transform + pos: 27.638475,20.843018 + parent: 1653 + - uid: 254 + components: + - type: Transform + pos: 28.055141,20.301352 + parent: 1653 + - uid: 319 + components: + - type: Transform + pos: 27.482225,20.530518 + parent: 1653 + - uid: 391 + components: + - type: Transform + pos: 26.930141,20.728436 + parent: 1653 + - uid: 475 + components: + - type: Transform + pos: 27.84681,20.634686 + parent: 1653 +- proto: Girder + entities: + - uid: 351 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,45.5 + parent: 1653 +- proto: hydroponicsSoil + entities: + - uid: 1 + components: + - type: Transform + pos: 25.5,20.5 + parent: 1653 + - uid: 390 + components: + - type: Transform + pos: 27.5,21.5 + parent: 1653 + - uid: 423 + components: + - type: Transform + pos: 25.5,19.5 + parent: 1653 +- proto: LampGold + entities: + - uid: 380 + components: + - type: Transform + pos: 13.291822,27.041958 + parent: 1653 +- proto: MaintenancePlantSpawner + entities: + - uid: 67 + components: + - type: Transform + pos: 21.5,16.5 + parent: 1653 + - uid: 70 + components: + - type: Transform + pos: 17.5,15.5 + parent: 1653 + - uid: 73 + components: + - type: Transform + pos: 21.5,14.5 + parent: 1653 + - uid: 217 + components: + - type: Transform + pos: 22.5,12.5 + parent: 1653 + - uid: 218 + components: + - type: Transform + pos: 16.5,13.5 + parent: 1653 +- proto: MaintenanceToolSpawner + entities: + - uid: 57 + components: + - type: Transform + pos: 39.5,0.5 + parent: 1653 + - uid: 96 + components: + - type: Transform + pos: 51.5,1.5 + parent: 1653 + - uid: 416 + components: + - type: Transform + pos: 7.5,32.5 + parent: 1653 +- proto: MaintenanceWeaponSpawner + entities: + - uid: 31 + components: + - type: Transform + pos: 22.5,0.5 + parent: 1653 + - uid: 32 + components: + - type: Transform + pos: 1.5,3.5 + parent: 1653 + - uid: 51 + components: + - type: Transform + pos: 52.5,0.5 + parent: 1653 + - uid: 292 + components: + - type: Transform + pos: 34.5,31.5 + parent: 1653 + - uid: 320 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,7.5 + parent: 1653 +- proto: MaterialWoodPlank + entities: + - uid: 442 + components: + - type: Transform + parent: 441 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: MiningWindow + entities: + - uid: 155 + components: + - type: Transform + pos: 19.5,47.5 + parent: 1653 + - uid: 162 + components: + - type: Transform + pos: 3.5,47.5 + parent: 1653 + - uid: 248 + components: + - type: Transform + pos: 11.5,47.5 + parent: 1653 +- proto: OreBox + entities: + - uid: 184 + components: + - type: Transform + pos: 2.5,24.5 + parent: 1653 + - uid: 270 + components: + - type: Transform + pos: 37.5,4.5 + parent: 1653 + - uid: 283 + components: + - type: Transform + pos: 17.5,8.5 + parent: 1653 + - uid: 488 + components: + - type: Transform + pos: 29.496475,8.499265 + parent: 1653 + - type: Physics + fixedRotation: False +- proto: OreProcessor + entities: + - uid: 269 + components: + - type: Transform + pos: 24.5,10.5 + parent: 1653 +- proto: OrganHumanAppendix + entities: + - uid: 148 + components: + - type: Transform + pos: 10.481619,44.360027 + parent: 1653 +- proto: OrganHumanHeart + entities: + - uid: 206 + components: + - type: Transform + pos: 9.478245,26.669188 + parent: 1653 +- proto: PaintingSadClown + entities: + - uid: 122 + components: + - type: Transform + pos: 43.5,39.5 + parent: 1653 +- proto: PaintingSkeletonCigarette + entities: + - uid: 362 + components: + - type: Transform + pos: 32.5,21.5 + parent: 1653 +- proto: PlushieLizard + entities: + - uid: 41 + components: + - type: Transform + pos: 35.503193,14.666253 + parent: 1653 +- proto: PlushiePenguin + entities: + - uid: 415 + components: + - type: Transform + pos: 13.526197,27.541958 + parent: 1653 +- proto: PortableGeneratorJrPacman + entities: + - uid: 392 + components: + - type: Transform + pos: 37.5,31.5 + parent: 1653 +- proto: PottedPlantRandom + entities: + - uid: 44 + components: + - type: Transform + pos: 44.5,14.5 + parent: 1653 + - uid: 50 + components: + - type: Transform + pos: 45.5,14.5 + parent: 1653 + - uid: 94 + components: + - type: Transform + pos: 42.5,14.5 + parent: 1653 + - uid: 347 + components: + - type: Transform + pos: 41.5,14.5 + parent: 1653 +- proto: PoweredSmallLight + entities: + - uid: 156 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,45.5 + parent: 1653 +- proto: PuddleVomit + entities: + - uid: 229 + components: + - type: Transform + pos: 3.5,45.5 + parent: 1653 +- proto: Rack + entities: + - uid: 276 + components: + - type: Transform + pos: 18.5,45.5 + parent: 1653 + - uid: 334 + components: + - type: Transform + pos: 20.5,45.5 + parent: 1653 + - uid: 335 + components: + - type: Transform + pos: 20.5,46.5 + parent: 1653 + - uid: 352 + components: + - type: Transform + pos: 21.5,34.5 + parent: 1653 + - uid: 365 + components: + - type: Transform + pos: 10.5,46.5 + parent: 1653 + - uid: 403 + components: + - type: Transform + pos: 4.5,45.5 + parent: 1653 + - uid: 410 + components: + - type: Transform + pos: 22.5,34.5 + parent: 1653 +- proto: Railing + entities: + - uid: 260 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,9.5 + parent: 1653 + - uid: 261 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,9.5 + parent: 1653 + - uid: 277 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,9.5 + parent: 1653 + - uid: 327 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,9.5 + parent: 1653 + - uid: 376 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,9.5 + parent: 1653 + - uid: 467 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,9.5 + parent: 1653 +- proto: RailingCornerSmall + entities: + - uid: 371 + components: + - type: Transform + pos: 31.5,9.5 + parent: 1653 +- proto: RandomArtifactSpawner + entities: + - uid: 48 + components: + - type: Transform + pos: 43.5,14.5 + parent: 1653 +- proto: RandomCargoCorpseSpawner + entities: + - uid: 274 + components: + - type: Transform + pos: 11.5,46.5 + parent: 1653 +- proto: RandomServiceCorpseSpawner + entities: + - uid: 400 + components: + - type: Transform + pos: 19.5,45.5 + parent: 1653 +- proto: SalvageMaterialCrateSpawner + entities: + - uid: 481 + components: + - type: Transform + pos: 27.5,8.5 + parent: 1653 + - uid: 491 + components: + - type: Transform + pos: 30.5,8.5 + parent: 1653 +- proto: ShadowTree03 + entities: + - uid: 68 + components: + - type: Transform + pos: 19.477606,14.337568 + parent: 1653 +- proto: SheetSteel1 + entities: + - uid: 457 + components: + - type: Transform + pos: 13.481619,44.391277 + parent: 1653 +- proto: Shovel + entities: + - uid: 30 + components: + - type: Transform + pos: 33.425346,4.383849 + parent: 1653 + - uid: 394 + components: + - type: Transform + pos: 31.844257,31.05841 + parent: 1653 +- proto: SignNTMine + entities: + - uid: 253 + components: + - type: Transform + pos: 4.5,43.5 + parent: 1653 + - uid: 326 + components: + - type: Transform + pos: 20.5,43.5 + parent: 1653 +- proto: SmallLight + entities: + - uid: 336 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,45.5 + parent: 1653 + - uid: 434 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,45.5 + parent: 1653 +- proto: SpawnDungeonLootArmoryClutter + entities: + - uid: 42 + components: + - type: Transform + pos: 21.872705,34.623493 + parent: 1653 +- proto: SpawnDungeonLootArmoryGuns + entities: + - uid: 187 + components: + - type: Transform + pos: 21.341455,34.654743 + parent: 1653 + - uid: 439 + components: + - type: Transform + pos: 20.514772,45.54097 + parent: 1653 +- proto: SpawnDungeonLootArmoryMelee + entities: + - uid: 29 + components: + - type: Transform + pos: 2.6439443,45.462845 + parent: 1653 + - uid: 240 + components: + - type: Transform + pos: 12.112694,46.119095 + parent: 1653 +- proto: SpawnDungeonLootCanister + entities: + - uid: 58 + components: + - type: Transform + pos: 20.5,38.5 + parent: 1653 +- proto: SpawnDungeonLootClothesSalvage + entities: + - uid: 60 + components: + - type: Transform + pos: 4.38971,45.707054 + parent: 1653 + - uid: 460 + components: + - type: Transform + pos: 4.780335,45.425804 + parent: 1653 + - uid: 469 + components: + - type: Transform + pos: 4.311585,45.28518 + parent: 1653 + - uid: 474 + components: + - type: Transform + pos: 10.373032,46.62893 + parent: 1653 + - uid: 482 + components: + - type: Transform + pos: 18.668245,45.62893 + parent: 1653 + - uid: 483 + components: + - type: Transform + pos: 36.64347,31.557724 + parent: 1653 + - uid: 484 + components: + - type: Transform + pos: 16.473904,32.216118 + parent: 1653 + - uid: 485 + components: + - type: Transform + pos: 15.356223,19.703928 + parent: 1653 + - uid: 486 + components: + - type: Transform + pos: 15.996848,19.969553 + parent: 1653 + - uid: 487 + components: + - type: Transform + pos: 19.28439,13.351238 + parent: 1653 + - uid: 489 + components: + - type: Transform + pos: 51.3111,1.6247389 + parent: 1653 + - uid: 496 + components: + - type: Transform + pos: 39.409256,0.68723893 + parent: 1653 + - uid: 497 + components: + - type: Transform + pos: 13.68438,26.592575 + parent: 1653 +- proto: SpawnDungeonLootClutterSalvage + entities: + - uid: 302 + components: + - type: Transform + pos: 38.56884,2.5570703 + parent: 1653 + - uid: 432 + components: + - type: Transform + pos: 38.75634,2.2445703 + parent: 1653 + - uid: 498 + components: + - type: Transform + pos: 52.990715,4.2133203 + parent: 1653 + - uid: 499 + components: + - type: Transform + pos: 51.25634,2.8383203 + parent: 1653 + - uid: 500 + components: + - type: Transform + pos: 19.488459,3.7289453 + parent: 1653 + - uid: 501 + components: + - type: Transform + pos: 10.945346,1.4789453 + parent: 1653 + - uid: 502 + components: + - type: Transform + pos: 42.24788,39.248783 + parent: 1653 +- proto: SpawnDungeonLootCrateArmoryWeapon + entities: + - uid: 316 + components: + - type: Transform + pos: 15.5,36.5 + parent: 1653 +- proto: SpawnDungeonLootCrateVehicle + entities: + - uid: 449 + components: + - type: Transform + pos: 13.5,35.5 + parent: 1653 +- proto: SpawnDungeonLootFood + entities: + - uid: 52 + components: + - type: Transform + pos: 2.3120408,27.839163 + parent: 1653 + - uid: 74 + components: + - type: Transform + pos: 34.779854,40.54048 + parent: 1653 + - uid: 79 + components: + - type: Transform + pos: 36.498604,40.587357 + parent: 1653 + - uid: 81 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.28539,12.663635 + parent: 1653 + - uid: 89 + components: + - type: Transform + pos: 34.38923,40.66548 + parent: 1653 + - uid: 117 + components: + - type: Transform + pos: 27.944347,18.860542 + parent: 1653 + - uid: 130 + components: + - type: Transform + pos: 25.741222,21.704292 + parent: 1653 + - uid: 134 + components: + - type: Transform + pos: 25.538097,21.407417 + parent: 1653 + - uid: 135 + components: + - type: Transform + pos: 26.006847,21.001167 + parent: 1653 + - uid: 138 + components: + - type: Transform + pos: 0.7339158,25.464163 + parent: 1653 +- proto: SpawnDungeonLootKitchenTabletop + entities: + - uid: 205 + components: + - type: Transform + pos: 35.5,40.5 + parent: 1653 + - uid: 244 + components: + - type: Transform + pos: 26.5,21.5 + parent: 1653 +- proto: SpawnDungeonLootKitsFirstAid + entities: + - uid: 264 + components: + - type: Transform + pos: 18.627281,40.22798 + parent: 1653 +- proto: SpawnDungeonLootLatheSalvage + entities: + - uid: 266 + components: + - type: Transform + pos: 3.5,46.5 + parent: 1653 +- proto: SpawnDungeonLootMaterialsValuableFull + entities: + - uid: 228 + components: + - type: Transform + pos: 20.441277,46.503345 + parent: 1653 +- proto: SpawnDungeonLootMaterialsValuableSingle + entities: + - uid: 195 + components: + - type: Transform + pos: 10.446371,26.320509 + parent: 1653 + - uid: 196 + components: + - type: Transform + pos: 9.461996,27.133009 + parent: 1653 + - uid: 197 + components: + - type: Transform + pos: 8.899496,27.914259 + parent: 1653 +- proto: SpawnDungeonLootOresFull + entities: + - uid: 191 + components: + - type: Transform + pos: 25.42526,10.603435 + parent: 1653 + - uid: 192 + components: + - type: Transform + pos: 27.01901,10.68156 + parent: 1653 + - uid: 193 + components: + - type: Transform + pos: 28.722136,10.68156 + parent: 1653 + - uid: 194 + components: + - type: Transform + pos: 30.565886,10.68156 + parent: 1653 + - uid: 414 + components: + - type: Transform + pos: 4.481456,46.63472 + parent: 1653 + - uid: 420 + components: + - type: Transform + pos: 26.11276,10.447185 + parent: 1653 + - uid: 421 + components: + - type: Transform + pos: 27.940886,10.415935 + parent: 1653 + - uid: 426 + components: + - type: Transform + pos: 29.534636,10.40031 + parent: 1653 +- proto: SpawnDungeonLootOresSingle + entities: + - uid: 198 + components: + - type: Transform + pos: 9.774496,25.508009 + parent: 1653 + - uid: 208 + components: + - type: Transform + pos: 8.461996,24.742384 + parent: 1653 + - uid: 209 + components: + - type: Transform + pos: 8.665121,26.117384 + parent: 1653 + - uid: 220 + components: + - type: Transform + pos: 9.649496,24.539259 + parent: 1653 + - uid: 225 + components: + - type: Transform + pos: 10.196371,28.008009 + parent: 1653 + - uid: 294 + components: + - type: Transform + pos: 27.159636,10.27531 + parent: 1653 + - uid: 312 + components: + - type: Transform + pos: 28.92526,10.30656 + parent: 1653 + - uid: 313 + components: + - type: Transform + pos: 30.61276,10.322185 + parent: 1653 + - uid: 364 + components: + - type: Transform + pos: 27.815886,10.71281 + parent: 1653 + - uid: 366 + components: + - type: Transform + pos: 29.58151,10.74406 + parent: 1653 + - uid: 433 + components: + - type: Transform + pos: 26.159636,10.728435 + parent: 1653 +- proto: SpawnDungeonLootPowerCell + entities: + - uid: 256 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.526463,2.5598226 + parent: 1653 +- proto: SpawnDungeonLootToolsBasicEngineering + entities: + - uid: 139 + components: + - type: Transform + pos: 2.5283308,44.462845 + parent: 1653 +- proto: SpawnDungeonLootToolsHydroponics + entities: + - uid: 28 + components: + - type: Transform + pos: 28.261398,14.083584 + parent: 1653 +- proto: SpawnDungeonLootToolsSalvage + entities: + - uid: 136 + components: + - type: Transform + pos: 10.903201,14.442305 + parent: 1653 + - uid: 144 + components: + - type: Transform + pos: 12.346031,38.88423 + parent: 1653 + - uid: 145 + components: + - type: Transform + pos: 22.278955,34.623493 + parent: 1653 + - uid: 147 + components: + - type: Transform + pos: 4.497081,44.525345 + parent: 1653 + - uid: 158 + components: + - type: Transform + pos: 2.4552736,32.306767 + parent: 1653 + - uid: 179 + components: + - type: Transform + pos: 26.944347,18.829292 + parent: 1653 + - uid: 180 + components: + - type: Transform + pos: 10.502149,30.884892 + parent: 1653 + - uid: 183 + components: + - type: Transform + pos: 21.38833,34.51412 + parent: 1653 + - uid: 186 + components: + - type: Transform + pos: 22.497705,34.529743 + parent: 1653 + - uid: 262 + components: + - type: Transform + pos: 20.474266,21.641792 + parent: 1653 + - uid: 271 + components: + - type: Transform + pos: 22.685205,34.70162 + parent: 1653 + - uid: 288 + components: + - type: Transform + pos: 21.943016,22.001167 + parent: 1653 + - uid: 318 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.74088,0.59107256 + parent: 1653 + - uid: 328 + components: + - type: Transform + pos: 16.397093,3.6919494 + parent: 1653 + - uid: 339 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.754223,0.48169756 + parent: 1653 + - uid: 372 + components: + - type: Transform + pos: 7.4202504,20.83849 + parent: 1653 + - uid: 379 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.3682,4.3254476 + parent: 1653 + - uid: 396 + components: + - type: Transform + pos: 5.2736635,40.501125 + parent: 1653 + - uid: 405 + components: + - type: Transform + pos: 5.6799135,40.688625 + parent: 1653 + - uid: 412 + components: + - type: Transform + pos: 10.575206,46.494095 + parent: 1653 +- proto: SpawnMobFrog + entities: + - uid: 386 + components: + - type: Transform + pos: 18.5,44.5 + parent: 1653 +- proto: SpearBone + entities: + - uid: 232 + components: + - type: Transform + parent: 231 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: SteelBench + entities: + - uid: 71 + components: + - type: Transform + pos: 19.5,13.5 + parent: 1653 +- proto: TableCarpet + entities: + - uid: 465 + components: + - type: Transform + pos: 13.5,26.5 + parent: 1653 +- proto: TableReinforced + entities: + - uid: 246 + components: + - type: Transform + pos: 4.5,46.5 + parent: 1653 +- proto: TableWood + entities: + - uid: 56 + components: + - type: Transform + pos: 39.5,0.5 + parent: 1653 + - uid: 59 + components: + - type: Transform + pos: 51.5,1.5 + parent: 1653 + - uid: 124 + components: + - type: Transform + pos: 34.5,40.5 + parent: 1653 + - uid: 133 + components: + - type: Transform + pos: 5.5,40.5 + parent: 1653 + - uid: 173 + components: + - type: Transform + pos: 20.5,21.5 + parent: 1653 + - uid: 226 + components: + - type: Transform + pos: 36.5,40.5 + parent: 1653 + - uid: 227 + components: + - type: Transform + pos: 35.5,40.5 + parent: 1653 + - uid: 333 + components: + - type: Transform + pos: 36.5,31.5 + parent: 1653 +- proto: ToiletDirtyWater + entities: + - uid: 406 + components: + - type: Transform + pos: 32.5,20.5 + parent: 1653 +- proto: TorsoSkeleton + entities: + - uid: 325 + components: + - type: Transform + pos: 32.5085,20.620539 + parent: 1653 +- proto: TrashBakedBananaPeel + entities: + - uid: 210 + components: + - type: Transform + pos: 5.484687,26.403563 + parent: 1653 +- proto: WallMining + entities: + - uid: 11 + components: + - type: Transform + pos: 13.5,46.5 + parent: 1653 + - uid: 150 + components: + - type: Transform + pos: 18.5,43.5 + parent: 1653 + - uid: 151 + components: + - type: Transform + pos: 17.5,44.5 + parent: 1653 + - uid: 152 + components: + - type: Transform + pos: 17.5,46.5 + parent: 1653 + - uid: 153 + components: + - type: Transform + pos: 18.5,47.5 + parent: 1653 + - uid: 154 + components: + - type: Transform + pos: 20.5,47.5 + parent: 1653 + - uid: 157 + components: + - type: Transform + pos: 17.5,45.5 + parent: 1653 + - uid: 159 + components: + - type: Transform + pos: 4.5,47.5 + parent: 1653 + - uid: 160 + components: + - type: Transform + pos: 2.5,47.5 + parent: 1653 + - uid: 161 + components: + - type: Transform + pos: 1.5,44.5 + parent: 1653 + - uid: 163 + components: + - type: Transform + pos: 5.5,45.5 + parent: 1653 + - uid: 164 + components: + - type: Transform + pos: 1.5,46.5 + parent: 1653 + - uid: 165 + components: + - type: Transform + pos: 1.5,45.5 + parent: 1653 + - uid: 247 + components: + - type: Transform + pos: 10.5,47.5 + parent: 1653 + - uid: 265 + components: + - type: Transform + pos: 21.5,46.5 + parent: 1653 + - uid: 329 + components: + - type: Transform + pos: 20.5,43.5 + parent: 1653 + - uid: 353 + components: + - type: Transform + pos: 9.5,46.5 + parent: 1653 + - uid: 370 + components: + - type: Transform + pos: 5.5,44.5 + parent: 1653 + - uid: 373 + components: + - type: Transform + pos: 5.5,46.5 + parent: 1653 + - uid: 402 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,43.5 + parent: 1653 + - uid: 425 + components: + - type: Transform + pos: 21.5,45.5 + parent: 1653 + - uid: 427 + components: + - type: Transform + pos: 21.5,44.5 + parent: 1653 + - uid: 429 + components: + - type: Transform + pos: 9.5,44.5 + parent: 1653 + - uid: 430 + components: + - type: Transform + pos: 9.5,45.5 + parent: 1653 + - uid: 431 + components: + - type: Transform + pos: 12.5,47.5 + parent: 1653 + - uid: 455 + components: + - type: Transform + pos: 2.5,43.5 + parent: 1653 + - uid: 456 + components: + - type: Transform + pos: 4.5,43.5 + parent: 1653 +- proto: WallMiningDiagonal + entities: + - uid: 166 + components: + - type: Transform + pos: 1.5,47.5 + parent: 1653 + - uid: 167 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,47.5 + parent: 1653 + - uid: 168 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,43.5 + parent: 1653 + - uid: 169 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,43.5 + parent: 1653 + - uid: 251 + components: + - type: Transform + pos: 9.5,47.5 + parent: 1653 + - uid: 275 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,47.5 + parent: 1653 + - uid: 397 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,43.5 + parent: 1653 + - uid: 428 + components: + - type: Transform + pos: 17.5,47.5 + parent: 1653 + - uid: 493 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,47.5 + parent: 1653 + - uid: 494 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,43.5 + parent: 1653 + - uid: 495 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,43.5 + parent: 1653 +- proto: WallWood + entities: + - uid: 16 + components: + - type: Transform + pos: 31.5,19.5 + parent: 1653 + - uid: 188 + components: + - type: Transform + pos: 43.5,39.5 + parent: 1653 + - uid: 255 + components: + - type: Transform + pos: 31.5,21.5 + parent: 1653 + - uid: 323 + components: + - type: Transform + pos: 33.5,20.5 + parent: 1653 + - uid: 324 + components: + - type: Transform + pos: 33.5,21.5 + parent: 1653 + - uid: 338 + components: + - type: Transform + pos: 33.5,19.5 + parent: 1653 + - uid: 408 + components: + - type: Transform + pos: 32.5,21.5 + parent: 1653 + - uid: 409 + components: + - type: Transform + pos: 31.5,20.5 + parent: 1653 +- proto: WaterTankHighCapacity + entities: + - uid: 219 + components: + - type: Transform + pos: 27.5,14.5 + parent: 1653 +- proto: WeldingFuelTankFull + entities: + - uid: 10 + components: + - type: Transform + pos: 2.5,46.5 + parent: 1653 +- proto: WoodDoor + entities: + - uid: 407 + components: + - type: Transform + pos: 32.5,19.5 + parent: 1653 +- proto: WoodenSign + entities: + - uid: 189 + components: + - type: Transform + pos: 1.5555744,26.347673 + parent: 1653 +- proto: WoodenSignRight + entities: + - uid: 62 + components: + - type: Transform + pos: 11.898959,14.345065 + parent: 1653 + - uid: 177 + components: + - type: Transform + pos: 9.503841,22.358318 + parent: 1653 + - uid: 440 + components: + - type: Transform + pos: 25.205534,32.33467 + parent: 1653 + - uid: 451 + components: + - type: Transform + pos: 5.5491443,7.271117 + parent: 1653 +- proto: WoodenSupport + entities: + - uid: 9 + components: + - type: Transform + pos: 10.5,10.5 + parent: 1653 + - uid: 66 + components: + - type: Transform + pos: 38.5,16.5 + parent: 1653 + - uid: 107 + components: + - type: Transform + pos: 8.5,32.5 + parent: 1653 + - uid: 108 + components: + - type: Transform + pos: 1.5,36.5 + parent: 1653 + - uid: 110 + components: + - type: Transform + pos: 0.5,22.5 + parent: 1653 + - uid: 140 + components: + - type: Transform + pos: 34.5,6.5 + parent: 1653 + - uid: 146 + components: + - type: Transform + pos: 24.5,6.5 + parent: 1653 + - uid: 174 + components: + - type: Transform + pos: 13.5,22.5 + parent: 1653 + - uid: 204 + components: + - type: Transform + pos: 2.5,28.5 + parent: 1653 + - uid: 207 + components: + - type: Transform + pos: 0.5,28.5 + parent: 1653 + - uid: 259 + components: + - type: Transform + pos: 20.5,24.5 + parent: 1653 + - uid: 279 + components: + - type: Transform + pos: 12.5,10.5 + parent: 1653 + - uid: 286 + components: + - type: Transform + pos: 22.5,10.5 + parent: 1653 + - uid: 422 + components: + - type: Transform + pos: 22.5,28.5 + parent: 1653 + - uid: 424 + components: + - type: Transform + pos: 22.5,40.5 + parent: 1653 + - uid: 450 + components: + - type: Transform + pos: 0.5,10.5 + parent: 1653 + - uid: 462 + components: + - type: Transform + pos: 53.5,4.5 + parent: 1653 + - uid: 464 + components: + - type: Transform + pos: 36.5,4.5 + parent: 1653 + - uid: 470 + components: + - type: Transform + pos: 8.5,36.5 + parent: 1653 +- proto: WoodenSupportBeam + entities: + - uid: 35 + components: + - type: Transform + pos: 29.5,1.5 + parent: 1653 + - uid: 143 + components: + - type: Transform + pos: 33.5,10.5 + parent: 1653 + - uid: 285 + components: + - type: Transform + pos: 12.5,6.5 + parent: 1653 + - uid: 307 + components: + - type: Transform + pos: 14.5,20.5 + parent: 1653 + - uid: 355 + components: + - type: Transform + pos: 25.5,1.5 + parent: 1653 + - uid: 395 + components: + - type: Transform + pos: 17.5,27.5 + parent: 1653 +- proto: WoodenSupportWall + entities: + - uid: 27 + components: + - type: Transform + pos: 34.5,4.5 + parent: 1653 + - uid: 33 + components: + - type: Transform + pos: 27.5,1.5 + parent: 1653 + - uid: 34 + components: + - type: Transform + pos: 28.5,1.5 + parent: 1653 + - uid: 36 + components: + - type: Transform + pos: 32.5,2.5 + parent: 1653 + - uid: 37 + components: + - type: Transform + pos: 32.5,3.5 + parent: 1653 + - uid: 38 + components: + - type: Transform + pos: 30.5,1.5 + parent: 1653 + - uid: 39 + components: + - type: Transform + pos: 32.5,0.5 + parent: 1653 + - uid: 53 + components: + - type: Transform + pos: 7.5,8.5 + parent: 1653 + - uid: 54 + components: + - type: Transform + pos: 6.5,8.5 + parent: 1653 + - uid: 55 + components: + - type: Transform + pos: 5.5,8.5 + parent: 1653 + - uid: 69 + components: + - type: Transform + pos: 0.5,12.5 + parent: 1653 + - uid: 75 + components: + - type: Transform + pos: 16.5,27.5 + parent: 1653 + - uid: 91 + components: + - type: Transform + pos: 32.5,1.5 + parent: 1653 + - uid: 92 + components: + - type: Transform + pos: 31.5,3.5 + parent: 1653 + - uid: 98 + components: + - type: Transform + pos: 18.5,25.5 + parent: 1653 + - uid: 125 + components: + - type: Transform + pos: 38.5,40.5 + parent: 1653 + - uid: 141 + components: + - type: Transform + pos: 34.5,10.5 + parent: 1653 + - uid: 142 + components: + - type: Transform + pos: 34.5,9.5 + parent: 1653 + - uid: 175 + components: + - type: Transform + pos: 12.5,20.5 + parent: 1653 + - uid: 176 + components: + - type: Transform + pos: 15.5,20.5 + parent: 1653 + - uid: 185 + components: + - type: Transform + pos: 32.5,40.5 + parent: 1653 + - uid: 234 + components: + - type: Transform + pos: 50.5,0.5 + parent: 1653 + - uid: 236 + components: + - type: Transform + pos: 30.5,3.5 + parent: 1653 + - uid: 237 + components: + - type: Transform + pos: 25.5,3.5 + parent: 1653 + - uid: 238 + components: + - type: Transform + pos: 25.5,4.5 + parent: 1653 + - uid: 239 + components: + - type: Transform + pos: 18.5,1.5 + parent: 1653 + - uid: 257 + components: + - type: Transform + pos: 29.5,3.5 + parent: 1653 + - uid: 263 + components: + - type: Transform + pos: 25.5,2.5 + parent: 1653 + - uid: 280 + components: + - type: Transform + pos: 13.5,6.5 + parent: 1653 + - uid: 282 + components: + - type: Transform + pos: 21.5,6.5 + parent: 1653 + - uid: 287 + components: + - type: Transform + pos: 22.5,6.5 + parent: 1653 + - uid: 297 + components: + - type: Transform + pos: 6.5,40.5 + parent: 1653 + - uid: 299 + components: + - type: Transform + pos: 0.5,38.5 + parent: 1653 + - uid: 305 + components: + - type: Transform + pos: 14.5,30.5 + parent: 1653 + - uid: 310 + components: + - type: Transform + pos: 14.5,32.5 + parent: 1653 + - uid: 311 + components: + - type: Transform + pos: 26.5,30.5 + parent: 1653 + - uid: 342 + components: + - type: Transform + pos: 22.5,3.5 + parent: 1653 + - uid: 343 + components: + - type: Transform + pos: 21.5,3.5 + parent: 1653 + - uid: 344 + components: + - type: Transform + pos: 23.5,3.5 + parent: 1653 + - uid: 345 + components: + - type: Transform + pos: 24.5,3.5 + parent: 1653 + - uid: 346 + components: + - type: Transform + pos: 20.5,1.5 + parent: 1653 + - uid: 349 + components: + - type: Transform + pos: 21.5,1.5 + parent: 1653 + - uid: 388 + components: + - type: Transform + pos: 28.5,3.5 + parent: 1653 + - uid: 389 + components: + - type: Transform + pos: 26.5,1.5 + parent: 1653 + - uid: 419 + components: + - type: Transform + pos: 19.5,1.5 + parent: 1653 + - uid: 437 + components: + - type: Transform + pos: 26.5,32.5 + parent: 1653 + - uid: 461 + components: + - type: Transform + pos: 54.5,4.5 + parent: 1653 +- proto: WoodenSupportWallBroken + entities: + - uid: 26 + components: + - type: Transform + pos: 27.5,3.5 + parent: 1653 + - uid: 80 + components: + - type: Transform + pos: 17.5,25.5 + parent: 1653 + - uid: 95 + components: + - type: Transform + pos: 4.5,8.5 + parent: 1653 + - uid: 284 + components: + - type: Transform + pos: 20.5,6.5 + parent: 1653 + - uid: 348 + components: + - type: Transform + pos: 20.5,3.5 + parent: 1653 + - uid: 356 + components: + - type: Transform + pos: 39.5,2.5 + parent: 1653 + - uid: 463 + components: + - type: Transform + pos: 50.5,1.5 + parent: 1653 +... diff --git a/Resources/Maps/_NF/Dungeon/lava_brig.yml b/Resources/Maps/_NF/Dungeon/lava_brig.yml new file mode 100644 index 00000000000..7c95ca09250 --- /dev/null +++ b/Resources/Maps/_NF/Dungeon/lava_brig.yml @@ -0,0 +1,13213 @@ +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 15: FloorBasalt + 30: FloorDark + 34: FloorDarkMini + 35: FloorDarkMono + 43: FloorElevatorShaft + 55: FloorGreenCircuit + 63: FloorLino + 78: FloorReinforced + 85: FloorShuttleOrange + 92: FloorSteel + 102: FloorSteelMini + 103: FloorSteelMono + 107: FloorTechMaint + 111: FloorWhite + 115: FloorWhiteMini + 121: FloorWood + 125: Plating +entities: +- proto: "" + entities: + - uid: 588 + components: + - type: MetaData + - type: Transform + - type: Map + - type: PhysicsMap + - type: Broadphase + - type: OccluderTree + - type: MapGrid + chunks: + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAA + version: 6 + 0,0: + ind: 0,0 + tiles: XAAAAAADXAAAAAABXAAAAAACXAAAAAADXAAAAAACXAAAAAABfQAAAAAADwAAAAAAHgAAAAABDwAAAAAAfQAAAAAAXAAAAAACXAAAAAACXAAAAAACXAAAAAACXAAAAAACXAAAAAACXAAAAAABXAAAAAABXAAAAAAAXAAAAAADXAAAAAADfQAAAAAADwAAAAAADwAAAAAADwAAAAAAfQAAAAAAXAAAAAABXAAAAAACXAAAAAABXAAAAAACXAAAAAAAXAAAAAADXAAAAAADXAAAAAABXAAAAAADXAAAAAACXAAAAAABIwAAAAABHgAAAAABDwAAAAAAHgAAAAACIwAAAAAAXAAAAAABXAAAAAACXAAAAAABXAAAAAADXAAAAAADawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAfQAAAAAADwAAAAAADwAAAAAADwAAAAAAfQAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAfQAAAAAADwAAAAAAHgAAAAACDwAAAAAAfQAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAHgAAAAABHgAAAAABHgAAAAACDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHgAAAAABHgAAAAADHgAAAAABVQAAAAAAZwAAAAACXAAAAAAAZwAAAAACfQAAAAAAHgAAAAAAIwAAAAADfQAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAfQAAAAAAIwAAAAACHgAAAAACVQAAAAAAZgAAAAACZgAAAAAAZgAAAAAAfQAAAAAAHgAAAAABIwAAAAACfQAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAfQAAAAAAIwAAAAABHgAAAAADVQAAAAAAZgAAAAACZgAAAAAAZgAAAAAAXAAAAAACHgAAAAAAIwAAAAADfQAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAfQAAAAAAIwAAAAAAHgAAAAABVQAAAAAAZgAAAAADZgAAAAABZgAAAAABfQAAAAAAHgAAAAADHgAAAAADHgAAAAACDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHgAAAAABHgAAAAABHgAAAAAAVQAAAAAAZwAAAAABXAAAAAABZwAAAAACfQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAHgAAAAAAHgAAAAABfQAAAAAAHgAAAAADfQAAAAAAHgAAAAADHgAAAAADVQAAAAAAawAAAAAAfQAAAAAAeQAAAAADeQAAAAABeQAAAAADeQAAAAAAeQAAAAADVQAAAAAAHgAAAAABHgAAAAACHgAAAAACHgAAAAADHgAAAAADHgAAAAADHgAAAAAAVQAAAAAAawAAAAAAfQAAAAAAeQAAAAABeQAAAAACeQAAAAAAeQAAAAACeQAAAAACVQAAAAAAHgAAAAADHgAAAAACDwAAAAAADwAAAAAADwAAAAAAHgAAAAACHgAAAAACVQAAAAAAawAAAAAAfQAAAAAAeQAAAAACeQAAAAADeQAAAAADeQAAAAACeQAAAAADVQAAAAAAHgAAAAADHgAAAAACHgAAAAABHgAAAAACHgAAAAACHgAAAAADHgAAAAABVQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAeQAAAAABVQAAAAAA + version: 6 + 0,1: + ind: 0,1 + tiles: HgAAAAAAHgAAAAADfQAAAAAAHgAAAAACfQAAAAAAHgAAAAADHgAAAAAAVQAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAfQAAAAAAeQAAAAACVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAHgAAAAADHgAAAAAAHgAAAAADHgAAAAADHgAAAAABVQAAAAAAXAAAAAAAXAAAAAABXAAAAAACXAAAAAAAXAAAAAAAVQAAAAAAawAAAAAAfQAAAAAAXAAAAAABawAAAAAAHgAAAAACfQAAAAAADwAAAAAAfQAAAAAAHgAAAAACVQAAAAAAXAAAAAADZgAAAAAAZgAAAAABZgAAAAADXAAAAAABVQAAAAAAawAAAAAAawAAAAAAXAAAAAAAfQAAAAAAHgAAAAABDwAAAAAADwAAAAAADwAAAAAAHgAAAAAAVQAAAAAAXAAAAAAAZgAAAAABZgAAAAACZgAAAAACXAAAAAADVQAAAAAAXAAAAAACXAAAAAADXAAAAAABXAAAAAAAHgAAAAAAfQAAAAAADwAAAAAAfQAAAAAAHgAAAAAAVQAAAAAAXAAAAAABZgAAAAABZgAAAAABZgAAAAABXAAAAAADVQAAAAAAawAAAAAAawAAAAAAXAAAAAAAXAAAAAABHgAAAAADHgAAAAABHgAAAAACHgAAAAAAHgAAAAABVQAAAAAAXAAAAAAAXAAAAAABXAAAAAAAXAAAAAACXAAAAAABVQAAAAAAawAAAAAAawAAAAAAXAAAAAABXAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAHgAAAAAAHgAAAAADHgAAAAAAVQAAAAAAawAAAAAAawAAAAAAfQAAAAAAVQAAAAAAcwAAAAACcwAAAAACcwAAAAABVQAAAAAAXAAAAAADXAAAAAADZwAAAAAAVQAAAAAAHgAAAAAADwAAAAAAHgAAAAACVQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAVQAAAAAAcwAAAAADcwAAAAACcwAAAAADVQAAAAAAXAAAAAAAXAAAAAABZwAAAAABVQAAAAAAHgAAAAACDwAAAAAAHgAAAAAAVQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAVQAAAAAAcwAAAAADcwAAAAAAcwAAAAAAVQAAAAAAXAAAAAABXAAAAAABXAAAAAABVQAAAAAAHgAAAAACDwAAAAAAHgAAAAABVQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAVQAAAAAAcwAAAAADcwAAAAADcwAAAAABVQAAAAAAZwAAAAACXAAAAAABXAAAAAACVQAAAAAAHgAAAAADHgAAAAACHgAAAAADVQAAAAAAfQAAAAAAawAAAAAAfQAAAAAAVQAAAAAAcwAAAAACcwAAAAACcwAAAAADVQAAAAAAZwAAAAACXAAAAAAAXAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAHgAAAAAAHgAAAAABDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHgAAAAADHgAAAAACVQAAAAAAXAAAAAABXAAAAAACHgAAAAACHgAAAAABHgAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHgAAAAADHgAAAAADHgAAAAAAVQAAAAAAawAAAAAAfQAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAA + version: 6 + -1,1: + ind: -1,1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAA + version: 6 + 1,-1: + ind: 1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAA + version: 6 + 1,0: + ind: 1,0 + tiles: XAAAAAABVQAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAfQAAAAAAHgAAAAACHgAAAAAAHgAAAAABHgAAAAADHgAAAAABHgAAAAADHgAAAAADHgAAAAACHgAAAAADXAAAAAADVQAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAfQAAAAAAHgAAAAAAHgAAAAADHgAAAAABHgAAAAACHgAAAAABHgAAAAADHgAAAAACHgAAAAABHgAAAAABXAAAAAAAVQAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAIwAAAAACHgAAAAACHgAAAAACHgAAAAACHgAAAAABHgAAAAACHgAAAAACHgAAAAAAHgAAAAAAHgAAAAABawAAAAAAVQAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAfQAAAAAAHgAAAAADHgAAAAAAHgAAAAACHgAAAAAAHgAAAAADHgAAAAADHgAAAAADHgAAAAAAHgAAAAABawAAAAAAVQAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAfQAAAAAAHgAAAAABHgAAAAABHgAAAAACHgAAAAAAHgAAAAABHgAAAAACHgAAAAAAHgAAAAACHgAAAAADVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAXAAAAAABXAAAAAACXAAAAAACfQAAAAAAZwAAAAAAXAAAAAABZwAAAAAAVQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAXAAAAAAAXAAAAAABXAAAAAAAfQAAAAAAZgAAAAAAZgAAAAAAZgAAAAABVQAAAAAATgAAAAAAfQAAAAAAIwAAAAACfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAXAAAAAACXAAAAAACXAAAAAAAXAAAAAADZgAAAAADZgAAAAAAZgAAAAADVQAAAAAATgAAAAAAfQAAAAAAKwAAAAAAfQAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAfQAAAAAAXAAAAAAAXAAAAAAAXAAAAAABfQAAAAAAZgAAAAACZgAAAAABZgAAAAADVQAAAAAATgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAIwAAAAABfQAAAAAAfQAAAAAAXAAAAAADXAAAAAAAXAAAAAAAfQAAAAAAZwAAAAADXAAAAAABZwAAAAACVQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAXAAAAAABXAAAAAAAXAAAAAAAXAAAAAADXAAAAAACXAAAAAACXAAAAAADVQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAVQAAAAAAXAAAAAABZgAAAAACZgAAAAACZgAAAAAAZgAAAAADZgAAAAACXAAAAAAAVQAAAAAAawAAAAAAfQAAAAAAawAAAAAAawAAAAAAawAAAAAAXAAAAAAAfQAAAAAAVQAAAAAAXAAAAAAAZgAAAAABZgAAAAADZgAAAAABZgAAAAACZgAAAAAAXAAAAAACVQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAXAAAAAADawAAAAAAVQAAAAAAXAAAAAACZgAAAAABZgAAAAABZgAAAAADZgAAAAAAZgAAAAABXAAAAAAAVQAAAAAAawAAAAAAfQAAAAAAawAAAAAAawAAAAAAawAAAAAAXAAAAAAAfQAAAAAAVQAAAAAA + version: 6 + 1,1: + ind: 1,1 + tiles: XAAAAAABXAAAAAACXAAAAAACXAAAAAAAXAAAAAABXAAAAAAAXAAAAAACVQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAawAAAAAAVQAAAAAAXAAAAAACXAAAAAABXAAAAAABXAAAAAAAXAAAAAADVQAAAAAAfQAAAAAAawAAAAAAawAAAAAAawAAAAAAfQAAAAAAVQAAAAAAXAAAAAACXAAAAAACawAAAAAAVQAAAAAAXAAAAAADZgAAAAACZgAAAAABZgAAAAAAXAAAAAABVQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAVQAAAAAAXAAAAAADZgAAAAADXAAAAAACVQAAAAAAXAAAAAADZgAAAAADZgAAAAADZgAAAAADXAAAAAABVQAAAAAAfQAAAAAAXAAAAAABfQAAAAAAXAAAAAABfQAAAAAAVQAAAAAAXAAAAAAAZgAAAAABXAAAAAADVQAAAAAAXAAAAAAAZgAAAAAAZgAAAAACZgAAAAACXAAAAAADVQAAAAAAfQAAAAAAawAAAAAAawAAAAAAawAAAAAAfQAAAAAAVQAAAAAAXAAAAAADZgAAAAADXAAAAAACVQAAAAAAXAAAAAACXAAAAAACXAAAAAADXAAAAAADXAAAAAACVQAAAAAAfQAAAAAAawAAAAAAawAAAAAAawAAAAAAfQAAAAAAVQAAAAAAXAAAAAACXAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAXAAAAAADXAAAAAABXAAAAAAAVQAAAAAAawAAAAAAawAAAAAAawAAAAAAVQAAAAAAawAAAAAAawAAAAAAfQAAAAAAVQAAAAAAXAAAAAABXAAAAAACZwAAAAACVQAAAAAAXAAAAAABXAAAAAAAXAAAAAAAVQAAAAAAawAAAAAAawAAAAAAawAAAAAAVQAAAAAAfQAAAAAAawAAAAAAawAAAAAAVQAAAAAAXAAAAAACXAAAAAADZwAAAAABVQAAAAAAXAAAAAACXAAAAAAAXAAAAAACVQAAAAAAXAAAAAACXAAAAAAAXAAAAAACVQAAAAAAXAAAAAADXAAAAAAAXAAAAAADVQAAAAAAXAAAAAADXAAAAAACXAAAAAADVQAAAAAAZwAAAAADXAAAAAACZwAAAAADVQAAAAAAawAAAAAAawAAAAAAawAAAAAAVQAAAAAAawAAAAAAawAAAAAAfQAAAAAAVQAAAAAAZwAAAAAAXAAAAAADXAAAAAACVQAAAAAAZwAAAAABXAAAAAABZwAAAAABVQAAAAAAawAAAAAAawAAAAAAawAAAAAAVQAAAAAAawAAAAAAfQAAAAAAawAAAAAAVQAAAAAAZwAAAAADXAAAAAADXAAAAAABVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAXAAAAAAAXAAAAAACXAAAAAABXAAAAAADXAAAAAACXAAAAAAAXAAAAAACXAAAAAAAXAAAAAACXAAAAAACXAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAA + version: 6 + -1,2: + ind: -1,2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAA + version: 6 + -1,3: + ind: -1,3 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,2: + ind: 0,2 + tiles: HgAAAAACHgAAAAACDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHgAAAAADHgAAAAAAVQAAAAAAawAAAAAAawAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAawAAAAAAfQAAAAAAawAAAAAAawAAAAAAawAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAVQAAAAAAawAAAAAAawAAAAAAawAAAAAAfQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAawAAAAAAVQAAAAAAawAAAAAAawAAAAAAawAAAAAAXAAAAAADawAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAawAAAAAAfQAAAAAAawAAAAAAawAAAAAAVQAAAAAAawAAAAAAawAAAAAAawAAAAAAfQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAHgAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHgAAAAAAVQAAAAAAHgAAAAABTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAHgAAAAABVQAAAAAAHgAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHgAAAAAAVQAAAAAAHgAAAAAATgAAAAAANwAAAAAANwAAAAAANwAAAAAATgAAAAAAHgAAAAAAVQAAAAAAHgAAAAACDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHgAAAAACVQAAAAAAHgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAHgAAAAACVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAADwAAAAAADwAAAAAAfQAAAAAAIwAAAAABfQAAAAAADwAAAAAADwAAAAAAVQAAAAAAbwAAAAACbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAADbwAAAAABbwAAAAABVQAAAAAADwAAAAAADwAAAAAADwAAAAAAHgAAAAAADwAAAAAADwAAAAAADwAAAAAAVQAAAAAAbwAAAAABbwAAAAABfQAAAAAAbwAAAAAAfQAAAAAAbwAAAAABbwAAAAADVQAAAAAAfQAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAfQAAAAAAVQAAAAAAIwAAAAABIwAAAAABIwAAAAACawAAAAAAIwAAAAADIwAAAAACIwAAAAABVQAAAAAAIwAAAAAAHgAAAAACDwAAAAAADwAAAAAADwAAAAAAHgAAAAAAIwAAAAABVQAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAVQAAAAAAfQAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAfQAAAAAAVQAAAAAAIwAAAAACIwAAAAAAIwAAAAABawAAAAAAIwAAAAABIwAAAAACIwAAAAAAVQAAAAAADwAAAAAADwAAAAAADwAAAAAAHgAAAAADDwAAAAAADwAAAAAADwAAAAAAVQAAAAAAIwAAAAAAIwAAAAAAIwAAAAACawAAAAAAIwAAAAAAIwAAAAACIwAAAAADVQAAAAAA + version: 6 + 0,3: + ind: 0,3 + tiles: DwAAAAAADwAAAAAAfQAAAAAAIwAAAAAAfQAAAAAADwAAAAAADwAAAAAAVQAAAAAAIwAAAAACIwAAAAAAIwAAAAAAawAAAAAAIwAAAAABIwAAAAACIwAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,2: + ind: 1,2 + tiles: awAAAAAAawAAAAAAawAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAZgAAAAACZgAAAAADZgAAAAABfQAAAAAAawAAAAAAawAAAAAAawAAAAAAVQAAAAAAHgAAAAACHgAAAAADHgAAAAACTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAZgAAAAACZgAAAAAAZgAAAAABXAAAAAACawAAAAAAawAAAAAAawAAAAAAVQAAAAAAHgAAAAACHgAAAAABHgAAAAABTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAZgAAAAADZgAAAAADZgAAAAADfQAAAAAAawAAAAAAawAAAAAAawAAAAAAVQAAAAAAHgAAAAADHgAAAAABHgAAAAABTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAXAAAAAACXAAAAAAAXAAAAAAAXAAAAAABXAAAAAADXAAAAAADXAAAAAAAVQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAVQAAAAAAXAAAAAACZgAAAAABZgAAAAACZgAAAAABZgAAAAADZgAAAAAAXAAAAAAAVQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAVQAAAAAAXAAAAAAAXAAAAAABXAAAAAABXAAAAAACXAAAAAAAXAAAAAAAXAAAAAADVQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAawAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAVQAAAAAAawAAAAAAawAAAAAAawAAAAAAXAAAAAACZgAAAAAAZgAAAAADZgAAAAADVQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAVQAAAAAAawAAAAAAawAAAAAAawAAAAAAXAAAAAADZgAAAAABZgAAAAABZgAAAAACVQAAAAAAawAAAAAAfQAAAAAAawAAAAAAfQAAAAAAawAAAAAAfQAAAAAAawAAAAAAVQAAAAAAXAAAAAACXAAAAAADXAAAAAABXAAAAAACZgAAAAADZgAAAAABZgAAAAACVQAAAAAAawAAAAAAXAAAAAADfQAAAAAAfQAAAAAAfQAAAAAAXAAAAAACawAAAAAAVQAAAAAAXAAAAAADXAAAAAADXAAAAAACXAAAAAADXAAAAAACXAAAAAADXAAAAAADVQAAAAAAawAAAAAAXAAAAAABawAAAAAAawAAAAAAawAAAAAAXAAAAAAAawAAAAAAVQAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAACIgAAAAABIgAAAAADXAAAAAACVQAAAAAAawAAAAAAXAAAAAADfQAAAAAAfQAAAAAAfQAAAAAAXAAAAAAAawAAAAAAVQAAAAAAawAAAAAAawAAAAAAawAAAAAAXAAAAAABIgAAAAAAIgAAAAABXAAAAAABVQAAAAAA + version: 6 + 1,3: + ind: 1,3 + tiles: awAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAVQAAAAAAawAAAAAAawAAAAAAawAAAAAAXAAAAAABXAAAAAAAXAAAAAAAXAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 2,-1: + ind: 2,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 2,0: + ind: 2,0 + tiles: HgAAAAAAHgAAAAABXAAAAAACVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAABHgAAAAACXAAAAAABVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAACHgAAAAACXAAAAAABVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAAAHgAAAAADXAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAACHgAAAAAAXAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAADfQAAAAAATgAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKwAAAAAAfQAAAAAATgAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAATgAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 2,1: + ind: 2,1 + tiles: VQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAABXAAAAAACXAAAAAADVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZgAAAAAAZgAAAAABXAAAAAADVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZgAAAAADZgAAAAABXAAAAAABVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZgAAAAABZgAAAAAAXAAAAAABVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAACXAAAAAABXAAAAAACVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAACHgAAAAAAIwAAAAADVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAACHgAAAAACIwAAAAADVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAABHgAAAAADHgAAAAADVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAABIwAAAAACIwAAAAADVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAAAHgAAAAADHgAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 2,2: + ind: 2,2 + tiles: VQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAHgAAAAADHgAAAAABVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAABfQAAAAAAHgAAAAADVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAHgAAAAAAHgAAAAADVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 2,3: + ind: 2,3 + tiles: VQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: + - node: + color: '#52B4E996' + id: BotGreyscale + decals: + 680: 30,25 + 681: 30,24 + 682: 28,27 + 683: 28,27 + 684: 28,28 + 685: 28,28 + 686: 30,25 + 687: 30,24 + - node: + color: '#DE3A3A96' + id: BotGreyscale + decals: + 478: 32,25 + 479: 32,24 + 480: 34,25 + 481: 34,24 + 482: 16,28 + 483: 18,28 + 484: 18,27 + 485: 16,27 + 486: 14,25 + 487: 14,24 + 488: 12,27 + 489: 12,28 + 748: 26,7 + 749: 32,7 + 750: 29,9 + 836: 6,2 + 837: 10,2 + 940: 1,9 + 941: 1,8 + 942: 1,7 + 943: 9,9 + 944: 9,8 + 945: 9,7 + 946: 20,10 + 947: 14,10 + 948: 14,6 + 949: 20,6 + 950: 22,6 + 951: 22,10 + 952: 12,10 + 953: 12,6 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkCornerNe + decals: + 194: 21,4 + 250: 10,44 + 525: 12,32 + 543: 4,22 + 585: 6,40 + 659: 34,36 + 675: 30,28 + 703: 6,16 + 757: 10,10 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkCornerNw + decals: + 191: 18,4 + 251: 12,44 + 519: 0,32 + 542: 0,22 + 582: 0,40 + 633: 24,36 + 702: 0,16 + 754: 0,10 + 853: 23,4 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkCornerSe + decals: + 192: 21,0 + 238: 10,46 + 272: 14,42 + 524: 12,30 + 537: 4,18 + 584: 6,38 + 658: 34,34 + 701: 6,12 + 755: 10,6 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkCornerSw + decals: + 193: 18,0 + 241: 12,46 + 270: 8,42 + 518: 0,30 + 534: 0,18 + 583: 0,38 + 632: 24,34 + 672: 28,24 + 700: 0,12 + 756: 0,6 + 852: 23,0 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkLineE + decals: + 202: 21,1 + 203: 21,2 + 204: 21,3 + 239: 10,47 + 240: 10,48 + 273: 14,43 + 501: 0,25 + 502: 0,26 + 503: 0,27 + 535: 4,19 + 536: 4,21 + 592: 14,38 + 593: 14,40 + 674: 30,27 + 706: 6,15 + 707: 6,13 + 758: 10,9 + 759: 10,7 + 926: 5,45 + 929: 33,36 + 930: 33,34 + 931: 10,31 + 935: 8,10 + 936: 8,6 + 937: 7,2 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkLineN + decals: + 197: 19,4 + 198: 20,4 + 248: 8,44 + 249: 9,44 + 252: 13,44 + 253: 14,44 + 506: 0,28 + 507: 2,28 + 520: 1,32 + 523: 11,32 + 540: 1,22 + 541: 3,22 + 634: 25,36 + 635: 26,36 + 704: 1,16 + 705: 5,16 + 762: 1,10 + 765: 9,10 + 846: 24,4 + 847: 25,4 + 848: 27,4 + 849: 28,4 + 850: 29,4 + 851: 30,4 + 927: 3,47 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkLineS + decals: + 195: 20,0 + 196: 19,0 + 244: 8,46 + 245: 9,46 + 246: 13,46 + 247: 14,46 + 274: 9,42 + 275: 10,42 + 276: 13,42 + 277: 12,42 + 504: 0,24 + 505: 2,24 + 521: 1,30 + 522: 11,30 + 538: 3,18 + 539: 1,18 + 636: 25,34 + 637: 26,34 + 710: 1,12 + 711: 5,12 + 763: 1,6 + 764: 9,6 + 840: 25,0 + 841: 24,0 + 842: 27,0 + 843: 28,0 + 844: 29,0 + 845: 30,0 + 928: 3,43 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkLineW + decals: + 199: 18,3 + 200: 18,2 + 201: 18,1 + 242: 12,47 + 243: 12,48 + 271: 8,43 + 498: 2,27 + 499: 2,26 + 500: 2,25 + 544: 0,19 + 545: 0,21 + 590: 8,40 + 591: 8,38 + 673: 28,25 + 708: 0,13 + 709: 0,15 + 760: 0,7 + 761: 0,9 + 854: 23,3 + 855: 23,1 + 925: 1,45 + 932: 2,31 + 933: 2,10 + 934: 2,6 + 938: 9,2 + 939: 30,2 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelCornerNe + decals: + 84: 18,36 + 104: 16,25 + 336: 9,21 + 337: 10,22 + 364: 16,22 + 374: 21,15 + 375: 22,16 + 415: 21,21 + 421: 22,22 + 446: 33,21 + 447: 34,22 + 490: 12,25 + 554: 22,9 + 568: 14,9 + 610: 22,40 + 2025: 30,48 + 2039: 30,44 + 2058: 29,47 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelCornerNw + decals: + 85: 16,36 + 103: 18,25 + 338: 7,21 + 339: 6,22 + 376: 17,15 + 377: 16,16 + 414: 19,21 + 420: 18,22 + 448: 31,21 + 449: 30,22 + 555: 20,9 + 569: 12,9 + 611: 16,40 + 2040: 28,44 + 2059: 28,47 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelCornerSe + decals: + 83: 18,34 + 308: 26,30 + 332: 9,19 + 335: 10,18 + 372: 21,13 + 373: 22,12 + 418: 21,19 + 419: 22,18 + 452: 33,19 + 453: 34,18 + 561: 22,7 + 562: 14,7 + 609: 22,38 + 778: 16,0 + 779: 5,0 + 2038: 30,42 + 2056: 29,46 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelCornerSw + decals: + 81: 16,34 + 82: 3,35 + 309: 14,30 + 333: 7,19 + 334: 6,18 + 370: 17,13 + 371: 16,12 + 416: 18,18 + 417: 19,19 + 450: 31,19 + 451: 30,18 + 493: 14,27 + 558: 20,7 + 567: 12,7 + 608: 16,38 + 780: 0,0 + 781: 11,0 + 2037: 28,42 + 2057: 28,46 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelEndE + decals: + 73: 21,39 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelEndW + decals: + 74: 17,39 + - node: + color: '#D4D4D496' + id: BrickTileSteelLineE + decals: + 1330: 32,2 + 1332: 31,2 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelLineE + decals: + 87: 18,35 + 93: 14,34 + 94: 14,35 + 95: 14,36 + 105: 16,24 + 286: 17,45 + 287: 17,46 + 288: 17,47 + 323: 27,20 + 349: 9,20 + 350: 10,21 + 351: 10,19 + 365: 16,21 + 378: 21,14 + 379: 22,13 + 380: 22,15 + 425: 21,20 + 426: 22,19 + 427: 22,21 + 454: 34,19 + 455: 34,21 + 462: 33,20 + 491: 12,24 + 559: 22,8 + 566: 14,8 + 802: 16,1 + 806: 5,1 + 872: 34,0 + 873: 34,1 + 874: 34,3 + 875: 34,4 + 1328: 33,2 + 2023: 30,46 + 2024: 30,47 + 2041: 30,43 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelLineN + decals: + 75: 18,39 + 76: 19,39 + 77: 20,39 + 86: 17,36 + 340: 8,21 + 341: 9,22 + 342: 7,22 + 366: 15,22 + 391: 18,15 + 392: 19,15 + 393: 20,15 + 394: 21,16 + 395: 20,16 + 396: 18,16 + 397: 17,16 + 422: 20,21 + 423: 19,22 + 424: 21,22 + 458: 31,22 + 459: 33,22 + 460: 32,21 + 556: 21,9 + 564: 13,9 + 572: 16,10 + 573: 18,10 + 612: 17,40 + 613: 18,40 + 614: 21,40 + 615: 20,40 + 2026: 29,48 + 2027: 28,48 + 2044: 29,44 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelLineS + decals: + 78: 18,39 + 79: 19,39 + 80: 20,39 + 89: 17,34 + 298: 15,30 + 299: 16,30 + 300: 17,30 + 301: 18,30 + 302: 19,30 + 303: 21,30 + 304: 22,30 + 305: 23,30 + 306: 24,30 + 307: 25,30 + 346: 8,19 + 347: 7,18 + 348: 9,18 + 384: 18,13 + 385: 19,13 + 386: 20,13 + 387: 20,12 + 388: 21,12 + 389: 18,12 + 390: 17,12 + 431: 20,19 + 432: 19,18 + 433: 21,18 + 463: 32,19 + 464: 31,18 + 465: 33,18 + 557: 21,7 + 563: 13,7 + 570: 16,6 + 571: 18,6 + 616: 17,38 + 617: 18,38 + 618: 21,38 + 619: 20,38 + 782: 1,0 + 783: 2,0 + 784: 3,0 + 785: 4,0 + 786: 0,3 + 787: 1,3 + 788: 2,3 + 789: 3,3 + 790: 4,3 + 791: 5,3 + 792: 12,0 + 793: 13,0 + 794: 14,0 + 795: 15,0 + 796: 11,3 + 797: 12,3 + 798: 13,3 + 799: 14,3 + 800: 15,3 + 801: 16,3 + 2043: 29,42 + - node: + color: '#D4D4D496' + id: BrickTileSteelLineW + decals: + 1329: 33,2 + 1331: 32,2 + 1333: 31,2 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelLineW + decals: + 88: 16,35 + 90: 20,34 + 91: 20,35 + 92: 20,36 + 102: 18,24 + 289: 21,45 + 290: 21,46 + 291: 21,47 + 322: 25,20 + 326: 29,15 + 327: 29,14 + 328: 29,13 + 343: 7,20 + 344: 6,21 + 345: 6,19 + 381: 17,14 + 382: 16,15 + 383: 16,13 + 428: 19,20 + 429: 18,19 + 430: 18,21 + 456: 30,19 + 457: 30,21 + 461: 31,20 + 492: 14,28 + 560: 20,8 + 565: 12,8 + 803: 0,1 + 805: 11,1 + 2021: 24,44 + 2022: 24,46 + 2042: 28,43 + - node: + color: '#52B4E996' + id: BrickTileWhiteCornerNe + decals: + 264: 10,44 + 679: 30,28 + - node: + color: '#DE3A3A96' + id: BrickTileWhiteCornerNe + decals: + 109: 16,25 + 362: 10,22 + 367: 16,22 + 413: 22,16 + 438: 22,22 + 475: 34,22 + 494: 12,25 + 527: 12,32 + 580: 4,22 + 587: 6,40 + 630: 22,40 + 660: 34,36 + 715: 6,16 + 777: 10,10 + 2045: 30,48 + - node: + color: '#FFFFFFFF' + id: BrickTileWhiteCornerNe + decals: + 689: 10,28 + - node: + color: '#52B4E996' + id: BrickTileWhiteCornerNw + decals: + 265: 12,44 + - node: + color: '#DE3A3A96' + id: BrickTileWhiteCornerNw + decals: + 108: 18,25 + 363: 6,22 + 412: 16,16 + 442: 18,22 + 476: 30,22 + 532: 0,32 + 579: 0,22 + 588: 0,40 + 629: 16,40 + 639: 24,36 + 714: 0,16 + 772: 0,10 + 858: 23,4 + - node: + color: '#FFFFFFFF' + id: BrickTileWhiteCornerNw + decals: + 688: 8,28 + - node: + color: '#52B4E996' + id: BrickTileWhiteCornerSe + decals: + 263: 10,46 + 279: 14,42 + - node: + color: '#DE3A3A96' + id: BrickTileWhiteCornerSe + decals: + 361: 10,18 + 411: 22,12 + 443: 22,18 + 477: 34,18 + 526: 12,30 + 581: 4,18 + 586: 6,38 + 628: 22,38 + 661: 34,34 + 713: 6,12 + 771: 10,6 + 809: 5,0 + 810: 16,0 + - node: + color: '#EFB34196' + id: BrickTileWhiteCornerSe + decals: + 311: 26,30 + - node: + color: '#FFFFFFFF' + id: BrickTileWhiteCornerSe + decals: + 690: 10,24 + - node: + color: '#52B4E996' + id: BrickTileWhiteCornerSw + decals: + 262: 12,46 + 278: 8,42 + 676: 28,24 + - node: + color: '#DE3A3A96' + id: BrickTileWhiteCornerSw + decals: + 360: 6,18 + 406: 16,12 + 439: 18,18 + 474: 30,18 + 496: 14,27 + 533: 0,30 + 578: 0,18 + 589: 0,38 + 631: 16,38 + 638: 24,34 + 712: 0,12 + 770: 0,6 + 807: 0,0 + 808: 11,0 + 859: 23,0 + - node: + color: '#EFB34196' + id: BrickTileWhiteCornerSw + decals: + 310: 14,30 + - node: + color: '#FFFFFFFF' + id: BrickTileWhiteCornerSw + decals: + 691: 8,24 + - node: + color: '#52B4E996' + id: BrickTileWhiteLineE + decals: + 258: 10,47 + 259: 10,48 + 280: 14,43 + 678: 30,27 + - node: + color: '#D4D4D419' + id: BrickTileWhiteLineE + decals: + 895: 2,6 + 896: 2,10 + 900: 9,2 + 901: 30,2 + 906: 1,45 + 908: 2,31 + - node: + color: '#DE3A3A96' + id: BrickTileWhiteLineE + decals: + 96: 14,36 + 97: 14,35 + 98: 14,34 + 106: 16,24 + 356: 10,19 + 357: 10,21 + 368: 16,21 + 409: 22,15 + 410: 22,13 + 444: 22,19 + 445: 22,21 + 470: 34,21 + 471: 34,19 + 495: 12,24 + 511: 0,25 + 512: 0,26 + 513: 0,27 + 548: 4,19 + 549: 4,21 + 596: 14,38 + 597: 14,40 + 716: 6,15 + 717: 6,13 + 768: 10,9 + 769: 10,7 + 811: 5,1 + 812: 16,1 + 876: 34,0 + 877: 34,1 + 878: 34,3 + 879: 34,4 + 2048: 30,47 + 2049: 30,46 + - node: + color: '#EFB34196' + id: BrickTileWhiteLineE + decals: + 292: 17,45 + 293: 17,46 + 294: 17,47 + 324: 27,20 + - node: + color: '#FFFFFFFF' + id: BrickTileWhiteLineE + decals: + 693: 10,27 + 694: 10,26 + 695: 10,25 + - node: + color: '#52B4E996' + id: BrickTileWhiteLineN + decals: + 266: 9,44 + 267: 8,44 + 268: 13,44 + 269: 14,44 + - node: + color: '#D4D4D419' + id: BrickTileWhiteLineN + decals: + 907: 3,43 + - node: + color: '#DE3A3A96' + id: BrickTileWhiteLineN + decals: + 358: 9,22 + 359: 7,22 + 369: 15,22 + 398: 18,16 + 399: 17,16 + 400: 21,16 + 401: 20,16 + 436: 19,22 + 437: 21,22 + 468: 31,22 + 469: 33,22 + 516: 0,28 + 517: 2,28 + 528: 11,32 + 531: 1,32 + 552: 1,22 + 553: 3,22 + 574: 16,10 + 575: 18,10 + 620: 18,40 + 621: 17,40 + 622: 20,40 + 623: 21,40 + 642: 25,36 + 643: 26,36 + 722: 1,16 + 723: 5,16 + 773: 1,10 + 774: 9,10 + 866: 24,4 + 867: 25,4 + 868: 27,4 + 869: 28,4 + 870: 30,4 + 871: 29,4 + 2046: 28,48 + 2047: 29,48 + - node: + color: '#FFFFFFFF' + id: BrickTileWhiteLineN + decals: + 692: 9,28 + - node: + color: '#52B4E996' + id: BrickTileWhiteLineS + decals: + 254: 8,46 + 255: 9,46 + 256: 13,46 + 257: 14,46 + 282: 9,42 + 283: 10,42 + 284: 12,42 + 285: 13,42 + - node: + color: '#D4D4D419' + id: BrickTileWhiteLineS + decals: + 905: 3,47 + - node: + color: '#DE3A3A96' + id: BrickTileWhiteLineS + decals: + 352: 7,18 + 353: 9,18 + 402: 17,12 + 403: 18,12 + 404: 20,12 + 405: 21,12 + 434: 19,18 + 435: 21,18 + 466: 33,18 + 467: 31,18 + 514: 0,24 + 515: 2,24 + 529: 11,30 + 530: 1,30 + 550: 1,18 + 551: 3,18 + 576: 16,6 + 577: 18,6 + 624: 17,38 + 625: 18,38 + 626: 20,38 + 627: 21,38 + 640: 25,34 + 641: 26,34 + 718: 5,12 + 719: 1,12 + 775: 1,6 + 776: 9,6 + 813: 12,0 + 814: 13,0 + 815: 14,0 + 816: 15,0 + 817: 16,3 + 818: 15,3 + 819: 13,3 + 820: 14,3 + 821: 11,3 + 822: 12,3 + 823: 0,3 + 824: 1,3 + 825: 2,3 + 826: 3,3 + 827: 4,3 + 828: 5,3 + 829: 4,0 + 830: 3,0 + 831: 2,0 + 832: 1,0 + 860: 24,0 + 861: 25,0 + 862: 27,0 + 863: 28,0 + 864: 29,0 + 865: 30,0 + - node: + color: '#EFB34196' + id: BrickTileWhiteLineS + decals: + 312: 15,30 + 313: 16,30 + 314: 17,30 + 315: 18,30 + 316: 19,30 + 317: 21,30 + 318: 22,30 + 319: 23,30 + 320: 24,30 + 321: 25,30 + - node: + color: '#FFFFFFFF' + id: BrickTileWhiteLineS + decals: + 696: 9,24 + - node: + color: '#52B4E996' + id: BrickTileWhiteLineW + decals: + 260: 12,47 + 261: 12,48 + 281: 8,43 + 677: 28,25 + - node: + color: '#D4D4D419' + id: BrickTileWhiteLineW + decals: + 897: 8,10 + 898: 8,6 + 899: 7,2 + 902: 33,36 + 903: 33,34 + 904: 5,45 + 909: 10,31 + - node: + color: '#DE3A3A96' + id: BrickTileWhiteLineW + decals: + 99: 20,36 + 100: 20,35 + 101: 20,34 + 107: 18,24 + 354: 6,19 + 355: 6,21 + 407: 16,13 + 408: 16,15 + 440: 18,19 + 441: 18,21 + 472: 30,19 + 473: 30,21 + 497: 14,28 + 508: 2,25 + 509: 2,26 + 510: 2,27 + 546: 0,19 + 547: 0,21 + 594: 8,38 + 595: 8,40 + 720: 0,13 + 721: 0,15 + 766: 0,7 + 767: 0,9 + 804: 0,1 + 833: 11,1 + 856: 23,1 + 857: 23,3 + 2050: 24,44 + 2051: 24,46 + - node: + color: '#EFB34196' + id: BrickTileWhiteLineW + decals: + 295: 21,45 + 296: 21,46 + 297: 21,47 + 325: 25,20 + 329: 29,13 + 330: 29,14 + 331: 29,15 + - node: + color: '#FFFFFFFF' + id: BrickTileWhiteLineW + decals: + 697: 8,25 + 698: 8,26 + 699: 8,27 + - node: + cleanable: True + angle: 1.5707963267948966 rad + color: '#B02E269B' + id: Clandestine + decals: + 2136: 3.132535,34.09553 + - node: + color: '#A4610696' + id: Dirt + decals: + 1334: 31,2 + 1335: 32,2 + 1336: 33,2 + 1337: 30,2 + 1338: 34,2 + 1339: 33,3 + 1340: 31,4 + 1341: 32,3 + 1342: 32,1 + 1343: 31,1 + 1344: 31,0 + 1345: 33,0 + 1346: 32,0 + 1347: 33,3 + 1348: 33,4 + 1349: 32,4 + 1350: 31,3 + 1351: 32,1 + 1352: 33,1 + - node: + cleanable: True + color: '#A4610696' + id: Dirt + decals: + 954: 0,45 + 955: 3,47 + 956: 3,48 + 957: 6,45 + 958: 3,42 + 959: 3,43 + 960: 5,45 + 961: 1,45 + 962: 13,45 + 963: 12,45 + 964: 11,47 + 965: 9,45 + 966: 8,45 + 967: 8,46 + 968: 10,47 + 969: 13,47 + 970: 14,46 + 971: 11,43 + 972: 11,42 + 973: 9,42 + 974: 10,42 + 975: 13,42 + 976: 12,42 + 977: 13,43 + 978: 9,43 + 979: 11,44 + 980: 11,45 + 981: 11,47 + 982: 9,46 + 983: 11,46 + 984: 16,45 + 985: 16,46 + 986: 16,47 + 987: 16,44 + 988: 17,45 + 989: 17,46 + 990: 21,45 + 991: 22,45 + 992: 22,44 + 993: 22,43 + 994: 22,46 + 995: 21,45 + 996: 21,46 + 997: 22,47 + 998: 24,39 + 999: 24,38 + 1000: 24,40 + 1001: 27,39 + 1002: 27,39 + 1003: 30,40 + 1004: 30,39 + 1005: 30,38 + 1006: 30,39 + 1007: 34,35 + 1008: 33,34 + 1009: 33,36 + 1010: 24,35 + 1011: 22,35 + 1012: 20,35 + 1013: 21,35 + 1014: 20,34 + 1015: 14,35 + 1016: 13,35 + 1017: 12,35 + 1018: 14,36 + 1019: 17,36 + 1020: 17,35 + 1021: 17,34 + 1022: 16,35 + 1023: 18,35 + 1024: 18,36 + 1025: 18,34 + 1026: 16,34 + 1027: 16,36 + 1028: 16,30 + 1029: 16,30 + 1030: 18,30 + 1031: 19,30 + 1032: 22,30 + 1033: 24,30 + 1034: 25,30 + 1035: 26,30 + 1036: 20,30 + 1037: 20,30 + 1038: 15,30 + 1039: 14,30 + 1040: 14,31 + 1041: 26,31 + 1042: 10,31 + 1043: 2,31 + 1044: 0,31 + 1045: 12,31 + 1046: 5,35 + 1047: 6,36 + 1048: 4,34 + 1049: 9,35 + 1050: 9,35 + 1051: 10,35 + 1052: 10,34 + 1053: 0,35 + 1054: 0,36 + 1055: 0,35 + 1056: 5,36 + 1057: 6,36 + 1058: 6,39 + 1059: 0,39 + 1060: 8,39 + 1061: 8,40 + 1062: 8,38 + 1063: 9,39 + 1064: 11,38 + 1065: 9,38 + 1066: 11,40 + 1067: 10,40 + 1068: 13,39 + 1069: 14,39 + 1070: 14,40 + 1071: 14,38 + 1072: 13,39 + 1073: 13,40 + 1074: 16,39 + 1075: 18,40 + 1076: 19,40 + 1077: 19,39 + 1078: 18,39 + 1079: 17,39 + 1080: 20,39 + 1081: 21,39 + 1082: 19,38 + 1083: 22,39 + 1084: 21,38 + 1085: 24,39 + 1086: 24,38 + 1087: 24,40 + 1088: 17,32 + 1089: 24,32 + 1090: 23,32 + 1091: 34,26 + 1092: 33,26 + 1093: 33,28 + 1094: 32,28 + 1095: 32,27 + 1096: 34,27 + 1097: 34,28 + 1098: 32,25 + 1099: 33,24 + 1100: 33,25 + 1101: 32,26 + 1102: 29,24 + 1103: 30,26 + 1104: 28,26 + 1105: 29,28 + 1106: 29,27 + 1107: 29,25 + 1108: 25,26 + 1109: 24,26 + 1110: 26,26 + 1111: 25,27 + 1112: 24,28 + 1113: 25,28 + 1114: 24,27 + 1115: 24,24 + 1116: 25,25 + 1117: 25,24 + 1118: 26,25 + 1119: 22,26 + 1120: 24,26 + 1121: 26,26 + 1122: 20,26 + 1123: 21,25 + 1124: 21,24 + 1125: 21,28 + 1126: 21,27 + 1127: 18,26 + 1128: 16,26 + 1129: 17,27 + 1130: 17,28 + 1131: 17,25 + 1132: 17,24 + 1133: 17,26 + 1134: 13,28 + 1135: 13,27 + 1136: 13,26 + 1137: 13,25 + 1138: 13,24 + 1139: 12,26 + 1140: 14,26 + 1141: 9,26 + 1142: 9,27 + 1143: 9,28 + 1144: 8,28 + 1145: 8,27 + 1146: 8,26 + 1147: 9,25 + 1148: 8,25 + 1149: 8,24 + 1150: 9,24 + 1151: 10,24 + 1152: 10,25 + 1153: 10,26 + 1154: 10,27 + 1155: 10,28 + 1156: 5,28 + 1157: 5,28 + 1158: 5,24 + 1159: 5,24 + 1160: 0,26 + 1161: 2,26 + 1162: 2,28 + 1163: 1,24 + 1164: 2,24 + 1165: 2,22 + 1166: 4,20 + 1167: 2,18 + 1168: 1,19 + 1169: 0,20 + 1170: 0,17 + 1171: 0,18 + 1172: 4,18 + 1173: 4,19 + 1174: 4,22 + 1175: 0,22 + 1176: 6,20 + 1177: 7,20 + 1178: 8,20 + 1179: 9,20 + 1180: 10,20 + 1181: 8,21 + 1182: 8,22 + 1183: 8,19 + 1184: 8,18 + 1185: 6,18 + 1186: 7,19 + 1187: 7,18 + 1188: 9,20 + 1189: 10,21 + 1190: 9,21 + 1191: 9,22 + 1192: 9,19 + 1193: 7,21 + 1194: 8,13 + 1195: 8,13 + 1196: 11,16 + 1197: 11,16 + 1198: 10,16 + 1199: 9,16 + 1200: 8,15 + 1201: 8,14 + 1202: 8,16 + 1203: 10,16 + 1204: 9,16 + 1205: 12,14 + 1206: 11,14 + 1207: 11,12 + 1208: 10,12 + 1209: 14,12 + 1210: 14,14 + 1211: 14,15 + 1212: 13,14 + 1213: 12,14 + 1214: 11,14 + 1215: 11,13 + 1216: 6,14 + 1217: 0,14 + 1218: 3,16 + 1219: 3,12 + 1220: 3,13 + 1221: 2,13 + 1222: 4,13 + 1223: 3,15 + 1224: 2,15 + 1225: 4,15 + 1226: 5,14 + 1227: 1,14 + 1228: 1,15 + 1229: 1,13 + 1230: 5,15 + 1231: 5,13 + 1232: 0,8 + 1233: 2,10 + 1234: 2,6 + 1235: 8,6 + 1236: 8,10 + 1237: 0,8 + 1238: 10,8 + 1239: 10,10 + 1240: 10,7 + 1241: 10,6 + 1242: 9,6 + 1243: 9,10 + 1244: 1,10 + 1245: 0,7 + 1246: 0,6 + 1247: 0,3 + 1248: 1,3 + 1249: 1,3 + 1250: 2,3 + 1251: 3,3 + 1252: 4,3 + 1253: 4,3 + 1254: 5,3 + 1255: 7,2 + 1256: 9,2 + 1257: 4,0 + 1258: 4,1 + 1259: 2,1 + 1260: 1,1 + 1261: 0,2 + 1262: 1,2 + 1263: 2,2 + 1264: 5,2 + 1265: 4,2 + 1266: 3,2 + 1267: 4,1 + 1268: 3,1 + 1269: 11,2 + 1270: 12,3 + 1271: 11,3 + 1272: 14,3 + 1273: 14,3 + 1274: 15,3 + 1275: 16,3 + 1276: 13,3 + 1277: 11,3 + 1278: 12,2 + 1279: 11,1 + 1280: 13,1 + 1281: 16,2 + 1282: 16,1 + 1283: 14,1 + 1284: 13,2 + 1285: 14,2 + 1286: 18,2 + 1287: 19,2 + 1288: 20,2 + 1289: 21,2 + 1290: 19,3 + 1291: 18,3 + 1292: 20,3 + 1293: 20,1 + 1294: 21,1 + 1295: 19,1 + 1296: 23,2 + 1297: 28,2 + 1298: 29,2 + 1299: 30,2 + 1300: 28,4 + 1301: 29,4 + 1302: 26,4 + 1303: 26,2 + 1304: 26,1 + 1305: 26,0 + 1306: 24,2 + 1307: 25,2 + 1308: 27,2 + 1309: 24,4 + 1310: 23,3 + 1311: 24,3 + 1312: 23,4 + 1469: 14,8 + 1470: 12,8 + 1471: 12,7 + 1472: 13,7 + 1473: 13,6 + 1474: 13,10 + 1475: 12,9 + 1476: 14,9 + 1477: 17,10 + 1478: 17,9 + 1479: 18,9 + 1480: 18,8 + 1481: 17,7 + 1482: 17,7 + 1483: 17,6 + 1484: 17,8 + 1485: 16,7 + 1486: 18,7 + 1487: 20,9 + 1488: 20,8 + 1489: 21,10 + 1490: 21,9 + 1491: 21,7 + 1492: 21,6 + 1493: 20,7 + 1494: 22,7 + 1495: 22,8 + 1534: 19,16 + 1535: 18,15 + 1536: 19,13 + 1537: 19,12 + 1538: 22,14 + 1539: 22,14 + 1540: 22,15 + 1541: 21,16 + 1542: 21,15 + 1543: 21,13 + 1544: 16,14 + 1545: 17,13 + 1546: 17,15 + 1556: 30,20 + 1557: 32,22 + 1558: 31,22 + 1559: 31,21 + 1560: 32,19 + 1561: 32,18 + 1562: 34,20 + 1563: 34,19 + 1564: 34,18 + 1565: 34,21 + 1566: 34,22 + 2060: 24,45 + 2061: 25,45 + 2062: 27,48 + 2063: 27,42 + 2064: 30,45 + 2065: 28,43 + 2066: 29,43 + 2067: 30,43 + 2068: 24,42 + 2069: 25,43 + 2070: 26,42 + 2071: 25,42 + 2072: 26,48 + 2073: 25,47 + 2074: 26,47 + 2075: 25,47 + 2076: 25,48 + 2077: 27,47 + 2078: 27,45 + 2079: 27,46 + 2080: 26,45 + 2081: 28,45 + 2082: 26,44 + 2083: 27,44 + 2084: 25,46 + 2085: 26,46 + 2086: 29,45 + - node: + color: '#A4610696' + id: DirtHeavy + decals: + 1353: 11,31 + 1354: 1,31 + 1355: 0,39 + 1356: 6,39 + 1357: 5,45 + 1358: 14,39 + 1359: 16,39 + 1360: 19,38 + - node: + cleanable: True + color: '#A4610696' + id: DirtHeavy + decals: + 1361: 22,39 + 1362: 19,40 + 1363: 30,39 + 1364: 25,35 + 1365: 24,36 + 1366: 20,30 + 1367: 14,30 + 1368: 18,30 + 1369: 22,30 + 1370: 26,31 + 1371: 22,26 + 1372: 24,26 + 1373: 26,26 + 1374: 28,26 + 1375: 29,27 + 1376: 33,25 + 1377: 33,28 + 1378: 32,28 + 1379: 14,26 + 1380: 12,26 + 1381: 9,26 + 1382: 9,28 + 1383: 8,28 + 1384: 8,24 + 1385: 10,25 + 1386: 5,24 + 1387: 5,28 + 1388: 0,26 + 1389: 0,27 + 1390: 2,24 + 1391: 2,25 + 1392: 0,35 + 1393: 0,36 + 1394: 7,36 + 1395: 5,35 + 1396: 4,34 + 1397: 10,35 + 1398: 9,35 + 1399: 8,39 + 1400: 14,39 + 1401: 14,38 + 1402: 8,45 + 1403: 11,48 + 1404: 11,44 + 1405: 14,45 + 1406: 11,42 + 1407: 9,42 + 1408: 13,43 + 1409: 3,47 + 1410: 4,20 + 1411: 3,22 + 1412: 2,18 + 1413: 0,19 + 1414: 6,20 + 1415: 8,20 + 1416: 8,18 + 1417: 10,20 + 1418: 8,22 + 1419: 14,20 + 1420: 15,21 + 1421: 16,20 + 1422: 12,20 + 1423: 12,21 + 1424: 13,22 + 1425: 13,21 + 1426: 13,19 + 1427: 16,19 + 1428: 16,19 + 1429: 15,20 + 1430: 14,18 + 1431: 12,20 + 1432: 14,22 + 1433: 20,20 + 1434: 20,22 + 1435: 18,20 + 1436: 22,21 + 1437: 19,21 + 1438: 20,18 + 1439: 22,20 + 1440: 27,22 + 1441: 25,22 + 1442: 26,18 + 1443: 27,18 + 1444: 31,18 + 1445: 32,18 + 1446: 31,20 + 1447: 32,21 + 1448: 34,22 + 1449: 34,20 + 1450: 32,19 + 1451: 29,14 + 1452: 24,14 + 1453: 24,13 + 1454: 30,14 + 1455: 29,13 + 1456: 34,2 + 1457: 32,3 + 1458: 30,1 + 1459: 26,1 + 1460: 23,3 + 1461: 24,4 + 1462: 29,4 + 1463: 26,0 + 1464: 26,1 + 1465: 18,2 + 1466: 22,8 + 1467: 20,8 + 1468: 16,8 + 1496: 17,6 + 1497: 16,8 + 1498: 18,8 + 1499: 17,10 + 1500: 14,8 + 1501: 12,8 + 1502: 13,6 + 1503: 13,10 + 1504: 21,10 + 1505: 21,9 + 1506: 21,8 + 1507: 21,7 + 1508: 21,6 + 1509: 10,8 + 1510: 9,10 + 1511: 9,6 + 1512: 2,6 + 1513: 0,7 + 1514: 0,9 + 1515: 1,10 + 1516: 8,10 + 1517: 0,14 + 1518: 5,14 + 1519: 4,15 + 1520: 3,16 + 1521: 1,18 + 1522: 5,15 + 1523: 6,14 + 1524: 11,16 + 1525: 8,13 + 1526: 11,12 + 1527: 10,13 + 1528: 16,14 + 1529: 19,16 + 1530: 19,13 + 1531: 18,13 + 1532: 18,15 + 1533: 16,15 + 1547: 19,16 + 1548: 16,14 + 1549: 17,15 + 1550: 18,14 + 1551: 19,13 + 1552: 21,13 + 1553: 22,14 + 1554: 29,15 + 1555: 29,13 + 2095: 24,45 + 2096: 27,48 + 2097: 27,42 + 2098: 25,44 + 2099: 29,45 + 2100: 29,46 + 2101: 29,47 + 2102: 25,45 + - node: + cleanable: True + color: '#A4610696' + id: DirtLight + decals: + 1567: 0,2 + 1568: 5,2 + 1569: 4,1 + 1570: 5,2 + 1571: 2,1 + 1572: 7,2 + 1573: 9,2 + 1574: 11,2 + 1575: 14,2 + 1576: 13,3 + 1577: 10,3 + 1578: 11,3 + 1579: 12,3 + 1580: 16,3 + 1581: 15,3 + 1582: 16,2 + 1583: 16,1 + 1584: 14,1 + 1585: 15,1 + 1586: 1,3 + 1587: 3,3 + 1588: 5,3 + 1589: 5,3 + 1590: 1,1 + 1591: 23,2 + 1592: 26,2 + 1593: 28,2 + 1594: 28,4 + 1595: 30,2 + 1596: 31,1 + 1597: 34,1 + 1598: 33,0 + 1599: 34,3 + 1600: 21,9 + 1601: 20,8 + 1602: 22,8 + 1603: 16,8 + 1604: 17,9 + 1605: 17,10 + 1606: 17,6 + 1607: 12,8 + 1608: 14,9 + 1609: 14,8 + 1610: 13,6 + 1611: 10,8 + 1612: 8,10 + 1613: 2,10 + 1614: 0,8 + 1615: 0,9 + 1616: 2,6 + 1617: 0,14 + 1618: 3,12 + 1619: 1,14 + 1620: 3,15 + 1621: 5,14 + 1622: 5,15 + 1623: 6,14 + 1624: 3,13 + 1625: 3,12 + 1626: 8,13 + 1627: 10,16 + 1628: 11,16 + 1629: 17,14 + 1630: 17,13 + 1631: 16,15 + 1632: 19,16 + 1633: 22,14 + 1634: 21,14 + 1635: 21,13 + 1636: 19,13 + 1637: 20,12 + 1638: 20,13 + 1639: 21,15 + 1640: 29,14 + 1641: 29,15 + 1642: 34,20 + 1643: 32,18 + 1644: 34,18 + 1645: 34,21 + 1646: 32,22 + 1647: 30,20 + 1648: 30,21 + 1649: 32,19 + 1650: 32,21 + 1651: 32,20 + 1652: 30,18 + 1653: 26,22 + 1654: 25,22 + 1655: 25,20 + 1656: 27,20 + 1657: 27,22 + 1658: 25,20 + 1659: 27,20 + 1660: 26,18 + 1661: 27,18 + 1662: 25,18 + 1663: 22,20 + 1664: 18,20 + 1665: 20,22 + 1666: 20,20 + 1667: 19,19 + 1668: 20,19 + 1669: 20,21 + 1670: 21,20 + 1671: 16,20 + 1672: 16,21 + 1673: 12,20 + 1674: 13,21 + 1675: 13,22 + 1676: 13,19 + 1677: 13,19 + 1678: 14,20 + 1679: 14,18 + 1680: 10,20 + 1681: 10,21 + 1682: 8,22 + 1683: 6,21 + 1684: 6,20 + 1685: 7,20 + 1686: 7,19 + 1687: 8,20 + 1688: 9,20 + 1689: 4,20 + 1690: 3,18 + 1691: 2,18 + 1692: 1,18 + 1693: 0,21 + 1694: 1,22 + 1695: 0,20 + 1696: 2,22 + 1697: 1,24 + 1698: 0,26 + 1699: 0,25 + 1700: 2,25 + 1701: 2,27 + 1702: 5,28 + 1703: 5,24 + 1704: 9,26 + 1705: 9,27 + 1706: 9,24 + 1707: 8,24 + 1708: 10,24 + 1709: 10,26 + 1710: 13,26 + 1711: 12,26 + 1712: 13,28 + 1713: 12,28 + 1714: 13,24 + 1715: 14,26 + 1716: 13,25 + 1717: 18,26 + 1718: 16,26 + 1719: 17,28 + 1720: 17,25 + 1721: 17,24 + 1722: 20,26 + 1723: 22,26 + 1724: 21,26 + 1725: 21,27 + 1726: 21,24 + 1727: 21,25 + 1728: 25,26 + 1729: 26,26 + 1730: 25,26 + 1731: 25,26 + 1732: 25,24 + 1733: 25,24 + 1734: 26,25 + 1735: 24,27 + 1736: 29,26 + 1737: 29,27 + 1738: 30,26 + 1739: 29,24 + 1740: 33,26 + 1741: 33,24 + 1742: 34,26 + 1743: 32,26 + 1744: 34,28 + 1745: 34,28 + 1746: 33,28 + 1747: 32,28 + 1748: 26,31 + 1749: 21,30 + 1750: 20,30 + 1751: 17,30 + 1752: 15,30 + 1753: 14,31 + 1754: 10,31 + 1755: 2,31 + 1756: 11,30 + 1757: 12,31 + 1758: 0,32 + 1759: 1,32 + 1760: 0,31 + 1761: -1,35 + 1762: 0,36 + 1763: 0,35 + 1764: 4,34 + 1765: 5,35 + 1766: 3,34 + 1767: 10,34 + 1768: 10,35 + 1769: 6,39 + 1770: 0,39 + 1771: 0,45 + 1772: 3,43 + 1773: 3,47 + 1774: 4,45 + 1775: 5,45 + 1776: 8,45 + 1777: 11,46 + 1778: 11,45 + 1779: 11,42 + 1780: 13,42 + 1781: 9,42 + 1782: 14,45 + 1783: 10,44 + 1784: 11,44 + 1785: 11,45 + 1786: 16,47 + 1787: 16,45 + 1788: 17,45 + 1789: 21,45 + 1790: 16,48 + 1791: 16,43 + 1792: 23,43 + 1793: 22,42 + 1794: 30,38 + 1795: 30,40 + 1796: 24,38 + 1797: 22,39 + 1798: 19,38 + 1799: 19,39 + 1800: 18,39 + 1801: 16,39 + 1802: 18,38 + 1803: 17,38 + 1804: 14,38 + 1805: 14,40 + 1806: 9,39 + 1807: 10,40 + 1808: 12,38 + 1809: 10,38 + 1810: 10,38 + 1811: 6,39 + 1812: 0,39 + 2103: 24,45 + 2104: 30,45 + 2105: 26,44 + 2106: 27,43 + 2107: 30,43 + 2108: 29,42 + 2109: 28,47 + - node: + cleanable: True + color: '#A4610696' + id: DirtMedium + decals: + 1813: 0,35 + 1814: 0,39 + 1815: 6,39 + 1816: 3,43 + 1817: 1,45 + 1818: 11,45 + 1819: 11,42 + 1820: 14,45 + 1821: 16,45 + 1822: 21,45 + 1823: 22,45 + 1824: 21,38 + 1825: 20,38 + 1826: 20,38 + 1827: 24,38 + 1828: 30,39 + 1829: 34,35 + 1830: 33,36 + 1831: 33,34 + 1832: 24,34 + 1833: 20,34 + 1834: 22,35 + 1835: 17,35 + 1836: 16,34 + 1837: 17,36 + 1838: 12,35 + 1839: 10,35 + 1840: 5,35 + 1841: 0,35 + 1842: 1,31 + 1843: 2,31 + 1844: 11,31 + 1845: 9,26 + 1846: 8,26 + 1847: 9,27 + 1848: 9,28 + 1849: 10,26 + 1850: 10,25 + 1851: 9,25 + 1852: 13,26 + 1853: 12,26 + 1854: 13,28 + 1855: 14,26 + 1856: 17,24 + 1857: 18,26 + 1858: 17,28 + 1859: 16,26 + 1860: 22,26 + 1861: 20,26 + 1862: 25,27 + 1863: 24,27 + 1864: 24,28 + 1865: 24,25 + 1866: 25,25 + 1867: 25,24 + 1868: 24,24 + 1869: 26,25 + 1870: 26,26 + 1871: 25,26 + 1872: 24,26 + 1873: 24,26 + 1874: 25,26 + 1875: 25,26 + 1876: 28,26 + 1877: 30,26 + 1878: 29,27 + 1879: 29,25 + 1880: 33,26 + 1881: 34,26 + 1882: 34,28 + 1883: 32,28 + 1884: 34,28 + 1885: 32,20 + 1886: 31,20 + 1887: 30,20 + 1888: 30,18 + 1889: 34,18 + 1890: 34,21 + 1891: 25,18 + 1892: 26,18 + 1893: 25,18 + 1894: 27,20 + 1895: 27,22 + 1896: 29,15 + 1897: 30,14 + 1898: 29,12 + 1899: 24,14 + 1900: 24,15 + 1901: 24,16 + 1902: 20,20 + 1903: 17,20 + 1904: 19,21 + 1905: 18,20 + 1906: 21,22 + 1907: 22,20 + 1908: 22,21 + 1909: 20,19 + 1910: 15,20 + 1911: 14,21 + 1912: 15,21 + 1913: 16,21 + 1914: 14,22 + 1915: 12,20 + 1916: 14,18 + 1917: 15,18 + 1918: 16,19 + 1919: 16,19 + 1920: 13,19 + 1921: 12,19 + 1922: 12,19 + 1923: 12,18 + 1924: 14,18 + 1925: 15,18 + 1926: 15,18 + 1927: 10,20 + 1928: 8,22 + 1929: 7,20 + 1930: 9,21 + 1931: 7,19 + 1932: 10,19 + 1933: 10,21 + 1934: 7,18 + 1935: 4,20 + 1936: 4,21 + 1937: 2,22 + 1938: 1,22 + 1939: 0,19 + 1940: 1,18 + 1941: 1,18 + 1942: 3,18 + 1943: 0,14 + 1944: 2,13 + 1945: 3,13 + 1946: 5,13 + 1947: 3,12 + 1948: 8,15 + 1949: 8,16 + 1950: 9,16 + 1951: 9,16 + 1952: 18,14 + 1953: 19,16 + 1954: 19,14 + 1955: 20,13 + 1956: 18,16 + 1957: 17,13 + 1958: 20,12 + 1959: 22,13 + 1960: 24,13 + 1961: 30,12 + 1962: 30,14 + 1963: 29,16 + 1964: 24,16 + 1965: 24,16 + 1966: 25,6 + 1967: 24,7 + 1968: 26,9 + 1969: 27,10 + 1970: 28,10 + 1971: 34,10 + 1972: 34,8 + 1973: 34,7 + 1974: 33,6 + 1975: 30,6 + 1976: 27,6 + 1977: 21,8 + 1978: 16,8 + 1979: 17,10 + 1980: 18,8 + 1981: 17,6 + 1982: 13,7 + 1983: 13,9 + 1984: 13,8 + 1985: 14,7 + 1986: 10,6 + 1987: 8,10 + 1988: 2,6 + 1989: 0,7 + 1990: 1,1 + 1991: 0,1 + 1992: 4,1 + 1993: 5,2 + 1994: 3,1 + 1995: 3,0 + 1996: 7,2 + 1997: 9,2 + 1998: 11,2 + 1999: 13,1 + 2000: 15,1 + 2001: 16,2 + 2002: 16,1 + 2003: 23,2 + 2004: 26,2 + 2005: 29,3 + 2006: 30,2 + 2007: 33,2 + 2008: 33,3 + 2009: 34,2 + 2010: 34,0 + 2011: 34,1 + 2012: 31,1 + 2013: 29,0 + 2014: 26,0 + 2015: 23,3 + 2016: 28,4 + 2087: 27,42 + 2088: 27,48 + 2089: 24,45 + 2090: 30,45 + 2091: 28,45 + 2092: 26,45 + 2093: 28,47 + 2094: 27,44 + 2110: 24,45 + 2111: 27,48 + 2112: 27,45 + 2113: 26,46 + 2114: 26,42 + 2115: 25,42 + 2116: 25,47 + 2117: 25,47 + 2118: 26,48 + 2119: 26,47 + 2120: 26,47 + 2121: 26,43 + 2122: 26,43 + 2123: 27,43 + 2124: 6,1 + 2125: 10,3 + - node: + color: '#D4D4D41B' + id: FullTileOverlayGreyscale + decals: + 1313: 31,4 + 1314: 31,3 + 1315: 31,2 + 1316: 31,1 + 1317: 31,0 + - node: + color: '#D4D4D433' + id: FullTileOverlayGreyscale + decals: + 1318: 32,0 + 1319: 32,1 + 1320: 32,2 + 1321: 32,3 + 1322: 32,4 + - node: + color: '#D4D4D44C' + id: FullTileOverlayGreyscale + decals: + 1323: 33,0 + 1324: 33,1 + 1325: 33,2 + 1326: 33,3 + 1327: 33,4 + - node: + color: '#D4D4D40C' + id: HalfTileOverlayGreyscale + decals: + 923: 3,47 + - node: + color: '#D4D4D419' + id: HalfTileOverlayGreyscale + decals: + 893: 3,43 + - node: + color: '#D4D4D40C' + id: HalfTileOverlayGreyscale180 + decals: + 924: 3,43 + - node: + color: '#D4D4D419' + id: HalfTileOverlayGreyscale180 + decals: + 894: 3,47 + - node: + color: '#D4D4D40C' + id: HalfTileOverlayGreyscale270 + decals: + 910: 30,2 + 911: 9,2 + 914: 2,6 + 915: 2,10 + 918: 2,31 + 922: 1,45 + - node: + color: '#D4D4D419' + id: HalfTileOverlayGreyscale270 + decals: + 882: 7,2 + 883: 8,6 + 884: 8,10 + 888: 10,31 + 889: 33,34 + 890: 33,36 + 891: 5,45 + - node: + color: '#D4D4D40C' + id: HalfTileOverlayGreyscale90 + decals: + 912: 7,2 + 913: 8,6 + 916: 8,10 + 917: 10,31 + 919: 33,34 + 920: 33,36 + 921: 5,45 + - node: + color: '#D4D4D419' + id: HalfTileOverlayGreyscale90 + decals: + 880: 30,2 + 881: 9,2 + 885: 2,6 + 886: 2,10 + 887: 2,31 + 892: 1,45 + - node: + color: '#9FED5896' + id: MiniTileCheckerAOverlay + decals: + 2028: 28,42 + 2029: 29,42 + 2030: 30,42 + 2031: 28,43 + 2032: 29,43 + 2033: 30,43 + 2034: 28,44 + 2035: 29,44 + 2036: 30,44 + - node: + color: '#DE3A3A96' + id: MiniTileCheckerAOverlay + decals: + 0: 7,19 + 1: 8,19 + 2: 9,19 + 3: 9,20 + 4: 8,20 + 5: 7,20 + 6: 7,21 + 7: 8,21 + 8: 9,21 + 9: 19,19 + 10: 20,19 + 11: 21,19 + 12: 21,20 + 13: 20,20 + 14: 19,20 + 15: 19,21 + 16: 20,21 + 17: 21,21 + 18: 17,15 + 19: 17,14 + 20: 17,13 + 21: 18,13 + 22: 19,13 + 23: 20,13 + 24: 21,13 + 25: 21,14 + 26: 21,15 + 27: 20,15 + 28: 19,15 + 29: 18,15 + 30: 18,14 + 31: 19,14 + 32: 20,9 + 33: 21,9 + 34: 22,9 + 35: 22,8 + 36: 22,7 + 37: 21,7 + 38: 21,8 + 39: 20,8 + 40: 20,7 + 41: 12,7 + 42: 13,7 + 43: 14,7 + 44: 14,8 + 45: 13,8 + 46: 12,8 + 47: 12,9 + 48: 13,9 + 49: 14,9 + 59: 17,39 + 60: 18,39 + 61: 19,39 + 62: 20,39 + 63: 21,39 + 64: 16,36 + 65: 16,35 + 66: 16,34 + 67: 17,34 + 68: 18,34 + 69: 18,35 + 70: 17,35 + 71: 17,36 + 72: 18,36 + - node: + color: '#FFFFFFFF' + id: MiniTileCheckerAOverlay + decals: + 2052: 28,46 + 2053: 28,47 + 2054: 29,47 + 2055: 29,46 + - node: + color: '#9FED5896' + id: MiniTileCheckerBOverlay + decals: + 50: 31,21 + 51: 31,20 + 52: 31,19 + 53: 33,21 + 54: 33,20 + 55: 33,19 + - node: + color: '#DE3A3A96' + id: MiniTileCheckerBOverlay + decals: + 56: 32,21 + 57: 32,20 + 58: 32,19 + - node: + color: '#DE3A3A96' + id: StandClearGreyscale + decals: + 751: 26,7 + 752: 32,7 + 753: 29,9 + 838: 6,2 + 839: 10,2 + - node: + color: '#FFFFFFFF' + id: WarnCornerNE + decals: + 605: 13,40 + 747: 34,10 + - node: + color: '#FFFFFFFF' + id: WarnCornerNW + decals: + 606: 9,40 + 741: 24,10 + - node: + color: '#FFFFFFFF' + id: WarnCornerSE + decals: + 604: 13,38 + 746: 34,6 + - node: + color: '#FFFFFFFF' + id: WarnCornerSW + decals: + 598: 9,38 + 740: 24,6 + - node: + color: '#FFFFFFFF' + id: WarnFull + decals: + 657: 32,35 + - node: + color: '#FFFFFFFF' + id: WarnLineE + decals: + 607: 13,39 + 644: 26,34 + 645: 26,35 + 646: 26,36 + 744: 34,7 + 745: 34,9 + - node: + color: '#DE3A3A96' + id: WarnLineGreyscaleE + decals: + 112: 18,26 + 117: 14,26 + 118: 22,26 + 121: 22,35 + 122: 22,39 + 128: 14,39 + 131: 6,39 + 132: 12,31 + 135: 26,31 + 140: 26,26 + 145: 30,26 + 146: 34,26 + 153: 2,26 + 159: 4,20 + 160: 10,20 + 166: 16,20 + 170: 22,20 + 175: 34,20 + 176: 22,14 + 183: 6,14 + 184: 10,8 + 188: 16,2 + 190: 34,2 + 205: 21,2 + 213: 34,8 + 214: 30,14 + 219: 34,35 + 223: 30,39 + 224: 22,45 + 227: 14,45 + 230: 6,45 + 235: 10,35 + 834: 5,2 + 2018: 30,45 + - node: + color: '#DE3A3A96' + id: WarnLineGreyscaleN + decals: + 111: 17,28 + 116: 13,28 + 125: 19,40 + 126: 11,40 + 138: 21,28 + 144: 29,28 + 154: 1,28 + 158: 2,22 + 161: 8,22 + 165: 14,22 + 171: 20,22 + 173: 32,22 + 179: 19,16 + 180: 3,16 + 186: 17,10 + 209: 26,4 + 210: 29,10 + 217: 26,22 + 220: 29,36 + 228: 11,48 + 233: 3,48 + 237: 5,28 + 2020: 27,48 + - node: + color: '#FFFFFFFF' + id: WarnLineGreyscaleN + decals: + 667: 27,35 + 668: 28,35 + 669: 29,35 + 670: 30,35 + 671: 31,35 + - node: + color: '#DE3A3A96' + id: WarnLineGreyscaleS + decals: + 110: 17,24 + 115: 13,24 + 124: 19,38 + 127: 11,38 + 136: 20,30 + 137: 21,24 + 139: 25,24 + 143: 29,24 + 148: 33,24 + 149: 32,28 + 150: 33,28 + 151: 34,28 + 152: 1,24 + 157: 2,18 + 163: 8,18 + 164: 14,18 + 169: 20,18 + 172: 32,18 + 177: 19,12 + 181: 3,12 + 187: 17,6 + 208: 26,0 + 211: 29,6 + 216: 26,18 + 221: 29,34 + 229: 11,42 + 231: 3,42 + 236: 5,24 + 2019: 27,42 + - node: + color: '#FFFFFFFF' + id: WarnLineGreyscaleS + decals: + 662: 27,35 + 663: 28,35 + 664: 29,35 + 665: 30,35 + 666: 31,35 + - node: + color: '#DE3A3A96' + id: WarnLineGreyscaleW + decals: + 113: 16,26 + 114: 12,26 + 119: 20,26 + 120: 12,35 + 123: 16,39 + 129: 8,39 + 130: 0,39 + 133: 0,31 + 134: 14,31 + 141: 24,26 + 142: 28,26 + 147: 32,26 + 155: 0,26 + 156: 0,20 + 162: 6,20 + 167: 12,20 + 168: 18,20 + 174: 30,20 + 178: 16,14 + 182: 0,14 + 185: 0,8 + 189: 0,2 + 206: 18,2 + 207: 23,2 + 212: 24,8 + 215: 24,14 + 218: 24,35 + 222: 24,39 + 225: 16,45 + 226: 8,45 + 232: 0,45 + 234: 0,35 + 835: 11,2 + 2017: 24,45 + - node: + color: '#FFFFFFFF' + id: WarnLineN + decals: + 601: 10,38 + 602: 12,38 + 647: 27,34 + 648: 28,34 + 649: 30,34 + 650: 31,34 + 651: 32,34 + 732: 28,6 + 733: 27,6 + 734: 26,6 + 735: 25,6 + 736: 30,6 + 737: 31,6 + 738: 32,6 + 739: 33,6 + - node: + color: '#FFFFFFFF' + id: WarnLineS + decals: + 603: 9,39 + 742: 24,7 + 743: 24,9 + - node: + color: '#FFFFFFFF' + id: WarnLineW + decals: + 599: 10,40 + 600: 12,40 + 652: 27,36 + 653: 28,36 + 654: 30,36 + 655: 31,36 + 656: 32,36 + 724: 25,10 + 725: 26,10 + 726: 28,10 + 727: 27,10 + 728: 30,10 + 729: 31,10 + 730: 32,10 + 731: 33,10 + - node: + cleanable: True + color: '#80C71F7F' + id: revolution + decals: + 2138: 14.060958,20.754644 + 2139: 13.607299,19.803425 + - node: + cleanable: True + color: '#B02E60A3' + id: revolution + decals: + 2137: 25.02975,25.438416 + - node: + cleanable: True + angle: -1.5707963267948966 rad + color: '#B02E2644' + id: splatter + decals: + 2131: 27.967218,24.104916 + - node: + cleanable: True + color: '#B02E2666' + id: splatter + decals: + 2126: 8.891183,43.065514 + - node: + cleanable: True + angle: -1.5707963267948966 rad + color: '#B02E266F' + id: splatter + decals: + 2132: 28.36234,24.163452 + 2133: 32.200607,35.087025 + 2134: 13.24002,46.473877 + 2135: 24.497486,47.84553 + - node: + cleanable: True + angle: -4.71238898038469 rad + color: '#B02E26B4' + id: splatter + decals: + 2128: 8.788744,42.524048 + 2129: 15.538555,20.953827 + 2130: 24.864944,27.488853 + - node: + cleanable: True + angle: -3.141592653589793 rad + color: '#B02E26B4' + id: splatter + decals: + 2127: 9.110695,42.81673 + - type: RadiationGridResistance + - type: LoadedMap + - type: SpreaderGrid + - type: GridTree + - type: MovedGrids + - type: GridPathfinding +- proto: AirlockBrigGlassLocked + entities: + - uid: 1245 + components: + - type: Transform + pos: 15.5,35.5 + parent: 588 + - uid: 1246 + components: + - type: Transform + pos: 19.5,35.5 + parent: 588 + - uid: 1625 + components: + - type: Transform + pos: 22.5,2.5 + parent: 588 +- proto: AirlockEngineering + entities: + - uid: 1515 + components: + - type: Transform + pos: 19.5,43.5 + parent: 588 +- proto: AirlockSecurityGlassLocked + entities: + - uid: 1579 + components: + - type: Transform + pos: 11.5,15.5 + parent: 588 + - uid: 1609 + components: + - type: Transform + pos: 15.5,8.5 + parent: 588 + - uid: 1610 + components: + - type: Transform + pos: 19.5,8.5 + parent: 588 + - uid: 1623 + components: + - type: Transform + pos: 6.5,2.5 + parent: 588 + - uid: 1624 + components: + - type: Transform + pos: 10.5,2.5 + parent: 588 +- proto: AmmoTechFabCircuitboard + entities: + - uid: 553 + components: + - type: Transform + pos: 32.527435,8.568153 + parent: 588 +- proto: APCBasic + entities: + - uid: 484 + components: + - type: Transform + pos: 25.5,13.5 + parent: 588 + - uid: 773 + components: + - type: Transform + pos: 25.5,19.5 + parent: 588 + - uid: 973 + components: + - type: Transform + pos: 21.5,32.5 + parent: 588 + - uid: 1509 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,47.5 + parent: 588 +- proto: BannerSecurity + entities: + - uid: 1619 + components: + - type: Transform + pos: 18.5,10.5 + parent: 588 + - uid: 1620 + components: + - type: Transform + pos: 16.5,6.5 + parent: 588 +- proto: BasaltFive + entities: + - uid: 608 + components: + - type: Transform + pos: 2.5,14.5 + parent: 588 + - uid: 647 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,21.5 + parent: 588 + - uid: 899 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,30.5 + parent: 588 + - uid: 1264 + components: + - type: Transform + pos: 9.5,0.5 + parent: 588 + - uid: 1384 + components: + - type: Transform + pos: 5.5,48.5 + parent: 588 + - uid: 1386 + components: + - type: Transform + pos: 0.5,47.5 + parent: 588 + - uid: 1387 + components: + - type: Transform + pos: 0.5,42.5 + parent: 588 + - uid: 1388 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,42.5 + parent: 588 +- proto: BasaltFour + entities: + - uid: 900 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,32.5 + parent: 588 + - uid: 904 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,40.5 + parent: 588 + - uid: 1381 + components: + - type: Transform + pos: 1.5,44.5 + parent: 588 + - uid: 1385 + components: + - type: Transform + pos: 6.5,48.5 + parent: 588 +- proto: BasaltOne + entities: + - uid: 813 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,27.5 + parent: 588 + - uid: 897 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,30.5 + parent: 588 + - uid: 901 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,32.5 + parent: 588 + - uid: 903 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,38.5 + parent: 588 + - uid: 1382 + components: + - type: Transform + pos: 1.5,48.5 + parent: 588 +- proto: BasaltRandom + entities: + - uid: 613 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,14.5 + parent: 588 + - uid: 615 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,7.5 + parent: 588 +- proto: BasaltThree + entities: + - uid: 616 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,7.5 + parent: 588 + - uid: 644 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,20.5 + parent: 588 + - uid: 898 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,30.5 + parent: 588 + - uid: 905 + components: + - type: Transform + pos: 4.5,38.5 + parent: 588 + - uid: 1265 + components: + - type: Transform + pos: 7.5,1.5 + parent: 588 + - uid: 1266 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,3.5 + parent: 588 + - uid: 1383 + components: + - type: Transform + pos: 6.5,47.5 + parent: 588 +- proto: BasaltTwo + entities: + - uid: 610 + components: + - type: Transform + pos: 3.5,14.5 + parent: 588 + - uid: 617 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,9.5 + parent: 588 + - uid: 618 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,8.5 + parent: 588 + - uid: 646 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,19.5 + parent: 588 + - uid: 814 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,26.5 + parent: 588 + - uid: 896 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,32.5 + parent: 588 + - uid: 902 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,38.5 + parent: 588 + - uid: 1263 + components: + - type: Transform + pos: 7.5,4.5 + parent: 588 + - uid: 1380 + components: + - type: Transform + pos: 1.5,43.5 + parent: 588 +- proto: Bed + entities: + - uid: 257 + components: + - type: Transform + pos: 15.5,4.5 + parent: 588 + - uid: 282 + components: + - type: Transform + pos: 1.5,4.5 + parent: 588 + - uid: 293 + components: + - type: Transform + pos: 3.5,4.5 + parent: 588 + - uid: 294 + components: + - type: Transform + pos: 5.5,4.5 + parent: 588 + - uid: 295 + components: + - type: Transform + pos: 11.5,4.5 + parent: 588 + - uid: 296 + components: + - type: Transform + pos: 13.5,4.5 + parent: 588 + - uid: 700 + components: + - type: Transform + pos: 12.5,22.5 + parent: 588 + - uid: 701 + components: + - type: Transform + pos: 16.5,18.5 + parent: 588 + - uid: 1043 + components: + - type: Transform + pos: 20.5,28.5 + parent: 588 + - uid: 1044 + components: + - type: Transform + pos: 22.5,24.5 + parent: 588 + - uid: 1075 + components: + - type: Transform + pos: 24.5,28.5 + parent: 588 + - uid: 1099 + components: + - type: Transform + pos: 20.5,36.5 + parent: 588 + - uid: 1100 + components: + - type: Transform + pos: 14.5,34.5 + parent: 588 + - uid: 1763 + components: + - type: Transform + pos: 24.5,48.5 + parent: 588 + - uid: 1764 + components: + - type: Transform + pos: 24.5,42.5 + parent: 588 +- proto: BedsheetMedical + entities: + - uid: 1150 + components: + - type: Transform + pos: 28.5,24.5 + parent: 588 + - uid: 1151 + components: + - type: Transform + pos: 28.5,25.5 + parent: 588 +- proto: BedsheetOrange + entities: + - uid: 298 + components: + - type: Transform + pos: 3.5,4.5 + parent: 588 + - uid: 299 + components: + - type: Transform + pos: 5.5,4.5 + parent: 588 + - uid: 300 + components: + - type: Transform + pos: 13.5,4.5 + parent: 588 + - uid: 1765 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,42.5 + parent: 588 +- proto: BedsheetSpawner + entities: + - uid: 301 + components: + - type: Transform + pos: 11.5,4.5 + parent: 588 + - uid: 1041 + components: + - type: Transform + pos: 20.5,28.5 + parent: 588 + - uid: 1225 + components: + - type: Transform + pos: 14.5,34.5 + parent: 588 + - uid: 1226 + components: + - type: Transform + pos: 20.5,36.5 + parent: 588 +- proto: BedsheetSyndie + entities: + - uid: 1037 + components: + - type: Transform + pos: 22.5,24.5 + parent: 588 + - uid: 1766 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,48.5 + parent: 588 +- proto: BlastDoor + entities: + - uid: 1600 + components: + - type: Transform + pos: 26.5,7.5 + parent: 588 + - uid: 1601 + components: + - type: Transform + pos: 29.5,9.5 + parent: 588 + - uid: 1602 + components: + - type: Transform + pos: 32.5,7.5 + parent: 588 +- proto: BookRandom + entities: + - uid: 1835 + components: + - type: Transform + pos: 24.420084,44.539436 + parent: 588 +- proto: BriefcaseBrownFilled + entities: + - uid: 325 + components: + - type: Transform + pos: 19.413612,4.6972914 + parent: 588 +- proto: BrokenBottle + entities: + - uid: 1691 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.063513,27.520548 + parent: 588 +- proto: CableApcExtension + entities: + - uid: 1 + components: + - type: Transform + pos: 0.5,2.5 + parent: 588 + - uid: 2 + components: + - type: Transform + pos: 1.5,2.5 + parent: 588 + - uid: 3 + components: + - type: Transform + pos: 2.5,2.5 + parent: 588 + - uid: 4 + components: + - type: Transform + pos: 3.5,2.5 + parent: 588 + - uid: 5 + components: + - type: Transform + pos: 4.5,2.5 + parent: 588 + - uid: 6 + components: + - type: Transform + pos: 5.5,2.5 + parent: 588 + - uid: 7 + components: + - type: Transform + pos: 6.5,2.5 + parent: 588 + - uid: 8 + components: + - type: Transform + pos: 7.5,2.5 + parent: 588 + - uid: 9 + components: + - type: Transform + pos: 8.5,2.5 + parent: 588 + - uid: 10 + components: + - type: Transform + pos: 9.5,2.5 + parent: 588 + - uid: 11 + components: + - type: Transform + pos: 10.5,2.5 + parent: 588 + - uid: 12 + components: + - type: Transform + pos: 11.5,2.5 + parent: 588 + - uid: 13 + components: + - type: Transform + pos: 12.5,2.5 + parent: 588 + - uid: 14 + components: + - type: Transform + pos: 13.5,2.5 + parent: 588 + - uid: 15 + components: + - type: Transform + pos: 14.5,2.5 + parent: 588 + - uid: 16 + components: + - type: Transform + pos: 15.5,2.5 + parent: 588 + - uid: 17 + components: + - type: Transform + pos: 16.5,2.5 + parent: 588 + - uid: 18 + components: + - type: Transform + pos: 8.5,4.5 + parent: 588 + - uid: 19 + components: + - type: Transform + pos: 8.5,3.5 + parent: 588 + - uid: 20 + components: + - type: Transform + pos: 8.5,1.5 + parent: 588 + - uid: 21 + components: + - type: Transform + pos: 8.5,0.5 + parent: 588 + - uid: 22 + components: + - type: Transform + pos: 18.5,2.5 + parent: 588 + - uid: 23 + components: + - type: Transform + pos: 19.5,2.5 + parent: 588 + - uid: 24 + components: + - type: Transform + pos: 20.5,2.5 + parent: 588 + - uid: 25 + components: + - type: Transform + pos: 21.5,2.5 + parent: 588 + - uid: 26 + components: + - type: Transform + pos: 22.5,2.5 + parent: 588 + - uid: 27 + components: + - type: Transform + pos: 23.5,2.5 + parent: 588 + - uid: 28 + components: + - type: Transform + pos: 24.5,2.5 + parent: 588 + - uid: 29 + components: + - type: Transform + pos: 25.5,2.5 + parent: 588 + - uid: 30 + components: + - type: Transform + pos: 26.5,2.5 + parent: 588 + - uid: 31 + components: + - type: Transform + pos: 27.5,2.5 + parent: 588 + - uid: 32 + components: + - type: Transform + pos: 28.5,2.5 + parent: 588 + - uid: 33 + components: + - type: Transform + pos: 29.5,2.5 + parent: 588 + - uid: 34 + components: + - type: Transform + pos: 30.5,2.5 + parent: 588 + - uid: 35 + components: + - type: Transform + pos: 31.5,2.5 + parent: 588 + - uid: 36 + components: + - type: Transform + pos: 32.5,2.5 + parent: 588 + - uid: 37 + components: + - type: Transform + pos: 33.5,2.5 + parent: 588 + - uid: 38 + components: + - type: Transform + pos: 34.5,2.5 + parent: 588 + - uid: 39 + components: + - type: Transform + pos: 26.5,4.5 + parent: 588 + - uid: 40 + components: + - type: Transform + pos: 26.5,3.5 + parent: 588 + - uid: 41 + components: + - type: Transform + pos: 26.5,1.5 + parent: 588 + - uid: 42 + components: + - type: Transform + pos: 26.5,0.5 + parent: 588 + - uid: 43 + components: + - type: Transform + pos: 0.5,8.5 + parent: 588 + - uid: 44 + components: + - type: Transform + pos: 1.5,8.5 + parent: 588 + - uid: 52 + components: + - type: Transform + pos: 9.5,8.5 + parent: 588 + - uid: 53 + components: + - type: Transform + pos: 10.5,8.5 + parent: 588 + - uid: 54 + components: + - type: Transform + pos: 5.5,10.5 + parent: 588 + - uid: 57 + components: + - type: Transform + pos: 5.5,6.5 + parent: 588 + - uid: 58 + components: + - type: Transform + pos: 17.5,6.5 + parent: 588 + - uid: 59 + components: + - type: Transform + pos: 17.5,7.5 + parent: 588 + - uid: 60 + components: + - type: Transform + pos: 17.5,8.5 + parent: 588 + - uid: 61 + components: + - type: Transform + pos: 17.5,9.5 + parent: 588 + - uid: 62 + components: + - type: Transform + pos: 17.5,10.5 + parent: 588 + - uid: 63 + components: + - type: Transform + pos: 12.5,8.5 + parent: 588 + - uid: 64 + components: + - type: Transform + pos: 13.5,8.5 + parent: 588 + - uid: 65 + components: + - type: Transform + pos: 14.5,8.5 + parent: 588 + - uid: 66 + components: + - type: Transform + pos: 15.5,8.5 + parent: 588 + - uid: 67 + components: + - type: Transform + pos: 16.5,8.5 + parent: 588 + - uid: 68 + components: + - type: Transform + pos: 18.5,8.5 + parent: 588 + - uid: 69 + components: + - type: Transform + pos: 19.5,8.5 + parent: 588 + - uid: 70 + components: + - type: Transform + pos: 20.5,8.5 + parent: 588 + - uid: 71 + components: + - type: Transform + pos: 21.5,8.5 + parent: 588 + - uid: 72 + components: + - type: Transform + pos: 22.5,8.5 + parent: 588 + - uid: 73 + components: + - type: Transform + pos: 22.5,14.5 + parent: 588 + - uid: 74 + components: + - type: Transform + pos: 21.5,14.5 + parent: 588 + - uid: 75 + components: + - type: Transform + pos: 20.5,14.5 + parent: 588 + - uid: 76 + components: + - type: Transform + pos: 19.5,14.5 + parent: 588 + - uid: 77 + components: + - type: Transform + pos: 18.5,14.5 + parent: 588 + - uid: 78 + components: + - type: Transform + pos: 17.5,14.5 + parent: 588 + - uid: 79 + components: + - type: Transform + pos: 16.5,14.5 + parent: 588 + - uid: 80 + components: + - type: Transform + pos: 19.5,13.5 + parent: 588 + - uid: 81 + components: + - type: Transform + pos: 19.5,12.5 + parent: 588 + - uid: 82 + components: + - type: Transform + pos: 19.5,15.5 + parent: 588 + - uid: 83 + components: + - type: Transform + pos: 19.5,16.5 + parent: 588 + - uid: 84 + components: + - type: Transform + pos: 14.5,14.5 + parent: 588 + - uid: 85 + components: + - type: Transform + pos: 13.5,14.5 + parent: 588 + - uid: 86 + components: + - type: Transform + pos: 12.5,14.5 + parent: 588 + - uid: 87 + components: + - type: Transform + pos: 11.5,14.5 + parent: 588 + - uid: 88 + components: + - type: Transform + pos: 10.5,14.5 + parent: 588 + - uid: 89 + components: + - type: Transform + pos: 9.5,14.5 + parent: 588 + - uid: 90 + components: + - type: Transform + pos: 8.5,14.5 + parent: 588 + - uid: 91 + components: + - type: Transform + pos: 11.5,13.5 + parent: 588 + - uid: 92 + components: + - type: Transform + pos: 11.5,12.5 + parent: 588 + - uid: 93 + components: + - type: Transform + pos: 11.5,15.5 + parent: 588 + - uid: 94 + components: + - type: Transform + pos: 11.5,16.5 + parent: 588 + - uid: 95 + components: + - type: Transform + pos: 6.5,14.5 + parent: 588 + - uid: 96 + components: + - type: Transform + pos: 5.5,14.5 + parent: 588 + - uid: 98 + components: + - type: Transform + pos: 4.5,22.5 + parent: 588 + - uid: 100 + components: + - type: Transform + pos: 1.5,14.5 + parent: 588 + - uid: 101 + components: + - type: Transform + pos: 0.5,14.5 + parent: 588 + - uid: 102 + components: + - type: Transform + pos: 3.5,15.5 + parent: 588 + - uid: 103 + components: + - type: Transform + pos: 3.5,16.5 + parent: 588 + - uid: 104 + components: + - type: Transform + pos: 3.5,13.5 + parent: 588 + - uid: 105 + components: + - type: Transform + pos: 3.5,12.5 + parent: 588 + - uid: 106 + components: + - type: Transform + pos: 14.5,18.5 + parent: 588 + - uid: 107 + components: + - type: Transform + pos: 14.5,19.5 + parent: 588 + - uid: 108 + components: + - type: Transform + pos: 14.5,20.5 + parent: 588 + - uid: 109 + components: + - type: Transform + pos: 14.5,21.5 + parent: 588 + - uid: 110 + components: + - type: Transform + pos: 14.5,22.5 + parent: 588 + - uid: 111 + components: + - type: Transform + pos: 15.5,20.5 + parent: 588 + - uid: 112 + components: + - type: Transform + pos: 16.5,20.5 + parent: 588 + - uid: 113 + components: + - type: Transform + pos: 13.5,20.5 + parent: 588 + - uid: 114 + components: + - type: Transform + pos: 12.5,20.5 + parent: 588 + - uid: 115 + components: + - type: Transform + pos: 8.5,18.5 + parent: 588 + - uid: 116 + components: + - type: Transform + pos: 8.5,19.5 + parent: 588 + - uid: 117 + components: + - type: Transform + pos: 8.5,20.5 + parent: 588 + - uid: 118 + components: + - type: Transform + pos: 8.5,21.5 + parent: 588 + - uid: 119 + components: + - type: Transform + pos: 8.5,22.5 + parent: 588 + - uid: 120 + components: + - type: Transform + pos: 9.5,20.5 + parent: 588 + - uid: 121 + components: + - type: Transform + pos: 10.5,20.5 + parent: 588 + - uid: 122 + components: + - type: Transform + pos: 7.5,20.5 + parent: 588 + - uid: 123 + components: + - type: Transform + pos: 6.5,20.5 + parent: 588 + - uid: 124 + components: + - type: Transform + pos: 2.5,22.5 + parent: 588 + - uid: 125 + components: + - type: Transform + pos: 4.5,21.5 + parent: 588 + - uid: 126 + components: + - type: Transform + pos: 4.5,19.5 + parent: 588 + - uid: 127 + components: + - type: Transform + pos: 3.5,18.5 + parent: 588 + - uid: 128 + components: + - type: Transform + pos: 2.5,18.5 + parent: 588 + - uid: 129 + components: + - type: Transform + pos: 3.5,22.5 + parent: 588 + - uid: 130 + components: + - type: Transform + pos: 0.5,20.5 + parent: 588 + - uid: 131 + components: + - type: Transform + pos: 4.5,18.5 + parent: 588 + - uid: 132 + components: + - type: Transform + pos: 4.5,20.5 + parent: 588 + - uid: 133 + components: + - type: Transform + pos: 1.5,24.5 + parent: 588 + - uid: 134 + components: + - type: Transform + pos: 2.5,25.5 + parent: 588 + - uid: 135 + components: + - type: Transform + pos: 0.5,24.5 + parent: 588 + - uid: 136 + components: + - type: Transform + pos: 2.5,24.5 + parent: 588 + - uid: 137 + components: + - type: Transform + pos: 1.5,28.5 + parent: 588 + - uid: 138 + components: + - type: Transform + pos: 0.5,26.5 + parent: 588 + - uid: 139 + components: + - type: Transform + pos: 2.5,26.5 + parent: 588 + - uid: 147 + components: + - type: Transform + pos: 9.5,28.5 + parent: 588 + - uid: 148 + components: + - type: Transform + pos: 9.5,27.5 + parent: 588 + - uid: 149 + components: + - type: Transform + pos: 9.5,26.5 + parent: 588 + - uid: 150 + components: + - type: Transform + pos: 9.5,25.5 + parent: 588 + - uid: 151 + components: + - type: Transform + pos: 9.5,24.5 + parent: 588 + - uid: 152 + components: + - type: Transform + pos: 8.5,26.5 + parent: 588 + - uid: 153 + components: + - type: Transform + pos: 10.5,26.5 + parent: 588 + - uid: 154 + components: + - type: Transform + pos: 13.5,28.5 + parent: 588 + - uid: 155 + components: + - type: Transform + pos: 13.5,27.5 + parent: 588 + - uid: 156 + components: + - type: Transform + pos: 13.5,26.5 + parent: 588 + - uid: 157 + components: + - type: Transform + pos: 13.5,25.5 + parent: 588 + - uid: 158 + components: + - type: Transform + pos: 13.5,24.5 + parent: 588 + - uid: 159 + components: + - type: Transform + pos: 12.5,26.5 + parent: 588 + - uid: 160 + components: + - type: Transform + pos: 14.5,26.5 + parent: 588 + - uid: 161 + components: + - type: Transform + pos: 0.5,31.5 + parent: 588 + - uid: 162 + components: + - type: Transform + pos: 1.5,31.5 + parent: 588 + - uid: 163 + components: + - type: Transform + pos: 2.5,31.5 + parent: 588 + - uid: 164 + components: + - type: Transform + pos: 3.5,31.5 + parent: 588 + - uid: 165 + components: + - type: Transform + pos: 4.5,31.5 + parent: 588 + - uid: 166 + components: + - type: Transform + pos: 5.5,31.5 + parent: 588 + - uid: 167 + components: + - type: Transform + pos: 6.5,31.5 + parent: 588 + - uid: 168 + components: + - type: Transform + pos: 7.5,31.5 + parent: 588 + - uid: 169 + components: + - type: Transform + pos: 8.5,31.5 + parent: 588 + - uid: 170 + components: + - type: Transform + pos: 9.5,31.5 + parent: 588 + - uid: 171 + components: + - type: Transform + pos: 10.5,31.5 + parent: 588 + - uid: 172 + components: + - type: Transform + pos: 11.5,31.5 + parent: 588 + - uid: 173 + components: + - type: Transform + pos: 12.5,31.5 + parent: 588 + - uid: 174 + components: + - type: Transform + pos: 6.5,30.5 + parent: 588 + - uid: 175 + components: + - type: Transform + pos: 6.5,32.5 + parent: 588 + - uid: 176 + components: + - type: Transform + pos: 26.5,31.5 + parent: 588 + - uid: 177 + components: + - type: Transform + pos: 25.5,31.5 + parent: 588 + - uid: 178 + components: + - type: Transform + pos: 24.5,31.5 + parent: 588 + - uid: 179 + components: + - type: Transform + pos: 23.5,31.5 + parent: 588 + - uid: 180 + components: + - type: Transform + pos: 22.5,31.5 + parent: 588 + - uid: 181 + components: + - type: Transform + pos: 21.5,31.5 + parent: 588 + - uid: 182 + components: + - type: Transform + pos: 20.5,31.5 + parent: 588 + - uid: 183 + components: + - type: Transform + pos: 19.5,31.5 + parent: 588 + - uid: 184 + components: + - type: Transform + pos: 18.5,31.5 + parent: 588 + - uid: 185 + components: + - type: Transform + pos: 17.5,31.5 + parent: 588 + - uid: 186 + components: + - type: Transform + pos: 16.5,31.5 + parent: 588 + - uid: 187 + components: + - type: Transform + pos: 15.5,31.5 + parent: 588 + - uid: 188 + components: + - type: Transform + pos: 14.5,31.5 + parent: 588 + - uid: 189 + components: + - type: Transform + pos: 20.5,32.5 + parent: 588 + - uid: 190 + components: + - type: Transform + pos: 20.5,30.5 + parent: 588 + - uid: 191 + components: + - type: Transform + pos: 22.5,35.5 + parent: 588 + - uid: 192 + components: + - type: Transform + pos: 21.5,35.5 + parent: 588 + - uid: 193 + components: + - type: Transform + pos: 20.5,35.5 + parent: 588 + - uid: 194 + components: + - type: Transform + pos: 19.5,35.5 + parent: 588 + - uid: 195 + components: + - type: Transform + pos: 18.5,35.5 + parent: 588 + - uid: 196 + components: + - type: Transform + pos: 17.5,35.5 + parent: 588 + - uid: 197 + components: + - type: Transform + pos: 16.5,35.5 + parent: 588 + - uid: 198 + components: + - type: Transform + pos: 15.5,35.5 + parent: 588 + - uid: 199 + components: + - type: Transform + pos: 14.5,35.5 + parent: 588 + - uid: 200 + components: + - type: Transform + pos: 13.5,35.5 + parent: 588 + - uid: 201 + components: + - type: Transform + pos: 12.5,35.5 + parent: 588 + - uid: 202 + components: + - type: Transform + pos: 17.5,36.5 + parent: 588 + - uid: 203 + components: + - type: Transform + pos: 17.5,34.5 + parent: 588 + - uid: 204 + components: + - type: Transform + pos: 10.5,35.5 + parent: 588 + - uid: 215 + components: + - type: Transform + pos: 5.5,36.5 + parent: 588 + - uid: 216 + components: + - type: Transform + pos: 5.5,34.5 + parent: 588 + - uid: 217 + components: + - type: Transform + pos: 0.5,39.5 + parent: 588 + - uid: 218 + components: + - type: Transform + pos: 1.5,39.5 + parent: 588 + - uid: 219 + components: + - type: Transform + pos: 2.5,39.5 + parent: 588 + - uid: 220 + components: + - type: Transform + pos: 3.5,39.5 + parent: 588 + - uid: 221 + components: + - type: Transform + pos: 4.5,39.5 + parent: 588 + - uid: 222 + components: + - type: Transform + pos: 5.5,39.5 + parent: 588 + - uid: 223 + components: + - type: Transform + pos: 6.5,39.5 + parent: 588 + - uid: 224 + components: + - type: Transform + pos: 3.5,38.5 + parent: 588 + - uid: 225 + components: + - type: Transform + pos: 3.5,40.5 + parent: 588 + - uid: 226 + components: + - type: Transform + pos: 8.5,39.5 + parent: 588 + - uid: 227 + components: + - type: Transform + pos: 9.5,39.5 + parent: 588 + - uid: 228 + components: + - type: Transform + pos: 10.5,39.5 + parent: 588 + - uid: 229 + components: + - type: Transform + pos: 11.5,39.5 + parent: 588 + - uid: 230 + components: + - type: Transform + pos: 12.5,39.5 + parent: 588 + - uid: 231 + components: + - type: Transform + pos: 13.5,39.5 + parent: 588 + - uid: 232 + components: + - type: Transform + pos: 14.5,39.5 + parent: 588 + - uid: 233 + components: + - type: Transform + pos: 11.5,38.5 + parent: 588 + - uid: 234 + components: + - type: Transform + pos: 11.5,40.5 + parent: 588 + - uid: 235 + components: + - type: Transform + pos: 16.5,39.5 + parent: 588 + - uid: 236 + components: + - type: Transform + pos: 17.5,39.5 + parent: 588 + - uid: 237 + components: + - type: Transform + pos: 18.5,39.5 + parent: 588 + - uid: 238 + components: + - type: Transform + pos: 19.5,39.5 + parent: 588 + - uid: 239 + components: + - type: Transform + pos: 20.5,39.5 + parent: 588 + - uid: 240 + components: + - type: Transform + pos: 21.5,39.5 + parent: 588 + - uid: 241 + components: + - type: Transform + pos: 22.5,39.5 + parent: 588 + - uid: 242 + components: + - type: Transform + pos: 19.5,40.5 + parent: 588 + - uid: 243 + components: + - type: Transform + pos: 19.5,38.5 + parent: 588 + - uid: 284 + components: + - type: Transform + pos: 29.5,26.5 + parent: 588 + - uid: 288 + components: + - type: Transform + pos: 28.5,26.5 + parent: 588 + - uid: 425 + components: + - type: Transform + pos: 1.5,10.5 + parent: 588 + - uid: 438 + components: + - type: Transform + pos: 1.5,9.5 + parent: 588 + - uid: 441 + components: + - type: Transform + pos: 2.5,10.5 + parent: 588 + - uid: 442 + components: + - type: Transform + pos: 3.5,10.5 + parent: 588 + - uid: 443 + components: + - type: Transform + pos: 4.5,10.5 + parent: 588 + - uid: 444 + components: + - type: Transform + pos: 1.5,7.5 + parent: 588 + - uid: 445 + components: + - type: Transform + pos: 1.5,6.5 + parent: 588 + - uid: 446 + components: + - type: Transform + pos: 2.5,6.5 + parent: 588 + - uid: 447 + components: + - type: Transform + pos: 3.5,6.5 + parent: 588 + - uid: 448 + components: + - type: Transform + pos: 4.5,6.5 + parent: 588 + - uid: 449 + components: + - type: Transform + pos: 6.5,6.5 + parent: 588 + - uid: 450 + components: + - type: Transform + pos: 7.5,6.5 + parent: 588 + - uid: 451 + components: + - type: Transform + pos: 8.5,6.5 + parent: 588 + - uid: 452 + components: + - type: Transform + pos: 9.5,6.5 + parent: 588 + - uid: 453 + components: + - type: Transform + pos: 9.5,7.5 + parent: 588 + - uid: 454 + components: + - type: Transform + pos: 9.5,9.5 + parent: 588 + - uid: 455 + components: + - type: Transform + pos: 9.5,10.5 + parent: 588 + - uid: 456 + components: + - type: Transform + pos: 8.5,10.5 + parent: 588 + - uid: 457 + components: + - type: Transform + pos: 7.5,10.5 + parent: 588 + - uid: 472 + components: + - type: Transform + pos: 29.5,14.5 + parent: 588 + - uid: 477 + components: + - type: Transform + pos: 24.5,13.5 + parent: 588 + - uid: 479 + components: + - type: Transform + pos: 30.5,14.5 + parent: 588 + - uid: 493 + components: + - type: Transform + pos: 25.5,13.5 + parent: 588 + - uid: 494 + components: + - type: Transform + pos: 25.5,12.5 + parent: 588 + - uid: 495 + components: + - type: Transform + pos: 26.5,12.5 + parent: 588 + - uid: 496 + components: + - type: Transform + pos: 27.5,12.5 + parent: 588 + - uid: 497 + components: + - type: Transform + pos: 28.5,12.5 + parent: 588 + - uid: 498 + components: + - type: Transform + pos: 29.5,12.5 + parent: 588 + - uid: 500 + components: + - type: Transform + pos: 24.5,12.5 + parent: 588 + - uid: 502 + components: + - type: Transform + pos: 24.5,14.5 + parent: 588 + - uid: 503 + components: + - type: Transform + pos: 24.5,15.5 + parent: 588 + - uid: 504 + components: + - type: Transform + pos: 24.5,16.5 + parent: 588 + - uid: 505 + components: + - type: Transform + pos: 25.5,16.5 + parent: 588 + - uid: 506 + components: + - type: Transform + pos: 26.5,16.5 + parent: 588 + - uid: 507 + components: + - type: Transform + pos: 27.5,16.5 + parent: 588 + - uid: 508 + components: + - type: Transform + pos: 28.5,16.5 + parent: 588 + - uid: 509 + components: + - type: Transform + pos: 29.5,16.5 + parent: 588 + - uid: 514 + components: + - type: Transform + pos: 29.5,13.5 + parent: 588 + - uid: 523 + components: + - type: Transform + pos: 29.5,15.5 + parent: 588 + - uid: 628 + components: + - type: Transform + pos: 1.5,22.5 + parent: 588 + - uid: 639 + components: + - type: Transform + pos: 0.5,22.5 + parent: 588 + - uid: 640 + components: + - type: Transform + pos: 0.5,21.5 + parent: 588 + - uid: 641 + components: + - type: Transform + pos: 0.5,19.5 + parent: 588 + - uid: 642 + components: + - type: Transform + pos: 0.5,18.5 + parent: 588 + - uid: 643 + components: + - type: Transform + pos: 1.5,18.5 + parent: 588 + - uid: 657 + components: + - type: Transform + pos: 2.5,15.5 + parent: 588 + - uid: 661 + components: + - type: Transform + pos: 1.5,15.5 + parent: 588 + - uid: 662 + components: + - type: Transform + pos: 1.5,13.5 + parent: 588 + - uid: 663 + components: + - type: Transform + pos: 2.5,13.5 + parent: 588 + - uid: 664 + components: + - type: Transform + pos: 4.5,13.5 + parent: 588 + - uid: 665 + components: + - type: Transform + pos: 5.5,13.5 + parent: 588 + - uid: 666 + components: + - type: Transform + pos: 5.5,15.5 + parent: 588 + - uid: 667 + components: + - type: Transform + pos: 4.5,15.5 + parent: 588 + - uid: 668 + components: + - type: Transform + pos: 29.5,10.5 + parent: 588 + - uid: 669 + components: + - type: Transform + pos: 28.5,10.5 + parent: 588 + - uid: 670 + components: + - type: Transform + pos: 27.5,10.5 + parent: 588 + - uid: 671 + components: + - type: Transform + pos: 26.5,10.5 + parent: 588 + - uid: 672 + components: + - type: Transform + pos: 25.5,10.5 + parent: 588 + - uid: 673 + components: + - type: Transform + pos: 24.5,10.5 + parent: 588 + - uid: 674 + components: + - type: Transform + pos: 24.5,9.5 + parent: 588 + - uid: 675 + components: + - type: Transform + pos: 24.5,8.5 + parent: 588 + - uid: 676 + components: + - type: Transform + pos: 24.5,7.5 + parent: 588 + - uid: 677 + components: + - type: Transform + pos: 24.5,6.5 + parent: 588 + - uid: 678 + components: + - type: Transform + pos: 25.5,6.5 + parent: 588 + - uid: 679 + components: + - type: Transform + pos: 26.5,6.5 + parent: 588 + - uid: 680 + components: + - type: Transform + pos: 27.5,6.5 + parent: 588 + - uid: 681 + components: + - type: Transform + pos: 28.5,6.5 + parent: 588 + - uid: 682 + components: + - type: Transform + pos: 29.5,6.5 + parent: 588 + - uid: 683 + components: + - type: Transform + pos: 30.5,6.5 + parent: 588 + - uid: 684 + components: + - type: Transform + pos: 31.5,6.5 + parent: 588 + - uid: 685 + components: + - type: Transform + pos: 32.5,6.5 + parent: 588 + - uid: 686 + components: + - type: Transform + pos: 33.5,6.5 + parent: 588 + - uid: 687 + components: + - type: Transform + pos: 34.5,6.5 + parent: 588 + - uid: 688 + components: + - type: Transform + pos: 34.5,7.5 + parent: 588 + - uid: 689 + components: + - type: Transform + pos: 34.5,8.5 + parent: 588 + - uid: 690 + components: + - type: Transform + pos: 34.5,9.5 + parent: 588 + - uid: 691 + components: + - type: Transform + pos: 34.5,10.5 + parent: 588 + - uid: 692 + components: + - type: Transform + pos: 33.5,10.5 + parent: 588 + - uid: 693 + components: + - type: Transform + pos: 32.5,10.5 + parent: 588 + - uid: 694 + components: + - type: Transform + pos: 31.5,10.5 + parent: 588 + - uid: 695 + components: + - type: Transform + pos: 30.5,10.5 + parent: 588 + - uid: 733 + components: + - type: Transform + pos: 20.5,18.5 + parent: 588 + - uid: 734 + components: + - type: Transform + pos: 20.5,19.5 + parent: 588 + - uid: 735 + components: + - type: Transform + pos: 20.5,20.5 + parent: 588 + - uid: 736 + components: + - type: Transform + pos: 20.5,21.5 + parent: 588 + - uid: 737 + components: + - type: Transform + pos: 20.5,22.5 + parent: 588 + - uid: 738 + components: + - type: Transform + pos: 21.5,20.5 + parent: 588 + - uid: 739 + components: + - type: Transform + pos: 22.5,20.5 + parent: 588 + - uid: 740 + components: + - type: Transform + pos: 19.5,20.5 + parent: 588 + - uid: 741 + components: + - type: Transform + pos: 18.5,20.5 + parent: 588 + - uid: 751 + components: + - type: Transform + pos: 32.5,22.5 + parent: 588 + - uid: 752 + components: + - type: Transform + pos: 32.5,21.5 + parent: 588 + - uid: 753 + components: + - type: Transform + pos: 32.5,20.5 + parent: 588 + - uid: 754 + components: + - type: Transform + pos: 32.5,19.5 + parent: 588 + - uid: 755 + components: + - type: Transform + pos: 32.5,18.5 + parent: 588 + - uid: 756 + components: + - type: Transform + pos: 31.5,20.5 + parent: 588 + - uid: 757 + components: + - type: Transform + pos: 30.5,20.5 + parent: 588 + - uid: 758 + components: + - type: Transform + pos: 33.5,20.5 + parent: 588 + - uid: 759 + components: + - type: Transform + pos: 34.5,20.5 + parent: 588 + - uid: 779 + components: + - type: Transform + pos: 25.5,19.5 + parent: 588 + - uid: 780 + components: + - type: Transform + pos: 25.5,18.5 + parent: 588 + - uid: 781 + components: + - type: Transform + pos: 24.5,18.5 + parent: 588 + - uid: 782 + components: + - type: Transform + pos: 24.5,19.5 + parent: 588 + - uid: 783 + components: + - type: Transform + pos: 24.5,20.5 + parent: 588 + - uid: 784 + components: + - type: Transform + pos: 24.5,21.5 + parent: 588 + - uid: 785 + components: + - type: Transform + pos: 24.5,22.5 + parent: 588 + - uid: 786 + components: + - type: Transform + pos: 25.5,22.5 + parent: 588 + - uid: 787 + components: + - type: Transform + pos: 26.5,22.5 + parent: 588 + - uid: 788 + components: + - type: Transform + pos: 27.5,22.5 + parent: 588 + - uid: 789 + components: + - type: Transform + pos: 28.5,22.5 + parent: 588 + - uid: 790 + components: + - type: Transform + pos: 28.5,21.5 + parent: 588 + - uid: 791 + components: + - type: Transform + pos: 28.5,20.5 + parent: 588 + - uid: 792 + components: + - type: Transform + pos: 28.5,19.5 + parent: 588 + - uid: 793 + components: + - type: Transform + pos: 28.5,18.5 + parent: 588 + - uid: 794 + components: + - type: Transform + pos: 27.5,18.5 + parent: 588 + - uid: 795 + components: + - type: Transform + pos: 26.5,18.5 + parent: 588 + - uid: 815 + components: + - type: Transform + pos: 0.5,25.5 + parent: 588 + - uid: 816 + components: + - type: Transform + pos: 0.5,27.5 + parent: 588 + - uid: 817 + components: + - type: Transform + pos: 0.5,28.5 + parent: 588 + - uid: 818 + components: + - type: Transform + pos: 2.5,28.5 + parent: 588 + - uid: 819 + components: + - type: Transform + pos: 2.5,27.5 + parent: 588 + - uid: 869 + components: + - type: Transform + pos: 5.5,24.5 + parent: 588 + - uid: 870 + components: + - type: Transform + pos: 6.5,24.5 + parent: 588 + - uid: 871 + components: + - type: Transform + pos: 6.5,25.5 + parent: 588 + - uid: 872 + components: + - type: Transform + pos: 6.5,26.5 + parent: 588 + - uid: 873 + components: + - type: Transform + pos: 6.5,27.5 + parent: 588 + - uid: 874 + components: + - type: Transform + pos: 6.5,28.5 + parent: 588 + - uid: 875 + components: + - type: Transform + pos: 5.5,28.5 + parent: 588 + - uid: 876 + components: + - type: Transform + pos: 4.5,28.5 + parent: 588 + - uid: 877 + components: + - type: Transform + pos: 4.5,27.5 + parent: 588 + - uid: 878 + components: + - type: Transform + pos: 4.5,26.5 + parent: 588 + - uid: 912 + components: + - type: Transform + pos: 6.5,10.5 + parent: 588 + - uid: 927 + components: + - type: Transform + pos: 34.5,36.5 + parent: 588 + - uid: 928 + components: + - type: Transform + pos: 32.5,36.5 + parent: 588 + - uid: 996 + components: + - type: Transform + pos: 21.5,32.5 + parent: 588 + - uid: 1079 + components: + - type: Transform + pos: 32.5,35.5 + parent: 588 + - uid: 1080 + components: + - type: Transform + pos: 31.5,35.5 + parent: 588 + - uid: 1081 + components: + - type: Transform + pos: 32.5,34.5 + parent: 588 + - uid: 1082 + components: + - type: Transform + pos: 29.5,34.5 + parent: 588 + - uid: 1083 + components: + - type: Transform + pos: 24.5,35.5 + parent: 588 + - uid: 1084 + components: + - type: Transform + pos: 27.5,35.5 + parent: 588 + - uid: 1085 + components: + - type: Transform + pos: 29.5,35.5 + parent: 588 + - uid: 1086 + components: + - type: Transform + pos: 28.5,35.5 + parent: 588 + - uid: 1089 + components: + - type: Transform + pos: 4.5,36.5 + parent: 588 + - uid: 1090 + components: + - type: Transform + pos: 33.5,34.5 + parent: 588 + - uid: 1091 + components: + - type: Transform + pos: 5.5,35.5 + parent: 588 + - uid: 1092 + components: + - type: Transform + pos: 29.5,36.5 + parent: 588 + - uid: 1093 + components: + - type: Transform + pos: 34.5,34.5 + parent: 588 + - uid: 1094 + components: + - type: Transform + pos: 34.5,35.5 + parent: 588 + - uid: 1095 + components: + - type: Transform + pos: 26.5,35.5 + parent: 588 + - uid: 1096 + components: + - type: Transform + pos: 25.5,35.5 + parent: 588 + - uid: 1097 + components: + - type: Transform + pos: 33.5,36.5 + parent: 588 + - uid: 1098 + components: + - type: Transform + pos: 30.5,35.5 + parent: 588 + - uid: 1117 + components: + - type: Transform + pos: 16.5,26.5 + parent: 588 + - uid: 1121 + components: + - type: Transform + pos: 17.5,26.5 + parent: 588 + - uid: 1122 + components: + - type: Transform + pos: 18.5,26.5 + parent: 588 + - uid: 1123 + components: + - type: Transform + pos: 17.5,27.5 + parent: 588 + - uid: 1124 + components: + - type: Transform + pos: 17.5,28.5 + parent: 588 + - uid: 1125 + components: + - type: Transform + pos: 17.5,24.5 + parent: 588 + - uid: 1126 + components: + - type: Transform + pos: 17.5,25.5 + parent: 588 + - uid: 1127 + components: + - type: Transform + pos: 20.5,26.5 + parent: 588 + - uid: 1128 + components: + - type: Transform + pos: 21.5,26.5 + parent: 588 + - uid: 1129 + components: + - type: Transform + pos: 22.5,26.5 + parent: 588 + - uid: 1130 + components: + - type: Transform + pos: 21.5,27.5 + parent: 588 + - uid: 1131 + components: + - type: Transform + pos: 21.5,28.5 + parent: 588 + - uid: 1132 + components: + - type: Transform + pos: 21.5,25.5 + parent: 588 + - uid: 1133 + components: + - type: Transform + pos: 21.5,24.5 + parent: 588 + - uid: 1134 + components: + - type: Transform + pos: 24.5,26.5 + parent: 588 + - uid: 1135 + components: + - type: Transform + pos: 25.5,26.5 + parent: 588 + - uid: 1136 + components: + - type: Transform + pos: 26.5,26.5 + parent: 588 + - uid: 1137 + components: + - type: Transform + pos: 25.5,27.5 + parent: 588 + - uid: 1138 + components: + - type: Transform + pos: 25.5,28.5 + parent: 588 + - uid: 1139 + components: + - type: Transform + pos: 25.5,25.5 + parent: 588 + - uid: 1140 + components: + - type: Transform + pos: 25.5,24.5 + parent: 588 + - uid: 1170 + components: + - type: Transform + pos: 3.5,36.5 + parent: 588 + - uid: 1171 + components: + - type: Transform + pos: 2.5,36.5 + parent: 588 + - uid: 1172 + components: + - type: Transform + pos: 1.5,36.5 + parent: 588 + - uid: 1173 + components: + - type: Transform + pos: 0.5,36.5 + parent: 588 + - uid: 1174 + components: + - type: Transform + pos: 0.5,35.5 + parent: 588 + - uid: 1175 + components: + - type: Transform + pos: 6.5,34.5 + parent: 588 + - uid: 1176 + components: + - type: Transform + pos: 7.5,34.5 + parent: 588 + - uid: 1177 + components: + - type: Transform + pos: 8.5,34.5 + parent: 588 + - uid: 1178 + components: + - type: Transform + pos: 9.5,34.5 + parent: 588 + - uid: 1179 + components: + - type: Transform + pos: 10.5,34.5 + parent: 588 + - uid: 1268 + components: + - type: Transform + pos: 30.5,26.5 + parent: 588 + - uid: 1269 + components: + - type: Transform + pos: 29.5,27.5 + parent: 588 + - uid: 1270 + components: + - type: Transform + pos: 29.5,28.5 + parent: 588 + - uid: 1271 + components: + - type: Transform + pos: 29.5,25.5 + parent: 588 + - uid: 1272 + components: + - type: Transform + pos: 29.5,24.5 + parent: 588 + - uid: 1273 + components: + - type: Transform + pos: 32.5,26.5 + parent: 588 + - uid: 1274 + components: + - type: Transform + pos: 33.5,26.5 + parent: 588 + - uid: 1275 + components: + - type: Transform + pos: 34.5,26.5 + parent: 588 + - uid: 1276 + components: + - type: Transform + pos: 33.5,27.5 + parent: 588 + - uid: 1277 + components: + - type: Transform + pos: 33.5,28.5 + parent: 588 + - uid: 1278 + components: + - type: Transform + pos: 33.5,25.5 + parent: 588 + - uid: 1279 + components: + - type: Transform + pos: 33.5,24.5 + parent: 588 + - uid: 1306 + components: + - type: Transform + pos: 27.5,40.5 + parent: 588 + - uid: 1307 + components: + - type: Transform + pos: 26.5,40.5 + parent: 588 + - uid: 1308 + components: + - type: Transform + pos: 25.5,40.5 + parent: 588 + - uid: 1309 + components: + - type: Transform + pos: 24.5,40.5 + parent: 588 + - uid: 1310 + components: + - type: Transform + pos: 24.5,39.5 + parent: 588 + - uid: 1311 + components: + - type: Transform + pos: 24.5,38.5 + parent: 588 + - uid: 1312 + components: + - type: Transform + pos: 25.5,38.5 + parent: 588 + - uid: 1313 + components: + - type: Transform + pos: 26.5,38.5 + parent: 588 + - uid: 1314 + components: + - type: Transform + pos: 27.5,38.5 + parent: 588 + - uid: 1315 + components: + - type: Transform + pos: 28.5,38.5 + parent: 588 + - uid: 1316 + components: + - type: Transform + pos: 29.5,38.5 + parent: 588 + - uid: 1317 + components: + - type: Transform + pos: 30.5,38.5 + parent: 588 + - uid: 1318 + components: + - type: Transform + pos: 30.5,39.5 + parent: 588 + - uid: 1426 + components: + - type: Transform + pos: 11.5,42.5 + parent: 588 + - uid: 1427 + components: + - type: Transform + pos: 11.5,43.5 + parent: 588 + - uid: 1428 + components: + - type: Transform + pos: 11.5,44.5 + parent: 588 + - uid: 1429 + components: + - type: Transform + pos: 11.5,45.5 + parent: 588 + - uid: 1430 + components: + - type: Transform + pos: 11.5,46.5 + parent: 588 + - uid: 1431 + components: + - type: Transform + pos: 11.5,47.5 + parent: 588 + - uid: 1432 + components: + - type: Transform + pos: 11.5,48.5 + parent: 588 + - uid: 1433 + components: + - type: Transform + pos: 10.5,45.5 + parent: 588 + - uid: 1434 + components: + - type: Transform + pos: 9.5,45.5 + parent: 588 + - uid: 1435 + components: + - type: Transform + pos: 8.5,45.5 + parent: 588 + - uid: 1436 + components: + - type: Transform + pos: 12.5,45.5 + parent: 588 + - uid: 1437 + components: + - type: Transform + pos: 13.5,45.5 + parent: 588 + - uid: 1438 + components: + - type: Transform + pos: 14.5,45.5 + parent: 588 + - uid: 1439 + components: + - type: Transform + pos: 13.5,46.5 + parent: 588 + - uid: 1440 + components: + - type: Transform + pos: 13.5,47.5 + parent: 588 + - uid: 1441 + components: + - type: Transform + pos: 9.5,46.5 + parent: 588 + - uid: 1442 + components: + - type: Transform + pos: 9.5,47.5 + parent: 588 + - uid: 1443 + components: + - type: Transform + pos: 10.5,43.5 + parent: 588 + - uid: 1444 + components: + - type: Transform + pos: 9.5,43.5 + parent: 588 + - uid: 1445 + components: + - type: Transform + pos: 12.5,43.5 + parent: 588 + - uid: 1446 + components: + - type: Transform + pos: 13.5,43.5 + parent: 588 + - uid: 1447 + components: + - type: Transform + pos: 3.5,42.5 + parent: 588 + - uid: 1448 + components: + - type: Transform + pos: 3.5,43.5 + parent: 588 + - uid: 1449 + components: + - type: Transform + pos: 3.5,44.5 + parent: 588 + - uid: 1450 + components: + - type: Transform + pos: 3.5,45.5 + parent: 588 + - uid: 1451 + components: + - type: Transform + pos: 3.5,46.5 + parent: 588 + - uid: 1452 + components: + - type: Transform + pos: 3.5,47.5 + parent: 588 + - uid: 1453 + components: + - type: Transform + pos: 3.5,48.5 + parent: 588 + - uid: 1454 + components: + - type: Transform + pos: 0.5,45.5 + parent: 588 + - uid: 1455 + components: + - type: Transform + pos: 1.5,45.5 + parent: 588 + - uid: 1456 + components: + - type: Transform + pos: 2.5,45.5 + parent: 588 + - uid: 1457 + components: + - type: Transform + pos: 3.5,45.5 + parent: 588 + - uid: 1458 + components: + - type: Transform + pos: 4.5,45.5 + parent: 588 + - uid: 1459 + components: + - type: Transform + pos: 5.5,45.5 + parent: 588 + - uid: 1460 + components: + - type: Transform + pos: 6.5,45.5 + parent: 588 + - uid: 1529 + components: + - type: Transform + pos: 19.5,47.5 + parent: 588 + - uid: 1530 + components: + - type: Transform + pos: 19.5,48.5 + parent: 588 + - uid: 1531 + components: + - type: Transform + pos: 18.5,48.5 + parent: 588 + - uid: 1532 + components: + - type: Transform + pos: 17.5,48.5 + parent: 588 + - uid: 1533 + components: + - type: Transform + pos: 16.5,48.5 + parent: 588 + - uid: 1534 + components: + - type: Transform + pos: 16.5,47.5 + parent: 588 + - uid: 1535 + components: + - type: Transform + pos: 16.5,46.5 + parent: 588 + - uid: 1536 + components: + - type: Transform + pos: 16.5,45.5 + parent: 588 + - uid: 1537 + components: + - type: Transform + pos: 16.5,44.5 + parent: 588 + - uid: 1538 + components: + - type: Transform + pos: 16.5,43.5 + parent: 588 + - uid: 1539 + components: + - type: Transform + pos: 16.5,42.5 + parent: 588 + - uid: 1540 + components: + - type: Transform + pos: 17.5,42.5 + parent: 588 + - uid: 1541 + components: + - type: Transform + pos: 18.5,42.5 + parent: 588 + - uid: 1542 + components: + - type: Transform + pos: 19.5,42.5 + parent: 588 + - uid: 1543 + components: + - type: Transform + pos: 20.5,42.5 + parent: 588 + - uid: 1544 + components: + - type: Transform + pos: 21.5,42.5 + parent: 588 + - uid: 1545 + components: + - type: Transform + pos: 22.5,42.5 + parent: 588 + - uid: 1546 + components: + - type: Transform + pos: 22.5,43.5 + parent: 588 + - uid: 1547 + components: + - type: Transform + pos: 22.5,44.5 + parent: 588 + - uid: 1548 + components: + - type: Transform + pos: 22.5,45.5 + parent: 588 + - uid: 1549 + components: + - type: Transform + pos: 22.5,46.5 + parent: 588 + - uid: 1550 + components: + - type: Transform + pos: 22.5,47.5 + parent: 588 + - uid: 1551 + components: + - type: Transform + pos: 22.5,48.5 + parent: 588 + - uid: 1552 + components: + - type: Transform + pos: 21.5,48.5 + parent: 588 + - uid: 1553 + components: + - type: Transform + pos: 20.5,48.5 + parent: 588 + - uid: 1554 + components: + - type: Transform + pos: 19.5,43.5 + parent: 588 + - uid: 1555 + components: + - type: Transform + pos: 19.5,44.5 + parent: 588 + - uid: 1556 + components: + - type: Transform + pos: 19.5,45.5 + parent: 588 + - uid: 1557 + components: + - type: Transform + pos: 19.5,46.5 + parent: 588 + - uid: 1807 + components: + - type: Transform + pos: 27.5,42.5 + parent: 588 + - uid: 1808 + components: + - type: Transform + pos: 27.5,43.5 + parent: 588 + - uid: 1809 + components: + - type: Transform + pos: 27.5,44.5 + parent: 588 + - uid: 1810 + components: + - type: Transform + pos: 27.5,45.5 + parent: 588 + - uid: 1811 + components: + - type: Transform + pos: 27.5,46.5 + parent: 588 + - uid: 1812 + components: + - type: Transform + pos: 27.5,47.5 + parent: 588 + - uid: 1813 + components: + - type: Transform + pos: 27.5,48.5 + parent: 588 + - uid: 1814 + components: + - type: Transform + pos: 28.5,45.5 + parent: 588 + - uid: 1815 + components: + - type: Transform + pos: 29.5,45.5 + parent: 588 + - uid: 1816 + components: + - type: Transform + pos: 30.5,45.5 + parent: 588 + - uid: 1817 + components: + - type: Transform + pos: 26.5,45.5 + parent: 588 + - uid: 1818 + components: + - type: Transform + pos: 25.5,45.5 + parent: 588 + - uid: 1819 + components: + - type: Transform + pos: 24.5,45.5 + parent: 588 + - uid: 1820 + components: + - type: Transform + pos: 26.5,47.5 + parent: 588 + - uid: 1821 + components: + - type: Transform + pos: 25.5,47.5 + parent: 588 + - uid: 1822 + components: + - type: Transform + pos: 28.5,47.5 + parent: 588 + - uid: 1823 + components: + - type: Transform + pos: 29.5,47.5 + parent: 588 + - uid: 1824 + components: + - type: Transform + pos: 26.5,43.5 + parent: 588 + - uid: 1825 + components: + - type: Transform + pos: 25.5,43.5 + parent: 588 + - uid: 1826 + components: + - type: Transform + pos: 28.5,43.5 + parent: 588 + - uid: 1827 + components: + - type: Transform + pos: 29.5,43.5 + parent: 588 +- proto: CableApcStack1 + entities: + - uid: 655 + components: + - type: Transform + pos: 16.273203,19.650417 + parent: 588 +- proto: CableHV + entities: + - uid: 462 + components: + - type: Transform + pos: 27.5,13.5 + parent: 588 + - uid: 466 + components: + - type: Transform + pos: 26.5,13.5 + parent: 588 + - uid: 468 + components: + - type: Transform + pos: 28.5,13.5 + parent: 588 + - uid: 485 + components: + - type: Transform + pos: 26.5,15.5 + parent: 588 + - uid: 486 + components: + - type: Transform + pos: 26.5,14.5 + parent: 588 + - uid: 487 + components: + - type: Transform + pos: 27.5,14.5 + parent: 588 + - uid: 488 + components: + - type: Transform + pos: 28.5,14.5 + parent: 588 + - uid: 489 + components: + - type: Transform + pos: 28.5,15.5 + parent: 588 + - uid: 743 + components: + - type: Transform + pos: 26.5,21.5 + parent: 588 + - uid: 744 + components: + - type: Transform + pos: 27.5,21.5 + parent: 588 + - uid: 745 + components: + - type: Transform + pos: 26.5,20.5 + parent: 588 + - uid: 746 + components: + - type: Transform + pos: 25.5,21.5 + parent: 588 + - uid: 768 + components: + - type: Transform + pos: 26.5,19.5 + parent: 588 + - uid: 778 + components: + - type: Transform + pos: 27.5,19.5 + parent: 588 + - uid: 978 + components: + - type: Transform + pos: 16.5,32.5 + parent: 588 + - uid: 979 + components: + - type: Transform + pos: 15.5,31.5 + parent: 588 + - uid: 980 + components: + - type: Transform + pos: 16.5,31.5 + parent: 588 + - uid: 981 + components: + - type: Transform + pos: 17.5,31.5 + parent: 588 + - uid: 982 + components: + - type: Transform + pos: 18.5,31.5 + parent: 588 + - uid: 983 + components: + - type: Transform + pos: 22.5,31.5 + parent: 588 + - uid: 984 + components: + - type: Transform + pos: 23.5,31.5 + parent: 588 + - uid: 985 + components: + - type: Transform + pos: 24.5,31.5 + parent: 588 + - uid: 986 + components: + - type: Transform + pos: 24.5,32.5 + parent: 588 + - uid: 987 + components: + - type: Transform + pos: 25.5,31.5 + parent: 588 + - uid: 989 + components: + - type: Transform + pos: 18.5,32.5 + parent: 588 + - uid: 990 + components: + - type: Transform + pos: 19.5,32.5 + parent: 588 + - uid: 991 + components: + - type: Transform + pos: 20.5,32.5 + parent: 588 + - uid: 992 + components: + - type: Transform + pos: 21.5,32.5 + parent: 588 + - uid: 993 + components: + - type: Transform + pos: 22.5,32.5 + parent: 588 + - uid: 1003 + components: + - type: Transform + pos: 16.5,30.5 + parent: 588 + - uid: 1004 + components: + - type: Transform + pos: 24.5,30.5 + parent: 588 + - uid: 1510 + components: + - type: Transform + pos: 18.5,44.5 + parent: 588 + - uid: 1511 + components: + - type: Transform + pos: 18.5,45.5 + parent: 588 + - uid: 1512 + components: + - type: Transform + pos: 20.5,45.5 + parent: 588 + - uid: 1513 + components: + - type: Transform + pos: 20.5,44.5 + parent: 588 + - uid: 1514 + components: + - type: Transform + pos: 19.5,44.5 + parent: 588 + - uid: 1522 + components: + - type: Transform + pos: 17.5,46.5 + parent: 588 + - uid: 1523 + components: + - type: Transform + pos: 21.5,46.5 + parent: 588 + - uid: 1524 + components: + - type: Transform + pos: 20.5,46.5 + parent: 588 + - uid: 1525 + components: + - type: Transform + pos: 18.5,46.5 + parent: 588 + - uid: 1526 + components: + - type: Transform + pos: 19.5,46.5 + parent: 588 +- proto: CableMV + entities: + - uid: 490 + components: + - type: Transform + pos: 27.5,13.5 + parent: 588 + - uid: 491 + components: + - type: Transform + pos: 26.5,13.5 + parent: 588 + - uid: 492 + components: + - type: Transform + pos: 25.5,13.5 + parent: 588 + - uid: 775 + components: + - type: Transform + pos: 27.5,19.5 + parent: 588 + - uid: 776 + components: + - type: Transform + pos: 26.5,19.5 + parent: 588 + - uid: 777 + components: + - type: Transform + pos: 25.5,19.5 + parent: 588 + - uid: 1527 + components: + - type: Transform + pos: 19.5,46.5 + parent: 588 + - uid: 1528 + components: + - type: Transform + pos: 19.5,47.5 + parent: 588 +- proto: CableTerminal + entities: + - uid: 463 + components: + - type: Transform + pos: 26.5,14.5 + parent: 588 + - uid: 464 + components: + - type: Transform + pos: 27.5,14.5 + parent: 588 + - uid: 465 + components: + - type: Transform + pos: 28.5,14.5 + parent: 588 + - uid: 767 + components: + - type: Transform + pos: 26.5,20.5 + parent: 588 + - uid: 970 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,31.5 + parent: 588 + - uid: 976 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,31.5 + parent: 588 + - uid: 1558 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,45.5 + parent: 588 + - uid: 1559 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,45.5 + parent: 588 +- proto: Carpet + entities: + - uid: 1632 + components: + - type: Transform + pos: 24.5,0.5 + parent: 588 + - uid: 1633 + components: + - type: Transform + pos: 25.5,0.5 + parent: 588 + - uid: 1634 + components: + - type: Transform + pos: 25.5,1.5 + parent: 588 + - uid: 1635 + components: + - type: Transform + pos: 24.5,1.5 + parent: 588 +- proto: CarpetBlue + entities: + - uid: 1636 + components: + - type: Transform + pos: 27.5,0.5 + parent: 588 + - uid: 1637 + components: + - type: Transform + pos: 28.5,1.5 + parent: 588 + - uid: 1638 + components: + - type: Transform + pos: 27.5,1.5 + parent: 588 + - uid: 1639 + components: + - type: Transform + pos: 28.5,0.5 + parent: 588 +- proto: CarpetPurple + entities: + - uid: 1626 + components: + - type: Transform + pos: 25.5,4.5 + parent: 588 + - uid: 1627 + components: + - type: Transform + pos: 25.5,3.5 + parent: 588 + - uid: 1628 + components: + - type: Transform + pos: 26.5,3.5 + parent: 588 + - uid: 1629 + components: + - type: Transform + pos: 27.5,3.5 + parent: 588 + - uid: 1630 + components: + - type: Transform + pos: 27.5,4.5 + parent: 588 + - uid: 1631 + components: + - type: Transform + pos: 26.5,4.5 + parent: 588 +- proto: Catwalk + entities: + - uid: 141 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,24.5 + parent: 588 + - uid: 142 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,26.5 + parent: 588 + - uid: 143 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,25.5 + parent: 588 + - uid: 248 + components: + - type: Transform + pos: 8.5,4.5 + parent: 588 + - uid: 249 + components: + - type: Transform + pos: 8.5,2.5 + parent: 588 + - uid: 250 + components: + - type: Transform + pos: 8.5,3.5 + parent: 588 + - uid: 251 + components: + - type: Transform + pos: 8.5,1.5 + parent: 588 + - uid: 471 + components: + - type: Transform + pos: 27.5,14.5 + parent: 588 + - uid: 473 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,12.5 + parent: 588 + - uid: 474 + components: + - type: Transform + pos: 28.5,14.5 + parent: 588 + - uid: 475 + components: + - type: Transform + pos: 26.5,14.5 + parent: 588 + - uid: 512 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,12.5 + parent: 588 + - uid: 513 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,12.5 + parent: 588 + - uid: 515 + components: + - type: Transform + pos: 25.5,16.5 + parent: 588 + - uid: 516 + components: + - type: Transform + pos: 26.5,16.5 + parent: 588 + - uid: 517 + components: + - type: Transform + pos: 27.5,16.5 + parent: 588 + - uid: 518 + components: + - type: Transform + pos: 28.5,16.5 + parent: 588 + - uid: 519 + components: + - type: Transform + pos: 29.5,16.5 + parent: 588 + - uid: 520 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,12.5 + parent: 588 + - uid: 521 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,12.5 + parent: 588 + - uid: 769 + components: + - type: Transform + pos: 26.5,20.5 + parent: 588 + - uid: 832 + components: + - type: Transform + pos: 3.5,31.5 + parent: 588 + - uid: 833 + components: + - type: Transform + pos: 4.5,31.5 + parent: 588 + - uid: 834 + components: + - type: Transform + pos: 5.5,31.5 + parent: 588 + - uid: 835 + components: + - type: Transform + pos: 6.5,31.5 + parent: 588 + - uid: 836 + components: + - type: Transform + pos: 7.5,31.5 + parent: 588 + - uid: 837 + components: + - type: Transform + pos: 8.5,31.5 + parent: 588 + - uid: 838 + components: + - type: Transform + pos: 9.5,31.5 + parent: 588 + - uid: 839 + components: + - type: Transform + pos: 6.5,32.5 + parent: 588 + - uid: 840 + components: + - type: Transform + pos: 6.5,30.5 + parent: 588 + - uid: 841 + components: + - type: Transform + pos: 5.5,32.5 + parent: 588 + - uid: 842 + components: + - type: Transform + pos: 7.5,32.5 + parent: 588 + - uid: 843 + components: + - type: Transform + pos: 5.5,30.5 + parent: 588 + - uid: 844 + components: + - type: Transform + pos: 7.5,30.5 + parent: 588 + - uid: 861 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,27.5 + parent: 588 + - uid: 862 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,28.5 + parent: 588 + - uid: 863 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,28.5 + parent: 588 + - uid: 864 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,27.5 + parent: 588 + - uid: 865 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,26.5 + parent: 588 + - uid: 879 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,40.5 + parent: 588 + - uid: 880 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,39.5 + parent: 588 + - uid: 881 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,39.5 + parent: 588 + - uid: 882 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,39.5 + parent: 588 + - uid: 883 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,39.5 + parent: 588 + - uid: 884 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,39.5 + parent: 588 + - uid: 885 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,38.5 + parent: 588 + - uid: 914 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,10.5 + parent: 588 + - uid: 915 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,10.5 + parent: 588 + - uid: 916 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,10.5 + parent: 588 + - uid: 917 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,10.5 + parent: 588 + - uid: 918 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,10.5 + parent: 588 + - uid: 919 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,6.5 + parent: 588 + - uid: 920 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,6.5 + parent: 588 + - uid: 921 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,6.5 + parent: 588 + - uid: 922 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,6.5 + parent: 588 + - uid: 923 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,6.5 + parent: 588 + - uid: 955 + components: + - type: Transform + pos: 15.5,31.5 + parent: 588 + - uid: 956 + components: + - type: Transform + pos: 16.5,31.5 + parent: 588 + - uid: 957 + components: + - type: Transform + pos: 17.5,31.5 + parent: 588 + - uid: 958 + components: + - type: Transform + pos: 18.5,31.5 + parent: 588 + - uid: 959 + components: + - type: Transform + pos: 19.5,31.5 + parent: 588 + - uid: 960 + components: + - type: Transform + pos: 20.5,31.5 + parent: 588 + - uid: 961 + components: + - type: Transform + pos: 21.5,31.5 + parent: 588 + - uid: 962 + components: + - type: Transform + pos: 22.5,31.5 + parent: 588 + - uid: 963 + components: + - type: Transform + pos: 23.5,31.5 + parent: 588 + - uid: 964 + components: + - type: Transform + pos: 24.5,31.5 + parent: 588 + - uid: 965 + components: + - type: Transform + pos: 25.5,31.5 + parent: 588 + - uid: 994 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,32.5 + parent: 588 + - uid: 1158 + components: + - type: Transform + pos: 8.5,0.5 + parent: 588 + - uid: 1180 + components: + - type: Transform + pos: 1.5,36.5 + parent: 588 + - uid: 1181 + components: + - type: Transform + pos: 2.5,36.5 + parent: 588 + - uid: 1182 + components: + - type: Transform + pos: 3.5,36.5 + parent: 588 + - uid: 1183 + components: + - type: Transform + pos: 4.5,36.5 + parent: 588 + - uid: 1184 + components: + - type: Transform + pos: 5.5,36.5 + parent: 588 + - uid: 1185 + components: + - type: Transform + pos: 5.5,34.5 + parent: 588 + - uid: 1186 + components: + - type: Transform + pos: 6.5,34.5 + parent: 588 + - uid: 1187 + components: + - type: Transform + pos: 7.5,34.5 + parent: 588 + - uid: 1188 + components: + - type: Transform + pos: 8.5,34.5 + parent: 588 + - uid: 1189 + components: + - type: Transform + pos: 9.5,34.5 + parent: 588 + - uid: 1320 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,40.5 + parent: 588 + - uid: 1321 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,40.5 + parent: 588 + - uid: 1322 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,40.5 + parent: 588 + - uid: 1323 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,38.5 + parent: 588 + - uid: 1324 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,38.5 + parent: 588 + - uid: 1325 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,38.5 + parent: 588 + - uid: 1326 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,38.5 + parent: 588 + - uid: 1327 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,38.5 + parent: 588 + - uid: 1331 + components: + - type: Transform + pos: 4.5,45.5 + parent: 588 + - uid: 1336 + components: + - type: Transform + pos: 2.5,45.5 + parent: 588 + - uid: 1339 + components: + - type: Transform + pos: 3.5,45.5 + parent: 588 + - uid: 1342 + components: + - type: Transform + pos: 3.5,46.5 + parent: 588 + - uid: 1344 + components: + - type: Transform + pos: 3.5,44.5 + parent: 588 + - uid: 1346 + components: + - type: Transform + pos: 2.5,44.5 + parent: 588 + - uid: 1347 + components: + - type: Transform + pos: 4.5,44.5 + parent: 588 + - uid: 1348 + components: + - type: Transform + pos: 4.5,44.5 + parent: 588 + - uid: 1349 + components: + - type: Transform + pos: 4.5,46.5 + parent: 588 + - uid: 1350 + components: + - type: Transform + pos: 2.5,46.5 + parent: 588 + - uid: 1494 + components: + - type: Transform + pos: 17.5,42.5 + parent: 588 + - uid: 1495 + components: + - type: Transform + pos: 18.5,42.5 + parent: 588 + - uid: 1496 + components: + - type: Transform + pos: 19.5,42.5 + parent: 588 + - uid: 1497 + components: + - type: Transform + pos: 20.5,42.5 + parent: 588 + - uid: 1498 + components: + - type: Transform + pos: 21.5,42.5 + parent: 588 + - uid: 1499 + components: + - type: Transform + pos: 17.5,48.5 + parent: 588 + - uid: 1500 + components: + - type: Transform + pos: 18.5,48.5 + parent: 588 + - uid: 1501 + components: + - type: Transform + pos: 19.5,48.5 + parent: 588 + - uid: 1502 + components: + - type: Transform + pos: 20.5,48.5 + parent: 588 + - uid: 1503 + components: + - type: Transform + pos: 21.5,48.5 + parent: 588 + - uid: 1516 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,44.5 + parent: 588 + - uid: 1517 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,45.5 + parent: 588 + - uid: 1518 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,45.5 + parent: 588 + - uid: 1519 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,45.5 + parent: 588 + - uid: 1582 + components: + - type: Transform + pos: 28.5,22.5 + parent: 588 + - uid: 1583 + components: + - type: Transform + pos: 28.5,21.5 + parent: 588 + - uid: 1584 + components: + - type: Transform + pos: 28.5,20.5 + parent: 588 + - uid: 1585 + components: + - type: Transform + pos: 28.5,19.5 + parent: 588 + - uid: 1586 + components: + - type: Transform + pos: 28.5,18.5 + parent: 588 + - uid: 1587 + components: + - type: Transform + pos: 24.5,22.5 + parent: 588 + - uid: 1588 + components: + - type: Transform + pos: 24.5,21.5 + parent: 588 + - uid: 1589 + components: + - type: Transform + pos: 24.5,20.5 + parent: 588 + - uid: 1590 + components: + - type: Transform + pos: 24.5,19.5 + parent: 588 + - uid: 1591 + components: + - type: Transform + pos: 24.5,18.5 + parent: 588 +- proto: Chair + entities: + - uid: 357 + components: + - type: Transform + pos: 23.5,4.5 + parent: 588 + - uid: 421 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,9.5 + parent: 588 + - uid: 422 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,9.5 + parent: 588 + - uid: 423 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,7.5 + parent: 588 + - uid: 533 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,14.5 + parent: 588 + - uid: 534 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,15.5 + parent: 588 + - uid: 537 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,14.5 + parent: 588 + - uid: 569 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,13.5 + parent: 588 + - uid: 716 + components: + - type: Transform + pos: 18.5,19.5 + parent: 588 + - uid: 717 + components: + - type: Transform + pos: 19.5,19.5 + parent: 588 + - uid: 718 + components: + - type: Transform + pos: 22.5,19.5 + parent: 588 + - uid: 719 + components: + - type: Transform + pos: 21.5,19.5 + parent: 588 + - uid: 1280 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,38.5 + parent: 588 + - uid: 1281 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,38.5 + parent: 588 + - uid: 1282 + components: + - type: Transform + pos: 20.5,40.5 + parent: 588 + - uid: 1283 + components: + - type: Transform + pos: 21.5,40.5 + parent: 588 + - uid: 1865 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,7.5 + parent: 588 +- proto: ChairFolding + entities: + - uid: 344 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,0.5 + parent: 588 + - uid: 345 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,1.5 + parent: 588 + - uid: 346 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,0.5 + parent: 588 + - uid: 347 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,3.5 + parent: 588 + - uid: 348 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,3.5 + parent: 588 + - uid: 349 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,4.5 + parent: 588 + - uid: 350 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,1.5 + parent: 588 + - uid: 351 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,0.5 + parent: 588 + - uid: 352 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,4.5 + parent: 588 + - uid: 353 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,4.5 + parent: 588 + - uid: 1212 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,36.5 + parent: 588 +- proto: ChairFoldingSpawnFolded + entities: + - uid: 354 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.53707,1.6455604 + parent: 588 + - uid: 355 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.595894,3.4052575 + parent: 588 +- proto: ChairOfficeDark + entities: + - uid: 330 + components: + - type: Transform + pos: 19.5,1.5 + parent: 588 + - uid: 331 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,3.5 + parent: 588 + - uid: 358 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,0.5 + parent: 588 + - uid: 359 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,0.5 + parent: 588 + - uid: 360 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,0.5 + parent: 588 + - uid: 361 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,0.5 + parent: 588 + - uid: 571 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,12.5 + parent: 588 +- proto: ChairOfficeLight + entities: + - uid: 631 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,19.5 + parent: 588 + - uid: 638 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,21.5 + parent: 588 + - uid: 707 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,21.5 + parent: 588 +- proto: ChairPilotSeat + entities: + - uid: 356 + components: + - type: Transform + pos: 26.5,4.5 + parent: 588 +- proto: ChairWood + entities: + - uid: 1049 + components: + - type: Transform + pos: 20.5,25.5 + parent: 588 + - uid: 1050 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,27.5 + parent: 588 + - uid: 1231 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,34.5 + parent: 588 + - uid: 1232 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,36.5 + parent: 588 + - uid: 1790 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,46.5 + parent: 588 + - uid: 1791 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,44.5 + parent: 588 +- proto: CigarGold + entities: + - uid: 1219 + components: + - type: Transform + pos: 7.4719925,36.539555 + parent: 588 +- proto: ClosetBombFilled + entities: + - uid: 1014 + components: + - type: Transform + pos: 12.5,27.5 + parent: 588 + - uid: 1026 + components: + - type: Transform + pos: 16.5,27.5 + parent: 588 +- proto: ClosetWallMaintenanceFilledRandom + entities: + - uid: 499 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,15.5 + parent: 588 + - uid: 868 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,27.5 + parent: 588 + - uid: 1564 + components: + - type: Transform + pos: 17.5,43.5 + parent: 588 + - uid: 1565 + components: + - type: Transform + pos: 21.5,43.5 + parent: 588 +- proto: ClothingHeadHatPwig + entities: + - uid: 369 + components: + - type: Transform + pos: 25.824945,3.5783403 + parent: 588 +- proto: ClothingHeadHelmetThunderdome + entities: + - uid: 1240 + components: + - type: Transform + pos: 34.666565,24.66942 + parent: 588 +- proto: ClothingNeckLawyerbadge + entities: + - uid: 326 + components: + - type: Transform + pos: 21.586027,4.583762 + parent: 588 +- proto: ClothingOuterArmorHeavy + entities: + - uid: 522 + components: + - type: Transform + pos: 30.47641,8.530076 + parent: 588 + - type: GroupExamine + group: + - hoverMessage: "" + contextText: verb-examine-group-other + icon: /Textures/Interface/examine-star.png + components: + - Armor + - ClothingSpeedModifier + entries: + - message: This decreases your speed by [color=yellow]10%[/color]. + priority: 0 + component: ClothingSpeedModifier + - message: >- + It provides the following protection: + + - [color=yellow]Blunt[/color] damage reduced by [color=lightblue]40%[/color]. + + - [color=yellow]Slash[/color] damage reduced by [color=lightblue]40%[/color]. + + - [color=yellow]Piercing[/color] damage reduced by [color=lightblue]50%[/color]. + + - [color=yellow]Heat[/color] damage reduced by [color=lightblue]30%[/color]. + + - [color=yellow]Caustic[/color] damage reduced by [color=lightblue]25%[/color]. + + - [color=orange]Explosion[/color] damage reduced by [color=lightblue]30%[/color]. + priority: 0 + component: Armor + title: null + - uid: 1069 + components: + - type: Transform + pos: 30.708948,8.655076 + parent: 588 + - type: GroupExamine + group: + - hoverMessage: "" + contextText: verb-examine-group-other + icon: /Textures/Interface/examine-star.png + components: + - Armor + - ClothingSpeedModifier + entries: + - message: This decreases your speed by [color=yellow]10%[/color]. + priority: 0 + component: ClothingSpeedModifier + - message: >- + It provides the following protection: + + - [color=yellow]Blunt[/color] damage reduced by [color=lightblue]40%[/color]. + + - [color=yellow]Slash[/color] damage reduced by [color=lightblue]40%[/color]. + + - [color=yellow]Piercing[/color] damage reduced by [color=lightblue]50%[/color]. + + - [color=yellow]Heat[/color] damage reduced by [color=lightblue]30%[/color]. + + - [color=yellow]Caustic[/color] damage reduced by [color=lightblue]25%[/color]. + + - [color=orange]Explosion[/color] damage reduced by [color=lightblue]30%[/color]. + priority: 0 + component: Armor + title: null +- proto: ClothingOuterRobesJudge + entities: + - uid: 370 + components: + - type: Transform + pos: 27.40101,3.677678 + parent: 588 +- proto: ClusterBangFull + entities: + - uid: 599 + components: + - type: Transform + pos: 33.484257,28.42918 + parent: 588 +- proto: ComputerAlert + entities: + - uid: 999 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,30.5 + parent: 588 + - uid: 1001 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,30.5 + parent: 588 + - uid: 1561 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,46.5 + parent: 588 +- proto: computerBodyScanner + entities: + - uid: 1394 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,44.5 + parent: 588 + - uid: 1423 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,44.5 + parent: 588 +- proto: ComputerCriminalRecords + entities: + - uid: 461 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,0.5 + parent: 588 + - uid: 634 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,18.5 + parent: 588 +- proto: ComputerPowerMonitoring + entities: + - uid: 1000 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,30.5 + parent: 588 + - uid: 1002 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,30.5 + parent: 588 + - uid: 1560 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,46.5 + parent: 588 +- proto: ComputerSurveillanceCameraMonitor + entities: + - uid: 635 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,21.5 + parent: 588 +- proto: ComputerTelevision + entities: + - uid: 1229 + components: + - type: Transform + pos: 12.5,34.5 + parent: 588 + - uid: 1230 + components: + - type: Transform + pos: 22.5,36.5 + parent: 588 +- proto: CrateEngineeringGear + entities: + - uid: 1008 + components: + - type: Transform + pos: 26.5,30.5 + parent: 588 +- proto: CrateFunBoardGames + entities: + - uid: 1845 + components: + - type: Transform + pos: 26.5,48.5 + parent: 588 +- proto: CrateFunParty + entities: + - uid: 1876 + components: + - type: Transform + pos: 25.5,43.5 + parent: 588 +- proto: CrayonBox + entities: + - uid: 1057 + components: + - type: Transform + pos: 20.47107,24.608877 + parent: 588 +- proto: CryoPod + entities: + - uid: 1395 + components: + - type: Transform + pos: 8.5,47.5 + parent: 588 + - uid: 1397 + components: + - type: Transform + pos: 14.5,47.5 + parent: 588 +- proto: DebugSMES + entities: + - uid: 971 + components: + - type: Transform + pos: 22.5,32.5 + parent: 588 + - uid: 974 + components: + - type: Transform + pos: 18.5,32.5 + parent: 588 +- proto: DeployableBarrier + entities: + - uid: 1233 + components: + - type: Transform + pos: 32.5,24.5 + parent: 588 +- proto: DiseaseDiagnoser + entities: + - uid: 1424 + components: + - type: Transform + pos: 14.5,44.5 + parent: 588 +- proto: DisposalUnit + entities: + - uid: 550 + components: + - type: Transform + pos: 22.5,16.5 + parent: 588 + - uid: 725 + components: + - type: Transform + pos: 21.5,22.5 + parent: 588 + - uid: 766 + components: + - type: Transform + pos: 9.5,22.5 + parent: 588 + - uid: 1288 + components: + - type: Transform + pos: 22.5,38.5 + parent: 588 +- proto: DoorElectronics + entities: + - uid: 659 + components: + - type: Transform + pos: 12.581519,21.410114 + parent: 588 + - uid: 1074 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.639427,25.54549 + parent: 588 +- proto: Dresser + entities: + - uid: 1051 + components: + - type: Transform + pos: 22.5,25.5 + parent: 588 + - uid: 1052 + components: + - type: Transform + pos: 20.5,27.5 + parent: 588 + - uid: 1061 + components: + - type: Transform + pos: 24.5,25.5 + parent: 588 + - uid: 1221 + components: + - type: Transform + pos: 21.5,36.5 + parent: 588 + - uid: 1222 + components: + - type: Transform + pos: 13.5,34.5 + parent: 588 +- proto: DrinkShinyFlask + entities: + - uid: 1874 + components: + - type: Transform + pos: 6.890398,22.663696 + parent: 588 +- proto: DrinkWaterCup + entities: + - uid: 762 + components: + - type: Transform + pos: 6.313587,19.590261 + parent: 588 + - uid: 763 + components: + - type: Transform + pos: 6.441377,19.419968 + parent: 588 +- proto: EmergencyLight + entities: + - uid: 1716 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,6.5 + parent: 588 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 1717 + components: + - type: Transform + pos: 21.5,10.5 + parent: 588 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 1718 + components: + - type: Transform + pos: 30.5,4.5 + parent: 588 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 1719 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,0.5 + parent: 588 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 1720 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,0.5 + parent: 588 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 1721 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,12.5 + parent: 588 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 1722 + components: + - type: Transform + pos: 18.5,16.5 + parent: 588 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 1723 + components: + - type: Transform + pos: 31.5,22.5 + parent: 588 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 1724 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,25.5 + parent: 588 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 1726 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,25.5 + parent: 588 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 1727 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,27.5 + parent: 588 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 1728 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,27.5 + parent: 588 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 1729 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,27.5 + parent: 588 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 1730 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,25.5 + parent: 588 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 1731 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,7.5 + parent: 588 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 1732 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,9.5 + parent: 588 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 1733 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,20.5 + parent: 588 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 1734 + components: + - type: Transform + pos: 1.5,24.5 + parent: 588 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 1735 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,30.5 + parent: 588 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 1736 + components: + - type: Transform + pos: 11.5,32.5 + parent: 588 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 1737 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,40.5 + parent: 588 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 1738 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,40.5 + parent: 588 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 1739 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,30.5 + parent: 588 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 1740 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,19.5 + parent: 588 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 1742 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,21.5 + parent: 588 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 1744 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,18.5 + parent: 588 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 1745 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,34.5 + parent: 588 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 1746 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,34.5 + parent: 588 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 1747 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,38.5 + parent: 588 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 1748 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,44.5 + parent: 588 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 1749 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,44.5 + parent: 588 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 1750 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,46.5 + parent: 588 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 1751 + components: + - type: Transform + pos: 30.5,6.5 + parent: 588 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 1752 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,10.5 + parent: 588 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 1832 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,46.5 + parent: 588 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight +- proto: ExtinguisherCabinetFilled + entities: + - uid: 867 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,26.5 + parent: 588 + - uid: 1198 + components: + - type: Transform + pos: 2.5,8.5 + parent: 588 + - uid: 1199 + components: + - type: Transform + pos: 8.5,8.5 + parent: 588 + - uid: 1200 + components: + - type: Transform + pos: 8.5,35.5 + parent: 588 + - uid: 1201 + components: + - type: Transform + pos: 1.5,35.5 + parent: 588 + - uid: 1202 + components: + - type: Transform + pos: 25.5,14.5 + parent: 588 + - uid: 1328 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,39.5 + parent: 588 + - uid: 1566 + components: + - type: Transform + pos: 17.5,44.5 + parent: 588 +- proto: filingCabinetRandom + entities: + - uid: 320 + components: + - type: Transform + pos: 21.5,0.5 + parent: 588 + - uid: 321 + components: + - type: Transform + pos: 20.5,0.5 + parent: 588 +- proto: filingCabinetTallRandom + entities: + - uid: 1396 + components: + - type: Transform + pos: 8.5,44.5 + parent: 588 +- proto: Flash + entities: + - uid: 1209 + components: + - type: Transform + pos: 10.726851,19.047483 + parent: 588 +- proto: FloodlightBroken + entities: + - uid: 1193 + components: + - type: Transform + pos: 9.462372,35.6454 + parent: 588 +- proto: FloorDrain + entities: + - uid: 944 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,28.5 + parent: 588 + - type: Fixtures + fixtures: {} + - uid: 945 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,28.5 + parent: 588 + - type: Fixtures + fixtures: {} +- proto: FloorLavaEntity + entities: + - uid: 47 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,8.5 + parent: 588 + - uid: 49 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,8.5 + parent: 588 + - uid: 458 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,10.5 + parent: 588 + - uid: 459 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,8.5 + parent: 588 + - uid: 460 + components: + - type: Transform + pos: 8.5,3.5 + parent: 588 + - uid: 645 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,20.5 + parent: 588 + - uid: 820 + components: + - type: Transform + pos: 4.5,32.5 + parent: 588 + - uid: 821 + components: + - type: Transform + pos: 4.5,31.5 + parent: 588 + - uid: 822 + components: + - type: Transform + pos: 5.5,31.5 + parent: 588 + - uid: 823 + components: + - type: Transform + pos: 5.5,32.5 + parent: 588 + - uid: 824 + components: + - type: Transform + pos: 5.5,30.5 + parent: 588 + - uid: 825 + components: + - type: Transform + pos: 6.5,30.5 + parent: 588 + - uid: 826 + components: + - type: Transform + pos: 7.5,30.5 + parent: 588 + - uid: 827 + components: + - type: Transform + pos: 6.5,32.5 + parent: 588 + - uid: 828 + components: + - type: Transform + pos: 7.5,32.5 + parent: 588 + - uid: 829 + components: + - type: Transform + pos: 7.5,31.5 + parent: 588 + - uid: 830 + components: + - type: Transform + pos: 6.5,31.5 + parent: 588 + - uid: 831 + components: + - type: Transform + pos: 8.5,30.5 + parent: 588 + - uid: 857 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,39.5 + parent: 588 + - uid: 858 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,39.5 + parent: 588 + - uid: 859 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,38.5 + parent: 588 + - uid: 860 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,40.5 + parent: 588 + - uid: 887 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,40.5 + parent: 588 + - uid: 889 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,39.5 + parent: 588 + - uid: 906 + components: + - type: Transform + pos: 4.5,7.5 + parent: 588 + - uid: 907 + components: + - type: Transform + pos: 5.5,7.5 + parent: 588 + - uid: 908 + components: + - type: Transform + pos: 5.5,9.5 + parent: 588 + - uid: 909 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,6.5 + parent: 588 + - uid: 910 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,6.5 + parent: 588 + - uid: 911 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,9.5 + parent: 588 + - uid: 913 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,10.5 + parent: 588 + - uid: 1247 + components: + - type: Transform + pos: 8.5,4.5 + parent: 588 + - uid: 1248 + components: + - type: Transform + pos: 9.5,4.5 + parent: 588 + - uid: 1249 + components: + - type: Transform + pos: 8.5,2.5 + parent: 588 + - uid: 1250 + components: + - type: Transform + pos: 8.5,1.5 + parent: 588 + - uid: 1251 + components: + - type: Transform + pos: 9.5,1.5 + parent: 588 + - uid: 1252 + components: + - type: Transform + pos: 8.5,1.5 + parent: 588 + - uid: 1253 + components: + - type: Transform + pos: 8.5,0.5 + parent: 588 + - uid: 1254 + components: + - type: Transform + pos: 7.5,0.5 + parent: 588 + - uid: 1333 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,46.5 + parent: 588 + - uid: 1341 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,45.5 + parent: 588 + - uid: 1343 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,46.5 + parent: 588 + - uid: 1345 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,46.5 + parent: 588 + - uid: 1359 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,47.5 + parent: 588 + - uid: 1360 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,46.5 + parent: 588 + - uid: 1361 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,47.5 + parent: 588 + - uid: 1362 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,47.5 + parent: 588 + - uid: 1363 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,44.5 + parent: 588 + - uid: 1364 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,47.5 + parent: 588 + - uid: 1365 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,44.5 + parent: 588 + - uid: 1366 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,45.5 + parent: 588 + - uid: 1367 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,44.5 + parent: 588 + - uid: 1368 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,43.5 + parent: 588 + - uid: 1369 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,43.5 + parent: 588 + - uid: 1370 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,42.5 + parent: 588 + - uid: 1371 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,42.5 + parent: 588 + - uid: 1372 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,43.5 + parent: 588 + - uid: 1373 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,44.5 + parent: 588 + - uid: 1374 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,46.5 + parent: 588 + - uid: 1375 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,43.5 + parent: 588 +- proto: FoodPlateTrash + entities: + - uid: 1692 + components: + - type: Transform + pos: 28.80027,47.44947 + parent: 588 +- proto: GasFilter + entities: + - uid: 1415 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,47.5 + parent: 588 +- proto: GasPipeBend + entities: + - uid: 1412 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,46.5 + parent: 588 + - uid: 1414 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,46.5 + parent: 588 + - uid: 1416 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,47.5 + parent: 588 + - uid: 1421 + components: + - type: Transform + pos: 13.5,47.5 + parent: 588 +- proto: GasPipeStraight + entities: + - uid: 1418 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,47.5 + parent: 588 + - uid: 1420 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,46.5 + parent: 588 +- proto: GasPipeTJunction + entities: + - uid: 1410 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,46.5 + parent: 588 + - uid: 1411 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,46.5 + parent: 588 + - uid: 1417 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,46.5 + parent: 588 + - uid: 1419 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,46.5 + parent: 588 +- proto: GasPort + entities: + - uid: 1404 + components: + - type: Transform + pos: 9.5,48.5 + parent: 588 + - uid: 1422 + components: + - type: Transform + pos: 12.5,48.5 + parent: 588 +- proto: GasPressurePump + entities: + - uid: 1409 + components: + - type: Transform + pos: 9.5,47.5 + parent: 588 +- proto: GasThermoMachineFreezer + entities: + - uid: 1403 + components: + - type: Transform + pos: 10.5,48.5 + parent: 588 +- proto: GatfruitSeeds + entities: + - uid: 562 + components: + - type: Transform + pos: 8.528373,27.49547 + parent: 588 +- proto: Gauze + entities: + - uid: 1482 + components: + - type: Transform + pos: 8.452288,42.514927 + parent: 588 +- proto: GeneratorRTG + entities: + - uid: 742 + components: + - type: Transform + pos: 27.5,21.5 + parent: 588 + - uid: 748 + components: + - type: Transform + pos: 25.5,21.5 + parent: 588 +- proto: Girder + entities: + - uid: 1301 + components: + - type: Transform + pos: 26.5,39.5 + parent: 588 +- proto: Grille + entities: + - uid: 209 + components: + - type: Transform + pos: 15.5,34.5 + parent: 588 + - uid: 211 + components: + - type: Transform + pos: 19.5,36.5 + parent: 588 + - uid: 212 + components: + - type: Transform + pos: 19.5,34.5 + parent: 588 + - uid: 213 + components: + - type: Transform + pos: 15.5,36.5 + parent: 588 + - uid: 403 + components: + - type: Transform + pos: 15.5,9.5 + parent: 588 + - uid: 404 + components: + - type: Transform + pos: 15.5,7.5 + parent: 588 + - uid: 407 + components: + - type: Transform + pos: 19.5,9.5 + parent: 588 + - uid: 408 + components: + - type: Transform + pos: 19.5,7.5 + parent: 588 + - uid: 568 + components: + - type: Transform + pos: 12.5,15.5 + parent: 588 + - uid: 584 + components: + - type: Transform + pos: 2.5,12.5 + parent: 588 + - uid: 586 + components: + - type: Transform + pos: 2.5,16.5 + parent: 588 + - uid: 587 + components: + - type: Transform + pos: 4.5,16.5 + parent: 588 + - uid: 589 + components: + - type: Transform + pos: 4.5,12.5 + parent: 588 + - uid: 1465 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,43.5 + parent: 588 + - uid: 1466 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,43.5 + parent: 588 +- proto: GrilleBroken + entities: + - uid: 1302 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,39.5 + parent: 588 +- proto: GunSafeShuttleT3Spawner + entities: + - uid: 396 + components: + - type: Transform + pos: 28.5,8.5 + parent: 588 +- proto: HighSecArmoryLocked + entities: + - uid: 1597 + components: + - type: Transform + pos: 26.5,7.5 + parent: 588 + - uid: 1598 + components: + - type: Transform + pos: 32.5,7.5 + parent: 588 + - uid: 1599 + components: + - type: Transform + pos: 29.5,9.5 + parent: 588 +- proto: HospitalCurtains + entities: + - uid: 402 + components: + - type: Transform + pos: 8.5,27.5 + parent: 588 + - uid: 949 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,24.5 + parent: 588 + - uid: 951 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,27.5 + parent: 588 + - uid: 1768 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,48.5 + parent: 588 +- proto: HospitalCurtainsOpen + entities: + - uid: 946 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,25.5 + parent: 588 + - uid: 947 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,24.5 + parent: 588 + - uid: 1040 + components: + - type: Transform + pos: 20.5,28.5 + parent: 588 + - uid: 1046 + components: + - type: Transform + pos: 22.5,24.5 + parent: 588 + - uid: 1148 + components: + - type: Transform + pos: 28.5,25.5 + parent: 588 + - uid: 1149 + components: + - type: Transform + pos: 28.5,24.5 + parent: 588 + - uid: 1223 + components: + - type: Transform + pos: 20.5,36.5 + parent: 588 + - uid: 1224 + components: + - type: Transform + pos: 14.5,34.5 + parent: 588 + - uid: 1467 + components: + - type: Transform + pos: 12.5,42.5 + parent: 588 + - uid: 1469 + components: + - type: Transform + pos: 10.5,42.5 + parent: 588 + - uid: 1767 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,42.5 + parent: 588 +- proto: hydroponicsTray + entities: + - uid: 796 + components: + - type: Transform + pos: 31.5,21.5 + parent: 588 + - uid: 797 + components: + - type: Transform + pos: 31.5,20.5 + parent: 588 + - uid: 798 + components: + - type: Transform + pos: 31.5,19.5 + parent: 588 + - uid: 1772 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,42.5 + parent: 588 + - uid: 1774 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,44.5 + parent: 588 + - uid: 1787 + components: + - type: Transform + pos: 30.5,44.5 + parent: 588 + - uid: 1788 + components: + - type: Transform + pos: 30.5,42.5 + parent: 588 +- proto: Lamp + entities: + - uid: 581 + components: + - type: Transform + pos: 12.369425,13.798887 + parent: 588 +- proto: LampGold + entities: + - uid: 322 + components: + - type: Transform + pos: 18.419699,1.6320114 + parent: 588 + - uid: 323 + components: + - type: Transform + pos: 20.563715,4.8959665 + parent: 588 + - uid: 729 + components: + - type: Transform + pos: 6.4779434,22.892899 + parent: 588 + - uid: 730 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.765976,19.912766 + parent: 588 +- proto: Lighter + entities: + - uid: 1220 + components: + - type: Transform + pos: 7.5287867,36.397644 + parent: 588 +- proto: LockerDetective + entities: + - uid: 560 + components: + - type: Transform + pos: 14.5,16.5 + parent: 588 +- proto: LockerEvidence + entities: + - uid: 254 + components: + - type: Transform + pos: 16.5,0.5 + parent: 588 + - uid: 262 + components: + - type: Transform + pos: 2.5,0.5 + parent: 588 + - uid: 263 + components: + - type: Transform + pos: 4.5,0.5 + parent: 588 + - uid: 276 + components: + - type: Transform + pos: 0.5,0.5 + parent: 588 + - uid: 286 + components: + - type: Transform + pos: 12.5,0.5 + parent: 588 + - uid: 287 + components: + - type: Transform + pos: 14.5,0.5 + parent: 588 + - uid: 704 + components: + - type: Transform + pos: 16.5,22.5 + parent: 588 +- proto: LockerSecurityFilled + entities: + - uid: 416 + components: + - type: Transform + pos: 20.5,6.5 + parent: 588 + - uid: 1011 + components: + - type: Transform + pos: 12.5,28.5 + parent: 588 +- proto: LockerSyndicatePersonal + entities: + - uid: 605 + components: + - type: Transform + pos: 6.5,12.5 + parent: 588 +- proto: MagazinePistolSubMachineGunPractice + entities: + - uid: 376 + components: + - type: Transform + pos: 26.585018,35.00363 + parent: 588 +- proto: MaintenanceFluffSpawner + entities: + - uid: 414 + components: + - type: Transform + pos: 25.5,32.5 + parent: 588 + - uid: 1289 + components: + - type: Transform + pos: 17.5,38.5 + parent: 588 + - uid: 1290 + components: + - type: Transform + pos: 21.5,40.5 + parent: 588 + - uid: 1291 + components: + - type: Transform + pos: 20.5,40.5 + parent: 588 +- proto: MaintenanceWeaponSpawner + entities: + - uid: 548 + components: + - type: Transform + pos: 15.5,4.5 + parent: 588 + - uid: 549 + components: + - type: Transform + pos: 3.5,4.5 + parent: 588 + - uid: 1580 + components: + - type: Transform + pos: 1.5,8.5 + parent: 588 + - uid: 1581 + components: + - type: Transform + pos: 9.5,8.5 + parent: 588 +- proto: MaterialCloth1 + entities: + - uid: 702 + components: + - type: Transform + pos: 12.462601,18.586084 + parent: 588 + - uid: 1065 + components: + - type: Transform + pos: 24.460928,24.594687 + parent: 588 + - uid: 1066 + components: + - type: Transform + pos: 24.389935,24.296673 + parent: 588 +- proto: MaterialWoodPlank1 + entities: + - uid: 703 + components: + - type: Transform + pos: 12.817572,18.685423 + parent: 588 + - uid: 1064 + components: + - type: Transform + pos: 26.278374,24.608877 + parent: 588 + - uid: 1067 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.801699,24.708214 + parent: 588 + - uid: 1076 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.823982,27.574818 + parent: 588 +- proto: MedicalBed + entities: + - uid: 1146 + components: + - type: Transform + pos: 28.5,24.5 + parent: 588 + - uid: 1147 + components: + - type: Transform + pos: 28.5,25.5 + parent: 588 +- proto: OperatingTable + entities: + - uid: 1389 + components: + - type: Transform + pos: 9.5,43.5 + parent: 588 +- proto: Paper + entities: + - uid: 1055 + components: + - type: Transform + pos: 20.428474,24.722406 + parent: 588 + - uid: 1056 + components: + - type: Transform + pos: 20.669853,24.52373 + parent: 588 +- proto: PartRodMetal1 + entities: + - uid: 1071 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.341253,26.595633 + parent: 588 + - uid: 1072 + components: + - type: Transform + pos: 25.36965,28.11408 + parent: 588 +- proto: PhoneInstrument + entities: + - uid: 371 + components: + - type: Transform + pos: 25.484175,4.4865713 + parent: 588 +- proto: PlushieNuke + entities: + - uid: 1850 + components: + - type: Transform + pos: 22.519993,28.594225 + parent: 588 +- proto: PortableFlasher + entities: + - uid: 1234 + components: + - type: Transform + pos: 32.5,25.5 + parent: 588 +- proto: PortableGeneratorPacman + entities: + - uid: 967 + components: + - type: Transform + pos: 16.5,32.5 + parent: 588 + - uid: 969 + components: + - type: Transform + pos: 24.5,32.5 + parent: 588 +- proto: PortableGeneratorSuperPacman + entities: + - uid: 50 + components: + - type: Transform + pos: 26.5,15.5 + parent: 588 + - uid: 55 + components: + - type: Transform + pos: 28.5,15.5 + parent: 588 + - uid: 1504 + components: + - type: Transform + pos: 18.5,44.5 + parent: 588 + - uid: 1505 + components: + - type: Transform + pos: 20.5,44.5 + parent: 588 +- proto: PortableScrubber + entities: + - uid: 1101 + components: + - type: Transform + pos: 18.5,30.5 + parent: 588 +- proto: PosterContrabandBountyHunters + entities: + - uid: 1578 + components: + - type: Transform + pos: 13.5,15.5 + parent: 588 +- proto: PosterLegitDickGumshue + entities: + - uid: 1576 + components: + - type: Transform + pos: 9.5,15.5 + parent: 588 +- proto: PosterLegitEnlist + entities: + - uid: 1800 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,9.5 + parent: 588 +- proto: PosterLegitNanotrasenLogo + entities: + - uid: 1802 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,48.5 + parent: 588 + - uid: 1803 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,21.5 + parent: 588 +- proto: PosterLegitObey + entities: + - uid: 1801 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,42.5 + parent: 588 +- proto: PosterLegitSecWatch + entities: + - uid: 1799 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,7.5 + parent: 588 +- proto: PosterLegitSpaceCops + entities: + - uid: 1804 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,19.5 + parent: 588 +- proto: PottedPlantRandom + entities: + - uid: 1286 + components: + - type: Transform + pos: 16.5,38.5 + parent: 588 + - uid: 1287 + components: + - type: Transform + pos: 22.5,40.5 + parent: 588 +- proto: PowerCellRecharger + entities: + - uid: 1103 + components: + - type: Transform + pos: 15.5,30.5 + parent: 588 + - uid: 1568 + components: + - type: Transform + pos: 21.5,47.5 + parent: 588 +- proto: Poweredlight + entities: + - uid: 1641 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,0.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1642 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,0.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1646 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,0.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1647 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,0.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1648 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,6.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1649 + components: + - type: Transform + pos: 13.5,10.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1650 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,6.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1651 + components: + - type: Transform + pos: 18.5,10.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1693 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,25.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1701 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,12.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1702 + components: + - type: Transform + pos: 20.5,16.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1703 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,20.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1704 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,25.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1705 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,27.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1706 + components: + - type: Transform + pos: 18.5,40.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1741 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,21.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1743 + components: + - type: Transform + pos: 21.5,22.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1830 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,43.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1831 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,47.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: PoweredlightLED + entities: + - uid: 1707 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,42.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1708 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,42.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1709 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,46.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1710 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,46.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1725 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,27.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: PoweredSmallLight + entities: + - uid: 470 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,14.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 940 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,28.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 948 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,28.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 953 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,25.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1603 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,10.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1604 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,10.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1605 + components: + - type: Transform + pos: 29.5,6.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1606 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,8.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1607 + components: + - type: Transform + pos: 32.5,8.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1608 + components: + - type: Transform + pos: 26.5,8.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1643 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,1.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1644 + components: + - type: Transform + pos: 20.5,4.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1645 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,0.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1652 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,8.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1653 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,8.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1654 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,8.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1655 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,8.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1656 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,14.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1657 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,14.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1659 + components: + - type: Transform + pos: 3.5,18.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1661 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,22.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1662 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,27.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1663 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,25.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1664 + components: + - type: Transform + pos: 0.5,28.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1665 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,24.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1666 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,30.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1667 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,30.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1668 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,36.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1669 + components: + - type: Transform + pos: 8.5,34.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1670 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,38.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1671 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,38.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1672 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,43.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1673 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,43.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1674 + components: + - type: Transform + pos: 2.5,47.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1675 + components: + - type: Transform + pos: 4.5,47.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1676 + components: + - type: Transform + pos: 9.5,40.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1677 + components: + - type: Transform + pos: 13.5,40.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1678 + components: + - type: Transform + pos: 13.5,36.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1679 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,34.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1680 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,35.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1681 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,35.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1682 + components: + - type: Transform + pos: 25.5,36.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1683 + components: + - type: Transform + pos: 28.5,38.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1684 + components: + - type: Transform + pos: 19.5,46.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1685 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,47.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1686 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,47.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1687 + components: + - type: Transform + pos: 23.5,32.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1688 + components: + - type: Transform + pos: 17.5,32.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1689 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,27.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1690 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,25.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1694 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,19.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1695 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,19.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1696 + components: + - type: Transform + pos: 13.5,22.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1697 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,18.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1698 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,18.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1699 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,16.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1700 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,13.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1828 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,42.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1829 + components: + - type: Transform + pos: 25.5,48.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: PoweredSmallLightEmpty + entities: + - uid: 1640 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,25.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1658 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,27.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: Rack + entities: + - uid: 255 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,0.5 + parent: 588 + - uid: 264 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,0.5 + parent: 588 + - uid: 283 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,0.5 + parent: 588 + - uid: 285 + components: + - type: Transform + pos: 13.5,0.5 + parent: 588 + - uid: 324 + components: + - type: Transform + pos: 19.5,4.5 + parent: 588 + - uid: 401 + components: + - type: Transform + pos: 32.5,8.5 + parent: 588 + - uid: 417 + components: + - type: Transform + pos: 12.5,6.5 + parent: 588 + - uid: 418 + components: + - type: Transform + pos: 12.5,10.5 + parent: 588 + - uid: 419 + components: + - type: Transform + pos: 22.5,10.5 + parent: 588 + - uid: 420 + components: + - type: Transform + pos: 22.5,6.5 + parent: 588 + - uid: 478 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,15.5 + parent: 588 + - uid: 551 + components: + - type: Transform + pos: 22.5,15.5 + parent: 588 + - uid: 585 + components: + - type: Transform + pos: 1.5,12.5 + parent: 588 + - uid: 596 + components: + - type: Transform + pos: 1.5,16.5 + parent: 588 + - uid: 597 + components: + - type: Transform + pos: 5.5,16.5 + parent: 588 + - uid: 598 + components: + - type: Transform + pos: 5.5,12.5 + parent: 588 + - uid: 966 + components: + - type: Transform + pos: 25.5,32.5 + parent: 588 + - uid: 977 + components: + - type: Transform + pos: 15.5,32.5 + parent: 588 + - uid: 1015 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,25.5 + parent: 588 + - uid: 1016 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,24.5 + parent: 588 + - uid: 1021 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,25.5 + parent: 588 + - uid: 1024 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,24.5 + parent: 588 + - uid: 1068 + components: + - type: Transform + pos: 30.5,8.5 + parent: 588 + - uid: 1111 + components: + - type: Transform + pos: 14.5,32.5 + parent: 588 + - uid: 1112 + components: + - type: Transform + pos: 26.5,32.5 + parent: 588 + - uid: 1206 + components: + - type: Transform + pos: 1.5,8.5 + parent: 588 + - uid: 1208 + components: + - type: Transform + pos: 9.5,8.5 + parent: 588 + - uid: 1211 + components: + - type: Transform + pos: 2.5,34.5 + parent: 588 + - uid: 1319 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,40.5 + parent: 588 + - uid: 1562 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,47.5 + parent: 588 + - uid: 1858 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,21.5 + parent: 588 +- proto: Railing + entities: + - uid: 313 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,4.5 + parent: 588 + - uid: 314 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,0.5 + parent: 588 + - uid: 427 + components: + - type: Transform + pos: 6.5,7.5 + parent: 588 + - uid: 428 + components: + - type: Transform + pos: 4.5,7.5 + parent: 588 + - uid: 429 + components: + - type: Transform + pos: 3.5,7.5 + parent: 588 + - uid: 430 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,9.5 + parent: 588 + - uid: 431 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,9.5 + parent: 588 + - uid: 435 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,9.5 + parent: 588 + - uid: 436 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,9.5 + parent: 588 + - uid: 437 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,9.5 + parent: 588 + - uid: 439 + components: + - type: Transform + pos: 5.5,7.5 + parent: 588 + - uid: 440 + components: + - type: Transform + pos: 7.5,7.5 + parent: 588 + - uid: 770 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,21.5 + parent: 588 + - uid: 850 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,30.5 + parent: 588 + - uid: 851 + components: + - type: Transform + pos: 9.5,32.5 + parent: 588 + - uid: 854 + components: + - type: Transform + pos: 3.5,32.5 + parent: 588 + - uid: 855 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,30.5 + parent: 588 + - uid: 1259 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,4.5 + parent: 588 + - uid: 1260 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,4.5 + parent: 588 + - uid: 1261 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,0.5 + parent: 588 + - uid: 1262 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,0.5 + parent: 588 +- proto: RailingCorner + entities: + - uid: 315 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,1.5 + parent: 588 + - uid: 316 + components: + - type: Transform + pos: 30.5,3.5 + parent: 588 + - uid: 771 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,21.5 + parent: 588 + - uid: 772 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,21.5 + parent: 588 + - uid: 845 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,32.5 + parent: 588 + - uid: 846 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,30.5 + parent: 588 + - uid: 847 + components: + - type: Transform + pos: 10.5,32.5 + parent: 588 + - uid: 848 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,30.5 + parent: 588 + - uid: 849 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,30.5 + parent: 588 + - uid: 852 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,32.5 + parent: 588 + - uid: 853 + components: + - type: Transform + pos: 4.5,32.5 + parent: 588 + - uid: 856 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,30.5 + parent: 588 + - uid: 886 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,40.5 + parent: 588 + - uid: 888 + components: + - type: Transform + pos: 2.5,40.5 + parent: 588 + - uid: 890 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,40.5 + parent: 588 + - uid: 891 + components: + - type: Transform + pos: 5.5,40.5 + parent: 588 + - uid: 892 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,38.5 + parent: 588 + - uid: 893 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,38.5 + parent: 588 + - uid: 894 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,38.5 + parent: 588 + - uid: 895 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,38.5 + parent: 588 + - uid: 1255 + components: + - type: Transform + pos: 7.5,3.5 + parent: 588 + - uid: 1256 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,3.5 + parent: 588 + - uid: 1257 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,1.5 + parent: 588 + - uid: 1258 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,1.5 + parent: 588 + - uid: 1351 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,44.5 + parent: 588 + - uid: 1352 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,43.5 + parent: 588 + - uid: 1353 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,43.5 + parent: 588 + - uid: 1354 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,44.5 + parent: 588 + - uid: 1355 + components: + - type: Transform + pos: 1.5,46.5 + parent: 588 + - uid: 1356 + components: + - type: Transform + pos: 2.5,47.5 + parent: 588 + - uid: 1357 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,47.5 + parent: 588 + - uid: 1358 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,46.5 + parent: 588 +- proto: RailingCornerSmall + entities: + - uid: 337 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,3.5 + parent: 588 + - uid: 338 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,1.5 + parent: 588 + - uid: 1376 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,43.5 + parent: 588 + - uid: 1377 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,47.5 + parent: 588 + - uid: 1378 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,47.5 + parent: 588 + - uid: 1379 + components: + - type: Transform + pos: 5.5,43.5 + parent: 588 +- proto: RandomFoodSingle + entities: + - uid: 764 + components: + - type: Transform + pos: 6.5,19.5 + parent: 588 +- proto: RandomInstruments + entities: + - uid: 546 + components: + - type: Transform + pos: 1.5,4.5 + parent: 588 + - uid: 1159 + components: + - type: Transform + pos: 21.5,18.5 + parent: 588 + - uid: 1833 + components: + - type: Transform + pos: 24.5,42.5 + parent: 588 +- proto: RandomPosterContraband + entities: + - uid: 1571 + components: + - type: Transform + pos: 25.5,39.5 + parent: 588 + - uid: 1572 + components: + - type: Transform + pos: 3.5,35.5 + parent: 588 + - uid: 1573 + components: + - type: Transform + pos: 7.5,35.5 + parent: 588 + - uid: 1574 + components: + - type: Transform + pos: 5.5,25.5 + parent: 588 + - uid: 1575 + components: + - type: Transform + pos: 30.5,15.5 + parent: 588 + - uid: 1805 + components: + - type: Transform + pos: 18.5,43.5 + parent: 588 + - uid: 1806 + components: + - type: Transform + pos: 20.5,47.5 + parent: 588 +- proto: RandomSoap + entities: + - uid: 397 + components: + - type: Transform + pos: 8.5,24.5 + parent: 588 +- proto: ReinforcedWindow + entities: + - uid: 214 + components: + - type: Transform + pos: 19.5,34.5 + parent: 588 + - uid: 409 + components: + - type: Transform + pos: 15.5,7.5 + parent: 588 + - uid: 410 + components: + - type: Transform + pos: 15.5,9.5 + parent: 588 + - uid: 411 + components: + - type: Transform + pos: 19.5,7.5 + parent: 588 + - uid: 412 + components: + - type: Transform + pos: 19.5,9.5 + parent: 588 + - uid: 591 + components: + - type: Transform + pos: 2.5,12.5 + parent: 588 + - uid: 592 + components: + - type: Transform + pos: 4.5,12.5 + parent: 588 + - uid: 594 + components: + - type: Transform + pos: 4.5,16.5 + parent: 588 + - uid: 595 + components: + - type: Transform + pos: 2.5,16.5 + parent: 588 + - uid: 1166 + components: + - type: Transform + pos: 19.5,36.5 + parent: 588 + - uid: 1168 + components: + - type: Transform + pos: 15.5,36.5 + parent: 588 + - uid: 1169 + components: + - type: Transform + pos: 15.5,34.5 + parent: 588 +- proto: ScalpelShiv + entities: + - uid: 1592 + components: + - type: Transform + pos: 10.50393,24.491432 + parent: 588 +- proto: SeedExtractor + entities: + - uid: 802 + components: + - type: Transform + pos: 33.5,21.5 + parent: 588 + - uid: 1776 + components: + - type: Transform + pos: 28.5,42.5 + parent: 588 +- proto: ShowcaseRobot + entities: + - uid: 1621 + components: + - type: Transform + pos: 16.5,10.5 + parent: 588 + - uid: 1622 + components: + - type: Transform + pos: 18.5,6.5 + parent: 588 +- proto: ShuttersNormal + entities: + - uid: 1237 + components: + - type: Transform + pos: 34.5,27.5 + parent: 588 + - uid: 1238 + components: + - type: Transform + pos: 32.5,27.5 + parent: 588 +- proto: ShuttersWindow + entities: + - uid: 1239 + components: + - type: Transform + pos: 33.5,27.5 + parent: 588 +- proto: SignCloning + entities: + - uid: 1484 + components: + - type: Transform + pos: 12.5,43.5 + parent: 588 +- proto: SignPrison + entities: + - uid: 1792 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,3.5 + parent: 588 + - uid: 1793 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,1.5 + parent: 588 + - uid: 1794 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,21.5 + parent: 588 + - uid: 1795 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,19.5 + parent: 588 + - uid: 1796 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,46.5 + parent: 588 + - uid: 1797 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,44.5 + parent: 588 +- proto: SignSecurity + entities: + - uid: 1798 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,1.5 + parent: 588 +- proto: SignSurgery + entities: + - uid: 1483 + components: + - type: Transform + pos: 10.5,43.5 + parent: 588 +- proto: Sink + entities: + - uid: 935 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,25.5 + parent: 588 +- proto: SinkStemlessWater + entities: + - uid: 1461 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,42.5 + parent: 588 + - uid: 1462 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,42.5 + parent: 588 +- proto: SMESBasic + entities: + - uid: 46 + components: + - type: Transform + pos: 26.5,13.5 + parent: 588 + - uid: 56 + components: + - type: Transform + pos: 28.5,13.5 + parent: 588 + - uid: 747 + components: + - type: Transform + pos: 26.5,19.5 + parent: 588 + - uid: 1506 + components: + - type: Transform + pos: 18.5,46.5 + parent: 588 + - uid: 1507 + components: + - type: Transform + pos: 20.5,46.5 + parent: 588 +- proto: SoapSyndie + entities: + - uid: 1856 + components: + - type: Transform + pos: 10.4890785,27.46785 + parent: 588 +- proto: SpawnDungeonClutterMedical + entities: + - uid: 368 + components: + - type: Transform + pos: 14.464357,43.03244 + parent: 588 + - uid: 372 + components: + - type: Transform + pos: 14.417482,42.87619 + parent: 588 + - uid: 373 + components: + - type: Transform + pos: 12.626222,44.473457 + parent: 588 + - uid: 866 + components: + - type: Transform + pos: 10.454347,44.660957 + parent: 588 + - uid: 1108 + components: + - type: Transform + pos: 14.589357,42.610565 + parent: 588 + - uid: 1120 + components: + - type: Transform + pos: 14.542482,43.25119 + parent: 588 + - uid: 1141 + components: + - type: Transform + pos: 10.688722,44.785957 + parent: 588 + - uid: 1142 + components: + - type: Transform + pos: 14.354982,43.40744 + parent: 588 + - uid: 1154 + components: + - type: Transform + pos: 10.688722,44.489082 + parent: 588 + - uid: 1155 + components: + - type: Transform + pos: 10.376222,44.801582 + parent: 588 + - uid: 1195 + components: + - type: Transform + pos: 10.313722,44.457832 + parent: 588 + - uid: 1711 + components: + - type: Transform + pos: 8.451113,43.629707 + parent: 588 + - uid: 1712 + components: + - type: Transform + pos: 8.638613,43.395332 + parent: 588 + - uid: 1713 + components: + - type: Transform + pos: 8.654238,42.879707 + parent: 588 + - uid: 1714 + components: + - type: Transform + pos: 8.419863,43.145332 + parent: 588 + - uid: 1715 + components: + - type: Transform + pos: 12.344972,44.598457 + parent: 588 + - uid: 1840 + components: + - type: Transform + pos: 8.466738,42.582832 + parent: 588 + - uid: 1841 + components: + - type: Transform + pos: 14.497988,43.692207 + parent: 588 +- proto: SpawnDungeonClutterPatientTransport + entities: + - uid: 726 + components: + - type: Transform + pos: 30.529268,25.626429 + parent: 588 + - uid: 727 + components: + - type: Transform + pos: 30.513643,24.642054 + parent: 588 +- proto: SpawnDungeonLootArmoryClutter + entities: + - uid: 1836 + components: + - type: Transform + pos: 1.5623627,8.276112 + parent: 588 +- proto: SpawnDungeonLootArmoryClutterSec + entities: + - uid: 265 + components: + - type: Transform + pos: 3.481042,0.55812025 + parent: 588 + - uid: 374 + components: + - type: Transform + pos: 1.35179,16.461943 + parent: 588 + - uid: 375 + components: + - type: Transform + pos: 12.868824,25.464571 + parent: 588 + - uid: 469 + components: + - type: Transform + pos: 18.577902,24.730196 + parent: 588 + - uid: 573 + components: + - type: Transform + pos: 12.469565,6.590061 + parent: 588 + - uid: 574 + components: + - type: Transform + pos: 18.577902,24.558321 + parent: 588 + - uid: 577 + components: + - type: Transform + pos: 5.398665,12.743193 + parent: 588 + - uid: 578 + components: + - type: Transform + pos: 22.3696,6.6631455 + parent: 588 + - uid: 579 + components: + - type: Transform + pos: 15.478392,0.62062025 + parent: 588 + - uid: 580 + components: + - type: Transform + pos: 12.556324,25.558321 + parent: 588 + - uid: 590 + components: + - type: Transform + pos: 22.58835,10.480686 + parent: 588 + - uid: 593 + components: + - type: Transform + pos: 15.744017,0.46437025 + parent: 588 + - uid: 600 + components: + - type: Transform + pos: 12.323845,12.540068 + parent: 588 + - uid: 601 + components: + - type: Transform + pos: 18.406027,25.620821 + parent: 588 + - uid: 602 + components: + - type: Transform + pos: 18.624777,25.527071 + parent: 588 + - uid: 603 + components: + - type: Transform + pos: 5.66429,12.602568 + parent: 588 + - uid: 604 + components: + - type: Transform + pos: 12.438315,6.715061 + parent: 588 + - uid: 606 + components: + - type: Transform + pos: 1.648665,16.540068 + parent: 588 + - uid: 988 + components: + - type: Transform + pos: 12.384449,24.636446 + parent: 588 + - uid: 1027 + components: + - type: Transform + pos: 12.43322,12.868193 + parent: 588 + - uid: 1028 + components: + - type: Transform + pos: 13.49572,13.665068 + parent: 588 + - uid: 1029 + components: + - type: Transform + pos: 12.93322,13.586943 + parent: 588 + - uid: 1030 + components: + - type: Transform + pos: 13.400267,0.55812025 + parent: 588 + - uid: 1032 + components: + - type: Transform + pos: 22.353975,10.574436 + parent: 588 + - uid: 1036 + components: + - type: Transform + pos: 12.603199,24.558321 + parent: 588 + - uid: 1106 + components: + - type: Transform + pos: 5.66429,16.493193 + parent: 588 + - uid: 1156 + components: + - type: Transform + pos: 13.511345,12.571318 + parent: 588 + - uid: 1480 + components: + - type: Transform + pos: 12.594565,10.511936 + parent: 588 + - uid: 1481 + components: + - type: Transform + pos: 1.38304,12.727568 + parent: 588 + - uid: 1563 + components: + - type: Transform + pos: 1.679915,12.540068 + parent: 588 + - uid: 1577 + components: + - type: Transform + pos: 12.750815,6.496311 + parent: 588 + - uid: 1613 + components: + - type: Transform + pos: 12.605095,12.524443 + parent: 588 + - uid: 1614 + components: + - type: Transform + pos: 5.434167,0.52687025 + parent: 588 + - uid: 1615 + components: + - type: Transform + pos: 18.613144,1.0893703 + parent: 588 + - uid: 1616 + components: + - type: Transform + pos: 26.523903,3.6206203 + parent: 588 + - uid: 1617 + components: + - type: Transform + pos: 1.63304,12.758818 + parent: 588 +- proto: SpawnDungeonLootArmoryGuns + entities: + - uid: 511 + components: + - type: Transform + pos: 12.573845,13.149443 + parent: 588 + - uid: 1296 + components: + - type: Transform + pos: 1.52317,0.58291197 + parent: 588 + - uid: 1297 + components: + - type: Transform + pos: 26.491337,36.55478 + parent: 588 + - uid: 1298 + components: + - type: Transform + pos: 26.678837,36.30478 + parent: 588 + - uid: 1611 + components: + - type: Transform + pos: 12.510225,10.52252 + parent: 588 + - uid: 1612 + components: + - type: Transform + pos: 22.6821,6.4756455 + parent: 588 +- proto: SpawnDungeonLootArmoryMelee + entities: + - uid: 1837 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.406113,8.369862 + parent: 588 +- proto: SpawnDungeonLootBureaucracy + entities: + - uid: 328 + components: + - type: Transform + pos: 24.93235,1.6214004 + parent: 588 + - uid: 329 + components: + - type: Transform + pos: 7.422515,22.667841 + parent: 588 + - uid: 362 + components: + - type: Transform + pos: 28.4636,1.6214004 + parent: 588 + - uid: 363 + components: + - type: Transform + pos: 10.34439,19.355341 + parent: 588 + - uid: 364 + components: + - type: Transform + pos: 18.516119,0.71515036 + parent: 588 + - uid: 365 + components: + - type: Transform + pos: 25.2136,1.4964004 + parent: 588 + - uid: 366 + components: + - type: Transform + pos: 24.604225,1.4651504 + parent: 588 + - uid: 367 + components: + - type: Transform + pos: 7.672515,22.480341 + parent: 588 + - uid: 561 + components: + - type: Transform + pos: 19.609869,0.55890036 + parent: 588 + - uid: 649 + components: + - type: Transform + pos: 20.602207,15.576639 + parent: 588 + - uid: 656 + components: + - type: Transform + pos: 20.570957,14.779764 + parent: 588 + - uid: 732 + components: + - type: Transform + pos: 10.797515,19.495966 + parent: 588 + - uid: 1105 + components: + - type: Transform + pos: 21.391119,4.0432754 + parent: 588 + - uid: 1107 + components: + - type: Transform + pos: 21.734869,3.8401504 + parent: 588 + - uid: 1109 + components: + - type: Transform + pos: 20.477207,14.436014 + parent: 588 + - uid: 1110 + components: + - type: Transform + pos: 20.399082,15.264139 + parent: 588 + - uid: 1113 + components: + - type: Transform + pos: 21.422369,3.6057754 + parent: 588 + - uid: 1114 + components: + - type: Transform + pos: 18.828619,0.52765036 + parent: 588 + - uid: 1115 + components: + - type: Transform + pos: 27.916725,1.4807754 + parent: 588 + - uid: 1116 + components: + - type: Transform + pos: 7.328765,22.355341 + parent: 588 + - uid: 1119 + components: + - type: Transform + pos: 10.328765,19.652216 + parent: 588 +- proto: SpawnDungeonLootCanister + entities: + - uid: 1210 + components: + - type: Transform + pos: 19.5,30.5 + parent: 588 + - uid: 1217 + components: + - type: Transform + pos: 22.5,30.5 + parent: 588 + - uid: 1218 + components: + - type: Transform + pos: 21.5,30.5 + parent: 588 + - uid: 1236 + components: + - type: Transform + pos: 9.5,36.5 + parent: 588 + - uid: 1241 + components: + - type: Transform + pos: 13.5,48.5 + parent: 588 + - uid: 1242 + components: + - type: Transform + pos: 9.5,48.5 + parent: 588 + - uid: 1243 + components: + - type: Transform + pos: 12.5,48.5 + parent: 588 +- proto: SpawnDungeonLootChemsHydroponics + entities: + - uid: 1329 + components: + - type: Transform + pos: 33.533516,20.62025 + parent: 588 +- proto: SpawnDungeonLootCircuitBoard + entities: + - uid: 1478 + components: + - type: Transform + pos: 32.402702,8.382084 + parent: 588 +- proto: SpawnDungeonLootClothesMercenary + entities: + - uid: 1785 + components: + - type: Transform + pos: 13.796211,0.45840454 + parent: 588 + - uid: 1786 + components: + - type: Transform + pos: 21.011824,4.5521545 + parent: 588 + - uid: 1843 + components: + - type: Transform + pos: 18.427536,38.542595 + parent: 588 + - uid: 1844 + components: + - type: Transform + pos: 18.630661,38.480095 + parent: 588 +- proto: SpawnDungeonLootClutterEngi + entities: + - uid: 552 + components: + - type: Transform + pos: 25.329813,30.721416 + parent: 588 + - uid: 1152 + components: + - type: Transform + pos: 25.517313,30.518291 + parent: 588 + - uid: 1153 + components: + - type: Transform + pos: 25.720438,30.752666 + parent: 588 + - uid: 1157 + components: + - type: Transform + pos: 34.401733,24.67827 + parent: 588 + - uid: 1479 + components: + - type: Transform + pos: 5.304915,16.524443 + parent: 588 +- proto: SpawnDungeonLootClutterKitchen + entities: + - uid: 327 + components: + - type: Transform + pos: 30.661781,48.478493 + parent: 588 + - uid: 731 + components: + - type: Transform + pos: 17.570957,12.529764 + parent: 588 + - uid: 761 + components: + - type: Transform + pos: 17.383457,12.514139 + parent: 588 + - uid: 968 + components: + - type: Transform + pos: 30.552406,48.572243 + parent: 588 + - uid: 997 + components: + - type: Transform + pos: 30.239906,48.587868 + parent: 588 + - uid: 1007 + components: + - type: Transform + pos: 17.258457,12.654764 + parent: 588 + - uid: 1216 + components: + - type: Transform + pos: 30.458656,48.244118 + parent: 588 +- proto: SpawnDungeonLootCrateVehicle + entities: + - uid: 1838 + components: + - type: Transform + pos: 34.5,25.5 + parent: 588 +- proto: SpawnDungeonLootFood + entities: + - uid: 699 + components: + - type: Transform + pos: 16.492832,13.529764 + parent: 588 + - uid: 709 + components: + - type: Transform + pos: 18.409803,21.792841 + parent: 588 +- proto: SpawnDungeonLootKitchenTabletop + entities: + - uid: 728 + components: + - type: Transform + pos: 30.5,47.5 + parent: 588 + - uid: 950 + components: + - type: Transform + pos: 16.5,12.5 + parent: 588 + - uid: 954 + components: + - type: Transform + pos: 18.5,22.5 + parent: 588 + - uid: 1010 + components: + - type: Transform + pos: 29.5,48.5 + parent: 588 +- proto: SpawnDungeonLootKitsFirstAid + entities: + - uid: 1102 + components: + - type: Transform + pos: 30.498018,28.517054 + parent: 588 + - uid: 1104 + components: + - type: Transform + pos: 30.388643,28.110804 + parent: 588 + - uid: 1194 + components: + - type: Transform + pos: 30.544893,27.642054 + parent: 588 +- proto: SpawnDungeonLootLathe + entities: + - uid: 1070 + components: + - type: Transform + pos: 26.5,8.5 + parent: 588 +- proto: SpawnDungeonLootLatheEngi + entities: + - uid: 1839 + components: + - type: Transform + pos: 17.5,32.5 + parent: 588 +- proto: SpawnDungeonLootLockersEngi + entities: + - uid: 538 + components: + - type: Transform + pos: 14.5,30.5 + parent: 588 +- proto: SpawnDungeonLootLockersMed + entities: + - uid: 1035 + components: + - type: Transform + pos: 28.5,27.5 + parent: 588 +- proto: SpawnDungeonLootLockersProtectiveGear + entities: + - uid: 398 + components: + - type: Transform + pos: 14.5,6.5 + parent: 588 + - uid: 400 + components: + - type: Transform + pos: 0.5,32.5 + parent: 588 + - uid: 413 + components: + - type: Transform + pos: 12.5,30.5 + parent: 588 + - uid: 415 + components: + - type: Transform + pos: 1.5,7.5 + parent: 588 + - uid: 424 + components: + - type: Transform + pos: 9.5,7.5 + parent: 588 + - uid: 524 + components: + - type: Transform + pos: 9.5,9.5 + parent: 588 + - uid: 526 + components: + - type: Transform + pos: 1.5,9.5 + parent: 588 + - uid: 529 + components: + - type: Transform + pos: 0.5,38.5 + parent: 588 + - uid: 530 + components: + - type: Transform + pos: 6.5,40.5 + parent: 588 + - uid: 531 + components: + - type: Transform + pos: 20.5,10.5 + parent: 588 +- proto: SpawnDungeonLootMaterialsBasicFull + entities: + - uid: 1160 + components: + - type: Transform + pos: 26.513111,32.51829 + parent: 588 + - uid: 1191 + components: + - type: Transform + pos: 14.419361,32.596416 + parent: 588 + - uid: 1192 + components: + - type: Transform + pos: 29.431097,40.491657 + parent: 588 +- proto: SpawnDungeonLootMaterialsValuableFull + entities: + - uid: 1161 + components: + - type: Transform + pos: 2.4952426,34.536057 + parent: 588 + - uid: 1162 + components: + - type: Transform + pos: 17.49705,47.59487 + parent: 588 + - uid: 1267 + components: + - type: Transform + pos: 11.029299,39.508804 + parent: 588 + - uid: 1292 + components: + - type: Transform + pos: 12.560549,39.68068 + parent: 588 + - uid: 1293 + components: + - type: Transform + pos: 10.482424,39.571304 + parent: 588 +- proto: SpawnDungeonLootMugs + entities: + - uid: 720 + components: + - type: Transform + pos: 22.742832,12.451639 + parent: 588 + - uid: 721 + components: + - type: Transform + pos: 18.487928,18.605341 + parent: 588 + - uid: 722 + components: + - type: Transform + pos: 22.399082,12.717264 + parent: 588 + - uid: 723 + components: + - type: Transform + pos: 22.487928,18.464716 + parent: 588 +- proto: SpawnDungeonLootPowerCell + entities: + - uid: 1031 + components: + - type: Transform + pos: 5.53929,16.571318 + parent: 588 + - uid: 1618 + components: + - type: Transform + pos: 12.463861,25.629824 + parent: 588 +- proto: SpawnDungeonLootSeed + entities: + - uid: 583 + components: + - type: Transform + pos: 29.296295,44.152103 + parent: 588 + - uid: 1413 + components: + - type: Transform + pos: 30.78067,44.152103 + parent: 588 + - uid: 1468 + components: + - type: Transform + pos: 30.43692,42.495853 + parent: 588 + - uid: 1470 + components: + - type: Transform + pos: 29.62442,42.51148 + parent: 588 + - uid: 1471 + components: + - type: Transform + pos: 31.758577,21.18776 + parent: 588 + - uid: 1472 + components: + - type: Transform + pos: 31.492952,21.140884 + parent: 588 + - uid: 1473 + components: + - type: Transform + pos: 31.367952,20.43776 + parent: 588 + - uid: 1474 + components: + - type: Transform + pos: 31.586702,19.390884 + parent: 588 + - uid: 1475 + components: + - type: Transform + pos: 34.36795,18.484634 + parent: 588 + - uid: 1476 + components: + - type: Transform + pos: 31.727327,22.56276 + parent: 588 + - uid: 1477 + components: + - type: Transform + pos: 31.258577,22.297134 + parent: 588 +- proto: SpawnDungeonLootSpesos + entities: + - uid: 547 + components: + - type: Transform + pos: 11.498049,39.71193 + parent: 588 + - uid: 708 + components: + - type: Transform + pos: 11.638674,39.49318 + parent: 588 + - uid: 1025 + components: + - type: Transform + pos: 11.873049,39.821304 + parent: 588 + - uid: 1284 + components: + - type: Transform + pos: 12.388674,39.49318 + parent: 588 + - uid: 1285 + components: + - type: Transform + pos: 12.326174,39.758804 + parent: 588 + - uid: 1294 + components: + - type: Transform + pos: 11.982424,39.508804 + parent: 588 +- proto: SpawnDungeonLootToolsBasicEngineering + entities: + - uid: 1207 + components: + - type: Transform + pos: 15.481861,32.533916 + parent: 588 +- proto: SpawnDungeonLootToolsHydroponics + entities: + - uid: 399 + components: + - type: Transform + pos: 29.608795,43.745853 + parent: 588 + - uid: 539 + components: + - type: Transform + pos: 30.961702,21.672134 + parent: 588 + - uid: 765 + components: + - type: Transform + pos: 30.18692,43.558353 + parent: 588 + - uid: 930 + components: + - type: Transform + pos: 30.492952,21.765884 + parent: 588 + - uid: 931 + components: + - type: Transform + pos: 30.46817,42.98023 + parent: 588 + - uid: 952 + components: + - type: Transform + pos: 33.39289,20.698376 + parent: 588 + - uid: 998 + components: + - type: Transform + pos: 29.483795,42.85523 + parent: 588 + - uid: 1009 + components: + - type: Transform + pos: 33.533516,20.573376 + parent: 588 +- proto: SpawnDungeonLootToolsSurgeryCrude + entities: + - uid: 1244 + components: + - type: Transform + pos: 16.224228,18.705944 + parent: 588 +- proto: SpawnDungeonLootVaultGuns + entities: + - uid: 1299 + components: + - type: Transform + pos: 26.599047,35.444897 + parent: 588 + - uid: 1660 + components: + - type: Transform + pos: 11.198751,39.646996 + parent: 588 +- proto: SpawnDungeonVendomatsClothes + entities: + - uid: 1842 + components: + - type: Transform + pos: 16.5,40.5 + parent: 588 +- proto: SpawnDungeonVendomatsRecreational + entities: + - uid: 1190 + components: + - type: Transform + pos: 17.5,16.5 + parent: 588 + - uid: 1196 + components: + - type: Transform + pos: 22.5,22.5 + parent: 588 + - uid: 1197 + components: + - type: Transform + pos: 18.5,40.5 + parent: 588 + - uid: 1203 + components: + - type: Transform + pos: 16.5,16.5 + parent: 588 + - uid: 1204 + components: + - type: Transform + pos: 17.5,40.5 + parent: 588 + - uid: 1205 + components: + - type: Transform + pos: 21.5,12.5 + parent: 588 + - uid: 1295 + components: + - type: Transform + pos: 10.5,22.5 + parent: 588 +- proto: Spear + entities: + - uid: 1834 + components: + - type: Transform + pos: 24.466219,48.441994 + parent: 588 +- proto: StasisBed + entities: + - uid: 1425 + components: + - type: Transform + pos: 13.5,43.5 + parent: 588 +- proto: StimpackMini + entities: + - uid: 1879 + components: + - type: Transform + pos: 24.467485,46.702366 + parent: 588 +- proto: Stool + entities: + - uid: 1017 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,25.5 + parent: 588 + - uid: 1018 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,24.5 + parent: 588 + - uid: 1019 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,28.5 + parent: 588 + - uid: 1020 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,28.5 + parent: 588 + - uid: 1593 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,13.5 + parent: 588 + - uid: 1594 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,15.5 + parent: 588 + - uid: 1595 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,15.5 + parent: 588 + - uid: 1596 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,13.5 + parent: 588 +- proto: SubstationBasic + entities: + - uid: 467 + components: + - type: Transform + pos: 27.5,13.5 + parent: 588 + - uid: 1508 + components: + - type: Transform + pos: 19.5,46.5 + parent: 588 +- proto: SubstationWallBasic + entities: + - uid: 774 + components: + - type: Transform + pos: 27.5,19.5 + parent: 588 + - uid: 972 + components: + - type: Transform + pos: 19.5,32.5 + parent: 588 +- proto: Table + entities: + - uid: 525 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,13.5 + parent: 588 + - uid: 527 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,12.5 + parent: 588 + - uid: 528 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,12.5 + parent: 588 + - uid: 535 + components: + - type: Transform + pos: 20.5,14.5 + parent: 588 + - uid: 536 + components: + - type: Transform + pos: 20.5,15.5 + parent: 588 + - uid: 630 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,19.5 + parent: 588 + - uid: 632 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,19.5 + parent: 588 + - uid: 633 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,18.5 + parent: 588 + - uid: 636 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,22.5 + parent: 588 + - uid: 637 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,22.5 + parent: 588 + - uid: 710 + components: + - type: Transform + pos: 18.5,22.5 + parent: 588 + - uid: 711 + components: + - type: Transform + pos: 18.5,21.5 + parent: 588 + - uid: 712 + components: + - type: Transform + pos: 21.5,18.5 + parent: 588 + - uid: 713 + components: + - type: Transform + pos: 22.5,18.5 + parent: 588 + - uid: 714 + components: + - type: Transform + pos: 18.5,18.5 + parent: 588 + - uid: 715 + components: + - type: Transform + pos: 19.5,18.5 + parent: 588 + - uid: 799 + components: + - type: Transform + pos: 33.5,20.5 + parent: 588 + - uid: 1118 + components: + - type: Transform + pos: 22.5,12.5 + parent: 588 + - uid: 1778 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,48.5 + parent: 588 + - uid: 1779 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,48.5 + parent: 588 + - uid: 1780 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,47.5 + parent: 588 +- proto: TableFrame + entities: + - uid: 705 + components: + - type: Transform + pos: 15.5,22.5 + parent: 588 + - uid: 1063 + components: + - type: Transform + pos: 26.5,24.5 + parent: 588 +- proto: TableGlass + entities: + - uid: 1144 + components: + - type: Transform + pos: 30.5,27.5 + parent: 588 + - uid: 1145 + components: + - type: Transform + pos: 30.5,28.5 + parent: 588 + - uid: 1390 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,43.5 + parent: 588 + - uid: 1391 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,42.5 + parent: 588 + - uid: 1398 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,44.5 + parent: 588 + - uid: 1405 + components: + - type: Transform + pos: 14.5,42.5 + parent: 588 + - uid: 1406 + components: + - type: Transform + pos: 14.5,43.5 + parent: 588 + - uid: 1407 + components: + - type: Transform + pos: 12.5,44.5 + parent: 588 +- proto: TableReinforced + entities: + - uid: 924 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,36.5 + parent: 588 + - uid: 925 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,35.5 + parent: 588 + - uid: 926 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,34.5 + parent: 588 + - uid: 1005 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,30.5 + parent: 588 + - uid: 1006 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,30.5 + parent: 588 + - uid: 1012 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,28.5 + parent: 588 + - uid: 1023 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,24.5 + parent: 588 + - uid: 1235 + components: + - type: Transform + pos: 34.5,24.5 + parent: 588 + - uid: 1567 + components: + - type: Transform + pos: 21.5,47.5 + parent: 588 +- proto: TableReinforcedGlass + entities: + - uid: 1213 + components: + - type: Transform + pos: 10.5,39.5 + parent: 588 + - uid: 1214 + components: + - type: Transform + pos: 11.5,39.5 + parent: 588 + - uid: 1215 + components: + - type: Transform + pos: 12.5,39.5 + parent: 588 +- proto: TableWood + entities: + - uid: 309 + components: + - type: Transform + pos: 20.5,4.5 + parent: 588 + - uid: 310 + components: + - type: Transform + pos: 21.5,4.5 + parent: 588 + - uid: 311 + components: + - type: Transform + pos: 18.5,0.5 + parent: 588 + - uid: 312 + components: + - type: Transform + pos: 21.5,3.5 + parent: 588 + - uid: 317 + components: + - type: Transform + pos: 18.5,1.5 + parent: 588 + - uid: 318 + components: + - type: Transform + pos: 19.5,0.5 + parent: 588 + - uid: 332 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,3.5 + parent: 588 + - uid: 333 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,3.5 + parent: 588 + - uid: 334 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,3.5 + parent: 588 + - uid: 335 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,4.5 + parent: 588 + - uid: 336 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,4.5 + parent: 588 + - uid: 340 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,1.5 + parent: 588 + - uid: 341 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,1.5 + parent: 588 + - uid: 342 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,1.5 + parent: 588 + - uid: 343 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,1.5 + parent: 588 + - uid: 563 + components: + - type: Transform + pos: 13.5,13.5 + parent: 588 + - uid: 564 + components: + - type: Transform + pos: 12.5,13.5 + parent: 588 + - uid: 565 + components: + - type: Transform + pos: 12.5,12.5 + parent: 588 + - uid: 1047 + components: + - type: Transform + pos: 22.5,28.5 + parent: 588 + - uid: 1048 + components: + - type: Transform + pos: 20.5,24.5 + parent: 588 + - uid: 1062 + components: + - type: Transform + pos: 26.5,28.5 + parent: 588 + - uid: 1227 + components: + - type: Transform + pos: 12.5,36.5 + parent: 588 + - uid: 1228 + components: + - type: Transform + pos: 22.5,34.5 + parent: 588 + - uid: 1783 + components: + - type: Transform + pos: 24.5,46.5 + parent: 588 + - uid: 1784 + components: + - type: Transform + pos: 24.5,44.5 + parent: 588 +- proto: TargetHuman + entities: + - uid: 1077 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,35.5 + parent: 588 +- proto: TintedWindow + entities: + - uid: 567 + components: + - type: Transform + pos: 12.5,15.5 + parent: 588 + - uid: 1463 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,43.5 + parent: 588 + - uid: 1464 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,43.5 + parent: 588 +- proto: ToiletEmpty + entities: + - uid: 932 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,24.5 + parent: 588 + - uid: 933 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,24.5 + parent: 588 + - uid: 934 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,25.5 + parent: 588 +- proto: VendingMachineChefvend + entities: + - uid: 532 + components: + - type: Transform + pos: 18.5,12.5 + parent: 588 +- proto: VendingMachineDetDrobe + entities: + - uid: 582 + components: + - type: Transform + pos: 10.5,14.5 + parent: 588 +- proto: VendingMachineDinnerware + entities: + - uid: 1781 + components: + - type: Transform + pos: 30.5,46.5 + parent: 588 +- proto: VendingMachineLawDrobe + entities: + - uid: 319 + components: + - type: Transform + pos: 18.5,4.5 + parent: 588 +- proto: VendingMachineMedical + entities: + - uid: 1143 + components: + - type: Transform + pos: 28.5,28.5 + parent: 588 +- proto: VendingMachineSec + entities: + - uid: 1013 + components: + - type: Transform + pos: 14.5,27.5 + parent: 588 +- proto: VendingMachineSecDrobe + entities: + - uid: 1022 + components: + - type: Transform + pos: 16.5,25.5 + parent: 588 +- proto: VendingMachineSeedsUnlocked + entities: + - uid: 800 + components: + - type: Transform + pos: 33.5,19.5 + parent: 588 + - uid: 1775 + components: + - type: Transform + pos: 28.5,44.5 + parent: 588 +- proto: WallmountTelescreen + entities: + - uid: 572 + components: + - type: Transform + pos: 13.5,13.5 + parent: 588 +- proto: WallPlastitaniumIndestructible + entities: + - uid: 377 + components: + - type: Transform + pos: 30.5,7.5 + parent: 588 + - uid: 378 + components: + - type: Transform + pos: 29.5,7.5 + parent: 588 + - uid: 379 + components: + - type: Transform + pos: 25.5,9.5 + parent: 588 + - uid: 380 + components: + - type: Transform + pos: 27.5,9.5 + parent: 588 + - uid: 381 + components: + - type: Transform + pos: 27.5,8.5 + parent: 588 + - uid: 382 + components: + - type: Transform + pos: 28.5,9.5 + parent: 588 + - uid: 383 + components: + - type: Transform + pos: 31.5,9.5 + parent: 588 + - uid: 384 + components: + - type: Transform + pos: 31.5,8.5 + parent: 588 + - uid: 385 + components: + - type: Transform + pos: 31.5,7.5 + parent: 588 + - uid: 386 + components: + - type: Transform + pos: 25.5,8.5 + parent: 588 + - uid: 387 + components: + - type: Transform + pos: 33.5,7.5 + parent: 588 + - uid: 388 + components: + - type: Transform + pos: 25.5,7.5 + parent: 588 + - uid: 389 + components: + - type: Transform + pos: 27.5,7.5 + parent: 588 + - uid: 390 + components: + - type: Transform + pos: 30.5,9.5 + parent: 588 + - uid: 391 + components: + - type: Transform + pos: 28.5,7.5 + parent: 588 + - uid: 392 + components: + - type: Transform + pos: 26.5,9.5 + parent: 588 + - uid: 393 + components: + - type: Transform + pos: 33.5,8.5 + parent: 588 + - uid: 394 + components: + - type: Transform + pos: 33.5,9.5 + parent: 588 + - uid: 395 + components: + - type: Transform + pos: 32.5,9.5 + parent: 588 +- proto: WallReinforced + entities: + - uid: 45 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,8.5 + parent: 588 + - uid: 51 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,8.5 + parent: 588 + - uid: 244 + components: + - type: Transform + pos: 6.5,4.5 + parent: 588 + - uid: 245 + components: + - type: Transform + pos: 6.5,3.5 + parent: 588 + - uid: 246 + components: + - type: Transform + pos: 10.5,4.5 + parent: 588 + - uid: 247 + components: + - type: Transform + pos: 10.5,3.5 + parent: 588 + - uid: 266 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,1.5 + parent: 588 + - uid: 267 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,0.5 + parent: 588 + - uid: 268 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,1.5 + parent: 588 + - uid: 269 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,0.5 + parent: 588 + - uid: 291 + components: + - type: Transform + pos: 15.5,6.5 + parent: 588 + - uid: 292 + components: + - type: Transform + pos: 19.5,6.5 + parent: 588 + - uid: 405 + components: + - type: Transform + pos: 15.5,10.5 + parent: 588 + - uid: 406 + components: + - type: Transform + pos: 19.5,10.5 + parent: 588 + - uid: 426 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,9.5 + parent: 588 + - uid: 432 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,7.5 + parent: 588 + - uid: 433 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,9.5 + parent: 588 + - uid: 434 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,7.5 + parent: 588 + - uid: 570 + components: + - type: Transform + pos: 0.5,46.5 + parent: 588 + - uid: 621 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,21.5 + parent: 588 + - uid: 622 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,19.5 + parent: 588 + - uid: 623 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,21.5 + parent: 588 + - uid: 627 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,19.5 + parent: 588 + - uid: 1078 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,35.5 + parent: 588 + - uid: 1330 + components: + - type: Transform + pos: 0.5,44.5 + parent: 588 + - uid: 1332 + components: + - type: Transform + pos: 2.5,42.5 + parent: 588 + - uid: 1334 + components: + - type: Transform + pos: 4.5,42.5 + parent: 588 + - uid: 1335 + components: + - type: Transform + pos: 6.5,44.5 + parent: 588 + - uid: 1337 + components: + - type: Transform + pos: 4.5,48.5 + parent: 588 + - uid: 1338 + components: + - type: Transform + pos: 6.5,46.5 + parent: 588 + - uid: 1340 + components: + - type: Transform + pos: 2.5,48.5 + parent: 588 +- proto: WallSolid + entities: + - uid: 140 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,25.5 + parent: 588 + - uid: 144 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,26.5 + parent: 588 + - uid: 145 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,25.5 + parent: 588 + - uid: 146 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,27.5 + parent: 588 + - uid: 205 + components: + - type: Transform + pos: 8.5,35.5 + parent: 588 + - uid: 206 + components: + - type: Transform + pos: 7.5,35.5 + parent: 588 + - uid: 207 + components: + - type: Transform + pos: 6.5,35.5 + parent: 588 + - uid: 208 + components: + - type: Transform + pos: 4.5,35.5 + parent: 588 + - uid: 210 + components: + - type: Transform + pos: 1.5,34.5 + parent: 588 + - uid: 305 + components: + - type: Transform + pos: 22.5,4.5 + parent: 588 + - uid: 306 + components: + - type: Transform + pos: 22.5,3.5 + parent: 588 + - uid: 307 + components: + - type: Transform + pos: 22.5,0.5 + parent: 588 + - uid: 308 + components: + - type: Transform + pos: 22.5,1.5 + parent: 588 + - uid: 476 + components: + - type: Transform + pos: 25.5,13.5 + parent: 588 + - uid: 481 + components: + - type: Transform + pos: 25.5,15.5 + parent: 588 + - uid: 483 + components: + - type: Transform + pos: 30.5,13.5 + parent: 588 + - uid: 501 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,14.5 + parent: 588 + - uid: 510 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,15.5 + parent: 588 + - uid: 749 + components: + - type: Transform + pos: 25.5,19.5 + parent: 588 + - uid: 750 + components: + - type: Transform + pos: 27.5,19.5 + parent: 588 + - uid: 975 + components: + - type: Transform + pos: 19.5,32.5 + parent: 588 + - uid: 995 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,32.5 + parent: 588 + - uid: 1163 + components: + - type: Transform + pos: 8.5,36.5 + parent: 588 + - uid: 1164 + components: + - type: Transform + pos: 3.5,35.5 + parent: 588 + - uid: 1165 + components: + - type: Transform + pos: 2.5,35.5 + parent: 588 + - uid: 1167 + components: + - type: Transform + pos: 1.5,35.5 + parent: 588 + - uid: 1300 + components: + - type: Transform + pos: 25.5,39.5 + parent: 588 + - uid: 1303 + components: + - type: Transform + pos: 28.5,39.5 + parent: 588 + - uid: 1304 + components: + - type: Transform + pos: 29.5,39.5 + parent: 588 + - uid: 1305 + components: + - type: Transform + pos: 28.5,40.5 + parent: 588 + - uid: 1485 + components: + - type: Transform + pos: 17.5,43.5 + parent: 588 + - uid: 1486 + components: + - type: Transform + pos: 17.5,44.5 + parent: 588 + - uid: 1487 + components: + - type: Transform + pos: 18.5,43.5 + parent: 588 + - uid: 1488 + components: + - type: Transform + pos: 20.5,43.5 + parent: 588 + - uid: 1489 + components: + - type: Transform + pos: 21.5,43.5 + parent: 588 + - uid: 1490 + components: + - type: Transform + pos: 21.5,44.5 + parent: 588 + - uid: 1491 + components: + - type: Transform + pos: 18.5,47.5 + parent: 588 + - uid: 1492 + components: + - type: Transform + pos: 19.5,47.5 + parent: 588 + - uid: 1493 + components: + - type: Transform + pos: 20.5,47.5 + parent: 588 +- proto: WallWood + entities: + - uid: 554 + components: + - type: Transform + pos: 9.5,13.5 + parent: 588 + - uid: 555 + components: + - type: Transform + pos: 9.5,14.5 + parent: 588 + - uid: 556 + components: + - type: Transform + pos: 9.5,15.5 + parent: 588 + - uid: 557 + components: + - type: Transform + pos: 10.5,15.5 + parent: 588 + - uid: 558 + components: + - type: Transform + pos: 13.5,15.5 + parent: 588 + - uid: 559 + components: + - type: Transform + pos: 13.5,16.5 + parent: 588 + - uid: 566 + components: + - type: Transform + pos: 9.5,12.5 + parent: 588 +- proto: WardrobePrisonFilled + entities: + - uid: 297 + components: + - type: Transform + pos: 2.5,4.5 + parent: 588 + - uid: 302 + components: + - type: Transform + pos: 4.5,4.5 + parent: 588 + - uid: 303 + components: + - type: Transform + pos: 12.5,4.5 + parent: 588 + - uid: 304 + components: + - type: Transform + pos: 14.5,4.5 + parent: 588 + - uid: 544 + components: + - type: Transform + pos: 16.5,4.5 + parent: 588 + - uid: 545 + components: + - type: Transform + pos: 0.5,4.5 + parent: 588 + - uid: 1769 + components: + - type: Transform + pos: 24.5,43.5 + parent: 588 + - uid: 1770 + components: + - type: Transform + pos: 24.5,47.5 + parent: 588 +- proto: WaterCooler + entities: + - uid: 629 + components: + - type: Transform + pos: 6.5,18.5 + parent: 588 + - uid: 724 + components: + - type: Transform + pos: 19.5,22.5 + parent: 588 +- proto: WaterTankHighCapacity + entities: + - uid: 801 + components: + - type: Transform + pos: 30.5,22.5 + parent: 588 + - uid: 1789 + components: + - type: Transform + pos: 28.5,48.5 + parent: 588 +- proto: WeaponCapacitorRecharger + entities: + - uid: 760 + components: + - type: Transform + pos: 10.5,18.5 + parent: 588 + - uid: 929 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,34.5 + parent: 588 + - uid: 1033 + components: + - type: Transform + pos: 14.5,28.5 + parent: 588 + - uid: 1034 + components: + - type: Transform + pos: 16.5,24.5 + parent: 588 +- proto: WindoorAssemblySecure + entities: + - uid: 696 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,19.5 + parent: 588 + - uid: 697 + components: + - type: Transform + pos: 12.5,21.5 + parent: 588 + - uid: 1073 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,25.5 + parent: 588 +- proto: WindoorSecure + entities: + - uid: 1761 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,43.5 + parent: 588 + - uid: 1762 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,47.5 + parent: 588 +- proto: WindoorSecureBrigLocked + entities: + - uid: 339 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,2.5 + parent: 588 +- proto: WindoorSecureEngineeringLocked + entities: + - uid: 1569 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,45.5 + parent: 588 + - uid: 1570 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,45.5 + parent: 588 +- proto: WindoorSecureMedicalLocked + entities: + - uid: 1408 + components: + - type: Transform + pos: 11.5,44.5 + parent: 588 +- proto: WindoorSecureSecurityLocked + entities: + - uid: 252 + components: + - type: Transform + pos: 4.5,3.5 + parent: 588 + - uid: 253 + components: + - type: Transform + pos: 2.5,3.5 + parent: 588 + - uid: 256 + components: + - type: Transform + pos: 16.5,3.5 + parent: 588 + - uid: 274 + components: + - type: Transform + pos: 12.5,3.5 + parent: 588 + - uid: 275 + components: + - type: Transform + pos: 14.5,3.5 + parent: 588 + - uid: 289 + components: + - type: Transform + pos: 0.5,3.5 + parent: 588 + - uid: 698 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,19.5 + parent: 588 + - uid: 1053 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,25.5 + parent: 588 + - uid: 1054 + components: + - type: Transform + pos: 21.5,27.5 + parent: 588 +- proto: WindowDirectional + entities: + - uid: 480 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,15.5 + parent: 588 + - uid: 482 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,15.5 + parent: 588 + - uid: 540 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,15.5 + parent: 588 + - uid: 541 + components: + - type: Transform + pos: 26.5,13.5 + parent: 588 + - uid: 542 + components: + - type: Transform + pos: 27.5,13.5 + parent: 588 + - uid: 543 + components: + - type: Transform + pos: 28.5,13.5 + parent: 588 + - uid: 575 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,20.5 + parent: 588 + - uid: 576 + components: + - type: Transform + pos: 26.5,19.5 + parent: 588 + - uid: 803 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,21.5 + parent: 588 + - uid: 804 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,19.5 + parent: 588 + - uid: 1087 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,36.5 + parent: 588 + - uid: 1088 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,34.5 + parent: 588 + - uid: 1520 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,46.5 + parent: 588 + - uid: 1521 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,46.5 + parent: 588 + - uid: 1771 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,44.5 + parent: 588 + - uid: 1773 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,44.5 + parent: 588 + - uid: 1777 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,44.5 + parent: 588 + - uid: 1782 + components: + - type: Transform + pos: 30.5,46.5 + parent: 588 +- proto: WindowFrostedDirectional + entities: + - uid: 936 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,24.5 + parent: 588 + - uid: 937 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,24.5 + parent: 588 + - uid: 938 + components: + - type: Transform + pos: 8.5,27.5 + parent: 588 + - uid: 939 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,25.5 + parent: 588 + - uid: 941 + components: + - type: Transform + pos: 10.5,27.5 + parent: 588 + - uid: 942 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,28.5 + parent: 588 + - uid: 943 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,28.5 + parent: 588 + - uid: 1392 + components: + - type: Transform + pos: 8.5,44.5 + parent: 588 + - uid: 1393 + components: + - type: Transform + pos: 10.5,44.5 + parent: 588 + - uid: 1401 + components: + - type: Transform + pos: 12.5,44.5 + parent: 588 + - uid: 1402 + components: + - type: Transform + pos: 14.5,44.5 + parent: 588 + - uid: 1753 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,43.5 + parent: 588 + - uid: 1754 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,43.5 + parent: 588 + - uid: 1755 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,43.5 + parent: 588 + - uid: 1756 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,42.5 + parent: 588 + - uid: 1757 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,48.5 + parent: 588 + - uid: 1758 + components: + - type: Transform + pos: 26.5,47.5 + parent: 588 + - uid: 1759 + components: + - type: Transform + pos: 25.5,47.5 + parent: 588 + - uid: 1760 + components: + - type: Transform + pos: 24.5,47.5 + parent: 588 +- proto: WindowReinforcedDirectional + entities: + - uid: 97 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,14.5 + parent: 588 + - uid: 99 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,14.5 + parent: 588 + - uid: 258 + components: + - type: Transform + pos: 3.5,3.5 + parent: 588 + - uid: 259 + components: + - type: Transform + pos: 5.5,3.5 + parent: 588 + - uid: 260 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,3.5 + parent: 588 + - uid: 261 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,4.5 + parent: 588 + - uid: 270 + components: + - type: Transform + pos: 11.5,3.5 + parent: 588 + - uid: 271 + components: + - type: Transform + pos: 13.5,3.5 + parent: 588 + - uid: 272 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,3.5 + parent: 588 + - uid: 273 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,4.5 + parent: 588 + - uid: 277 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,4.5 + parent: 588 + - uid: 278 + components: + - type: Transform + pos: 15.5,3.5 + parent: 588 + - uid: 279 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,4.5 + parent: 588 + - uid: 280 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,3.5 + parent: 588 + - uid: 281 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,3.5 + parent: 588 + - uid: 290 + components: + - type: Transform + pos: 1.5,3.5 + parent: 588 + - uid: 607 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,14.5 + parent: 588 + - uid: 609 + components: + - type: Transform + pos: 4.5,14.5 + parent: 588 + - uid: 611 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,14.5 + parent: 588 + - uid: 612 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,14.5 + parent: 588 + - uid: 614 + components: + - type: Transform + pos: 3.5,14.5 + parent: 588 + - uid: 619 + components: + - type: Transform + pos: 2.5,14.5 + parent: 588 + - uid: 620 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,20.5 + parent: 588 + - uid: 624 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,20.5 + parent: 588 + - uid: 625 + components: + - type: Transform + pos: 2.5,19.5 + parent: 588 + - uid: 626 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,21.5 + parent: 588 + - uid: 648 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,19.5 + parent: 588 + - uid: 650 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,18.5 + parent: 588 + - uid: 651 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,19.5 + parent: 588 + - uid: 652 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,19.5 + parent: 588 + - uid: 653 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,18.5 + parent: 588 + - uid: 654 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,21.5 + parent: 588 + - uid: 658 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,22.5 + parent: 588 + - uid: 660 + components: + - type: Transform + pos: 13.5,21.5 + parent: 588 + - uid: 805 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,27.5 + parent: 588 + - uid: 806 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,26.5 + parent: 588 + - uid: 807 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,25.5 + parent: 588 + - uid: 808 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,25.5 + parent: 588 + - uid: 809 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,26.5 + parent: 588 + - uid: 810 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,27.5 + parent: 588 + - uid: 811 + components: + - type: Transform + pos: 1.5,25.5 + parent: 588 + - uid: 812 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,27.5 + parent: 588 + - uid: 1038 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,25.5 + parent: 588 + - uid: 1039 + components: + - type: Transform + pos: 20.5,27.5 + parent: 588 + - uid: 1042 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,25.5 + parent: 588 + - uid: 1045 + components: + - type: Transform + pos: 22.5,27.5 + parent: 588 + - uid: 1058 + components: + - type: Transform + pos: 24.5,27.5 + parent: 588 + - uid: 1059 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,25.5 + parent: 588 + - uid: 1060 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,25.5 + parent: 588 + - uid: 1399 + components: + - type: Transform + pos: 9.5,44.5 + parent: 588 + - uid: 1400 + components: + - type: Transform + pos: 13.5,44.5 + parent: 588 +- proto: ZiptiesBroken + entities: + - uid: 48 + components: + - type: Transform + pos: 5.2591753,3.5817227 + parent: 588 + - uid: 706 + components: + - type: Transform + pos: 16.06022,21.977758 + parent: 588 +... diff --git a/Resources/Maps/_NF/Dungeon/lava_mercenary.yml b/Resources/Maps/_NF/Dungeon/lava_mercenary.yml index b4d68e3a838..738e24533a1 100644 --- a/Resources/Maps/_NF/Dungeon/lava_mercenary.yml +++ b/Resources/Maps/_NF/Dungeon/lava_mercenary.yml @@ -11,15 +11,15 @@ tilemap: 55: FloorGreenCircuit 63: FloorLino 78: FloorReinforced - 83: FloorShuttleOrange - 90: FloorSteel - 100: FloorSteelMini - 101: FloorSteelMono - 105: FloorTechMaint - 109: FloorWhite - 113: FloorWhiteMini - 119: FloorWood - 122: Plating + 85: FloorShuttleOrange + 92: FloorSteel + 102: FloorSteelMini + 103: FloorSteelMono + 107: FloorTechMaint + 111: FloorWhite + 115: FloorWhiteMini + 121: FloorWood + 125: Plating entities: - proto: "" entities: @@ -35,83 +35,83 @@ entities: chunks: -1,-1: ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAA version: 6 0,0: ind: 0,0 - tiles: WgAAAAADWgAAAAABWgAAAAACWgAAAAADWgAAAAACWgAAAAABegAAAAAADwAAAAAAHgAAAAABDwAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAACWgAAAAACWgAAAAACWgAAAAABWgAAAAABWgAAAAAAWgAAAAADWgAAAAADegAAAAAADwAAAAAADwAAAAAADwAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAABWgAAAAACWgAAAAAAWgAAAAADWgAAAAADWgAAAAABWgAAAAADWgAAAAACWgAAAAABIwAAAAABHgAAAAABDwAAAAAAHgAAAAACIwAAAAAAWgAAAAABWgAAAAACWgAAAAABWgAAAAADWgAAAAADaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAADwAAAAAADwAAAAAADwAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAADwAAAAAAHgAAAAACDwAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAHgAAAAABHgAAAAABHgAAAAACDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHgAAAAABHgAAAAADHgAAAAABUwAAAAAAZQAAAAACWgAAAAAAZQAAAAACegAAAAAAHgAAAAAAIwAAAAADegAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAegAAAAAAIwAAAAACHgAAAAACUwAAAAAAZAAAAAACZAAAAAAAZAAAAAAAegAAAAAAHgAAAAABIwAAAAACegAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAegAAAAAAIwAAAAABHgAAAAADUwAAAAAAZAAAAAACZAAAAAAAZAAAAAAAWgAAAAACHgAAAAAAIwAAAAADegAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAegAAAAAAIwAAAAAAHgAAAAABUwAAAAAAZAAAAAADZAAAAAABZAAAAAABegAAAAAAHgAAAAADHgAAAAADHgAAAAACDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHgAAAAABHgAAAAABHgAAAAAAUwAAAAAAZQAAAAABWgAAAAABZQAAAAACegAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAHgAAAAAAHgAAAAABegAAAAAAHgAAAAADegAAAAAAHgAAAAADHgAAAAADUwAAAAAAaQAAAAAAegAAAAAAdwAAAAADdwAAAAABdwAAAAADdwAAAAAAdwAAAAADUwAAAAAAHgAAAAABHgAAAAACHgAAAAACHgAAAAADHgAAAAADHgAAAAADHgAAAAAAUwAAAAAAaQAAAAAAegAAAAAAdwAAAAABdwAAAAACdwAAAAAAdwAAAAACdwAAAAACUwAAAAAAHgAAAAADHgAAAAACDwAAAAAADwAAAAAADwAAAAAAHgAAAAACHgAAAAACUwAAAAAAaQAAAAAAegAAAAAAdwAAAAACdwAAAAADdwAAAAADdwAAAAACdwAAAAADUwAAAAAAHgAAAAADHgAAAAACHgAAAAABHgAAAAACHgAAAAACHgAAAAADHgAAAAABUwAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAdwAAAAABUwAAAAAA + tiles: XAAAAAADXAAAAAABXAAAAAACXAAAAAADXAAAAAACXAAAAAABfQAAAAAADwAAAAAAHgAAAAABDwAAAAAAfQAAAAAAXAAAAAACXAAAAAACXAAAAAACXAAAAAACXAAAAAACXAAAAAACXAAAAAABXAAAAAABXAAAAAAAXAAAAAADXAAAAAADfQAAAAAADwAAAAAADwAAAAAADwAAAAAAfQAAAAAAXAAAAAABXAAAAAACXAAAAAABXAAAAAACXAAAAAAAXAAAAAADXAAAAAADXAAAAAABXAAAAAADXAAAAAACXAAAAAABIwAAAAABHgAAAAABDwAAAAAAHgAAAAACIwAAAAAAXAAAAAABXAAAAAACXAAAAAABXAAAAAADXAAAAAADawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAfQAAAAAADwAAAAAADwAAAAAADwAAAAAAfQAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAfQAAAAAADwAAAAAAHgAAAAACDwAAAAAAfQAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAHgAAAAABHgAAAAABHgAAAAACDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHgAAAAABHgAAAAADHgAAAAABVQAAAAAAZwAAAAACXAAAAAAAZwAAAAACfQAAAAAAHgAAAAAAIwAAAAADfQAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAfQAAAAAAIwAAAAACHgAAAAACVQAAAAAAZgAAAAACZgAAAAAAZgAAAAAAfQAAAAAAHgAAAAABIwAAAAACfQAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAfQAAAAAAIwAAAAABHgAAAAADVQAAAAAAZgAAAAACZgAAAAAAZgAAAAAAXAAAAAACHgAAAAAAIwAAAAADfQAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAfQAAAAAAIwAAAAAAHgAAAAABVQAAAAAAZgAAAAADZgAAAAABZgAAAAABfQAAAAAAHgAAAAADHgAAAAADHgAAAAACDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHgAAAAABHgAAAAABHgAAAAAAVQAAAAAAZwAAAAABXAAAAAABZwAAAAACfQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAHgAAAAAAHgAAAAABfQAAAAAAHgAAAAADfQAAAAAAHgAAAAADHgAAAAADVQAAAAAAawAAAAAAfQAAAAAAeQAAAAADeQAAAAABeQAAAAADeQAAAAAAeQAAAAADVQAAAAAAHgAAAAABHgAAAAACHgAAAAACHgAAAAADHgAAAAADHgAAAAADHgAAAAAAVQAAAAAAawAAAAAAfQAAAAAAeQAAAAABeQAAAAACeQAAAAAAeQAAAAACeQAAAAACVQAAAAAAHgAAAAADHgAAAAACDwAAAAAADwAAAAAADwAAAAAAHgAAAAACHgAAAAACVQAAAAAAawAAAAAAfQAAAAAAeQAAAAACeQAAAAADeQAAAAADeQAAAAACeQAAAAADVQAAAAAAHgAAAAADHgAAAAACHgAAAAABHgAAAAACHgAAAAACHgAAAAADHgAAAAABVQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAeQAAAAABVQAAAAAA version: 6 0,1: ind: 0,1 - tiles: HgAAAAAAHgAAAAADegAAAAAAHgAAAAACegAAAAAAHgAAAAADHgAAAAAAUwAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAdwAAAAACUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAHgAAAAADHgAAAAAAHgAAAAADHgAAAAADHgAAAAABUwAAAAAAWgAAAAAAWgAAAAABWgAAAAACWgAAAAAAWgAAAAAAUwAAAAAAaQAAAAAAegAAAAAAWgAAAAABaQAAAAAAHgAAAAACegAAAAAADwAAAAAAegAAAAAAHgAAAAACUwAAAAAAWgAAAAADZAAAAAAAZAAAAAABZAAAAAADWgAAAAABUwAAAAAAaQAAAAAAaQAAAAAAWgAAAAAAegAAAAAAHgAAAAABDwAAAAAADwAAAAAADwAAAAAAHgAAAAAAUwAAAAAAWgAAAAAAZAAAAAABZAAAAAACZAAAAAACWgAAAAADUwAAAAAAWgAAAAACWgAAAAADWgAAAAABWgAAAAAAHgAAAAAAegAAAAAADwAAAAAAegAAAAAAHgAAAAAAUwAAAAAAWgAAAAABZAAAAAABZAAAAAABZAAAAAABWgAAAAADUwAAAAAAaQAAAAAAaQAAAAAAWgAAAAAAWgAAAAABHgAAAAADHgAAAAABHgAAAAACHgAAAAAAHgAAAAABUwAAAAAAWgAAAAAAWgAAAAABWgAAAAAAWgAAAAACWgAAAAABUwAAAAAAaQAAAAAAaQAAAAAAWgAAAAABWgAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAHgAAAAAAHgAAAAADHgAAAAAAUwAAAAAAaQAAAAAAaQAAAAAAegAAAAAAUwAAAAAAcQAAAAACcQAAAAACcQAAAAABUwAAAAAAWgAAAAADWgAAAAADZQAAAAAAUwAAAAAAHgAAAAAADwAAAAAAHgAAAAACUwAAAAAAegAAAAAAegAAAAAAegAAAAAAUwAAAAAAcQAAAAADcQAAAAACcQAAAAADUwAAAAAAWgAAAAAAWgAAAAABZQAAAAABUwAAAAAAHgAAAAACDwAAAAAAHgAAAAAAUwAAAAAAegAAAAAAegAAAAAAegAAAAAAUwAAAAAAcQAAAAADcQAAAAAAcQAAAAAAUwAAAAAAWgAAAAABWgAAAAABWgAAAAABUwAAAAAAHgAAAAACDwAAAAAAHgAAAAABUwAAAAAAegAAAAAAegAAAAAAegAAAAAAUwAAAAAAcQAAAAADcQAAAAADcQAAAAABUwAAAAAAZQAAAAACWgAAAAABWgAAAAACUwAAAAAAHgAAAAADHgAAAAACHgAAAAADUwAAAAAAegAAAAAAaQAAAAAAegAAAAAAUwAAAAAAcQAAAAACcQAAAAACcQAAAAADUwAAAAAAZQAAAAACWgAAAAAAWgAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAHgAAAAAAHgAAAAABDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHgAAAAADHgAAAAACUwAAAAAAWgAAAAABWgAAAAACHgAAAAACHgAAAAABHgAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHgAAAAADHgAAAAADHgAAAAAAUwAAAAAAaQAAAAAAegAAAAAA + tiles: HgAAAAAAHgAAAAADfQAAAAAAHgAAAAACfQAAAAAAHgAAAAADHgAAAAAAVQAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAfQAAAAAAeQAAAAACVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAHgAAAAADHgAAAAAAHgAAAAADHgAAAAADHgAAAAABVQAAAAAAXAAAAAAAXAAAAAABXAAAAAACXAAAAAAAXAAAAAAAVQAAAAAAawAAAAAAfQAAAAAAXAAAAAABawAAAAAAHgAAAAACfQAAAAAADwAAAAAAfQAAAAAAHgAAAAACVQAAAAAAXAAAAAADZgAAAAAAZgAAAAABZgAAAAADXAAAAAABVQAAAAAAawAAAAAAawAAAAAAXAAAAAAAfQAAAAAAHgAAAAABDwAAAAAADwAAAAAADwAAAAAAHgAAAAAAVQAAAAAAXAAAAAAAZgAAAAABZgAAAAACZgAAAAACXAAAAAADVQAAAAAAXAAAAAACXAAAAAADXAAAAAABXAAAAAAAHgAAAAAAfQAAAAAADwAAAAAAfQAAAAAAHgAAAAAAVQAAAAAAXAAAAAABZgAAAAABZgAAAAABZgAAAAABXAAAAAADVQAAAAAAawAAAAAAawAAAAAAXAAAAAAAXAAAAAABHgAAAAADHgAAAAABHgAAAAACHgAAAAAAHgAAAAABVQAAAAAAXAAAAAAAXAAAAAABXAAAAAAAXAAAAAACXAAAAAABVQAAAAAAawAAAAAAawAAAAAAXAAAAAABXAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAHgAAAAAAHgAAAAADHgAAAAAAVQAAAAAAawAAAAAAawAAAAAAfQAAAAAAVQAAAAAAcwAAAAACcwAAAAACcwAAAAABVQAAAAAAXAAAAAADXAAAAAADZwAAAAAAVQAAAAAAHgAAAAAADwAAAAAAHgAAAAACVQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAVQAAAAAAcwAAAAADcwAAAAACcwAAAAADVQAAAAAAXAAAAAAAXAAAAAABZwAAAAABVQAAAAAAHgAAAAACDwAAAAAAHgAAAAAAVQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAVQAAAAAAcwAAAAADcwAAAAAAcwAAAAAAVQAAAAAAXAAAAAABXAAAAAABXAAAAAABVQAAAAAAHgAAAAACDwAAAAAAHgAAAAABVQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAVQAAAAAAcwAAAAADcwAAAAADcwAAAAABVQAAAAAAZwAAAAACXAAAAAABXAAAAAACVQAAAAAAHgAAAAADHgAAAAACHgAAAAADVQAAAAAAfQAAAAAAawAAAAAAfQAAAAAAVQAAAAAAcwAAAAACcwAAAAACcwAAAAADVQAAAAAAZwAAAAACXAAAAAAAXAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAHgAAAAAAHgAAAAABDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHgAAAAADHgAAAAACVQAAAAAAXAAAAAABXAAAAAACHgAAAAACHgAAAAABHgAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHgAAAAADHgAAAAADHgAAAAAAVQAAAAAAawAAAAAAfQAAAAAA version: 6 0,-1: ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAA version: 6 -1,0: ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAA version: 6 -1,1: ind: -1,1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAA version: 6 1,-1: ind: 1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAA version: 6 1,0: ind: 1,0 - tiles: WgAAAAABUwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAHgAAAAACHgAAAAAAHgAAAAABHgAAAAADHgAAAAABHgAAAAADHgAAAAADHgAAAAACHgAAAAADWgAAAAADUwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAHgAAAAAAHgAAAAADHgAAAAABHgAAAAACHgAAAAABHgAAAAADHgAAAAACHgAAAAABHgAAAAABWgAAAAAAUwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAIwAAAAACHgAAAAACHgAAAAACHgAAAAACHgAAAAABHgAAAAACHgAAAAACHgAAAAAAHgAAAAAAHgAAAAABaQAAAAAAUwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAHgAAAAADHgAAAAAAHgAAAAACHgAAAAAAHgAAAAADHgAAAAADHgAAAAADHgAAAAAAHgAAAAABaQAAAAAAUwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAHgAAAAABHgAAAAABHgAAAAACHgAAAAAAHgAAAAABHgAAAAACHgAAAAAAHgAAAAACHgAAAAADUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAWgAAAAABWgAAAAACWgAAAAACegAAAAAAZQAAAAAAWgAAAAABZQAAAAAAUwAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAAAWgAAAAABWgAAAAAAegAAAAAAZAAAAAAAZAAAAAAAZAAAAAABUwAAAAAATgAAAAAAegAAAAAAIwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAAAWgAAAAADZAAAAAADZAAAAAAAZAAAAAADUwAAAAAATgAAAAAAegAAAAAAKwAAAAAAegAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAABegAAAAAAZAAAAAACZAAAAAABZAAAAAADUwAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAABegAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAAAegAAAAAAZQAAAAADWgAAAAABZQAAAAACUwAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAWgAAAAABWgAAAAAAWgAAAAAAWgAAAAADWgAAAAACWgAAAAACWgAAAAADUwAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAUwAAAAAAWgAAAAABZAAAAAACZAAAAAACZAAAAAAAZAAAAAADZAAAAAACWgAAAAAAUwAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAWgAAAAAAegAAAAAAUwAAAAAAWgAAAAAAZAAAAAABZAAAAAADZAAAAAABZAAAAAACZAAAAAAAWgAAAAACUwAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADaQAAAAAAUwAAAAAAWgAAAAACZAAAAAABZAAAAAABZAAAAAADZAAAAAAAZAAAAAABWgAAAAAAUwAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAWgAAAAAAegAAAAAAUwAAAAAA + tiles: XAAAAAABVQAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAfQAAAAAAHgAAAAACHgAAAAAAHgAAAAABHgAAAAADHgAAAAABHgAAAAADHgAAAAADHgAAAAACHgAAAAADXAAAAAADVQAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAfQAAAAAAHgAAAAAAHgAAAAADHgAAAAABHgAAAAACHgAAAAABHgAAAAADHgAAAAACHgAAAAABHgAAAAABXAAAAAAAVQAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAIwAAAAACHgAAAAACHgAAAAACHgAAAAACHgAAAAABHgAAAAACHgAAAAACHgAAAAAAHgAAAAAAHgAAAAABawAAAAAAVQAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAfQAAAAAAHgAAAAADHgAAAAAAHgAAAAACHgAAAAAAHgAAAAADHgAAAAADHgAAAAADHgAAAAAAHgAAAAABawAAAAAAVQAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAfQAAAAAAHgAAAAABHgAAAAABHgAAAAACHgAAAAAAHgAAAAABHgAAAAACHgAAAAAAHgAAAAACHgAAAAADVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAXAAAAAABXAAAAAACXAAAAAACfQAAAAAAZwAAAAAAXAAAAAABZwAAAAAAVQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAXAAAAAAAXAAAAAABXAAAAAAAfQAAAAAAZgAAAAAAZgAAAAAAZgAAAAABVQAAAAAATgAAAAAAfQAAAAAAIwAAAAACfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAXAAAAAACXAAAAAACXAAAAAAAXAAAAAADZgAAAAADZgAAAAAAZgAAAAADVQAAAAAATgAAAAAAfQAAAAAAKwAAAAAAfQAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAfQAAAAAAXAAAAAAAXAAAAAAAXAAAAAABfQAAAAAAZgAAAAACZgAAAAABZgAAAAADVQAAAAAATgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAIwAAAAABfQAAAAAAfQAAAAAAXAAAAAADXAAAAAAAXAAAAAAAfQAAAAAAZwAAAAADXAAAAAABZwAAAAACVQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAXAAAAAABXAAAAAAAXAAAAAAAXAAAAAADXAAAAAACXAAAAAACXAAAAAADVQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAVQAAAAAAXAAAAAABZgAAAAACZgAAAAACZgAAAAAAZgAAAAADZgAAAAACXAAAAAAAVQAAAAAAawAAAAAAfQAAAAAAawAAAAAAawAAAAAAawAAAAAAXAAAAAAAfQAAAAAAVQAAAAAAXAAAAAAAZgAAAAABZgAAAAADZgAAAAABZgAAAAACZgAAAAAAXAAAAAACVQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAXAAAAAADawAAAAAAVQAAAAAAXAAAAAACZgAAAAABZgAAAAABZgAAAAADZgAAAAAAZgAAAAABXAAAAAAAVQAAAAAAawAAAAAAfQAAAAAAawAAAAAAawAAAAAAawAAAAAAXAAAAAAAfQAAAAAAVQAAAAAA version: 6 1,1: ind: 1,1 - tiles: WgAAAAABWgAAAAACWgAAAAACWgAAAAAAWgAAAAABWgAAAAAAWgAAAAACUwAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAaQAAAAAAUwAAAAAAWgAAAAACWgAAAAABWgAAAAABWgAAAAAAWgAAAAADUwAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAUwAAAAAAWgAAAAACWgAAAAACaQAAAAAAUwAAAAAAWgAAAAADZAAAAAACZAAAAAABZAAAAAAAWgAAAAABUwAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAUwAAAAAAWgAAAAADZAAAAAADWgAAAAACUwAAAAAAWgAAAAADZAAAAAADZAAAAAADZAAAAAADWgAAAAABUwAAAAAAegAAAAAAWgAAAAABegAAAAAAWgAAAAABegAAAAAAUwAAAAAAWgAAAAAAZAAAAAABWgAAAAADUwAAAAAAWgAAAAAAZAAAAAAAZAAAAAACZAAAAAACWgAAAAADUwAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAUwAAAAAAWgAAAAADZAAAAAADWgAAAAACUwAAAAAAWgAAAAACWgAAAAACWgAAAAADWgAAAAADWgAAAAACUwAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAUwAAAAAAWgAAAAACWgAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAWgAAAAADWgAAAAABWgAAAAAAUwAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAUwAAAAAAaQAAAAAAaQAAAAAAegAAAAAAUwAAAAAAWgAAAAABWgAAAAACZQAAAAACUwAAAAAAWgAAAAABWgAAAAAAWgAAAAAAUwAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAUwAAAAAAegAAAAAAaQAAAAAAaQAAAAAAUwAAAAAAWgAAAAACWgAAAAADZQAAAAABUwAAAAAAWgAAAAACWgAAAAAAWgAAAAACUwAAAAAAWgAAAAACWgAAAAAAWgAAAAACUwAAAAAAWgAAAAADWgAAAAAAWgAAAAADUwAAAAAAWgAAAAADWgAAAAACWgAAAAADUwAAAAAAZQAAAAADWgAAAAACZQAAAAADUwAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAUwAAAAAAaQAAAAAAaQAAAAAAegAAAAAAUwAAAAAAZQAAAAAAWgAAAAADWgAAAAACUwAAAAAAZQAAAAABWgAAAAABZQAAAAABUwAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAUwAAAAAAaQAAAAAAegAAAAAAaQAAAAAAUwAAAAAAZQAAAAADWgAAAAADWgAAAAABUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAWgAAAAAAWgAAAAACWgAAAAABWgAAAAADWgAAAAACWgAAAAAAWgAAAAACWgAAAAAAWgAAAAACWgAAAAACWgAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAA + tiles: XAAAAAABXAAAAAACXAAAAAACXAAAAAAAXAAAAAABXAAAAAAAXAAAAAACVQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAawAAAAAAVQAAAAAAXAAAAAACXAAAAAABXAAAAAABXAAAAAAAXAAAAAADVQAAAAAAfQAAAAAAawAAAAAAawAAAAAAawAAAAAAfQAAAAAAVQAAAAAAXAAAAAACXAAAAAACawAAAAAAVQAAAAAAXAAAAAADZgAAAAACZgAAAAABZgAAAAAAXAAAAAABVQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAVQAAAAAAXAAAAAADZgAAAAADXAAAAAACVQAAAAAAXAAAAAADZgAAAAADZgAAAAADZgAAAAADXAAAAAABVQAAAAAAfQAAAAAAXAAAAAABfQAAAAAAXAAAAAABfQAAAAAAVQAAAAAAXAAAAAAAZgAAAAABXAAAAAADVQAAAAAAXAAAAAAAZgAAAAAAZgAAAAACZgAAAAACXAAAAAADVQAAAAAAfQAAAAAAawAAAAAAawAAAAAAawAAAAAAfQAAAAAAVQAAAAAAXAAAAAADZgAAAAADXAAAAAACVQAAAAAAXAAAAAACXAAAAAACXAAAAAADXAAAAAADXAAAAAACVQAAAAAAfQAAAAAAawAAAAAAawAAAAAAawAAAAAAfQAAAAAAVQAAAAAAXAAAAAACXAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAXAAAAAADXAAAAAABXAAAAAAAVQAAAAAAawAAAAAAawAAAAAAawAAAAAAVQAAAAAAawAAAAAAawAAAAAAfQAAAAAAVQAAAAAAXAAAAAABXAAAAAACZwAAAAACVQAAAAAAXAAAAAABXAAAAAAAXAAAAAAAVQAAAAAAawAAAAAAawAAAAAAawAAAAAAVQAAAAAAfQAAAAAAawAAAAAAawAAAAAAVQAAAAAAXAAAAAACXAAAAAADZwAAAAABVQAAAAAAXAAAAAACXAAAAAAAXAAAAAACVQAAAAAAXAAAAAACXAAAAAAAXAAAAAACVQAAAAAAXAAAAAADXAAAAAAAXAAAAAADVQAAAAAAXAAAAAADXAAAAAACXAAAAAADVQAAAAAAZwAAAAADXAAAAAACZwAAAAADVQAAAAAAawAAAAAAawAAAAAAawAAAAAAVQAAAAAAawAAAAAAawAAAAAAfQAAAAAAVQAAAAAAZwAAAAAAXAAAAAADXAAAAAACVQAAAAAAZwAAAAABXAAAAAABZwAAAAABVQAAAAAAawAAAAAAawAAAAAAawAAAAAAVQAAAAAAawAAAAAAfQAAAAAAawAAAAAAVQAAAAAAZwAAAAADXAAAAAADXAAAAAABVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAXAAAAAAAXAAAAAACXAAAAAABXAAAAAADXAAAAAACXAAAAAAAXAAAAAACXAAAAAAAXAAAAAACXAAAAAACXAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAA version: 6 -1,2: ind: -1,2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAA version: 6 -1,3: ind: -1,3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,2: ind: 0,2 - tiles: HgAAAAACHgAAAAACDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHgAAAAADHgAAAAAAUwAAAAAAaQAAAAAAaQAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAUwAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAUwAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAWgAAAAADaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAUwAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAHgAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHgAAAAAAUwAAAAAAHgAAAAABTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAHgAAAAABUwAAAAAAHgAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHgAAAAAAUwAAAAAAHgAAAAAATgAAAAAANwAAAAAANwAAAAAANwAAAAAATgAAAAAAHgAAAAAAUwAAAAAAHgAAAAACDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHgAAAAACUwAAAAAAHgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAHgAAAAACUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAADwAAAAAADwAAAAAAegAAAAAAIwAAAAABegAAAAAADwAAAAAADwAAAAAAUwAAAAAAbQAAAAACbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAADbQAAAAABbQAAAAABUwAAAAAADwAAAAAADwAAAAAADwAAAAAAHgAAAAAADwAAAAAADwAAAAAADwAAAAAAUwAAAAAAbQAAAAABbQAAAAABegAAAAAAbQAAAAAAegAAAAAAbQAAAAABbQAAAAADUwAAAAAAegAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAegAAAAAAUwAAAAAAIwAAAAABIwAAAAABIwAAAAACaQAAAAAAIwAAAAADIwAAAAACIwAAAAABUwAAAAAAIwAAAAAAHgAAAAACDwAAAAAADwAAAAAADwAAAAAAHgAAAAAAIwAAAAABUwAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAUwAAAAAAegAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAegAAAAAAUwAAAAAAIwAAAAACIwAAAAAAIwAAAAABaQAAAAAAIwAAAAABIwAAAAACIwAAAAAAUwAAAAAADwAAAAAADwAAAAAADwAAAAAAHgAAAAADDwAAAAAADwAAAAAADwAAAAAAUwAAAAAAIwAAAAAAIwAAAAAAIwAAAAACaQAAAAAAIwAAAAAAIwAAAAACIwAAAAADUwAAAAAA + tiles: HgAAAAACHgAAAAACDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHgAAAAADHgAAAAAAVQAAAAAAawAAAAAAawAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAawAAAAAAfQAAAAAAawAAAAAAawAAAAAAawAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAVQAAAAAAawAAAAAAawAAAAAAawAAAAAAfQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAawAAAAAAVQAAAAAAawAAAAAAawAAAAAAawAAAAAAXAAAAAADawAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAawAAAAAAfQAAAAAAawAAAAAAawAAAAAAVQAAAAAAawAAAAAAawAAAAAAawAAAAAAfQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAHgAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHgAAAAAAVQAAAAAAHgAAAAABTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAHgAAAAABVQAAAAAAHgAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHgAAAAAAVQAAAAAAHgAAAAAATgAAAAAANwAAAAAANwAAAAAANwAAAAAATgAAAAAAHgAAAAAAVQAAAAAAHgAAAAACDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHgAAAAACVQAAAAAAHgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAHgAAAAACVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAADwAAAAAADwAAAAAAfQAAAAAAIwAAAAABfQAAAAAADwAAAAAADwAAAAAAVQAAAAAAbwAAAAACbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAADbwAAAAABbwAAAAABVQAAAAAADwAAAAAADwAAAAAADwAAAAAAHgAAAAAADwAAAAAADwAAAAAADwAAAAAAVQAAAAAAbwAAAAABbwAAAAABfQAAAAAAbwAAAAAAfQAAAAAAbwAAAAABbwAAAAADVQAAAAAAfQAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAfQAAAAAAVQAAAAAAIwAAAAABIwAAAAABIwAAAAACawAAAAAAIwAAAAADIwAAAAACIwAAAAABVQAAAAAAIwAAAAAAHgAAAAACDwAAAAAADwAAAAAADwAAAAAAHgAAAAAAIwAAAAABVQAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAVQAAAAAAfQAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAfQAAAAAAVQAAAAAAIwAAAAACIwAAAAAAIwAAAAABawAAAAAAIwAAAAABIwAAAAACIwAAAAAAVQAAAAAADwAAAAAADwAAAAAADwAAAAAAHgAAAAADDwAAAAAADwAAAAAADwAAAAAAVQAAAAAAIwAAAAAAIwAAAAAAIwAAAAACawAAAAAAIwAAAAAAIwAAAAACIwAAAAADVQAAAAAA version: 6 0,3: ind: 0,3 - tiles: DwAAAAAADwAAAAAAegAAAAAAIwAAAAAAegAAAAAADwAAAAAADwAAAAAAUwAAAAAAIwAAAAACIwAAAAAAIwAAAAAAaQAAAAAAIwAAAAABIwAAAAACIwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: DwAAAAAADwAAAAAAfQAAAAAAIwAAAAAAfQAAAAAADwAAAAAADwAAAAAAVQAAAAAAIwAAAAACIwAAAAAAIwAAAAAAawAAAAAAIwAAAAABIwAAAAACIwAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 1,2: ind: 1,2 - tiles: aQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAZAAAAAACZAAAAAADZAAAAAABegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAUwAAAAAAHgAAAAACHgAAAAADHgAAAAACTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAZAAAAAACZAAAAAAAZAAAAAABWgAAAAACaQAAAAAAaQAAAAAAaQAAAAAAUwAAAAAAHgAAAAACHgAAAAABHgAAAAABTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAZAAAAAADZAAAAAADZAAAAAADegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAUwAAAAAAHgAAAAADHgAAAAABHgAAAAABTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAWgAAAAACWgAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAADWgAAAAAAUwAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAUwAAAAAAWgAAAAACZAAAAAABZAAAAAACZAAAAAABZAAAAAADZAAAAAAAWgAAAAAAUwAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAUwAAAAAAWgAAAAAAWgAAAAABWgAAAAABWgAAAAACWgAAAAAAWgAAAAAAWgAAAAADUwAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAUwAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAWgAAAAACZAAAAAAAZAAAAAADZAAAAAADUwAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAUwAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAWgAAAAADZAAAAAABZAAAAAABZAAAAAACUwAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAUwAAAAAAWgAAAAACWgAAAAADWgAAAAABWgAAAAACZAAAAAADZAAAAAABZAAAAAACUwAAAAAAaQAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAWgAAAAACaQAAAAAAUwAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAADWgAAAAACWgAAAAADWgAAAAADUwAAAAAAaQAAAAAAWgAAAAABaQAAAAAAaQAAAAAAaQAAAAAAWgAAAAAAaQAAAAAAUwAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAACIgAAAAABIgAAAAADWgAAAAACUwAAAAAAaQAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAWgAAAAAAaQAAAAAAUwAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAWgAAAAABIgAAAAAAIgAAAAABWgAAAAABUwAAAAAA + tiles: awAAAAAAawAAAAAAawAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAZgAAAAACZgAAAAADZgAAAAABfQAAAAAAawAAAAAAawAAAAAAawAAAAAAVQAAAAAAHgAAAAACHgAAAAADHgAAAAACTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAZgAAAAACZgAAAAAAZgAAAAABXAAAAAACawAAAAAAawAAAAAAawAAAAAAVQAAAAAAHgAAAAACHgAAAAABHgAAAAABTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAZgAAAAADZgAAAAADZgAAAAADfQAAAAAAawAAAAAAawAAAAAAawAAAAAAVQAAAAAAHgAAAAADHgAAAAABHgAAAAABTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAXAAAAAACXAAAAAAAXAAAAAAAXAAAAAABXAAAAAADXAAAAAADXAAAAAAAVQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAVQAAAAAAXAAAAAACZgAAAAABZgAAAAACZgAAAAABZgAAAAADZgAAAAAAXAAAAAAAVQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAVQAAAAAAXAAAAAAAXAAAAAABXAAAAAABXAAAAAACXAAAAAAAXAAAAAAAXAAAAAADVQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAawAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAVQAAAAAAawAAAAAAawAAAAAAawAAAAAAXAAAAAACZgAAAAAAZgAAAAADZgAAAAADVQAAAAAAawAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAVQAAAAAAawAAAAAAawAAAAAAawAAAAAAXAAAAAADZgAAAAABZgAAAAABZgAAAAACVQAAAAAAawAAAAAAfQAAAAAAawAAAAAAfQAAAAAAawAAAAAAfQAAAAAAawAAAAAAVQAAAAAAXAAAAAACXAAAAAADXAAAAAABXAAAAAACZgAAAAADZgAAAAABZgAAAAACVQAAAAAAawAAAAAAXAAAAAADfQAAAAAAfQAAAAAAfQAAAAAAXAAAAAACawAAAAAAVQAAAAAAXAAAAAADXAAAAAADXAAAAAACXAAAAAADXAAAAAACXAAAAAADXAAAAAADVQAAAAAAawAAAAAAXAAAAAABawAAAAAAawAAAAAAawAAAAAAXAAAAAAAawAAAAAAVQAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAACIgAAAAABIgAAAAADXAAAAAACVQAAAAAAawAAAAAAXAAAAAADfQAAAAAAfQAAAAAAfQAAAAAAXAAAAAAAawAAAAAAVQAAAAAAawAAAAAAawAAAAAAawAAAAAAXAAAAAABIgAAAAAAIgAAAAABXAAAAAABVQAAAAAA version: 6 1,3: ind: 1,3 - tiles: aQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAUwAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAWgAAAAABWgAAAAAAWgAAAAAAWgAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: awAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAVQAAAAAAawAAAAAAawAAAAAAawAAAAAAXAAAAAABXAAAAAAAXAAAAAAAXAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 2,-1: ind: 2,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 2,0: ind: 2,0 - tiles: HgAAAAAAHgAAAAABWgAAAAACUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAABHgAAAAACWgAAAAABUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAACHgAAAAACWgAAAAABUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAAAHgAAAAADWgAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAACHgAAAAAAWgAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAADegAAAAAATgAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKwAAAAAAegAAAAAATgAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: HgAAAAAAHgAAAAABXAAAAAACVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAABHgAAAAACXAAAAAABVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAACHgAAAAACXAAAAAABVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAAAHgAAAAADXAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAACHgAAAAAAXAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAADfQAAAAAATgAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKwAAAAAAfQAAAAAATgAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAATgAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 2,1: ind: 2,1 - tiles: UwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAABWgAAAAACWgAAAAADUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZAAAAAAAZAAAAAABWgAAAAADUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZAAAAAADZAAAAAABWgAAAAABUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZAAAAAABZAAAAAAAWgAAAAABUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACWgAAAAABWgAAAAACUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAACHgAAAAAAIwAAAAADUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAACHgAAAAACIwAAAAADUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAABHgAAAAADHgAAAAADUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAABIwAAAAACIwAAAAADUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAAAHgAAAAADHgAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: VQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAABXAAAAAACXAAAAAADVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZgAAAAAAZgAAAAABXAAAAAADVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZgAAAAADZgAAAAABXAAAAAABVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZgAAAAABZgAAAAAAXAAAAAABVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAACXAAAAAABXAAAAAACVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAACHgAAAAAAIwAAAAADVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAACHgAAAAACIwAAAAADVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAABHgAAAAADHgAAAAADVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAABIwAAAAACIwAAAAADVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAAAHgAAAAADHgAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 2,2: ind: 2,2 - tiles: UwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAHgAAAAADHgAAAAABUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAABegAAAAAAHgAAAAADUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAHgAAAAAAHgAAAAADUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: VQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAHgAAAAADHgAAAAABVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAABfQAAAAAAHgAAAAADVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAHgAAAAAAHgAAAAADVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 2,3: ind: 2,3 - tiles: UwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: VQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - type: Gravity gravityShakeSound: !type:SoundPathSpecifier @@ -124,2108 +124,2625 @@ entities: color: '#5E7C16FF' id: Bot decals: - 1036: 14,25 - 1037: 14,24 + 962: 14,25 + 963: 14,24 - node: color: '#52B4E996' id: BotGreyscale decals: - 157: 30,25 - 158: 30,24 - 159: 28,27 - 160: 28,27 - 161: 28,28 - 162: 28,28 - 163: 30,25 - 164: 30,24 + 145: 30,25 + 146: 30,24 + 147: 28,27 + 148: 28,27 + 149: 28,28 + 150: 28,28 + 151: 30,25 + 152: 30,24 - node: color: '#5E7C16FF' id: BotGreyscale decals: - 964: 6,2 - 965: 10,2 - 1050: 14,10 - 1051: 14,6 - 1052: 20,6 - 1053: 20,10 - 1054: 22,10 - 1055: 22,6 - 1056: 12,10 - 1057: 12,6 - 1058: 14,25 - 1059: 14,24 - 1060: 34,25 - 1061: 32,25 - 1062: 32,24 - 1065: 9,7 - 1066: 9,9 - 1067: 9,8 - 1068: 1,9 - 1069: 1,8 - 1070: 1,7 - 1166: 18,27 - 1167: 18,28 - 1168: 16,28 - 1169: 16,27 - 1170: 12,27 - 1171: 12,28 + 904: 6,2 + 905: 10,2 + 976: 14,10 + 977: 14,6 + 978: 20,6 + 979: 20,10 + 980: 22,10 + 981: 22,6 + 982: 12,10 + 983: 12,6 + 984: 14,25 + 985: 14,24 + 986: 34,25 + 987: 32,25 + 988: 32,24 + 991: 9,7 + 992: 9,9 + 993: 9,8 + 994: 1,9 + 995: 1,8 + 996: 1,7 + 1079: 18,27 + 1080: 18,28 + 1081: 16,28 + 1082: 16,27 + 1083: 12,27 + 1084: 12,28 + - node: + color: '#7B7B3FFF' + id: BotGreyscale + decals: + 1529: 14,10 + 1530: 14,6 + 1556: 12,6 + 1557: 12,10 + 1558: 14,6 + 1559: 20,6 + 1560: 22,6 + 1561: 22,10 + 1562: 20,10 - node: color: '#DE3A3A96' id: BotGreyscale decals: - 109: 32,25 - 110: 32,24 - 111: 34,25 - 112: 34,24 - 113: 16,28 - 114: 18,28 - 115: 18,27 - 116: 16,27 - 117: 12,27 - 118: 12,28 - 201: 26,7 - 202: 32,7 - 203: 29,9 - 267: 1,9 - 268: 1,8 - 269: 1,7 - 270: 9,9 - 271: 9,8 - 272: 9,7 - 273: 20,10 - 274: 14,6 - 275: 20,6 - 276: 22,6 - 277: 22,10 - 278: 12,10 - 279: 12,6 + 97: 32,25 + 98: 32,24 + 99: 34,25 + 100: 34,24 + 101: 16,28 + 102: 18,28 + 103: 18,27 + 104: 16,27 + 105: 12,27 + 106: 12,28 + 165: 26,7 + 166: 32,7 + 167: 29,9 + 231: 1,9 + 232: 1,8 + 233: 1,7 + 234: 9,9 + 235: 9,8 + 236: 9,7 + 237: 20,10 + 238: 14,6 + 239: 20,6 + 240: 22,6 + 241: 22,10 + 242: 12,10 + 243: 12,6 + - node: + color: '#5E7C1696' + id: BrickCornerOverlayNE + decals: + 1901: 9,21 + - node: + color: '#7B7B3FFF' + id: BrickCornerOverlayNE + decals: + 2028: 30,48 - node: color: '#FFFFFFFF' id: BrickTileDarkCornerNe decals: - 19: 10,44 - 152: 30,28 + 13: 10,44 + 140: 30,28 - node: color: '#FFFFFFFF' id: BrickTileDarkCornerNw decals: - 20: 12,44 + 14: 12,44 - node: color: '#FFFFFFFF' id: BrickTileDarkCornerSe decals: - 7: 10,46 - 41: 14,42 + 1: 10,46 + 35: 14,42 - node: color: '#FFFFFFFF' id: BrickTileDarkCornerSw decals: - 10: 12,46 - 39: 8,42 - 149: 28,24 + 4: 12,46 + 33: 8,42 + 137: 28,24 - node: color: '#FFFFFFFF' id: BrickTileDarkLineE decals: - 8: 10,47 - 9: 10,48 - 42: 14,43 - 151: 30,27 - 253: 5,45 - 256: 33,36 - 257: 33,34 - 258: 10,31 - 262: 8,10 - 263: 8,6 - 264: 7,2 + 2: 10,47 + 3: 10,48 + 36: 14,43 + 139: 30,27 + 217: 5,45 + 220: 33,36 + 221: 33,34 + 222: 10,31 + 226: 8,10 + 227: 8,6 + 228: 7,2 - node: color: '#FFFFFFFF' id: BrickTileDarkLineN decals: - 17: 8,44 - 18: 9,44 - 21: 13,44 - 22: 14,44 - 254: 3,47 + 11: 8,44 + 12: 9,44 + 15: 13,44 + 16: 14,44 + 218: 3,47 - node: color: '#FFFFFFFF' id: BrickTileDarkLineS decals: - 13: 8,46 - 14: 9,46 - 15: 13,46 - 16: 14,46 - 43: 9,42 - 44: 10,42 - 45: 13,42 - 46: 12,42 - 255: 3,43 + 7: 8,46 + 8: 9,46 + 9: 13,46 + 10: 14,46 + 37: 9,42 + 38: 10,42 + 39: 13,42 + 40: 12,42 + 219: 3,43 - node: color: '#FFFFFFFF' id: BrickTileDarkLineW decals: - 11: 12,47 - 12: 12,48 - 40: 8,43 - 150: 28,25 - 252: 1,45 - 259: 2,31 - 260: 2,10 - 261: 2,6 - 265: 9,2 - 266: 30,2 + 5: 12,47 + 6: 12,48 + 34: 8,43 + 138: 28,25 + 216: 1,45 + 223: 2,31 + 224: 2,10 + 225: 2,6 + 229: 9,2 + 230: 30,2 - node: color: '#FFFFFFFF' id: BrickTileSteelCornerNe decals: - 103: 33,21 - 775: 30,44 - 787: 29,47 - 1146: 22,9 - 1147: 14,9 - 1163: 21,15 - 1164: 21,21 - 1165: 9,21 - 1172: 18,36 + 724: 30,44 + 736: 29,47 + 1059: 22,9 + 1060: 14,9 + 1076: 21,15 + 1077: 21,21 + 1078: 9,21 + 1540: 22,9 + 1552: 14,9 + 1680: 21,15 + 1868: 33,21 + 1884: 21,21 + 1905: 9,21 + 1985: 18,36 - node: color: '#FFFFFFFF' id: BrickTileSteelCornerNw decals: - 104: 31,21 - 776: 28,44 - 788: 28,47 - 1173: 20,9 - 1174: 12,9 - 1175: 17,15 - 1176: 19,21 - 1177: 7,21 - 1178: 16,36 + 725: 28,44 + 737: 28,47 + 1085: 20,9 + 1086: 12,9 + 1087: 17,15 + 1088: 19,21 + 1542: 20,9 + 1550: 12,9 + 1688: 17,15 + 1869: 31,21 + 1886: 19,21 + 1906: 7,21 + 1986: 16,36 - node: color: '#FFFFFFFF' id: BrickTileSteelCornerSe decals: - 77: 26,30 - 106: 33,19 - 774: 30,42 - 785: 29,46 - 1190: 18,34 - 1194: 9,19 - 1203: 21,19 - 1212: 21,13 - 1219: 14,7 - 1227: 22,7 + 71: 26,30 + 723: 30,42 + 734: 29,46 + 1098: 9,19 + 1107: 21,19 + 1114: 21,13 + 1121: 14,7 + 1129: 22,7 + 1543: 22,7 + 1555: 14,7 + 1690: 21,13 + 1871: 33,19 + 1887: 21,19 + 1909: 9,19 + 1987: 18,34 - node: color: '#FFFFFFFF' id: BrickTileSteelCornerSw decals: - 6: 3,35 - 78: 14,30 - 105: 31,19 - 773: 28,42 - 786: 28,46 - 1191: 16,34 - 1198: 7,19 - 1199: 19,19 - 1213: 17,13 - 1218: 12,7 - 1226: 20,7 + 0: 3,35 + 72: 14,30 + 722: 28,42 + 735: 28,46 + 1102: 7,19 + 1103: 19,19 + 1115: 17,13 + 1120: 12,7 + 1128: 20,7 + 1544: 20,7 + 1553: 12,7 + 1689: 17,13 + 1872: 31,19 + 1885: 19,19 + 1912: 7,19 + 1988: 16,34 - node: color: '#FFFFFFFF' id: BrickTileSteelEndE decals: - 1180: 21,39 + 1090: 21,39 + 2020: 21,39 - node: color: '#FFFFFFFF' id: BrickTileSteelEndW decals: - 1179: 17,39 + 1089: 17,39 + 2021: 17,39 - node: color: '#D4D4D496' id: BrickTileSteelLineE decals: - 480: 32,2 - 482: 31,2 + 441: 32,2 + 443: 31,2 - node: color: '#FFFFFFFF' id: BrickTileSteelLineE decals: - 55: 17,45 - 56: 17,46 - 57: 17,47 - 92: 27,20 - 101: 16,21 - 108: 33,20 - 478: 33,2 - 777: 30,43 - 1188: 18,35 - 1195: 9,20 - 1202: 21,20 - 1211: 21,14 - 1220: 14,8 - 1224: 22,8 + 49: 17,45 + 50: 17,46 + 51: 17,47 + 86: 27,20 + 95: 16,21 + 439: 33,2 + 726: 30,43 + 1099: 9,20 + 1106: 21,20 + 1113: 21,14 + 1122: 14,8 + 1126: 22,8 + 1546: 22,8 + 1549: 14,8 + 1691: 21,14 + 1873: 33,20 + 1888: 21,20 + 1910: 9,20 + 1992: 18,35 - node: color: '#FFFFFFFF' id: BrickTileSteelLineN decals: - 780: 29,44 - 1181: 20,39 - 1182: 19,39 - 1183: 18,39 - 1187: 17,36 - 1196: 8,21 - 1200: 20,21 - 1206: 32,21 - 1207: 20,15 - 1208: 19,15 - 1209: 18,15 - 1222: 13,9 - 1223: 21,9 + 729: 29,44 + 1091: 20,39 + 1092: 19,39 + 1093: 18,39 + 1100: 8,21 + 1104: 20,21 + 1109: 20,15 + 1110: 19,15 + 1111: 18,15 + 1124: 13,9 + 1125: 21,9 + 1541: 21,9 + 1551: 13,9 + 1681: 20,15 + 1682: 19,15 + 1683: 18,15 + 1870: 32,21 + 1891: 20,21 + 1907: 8,21 + 1989: 17,36 + 2022: 18,39 + 2023: 19,39 + 2024: 20,39 - node: color: '#FFFFFFFF' id: BrickTileSteelLineS decals: - 67: 15,30 - 68: 16,30 - 69: 17,30 - 70: 18,30 - 71: 19,30 - 72: 21,30 - 73: 22,30 - 74: 23,30 - 75: 24,30 - 76: 25,30 - 779: 29,42 - 1184: 18,39 - 1185: 19,39 - 1186: 20,39 - 1192: 17,34 - 1193: 8,19 - 1204: 20,19 - 1205: 32,19 - 1214: 18,13 - 1215: 19,13 - 1216: 20,13 - 1217: 13,7 - 1225: 21,7 + 61: 15,30 + 62: 16,30 + 63: 17,30 + 64: 18,30 + 65: 19,30 + 66: 21,30 + 67: 22,30 + 68: 23,30 + 69: 24,30 + 70: 25,30 + 728: 29,42 + 1094: 18,39 + 1095: 19,39 + 1096: 20,39 + 1097: 8,19 + 1108: 20,19 + 1116: 18,13 + 1117: 19,13 + 1118: 20,13 + 1119: 13,7 + 1127: 21,7 + 1547: 21,7 + 1548: 13,7 + 1684: 20,13 + 1685: 19,13 + 1686: 18,13 + 1890: 20,19 + 1908: 8,19 + 1990: 17,34 + 2025: 20,39 + 2026: 19,39 + 2027: 18,39 - node: color: '#D4D4D496' id: BrickTileSteelLineW decals: - 479: 33,2 - 481: 32,2 - 483: 31,2 + 440: 33,2 + 442: 32,2 + 444: 31,2 - node: color: '#FFFFFFFF' id: BrickTileSteelLineW decals: - 58: 21,45 - 59: 21,46 - 60: 21,47 - 91: 25,20 - 95: 29,15 - 96: 29,14 - 97: 29,13 - 107: 31,20 - 778: 28,43 - 1189: 16,35 - 1197: 7,20 - 1201: 19,20 - 1210: 17,14 - 1221: 12,8 - 1228: 20,8 + 52: 21,45 + 53: 21,46 + 54: 21,47 + 85: 25,20 + 89: 29,15 + 90: 29,14 + 91: 29,13 + 727: 28,43 + 1101: 7,20 + 1105: 19,20 + 1112: 17,14 + 1123: 12,8 + 1130: 20,8 + 1545: 20,8 + 1554: 12,8 + 1687: 17,14 + 1874: 31,20 + 1889: 19,20 + 1911: 7,20 + 1991: 16,35 - node: color: '#474F52FF' id: BrickTileWhiteCornerNe decals: - 1006: 21,4 + 932: 21,4 - node: color: '#52B4E996' id: BrickTileWhiteCornerNe decals: - 33: 10,44 - 156: 30,28 + 27: 10,44 + 144: 30,28 + - node: + color: '#5E7C1696' + id: BrickTileWhiteCornerNe + decals: + 1902: 9,21 - node: color: '#5E7C16FF' id: BrickTileWhiteCornerNe decals: - 1040: 34,36 - 1229: 10,10 - 1243: 22,16 - 1258: 6,16 - 1271: 34,22 - 1272: 22,22 - 1286: 16,22 - 1289: 10,22 - 1300: 4,22 - 1314: 12,25 - 1315: 16,25 - 1330: 6,40 - 1344: 22,40 - 1345: 30,48 - 1352: 12,32 + 966: 34,36 + 1131: 10,10 + 1145: 22,16 + 1160: 6,16 + 1172: 34,22 + 1173: 22,22 + 1187: 16,22 + 1190: 10,22 + 1201: 4,22 + 1215: 12,25 + 1216: 16,25 + 1229: 6,40 + 1242: 22,40 + 1243: 30,48 + 1250: 12,32 + - node: + color: '#7B7B3FFF' + id: BrickTileWhiteCornerNe + decals: + 1569: 10,10 + 1616: 34,10 + 1692: 22,16 + 1720: 6,16 + 1796: 34,22 + 1797: 22,22 + 1798: 16,22 + 1799: 10,22 + 1800: 4,22 + 1843: 12,25 + 1844: 16,25 + 1913: 12,32 + 1963: 34,36 + 1993: 6,40 + 2002: 22,40 + 2029: 30,48 - node: color: '#FFFFFFFF' id: BrickTileWhiteCornerNe decals: - 166: 10,28 + 154: 10,28 - node: color: '#474F52FF' id: BrickTileWhiteCornerNw decals: - 1009: 18,4 + 935: 18,4 - node: color: '#52B4E996' id: BrickTileWhiteCornerNw decals: - 34: 12,44 + 28: 12,44 + - node: + color: '#5E7C1696' + id: BrickTileWhiteCornerNw + decals: + 1903: 7,21 + 1904: 7,21 - node: color: '#5E7C16FF' id: BrickTileWhiteCornerNw decals: - 1027: 23,4 - 1042: 24,36 - 1232: 0,10 - 1248: 16,16 - 1255: 0,16 - 1267: 30,22 - 1273: 18,22 - 1297: 6,22 - 1298: 0,22 - 1318: 18,25 - 1331: 0,40 - 1342: 16,40 - 1353: 0,32 + 953: 23,4 + 968: 24,36 + 1134: 0,10 + 1150: 16,16 + 1157: 0,16 + 1168: 30,22 + 1174: 18,22 + 1198: 6,22 + 1199: 0,22 + 1219: 18,25 + 1230: 0,40 + 1240: 16,40 + 1251: 0,32 + - node: + color: '#7B7B3FFF' + id: BrickTileWhiteCornerNw + decals: + 1577: 0,10 + 1602: 23,4 + 1617: 24,10 + 1693: 16,16 + 1721: 0,16 + 1801: 30,22 + 1802: 18,22 + 1803: 6,22 + 1804: 0,22 + 1850: 18,25 + 1920: 0,32 + 1966: 24,36 + 1996: 0,40 + 2005: 16,40 - node: color: '#FFFFFFFF' id: BrickTileWhiteCornerNw decals: - 165: 8,28 + 153: 8,28 - node: color: '#474F52FF' id: BrickTileWhiteCornerSe decals: - 1004: 21,0 + 930: 21,0 - node: color: '#52B4E996' id: BrickTileWhiteCornerSe decals: - 32: 10,46 - 48: 14,42 + 26: 10,46 + 42: 14,42 - node: color: '#5E7C16FF' id: BrickTileWhiteCornerSe decals: - 971: 5,0 - 991: 16,0 - 1041: 34,34 - 1063: 10,6 - 1240: 22,12 - 1261: 6,12 - 1262: 34,18 - 1277: 22,18 - 1291: 10,18 - 1299: 4,18 - 1329: 6,38 - 1341: 22,38 - 1357: 12,30 + 917: 16,0 + 967: 34,34 + 989: 10,6 + 1142: 22,12 + 1163: 6,12 + 1164: 34,18 + 1178: 22,18 + 1192: 10,18 + 1200: 4,18 + 1228: 6,38 + 1239: 22,38 + 1255: 12,30 + - node: + color: '#7B7B3FFF' + id: BrickTileWhiteCornerSe + decals: + 1488: 5,0 + 1503: 16,0 + 1570: 10,6 + 1639: 34,6 + 1707: 22,12 + 1723: 6,12 + 1835: 34,18 + 1836: 22,18 + 1837: 10,18 + 1838: 4,18 + 1916: 12,30 + 1964: 34,34 + 1994: 6,38 + 2003: 22,38 + - node: + color: '#B8B873FF' + id: BrickTileWhiteCornerSe + decals: + 1501: 16,0 - node: color: '#EFB34196' id: BrickTileWhiteCornerSe decals: - 80: 26,30 + 74: 26,30 - node: color: '#FFFFFFFF' id: BrickTileWhiteCornerSe decals: - 167: 10,24 + 155: 10,24 - node: color: '#474F52FF' id: BrickTileWhiteCornerSw decals: - 1000: 18,0 + 926: 18,0 - node: color: '#52B4E996' id: BrickTileWhiteCornerSw decals: - 31: 12,46 - 47: 8,42 - 153: 28,24 + 25: 12,46 + 41: 8,42 + 141: 28,24 - node: color: '#5E7C16FF' id: BrickTileWhiteCornerSw decals: - 973: 0,0 - 993: 11,0 - 1013: 23,0 - 1043: 24,34 - 1235: 0,6 - 1251: 16,12 - 1252: 0,12 - 1270: 30,18 - 1276: 18,18 - 1292: 6,18 - 1301: 0,18 - 1332: 0,38 - 1343: 16,38 - 1354: 0,30 - 1615: 14,27 + 919: 11,0 + 939: 23,0 + 969: 24,34 + 1137: 0,6 + 1153: 16,12 + 1154: 0,12 + 1171: 30,18 + 1177: 18,18 + 1193: 6,18 + 1202: 0,18 + 1231: 0,38 + 1241: 16,38 + 1252: 0,30 + 1483: 14,27 + - node: + color: '#7B7B3FFF' + id: BrickTileWhiteCornerSw + decals: + 1487: 0,0 + 1502: 11,0 + 1580: 0,6 + 1601: 23,0 + 1630: 24,6 + 1706: 16,12 + 1722: 0,12 + 1839: 0,18 + 1840: 6,18 + 1841: 18,18 + 1842: 30,18 + 1845: 14,27 + 1919: 0,30 + 1965: 24,34 + 1995: 0,38 + 2004: 16,38 - node: color: '#EFB34196' id: BrickTileWhiteCornerSw decals: - 79: 14,30 + 73: 14,30 - node: color: '#FFFFFFFF' id: BrickTileWhiteCornerSw decals: - 168: 8,24 + 156: 8,24 - node: color: '#474F52FF' id: BrickTileWhiteLineE decals: - 1003: 21,1 - 1005: 21,3 - 1010: 21,2 + 929: 21,1 + 931: 21,3 + 936: 21,2 - node: color: '#52B4E996' id: BrickTileWhiteLineE decals: - 27: 10,47 - 28: 10,48 - 49: 14,43 - 155: 30,27 + 21: 10,47 + 22: 10,48 + 43: 14,43 + 143: 30,27 - node: color: '#5E7C16FF' id: BrickTileWhiteLineE decals: - 972: 5,1 - 992: 16,1 - 1028: 34,4 - 1029: 34,3 - 1030: 34,1 - 1031: 34,0 - 1032: 10,7 - 1033: 10,9 - 1034: 6,2 - 1035: 10,2 - 1241: 22,13 - 1242: 22,15 - 1259: 6,15 - 1260: 6,13 - 1263: 34,19 - 1264: 34,21 - 1278: 22,19 - 1279: 22,21 - 1287: 16,21 - 1288: 10,21 - 1290: 10,19 - 1302: 4,19 - 1303: 4,21 - 1310: 0,25 - 1311: 0,27 - 1316: 12,24 - 1317: 16,24 - 1326: 14,34 - 1327: 14,35 - 1328: 14,36 - 1335: 14,40 - 1336: 14,38 - 1348: 30,47 - 1349: 30,46 + 918: 16,1 + 954: 34,4 + 955: 34,3 + 956: 34,1 + 957: 34,0 + 958: 10,7 + 959: 10,9 + 960: 6,2 + 961: 10,2 + 1143: 22,13 + 1144: 22,15 + 1161: 6,15 + 1162: 6,13 + 1165: 34,19 + 1179: 22,19 + 1180: 22,21 + 1188: 16,21 + 1189: 10,21 + 1191: 10,19 + 1203: 4,19 + 1204: 4,21 + 1211: 0,25 + 1212: 0,27 + 1217: 12,24 + 1218: 16,24 + 1226: 14,34 + 1227: 14,36 + 1234: 14,40 + 1235: 14,38 + 1246: 30,47 + 1247: 30,46 + - node: + color: '#7B7B3FFF' + id: BrickTileWhiteLineE + decals: + 1495: 5,1 + 1504: 16,1 + 1573: 10,9 + 1574: 10,7 + 1583: 34,4 + 1584: 34,3 + 1585: 34,1 + 1586: 34,0 + 1626: 34,9 + 1627: 34,7 + 1698: 22,15 + 1699: 22,13 + 1724: 6,13 + 1725: 6,15 + 1805: 34,19 + 1806: 22,21 + 1807: 22,19 + 1808: 16,21 + 1809: 10,21 + 1810: 10,19 + 1811: 4,19 + 1812: 4,21 + 1813: 0,25 + 1814: 0,27 + 1848: 12,24 + 1849: 16,24 + 1866: 34,21 + 1973: 14,36 + 1974: 14,34 + 1997: 14,40 + 1998: 14,38 + 2032: 30,46 + 2033: 30,47 - node: color: '#D4D4D419' id: BrickTileWhiteLineE decals: - 222: 2,6 - 223: 2,10 - 227: 9,2 - 228: 30,2 - 233: 1,45 - 235: 2,31 + 186: 2,6 + 187: 2,10 + 191: 9,2 + 192: 30,2 + 197: 1,45 + 199: 2,31 - node: color: '#DE3A3A96' id: BrickTileWhiteLineE decals: - 102: 16,21 + 96: 16,21 - node: color: '#EFB34196' id: BrickTileWhiteLineE decals: - 61: 17,45 - 62: 17,46 - 63: 17,47 - 93: 27,20 + 55: 17,45 + 56: 17,46 + 57: 17,47 + 87: 27,20 - node: color: '#FFFFFFFF' id: BrickTileWhiteLineE decals: - 170: 10,27 - 171: 10,26 - 172: 10,25 + 158: 10,27 + 159: 10,26 + 160: 10,25 - node: color: '#474F52FF' id: BrickTileWhiteLineN decals: - 1007: 20,4 - 1008: 19,4 + 933: 20,4 + 934: 19,4 - node: color: '#52B4E996' id: BrickTileWhiteLineN decals: - 35: 9,44 - 36: 8,44 - 37: 13,44 - 38: 14,44 + 29: 9,44 + 30: 8,44 + 31: 13,44 + 32: 14,44 - node: color: '#5E7C16FF' id: BrickTileWhiteLineN decals: - 1014: 24,4 - 1015: 25,4 - 1016: 26,4 - 1017: 27,4 - 1018: 28,4 - 1019: 29,4 - 1020: 30,4 - 1046: 25,36 - 1047: 26,36 - 1230: 9,10 - 1231: 1,10 - 1236: 16,10 - 1237: 18,10 - 1244: 21,16 - 1245: 20,16 - 1246: 18,16 - 1247: 17,16 - 1256: 1,16 - 1257: 5,16 - 1265: 33,22 - 1266: 31,22 - 1280: 21,22 - 1281: 19,22 - 1285: 15,22 - 1295: 7,22 - 1296: 9,22 - 1306: 1,22 - 1307: 3,22 - 1308: 2,28 - 1309: 0,28 - 1337: 17,40 - 1338: 18,40 - 1339: 20,40 - 1340: 21,40 - 1346: 29,48 - 1347: 28,48 - 1355: 1,32 - 1356: 11,32 + 940: 24,4 + 941: 25,4 + 942: 26,4 + 943: 27,4 + 944: 28,4 + 945: 29,4 + 946: 30,4 + 972: 25,36 + 973: 26,36 + 1132: 9,10 + 1133: 1,10 + 1138: 16,10 + 1139: 18,10 + 1146: 21,16 + 1147: 20,16 + 1148: 18,16 + 1149: 17,16 + 1158: 1,16 + 1159: 5,16 + 1166: 33,22 + 1167: 31,22 + 1181: 21,22 + 1182: 19,22 + 1186: 15,22 + 1196: 7,22 + 1197: 9,22 + 1207: 1,22 + 1208: 3,22 + 1209: 2,28 + 1210: 0,28 + 1236: 17,40 + 1237: 20,40 + 1238: 21,40 + 1244: 29,48 + 1245: 28,48 + 1253: 1,32 + 1254: 11,32 + - node: + color: '#7B7B3FFF' + id: BrickTileWhiteLineN + decals: + 1563: 18,10 + 1564: 16,10 + 1572: 9,10 + 1578: 1,10 + 1593: 30,4 + 1594: 29,4 + 1595: 28,4 + 1596: 27,4 + 1597: 25,4 + 1598: 24,4 + 1618: 25,10 + 1619: 26,10 + 1620: 27,10 + 1621: 28,10 + 1622: 30,10 + 1623: 31,10 + 1624: 32,10 + 1625: 33,10 + 1694: 17,16 + 1695: 18,16 + 1696: 20,16 + 1697: 21,16 + 1726: 5,16 + 1727: 1,16 + 1786: 0,28 + 1787: 2,28 + 1788: 1,22 + 1789: 3,22 + 1790: 9,22 + 1791: 15,22 + 1792: 19,22 + 1793: 21,22 + 1794: 31,22 + 1795: 33,22 + 1914: 11,32 + 1917: 1,32 + 1967: 25,36 + 1968: 26,36 + 2006: 17,40 + 2007: 20,40 + 2008: 21,40 + 2013: 17,40 + 2014: 18,40 + 2030: 29,48 + 2031: 28,48 - node: color: '#D4D4D419' id: BrickTileWhiteLineN decals: - 234: 3,43 + 198: 3,43 - node: color: '#FFFFFFFF' id: BrickTileWhiteLineN decals: - 169: 9,28 + 157: 9,28 - node: color: '#474F52FF' id: BrickTileWhiteLineS decals: - 1001: 19,0 - 1002: 20,0 + 927: 19,0 + 928: 20,0 - node: color: '#52B4E996' id: BrickTileWhiteLineS decals: - 23: 8,46 - 24: 9,46 - 25: 13,46 - 26: 14,46 - 51: 9,42 - 52: 10,42 - 53: 12,42 - 54: 13,42 + 17: 8,46 + 18: 9,46 + 19: 13,46 + 20: 14,46 + 45: 9,42 + 46: 10,42 + 47: 12,42 + 48: 13,42 - node: color: '#5E7C16FF' id: BrickTileWhiteLineS decals: - 967: 4,0 - 968: 3,0 - 969: 2,0 - 970: 1,0 - 975: 0,3 - 976: 1,3 - 977: 2,3 - 978: 3,3 - 979: 4,3 - 980: 5,3 - 981: 11,3 - 982: 12,3 - 983: 13,3 - 984: 14,3 - 985: 15,3 - 986: 16,3 - 987: 12,0 - 988: 13,0 - 989: 14,0 - 990: 15,0 - 1021: 30,0 - 1022: 29,0 - 1023: 28,0 - 1024: 27,0 - 1025: 25,0 - 1026: 24,0 - 1044: 26,34 - 1045: 25,34 - 1064: 9,6 - 1071: 1,6 - 1072: 1,12 - 1073: 5,12 - 1074: 18,12 - 1075: 17,12 - 1076: 21,12 - 1077: 31,18 - 1078: 33,18 - 1079: 21,18 - 1080: 19,18 - 1081: 9,18 - 1082: 7,18 - 1083: 3,18 - 1084: 1,18 - 1085: 0,24 - 1086: 2,24 - 1087: 11,30 - 1088: 1,30 - 1089: 21,38 - 1090: 20,38 - 1091: 18,38 - 1092: 17,38 - 1238: 16,6 - 1239: 18,6 - 1488: 20,12 + 907: 11,3 + 908: 12,3 + 909: 13,3 + 910: 14,3 + 911: 15,3 + 912: 16,3 + 913: 12,0 + 914: 13,0 + 915: 14,0 + 916: 15,0 + 947: 30,0 + 948: 29,0 + 949: 28,0 + 950: 27,0 + 951: 25,0 + 952: 24,0 + 970: 26,34 + 971: 25,34 + 990: 9,6 + 997: 1,6 + 998: 1,12 + 999: 5,12 + 1000: 18,12 + 1001: 17,12 + 1002: 21,12 + 1003: 31,18 + 1004: 33,18 + 1005: 21,18 + 1006: 19,18 + 1007: 9,18 + 1008: 7,18 + 1009: 3,18 + 1010: 1,18 + 1011: 0,24 + 1012: 2,24 + 1013: 11,30 + 1014: 1,30 + 1015: 21,38 + 1016: 20,38 + 1017: 18,38 + 1018: 17,38 + 1140: 16,6 + 1141: 18,6 + 1373: 20,12 + - node: + color: '#7B7B3FFF' + id: BrickTileWhiteLineS + decals: + 1489: 5,3 + 1490: 4,3 + 1491: 3,3 + 1492: 2,3 + 1493: 1,3 + 1494: 0,3 + 1506: 15,0 + 1507: 14,0 + 1508: 13,0 + 1509: 12,0 + 1510: 16,3 + 1511: 15,3 + 1512: 14,3 + 1513: 13,3 + 1514: 12,3 + 1515: 11,3 + 1516: 1,0 + 1517: 2,0 + 1518: 3,0 + 1519: 4,0 + 1565: 18,6 + 1566: 16,6 + 1571: 9,6 + 1579: 1,6 + 1587: 30,0 + 1588: 29,0 + 1589: 28,0 + 1590: 27,0 + 1591: 25,0 + 1592: 24,0 + 1631: 25,6 + 1632: 26,6 + 1633: 27,6 + 1634: 28,6 + 1635: 30,6 + 1636: 31,6 + 1637: 32,6 + 1638: 33,6 + 1700: 21,12 + 1701: 20,12 + 1702: 18,12 + 1703: 17,12 + 1730: 5,12 + 1731: 1,12 + 1825: 2,24 + 1826: 0,24 + 1827: 1,18 + 1828: 3,18 + 1829: 7,18 + 1830: 9,18 + 1831: 19,18 + 1832: 21,18 + 1833: 31,18 + 1834: 33,18 + 1915: 11,30 + 1918: 1,30 + 1969: 25,34 + 1970: 26,34 + 2009: 21,38 + 2010: 20,38 + 2011: 18,38 + 2012: 17,38 - node: color: '#D4D4D419' id: BrickTileWhiteLineS decals: - 232: 3,47 + 196: 3,47 - node: color: '#EFB34196' id: BrickTileWhiteLineS decals: - 81: 15,30 - 82: 16,30 - 83: 17,30 - 84: 18,30 - 85: 19,30 - 86: 21,30 - 87: 22,30 - 88: 23,30 - 89: 24,30 - 90: 25,30 + 75: 15,30 + 76: 16,30 + 77: 17,30 + 78: 18,30 + 79: 19,30 + 80: 21,30 + 81: 22,30 + 82: 23,30 + 83: 24,30 + 84: 25,30 - node: color: '#FFFFFFFF' id: BrickTileWhiteLineS decals: - 173: 9,24 + 161: 9,24 - node: color: '#474F52FF' id: BrickTileWhiteLineW decals: - 997: 18,2 - 998: 18,3 - 999: 18,1 + 923: 18,2 + 924: 18,3 + 925: 18,1 - node: color: '#52B4E996' id: BrickTileWhiteLineW decals: - 29: 12,47 - 30: 12,48 - 50: 8,43 - 154: 28,25 + 23: 12,47 + 24: 12,48 + 44: 8,43 + 142: 28,25 - node: color: '#5E7C16FF' id: BrickTileWhiteLineW decals: - 974: 0,1 - 994: 11,1 - 995: 23,1 - 996: 23,3 - 1233: 0,9 - 1234: 0,7 - 1249: 16,15 - 1250: 16,13 - 1253: 0,13 - 1254: 0,15 - 1268: 30,21 - 1269: 30,19 - 1274: 18,21 - 1275: 18,19 - 1293: 6,19 - 1294: 6,21 - 1304: 0,19 - 1305: 0,21 - 1312: 2,27 - 1313: 2,25 - 1319: 18,24 - 1323: 20,34 - 1324: 20,35 - 1325: 20,36 - 1333: 8,38 - 1334: 8,40 - 1350: 24,46 - 1351: 24,44 - 1616: 14,28 + 920: 11,1 + 921: 23,1 + 922: 23,3 + 1135: 0,9 + 1136: 0,7 + 1151: 16,15 + 1152: 16,13 + 1155: 0,13 + 1156: 0,15 + 1169: 30,21 + 1170: 30,19 + 1175: 18,21 + 1176: 18,19 + 1194: 6,19 + 1195: 6,21 + 1205: 0,19 + 1206: 0,21 + 1213: 2,27 + 1214: 2,25 + 1220: 18,24 + 1224: 20,34 + 1225: 20,36 + 1232: 8,38 + 1233: 8,40 + 1248: 24,46 + 1249: 24,44 + 1484: 14,28 + - node: + color: '#7B7B3FFF' + id: BrickTileWhiteLineW + decals: + 1496: 0,1 + 1505: 11,1 + 1581: 0,7 + 1582: 0,9 + 1599: 23,3 + 1600: 23,1 + 1628: 24,9 + 1629: 24,7 + 1704: 16,13 + 1705: 16,15 + 1728: 0,15 + 1729: 0,13 + 1815: 30,21 + 1816: 30,19 + 1817: 18,19 + 1818: 18,21 + 1819: 6,21 + 1820: 6,19 + 1821: 0,19 + 1822: 0,21 + 1823: 2,25 + 1824: 2,27 + 1846: 14,28 + 1847: 18,24 + 1971: 20,34 + 1972: 20,36 + 1999: 8,40 + 2000: 8,38 + 2034: 24,46 + 2035: 24,44 - node: color: '#D4D4D419' id: BrickTileWhiteLineW decals: - 224: 8,10 - 225: 8,6 - 226: 7,2 - 229: 33,36 - 230: 33,34 - 231: 5,45 - 236: 10,31 + 188: 8,10 + 189: 8,6 + 190: 7,2 + 193: 33,36 + 194: 33,34 + 195: 5,45 + 200: 10,31 - node: color: '#EFB34196' id: BrickTileWhiteLineW decals: - 64: 21,45 - 65: 21,46 - 66: 21,47 - 94: 25,20 - 98: 29,13 - 99: 29,14 - 100: 29,15 + 58: 21,45 + 59: 21,46 + 60: 21,47 + 88: 25,20 + 92: 29,13 + 93: 29,14 + 94: 29,15 - node: color: '#FFFFFFFF' id: BrickTileWhiteLineW decals: - 174: 8,25 - 175: 8,26 - 176: 8,27 + 162: 8,25 + 163: 8,26 + 164: 8,27 - node: color: '#A4610696' id: Dirt decals: - 484: 31,2 - 485: 32,2 - 486: 33,2 - 487: 30,2 - 488: 33,3 - 489: 31,4 - 490: 32,3 - 491: 32,1 - 492: 31,1 - 493: 31,0 - 494: 33,0 - 495: 32,0 - 496: 33,3 - 497: 33,4 - 498: 32,4 - 499: 31,3 - 500: 32,1 - 501: 33,1 + 445: 31,2 + 446: 32,2 + 447: 33,2 + 448: 30,2 + 449: 33,3 + 450: 31,4 + 451: 32,3 + 452: 32,1 + 453: 31,1 + 454: 31,0 + 455: 33,0 + 456: 32,0 + 457: 33,3 + 458: 33,4 + 459: 32,4 + 460: 31,3 + 461: 32,1 + 462: 33,1 - node: cleanable: True color: '#A4610696' id: Dirt decals: - 280: 3,47 - 281: 3,43 - 282: 5,45 - 283: 1,45 - 284: 13,45 - 285: 12,45 - 286: 11,47 - 287: 9,45 - 288: 8,46 - 289: 10,47 - 290: 13,47 - 291: 14,46 - 292: 11,43 - 293: 9,42 - 294: 10,42 - 295: 13,42 - 296: 12,42 - 297: 13,43 - 298: 9,43 - 299: 11,44 - 300: 11,45 - 301: 11,47 - 302: 9,46 - 303: 11,46 - 304: 16,46 - 305: 16,47 - 306: 16,44 - 307: 17,45 - 308: 17,46 - 309: 21,45 - 310: 22,44 - 311: 22,43 - 312: 22,46 - 313: 21,45 - 314: 21,46 - 315: 22,47 + 244: 3,47 + 245: 3,43 + 246: 5,45 + 247: 1,45 + 248: 13,45 + 249: 12,45 + 250: 11,47 + 251: 9,45 + 252: 8,46 + 253: 10,47 + 254: 13,47 + 255: 14,46 + 256: 11,43 + 257: 9,42 + 258: 10,42 + 259: 13,42 + 260: 12,42 + 261: 13,43 + 262: 9,43 + 263: 11,44 + 264: 11,45 + 265: 11,47 + 266: 9,46 + 267: 11,46 + 268: 16,46 + 269: 16,47 + 270: 16,44 + 271: 17,45 + 272: 17,46 + 273: 21,45 + 274: 22,44 + 275: 22,43 + 276: 22,46 + 277: 21,45 + 278: 21,46 + 279: 22,47 + 280: 24,38 + 281: 24,40 + 282: 27,39 + 283: 27,39 + 284: 30,40 + 285: 30,38 + 286: 33,34 + 287: 33,36 + 288: 21,35 + 289: 13,35 + 290: 16,30 + 291: 16,30 + 292: 18,30 + 293: 19,30 + 294: 22,30 + 295: 24,30 + 296: 25,30 + 297: 26,30 + 298: 15,30 + 299: 14,30 + 300: 10,31 + 301: 2,31 + 302: 5,35 + 303: 6,36 + 304: 9,35 + 305: 9,35 + 306: 10,34 + 307: 0,36 + 308: 5,36 + 309: 6,36 + 310: 9,39 + 311: 9,38 + 312: 10,40 + 313: 13,39 + 314: 13,39 + 315: 13,40 316: 24,38 317: 24,40 - 318: 27,39 - 319: 27,39 - 320: 30,40 - 321: 30,38 - 322: 33,34 - 323: 33,36 - 324: 21,35 - 325: 13,35 - 326: 16,30 - 327: 16,30 - 328: 18,30 - 329: 19,30 - 330: 22,30 - 331: 24,30 - 332: 25,30 - 333: 26,30 - 334: 15,30 - 335: 14,30 - 336: 10,31 - 337: 2,31 - 338: 5,35 - 339: 6,36 - 340: 9,35 - 341: 9,35 - 342: 10,34 - 343: 0,36 - 344: 5,36 - 345: 6,36 - 346: 9,39 - 347: 9,38 - 348: 10,40 - 349: 13,39 - 350: 13,39 - 351: 13,40 - 352: 24,38 - 353: 24,40 - 354: 17,32 - 355: 24,32 - 356: 23,32 - 357: 33,26 - 358: 32,27 - 359: 34,27 - 360: 32,25 - 361: 33,25 - 362: 29,27 - 363: 29,25 - 364: 25,26 - 365: 25,27 - 366: 24,28 - 367: 25,28 - 368: 24,27 - 369: 24,24 - 370: 25,25 - 371: 26,25 - 372: 21,25 - 373: 21,27 - 374: 17,27 - 375: 17,25 - 376: 17,26 - 377: 13,27 - 378: 13,26 - 379: 13,25 - 380: 9,26 - 381: 9,27 - 382: 9,28 - 383: 8,28 - 384: 8,27 - 385: 8,26 - 386: 9,25 - 387: 8,25 - 388: 8,24 - 389: 9,24 - 390: 10,24 - 391: 10,25 - 392: 10,26 - 393: 10,27 - 394: 10,28 - 395: 1,19 - 396: 0,17 - 397: 8,13 - 398: 8,13 - 399: 11,16 - 400: 11,16 - 401: 10,16 - 402: 9,16 - 403: 8,15 - 404: 8,14 - 405: 8,16 - 406: 10,16 - 407: 9,16 - 408: 12,14 - 409: 11,14 - 410: 11,12 - 411: 10,12 - 412: 14,12 - 413: 14,14 - 414: 14,15 - 415: 13,14 - 416: 12,14 - 417: 11,14 - 418: 11,13 - 419: 3,13 - 420: 2,13 - 421: 4,13 - 422: 3,15 - 423: 2,15 - 424: 4,15 - 425: 5,14 - 426: 1,14 - 427: 1,15 - 428: 5,15 - 429: 2,10 - 430: 2,6 - 431: 8,6 - 432: 8,10 - 433: 7,2 - 434: 9,2 - 435: 4,1 - 436: 2,1 - 437: 1,2 - 438: 2,2 - 439: 4,2 - 440: 3,2 - 441: 4,1 - 442: 3,1 - 443: 12,2 - 444: 13,1 - 445: 14,1 - 446: 13,2 - 447: 14,2 - 448: 19,2 - 449: 20,2 - 450: 19,3 - 451: 20,3 - 452: 20,1 - 453: 19,1 - 454: 28,2 - 455: 29,2 - 456: 30,2 - 457: 26,2 - 458: 26,1 - 459: 24,2 - 460: 25,2 - 461: 27,2 - 462: 24,3 - 545: 13,6 - 546: 13,10 - 547: 17,9 - 548: 18,9 - 549: 18,8 - 550: 17,8 - 551: 16,7 - 552: 18,7 - 553: 21,10 - 554: 21,6 - 572: 31,21 - 789: 25,45 - 790: 28,43 - 791: 29,43 - 792: 30,43 - 793: 24,42 - 794: 25,43 - 795: 26,42 - 796: 25,42 - 797: 26,48 - 798: 25,47 - 799: 26,47 - 800: 25,47 - 801: 25,48 - 802: 27,47 - 803: 27,45 - 804: 27,46 - 805: 26,45 - 806: 28,45 - 807: 26,44 - 808: 27,44 - 809: 25,46 - 810: 26,46 - 811: 29,45 + 318: 17,32 + 319: 24,32 + 320: 23,32 + 321: 33,26 + 322: 32,27 + 323: 34,27 + 324: 32,25 + 325: 33,25 + 326: 29,27 + 327: 29,25 + 328: 25,26 + 329: 25,27 + 330: 24,28 + 331: 25,28 + 332: 24,27 + 333: 24,24 + 334: 25,25 + 335: 26,25 + 336: 21,25 + 337: 21,27 + 338: 17,27 + 339: 17,25 + 340: 17,26 + 341: 13,27 + 342: 13,26 + 343: 13,25 + 344: 9,26 + 345: 9,27 + 346: 9,28 + 347: 8,28 + 348: 8,27 + 349: 8,26 + 350: 9,25 + 351: 8,25 + 352: 8,24 + 353: 9,24 + 354: 10,24 + 355: 10,25 + 356: 10,26 + 357: 10,27 + 358: 10,28 + 359: 1,19 + 360: 0,17 + 361: 8,13 + 362: 8,13 + 363: 11,16 + 364: 11,16 + 365: 10,16 + 366: 9,16 + 367: 8,15 + 368: 8,14 + 369: 8,16 + 370: 10,16 + 371: 9,16 + 372: 12,14 + 373: 11,14 + 374: 11,12 + 375: 10,12 + 376: 14,12 + 377: 14,14 + 378: 14,15 + 379: 13,14 + 380: 12,14 + 381: 11,14 + 382: 11,13 + 383: 3,13 + 384: 2,13 + 385: 4,13 + 386: 3,15 + 387: 2,15 + 388: 4,15 + 389: 5,14 + 390: 1,14 + 391: 5,15 + 392: 2,10 + 393: 2,6 + 394: 8,6 + 395: 8,10 + 396: 7,2 + 397: 9,2 + 398: 4,1 + 399: 2,1 + 400: 1,2 + 401: 4,2 + 402: 4,1 + 403: 3,1 + 404: 12,2 + 405: 13,1 + 406: 14,1 + 407: 13,2 + 408: 14,2 + 409: 19,2 + 410: 20,2 + 411: 19,3 + 412: 20,3 + 413: 20,1 + 414: 19,1 + 415: 28,2 + 416: 29,2 + 417: 30,2 + 418: 26,2 + 419: 26,1 + 420: 24,2 + 421: 25,2 + 422: 27,2 + 423: 24,3 + 505: 13,6 + 506: 13,10 + 507: 17,9 + 508: 18,9 + 509: 18,8 + 510: 17,8 + 511: 16,7 + 512: 18,7 + 513: 21,10 + 514: 21,6 + 738: 25,45 + 739: 28,43 + 740: 29,43 + 741: 30,43 + 742: 24,42 + 743: 25,43 + 744: 26,42 + 745: 25,42 + 746: 26,48 + 747: 25,47 + 748: 26,47 + 749: 25,47 + 750: 25,48 + 751: 27,47 + 752: 27,45 + 753: 27,46 + 754: 26,45 + 755: 28,45 + 756: 26,44 + 757: 27,44 + 758: 25,46 + 759: 26,46 + 760: 29,45 - node: color: '#A4610696' id: DirtHeavy decals: - 502: 11,31 - 503: 1,31 - 504: 5,45 + 463: 11,31 + 464: 1,31 + 465: 5,45 - node: cleanable: True color: '#A4610696' id: DirtHeavy decals: - 505: 25,35 - 506: 14,30 - 507: 18,30 - 508: 22,30 - 509: 29,27 - 510: 33,25 - 511: 9,26 - 512: 9,28 - 513: 8,28 - 514: 8,24 - 515: 10,25 - 516: 0,36 - 517: 7,36 - 518: 5,35 - 519: 9,35 - 520: 11,44 - 521: 9,42 - 522: 13,43 - 523: 3,47 - 524: 14,20 - 525: 15,21 - 526: 12,21 - 527: 13,22 - 528: 13,21 - 529: 13,19 - 530: 16,19 - 531: 16,19 - 532: 15,20 - 533: 27,22 - 534: 25,22 - 535: 27,18 - 536: 31,20 - 537: 29,14 - 538: 24,13 - 539: 29,13 - 540: 32,3 - 541: 30,1 - 542: 26,1 - 543: 26,1 - 544: 16,8 - 555: 16,8 - 556: 18,8 - 557: 13,6 - 558: 13,10 - 559: 21,10 - 560: 21,6 - 561: 2,6 - 562: 8,10 - 563: 5,14 - 564: 4,15 - 565: 5,15 - 566: 11,16 - 567: 8,13 - 568: 11,12 - 569: 10,13 - 570: 29,15 - 571: 29,13 - 816: 25,44 - 817: 29,45 - 818: 29,46 - 819: 29,47 - 820: 25,45 + 466: 25,35 + 467: 14,30 + 468: 18,30 + 469: 22,30 + 470: 29,27 + 471: 33,25 + 472: 9,26 + 473: 9,28 + 474: 8,28 + 475: 8,24 + 476: 10,25 + 477: 0,36 + 478: 7,36 + 479: 5,35 + 480: 9,35 + 481: 11,44 + 482: 9,42 + 483: 13,43 + 484: 3,47 + 485: 14,20 + 486: 15,21 + 487: 12,21 + 488: 13,22 + 489: 13,21 + 490: 13,19 + 491: 16,19 + 492: 16,19 + 493: 15,20 + 494: 27,22 + 495: 25,22 + 496: 27,18 + 497: 29,14 + 498: 24,13 + 499: 29,13 + 500: 32,3 + 501: 30,1 + 502: 26,1 + 503: 26,1 + 504: 16,8 + 515: 16,8 + 516: 18,8 + 517: 13,6 + 518: 13,10 + 519: 21,10 + 520: 21,6 + 521: 2,6 + 522: 8,10 + 523: 5,14 + 524: 4,15 + 525: 5,15 + 526: 11,16 + 527: 8,13 + 528: 11,12 + 529: 10,13 + 530: 29,15 + 531: 29,13 + 765: 25,44 + 766: 29,45 + 767: 29,46 + 768: 29,47 + 769: 25,45 - node: cleanable: True color: '#FFFFFFFF' id: DirtHeavy decals: - 1367: 0,0 - 1368: 5,1 - 1369: 0,3 - 1370: 3,3 - 1374: 5,3 - 1375: 1,0 - 1376: 11,1 - 1377: 12,0 - 1390: 23,1 - 1391: 29,4 - 1392: 24,4 - 1393: 29,0 - 1394: 25,0 - 1403: 34,1 - 1404: 34,3 - 1405: 34,4 - 1406: 23,2 - 1407: 30,4 - 1413: 20,7 - 1414: 22,7 - 1419: 20,10 - 1420: 22,10 - 1421: 16,10 - 1422: 17,6 - 1423: 16,9 - 1434: 14,8 - 1435: 14,7 - 1436: 12,6 - 1469: 0,12 - 1470: 6,15 - 1471: 3,16 - 1472: 3,12 - 1473: 5,12 - 1474: 1,13 - 1475: 17,15 - 1476: 19,16 - 1477: 18,13 - 1478: 22,14 - 1479: 21,16 - 1480: 21,13 - 1481: 17,13 - 1482: 16,14 - 1483: 16,12 - 1484: 16,15 - 1485: 18,16 - 1486: 22,13 - 1487: 20,12 - 1497: 30,18 - 1498: 33,18 - 1499: 34,22 - 1500: 31,22 - 1523: 29,24 - 1524: 28,26 - 1537: 12,26 - 1540: 5,28 - 1541: 4,24 - 1542: 0,26 - 1555: 26,34 - 1556: 24,36 - 1557: 24,34 - 1558: 24,35 - 1568: 17,35 - 1569: 16,35 - 1570: 14,36 - 1576: 0,35 - 1577: 10,35 - 1584: 0,39 - 1585: 8,38 - 1586: 14,40 - 1587: 14,38 + 1263: 11,1 + 1264: 12,0 + 1277: 23,1 + 1278: 29,4 + 1279: 24,4 + 1280: 29,0 + 1281: 25,0 + 1290: 34,1 + 1291: 34,3 + 1292: 34,4 + 1293: 23,2 + 1294: 30,4 + 1300: 20,7 + 1301: 22,7 + 1306: 20,10 + 1307: 22,10 + 1308: 16,10 + 1309: 17,6 + 1310: 16,9 + 1321: 14,8 + 1322: 14,7 + 1323: 12,6 + 1356: 0,12 + 1357: 6,15 + 1358: 3,16 + 1359: 3,12 + 1360: 5,12 + 1361: 1,13 + 1362: 17,15 + 1363: 18,13 + 1364: 22,14 + 1365: 21,16 + 1366: 21,13 + 1367: 17,13 + 1368: 16,12 + 1369: 16,15 + 1370: 18,16 + 1371: 22,13 + 1372: 20,12 + 1382: 30,18 + 1383: 33,18 + 1384: 34,22 + 1385: 31,22 + 1403: 29,24 + 1404: 28,26 + 1417: 12,26 + 1420: 5,28 + 1421: 4,24 + 1422: 0,26 + 1435: 26,34 + 1436: 24,36 + 1437: 24,34 + 1438: 24,35 + 1441: 14,36 + 1444: 0,35 + 1445: 10,35 + 1452: 0,39 + 1453: 8,38 + 1454: 14,40 + 1455: 14,38 - node: cleanable: True color: '#FFFFFFFF' id: DirtHeavyMonotile decals: - 1359: 0,30 - 1362: 0,32 - 1363: 0,31 - 1378: 11,0 - 1381: 16,1 - 1383: 16,2 - 1388: 12,3 - 1389: 16,3 - 1399: 28,4 - 1400: 30,0 - 1401: 34,0 - 1402: 34,2 - 1431: 12,9 - 1432: 14,9 - 1433: 12,7 - 1439: 12,10 - 1440: 10,6 - 1441: 0,6 - 1442: 0,9 - 1443: 0,7 - 1444: 10,10 - 1445: 9,10 - 1446: 10,8 - 1447: 0,8 - 1453: 10,8 - 1454: 9,10 - 1455: 10,7 - 1456: 0,10 - 1457: 1,10 - 1489: 19,12 - 1490: 21,15 - 1493: 18,15 - 1494: 17,16 - 1495: 30,14 - 1496: 24,14 - 1511: 30,19 - 1514: 32,20 - 1515: 32,28 - 1520: 32,24 - 1521: 34,25 - 1522: 32,28 - 1538: 14,26 - 1539: 5,24 - 1543: 0,28 - 1544: 2,28 - 1545: 2,27 - 1546: 0,24 - 1547: 2,25 - 1553: 34,34 - 1554: 25,34 - 1559: 26,36 - 1560: 34,35 - 1561: 18,34 - 1562: 17,34 - 1563: 18,36 - 1564: 17,36 - 1573: 20,35 - 1574: 20,34 - 1575: 14,34 - 1592: 17,40 - 1593: 20,39 - 1594: 22,40 - 1595: 17,39 - 1596: 18,38 - 1597: 21,38 - 1598: 22,39 - 1599: 22,38 - 1606: 27,48 - 1607: 30,48 - 1608: 30,46 - 1609: 30,45 - 1617: 14,28 + 1257: 0,30 + 1260: 0,32 + 1261: 0,31 + 1265: 11,0 + 1268: 16,1 + 1270: 16,2 + 1275: 12,3 + 1276: 16,3 + 1286: 28,4 + 1287: 30,0 + 1288: 34,0 + 1289: 34,2 + 1318: 12,9 + 1319: 14,9 + 1320: 12,7 + 1326: 12,10 + 1327: 10,6 + 1328: 0,6 + 1329: 0,9 + 1330: 0,7 + 1331: 10,10 + 1332: 9,10 + 1333: 10,8 + 1334: 0,8 + 1340: 10,8 + 1341: 9,10 + 1342: 10,7 + 1343: 0,10 + 1344: 1,10 + 1374: 19,12 + 1375: 21,15 + 1378: 18,15 + 1379: 17,16 + 1380: 30,14 + 1381: 24,14 + 1394: 30,19 + 1395: 32,28 + 1400: 32,24 + 1401: 34,25 + 1402: 32,28 + 1418: 14,26 + 1419: 5,24 + 1423: 0,28 + 1424: 2,28 + 1425: 2,27 + 1426: 0,24 + 1427: 2,25 + 1433: 34,34 + 1434: 25,34 + 1439: 26,36 + 1440: 34,35 + 1442: 20,34 + 1443: 14,34 + 1460: 17,40 + 1461: 20,39 + 1462: 22,40 + 1463: 17,39 + 1464: 18,38 + 1465: 21,38 + 1466: 22,39 + 1467: 22,38 + 1474: 27,48 + 1475: 30,48 + 1476: 30,46 + 1477: 30,45 + 1485: 14,28 - node: cleanable: True color: '#A4610696' id: DirtLight decals: - 573: 4,1 - 574: 2,1 - 575: 7,2 - 576: 9,2 - 577: 14,2 - 578: 10,3 - 579: 14,1 - 580: 15,1 - 581: 26,2 - 582: 28,2 - 583: 30,2 - 584: 31,1 - 585: 33,0 - 586: 16,8 - 587: 17,9 - 588: 13,6 - 589: 8,10 - 590: 2,10 - 591: 2,6 - 592: 1,14 - 593: 3,15 - 594: 5,14 - 595: 5,15 - 596: 3,13 - 597: 8,13 - 598: 10,16 - 599: 11,16 - 600: 29,14 - 601: 29,15 - 602: 25,22 - 603: 25,20 - 604: 27,20 - 605: 27,22 - 606: 25,20 - 607: 27,20 - 608: 27,18 - 609: 25,18 - 610: 16,21 - 611: 13,21 - 612: 13,22 - 613: 13,19 - 614: 13,19 - 615: 14,20 - 616: 9,26 - 617: 9,27 - 618: 9,24 - 619: 8,24 - 620: 10,24 - 621: 10,26 - 622: 13,26 - 623: 12,28 - 624: 13,25 - 625: 17,25 - 626: 21,26 - 627: 21,27 - 628: 21,25 - 629: 25,26 - 630: 25,26 - 631: 25,26 - 632: 26,25 - 633: 24,27 - 634: 29,26 - 635: 29,27 - 636: 33,26 - 637: 21,30 - 638: 17,30 - 639: 15,30 - 640: 10,31 - 641: 2,31 - 642: -1,35 - 643: 0,36 - 644: 5,35 - 645: 10,34 - 646: 3,43 - 647: 3,47 - 648: 4,45 - 649: 5,45 - 650: 11,46 - 651: 11,45 - 652: 13,42 - 653: 9,42 - 654: 10,44 - 655: 11,44 - 656: 11,45 - 657: 16,47 - 658: 17,45 - 659: 21,45 - 660: 16,48 - 661: 16,43 - 662: 23,43 - 663: 22,42 - 664: 30,38 - 665: 30,40 - 666: 24,38 - 667: 9,39 - 668: 10,40 - 669: 12,38 - 670: 10,38 - 671: 10,38 - 821: 26,44 - 822: 27,43 - 823: 30,43 - 824: 29,42 - 825: 28,47 + 532: 4,1 + 533: 2,1 + 534: 7,2 + 535: 9,2 + 536: 14,2 + 537: 10,3 + 538: 14,1 + 539: 15,1 + 540: 26,2 + 541: 28,2 + 542: 30,2 + 543: 31,1 + 544: 33,0 + 545: 16,8 + 546: 17,9 + 547: 13,6 + 548: 8,10 + 549: 2,10 + 550: 2,6 + 551: 1,14 + 552: 3,15 + 553: 5,14 + 554: 5,15 + 555: 3,13 + 556: 8,13 + 557: 10,16 + 558: 11,16 + 559: 29,14 + 560: 29,15 + 561: 25,22 + 562: 25,20 + 563: 27,20 + 564: 27,22 + 565: 25,20 + 566: 27,20 + 567: 27,18 + 568: 25,18 + 569: 16,21 + 570: 13,21 + 571: 13,22 + 572: 13,19 + 573: 13,19 + 574: 14,20 + 575: 9,26 + 576: 9,27 + 577: 9,24 + 578: 8,24 + 579: 10,24 + 580: 10,26 + 581: 13,26 + 582: 12,28 + 583: 13,25 + 584: 17,25 + 585: 21,26 + 586: 21,27 + 587: 21,25 + 588: 25,26 + 589: 25,26 + 590: 25,26 + 591: 26,25 + 592: 24,27 + 593: 29,26 + 594: 29,27 + 595: 33,26 + 596: 21,30 + 597: 17,30 + 598: 15,30 + 599: 10,31 + 600: 2,31 + 601: -1,35 + 602: 0,36 + 603: 5,35 + 604: 10,34 + 605: 3,43 + 606: 3,47 + 607: 4,45 + 608: 5,45 + 609: 11,46 + 610: 11,45 + 611: 13,42 + 612: 9,42 + 613: 10,44 + 614: 11,44 + 615: 11,45 + 616: 16,47 + 617: 17,45 + 618: 21,45 + 619: 16,48 + 620: 16,43 + 621: 23,43 + 622: 22,42 + 623: 30,38 + 624: 30,40 + 625: 24,38 + 626: 9,39 + 627: 10,40 + 628: 12,38 + 629: 10,38 + 630: 10,38 + 770: 26,44 + 771: 27,43 + 772: 30,43 + 773: 29,42 + 774: 28,47 - node: cleanable: True color: '#FFFFFFFF' id: DirtLight decals: - 1360: 1,30 - 1361: 1,32 - 1371: 2,3 - 1372: 1,3 - 1373: 4,3 - 1410: 21,7 - 1411: 21,9 - 1412: 21,8 - 1418: 22,6 - 1424: 16,6 - 1425: 18,10 - 1426: 18,6 - 1438: 14,10 - 1448: 0,9 - 1449: 1,10 - 1450: 1,6 - 1451: 9,6 - 1452: 10,9 - 1458: 0,12 - 1459: 0,15 - 1460: 6,13 - 1461: 6,14 - 1462: 6,15 - 1463: 5,16 - 1464: 5,12 - 1501: 30,22 - 1502: 31,18 - 1503: 34,19 - 1504: 32,18 - 1505: 30,20 - 1512: 32,21 - 1513: 32,19 - 1516: 34,28 - 1517: 33,28 - 1525: 29,28 - 1526: 30,26 - 1527: 26,26 - 1532: 16,26 - 1533: 17,24 - 1534: 22,26 - 1565: 18,35 - 1566: 16,34 - 1567: 16,36 - 1578: 0,40 - 1579: 0,39 - 1580: 6,38 - 1581: 6,40 - 1588: 8,39 - 1589: 8,40 - 1590: 14,39 - 1591: 16,40 - 1610: 30,47 - 1611: 28,48 - 1612: 24,44 - 1618: 14,27 + 1258: 1,30 + 1259: 1,32 + 1297: 21,7 + 1298: 21,9 + 1299: 21,8 + 1305: 22,6 + 1311: 16,6 + 1312: 18,10 + 1313: 18,6 + 1325: 14,10 + 1335: 0,9 + 1336: 1,10 + 1337: 1,6 + 1338: 9,6 + 1339: 10,9 + 1345: 0,12 + 1346: 0,15 + 1347: 6,13 + 1348: 6,14 + 1349: 6,15 + 1350: 5,16 + 1351: 5,12 + 1386: 30,22 + 1387: 31,18 + 1388: 34,19 + 1389: 32,18 + 1390: 30,20 + 1396: 34,28 + 1397: 33,28 + 1405: 29,28 + 1406: 30,26 + 1407: 26,26 + 1412: 16,26 + 1413: 17,24 + 1414: 22,26 + 1446: 0,40 + 1447: 0,39 + 1448: 6,38 + 1449: 6,40 + 1456: 8,39 + 1457: 8,40 + 1458: 14,39 + 1459: 16,40 + 1478: 30,47 + 1479: 28,48 + 1480: 24,44 + 1486: 14,27 - node: cleanable: True color: '#A4610696' id: DirtMedium decals: - 672: 3,43 - 673: 1,45 - 674: 11,45 - 675: 21,45 - 676: 24,38 - 677: 33,36 - 678: 33,34 - 679: 5,35 - 680: 1,31 - 681: 2,31 - 682: 11,31 - 683: 9,26 - 684: 8,26 - 685: 9,27 - 686: 9,28 - 687: 10,26 - 688: 10,25 - 689: 9,25 - 690: 13,26 - 691: 25,27 - 692: 24,27 - 693: 24,28 - 694: 24,25 - 695: 25,25 - 696: 24,24 - 697: 26,25 - 698: 25,26 - 699: 25,26 - 700: 25,26 - 701: 29,27 - 702: 29,25 - 703: 33,26 - 704: 31,20 - 705: 25,18 - 706: 25,18 - 707: 27,20 - 708: 27,22 - 709: 29,15 - 710: 29,12 - 711: 24,15 - 712: 24,16 - 713: 17,20 - 714: 15,20 - 715: 14,21 - 716: 15,21 - 717: 16,21 - 718: 15,18 - 719: 16,19 - 720: 16,19 - 721: 13,19 - 722: 12,19 - 723: 12,19 - 724: 12,18 - 725: 15,18 - 726: 15,18 - 727: 2,13 - 728: 3,13 - 729: 8,15 - 730: 8,16 - 731: 9,16 - 732: 9,16 - 733: 24,13 - 734: 30,12 - 735: 29,16 - 736: 24,16 - 737: 24,16 - 738: 25,6 - 739: 24,7 - 740: 26,9 - 741: 27,10 - 742: 28,10 - 743: 34,10 - 744: 34,7 - 745: 33,6 - 746: 30,6 - 747: 27,6 - 748: 16,8 - 749: 18,8 - 750: 8,10 - 751: 2,6 - 752: 4,1 - 753: 3,1 - 754: 7,2 - 755: 9,2 - 756: 13,1 - 757: 15,1 - 758: 26,2 - 759: 29,3 - 760: 30,2 - 761: 33,2 - 762: 33,3 - 763: 31,1 - 812: 28,45 - 813: 26,45 - 814: 28,47 - 815: 27,44 - 826: 27,45 - 827: 26,46 - 828: 26,42 - 829: 25,42 - 830: 25,47 - 831: 25,47 - 832: 26,48 - 833: 26,47 - 834: 26,47 - 835: 26,43 - 836: 26,43 - 837: 27,43 - 838: 6,1 - 839: 10,3 + 631: 3,43 + 632: 1,45 + 633: 11,45 + 634: 21,45 + 635: 24,38 + 636: 33,36 + 637: 33,34 + 638: 5,35 + 639: 1,31 + 640: 2,31 + 641: 11,31 + 642: 9,26 + 643: 8,26 + 644: 9,27 + 645: 9,28 + 646: 10,26 + 647: 10,25 + 648: 9,25 + 649: 13,26 + 650: 25,27 + 651: 24,27 + 652: 24,28 + 653: 24,25 + 654: 25,25 + 655: 24,24 + 656: 26,25 + 657: 25,26 + 658: 25,26 + 659: 25,26 + 660: 29,27 + 661: 29,25 + 662: 33,26 + 663: 25,18 + 664: 25,18 + 665: 27,20 + 666: 27,22 + 667: 29,15 + 668: 29,12 + 669: 24,15 + 670: 24,16 + 671: 17,20 + 672: 15,20 + 673: 14,21 + 674: 15,21 + 675: 16,21 + 676: 15,18 + 677: 16,19 + 678: 16,19 + 679: 13,19 + 680: 12,19 + 681: 12,19 + 682: 12,18 + 683: 15,18 + 684: 15,18 + 685: 2,13 + 686: 3,13 + 687: 8,15 + 688: 8,16 + 689: 9,16 + 690: 9,16 + 691: 24,13 + 692: 30,12 + 693: 29,16 + 694: 24,16 + 695: 24,16 + 696: 26,9 + 697: 16,8 + 698: 18,8 + 699: 8,10 + 700: 2,6 + 701: 4,1 + 702: 3,1 + 703: 7,2 + 704: 9,2 + 705: 13,1 + 706: 15,1 + 707: 26,2 + 708: 29,3 + 709: 30,2 + 710: 33,2 + 711: 33,3 + 712: 31,1 + 761: 28,45 + 762: 26,45 + 763: 28,47 + 764: 27,44 + 775: 27,45 + 776: 26,46 + 777: 26,42 + 778: 25,42 + 779: 25,47 + 780: 25,47 + 781: 26,48 + 782: 26,47 + 783: 26,47 + 784: 26,43 + 785: 26,43 + 786: 27,43 + 787: 6,1 + 788: 10,3 - node: cleanable: True color: '#FFFFFFFF' id: DirtMedium decals: - 1364: 0,1 - 1365: 5,0 - 1366: 1,1 - 1379: 13,0 - 1380: 16,0 - 1382: 11,2 - 1384: 15,3 - 1385: 14,3 - 1386: 13,3 - 1387: 11,3 - 1395: 23,0 - 1396: 23,3 - 1397: 23,4 - 1398: 30,4 - 1408: 22,9 - 1409: 20,8 - 1415: 20,9 - 1416: 22,8 - 1417: 20,6 - 1427: 13,7 - 1428: 12,8 - 1429: 13,9 - 1430: 13,8 - 1437: 14,6 - 1465: 6,12 - 1466: 6,16 - 1467: 0,16 - 1468: 0,15 - 1491: 20,16 - 1492: 19,13 - 1506: 34,20 - 1507: 30,21 - 1508: 33,22 - 1509: 34,18 - 1510: 34,21 - 1518: 33,24 - 1519: 32,26 - 1528: 24,26 - 1529: 20,26 - 1530: 18,26 - 1531: 17,28 - 1535: 13,24 - 1536: 13,28 - 1548: 2,24 - 1549: 0,25 - 1550: 2,27 - 1551: 0,27 - 1552: 34,36 - 1571: 14,35 - 1572: 20,35 - 1582: 6,39 - 1583: 0,38 - 1600: 16,38 - 1601: 20,38 - 1602: 16,40 - 1603: 21,39 - 1604: 16,39 - 1605: 22,39 - 1613: 24,46 - 1614: 24,45 + 1262: 1,1 + 1266: 13,0 + 1267: 16,0 + 1269: 11,2 + 1271: 15,3 + 1272: 14,3 + 1273: 13,3 + 1274: 11,3 + 1282: 23,0 + 1283: 23,3 + 1284: 23,4 + 1285: 30,4 + 1295: 22,9 + 1296: 20,8 + 1302: 20,9 + 1303: 22,8 + 1304: 20,6 + 1314: 13,7 + 1315: 12,8 + 1316: 13,9 + 1317: 13,8 + 1324: 14,6 + 1352: 6,12 + 1353: 6,16 + 1354: 0,16 + 1355: 0,15 + 1376: 20,16 + 1377: 19,13 + 1391: 30,21 + 1392: 33,22 + 1393: 34,18 + 1398: 33,24 + 1399: 32,26 + 1408: 24,26 + 1409: 20,26 + 1410: 18,26 + 1411: 17,28 + 1415: 13,24 + 1416: 13,28 + 1428: 2,24 + 1429: 0,25 + 1430: 2,27 + 1431: 0,27 + 1432: 34,36 + 1450: 6,39 + 1451: 0,38 + 1468: 16,38 + 1469: 20,38 + 1470: 16,40 + 1471: 21,39 + 1472: 16,39 + 1473: 22,39 + 1481: 24,46 + 1482: 24,45 - node: color: '#D4D4D41B' id: FullTileOverlayGreyscale decals: - 463: 31,4 - 464: 31,3 - 465: 31,2 - 466: 31,1 - 467: 31,0 + 424: 31,4 + 425: 31,3 + 426: 31,2 + 427: 31,1 + 428: 31,0 - node: color: '#D4D4D433' id: FullTileOverlayGreyscale decals: - 468: 32,0 - 469: 32,1 - 470: 32,2 - 471: 32,3 - 472: 32,4 + 429: 32,0 + 430: 32,1 + 431: 32,2 + 432: 32,3 + 433: 32,4 - node: color: '#D4D4D44C' id: FullTileOverlayGreyscale decals: - 473: 33,0 - 474: 33,1 - 475: 33,2 - 476: 33,3 - 477: 33,4 + 434: 33,0 + 435: 33,1 + 436: 33,2 + 437: 33,3 + 438: 33,4 - node: color: '#D4D4D40C' id: HalfTileOverlayGreyscale decals: - 250: 3,47 + 214: 3,47 - node: color: '#D4D4D419' id: HalfTileOverlayGreyscale decals: - 220: 3,43 + 184: 3,43 - node: color: '#D4D4D40C' id: HalfTileOverlayGreyscale180 decals: - 251: 3,43 + 215: 3,43 - node: color: '#D4D4D419' id: HalfTileOverlayGreyscale180 decals: - 221: 3,47 + 185: 3,47 - node: color: '#D4D4D40C' id: HalfTileOverlayGreyscale270 decals: - 237: 30,2 - 238: 9,2 - 241: 2,6 - 242: 2,10 - 245: 2,31 - 249: 1,45 + 201: 30,2 + 202: 9,2 + 205: 2,6 + 206: 2,10 + 209: 2,31 + 213: 1,45 - node: color: '#D4D4D419' id: HalfTileOverlayGreyscale270 decals: - 209: 7,2 - 210: 8,6 - 211: 8,10 - 215: 10,31 - 216: 33,34 - 217: 33,36 - 218: 5,45 + 173: 7,2 + 174: 8,6 + 175: 8,10 + 179: 10,31 + 180: 33,34 + 181: 33,36 + 182: 5,45 - node: color: '#D4D4D40C' id: HalfTileOverlayGreyscale90 decals: - 239: 7,2 - 240: 8,6 - 243: 8,10 - 244: 10,31 - 246: 33,34 - 247: 33,36 - 248: 5,45 + 203: 7,2 + 204: 8,6 + 207: 8,10 + 208: 10,31 + 210: 33,34 + 211: 33,36 + 212: 5,45 - node: color: '#D4D4D419' id: HalfTileOverlayGreyscale90 decals: - 207: 30,2 - 208: 9,2 - 212: 2,6 - 213: 2,10 - 214: 2,31 - 219: 1,45 + 171: 30,2 + 172: 9,2 + 176: 2,6 + 177: 2,10 + 178: 2,31 + 183: 1,45 - node: color: '#5E7C16FF' id: MiniTileCheckerAOverlay decals: - 1093: 12,7 - 1094: 12,8 - 1095: 12,9 - 1096: 13,9 - 1097: 14,9 - 1098: 14,8 - 1099: 13,8 - 1100: 13,7 - 1101: 14,7 - 1102: 21,8 - 1103: 20,8 - 1104: 20,9 - 1105: 21,9 - 1106: 22,9 - 1107: 22,8 - 1108: 22,7 - 1109: 21,7 - 1110: 20,7 - 1141: 17,39 - 1142: 18,39 - 1143: 19,39 - 1144: 20,39 - 1145: 21,39 - 1148: 17,13 - 1149: 17,14 - 1150: 17,15 - 1151: 18,15 - 1152: 19,13 - 1153: 18,13 - 1154: 18,14 - 1155: 19,14 - 1156: 19,15 - 1157: 20,15 - 1158: 21,15 - 1159: 21,14 - 1160: 20,14 - 1161: 20,13 - 1162: 21,13 + 1019: 12,7 + 1020: 12,8 + 1021: 12,9 + 1022: 13,9 + 1023: 14,9 + 1024: 14,8 + 1025: 13,8 + 1026: 13,7 + 1027: 14,7 + 1028: 21,8 + 1029: 20,8 + 1030: 20,9 + 1031: 21,9 + 1032: 22,9 + 1033: 22,8 + 1034: 22,7 + 1035: 21,7 + 1036: 20,7 + 1054: 17,39 + 1055: 18,39 + 1056: 19,39 + 1057: 20,39 + 1058: 21,39 + 1061: 17,13 + 1062: 17,14 + 1063: 17,15 + 1064: 18,15 + 1065: 19,13 + 1066: 18,13 + 1067: 18,14 + 1068: 19,14 + 1069: 19,15 + 1070: 20,15 + 1071: 21,15 + 1072: 21,14 + 1073: 20,14 + 1074: 20,13 + 1075: 21,13 + - node: + color: '#7B7B3FFF' + id: MiniTileCheckerAOverlay + decals: + 1520: 12,9 + 1521: 13,9 + 1522: 14,9 + 1523: 14,8 + 1524: 13,8 + 1525: 12,8 + 1526: 12,7 + 1527: 13,7 + 1528: 14,7 + 1531: 20,9 + 1532: 21,9 + 1533: 22,9 + 1534: 22,8 + 1535: 21,8 + 1536: 20,8 + 1537: 20,7 + 1538: 21,7 + 1539: 22,7 + 1665: 17,15 + 1666: 18,15 + 1667: 19,15 + 1668: 20,15 + 1669: 21,15 + 1670: 21,14 + 1671: 20,14 + 1672: 19,14 + 1673: 18,14 + 1674: 17,14 + 1675: 17,13 + 1676: 18,13 + 1677: 19,13 + 1678: 20,13 + 1679: 21,13 + 1851: 32,21 + 1852: 32,20 + 1853: 32,19 + 2015: 17,39 + 2016: 18,39 + 2017: 19,39 + 2018: 20,39 + 2019: 21,39 - node: color: '#9FED5896' id: MiniTileCheckerAOverlay decals: - 764: 28,42 - 765: 29,42 - 766: 30,42 - 767: 28,43 - 768: 29,43 - 769: 30,43 - 770: 28,44 - 771: 29,44 - 772: 30,44 + 713: 28,42 + 714: 29,42 + 715: 30,42 + 716: 28,43 + 717: 29,43 + 718: 30,43 + 719: 28,44 + 720: 29,44 + 721: 30,44 + - node: + color: '#9FED58FF' + id: MiniTileCheckerAOverlay + decals: + 1854: 31,21 + 1855: 31,20 + 1856: 31,19 + 1857: 33,21 + 1858: 33,20 + 1859: 33,19 - node: color: '#FFFFFFFF' id: MiniTileCheckerAOverlay decals: - 781: 28,46 - 782: 28,47 - 783: 29,47 - 784: 29,46 + 730: 28,46 + 731: 28,47 + 732: 29,47 + 733: 29,46 - node: color: '#5E7C16FF' id: MiniTileCheckerBOverlay decals: - 1111: 32,20 - 1112: 32,21 - 1113: 32,19 - 1114: 21,19 - 1115: 20,19 - 1116: 19,19 - 1117: 19,20 - 1118: 19,21 - 1119: 20,21 - 1120: 21,21 - 1121: 21,20 - 1122: 20,20 - 1123: 9,19 - 1124: 8,19 - 1125: 7,19 - 1126: 7,20 - 1127: 7,21 - 1128: 8,21 - 1129: 9,21 - 1130: 9,20 - 1131: 8,20 - 1132: 18,34 - 1133: 17,34 - 1134: 16,34 - 1135: 16,35 - 1136: 16,36 - 1137: 17,36 - 1138: 17,35 - 1139: 18,35 - 1140: 18,36 + 1037: 21,19 + 1038: 20,19 + 1039: 19,19 + 1040: 19,20 + 1041: 19,21 + 1042: 20,21 + 1043: 21,21 + 1044: 21,20 + 1045: 20,20 + 1046: 9,19 + 1047: 8,19 + 1048: 7,19 + 1049: 7,20 + 1050: 8,21 + 1051: 9,21 + 1052: 9,20 + 1053: 8,20 - node: - color: '#9FED5896' + color: '#7B7B3FFF' + id: MiniTileCheckerBOverlay + decals: + 1875: 19,21 + 1876: 20,21 + 1877: 21,21 + 1878: 21,20 + 1879: 21,19 + 1880: 20,19 + 1881: 19,19 + 1882: 19,20 + 1883: 20,20 + 1892: 7,21 + 1893: 8,21 + 1894: 9,21 + 1895: 9,20 + 1896: 8,20 + 1897: 7,20 + 1898: 7,19 + 1899: 8,19 + 1900: 9,19 + 1976: 16,36 + 1977: 17,36 + 1978: 18,36 + 1979: 18,35 + 1980: 17,35 + 1981: 16,35 + 1982: 16,34 + 1983: 17,34 + 1984: 18,34 + - node: + color: '#96DAFFFF' id: MiniTileCheckerBOverlay decals: - 0: 31,21 - 1: 31,20 - 2: 31,19 - 3: 33,21 - 4: 33,20 - 5: 33,19 + 1860: 31,21 + 1861: 31,20 + 1862: 31,19 + 1863: 33,19 + 1864: 33,20 + 1865: 33,21 - node: color: '#5E7C16FF' id: StandClear decals: - 963: 6,2 - 966: 10,2 + 903: 6,2 + 906: 10,2 - node: color: '#DE3A3A96' id: StandClearGreyscale decals: - 204: 26,7 - 205: 32,7 - 206: 29,9 + 168: 26,7 + 169: 32,7 + 170: 29,9 - node: color: '#5E7C16FF' id: Tunnel decals: - 1358: 3,34 + 1256: 3,34 - node: color: '#FFFFFFFF' id: WarnCornerNE decals: - 126: 13,40 - 200: 34,10 + 114: 13,40 - node: color: '#FFFFFFFF' id: WarnCornerNW decals: - 127: 9,40 - 194: 24,10 + 115: 9,40 - node: color: '#FFFFFFFF' id: WarnCornerSE decals: - 125: 13,38 - 199: 34,6 + 113: 13,38 - node: color: '#FFFFFFFF' id: WarnCornerSW decals: - 119: 9,38 - 193: 24,6 + 107: 9,38 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallNE + decals: + 1662: 24,6 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallNW + decals: + 1661: 34,6 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallSE + decals: + 1663: 24,10 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallSW + decals: + 1664: 34,10 - node: color: '#FFFFFFFF' id: WarnFull decals: - 140: 32,35 + 128: 32,35 - node: color: '#FFFFFFFF' id: WarnLineE decals: - 128: 13,39 - 129: 26,35 - 197: 34,7 - 198: 34,9 - 1048: 26,36 - 1049: 26,34 + 116: 13,39 + 117: 26,35 + 974: 26,36 + 975: 26,34 + 1647: 24,7 + 1648: 24,8 + 1649: 24,9 - node: color: '#5E7C16FF' id: WarnLineGreyscaleE decals: - 852: 16,2 - 853: 5,2 - 854: 10,8 - 855: 34,2 - 856: 34,8 - 857: 34,20 - 858: 34,26 - 859: 30,26 - 860: 26,26 - 861: 22,26 - 862: 18,26 - 863: 14,26 - 864: 2,26 - 865: 12,31 - 866: 26,31 - 867: 34,35 - 868: 30,39 - 869: 30,45 - 870: 22,45 - 871: 14,45 - 872: 6,45 - 873: 6,39 - 874: 10,35 - 875: 14,39 - 876: 22,35 - 877: 22,39 - 878: 30,14 - 879: 22,14 - 880: 6,14 - 942: 4,20 - 1011: 21,2 - 1282: 22,20 - 1283: 16,20 - 1284: 10,20 + 801: 16,2 + 802: 10,8 + 803: 34,2 + 804: 34,26 + 805: 30,26 + 806: 26,26 + 807: 22,26 + 808: 18,26 + 809: 14,26 + 810: 2,26 + 811: 12,31 + 812: 26,31 + 813: 34,35 + 814: 30,39 + 815: 30,45 + 816: 22,45 + 817: 14,45 + 818: 6,45 + 819: 6,39 + 820: 10,35 + 821: 14,39 + 822: 22,35 + 823: 22,39 + 824: 30,14 + 825: 22,14 + 826: 6,14 + 882: 4,20 + 937: 21,2 + 1183: 22,20 + 1184: 16,20 + 1185: 10,20 + - node: + color: '#B8B873FF' + id: WarnLineGreyscaleE + decals: + 1497: 5,2 + 1500: 16,2 + 1575: 10,8 + 1607: 21,2 + 1608: 34,2 + 1615: 34,8 + 1710: 22,14 + 1715: 14,14 + 1716: 6,14 + 1742: 34,26 + 1743: 30,26 + 1744: 26,26 + 1745: 22,26 + 1778: 22,20 + 1779: 16,20 + 1780: 10,20 + 1781: 4,20 + 1782: 2,26 + 1783: 14,26 + 1784: 18,26 + 1785: 22,26 + 1867: 34,20 + 1922: 12,31 + 1923: 10,35 + 1926: 22,35 + 1927: 26,31 + 1933: 34,35 + 1934: 30,39 + 1935: 22,39 + 1936: 14,39 + 1937: 6,39 + 1938: 6,45 + 1939: 14,45 + 1940: 22,45 + 1941: 30,45 + 1975: 14,35 - node: color: '#5E7C16FF' id: WarnLineGreyscaleN decals: - 881: 29,10 - 882: 17,10 - 883: 3,16 - 884: 19,16 - 885: 32,22 - 886: 26,22 - 887: 20,22 - 888: 14,22 - 889: 8,22 - 890: 2,22 - 891: 1,28 - 892: 5,28 - 893: 13,28 - 894: 17,28 - 895: 21,28 - 896: 29,28 - 897: 29,36 - 898: 19,40 - 899: 11,40 - 900: 3,48 - 901: 11,48 - 902: 27,48 + 827: 17,10 + 828: 3,16 + 829: 32,22 + 830: 26,22 + 831: 20,22 + 832: 14,22 + 833: 8,22 + 834: 2,22 + 835: 1,28 + 836: 5,28 + 837: 13,28 + 838: 17,28 + 839: 21,28 + 840: 29,28 + 841: 29,36 + 842: 19,40 + 843: 11,40 + 844: 3,48 + 845: 11,48 + 846: 27,48 + - node: + color: '#B8B873FF' + id: WarnLineGreyscaleN + decals: + 1567: 17,10 + 1604: 26,4 + 1611: 29,10 + 1612: 32,6 + 1613: 26,6 + 1708: 19,16 + 1713: 11,16 + 1717: 3,16 + 1732: 29,28 + 1733: 21,28 + 1753: 1,28 + 1754: 5,28 + 1755: 13,28 + 1756: 17,28 + 1757: 14,22 + 1758: 8,22 + 1759: 2,22 + 1766: 32,22 + 1767: 26,22 + 1768: 20,22 + 1769: 14,22 + 1932: 29,36 + 1956: 27,48 + 1957: 11,48 + 1958: 3,48 + 1959: 11,40 + 1960: 19,40 + 1961: 19,40 + 1962: 29,36 - node: color: '#FFFFFFFF' id: WarnLineGreyscaleN decals: - 145: 27,35 - 146: 28,35 - 147: 30,35 - 148: 31,35 - 1038: 29,35 + 133: 27,35 + 134: 28,35 + 135: 30,35 + 136: 31,35 + 964: 29,35 - node: color: '#5E7C16FF' id: WarnLineGreyscaleS decals: - 903: 26,0 - 904: 17,6 - 905: 29,6 - 906: 19,12 - 907: 3,12 - 908: 2,18 - 909: 8,18 - 910: 14,18 - 911: 20,18 - 912: 26,18 - 913: 32,18 - 914: 33,24 - 915: 29,24 - 916: 25,24 - 917: 21,24 - 918: 17,24 - 919: 13,24 - 920: 5,24 - 921: 1,24 - 922: 20,30 - 923: 29,34 - 924: 11,38 - 925: 19,38 - 926: 27,42 - 927: 11,42 - 928: 3,42 - 1320: 32,28 - 1321: 33,28 - 1322: 34,28 + 847: 26,0 + 848: 17,6 + 849: 19,12 + 850: 3,12 + 851: 2,18 + 852: 8,18 + 853: 14,18 + 854: 20,18 + 855: 26,18 + 856: 32,18 + 857: 33,24 + 858: 29,24 + 859: 25,24 + 860: 21,24 + 861: 17,24 + 862: 13,24 + 863: 5,24 + 864: 1,24 + 865: 20,30 + 866: 29,34 + 867: 11,38 + 868: 19,38 + 869: 27,42 + 870: 11,42 + 871: 3,42 + 1221: 32,28 + 1222: 33,28 + 1223: 34,28 + - node: + color: '#B8B873FF' + id: WarnLineGreyscaleS + decals: + 1568: 17,6 + 1603: 26,0 + 1609: 29,6 + 1610: 29,10 + 1711: 19,12 + 1712: 11,12 + 1719: 3,12 + 1734: 29,24 + 1735: 21,24 + 1740: 33,24 + 1741: 25,24 + 1746: 32,28 + 1747: 33,28 + 1748: 34,28 + 1749: 17,24 + 1750: 13,24 + 1751: 5,24 + 1752: 1,24 + 1760: 2,18 + 1761: 8,18 + 1762: 14,18 + 1763: 20,18 + 1764: 26,18 + 1765: 32,18 + 1929: 20,30 + 1930: 29,34 + 1950: 29,34 + 1951: 19,38 + 1952: 11,38 + 1953: 11,42 + 1954: 3,42 + 1955: 27,42 - node: color: '#FFFFFFFF' id: WarnLineGreyscaleS decals: - 141: 27,35 - 142: 28,35 - 143: 30,35 - 144: 31,35 - 1039: 29,35 + 129: 27,35 + 130: 28,35 + 131: 30,35 + 132: 31,35 + 965: 29,35 - node: color: '#5E7C16FF' id: WarnLineGreyscaleW decals: - 929: 0,2 - 930: 11,2 - 931: 23,2 - 932: 24,8 - 933: 0,8 - 934: 0,14 - 935: 16,14 - 936: 24,14 - 937: 30,20 - 938: 18,20 - 939: 12,20 - 940: 6,20 - 941: 0,20 - 943: 0,26 - 944: 12,26 - 945: 16,26 - 946: 20,26 - 947: 24,26 - 948: 28,26 - 949: 32,26 - 950: 14,31 - 951: 0,31 - 952: 0,35 - 953: 12,35 - 954: 24,35 - 955: 24,39 - 956: 16,39 - 957: 8,39 - 958: 0,39 - 959: 0,45 - 960: 8,45 - 961: 16,45 - 962: 24,45 - 1012: 18,2 + 872: 11,2 + 873: 23,2 + 874: 0,8 + 875: 0,14 + 876: 24,14 + 877: 30,20 + 878: 18,20 + 879: 12,20 + 880: 6,20 + 881: 0,20 + 883: 0,26 + 884: 12,26 + 885: 16,26 + 886: 20,26 + 887: 24,26 + 888: 28,26 + 889: 32,26 + 890: 14,31 + 891: 0,31 + 892: 0,35 + 893: 12,35 + 894: 24,35 + 895: 24,39 + 896: 16,39 + 897: 8,39 + 898: 0,39 + 899: 0,45 + 900: 8,45 + 901: 16,45 + 902: 24,45 + 938: 18,2 + - node: + color: '#B8B873FF' + id: WarnLineGreyscaleW + decals: + 1498: 0,2 + 1499: 11,2 + 1576: 0,8 + 1605: 23,2 + 1606: 18,2 + 1614: 24,8 + 1709: 16,14 + 1714: 8,14 + 1718: 0,14 + 1736: 20,26 + 1737: 24,26 + 1738: 28,26 + 1739: 32,26 + 1770: 0,26 + 1771: 0,20 + 1772: 6,20 + 1773: 12,20 + 1774: 12,26 + 1775: 16,26 + 1776: 18,20 + 1777: 30,20 + 1921: 0,31 + 1924: 0,35 + 1925: 12,35 + 1928: 14,31 + 1931: 24,35 + 1942: 24,45 + 1943: 24,39 + 1944: 16,39 + 1945: 16,45 + 1946: 8,45 + 1947: 0,45 + 1948: 0,39 + 1949: 20,35 + 2001: 8,39 - node: color: '#FFFFFFFF' id: WarnLineN decals: - 122: 10,38 - 123: 12,38 - 130: 27,34 - 131: 28,34 - 132: 30,34 - 133: 31,34 - 134: 32,34 - 185: 28,6 - 186: 27,6 - 187: 26,6 - 188: 25,6 - 189: 30,6 - 190: 31,6 - 191: 32,6 - 192: 33,6 + 110: 10,38 + 111: 12,38 + 118: 27,34 + 119: 28,34 + 120: 30,34 + 121: 31,34 + 122: 32,34 + 1650: 25,10 + 1651: 26,10 + 1652: 27,10 + 1653: 28,10 + 1654: 30,10 + 1655: 31,10 + 1656: 32,10 + 1657: 33,10 - node: color: '#FFFFFFFF' id: WarnLineS decals: - 124: 9,39 - 195: 24,7 - 196: 24,9 + 112: 9,39 + 1658: 34,9 + 1659: 34,8 + 1660: 34,7 - node: color: '#FFFFFFFF' id: WarnLineW decals: - 120: 10,40 - 121: 12,40 - 135: 27,36 - 136: 28,36 - 137: 30,36 - 138: 31,36 - 139: 32,36 - 177: 25,10 - 178: 26,10 - 179: 28,10 - 180: 27,10 - 181: 30,10 - 182: 31,10 - 183: 32,10 - 184: 33,10 + 108: 10,40 + 109: 12,40 + 123: 27,36 + 124: 28,36 + 125: 30,36 + 126: 31,36 + 127: 32,36 + 1640: 33,6 + 1641: 31,6 + 1642: 30,6 + 1643: 29,6 + 1644: 28,6 + 1645: 27,6 + 1646: 25,6 - node: cleanable: True color: '#80C71F7F' id: revolution decals: - 850: 14.060958,20.754644 - 851: 13.607299,19.803425 + 799: 14.060958,20.754644 + 800: 13.607299,19.803425 - node: cleanable: True color: '#B02E60A3' id: revolution decals: - 849: 25.02975,25.438416 + 798: 25.02975,25.438416 - node: cleanable: True angle: -1.5707963267948966 rad color: '#B02E2644' id: splatter decals: - 845: 27.967218,24.104916 + 794: 27.967218,24.104916 - node: cleanable: True color: '#B02E2666' id: splatter decals: - 840: 8.891183,43.065514 + 789: 8.891183,43.065514 - node: cleanable: True angle: -1.5707963267948966 rad color: '#B02E266F' id: splatter decals: - 846: 32.200607,35.087025 - 847: 13.24002,46.473877 - 848: 24.497486,47.84553 + 795: 32.200607,35.087025 + 796: 13.24002,46.473877 + 797: 24.497486,47.84553 - node: cleanable: True angle: -4.71238898038469 rad color: '#B02E26B4' id: splatter decals: - 842: 8.788744,42.524048 - 843: 15.538555,20.953827 - 844: 24.864944,27.488853 + 791: 8.788744,42.524048 + 792: 15.538555,20.953827 + 793: 24.864944,27.488853 - node: cleanable: True angle: -3.141592653589793 rad color: '#B02E26B4' id: splatter decals: - 841: 9.110695,42.81673 + 790: 9.110695,42.81673 - type: RadiationGridResistance - type: LoadedMap - type: SpreaderGrid @@ -2236,8 +2753,6 @@ entities: entities: - uid: 1515 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 19.5,43.5 parent: 588 @@ -2684,115 +3199,19 @@ entities: entities: - uid: 1600 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 26.5,7.5 parent: 588 - uid: 1601 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 29.5,9.5 parent: 588 - uid: 1602 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 32.5,7.5 parent: 588 -- proto: Bola - entities: - - uid: 1157 - components: - - type: Transform - pos: 15.616387,0.61007345 - parent: 588 -- proto: BookHowToSurvive - entities: - - uid: 329 - components: - - type: Transform - pos: 19.515087,0.66057134 - parent: 588 -- proto: BookRandom - entities: - - uid: 1835 - components: - - type: Transform - pos: 24.420084,44.539436 - parent: 588 -- proto: BoxFolderBlack - entities: - - uid: 340 - components: - - type: Transform - pos: 21.640549,3.6813393 - parent: 588 - - uid: 341 - components: - - type: Transform - pos: 24.823723,1.650089 - parent: 588 - - uid: 365 - components: - - type: Transform - pos: 27.841173,1.5632035 - parent: 588 - - uid: 728 - components: - - type: Transform - pos: 10.690479,19.262342 - parent: 588 -- proto: BoxFolderGrey - entities: - - uid: 364 - components: - - type: Transform - pos: 25.072409,1.4780562 - parent: 588 - - uid: 727 - components: - - type: Transform - pos: 7.2148314,22.575037 - parent: 588 -- proto: BoxFolderRed - entities: - - uid: 726 - components: - - type: Transform - pos: 10.428753,19.429379 - parent: 588 -- proto: BoxFolderYellow - entities: - - uid: 342 - components: - - type: Transform - pos: 28.104973,1.6709224 - parent: 588 -- proto: BoxMouthSwab - entities: - - uid: 1476 - components: - - type: Transform - pos: 12.356534,44.605965 - parent: 588 -- proto: BoxMRE - entities: - - uid: 1027 - components: - - type: Transform - pos: 6.6091695,19.790632 - parent: 588 -- proto: BoxSterileMask - entities: - - uid: 1477 - components: - - type: Transform - pos: 12.683106,44.705303 - parent: 588 - proto: BriefcaseBrownFilled entities: - uid: 325 @@ -6403,13 +6822,6 @@ entities: - type: Transform pos: 24.5,18.5 parent: 588 -- proto: Cautery - entities: - - uid: 1474 - components: - - type: Transform - pos: 8.533231,42.775993 - parent: 588 - proto: Chair entities: - uid: 357 @@ -6720,372 +7132,148 @@ entities: rot: -1.5707963267948966 rad pos: 25.5,44.5 parent: 588 -- proto: CigarGold +- proto: ClosetWallMaintenanceFilledRandom entities: - - uid: 1219 + - uid: 499 components: - type: Transform - pos: 7.4719925,36.539555 + rot: -1.5707963267948966 rad + pos: 25.5,15.5 parent: 588 -- proto: ClosetBombFilled - entities: - - uid: 413 + - uid: 868 components: - type: Transform - pos: 14.5,6.5 + rot: 3.141592653589793 rad + pos: 5.5,27.5 parent: 588 - - uid: 1014 + - uid: 1564 components: - type: Transform - pos: 12.5,27.5 + pos: 17.5,43.5 parent: 588 - - uid: 1026 + - uid: 1565 components: - type: Transform - pos: 16.5,27.5 + pos: 21.5,43.5 parent: 588 -- proto: ClosetEmergencyFilledRandom +- proto: ClothingHeadHatPwig entities: - - uid: 1203 + - uid: 369 components: - type: Transform - pos: 12.5,30.5 + pos: 25.824945,3.5783403 parent: 588 - - uid: 1204 +- proto: ClothingHeadHelmetThunderdome + entities: + - uid: 1240 components: - type: Transform - pos: 0.5,32.5 + pos: 34.48682,24.732521 parent: 588 - - uid: 1205 +- proto: ClothingNeckLawyerbadge + entities: + - uid: 326 components: - type: Transform - pos: 9.5,9.5 + pos: 21.586027,4.583762 parent: 588 - - uid: 1207 +- proto: ClothingOuterHardsuitMercenary + entities: + - uid: 604 components: - type: Transform - pos: 1.5,7.5 + pos: 30.349852,8.5612135 parent: 588 -- proto: ClosetFireFilled - entities: - - uid: 1194 + - uid: 605 components: - type: Transform - pos: 1.5,9.5 + pos: 30.599852,8.7799635 parent: 588 - - uid: 1195 + - type: GroupExamine + group: + - hoverMessage: "" + contextText: verb-examine-group-other + icon: /Textures/Interface/examine-star.png + components: + - Armor + - ClothingSpeedModifier + entries: + - message: >- + This decreases your running speed by [color=yellow]20%[/color]. + + This decreases your walking speed by [color=yellow]10%[/color]. + priority: 0 + component: ClothingSpeedModifier + - message: >- + It provides the following protection: + + - [color=yellow]Blunt[/color] damage reduced by [color=lightblue]25%[/color]. + + - [color=yellow]Slash[/color] damage reduced by [color=lightblue]25%[/color]. + + - [color=yellow]Piercing[/color] damage reduced by [color=lightblue]25%[/color]. + + - [color=yellow]Heat[/color] damage reduced by [color=lightblue]20%[/color]. + + - [color=yellow]Radiation[/color] damage reduced by [color=lightblue]40%[/color]. + + - [color=yellow]Caustic[/color] damage reduced by [color=lightblue]20%[/color]. + + - [color=orange]Explosion[/color] damage reduced by [color=lightblue]40%[/color]. + priority: 0 + component: Armor + title: null +- proto: ClothingOuterRobesJudge + entities: + - uid: 370 components: - type: Transform - pos: 9.5,7.5 + pos: 27.40101,3.677678 parent: 588 - - uid: 1196 +- proto: ClusterBangFull + entities: + - uid: 599 components: - type: Transform - pos: 6.5,40.5 + pos: 33.484257,28.42918 parent: 588 - - uid: 1197 +- proto: ComputerAlert + entities: + - uid: 999 components: - type: Transform - pos: 0.5,38.5 + rot: 3.141592653589793 rad + pos: 17.5,30.5 parent: 588 -- proto: ClosetL3SecurityFilled - entities: - - uid: 415 + - uid: 1001 components: - type: Transform - pos: 20.5,10.5 + rot: 3.141592653589793 rad + pos: 23.5,30.5 parent: 588 -- proto: ClosetToolFilled - entities: - - uid: 1007 + - uid: 1561 components: - type: Transform - pos: 14.5,30.5 + rot: 1.5707963267948966 rad + pos: 21.5,46.5 parent: 588 -- proto: ClosetWallMaintenanceFilledRandom +- proto: computerBodyScanner entities: - - uid: 499 + - uid: 1394 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,15.5 + rot: 3.141592653589793 rad + pos: 9.5,44.5 parent: 588 - - uid: 868 + - uid: 1423 components: - type: Transform rot: 3.141592653589793 rad - pos: 5.5,27.5 + pos: 13.5,44.5 parent: 588 - - uid: 1564 - components: - - type: Transform - pos: 17.5,43.5 - parent: 588 - - uid: 1565 - components: - - type: Transform - pos: 21.5,43.5 - parent: 588 -- proto: ClothingBeltChampion - entities: - - uid: 1236 - components: - - type: Transform - pos: 10.581136,39.53631 - parent: 588 -- proto: ClothingBeltMercenaryWebbing - entities: - - uid: 375 - components: - - type: Transform - pos: 1.4924802,12.631929 - parent: 588 - - uid: 376 - components: - - type: Transform - pos: 12.697874,24.709444 - parent: 588 - - uid: 1295 - components: - - type: Transform - pos: 12.375464,13.080543 - parent: 588 -- proto: ClothingEyesGlassesMercenary - entities: - - uid: 399 - components: - - type: Transform - pos: 18.579332,25.60734 - parent: 588 -- proto: ClothingEyesGlassesMeson - entities: - - uid: 1108 - components: - - type: Transform - pos: 25.666832,30.643515 - parent: 588 -- proto: ClothingHandsGlovesNitrile - entities: - - uid: 1715 - components: - - type: Transform - pos: 10.432637,44.476112 - parent: 588 -- proto: ClothingHeadBandMercenary - entities: - - uid: 416 - components: - - type: Transform - pos: 12.631268,39.67906 - parent: 588 -- proto: ClothingHeadHatBeretMercenary - entities: - - uid: 553 - components: - - type: Transform - pos: 18.391832,25.45109 - parent: 588 - - uid: 573 - components: - - type: Transform - pos: 12.734407,6.73884 - parent: 588 - - uid: 583 - components: - - type: Transform - pos: 5.524373,0.5536155 - parent: 588 -- proto: ClothingHeadHatBH - entities: - - uid: 522 - components: - - type: Transform - pos: 12.85776,13.549293 - parent: 588 -- proto: ClothingHeadHatPwig - entities: - - uid: 369 - components: - - type: Transform - pos: 25.824945,3.5783403 - parent: 588 -- proto: ClothingHeadHatSurgcapPurple - entities: - - uid: 1711 - components: - - type: Transform - pos: 10.304593,44.632217 - parent: 588 -- proto: ClothingHeadHelmetMercenary - entities: - - uid: 560 - components: - - type: Transform - pos: 5.6832914,12.454846 - parent: 588 - - uid: 1245 - components: - - type: Transform - pos: 22.412798,6.775266 - parent: 588 -- proto: ClothingHeadHelmetThunderdome - entities: - - uid: 1240 - components: - - type: Transform - pos: 34.48682,24.732521 - parent: 588 -- proto: ClothingMaskGasMercenary - entities: - - uid: 574 - components: - - type: Transform - pos: 3.5032444,0.589267 - parent: 588 - - uid: 577 - components: - - type: Transform - pos: 12.416624,24.521944 - parent: 588 - - uid: 582 - components: - - type: Transform - pos: 22.381674,10.488114 - parent: 588 -- proto: ClothingNeckLawyerbadge - entities: - - uid: 326 - components: - - type: Transform - pos: 21.586027,4.583762 - parent: 588 -- proto: ClothingOuterArmorReflective - entities: - - uid: 1031 - components: - - type: Transform - pos: 18.47467,24.458666 - parent: 588 -- proto: ClothingOuterCoatBHTrench - entities: - - uid: 1267 - components: - - type: Transform - pos: 13.45151,12.570126 - parent: 588 -- proto: ClothingOuterHardsuitMercenary - entities: - - uid: 604 - components: - - type: Transform - pos: 30.349852,8.5612135 - parent: 588 - - uid: 605 - components: - - type: Transform - pos: 30.599852,8.7799635 - parent: 588 -- proto: ClothingOuterRobesJudge - entities: - - uid: 370 - components: - - type: Transform - pos: 27.40101,3.677678 - parent: 588 -- proto: ClothingOuterVestWebMercenary - entities: - - uid: 603 - components: - - type: Transform - pos: 18.693916,24.62611 - parent: 588 - - uid: 606 - components: - - type: Transform - pos: 5.423255,12.579846 - parent: 588 - - uid: 704 - components: - - type: Transform - pos: 12.632391,6.4559298 - parent: 588 -- proto: ClothingShoesBootsMagMercenaryFilled - entities: - - uid: 1013 - components: - - type: Transform - pos: 13.477484,0.59968376 - parent: 588 -- proto: ClothingShoesBootsMercenaryFilled - entities: - - uid: 954 - components: - - type: Transform - pos: 12.58329,25.65736 - parent: 588 - - uid: 968 - components: - - type: Transform - pos: 18.52602,0.745517 - parent: 588 -- proto: ClothingUniformJumpskirtColorMaroon - entities: - - uid: 1714 - components: - - type: Transform - pos: 10.673761,44.53288 - parent: 588 -- proto: ClothingUniformJumpsuitColorMaroon - entities: - - uid: 1713 - components: - - type: Transform - pos: 10.645364,44.67479 - parent: 588 -- proto: ClusterBangFull - entities: - - uid: 599 - components: - - type: Transform - pos: 33.484257,28.42918 - parent: 588 -- proto: ComputerAlert - entities: - - uid: 999 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,30.5 - parent: 588 - - uid: 1001 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,30.5 - parent: 588 - - uid: 1561 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,46.5 - parent: 588 -- proto: computerBodyScanner - entities: - - uid: 1394 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,44.5 - parent: 588 - - uid: 1423 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,44.5 - parent: 588 -- proto: ComputerCriminalRecords - entities: - - uid: 461 +- proto: ComputerCriminalRecords + entities: + - uid: 461 components: - type: Transform rot: 3.141592653589793 rad @@ -7158,13 +7346,6 @@ entities: - type: Transform pos: 25.5,43.5 parent: 588 -- proto: CrateHydroponicsSeedsExotic - entities: - - uid: 1660 - components: - - type: Transform - pos: 31.5,22.5 - parent: 588 - proto: CrayonBox entities: - uid: 1057 @@ -7172,11 +7353,6 @@ entities: - type: Transform pos: 20.47107,24.608877 parent: 588 - - uid: 1116 - components: - - type: Transform - pos: 20.607256,14.646415 - parent: 588 - proto: CryoPod entities: - uid: 1395 @@ -7201,13 +7377,6 @@ entities: - type: Transform pos: 18.5,32.5 parent: 588 -- proto: DiceBag - entities: - - uid: 552 - components: - - type: Transform - pos: 20.294882,15.426926 - parent: 588 - proto: DiseaseDiagnoser entities: - uid: 1424 @@ -7237,18 +7406,6 @@ entities: - type: Transform pos: 22.5,38.5 parent: 588 -- proto: DonkpocketBoxSpawner - entities: - - uid: 526 - components: - - type: Transform - pos: 16.5,13.5 - parent: 588 - - uid: 723 - components: - - type: Transform - pos: 18.5,21.5 - parent: 588 - proto: DoorElectronics entities: - uid: 659 @@ -7289,73 +7446,13 @@ entities: - type: Transform pos: 13.5,34.5 parent: 588 -- proto: DrinkMREFlask +- proto: EmergencyLight entities: - - uid: 761 + - uid: 1716 components: - type: Transform - pos: 6.8591695,22.707298 - parent: 588 - - uid: 1011 - components: - - type: Transform - pos: 12.688126,13.059709 - parent: 588 -- proto: DrinkMugMetal - entities: - - uid: 1294 - components: - - type: Transform - pos: 22.442232,12.514399 - parent: 588 -- proto: DrinkMugRed - entities: - - uid: 721 - components: - - type: Transform - pos: 22.448559,18.561966 - parent: 588 - - uid: 1293 - components: - - type: Transform - pos: 22.328642,12.741456 - parent: 588 -- proto: DrinkShotGlass - entities: - - uid: 578 - components: - - type: Transform - pos: 12.412022,12.535878 - parent: 588 - - uid: 579 - components: - - type: Transform - pos: 12.539811,12.748745 - parent: 588 -- proto: DrinkWaterCup - entities: - - uid: 722 - components: - - type: Transform - pos: 18.373508,18.661304 - parent: 588 - - uid: 762 - components: - - type: Transform - pos: 6.313587,19.590261 - parent: 588 - - uid: 763 - components: - - type: Transform - pos: 6.441377,19.419968 - parent: 588 -- proto: EmergencyLight - entities: - - uid: 1716 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,6.5 + rot: 3.141592653589793 rad + pos: 13.5,6.5 parent: 588 - type: PointLight enabled: True @@ -7552,15 +7649,6 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 1740 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,19.5 - parent: 588 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - uid: 1742 components: - type: Transform @@ -7659,18 +7747,6 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight -- proto: EmergencyRollerBed - entities: - - uid: 1141 - components: - - type: Transform - pos: 30.5,25.5 - parent: 588 - - uid: 1142 - components: - - type: Transform - pos: 30.5,24.5 - parent: 588 - proto: ExtinguisherCabinetFilled entities: - uid: 867 @@ -7741,13 +7817,6 @@ entities: - type: Transform pos: 10.726851,19.047483 parent: 588 -- proto: FlashlightLantern - entities: - - uid: 1022 - components: - - type: Transform - pos: 5.4813356,16.454845 - parent: 588 - proto: FloodlightBroken entities: - uid: 1193 @@ -8111,27 +8180,6 @@ entities: rot: -1.5707963267948966 rad pos: 2.5,43.5 parent: 588 -- proto: FoodBowlBigTrash - entities: - - uid: 1840 - components: - - type: Transform - pos: 30.547388,48.16116 - parent: 588 -- proto: FoodBurgerXeno - entities: - - uid: 764 - components: - - type: Transform - pos: 10.975294,39.80753 - parent: 588 -- proto: FoodPlateSmallPlastic - entities: - - uid: 529 - components: - - type: Transform - pos: 17.462528,12.615073 - parent: 588 - proto: FoodPlateTrash entities: - uid: 1692 @@ -8139,13 +8187,6 @@ entities: - type: Transform pos: 28.80027,47.44947 parent: 588 -- proto: ForkPlastic - entities: - - uid: 531 - components: - - type: Transform - pos: 17.405733,12.600882 - parent: 588 - proto: GasFilter entities: - uid: 1415 @@ -8245,20 +8286,6 @@ entities: - type: Transform pos: 10.5,48.5 parent: 588 -- proto: GatfruitSeeds - entities: - - uid: 562 - components: - - type: Transform - pos: 8.528373,27.49547 - parent: 588 -- proto: Gauze - entities: - - uid: 1482 - components: - - type: Transform - pos: 8.452288,42.514927 - parent: 588 - proto: Girder entities: - uid: 1301 @@ -8353,72 +8380,43 @@ entities: rot: -1.5707963267948966 rad pos: 27.5,39.5 parent: 588 -- proto: Handcuffs - entities: - - uid: 1614 - components: - - type: Transform - pos: 22.608034,10.659381 - parent: 588 -- proto: Hemostat - entities: - - uid: 1471 - components: - - type: Transform - pos: 8.51377,43.004257 - parent: 588 - proto: HighSecArmoryLocked entities: - uid: 1597 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 26.5,7.5 parent: 588 - uid: 1598 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 32.5,7.5 parent: 588 - uid: 1599 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 29.5,9.5 parent: 588 - proto: HospitalCurtains entities: - - uid: 402 + - uid: 866 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 8.5,27.5 parent: 588 - uid: 949 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 8.5,24.5 parent: 588 - - uid: 951 + - uid: 1284 components: - - type: MetaData - flags: PvsPriority - type: Transform - rot: 1.5707963267948966 rad pos: 10.5,27.5 parent: 588 - uid: 1768 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 24.5,48.5 @@ -8483,44 +8481,6 @@ entities: rot: 1.5707963267948966 rad pos: 24.5,42.5 parent: 588 -- proto: HydroponicsToolHatchet - entities: - - uid: 1844 - components: - - type: Transform - pos: 29.538284,44.04174 - parent: 588 - - uid: 1851 - components: - - type: Transform - pos: 30.630798,21.602604 - parent: 588 -- proto: HydroponicsToolMiniHoe - entities: - - uid: 1837 - components: - - type: Transform - pos: 30.099596,43.446724 - parent: 588 - - uid: 1841 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 33.38517,20.601 - parent: 588 -- proto: HydroponicsToolSpade - entities: - - uid: 1838 - components: - - type: Transform - pos: 29.95761,43.361576 - parent: 588 - - uid: 1842 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 33.42777,20.58681 - parent: 588 - proto: hydroponicsTray entities: - uid: 796 @@ -8560,56 +8520,6 @@ entities: - type: Transform pos: 30.5,42.5 parent: 588 -- proto: IngotGold - entities: - - uid: 952 - components: - - type: Transform - pos: 11.069347,39.504154 - parent: 588 -- proto: KitchenMicrowave - entities: - - uid: 524 - components: - - type: Transform - pos: 16.5,12.5 - parent: 588 - - uid: 709 - components: - - type: Transform - pos: 18.5,22.5 - parent: 588 - - uid: 1785 - components: - - type: Transform - pos: 29.5,48.5 - parent: 588 -- proto: KitchenReagentGrinder - entities: - - uid: 1786 - components: - - type: Transform - pos: 30.5,47.5 - parent: 588 -- proto: KnifePlastic - entities: - - uid: 530 - components: - - type: Transform - pos: 17.249546,12.643455 - parent: 588 - - uid: 1836 - components: - - type: Transform - pos: 30.241585,48.271698 - parent: 588 -- proto: KukriKnife - entities: - - uid: 1576 - components: - - type: Transform - pos: 26.471617,3.6373227 - parent: 588 - proto: Lamp entities: - uid: 581 @@ -8640,20 +8550,6 @@ entities: rot: -1.5707963267948966 rad pos: 10.765976,19.912766 parent: 588 -- proto: LessLethalVendingMachine - entities: - - uid: 1234 - components: - - type: Transform - pos: 16.5,25.5 - parent: 588 -- proto: Lighter - entities: - - uid: 1220 - components: - - type: Transform - pos: 7.5287867,36.397644 - parent: 588 - proto: LockerBoozeFilled entities: - uid: 1028 @@ -8661,13 +8557,6 @@ entities: - type: Transform pos: 14.5,16.5 parent: 588 -- proto: LockerMedicineFilled - entities: - - uid: 1152 - components: - - type: Transform - pos: 28.5,27.5 - parent: 588 - proto: LockerMercenary entities: - uid: 1029 @@ -8719,30 +8608,6 @@ entities: parent: 588 - type: Lock locked: False -- proto: LockerMercenaryFilled - entities: - - uid: 1107 - components: - - type: Transform - pos: 20.5,6.5 - parent: 588 - - uid: 1109 - components: - - type: Transform - pos: 12.5,28.5 - parent: 588 - - uid: 1110 - components: - - type: Transform - pos: 6.5,12.5 - parent: 588 -- proto: MachineFrame - entities: - - uid: 400 - components: - - type: Transform - pos: 26.5,8.5 - parent: 588 - proto: MagazineBoxAntiMateriel entities: - uid: 1010 @@ -8852,20 +8717,6 @@ entities: - type: Transform pos: 28.5,25.5 parent: 588 -- proto: MedkitAdvancedFilled - entities: - - uid: 1153 - components: - - type: Transform - pos: 30.614443,28.392822 - parent: 588 -- proto: MedkitCombatFilled - entities: - - uid: 1154 - components: - - type: Transform - pos: 30.40146,28.066427 - parent: 588 - proto: OperatingTable entities: - uid: 1389 @@ -8885,105 +8736,25 @@ entities: - type: Transform pos: 20.669853,24.52373 parent: 588 -- proto: PaperOffice +- proto: PartRodMetal1 entities: - - uid: 327 + - uid: 1071 components: - type: Transform - pos: 21.415642,4.0728827 + rot: 1.5707963267948966 rad + pos: 25.341253,26.595633 parent: 588 - - uid: 328 + - uid: 1072 components: - type: Transform - pos: 21.586027,4.0019264 + pos: 25.36965,28.11408 parent: 588 - - uid: 1113 +- proto: PhoneInstrument + entities: + - uid: 371 components: - type: Transform - pos: 20.706646,15.341779 - parent: 588 - - uid: 1114 - components: - - type: Transform - pos: 20.465267,15.185677 - parent: 588 - - uid: 1115 - components: - - type: Transform - pos: 20.30908,14.603841 - parent: 588 - - uid: 1616 - components: - - type: Transform - pos: 7.6521306,22.662569 - parent: 588 -- proto: PartRodMetal1 - entities: - - uid: 1071 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 25.341253,26.595633 - parent: 588 - - uid: 1072 - components: - - type: Transform - pos: 25.36965,28.11408 - parent: 588 -- proto: Pen - entities: - - uid: 366 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 21.352327,3.9473093 - parent: 588 - - uid: 367 - components: - - type: Transform - pos: 18.75395,1.1232786 - parent: 588 - - uid: 368 - components: - - type: Transform - pos: 24.788435,1.4496742 - parent: 588 - - uid: 731 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.36841,19.019064 - parent: 588 - - uid: 732 - components: - - type: Transform - pos: 7.4631767,22.637186 - parent: 588 -- proto: PhoneInstrument - entities: - - uid: 371 - components: - - type: Transform - pos: 25.484175,4.4865713 - parent: 588 -- proto: PillCanister - entities: - - uid: 1481 - components: - - type: Transform - pos: 14.438607,42.637726 - parent: 588 -- proto: PillSpaceDrugs - entities: - - uid: 1479 - components: - - type: Transform - pos: 14.438607,42.96412 - parent: 588 - - uid: 1480 - components: - - type: Transform - pos: 14.537998,42.878975 + pos: 25.484175,4.4865713 parent: 588 - proto: PlushieNuke entities: @@ -9065,18 +8836,6 @@ entities: - type: Transform pos: 22.5,40.5 parent: 588 -- proto: PowerCellHyper - entities: - - uid: 469 - components: - - type: Transform - pos: 12.355853,25.41643 - parent: 588 - - uid: 590 - components: - - type: Transform - pos: 5.381793,16.642464 - parent: 588 - proto: PowerCellRecharger entities: - uid: 1103 @@ -9093,8 +8852,6 @@ entities: entities: - uid: 1641 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad pos: 2.5,0.5 @@ -9103,8 +8860,6 @@ entities: powerLoad: 0 - uid: 1642 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad pos: 14.5,0.5 @@ -9113,8 +8868,6 @@ entities: powerLoad: 0 - uid: 1646 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad pos: 24.5,0.5 @@ -9123,8 +8876,6 @@ entities: powerLoad: 0 - uid: 1647 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad pos: 28.5,0.5 @@ -9133,8 +8884,6 @@ entities: powerLoad: 0 - uid: 1648 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad pos: 21.5,6.5 @@ -9143,8 +8892,6 @@ entities: powerLoad: 0 - uid: 1649 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 13.5,10.5 parent: 588 @@ -9152,8 +8899,6 @@ entities: powerLoad: 0 - uid: 1650 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad pos: 16.5,6.5 @@ -9162,8 +8907,6 @@ entities: powerLoad: 0 - uid: 1651 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 18.5,10.5 parent: 588 @@ -9171,8 +8914,6 @@ entities: powerLoad: 0 - uid: 1693 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 32.5,25.5 @@ -9181,8 +8922,6 @@ entities: powerLoad: 0 - uid: 1701 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad pos: 18.5,12.5 @@ -9191,8 +8930,6 @@ entities: powerLoad: 0 - uid: 1702 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 20.5,16.5 parent: 588 @@ -9200,8 +8937,6 @@ entities: powerLoad: 0 - uid: 1703 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 34.5,20.5 @@ -9210,8 +8945,6 @@ entities: powerLoad: 0 - uid: 1704 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 16.5,25.5 @@ -9220,8 +8953,6 @@ entities: powerLoad: 0 - uid: 1705 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: -1.5707963267948966 rad pos: 14.5,27.5 @@ -9230,8 +8961,6 @@ entities: powerLoad: 0 - uid: 1706 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 18.5,40.5 parent: 588 @@ -9239,8 +8968,6 @@ entities: powerLoad: 0 - uid: 1741 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: -1.5707963267948966 rad pos: 10.5,21.5 @@ -9249,8 +8976,6 @@ entities: powerLoad: 0 - uid: 1743 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 21.5,22.5 parent: 588 @@ -9258,8 +8983,6 @@ entities: powerLoad: 0 - uid: 1830 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: -1.5707963267948966 rad pos: 30.5,43.5 @@ -9268,8 +8991,6 @@ entities: powerLoad: 0 - uid: 1831 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: -1.5707963267948966 rad pos: 30.5,47.5 @@ -9280,8 +9001,6 @@ entities: entities: - uid: 1707 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 8.5,42.5 @@ -9290,8 +9009,6 @@ entities: powerLoad: 0 - uid: 1708 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: -1.5707963267948966 rad pos: 14.5,42.5 @@ -9300,8 +9017,6 @@ entities: powerLoad: 0 - uid: 1709 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: -1.5707963267948966 rad pos: 14.5,46.5 @@ -9310,8 +9025,6 @@ entities: powerLoad: 0 - uid: 1710 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 8.5,46.5 @@ -9320,8 +9033,6 @@ entities: powerLoad: 0 - uid: 1725 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 28.5,27.5 @@ -9716,1130 +9427,2117 @@ entities: - uid: 1694 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,19.5 + rot: 1.5707963267948966 rad + pos: 28.5,19.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1695 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,19.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1696 + components: + - type: Transform + pos: 13.5,22.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1697 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,18.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1698 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,18.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1699 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,16.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1700 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,13.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1828 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,42.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1829 + components: + - type: Transform + pos: 25.5,48.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: PoweredSmallLightEmpty + entities: + - uid: 1640 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,25.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1658 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,27.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: Rack + entities: + - uid: 255 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,0.5 + parent: 588 + - uid: 264 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,0.5 + parent: 588 + - uid: 283 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,0.5 + parent: 588 + - uid: 285 + components: + - type: Transform + pos: 13.5,0.5 + parent: 588 + - uid: 324 + components: + - type: Transform + pos: 19.5,4.5 + parent: 588 + - uid: 343 + components: + - type: Transform + pos: 25.5,21.5 + parent: 588 + - uid: 396 + components: + - type: Transform + pos: 28.5,8.5 + parent: 588 + - uid: 401 + components: + - type: Transform + pos: 32.5,8.5 + parent: 588 + - uid: 417 + components: + - type: Transform + pos: 12.5,6.5 + parent: 588 + - uid: 418 + components: + - type: Transform + pos: 12.5,10.5 + parent: 588 + - uid: 419 + components: + - type: Transform + pos: 22.5,10.5 + parent: 588 + - uid: 420 + components: + - type: Transform + pos: 22.5,6.5 + parent: 588 + - uid: 478 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,15.5 + parent: 588 + - uid: 551 + components: + - type: Transform + pos: 22.5,15.5 + parent: 588 + - uid: 585 + components: + - type: Transform + pos: 1.5,12.5 + parent: 588 + - uid: 596 + components: + - type: Transform + pos: 1.5,16.5 + parent: 588 + - uid: 597 + components: + - type: Transform + pos: 5.5,16.5 + parent: 588 + - uid: 598 + components: + - type: Transform + pos: 5.5,12.5 + parent: 588 + - uid: 771 + components: + - type: Transform + pos: 27.5,21.5 + parent: 588 + - uid: 966 + components: + - type: Transform + pos: 25.5,32.5 + parent: 588 + - uid: 977 + components: + - type: Transform + pos: 15.5,32.5 + parent: 588 + - uid: 1015 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,25.5 + parent: 588 + - uid: 1016 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,24.5 + parent: 588 + - uid: 1021 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,25.5 + parent: 588 + - uid: 1024 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,24.5 + parent: 588 + - uid: 1068 + components: + - type: Transform + pos: 30.5,8.5 + parent: 588 + - uid: 1111 + components: + - type: Transform + pos: 14.5,32.5 + parent: 588 + - uid: 1112 + components: + - type: Transform + pos: 26.5,32.5 + parent: 588 + - uid: 1206 + components: + - type: Transform + pos: 1.5,8.5 + parent: 588 + - uid: 1208 + components: + - type: Transform + pos: 9.5,8.5 + parent: 588 + - uid: 1211 + components: + - type: Transform + pos: 2.5,34.5 + parent: 588 + - uid: 1319 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,40.5 + parent: 588 + - uid: 1562 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,47.5 + parent: 588 +- proto: Railing + entities: + - uid: 313 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,4.5 + parent: 588 + - uid: 314 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,0.5 + parent: 588 + - uid: 427 + components: + - type: Transform + pos: 6.5,7.5 + parent: 588 + - uid: 428 + components: + - type: Transform + pos: 4.5,7.5 + parent: 588 + - uid: 429 + components: + - type: Transform + pos: 3.5,7.5 + parent: 588 + - uid: 430 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,9.5 + parent: 588 + - uid: 431 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,9.5 + parent: 588 + - uid: 435 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,9.5 + parent: 588 + - uid: 436 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,9.5 + parent: 588 + - uid: 437 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,9.5 + parent: 588 + - uid: 439 + components: + - type: Transform + pos: 5.5,7.5 + parent: 588 + - uid: 440 + components: + - type: Transform + pos: 7.5,7.5 + parent: 588 + - uid: 850 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,30.5 + parent: 588 + - uid: 851 + components: + - type: Transform + pos: 9.5,32.5 + parent: 588 + - uid: 854 + components: + - type: Transform + pos: 3.5,32.5 + parent: 588 + - uid: 855 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,30.5 + parent: 588 + - uid: 1259 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,4.5 + parent: 588 + - uid: 1260 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,4.5 + parent: 588 + - uid: 1261 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,0.5 + parent: 588 + - uid: 1262 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,0.5 + parent: 588 +- proto: RailingCorner + entities: + - uid: 315 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,1.5 + parent: 588 + - uid: 316 + components: + - type: Transform + pos: 30.5,3.5 + parent: 588 + - uid: 845 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,32.5 + parent: 588 + - uid: 846 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,30.5 + parent: 588 + - uid: 847 + components: + - type: Transform + pos: 10.5,32.5 + parent: 588 + - uid: 848 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,30.5 + parent: 588 + - uid: 849 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,30.5 + parent: 588 + - uid: 852 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,32.5 + parent: 588 + - uid: 853 + components: + - type: Transform + pos: 4.5,32.5 + parent: 588 + - uid: 856 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,30.5 + parent: 588 + - uid: 886 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,40.5 + parent: 588 + - uid: 888 + components: + - type: Transform + pos: 2.5,40.5 + parent: 588 + - uid: 890 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,40.5 + parent: 588 + - uid: 891 + components: + - type: Transform + pos: 5.5,40.5 + parent: 588 + - uid: 892 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,38.5 + parent: 588 + - uid: 893 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,38.5 + parent: 588 + - uid: 894 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,38.5 + parent: 588 + - uid: 895 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,38.5 + parent: 588 + - uid: 1255 + components: + - type: Transform + pos: 7.5,3.5 + parent: 588 + - uid: 1256 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,3.5 + parent: 588 + - uid: 1257 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,1.5 + parent: 588 + - uid: 1258 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,1.5 + parent: 588 + - uid: 1351 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,44.5 + parent: 588 + - uid: 1352 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,43.5 + parent: 588 + - uid: 1353 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,43.5 + parent: 588 + - uid: 1354 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,44.5 + parent: 588 + - uid: 1355 + components: + - type: Transform + pos: 1.5,46.5 + parent: 588 + - uid: 1356 + components: + - type: Transform + pos: 2.5,47.5 + parent: 588 + - uid: 1357 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,47.5 + parent: 588 + - uid: 1358 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,46.5 + parent: 588 +- proto: RailingCornerSmall + entities: + - uid: 337 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,3.5 + parent: 588 + - uid: 338 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,1.5 + parent: 588 + - uid: 1376 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,43.5 + parent: 588 + - uid: 1377 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,47.5 + parent: 588 + - uid: 1378 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,47.5 + parent: 588 + - uid: 1379 + components: + - type: Transform + pos: 5.5,43.5 + parent: 588 +- proto: RandomInstruments + entities: + - uid: 546 + components: + - type: Transform + pos: 1.5,4.5 + parent: 588 + - uid: 1159 + components: + - type: Transform + pos: 21.5,18.5 + parent: 588 + - uid: 1833 + components: + - type: Transform + pos: 24.5,42.5 + parent: 588 +- proto: RandomPosterContraband + entities: + - uid: 1119 + components: + - type: Transform + pos: 8.5,9.5 + parent: 588 + - uid: 1160 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,48.5 + parent: 588 + - uid: 1161 + components: + - type: Transform + pos: 1.5,19.5 + parent: 588 + - uid: 1162 + components: + - type: Transform + pos: 4.5,42.5 + parent: 588 + - uid: 1191 + components: + - type: Transform + pos: 2.5,7.5 + parent: 588 + - uid: 1192 + components: + - type: Transform + pos: 3.5,21.5 + parent: 588 + - uid: 1217 + components: + - type: Transform + pos: 22.5,1.5 + parent: 588 + - uid: 1571 + components: + - type: Transform + pos: 25.5,39.5 + parent: 588 + - uid: 1572 + components: + - type: Transform + pos: 3.5,35.5 + parent: 588 + - uid: 1573 + components: + - type: Transform + pos: 7.5,35.5 + parent: 588 + - uid: 1574 + components: + - type: Transform + pos: 5.5,25.5 + parent: 588 + - uid: 1575 + components: + - type: Transform + pos: 30.5,15.5 + parent: 588 + - uid: 1805 + components: + - type: Transform + pos: 18.5,43.5 + parent: 588 + - uid: 1806 + components: + - type: Transform + pos: 20.5,47.5 + parent: 588 +- proto: RandomSoap + entities: + - uid: 397 + components: + - type: Transform + pos: 8.5,24.5 + parent: 588 +- proto: ReinforcedWindow + entities: + - uid: 214 + components: + - type: Transform + pos: 19.5,34.5 + parent: 588 + - uid: 409 + components: + - type: Transform + pos: 15.5,7.5 + parent: 588 + - uid: 410 + components: + - type: Transform + pos: 15.5,9.5 + parent: 588 + - uid: 411 + components: + - type: Transform + pos: 19.5,7.5 + parent: 588 + - uid: 412 + components: + - type: Transform + pos: 19.5,9.5 + parent: 588 + - uid: 591 + components: + - type: Transform + pos: 2.5,12.5 + parent: 588 + - uid: 592 + components: + - type: Transform + pos: 4.5,12.5 + parent: 588 + - uid: 594 + components: + - type: Transform + pos: 4.5,16.5 + parent: 588 + - uid: 595 + components: + - type: Transform + pos: 2.5,16.5 + parent: 588 + - uid: 1166 + components: + - type: Transform + pos: 19.5,36.5 + parent: 588 + - uid: 1168 + components: + - type: Transform + pos: 15.5,36.5 + parent: 588 + - uid: 1169 + components: + - type: Transform + pos: 15.5,34.5 + parent: 588 +- proto: RemoteSignaller + entities: + - uid: 593 + components: + - type: Transform + pos: 34.71599,24.503355 + parent: 588 + - type: DeviceLinkSource + linkedPorts: + 1238: + - Pressed: Toggle + 1239: + - Pressed: Toggle + 1237: + - Pressed: Toggle +- proto: SalvageCanisterSpawner + entities: + - uid: 1210 + components: + - type: Transform + pos: 9.5,48.5 + parent: 588 + - uid: 1413 + components: + - type: Transform + pos: 13.5,48.5 + parent: 588 + - uid: 1470 + components: + - type: Transform + pos: 12.5,48.5 + parent: 588 +- proto: SeedExtractor + entities: + - uid: 802 + components: + - type: Transform + pos: 33.5,21.5 + parent: 588 + - uid: 1776 + components: + - type: Transform + pos: 28.5,42.5 + parent: 588 +- proto: ShowcaseRobot + entities: + - uid: 1621 + components: + - type: Transform + pos: 16.5,10.5 + parent: 588 + - uid: 1622 + components: + - type: Transform + pos: 18.5,6.5 + parent: 588 +- proto: ShuttersNormal + entities: + - uid: 1237 + components: + - type: Transform + pos: 34.5,27.5 + parent: 588 + - type: DeviceLinkSink + links: + - 593 + - uid: 1238 + components: + - type: Transform + pos: 32.5,27.5 + parent: 588 + - type: DeviceLinkSink + links: + - 593 +- proto: ShuttersWindow + entities: + - uid: 1239 + components: + - type: Transform + pos: 33.5,27.5 + parent: 588 + - type: DeviceLinkSink + links: + - 593 +- proto: SignCloning + entities: + - uid: 1484 + components: + - type: Transform + pos: 12.5,43.5 + parent: 588 +- proto: SignPrison + entities: + - uid: 1792 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,3.5 + parent: 588 + - uid: 1793 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,1.5 + parent: 588 + - uid: 1794 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,21.5 + parent: 588 + - uid: 1795 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,19.5 + parent: 588 + - uid: 1796 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,46.5 + parent: 588 + - uid: 1797 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,44.5 + parent: 588 +- proto: SignSurgery + entities: + - uid: 1483 + components: + - type: Transform + pos: 10.5,43.5 + parent: 588 +- proto: Sink + entities: + - uid: 935 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,25.5 + parent: 588 +- proto: SinkStemlessWater + entities: + - uid: 1461 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,42.5 + parent: 588 + - uid: 1462 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,42.5 + parent: 588 +- proto: SMESBasic + entities: + - uid: 46 + components: + - type: Transform + pos: 26.5,13.5 + parent: 588 + - uid: 56 + components: + - type: Transform + pos: 28.5,13.5 + parent: 588 + - uid: 747 + components: + - type: Transform + pos: 26.5,19.5 + parent: 588 + - uid: 1506 + components: + - type: Transform + pos: 18.5,46.5 + parent: 588 + - uid: 1507 + components: + - type: Transform + pos: 20.5,46.5 + parent: 588 +- proto: SoapSyndie + entities: + - uid: 1856 + components: + - type: Transform + pos: 10.4890785,27.46785 + parent: 588 +- proto: SpawnDungeonClutterMedical + entities: + - uid: 368 + components: + - type: Transform + pos: 14.536539,42.80715 + parent: 588 + - uid: 400 + components: + - type: Transform + pos: 14.427164,43.104027 + parent: 588 + - uid: 402 + components: + - type: Transform + pos: 8.483693,43.479027 + parent: 588 + - uid: 764 + components: + - type: Transform + pos: 8.593068,43.61965 + parent: 588 + - uid: 765 + components: + - type: Transform + pos: 8.483693,43.2134 + parent: 588 + - uid: 988 + components: + - type: Transform + pos: 10.705685,44.71971 + parent: 588 + - uid: 1194 + components: + - type: Transform + pos: 12.364664,44.541527 + parent: 588 + - uid: 1195 + components: + - type: Transform + pos: 12.677164,44.666527 + parent: 588 + - uid: 1196 + components: + - type: Transform + pos: 14.552164,43.5259 + parent: 588 + - uid: 1207 + components: + - type: Transform + pos: 8.561818,42.760277 + parent: 588 + - uid: 1219 + components: + - type: Transform + pos: 10.580685,44.704086 + parent: 588 + - uid: 1220 + components: + - type: Transform + pos: 10.72131,44.516586 + parent: 588 + - uid: 1243 + components: + - type: Transform + pos: 8.593068,42.93215 + parent: 588 + - uid: 1476 + components: + - type: Transform + pos: 14.427164,43.385277 + parent: 588 + - uid: 1711 + components: + - type: Transform + pos: 10.44006,44.516586 + parent: 588 + - uid: 1714 + components: + - type: Transform + pos: 10.486935,44.641586 + parent: 588 + - uid: 1802 + components: + - type: Transform + pos: 14.614664,42.510277 + parent: 588 +- proto: SpawnDungeonClutterPatientTransport + entities: + - uid: 726 + components: + - type: Transform + pos: 30.5,24.5 + parent: 588 + - uid: 727 + components: + - type: Transform + pos: 30.5,25.5 + parent: 588 +- proto: SpawnDungeonLootArmoryClutter + entities: + - uid: 336 + components: + - type: Transform + pos: 15.671364,0.5041659 + parent: 588 + - uid: 375 + components: + - type: Transform + pos: 5.4864416,12.473498 + parent: 588 + - uid: 376 + components: + - type: Transform + pos: 12.6695795,25.551918 + parent: 588 + - uid: 399 + components: + - type: Transform + pos: 12.350797,12.895373 + parent: 588 + - uid: 416 + components: + - type: Transform + pos: 10.447943,39.550194 + parent: 588 + - uid: 469 + components: + - type: Transform + pos: 18.418434,25.317543 + parent: 588 + - uid: 522 + components: + - type: Transform + pos: 18.637184,25.551918 + parent: 588 + - uid: 539 + components: + - type: Transform + pos: 12.710709,6.5776215 + parent: 588 + - uid: 547 + components: + - type: Transform + pos: 5.4866366,0.5354159 + parent: 588 + - uid: 560 + components: + - type: Transform + pos: 1.4083166,12.489123 + parent: 588 + - uid: 573 + components: + - type: Transform + pos: 22.377771,6.5932465 + parent: 588 + - uid: 574 + components: + - type: Transform + pos: 3.5647616,0.5510409 + parent: 588 + - uid: 577 + components: + - type: Transform + pos: 12.6383295,24.614418 parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1695 + - uid: 578 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,19.5 + pos: 22.596521,10.530746 parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1696 + - uid: 579 components: - type: Transform - pos: 13.5,22.5 + pos: 18.59031,24.536293 parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1697 + - uid: 580 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,18.5 + pos: 12.647672,12.598498 parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1698 + - uid: 582 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,18.5 + pos: 18.37156,24.395668 parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1699 + - uid: 583 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,16.5 + pos: 1.7364416,12.707873 parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1700 + - uid: 600 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,13.5 + pos: 12.491959,6.3744965 parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1828 + - uid: 601 components: - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,42.5 + pos: 13.546364,0.6916659 parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1829 + - uid: 603 components: - type: Transform - pos: 25.5,48.5 + pos: 12.4664545,24.520668 parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 -- proto: PoweredSmallLightEmpty - entities: - - uid: 1640 + - uid: 606 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,25.5 + pos: 18.620173,0.71736264 parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1658 + - uid: 930 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,27.5 + pos: 12.666693,39.643944 parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 -- proto: Rack - entities: - - uid: 255 + - uid: 954 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,0.5 + pos: 12.569547,13.114123 parent: 588 - - uid: 264 + - uid: 968 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,0.5 + pos: 13.538297,12.582873 parent: 588 - - uid: 283 + - uid: 1011 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,0.5 + pos: 12.913297,13.598498 parent: 588 - - uid: 285 + - uid: 1013 components: - type: Transform - pos: 13.5,0.5 + pos: 22.299646,10.468246 parent: 588 - - uid: 324 + - uid: 1295 components: - type: Transform - pos: 19.5,4.5 + pos: 5.6739416,12.582873 parent: 588 - - uid: 343 + - uid: 1614 components: - type: Transform - pos: 25.5,21.5 + pos: 12.616959,10.577621 parent: 588 - - uid: 396 + - uid: 1615 components: - type: Transform - pos: 28.5,8.5 + pos: 1.3926916,16.676624 parent: 588 - - uid: 401 + - uid: 1618 components: - type: Transform - pos: 32.5,8.5 + pos: 1.6270666,16.50475 parent: 588 - - uid: 417 + - uid: 1660 components: - type: Transform - pos: 12.5,6.5 + pos: 12.382584,6.6557465 parent: 588 - - uid: 418 + - uid: 1712 components: - type: Transform - pos: 12.5,10.5 + pos: 7.4879208,36.41408 parent: 588 - - uid: 419 + - uid: 1713 components: - type: Transform - pos: 22.5,10.5 + pos: 2.4097958,34.679707 parent: 588 - - uid: 420 + - uid: 1842 components: - type: Transform - pos: 22.5,6.5 + pos: 1.4866366,0.5510409 parent: 588 - - uid: 478 + - uid: 1844 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,15.5 + pos: 12.476334,10.390121 parent: 588 - - uid: 551 + - uid: 1848 components: - type: Transform - pos: 22.5,15.5 + pos: 15.327614,0.5822909 parent: 588 - - uid: 585 + - uid: 1862 components: - type: Transform - pos: 1.5,12.5 + pos: 12.5758295,25.661293 parent: 588 - - uid: 596 + - uid: 1869 components: - type: Transform - pos: 1.5,16.5 + pos: 22.499447,15.519731 parent: 588 - - uid: 597 + - uid: 1870 components: - type: Transform - pos: 5.5,16.5 + pos: 16.499447,12.597856 parent: 588 - - uid: 598 + - uid: 1871 components: - type: Transform - pos: 5.5,12.5 + pos: 24.532421,46.44175 parent: 588 - - uid: 771 + - uid: 1872 components: - type: Transform - pos: 27.5,21.5 + pos: 18.811348,21.555454 parent: 588 - - uid: 966 + - uid: 1873 components: - type: Transform - pos: 25.5,32.5 + pos: 18.373848,18.69608 parent: 588 - - uid: 977 + - uid: 1874 components: - type: Transform - pos: 15.5,32.5 + pos: 34.329006,24.6093 parent: 588 - - uid: 1015 + - uid: 1875 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,25.5 + pos: 14.056065,14.626548 parent: 588 - - uid: 1016 + - uid: 1877 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,24.5 + pos: 0.5479655,13.374699 parent: 588 - - uid: 1021 + - uid: 1878 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,25.5 + pos: 25.490873,3.948753 parent: 588 - - uid: 1024 +- proto: SpawnDungeonLootArmoryGuns + entities: + - uid: 931 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,24.5 + pos: 26.667719,3.5809813 parent: 588 - - uid: 1068 + - uid: 1236 components: - type: Transform - pos: 30.5,8.5 + pos: 26.72157,36.340706 parent: 588 - - uid: 1111 + - uid: 1241 components: - type: Transform - pos: 14.5,32.5 + pos: 12.425599,25.590696 parent: 588 - - uid: 1112 + - uid: 1576 components: - type: Transform - pos: 26.5,32.5 + pos: 26.44032,36.66883 parent: 588 - - uid: 1206 + - uid: 1863 components: - type: Transform - pos: 1.5,8.5 + pos: 1.427772,16.411665 parent: 588 - - uid: 1208 + - uid: 1864 components: - type: Transform - pos: 9.5,8.5 + pos: 12.468034,13.48979 parent: 588 - - uid: 1211 + - uid: 1867 components: - type: Transform - pos: 2.5,34.5 + pos: 18.409973,24.653196 parent: 588 - - uid: 1319 + - uid: 1868 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,40.5 + pos: 11.502557,39.636543 parent: 588 - - uid: 1562 +- proto: SpawnDungeonLootArmoryMelee + entities: + - uid: 602 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,47.5 + pos: 7.5035458,36.44533 parent: 588 -- proto: Railing +- proto: SpawnDungeonLootBureaucracy entities: - - uid: 313 + - uid: 327 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,4.5 + pos: 21.04433,4.499402 parent: 588 - - uid: 314 + - uid: 328 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,0.5 + pos: 24.372105,44.636456 parent: 588 - - uid: 427 + - uid: 329 components: - type: Transform - pos: 6.5,7.5 + pos: 18.716206,1.140027 parent: 588 - - uid: 428 + - uid: 340 components: - type: Transform - pos: 4.5,7.5 + pos: 27.820831,1.515027 parent: 588 - - uid: 429 + - uid: 341 components: - type: Transform - pos: 3.5,7.5 + pos: 24.867706,1.671277 parent: 588 - - uid: 430 + - uid: 342 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,9.5 + pos: 10.347084,19.497728 parent: 588 - - uid: 431 + - uid: 364 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,9.5 + pos: 28.305206,1.765027 parent: 588 - - uid: 435 + - uid: 365 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,9.5 + pos: 7.675209,22.700853 parent: 588 - - uid: 436 + - uid: 366 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,9.5 + pos: 10.362709,19.232103 parent: 588 - - uid: 437 + - uid: 367 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,9.5 + pos: 24.711456,1.515027 parent: 588 - - uid: 439 + - uid: 629 components: - type: Transform - pos: 5.5,7.5 + pos: 20.509436,15.525239 parent: 588 - - uid: 440 + - uid: 1106 components: - type: Transform - pos: 7.5,7.5 + pos: 19.372456,0.60877705 parent: 588 - - uid: 850 + - uid: 1108 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,30.5 + pos: 21.38808,3.530652 parent: 588 - - uid: 851 + - uid: 1113 components: - type: Transform - pos: 9.5,32.5 + pos: 20.321936,15.306489 parent: 588 - - uid: 854 + - uid: 1114 components: - type: Transform - pos: 3.5,32.5 + pos: 20.571936,14.962739 parent: 588 - - uid: 855 + - uid: 1115 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,30.5 + pos: 20.634436,14.462739 parent: 588 - - uid: 1259 + - uid: 1116 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,4.5 + pos: 7.190834,22.528978 parent: 588 - - uid: 1260 + - uid: 1141 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,4.5 + pos: 21.591206,3.765027 parent: 588 - - uid: 1261 + - uid: 1142 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,0.5 + pos: 21.466206,4.093152 parent: 588 - - uid: 1262 + - uid: 1152 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,0.5 + pos: 25.242706,1.499402 parent: 588 -- proto: RailingCorner - entities: - - uid: 315 + - uid: 1153 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,1.5 + pos: 10.565834,18.950853 parent: 588 - - uid: 316 + - uid: 1154 components: - type: Transform - pos: 30.5,3.5 + pos: 7.518959,22.607103 parent: 588 - - uid: 845 + - uid: 1800 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,32.5 + pos: 19.247667,18.638353 parent: 588 - - uid: 846 + - uid: 1801 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,30.5 + pos: 19.544542,18.544603 + parent: 588 + - uid: 1840 + components: + - type: Transform + pos: 24.684605,44.37083 parent: 588 - - uid: 847 +- proto: SpawnDungeonLootCanister + entities: + - uid: 997 components: - type: Transform - pos: 10.5,32.5 + pos: 19.5,30.5 parent: 588 - - uid: 848 + - uid: 998 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,30.5 + pos: 22.5,30.5 parent: 588 - - uid: 849 + - uid: 1009 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,30.5 + pos: 21.5,30.5 parent: 588 - - uid: 852 + - uid: 1025 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,32.5 + pos: 9.5,36.5 parent: 588 - - uid: 853 +- proto: SpawnDungeonLootChemsHydroponics + entities: + - uid: 553 components: - type: Transform - pos: 4.5,32.5 + pos: 33.300747,20.507318 parent: 588 - - uid: 856 + - uid: 1849 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,30.5 + pos: 33.628872,20.772943 parent: 588 - - uid: 886 +- proto: SpawnDungeonLootCircuitBoard + entities: + - uid: 1782 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,40.5 + pos: 32.385323,8.6678705 parent: 588 - - uid: 888 +- proto: SpawnDungeonLootClutterEngi + entities: + - uid: 562 components: - type: Transform - pos: 2.5,40.5 + pos: 25.340492,30.737656 parent: 588 - - uid: 890 + - uid: 590 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,40.5 + pos: 16.49381,13.572114 parent: 588 - - uid: 891 + - uid: 728 components: - type: Transform - pos: 5.5,40.5 + pos: 5.661584,16.545229 parent: 588 - - uid: 892 + - uid: 761 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,38.5 + pos: 16.30631,13.243989 parent: 588 - - uid: 893 + - uid: 1197 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,38.5 + pos: 5.474084,16.529604 parent: 588 - - uid: 894 + - uid: 1204 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,38.5 + pos: 25.606117,30.47203 parent: 588 - - uid: 895 + - uid: 1205 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,38.5 + pos: 5.395959,16.717104 parent: 588 - - uid: 1255 + - uid: 1477 components: - type: Transform - pos: 7.5,3.5 + pos: 16.65006,13.087739 parent: 588 - - uid: 1256 + - uid: 1762 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,3.5 + pos: 25.684242,30.737656 parent: 588 - - uid: 1257 + - uid: 1785 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,1.5 + pos: 5.692834,16.795229 parent: 588 - - uid: 1258 + - uid: 1799 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,1.5 + pos: 18.341417,22.169603 parent: 588 - - uid: 1351 +- proto: SpawnDungeonLootClutterKitchen + entities: + - uid: 649 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,44.5 + pos: 17.24381,12.634614 parent: 588 - - uid: 1352 + - uid: 699 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,43.5 + pos: 6.6443253,22.508923 parent: 588 - - uid: 1353 + - uid: 721 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,43.5 + pos: 18.450792,21.653978 parent: 588 - - uid: 1354 + - uid: 723 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,44.5 + pos: 6.511057,19.662943 parent: 588 - - uid: 1355 + - uid: 724 components: - type: Transform - pos: 1.5,46.5 + pos: 6.745432,19.694193 parent: 588 - - uid: 1356 + - uid: 731 components: - type: Transform - pos: 2.5,47.5 + rot: 3.141592653589793 rad + pos: 29.910284,48.55389 parent: 588 - - uid: 1357 + - uid: 762 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,47.5 + pos: 17.05631,12.509614 parent: 588 - - uid: 1358 + - uid: 1006 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,46.5 + pos: 17.65006,12.525239 parent: 588 -- proto: RailingCornerSmall - entities: - - uid: 337 + - uid: 1019 components: - type: Transform rot: 3.141592653589793 rad - pos: 29.5,3.5 + pos: 29.425909,48.64764 parent: 588 - - uid: 338 + - uid: 1786 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,1.5 + pos: 18.669542,22.075853 parent: 588 - - uid: 1376 + - uid: 1798 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,43.5 + pos: 18.575792,22.513353 parent: 588 - - uid: 1377 + - uid: 1804 components: - type: Transform rot: 3.141592653589793 rad - pos: 1.5,47.5 + pos: 30.316534,48.58514 parent: 588 - - uid: 1378 + - uid: 1835 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,47.5 + pos: 30.582159,48.413265 parent: 588 - - uid: 1379 + - uid: 1836 components: - type: Transform - pos: 5.5,43.5 + pos: 30.394659,48.132015 parent: 588 -- proto: RandomDrinkBottle - entities: - - uid: 580 + - uid: 1847 components: - type: Transform - pos: 12.5,12.5 + pos: 6.9099503,22.696423 parent: 588 -- proto: RandomInstruments +- proto: SpawnDungeonLootCrateArmoryWeapon entities: - - uid: 546 + - uid: 1854 components: - type: Transform - pos: 1.5,4.5 + pos: 18.5,27.5 parent: 588 - - uid: 1159 +- proto: SpawnDungeonLootCrateVehicle + entities: + - uid: 1715 components: - type: Transform - pos: 21.5,18.5 + pos: 32.5,24.5 parent: 588 - - uid: 1833 +- proto: SpawnDungeonLootKitsFirstAid + entities: + - uid: 1104 components: - type: Transform - pos: 24.5,42.5 + pos: 30.647924,27.510912 parent: 588 -- proto: RandomPosterContraband - entities: - - uid: 1119 + - uid: 1105 components: - type: Transform - pos: 8.5,9.5 + pos: 30.397924,27.885912 parent: 588 - - uid: 1160 + - uid: 1475 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,48.5 + pos: 30.6948,28.448412 parent: 588 - - uid: 1161 +- proto: SpawnDungeonLootKitSurgery + entities: + - uid: 1803 components: - type: Transform - pos: 1.5,19.5 + pos: 8.499318,42.572777 parent: 588 - - uid: 1162 +- proto: SpawnDungeonLootLathe + entities: + - uid: 1027 components: - type: Transform - pos: 4.5,42.5 + pos: 26.5,8.5 parent: 588 - - uid: 1191 + - uid: 1846 components: - type: Transform - pos: 2.5,7.5 + pos: 23.5,32.5 parent: 588 - - uid: 1192 +- proto: SpawnDungeonLootLatheEngi + entities: + - uid: 1843 components: - type: Transform - pos: 3.5,21.5 + pos: 17.5,32.5 parent: 588 - - uid: 1217 +- proto: SpawnDungeonLootLockersArmory + entities: + - uid: 1233 components: - type: Transform - pos: 22.5,1.5 + pos: 20.5,6.5 parent: 588 - - uid: 1571 + - uid: 1234 components: - type: Transform - pos: 25.5,39.5 + pos: 12.5,28.5 parent: 588 - - uid: 1572 + - uid: 1245 components: - type: Transform - pos: 3.5,35.5 + pos: 6.5,12.5 parent: 588 - - uid: 1573 +- proto: SpawnDungeonLootLockersEngi + entities: + - uid: 561 components: - type: Transform - pos: 7.5,35.5 + pos: 14.5,30.5 parent: 588 - - uid: 1574 +- proto: SpawnDungeonLootLockersMed + entities: + - uid: 1026 components: - type: Transform - pos: 5.5,25.5 + pos: 28.5,27.5 parent: 588 - - uid: 1575 +- proto: SpawnDungeonLootLockersProtectiveGear + entities: + - uid: 413 components: - type: Transform - pos: 30.5,15.5 + pos: 20.5,10.5 parent: 588 - - uid: 1805 + - uid: 415 components: - type: Transform - pos: 18.5,43.5 + pos: 12.5,27.5 parent: 588 - - uid: 1806 + - uid: 424 components: - type: Transform - pos: 20.5,47.5 + pos: 16.5,27.5 parent: 588 -- proto: RandomSoap - entities: - - uid: 397 + - uid: 524 components: - type: Transform - pos: 8.5,24.5 + pos: 0.5,32.5 parent: 588 -- proto: RandomVending - entities: - - uid: 539 + - uid: 526 components: - type: Transform - pos: 17.5,16.5 + pos: 12.5,30.5 parent: 588 -- proto: ReinforcedWindow - entities: - - uid: 214 + - uid: 528 components: - type: Transform - pos: 19.5,34.5 + pos: 1.5,9.5 parent: 588 - - uid: 409 + - uid: 529 components: - type: Transform - pos: 15.5,7.5 + pos: 9.5,7.5 parent: 588 - - uid: 410 + - uid: 530 components: - type: Transform - pos: 15.5,9.5 + pos: 9.5,9.5 parent: 588 - - uid: 411 + - uid: 531 components: - type: Transform - pos: 19.5,7.5 + pos: 1.5,7.5 parent: 588 - - uid: 412 + - uid: 532 components: - type: Transform - pos: 19.5,9.5 + pos: 0.5,38.5 parent: 588 - - uid: 591 + - uid: 538 components: - type: Transform - pos: 2.5,12.5 + pos: 6.5,40.5 parent: 588 - - uid: 592 + - uid: 552 components: - type: Transform - pos: 4.5,12.5 + pos: 14.5,6.5 parent: 588 - - uid: 594 +- proto: SpawnDungeonLootMaterialsBasicFull + entities: + - uid: 1285 components: - type: Transform - pos: 4.5,16.5 + pos: 14.512367,32.47203 parent: 588 - - uid: 595 + - uid: 1293 components: - type: Transform - pos: 2.5,16.5 + pos: 17.53475,47.47789 parent: 588 - - uid: 1166 + - uid: 1294 components: - type: Transform - pos: 19.5,36.5 + pos: 26.449867,32.487656 parent: 588 - - uid: 1168 + - uid: 1296 components: - type: Transform - pos: 15.5,36.5 + pos: 29.46421,40.47756 parent: 588 - - uid: 1169 + - uid: 1297 components: - type: Transform - pos: 15.5,34.5 + pos: 25.53798,21.495447 parent: 588 -- proto: RemoteSignaller +- proto: SpawnDungeonLootMaterialsValuableFull entities: - - uid: 593 + - uid: 732 components: - type: Transform - pos: 34.71599,24.503355 + pos: 10.68364,39.699093 parent: 588 - - type: DeviceLinkSource - linkedPorts: - 1238: - - Pressed: Toggle - 1239: - - Pressed: Toggle - 1237: - - Pressed: Toggle - - uid: 1104 + - uid: 952 components: - type: Transform - pos: 25.24476,30.698978 + pos: 11.136765,39.495968 parent: 588 - - uid: 1105 + - uid: 1292 components: - type: Transform - pos: 25.443544,30.613832 + pos: 2.5088682,34.597904 parent: 588 - - uid: 1106 +- proto: SpawnDungeonLootMugs + entities: + - uid: 398 components: - type: Transform - pos: 5.677143,16.762346 + pos: 6.573557,19.428568 parent: 588 -- proto: RiotLaserShield - entities: - - uid: 1618 + - uid: 708 components: - type: Transform - pos: 12.616156,10.534842 + pos: 22.540686,12.493989 parent: 588 -- proto: RiotShield - entities: - - uid: 600 + - uid: 709 components: - type: Transform - pos: 1.3209407,16.656654 + pos: 18.638292,18.591478 parent: 588 - - uid: 601 + - uid: 720 components: - type: Transform - pos: 1.5481212,16.543125 + pos: 22.36881,12.775239 parent: 588 - - uid: 1615 + - uid: 722 components: - type: Transform - pos: 12.363155,6.657488 + pos: 6.432932,19.631693 parent: 588 -- proto: SalvageCanisterSpawner - entities: - - uid: 998 + - uid: 1007 components: - type: Transform - pos: 22.5,30.5 + pos: 22.341417,18.622728 parent: 588 - - uid: 1009 + - uid: 1014 components: - type: Transform - pos: 19.5,30.5 + rot: 3.141592653589793 rad + pos: 30.363409,47.600765 parent: 588 - - uid: 1025 + - uid: 1022 components: - type: Transform - pos: 21.5,30.5 + rot: 3.141592653589793 rad + pos: 30.613409,47.975765 parent: 588 - - uid: 1190 + - uid: 1481 components: - type: Transform - pos: 9.5,36.5 + pos: 22.669542,18.513353 parent: 588 - - uid: 1210 +- proto: SpawnDungeonLootPowerCell + entities: + - uid: 1267 components: - type: Transform - pos: 9.5,48.5 + pos: 12.6383295,25.426918 parent: 588 - - uid: 1413 +- proto: SpawnDungeonLootSeed + entities: + - uid: 704 components: - type: Transform - pos: 13.5,48.5 + pos: 31.597622,21.194818 parent: 588 - - uid: 1470 + - uid: 763 components: - type: Transform - pos: 12.5,48.5 + pos: 8.513129,27.589037 parent: 588 -- proto: SawAdvanced - entities: - - uid: 1468 + - uid: 1851 components: - type: Transform - pos: 8.527969,43.529327 + pos: 31.550747,20.194818 parent: 588 -- proto: ScalpelLaser - entities: - - uid: 1472 + - uid: 1852 components: - type: Transform - pos: 8.485372,43.131977 + pos: 31.472622,19.304193 parent: 588 -- proto: ScalpelShiv - entities: - - uid: 708 + - uid: 1853 components: - type: Transform - pos: 16.074419,18.727995 + pos: 29.210257,44.107086 parent: 588 - - uid: 1592 + - uid: 1855 components: - type: Transform - pos: 10.50393,24.491432 + pos: 30.538382,44.138336 parent: 588 -- proto: SeedExtractor - entities: - - uid: 802 + - uid: 1858 components: - type: Transform - pos: 33.5,21.5 + pos: 30.491507,42.482086 parent: 588 - - uid: 1776 + - uid: 1859 components: - type: Transform - pos: 28.5,42.5 + pos: 29.335257,42.37271 parent: 588 -- proto: SheetGlass - entities: - - uid: 649 + - uid: 1860 components: - type: Transform - pos: 14.3137455,32.471424 + pos: 30.663382,47.482086 parent: 588 -- proto: SheetPlasteel - entities: - - uid: 866 + - uid: 1861 components: - type: Transform - pos: 2.412651,34.456436 + pos: 29.725882,48.607086 parent: 588 -- proto: SheetPlastic +- proto: SpawnDungeonLootSpesos entities: - - uid: 398 + - uid: 1298 components: - type: Transform - pos: 17.410288,47.629227 + pos: 11.90239,39.745968 parent: 588 -- proto: SheetSteel - entities: - - uid: 656 + - uid: 1299 components: - type: Transform - pos: 26.36062,32.5183 + pos: 12.230515,39.417843 parent: 588 - - uid: 699 + - uid: 1468 components: - type: Transform - pos: 29.259031,40.432583 + pos: 12.136765,39.699093 parent: 588 -- proto: SheetUranium - entities: - - uid: 1019 + - uid: 1471 components: - type: Transform - pos: 25.542059,21.475338 + pos: 11.65239,39.449093 parent: 588 - - type: Stack - count: 15 - - type: Item - size: 15 -- proto: ShowcaseRobot - entities: - - uid: 1621 + - uid: 1472 components: - type: Transform - pos: 16.5,10.5 + pos: 11.668015,39.667843 parent: 588 - - uid: 1622 + - uid: 1474 components: - type: Transform - pos: 18.5,6.5 + pos: 12.043015,39.542843 parent: 588 -- proto: ShuttersNormal +- proto: SpawnDungeonLootToolsBasicEngineering entities: - - uid: 1237 + - uid: 1479 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 34.5,27.5 + pos: 15.543617,32.50328 parent: 588 - - type: DeviceLinkSink - links: - - 593 - - uid: 1238 + - uid: 1781 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 32.5,27.5 + pos: 27.50673,21.511072 parent: 588 - - type: DeviceLinkSink - links: - - 593 -- proto: ShuttersWindow +- proto: SpawnDungeonLootToolsHydroponics entities: - - uid: 1239 + - uid: 1031 components: - type: Transform - pos: 33.5,27.5 + pos: 29.772757,43.763336 parent: 588 - - type: DeviceLinkSink - links: - - 593 -- proto: SignCloning - entities: - - uid: 1484 + - uid: 1107 components: - type: Transform - pos: 12.5,43.5 + pos: 30.691372,21.804193 parent: 588 -- proto: SignPrison - entities: - - uid: 1792 + - uid: 1109 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,3.5 + pos: 30.366507,43.638336 parent: 588 - - uid: 1793 + - uid: 1110 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,1.5 + pos: 33.378872,20.757318 parent: 588 - - uid: 1794 + - uid: 1156 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,21.5 + pos: 29.944632,43.044586 parent: 588 - - uid: 1795 + - uid: 1157 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,19.5 + pos: 33.581997,20.460443 parent: 588 - - uid: 1796 +- proto: SpawnDungeonLootToolsSurgeryCrude + entities: + - uid: 951 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,46.5 + pos: 10.497504,24.370287 parent: 588 - - uid: 1797 + - uid: 1244 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,44.5 + pos: 16.278917,18.888353 parent: 588 -- proto: SignSurgery +- proto: SpawnDungeonLootVaultGuns entities: - - uid: 1483 + - uid: 1190 components: - type: Transform - pos: 10.5,43.5 + pos: 26.549694,35.465706 parent: 588 -- proto: Sink - entities: - - uid: 935 + - uid: 1866 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,25.5 + pos: 28.561361,8.461602 parent: 588 -- proto: SinkStemlessWater +- proto: SpawnDungeonVendomatsArmory entities: - - uid: 1461 + - uid: 1218 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,42.5 + pos: 16.5,25.5 parent: 588 - - uid: 1462 + - uid: 1838 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,42.5 + pos: 14.5,27.5 parent: 588 -- proto: SMESBasic - entities: - - uid: 46 + - uid: 1841 components: - type: Transform - pos: 26.5,13.5 + pos: 10.5,14.5 parent: 588 - - uid: 56 +- proto: SpawnDungeonVendomatsMed + entities: + - uid: 1143 components: - type: Transform - pos: 28.5,13.5 + pos: 28.5,28.5 parent: 588 - - uid: 747 +- proto: SpawnDungeonVendomatsRecreational + entities: + - uid: 656 components: - type: Transform - pos: 26.5,19.5 + pos: 19.5,22.5 parent: 588 - - uid: 1506 + - uid: 1480 components: - type: Transform - pos: 18.5,46.5 + pos: 18.5,12.5 parent: 588 - - uid: 1507 + - uid: 1482 components: - type: Transform - pos: 20.5,46.5 + pos: 10.5,22.5 parent: 588 -- proto: SoapSyndie - entities: - - uid: 1856 + - uid: 1592 components: - type: Transform - pos: 10.4890785,27.46785 + pos: 17.5,40.5 parent: 588 -- proto: SpaceCash100 - entities: - - uid: 1243 + - uid: 1611 components: - type: Transform - pos: 11.887424,39.621456 + pos: 17.5,16.5 parent: 588 - - uid: 1244 + - uid: 1616 components: - type: Transform - pos: 11.759636,39.479546 + pos: 30.5,46.5 parent: 588 - - uid: 1296 + - uid: 1636 components: - type: Transform - pos: 12.100407,39.465355 + pos: 21.5,12.5 parent: 588 - - uid: 1297 + - uid: 1637 components: - type: Transform - pos: 12.100407,39.80594 + pos: 6.5,18.5 parent: 588 - - uid: 1298 + - uid: 1638 components: - type: Transform - pos: 11.688642,39.720795 + pos: 22.5,22.5 parent: 588 - - uid: 1299 + - uid: 1639 components: - type: Transform - pos: 11.4330635,39.57888 + pos: 18.5,40.5 parent: 588 -- proto: SpawnVehicleATV - entities: - - uid: 988 + - uid: 1740 components: - type: Transform - pos: 32.5,24.5 + pos: 16.5,16.5 parent: 588 - proto: Spear entities: @@ -10934,13 +11632,6 @@ entities: - type: Transform pos: 13.5,43.5 parent: 588 -- proto: StimkitFilled - entities: - - uid: 561 - components: - - type: Transform - pos: 30.39083,27.514402 - parent: 588 - proto: StimpackMini entities: - uid: 1879 @@ -11005,13 +11696,6 @@ entities: - type: Transform pos: 32.5,25.5 parent: 588 -- proto: SyringeEphedrine - entities: - - uid: 1475 - components: - - type: Transform - pos: 14.472328,42.917698 - parent: 588 - proto: Table entities: - uid: 525 @@ -11026,12 +11710,6 @@ entities: rot: -1.5707963267948966 rad pos: 16.5,12.5 parent: 588 - - uid: 528 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,12.5 - parent: 588 - uid: 535 components: - type: Transform @@ -11107,6 +11785,11 @@ entities: - type: Transform pos: 33.5,20.5 parent: 588 + - uid: 1020 + components: + - type: Transform + pos: 17.5,12.5 + parent: 588 - uid: 1118 components: - type: Transform @@ -11213,12 +11896,6 @@ entities: rot: 3.141592653589793 rad pos: 15.5,30.5 parent: 588 - - uid: 1006 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,30.5 - parent: 588 - uid: 1012 components: - type: Transform @@ -11231,6 +11908,11 @@ entities: rot: -1.5707963267948966 rad pos: 16.5,24.5 parent: 588 + - uid: 1203 + components: + - type: Transform + pos: 25.5,30.5 + parent: 588 - uid: 1235 components: - type: Transform @@ -11308,17 +11990,11 @@ entities: rot: 3.141592653589793 rad pos: 27.5,3.5 parent: 588 - - uid: 335 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,4.5 - parent: 588 - - uid: 336 + - uid: 335 components: - type: Transform rot: 3.141592653589793 rad - pos: 27.5,4.5 + pos: 25.5,4.5 parent: 588 - uid: 563 components: @@ -11406,23 +12082,17 @@ entities: entities: - uid: 567 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 12.5,15.5 parent: 588 - uid: 1463 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad pos: 10.5,43.5 parent: 588 - uid: 1464 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad pos: 12.5,43.5 @@ -11447,117 +12117,22 @@ entities: rot: 1.5707963267948966 rad pos: 8.5,25.5 parent: 588 -- proto: UniformScrubsColorPurple - entities: - - uid: 1712 - components: - - type: Transform - pos: 10.503376,44.53288 - parent: 588 -- proto: VehicleKeyATV - entities: - - uid: 602 - components: - - type: Transform - pos: 34.288902,24.472105 - parent: 588 -- proto: VendingMachineAmmo - entities: - - uid: 1233 - components: - - type: Transform - pos: 14.5,27.5 - parent: 588 -- proto: VendingMachineBountyVend - entities: - - uid: 1218 - components: - - type: Transform - pos: 10.5,14.5 - parent: 588 -- proto: VendingMachineChefvend - entities: - - uid: 532 - components: - - type: MetaData - flags: SessionSpecific - - type: Transform - pos: 18.5,12.5 - parent: 588 -- proto: VendingMachineCigs - entities: - - uid: 720 - components: - - type: MetaData - flags: SessionSpecific - - type: Transform - pos: 22.5,22.5 - parent: 588 -- proto: VendingMachineCoffee - entities: - - uid: 765 - components: - - type: MetaData - flags: SessionSpecific - - type: Transform - pos: 10.5,22.5 - parent: 588 - - uid: 1285 - components: - - type: MetaData - flags: SessionSpecific - - type: Transform - pos: 18.5,40.5 - parent: 588 -- proto: VendingMachineDinnerware - entities: - - uid: 1781 - components: - - type: MetaData - flags: SessionSpecific - - type: Transform - pos: 30.5,46.5 - parent: 588 -- proto: VendingMachineDonut - entities: - - uid: 538 - components: - - type: MetaData - flags: SessionSpecific - - type: Transform - pos: 16.5,16.5 - parent: 588 - proto: VendingMachineLawDrobe entities: - uid: 319 components: - - type: MetaData - flags: SessionSpecific - type: Transform pos: 18.5,4.5 parent: 588 -- proto: VendingMachineMedical - entities: - - uid: 1143 - components: - - type: MetaData - flags: SessionSpecific - - type: Transform - pos: 28.5,28.5 - parent: 588 - proto: VendingMachineSeedsUnlocked entities: - uid: 800 components: - - type: MetaData - flags: SessionSpecific - type: Transform pos: 33.5,19.5 parent: 588 - uid: 1775 components: - - type: MetaData - flags: SessionSpecific - type: Transform pos: 28.5,44.5 parent: 588 @@ -11572,134 +12147,96 @@ entities: entities: - uid: 377 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 30.5,7.5 parent: 588 - uid: 378 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 29.5,7.5 parent: 588 - uid: 379 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 25.5,9.5 parent: 588 - uid: 380 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 27.5,9.5 parent: 588 - uid: 381 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 27.5,8.5 parent: 588 - uid: 382 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 28.5,9.5 parent: 588 - uid: 383 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 31.5,9.5 parent: 588 - uid: 384 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 31.5,8.5 parent: 588 - uid: 385 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 31.5,7.5 parent: 588 - uid: 386 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 25.5,8.5 parent: 588 - uid: 387 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 33.5,7.5 parent: 588 - uid: 388 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 25.5,7.5 parent: 588 - uid: 389 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 27.5,7.5 parent: 588 - uid: 390 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 30.5,9.5 parent: 588 - uid: 391 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 28.5,7.5 parent: 588 - uid: 392 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 26.5,9.5 parent: 588 - uid: 393 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 33.5,8.5 parent: 588 - uid: 394 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 33.5,9.5 parent: 588 - uid: 395 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 32.5,9.5 parent: 588 @@ -11707,233 +12244,171 @@ entities: entities: - uid: 45 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad pos: 2.5,8.5 parent: 588 - uid: 51 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad pos: 8.5,8.5 parent: 588 - uid: 244 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 6.5,4.5 parent: 588 - uid: 245 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 6.5,3.5 parent: 588 - uid: 246 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 10.5,4.5 parent: 588 - uid: 247 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 10.5,3.5 parent: 588 - uid: 266 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad pos: 6.5,1.5 parent: 588 - uid: 267 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad pos: 6.5,0.5 parent: 588 - uid: 268 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad pos: 10.5,1.5 parent: 588 - uid: 269 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad pos: 10.5,0.5 parent: 588 - uid: 291 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 15.5,6.5 parent: 588 - uid: 292 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 19.5,6.5 parent: 588 - uid: 405 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 15.5,10.5 parent: 588 - uid: 406 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 19.5,10.5 parent: 588 - uid: 426 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad pos: 8.5,9.5 parent: 588 - uid: 432 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad pos: 2.5,7.5 parent: 588 - uid: 433 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad pos: 2.5,9.5 parent: 588 - uid: 434 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad pos: 8.5,7.5 parent: 588 - uid: 570 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 0.5,46.5 parent: 588 - uid: 621 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: -1.5707963267948966 rad pos: 1.5,21.5 parent: 588 - uid: 622 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: -1.5707963267948966 rad pos: 3.5,19.5 parent: 588 - uid: 623 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: -1.5707963267948966 rad pos: 3.5,21.5 parent: 588 - uid: 627 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: -1.5707963267948966 rad pos: 1.5,19.5 parent: 588 - uid: 1078 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: -1.5707963267948966 rad pos: 33.5,35.5 parent: 588 - uid: 1330 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 0.5,44.5 parent: 588 - uid: 1332 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 2.5,42.5 parent: 588 - uid: 1334 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 4.5,42.5 parent: 588 - uid: 1335 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 6.5,44.5 parent: 588 - uid: 1337 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 4.5,48.5 parent: 588 - uid: 1338 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 6.5,46.5 parent: 588 - uid: 1340 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 2.5,48.5 parent: 588 @@ -11941,281 +12416,203 @@ entities: entities: - uid: 140 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 5.5,25.5 parent: 588 - uid: 144 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 5.5,26.5 parent: 588 - uid: 145 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 4.5,25.5 parent: 588 - uid: 146 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 5.5,27.5 parent: 588 - uid: 205 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 8.5,35.5 parent: 588 - uid: 206 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 7.5,35.5 parent: 588 - uid: 207 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 6.5,35.5 parent: 588 - uid: 208 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 4.5,35.5 parent: 588 - uid: 210 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 1.5,34.5 parent: 588 - uid: 305 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 22.5,4.5 parent: 588 - uid: 306 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 22.5,3.5 parent: 588 - uid: 307 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 22.5,0.5 parent: 588 - uid: 308 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 22.5,1.5 parent: 588 - uid: 476 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 25.5,13.5 parent: 588 - uid: 481 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 25.5,15.5 parent: 588 - uid: 483 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 30.5,13.5 parent: 588 - uid: 501 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 25.5,14.5 parent: 588 - uid: 510 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: -1.5707963267948966 rad pos: 30.5,15.5 parent: 588 - uid: 749 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 25.5,19.5 parent: 588 - uid: 750 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 27.5,19.5 parent: 588 - uid: 975 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 19.5,32.5 parent: 588 - uid: 995 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 3.141592653589793 rad pos: 21.5,32.5 parent: 588 - uid: 1163 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 8.5,36.5 parent: 588 - uid: 1164 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 3.5,35.5 parent: 588 - uid: 1165 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 2.5,35.5 parent: 588 - uid: 1167 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 1.5,35.5 parent: 588 - uid: 1300 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 25.5,39.5 parent: 588 - uid: 1303 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 28.5,39.5 parent: 588 - uid: 1304 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 29.5,39.5 parent: 588 - uid: 1305 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 28.5,40.5 parent: 588 - uid: 1485 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 17.5,43.5 parent: 588 - uid: 1486 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 17.5,44.5 parent: 588 - uid: 1487 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 18.5,43.5 parent: 588 - uid: 1488 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 20.5,43.5 parent: 588 - uid: 1489 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 21.5,43.5 parent: 588 - uid: 1490 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 21.5,44.5 parent: 588 - uid: 1491 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 18.5,47.5 parent: 588 - uid: 1492 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 19.5,47.5 parent: 588 - uid: 1493 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 20.5,47.5 parent: 588 @@ -12223,50 +12620,36 @@ entities: entities: - uid: 554 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 9.5,13.5 parent: 588 - uid: 555 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 9.5,14.5 parent: 588 - uid: 556 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 9.5,15.5 parent: 588 - uid: 557 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 10.5,15.5 parent: 588 - uid: 558 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 13.5,15.5 parent: 588 - uid: 559 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 13.5,16.5 parent: 588 - uid: 566 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 9.5,12.5 parent: 588 @@ -12312,28 +12695,6 @@ entities: - type: Transform pos: 24.5,47.5 parent: 588 -- proto: WaterCooler - entities: - - uid: 629 - components: - - type: Transform - pos: 6.5,18.5 - parent: 588 - - uid: 724 - components: - - type: Transform - pos: 19.5,22.5 - parent: 588 - - uid: 1284 - components: - - type: Transform - pos: 17.5,40.5 - parent: 588 - - uid: 1292 - components: - - type: Transform - pos: 21.5,12.5 - parent: 588 - proto: WaterTankHighCapacity entities: - uid: 801 @@ -12369,45 +12730,8 @@ entities: - type: Transform pos: 16.5,24.5 parent: 588 -- proto: WeaponDisablerPractice - entities: - - uid: 547 - components: - - type: Transform - pos: 1.4370823,0.5241035 - parent: 588 - - uid: 930 - components: - - type: Transform - pos: 26.440151,36.61676 - parent: 588 - - uid: 1611 - components: - - type: Transform - pos: 12.371853,10.605072 - parent: 588 -- proto: WeaponEnergyGun - entities: - - uid: 1241 - components: - - type: Transform - pos: 26.565222,35.556686 - parent: 588 - - type: EnergyGun - currentFireMode: - state: disabler - name: disable - fireCost: 100 - proto: BulletDisabler - - type: Item - heldPrefix: disabler - proto: WeaponLaserCarbinePractice entities: - - uid: 931 - components: - - type: Transform - pos: 26.596338,36.36132 - parent: 588 - uid: 1612 components: - type: Transform @@ -12456,19 +12780,10 @@ entities: entities: - uid: 1613 components: - - type: MetaData - flags: InContainer - type: Transform parent: 772 - type: Physics canCollide: False -- proto: WeaponSniperHristov - entities: - - uid: 997 - components: - - type: Transform - pos: 28.37637,8.556908 - parent: 588 - proto: WindoorAssemblySecure entities: - uid: 696 @@ -12488,6 +12803,14 @@ entities: rot: 3.141592653589793 rad pos: 25.5,25.5 parent: 588 +- proto: WindoorSecure + entities: + - uid: 1837 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,4.5 + parent: 588 - proto: WindoorSecureEngineeringLocked entities: - uid: 1569 @@ -12660,6 +12983,12 @@ entities: rot: 1.5707963267948966 rad pos: 20.5,46.5 parent: 588 + - uid: 1761 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,45.5 + parent: 588 - uid: 1771 components: - type: Transform @@ -12678,11 +13007,6 @@ entities: rot: 3.141592653589793 rad pos: 30.5,44.5 parent: 588 - - uid: 1782 - components: - - type: Transform - pos: 30.5,46.5 - parent: 588 - proto: WindowFrostedDirectional entities: - uid: 936 @@ -13081,25 +13405,6 @@ entities: - type: Transform pos: 13.5,44.5 parent: 588 -- proto: Wrench - entities: - - uid: 424 - components: - - type: Transform - pos: 15.156982,32.526764 - parent: 588 - - uid: 1020 - components: - - type: Transform - pos: 27.484116,21.506588 - parent: 588 -- proto: Zipties - entities: - - uid: 1156 - components: - - type: Transform - pos: 15.332411,0.52492684 - parent: 588 - proto: ZiptiesBroken entities: - uid: 48 diff --git a/Resources/Maps/_NF/Dungeon/mineshaft.yml b/Resources/Maps/_NF/Dungeon/mineshaft.yml new file mode 100644 index 00000000000..34e5b7c1da6 --- /dev/null +++ b/Resources/Maps/_NF/Dungeon/mineshaft.yml @@ -0,0 +1,6394 @@ +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 15: FloorBasalt + 23: FloorCaveDrought + 67: FloorMiningDark + 74: FloorPlanetGrass + 84: FloorShuttleOrange + 124: Plating +entities: +- proto: "" + entities: + - uid: 2 + components: + - type: MetaData + - type: Transform + - type: Map + - type: PhysicsMap + - type: Broadphase + - type: OccluderTree + - type: MapGrid + chunks: + 0,0: + ind: 0,0 + tiles: FwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAFwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAA + version: 6 + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAA + version: 6 + 1,-1: + ind: 1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAA + version: 6 + 1,0: + ind: 1,0 + tiles: FwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAADwAAAAAADwAAAAAADwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAADwAAAAAADwAAAAAADwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAADwAAAAAADwAAAAAAFwAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAQwAAAAAAQwAAAAAAfAAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAfAAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAfAAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAfAAAAAAAQwAAAAAAfAAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAfAAAAAAAVAAAAAAA + version: 6 + 2,-1: + ind: 2,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAA + version: 6 + 2,0: + ind: 2,0 + tiles: FwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAADwAAAAAADwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAADwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAADwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAADwAAAAAADwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAADwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAADwAAAAAAFwAAAAAADwAAAAAAFwAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAADwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAfAAAAAAADwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAADwAAAAAAFwAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAADwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAADwAAAAAAFwAAAAAAFwAAAAAADwAAAAAADwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAFwAAAAAADwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAADwAAAAAAFwAAAAAAVAAAAAAAQwAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAQwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAADwAAAAAADwAAAAAADwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAfAAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAfAAAAAAAVAAAAAAAFwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAfAAAAAAAQwAAAAAAFwAAAAAAFwAAAAAAQwAAAAAAQwAAAAAAfAAAAAAAVAAAAAAAFwAAAAAADwAAAAAADwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAfAAAAAAAQwAAAAAAFwAAAAAAFwAAAAAAQwAAAAAAQwAAAAAAfAAAAAAAVAAAAAAA + version: 6 + -1,1: + ind: -1,1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAA + version: 6 + 0,1: + ind: 0,1 + tiles: FwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAFwAAAAAAfAAAAAAAQwAAAAAAfAAAAAAAFwAAAAAAVAAAAAAAFwAAAAAADwAAAAAADwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAASgAAAAAASgAAAAAAFwAAAAAAfAAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAfAAAAAAAVAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAFwAAAAAAVAAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAfAAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAfAAAAAAAVAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAVAAAAAAAFwAAAAAASgAAAAAASgAAAAAASgAAAAAAfAAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAfAAAAAAAVAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAVAAAAAAAFwAAAAAASgAAAAAASgAAAAAASgAAAAAAFwAAAAAAfAAAAAAAQwAAAAAAfAAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAADwAAAAAADwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAASgAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAADwAAAAAADwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAADwAAAAAADwAAAAAADwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAADwAAAAAADwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAADwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAA + version: 6 + 1,1: + ind: 1,1 + tiles: FwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAFwAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAfAAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAfAAAAAAAFwAAAAAAVAAAAAAAFwAAAAAASgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAfAAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAfAAAAAAAVAAAAAAAFwAAAAAASgAAAAAASgAAAAAASgAAAAAAFwAAAAAAFwAAAAAASgAAAAAAVAAAAAAAfAAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAfAAAAAAAVAAAAAAAFwAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAVAAAAAAAQwAAAAAAQwAAAAAAQwAAAAAASgAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAVAAAAAAAFwAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAFwAAAAAAVAAAAAAAfAAAAAAAQwAAAAAAQwAAAAAASgAAAAAASgAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAVAAAAAAAVAAAAAAAfAAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAVAAAAAAAVAAAAAAAFwAAAAAAfAAAAAAAfAAAAAAAQwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAFwAAAAAADwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAADwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAADwAAAAAADwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAASgAAAAAASgAAAAAAVAAAAAAADwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAADwAAAAAADwAAAAAADwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAASgAAAAAASgAAAAAAVAAAAAAADwAAAAAADwAAAAAAFwAAAAAAVAAAAAAADwAAAAAADwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAASgAAAAAASgAAAAAASgAAAAAAVAAAAAAADwAAAAAADwAAAAAADwAAAAAAVAAAAAAAFwAAAAAADwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAASgAAAAAAVAAAAAAADwAAAAAADwAAAAAADwAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAA + version: 6 + 2,1: + ind: 2,1 + tiles: FwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAADwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAQwAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAQwAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAASgAAAAAASgAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAASgAAAAAAFwAAAAAASgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAQwAAAAAAQwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAQwAAAAAAQwAAAAAAQwAAAAAASgAAAAAASgAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAQwAAAAAAQwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAfAAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAQwAAAAAAQwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAfAAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAFwAAAAAASgAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAQwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAQwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAFwAAAAAADwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAADwAAAAAADwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAADwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAADwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAA + version: 6 + 3,0: + ind: 3,0 + tiles: FwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAFwAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAAFwAAAAAADwAAAAAAFwAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 3,-1: + ind: 3,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 3,1: + ind: 3,1 + tiles: VAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,2: + ind: 0,2 + tiles: FwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,2: + ind: 1,2 + tiles: FwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAADwAAAAAADwAAAAAAFwAAAAAADwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAFwAAAAAADwAAAAAADwAAAAAADwAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,2: + ind: -1,2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 2,2: + ind: 2,2 + tiles: DwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAADwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 3,2: + ind: 3,2 + tiles: VAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: RadiationGridResistance + - type: LoadedMap + - type: SpreaderGrid + - type: GridTree + - type: MovedGrids + - type: GridPathfinding + - type: DecalGrid + chunkCollection: + version: 2 + nodes: + - node: + color: '#FFFFFFFF' + id: BushCTwo + decals: + 0: 37,21 + 1: 35,20 + - node: + color: '#FFFFFFFF' + id: BushDOne + decals: + 11: 3,14 + - node: + color: '#FFFFFFFF' + id: Busha1 + decals: + 12: 12,18 + - node: + color: '#FFFFFFFF' + id: Bushb3 + decals: + 14: 13,21 + - node: + color: '#FFFFFFFF' + id: Bushc2 + decals: + 2: 39,23 + 3: 38,22 + - node: + color: '#FFFFFFFF' + id: Bushc3 + decals: + 13: 16,20 + - node: + color: '#FFFFFFFF' + id: Bushj3 + decals: + 24: 2,30 + - node: + color: '#FFFFFFFF' + id: Bushk3 + decals: + 23: 4,30 + - node: + color: '#FFFFFFFF' + id: Bushn1 + decals: + 25: 22,2 + - node: + color: '#FFFFFFFF' + id: Flowersbr1 + decals: + 21: 29,18 + - node: + color: '#FFFFFFFF' + id: Flowersbr2 + decals: + 20: 26,21 + - node: + color: '#FFFFFFFF' + id: Flowerspv3 + decals: + 17: 15,22 + - node: + color: '#FFFFFFFF' + id: Flowersy4 + decals: + 15: 12,20 + 16: 16,19 + 22: 28,24 + - node: + color: '#FFFFFFFF' + id: Grassa1 + decals: + 4: 38,21 + 5: 37,18 + - node: + color: '#FFFFFFFF' + id: Grassa2 + decals: + 18: 15,20 + 19: 29,23 + 44: 12,19 + - node: + color: '#FFFFFFFF' + id: Grassa5 + decals: + 8: 34,20 + 9: 39,21 + - node: + color: '#FFFFFFFF' + id: Grassb3 + decals: + 10: 36,21 + 41: 16,18 + 42: 13,22 + - node: + color: '#FFFFFFFF' + id: Grassb4 + decals: + 43: 16,22 + - node: + color: '#FFFFFFFF' + id: Grassb5 + decals: + 6: 38,18 + 7: 36,19 + - node: + color: '#FFFFFFFF' + id: Rock01 + decals: + 28: 13,30 + 29: 8,26 + 40: 15,1 + - node: + color: '#FFFFFFFF' + id: Rock03 + decals: + 36: 9,8 + 37: 1,4 + - node: + color: '#FFFFFFFF' + id: Rock04 + decals: + 27: 21,26 + 34: 0,12 + 35: 0,8 + - node: + color: '#FFFFFFFF' + id: Rock05 + decals: + 30: 2,24 + 31: 8,14 + 33: 19,15 + 38: 0,0 + - node: + color: '#FFFFFFFF' + id: Rock06 + decals: + 48: 15,6 + 49: 20,9 + 50: 26,7 + 54: 20,3 + 55: 18,12 + - node: + color: '#FFFFFFFF' + id: Rock07 + decals: + 32: 12,13 + 39: 8,0 + 45: 0,26 + 46: 10,30 + 47: 6,4 + 51: 30,10 + 52: 31,6 + 53: 30,1 + - node: + color: '#FFFFFFFF' + id: bushsnowb3 + decals: + 26: 26,30 +- proto: AirlockMiningLocked + entities: + - uid: 5 + components: + - type: Transform + pos: 2.5,18.5 + parent: 2 + - uid: 274 + components: + - type: Transform + pos: 2.5,22.5 + parent: 2 + - uid: 365 + components: + - type: Transform + pos: 30.5,14.5 + parent: 2 + - uid: 366 + components: + - type: Transform + pos: 26.5,14.5 + parent: 2 + - uid: 463 + components: + - type: Transform + pos: 24.5,21.5 + parent: 2 + - uid: 478 + components: + - type: Transform + pos: 18.5,21.5 + parent: 2 + - uid: 752 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,14.5 + parent: 2 + - uid: 753 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,14.5 + parent: 2 + - uid: 754 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,12.5 + parent: 2 +- proto: AltarHeaven + entities: + - uid: 143 + components: + - type: Transform + pos: 27.5,8.5 + parent: 2 + - uid: 1058 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,32.5 + parent: 2 +- proto: ArtifactFragment1 + entities: + - uid: 615 + components: + - type: Transform + pos: 37.25915,14.655882 + parent: 2 + - uid: 630 + components: + - type: Transform + pos: 35.42342,13.322435 + parent: 2 + - uid: 664 + components: + - type: Transform + pos: 34.67064,15.487637 + parent: 2 + - uid: 665 + components: + - type: Transform + pos: 33.138664,14.7483 + parent: 2 +- proto: BackgammonBoard + entities: + - uid: 1103 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.510723,32.467716 + parent: 2 +- proto: BarricadeBlock + entities: + - uid: 596 + components: + - type: Transform + pos: 26.5,14.5 + parent: 2 + - uid: 602 + components: + - type: Transform + pos: 2.5,22.5 + parent: 2 + - uid: 603 + components: + - type: Transform + pos: 2.5,18.5 + parent: 2 +- proto: Bed + entities: + - uid: 285 + components: + - type: Transform + pos: 3.5,19.5 + parent: 2 + - uid: 491 + components: + - type: Transform + pos: 19.5,23.5 + parent: 2 + - uid: 492 + components: + - type: Transform + pos: 19.5,22.5 + parent: 2 +- proto: BedsheetSpawner + entities: + - uid: 273 + components: + - type: Transform + pos: 3.5,19.5 + parent: 2 + - uid: 495 + components: + - type: Transform + pos: 19.5,22.5 + parent: 2 + - uid: 496 + components: + - type: Transform + pos: 19.5,23.5 + parent: 2 +- proto: BenchRedComfy + entities: + - uid: 1100 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,32.5 + parent: 2 + - uid: 1101 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,32.5 + parent: 2 +- proto: Bible + entities: + - uid: 32 + components: + - type: Transform + pos: 32.50154,9.669387 + parent: 2 +- proto: Bonfire + entities: + - uid: 33 + components: + - type: Transform + pos: 1.5,2.5 + parent: 2 + - uid: 57 + components: + - type: Transform + pos: 8.5,7.5 + parent: 2 + - uid: 318 + components: + - type: Transform + pos: 11.5,14.5 + parent: 2 + - uid: 1050 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,25.5 + parent: 2 +- proto: BookRandom + entities: + - uid: 1061 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.711299,33.588463 + parent: 2 + - uid: 1062 + components: + - type: Transform + pos: 18.431875,32.637886 + parent: 2 + - uid: 1063 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.176785,33.36402 + parent: 2 + - uid: 1064 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.691845,33.984535 + parent: 2 + - uid: 1065 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.829702,33.588463 + parent: 2 +- proto: Bookshelf + entities: + - uid: 1060 + components: + - type: Transform + pos: 15.5,34.5 + parent: 2 +- proto: BookshelfFilled + entities: + - uid: 110 + components: + - type: Transform + pos: 16.5,34.5 + parent: 2 + - uid: 138 + components: + - type: Transform + pos: 23.5,32.5 + parent: 2 + - uid: 687 + components: + - type: Transform + pos: 25.5,32.5 + parent: 2 + - uid: 1000 + components: + - type: Transform + pos: 24.5,32.5 + parent: 2 +- proto: BorgModuleGPS + entities: + - uid: 800 + components: + - type: Transform + pos: 43.60813,21.699238 + parent: 2 +- proto: BorgModuleMining + entities: + - uid: 272 + components: + - type: Transform + pos: 43.492916,20.446398 + parent: 2 +- proto: BorgModuleRCD + entities: + - uid: 801 + components: + - type: Transform + pos: 43.352802,21.426386 + parent: 2 +- proto: Bucket + entities: + - uid: 550 + components: + - type: Transform + pos: 28.308151,23.456257 + parent: 2 +- proto: CableApcExtension + entities: + - uid: 280 + components: + - type: Transform + pos: 0.5,20.5 + parent: 2 + - uid: 293 + components: + - type: Transform + pos: 2.5,19.5 + parent: 2 + - uid: 294 + components: + - type: Transform + pos: 4.5,20.5 + parent: 2 + - uid: 296 + components: + - type: Transform + pos: 1.5,20.5 + parent: 2 + - uid: 297 + components: + - type: Transform + pos: 1.5,21.5 + parent: 2 + - uid: 298 + components: + - type: Transform + pos: 2.5,20.5 + parent: 2 + - uid: 299 + components: + - type: Transform + pos: 3.5,20.5 + parent: 2 + - uid: 300 + components: + - type: Transform + pos: 2.5,18.5 + parent: 2 + - uid: 301 + components: + - type: Transform + pos: 2.5,21.5 + parent: 2 + - uid: 302 + components: + - type: Transform + pos: 2.5,22.5 + parent: 2 + - uid: 350 + components: + - type: Transform + pos: 27.5,14.5 + parent: 2 + - uid: 384 + components: + - type: Transform + pos: 28.5,16.5 + parent: 2 + - uid: 385 + components: + - type: Transform + pos: 28.5,15.5 + parent: 2 + - uid: 386 + components: + - type: Transform + pos: 28.5,14.5 + parent: 2 + - uid: 387 + components: + - type: Transform + pos: 28.5,13.5 + parent: 2 + - uid: 389 + components: + - type: Transform + pos: 26.5,14.5 + parent: 2 + - uid: 390 + components: + - type: Transform + pos: 25.5,14.5 + parent: 2 + - uid: 391 + components: + - type: Transform + pos: 29.5,14.5 + parent: 2 + - uid: 456 + components: + - type: Transform + pos: 24.5,21.5 + parent: 2 + - uid: 504 + components: + - type: Transform + pos: 23.5,21.5 + parent: 2 + - uid: 505 + components: + - type: Transform + pos: 22.5,21.5 + parent: 2 + - uid: 506 + components: + - type: Transform + pos: 18.5,21.5 + parent: 2 + - uid: 507 + components: + - type: Transform + pos: 19.5,21.5 + parent: 2 + - uid: 508 + components: + - type: Transform + pos: 20.5,21.5 + parent: 2 + - uid: 509 + components: + - type: Transform + pos: 21.5,21.5 + parent: 2 + - uid: 510 + components: + - type: Transform + pos: 21.5,20.5 + parent: 2 + - uid: 511 + components: + - type: Transform + pos: 21.5,19.5 + parent: 2 + - uid: 512 + components: + - type: Transform + pos: 21.5,22.5 + parent: 2 + - uid: 513 + components: + - type: Transform + pos: 21.5,23.5 + parent: 2 + - uid: 514 + components: + - type: Transform + pos: 21.5,24.5 + parent: 2 + - uid: 700 + components: + - type: Transform + pos: 44.5,6.5 + parent: 2 + - uid: 701 + components: + - type: Transform + pos: 43.5,6.5 + parent: 2 + - uid: 702 + components: + - type: Transform + pos: 42.5,6.5 + parent: 2 + - uid: 703 + components: + - type: Transform + pos: 41.5,6.5 + parent: 2 + - uid: 704 + components: + - type: Transform + pos: 39.5,6.5 + parent: 2 + - uid: 755 + components: + - type: Transform + pos: 42.5,14.5 + parent: 2 + - uid: 756 + components: + - type: Transform + pos: 42.5,13.5 + parent: 2 + - uid: 757 + components: + - type: Transform + pos: 43.5,14.5 + parent: 2 + - uid: 758 + components: + - type: Transform + pos: 45.5,15.5 + parent: 2 + - uid: 759 + components: + - type: Transform + pos: 45.5,16.5 + parent: 2 + - uid: 760 + components: + - type: Transform + pos: 44.5,14.5 + parent: 2 + - uid: 761 + components: + - type: Transform + pos: 41.5,14.5 + parent: 2 + - uid: 825 + components: + - type: Transform + pos: 48.5,23.5 + parent: 2 + - uid: 826 + components: + - type: Transform + pos: 48.5,22.5 + parent: 2 + - uid: 827 + components: + - type: Transform + pos: 48.5,21.5 + parent: 2 + - uid: 828 + components: + - type: Transform + pos: 48.5,20.5 + parent: 2 + - uid: 829 + components: + - type: Transform + pos: 48.5,19.5 + parent: 2 + - uid: 830 + components: + - type: Transform + pos: 47.5,19.5 + parent: 2 + - uid: 831 + components: + - type: Transform + pos: 46.5,19.5 + parent: 2 + - uid: 832 + components: + - type: Transform + pos: 45.5,19.5 + parent: 2 + - uid: 973 + components: + - type: Transform + pos: 0.5,33.5 + parent: 2 + - uid: 974 + components: + - type: Transform + pos: 1.5,33.5 + parent: 2 + - uid: 975 + components: + - type: Transform + pos: 2.5,33.5 + parent: 2 + - uid: 976 + components: + - type: Transform + pos: 3.5,33.5 + parent: 2 + - uid: 977 + components: + - type: Transform + pos: 4.5,33.5 + parent: 2 + - uid: 978 + components: + - type: Transform + pos: 5.5,33.5 + parent: 2 + - uid: 979 + components: + - type: Transform + pos: 6.5,33.5 + parent: 2 + - uid: 980 + components: + - type: Transform + pos: 7.5,33.5 + parent: 2 + - uid: 981 + components: + - type: Transform + pos: 8.5,33.5 + parent: 2 + - uid: 982 + components: + - type: Transform + pos: 9.5,33.5 + parent: 2 + - uid: 983 + components: + - type: Transform + pos: 10.5,33.5 + parent: 2 + - uid: 984 + components: + - type: Transform + pos: 11.5,33.5 + parent: 2 + - uid: 985 + components: + - type: Transform + pos: 12.5,33.5 + parent: 2 + - uid: 986 + components: + - type: Transform + pos: 9.5,34.5 + parent: 2 + - uid: 987 + components: + - type: Transform + pos: 2.5,32.5 + parent: 2 + - uid: 988 + components: + - type: Transform + pos: 5.5,32.5 + parent: 2 + - uid: 1077 + components: + - type: Transform + pos: 31.5,33.5 + parent: 2 + - uid: 1078 + components: + - type: Transform + pos: 31.5,32.5 + parent: 2 + - uid: 1080 + components: + - type: Transform + pos: 32.5,33.5 + parent: 2 + - uid: 1081 + components: + - type: Transform + pos: 33.5,33.5 + parent: 2 + - uid: 1082 + components: + - type: Transform + pos: 34.5,33.5 + parent: 2 + - uid: 1083 + components: + - type: Transform + pos: 35.5,33.5 + parent: 2 + - uid: 1084 + components: + - type: Transform + pos: 36.5,33.5 + parent: 2 + - uid: 1085 + components: + - type: Transform + pos: 37.5,33.5 + parent: 2 + - uid: 1086 + components: + - type: Transform + pos: 38.5,33.5 + parent: 2 + - uid: 1087 + components: + - type: Transform + pos: 39.5,33.5 + parent: 2 + - uid: 1088 + components: + - type: Transform + pos: 30.5,33.5 + parent: 2 + - uid: 1089 + components: + - type: Transform + pos: 29.5,33.5 + parent: 2 +- proto: CableHV + entities: + - uid: 371 + components: + - type: Transform + pos: 25.5,15.5 + parent: 2 + - uid: 381 + components: + - type: Transform + pos: 25.5,14.5 + parent: 2 + - uid: 382 + components: + - type: Transform + pos: 25.5,13.5 + parent: 2 +- proto: CableMV + entities: + - uid: 392 + components: + - type: Transform + pos: 25.5,14.5 + parent: 2 + - uid: 395 + components: + - type: Transform + pos: 25.5,13.5 + parent: 2 + - uid: 396 + components: + - type: Transform + pos: 26.5,14.5 + parent: 2 + - uid: 397 + components: + - type: Transform + pos: 28.5,16.5 + parent: 2 + - uid: 400 + components: + - type: Transform + pos: 27.5,14.5 + parent: 2 + - uid: 401 + components: + - type: Transform + pos: 28.5,14.5 + parent: 2 + - uid: 402 + components: + - type: Transform + pos: 28.5,15.5 + parent: 2 +- proto: CandleBlack + entities: + - uid: 106 + components: + - type: Transform + pos: 33.477924,9.726638 + parent: 2 + - uid: 129 + components: + - type: Transform + pos: 31.655748,9.861569 + parent: 2 + - uid: 131 + components: + - type: Transform + pos: 33.64664,9.541104 + parent: 2 +- proto: CandleBlackSmall + entities: + - uid: 27 + components: + - type: Transform + pos: 33.140484,9.726638 + parent: 2 +- proto: Carpet + entities: + - uid: 40 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,33.5 + parent: 2 + - uid: 48 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,32.5 + parent: 2 + - uid: 59 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,32.5 + parent: 2 + - uid: 1006 + components: + - type: Transform + pos: 16.5,33.5 + parent: 2 + - uid: 1007 + components: + - type: Transform + pos: 17.5,33.5 + parent: 2 + - uid: 1009 + components: + - type: Transform + pos: 16.5,32.5 + parent: 2 +- proto: CarpetBlack + entities: + - uid: 54 + components: + - type: Transform + pos: 33.5,8.5 + parent: 2 + - uid: 67 + components: + - type: Transform + pos: 31.5,7.5 + parent: 2 + - uid: 98 + components: + - type: Transform + pos: 31.5,8.5 + parent: 2 + - uid: 115 + components: + - type: Transform + pos: 32.5,7.5 + parent: 2 + - uid: 144 + components: + - type: Transform + pos: 33.5,9.5 + parent: 2 + - uid: 203 + components: + - type: Transform + pos: 32.5,8.5 + parent: 2 + - uid: 206 + components: + - type: Transform + pos: 31.5,9.5 + parent: 2 + - uid: 208 + components: + - type: Transform + pos: 32.5,9.5 + parent: 2 +- proto: Catwalk + entities: + - uid: 3 + components: + - type: Transform + pos: 13.5,1.5 + parent: 2 + - uid: 52 + components: + - type: Transform + pos: 3.5,1.5 + parent: 2 + - uid: 73 + components: + - type: Transform + pos: 3.5,2.5 + parent: 2 + - uid: 86 + components: + - type: Transform + pos: 3.5,0.5 + parent: 2 + - uid: 88 + components: + - type: Transform + pos: 13.5,0.5 + parent: 2 + - uid: 92 + components: + - type: Transform + pos: 13.5,4.5 + parent: 2 + - uid: 117 + components: + - type: Transform + pos: 18.5,7.5 + parent: 2 + - uid: 162 + components: + - type: Transform + pos: 4.5,33.5 + parent: 2 + - uid: 194 + components: + - type: Transform + pos: 13.5,3.5 + parent: 2 + - uid: 200 + components: + - type: Transform + pos: 8.5,3.5 + parent: 2 + - uid: 201 + components: + - type: Transform + pos: 6.5,2.5 + parent: 2 + - uid: 204 + components: + - type: Transform + pos: 10.5,2.5 + parent: 2 + - uid: 209 + components: + - type: Transform + pos: 13.5,2.5 + parent: 2 + - uid: 213 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,25.5 + parent: 2 + - uid: 214 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,29.5 + parent: 2 + - uid: 218 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,29.5 + parent: 2 + - uid: 220 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,29.5 + parent: 2 + - uid: 255 + components: + - type: Transform + pos: 18.5,8.5 + parent: 2 + - uid: 256 + components: + - type: Transform + pos: 19.5,7.5 + parent: 2 + - uid: 257 + components: + - type: Transform + pos: 19.5,8.5 + parent: 2 + - uid: 258 + components: + - type: Transform + pos: 20.5,7.5 + parent: 2 + - uid: 259 + components: + - type: Transform + pos: 20.5,8.5 + parent: 2 + - uid: 260 + components: + - type: Transform + pos: 34.5,2.5 + parent: 2 + - uid: 261 + components: + - type: Transform + pos: 33.5,2.5 + parent: 2 + - uid: 262 + components: + - type: Transform + pos: 32.5,2.5 + parent: 2 + - uid: 263 + components: + - type: Transform + pos: 31.5,2.5 + parent: 2 + - uid: 265 + components: + - type: Transform + pos: 29.5,2.5 + parent: 2 + - uid: 266 + components: + - type: Transform + pos: 28.5,2.5 + parent: 2 + - uid: 268 + components: + - type: Transform + pos: 26.5,4.5 + parent: 2 + - uid: 326 + components: + - type: Transform + pos: 17.5,15.5 + parent: 2 + - uid: 327 + components: + - type: Transform + pos: 17.5,14.5 + parent: 2 + - uid: 328 + components: + - type: Transform + pos: 17.5,13.5 + parent: 2 + - uid: 329 + components: + - type: Transform + pos: 17.5,16.5 + parent: 2 + - uid: 330 + components: + - type: Transform + pos: 17.5,12.5 + parent: 2 + - uid: 333 + components: + - type: Transform + pos: 21.5,14.5 + parent: 2 + - uid: 334 + components: + - type: Transform + pos: 21.5,13.5 + parent: 2 + - uid: 335 + components: + - type: Transform + pos: 21.5,12.5 + parent: 2 + - uid: 342 + components: + - type: Transform + pos: 5.5,33.5 + parent: 2 + - uid: 361 + components: + - type: Transform + pos: 2.5,33.5 + parent: 2 + - uid: 364 + components: + - type: Transform + pos: 1.5,33.5 + parent: 2 + - uid: 372 + components: + - type: Transform + pos: 4.5,24.5 + parent: 2 + - uid: 423 + components: + - type: Transform + pos: 9.5,18.5 + parent: 2 + - uid: 424 + components: + - type: Transform + pos: 10.5,19.5 + parent: 2 + - uid: 425 + components: + - type: Transform + pos: 7.5,22.5 + parent: 2 + - uid: 426 + components: + - type: Transform + pos: 6.5,33.5 + parent: 2 + - uid: 432 + components: + - type: Transform + pos: 7.5,21.5 + parent: 2 + - uid: 433 + components: + - type: Transform + pos: 6.5,21.5 + parent: 2 + - uid: 434 + components: + - type: Transform + pos: 7.5,18.5 + parent: 2 + - uid: 435 + components: + - type: Transform + pos: 7.5,19.5 + parent: 2 + - uid: 436 + components: + - type: Transform + pos: 6.5,19.5 + parent: 2 + - uid: 437 + components: + - type: Transform + pos: 9.5,22.5 + parent: 2 + - uid: 438 + components: + - type: Transform + pos: 9.5,21.5 + parent: 2 + - uid: 439 + components: + - type: Transform + pos: 10.5,21.5 + parent: 2 + - uid: 440 + components: + - type: Transform + pos: 9.5,19.5 + parent: 2 + - uid: 601 + components: + - type: Transform + pos: 11.5,33.5 + parent: 2 + - uid: 606 + components: + - type: Transform + pos: 10.5,33.5 + parent: 2 + - uid: 608 + components: + - type: Transform + pos: 5.5,25.5 + parent: 2 + - uid: 610 + components: + - type: Transform + pos: 6.5,24.5 + parent: 2 + - uid: 645 + components: + - type: Transform + pos: 4.5,26.5 + parent: 2 + - uid: 731 + components: + - type: Transform + pos: 5.5,24.5 + parent: 2 + - uid: 734 + components: + - type: Transform + pos: 8.5,33.5 + parent: 2 + - uid: 738 + components: + - type: Transform + pos: 7.5,33.5 + parent: 2 + - uid: 739 + components: + - type: Transform + pos: 9.5,33.5 + parent: 2 + - uid: 809 + components: + - type: Transform + pos: 42.5,21.5 + parent: 2 + - uid: 810 + components: + - type: Transform + pos: 42.5,20.5 + parent: 2 + - uid: 811 + components: + - type: Transform + pos: 42.5,22.5 + parent: 2 + - uid: 812 + components: + - type: Transform + pos: 45.5,24.5 + parent: 2 + - uid: 813 + components: + - type: Transform + pos: 45.5,23.5 + parent: 2 + - uid: 814 + components: + - type: Transform + pos: 44.5,23.5 + parent: 2 + - uid: 815 + components: + - type: Transform + pos: 47.5,18.5 + parent: 2 + - uid: 816 + components: + - type: Transform + pos: 46.5,18.5 + parent: 2 + - uid: 817 + components: + - type: Transform + pos: 46.5,19.5 + parent: 2 + - uid: 818 + components: + - type: Transform + pos: 46.5,20.5 + parent: 2 + - uid: 819 + components: + - type: Transform + pos: 46.5,21.5 + parent: 2 + - uid: 820 + components: + - type: Transform + pos: 45.5,18.5 + parent: 2 + - uid: 821 + components: + - type: Transform + pos: 44.5,18.5 + parent: 2 + - uid: 885 + components: + - type: Transform + pos: 39.5,2.5 + parent: 2 + - uid: 886 + components: + - type: Transform + pos: 40.5,2.5 + parent: 2 + - uid: 887 + components: + - type: Transform + pos: 41.5,2.5 + parent: 2 + - uid: 888 + components: + - type: Transform + pos: 42.5,2.5 + parent: 2 + - uid: 889 + components: + - type: Transform + pos: 43.5,2.5 + parent: 2 + - uid: 890 + components: + - type: Transform + pos: 44.5,2.5 + parent: 2 + - uid: 891 + components: + - type: Transform + pos: 45.5,2.5 + parent: 2 + - uid: 892 + components: + - type: Transform + pos: 46.5,2.5 + parent: 2 + - uid: 893 + components: + - type: Transform + pos: 44.5,3.5 + parent: 2 + - uid: 894 + components: + - type: Transform + pos: 42.5,1.5 + parent: 2 + - uid: 895 + components: + - type: Transform + pos: 47.5,2.5 + parent: 2 + - uid: 896 + components: + - type: Transform + pos: 49.5,2.5 + parent: 2 + - uid: 897 + components: + - type: Transform + pos: 50.5,2.5 + parent: 2 + - uid: 898 + components: + - type: Transform + pos: 52.5,2.5 + parent: 2 + - uid: 899 + components: + - type: Transform + pos: 52.5,3.5 + parent: 2 + - uid: 900 + components: + - type: Transform + pos: 36.5,2.5 + parent: 2 + - uid: 901 + components: + - type: Transform + pos: 36.5,3.5 + parent: 2 + - uid: 902 + components: + - type: Transform + pos: 36.5,1.5 + parent: 2 + - uid: 903 + components: + - type: Transform + pos: 37.5,2.5 + parent: 2 + - uid: 947 + components: + - type: Transform + pos: 4.5,27.5 + parent: 2 + - uid: 1053 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,29.5 + parent: 2 + - uid: 1054 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,28.5 + parent: 2 + - uid: 1055 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,27.5 + parent: 2 + - uid: 1056 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,26.5 + parent: 2 + - uid: 1057 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,25.5 + parent: 2 +- proto: Chair + entities: + - uid: 607 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,26.5 + parent: 2 +- proto: ChairRitual + entities: + - uid: 34 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,8.5 + parent: 2 +- proto: ClosetMaintenanceFilledRandom + entities: + - uid: 453 + components: + - type: Transform + pos: 12.5,12.5 + parent: 2 + - uid: 685 + components: + - type: Transform + pos: 31.5,6.5 + parent: 2 + - uid: 686 + components: + - type: Transform + pos: 16.5,13.5 + parent: 2 +- proto: ClothingHeadHatCardborg + entities: + - uid: 834 + components: + - type: Transform + pos: 48.485527,19.798538 + parent: 2 +- proto: ClothingHeadHatHoodCulthood + entities: + - uid: 166 + components: + - type: Transform + pos: 25.413336,7.589584 + parent: 2 + - uid: 171 + components: + - type: Transform + pos: 25.308355,7.6870356 + parent: 2 +- proto: ClothingOuterRobesCult + entities: + - uid: 172 + components: + - type: Transform + pos: 25.728281,7.5071254 + parent: 2 + - uid: 173 + components: + - type: Transform + pos: 25.570808,7.6870356 + parent: 2 +- proto: ClothingShoesCult + entities: + - uid: 174 + components: + - type: Transform + pos: 27.247335,6.6999836 + parent: 2 + - uid: 176 + components: + - type: Transform + pos: 27.4423,6.4601035 + parent: 2 +- proto: ConveyorBelt + entities: + - uid: 6 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,2.5 + parent: 2 + - uid: 44 + components: + - type: Transform + pos: 8.5,3.5 + parent: 2 + - uid: 85 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,2.5 + parent: 2 + - uid: 159 + components: + - type: Transform + pos: 8.5,2.5 + parent: 2 + - uid: 177 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,2.5 + parent: 2 + - uid: 367 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,33.5 + parent: 2 + - uid: 791 + components: + - type: Transform + pos: 46.5,21.5 + parent: 2 + - uid: 792 + components: + - type: Transform + pos: 46.5,20.5 + parent: 2 + - uid: 793 + components: + - type: Transform + pos: 46.5,19.5 + parent: 2 + - uid: 794 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,18.5 + parent: 2 + - uid: 795 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,18.5 + parent: 2 + - uid: 948 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,33.5 + parent: 2 + - uid: 949 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,33.5 + parent: 2 + - uid: 950 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,33.5 + parent: 2 + - uid: 951 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,33.5 + parent: 2 + - uid: 952 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,33.5 + parent: 2 + - uid: 953 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,33.5 + parent: 2 + - uid: 954 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,33.5 + parent: 2 + - uid: 955 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,33.5 + parent: 2 +- proto: ConveyorBeltAssembly + entities: + - uid: 956 + components: + - type: Transform + pos: 8.552004,33.69986 + parent: 2 + - uid: 957 + components: + - type: Transform + pos: 11.431062,33.09255 + parent: 2 +- proto: CrateWoodenGrave + entities: + - uid: 270 + components: + - type: Transform + pos: 29.5,8.5 + parent: 2 +- proto: CrystalBlue + entities: + - uid: 521 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,19.5 + parent: 2 +- proto: CrystalCyan + entities: + - uid: 488 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,23.5 + parent: 2 + - uid: 534 + components: + - type: Transform + pos: 31.5,18.5 + parent: 2 +- proto: CrystalOrange + entities: + - uid: 249 + components: + - type: Transform + pos: 23.5,4.5 + parent: 2 + - uid: 253 + components: + - type: Transform + pos: 25.5,1.5 + parent: 2 + - uid: 254 + components: + - type: Transform + pos: 30.5,0.5 + parent: 2 + - uid: 269 + components: + - type: Transform + pos: 31.5,4.5 + parent: 2 + - uid: 919 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,1.5 + parent: 2 + - uid: 920 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,3.5 + parent: 2 + - uid: 921 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,0.5 + parent: 2 + - uid: 922 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,4.5 + parent: 2 + - uid: 923 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,1.5 + parent: 2 +- proto: CrystalSpawner + entities: + - uid: 28 + components: + - type: Transform + pos: 5.5,0.5 + parent: 2 + - uid: 29 + components: + - type: Transform + pos: 7.5,2.5 + parent: 2 + - uid: 30 + components: + - type: Transform + pos: 11.5,4.5 + parent: 2 + - uid: 31 + components: + - type: Transform + pos: 14.5,2.5 + parent: 2 + - uid: 46 + components: + - type: Transform + pos: 21.5,9.5 + parent: 2 + - uid: 50 + components: + - type: Transform + pos: 12.5,7.5 + parent: 2 + - uid: 63 + components: + - type: Transform + pos: 20.5,6.5 + parent: 2 + - uid: 79 + components: + - type: Transform + pos: 5.5,10.5 + parent: 2 + - uid: 91 + components: + - type: Transform + pos: 26.5,9.5 + parent: 2 + - uid: 107 + components: + - type: Transform + pos: 6.5,7.5 + parent: 2 + - uid: 121 + components: + - type: Transform + pos: 14.5,27.5 + parent: 2 + - uid: 130 + components: + - type: Transform + pos: 0.5,15.5 + parent: 2 + - uid: 184 + components: + - type: Transform + pos: 4.5,6.5 + parent: 2 + - uid: 197 + components: + - type: Transform + pos: 13.5,10.5 + parent: 2 + - uid: 332 + components: + - type: Transform + pos: 19.5,13.5 + parent: 2 + - uid: 352 + components: + - type: Transform + pos: 16.5,12.5 + parent: 2 + - uid: 370 + components: + - type: Transform + pos: 21.5,32.5 + parent: 2 + - uid: 441 + components: + - type: Transform + pos: 7.5,19.5 + parent: 2 + - uid: 442 + components: + - type: Transform + pos: 9.5,21.5 + parent: 2 + - uid: 619 + components: + - type: Transform + pos: 37.5,19.5 + parent: 2 + - uid: 620 + components: + - type: Transform + pos: 38.5,24.5 + parent: 2 + - uid: 621 + components: + - type: Transform + pos: 34.5,19.5 + parent: 2 + - uid: 658 + components: + - type: Transform + pos: 34.5,28.5 + parent: 2 + - uid: 659 + components: + - type: Transform + pos: 33.5,26.5 + parent: 2 + - uid: 714 + components: + - type: Transform + pos: 36.5,7.5 + parent: 2 + - uid: 715 + components: + - type: Transform + pos: 44.5,10.5 + parent: 2 + - uid: 769 + components: + - type: Transform + pos: 42.5,15.5 + parent: 2 + - uid: 992 + components: + - type: Transform + pos: 1.5,34.5 + parent: 2 + - uid: 998 + components: + - type: Transform + pos: 10.5,34.5 + parent: 2 + - uid: 999 + components: + - type: Transform + pos: 3.5,32.5 + parent: 2 + - uid: 1024 + components: + - type: Transform + pos: 25.5,34.5 + parent: 2 + - uid: 1045 + components: + - type: Transform + pos: 12.5,28.5 + parent: 2 + - uid: 1046 + components: + - type: Transform + pos: 12.5,26.5 + parent: 2 +- proto: CyborgEndoskeleton + entities: + - uid: 803 + components: + - type: Transform + pos: 46.596577,23.582308 + parent: 2 + - uid: 804 + components: + - type: Transform + pos: 46.156357,23.503092 + parent: 2 + - uid: 805 + components: + - type: Transform + pos: 45.2583,23.626316 + parent: 2 +- proto: DrinkAleBottleFull + entities: + - uid: 1105 + components: + - type: Transform + pos: 28.588388,32.850025 + parent: 2 + - uid: 1106 + components: + - type: Transform + pos: 30.140612,34.862766 + parent: 2 + - uid: 1107 + components: + - type: Transform + pos: 30.343075,34.727837 + parent: 2 +- proto: DrinkBeerBottleFull + entities: + - uid: 1037 + components: + - type: Transform + pos: 14.698467,21.394209 + parent: 2 + - uid: 1038 + components: + - type: Transform + pos: 14.407921,21.143362 + parent: 2 +- proto: DrinkBeerGrowler + entities: + - uid: 1036 + components: + - type: Transform + pos: 15.128302,19.8661 + parent: 2 + - uid: 1044 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.560413,19.81329 + parent: 2 +- proto: DrinkBloodGlass + entities: + - uid: 38 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.35854,32.78117 + parent: 2 + - uid: 1059 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.649086,32.701954 + parent: 2 +- proto: DrinkMugOne + entities: + - uid: 310 + components: + - type: Transform + pos: 2.7162292,21.258032 + parent: 2 +- proto: ExosuitFabricator + entities: + - uid: 797 + components: + - type: Transform + pos: 46.5,21.5 + parent: 2 +- proto: FenceMetalBroken + entities: + - uid: 1068 + components: + - type: Transform + pos: 32.5,34.5 + parent: 2 +- proto: FenceMetalEnd + entities: + - uid: 1104 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,32.5 + parent: 2 + - uid: 1108 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,32.5 + parent: 2 +- proto: FenceMetalStraight + entities: + - uid: 151 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,29.5 + parent: 2 + - uid: 153 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,29.5 + parent: 2 + - uid: 161 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,29.5 + parent: 2 + - uid: 336 + components: + - type: Transform + pos: 17.5,12.5 + parent: 2 + - uid: 337 + components: + - type: Transform + pos: 17.5,13.5 + parent: 2 + - uid: 338 + components: + - type: Transform + pos: 17.5,14.5 + parent: 2 + - uid: 339 + components: + - type: Transform + pos: 17.5,15.5 + parent: 2 + - uid: 340 + components: + - type: Transform + pos: 17.5,16.5 + parent: 2 + - uid: 343 + components: + - type: Transform + pos: 21.5,14.5 + parent: 2 + - uid: 344 + components: + - type: Transform + pos: 21.5,13.5 + parent: 2 + - uid: 345 + components: + - type: Transform + pos: 21.5,12.5 + parent: 2 + - uid: 942 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,27.5 + parent: 2 + - uid: 943 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,27.5 + parent: 2 + - uid: 1067 + components: + - type: Transform + pos: 32.5,33.5 + parent: 2 + - uid: 1070 + components: + - type: Transform + pos: 36.5,33.5 + parent: 2 +- proto: FloorLavaEntity + entities: + - uid: 103 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,3.5 + parent: 2 + - uid: 165 + components: + - type: Transform + pos: 30.5,29.5 + parent: 2 + - uid: 224 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,3.5 + parent: 2 + - uid: 225 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,4.5 + parent: 2 + - uid: 226 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,4.5 + parent: 2 + - uid: 227 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,1.5 + parent: 2 + - uid: 228 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,2.5 + parent: 2 + - uid: 229 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,1.5 + parent: 2 + - uid: 230 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,0.5 + parent: 2 + - uid: 231 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,0.5 + parent: 2 + - uid: 232 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,0.5 + parent: 2 + - uid: 233 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,0.5 + parent: 2 + - uid: 234 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,1.5 + parent: 2 + - uid: 427 + components: + - type: Transform + pos: 29.5,29.5 + parent: 2 + - uid: 428 + components: + - type: Transform + pos: 29.5,30.5 + parent: 2 + - uid: 429 + components: + - type: Transform + pos: 30.5,30.5 + parent: 2 + - uid: 430 + components: + - type: Transform + pos: 28.5,29.5 + parent: 2 + - uid: 431 + components: + - type: Transform + pos: 28.5,28.5 + parent: 2 + - uid: 446 + components: + - type: Transform + pos: 29.5,28.5 + parent: 2 + - uid: 452 + components: + - type: Transform + pos: 28.5,27.5 + parent: 2 + - uid: 841 + components: + - type: Transform + pos: 42.5,2.5 + parent: 2 + - uid: 842 + components: + - type: Transform + pos: 43.5,2.5 + parent: 2 + - uid: 843 + components: + - type: Transform + pos: 44.5,2.5 + parent: 2 + - uid: 844 + components: + - type: Transform + pos: 45.5,2.5 + parent: 2 + - uid: 845 + components: + - type: Transform + pos: 43.5,1.5 + parent: 2 + - uid: 848 + components: + - type: Transform + pos: 41.5,1.5 + parent: 2 + - uid: 852 + components: + - type: Transform + pos: 42.5,1.5 + parent: 2 + - uid: 861 + components: + - type: Transform + pos: 43.5,3.5 + parent: 2 + - uid: 862 + components: + - type: Transform + pos: 42.5,3.5 + parent: 2 + - uid: 863 + components: + - type: Transform + pos: 43.5,4.5 + parent: 2 + - uid: 864 + components: + - type: Transform + pos: 42.5,4.5 + parent: 2 + - uid: 865 + components: + - type: Transform + pos: 41.5,4.5 + parent: 2 + - uid: 866 + components: + - type: Transform + pos: 41.5,2.5 + parent: 2 + - uid: 867 + components: + - type: Transform + pos: 41.5,3.5 + parent: 2 + - uid: 868 + components: + - type: Transform + pos: 40.5,2.5 + parent: 2 + - uid: 869 + components: + - type: Transform + pos: 40.5,3.5 + parent: 2 + - uid: 870 + components: + - type: Transform + pos: 39.5,1.5 + parent: 2 + - uid: 871 + components: + - type: Transform + pos: 39.5,2.5 + parent: 2 + - uid: 872 + components: + - type: Transform + pos: 38.5,1.5 + parent: 2 + - uid: 873 + components: + - type: Transform + pos: 40.5,4.5 + parent: 2 + - uid: 874 + components: + - type: Transform + pos: 39.5,4.5 + parent: 2 + - uid: 875 + components: + - type: Transform + pos: 44.5,1.5 + parent: 2 + - uid: 876 + components: + - type: Transform + pos: 44.5,3.5 + parent: 2 + - uid: 877 + components: + - type: Transform + pos: 45.5,1.5 + parent: 2 + - uid: 878 + components: + - type: Transform + pos: 46.5,1.5 + parent: 2 + - uid: 879 + components: + - type: Transform + pos: 48.5,0.5 + parent: 2 + - uid: 880 + components: + - type: Transform + pos: 47.5,0.5 + parent: 2 + - uid: 881 + components: + - type: Transform + pos: 46.5,0.5 + parent: 2 + - uid: 882 + components: + - type: Transform + pos: 45.5,0.5 + parent: 2 + - uid: 883 + components: + - type: Transform + pos: 47.5,1.5 + parent: 2 + - uid: 884 + components: + - type: Transform + pos: 46.5,2.5 + parent: 2 +- proto: FloorWaterEntity + entities: + - uid: 1 + components: + - type: Transform + pos: 6.5,9.5 + parent: 2 + - uid: 7 + components: + - type: Transform + pos: 5.5,8.5 + parent: 2 + - uid: 93 + components: + - type: Transform + pos: 4.5,7.5 + parent: 2 + - uid: 95 + components: + - type: Transform + pos: 3.5,7.5 + parent: 2 + - uid: 113 + components: + - type: Transform + pos: 13.5,27.5 + parent: 2 + - uid: 132 + components: + - type: Transform + pos: 4.5,6.5 + parent: 2 + - uid: 136 + components: + - type: Transform + pos: 6.5,8.5 + parent: 2 + - uid: 155 + components: + - type: Transform + pos: 7.5,9.5 + parent: 2 + - uid: 156 + components: + - type: Transform + pos: 5.5,7.5 + parent: 2 + - uid: 163 + components: + - type: Transform + pos: 5.5,9.5 + parent: 2 + - uid: 164 + components: + - type: Transform + pos: 4.5,8.5 + parent: 2 + - uid: 312 + components: + - type: Transform + pos: 3.5,6.5 + parent: 2 + - uid: 313 + components: + - type: Transform + pos: 2.5,6.5 + parent: 2 + - uid: 410 + components: + - type: Transform + pos: 9.5,20.5 + parent: 2 + - uid: 411 + components: + - type: Transform + pos: 9.5,21.5 + parent: 2 + - uid: 412 + components: + - type: Transform + pos: 8.5,19.5 + parent: 2 + - uid: 413 + components: + - type: Transform + pos: 8.5,20.5 + parent: 2 + - uid: 414 + components: + - type: Transform + pos: 8.5,21.5 + parent: 2 + - uid: 415 + components: + - type: Transform + pos: 7.5,19.5 + parent: 2 + - uid: 416 + components: + - type: Transform + pos: 7.5,20.5 + parent: 2 + - uid: 417 + components: + - type: Transform + pos: 7.5,21.5 + parent: 2 + - uid: 449 + components: + - type: Transform + pos: 29.5,21.5 + parent: 2 + - uid: 450 + components: + - type: Transform + pos: 29.5,22.5 + parent: 2 + - uid: 451 + components: + - type: Transform + pos: 30.5,22.5 + parent: 2 + - uid: 454 + components: + - type: Transform + pos: 28.5,22.5 + parent: 2 + - uid: 459 + components: + - type: Transform + pos: 30.5,20.5 + parent: 2 + - uid: 460 + components: + - type: Transform + pos: 30.5,21.5 + parent: 2 + - uid: 465 + components: + - type: Transform + pos: 27.5,19.5 + parent: 2 + - uid: 467 + components: + - type: Transform + pos: 28.5,19.5 + parent: 2 + - uid: 497 + components: + - type: Transform + pos: 28.5,20.5 + parent: 2 + - uid: 498 + components: + - type: Transform + pos: 27.5,20.5 + parent: 2 + - uid: 502 + components: + - type: Transform + pos: 28.5,21.5 + parent: 2 + - uid: 503 + components: + - type: Transform + pos: 29.5,20.5 + parent: 2 + - uid: 517 + components: + - type: Transform + pos: 29.5,21.5 + parent: 2 + - uid: 519 + components: + - type: Transform + pos: 28.5,20.5 + parent: 2 + - uid: 564 + components: + - type: Transform + pos: 25.5,28.5 + parent: 2 + - uid: 565 + components: + - type: Transform + pos: 24.5,29.5 + parent: 2 + - uid: 566 + components: + - type: Transform + pos: 25.5,29.5 + parent: 2 + - uid: 567 + components: + - type: Transform + pos: 26.5,27.5 + parent: 2 + - uid: 568 + components: + - type: Transform + pos: 26.5,28.5 + parent: 2 + - uid: 574 + components: + - type: Transform + pos: 14.5,28.5 + parent: 2 + - uid: 575 + components: + - type: Transform + pos: 13.5,28.5 + parent: 2 + - uid: 576 + components: + - type: Transform + pos: 12.5,27.5 + parent: 2 +- proto: FloraRockSolid01 + entities: + - uid: 205 + components: + - type: Transform + pos: 14.417985,10.609197 + parent: 2 +- proto: FloraRockSolid03 + entities: + - uid: 542 + components: + - type: Transform + pos: 30.46267,18.973217 + parent: 2 +- proto: FoodTinBeans + entities: + - uid: 609 + components: + - type: Transform + pos: 14.063244,25.815691 + parent: 2 +- proto: FoodTinBeansTrash + entities: + - uid: 661 + components: + - type: Transform + pos: 13.658937,25.452745 + parent: 2 + - uid: 663 + components: + - type: Transform + pos: 13.096437,25.68712 + parent: 2 +- proto: GeneratorRTG + entities: + - uid: 376 + components: + - type: Transform + pos: 25.5,15.5 + parent: 2 +- proto: GeneratorRTGDamaged + entities: + - uid: 944 + components: + - type: Transform + pos: 36.5,26.5 + parent: 2 +- proto: Grille + entities: + - uid: 288 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,19.5 + parent: 2 + - uid: 289 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,21.5 + parent: 2 + - uid: 290 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,21.5 + parent: 2 + - uid: 359 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,16.5 + parent: 2 + - uid: 374 + components: + - type: Transform + pos: 40.5,15.5 + parent: 2 + - uid: 375 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,18.5 + parent: 2 + - uid: 462 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,20.5 + parent: 2 + - uid: 472 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,24.5 + parent: 2 + - uid: 599 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,18.5 + parent: 2 + - uid: 732 + components: + - type: Transform + pos: 46.5,15.5 + parent: 2 + - uid: 733 + components: + - type: Transform + pos: 40.5,13.5 + parent: 2 + - uid: 737 + components: + - type: Transform + pos: 46.5,13.5 + parent: 2 + - uid: 740 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,22.5 + parent: 2 + - uid: 745 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,20.5 + parent: 2 + - uid: 748 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,16.5 + parent: 2 + - uid: 749 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,16.5 + parent: 2 + - uid: 750 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,12.5 + parent: 2 + - uid: 751 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,12.5 + parent: 2 + - uid: 1026 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,16.5 + parent: 2 + - uid: 1028 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,15.5 + parent: 2 +- proto: GrilleBroken + entities: + - uid: 275 + components: + - type: Transform + pos: 4.5,20.5 + parent: 2 + - uid: 287 + components: + - type: Transform + pos: 4.5,19.5 + parent: 2 + - uid: 291 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,19.5 + parent: 2 + - uid: 306 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,20.5 + parent: 2 + - uid: 307 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,20.5 + parent: 2 + - uid: 320 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,12.5 + parent: 2 + - uid: 321 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,12.5 + parent: 2 + - uid: 399 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,14.5 + parent: 2 + - uid: 408 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,16.5 + parent: 2 + - uid: 600 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,12.5 + parent: 2 + - uid: 625 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,24.5 + parent: 2 + - uid: 626 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,21.5 + parent: 2 + - uid: 628 + components: + - type: Transform + pos: 38.5,21.5 + parent: 2 + - uid: 629 + components: + - type: Transform + pos: 37.5,21.5 + parent: 2 + - uid: 699 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,6.5 + parent: 2 + - uid: 746 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,16.5 + parent: 2 + - uid: 747 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,16.5 + parent: 2 + - uid: 1029 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,13.5 + parent: 2 + - uid: 1030 + components: + - type: Transform + pos: 30.5,13.5 + parent: 2 +- proto: GrilleDiagonal + entities: + - uid: 627 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,20.5 + parent: 2 +- proto: LeftLegBorgEngineer + entities: + - uid: 808 + components: + - type: Transform + pos: 46.631798,24.462471 + parent: 2 +- proto: LegionnaireBonfire + entities: + - uid: 39 + components: + - type: Transform + pos: 20.5,29.5 + parent: 2 + - uid: 604 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,28.5 + parent: 2 +- proto: LightHeadBorg + entities: + - uid: 806 + components: + - type: Transform + pos: 43.312515,23.740736 + parent: 2 +- proto: MachineAnomalySynchronizer + entities: + - uid: 591 + components: + - type: Transform + pos: 36.5,22.5 + parent: 2 +- proto: MachineArtifactCrusher + entities: + - uid: 680 + components: + - type: Transform + pos: 33.5,15.5 + parent: 2 +- proto: MachineFrameDestroyed + entities: + - uid: 796 + components: + - type: Transform + pos: 47.5,18.5 + parent: 2 +- proto: MaintenanceFluffSpawner + entities: + - uid: 721 + components: + - type: Transform + pos: 38.5,7.5 + parent: 2 +- proto: MaintenancePlantSpawner + entities: + - uid: 188 + components: + - type: Transform + pos: 21.5,21.5 + parent: 2 + - uid: 323 + components: + - type: Transform + pos: 21.5,22.5 + parent: 2 + - uid: 535 + components: + - type: Transform + pos: 31.5,23.5 + parent: 2 + - uid: 536 + components: + - type: Transform + pos: 27.5,22.5 + parent: 2 + - uid: 537 + components: + - type: Transform + pos: 27.5,23.5 + parent: 2 + - uid: 538 + components: + - type: Transform + pos: 30.5,24.5 + parent: 2 + - uid: 539 + components: + - type: Transform + pos: 26.5,19.5 + parent: 2 + - uid: 540 + components: + - type: Transform + pos: 27.5,18.5 + parent: 2 + - uid: 541 + components: + - type: Transform + pos: 32.5,20.5 + parent: 2 + - uid: 543 + components: + - type: Transform + pos: 31.5,21.5 + parent: 2 + - uid: 551 + components: + - type: Transform + pos: 22.5,22.5 + parent: 2 + - uid: 552 + components: + - type: Transform + pos: 20.5,23.5 + parent: 2 + - uid: 553 + components: + - type: Transform + pos: 15.5,18.5 + parent: 2 + - uid: 554 + components: + - type: Transform + pos: 12.5,21.5 + parent: 2 +- proto: MaintenanceToolSpawner + entities: + - uid: 722 + components: + - type: Transform + pos: 42.5,7.5 + parent: 2 + - uid: 723 + components: + - type: Transform + pos: 40.5,7.5 + parent: 2 +- proto: MiningWindow + entities: + - uid: 102 + components: + - type: Transform + pos: 39.5,8.5 + parent: 2 + - uid: 284 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,19.5 + parent: 2 + - uid: 286 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,21.5 + parent: 2 + - uid: 317 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,16.5 + parent: 2 + - uid: 319 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,16.5 + parent: 2 + - uid: 407 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,24.5 + parent: 2 + - uid: 468 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,20.5 + parent: 2 + - uid: 469 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,18.5 + parent: 2 + - uid: 473 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,20.5 + parent: 2 + - uid: 474 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,22.5 + parent: 2 + - uid: 477 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,18.5 + parent: 2 + - uid: 556 + components: + - type: Transform + pos: 40.5,15.5 + parent: 2 + - uid: 560 + components: + - type: Transform + pos: 40.5,13.5 + parent: 2 + - uid: 578 + components: + - type: Transform + pos: 46.5,15.5 + parent: 2 + - uid: 579 + components: + - type: Transform + pos: 46.5,13.5 + parent: 2 + - uid: 689 + components: + - type: Transform + pos: 40.5,8.5 + parent: 2 + - uid: 690 + components: + - type: Transform + pos: 41.5,8.5 + parent: 2 + - uid: 742 + components: + - type: Transform + pos: 44.5,12.5 + parent: 2 + - uid: 743 + components: + - type: Transform + pos: 42.5,12.5 + parent: 2 + - uid: 744 + components: + - type: Transform + pos: 42.5,16.5 + parent: 2 + - uid: 1027 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,15.5 + parent: 2 +- proto: OreProcessor + entities: + - uid: 958 + components: + - type: Transform + pos: 2.5,33.5 + parent: 2 +- proto: PlushieSlime + entities: + - uid: 1025 + components: + - type: Transform + pos: 6.3847184,15.547257 + parent: 2 +- proto: PortableGeneratorJrPacman + entities: + - uid: 292 + components: + - type: Transform + pos: 1.5,21.5 + parent: 2 + - uid: 824 + components: + - type: Transform + pos: 48.5,23.5 + parent: 2 + - uid: 989 + components: + - type: Transform + pos: 5.5,32.5 + parent: 2 + - uid: 1079 + components: + - type: Transform + pos: 31.5,32.5 + parent: 2 +- proto: PosterLegitScience + entities: + - uid: 590 + components: + - type: Transform + pos: 34.5,22.5 + parent: 2 +- proto: PoweredLightPostSmall + entities: + - uid: 822 + components: + - type: Transform + pos: 45.5,19.5 + parent: 2 + - uid: 971 + components: + - type: Transform + pos: 9.5,34.5 + parent: 2 + - uid: 972 + components: + - type: Transform + pos: 2.5,32.5 + parent: 2 +- proto: PoweredSmallLight + entities: + - uid: 303 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,19.5 + parent: 2 + - uid: 305 + components: + - type: Transform + pos: 3.5,21.5 + parent: 2 + - uid: 377 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,13.5 + parent: 2 + - uid: 378 + components: + - type: Transform + pos: 29.5,15.5 + parent: 2 + - uid: 379 + components: + - type: Transform + pos: 25.5,15.5 + parent: 2 + - uid: 380 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,13.5 + parent: 2 +- proto: Rack + entities: + - uid: 70 + components: + - type: Transform + pos: 18.5,7.5 + parent: 2 + - uid: 84 + components: + - type: Transform + pos: 27.5,6.5 + parent: 2 + - uid: 87 + components: + - type: Transform + pos: 25.5,7.5 + parent: 2 + - uid: 99 + components: + - type: Transform + pos: 30.5,4.5 + parent: 2 + - uid: 157 + components: + - type: Transform + pos: 19.5,7.5 + parent: 2 + - uid: 264 + components: + - type: Transform + pos: 20.5,0.5 + parent: 2 + - uid: 267 + components: + - type: Transform + pos: 32.5,4.5 + parent: 2 + - uid: 368 + components: + - type: Transform + pos: 27.5,13.5 + parent: 2 + - uid: 369 + components: + - type: Transform + pos: 27.5,15.5 + parent: 2 + - uid: 398 + components: + - type: Transform + pos: 29.5,13.5 + parent: 2 + - uid: 485 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,20.5 + parent: 2 + - uid: 486 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,19.5 + parent: 2 + - uid: 489 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,20.5 + parent: 2 + - uid: 490 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,19.5 + parent: 2 + - uid: 593 + components: + - type: Transform + pos: 39.5,20.5 + parent: 2 + - uid: 622 + components: + - type: Transform + pos: 40.5,20.5 + parent: 2 + - uid: 683 + components: + - type: Transform + pos: 33.5,12.5 + parent: 2 + - uid: 763 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,13.5 + parent: 2 + - uid: 764 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,13.5 + parent: 2 + - uid: 789 + components: + - type: Transform + pos: 43.5,20.5 + parent: 2 + - uid: 790 + components: + - type: Transform + pos: 43.5,21.5 + parent: 2 + - uid: 924 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,4.5 + parent: 2 + - uid: 925 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,0.5 + parent: 2 + - uid: 926 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,0.5 + parent: 2 + - uid: 927 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,0.5 + parent: 2 + - uid: 931 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,4.5 + parent: 2 + - uid: 932 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,4.5 + parent: 2 + - uid: 1040 + components: + - type: Transform + pos: 15.5,22.5 + parent: 2 + - uid: 1041 + components: + - type: Transform + pos: 13.5,18.5 + parent: 2 + - uid: 1042 + components: + - type: Transform + pos: 12.5,19.5 + parent: 2 + - uid: 1048 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,24.5 + parent: 2 + - uid: 1049 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,30.5 + parent: 2 + - uid: 1092 + components: + - type: Transform + pos: 39.5,34.5 + parent: 2 + - uid: 1093 + components: + - type: Transform + pos: 40.5,34.5 + parent: 2 +- proto: Railing + entities: + - uid: 544 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,21.5 + parent: 2 + - uid: 798 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,21.5 + parent: 2 + - uid: 904 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,1.5 + parent: 2 + - uid: 905 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,1.5 + parent: 2 + - uid: 906 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,1.5 + parent: 2 + - uid: 907 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,1.5 + parent: 2 + - uid: 908 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,1.5 + parent: 2 + - uid: 909 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,1.5 + parent: 2 + - uid: 910 + components: + - type: Transform + pos: 43.5,3.5 + parent: 2 + - uid: 911 + components: + - type: Transform + pos: 42.5,3.5 + parent: 2 + - uid: 912 + components: + - type: Transform + pos: 41.5,3.5 + parent: 2 + - uid: 913 + components: + - type: Transform + pos: 40.5,3.5 + parent: 2 + - uid: 914 + components: + - type: Transform + pos: 39.5,3.5 + parent: 2 + - uid: 918 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,1.5 + parent: 2 +- proto: RailingCornerSmall + entities: + - uid: 545 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,22.5 + parent: 2 + - uid: 546 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,22.5 + parent: 2 + - uid: 547 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,21.5 + parent: 2 + - uid: 799 + components: + - type: Transform + pos: 47.5,20.5 + parent: 2 + - uid: 915 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,3.5 + parent: 2 + - uid: 916 + components: + - type: Transform + pos: 48.5,1.5 + parent: 2 + - uid: 917 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,3.5 + parent: 2 +- proto: RandomArtifactSpawner + entities: + - uid: 611 + components: + - type: Transform + pos: 34.5,14.5 + parent: 2 +- proto: RandomBoard + entities: + - uid: 934 + components: + - type: Transform + pos: 50.5,4.5 + parent: 2 + - uid: 935 + components: + - type: Transform + pos: 49.5,0.5 + parent: 2 +- proto: RandomBrownStalagmite + entities: + - uid: 4 + components: + - type: Transform + pos: 33.5,28.5 + parent: 2 + - uid: 12 + components: + - type: Transform + pos: 10.5,4.5 + parent: 2 + - uid: 13 + components: + - type: Transform + pos: 2.5,3.5 + parent: 2 + - uid: 35 + components: + - type: Transform + pos: 9.5,13.5 + parent: 2 + - uid: 36 + components: + - type: Transform + pos: 9.5,9.5 + parent: 2 + - uid: 37 + components: + - type: Transform + pos: 12.5,1.5 + parent: 2 + - uid: 51 + components: + - type: Transform + pos: 34.5,30.5 + parent: 2 + - uid: 62 + components: + - type: Transform + pos: 32.5,26.5 + parent: 2 + - uid: 71 + components: + - type: Transform + pos: 20.5,27.5 + parent: 2 + - uid: 72 + components: + - type: Transform + pos: 32.5,28.5 + parent: 2 + - uid: 74 + components: + - type: Transform + pos: 22.5,30.5 + parent: 2 + - uid: 80 + components: + - type: Transform + pos: 20.5,30.5 + parent: 2 + - uid: 90 + components: + - type: Transform + pos: 34.5,27.5 + parent: 2 + - uid: 169 + components: + - type: Transform + pos: 38.5,26.5 + parent: 2 + - uid: 322 + components: + - type: Transform + pos: 38.5,29.5 + parent: 2 + - uid: 358 + components: + - type: Transform + pos: 14.5,15.5 + parent: 2 + - uid: 443 + components: + - type: Transform + pos: 14.5,16.5 + parent: 2 + - uid: 635 + components: + - type: Transform + pos: 35.5,18.5 + parent: 2 + - uid: 636 + components: + - type: Transform + pos: 40.5,24.5 + parent: 2 + - uid: 637 + components: + - type: Transform + pos: 0.5,7.5 + parent: 2 + - uid: 638 + components: + - type: Transform + pos: 2.5,9.5 + parent: 2 + - uid: 649 + components: + - type: Transform + pos: 33.5,29.5 + parent: 2 + - uid: 674 + components: + - type: Transform + pos: 37.5,15.5 + parent: 2 + - uid: 675 + components: + - type: Transform + pos: 32.5,13.5 + parent: 2 + - uid: 676 + components: + - type: Transform + pos: 19.5,3.5 + parent: 2 + - uid: 677 + components: + - type: Transform + pos: 32.5,0.5 + parent: 2 + - uid: 678 + components: + - type: Transform + pos: 33.5,3.5 + parent: 2 + - uid: 679 + components: + - type: Transform + pos: 14.5,0.5 + parent: 2 + - uid: 709 + components: + - type: Transform + pos: 36.5,10.5 + parent: 2 + - uid: 711 + components: + - type: Transform + pos: 41.5,9.5 + parent: 2 + - uid: 712 + components: + - type: Transform + pos: 42.5,9.5 + parent: 2 + - uid: 713 + components: + - type: Transform + pos: 39.5,9.5 + parent: 2 + - uid: 768 + components: + - type: Transform + pos: 42.5,14.5 + parent: 2 + - uid: 836 + components: + - type: Transform + pos: 44.5,18.5 + parent: 2 + - uid: 837 + components: + - type: Transform + pos: 44.5,22.5 + parent: 2 + - uid: 838 + components: + - type: Transform + pos: 48.5,22.5 + parent: 2 + - uid: 946 + components: + - type: Transform + pos: 36.5,30.5 + parent: 2 + - uid: 1016 + components: + - type: Transform + pos: 21.5,34.5 + parent: 2 + - uid: 1096 + components: + - type: Transform + pos: 33.5,33.5 + parent: 2 + - uid: 1097 + components: + - type: Transform + pos: 35.5,34.5 + parent: 2 + - uid: 1098 + components: + - type: Transform + pos: 29.5,34.5 + parent: 2 + - uid: 1099 + components: + - type: Transform + pos: 37.5,33.5 + parent: 2 +- proto: RandomGreyStalagmite + entities: + - uid: 655 + components: + - type: Transform + pos: 33.5,27.5 + parent: 2 + - uid: 656 + components: + - type: Transform + pos: 32.5,30.5 + parent: 2 + - uid: 770 + components: + - type: Transform + pos: 41.5,13.5 + parent: 2 +- proto: RandomWoodenSupport + entities: + - uid: 939 + components: + - type: Transform + pos: 10.5,16.5 + parent: 2 + - uid: 940 + components: + - type: Transform + pos: 3.5,12.5 + parent: 2 + - uid: 945 + components: + - type: Transform + pos: 5.5,14.5 + parent: 2 + - uid: 1005 + components: + - type: Transform + pos: 3.5,16.5 + parent: 2 + - uid: 1014 + components: + - type: Transform + pos: 1.5,14.5 + parent: 2 +- proto: RandomWoodenWall + entities: + - uid: 20 + components: + - type: Transform + pos: 21.5,18.5 + parent: 2 + - uid: 406 + components: + - type: Transform + pos: 5.5,6.5 + parent: 2 + - uid: 1002 + components: + - type: Transform + pos: 15.5,7.5 + parent: 2 + - uid: 1003 + components: + - type: Transform + pos: 17.5,8.5 + parent: 2 + - uid: 1004 + components: + - type: Transform + pos: 17.5,9.5 + parent: 2 + - uid: 1008 + components: + - type: Transform + pos: 23.5,21.5 + parent: 2 + - uid: 1010 + components: + - type: Transform + pos: 21.5,24.5 + parent: 2 +- proto: RitualDagger + entities: + - uid: 58 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.584774,6.677495 + parent: 2 +- proto: SalvageCanisterSpawner + entities: + - uid: 185 + components: + - type: Transform + pos: 6.5,12.5 + parent: 2 +- proto: SalvageHumanCorpseSpawner + entities: + - uid: 1011 + components: + - type: Transform + pos: 15.5,32.5 + parent: 2 + - uid: 1012 + components: + - type: Transform + pos: 17.5,34.5 + parent: 2 + - uid: 1013 + components: + - type: Transform + pos: 19.5,32.5 + parent: 2 +- proto: SalvageMaterialCrateSpawner + entities: + - uid: 308 + components: + - type: Transform + pos: 1.5,19.5 + parent: 2 + - uid: 767 + components: + - type: Transform + pos: 45.5,15.5 + parent: 2 + - uid: 965 + components: + - type: Transform + pos: 1.5,33.5 + parent: 2 +- proto: SignDangerMed + entities: + - uid: 128 + components: + - type: Transform + pos: 0.5,10.5 + parent: 2 + - uid: 216 + components: + - type: Transform + pos: 10.5,6.5 + parent: 2 + - uid: 409 + components: + - type: Transform + pos: 6.5,18.5 + parent: 2 + - uid: 422 + components: + - type: Transform + pos: 10.5,22.5 + parent: 2 +- proto: SignNosmoking + entities: + - uid: 573 + components: + - type: Transform + pos: 20.5,24.5 + parent: 2 +- proto: SignRadiationMed + entities: + - uid: 654 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,27.5 + parent: 2 +- proto: SpawnDungeonLootArmoryClutter + entities: + - uid: 639 + components: + - type: Transform + pos: 17.33893,27.368338 + parent: 2 + - uid: 642 + components: + - type: Transform + pos: 17.33893,27.712088 + parent: 2 + - uid: 644 + components: + - type: Transform + pos: 18.229555,30.102713 + parent: 2 + - uid: 1130 + components: + - type: Transform + pos: 18.43268,30.446463 + parent: 2 + - uid: 1131 + components: + - type: Transform + pos: 18.385805,26.555838 + parent: 2 + - uid: 1132 + components: + - type: Transform + pos: 21.19949,30.071463 + parent: 2 + - uid: 1133 + components: + - type: Transform + pos: 21.527615,29.790213 + parent: 2 +- proto: SpawnDungeonLootArmoryGuns + entities: + - uid: 614 + components: + - type: Transform + pos: 21.604555,26.493338 + parent: 2 + - uid: 964 + components: + - type: Transform + pos: 9.485243,26.50202 + parent: 2 + - uid: 966 + components: + - type: Transform + pos: 9.641493,26.93952 + parent: 2 +- proto: SpawnDungeonLootArmoryMelee + entities: + - uid: 633 + components: + - type: Transform + pos: 20.854555,29.071463 + parent: 2 + - uid: 643 + components: + - type: Transform + pos: 16.55768,27.758963 + parent: 2 + - uid: 1114 + components: + - type: Transform + pos: 9.282118,27.736395 + parent: 2 +- proto: SpawnDungeonLootCanister + entities: + - uid: 651 + components: + - type: Transform + pos: 14.5,8.5 + parent: 2 + - uid: 684 + components: + - type: Transform + pos: 9.5,6.5 + parent: 2 + - uid: 724 + components: + - type: Transform + pos: 19.5,10.5 + parent: 2 + - uid: 729 + components: + - type: Transform + pos: 13.5,19.5 + parent: 2 + - uid: 762 + components: + - type: Transform + pos: 41.5,7.5 + parent: 2 +- proto: SpawnDungeonLootCircuitBoard + entities: + - uid: 1039 + components: + - type: Transform + pos: 50.368248,4.5766296 + parent: 2 + - uid: 1051 + components: + - type: Transform + pos: 50.477623,0.56100464 + parent: 2 +- proto: SpawnDungeonLootClutterEngi + entities: + - uid: 765 + components: + - type: Transform + pos: 18.509827,7.5301414 + parent: 2 + - uid: 1094 + components: + - type: Transform + pos: 18.744202,7.5926414 + parent: 2 +- proto: SpawnDungeonLootClutterSalvage + entities: + - uid: 43 + components: + - type: Transform + pos: 13.53418,18.534971 + parent: 2 + - uid: 548 + components: + - type: Transform + pos: 27.429394,15.55666 + parent: 2 + - uid: 612 + components: + - type: Transform + pos: 29.991856,28.373144 + parent: 2 + - uid: 650 + components: + - type: Transform + pos: 23.38866,20.62388 + parent: 2 + - uid: 1052 + components: + - type: Transform + pos: 39.45153,7.6384115 + parent: 2 + - uid: 1111 + components: + - type: Transform + pos: 21.623035,20.59263 + parent: 2 + - uid: 1117 + components: + - type: Transform + pos: 45.388588,13.5004015 + parent: 2 + - uid: 1118 + components: + - type: Transform + pos: 45.716713,13.5941515 + parent: 2 + - uid: 1119 + components: + - type: Transform + pos: 43.404213,20.689926 + parent: 2 + - uid: 1120 + components: + - type: Transform + pos: 48.372963,19.455551 + parent: 2 + - uid: 1121 + components: + - type: Transform + pos: 12.166151,13.4858 + parent: 2 + - uid: 1122 + components: + - type: Transform + pos: 11.181776,13.813925 + parent: 2 + - uid: 1123 + components: + - type: Transform + pos: 4.6505265,15.39205 + parent: 2 + - uid: 1124 + components: + - type: Transform + pos: 15.59473,22.56459 + parent: 2 + - uid: 1125 + components: + - type: Transform + pos: 15.391605,22.56459 + parent: 2 + - uid: 1126 + components: + - type: Transform + pos: 17.801481,27.454563 + parent: 2 + - uid: 1127 + components: + - type: Transform + pos: 9.68271,27.517063 + parent: 2 +- proto: SpawnDungeonLootCrateVehicle + entities: + - uid: 1128 + components: + - type: Transform + pos: 2.5,29.5 + parent: 2 + - uid: 1129 + components: + - type: Transform + pos: 6.5,30.5 + parent: 2 +- proto: SpawnDungeonLootFood + entities: + - uid: 55 + components: + - type: Transform + pos: 29.507519,13.46291 + parent: 2 + - uid: 64 + components: + - type: Transform + pos: 17.734632,29.404394 + parent: 2 + - uid: 76 + components: + - type: Transform + pos: 17.359632,29.591894 + parent: 2 + - uid: 77 + components: + - type: Transform + pos: 0.5280714,25.361395 + parent: 2 + - uid: 108 + components: + - type: Transform + pos: 2.3405714,24.59577 + parent: 2 + - uid: 139 + components: + - type: Transform + pos: 37.327374,4.5453796 + parent: 2 + - uid: 1112 + components: + - type: Transform + pos: 21.41991,20.014505 + parent: 2 + - uid: 1113 + components: + - type: Transform + pos: 21.60741,19.545755 + parent: 2 +- proto: SpawnDungeonLootKitsFirstAid + entities: + - uid: 447 + components: + - type: Transform + pos: 19.435535,20.545755 + parent: 2 + - uid: 448 + components: + - type: Transform + pos: 19.48241,19.46763 + parent: 2 + - uid: 455 + components: + - type: Transform + pos: 44.346497,13.572924 + parent: 2 + - uid: 457 + components: + - type: Transform + pos: 44.627747,13.432299 + parent: 2 +- proto: SpawnDungeonLootLatheEngi + entities: + - uid: 25 + components: + - type: Transform + pos: 6.5,2.5 + parent: 2 + - uid: 623 + components: + - type: Transform + pos: 10.5,2.5 + parent: 2 +- proto: SpawnDungeonLootLatheSalvage + entities: + - uid: 558 + components: + - type: Transform + pos: 8.5,3.5 + parent: 2 +- proto: SpawnDungeonLootLockersSalvage + entities: + - uid: 207 + components: + - type: Transform + pos: 2.5,25.5 + parent: 2 + - uid: 271 + components: + - type: Transform + pos: 0.5,29.5 + parent: 2 + - uid: 304 + components: + - type: Transform + pos: 2.5,26.5 + parent: 2 + - uid: 311 + components: + - type: Transform + pos: 0.5,28.5 + parent: 2 +- proto: SpawnDungeonLootMaterialsBasicFull + entities: + - uid: 766 + components: + - type: Transform + pos: 39.450226,34.5758 + parent: 2 + - uid: 802 + components: + - type: Transform + pos: 9.485243,28.47077 + parent: 2 + - uid: 933 + components: + - type: Transform + pos: 40.65335,34.48205 + parent: 2 + - uid: 1115 + components: + - type: Transform + pos: 40.106476,34.5133 + parent: 2 +- proto: SpawnDungeonLootMaterialsValuableFull + entities: + - uid: 405 + components: + - type: Transform + pos: 13.56543,21.847471 + parent: 2 + - uid: 444 + components: + - type: Transform + pos: 15.612305,19.363096 + parent: 2 +- proto: SpawnDungeonLootOresFull + entities: + - uid: 135 + components: + - type: Transform + pos: 37.718,4.4360046 + parent: 2 +- proto: SpawnDungeonLootOresSingle + entities: + - uid: 175 + components: + - type: Transform + pos: 9.870603,33.31657 + parent: 2 + - uid: 183 + components: + - type: Transform + pos: 7.5581026,33.644695 + parent: 2 + - uid: 192 + components: + - type: Transform + pos: 4.4331026,33.44157 + parent: 2 + - uid: 403 + components: + - type: Transform + pos: 8.870603,33.59782 + parent: 2 + - uid: 404 + components: + - type: Transform + pos: 3.4956026,33.66032 + parent: 2 + - uid: 936 + components: + - type: Transform + pos: 11.354978,33.66032 + parent: 2 + - uid: 937 + components: + - type: Transform + pos: 6.6518526,33.457195 + parent: 2 + - uid: 959 + components: + - type: Transform + pos: 5.4956026,33.62907 + parent: 2 + - uid: 1116 + components: + - type: Transform + pos: 10.778971,33.37907 + parent: 2 +- proto: SpawnDungeonLootPartsEngi + entities: + - uid: 1095 + components: + - type: Transform + pos: 19.447327,7.5770164 + parent: 2 +- proto: SpawnDungeonLootToolbox + entities: + - uid: 960 + components: + - type: Transform + pos: 39.513714,20.608255 + parent: 2 + - uid: 961 + components: + - type: Transform + pos: 33.458927,12.651049 + parent: 2 +- proto: SpawnDungeonLootToolsSalvage + entities: + - uid: 49 + components: + - type: Transform + pos: 32.52003,4.4516296 + parent: 2 + - uid: 195 + components: + - type: Transform + pos: 43.474083,7.4821615 + parent: 2 + - uid: 458 + components: + - type: Transform + pos: 20.486082,0.61365485 + parent: 2 + - uid: 549 + components: + - type: Transform + pos: 4.498382,13.615852 + parent: 2 + - uid: 569 + components: + - type: Transform + pos: 4.5496006,9.405142 + parent: 2 + - uid: 570 + components: + - type: Transform + pos: 2.482757,13.584602 + parent: 2 + - uid: 571 + components: + - type: Transform + pos: 46.52404,4.5453796 + parent: 2 + - uid: 572 + components: + - type: Transform + pos: 12.549805,19.534971 + parent: 2 + - uid: 585 + components: + - type: Transform + pos: 23.73241,19.483255 + parent: 2 + - uid: 592 + components: + - type: Transform + pos: 23.404285,19.62388 + parent: 2 + - uid: 634 + components: + - type: Transform + pos: 23.560535,20.49888 + parent: 2 + - uid: 967 + components: + - type: Transform + pos: 2.482757,15.522102 + parent: 2 + - uid: 1035 + components: + - type: Transform + pos: 11.433525,2.584891 + parent: 2 + - uid: 1109 + components: + - type: Transform + pos: 2.701507,15.506477 + parent: 2 + - uid: 1110 + components: + - type: Transform + pos: 27.679394,15.49416 + parent: 2 +- proto: SpawnDungeonVendomatsMed + entities: + - uid: 962 + components: + - type: Transform + pos: 41.5,15.5 + parent: 2 +- proto: SpawnDungeonVendomatsRecreational + entities: + - uid: 963 + components: + - type: Transform + pos: 3.5,21.5 + parent: 2 +- proto: StatueVenusBlue + entities: + - uid: 487 + components: + - type: Transform + pos: 29.5,21.5 + parent: 2 +- proto: StatueVenusRed + entities: + - uid: 1043 + components: + - type: Transform + pos: 14.5,20.5 + parent: 2 +- proto: SubstationBasic + entities: + - uid: 383 + components: + - type: Transform + pos: 25.5,13.5 + parent: 2 +- proto: TableCounterMetal + entities: + - uid: 11 + components: + - type: Transform + pos: 4.5,13.5 + parent: 2 + - uid: 111 + components: + - type: Transform + pos: 2.5,15.5 + parent: 2 + - type: ContainerContainer + containers: + stickers_container: !type:Container + showEnts: True + ents: [] + - uid: 127 + components: + - type: Transform + pos: 9.5,28.5 + parent: 2 + - uid: 133 + components: + - type: Transform + pos: 9.5,27.5 + parent: 2 + - uid: 134 + components: + - type: Transform + pos: 9.5,26.5 + parent: 2 + - uid: 355 + components: + - type: Transform + pos: 38.5,6.5 + parent: 2 + - uid: 528 + components: + - type: Transform + pos: 21.5,20.5 + parent: 2 + - uid: 531 + components: + - type: Transform + pos: 21.5,19.5 + parent: 2 + - uid: 640 + components: + - type: Transform + pos: 4.5,15.5 + parent: 2 + - uid: 647 + components: + - type: Transform + pos: 2.5,13.5 + parent: 2 + - uid: 716 + components: + - type: Transform + pos: 38.5,7.5 + parent: 2 + - uid: 717 + components: + - type: Transform + pos: 39.5,7.5 + parent: 2 + - uid: 718 + components: + - type: Transform + pos: 40.5,7.5 + parent: 2 + - uid: 719 + components: + - type: Transform + pos: 42.5,7.5 + parent: 2 + - uid: 720 + components: + - type: Transform + pos: 43.5,7.5 + parent: 2 + - uid: 823 + components: + - type: Transform + pos: 48.5,19.5 + parent: 2 + - uid: 938 + components: + - type: Transform + pos: 6.5,15.5 + parent: 2 + - uid: 1102 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,32.5 + parent: 2 +- proto: TableFancyPurple + entities: + - uid: 618 + components: + - type: Transform + pos: 35.5,23.5 + parent: 2 +- proto: TableFancyRed + entities: + - uid: 78 + components: + - type: Transform + pos: 33.5,9.5 + parent: 2 + - uid: 122 + components: + - type: Transform + pos: 32.5,9.5 + parent: 2 + - uid: 182 + components: + - type: Transform + pos: 31.5,9.5 + parent: 2 +- proto: TableStone + entities: + - uid: 605 + components: + - type: Transform + pos: 17.5,29.5 + parent: 2 + - uid: 613 + components: + - type: Transform + pos: 17.5,27.5 + parent: 2 +- proto: TorsoBorg + entities: + - uid: 807 + components: + - type: Transform + pos: 42.660984,19.533558 + parent: 2 +- proto: TorsoBorgJanitor + entities: + - uid: 835 + components: + - type: Transform + pos: 47.640297,19.235235 + parent: 2 +- proto: VendingMachineChapel + entities: + - uid: 146 + components: + - type: Transform + pos: 33.5,6.5 + parent: 2 +- proto: WallCobblebrick + entities: + - uid: 94 + components: + - type: Transform + pos: 0.5,10.5 + parent: 2 + - uid: 96 + components: + - type: Transform + pos: 10.5,10.5 + parent: 2 + - uid: 100 + components: + - type: Transform + pos: 0.5,6.5 + parent: 2 + - uid: 101 + components: + - type: Transform + pos: 10.5,6.5 + parent: 2 + - uid: 118 + components: + - type: Transform + pos: 9.5,25.5 + parent: 2 + - uid: 124 + components: + - type: Transform + pos: 9.5,29.5 + parent: 2 + - uid: 418 + components: + - type: Transform + pos: 6.5,18.5 + parent: 2 + - uid: 419 + components: + - type: Transform + pos: 6.5,22.5 + parent: 2 + - uid: 420 + components: + - type: Transform + pos: 10.5,22.5 + parent: 2 + - uid: 421 + components: + - type: Transform + pos: 10.5,18.5 + parent: 2 +- proto: WallMining + entities: + - uid: 281 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,18.5 + parent: 2 + - uid: 282 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,22.5 + parent: 2 + - uid: 283 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,22.5 + parent: 2 + - uid: 295 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,18.5 + parent: 2 + - uid: 349 + components: + - type: Transform + pos: 26.5,16.5 + parent: 2 + - uid: 356 + components: + - type: Transform + pos: 29.5,16.5 + parent: 2 + - uid: 357 + components: + - type: Transform + pos: 29.5,12.5 + parent: 2 + - uid: 360 + components: + - type: Transform + pos: 26.5,12.5 + parent: 2 + - uid: 373 + components: + - type: Transform + pos: 25.5,12.5 + parent: 2 + - uid: 393 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,15.5 + parent: 2 + - uid: 394 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,13.5 + parent: 2 + - uid: 461 + components: + - type: Transform + pos: 24.5,19.5 + parent: 2 + - uid: 470 + components: + - type: Transform + pos: 19.5,24.5 + parent: 2 + - uid: 471 + components: + - type: Transform + pos: 18.5,23.5 + parent: 2 + - uid: 475 + components: + - type: Transform + pos: 18.5,19.5 + parent: 2 + - uid: 476 + components: + - type: Transform + pos: 19.5,18.5 + parent: 2 + - uid: 480 + components: + - type: Transform + pos: 23.5,18.5 + parent: 2 + - uid: 595 + components: + - type: Transform + pos: 34.5,23.5 + parent: 2 + - uid: 597 + components: + - type: Transform + pos: 34.5,22.5 + parent: 2 + - uid: 616 + components: + - type: Transform + pos: 35.5,24.5 + parent: 2 + - uid: 624 + components: + - type: Transform + pos: 36.5,24.5 + parent: 2 + - uid: 657 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,27.5 + parent: 2 + - uid: 691 + components: + - type: Transform + pos: 38.5,8.5 + parent: 2 + - uid: 692 + components: + - type: Transform + pos: 42.5,8.5 + parent: 2 + - uid: 693 + components: + - type: Transform + pos: 43.5,8.5 + parent: 2 + - uid: 698 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,7.5 + parent: 2 + - uid: 730 + components: + - type: Transform + pos: 41.5,12.5 + parent: 2 + - uid: 735 + components: + - type: Transform + pos: 41.5,16.5 + parent: 2 + - uid: 736 + components: + - type: Transform + pos: 45.5,16.5 + parent: 2 + - uid: 741 + components: + - type: Transform + pos: 45.5,12.5 + parent: 2 + - uid: 1072 + components: + - type: Transform + pos: 32.5,32.5 + parent: 2 + - uid: 1073 + components: + - type: Transform + pos: 36.5,34.5 + parent: 2 +- proto: WallMiningDiagonal + entities: + - uid: 276 + components: + - type: Transform + pos: 0.5,22.5 + parent: 2 + - uid: 277 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,22.5 + parent: 2 + - uid: 278 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,18.5 + parent: 2 + - uid: 279 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,18.5 + parent: 2 + - uid: 362 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,16.5 + parent: 2 + - uid: 363 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,12.5 + parent: 2 + - uid: 481 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,18.5 + parent: 2 + - uid: 483 + components: + - type: Transform + pos: 18.5,24.5 + parent: 2 + - uid: 484 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,18.5 + parent: 2 + - uid: 555 + components: + - type: Transform + pos: 40.5,16.5 + parent: 2 + - uid: 561 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,16.5 + parent: 2 + - uid: 562 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,12.5 + parent: 2 + - uid: 583 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,30.5 + parent: 2 + - uid: 584 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,30.5 + parent: 2 + - uid: 598 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,12.5 + parent: 2 + - uid: 694 + components: + - type: Transform + pos: 37.5,8.5 + parent: 2 + - uid: 697 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,8.5 + parent: 2 +- proto: WallRock + entities: + - uid: 8 + components: + - type: Transform + pos: 5.5,16.5 + parent: 2 + - uid: 9 + components: + - type: Transform + pos: 5.5,12.5 + parent: 2 + - uid: 10 + components: + - type: Transform + pos: 1.5,12.5 + parent: 2 + - uid: 14 + components: + - type: Transform + pos: 5.5,15.5 + parent: 2 + - uid: 15 + components: + - type: Transform + pos: 5.5,13.5 + parent: 2 + - uid: 16 + components: + - type: Transform + pos: 1.5,16.5 + parent: 2 + - uid: 17 + components: + - type: Transform + pos: 1.5,13.5 + parent: 2 + - uid: 18 + components: + - type: Transform + pos: 12.5,10.5 + parent: 2 + - uid: 19 + components: + - type: Transform + pos: 21.5,10.5 + parent: 2 + - uid: 21 + components: + - type: Transform + pos: 12.5,6.5 + parent: 2 + - uid: 22 + components: + - type: Transform + pos: 22.5,10.5 + parent: 2 + - uid: 23 + components: + - type: Transform + pos: 22.5,9.5 + parent: 2 + - uid: 24 + components: + - type: Transform + pos: 22.5,6.5 + parent: 2 + - uid: 26 + components: + - type: Transform + pos: 15.5,8.5 + parent: 2 + - uid: 45 + components: + - type: Transform + pos: 15.5,9.5 + parent: 2 + - uid: 47 + components: + - type: Transform + pos: 9.5,12.5 + parent: 2 + - uid: 60 + components: + - type: Transform + pos: 4.5,16.5 + parent: 2 + - uid: 61 + components: + - type: Transform + pos: 3.5,4.5 + parent: 2 + - uid: 65 + components: + - type: Transform + pos: 2.5,16.5 + parent: 2 + - uid: 66 + components: + - type: Transform + pos: 17.5,7.5 + parent: 2 + - uid: 68 + components: + - type: Transform + pos: 18.5,6.5 + parent: 2 + - uid: 69 + components: + - type: Transform + pos: 15.5,3.5 + parent: 2 + - uid: 75 + components: + - type: Transform + pos: 13.5,16.5 + parent: 2 + - uid: 81 + components: + - type: Transform + pos: 16.5,4.5 + parent: 2 + - uid: 82 + components: + - type: Transform + pos: 14.5,4.5 + parent: 2 + - uid: 97 + components: + - type: Transform + pos: 18.5,4.5 + parent: 2 + - uid: 104 + components: + - type: Transform + pos: 4.5,4.5 + parent: 2 + - uid: 105 + components: + - type: Transform + pos: 3.5,3.5 + parent: 2 + - uid: 109 + components: + - type: Transform + pos: 5.5,4.5 + parent: 2 + - uid: 112 + components: + - type: Transform + pos: 19.5,6.5 + parent: 2 + - uid: 114 + components: + - type: Transform + pos: 14.5,6.5 + parent: 2 + - uid: 116 + components: + - type: Transform + pos: 10.5,0.5 + parent: 2 + - uid: 120 + components: + - type: Transform + pos: 16.5,0.5 + parent: 2 + - uid: 123 + components: + - type: Transform + pos: 9.5,1.5 + parent: 2 + - uid: 125 + components: + - type: Transform + pos: 9.5,2.5 + parent: 2 + - uid: 126 + components: + - type: Transform + pos: 12.5,0.5 + parent: 2 + - uid: 137 + components: + - type: Transform + pos: 12.5,15.5 + parent: 2 + - uid: 141 + components: + - type: Transform + pos: 15.5,0.5 + parent: 2 + - uid: 145 + components: + - type: Transform + pos: 10.5,1.5 + parent: 2 + - uid: 147 + components: + - type: Transform + pos: 11.5,1.5 + parent: 2 + - uid: 148 + components: + - type: Transform + pos: 33.5,10.5 + parent: 2 + - uid: 149 + components: + - type: Transform + pos: 11.5,0.5 + parent: 2 + - uid: 150 + components: + - type: Transform + pos: 6.5,3.5 + parent: 2 + - uid: 152 + components: + - type: Transform + pos: 5.5,2.5 + parent: 2 + - uid: 158 + components: + - type: Transform + pos: 4.5,2.5 + parent: 2 + - uid: 160 + components: + - type: Transform + pos: 34.5,10.5 + parent: 2 + - uid: 168 + components: + - type: Transform + pos: 28.5,8.5 + parent: 2 + - uid: 178 + components: + - type: Transform + pos: 15.5,4.5 + parent: 2 + - uid: 180 + components: + - type: Transform + pos: 24.5,7.5 + parent: 2 + - uid: 181 + components: + - type: Transform + pos: 24.5,6.5 + parent: 2 + - uid: 186 + components: + - type: Transform + pos: 26.5,6.5 + parent: 2 + - uid: 187 + components: + - type: Transform + pos: 29.5,9.5 + parent: 2 + - uid: 189 + components: + - type: Transform + pos: 32.5,10.5 + parent: 2 + - uid: 190 + components: + - type: Transform + pos: 24.5,10.5 + parent: 2 + - uid: 191 + components: + - type: Transform + pos: 25.5,6.5 + parent: 2 + - uid: 193 + components: + - type: Transform + pos: 15.5,10.5 + parent: 2 + - uid: 196 + components: + - type: Transform + pos: 5.5,3.5 + parent: 2 + - uid: 198 + components: + - type: Transform + pos: 28.5,9.5 + parent: 2 + - uid: 199 + components: + - type: Transform + pos: 34.5,6.5 + parent: 2 + - uid: 202 + components: + - type: Transform + pos: 14.5,9.5 + parent: 2 + - uid: 210 + components: + - type: Transform + pos: 6.5,25.5 + parent: 2 + - uid: 211 + components: + - type: Transform + pos: 4.5,3.5 + parent: 2 + - uid: 215 + components: + - type: Transform + pos: 2.5,4.5 + parent: 2 + - uid: 217 + components: + - type: Transform + pos: 27.5,9.5 + parent: 2 + - uid: 219 + components: + - type: Transform + pos: 34.5,9.5 + parent: 2 + - uid: 221 + components: + - type: Transform + pos: 1.5,15.5 + parent: 2 + - uid: 235 + components: + - type: Transform + pos: 19.5,0.5 + parent: 2 + - uid: 236 + components: + - type: Transform + pos: 18.5,0.5 + parent: 2 + - uid: 237 + components: + - type: Transform + pos: 19.5,4.5 + parent: 2 + - uid: 238 + components: + - type: Transform + pos: 18.5,3.5 + parent: 2 + - uid: 239 + components: + - type: Transform + pos: 21.5,0.5 + parent: 2 + - uid: 240 + components: + - type: Transform + pos: 33.5,0.5 + parent: 2 + - uid: 241 + components: + - type: Transform + pos: 34.5,0.5 + parent: 2 + - uid: 242 + components: + - type: Transform + pos: 34.5,4.5 + parent: 2 + - uid: 243 + components: + - type: Transform + pos: 34.5,3.5 + parent: 2 + - uid: 244 + components: + - type: Transform + pos: 33.5,4.5 + parent: 2 + - uid: 245 + components: + - type: Transform + pos: 27.5,1.5 + parent: 2 + - uid: 247 + components: + - type: Transform + pos: 28.5,1.5 + parent: 2 + - uid: 248 + components: + - type: Transform + pos: 25.5,2.5 + parent: 2 + - uid: 251 + components: + - type: Transform + pos: 24.5,2.5 + parent: 2 + - uid: 252 + components: + - type: Transform + pos: 24.5,1.5 + parent: 2 + - uid: 309 + components: + - type: Transform + pos: 8.5,12.5 + parent: 2 + - uid: 314 + components: + - type: Transform + pos: 13.5,12.5 + parent: 2 + - uid: 315 + components: + - type: Transform + pos: 14.5,12.5 + parent: 2 + - uid: 316 + components: + - type: Transform + pos: 5.5,26.5 + parent: 2 + - uid: 324 + components: + - type: Transform + pos: 13.5,13.5 + parent: 2 + - uid: 325 + components: + - type: Transform + pos: 22.5,12.5 + parent: 2 + - uid: 331 + components: + - type: Transform + pos: 21.5,16.5 + parent: 2 + - uid: 341 + components: + - type: Transform + pos: 21.5,15.5 + parent: 2 + - uid: 346 + components: + - type: Transform + pos: 20.5,15.5 + parent: 2 + - uid: 347 + components: + - type: Transform + pos: 20.5,16.5 + parent: 2 + - uid: 348 + components: + - type: Transform + pos: 19.5,16.5 + parent: 2 + - uid: 351 + components: + - type: Transform + pos: 22.5,15.5 + parent: 2 + - uid: 353 + components: + - type: Transform + pos: 22.5,16.5 + parent: 2 + - uid: 388 + components: + - type: Transform + pos: 8.5,16.5 + parent: 2 + - uid: 464 + components: + - type: Transform + pos: 22.5,23.5 + parent: 2 + - uid: 466 + components: + - type: Transform + pos: 24.5,22.5 + parent: 2 + - uid: 479 + components: + - type: Transform + pos: 13.5,15.5 + parent: 2 + - uid: 482 + components: + - type: Transform + pos: 23.5,22.5 + parent: 2 + - uid: 493 + components: + - type: Transform + pos: 23.5,23.5 + parent: 2 + - uid: 494 + components: + - type: Transform + pos: 24.5,23.5 + parent: 2 + - uid: 515 + components: + - type: Transform + pos: 24.5,24.5 + parent: 2 + - uid: 516 + components: + - type: Transform + pos: 23.5,24.5 + parent: 2 + - uid: 518 + components: + - type: Transform + pos: 22.5,24.5 + parent: 2 + - uid: 520 + components: + - type: Transform + pos: 26.5,23.5 + parent: 2 + - uid: 522 + components: + - type: Transform + pos: 26.5,24.5 + parent: 2 + - uid: 523 + components: + - type: Transform + pos: 27.5,24.5 + parent: 2 + - uid: 524 + components: + - type: Transform + pos: 32.5,18.5 + parent: 2 + - uid: 525 + components: + - type: Transform + pos: 32.5,24.5 + parent: 2 + - uid: 526 + components: + - type: Transform + pos: 26.5,18.5 + parent: 2 + - uid: 527 + components: + - type: Transform + pos: 31.5,20.5 + parent: 2 + - uid: 529 + components: + - type: Transform + pos: 31.5,19.5 + parent: 2 + - uid: 530 + components: + - type: Transform + pos: 32.5,19.5 + parent: 2 + - uid: 532 + components: + - type: Transform + pos: 29.5,19.5 + parent: 2 + - uid: 533 + components: + - type: Transform + pos: 27.5,21.5 + parent: 2 + - uid: 557 + components: + - type: Transform + pos: 30.5,27.5 + parent: 2 + - uid: 559 + components: + - type: Transform + pos: 24.5,27.5 + parent: 2 + - uid: 563 + components: + - type: Transform + pos: 26.5,26.5 + parent: 2 + - uid: 577 + components: + - type: Transform + pos: 24.5,30.5 + parent: 2 + - uid: 580 + components: + - type: Transform + pos: 34.5,24.5 + parent: 2 + - uid: 581 + components: + - type: Transform + pos: 40.5,18.5 + parent: 2 + - uid: 582 + components: + - type: Transform + pos: 39.5,18.5 + parent: 2 + - uid: 586 + components: + - type: Transform + pos: 40.5,19.5 + parent: 2 + - uid: 587 + components: + - type: Transform + pos: 39.5,19.5 + parent: 2 + - uid: 588 + components: + - type: Transform + pos: 38.5,20.5 + parent: 2 + - uid: 589 + components: + - type: Transform + pos: 38.5,19.5 + parent: 2 + - uid: 631 + components: + - type: Transform + pos: 16.5,26.5 + parent: 2 + - uid: 632 + components: + - type: Transform + pos: 34.5,18.5 + parent: 2 + - uid: 641 + components: + - type: Transform + pos: 16.5,30.5 + parent: 2 + - uid: 646 + components: + - type: Transform + pos: 22.5,27.5 + parent: 2 + - uid: 648 + components: + - type: Transform + pos: 20.5,26.5 + parent: 2 + - uid: 652 + components: + - type: Transform + pos: 2.5,12.5 + parent: 2 + - uid: 653 + components: + - type: Transform + pos: 4.5,12.5 + parent: 2 + - uid: 660 + components: + - type: Transform + pos: 34.5,26.5 + parent: 2 + - uid: 662 + components: + - type: Transform + pos: 32.5,29.5 + parent: 2 + - uid: 666 + components: + - type: Transform + pos: 38.5,16.5 + parent: 2 + - uid: 667 + components: + - type: Transform + pos: 37.5,16.5 + parent: 2 + - uid: 668 + components: + - type: Transform + pos: 38.5,15.5 + parent: 2 + - uid: 669 + components: + - type: Transform + pos: 38.5,12.5 + parent: 2 + - uid: 670 + components: + - type: Transform + pos: 33.5,16.5 + parent: 2 + - uid: 671 + components: + - type: Transform + pos: 32.5,16.5 + parent: 2 + - uid: 672 + components: + - type: Transform + pos: 32.5,15.5 + parent: 2 + - uid: 673 + components: + - type: Transform + pos: 32.5,12.5 + parent: 2 + - uid: 681 + components: + - type: Transform + pos: 34.5,13.5 + parent: 2 + - uid: 682 + components: + - type: Transform + pos: 34.5,12.5 + parent: 2 + - uid: 688 + components: + - type: Transform + pos: 18.5,34.5 + parent: 2 + - uid: 695 + components: + - type: Transform + pos: 37.5,7.5 + parent: 2 + - uid: 696 + components: + - type: Transform + pos: 37.5,6.5 + parent: 2 + - uid: 705 + components: + - type: Transform + pos: 36.5,6.5 + parent: 2 + - uid: 706 + components: + - type: Transform + pos: 45.5,10.5 + parent: 2 + - uid: 707 + components: + - type: Transform + pos: 46.5,9.5 + parent: 2 + - uid: 708 + components: + - type: Transform + pos: 46.5,6.5 + parent: 2 + - uid: 710 + components: + - type: Transform + pos: 46.5,10.5 + parent: 2 + - uid: 771 + components: + - type: Transform + pos: 42.5,18.5 + parent: 2 + - uid: 772 + components: + - type: Transform + pos: 43.5,18.5 + parent: 2 + - uid: 773 + components: + - type: Transform + pos: 43.5,19.5 + parent: 2 + - uid: 774 + components: + - type: Transform + pos: 47.5,23.5 + parent: 2 + - uid: 775 + components: + - type: Transform + pos: 48.5,24.5 + parent: 2 + - uid: 776 + components: + - type: Transform + pos: 47.5,24.5 + parent: 2 + - uid: 777 + components: + - type: Transform + pos: 47.5,22.5 + parent: 2 + - uid: 778 + components: + - type: Transform + pos: 46.5,22.5 + parent: 2 + - uid: 779 + components: + - type: Transform + pos: 44.5,20.5 + parent: 2 + - uid: 780 + components: + - type: Transform + pos: 45.5,20.5 + parent: 2 + - uid: 781 + components: + - type: Transform + pos: 44.5,19.5 + parent: 2 + - uid: 782 + components: + - type: Transform + pos: 45.5,21.5 + parent: 2 + - uid: 783 + components: + - type: Transform + pos: 44.5,21.5 + parent: 2 + - uid: 784 + components: + - type: Transform + pos: 45.5,22.5 + parent: 2 + - uid: 785 + components: + - type: Transform + pos: 42.5,24.5 + parent: 2 + - uid: 786 + components: + - type: Transform + pos: 42.5,23.5 + parent: 2 + - uid: 787 + components: + - type: Transform + pos: 43.5,24.5 + parent: 2 + - uid: 788 + components: + - type: Transform + pos: 48.5,18.5 + parent: 2 + - uid: 839 + components: + - type: Transform + pos: 45.5,4.5 + parent: 2 + - uid: 840 + components: + - type: Transform + pos: 45.5,3.5 + parent: 2 + - uid: 846 + components: + - type: Transform + pos: 40.5,1.5 + parent: 2 + - uid: 847 + components: + - type: Transform + pos: 41.5,0.5 + parent: 2 + - uid: 849 + components: + - type: Transform + pos: 40.5,0.5 + parent: 2 + - uid: 850 + components: + - type: Transform + pos: 46.5,3.5 + parent: 2 + - uid: 851 + components: + - type: Transform + pos: 47.5,3.5 + parent: 2 + - uid: 853 + components: + - type: Transform + pos: 52.5,0.5 + parent: 2 + - uid: 854 + components: + - type: Transform + pos: 52.5,1.5 + parent: 2 + - uid: 855 + components: + - type: Transform + pos: 51.5,0.5 + parent: 2 + - uid: 856 + components: + - type: Transform + pos: 51.5,4.5 + parent: 2 + - uid: 857 + components: + - type: Transform + pos: 36.5,4.5 + parent: 2 + - uid: 858 + components: + - type: Transform + pos: 36.5,0.5 + parent: 2 + - uid: 859 + components: + - type: Transform + pos: 39.5,0.5 + parent: 2 + - uid: 860 + components: + - type: Transform + pos: 38.5,0.5 + parent: 2 + - uid: 930 + components: + - type: Transform + pos: 50.5,3.5 + parent: 2 + - uid: 941 + components: + - type: Transform + pos: 38.5,30.5 + parent: 2 + - uid: 968 + components: + - type: Transform + pos: 4.5,32.5 + parent: 2 + - uid: 969 + components: + - type: Transform + pos: 0.5,34.5 + parent: 2 + - uid: 970 + components: + - type: Transform + pos: 12.5,34.5 + parent: 2 + - uid: 1001 + components: + - type: Transform + pos: 14.5,32.5 + parent: 2 + - uid: 1018 + components: + - type: Transform + pos: 6.5,16.5 + parent: 2 + - uid: 1019 + components: + - type: Transform + pos: 0.5,16.5 + parent: 2 + - uid: 1021 + components: + - type: Transform + pos: 22.5,32.5 + parent: 2 + - uid: 1031 + components: + - type: Transform + pos: 12.5,18.5 + parent: 2 + - uid: 1032 + components: + - type: Transform + pos: 16.5,22.5 + parent: 2 + - uid: 1033 + components: + - type: Transform + pos: 16.5,18.5 + parent: 2 + - uid: 1034 + components: + - type: Transform + pos: 12.5,22.5 + parent: 2 + - uid: 1066 + components: + - type: Transform + pos: 40.5,32.5 + parent: 2 + - uid: 1069 + components: + - type: Transform + pos: 37.5,34.5 + parent: 2 + - uid: 1071 + components: + - type: Transform + pos: 28.5,34.5 + parent: 2 + - uid: 1074 + components: + - type: Transform + pos: 36.5,32.5 + parent: 2 + - uid: 1075 + components: + - type: Transform + pos: 37.5,32.5 + parent: 2 + - uid: 1076 + components: + - type: Transform + pos: 38.5,32.5 + parent: 2 +- proto: WaterTankFull + entities: + - uid: 1091 + components: + - type: Transform + pos: 38.5,34.5 + parent: 2 +- proto: WeaponPistolCHIMP + entities: + - uid: 617 + components: + - type: Transform + pos: 35.42519,23.6449 + parent: 2 +- proto: WeldingFuelTankFull + entities: + - uid: 833 + components: + - type: Transform + pos: 48.5,20.5 + parent: 2 + - uid: 990 + components: + - type: Transform + pos: 11.5,34.5 + parent: 2 +- proto: WeldingFuelTankHighCapacity + entities: + - uid: 1090 + components: + - type: Transform + pos: 39.5,32.5 + parent: 2 +- proto: WindowFrostedDirectional + entities: + - uid: 142 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,26.5 + parent: 2 + - uid: 179 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,29.5 + parent: 2 + - uid: 222 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,25.5 + parent: 2 + - uid: 354 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,27.5 + parent: 2 + - uid: 594 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,28.5 + parent: 2 + - uid: 1047 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,24.5 + parent: 2 +- proto: WoodenSign + entities: + - uid: 223 + components: + - type: Transform + pos: 7.4139023,8.307723 + parent: 2 + - uid: 500 + components: + - type: Transform + pos: 10.363173,19.50409 + parent: 2 +- proto: WoodenSignRight + entities: + - uid: 41 + components: + - type: Transform + pos: 3.4060895,8.378036 + parent: 2 + - uid: 212 + components: + - type: Transform + pos: 5.481395,27.427502 + parent: 2 + - uid: 246 + components: + - type: Transform + pos: 20.401012,2.5267615 + parent: 2 + - uid: 445 + components: + - type: Transform + pos: 9.592986,14.552987 + parent: 2 + - uid: 499 + components: + - type: Transform + pos: 7.494245,21.359413 + parent: 2 + - uid: 501 + components: + - type: Transform + pos: 20.46358,14.338741 + parent: 2 + - uid: 991 + components: + - type: Transform + pos: 10.697649,32.293045 + parent: 2 +- proto: WoodenSupport + entities: + - uid: 42 + components: + - type: Transform + pos: 12.5,9.5 + parent: 2 + - uid: 56 + components: + - type: Transform + pos: 21.5,6.5 + parent: 2 + - uid: 89 + components: + - type: Transform + pos: 31.5,10.5 + parent: 2 + - uid: 154 + components: + - type: Transform + pos: 20.5,10.5 + parent: 2 + - uid: 167 + components: + - type: Transform + pos: 25.5,10.5 + parent: 2 + - uid: 170 + components: + - type: Transform + pos: 32.5,6.5 + parent: 2 + - uid: 250 + components: + - type: Transform + pos: 14.5,3.5 + parent: 2 +- proto: WoodenSupportBeam + entities: + - uid: 53 + components: + - type: Transform + pos: 17.5,10.5 + parent: 2 + - uid: 83 + components: + - type: Transform + pos: 13.5,0.5 + parent: 2 + - uid: 119 + components: + - type: Transform + pos: 3.5,0.5 + parent: 2 + - uid: 140 + components: + - type: Transform + pos: 13.5,4.5 + parent: 2 + - uid: 725 + components: + - type: Transform + pos: 38.5,9.5 + parent: 2 + - uid: 726 + components: + - type: Transform + pos: 38.5,10.5 + parent: 2 + - uid: 727 + components: + - type: Transform + pos: 43.5,9.5 + parent: 2 + - uid: 728 + components: + - type: Transform + pos: 43.5,10.5 + parent: 2 + - uid: 993 + components: + - type: Transform + pos: 4.5,34.5 + parent: 2 + - uid: 994 + components: + - type: Transform + pos: 4.5,33.5 + parent: 2 + - uid: 995 + components: + - type: Transform + pos: 8.5,34.5 + parent: 2 + - uid: 996 + components: + - type: Transform + pos: 8.5,33.5 + parent: 2 + - uid: 997 + components: + - type: Transform + pos: 8.5,32.5 + parent: 2 + - uid: 1015 + components: + - type: Transform + pos: 20.5,32.5 + parent: 2 + - uid: 1017 + components: + - type: Transform + pos: 20.5,34.5 + parent: 2 + - uid: 1020 + components: + - type: Transform + pos: 23.5,34.5 + parent: 2 + - uid: 1022 + components: + - type: Transform + pos: 26.5,33.5 + parent: 2 + - uid: 1023 + components: + - type: Transform + pos: 26.5,34.5 + parent: 2 +- proto: WoodenSupportWall + entities: + - uid: 928 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,3.5 + parent: 2 + - uid: 929 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,3.5 + parent: 2 +... diff --git a/Resources/Maps/_NF/Dungeon/snowy_labs.yml b/Resources/Maps/_NF/Dungeon/snowy_labs.yml new file mode 100644 index 00000000000..667b216f1db --- /dev/null +++ b/Resources/Maps/_NF/Dungeon/snowy_labs.yml @@ -0,0 +1,15338 @@ +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 12: FloorAstroGrass + 13: FloorAstroIce + 17: FloorBlueCircuit + 29: FloorDark + 32: FloorDarkHerringbone + 36: FloorDarkPavement + 37: FloorDarkPavementVertical + 38: FloorDarkPlastic + 44: FloorFreezer + 49: FloorGrassJungle + 58: FloorHydro + 61: FloorLaundry + 62: FloorLino + 74: FloorPlanetGrass + 75: FloorPlastic + 77: FloorReinforced + 78: FloorReinforcedHardened + 80: FloorShowroom + 84: FloorShuttleOrange + 89: FloorSnow + 90: FloorSnowDug + 91: FloorSteel + 96: FloorSteelDiagonal + 101: FloorSteelMini + 102: FloorSteelMono + 105: FloorSteelPavementVertical + 106: FloorTechMaint + 107: FloorTechMaint2 + 108: FloorTechMaint3 + 110: FloorWhite + 115: FloorWhiteMono + 119: FloorWhitePlastic + 120: FloorWood + 121: FloorWoodLarge + 124: Plating + 128: PlatingSnow +entities: +- proto: "" + entities: + - uid: 1653 + components: + - type: MetaData + - type: Transform + - type: Map + - type: PhysicsMap + - type: Broadphase + - type: OccluderTree + - type: MapGrid + chunks: + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAA + version: 6 + 0,0: + ind: 0,0 + tiles: WQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAASwAAAAAAdwAAAAABSwAAAAAASwAAAAABdwAAAAABSwAAAAAAWwAAAAAAWwAAAAADWwAAAAAAWwAAAAADWwAAAAABVAAAAAAAIAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAASwAAAAADdwAAAAABSwAAAAAASwAAAAACdwAAAAAASwAAAAACWwAAAAADWwAAAAAAWwAAAAABWwAAAAAAWwAAAAADVAAAAAAAJQAAAAAAOgAAAAAAaQAAAAAAOgAAAAAAWwAAAAAAeAAAAAABeAAAAAAAeAAAAAABeAAAAAAAeAAAAAADeAAAAAACeAAAAAABeAAAAAAAeAAAAAABeAAAAAADVAAAAAAAJQAAAAAAOgAAAAAAaQAAAAAAOgAAAAAASwAAAAACeAAAAAABeAAAAAABeAAAAAAAeAAAAAACeAAAAAABeAAAAAABeAAAAAAAeAAAAAACeAAAAAAAeAAAAAACVAAAAAAAJQAAAAAAOgAAAAAAaQAAAAAAOgAAAAAASwAAAAABSwAAAAACSwAAAAAASwAAAAACSwAAAAABSwAAAAABSwAAAAABSwAAAAAASwAAAAACSwAAAAABSwAAAAABVAAAAAAAIAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAVAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAVAAAAAAAWwAAAAAAWwAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAWQAAAAAAWQAAAAAAVAAAAAAAHQAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAHQAAAAAAVAAAAAAAWwAAAAAAWwAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAWQAAAAAAWQAAAAAAVAAAAAAAHQAAAAAAfAAAAAAATQAAAAAATQAAAAAATQAAAAAAfAAAAAAAHQAAAAAAVAAAAAAAWwAAAAAAWwAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAWQAAAAAAWQAAAAAAVAAAAAAAHQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAHQAAAAAAVAAAAAAA + version: 6 + 0,1: + ind: 0,1 + tiles: WwAAAAAAWwAAAAAAWQAAAAAAWQAAAAAAWwAAAAAAWwAAAAAAWQAAAAAAVAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAVAAAAAAAWwAAAAABbgAAAAACbgAAAAACbgAAAAADWwAAAAABVAAAAAAAWgAAAAAAbgAAAAADbgAAAAADbgAAAAAALAAAAAAALAAAAAAALAAAAAAAfAAAAAAAfAAAAAAAVAAAAAAAbgAAAAABbgAAAAADWgAAAAAAbgAAAAADbgAAAAADVAAAAAAAbgAAAAACbgAAAAADbgAAAAADbgAAAAACLAAAAAAALAAAAAAAdwAAAAADdwAAAAADdwAAAAADVAAAAAAAbgAAAAADWgAAAAAAWgAAAAAAWgAAAAAAbgAAAAABVAAAAAAAbgAAAAABbgAAAAADbgAAAAAAbgAAAAADLAAAAAAAfAAAAAAAdwAAAAADbgAAAAACbgAAAAACVAAAAAAAbgAAAAABbgAAAAACWgAAAAAAbgAAAAABbgAAAAAAVAAAAAAAbgAAAAACbgAAAAAAbgAAAAADbgAAAAABLAAAAAAAfAAAAAAAdwAAAAADbgAAAAAAbgAAAAADVAAAAAAAWwAAAAAAbgAAAAADbgAAAAAAbgAAAAABWwAAAAABVAAAAAAAbgAAAAABbgAAAAADbgAAAAABbgAAAAACVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAATQAAAAAATQAAAAAATQAAAAAAVAAAAAAAWwAAAAAAWwAAAAABWwAAAAADVAAAAAAAUAAAAAAAUAAAAAAALAAAAAAAVAAAAAAAZQAAAAACZQAAAAACZgAAAAAAVAAAAAAATQAAAAAAEQAAAAAATQAAAAAAVAAAAAAAagAAAAAAWwAAAAAAWwAAAAADVAAAAAAALAAAAAAAUAAAAAAALAAAAAAAVAAAAAAAZQAAAAACZQAAAAACZgAAAAACVAAAAAAATQAAAAAAEQAAAAAATQAAAAAAVAAAAAAAWwAAAAADWwAAAAACWwAAAAADVAAAAAAALAAAAAAALAAAAAAALAAAAAAAVAAAAAAAWQAAAAAAZQAAAAACZgAAAAACVAAAAAAATQAAAAAAEQAAAAAATQAAAAAAVAAAAAAAWwAAAAADWwAAAAABWwAAAAABVAAAAAAALAAAAAAAUAAAAAAALAAAAAAAVAAAAAAAWQAAAAAAWQAAAAAAZgAAAAABVAAAAAAATQAAAAAATQAAAAAATQAAAAAAVAAAAAAAWwAAAAABWwAAAAAAWwAAAAACVAAAAAAALAAAAAAALAAAAAAAUAAAAAAAVAAAAAAAZQAAAAADZQAAAAAAZgAAAAABVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAVAAAAAAAbgAAAAAAbgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAVAAAAAAAbgAAAAACbgAAAAAC + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAA + version: 6 + -1,1: + ind: -1,1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAA + version: 6 + 1,-1: + ind: 1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAA + version: 6 + 1,0: + ind: 1,0 + tiles: WQAAAAAAVAAAAAAAWwAAAAAATQAAAAAATQAAAAAATQAAAAAAWwAAAAAATQAAAAAATQAAAAAATQAAAAAAWwAAAAAATQAAAAAATQAAAAAATQAAAAAAWwAAAAAATQAAAAAAWwAAAAAAVAAAAAAAWwAAAAAATQAAAAAATQAAAAAATQAAAAAAWwAAAAAATQAAAAAATQAAAAAATQAAAAAAWwAAAAAATQAAAAAATQAAAAAATQAAAAAAWwAAAAAATQAAAAAAWwAAAAAAVAAAAAAAWwAAAAAAWwAAAAAATQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAATQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAATQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAVAAAAAAAWwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAWQAAAAAAVAAAAAAAWwAAAAAAfAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAIAAAAAAAVAAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAWwAAAAAAaQAAAAAAWwAAAAAAOgAAAAAAaQAAAAAAOgAAAAAAJQAAAAAAVAAAAAAAagAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAHQAAAAAAWwAAAAAAaQAAAAAAWwAAAAAAOgAAAAAAaQAAAAAAOgAAAAAAJQAAAAAAVAAAAAAAagAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAHQAAAAAAWwAAAAAAaQAAAAAAWwAAAAAAOgAAAAAAaQAAAAAAOgAAAAAAJQAAAAAAVAAAAAAAagAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAHQAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAIAAAAAAAVAAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAWwAAAAABWwAAAAADWwAAAAAAWwAAAAABWwAAAAACWwAAAAABWwAAAAADVAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAVAAAAAAAWwAAAAACSgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAWwAAAAABVAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAATgAAAAAAbgAAAAAAbgAAAAAAVAAAAAAAWwAAAAABSgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAWwAAAAADVAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAATgAAAAAATgAAAAAAbgAAAAAAbgAAAAAAVAAAAAAAWwAAAAABSgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAWwAAAAAAVAAAAAAAbgAAAAAAWQAAAAAATgAAAAAATgAAAAAATgAAAAAAbgAAAAAAbgAAAAAAVAAAAAAA + version: 6 + 1,1: + ind: 1,1 + tiles: WwAAAAAAWwAAAAADWwAAAAADWwAAAAADWwAAAAACWwAAAAADWwAAAAACVAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAbgAAAAADVAAAAAAAMQAAAAAAWwAAAAABWwAAAAABWwAAAAABMQAAAAAAVAAAAAAAWwAAAAAAWwAAAAADWwAAAAADWwAAAAAAWwAAAAADVAAAAAAAWwAAAAAAWwAAAAAAbgAAAAAAVAAAAAAAWwAAAAAAWgAAAAAAWwAAAAAAWwAAAAADWwAAAAADVAAAAAAAWwAAAAACfAAAAAAAfAAAAAAAfAAAAAAAWwAAAAADVAAAAAAAWwAAAAAAWwAAAAAAbgAAAAABVAAAAAAAWwAAAAABWwAAAAACWwAAAAABWwAAAAACWwAAAAABVAAAAAAAWwAAAAADfAAAAAAAfAAAAAAAfAAAAAAAWwAAAAACVAAAAAAAWwAAAAAAWwAAAAAAbgAAAAABVAAAAAAAWwAAAAADWwAAAAABWwAAAAADWwAAAAABWwAAAAADVAAAAAAAWwAAAAACfAAAAAAAfAAAAAAAfAAAAAAAWwAAAAACVAAAAAAAWwAAAAAAWwAAAAAAbgAAAAADVAAAAAAAMQAAAAAAWwAAAAACWwAAAAAAWwAAAAABMQAAAAAAVAAAAAAAWwAAAAABWwAAAAABWwAAAAABWwAAAAADfAAAAAAAVAAAAAAAWwAAAAAAWwAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAHQAAAAADHQAAAAACWQAAAAAAVAAAAAAAYAAAAAAAYAAAAAADYAAAAAABVAAAAAAAOgAAAAAAHQAAAAAAOgAAAAAAVAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAVAAAAAAAHQAAAAADHQAAAAAAWQAAAAAAVAAAAAAAYAAAAAAAYAAAAAAAawAAAAAAVAAAAAAAOgAAAAAAHQAAAAAAOgAAAAAAVAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAVAAAAAAAHQAAAAABHQAAAAAAHQAAAAADVAAAAAAAYAAAAAADYAAAAAACawAAAAAAVAAAAAAAOgAAAAAAHQAAAAAAOgAAAAAAVAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAVAAAAAAAHQAAAAAAHQAAAAAAHQAAAAACVAAAAAAAWQAAAAAAYAAAAAABawAAAAAAVAAAAAAAOgAAAAAAHQAAAAAAOgAAAAAAVAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAVAAAAAAAHQAAAAAAHQAAAAAAHQAAAAACVAAAAAAAWQAAAAAAYAAAAAABYAAAAAADVAAAAAAAOgAAAAAAHQAAAAAAOgAAAAAAVAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAbgAAAAADfAAAAAAAWwAAAAABWwAAAAACWwAAAAACWwAAAAABWwAAAAADWwAAAAACWwAAAAAAWwAAAAABWwAAAAABVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAbgAAAAADagAAAAAAWwAAAAADWwAAAAABWwAAAAAAWwAAAAACWwAAAAAAWwAAAAAAWwAAAAADWwAAAAADWwAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAA + version: 6 + -1,2: + ind: -1,2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAA + version: 6 + -1,3: + ind: -1,3 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,2: + ind: 0,2 + tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAVAAAAAAAbgAAAAADbgAAAAACVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAWwAAAAACWwAAAAACWwAAAAAAWwAAAAADcwAAAAAAcwAAAAAAcwAAAAADWwAAAAADWwAAAAACWwAAAAACWwAAAAABVAAAAAAAWwAAAAADWwAAAAABgAAAAAAAWQAAAAAAWwAAAAACWwAAAAADWwAAAAACWwAAAAAAZgAAAAADZgAAAAAAZgAAAAABWwAAAAACWwAAAAABWwAAAAAAWwAAAAABVAAAAAAAWwAAAAACcwAAAAABcwAAAAABWQAAAAAAWwAAAAAAWwAAAAAAWwAAAAACWwAAAAABcwAAAAABcwAAAAAAcwAAAAACWwAAAAABWwAAAAAAWwAAAAACWwAAAAABVAAAAAAAWwAAAAADWwAAAAADWwAAAAACWQAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAWwAAAAACWwAAAAABWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAADWwAAAAADVAAAAAAAWwAAAAACWwAAAAADWwAAAAABWwAAAAADWwAAAAADWwAAAAAAWwAAAAAAVAAAAAAAWwAAAAAAWwAAAAABWwAAAAABWwAAAAADWwAAAAADWwAAAAAAWwAAAAABVAAAAAAAWwAAAAADWwAAAAABWQAAAAAAWQAAAAAAWQAAAAAAWwAAAAABWwAAAAADVAAAAAAAWwAAAAAAWwAAAAACWwAAAAADWwAAAAABWwAAAAABWwAAAAABWwAAAAAAVAAAAAAAWwAAAAAAWwAAAAABWwAAAAAAWwAAAAACWwAAAAAAWwAAAAACWwAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAVAAAAAAAfAAAAAAAHQAAAAABHQAAAAACHQAAAAADHQAAAAACHQAAAAABHQAAAAABVAAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAVAAAAAAAfAAAAAAAfAAAAAAAHQAAAAABHQAAAAAAHQAAAAACfAAAAAAAfAAAAAAAVAAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAVAAAAAAAWwAAAAACawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAWwAAAAAAVAAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAVAAAAAAAWwAAAAADawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAWwAAAAABVAAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAVAAAAAAAWwAAAAACawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAWwAAAAABVAAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAVAAAAAAAWwAAAAADbAAAAAACawAAAAAAbAAAAAAAawAAAAAAbAAAAAAAWwAAAAABVAAAAAAA + version: 6 + 0,3: + ind: 0,3 + tiles: WwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAVAAAAAAAWwAAAAABWwAAAAACWwAAAAAAWwAAAAABWwAAAAAAWwAAAAAAWwAAAAACVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,2: + ind: 1,2 + tiles: bgAAAAABfAAAAAAAWwAAAAACWwAAAAABWwAAAAABWwAAAAABWwAAAAADWwAAAAACWwAAAAACWwAAAAABWwAAAAACVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWwAAAAABWwAAAAADWwAAAAADWwAAAAACVAAAAAAAWgAAAAAAWwAAAAADWwAAAAACWwAAAAABWwAAAAADWwAAAAABWwAAAAAAWwAAAAABWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAcwAAAAAAgAAAAAAAWwAAAAADVAAAAAAAbgAAAAAAWwAAAAADWwAAAAADWwAAAAACWwAAAAABWwAAAAADWwAAAAACWwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWwAAAAADWwAAAAAAWwAAAAACVAAAAAAAWgAAAAAAWwAAAAACWwAAAAACWwAAAAACWwAAAAADWwAAAAACWwAAAAAAWwAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAWwAAAAABWwAAAAACWwAAAAADWwAAAAADWwAAAAAAWwAAAAABWwAAAAABVAAAAAAAWwAAAAABWwAAAAADfAAAAAAAWwAAAAAAfAAAAAAAWwAAAAACWwAAAAADVAAAAAAAWwAAAAACWwAAAAAAWwAAAAADWwAAAAAAWwAAAAAAWwAAAAADWwAAAAAAVAAAAAAAWwAAAAACWwAAAAAAWwAAAAADWwAAAAAAWwAAAAADWwAAAAACWwAAAAADVAAAAAAAWwAAAAACWwAAAAAAWwAAAAABWwAAAAAAWwAAAAAAWwAAAAABWwAAAAACVAAAAAAAWwAAAAACWwAAAAADfAAAAAAAWwAAAAADfAAAAAAAWwAAAAACWwAAAAACVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAbgAAAAAAfAAAAAAAbgAAAAAAbgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAADAAAAAAAfAAAAAAAbgAAAAAAbgAAAAAAfAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAADAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAADAAAAAAAbgAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAADAAAAAAAfAAAAAAADAAAAAAAfAAAAAAADAAAAAAADAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAbgAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAADAAAAAAADAAAAAAAbgAAAAAAfAAAAAAAbgAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,3: + ind: 1,3 + tiles: bgAAAAAAbgAAAAAAbgAAAAAADAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 2,0: + ind: 2,0 + tiles: TQAAAAAATQAAAAAAWwAAAAAAVAAAAAAAWwAAAAADWwAAAAACWwAAAAACfAAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAfAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAfAAAAAAATQAAAAAATQAAAAAAWwAAAAAAVAAAAAAAWwAAAAACWwAAAAACWwAAAAABfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAfAAAAAAATQAAAAAAWwAAAAAAWwAAAAAAVAAAAAAAWwAAAAADWwAAAAADWwAAAAACWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWQAAAAAAbgAAAAAAbgAAAAAAWwAAAAAAVAAAAAAAWwAAAAAAWwAAAAABWwAAAAABfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAfAAAAAAAbgAAAAAAfAAAAAAAWwAAAAAAVAAAAAAAWwAAAAAAWwAAAAABWwAAAAACfAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAfAAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAfAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAagAAAAAAagAAAAAAagAAAAAAVAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAVAAAAAAAHQAAAAAAWwAAAAAAagAAAAAAVAAAAAAAHQAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAHQAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAHQAAAAAAVAAAAAAAHQAAAAAAWwAAAAAAagAAAAAAVAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAVAAAAAAAHQAAAAAAWwAAAAAAagAAAAAAVAAAAAAAHQAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAHQAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAHQAAAAAAVAAAAAAAagAAAAAAagAAAAAAagAAAAAAVAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAVAAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAfAAAAAAAJgAAAAAAJgAAAAAAVAAAAAAAWwAAAAAAfAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAfAAAAAAAWwAAAAAAVAAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAVAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAVAAAAAAAWwAAAAAAWwAAAAADWwAAAAAAfAAAAAAAWwAAAAAAfAAAAAAAfAAAAAAAVAAAAAAAWwAAAAAAfAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAfAAAAAAAWwAAAAAAVAAAAAAAWwAAAAAAWwAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAWwAAAAADVAAAAAAA + version: 6 + 3,0: + ind: 3,0 + tiles: eAAAAAAAeAAAAAAAeAAAAAAAfAAAAAAAWwAAAAABWwAAAAACWwAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAWwAAAAABWwAAAAADWwAAAAADVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAACWwAAAAAAWwAAAAADVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAWwAAAAACWwAAAAAAWwAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAfAAAAAAAWwAAAAABWwAAAAADWwAAAAADVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAJgAAAAAAJgAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAJgAAAAAAJgAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAJgAAAAAAJgAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 2,-1: + ind: 2,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAA + version: 6 + 3,-1: + ind: 3,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 3,1: + ind: 3,1 + tiles: JgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 3,2: + ind: 3,2 + tiles: VAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAWwAAAAAADQAAAAAADQAAAAAADQAAAAAAWwAAAAAAWwAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADQAAAAAADQAAAAAADQAAAAAAWwAAAAAADQAAAAAADQAAAAAADQAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 2,2: + ind: 2,2 + tiles: VAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAWwAAAAACWwAAAAACWgAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAWwAAAAACWwAAAAADbgAAAAACVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAWwAAAAAAWwAAAAAAWgAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAWwAAAAAAWwAAAAACWwAAAAAAWwAAAAACWQAAAAAAWwAAAAADfAAAAAAAVAAAAAAAWwAAAAADWwAAAAABWwAAAAABWwAAAAABWwAAAAAAWwAAAAADWwAAAAACVAAAAAAAWwAAAAAAWwAAAAACWQAAAAAAfAAAAAAAWwAAAAACWwAAAAAAWwAAAAACVAAAAAAAWwAAAAADWwAAAAADWwAAAAABWwAAAAADWwAAAAADWwAAAAABWwAAAAAAVAAAAAAAWwAAAAAAWQAAAAAAWQAAAAAAWwAAAAACWwAAAAAAfAAAAAAAfAAAAAAAVAAAAAAAWwAAAAACWwAAAAACWwAAAAABWwAAAAADWwAAAAACWwAAAAABWwAAAAABVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 2,1: + ind: 2,1 + tiles: WwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAVAAAAAAAWwAAAAADWwAAAAACfAAAAAAAWwAAAAABfAAAAAAAWwAAAAABWwAAAAACVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAA + version: 6 + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: + - node: + angle: -1.5707963267948966 rad + color: '#FFFFFFFF' + id: Arrows + decals: + 176: 40,39 + 271: 10,35 + 428: 17,25 + 429: 17,26 + 430: 17,27 + - node: + color: '#FFFFFFFF' + id: Arrows + decals: + 778: 41,14 + - node: + angle: 1.5707963267948966 rad + color: '#FFFFFFFF' + id: Arrows + decals: + 177: 46,39 + 272: 0,35 + - node: + color: '#FFFFFFFF' + id: Bot + decals: + 425: 16,25 + 426: 16,26 + 427: 16,27 + 453: 0,6 + 454: 0,7 + 455: 7,10 + 456: 8,10 + 457: 9,10 + 846: 3,14 + 1649: 3,7 + 1650: 3,6 + 1651: 34,28 + - node: + cleanable: True + color: '#FFFFFFFF' + id: BotLeft + decals: + 416: 14,42 + - node: + color: '#8BDA8EB4' + id: Box + decals: + 1162: 45,12 + - node: + color: '#8BDA8EFF' + id: Box + decals: + 1430: 51,14 + - node: + color: '#8BDABA6F' + id: BrickCornerOverlayNE + decals: + 1025: 22,10 + - node: + color: '#8BDABA6F' + id: BrickCornerOverlayNW + decals: + 1024: 12,10 + - node: + color: '#8BDABA6F' + id: BrickCornerOverlaySE + decals: + 1019: 22,6 + - node: + color: '#8BDABA6F' + id: BrickCornerOverlaySW + decals: + 1020: 12,6 + - node: + color: '#8BDABA6F' + id: BrickLineOverlayE + decals: + 1035: 22,9 + 1036: 22,8 + 1037: 22,7 + - node: + color: '#8BDB9B85' + id: BrickLineOverlayE + decals: + 1209: 18,4 + 1210: 18,2 + 1211: 18,1 + 1212: 18,0 + - node: + color: '#8BDABA6F' + id: BrickLineOverlayN + decals: + 1026: 13,10 + 1027: 14,10 + 1028: 15,10 + 1029: 16,10 + 1030: 17,10 + 1031: 18,10 + 1032: 19,10 + 1033: 20,10 + 1034: 21,10 + - node: + color: '#8BDABA6F' + id: BrickLineOverlayS + decals: + 1010: 13,6 + 1011: 14,6 + 1012: 15,6 + 1013: 16,6 + 1014: 17,6 + 1015: 18,6 + 1016: 19,6 + 1017: 20,6 + 1018: 21,6 + - node: + color: '#8BDABA6F' + id: BrickLineOverlayW + decals: + 1021: 12,7 + 1022: 12,8 + 1023: 12,9 + - node: + color: '#8BDB9B85' + id: BrickLineOverlayW + decals: + 1205: 34,2 + 1206: 34,1 + 1207: 34,0 + 1208: 34,4 + - node: + color: '#8BDA8EFF' + id: BrickTileSteelCornerNe + decals: + 1408: 30,24 + 1431: 54,16 + 1536: 38,16 + - node: + color: '#D381C996' + id: BrickTileSteelCornerNe + decals: + 561: 14,16 + 670: 22,10 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelCornerNe + decals: + 1428: 34,27 + - node: + color: '#8BDA8EFF' + id: BrickTileSteelCornerNw + decals: + 1410: 28,24 + 1434: 48,16 + 1535: 32,16 + - node: + color: '#D381C996' + id: BrickTileSteelCornerNw + decals: + 562: 8,16 + 671: 12,10 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelCornerNw + decals: + 1426: 32,27 + - node: + color: '#8BDA8EFF' + id: BrickTileSteelCornerSe + decals: + 1413: 30,28 + 1432: 54,12 + 1537: 38,12 + - node: + color: '#D381C996' + id: BrickTileSteelCornerSe + decals: + 669: 22,6 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelCornerSe + decals: + 1424: 34,25 + - node: + color: '#8BDA8EFF' + id: BrickTileSteelCornerSw + decals: + 1411: 28,28 + 1433: 48,12 + 1534: 32,12 + - node: + color: '#D381C996' + id: BrickTileSteelCornerSw + decals: + 668: 12,6 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelCornerSw + decals: + 1423: 32,25 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelEndN + decals: + 480: 1,7 + 481: 4,7 + - node: + color: '#8BDA8EFF' + id: BrickTileSteelLineE + decals: + 1443: 54,15 + 1444: 54,14 + 1445: 54,13 + 1538: 38,13 + 1539: 38,14 + 1540: 38,15 + - node: + color: '#D381C996' + id: BrickTileSteelLineE + decals: + 662: 22,7 + 663: 22,8 + 664: 22,9 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelLineE + decals: + 482: 4,6 + 483: 1,6 + 1358: 36,9 + 1360: 41,9 + 1364: 41,7 + 1365: 36,7 + 1398: 25,24 + 1399: 25,25 + 1400: 25,26 + 1401: 25,27 + 1402: 25,28 + 1429: 34,26 + - node: + color: '#8BDA8EFF' + id: BrickTileSteelLineN + decals: + 1409: 29,24 + 1438: 49,16 + 1439: 50,16 + 1440: 51,16 + 1441: 52,16 + 1442: 53,16 + 1541: 37,16 + 1542: 36,16 + 1543: 35,16 + 1544: 34,16 + 1545: 33,16 + - node: + color: '#D381C996' + id: BrickTileSteelLineN + decals: + 556: 11,16 + 557: 10,16 + 558: 9,16 + 559: 12,16 + 560: 13,16 + 653: 21,10 + 654: 20,10 + 655: 18,10 + 656: 19,10 + 657: 17,10 + 658: 16,10 + 659: 15,10 + 660: 13,10 + 661: 14,10 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelLineN + decals: + 672: 21,6 + 673: 20,6 + 674: 19,6 + 675: 17,6 + 676: 18,6 + 677: 16,6 + 678: 15,6 + 679: 14,6 + 680: 13,6 + 1382: 37,8 + 1383: 38,8 + 1384: 39,8 + 1385: 40,8 + 1386: 42,8 + 1387: 43,8 + 1388: 44,8 + 1389: 45,8 + 1390: 45,6 + 1391: 44,6 + 1392: 43,6 + 1393: 42,6 + 1394: 40,6 + 1395: 39,6 + 1396: 38,6 + 1397: 37,6 + 1427: 33,27 + - node: + color: '#8BDA8EFF' + id: BrickTileSteelLineS + decals: + 1412: 29,28 + 1446: 53,12 + 1447: 52,12 + 1448: 51,12 + 1449: 50,12 + 1450: 49,12 + 1546: 33,12 + 1547: 34,12 + 1548: 35,12 + 1549: 36,12 + 1550: 37,12 + - node: + color: '#D381C996' + id: BrickTileSteelLineS + decals: + 644: 21,6 + 645: 20,6 + 646: 18,6 + 647: 19,6 + 648: 17,6 + 649: 16,6 + 650: 15,6 + 651: 14,6 + 652: 13,6 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelLineS + decals: + 681: 21,10 + 682: 20,10 + 683: 19,10 + 684: 18,10 + 685: 17,10 + 686: 16,10 + 687: 15,10 + 688: 14,10 + 689: 13,10 + 1366: 37,8 + 1367: 38,8 + 1368: 39,8 + 1369: 40,8 + 1370: 42,8 + 1371: 43,8 + 1372: 44,8 + 1373: 45,8 + 1374: 45,10 + 1375: 44,10 + 1376: 43,10 + 1377: 42,10 + 1378: 40,10 + 1379: 39,10 + 1380: 38,10 + 1381: 37,10 + 1422: 33,25 + - node: + color: '#8BDA8EFF' + id: BrickTileSteelLineW + decals: + 1435: 48,13 + 1436: 48,14 + 1437: 48,15 + 1529: 32,15 + 1530: 32,14 + 1531: 32,14 + 1532: 32,12 + 1533: 32,13 + - node: + color: '#D381C996' + id: BrickTileSteelLineW + decals: + 553: 8,13 + 554: 8,14 + 555: 8,15 + 665: 12,7 + 666: 12,8 + 667: 12,9 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelLineW + decals: + 484: 4,6 + 485: 1,6 + 1359: 41,9 + 1361: 46,9 + 1362: 46,7 + 1363: 41,7 + 1403: 25,24 + 1404: 25,25 + 1405: 25,26 + 1406: 25,27 + 1407: 25,28 + 1425: 32,26 + - node: + color: '#8BDA8EB4' + id: BrickTileWhiteBox + decals: + 1143: 32,20 + - node: + color: '#8BDA8EB4' + id: BrickTileWhiteCornerNe + decals: + 1136: 34,22 + 1147: 33,21 + - node: + color: '#8BDA8EFF' + id: BrickTileWhiteCornerNe + decals: + 862: 14,16 + 1340: 46,10 + 1414: 30,27 + 1467: 15,4 + 1468: 16,3 + 1595: 6,48 + - node: + color: '#EFB34196' + id: BrickTileWhiteCornerNe + decals: + 845: 6,28 + - node: + color: '#FFFFFFFF' + id: BrickTileWhiteCornerNe + decals: + 10: 6,40 + 27: 14,40 + 54: 22,40 + 99: 30,40 + 100: 46,40 + 244: 10,36 + 284: 22,36 + 320: 33,36 + 365: 26,32 + 591: 38,4 + 594: 54,4 + - node: + color: '#8BDA8EB4' + id: BrickTileWhiteCornerNw + decals: + 1130: 30,22 + 1146: 31,21 + 1155: 0,16 + - node: + color: '#8BDA8EFF' + id: BrickTileWhiteCornerNw + decals: + 868: 8,16 + 1330: 36,10 + 1415: 28,27 + 1451: 1,4 + 1452: 0,3 + 1594: 0,48 + - node: + color: '#EFB34196' + id: BrickTileWhiteCornerNw + decals: + 513: 24,22 + 836: 4,28 + - node: + color: '#FFFFFFFF' + id: BrickTileWhiteCornerNw + decals: + 13: 0,40 + 28: 8,40 + 53: 16,40 + 96: 40,40 + 97: 32,40 + 98: 24,40 + 246: 0,36 + 283: 12,36 + 319: 25,36 + 364: 18,32 + 589: 52,4 + 590: 36,4 + - node: + color: '#8BDA8EB4' + id: BrickTileWhiteCornerSe + decals: + 1135: 34,18 + 1149: 33,19 + - node: + color: '#8BDA8EFF' + id: BrickTileWhiteCornerSe + decals: + 858: 14,12 + 1344: 46,6 + 1417: 30,25 + 1469: 16,1 + 1470: 15,0 + 1597: 6,42 + - node: + color: '#EFB34196' + id: BrickTileWhiteCornerSe + decals: + 841: 6,24 + - node: + color: '#FFFFFFFF' + id: BrickTileWhiteCornerSe + decals: + 11: 6,38 + 26: 14,38 + 52: 22,38 + 94: 30,38 + 95: 46,38 + 243: 10,34 + 289: 22,34 + 318: 33,34 + 366: 26,30 + 587: 38,0 + 588: 54,0 + 639: 46,0 + - node: + color: '#8BDA8EB4' + id: BrickTileWhiteCornerSw + decals: + 1134: 30,18 + 1145: 31,19 + 1159: 0,12 + - node: + color: '#8BDA8EFF' + id: BrickTileWhiteCornerSw + decals: + 872: 8,12 + 1354: 36,6 + 1418: 28,25 + 1471: 1,0 + 1472: 0,1 + 1596: 0,42 + - node: + color: '#EFB34196' + id: BrickTileWhiteCornerSw + decals: + 517: 24,18 + 840: 4,24 + - node: + color: '#FFFFFFFF' + id: BrickTileWhiteCornerSw + decals: + 12: 0,38 + 29: 8,38 + 55: 16,38 + 101: 40,38 + 102: 32,38 + 103: 24,38 + 245: 0,34 + 290: 12,34 + 321: 25,34 + 367: 18,30 + 592: 36,0 + 593: 52,0 + 640: 44,0 + - node: + color: '#8BDABAFF' + id: BrickTileWhiteEndE + decals: + 909: 9,39 + 929: 26,39 + - node: + color: '#D381C996' + id: BrickTileWhiteEndE + decals: + 47: 9,39 + - node: + color: '#8BDABAFF' + id: BrickTileWhiteEndW + decals: + 910: 13,39 + 930: 28,39 + - node: + color: '#D381C996' + id: BrickTileWhiteEndW + decals: + 46: 13,39 + 130: 28,39 + - node: + color: '#8BDA8E88' + id: BrickTileWhiteInnerNe + decals: + 1642: 0,42 + - node: + color: '#8BDA8EB4' + id: BrickTileWhiteInnerNe + decals: + 1113: 21,21 + 1123: 9,21 + - node: + color: '#8BDA8EFF' + id: BrickTileWhiteInnerNe + decals: + 1475: 15,3 + - node: + color: '#8BDABAFF' + id: BrickTileWhiteInnerNe + decals: + 905: 9,38 + 934: 25,39 + - node: + color: '#9FED5896' + id: BrickTileWhiteInnerNe + decals: + 852: 1,12 + - node: + color: '#D381C996' + id: BrickTileWhiteInnerNe + decals: + 51: 9,38 + 133: 25,39 + 138: 25,38 + 505: 21,21 + - node: + color: '#D4D4D4FF' + id: BrickTileWhiteInnerNe + decals: + 1524: 32,14 + 1525: 32,12 + - node: + color: '#FFFFFFFF' + id: BrickTileWhiteInnerNe + decals: + 638: 38,2 + - node: + color: '#8BDA8E88' + id: BrickTileWhiteInnerNw + decals: + 1641: 6,42 + - node: + color: '#8BDA8EB4' + id: BrickTileWhiteInnerNw + decals: + 1114: 19,21 + 1124: 7,21 + - node: + color: '#8BDA8EFF' + id: BrickTileWhiteInnerNw + decals: + 1453: 1,3 + - node: + color: '#8BDABAFF' + id: BrickTileWhiteInnerNw + decals: + 904: 13,38 + 933: 29,39 + - node: + color: '#D381C996' + id: BrickTileWhiteInnerNw + decals: + 50: 13,38 + 134: 29,39 + 137: 29,38 + 504: 19,21 + - node: + color: '#D4D4D4FF' + id: BrickTileWhiteInnerNw + decals: + 1522: 38,12 + 1523: 38,14 + - node: + color: '#FFFFFFFF' + id: BrickTileWhiteInnerNw + decals: + 637: 52,2 + - node: + color: '#8BDA8E88' + id: BrickTileWhiteInnerSe + decals: + 1640: 0,48 + - node: + color: '#8BDA8EB4' + id: BrickTileWhiteInnerSe + decals: + 1112: 21,19 + 1126: 9,19 + - node: + color: '#8BDA8EFF' + id: BrickTileWhiteInnerSe + decals: + 1474: 15,1 + - node: + color: '#8BDABAFF' + id: BrickTileWhiteInnerSe + decals: + 908: 9,40 + 932: 25,39 + - node: + color: '#D381C996' + id: BrickTileWhiteInnerSe + decals: + 49: 9,40 + 132: 25,39 + 136: 25,40 + 506: 21,19 + - node: + color: '#D4D4D4FF' + id: BrickTileWhiteInnerSe + decals: + 1518: 32,16 + 1519: 32,14 + - node: + color: '#8BDA8E88' + id: BrickTileWhiteInnerSw + decals: + 1639: 6,48 + - node: + color: '#8BDA8EB4' + id: BrickTileWhiteInnerSw + decals: + 1125: 7,19 + - node: + color: '#8BDA8EFF' + id: BrickTileWhiteInnerSw + decals: + 1473: 1,1 + - node: + color: '#8BDABAFF' + id: BrickTileWhiteInnerSw + decals: + 903: 13,40 + 931: 29,39 + - node: + color: '#D381C996' + id: BrickTileWhiteInnerSw + decals: + 48: 13,40 + 131: 29,39 + 135: 29,40 + - node: + color: '#D4D4D4FF' + id: BrickTileWhiteInnerSw + decals: + 1520: 38,16 + 1521: 38,14 + - node: + color: '#8BDA8E88' + id: BrickTileWhiteLineE + decals: + 1619: 0,47 + 1620: 0,46 + 1621: 0,45 + 1622: 0,44 + 1623: 0,43 + - node: + color: '#8BDA8EB4' + id: BrickTileWhiteLineE + decals: + 1106: 21,22 + 1107: 21,18 + 1120: 9,18 + 1122: 9,22 + 1137: 34,21 + 1138: 34,20 + 1139: 34,19 + 1150: 33,20 + - node: + color: '#8BDA8EFF' + id: BrickTileWhiteLineE + decals: + 859: 14,13 + 860: 14,14 + 861: 14,15 + 1341: 46,9 + 1342: 46,8 + 1343: 46,7 + 1416: 30,26 + 1476: 16,2 + 1614: 6,47 + 1615: 6,46 + 1616: 6,45 + 1617: 6,44 + 1618: 6,43 + - node: + color: '#9FED5896' + id: BrickTileWhiteLineE + decals: + 847: 1,13 + 848: 1,14 + 849: 1,15 + - node: + color: '#D381C996' + id: BrickTileWhiteLineE + decals: + 498: 21,22 + 499: 21,18 + 730: 18,0 + 731: 18,1 + 732: 18,2 + 733: 18,4 + - node: + color: '#D4D4D4FF' + id: BrickTileWhiteLineE + decals: + 1502: 32,13 + 1504: 32,15 + - node: + color: '#EFB34196' + id: BrickTileWhiteLineE + decals: + 507: 28,19 + 508: 28,20 + 509: 28,21 + 842: 6,25 + 843: 6,26 + 844: 6,27 + - node: + color: '#FFFFFFFF' + id: BrickTileWhiteLineE + decals: + 24: 6,39 + 39: 14,39 + 61: 22,39 + 123: 30,39 + 124: 38,39 + 125: 46,39 + 247: 10,35 + 292: 22,35 + 322: 33,35 + 375: 26,31 + 598: 38,1 + 599: 38,3 + 600: 54,1 + 601: 54,2 + 602: 54,3 + 642: 46,1 + 1561: 7,19 + 1562: 7,21 + 1564: 6,20 + - node: + color: '#8BDA8E88' + id: BrickTileWhiteLineN + decals: + 1624: 1,42 + 1625: 2,42 + 1626: 3,42 + 1627: 4,42 + 1628: 5,42 + - node: + color: '#8BDA8EB4' + id: BrickTileWhiteLineN + decals: + 1108: 18,21 + 1109: 22,21 + 1115: 6,21 + 1121: 10,21 + 1127: 31,22 + 1128: 32,22 + 1129: 33,22 + 1148: 32,21 + 1156: 1,16 + 1157: 4,16 + 1158: 5,16 + - node: + color: '#8BDA8EFF' + id: BrickTileWhiteLineN + decals: + 863: 13,16 + 864: 12,16 + 865: 11,16 + 866: 10,16 + 867: 9,16 + 1331: 37,10 + 1332: 38,10 + 1333: 39,10 + 1334: 40,10 + 1335: 41,10 + 1336: 42,10 + 1337: 43,10 + 1338: 44,10 + 1339: 45,10 + 1454: 2,4 + 1455: 3,4 + 1456: 4,4 + 1457: 5,4 + 1458: 6,4 + 1459: 7,4 + 1460: 8,4 + 1461: 9,4 + 1462: 10,4 + 1463: 11,4 + 1464: 12,4 + 1465: 13,4 + 1466: 14,4 + 1609: 1,48 + 1610: 2,48 + 1611: 3,48 + 1612: 4,48 + 1613: 5,48 + - node: + color: '#8BDABAFF' + id: BrickTileWhiteLineN + decals: + 898: 11,38 + 899: 12,38 + 906: 10,38 + - node: + color: '#9FED5896' + id: BrickTileWhiteLineN + decals: + 706: 21,6 + 707: 19,6 + 708: 13,6 + 709: 15,6 + 851: 2,12 + - node: + color: '#D381C996' + id: BrickTileWhiteLineN + decals: + 41: 12,38 + 42: 11,38 + 293: 21,34 + 294: 20,34 + 295: 19,34 + 296: 13,34 + 496: 18,21 + 497: 22,21 + - node: + color: '#D4D4D4FF' + id: BrickTileWhiteLineN + decals: + 1492: 34,12 + 1493: 35,12 + 1494: 36,12 + 1498: 33,12 + 1499: 37,12 + 1506: 37,14 + 1507: 36,14 + 1508: 36,14 + 1509: 34,14 + 1510: 35,14 + 1511: 33,14 + - node: + color: '#EFB34196' + id: BrickTileWhiteLineN + decals: + 510: 27,22 + 511: 26,22 + 512: 25,22 + 755: 31,9 + 756: 32,9 + 761: 27,9 + 762: 26,9 + - node: + color: '#FFFFFFFF' + id: BrickTileWhiteLineN + decals: + 14: 1,40 + 15: 2,40 + 16: 5,40 + 17: 4,40 + 18: 3,40 + 30: 9,40 + 31: 10,40 + 32: 11,40 + 33: 12,40 + 34: 13,40 + 63: 17,40 + 64: 19,40 + 65: 18,40 + 66: 20,40 + 67: 21,40 + 104: 29,40 + 105: 35,40 + 106: 36,40 + 107: 41,40 + 108: 42,40 + 109: 43,40 + 110: 44,40 + 111: 45,40 + 129: 25,40 + 231: 9,36 + 232: 8,36 + 233: 7,36 + 234: 3,36 + 235: 1,36 + 236: 2,36 + 279: 14,36 + 280: 13,36 + 281: 20,36 + 282: 21,36 + 331: 26,36 + 332: 27,36 + 333: 28,36 + 334: 29,36 + 335: 30,36 + 336: 31,36 + 337: 32,36 + 357: 25,32 + 358: 24,32 + 359: 23,32 + 360: 22,32 + 361: 21,32 + 362: 20,32 + 363: 19,32 + 595: 53,4 + 596: 37,4 + 627: 51,2 + 628: 50,2 + 629: 48,2 + 630: 47,2 + 631: 46,2 + 632: 44,2 + 633: 42,2 + 634: 43,2 + 635: 40,2 + 636: 39,2 + 939: 29,40 + 940: 25,40 + 1560: 8,18 + 1565: 7,19 + 1566: 9,19 + - node: + color: '#8BDA8E88' + id: BrickTileWhiteLineS + decals: + 1634: 5,48 + 1635: 4,48 + 1636: 3,48 + 1637: 2,48 + 1638: 1,48 + - node: + color: '#8BDA8EB4' + id: BrickTileWhiteLineS + decals: + 1110: 22,19 + 1111: 18,19 + 1118: 6,19 + 1119: 10,19 + 1140: 33,18 + 1141: 32,18 + 1142: 31,18 + 1144: 32,19 + 1160: 1,12 + 1161: 2,12 + - node: + color: '#8BDA8EFF' + id: BrickTileWhiteLineS + decals: + 853: 10,12 + 854: 11,12 + 855: 12,12 + 856: 13,12 + 857: 9,12 + 1345: 45,6 + 1346: 44,6 + 1347: 43,6 + 1348: 42,6 + 1349: 41,6 + 1350: 40,6 + 1351: 39,6 + 1352: 38,6 + 1353: 37,6 + 1477: 14,0 + 1478: 13,0 + 1479: 12,0 + 1480: 11,0 + 1481: 10,0 + 1482: 9,0 + 1483: 7,0 + 1484: 7,0 + 1485: 8,0 + 1486: 6,0 + 1487: 5,0 + 1488: 4,0 + 1489: 3,0 + 1490: 2,0 + 1598: 1,42 + 1599: 2,42 + 1600: 4,42 + 1601: 4,42 + 1602: 3,42 + 1603: 5,42 + - node: + color: '#8BDABAFF' + id: BrickTileWhiteLineS + decals: + 900: 10,40 + 901: 11,40 + 902: 12,40 + - node: + color: '#9FED5896' + id: BrickTileWhiteLineS + decals: + 702: 21,10 + 703: 19,10 + 704: 15,10 + 705: 13,10 + 850: 4,16 + - node: + color: '#D381C996' + id: BrickTileWhiteLineS + decals: + 43: 12,40 + 44: 11,40 + 45: 10,40 + 297: 21,36 + 298: 20,36 + 299: 14,36 + 300: 13,36 + 500: 22,19 + 501: 18,19 + - node: + color: '#D4D4D4FF' + id: BrickTileWhiteLineS + decals: + 1495: 34,14 + 1496: 35,14 + 1497: 36,14 + 1500: 37,14 + 1501: 33,14 + 1512: 33,16 + 1513: 34,16 + 1514: 34,16 + 1515: 35,16 + 1516: 36,16 + 1517: 37,16 + - node: + color: '#EFB34196' + id: BrickTileWhiteLineS + decals: + 518: 25,18 + 519: 26,18 + 520: 27,18 + 757: 32,7 + 758: 31,7 + 759: 27,7 + 760: 26,7 + - node: + color: '#FFFFFFFF' + id: BrickTileWhiteLineS + decals: + 19: 5,38 + 20: 4,38 + 21: 3,38 + 22: 2,38 + 23: 1,38 + 35: 13,38 + 36: 12,38 + 37: 11,38 + 38: 9,38 + 56: 21,38 + 57: 20,38 + 58: 19,38 + 59: 18,38 + 60: 17,38 + 112: 45,38 + 113: 44,38 + 114: 43,38 + 115: 42,38 + 116: 41,38 + 117: 37,38 + 118: 34,38 + 119: 35,38 + 120: 33,38 + 121: 29,38 + 122: 25,38 + 237: 9,34 + 238: 7,34 + 239: 8,34 + 240: 3,34 + 241: 2,34 + 242: 1,34 + 285: 21,34 + 286: 20,34 + 287: 19,34 + 288: 13,34 + 324: 26,34 + 325: 27,34 + 326: 28,34 + 327: 29,34 + 328: 30,34 + 329: 31,34 + 330: 32,34 + 368: 19,30 + 369: 20,30 + 370: 21,30 + 371: 22,30 + 372: 23,30 + 373: 24,30 + 374: 25,30 + 597: 37,0 + 603: 53,0 + 641: 45,0 + 907: 10,38 + 941: 25,38 + 942: 29,38 + 1563: 7,21 + 1569: 9,21 + 1570: 8,22 + - node: + color: '#8BDA8E88' + id: BrickTileWhiteLineW + decals: + 1629: 6,43 + 1630: 6,44 + 1631: 6,45 + 1632: 6,46 + 1633: 6,47 + - node: + color: '#8BDA8EB4' + id: BrickTileWhiteLineW + decals: + 1104: 19,18 + 1105: 19,22 + 1116: 7,22 + 1117: 7,18 + 1131: 30,21 + 1132: 30,20 + 1133: 30,19 + 1151: 31,20 + 1152: 0,13 + 1153: 0,14 + 1154: 0,15 + - node: + color: '#8BDA8EFF' + id: BrickTileWhiteLineW + decals: + 869: 8,14 + 870: 8,15 + 871: 8,13 + 1355: 36,7 + 1356: 36,8 + 1357: 36,9 + 1419: 28,26 + 1491: 0,2 + 1526: 32,14 + 1527: 32,13 + 1528: 32,15 + 1604: 0,43 + 1605: 0,44 + 1606: 0,45 + 1607: 0,46 + 1608: 0,47 + - node: + color: '#D381C996' + id: BrickTileWhiteLineW + decals: + 502: 19,18 + 503: 19,22 + 734: 34,0 + 735: 34,1 + 736: 34,2 + 737: 34,4 + - node: + color: '#D4D4D4FF' + id: BrickTileWhiteLineW + decals: + 1503: 38,13 + 1505: 38,15 + - node: + color: '#EFB34196' + id: BrickTileWhiteLineW + decals: + 514: 24,21 + 515: 24,20 + 516: 24,19 + 837: 4,27 + 838: 4,26 + 839: 4,25 + - node: + color: '#FFFFFFFF' + id: BrickTileWhiteLineW + decals: + 25: 0,39 + 40: 8,39 + 62: 16,39 + 126: 40,39 + 127: 32,39 + 128: 24,39 + 248: 0,35 + 291: 12,35 + 323: 25,35 + 376: 18,31 + 604: 52,1 + 605: 52,3 + 606: 36,1 + 607: 36,2 + 608: 36,3 + 643: 44,1 + 1567: 9,19 + 1568: 10,20 + 1571: 9,21 + - node: + cleanable: True + color: '#FFFFFFFF' + id: Caution + decals: + 415: 11,42 + - node: + color: '#8BDABAFF' + id: CheckerNESW + decals: + 911: 17,39 + 912: 18,39 + 913: 19,39 + 914: 20,39 + 915: 21,39 + 1073: 20,20 + 1074: 21,20 + 1075: 20,21 + 1076: 20,19 + 1077: 19,20 + - node: + color: '#D381C996' + id: CheckerNESW + decals: + 68: 17,39 + 69: 18,39 + 70: 19,39 + 71: 20,39 + 72: 21,39 + 338: 31,35 + 339: 30,35 + 340: 29,35 + 341: 28,35 + 342: 27,35 + 490: 19,20 + 491: 20,21 + 492: 20,20 + 493: 21,20 + 494: 20,19 + - node: + color: '#EFB34196' + id: CheckerNESW + decals: + 182: 8,48 + - node: + color: '#8BDABAFF' + id: CheckerNWSE + decals: + 883: 3,39 + 884: 2,39 + 885: 1,39 + 886: 4,39 + 887: 5,39 + 952: 45,39 + 953: 44,39 + 954: 43,39 + 955: 42,39 + 956: 41,39 + - node: + color: '#D381C996' + id: CheckerNWSE + decals: + 161: 45,39 + 162: 44,39 + 163: 43,39 + 164: 42,39 + 165: 41,39 + 249: 1,35 + 250: 2,35 + 251: 3,35 + 252: 7,35 + 253: 8,35 + 254: 9,35 + 396: 16,30 + 397: 16,31 + 398: 16,32 + 399: 15,32 + 400: 15,31 + 401: 15,30 + 402: 14,30 + 403: 14,31 + 404: 14,32 + 609: 37,1 + 610: 37,2 + 611: 37,3 + 612: 53,1 + 613: 53,2 + 614: 53,3 + - node: + color: '#EFB34196' + id: CheckerNWSE + decals: + 183: 14,48 + 830: 5,27 + 831: 5,26 + 832: 5,25 + - node: + color: '#FFFFFFFF' + id: Delivery + decals: + 211: 13,47 + 212: 11,47 + 213: 9,47 + 214: 12,43 + 215: 11,43 + 216: 10,43 + 431: 4,22 + 432: 3,22 + 544: 11,13 + 724: 24,2 + 725: 20,2 + 751: 33,7 + 752: 33,9 + 753: 25,7 + 754: 25,9 + 775: 40,16 + 776: 41,15 + 777: 43,16 + - node: + color: '#8BDB9BFF' + id: DeliveryGreyscale + decals: + 1328: 34,35 + 1329: 24,35 + - node: + color: '#79DA8EA1' + id: DiagonalCheckerBOverlay + decals: + 801: 20,24 + 802: 20,25 + 803: 20,26 + 804: 20,27 + 805: 20,28 + 806: 21,28 + 807: 22,28 + 808: 21,27 + 809: 21,26 + 810: 21,25 + 811: 21,24 + 812: 22,24 + - node: + color: '#FFFFFFFF' + id: Dirt + decals: + 982: 16,48 + 983: 16,48 + 984: 17,48 + 985: 16,47 + 986: 16,46 + 987: 16,45 + 988: 17,44 + 989: 17,42 + 990: 19,42 + 991: 21,42 + 992: 21,47 + 993: 21,47 + 994: 21,47 + - node: + cleanable: True + color: '#FFFFFFFF' + id: Dirt + decals: + 156: 38,38 + 157: 38,40 + 158: 37,40 + 159: 34,40 + 160: 36,38 + 313: 15,34 + 314: 19,35 + 315: 17,35 + 316: 16,34 + 317: 18,36 + 771: 44,12 + 772: 44,15 + 773: 42,16 + 774: 46,14 + - node: + color: '#FFFFFFFF' + id: DirtLight + decals: + 995: 20,47 + 996: 20,47 + 997: 16,48 + 998: 16,46 + 999: 16,45 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + decals: + 83: 17,38 + 84: 17,39 + 85: 18,39 + 86: 21,38 + 88: 16,40 + 89: 20,39 + 90: 13,38 + 91: 8,40 + 92: 6,39 + 93: 22,40 + 148: 29,39 + 149: 29,40 + 150: 24,39 + 151: 30,38 + 152: 33,39 + 153: 37,39 + 154: 37,38 + 155: 38,39 + 218: 10,44 + 219: 9,45 + 220: 8,46 + 221: 8,47 + 222: 13,48 + 223: 14,44 + 224: 13,42 + 226: 10,42 + 228: 8,44 + 229: 13,45 + 301: 22,35 + 302: 22,34 + 303: 21,34 + 304: 12,36 + 305: 13,36 + 306: 12,35 + 307: 13,34 + 309: 12,34 + 310: 19,34 + 311: 15,34 + 312: 19,35 + 393: 8,31 + 394: 10,32 + 395: 11,32 + 405: 15,31 + 406: 16,30 + 407: 14,31 + 408: 15,32 + 409: 19,31 + 410: 20,30 + 411: 21,30 + 412: 24,30 + 413: 26,31 + 414: 8,28 + 527: 21,18 + 528: 22,19 + 529: 21,19 + 530: 19,18 + 531: 18,21 + 532: 25,18 + 533: 24,19 + 534: 28,20 + 535: 26,22 + 536: 14,22 + 537: 15,18 + 538: 16,20 + 539: 4,20 + 540: 2,22 + 541: 2,18 + 542: 0,21 + 543: 0,19 + 767: 30,15 + 768: 28,15 + 769: 27,14 + 770: 33,12 + - node: + color: '#FFFFFFFF' + id: DirtMedium + decals: + 1000: 16,42 + 1001: 16,42 + 1002: 18,42 + 1003: 20,43 + 1004: 22,44 + 1005: 18,48 + 1006: 22,47 + 1007: 16,45 + 1008: 19,42 + 1009: 20,43 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtMedium + decals: + 87: 17,39 + 225: 11,42 + 227: 8,45 + 308: 12,35 + - node: + color: '#8BDABA82' + id: FullTileOverlayGreyscale + decals: + 926: 27,38 + 927: 27,39 + 928: 27,40 + - node: + color: '#8BDABAFF' + id: FullTileOverlayGreyscale + decals: + 943: 33,39 + 944: 36,39 + 945: 37,39 + - node: + color: '#9FED5896' + id: FullTileOverlayGreyscale + decals: + 690: 21,7 + 691: 21,8 + 692: 21,9 + 693: 19,7 + 694: 19,8 + 695: 19,9 + 696: 15,7 + 697: 15,8 + 698: 15,9 + 699: 13,7 + 700: 13,8 + 701: 13,9 + - node: + color: '#D381C996' + id: FullTileOverlayGreyscale + decals: + 139: 36,39 + 140: 33,39 + 141: 37,39 + - node: + color: '#52B4E996' + id: HalfTileOverlayGreyscale + decals: + 764: 28,16 + 765: 29,16 + 1042: 27,16 + 1043: 26,16 + 1044: 25,16 + - node: + color: '#8BDA8E9B' + id: HalfTileOverlayGreyscale + decals: + 1190: 30,2 + 1191: 29,2 + 1192: 31,2 + 1193: 27,2 + 1194: 26,2 + 1195: 22,2 + 1196: 33,2 + - node: + color: '#8BDA8EB4' + id: HalfTileOverlayGreyscale + decals: + 1095: 13,22 + 1096: 15,22 + 1097: 14,22 + - node: + color: '#8BDA8EFF' + id: HalfTileOverlayGreyscale + decals: + 1179: 24,4 + 1180: 23,4 + 1181: 22,4 + 1182: 21,4 + 1183: 20,4 + 1184: 27,4 + 1185: 28,4 + 1186: 29,4 + 1187: 30,4 + 1188: 31,4 + 1189: 32,4 + - node: + color: '#8BDABAFF' + id: HalfTileOverlayGreyscale + decals: + 946: 33,38 + 947: 34,38 + 948: 35,38 + 951: 37,38 + - node: + color: '#8BDB8E99' + id: HalfTileOverlayGreyscale + decals: + 1197: 25,4 + 1198: 25,4 + - node: + color: '#D381C996' + id: HalfTileOverlayGreyscale + decals: + 144: 37,38 + 145: 35,38 + 146: 34,38 + 147: 33,38 + 441: 13,22 + 442: 14,22 + 443: 15,22 + 740: 27,4 + 741: 28,4 + 742: 24,4 + 743: 29,4 + 744: 30,4 + 745: 31,4 + 746: 32,4 + 747: 23,4 + 748: 22,4 + 749: 21,4 + 750: 20,4 + - node: + color: '#52B4E996' + id: HalfTileOverlayGreyscale180 + decals: + 1040: 29,12 + 1041: 28,12 + - node: + color: '#8BDA8EB4' + id: HalfTileOverlayGreyscale180 + decals: + 1098: 15,18 + 1099: 14,18 + 1100: 13,18 + - node: + color: '#8BDA8EFF' + id: HalfTileOverlayGreyscale180 + decals: + 1164: 19,3 + 1165: 20,3 + 1166: 21,3 + 1167: 22,3 + 1168: 24,3 + 1169: 23,3 + 1170: 25,3 + 1171: 26,3 + 1172: 27,3 + 1173: 28,3 + 1174: 29,3 + 1175: 30,3 + 1176: 31,3 + 1177: 32,3 + 1178: 33,3 + - node: + color: '#8BDABAFF' + id: HalfTileOverlayGreyscale180 + decals: + 949: 35,40 + 950: 36,40 + - node: + color: '#D381C996' + id: HalfTileOverlayGreyscale180 + decals: + 142: 36,40 + 143: 35,40 + 438: 13,18 + 439: 14,18 + 440: 15,18 + 710: 19,3 + 711: 20,3 + 712: 21,3 + 713: 22,3 + 714: 23,3 + 715: 24,3 + 716: 26,3 + 717: 25,3 + 718: 28,3 + 719: 29,3 + 720: 30,3 + 721: 31,3 + 722: 32,3 + 723: 33,3 + 1163: 27,3 + - node: + color: '#4B709CFF' + id: HalfTileOverlayGreyscale270 + decals: + 1084: 15,20 + - node: + color: '#52B4E996' + id: HalfTileOverlayGreyscale270 + decals: + 1045: 24,15 + - node: + color: '#8BDA8EB4' + id: HalfTileOverlayGreyscale270 + decals: + 1092: 12,19 + 1093: 12,20 + 1094: 12,21 + - node: + color: '#D381C996' + id: HalfTileOverlayGreyscale270 + decals: + 447: 12,19 + 448: 12,20 + 449: 12,21 + - node: + color: '#4B709CFF' + id: HalfTileOverlayGreyscale90 + decals: + 1079: 13,20 + - node: + color: '#52B4E996' + id: HalfTileOverlayGreyscale90 + decals: + 766: 30,15 + 1038: 30,14 + 1039: 30,13 + - node: + color: '#8BDA8EB4' + id: HalfTileOverlayGreyscale90 + decals: + 1089: 16,19 + 1090: 16,20 + 1091: 16,21 + - node: + color: '#D381C996' + id: HalfTileOverlayGreyscale90 + decals: + 444: 16,19 + 445: 16,20 + 446: 16,21 + - node: + color: '#8BDA8EFF' + id: MiniTileWhiteCornerNe + decals: + 791: 13,28 + - node: + color: '#D381C996' + id: MiniTileWhiteCornerNe + decals: + 419: 13,28 + - node: + color: '#8BDA8EFF' + id: MiniTileWhiteCornerNw + decals: + 792: 12,28 + - node: + color: '#D381C996' + id: MiniTileWhiteCornerNw + decals: + 420: 12,28 + - node: + color: '#8BDA8EFF' + id: MiniTileWhiteCornerSe + decals: + 787: 13,24 + - node: + color: '#D381C996' + id: MiniTileWhiteCornerSe + decals: + 424: 13,24 + - node: + color: '#8BDA8EFF' + id: MiniTileWhiteCornerSw + decals: + 795: 12,24 + - node: + color: '#D381C996' + id: MiniTileWhiteCornerSw + decals: + 423: 12,24 + - node: + color: '#8BDA8EFF' + id: MiniTileWhiteLineE + decals: + 786: 13,24 + 788: 13,25 + 789: 13,25 + 790: 13,26 + - node: + color: '#8BDABAFF' + id: MiniTileWhiteLineE + decals: + 935: 25,38 + 937: 25,40 + - node: + color: '#D381C996' + id: MiniTileWhiteLineE + decals: + 417: 13,25 + 418: 13,26 + - node: + color: '#8BDA8EFF' + id: MiniTileWhiteLineW + decals: + 793: 12,27 + 794: 12,25 + - node: + color: '#8BDABAFF' + id: MiniTileWhiteLineW + decals: + 936: 29,38 + 938: 29,40 + - node: + color: '#D381C996' + id: MiniTileWhiteLineW + decals: + 421: 12,27 + 422: 12,25 + - node: + color: '#79DA8E6F' + id: MonoOverlay + decals: + 796: 14,24 + 797: 14,25 + 798: 14,26 + 799: 14,27 + 800: 14,28 + - node: + color: '#8BDB9BFF' + id: MonoOverlay + decals: + 1271: 4,34 + 1272: 4,36 + 1273: 6,36 + 1274: 6,34 + - node: + color: '#D381C996' + id: MonoOverlay + decals: + 267: 4,34 + 268: 6,34 + 269: 4,36 + 270: 6,36 + - node: + color: '#4B709CFF' + id: QuarterTileOverlayGreyscale + decals: + 1083: 15,19 + 1085: 14,20 + - node: + color: '#8BDABAFF' + id: QuarterTileOverlayGreyscale + decals: + 893: 1,38 + 894: 2,38 + 895: 3,38 + 896: 4,38 + 897: 5,38 + 957: 41,38 + 958: 42,38 + 959: 42,38 + 960: 43,38 + 961: 44,38 + 962: 45,38 + 968: 8,44 + 969: 8,45 + 970: 8,46 + 971: 8,47 + 972: 8,48 + 973: 9,48 + 974: 10,48 + 1049: 16,16 + 1050: 17,16 + 1051: 18,16 + 1052: 19,16 + 1053: 20,16 + 1054: 21,16 + 1055: 22,16 + 1056: 16,15 + 1057: 16,14 + 1058: 16,13 + 1059: 16,12 + - node: + color: '#8BDB9BFF' + id: QuarterTileOverlayGreyscale + decals: + 1219: 53,1 + 1220: 53,2 + 1221: 53,3 + 1222: 54,3 + 1223: 54,2 + 1224: 54,1 + 1225: 38,2 + 1226: 38,1 + 1227: 38,3 + 1228: 37,3 + 1229: 37,2 + 1230: 37,1 + 1262: 16,32 + 1263: 16,31 + 1264: 16,30 + 1265: 15,30 + 1266: 15,31 + 1267: 15,32 + 1268: 14,32 + 1269: 14,31 + 1270: 14,30 + 1275: 1,35 + 1276: 2,35 + 1277: 3,35 + 1278: 3,34 + 1279: 2,34 + 1280: 1,34 + 1281: 7,34 + 1282: 7,35 + 1283: 8,35 + 1284: 8,34 + 1285: 9,34 + 1286: 9,35 + - node: + color: '#9EDA8E28' + id: QuarterTileOverlayGreyscale + decals: + 1572: 4,45 + 1575: 4,44 + 1576: 4,46 + 1579: 3,45 + 1585: 2,46 + - node: + color: '#D381C996' + id: QuarterTileOverlayGreyscale + decals: + 5: 5,38 + 6: 4,38 + 7: 3,38 + 8: 2,38 + 9: 1,38 + 166: 45,38 + 167: 44,38 + 168: 43,38 + 169: 42,38 + 170: 41,38 + 192: 8,44 + 193: 8,45 + 194: 8,46 + 195: 8,47 + 196: 8,48 + 197: 9,48 + 198: 10,48 + 261: 9,34 + 262: 8,34 + 263: 7,34 + 264: 3,34 + 265: 2,34 + 266: 1,34 + 570: 22,16 + 571: 21,16 + 572: 20,16 + 573: 19,16 + 574: 18,16 + 575: 17,16 + 576: 16,16 + 577: 16,15 + 578: 16,14 + 579: 16,13 + 580: 16,12 + 615: 38,1 + 616: 38,3 + 622: 54,1 + 623: 54,2 + 624: 54,3 + 625: 38,2 + - node: + color: '#EFB34196' + id: QuarterTileOverlayGreyscale + decals: + 190: 13,48 + 191: 12,48 + - node: + color: '#4B709CFF' + id: QuarterTileOverlayGreyscale180 + decals: + 1081: 13,21 + 1086: 14,20 + - node: + color: '#8BDA8E5D' + id: QuarterTileOverlayGreyscale180 + decals: + 1592: 4,44 + 1593: 2,44 + - node: + color: '#8BDABAFF' + id: QuarterTileOverlayGreyscale180 + decals: + 888: 5,40 + 889: 4,40 + 890: 3,40 + 891: 2,40 + 892: 1,40 + 963: 45,40 + 964: 44,40 + 965: 43,40 + 966: 42,40 + 967: 41,40 + 1060: 16,12 + 1061: 17,12 + 1062: 18,12 + 1063: 19,12 + 1064: 20,12 + 1065: 21,12 + 1066: 22,12 + 1067: 22,13 + 1068: 22,14 + 1069: 22,15 + 1070: 22,16 + - node: + color: '#8BDB9BFF' + id: QuarterTileOverlayGreyscale180 + decals: + 1213: 52,2 + 1214: 52,1 + 1215: 52,3 + 1216: 53,3 + 1217: 53,2 + 1218: 53,1 + 1231: 37,3 + 1232: 36,3 + 1233: 36,2 + 1234: 37,2 + 1235: 37,1 + 1236: 36,1 + 1237: 18,32 + 1238: 19,32 + 1239: 20,32 + 1240: 21,32 + 1241: 22,32 + 1242: 24,32 + 1243: 23,32 + 1244: 25,32 + 1253: 14,30 + 1254: 14,31 + 1255: 14,32 + 1256: 15,32 + 1257: 15,31 + 1258: 15,30 + 1259: 16,30 + 1260: 16,31 + 1261: 16,32 + 1287: 7,35 + 1288: 8,35 + 1289: 9,35 + 1290: 9,36 + 1291: 8,36 + 1292: 7,36 + 1293: 3,36 + 1294: 2,36 + 1295: 1,36 + 1296: 1,35 + 1297: 2,35 + 1298: 3,35 + - node: + color: '#9EDA8E28' + id: QuarterTileOverlayGreyscale180 + decals: + 1580: 3,45 + 1583: 2,45 + 1584: 2,46 + - node: + color: '#D381C996' + id: QuarterTileOverlayGreyscale180 + decals: + 0: 5,40 + 1: 4,40 + 2: 3,40 + 3: 2,40 + 4: 1,40 + 171: 41,40 + 172: 42,40 + 173: 43,40 + 174: 44,40 + 175: 45,40 + 255: 9,36 + 256: 8,36 + 257: 7,36 + 258: 3,36 + 259: 2,36 + 260: 1,36 + 377: 25,32 + 378: 24,32 + 379: 23,32 + 380: 22,32 + 381: 21,32 + 382: 20,32 + 383: 19,32 + 384: 18,32 + 565: 22,12 + 566: 22,13 + 567: 22,14 + 568: 22,15 + 569: 22,16 + 581: 16,12 + 582: 17,12 + 583: 18,12 + 584: 19,12 + 585: 20,12 + 586: 21,12 + 617: 36,1 + 618: 36,2 + 619: 36,3 + 620: 52,1 + 621: 52,3 + 626: 52,2 + - node: + color: '#EFB34196' + id: QuarterTileOverlayGreyscale180 + decals: + 184: 14,44 + 185: 14,45 + 186: 14,46 + 187: 14,47 + - node: + color: '#4B709CFF' + id: QuarterTileOverlayGreyscale270 + decals: + 1082: 15,21 + 1087: 16,21 + - node: + color: '#8BDA8E5D' + id: QuarterTileOverlayGreyscale270 + decals: + 1589: 2,46 + 1590: 4,44 + 1591: 3,45 + - node: + color: '#8BDABAFF' + id: QuarterTileOverlayGreyscale270 + decals: + 921: 21,40 + 922: 20,40 + 923: 18,40 + 924: 19,40 + 925: 17,40 + 1071: 20,19 + 1072: 19,20 + 1078: 21,21 + - node: + color: '#8BDB9BFF' + id: QuarterTileOverlayGreyscale270 + decals: + 1306: 32,35 + 1307: 31,35 + 1308: 30,35 + 1309: 29,35 + 1310: 28,35 + 1311: 27,35 + 1312: 26,36 + 1313: 26,36 + 1314: 27,36 + 1315: 28,36 + 1316: 29,36 + 1317: 30,36 + 1318: 31,36 + 1325: 32,36 + 1326: 26,35 + - node: + color: '#9EDA8E28' + id: QuarterTileOverlayGreyscale270 + decals: + 1573: 4,45 + 1577: 4,46 + 1587: 3,46 + - node: + color: '#D381C996' + id: QuarterTileOverlayGreyscale270 + decals: + 73: 17,40 + 74: 18,40 + 75: 19,40 + 76: 20,40 + 77: 21,40 + 343: 32,35 + 350: 27,36 + 351: 28,36 + 352: 29,36 + 353: 30,36 + 354: 31,36 + 356: 26,36 + 495: 21,21 + - node: + color: '#EFB34196' + id: QuarterTileOverlayGreyscale270 + decals: + 178: 8,44 + 179: 8,45 + 180: 8,46 + 181: 8,47 + - node: + color: '#4B709CFF' + id: QuarterTileOverlayGreyscale90 + decals: + 1080: 13,19 + 1088: 12,19 + - node: + color: '#79DA8EA1' + id: QuarterTileOverlayGreyscale90 + decals: + 813: 18,24 + 814: 18,25 + 815: 18,26 + 816: 18,27 + 817: 18,28 + - node: + color: '#8BDA8E5D' + id: QuarterTileOverlayGreyscale90 + decals: + 1588: 3,44 + - node: + color: '#8BDABAFF' + id: QuarterTileOverlayGreyscale90 + decals: + 916: 17,38 + 917: 18,38 + 918: 19,38 + 919: 20,38 + 920: 21,38 + 975: 12,48 + 976: 13,48 + 977: 14,48 + 978: 14,47 + 979: 14,46 + 980: 14,45 + 981: 14,44 + - node: + color: '#8BDB9BFF' + id: QuarterTileOverlayGreyscale90 + decals: + 1245: 18,30 + 1246: 19,30 + 1247: 20,30 + 1248: 22,30 + 1249: 21,30 + 1250: 23,30 + 1251: 24,30 + 1252: 25,30 + 1299: 26,35 + 1300: 27,35 + 1301: 28,35 + 1302: 30,35 + 1303: 29,35 + 1304: 31,35 + 1305: 32,35 + 1319: 32,34 + 1320: 31,34 + 1321: 30,34 + 1322: 29,34 + 1323: 28,34 + 1324: 27,34 + 1327: 26,34 + - node: + color: '#9EDA8E28' + id: QuarterTileOverlayGreyscale90 + decals: + 1574: 4,44 + 1578: 3,45 + 1581: 2,45 + 1582: 2,44 + 1586: 2,46 + - node: + color: '#D381C996' + id: QuarterTileOverlayGreyscale90 + decals: + 78: 21,38 + 79: 20,38 + 80: 19,38 + 81: 18,38 + 82: 17,38 + 199: 14,44 + 200: 14,45 + 201: 14,46 + 202: 14,47 + 203: 14,48 + 204: 13,48 + 205: 12,48 + 344: 26,35 + 345: 31,34 + 346: 30,34 + 347: 29,34 + 348: 28,34 + 349: 27,34 + 355: 32,34 + 385: 18,30 + 386: 19,30 + 387: 20,30 + 388: 21,30 + 389: 22,30 + 390: 23,30 + 391: 24,30 + 392: 25,30 + - node: + color: '#EFB34196' + id: QuarterTileOverlayGreyscale90 + decals: + 188: 9,48 + 189: 10,48 + - node: + color: '#FFFFFFFF' + id: Rock01 + decals: + 486: 22,18 + - node: + color: '#FFFFFFFF' + id: Rock03 + decals: + 487: 18,18 + - node: + color: '#FFFFFFFF' + id: Rock04 + decals: + 489: 18,22 + - node: + color: '#FFFFFFFF' + id: Rock05 + decals: + 488: 22,22 + - node: + color: '#FFFFFFFF' + id: StandClear + decals: + 217: 11,44 + - node: + color: '#52B4E996' + id: ThreeQuarterTileOverlayGreyscale + decals: + 1046: 24,16 + - node: + color: '#8BDA8EB4' + id: ThreeQuarterTileOverlayGreyscale + decals: + 1102: 12,22 + - node: + color: '#D381C996' + id: ThreeQuarterTileOverlayGreyscale + decals: + 452: 12,22 + - node: + color: '#52B4E996' + id: ThreeQuarterTileOverlayGreyscale180 + decals: + 1047: 30,12 + - node: + color: '#8BDA8EB4' + id: ThreeQuarterTileOverlayGreyscale180 + decals: + 1103: 16,18 + - node: + color: '#D381C996' + id: ThreeQuarterTileOverlayGreyscale180 + decals: + 450: 16,18 + - node: + color: '#52B4E996' + id: ThreeQuarterTileOverlayGreyscale90 + decals: + 763: 30,16 + - node: + color: '#8BDA8EB4' + id: ThreeQuarterTileOverlayGreyscale90 + decals: + 1101: 16,22 + - node: + color: '#D381C996' + id: ThreeQuarterTileOverlayGreyscale90 + decals: + 451: 16,22 + - node: + color: '#79DA8EFF' + id: WarnCornerGreyscaleNE + decals: + 821: 2,28 + - node: + color: '#79DA8EFF' + id: WarnCornerGreyscaleNW + decals: + 823: 0,28 + - node: + color: '#79DA8EFF' + id: WarnCornerGreyscaleSE + decals: + 824: 2,24 + - node: + color: '#79DA8EFF' + id: WarnCornerGreyscaleSW + decals: + 826: 0,24 + - node: + color: '#FFFFFFFF' + id: WarnCornerNE + decals: + 726: 21,2 + 727: 25,2 + - node: + color: '#FFFFFFFF' + id: WarnCornerNW + decals: + 728: 23,2 + 729: 19,2 + - node: + color: '#FFFFFFFF' + id: WarnCornerSW + decals: + 435: 2,20 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallNE + decals: + 874: 8,12 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallNW + decals: + 873: 14,12 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallSE + decals: + 564: 8,16 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallSW + decals: + 563: 14,16 + - node: + color: '#FFFFFFFF' + id: WarnLineE + decals: + 276: 6,34 + 277: 6,35 + 278: 6,36 + 550: 8,13 + 551: 8,14 + 552: 8,15 + - node: + color: '#79DA8EFF' + id: WarnLineGreyscaleE + decals: + 818: 2,25 + 819: 2,26 + 820: 2,27 + - node: + color: '#8BDB8E99' + id: WarnLineGreyscaleE + decals: + 1201: 18,3 + 1202: 18,3 + - node: + color: '#8BDB8EFF' + id: WarnLineGreyscaleE + decals: + 1203: 18,3 + - node: + color: '#D381C996' + id: WarnLineGreyscaleE + decals: + 739: 18,3 + - node: + color: '#52B4E996' + id: WarnLineGreyscaleN + decals: + 1048: 27,15 + - node: + color: '#79DA8EFF' + id: WarnLineGreyscaleN + decals: + 822: 1,28 + - node: + color: '#8BDA8EFF' + id: WarnLineGreyscaleN + decals: + 1421: 29,27 + - node: + color: '#8BDB8E99' + id: WarnLineGreyscaleN + decals: + 1199: 26,4 + 1200: 26,4 + - node: + color: '#DABC8BFF' + id: WarnLineGreyscaleN + decals: + 833: 5,28 + - node: + color: '#79DA8EFF' + id: WarnLineGreyscaleS + decals: + 825: 1,24 + - node: + color: '#8BDA8EFF' + id: WarnLineGreyscaleS + decals: + 1420: 29,25 + - node: + color: '#DABC8BFF' + id: WarnLineGreyscaleS + decals: + 834: 5,24 + 835: 5,24 + - node: + color: '#79DA8EFF' + id: WarnLineGreyscaleW + decals: + 827: 0,25 + 828: 0,26 + 829: 0,27 + - node: + color: '#8BDB8EFF' + id: WarnLineGreyscaleW + decals: + 1204: 34,3 + - node: + color: '#D381C996' + id: WarnLineGreyscaleW + decals: + 738: 34,3 + - node: + color: '#FFFFFFFF' + id: WarnLineN + decals: + 209: 12,47 + 210: 10,47 + 433: 4,20 + 434: 3,20 + 524: 27,22 + 525: 26,22 + 526: 25,22 + 545: 13,16 + 546: 11,16 + 547: 12,16 + 548: 10,16 + 549: 9,16 + - node: + color: '#FFFFFFFF' + id: WarnLineS + decals: + 273: 4,34 + 274: 4,36 + 275: 4,35 + 436: 2,21 + 437: 2,22 + 880: 14,13 + 881: 14,14 + 882: 14,15 + - node: + color: '#FFFFFFFF' + id: WarnLineW + decals: + 206: 12,44 + 207: 11,44 + 208: 10,44 + 521: 27,18 + 522: 26,18 + 523: 25,18 + 779: 45,13 + 780: 46,13 + 781: 44,13 + 782: 43,13 + 783: 42,13 + 784: 41,13 + 785: 40,13 + 875: 9,12 + 876: 10,12 + 877: 11,12 + 878: 12,12 + 879: 13,12 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinCornerNe + decals: + 461: 10,9 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinCornerNw + decals: + 460: 1,9 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinCornerSe + decals: + 458: 10,8 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinCornerSw + decals: + 459: 1,8 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinLineN + decals: + 462: 9,9 + 463: 8,9 + 464: 7,9 + 465: 6,9 + 466: 5,9 + 467: 4,9 + 468: 3,9 + 469: 2,9 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinLineS + decals: + 470: 10,8 + 471: 9,8 + 472: 8,8 + 473: 7,8 + 474: 6,8 + 475: 5,8 + 476: 4,8 + 477: 3,8 + 478: 2,8 + 479: 1,8 + - node: + color: '#FFFFFFFF' + id: bushsnowa1 + decals: + 1558: 34.098167,13.033111 + - node: + color: '#FFFFFFFF' + id: bushsnowb1 + decals: + 1559: 35.707542,12.970611 + - node: + color: '#FFFFFFFF' + id: chevron + decals: + 230: 11,48 + - node: + color: '#FFFFFFFF' + id: grasssnow + decals: + 1643: 10.225454,38.990788 + 1644: 11.037954,39.022038 + 1645: 11.834829,39.022038 + - node: + color: '#FFFFFFFF' + id: grasssnow02 + decals: + 1552: 34.973167,13.060861 + - node: + color: '#FFFFFFFF' + id: grasssnow10 + decals: + 1551: 34.004417,13.045236 + 1553: 35.316917,13.060861 + 1554: 36.035667,13.029611 + 1555: 34.535667,12.998361 + 1556: 36.129417,13.076486 + 1557: 34.238792,13.076486 + 1646: 10.491079,38.975163 + 1647: 11.600454,38.959538 + 1648: 11.006704,39.178288 + - type: RadiationGridResistance + - type: LoadedMap + - type: SpreaderGrid + - type: GridTree + - type: MovedGrids + - type: GridPathfinding +- proto: Airlock + entities: + - uid: 1221 + components: + - type: Transform + pos: 41.5,3.5 + parent: 1653 + - uid: 1222 + components: + - type: Transform + pos: 41.5,1.5 + parent: 1653 + - uid: 1223 + components: + - type: Transform + pos: 49.5,1.5 + parent: 1653 + - uid: 1224 + components: + - type: Transform + pos: 49.5,3.5 + parent: 1653 +- proto: AirlockFreezer + entities: + - uid: 888 + components: + - type: Transform + pos: 3.5,18.5 + parent: 1653 +- proto: AirlockHydroGlassLocked + entities: + - uid: 10 + components: + - type: Transform + pos: 17.5,31.5 + parent: 1653 +- proto: AnomalyScanner + entities: + - uid: 2182 + components: + - type: Transform + pos: 53.56535,13.579968 + parent: 1653 +- proto: APCBasic + entities: + - uid: 353 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,9.5 + parent: 1653 + - uid: 569 + components: + - type: Transform + pos: 13.5,43.5 + parent: 1653 + - uid: 1023 + components: + - type: Transform + pos: 28.5,22.5 + parent: 1653 +- proto: Barricade + entities: + - uid: 665 + components: + - type: Transform + pos: 22.5,36.5 + parent: 1653 +- proto: BaseComputer + entities: + - uid: 121 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,14.5 + parent: 1653 + - uid: 126 + components: + - type: Transform + pos: 21.5,48.5 + parent: 1653 + - uid: 296 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,14.5 + parent: 1653 + - uid: 495 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,19.5 + parent: 1653 + - uid: 730 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,14.5 + parent: 1653 + - uid: 880 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,21.5 + parent: 1653 + - uid: 1067 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,14.5 + parent: 1653 + - uid: 2131 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,14.5 + parent: 1653 + - uid: 2134 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 53.5,14.5 + parent: 1653 +- proto: Bed + entities: + - uid: 1233 + components: + - type: Transform + pos: 42.5,4.5 + parent: 1653 + - uid: 1234 + components: + - type: Transform + pos: 42.5,0.5 + parent: 1653 + - uid: 1235 + components: + - type: Transform + pos: 50.5,0.5 + parent: 1653 + - uid: 1236 + components: + - type: Transform + pos: 50.5,4.5 + parent: 1653 +- proto: BedsheetSpawner + entities: + - uid: 1237 + components: + - type: Transform + pos: 42.5,4.5 + parent: 1653 + - uid: 1238 + components: + - type: Transform + pos: 50.5,4.5 + parent: 1653 + - uid: 1239 + components: + - type: Transform + pos: 50.5,0.5 + parent: 1653 + - uid: 1240 + components: + - type: Transform + pos: 42.5,0.5 + parent: 1653 +- proto: Bookshelf + entities: + - uid: 1241 + components: + - type: Transform + pos: 40.5,4.5 + parent: 1653 +- proto: BookshelfFilled + entities: + - uid: 626 + components: + - type: Transform + pos: 8.5,32.5 + parent: 1653 + - uid: 863 + components: + - type: Transform + pos: 11.5,32.5 + parent: 1653 + - uid: 864 + components: + - type: Transform + pos: 8.5,30.5 + parent: 1653 + - uid: 865 + components: + - type: Transform + pos: 11.5,31.5 + parent: 1653 + - uid: 866 + components: + - type: Transform + pos: 4.5,32.5 + parent: 1653 + - uid: 1057 + components: + - type: Transform + pos: 1.5,30.5 + parent: 1653 + - uid: 1070 + components: + - type: Transform + pos: 1.5,32.5 + parent: 1653 + - uid: 1414 + components: + - type: Transform + pos: 7.5,32.5 + parent: 1653 + - uid: 1426 + components: + - type: Transform + pos: 5.5,32.5 + parent: 1653 + - uid: 1480 + components: + - type: Transform + pos: 2.5,32.5 + parent: 1653 +- proto: BoxFolderWhite + entities: + - uid: 1003 + components: + - type: Transform + pos: 21.488142,22.553272 + parent: 1653 + - uid: 1755 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.416601,13.653091 + parent: 1653 + - uid: 1756 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.322851,13.512466 + parent: 1653 +- proto: CableApcExtension + entities: + - uid: 1 + components: + - type: Transform + pos: 0.5,39.5 + parent: 1653 + - uid: 2 + components: + - type: Transform + pos: 1.5,39.5 + parent: 1653 + - uid: 3 + components: + - type: Transform + pos: 2.5,39.5 + parent: 1653 + - uid: 4 + components: + - type: Transform + pos: 3.5,39.5 + parent: 1653 + - uid: 5 + components: + - type: Transform + pos: 4.5,39.5 + parent: 1653 + - uid: 6 + components: + - type: Transform + pos: 5.5,39.5 + parent: 1653 + - uid: 7 + components: + - type: Transform + pos: 6.5,39.5 + parent: 1653 + - uid: 8 + components: + - type: Transform + pos: 8.5,39.5 + parent: 1653 + - uid: 9 + components: + - type: Transform + pos: 9.5,39.5 + parent: 1653 + - uid: 13 + components: + - type: Transform + pos: 13.5,39.5 + parent: 1653 + - uid: 14 + components: + - type: Transform + pos: 14.5,39.5 + parent: 1653 + - uid: 15 + components: + - type: Transform + pos: 16.5,39.5 + parent: 1653 + - uid: 16 + components: + - type: Transform + pos: 17.5,39.5 + parent: 1653 + - uid: 17 + components: + - type: Transform + pos: 18.5,39.5 + parent: 1653 + - uid: 18 + components: + - type: Transform + pos: 19.5,39.5 + parent: 1653 + - uid: 19 + components: + - type: Transform + pos: 20.5,39.5 + parent: 1653 + - uid: 20 + components: + - type: Transform + pos: 21.5,39.5 + parent: 1653 + - uid: 21 + components: + - type: Transform + pos: 22.5,39.5 + parent: 1653 + - uid: 22 + components: + - type: Transform + pos: 24.5,39.5 + parent: 1653 + - uid: 23 + components: + - type: Transform + pos: 25.5,39.5 + parent: 1653 + - uid: 24 + components: + - type: Transform + pos: 26.5,39.5 + parent: 1653 + - uid: 25 + components: + - type: Transform + pos: 27.5,39.5 + parent: 1653 + - uid: 26 + components: + - type: Transform + pos: 28.5,39.5 + parent: 1653 + - uid: 27 + components: + - type: Transform + pos: 29.5,39.5 + parent: 1653 + - uid: 28 + components: + - type: Transform + pos: 30.5,39.5 + parent: 1653 + - uid: 29 + components: + - type: Transform + pos: 32.5,39.5 + parent: 1653 + - uid: 30 + components: + - type: Transform + pos: 33.5,39.5 + parent: 1653 + - uid: 31 + components: + - type: Transform + pos: 34.5,39.5 + parent: 1653 + - uid: 32 + components: + - type: Transform + pos: 35.5,39.5 + parent: 1653 + - uid: 33 + components: + - type: Transform + pos: 36.5,39.5 + parent: 1653 + - uid: 34 + components: + - type: Transform + pos: 37.5,39.5 + parent: 1653 + - uid: 35 + components: + - type: Transform + pos: 38.5,39.5 + parent: 1653 + - uid: 36 + components: + - type: Transform + pos: 40.5,39.5 + parent: 1653 + - uid: 37 + components: + - type: Transform + pos: 41.5,39.5 + parent: 1653 + - uid: 38 + components: + - type: Transform + pos: 42.5,39.5 + parent: 1653 + - uid: 39 + components: + - type: Transform + pos: 43.5,39.5 + parent: 1653 + - uid: 40 + components: + - type: Transform + pos: 44.5,39.5 + parent: 1653 + - uid: 41 + components: + - type: Transform + pos: 45.5,39.5 + parent: 1653 + - uid: 42 + components: + - type: Transform + pos: 46.5,39.5 + parent: 1653 + - uid: 43 + components: + - type: Transform + pos: 34.5,35.5 + parent: 1653 + - uid: 44 + components: + - type: Transform + pos: 33.5,35.5 + parent: 1653 + - uid: 45 + components: + - type: Transform + pos: 32.5,35.5 + parent: 1653 + - uid: 46 + components: + - type: Transform + pos: 31.5,35.5 + parent: 1653 + - uid: 47 + components: + - type: Transform + pos: 30.5,35.5 + parent: 1653 + - uid: 48 + components: + - type: Transform + pos: 29.5,35.5 + parent: 1653 + - uid: 49 + components: + - type: Transform + pos: 28.5,35.5 + parent: 1653 + - uid: 50 + components: + - type: Transform + pos: 27.5,35.5 + parent: 1653 + - uid: 51 + components: + - type: Transform + pos: 26.5,35.5 + parent: 1653 + - uid: 52 + components: + - type: Transform + pos: 25.5,35.5 + parent: 1653 + - uid: 53 + components: + - type: Transform + pos: 24.5,35.5 + parent: 1653 + - uid: 54 + components: + - type: Transform + pos: 22.5,35.5 + parent: 1653 + - uid: 55 + components: + - type: Transform + pos: 21.5,35.5 + parent: 1653 + - uid: 56 + components: + - type: Transform + pos: 20.5,35.5 + parent: 1653 + - uid: 57 + components: + - type: Transform + pos: 19.5,35.5 + parent: 1653 + - uid: 58 + components: + - type: Transform + pos: 18.5,35.5 + parent: 1653 + - uid: 59 + components: + - type: Transform + pos: 17.5,35.5 + parent: 1653 + - uid: 60 + components: + - type: Transform + pos: 16.5,35.5 + parent: 1653 + - uid: 61 + components: + - type: Transform + pos: 15.5,35.5 + parent: 1653 + - uid: 62 + components: + - type: Transform + pos: 14.5,35.5 + parent: 1653 + - uid: 63 + components: + - type: Transform + pos: 13.5,35.5 + parent: 1653 + - uid: 64 + components: + - type: Transform + pos: 12.5,35.5 + parent: 1653 + - uid: 65 + components: + - type: Transform + pos: 10.5,35.5 + parent: 1653 + - uid: 66 + components: + - type: Transform + pos: 9.5,35.5 + parent: 1653 + - uid: 67 + components: + - type: Transform + pos: 8.5,35.5 + parent: 1653 + - uid: 68 + components: + - type: Transform + pos: 7.5,35.5 + parent: 1653 + - uid: 69 + components: + - type: Transform + pos: 6.5,35.5 + parent: 1653 + - uid: 70 + components: + - type: Transform + pos: 5.5,35.5 + parent: 1653 + - uid: 71 + components: + - type: Transform + pos: 4.5,35.5 + parent: 1653 + - uid: 72 + components: + - type: Transform + pos: 3.5,35.5 + parent: 1653 + - uid: 73 + components: + - type: Transform + pos: 2.5,35.5 + parent: 1653 + - uid: 74 + components: + - type: Transform + pos: 1.5,35.5 + parent: 1653 + - uid: 75 + components: + - type: Transform + pos: 0.5,35.5 + parent: 1653 + - uid: 83 + components: + - type: Transform + pos: 34.5,14.5 + parent: 1653 + - uid: 84 + components: + - type: Transform + pos: 33.5,14.5 + parent: 1653 + - uid: 88 + components: + - type: Transform + pos: 37.5,14.5 + parent: 1653 + - uid: 89 + components: + - type: Transform + pos: 8.5,45.5 + parent: 1653 + - uid: 90 + components: + - type: Transform + pos: 9.5,45.5 + parent: 1653 + - uid: 91 + components: + - type: Transform + pos: 10.5,45.5 + parent: 1653 + - uid: 92 + components: + - type: Transform + pos: 11.5,45.5 + parent: 1653 + - uid: 93 + components: + - type: Transform + pos: 12.5,45.5 + parent: 1653 + - uid: 94 + components: + - type: Transform + pos: 13.5,45.5 + parent: 1653 + - uid: 95 + components: + - type: Transform + pos: 14.5,45.5 + parent: 1653 + - uid: 96 + components: + - type: Transform + pos: 11.5,42.5 + parent: 1653 + - uid: 97 + components: + - type: Transform + pos: 11.5,43.5 + parent: 1653 + - uid: 98 + components: + - type: Transform + pos: 11.5,44.5 + parent: 1653 + - uid: 99 + components: + - type: Transform + pos: 11.5,46.5 + parent: 1653 + - uid: 100 + components: + - type: Transform + pos: 11.5,47.5 + parent: 1653 + - uid: 101 + components: + - type: Transform + pos: 11.5,48.5 + parent: 1653 + - uid: 102 + components: + - type: Transform + pos: 16.5,45.5 + parent: 1653 + - uid: 108 + components: + - type: Transform + pos: 22.5,45.5 + parent: 1653 + - uid: 109 + components: + - type: Transform + pos: 19.5,42.5 + parent: 1653 + - uid: 114 + components: + - type: Transform + pos: 19.5,48.5 + parent: 1653 + - uid: 122 + components: + - type: Transform + pos: 9.5,40.5 + parent: 1653 + - uid: 124 + components: + - type: Transform + pos: 13.5,40.5 + parent: 1653 + - uid: 128 + components: + - type: Transform + pos: 26.5,31.5 + parent: 1653 + - uid: 129 + components: + - type: Transform + pos: 25.5,31.5 + parent: 1653 + - uid: 130 + components: + - type: Transform + pos: 24.5,31.5 + parent: 1653 + - uid: 131 + components: + - type: Transform + pos: 23.5,31.5 + parent: 1653 + - uid: 132 + components: + - type: Transform + pos: 22.5,31.5 + parent: 1653 + - uid: 133 + components: + - type: Transform + pos: 21.5,31.5 + parent: 1653 + - uid: 134 + components: + - type: Transform + pos: 20.5,31.5 + parent: 1653 + - uid: 135 + components: + - type: Transform + pos: 19.5,31.5 + parent: 1653 + - uid: 136 + components: + - type: Transform + pos: 18.5,31.5 + parent: 1653 + - uid: 137 + components: + - type: Transform + pos: 17.5,31.5 + parent: 1653 + - uid: 138 + components: + - type: Transform + pos: 16.5,31.5 + parent: 1653 + - uid: 139 + components: + - type: Transform + pos: 15.5,31.5 + parent: 1653 + - uid: 140 + components: + - type: Transform + pos: 14.5,31.5 + parent: 1653 + - uid: 142 + components: + - type: Transform + pos: 0.5,16.5 + parent: 1653 + - uid: 153 + components: + - type: Transform + pos: 12.5,31.5 + parent: 1653 + - uid: 154 + components: + - type: Transform + pos: 1.5,24.5 + parent: 1653 + - uid: 155 + components: + - type: Transform + pos: 1.5,25.5 + parent: 1653 + - uid: 156 + components: + - type: Transform + pos: 1.5,26.5 + parent: 1653 + - uid: 157 + components: + - type: Transform + pos: 1.5,27.5 + parent: 1653 + - uid: 158 + components: + - type: Transform + pos: 1.5,28.5 + parent: 1653 + - uid: 162 + components: + - type: Transform + pos: 2.5,1.5 + parent: 1653 + - uid: 165 + components: + - type: Transform + pos: 6.5,26.5 + parent: 1653 + - uid: 166 + components: + - type: Transform + pos: 2.5,26.5 + parent: 1653 + - uid: 167 + components: + - type: Transform + pos: 0.5,26.5 + parent: 1653 + - uid: 175 + components: + - type: Transform + pos: 3.5,38.5 + parent: 1653 + - uid: 176 + components: + - type: Transform + pos: 3.5,40.5 + parent: 1653 + - uid: 177 + components: + - type: Transform + pos: 11.5,38.5 + parent: 1653 + - uid: 178 + components: + - type: Transform + pos: 11.5,40.5 + parent: 1653 + - uid: 179 + components: + - type: Transform + pos: 19.5,38.5 + parent: 1653 + - uid: 180 + components: + - type: Transform + pos: 19.5,40.5 + parent: 1653 + - uid: 181 + components: + - type: Transform + pos: 27.5,38.5 + parent: 1653 + - uid: 182 + components: + - type: Transform + pos: 27.5,40.5 + parent: 1653 + - uid: 183 + components: + - type: Transform + pos: 35.5,38.5 + parent: 1653 + - uid: 184 + components: + - type: Transform + pos: 35.5,40.5 + parent: 1653 + - uid: 185 + components: + - type: Transform + pos: 43.5,38.5 + parent: 1653 + - uid: 186 + components: + - type: Transform + pos: 43.5,40.5 + parent: 1653 + - uid: 187 + components: + - type: Transform + pos: 29.5,36.5 + parent: 1653 + - uid: 188 + components: + - type: Transform + pos: 29.5,34.5 + parent: 1653 + - uid: 189 + components: + - type: Transform + pos: 17.5,34.5 + parent: 1653 + - uid: 190 + components: + - type: Transform + pos: 17.5,36.5 + parent: 1653 + - uid: 191 + components: + - type: Transform + pos: 5.5,34.5 + parent: 1653 + - uid: 192 + components: + - type: Transform + pos: 5.5,36.5 + parent: 1653 + - uid: 195 + components: + - type: Transform + pos: 20.5,32.5 + parent: 1653 + - uid: 196 + components: + - type: Transform + pos: 20.5,30.5 + parent: 1653 + - uid: 199 + components: + - type: Transform + pos: 13.5,24.5 + parent: 1653 + - uid: 200 + components: + - type: Transform + pos: 13.5,25.5 + parent: 1653 + - uid: 201 + components: + - type: Transform + pos: 13.5,26.5 + parent: 1653 + - uid: 203 + components: + - type: Transform + pos: 13.5,28.5 + parent: 1653 + - uid: 205 + components: + - type: Transform + pos: 14.5,26.5 + parent: 1653 + - uid: 206 + components: + - type: Transform + pos: 17.5,24.5 + parent: 1653 + - uid: 207 + components: + - type: Transform + pos: 17.5,25.5 + parent: 1653 + - uid: 208 + components: + - type: Transform + pos: 17.5,26.5 + parent: 1653 + - uid: 209 + components: + - type: Transform + pos: 17.5,27.5 + parent: 1653 + - uid: 210 + components: + - type: Transform + pos: 17.5,28.5 + parent: 1653 + - uid: 211 + components: + - type: Transform + pos: 16.5,26.5 + parent: 1653 + - uid: 212 + components: + - type: Transform + pos: 18.5,26.5 + parent: 1653 + - uid: 213 + components: + - type: Transform + pos: 21.5,24.5 + parent: 1653 + - uid: 214 + components: + - type: Transform + pos: 21.5,25.5 + parent: 1653 + - uid: 215 + components: + - type: Transform + pos: 21.5,26.5 + parent: 1653 + - uid: 216 + components: + - type: Transform + pos: 21.5,27.5 + parent: 1653 + - uid: 217 + components: + - type: Transform + pos: 21.5,28.5 + parent: 1653 + - uid: 218 + components: + - type: Transform + pos: 20.5,26.5 + parent: 1653 + - uid: 219 + components: + - type: Transform + pos: 22.5,26.5 + parent: 1653 + - uid: 220 + components: + - type: Transform + pos: 2.5,18.5 + parent: 1653 + - uid: 221 + components: + - type: Transform + pos: 2.5,19.5 + parent: 1653 + - uid: 222 + components: + - type: Transform + pos: 2.5,20.5 + parent: 1653 + - uid: 223 + components: + - type: Transform + pos: 2.5,21.5 + parent: 1653 + - uid: 224 + components: + - type: Transform + pos: 2.5,22.5 + parent: 1653 + - uid: 225 + components: + - type: Transform + pos: 3.5,20.5 + parent: 1653 + - uid: 226 + components: + - type: Transform + pos: 4.5,20.5 + parent: 1653 + - uid: 227 + components: + - type: Transform + pos: 1.5,20.5 + parent: 1653 + - uid: 228 + components: + - type: Transform + pos: 0.5,20.5 + parent: 1653 + - uid: 229 + components: + - type: Transform + pos: 8.5,18.5 + parent: 1653 + - uid: 230 + components: + - type: Transform + pos: 7.5,19.5 + parent: 1653 + - uid: 231 + components: + - type: Transform + pos: 7.5,21.5 + parent: 1653 + - uid: 232 + components: + - type: Transform + pos: 7.5,18.5 + parent: 1653 + - uid: 233 + components: + - type: Transform + pos: 8.5,22.5 + parent: 1653 + - uid: 234 + components: + - type: Transform + pos: 6.5,19.5 + parent: 1653 + - uid: 235 + components: + - type: Transform + pos: 6.5,20.5 + parent: 1653 + - uid: 236 + components: + - type: Transform + pos: 6.5,21.5 + parent: 1653 + - uid: 237 + components: + - type: Transform + pos: 10.5,20.5 + parent: 1653 + - uid: 238 + components: + - type: Transform + pos: 14.5,18.5 + parent: 1653 + - uid: 239 + components: + - type: Transform + pos: 14.5,19.5 + parent: 1653 + - uid: 240 + components: + - type: Transform + pos: 14.5,20.5 + parent: 1653 + - uid: 241 + components: + - type: Transform + pos: 14.5,21.5 + parent: 1653 + - uid: 242 + components: + - type: Transform + pos: 14.5,22.5 + parent: 1653 + - uid: 243 + components: + - type: Transform + pos: 13.5,20.5 + parent: 1653 + - uid: 244 + components: + - type: Transform + pos: 12.5,20.5 + parent: 1653 + - uid: 245 + components: + - type: Transform + pos: 15.5,20.5 + parent: 1653 + - uid: 246 + components: + - type: Transform + pos: 16.5,20.5 + parent: 1653 + - uid: 247 + components: + - type: Transform + pos: 20.5,18.5 + parent: 1653 + - uid: 248 + components: + - type: Transform + pos: 20.5,19.5 + parent: 1653 + - uid: 249 + components: + - type: Transform + pos: 20.5,20.5 + parent: 1653 + - uid: 250 + components: + - type: Transform + pos: 20.5,21.5 + parent: 1653 + - uid: 251 + components: + - type: Transform + pos: 20.5,22.5 + parent: 1653 + - uid: 252 + components: + - type: Transform + pos: 19.5,20.5 + parent: 1653 + - uid: 253 + components: + - type: Transform + pos: 18.5,20.5 + parent: 1653 + - uid: 254 + components: + - type: Transform + pos: 21.5,20.5 + parent: 1653 + - uid: 255 + components: + - type: Transform + pos: 22.5,20.5 + parent: 1653 + - uid: 256 + components: + - type: Transform + pos: 26.5,18.5 + parent: 1653 + - uid: 257 + components: + - type: Transform + pos: 26.5,19.5 + parent: 1653 + - uid: 258 + components: + - type: Transform + pos: 26.5,20.5 + parent: 1653 + - uid: 259 + components: + - type: Transform + pos: 26.5,21.5 + parent: 1653 + - uid: 260 + components: + - type: Transform + pos: 26.5,22.5 + parent: 1653 + - uid: 263 + components: + - type: Transform + pos: 27.5,20.5 + parent: 1653 + - uid: 264 + components: + - type: Transform + pos: 28.5,20.5 + parent: 1653 + - uid: 274 + components: + - type: Transform + pos: 19.5,12.5 + parent: 1653 + - uid: 275 + components: + - type: Transform + pos: 16.5,12.5 + parent: 1653 + - uid: 276 + components: + - type: Transform + pos: 16.5,15.5 + parent: 1653 + - uid: 277 + components: + - type: Transform + pos: 17.5,12.5 + parent: 1653 + - uid: 278 + components: + - type: Transform + pos: 19.5,16.5 + parent: 1653 + - uid: 279 + components: + - type: Transform + pos: 16.5,16.5 + parent: 1653 + - uid: 280 + components: + - type: Transform + pos: 17.5,16.5 + parent: 1653 + - uid: 281 + components: + - type: Transform + pos: 16.5,14.5 + parent: 1653 + - uid: 282 + components: + - type: Transform + pos: 16.5,13.5 + parent: 1653 + - uid: 283 + components: + - type: Transform + pos: 18.5,12.5 + parent: 1653 + - uid: 284 + components: + - type: Transform + pos: 22.5,14.5 + parent: 1653 + - uid: 292 + components: + - type: Transform + pos: 8.5,14.5 + parent: 1653 + - uid: 297 + components: + - type: Transform + pos: 10.5,12.5 + parent: 1653 + - uid: 298 + components: + - type: Transform + pos: 10.5,14.5 + parent: 1653 + - uid: 299 + components: + - type: Transform + pos: 11.5,14.5 + parent: 1653 + - uid: 300 + components: + - type: Transform + pos: 12.5,14.5 + parent: 1653 + - uid: 302 + components: + - type: Transform + pos: 14.5,14.5 + parent: 1653 + - uid: 304 + components: + - type: Transform + pos: 11.5,16.5 + parent: 1653 + - uid: 305 + components: + - type: Transform + pos: 11.5,13.5 + parent: 1653 + - uid: 306 + components: + - type: Transform + pos: 11.5,12.5 + parent: 1653 + - uid: 318 + components: + - type: Transform + pos: 32.5,14.5 + parent: 1653 + - uid: 319 + components: + - type: Transform + pos: 36.5,14.5 + parent: 1653 + - uid: 329 + components: + - type: Transform + pos: 40.5,14.5 + parent: 1653 + - uid: 330 + components: + - type: Transform + pos: 41.5,14.5 + parent: 1653 + - uid: 331 + components: + - type: Transform + pos: 42.5,14.5 + parent: 1653 + - uid: 332 + components: + - type: Transform + pos: 43.5,14.5 + parent: 1653 + - uid: 333 + components: + - type: Transform + pos: 44.5,14.5 + parent: 1653 + - uid: 334 + components: + - type: Transform + pos: 45.5,14.5 + parent: 1653 + - uid: 335 + components: + - type: Transform + pos: 46.5,14.5 + parent: 1653 + - uid: 336 + components: + - type: Transform + pos: 43.5,13.5 + parent: 1653 + - uid: 337 + components: + - type: Transform + pos: 43.5,12.5 + parent: 1653 + - uid: 338 + components: + - type: Transform + pos: 43.5,15.5 + parent: 1653 + - uid: 339 + components: + - type: Transform + pos: 43.5,16.5 + parent: 1653 + - uid: 340 + components: + - type: Transform + pos: 34.5,8.5 + parent: 1653 + - uid: 341 + components: + - type: Transform + pos: 33.5,8.5 + parent: 1653 + - uid: 342 + components: + - type: Transform + pos: 32.5,8.5 + parent: 1653 + - uid: 343 + components: + - type: Transform + pos: 31.5,8.5 + parent: 1653 + - uid: 344 + components: + - type: Transform + pos: 30.5,8.5 + parent: 1653 + - uid: 345 + components: + - type: Transform + pos: 29.5,8.5 + parent: 1653 + - uid: 346 + components: + - type: Transform + pos: 28.5,8.5 + parent: 1653 + - uid: 347 + components: + - type: Transform + pos: 27.5,8.5 + parent: 1653 + - uid: 348 + components: + - type: Transform + pos: 26.5,8.5 + parent: 1653 + - uid: 349 + components: + - type: Transform + pos: 25.5,8.5 + parent: 1653 + - uid: 350 + components: + - type: Transform + pos: 24.5,8.5 + parent: 1653 + - uid: 351 + components: + - type: Transform + pos: 29.5,9.5 + parent: 1653 + - uid: 352 + components: + - type: Transform + pos: 29.5,10.5 + parent: 1653 + - uid: 355 + components: + - type: Transform + pos: 22.5,8.5 + parent: 1653 + - uid: 356 + components: + - type: Transform + pos: 21.5,8.5 + parent: 1653 + - uid: 357 + components: + - type: Transform + pos: 20.5,8.5 + parent: 1653 + - uid: 358 + components: + - type: Transform + pos: 19.5,8.5 + parent: 1653 + - uid: 359 + components: + - type: Transform + pos: 18.5,8.5 + parent: 1653 + - uid: 360 + components: + - type: Transform + pos: 17.5,8.5 + parent: 1653 + - uid: 361 + components: + - type: Transform + pos: 16.5,8.5 + parent: 1653 + - uid: 362 + components: + - type: Transform + pos: 15.5,8.5 + parent: 1653 + - uid: 363 + components: + - type: Transform + pos: 14.5,8.5 + parent: 1653 + - uid: 364 + components: + - type: Transform + pos: 13.5,8.5 + parent: 1653 + - uid: 365 + components: + - type: Transform + pos: 12.5,8.5 + parent: 1653 + - uid: 366 + components: + - type: Transform + pos: 17.5,9.5 + parent: 1653 + - uid: 367 + components: + - type: Transform + pos: 17.5,10.5 + parent: 1653 + - uid: 368 + components: + - type: Transform + pos: 17.5,7.5 + parent: 1653 + - uid: 369 + components: + - type: Transform + pos: 17.5,6.5 + parent: 1653 + - uid: 370 + components: + - type: Transform + pos: 10.5,8.5 + parent: 1653 + - uid: 371 + components: + - type: Transform + pos: 9.5,8.5 + parent: 1653 + - uid: 372 + components: + - type: Transform + pos: 8.5,8.5 + parent: 1653 + - uid: 373 + components: + - type: Transform + pos: 7.5,8.5 + parent: 1653 + - uid: 374 + components: + - type: Transform + pos: 6.5,8.5 + parent: 1653 + - uid: 375 + components: + - type: Transform + pos: 5.5,8.5 + parent: 1653 + - uid: 376 + components: + - type: Transform + pos: 4.5,8.5 + parent: 1653 + - uid: 377 + components: + - type: Transform + pos: 3.5,8.5 + parent: 1653 + - uid: 378 + components: + - type: Transform + pos: 2.5,8.5 + parent: 1653 + - uid: 379 + components: + - type: Transform + pos: 1.5,8.5 + parent: 1653 + - uid: 380 + components: + - type: Transform + pos: 0.5,8.5 + parent: 1653 + - uid: 381 + components: + - type: Transform + pos: 5.5,9.5 + parent: 1653 + - uid: 382 + components: + - type: Transform + pos: 5.5,10.5 + parent: 1653 + - uid: 383 + components: + - type: Transform + pos: 5.5,7.5 + parent: 1653 + - uid: 384 + components: + - type: Transform + pos: 5.5,6.5 + parent: 1653 + - uid: 406 + components: + - type: Transform + pos: 18.5,2.5 + parent: 1653 + - uid: 407 + components: + - type: Transform + pos: 19.5,2.5 + parent: 1653 + - uid: 408 + components: + - type: Transform + pos: 20.5,2.5 + parent: 1653 + - uid: 409 + components: + - type: Transform + pos: 21.5,2.5 + parent: 1653 + - uid: 410 + components: + - type: Transform + pos: 22.5,2.5 + parent: 1653 + - uid: 411 + components: + - type: Transform + pos: 23.5,2.5 + parent: 1653 + - uid: 412 + components: + - type: Transform + pos: 24.5,2.5 + parent: 1653 + - uid: 413 + components: + - type: Transform + pos: 25.5,2.5 + parent: 1653 + - uid: 414 + components: + - type: Transform + pos: 26.5,2.5 + parent: 1653 + - uid: 421 + components: + - type: Transform + pos: 33.5,2.5 + parent: 1653 + - uid: 422 + components: + - type: Transform + pos: 34.5,2.5 + parent: 1653 + - uid: 423 + components: + - type: Transform + pos: 36.5,2.5 + parent: 1653 + - uid: 424 + components: + - type: Transform + pos: 26.5,3.5 + parent: 1653 + - uid: 425 + components: + - type: Transform + pos: 26.5,4.5 + parent: 1653 + - uid: 426 + components: + - type: Transform + pos: 26.5,1.5 + parent: 1653 + - uid: 427 + components: + - type: Transform + pos: 26.5,0.5 + parent: 1653 + - uid: 428 + components: + - type: Transform + pos: 37.5,2.5 + parent: 1653 + - uid: 429 + components: + - type: Transform + pos: 38.5,2.5 + parent: 1653 + - uid: 430 + components: + - type: Transform + pos: 39.5,2.5 + parent: 1653 + - uid: 431 + components: + - type: Transform + pos: 40.5,2.5 + parent: 1653 + - uid: 432 + components: + - type: Transform + pos: 41.5,2.5 + parent: 1653 + - uid: 433 + components: + - type: Transform + pos: 42.5,2.5 + parent: 1653 + - uid: 434 + components: + - type: Transform + pos: 43.5,2.5 + parent: 1653 + - uid: 435 + components: + - type: Transform + pos: 44.5,2.5 + parent: 1653 + - uid: 436 + components: + - type: Transform + pos: 45.5,2.5 + parent: 1653 + - uid: 437 + components: + - type: Transform + pos: 46.5,2.5 + parent: 1653 + - uid: 438 + components: + - type: Transform + pos: 47.5,2.5 + parent: 1653 + - uid: 439 + components: + - type: Transform + pos: 48.5,2.5 + parent: 1653 + - uid: 440 + components: + - type: Transform + pos: 49.5,2.5 + parent: 1653 + - uid: 441 + components: + - type: Transform + pos: 50.5,2.5 + parent: 1653 + - uid: 442 + components: + - type: Transform + pos: 51.5,2.5 + parent: 1653 + - uid: 443 + components: + - type: Transform + pos: 52.5,2.5 + parent: 1653 + - uid: 444 + components: + - type: Transform + pos: 53.5,2.5 + parent: 1653 + - uid: 445 + components: + - type: Transform + pos: 54.5,2.5 + parent: 1653 + - uid: 447 + components: + - type: Transform + pos: 45.5,3.5 + parent: 1653 + - uid: 448 + components: + - type: Transform + pos: 45.5,4.5 + parent: 1653 + - uid: 449 + components: + - type: Transform + pos: 45.5,0.5 + parent: 1653 + - uid: 450 + components: + - type: Transform + pos: 45.5,1.5 + parent: 1653 + - uid: 480 + components: + - type: Transform + pos: 5.5,2.5 + parent: 1653 + - uid: 493 + components: + - type: Transform + pos: 10.5,2.5 + parent: 1653 + - uid: 494 + components: + - type: Transform + pos: 6.5,2.5 + parent: 1653 + - uid: 508 + components: + - type: Transform + pos: 2.5,3.5 + parent: 1653 + - uid: 509 + components: + - type: Transform + pos: 2.5,0.5 + parent: 1653 + - uid: 510 + components: + - type: Transform + pos: 2.5,4.5 + parent: 1653 + - uid: 514 + components: + - type: Transform + pos: 7.5,2.5 + parent: 1653 + - uid: 515 + components: + - type: Transform + pos: 11.5,2.5 + parent: 1653 + - uid: 527 + components: + - type: Transform + pos: 8.5,31.5 + parent: 1653 + - uid: 566 + components: + - type: Transform + pos: 9.5,2.5 + parent: 1653 + - uid: 567 + components: + - type: Transform + pos: 38.5,14.5 + parent: 1653 + - uid: 568 + components: + - type: Transform + pos: 12.5,43.5 + parent: 1653 + - uid: 572 + components: + - type: Transform + pos: 13.5,43.5 + parent: 1653 + - uid: 602 + components: + - type: Transform + pos: 29.5,2.5 + parent: 1653 + - uid: 603 + components: + - type: Transform + pos: 28.5,2.5 + parent: 1653 + - uid: 604 + components: + - type: Transform + pos: 12.5,38.5 + parent: 1653 + - uid: 672 + components: + - type: Transform + pos: 0.5,15.5 + parent: 1653 + - uid: 688 + components: + - type: Transform + pos: 27.5,2.5 + parent: 1653 + - uid: 719 + components: + - type: Transform + pos: 5.5,31.5 + parent: 1653 + - uid: 736 + components: + - type: Transform + pos: 0.5,13.5 + parent: 1653 + - uid: 741 + components: + - type: Transform + pos: 0.5,14.5 + parent: 1653 + - uid: 748 + components: + - type: Transform + pos: 30.5,20.5 + parent: 1653 + - uid: 749 + components: + - type: Transform + pos: 31.5,20.5 + parent: 1653 + - uid: 750 + components: + - type: Transform + pos: 32.5,20.5 + parent: 1653 + - uid: 751 + components: + - type: Transform + pos: 34.5,20.5 + parent: 1653 + - uid: 752 + components: + - type: Transform + pos: 32.5,22.5 + parent: 1653 + - uid: 753 + components: + - type: Transform + pos: 33.5,20.5 + parent: 1653 + - uid: 754 + components: + - type: Transform + pos: 32.5,19.5 + parent: 1653 + - uid: 755 + components: + - type: Transform + pos: 32.5,21.5 + parent: 1653 + - uid: 761 + components: + - type: Transform + pos: 17.5,45.5 + parent: 1653 + - uid: 762 + components: + - type: Transform + pos: 32.5,18.5 + parent: 1653 + - uid: 767 + components: + - type: Transform + pos: 31.5,2.5 + parent: 1653 + - uid: 796 + components: + - type: Transform + pos: 7.5,31.5 + parent: 1653 + - uid: 799 + components: + - type: Transform + pos: 4.5,31.5 + parent: 1653 + - uid: 906 + components: + - type: Transform + pos: 9.5,18.5 + parent: 1653 + - uid: 907 + components: + - type: Transform + pos: 10.5,21.5 + parent: 1653 + - uid: 910 + components: + - type: Transform + pos: 9.5,22.5 + parent: 1653 + - uid: 911 + components: + - type: Transform + pos: 7.5,22.5 + parent: 1653 + - uid: 912 + components: + - type: Transform + pos: 9.5,19.5 + parent: 1653 + - uid: 913 + components: + - type: Transform + pos: 10.5,19.5 + parent: 1653 + - uid: 914 + components: + - type: Transform + pos: 9.5,21.5 + parent: 1653 + - uid: 976 + components: + - type: Transform + pos: 32.5,2.5 + parent: 1653 + - uid: 977 + components: + - type: Transform + pos: 30.5,2.5 + parent: 1653 + - uid: 978 + components: + - type: Transform + pos: 20.5,45.5 + parent: 1653 + - uid: 984 + components: + - type: Transform + pos: 3.5,43.5 + parent: 1653 + - uid: 1029 + components: + - type: Transform + pos: 28.5,21.5 + parent: 1653 + - uid: 1030 + components: + - type: Transform + pos: 28.5,22.5 + parent: 1653 + - uid: 1031 + components: + - type: Transform + pos: 25.5,18.5 + parent: 1653 + - uid: 1032 + components: + - type: Transform + pos: 24.5,18.5 + parent: 1653 + - uid: 1033 + components: + - type: Transform + pos: 25.5,22.5 + parent: 1653 + - uid: 1034 + components: + - type: Transform + pos: 24.5,22.5 + parent: 1653 + - uid: 1035 + components: + - type: Transform + pos: 24.5,21.5 + parent: 1653 + - uid: 1036 + components: + - type: Transform + pos: 24.5,20.5 + parent: 1653 + - uid: 1037 + components: + - type: Transform + pos: 24.5,19.5 + parent: 1653 + - uid: 1053 + components: + - type: Transform + pos: 1.5,12.5 + parent: 1653 + - uid: 1126 + components: + - type: Transform + pos: 8.5,12.5 + parent: 1653 + - uid: 1128 + components: + - type: Transform + pos: 3.5,47.5 + parent: 1653 + - uid: 1129 + components: + - type: Transform + pos: 3.5,45.5 + parent: 1653 + - uid: 1130 + components: + - type: Transform + pos: 9.5,12.5 + parent: 1653 + - uid: 1132 + components: + - type: Transform + pos: 1.5,45.5 + parent: 1653 + - uid: 1134 + components: + - type: Transform + pos: 3.5,48.5 + parent: 1653 + - uid: 1135 + components: + - type: Transform + pos: 8.5,13.5 + parent: 1653 + - uid: 1136 + components: + - type: Transform + pos: 8.5,15.5 + parent: 1653 + - uid: 1137 + components: + - type: Transform + pos: 8.5,16.5 + parent: 1653 + - uid: 1138 + components: + - type: Transform + pos: 9.5,16.5 + parent: 1653 + - uid: 1139 + components: + - type: Transform + pos: 10.5,16.5 + parent: 1653 + - uid: 1140 + components: + - type: Transform + pos: 12.5,16.5 + parent: 1653 + - uid: 1141 + components: + - type: Transform + pos: 13.5,16.5 + parent: 1653 + - uid: 1142 + components: + - type: Transform + pos: 14.5,16.5 + parent: 1653 + - uid: 1143 + components: + - type: Transform + pos: 14.5,15.5 + parent: 1653 + - uid: 1144 + components: + - type: Transform + pos: 14.5,13.5 + parent: 1653 + - uid: 1145 + components: + - type: Transform + pos: 14.5,12.5 + parent: 1653 + - uid: 1146 + components: + - type: Transform + pos: 13.5,12.5 + parent: 1653 + - uid: 1147 + components: + - type: Transform + pos: 12.5,12.5 + parent: 1653 + - uid: 1159 + components: + - type: Transform + pos: 18.5,16.5 + parent: 1653 + - uid: 1160 + components: + - type: Transform + pos: 20.5,16.5 + parent: 1653 + - uid: 1161 + components: + - type: Transform + pos: 21.5,16.5 + parent: 1653 + - uid: 1162 + components: + - type: Transform + pos: 22.5,16.5 + parent: 1653 + - uid: 1163 + components: + - type: Transform + pos: 22.5,15.5 + parent: 1653 + - uid: 1164 + components: + - type: Transform + pos: 22.5,13.5 + parent: 1653 + - uid: 1165 + components: + - type: Transform + pos: 22.5,12.5 + parent: 1653 + - uid: 1166 + components: + - type: Transform + pos: 21.5,12.5 + parent: 1653 + - uid: 1167 + components: + - type: Transform + pos: 20.5,12.5 + parent: 1653 + - uid: 1202 + components: + - type: Transform + pos: 0.5,45.5 + parent: 1653 + - uid: 1203 + components: + - type: Transform + pos: 2.5,45.5 + parent: 1653 + - uid: 1206 + components: + - type: Transform + pos: 3.5,42.5 + parent: 1653 + - uid: 1207 + components: + - type: Transform + pos: 3.5,44.5 + parent: 1653 + - uid: 1225 + components: + - type: Transform + pos: 41.5,1.5 + parent: 1653 + - uid: 1226 + components: + - type: Transform + pos: 41.5,0.5 + parent: 1653 + - uid: 1227 + components: + - type: Transform + pos: 41.5,3.5 + parent: 1653 + - uid: 1228 + components: + - type: Transform + pos: 41.5,4.5 + parent: 1653 + - uid: 1229 + components: + - type: Transform + pos: 49.5,3.5 + parent: 1653 + - uid: 1230 + components: + - type: Transform + pos: 49.5,4.5 + parent: 1653 + - uid: 1231 + components: + - type: Transform + pos: 49.5,1.5 + parent: 1653 + - uid: 1232 + components: + - type: Transform + pos: 49.5,0.5 + parent: 1653 + - uid: 1299 + components: + - type: Transform + pos: 35.5,13.5 + parent: 1653 + - uid: 1300 + components: + - type: Transform + pos: 35.5,14.5 + parent: 1653 + - uid: 1303 + components: + - type: Transform + pos: 35.5,16.5 + parent: 1653 + - uid: 1306 + components: + - type: Transform + pos: 35.5,15.5 + parent: 1653 + - uid: 1310 + components: + - type: Transform + pos: 35.5,12.5 + parent: 1653 + - uid: 1327 + components: + - type: Transform + pos: 10.5,31.5 + parent: 1653 + - uid: 1393 + components: + - type: Transform + pos: 0.5,12.5 + parent: 1653 + - uid: 1397 + components: + - type: Transform + pos: 19.5,45.5 + parent: 1653 + - uid: 1410 + components: + - type: Transform + pos: 19.5,42.5 + parent: 1653 + - uid: 1411 + components: + - type: Transform + pos: 16.5,45.5 + parent: 1653 + - uid: 1412 + components: + - type: Transform + pos: 21.5,45.5 + parent: 1653 + - uid: 1419 + components: + - type: Transform + pos: 11.5,31.5 + parent: 1653 + - uid: 1439 + components: + - type: Transform + pos: 19.5,43.5 + parent: 1653 + - uid: 1440 + components: + - type: Transform + pos: 19.5,44.5 + parent: 1653 + - uid: 1441 + components: + - type: Transform + pos: 19.5,46.5 + parent: 1653 + - uid: 1446 + components: + - type: Transform + pos: 19.5,47.5 + parent: 1653 + - uid: 1447 + components: + - type: Transform + pos: 22.5,45.5 + parent: 1653 + - uid: 1457 + components: + - type: Transform + pos: 18.5,45.5 + parent: 1653 + - uid: 1461 + components: + - type: Transform + pos: 19.5,48.5 + parent: 1653 + - uid: 1462 + components: + - type: Transform + pos: 1.5,16.5 + parent: 1653 + - uid: 1510 + components: + - type: Transform + pos: 30.5,9.5 + parent: 1653 + - uid: 1511 + components: + - type: Transform + pos: 31.5,7.5 + parent: 1653 + - uid: 1512 + components: + - type: Transform + pos: 31.5,6.5 + parent: 1653 + - uid: 1513 + components: + - type: Transform + pos: 30.5,6.5 + parent: 1653 + - uid: 1514 + components: + - type: Transform + pos: 29.5,6.5 + parent: 1653 + - uid: 1515 + components: + - type: Transform + pos: 28.5,6.5 + parent: 1653 + - uid: 1516 + components: + - type: Transform + pos: 27.5,6.5 + parent: 1653 + - uid: 1517 + components: + - type: Transform + pos: 27.5,7.5 + parent: 1653 + - uid: 1569 + components: + - type: Transform + pos: 10.5,38.5 + parent: 1653 + - uid: 1570 + components: + - type: Transform + pos: 10.5,40.5 + parent: 1653 + - uid: 1571 + components: + - type: Transform + pos: 12.5,40.5 + parent: 1653 + - uid: 1572 + components: + - type: Transform + pos: 9.5,38.5 + parent: 1653 + - uid: 1573 + components: + - type: Transform + pos: 13.5,38.5 + parent: 1653 + - uid: 1702 + components: + - type: Transform + pos: 1.5,2.5 + parent: 1653 + - uid: 1708 + components: + - type: Transform + pos: 8.5,2.5 + parent: 1653 + - uid: 1709 + components: + - type: Transform + pos: 12.5,2.5 + parent: 1653 + - uid: 1715 + components: + - type: Transform + pos: 3.5,46.5 + parent: 1653 + - uid: 1717 + components: + - type: Transform + pos: 4.5,45.5 + parent: 1653 + - uid: 1718 + components: + - type: Transform + pos: 5.5,45.5 + parent: 1653 + - uid: 1719 + components: + - type: Transform + pos: 6.5,45.5 + parent: 1653 + - uid: 1726 + components: + - type: Transform + pos: 2.5,12.5 + parent: 1653 + - uid: 1735 + components: + - type: Transform + pos: 24.5,14.5 + parent: 1653 + - uid: 1736 + components: + - type: Transform + pos: 25.5,14.5 + parent: 1653 + - uid: 1737 + components: + - type: Transform + pos: 30.5,14.5 + parent: 1653 + - uid: 1738 + components: + - type: Transform + pos: 29.5,14.5 + parent: 1653 + - uid: 1739 + components: + - type: Transform + pos: 29.5,15.5 + parent: 1653 + - uid: 1740 + components: + - type: Transform + pos: 29.5,16.5 + parent: 1653 + - uid: 1741 + components: + - type: Transform + pos: 28.5,16.5 + parent: 1653 + - uid: 1742 + components: + - type: Transform + pos: 27.5,16.5 + parent: 1653 + - uid: 1743 + components: + - type: Transform + pos: 26.5,16.5 + parent: 1653 + - uid: 1744 + components: + - type: Transform + pos: 25.5,16.5 + parent: 1653 + - uid: 1745 + components: + - type: Transform + pos: 25.5,15.5 + parent: 1653 + - uid: 1746 + components: + - type: Transform + pos: 25.5,13.5 + parent: 1653 + - uid: 1747 + components: + - type: Transform + pos: 25.5,12.5 + parent: 1653 + - uid: 1748 + components: + - type: Transform + pos: 26.5,12.5 + parent: 1653 + - uid: 1749 + components: + - type: Transform + pos: 27.5,12.5 + parent: 1653 + - uid: 1750 + components: + - type: Transform + pos: 28.5,12.5 + parent: 1653 + - uid: 1751 + components: + - type: Transform + pos: 29.5,12.5 + parent: 1653 + - uid: 1752 + components: + - type: Transform + pos: 29.5,13.5 + parent: 1653 + - uid: 1876 + components: + - type: Transform + pos: 3.5,2.5 + parent: 1653 + - uid: 1877 + components: + - type: Transform + pos: 4.5,2.5 + parent: 1653 + - uid: 1879 + components: + - type: Transform + pos: 0.5,2.5 + parent: 1653 + - uid: 1881 + components: + - type: Transform + pos: 2.5,2.5 + parent: 1653 + - uid: 1888 + components: + - type: Transform + pos: 13.5,2.5 + parent: 1653 + - uid: 1889 + components: + - type: Transform + pos: 14.5,2.5 + parent: 1653 + - uid: 1890 + components: + - type: Transform + pos: 15.5,2.5 + parent: 1653 + - uid: 1891 + components: + - type: Transform + pos: 16.5,2.5 + parent: 1653 + - uid: 1895 + components: + - type: Transform + pos: 9.5,31.5 + parent: 1653 + - uid: 1961 + components: + - type: Transform + pos: 25.5,28.5 + parent: 1653 + - uid: 1962 + components: + - type: Transform + pos: 25.5,27.5 + parent: 1653 + - uid: 1963 + components: + - type: Transform + pos: 25.5,26.5 + parent: 1653 + - uid: 1964 + components: + - type: Transform + pos: 25.5,25.5 + parent: 1653 + - uid: 1965 + components: + - type: Transform + pos: 25.5,24.5 + parent: 1653 + - uid: 1966 + components: + - type: Transform + pos: 24.5,26.5 + parent: 1653 + - uid: 1967 + components: + - type: Transform + pos: 26.5,26.5 + parent: 1653 + - uid: 1968 + components: + - type: Transform + pos: 48.5,39.5 + parent: 1653 + - uid: 1969 + components: + - type: Transform + pos: 49.5,39.5 + parent: 1653 + - uid: 1970 + components: + - type: Transform + pos: 50.5,39.5 + parent: 1653 + - uid: 1971 + components: + - type: Transform + pos: 51.5,39.5 + parent: 1653 + - uid: 1972 + components: + - type: Transform + pos: 52.5,39.5 + parent: 1653 + - uid: 1973 + components: + - type: Transform + pos: 53.5,39.5 + parent: 1653 + - uid: 1974 + components: + - type: Transform + pos: 54.5,39.5 + parent: 1653 + - uid: 1975 + components: + - type: Transform + pos: 51.5,40.5 + parent: 1653 + - uid: 1976 + components: + - type: Transform + pos: 51.5,38.5 + parent: 1653 + - uid: 2009 + components: + - type: Transform + pos: 6.5,31.5 + parent: 1653 + - uid: 2031 + components: + - type: Transform + pos: 29.5,24.5 + parent: 1653 + - uid: 2032 + components: + - type: Transform + pos: 29.5,25.5 + parent: 1653 + - uid: 2033 + components: + - type: Transform + pos: 29.5,26.5 + parent: 1653 + - uid: 2034 + components: + - type: Transform + pos: 29.5,27.5 + parent: 1653 + - uid: 2035 + components: + - type: Transform + pos: 29.5,28.5 + parent: 1653 + - uid: 2036 + components: + - type: Transform + pos: 28.5,26.5 + parent: 1653 + - uid: 2037 + components: + - type: Transform + pos: 30.5,26.5 + parent: 1653 + - uid: 2038 + components: + - type: Transform + pos: 33.5,24.5 + parent: 1653 + - uid: 2039 + components: + - type: Transform + pos: 33.5,25.5 + parent: 1653 + - uid: 2040 + components: + - type: Transform + pos: 33.5,26.5 + parent: 1653 + - uid: 2041 + components: + - type: Transform + pos: 33.5,27.5 + parent: 1653 + - uid: 2042 + components: + - type: Transform + pos: 33.5,28.5 + parent: 1653 + - uid: 2043 + components: + - type: Transform + pos: 32.5,26.5 + parent: 1653 + - uid: 2044 + components: + - type: Transform + pos: 34.5,26.5 + parent: 1653 + - uid: 2045 + components: + - type: Transform + pos: 36.5,8.5 + parent: 1653 + - uid: 2046 + components: + - type: Transform + pos: 37.5,8.5 + parent: 1653 + - uid: 2047 + components: + - type: Transform + pos: 38.5,8.5 + parent: 1653 + - uid: 2048 + components: + - type: Transform + pos: 39.5,8.5 + parent: 1653 + - uid: 2049 + components: + - type: Transform + pos: 40.5,8.5 + parent: 1653 + - uid: 2050 + components: + - type: Transform + pos: 41.5,8.5 + parent: 1653 + - uid: 2051 + components: + - type: Transform + pos: 42.5,8.5 + parent: 1653 + - uid: 2052 + components: + - type: Transform + pos: 43.5,8.5 + parent: 1653 + - uid: 2053 + components: + - type: Transform + pos: 44.5,8.5 + parent: 1653 + - uid: 2054 + components: + - type: Transform + pos: 45.5,8.5 + parent: 1653 + - uid: 2055 + components: + - type: Transform + pos: 46.5,8.5 + parent: 1653 + - uid: 2056 + components: + - type: Transform + pos: 41.5,9.5 + parent: 1653 + - uid: 2057 + components: + - type: Transform + pos: 41.5,10.5 + parent: 1653 + - uid: 2058 + components: + - type: Transform + pos: 41.5,7.5 + parent: 1653 + - uid: 2059 + components: + - type: Transform + pos: 41.5,6.5 + parent: 1653 + - uid: 2061 + components: + - type: Transform + pos: 3.5,31.5 + parent: 1653 + - uid: 2188 + components: + - type: Transform + pos: 14.5,0.5 + parent: 1653 + - uid: 2189 + components: + - type: Transform + pos: 14.5,1.5 + parent: 1653 + - uid: 2190 + components: + - type: Transform + pos: 14.5,3.5 + parent: 1653 + - uid: 2191 + components: + - type: Transform + pos: 14.5,4.5 + parent: 1653 + - uid: 2192 + components: + - type: Transform + pos: 8.5,3.5 + parent: 1653 + - uid: 2193 + components: + - type: Transform + pos: 8.5,4.5 + parent: 1653 + - uid: 2194 + components: + - type: Transform + pos: 8.5,1.5 + parent: 1653 + - uid: 2195 + components: + - type: Transform + pos: 8.5,0.5 + parent: 1653 + - uid: 2240 + components: + - type: Transform + pos: 2.5,31.5 + parent: 1653 + - uid: 2241 + components: + - type: Transform + pos: 1.5,31.5 + parent: 1653 + - uid: 2242 + components: + - type: Transform + pos: 0.5,31.5 + parent: 1653 + - uid: 2243 + components: + - type: Transform + pos: 6.5,30.5 + parent: 1653 + - uid: 2244 + components: + - type: Transform + pos: 6.5,32.5 + parent: 1653 +- proto: CableApcStack + entities: + - uid: 1541 + components: + - type: Transform + pos: 27.694578,8.767019 + parent: 1653 +- proto: CableHV + entities: + - uid: 544 + components: + - type: Transform + pos: 11.5,46.5 + parent: 1653 + - uid: 545 + components: + - type: Transform + pos: 10.5,46.5 + parent: 1653 + - uid: 546 + components: + - type: Transform + pos: 9.5,46.5 + parent: 1653 + - uid: 547 + components: + - type: Transform + pos: 12.5,46.5 + parent: 1653 + - uid: 548 + components: + - type: Transform + pos: 13.5,46.5 + parent: 1653 + - uid: 549 + components: + - type: Transform + pos: 13.5,47.5 + parent: 1653 + - uid: 550 + components: + - type: Transform + pos: 11.5,47.5 + parent: 1653 + - uid: 551 + components: + - type: Transform + pos: 9.5,47.5 + parent: 1653 + - uid: 552 + components: + - type: Transform + pos: 11.5,45.5 + parent: 1653 + - uid: 553 + components: + - type: Transform + pos: 11.5,44.5 + parent: 1653 + - uid: 554 + components: + - type: Transform + pos: 11.5,43.5 + parent: 1653 + - uid: 555 + components: + - type: Transform + pos: 11.5,42.5 + parent: 1653 + - uid: 556 + components: + - type: Transform + pos: 10.5,42.5 + parent: 1653 + - uid: 557 + components: + - type: Transform + pos: 9.5,42.5 + parent: 1653 + - uid: 558 + components: + - type: Transform + pos: 8.5,42.5 + parent: 1653 + - uid: 1014 + components: + - type: Transform + pos: 25.5,19.5 + parent: 1653 + - uid: 1015 + components: + - type: Transform + pos: 25.5,20.5 + parent: 1653 + - uid: 1016 + components: + - type: Transform + pos: 25.5,21.5 + parent: 1653 + - uid: 1017 + components: + - type: Transform + pos: 26.5,20.5 + parent: 1653 + - uid: 1018 + components: + - type: Transform + pos: 27.5,20.5 + parent: 1653 + - uid: 1019 + components: + - type: Transform + pos: 28.5,20.5 + parent: 1653 + - uid: 1020 + components: + - type: Transform + pos: 28.5,19.5 + parent: 1653 + - uid: 1021 + components: + - type: Transform + pos: 28.5,18.5 + parent: 1653 + - uid: 1153 + components: + - type: Transform + pos: 27.5,19.5 + parent: 1653 + - uid: 1200 + components: + - type: Transform + pos: 27.5,21.5 + parent: 1653 + - uid: 1488 + components: + - type: Transform + pos: 28.5,8.5 + parent: 1653 + - uid: 1489 + components: + - type: Transform + pos: 29.5,8.5 + parent: 1653 + - uid: 1490 + components: + - type: Transform + pos: 30.5,8.5 + parent: 1653 + - uid: 1491 + components: + - type: Transform + pos: 28.5,7.5 + parent: 1653 + - uid: 1492 + components: + - type: Transform + pos: 29.5,7.5 + parent: 1653 + - uid: 1493 + components: + - type: Transform + pos: 30.5,7.5 + parent: 1653 + - uid: 1494 + components: + - type: Transform + pos: 27.5,7.5 + parent: 1653 + - uid: 1495 + components: + - type: Transform + pos: 26.5,7.5 + parent: 1653 + - uid: 1496 + components: + - type: Transform + pos: 31.5,7.5 + parent: 1653 + - uid: 1497 + components: + - type: Transform + pos: 32.5,7.5 + parent: 1653 + - uid: 1498 + components: + - type: Transform + pos: 33.5,7.5 + parent: 1653 + - uid: 1499 + components: + - type: Transform + pos: 33.5,8.5 + parent: 1653 + - uid: 1500 + components: + - type: Transform + pos: 33.5,9.5 + parent: 1653 + - uid: 1502 + components: + - type: Transform + pos: 29.5,9.5 + parent: 1653 + - uid: 1503 + components: + - type: Transform + pos: 25.5,7.5 + parent: 1653 + - uid: 1504 + components: + - type: Transform + pos: 25.5,8.5 + parent: 1653 + - uid: 1505 + components: + - type: Transform + pos: 25.5,9.5 + parent: 1653 +- proto: CableHVStack + entities: + - uid: 1543 + components: + - type: Transform + pos: 27.850828,8.329519 + parent: 1653 +- proto: CableMV + entities: + - uid: 573 + components: + - type: Transform + pos: 8.5,42.5 + parent: 1653 + - uid: 574 + components: + - type: Transform + pos: 9.5,42.5 + parent: 1653 + - uid: 575 + components: + - type: Transform + pos: 10.5,42.5 + parent: 1653 + - uid: 576 + components: + - type: Transform + pos: 11.5,42.5 + parent: 1653 + - uid: 577 + components: + - type: Transform + pos: 12.5,42.5 + parent: 1653 + - uid: 578 + components: + - type: Transform + pos: 13.5,42.5 + parent: 1653 + - uid: 579 + components: + - type: Transform + pos: 13.5,43.5 + parent: 1653 + - uid: 1024 + components: + - type: Transform + pos: 28.5,18.5 + parent: 1653 + - uid: 1025 + components: + - type: Transform + pos: 28.5,19.5 + parent: 1653 + - uid: 1026 + components: + - type: Transform + pos: 28.5,20.5 + parent: 1653 + - uid: 1027 + components: + - type: Transform + pos: 28.5,21.5 + parent: 1653 + - uid: 1028 + components: + - type: Transform + pos: 28.5,22.5 + parent: 1653 + - uid: 1508 + components: + - type: Transform + pos: 29.5,9.5 + parent: 1653 + - uid: 1509 + components: + - type: Transform + pos: 30.5,9.5 + parent: 1653 +- proto: CableMVStack + entities: + - uid: 1542 + components: + - type: Transform + pos: 27.819578,8.595144 + parent: 1653 +- proto: CableTerminal + entities: + - uid: 543 + components: + - type: Transform + pos: 11.5,46.5 + parent: 1653 + - uid: 1038 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,20.5 + parent: 1653 + - uid: 1518 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,7.5 + parent: 1653 + - uid: 1519 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,7.5 + parent: 1653 + - uid: 1520 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,7.5 + parent: 1653 +- proto: CarpetGreen + entities: + - uid: 271 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,30.5 + parent: 1653 + - uid: 272 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,30.5 + parent: 1653 + - uid: 273 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,30.5 + parent: 1653 + - uid: 307 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,31.5 + parent: 1653 + - uid: 308 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,30.5 + parent: 1653 + - uid: 309 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,32.5 + parent: 1653 + - uid: 310 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,30.5 + parent: 1653 + - uid: 311 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,30.5 + parent: 1653 + - uid: 312 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,30.5 + parent: 1653 + - uid: 314 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,31.5 + parent: 1653 + - uid: 614 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,6.5 + parent: 1653 + - uid: 617 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,7.5 + parent: 1653 + - uid: 618 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,6.5 + parent: 1653 + - uid: 620 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,7.5 + parent: 1653 + - uid: 621 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,7.5 + parent: 1653 + - uid: 622 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,7.5 + parent: 1653 + - uid: 623 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,6.5 + parent: 1653 + - uid: 628 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,30.5 + parent: 1653 + - uid: 643 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,32.5 + parent: 1653 + - uid: 674 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,6.5 + parent: 1653 + - uid: 1244 + components: + - type: Transform + pos: 49.5,4.5 + parent: 1653 + - uid: 1827 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,6.5 + parent: 1653 + - uid: 1831 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,7.5 + parent: 1653 +- proto: Catwalk + entities: + - uid: 560 + components: + - type: Transform + pos: 10.5,45.5 + parent: 1653 + - uid: 561 + components: + - type: Transform + pos: 10.5,46.5 + parent: 1653 + - uid: 562 + components: + - type: Transform + pos: 11.5,46.5 + parent: 1653 + - uid: 563 + components: + - type: Transform + pos: 12.5,46.5 + parent: 1653 + - uid: 564 + components: + - type: Transform + pos: 12.5,45.5 + parent: 1653 + - uid: 565 + components: + - type: Transform + pos: 11.5,45.5 + parent: 1653 + - uid: 1039 + components: + - type: Transform + pos: 25.5,19.5 + parent: 1653 + - uid: 1040 + components: + - type: Transform + pos: 26.5,19.5 + parent: 1653 + - uid: 1041 + components: + - type: Transform + pos: 27.5,19.5 + parent: 1653 + - uid: 1042 + components: + - type: Transform + pos: 27.5,20.5 + parent: 1653 + - uid: 1043 + components: + - type: Transform + pos: 27.5,21.5 + parent: 1653 + - uid: 1044 + components: + - type: Transform + pos: 26.5,21.5 + parent: 1653 + - uid: 1045 + components: + - type: Transform + pos: 25.5,21.5 + parent: 1653 + - uid: 1046 + components: + - type: Transform + pos: 25.5,20.5 + parent: 1653 + - uid: 1062 + components: + - type: Transform + pos: 27.5,14.5 + parent: 1653 + - uid: 1521 + components: + - type: Transform + pos: 28.5,7.5 + parent: 1653 + - uid: 1522 + components: + - type: Transform + pos: 29.5,7.5 + parent: 1653 + - uid: 1523 + components: + - type: Transform + pos: 30.5,7.5 + parent: 1653 + - uid: 1927 + components: + - type: Transform + pos: 52.5,39.5 + parent: 1653 + - uid: 1928 + components: + - type: Transform + pos: 54.5,39.5 + parent: 1653 + - uid: 1929 + components: + - type: Transform + pos: 50.5,38.5 + parent: 1653 + - uid: 1930 + components: + - type: Transform + pos: 53.5,39.5 + parent: 1653 + - uid: 1931 + components: + - type: Transform + pos: 49.5,39.5 + parent: 1653 + - uid: 1932 + components: + - type: Transform + pos: 50.5,39.5 + parent: 1653 + - uid: 1933 + components: + - type: Transform + pos: 52.5,38.5 + parent: 1653 + - uid: 1934 + components: + - type: Transform + pos: 51.5,38.5 + parent: 1653 + - uid: 1935 + components: + - type: Transform + pos: 48.5,39.5 + parent: 1653 +- proto: Chair + entities: + - uid: 388 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,1.5 + parent: 1653 + - uid: 389 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,0.5 + parent: 1653 + - uid: 390 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,2.5 + parent: 1653 + - uid: 392 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,2.5 + parent: 1653 + - uid: 393 + components: + - type: Transform + pos: 1.5,4.5 + parent: 1653 + - uid: 394 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,2.5 + parent: 1653 + - uid: 397 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,3.5 + parent: 1653 + - uid: 398 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,3.5 + parent: 1653 + - uid: 401 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,2.5 + parent: 1653 + - uid: 402 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,2.5 + parent: 1653 + - uid: 404 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,0.5 + parent: 1653 + - uid: 458 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,0.5 + parent: 1653 + - uid: 460 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,2.5 + parent: 1653 + - uid: 462 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,4.5 + parent: 1653 + - uid: 464 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,0.5 + parent: 1653 + - uid: 496 + components: + - type: Transform + pos: 2.5,40.5 + parent: 1653 + - uid: 497 + components: + - type: Transform + pos: 4.5,40.5 + parent: 1653 + - uid: 502 + components: + - type: Transform + pos: 17.5,40.5 + parent: 1653 + - uid: 504 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,39.5 + parent: 1653 + - uid: 505 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,39.5 + parent: 1653 + - uid: 511 + components: + - type: Transform + pos: 18.5,40.5 + parent: 1653 + - uid: 518 + components: + - type: Transform + pos: 25.5,40.5 + parent: 1653 + - uid: 519 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,38.5 + parent: 1653 + - uid: 538 + components: + - type: Transform + pos: 44.5,40.5 + parent: 1653 + - uid: 630 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,35.5 + parent: 1653 + - uid: 638 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,35.5 + parent: 1653 + - uid: 682 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,34.5 + parent: 1653 + - uid: 683 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,34.5 + parent: 1653 + - uid: 684 + components: + - type: Transform + pos: 32.5,36.5 + parent: 1653 + - uid: 779 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,32.5 + parent: 1653 + - uid: 780 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,30.5 + parent: 1653 + - uid: 783 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,32.5 + parent: 1653 + - uid: 784 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,30.5 + parent: 1653 + - uid: 1004 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,21.5 + parent: 1653 + - uid: 1005 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,19.5 + parent: 1653 + - uid: 1008 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,19.5 + parent: 1653 + - uid: 1009 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,21.5 + parent: 1653 + - uid: 1264 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,0.5 + parent: 1653 + - uid: 1265 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,0.5 + parent: 1653 + - uid: 1266 + components: + - type: Transform + pos: 37.5,1.5 + parent: 1653 + - uid: 1267 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,4.5 + parent: 1653 + - uid: 1268 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,4.5 + parent: 1653 + - uid: 1295 + components: + - type: Transform + pos: 15.5,4.5 + parent: 1653 + - uid: 1298 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,1.5 + parent: 1653 + - uid: 1945 + components: + - type: Transform + pos: 49.5,40.5 + parent: 1653 + - uid: 1946 + components: + - type: Transform + pos: 48.5,40.5 + parent: 1653 + - uid: 1956 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,30.5 + parent: 1653 +- proto: ChairFolding + entities: + - uid: 929 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,22.5 + parent: 1653 + - uid: 931 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,21.5 + parent: 1653 +- proto: ChairOfficeDark + entities: + - uid: 146 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,47.5 + parent: 1653 + - uid: 482 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,14.5 + parent: 1653 + - uid: 1071 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,32.5 + parent: 1653 + - uid: 1311 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,46.5 + parent: 1653 + - uid: 1315 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,14.5 + parent: 1653 + - uid: 1713 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,44.5 + parent: 1653 +- proto: ChairOfficeLight + entities: + - uid: 317 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,19.5 + parent: 1653 + - uid: 981 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,21.5 + parent: 1653 + - uid: 1455 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,3.5 + parent: 1653 + - uid: 1467 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,3.5 + parent: 1653 + - uid: 1479 + components: + - type: Transform + pos: 22.5,1.5 + parent: 1653 + - uid: 1623 + components: + - type: Transform + pos: 41.5,13.5 + parent: 1653 +- proto: ChairWood + entities: + - uid: 1271 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,1.5 + parent: 1653 + - uid: 1272 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,1.5 + parent: 1653 +- proto: chem_master + entities: + - uid: 1454 + components: + - type: Transform + pos: 29.5,4.5 + parent: 1653 +- proto: ChessBoard + entities: + - uid: 1273 + components: + - type: Transform + pos: 45.521095,1.5328176 + parent: 1653 +- proto: CloningPod + entities: + - uid: 651 + components: + - type: Transform + pos: 27.5,14.5 + parent: 1653 +- proto: ClosetMaintenanceFilledRandom + entities: + - uid: 745 + components: + - type: Transform + pos: 14.5,32.5 + parent: 1653 +- proto: ClosetSteelBase + entities: + - uid: 2010 + components: + - type: Transform + pos: 30.5,25.5 + parent: 1653 + - uid: 2012 + components: + - type: Transform + pos: 28.5,27.5 + parent: 1653 +- proto: ClothingOuterApronBotanist + entities: + - uid: 656 + components: + - type: Transform + pos: 33.50576,36.565666 + parent: 1653 +- proto: ClothingShoeSlippersDuck + entities: + - uid: 2030 + components: + - type: Transform + pos: 13.532652,9.379251 + parent: 1653 +- proto: ComfyChair + entities: + - uid: 268 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,30.5 + parent: 1653 + - uid: 313 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,30.5 + parent: 1653 + - uid: 619 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,6.5 + parent: 1653 + - uid: 675 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,8.5 + parent: 1653 + - uid: 935 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,18.5 + parent: 1653 + - uid: 937 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,21.5 + parent: 1653 + - uid: 938 + components: + - type: Transform + pos: 13.5,22.5 + parent: 1653 + - uid: 939 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,19.5 + parent: 1653 + - uid: 987 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,7.5 + parent: 1653 + - uid: 988 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,6.5 + parent: 1653 + - uid: 989 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,6.5 + parent: 1653 + - uid: 1247 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,0.5 + parent: 1653 + - uid: 1568 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,8.5 + parent: 1653 + - uid: 1698 + components: + - type: Transform + pos: 25.5,32.5 + parent: 1653 +- proto: ComputerBroken + entities: + - uid: 143 + components: + - type: Transform + pos: 22.5,48.5 + parent: 1653 + - uid: 801 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,26.5 + parent: 1653 + - uid: 1732 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,15.5 + parent: 1653 +- proto: ComputerCrewMonitoring + entities: + - uid: 2215 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,22.5 + parent: 1653 +- proto: ComputerFrame + entities: + - uid: 825 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,13.5 + parent: 1653 +- proto: CrateFilledSpawner + entities: + - uid: 874 + components: + - type: Transform + pos: 22.5,34.5 + parent: 1653 +- proto: CrateHydroponicsSeeds + entities: + - uid: 161 + components: + - type: Transform + pos: 22.5,27.5 + parent: 1653 +- proto: CrateHydroponicsTools + entities: + - uid: 1958 + components: + - type: Transform + pos: 24.5,28.5 + parent: 1653 +- proto: CrateHydroSecure + entities: + - uid: 599 + components: + - type: Transform + pos: 26.5,0.5 + parent: 1653 +- proto: CrystalBlue + entities: + - uid: 194 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,30.5 + parent: 1653 + - uid: 197 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,32.5 + parent: 1653 + - uid: 316 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,31.5 + parent: 1653 + - uid: 1668 + components: + - type: Transform + pos: 13.5,38.5 + parent: 1653 +- proto: CrystalCyan + entities: + - uid: 120 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,36.5 + parent: 1653 + - uid: 193 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,31.5 + parent: 1653 + - uid: 198 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,31.5 + parent: 1653 + - uid: 818 + components: + - type: Transform + pos: 20.5,25.5 + parent: 1653 + - uid: 879 + components: + - type: Transform + pos: 16.5,28.5 + parent: 1653 + - uid: 1108 + components: + - type: Transform + pos: 2.5,24.5 + parent: 1653 + - uid: 1109 + components: + - type: Transform + pos: 0.5,27.5 + parent: 1653 + - uid: 1189 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,34.5 + parent: 1653 + - uid: 1666 + components: + - type: Transform + pos: 4.5,38.5 + parent: 1653 + - uid: 1669 + components: + - type: Transform + pos: 10.5,40.5 + parent: 1653 + - uid: 1670 + components: + - type: Transform + pos: 16.5,40.5 + parent: 1653 + - uid: 1917 + components: + - type: Transform + pos: 32.5,35.5 + parent: 1653 + - uid: 1918 + components: + - type: Transform + pos: 26.5,36.5 + parent: 1653 + - uid: 2083 + components: + - type: Transform + pos: 34.5,25.5 + parent: 1653 + - uid: 2084 + components: + - type: Transform + pos: 28.5,19.5 + parent: 1653 + - uid: 2085 + components: + - type: Transform + pos: 33.5,22.5 + parent: 1653 + - uid: 2086 + components: + - type: Transform + pos: 43.5,12.5 + parent: 1653 + - uid: 2087 + components: + - type: Transform + pos: 40.5,15.5 + parent: 1653 + - uid: 2088 + components: + - type: Transform + pos: 28.5,15.5 + parent: 1653 +- proto: CrystalGreen + entities: + - uid: 836 + components: + - type: Transform + pos: 12.5,25.5 + parent: 1653 + - uid: 878 + components: + - type: Transform + pos: 10.5,27.5 + parent: 1653 + - uid: 1667 + components: + - type: Transform + pos: 1.5,39.5 + parent: 1653 +- proto: DisposalTrunk + entities: + - uid: 1436 + components: + - type: Transform + pos: 21.5,2.5 + parent: 1653 + - uid: 1437 + components: + - type: Transform + pos: 25.5,2.5 + parent: 1653 + - uid: 1442 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,1.5 + parent: 1653 + - uid: 1443 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,1.5 + parent: 1653 +- proto: DisposalUnit + entities: + - uid: 1432 + components: + - type: Transform + pos: 21.5,2.5 + parent: 1653 + - uid: 1433 + components: + - type: Transform + pos: 25.5,2.5 + parent: 1653 +- proto: EmergencyLight + entities: + - uid: 1605 + components: + - type: Transform + pos: 29.5,8.5 + parent: 1653 + - type: PointLight + enabled: True + - uid: 1606 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,16.5 + parent: 1653 + - type: PointLight + enabled: True + - uid: 1607 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,44.5 + parent: 1653 + - type: PointLight + enabled: True +- proto: ExtinguisherCabinetFilled + entities: + - uid: 1287 + components: + - type: Transform + pos: 51.5,1.5 + parent: 1653 + - uid: 1288 + components: + - type: Transform + pos: 39.5,1.5 + parent: 1653 +- proto: filingCabinetDrawerRandom + entities: + - uid: 1279 + components: + - type: Transform + pos: 36.5,4.5 + parent: 1653 + - uid: 1481 + components: + - type: Transform + pos: 18.5,0.5 + parent: 1653 +- proto: filingCabinetRandom + entities: + - uid: 1482 + components: + - type: Transform + pos: 34.5,0.5 + parent: 1653 +- proto: Floodlight + entities: + - uid: 664 + components: + - type: Transform + pos: 19.496153,34.502384 + parent: 1653 +- proto: FloodlightBroken + entities: + - uid: 523 + components: + - type: Transform + pos: 36.481613,40.499622 + parent: 1653 +- proto: FloorDrain + entities: + - uid: 896 + components: + - type: Transform + pos: 0.5,22.5 + parent: 1653 + - type: Fixtures + fixtures: {} +- proto: FloraTreeSnow01 + entities: + - uid: 1133 + components: + - type: Transform + pos: 34.488148,39.383087 + parent: 1653 +- proto: FloraTreeSnow03 + entities: + - uid: 405 + components: + - type: Transform + pos: 0.431108,0.37702036 + parent: 1653 + - uid: 479 + components: + - type: Transform + pos: 16.778654,4.6426454 + parent: 1653 +- proto: FloraTreeSnow04 + entities: + - uid: 420 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.352256,20.196136 + parent: 1653 +- proto: FloraTreeSnow05 + entities: + - uid: 1198 + components: + - type: Transform + pos: 11.423113,39.334538 + parent: 1653 +- proto: FoodBerries + entities: + - uid: 804 + components: + - type: Transform + pos: 12.556688,14.57218 + parent: 1653 + - uid: 805 + components: + - type: MetaData + name: strange berries + - type: Transform + pos: 10.525438,14.587805 + parent: 1653 +- proto: FoodCondimentBottleColdsauce + entities: + - uid: 1841 + components: + - type: Transform + pos: 5.5153017,13.652036 + parent: 1653 +- proto: FoodGatfruit + entities: + - uid: 295 + components: + - type: Transform + pos: 3.4733143,14.462859 + parent: 1653 +- proto: FoodPotato + entities: + - uid: 1396 + components: + - type: Transform + pos: 21.463976,15.404201 + parent: 1653 +- proto: GasCanisterBrokenBase + entities: + - uid: 1648 + components: + - type: Transform + pos: 43.5,15.5 + parent: 1653 +- proto: GasFilter + entities: + - uid: 1612 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,16.5 + parent: 1653 +- proto: GasMixer + entities: + - uid: 1613 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,16.5 + parent: 1653 +- proto: GasPort + entities: + - uid: 1614 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,16.5 + parent: 1653 + - uid: 1615 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,15.5 + parent: 1653 + - uid: 1616 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,15.5 + parent: 1653 + - uid: 1617 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,16.5 + parent: 1653 + - uid: 1651 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,15.5 + parent: 1653 +- proto: GasRecycler + entities: + - uid: 1649 + components: + - type: Transform + pos: 46.5,16.5 + parent: 1653 +- proto: GasThermoMachineFreezer + entities: + - uid: 1650 + components: + - type: Transform + pos: 45.5,16.5 + parent: 1653 +- proto: GeneratorRTG + entities: + - uid: 261 + components: + - type: Transform + pos: 25.5,19.5 + parent: 1653 + - uid: 540 + components: + - type: Transform + pos: 9.5,47.5 + parent: 1653 + - uid: 541 + components: + - type: Transform + pos: 13.5,47.5 + parent: 1653 + - uid: 542 + components: + - type: Transform + pos: 11.5,47.5 + parent: 1653 + - uid: 1013 + components: + - type: Transform + pos: 25.5,21.5 + parent: 1653 + - uid: 1524 + components: + - type: Transform + pos: 25.5,7.5 + parent: 1653 + - uid: 1525 + components: + - type: Transform + pos: 25.5,9.5 + parent: 1653 + - uid: 1526 + components: + - type: Transform + pos: 33.5,7.5 + parent: 1653 + - uid: 1527 + components: + - type: Transform + pos: 33.5,9.5 + parent: 1653 +- proto: Girder + entities: + - uid: 671 + components: + - type: Transform + pos: 14.5,34.5 + parent: 1653 +- proto: Grille + entities: + - uid: 11 + components: + - type: Transform + pos: 19.5,46.5 + parent: 1653 + - uid: 12 + components: + - type: Transform + pos: 18.5,44.5 + parent: 1653 + - uid: 103 + components: + - type: Transform + pos: 20.5,46.5 + parent: 1653 + - uid: 115 + components: + - type: Transform + pos: 19.5,44.5 + parent: 1653 + - uid: 291 + components: + - type: Transform + pos: 2.5,13.5 + parent: 1653 + - uid: 293 + components: + - type: Transform + pos: 3.5,13.5 + parent: 1653 + - uid: 294 + components: + - type: Transform + pos: 2.5,14.5 + parent: 1653 + - uid: 536 + components: + - type: Transform + pos: 4.5,13.5 + parent: 1653 + - uid: 670 + components: + - type: Transform + pos: 4.5,15.5 + parent: 1653 + - uid: 710 + components: + - type: Transform + pos: 3.5,15.5 + parent: 1653 + - uid: 712 + components: + - type: Transform + pos: 2.5,15.5 + parent: 1653 + - uid: 715 + components: + - type: Transform + pos: 4.5,14.5 + parent: 1653 + - uid: 742 + components: + - type: Transform + pos: 17.5,30.5 + parent: 1653 + - uid: 743 + components: + - type: Transform + pos: 17.5,32.5 + parent: 1653 + - uid: 975 + components: + - type: Transform + pos: 20.5,44.5 + parent: 1653 + - uid: 1435 + components: + - type: Transform + pos: 18.5,45.5 + parent: 1653 + - uid: 1438 + components: + - type: Transform + pos: 18.5,46.5 + parent: 1653 + - uid: 1478 + components: + - type: Transform + pos: 20.5,45.5 + parent: 1653 +- proto: HospitalCurtainsOpen + entities: + - uid: 270 + components: + - type: Transform + pos: 8.5,31.5 + parent: 1653 + - uid: 756 + components: + - type: Transform + pos: 1.5,31.5 + parent: 1653 + - uid: 816 + components: + - type: Transform + pos: 8.5,27.5 + parent: 1653 + - uid: 826 + components: + - type: Transform + pos: 10.5,27.5 + parent: 1653 + - uid: 827 + components: + - type: Transform + pos: 10.5,25.5 + parent: 1653 + - uid: 828 + components: + - type: Transform + pos: 8.5,25.5 + parent: 1653 + - uid: 897 + components: + - type: Transform + pos: 0.5,22.5 + parent: 1653 +- proto: hydroponicsSoil + entities: + - uid: 654 + components: + - type: Transform + pos: 17.5,14.5 + parent: 1653 + - uid: 757 + components: + - type: Transform + pos: 17.5,15.5 + parent: 1653 + - uid: 1061 + components: + - type: Transform + pos: 21.5,13.5 + parent: 1653 + - uid: 1196 + components: + - type: Transform + pos: 21.5,15.5 + parent: 1653 + - uid: 1392 + components: + - type: Transform + pos: 17.5,13.5 + parent: 1653 + - uid: 1398 + components: + - type: Transform + pos: 21.5,14.5 + parent: 1653 +- proto: hydroponicsTray + entities: + - uid: 159 + components: + - type: Transform + pos: 22.5,25.5 + parent: 1653 + - uid: 417 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,19.5 + parent: 1653 + - uid: 419 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,21.5 + parent: 1653 + - uid: 598 + components: + - type: Transform + pos: 33.5,0.5 + parent: 1653 + - uid: 689 + components: + - type: Transform + pos: 32.5,0.5 + parent: 1653 + - uid: 1324 + components: + - type: Transform + pos: 37.5,9.5 + parent: 1653 + - uid: 1354 + components: + - type: Transform + pos: 13.5,7.5 + parent: 1653 + - uid: 1355 + components: + - type: Transform + pos: 13.5,8.5 + parent: 1653 + - uid: 1356 + components: + - type: Transform + pos: 13.5,9.5 + parent: 1653 + - uid: 1357 + components: + - type: Transform + pos: 15.5,7.5 + parent: 1653 + - uid: 1358 + components: + - type: Transform + pos: 15.5,8.5 + parent: 1653 + - uid: 1359 + components: + - type: Transform + pos: 15.5,9.5 + parent: 1653 + - uid: 1360 + components: + - type: Transform + pos: 19.5,7.5 + parent: 1653 + - uid: 1361 + components: + - type: Transform + pos: 19.5,8.5 + parent: 1653 + - uid: 1362 + components: + - type: Transform + pos: 19.5,9.5 + parent: 1653 + - uid: 1363 + components: + - type: Transform + pos: 21.5,7.5 + parent: 1653 + - uid: 1364 + components: + - type: Transform + pos: 21.5,8.5 + parent: 1653 + - uid: 1365 + components: + - type: Transform + pos: 21.5,9.5 + parent: 1653 + - uid: 1430 + components: + - type: Transform + pos: 29.5,0.5 + parent: 1653 + - uid: 1434 + components: + - type: Transform + pos: 31.5,0.5 + parent: 1653 + - uid: 1555 + components: + - type: Transform + pos: 27.5,0.5 + parent: 1653 + - uid: 1556 + components: + - type: Transform + pos: 28.5,0.5 + parent: 1653 + - uid: 1949 + components: + - type: Transform + pos: 26.5,28.5 + parent: 1653 + - uid: 1950 + components: + - type: Transform + pos: 26.5,27.5 + parent: 1653 + - uid: 1952 + components: + - type: Transform + pos: 26.5,25.5 + parent: 1653 + - uid: 1953 + components: + - type: Transform + pos: 26.5,24.5 + parent: 1653 + - uid: 1954 + components: + - type: Transform + pos: 24.5,24.5 + parent: 1653 + - uid: 1955 + components: + - type: Transform + pos: 24.5,25.5 + parent: 1653 + - uid: 1957 + components: + - type: Transform + pos: 24.5,27.5 + parent: 1653 + - uid: 1981 + components: + - type: Transform + pos: 38.5,9.5 + parent: 1653 + - uid: 1982 + components: + - type: Transform + pos: 39.5,9.5 + parent: 1653 + - uid: 1983 + components: + - type: Transform + pos: 40.5,9.5 + parent: 1653 + - uid: 1985 + components: + - type: Transform + pos: 42.5,9.5 + parent: 1653 + - uid: 1986 + components: + - type: Transform + pos: 43.5,9.5 + parent: 1653 + - uid: 1987 + components: + - type: Transform + pos: 44.5,9.5 + parent: 1653 + - uid: 1988 + components: + - type: Transform + pos: 45.5,9.5 + parent: 1653 + - uid: 1989 + components: + - type: Transform + pos: 37.5,7.5 + parent: 1653 + - uid: 1990 + components: + - type: Transform + pos: 38.5,7.5 + parent: 1653 + - uid: 1991 + components: + - type: Transform + pos: 39.5,7.5 + parent: 1653 + - uid: 1992 + components: + - type: Transform + pos: 40.5,7.5 + parent: 1653 + - uid: 1994 + components: + - type: Transform + pos: 42.5,7.5 + parent: 1653 + - uid: 1995 + components: + - type: Transform + pos: 43.5,7.5 + parent: 1653 + - uid: 1996 + components: + - type: Transform + pos: 44.5,7.5 + parent: 1653 + - uid: 1997 + components: + - type: Transform + pos: 45.5,7.5 + parent: 1653 + - uid: 2183 + components: + - type: Transform + pos: 52.5,13.5 + parent: 1653 + - uid: 2184 + components: + - type: Transform + pos: 52.5,15.5 + parent: 1653 + - uid: 2185 + components: + - type: Transform + pos: 50.5,13.5 + parent: 1653 + - uid: 2186 + components: + - type: Transform + pos: 50.5,15.5 + parent: 1653 +- proto: IceCrust + entities: + - uid: 147 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,30.5 + parent: 1653 + - uid: 148 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,31.5 + parent: 1653 + - uid: 149 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,31.5 + parent: 1653 + - uid: 150 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,31.5 + parent: 1653 + - uid: 151 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,31.5 + parent: 1653 + - uid: 152 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,31.5 + parent: 1653 + - uid: 265 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,32.5 + parent: 1653 + - uid: 266 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,31.5 + parent: 1653 + - uid: 267 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,32.5 + parent: 1653 + - uid: 315 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,30.5 + parent: 1653 + - uid: 468 + components: + - type: Transform + pos: 6.5,1.5 + parent: 1653 + - uid: 469 + components: + - type: Transform + pos: 3.5,0.5 + parent: 1653 + - uid: 470 + components: + - type: Transform + pos: 3.5,2.5 + parent: 1653 + - uid: 471 + components: + - type: Transform + pos: 22.5,3.5 + parent: 1653 + - uid: 472 + components: + - type: Transform + pos: 22.5,2.5 + parent: 1653 + - uid: 473 + components: + - type: Transform + pos: 4.5,1.5 + parent: 1653 + - uid: 474 + components: + - type: Transform + pos: 4.5,2.5 + parent: 1653 + - uid: 475 + components: + - type: Transform + pos: 3.5,1.5 + parent: 1653 + - uid: 476 + components: + - type: Transform + pos: 3.5,2.5 + parent: 1653 + - uid: 477 + components: + - type: Transform + pos: 6.5,8.5 + parent: 1653 + - uid: 478 + components: + - type: Transform + pos: 5.5,2.5 + parent: 1653 + - uid: 481 + components: + - type: Transform + pos: 3.5,3.5 + parent: 1653 + - uid: 503 + components: + - type: Transform + pos: 14.5,8.5 + parent: 1653 + - uid: 520 + components: + - type: Transform + pos: 12.5,9.5 + parent: 1653 + - uid: 532 + components: + - type: Transform + pos: 13.5,7.5 + parent: 1653 + - uid: 533 + components: + - type: Transform + pos: 14.5,8.5 + parent: 1653 + - uid: 534 + components: + - type: Transform + pos: 17.5,9.5 + parent: 1653 + - uid: 592 + components: + - type: Transform + pos: 17.5,9.5 + parent: 1653 + - uid: 593 + components: + - type: Transform + pos: 14.5,6.5 + parent: 1653 + - uid: 594 + components: + - type: Transform + pos: 17.5,7.5 + parent: 1653 + - uid: 595 + components: + - type: Transform + pos: 13.5,9.5 + parent: 1653 + - uid: 596 + components: + - type: Transform + pos: 13.5,7.5 + parent: 1653 + - uid: 597 + components: + - type: Transform + pos: 13.5,8.5 + parent: 1653 + - uid: 605 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,32.5 + parent: 1653 + - uid: 606 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,32.5 + parent: 1653 + - uid: 607 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,31.5 + parent: 1653 + - uid: 608 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,31.5 + parent: 1653 + - uid: 609 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,30.5 + parent: 1653 + - uid: 610 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,30.5 + parent: 1653 + - uid: 611 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,31.5 + parent: 1653 + - uid: 612 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,32.5 + parent: 1653 + - uid: 615 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,7.5 + parent: 1653 + - uid: 616 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,7.5 + parent: 1653 + - uid: 646 + components: + - type: Transform + pos: 33.5,19.5 + parent: 1653 + - uid: 647 + components: + - type: Transform + pos: 27.5,18.5 + parent: 1653 + - uid: 648 + components: + - type: Transform + pos: 37.5,3.5 + parent: 1653 + - uid: 652 + components: + - type: Transform + pos: 32.5,20.5 + parent: 1653 + - uid: 677 + components: + - type: Transform + pos: 21.5,6.5 + parent: 1653 + - uid: 678 + components: + - type: Transform + pos: 31.5,18.5 + parent: 1653 + - uid: 679 + components: + - type: Transform + pos: 32.5,18.5 + parent: 1653 + - uid: 720 + components: + - type: Transform + pos: 14.5,28.5 + parent: 1653 + - uid: 728 + components: + - type: Transform + pos: 13.5,26.5 + parent: 1653 + - uid: 746 + components: + - type: Transform + pos: 24.5,22.5 + parent: 1653 + - uid: 758 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,35.5 + parent: 1653 + - uid: 759 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,34.5 + parent: 1653 + - uid: 760 + components: + - type: Transform + pos: 26.5,18.5 + parent: 1653 + - uid: 763 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,31.5 + parent: 1653 + - uid: 764 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,30.5 + parent: 1653 + - uid: 765 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,31.5 + parent: 1653 + - uid: 766 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,30.5 + parent: 1653 + - uid: 774 + components: + - type: Transform + pos: 19.5,8.5 + parent: 1653 + - uid: 786 + components: + - type: Transform + pos: 18.5,8.5 + parent: 1653 + - uid: 793 + components: + - type: Transform + pos: 13.5,25.5 + parent: 1653 + - uid: 798 + components: + - type: Transform + pos: 8.5,27.5 + parent: 1653 + - uid: 815 + components: + - type: Transform + pos: 13.5,28.5 + parent: 1653 + - uid: 860 + components: + - type: Transform + pos: 38.5,2.5 + parent: 1653 + - uid: 867 + components: + - type: Transform + pos: 20.5,9.5 + parent: 1653 + - uid: 869 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,30.5 + parent: 1653 + - uid: 870 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,31.5 + parent: 1653 + - uid: 871 + components: + - type: Transform + pos: 17.5,8.5 + parent: 1653 + - uid: 872 + components: + - type: Transform + pos: 17.5,6.5 + parent: 1653 + - uid: 875 + components: + - type: Transform + pos: 9.5,25.5 + parent: 1653 + - uid: 979 + components: + - type: Transform + pos: 32.5,19.5 + parent: 1653 + - uid: 983 + components: + - type: Transform + pos: 36.5,2.5 + parent: 1653 + - uid: 986 + components: + - type: Transform + pos: 37.5,2.5 + parent: 1653 + - uid: 1054 + components: + - type: Transform + pos: 25.5,22.5 + parent: 1653 + - uid: 1063 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,35.5 + parent: 1653 + - uid: 1064 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,35.5 + parent: 1653 + - uid: 1065 + components: + - type: Transform + pos: 27.5,19.5 + parent: 1653 + - uid: 1066 + components: + - type: Transform + pos: 28.5,19.5 + parent: 1653 + - uid: 1073 + components: + - type: Transform + pos: 39.5,2.5 + parent: 1653 + - uid: 1075 + components: + - type: Transform + pos: 20.5,8.5 + parent: 1653 + - uid: 1076 + components: + - type: Transform + pos: 20.5,7.5 + parent: 1653 + - uid: 1087 + components: + - type: Transform + pos: 9.5,26.5 + parent: 1653 + - uid: 1092 + components: + - type: Transform + pos: 14.5,27.5 + parent: 1653 + - uid: 1093 + components: + - type: Transform + pos: 17.5,24.5 + parent: 1653 + - uid: 1094 + components: + - type: Transform + pos: 17.5,25.5 + parent: 1653 + - uid: 1095 + components: + - type: Transform + pos: 18.5,25.5 + parent: 1653 + - uid: 1096 + components: + - type: Transform + pos: 18.5,26.5 + parent: 1653 + - uid: 1097 + components: + - type: Transform + pos: 17.5,28.5 + parent: 1653 + - uid: 1098 + components: + - type: Transform + pos: 21.5,24.5 + parent: 1653 + - uid: 1099 + components: + - type: Transform + pos: 21.5,25.5 + parent: 1653 + - uid: 1100 + components: + - type: Transform + pos: 20.5,25.5 + parent: 1653 + - uid: 1101 + components: + - type: Transform + pos: 20.5,26.5 + parent: 1653 + - uid: 1102 + components: + - type: Transform + pos: 22.5,28.5 + parent: 1653 + - uid: 1103 + components: + - type: Transform + pos: 1.5,24.5 + parent: 1653 + - uid: 1104 + components: + - type: Transform + pos: 0.5,25.5 + parent: 1653 + - uid: 1105 + components: + - type: Transform + pos: 0.5,26.5 + parent: 1653 + - uid: 1106 + components: + - type: Transform + pos: 2.5,28.5 + parent: 1653 + - uid: 1107 + components: + - type: Transform + pos: 2.5,27.5 + parent: 1653 + - uid: 1114 + components: + - type: Transform + pos: 5.5,24.5 + parent: 1653 + - uid: 1115 + components: + - type: Transform + pos: 5.5,24.5 + parent: 1653 + - uid: 1116 + components: + - type: Transform + pos: 5.5,25.5 + parent: 1653 + - uid: 1117 + components: + - type: Transform + pos: 5.5,26.5 + parent: 1653 + - uid: 1118 + components: + - type: Transform + pos: 4.5,26.5 + parent: 1653 + - uid: 1119 + components: + - type: Transform + pos: 0.5,25.5 + parent: 1653 + - uid: 1120 + components: + - type: Transform + pos: 0.5,26.5 + parent: 1653 + - uid: 1121 + components: + - type: Transform + pos: 2.5,27.5 + parent: 1653 + - uid: 1122 + components: + - type: Transform + pos: 18.5,26.5 + parent: 1653 + - uid: 1123 + components: + - type: Transform + pos: 18.5,25.5 + parent: 1653 + - uid: 1150 + components: + - type: Transform + pos: 17.5,26.5 + parent: 1653 + - uid: 1151 + components: + - type: Transform + pos: 18.5,27.5 + parent: 1653 + - uid: 1152 + components: + - type: Transform + pos: 20.5,25.5 + parent: 1653 + - uid: 1194 + components: + - type: Transform + pos: 21.5,7.5 + parent: 1653 + - uid: 1211 + components: + - type: Transform + pos: 2.5,2.5 + parent: 1653 + - uid: 1212 + components: + - type: Transform + pos: 4.5,3.5 + parent: 1653 + - uid: 1213 + components: + - type: Transform + pos: 4.5,4.5 + parent: 1653 + - uid: 1214 + components: + - type: Transform + pos: 5.5,3.5 + parent: 1653 + - uid: 1215 + components: + - type: Transform + pos: 5.5,8.5 + parent: 1653 + - uid: 1216 + components: + - type: Transform + pos: 4.5,1.5 + parent: 1653 + - uid: 1217 + components: + - type: Transform + pos: 12.5,3.5 + parent: 1653 + - uid: 1218 + components: + - type: Transform + pos: 12.5,2.5 + parent: 1653 + - uid: 1219 + components: + - type: Transform + pos: 13.5,4.5 + parent: 1653 + - uid: 1255 + components: + - type: Transform + pos: 14.5,3.5 + parent: 1653 + - uid: 1282 + components: + - type: Transform + pos: 12.5,1.5 + parent: 1653 + - uid: 1289 + components: + - type: Transform + pos: 11.5,3.5 + parent: 1653 + - uid: 1290 + components: + - type: Transform + pos: 3.5,1.5 + parent: 1653 + - uid: 1304 + components: + - type: Transform + pos: 34.5,14.5 + parent: 1653 + - uid: 1308 + components: + - type: Transform + pos: 32.5,14.5 + parent: 1653 + - uid: 1321 + components: + - type: Transform + pos: 12.5,4.5 + parent: 1653 + - uid: 1322 + components: + - type: Transform + pos: 3.5,10.5 + parent: 1653 + - uid: 1326 + components: + - type: Transform + pos: 33.5,14.5 + parent: 1653 + - uid: 1343 + components: + - type: Transform + pos: 12.5,2.5 + parent: 1653 + - uid: 1344 + components: + - type: Transform + pos: 13.5,2.5 + parent: 1653 + - uid: 1345 + components: + - type: Transform + pos: 13.5,3.5 + parent: 1653 + - uid: 1346 + components: + - type: Transform + pos: 13.5,3.5 + parent: 1653 + - uid: 1347 + components: + - type: Transform + pos: 12.5,3.5 + parent: 1653 + - uid: 1408 + components: + - type: Transform + pos: 19.5,8.5 + parent: 1653 + - uid: 1427 + components: + - type: Transform + pos: 38.5,2.5 + parent: 1653 + - uid: 1472 + components: + - type: Transform + pos: 20.5,25.5 + parent: 1653 + - uid: 1474 + components: + - type: Transform + pos: 21.5,26.5 + parent: 1653 + - uid: 1535 + components: + - type: Transform + pos: 13.5,26.5 + parent: 1653 + - uid: 1536 + components: + - type: Transform + pos: 5.5,27.5 + parent: 1653 + - uid: 1537 + components: + - type: Transform + pos: 6.5,27.5 + parent: 1653 + - uid: 1538 + components: + - type: Transform + pos: 5.5,27.5 + parent: 1653 + - uid: 1539 + components: + - type: Transform + pos: 5.5,27.5 + parent: 1653 + - uid: 1546 + components: + - type: Transform + pos: 32.5,20.5 + parent: 1653 + - uid: 1547 + components: + - type: Transform + pos: 32.5,19.5 + parent: 1653 + - uid: 1548 + components: + - type: Transform + pos: 32.5,21.5 + parent: 1653 + - uid: 1549 + components: + - type: Transform + pos: 31.5,19.5 + parent: 1653 + - uid: 1550 + components: + - type: Transform + pos: 33.5,22.5 + parent: 1653 + - uid: 1557 + components: + - type: Transform + pos: 37.5,3.5 + parent: 1653 + - uid: 1558 + components: + - type: Transform + pos: 37.5,2.5 + parent: 1653 + - uid: 1564 + components: + - type: Transform + pos: 38.5,3.5 + parent: 1653 + - uid: 1565 + components: + - type: Transform + pos: 20.5,7.5 + parent: 1653 + - uid: 1566 + components: + - type: Transform + pos: 21.5,9.5 + parent: 1653 + - uid: 1567 + components: + - type: Transform + pos: 17.5,8.5 + parent: 1653 + - uid: 1574 + components: + - type: Transform + pos: 10.5,39.5 + parent: 1653 + - uid: 1591 + components: + - type: Transform + pos: 11.5,39.5 + parent: 1653 + - uid: 1592 + components: + - type: Transform + pos: 12.5,39.5 + parent: 1653 + - uid: 1593 + components: + - type: Transform + pos: 12.5,39.5 + parent: 1653 + - uid: 1599 + components: + - type: Transform + pos: 5.5,26.5 + parent: 1653 + - uid: 1608 + components: + - type: Transform + pos: 11.5,39.5 + parent: 1653 + - uid: 1609 + components: + - type: Transform + pos: 10.5,39.5 + parent: 1653 + - uid: 1610 + components: + - type: Transform + pos: 10.5,40.5 + parent: 1653 + - uid: 1611 + components: + - type: Transform + pos: 11.5,40.5 + parent: 1653 + - uid: 1625 + components: + - type: Transform + pos: 10.5,38.5 + parent: 1653 + - uid: 1626 + components: + - type: Transform + pos: 11.5,38.5 + parent: 1653 + - uid: 1627 + components: + - type: Transform + pos: 9.5,40.5 + parent: 1653 + - uid: 1637 + components: + - type: Transform + pos: 6.5,27.5 + parent: 1653 + - uid: 1638 + components: + - type: Transform + pos: 5.5,28.5 + parent: 1653 + - uid: 1644 + components: + - type: Transform + pos: 3.5,39.5 + parent: 1653 + - uid: 1645 + components: + - type: Transform + pos: 1.5,39.5 + parent: 1653 + - uid: 1654 + components: + - type: Transform + pos: 1.5,38.5 + parent: 1653 + - uid: 1655 + components: + - type: Transform + pos: 2.5,39.5 + parent: 1653 + - uid: 1656 + components: + - type: Transform + pos: 3.5,39.5 + parent: 1653 + - uid: 1657 + components: + - type: Transform + pos: 1.5,39.5 + parent: 1653 + - uid: 1658 + components: + - type: Transform + pos: 5.5,39.5 + parent: 1653 + - uid: 1659 + components: + - type: Transform + pos: 5.5,40.5 + parent: 1653 + - uid: 1660 + components: + - type: Transform + pos: 4.5,39.5 + parent: 1653 + - uid: 1661 + components: + - type: Transform + pos: 13.5,38.5 + parent: 1653 + - uid: 1662 + components: + - type: Transform + pos: 13.5,39.5 + parent: 1653 + - uid: 1663 + components: + - type: Transform + pos: 13.5,40.5 + parent: 1653 + - uid: 1664 + components: + - type: Transform + pos: 14.5,39.5 + parent: 1653 + - uid: 1665 + components: + - type: Transform + pos: 13.5,39.5 + parent: 1653 + - uid: 1676 + components: + - type: Transform + pos: 19.5,38.5 + parent: 1653 + - uid: 1677 + components: + - type: Transform + pos: 19.5,38.5 + parent: 1653 + - uid: 1678 + components: + - type: Transform + pos: 18.5,38.5 + parent: 1653 + - uid: 1679 + components: + - type: Transform + pos: 18.5,38.5 + parent: 1653 + - uid: 1680 + components: + - type: Transform + pos: 19.5,38.5 + parent: 1653 + - uid: 1681 + components: + - type: Transform + pos: 17.5,38.5 + parent: 1653 + - uid: 1682 + components: + - type: Transform + pos: 17.5,39.5 + parent: 1653 + - uid: 1683 + components: + - type: Transform + pos: 17.5,40.5 + parent: 1653 + - uid: 1684 + components: + - type: Transform + pos: 18.5,40.5 + parent: 1653 + - uid: 1685 + components: + - type: Transform + pos: 16.5,39.5 + parent: 1653 + - uid: 1686 + components: + - type: Transform + pos: 17.5,39.5 + parent: 1653 + - uid: 1687 + components: + - type: Transform + pos: 20.5,40.5 + parent: 1653 + - uid: 1688 + components: + - type: Transform + pos: 21.5,40.5 + parent: 1653 + - uid: 1689 + components: + - type: Transform + pos: 22.5,40.5 + parent: 1653 + - uid: 1690 + components: + - type: Transform + pos: 21.5,39.5 + parent: 1653 + - uid: 1691 + components: + - type: Transform + pos: 21.5,38.5 + parent: 1653 + - uid: 1692 + components: + - type: Transform + pos: 21.5,39.5 + parent: 1653 + - uid: 1693 + components: + - type: Transform + pos: 20.5,40.5 + parent: 1653 + - uid: 1694 + components: + - type: Transform + pos: 21.5,38.5 + parent: 1653 + - uid: 1695 + components: + - type: Transform + pos: 21.5,40.5 + parent: 1653 + - uid: 1696 + components: + - type: Transform + pos: 22.5,39.5 + parent: 1653 + - uid: 1697 + components: + - type: Transform + pos: 12.5,38.5 + parent: 1653 + - uid: 1700 + components: + - type: Transform + pos: 4.5,2.5 + parent: 1653 + - uid: 1722 + components: + - type: Transform + pos: 5.5,1.5 + parent: 1653 + - uid: 1723 + components: + - type: Transform + pos: 5.5,0.5 + parent: 1653 + - uid: 1757 + components: + - type: Transform + pos: 2.5,1.5 + parent: 1653 + - uid: 1758 + components: + - type: Transform + pos: 5.5,10.5 + parent: 1653 + - uid: 1759 + components: + - type: Transform + pos: 4.5,9.5 + parent: 1653 + - uid: 1773 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,13.5 + parent: 1653 + - uid: 1774 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,14.5 + parent: 1653 + - uid: 1775 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,15.5 + parent: 1653 + - uid: 1776 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,14.5 + parent: 1653 + - uid: 1777 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,14.5 + parent: 1653 + - uid: 1778 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,13.5 + parent: 1653 + - uid: 1779 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,15.5 + parent: 1653 + - uid: 1780 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,12.5 + parent: 1653 + - uid: 1781 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,13.5 + parent: 1653 + - uid: 1782 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,14.5 + parent: 1653 + - uid: 1783 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,14.5 + parent: 1653 + - uid: 1784 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,13.5 + parent: 1653 + - uid: 1785 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,13.5 + parent: 1653 + - uid: 1786 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,14.5 + parent: 1653 + - uid: 1787 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,14.5 + parent: 1653 + - uid: 1788 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,12.5 + parent: 1653 + - uid: 1789 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,16.5 + parent: 1653 + - uid: 1790 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,16.5 + parent: 1653 + - uid: 1791 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,16.5 + parent: 1653 + - uid: 1792 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,16.5 + parent: 1653 + - uid: 1793 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,16.5 + parent: 1653 + - uid: 1794 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,19.5 + parent: 1653 + - uid: 1795 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,20.5 + parent: 1653 + - uid: 1796 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,20.5 + parent: 1653 + - uid: 1797 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,19.5 + parent: 1653 + - uid: 1798 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,20.5 + parent: 1653 + - uid: 1799 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,20.5 + parent: 1653 + - uid: 1800 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,19.5 + parent: 1653 + - uid: 1801 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,20.5 + parent: 1653 + - uid: 1802 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,21.5 + parent: 1653 + - uid: 1803 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,21.5 + parent: 1653 + - uid: 1804 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,20.5 + parent: 1653 + - uid: 1805 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,18.5 + parent: 1653 + - uid: 1806 + components: + - type: Transform + pos: 24.5,21.5 + parent: 1653 + - uid: 1807 + components: + - type: Transform + pos: 25.5,22.5 + parent: 1653 + - uid: 1808 + components: + - type: Transform + pos: 1.5,13.5 + parent: 1653 + - uid: 1809 + components: + - type: Transform + pos: 0.5,14.5 + parent: 1653 + - uid: 1810 + components: + - type: Transform + pos: 1.5,14.5 + parent: 1653 + - uid: 1811 + components: + - type: Transform + pos: 0.5,13.5 + parent: 1653 + - uid: 1812 + components: + - type: Transform + pos: 0.5,12.5 + parent: 1653 + - uid: 1813 + components: + - type: Transform + pos: 6.5,9.5 + parent: 1653 + - uid: 1814 + components: + - type: Transform + pos: 2.5,9.5 + parent: 1653 + - uid: 1815 + components: + - type: Transform + pos: 3.5,9.5 + parent: 1653 + - uid: 1816 + components: + - type: Transform + pos: 5.5,9.5 + parent: 1653 + - uid: 1817 + components: + - type: Transform + pos: 4.5,8.5 + parent: 1653 + - uid: 1818 + components: + - type: Transform + pos: 4.5,9.5 + parent: 1653 + - uid: 1819 + components: + - type: Transform + pos: 5.5,9.5 + parent: 1653 + - uid: 1820 + components: + - type: Transform + pos: 5.5,8.5 + parent: 1653 + - uid: 1821 + components: + - type: Transform + pos: 2.5,8.5 + parent: 1653 + - uid: 1822 + components: + - type: Transform + pos: 1.5,8.5 + parent: 1653 + - uid: 1823 + components: + - type: Transform + pos: 1.5,9.5 + parent: 1653 + - uid: 1824 + components: + - type: Transform + pos: 3.5,9.5 + parent: 1653 + - uid: 1825 + components: + - type: Transform + pos: 3.5,8.5 + parent: 1653 + - uid: 1826 + components: + - type: Transform + pos: 2.5,9.5 + parent: 1653 + - uid: 1828 + components: + - type: Transform + pos: 8.5,8.5 + parent: 1653 + - uid: 1829 + components: + - type: Transform + pos: 7.5,8.5 + parent: 1653 + - uid: 1830 + components: + - type: Transform + pos: 9.5,8.5 + parent: 1653 + - uid: 1832 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,8.5 + parent: 1653 + - uid: 1843 + components: + - type: Transform + pos: 38.5,1.5 + parent: 1653 + - uid: 1844 + components: + - type: Transform + pos: 38.5,1.5 + parent: 1653 + - uid: 1845 + components: + - type: Transform + pos: 38.5,2.5 + parent: 1653 + - uid: 1846 + components: + - type: Transform + pos: 40.5,2.5 + parent: 1653 + - uid: 1847 + components: + - type: Transform + pos: 42.5,2.5 + parent: 1653 + - uid: 1848 + components: + - type: Transform + pos: 43.5,2.5 + parent: 1653 + - uid: 1849 + components: + - type: Transform + pos: 49.5,2.5 + parent: 1653 + - uid: 1850 + components: + - type: Transform + pos: 52.5,2.5 + parent: 1653 + - uid: 1851 + components: + - type: Transform + pos: 53.5,1.5 + parent: 1653 + - uid: 1852 + components: + - type: Transform + pos: 53.5,0.5 + parent: 1653 + - uid: 1853 + components: + - type: Transform + pos: 52.5,2.5 + parent: 1653 + - uid: 1854 + components: + - type: Transform + pos: 53.5,1.5 + parent: 1653 + - uid: 1855 + components: + - type: Transform + pos: 33.5,3.5 + parent: 1653 + - uid: 1856 + components: + - type: Transform + pos: 32.5,3.5 + parent: 1653 + - uid: 1857 + components: + - type: Transform + pos: 31.5,3.5 + parent: 1653 + - uid: 1858 + components: + - type: Transform + pos: 31.5,2.5 + parent: 1653 + - uid: 1859 + components: + - type: Transform + pos: 31.5,3.5 + parent: 1653 + - uid: 1860 + components: + - type: Transform + pos: 32.5,3.5 + parent: 1653 + - uid: 1861 + components: + - type: Transform + pos: 33.5,0.5 + parent: 1653 + - uid: 1862 + components: + - type: Transform + pos: 32.5,0.5 + parent: 1653 + - uid: 1863 + components: + - type: Transform + pos: 32.5,1.5 + parent: 1653 + - uid: 1864 + components: + - type: Transform + pos: 32.5,0.5 + parent: 1653 + - uid: 1865 + components: + - type: Transform + pos: 33.5,0.5 + parent: 1653 + - uid: 1866 + components: + - type: Transform + pos: 28.5,3.5 + parent: 1653 + - uid: 1867 + components: + - type: Transform + pos: 27.5,3.5 + parent: 1653 + - uid: 1868 + components: + - type: Transform + pos: 27.5,2.5 + parent: 1653 + - uid: 1869 + components: + - type: Transform + pos: 27.5,3.5 + parent: 1653 + - uid: 1870 + components: + - type: Transform + pos: 27.5,3.5 + parent: 1653 + - uid: 1871 + components: + - type: Transform + pos: 23.5,3.5 + parent: 1653 + - uid: 1872 + components: + - type: Transform + pos: 21.5,3.5 + parent: 1653 + - uid: 1873 + components: + - type: Transform + pos: 21.5,3.5 + parent: 1653 + - uid: 1874 + components: + - type: Transform + pos: 22.5,3.5 + parent: 1653 + - uid: 1883 + components: + - type: Transform + pos: 4.5,9.5 + parent: 1653 + - uid: 1884 + components: + - type: Transform + pos: 4.5,10.5 + parent: 1653 + - uid: 1885 + components: + - type: Transform + pos: 6.5,8.5 + parent: 1653 + - uid: 1886 + components: + - type: Transform + pos: 4.5,0.5 + parent: 1653 + - uid: 1887 + components: + - type: Transform + pos: 5.5,2.5 + parent: 1653 + - uid: 1900 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,35.5 + parent: 1653 + - uid: 1901 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,36.5 + parent: 1653 + - uid: 1902 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,35.5 + parent: 1653 + - uid: 1903 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,35.5 + parent: 1653 + - uid: 1904 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,35.5 + parent: 1653 + - uid: 1905 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,35.5 + parent: 1653 + - uid: 1906 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,36.5 + parent: 1653 + - uid: 1919 + components: + - type: Transform + pos: 32.5,35.5 + parent: 1653 + - uid: 1920 + components: + - type: Transform + pos: 32.5,34.5 + parent: 1653 + - uid: 1921 + components: + - type: Transform + pos: 32.5,35.5 + parent: 1653 + - uid: 1922 + components: + - type: Transform + pos: 31.5,35.5 + parent: 1653 + - uid: 1923 + components: + - type: Transform + pos: 26.5,36.5 + parent: 1653 + - uid: 1924 + components: + - type: Transform + pos: 27.5,36.5 + parent: 1653 + - uid: 1925 + components: + - type: Transform + pos: 25.5,36.5 + parent: 1653 + - uid: 1926 + components: + - type: Transform + pos: 26.5,36.5 + parent: 1653 + - uid: 2000 + components: + - type: Transform + pos: 42.5,6.5 + parent: 1653 + - uid: 2001 + components: + - type: Transform + pos: 43.5,6.5 + parent: 1653 + - uid: 2002 + components: + - type: Transform + pos: 43.5,7.5 + parent: 1653 + - uid: 2003 + components: + - type: Transform + pos: 40.5,8.5 + parent: 1653 + - uid: 2004 + components: + - type: Transform + pos: 38.5,8.5 + parent: 1653 + - uid: 2005 + components: + - type: Transform + pos: 37.5,8.5 + parent: 1653 + - uid: 2006 + components: + - type: Transform + pos: 36.5,9.5 + parent: 1653 + - uid: 2066 + components: + - type: Transform + pos: 29.5,24.5 + parent: 1653 + - uid: 2067 + components: + - type: Transform + pos: 29.5,25.5 + parent: 1653 + - uid: 2068 + components: + - type: Transform + pos: 28.5,25.5 + parent: 1653 + - uid: 2069 + components: + - type: Transform + pos: 28.5,26.5 + parent: 1653 + - uid: 2070 + components: + - type: Transform + pos: 29.5,25.5 + parent: 1653 + - uid: 2071 + components: + - type: Transform + pos: 29.5,24.5 + parent: 1653 + - uid: 2072 + components: + - type: Transform + pos: 28.5,26.5 + parent: 1653 + - uid: 2073 + components: + - type: Transform + pos: 25.5,28.5 + parent: 1653 + - uid: 2074 + components: + - type: Transform + pos: 25.5,25.5 + parent: 1653 + - uid: 2075 + components: + - type: Transform + pos: 26.5,25.5 + parent: 1653 + - uid: 2076 + components: + - type: Transform + pos: 26.5,25.5 + parent: 1653 + - uid: 2077 + components: + - type: Transform + pos: 25.5,25.5 + parent: 1653 + - uid: 2078 + components: + - type: Transform + pos: 25.5,27.5 + parent: 1653 + - uid: 2079 + components: + - type: Transform + pos: 21.5,26.5 + parent: 1653 + - uid: 2080 + components: + - type: Transform + pos: 17.5,26.5 + parent: 1653 + - uid: 2081 + components: + - type: Transform + pos: 17.5,24.5 + parent: 1653 + - uid: 2089 + components: + - type: Transform + pos: 41.5,14.5 + parent: 1653 + - uid: 2090 + components: + - type: Transform + pos: 41.5,13.5 + parent: 1653 + - uid: 2091 + components: + - type: Transform + pos: 41.5,12.5 + parent: 1653 + - uid: 2092 + components: + - type: Transform + pos: 43.5,13.5 + parent: 1653 + - uid: 2093 + components: + - type: Transform + pos: 41.5,14.5 + parent: 1653 + - uid: 2094 + components: + - type: Transform + pos: 42.5,15.5 + parent: 1653 + - uid: 2095 + components: + - type: Transform + pos: 44.5,15.5 + parent: 1653 + - uid: 2096 + components: + - type: Transform + pos: 44.5,15.5 + parent: 1653 + - uid: 2097 + components: + - type: Transform + pos: 42.5,14.5 + parent: 1653 + - uid: 2098 + components: + - type: Transform + pos: 44.5,15.5 + parent: 1653 + - uid: 2099 + components: + - type: Transform + pos: 45.5,15.5 + parent: 1653 + - uid: 2100 + components: + - type: Transform + pos: 43.5,14.5 + parent: 1653 + - uid: 2101 + components: + - type: Transform + pos: 41.5,15.5 + parent: 1653 + - uid: 2102 + components: + - type: Transform + pos: 41.5,15.5 + parent: 1653 + - uid: 2103 + components: + - type: Transform + pos: 43.5,13.5 + parent: 1653 + - uid: 2104 + components: + - type: Transform + pos: 32.5,25.5 + parent: 1653 + - uid: 2105 + components: + - type: Transform + pos: 32.5,26.5 + parent: 1653 + - uid: 2106 + components: + - type: Transform + pos: 33.5,25.5 + parent: 1653 + - uid: 2107 + components: + - type: Transform + pos: 33.5,24.5 + parent: 1653 + - uid: 2108 + components: + - type: Transform + pos: 33.5,25.5 + parent: 1653 + - uid: 2109 + components: + - type: Transform + pos: 32.5,25.5 + parent: 1653 + - uid: 2110 + components: + - type: Transform + pos: 32.5,26.5 + parent: 1653 + - uid: 2111 + components: + - type: Transform + pos: 32.5,27.5 + parent: 1653 + - uid: 2112 + components: + - type: Transform + pos: 33.5,26.5 + parent: 1653 + - uid: 2142 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,15.5 + parent: 1653 + - uid: 2143 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,14.5 + parent: 1653 + - uid: 2144 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,13.5 + parent: 1653 + - uid: 2145 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,15.5 + parent: 1653 + - uid: 2146 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,14.5 + parent: 1653 + - uid: 2147 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,13.5 + parent: 1653 + - uid: 2148 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,13.5 + parent: 1653 + - uid: 2149 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,14.5 + parent: 1653 + - uid: 2150 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,14.5 + parent: 1653 + - uid: 2151 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,15.5 + parent: 1653 + - uid: 2152 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,14.5 + parent: 1653 + - uid: 2153 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,13.5 + parent: 1653 + - uid: 2154 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,12.5 + parent: 1653 + - uid: 2155 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,12.5 + parent: 1653 + - uid: 2156 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,13.5 + parent: 1653 + - uid: 2157 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,13.5 + parent: 1653 + - uid: 2158 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,14.5 + parent: 1653 + - uid: 2159 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,15.5 + parent: 1653 + - uid: 2160 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,15.5 + parent: 1653 + - uid: 2161 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,16.5 + parent: 1653 + - uid: 2162 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,16.5 + parent: 1653 + - uid: 2163 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,16.5 + parent: 1653 + - uid: 2164 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,16.5 + parent: 1653 + - uid: 2165 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,14.5 + parent: 1653 + - uid: 2166 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,13.5 + parent: 1653 + - uid: 2167 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,14.5 + parent: 1653 + - uid: 2168 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,13.5 + parent: 1653 + - uid: 2169 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,15.5 + parent: 1653 + - uid: 2170 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,14.5 + parent: 1653 + - uid: 2171 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,12.5 + parent: 1653 + - uid: 2172 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,14.5 + parent: 1653 + - uid: 2173 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,14.5 + parent: 1653 + - uid: 2174 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,15.5 + parent: 1653 + - uid: 2175 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,13.5 + parent: 1653 + - uid: 2176 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,14.5 + parent: 1653 + - uid: 2177 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,14.5 + parent: 1653 + - uid: 2178 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,2.5 + parent: 1653 + - uid: 2179 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,1.5 + parent: 1653 + - uid: 2180 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,2.5 + parent: 1653 + - uid: 2181 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,2.5 + parent: 1653 + - uid: 2196 + components: + - type: Transform + pos: 34.5,14.5 + parent: 1653 + - uid: 2197 + components: + - type: Transform + pos: 34.5,15.5 + parent: 1653 + - uid: 2198 + components: + - type: Transform + pos: 34.5,16.5 + parent: 1653 + - uid: 2199 + components: + - type: Transform + pos: 33.5,14.5 + parent: 1653 + - uid: 2200 + components: + - type: Transform + pos: 35.5,15.5 + parent: 1653 + - uid: 2201 + components: + - type: Transform + pos: 35.5,14.5 + parent: 1653 + - uid: 2202 + components: + - type: Transform + pos: 36.5,15.5 + parent: 1653 + - uid: 2203 + components: + - type: Transform + pos: 36.5,14.5 + parent: 1653 + - uid: 2204 + components: + - type: Transform + pos: 37.5,14.5 + parent: 1653 + - uid: 2205 + components: + - type: Transform + pos: 36.5,14.5 + parent: 1653 + - uid: 2206 + components: + - type: Transform + pos: 34.5,14.5 + parent: 1653 + - uid: 2207 + components: + - type: Transform + pos: 35.5,14.5 + parent: 1653 + - uid: 2208 + components: + - type: Transform + pos: 35.5,15.5 + parent: 1653 + - uid: 2209 + components: + - type: Transform + pos: 35.5,16.5 + parent: 1653 + - uid: 2210 + components: + - type: Transform + pos: 34.5,16.5 + parent: 1653 + - uid: 2211 + components: + - type: Transform + pos: 34.5,15.5 + parent: 1653 +- proto: KudzuFlowerFriendly + entities: + - uid: 974 + components: + - type: Transform + pos: 19.5,45.5 + parent: 1653 +- proto: Lamp + entities: + - uid: 769 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.457528,31.735847 + parent: 1653 + - uid: 1208 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.4514933,45.40301 + parent: 1653 + - uid: 1319 + components: + - type: Transform + pos: 35.611282,15.476883 + parent: 1653 +- proto: LampGold + entities: + - uid: 775 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,32.5 + parent: 1653 +- proto: LightTree05 + entities: + - uid: 125 + components: + - type: Transform + pos: 19.507784,45.542137 + parent: 1653 +- proto: LockerBotanistLoot + entities: + - uid: 2027 + components: + - type: Transform + pos: 8.5,25.5 + parent: 1653 + - uid: 2060 + components: + - type: Transform + pos: 10.5,25.5 + parent: 1653 + - uid: 2065 + components: + - type: Transform + pos: 8.5,27.5 + parent: 1653 + - uid: 2248 + components: + - type: Transform + pos: 45.5,40.5 + parent: 1653 +- proto: LockerScienceFilled + entities: + - uid: 833 + components: + - type: Transform + pos: 14.5,25.5 + parent: 1653 +- proto: MachineAPE + entities: + - uid: 2139 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,14.5 + parent: 1653 +- proto: MachineFrame + entities: + - uid: 1110 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,26.5 + parent: 1653 +- proto: MagicalLamp + entities: + - uid: 1204 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5085075,47.438328 + parent: 1653 +- proto: MaintenanceFluffSpawner + entities: + - uid: 1245 + components: + - type: Transform + pos: 48.5,4.5 + parent: 1653 + - uid: 1283 + components: + - type: Transform + pos: 46.5,3.5 + parent: 1653 +- proto: MaterialBiomass + entities: + - uid: 1534 + components: + - type: Transform + pos: 24.534355,0.41658816 + parent: 1653 + - uid: 1753 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.496466,15.684341 + parent: 1653 + - uid: 1754 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.590216,15.590591 + parent: 1653 +- proto: Mirror + entities: + - uid: 892 + components: + - type: Transform + pos: 1.5,21.5 + parent: 1653 + - uid: 893 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,19.5 + parent: 1653 +- proto: PercentileDie + entities: + - uid: 744 + components: + - type: Transform + pos: 17.44835,14.326076 + parent: 1653 +- proto: PlushieDiona + entities: + - uid: 653 + components: + - type: Transform + pos: 20.508192,0.61549807 + parent: 1653 +- proto: PlushieSharkGrey + entities: + - uid: 926 + components: + - type: Transform + pos: 6.4745436,18.474607 + parent: 1653 +- proto: PortableGeneratorJrPacman + entities: + - uid: 1716 + components: + - type: Transform + pos: 27.5,19.5 + parent: 1653 +- proto: PortableGeneratorPacman + entities: + - uid: 489 + components: + - type: Transform + pos: 27.5,21.5 + parent: 1653 + - uid: 1528 + components: + - type: Transform + pos: 25.5,8.5 + parent: 1653 + - uid: 1529 + components: + - type: Transform + pos: 33.5,8.5 + parent: 1653 +- proto: PottedPlant19 + entities: + - uid: 990 + components: + - type: Transform + pos: 4.4883204,10.239479 + parent: 1653 +- proto: PottedPlantRandom + entities: + - uid: 498 + components: + - type: Transform + pos: 3.5,40.5 + parent: 1653 + - uid: 521 + components: + - type: Transform + pos: 24.5,40.5 + parent: 1653 +- proto: PottedPlantRandomPlastic + entities: + - uid: 641 + components: + - type: Transform + pos: 2.5,35.5 + parent: 1653 + - uid: 668 + components: + - type: Transform + pos: 12.5,36.5 + parent: 1653 + - uid: 731 + components: + - type: Transform + pos: 12.5,28.5 + parent: 1653 +- proto: PowerCellRecharger + entities: + - uid: 808 + components: + - type: Transform + pos: 12.5,45.5 + parent: 1653 + - uid: 2187 + components: + - type: Transform + pos: 49.5,13.5 + parent: 1653 +- proto: Poweredlight + entities: + - uid: 77 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,15.5 + parent: 1653 + - uid: 79 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,13.5 + parent: 1653 + - uid: 123 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,30.5 + parent: 1653 + - uid: 301 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,30.5 + parent: 1653 + - uid: 325 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,2.5 + parent: 1653 + - uid: 326 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,2.5 + parent: 1653 + - uid: 327 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,3.5 + parent: 1653 + - uid: 328 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,3.5 + parent: 1653 + - uid: 485 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,45.5 + parent: 1653 + - uid: 487 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,13.5 + parent: 1653 + - uid: 488 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,4.5 + parent: 1653 + - uid: 499 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,38.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 506 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,38.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 513 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,38.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 537 + components: + - type: Transform + pos: 42.5,40.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 634 + components: + - type: Transform + pos: 2.5,36.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 635 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,34.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 657 + components: + - type: Transform + pos: 14.5,36.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 676 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,34.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 680 + components: + - type: Transform + pos: 27.5,36.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 770 + components: + - type: Transform + pos: 15.5,32.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 771 + components: + - type: Transform + pos: 24.5,32.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 848 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,31.5 + parent: 1653 + - uid: 932 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,19.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 933 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,21.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 944 + components: + - type: Transform + pos: 15.5,22.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 945 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,18.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1011 + components: + - type: Transform + pos: 18.5,22.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1012 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,18.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1052 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,18.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1280 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,3.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1281 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,1.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1291 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,15.5 + parent: 1653 + - uid: 1292 + components: + - type: Transform + pos: 35.5,12.5 + parent: 1653 + - uid: 1294 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,0.5 + parent: 1653 + - uid: 1301 + components: + - type: Transform + pos: 10.5,1.5 + parent: 1653 + - uid: 1302 + components: + - type: Transform + pos: 6.5,1.5 + parent: 1653 + - uid: 1307 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,48.5 + parent: 1653 + - uid: 1320 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,16.5 + parent: 1653 + - uid: 1385 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,8.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1386 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,8.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1590 + components: + - type: Transform + pos: 27.5,4.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1720 + components: + - type: Transform + pos: 3.5,42.5 + parent: 1653 + - uid: 1721 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,45.5 + parent: 1653 + - uid: 1733 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,14.5 + parent: 1653 + - uid: 1734 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,14.5 + parent: 1653 + - uid: 1875 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,27.5 + parent: 1653 + - uid: 1977 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,38.5 + parent: 1653 + - uid: 1978 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,26.5 + parent: 1653 + - uid: 1979 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,18.5 + parent: 1653 + - uid: 1980 + components: + - type: Transform + pos: 33.5,22.5 + parent: 1653 + - uid: 2063 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,27.5 + parent: 1653 + - uid: 2117 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,6.5 + parent: 1653 + - uid: 2118 + components: + - type: Transform + pos: 42.5,10.5 + parent: 1653 + - uid: 2245 + components: + - type: Transform + pos: 9.5,32.5 + parent: 1653 +- proto: PoweredlightCyan + entities: + - uid: 1701 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,39.5 + parent: 1653 +- proto: PoweredlightEmpty + entities: + - uid: 738 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,34.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: PoweredSmallLight + entities: + - uid: 320 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,0.5 + parent: 1653 + - uid: 323 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,0.5 + parent: 1653 + - uid: 586 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,42.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 587 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,44.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 588 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,44.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 714 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,25.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 830 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,25.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 903 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,19.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 904 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,22.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 949 + components: + - type: Transform + pos: 6.5,10.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 991 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,6.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 992 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,6.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1156 + components: + - type: Transform + pos: 11.5,14.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1157 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,14.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1158 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,14.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1258 + components: + - type: Transform + pos: 41.5,4.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1259 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,0.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1260 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,0.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1261 + components: + - type: Transform + pos: 49.5,4.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1444 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,0.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1445 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,0.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1724 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,42.5 + parent: 1653 + - uid: 1725 + components: + - type: Transform + pos: 21.5,48.5 + parent: 1653 + - uid: 1727 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,12.5 + parent: 1653 + - uid: 1728 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,12.5 + parent: 1653 + - uid: 1729 + components: + - type: Transform + pos: 21.5,16.5 + parent: 1653 +- proto: PoweredSmallLightEmpty + entities: + - uid: 269 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,27.5 + parent: 1653 + - uid: 526 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,27.5 + parent: 1653 + - uid: 737 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,25.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1652 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,12.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: Rack + entities: + - uid: 164 + components: + - type: Transform + pos: 4.5,28.5 + parent: 1653 + - uid: 169 + components: + - type: Transform + pos: 6.5,24.5 + parent: 1653 + - uid: 659 + components: + - type: Transform + pos: 20.5,36.5 + parent: 1653 + - uid: 660 + components: + - type: Transform + pos: 21.5,36.5 + parent: 1653 + - uid: 718 + components: + - type: Transform + pos: 6.5,27.5 + parent: 1653 + - uid: 729 + components: + - type: Transform + pos: 4.5,25.5 + parent: 1653 + - uid: 837 + components: + - type: Transform + pos: 16.5,24.5 + parent: 1653 + - uid: 840 + components: + - type: Transform + pos: 12.5,24.5 + parent: 1653 + - uid: 845 + components: + - type: Transform + pos: 20.5,24.5 + parent: 1653 + - uid: 882 + components: + - type: Transform + pos: 22.5,28.5 + parent: 1653 + - uid: 894 + components: + - type: Transform + pos: 0.5,18.5 + parent: 1653 + - uid: 930 + components: + - type: Transform + pos: 6.5,18.5 + parent: 1653 + - uid: 1047 + components: + - type: Transform + pos: 28.5,21.5 + parent: 1653 + - uid: 1048 + components: + - type: Transform + pos: 27.5,22.5 + parent: 1653 + - uid: 1081 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,15.5 + parent: 1653 + - uid: 1148 + components: + - type: Transform + pos: 12.5,14.5 + parent: 1653 + - uid: 1149 + components: + - type: Transform + pos: 10.5,14.5 + parent: 1653 + - uid: 1256 + components: + - type: Transform + pos: 46.5,3.5 + parent: 1653 + - uid: 1947 + components: + - type: Transform + pos: 53.5,38.5 + parent: 1653 +- proto: Railing + entities: + - uid: 936 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,18.5 + parent: 1653 + - uid: 940 + components: + - type: Transform + pos: 12.5,19.5 + parent: 1653 + - uid: 2062 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,38.5 + parent: 1653 +- proto: RailingCornerSmall + entities: + - uid: 528 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,39.5 + parent: 1653 + - uid: 529 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,39.5 + parent: 1653 + - uid: 943 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,19.5 + parent: 1653 + - uid: 2247 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,38.5 + parent: 1653 +- proto: RandomInstruments + entities: + - uid: 1131 + components: + - type: Transform + pos: 31.5,20.5 + parent: 1653 + - uid: 1248 + components: + - type: Transform + pos: 48.5,0.5 + parent: 1653 +- proto: RandomPosterContraband + entities: + - uid: 1274 + components: + - type: Transform + pos: 43.5,4.5 + parent: 1653 + - uid: 1275 + components: + - type: Transform + pos: 47.5,0.5 + parent: 1653 + - uid: 1276 + components: + - type: Transform + pos: 39.5,0.5 + parent: 1653 +- proto: RandomSoap + entities: + - uid: 898 + components: + - type: Transform + pos: 0.5,22.5 + parent: 1653 +- proto: RandomSpawner + entities: + - uid: 721 + components: + - type: Transform + pos: 9.5,34.5 + parent: 1653 + - uid: 722 + components: + - type: Transform + pos: 5.5,38.5 + parent: 1653 + - uid: 723 + components: + - type: Transform + pos: 29.5,40.5 + parent: 1653 + - uid: 724 + components: + - type: Transform + pos: 18.5,38.5 + parent: 1653 + - uid: 725 + components: + - type: Transform + pos: 37.5,38.5 + parent: 1653 + - uid: 726 + components: + - type: Transform + pos: 41.5,40.5 + parent: 1653 + - uid: 1894 + components: + - type: Transform + pos: 8.5,31.5 + parent: 1653 + - uid: 2115 + components: + - type: Transform + pos: 4.5,30.5 + parent: 1653 + - uid: 2246 + components: + - type: Transform + pos: 1.5,31.5 + parent: 1653 +- proto: RandomSpawner100 + entities: + - uid: 1413 + components: + - type: Transform + pos: 21.5,43.5 + parent: 1653 + - uid: 1456 + components: + - type: Transform + pos: 17.5,47.5 + parent: 1653 +- proto: ReinforcedUraniumWindow + entities: + - uid: 289 + components: + - type: Transform + pos: 3.5,15.5 + parent: 1653 + - uid: 290 + components: + - type: Transform + pos: 4.5,13.5 + parent: 1653 + - uid: 658 + components: + - type: Transform + pos: 2.5,15.5 + parent: 1653 + - uid: 811 + components: + - type: Transform + pos: 4.5,14.5 + parent: 1653 + - uid: 812 + components: + - type: Transform + pos: 2.5,14.5 + parent: 1653 + - uid: 813 + components: + - type: Transform + pos: 2.5,13.5 + parent: 1653 + - uid: 820 + components: + - type: Transform + pos: 4.5,15.5 + parent: 1653 + - uid: 821 + components: + - type: Transform + pos: 3.5,13.5 + parent: 1653 +- proto: ReinforcedWindow + entities: + - uid: 104 + components: + - type: Transform + pos: 19.5,44.5 + parent: 1653 + - uid: 106 + components: + - type: Transform + pos: 20.5,44.5 + parent: 1653 + - uid: 107 + components: + - type: Transform + pos: 20.5,45.5 + parent: 1653 + - uid: 111 + components: + - type: Transform + pos: 18.5,46.5 + parent: 1653 + - uid: 112 + components: + - type: Transform + pos: 19.5,46.5 + parent: 1653 + - uid: 113 + components: + - type: Transform + pos: 18.5,45.5 + parent: 1653 + - uid: 116 + components: + - type: Transform + pos: 18.5,44.5 + parent: 1653 + - uid: 625 + components: + - type: Transform + pos: 20.5,46.5 + parent: 1653 + - uid: 739 + components: + - type: Transform + pos: 17.5,30.5 + parent: 1653 + - uid: 740 + components: + - type: Transform + pos: 17.5,32.5 + parent: 1653 +- proto: SalvageMaterialCrateSpawner + entities: + - uid: 2024 + components: + - type: Transform + pos: 34.5,27.5 + parent: 1653 +- proto: SeedExtractor + entities: + - uid: 810 + components: + - type: Transform + pos: 5.5,15.5 + parent: 1653 + - uid: 1373 + components: + - type: Transform + pos: 18.5,8.5 + parent: 1653 + - uid: 1984 + components: + - type: Transform + pos: 41.5,9.5 + parent: 1653 +- proto: ShardCrystalCyan + entities: + - uid: 119 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.534214,35.622967 + parent: 1653 + - uid: 1915 + components: + - type: Transform + pos: 32.723732,35.237103 + parent: 1653 + - uid: 1916 + components: + - type: Transform + pos: 25.848734,36.330853 + parent: 1653 + - uid: 2082 + components: + - type: Transform + pos: 32.498764,25.506607 + parent: 1653 +- proto: ShuttersWindow + entities: + - uid: 580 + components: + - type: Transform + pos: 10.5,43.5 + parent: 1653 + - type: DeviceLinkSink + links: + - 583 + - uid: 581 + components: + - type: Transform + pos: 11.5,43.5 + parent: 1653 + - type: DeviceLinkSink + links: + - 583 + - uid: 582 + components: + - type: Transform + pos: 12.5,43.5 + parent: 1653 + - type: DeviceLinkSink + links: + - 583 +- proto: SignalButton + entities: + - uid: 583 + components: + - type: Transform + pos: 9.5,43.5 + parent: 1653 + - type: DeviceLinkSource + linkedPorts: + 580: + - Pressed: Toggle + 581: + - Pressed: Toggle + 582: + - Pressed: Toggle +- proto: SignElectricalMed + entities: + - uid: 585 + components: + - type: Transform + pos: 8.5,43.5 + parent: 1653 + - uid: 1540 + components: + - type: Transform + pos: 28.5,9.5 + parent: 1653 +- proto: SignHydro2 + entities: + - uid: 1059 + components: + - type: Transform + pos: 19.5,4.5 + parent: 1653 +- proto: SignHydro3 + entities: + - uid: 1060 + components: + - type: Transform + pos: 33.5,4.5 + parent: 1653 +- proto: SignRedFour + entities: + - uid: 1252 + components: + - type: Transform + pos: 48.5,1.5 + parent: 1653 +- proto: SignRedOne + entities: + - uid: 1249 + components: + - type: Transform + pos: 40.5,3.5 + parent: 1653 +- proto: SignRedThree + entities: + - uid: 1251 + components: + - type: Transform + pos: 48.5,3.5 + parent: 1653 +- proto: SignRedTwo + entities: + - uid: 1250 + components: + - type: Transform + pos: 40.5,1.5 + parent: 1653 +- proto: SignSecureMed + entities: + - uid: 1154 + components: + - type: Transform + pos: 10.5,13.5 + parent: 1653 +- proto: SignShock + entities: + - uid: 1155 + components: + - type: Transform + pos: 12.5,13.5 + parent: 1653 +- proto: SilverDoor + entities: + - uid: 985 + components: + - type: Transform + pos: 11.5,13.5 + parent: 1653 +- proto: SinkWide + entities: + - uid: 890 + components: + - type: Transform + pos: 1.5,20.5 + parent: 1653 + - uid: 891 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,19.5 + parent: 1653 + - uid: 960 + components: + - type: Transform + pos: 3.5,10.5 + parent: 1653 +- proto: SmartFridge + entities: + - uid: 1458 + components: + - type: Transform + pos: 23.5,4.5 + parent: 1653 +- proto: SMESBasic + entities: + - uid: 262 + components: + - type: Transform + pos: 26.5,20.5 + parent: 1653 + - uid: 539 + components: + - type: Transform + pos: 11.5,45.5 + parent: 1653 + - uid: 1485 + components: + - type: Transform + pos: 28.5,8.5 + parent: 1653 + - uid: 1486 + components: + - type: Transform + pos: 29.5,8.5 + parent: 1653 + - uid: 1487 + components: + - type: Transform + pos: 30.5,8.5 + parent: 1653 +- proto: SpawnDungeonClutterBeakerEmpty + entities: + - uid: 170 + components: + - type: Transform + pos: 22.578753,4.7105246 + parent: 1653 + - uid: 288 + components: + - type: Transform + pos: 20.735003,4.6323996 + parent: 1653 + - uid: 403 + components: + - type: Transform + pos: 22.487473,0.61677456 + parent: 1653 + - uid: 819 + components: + - type: Transform + pos: 21.313128,4.5855246 + parent: 1653 + - uid: 954 + components: + - type: Transform + pos: 22.235003,4.6167746 + parent: 1653 + - uid: 955 + components: + - type: Transform + pos: 22.000628,4.7261496 + parent: 1653 +- proto: SpawnDungeonLootBureaucracy + entities: + - uid: 81 + components: + - type: Transform + pos: 10.518263,32.310562 + parent: 1653 + - uid: 415 + components: + - type: Transform + pos: 24.568518,31.632536 + parent: 1653 + - uid: 452 + components: + - type: Transform + pos: 5.4328747,44.407043 + parent: 1653 + - uid: 455 + components: + - type: Transform + pos: 5.4484997,44.125793 + parent: 1653 + - uid: 456 + components: + - type: Transform + pos: 18.631018,32.398163 + parent: 1653 + - uid: 832 + components: + - type: Transform + pos: 5.3859997,43.57892 + parent: 1653 + - uid: 861 + components: + - type: Transform + pos: 30.753098,4.5073996 + parent: 1653 + - uid: 862 + components: + - type: Transform + pos: 14.480504,28.48407 + parent: 1653 + - uid: 868 + components: + - type: Transform + pos: 10.440138,32.544937 + parent: 1653 + - uid: 963 + components: + - type: Transform + pos: 36.49569,15.514067 + parent: 1653 + - uid: 1006 + components: + - type: Transform + pos: 4.3547497,43.57892 + parent: 1653 + - uid: 1049 + components: + - type: Transform + pos: 3.6516247,43.57892 + parent: 1653 + - uid: 1050 + components: + - type: Transform + pos: 1.4641247,45.688293 + parent: 1653 + - uid: 1078 + components: + - type: Transform + pos: 22.490393,30.64816 + parent: 1653 + - uid: 1112 + components: + - type: Transform + pos: 5.4797497,44.563293 + parent: 1653 + - uid: 1124 + components: + - type: Transform + pos: 35.480064,14.607817 + parent: 1653 + - uid: 1379 + components: + - type: Transform + pos: 1.4328747,46.594543 + parent: 1653 + - uid: 2064 + components: + - type: Transform + pos: 7.502638,30.513687 + parent: 1653 + - uid: 2217 + components: + - type: Transform + pos: 34.448814,15.514067 + parent: 1653 + - uid: 2218 + components: + - type: Transform + pos: 34.948814,15.498442 + parent: 1653 + - uid: 2224 + components: + - type: Transform + pos: 24.990393,31.67941 + parent: 1653 + - uid: 2229 + components: + - type: Transform + pos: 3.5109997,47.563293 + parent: 1653 +- proto: SpawnDungeonLootCanister + entities: + - uid: 584 + components: + - type: Transform + pos: 16.5,25.5 + parent: 1653 + - uid: 1473 + components: + - type: Transform + pos: 16.5,27.5 + parent: 1653 + - uid: 1476 + components: + - type: Transform + pos: 40.5,16.5 + parent: 1653 +- proto: SpawnDungeonLootChems + entities: + - uid: 1168 + components: + - type: Transform + pos: 32.206223,4.5230246 + parent: 1653 +- proto: SpawnDungeonLootCircuitBoard + entities: + - uid: 952 + components: + - type: Transform + pos: 4.503058,28.60907 + parent: 1653 + - uid: 1484 + components: + - type: Transform + pos: 2.6047497,47.563293 + parent: 1653 + - uid: 2025 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.448061,28.526066 + parent: 1653 + - uid: 2223 + components: + - type: Transform + pos: 6.581183,24.562195 + parent: 1653 +- proto: SpawnDungeonLootClothesHydroponics + entities: + - uid: 2269 + components: + - type: Transform + pos: 5.3017564,13.473675 + parent: 1653 + - uid: 2270 + components: + - type: Transform + pos: 1.2392564,13.754925 + parent: 1653 + - uid: 2271 + components: + - type: Transform + pos: 29.49205,15.426281 + parent: 1653 + - uid: 2272 + components: + - type: Transform + pos: 41.53189,13.473156 + parent: 1653 +- proto: SpawnDungeonLootClutterEngi + entities: + - uid: 491 + components: + - type: Transform + pos: 4.737433,25.60907 + parent: 1653 + - uid: 512 + components: + - type: Transform + pos: 6.503058,25.67157 + parent: 1653 + - uid: 522 + components: + - type: Transform + pos: 4.503058,27.54657 + parent: 1653 + - uid: 531 + components: + - type: Transform + pos: 4.721808,27.780945 + parent: 1653 + - uid: 747 + components: + - type: Transform + pos: 6.471808,27.499695 + parent: 1653 + - uid: 948 + components: + - type: Transform + pos: 6.440558,25.499695 + parent: 1653 + - uid: 965 + components: + - type: Transform + pos: 42.636295,12.625773 + parent: 1653 + - uid: 966 + components: + - type: Transform + pos: 42.355045,12.735148 + parent: 1653 + - uid: 967 + components: + - type: Transform + pos: 42.480045,12.875773 + parent: 1653 + - uid: 1328 + components: + - type: Transform + pos: 4.487433,25.57782 + parent: 1653 +- proto: SpawnDungeonLootClutterHydroponics + entities: + - uid: 160 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.40123,24.586424 + parent: 1653 + - uid: 287 + components: + - type: Transform + pos: 7.4423814,6.665559 + parent: 1653 + - uid: 650 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.573105,24.664549 + parent: 1653 + - uid: 794 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.36998,24.602049 + parent: 1653 + - uid: 834 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.653194,28.13544 + parent: 1653 + - uid: 839 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.38757,28.557316 + parent: 1653 + - uid: 1192 + components: + - type: Transform + pos: 15.14456,32.052025 + parent: 1653 + - uid: 1703 + components: + - type: Transform + pos: 19.472685,30.69265 + parent: 1653 + - uid: 1878 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.4273477,45.6148 + parent: 1653 + - uid: 1951 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.403194,27.66669 + parent: 1653 + - uid: 2011 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.38934,38.48503 + parent: 1653 + - uid: 2116 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.65123,24.664549 + parent: 1653 + - uid: 2137 + components: + - type: Transform + pos: 39.424786,9.088586 + parent: 1653 + - uid: 2138 + components: + - type: Transform + pos: 19.969307,8.854211 + parent: 1653 + - uid: 2214 + components: + - type: Transform + pos: 35.28683,15.295544 + parent: 1653 + - uid: 2232 + components: + - type: Transform + pos: 42.617554,13.561169 + parent: 1653 + - uid: 2236 + components: + - type: Transform + pos: 20.1924,13.848073 + parent: 1653 + - uid: 2237 + components: + - type: Transform + pos: 33.63986,20.553396 + parent: 1653 + - uid: 2238 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.63757,28.744816 + parent: 1653 + - uid: 2249 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.8492227,47.380424 + parent: 1653 + - uid: 2250 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.6617227,46.08355 + parent: 1653 + - uid: 2255 + components: + - type: Transform + pos: 20.6022,48.52105 + parent: 1653 + - uid: 2256 + components: + - type: Transform + pos: 0.43621778,10.024246 + parent: 1653 + - uid: 2257 + components: + - type: Transform + pos: 1.2330928,10.617996 + parent: 1653 + - uid: 2258 + components: + - type: Transform + pos: 2.440703,7.2658243 + parent: 1653 + - uid: 2259 + components: + - type: Transform + pos: 7.830083,7.3908243 + parent: 1653 + - uid: 2261 + components: + - type: Transform + pos: 53.629864,15.631865 + parent: 1653 + - uid: 2262 + components: + - type: Transform + pos: 23.43045,2.4296584 + parent: 1653 + - uid: 2263 + components: + - type: Transform + pos: 30.352325,4.7421584 + parent: 1653 + - uid: 2264 + components: + - type: Transform + pos: 31.74295,0.9296584 + parent: 1653 +- proto: SpawnDungeonLootClutterKitchen + entities: + - uid: 838 + components: + - type: Transform + pos: 12.651115,2.5121582 + parent: 1653 + - uid: 844 + components: + - type: Transform + pos: 12.41674,2.6215332 + parent: 1653 +- proto: SpawnDungeonLootClutterScience + entities: + - uid: 2265 + components: + - type: Transform + pos: 8.562203,2.4727616 + parent: 1653 + - uid: 2266 + components: + - type: Transform + pos: 31.583153,4.6446366 + parent: 1653 + - uid: 2267 + components: + - type: Transform + pos: 32.782368,4.6290116 + parent: 1653 + - uid: 2268 + components: + - type: Transform + pos: 50.21827,0.5016017 + parent: 1653 + - uid: 2273 + components: + - type: Transform + pos: 21.5888,22.661402 + parent: 1653 + - uid: 2274 + components: + - type: Transform + pos: 0.32714605,18.575994 + parent: 1653 +- proto: SpawnDungeonLootCrateVehicle + entities: + - uid: 1077 + components: + - type: Transform + pos: 18.5,28.5 + parent: 1653 +- proto: SpawnDungeonLootFood + entities: + - uid: 846 + components: + - type: Transform + pos: 41.456974,12.607817 + parent: 1653 + - uid: 953 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,9.5 + parent: 1653 + - uid: 1084 + components: + - type: Transform + pos: 20.377567,40.61003 + parent: 1653 + - uid: 1201 + components: + - type: Transform + pos: 10.576561,0.64632124 + parent: 1653 + - uid: 1205 + components: + - type: Transform + pos: 16.495552,18.596146 + parent: 1653 + - uid: 1220 + components: + - type: Transform + pos: 5.556635,4.5625 + parent: 1653 + - uid: 1257 + components: + - type: Transform + pos: 4.431635,2.609375 + parent: 1653 + - uid: 1277 + components: + - type: Transform + pos: 12.433053,22.58052 + parent: 1653 +- proto: SpawnDungeonLootKitchenTabletop + entities: + - uid: 797 + components: + - type: Transform + pos: 0.5,10.5 + parent: 1653 +- proto: SpawnDungeonLootLatheEngi + entities: + - uid: 2140 + components: + - type: Transform + pos: 52.5,14.5 + parent: 1653 +- proto: SpawnDungeonLootLockersEngi + entities: + - uid: 727 + components: + - type: Transform + pos: 14.5,42.5 + parent: 1653 + - uid: 961 + components: + - type: Transform + pos: 31.5,9.5 + parent: 1653 + - uid: 962 + components: + - type: Transform + pos: 27.5,9.5 + parent: 1653 +- proto: SpawnDungeonLootLockersGeneral + entities: + - uid: 662 + components: + - type: Transform + pos: 52.5,0.5 + parent: 1653 + - uid: 663 + components: + - type: Transform + pos: 0.5,6.5 + parent: 1653 + - uid: 1470 + components: + - type: Transform + pos: 3.5,6.5 + parent: 1653 + - uid: 1471 + components: + - type: Transform + pos: 3.5,7.5 + parent: 1653 + - uid: 1636 + components: + - type: Transform + pos: 0.5,7.5 + parent: 1653 + - uid: 1647 + components: + - type: Transform + pos: 44.5,4.5 + parent: 1653 +- proto: SpawnDungeonLootLockersProtectiveGear + entities: + - uid: 613 + components: + - type: Transform + pos: 3.5,22.5 + parent: 1653 + - uid: 624 + components: + - type: Transform + pos: 1.5,40.5 + parent: 1653 + - uid: 642 + components: + - type: Transform + pos: 4.5,22.5 + parent: 1653 + - uid: 661 + components: + - type: Transform + pos: 53.5,0.5 + parent: 1653 + - uid: 717 + components: + - type: Transform + pos: 54.5,0.5 + parent: 1653 + - uid: 732 + components: + - type: Transform + pos: 34.5,28.5 + parent: 1653 +- proto: SpawnDungeonLootMaterialsBasicFull + entities: + - uid: 1382 + components: + - type: Transform + pos: 6.471808,28.42157 + parent: 1653 + - uid: 1383 + components: + - type: Transform + pos: 4.518683,24.687195 + parent: 1653 + - uid: 1384 + components: + - type: Transform + pos: 53.51587,4.5073996 + parent: 1653 + - uid: 1468 + components: + - type: Transform + pos: 6.4340506,22.54927 + parent: 1653 + - uid: 1948 + components: + - type: Transform + pos: 31.578455,8.515948 + parent: 1653 + - uid: 2219 + components: + - type: Transform + pos: 6.6371756,22.48677 + parent: 1653 + - uid: 2260 + components: + - type: Transform + pos: 27.429548,8.547074 + parent: 1653 +- proto: SpawnDungeonLootMaterialsBasicSingle + entities: + - uid: 490 + components: + - type: Transform + pos: 5.548265,35.51595 + parent: 1653 + - uid: 1127 + components: + - type: Transform + pos: 32.723152,40.43838 + parent: 1653 + - uid: 1380 + components: + - type: Transform + pos: 6.22014,35.594074 + parent: 1653 + - uid: 1381 + components: + - type: Transform + pos: 22.45877,46.61017 + parent: 1653 + - uid: 2228 + components: + - type: Transform + pos: 37.582527,40.15713 + parent: 1653 +- proto: SpawnDungeonLootMaterialsValuableFull + entities: + - uid: 964 + components: + - type: Transform + pos: 20.544882,34.653225 + parent: 1653 + - uid: 1424 + components: + - type: Transform + pos: 10.458364,7.5208054 + parent: 1653 + - uid: 1469 + components: + - type: Transform + pos: 20.59581,24.60907 + parent: 1653 + - uid: 2221 + components: + - type: Transform + pos: 1.3789663,26.343445 + parent: 1653 + - uid: 2222 + components: + - type: Transform + pos: 1.5977163,26.749695 + parent: 1653 +- proto: SpawnDungeonLootMaterialsValuableSingle + entities: + - uid: 1882 + components: + - type: Transform + pos: 49.337364,15.676198 + parent: 1653 + - uid: 1892 + components: + - type: Transform + pos: 49.54049,15.457448 + parent: 1653 +- proto: SpawnDungeonLootMugs + entities: + - uid: 800 + components: + - type: Transform + pos: 2.2211149,10.534292 + parent: 1653 + - uid: 802 + components: + - type: Transform + pos: 10.69799,4.7152834 + parent: 1653 + - uid: 803 + components: + - type: Transform + pos: 2.6586149,10.643667 + parent: 1653 + - uid: 806 + components: + - type: Transform + pos: 2.0023649,10.737417 + parent: 1653 + - uid: 814 + components: + - type: Transform + pos: 10.401115,4.5277834 + parent: 1653 + - uid: 817 + components: + - type: Transform + pos: 1.6586149,10.471792 + parent: 1653 + - uid: 982 + components: + - type: Transform + pos: 20.768192,40.688156 + parent: 1653 + - uid: 1088 + components: + - type: Transform + pos: 20.611942,40.469406 + parent: 1653 +- proto: SpawnDungeonLootPartsEngi + entities: + - uid: 1285 + components: + - type: Transform + pos: 40.448795,13.313273 + parent: 1653 + - uid: 1286 + components: + - type: Transform + pos: 40.417545,13.547648 + parent: 1653 + - uid: 1314 + components: + - type: Transform + pos: 40.58942,13.438273 + parent: 1653 + - uid: 1531 + components: + - type: Transform + pos: 40.62067,12.625773 + parent: 1653 + - uid: 1533 + components: + - type: Transform + pos: 40.43317,12.547648 + parent: 1653 + - uid: 1628 + components: + - type: Transform + pos: 40.480045,12.813273 + parent: 1653 +- proto: SpawnDungeonLootPowerCell + entities: + - uid: 1195 + components: + - type: Transform + pos: 12.357123,39.50088 + parent: 1653 + - uid: 1893 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.464323,24.536814 + parent: 1653 +- proto: SpawnDungeonLootSeed + entities: + - uid: 105 + components: + - type: Transform + pos: 1.511581,15.545317 + parent: 1653 + - uid: 110 + components: + - type: Transform + pos: 16.358246,8.875323 + parent: 1653 + - uid: 168 + components: + - type: Transform + pos: 16.65512,8.578448 + parent: 1653 + - uid: 171 + components: + - type: Transform + pos: 1.6289663,27.60907 + parent: 1653 + - uid: 466 + components: + - type: Transform + pos: 16.420746,9.578448 + parent: 1653 + - uid: 535 + components: + - type: Transform + pos: 4.3876133,18.64302 + parent: 1653 + - uid: 591 + components: + - type: Transform + pos: 16.71762,9.390948 + parent: 1653 + - uid: 792 + components: + - type: Transform + pos: 1.3789663,25.530945 + parent: 1653 + - uid: 899 + components: + - type: Transform + pos: 33.479237,20.569313 + parent: 1653 + - uid: 905 + components: + - type: Transform + pos: 16.40512,7.9846983 + parent: 1653 + - uid: 934 + components: + - type: Transform + pos: 42.505703,9.218622 + parent: 1653 + - uid: 994 + components: + - type: Transform + pos: 1.4258413,27.39032 + parent: 1653 + - uid: 1409 + components: + - type: Transform + pos: 1.6602163,25.718445 + parent: 1653 + - uid: 1632 + components: + - type: Transform + pos: 8.324282,35.59797 + parent: 1653 + - uid: 1842 + components: + - type: Transform + pos: 45.786953,7.218622 + parent: 1653 + - uid: 1959 + components: + - type: Transform + pos: 16.65512,7.7190733 + parent: 1653 + - uid: 1960 + components: + - type: Transform + pos: 19.37387,7.0940733 + parent: 1653 + - uid: 2220 + components: + - type: Transform + pos: 4.5907383,18.48677 + parent: 1653 +- proto: SpawnDungeonLootSpesos + entities: + - uid: 2141 + components: + - type: Transform + pos: 11.152621,14.732817 + parent: 1653 + - uid: 2216 + components: + - type: Transform + pos: 11.402621,14.560942 + parent: 1653 + - uid: 2225 + components: + - type: Transform + pos: 8.714907,35.53547 + parent: 1653 + - uid: 2226 + components: + - type: Transform + pos: 3.3711562,30.738594 + parent: 1653 + - uid: 2227 + components: + - type: Transform + pos: 3.5586562,30.59797 + parent: 1653 + - uid: 2230 + components: + - type: Transform + pos: 9.18618,25.491379 + parent: 1653 + - uid: 2231 + components: + - type: Transform + pos: 30.274536,25.974041 + parent: 1653 + - uid: 2233 + components: + - type: Transform + pos: 48.559433,4.345504 + parent: 1653 + - uid: 2234 + components: + - type: Transform + pos: 48.606308,4.579879 + parent: 1653 + - uid: 2235 + components: + - type: Transform + pos: 48.481308,4.626754 + parent: 1653 + - uid: 2239 + components: + - type: Transform + pos: 32.403194,28.10419 + parent: 1653 +- proto: SpawnDungeonLootToolsAdvancedEngineering + entities: + - uid: 785 + components: + - type: Transform + pos: 20.498007,36.5126 + parent: 1653 + - uid: 968 + components: + - type: Transform + pos: 28.449821,21.564896 + parent: 1653 + - uid: 1197 + components: + - type: Transform + pos: 27.465446,22.564896 + parent: 1653 +- proto: SpawnDungeonLootToolsBasicEngineering + entities: + - uid: 733 + components: + - type: Transform + pos: 10.509762,45.57892 + parent: 1653 + - uid: 776 + components: + - type: Transform + pos: 21.404257,36.559475 + parent: 1653 + - uid: 1840 + components: + - type: Transform + pos: 21.669882,36.4501 + parent: 1653 +- proto: SpawnDungeonLootToolsHydroponics + entities: + - uid: 824 + components: + - type: Transform + pos: 18.31137,9.562823 + parent: 1653 + - uid: 829 + components: + - type: Transform + pos: 18.608246,9.672198 + parent: 1653 + - uid: 900 + components: + - type: Transform + pos: 26.50313,26.29657 + parent: 1653 + - uid: 928 + components: + - type: Transform + pos: 53.541756,38.679924 + parent: 1653 + - uid: 993 + components: + - type: Transform + pos: 37.505703,7.421747 + parent: 1653 + - uid: 1378 + components: + - type: Transform + pos: 24.59688,27.35907 + parent: 1653 +- proto: SpawnDungeonVendomatsRecreational + entities: + - uid: 463 + components: + - type: Transform + pos: 7.5,35.5 + parent: 1653 + - uid: 1278 + components: + - type: Transform + pos: 16.5,22.5 + parent: 1653 + - uid: 1284 + components: + - type: Transform + pos: 10.5,22.5 + parent: 1653 + - uid: 1629 + components: + - type: Transform + pos: 10.5,18.5 + parent: 1653 + - uid: 1630 + components: + - type: Transform + pos: 38.5,4.5 + parent: 1653 + - uid: 1631 + components: + - type: Transform + pos: 29.5,38.5 + parent: 1653 + - uid: 1633 + components: + - type: Transform + pos: 8.5,10.5 + parent: 1653 + - uid: 1634 + components: + - type: Transform + pos: 37.5,4.5 + parent: 1653 + - uid: 1635 + components: + - type: Transform + pos: 7.5,10.5 + parent: 1653 + - uid: 1699 + components: + - type: Transform + pos: 11.5,4.5 + parent: 1653 + - uid: 1707 + components: + - type: Transform + pos: 21.5,40.5 + parent: 1653 + - uid: 1714 + components: + - type: Transform + pos: 9.5,10.5 + parent: 1653 +- proto: SteelBench + entities: + - uid: 2113 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,24.5 + parent: 1653 + - uid: 2114 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,25.5 + parent: 1653 +- proto: Stool + entities: + - uid: 172 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,24.5 + parent: 1653 + - uid: 173 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,24.5 + parent: 1653 + - uid: 202 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,28.5 + parent: 1653 + - uid: 204 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,28.5 + parent: 1653 + - uid: 644 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,35.5 + parent: 1653 + - uid: 669 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.4790325,7.6301804 + parent: 1653 + - uid: 686 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.4634075,6.6145554 + parent: 1653 + - uid: 787 + components: + - type: Transform + pos: 15.5,32.5 + parent: 1653 + - uid: 788 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,30.5 + parent: 1653 + - uid: 789 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,30.5 + parent: 1653 + - uid: 790 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,30.5 + parent: 1653 + - uid: 901 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,21.5 + parent: 1653 + - uid: 902 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,21.5 + parent: 1653 + - uid: 950 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,7.5 + parent: 1653 + - uid: 951 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,6.5 + parent: 1653 + - uid: 1269 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,3.5 + parent: 1653 + - uid: 2019 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,24.5 + parent: 1653 + - uid: 2020 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,24.5 + parent: 1653 + - uid: 2021 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,28.5 + parent: 1653 + - uid: 2022 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,28.5 + parent: 1653 +- proto: SubstationBasic + entities: + - uid: 559 + components: + - type: Transform + pos: 8.5,42.5 + parent: 1653 + - uid: 1010 + components: + - type: Transform + pos: 28.5,18.5 + parent: 1653 +- proto: SubstationWallBasic + entities: + - uid: 354 + components: + - type: Transform + pos: 29.5,9.5 + parent: 1653 +- proto: Table + entities: + - uid: 145 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,46.5 + parent: 1653 + - uid: 322 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,15.5 + parent: 1653 + - uid: 416 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,20.5 + parent: 1653 + - uid: 418 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,20.5 + parent: 1653 + - uid: 453 + components: + - type: Transform + pos: 6.5,0.5 + parent: 1653 + - uid: 454 + components: + - type: Transform + pos: 10.5,0.5 + parent: 1653 + - uid: 461 + components: + - type: Transform + pos: 5.5,4.5 + parent: 1653 + - uid: 465 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,4.5 + parent: 1653 + - uid: 507 + components: + - type: Transform + pos: 20.5,40.5 + parent: 1653 + - uid: 524 + components: + - type: Transform + pos: 37.5,39.5 + parent: 1653 + - uid: 525 + components: + - type: Transform + pos: 37.5,40.5 + parent: 1653 + - uid: 530 + components: + - type: Transform + pos: 32.5,28.5 + parent: 1653 + - uid: 589 + components: + - type: Transform + pos: 10.5,45.5 + parent: 1653 + - uid: 590 + components: + - type: Transform + pos: 12.5,45.5 + parent: 1653 + - uid: 631 + components: + - type: Transform + pos: 8.5,35.5 + parent: 1653 + - uid: 681 + components: + - type: Transform + pos: 33.5,36.5 + parent: 1653 + - uid: 777 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,32.5 + parent: 1653 + - uid: 778 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,30.5 + parent: 1653 + - uid: 781 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,32.5 + parent: 1653 + - uid: 782 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,30.5 + parent: 1653 + - uid: 795 + components: + - type: Transform + pos: 14.5,28.5 + parent: 1653 + - uid: 956 + components: + - type: Transform + pos: 0.5,9.5 + parent: 1653 + - uid: 957 + components: + - type: Transform + pos: 0.5,10.5 + parent: 1653 + - uid: 958 + components: + - type: Transform + pos: 1.5,10.5 + parent: 1653 + - uid: 959 + components: + - type: Transform + pos: 2.5,10.5 + parent: 1653 + - uid: 1007 + components: + - type: Transform + pos: 21.5,22.5 + parent: 1653 + - uid: 1056 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,48.5 + parent: 1653 + - uid: 1111 + components: + - type: Transform + pos: 6.5,28.5 + parent: 1653 + - uid: 1113 + components: + - type: Transform + pos: 4.5,24.5 + parent: 1653 + - uid: 1262 + components: + - type: Transform + pos: 37.5,0.5 + parent: 1653 + - uid: 1263 + components: + - type: Transform + pos: 53.5,4.5 + parent: 1653 + - uid: 1293 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,14.5 + parent: 1653 + - uid: 1309 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,15.5 + parent: 1653 + - uid: 1316 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,15.5 + parent: 1653 + - uid: 1428 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,2.5 + parent: 1653 + - uid: 1429 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,2.5 + parent: 1653 + - uid: 1618 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,13.5 + parent: 1653 + - uid: 1619 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,12.5 + parent: 1653 + - uid: 1620 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,12.5 + parent: 1653 + - uid: 1621 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,12.5 + parent: 1653 + - uid: 1622 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,13.5 + parent: 1653 + - uid: 1730 + components: + - type: Transform + pos: 29.5,15.5 + parent: 1653 + - uid: 1731 + components: + - type: Transform + pos: 25.5,13.5 + parent: 1653 + - uid: 2023 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,38.5 + parent: 1653 + - uid: 2026 + components: + - type: Transform + pos: 32.5,27.5 + parent: 1653 +- proto: TableCarpet + entities: + - uid: 86 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,46.5 + parent: 1653 + - uid: 570 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,44.5 + parent: 1653 + - uid: 822 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,47.5 + parent: 1653 + - uid: 831 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,43.5 + parent: 1653 + - uid: 969 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,30.5 + parent: 1653 + - uid: 1072 + components: + - type: Transform + pos: 10.5,31.5 + parent: 1653 + - uid: 1243 + components: + - type: Transform + pos: 48.5,4.5 + parent: 1653 + - uid: 1425 + components: + - type: Transform + pos: 10.5,32.5 + parent: 1653 +- proto: TableFancyCyan + entities: + - uid: 1323 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,7.5 + parent: 1653 + - uid: 1325 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,6.5 + parent: 1653 +- proto: TableFrame + entities: + - uid: 716 + components: + - type: Transform + pos: 14.5,24.5 + parent: 1653 + - uid: 873 + components: + - type: Transform + pos: 1.5,26.5 + parent: 1653 + - uid: 1079 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,13.5 + parent: 1653 + - uid: 1191 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,35.5 + parent: 1653 +- proto: TableGlass + entities: + - uid: 457 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,2.5 + parent: 1653 + - uid: 459 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,2.5 + parent: 1653 + - uid: 467 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,2.5 + parent: 1653 + - uid: 627 + components: + - type: Transform + pos: 4.5,35.5 + parent: 1653 + - uid: 629 + components: + - type: Transform + pos: 6.5,35.5 + parent: 1653 + - uid: 925 + components: + - type: Transform + pos: 6.5,22.5 + parent: 1653 + - uid: 941 + components: + - type: Transform + pos: 12.5,22.5 + parent: 1653 + - uid: 942 + components: + - type: Transform + pos: 16.5,18.5 + parent: 1653 + - uid: 1374 + components: + - type: Transform + pos: 18.5,9.5 + parent: 1653 + - uid: 1375 + components: + - type: Transform + pos: 16.5,7.5 + parent: 1653 + - uid: 1376 + components: + - type: Transform + pos: 16.5,8.5 + parent: 1653 + - uid: 1377 + components: + - type: Transform + pos: 16.5,9.5 + parent: 1653 + - uid: 1448 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,4.5 + parent: 1653 + - uid: 1449 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,4.5 + parent: 1653 + - uid: 1450 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,4.5 + parent: 1653 + - uid: 1451 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,4.5 + parent: 1653 + - uid: 1452 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,4.5 + parent: 1653 + - uid: 1453 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,4.5 + parent: 1653 + - uid: 1477 + components: + - type: Transform + pos: 22.5,0.5 + parent: 1653 +- proto: TableReinforced + entities: + - uid: 163 + components: + - type: Transform + pos: 6.5,25.5 + parent: 1653 + - uid: 709 + components: + - type: Transform + pos: 1.5,25.5 + parent: 1653 + - uid: 711 + components: + - type: Transform + pos: 1.5,27.5 + parent: 1653 + - uid: 713 + components: + - type: Transform + pos: 3.5,14.5 + parent: 1653 + - uid: 823 + components: + - type: Transform + pos: 4.5,27.5 + parent: 1653 + - uid: 841 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,13.5 + parent: 1653 + - uid: 1530 + components: + - type: Transform + pos: 27.5,8.5 + parent: 1653 + - uid: 1532 + components: + - type: Transform + pos: 31.5,8.5 + parent: 1653 + - uid: 2132 + components: + - type: Transform + pos: 49.5,15.5 + parent: 1653 + - uid: 2133 + components: + - type: Transform + pos: 49.5,13.5 + parent: 1653 + - uid: 2135 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,13.5 + parent: 1653 + - uid: 2136 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,15.5 + parent: 1653 +- proto: TableWood + entities: + - uid: 82 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,45.5 + parent: 1653 + - uid: 87 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,47.5 + parent: 1653 + - uid: 571 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,43.5 + parent: 1653 + - uid: 666 + components: + - type: Transform + pos: 20.5,34.5 + parent: 1653 + - uid: 667 + components: + - type: Transform + pos: 21.5,34.5 + parent: 1653 + - uid: 673 + components: + - type: Transform + pos: 25.5,31.5 + parent: 1653 + - uid: 772 + components: + - type: Transform + pos: 24.5,32.5 + parent: 1653 + - uid: 773 + components: + - type: Transform + pos: 24.5,31.5 + parent: 1653 + - uid: 884 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,43.5 + parent: 1653 + - uid: 886 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,45.5 + parent: 1653 + - uid: 887 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,47.5 + parent: 1653 + - uid: 1242 + components: + - type: Transform + pos: 40.5,0.5 + parent: 1653 + - uid: 1270 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,1.5 + parent: 1653 +- proto: ToiletEmpty + entities: + - uid: 889 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,18.5 + parent: 1653 +- proto: ToyRubberDuck + entities: + - uid: 895 + components: + - type: Transform + pos: 0.5,18.5 + parent: 1653 + - uid: 1880 + components: + - type: Transform + pos: 10.31355,27.742674 + parent: 1653 + - uid: 2028 + components: + - type: Transform + pos: 24.518465,24.41762 + parent: 1653 + - uid: 2029 + components: + - type: Transform + pos: 44.51329,7.4417505 + parent: 1653 +- proto: ToySpawner + entities: + - uid: 1246 + components: + - type: Transform + pos: 40.5,0.5 + parent: 1653 +- proto: UraniumReinforcedWindowDirectional + entities: + - uid: 852 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,34.5 + parent: 1653 + - uid: 853 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,34.5 + parent: 1653 + - uid: 854 + components: + - type: Transform + pos: 24.5,36.5 + parent: 1653 + - uid: 855 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,36.5 + parent: 1653 + - uid: 856 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,36.5 + parent: 1653 + - uid: 857 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,34.5 + parent: 1653 + - uid: 858 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,34.5 + parent: 1653 + - uid: 859 + components: + - type: Transform + pos: 34.5,36.5 + parent: 1653 +- proto: UraniumWindowDirectional + entities: + - uid: 1833 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,12.5 + parent: 1653 + - uid: 1834 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,13.5 + parent: 1653 + - uid: 1835 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,12.5 + parent: 1653 + - uid: 1836 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,13.5 + parent: 1653 + - uid: 1837 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,13.5 + parent: 1653 + - uid: 1838 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,13.5 + parent: 1653 +- proto: VendingMachineWinter + entities: + - uid: 1329 + components: + - type: Transform + pos: 46.5,4.5 + parent: 1653 +- proto: WallRockSnow + entities: + - uid: 117 + components: + - type: Transform + pos: 5.5,34.5 + parent: 1653 + - uid: 118 + components: + - type: Transform + pos: 7.5,36.5 + parent: 1653 + - uid: 645 + components: + - type: Transform + pos: 16.5,35.5 + parent: 1653 + - uid: 693 + components: + - type: Transform + pos: 3.5,36.5 + parent: 1653 + - uid: 694 + components: + - type: Transform + pos: 17.5,34.5 + parent: 1653 + - uid: 696 + components: + - type: Transform + pos: 19.5,36.5 + parent: 1653 + - uid: 697 + components: + - type: Transform + pos: 18.5,34.5 + parent: 1653 + - uid: 698 + components: + - type: Transform + pos: 16.5,34.5 + parent: 1653 + - uid: 699 + components: + - type: Transform + pos: 15.5,34.5 + parent: 1653 + - uid: 700 + components: + - type: Transform + pos: 17.5,35.5 + parent: 1653 + - uid: 701 + components: + - type: Transform + pos: 16.5,36.5 + parent: 1653 + - uid: 702 + components: + - type: Transform + pos: 15.5,35.5 + parent: 1653 + - uid: 703 + components: + - type: Transform + pos: 19.5,35.5 + parent: 1653 + - uid: 704 + components: + - type: Transform + pos: 18.5,36.5 + parent: 1653 + - uid: 705 + components: + - type: Transform + pos: 17.5,36.5 + parent: 1653 + - uid: 706 + components: + - type: Transform + pos: 18.5,35.5 + parent: 1653 + - uid: 707 + components: + - type: Transform + pos: 35.5,39.5 + parent: 1653 + - uid: 708 + components: + - type: Transform + pos: 36.5,39.5 + parent: 1653 + - uid: 734 + components: + - type: Transform + pos: 35.5,40.5 + parent: 1653 + - uid: 847 + components: + - type: Transform + pos: 6.5,14.5 + parent: 1653 + - uid: 883 + components: + - type: Transform + pos: 2.5,16.5 + parent: 1653 + - uid: 1080 + components: + - type: Transform + pos: 6.5,13.5 + parent: 1653 + - uid: 1082 + components: + - type: Transform + pos: 6.5,15.5 + parent: 1653 + - uid: 1169 + components: + - type: Transform + pos: 4.5,34.5 + parent: 1653 + - uid: 1186 + components: + - type: Transform + pos: 2.5,34.5 + parent: 1653 + - uid: 1187 + components: + - type: Transform + pos: 8.5,36.5 + parent: 1653 + - uid: 1188 + components: + - type: Transform + pos: 3.5,34.5 + parent: 1653 + - uid: 1190 + components: + - type: Transform + pos: 9.5,36.5 + parent: 1653 + - uid: 1340 + components: + - type: Transform + pos: 24.5,13.5 + parent: 1653 + - uid: 1341 + components: + - type: Transform + pos: 24.5,12.5 + parent: 1653 + - uid: 1342 + components: + - type: Transform + pos: 24.5,14.5 + parent: 1653 + - uid: 1639 + components: + - type: Transform + pos: 20.5,28.5 + parent: 1653 + - uid: 1640 + components: + - type: Transform + pos: 20.5,27.5 + parent: 1653 + - uid: 1641 + components: + - type: Transform + pos: 12.5,27.5 + parent: 1653 + - uid: 1642 + components: + - type: Transform + pos: 18.5,24.5 + parent: 1653 + - uid: 1643 + components: + - type: Transform + pos: 18.5,25.5 + parent: 1653 + - uid: 1671 + components: + - type: Transform + pos: 19.5,40.5 + parent: 1653 + - uid: 1672 + components: + - type: Transform + pos: 19.5,39.5 + parent: 1653 + - uid: 1673 + components: + - type: Transform + pos: 20.5,39.5 + parent: 1653 + - uid: 1674 + components: + - type: Transform + pos: 20.5,38.5 + parent: 1653 + - uid: 1675 + components: + - type: Transform + pos: 18.5,39.5 + parent: 1653 + - uid: 1760 + components: + - type: Transform + pos: 25.5,12.5 + parent: 1653 + - uid: 1761 + components: + - type: Transform + pos: 27.5,13.5 + parent: 1653 + - uid: 1762 + components: + - type: Transform + pos: 27.5,12.5 + parent: 1653 + - uid: 1763 + components: + - type: Transform + pos: 26.5,12.5 + parent: 1653 + - uid: 1764 + components: + - type: Transform + pos: 26.5,13.5 + parent: 1653 + - uid: 1765 + components: + - type: Transform + pos: 26.5,14.5 + parent: 1653 + - uid: 1766 + components: + - type: Transform + pos: 10.5,12.5 + parent: 1653 + - uid: 1767 + components: + - type: Transform + pos: 9.5,12.5 + parent: 1653 + - uid: 1768 + components: + - type: Transform + pos: 11.5,12.5 + parent: 1653 + - uid: 1769 + components: + - type: Transform + pos: 14.5,16.5 + parent: 1653 + - uid: 1770 + components: + - type: Transform + pos: 13.5,16.5 + parent: 1653 + - uid: 1771 + components: + - type: Transform + pos: 12.5,16.5 + parent: 1653 + - uid: 1772 + components: + - type: Transform + pos: 14.5,15.5 + parent: 1653 + - uid: 1896 + components: + - type: Transform + pos: 47.5,2.5 + parent: 1653 + - uid: 1897 + components: + - type: Transform + pos: 48.5,2.5 + parent: 1653 + - uid: 1898 + components: + - type: Transform + pos: 12.5,7.5 + parent: 1653 + - uid: 1899 + components: + - type: Transform + pos: 12.5,8.5 + parent: 1653 + - uid: 1907 + components: + - type: Transform + pos: 28.5,36.5 + parent: 1653 + - uid: 1908 + components: + - type: Transform + pos: 28.5,35.5 + parent: 1653 + - uid: 1909 + components: + - type: Transform + pos: 29.5,36.5 + parent: 1653 + - uid: 1910 + components: + - type: Transform + pos: 29.5,35.5 + parent: 1653 + - uid: 1911 + components: + - type: Transform + pos: 30.5,35.5 + parent: 1653 + - uid: 1912 + components: + - type: Transform + pos: 30.5,34.5 + parent: 1653 + - uid: 1913 + components: + - type: Transform + pos: 27.5,35.5 + parent: 1653 + - uid: 1914 + components: + - type: Transform + pos: 26.5,35.5 + parent: 1653 + - uid: 1936 + components: + - type: Transform + pos: 51.5,39.5 + parent: 1653 + - uid: 1937 + components: + - type: Transform + pos: 53.5,40.5 + parent: 1653 + - uid: 1938 + components: + - type: Transform + pos: 51.5,40.5 + parent: 1653 + - uid: 1939 + components: + - type: Transform + pos: 48.5,38.5 + parent: 1653 + - uid: 1940 + components: + - type: Transform + pos: 54.5,38.5 + parent: 1653 + - uid: 1941 + components: + - type: Transform + pos: 50.5,40.5 + parent: 1653 + - uid: 1942 + components: + - type: Transform + pos: 49.5,38.5 + parent: 1653 + - uid: 1943 + components: + - type: Transform + pos: 52.5,38.5 + parent: 1653 + - uid: 1944 + components: + - type: Transform + pos: 52.5,40.5 + parent: 1653 + - uid: 2212 + components: + - type: Transform + pos: 37.5,14.5 + parent: 1653 + - uid: 2213 + components: + - type: Transform + pos: 38.5,14.5 + parent: 1653 +- proto: WallSilver + entities: + - uid: 321 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,15.5 + parent: 1653 + - uid: 324 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,13.5 + parent: 1653 + - uid: 385 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,13.5 + parent: 1653 + - uid: 386 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,15.5 + parent: 1653 + - uid: 395 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,2.5 + parent: 1653 + - uid: 396 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,2.5 + parent: 1653 + - uid: 492 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,13.5 + parent: 1653 + - uid: 849 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,30.5 + parent: 1653 + - uid: 1330 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,14.5 + parent: 1653 + - uid: 1331 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,15.5 + parent: 1653 + - uid: 1332 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,13.5 + parent: 1653 + - uid: 1333 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,15.5 + parent: 1653 + - uid: 1334 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,15.5 + parent: 1653 + - uid: 1335 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,15.5 + parent: 1653 + - uid: 1336 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,15.5 + parent: 1653 + - uid: 1337 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,14.5 + parent: 1653 + - uid: 1338 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,13.5 + parent: 1653 + - uid: 1339 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,13.5 + parent: 1653 + - uid: 1348 + components: + - type: Transform + pos: 26.5,38.5 + parent: 1653 + - uid: 1349 + components: + - type: Transform + pos: 26.5,40.5 + parent: 1653 + - uid: 1350 + components: + - type: Transform + pos: 28.5,40.5 + parent: 1653 + - uid: 1351 + components: + - type: Transform + pos: 28.5,38.5 + parent: 1653 + - uid: 1352 + components: + - type: Transform + pos: 8.5,43.5 + parent: 1653 + - uid: 1353 + components: + - type: Transform + pos: 9.5,43.5 + parent: 1653 + - uid: 1483 + components: + - type: Transform + pos: 13.5,43.5 + parent: 1653 + - uid: 1501 + components: + - type: Transform + pos: 14.5,43.5 + parent: 1653 + - uid: 1506 + components: + - type: Transform + pos: 1.5,21.5 + parent: 1653 + - uid: 1507 + components: + - type: Transform + pos: 1.5,22.5 + parent: 1653 + - uid: 1575 + components: + - type: Transform + pos: 3.5,19.5 + parent: 1653 + - uid: 1576 + components: + - type: Transform + pos: 4.5,19.5 + parent: 1653 + - uid: 1577 + components: + - type: Transform + pos: 3.5,32.5 + parent: 1653 + - uid: 1578 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,3.5 + parent: 1653 + - uid: 1579 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,3.5 + parent: 1653 + - uid: 1580 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,4.5 + parent: 1653 + - uid: 1581 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,3.5 + parent: 1653 + - uid: 1582 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,3.5 + parent: 1653 + - uid: 1583 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,4.5 + parent: 1653 + - uid: 1584 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,0.5 + parent: 1653 + - uid: 1585 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,1.5 + parent: 1653 + - uid: 1586 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,1.5 + parent: 1653 + - uid: 1587 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,1.5 + parent: 1653 + - uid: 1588 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,1.5 + parent: 1653 + - uid: 1589 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,0.5 + parent: 1653 + - uid: 1594 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,0.5 + parent: 1653 + - uid: 1595 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,1.5 + parent: 1653 + - uid: 1596 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,1.5 + parent: 1653 + - uid: 1597 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,1.5 + parent: 1653 + - uid: 1598 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,1.5 + parent: 1653 + - uid: 1600 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,0.5 + parent: 1653 + - uid: 1601 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,3.5 + parent: 1653 + - uid: 1602 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,3.5 + parent: 1653 + - uid: 1603 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,4.5 + parent: 1653 + - uid: 1604 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,3.5 + parent: 1653 + - uid: 1624 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,3.5 + parent: 1653 + - uid: 1646 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,4.5 + parent: 1653 + - uid: 1704 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,9.5 + parent: 1653 + - uid: 1705 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,9.5 + parent: 1653 + - uid: 1706 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,9.5 + parent: 1653 +- proto: WallSolid + entities: + - uid: 1022 + components: + - type: Transform + pos: 28.5,22.5 + parent: 1653 + - uid: 1459 + components: + - type: Transform + pos: 19.5,4.5 + parent: 1653 + - uid: 1460 + components: + - type: Transform + pos: 33.5,4.5 + parent: 1653 +- proto: WardrobeBotanistFilled + entities: + - uid: 649 + components: + - type: Transform + pos: 16.5,32.5 + parent: 1653 + - uid: 835 + components: + - type: Transform + pos: 14.5,27.5 + parent: 1653 + - uid: 2007 + components: + - type: Transform + pos: 28.5,25.5 + parent: 1653 + - uid: 2008 + components: + - type: Transform + pos: 30.5,27.5 + parent: 1653 +- proto: WaterTankFull + entities: + - uid: 1372 + components: + - type: Transform + pos: 18.5,7.5 + parent: 1653 + - uid: 1475 + components: + - type: Transform + pos: 24.5,4.5 + parent: 1653 + - uid: 1993 + components: + - type: Transform + pos: 41.5,7.5 + parent: 1653 +- proto: WaterTankHighCapacity + entities: + - uid: 735 + components: + - type: Transform + pos: 19.5,15.5 + parent: 1653 +- proto: WeldingFuelTankFull + entities: + - uid: 881 + components: + - type: Transform + pos: 14.5,44.5 + parent: 1653 + - uid: 1387 + components: + - type: Transform + pos: 26.5,19.5 + parent: 1653 + - uid: 1544 + components: + - type: Transform + pos: 31.5,7.5 + parent: 1653 + - uid: 1545 + components: + - type: Transform + pos: 27.5,7.5 + parent: 1653 +- proto: Windoor + entities: + - uid: 127 + components: + - type: Transform + pos: 21.5,46.5 + parent: 1653 + - uid: 141 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,47.5 + parent: 1653 + - uid: 636 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,34.5 + parent: 1653 + - uid: 637 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,36.5 + parent: 1653 + - uid: 639 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,34.5 + parent: 1653 + - uid: 640 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,36.5 + parent: 1653 + - uid: 1083 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,24.5 + parent: 1653 + - uid: 1085 + components: + - type: Transform + pos: 9.5,27.5 + parent: 1653 + - uid: 1086 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,25.5 + parent: 1653 + - uid: 1091 + components: + - type: Transform + pos: 9.5,28.5 + parent: 1653 + - uid: 2017 + components: + - type: Transform + pos: 29.5,25.5 + parent: 1653 + - uid: 2018 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,27.5 + parent: 1653 + - uid: 2251 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,44.5 + parent: 1653 + - uid: 2252 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,47.5 + parent: 1653 + - uid: 2253 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,46.5 + parent: 1653 + - uid: 2254 + components: + - type: Transform + pos: 4.5,43.5 + parent: 1653 +- proto: WindoorSecure + entities: + - uid: 691 + components: + - type: Transform + pos: 32.5,2.5 + parent: 1653 + - uid: 809 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,42.5 + parent: 1653 + - uid: 1175 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,12.5 + parent: 1653 + - uid: 1312 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,46.5 + parent: 1653 + - uid: 1313 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,44.5 + parent: 1653 + - uid: 1420 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,1.5 + parent: 1653 + - uid: 1421 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,2.5 + parent: 1653 + - uid: 1422 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,2.5 + parent: 1653 + - uid: 1423 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,1.5 + parent: 1653 + - uid: 1465 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,3.5 + parent: 1653 + - uid: 1466 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,3.5 + parent: 1653 + - uid: 1552 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,2.5 + parent: 1653 + - uid: 1559 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,1.5 + parent: 1653 + - uid: 1563 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,2.5 + parent: 1653 + - uid: 1839 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,13.5 + parent: 1653 + - uid: 2126 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,15.5 + parent: 1653 + - uid: 2129 + components: + - type: Transform + pos: 51.5,13.5 + parent: 1653 +- proto: WindowDirectional + entities: + - uid: 632 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,35.5 + parent: 1653 + - uid: 633 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,35.5 + parent: 1653 + - uid: 1253 + components: + - type: Transform + pos: 46.5,3.5 + parent: 1653 + - uid: 1254 + components: + - type: Transform + pos: 44.5,3.5 + parent: 1653 +- proto: WindowFrostedDirectional + entities: + - uid: 500 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,39.5 + parent: 1653 + - uid: 501 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,39.5 + parent: 1653 + - uid: 946 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,7.5 + parent: 1653 + - uid: 947 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,6.5 + parent: 1653 + - uid: 970 + components: + - type: Transform + pos: 5.5,8.5 + parent: 1653 + - uid: 971 + components: + - type: Transform + pos: 0.5,8.5 + parent: 1653 + - uid: 972 + components: + - type: Transform + pos: 3.5,8.5 + parent: 1653 + - uid: 973 + components: + - type: Transform + pos: 2.5,8.5 + parent: 1653 + - uid: 1998 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,7.5 + parent: 1653 + - uid: 1999 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,6.5 + parent: 1653 +- proto: WindowReinforcedDirectional + entities: + - uid: 76 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,45.5 + parent: 1653 + - uid: 78 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,43.5 + parent: 1653 + - uid: 80 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,13.5 + parent: 1653 + - uid: 85 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,47.5 + parent: 1653 + - uid: 144 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,48.5 + parent: 1653 + - uid: 174 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,25.5 + parent: 1653 + - uid: 285 + components: + - type: Transform + pos: 8.5,27.5 + parent: 1653 + - uid: 286 + components: + - type: Transform + pos: 10.5,27.5 + parent: 1653 + - uid: 303 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,47.5 + parent: 1653 + - uid: 387 + components: + - type: Transform + pos: 0.5,4.5 + parent: 1653 + - uid: 391 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,0.5 + parent: 1653 + - uid: 399 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,0.5 + parent: 1653 + - uid: 400 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,4.5 + parent: 1653 + - uid: 446 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,0.5 + parent: 1653 + - uid: 451 + components: + - type: Transform + pos: 16.5,4.5 + parent: 1653 + - uid: 483 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,15.5 + parent: 1653 + - uid: 484 + components: + - type: Transform + pos: 36.5,13.5 + parent: 1653 + - uid: 486 + components: + - type: Transform + pos: 34.5,13.5 + parent: 1653 + - uid: 516 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,13.5 + parent: 1653 + - uid: 517 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,13.5 + parent: 1653 + - uid: 600 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,1.5 + parent: 1653 + - uid: 601 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,0.5 + parent: 1653 + - uid: 655 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,15.5 + parent: 1653 + - uid: 685 + components: + - type: Transform + pos: 5.5,43.5 + parent: 1653 + - uid: 687 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,0.5 + parent: 1653 + - uid: 690 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,1.5 + parent: 1653 + - uid: 692 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,0.5 + parent: 1653 + - uid: 695 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,15.5 + parent: 1653 + - uid: 768 + components: + - type: Transform + pos: 26.5,13.5 + parent: 1653 + - uid: 791 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,25.5 + parent: 1653 + - uid: 807 + components: + - type: Transform + pos: 28.5,13.5 + parent: 1653 + - uid: 842 + components: + - type: Transform + pos: 22.5,28.5 + parent: 1653 + - uid: 843 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,24.5 + parent: 1653 + - uid: 850 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,15.5 + parent: 1653 + - uid: 851 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,15.5 + parent: 1653 + - uid: 876 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,24.5 + parent: 1653 + - uid: 877 + components: + - type: Transform + pos: 8.5,28.5 + parent: 1653 + - uid: 885 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,45.5 + parent: 1653 + - uid: 908 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,20.5 + parent: 1653 + - uid: 909 + components: + - type: Transform + pos: 8.5,19.5 + parent: 1653 + - uid: 915 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,21.5 + parent: 1653 + - uid: 916 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,20.5 + parent: 1653 + - uid: 917 + components: + - type: Transform + pos: 9.5,20.5 + parent: 1653 + - uid: 918 + components: + - type: Transform + pos: 7.5,20.5 + parent: 1653 + - uid: 919 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,19.5 + parent: 1653 + - uid: 920 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,19.5 + parent: 1653 + - uid: 921 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,21.5 + parent: 1653 + - uid: 922 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,20.5 + parent: 1653 + - uid: 923 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,20.5 + parent: 1653 + - uid: 924 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,21.5 + parent: 1653 + - uid: 927 + components: + - type: Transform + pos: 3.5,43.5 + parent: 1653 + - uid: 980 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,47.5 + parent: 1653 + - uid: 995 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,18.5 + parent: 1653 + - uid: 996 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,18.5 + parent: 1653 + - uid: 997 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,18.5 + parent: 1653 + - uid: 998 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,18.5 + parent: 1653 + - uid: 999 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,22.5 + parent: 1653 + - uid: 1000 + components: + - type: Transform + pos: 22.5,22.5 + parent: 1653 + - uid: 1001 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,22.5 + parent: 1653 + - uid: 1002 + components: + - type: Transform + pos: 18.5,22.5 + parent: 1653 + - uid: 1051 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,14.5 + parent: 1653 + - uid: 1055 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,13.5 + parent: 1653 + - uid: 1058 + components: + - type: Transform + pos: 22.5,46.5 + parent: 1653 + - uid: 1068 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,13.5 + parent: 1653 + - uid: 1069 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,43.5 + parent: 1653 + - uid: 1074 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,1.5 + parent: 1653 + - uid: 1089 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,24.5 + parent: 1653 + - uid: 1090 + components: + - type: Transform + pos: 10.5,28.5 + parent: 1653 + - uid: 1125 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,47.5 + parent: 1653 + - uid: 1170 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,13.5 + parent: 1653 + - uid: 1171 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,14.5 + parent: 1653 + - uid: 1172 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,15.5 + parent: 1653 + - uid: 1173 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,12.5 + parent: 1653 + - uid: 1174 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,12.5 + parent: 1653 + - uid: 1176 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,12.5 + parent: 1653 + - uid: 1177 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,12.5 + parent: 1653 + - uid: 1178 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,13.5 + parent: 1653 + - uid: 1179 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,14.5 + parent: 1653 + - uid: 1180 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,15.5 + parent: 1653 + - uid: 1181 + components: + - type: Transform + pos: 17.5,16.5 + parent: 1653 + - uid: 1182 + components: + - type: Transform + pos: 18.5,16.5 + parent: 1653 + - uid: 1183 + components: + - type: Transform + pos: 19.5,16.5 + parent: 1653 + - uid: 1184 + components: + - type: Transform + pos: 20.5,16.5 + parent: 1653 + - uid: 1185 + components: + - type: Transform + pos: 21.5,16.5 + parent: 1653 + - uid: 1193 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,1.5 + parent: 1653 + - uid: 1199 + components: + - type: Transform + pos: 2.5,43.5 + parent: 1653 + - uid: 1209 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,2.5 + parent: 1653 + - uid: 1210 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,2.5 + parent: 1653 + - uid: 1296 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,0.5 + parent: 1653 + - uid: 1297 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,4.5 + parent: 1653 + - uid: 1305 + components: + - type: Transform + pos: 35.5,13.5 + parent: 1653 + - uid: 1317 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,15.5 + parent: 1653 + - uid: 1318 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,15.5 + parent: 1653 + - uid: 1366 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,7.5 + parent: 1653 + - uid: 1367 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,8.5 + parent: 1653 + - uid: 1368 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,9.5 + parent: 1653 + - uid: 1369 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,7.5 + parent: 1653 + - uid: 1370 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,8.5 + parent: 1653 + - uid: 1371 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,9.5 + parent: 1653 + - uid: 1388 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,0.5 + parent: 1653 + - uid: 1389 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,1.5 + parent: 1653 + - uid: 1390 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,0.5 + parent: 1653 + - uid: 1391 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,1.5 + parent: 1653 + - uid: 1394 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,0.5 + parent: 1653 + - uid: 1395 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,1.5 + parent: 1653 + - uid: 1399 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,14.5 + parent: 1653 + - uid: 1400 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,0.5 + parent: 1653 + - uid: 1401 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,1.5 + parent: 1653 + - uid: 1402 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,0.5 + parent: 1653 + - uid: 1403 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,1.5 + parent: 1653 + - uid: 1404 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,1.5 + parent: 1653 + - uid: 1405 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,1.5 + parent: 1653 + - uid: 1406 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,1.5 + parent: 1653 + - uid: 1407 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,1.5 + parent: 1653 + - uid: 1415 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,2.5 + parent: 1653 + - uid: 1416 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,2.5 + parent: 1653 + - uid: 1417 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,2.5 + parent: 1653 + - uid: 1418 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,2.5 + parent: 1653 + - uid: 1431 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,2.5 + parent: 1653 + - uid: 1463 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,2.5 + parent: 1653 + - uid: 1464 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,2.5 + parent: 1653 + - uid: 1551 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,1.5 + parent: 1653 + - uid: 1553 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,2.5 + parent: 1653 + - uid: 1554 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,2.5 + parent: 1653 + - uid: 1560 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,2.5 + parent: 1653 + - uid: 1561 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,1.5 + parent: 1653 + - uid: 1562 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,1.5 + parent: 1653 + - uid: 1710 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,47.5 + parent: 1653 + - uid: 1711 + components: + - type: Transform + pos: 1.5,43.5 + parent: 1653 + - uid: 1712 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,47.5 + parent: 1653 + - uid: 2013 + components: + - type: Transform + pos: 28.5,25.5 + parent: 1653 + - uid: 2014 + components: + - type: Transform + pos: 30.5,25.5 + parent: 1653 + - uid: 2015 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,27.5 + parent: 1653 + - uid: 2016 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,27.5 + parent: 1653 + - uid: 2119 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,13.5 + parent: 1653 + - uid: 2120 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,14.5 + parent: 1653 + - uid: 2121 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,15.5 + parent: 1653 + - uid: 2122 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,15.5 + parent: 1653 + - uid: 2123 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,14.5 + parent: 1653 + - uid: 2124 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,13.5 + parent: 1653 + - uid: 2125 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,15.5 + parent: 1653 + - uid: 2127 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,15.5 + parent: 1653 + - uid: 2128 + components: + - type: Transform + pos: 52.5,13.5 + parent: 1653 + - uid: 2130 + components: + - type: Transform + pos: 50.5,13.5 + parent: 1653 +... diff --git a/Resources/Maps/_NF/Dungeon/virology_lab.yml b/Resources/Maps/_NF/Dungeon/virology_lab.yml new file mode 100644 index 00000000000..5f17f2147df --- /dev/null +++ b/Resources/Maps/_NF/Dungeon/virology_lab.yml @@ -0,0 +1,14554 @@ +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 14: FloorBar + 18: FloorBlueCircuit + 30: FloorDark + 33: FloorDarkHerringbone + 35: FloorDarkMono + 39: FloorDarkPlastic + 45: FloorFreezer + 46: FloorGlass + 48: FloorGrass + 49: FloorGrassDark + 50: FloorGrassJungle + 63: FloorLino + 76: FloorPlastic + 78: FloorReinforced + 81: FloorShowroom + 82: FloorShuttleBlack + 85: FloorShuttleOrange + 92: FloorSteel + 97: FloorSteelDiagonal + 102: FloorSteelMini + 103: FloorSteelMono + 107: FloorTechMaint + 108: FloorTechMaint2 + 109: FloorTechMaint3 + 111: FloorWhite + 112: FloorWhiteDiagonal + 115: FloorWhiteMini + 116: FloorWhiteMono + 120: FloorWhitePlastic + 121: FloorWood + 123: FloorWoodTile + 125: Plating + 128: PlatingDamaged +entities: +- proto: "" + entities: + - uid: 1653 + components: + - type: MetaData + - type: Transform + - type: Map + - type: PhysicsMap + - type: Broadphase + - type: OccluderTree + - type: MapGrid + chunks: + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAD + version: 6 + 0,0: + ind: 0,0 + tiles: cwAAAAADbwAAAAACbwAAAAADbwAAAAABbwAAAAACbwAAAAABbwAAAAAAbwAAAAADcwAAAAAAbwAAAAACbwAAAAABbwAAAAABbwAAAAAAawAAAAAAcwAAAAACcwAAAAADcwAAAAADbwAAAAABbwAAAAADbwAAAAABbwAAAAABbwAAAAACbwAAAAACbwAAAAAAcwAAAAAAbwAAAAACbwAAAAABbwAAAAAAbwAAAAACawAAAAAAcwAAAAAAcwAAAAADcwAAAAABcwAAAAACcwAAAAABcwAAAAAAcwAAAAABcwAAAAADcwAAAAABcwAAAAAAcwAAAAADcwAAAAACcwAAAAADcwAAAAADcwAAAAAAcwAAAAACcwAAAAADcwAAAAAAcwAAAAAAbwAAAAADbwAAAAAAbwAAAAAAbwAAAAADbwAAAAABbwAAAAADbwAAAAAAcwAAAAAAbwAAAAABbwAAAAACbwAAAAADbwAAAAAAdAAAAAABdAAAAAADdAAAAAAAdAAAAAABbwAAAAADbwAAAAAAbwAAAAABbwAAAAACbwAAAAACbwAAAAACbwAAAAACcwAAAAABbwAAAAADbwAAAAACbwAAAAACbwAAAAADdAAAAAADdAAAAAACdAAAAAAAVQAAAAAAVQAAAAADVQAAAAADVQAAAAABVQAAAAABVQAAAAABVQAAAAADVQAAAAAAVQAAAAACVQAAAAABVQAAAAADVQAAAAABVQAAAAACVQAAAAADVQAAAAACVQAAAAABTAAAAAABeAAAAAADTAAAAAACTAAAAAADeAAAAAAATAAAAAACXAAAAAADXAAAAAACXAAAAAAAXAAAAAABXAAAAAADVQAAAAABHgAAAAABHgAAAAADHgAAAAAAHgAAAAADTAAAAAACeAAAAAABTAAAAAABTAAAAAABeAAAAAAATAAAAAADXAAAAAABXAAAAAADXAAAAAACXAAAAAADXAAAAAAAVQAAAAACHgAAAAABXAAAAAABXAAAAAAAXAAAAAABXAAAAAADeQAAAAACeQAAAAADeQAAAAACeQAAAAACeQAAAAACeQAAAAABeQAAAAABeQAAAAADeQAAAAAAeQAAAAADVQAAAAACHgAAAAADXAAAAAABXAAAAAACXAAAAAAATAAAAAACeQAAAAACeQAAAAAAeQAAAAADeQAAAAAAeQAAAAADeQAAAAADeQAAAAADeQAAAAAAeQAAAAADeQAAAAAAVQAAAAACHgAAAAAAXAAAAAADXAAAAAABXAAAAAABTAAAAAADTAAAAAABTAAAAAACTAAAAAAATAAAAAADTAAAAAAATAAAAAACTAAAAAABTAAAAAABTAAAAAADTAAAAAADVQAAAAABHgAAAAAAHgAAAAABHgAAAAAAHgAAAAADVQAAAAABVQAAAAAAVQAAAAABVQAAAAACVQAAAAACVQAAAAABVQAAAAABVQAAAAABVQAAAAABVQAAAAABVQAAAAACVQAAAAADVQAAAAAAVQAAAAAAVQAAAAABVQAAAAADeAAAAAACeAAAAAADeAAAAAAAeAAAAAACfQAAAAAAfQAAAAAAfQAAAAAAVQAAAAAAHgAAAAADHgAAAAADHgAAAAADHgAAAAABHgAAAAAAHgAAAAABHgAAAAAAVQAAAAAAeAAAAAADeAAAAAAAeAAAAAACeAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAVQAAAAACHgAAAAADfQAAAAAAfQAAAAAAbAAAAAAAfQAAAAAAfQAAAAAAHgAAAAACVQAAAAABeAAAAAACeAAAAAADeAAAAAABeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAABVQAAAAACHgAAAAABfQAAAAAATgAAAAAATgAAAAAATgAAAAAAfQAAAAAAHgAAAAAAVQAAAAADeAAAAAACeAAAAAADeAAAAAADeAAAAAAAeAAAAAABeAAAAAAAeAAAAAACVQAAAAACHgAAAAADfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAHgAAAAADVQAAAAAC + version: 6 + 0,1: + ind: 0,1 + tiles: eAAAAAACeAAAAAAAeAAAAAAAeAAAAAABdAAAAAAAdAAAAAACdAAAAAABVQAAAAADHgAAAAADHgAAAAAAHgAAAAABHgAAAAABHgAAAAABHgAAAAADHgAAAAAAVQAAAAABVQAAAAABVQAAAAADVQAAAAAAVQAAAAAAVQAAAAABVQAAAAADVQAAAAADVQAAAAABVQAAAAADVQAAAAABVQAAAAADVQAAAAACVQAAAAAAVQAAAAAAVQAAAAABVQAAAAACLQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAVQAAAAAAIwAAAAACIwAAAAABIwAAAAAAIwAAAAADIwAAAAABVQAAAAAAMgAAAAAAbwAAAAADbwAAAAACbwAAAAADLQAAAAAALQAAAAAALQAAAAAAfQAAAAAAfQAAAAAAVQAAAAABIwAAAAABIwAAAAABIwAAAAADIwAAAAAAIwAAAAADVQAAAAACbwAAAAAAbwAAAAABbwAAAAADbwAAAAAALQAAAAAALQAAAAAAeAAAAAADeAAAAAAAeAAAAAAAVQAAAAAAIwAAAAABIwAAAAAAIwAAAAAAIwAAAAADIwAAAAACVQAAAAABbwAAAAACbwAAAAAAXAAAAAABbwAAAAABLQAAAAAAfQAAAAAAeAAAAAACbwAAAAABbwAAAAACVQAAAAACIwAAAAADIwAAAAACIwAAAAAAIwAAAAADIwAAAAAAVQAAAAACbwAAAAADbwAAAAADbwAAAAAAbwAAAAAALQAAAAAAfQAAAAAAeAAAAAACbwAAAAAAbwAAAAADVQAAAAADIwAAAAAAIwAAAAABIwAAAAACIwAAAAABIwAAAAABVQAAAAABbwAAAAADbwAAAAACbwAAAAAAbwAAAAAAVQAAAAAAVQAAAAAAVQAAAAACVQAAAAAAVQAAAAAAVQAAAAABVQAAAAACVQAAAAADVQAAAAACVQAAAAAAVQAAAAADVQAAAAABVQAAAAAAVQAAAAABVQAAAAABVQAAAAACTgAAAAAATgAAAAAATgAAAAAAVQAAAAADbwAAAAABbwAAAAABbwAAAAACVQAAAAABUQAAAAAAUQAAAAAALQAAAAAAVQAAAAACZwAAAAADZgAAAAADZwAAAAACVQAAAAABTgAAAAAAEgAAAAAATgAAAAAAVQAAAAAAbwAAAAADbwAAAAADbwAAAAAAVQAAAAABLQAAAAAAUQAAAAAALQAAAAAAVQAAAAAAZwAAAAABZgAAAAABZwAAAAAAVQAAAAABTgAAAAAAEgAAAAAATgAAAAAAVQAAAAADbwAAAAACbwAAAAABbwAAAAACVQAAAAACLQAAAAAALQAAAAAALQAAAAAAVQAAAAACZgAAAAAAZgAAAAACZgAAAAABVQAAAAADTgAAAAAAEgAAAAAATgAAAAAAVQAAAAABbwAAAAADbwAAAAADbwAAAAABVQAAAAACLQAAAAAAUQAAAAAALQAAAAAAVQAAAAADZwAAAAABZgAAAAABZwAAAAAAVQAAAAABTgAAAAAATgAAAAAATgAAAAAAVQAAAAABbwAAAAACbwAAAAAAbwAAAAACVQAAAAADLQAAAAAALQAAAAAAUQAAAAAAVQAAAAACZwAAAAAAZgAAAAADZwAAAAACVQAAAAADVQAAAAABVQAAAAAAVQAAAAADVQAAAAADVQAAAAABVQAAAAABVQAAAAADVQAAAAADVQAAAAAAVQAAAAACVQAAAAABVQAAAAADVQAAAAACVQAAAAACVQAAAAAAVQAAAAADXAAAAAABXAAAAAAAXAAAAAADXAAAAAACXAAAAAADbwAAAAAAXAAAAAACbwAAAAABbwAAAAABfQAAAAAAHgAAAAABHgAAAAACHgAAAAAAVQAAAAAAbwAAAAACbwAAAAADXAAAAAADHgAAAAADHgAAAAAAHgAAAAAAXAAAAAABXAAAAAADXAAAAAADXAAAAAABXAAAAAADHgAAAAABHgAAAAABHgAAAAAAXAAAAAABVQAAAAACbwAAAAADbwAAAAAC + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAACVQAAAAACVQAAAAADVQAAAAAAVQAAAAACVQAAAAABVQAAAAABVQAAAAAAVQAAAAACVQAAAAABVQAAAAABVQAAAAABVQAAAAAAVQAAAAACVQAAAAABVQAAAAAD + version: 6 + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAB + version: 6 + -1,1: + ind: -1,1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAB + version: 6 + 1,-1: + ind: 1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAADVQAAAAAAVQAAAAABVQAAAAABVQAAAAABVQAAAAAAVQAAAAACVQAAAAABVQAAAAACVQAAAAACVQAAAAADVQAAAAADVQAAAAAAVQAAAAADVQAAAAAAVQAAAAAD + version: 6 + 1,0: + ind: 1,0 + tiles: cwAAAAACVQAAAAACXAAAAAACgAAAAAAAgAAAAAAAgAAAAAABXAAAAAADLQAAAAAALQAAAAAALQAAAAAAXAAAAAADLQAAAAAALQAAAAAALQAAAAAAXAAAAAADLQAAAAAAcwAAAAAAVQAAAAABXAAAAAADgAAAAAAAgAAAAAABgAAAAAACXAAAAAABLQAAAAAALQAAAAAALQAAAAAAXAAAAAABLQAAAAAALQAAAAAALQAAAAAAXAAAAAABLQAAAAAAcwAAAAADVQAAAAABXAAAAAABXAAAAAAATgAAAAAAXAAAAAADXAAAAAADXAAAAAACTgAAAAAAXAAAAAABXAAAAAACXAAAAAAATgAAAAAAXAAAAAACXAAAAAADXAAAAAABcwAAAAACVQAAAAADXAAAAAAAbwAAAAABbwAAAAAAbwAAAAAAbwAAAAABbwAAAAADbwAAAAABbwAAAAABbwAAAAADbwAAAAACbwAAAAABbwAAAAAAbwAAAAADbwAAAAACcwAAAAACVQAAAAACXAAAAAABfQAAAAAAbwAAAAADbwAAAAABbwAAAAAAdAAAAAADdAAAAAACdAAAAAACbwAAAAACdAAAAAACdAAAAAABdAAAAAAAbwAAAAACbwAAAAABVQAAAAABVQAAAAACVQAAAAAAVQAAAAADVQAAAAACVQAAAAAAVQAAAAABVQAAAAADVQAAAAADVQAAAAACVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAABVQAAAAADVQAAAAAAHgAAAAACHgAAAAAAXAAAAAAAIwAAAAAAIwAAAAACHgAAAAACHgAAAAACVQAAAAACawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAXAAAAAACXAAAAAACXAAAAAACXAAAAAABXAAAAAABXAAAAAADHgAAAAAAVQAAAAABawAAAAAAXAAAAAAAHgAAAAAAHgAAAAABfQAAAAAAfQAAAAAAfQAAAAAAHgAAAAABXAAAAAADXAAAAAABXAAAAAABXAAAAAACXAAAAAADXAAAAAAAHgAAAAACVQAAAAABawAAAAAAXAAAAAABHgAAAAABHgAAAAADfQAAAAAAfQAAAAAAfQAAAAAAHgAAAAABXAAAAAABXAAAAAAAXAAAAAADXAAAAAAAXAAAAAAAXAAAAAADHgAAAAACVQAAAAADawAAAAAAXAAAAAABHgAAAAAAHgAAAAABfQAAAAAAfQAAAAAAfQAAAAAAHgAAAAABHgAAAAAAHgAAAAABHgAAAAACHgAAAAABHgAAAAAAHgAAAAACHgAAAAACVQAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAVQAAAAADVQAAAAABVQAAAAAAVQAAAAABVQAAAAACVQAAAAACVQAAAAAAVQAAAAABVQAAAAACVQAAAAADVQAAAAACVQAAAAABVQAAAAACVQAAAAABVQAAAAAAVQAAAAADLQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAVQAAAAADUgAAAAAAUgAAAAACUgAAAAADUgAAAAADUgAAAAACUgAAAAACUgAAAAAAVQAAAAACLQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAVQAAAAABUgAAAAAAIQAAAAAAIQAAAAADLgAAAAACIQAAAAAAIQAAAAAAUgAAAAADVQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAVQAAAAAAUgAAAAABIQAAAAADLgAAAAADLgAAAAACLgAAAAAAIQAAAAAAUgAAAAAAVQAAAAABLQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAVQAAAAAAUgAAAAAAIQAAAAAAIQAAAAACLgAAAAAAIQAAAAACIQAAAAADUgAAAAAAVQAAAAAA + version: 6 + 1,1: + ind: 1,1 + tiles: LQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAVQAAAAABUgAAAAACUgAAAAADUgAAAAABUgAAAAABUgAAAAADUgAAAAADUgAAAAABVQAAAAADVQAAAAACVQAAAAAAVQAAAAAAVQAAAAABVQAAAAABVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAADVQAAAAADVQAAAAADVQAAAAAAVQAAAAABVQAAAAADVQAAAAABVQAAAAAAbwAAAAADVQAAAAAAMgAAAAAAXAAAAAAAXAAAAAABXAAAAAACMgAAAAAAVQAAAAACXAAAAAACXAAAAAABXAAAAAACXAAAAAACXAAAAAABVQAAAAACdAAAAAAAbwAAAAACbwAAAAACVQAAAAADXAAAAAADXAAAAAADXAAAAAADXAAAAAABXAAAAAADVQAAAAAAXAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAXAAAAAADVQAAAAAAdAAAAAAAbwAAAAACbwAAAAABVQAAAAADXAAAAAAAXAAAAAADXAAAAAABXAAAAAADXAAAAAABVQAAAAABXAAAAAABfQAAAAAAfQAAAAAAfQAAAAAAXAAAAAABVQAAAAAAXAAAAAABXAAAAAABbwAAAAAAVQAAAAAAXAAAAAADXAAAAAADXAAAAAABXAAAAAAAXAAAAAABVQAAAAABXAAAAAACfQAAAAAAfQAAAAAAfQAAAAAAXAAAAAABVQAAAAAAXAAAAAACXAAAAAADbwAAAAAAVQAAAAABMgAAAAAAXAAAAAAAXAAAAAADXAAAAAACMgAAAAAAVQAAAAAAXAAAAAADXAAAAAACXAAAAAABXAAAAAABfQAAAAAAVQAAAAAAXAAAAAACXAAAAAAAVQAAAAACVQAAAAACVQAAAAACVQAAAAACVQAAAAAAVQAAAAADVQAAAAABVQAAAAADVQAAAAADVQAAAAAAVQAAAAABVQAAAAAAVQAAAAABVQAAAAAAVQAAAAABVQAAAAAAawAAAAAAfQAAAAAAawAAAAAAVQAAAAAAawAAAAAAYQAAAAAAYQAAAAABVQAAAAACXAAAAAAAXAAAAAAAXAAAAAAAVQAAAAACXAAAAAAAXAAAAAAAXAAAAAAAVQAAAAABawAAAAAAfQAAAAAAawAAAAAAVQAAAAABawAAAAAAYQAAAAABbAAAAAAAVQAAAAACXAAAAAAAXAAAAAAAXAAAAAAAVQAAAAACXAAAAAAAXAAAAAAAXAAAAAAAVQAAAAABawAAAAAAfQAAAAAAfQAAAAAAVQAAAAAAYQAAAAABYQAAAAAAbAAAAAAAVQAAAAADXAAAAAAAXAAAAAAAXAAAAAAAVQAAAAABXAAAAAAAXAAAAAAAXAAAAAAAVQAAAAAAawAAAAAAfQAAAAAAawAAAAAAVQAAAAACawAAAAAAYQAAAAABbAAAAAAAVQAAAAADVQAAAAAAVQAAAAABVQAAAAACVQAAAAAAVQAAAAABVQAAAAABVQAAAAACVQAAAAADawAAAAAAfQAAAAAAawAAAAAAVQAAAAACawAAAAAAYQAAAAACYQAAAAACVQAAAAADVQAAAAACVQAAAAAAVQAAAAABVQAAAAAAVQAAAAACVQAAAAABVQAAAAADVQAAAAACVQAAAAAAVQAAAAABVQAAAAAAVQAAAAAAVQAAAAABVQAAAAACVQAAAAABVQAAAAABVQAAAAABVQAAAAAAVQAAAAAAVQAAAAADVQAAAAADVQAAAAAAVQAAAAAAVQAAAAADbwAAAAABfQAAAAAAXAAAAAABXAAAAAADXAAAAAACXAAAAAABXAAAAAADXAAAAAAAXAAAAAACXAAAAAAAXAAAAAAAVQAAAAABXAAAAAAAXAAAAAAAZwAAAAAAZwAAAAAAbwAAAAACawAAAAAAXAAAAAABXAAAAAABXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAACXAAAAAADXAAAAAAAXAAAAAABVQAAAAAAXAAAAAAAXAAAAAAAZwAAAAAAZwAAAAAA + version: 6 + -1,2: + ind: -1,2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAC + version: 6 + -1,3: + ind: -1,3 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,2: + ind: 0,2 + tiles: HgAAAAAAHgAAAAACHgAAAAAAfQAAAAAAbwAAAAAAbwAAAAAAXAAAAAADbwAAAAABXAAAAAAAXAAAAAABXAAAAAAAXAAAAAABXAAAAAADVQAAAAACbwAAAAABbwAAAAABVQAAAAAAVQAAAAACVQAAAAADVQAAAAAAVQAAAAABVQAAAAADVQAAAAACVQAAAAABVQAAAAABVQAAAAABVQAAAAABVQAAAAACVQAAAAADVQAAAAABVQAAAAAAVQAAAAAAXAAAAAAAXAAAAAADXAAAAAACXAAAAAABcwAAAAAAcwAAAAAAcwAAAAAAXAAAAAACXAAAAAABXAAAAAAAXAAAAAABVQAAAAABXAAAAAAAXAAAAAABfQAAAAAAfQAAAAAAXAAAAAABXAAAAAABXAAAAAADXAAAAAADdAAAAAAAdAAAAAAAdAAAAAAAXAAAAAADXAAAAAABXAAAAAACXAAAAAACVQAAAAAAXAAAAAACdAAAAAADdAAAAAACfQAAAAAAXAAAAAADXAAAAAAAXAAAAAACXAAAAAADcwAAAAAAcwAAAAAAcwAAAAAAXAAAAAABXAAAAAADXAAAAAABXAAAAAABVQAAAAADXAAAAAABXAAAAAAAXAAAAAAAXAAAAAADVQAAAAADVQAAAAACVQAAAAAAVQAAAAACVQAAAAABVQAAAAADVQAAAAAAVQAAAAABVQAAAAADVQAAAAACVQAAAAACVQAAAAACVQAAAAACVQAAAAABVQAAAAADVQAAAAABXAAAAAACXAAAAAACXAAAAAACXAAAAAADXAAAAAACXAAAAAADXAAAAAADVQAAAAABXAAAAAAAXAAAAAABXAAAAAAAXAAAAAABXAAAAAABXAAAAAAAXAAAAAACVQAAAAADXAAAAAADXAAAAAAAXAAAAAADXAAAAAAAXAAAAAAAXAAAAAACXAAAAAACVQAAAAABXAAAAAACXAAAAAACMQAAAAACMQAAAAABMQAAAAABXAAAAAAAXAAAAAADVQAAAAADXAAAAAACXAAAAAABXAAAAAACXAAAAAACXAAAAAAAXAAAAAADXAAAAAABVQAAAAADXAAAAAACXAAAAAACXAAAAAABXAAAAAABXAAAAAABXAAAAAADXAAAAAADVQAAAAAAVQAAAAABVQAAAAAAVQAAAAADVQAAAAACVQAAAAADVQAAAAADVQAAAAAAVQAAAAADVQAAAAADVQAAAAAAVQAAAAABVQAAAAACVQAAAAADVQAAAAADVQAAAAABVQAAAAADXAAAAAADXAAAAAAAXAAAAAADbwAAAAADLQAAAAAALQAAAAAALQAAAAAAVQAAAAADfQAAAAAAHgAAAAAAHgAAAAABHgAAAAADHgAAAAACHgAAAAACHgAAAAAAVQAAAAABXAAAAAADXAAAAAAAXAAAAAACbwAAAAADLQAAAAAALQAAAAAALQAAAAAAVQAAAAAAfQAAAAAAfQAAAAAAHgAAAAABHgAAAAABHgAAAAAAfQAAAAAAfQAAAAAAVQAAAAACXAAAAAAAXAAAAAADXAAAAAAAbwAAAAACLQAAAAAALQAAAAAALQAAAAAAVQAAAAABXAAAAAABbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAXAAAAAADVQAAAAADXAAAAAACXAAAAAABXAAAAAABbwAAAAADbwAAAAADbwAAAAABbwAAAAACVQAAAAABXAAAAAABbAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAbAAAAAAAXAAAAAADVQAAAAACXAAAAAABXAAAAAADXAAAAAABbwAAAAADcAAAAAACcAAAAAAAcAAAAAABVQAAAAAAXAAAAAABbAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAbAAAAAAAXAAAAAACVQAAAAADbwAAAAAAeAAAAAAAeAAAAAACbwAAAAACcAAAAAADcAAAAAADcAAAAAAAVQAAAAAAXAAAAAAAbQAAAAACbAAAAAAAbQAAAAAAbAAAAAAAbQAAAAADXAAAAAABVQAAAAAD + version: 6 + 0,3: + ind: 0,3 + tiles: dAAAAAAAdAAAAAABdAAAAAABbwAAAAABdAAAAAABdAAAAAABdAAAAAACVQAAAAACXAAAAAAAXAAAAAADXAAAAAADXAAAAAAAXAAAAAADXAAAAAADXAAAAAAAVQAAAAABVQAAAAAAVQAAAAADVQAAAAABVQAAAAACVQAAAAABVQAAAAADVQAAAAAAVQAAAAADVQAAAAACVQAAAAABVQAAAAADVQAAAAABVQAAAAAAVQAAAAAAVQAAAAABVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,2: + ind: 1,2 + tiles: bwAAAAABfQAAAAAAXAAAAAAAXAAAAAACXAAAAAACXAAAAAAAXAAAAAADXAAAAAACXAAAAAACXAAAAAACXAAAAAADVQAAAAAAXAAAAAAAXAAAAAAAZwAAAAAAXAAAAAAAVQAAAAAAVQAAAAADVQAAAAABVQAAAAADVQAAAAADVQAAAAAAVQAAAAACVQAAAAACVQAAAAAAVQAAAAADVQAAAAADVQAAAAACVQAAAAACVQAAAAADVQAAAAABVQAAAAACfQAAAAAAfQAAAAAAfQAAAAAAXAAAAAADXAAAAAACXAAAAAADXAAAAAACVQAAAAABMAAAAAAAXAAAAAAAXAAAAAAAXAAAAAACXAAAAAADXAAAAAACXAAAAAADXAAAAAAAdAAAAAACfQAAAAAAfQAAAAAAfQAAAAAAdAAAAAACfQAAAAAAXAAAAAADVQAAAAABbwAAAAACXAAAAAADXAAAAAAAXAAAAAADXAAAAAABXAAAAAAAXAAAAAADXAAAAAADfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAXAAAAAACXAAAAAABXAAAAAAAVQAAAAABMAAAAAAAXAAAAAABXAAAAAADXAAAAAAAXAAAAAAAXAAAAAADXAAAAAAAXAAAAAAAVQAAAAADVQAAAAACVQAAAAAAVQAAAAABVQAAAAADVQAAAAAAVQAAAAAAVQAAAAACVQAAAAADVQAAAAADVQAAAAADVQAAAAAAVQAAAAABVQAAAAADVQAAAAABVQAAAAADXAAAAAAAXAAAAAACXAAAAAACXAAAAAADXAAAAAADXAAAAAADXAAAAAAAVQAAAAABfQAAAAAAbAAAAAAAbAAAAAAAfQAAAAAAbAAAAAAAbAAAAAAAfQAAAAAAVQAAAAADXAAAAAACXAAAAAADXAAAAAACXAAAAAACXAAAAAAAXAAAAAADXAAAAAADVQAAAAABfQAAAAAAbAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAbAAAAAAAfQAAAAAAVQAAAAAAXAAAAAACXAAAAAABXAAAAAADXAAAAAAAXAAAAAABXAAAAAAAXAAAAAADVQAAAAAAfQAAAAAAbAAAAAAAbAAAAAAAfQAAAAAAbAAAAAAAbAAAAAAAfQAAAAAAVQAAAAADVQAAAAAAVQAAAAABVQAAAAABVQAAAAADVQAAAAAAVQAAAAADVQAAAAADVQAAAAADVQAAAAADVQAAAAABVQAAAAAAVQAAAAADVQAAAAADVQAAAAADVQAAAAADVQAAAAADeQAAAAAAeQAAAAAAeQAAAAACeQAAAAAAeQAAAAADeQAAAAACeQAAAAAAVQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAABeQAAAAADeQAAAAACeQAAAAABeQAAAAAAeQAAAAABeQAAAAACVQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAADeQAAAAABeQAAAAAAeQAAAAAAeQAAAAACeQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAABeQAAAAACeQAAAAABDgAAAAAADgAAAAAADgAAAAADDgAAAAABVQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAACeQAAAAABeQAAAAACDgAAAAADDgAAAAABDgAAAAACDgAAAAABVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAADewAAAAACeQAAAAACDgAAAAADDgAAAAAADgAAAAAADgAAAAADVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,3: + ind: 1,3 + tiles: fQAAAAAAfQAAAAAAfQAAAAAADgAAAAADDgAAAAACDgAAAAABDgAAAAADVQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAADVQAAAAAAVQAAAAACVQAAAAABVQAAAAABVQAAAAAAVQAAAAABVQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 2,0: + ind: 2,0 + tiles: LQAAAAAALQAAAAAAXAAAAAACVQAAAAADeQAAAAAAeQAAAAAAeQAAAAADXAAAAAACJwAAAAACJwAAAAADJwAAAAAAXAAAAAADXAAAAAABXAAAAAAAXAAAAAABXAAAAAADLQAAAAAALQAAAAAAXAAAAAAAVQAAAAABXAAAAAAAXAAAAAAAXAAAAAADXAAAAAAAXAAAAAACXAAAAAABXAAAAAAAXAAAAAABXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAABTgAAAAAAXAAAAAADXAAAAAADVQAAAAAAXAAAAAABXAAAAAABXAAAAAAAXAAAAAAAXAAAAAABXAAAAAAAXAAAAAABXAAAAAADXAAAAAACXAAAAAACXAAAAAADXAAAAAACbwAAAAADbwAAAAACXAAAAAACVQAAAAABXAAAAAADXAAAAAADXAAAAAACXAAAAAADXAAAAAAAXAAAAAACXAAAAAACXAAAAAACZwAAAAAAXAAAAAABZwAAAAAAXAAAAAACbwAAAAACfQAAAAAAXAAAAAACVQAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAXAAAAAADfQAAAAAAfQAAAAAAfQAAAAAAXAAAAAACZwAAAAADXAAAAAAAZwAAAAACXAAAAAADVQAAAAACVQAAAAAAVQAAAAAAVQAAAAACVQAAAAADVQAAAAAAVQAAAAADVQAAAAAAVQAAAAACVQAAAAACVQAAAAAAVQAAAAACVQAAAAADVQAAAAAAVQAAAAAAVQAAAAAAawAAAAAAawAAAAAAawAAAAAAVQAAAAABVQAAAAACVQAAAAAAVQAAAAABVQAAAAABVQAAAAACVQAAAAADVQAAAAABVQAAAAADVQAAAAABVQAAAAABVQAAAAADVQAAAAACHgAAAAACXAAAAAADawAAAAAAVQAAAAAAVQAAAAADVQAAAAACVQAAAAADVQAAAAABVQAAAAABVQAAAAACVQAAAAAAVQAAAAABVQAAAAACVQAAAAAAVQAAAAADVQAAAAACHgAAAAABXAAAAAADawAAAAAAVQAAAAAAVQAAAAACVQAAAAABVQAAAAACVQAAAAADVQAAAAADVQAAAAABVQAAAAAAVQAAAAADVQAAAAAAVQAAAAADVQAAAAADVQAAAAAAHgAAAAADXAAAAAAAawAAAAAAVQAAAAADVQAAAAABVQAAAAADVQAAAAADVQAAAAABVQAAAAADVQAAAAACVQAAAAACVQAAAAACVQAAAAABVQAAAAACVQAAAAACVQAAAAABawAAAAAAawAAAAAAawAAAAAAVQAAAAAAVQAAAAAAVQAAAAADVQAAAAADVQAAAAAAVQAAAAABVQAAAAADVQAAAAAAVQAAAAACVQAAAAAAVQAAAAACVQAAAAADVQAAAAACVQAAAAADVQAAAAABVQAAAAAAVQAAAAACVQAAAAABVQAAAAAAVQAAAAACVQAAAAACVQAAAAABVQAAAAADVQAAAAAAVQAAAAADVQAAAAADVQAAAAADVQAAAAABVQAAAAABXAAAAAABXAAAAAADXAAAAAACbwAAAAADbwAAAAAAbwAAAAACbwAAAAAAVQAAAAABIwAAAAACHgAAAAADIwAAAAACHgAAAAAAIwAAAAACHgAAAAACIwAAAAACVQAAAAADXAAAAAABXAAAAAACXAAAAAACbwAAAAABbwAAAAABbwAAAAADbwAAAAACVQAAAAAAIwAAAAADHgAAAAABIwAAAAACHgAAAAADIwAAAAACHgAAAAADIwAAAAAAVQAAAAAAHgAAAAACHgAAAAABXAAAAAACXAAAAAABXAAAAAABbwAAAAADbwAAAAABVQAAAAAAHgAAAAABHgAAAAADHgAAAAABHgAAAAAAHgAAAAABHgAAAAADHgAAAAACVQAAAAAAawAAAAAAHgAAAAACXAAAAAACXAAAAAABXAAAAAACbwAAAAAAbwAAAAAAVQAAAAAAIwAAAAADHgAAAAABIwAAAAADHgAAAAAAIwAAAAACHgAAAAAAIwAAAAABVQAAAAAC + version: 6 + 3,0: + ind: 3,0 + tiles: PwAAAAAAPwAAAAAAPwAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAADVQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAXAAAAAAAXAAAAAABXAAAAAAAXAAAAAABXAAAAAADXAAAAAABVQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAXAAAAAADXAAAAAABXAAAAAABXAAAAAACXAAAAAACXAAAAAAAVQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAADXAAAAAACXAAAAAACXAAAAAACXAAAAAAAXAAAAAADXAAAAAACVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAACeQAAAAADeQAAAAADXAAAAAADJwAAAAABJwAAAAABJwAAAAADVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAADVQAAAAAAVQAAAAACVQAAAAACVQAAAAADVQAAAAACVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAADVQAAAAADVQAAAAABVQAAAAADVQAAAAADVQAAAAADVQAAAAABVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAABVQAAAAABVQAAAAABVQAAAAABVQAAAAAAVQAAAAABVQAAAAADVQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAADVQAAAAACVQAAAAAAVQAAAAACVQAAAAABVQAAAAACVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAADVQAAAAADVQAAAAACVQAAAAABVQAAAAACVQAAAAAAVQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAADVQAAAAABVQAAAAABVQAAAAACVQAAAAADVQAAAAACVQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAADVQAAAAAAVQAAAAADVQAAAAADVQAAAAAAVQAAAAAAVQAAAAACVQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAABVQAAAAABVQAAAAADVQAAAAADVQAAAAACVQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAACVQAAAAABVQAAAAADVQAAAAACVQAAAAABVQAAAAABVQAAAAAAVQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAADVQAAAAABVQAAAAADVQAAAAABVQAAAAAAVQAAAAACVQAAAAACVQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAABVQAAAAADVQAAAAACVQAAAAADVQAAAAABVQAAAAADVQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 2,-1: + ind: 2,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAABVQAAAAADVQAAAAABVQAAAAAAVQAAAAADVQAAAAABVQAAAAAAVQAAAAADVQAAAAACVQAAAAACVQAAAAADVQAAAAAD + version: 6 + 3,-1: + ind: 3,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAACVQAAAAABVQAAAAAAVQAAAAABVQAAAAABVQAAAAADVQAAAAACVQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 3,1: + ind: 3,1 + tiles: VQAAAAAAVQAAAAAAVQAAAAAAVQAAAAADVQAAAAABVQAAAAABVQAAAAADVQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAADVQAAAAACVQAAAAAAVQAAAAAAVQAAAAADVQAAAAABVQAAAAACVQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAABVQAAAAACVQAAAAACVQAAAAACVQAAAAADVQAAAAACVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAACVQAAAAAAVQAAAAABVQAAAAACVQAAAAAAVQAAAAADVQAAAAADVQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAADVQAAAAACVQAAAAABVQAAAAADVQAAAAACVQAAAAABVQAAAAACVQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAABVQAAAAABVQAAAAAAVQAAAAABVQAAAAABVQAAAAAAVQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAACVQAAAAAAVQAAAAABVQAAAAADVQAAAAABVQAAAAAAVQAAAAAAVQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAABVQAAAAADVQAAAAABVQAAAAADVQAAAAADVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAABVQAAAAAAVQAAAAADVQAAAAACVQAAAAABVQAAAAAAVQAAAAACVQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAABVQAAAAACVQAAAAAAVQAAAAAAVQAAAAADVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAABVQAAAAAAVQAAAAABVQAAAAADVQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAABVQAAAAAAVQAAAAACVQAAAAAAVQAAAAADVQAAAAABVQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAADVQAAAAACVQAAAAACVQAAAAABVQAAAAABVQAAAAACVQAAAAADVQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAACVQAAAAABVQAAAAADVQAAAAACVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAACVQAAAAABVQAAAAADVQAAAAADVQAAAAABVQAAAAABVQAAAAADVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAABVQAAAAADVQAAAAABVQAAAAADVQAAAAABVQAAAAABVQAAAAAAVQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 3,2: + ind: 3,2 + tiles: VQAAAAABVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAABVQAAAAADVQAAAAACVQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAADVQAAAAACVQAAAAABVQAAAAABVQAAAAADVQAAAAAAVQAAAAAAVQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAADVQAAAAABVQAAAAABVQAAAAACVQAAAAADVQAAAAADVQAAAAADVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAACVQAAAAAAVQAAAAADVQAAAAADVQAAAAACVQAAAAADVQAAAAABVQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAACVQAAAAACVQAAAAABVQAAAAAAVQAAAAABVQAAAAADVQAAAAABVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAACVQAAAAACVQAAAAAAVQAAAAAAVQAAAAADVQAAAAAAVQAAAAAAVQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAACVQAAAAAAVQAAAAACVQAAAAABVQAAAAACVQAAAAABVQAAAAADVQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAADVQAAAAADVQAAAAACVQAAAAADVQAAAAACVQAAAAAAVQAAAAADVQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAACVQAAAAAAVQAAAAACVQAAAAADVQAAAAAAVQAAAAABVQAAAAAAVQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAABVQAAAAADVQAAAAAAVQAAAAAAVQAAAAADVQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 2,2: + ind: 2,2 + tiles: XAAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAZwAAAAAAXAAAAAAAXAAAAAAAVQAAAAACVQAAAAADVQAAAAACVQAAAAAAVQAAAAACVQAAAAAAVQAAAAACVQAAAAABVQAAAAADVQAAAAADVQAAAAABVQAAAAABVQAAAAAAVQAAAAABVQAAAAAAVQAAAAAAVQAAAAABVQAAAAAAVQAAAAABVQAAAAADVQAAAAADVQAAAAABVQAAAAADXAAAAAACXAAAAAADMAAAAAAAVQAAAAADVQAAAAAAVQAAAAADVQAAAAACVQAAAAADVQAAAAABVQAAAAABVQAAAAAAVQAAAAABVQAAAAABVQAAAAACVQAAAAACVQAAAAABXAAAAAAAXAAAAAADbwAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAACVQAAAAAAVQAAAAADVQAAAAAAVQAAAAABVQAAAAABVQAAAAADVQAAAAADVQAAAAABVQAAAAABXAAAAAABXAAAAAADMAAAAAAAVQAAAAACVQAAAAAAVQAAAAADVQAAAAADVQAAAAACVQAAAAACVQAAAAADVQAAAAACVQAAAAABVQAAAAADVQAAAAABVQAAAAABVQAAAAACVQAAAAAAVQAAAAADVQAAAAABVQAAAAABVQAAAAABVQAAAAAAVQAAAAABVQAAAAACVQAAAAACVQAAAAADVQAAAAAAVQAAAAABVQAAAAADVQAAAAADVQAAAAACVQAAAAABawAAAAAAawAAAAAAawAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAVQAAAAADHgAAAAADHgAAAAACHgAAAAABHgAAAAACHgAAAAABHgAAAAADHgAAAAABVQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAVQAAAAACHgAAAAAAHgAAAAAAHgAAAAACHgAAAAABHgAAAAABHgAAAAACHgAAAAADVQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAawAAAAAAawAAAAAAawAAAAAAVQAAAAAAIwAAAAAAIwAAAAAAHgAAAAACHgAAAAADHgAAAAACHgAAAAABHgAAAAACVQAAAAAAVQAAAAACVQAAAAADVQAAAAACVQAAAAADVQAAAAADVQAAAAACVQAAAAADVQAAAAAAVQAAAAACVQAAAAABVQAAAAAAVQAAAAABVQAAAAACVQAAAAACVQAAAAADVQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 2,1: + ind: 2,1 + tiles: awAAAAAAawAAAAAAfQAAAAAAXAAAAAABXAAAAAABbwAAAAADbwAAAAADVQAAAAABIwAAAAADHgAAAAADIwAAAAACHgAAAAAAIwAAAAACHgAAAAACIwAAAAADVQAAAAADVQAAAAADVQAAAAAAVQAAAAABVQAAAAADVQAAAAAAVQAAAAADVQAAAAADVQAAAAACVQAAAAADVQAAAAADVQAAAAABVQAAAAACVQAAAAAAVQAAAAAAVQAAAAABVQAAAAADbwAAAAADIwAAAAACIwAAAAAAVQAAAAADVQAAAAABVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAABVQAAAAACVQAAAAACVQAAAAABVQAAAAAAVQAAAAABVQAAAAADbwAAAAAAIwAAAAACIwAAAAABVQAAAAAAVQAAAAACVQAAAAACVQAAAAAAVQAAAAAAVQAAAAABVQAAAAACVQAAAAADVQAAAAACVQAAAAABVQAAAAABVQAAAAADVQAAAAABbwAAAAADbwAAAAAAbwAAAAABVQAAAAAAVQAAAAACVQAAAAADVQAAAAACVQAAAAAAVQAAAAABVQAAAAACVQAAAAADVQAAAAADVQAAAAABVQAAAAACVQAAAAABVQAAAAACbwAAAAAALQAAAAAALQAAAAAAVQAAAAABVQAAAAABVQAAAAADVQAAAAABVQAAAAAAVQAAAAACVQAAAAAAVQAAAAACVQAAAAABVQAAAAACVQAAAAACVQAAAAABVQAAAAACbwAAAAACLQAAAAAALQAAAAAAVQAAAAAAVQAAAAABVQAAAAAAVQAAAAACVQAAAAACVQAAAAAAVQAAAAADVQAAAAACVQAAAAACVQAAAAABVQAAAAABVQAAAAADVQAAAAAAVQAAAAACVQAAAAACVQAAAAADVQAAAAABVQAAAAADVQAAAAAAVQAAAAABVQAAAAADVQAAAAAAVQAAAAADVQAAAAADVQAAAAACVQAAAAAAVQAAAAACVQAAAAABVQAAAAADVQAAAAACVQAAAAAAVQAAAAABVQAAAAADVQAAAAABVQAAAAACVQAAAAAAVQAAAAAAVQAAAAACVQAAAAABVQAAAAADVQAAAAABVQAAAAADVQAAAAAAVQAAAAAAVQAAAAADVQAAAAAAVQAAAAABVQAAAAACVQAAAAACVQAAAAABVQAAAAABVQAAAAAAVQAAAAAAVQAAAAABVQAAAAADVQAAAAAAVQAAAAABVQAAAAADVQAAAAACVQAAAAADVQAAAAACVQAAAAAAVQAAAAACVQAAAAABVQAAAAADVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAADVQAAAAADVQAAAAABVQAAAAAAVQAAAAABVQAAAAAAVQAAAAAAVQAAAAADVQAAAAAAVQAAAAADVQAAAAADVQAAAAABVQAAAAAAVQAAAAACVQAAAAACVQAAAAABVQAAAAAAVQAAAAACVQAAAAACVQAAAAAAVQAAAAAAVQAAAAADVQAAAAAAVQAAAAACVQAAAAADVQAAAAABVQAAAAACVQAAAAACVQAAAAAAVQAAAAAAVQAAAAABVQAAAAACVQAAAAADVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAABVQAAAAABVQAAAAAAVQAAAAAAVQAAAAABVQAAAAACVQAAAAACVQAAAAACVQAAAAABVQAAAAAAVQAAAAABVQAAAAACVQAAAAACVQAAAAABVQAAAAACVQAAAAADVQAAAAADVQAAAAACVQAAAAADVQAAAAACVQAAAAABZwAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAXAAAAAAAXAAAAAAAVQAAAAABVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAADVQAAAAABVQAAAAAAZwAAAAAAZwAAAAAAXAAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAXAAAAAAAXAAAAAAAVQAAAAACVQAAAAADVQAAAAACVQAAAAADVQAAAAABVQAAAAABVQAAAAAB + version: 6 + - type: GridPathfinding + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: + - node: + color: '#FFFFFFFF' + id: Bot + decals: + 244: 0,6 + 245: 0,7 + 246: 7,10 + 247: 8,10 + 248: 9,10 + 479: 14,28 + 480: 14,27 + 481: 14,25 + 482: 14,24 + 483: 40,40 + 484: 41,40 + 486: 46,40 + 555: 40,16 + 556: 40,15 + 557: 42,15 + 558: 42,16 + 559: 44,16 + 560: 44,15 + 561: 46,15 + 562: 46,16 + 563: 46,13 + 564: 46,12 + 565: 44,12 + 566: 44,13 + 567: 42,13 + 568: 42,12 + 569: 40,12 + 570: 40,13 + 611: 4,28 + 612: 4,27 + 627: 46,4 + 628: 46,3 + 629: 44,3 + 630: 44,4 + 1238: 42,38 + 1239: 3,6 + 1240: 3,7 + - node: + color: '#467B41FF' + id: BotGreyscale + decals: + 697: 30,18 + 712: 29,4 + 713: 28,4 + 755: 29,4 + 756: 28,4 + 764: 13,4 + 765: 14,4 + 766: 15,4 + 1159: 8,30 + 1160: 4,32 + 1211: 4,35 + 1212: 6,35 + - node: + angle: 1.5707963267948966 rad + color: '#467B41FF' + id: BotGreyscale + decals: + 1049: 14,28 + 1050: 14,27 + 1051: 14,25 + 1052: 14,24 + 1053: 12,25 + 1054: 12,27 + - node: + color: '#639137FF' + id: BotGreyscale + decals: + 399: 0,4 + 491: 0,48 + 492: 1,48 + 493: 2,48 + 516: 4,48 + 517: 5,48 + 518: 6,48 + - node: + color: '#7B7B3FFF' + id: BotGreyscale + decals: + 899: 40,30 + 900: 28,30 + 911: 40,30 + 912: 28,30 + - node: + color: '#9FED5896' + id: BotGreyscale + decals: + 434: 19,6 + 435: 20,6 + - node: + color: '#B8B873FF' + id: BotGreyscale + decals: + 905: 40,30 + 906: 28,30 + - node: + color: '#F9801DFF' + id: BotGreyscale + decals: + 402: 6,16 + 403: 5,16 + 404: 4,16 + - node: + color: '#FFFFFFFF' + id: BotLeft + decals: + 485: 41,38 + - node: + cleanable: True + color: '#FFFFFFFF' + id: BotLeft + decals: + 224: 14,42 + - node: + color: '#467B41FF' + id: BotLeftGreyscale + decals: + 767: 13,3 + 768: 14,3 + 769: 15,3 + - node: + angle: 4.71238898038469 rad + color: '#7B7B3FFF' + id: BotLeftGreyscale + decals: + 915: 37,30 + 916: 36,30 + 917: 36,31 + 918: 35,31 + 919: 31,30 + 920: 32,30 + 921: 32,31 + 922: 33,31 + - node: + color: '#FFFFFFFF' + id: Box + decals: + 401: 13,1 + - node: + color: '#467B41FF' + id: BoxGreyscale + decals: + 761: 30,1 + 762: 22,1 + 763: 15,0 + 1213: 5,35 + - node: + color: '#7B7B3FFF' + id: BoxGreyscale + decals: + 901: 39,30 + 902: 29,30 + - node: + color: '#B8B873FF' + id: BoxGreyscale + decals: + 903: 29,30 + 904: 39,30 + - node: + color: '#BC863FFF' + id: BrickEndOverlayN + decals: + 571: 41,16 + 572: 45,16 + - node: + color: '#BC863FFF' + id: BrickEndOverlayS + decals: + 573: 45,12 + 574: 41,12 + - node: + color: '#BC863FFF' + id: BrickLineOverlayE + decals: + 579: 41,15 + 580: 45,15 + 581: 45,13 + 582: 43,15 + 583: 43,13 + 586: 41,13 + 597: 43,16 + 598: 43,12 + - node: + color: '#BC863FFF' + id: BrickLineOverlayN + decals: + 587: 44,14 + 588: 42,14 + 591: 40,14 + 592: 46,14 + - node: + color: '#BC863FFF' + id: BrickLineOverlayS + decals: + 589: 42,14 + 590: 44,14 + 593: 46,14 + 594: 40,14 + - node: + color: '#BC863FFF' + id: BrickLineOverlayW + decals: + 575: 41,13 + 576: 45,13 + 577: 45,15 + 578: 41,15 + 584: 43,13 + 585: 43,15 + 595: 43,16 + 596: 43,12 + - node: + color: '#835432FF' + id: BrickTileDarkInnerNw + decals: + 537: 18,46 + - node: + color: '#835432FF' + id: BrickTileDarkLineN + decals: + 535: 17,46 + 536: 16,46 + - node: + color: '#835432FF' + id: BrickTileDarkLineW + decals: + 534: 18,47 + - node: + color: '#9FED58FF' + id: BrickTileSteelCornerNe + decals: + 511: 2,46 + 521: 6,48 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelCornerNe + decals: + 139: 11,31 + 343: 38,16 + - node: + color: '#9FED58FF' + id: BrickTileSteelCornerNw + decals: + 509: 0,46 + 522: 4,48 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelCornerNw + decals: + 341: 35,13 + 342: 37,16 + - node: + color: '#9FED58FF' + id: BrickTileSteelCornerSe + decals: + 512: 2,42 + 520: 6,46 + - node: + color: '#B3B3B3FF' + id: BrickTileSteelCornerSe + decals: + 635: 46,0 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelCornerSe + decals: + 344: 38,12 + - node: + color: '#9FED58FF' + id: BrickTileSteelCornerSw + decals: + 505: 0,42 + 519: 4,46 + - node: + color: '#B3B3B3FF' + id: BrickTileSteelCornerSw + decals: + 636: 44,0 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelCornerSw + decals: + 142: 1,31 + 345: 35,12 + - node: + color: '#B3B3B3FF' + id: BrickTileSteelEndE + decals: + 644: 53,2 + - node: + color: '#B3B3B3FF' + id: BrickTileSteelEndN + decals: + 669: 45,3 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelEndN + decals: + 271: 1,7 + 272: 4,7 + - node: + color: '#B3B3B3FF' + id: BrickTileSteelEndW + decals: + 668: 37,2 + - node: + color: '#B3B3B3FF' + id: BrickTileSteelInnerNe + decals: + 671: 45,2 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelInnerNe + decals: + 141: 11,30 + 235: 13,19 + - node: + color: '#B3B3B3FF' + id: BrickTileSteelInnerNw + decals: + 670: 45,2 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelInnerNw + decals: + 234: 15,19 + 346: 37,13 + - node: + color: '#B3B3B3FF' + id: BrickTileSteelInnerSe + decals: + 666: 46,2 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelInnerSe + decals: + 233: 13,21 + - node: + color: '#B3B3B3FF' + id: BrickTileSteelInnerSw + decals: + 667: 44,2 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelInnerSw + decals: + 143: 1,32 + 232: 15,21 + - node: + color: '#9FED58FF' + id: BrickTileSteelLineE + decals: + 513: 2,43 + 514: 2,44 + 515: 2,45 + 525: 6,47 + - node: + color: '#B3B3B3FF' + id: BrickTileSteelLineE + decals: + 637: 46,1 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelLineE + decals: + 229: 13,20 + 273: 4,6 + 274: 1,6 + 350: 38,13 + 351: 38,14 + 352: 38,15 + - node: + color: '#9FED58FF' + id: BrickTileSteelLineN + decals: + 510: 1,46 + 523: 5,48 + - node: + color: '#B3B3B3FF' + id: BrickTileSteelLineN + decals: + 645: 52,2 + 646: 51,2 + 647: 50,2 + 648: 49,2 + 649: 48,2 + 650: 47,2 + 651: 46,2 + 652: 44,2 + 653: 43,2 + 654: 42,2 + 655: 41,2 + 656: 40,2 + 657: 39,2 + 658: 38,2 + - node: + color: '#FF9821FF' + id: BrickTileSteelLineN + decals: + 622: 33,16 + 623: 32,16 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelLineN + decals: + 137: 9,31 + 138: 10,31 + 140: 12,30 + 347: 36,13 + 1098: 14,19 + - node: + color: '#9FED58FF' + id: BrickTileSteelLineS + decals: + 506: 1,42 + 526: 5,46 + - node: + color: '#B3B3B3FF' + id: BrickTileSteelLineS + decals: + 638: 47,2 + 639: 48,2 + 640: 49,2 + 641: 50,2 + 642: 51,2 + 643: 52,2 + 659: 38,2 + 660: 39,2 + 661: 40,2 + 662: 41,2 + 663: 42,2 + 664: 43,2 + - node: + color: '#FF9821FF' + id: BrickTileSteelLineS + decals: + 624: 33,14 + 625: 32,14 + 626: 32,14 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelLineS + decals: + 144: 3,31 + 145: 2,31 + 146: 0,32 + 231: 14,21 + 353: 37,12 + 354: 36,12 + - node: + color: '#9FED58FF' + id: BrickTileSteelLineW + decals: + 507: 0,43 + 508: 0,44 + 524: 4,47 + - node: + color: '#B3B3B3FF' + id: BrickTileSteelLineW + decals: + 665: 44,1 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelLineW + decals: + 230: 15,20 + 275: 4,6 + 276: 1,6 + 348: 37,14 + 349: 37,15 + - node: + color: '#467B41FF' + id: BrickTileWhiteCornerNe + decals: + 810: 22,16 + 834: 6,40 + 835: 14,40 + 948: 26,32 + 973: 16,32 + 980: 33,36 + 1079: 16,22 + 1090: 15,21 + 1111: 30,26 + 1112: 26,26 + 1131: 21,22 + 1134: 22,21 + 1140: 11,31 + 1196: 10,36 + 1215: 22,36 + - node: + color: '#52B4E9FF' + id: BrickTileWhiteCornerNe + decals: + 544: 6,28 + - node: + color: '#7B7B3FFF' + id: BrickTileWhiteCornerNe + decals: + 871: 22,40 + 882: 40,32 + 889: 30,32 + 1056: 14,16 + 1122: 30,26 + - node: + color: '#D381C996' + id: BrickTileWhiteCornerNe + decals: + 149: 11,31 + 238: 15,21 + - node: + color: '#F9801DFF' + id: BrickTileWhiteCornerNe + decals: + 419: 6,16 + - node: + color: '#FFA647FF' + id: BrickTileWhiteCornerNe + decals: + 1033: 22,28 + - node: + color: '#FFFFFFFF' + id: BrickTileWhiteCornerNe + decals: + 62: 22,36 + 106: 33,36 + 176: 26,32 + - node: + color: '#467B41FF' + id: BrickTileWhiteCornerNw + decals: + 772: 8,16 + 811: 16,16 + 844: 0,40 + 845: 8,40 + 950: 18,32 + 971: 14,32 + 981: 25,36 + 1080: 12,22 + 1091: 13,21 + 1113: 24,26 + 1114: 28,26 + 1132: 19,22 + 1133: 18,21 + 1152: 7,30 + 1163: 0,36 + 1214: 12,36 + - node: + color: '#52B4E9FF' + id: BrickTileWhiteCornerNw + decals: + 545: 4,28 + - node: + color: '#7B7B3FFF' + id: BrickTileWhiteCornerNw + decals: + 876: 16,40 + 879: 28,32 + 887: 38,32 + 1058: 8,16 + 1121: 28,26 + - node: + color: '#D381C996' + id: BrickTileWhiteCornerNw + decals: + 237: 13,21 + - node: + color: '#EFB34196' + id: BrickTileWhiteCornerNw + decals: + 297: 24,22 + - node: + color: '#F9801DFF' + id: BrickTileWhiteCornerNw + decals: + 412: 0,16 + - node: + color: '#FFFFFFFF' + id: BrickTileWhiteCornerNw + decals: + 61: 12,36 + 105: 25,36 + 175: 18,32 + - node: + color: '#467B41FF' + id: BrickTileWhiteCornerSe + decals: + 770: 14,12 + 812: 22,12 + 846: 14,38 + 847: 6,38 + 949: 26,30 + 974: 16,30 + 988: 33,34 + 1085: 16,18 + 1093: 15,19 + 1117: 30,24 + 1118: 26,24 + 1137: 21,18 + 1138: 22,19 + 1151: 5,32 + 1203: 10,34 + 1216: 22,34 + - node: + color: '#52B4E9FF' + id: BrickTileWhiteCornerSe + decals: + 550: 6,24 + - node: + color: '#7B7B3FFF' + id: BrickTileWhiteCornerSe + decals: + 883: 40,30 + 890: 30,30 + 1057: 14,12 + 1119: 30,24 + - node: + color: '#D381C996' + id: BrickTileWhiteCornerSe + decals: + 239: 15,19 + - node: + color: '#FFA647FF' + id: BrickTileWhiteCornerSe + decals: + 1034: 22,24 + - node: + color: '#FFFFFFFF' + id: BrickTileWhiteCornerSe + decals: + 67: 22,34 + 104: 33,34 + 177: 26,30 + - node: + color: '#467B41FF' + id: BrickTileWhiteCornerSw + decals: + 771: 8,12 + 813: 16,12 + 848: 8,38 + 849: 0,38 + 951: 18,30 + 970: 14,30 + 995: 25,34 + 1092: 13,19 + 1115: 28,24 + 1116: 24,24 + 1135: 18,19 + 1136: 19,18 + 1143: 1,31 + 1170: 0,34 + 1217: 12,34 + - node: + color: '#52B4E9FF' + id: BrickTileWhiteCornerSw + decals: + 543: 4,24 + - node: + color: '#7B7B3FFF' + id: BrickTileWhiteCornerSw + decals: + 884: 28,30 + 888: 38,30 + 1055: 8,12 + 1120: 28,24 + - node: + color: '#D381C996' + id: BrickTileWhiteCornerSw + decals: + 156: 1,31 + 240: 13,19 + - node: + color: '#EFB34196' + id: BrickTileWhiteCornerSw + decals: + 301: 24,18 + - node: + color: '#F9801DFF' + id: BrickTileWhiteCornerSw + decals: + 409: 0,12 + - node: + color: '#FFFFFFFF' + id: BrickTileWhiteCornerSw + decals: + 68: 12,34 + 107: 25,34 + 178: 18,30 + - node: + color: '#467B41FF' + id: BrickTileWhiteEndN + decals: + 1149: 5,30 + - node: + color: '#7B7B3FFF' + id: BrickTileWhiteEndN + decals: + 938: 35,30 + 939: 33,30 + - node: + color: '#467B41FF' + id: BrickTileWhiteEndS + decals: + 1150: 7,32 + - node: + color: '#467B41FF' + id: BrickTileWhiteInnerNe + decals: + 1031: 21,21 + 1148: 11,30 + - node: + color: '#BC863FFF' + id: BrickTileWhiteInnerNe + decals: + 604: 45,14 + 605: 43,14 + 606: 41,14 + - node: + color: '#D381C996' + id: BrickTileWhiteInnerNe + decals: + 151: 11,30 + 288: 21,21 + - node: + color: '#467B41FF' + id: BrickTileWhiteInnerNw + decals: + 1030: 19,21 + - node: + color: '#BC863FFF' + id: BrickTileWhiteInnerNw + decals: + 607: 41,14 + 608: 43,14 + 609: 45,14 + - node: + color: '#D381C996' + id: BrickTileWhiteInnerNw + decals: + 287: 19,21 + - node: + color: '#467B41FF' + id: BrickTileWhiteInnerSe + decals: + 1032: 21,19 + - node: + color: '#BC863FFF' + id: BrickTileWhiteInnerSe + decals: + 599: 43,14 + 600: 45,14 + 610: 41,14 + - node: + color: '#D381C996' + id: BrickTileWhiteInnerSe + decals: + 289: 21,19 + - node: + color: '#467B41FF' + id: BrickTileWhiteInnerSw + decals: + 1029: 19,19 + 1147: 1,32 + - node: + color: '#BC863FFF' + id: BrickTileWhiteInnerSw + decals: + 601: 45,14 + 602: 43,14 + 603: 41,14 + - node: + color: '#D381C996' + id: BrickTileWhiteInnerSw + decals: + 155: 1,32 + 290: 19,19 + - node: + color: '#467B41FF' + id: BrickTileWhiteLineE + decals: + 733: 18,4 + 734: 18,2 + 735: 18,1 + 736: 18,0 + 777: 14,15 + 778: 14,13 + 814: 22,15 + 815: 22,13 + 1083: 16,21 + 1084: 16,19 + 1094: 15,20 + - node: + color: '#52B4E9FF' + id: BrickTileWhiteLineE + decals: + 548: 6,25 + 549: 6,27 + - node: + color: '#7B7B3FFF' + id: BrickTileWhiteLineE + decals: + 940: 36,31 + 1063: 14,15 + 1064: 14,13 + - node: + color: '#D381C996' + id: BrickTileWhiteLineE + decals: + 236: 15,20 + - node: + color: '#EFB34196' + id: BrickTileWhiteLineE + decals: + 291: 28,19 + 292: 28,20 + 293: 28,21 + - node: + color: '#F9801DFF' + id: BrickTileWhiteLineE + decals: + 420: 6,15 + - node: + color: '#FFA647FF' + id: BrickTileWhiteLineE + decals: + 1035: 22,25 + 1036: 22,27 + - node: + color: '#467B41FF' + id: BrickTileWhiteLineN + decals: + 714: 32,4 + 715: 31,4 + 716: 30,4 + 717: 29,4 + 718: 28,4 + 719: 27,4 + 720: 25,4 + 721: 24,4 + 722: 23,4 + 723: 22,4 + 724: 21,4 + 725: 20,4 + 726: 22,2 + 727: 26,2 + 728: 30,2 + 773: 13,16 + 774: 12,16 + 775: 10,16 + 776: 9,16 + 816: 21,16 + 817: 20,16 + 818: 18,16 + 819: 17,16 + 836: 13,40 + 837: 12,40 + 838: 10,40 + 839: 9,40 + 840: 5,40 + 841: 4,40 + 842: 2,40 + 843: 1,40 + 952: 19,32 + 953: 21,32 + 954: 22,32 + 955: 23,32 + 956: 24,32 + 957: 25,32 + 972: 15,32 + 982: 26,36 + 983: 27,36 + 984: 28,36 + 985: 30,36 + 986: 31,36 + 987: 32,36 + 1081: 13,22 + 1082: 15,22 + 1095: 14,21 + 1139: 12,30 + 1141: 10,31 + 1142: 9,31 + 1158: 8,30 + 1164: 1,36 + 1165: 2,36 + 1166: 3,36 + 1197: 9,36 + 1198: 8,36 + 1199: 7,36 + 1222: 21,36 + 1223: 20,36 + 1224: 15,36 + 1225: 14,36 + 1226: 13,36 + 1227: 13,34 + 1228: 19,34 + 1229: 20,34 + 1230: 21,34 + - node: + color: '#7B7B3FFF' + id: BrickTileWhiteLineN + decals: + 872: 21,40 + 873: 20,40 + 874: 18,40 + 875: 17,40 + 880: 29,32 + 881: 39,32 + 1059: 9,16 + 1060: 10,16 + 1061: 12,16 + 1062: 13,16 + - node: + color: '#D381C996' + id: BrickTileWhiteLineN + decals: + 69: 21,34 + 70: 20,34 + 71: 19,34 + 72: 13,34 + 147: 9,31 + 148: 10,31 + 150: 12,30 + 242: 14,21 + - node: + color: '#EFB34196' + id: BrickTileWhiteLineN + decals: + 294: 27,22 + 295: 26,22 + 296: 25,22 + 333: 31,9 + 334: 32,9 + 339: 27,9 + 340: 26,9 + - node: + color: '#F9801DFF' + id: BrickTileWhiteLineN + decals: + 413: 1,16 + 414: 2,16 + 415: 4,16 + 416: 5,16 + - node: + color: '#FFFFFFFF' + id: BrickTileWhiteLineN + decals: + 56: 15,36 + 57: 14,36 + 58: 13,36 + 59: 20,36 + 60: 21,36 + 114: 26,36 + 115: 27,36 + 116: 28,36 + 117: 30,36 + 118: 31,36 + 119: 32,36 + 169: 25,32 + 170: 24,32 + 171: 23,32 + 172: 22,32 + 173: 21,32 + 174: 19,32 + - node: + color: '#467B41FF' + id: BrickTileWhiteLineS + decals: + 737: 33,3 + 738: 32,3 + 739: 31,3 + 740: 30,3 + 741: 29,3 + 742: 28,3 + 743: 27,3 + 744: 26,3 + 745: 25,3 + 746: 24,3 + 747: 23,3 + 748: 22,3 + 749: 21,3 + 750: 20,3 + 751: 19,3 + 779: 13,12 + 780: 12,12 + 781: 10,12 + 782: 9,12 + 822: 17,12 + 823: 18,12 + 824: 20,12 + 825: 21,12 + 850: 5,38 + 851: 4,38 + 852: 2,38 + 853: 1,38 + 854: 9,38 + 855: 10,38 + 856: 12,38 + 857: 13,38 + 958: 25,30 + 959: 24,30 + 960: 23,30 + 961: 22,30 + 962: 21,30 + 963: 19,30 + 975: 15,30 + 989: 32,34 + 990: 31,34 + 991: 30,34 + 992: 28,34 + 993: 27,34 + 994: 26,34 + 1086: 15,18 + 1087: 13,18 + 1097: 14,19 + 1144: 2,31 + 1145: 3,31 + 1146: 0,32 + 1157: 4,32 + 1167: 3,34 + 1168: 2,34 + 1169: 1,34 + 1200: 7,34 + 1201: 8,34 + 1202: 9,34 + 1218: 13,34 + 1219: 19,34 + 1220: 20,34 + 1221: 21,34 + 1231: 21,36 + 1232: 20,36 + 1233: 15,36 + 1234: 14,36 + 1235: 13,36 + - node: + color: '#639137FF' + id: BrickTileWhiteLineS + decals: + 672: 2,38 + - node: + color: '#7B7B3FFF' + id: BrickTileWhiteLineS + decals: + 885: 39,30 + 886: 29,30 + 1065: 13,12 + 1066: 12,12 + 1069: 10,12 + 1070: 9,12 + - node: + color: '#D381C996' + id: BrickTileWhiteLineS + decals: + 73: 21,36 + 74: 20,36 + 75: 15,36 + 76: 14,36 + 77: 13,36 + 152: 3,31 + 153: 2,31 + 154: 0,32 + - node: + color: '#EFB34196' + id: BrickTileWhiteLineS + decals: + 302: 25,18 + 303: 26,18 + 304: 27,18 + 335: 32,7 + 336: 31,7 + 337: 27,7 + 338: 26,7 + - node: + color: '#F9801DFF' + id: BrickTileWhiteLineS + decals: + 417: 2,12 + 418: 1,12 + - node: + color: '#FFFFFFFF' + id: BrickTileWhiteLineS + decals: + 63: 21,34 + 64: 20,34 + 65: 19,34 + 66: 13,34 + 108: 26,34 + 109: 27,34 + 110: 28,34 + 111: 30,34 + 112: 31,34 + 113: 32,34 + 179: 19,30 + 180: 21,30 + 181: 22,30 + 182: 23,30 + 183: 24,30 + 184: 25,30 + - node: + color: '#467B41FF' + id: BrickTileWhiteLineW + decals: + 729: 34,4 + 730: 34,2 + 731: 34,1 + 732: 34,0 + 783: 8,13 + 784: 8,15 + 820: 16,15 + 821: 16,13 + 1088: 12,19 + 1089: 12,21 + 1096: 13,20 + - node: + color: '#52B4E9FF' + id: BrickTileWhiteLineW + decals: + 546: 4,27 + 547: 4,25 + - node: + color: '#7B7B3FFF' + id: BrickTileWhiteLineW + decals: + 937: 32,31 + 1067: 8,13 + 1068: 8,15 + - node: + color: '#D381C996' + id: BrickTileWhiteLineW + decals: + 241: 13,20 + - node: + color: '#EFB34196' + id: BrickTileWhiteLineW + decals: + 298: 24,21 + 299: 24,20 + 300: 24,19 + - node: + color: '#F9801DFF' + id: BrickTileWhiteLineW + decals: + 410: 0,13 + 411: 0,15 + - node: + color: '#FFFFFFFF' + id: BushATwo + decals: + 615: 12,39 + - node: + color: '#FFFFFFFF' + id: BushCThree + decals: + 98: 34,36 + - node: + color: '#FFFFFFFF' + id: BushCTwo + decals: + 97: 24,36 + 243: 12,18 + - node: + color: '#FFFFFFFF' + id: Bushb3 + decals: + 613: 11,39 + - node: + color: '#FFFFFFFF' + id: Bushc1 + decals: + 614: 10,39 + - node: + color: '#FFFFFFFF' + id: Bushc3 + decals: + 99: 24,34 + - node: + cleanable: True + color: '#FFFFFFFF' + id: Caution + decals: + 223: 11,42 + - node: + color: '#467B41FF' + id: CheckerNESW + decals: + 1000: 27,35 + 1001: 28,35 + 1002: 29,35 + 1003: 30,35 + 1004: 31,35 + 1021: 20,20 + 1022: 21,20 + 1023: 20,21 + 1024: 19,20 + 1025: 20,19 + 1026: 21,20 + - node: + color: '#BE6BC3FF' + id: CheckerNESW + decals: + 459: 40,40 + 460: 41,40 + 461: 42,40 + 462: 45,40 + 463: 46,40 + 464: 46,38 + 465: 45,38 + 466: 44,38 + 467: 44,39 + 468: 45,39 + 469: 43,39 + 470: 42,39 + 471: 41,39 + 472: 41,38 + 473: 40,38 + 474: 42,38 + 475: 46,39 + 476: 40,39 + 477: 43,40 + 478: 43,38 + - node: + color: '#D381C996' + id: CheckerNESW + decals: + 120: 31,35 + 121: 30,35 + 122: 29,35 + 123: 28,35 + 124: 27,35 + 281: 19,20 + 282: 20,21 + 283: 20,20 + 284: 21,20 + - node: + color: '#EFB34196' + id: CheckerNESW + decals: + 4: 8,48 + - node: + color: '#467B41FF' + id: CheckerNWSE + decals: + 1174: 3,35 + 1175: 2,35 + 1176: 1,35 + 1180: 7,35 + 1181: 8,35 + 1182: 9,35 + - node: + color: '#D381C996' + id: CheckerNWSE + decals: + 53: 1,35 + 54: 2,35 + 55: 3,35 + - node: + color: '#EFB34196' + id: CheckerNWSE + decals: + 5: 14,48 + - node: + color: '#FFFFFFFF' + id: Delivery + decals: + 33: 13,47 + 34: 11,47 + 35: 9,47 + 36: 12,43 + 37: 11,43 + 38: 10,43 + 227: 4,22 + 228: 3,22 + 322: 11,13 + 323: 20,2 + 329: 33,7 + 330: 33,9 + 331: 25,7 + 332: 25,9 + 400: 13,0 + 706: 24,2 + 707: 32,2 + 1041: 20,28 + 1042: 20,27 + 1043: 20,25 + 1044: 20,24 + - node: + angle: 3.141592653589793 rad + color: '#FFFFFFFF' + id: Delivery + decals: + 674: 34,18 + 675: 28,2 + - node: + color: '#467B41FF' + id: DeliveryGreyscale + decals: + 698: 30,19 + 708: 27,4 + 709: 25,4 + 710: 24,4 + 711: 23,4 + 757: 27,4 + 758: 25,4 + 759: 24,4 + 760: 23,4 + 978: 34,35 + 979: 24,35 + 1244: 2,46 + 1245: 0,42 + - node: + color: '#7B7B3FFF' + id: DeliveryGreyscale + decals: + 897: 38,32 + 898: 30,32 + 909: 38,32 + 910: 30,32 + - node: + color: '#B8B873FF' + id: DeliveryGreyscale + decals: + 907: 38,32 + 908: 30,32 + 1077: 12,14 + 1078: 10,14 + - node: + color: '#D381C996' + id: DeliveryGreyscale + decals: + 225: 34,35 + 226: 24,35 + - node: + cleanable: True + color: '#FFFFFFFF' + id: Dirt + decals: + 87: 15,34 + 88: 19,35 + 89: 17,35 + 90: 16,34 + 91: 18,36 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + decals: + 217: 9,25 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + decals: + 40: 10,44 + 41: 9,45 + 42: 8,46 + 43: 8,47 + 44: 13,48 + 45: 14,44 + 46: 13,42 + 48: 10,42 + 50: 8,44 + 51: 13,45 + 78: 22,34 + 79: 21,34 + 80: 12,36 + 81: 13,36 + 82: 13,34 + 83: 12,34 + 84: 19,34 + 85: 15,34 + 86: 19,35 + 199: 6,30 + 200: 8,31 + 201: 10,32 + 202: 11,32 + 203: 1,30 + 204: 1,31 + 205: 0,31 + 206: 0,30 + 211: 6,31 + 212: 5,31 + 213: 19,31 + 214: 21,30 + 215: 24,30 + 218: 9,24 + 219: 8,24 + 220: 9,26 + 221: 10,26 + 222: 8,28 + 311: 21,19 + 312: 25,18 + 313: 24,19 + 314: 28,20 + 315: 26,22 + 316: 34,19 + 317: 13,21 + 318: 13,19 + 319: 2,18 + 320: 0,21 + 321: 0,19 + 358: 33,12 + 359: 35,12 + 360: 33,15 + 361: 38,12 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtMedium + decals: + 47: 11,42 + 49: 8,45 + 207: 12,31 + 208: 4,31 + 209: 4,30 + 210: 0,30 + 355: 34,13 + 356: 33,15 + 357: 34,12 + - node: + color: '#FFFFFFFF' + id: FlowersBROne + decals: + 103: 24,34 + - node: + color: '#FFFFFFFF' + id: FlowersBRThree + decals: + 618: 11,39 + - node: + color: '#FFFFFFFF' + id: Flowerspv1 + decals: + 102: 34,36 + - node: + color: '#FFFFFFFF' + id: Flowerspv3 + decals: + 616: 10,39 + 617: 12,39 + - node: + color: '#FFFFFFFF' + id: Flowersy2 + decals: + 101: 24,36 + - node: + color: '#FFFFFFFF' + id: Flowersy4 + decals: + 100: 34,34 + - node: + color: '#639137FF' + id: FullTileOverlayGreyscale + decals: + 494: 5,43 + 495: 5,44 + 496: 5,42 + 497: 4,43 + 498: 6,43 + - node: + color: '#9C2020FF' + id: FullTileOverlayGreyscale + decals: + 499: 5,42 + 500: 5,43 + 501: 6,43 + 502: 4,43 + 503: 5,44 + - node: + color: '#B8B873FF' + id: FullTileOverlayGreyscale + decals: + 861: 22,38 + 862: 21,38 + 863: 20,38 + 864: 19,38 + 865: 18,38 + 866: 17,38 + 867: 16,38 + - node: + color: '#FFFFFFFF' + id: Grassa4 + decals: + 96: 34,34 + - node: + color: '#FFFFFFFF' + id: Grassd3 + decals: + 95: 24,34 + - node: + color: '#FFFFFFFF' + id: Grasse1 + decals: + 94: 24,36 + - node: + color: '#FFFFFFFF' + id: Grasse2 + decals: + 92: 34,34 + - node: + color: '#FFFFFFFF' + id: Grasse3 + decals: + 93: 34,36 + - node: + color: '#9FED5896' + id: HalfTileOverlayGreyscale + decals: + 439: 20,9 + 440: 19,9 + 441: 18,9 + 442: 17,9 + 443: 16,9 + 444: 15,9 + 445: 14,9 + - node: + color: '#9FED5896' + id: HalfTileOverlayGreyscale180 + decals: + 430: 16,7 + 431: 15,7 + 432: 14,7 + 446: 17,7 + - node: + color: '#9FED5896' + id: HalfTileOverlayGreyscale270 + decals: + 429: 13,7 + 436: 13,8 + 447: 13,9 + - node: + color: '#9FED5896' + id: HalfTileOverlayGreyscale90 + decals: + 437: 21,8 + 438: 21,9 + - node: + color: '#FFFFFFFF' + id: LoadingArea + decals: + 527: 17,15 + 528: 18,15 + 529: 20,15 + 826: 16,15 + - node: + angle: 1.5707963267948966 rad + color: '#FFFFFFFF' + id: LoadingArea + decals: + 1045: 21,24 + 1046: 21,25 + 1047: 21,27 + 1048: 21,28 + - node: + angle: 3.141592653589793 rad + color: '#FFFFFFFF' + id: LoadingArea + decals: + 530: 17,13 + 531: 18,13 + 532: 20,13 + 533: 21,13 + 673: 34,19 + 827: 22,13 + 828: 16,13 + - node: + angle: 1.5707963267948966 rad + color: '#7B7B3FFF' + id: LoadingAreaGreyscale + decals: + 913: 37,31 + - node: + angle: 4.71238898038469 rad + color: '#7B7B3FFF' + id: LoadingAreaGreyscale + decals: + 914: 31,31 + - node: + color: '#808080FF' + id: MiniTileDarkCornerNe + decals: + 677: 29,15 + - node: + color: '#808080FF' + id: MiniTileDarkCornerNw + decals: + 678: 25,15 + - node: + color: '#808080FF' + id: MiniTileDarkCornerSe + decals: + 679: 29,13 + - node: + color: '#808080FF' + id: MiniTileDarkCornerSw + decals: + 680: 25,13 + - node: + color: '#808080FF' + id: MiniTileDarkEndE + decals: + 684: 26,15 + 686: 26,13 + - node: + color: '#808080FF' + id: MiniTileDarkEndW + decals: + 683: 28,13 + 685: 28,15 + - node: + color: '#808080FF' + id: MiniTileDarkInnerNe + decals: + 691: 25,13 + - node: + color: '#808080FF' + id: MiniTileDarkInnerNw + decals: + 690: 29,13 + - node: + color: '#808080FF' + id: MiniTileDarkInnerSe + decals: + 689: 25,15 + - node: + color: '#808080FF' + id: MiniTileDarkInnerSw + decals: + 692: 29,15 + - node: + color: '#808080FF' + id: MiniTileDarkLineE + decals: + 681: 29,14 + 688: 25,14 + - node: + color: '#808080FF' + id: MiniTileDarkLineW + decals: + 682: 25,14 + 687: 29,14 + - node: + color: '#467B41FF' + id: MiniTileWhiteCornerNe + decals: + 1208: 6,36 + - node: + color: '#467B41FF' + id: MiniTileWhiteCornerNw + decals: + 1205: 4,36 + - node: + color: '#467B41FF' + id: MiniTileWhiteCornerSe + decals: + 1206: 6,34 + - node: + color: '#467B41FF' + id: MiniTileWhiteCornerSw + decals: + 1207: 4,34 + - node: + color: '#467B41FF' + id: MiniTileWhiteLineE + decals: + 1210: 6,35 + - node: + color: '#467B41FF' + id: MiniTileWhiteLineW + decals: + 1209: 4,35 + - node: + color: '#467B41FF' + id: QuarterTileOverlayGreyscale + decals: + 1177: 1,34 + 1178: 2,34 + 1179: 3,34 + 1183: 7,34 + 1184: 8,34 + 1185: 9,34 + 1194: 10,34 + 1195: 10,35 + - node: + color: '#9FED5896' + id: QuarterTileOverlayGreyscale + decals: + 449: 21,9 + - node: + color: '#D381C996' + id: QuarterTileOverlayGreyscale + decals: + 14: 8,44 + 15: 8,45 + 16: 8,46 + 17: 8,47 + 18: 8,48 + 19: 9,48 + 20: 10,48 + - node: + color: '#EFB34196' + id: QuarterTileOverlayGreyscale + decals: + 12: 13,48 + 13: 12,48 + - node: + color: '#467B41FF' + id: QuarterTileOverlayGreyscale180 + decals: + 930: 25,32 + 931: 24,32 + 932: 23,32 + 933: 22,32 + 934: 21,32 + 935: 19,32 + 936: 18,32 + 976: 20,32 + 1186: 1,36 + 1187: 2,36 + 1188: 3,36 + 1189: 0,36 + 1190: 0,35 + 1191: 7,36 + 1192: 8,36 + 1193: 9,36 + - node: + color: '#9FED5896' + id: QuarterTileOverlayGreyscale180 + decals: + 433: 13,7 + - node: + color: '#D381C996' + id: QuarterTileOverlayGreyscale180 + decals: + 185: 25,32 + 186: 24,32 + 187: 23,32 + 188: 22,32 + 189: 21,32 + 190: 19,32 + 191: 18,32 + - node: + color: '#EFB34196' + id: QuarterTileOverlayGreyscale180 + decals: + 6: 14,44 + 7: 14,45 + 8: 14,46 + 9: 14,47 + - node: + color: '#467B41FF' + id: QuarterTileOverlayGreyscale270 + decals: + 1012: 31,36 + 1013: 32,35 + 1014: 30,36 + 1015: 28,36 + 1016: 27,36 + 1017: 26,36 + 1018: 19,20 + 1019: 20,21 + 1020: 20,19 + 1027: 21,21 + - node: + color: '#D381C996' + id: QuarterTileOverlayGreyscale270 + decals: + 125: 32,35 + 131: 27,36 + 132: 28,36 + 133: 30,36 + 134: 31,36 + 136: 26,36 + 285: 21,21 + - node: + color: '#EFB34196' + id: QuarterTileOverlayGreyscale270 + decals: + 0: 8,44 + 1: 8,45 + 2: 8,46 + 3: 8,47 + - node: + color: '#467B41FF' + id: QuarterTileOverlayGreyscale90 + decals: + 923: 18,30 + 924: 19,30 + 925: 21,30 + 926: 22,30 + 927: 23,30 + 928: 24,30 + 929: 25,30 + 977: 20,30 + 1005: 27,34 + 1006: 28,34 + 1007: 29,34 + 1008: 30,34 + 1009: 31,34 + 1010: 32,34 + 1011: 26,35 + 1028: 19,19 + - node: + color: '#9FED5896' + id: QuarterTileOverlayGreyscale90 + decals: + 448: 13,9 + - node: + color: '#D381C996' + id: QuarterTileOverlayGreyscale90 + decals: + 21: 14,44 + 22: 14,45 + 23: 14,46 + 24: 14,47 + 25: 14,48 + 26: 13,48 + 27: 12,48 + 126: 26,35 + 127: 31,34 + 128: 30,34 + 129: 28,34 + 130: 27,34 + 135: 32,34 + 192: 18,30 + 193: 19,30 + 194: 21,30 + 195: 22,30 + 196: 23,30 + 197: 24,30 + 198: 25,30 + 286: 19,19 + - node: + color: '#EFB34196' + id: QuarterTileOverlayGreyscale90 + decals: + 10: 9,48 + 11: 10,48 + - node: + color: '#FFFFFFFF' + id: Rock01 + decals: + 277: 22,18 + - node: + color: '#FFFFFFFF' + id: Rock03 + decals: + 278: 18,18 + - node: + color: '#FFFFFFFF' + id: Rock04 + decals: + 280: 18,22 + - node: + color: '#FFFFFFFF' + id: Rock05 + decals: + 279: 22,22 + - node: + angle: 1.5707963267948966 rad + color: '#7B7B3FFF' + id: StandClear + decals: + 1161: 30,31 + - node: + angle: 4.71238898038469 rad + color: '#7B7B3FFF' + id: StandClear + decals: + 1162: 38,31 + - node: + color: '#FFFFFFFF' + id: StandClear + decals: + 39: 11,44 + - node: + color: '#467B41FF' + id: WarnCornerGreyscaleNE + decals: + 695: 34,20 + - node: + color: '#FFFFFFFF' + id: WarnCornerNE + decals: + 167: 2,28 + 324: 21,2 + 325: 25,2 + 326: 29,2 + 422: 6,13 + 703: 33,2 + - node: + color: '#FFFFFFFF' + id: WarnCornerNW + decals: + 166: 0,28 + 327: 27,2 + 328: 19,2 + 421: 4,13 + 704: 31,2 + 705: 23,2 + - node: + color: '#FFFFFFFF' + id: WarnCornerSE + decals: + 165: 2,24 + - node: + color: '#467B41FF' + id: WarnCornerSW + decals: + 941: 2,20 + - node: + color: '#FFFFFFFF' + id: WarnCornerSW + decals: + 168: 0,24 + - node: + color: '#639137FF' + id: WarnCornerSmallGreyscaleNE + decals: + 394: 8,2 + - node: + color: '#639137FF' + id: WarnCornerSmallGreyscaleNW + decals: + 395: 8,2 + - node: + color: '#639137FF' + id: WarnCornerSmallGreyscaleSE + decals: + 396: 8,2 + - node: + color: '#639137FF' + id: WarnCornerSmallGreyscaleSW + decals: + 397: 8,2 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallNE + decals: + 804: 8,12 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallNW + decals: + 803: 14,12 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallSE + decals: + 805: 8,16 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallSW + decals: + 1076: 14,16 + - node: + color: '#639137FF' + id: WarnEndGreyscaleE + decals: + 380: 12,2 + - node: + color: '#639137FF' + id: WarnEndGreyscaleN + decals: + 388: 8,4 + - node: + color: '#639137FF' + id: WarnEndGreyscaleS + decals: + 389: 8,0 + - node: + color: '#639137FF' + id: WarnEndGreyscaleW + decals: + 381: 1,2 + - node: + color: '#FFFFFFFF' + id: WarnLineE + decals: + 161: 2,25 + 162: 2,26 + 163: 2,27 + 424: 6,12 + 792: 8,13 + 793: 8,14 + 794: 8,15 + - node: + color: '#467B41FF' + id: WarnLineGreyscaleE + decals: + 754: 18,3 + 787: 14,14 + 806: 22,14 + 832: 6,39 + 833: 14,39 + 965: 26,31 + 968: 16,31 + 996: 33,35 + 1102: 16,20 + 1105: 26,25 + 1110: 30,25 + 1129: 22,20 + 1156: 12,31 + 1204: 10,35 + 1237: 22,35 + - node: + color: '#639137FF' + id: WarnLineGreyscaleE + decals: + 392: 8,1 + 393: 8,3 + 504: 6,45 + - node: + color: '#7B7B3FFF' + id: WarnLineGreyscaleE + decals: + 870: 22,39 + 892: 40,31 + 894: 30,31 + - node: + color: '#808080FF' + id: WarnLineGreyscaleE + decals: + 632: 54,2 + - node: + color: '#96DAFFFF' + id: WarnLineGreyscaleE + decals: + 551: 6,26 + - node: + color: '#9FED5896' + id: WarnLineGreyscaleE + decals: + 428: 22,8 + 457: 22,8 + 458: 22,8 + - node: + color: '#B8B873FF' + id: WarnLineGreyscaleE + decals: + 1072: 14,14 + 1124: 30,25 + - node: + color: '#F9801DFF' + id: WarnLineGreyscaleE + decals: + 405: 6,14 + - node: + color: '#FF9821FF' + id: WarnLineGreyscaleE + decals: + 620: 38,14 + - node: + color: '#FFA647FF' + id: WarnLineGreyscaleE + decals: + 1040: 22,26 + - node: + color: '#467B41FF' + id: WarnLineGreyscaleN + decals: + 694: 32,22 + 753: 26,4 + 785: 11,16 + 808: 19,16 + 831: 3,40 + 858: 11,40 + 895: 34,32 + 966: 20,32 + 998: 29,36 + 1100: 14,22 + 1103: 25,26 + 1108: 29,26 + 1127: 20,22 + 1154: 6,32 + 1172: 5,36 + 1241: 5,10 + - node: + color: '#639137FF' + id: WarnLineGreyscaleN + decals: + 365: 11,2 + 366: 5,2 + 367: 3,2 + 368: 3,0 + 369: 5,0 + 370: 11,0 + 382: 2,2 + 383: 4,2 + 384: 6,2 + 385: 7,2 + 386: 9,2 + 387: 10,2 + 487: 3,48 + - node: + color: '#7B7B3FFF' + id: WarnLineGreyscaleN + decals: + 868: 19,40 + - node: + color: '#808080FF' + id: WarnLineGreyscaleN + decals: + 631: 45,4 + - node: + color: '#96DAFFFF' + id: WarnLineGreyscaleN + decals: + 554: 5,28 + - node: + color: '#9FED5896' + id: WarnLineGreyscaleN + decals: + 427: 17,10 + 453: 17,10 + 454: 17,10 + - node: + color: '#B8B873FF' + id: WarnLineGreyscaleN + decals: + 1071: 11,16 + 1074: 11,12 + 1123: 29,26 + - node: + color: '#F9801DFF' + id: WarnLineGreyscaleN + decals: + 407: 3,16 + - node: + color: '#FF9821FF' + id: WarnLineGreyscaleN + decals: + 621: 35,16 + - node: + color: '#FFA647FF' + id: WarnLineGreyscaleN + decals: + 1038: 21,28 + - node: + color: '#467B41FF' + id: WarnLineGreyscaleS + decals: + 693: 32,18 + 809: 19,12 + 829: 3,38 + 859: 11,38 + 896: 34,30 + 946: 2,18 + 967: 20,30 + 999: 29,34 + 1099: 14,18 + 1104: 25,24 + 1109: 29,24 + 1128: 20,18 + 1155: 6,30 + 1171: 5,34 + 1243: 5,6 + - node: + color: '#639137FF' + id: WarnLineGreyscaleS + decals: + 362: 3,2 + 363: 5,2 + 364: 11,2 + 371: 11,4 + 372: 5,4 + 373: 3,4 + 374: 10,2 + 375: 9,2 + 376: 7,2 + 377: 6,2 + 378: 4,2 + 379: 2,2 + 488: 5,45 + 489: 3,42 + 676: 26,0 + - node: + color: '#808080FF' + id: WarnLineGreyscaleS + decals: + 634: 45,0 + - node: + color: '#96DAFFFF' + id: WarnLineGreyscaleS + decals: + 552: 5,24 + - node: + color: '#9FED5896' + id: WarnLineGreyscaleS + decals: + 426: 17,6 + 455: 17,6 + 456: 17,6 + - node: + color: '#B8B873FF' + id: WarnLineGreyscaleS + decals: + 1075: 11,12 + 1125: 29,24 + - node: + color: '#F9801DFF' + id: WarnLineGreyscaleS + decals: + 408: 3,12 + - node: + color: '#FF9821FF' + id: WarnLineGreyscaleS + decals: + 619: 35,12 + - node: + color: '#FFA647FF' + id: WarnLineGreyscaleS + decals: + 1037: 21,24 + - node: + color: '#467B41FF' + id: WarnLineGreyscaleW + decals: + 696: 30,20 + 752: 34,3 + 786: 8,14 + 807: 16,14 + 830: 0,39 + 860: 8,39 + 947: 0,20 + 964: 18,31 + 969: 14,31 + 997: 25,35 + 1101: 12,20 + 1106: 24,25 + 1107: 28,25 + 1130: 18,20 + 1153: 0,31 + 1173: 0,35 + 1236: 12,35 + 1242: 0,8 + - node: + color: '#639137FF' + id: WarnLineGreyscaleW + decals: + 390: 8,1 + 391: 8,3 + 398: 0,2 + 490: 0,45 + - node: + color: '#7B7B3FFF' + id: WarnLineGreyscaleW + decals: + 869: 16,39 + 891: 38,31 + 893: 28,31 + - node: + color: '#808080FF' + id: WarnLineGreyscaleW + decals: + 633: 36,2 + - node: + color: '#96DAFFFF' + id: WarnLineGreyscaleW + decals: + 553: 4,26 + - node: + color: '#9FED5896' + id: WarnLineGreyscaleW + decals: + 450: 12,8 + 451: 12,8 + 452: 12,8 + - node: + color: '#B8B873FF' + id: WarnLineGreyscaleW + decals: + 1073: 8,14 + 1126: 28,25 + - node: + color: '#F9801DFF' + id: WarnLineGreyscaleW + decals: + 406: 0,14 + - node: + color: '#FFA647FF' + id: WarnLineGreyscaleW + decals: + 1039: 20,26 + - node: + color: '#467B41FF' + id: WarnLineN + decals: + 944: 3,20 + 945: 4,20 + - node: + color: '#FFFFFFFF' + id: WarnLineN + decals: + 31: 12,47 + 32: 10,47 + 157: 1,24 + 308: 27,22 + 309: 26,22 + 310: 25,22 + 538: 21,39 + 539: 20,39 + 540: 19,39 + 541: 18,39 + 542: 17,39 + 795: 9,16 + 796: 10,16 + 797: 11,16 + 798: 12,16 + 799: 13,16 + 877: 22,39 + 878: 16,39 + - node: + color: '#467B41FF' + id: WarnLineS + decals: + 942: 2,21 + 943: 2,22 + - node: + color: '#FFFFFFFF' + id: WarnLineS + decals: + 158: 0,25 + 159: 0,26 + 160: 0,27 + 425: 4,12 + 800: 14,15 + 801: 14,14 + 802: 14,13 + - node: + color: '#FFFFFFFF' + id: WarnLineW + decals: + 28: 12,44 + 29: 11,44 + 30: 10,44 + 164: 1,28 + 305: 27,18 + 306: 26,18 + 307: 25,18 + 423: 5,13 + 699: 20,2 + 700: 28,2 + 701: 24,2 + 702: 32,2 + 788: 13,12 + 789: 12,12 + 790: 10,12 + 791: 9,12 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinCornerNe + decals: + 252: 10,9 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinCornerNw + decals: + 251: 1,9 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinCornerSe + decals: + 249: 10,8 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinCornerSw + decals: + 250: 1,8 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinLineN + decals: + 253: 9,9 + 254: 8,9 + 255: 7,9 + 256: 6,9 + 257: 5,9 + 258: 4,9 + 259: 3,9 + 260: 2,9 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinLineS + decals: + 261: 10,8 + 262: 9,8 + 263: 8,8 + 264: 7,8 + 265: 6,8 + 266: 5,8 + 267: 4,8 + 268: 3,8 + 269: 2,8 + 270: 1,8 + - node: + color: '#FFFFFFFF' + id: chevron + decals: + 52: 11,48 + - node: + cleanable: True + color: '#EFD841FF' + id: splatter + decals: + 216: 8.178589,27.034609 + - type: RadiationGridResistance + - type: LoadedMap + - type: GridTree + - type: MovedGrids + - type: SpreaderGrid +- proto: Airlock + entities: + - uid: 27 + components: + - type: Transform + pos: 41.5,1.5 + parent: 1653 + - uid: 534 + components: + - type: Transform + pos: 53.5,3.5 + parent: 1653 + - uid: 1471 + components: + - type: Transform + pos: 49.5,3.5 + parent: 1653 + - uid: 1548 + components: + - type: Transform + pos: 49.5,1.5 + parent: 1653 + - uid: 1566 + components: + - type: Transform + pos: 53.5,1.5 + parent: 1653 + - uid: 1569 + components: + - type: Transform + pos: 37.5,1.5 + parent: 1653 + - uid: 1570 + components: + - type: Transform + pos: 41.5,3.5 + parent: 1653 + - uid: 1573 + components: + - type: Transform + pos: 37.5,3.5 + parent: 1653 +- proto: AirlockFreezer + entities: + - uid: 888 + components: + - type: Transform + pos: 3.5,18.5 + parent: 1653 +- proto: AirlockVirologyGlass + entities: + - uid: 1472 + components: + - type: Transform + pos: 3.5,1.5 + parent: 1653 + - uid: 1473 + components: + - type: Transform + pos: 5.5,1.5 + parent: 1653 + - uid: 1474 + components: + - type: Transform + pos: 11.5,1.5 + parent: 1653 + - uid: 1531 + components: + - type: Transform + pos: 11.5,3.5 + parent: 1653 + - uid: 1541 + components: + - type: Transform + pos: 5.5,3.5 + parent: 1653 + - uid: 1543 + components: + - type: Transform + pos: 3.5,3.5 + parent: 1653 +- proto: AirlockVirologyGlassLocked + entities: + - uid: 115 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,31.5 + parent: 1653 +- proto: AltarSpawner + entities: + - uid: 1785 + components: + - type: Transform + pos: 8.5,21.5 + parent: 1653 +- proto: AlwaysPoweredLightLED + entities: + - uid: 654 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,24.5 + parent: 1653 + - uid: 655 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,1.5 + parent: 1653 + - uid: 767 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,44.5 + parent: 1653 + - uid: 925 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,12.5 + parent: 1653 + - uid: 930 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,43.5 + parent: 1653 + - uid: 1223 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,25.5 + parent: 1653 + - uid: 1349 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,15.5 + parent: 1653 + - uid: 1350 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,9.5 + parent: 1653 + - uid: 1373 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,8.5 + parent: 1653 + - uid: 1556 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,0.5 + parent: 1653 + - uid: 1617 + components: + - type: Transform + pos: 6.5,4.5 + parent: 1653 + - uid: 1625 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,0.5 + parent: 1653 + - uid: 1700 + components: + - type: Transform + pos: 14.5,4.5 + parent: 1653 + - uid: 1757 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,38.5 + parent: 1653 + - uid: 1927 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,2.5 + parent: 1653 + - uid: 1928 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,2.5 + parent: 1653 + - uid: 2031 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,30.5 + parent: 1653 + - uid: 2032 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,30.5 + parent: 1653 + - uid: 2051 + components: + - type: Transform + pos: 22.5,28.5 + parent: 1653 +- proto: APCBasic + entities: + - uid: 353 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,9.5 + parent: 1653 + - uid: 569 + components: + - type: Transform + pos: 13.5,43.5 + parent: 1653 + - uid: 1023 + components: + - type: Transform + pos: 28.5,22.5 + parent: 1653 + - uid: 1998 + components: + - type: Transform + pos: 29.5,40.5 + parent: 1653 +- proto: Ash + entities: + - uid: 1155 + components: + - type: Transform + pos: 20.679605,0.91186666 + parent: 1653 + - uid: 1205 + components: + - type: Transform + pos: 20.742105,0.58374166 + parent: 1653 + - uid: 1278 + components: + - type: Transform + pos: 20.22648,0.80249166 + parent: 1653 +- proto: AtmosFixFreezerMarker + entities: + - uid: 281 + components: + - type: Transform + pos: 20.5,15.5 + parent: 1653 + - uid: 282 + components: + - type: Transform + pos: 21.5,16.5 + parent: 1653 + - uid: 284 + components: + - type: Transform + pos: 19.5,12.5 + parent: 1653 + - uid: 286 + components: + - type: Transform + pos: 20.5,12.5 + parent: 1653 + - uid: 287 + components: + - type: Transform + pos: 20.5,13.5 + parent: 1653 + - uid: 288 + components: + - type: Transform + pos: 20.5,14.5 + parent: 1653 + - uid: 466 + components: + - type: Transform + pos: 20.5,16.5 + parent: 1653 + - uid: 467 + components: + - type: Transform + pos: 21.5,12.5 + parent: 1653 + - uid: 469 + components: + - type: Transform + pos: 21.5,14.5 + parent: 1653 + - uid: 474 + components: + - type: Transform + pos: 22.5,15.5 + parent: 1653 + - uid: 479 + components: + - type: Transform + pos: 21.5,15.5 + parent: 1653 + - uid: 480 + components: + - type: Transform + pos: 21.5,13.5 + parent: 1653 + - uid: 481 + components: + - type: Transform + pos: 22.5,16.5 + parent: 1653 + - uid: 626 + components: + - type: Transform + pos: 18.5,14.5 + parent: 1653 + - uid: 712 + components: + - type: Transform + pos: 18.5,13.5 + parent: 1653 + - uid: 754 + components: + - type: Transform + pos: 19.5,16.5 + parent: 1653 + - uid: 755 + components: + - type: Transform + pos: 18.5,12.5 + parent: 1653 + - uid: 756 + components: + - type: Transform + pos: 19.5,15.5 + parent: 1653 + - uid: 757 + components: + - type: Transform + pos: 19.5,14.5 + parent: 1653 + - uid: 961 + components: + - type: Transform + pos: 22.5,14.5 + parent: 1653 + - uid: 1171 + components: + - type: Transform + pos: 18.5,16.5 + parent: 1653 + - uid: 1185 + components: + - type: Transform + pos: 22.5,13.5 + parent: 1653 + - uid: 1289 + components: + - type: Transform + pos: 19.5,13.5 + parent: 1653 + - uid: 1291 + components: + - type: Transform + pos: 18.5,15.5 + parent: 1653 + - uid: 1308 + components: + - type: Transform + pos: 17.5,14.5 + parent: 1653 + - uid: 1326 + components: + - type: Transform + pos: 22.5,12.5 + parent: 1653 + - uid: 1341 + components: + - type: Transform + pos: 16.5,12.5 + parent: 1653 + - uid: 1342 + components: + - type: Transform + pos: 17.5,16.5 + parent: 1653 + - uid: 1343 + components: + - type: Transform + pos: 17.5,15.5 + parent: 1653 + - uid: 1344 + components: + - type: Transform + pos: 17.5,13.5 + parent: 1653 + - uid: 1345 + components: + - type: Transform + pos: 17.5,12.5 + parent: 1653 + - uid: 1346 + components: + - type: Transform + pos: 16.5,14.5 + parent: 1653 + - uid: 1347 + components: + - type: Transform + pos: 16.5,13.5 + parent: 1653 + - uid: 1352 + components: + - type: Transform + pos: 16.5,16.5 + parent: 1653 + - uid: 1353 + components: + - type: Transform + pos: 16.5,15.5 + parent: 1653 +- proto: Barricade + entities: + - uid: 665 + components: + - type: Transform + pos: 22.5,36.5 + parent: 1653 +- proto: BarSign + entities: + - uid: 1314 + components: + - type: Transform + pos: 17.5,48.5 + parent: 1653 +- proto: BaseGasCondenser + entities: + - uid: 385 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,12.5 + parent: 1653 +- proto: Bed + entities: + - uid: 24 + components: + - type: Transform + pos: 54.5,0.5 + parent: 1653 + - uid: 25 + components: + - type: Transform + pos: 36.5,4.5 + parent: 1653 + - uid: 28 + components: + - type: Transform + pos: 54.5,4.5 + parent: 1653 + - uid: 31 + components: + - type: Transform + pos: 38.5,4.5 + parent: 1653 + - uid: 526 + components: + - type: Transform + pos: 48.5,4.5 + parent: 1653 + - uid: 730 + components: + - type: Transform + pos: 52.5,4.5 + parent: 1653 + - uid: 1150 + components: + - type: Transform + pos: 42.5,4.5 + parent: 1653 + - uid: 1224 + components: + - type: Transform + pos: 38.5,0.5 + parent: 1653 + - uid: 1230 + components: + - type: Transform + pos: 42.5,0.5 + parent: 1653 + - uid: 1250 + components: + - type: Transform + pos: 50.5,4.5 + parent: 1653 + - uid: 1272 + components: + - type: Transform + pos: 36.5,0.5 + parent: 1653 + - uid: 1549 + components: + - type: Transform + pos: 40.5,4.5 + parent: 1653 + - uid: 1588 + components: + - type: Transform + pos: 50.5,0.5 + parent: 1653 + - uid: 1591 + components: + - type: Transform + pos: 52.5,0.5 + parent: 1653 + - uid: 1592 + components: + - type: Transform + pos: 48.5,0.5 + parent: 1653 + - uid: 1670 + components: + - type: Transform + pos: 40.5,0.5 + parent: 1653 +- proto: BedsheetMedical + entities: + - uid: 605 + components: + - type: Transform + pos: 6.5,4.5 + parent: 1653 + - uid: 722 + components: + - type: Transform + pos: 6.5,25.5 + parent: 1653 + - uid: 723 + components: + - type: Transform + pos: 6.5,24.5 + parent: 1653 + - uid: 1221 + components: + - type: Transform + pos: 4.5,24.5 + parent: 1653 + - uid: 1246 + components: + - type: Transform + pos: 4.5,25.5 + parent: 1653 + - uid: 1355 + components: + - type: Transform + pos: 2.5,4.5 + parent: 1653 + - uid: 1370 + components: + - type: Transform + pos: 10.5,4.5 + parent: 1653 + - uid: 1382 + components: + - type: Transform + pos: 10.5,0.5 + parent: 1653 + - uid: 1385 + components: + - type: Transform + pos: 6.5,0.5 + parent: 1653 + - uid: 1386 + components: + - type: Transform + pos: 2.5,0.5 + parent: 1653 +- proto: BedsheetSpawner + entities: + - uid: 23 + components: + - type: Transform + pos: 54.5,0.5 + parent: 1653 + - uid: 33 + components: + - type: Transform + pos: 40.5,4.5 + parent: 1653 + - uid: 517 + components: + - type: Transform + pos: 50.5,4.5 + parent: 1653 + - uid: 518 + components: + - type: Transform + pos: 50.5,0.5 + parent: 1653 + - uid: 717 + components: + - type: Transform + pos: 38.5,4.5 + parent: 1653 + - uid: 832 + components: + - type: Transform + pos: 42.5,4.5 + parent: 1653 + - uid: 1217 + components: + - type: Transform + pos: 48.5,0.5 + parent: 1653 + - uid: 1242 + components: + - type: Transform + pos: 42.5,0.5 + parent: 1653 + - uid: 1253 + components: + - type: Transform + pos: 52.5,0.5 + parent: 1653 + - uid: 1276 + components: + - type: Transform + pos: 40.5,0.5 + parent: 1653 + - uid: 1550 + components: + - type: Transform + pos: 48.5,4.5 + parent: 1653 + - uid: 1571 + components: + - type: Transform + pos: 54.5,4.5 + parent: 1653 + - uid: 1572 + components: + - type: Transform + pos: 52.5,4.5 + parent: 1653 + - uid: 1576 + components: + - type: Transform + pos: 36.5,0.5 + parent: 1653 + - uid: 1583 + components: + - type: Transform + pos: 38.5,0.5 + parent: 1653 + - uid: 1587 + components: + - type: Transform + pos: 36.5,4.5 + parent: 1653 +- proto: BenchPewLeft + entities: + - uid: 1795 + components: + - type: Transform + pos: 6.5,18.5 + parent: 1653 + - type: Physics + bodyType: Static + - uid: 1796 + components: + - type: Transform + pos: 6.5,19.5 + parent: 1653 + - type: Physics + bodyType: Static + - uid: 1797 + components: + - type: Transform + pos: 9.5,19.5 + parent: 1653 + - type: Physics + bodyType: Static + - uid: 1798 + components: + - type: Transform + pos: 9.5,18.5 + parent: 1653 + - type: Physics + bodyType: Static +- proto: BenchPewRight + entities: + - uid: 1799 + components: + - type: Transform + pos: 7.5,19.5 + parent: 1653 + - type: Physics + bodyType: Static + - uid: 1800 + components: + - type: Transform + pos: 7.5,18.5 + parent: 1653 + - type: Physics + bodyType: Static + - uid: 1801 + components: + - type: Transform + pos: 10.5,18.5 + parent: 1653 + - type: Physics + bodyType: Static + - uid: 1802 + components: + - type: Transform + pos: 10.5,19.5 + parent: 1653 + - type: Physics + bodyType: Static +- proto: BenchSofaCorner + entities: + - uid: 103 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,42.5 + parent: 1653 + - type: Physics + canCollide: False + bodyType: Static + - type: Fixtures + fixtures: {} +- proto: BenchSofaCorpLeft + entities: + - uid: 699 + components: + - type: Transform + pos: 27.5,36.5 + parent: 1653 + - type: Physics + bodyType: Static + - uid: 1917 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,0.5 + parent: 1653 + - type: Physics + bodyType: Static +- proto: BenchSofaCorpRight + entities: + - uid: 700 + components: + - type: Transform + pos: 26.5,36.5 + parent: 1653 + - type: Physics + bodyType: Static + - uid: 1916 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,1.5 + parent: 1653 + - type: Physics + bodyType: Static +- proto: BenchSofaLeft + entities: + - uid: 236 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,44.5 + parent: 1653 + - type: Physics + bodyType: Static +- proto: BenchSofaMiddle + entities: + - uid: 237 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,43.5 + parent: 1653 + - type: Physics + bodyType: Static +- proto: BenchSofaRight + entities: + - uid: 602 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,42.5 + parent: 1653 + - type: Physics + bodyType: Static +- proto: BenchSteelLeft + entities: + - uid: 1231 + components: + - type: Transform + pos: 4.5,40.5 + parent: 1653 + - type: Physics + bodyType: Static + - uid: 1243 + components: + - type: Transform + pos: 1.5,40.5 + parent: 1653 + - type: Physics + bodyType: Static +- proto: BenchSteelRight + entities: + - uid: 529 + components: + - type: Transform + pos: 2.5,40.5 + parent: 1653 + - type: Physics + bodyType: Static + - uid: 1206 + components: + - type: Transform + pos: 5.5,40.5 + parent: 1653 + - type: Physics + bodyType: Static +- proto: Bible + entities: + - uid: 1803 + components: + - type: Transform + pos: 8.500196,21.585516 + parent: 1653 +- proto: Biofabricator + entities: + - uid: 1376 + components: + - type: Transform + pos: 18.5,10.5 + parent: 1653 +- proto: BloodCultHoleFloor + entities: + - uid: 1198 + components: + - type: Transform + pos: 25.5,14.5 + parent: 1653 + - uid: 1537 + components: + - type: Transform + pos: 25.5,12.5 + parent: 1653 + - uid: 1683 + components: + - type: Transform + pos: 28.5,15.5 + parent: 1653 +- proto: BloodCultProp02 + entities: + - uid: 1209 + components: + - type: Transform + pos: 24.5,16.5 + parent: 1653 +- proto: BloodCultProp03 + entities: + - uid: 731 + components: + - type: Transform + pos: 25.5,16.5 + parent: 1653 +- proto: BloodCultProp04 + entities: + - uid: 1684 + components: + - type: Transform + pos: 29.5,12.5 + parent: 1653 +- proto: BloodCultProp05 + entities: + - uid: 118 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,12.5 + parent: 1653 +- proto: BloodCultProp07 + entities: + - uid: 117 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,12.5 + parent: 1653 +- proto: BookshelfFilled + entities: + - uid: 1483 + components: + - type: Transform + pos: 29.5,16.5 + parent: 1653 + - uid: 1534 + components: + - type: Transform + pos: 30.5,16.5 + parent: 1653 +- proto: BoozeDispenser + entities: + - uid: 1329 + components: + - type: Transform + pos: 20.5,48.5 + parent: 1653 +- proto: BorgCharger + entities: + - uid: 2126 + components: + - type: Transform + pos: 24.5,24.5 + parent: 1653 +- proto: BoxFolderWhite + entities: + - uid: 1003 + components: + - type: Transform + pos: 21.488142,22.553272 + parent: 1653 +- proto: BoxTrashbag + entities: + - uid: 1737 + components: + - type: Transform + pos: 44.396,38.527935 + parent: 1653 +- proto: Bucket + entities: + - uid: 1725 + components: + - type: Transform + pos: 13.215925,6.8764725 + parent: 1653 +- proto: CableApcExtension + entities: + - uid: 1 + components: + - type: Transform + pos: 0.5,39.5 + parent: 1653 + - uid: 2 + components: + - type: Transform + pos: 1.5,39.5 + parent: 1653 + - uid: 3 + components: + - type: Transform + pos: 2.5,39.5 + parent: 1653 + - uid: 4 + components: + - type: Transform + pos: 3.5,39.5 + parent: 1653 + - uid: 5 + components: + - type: Transform + pos: 4.5,39.5 + parent: 1653 + - uid: 6 + components: + - type: Transform + pos: 5.5,39.5 + parent: 1653 + - uid: 7 + components: + - type: Transform + pos: 6.5,39.5 + parent: 1653 + - uid: 8 + components: + - type: Transform + pos: 8.5,39.5 + parent: 1653 + - uid: 9 + components: + - type: Transform + pos: 9.5,39.5 + parent: 1653 + - uid: 10 + components: + - type: Transform + pos: 10.5,39.5 + parent: 1653 + - uid: 11 + components: + - type: Transform + pos: 11.5,39.5 + parent: 1653 + - uid: 12 + components: + - type: Transform + pos: 12.5,39.5 + parent: 1653 + - uid: 13 + components: + - type: Transform + pos: 13.5,39.5 + parent: 1653 + - uid: 14 + components: + - type: Transform + pos: 14.5,39.5 + parent: 1653 + - uid: 15 + components: + - type: Transform + pos: 16.5,39.5 + parent: 1653 + - uid: 16 + components: + - type: Transform + pos: 17.5,39.5 + parent: 1653 + - uid: 17 + components: + - type: Transform + pos: 18.5,39.5 + parent: 1653 + - uid: 18 + components: + - type: Transform + pos: 19.5,39.5 + parent: 1653 + - uid: 19 + components: + - type: Transform + pos: 20.5,39.5 + parent: 1653 + - uid: 20 + components: + - type: Transform + pos: 21.5,39.5 + parent: 1653 + - uid: 21 + components: + - type: Transform + pos: 22.5,39.5 + parent: 1653 + - uid: 35 + components: + - type: Transform + pos: 30.5,39.5 + parent: 1653 + - uid: 43 + components: + - type: Transform + pos: 34.5,35.5 + parent: 1653 + - uid: 44 + components: + - type: Transform + pos: 33.5,35.5 + parent: 1653 + - uid: 45 + components: + - type: Transform + pos: 32.5,35.5 + parent: 1653 + - uid: 46 + components: + - type: Transform + pos: 31.5,35.5 + parent: 1653 + - uid: 47 + components: + - type: Transform + pos: 30.5,35.5 + parent: 1653 + - uid: 48 + components: + - type: Transform + pos: 29.5,35.5 + parent: 1653 + - uid: 49 + components: + - type: Transform + pos: 28.5,35.5 + parent: 1653 + - uid: 50 + components: + - type: Transform + pos: 27.5,35.5 + parent: 1653 + - uid: 51 + components: + - type: Transform + pos: 26.5,35.5 + parent: 1653 + - uid: 52 + components: + - type: Transform + pos: 25.5,35.5 + parent: 1653 + - uid: 53 + components: + - type: Transform + pos: 24.5,35.5 + parent: 1653 + - uid: 54 + components: + - type: Transform + pos: 22.5,35.5 + parent: 1653 + - uid: 55 + components: + - type: Transform + pos: 21.5,35.5 + parent: 1653 + - uid: 56 + components: + - type: Transform + pos: 20.5,35.5 + parent: 1653 + - uid: 57 + components: + - type: Transform + pos: 19.5,35.5 + parent: 1653 + - uid: 58 + components: + - type: Transform + pos: 18.5,35.5 + parent: 1653 + - uid: 59 + components: + - type: Transform + pos: 17.5,35.5 + parent: 1653 + - uid: 60 + components: + - type: Transform + pos: 16.5,35.5 + parent: 1653 + - uid: 61 + components: + - type: Transform + pos: 15.5,35.5 + parent: 1653 + - uid: 62 + components: + - type: Transform + pos: 14.5,35.5 + parent: 1653 + - uid: 63 + components: + - type: Transform + pos: 13.5,35.5 + parent: 1653 + - uid: 64 + components: + - type: Transform + pos: 12.5,35.5 + parent: 1653 + - uid: 65 + components: + - type: Transform + pos: 10.5,35.5 + parent: 1653 + - uid: 66 + components: + - type: Transform + pos: 9.5,35.5 + parent: 1653 + - uid: 67 + components: + - type: Transform + pos: 8.5,35.5 + parent: 1653 + - uid: 68 + components: + - type: Transform + pos: 7.5,35.5 + parent: 1653 + - uid: 69 + components: + - type: Transform + pos: 6.5,35.5 + parent: 1653 + - uid: 70 + components: + - type: Transform + pos: 5.5,35.5 + parent: 1653 + - uid: 71 + components: + - type: Transform + pos: 4.5,35.5 + parent: 1653 + - uid: 72 + components: + - type: Transform + pos: 3.5,35.5 + parent: 1653 + - uid: 73 + components: + - type: Transform + pos: 2.5,35.5 + parent: 1653 + - uid: 74 + components: + - type: Transform + pos: 1.5,35.5 + parent: 1653 + - uid: 75 + components: + - type: Transform + pos: 0.5,35.5 + parent: 1653 + - uid: 76 + components: + - type: Transform + pos: 3.5,42.5 + parent: 1653 + - uid: 77 + components: + - type: Transform + pos: 3.5,43.5 + parent: 1653 + - uid: 78 + components: + - type: Transform + pos: 3.5,44.5 + parent: 1653 + - uid: 79 + components: + - type: Transform + pos: 3.5,45.5 + parent: 1653 + - uid: 80 + components: + - type: Transform + pos: 3.5,46.5 + parent: 1653 + - uid: 81 + components: + - type: Transform + pos: 3.5,47.5 + parent: 1653 + - uid: 82 + components: + - type: Transform + pos: 3.5,48.5 + parent: 1653 + - uid: 83 + components: + - type: Transform + pos: 0.5,45.5 + parent: 1653 + - uid: 84 + components: + - type: Transform + pos: 1.5,45.5 + parent: 1653 + - uid: 85 + components: + - type: Transform + pos: 2.5,45.5 + parent: 1653 + - uid: 86 + components: + - type: Transform + pos: 4.5,45.5 + parent: 1653 + - uid: 87 + components: + - type: Transform + pos: 5.5,45.5 + parent: 1653 + - uid: 88 + components: + - type: Transform + pos: 6.5,45.5 + parent: 1653 + - uid: 89 + components: + - type: Transform + pos: 8.5,45.5 + parent: 1653 + - uid: 90 + components: + - type: Transform + pos: 9.5,45.5 + parent: 1653 + - uid: 91 + components: + - type: Transform + pos: 10.5,45.5 + parent: 1653 + - uid: 92 + components: + - type: Transform + pos: 11.5,45.5 + parent: 1653 + - uid: 93 + components: + - type: Transform + pos: 12.5,45.5 + parent: 1653 + - uid: 94 + components: + - type: Transform + pos: 13.5,45.5 + parent: 1653 + - uid: 95 + components: + - type: Transform + pos: 14.5,45.5 + parent: 1653 + - uid: 96 + components: + - type: Transform + pos: 11.5,42.5 + parent: 1653 + - uid: 97 + components: + - type: Transform + pos: 11.5,43.5 + parent: 1653 + - uid: 98 + components: + - type: Transform + pos: 11.5,44.5 + parent: 1653 + - uid: 99 + components: + - type: Transform + pos: 11.5,46.5 + parent: 1653 + - uid: 100 + components: + - type: Transform + pos: 11.5,47.5 + parent: 1653 + - uid: 101 + components: + - type: Transform + pos: 11.5,48.5 + parent: 1653 + - uid: 106 + components: + - type: Transform + pos: 19.5,46.5 + parent: 1653 + - uid: 113 + components: + - type: Transform + pos: 44.5,39.5 + parent: 1653 + - uid: 114 + components: + - type: Transform + pos: 45.5,39.5 + parent: 1653 + - uid: 121 + components: + - type: Transform + pos: 34.5,31.5 + parent: 1653 + - uid: 124 + components: + - type: Transform + pos: 33.5,31.5 + parent: 1653 + - uid: 125 + components: + - type: Transform + pos: 39.5,31.5 + parent: 1653 + - uid: 126 + components: + - type: Transform + pos: 32.5,31.5 + parent: 1653 + - uid: 127 + components: + - type: Transform + pos: 28.5,31.5 + parent: 1653 + - uid: 128 + components: + - type: Transform + pos: 26.5,31.5 + parent: 1653 + - uid: 129 + components: + - type: Transform + pos: 25.5,31.5 + parent: 1653 + - uid: 130 + components: + - type: Transform + pos: 24.5,31.5 + parent: 1653 + - uid: 131 + components: + - type: Transform + pos: 23.5,31.5 + parent: 1653 + - uid: 132 + components: + - type: Transform + pos: 22.5,31.5 + parent: 1653 + - uid: 133 + components: + - type: Transform + pos: 21.5,31.5 + parent: 1653 + - uid: 134 + components: + - type: Transform + pos: 20.5,31.5 + parent: 1653 + - uid: 135 + components: + - type: Transform + pos: 19.5,31.5 + parent: 1653 + - uid: 136 + components: + - type: Transform + pos: 18.5,31.5 + parent: 1653 + - uid: 137 + components: + - type: Transform + pos: 17.5,31.5 + parent: 1653 + - uid: 138 + components: + - type: Transform + pos: 16.5,31.5 + parent: 1653 + - uid: 139 + components: + - type: Transform + pos: 15.5,31.5 + parent: 1653 + - uid: 140 + components: + - type: Transform + pos: 14.5,31.5 + parent: 1653 + - uid: 141 + components: + - type: Transform + pos: 11.5,31.5 + parent: 1653 + - uid: 142 + components: + - type: Transform + pos: 10.5,31.5 + parent: 1653 + - uid: 143 + components: + - type: Transform + pos: 9.5,31.5 + parent: 1653 + - uid: 144 + components: + - type: Transform + pos: 8.5,31.5 + parent: 1653 + - uid: 145 + components: + - type: Transform + pos: 7.5,31.5 + parent: 1653 + - uid: 146 + components: + - type: Transform + pos: 6.5,31.5 + parent: 1653 + - uid: 147 + components: + - type: Transform + pos: 5.5,31.5 + parent: 1653 + - uid: 148 + components: + - type: Transform + pos: 4.5,31.5 + parent: 1653 + - uid: 149 + components: + - type: Transform + pos: 3.5,31.5 + parent: 1653 + - uid: 150 + components: + - type: Transform + pos: 2.5,31.5 + parent: 1653 + - uid: 151 + components: + - type: Transform + pos: 1.5,31.5 + parent: 1653 + - uid: 152 + components: + - type: Transform + pos: 0.5,31.5 + parent: 1653 + - uid: 153 + components: + - type: Transform + pos: 12.5,31.5 + parent: 1653 + - uid: 154 + components: + - type: Transform + pos: 1.5,24.5 + parent: 1653 + - uid: 155 + components: + - type: Transform + pos: 1.5,25.5 + parent: 1653 + - uid: 156 + components: + - type: Transform + pos: 1.5,26.5 + parent: 1653 + - uid: 157 + components: + - type: Transform + pos: 1.5,27.5 + parent: 1653 + - uid: 158 + components: + - type: Transform + pos: 1.5,28.5 + parent: 1653 + - uid: 159 + components: + - type: Transform + pos: 26.5,39.5 + parent: 1653 + - uid: 163 + components: + - type: Transform + pos: 40.5,31.5 + parent: 1653 + - uid: 164 + components: + - type: Transform + pos: 25.5,39.5 + parent: 1653 + - uid: 165 + components: + - type: Transform + pos: 34.5,39.5 + parent: 1653 + - uid: 166 + components: + - type: Transform + pos: 2.5,26.5 + parent: 1653 + - uid: 167 + components: + - type: Transform + pos: 0.5,26.5 + parent: 1653 + - uid: 168 + components: + - type: Transform + pos: 9.5,24.5 + parent: 1653 + - uid: 169 + components: + - type: Transform + pos: 9.5,25.5 + parent: 1653 + - uid: 170 + components: + - type: Transform + pos: 9.5,26.5 + parent: 1653 + - uid: 171 + components: + - type: Transform + pos: 9.5,27.5 + parent: 1653 + - uid: 172 + components: + - type: Transform + pos: 9.5,28.5 + parent: 1653 + - uid: 173 + components: + - type: Transform + pos: 10.5,26.5 + parent: 1653 + - uid: 174 + components: + - type: Transform + pos: 8.5,26.5 + parent: 1653 + - uid: 175 + components: + - type: Transform + pos: 3.5,38.5 + parent: 1653 + - uid: 176 + components: + - type: Transform + pos: 3.5,40.5 + parent: 1653 + - uid: 177 + components: + - type: Transform + pos: 11.5,38.5 + parent: 1653 + - uid: 178 + components: + - type: Transform + pos: 11.5,40.5 + parent: 1653 + - uid: 179 + components: + - type: Transform + pos: 19.5,38.5 + parent: 1653 + - uid: 180 + components: + - type: Transform + pos: 19.5,40.5 + parent: 1653 + - uid: 181 + components: + - type: Transform + pos: 33.5,39.5 + parent: 1653 + - uid: 182 + components: + - type: Transform + pos: 32.5,39.5 + parent: 1653 + - uid: 183 + components: + - type: Transform + pos: 35.5,40.5 + parent: 1653 + - uid: 184 + components: + - type: Transform + pos: 35.5,38.5 + parent: 1653 + - uid: 185 + components: + - type: Transform + pos: 46.5,39.5 + parent: 1653 + - uid: 187 + components: + - type: Transform + pos: 29.5,36.5 + parent: 1653 + - uid: 188 + components: + - type: Transform + pos: 29.5,34.5 + parent: 1653 + - uid: 189 + components: + - type: Transform + pos: 17.5,34.5 + parent: 1653 + - uid: 190 + components: + - type: Transform + pos: 17.5,36.5 + parent: 1653 + - uid: 191 + components: + - type: Transform + pos: 5.5,34.5 + parent: 1653 + - uid: 192 + components: + - type: Transform + pos: 5.5,36.5 + parent: 1653 + - uid: 193 + components: + - type: Transform + pos: 6.5,32.5 + parent: 1653 + - uid: 194 + components: + - type: Transform + pos: 6.5,30.5 + parent: 1653 + - uid: 195 + components: + - type: Transform + pos: 20.5,32.5 + parent: 1653 + - uid: 196 + components: + - type: Transform + pos: 20.5,30.5 + parent: 1653 + - uid: 197 + components: + - type: Transform + pos: 34.5,32.5 + parent: 1653 + - uid: 198 + components: + - type: Transform + pos: 34.5,30.5 + parent: 1653 + - uid: 199 + components: + - type: Transform + pos: 13.5,24.5 + parent: 1653 + - uid: 200 + components: + - type: Transform + pos: 13.5,25.5 + parent: 1653 + - uid: 201 + components: + - type: Transform + pos: 13.5,26.5 + parent: 1653 + - uid: 202 + components: + - type: Transform + pos: 13.5,27.5 + parent: 1653 + - uid: 203 + components: + - type: Transform + pos: 13.5,28.5 + parent: 1653 + - uid: 204 + components: + - type: Transform + pos: 12.5,26.5 + parent: 1653 + - uid: 205 + components: + - type: Transform + pos: 14.5,26.5 + parent: 1653 + - uid: 206 + components: + - type: Transform + pos: 17.5,24.5 + parent: 1653 + - uid: 207 + components: + - type: Transform + pos: 17.5,25.5 + parent: 1653 + - uid: 208 + components: + - type: Transform + pos: 17.5,26.5 + parent: 1653 + - uid: 209 + components: + - type: Transform + pos: 17.5,27.5 + parent: 1653 + - uid: 210 + components: + - type: Transform + pos: 17.5,28.5 + parent: 1653 + - uid: 211 + components: + - type: Transform + pos: 16.5,26.5 + parent: 1653 + - uid: 212 + components: + - type: Transform + pos: 18.5,26.5 + parent: 1653 + - uid: 213 + components: + - type: Transform + pos: 30.5,31.5 + parent: 1653 + - uid: 220 + components: + - type: Transform + pos: 2.5,18.5 + parent: 1653 + - uid: 221 + components: + - type: Transform + pos: 2.5,19.5 + parent: 1653 + - uid: 222 + components: + - type: Transform + pos: 2.5,20.5 + parent: 1653 + - uid: 223 + components: + - type: Transform + pos: 2.5,21.5 + parent: 1653 + - uid: 224 + components: + - type: Transform + pos: 2.5,22.5 + parent: 1653 + - uid: 225 + components: + - type: Transform + pos: 3.5,20.5 + parent: 1653 + - uid: 226 + components: + - type: Transform + pos: 4.5,20.5 + parent: 1653 + - uid: 227 + components: + - type: Transform + pos: 1.5,20.5 + parent: 1653 + - uid: 228 + components: + - type: Transform + pos: 0.5,20.5 + parent: 1653 + - uid: 230 + components: + - type: Transform + pos: 43.5,40.5 + parent: 1653 + - uid: 231 + components: + - type: Transform + pos: 43.5,38.5 + parent: 1653 + - uid: 238 + components: + - type: Transform + pos: 14.5,18.5 + parent: 1653 + - uid: 239 + components: + - type: Transform + pos: 14.5,19.5 + parent: 1653 + - uid: 240 + components: + - type: Transform + pos: 14.5,20.5 + parent: 1653 + - uid: 241 + components: + - type: Transform + pos: 14.5,21.5 + parent: 1653 + - uid: 242 + components: + - type: Transform + pos: 14.5,22.5 + parent: 1653 + - uid: 243 + components: + - type: Transform + pos: 13.5,20.5 + parent: 1653 + - uid: 244 + components: + - type: Transform + pos: 12.5,20.5 + parent: 1653 + - uid: 245 + components: + - type: Transform + pos: 15.5,20.5 + parent: 1653 + - uid: 246 + components: + - type: Transform + pos: 16.5,20.5 + parent: 1653 + - uid: 247 + components: + - type: Transform + pos: 20.5,18.5 + parent: 1653 + - uid: 248 + components: + - type: Transform + pos: 20.5,19.5 + parent: 1653 + - uid: 249 + components: + - type: Transform + pos: 20.5,20.5 + parent: 1653 + - uid: 250 + components: + - type: Transform + pos: 20.5,21.5 + parent: 1653 + - uid: 251 + components: + - type: Transform + pos: 20.5,22.5 + parent: 1653 + - uid: 252 + components: + - type: Transform + pos: 19.5,20.5 + parent: 1653 + - uid: 253 + components: + - type: Transform + pos: 18.5,20.5 + parent: 1653 + - uid: 254 + components: + - type: Transform + pos: 21.5,20.5 + parent: 1653 + - uid: 255 + components: + - type: Transform + pos: 22.5,20.5 + parent: 1653 + - uid: 256 + components: + - type: Transform + pos: 26.5,18.5 + parent: 1653 + - uid: 257 + components: + - type: Transform + pos: 26.5,19.5 + parent: 1653 + - uid: 258 + components: + - type: Transform + pos: 26.5,20.5 + parent: 1653 + - uid: 259 + components: + - type: Transform + pos: 26.5,21.5 + parent: 1653 + - uid: 260 + components: + - type: Transform + pos: 26.5,22.5 + parent: 1653 + - uid: 263 + components: + - type: Transform + pos: 27.5,20.5 + parent: 1653 + - uid: 264 + components: + - type: Transform + pos: 28.5,20.5 + parent: 1653 + - uid: 265 + components: + - type: Transform + pos: 32.5,18.5 + parent: 1653 + - uid: 266 + components: + - type: Transform + pos: 32.5,19.5 + parent: 1653 + - uid: 267 + components: + - type: Transform + pos: 32.5,20.5 + parent: 1653 + - uid: 268 + components: + - type: Transform + pos: 32.5,21.5 + parent: 1653 + - uid: 269 + components: + - type: Transform + pos: 32.5,22.5 + parent: 1653 + - uid: 270 + components: + - type: Transform + pos: 31.5,20.5 + parent: 1653 + - uid: 271 + components: + - type: Transform + pos: 30.5,20.5 + parent: 1653 + - uid: 272 + components: + - type: Transform + pos: 33.5,20.5 + parent: 1653 + - uid: 273 + components: + - type: Transform + pos: 34.5,20.5 + parent: 1653 + - uid: 283 + components: + - type: Transform + pos: 9.5,20.5 + parent: 1653 + - uid: 285 + components: + - type: Transform + pos: 7.5,20.5 + parent: 1653 + - uid: 289 + components: + - type: Transform + pos: 6.5,20.5 + parent: 1653 + - uid: 290 + components: + - type: Transform + pos: 19.5,12.5 + parent: 1653 + - uid: 291 + components: + - type: Transform + pos: 22.5,14.5 + parent: 1653 + - uid: 292 + components: + - type: Transform + pos: 8.5,14.5 + parent: 1653 + - uid: 293 + components: + - type: Transform + pos: 20.5,14.5 + parent: 1653 + - uid: 295 + components: + - type: Transform + pos: 17.5,14.5 + parent: 1653 + - uid: 296 + components: + - type: Transform + pos: 18.5,14.5 + parent: 1653 + - uid: 297 + components: + - type: Transform + pos: 10.5,12.5 + parent: 1653 + - uid: 298 + components: + - type: Transform + pos: 10.5,14.5 + parent: 1653 + - uid: 299 + components: + - type: Transform + pos: 11.5,14.5 + parent: 1653 + - uid: 300 + components: + - type: Transform + pos: 12.5,14.5 + parent: 1653 + - uid: 302 + components: + - type: Transform + pos: 14.5,14.5 + parent: 1653 + - uid: 304 + components: + - type: Transform + pos: 11.5,16.5 + parent: 1653 + - uid: 305 + components: + - type: Transform + pos: 11.5,13.5 + parent: 1653 + - uid: 306 + components: + - type: Transform + pos: 11.5,12.5 + parent: 1653 + - uid: 309 + components: + - type: Transform + pos: 5.5,26.5 + parent: 1653 + - uid: 310 + components: + - type: Transform + pos: 5.5,27.5 + parent: 1653 + - uid: 311 + components: + - type: Transform + pos: 4.5,26.5 + parent: 1653 + - uid: 312 + components: + - type: Transform + pos: 5.5,28.5 + parent: 1653 + - uid: 313 + components: + - type: Transform + pos: 6.5,26.5 + parent: 1653 + - uid: 317 + components: + - type: Transform + pos: 24.5,39.5 + parent: 1653 + - uid: 318 + components: + - type: Transform + pos: 32.5,14.5 + parent: 1653 + - uid: 319 + components: + - type: Transform + pos: 33.5,14.5 + parent: 1653 + - uid: 320 + components: + - type: Transform + pos: 34.5,14.5 + parent: 1653 + - uid: 321 + components: + - type: Transform + pos: 35.5,14.5 + parent: 1653 + - uid: 322 + components: + - type: Transform + pos: 36.5,14.5 + parent: 1653 + - uid: 323 + components: + - type: Transform + pos: 37.5,14.5 + parent: 1653 + - uid: 324 + components: + - type: Transform + pos: 38.5,14.5 + parent: 1653 + - uid: 325 + components: + - type: Transform + pos: 35.5,13.5 + parent: 1653 + - uid: 326 + components: + - type: Transform + pos: 35.5,12.5 + parent: 1653 + - uid: 327 + components: + - type: Transform + pos: 35.5,15.5 + parent: 1653 + - uid: 328 + components: + - type: Transform + pos: 35.5,16.5 + parent: 1653 + - uid: 329 + components: + - type: Transform + pos: 19.5,14.5 + parent: 1653 + - uid: 330 + components: + - type: Transform + pos: 21.5,14.5 + parent: 1653 + - uid: 331 + components: + - type: Transform + pos: 19.5,13.5 + parent: 1653 + - uid: 333 + components: + - type: Transform + pos: 19.5,16.5 + parent: 1653 + - uid: 340 + components: + - type: Transform + pos: 34.5,8.5 + parent: 1653 + - uid: 341 + components: + - type: Transform + pos: 33.5,8.5 + parent: 1653 + - uid: 342 + components: + - type: Transform + pos: 32.5,8.5 + parent: 1653 + - uid: 343 + components: + - type: Transform + pos: 31.5,8.5 + parent: 1653 + - uid: 344 + components: + - type: Transform + pos: 30.5,8.5 + parent: 1653 + - uid: 345 + components: + - type: Transform + pos: 29.5,8.5 + parent: 1653 + - uid: 346 + components: + - type: Transform + pos: 28.5,8.5 + parent: 1653 + - uid: 347 + components: + - type: Transform + pos: 27.5,8.5 + parent: 1653 + - uid: 348 + components: + - type: Transform + pos: 26.5,8.5 + parent: 1653 + - uid: 349 + components: + - type: Transform + pos: 25.5,8.5 + parent: 1653 + - uid: 350 + components: + - type: Transform + pos: 24.5,8.5 + parent: 1653 + - uid: 351 + components: + - type: Transform + pos: 29.5,9.5 + parent: 1653 + - uid: 352 + components: + - type: Transform + pos: 29.5,10.5 + parent: 1653 + - uid: 355 + components: + - type: Transform + pos: 22.5,8.5 + parent: 1653 + - uid: 356 + components: + - type: Transform + pos: 21.5,8.5 + parent: 1653 + - uid: 357 + components: + - type: Transform + pos: 20.5,8.5 + parent: 1653 + - uid: 358 + components: + - type: Transform + pos: 19.5,8.5 + parent: 1653 + - uid: 359 + components: + - type: Transform + pos: 18.5,8.5 + parent: 1653 + - uid: 360 + components: + - type: Transform + pos: 17.5,8.5 + parent: 1653 + - uid: 361 + components: + - type: Transform + pos: 16.5,8.5 + parent: 1653 + - uid: 362 + components: + - type: Transform + pos: 15.5,8.5 + parent: 1653 + - uid: 363 + components: + - type: Transform + pos: 14.5,8.5 + parent: 1653 + - uid: 364 + components: + - type: Transform + pos: 13.5,8.5 + parent: 1653 + - uid: 365 + components: + - type: Transform + pos: 12.5,8.5 + parent: 1653 + - uid: 366 + components: + - type: Transform + pos: 17.5,9.5 + parent: 1653 + - uid: 367 + components: + - type: Transform + pos: 17.5,10.5 + parent: 1653 + - uid: 368 + components: + - type: Transform + pos: 17.5,7.5 + parent: 1653 + - uid: 369 + components: + - type: Transform + pos: 17.5,6.5 + parent: 1653 + - uid: 370 + components: + - type: Transform + pos: 10.5,8.5 + parent: 1653 + - uid: 371 + components: + - type: Transform + pos: 9.5,8.5 + parent: 1653 + - uid: 372 + components: + - type: Transform + pos: 8.5,8.5 + parent: 1653 + - uid: 373 + components: + - type: Transform + pos: 7.5,8.5 + parent: 1653 + - uid: 374 + components: + - type: Transform + pos: 6.5,8.5 + parent: 1653 + - uid: 375 + components: + - type: Transform + pos: 5.5,8.5 + parent: 1653 + - uid: 376 + components: + - type: Transform + pos: 4.5,8.5 + parent: 1653 + - uid: 377 + components: + - type: Transform + pos: 3.5,8.5 + parent: 1653 + - uid: 378 + components: + - type: Transform + pos: 2.5,8.5 + parent: 1653 + - uid: 379 + components: + - type: Transform + pos: 1.5,8.5 + parent: 1653 + - uid: 380 + components: + - type: Transform + pos: 0.5,8.5 + parent: 1653 + - uid: 381 + components: + - type: Transform + pos: 5.5,9.5 + parent: 1653 + - uid: 382 + components: + - type: Transform + pos: 5.5,10.5 + parent: 1653 + - uid: 383 + components: + - type: Transform + pos: 5.5,7.5 + parent: 1653 + - uid: 384 + components: + - type: Transform + pos: 5.5,6.5 + parent: 1653 + - uid: 390 + components: + - type: Transform + pos: 46.5,14.5 + parent: 1653 + - uid: 391 + components: + - type: Transform + pos: 43.5,16.5 + parent: 1653 + - uid: 392 + components: + - type: Transform + pos: 43.5,12.5 + parent: 1653 + - uid: 393 + components: + - type: Transform + pos: 43.5,15.5 + parent: 1653 + - uid: 394 + components: + - type: Transform + pos: 43.5,13.5 + parent: 1653 + - uid: 396 + components: + - type: Transform + pos: 8.5,1.5 + parent: 1653 + - uid: 398 + components: + - type: Transform + pos: 8.5,3.5 + parent: 1653 + - uid: 399 + components: + - type: Transform + pos: 16.5,2.5 + parent: 1653 + - uid: 401 + components: + - type: Transform + pos: 8.5,0.5 + parent: 1653 + - uid: 402 + components: + - type: Transform + pos: 8.5,4.5 + parent: 1653 + - uid: 406 + components: + - type: Transform + pos: 18.5,2.5 + parent: 1653 + - uid: 407 + components: + - type: Transform + pos: 19.5,2.5 + parent: 1653 + - uid: 408 + components: + - type: Transform + pos: 20.5,2.5 + parent: 1653 + - uid: 409 + components: + - type: Transform + pos: 21.5,2.5 + parent: 1653 + - uid: 410 + components: + - type: Transform + pos: 22.5,2.5 + parent: 1653 + - uid: 411 + components: + - type: Transform + pos: 23.5,2.5 + parent: 1653 + - uid: 412 + components: + - type: Transform + pos: 24.5,2.5 + parent: 1653 + - uid: 413 + components: + - type: Transform + pos: 25.5,2.5 + parent: 1653 + - uid: 414 + components: + - type: Transform + pos: 26.5,2.5 + parent: 1653 + - uid: 415 + components: + - type: Transform + pos: 27.5,2.5 + parent: 1653 + - uid: 416 + components: + - type: Transform + pos: 28.5,2.5 + parent: 1653 + - uid: 417 + components: + - type: Transform + pos: 29.5,2.5 + parent: 1653 + - uid: 418 + components: + - type: Transform + pos: 30.5,2.5 + parent: 1653 + - uid: 419 + components: + - type: Transform + pos: 31.5,2.5 + parent: 1653 + - uid: 420 + components: + - type: Transform + pos: 32.5,2.5 + parent: 1653 + - uid: 421 + components: + - type: Transform + pos: 33.5,2.5 + parent: 1653 + - uid: 422 + components: + - type: Transform + pos: 34.5,2.5 + parent: 1653 + - uid: 423 + components: + - type: Transform + pos: 36.5,2.5 + parent: 1653 + - uid: 424 + components: + - type: Transform + pos: 26.5,3.5 + parent: 1653 + - uid: 425 + components: + - type: Transform + pos: 26.5,4.5 + parent: 1653 + - uid: 426 + components: + - type: Transform + pos: 26.5,1.5 + parent: 1653 + - uid: 427 + components: + - type: Transform + pos: 26.5,0.5 + parent: 1653 + - uid: 428 + components: + - type: Transform + pos: 37.5,2.5 + parent: 1653 + - uid: 429 + components: + - type: Transform + pos: 38.5,2.5 + parent: 1653 + - uid: 430 + components: + - type: Transform + pos: 39.5,2.5 + parent: 1653 + - uid: 431 + components: + - type: Transform + pos: 40.5,2.5 + parent: 1653 + - uid: 432 + components: + - type: Transform + pos: 41.5,2.5 + parent: 1653 + - uid: 433 + components: + - type: Transform + pos: 42.5,2.5 + parent: 1653 + - uid: 434 + components: + - type: Transform + pos: 43.5,2.5 + parent: 1653 + - uid: 435 + components: + - type: Transform + pos: 44.5,2.5 + parent: 1653 + - uid: 436 + components: + - type: Transform + pos: 45.5,2.5 + parent: 1653 + - uid: 437 + components: + - type: Transform + pos: 46.5,2.5 + parent: 1653 + - uid: 438 + components: + - type: Transform + pos: 47.5,2.5 + parent: 1653 + - uid: 439 + components: + - type: Transform + pos: 48.5,2.5 + parent: 1653 + - uid: 440 + components: + - type: Transform + pos: 49.5,2.5 + parent: 1653 + - uid: 441 + components: + - type: Transform + pos: 50.5,2.5 + parent: 1653 + - uid: 442 + components: + - type: Transform + pos: 51.5,2.5 + parent: 1653 + - uid: 443 + components: + - type: Transform + pos: 52.5,2.5 + parent: 1653 + - uid: 444 + components: + - type: Transform + pos: 53.5,2.5 + parent: 1653 + - uid: 445 + components: + - type: Transform + pos: 54.5,2.5 + parent: 1653 + - uid: 447 + components: + - type: Transform + pos: 45.5,3.5 + parent: 1653 + - uid: 448 + components: + - type: Transform + pos: 45.5,4.5 + parent: 1653 + - uid: 449 + components: + - type: Transform + pos: 45.5,0.5 + parent: 1653 + - uid: 450 + components: + - type: Transform + pos: 45.5,1.5 + parent: 1653 + - uid: 485 + components: + - type: Transform + pos: 19.5,15.5 + parent: 1653 + - uid: 494 + components: + - type: Transform + pos: 10.5,2.5 + parent: 1653 + - uid: 495 + components: + - type: Transform + pos: 14.5,2.5 + parent: 1653 + - uid: 499 + components: + - type: Transform + pos: 24.5,14.5 + parent: 1653 + - uid: 500 + components: + - type: Transform + pos: 27.5,16.5 + parent: 1653 + - uid: 502 + components: + - type: Transform + pos: 15.5,2.5 + parent: 1653 + - uid: 509 + components: + - type: Transform + pos: 27.5,13.5 + parent: 1653 + - uid: 514 + components: + - type: Transform + pos: 27.5,12.5 + parent: 1653 + - uid: 515 + components: + - type: Transform + pos: 27.5,15.5 + parent: 1653 + - uid: 568 + components: + - type: Transform + pos: 12.5,43.5 + parent: 1653 + - uid: 572 + components: + - type: Transform + pos: 13.5,43.5 + parent: 1653 + - uid: 593 + components: + - type: Transform + pos: 12.5,2.5 + parent: 1653 + - uid: 594 + components: + - type: Transform + pos: 11.5,2.5 + parent: 1653 + - uid: 595 + components: + - type: Transform + pos: 13.5,2.5 + parent: 1653 + - uid: 597 + components: + - type: Transform + pos: 19.5,43.5 + parent: 1653 + - uid: 623 + components: + - type: Transform + pos: 19.5,42.5 + parent: 1653 + - uid: 624 + components: + - type: Transform + pos: 19.5,47.5 + parent: 1653 + - uid: 679 + components: + - type: Transform + pos: 35.5,31.5 + parent: 1653 + - uid: 681 + components: + - type: Transform + pos: 29.5,31.5 + parent: 1653 + - uid: 684 + components: + - type: Transform + pos: 31.5,31.5 + parent: 1653 + - uid: 839 + components: + - type: Transform + pos: 36.5,31.5 + parent: 1653 + - uid: 843 + components: + - type: Transform + pos: 38.5,31.5 + parent: 1653 + - uid: 859 + components: + - type: Transform + pos: 37.5,31.5 + parent: 1653 + - uid: 914 + components: + - type: Transform + pos: 20.5,45.5 + parent: 1653 + - uid: 917 + components: + - type: Transform + pos: 42.5,39.5 + parent: 1653 + - uid: 918 + components: + - type: Transform + pos: 8.5,22.5 + parent: 1653 + - uid: 919 + components: + - type: Transform + pos: 8.5,21.5 + parent: 1653 + - uid: 920 + components: + - type: Transform + pos: 3.5,12.5 + parent: 1653 + - uid: 921 + components: + - type: Transform + pos: 3.5,13.5 + parent: 1653 + - uid: 922 + components: + - type: Transform + pos: 4.5,2.5 + parent: 1653 + - uid: 923 + components: + - type: Transform + pos: 6.5,2.5 + parent: 1653 + - uid: 926 + components: + - type: Transform + pos: 16.5,45.5 + parent: 1653 + - uid: 927 + components: + - type: Transform + pos: 7.5,2.5 + parent: 1653 + - uid: 929 + components: + - type: Transform + pos: 5.5,2.5 + parent: 1653 + - uid: 954 + components: + - type: Transform + pos: 42.5,14.5 + parent: 1653 + - uid: 963 + components: + - type: Transform + pos: 8.5,20.5 + parent: 1653 + - uid: 1029 + components: + - type: Transform + pos: 28.5,21.5 + parent: 1653 + - uid: 1030 + components: + - type: Transform + pos: 28.5,22.5 + parent: 1653 + - uid: 1031 + components: + - type: Transform + pos: 25.5,18.5 + parent: 1653 + - uid: 1032 + components: + - type: Transform + pos: 24.5,18.5 + parent: 1653 + - uid: 1033 + components: + - type: Transform + pos: 25.5,22.5 + parent: 1653 + - uid: 1034 + components: + - type: Transform + pos: 24.5,22.5 + parent: 1653 + - uid: 1035 + components: + - type: Transform + pos: 24.5,21.5 + parent: 1653 + - uid: 1036 + components: + - type: Transform + pos: 24.5,20.5 + parent: 1653 + - uid: 1037 + components: + - type: Transform + pos: 24.5,19.5 + parent: 1653 + - uid: 1078 + components: + - type: Transform + pos: 8.5,18.5 + parent: 1653 + - uid: 1081 + components: + - type: Transform + pos: 41.5,39.5 + parent: 1653 + - uid: 1082 + components: + - type: Transform + pos: 16.5,14.5 + parent: 1653 + - uid: 1083 + components: + - type: Transform + pos: 40.5,39.5 + parent: 1653 + - uid: 1086 + components: + - type: Transform + pos: 4.5,14.5 + parent: 1653 + - uid: 1087 + components: + - type: Transform + pos: 5.5,14.5 + parent: 1653 + - uid: 1092 + components: + - type: Transform + pos: 1.5,2.5 + parent: 1653 + - uid: 1093 + components: + - type: Transform + pos: 2.5,2.5 + parent: 1653 + - uid: 1097 + components: + - type: Transform + pos: 40.5,14.5 + parent: 1653 + - uid: 1098 + components: + - type: Transform + pos: 41.5,14.5 + parent: 1653 + - uid: 1099 + components: + - type: Transform + pos: 44.5,14.5 + parent: 1653 + - uid: 1100 + components: + - type: Transform + pos: 45.5,14.5 + parent: 1653 + - uid: 1101 + components: + - type: Transform + pos: 43.5,14.5 + parent: 1653 + - uid: 1103 + components: + - type: Transform + pos: 21.5,45.5 + parent: 1653 + - uid: 1104 + components: + - type: Transform + pos: 43.5,39.5 + parent: 1653 + - uid: 1108 + components: + - type: Transform + pos: 0.5,14.5 + parent: 1653 + - uid: 1109 + components: + - type: Transform + pos: 6.5,14.5 + parent: 1653 + - uid: 1110 + components: + - type: Transform + pos: 1.5,14.5 + parent: 1653 + - uid: 1118 + components: + - type: Transform + pos: 2.5,14.5 + parent: 1653 + - uid: 1120 + components: + - type: Transform + pos: 10.5,20.5 + parent: 1653 + - uid: 1121 + components: + - type: Transform + pos: 8.5,2.5 + parent: 1653 + - uid: 1122 + components: + - type: Transform + pos: 0.5,2.5 + parent: 1653 + - uid: 1123 + components: + - type: Transform + pos: 3.5,2.5 + parent: 1653 + - uid: 1126 + components: + - type: Transform + pos: 8.5,12.5 + parent: 1653 + - uid: 1130 + components: + - type: Transform + pos: 9.5,12.5 + parent: 1653 + - uid: 1135 + components: + - type: Transform + pos: 8.5,13.5 + parent: 1653 + - uid: 1136 + components: + - type: Transform + pos: 8.5,15.5 + parent: 1653 + - uid: 1137 + components: + - type: Transform + pos: 8.5,16.5 + parent: 1653 + - uid: 1138 + components: + - type: Transform + pos: 9.5,16.5 + parent: 1653 + - uid: 1139 + components: + - type: Transform + pos: 10.5,16.5 + parent: 1653 + - uid: 1140 + components: + - type: Transform + pos: 12.5,16.5 + parent: 1653 + - uid: 1141 + components: + - type: Transform + pos: 13.5,16.5 + parent: 1653 + - uid: 1142 + components: + - type: Transform + pos: 14.5,16.5 + parent: 1653 + - uid: 1143 + components: + - type: Transform + pos: 14.5,15.5 + parent: 1653 + - uid: 1144 + components: + - type: Transform + pos: 14.5,13.5 + parent: 1653 + - uid: 1145 + components: + - type: Transform + pos: 14.5,12.5 + parent: 1653 + - uid: 1146 + components: + - type: Transform + pos: 13.5,12.5 + parent: 1653 + - uid: 1147 + components: + - type: Transform + pos: 12.5,12.5 + parent: 1653 + - uid: 1159 + components: + - type: Transform + pos: 19.5,48.5 + parent: 1653 + - uid: 1166 + components: + - type: Transform + pos: 3.5,14.5 + parent: 1653 + - uid: 1167 + components: + - type: Transform + pos: 3.5,15.5 + parent: 1653 + - uid: 1168 + components: + - type: Transform + pos: 3.5,16.5 + parent: 1653 + - uid: 1169 + components: + - type: Transform + pos: 8.5,19.5 + parent: 1653 + - uid: 1170 + components: + - type: Transform + pos: 9.5,2.5 + parent: 1653 + - uid: 1207 + components: + - type: Transform + pos: 29.5,39.5 + parent: 1653 + - uid: 1213 + components: + - type: Transform + pos: 27.5,14.5 + parent: 1653 + - uid: 1215 + components: + - type: Transform + pos: 27.5,39.5 + parent: 1653 + - uid: 1220 + components: + - type: Transform + pos: 5.5,24.5 + parent: 1653 + - uid: 1233 + components: + - type: Transform + pos: 27.5,40.5 + parent: 1653 + - uid: 1234 + components: + - type: Transform + pos: 37.5,39.5 + parent: 1653 + - uid: 1235 + components: + - type: Transform + pos: 29.5,14.5 + parent: 1653 + - uid: 1244 + components: + - type: Transform + pos: 27.5,38.5 + parent: 1653 + - uid: 1245 + components: + - type: Transform + pos: 36.5,39.5 + parent: 1653 + - uid: 1259 + components: + - type: Transform + pos: 5.5,25.5 + parent: 1653 + - uid: 1261 + components: + - type: Transform + pos: 26.5,14.5 + parent: 1653 + - uid: 1263 + components: + - type: Transform + pos: 28.5,14.5 + parent: 1653 + - uid: 1264 + components: + - type: Transform + pos: 25.5,14.5 + parent: 1653 + - uid: 1265 + components: + - type: Transform + pos: 38.5,39.5 + parent: 1653 + - uid: 1266 + components: + - type: Transform + pos: 35.5,39.5 + parent: 1653 + - uid: 1270 + components: + - type: Transform + pos: 30.5,14.5 + parent: 1653 + - uid: 1286 + components: + - type: Transform + pos: 28.5,39.5 + parent: 1653 + - uid: 1309 + components: + - type: Transform + pos: 18.5,45.5 + parent: 1653 + - uid: 1310 + components: + - type: Transform + pos: 19.5,44.5 + parent: 1653 + - uid: 1312 + components: + - type: Transform + pos: 17.5,45.5 + parent: 1653 + - uid: 1317 + components: + - type: Transform + pos: 22.5,45.5 + parent: 1653 + - uid: 1327 + components: + - type: Transform + pos: 19.5,45.5 + parent: 1653 + - uid: 1510 + components: + - type: Transform + pos: 30.5,9.5 + parent: 1653 + - uid: 1511 + components: + - type: Transform + pos: 31.5,7.5 + parent: 1653 + - uid: 1512 + components: + - type: Transform + pos: 31.5,6.5 + parent: 1653 + - uid: 1513 + components: + - type: Transform + pos: 30.5,6.5 + parent: 1653 + - uid: 1514 + components: + - type: Transform + pos: 29.5,6.5 + parent: 1653 + - uid: 1515 + components: + - type: Transform + pos: 28.5,6.5 + parent: 1653 + - uid: 1516 + components: + - type: Transform + pos: 27.5,6.5 + parent: 1653 + - uid: 1517 + components: + - type: Transform + pos: 27.5,7.5 + parent: 1653 + - uid: 1746 + components: + - type: Transform + pos: 22.5,26.5 + parent: 1653 + - uid: 1994 + components: + - type: Transform + pos: 21.5,26.5 + parent: 1653 + - uid: 1999 + components: + - type: Transform + pos: 29.5,40.5 + parent: 1653 + - uid: 2013 + components: + - type: Transform + pos: 20.5,26.5 + parent: 1653 + - uid: 2038 + components: + - type: Transform + pos: 21.5,27.5 + parent: 1653 + - uid: 2039 + components: + - type: Transform + pos: 21.5,28.5 + parent: 1653 + - uid: 2040 + components: + - type: Transform + pos: 21.5,24.5 + parent: 1653 + - uid: 2041 + components: + - type: Transform + pos: 21.5,25.5 + parent: 1653 + - uid: 2109 + components: + - type: Transform + pos: 24.5,25.5 + parent: 1653 + - uid: 2110 + components: + - type: Transform + pos: 25.5,25.5 + parent: 1653 + - uid: 2111 + components: + - type: Transform + pos: 26.5,25.5 + parent: 1653 + - uid: 2112 + components: + - type: Transform + pos: 25.5,26.5 + parent: 1653 + - uid: 2113 + components: + - type: Transform + pos: 25.5,24.5 + parent: 1653 + - uid: 2114 + components: + - type: Transform + pos: 28.5,25.5 + parent: 1653 + - uid: 2115 + components: + - type: Transform + pos: 29.5,25.5 + parent: 1653 + - uid: 2116 + components: + - type: Transform + pos: 30.5,25.5 + parent: 1653 + - uid: 2117 + components: + - type: Transform + pos: 29.5,26.5 + parent: 1653 + - uid: 2118 + components: + - type: Transform + pos: 29.5,24.5 + parent: 1653 +- proto: CableHV + entities: + - uid: 316 + components: + - type: Transform + pos: 24.5,39.5 + parent: 1653 + - uid: 532 + components: + - type: Transform + pos: 26.5,38.5 + parent: 1653 + - uid: 544 + components: + - type: Transform + pos: 11.5,46.5 + parent: 1653 + - uid: 545 + components: + - type: Transform + pos: 10.5,46.5 + parent: 1653 + - uid: 546 + components: + - type: Transform + pos: 9.5,46.5 + parent: 1653 + - uid: 547 + components: + - type: Transform + pos: 12.5,46.5 + parent: 1653 + - uid: 548 + components: + - type: Transform + pos: 13.5,46.5 + parent: 1653 + - uid: 549 + components: + - type: Transform + pos: 13.5,47.5 + parent: 1653 + - uid: 550 + components: + - type: Transform + pos: 11.5,47.5 + parent: 1653 + - uid: 551 + components: + - type: Transform + pos: 9.5,47.5 + parent: 1653 + - uid: 552 + components: + - type: Transform + pos: 11.5,45.5 + parent: 1653 + - uid: 553 + components: + - type: Transform + pos: 11.5,44.5 + parent: 1653 + - uid: 554 + components: + - type: Transform + pos: 11.5,43.5 + parent: 1653 + - uid: 555 + components: + - type: Transform + pos: 11.5,42.5 + parent: 1653 + - uid: 556 + components: + - type: Transform + pos: 10.5,42.5 + parent: 1653 + - uid: 557 + components: + - type: Transform + pos: 9.5,42.5 + parent: 1653 + - uid: 558 + components: + - type: Transform + pos: 8.5,42.5 + parent: 1653 + - uid: 728 + components: + - type: Transform + pos: 26.5,40.5 + parent: 1653 + - uid: 1014 + components: + - type: Transform + pos: 25.5,19.5 + parent: 1653 + - uid: 1015 + components: + - type: Transform + pos: 25.5,20.5 + parent: 1653 + - uid: 1016 + components: + - type: Transform + pos: 25.5,21.5 + parent: 1653 + - uid: 1017 + components: + - type: Transform + pos: 26.5,20.5 + parent: 1653 + - uid: 1018 + components: + - type: Transform + pos: 27.5,20.5 + parent: 1653 + - uid: 1019 + components: + - type: Transform + pos: 28.5,20.5 + parent: 1653 + - uid: 1020 + components: + - type: Transform + pos: 28.5,19.5 + parent: 1653 + - uid: 1021 + components: + - type: Transform + pos: 28.5,18.5 + parent: 1653 + - uid: 1197 + components: + - type: Transform + pos: 30.5,40.5 + parent: 1653 + - uid: 1248 + components: + - type: Transform + pos: 28.5,40.5 + parent: 1653 + - uid: 1340 + components: + - type: Transform + pos: 24.5,40.5 + parent: 1653 + - uid: 1456 + components: + - type: Transform + pos: 30.5,38.5 + parent: 1653 + - uid: 1488 + components: + - type: Transform + pos: 28.5,8.5 + parent: 1653 + - uid: 1489 + components: + - type: Transform + pos: 29.5,8.5 + parent: 1653 + - uid: 1490 + components: + - type: Transform + pos: 30.5,8.5 + parent: 1653 + - uid: 1491 + components: + - type: Transform + pos: 28.5,7.5 + parent: 1653 + - uid: 1492 + components: + - type: Transform + pos: 29.5,7.5 + parent: 1653 + - uid: 1493 + components: + - type: Transform + pos: 30.5,7.5 + parent: 1653 + - uid: 1494 + components: + - type: Transform + pos: 27.5,7.5 + parent: 1653 + - uid: 1495 + components: + - type: Transform + pos: 26.5,7.5 + parent: 1653 + - uid: 1496 + components: + - type: Transform + pos: 31.5,7.5 + parent: 1653 + - uid: 1497 + components: + - type: Transform + pos: 32.5,7.5 + parent: 1653 + - uid: 1498 + components: + - type: Transform + pos: 33.5,7.5 + parent: 1653 + - uid: 1499 + components: + - type: Transform + pos: 33.5,8.5 + parent: 1653 + - uid: 1500 + components: + - type: Transform + pos: 33.5,9.5 + parent: 1653 + - uid: 1502 + components: + - type: Transform + pos: 29.5,9.5 + parent: 1653 + - uid: 1503 + components: + - type: Transform + pos: 25.5,7.5 + parent: 1653 + - uid: 1504 + components: + - type: Transform + pos: 25.5,8.5 + parent: 1653 + - uid: 1505 + components: + - type: Transform + pos: 25.5,9.5 + parent: 1653 + - uid: 1555 + components: + - type: Transform + pos: 25.5,39.5 + parent: 1653 + - uid: 1557 + components: + - type: Transform + pos: 28.5,38.5 + parent: 1653 + - uid: 1558 + components: + - type: Transform + pos: 30.5,39.5 + parent: 1653 + - uid: 1559 + components: + - type: Transform + pos: 27.5,38.5 + parent: 1653 + - uid: 1985 + components: + - type: Transform + pos: 24.5,38.5 + parent: 1653 + - uid: 1986 + components: + - type: Transform + pos: 26.5,39.5 + parent: 1653 + - uid: 1988 + components: + - type: Transform + pos: 27.5,40.5 + parent: 1653 + - uid: 1995 + components: + - type: Transform + pos: 29.5,38.5 + parent: 1653 +- proto: CableMV + entities: + - uid: 573 + components: + - type: Transform + pos: 8.5,42.5 + parent: 1653 + - uid: 574 + components: + - type: Transform + pos: 9.5,42.5 + parent: 1653 + - uid: 575 + components: + - type: Transform + pos: 10.5,42.5 + parent: 1653 + - uid: 576 + components: + - type: Transform + pos: 11.5,42.5 + parent: 1653 + - uid: 577 + components: + - type: Transform + pos: 12.5,42.5 + parent: 1653 + - uid: 578 + components: + - type: Transform + pos: 13.5,42.5 + parent: 1653 + - uid: 579 + components: + - type: Transform + pos: 13.5,43.5 + parent: 1653 + - uid: 1024 + components: + - type: Transform + pos: 28.5,18.5 + parent: 1653 + - uid: 1025 + components: + - type: Transform + pos: 28.5,19.5 + parent: 1653 + - uid: 1026 + components: + - type: Transform + pos: 28.5,20.5 + parent: 1653 + - uid: 1027 + components: + - type: Transform + pos: 28.5,21.5 + parent: 1653 + - uid: 1028 + components: + - type: Transform + pos: 28.5,22.5 + parent: 1653 + - uid: 1508 + components: + - type: Transform + pos: 29.5,9.5 + parent: 1653 + - uid: 1509 + components: + - type: Transform + pos: 30.5,9.5 + parent: 1653 + - uid: 1996 + components: + - type: Transform + pos: 28.5,40.5 + parent: 1653 + - uid: 1997 + components: + - type: Transform + pos: 29.5,40.5 + parent: 1653 +- proto: CableTerminal + entities: + - uid: 543 + components: + - type: Transform + pos: 11.5,46.5 + parent: 1653 + - uid: 1038 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,20.5 + parent: 1653 + - uid: 1518 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,7.5 + parent: 1653 + - uid: 1519 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,7.5 + parent: 1653 + - uid: 1520 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,7.5 + parent: 1653 + - uid: 1987 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,39.5 + parent: 1653 +- proto: Carpet + entities: + - uid: 110 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,46.5 + parent: 1653 + - uid: 234 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,48.5 + parent: 1653 + - uid: 274 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,46.5 + parent: 1653 + - uid: 276 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,47.5 + parent: 1653 + - uid: 1091 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,46.5 + parent: 1653 + - uid: 1786 + components: + - type: Transform + pos: 6.5,20.5 + parent: 1653 + - uid: 1787 + components: + - type: Transform + pos: 7.5,20.5 + parent: 1653 + - uid: 1788 + components: + - type: Transform + pos: 8.5,20.5 + parent: 1653 + - uid: 1789 + components: + - type: Transform + pos: 9.5,20.5 + parent: 1653 + - uid: 1790 + components: + - type: Transform + pos: 10.5,20.5 + parent: 1653 + - uid: 1791 + components: + - type: Transform + pos: 8.5,18.5 + parent: 1653 + - uid: 1792 + components: + - type: Transform + pos: 8.5,19.5 + parent: 1653 + - uid: 1793 + components: + - type: Transform + pos: 8.5,21.5 + parent: 1653 + - uid: 1794 + components: + - type: Transform + pos: 8.5,22.5 + parent: 1653 +- proto: CarpetChapel + entities: + - uid: 1769 + components: + - type: Transform + pos: 6.5,18.5 + parent: 1653 + - uid: 1770 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,19.5 + parent: 1653 + - uid: 1771 + components: + - type: Transform + pos: 9.5,18.5 + parent: 1653 + - uid: 1772 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,19.5 + parent: 1653 + - uid: 1773 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,19.5 + parent: 1653 + - uid: 1774 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,19.5 + parent: 1653 + - uid: 1775 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,18.5 + parent: 1653 + - uid: 1776 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,18.5 + parent: 1653 + - uid: 1777 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,21.5 + parent: 1653 + - uid: 1778 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,21.5 + parent: 1653 + - uid: 1779 + components: + - type: Transform + pos: 6.5,21.5 + parent: 1653 + - uid: 1780 + components: + - type: Transform + pos: 9.5,21.5 + parent: 1653 + - uid: 1781 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,22.5 + parent: 1653 + - uid: 1782 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,22.5 + parent: 1653 + - uid: 1783 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,22.5 + parent: 1653 + - uid: 1784 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,22.5 + parent: 1653 +- proto: CarpetOrange + entities: + - uid: 1236 + components: + - type: Transform + pos: 40.5,0.5 + parent: 1653 + - uid: 1285 + components: + - type: Transform + pos: 42.5,0.5 + parent: 1653 + - uid: 1287 + components: + - type: Transform + pos: 41.5,0.5 + parent: 1653 +- proto: CarpetPurple + entities: + - uid: 37 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,45.5 + parent: 1653 + - uid: 42 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,45.5 + parent: 1653 + - uid: 108 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,47.5 + parent: 1653 + - uid: 519 + components: + - type: Transform + pos: 54.5,0.5 + parent: 1653 + - uid: 974 + components: + - type: Transform + pos: 6.5,6.5 + parent: 1653 + - uid: 975 + components: + - type: Transform + pos: 6.5,7.5 + parent: 1653 + - uid: 976 + components: + - type: Transform + pos: 7.5,6.5 + parent: 1653 + - uid: 977 + components: + - type: Transform + pos: 7.5,7.5 + parent: 1653 + - uid: 978 + components: + - type: Transform + pos: 8.5,6.5 + parent: 1653 + - uid: 979 + components: + - type: Transform + pos: 8.5,7.5 + parent: 1653 + - uid: 980 + components: + - type: Transform + pos: 9.5,6.5 + parent: 1653 + - uid: 981 + components: + - type: Transform + pos: 9.5,7.5 + parent: 1653 + - uid: 982 + components: + - type: Transform + pos: 10.5,6.5 + parent: 1653 + - uid: 983 + components: + - type: Transform + pos: 10.5,7.5 + parent: 1653 + - uid: 1240 + components: + - type: Transform + pos: 52.5,0.5 + parent: 1653 + - uid: 1268 + components: + - type: Transform + pos: 53.5,0.5 + parent: 1653 + - uid: 1315 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,46.5 + parent: 1653 + - uid: 1331 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,48.5 + parent: 1653 + - uid: 1332 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,45.5 + parent: 1653 + - uid: 1336 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,46.5 + parent: 1653 + - uid: 1743 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,45.5 + parent: 1653 +- proto: CarpetSBlue + entities: + - uid: 26 + components: + - type: Transform + pos: 54.5,4.5 + parent: 1653 + - uid: 520 + components: + - type: Transform + pos: 52.5,4.5 + parent: 1653 + - uid: 1251 + components: + - type: Transform + pos: 53.5,4.5 + parent: 1653 + - uid: 1563 + components: + - type: Transform + pos: 50.5,4.5 + parent: 1653 +- proto: Catwalk + entities: + - uid: 560 + components: + - type: Transform + pos: 10.5,45.5 + parent: 1653 + - uid: 561 + components: + - type: Transform + pos: 10.5,46.5 + parent: 1653 + - uid: 562 + components: + - type: Transform + pos: 11.5,46.5 + parent: 1653 + - uid: 563 + components: + - type: Transform + pos: 12.5,46.5 + parent: 1653 + - uid: 564 + components: + - type: Transform + pos: 12.5,45.5 + parent: 1653 + - uid: 565 + components: + - type: Transform + pos: 11.5,45.5 + parent: 1653 + - uid: 1039 + components: + - type: Transform + pos: 25.5,19.5 + parent: 1653 + - uid: 1040 + components: + - type: Transform + pos: 26.5,19.5 + parent: 1653 + - uid: 1041 + components: + - type: Transform + pos: 27.5,19.5 + parent: 1653 + - uid: 1042 + components: + - type: Transform + pos: 27.5,20.5 + parent: 1653 + - uid: 1043 + components: + - type: Transform + pos: 27.5,21.5 + parent: 1653 + - uid: 1044 + components: + - type: Transform + pos: 26.5,21.5 + parent: 1653 + - uid: 1045 + components: + - type: Transform + pos: 25.5,21.5 + parent: 1653 + - uid: 1046 + components: + - type: Transform + pos: 25.5,20.5 + parent: 1653 + - uid: 1521 + components: + - type: Transform + pos: 28.5,7.5 + parent: 1653 + - uid: 1522 + components: + - type: Transform + pos: 29.5,7.5 + parent: 1653 + - uid: 1523 + components: + - type: Transform + pos: 30.5,7.5 + parent: 1653 + - uid: 1945 + components: + - type: Transform + pos: 32.5,39.5 + parent: 1653 + - uid: 1946 + components: + - type: Transform + pos: 33.5,39.5 + parent: 1653 + - uid: 1947 + components: + - type: Transform + pos: 34.5,39.5 + parent: 1653 + - uid: 1948 + components: + - type: Transform + pos: 35.5,39.5 + parent: 1653 + - uid: 1949 + components: + - type: Transform + pos: 36.5,39.5 + parent: 1653 + - uid: 1950 + components: + - type: Transform + pos: 37.5,39.5 + parent: 1653 + - uid: 1951 + components: + - type: Transform + pos: 38.5,39.5 + parent: 1653 + - uid: 1952 + components: + - type: Transform + pos: 35.5,40.5 + parent: 1653 + - uid: 1953 + components: + - type: Transform + pos: 35.5,38.5 + parent: 1653 + - uid: 2000 + components: + - type: Transform + pos: 27.5,40.5 + parent: 1653 + - uid: 2001 + components: + - type: Transform + pos: 27.5,39.5 + parent: 1653 + - uid: 2002 + components: + - type: Transform + pos: 27.5,38.5 + parent: 1653 + - uid: 2003 + components: + - type: Transform + pos: 26.5,39.5 + parent: 1653 + - uid: 2004 + components: + - type: Transform + pos: 28.5,39.5 + parent: 1653 + - uid: 2005 + components: + - type: Transform + pos: 30.5,38.5 + parent: 1653 + - uid: 2006 + components: + - type: Transform + pos: 30.5,39.5 + parent: 1653 + - uid: 2007 + components: + - type: Transform + pos: 30.5,40.5 + parent: 1653 + - uid: 2008 + components: + - type: Transform + pos: 24.5,40.5 + parent: 1653 + - uid: 2009 + components: + - type: Transform + pos: 24.5,39.5 + parent: 1653 + - uid: 2010 + components: + - type: Transform + pos: 24.5,38.5 + parent: 1653 + - uid: 2081 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,28.5 + parent: 1653 + - uid: 2083 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,26.5 + parent: 1653 + - uid: 2085 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,24.5 + parent: 1653 + - uid: 2086 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,26.5 + parent: 1653 +- proto: Chair + entities: + - uid: 630 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,35.5 + parent: 1653 + - uid: 638 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,35.5 + parent: 1653 + - uid: 696 + components: + - type: Transform + pos: 0.5,32.5 + parent: 1653 + - uid: 705 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,30.5 + parent: 1653 + - uid: 706 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,30.5 + parent: 1653 + - uid: 779 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,32.5 + parent: 1653 + - uid: 780 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,30.5 + parent: 1653 + - uid: 783 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,32.5 + parent: 1653 + - uid: 784 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,30.5 + parent: 1653 + - uid: 1004 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,21.5 + parent: 1653 + - uid: 1005 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,19.5 + parent: 1653 + - uid: 1008 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,19.5 + parent: 1653 + - uid: 1009 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,21.5 + parent: 1653 + - uid: 1079 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,34.5 + parent: 1653 + - uid: 1707 + components: + - type: Transform + pos: 0.5,1.5 + parent: 1653 + - uid: 2120 + components: + - type: Transform + pos: 26.5,26.5 + parent: 1653 + - uid: 2127 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,24.5 + parent: 1653 +- proto: ChairOfficeDark + entities: + - uid: 675 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,30.5 + parent: 1653 + - uid: 678 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,30.5 + parent: 1653 + - uid: 697 + components: + - type: Transform + pos: 2.5,32.5 + parent: 1653 + - uid: 708 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,15.5 + parent: 1653 + - uid: 716 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,13.5 + parent: 1653 + - uid: 880 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,16.5 + parent: 1653 + - uid: 1584 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,12.5 + parent: 1653 + - uid: 2049 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,27.5 + parent: 1653 + - uid: 2050 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,25.5 + parent: 1653 +- proto: ChairOfficeLight + entities: + - uid: 462 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,43.5 + parent: 1653 + - uid: 463 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,44.5 + parent: 1653 + - uid: 1062 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,21.5 + parent: 1653 + - uid: 1063 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,22.5 + parent: 1653 + - uid: 1455 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,3.5 + parent: 1653 + - uid: 1467 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,3.5 + parent: 1653 + - uid: 1479 + components: + - type: Transform + pos: 22.5,1.5 + parent: 1653 + - uid: 1480 + components: + - type: Transform + pos: 30.5,1.5 + parent: 1653 + - uid: 1612 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,0.5 + parent: 1653 +- proto: ChairWood + entities: + - uid: 104 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,43.5 + parent: 1653 + - uid: 1084 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,44.5 + parent: 1653 + - uid: 1318 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,42.5 + parent: 1653 + - uid: 1319 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,43.5 + parent: 1653 + - uid: 1334 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,43.5 + parent: 1653 + - uid: 1741 + components: + - type: Transform + pos: 17.5,45.5 + parent: 1653 +- proto: chem_master + entities: + - uid: 1299 + components: + - type: Transform + pos: 0.5,13.5 + parent: 1653 + - uid: 1646 + components: + - type: Transform + pos: 24.5,4.5 + parent: 1653 +- proto: ChemDispenserEmpty + entities: + - uid: 336 + components: + - type: Transform + pos: 0.5,12.5 + parent: 1653 + - uid: 1957 + components: + - type: Transform + pos: 25.5,4.5 + parent: 1653 +- proto: ChemistryHotplate + entities: + - uid: 1175 + components: + - type: Transform + pos: 1.5,12.5 + parent: 1653 +- proto: ClosetJanitorFilled + entities: + - uid: 603 + components: + - type: Transform + pos: 46.5,40.5 + parent: 1653 +- proto: ClosetL3JanitorFilled + entities: + - uid: 186 + components: + - type: Transform + pos: 41.5,40.5 + parent: 1653 +- proto: ClosetL3VirologyFilled + entities: + - uid: 405 + components: + - type: Transform + pos: 14.5,4.5 + parent: 1653 + - uid: 446 + components: + - type: Transform + pos: 13.5,4.5 + parent: 1653 + - uid: 612 + components: + - type: Transform + pos: 15.5,4.5 + parent: 1653 + - uid: 1069 + components: + - type: Transform + pos: 30.5,18.5 + parent: 1653 + - uid: 1076 + components: + - type: Transform + pos: 16.5,32.5 + parent: 1653 + - uid: 1105 + components: + - type: Transform + pos: 0.5,48.5 + parent: 1653 + - uid: 1106 + components: + - type: Transform + pos: 2.5,48.5 + parent: 1653 + - uid: 1107 + components: + - type: Transform + pos: 1.5,48.5 + parent: 1653 + - uid: 1956 + components: + - type: Transform + pos: 29.5,4.5 + parent: 1653 +- proto: ClothingHeadHatCone + entities: + - uid: 2072 + components: + - type: Transform + pos: 17.261436,34.46187 + parent: 1653 + - uid: 2073 + components: + - type: Transform + pos: 17.620811,36.602493 + parent: 1653 + - uid: 2074 + components: + - type: Transform + pos: 22.419394,35.30562 + parent: 1653 + - uid: 2147 + components: + - type: Transform + pos: 12.638144,35.571243 + parent: 1653 +- proto: ClothingNeckAmuletBloodCult + entities: + - uid: 1685 + components: + - type: Transform + pos: 27.494274,14.450742 + parent: 1653 +- proto: ComfyChair + entities: + - uid: 774 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,31.5 + parent: 1653 + - uid: 935 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,18.5 + parent: 1653 + - uid: 937 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,21.5 + parent: 1653 + - uid: 938 + components: + - type: Transform + pos: 13.5,22.5 + parent: 1653 + - uid: 939 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,19.5 + parent: 1653 + - uid: 986 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,6.5 + parent: 1653 + - uid: 987 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,7.5 + parent: 1653 + - uid: 988 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,6.5 + parent: 1653 + - uid: 989 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,6.5 + parent: 1653 +- proto: ComputerTabletopAlert + entities: + - uid: 1939 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,21.5 + parent: 1653 + - uid: 2037 + components: + - type: Transform + pos: 37.5,16.5 + parent: 1653 +- proto: ComputerTabletopAnalysisConsole + entities: + - uid: 1152 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,0.5 + parent: 1653 + - uid: 1738 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,44.5 + parent: 1653 +- proto: ComputerTabletopBroken + entities: + - uid: 838 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,24.5 + parent: 1653 + - uid: 861 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,28.5 + parent: 1653 +- proto: ComputerTabletopCrewMonitoring + entities: + - uid: 1260 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,0.5 + parent: 1653 + - uid: 1614 + components: + - type: Transform + pos: 15.5,1.5 + parent: 1653 + - uid: 1938 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,22.5 + parent: 1653 + - uid: 2034 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,32.5 + parent: 1653 +- proto: ComputerTabletopFrame + entities: + - uid: 1740 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,42.5 + parent: 1653 +- proto: ComputerTabletopMedicalRecords + entities: + - uid: 1739 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,43.5 + parent: 1653 +- proto: ComputerTabletopSurveillanceCameraMonitor + entities: + - uid: 836 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,27.5 + parent: 1653 + - uid: 1613 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,0.5 + parent: 1653 +- proto: ComputerTelevision + entities: + - uid: 1918 + components: + - type: Transform + pos: 44.5,1.5 + parent: 1653 +- proto: CrateFilledSpawner + entities: + - uid: 874 + components: + - type: Transform + pos: 22.5,34.5 + parent: 1653 + - uid: 1383 + components: + - type: Transform + pos: 16.5,25.5 + parent: 1653 +- proto: CrateServiceJanitorialSupplies + entities: + - uid: 229 + components: + - type: Transform + pos: 42.5,40.5 + parent: 1653 +- proto: CrateTrashCartJani + entities: + - uid: 1727 + components: + - type: Transform + pos: 46.5,38.5 + parent: 1653 +- proto: Crematorium + entities: + - uid: 1068 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,18.5 + parent: 1653 +- proto: CultAltarSpawner + entities: + - uid: 1476 + components: + - type: Transform + pos: 27.5,14.5 + parent: 1653 +- proto: DiseaseDiagnoser + entities: + - uid: 857 + components: + - type: Transform + pos: 2.5,46.5 + parent: 1653 + - uid: 863 + components: + - type: Transform + pos: 30.5,19.5 + parent: 1653 + - uid: 1747 + components: + - type: Transform + pos: 27.5,4.5 + parent: 1653 +- proto: DisposalTrunk + entities: + - uid: 1436 + components: + - type: Transform + pos: 21.5,2.5 + parent: 1653 + - uid: 1437 + components: + - type: Transform + pos: 25.5,2.5 + parent: 1653 + - uid: 1438 + components: + - type: Transform + pos: 29.5,2.5 + parent: 1653 + - uid: 1439 + components: + - type: Transform + pos: 33.5,2.5 + parent: 1653 + - uid: 1440 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,1.5 + parent: 1653 + - uid: 1441 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,1.5 + parent: 1653 + - uid: 1442 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,1.5 + parent: 1653 + - uid: 1443 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,1.5 + parent: 1653 +- proto: DisposalUnit + entities: + - uid: 1432 + components: + - type: Transform + pos: 21.5,2.5 + parent: 1653 + - uid: 1433 + components: + - type: Transform + pos: 25.5,2.5 + parent: 1653 + - uid: 1434 + components: + - type: Transform + pos: 29.5,2.5 + parent: 1653 + - uid: 1435 + components: + - type: Transform + pos: 33.5,2.5 + parent: 1653 +- proto: DrinkPoisonWinebottleFull + entities: + - uid: 1806 + components: + - type: Transform + pos: 6.4064465,22.726141 + parent: 1653 +- proto: EmergencyLight + entities: + - uid: 628 + components: + - type: Transform + pos: 6.5,36.5 + parent: 1653 + - uid: 629 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,34.5 + parent: 1653 + - uid: 831 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,15.5 + parent: 1653 + - uid: 931 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,42.5 + parent: 1653 + - uid: 1605 + components: + - type: Transform + pos: 29.5,8.5 + parent: 1653 + - type: ActiveEmergencyLight + - uid: 1606 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,16.5 + parent: 1653 + - type: ActiveEmergencyLight + - uid: 1607 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,44.5 + parent: 1653 + - type: ActiveEmergencyLight + - uid: 1672 + components: + - type: Transform + pos: 3.5,4.5 + parent: 1653 + - uid: 1699 + components: + - type: Transform + pos: 10.5,4.5 + parent: 1653 + - uid: 1758 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,38.5 + parent: 1653 + - uid: 2033 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,40.5 + parent: 1653 + - uid: 2056 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,34.5 + parent: 1653 + - uid: 2057 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,30.5 + parent: 1653 + - uid: 2058 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,38.5 + parent: 1653 + - uid: 2059 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,38.5 + parent: 1653 + - uid: 2060 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,38.5 + parent: 1653 + - uid: 2061 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,38.5 + parent: 1653 + - uid: 2062 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,46.5 + parent: 1653 + - uid: 2063 + components: + - type: Transform + pos: 18.5,47.5 + parent: 1653 + - uid: 2064 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,21.5 + parent: 1653 + - uid: 2065 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,15.5 + parent: 1653 + - uid: 2066 + components: + - type: Transform + pos: 18.5,10.5 + parent: 1653 + - uid: 2067 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,6.5 + parent: 1653 + - uid: 2068 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,0.5 + parent: 1653 + - uid: 2069 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,0.5 + parent: 1653 + - uid: 2070 + components: + - type: Transform + pos: 39.5,2.5 + parent: 1653 + - uid: 2071 + components: + - type: Transform + pos: 51.5,2.5 + parent: 1653 + - uid: 2128 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,13.5 + parent: 1653 + - uid: 2129 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,18.5 + parent: 1653 + - uid: 2130 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,21.5 + parent: 1653 + - uid: 2131 + components: + - type: Transform + pos: 28.5,26.5 + parent: 1653 + - uid: 2132 + components: + - type: Transform + pos: 26.5,26.5 + parent: 1653 + - uid: 2133 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,24.5 + parent: 1653 + - uid: 2134 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,24.5 + parent: 1653 + - uid: 2135 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,24.5 + parent: 1653 + - uid: 2136 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,25.5 + parent: 1653 + - uid: 2137 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,27.5 + parent: 1653 + - uid: 2140 + components: + - type: Transform + pos: 8.5,32.5 + parent: 1653 + - uid: 2141 + components: + - type: Transform + pos: 21.5,32.5 + parent: 1653 + - uid: 2142 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,30.5 + parent: 1653 + - uid: 2143 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,30.5 + parent: 1653 + - uid: 2144 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,30.5 + parent: 1653 +- proto: filingCabinetDrawerRandom + entities: + - uid: 1481 + components: + - type: Transform + pos: 18.5,0.5 + parent: 1653 + - uid: 2162 + components: + - type: Transform + pos: 1.5,42.5 + parent: 1653 +- proto: filingCabinetRandom + entities: + - uid: 1482 + components: + - type: Transform + pos: 34.5,0.5 + parent: 1653 + - uid: 1585 + components: + - type: Transform + pos: 32.5,12.5 + parent: 1653 +- proto: Floodlight + entities: + - uid: 664 + components: + - type: Transform + pos: 19.496153,34.502384 + parent: 1653 +- proto: FloorDrain + entities: + - uid: 472 + components: + - type: Transform + pos: 0.5,47.5 + parent: 1653 + - type: Fixtures + fixtures: {} + - uid: 796 + components: + - type: Transform + pos: 8.5,24.5 + parent: 1653 + - type: Fixtures + fixtures: {} + - uid: 896 + components: + - type: Transform + pos: 0.5,22.5 + parent: 1653 + - type: Fixtures + fixtures: {} + - uid: 1074 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,22.5 + parent: 1653 + - type: Fixtures + fixtures: {} + - uid: 1732 + components: + - type: Transform + pos: 43.5,39.5 + parent: 1653 + - type: Fixtures + fixtures: {} +- proto: GasMixer + entities: + - uid: 483 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,13.5 + parent: 1653 + - uid: 2076 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,25.5 + parent: 1653 +- proto: GasMixerFlipped + entities: + - uid: 2075 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,27.5 + parent: 1653 +- proto: GasOutletInjector + entities: + - uid: 1627 + components: + - type: Transform + pos: 3.5,4.5 + parent: 1653 + - uid: 1631 + components: + - type: Transform + pos: 11.5,4.5 + parent: 1653 + - uid: 1635 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,0.5 + parent: 1653 + - uid: 1667 + components: + - type: Transform + pos: 5.5,4.5 + parent: 1653 + - uid: 1669 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,0.5 + parent: 1653 + - uid: 1701 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,0.5 + parent: 1653 +- proto: GasPipeBend + entities: + - uid: 750 + components: + - type: Transform + pos: 6.5,13.5 + parent: 1653 + - uid: 906 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,13.5 + parent: 1653 + - uid: 1616 + components: + - type: Transform + pos: 13.5,2.5 + parent: 1653 + - uid: 2077 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,24.5 + parent: 1653 + - uid: 2078 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,28.5 + parent: 1653 +- proto: GasPipeFourway + entities: + - uid: 1636 + components: + - type: Transform + pos: 11.5,2.5 + parent: 1653 + - uid: 1640 + components: + - type: Transform + pos: 5.5,2.5 + parent: 1653 +- proto: GasPipeStraight + entities: + - uid: 1618 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,3.5 + parent: 1653 + - uid: 1619 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,1.5 + parent: 1653 + - uid: 1620 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,1.5 + parent: 1653 + - uid: 1621 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,3.5 + parent: 1653 + - uid: 1622 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,3.5 + parent: 1653 + - uid: 1623 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,1.5 + parent: 1653 + - uid: 1647 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,2.5 + parent: 1653 + - uid: 1648 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,2.5 + parent: 1653 + - uid: 1649 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,2.5 + parent: 1653 + - uid: 1650 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,2.5 + parent: 1653 + - uid: 1651 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,2.5 + parent: 1653 + - uid: 1652 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,2.5 + parent: 1653 + - uid: 1656 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,2.5 + parent: 1653 +- proto: GasPipeTJunction + entities: + - uid: 1642 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,2.5 + parent: 1653 + - uid: 2079 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,26.5 + parent: 1653 +- proto: GasPort + entities: + - uid: 746 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,12.5 + parent: 1653 + - uid: 844 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,27.5 + parent: 1653 + - uid: 845 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,25.5 + parent: 1653 + - uid: 856 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,24.5 + parent: 1653 + - uid: 866 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,28.5 + parent: 1653 + - uid: 913 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,12.5 + parent: 1653 + - uid: 1615 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,0.5 + parent: 1653 +- proto: GasPressurePump + entities: + - uid: 1657 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,1.5 + parent: 1653 + - uid: 2080 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,26.5 + parent: 1653 +- proto: GeneratorRTG + entities: + - uid: 160 + components: + - type: Transform + pos: 24.5,40.5 + parent: 1653 + - uid: 261 + components: + - type: Transform + pos: 25.5,19.5 + parent: 1653 + - uid: 540 + components: + - type: Transform + pos: 9.5,47.5 + parent: 1653 + - uid: 541 + components: + - type: Transform + pos: 13.5,47.5 + parent: 1653 + - uid: 542 + components: + - type: Transform + pos: 11.5,47.5 + parent: 1653 + - uid: 775 + components: + - type: Transform + pos: 30.5,40.5 + parent: 1653 + - uid: 1013 + components: + - type: Transform + pos: 25.5,21.5 + parent: 1653 + - uid: 1200 + components: + - type: Transform + pos: 24.5,38.5 + parent: 1653 + - uid: 1524 + components: + - type: Transform + pos: 25.5,7.5 + parent: 1653 + - uid: 1525 + components: + - type: Transform + pos: 25.5,9.5 + parent: 1653 + - uid: 1526 + components: + - type: Transform + pos: 33.5,7.5 + parent: 1653 + - uid: 1527 + components: + - type: Transform + pos: 33.5,9.5 + parent: 1653 +- proto: GeneratorRTGDamaged + entities: + - uid: 776 + components: + - type: Transform + pos: 30.5,38.5 + parent: 1653 +- proto: Girder + entities: + - uid: 671 + components: + - type: Transform + pos: 14.5,34.5 + parent: 1653 +- proto: Grille + entities: + - uid: 397 + components: + - type: Transform + pos: 12.5,3.5 + parent: 1653 + - uid: 400 + components: + - type: Transform + pos: 1.5,1.5 + parent: 1653 + - uid: 403 + components: + - type: Transform + pos: 2.5,3.5 + parent: 1653 + - uid: 452 + components: + - type: Transform + pos: 1.5,0.5 + parent: 1653 + - uid: 461 + components: + - type: Transform + pos: 9.5,3.5 + parent: 1653 + - uid: 511 + components: + - type: Transform + pos: 6.5,3.5 + parent: 1653 + - uid: 522 + components: + - type: Transform + pos: 4.5,0.5 + parent: 1653 + - uid: 537 + components: + - type: Transform + pos: 9.5,4.5 + parent: 1653 + - uid: 592 + components: + - type: Transform + pos: 10.5,3.5 + parent: 1653 + - uid: 596 + components: + - type: Transform + pos: 12.5,4.5 + parent: 1653 + - uid: 613 + components: + - type: Transform + pos: 6.5,1.5 + parent: 1653 + - uid: 614 + components: + - type: Transform + pos: 1.5,3.5 + parent: 1653 + - uid: 615 + components: + - type: Transform + pos: 7.5,3.5 + parent: 1653 + - uid: 742 + components: + - type: Transform + pos: 17.5,30.5 + parent: 1653 + - uid: 743 + components: + - type: Transform + pos: 17.5,32.5 + parent: 1653 + - uid: 751 + components: + - type: Transform + pos: 4.5,4.5 + parent: 1653 + - uid: 1186 + components: + - type: Transform + pos: 7.5,1.5 + parent: 1653 + - uid: 1290 + components: + - type: Transform + pos: 7.5,0.5 + parent: 1653 + - uid: 1303 + components: + - type: Transform + pos: 4.5,3.5 + parent: 1653 + - uid: 1304 + components: + - type: Transform + pos: 9.5,0.5 + parent: 1653 + - uid: 1306 + components: + - type: Transform + pos: 7.5,4.5 + parent: 1653 + - uid: 1354 + components: + - type: Transform + pos: 2.5,1.5 + parent: 1653 + - uid: 1361 + components: + - type: Transform + pos: 10.5,1.5 + parent: 1653 + - uid: 1362 + components: + - type: Transform + pos: 9.5,1.5 + parent: 1653 + - uid: 1363 + components: + - type: Transform + pos: 12.5,0.5 + parent: 1653 + - uid: 1364 + components: + - type: Transform + pos: 12.5,1.5 + parent: 1653 + - uid: 1368 + components: + - type: Transform + pos: 1.5,4.5 + parent: 1653 + - uid: 1371 + components: + - type: Transform + pos: 4.5,1.5 + parent: 1653 + - uid: 1992 + components: + - type: Transform + pos: 29.5,38.5 + parent: 1653 +- proto: GunSafeShuttleT3Spawner + entities: + - uid: 1222 + components: + - type: Transform + pos: 12.5,14.5 + parent: 1653 + - uid: 1665 + components: + - type: Transform + pos: 10.5,14.5 + parent: 1653 +- proto: HappyHonkCargo + entities: + - uid: 1666 + components: + - type: Transform + pos: 8.5052395,27.559341 + parent: 1653 +- proto: HighSecCaptainLocked + entities: + - uid: 1153 + components: + - type: Transform + pos: 11.5,13.5 + parent: 1653 +- proto: HospitalCurtains + entities: + - uid: 786 + components: + - type: Transform + pos: 4.5,24.5 + parent: 1653 +- proto: HospitalCurtainsOpen + entities: + - uid: 729 + components: + - type: Transform + pos: 6.5,25.5 + parent: 1653 + - uid: 806 + components: + - type: Transform + pos: 8.5,24.5 + parent: 1653 + - uid: 897 + components: + - type: Transform + pos: 0.5,22.5 + parent: 1653 + - uid: 1202 + components: + - type: Transform + pos: 4.5,25.5 + parent: 1653 + - uid: 1288 + components: + - type: Transform + pos: 6.5,24.5 + parent: 1653 +- proto: hydroponicsTrayAnchored + entities: + - uid: 749 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,6.5 + parent: 1653 + - uid: 912 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,6.5 + parent: 1653 + - uid: 1190 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,6.5 + parent: 1653 + - uid: 1191 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,7.5 + parent: 1653 + - uid: 1284 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,6.5 + parent: 1653 + - uid: 1715 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,6.5 + parent: 1653 +- proto: JanitorialTrolley + entities: + - uid: 1728 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,38.5 + parent: 1653 +- proto: KitchenReagentGrinder + entities: + - uid: 879 + components: + - type: Transform + pos: 22.5,6.5 + parent: 1653 + - uid: 1181 + components: + - type: Transform + pos: 0.5,15.5 + parent: 1653 +- proto: Lamp + entities: + - uid: 769 + components: + - type: Transform + pos: 1.4880867,32.68946 + parent: 1653 +- proto: LampGold + entities: + - uid: 232 + components: + - type: Transform + pos: 17.553259,44.577797 + parent: 1653 + - uid: 1192 + components: + - type: Transform + pos: 21.600134,43.921547 + parent: 1653 + - uid: 2035 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.527401,31.790619 + parent: 1653 +- proto: LockerBotanistFilled + entities: + - uid: 830 + components: + - type: Transform + pos: 20.5,6.5 + parent: 1653 +- proto: LockerBotanistLoot + entities: + - uid: 841 + components: + - type: Transform + pos: 19.5,6.5 + parent: 1653 +- proto: LockerChemistryFilled + entities: + - uid: 1183 + components: + - type: Transform + pos: 4.5,16.5 + parent: 1653 +- proto: LockerJanitorFilled + entities: + - uid: 279 + components: + - type: Transform + pos: 40.5,40.5 + parent: 1653 +- proto: MachineCentrifuge + entities: + - uid: 719 + components: + - type: Transform + pos: 30.5,4.5 + parent: 1653 + - uid: 916 + components: + - type: Transform + pos: 1.5,16.5 + parent: 1653 +- proto: MachineElectrolysisUnit + entities: + - uid: 339 + components: + - type: Transform + pos: 0.5,16.5 + parent: 1653 +- proto: MaintenanceFluffSpawner + entities: + - uid: 1983 + components: + - type: Transform + pos: 37.5,40.5 + parent: 1653 + - uid: 1984 + components: + - type: Transform + pos: 36.5,38.5 + parent: 1653 + - uid: 2159 + components: + - type: Transform + pos: 21.5,46.5 + parent: 1653 +- proto: MaintenancePlantSpawner + entities: + - uid: 1981 + components: + - type: Transform + pos: 32.5,40.5 + parent: 1653 + - uid: 1982 + components: + - type: Transform + pos: 34.5,39.5 + parent: 1653 +- proto: MaintenanceWeaponSpawner + entities: + - uid: 952 + components: + - type: Transform + pos: 20.5,42.5 + parent: 1653 + - uid: 1980 + components: + - type: Transform + pos: 32.5,38.5 + parent: 1653 +- proto: MedicalBed + entities: + - uid: 314 + components: + - type: Transform + pos: 4.5,25.5 + parent: 1653 + - uid: 315 + components: + - type: Transform + pos: 4.5,24.5 + parent: 1653 + - uid: 616 + components: + - type: Transform + pos: 2.5,4.5 + parent: 1653 + - uid: 620 + components: + - type: Transform + pos: 6.5,4.5 + parent: 1653 + - uid: 622 + components: + - type: Transform + pos: 10.5,4.5 + parent: 1653 + - uid: 752 + components: + - type: Transform + pos: 2.5,0.5 + parent: 1653 + - uid: 1058 + components: + - type: Transform + pos: 6.5,24.5 + parent: 1653 + - uid: 1378 + components: + - type: Transform + pos: 6.5,0.5 + parent: 1653 + - uid: 1381 + components: + - type: Transform + pos: 10.5,0.5 + parent: 1653 + - uid: 1553 + components: + - type: Transform + pos: 6.5,25.5 + parent: 1653 +- proto: Mirror + entities: + - uid: 892 + components: + - type: Transform + pos: 1.5,21.5 + parent: 1653 + - uid: 893 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,19.5 + parent: 1653 +- proto: MopBucketFull + entities: + - uid: 1734 + components: + - type: Transform + pos: 42.47678,38.57481 + parent: 1653 +- proto: MopItem + entities: + - uid: 1735 + components: + - type: Transform + pos: 42.50803,38.60606 + parent: 1653 +- proto: Morgue + entities: + - uid: 294 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,12.5 + parent: 1653 + - uid: 332 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,12.5 + parent: 1653 + - uid: 486 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,12.5 + parent: 1653 + - uid: 487 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,12.5 + parent: 1653 + - uid: 488 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,12.5 + parent: 1653 + - uid: 489 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,12.5 + parent: 1653 + - uid: 490 + components: + - type: Transform + pos: 16.5,16.5 + parent: 1653 + - uid: 491 + components: + - type: Transform + pos: 17.5,16.5 + parent: 1653 + - uid: 492 + components: + - type: Transform + pos: 18.5,16.5 + parent: 1653 + - type: EntityStorage + open: True + - uid: 493 + components: + - type: Transform + pos: 20.5,16.5 + parent: 1653 +- proto: OperatingTable + entities: + - uid: 962 + components: + - type: Transform + pos: 5.5,43.5 + parent: 1653 + - uid: 1149 + components: + - type: Transform + pos: 34.5,22.5 + parent: 1653 +- proto: PianoInstrument + entities: + - uid: 1330 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,47.5 + parent: 1653 +- proto: PortableFlasher + entities: + - uid: 683 + components: + - type: Transform + pos: 30.5,32.5 + parent: 1653 + - uid: 741 + components: + - type: Transform + pos: 38.5,32.5 + parent: 1653 +- proto: PortableGeneratorPacman + entities: + - uid: 1528 + components: + - type: Transform + pos: 25.5,8.5 + parent: 1653 + - uid: 1529 + components: + - type: Transform + pos: 33.5,8.5 + parent: 1653 +- proto: PottedPlantRandom + entities: + - uid: 36 + components: + - type: Transform + pos: 4.5,10.5 + parent: 1653 + - uid: 725 + components: + - type: Transform + pos: 25.5,36.5 + parent: 1653 + - uid: 932 + components: + - type: Transform + pos: 22.5,42.5 + parent: 1653 + - uid: 1919 + components: + - type: Transform + pos: 44.5,0.5 + parent: 1653 + - uid: 2029 + components: + - type: Transform + pos: 33.5,30.5 + parent: 1653 + - uid: 2030 + components: + - type: Transform + pos: 35.5,30.5 + parent: 1653 + - uid: 2160 + components: + - type: Transform + pos: 10.5,10.5 + parent: 1653 +- proto: PottedPlantRandomPlastic + entities: + - uid: 641 + components: + - type: Transform + pos: 2.5,35.5 + parent: 1653 + - uid: 668 + components: + - type: Transform + pos: 12.5,36.5 + parent: 1653 + - uid: 734 + components: + - type: Transform + pos: 9.5,31.5 + parent: 1653 + - uid: 735 + components: + - type: Transform + pos: 5.5,30.5 + parent: 1653 + - uid: 736 + components: + - type: Transform + pos: 7.5,32.5 + parent: 1653 + - uid: 1935 + components: + - type: Transform + pos: 0.5,38.5 + parent: 1653 +- proto: PowerCellRecharger + entities: + - uid: 807 + components: + - type: Transform + pos: 3.5,31.5 + parent: 1653 + - uid: 808 + components: + - type: Transform + pos: 12.5,45.5 + parent: 1653 + - uid: 1598 + components: + - type: Transform + pos: 36.5,14.5 + parent: 1653 + - uid: 2122 + components: + - type: Transform + pos: 24.5,26.5 + parent: 1653 +- proto: Poweredlight + entities: + - uid: 105 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,46.5 + parent: 1653 + - uid: 506 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,38.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 513 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,38.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 634 + components: + - type: Transform + pos: 2.5,36.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 635 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,34.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 652 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,38.5 + parent: 1653 + - uid: 653 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,21.5 + parent: 1653 + - uid: 657 + components: + - type: Transform + pos: 14.5,36.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 676 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,34.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 680 + components: + - type: Transform + pos: 27.5,36.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 704 + components: + - type: Transform + pos: 11.5,32.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 770 + components: + - type: Transform + pos: 15.5,32.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 771 + components: + - type: Transform + pos: 24.5,32.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 944 + components: + - type: Transform + pos: 15.5,22.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 945 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,18.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1011 + components: + - type: Transform + pos: 18.5,22.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1012 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,18.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1052 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,18.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1320 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,42.5 + parent: 1653 + - uid: 1590 + components: + - type: Transform + pos: 27.5,4.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1593 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,19.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 2016 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,38.5 + parent: 1653 +- proto: PoweredlightEmpty + entities: + - uid: 703 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,30.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 738 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,34.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: PoweredSmallLight + entities: + - uid: 586 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,42.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 587 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,44.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 588 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,44.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 714 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,25.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 903 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,19.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 904 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,22.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 949 + components: + - type: Transform + pos: 6.5,10.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 991 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,6.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 992 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,6.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1156 + components: + - type: Transform + pos: 11.5,14.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1157 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,14.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1158 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,14.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1444 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,0.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1445 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,0.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1446 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,0.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1447 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,0.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1595 + components: + - type: Transform + pos: 38.5,16.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1874 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,12.5 + parent: 1653 + - uid: 1875 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,12.5 + parent: 1653 + - uid: 1920 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,0.5 + parent: 1653 + - uid: 1921 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,0.5 + parent: 1653 + - uid: 1922 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,0.5 + parent: 1653 + - uid: 1923 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,0.5 + parent: 1653 + - uid: 1924 + components: + - type: Transform + pos: 53.5,4.5 + parent: 1653 + - uid: 1925 + components: + - type: Transform + pos: 49.5,4.5 + parent: 1653 + - uid: 1926 + components: + - type: Transform + pos: 37.5,4.5 + parent: 1653 +- proto: PoweredSmallLightEmpty + entities: + - uid: 848 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,26.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1594 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,12.5 + parent: 1653 + - type: ApcPowerReceiver + powerLoad: 0 + - type: Timer + - uid: 2138 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,24.5 + parent: 1653 + - uid: 2139 + components: + - type: Transform + pos: 30.5,26.5 + parent: 1653 +- proto: Rack + entities: + - uid: 659 + components: + - type: Transform + pos: 20.5,36.5 + parent: 1653 + - uid: 660 + components: + - type: Transform + pos: 21.5,36.5 + parent: 1653 + - uid: 837 + components: + - type: Transform + pos: 16.5,24.5 + parent: 1653 + - uid: 894 + components: + - type: Transform + pos: 0.5,18.5 + parent: 1653 + - uid: 1047 + components: + - type: Transform + pos: 28.5,21.5 + parent: 1653 + - uid: 1048 + components: + - type: Transform + pos: 27.5,22.5 + parent: 1653 + - uid: 1729 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,38.5 + parent: 1653 + - uid: 1751 + components: + - type: Transform + pos: 22.5,40.5 + parent: 1653 + - uid: 1752 + components: + - type: Transform + pos: 21.5,40.5 + parent: 1653 + - uid: 1753 + components: + - type: Transform + pos: 20.5,40.5 + parent: 1653 + - uid: 1819 + components: + - type: Transform + pos: 40.5,15.5 + parent: 1653 + - uid: 1820 + components: + - type: Transform + pos: 40.5,16.5 + parent: 1653 + - uid: 1821 + components: + - type: Transform + pos: 42.5,16.5 + parent: 1653 + - uid: 1822 + components: + - type: Transform + pos: 42.5,15.5 + parent: 1653 + - uid: 1823 + components: + - type: Transform + pos: 44.5,15.5 + parent: 1653 + - uid: 1824 + components: + - type: Transform + pos: 44.5,16.5 + parent: 1653 + - uid: 1825 + components: + - type: Transform + pos: 46.5,16.5 + parent: 1653 + - uid: 1826 + components: + - type: Transform + pos: 46.5,15.5 + parent: 1653 + - uid: 1828 + components: + - type: Transform + pos: 46.5,13.5 + parent: 1653 + - uid: 1829 + components: + - type: Transform + pos: 46.5,12.5 + parent: 1653 + - uid: 1830 + components: + - type: Transform + pos: 44.5,12.5 + parent: 1653 + - uid: 1831 + components: + - type: Transform + pos: 44.5,13.5 + parent: 1653 + - uid: 1832 + components: + - type: Transform + pos: 42.5,12.5 + parent: 1653 + - uid: 1833 + components: + - type: Transform + pos: 40.5,12.5 + parent: 1653 + - uid: 1834 + components: + - type: Transform + pos: 40.5,13.5 + parent: 1653 + - uid: 1835 + components: + - type: Transform + pos: 42.5,13.5 + parent: 1653 + - uid: 1971 + components: + - type: Transform + pos: 38.5,38.5 + parent: 1653 + - uid: 1972 + components: + - type: Transform + pos: 36.5,40.5 + parent: 1653 + - uid: 1973 + components: + - type: Transform + pos: 32.5,38.5 + parent: 1653 + - uid: 2011 + components: + - type: Transform + pos: 26.5,38.5 + parent: 1653 + - uid: 2082 + components: + - type: Transform + pos: 16.5,27.5 + parent: 1653 +- proto: Railing + entities: + - uid: 936 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,18.5 + parent: 1653 + - uid: 940 + components: + - type: Transform + pos: 12.5,19.5 + parent: 1653 + - uid: 2025 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,31.5 + parent: 1653 + - uid: 2027 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,31.5 + parent: 1653 +- proto: RailingCornerSmall + entities: + - uid: 943 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,19.5 + parent: 1653 +- proto: RailingRound + entities: + - uid: 2026 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,30.5 + parent: 1653 + - uid: 2028 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,30.5 + parent: 1653 +- proto: RandomInstruments + entities: + - uid: 835 + components: + - type: Transform + pos: 36.5,0.5 + parent: 1653 + - uid: 865 + components: + - type: Transform + pos: 10.5,27.5 + parent: 1653 + - uid: 1351 + components: + - type: Transform + pos: 50.5,4.5 + parent: 1653 +- proto: RandomItem + entities: + - uid: 1654 + components: + - type: Transform + pos: 12.5,21.5 + parent: 1653 + - uid: 1655 + components: + - type: Transform + pos: 16.5,19.5 + parent: 1653 + - uid: 1661 + components: + - type: Transform + pos: 22.5,32.5 + parent: 1653 + - uid: 1662 + components: + - type: Transform + pos: 19.5,30.5 + parent: 1653 + - uid: 1668 + components: + - type: Transform + pos: 10.5,47.5 + parent: 1653 + - uid: 1673 + components: + - type: Transform + pos: 21.5,22.5 + parent: 1653 + - uid: 1674 + components: + - type: Transform + pos: 27.5,22.5 + parent: 1653 + - uid: 1679 + components: + - type: Transform + pos: 2.5,10.5 + parent: 1653 +- proto: RandomMedicCorpseSpawner + entities: + - uid: 1075 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,22.5 + parent: 1653 + - uid: 1712 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,0.5 + parent: 1653 +- proto: RandomSoap + entities: + - uid: 800 + components: + - type: Transform + pos: 8.5,24.5 + parent: 1653 + - uid: 898 + components: + - type: Transform + pos: 0.5,22.5 + parent: 1653 +- proto: RandomSpawner + entities: + - uid: 627 + components: + - type: Transform + pos: 4.5,34.5 + parent: 1653 + - uid: 646 + components: + - type: Transform + pos: 7.5,36.5 + parent: 1653 + - uid: 647 + components: + - type: Transform + pos: 3.5,35.5 + parent: 1653 + - uid: 650 + components: + - type: Transform + pos: 0.5,36.5 + parent: 1653 + - uid: 721 + components: + - type: Transform + pos: 9.5,34.5 + parent: 1653 + - uid: 1059 + components: + - type: Transform + pos: 14.5,7.5 + parent: 1653 + - uid: 1060 + components: + - type: Transform + pos: 13.5,9.5 + parent: 1653 + - uid: 1225 + components: + - type: Transform + pos: 20.5,9.5 + parent: 1653 + - uid: 1226 + components: + - type: Transform + pos: 18.5,9.5 + parent: 1653 + - uid: 1227 + components: + - type: Transform + pos: 22.5,8.5 + parent: 1653 + - uid: 1228 + components: + - type: Transform + pos: 14.5,9.5 + parent: 1653 + - uid: 1461 + components: + - type: Transform + pos: 16.5,8.5 + parent: 1653 + - uid: 1462 + components: + - type: Transform + pos: 17.5,6.5 + parent: 1653 +- proto: RandomVending + entities: + - uid: 934 + components: + - type: Transform + pos: 16.5,22.5 + parent: 1653 +- proto: ReinforcedPlasmaWindow + entities: + - uid: 533 + components: + - type: Transform + pos: 29.5,38.5 + parent: 1653 +- proto: ReinforcedWindow + entities: + - uid: 395 + components: + - type: Transform + pos: 1.5,0.5 + parent: 1653 + - uid: 404 + components: + - type: Transform + pos: 9.5,3.5 + parent: 1653 + - uid: 451 + components: + - type: Transform + pos: 7.5,3.5 + parent: 1653 + - uid: 453 + components: + - type: Transform + pos: 6.5,3.5 + parent: 1653 + - uid: 454 + components: + - type: Transform + pos: 12.5,4.5 + parent: 1653 + - uid: 455 + components: + - type: Transform + pos: 4.5,0.5 + parent: 1653 + - uid: 460 + components: + - type: Transform + pos: 1.5,1.5 + parent: 1653 + - uid: 465 + components: + - type: Transform + pos: 4.5,4.5 + parent: 1653 + - uid: 507 + components: + - type: Transform + pos: 9.5,4.5 + parent: 1653 + - uid: 508 + components: + - type: Transform + pos: 12.5,3.5 + parent: 1653 + - uid: 512 + components: + - type: Transform + pos: 2.5,3.5 + parent: 1653 + - uid: 538 + components: + - type: Transform + pos: 1.5,3.5 + parent: 1653 + - uid: 607 + components: + - type: Transform + pos: 1.5,4.5 + parent: 1653 + - uid: 609 + components: + - type: Transform + pos: 10.5,3.5 + parent: 1653 + - uid: 610 + components: + - type: Transform + pos: 4.5,3.5 + parent: 1653 + - uid: 611 + components: + - type: Transform + pos: 7.5,4.5 + parent: 1653 + - uid: 739 + components: + - type: Transform + pos: 17.5,30.5 + parent: 1653 + - uid: 740 + components: + - type: Transform + pos: 17.5,32.5 + parent: 1653 + - uid: 1187 + components: + - type: Transform + pos: 12.5,1.5 + parent: 1653 + - uid: 1356 + components: + - type: Transform + pos: 4.5,1.5 + parent: 1653 + - uid: 1357 + components: + - type: Transform + pos: 12.5,0.5 + parent: 1653 + - uid: 1358 + components: + - type: Transform + pos: 9.5,1.5 + parent: 1653 + - uid: 1359 + components: + - type: Transform + pos: 2.5,1.5 + parent: 1653 + - uid: 1360 + components: + - type: Transform + pos: 7.5,1.5 + parent: 1653 + - uid: 1365 + components: + - type: Transform + pos: 7.5,0.5 + parent: 1653 + - uid: 1366 + components: + - type: Transform + pos: 6.5,1.5 + parent: 1653 + - uid: 1367 + components: + - type: Transform + pos: 9.5,0.5 + parent: 1653 + - uid: 1369 + components: + - type: Transform + pos: 10.5,1.5 + parent: 1653 +- proto: ResearchAndDevelopmentServer + entities: + - uid: 864 + components: + - type: Transform + pos: 20.5,25.5 + parent: 1653 +- proto: SeedExtractor + entities: + - uid: 1305 + components: + - type: Transform + pos: 19.5,10.5 + parent: 1653 +- proto: ShuttersRadiation + entities: + - uid: 867 + components: + - type: Transform + pos: 29.5,39.5 + parent: 1653 +- proto: ShuttersRadiationOpen + entities: + - uid: 1993 + components: + - type: Transform + pos: 25.5,39.5 + parent: 1653 +- proto: ShuttersWindow + entities: + - uid: 580 + components: + - type: Transform + pos: 10.5,43.5 + parent: 1653 + - type: DeviceLinkSink + links: + - 583 + - uid: 581 + components: + - type: Transform + pos: 11.5,43.5 + parent: 1653 + - type: DeviceLinkSink + links: + - 583 + - uid: 582 + components: + - type: Transform + pos: 12.5,43.5 + parent: 1653 + - type: DeviceLinkSink + links: + - 583 +- proto: SignalButton + entities: + - uid: 583 + components: + - type: Transform + pos: 9.5,43.5 + parent: 1653 + - type: DeviceLinkSource + linkedPorts: + 580: + - Pressed: Toggle + 581: + - Pressed: Toggle + 582: + - Pressed: Toggle +- proto: SignDirectionalHydro + entities: + - uid: 1724 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,7.5 + parent: 1653 +- proto: SignDirectionalJanitor + entities: + - uid: 1726 + components: + - type: Transform + pos: 44.5,40.5 + parent: 1653 +- proto: SignElectricalMed + entities: + - uid: 585 + components: + - type: Transform + pos: 8.5,43.5 + parent: 1653 + - uid: 1255 + components: + - type: Transform + pos: 12.5,13.5 + parent: 1653 + - uid: 1540 + components: + - type: Transform + pos: 28.5,9.5 + parent: 1653 +- proto: SignEngineering + entities: + - uid: 1254 + components: + - type: Transform + pos: 34.5,16.5 + parent: 1653 +- proto: SignRedEight + entities: + - uid: 1562 + components: + - type: Transform + pos: 38.5,1.5 + parent: 1653 +- proto: SignRedFive + entities: + - uid: 1561 + components: + - type: Transform + pos: 52.5,1.5 + parent: 1653 +- proto: SignRedFour + entities: + - uid: 34 + components: + - type: Transform + pos: 52.5,3.5 + parent: 1653 +- proto: SignRedOne + entities: + - uid: 1565 + components: + - type: Transform + pos: 38.5,3.5 + parent: 1653 + - uid: 2145 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,32.5 + parent: 1653 +- proto: SignRedSeven + entities: + - uid: 22 + components: + - type: Transform + pos: 40.5,1.5 + parent: 1653 +- proto: SignRedSix + entities: + - uid: 1560 + components: + - type: Transform + pos: 50.5,1.5 + parent: 1653 +- proto: SignRedThree + entities: + - uid: 1564 + components: + - type: Transform + pos: 50.5,3.5 + parent: 1653 +- proto: SignRedTwo + entities: + - uid: 1671 + components: + - type: Transform + pos: 40.5,3.5 + parent: 1653 + - uid: 2146 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,32.5 + parent: 1653 +- proto: SignSecureMed + entities: + - uid: 698 + components: + - type: Transform + pos: 3.5,32.5 + parent: 1653 + - uid: 1154 + components: + - type: Transform + pos: 10.5,13.5 + parent: 1653 +- proto: SignVirology + entities: + - uid: 1256 + components: + - type: Transform + pos: 19.5,4.5 + parent: 1653 + - uid: 1258 + components: + - type: Transform + pos: 33.5,4.5 + parent: 1653 + - uid: 1954 + components: + - type: Transform + pos: 16.5,4.5 + parent: 1653 +- proto: SinkWide + entities: + - uid: 471 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,47.5 + parent: 1653 + - uid: 803 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,24.5 + parent: 1653 + - uid: 804 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,28.5 + parent: 1653 + - uid: 805 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,28.5 + parent: 1653 + - uid: 890 + components: + - type: Transform + pos: 1.5,20.5 + parent: 1653 + - uid: 891 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,19.5 + parent: 1653 + - uid: 960 + components: + - type: Transform + pos: 3.5,10.5 + parent: 1653 + - uid: 1733 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,40.5 + parent: 1653 +- proto: SmartFridge + entities: + - uid: 387 + components: + - type: Transform + pos: 2.5,16.5 + parent: 1653 + - uid: 1458 + components: + - type: Transform + pos: 23.5,4.5 + parent: 1653 +- proto: SMESBasic + entities: + - uid: 162 + components: + - type: Transform + pos: 26.5,40.5 + parent: 1653 + - uid: 262 + components: + - type: Transform + pos: 26.5,20.5 + parent: 1653 + - uid: 539 + components: + - type: Transform + pos: 11.5,45.5 + parent: 1653 + - uid: 1485 + components: + - type: Transform + pos: 28.5,8.5 + parent: 1653 + - uid: 1486 + components: + - type: Transform + pos: 29.5,8.5 + parent: 1653 + - uid: 1487 + components: + - type: Transform + pos: 30.5,8.5 + parent: 1653 +- proto: SolidSecretDoor + entities: + - uid: 1214 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,16.5 + parent: 1653 + - uid: 1262 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,14.5 + parent: 1653 + - uid: 1279 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,14.5 + parent: 1653 + - uid: 1283 + components: + - type: Transform + pos: 27.5,12.5 + parent: 1653 +- proto: SpawnDungeonClutterBeakerEmpty + entities: + - uid: 107 + components: + - type: Transform + pos: 17.508053,43.64005 + parent: 1653 + - uid: 338 + components: + - type: Transform + pos: 0.99453807,16.484083 + parent: 1653 + - uid: 584 + components: + - type: Transform + pos: 22.287348,4.675832 + parent: 1653 + - uid: 591 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.36547,13.565901 + parent: 1653 + - uid: 617 + components: + - type: Transform + pos: 21.115473,4.441457 + parent: 1653 + - uid: 618 + components: + - type: Transform + pos: 22.709223,4.472707 + parent: 1653 + - uid: 969 + components: + - type: Transform + pos: 21.365473,4.769582 + parent: 1653 + - uid: 1049 + components: + - type: Transform + pos: 21.724848,4.457082 + parent: 1653 + - uid: 1176 + components: + - type: Transform + pos: 2.7048159,12.687208 + parent: 1653 + - uid: 1178 + components: + - type: Transform + pos: 2.2516909,12.655958 + parent: 1653 + - uid: 1179 + components: + - type: Transform + pos: 2.5954409,12.452833 + parent: 1653 + - uid: 1180 + components: + - type: Transform + pos: 1.3851631,16.405958 + parent: 1653 + - uid: 1298 + components: + - type: Transform + pos: 2.1891909,12.437208 + parent: 1653 + - uid: 1960 + components: + - type: Transform + pos: 27.43555,2.7791195 + parent: 1653 + - uid: 1961 + components: + - type: Transform + pos: 31.232426,2.4666195 + parent: 1653 +- proto: SpawnDungeonClutterImplanter + entities: + - uid: 1968 + components: + - type: Transform + pos: 20.357252,0.4884808 + parent: 1653 +- proto: SpawnDungeonClutterMedical + entities: + - uid: 907 + components: + - type: Transform + pos: 12.613158,28.671333 + parent: 1653 + - uid: 908 + components: + - type: Transform + pos: 12.363158,28.436958 + parent: 1653 + - uid: 1706 + components: + - type: Transform + pos: 14.6179085,1.1491132 + parent: 1653 + - uid: 1962 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.123539,4.4978695 + parent: 1653 + - uid: 1963 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.889164,4.6697445 + parent: 1653 + - uid: 1964 + components: + - type: Transform + pos: 21.763004,4.7009945 + parent: 1653 + - uid: 1965 + components: + - type: Transform + pos: 20.96613,4.6697445 + parent: 1653 + - uid: 1966 + components: + - type: Transform + pos: 19.669254,2.5916195 + parent: 1653 + - uid: 1967 + components: + - type: Transform + pos: 29.451002,2.4666195 + parent: 1653 + - uid: 2055 + components: + - type: Transform + pos: 28.683006,36.542156 + parent: 1653 +- proto: SpawnDungeonClutterPatientTransport + entities: + - uid: 1203 + components: + - type: Transform + pos: 4.5,27.5 + parent: 1653 + - uid: 1813 + components: + - type: Transform + pos: 4.5,28.5 + parent: 1653 + - uid: 1979 + components: + - type: Transform + pos: 33.46475,40.585865 + parent: 1653 +- proto: SpawnDungeonClutterSyringe + entities: + - uid: 482 + components: + - type: Transform + pos: 1.4632881,12.593458 + parent: 1653 + - uid: 910 + components: + - type: Transform + pos: 0.85391307,16.530958 + parent: 1653 + - uid: 1177 + components: + - type: Transform + pos: 1.7601631,12.577833 + parent: 1653 + - uid: 1710 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.4835751,0.6129701 + parent: 1653 +- proto: SpawnDungeonLootArmoryClutter + entities: + - uid: 123 + components: + - type: Transform + pos: 28.935242,32.495216 + parent: 1653 + - uid: 1608 + components: + - type: Transform + pos: 38.49774,30.573343 + parent: 1653 + - uid: 1609 + components: + - type: Transform + pos: 39.607117,32.588966 + parent: 1653 + - uid: 1659 + components: + - type: Transform + pos: 30.492989,30.620218 + parent: 1653 + - uid: 1754 + components: + - type: Transform + pos: 20.5,40.5 + parent: 1653 + - uid: 1755 + components: + - type: Transform + pos: 21.5,40.5 + parent: 1653 + - uid: 1756 + components: + - type: Transform + pos: 22.5,40.5 + parent: 1653 + - uid: 1763 + components: + - type: Transform + pos: 21.627516,40.28638 + parent: 1653 + - uid: 1764 + components: + - type: Transform + pos: 21.83064,40.583256 + parent: 1653 + - uid: 1765 + components: + - type: Transform + pos: 22.596266,40.31763 + parent: 1653 + - uid: 1766 + components: + - type: Transform + pos: 22.377516,40.552006 + parent: 1653 + - uid: 2104 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.172354,0.9465852 + parent: 1653 +- proto: SpawnDungeonLootArmoryGuns + entities: + - uid: 2148 + components: + - type: Transform + pos: 28.911795,0.5880221 + parent: 1653 + - uid: 2149 + components: + - type: Transform + pos: 42.683395,4.322397 + parent: 1653 + - uid: 2153 + components: + - type: Transform + pos: 28.549303,26.469124 + parent: 1653 + - uid: 2155 + components: + - type: Transform + pos: 30.547493,30.672554 + parent: 1653 + - uid: 2156 + components: + - type: Transform + pos: 40.20229,32.43818 + parent: 1653 + - uid: 2157 + components: + - type: Transform + pos: 21.290741,40.449932 + parent: 1653 + - uid: 2158 + components: + - type: Transform + pos: 22.071991,40.418682 + parent: 1653 +- proto: SpawnDungeonLootBureaucracy + entities: + - uid: 619 + components: + - type: Transform + pos: 19.528336,32.551476 + parent: 1653 + - uid: 766 + components: + - type: Transform + pos: 1.3471019,46.61399 + parent: 1653 + - uid: 823 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.605526,31.978119 + parent: 1653 + - uid: 1085 + components: + - type: Transform + pos: 0.9096019,46.42649 + parent: 1653 + - uid: 1117 + components: + - type: Transform + pos: 24.54396,31.660852 + parent: 1653 + - uid: 1195 + components: + - type: Transform + pos: 21.73092,16.262358 + parent: 1653 + - uid: 1277 + components: + - type: Transform + pos: 22.51271,30.598352 + parent: 1653 + - uid: 1337 + components: + - type: Transform + pos: 21.527796,16.559233 + parent: 1653 + - uid: 1338 + components: + - type: Transform + pos: 21.54342,15.621733 + parent: 1653 + - uid: 1339 + components: + - type: Transform + pos: 21.465296,15.949858 + parent: 1653 + - uid: 1348 + components: + - type: Transform + pos: 21.35592,16.184233 + parent: 1653 + - uid: 1703 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.3991585,1.5084882 + parent: 1653 + - uid: 1705 + components: + - type: Transform + pos: 14.7429085,1.5866132 + parent: 1653 + - uid: 1708 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.3742001,0.4879701 + parent: 1653 + - uid: 1709 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.6242001,0.6442201 + parent: 1653 + - uid: 2036 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.621151,30.649994 + parent: 1653 + - uid: 2106 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.328604,0.9622102 + parent: 1653 +- proto: SpawnDungeonLootCanister + entities: + - uid: 656 + components: + - type: Transform + pos: 13.5,0.5 + parent: 1653 + - uid: 658 + components: + - type: Transform + pos: 18.5,24.5 + parent: 1653 + - uid: 732 + components: + - type: Transform + pos: 5.5,12.5 + parent: 1653 + - uid: 883 + components: + - type: Transform + pos: 4.5,12.5 + parent: 1653 + - uid: 1293 + components: + - type: Transform + pos: 18.5,25.5 + parent: 1653 + - uid: 1637 + components: + - type: Transform + pos: 18.5,27.5 + parent: 1653 + - uid: 1664 + components: + - type: Transform + pos: 18.5,28.5 + parent: 1653 + - uid: 1702 + components: + - type: Transform + pos: 38.5,40.5 + parent: 1653 +- proto: SpawnDungeonLootChemsHydroponics + entities: + - uid: 753 + components: + - type: Transform + pos: 22.408081,7.39108 + parent: 1653 + - uid: 911 + components: + - type: Transform + pos: 22.283081,7.562955 + parent: 1653 + - uid: 924 + components: + - type: Transform + pos: 22.329956,7.000455 + parent: 1653 + - uid: 1716 + components: + - type: Transform + pos: 22.611206,7.437955 + parent: 1653 +- proto: SpawnDungeonLootCircuitBoard + entities: + - uid: 1940 + components: + - type: Transform + pos: 27.40435,22.354977 + parent: 1653 + - uid: 1941 + components: + - type: Transform + pos: 1.6886501,25.920597 + parent: 1653 +- proto: SpawnDungeonLootClutterEngi + entities: + - uid: 1119 + components: + - type: Transform + pos: 12.316283,24.468208 + parent: 1653 + - uid: 1173 + components: + - type: Transform + pos: 12.628783,24.608833 + parent: 1653 + - uid: 1379 + components: + - type: Transform + pos: 33.191795,13.486207 + parent: 1653 + - uid: 1468 + components: + - type: Transform + pos: 33.629295,13.673707 + parent: 1653 + - uid: 1469 + components: + - type: Transform + pos: 36.973045,15.079957 + parent: 1653 + - uid: 1533 + components: + - type: Transform + pos: 36.48867,16.579956 + parent: 1653 + - uid: 1535 + components: + - type: Transform + pos: 10.367256,7.6852627 + parent: 1653 + - uid: 1638 + components: + - type: Transform + pos: 32.55117,13.658082 + parent: 1653 + - uid: 1641 + components: + - type: Transform + pos: 35.535545,14.642457 + parent: 1653 + - uid: 1680 + components: + - type: Transform + pos: 21.462755,36.54628 + parent: 1653 + - uid: 1681 + components: + - type: Transform + pos: 8.553732,35.58555 + parent: 1653 + - uid: 1686 + components: + - type: Transform + pos: 10.648506,7.4196377 + parent: 1653 + - uid: 1689 + components: + - type: Transform + pos: 36.51992,15.923707 + parent: 1653 + - uid: 1827 + components: + - type: Transform + pos: 40.31357,16.67536 + parent: 1653 + - uid: 1836 + components: + - type: Transform + pos: 40.641693,16.503485 + parent: 1653 + - uid: 1837 + components: + - type: Transform + pos: 42.37607,15.67536 + parent: 1653 + - uid: 1838 + components: + - type: Transform + pos: 42.68857,15.472235 + parent: 1653 + - uid: 1839 + components: + - type: Transform + pos: 42.46982,13.48786 + parent: 1653 + - uid: 1840 + components: + - type: Transform + pos: 44.766693,15.64411 + parent: 1653 + - uid: 1841 + components: + - type: Transform + pos: 44.610443,16.48786 + parent: 1653 + - uid: 1842 + components: + - type: Transform + pos: 46.50107,16.597235 + parent: 1653 + - uid: 1843 + components: + - type: Transform + pos: 44.56357,12.61286 + parent: 1653 + - uid: 1844 + components: + - type: Transform + pos: 46.454193,12.58161 + parent: 1653 + - uid: 1845 + components: + - type: Transform + pos: 40.59482,12.534735 + parent: 1653 + - uid: 2053 + components: + - type: Transform + pos: 33.58468,34.667156 + parent: 1653 + - uid: 2054 + components: + - type: Transform + pos: 28.401756,36.62028 + parent: 1653 + - uid: 2107 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.40673,0.6653352 + parent: 1653 +- proto: SpawnDungeonLootClutterKitchen + entities: + - uid: 41 + components: + - type: Transform + pos: 21.068884,46.499672 + parent: 1653 + - uid: 600 + components: + - type: Transform + pos: 21.428259,46.499672 + parent: 1653 + - uid: 601 + components: + - type: Transform + pos: 20.443884,46.780922 + parent: 1653 + - uid: 847 + components: + - type: Transform + pos: 1.5097866,10.419947 + parent: 1653 + - uid: 928 + components: + - type: Transform + pos: 1.2597866,10.779322 + parent: 1653 + - uid: 948 + components: + - type: Transform + pos: 1.2129116,10.482447 + parent: 1653 + - uid: 1090 + components: + - type: Transform + pos: 20.678259,47.312172 + parent: 1653 + - uid: 1696 + components: + - type: Transform + pos: 1.6972866,10.716822 + parent: 1653 + - uid: 1697 + components: + - type: Transform + pos: 2.0410366,10.544947 + parent: 1653 + - uid: 1698 + components: + - type: Transform + pos: 2.4160366,10.701197 + parent: 1653 + - uid: 2108 + components: + - type: Transform + pos: 31.597359,1.2590852 + parent: 1653 +- proto: SpawnDungeonLootCrateArmoryArmor + entities: + - uid: 1749 + components: + - type: Transform + pos: 18.5,40.5 + parent: 1653 +- proto: SpawnDungeonLootCrateArmoryWeapon + entities: + - uid: 1748 + components: + - type: Transform + pos: 18.5,38.5 + parent: 1653 + - uid: 1759 + components: + - type: Transform + pos: 17.5,40.5 + parent: 1653 +- proto: SpawnDungeonLootCrateVehicle + entities: + - uid: 1955 + components: + - type: Transform + pos: 14.5,42.5 + parent: 1653 + - uid: 2161 + components: + - type: Transform + pos: 12.5,27.5 + parent: 1653 +- proto: SpawnDungeonLootFood + entities: + - uid: 899 + components: + - type: Transform + pos: 0.4160366,9.513697 + parent: 1653 + - uid: 900 + components: + - type: Transform + pos: 0.5879116,9.919947 + parent: 1653 + - uid: 964 + components: + - type: Transform + pos: 1.3656492,25.793985 + parent: 1653 + - uid: 965 + components: + - type: Transform + pos: 1.6937742,25.52836 + parent: 1653 + - uid: 993 + components: + - type: Transform + pos: 12.461545,22.599348 + parent: 1653 + - uid: 994 + components: + - type: Transform + pos: 11.53257,30.694124 + parent: 1653 + - uid: 1257 + components: + - type: Transform + pos: 16.47303,18.559921 + parent: 1653 +- proto: SpawnDungeonLootKitchenTabletop + entities: + - uid: 1695 + components: + - type: Transform + pos: 0.5,10.5 + parent: 1653 +- proto: SpawnDungeonLootKitsFirstAid + entities: + - uid: 1817 + components: + - type: Transform + pos: 6.338212,27.416548 + parent: 1653 + - uid: 1818 + components: + - type: Transform + pos: 6.650712,27.588423 + parent: 1653 + - uid: 1871 + components: + - type: Transform + pos: 42.59482,15.55036 + parent: 1653 + - uid: 1915 + components: + - type: Transform + pos: 54.418865,0.4279878 + parent: 1653 +- proto: SpawnDungeonLootKitSurgery + entities: + - uid: 810 + components: + - type: Transform + pos: 6.5202923,46.51293 + parent: 1653 + - uid: 1863 + components: + - type: Transform + pos: 44.37607,12.503485 + parent: 1653 + - uid: 1864 + components: + - type: Transform + pos: 44.360443,15.659735 + parent: 1653 + - uid: 2017 + components: + - type: Transform + pos: 33.56157,22.57114 + parent: 1653 +- proto: SpawnDungeonLootLathe + entities: + - uid: 1281 + components: + - type: Transform + pos: 32.5,15.5 + parent: 1653 +- proto: SpawnDungeonLootLatheArmory + entities: + - uid: 1767 + components: + - type: Transform + pos: 16.5,40.5 + parent: 1653 +- proto: SpawnDungeonLootLatheEngi + entities: + - uid: 873 + components: + - type: Transform + pos: 32.5,16.5 + parent: 1653 + - uid: 882 + components: + - type: Transform + pos: 33.5,16.5 + parent: 1653 +- proto: SpawnDungeonLootLockersArmory + entities: + - uid: 217 + components: + - type: Transform + pos: 40.5,30.5 + parent: 1653 + - uid: 674 + components: + - type: Transform + pos: 28.5,30.5 + parent: 1653 + - uid: 1744 + components: + - type: Transform + pos: 21.5,38.5 + parent: 1653 + - uid: 1768 + components: + - type: Transform + pos: 20.5,38.5 + parent: 1653 +- proto: SpawnDungeonLootLockersEngi + entities: + - uid: 1077 + components: + - type: Transform + pos: 31.5,9.5 + parent: 1653 + - uid: 1691 + components: + - type: Transform + pos: 27.5,9.5 + parent: 1653 + - uid: 2012 + components: + - type: Transform + pos: 28.5,38.5 + parent: 1653 +- proto: SpawnDungeonLootLockersGeneral + entities: + - uid: 733 + components: + - type: Transform + pos: 0.5,6.5 + parent: 1653 + - uid: 953 + components: + - type: Transform + pos: 3.5,6.5 + parent: 1653 + - uid: 966 + components: + - type: Transform + pos: 0.5,7.5 + parent: 1653 + - uid: 990 + components: + - type: Transform + pos: 3.5,7.5 + parent: 1653 +- proto: SpawnDungeonLootLockersMed + entities: + - uid: 648 + components: + - type: Transform + pos: 4.5,35.5 + parent: 1653 + - uid: 760 + components: + - type: Transform + pos: 4.5,48.5 + parent: 1653 + - uid: 763 + components: + - type: Transform + pos: 5.5,48.5 + parent: 1653 + - uid: 829 + components: + - type: Transform + pos: 8.5,30.5 + parent: 1653 + - uid: 833 + components: + - type: Transform + pos: 4.5,32.5 + parent: 1653 + - uid: 909 + components: + - type: Transform + pos: 14.5,24.5 + parent: 1653 + - uid: 1094 + components: + - type: Transform + pos: 14.5,28.5 + parent: 1653 + - uid: 1095 + components: + - type: Transform + pos: 14.5,25.5 + parent: 1653 + - uid: 1096 + components: + - type: Transform + pos: 14.5,27.5 + parent: 1653 + - uid: 1711 + components: + - type: Transform + pos: 0.5,4.5 + parent: 1653 +- proto: SpawnDungeonLootLockersProtectiveGear + entities: + - uid: 503 + components: + - type: Transform + pos: 3.5,22.5 + parent: 1653 + - uid: 510 + components: + - type: Transform + pos: 4.5,22.5 + parent: 1653 + - uid: 651 + components: + - type: Transform + pos: 6.5,35.5 + parent: 1653 + - uid: 1969 + components: + - type: Transform + pos: 34.5,40.5 + parent: 1653 + - uid: 1970 + components: + - type: Transform + pos: 37.5,38.5 + parent: 1653 + - uid: 2084 + components: + - type: Transform + pos: 16.5,28.5 + parent: 1653 +- proto: SpawnDungeonLootMaterialsBasicFull + entities: + - uid: 662 + components: + - type: Transform + pos: 27.427818,8.406059 + parent: 1653 + - uid: 663 + components: + - type: Transform + pos: 27.802818,8.281059 + parent: 1653 + - uid: 670 + components: + - type: Transform + pos: 27.521568,8.671684 + parent: 1653 + - uid: 933 + components: + - type: Transform + pos: 44.669296,38.589455 + parent: 1653 + - uid: 1174 + components: + - type: Transform + pos: 12.425658,24.499458 + parent: 1653 + - uid: 1247 + components: + - type: Transform + pos: 33.424976,18.593527 + parent: 1653 + - uid: 1454 + components: + - type: Transform + pos: 26.43496,38.65841 + parent: 1653 + - uid: 1567 + components: + - type: Transform + pos: 27.802818,8.515434 + parent: 1653 + - uid: 1574 + components: + - type: Transform + pos: 32.50711,4.582082 + parent: 1653 + - uid: 1600 + components: + - type: Transform + pos: 7.4517813,6.5602627 + parent: 1653 + - uid: 1643 + components: + - type: Transform + pos: 8.631171,28.549417 + parent: 1653 + - uid: 1750 + components: + - type: Transform + pos: 20.306318,40.33874 + parent: 1653 + - uid: 1760 + components: + - type: Transform + pos: 20.603193,40.58874 + parent: 1653 + - uid: 1859 + components: + - type: Transform + pos: 42.40732,12.64411 + parent: 1653 + - uid: 1860 + components: + - type: Transform + pos: 42.68857,13.20661 + parent: 1653 + - uid: 1861 + components: + - type: Transform + pos: 46.454193,13.534735 + parent: 1653 + - uid: 1862 + components: + - type: Transform + pos: 46.610443,13.26911 + parent: 1653 + - uid: 1906 + components: + - type: Transform + pos: 48.310688,4.317608 + parent: 1653 + - uid: 1931 + components: + - type: Transform + pos: 1.6251614,38.478745 + parent: 1653 + - uid: 1932 + components: + - type: Transform + pos: 2.2657864,38.61937 + parent: 1653 + - uid: 1975 + components: + - type: Transform + pos: 36.52725,40.35149 + parent: 1653 + - uid: 1976 + components: + - type: Transform + pos: 36.71475,40.69524 + parent: 1653 + - uid: 1977 + components: + - type: Transform + pos: 38.4335,38.57024 + parent: 1653 + - uid: 1978 + components: + - type: Transform + pos: 38.746,38.617115 + parent: 1653 + - uid: 2014 + components: + - type: Transform + pos: 26.552809,38.49964 + parent: 1653 +- proto: SpawnDungeonLootMaterialsBasicSingle + entities: + - uid: 715 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.613785,13.600289 + parent: 1653 + - uid: 1879 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.28566,13.475289 + parent: 1653 + - uid: 1880 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.457535,13.084664 + parent: 1653 + - uid: 1881 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.051285,12.709664 + parent: 1653 + - uid: 1882 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.488785,12.553414 + parent: 1653 + - uid: 1883 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.78566,12.694039 + parent: 1653 + - uid: 1884 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.707535,12.319039 + parent: 1653 + - uid: 1885 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.270035,12.631539 + parent: 1653 + - uid: 1907 + components: + - type: Transform + pos: 48.29822,0.3811128 + parent: 1653 + - uid: 1908 + components: + - type: Transform + pos: 48.407597,0.7248628 + parent: 1653 + - uid: 1909 + components: + - type: Transform + pos: 48.751347,0.4904878 + parent: 1653 + - uid: 2021 + components: + - type: Transform + pos: 28.857117,32.307716 + parent: 1653 + - uid: 2022 + components: + - type: Transform + pos: 29.200867,32.44834 + parent: 1653 + - uid: 2023 + components: + - type: Transform + pos: 40.544617,32.57334 + parent: 1653 + - uid: 2024 + components: + - type: Transform + pos: 39.87274,32.41709 + parent: 1653 + - uid: 2047 + components: + - type: Transform + pos: 22.410824,25.530336 + parent: 1653 + - uid: 2048 + components: + - type: Transform + pos: 22.629574,25.264711 + parent: 1653 + - uid: 2092 + components: + - type: Transform + pos: 16.438751,27.627316 + parent: 1653 + - uid: 2093 + components: + - type: Transform + pos: 16.720001,24.39294 + parent: 1653 + - uid: 2094 + components: + - type: Transform + pos: 16.423126,24.48669 + parent: 1653 +- proto: SpawnDungeonLootMaterialsValuableFull + entities: + - uid: 661 + components: + - type: Transform + pos: 12.535033,28.655708 + parent: 1653 + - uid: 968 + components: + - type: Transform + pos: 1.496994,27.709425 + parent: 1653 + - uid: 1057 + components: + - type: Transform + pos: 25.411459,12.563899 + parent: 1653 + - uid: 1071 + components: + - type: Transform + pos: 33.72185,18.546652 + parent: 1653 + - uid: 1114 + components: + - type: Transform + pos: 20.545664,34.64003 + parent: 1653 + - uid: 1201 + components: + - type: Transform + pos: 25.614584,12.517024 + parent: 1653 + - uid: 1586 + components: + - type: Transform + pos: 15.420664,34.54628 + parent: 1653 + - uid: 1597 + components: + - type: Transform + pos: 31.551804,8.577934 + parent: 1653 + - uid: 1604 + components: + - type: Transform + pos: 16.536243,24.58135 + parent: 1653 + - uid: 1628 + components: + - type: Transform + pos: 20.468935,4.597707 + parent: 1653 + - uid: 1629 + components: + - type: Transform + pos: 21.514414,34.67128 + parent: 1653 + - uid: 1630 + components: + - type: Transform + pos: 1.496994,27.16255 + parent: 1653 + - uid: 1639 + components: + - type: Transform + pos: 1.434494,26.740675 + parent: 1653 + - uid: 1687 + components: + - type: Transform + pos: 1.471144,31.615616 + parent: 1653 + - uid: 1811 + components: + - type: Transform + pos: 10.447058,22.585516 + parent: 1653 + - uid: 1812 + components: + - type: Transform + pos: 10.634558,22.460516 + parent: 1653 + - uid: 1856 + components: + - type: Transform + pos: 42.37607,16.45661 + parent: 1653 + - uid: 1857 + components: + - type: Transform + pos: 42.766693,16.61286 + parent: 1653 + - uid: 1858 + components: + - type: Transform + pos: 44.360443,13.58161 + parent: 1653 + - uid: 1930 + components: + - type: Transform + pos: 0.5470364,40.43187 + parent: 1653 + - uid: 1974 + components: + - type: Transform + pos: 32.480373,38.50774 + parent: 1653 +- proto: SpawnDungeonLootMaterialsValuableSingle + entities: + - uid: 1846 + components: + - type: Transform + pos: 40.40732,13.64411 + parent: 1653 + - uid: 1847 + components: + - type: Transform + pos: 40.65732,13.503485 + parent: 1653 + - uid: 1848 + components: + - type: Transform + pos: 40.37607,13.33161 + parent: 1653 + - uid: 1849 + components: + - type: Transform + pos: 40.766693,13.73786 + parent: 1653 + - uid: 1850 + components: + - type: Transform + pos: 40.59482,15.503485 + parent: 1653 + - uid: 1851 + components: + - type: Transform + pos: 40.21982,15.565985 + parent: 1653 + - uid: 1852 + components: + - type: Transform + pos: 40.62607,15.753485 + parent: 1653 + - uid: 1853 + components: + - type: Transform + pos: 46.485443,15.45661 + parent: 1653 + - uid: 1854 + components: + - type: Transform + pos: 46.34482,15.690985 + parent: 1653 + - uid: 1855 + components: + - type: Transform + pos: 46.766693,15.51911 + parent: 1653 +- proto: SpawnDungeonLootMugs + entities: + - uid: 233 + components: + - type: Transform + pos: 20.397009,48.062172 + parent: 1653 + - uid: 277 + components: + - type: Transform + pos: 20.693884,47.921547 + parent: 1653 + - uid: 278 + components: + - type: Transform + pos: 20.475134,46.499672 + parent: 1653 + - uid: 1080 + components: + - type: Transform + pos: 20.303259,47.562172 + parent: 1653 + - uid: 1807 + components: + - type: Transform + pos: 6.4220715,22.023016 + parent: 1653 + - uid: 1808 + components: + - type: Transform + pos: 6.6564465,21.929266 + parent: 1653 + - uid: 1809 + components: + - type: Transform + pos: 6.3908215,21.616766 + parent: 1653 +- proto: SpawnDungeonLootOresFull + entities: + - uid: 872 + components: + - type: Transform + pos: 18.523888,15.771515 + parent: 1653 + - uid: 1061 + components: + - type: Transform + pos: 22.416225,7.3324466 + parent: 1653 + - uid: 1111 + components: + - type: Transform + pos: 10.521796,25.471292 + parent: 1653 + - uid: 1112 + components: + - type: Transform + pos: 1.481369,26.365675 + parent: 1653 + - uid: 1552 + components: + - type: Transform + pos: 24.692709,16.2514 + parent: 1653 + - uid: 1816 + components: + - type: Transform + pos: 4.400712,24.416548 + parent: 1653 + - uid: 1872 + components: + - type: Transform + pos: 44.766693,13.597235 + parent: 1653 + - uid: 1873 + components: + - type: Transform + pos: 44.37607,16.58161 + parent: 1653 +- proto: SpawnDungeonLootOresSingle + entities: + - uid: 496 + components: + - type: Transform + pos: 22.166225,6.5980716 + parent: 1653 +- proto: SpawnDungeonLootPartsEngi + entities: + - uid: 1113 + components: + - type: Transform + pos: 1.533644,31.990616 + parent: 1653 + - uid: 1115 + components: + - type: Transform + pos: 1.4959452,46.502045 + parent: 1653 + - uid: 1204 + components: + - type: Transform + pos: 33.05804,13.765078 + parent: 1653 + - uid: 1249 + components: + - type: Transform + pos: 36.011166,14.483828 + parent: 1653 + - uid: 1384 + components: + - type: Transform + pos: 2.705519,31.59999 + parent: 1653 + - uid: 1470 + components: + - type: Transform + pos: 27.493414,2.519582 + parent: 1653 + - uid: 1536 + components: + - type: Transform + pos: 31.462164,2.613332 + parent: 1653 + - uid: 1538 + components: + - type: Transform + pos: 2.127394,31.50624 + parent: 1653 + - uid: 1542 + components: + - type: Transform + pos: 23.399664,2.644582 + parent: 1653 + - uid: 1663 + components: + - type: Transform + pos: 36.604916,14.452578 + parent: 1653 + - uid: 1692 + components: + - type: Transform + pos: 19.55425,2.457082 + parent: 1653 + - uid: 1693 + components: + - type: Transform + pos: 30.66336,4.535207 + parent: 1653 + - uid: 1694 + components: + - type: Transform + pos: 31.50711,4.550832 + parent: 1653 + - uid: 1865 + components: + - type: Transform + pos: 42.71982,13.628485 + parent: 1653 + - uid: 1866 + components: + - type: Transform + pos: 42.266693,13.597235 + parent: 1653 + - uid: 1867 + components: + - type: Transform + pos: 40.797943,12.378485 + parent: 1653 + - uid: 1868 + components: + - type: Transform + pos: 40.297943,12.51911 + parent: 1653 + - uid: 1869 + components: + - type: Transform + pos: 42.704193,12.48786 + parent: 1653 + - uid: 1870 + components: + - type: Transform + pos: 46.78232,12.48786 + parent: 1653 + - uid: 1876 + components: + - type: Transform + pos: 32.323666,13.343203 + parent: 1653 + - uid: 1886 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.395035,12.475289 + parent: 1653 + - uid: 1887 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.97316,12.662789 + parent: 1653 + - uid: 1888 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.395035,12.553414 + parent: 1653 + - uid: 1889 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.207535,12.365914 + parent: 1653 + - uid: 1890 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.613785,12.475289 + parent: 1653 + - uid: 1891 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.59816,12.881539 + parent: 1653 + - uid: 1892 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.520035,13.319039 + parent: 1653 + - uid: 1893 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.69191,13.662789 + parent: 1653 + - uid: 1911 + components: + - type: Transform + pos: 54.27824,4.381113 + parent: 1653 + - uid: 1912 + components: + - type: Transform + pos: 54.49699,4.568613 + parent: 1653 + - uid: 1913 + components: + - type: Transform + pos: 54.65324,4.334238 + parent: 1653 + - uid: 1914 + components: + - type: Transform + pos: 52.62199,4.381113 + parent: 1653 + - uid: 1958 + components: + - type: Transform + pos: 19.4043,2.7166195 + parent: 1653 + - uid: 1959 + components: + - type: Transform + pos: 23.49805,2.3572445 + parent: 1653 + - uid: 2044 + components: + - type: Transform + pos: 22.301449,25.186586 + parent: 1653 + - uid: 2045 + components: + - type: Transform + pos: 22.754574,25.608461 + parent: 1653 + - uid: 2046 + components: + - type: Transform + pos: 22.270199,25.624086 + parent: 1653 + - uid: 2090 + components: + - type: Transform + pos: 16.401363,27.66821 + parent: 1653 + - uid: 2091 + components: + - type: Transform + pos: 16.510738,27.402584 + parent: 1653 +- proto: SpawnDungeonLootPowerCell + entities: + - uid: 745 + components: + - type: Transform + pos: 29.497742,32.401466 + parent: 1653 + - uid: 905 + components: + - type: Transform + pos: 12.660753,45.699017 + parent: 1653 + - uid: 1484 + components: + - type: Transform + pos: 29.528992,32.60459 + parent: 1653 + - uid: 1690 + components: + - type: Transform + pos: 36.23867,15.001832 + parent: 1653 + - uid: 1910 + components: + - type: Transform + pos: 52.27824,0.4279878 + parent: 1653 + - uid: 2018 + components: + - type: Transform + pos: 40.34149,32.526466 + parent: 1653 +- proto: SpawnDungeonLootRnDDisk + entities: + - uid: 598 + components: + - type: Transform + pos: 20.429928,42.57755 + parent: 1653 + - uid: 2103 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.570932,0.5247102 + parent: 1653 + - uid: 2105 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.242805,0.5403352 + parent: 1653 +- proto: SpawnDungeonLootSeed + entities: + - uid: 686 + components: + - type: Transform + pos: 4.5460906,18.508413 + parent: 1653 + - uid: 811 + components: + - type: Transform + pos: 12.410851,9.531705 + parent: 1653 + - uid: 1717 + components: + - type: Transform + pos: 12.676476,9.76608 + parent: 1653 + - uid: 1718 + components: + - type: Transform + pos: 12.254601,10.094205 + parent: 1653 + - uid: 1719 + components: + - type: Transform + pos: 12.692101,10.250455 + parent: 1653 + - uid: 1720 + components: + - type: Transform + pos: 12.379601,10.625455 + parent: 1653 + - uid: 1721 + components: + - type: Transform + pos: 12.738976,10.70358 + parent: 1653 + - uid: 1722 + components: + - type: Transform + pos: 16.301476,10.687955 + parent: 1653 + - uid: 1723 + components: + - type: Transform + pos: 16.66085,10.54733 + parent: 1653 + - uid: 1902 + components: + - type: Transform + pos: 36.390884,4.286358 + parent: 1653 + - uid: 1903 + components: + - type: Transform + pos: 36.62526,4.473858 + parent: 1653 + - uid: 1904 + components: + - type: Transform + pos: 38.62526,4.286358 + parent: 1653 + - uid: 1942 + components: + - type: Transform + pos: 22.72586,6.493848 + parent: 1653 + - uid: 1943 + components: + - type: Transform + pos: 19.366486,8.368848 + parent: 1653 + - uid: 1944 + components: + - type: Transform + pos: 15.850861,6.775098 + parent: 1653 +- proto: SpawnDungeonLootSpesos + entities: + - uid: 1551 + components: + - type: Transform + pos: 40.32589,4.442608 + parent: 1653 + - uid: 1905 + components: + - type: Transform + pos: 38.18776,4.520733 + parent: 1653 +- proto: SpawnDungeonLootToolbox + entities: + - uid: 862 + components: + - type: Transform + pos: 22.504574,25.186586 + parent: 1653 + - uid: 1050 + components: + - type: Transform + pos: 36.497677,16.296684 + parent: 1653 + - uid: 1280 + components: + - type: Transform + pos: 36.542416,15.296328 + parent: 1653 + - uid: 2015 + components: + - type: Transform + pos: 26.584059,38.640266 + parent: 1653 +- proto: SpawnDungeonLootToolsAdvancedEngineering + entities: + - uid: 1380 + components: + - type: Transform + pos: 28.450766,21.574556 + parent: 1653 + - uid: 1761 + components: + - type: Transform + pos: 20.650068,40.30749 + parent: 1653 + - uid: 1762 + components: + - type: Transform + pos: 20.259443,40.68249 + parent: 1653 + - uid: 1899 + components: + - type: Transform + pos: 36.50441,14.897164 + parent: 1653 + - uid: 1900 + components: + - type: Transform + pos: 34.50441,15.397164 + parent: 1653 + - uid: 2089 + components: + - type: Transform + pos: 16.588863,27.465084 + parent: 1653 +- proto: SpawnDungeonLootToolsBasicEngineering + entities: + - uid: 820 + components: + - type: Transform + pos: 10.514916,45.573624 + parent: 1653 + - uid: 821 + components: + - type: Transform + pos: 20.369005,36.60878 + parent: 1653 + - uid: 822 + components: + - type: Transform + pos: 20.650255,36.499405 + parent: 1653 + - uid: 1116 + components: + - type: Transform + pos: 27.580544,22.502699 + parent: 1653 + - uid: 1539 + components: + - type: Transform + pos: 0.5271952,46.502045 + parent: 1653 + - uid: 1894 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.50441,12.444039 + parent: 1653 + - uid: 1895 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.301285,12.647164 + parent: 1653 + - uid: 1896 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.988785,12.631539 + parent: 1653 + - uid: 1897 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.28566,12.975289 + parent: 1653 + - uid: 1898 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.37941,13.459664 + parent: 1653 + - uid: 2019 + components: + - type: Transform + pos: 28.513367,32.51084 + parent: 1653 + - uid: 2020 + components: + - type: Transform + pos: 40.06024,32.495216 + parent: 1653 + - uid: 2042 + components: + - type: Transform + pos: 22.348324,25.624086 + parent: 1653 + - uid: 2043 + components: + - type: Transform + pos: 22.567074,25.577211 + parent: 1653 + - uid: 2087 + components: + - type: Transform + pos: 16.401363,27.44946 + parent: 1653 + - uid: 2088 + components: + - type: Transform + pos: 16.745113,27.652584 + parent: 1653 +- proto: SpawnDungeonLootToolsHydroponics + entities: + - uid: 1189 + components: + - type: Transform + pos: 21.751831,6.54733 + parent: 1653 + - uid: 1196 + components: + - type: Transform + pos: 21.361206,6.687955 + parent: 1653 + - uid: 1292 + components: + - type: Transform + pos: 21.923706,6.70358 + parent: 1653 + - uid: 1374 + components: + - type: Transform + pos: 21.564331,6.51608 + parent: 1653 +- proto: SpawnDungeonLootToolsSalvage + entities: + - uid: 1901 + components: + - type: Transform + pos: 42.26339,4.301983 + parent: 1653 +- proto: SpawnDungeonLootToolsSurgery + entities: + - uid: 1933 + components: + - type: Transform + pos: 2.4064114,38.36937 + parent: 1653 + - uid: 1934 + components: + - type: Transform + pos: 2.5782864,38.666245 + parent: 1653 +- proto: SpawnDungeonLootToolsSurgeryAdvanced + entities: + - uid: 761 + components: + - type: Transform + pos: 6.4577923,47.278557 + parent: 1653 + - uid: 764 + components: + - type: Transform + pos: 6.5202923,47.57543 + parent: 1653 + - uid: 765 + components: + - type: Transform + pos: 6.4890423,46.98168 + parent: 1653 + - uid: 768 + components: + - type: Transform + pos: 6.4734173,46.747307 + parent: 1653 + - uid: 1066 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.733463,22.516201 + parent: 1653 + - uid: 1073 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.34284,22.500576 + parent: 1653 +- proto: SpawnDungeonLootVaultGuns + entities: + - uid: 2154 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5133982,26.877148 + parent: 1653 +- proto: SpawnDungeonVendomatsArmory + entities: + - uid: 871 + components: + - type: Transform + pos: 17.5,38.5 + parent: 1653 + - uid: 1745 + components: + - type: Transform + pos: 16.5,38.5 + parent: 1653 +- proto: SpawnDungeonVendomatsClothes + entities: + - uid: 30 + components: + - type: Transform + pos: 44.5,4.5 + parent: 1653 + - uid: 536 + components: + - type: Transform + pos: 44.5,3.5 + parent: 1653 +- proto: SpawnDungeonVendomatsMed + entities: + - uid: 1554 + components: + - type: Transform + pos: 6.5,48.5 + parent: 1653 +- proto: SpawnDungeonVendomatsRecreational + entities: + - uid: 528 + components: + - type: Transform + pos: 6.5,40.5 + parent: 1653 + - uid: 621 + components: + - type: Transform + pos: 46.5,3.5 + parent: 1653 + - uid: 718 + components: + - type: Transform + pos: 46.5,4.5 + parent: 1653 + - uid: 727 + components: + - type: Transform + pos: 19.5,22.5 + parent: 1653 + - uid: 1626 + components: + - type: Transform + pos: 7.5,10.5 + parent: 1653 + - uid: 1658 + components: + - type: Transform + pos: 7.5,35.5 + parent: 1653 + - uid: 1660 + components: + - type: Transform + pos: 8.5,10.5 + parent: 1653 + - uid: 1676 + components: + - type: Transform + pos: 9.5,10.5 + parent: 1653 +- proto: SpawnVehicleJanicart + entities: + - uid: 1730 + components: + - type: Transform + pos: 41.5,38.5 + parent: 1653 +- proto: StationMapBroken + entities: + - uid: 1675 + components: + - type: Transform + pos: 9.5,39.5 + parent: 1653 +- proto: Stool + entities: + - uid: 644 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,35.5 + parent: 1653 + - uid: 701 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,32.5 + parent: 1653 + - uid: 702 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,30.5 + parent: 1653 + - uid: 787 + components: + - type: Transform + pos: 15.5,32.5 + parent: 1653 + - uid: 788 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,30.5 + parent: 1653 + - uid: 789 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,30.5 + parent: 1653 + - uid: 790 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,30.5 + parent: 1653 + - uid: 813 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,25.5 + parent: 1653 + - uid: 814 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,26.5 + parent: 1653 + - uid: 815 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,27.5 + parent: 1653 + - uid: 876 + components: + - type: Transform + pos: 8.5,25.5 + parent: 1653 + - uid: 901 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,21.5 + parent: 1653 + - uid: 902 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,21.5 + parent: 1653 + - uid: 950 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,7.5 + parent: 1653 + - uid: 951 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,6.5 + parent: 1653 + - uid: 1064 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,18.5 + parent: 1653 + - uid: 1065 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,19.5 + parent: 1653 + - uid: 1313 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,47.5 + parent: 1653 + - uid: 2150 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,6.5 + parent: 1653 + - uid: 2151 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,7.5 + parent: 1653 +- proto: StoolBar + entities: + - uid: 39 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,45.5 + parent: 1653 + - uid: 111 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,45.5 + parent: 1653 + - uid: 1102 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,47.5 + parent: 1653 + - uid: 1311 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,46.5 + parent: 1653 +- proto: SubstationBasic + entities: + - uid: 161 + components: + - type: Transform + pos: 28.5,40.5 + parent: 1653 + - uid: 559 + components: + - type: Transform + pos: 8.5,42.5 + parent: 1653 + - uid: 1010 + components: + - type: Transform + pos: 28.5,18.5 + parent: 1653 +- proto: SubstationWallBasic + entities: + - uid: 354 + components: + - type: Transform + pos: 29.5,9.5 + parent: 1653 +- proto: SuitStorageMercenary + entities: + - uid: 1267 + components: + - type: Transform + pos: 22.5,38.5 + parent: 1653 +- proto: SurveillanceCameraMedical + entities: + - uid: 2095 + components: + - type: Transform + pos: 2.5,0.5 + parent: 1653 + - uid: 2096 + components: + - type: Transform + pos: 10.5,0.5 + parent: 1653 + - uid: 2097 + components: + - type: Transform + pos: 21.5,0.5 + parent: 1653 + - uid: 2098 + components: + - type: Transform + pos: 31.5,0.5 + parent: 1653 + - uid: 2099 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,22.5 + parent: 1653 + - uid: 2100 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,27.5 + parent: 1653 + - uid: 2101 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,43.5 + parent: 1653 + - uid: 2102 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,47.5 + parent: 1653 +- proto: SurveillanceCameraRouterGeneral + entities: + - uid: 868 + components: + - type: Transform + pos: 20.5,27.5 + parent: 1653 +- proto: SurveillanceCameraRouterMedical + entities: + - uid: 1547 + components: + - type: Transform + pos: 20.5,28.5 + parent: 1653 +- proto: Table + entities: + - uid: 112 + components: + - type: Transform + pos: 2.5,44.5 + parent: 1653 + - uid: 116 + components: + - type: Transform + pos: 37.5,16.5 + parent: 1653 + - uid: 214 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,30.5 + parent: 1653 + - uid: 477 + components: + - type: Transform + pos: 0.5,46.5 + parent: 1653 + - uid: 478 + components: + - type: Transform + pos: 1.5,46.5 + parent: 1653 + - uid: 535 + components: + - type: Transform + pos: 22.5,28.5 + parent: 1653 + - uid: 589 + components: + - type: Transform + pos: 10.5,45.5 + parent: 1653 + - uid: 590 + components: + - type: Transform + pos: 12.5,45.5 + parent: 1653 + - uid: 631 + components: + - type: Transform + pos: 8.5,35.5 + parent: 1653 + - uid: 643 + components: + - type: Transform + pos: 12.5,24.5 + parent: 1653 + - uid: 645 + components: + - type: Transform + pos: 22.5,27.5 + parent: 1653 + - uid: 649 + components: + - type: Transform + pos: 2.5,35.5 + parent: 1653 + - uid: 673 + components: + - type: Transform + pos: 22.5,24.5 + parent: 1653 + - uid: 692 + components: + - type: Transform + pos: 3.5,31.5 + parent: 1653 + - uid: 693 + components: + - type: Transform + pos: 2.5,31.5 + parent: 1653 + - uid: 694 + components: + - type: Transform + pos: 1.5,31.5 + parent: 1653 + - uid: 695 + components: + - type: Transform + pos: 1.5,32.5 + parent: 1653 + - uid: 724 + components: + - type: Transform + pos: 2.5,43.5 + parent: 1653 + - uid: 726 + components: + - type: Transform + pos: 2.5,42.5 + parent: 1653 + - uid: 747 + components: + - type: Transform + pos: 31.5,21.5 + parent: 1653 + - uid: 759 + components: + - type: Transform + pos: 31.5,22.5 + parent: 1653 + - uid: 777 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,32.5 + parent: 1653 + - uid: 778 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,30.5 + parent: 1653 + - uid: 781 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,32.5 + parent: 1653 + - uid: 782 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,30.5 + parent: 1653 + - uid: 812 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,6.5 + parent: 1653 + - uid: 826 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,7.5 + parent: 1653 + - uid: 827 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,6.5 + parent: 1653 + - uid: 834 + components: + - type: Transform + pos: 22.5,25.5 + parent: 1653 + - uid: 858 + components: + - type: Transform + pos: 30.5,30.5 + parent: 1653 + - uid: 955 + components: + - type: Transform + pos: 12.5,28.5 + parent: 1653 + - uid: 956 + components: + - type: Transform + pos: 0.5,9.5 + parent: 1653 + - uid: 957 + components: + - type: Transform + pos: 0.5,10.5 + parent: 1653 + - uid: 958 + components: + - type: Transform + pos: 1.5,10.5 + parent: 1653 + - uid: 959 + components: + - type: Transform + pos: 2.5,10.5 + parent: 1653 + - uid: 967 + components: + - type: Transform + pos: 36.5,12.5 + parent: 1653 + - uid: 1007 + components: + - type: Transform + pos: 21.5,22.5 + parent: 1653 + - uid: 1070 + components: + - type: Transform + pos: 33.5,18.5 + parent: 1653 + - uid: 1148 + components: + - type: Transform + pos: 37.5,12.5 + parent: 1653 + - uid: 1193 + components: + - type: Transform + pos: 21.5,16.5 + parent: 1653 + - uid: 1194 + components: + - type: Transform + pos: 21.5,15.5 + parent: 1653 + - uid: 1428 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,2.5 + parent: 1653 + - uid: 1429 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,2.5 + parent: 1653 + - uid: 1430 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,2.5 + parent: 1653 + - uid: 1431 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,2.5 + parent: 1653 + - uid: 1568 + components: + - type: Transform + pos: 14.5,0.5 + parent: 1653 + - uid: 1577 + components: + - type: Transform + pos: 36.5,16.5 + parent: 1653 + - uid: 1578 + components: + - type: Transform + pos: 36.5,15.5 + parent: 1653 + - uid: 1579 + components: + - type: Transform + pos: 36.5,14.5 + parent: 1653 + - uid: 1580 + components: + - type: Transform + pos: 35.5,14.5 + parent: 1653 + - uid: 1581 + components: + - type: Transform + pos: 32.5,13.5 + parent: 1653 + - uid: 1582 + components: + - type: Transform + pos: 33.5,13.5 + parent: 1653 + - uid: 1599 + components: + - type: Transform + pos: 14.5,1.5 + parent: 1653 + - uid: 1601 + components: + - type: Transform + pos: 15.5,1.5 + parent: 1653 + - uid: 1704 + components: + - type: Transform + pos: 0.5,0.5 + parent: 1653 + - uid: 1736 + components: + - type: Transform + pos: 44.5,38.5 + parent: 1653 + - uid: 1877 + components: + - type: Transform + pos: 38.5,12.5 + parent: 1653 + - uid: 1878 + components: + - type: Transform + pos: 38.5,13.5 + parent: 1653 + - uid: 2052 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,34.5 + parent: 1653 + - uid: 2121 + components: + - type: Transform + pos: 24.5,26.5 + parent: 1653 +- proto: TableCarpet + entities: + - uid: 38 + components: + - type: Transform + pos: 21.5,43.5 + parent: 1653 + - uid: 1328 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,43.5 + parent: 1653 + - uid: 1335 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,44.5 + parent: 1653 +- proto: TableCounterMetal + entities: + - uid: 119 + components: + - type: Transform + pos: 40.5,32.5 + parent: 1653 + - uid: 215 + components: + - type: Transform + pos: 29.5,32.5 + parent: 1653 + - uid: 218 + components: + - type: Transform + pos: 39.5,32.5 + parent: 1653 + - uid: 677 + components: + - type: Transform + pos: 28.5,32.5 + parent: 1653 + - uid: 870 + components: + - type: Transform + pos: 28.5,36.5 + parent: 1653 + - uid: 1072 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,22.5 + parent: 1653 + - uid: 1232 + components: + - type: Transform + pos: 1.5,38.5 + parent: 1653 + - uid: 1271 + components: + - type: Transform + pos: 0.5,40.5 + parent: 1653 + - uid: 1589 + components: + - type: Transform + pos: 25.5,36.5 + parent: 1653 + - uid: 1929 + components: + - type: Transform + pos: 2.5,38.5 + parent: 1653 + - uid: 2119 + components: + - type: Transform + pos: 28.5,24.5 + parent: 1653 + - uid: 2123 + components: + - type: Transform + pos: 28.5,26.5 + parent: 1653 +- proto: TableCounterWood + entities: + - uid: 235 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,46.5 + parent: 1653 + - uid: 275 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,46.5 + parent: 1653 + - uid: 599 + components: + - type: Transform + pos: 20.5,42.5 + parent: 1653 + - uid: 1316 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,48.5 + parent: 1653 + - uid: 1742 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,47.5 + parent: 1653 + - uid: 1804 + components: + - type: Transform + pos: 6.5,22.5 + parent: 1653 + - uid: 1805 + components: + - type: Transform + pos: 6.5,21.5 + parent: 1653 + - uid: 1810 + components: + - type: Transform + pos: 10.5,22.5 + parent: 1653 +- proto: TableGlass + entities: + - uid: 707 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,30.5 + parent: 1653 + - uid: 941 + components: + - type: Transform + pos: 12.5,22.5 + parent: 1653 + - uid: 942 + components: + - type: Transform + pos: 16.5,18.5 + parent: 1653 + - uid: 1182 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,10.5 + parent: 1653 + - uid: 1188 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,9.5 + parent: 1653 + - uid: 1377 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,10.5 + parent: 1653 + - uid: 1448 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,4.5 + parent: 1653 + - uid: 1449 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,4.5 + parent: 1653 + - uid: 1450 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,4.5 + parent: 1653 + - uid: 1451 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,4.5 + parent: 1653 + - uid: 1452 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,4.5 + parent: 1653 + - uid: 1453 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,4.5 + parent: 1653 + - uid: 1477 + components: + - type: Transform + pos: 22.5,0.5 + parent: 1653 + - uid: 1478 + components: + - type: Transform + pos: 30.5,0.5 + parent: 1653 +- proto: TableReinforced + entities: + - uid: 709 + components: + - type: Transform + pos: 1.5,25.5 + parent: 1653 + - uid: 710 + components: + - type: Transform + pos: 1.5,26.5 + parent: 1653 + - uid: 711 + components: + - type: Transform + pos: 1.5,27.5 + parent: 1653 + - uid: 1530 + components: + - type: Transform + pos: 27.5,8.5 + parent: 1653 + - uid: 1532 + components: + - type: Transform + pos: 31.5,8.5 + parent: 1653 +- proto: TableReinforcedGlass + entities: + - uid: 334 + components: + - type: Transform + pos: 2.5,12.5 + parent: 1653 + - uid: 335 + components: + - type: Transform + pos: 1.5,12.5 + parent: 1653 + - uid: 337 + components: + - type: Transform + pos: 0.5,15.5 + parent: 1653 + - uid: 386 + components: + - type: Transform + pos: 0.5,16.5 + parent: 1653 + - uid: 484 + components: + - type: Transform + pos: 1.5,16.5 + parent: 1653 + - uid: 748 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,46.5 + parent: 1653 + - uid: 1321 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,47.5 + parent: 1653 + - uid: 1815 + components: + - type: Transform + pos: 6.5,27.5 + parent: 1653 +- proto: TableWood + entities: + - uid: 666 + components: + - type: Transform + pos: 20.5,34.5 + parent: 1653 + - uid: 667 + components: + - type: Transform + pos: 21.5,34.5 + parent: 1653 + - uid: 772 + components: + - type: Transform + pos: 24.5,32.5 + parent: 1653 + - uid: 773 + components: + - type: Transform + pos: 24.5,31.5 + parent: 1653 + - uid: 984 + components: + - type: Transform + pos: 7.5,6.5 + parent: 1653 + - uid: 985 + components: + - type: Transform + pos: 10.5,7.5 + parent: 1653 +- proto: TelecomServer + entities: + - uid: 860 + components: + - type: Transform + pos: 20.5,24.5 + parent: 1653 +- proto: ToiletEmpty + entities: + - uid: 799 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,25.5 + parent: 1653 + - uid: 801 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,27.5 + parent: 1653 + - uid: 802 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,27.5 + parent: 1653 + - uid: 889 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,18.5 + parent: 1653 +- proto: ToolboxGoldFilled + entities: + - uid: 713 + components: + - type: Transform + pos: 1.492549,27.312542 + parent: 1653 +- proto: ToyRubberDuck + entities: + - uid: 875 + components: + - type: Transform + pos: 8.491199,25.423159 + parent: 1653 + - uid: 895 + components: + - type: Transform + pos: 0.5,18.5 + parent: 1653 +- proto: ToySpawner + entities: + - uid: 1936 + components: + - type: Transform + pos: 1.5,40.5 + parent: 1653 + - uid: 1937 + components: + - type: Transform + pos: 4.5,40.5 + parent: 1653 +- proto: TurboItemRecharger + entities: + - uid: 2125 + components: + - type: Transform + pos: 28.5,24.5 + parent: 1653 +- proto: Vaccinator + entities: + - uid: 464 + components: + - type: Transform + pos: 28.5,4.5 + parent: 1653 + - uid: 819 + components: + - type: Transform + pos: 0.5,42.5 + parent: 1653 +- proto: VehicleKeyJanicart + entities: + - uid: 1731 + components: + - type: Transform + pos: 40.58462,38.5371 + parent: 1653 +- proto: VendingMachineBooze + entities: + - uid: 109 + components: + - type: Transform + pos: 21.5,48.5 + parent: 1653 +- proto: VendingMachineChemDrobe + entities: + - uid: 388 + components: + - type: Transform + pos: 6.5,16.5 + parent: 1653 +- proto: VendingMachineChemicals + entities: + - uid: 389 + components: + - type: Transform + pos: 5.5,16.5 + parent: 1653 +- proto: VendingMachineCigs + entities: + - uid: 1296 + components: + - type: Transform + pos: 22.5,48.5 + parent: 1653 +- proto: VendingMachineHydrobe + entities: + - uid: 1088 + components: + - type: Transform + pos: 14.5,10.5 + parent: 1653 +- proto: VendingMachineMedical + entities: + - uid: 1814 + components: + - type: Transform + pos: 6.5,28.5 + parent: 1653 +- proto: VendingMachineNutri + entities: + - uid: 1375 + components: + - type: Transform + pos: 13.5,10.5 + parent: 1653 +- proto: VendingMachineSeeds + entities: + - uid: 1372 + components: + - type: Transform + pos: 15.5,10.5 + parent: 1653 +- proto: WallmountTelescreen + entities: + - uid: 531 + components: + - type: Transform + pos: 13.5,39.5 + parent: 1653 +- proto: WallPlastitanium + entities: + - uid: 301 + components: + - type: Transform + pos: 9.5,14.5 + parent: 1653 + - uid: 303 + components: + - type: Transform + pos: 11.5,15.5 + parent: 1653 + - uid: 1124 + components: + - type: Transform + pos: 12.5,13.5 + parent: 1653 + - uid: 1125 + components: + - type: Transform + pos: 13.5,13.5 + parent: 1653 + - uid: 1127 + components: + - type: Transform + pos: 13.5,15.5 + parent: 1653 + - uid: 1128 + components: + - type: Transform + pos: 12.5,15.5 + parent: 1653 + - uid: 1129 + components: + - type: Transform + pos: 10.5,15.5 + parent: 1653 + - uid: 1131 + components: + - type: Transform + pos: 9.5,15.5 + parent: 1653 + - uid: 1132 + components: + - type: Transform + pos: 13.5,14.5 + parent: 1653 + - uid: 1133 + components: + - type: Transform + pos: 9.5,13.5 + parent: 1653 + - uid: 1134 + components: + - type: Transform + pos: 10.5,13.5 + parent: 1653 +- proto: WallSolid + entities: + - uid: 29 + components: + - type: Transform + pos: 43.5,1.5 + parent: 1653 + - uid: 32 + components: + - type: Transform + pos: 47.5,1.5 + parent: 1653 + - uid: 40 + components: + - type: Transform + pos: 16.5,48.5 + parent: 1653 + - uid: 102 + components: + - type: Transform + pos: 18.5,48.5 + parent: 1653 + - uid: 120 + components: + - type: Transform + pos: 35.5,32.5 + parent: 1653 + - uid: 122 + components: + - type: Transform + pos: 33.5,32.5 + parent: 1653 + - uid: 280 + components: + - type: Transform + pos: 44.5,40.5 + parent: 1653 + - uid: 521 + components: + - type: Transform + pos: 40.5,3.5 + parent: 1653 + - uid: 524 + components: + - type: Transform + pos: 38.5,1.5 + parent: 1653 + - uid: 525 + components: + - type: Transform + pos: 51.5,4.5 + parent: 1653 + - uid: 527 + components: + - type: Transform + pos: 39.5,1.5 + parent: 1653 + - uid: 530 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,39.5 + parent: 1653 + - uid: 566 + components: + - type: Transform + pos: 8.5,43.5 + parent: 1653 + - uid: 567 + components: + - type: Transform + pos: 9.5,43.5 + parent: 1653 + - uid: 570 + components: + - type: Transform + pos: 13.5,43.5 + parent: 1653 + - uid: 571 + components: + - type: Transform + pos: 14.5,43.5 + parent: 1653 + - uid: 642 + components: + - type: Transform + pos: 43.5,0.5 + parent: 1653 + - uid: 669 + components: + - type: Transform + pos: 47.5,3.5 + parent: 1653 + - uid: 682 + components: + - type: Transform + pos: 31.5,32.5 + parent: 1653 + - uid: 685 + components: + - type: Transform + pos: 3.5,32.5 + parent: 1653 + - uid: 687 + components: + - type: Transform + pos: 9.5,30.5 + parent: 1653 + - uid: 720 + components: + - type: Transform + pos: 38.5,3.5 + parent: 1653 + - uid: 818 + components: + - type: Transform + pos: 50.5,1.5 + parent: 1653 + - uid: 828 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,7.5 + parent: 1653 + - uid: 884 + components: + - type: Transform + pos: 1.5,21.5 + parent: 1653 + - uid: 885 + components: + - type: Transform + pos: 1.5,22.5 + parent: 1653 + - uid: 886 + components: + - type: Transform + pos: 3.5,19.5 + parent: 1653 + - uid: 887 + components: + - type: Transform + pos: 4.5,19.5 + parent: 1653 + - uid: 1022 + components: + - type: Transform + pos: 28.5,22.5 + parent: 1653 + - uid: 1151 + components: + - type: Transform + pos: 39.5,3.5 + parent: 1653 + - uid: 1165 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,6.5 + parent: 1653 + - uid: 1211 + components: + - type: Transform + pos: 51.5,1.5 + parent: 1653 + - uid: 1212 + components: + - type: Transform + pos: 36.5,3.5 + parent: 1653 + - uid: 1218 + components: + - type: Transform + pos: 48.5,1.5 + parent: 1653 + - uid: 1219 + components: + - type: Transform + pos: 43.5,3.5 + parent: 1653 + - uid: 1237 + components: + - type: Transform + pos: 36.5,1.5 + parent: 1653 + - uid: 1238 + components: + - type: Transform + pos: 51.5,0.5 + parent: 1653 + - uid: 1239 + components: + - type: Transform + pos: 39.5,4.5 + parent: 1653 + - uid: 1241 + components: + - type: Transform + pos: 47.5,0.5 + parent: 1653 + - uid: 1252 + components: + - type: Transform + pos: 43.5,4.5 + parent: 1653 + - uid: 1269 + components: + - type: Transform + pos: 52.5,1.5 + parent: 1653 + - uid: 1273 + components: + - type: Transform + pos: 54.5,1.5 + parent: 1653 + - uid: 1275 + components: + - type: Transform + pos: 47.5,4.5 + parent: 1653 + - uid: 1282 + components: + - type: Transform + pos: 42.5,3.5 + parent: 1653 + - uid: 1333 + components: + - type: Transform + pos: 17.5,48.5 + parent: 1653 + - uid: 1457 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,39.5 + parent: 1653 + - uid: 1459 + components: + - type: Transform + pos: 19.5,4.5 + parent: 1653 + - uid: 1460 + components: + - type: Transform + pos: 33.5,4.5 + parent: 1653 + - uid: 1475 + components: + - type: Transform + pos: 48.5,3.5 + parent: 1653 + - uid: 1501 + components: + - type: Transform + pos: 28.5,9.5 + parent: 1653 + - uid: 1506 + components: + - type: Transform + pos: 29.5,9.5 + parent: 1653 + - uid: 1507 + components: + - type: Transform + pos: 30.5,9.5 + parent: 1653 + - uid: 1546 + components: + - type: Transform + pos: 50.5,3.5 + parent: 1653 + - uid: 1575 + components: + - type: Transform + pos: 34.5,16.5 + parent: 1653 + - uid: 1596 + components: + - type: Transform + pos: 42.5,1.5 + parent: 1653 + - uid: 1602 + components: + - type: Transform + pos: 39.5,0.5 + parent: 1653 + - uid: 1603 + components: + - type: Transform + pos: 40.5,1.5 + parent: 1653 + - uid: 1610 + components: + - type: Transform + pos: 36.5,32.5 + parent: 1653 + - uid: 1611 + components: + - type: Transform + pos: 37.5,32.5 + parent: 1653 + - uid: 1624 + components: + - type: Transform + pos: 51.5,3.5 + parent: 1653 + - uid: 1644 + components: + - type: Transform + pos: 52.5,3.5 + parent: 1653 + - uid: 1645 + components: + - type: Transform + pos: 54.5,3.5 + parent: 1653 + - uid: 1682 + components: + - type: Transform + pos: 16.5,4.5 + parent: 1653 + - uid: 1688 + components: + - type: Transform + pos: 32.5,32.5 + parent: 1653 + - uid: 1989 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,40.5 + parent: 1653 + - uid: 1990 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,38.5 + parent: 1653 + - uid: 1991 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,40.5 + parent: 1653 +- proto: WallSolidDiagonal + entities: + - uid: 497 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,13.5 + parent: 1653 + - uid: 498 + components: + - type: Transform + pos: 30.5,15.5 + parent: 1653 + - uid: 501 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,12.5 + parent: 1653 + - uid: 504 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,16.5 + parent: 1653 + - uid: 505 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,13.5 + parent: 1653 + - uid: 516 + components: + - type: Transform + pos: 26.5,12.5 + parent: 1653 + - uid: 737 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,16.5 + parent: 1653 + - uid: 1199 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,15.5 + parent: 1653 +- proto: WardrobeVirologyFilled + entities: + - uid: 1006 + components: + - type: Transform + pos: 14.5,32.5 + parent: 1653 +- proto: WaterTankFull + entities: + - uid: 1160 + components: + - type: Transform + pos: 20.5,10.5 + parent: 1653 +- proto: WaterTankHighCapacity + entities: + - uid: 1161 + components: + - type: Transform + pos: 21.5,10.5 + parent: 1653 + - uid: 1163 + components: + - type: Transform + pos: 22.5,10.5 + parent: 1653 +- proto: WeaponCapacitorRecharger + entities: + - uid: 2124 + components: + - type: Transform + pos: 28.5,26.5 + parent: 1653 +- proto: WeldingFuelTankFull + entities: + - uid: 881 + components: + - type: Transform + pos: 14.5,44.5 + parent: 1653 + - uid: 1387 + components: + - type: Transform + pos: 26.5,19.5 + parent: 1653 + - uid: 1544 + components: + - type: Transform + pos: 31.5,7.5 + parent: 1653 + - uid: 1545 + components: + - type: Transform + pos: 27.5,7.5 + parent: 1653 +- proto: Windoor + entities: + - uid: 636 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,34.5 + parent: 1653 + - uid: 637 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,36.5 + parent: 1653 + - uid: 639 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,34.5 + parent: 1653 + - uid: 640 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,36.5 + parent: 1653 + - uid: 690 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,32.5 + parent: 1653 + - uid: 691 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,30.5 + parent: 1653 + - uid: 877 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,25.5 + parent: 1653 + - uid: 878 + components: + - type: Transform + pos: 9.5,27.5 + parent: 1653 +- proto: WindoorSecure + entities: + - uid: 216 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,31.5 + parent: 1653 + - uid: 468 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,28.5 + parent: 1653 + - uid: 470 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,27.5 + parent: 1653 + - uid: 523 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,25.5 + parent: 1653 + - uid: 672 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,24.5 + parent: 1653 + - uid: 785 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,45.5 + parent: 1653 + - uid: 809 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,42.5 + parent: 1653 + - uid: 824 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,7.5 + parent: 1653 + - uid: 842 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,31.5 + parent: 1653 + - uid: 1184 + components: + - type: Transform + pos: 13.5,3.5 + parent: 1653 + - uid: 1229 + components: + - type: Transform + pos: 34.5,21.5 + parent: 1653 + - uid: 1297 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,46.5 + parent: 1653 + - uid: 1322 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,44.5 + parent: 1653 + - uid: 1420 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,1.5 + parent: 1653 + - uid: 1421 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,2.5 + parent: 1653 + - uid: 1422 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,2.5 + parent: 1653 + - uid: 1423 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,1.5 + parent: 1653 + - uid: 1424 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,1.5 + parent: 1653 + - uid: 1425 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,2.5 + parent: 1653 + - uid: 1426 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,1.5 + parent: 1653 + - uid: 1427 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,2.5 + parent: 1653 + - uid: 1465 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,3.5 + parent: 1653 + - uid: 1466 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,3.5 + parent: 1653 + - uid: 1634 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,1.5 + parent: 1653 + - uid: 1678 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,1.5 + parent: 1653 +- proto: WindowDirectional + entities: + - uid: 307 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,39.5 + parent: 1653 + - uid: 308 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,39.5 + parent: 1653 + - uid: 459 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,39.5 + parent: 1653 + - uid: 625 + components: + - type: Transform + pos: 5.5,15.5 + parent: 1653 + - uid: 632 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,35.5 + parent: 1653 + - uid: 633 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,35.5 + parent: 1653 + - uid: 869 + components: + - type: Transform + pos: 20.5,26.5 + parent: 1653 + - uid: 1067 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,26.5 + parent: 1653 + - uid: 1162 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,10.5 + parent: 1653 + - uid: 1164 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,10.5 + parent: 1653 + - uid: 1208 + components: + - type: Transform + pos: 12.5,39.5 + parent: 1653 + - uid: 1210 + components: + - type: Transform + pos: 44.5,3.5 + parent: 1653 + - uid: 1216 + components: + - type: Transform + pos: 46.5,3.5 + parent: 1653 + - uid: 1274 + components: + - type: Transform + pos: 11.5,39.5 + parent: 1653 + - uid: 1294 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,46.5 + parent: 1653 + - uid: 1295 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,48.5 + parent: 1653 + - uid: 1300 + components: + - type: Transform + pos: 6.5,15.5 + parent: 1653 + - uid: 1301 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,15.5 + parent: 1653 + - uid: 1302 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,16.5 + parent: 1653 + - uid: 1677 + components: + - type: Transform + pos: 10.5,39.5 + parent: 1653 +- proto: WindowFrostedDirectional + entities: + - uid: 473 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,48.5 + parent: 1653 + - uid: 475 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,46.5 + parent: 1653 + - uid: 476 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,46.5 + parent: 1653 + - uid: 688 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,31.5 + parent: 1653 + - uid: 689 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,31.5 + parent: 1653 + - uid: 744 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,7.5 + parent: 1653 + - uid: 758 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,48.5 + parent: 1653 + - uid: 791 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,25.5 + parent: 1653 + - uid: 792 + components: + - type: Transform + pos: 10.5,28.5 + parent: 1653 + - uid: 793 + components: + - type: Transform + pos: 10.5,27.5 + parent: 1653 + - uid: 794 + components: + - type: Transform + pos: 8.5,28.5 + parent: 1653 + - uid: 795 + components: + - type: Transform + pos: 8.5,27.5 + parent: 1653 + - uid: 797 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,25.5 + parent: 1653 + - uid: 798 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,24.5 + parent: 1653 + - uid: 946 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,7.5 + parent: 1653 + - uid: 947 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,6.5 + parent: 1653 + - uid: 970 + components: + - type: Transform + pos: 5.5,8.5 + parent: 1653 + - uid: 971 + components: + - type: Transform + pos: 0.5,8.5 + parent: 1653 + - uid: 972 + components: + - type: Transform + pos: 3.5,8.5 + parent: 1653 + - uid: 973 + components: + - type: Transform + pos: 2.5,8.5 + parent: 1653 + - uid: 1089 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,46.5 + parent: 1653 + - uid: 1172 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,46.5 + parent: 1653 + - uid: 2152 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,6.5 + parent: 1653 +- proto: WindowReinforcedDirectional + entities: + - uid: 219 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,30.5 + parent: 1653 + - uid: 456 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,42.5 + parent: 1653 + - uid: 457 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,43.5 + parent: 1653 + - uid: 458 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,44.5 + parent: 1653 + - uid: 604 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,3.5 + parent: 1653 + - uid: 606 + components: + - type: Transform + pos: 14.5,3.5 + parent: 1653 + - uid: 608 + components: + - type: Transform + pos: 15.5,3.5 + parent: 1653 + - uid: 762 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,44.5 + parent: 1653 + - uid: 816 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,7.5 + parent: 1653 + - uid: 817 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,7.5 + parent: 1653 + - uid: 825 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,7.5 + parent: 1653 + - uid: 840 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,30.5 + parent: 1653 + - uid: 846 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,34.5 + parent: 1653 + - uid: 849 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,34.5 + parent: 1653 + - uid: 850 + components: + - type: Transform + pos: 34.5,36.5 + parent: 1653 + - uid: 851 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,36.5 + parent: 1653 + - uid: 852 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,36.5 + parent: 1653 + - uid: 853 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,34.5 + parent: 1653 + - uid: 854 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,34.5 + parent: 1653 + - uid: 855 + components: + - type: Transform + pos: 24.5,36.5 + parent: 1653 + - uid: 915 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,6.5 + parent: 1653 + - uid: 995 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,18.5 + parent: 1653 + - uid: 996 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,18.5 + parent: 1653 + - uid: 997 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,18.5 + parent: 1653 + - uid: 998 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,18.5 + parent: 1653 + - uid: 999 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,22.5 + parent: 1653 + - uid: 1000 + components: + - type: Transform + pos: 22.5,22.5 + parent: 1653 + - uid: 1001 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,22.5 + parent: 1653 + - uid: 1002 + components: + - type: Transform + pos: 18.5,22.5 + parent: 1653 + - uid: 1051 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,21.5 + parent: 1653 + - uid: 1053 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,22.5 + parent: 1653 + - uid: 1054 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,21.5 + parent: 1653 + - uid: 1055 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,22.5 + parent: 1653 + - uid: 1056 + components: + - type: Transform + pos: 33.5,21.5 + parent: 1653 + - uid: 1307 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,43.5 + parent: 1653 + - uid: 1323 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,44.5 + parent: 1653 + - uid: 1324 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,44.5 + parent: 1653 + - uid: 1325 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,42.5 + parent: 1653 + - uid: 1388 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,0.5 + parent: 1653 + - uid: 1389 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,1.5 + parent: 1653 + - uid: 1390 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,0.5 + parent: 1653 + - uid: 1391 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,1.5 + parent: 1653 + - uid: 1392 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,0.5 + parent: 1653 + - uid: 1393 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,1.5 + parent: 1653 + - uid: 1394 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,0.5 + parent: 1653 + - uid: 1395 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,1.5 + parent: 1653 + - uid: 1396 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,0.5 + parent: 1653 + - uid: 1397 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,1.5 + parent: 1653 + - uid: 1398 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,0.5 + parent: 1653 + - uid: 1399 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,1.5 + parent: 1653 + - uid: 1400 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,0.5 + parent: 1653 + - uid: 1401 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,1.5 + parent: 1653 + - uid: 1402 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,0.5 + parent: 1653 + - uid: 1403 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,1.5 + parent: 1653 + - uid: 1404 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,1.5 + parent: 1653 + - uid: 1405 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,1.5 + parent: 1653 + - uid: 1406 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,1.5 + parent: 1653 + - uid: 1407 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,1.5 + parent: 1653 + - uid: 1408 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,1.5 + parent: 1653 + - uid: 1409 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,1.5 + parent: 1653 + - uid: 1410 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,1.5 + parent: 1653 + - uid: 1411 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,1.5 + parent: 1653 + - uid: 1412 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,2.5 + parent: 1653 + - uid: 1413 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,2.5 + parent: 1653 + - uid: 1414 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,2.5 + parent: 1653 + - uid: 1415 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,2.5 + parent: 1653 + - uid: 1416 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,2.5 + parent: 1653 + - uid: 1417 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,2.5 + parent: 1653 + - uid: 1418 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,2.5 + parent: 1653 + - uid: 1419 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,2.5 + parent: 1653 + - uid: 1463 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,2.5 + parent: 1653 + - uid: 1464 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,2.5 + parent: 1653 + - uid: 1632 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,1.5 + parent: 1653 + - uid: 1633 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,0.5 + parent: 1653 + - uid: 1713 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,7.5 + parent: 1653 + - uid: 1714 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,7.5 + parent: 1653 +... diff --git a/Resources/Prototypes/Nyanotrasen/Markers/Spawners/Random/devices.yml b/Resources/Prototypes/Nyanotrasen/Markers/Spawners/Random/devices.yml index e915baf50f8..8b25b85d531 100644 --- a/Resources/Prototypes/Nyanotrasen/Markers/Spawners/Random/devices.yml +++ b/Resources/Prototypes/Nyanotrasen/Markers/Spawners/Random/devices.yml @@ -1,5 +1,5 @@ - type: entity - parent: MarkerBase + parent: MarkerBasePlaceFree # Frontier id: RandomBoards name: random machine board spawner components: diff --git a/Resources/Prototypes/Nyanotrasen/Markers/Spawners/Random/randomitems.yml b/Resources/Prototypes/Nyanotrasen/Markers/Spawners/Random/randomitems.yml index 768d284743a..e5906018e01 100644 --- a/Resources/Prototypes/Nyanotrasen/Markers/Spawners/Random/randomitems.yml +++ b/Resources/Prototypes/Nyanotrasen/Markers/Spawners/Random/randomitems.yml @@ -1,5 +1,5 @@ - type: entity - parent: MarkerBase + parent: MarkerBasePlaceFree # Frontier id: RandomItem name: random item spawner components: diff --git a/Resources/Prototypes/Nyanotrasen/Markers/Spawners/Random/seeds.yml b/Resources/Prototypes/Nyanotrasen/Markers/Spawners/Random/seeds.yml index db10b9c2f0a..ebc11f6c942 100644 --- a/Resources/Prototypes/Nyanotrasen/Markers/Spawners/Random/seeds.yml +++ b/Resources/Prototypes/Nyanotrasen/Markers/Spawners/Random/seeds.yml @@ -3,7 +3,7 @@ name: Salvage Seed Spawner id: SalvageSeedSpawnerLow suffix: Low - parent: MarkerBase + parent: MarkerBasePlaceFree # Frontier components: - type: Sprite layers: diff --git a/Resources/Prototypes/Nyanotrasen/Procedural/biome_templates.yml b/Resources/Prototypes/Nyanotrasen/Procedural/biome_templates.yml deleted file mode 100644 index f2dbff3b781..00000000000 --- a/Resources/Prototypes/Nyanotrasen/Procedural/biome_templates.yml +++ /dev/null @@ -1,65 +0,0 @@ -# Post-apocalyptic megacity -- type: biomeTemplate - id: RuinedMegacity - layers: - # Rocks - - !type:BiomeEntityLayer - threshold: 0.95 - noise: - seed: 0 - frequency: 2 - noiseType: OpenSimplex2 - allowedTiles: - - FloorLowDesert - entities: - - FloraRockSolid01 - - FloraRockSolid02 - - FloraRockSolid03 - # Sparse vegetation - - !type:BiomeDecalLayer - threshold: 0.95 - noise: - seed: 0 - noiseType: OpenSimplex2 - frequency: 2 - divisions: 2 - allowedTiles: - - FloorPlanetDirt - decals: - - BushDOne - - BushDTwo - - BushDThree - # Loot - - !type:BiomeDummyLayer - id: Loot - # Roads - - !type:BiomeTileLayer - tile: FloorAsteroidSand - threshold: -0.5 - noise: - seed: 3 - noiseType: OpenSimplex2 - frequency: 0.003 - lacunarity: 1.50 - fractalType: Ridged - octaves: 1 - # Dirt - - !type:BiomeTileLayer - tile: FloorPlanetDirt - threshold: 0 - noise: - seed: 1 - frequency: 0.02 - # Fill layer - - !type:BiomeTileLayer - threshold: -1 - variants: - - 0 - tile: FloorLowDesert - - !type:BiomeTileLayer - threshold: 0.6 - tile: FloorLowDesert - noise: - seed: 0 - noiseType: Cellular - frequency: 0.1 diff --git a/Resources/Prototypes/Nyanotrasen/Procedural/dungeon_presets.yml b/Resources/Prototypes/Nyanotrasen/Procedural/dungeon_presets.yml deleted file mode 100644 index 2cf6ed15b45..00000000000 --- a/Resources/Prototypes/Nyanotrasen/Procedural/dungeon_presets.yml +++ /dev/null @@ -1,29 +0,0 @@ -# 4 blocks of 27x27 arranged in a square. -# -# This makes use of the size-tagged rooms mentioned in dungeon_room_packs.yml -- type: dungeonPreset - id: NyanoCompound - roomPacks: - - -27,28,0,55 - - 1,28,28,55 - - 1,0,28,27 - - -27,0,0,27 - -# 3 blocks of 17x15 in a row of 17x47. -# -# By using a non-square dimension of blocks, I can control the directionality -# of each block, allowing for hallways which extend through the entire dungeon. -- type: dungeonPreset - id: NyanoStack - roomPacks: - - -8,32,9,47 - - -8,16,9,31 - - -8,0,9,15 - -# A single block of 9x9 -# -# Used for selecting a random 9x9 building on its own. -- type: dungeonPreset - id: NyanoSolo9 - roomPacks: - - -4,0,5,9 diff --git a/Resources/Prototypes/Nyanotrasen/Procedural/dungeon_room_packs.yml b/Resources/Prototypes/Nyanotrasen/Procedural/dungeon_room_packs.yml deleted file mode 100644 index 8c0070f0b10..00000000000 --- a/Resources/Prototypes/Nyanotrasen/Procedural/dungeon_room_packs.yml +++ /dev/null @@ -1,159 +0,0 @@ -## SIZE-TAGGING -# -# I'm doing a little black magic here. -# -# Every area below is 27x27 which is a specific size, used like a namespace, -# because we don't have ways to specify the spawning of certain tagged rooms in -# room packs. Inside each of these 27x27 room packs is a set of rooms according -# to a certain format. -# -# 3xY rooms are hallways. -# 4x4 rooms are maintenance. -# 5x5 rooms are general facilities. -# 6x5 rooms are offices. -# 7x7 rooms are larger, specialized facilities. -# -# The 8x5 room is a generator. -# The 9x7 room is a larger variant of a specialized facility. -# -# There's some overlap with what is what, but that's the general trend. -# -# Now, this will cease to work as I intended if another 27x27 area is added -# which does not conform to the room sizes that the others have, which is why I -# chose such a large and odd number. -# -# Wizard's Den will hopefully never add another area set of the same size. -# -# In the future, room pack namespaces should probably have large, uneven sizes -# to ensure this. It is sufficient to add or subtract one pixel to create a new -# namespace. -# -# I will likely make more comprehensive size-tagged room pack namespaces in the -# future. This was my first foray into dungeon generation. - -- type: dungeonRoomPack - id: NyanoHugeArea1 - size: 27,27 - rooms: - - 12,12,15,15 - - 16,12,27,15 - - 0,12,11,15 - - 16,22,22,27 - - 6,22,11,27 - - 16,16,22,21 - - 6,16,11,21 - - 0,16,5,21 - - 7,7,11,11 - - 16,4,23,11 - - 1,1,6,9 - - 7,0,11,4 - - 12,16,15,27 - - 12,0,15,11 - -- type: dungeonRoomPack - id: NyanoHugeArea2 - size: 27,27 - rooms: - - 4,12,11,15 - - 12,0,15,11 - - 6,22,10,26 - - 1,22,5,26 - - 17,16,24,23 - - 11,16,16,21 - - 5,16,10,21 - - 4,6,9,11 - - 16,1,23,10 - - 6,0,11,5 - - 12,22,15,27 - - 24,12,27,15 - - 16,12,23,15 - - 12,12,15,15 - - 0,12,3,15 - -- type: dungeonRoomPack - id: NyanoHugeArea3 - size: 27,27 - rooms: - - 12,16,15,23 - - 16,12,23,15 - - 4,12,11,15 - - 12,4,15,11 - - 16,16,23,23 - - 4,16,11,23 - - 16,4,23,11 - - 4,4,11,11 - - 12,24,15,27 - - 24,12,27,15 - - 12,12,15,15 - - 0,12,3,15 - - 12,0,15,3 - -- type: dungeonRoomPack - id: NyanoHugeArea4 - size: 27,27 - rooms: - - 12,16,15,27 - - 4,16,7,23 - - 16,12,27,15 - - 0,12,11,15 - - 12,0,15,11 - - 16,16,23,23 - - 22,6,27,11 - - 16,6,21,11 - - 5,6,11,11 - - 22,0,27,5 - - 16,0,21,5 - - 5,0,11,5 - - 12,12,15,15 - -- type: dungeonRoomPack - id: NyanoHugeArea5 - size: 27,27 - rooms: - - 12,16,15,27 - - 16,12,27,15 - - 0,12,11,15 - - 20,4,23,11 - - 12,0,15,11 - - 6,19,11,24 - - 18,16,24,21 - - 3,6,11,11 - - 12,12,15,15 - -# What was written above, applies below. -# This is the 17x15 edition. - -- type: dungeonRoomPack - id: NyanoLargeArea1 - size: 17,15 - rooms: - - 14,12,17,15 - - 10,12,13,15 - - 0,10,5,15 - - 14,8,17,11 - - 10,8,13,11 - - 2,6,5,9 - - 10,0,17,7 - - 6,0,9,15 - - 0,0,5,5 - -- type: dungeonRoomPack - id: NyanoLargeArea2 - size: 17,15 - rooms: - - 10,12,13,15 - - 0,10,5,15 - - 10,8,13,11 - - 2,6,5,9 - - 10,4,13,7 - - 10,0,13,3 - - 6,0,9,15 - - 0,0,5,5 - -# Solo 9x9 - -- type: dungeonRoomPack - id: NyanoBigArea1 - size: 9,9 - rooms: - - 0,0,9,9 diff --git a/Resources/Prototypes/Procedural/Themes/experiment.yml b/Resources/Prototypes/Procedural/Themes/experiment.yml index 2027e3e1c20..efc8fc7a886 100644 --- a/Resources/Prototypes/Procedural/Themes/experiment.yml +++ b/Resources/Prototypes/Procedural/Themes/experiment.yml @@ -4,7 +4,7 @@ - type: dungeonRoom id: Science17x5a size: 17,5 - atlas: /Maps/Dungeon/experiment.yml + atlas: /Maps/_NF/Dungeon/experiment.yml # Frontier offset: 0,0 tags: - SalvageExperiment @@ -12,7 +12,7 @@ - type: dungeonRoom id: Science17x5b size: 17,5 - atlas: /Maps/Dungeon/experiment.yml + atlas: /Maps/_NF/Dungeon/experiment.yml # Frontier offset: 18,0 tags: - SalvageExperiment @@ -20,7 +20,7 @@ - type: dungeonRoom id: Science17x5c size: 17,5 - atlas: /Maps/Dungeon/experiment.yml + atlas: /Maps/_NF/Dungeon/experiment.yml # Frontier offset: 36,0 tags: - SalvageExperiment @@ -29,7 +29,7 @@ - type: dungeonRoom id: Science7x7a size: 7,7 - atlas: /Maps/Dungeon/experiment.yml + atlas: /Maps/_NF/Dungeon/experiment.yml # Frontier offset: 0,42 tags: - SalvageExperiment @@ -37,7 +37,7 @@ - type: dungeonRoom id: Science7x7b size: 7,7 - atlas: /Maps/Dungeon/experiment.yml + atlas: /Maps/_NF/Dungeon/experiment.yml # Frontier offset: 8,42 tags: - SalvageExperiment @@ -45,7 +45,7 @@ - type: dungeonRoom id: Science7x7c size: 7,7 - atlas: /Maps/Dungeon/experiment.yml + atlas: /Maps/_NF/Dungeon/experiment.yml # Frontier offset: 16,42 tags: - SalvageExperiment @@ -55,7 +55,7 @@ - type: dungeonRoom id: Science11x5a size: 11,5 - atlas: /Maps/Dungeon/experiment.yml + atlas: /Maps/_NF/Dungeon/experiment.yml # Frontier offset: 0,6 tags: - SalvageExperiment @@ -63,7 +63,7 @@ - type: dungeonRoom id: Science11x5b size: 11,5 - atlas: /Maps/Dungeon/experiment.yml + atlas: /Maps/_NF/Dungeon/experiment.yml # Frontier offset: 12,6 tags: - SalvageExperiment @@ -71,7 +71,7 @@ - type: dungeonRoom id: Science11x5c size: 11,5 - atlas: /Maps/Dungeon/experiment.yml + atlas: /Maps/_NF/Dungeon/experiment.yml # Frontier offset: 24,6 tags: - SalvageExperiment @@ -80,7 +80,7 @@ - type: dungeonRoom id: Science7x5a size: 7,5 - atlas: /Maps/Dungeon/experiment.yml + atlas: /Maps/_NF/Dungeon/experiment.yml # Frontier offset: 0,12 tags: - SalvageExperiment @@ -88,7 +88,7 @@ - type: dungeonRoom id: Science7x5b size: 7,5 - atlas: /Maps/Dungeon/experiment.yml + atlas: /Maps/_NF/Dungeon/experiment.yml # Frontier offset: 8,12 tags: - SalvageExperiment @@ -96,7 +96,7 @@ - type: dungeonRoom id: Science7x5c size: 7,5 - atlas: /Maps/Dungeon/experiment.yml + atlas: /Maps/_NF/Dungeon/experiment.yml # Frontier offset: 16,12 tags: - SalvageExperiment @@ -104,7 +104,7 @@ - type: dungeonRoom id: Science7x5d size: 7,5 - atlas: /Maps/Dungeon/experiment.yml + atlas: /Maps/_NF/Dungeon/experiment.yml # Frontier offset: 24,12 tags: - SalvageExperiment @@ -112,7 +112,7 @@ - type: dungeonRoom id: Science7x5e size: 7,5 - atlas: /Maps/Dungeon/experiment.yml + atlas: /Maps/_NF/Dungeon/experiment.yml # Frontier offset: 32,12 tags: - SalvageExperiment @@ -120,7 +120,7 @@ - type: dungeonRoom id: Science7x5f size: 7,5 - atlas: /Maps/Dungeon/experiment.yml + atlas: /Maps/_NF/Dungeon/experiment.yml # Frontier offset: 40,12 tags: - SalvageExperiment @@ -129,7 +129,7 @@ - type: dungeonRoom id: Science13x3a size: 13,3 - atlas: /Maps/Dungeon/experiment.yml + atlas: /Maps/_NF/Dungeon/experiment.yml # Frontier offset: 0,30 tags: - SalvageExperiment @@ -137,7 +137,7 @@ - type: dungeonRoom id: Science13x3b size: 13,3 - atlas: /Maps/Dungeon/experiment.yml + atlas: /Maps/_NF/Dungeon/experiment.yml # Frontier offset: 14,30 tags: - SalvageExperiment @@ -145,7 +145,7 @@ - type: dungeonRoom id: Science13x3c size: 13,3 - atlas: /Maps/Dungeon/experiment.yml + atlas: /Maps/_NF/Dungeon/experiment.yml # Frontier offset: 28,30 tags: - SalvageExperiment @@ -154,7 +154,7 @@ - type: dungeonRoom id: Science11x3a size: 11,3 - atlas: /Maps/Dungeon/experiment.yml + atlas: /Maps/_NF/Dungeon/experiment.yml # Frontier offset: 0,34 tags: - SalvageExperiment @@ -162,7 +162,7 @@ - type: dungeonRoom id: Science11x3b size: 11,3 - atlas: /Maps/Dungeon/experiment.yml + atlas: /Maps/_NF/Dungeon/experiment.yml # Frontier offset: 12,34 tags: - SalvageExperiment @@ -170,7 +170,7 @@ - type: dungeonRoom id: Science11x3c size: 11,3 - atlas: /Maps/Dungeon/experiment.yml + atlas: /Maps/_NF/Dungeon/experiment.yml # Frontier offset: 24,34 tags: - SalvageExperiment @@ -179,7 +179,7 @@ - type: dungeonRoom id: Science7x3a size: 7,3 - atlas: /Maps/Dungeon/experiment.yml + atlas: /Maps/_NF/Dungeon/experiment.yml # Frontier offset: 0,38 tags: - SalvageExperiment @@ -187,7 +187,7 @@ - type: dungeonRoom id: Science7x3b size: 7,3 - atlas: /Maps/Dungeon/experiment.yml + atlas: /Maps/_NF/Dungeon/experiment.yml # Frontier offset: 8,38 tags: - SalvageExperiment @@ -195,7 +195,7 @@ - type: dungeonRoom id: Science7x3c size: 7,3 - atlas: /Maps/Dungeon/experiment.yml + atlas: /Maps/_NF/Dungeon/experiment.yml # Frontier offset: 16,38 tags: - SalvageExperiment @@ -203,7 +203,7 @@ - type: dungeonRoom id: Science7x3d size: 7,3 - atlas: /Maps/Dungeon/experiment.yml + atlas: /Maps/_NF/Dungeon/experiment.yml # Frontier offset: 24,38 tags: - SalvageExperiment @@ -211,7 +211,7 @@ - type: dungeonRoom id: Science7x3e size: 7,3 - atlas: /Maps/Dungeon/experiment.yml + atlas: /Maps/_NF/Dungeon/experiment.yml # Frontier offset: 32,38 tags: - SalvageExperiment @@ -219,7 +219,7 @@ - type: dungeonRoom id: Science7x3f size: 7,3 - atlas: /Maps/Dungeon/experiment.yml + atlas: /Maps/_NF/Dungeon/experiment.yml # Frontier offset: 40,38 tags: - SalvageExperiment @@ -229,7 +229,7 @@ - type: dungeonRoom id: Science5x5a size: 5,5 - atlas: /Maps/Dungeon/experiment.yml + atlas: /Maps/_NF/Dungeon/experiment.yml # Frontier offset: 0,18 tags: - SalvageExperiment @@ -237,7 +237,7 @@ - type: dungeonRoom id: Science5x5b size: 5,5 - atlas: /Maps/Dungeon/experiment.yml + atlas: /Maps/_NF/Dungeon/experiment.yml # Frontier offset: 6,18 tags: - SalvageExperiment @@ -245,7 +245,7 @@ - type: dungeonRoom id: Science5x5c size: 5,5 - atlas: /Maps/Dungeon/experiment.yml + atlas: /Maps/_NF/Dungeon/experiment.yml # Frontier offset: 12,18 tags: - SalvageExperiment @@ -253,7 +253,7 @@ - type: dungeonRoom id: Science5x5d size: 5,5 - atlas: /Maps/Dungeon/experiment.yml + atlas: /Maps/_NF/Dungeon/experiment.yml # Frontier offset: 18,18 tags: - SalvageExperiment @@ -261,7 +261,7 @@ - type: dungeonRoom id: Science5x5e size: 5,5 - atlas: /Maps/Dungeon/experiment.yml + atlas: /Maps/_NF/Dungeon/experiment.yml # Frontier offset: 24,18 tags: - SalvageExperiment @@ -269,7 +269,7 @@ - type: dungeonRoom id: Science5x5f size: 5,5 - atlas: /Maps/Dungeon/experiment.yml + atlas: /Maps/_NF/Dungeon/experiment.yml # Frontier offset: 30,18 tags: - SalvageExperiment @@ -278,7 +278,7 @@ - type: dungeonRoom id: Science3x5a size: 3,5 - atlas: /Maps/Dungeon/experiment.yml + atlas: /Maps/_NF/Dungeon/experiment.yml # Frontier offset: 0,24 tags: - SalvageExperiment @@ -286,7 +286,7 @@ - type: dungeonRoom id: Science3x5b size: 3,5 - atlas: /Maps/Dungeon/experiment.yml + atlas: /Maps/_NF/Dungeon/experiment.yml # Frontier offset: 4,24 tags: - SalvageExperiment @@ -294,7 +294,7 @@ - type: dungeonRoom id: Science3x5c size: 3,5 - atlas: /Maps/Dungeon/experiment.yml + atlas: /Maps/_NF/Dungeon/experiment.yml # Frontier offset: 8,24 tags: - SalvageExperiment @@ -302,7 +302,7 @@ - type: dungeonRoom id: Science3x5d size: 3,5 - atlas: /Maps/Dungeon/experiment.yml + atlas: /Maps/_NF/Dungeon/experiment.yml # Frontier offset: 12,24 tags: - SalvageExperiment @@ -310,7 +310,7 @@ - type: dungeonRoom id: Science3x5e size: 3,5 - atlas: /Maps/Dungeon/experiment.yml + atlas: /Maps/_NF/Dungeon/experiment.yml # Frontier offset: 16,24 tags: - SalvageExperiment @@ -318,7 +318,7 @@ - type: dungeonRoom id: Science3x5f size: 3,5 - atlas: /Maps/Dungeon/experiment.yml + atlas: /Maps/_NF/Dungeon/experiment.yml # Frontier offset: 20,24 tags: - - SalvageExperiment + - SalvageExperiment \ No newline at end of file diff --git a/Resources/Prototypes/Procedural/Themes/haunted.yml b/Resources/Prototypes/Procedural/Themes/haunted.yml index 9a69b4daa35..b89e1268aa9 100644 --- a/Resources/Prototypes/Procedural/Themes/haunted.yml +++ b/Resources/Prototypes/Procedural/Themes/haunted.yml @@ -4,7 +4,7 @@ - type: dungeonRoom id: Haunted17x5a size: 17,5 - atlas: /Maps/Dungeon/haunted.yml + atlas: /Maps/_NF/Dungeon/haunted.yml # Frontier offset: 0,0 tags: - Haunted @@ -12,7 +12,7 @@ - type: dungeonRoom id: Haunted17x5b size: 17,5 - atlas: /Maps/Dungeon/haunted.yml + atlas: /Maps/_NF/Dungeon/haunted.yml # Frontier offset: 18,0 tags: - Haunted @@ -21,7 +21,7 @@ - type: dungeonRoom id: Haunted7x7a size: 7,7 - atlas: /Maps/Dungeon/haunted.yml + atlas: /Maps/_NF/Dungeon/haunted.yml # Frontier offset: 0,42 tags: - Haunted @@ -29,7 +29,7 @@ - type: dungeonRoom id: Haunted7x7b size: 7,7 - atlas: /Maps/Dungeon/haunted.yml + atlas: /Maps/_NF/Dungeon/haunted.yml # Frontier offset: 8,42 tags: - Haunted @@ -37,7 +37,7 @@ - type: dungeonRoom id: Haunted7x7c size: 7,7 - atlas: /Maps/Dungeon/haunted.yml + atlas: /Maps/_NF/Dungeon/haunted.yml # Frontier offset: 16,42 tags: - Haunted @@ -45,7 +45,7 @@ - type: dungeonRoom id: Haunted7x7d size: 7,7 - atlas: /Maps/Dungeon/haunted.yml + atlas: /Maps/_NF/Dungeon/haunted.yml # Frontier offset: 24,42 tags: - Haunted @@ -55,7 +55,7 @@ - type: dungeonRoom id: Haunted11x5a size: 11,5 - atlas: /Maps/Dungeon/haunted.yml + atlas: /Maps/_NF/Dungeon/haunted.yml # Frontier offset: 0,6 tags: - Haunted @@ -63,7 +63,7 @@ - type: dungeonRoom id: Haunted11x5b size: 11,5 - atlas: /Maps/Dungeon/haunted.yml + atlas: /Maps/_NF/Dungeon/haunted.yml # Frontier offset: 12,6 tags: - Haunted @@ -71,7 +71,7 @@ - type: dungeonRoom id: Haunted11x5c size: 11,5 - atlas: /Maps/Dungeon/haunted.yml + atlas: /Maps/_NF/Dungeon/haunted.yml # Frontier offset: 24,6 tags: - Haunted @@ -80,7 +80,7 @@ - type: dungeonRoom id: Haunted7x5a size: 7,5 - atlas: /Maps/Dungeon/haunted.yml + atlas: /Maps/_NF/Dungeon/haunted.yml # Frontier offset: 0,12 tags: - Haunted @@ -88,7 +88,7 @@ - type: dungeonRoom id: Haunted7x5b size: 7,5 - atlas: /Maps/Dungeon/haunted.yml + atlas: /Maps/_NF/Dungeon/haunted.yml # Frontier offset: 8,12 tags: - Haunted @@ -96,7 +96,7 @@ - type: dungeonRoom id: Haunted7x5c size: 7,5 - atlas: /Maps/Dungeon/haunted.yml + atlas: /Maps/_NF/Dungeon/haunted.yml # Frontier offset: 16,12 tags: - Haunted @@ -104,7 +104,7 @@ - type: dungeonRoom id: Haunted7x5d size: 7,5 - atlas: /Maps/Dungeon/haunted.yml + atlas: /Maps/_NF/Dungeon/haunted.yml # Frontier offset: 24,12 tags: - Haunted @@ -113,7 +113,7 @@ - type: dungeonRoom id: Haunted13x3a size: 13,3 - atlas: /Maps/Dungeon/haunted.yml + atlas: /Maps/_NF/Dungeon/haunted.yml # Frontier offset: 0,30 tags: - Haunted @@ -121,7 +121,7 @@ - type: dungeonRoom id: Haunted13x3b size: 13,3 - atlas: /Maps/Dungeon/haunted.yml + atlas: /Maps/_NF/Dungeon/haunted.yml # Frontier offset: 14,30 tags: - Haunted @@ -130,7 +130,7 @@ - type: dungeonRoom id: Haunted11x3a size: 11,3 - atlas: /Maps/Dungeon/haunted.yml + atlas: /Maps/_NF/Dungeon/haunted.yml # Frontier offset: 0,34 tags: - Haunted @@ -138,7 +138,7 @@ - type: dungeonRoom id: Haunted11x3b size: 11,3 - atlas: /Maps/Dungeon/haunted.yml + atlas: /Maps/_NF/Dungeon/haunted.yml # Frontier offset: 12,34 tags: - Haunted @@ -146,7 +146,7 @@ - type: dungeonRoom id: Haunted11x3c size: 11,3 - atlas: /Maps/Dungeon/haunted.yml + atlas: /Maps/_NF/Dungeon/haunted.yml # Frontier offset: 24,34 tags: - Haunted @@ -155,7 +155,7 @@ - type: dungeonRoom id: Haunted7x3a size: 7,3 - atlas: /Maps/Dungeon/haunted.yml + atlas: /Maps/_NF/Dungeon/haunted.yml # Frontier offset: 0,38 tags: - Haunted @@ -163,7 +163,7 @@ - type: dungeonRoom id: Haunted7x3b size: 7,3 - atlas: /Maps/Dungeon/haunted.yml + atlas: /Maps/_NF/Dungeon/haunted.yml # Frontier offset: 8,38 tags: - Haunted @@ -171,7 +171,7 @@ - type: dungeonRoom id: Haunted7x3c size: 7,3 - atlas: /Maps/Dungeon/haunted.yml + atlas: /Maps/_NF/Dungeon/haunted.yml # Frontier offset: 16,38 tags: - Haunted @@ -179,7 +179,7 @@ - type: dungeonRoom id: Haunted7x3d size: 7,3 - atlas: /Maps/Dungeon/haunted.yml + atlas: /Maps/_NF/Dungeon/haunted.yml # Frontier offset: 24,38 tags: - Haunted @@ -189,7 +189,7 @@ - type: dungeonRoom id: Haunted5x5a size: 5,5 - atlas: /Maps/Dungeon/haunted.yml + atlas: /Maps/_NF/Dungeon/haunted.yml # Frontier offset: 0,18 tags: - Haunted @@ -197,7 +197,7 @@ - type: dungeonRoom id: Haunted5x5b size: 5,5 - atlas: /Maps/Dungeon/haunted.yml + atlas: /Maps/_NF/Dungeon/haunted.yml # Frontier offset: 6,18 tags: - Haunted @@ -205,7 +205,7 @@ - type: dungeonRoom id: Haunted5x5c size: 5,5 - atlas: /Maps/Dungeon/haunted.yml + atlas: /Maps/_NF/Dungeon/haunted.yml # Frontier offset: 12,18 tags: - Haunted @@ -213,7 +213,7 @@ - type: dungeonRoom id: Haunted5x5d size: 5,5 - atlas: /Maps/Dungeon/haunted.yml + atlas: /Maps/_NF/Dungeon/haunted.yml # Frontier offset: 18,18 tags: - Haunted @@ -221,7 +221,7 @@ - type: dungeonRoom id: Haunted5x5e size: 5,5 - atlas: /Maps/Dungeon/haunted.yml + atlas: /Maps/_NF/Dungeon/haunted.yml # Frontier offset: 24,18 tags: - Haunted @@ -229,7 +229,7 @@ - type: dungeonRoom id: Haunted5x5f size: 5,5 - atlas: /Maps/Dungeon/haunted.yml + atlas: /Maps/_NF/Dungeon/haunted.yml # Frontier offset: 30,18 tags: - Haunted @@ -238,7 +238,7 @@ - type: dungeonRoom id: Haunted3x5a size: 3,5 - atlas: /Maps/Dungeon/haunted.yml + atlas: /Maps/_NF/Dungeon/haunted.yml # Frontier offset: 0,24 tags: - Haunted @@ -246,7 +246,7 @@ - type: dungeonRoom id: Haunted3x5b size: 3,5 - atlas: /Maps/Dungeon/haunted.yml + atlas: /Maps/_NF/Dungeon/haunted.yml # Frontier offset: 4,24 tags: - Haunted @@ -254,7 +254,7 @@ - type: dungeonRoom id: Haunted3x5c size: 3,5 - atlas: /Maps/Dungeon/haunted.yml + atlas: /Maps/_NF/Dungeon/haunted.yml # Frontier offset: 8,24 tags: - Haunted @@ -262,7 +262,7 @@ - type: dungeonRoom id: Haunted3x5d size: 3,5 - atlas: /Maps/Dungeon/haunted.yml + atlas: /Maps/_NF/Dungeon/haunted.yml # Frontier offset: 12,24 tags: - Haunted @@ -270,7 +270,7 @@ - type: dungeonRoom id: Haunted3x5e size: 3,5 - atlas: /Maps/Dungeon/haunted.yml + atlas: /Maps/_NF/Dungeon/haunted.yml # Frontier offset: 16,24 tags: - Haunted @@ -278,7 +278,7 @@ - type: dungeonRoom id: Haunted3x5f size: 3,5 - atlas: /Maps/Dungeon/haunted.yml + atlas: /Maps/_NF/Dungeon/haunted.yml # Frontier offset: 20,24 tags: - Haunted @@ -286,7 +286,7 @@ - type: dungeonRoom id: Haunted3x5g size: 3,5 - atlas: /Maps/Dungeon/haunted.yml + atlas: /Maps/_NF/Dungeon/haunted.yml # Frontier offset: 24,24 tags: - Haunted @@ -294,7 +294,7 @@ - type: dungeonRoom id: Haunted3x5h size: 3,5 - atlas: /Maps/Dungeon/haunted.yml + atlas: /Maps/_NF/Dungeon/haunted.yml # Frontier offset: 28,24 tags: - Haunted @@ -302,7 +302,7 @@ - type: dungeonRoom id: Haunted3x5i size: 3,5 - atlas: /Maps/Dungeon/haunted.yml + atlas: /Maps/_NF/Dungeon/haunted.yml # Frontier offset: 32,24 tags: - Haunted diff --git a/Resources/Prototypes/Procedural/Themes/lava_brig.yml b/Resources/Prototypes/Procedural/Themes/lava_brig.yml index 29c97243fe7..04b2eb4c28a 100644 --- a/Resources/Prototypes/Procedural/Themes/lava_brig.yml +++ b/Resources/Prototypes/Procedural/Themes/lava_brig.yml @@ -4,7 +4,7 @@ - type: dungeonRoom id: LavaBrig17x5a size: 17,5 - atlas: /Maps/Dungeon/lava_brig.yml + atlas: /Maps/_NF/Dungeon/lava_brig.yml # Frontier offset: 0,0 tags: - LavaBrig @@ -12,7 +12,7 @@ - type: dungeonRoom id: LavaBrig17x5b size: 17,5 - atlas: /Maps/Dungeon/lava_brig.yml + atlas: /Maps/_NF/Dungeon/lava_brig.yml # Frontier offset: 18,0 tags: - LavaBrig @@ -21,7 +21,7 @@ - type: dungeonRoom id: LavaBrig7x7a size: 7,7 - atlas: /Maps/Dungeon/lava_brig.yml + atlas: /Maps/_NF/Dungeon/lava_brig.yml # Frontier offset: 0,42 tags: - LavaBrig @@ -29,7 +29,7 @@ - type: dungeonRoom id: LavaBrig7x7b size: 7,7 - atlas: /Maps/Dungeon/lava_brig.yml + atlas: /Maps/_NF/Dungeon/lava_brig.yml # Frontier offset: 8,42 tags: - LavaBrig @@ -37,7 +37,7 @@ - type: dungeonRoom id: LavaBrig7x7c size: 7,7 - atlas: /Maps/Dungeon/lava_brig.yml + atlas: /Maps/_NF/Dungeon/lava_brig.yml # Frontier offset: 16,42 tags: - LavaBrig @@ -45,7 +45,7 @@ - type: dungeonRoom id: LavaBrig7x7d size: 7,7 - atlas: /Maps/Dungeon/lava_brig.yml + atlas: /Maps/_NF/Dungeon/lava_brig.yml # Frontier offset: 24,42 tags: - LavaBrig @@ -55,7 +55,7 @@ - type: dungeonRoom id: LavaBrig11x5a size: 11,5 - atlas: /Maps/Dungeon/lava_brig.yml + atlas: /Maps/_NF/Dungeon/lava_brig.yml # Frontier offset: 0,6 tags: - LavaBrig @@ -63,7 +63,7 @@ - type: dungeonRoom id: LavaBrig11x5b size: 11,5 - atlas: /Maps/Dungeon/lava_brig.yml + atlas: /Maps/_NF/Dungeon/lava_brig.yml # Frontier offset: 12,6 tags: - LavaBrig @@ -71,7 +71,7 @@ - type: dungeonRoom id: LavaBrig11x5c size: 11,5 - atlas: /Maps/Dungeon/lava_brig.yml + atlas: /Maps/_NF/Dungeon/lava_brig.yml # Frontier offset: 24,6 tags: - LavaBrig @@ -80,7 +80,7 @@ - type: dungeonRoom id: LavaBrig7x5a size: 7,5 - atlas: /Maps/Dungeon/lava_brig.yml + atlas: /Maps/_NF/Dungeon/lava_brig.yml # Frontier offset: 0,12 tags: - LavaBrig @@ -88,7 +88,7 @@ - type: dungeonRoom id: LavaBrig7x5b size: 7,5 - atlas: /Maps/Dungeon/lava_brig.yml + atlas: /Maps/_NF/Dungeon/lava_brig.yml # Frontier offset: 8,12 tags: - LavaBrig @@ -96,7 +96,7 @@ - type: dungeonRoom id: LavaBrig7x5c size: 7,5 - atlas: /Maps/Dungeon/lava_brig.yml + atlas: /Maps/_NF/Dungeon/lava_brig.yml # Frontier offset: 16,12 tags: - LavaBrig @@ -104,7 +104,7 @@ - type: dungeonRoom id: LavaBrig7x5d size: 7,5 - atlas: /Maps/Dungeon/lava_brig.yml + atlas: /Maps/_NF/Dungeon/lava_brig.yml # Frontier offset: 24,12 tags: - LavaBrig @@ -113,7 +113,7 @@ - type: dungeonRoom id: LavaBrig13x3a size: 13,3 - atlas: /Maps/Dungeon/lava_brig.yml + atlas: /Maps/_NF/Dungeon/lava_brig.yml # Frontier offset: 0,30 tags: - LavaBrig @@ -121,7 +121,7 @@ - type: dungeonRoom id: LavaBrig13x3b size: 13,3 - atlas: /Maps/Dungeon/lava_brig.yml + atlas: /Maps/_NF/Dungeon/lava_brig.yml # Frontier offset: 14,30 tags: - LavaBrig @@ -130,7 +130,7 @@ - type: dungeonRoom id: LavaBrig11x3a size: 11,3 - atlas: /Maps/Dungeon/lava_brig.yml + atlas: /Maps/_NF/Dungeon/lava_brig.yml # Frontier offset: 0,34 tags: - LavaBrig @@ -138,7 +138,7 @@ - type: dungeonRoom id: LavaBrig11x3b size: 11,3 - atlas: /Maps/Dungeon/lava_brig.yml + atlas: /Maps/_NF/Dungeon/lava_brig.yml # Frontier offset: 12,34 tags: - LavaBrig @@ -146,7 +146,7 @@ - type: dungeonRoom id: LavaBrig11x3c size: 11,3 - atlas: /Maps/Dungeon/lava_brig.yml + atlas: /Maps/_NF/Dungeon/lava_brig.yml # Frontier offset: 24,34 tags: - LavaBrig @@ -155,7 +155,7 @@ - type: dungeonRoom id: LavaBrig7x3a size: 7,3 - atlas: /Maps/Dungeon/lava_brig.yml + atlas: /Maps/_NF/Dungeon/lava_brig.yml # Frontier offset: 0,38 tags: - LavaBrig @@ -163,7 +163,7 @@ - type: dungeonRoom id: LavaBrig7x3b size: 7,3 - atlas: /Maps/Dungeon/lava_brig.yml + atlas: /Maps/_NF/Dungeon/lava_brig.yml # Frontier offset: 8,38 tags: - LavaBrig @@ -171,7 +171,7 @@ - type: dungeonRoom id: LavaBrig7x3c size: 7,3 - atlas: /Maps/Dungeon/lava_brig.yml + atlas: /Maps/_NF/Dungeon/lava_brig.yml # Frontier offset: 16,38 tags: - LavaBrig @@ -179,7 +179,7 @@ - type: dungeonRoom id: LavaBrig7x3d size: 7,3 - atlas: /Maps/Dungeon/lava_brig.yml + atlas: /Maps/_NF/Dungeon/lava_brig.yml # Frontier offset: 24,38 tags: - LavaBrig @@ -189,7 +189,7 @@ - type: dungeonRoom id: LavaBrig5x5a size: 5,5 - atlas: /Maps/Dungeon/lava_brig.yml + atlas: /Maps/_NF/Dungeon/lava_brig.yml # Frontier offset: 0,18 tags: - LavaBrig @@ -197,7 +197,7 @@ - type: dungeonRoom id: LavaBrig5x5b size: 5,5 - atlas: /Maps/Dungeon/lava_brig.yml + atlas: /Maps/_NF/Dungeon/lava_brig.yml # Frontier offset: 6,18 tags: - LavaBrig @@ -205,7 +205,7 @@ - type: dungeonRoom id: LavaBrig5x5c size: 5,5 - atlas: /Maps/Dungeon/lava_brig.yml + atlas: /Maps/_NF/Dungeon/lava_brig.yml # Frontier offset: 12,18 tags: - LavaBrig @@ -213,7 +213,7 @@ - type: dungeonRoom id: LavaBrig5x5d size: 5,5 - atlas: /Maps/Dungeon/lava_brig.yml + atlas: /Maps/_NF/Dungeon/lava_brig.yml # Frontier offset: 18,18 tags: - LavaBrig @@ -221,7 +221,7 @@ - type: dungeonRoom id: LavaBrig5x5e size: 5,5 - atlas: /Maps/Dungeon/lava_brig.yml + atlas: /Maps/_NF/Dungeon/lava_brig.yml # Frontier offset: 24,18 tags: - LavaBrig @@ -229,7 +229,7 @@ - type: dungeonRoom id: LavaBrig5x5f size: 5,5 - atlas: /Maps/Dungeon/lava_brig.yml + atlas: /Maps/_NF/Dungeon/lava_brig.yml # Frontier offset: 30,18 tags: - LavaBrig @@ -238,7 +238,7 @@ - type: dungeonRoom id: LavaBrig3x5a size: 3,5 - atlas: /Maps/Dungeon/lava_brig.yml + atlas: /Maps/_NF/Dungeon/lava_brig.yml # Frontier offset: 0,24 tags: - LavaBrig @@ -246,7 +246,7 @@ - type: dungeonRoom id: LavaBrig3x5b size: 3,5 - atlas: /Maps/Dungeon/lava_brig.yml + atlas: /Maps/_NF/Dungeon/lava_brig.yml # Frontier offset: 4,24 tags: - LavaBrig @@ -254,7 +254,7 @@ - type: dungeonRoom id: LavaBrig3x5c size: 3,5 - atlas: /Maps/Dungeon/lava_brig.yml + atlas: /Maps/_NF/Dungeon/lava_brig.yml # Frontier offset: 8,24 tags: - LavaBrig @@ -262,7 +262,7 @@ - type: dungeonRoom id: LavaBrig3x5d size: 3,5 - atlas: /Maps/Dungeon/lava_brig.yml + atlas: /Maps/_NF/Dungeon/lava_brig.yml # Frontier offset: 12,24 tags: - LavaBrig @@ -270,7 +270,7 @@ - type: dungeonRoom id: LavaBrig3x5e size: 3,5 - atlas: /Maps/Dungeon/lava_brig.yml + atlas: /Maps/_NF/Dungeon/lava_brig.yml # Frontier offset: 16,24 tags: - LavaBrig @@ -278,7 +278,7 @@ - type: dungeonRoom id: LavaBrig3x5f size: 3,5 - atlas: /Maps/Dungeon/lava_brig.yml + atlas: /Maps/_NF/Dungeon/lava_brig.yml # Frontier offset: 20,24 tags: - LavaBrig @@ -286,7 +286,7 @@ - type: dungeonRoom id: LavaBrig3x5g size: 3,5 - atlas: /Maps/Dungeon/lava_brig.yml + atlas: /Maps/_NF/Dungeon/lava_brig.yml # Frontier offset: 24,24 tags: - LavaBrig @@ -294,7 +294,7 @@ - type: dungeonRoom id: LavaBrig3x5h size: 3,5 - atlas: /Maps/Dungeon/lava_brig.yml + atlas: /Maps/_NF/Dungeon/lava_brig.yml # Frontier offset: 28,24 tags: - LavaBrig @@ -302,7 +302,7 @@ - type: dungeonRoom id: LavaBrig3x5i size: 3,5 - atlas: /Maps/Dungeon/lava_brig.yml + atlas: /Maps/_NF/Dungeon/lava_brig.yml # Frontier offset: 32,24 tags: - LavaBrig diff --git a/Resources/Prototypes/Procedural/Themes/mineshaft.yml b/Resources/Prototypes/Procedural/Themes/mineshaft.yml index 1e2c18d08ba..9be6e5334a0 100644 --- a/Resources/Prototypes/Procedural/Themes/mineshaft.yml +++ b/Resources/Prototypes/Procedural/Themes/mineshaft.yml @@ -4,7 +4,7 @@ - type: dungeonRoom id: Mineshaft17x5a size: 17,5 - atlas: /Maps/Dungeon/mineshaft.yml + atlas: /Maps/_NF/Dungeon/mineshaft.yml # Frontier offset: 0,0 tags: - Mineshaft @@ -12,7 +12,7 @@ - type: dungeonRoom id: Mineshaft17x5b size: 17,5 - atlas: /Maps/Dungeon/mineshaft.yml + atlas: /Maps/_NF/Dungeon/mineshaft.yml # Frontier offset: 18,0 tags: - Mineshaft @@ -20,7 +20,7 @@ - type: dungeonRoom id: Mineshaft17x5c size: 17,5 - atlas: /Maps/Dungeon/mineshaft.yml + atlas: /Maps/_NF/Dungeon/mineshaft.yml # Frontier offset: 36,0 tags: - Mineshaft @@ -30,7 +30,7 @@ - type: dungeonRoom id: Mineshaft11x5a size: 11,5 - atlas: /Maps/Dungeon/mineshaft.yml + atlas: /Maps/_NF/Dungeon/mineshaft.yml # Frontier offset: 0,6 tags: - Mineshaft @@ -38,7 +38,7 @@ - type: dungeonRoom id: Mineshaft11x5b size: 11,5 - atlas: /Maps/Dungeon/mineshaft.yml + atlas: /Maps/_NF/Dungeon/mineshaft.yml # Frontier offset: 12,6 tags: - Mineshaft @@ -46,7 +46,7 @@ - type: dungeonRoom id: Mineshaft11x5c size: 11,5 - atlas: /Maps/Dungeon/mineshaft.yml + atlas: /Maps/_NF/Dungeon/mineshaft.yml # Frontier offset: 24,6 tags: - Mineshaft @@ -54,7 +54,7 @@ - type: dungeonRoom id: Mineshaft11x5d size: 11,5 - atlas: /Maps/Dungeon/mineshaft.yml + atlas: /Maps/_NF/Dungeon/mineshaft.yml # Frontier offset: 36,6 tags: - Mineshaft @@ -64,7 +64,7 @@ - type: dungeonRoom id: Mineshaft7x5a size: 7,5 - atlas: /Maps/Dungeon/mineshaft.yml + atlas: /Maps/_NF/Dungeon/mineshaft.yml # Frontier offset: 0,12 tags: - Mineshaft @@ -72,7 +72,7 @@ - type: dungeonRoom id: Mineshaft7x5b size: 7,5 - atlas: /Maps/Dungeon/mineshaft.yml + atlas: /Maps/_NF/Dungeon/mineshaft.yml # Frontier offset: 8,12 tags: - Mineshaft @@ -80,7 +80,7 @@ - type: dungeonRoom id: Mineshaft7x5c size: 7,5 - atlas: /Maps/Dungeon/mineshaft.yml + atlas: /Maps/_NF/Dungeon/mineshaft.yml # Frontier offset: 16,12 tags: - Mineshaft @@ -88,7 +88,7 @@ - type: dungeonRoom id: Mineshaft7x5d size: 7,5 - atlas: /Maps/Dungeon/mineshaft.yml + atlas: /Maps/_NF/Dungeon/mineshaft.yml # Frontier offset: 24,12 tags: - Mineshaft @@ -96,7 +96,7 @@ - type: dungeonRoom id: Mineshaft7x5e size: 7,5 - atlas: /Maps/Dungeon/mineshaft.yml + atlas: /Maps/_NF/Dungeon/mineshaft.yml # Frontier offset: 32,12 tags: - Mineshaft @@ -104,7 +104,7 @@ - type: dungeonRoom id: Mineshaft7x5f size: 7,5 - atlas: /Maps/Dungeon/mineshaft.yml + atlas: /Maps/_NF/Dungeon/mineshaft.yml # Frontier offset: 40,12 tags: - Mineshaft @@ -114,7 +114,7 @@ - type: dungeonRoom id: Mineshaft5x5a size: 5,5 - atlas: /Maps/Dungeon/mineshaft.yml + atlas: /Maps/_NF/Dungeon/mineshaft.yml # Frontier offset: 0,18 tags: - Mineshaft @@ -122,7 +122,7 @@ - type: dungeonRoom id: Mineshaft5x5b size: 5,5 - atlas: /Maps/Dungeon/mineshaft.yml + atlas: /Maps/_NF/Dungeon/mineshaft.yml # Frontier offset: 6,18 tags: - Mineshaft @@ -130,7 +130,7 @@ - type: dungeonRoom id: Mineshaft5x5c size: 5,5 - atlas: /Maps/Dungeon/mineshaft.yml + atlas: /Maps/_NF/Dungeon/mineshaft.yml # Frontier offset: 12,18 tags: - Mineshaft @@ -140,7 +140,7 @@ - type: dungeonRoom id: Mineshaft7x7a size: 7,7 - atlas: /Maps/Dungeon/mineshaft.yml + atlas: /Maps/_NF/Dungeon/mineshaft.yml # Frontier offset: 18,18 tags: - Mineshaft @@ -148,7 +148,7 @@ - type: dungeonRoom id: Mineshaft7x7b size: 7,7 - atlas: /Maps/Dungeon/mineshaft.yml + atlas: /Maps/_NF/Dungeon/mineshaft.yml # Frontier offset: 26,18 tags: - Mineshaft @@ -156,7 +156,7 @@ - type: dungeonRoom id: Mineshaft7x7c size: 7,7 - atlas: /Maps/Dungeon/mineshaft.yml + atlas: /Maps/_NF/Dungeon/mineshaft.yml # Frontier offset: 34,18 tags: - Mineshaft @@ -164,7 +164,7 @@ - type: dungeonRoom id: Mineshaft7x7e size: 7,7 - atlas: /Maps/Dungeon/mineshaft.yml + atlas: /Maps/_NF/Dungeon/mineshaft.yml # Frontier offset: 42,18 tags: - Mineshaft @@ -174,7 +174,7 @@ - type: dungeonRoom id: Mineshaft3x7a size: 3,7 - atlas: /Maps/Dungeon/mineshaft.yml + atlas: /Maps/_NF/Dungeon/mineshaft.yml # Frontier offset: 0,24 tags: - Mineshaft @@ -182,7 +182,7 @@ - type: dungeonRoom id: Mineshaft3x7b size: 3,7 - atlas: /Maps/Dungeon/mineshaft.yml + atlas: /Maps/_NF/Dungeon/mineshaft.yml # Frontier offset: 4,24 tags: - Mineshaft @@ -190,7 +190,7 @@ - type: dungeonRoom id: Mineshaft3x7c size: 3,7 - atlas: /Maps/Dungeon/mineshaft.yml + atlas: /Maps/_NF/Dungeon/mineshaft.yml # Frontier offset: 8,24 tags: - Mineshaft @@ -198,7 +198,7 @@ - type: dungeonRoom id: Mineshaft3x7d size: 3,7 - atlas: /Maps/Dungeon/mineshaft.yml + atlas: /Maps/_NF/Dungeon/mineshaft.yml # Frontier offset: 12,24 tags: - Mineshaft @@ -208,7 +208,7 @@ - type: dungeonRoom id: Mineshaft3x5a size: 3,5 - atlas: /Maps/Dungeon/mineshaft.yml + atlas: /Maps/_NF/Dungeon/mineshaft.yml # Frontier offset: 16,26 tags: - Mineshaft @@ -216,7 +216,7 @@ - type: dungeonRoom id: Mineshaft3x5b size: 3,5 - atlas: /Maps/Dungeon/mineshaft.yml + atlas: /Maps/_NF/Dungeon/mineshaft.yml # Frontier offset: 20,26 tags: - Mineshaft @@ -224,7 +224,7 @@ - type: dungeonRoom id: Mineshaft3x5c size: 3,5 - atlas: /Maps/Dungeon/mineshaft.yml + atlas: /Maps/_NF/Dungeon/mineshaft.yml # Frontier offset: 24,26 tags: - Mineshaft @@ -232,7 +232,7 @@ - type: dungeonRoom id: Mineshaft3x5e size: 3,5 - atlas: /Maps/Dungeon/mineshaft.yml + atlas: /Maps/_NF/Dungeon/mineshaft.yml # Frontier offset: 32,26 tags: - Mineshaft @@ -240,7 +240,7 @@ - type: dungeonRoom id: Mineshaft3x5f size: 3,5 - atlas: /Maps/Dungeon/mineshaft.yml + atlas: /Maps/_NF/Dungeon/mineshaft.yml # Frontier offset: 36,26 tags: - Mineshaft @@ -250,7 +250,7 @@ - type: dungeonRoom id: Mineshaft13x3a size: 13,3 - atlas: /Maps/Dungeon/mineshaft.yml + atlas: /Maps/_NF/Dungeon/mineshaft.yml # Frontier offset: 0,32 tags: - Mineshaft @@ -258,7 +258,7 @@ - type: dungeonRoom id: Mineshaft13x3b size: 13,3 - atlas: /Maps/Dungeon/mineshaft.yml + atlas: /Maps/_NF/Dungeon/mineshaft.yml # Frontier offset: 14,32 tags: - Mineshaft @@ -266,7 +266,7 @@ - type: dungeonRoom id: Mineshaft13x3c size: 13,3 - atlas: /Maps/Dungeon/mineshaft.yml + atlas: /Maps/_NF/Dungeon/mineshaft.yml # Frontier offset: 28,32 tags: - Mineshaft \ No newline at end of file diff --git a/Resources/Prototypes/Procedural/Themes/snowylabs.yml b/Resources/Prototypes/Procedural/Themes/snowylabs.yml index 98caf237311..bece88cf709 100644 --- a/Resources/Prototypes/Procedural/Themes/snowylabs.yml +++ b/Resources/Prototypes/Procedural/Themes/snowylabs.yml @@ -4,7 +4,7 @@ - type: dungeonRoom id: SnowyLab17x5a size: 17,5 - atlas: /Maps/Dungeon/snowy_labs.yml + atlas: /Maps/_NF/Dungeon/snowy_labs.yml # Frontier offset: 0,0 tags: - SnowyLabs @@ -12,7 +12,7 @@ - type: dungeonRoom id: SnowyLab17x5b size: 17,5 - atlas: /Maps/Dungeon/snowy_labs.yml + atlas: /Maps/_NF/Dungeon/snowy_labs.yml # Frontier offset: 18,0 tags: - SnowyLabs @@ -20,7 +20,7 @@ - type: dungeonRoom id: SnowyLab17x5c size: 17,5 - atlas: /Maps/Dungeon/snowy_labs.yml + atlas: /Maps/_NF/Dungeon/snowy_labs.yml # Frontier offset: 36,0 tags: - SnowyLabs @@ -29,7 +29,7 @@ - type: dungeonRoom id: SnowyLab7x7a size: 7,7 - atlas: /Maps/Dungeon/snowy_labs.yml + atlas: /Maps/_NF/Dungeon/snowy_labs.yml # Frontier offset: 0,42 tags: - SnowyLabs @@ -37,7 +37,7 @@ - type: dungeonRoom id: SnowyLab7x7b size: 7,7 - atlas: /Maps/Dungeon/snowy_labs.yml + atlas: /Maps/_NF/Dungeon/snowy_labs.yml # Frontier offset: 8,42 tags: - SnowyLabs @@ -45,7 +45,7 @@ - type: dungeonRoom id: SnowyLab7x7c size: 7,7 - atlas: /Maps/Dungeon/snowy_labs.yml + atlas: /Maps/_NF/Dungeon/snowy_labs.yml # Frontier offset: 16,42 tags: - SnowyLabs @@ -55,7 +55,7 @@ - type: dungeonRoom id: SnowyLab11x5a size: 11,5 - atlas: /Maps/Dungeon/snowy_labs.yml + atlas: /Maps/_NF/Dungeon/snowy_labs.yml # Frontier offset: 0,6 tags: - SnowyLabs @@ -63,7 +63,7 @@ - type: dungeonRoom id: SnowyLab11x5b size: 11,5 - atlas: /Maps/Dungeon/snowy_labs.yml + atlas: /Maps/_NF/Dungeon/snowy_labs.yml # Frontier offset: 12,6 tags: - SnowyLabs @@ -71,7 +71,7 @@ - type: dungeonRoom id: SnowyLab11x5c size: 11,5 - atlas: /Maps/Dungeon/snowy_labs.yml + atlas: /Maps/_NF/Dungeon/snowy_labs.yml # Frontier offset: 24,6 tags: - SnowyLabs @@ -79,7 +79,7 @@ - type: dungeonRoom id: SnowyLab11x5d size: 11,5 - atlas: /Maps/Dungeon/snowy_labs.yml + atlas: /Maps/_NF/Dungeon/snowy_labs.yml # Frontier offset: 36,6 tags: - SnowyLabs @@ -88,7 +88,7 @@ - type: dungeonRoom id: SnowyLab7x5a size: 7,5 - atlas: /Maps/Dungeon/snowy_labs.yml + atlas: /Maps/_NF/Dungeon/snowy_labs.yml # Frontier offset: 0,12 tags: - SnowyLabs @@ -96,7 +96,7 @@ - type: dungeonRoom id: SnowyLab7x5b size: 7,5 - atlas: /Maps/Dungeon/snowy_labs.yml + atlas: /Maps/_NF/Dungeon/snowy_labs.yml # Frontier offset: 8,12 tags: - SnowyLabs @@ -104,7 +104,7 @@ - type: dungeonRoom id: SnowyLab7x5c size: 7,5 - atlas: /Maps/Dungeon/snowy_labs.yml + atlas: /Maps/_NF/Dungeon/snowy_labs.yml # Frontier offset: 16,12 tags: - SnowyLabs @@ -112,7 +112,7 @@ - type: dungeonRoom id: SnowyLab7x5d size: 7,5 - atlas: /Maps/Dungeon/snowy_labs.yml + atlas: /Maps/_NF/Dungeon/snowy_labs.yml # Frontier offset: 24,12 tags: - SnowyLabs @@ -120,7 +120,7 @@ - type: dungeonRoom id: SnowyLab7x5e size: 7,5 - atlas: /Maps/Dungeon/snowy_labs.yml + atlas: /Maps/_NF/Dungeon/snowy_labs.yml # Frontier offset: 32,12 tags: - SnowyLabs @@ -128,7 +128,7 @@ - type: dungeonRoom id: SnowyLab7x5f size: 7,5 - atlas: /Maps/Dungeon/snowy_labs.yml + atlas: /Maps/_NF/Dungeon/snowy_labs.yml # Frontier offset: 40,12 tags: - SnowyLabs @@ -136,7 +136,7 @@ - type: dungeonRoom id: SnowyLab7x5g size: 7,5 - atlas: /Maps/Dungeon/snowy_labs.yml + atlas: /Maps/_NF/Dungeon/snowy_labs.yml # Frontier offset: 48,12 tags: - SnowyLabs @@ -145,7 +145,7 @@ - type: dungeonRoom id: SnowyLab13x3a size: 13,3 - atlas: /Maps/Dungeon/snowy_labs.yml + atlas: /Maps/_NF/Dungeon/snowy_labs.yml # Frontier offset: 0,30 tags: - SnowyLabs @@ -153,7 +153,7 @@ - type: dungeonRoom id: SnowyLab13x3b size: 13,3 - atlas: /Maps/Dungeon/snowy_labs.yml + atlas: /Maps/_NF/Dungeon/snowy_labs.yml # Frontier offset: 14,30 tags: - SnowyLabs @@ -162,7 +162,7 @@ - type: dungeonRoom id: SnowyLab11x3a size: 11,3 - atlas: /Maps/Dungeon/snowy_labs.yml + atlas: /Maps/_NF/Dungeon/snowy_labs.yml # Frontier offset: 0,34 tags: - SnowyLabs @@ -170,7 +170,7 @@ - type: dungeonRoom id: SnowyLab11x3b size: 11,3 - atlas: /Maps/Dungeon/snowy_labs.yml + atlas: /Maps/_NF/Dungeon/snowy_labs.yml # Frontier offset: 12,34 tags: - SnowyLabs @@ -178,7 +178,7 @@ - type: dungeonRoom id: SnowyLab11x3c size: 11,3 - atlas: /Maps/Dungeon/snowy_labs.yml + atlas: /Maps/_NF/Dungeon/snowy_labs.yml # Frontier offset: 24,34 tags: - SnowyLabs @@ -187,7 +187,7 @@ - type: dungeonRoom id: SnowyLab7x3a size: 7,3 - atlas: /Maps/Dungeon/snowy_labs.yml + atlas: /Maps/_NF/Dungeon/snowy_labs.yml # Frontier offset: 0,38 tags: - SnowyLabs @@ -195,7 +195,7 @@ - type: dungeonRoom id: SnowyLab7x3b size: 7,3 - atlas: /Maps/Dungeon/snowy_labs.yml + atlas: /Maps/_NF/Dungeon/snowy_labs.yml # Frontier offset: 8,38 tags: - SnowyLabs @@ -203,7 +203,7 @@ - type: dungeonRoom id: SnowyLab7x3c size: 7,3 - atlas: /Maps/Dungeon/snowy_labs.yml + atlas: /Maps/_NF/Dungeon/snowy_labs.yml # Frontier offset: 16,38 tags: - SnowyLabs @@ -211,7 +211,7 @@ - type: dungeonRoom id: SnowyLab7x3d size: 7,3 - atlas: /Maps/Dungeon/snowy_labs.yml + atlas: /Maps/_NF/Dungeon/snowy_labs.yml # Frontier offset: 24,38 tags: - SnowyLabs @@ -219,7 +219,7 @@ - type: dungeonRoom id: SnowyLab7x3e size: 7,3 - atlas: /Maps/Dungeon/snowy_labs.yml + atlas: /Maps/_NF/Dungeon/snowy_labs.yml # Frontier offset: 32,38 tags: - SnowyLabs @@ -227,7 +227,7 @@ - type: dungeonRoom id: SnowyLab7x3f size: 7,3 - atlas: /Maps/Dungeon/snowy_labs.yml + atlas: /Maps/_NF/Dungeon/snowy_labs.yml # Frontier offset: 40,38 tags: - SnowyLabs @@ -235,7 +235,7 @@ - type: dungeonRoom id: SnowyLab7x3g size: 7,3 - atlas: /Maps/Dungeon/snowy_labs.yml + atlas: /Maps/_NF/Dungeon/snowy_labs.yml # Frontier offset: 48,38 tags: - SnowyLabs @@ -245,7 +245,7 @@ - type: dungeonRoom id: SnowyLab5x5a size: 5,5 - atlas: /Maps/Dungeon/snowy_labs.yml + atlas: /Maps/_NF/Dungeon/snowy_labs.yml # Frontier offset: 0,18 tags: - SnowyLabs @@ -253,7 +253,7 @@ - type: dungeonRoom id: SnowyLab5x5b size: 5,5 - atlas: /Maps/Dungeon/snowy_labs.yml + atlas: /Maps/_NF/Dungeon/snowy_labs.yml # Frontier offset: 6,18 tags: - SnowyLabs @@ -261,7 +261,7 @@ - type: dungeonRoom id: SnowyLab5x5c size: 5,5 - atlas: /Maps/Dungeon/snowy_labs.yml + atlas: /Maps/_NF/Dungeon/snowy_labs.yml # Frontier offset: 12,18 tags: - SnowyLabs @@ -269,7 +269,7 @@ - type: dungeonRoom id: SnowyLab5x5d size: 5,5 - atlas: /Maps/Dungeon/snowy_labs.yml + atlas: /Maps/_NF/Dungeon/snowy_labs.yml # Frontier offset: 18,18 tags: - SnowyLabs @@ -277,7 +277,7 @@ - type: dungeonRoom id: SnowyLab5x5e size: 5,5 - atlas: /Maps/Dungeon/snowy_labs.yml + atlas: /Maps/_NF/Dungeon/snowy_labs.yml # Frontier offset: 24,18 tags: - SnowyLabs @@ -285,7 +285,7 @@ - type: dungeonRoom id: SnowyLab5x5f size: 5,5 - atlas: /Maps/Dungeon/snowy_labs.yml + atlas: /Maps/_NF/Dungeon/snowy_labs.yml # Frontier offset: 30,18 tags: - SnowyLabs @@ -294,7 +294,7 @@ - type: dungeonRoom id: SnowyLab3x5a size: 3,5 - atlas: /Maps/Dungeon/snowy_labs.yml + atlas: /Maps/_NF/Dungeon/snowy_labs.yml # Frontier offset: 0,24 tags: - SnowyLabs @@ -302,7 +302,7 @@ - type: dungeonRoom id: SnowyLab3x5b size: 3,5 - atlas: /Maps/Dungeon/snowy_labs.yml + atlas: /Maps/_NF/Dungeon/snowy_labs.yml # Frontier offset: 4,24 tags: - SnowyLabs @@ -310,7 +310,7 @@ - type: dungeonRoom id: SnowyLab3x5c size: 3,5 - atlas: /Maps/Dungeon/snowy_labs.yml + atlas: /Maps/_NF/Dungeon/snowy_labs.yml # Frontier offset: 8,24 tags: - SnowyLabs @@ -318,7 +318,7 @@ - type: dungeonRoom id: SnowyLab3x5d size: 3,5 - atlas: /Maps/Dungeon/snowy_labs.yml + atlas: /Maps/_NF/Dungeon/snowy_labs.yml # Frontier offset: 12,24 tags: - SnowyLabs @@ -326,7 +326,7 @@ - type: dungeonRoom id: SnowyLab3x5e size: 3,5 - atlas: /Maps/Dungeon/snowy_labs.yml + atlas: /Maps/_NF/Dungeon/snowy_labs.yml # Frontier offset: 16,24 tags: - SnowyLabs @@ -334,7 +334,7 @@ - type: dungeonRoom id: SnowyLab3x5f size: 3,5 - atlas: /Maps/Dungeon/snowy_labs.yml + atlas: /Maps/_NF/Dungeon/snowy_labs.yml # Frontier offset: 20,24 tags: - SnowyLabs @@ -342,7 +342,7 @@ - type: dungeonRoom id: SnowyLab3x5g size: 3,5 - atlas: /Maps/Dungeon/snowy_labs.yml + atlas: /Maps/_NF/Dungeon/snowy_labs.yml # Frontier offset: 24,24 tags: - SnowyLabs @@ -350,7 +350,7 @@ - type: dungeonRoom id: SnowyLab3x5h size: 3,5 - atlas: /Maps/Dungeon/snowy_labs.yml + atlas: /Maps/_NF/Dungeon/snowy_labs.yml # Frontier offset: 28,24 tags: - SnowyLabs @@ -358,7 +358,7 @@ - type: dungeonRoom id: SnowyLab3x5i size: 3,5 - atlas: /Maps/Dungeon/snowy_labs.yml + atlas: /Maps/_NF/Dungeon/snowy_labs.yml # Frontier offset: 32,24 tags: - SnowyLabs diff --git a/Resources/Prototypes/Procedural/dungeon_configs.yml b/Resources/Prototypes/Procedural/dungeon_configs.yml index 2db6e05c9a7..1d6ea605a21 100644 --- a/Resources/Prototypes/Procedural/dungeon_configs.yml +++ b/Resources/Prototypes/Procedural/dungeon_configs.yml @@ -101,7 +101,8 @@ - !type:RoomEntrancePostGen entities: - CableApcExtension - - AirlockSecurityGlass + - AirlockSecurityGlass # Frontier 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�OgLy^O2Ih|)wJ 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_NF/Objects/Tools/guncaselong.rsi/icon-open.png b/Resources/Textures/_NF/Objects/Tools/guncaselong.rsi/icon-open.png new file mode 100644 index 0000000000000000000000000000000000000000..69d2a4d0ee25d017508f1ab16b399eb61254f081 GIT binary patch literal 6029 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_NF/Objects/Tools/guncaselong.rsi/icon.png b/Resources/Textures/_NF/Objects/Tools/guncaselong.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..afa55548d224b0f4dbd5b532d1b28d94b86bc58a GIT binary patch literal 5795 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 E8<8`g5C8xG literal 0 HcmV?d00001 diff --git a/Resources/Textures/_NF/Objects/Tools/guncaselong.rsi/inhand-left.png b/Resources/Textures/_NF/Objects/Tools/guncaselong.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..c1621243d818acbb0c291e9dde2a0fb0cfc3bc87 GIT binary patch literal 6280 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_NF/Objects/Tools/guncaselong.rsi/meta.json b/Resources/Textures/_NF/Objects/Tools/guncaselong.rsi/meta.json new file mode 100644 index 00000000000..a8107eefdfb --- /dev/null +++ b/Resources/Textures/_NF/Objects/Tools/guncaselong.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/blob/master/icons/obj/storage/case.dmi , held sprites and open sprite made by erhardsteinhauer", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "icon-open" + }, + { + "name": "unshaded", + "delays": [ + [ 0.2, 0.1, 0.1, 0.2 ] + ] + } + ] +} diff --git a/Resources/Textures/_NF/Objects/Tools/guncaselong.rsi/unshaded.png b/Resources/Textures/_NF/Objects/Tools/guncaselong.rsi/unshaded.png new file mode 100644 index 0000000000000000000000000000000000000000..d598b670413157f0259516fe86eaad1df968563e GIT binary patch literal 5576 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 CXr literal 0 HcmV?d00001 diff --git a/Resources/Textures/_NF/Objects/Tools/guncaseshort.rsi/inhand-right.png b/Resources/Textures/_NF/Objects/Tools/guncaseshort.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..b756b83b634daa7e0d6b515788492d01a7fae532 GIT binary patch literal 5925 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_NF/Objects/Tools/guncaseshort.rsi/meta.json b/Resources/Textures/_NF/Objects/Tools/guncaseshort.rsi/meta.json new file mode 100644 index 00000000000..a8107eefdfb --- /dev/null +++ b/Resources/Textures/_NF/Objects/Tools/guncaseshort.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/blob/master/icons/obj/storage/case.dmi , held sprites and open sprite made by erhardsteinhauer", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "icon-open" + }, + { + "name": "unshaded", + "delays": [ + [ 0.2, 0.1, 0.1, 0.2 ] + ] + } + ] +} diff --git a/Resources/Textures/_NF/Objects/Tools/guncaseshort.rsi/unshaded.png b/Resources/Textures/_NF/Objects/Tools/guncaseshort.rsi/unshaded.png new file mode 100644 index 0000000000000000000000000000000000000000..d598b670413157f0259516fe86eaad1df968563e GIT binary patch literal 5576 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 Date: Mon, 29 Apr 2024 21:37:14 +0000 Subject: [PATCH 41/58] Automatic Changelog (#1219) --- Resources/Changelog/Changelog.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index c1620ff13c5..1f56c4ad64d 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -4409,3 +4409,29 @@ Entries: message: Goblins are less affected by slowdown from wounds. id: 4962 time: '2024-04-29T20:02:58.0000000+00:00' +- author: erhardsteinhauer + changes: + - type: Tweak + message: >- + Salvage expedition dungeons now feature a more varied loot/fluff items + pool. + - type: Tweak + message: Extended salvage expeditions time limit to 15 minutes. + - type: Tweak + message: >- + Limited rewards for completed expeditions to cash only, sum depends on + expedition difficulty. + - type: Tweak + message: Edible food can not be found in salvage expedition dungeons anymore. + - type: Add + message: Added new salvage expedition dungeon theme - Virology Lab. + - type: Add + message: >- + Added weapon cases. Guns and energy melee weapons on expeditions now + spawn in weapon cases with spare magazines. + - type: Tweak + message: >- + Duffel bags with shuttle guns were replaced with newly added weapon + cases. + id: 4963 + time: '2024-04-29T21:36:47.0000000+00:00' From eaef1d432b2a7da7ed90de670dd6a3c67564d061 Mon Sep 17 00:00:00 2001 From: Salvantrix <149609610+Salvantrix@users.noreply.github.com> Date: Mon, 29 Apr 2024 19:21:51 -0400 Subject: [PATCH 42/58] 04/29/2024 (#1311) Added two new crate spawns to the Uplink valued at 15 and 10 FUCs respectively. Added a "Lethal Armory Stock" crate spawn including: - id: WeaponRifleLecter amount: 5 - id: WeaponSubMachineGunWt550 amount: 4 - id: WeaponShotgunEnforcer amount: 5 - id: WeaponLaserCarbine amount: 4 - id: WeaponEnergyGun amount: 4 - id: WeaponPistolMk58 amount: 4 - id: WeaponRevolverInspector amount: 4 and a "Non-lethal Armory Stock" crate spawn including: - id: WeaponDisabler amount: 5 - id: WeaponPistolMk58Nonlethal amount: 4 - id: WeaponDisablerSMG amount: 5 - id: WeaponRifleLecterRubber amount: 4 - id: WeaponShotgunEnforcerRubber amount: 4 --- .../Locale/en-US/_NF/store/uplink-catalog.ftl | 4 ++ .../_NF/Catalog/Fills/Crates/nfsdarmory.yml | 42 +++++++++++++++++++ .../_NF/Catalog/security_uplink_catalog.yml | 42 +++++++++++++++++++ 3 files changed, 88 insertions(+) diff --git a/Resources/Locale/en-US/_NF/store/uplink-catalog.ftl b/Resources/Locale/en-US/_NF/store/uplink-catalog.ftl index 6d65758abd7..9ff0cb4f2cd 100644 --- a/Resources/Locale/en-US/_NF/store/uplink-catalog.ftl +++ b/Resources/Locale/en-US/_NF/store/uplink-catalog.ftl @@ -24,6 +24,10 @@ uplink-security-hardsuit-combat-name = Patrol Combat Hardsuit uplink-security-hardsuit-combat-desc = An armored patrol suit for combat meant to be utilized for multi-environmental hostile engagements. uplink-security-hardsuit-commmand-name = Command Combat Hardsuit uplink-security-hardsuit-commmand-desc = An advanced combat suit designed for seasoned nfsd supervisors meant to be utilized for multi-environmental hostile engagements. +uplink-security-lethalarmory-name = Lethal armory stock crate +uplink-security-lethalarmory-desc = A crate containing weapons necessary to fill an armory. +uplink-security-nonlethalarmory-name = Non-lethal armory stock crate +uplink-security-nonlethalarmory-desc = A crate containing non-lethal weapons necessary to fill an armory. uplink-security-mk58-name = MK 58 uplink-security-mk58-desc = Cheap, standard issue side-arm. Uses .35 Auto. uplink-security-kammerer-name = Kammerer diff --git a/Resources/Prototypes/_NF/Catalog/Fills/Crates/nfsdarmory.yml b/Resources/Prototypes/_NF/Catalog/Fills/Crates/nfsdarmory.yml index 03916e5b3a5..521335d5361 100644 --- a/Resources/Prototypes/_NF/Catalog/Fills/Crates/nfsdarmory.yml +++ b/Resources/Prototypes/_NF/Catalog/Fills/Crates/nfsdarmory.yml @@ -69,3 +69,45 @@ amount: 2 - id: MagazinePistol amount: 4 + +- type: entity + id: CrateArmoryLethalNfsd + parent: CrateNfsdSecure2 + name: nfsd lethal armory crate + description: Contains a standard armory stock kit. + components: + - type: StorageFill + contents: + - id: WeaponRifleLecter + amount: 5 + - id: WeaponSubMachineGunWt550 + amount: 4 + - id: WeaponShotgunEnforcer + amount: 5 + - id: WeaponLaserCarbine + amount: 4 + - id: WeaponEnergyGun + amount: 4 + - id: WeaponPistolMk58 + amount: 4 + - id: WeaponRevolverInspector + amount: 4 + +- type: entity + id: CrateArmoryNonLethalNfsd + parent: CrateNfsdSecure1 + name: nfsd non-lethal armory crate + description: Contains a standard armory stock kit. + components: + - type: StorageFill + contents: + - id: WeaponDisabler + amount: 5 + - id: WeaponPistolMk58Nonlethal + amount: 4 + - id: WeaponDisablerSMG + amount: 5 + - id: WeaponRifleLecterRubber + amount: 4 + - id: WeaponShotgunEnforcerRubber + amount: 4 diff --git a/Resources/Prototypes/_NF/Catalog/security_uplink_catalog.yml b/Resources/Prototypes/_NF/Catalog/security_uplink_catalog.yml index 4e07d0d8eda..4e86da470f5 100644 --- a/Resources/Prototypes/_NF/Catalog/security_uplink_catalog.yml +++ b/Resources/Prototypes/_NF/Catalog/security_uplink_catalog.yml @@ -1185,3 +1185,45 @@ - Bailiff - SeniorOfficer - Sheriff + +- type: listing + id: UplinkSecurityLethalArmory + name: uplink-security-lethalarmory-name + description: uplink-security-lethalarmory-desc + productEntity: CrateArmoryLethalNfsd + icon: { sprite: _NF/Structures/Storage/Crates/nfsd_secure2.rsi, state: icon } + cost: + FrontierUplinkCoin: 15 + categories: + - UplinkSecurityUtility + conditions: + - !type:StoreWhitelistCondition + whitelist: + tags: + - SecurityUplink + - !type:BuyerJobCondition + whitelist: + - Bailiff + - SeniorOfficer + - Sheriff + +- type: listing + id: UplinkSecurityNonLethalArmory + name: uplink-security-nonlethalarmory-name + description: uplink-security-nonlethalarmory-desc + productEntity: CrateArmoryNonLethalNfsd + icon: { sprite: _NF/Structures/Storage/Crates/nfsd_secure1.rsi, state: icon } + cost: + FrontierUplinkCoin: 10 + categories: + - UplinkSecurityUtility + conditions: + - !type:StoreWhitelistCondition + whitelist: + tags: + - SecurityUplink + - !type:BuyerJobCondition + whitelist: + - Bailiff + - SeniorOfficer + - Sheriff \ No newline at end of file From 0fb6e4f4d3c6f85de7eb19e42effa3f2a47f0f9c Mon Sep 17 00:00:00 2001 From: VMSolidus Date: Wed, 1 May 2024 17:37:34 -0400 Subject: [PATCH 43/58] Fixes Harpy Skirt Bugs (#1313) * Fixes * guh * guhhhhh --- .../Uniforms/base_clothinguniforms.yml | 5 +++ .../Clothing/Uniforms/color_jumpskirts.yml | 32 +++++++++---------- .../Entities/Clothing/Uniforms/jumpskirts.yml | 2 +- 3 files changed, 22 insertions(+), 17 deletions(-) diff --git a/Resources/Prototypes/Entities/Clothing/Uniforms/base_clothinguniforms.yml b/Resources/Prototypes/Entities/Clothing/Uniforms/base_clothinguniforms.yml index 6e7d2ba7a6e..fe2a10d60a7 100644 --- a/Resources/Prototypes/Entities/Clothing/Uniforms/base_clothinguniforms.yml +++ b/Resources/Prototypes/Entities/Clothing/Uniforms/base_clothinguniforms.yml @@ -36,6 +36,11 @@ - type: Clothing slots: [innerclothing] femaleMask: UniformTop + - type: Tag + tags: + - ClothMade + - WhitelistChameleon + - Skirt #Frontier, needed for Harpies - type: entity diff --git a/Resources/Prototypes/Entities/Clothing/Uniforms/color_jumpskirts.yml b/Resources/Prototypes/Entities/Clothing/Uniforms/color_jumpskirts.yml index 70956eafa36..a96f74ec636 100644 --- a/Resources/Prototypes/Entities/Clothing/Uniforms/color_jumpskirts.yml +++ b/Resources/Prototypes/Entities/Clothing/Uniforms/color_jumpskirts.yml @@ -1,6 +1,6 @@ # White Jumpskirt - type: entity - parent: ClothingUniformBase + parent: ClothingUniformSkirtBase id: ClothingUniformJumpskirtColorWhite name: white jumpskirt description: A generic white jumpskirt with no rank markings. @@ -27,7 +27,7 @@ # Grey Jumpskirt - type: entity - parent: ClothingUniformBase + parent: ClothingUniformSkirtBase id: ClothingUniformJumpskirtColorGrey name: grey jumpskirt description: A tasteful grey jumpskirt that reminds you of the good old days. @@ -58,7 +58,7 @@ # Black Jumpskirt - type: entity - parent: ClothingUniformBase + parent: ClothingUniformSkirtBase id: ClothingUniformJumpskirtColorBlack name: black jumpskirt description: A generic black jumpskirt with no rank markings. @@ -89,7 +89,7 @@ # Blue Jumpskirt - type: entity - parent: ClothingUniformBase + parent: ClothingUniformSkirtBase id: ClothingUniformJumpskirtColorBlue name: blue jumpskirt description: A generic blue jumpskirt with no rank markings. @@ -120,7 +120,7 @@ # Dark Blue Jumpskirt - type: entity - parent: ClothingUniformBase + parent: ClothingUniformSkirtBase id: ClothingUniformJumpskirtColorDarkBlue name: dark blue jumpskirt description: A generic dark blue jumpskirt with no rank markings. @@ -151,7 +151,7 @@ # Teal Jumpskirt - type: entity - parent: ClothingUniformBase + parent: ClothingUniformSkirtBase id: ClothingUniformJumpskirtColorTeal name: teal jumpskirt description: A generic teal jumpskirt with no rank markings. @@ -182,7 +182,7 @@ # Green Jumpskirt - type: entity - parent: ClothingUniformBase + parent: ClothingUniformSkirtBase id: ClothingUniformJumpskirtColorGreen name: green jumpskirt description: A generic green jumpskirt with no rank markings. @@ -213,7 +213,7 @@ # Dark Green Jumpskirt - type: entity - parent: ClothingUniformBase + parent: ClothingUniformSkirtBase id: ClothingUniformJumpskirtColorDarkGreen name: dark green jumpskirt description: A generic dark green jumpskirt with no rank markings. @@ -244,7 +244,7 @@ # Orange Jumpskirt - type: entity - parent: ClothingUniformBase + parent: ClothingUniformSkirtBase id: ClothingUniformJumpskirtColorOrange name: orange jumpskirt description: Don't wear this near paranoid security officers. @@ -275,7 +275,7 @@ # Pink Jumpskirt - type: entity - parent: ClothingUniformBase + parent: ClothingUniformSkirtBase id: ClothingUniformJumpskirtColorPink name: pink jumpskirt description: Just looking at this makes you feel fabulous. @@ -306,7 +306,7 @@ # Red Jumpskirt - type: entity - parent: ClothingUniformBase + parent: ClothingUniformSkirtBase id: ClothingUniformJumpskirtColorRed name: red jumpskirt description: A generic red jumpskirt with no rank markings. @@ -337,7 +337,7 @@ # Yellow Jumpskirt - type: entity - parent: ClothingUniformBase + parent: ClothingUniformSkirtBase id: ClothingUniformJumpskirtColorYellow name: yellow jumpskirt description: A generic yellow jumpskirt with no rank markings. @@ -368,7 +368,7 @@ # Purple Jumpskirt - type: entity - parent: ClothingUniformBase + parent: ClothingUniformSkirtBase id: ClothingUniformJumpskirtColorPurple name: purple jumpskirt description: A generic light purple jumpskirt with no rank markings. @@ -399,7 +399,7 @@ # Light Brown Jumpskirt - type: entity - parent: ClothingUniformBase + parent: ClothingUniformSkirtBase id: ClothingUniformJumpskirtColorLightBrown name: light brown jumpskirt description: A generic light brown jumpskirt with no rank markings. @@ -433,7 +433,7 @@ # Brown Jumpskirt - type: entity - parent: ClothingUniformBase + parent: ClothingUniformSkirtBase id: ClothingUniformJumpskirtColorBrown name: brown jumpskirt description: A generic brown jumpskirt with no rank markings. @@ -464,7 +464,7 @@ # Maroon Jumpskirt - type: entity - parent: ClothingUniformBase + parent: ClothingUniformSkirtBase id: ClothingUniformJumpskirtColorMaroon name: maroon jumpskirt description: A generic maroon jumpskirt with no rank markings. diff --git a/Resources/Prototypes/Entities/Clothing/Uniforms/jumpskirts.yml b/Resources/Prototypes/Entities/Clothing/Uniforms/jumpskirts.yml index 63c5879ed7a..e887c2a8b05 100644 --- a/Resources/Prototypes/Entities/Clothing/Uniforms/jumpskirts.yml +++ b/Resources/Prototypes/Entities/Clothing/Uniforms/jumpskirts.yml @@ -263,7 +263,7 @@ sprite: Clothing/Uniforms/Jumpskirt/brigmedic.rsi - type: entity - parent: ClothingUniformBase + parent: ClothingUniformSkirtBase id: ClothingUniformJumpskirtPrisoner name: prisoner jumpskirt description: Busted. From 3e3f5ee36c5d1dc00b876ac0f47b8f0629c49ce1 Mon Sep 17 00:00:00 2001 From: FrontierATC Date: Wed, 1 May 2024 21:38:01 +0000 Subject: [PATCH 44/58] Automatic Changelog (#1313) --- Resources/Changelog/Changelog.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 1f56c4ad64d..78be2631799 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -4435,3 +4435,11 @@ Entries: cases. id: 4963 time: '2024-04-29T21:36:47.0000000+00:00' +- author: VMSolidus + changes: + - type: Fix + message: >- + All Jumpskirts in the game have been correctly listed as skirts, now + Harpies can wear them again. + id: 4964 + time: '2024-05-01T21:37:35.0000000+00:00' From 402d3006a8cc2b229528326ec91d0bb3884564c4 Mon Sep 17 00:00:00 2001 From: ErhardSteinhauer <65374927+ErhardSteinhauer@users.noreply.github.com> Date: Thu, 2 May 2024 02:10:16 +0300 Subject: [PATCH 45/58] Goblin Fix (#1315) --- .../Audio/_NF/Voice/Goblin/attributions.yml | 14 +++++----- .../_NF/Voice/Goblin/goblin-cackle-01.ogg | Bin 43071 -> 39555 bytes .../_NF/Voice/Goblin/goblin-cackle-02.ogg | Bin 41463 -> 35912 bytes .../_NF/Voice/Goblin/goblin-cackle-03.ogg | Bin 45495 -> 44168 bytes .../_NF/Voice/Goblin/goblin-cackle-04.ogg | Bin 53382 -> 50605 bytes .../_NF/Voice/Goblin/goblin-cackle-05.ogg | Bin 122580 -> 108665 bytes Resources/Audio/_NF/Voice/Goblin/license.txt | 18 ++++++------- .../_NF/Body/Organs/goblin_organs.yml | 24 ++---------------- 8 files changed, 18 insertions(+), 38 deletions(-) diff --git a/Resources/Audio/_NF/Voice/Goblin/attributions.yml b/Resources/Audio/_NF/Voice/Goblin/attributions.yml index 5da1cf34088..6a2b1738bf2 100644 --- a/Resources/Audio/_NF/Voice/Goblin/attributions.yml +++ b/Resources/Audio/_NF/Voice/Goblin/attributions.yml @@ -1,10 +1,10 @@ - files: ["goblin-cackle-01.ogg, goblin-cackle-02.ogg, goblin-cackle-03.ogg"] license: "CC0-1.0" - copyright: "Original file made by SnowFightStudios (https://freesound.org/people/SnowFightStudios/), edited (cropped) by erhardsteinhauer (discord/github)" + copyright: "Original file made by SnowFightStudios (https://freesound.org/people/SnowFightStudios/), edited (converted to mono, cropped, lowered amplitudes) by erhardsteinhauer (discord/github)" source: "https://freesound.org/people/SnowFightStudios/sounds/643664/" - files: ["goblin-cackle-04.ogg"] license: "CC0-1.0" - copyright: "Original file made by spookymodem (https://freesound.org/people/spookymodem/), edited (cropped) by erhardsteinhauer (discord/github)" + copyright: "Original file made by spookymodem (https://freesound.org/people/spookymodem/), edited (converted to mono, cropped) by erhardsteinhauer (discord/github)" source: "https://freesound.org/people/spookymodem/sounds/202096/" - files: ["goblin-cackle-05.ogg"] license: "CC-BY-4.0" @@ -12,21 +12,21 @@ source: "https://freesound.org/people/Nanakisan/sounds/253532/" - files: ["goblin-scream-01.ogg"] license: "CC0-1.0" - copyright: "Original file made by SnowFightStudios (https://freesound.org/people/SnowFightStudios/), edited (cropped) by erhardsteinhauer (discord/github)" + copyright: "Original file made by SnowFightStudios (https://freesound.org/people/SnowFightStudios/), edited (converted to mono, cropped) by erhardsteinhauer (discord/github)" source: "https://freesound.org/people/SnowFightStudios/sounds/643655/" - files: ["goblin-scream-02.ogg, goblin-scream-03.ogg, goblin-scream-04.ogg"] license: "CC0-1.0" - copyright: "Original file made by Duisterwho (https://freesound.org/people/Duisterwho/), edited (cropped) by erhardsteinhauer (discord/github)" + copyright: "Original file made by Duisterwho (https://freesound.org/people/Duisterwho/), edited (converted to mono, cropped) by erhardsteinhauer (discord/github)" source: "https://freesound.org/people/Duisterwho/sounds/643497/" - files: ["goblin-cry-01.ogg, goblin-cry-02.ogg"] license: "CC0-1.0" - copyright: "Original file made by SnowFightStudios (https://freesound.org/people/SnowFightStudios/), edited (cropped) by erhardsteinhauer (discord/github)" + copyright: "Original file made by SnowFightStudios (https://freesound.org/people/SnowFightStudios/), edited (converted to mono, cropped) by erhardsteinhauer (discord/github)" source: https://freesound.org/people/SnowFightStudios/sounds/643657/ - files: ["goblin-chatter-01.ogg"] license: "CC0-1.0" - copyright: "Original file made by Fenodyrie (https://freesound.org/people/Fenodyrie/)" + copyright: "Original file made by Fenodyrie (https://freesound.org/people/Fenodyrie/), edited (converted to mono) by erhardsteinhauer (discord/github)" source: https://freesound.org/people/Fenodyrie/sounds/565923/ - files: ["goblin-hiss-01.ogg"] license: "CC-BY-4.0" - copyright: "Original file made by LittleRobotSoundFactory (https://freesound.org/people/LittleRobotSoundFactory/)" + copyright: "Original file made by LittleRobotSoundFactory (https://freesound.org/people/LittleRobotSoundFactory/), edited (converted to mono) by erhardsteinhauer (discord/github)" source: https://freesound.org/people/LittleRobotSoundFactory/sounds/270389/ diff --git a/Resources/Audio/_NF/Voice/Goblin/goblin-cackle-01.ogg b/Resources/Audio/_NF/Voice/Goblin/goblin-cackle-01.ogg index 74d3e2e05557aab133d875e9bb247f7e444eb523..56bfd9115682e75aeaf4521d1a62487f1a282b51 100644 GIT binary patch delta 35682 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 E0B5kUX#fBK delta 39226 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

ID6 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 V#=ro2mgOUK6?B2-YD3Aj{{yFB>gxai diff --git a/Resources/Audio/_NF/Voice/Goblin/goblin-cackle-02.ogg b/Resources/Audio/_NF/Voice/Goblin/goblin-cackle-02.ogg index 42587638db5d334eb34e11cd10340c4ba034e0a7..5b56010b6b35a9820dd3e6613f6e49883466a4b8 100644 GIT binary patch delta 32009 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 AA^-pY delta 37604 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 P$kVfl-@?RiCnysEE+EQ0 diff --git a/Resources/Audio/_NF/Voice/Goblin/goblin-cackle-03.ogg b/Resources/Audio/_NF/Voice/Goblin/goblin-cackle-03.ogg index 7db2a2f7bea0477a4c8b6ed961d3f69f3221e10a..c84ad8527badd402d6edaa0b69fc70021d6527d4 100644 GIT binary patch delta 39919 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 O_Yr$4(I5CC04cY%`S;PYkVYR;Vnfv0z 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 S%sfaGRkRH%WsslH@c#g)PyL<% diff --git a/Resources/Audio/_NF/Voice/Goblin/goblin-cackle-04.ogg b/Resources/Audio/_NF/Voice/Goblin/goblin-cackle-04.ogg index 1b9d67543c74d45cbc96528dee91df4d2c3a0f78..d607c86a7a5e7ed383a2f220a75695d54ee56039 100644 GIT binary patch delta 46097 zcmYJZWmME()V~daB1$MI9nvZ#-Jnv^(%s$7&|ekl2I&~-2I&Tok{n>D85od`fuR{{ znCExj_kXSDy!xEI&WrQntbNwH_7zcpR}+gzqhW8ajq?EK|E=G~{};6ONIa8ic!>UI zkNaO~tQ+#HUdQSg@IQtBIi1&xv7^=3H#Ro2w)gb%_Q7JW{DS=gu~--un}Nl~Rxh67 zP`4%X3-Snd{tc?kuR{RPvz7^Utn-sKxKL zU;YKIG8ovIt*`GbqrA;8F>ks}jpt==UAFPF93JBUbkig|ipd)scxNcB3rqVJ`?Y&` zu(g)gVcGC!!5ON9H-6fu&Q)DsQZBxGj(afcBwTKLI*k1> zfzyFzpjUU18JAEmGJdOZ?a|R?(AraVX}V!0$5HY@-}N=lM|YzlS=ROdNbUglr4`g4by4r&l^StcZCR6vIF1A6J@r7+(xuefax=5;@3SyUFy(`Z$o&2t4$JV}ojn>dcsjPN2rDKRE&9o8{07oPE3 z8B8#0$WCqrP+r89U4HJm@zm74g`ih>NtW?h=ZtakJ_Q_TND)mZNVX&e1M{@O8=|EiKnMRPV*hxuNi}$&>mp&_ePC5E*qf% zaMKD?2BFI;(%Zw07cG$&D5s%ov+fR!a(n{1>0(^96aAsUlWaV$kX*FP>aqrQzWXF> z%MNh|-{0Gafp^_LtP4MM6VKQ|wkf|k)Lbi!%C25{S75N#E$6Qx*=6++guTLRGn=MzPMXHniHPLf7?3UspgS7whN*H8;ozutd*JIO ze>8QO+8ySL5gBCJzQ#-po(yl541s&b#w2`)5nq>p`+Q}+o}(g`SYw(U`x|$Nn!q0X zd7pHZWqm->wtzXo{={vPDIdAGy=mqsMPpsYW_K!N)K10jw{8)@o7^9CDXtjTcRyrA zYRL;2;=Jf~c$lL1utw`VLqgBIcqe3cIS*_IXCKq8Tb0Q^HR#o&Y6sa|#pkyi zb(!&&*jWX`7cS%$Y}=ipgN8{?%=8Mbs1l$vUk?Mm6G|U?|G699Y6Lym6fEnsE%f&6 zZ5rTu^wUTr9u@`crSnlK;^6R?SpQ{efvGFa&kDe?I5=oin;@xP?vaB z;4z*h;1L3~CwMXls>&%kGJz95<yw#RcL z+gx+9k@E|5{#W$gJ}b0gTzXriV)2vecY%WdrKFXdc$UCK%k#1q6Z4ZyN-=y|W=%7{ zi)b#D^D`hj$RvYzImKS(3in3xJzw|Gb2P{V?1&0lrIYL=;m#pJuzXVkB$k5gcU}>e zDvduhHi^~MC<0}+mePMM5qTMHrRUu2AsXHB*P#0dUoFdTlhw&`gYda6;ah!+Uh!Zc z*Tz1H?G|9Wyv&K494Orws(QOMR~tdlMMC$C6eTZxRis$sGiDA=arAVgKyync4z{>E zcb(JA-+-0id$>H5euR|G)uTJtCGI`B2QneEznR@_-ZPo!7H@W`IK3VI#wTw1HU`^@ zUq5p3{ZB$bMbmKeisSfTtwidd`V~e10S9w#Cv+FhhYKKk=+{$%n#1wq=5(UR>XF2AFCjZZuu< zx^0yN%(ajAdWIy{79E2hIhb<*IQzK$9$ikWL_tT)fc3AFu#fgWDa@QJ@mUNJ0ywjT z_2f&hFp{6HhgN$o&S^V&gjehClDY$eu2Zk6=m78JYBiZ(9CNg1{hwFd)$7kD8z84& z!qut%M-m49e?IWaN-K4&MFS1l5x^&m~^<@Zdr zCcs?^8P*O{Pk}U&Ctj5zMPzE;XL(M%4%8t^2`S0H@Fwf2#+Z5i2pj)4_6wKjx9$1d zE$z~l?}*pE%!6~puZL823bRPwz?xpric}d0aS8rx5P-RZgl)N_PLD?YMYxd(b*6+% z_TA=6;Ob{t!6-^T9Km>Sj3yYa6|c2VBIw)rtvfBHAXIWtP(7_PyG$ zfRF&9Aj6S+H)R=g^LWR*n?1s77bfPtsf*Bom8D>N*aMueFJ@74E5J@)uXElppTaUX z#QAZcMr97FrMyxsFSM=2v!8WcsbGmduqCk~1l37!Y!Tj`1%JRn!;T9d)Jh$qc>_Re z$LnTB$NKLveLp&4J3_GYr@2rYJ~(w@C=D&=ML`7-$s)C$L3yQ1`qHM&nA0EY zPR35YRkQuePqY)pw-oZt-Kxh~01a1DX+Pxhf!REPKJW5Klh(w(PwX~ATQ~*xJ^3ew zy#Bt+`JWO2n;jx6Hl;Ukx3j`yc#9p|&axttn$1nm{ZD#R3CGkI{zkNfVec3hc(jAQ zNi`iliAY}D{L44yyb}Ud4UltxVW+V?qGLShIp2Ncs4V{ORA*MFxHk|h55xkA?d0!1 zY!gv>Ye~)jLI7^TU{jQwiQW!@yTkCy+ScGFB(U)I2{o;?XF~}jY12PJp3#SSIYnUS zLmaCmZ5`T;2hs*DR1^lEF${Hr5A~>ip+9i%nOGvbijEEyG%A-3BBH{wDZ~+3Y6cg1fcIJT9R-Xo$Wzct8X~-9dly6JPIQsJ@rT!K|=Pi+4nKNl6kN6KaF1RvEW{mst!gW9@ET^~C)h_Qo+GKt)>BHDQLj!7RK>C~gM~Kx@SC#Ps z-BfD$%y9oV{vRCGhWDRd^Y~7exD0fc5}&S)-C$*Mr_#c@6EG?qqu)i6y^c=9KKh)$ zOQ>@vsUUYQYMc`nid+sMn0%;lK~wN_L(gf+P!KTL{H)>sxt$CNm9pEr$4a)DU?B0= zYbIr)7OB4JoP`+?z_*z(p9dz-a@HCdy(B z(ynPNwR_F~7$v?f!aQ-uG{RhF?PyH=CYnISv4dT0`C?_7?%!} zyAY@O#njO6@yEZkx3mvNzM_*>9!`Hg4jsy+`ZMvI?X{KE{Pf*FX;L!WXSf+99s!z-6HG>0cuDjNmuHeh|RTIS&|YRL-HgbtJho%IZHlih-ze^JNmTlh9iK zEKy;akR`QtQTWzx@y60&(j-ic9$hTL*-eF=c%7e^qnhiMXyCjsEHK$15G1OhUDh`D zn3kK#(W@h6%1Z$Kk`o_jLa3>}Op#anhhOwh%{s*!Shyc1bq|EU%lL=bnd588PzY~c zErak1zuh0z2X|@9-gh+-Ze7v#EON6k6s0Ix2cYCR@|2wPsO2MKsyN(%jgv)ZmnpJN zqj@hunbU+`TI)K@%3T^wM>E)Xpx_O0f;Ez}p|xs%>DQ>=Ci_#l?|psaRW5pG>X5LT zXYyr0X2Hv^r@g~(O!df{H$8=hmWJ)#Q0bg6+0%uK!~J!nuANR2B0A%rQ1dZ^Y5qK_ ziobM;?}{U5C0_g2Q_QWPz94={;2)fj_;OXq3oX}t%NN7n)gMI!y$ zTZcthR={@5V&YD!R{Y%vyV{b8{eG12`R(D@<|pXxU)lYsS<4o}0D%Vo+6We!%)?@U z<0vA#vxN_Sd6F71vfR>`6J5yC(kYp8y|-J;JKAyhl^#(qMI%_08oRtw>ZQ6ekZjs- zrlBnqEf{v1xp;HDq(+yqv-8N_njt}=lYzrq{D`NsX-3Mf;VX)TZ{)}*`#RV4K|=m& zU3P!JyrH*y*Vxm+s_hfY9Z zLHE+|nQT#-7iX{PgZnJ10#Sj9(;Q2KQT5|reYGx|(rz!1@KEm`(D@G4_<&<>pLzes zkA^{tV}k43<#(?KNc4l2GhGg`$B`%d;nY4yY5^>^CYMJc$HmoIg04GK+)n_)`obXt z^~er<6_=RU{O^1-h%k_E^6MA<@)QxAFr@wjOP6k=RKoiUPv0^t@^yD7j4euExnga# zTUM;01;(1iV?iQc?Gb9idnihQ`AVxYR&6$#m#-XP63_4Fabu8jm@78M(R=K;P1IsA9AFMNGhR(xug|7t%~WAm21Yuo>} z7F^xnSGK-wPYaVsF{jsjLF!VPYN25}5?NMn6~TLxgU5m;<07MuBBXrbVYD7Y4NjYVzF!p@WAu(&uV!9kz5`Kz7=GA~e^B+#=a zY4AdgTSxn?$6di*r}~nV#k6#HjAzqpnb4rBvr-#>KcBoORtAuL^5L>u*N`qLFopD) zq*<9WM1&c(G*I7}*@CP~;4HNZ9_kMbEd4}ipXqe3*qdq=lN!z<0o+j!8u-qH_Ds#~ zovM$fT}BMe-Z?t`YD79D!mbPo0S3fy&h;=Mm<<+?Ilx>nSTJG`Y+PJsg0=KGA+77R zBgq-c%~!QMvv~Y5(y{1zC=)+p`j7NsGwISFlv&&eQfI-VTK@9$KEWzZN~qrx!N6Tp zG-F;-#R>xwX7=nBsG1wjHEbpKK=aBEtB49lo9;Ta#8d))9W>t+ix!;%TUJ>mbLnKf z412f{xq={e38dhAIZcRqQ{>{I9C z)1s4{z+Je=E6IN^CXJAS^7ip!lP%v~v<&0vYWwx39_N<=-LqURGL%W;tD0V<{rJw2zFb^c+e{`PF~$Jmf9<{J9+5H z!G8T**>}RL_>XJyvwm;xMmm^aJHf|U?lob@eOu&Vw|CXZ0)5(a4rZOiuScW6QZYt7 zT|qqM+9G{a~athZT6mZj3KQc8Qu8e}P4h6jukcTaq()M8__((g2V zr=Ifx+h%C_wBm{uwa>_yV{zutLUvdEZ{=0R zp=V=j&&=*@mHe-)*h-qT)T}kuQzzoL19w%?F!#@O%kh3_tVyOorYY_&0K`or!01`3@A1`DCdip$wVSU&# zKlVbNsaJgn_Un9Rd2aJUDL>Snlp)+rfBqiA(-%%FYsDYr8-1#JYXjpsdjoi(X|!j>e~f4i|cMGe+^P;+`|IYYfKi z0PQtS^&2VdQ4q|iY8#%o;_A(>r~^vaS<`%3Cc3bHq@%x~i3lJQKQABb&>~qQ$}aUeWPWQc5-> z>QRY|@Q-CryIO3+>gw&dIgqs=eJ=!tnxfmH!zTXDt7Mrd1=zaS%r@MO{nMrS<=axv zK=9EbG%-|=a-ngoF?q!5{Jb&j$8`8XmIxNDVyNgFynHc{nkG}7mbQta#>#gBQ_mmZ z+^~7;vhZv*JZw-U&SHxVW}nY5#ZgZil>1?Q-N2l^s6_ zt&iQg?i8tLTZRe-jSVBbB&0g==)u+g@JZO%kKQH-B4d5UjGw2$KYsgO*I!)W1_`uJ z8$-U@hj%8ThfOXvy55b46Zry?d``-7*In0kCG}>(@5G^kprKoPq$b2TOipN;iLYh5 zU~N6Xp*{V0o^ifWh1_uq(_>lUdiH_VHMo4BIwg$JM5)MZr9zxiC^foI^O%lhI7}U7 zsRCbI{c5HbbSYoXDKSUIr0v`|Y8O=75*)xU1Qp8TF?{5Xd0w{_j;!0^mBG#X;T1Ok#%o;W_ z_0?o7|4LVUz;xp(aksxR&jfDz*A#b5cC=d8%GqhgUrx6~gBT6evlEz6@v)oo;h^NK zNTJ6!zKU9T$p&Ndqy?x))?TCbPa-9YTQPH*bS+X}&e;&c2?UCwX(h|8!MoX_P_Pgg zr%cjCFtnIGnx^1j@WT=QVM7AECTzO*hDZyPI3gPQNc#qn8IIuDs<|Hr2}`4=(#NHG zZVPzUu8$Zd_LpZ3Uw&z+hx&-kcS$g~7Q{w%ELbx*mDL8h0T`KyZv0k>qu_n>Vdm2-S=@K=UFTM~9xH$0efn1T+ zF~n$Kfu;$qL%XVv+6Rsws57?-e@r%Q@tsF4g`Na~PaWfAcrkh)*Hs+F{(&qA^mr+g zdT&yc4(|~_@ora2SkNweLNL5B>L%GvJdjukHH7A1Cs7F)rs2wy4BPs;C8_Q>+%K3%RSvaNg&f zs#AyP{TzrIg~-IC5~ZvzB$DQ?^_w`HK$wps*KV4RhP+AFTaw-kJxVq?(TUv0&PCkH z5!ygs3}!b;q-hXCd?@I&4yl~YF(OKyr$2zI+M^QlaQm|aGs%`pV;;08SRy1TS4>$^ z!}84s_UqTdC~v>EImXIy>_;DSsE#ql$y*C@<^qc?Iw^Y@(q*js zFqsPrGl`Itesu%-IG?N>{SV=7uq*;HchARiA$BB3^wr}m)h#}pH+a`=Nx|&E|@L>S`@f5N~H~Wj&ncA{NStErduKS+3~e`dHsNp8o7#lajTX! zvVhFUHE?<3^;w@EQ_Y~d7M-EcftiHMx6iL5lGsApA|2*Ex$ciAqLM37vLK*#k9s3k z9$i>p>#k1Qd8)j$W&6j<&2apdk&b~%3gq~KI@NtI8$GYSQE7NpM$5aK~ z;t#wt_n~{nz%t|xH$l}jD zRD|EP)^oQmo$}^>IhHiUCnG2~s>BSXJO0o6wh?F+bB*Egk}@%uC%)($ojiBxcDsAY zKJ4pTXTTBcC6H&viwFRe8FthRO!vJ$VaZ- z{i9VinZMlWVR%pSQi}&~#8YPj2U{lWk3`gxy=gfEGZYFVKAQl+mtkN110ZZK50bZN zskyie6`2VWeh^_X+4d#1F+xTGLQWdiH_JDd%{c`CyJG5)opG7;UAZ9D-nX9y8%eR; zWIn2}y)DF8b>#Si`@wY`+#J5&LJ|U9PjM^)jH4xPEP@@J?z>u6#XrdC+{{^{_X2Z2 zIW#enAEvs9pbr7T#_9TYMH;w+p52>XnX~wv^LGQkJDRs<=twapl^-~A)*J=I_BgRU znP*+?zj)VHygDE)j$^6rd_-@bmxfy2RC8Yq<`-P8apy=1J#x;4PnK~9<_hqu)+slu zXM$Bqj7PiXat{*;@rT|`hM0>VpxBHyIuhrhq}Zn_e=C97LG~4p&oyQT^(aU!s0Slv zDb1SuTKwg>rr3zV`DF3;QpNOKZXVhk#XM)9foI;G>5pWUxdHm3deqb-*dC?7D8t zZbw;7rumWZ^)DxtW+D239r{xZd(G|(d9lDeCMcjphlTf?nm2n1uxCwlZDk{l2D7w& z*7JLbN}vxAdr`qVkR=?^p7CS(qOWlHojG&~*7ZfnbwzVgU^bV6rQ+uBn{U&yQf#Tieah5`$Uj#E7=tc$gjBmJaSC)Kq% z>&iM@TU$MlNv8=2unzKNsC!a1x*BVwg*Fv#WgLC34-|#`WG$Zu7ZaPJ1 zA7D~k)Vsf1_l(@@Bc;74y7;-v{{xHYOAlah4d91QsEX2A^XRBwvEyKP)~y6yeNq=Q z%fEiivNTfEV&4^euwuWys#}Ti2wr?lRJW6E&&~jm{GMU4UL40qYuMw{pitjG4^va! ziV3}ZKp~s-U~_`Mdk4xVs_sNzf!ZV$0-_~tuPa6BHpJ;QZmmDHcn4Y?D3Ikan3IeiIY3O>!eDr+eagpQ&dV2^ny znsEg~d%t((Y?jJT9BkVJA%jt^x84r2X;u`qh##q(4SEy?tS^=YfTCJ% zk2|Qt+Jt5bW_aRB*b?OX$Jy+FZ%(`iZ!Ry%0W(@Jk;@I+QFh!*va*ox!=F);(r*W&yheFF5I@Tn~;S6#;mg|iUg56 zr?;H~jGsY*NVuQBwC4=c;q%NpX7>i@@t{tpxVR{1|n^uL-7{(rfV{h)vvi}l1}EwNY~ zEcPoFJLKr-;OqzT$6{AkUdp!o{9F1JW#@bI-w^zdU`Z*%1<*;m6lIkKEBP6D zh<+P53|aFjCBqCtxc0dUoR@r4Awt z!B6hlshAC`GtP^1=DgzbHbnyNX&;FE?&|rM&+9*sEV1X?R`w?TaEWR}aIMy57p>Wt zbw${4pQZiSTfTs~?7cjahJTuJDe?*m0H|YJY1L`E8Y1Sqf3k}*k7FUrSBJ`$3KUkX zxMx>M(ZQ;vLu#RPPHO5|G!8!#iH3VwXzd*KNaSqXR!nTPI)3AV=7 z)Y8dYy_0p>?n+U|p0lYHX#z1Hgh(b6yHdf+-+N4BQv{(g`2vp7+0apmHG(=@&% z_O5Pz&lGg`D3hpF%=My$nJlgWSWG>1<94l951v0S`|yTCOIQz?>@hd|^Tn`cNCn18 z6&23OhDeXSg7vd+-+yL($@}a_G5>8i>3wX{g4@Pb{dBRZ&U3(a9IWA<=jqJ zIiJyX7KIqPy7%u=r7y~Dnc(CLbE^N;&l!#|EeHu6VAkZD3#B)fvM$zC{CmIXJ+*Go zUEbp=z(3QmBvfXafL3#z=~U-Ncn5(E6kCN|cg`Jx^RM`B%{=r;n~MGIa0@OP;pY*QS?vDpJfC?VbOs z(d=Ox5=<9c-qG8i?BDGl7-ZK}wVbZ8Eq?f^hElTJ&?uedW+Z{laC3TSIY9w5%$k{S z&T?y;>+6NhY-m4A5qt65bovREVW_X4I9JU%#-g`FJ(8HiiK#RZU}vMsQr?i&W~DQ& zXo{O%FQ)1R^K75qZv3d(?$9=Ib!pA}m8o*N+1ERX(nXc@9o06gwlzjeRj95^ zgDl-RA4;H%8pMALu+V1@Ak~9kY~0c2C$%ov-!j}VidbA!ckJfA7-hoFo3 zk-2-&ni3U)ra*<<(Wcg9A-Y!g-iZY2ry<_7*&WlpK6}mc*sKO5SCTaKKz6l*;IeC% zRa02+y2YllP3IZYvM$1zb}N?_@Q`8LD@7`j1}sov5_|y9;08|>tY|i~ah2&@9qBy* z*yver!~Nd%eb&c!ZSHk$Jz)xXhxqJY;@s%C)pul%jzS_~0A=MJBmHhE)aW`Vc%OHW z1<7?o5cSYYZmUc1_jueJv5UdLU!M@qcC>1T_Vimmu-p28cAtd)9S9W8V|QG4w7rOV zZ$g`ZBdq`kOh0~tb0%JDBtC{hX^@h@eJYhwOSgmCC0vVdi||n|r1?!IHxqmv-ZBY9 zT1Z(6!B$8d+ng|ISIS@yAN``q!_75Ei3y>J)c)gp%Y{rh<3vNtHw)7ze`1m5P90;8 zUZN*lrLJQNbJf}!oq|SXSy>rG`ti+~I!K4C3Ixz+K15N~yWer?-*owwjYSYID?+6U zK4Z2Ly0l&^h1a(myX=&$rJ>LKlVEA6!jf2oWA9irucl+lz#m1-_#M6+MV?qq=a}=H z-%47G#kdGRzHm-w^YxvXR%1UN62tU~09S(|)FCjwaD{x;>hbpv9>YYHwKd=-_A^tf zc|zb9I7^Zb_Ih25zCL1P+Qsgs^`ST9^o};|#x}32X8Yvx7C6ndCmDv!3G?)TVN+V4 z#UFrY1Vd}S_~z0~{%}pXzwmDQE}eK;osg9q4|NFzd3wP z>p6SEoL&=TH;w^zPcH}kma`sFC<*oExoi`t|n-v z{>dnzd4eEtkPV~Z*~NPuJ4g;JjMSa#cZsk;x{e%R0mBJ}RE+WyH-2AC=az)@j$HPu z)_c5-+HVanbdX26wjw=075X~z<)@!(Cx4D{Cd{a!)qRVUEtoYy#**KB$FA?^NZ?bEnl z)+Qaks-rvK+K5XI$649mDaE7Rh=tA-bMh1CN~(*$_hEwv%xFDPK$xb_?gnlQ^gj|i zGp`v?yTAV~1f-OwcVTHTW;pOuJ;$n|1x>RE?0Orh$GJN7Li!aTJ`og}w;|!=^gz5L zUTS}_rlwq`Jrx%|vKt-s>NJ6Y>#!+LT7jJ5sZeboxv9w&Spj)o(PX0{q$x-`_)xgC2|K??p$^5z})+KhZsZFYY$E|Z!;8|Wl%SrA7!L2rI7D>e`Q{bF*HR* zb$3@cj?Gr*EeVfGvzeckd84^5wkLKo?%Bb^C89H}Ad%9Xx-rBb|A{;w)BYqa*A}4q z{+o&!>CL|=%N1G)5Nf)HghkRsaH~+Taj5DD6qF!ay98+7id70i1ob%yx)HU*$titE z*e4=-Rn6Da7wJNuG}Mh2#aAwdyu?dmo%y=G+|ZY8&88X^i6P{Jc?B=QIYo`=awfBQ zqcUi}G@;vCL0bw$ z$E?zE56JSH-sLEb_i1nvKc!8N&Q54REY9{^Xzbr)l9o(ecD45ND{^&iglk8E_*3Y)Gl35D z{IB=CWpPxmg%NIY)IvaXQmV}z>QOCFL^&5^b`2>Hyfj+=^y81Zsb*>bF)csuhcD1S zr&FXj-$w+=Odc`+{%8R5>qe`5@5uPCa~y_Y)l8i96HJZVFI6oLTIaL+QD^r*T1|Hp z1RcINe2kK{Se)2lUMc~rZ_A(wE^(zBs%h3w5awi^9@xw5C1^OK6k zob8cdP7LmkKFQ_x>tq9Dm*y)#@5b7{4%e2CvzH2uJf`N|^;un^cB-y-V%uVSAOcyi zckpc^eP6dKA45#Hj5O5xM{~~hB}j*$mU(4D(mLw&e7iq3Bz3bNtY3OdT9pp`N!=ipdQ&qy zWUxxo%(FyB19JCAPh3rYS?~7lAsm#J;Ltzw4N<)p|8(K4L&LyWd4|H=j6sY)MkeYX z8BwlsOM0>vM+xE#v{Uh+;?5ua17pTCutz4Rf#|gY?0KU~=}d2-;ho?%Ukr4n4BW^X zyNV4G=ShI%HMl2Q&H@8L$0w`l0&P>(`-gesEjjIXM>EKOODr$++;P|36H5N2OUx&q z5A^!5l2$#gM2vYou~phRH$eWi4W`w`!P&&67Wtdk@m8$VSrkmki9U3UtlYou+L*Y_ zU^Gj-x!5*nM`LTnjmBo&7$kkSmmrDFr7hs|RC@}}4!+8HC$-VRzxhSq40}MXFChLU zPugEc=ht`bfg94U+lgjq1(!d&i4A~mQS54X!QjhAJ_6loZf1HsoXx{bKC8CJxci2e zcV|T!K;xJ$_P8kZNbV&NB9skp#0tBWy*wyDbyd!WTVnkcKYptk!5F2@%)OP&KUM@k zNp)>&0&$KdR%Unl3^1_6gEi8YkiH|?pEf!i}gOv18XwnoNp zFsSN;$@LeWSYI8fk30W(6MHZU?$SX$^>?=&3#$OYJoF5(P6Ni~4k65lTrz%2obKY0+iIc_cXpkmk+|K(_I8w}f6>}fWGPlhypVlA?dhR@ns7c9zGZasrP%0JVC6^+p1jnh(m{aZ~ z+$NE_@z>eU4rvYV0?+kXRSf~Hl!C{ttc*QLt;wv52Vz*M$7sL==tSMJCb^h`APv_nKn;p}llnbS;g6CcE}|{x*~ng)y5mI{@Dd z=iW%5bn!TiEv?bgLqhUNKa%AB^Ocf)w*W+>yI)MaySn0IMh!VuD7ayb>HpbDzwQ5j zJLx|I9ETX)^8Drh!X`s3_A?f%`@i_gx<-?t}tmRS=`6V}D`fgTpbR^!O4ZBCX#t4aDZt=eRp08_c(j8&FQ$w<6&g zaOSz;H~q=Se=Xr}7N$FZ`GIX|DwuNAnQ0DP9E+Oxuz{w;p>XxnM6q%%-IdwgIx|JR z<)aEx@1?x#fNU*4-XQXaHv^&p!XXVZXcqhNbPK`|8;6_o23;sN^|_KC5au2?UGp*G z`sK8~Y{-;3>ZVRK(D0Yh^qY2AF!uZ;=f@t5z|UnKiK7xQ>ENy{@Y5%9%|tzsDqR6jA@lP z`%o)o^Dt<7>Xp)4si61*{sU>vB$sqO=Ca$Ej1VAl@q6Vy-o1kHFCHGQfmy}$yn$8Q zwpt?XPGo85ca~^%XbE zWwjC2j{0ig>hK=4VggeD&HwD6yKivnlTE4OTU^s@@4PTuqwQ@;$1dN+Eyz#CPOdfeLJ=R(roLT|X>%b2lOZ`E|H2t4q`(M5KR?w=?e+ zqjX5Dr*p5dWDk!W|m_NIg8wEh}4>7FHC36p2;~VZVWzca2$AU zz#IBoOQncgo+(`!Sm2YHVBm@z)EFXS>-ZrD2VCHg5JW`NH@PDl#X4=&f08i!TN7lp zbYcDe*8DKU6>k$dL3r_jlBkYFI<}L|COrn~|VNXGw2a^kMy4&0b~1$z|Wk zX7PoCMmeUcWfAVqVbet%4-VYq8%~-1GF~gxFf#jX=KOv?{>6!T0g+Fxae7FrhPEcuitlfA zNv^7)5n=Tw-9aJO6(&Ka{vSSxP?A~S*gPv%9KByg=nW&0C$YiDOdMa0C=98*tFqSs ztLZ?#d8v36m-u`a{oOo4j$eIq)BM|HlqWcSxFy*QtZv#L<2H{O(ndA5?IPOlmx~Z% zmIkp?j`0V|X6ZHvX(q~um7~Pmp&gBBzKp8EJEQy|1@GBIPAl;QhpHF8y^E!!q*crJ zev5~$5}A{EjXqzB2Sg-Jyiel~8$qRjl3owHE&Rey^9S{i+17kK!w;G!d?0a|zL|2r zgHZma9^sD(lF4oiN=tOe>ppc3dHrOTYcw{s&UWvOM(FNmnJL)YU!423{H}c$ig(u@ zLziw#wABlQGnb$HY2uEnuc=}y(u%xqvBZoXSyKcKLdrg6{8g_-!@x5*&YBFZXWnmXI{jS_NQ zWnHf9`SR6DmlF1`!#rDZ4~g&8Dd80EXDacR};c;_n!wpYJD*vJ*!Tie{8 zS0M5hZEk5_`?Ji|{Q5n>tJ^4~76)3%h3*bD|LT>aL0w3|^qg=A599<)mfLS8fL?M2+xc=?{!# z=ryeQUkg|!lH#v~7?oJB-2G?dU5(A&_+D#ZYuKZyp~;NF35YBy#)1j1Zc{zrSF`hV zT;9{AJ=49`?Z~%4-CH4?uAIAh^p5G(&+wwSm(ow84RDt!L;6~m@7~9EYWD9#zyvS> zd8_?7m2u;4YJgl~Cxa`*e0Q{F6KGd@5zm|0>cL9%_P2ix#U==YzS$(45+t9O7f?~@ z6a<1aa~{)er=$vKRahG~R{nW`bSBnJDgMJ^7P9Am)(B3$(j*2X`^u27Ep<2kBKB#C`$8XEvQKDOfYm+DCk}cU5@+FkqM2pTl@456^c}I zaE;JN*ojG3lVNhdDQk#gC)O&X*q&yH6*5#(;wflKBv#pA>sTG2_b%E?jngs*bPT+z zisxE~Up@Y2kxxk?j&`mJ5^q_WapfX(sKNQNy~<5tGfw=v2}Tlh2lX(p3p*k)AAaJ! zL6N@T{xBpC&0fXSd0BLlEhG~LDI4k-*9kG&<(}u=4X$_^xBZ@xCT<~Dez8bpwNR;h z)Knq!w$KzgQfKKez+Y6@&Ii5)&ED-Sw=+_wQnCqMUfB?L{g-r zyG!Zr?(Sjeh9lBa($do1-O@R9#~|H9&rky|&$HhDde+)&o&9ltIP0AIzOH@!?yp}f z7D+ie74*=jfQ6JHi!CfQb0-jnuPx0gW6yD>?*=#vj1Y<(=m=M!ql=vVwBV?#UYaq& zdU?^a|LZ3+IpQp2kjK$N64Z0}#RU$Nj8nr_2|BhYw9OVqihO^EVvHqk@=rgMIDiS= z?vK9ucaJ5hLgTj`o^}~Eg?mST{cw3}-~vvL)m(05K%aHkB!(M!rNQ+T+n$sJwF4gv-FV7DK~7HHT2MKx%uPXo~0Jqu;w?x+;%Qf z9gS?W98Bk4+Xs~8d}Q1Kjihdj%}Qp5*KaV1{1^r_4Q(!5YZlY_q9B@Uq&$H-JEzGp zc4Cqw0F%z|hKPxu%ad0V6(aHZZKR32z^PbyzF;~e%iig3RJPn{7M`F}=c_>&F)pyeHJ2|$?+aN;yWh4>WRSy|?d978 z@WTysZ-jNouu_xG*P#$?exoqhFFrvI%HaH0y{@BdadR_<<5!X^IYr(&CLFUuWM{tuNx z9}gj-fqT2HyUs(Bq0sM?E7f)7}2vFT~7S^KG-X;rNA@ku(mj z-rnt;`sWK74$~=QAJWspuGcx7qnC5>7LdfYvje1kEk$2nKVzky-m!cWY6t-by(1?h z5Nr5e?mixg-qZ)20U8#%&Wu6GoWIu{e1UNZc6(k8M~)jJ(;((>vv znI8_(Q@w%UtWS;DO$M<@a9)6dqMG@%LH2Q2`x7e^hTQ}`!bdD0QVnVeDK*S&?d_fW zNH7$LIMFSTMP1Jdt2qySuv=`WTL|A0%dI;~Sdn>E*!hCmRXHkqk^te4)gn=Q04shV z&k12Mn#|z}+KWQE#mq^g*m5n0=qzr9N!tyZxm*vbAi-~FfgOGjKa3n~|Zsj3bh?~48gTTl3gn%Tb78u7@EY@iB zmii)GUlB>#RxVi=RJqgp%{H-qd3&hGb_Q<_UWaW@aSGb!mT@3#A9SBKDD`)i^W6oI9RQUJ~ zv6;?oK|i2P(*GC~Q_;b2PnEWc>o36$mNAD~7kS}#Eq6Ia)2OA!__A>dcz91IUuiAb zT^yuH0gZxpr?uekl$&GlP+Jq9+=EZd;rrQu$68gpxdVB6t3%^N;z`lZlNG3zUD87n{o+=V# zwJEn7+RedYDW0{AwREy*AnYTKxa_^4|mh*UP_p+Ilo<+!8!Kdi{4j zC5KPeU5jU9)G=0^+Q%;BM32nbNZAgl{+f`+D9JJnMq zdJG#40M-Iw`gY-LZREa z^MN<4^p}J?k}#8IMP7RFLX}rPoPaW&IWTb*L~5MAcu{#o*Onp#6{dCAl&4i=0C7Ub zG+CT>+3y=B>0aHDfml-Fn?=3j#+qx~o2Nun-SF{qc#;-Qitn0N#}x1(a;tVycLm)t zrEJTBA5xhPQVsz2s`0kNflD7q zpD#hnwY&YKxhrHK_9@*iO03mFj^Vv!d-WxtaC59Xqd()fA360gS-C&pi!%vFFiUgh zpR7*Tl*bQd0d|QV9pFK^<56VkvC$O*o>mgR7_>BI0=x?zd9P-2CyN}LHd%Xw8<%|O z=Z|f>(wVvo-*q6(NkvL}9$1=wXC+D3&4I1{?re0X=@Z0bV5}lr-z2DM{OP>rWk4=} zYa%ZBn`h`;>TGaMwYU5+li-H!PZpa&B6MjkQN$~|m9zd&CA2C>aiDJyFyVxe|Z+p=8+Nh3O zO1Gzq?|0n>VK`)}Pw(c)mCnt%)`)w@ay`D$T0Yq+46G)wu@GM0zQ-+fuEN1p!^RC4 zAI=o>Ys#aO0K`Fg_w2F|n<;q(eKwTo8Sw7qa+@CP%s=XYU>5b(c(I0?)5S>_j1(jR zUYsA@Ob_iXaJfKd{6sjPLcY46`USYxSLN2&TU@yed|VHO zIh~A>pWX1yHm8JqDL<9WZPrlW`rhpe$bO*%{m>+*Eoc&k#^;{Fw6GPp`F8dBtTt?H zp1n?G;$5kHMl#@m z)2>LhJ$g41IbQtS3&0cRBy*gtfs^NQr}cFWldTyPh`k__L7dTu7v*t)Tw{5FcJ{(e zqqza#Q)O(;r~zblE;0L6-{^+LSl*&wuN4*_=DUf!mInLWwocCWlGNkz0>d-fHm(%| zVOSRY!RF+12E(wr=(lg;;Te)XVEIGuIKCY-5sI~K#Idn z)FP!`Hm%3&Oji!1E~TB1{}~<-qQ}f{g3i@yJI?=IBfl9oiKC7&H&1kQBAZy&ln$+5 zl5e))1=~AtNweAuJiN8p9Ts5#!S1Ytn3qc9YPYhbM)8h*@;L_aP5tUW!1xy86jf6k zBd`8IU0PBh5z&GEPDafr3Rm_A6MK}BHOOG!eDnDO{&f0Rdu=S|efzgSQhQc1Tc9Ea z4PK()eq!BY-kYnQcNsW#9PLP6E^^#{(z(IHVN~Be$FJOF0vd6Yo=S7sy)sZ65*_(HF$;rKh z(nke3gQvx5zcKRybC+3&rJWo^0Au5T%i7UrD$He@-Ng~vi;;|xZPmK*{zl?JmJ}3< zj>cHeJs`KOzTdrR*Vwf#bMACyK5#S#)|lT(U)$ z?vhb-a)z^|+c!0o@ya;RM74PT*&(-v;ibWz36UFRVW~S*xhJx??fhOSryKQH$!3*nkVvF!Vi0ZooB{Cs2g6W+$x z0ezUw%~3$!29s&;Tl-l_fKn0>YPeHbdf=R}pz9uTu(NmZv90HllwW)Eqp5*MaG;=h z_5sl5l;orqGk9e>L>&qYxc-%`!AE)EI>g0G-iPNF*Lvi{ZNXYmP`=sOUM@ArK-qNh z92Q*4Ow@?w1eg4n=Xmxn!|eOb&3k1%#x{30xBfXclfk6Qjw{RUqrXPv&Z>I`FkgL8Q;p^`dB#{nSSkm)*2q^YNp3O4p(iJdDlsDe5jBqURfeNm* z))4ak$qB-vy7!!Vrx?1E@*O?VsXCl3*n+LDJfpu5f5trCYI{%q>oi7AUD>3y=|L+c zzO8z+1B}KO}^FIq=yp&T-HU_Udx3rjq^gMfG%gy@9^ZjrWwb9V;5U zk4R}hN~=(nO9uezFYR!UY9)BC{{n>ukVgMpe5l-BGyjIv5`Zio=G^%0!!}m~G}dob zPh7hAA31{&di>P!jv@ujpTdSL=W9v7zx9#aY-DuO-=`@!k9tbxRcjG1@`n;Y_syZ<4xANs8)~-g35lk=K(BjPV+{VMt#YegO#IZ+`%N6`S~*AO+#f@_w`) zoP!_i7av*xU(cc{-7Y^BK_(4ztU8x-J#3Zw+n2ARbp_*6rj_QkR}dcXo6PI-K#~O- zXJUyQuNh2|)_CPn@|XtMW$pPNxU&?znX$rR8h7vr7wf(fVaDg)13}Tk1F;v}DMMsL z@~6i@L%tC!Uj+xbS8Pk`qrqwB`(pX%US`5Jf!#)cwM%%XfI zTh%J_bRyWfyG$QJPjZlvQXw%Htcl77JQMXAVI zph-NvRr#TO30)K)B=?MKoE)fyY9F|Ne*gJB+xBL^7f+Vk48Q5jz2TACT;!s^uM~My zIpBRavE=RMv~qP&Q)x*@i-pR`jz@kKSeY*>@F=giBUcw0c)$v6Pb*05E2TsHyI%j( zqC~Y$Phymcx)~Cpq$QX2s?sL$>A&j)^#ElbGk?{1_BFSlqcm;m?e@>A&_(5bQm&v? zpNJum1cjWXk%{x;zKg2ZZHPE^J^P2T%cnbqOCp`K$XI)(Cdcwjp=>aRhF}M|v}>l7 zxQfGQTY2G{Uf`JqOGk?2UY{U+y6gCOJAL{g@t5tk4n^PPf34?dLq5pd0;{0bX;d6T zNU}))!ETnpPoU%s_TX~MAwya}=!8gbCca&pTYMmOZDm4JrB=(!1fZ-RVU3u10I?S@ zag+$3;ue06@rL2tyKAYT1lK7JPN3YIN z2VU)(DYvbn5R84y4EmO3muq(Ew8+z^Gz8V;jPqZZFGH82Ct z<$fVlz*#aU@K}e>uSp|I2BzT#tg)1RVzXUTO+F0?IR0V`=Oa|pB`jpu-;DD6i+!it z^pB=(;jA=DP%9~07mor%&(F8MA(eJMtxYAlbF&`-~l!PLw9+6LZ zYds+gKdF@w$K63P{PCsFS1hZoqJEd2kxozGyK45ewS4`K)=XdUWrEWUaQt%3LFuAv zd+r=0Kdm{d^w~$$rn0qF8=_%2of2beH6oB^pv0#TI)9&j;bnq^mzig)farPn^7Lly zE5R_~fwVYDpZ?x|IX!4-7a9NF7gA0g+{G?NtuqFcCn2~JK~zF3vc%=5n;XsSuzXwv zOHhz0+GkO$$eX%IlUZ}XYlxel?}~~!4+B$Gp7umHADX;HJK9N3#yL$?;;do<<>kNhjI z<|p0e28*4ttQMpdA`$+}owmRAP#PFo;krL5y^cu|Y7NEou!h~A!jtHwqi6(;{ha+o zV3Fcc_nA1BEo>H!gFUrJ2i<*q&5oUQZcgtL-26$h=v_eNXo`=9T;#B`-@XZbt>?hw zW)0@=1x8aKpqkwVY8z}`W{4$8%y>l%&-9?uWDMN49PuV%hmCIZq1X9gsxx*ti`6Q3A5j7L>d#2 zi{am9&2wV*W0OV<2IE=cwu}$l-b-TY?+^BeE&;Xa;pZ5lpKQ{jCCJOi7ab@4AI9e_ z&rg<=-YXNNS8E1YkIyppMQI<#q&t*2tQ)tq<`+)X3VRM}7PpeiA95Pi;r0iM)^sc! zCRnYuP24V^OHx$j&%I*%)rMQI+A=~F!0$PNxnXrY5q&$w63V z=*BDN5+aiR^);SaqUVC4LHHeO*C8Q3C#hhei3D`ae+t?P>edg7()(kQ3P1*~b0M3gkE+kHfK2Q!BVJdNNu>J+q@<$H(-oF>df?=Wy)W3t=Vvu*+`Q( zP0@nl42#X5&J_yH`VlIO6UhL<#6>2|hLu&R*W;k0eDtyll z+i}~t%hO@wBTb#tcer(vnyx=|tGRh_BiF4te6#YB5CXiNiM6`r{negK)_oMbziW$k zfnFsc!3f~y6k@*b);3v6CAPLFwfhVU1;w|Vy)Q4o^26bv4Q5O-LU^H@fUE=&cInzR z+;B)onzj=^QK)48n_RM+(nGOc$Yu@cg9{@jDQRV?w5#+Kxo%|sMd^Go* zI7;5o1i%KV<+CY_)pBG>zG0NB=SdK0Zl4@|`wsZ@`k8+9^AhP&jjf}h*&P&~OrJhL zv;2h7XAUY~=#Z)q-%wp+rkggPuRjS&X4X2HBFg1sMJIJh}>Mr501-ctXh=3U8}~N%8+w|CTl@` zD?5W&jaW?-L2p?mD`h$>=w66OBTkw36s55TfSMBaiTS;Y)+AS1i$FIa{x@KV1n}Ty6fvEzj^(oRS|gTezIVx7lxVQ zZh$#wke*L21qMU@Wd-ogyrR6%LW1r-CgPy2!_x#Ex0vx6RQnSu%J)NOw__0oy<$GH zsiK5>`jYC{WJ-f@U6=1HB0rN2(Y%L!v)wJL^Nai267p;X9D_~DpPytY*M_KhNi{39DMPOD;hOACL!PyJ%;_?Id&VG3)zeMM%WLv3RBhBoz9rAB#0vK@7U=`FryfBHUzv;v^S5klO^ z`F-bcf??o+yDKK)M|mg9T95hpxJ6||&s|+hyE|DPRRkkSdNYYi9EE_(FbN#;%-HyIof-y@GAp@BmHiMkQmbf-eOoEGOFC?-LlxS8P5V4C#7J z+&OkFsvg{p%+2PhX>v7g0sIPsesbNBTs;wcqw$pyqd^(%duEekf;WfDS>ctf#eOa$Z9Gqj zrj|8UeQhH{UH@K*j%fv_B?~)(ZJ){J@m0@r_m&Q?ISpZhnL5ugAZ_O$>9F;BMQK5S z=L7gQ*+vLvD6XgU!dwQ9~~3;YXljB;I@zOC@JWv^~>NUK!Z1?%n~A%ty517p+p z2uao-^aVeXg(`}bCbf{C7>+5384!jaL!1-UO%I7UA1{01)t1G4v5C{Pn3@?S)^9^I zFOq(1m1sR9_9HYN!*{V$wOVm#_38H$ac47b{bhPUZ@UMa@{eJ?dAZ+qfSjjVu$I2= z(FbRnyKz;0Z-z84(^nt_x4m(EE3*yOqG$gF5t?rgM0ByU?>wwKH#(Q*xOE2aFWIs~ z6ee5r-0f()^NmhuMcP+viGJNxC3sipb#Xp&#n5zRgeqzscawLCw@xQslB3lj4qrEB zB^J0F2oeM7SENBqkQZ#3%o(Y|^^=~rp^u&M?q#EzMlT;Mx!NU_cN!C}gtOo2M`vp` zd2hcYn~^ZH!Y8(H!g+waZ5=3vz>tU`pBWfBpu1YHVJDAu zi8qK3XK&19jXgAGf?n029Y@U6Y>&hJ|V=1_@@sPF* zd-HT34iCAc37)74m~mSIAOG2DHJv(}{_T7l1kD;HqkjGY<>94RQm?-GYF!_#T(7GL z3kNU}j57t7EW#G*ZTW~XKi2VX1HITv2ez z7MqD?c%PKESPpN5&1_G(?NmWE7`{4_(A+S^BVwJ1Nn(36eqaeUQeA+8rrPO}b|Gw}6*Z5{|Q? zzZRU6dC((Nlra6em^Oi9SW?k&;1)leTJf$TINa?)%TKBg*TdgmmaSwq`DpN8QTp@K z9?NSJt@=A+PyT zOAQfTsiYX#U?F!tlh6IH5f%4zcF+lP{)hMYWHe+tVyS_D_r=MtmPHU`@l=? z9ms0&{=?f8r5_9OMB;zaht3sFH38(5J{RrQr=kKJK)}d}Sxtd$2hb)j11ad>R=zAd zqWYNE@>b(6MJ>FPKVun@j&tX=b8E^as+;H|vT)%eZ<>!^%ZG z8QwdSn{9IVKt)jyonF0~xjEr1xX)=(pGRzF8xo(X>5_~OS?(%5as%5(P}9$-ho<5R zm+e@~{LB!+D5t_q1qiXY(&&~Da$GeazF(Z|DZUoMmbH<_*SuE&H`%XQdZ_-!bR%rq zT{Ae`(fwszjjuZJN2QSiwhIJ9O?TXU0}zD6GYN@$*WF5BUbb)ShB${7Qz(vhm-^#- zaj%0PW}~7(@p7m;lDi;RLj>;u(Fv_T^v}VgUD=;VKXUPXz;FAH1~`}0jU(EPj7*k# zd+hG6mBFC%wD|Do=&hxsBTb>!qyG9|V>V?j=tc9SA&;?Av}id`;y_V*Gg_hVJ{VtJ^P49zgE`+V`;&B`XGAYfMSNR8>nbADPchYR< zgz+2xynMeK%`-yd&(>dhe{S$>7fd`ufpT$t&H1nipdQrn_}re5yP1+iy_+twVoV)X z{L_=GN15$!ejkfR7NSv0GMe;}j6RL`?z>*RvYs+ugo|{e&t6XS3_2efxi7Vl3@@kihdM^2K zNZpYw(4>1?(MRa-QC0GSoaTsax1=|8+ZOAf!fo#x+C-;ufWt%Wy zVE7v)UQ{$?TGy$+b8AYdSPg@0Qjfad&4SSTOBe4EZ+k3L@u|osYk`F)&9_5(i7%44 zk$ttdI*1l6?JBWHub78n{oU6wQN>7#Tt#$!ATx+zmT;6-`1c6UTt1&JVR`ytJ7wX= zrG#IlFp9HZNN#~nY%Fej|<`D`PGY(*)`-jCAlTTMF^q( zqT)w`jT-*1?p_Z7PtV6ZC9g`K^t;+y)%e18iQV6GEwxP&)6sCjNxdMK(87pN-gVPn zV3e^8z18_+tQs-MFX`RmZJ;W2vdL{P!_N_3=*7XSdZdvI656Qq4dG0fSsPCku_Ncc z7PRCm0i22%#&ce|P#tGR`R>g#p=&+DpcL6q-2Ok8euVHE+^f>$wTmH!&Me?%}4e=B|S*KcT~=Ki&4E{;7+iX z7U+d?(v5w+P5lpdHhox3N%=4At47`I_pRyAQ8Fbiq~|FDKaJbcv0dJg02%K9=|IDr z6zvGcjQES`S#!Ef-c$+_qTahtw0mK(=W~Noml2<>RUmk*csD-*{rPINDMLR&6UT?JHj6#JKIxsc8b8! zI}@J?Z5MZHG{-dAGAwN(i$e?7*R{PH@PbU$Bqn@jCyOndl2fA@X=rJcroM58V6rJG za=+zUM&52jzFc2o={g_0AD(k-c0>3ExG@TS%+D)1=UkV-i5I@IZFSZHmc4gH0zB_e zPk%&iE}T%?iQ`p!XFSxgK-r*i3amZHp{u$#e5kL-%!%1$5^omo-}9Z|m6*3Yh=Xnh zGO0yOyY(_o>RwgLoSdyOb=z#4`}b)aj(F=ON~NM%Mu@)3p1h-vXW8%}9sQTG5OX*# zryTktz&+Q=LD$e=<<8a>SXbyTU?jeMILX93@NY78Xz z$n6*A&2A5sl<)k3efVhWzC}jNejZ=M*Px-TOqrjG_`Y=4wN!@OPCT|RYxu&wuTuGhFc_y3K zNm&ADlx&pRTh@^3+V_}70+^P0=)|vtCCT=T9c-oD1H!of;Nw_%stV$#`YYUg*3Nnq z8ZQ<&^JY8B5NYX-#TiRL`5rLv;{Twqwf|F9UO#P( z*8k$}85>9GflqG#`pcZbLCFOLn>K)e<*{*XC(g2yK!#|*uIqaxxkl*GZm}QlaIXhV z<}K@cw5Ted(br3~wHzO*T!qud3?;vOotBHA6-vJ=?D<6Ek{xj*HE@KU!gb!YG%#Rk z&TbFyIFE+g!LWnQbLj%qISERLzt-g6I@aD(QN00=HGAbPyOz=%BI8lU1h4?iRU$DN zic#y3Rk4$%sTlQ6>NDFc$ycTSg4gQYK=s~5%b=kK29N2HKi~fT!tY-LV;6EVlJT|b zxu{iPirKg%wK;;Z88_bre!Xlipjz%a#?K^Yyc$P7E_mQ!T=h@%~TB|xRN#mRjh63>6#NfOB*qA{XodYi|# z&7OU=B2m7Q@e(!Qd=nDog=sBxfi^U%SEMss+EoeXm*_3Hy3x+ zLs9}2W0l zL%oBd%a>gf>(mMAVk|wf%&(^Fw+q9&`t60trUE#vKY^$nNH)zk=Ekvu4Y__xeWq`2 z5HKb5hr>%RsR1+t?h0Q}xGlTgcPE_5XnsbC_&FK;F=N2>pyfxFGtRXbTp{Z%_u}W( z(h(Mk>0ZNJw8xX{H%Qo$yTq92`+TU994CQ6X%(4=5!ws34rkM`jFYP)KZA<_xwKCI zdH5M2(wxP>y+-yCZIX8HOcryya@5r>t$uI^`))XV7*M)xY+qmVX?^-KBZTfdeLWi) zfDhd!r^4fX|6|AaT{f)xa_p_ZITWJf?Jl0Y4V_ePeHHwH8v~XXX z6PR<@1M!mATcB@Wk1Aq$E@vs1YISw=_VPW#d9Wu;)E&r~Jh?xm%^z=+;aTv;sp7oL zx;#z%6=jjv^4Bu#I433K7+bdy1qCk7K=il&0qcBJeho2FkiIJb`$DkmxLaG6`4HEh z#nRg88%^GM==JCizM^G1=0DtVZUdO?s&g980Ij|&Zy5olO*bdz@$I#x^@)o?*Vx>~ zK37plUL~X|+jz*^i58Nr;}C$TKvHlB>O5TlLZw#9DOe=(4pM5xXOQ{wF$1C}N)i z$W81DXy=Yy;bgjZ7>OKM*BPThbNTm%LW<$G=ITtoluz5GiM&_6fu%KbLi`6GV@|}W zjOUU<=+#Wynd0GP(W@qQLIg_NUEYYS=B2qYWfh~~AWT~0lL zk=;8Dwf1Cf;*gBUuiF2w{0|a~f zv_kL#c`gkm)FNR)?1i;gqv4vhTyh0BVRUiyg(cMi?Lst-qMKAzC-&%rG90b zh{oi7T6fT-_Xd-ZVQV0~v*w$bAyDRdpu>3g<)irWt*VEH@0$#nfidjDW7Riz-`5S2 zrbSzB>CZD;ISq9$H#fWw8z<{YUgGbzQ`)*ilyt-M&!_Np-uBy!i7M`=LDY> zH>|t}#H(Mjvl$#8QGD~Oo{M@D`_a1(j2!gDN}E0IHyL>yX%{mYL0}u3BEZl)IxMG- zQ^@D>{@G&%f<=%tm!5#YyM;Mr8}}TcC@^-tFe+$8$0$x{aeJ3H*%kh75}L$SZ}htS zgyZ3F-}%!(o$`b&-h%wMxd^!5M?kl|IQgu8j?rj_Q=qlc)Z5diS9A{U zKK^cExfLy4zpck7dCeS8$G&5zQfFprW!*0xXNt+iyX)sWAeObe`~bj)!OOP*GaEIs zUU_6LXHJqbkEOFcnuDL?(K&K)uJdw?k?usX&}+#J`*3ev)SOJXOz@~^*fd9AK7oqm zdM4P{ZbDW#me$fU7LfOsoqwX{`HHPOplotnRDFRa9-v9mG7MhVY&>#&D4zfR%(ob& z+KSO!{Fn2Oj5sL|BA|ZbBz}O_PQ>kJWd{C-O-K^;&O;;JbP4k2bY=B2aUT{S9WL5U zT;Ai8hNhDDhr*}OQk18kZwn^tzT0^WL*;2Pkt#nu;tOceDh-}X1kH$}qKp<(p;D~; zp$?3Lxm^vWNrf^zIeQOjK5|n>!e-W~tEHp^9qo&}mbW{rz;;k?fw$lyZxBBGbP(=tB|PuFE@Sl!Wu}@0wMI9X zwaQN&xEefc^I0Q^Uh{K~96N28*zx3V!RzG!AN$h+Fn8vx_7)>mp|QiNTts0h3)9d| z76J9AF{B^xgBdfI{L@5}Gi`av)?Ey*^nB{nevnPC$tQ^p;#5;D`;?cOQN?#s{+F!| z!K@!p%GMcCYEqx?Lo}}Qp-?!fN{A;WY66;-XVGb~I}(h8pItx6%?d0v&0@ z@4P!W8p)K4Fu~u2T~XT@PNkrvwZ?v`ss~p&!kWM|`!+K5{Ywgo)xvjib zmkdk&d|aH`2P=1uyhc{g^cr`&*5{N>8oKoz&B?<4Zj3R#ys#2ze{=Be+R5;un=;2n zFYW>$3$4`~p%pnzqM{PzWi<3TEJUHi@Mw8CP5)icj_Q7r_a}lJ#ki$PnHArx#eXq_ z<#%Y@ZoXpZQ;llK)wqcI}y9E^$j zNJ8p20`A~C`eov%$v*AS&ec15QV3ABFJ?N6N(4DCZB-vxh8#?&WdFr#yyrzd*lI+?SH@$i-*<>}uF9AkSpZrPqZ>>|oWue3&5 z2d_Kxud!GoxDVs@HA!sIbs=5$o4vFvk_;Oc3uTLLf~BRGN(1*F#&f0I5rPbuokc#|10t zx&N1&74qIYXo=s?G5}=esqvjp5BcR%MOYWr^(Bh;G(DUEqIjcryV5k0P0Ag;;k`Ci=yLI~6b&8Z^9L!AP5qCZa=z?s<*q2{La9WBa^O$`7 zDiOE#KHA>k*8|$^>mg%?4Z-`Rctu$jWdrFEcep>dl`^cL*(eRaF8{z1ggYIQvHB1d9sJ=QjtxZR zCwAIs#iRq7x3;0ex#Sh&d?lZmS#-5Pb$kyi4;==NP{1Fm9Py>q>XJgP2Hw=`Qp=Jf zbZtulO8VT2!!c`sH>b76^xRwmJ8KK~>f<@ad3idJEQ*OXRxQ%ZnLF}$X;P*5ns4|G zU1u9P7P-&fqc8Z7E9J9WjUGl)P7lV%XV+}zrS^@JjW{k{8h+)+&J^2xQVD3`n1gQ! z?x4&wcuO8z3JSv=A|V4rwNgS?rJ>5lZUxOtbzy~G4i4tZI%?}U*_D^fP-B_H2Jm^Icbd`f6QT& z!nLPM%aC7i>bJveBQ(A)`)FRv zk@=oCnWbEEV|pHFvj!VQ;sY+N$h|);O+=~ev(fN5=u+PDQ@fojk9Oc@grI)l@SM$($HEIcnf4b;7u+EC<-w}m`JHdaW!&lfz#M2_f zrb>rb>)AIC=+D#@0Y2}Ye2cSAZ_lv&t4Y4``hC-Ejb44cG3W9hPL)JHgD-HP{&C|^ z`mLK$`ltf0t}~~k0B@b;r6QVWJBc8Wpf>A@lpO)tex9szHtf7JS(B2g6o4=$k72|c zHQ!|E-JAO!w5b6-*SKZcmp z);>FY7o|YJ`jgXv93Xt;&;%bNuUxIZu~1=1a-r*g{}~5$&HI~_86nXl{jPjjjm(vf!NU6HjreMT>3Ep__3Jp8=<=~#-NXySH+d1v!b>JyLs>4bk z(_v&`<1m%+ zA~Y5y5*x-jE+(^=qkQzA>0AK9M!TsPaZoQpdr{-^Zr59X(Q9qXB9g(UB{MfG)nnU- zZ%1o2WoP{zdJ20Rs5de(lPLV-#a7pXk2S5}ip?`iBSQqU*0A?tyCd>yrlU2ZMBQ!S zt{=$#W{QFG)q6Vns0(2L8c{CX#2C>)Hfjjd2cw@hB6RzrsWwnC*hGFQ73oaPAxNm) z5V}jrTDSgq6S3Q8ciLL?$nxXXhiAH@*!_{)A!JfXbL^q=L<9Uuj=`N&MhdOP@ZAQX z4yizzc^WYJqsMLz)0}ZEKBwP0>os*9Hh|}`eb;;P7y=aVKd_CzoRq8hnAXZw6zJhYg{+8U!(A2VKe zU$4$**KilE@c99~z`+=YtQOLMU;jwHJ)tu{`b>6MRgI$x3~x70uUsKP=F{qw&x;U3 zZc-Amsl6P_eFw1#j@#-jY$zQPX+XGcElz5nuh9?H0t7S4UsK?1#i-Xjj~&$&V_$rc z<=?4G3T)r`w_K3s`pkv}>`+U^%zDkMuGM0*Of{=U!%=b%gK|#WJTcJ|R;20TywlDk z#l*m-@$`v{N-i6ZPp06(exAQtzAH-ylffMOx39Nfnz!{1N5&nFGso{-K=E<$e871m zsofv+rY|ZZeWibQ_uF)pIX`@=U*!`4a}F5QH)SPX+4o2NF!e-1nK=4ZBQw5V>Nc+l zPMa++oUp4uHW(lqUwfP&I&uh4T4CS(B44TYe0^h1i}ieVe+A~K@_MHF(Y_A$oo3}t zy7Dq(OLskf0+(^fN7AO;!jb2-Z$p49S9?LWb*lY-K^J5|-F=&fNMyr27+C^oTNy|q{1ZysXadDkqjc15`^q?kH zPqo3m1J$LyX*cELhjy%Nvf7Y#z4{Dw#+fqF*J&$0uM$>X);73A(XTktf0Ab^i+G!Q znaz1mcv<=2r2Gw5&(f-V-mMEn=!=xtjdr%*wGckN6L!ugDb&jZ1E~}CuTtV3o}mPp zj~=R$l(e?hVD&^XxNy2>^$Q#JojEC+1Z%znSEy{j(% zWH!%E_)~~G!1eIdZ{QYwTPFG!{SK?}fa(hpiA|519f3%Umj!xH<^6WIITMEB2sd`( zp6c6v@zyk(=1Oz>u}{PU(>U*=;qFlf{4zpWD|k&Yr&IGtO(1$`-}G|dSxESX^C2J7 zD76eZ_mEnvKi1`vb0mF0%-PsXD`vDCUCFMGH(5$7;Z#^($5=dL=d;=O^i zFLKIpXvD>;k{J$!f-ZbQ@~E)?TdKD)q&f#_rP%rD0zTEXq>Yc|sPD(os_|Hov6KnAf z--r-ocN zvwxhnymShs6CF}IoZz{JvAPwre*wCAt6qSNNdEIz4=GcV44yIN>4byU{?5JGqGxzn z@!tGH^*OJ&h$4R-{=;T5$JI6dIlQua%3m@$2Ny9T&^{t0!#MCSBkOK=wxe=LWC>H9 zzerhi+W7hS_d}a2)?;UScF?iI(7*Ak$~2pQm^G)Egu|QAp}#H*%(;lWqlD;Q>kZW+pbKt9`!u%0wVV)Fbd%c=bvTGk3PkwZ2Pi zUQ=h1(NldYxH?CaCNQy5RyF-I3!|zovwWVgUla+z1zX zVfJXJ;6tg}b16@0k^pV>Iu#V%FDqEj)AfY<-_u! zIt>T5udYpwl*SMpH~Ljd;etcY)kbzODB9a5R$jv63=wshZ*K@yQn;~g%YCAMNt2yo zJex=6Yt&dJAMVot&Y&I-2DW(|(m(06%B}`YR^d~9Xz{q~Iu%4u)m5XdAiZX|+=3`c=`WHWV`z7B|U5r{=1ZS=| zGQLcbplg#2gW=n2DZuN{1lP!!lWZw_jR>v4^J=hdCi?iv-?VUX0CvNh%|JRhtbe9{ zDnffDpwH;*%(dE!)g2`mKje1L$suo`k;rb0q{gG$OWr=xys^qC@r=xH1S60+XQPUF zM}{p!8Dw;B`bs!tC)LUu(^^X_3J;OshFFBXhX*h#FB(ZInN(hShp*fcaEE8RJjm$8q>Awn1V}iPybp; zia)|M;pM`y&t+}MNIbUQeTqVL0T-~>Iaa^$e*TV^o>q zxn7&wA|xkD;VfZ3;re4=A#%#}DNEg5`$xGH_wJ8;v=twK_?OT25#HY4{)|MgEn}lS zDp*~`3N>HKC)yK{aQREhb;KBO9a_urAw>wb&CJuSFFb@L!v=8rE!VL1qJ3K=lR$1- z>Xu!8{vpou7<8+u_2o%T7Pj$tiz~<}^2StRZL^ci%PoDLe zw)&F(qX|j*f9RC$ z|E*N~k5=*Qes6)Rf+;**zj^q0-7g;>PY*117mJO=V#DvbyIS3Q5MREkR9-+<9u^B2U;RDAB0{>S?OD$ zAWVvO__;hkckL|;xYz^F;Rd@LcGPM^Musl0zM z+Q5n%%%9Yjut}M!wT7zoeYep~p%Ne-T^0_JT&_Vh%EJ23=axMvYA+`DYx?R#jTQxg z>+dTp`+&ks+~zP96Jtt?o>a>zVH#RdPcAbN7&6?IZ_Z&Lu~j55k9E;4b36#kWrKTB zoD9=X7}667;&e4o)+Z=vOgdnu#2{Ka6ND(JhUO)@+vieJ95k01T}PW37nswACA6}E zo)@%?_{4BqAI?qLS=_W=4-WH2{?(aU2va=*zBmOLmkZ5%c5zbOSw^+bd*}XWHZpu? zMG%vhV_JTBegR*&`Yq+xj}u)|eExBS7`NY+p#JI>28FSi!sd^_qrx%;_2VsT;S&I= z99FtA|A#=L`OCQZnft9~6ESV&0Sk|%kG&Ya|AV@p_|vXB3}GFVE_^l#{4gw9?pPL} z#R_4T+i8EQT2-K7DX0I@{%7Vu;;6UNAXZa&Esk^4p4k8mnO6#)cIpd;^`(_mFBFCK zRM76PUYC*SBL!lwT{>>_kt{)9>$o88J)X(&S<`7g5}NG4gRGt!CFOY4M3Z188BW** zwI!MsrsKLV{N7x8Fy~s`1!Vy@gM$Fs8)Emw$MYckhVtR%qZdYTadl*;puoVMznai!O0EHv|4!}NV1Q2mDofzNHpf53 zv?P<1HVDL7I?U~MbFt(yYl)&oxIl{&>*wkCKifoJi@3zyrlCFaQXG?CM*=E~;+a%7 zzF9OBZHN16+&DP>;J1P;8YNrPWhQ-70SK~On9r3K!rk!P*$F_d?(BE)+M_sWxvtX? zL#NT5ts1I+O(ZN$eT1@#vIhHu-YtZ@J~kiSU&c&ugf5q;X#bn5#|2v<3SKZ;UX&x1 zOeCv&p3q9}rPX{33IHlX0r9}gbo{sLPjNyT^1(4B0*0U69C2~QG6@Aiu_tZ_y3Y9$ zX|7UhTa>09gqr&J;B3fi95z!2c4_b)Uuj%CQA;$_x?+t_uu=B2>`5C< zFqevbJVW)%gLY7d6WVzf?nwJO_Vgf&X~WG(RRLe{-2_h3>$7yS4lD*~2yG*C7{D)U zBbC&bb2^#q-zf>MUa5h3Y0Ql5<3z~j8}GzH;coVvEw-6x694v>I}|kv_~CZsvnbBB z=N2eiU`M&(IPl-`sUf*fMO3Nq)-9^ewTWdeIXBP=wCcfE*8L^I&rYCBnxgdJabR37 z^MgBGi3RvtlyO`&Pv8$sqRv(4#_(~LB914ekx0Vg9WZuVQ^hD6$O+oS@_L$o4^1IA z0=xgERsTc2b*YMhR~OU1BJguFU`=kHA-qNdKK*Ln#Cssle&c0yzPrb;w=%xK=8ea= z(166WY`owPx`Xx!-bd{TKP|C(NVAAf z=WpHwCJ42H?72Q;#aVik6j4Z}nUA)JOh@44=;SDlkGe%gKn zbhSaDoY{`GS@d8~$K)XSMA7_;{hC6h9__b5l0wQjy!opH~WfNo5vf^>s zJY++MYPnu`Vcj$b*S7GsR%?o4Od2SA3v6)a`6>aMzlto@dAkV^2w%Uu+djgc6x8M1 z3Q|?kFZ}w(zi1Jy(WB*xape~`24TFEDuiTeih22EYmGrVnIE-htZK_KQ%m6I(FrNr z+n=uTH7SS{P!)Kn{XS!Lc^apfY^5+mXrFRv1&qrnhUnwxUi1lB#Cbq&k@PlDP(#zC zA@gqU0$CguO!4dZsHN|i!{t=BT9Wdp8bm4}{}wVYm{VGqXJ2KbZRI!Hyzo7LLxS}I zYWQ?MXl(IS5J*VTi^Sb1`Y$MpuVq^b1Nue}EH%B5YPWbb-OV-9BJQVJ-gus8P{{a5 zE0}pkFnV^K>ho7+Cug~Vbrl$Zw4g!7pWw5C%D@*ofo1lt-7fdsXBV|et@MZm=gB9~ z!A12Y>RXH3A(K%XlgOS~-~F`RnwP9GY2E2&_%$@3M5~+ua04pX)z&LDjwawB-mt<0 z-D{Csm?1!LXU^R=XZv#YPW6p5lfa_%@l>JkDED22v8(N@g++j{RSzI2YxO59iTl$_ zA7l?Wb=kLX%kPW%w-jHo%iwCB?~%1dd#Zkn*kUR|CP8s>WOS>~(IbK}f12?OB!V`o zi+~2~n-F_PUPWS?Uo}?0wCBEmjn{t7W!sSf*%`|VxMI@Gzs?Bc9r!rxuExfxjPQd4Y`YJ4=K#HAy<0~~c>i=mZ2p6d zSrm5JK@OFMHdXZ+jA5R$mE*Iq#|q>eWii}Li$$H*^LoF@|0&xdu%9qTZP2VxrxSo3 z%C@68S3B(BKW-{#MEpT`)$QBaXJHO}c;43T{PS!gZ{g0Y%C8yP|Kz(Z@RzecKe?IU z;3jowv!o~n4;aX2Jy$rou{7K+=YZ`N2>%DN(tH_SV&~kMbGu*$Qe8O&=8-a5cyCn?@-{94IC8yTTa8t;xTpu*SRA#f!>b zeB1p&eTN(M3d-89%Jg%_&*(xJ<)7Kr8Rp@vJVDf=?$H~g2|(nNM`4a)TXdSc76ck zot&bf>cHTJA%5Ut{$>7%VzHOu$*5<;p5Z@|cXV_OUT;q~z~?tlLq>vE)cuMx8P5@O zN1$&4qbVdRX@U;w+&|qRA{t0HLa@>;?Hhf%RqpQ{X=)RqrpH`f_924{R|{?gciOw8-#HLzpNc46jMmq%+8`b)olK*jb?EO)z0 z>^KL3MVnMYh?-*BtnZ5P)2b9mz!K&?PHqda(Qm=Qsp7nFVU3M_`QfL7NUctb$|C;E z^h5U(VRM6MH@<~u?kfCUvJ*;0?W)~1`hJ<`FM#=&D1K3Ar@@37Wt*;>Dyk#d4C zPkm1Ic8ob_yNLj^RbFetgEaU0e<3thm2x`?KMh}vop1vh5Z_eYk08WylqGv2@p6QrRUlbK}x4W z(`r!X)93{sq!FJ?V9!<$5zHGbY!jR|Mq95<$;i@lQ2$Xrc3XyXj4GcIf{HwN;)Hoj z<_6!%jZ#TF!i&1%hNw-7cHYImf1F@C9=MGJbbC*lav8*2IvXsBi%T}&jGeVyQ|(tewg!A|qVdM~{HA6J>kueRqykSq zoK~o5ID<$4$TV&ZSl#xbd0o3itRgIWu3YNv#NA%sd>!Wva6D_FQ^rFP^OoRmd1HJ` zOU9wm$l5ZePa0$`hi+AQLU+YjY4c|NWY;OCgkFBaKFLGxd;qVjfKvT%&yr-oUjN($ zJMCNL&?e~zkzW&VE$dE`^C+god+UDzZ`gDmp76rAN)(D;tM$_sr8nSP4wugh z$)3Jv?*I91@|zO!$3-Uxaw`o#4m0te&Y?HY{Xbx*5?K2Du({;#I)_oN;ggZG|3rTm zIsWT0M8l#-&$Z586mPwx9N%VRERJaZ^3z|Fr7upu=e@wQThld)Z{yGV^h-`LEjCMZ z;`4668=_ZzW5<_aA7>@v{y>s{>`gLPe>0UlkgQbFF?9F5c>n#1q~S|_oN29@_l+Wu z?XcfFUnd99WhZg(b7ImrW2fnmuO|;@#HOxQZ`Cy+T12Fiq!lU@q_e0?TT-!o>EG7E zzxz)}@kFVdrM;V4B5XQ;nTE5o;IB%J>ltx(9hS0umA}#Tx|-&$>_INN{rOUHp@u~Z zO4Y(#WzDKR>~tGB45>q&2f4(o(>|05dA;sFI*tWCZPh<)pub?)kb(1D{Dqj@xEAUL zo8NO_{|5v65$FD2`G2*H=l46cIsQv(D;q0o7w>PD?rtt_?pSQ=eb5FLYyW?SFl3t> zl+2MIv4kqz`lh}T9UmrwFS6`(i!9vkxk?PPBelWin=n5q2CaRC^q?o!9{_g?uCdCs zO)(!b_7K4Eagnghm&ChlMYlVl{5*~R*hU)*`y*0m{)JMBql42)BABo8H|Iw<$>8*} z5RPUNL~`BjED6X7Hk+JV40Fmduk6YA7hSxqTQo>cC*ib`hp;JTAvW>r;+UdaE=XHx zvpG-3ez^c-RJ)wuo4->^fXg-(Y~8UBeRa}v0z3J5BB=KW)U`-v-!nU$?;}ohO)-Cb zF;?QiO~PrJi%wQIT~vo*c9eO5i};j^q|;&fabU`_^ue2*sRQ!YH6g?BX-@w-d2v|l z*f@)A^@?_pBa3f?2ZPEqLh~piUS_&ud*@;%GvR@l39)^n!`EXZ;3Q*#qXhoW>uG_4 zF^3#-W^)<5cZ2s(lBx7ebqj+8@7t~&>0=Xd?eppta0e^%qU{_(m3wN7;zg(qAz!?u#Bm=J zLO#6ZWOlRVAX~#s>>kZ>qzoB{W%b$n*8arSwK^K%0A0onmWmfx%tE^o*_XpN>5=~fL+{gZrkG^QgEjWTo^ZGof`{vFY6q`JTbYg zG2{him+nrB_F9`_uBQwi@BXliG6Emp0pSyw3GjNs&Z@dXF@4*FCG$03RLUPr44nyw zulJ|c6b0L<*yDr2Vvp+~mKeVKl#-gDhl#hK>1*n_xHd@C3+~}g{Vs$vKLePxJFe7o z;8R#g({aycN;0oCjhpohI-t>eh0e?04-R~mt6xZW;E*;hc~kZbr$-CB`iCI)1!CK9 z81a6-*Gu(Bgg0HaE%yU`92~8Nh_fzIfBfkHTwF)}uT?5!N>ED>zoHw^_3O=-R|+x$1Gxy_E-v@vQ5ja_j{Xl1+2?_=KIYs_bMg!TaDy2s`nw&Z_-wc>B2R22b=^(P&~d0a9+dr66D+xP@whEr~e+} zRKxA-@q^oG-$GXeqDRWOGsK5B9mRR@L+9b91hq<-%%7J2ZL5&GPgSL@x!&{Rvv-cP|vf<>j!JflEY4hL)4&wHDeS5;=n>9&tO||s_3R(-Km>1w}nm< zBe+$6YJ)Vsze?S^-wIAv1I&dAQ||bR1cb+;f3j;q3Xv+RP}y4!t8jI0C#G(Q?L}xL zm61ds+bhre@zN3@ik5Layw*`SzppX8bl;m$J(HdTs9* zM)H0m2z8CQLI>iQFTgXtDq!#!K!@O6>VFAnJnVz+&VuGnGiK{XRvl}-=Ci^PbjCIf z6bYXz>BhkJrlx|xuIX_qcbUM429>MkRxw`@L5H|*LpZ+3ad%2yc9nAg=F~ceX{`=B z>2u{xKOCd}3A(vK-sSvZD0akFLvp}qp~rNo6ofL&dnLL=MP!pL%RlnA+@Z?UaF%HS z%u8q;(u%Ulxal7&A?)Df#mAjtt817Je~{DPyPYDQnjyJYY2SgyBcZLI%?&R-Rvuc zFooWobR|HwayryG8!phyt=E?wC-b2ZXM(6R*RU&;Lu8ED^*ogc$crX`m4RR-dVE+v zIxecAz%N!ca*1bpBi=Ar*)l21r}==7*Fr+NXXs-|ka3yS@ux2F9Ex{^tV=qVN5>+{CkI0KYgf%fbB0ldoHE2r(EVJRfb2+Ok* z8_xw`$2c7Z3rB+?N3uKN0l^=i%RTTnUF~XzRu4VZrnb1-xF_K`;{{K6ti}wvU`h=0 zXc0V_#}_x$mSAxwfkA^u9gnl)|CAUvE2gzd^ONXHl=aR#vw4siW|IE(3J$Z~fSgwS z01!vN%l#ccH-&;%x^X%a8>8^P0kR5{|g`&2In67QqXoHwB=$-UWa zycynfSz0g_55%s=CzofUvhA6amW3IBadu^dgM#Q6z1mxSBVHNV$vUAlxf4?zUOZr%VX1j*&A zwzHn|^Dwgqe?7j~j7&K@hQ-XKtJ<{NHz3T|=AVG(MU)?=PElR$LiVY;E)tyUDR#O| zQ8PpXzOE)aYz20%?olH;vu;8}8MU_CTAe2Ws+JQGJNF|D1S|u)#qV_pAi8z^R|yTH zCGg6SlCASr!aOQ3feleRdS<{mc^Q}b`LEQX+Ob?(y>Z-*_Gnx2T1+BgV)Wqq08*3? zD0_~<^GRO|dsU~nyDnFpB%#Cn$q?hE1@-;RL!>Sdh~fpQ@7$E+jDfiAXN5Fk+0FRY z5`puIV)c_NZdVVoHvGMmcNXcBOH*EHSO|IFl)uD_7NRfx=~kNq<*xzwXEnLJC|!bq ztd?KH#^;N4e#CF!OPe(p-_bO^Rn|ma;80Jf50uV4L$BK_6|>n{A`1EN61$4LI*`Nu z(z1OqD532wTBy)3GOSBrVy{(S89Lh9(_B{E9AvBLm_jJ3-)@*rq(cx(6!#xm^eiV` zs<_W{8Ft5vRggXNh5&!Jbl4F-|J935dDSwz%e=wKj^N{m`ZTet1fSmf)B zIV(9)s>_)ME}JywPOY8olXt41P^a(s980NksKX}SAF=1)|K6|N%v@~E-J9LfR4&Ll zD1gqaC=e^7rd2H$nOq(e;G8J^6TS?EY8hG?~%Is_~?&K+*FZ3kpd>a~4a{fE* zJz~bbZOQWx?G#yawGQ4%VE*3!BC{~rYrA!Cma_LL;@Mvq{omIsZ?mtCvmo z+~e;i61wCtN1*j@TqG`g^hN)$nmO+f+NegR=)tf3{NCo=+ghYK#BMvp$Ms|s zP3*0y;4>vE4^r-(`ooH^_B)kOrKm9*2$sr`S8HvS4xnG(O+7hU_2|%b>p-qNvv&pw zE0P{9P$JSe#_L+1b#k(n0eR0s9OPHF^n)wwh4hKg3uAL42l5wUkCKF69vbhG@2hK< zJQ{gczh6^hC7W8MZ@7C!!zA;a;2&yVNxOb{#k0*lSO7g@@E)208Q0t5S3M#lWRKCs z{S-hx4uogPs9NmEyfn!CJr7x8jbBz9c=+1{DoI^pyYP z`6SsW^bJF=QXQcJR;>BO1nS;sA)l#4xewjcw|RqU6n)8P>St|gfPeu`AA}R<$l~e( zfZLXYrS>%GsudAJw6F{+TeU_+=o$U(Ky?h4m8I_oN1KfRu*T+%5-twHD zop?L6Z{_unnE@9ekoBQIwMPQ3J0w0#4R~3U|7Wh4ruMk_Kvn|J*ECDs?9pIgg@){r zV`5T{l>_8*eX4?a0^MH8vNgz#_x*M1h?DIJ85@o>3q)X88--^)H7$K{_M%qqo28Gt zD@2Qh>snt^v_X%@J(DX30SH7>T*!~>jlO3L%atj}+8^>@|M#CE*@_25ts7T=A7Eh- zk*QnSeGw=8@3WuZT@4K<-(gu}N%JoR$^1RGP0d`~RS!*;(S*QCnjP;)dB*UorI_3dRx}=2V1D11o*@YY_kBx$9RUkGCWdtmr-{_fs1tS>kte!qtEyu) zueEN1z=9^f(Dj_M5@udiPB-p60q;^Ng;zqB+?ErVttz&AEhQcIJGFl@<&sD9f2^J~ zogZ!n#qcFTt9P`ae9B4Aem+2lioq~`u^Gn`g{Ie`TNc9a+z}$3v1y-h{=^4MJWkqi zNQ@~XE--Rf>gfDY6NJk+RdvqXb{wQ!SXa%e&qmIQ!_LlMaH5}Cm^~S6-QsG?ri+XI z6$2wLv9Wmn_aT;1^4F@zn)h0UepRaX_xER z=2jw!BZXVsK0gb<>r_7Q^X2h8@&96KwaaU31vf2dwu_6;pYuSjHm3im*EM{3noaZf zpj|_^ly9wGhwkQNcG(!nYS9#>cGwX&F%%{@tySWTZqYWcV^Cbsge>_R(u@#~OJeMf z=5*F1$n5t`C1ewXh*t5O^AW>zy8X#R>wU;BzV(vjl7&Op-4vEAJMK8vMc4SHV?nXO zdb+S)F{)+3vOC)3N72-bhBIjZjqko^9j)1W^2mYej#u`^GqtDFkue-)82Yg z2YSR=tiD3>=zr9ohjfJhU;TM;{|0MgU|xQP#eTwKd9hd6jl0i=E=&TOLknlh^h#rQd%5n6ICZWK8* zBw+x-bw5hM4h^4u0$Tg?H_3sh;yc@pg(80mse(5Io=n`fYfmDn6Wlf56`XH*oQqiXV}FFQ1^z z{xfg5r2E@mSRLm`gnQTSwAdcTTnd^M+|nxeOW0P44@BL97+CqTM*BmEGMGT$He5dt zsEGeI{#pl})s=&5!VP1^8-xCXePMsO&0%Bt#m3~ax{19X;!*W>RjE&Wbl-;#*!<_W z>FY}=1?8U@xWsGR^ZI?ZNSoJh%5v^pH{0~Ig}cu42}41d3&s8trBC3`uK*wQm&->F zSZ=8--XR4`H}U7A^p|rM!a4AB37GNGJw3O`)rv-PU%5%AuqxfvtM+-k1y(cC@VY7A z6I&)7*%x+YliZ@>h&o(Jb8$T-ppQxydHh^APGM--2jHZ%x&#AcOuXkvIIR7Mu&41Qg;I8?t*(8fmm;XBY zs5TWrOF7jsiHEEWr|Wjs*E5S5P6mLMoShXh@kjMhfIJ}Dvx&65p!?p`bzegYHDtpL z+o(QI%g0xNEY@#6|0Cz-RGKH@9MgfMWLq3=@X`A?Se6g<4tBvr z#%Okh)?EI5$v$*CUl%%ZqB!`XxMSl$W|3*G6l$TwIrVt+-$kpVf!w_T+}_FC1DM&# zk1m*?t?Vn#**;$!$Sc?el%(k040?$kn}&2E#w|n@)N*a=wX5?aA^hdtQz>9%?FV8g z1vqQLD;OwdhctLQ(R)lEU5J#b(`NnEKg?_Yo$(lxYb@O~Eew9JJba{D_LJM*6aV+m z)el5!#d=UezUf$TT87v z%D->`Z>v3}iv-+_{#^!Wyf_|y{7mobXm`~1pSF}~0ox)~GrvUKnr`G&nZSlC@7`wQ z&iHXemGIR1q+~zL*c3-lBS+9Ti707}M*J%=`|_2TvBcf3X1LQll2&aM+jM?sDINX_ zLPmPou@V!Nsvu8u_rKALnI{1KTSC zlCKa^QSnpeiP@0~_vqZCJJDs6AOHLjOudmE^LeW`3@-TlIBf zX%22|%iC9l7x6c>@Wyq`vBjvCN;r4j3kT8A>uag$?T#wfTIC7(`dKz*%#J#$ZKmbH z^fg|Fib;DdBgOYoVRq8y!B?&R>V4RU6ZWU3P(aPt%b`KRQ}~6!RCjf-DcHTsi!9n3 zU<=GTEZDEv2Md$X_=#ki3$2oRDjo*e7`S{cDOV4aP%pOSrN}w`g?zFrBf%ViAy+0a z@LZ}q=;{s~0ac!$yUuA9SzNP1Z5_8|-x&Wi-}OH_S~Y^NBo3FkI-nLCh&EU~;deUj zfWZd^4jJJIIT&`UFza44bWJNZ>1dX+IqQ59us7zKJRo91Lh(*#VlRV~R3P5WP8c0| zWbfxRV{p86nm6=snRFnxKka**WA%3Al!DXwzgCGbkN{Yipl-|{dF|T&TP%YUQ+DbY zuf4DK#r1VQ_cZ#pdoXU+O?+b7G_hR>C@0U5p?$=xC<%^xTXe`yGUb~W=PBcC_5rG$ zdS2->Ho-$Y;4DDun>F&hwf312j)|pTOGRwkPJYDOXk@#ezyh9bsvgq>hw9&Nx@|ln z#*S=Rs)(w6Z+@90+Pt+67mwLEAp4Pd zHfLEAq1Q^PP#(~hZQAYH>3LTWwMHn}pTcKcA(gs5CT_v-wPtwqn~mc%Dtw7_H!p7& zaM;zwm;8LEhNezKk|B_il`%+7k5QAO+3_+X;@J@oi`PI=^Mhx~z8fia zl#Y}{y$tW-HJw6FO!(($#%cEh)qA59?Q_F^$M=1$Pkx?Byf3fTkOJhLw}_tW5PC`i z8IGpQEjj=G13`;+tBra6yIRyMcytFgRdrKkewjy7ZWVhQGd*(n9<@R0*Hi#q0Ros* z2(U}Ry;jr1X>G4Z+AQG>SKJYtpA&~rtENQn!zJOpKd+&`GV5|ALLk7kpHvgeGXKyH z_q%Jc`W_L2)RqC*rqp@)8F2gVdvQ&}R>n-83ktxvbgiv^+Z(x$;=AP#)47hbUUbjC z86RjxBl%Vt9TG|_q~}+su!a+}os48Rf-&+|Je4QO*@8~(*yj-RV$b~>Am}rTgk;v< oS~HnluilDmAD?m=l(Zra{(&odlidvgyB>WXIFgfTtNieP0fjVL^#A|> delta 48806 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 z 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 W1Ecb|(WZx4mfVb>A{Gt|vFWb> diff --git a/Resources/Audio/_NF/Voice/Goblin/goblin-cackle-05.ogg b/Resources/Audio/_NF/Voice/Goblin/goblin-cackle-05.ogg index 8d98dbda60d840e289e61dcac577363fc218738f..fee25893c6403d0c704bd5a7013bb0047401ebf1 100644 GIT binary patch delta 104976 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%0DPfkPNp=B}sAG&k6Q1OAJ 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 W9j+kT@O>7?~$zP(EsWBT6@pIDs#xmPpKJp z@~ftQ#5=`p?4l^ zTrQEU{Q}Zu?G1HdzG05K`(ypuU%j4!h)9mdy3w1C`F?vZ|0Thc!hTy6)q1EhMR}`U zc>`Hf`>{38L+n%jvAa#kxR~w6OWxF!&k}^y9zS)V>HDz(Z`OVB4cqv1tDG22D}Pnr zP2o1!+5yp;mBs_Ct`QxH_!Q=0(@=@*G*kF6*`8rEkMxAz5qf=tmU+)LQt9FSq2RqZ zj%&}z;8%Q_gf|5Afau#;jNivIORZl#p^wx(v(bw0vuDk-pllSOl0V!rgTZ1V^u4s? z4OlaXn!mWOZFnvx?U8e$pv$j0ke1?7!33r5gJOnxs3&lEgR^5ttB#Ix_ImXpL$9*= zTVuLi7@_tARo2EV&kp8tBvw1uzo#rKzhq&jaflBxSJzy15jN{;*#d_vYNsW7Tc16^ zTV5_lK$nc8DE~O~uj;C--$C{SZY%5t3~IJqtF9x|j`kEugTEi|7*2nj*of9D!XG3Vqn;`CEm(8=twhH_G*l^jomqakuoojE@ zyJm))@%QeV)O+mw?ExMZQR+r*uWo6M(xOUR_-#Rs?ctK)`y;6R zAMY>Iy%Os1Dh|Wn%+5MRjj=GP8#_S>buFY*YigZjerwgd^5oCg01H`@|>=(huP>AcjXm=yonR_TmHec%lX#g-8z*^_qp zOXgKnktOW5{>OLYd7$pEoxVFz-5}f}1`A-((M5S}4-yv)pIgdIyYN>Ai|MZpL~iv7 zRb+yBz4gY=eYD%f`15xkZUEh-^PDyc>$TIYEnWV)p6$d(EbXJaFrNXzI7gzW>*}B5#aqEodZd)WG)D!QtaL z4M3RXCoKE>=yTa!sSShw+o#~E)v!yj43?2kFBzW`B@SXFcZj2qxWH`7WWdiQ(MOVQ z4iUdJDf6WddzNRT7HCgV3K%ZUdSFsag_b8Jj*d#kH(4C!)5w_0Vme_sVZ8VF_3GV_ zbcl>xm^I;L8hlZ4afY!)8oA5^S)*Rho$ zqWYrhzfomXkrF>Wj@M8DPWG$vF>X$o#Wku^lSiura)tJ!QJ?@biR772d^Wd0fmp9? zvre=}23^-(WW~<+S!S+)OJ4tvCKJz~aXJ|S79?b0yunxh#=`eo3h|4mi-EIbZb?iA?***y|>ua)ZBW#H(C(+fftQw$WsX3|p3) zA*EI&$(NIWMRyXgLh&Vc{efoR3g?%h7k)YzIkKCLxJJOOkn_7+V)|mODSrI8S9iMD zzkIaKEw&Q^?c3m$}lQ_B3)? zD_cIw!1Wf8D)q}4*ZWlp=cH!0Q)L|+Y)EHncK-NOZ9-~1)PMsWb~zm_xkLLc{fI^4 z%5w^M3#kpgkH9T!IMa2In+InP!t{nn$qDyWbHw!$^M z-1xM92UaU)=w%up_8!@sua}Ge(Jy_%{5xmME17NrKatMUQGd$V^Q?DX&CF_H?71Qz zz4OVd?2IIiF9g2$i`k1Qy}br8vUR}+S8srS6I}#}IL|fqXPwS0;Nt(Ea{uq;kJD&% zGKu_zC+HE(1Pc2cfOr^=#2bCY`g7SN20sCzfA=cNZQUPnS;&( z5cRW9&X}vYzk;T7-Om|m&c70S%`L3$yZnG4%S`1e%F%7u64+btJHr~~2 zvSvZ#jse?Gk@n5RwnClz1uZR2E4PPZr@~L??oy0FPD3zzqavhH;c6&1yD;jxuQ6H`wePjYxcfn-A(O*Kew%IoFNL%x{J-vlU+XI z=jeSVy7fx_oBqg^JO76O4GB(&_nLca-V?EmA$IxsT^iOy@snHb39BtND+_03d${rD zDyo-5BfPZiseIMTu*)Ngvf?8A^2HnuBY0&S@~6~6>8TFEC%d(>2VnD-QXMBo#j$?K z6l9v?$;G?Ht}t#O85PLAq_Dr?j@3l<5J)=pF4eqGzWDm!T9}mvrq56nyqgTyL5 z-A}>0UUo8m{vrx^8p-X&(ajpfG{h{x<~vY38oB_3SW!XWC?T-VXk~fm<+) zaX8Iy@_Rds8gi5O_K<|W?pN(WT$R{%yTr3#LzbgIZUEszT~lN1!)C7Yk~RONQL#l5 zkKm!Vw{l7!sB1D-qrAT7AC~HS^^HFBc3)Q2xw6jWrNGlS(uh}TRj>ZVj<6|Igq>#p zouLao?=;(#!SV6?mg2*w4K{flJlqbr)r_jTtNVU?2a@s^yD}aBuE%fbPk1LHqQXUd zo?As@_l9ZfMAn)y%O|0i95S2ou)92lqD@hAX5j&;0{+_CB)$L#sRykBW$$=l!-@zp zRZ`v)ttoPC5(!XXSzhOJA^pcXufUQIg5AqA?p>Isb9@pVvtAb|Pg_Dq)W>dwv3*Bm zpw&jiLYC-y>wMbZlM+sj6mb{D6wCwqf2#5I zmxPT13jdEo@@zBpKTFRE1R{QZ{`p%RMTwk5P9ryw%u8>i{#l`_l!-0CyK0n*reyx4QRad*fn)=sWu*AWt0)4Cxt0bI% z6lnfVH{$6S)91&ZqPuu4YD3&#fa?EyM~R!tzFw7|yHkH;rXnpxmY`)T{%h`|2h;dB zfY&HuoJklty&)OdK#fuU)6$X^w}5yH!+(X+`OmwJTkO1=Yl#Yj*3x51~> zKeoZ+_E1C96Hz|>6X%Dp*PC`+TDq#(U|V$f-=!a(G0UW9EFbpxN?ltQ%2)Asw;d2o z@qFN>pEXxVP`}YDA zzOakt52=g^ePAt^F{h^CC?o|n)0M^jEGyFd$JHEbGP%ti$RGo}OIo7|D@?&$4l;Iq z4H8Y-`V}vae{hp8m}@0k>eU`((Zt=HV*9m-uPuV;pMZTBW5H$D_pFAXBj#HfT-+4mG9n%S86q{!$`%h&?`-4-AC0%`|@Rcw&7{^u5*LsmrG2Bw1#m*i!Kd%$7CYuoRv$W<; znC+-rr+aoiDR$N%DZFORH8;Mq5XZPdNQyYi_-nM7*qM4|>HwE#<8lSI@siN!?ceva z{6H}u;A2pukJc&D(fgum9S!oKgxt?5T};@ZMR6Ot=Do>$b#Ag~>F*qe;&6j_%6a-S ze5XF7T_F#UAC9}k&9ds}ao4Yq(Y3LuJhA=y;CwzkMzPHJ+?RDAgxuW0=#GNCXyS(r zN5uZdd#8)e3cW5?ul*-Iqv{uFYG?~Rix>Dfsul)=#e3R$ab+5{Z_P2^QvQ94+hF;@b(N{m`+c3_AsesTZ78gAWU$6x=g<6F*UqNA@0h z`Q8nGkUQX+-`=i$+BmS_&TH$3_{ZA*kY9D`|j z+^g7NK6TP&3ld%JQq)Y1=$_w1Kf)B${@l;KMBrCfzHw?E1j6_0h08kd;8QU|oij{@ zvvd!lp;hiAlBuUiu*(@;|Fur3O(MYzwi@82Gk(312q`@W`BS$DRV%NQIpy%HC!xhp zciwxdoz{QmPidTt84)X&=UAd!edHWKq`RxH+ih9#Kdqn7zg8LwB;AsJ5|idvo)*CN zIeN?gORAn6{#um?2;`wtDEd=4?;~4f%4vHZ{d6iG=_S~uVTJ4z%d(!DavA)!gw>Ll z^4*H&0ms8j2lc9;E&k2-^TH?yJ~=-0YGNw=lBSpD5mZ!LIx{2Sl5*iXm92E|UddGj z%L?|OysL(}Nra_NTcjM@WeP=#|B@F*?J=i^h zT2RZ*i&+~N33n9?!K&*oZkl=}4|_k&i1raEwRid{QCLke7f<%VhZQm9OZ>fB3$^*B z5*`%Gp={kM;Yvn)wq%K!ra+l>>Nca;n>D@pb{bTWI740}2Dyc{-fzp~3zYv_sU8_x z#%?Rul_$lh+z+(%E3n=e1`mFfog?%505O%RJk9Q`oaZFPzAHK;TIbCR5=ZG^+jcr~ zcm*1u$SfxzOnw|;ai^9Va0&mEJ8(07)pzw?wJ^zX$<1WD;U9&F89&glx$*s%srqZ? zq?n$4_5DBWyxev-*02&S&>SzfFh;d#&v=bs*<9Q<*(!J%1|6aHErl!^hQqGJqM+?g z51U?B_nCuUdtE%jN1nj#3Sr;VYKzZ`H-TwnswK}NqOvmGxa2xT(7w_;|NE0p=3|M& ze(}{4Psn_{HU@ZH1{f!R#bmbgLfz(_2ZfS8V^um9d2PKY`c~o>IbbWoLn5DaoOpn` z{;EDe)jx1~4(8Q`_6NpW<_B zUUz4nn^0A?H5%El<`+HR7QID*FmvK3C!WWxif3zt%Y?tab-+JOpTtH$ucUd|=9(sI za!j^Xrs4#(UB}hPDK}vxEA15oJ;k_jAUWVxENxd~L#gT5w9RucCe!9AAyfB5n4L0H z`Q5{W1U1h1O{uGfo$u66i-P@eMTEybJ=o7s*oCDLcS>}&%d6J&&eVS7v#bO<;Xn$O z3)5;Q4sQp@02lyRUXD0p?hKODhW}H!uTG>z7JifW|Bg)Tkovh|Lx%;1XXKQ^vE=cW z-+(|8>H{AS@y-dk(S9+|p*#mEosCb6lnV(-s;a)wXq2Eai23~IhER;sU}1D1;$k7u zPwT&;nU=IdqRho#>34b$H;J9-!T|Z$!ke1WpTF0>jR95SoGpX_ZQgPM)u7fol0@6e zjV$jhib|{=Q5Mp-g_4|h$Ia${C=}NIV4^G8=Gu&TI}kn9i&(!m2xNiV^AzXdR;W>( zWH5S2*~odnK&R0t1g-xfTEhY1;Fa|h!u|Z(CHDpYK4Q}K)Dad6mOd&Iur6=ec^(fg z?}jk@*#T7Jnl`}RnS0|La^I1<=PY6-rE_ZsSh-4%ST z5HcN>QxsFK`FrFjkDudmQJ@hE2}wS>aR^ZdKtB%B7bhN5p-iJ!MlZnK{hwVS$UuI4 z8ZP9S%V%_HlSj8v<;P!Y0XZ%mX*fdWSLL)XOhTyNrhUHh zE2VP(*UMbc-C7qgE!SXItK_}@0DKqSKOd`NR|4+OL88(E+-4^}!+1~*aaUmEN^i03 zRP^f`kZ>^8!mnD>R4J}!Cn<47uw|R?;EOOy(z{P`??$SAbsUvFntf$^R=-oN>F4)^ zRsLu;5!H*nhwo+)++ph#Og8Gw>0>^BHe-&D^ZL&W81~h3B`wdQSfs*LFj*tQ+B#Iw-|eG6g?>v=kAA4vWA&BtTEzqT zFwy+uwb_9InWY7e47sZgD+uq%)FYrEUCH6cbNhLY?9tM9w1_l5OI`b{a=I`mblwml z0x?F-q47_e%WRV(Cqc`$HBg+bt$S56pxd4G_VtJOTP?mrnzg>G9bl_vWx>hrQ6wkR zn|I37!D;^f=+M(YQr~(vvydW&i#5s1;&QFME!C|2)j6J{(iiY2XDNO*D_)Q90Z(j1*q1VgSIzmP#HVvs-tU~CavroGN!qeDq5#9(rF1|j>QwMp7NbQ_Z z`(#3I(XwHb6WHB`fHavjvX4F{JW73e_wepQ9TUPWQ+&GJR{d{;P{IFIEX^xzM`7Ew zE}W9dbowNG+tw-ygXFsL55={(MPiMQ18bfYa-~3e7P9$|=iMkOoo@2ur|&x9r)y-O z4k+8>qVwK{<4(Y;^vp{6ztY2Q@&R*j-ra_}qNMDn{;<+*G?s03Gf?uH>o*vX$2N&cyy&uYDlvdW9+ZAsX4C*QE3DKaLl1dYlCqV3t9S z&vO!w7MEX5qyI%G-BwArS)X2Gd>O}MM}6sEQM|qw>FmCbb0qM+=>!Y4w(S>c-Ox+I ztWNl07ji79NDi=siTZAC>iQvlI~1wae)XgaHQ0Ic1Nfl8^$0bXTDi&a3O)I!pYMVI zu{j5yr%D|Qj}Ggmk=NAI9ZVQ%pBq_rh=8-Iz)n*R3z>AR^g7VXAL(ol3=(bb7qKD= z*O$hpQ%`nb$7yRj9MH%wN=*Pk@5P(5`3f?j7j_q8epW7~VpS5g-d;j(=&0g6w^E$3 zNr-VRz(!0acyMU_r3rFev|p4xRb~*=8SBZxsI`qg*DZ03J^{9J5e@P6{(%~)7LvSojo ziwzkKd2)GhiKs;r6tJJY&#F=}Mh zJUQXmX34Tblz` z>`<{bKBo+sBfRu)sa31F6|qD15;Mq3Q69tVAJ=;;=eg4Vle-W%cYOijxD{p1Vy5mO z4F5mO6aNqYAG08NZmcnj@xFWjKc70Lx&~lj>%b1MI%UCJs*d9qh>LlUQOi z`u&02h*a(wx7%B?L;d%l3HzIRvIA4o_}&ewcllpEGpcmsVkzH8Xzy^NgXpI`c6Umm z{ke+BZZtC7+SQ1geWY=M9_N=?&|sLF<0(2HTY=J7=@U#lRa2Y5$i%Wx`$$TTP4Scz z#~}qV3R;mr@P{n-_!maiSD8FdRB=$W*-g*s7G<$QOPuTGi{r&;vuJ6g^hrXV)xw@J zu1;c-{gWc6@hcI#Ak{F5Ww%G8CFnJ(-$c}OYMbzH|3Hn&?~t(74w@e--#g#f``y6XGv-@g*SkrB)@zj4LpgD%#-l+#=rSrU zh*RlH=%a0{)cyD)YG70CB7t^n$cf@YlvrE#!_Do&azFJVtj$u$+Wz3B6qJR>yzf{@ ztDOR73bM7aGP*Zc7n@Np^u9kci*Q>-450!p-odQD^`x*bTVK5oe^q~NRrFOKnpkHo zsOxj0i8it*Y=5&$EB1DkHX2)`Bz4*_XJ(@)Irv0A0HWd{T-F~H78AieB26Hcj-qCF zGgD}fjC1JrA!4Y746jSNJd!x+5gPhjojjHMHn59!_}6;iuJxo-vXj2_G9&()-YX1r zE0Y}QVLTPUqc1hZM9p3JbXPs@it2^C%>S-NsJEdJLcv0Dg2`W zF*F;S-KZ!p4viz<5HuyAWztBoSt%j@Q>l-@?U{dZyb;)@LUnC1p5A>NAR-$PY?r;GXs*N60p7T1g8X8|Wrg}Jg0L)oLcM&09C0|Z<0xb|51xSJ7qfn) zm4SDJ%m>9az<} zBQ=`r?by~9$JR9?m8IczyiMMIB?P-av9==5#?({Ls&K%Yp;>e<9jW-_S0oCyTpru* zA3w2Z2EevOkI(lPE80dX)r|q-LTJG7TDcQ+?x0HY#yzjt8|5J_4%4?9-U5Ra68Q%x z!Z<%doP<>Wa(wzX?X>d+m8K<(crhrSap%LT9z9?Y;qshT&{C<72|`~Qh)_@yt-q{X zJQHlag0;AZcAbw*Dp$&{@e{qXaMc+PUn_*Yp=nCjvt)C&XB+J?e*g*u2fGK&|3wjg zJ2n(e`%k|!%;hzE46FXcr=+j1sZdr}vD?=?b5xvp>vO$pf~Swv7-X?nsjnZ&#f2UiEaYd1>MOK3w8f zx4e(Rd47@_SEBmAUL}%8wY)77u&{8coxW>k@Tddt9T-#~Drzytcp0nYUKadedsaA2 z;jvfjjRkwp(Yvgp?+Bo!|1Jr-yj-U~qqXDS^0VA=-!^nB0yGK)aV)>{c9J9v82@mI zo8=B24gu*(6f9(#v#8OR60UpGmz$4m?os9NNN0dXW?l5sfb*7YFke~w>18b>YWr&U zv6=flT#b%qE*jaM;YGHdT3Xp?2YX^kwmM%~8lXK}yN~A=EAsr$BvQG5*OZR4Q_ zqf6HXE*<&wJ@n$ECojW6v17Lu{L`NSF?KDtO!PC0?=8*E7f%nB@*Bv&xA{BQv0g_?m5w^!@`+DP zQ0&Y@^PeMXfQ7>QJQMecjI^ zp6>rr2aKf8e|*;yDRgx1!CzLyB%I0HZ|C1$em~yVgZ7)2IdYs-1k-5vN0b$dFiQLe zCcn}FTTZ}S$F;~v_xdiIYe`AG?U9pP zf&k`br=&c8Op3W5pnvD}XA~2NR=sN~V6tKea!mSGUg>d!(_(JR8$n7Yc~fayBj0g=QBht4@iQRqhc@RNYE`DOh*5n4db z2(EEv|3ItIx37^L=OI5qEb*`+eQR1Y3Nz5iIVQE+MXdeg*9y}^*zrwNsGhd_C6Gq# zKH}m{R%dpa*Qw#^Xv%Jv32RaF2P+zYssgz)VGpgRekyO+yoJ%O`f{PETvFZn<#y#{qBwVEnYX;Of61=(r-uYyy!7u7ndKXu zQ?YxPyxc~(HZH>Li{`O-OYMRtU>P}oyK{NT8`yh!G_r?F9ZrG4jCSd=2su@rk5MbQ zT>@P#3QserAPMCv6LyY}kK`@E4PYv6vC?>ynL602rC86A^KfAjvQU^|qWb68S6~+V zJw2VlS#(d=gJm!Nal(!*FOJILI8}Wr0nYcIDf4oK5!Fxjho=|oQ>`C?(c+^lWo*D|LTNwcb6IU#LAW_L-LJVM z{yGYkdstgVUQF0Caj3h0-aqJS#qbJ()FCCdyl%!*)=ej0poao)UcdC`z)a&@fAduO zvq92shN+xCf974EcmSmc4K6CyQnUr#{K^~S1F~m#BZX_2Pnzfr55z}T*VflJsT-oL ztnbS^xhj@Om>cFB$)LSeC3bg{cJWM4V1B_{{d!*8n%Nx1RR1)mHpBZJ{Sh*75$k#K z7Vd`lP~E_#&Yu7RE?4rAnLItu_^iQC>RmASZeRCCQA?#e7MlQhO4QvkWXGNjQF9yk z-nOJNX~z0=nTc@EGg%3`f@gF)k2<~#6Lj*WY&SS zn4Z^mNx$6kN}Qc9I7LKc-WkrBaj<{xC-k1bj(Ct;6et<-jgJ3~^Y?}NVjB;H0MB&N z$^N^5Cht<3TD^uRAGfcComTk0&8-}>&&Bz^gVot}D8Ko_!SVSZF<&_`G33*1Vlq(C zh>e&2>(cL`HGQ;)(;BhKk!xtH%_j*vxlz(}<=0C&dgV5d<=SvVgR#=;&)jxBp7ulh zgV~xo95C-n`Dd6xew#(?*wg=xd^5|n%EUrik-QEMnY8{!B6-A9G1&;_K>4lBEqq!e>*REm;f-3usRPg$6eK`d+09`wRYOZ zNU0nc@-n8__a=%^kbXJ0!)rAnNt~62DIYSz|0>v0U8m;H(pnjU-R<>GeQ;_k?P$^S z{0Hhl3Fyd{nsW1+WfH&uf!6&U@UQwPB(rFrk$o&P7Jffj#||&qp~aR4wo+3+Dplrk zz_)gXjGNAjz$k!*n*MW0Bg=>ySzJ}huwL=C=F8`R^w!d!Y8R^bAy8_B7(_*0sj#YD zWY;Z?;861Af-L!6;ms${C0F7XAYpn2RG7_@>!714(H5&8w}D`Tw%boXFnX+~}Kf7e`f41ES#CHAz=Qdvdb|Zw}v_T$7$*+4LXsu-PQ0 z2|pAZPNx`I?RNKjJQxE0k4wJ4S4WNj#iFTtBY(SIv4&Df_UCs{Izc*X+%ADE&f|HY zTHNfj5L>PXEKY+u|{$WB>xbYbYfsLJ@dH`QI}$TK4wlfEP$Qc9mJpfXiJ9 zAAA|k-O0Gd2l*Mx(pEF{XATAvR&=<(ZSQw%NwD1R&sFnlZ}x$+Gxz;3qRuiZsy1xf zLrbHCC@CRIilB5U0*W+((%s#?5d@@BxzIrV#g;qU^n$|kj?##e-YRQX>-+U-gis_k68 z@?R6ByKb1&0^ISuq|mS8lm-0Lp)tIm2j^%(ev_R7H5P0umo1dM`oMd@=~BDuniy-F8GbV|Gd9#U(ANh{?oow_Ar?!oXP|Sxlw)bjqhjZpXPgAGi`^TF zUyyzq2AWz+J`64{GqSvZ###2$pv_I z79eam^4~UX$(|zOIA~48Sfp%YUQvO_wl^(AE`OiXSvLpk(*MhY-SYWf5`3gM=1fhy?zM(g_Rgw}urJRw2d7**0=;%uuB@h&djk|_o}AQnlXPHmJ_Mrs z@saktPW&*CiztaJ7L7>)=I3*^@Z7~p>)_*b+}*5B}`Zuh0`fU)qSmr9_uXAZ>Ys}n4V261#-ncMT^#k# zP~UXAn*jKCgC$kkoKn8y2E{()~?W1R)!?jL3r5y~* zcvU>)YHwKxV~Sb68MJv%67)(TCoD~7#H_GH;8sGn?3AvjyhFdw~d-Rbg_`rCXahD&ukfe&OQA;-A{u57Nj?Ya=MsI8>F_ z5V?iFDrPK^qsaPKTY7QC!%?I^C? z1_DY^-6YK+{seWC6?_O-e-_fZQo%zX_)!W6(k!ykh|^6b4OxYxHmvK zHPZRtz&9SePgA?F^+X<20INio!nJfhZ1wzVN_mYtJVIqn?_UH{E)Xw4I5!Idj2d&s zx0%tS%7S*IYgDH#HuM+E`Ci-2@t~yY66p=PCbxC+S&6c=o&JcZzT*A-!Z>q+&Ch(I z*_`|Djj4^vWq;s)?LF`sHHwy<=n9a$Pug?Tzvo#Yn4+j(!fvJHY|XA?TwYndeqDNi z#G1!x(l=baa_m_J#$?@@*D5i0g0}vr!VuBHyvxvF8F+Jju*3u zK2FFo6~31K&GoP;3}ui{ftvp@Y2ys{$D6ioMxWMPf#YL65LNcnJJw$Yg8swVSLT_r znpUzCH=M)=8NhN_A6BaF3#jd}Mx>cLQM^~!$+0b6*JdleeMkJmWoz>@K$~bNM3gn% z(3_aEJ}tlW9EX&qw8IY?g=Z{I%d}0&C&jA?PPH9;6;ipYE3g=Kic%p6-q$632%WBs z&&)0vEwqm{yYcE^Ax%;ypP*n6BZ8awoCFl$m9aLu*AO5}KgvH9ou|gR9M~;S`x3-r zhl7iRqEI3=HSmsBAC(%w+Zn5Ht1Z&U(e>=weV8SVxC4P?vxm!p}ZzbQYLdN;c_R%Ep6-T~|0+ZAY(D0)lF4M~@h zEdK4=6#84=WB<=cb-gSu2dI6zCze)st^0^+`ShF=qiS$Xv%}JSMfX}g^O`|p7xOnm zwxi97Tl5tdgz4;{i7kMC>zi*0XZdwEA-+F)LQs*fWOq}H{Cs7KJI<&mp zO~7mD`cXLWWfnYSTD{qWy^Lq6P0I0kX{9y+lg8dRNr81Fqq(vYVyje92GqIejO)ZV zW0BhVN4>-2{?~vy_1J~m2^1#t8sy;)H_0!1O0T8lV2#9)eg_UxuiG8tBj_1P=&l}# z@{%V>=<2u`wyS|JO;Be8{N5OaP*(doL`{zA`S5QJ(a&G~gHOm`MFZ-c|?ni?b zh19KcfcP3eO|*7Ofl2qatyjx1PG0hQTi*civO}$MImYF1tKnAe^5*e+4Sc9yOyx1f z?b@*baO z4ZOrp>EaTR<9`mH3Wr#7Z706m5Z&6RAd|>yW4m(xB&&bI`mWHd)Lx7&FJIHRHgSln zQVjPh!-kM|=7zg*D}eUlLdYe$wc)PG=j}3j0+~~+8|4N}1{-^hJLT>@@9T{q0d<}N z3PcMU?mw$lb~Eu9NN*+oGLH|fhV?(+$Jv|NM<%&u8a%rp}ue_0}pykVgv zfgSIe1!RbbR;mzwwkbgc!=56?QNM8kW}F0uLHZJW4$#zqMWdYIj)GFOdH3QXq5zoh zLh#SGif;@1H}k%`*SQdM2R*p*-5^&V>DaMfV<}BB84tC&LIu_2o$F2qW`3P>KIJt) z{iTO-X8ud_iR#8Da2W)t{3`rRlfUucE8*tA3;R{OE!}{px5(6!p!&=Hh~roQW4-dt zOC))$yD&j0BhzxS|AT)EPT1c7@$i(_baWY;1zKt)C5z^@)ULbEFD)iYevV~*#hu$!@m{Yx_lm*Emx-Rr^Noq zii;2J$oLQ!HM07wu@W1^#t^x6E#fb6x_|@+b@)TYtA(c8ydAs$^GCZRSF=MiSV2@{ zw@n0X+oymjG}YjwN&sJpUykhxaU?L&`q;DKyu1lk*E8*)J9eDs^c_%ud|;2#BG~L5 z8~*q09AX*Ybo%BpD6FMy9BtX|qp8VB^tr^8UzQvdXM-Rr}~ zL__a4XCGgGX^G6pCtIg4DXfw6jXU9c<()wO=XzPqDPGE!#crKRw@F`FY{SqV7 zd}#Nr_-i$pp8y~bCS9rLoF5m0R=s|{V=FJ!*V<;^#9UMr9|qh7u*ztif5|GDoN+%I znaNzQwZbyxa>pyrn@zd4PF}4DVukp`8IDI3iRp}q=c8p7o1 zndtMbEKZmE09dOXUA~vKQJARzut+;(lDu)-AW}mo93?g#>rs=ASXT#=6z81uY5!a? zKwy)24l(@6BO*M%rW?CUGD?P|H2I}orvGG=EKN;e^{1h};_!FVw)+>=t16OpztPIo zhrybEl>CYAT{yr^+iLj0_;7dvuwS8Vb#{Y5lcFY`kehDj$;kNBA`k1pW39T;ufaMD2P~xE;Z_NkuOV z`d%8Wx}jQzk%(8Iw*n@jAu<=fjYR_lk>12ITr{)Kuj$PzYM&&r;q>$d zL>C*ALk03)FPzjD2&yDr`zGg6F64YP=Vl?R0fL10L$d zuq3(VKDd;a8a;@7E&F~_==q=JC*7=9`LRP2@k>QnB%t3yTAkQ%RorrSeFsCVGoc-< zuXt~Ndz9~fz+3$s1(w%U0Ud>&96Z)8KL(<=)qUI#j*Ny!h7`Oa+9>S6h&c+6I~9;@ z&QY@)S1zKo&Y)UZoceyZQ{0Qv`s@TL!iJbGDH1*UdS1q+Tg~EW8m(2`y2I7y6#WWG zh&5dNl^@eDjwcM&+k=4{1dFExhE?Vjvu8?>fNgQmInF{}v6}G;;0Uh;66!yhDM872|sVdz1-_mIV;NL zpp$1tAWpM1mS=vy8G z6N~#ug}#}ErG*l+LG5&%(x9ByPL!{0mdAIeIo7BVEF3!X#Smw zfpgh6XTF!x^gyI}WyrM{f-1mFD|5LXb&Z|vulo9v z%wA2+yaghv$m29jrw{$=sJjzb8008At)0_ppi$TUO7)^;QEI@#ZTtg6p*3IC;la<1nv~oAN!K zch!3L-z1t$^B6)Lm!;?N{U@LC7k(haG)@@Wa)6X8Y@qhSdEhPOx}S05GrnT5^u)Af zr|INMc-!j$S6ufF@RJCqbLH!TuqORh|7w)W#4qPA-Dqjbe=@u^#F8uH{hTby9J@FL zKkVQ(Rgo`+igen?JvJi17Vt-Bu1BP>Jn&jI`Dxxbs0 zsAs4BI2F1?gDQOf1AMed7We%-$NKN}%``Dg9xHex_zm+vrj4rWet)NSR&n3;B?8VE z;?R?`Pfh9?NQzaTg#~!8PkNy8rSqi4=Wt)|eAKOlkQ6H=ea6jnn=g6z!CRYrQ)1?9 zFJ~bdgfHi%E6+~F645w1gU{0wYki>a9bfuIPXB7J{fNA>F_CC8A;(1mJNZC`pW~ zXw!%2QtyKqaHwGy`;DsgDW^L>^unzwAH$fLyw>BjJ2kOcD(Q?8q0-Y0x+dz7%(=uS zb}Ei2klSK~eu4{#xnq=pXSnTM9s{GgMb1p~&ueP1d%((mPZg7Zh;;waRl9-l;v&(1 z(qrn74oK$SHBRc2)!#WVmlw7?LC8t^2Y;B0>_%~5i5{`PnsnDVqfxitYxj~~+_Br1 zod(Y0b~G)2)g`l~f%E2MDPb&*ox06T6u_U4wZ1I}C?`{=1E}pW?1`^pCj= zm`_GE%RzHbFnP*(&W0!vIS49|b2?NN?3u`9y!Z@%j1h_$_iesQkxtcfr8q`5yjTGDUQbAx7e~v`DJUJr{)Kq3L(uZlq8_+ z_7|7`!Qky`O!>f%$y09emyn~39<*}^PJ_PPns0>PQVmu^G)8C!)dg?(`bYtkH14rX zUEwx^>nDahLnd=Qrr2qQCdo(}9$jB^N}Rr+PppwMv*#+ifZNtbvUbk-y>1?xUUQlU z@8e; zgN=z9mF>=C1U#z~dk{lKe)_|wyh~9%%U-IZMIhf8dzy!vSC&!O9($6^dZY6jN3CKQw&nj^&p+&} zelFbNK0IbsMqT(E7<|oa*K&M_X@9VVLjb}dDjbm%0k_`3-ZrPL?UKeDu_1%lkNx@M z@2B>rzF5VA|5y+~4UU@@@Xz?xp)Q{@{0uFCrCyFRlWy;T;pr`Dm~k$jH8fW7Y+QAd z3LcWfN_E&(vg;usi~qGPj~BE#lGZRjG78JBu0~xW;DBGK(#ys~Z$jl?mcMOPH93D&I>$&ed zf4K2DIi8$d_!{}}=Rdp`pu$G{z3(~>MOkMMB>bmNYDMGV(h7hgM?;!*_#aZ#h?Dzj!AFLnjl4`-`cVvNQlAEgLWpc z@5nOHGT4x|vh}uUvp2y(zG5d@i4zFASD`|emoTmFh=Z`J5+d+XhL?95aX;m6!M|8N znW7C%!o=x9=*K!c%D|()gTYOkxMPH!RBsK!62B7^sLk?|8>++zp~zBaa|$Y0MA@os z;s_b_&jj%rdWD?|b)+I@aQBf%qy>t{yO7@IVuvOJnSCGY*Zj^qQ`_gEMF3>)sC~}` zhq5E6n6s_Tlcb=(qaKw<%v=*kFE5zCxX8JA9H`g*Dm*o7jGQfF{<*FGdHs%EDyLE? zD2w76ud>l2>z8-Bm}enhC-zcJrrqvhUS#0~x-Y5(oM{xh@@PkMtT;kM_3xSETWi$U z7RC^$%b^tbGV><$l}H3v0&qa>MT+|XfOAwD>cbSLm!HJn#>S7r(5$j{^;J-EoMroHIDIWTG$2MDvWp6%bqqrzv(I)xwdQ{pR*ZiL@pLB<2X18c7DjNFBb~}R~W~gH7Jj{8&B{gYrp3}HX2wN+4u>u zjbE|p%a#}|JM~4}0m8!YjO>kJ-=}DLmNn z|Mty%E&cB<7F843U$vJQA3rjvsAZL~e=tItakGqeJo0d{F1h5Nx1^ht ztd7Pb{<0_XmtEJovLc*NXx*8=J(CM0)vgn;yktoTc&70jH{S!rYlogui=y z*0ID@#IB5KSSx?5a!t?7a7Z|%ZfoFJI|^I>QG@qT3i}gCq5oy^DPB*8Z##eT$f0H8 zu8U3Lc^W3S{sVvCJk}{DRByrfgA;*l(fhnB)O|xHfvhwUCuw8`eyF^C>Jq!0FW~%U zwlPo~TUy%xQZx=;uP`uo<$|A=Bh9kf^GO78ktGsfn;KAalS4juZP_B6zu zF|Wrmar^CB+wuG$V~0m+wZpmD>DbD_;L_l|CX` z+_Lt*5w`ZfdaY}VTdNgLnLHgl6+oN|#ey}xyB5r01Q8z1w%g5rB! z9DD*6rVhDes(Y5dvpaX3E8=_==GPy?;vF4Yt6hnpodJN(R~Nta0W1e@A>jIg@yC^ zb1PvVK5{Sjw?Dj#O0F_nM~zdGXWeIJnjZpdgkxZZ&rb!C`d7_Xo;z&{@(jE6No=Mv z@}}{@nS`<$UpRDEc$2VyQsDDPqWW33=HLP&smtts(P(j?H3IWU;o3_?+&pDfsk`y4 zAz1qRv3Aksg$6So`3+-l=|Yg&2?^Z3Tru*zw1s+~)M;IxfSQaOGzOf_ zL8g`)Os!SFco%O>oh%xgwLGcL9-TNS(q(4y=el`G9&Ozhp?iH@t&Q7K-uv7hhq_{z zpRHa}R~kFJC7J*xc9lq(fBo!}16uq^GU|6mJ^`0KndplX?tg*`c;PrWg^=Jzu20QG z6gC7Q9lY>^S2E(>=+VFDU5ovhHQ#_qyvD96^yhPHmXmZsP^T_64w!r9WG53~iBb{V z^_DRxwP!dX9mod^yH=Ihs?ReHy zSg)u;#fN{yJFX8+Coc|jPTH^jB z|VW-=pgVdLdsTt&E=h~|2SX@H-wo2JyxzumT+I^=FWP`(RMeFgQkHkx2K zVk+S)(krgTX!cPeU0Ly_XLAF#0#1rnX3j7474@_VGfb${JiWHxCNV6LTz5Uyl8S`V z6)$BN$>&YD$n-g|7d8r;nd>-NN~of9VvqS}*rg~D#*|AU7g}iBhf|6nJ1}ARG(yIa zmaT8g^Y6~3-EA4LiX(vu#q#Ca?^ZoX?*2CZYTVQRLVby2Ia$+?Kd9(4ZXCT*VAxLo z!Kz0&e)z<~4rpn-JzC}R)N@xnAaLFJ@DR1SX6NnGvGncX#@Y@+Ik9nn)53i6C!9vw zl$m<412h&=S@-fteNBkK!j|r@;3v$OjK6gm?C@%!A%F%f#SM zK}tbZMb2BAowK@dgzwV z&sPgO3Pv&nXCKxw$VTN{IpYeLE$`k+8^W=Vf~rq15l) zSBW3ctJxI*{qMjT#&hw-SrQ`u77@(?fZ@1`CNNl`ui|49so|DzZT_Y~uo z;^F(3`v1c!?CcCIEv(F~tgLKp0OS98w6?afwYIaiv2?Jvbab$>xqn-l|1prGH#u11 zR2Uzc+HiII-`okhi!WYd0yE30T}8lhJ?aTwqy`hyS0AKLzyAj}7oCYVQEg#iV{SR! zwa(<`eOfA~FZgL!Rmzqu^st%=^bZ>lw0b88A}(zFVW(e`Qjs@7G7JD{%f<+g6Wwd! ziri*n@uAwSot@Mk8uLEjEPKlnk&edyJ-#PG$f_ga8tSU7H!#AYNdJAB;=bJ{{F{fk z1+AuS6Sm0qK$HnSc${u4`frEouu*;JPh(SJMmS=H@8$kt{a#Se;a%{}-;4KS0dTWw zpnB>nbY3Alv-q2FJ81ANSZi|#h=8KDV1&dbm zo5H{{RayUDljA&C<9_ptxM8G+KmD8XFOd4eR3;t`_TE}z%Ou^5h#;nPe1}|Rp6UU~ zcw|)_r%ltEs+{!4{Ea!JIU?kYd-%CtK2?6n%K2^ZaVkyhBf5aXTr9Hd7T&T4_4P(> z_j?a^dFkL&&@cPA?vro^Yj8qkH@h*t@u4xi6ap50xWv^6*zD=!R z*&a```P6&o_dQo;v1+A9@zxt{JW?DT%d8P(7|8I217r~QH63g;6H1M(J1jFlCz=C* zAOSCX3uD@d!pn@(d}W-eamfk|gRL^&50lrkZR>Jm3`fXwzZft7X@F>sVCRMktdkk| zxgJoo+%;JFxqF|Aw-F=3;-Tvv(I>ra427BM8FL!IZk=&)-3?9a78d5BzYEY77@vSD z&5!ApYV)R5r##fl?%EIau~30o7$Co693=h<0ue-Jme)6hLnVo#zgjiaX2ezkgE~A3K=gSapnV$E z{lbrrbn~;dg>fKyuz2XC9=(V#@)A&i!JcCcBE{Kkat_zk;N!lwc*S$ML)K2IIr_(x zJM+`+HiO>+iV?fk_JRK%JY4V9P&;b;p40Nq#RXSB;XH$np1T>FNO*sJ*ot2{;PEB0 zrd?O8zv;%tr~mYXaTM0nT$xi3fGZvKu}+=F>@F^Dgj*u|hV-@(yr{o;A2ZvXkNN(# z!MquGxL+&^tyXychPpqoIdaJl8=D%C>e&ekEkL@YSz0vx`Td*m?E}#8fV}xIWHazW zkMVl;cF6odRC0{jxfN}o1#=N>@K?&cgw|~wzKqt0KiVZe@-eICN&E-^rDAgliMw2? z1ywAHjGhcr$xZ02Qr(wp&X4&yDHfl?i$B2jIY(b4aRFIw4|aWG*e+{nh>WsLNI!Ki z-u)Jm(9BB8wQ`?r8aag$UY+Ws`1oRF4yvFHbpyeSlQl;*yI%iIc0WH~%$9=UPzzs( zm!a=7*^gn*^^hA4x}m(l*LH$p9iiEGFV;2vUEM>tCWGJaT8lYw|9}Kc=j>r5)Ju+( zJMNuz(tlQTDh>2d0pAXt^e;DK_R_utqDLdYu`|gqc|LoXo}*$2m(V~m($K)Yb!9e4 zn`A#_N~sI>ZtwCA27ABXsz2AvuI4kRb#m4s%LxY? zeELp)o3U4O(veXwMyp-=;~y*1n@V(GhmVjw-dV3k=2f)(vY6~XWX8@*Bh8qcd;P#> zr3uQ=mnZUk#KY;U$>V*0vy&^F;l*0E~8!D|ZRS?~pgO<0@mqQ25+Ya(vQg z(L-Dw3Jz<-cmMjQB+Nw+!Wk%OQqc7H`K_%VfBZSS!l3J&;1mzZ{RZ>s`^YN2>rD1^ zcKBnyONE;i=$>Tjg@u&zIRbdCR8EJva^}r!-ihGFAq5zOq^wrEA&5?PYU5`3!}YvX z6RBxlJSSng#i;mBB+`w?$K-P`n*ZX=w(EhrjRNT206l)HY1O(QQSU7m_E849;W_J$ z4)r!FS)!k|)(IJEZo*3iQ!mXOK^#7CB(VzbG7Cg5mQ=8_!|tD9pAecf9#6Mzx?`@5hE<2 zDs$bR$o2*udCA}Gw|9owOZ%Apn>HQO!+rON?b?bc_q~Z*ANZpTdYLKX4Y}(>jEZ9R zi}GQ|wUc{)E4fwDH#?6#pM=nHa+{15TV_>toZ1_UG ziW%vFDNo`a4>v-*a<9POBE-y`t48tfEgE+0x}!0#{y<>tkM9L+pCJ0R9`($kPQEh! z!0Yc3*Ljyz|J4RLWKefbOeCIo+JJG#rEEd6pI##9S z4%Yi}qH(Y~Uw0WP`rj*pIk__OsYdz+(;>AYjh->Ju!68mNr2lqRe3SKdt>^VUyj?j zunP%YFoalMnT4E6PWc7NLvsj00Y2+!0D!)m8Kj)PIoylCjP8>|iv*88ofNn(6tne^ z2;DkzkuJ`p;e3DJ!C>3C>Htl3Q7KY1-|$3+?A@&$SO@B)oo^ZEJPsSu47gvKKn|w! zo@9Yq9Ka=rU($I>es1IZn^_Zm>n0c(>J!UcysWm5%`{;B9=J_pNPMQd{i@?5@IH!a z?}NLo{dlxxKi9(B&l|5o&r?8!^HFuyMYC_HUD4&32IGw4ApwCb%NzIP7TzLje}RbZ z_kWS9HJ)+aA`&sTO(n=-#f^ytr=HWboWAC9bfmLD&^G6Emq9O`pbf59C{wn}hKQWy z@U#W>r4wug#7T?8ZuM{i?<4g6*77GqovV0@h0E*?kZWzUKoJ7Yi(!6;pV#>jRM`7t`^i0}r~1Qr^K`}5=l18?&(i)}%D}-JIu>Ql z!XFEhn6v7WlvlB-3|fI%KyA-)P8H^h#+70$M#=7EGeAGk!}^=NpO%~G!j;LhSBtl} zU1FrH(TIbtN|lDxaY41tXT`R6!&&%vg{>szh8dpp^!xh=00Zy6t99SHLrS6-Ca+S9 zCNjmI?9GNYyj`TM$U38o_+rRVbN5D|jSen9$5V{-ZMtcMm+?CT4}&hq!Gc+j>??Jj z6x0Cc;|3jmw=TOFUFZ_u6Ec%fRVPq8gvvHPMLbXUREFs$70;hYf~7y!$aq_1{F|OM z5Du##KQ*SiKE^1EP=tLy(q);0TGl&_Ll|)WDfTWO@j>VSWZSJyBlDgrD8$9T16qYe zX%%!nFkn2`7XqZ>O5)hJ{_}rqKkK^Gwd)Wu+dx&@^nU1iR)=xF^N5n@&i^sRd}D{V zIEnMf#m|MU@YD+FMiTSLT=mhpPBlD6F@}n_$d(e}7oHODbUw?IQz_WwxxDDG;%(>` zj#QPj)yrW*MHcd@BtDDJwA>+Koob|VdY|HC_0sM3^1vBzs*+wX_Vc)!UDP!E#q2+u zORMm7i2MRs1Q}XM^%`XN6yQIm=8|~Cn{!0+2K3K`HlA2%GZN(!73D-3_9#hvHzTa% zkD$s&!jiGIVogTh=sHN1C^O1+y8zm^O zcGORkyMzKj+P8cNE6Gs)@xGy_B^X-{IEOQWymQ-@PBxlm$D&K5T$f7WGP(M*#aw}_ z5sr_8e2my+ohuAqSt(512Vm{O%p#sYkuk4X#A)AZ?-J5F7$PN+y1TpTf41@8sUY8q z0EKzZ3f4{R`Tp{VNwZtU@tv8Q1->u6$ZuOg;jVAMQ-5NtqxMF^ek69R?5U7k{MZP7 z3$)yUSyLE(nW`DXDfmo`zFRGc<}(?;WoZIvxRLd(+y1;7(SG1lx;UT1f1^Z+H7r6S zOt*h;&Z{+KrqVC%Igy#YkY{rX{g9*GM5zM0cx8UjM?UKr`F1;l7C`L=OXvl!r8l<| zrl$kaqX+|ODD@`&@wB$5=5+G(voOq2=8Upao|y`sAjUqEu|vas-nPQ+D+BPI%*oMF zRS+)fH$?iG612ShNO5Z9Y-pdN<)r!lU6%wz z{x&UTj%2x2$84YUw^cX|7_(b6CgFND!q5J0RVP;PM*xsU8r$`Z*1IL&#I7pGQ?O>2 zdfcaG7?w$cBd9s*-r8Kydk*e&G}Ad_obPHpxVhc}_kmvbwzNZbO%9B%+HpHiY5+Ck zg)+*WUbv56E5C&DP5Wc)W- zyCMLs?GGZ(wELPpHM&e%)m*cRO@C&TEhEx2i;-3QM$g;FfqU2}OsbQ9GEzXc2xr!o z-0jY6v&K}Q(TChYSy1Wly=UE=0CaIjbepJ9*gKhGF{4?eE&lOe5j&?Tc`@Gf3$`*S z4tcJ9z5YMC<&Hl-WLT?K>7i-KV#8Ujl(Sti|3Q{yoSd!QUQk1;y1lo26%BqlhJiVY zn^EveZY6++c}ilwz!vr5yJBXDn!WR)pfox#`}25}H_Sg^tP-a}RTHIsU zV>O79G@N@QHJfC@D97dT;SeC%Z)y|hyAvO+J@x9EF3SgzBi7$nc3sYg>Rt1u=qU!a z2TIpz#3;h6{E)5wE2vCY#7Cl<#-}^0LFaP;*%?ol^=H2X-#sR^UQ$3JP)uZ_E|+UI zfd~6xWXIFP&BM8}u4gxZ)~`n%sxLoi;VysrnJgvlh70=2mp?)9zYIh6`~NWv#(RcA zwmf&lVPk7$Yi;Uy4=EgN?QHH>aT?n>*g4wR-oIEm*kG~uiWTLaT6x0K4yG5~m*sJc zCDB?~Ar7vyi;5+5csaO5pr~#_}xYqN}@7hso zitwO|>-B5%Y=H=2?+V`R_{$zx_J3Cyf8z9~RnA z818mphM`qVYLq9=P|R{H*yFSE;!sv%)AP5dXV>s~?`*}3=|VlOl5WFX1c^QF$eFT0 z@xMKUR8Lgbvb)9o$fJF1J|p-9x?++D@HPnNv~Eiv{@r~v9s}V$#IIAQ=y>{=^%@IC zbt5bnSv)8z1;XAVs`Y*1F*}_%MP#klsPUZucxo0l+ zPmeGARfxJ*i}zR0Lty5TzN@|;{-h(YyLSR2#R!W)A=bqnr z;j?>_a+_f&;_RLD*F>E=d_$JrDlZWt}BhwAV zn0jTIqUhJ=5x7?yF78C>i~0`3sp*7p1d2dA@lNNs)09FfOnxho?XZzm>-2np=96&B z0TyB@fWAXcL7zkj&LY#WLEl@c0{GxZ%4=6nc8zOOBz>xyKYRa6qzyjyiFW+6GfOHZ zt#qubI=DnLlvMc@G$anV5J`#MYU}CPRUvXhrf>-I|4p0ZoC17sOC_d>iUldN9+MN1i)t(libofOi&R#bLDSd4qx`zTDWqzV&x+ za1RsL&xlGMOndG5iKJ2tG9S3D^Sz~&akOat6W^c7#6J4F4qmsQ zF`$DHbR;YIoj!#?f4;}ZW?sv~B>(9_KPdbG*nFODiXDus-l%I)7brI4gE&rj2 zD8+5ETgj5&<$!uyVB!5iXszgK7&b(=*!MKM!yD+xx>()wg|5 zXu*<@TVjOv`=6`hZuDH}K+S(CM}H^0(x?Sbp(?+c!^PIB!h~ zWXfb{D2P3q_Y>a1&JTRhw&r2AMW5dIm`-);BtBE8o2nXn@JEN6K^c8@kx070D09+e zGqcfz;5%$f-m7w{+fw;z>VsKV(H$%Q-Y7B?zuCs6BP=r{Xlxt3RUP$5yFuYH3#hvz zoJpAr9)lv^)Si^F|<0!)Xf~Ad4tt@gV{Jas16Qtj6 zx7&ADh9=ZUY;Cq~6quUTGm%YQm7C87PYn5VPv2c?!{@V^N1XI9RC2EGCMMe@9Ol=s z18k6&YN;WrlNXE%-Q~KGiF>y*04{ET!ap2&$l%YNvX94y^`ImClglTJ&X_yAilK<5wLJ4 zGs=7vo2)m#VE+Nmli+9uVA^u3 z1Kk}T%?!n0F!r{Qu8lH)^5QvCX5Jio_R!0=>^f#Q=Z+dEc^FJB0QsxYwe$=!Yd>F$ z+_^*^5&jL+4hdm*cupibCcY@Po!KmmCPVs8sI=kmbBI5k)yA6 zDB%)E-Ny$KxwmUQOc}HG%M0n{43;*h{OWyEja7b=7x6?IBGmO zpi=z1+Mmbt8VbNq4REPH%JHaopKE7la!3Jukk;XCjhr(N4u2+0TG)F(k(RDF9A-lV zASV}cR<$?N#)x{%+4_;<9Y)xHKv%(BEv}?Hc^U zfS*i_?bCK?jz<#8rejWWTg_&jXC)h(n)5}C{`ybFPyo*s>uD|eoHn3~BxEP64*oPv zjo*&`LT1UfocVf0>FoJNz+~->*XqBwFN=XW@1-0tn&zHRy#@Ov&NMIgyW%Vb&hBvO zZWEh%6_*HJ*Cy}G1y`Xb8xv4+x_X`)2*WT_;J@e@_~gq^|14ZX=KN?I$}XdN?4=cX zBe(8u0dVHQD>oC}?bJhQr>5RSY&(%Qc(-}sFW9JEpk2B5JRp7MTmg`ZKO|HS41l3l zfWJ-9!VezoH#Bz!Sjx>;;FyDc%z+Va6FtT+?D~U@;&-y853{=5Nn;`^lmw9sS`&Rp#|MGHDS%cNS+yha32YKy|)EB?v zFBM_%xF{qU{CH(Q`6xwiNW|Hxt1msK!4l!c3q2lqUH1V$Y9*8LfTYRfw~9kt%mN>I&60PRI`Q{!~2X58|DW|Cu|@hu(CpZG3qKpoVS^H)5x15ldRvoI^V==7W&&{$%S}X?5)Tg-`hGw9qwUsa1zaBZbNoHb{>KaQtyze|sp zaaIpw^HZB^{ve=ZAl`vi;oJWUmkVh0C3P%c6?d^C{~Vh3f^QSoX&KvBs6&yytojj~ zn@m@x8_jq&SJzU5-vs7dXlQcG=r6!%XpFB5Tj`HHi#DYDbu&Hto%E_UiX4CK!}m_V z;}3pqiO=0BqIp3*vq6lVyF9zA$^qpEY7XdBKOgyXWL~E6r^H@zc5A4Tr{F+NT=6kS zJ*cL$P1ngcM@U#^;iOyX=NcE=V14_vP_yXQ)oQB~i%u6M=pX;_GX?#Z0c|nUzdF;E z!s>V_z|aIu??>L~C|1|E3$K6NYRP>SdzPR$zj*hT>nU<$yWIp{`e|5jwlEz)pKsev zjs7Y-4C_Y2k?y!w#80&?000001K1#rZN0nsAw(vCWCPcibKB0-9Z60%!YHkDgxHy<}-$+)TbCA}71TkflHd8~h9hw%$>Ig#?rV0DgZL<17i;e(2Aq zZc{bB)kLSH*-m{kF_aYET5RT}X*h*>vb6tkS6GcXm<~55apL(>hhsZd^NULAnA^vV z%~mt0waKAHyF{J!ZnsEvTF1e?+BP9eOEv3Z<1ZNumKMWx()x#^(&1wp3U6}7d>?a=*7db()AK=MS8nng^`lCqdP?uEdF7V?mNwgU-UJvwv+Nfz@T>ty$oyYYdom8SBqx35eWNW}h_nrmovx|m*B>Dx~K z$hhwCb9=`lART`JC<&WDud$nm&mGd6cmd8Qe7)xVPQ5-qPZx&OG{tW>Bl+=f(J(za zVx;Ni@60%0kCrg}sV~ckC%=42Zyx>EEK!eV5llP88?UG5(*?(!?fE+ zdmkT!UxFUKo}K$6;zve%Gw9NvUz565C4S=#EjR)+&jWxf`fQ1F075sv3!jN;>GjCn z(i$UF0z?2$XJ=CY1i+300000009|qb0384T0Ho}ZxC;OODgW{R|1bZDeg~r#1Nj`B zkEYokig$m7<8JjvSW0cGHPz(t6bZw`oy7J=vre8!Iv(!3xoOS`jdk+G&KFCYnG>_G z$@DdvQBCqg`Xt~wC+1lxT{CFCQJ7!JO$H&Z?p6vJVNDwz;iw_+g zX;Lu*-C2~oPS!oBq;@y;v+hBYoiF}2PEJy{w9Z9)Q#&nh4yz?+jGbz)j zsn^4a!AL5{2x#5C+WO6%n{=8O$%q5qJkND2U+OVMrq$*uuuNU~4A9O#UAIWhZ9BF{ zNz+A_`xCnNHf(oQTJWYUn>^IJmOebqK#cnN+>GjgnwT%H0gOr}+&f%moK@c6!Qwa> zTlIhJ-F)Mg+|w84K7DoV`IzrH0Xur_{=3&TO1)z;?&q4O(yOtxEPAXvo2GxfQb7wN zjnLn}uvm3lXdc>q{&AU<%*ce;SwMU1^xQKS5qYEv=ZoFsLz6ckBHX!U<8xi|_($~@ zGvBVE(YraOkguzYdXhV9h$oIUFX~&b0P}xvyyaGg=MP2)b)Xc203iVNOz32czo>>} z&@+FV_VpreXJ?oW5WwN6NmAc!8}|94Z>#Gs+h~_?ZJa;$h&5dXEm#urxcuMy0b4H0 zCt2r?Tfyd|K4;7=O~=i_nE!|Uo{#enh{_C{x)mKfayPu@o&K{dQ0~Qf1mc_;xHT@ zjvW}gV<%g)@o4Fo45S~YvF@5jH>FxrIwR_H>N;dPDP@Uyt?7qstano%o=Y0Z({2)* zqwYL;73uhNl`RRV&NNTv%;e<6vy*>#Sn)V=b0m5sZZ*>^bx(sfP0?yEkM?`6E+2zd z4OlX00R{0Ja?YswjVVFR)5-L3*KhV7X)=O9C0Gh3FE{KNRQlEUsz;b>HbwjIT&m#u$k-EdoT zA^9uIXKy{+GhJg`SEKkta9WG?k;+emo$xhGD{~f$dezp`?QFRl7JeLcXTy+X;$G9Z z`!&Uo1>fBPkWt@6#<)-n-on>j*XwddDUV|It#UBlpLc}Af-Wmy0sO>NkJM+iodSlBTn@6rXoKt?K%Vhh4yi8^Vx5{2}ZmL+}=T&@Xn4| z!!w!Ivv;L2b}`LoPp`EMZd1*Z`Do&5;jq`qk;!lzj=XQKzB$>q#2cOb=6u5`CG>gP zH@m$l55fnZ%##wR&T)U(;wz23>%bI|+TG*rkfx!?-PB|(xf;hy%x6h(05a6p^*wuU zE%o{OSTi{(Bf|!dCING4--9}%>%Z~c&bJ1eD4cf)FHOT>xq5^-|mH|bMM~6SrYlbbk z995P(eQS=UzVSe=MGu{UUeZkYG?@5{{a(=X8nxorL#&_2yYp_jHo6yo*aWk(xOd1O zm)nd5rI^dc-+(_wZ04LnmBlj~2f7!to_e=3C+BSpBBT?bN+2}88z8I8&g+iZ-n%Qd zm9X24-P#}Lq_lsTXYEVX#Ngo$$r7Hs1rXeITXE{46o+$aaMLa47~jV~l6g`!qOFIP?f9ksDWBSV)oZ?6ZZ+Li zrIvTy=lxXmFwJalf4qk0XxdbNemwp-NZt;L=s(T((|mu!6KcaZU@&sBWWp_~mWwsj zLc|)mv>SY})bm~)L`6}vo3in*t#|c(7Qx+QaWR6)6v*;Bq%l>*i5*FBirg4o0N#VU zq~*N8jrBhYIG=vUJlUUyoy2KccJ|EArFtBW9nSV+nmr!Qo`K2rvFZLv8OELQ|9)Ap zGX`0P=81phdg5dnQe3{SJ1p^J*&`kyOVmQda|8SK)y@Z>FM0i2JO2wIT(X8k#3=Bq zNE@NC2zUBacgzpdRC++V>2I6-*U{tfIYp29Zuu`ezwUl$uC|_yYKN2Rd-?Q65MfjN|mULEl?X2eTE@%q>4XCjX4ajYWS{o5z&b%1@vE3x(Nid_S^k<5&=} zJghyNe=}_9Z8g>xSYwy^c-7`D-jWUgiBdERBd?~MWz&Y;yr{AHsYeZXD05SO&g;AW zb|5$Xi$^}Fu-{NqK1*`h0*W6NVzhdOva90CbOn;bZ1I%h);E_`fQ>%#Am8T8rheWR zF8fT~{XUsJcjLbw(Qwab^;^#sfBz4q{ogO|OZMdY{1&2skvBb^PUBPg`(s>< ez@S7abZKt+sIwlBpzy Date: Wed, 1 May 2024 23:10:39 +0000 Subject: [PATCH 46/58] Automatic Changelog (#1315) --- Resources/Changelog/Changelog.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 78be2631799..761157b0ebd 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -4443,3 +4443,13 @@ Entries: Harpies can wear them again. id: 4964 time: '2024-05-01T21:37:35.0000000+00:00' +- author: erhardsteinhauer + changes: + - type: Fix + message: >- + Fixed goblin stomach. Now it actually doesn't turn itself out when raw + meat or blood is consumed by owner of that stomach. + - type: Fix + message: Lowered sound level of goblin laughter sfx. + id: 4965 + time: '2024-05-01T23:10:16.0000000+00:00' From 1e793807de9d4488cd18b19765e13567ccb5636c Mon Sep 17 00:00:00 2001 From: blueDev2 <89804215+blueDev2@users.noreply.github.com> Date: Wed, 1 May 2024 19:32:16 -0400 Subject: [PATCH 47/58] Brigmedic pda now inherents from BaseMedicalPDA (#1319) --- Resources/Prototypes/_NF/Entities/Objects/Devices/pda.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/_NF/Entities/Objects/Devices/pda.yml b/Resources/Prototypes/_NF/Entities/Objects/Devices/pda.yml index feab138ff02..5a38f92d927 100644 --- a/Resources/Prototypes/_NF/Entities/Objects/Devices/pda.yml +++ b/Resources/Prototypes/_NF/Entities/Objects/Devices/pda.yml @@ -205,7 +205,7 @@ state: pda-deputy - type: entity - parent: BasePDA + parent: BaseMedicalPDA id: BrigmedicNFPDA name: brigmedic PDA description: Whosoever bears this PDA heals the law. @@ -323,7 +323,7 @@ startingItem: PenCentcom - type: PdaBorderColor borderColor: "#789876" - accentHColor: "#447987" + accentHColor: "#447987" - type: Sprite sprite: _NF/Objects/Devices/pda.rsi layers: From 52ff005d43c42229162de2b682d54b9787ebcb80 Mon Sep 17 00:00:00 2001 From: FrontierATC Date: Wed, 1 May 2024 23:32:40 +0000 Subject: [PATCH 48/58] Automatic Changelog (#1319) --- Resources/Changelog/Changelog.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 761157b0ebd..0f504f0a76c 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -4453,3 +4453,9 @@ Entries: message: Lowered sound level of goblin laughter sfx. id: 4965 time: '2024-05-01T23:10:16.0000000+00:00' +- author: blueDev2 + changes: + - type: Add + message: Brigmedic PDAs can now perform medical scans + id: 4966 + time: '2024-05-01T23:32:16.0000000+00:00' From 584f618981f463189c4eea7d8ac4374b3f1335b6 Mon Sep 17 00:00:00 2001 From: whatston3 <166147148+whatston3@users.noreply.github.com> Date: Wed, 1 May 2024 19:49:42 -0400 Subject: [PATCH 49/58] IonStormRule: affects cyborgs system-wide (#1314) --- .../StationEvents/Events/IonStormRule.cs | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/Content.Server/StationEvents/Events/IonStormRule.cs b/Content.Server/StationEvents/Events/IonStormRule.cs index cd3cd63ae86..54c0ca89d08 100644 --- a/Content.Server/StationEvents/Events/IonStormRule.cs +++ b/Content.Server/StationEvents/Events/IonStormRule.cs @@ -64,15 +64,19 @@ protected override void Started(EntityUid uid, IonStormRuleComponent comp, GameR { base.Started(uid, comp, gameRule, args); - if (!TryGetRandomStation(out var chosenStation)) - return; + // Frontier - Affect all silicon beings in the sector, not just on-station. + // if (!TryGetRandomStation(out var chosenStation)) + // return; + // End Frontier var query = EntityQueryEnumerator(); while (query.MoveNext(out var ent, out var lawBound, out var xform, out var target)) { - // only affect law holders on the station - if (CompOrNull(xform.GridUid)?.Station != chosenStation) - continue; + // Frontier - Affect all silicon beings in the sector, not just on-station. + // // only affect law holders on the station + // if (CompOrNull(xform.GridUid)?.Station != chosenStation) + // continue; + // End Frontier if (!RobustRandom.Prob(target.Chance)) continue; From 576442dbd15322d42e0b571c863c792b572de5fc Mon Sep 17 00:00:00 2001 From: Dvir <39403717+dvir001@users.noreply.github.com> Date: Thu, 2 May 2024 04:07:48 +0300 Subject: [PATCH 50/58] Flat (#1320) --- .../VendingMachines/Inventories/expeditionaryflatpackvend.yml | 2 +- .../_NF/Catalog/VendingMachines/Inventories/flatpackvend.yml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/_NF/Catalog/VendingMachines/Inventories/expeditionaryflatpackvend.yml b/Resources/Prototypes/_NF/Catalog/VendingMachines/Inventories/expeditionaryflatpackvend.yml index b79d6217271..01494e6bc10 100644 --- a/Resources/Prototypes/_NF/Catalog/VendingMachines/Inventories/expeditionaryflatpackvend.yml +++ b/Resources/Prototypes/_NF/Catalog/VendingMachines/Inventories/expeditionaryflatpackvend.yml @@ -6,4 +6,4 @@ PowerCellRechargerFlatpack: 16 WeaponCapacitorRechargerFlatpack: 16 BorgChargerFlatpack: 16 - ComputerIFFFlatpack: 3 + ComputerIFFFlatpack: 1 diff --git a/Resources/Prototypes/_NF/Catalog/VendingMachines/Inventories/flatpackvend.yml b/Resources/Prototypes/_NF/Catalog/VendingMachines/Inventories/flatpackvend.yml index 158eae93dcc..a2430466621 100644 --- a/Resources/Prototypes/_NF/Catalog/VendingMachines/Inventories/flatpackvend.yml +++ b/Resources/Prototypes/_NF/Catalog/VendingMachines/Inventories/flatpackvend.yml @@ -8,6 +8,7 @@ ExosuitFabricatorFlatpack: 4 ProtolatheFlatpack: 6 CircuitImprinterFlatpack: 6 + ResearchAndDevelopmentServerFlatpack: 6 ScienceTechFabFlatpack: 4 EngineeringTechFabFlatpack: 4 SalvageTechfabNFFlatpack: 4 @@ -24,5 +25,3 @@ AirlockGlassFlatpack: 20 AirlockShuttleFlatpack: 20 AirlockGlassShuttleFlatpack: 20 - emaggedInventory: - HoverbikeFlatpack: 1 From 896d284e3cc343a4c25fa64b87ad4d995dd708f1 Mon Sep 17 00:00:00 2001 From: FrontierATC Date: Thu, 2 May 2024 01:08:12 +0000 Subject: [PATCH 51/58] Automatic Changelog (#1320) --- Resources/Changelog/Changelog.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 0f504f0a76c..429ed421dfa 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -4459,3 +4459,15 @@ Entries: message: Brigmedic PDAs can now perform medical scans id: 4966 time: '2024-05-01T23:32:16.0000000+00:00' +- author: dvir01 + changes: + - type: Tweak + message: >- + Lower IFF amounts in Expeditionary Flatpackvend, you can now find many + IFF boards on planets. + - type: Tweak + message: >- + Added R&D Server Flatpack to Flatpackvend, removed the hidden HoverBike, + they can also be found on planets now. + id: 4967 + time: '2024-05-02T01:07:48.0000000+00:00' From 1c649f346154c27d435c5522154c00e7044c4dc4 Mon Sep 17 00:00:00 2001 From: Dvir <39403717+dvir001@users.noreply.github.com> Date: Thu, 2 May 2024 04:08:21 +0300 Subject: [PATCH 52/58] Felinid (DeltaV Update) (#1307) * Felinid changes. (#666) * Felinid changes. A plan * Just slappin it together for a friend to see and help * Somethin somethin Cos I could be at yours on friday Tonight's at the place we started It's a long way back from sorry But here I go .... How does it feel, how does it feel Just tell me something I don't know what to tell you I don't know what to say I got into my head, i'm sorry i threw it away But i'm so glad you came back, even through all the pain Let me try and mend it, i can promise that i have changed Oh, let me give you all of me Can we just sort it out for real * just makin this less messy.... I guess * Just tell me somethin. How does it feel, how does it feel. * . * cleaning.... * Makes it work. Yey. * just a small change tbh. * okay maybe just a bit. * Hm, maybe.... * This feels bit better. * hopefully fixes yaml linter * Update Resources/Prototypes/Nyanotrasen/Entities/Mobs/Species/felinid.yml Co-authored-by: Debug <49997488+DebugOk@users.noreply.github.com> Signed-off-by: Adrian16199 <144424013+Adrian16199@users.noreply.github.com> * Doin the changes. * Renaming. * Renaming notes. --------- Signed-off-by: Adrian16199 <144424013+Adrian16199@users.noreply.github.com> Co-authored-by: Debug <49997488+DebugOk@users.noreply.github.com> * Fixes the 2 pixels in the fluffy tail. (#865) It has bothered me and today felt like fixin it. * Make felinids scream in agony when sprayed with water. (#556) * Make felinids scream in agony when sprayed with water. Their screams will be heard thro walls and halls. You will hear a felinid scream in a shift atleast once. Their sheer agony. * Giving probability as the best possible implementation as of now --------- Co-authored-by: Debug <49997488+DebugOk@users.noreply.github.com> * "Fix felinid sprite shit" This PR https://github.com/DeltaV-Station/Delta-v/commit/89383ab646d6c6a00c4cd8e08964e0036c23901a --------- Signed-off-by: Adrian16199 <144424013+Adrian16199@users.noreply.github.com> Co-authored-by: Adrian16199 <144424013+Adrian16199@users.noreply.github.com> Co-authored-by: Debug <49997488+DebugOk@users.noreply.github.com> --- .../NoShoesSilentFootstepsComponent.cs | 9 +++++ .../Movement/Systems/SharedMoverController.cs | 10 ++++++ .../Prototypes/DeltaV/typing_indicator.yml | 5 +++ .../Entities/Mobs/Species/felinid.yml | 33 +++++++++++++++--- .../DeltaV/Effects/speech.rsi/felinid0.png | Bin 0 -> 899 bytes .../DeltaV/Effects/speech.rsi/felinid1.png | Bin 0 -> 721 bytes .../DeltaV/Effects/speech.rsi/felinid2.png | Bin 0 -> 712 bytes .../DeltaV/Effects/speech.rsi/meta.json | 28 +++++++++++++++ .../felinid_fluffy_tail_rings.png | Bin 2040 -> 2041 bytes 9 files changed, 80 insertions(+), 5 deletions(-) create mode 100644 Content.Shared/DeltaV/StepTrigger/Component/NoShoesSilentFootstepsComponent.cs create mode 100644 Resources/Prototypes/DeltaV/typing_indicator.yml create mode 100644 Resources/Textures/DeltaV/Effects/speech.rsi/felinid0.png create mode 100644 Resources/Textures/DeltaV/Effects/speech.rsi/felinid1.png create mode 100644 Resources/Textures/DeltaV/Effects/speech.rsi/felinid2.png create mode 100644 Resources/Textures/DeltaV/Effects/speech.rsi/meta.json diff --git a/Content.Shared/DeltaV/StepTrigger/Component/NoShoesSilentFootstepsComponent.cs b/Content.Shared/DeltaV/StepTrigger/Component/NoShoesSilentFootstepsComponent.cs new file mode 100644 index 00000000000..ae2697b0ef0 --- /dev/null +++ b/Content.Shared/DeltaV/StepTrigger/Component/NoShoesSilentFootstepsComponent.cs @@ -0,0 +1,9 @@ +using Robust.Shared.GameStates; + +namespace Content.Shared.StepTrigger.Components; + + +[RegisterComponent, NetworkedComponent] +public sealed partial class NoShoesSilentFootstepsComponent : Component +{ +} diff --git a/Content.Shared/Movement/Systems/SharedMoverController.cs b/Content.Shared/Movement/Systems/SharedMoverController.cs index 92b953aca98..31a05b2004c 100644 --- a/Content.Shared/Movement/Systems/SharedMoverController.cs +++ b/Content.Shared/Movement/Systems/SharedMoverController.cs @@ -23,6 +23,7 @@ using Robust.Shared.Timing; using Robust.Shared.Utility; using PullableComponent = Content.Shared.Movement.Pulling.Components.PullableComponent; +using Content.Shared.StepTrigger.Components; // Delta V-NoShoesSilentFootstepsComponent namespace Content.Shared.Movement.Systems { @@ -46,6 +47,7 @@ public abstract partial class SharedMoverController : VirtualController [Dependency] protected readonly SharedPhysicsSystem Physics = default!; [Dependency] private readonly SharedTransformSystem _transform = default!; [Dependency] private readonly TagSystem _tags = default!; + [Dependency] private readonly IEntityManager _entities = default!; // Delta V-NoShoesSilentFootstepsComponent protected EntityQuery MoverQuery; protected EntityQuery MobMoverQuery; @@ -438,6 +440,14 @@ private bool TryGetSound( sound = moverModifier.FootstepSoundCollection; return true; } + + // If got the component in yml and no shoes = no sound. Delta V + if (_entities.TryGetComponent(uid, out NoShoesSilentFootstepsComponent? _) & + !_inventory.TryGetSlotEntity(uid, "shoes", out var _)) + { + return false; + } + // Delta V NoShoesSilentFootsteps till here. if (_inventory.TryGetSlotEntity(uid, "shoes", out var shoes) && TryComp(shoes, out var modifier)) diff --git a/Resources/Prototypes/DeltaV/typing_indicator.yml b/Resources/Prototypes/DeltaV/typing_indicator.yml new file mode 100644 index 00000000000..a3fc2fbcfb9 --- /dev/null +++ b/Resources/Prototypes/DeltaV/typing_indicator.yml @@ -0,0 +1,5 @@ +- type: typingIndicator + id: felinid + spritePath: /Textures/DeltaV/Effects/speech.rsi + typingState: felinid0 + offset: 0, 0.2 # 0625 diff --git a/Resources/Prototypes/Nyanotrasen/Entities/Mobs/Species/felinid.yml b/Resources/Prototypes/Nyanotrasen/Entities/Mobs/Species/felinid.yml index d95014d1675..8e1242d2d7c 100644 --- a/Resources/Prototypes/Nyanotrasen/Entities/Mobs/Species/felinid.yml +++ b/Resources/Prototypes/Nyanotrasen/Entities/Mobs/Species/felinid.yml @@ -24,21 +24,30 @@ prototype: Felinid - type: Damageable damageModifierSet: Felinid + - type: SlowOnDamage + speedModifierThresholds: + 60: 0.85 # 0.7 is base speed. + 80: 0.75 # 0.5 is base speed. - type: MeleeWeapon soundHit: collection: Punch animation: WeaponArcClaw damage: types: - Blunt: 3 - Slash: 2 + Slash: 4 + Piercing: 1 +# - type: DiseaseCarrier +# naturalImmunities: +# - OwOnavirus - type: Speech speechSounds: Alto - - type: DamageOnHighSpeedImpact + - type: DamageOnHighSpeedImpact # Landing on all fours! damage: types: Blunt: 1 - type: Stamina + - type: TypingIndicator + proto: felinid - type: PseudoItem - type: Vocal wilhelm: "/Audio/Nyanotrasen/Voice/Felinid/cat_wilhelm.ogg" @@ -54,6 +63,22 @@ - type: SizeAttributeWhitelist # Frontier tall: true tallscale: 1 + - type: Reactive + groups: + Flammable: [ Touch ] + Extinguish: [ Touch ] + reactions: + - reagents: [ Water, SpaceCleaner ] + methods: [ Touch ] + effects: + - !type:WashCreamPieReaction + - reagents: [ Water ] + methods: [ Touch ] + effects: + - !type:Emote + emote: Scream + probability: 0.2 + - type: NoShoesSilentFootsteps - type: entity save: false @@ -65,5 +90,3 @@ components: - type: HumanoidAppearance species: Felinid - -#Nya~~ diff --git a/Resources/Textures/DeltaV/Effects/speech.rsi/felinid0.png b/Resources/Textures/DeltaV/Effects/speech.rsi/felinid0.png new file mode 100644 index 0000000000000000000000000000000000000000..586d1e6a343b2f9ed7f295291819c9f9905d7dc6 GIT binary patch literal 899 zcmV-}1AP36P)l(9dr-<1J{FO{Ay^ONFincozR8K8i!|56}a;_!ZCmgf#1*0;L`jS@Do}H1} zCA%AsBnjeZq$#jM9-jfJwq*9VZ}7)A&8m0|c{>zw#gQc^-hNRF($$oj5#5w0Pf_Lm zJ5Mh&JXG%98i&TmAb9P8@HTvvg5dKo2)>S>{sGSIs()2-8hsbNRMlep5Z!>&i>j91 zfwN8Mymxe0|B>othcX#>If1r$XupQYVmYhIImdU9T9;pR1-pCDEBB*I-_bc|^xxnq zzyJUM32;bRa{vGf5&!@T5&_cPe*6Fc0lY~>K~#8N?V7(!12Gteds5KNy_5JCh>MGx z|F45?Lig$-xC-JZZcc&<*EcnhnETOdxvwASb8y^|qbv=YZxT50R^W zKHr{XEbR69XsmVwP0R2{#xfXcrG@Bzn>ov(qw|^cus$`>)kNr2b52%I2!o@F+&*#1MdzTpU1FTkH`h@@lAOHafKmY;|fB*y_009U<00Izz00eeU ZUzcsbCj%Xe(HCX<|QwriLU%imTw_P;d}k z{2KfRx(coef}jW@j?R89QsTK*sEFQha~|G%-^0lp@J|&C(`g(Bv*_CKSX7%!&1=n1 z_z4iCow2mxSksBgB>%4W8+@u>M^vx>@BO)2mokn4z82vT!?ImrnTDxV*HXMG+-2m` zOTzoYVOs_izEHYe<44808ow&Glko}gtDai!2kSrB$lIpyfN;nxl#K6r)RzP^#o2_^ z9@)J(#EB6_L#M;4tVY4lC>N?i->LB~3roYysd z8%{T%`_4++=`X24wm+MN=VNF~LFW|&7HV02pL28z$u;>!m$0)7{c^u!@e>~qXc(-W zx)}ff010qNS#tmY3labT3lag+-G2N4009X}L_t(oN9~g_3&JoEg&QgAP;htj7l?y8 zxcPq_bQ9cL7eR0moQty{6rsM;JE3}%5Hw2wM9D-C;V zMg&8coXMC5<`c?TUyu&S5%yBd+uod6NC?b|!eop{U>aG5qox`t=@JDd;M?;}PY9GA zp2OAqH#9KXBF1bO%R4AG02;KM^4 zBuyQgYT%P@)%Wp>-qceGC;=s)1eAahPy$Ne4+z`=g0EB#V{wto00000NkvXXu0mjf DP!vS` literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Effects/speech.rsi/felinid2.png b/Resources/Textures/DeltaV/Effects/speech.rsi/felinid2.png new file mode 100644 index 0000000000000000000000000000000000000000..abb5f04373eeaeb41d4e7946340372195b52cfb1 GIT binary patch literal 712 zcmV;(0yq7MP)zcsbCj%Xe(HCX<|QwriLU%imTw_P;d}k z{2KfRx(coef}jW@j?R89QsTK*sEFQha~|G%-^0lp@J|&C(`g(Bv*_CKSX7%!&1=n1 z_z4iCow2mxSksBgB>%4W8+@u>M^vx>@BO)2mokn4z82vT!?ImrnTDxV*HXMG+-2m` zOTzoYVOs_izEHYe<44808ow&Glko}gtDai!2kSrB$lIpyfN;nxl#K6r)RzP^#o2_^ z9@)J(#EB6_L#M;4tVY4lC>N?i->LB~3roYysd z8%{T%`_4++=`X24wm+MN=VNF~LFW|&7HV02pL28z$u;>!m$0)7{c^u!@e>~qXc(-W zx)}ff010qNS#tmY3labT3lag+-G2N40096=L_t(oN9|KF3IZ_@yvTtTg1x0L5DT@i z^S>6_3HGOrU@KUQA2>LLIEz^c3DF!R2(k+yo9t$0ZZ0W`SL`uXCJ#+p6pmkdT9-TK zgwk3MkZ%GAYt%=r(IXC&rl-L?1WB!ws@!wfr+SuP2OdE0g1iA);SSnIoy4->WMWuA z36dKTb6`E=9Q%E&uUOxcF&iKju!sbnMD|6uu>kJ?zM5V}_Fw_t#j}5br6Tz=Q~*C< zObtn8-vjGDP&zm39p+^!Ye)dc1qr?Nw;L=5ZctATW1NcE#W@9l$q^F7qRzPle8Tna u$1g+(r#K)Ehy&t)I3Ny)1LDB{I`9Oll1NI}FYCwv0000+=qus<#o<>;HQ- zS98j6b?`L`kLb3O7nW&=t>taSTf!ZBCYcgG6b?HwpzxK_wK6{|PM7&zv6F~TfM4|t zrK?!0Vm;&Jg!_eia@m6ZJCFL37Q>pGmD(k{8<#j!L57Dc)2Y)!4z>j^d z^!E0)na}6jxBmEi?elZTd{5*M*Q?Cq>FMb!hj`uG+{_k>MY==89_G>VSuU3)xkSIb zzrSz0Iy;Ze=c@%@tyW+E%I^H2f(dAIaZ0e`jXM+J1c8BGOrI$KvJK%hWC1#|%VxB|*vZCk2UdjMmq zR+aX!2UJl3wf(25?g7Pk$o?(lfZNqu2@oLgy}&^gQ04y1a1W^Ekv;pWfPNoLOrvstRaW{baSjssbLzbrNQIAwb})1@@|dqJ=%4gk@Ji;V@nWvVT|nT{&c}yyKDH zgGKDaR8&8eW1*@78n;;mbk=jfJ5i#NRZ>AV8p2AXcC8$y8=W)$wB`*tHU68C1t_6+oqdF;F)Kdl-LN_nJ5a z2oNAZfB*pk1PBlyK$C9*Ka(&58h>ysfq2s7@O7-~?t7j1Yx|Y)BhU61|63mW=6)&f zt89Nf>7uItUtV4|>-Bp3mDQgSH@-eTKEA%E_LZhurj^ZC4_|9_(jiNK#v zS>49Jy1GhPq+9IP_RqMpim@M6(CzK*w*A-F*C%cNNiUu;gI;nBkHNj<-qp4c=&}Ne z#44+x$_k)|VOiP!$_gm#qY|m8fLiSMKCA#wU4e|pn+m9hJFt@+R6w0{gfwymoP_;; z5|*pqN3`KdSawF0CtPYq5tXVp*qA!#>VD4YLQ7eRmxYZ&(2>mrH$hfStFV zhrrH3-NQ*(G43nIe#JN&#%%3>e0fn7KH!^6XL@AJwPXuR@QtU{Hme;e2194f1y%-GfauLAl{Km~Nf z6~?6q^e!;2f+kx5ZPx4U;#>85a8DIj_J8VMz4z0@{#RxHtAJEMy)RbsBXD#970~~r zm8(zn@Bh86{!x8pS76oqUp=W9v)Vsg@NfG+amnfKj{gIwA0coq0>dh(=RKg4 zPCzjOMu)9dtFL}rEEXq?Hy#|l#E-l_SHjud-Carhryjpz{0&cBv&Vf8ljOb=U_$B* z(F2Se2wb|rzBhjl4kwv_dZ|1rR=&3P)2fd6URC)-)ive#RsFB}`Sq#io`3!8VFH!| sfr}IP?t_09*H{fAlR*MB7)(dtCo{`rg=9_NDF6Tf07*qoM6N<$f~$ott^fc4 delta 1585 zcmV-12G05U5BLv|B!6ycLqkw$V`BgSD3NuMy-Pw-7{-5UQIru;LqxPy^-+)_yDfb2mmg81>F5u?C58S;!t%}Hke`^GE2MK;8v z%iExcDUK9r@qcw2wHKP^DCEJ-y!uvUNMWFW%I##P$ z)y_G4gz%R9qFXpPgb}&lz4i-QfoL=IsZx>v000SaNRy%g8!+Kc8#xdFU{2;vl zQvwnYArX$@&gpg=aT}D(IN2`}YIPTO#-F|R#E!Zb7haQ50$r0Z0%d>TU;@9UTl*O!|Eri{Z$q4IIfd0%L@SlCoM3k0*V&)coLRf0fobO707>H@pt8rwepTfdJh({ z4^vV7RE~wJ3TWJB70^k~{gNj@U~&c2V-*xRWq#|ma@89S)yfs{yF9Y1!QsAO_Bf~< z3zhxfL)B~ACP08dtw5|kHlz*PVKu_}BI;<42zDU;J-*OwIjV-dEZFc+y2x z|35!Je{43J?N3&JM%?&$e}Dh_$%;FU^YZet%^@p~y&g!r`sz#eyf05{5d}VdN}cAw?8VN#bQy?|51O1MBvY-tZw69US6gw z(k*st`_;#5S zS&gS0WH+!nezbR(LwnLdr9I9_Z2!^6Wz{OrodbHS>6 zNqhna6xem6-{0TQ_dc&&fyUKG#VS;}`nPdC&Y`mU$&6jy|0Twz>_K<@(M zDrmM9(8p%8U3{xP2lrHgWv_q!yY`>5bEvKWEBjvsqyp-Fv63HwgA1sD{v)kieX2kI z_i*}Ex%bms`>XcdoJS!%-%nUMi1@m9Oo6w5lWitg3vX>Y8)>s{U8~{QlN+&maGKn1JO#;Oqpx`{Li( jHCBU@0RlA`^AY$5Nm^iu5i87+00000NkvXXu0mjff`%`P From a0d6d0eea9ec59a5fe48b6240ec873272c14ecb6 Mon Sep 17 00:00:00 2001 From: FrontierATC Date: Thu, 2 May 2024 01:09:00 +0000 Subject: [PATCH 53/58] Automatic Changelog (#1307) --- Resources/Changelog/Changelog.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 429ed421dfa..679ed804cce 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -4471,3 +4471,13 @@ Entries: they can also be found on planets now. id: 4967 time: '2024-05-02T01:07:48.0000000+00:00' +- author: DeltaV + changes: + - type: Add + message: Felinids now scream in agony from water. + - type: Tweak + message: Felinid's thieving gloves have been removed for Soft paws mechanic. + - type: Add + message: Added a speech bubble to felinids. Mraow! + id: 4968 + time: '2024-05-02T01:08:21.0000000+00:00' From b8c336f606d8819df4183e3252953c16ec56b2a1 Mon Sep 17 00:00:00 2001 From: Dvir <39403717+dvir001@users.noreply.github.com> Date: Thu, 2 May 2024 04:21:52 +0300 Subject: [PATCH 54/58] Mail Pod (Update) (#1318) * Update mailpod.yml * Update mailpod.yml --- Resources/Maps/_NF/Shuttles/mailpod.yml | 65 ++++--------------- Resources/Prototypes/_NF/Shipyard/mailpod.yml | 2 +- 2 files changed, 13 insertions(+), 54 deletions(-) diff --git a/Resources/Maps/_NF/Shuttles/mailpod.yml b/Resources/Maps/_NF/Shuttles/mailpod.yml index 761d0e13f8f..adf521b3bc6 100644 --- a/Resources/Maps/_NF/Shuttles/mailpod.yml +++ b/Resources/Maps/_NF/Shuttles/mailpod.yml @@ -118,37 +118,19 @@ entities: data: tiles: 0,0: - 0: 1 - 1: 30582 - -1,0: - 2: 4 - 1: 52424 + 0: 4403 + 1: 17408 0,-1: - 1: 25975 - 3: 4096 - 0: 512 - -1,-1: - 1: 52428 + 0: 13106 + -1,0: + 0: 34944 0,1: - 1: 7 + 1: 4 + -1,-1: + 1: 17476 -1,1: - 1: 12 + 1: 4 uniqueMixes: - - volume: 2500 - temperature: 293.14996 - moles: - - 20.078888 - - 75.53487 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - volume: 2500 temperature: 293.15 moles: @@ -165,10 +147,8 @@ entities: - 0 - 0 - volume: 2500 - temperature: 293.14996 + immutable: True moles: - - 21.824879 - - 82.10312 - 0 - 0 - 0 @@ -179,19 +159,6 @@ entities: - 0 - 0 - 0 - - volume: 2500 - temperature: 293.15 - moles: - - 23.710548 - - 89.19683 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - 0 - 0 chunkSize: 4 @@ -330,24 +297,16 @@ entities: - type: Transform pos: 2.5,1.5 parent: 1 - - uid: 64 + - uid: 32 components: - type: Transform - pos: 2.5,2.5 + pos: 1.5,1.5 parent: 1 - uid: 73 components: - type: Transform pos: 1.5,2.5 parent: 1 -- proto: CableTerminal - entities: - - uid: 32 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,1.5 - parent: 1 - proto: ChairOfficeLight entities: - uid: 58 diff --git a/Resources/Prototypes/_NF/Shipyard/mailpod.yml b/Resources/Prototypes/_NF/Shipyard/mailpod.yml index 67a5ffc65bb..dabcc4791fb 100644 --- a/Resources/Prototypes/_NF/Shipyard/mailpod.yml +++ b/Resources/Prototypes/_NF/Shipyard/mailpod.yml @@ -12,7 +12,7 @@ id: MailPod name: NC Mail Pod description: A cramped yet reliable shuttle for delivering packages. - price: 10500 + price: 12000 category: Small group: None shuttlePath: /Maps/_NF/Shuttles/mailpod.yml From 337b0ff27aeb6fe39d4d290e651ad69821817992 Mon Sep 17 00:00:00 2001 From: FrontierATC Date: Thu, 2 May 2024 01:22:16 +0000 Subject: [PATCH 55/58] Automatic Changelog (#1318) --- Resources/Changelog/Changelog.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 679ed804cce..1c1893884d2 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -4481,3 +4481,9 @@ Entries: message: Added a speech bubble to felinids. Mraow! id: 4968 time: '2024-05-02T01:08:21.0000000+00:00' +- author: dvir01 + changes: + - type: Fix + message: Fixed mailpod power issue + id: 4969 + time: '2024-05-02T01:21:52.0000000+00:00' From a7a8ba39659b47373cf07dda607655ce4def628f Mon Sep 17 00:00:00 2001 From: ErhardSteinhauer <65374927+ErhardSteinhauer@users.noreply.github.com> Date: Fri, 3 May 2024 03:27:36 +0300 Subject: [PATCH 56/58] Add felinids/goblins/vulps to hoverbike built-in storage blacklist (#1324) * Blacklist felinids/goblins/vulps from hoverbike built-in storage * different blacklist comp * Update vehicles.yml --------- Co-authored-by: Dvir <39403717+dvir001@users.noreply.github.com> --- .../Entities/Objects/Vehicles/vehicles.yml | 29 ++++++++++--------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/Resources/Prototypes/_NF/Entities/Objects/Vehicles/vehicles.yml b/Resources/Prototypes/_NF/Entities/Objects/Vehicles/vehicles.yml index fdda560c9e7..cd49d37bc62 100644 --- a/Resources/Prototypes/_NF/Entities/Objects/Vehicles/vehicles.yml +++ b/Resources/Prototypes/_NF/Entities/Objects/Vehicles/vehicles.yml @@ -58,19 +58,22 @@ name: skeleton motorcycle description: Bad to the Bone. components: - - type: Storage - grid: - - 0,0,1,3 - - 3,0,6,3 - - 8,0,9,3 - maxItemSize: Huge - - type: ContainerContainer - containers: - storagebase: !type:Container - - type: UserInterface - interfaces: - - key: enum.StorageUiKey.Key - type: StorageBoundUserInterface + - type: Storage + grid: + - 0,0,1,3 + - 3,0,6,3 + - 8,0,9,3 + maxItemSize: Huge + blacklist: + components: + - HumanoidAppearance + - type: ContainerContainer + containers: + storagebase: !type:Container + - type: UserInterface + interfaces: + - key: enum.StorageUiKey.Key + type: StorageBoundUserInterface # New Frontier vehicles - type: entity From 9babfa4b77cb03102ec637db51b1b1c7f63c626c Mon Sep 17 00:00:00 2001 From: FrontierATC Date: Fri, 3 May 2024 00:28:23 +0000 Subject: [PATCH 57/58] Automatic Changelog (#1324) --- Resources/Changelog/Changelog.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 1c1893884d2..e7f7d050ab3 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -4487,3 +4487,9 @@ Entries: message: Fixed mailpod power issue id: 4969 time: '2024-05-02T01:21:52.0000000+00:00' +- author: erhardsteinhauer + changes: + - type: Fix + message: Added felinids/goblins/vulps to hoverbike built-in storage blacklist. + id: 4970 + time: '2024-05-03T00:27:37.0000000+00:00' From cea92351f3925be75746c5eb4a960459f9232977 Mon Sep 17 00:00:00 2001 From: Dvir <39403717+dvir001@users.noreply.github.com> Date: Fri, 3 May 2024 03:40:25 +0300 Subject: [PATCH 58/58] Update pda.yml (#1326) --- .../_NF/Entities/Objects/Devices/pda.yml | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/Resources/Prototypes/_NF/Entities/Objects/Devices/pda.yml b/Resources/Prototypes/_NF/Entities/Objects/Devices/pda.yml index 5a38f92d927..e0093a21e2c 100644 --- a/Resources/Prototypes/_NF/Entities/Objects/Devices/pda.yml +++ b/Resources/Prototypes/_NF/Entities/Objects/Devices/pda.yml @@ -125,6 +125,11 @@ state: pda-sheriff bookSlot: # Frontier startingItem: HyperlinkBookNfsdSop + priority: -2 + whitelist: + tags: + - BookSpaceLaw + - BookNfsdSop - type: PdaBorderColor borderColor: "#FFFDD0" accentHColor: "#896b49" @@ -155,6 +160,11 @@ state: pda-cadet bookSlot: # Frontier startingItem: HyperlinkBookNfsdSop + priority: -2 + whitelist: + tags: + - BookSpaceLaw + - BookNfsdSop - type: PdaBorderColor borderColor: "#FFFDD0" accentHColor: "#896b49" @@ -185,6 +195,11 @@ state: pda-deputy bookSlot: # Frontier startingItem: HyperlinkBookNfsdSop + priority: -2 + whitelist: + tags: + - BookSpaceLaw + - BookNfsdSop - type: PdaBorderColor borderColor: "#FFFDD0" accentHColor: "#896b49" @@ -215,6 +230,11 @@ state: pda-brigmed bookSlot: # Frontier startingItem: HyperlinkBookNfsdSop + priority: -2 + whitelist: + tags: + - BookSpaceLaw + - BookNfsdSop - type: PdaBorderColor borderColor: "#FFFDD0" accentHColor: "#896b49" @@ -245,6 +265,11 @@ state: pda-sergeant bookSlot: # Frontier startingItem: HyperlinkBookNfsdSop + priority: -2 + whitelist: + tags: + - BookSpaceLaw + - BookNfsdSop - type: PdaBorderColor borderColor: "#FFFDD0" accentHColor: "#896b49" @@ -275,6 +300,11 @@ state: pda-bailiff bookSlot: # Frontier startingItem: HyperlinkBookNfsdSop + priority: -2 + whitelist: + tags: + - BookSpaceLaw + - BookNfsdSop - type: PdaBorderColor borderColor: "#FFFDD0" accentHColor: "#896b49" @@ -305,6 +335,11 @@ state: pda-detective bookSlot: # Frontier startingItem: HyperlinkBookNfsdSop + priority: -2 + whitelist: + tags: + - BookSpaceLaw + - BookNfsdSop - type: PdaBorderColor borderColor: "#774705" - type: Icon @@ -321,6 +356,10 @@ state: pda-sr penSlot: startingItem: PenCentcom + priority: -1 + whitelist: + tags: + - Write - type: PdaBorderColor borderColor: "#789876" accentHColor: "#447987"