From e407f30345f9c0ddfc5453bd8e8f369a8688ab91 Mon Sep 17 00:00:00 2001 From: starch Date: Fri, 17 Jul 2026 22:38:27 -0400 Subject: [PATCH 1/2] Kill sentinel and replace it --- .../_Mono/store/tsfmc-uplink-catalog.ftl | 4 +- .../_Mono/Catalogs/tsfmc_uplink_catalog.yml | 8 +- .../Objects/Devices/ship_vouchers.yml | 10 +- .../_Mono/Shipyard/Nfsd/banshee.yml | 40 + .../_Mono/Shipyard/Nfsd/sentinel.yml | 39 - .../Nfsd/{sentinel.yml => banshee.yml} | 5277 ++++++----------- 6 files changed, 1981 insertions(+), 3397 deletions(-) create mode 100644 Resources/Prototypes/_Mono/Shipyard/Nfsd/banshee.yml delete mode 100644 Resources/Prototypes/_Mono/Shipyard/Nfsd/sentinel.yml rename Resources/SharedMaps/_Mono/Shuttles/Nfsd/{sentinel.yml => banshee.yml} (61%) diff --git a/Resources/Locale/en-US/_Mono/store/tsfmc-uplink-catalog.ftl b/Resources/Locale/en-US/_Mono/store/tsfmc-uplink-catalog.ftl index 1810a87e8d0..e979b1c9581 100644 --- a/Resources/Locale/en-US/_Mono/store/tsfmc-uplink-catalog.ftl +++ b/Resources/Locale/en-US/_Mono/store/tsfmc-uplink-catalog.ftl @@ -94,8 +94,8 @@ uplink-security-t1-dagger-voucher-desc = A small card that contains the data for uplink-security-t1-tarantula-voucher-name = TSFMC Tarantula LPC [T1] uplink-security-t1-tarantula-voucher-desc = A small card that contains the data for the procurement of a Tarantula-class escort from the flagship's reserves. -uplink-security-t1-sentinel-voucher-name = TSFMC Sentinel LPC [T1] -uplink-security-t1-sentinel-voucher-desc = A small card that contains the data for the procurement of a Sentinel-class escort from the flagship's reserves. +uplink-security-t1-banshee-voucher-name = TSFMC Banshee LPC [T1] +uplink-security-t1-banshee-voucher-desc = A small card that contains the data for the procurement of a Banshee-class escort from the flagship's reserves. uplink-security-t1-mercury-voucher-name = TSFMC Mercury LPC [T1] uplink-security-t1-mercury-voucher-desc = A small card that contains the data for the procurement of a Mercury-class corvette from the flagship's reserves. diff --git a/Resources/Prototypes/_Mono/Catalogs/tsfmc_uplink_catalog.yml b/Resources/Prototypes/_Mono/Catalogs/tsfmc_uplink_catalog.yml index 168ded2eacf..dd235a11c5e 100644 --- a/Resources/Prototypes/_Mono/Catalogs/tsfmc_uplink_catalog.yml +++ b/Resources/Prototypes/_Mono/Catalogs/tsfmc_uplink_catalog.yml @@ -297,10 +297,10 @@ - FactionStaticUplinkTsf - type: listing - id: UplinkSecurityT1VoucherSentinel - name: uplink-security-t1-sentinel-voucher-name - description: uplink-security-t1-sentinel-voucher-desc - productEntity: ShipVoucherSentinel + id: UplinkSecurityT1VoucherBanshee + name: uplink-security-t1-banshee-voucher-name + description: uplink-security-t1-banshee-voucher-desc + productEntity: ShipVoucherBanshee cost: FederationMilitaryCredit: 85 categories: diff --git a/Resources/Prototypes/_Mono/Entities/Objects/Devices/ship_vouchers.yml b/Resources/Prototypes/_Mono/Entities/Objects/Devices/ship_vouchers.yml index 7978cfe21e6..862096dc388 100644 --- a/Resources/Prototypes/_Mono/Entities/Objects/Devices/ship_vouchers.yml +++ b/Resources/Prototypes/_Mono/Entities/Objects/Devices/ship_vouchers.yml @@ -164,9 +164,9 @@ - type: entity parent: BaseShipLPCRenewable - id: ShipVoucherSentinel - name: TSF Sentinel LPC [T1] - description: A small card that contains the data for the procurement of a Sentinel-class escort from the flagship's reserves. + id: ShipVoucherBanshee + name: TSF Banshee LPC [T1] + description: A small card that contains the data for the procurement of a Banshee-class escort from the flagship's reserves. components: - type: Sprite sprite: _Mono/Objects/Misc/lpcnew.rsi @@ -183,7 +183,7 @@ consoleType: Security companyName: TSF vessels: - - Sentinel + - Banshee - type: StaticPrice vendPrice: 500000 @@ -261,7 +261,7 @@ - Tarantula - Spica - Mercury - - Sentinel + - Banshee - Dagger - Calypso - Razorback diff --git a/Resources/Prototypes/_Mono/Shipyard/Nfsd/banshee.yml b/Resources/Prototypes/_Mono/Shipyard/Nfsd/banshee.yml new file mode 100644 index 00000000000..7aaeb919cb7 --- /dev/null +++ b/Resources/Prototypes/_Mono/Shipyard/Nfsd/banshee.yml @@ -0,0 +1,40 @@ +#Author: _starch_ + +- type: vessel + id: Banshee + parent: BaseVesselAntag + name: TSF-SKR Banshee + description: An armored and shielded corvette with a heavy focus on close-in strafing. + price: 180200 + purchasable: false # voucher only + category: Medium + group: Security + access: Security + shuttlePath: /SharedMaps/_Mono/Shuttles/Nfsd/banshee.yml + guidebookPage: Null + class: + - Patrol + - Pursuit + - Corvette + engine: + - AME + +- type: gameMap + id: Banshee + mapName: 'Banshee' + mapPath: /SharedMaps/_Mono/Shuttles/Nfsd/banshee.yml + minPlayers: 0 + stations: + Banshee: + stationProto: StandardFrontierSecurityVessel + components: + - type: StationNameSetup + mapNameTemplate: 'Banshee TSF{1}' + nameGenerator: + !type:NanotrasenNameGenerator + prefixCreator: '14' + - type: StationJobs + availableJobs: + Deputy: [ 0, 0 ] + TsfBorg: [ 0, 0 ] + diff --git a/Resources/Prototypes/_Mono/Shipyard/Nfsd/sentinel.yml b/Resources/Prototypes/_Mono/Shipyard/Nfsd/sentinel.yml deleted file mode 100644 index f4079adc865..00000000000 --- a/Resources/Prototypes/_Mono/Shipyard/Nfsd/sentinel.yml +++ /dev/null @@ -1,39 +0,0 @@ -#Author: Starch(!) - -- type: vessel - id: Sentinel - parent: BaseVesselAntag - name: TSF-SKR Sentinel - description: An armored and shielded corvette with 2 front facing Bofors cannons, 4 MARAUDER plasma cannons, and 2 rear L85 20mms for PD. - price: 210200 # Appraises around 100k, but marked up since appraisegrid is too stupid to realize the true value of my creations (plastitanium walls probably has their value set really low) - purchasable: false # voucher only - category: Medium - group: Security - access: Security - shuttlePath: /SharedMaps/_Mono/Shuttles/Nfsd/sentinel.yml - guidebookPage: Null - class: - - Patrol - - Corvette - engine: - - AME - -- type: gameMap - id: Sentinel - mapName: 'Sentinel' - mapPath: /SharedMaps/_Mono/Shuttles/Nfsd/sentinel.yml - minPlayers: 0 - stations: - Sentinel: - stationProto: StandardFrontierSecurityVessel - components: - - type: StationNameSetup - mapNameTemplate: 'Sentinel TSF{1}' - nameGenerator: - !type:NanotrasenNameGenerator - prefixCreator: '14' - - type: StationJobs - availableJobs: - Deputy: [ 0, 0 ] - TsfBorg: [ 0, 0 ] - diff --git a/Resources/SharedMaps/_Mono/Shuttles/Nfsd/sentinel.yml b/Resources/SharedMaps/_Mono/Shuttles/Nfsd/banshee.yml similarity index 61% rename from Resources/SharedMaps/_Mono/Shuttles/Nfsd/sentinel.yml rename to Resources/SharedMaps/_Mono/Shuttles/Nfsd/banshee.yml index 2c5026de569..81c3f70f54b 100644 --- a/Resources/SharedMaps/_Mono/Shuttles/Nfsd/sentinel.yml +++ b/Resources/SharedMaps/_Mono/Shuttles/Nfsd/banshee.yml @@ -1,11 +1,11 @@ meta: format: 7 category: Grid - engineVersion: 271.2.0 + engineVersion: 277.0.0 forkId: "" forkVersion: "" - time: 03/30/2026 13:53:31 - entityCount: 829 + time: 07/18/2026 02:32:08 + entityCount: 627 maps: [] grids: - 1 @@ -14,53 +14,77 @@ orphans: nullspace: [] tilemap: 0: Space - 7: FloorDark - 5: FloorDarkMono - 2: FloorHullReinforced - 6: FloorMaintGridDark + 2: FloorDarkHerringbone + 30: FloorDarkMono + 10: FloorDarkMonoAlt + 3: FloorDarkPavement + 8: FloorDarkPavementVertical + 4: FloorHullReinforced + 29: FloorMaintGridDark 89: FloorSteel - 8: FloorSteelMono - 9: FloorTechMaint3 - 3: FloorTechMaintAlt - 11: FloorWhite - 12: FloorWhiteMono - 10: FloorWoodLarge - 4: Lattice + 12: FloorSteelAlt + 13: FloorSteelMonoAlt + 31: FloorTechMaint3 + 15: FloorTechMaintAlt + 16: FloorTileCatwalkVertical + 21: FloorWhite + 14: FloorWhiteMono + 5: Lattice + 26: LatticeHalfTiltNEWLower + 27: LatticeHalfTiltNEWUpper + 34: LatticeHalfTiltNWELower + 36: LatticeHalfTiltNWEUpper + 9: LatticeHalfTiltSENLower + 11: LatticeHalfTiltSENUpper + 7: LatticeHalfTiltSEWLower + 6: LatticeHalfTiltSEWUpper + 17: LatticeHalfTiltSWELower + 18: LatticeHalfTiltSWEUpper + 19: LatticeHalfTiltSWNLower + 20: LatticeHalfTiltSWNUpper 1: Plating + 25: PlatingHalfTiltNESLower + 24: PlatingHalfTiltNESUpper + 35: PlatingHalfTiltNEWLower + 28: PlatingHalfTiltNWELower + 33: PlatingHalfTiltNWSLower + 32: PlatingHalfTiltNWSUpper + 23: PlatingHalfTiltSEWUpper + 22: PlatingHalfTiltSWEUpper entities: - proto: "" entities: - uid: 1 components: - type: MetaData - name: Sentinel + name: Banshee - type: Transform parent: invalid - type: MapGrid chunks: -1,-1: ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAwAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAAFAAAAAAAABgAAAAAAAAEAAAAAAAABAAAAAAAABwAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAUAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAMAAAAAAAABAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAAGAAAAAAAAAQAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAACAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAABgAAAAAAAAEAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAYAAAAAAAABAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAQAAAAAAAAEAAAAAAAAGAAAAAAAAAQAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAABgAAAAAAAAYAAAAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAABgAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAYAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAAGAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAEAAAAAAAABAAAAAAAABgAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAwAAAAAAAA== + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAIAAAAAAQADAAAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAEAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAABQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAIAAAAAAAADAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAcAAAAAAAAEAAAAAAAAAQAAAAAAAAEAAAAAAAAIAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAsAAAAAAAAFAAAAAAAABAAAAAAAAAEAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAADAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAA0AAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAEAAAAAAAABAAAAAAAADgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAEAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAABAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAQAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAA== version: 7 - -1,0: - ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAEAAAAAAAAAQAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAEAAAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + 0,-1: + ind: 0,-1 + tiles: AQAAAAAAAAEAAAAAAAADAAAAAAMAAgAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAPAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAQAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAAMAEAAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAAFAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAABAAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAAEAAAAAAAAEQAAAAAAABIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAoAAAAAAAAQAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAADwAAAAAAAAEAAAAAAAAEAAAAAAAABQAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAMAAAAAAwABAAAAAAAAAQAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAQAKAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFQAAAAAAABUAAAAAAQABAAAAAAAAAQAAAAAAABEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAEAAAAAAAAEAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAABAAAAAAAABAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAQAAAAAAAAQAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== version: 7 0,0: ind: 0,0 - tiles: AQAAAAAAAAEAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAEAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + tiles: AQAAAAAAAAEAAAAAAAAEAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAABAAAAAAAABAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAQAAAAAAAAQAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAQAAAAAAAABAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJAAAAAAAABAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAAAABEAAAAAAAAWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== version: 7 - 0,-1: - ind: 0,-1 - tiles: BQAAAAAAAAUAAAAAAAABAAAAAAAABwAAAAAAAAcAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAHAAAAAAAAAwAAAAAAAAcAAAAAAAAIAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAABAAAAAAAABQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAQAAAAAAAAUAAAAAAAABAAAAAAAAAQAAAAAAAAIAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAAAAAABgAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAABAAAAAAAAAQAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== - version: 7 - 0,-2: - ind: 0,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAEAAAAAAAAEAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAAAAAAAAAAAAQAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAgAAAAAAAAEAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAIAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAQAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAYAAAAAAAAJAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAgAAAAAAAAIAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkAAAAAAAAJAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAACAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAAKAAAAAAAACgAAAAAAAAEAAAAAAAALAAAAAAAAAQAAAAAAAAEAAAAAAAACAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAUAAAAAAAABAAAAAAAACgAAAAAAAAoAAAAAAAADAAAAAAAADAAAAAAAAAEAAAAAAAABAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAEAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAABAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAQAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAABAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAABAAAAAAAABMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAAAcAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== version: 7 -1,-2: ind: -1,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAIAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAABAAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAQAAAAAAAAAAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAEAAAAAAAACAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAgAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAQAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAIAAAAAAAACAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAACQAAAAAAAAYAAAAAAAAGAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAACAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAAJAAAAAAAACQAAAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAIAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAABQAAAAAAAAUAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAUAAAAAAAAGAAAAAAAAAQAAAAAAAAcAAAAAAAAHAAAAAAAAAQAAAAAAAA== + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABkAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAACAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAAAQAAAAAAAAgAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAGwAAAAAAABoAAAAAAAAcAAAAAAAABQAAAAAAAAEAAAAAAAAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAB0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAAeAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAAAB8AAAAAAQAfAAAAAAMADwAAAAAAAAgAAAAAAwABAAAAAAAAAQAAAAAAAA== + version: 7 + 0,-2: + ind: 0,-2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAABAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAQAAAAAAACEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAAAAEAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAACIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAAFAAAAAAAAIwAAAAAAACIAAAAAAAAkAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAABAB8AAAAAAQABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAoAAAAAAAAKAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdAAAAAAAACgAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAAAAEAAAAAAAABAAAAAAAACAAAAAACAA8AAAAAAAAfAAAAAAEAHwAAAAABAA8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== version: 7 - type: Broadphase - type: Physics @@ -72,7 +96,7 @@ entities: - type: Fixtures fixtures: {} - type: BecomesStation - id: Sentinel + id: Banshee - type: OccluderTree - type: Shuttle dampingModifier: 0.25 @@ -85,5338 +109,3897 @@ entities: version: 2 nodes: - node: - color: '#FFFFFFFF' + color: '#BC863FFF' id: Bot decals: - 1: -3,-19 - 2: -2,-19 - 3: 0,-19 - 4: 1,-19 + 50: -1,-9 - node: color: '#FFFFFFFF' - id: Box + id: BotGreyscale + decals: + 25: 0,-19 + - node: + color: '#BC863FFF' + id: BotLeft + decals: + 43: 0,-12 + - node: + color: '#BC863FFF' + id: BotRight decals: - 45: 1,-17 - 46: -1,-15 + 44: -1,-12 - node: color: '#5FA1E7FF' id: BoxGreyscale decals: - 10: -5,-18 + 22: 1,-18 - node: color: '#F96363FF' id: BoxGreyscale decals: - 11: -6,-18 - - node: - color: '#FFFFFFFF' - id: BrickTileDarkCornerNe - decals: - 35: 0,-17 - 36: -2,-15 - 70: 4,-17 + 23: 1,-19 - node: color: '#FFFFFFFF' - id: BrickTileDarkCornerNw + id: BrickTileDarkLineE decals: - 37: 0,-15 - 69: 3,-17 + 2: -6,-17 + 3: 5,-17 - node: color: '#FFFFFFFF' - id: BrickTileDarkCornerSe + id: BrickTileDarkLineW decals: - 71: 4,-18 + 1: -5,-17 + 4: 6,-17 - node: - color: '#FFFFFFFF' - id: BrickTileDarkCornerSw + color: '#4593A5FF' + id: BrickTileSteelCornerNw decals: - 5: -5,-17 - 72: 3,-18 + 34: -2,-13 - node: color: '#FFFFFFFF' - id: BrickTileDarkInnerNw + id: BrickTileSteelCornerNw decals: - 38: 1,-15 + 14: -1,-19 + 15: 0,-18 - node: - color: '#FFFFFFFF' - id: BrickTileDarkLineW + color: '#4593A5FF' + id: BrickTileSteelCornerSe decals: - 39: 1,-14 - 52: -5,-15 + 37: 0,-14 - node: - color: '#FFFFFFFF' - id: BrickTileSteelInnerNe + color: '#4593A5FF' + id: BrickTileSteelCornerSw decals: - 65: 3,-16 + 35: -2,-14 - node: - color: '#FFFFFFFF' - id: BrickTileSteelLineE + color: '#4593A5FF' + id: BrickTileSteelLineS decals: - 64: 3,-15 + 36: -1,-14 - node: color: '#FFFFFFFF' - id: BrickTileSteelLineN + id: BrickTileSteelLineW decals: - 63: 4,-16 + 16: -1,-20 + 48: 0,-9 + 49: 0,-10 - node: - color: '#FFFFFFFF' + color: '#BC863FFF' id: Delivery decals: - 47: -2,-14 - 48: -1,-14 - 49: 0,-14 - 50: 0,-16 - 51: 1,-16 - 54: -6,-15 - 89: 2,-11 - 90: 2,-12 + 9: 1,-20 + 20: 0,-20 + 21: -1,-18 + 41: 2,-13 + 42: 2,-14 + 51: 1,-9 - node: color: '#FFFFFFFF' - id: DeliveryGreyscale - decals: - 9: -6,-17 - - node: - color: '#355A7396' - id: ShiptestOverlayTrimlineEast - decals: - 91: -2,-6 - 92: -2,-5 - 93: -2,-4 - 94: -2,-3 - - node: - color: '#EFB34196' - id: ShiptestOverlayTrimlineEast - decals: - 13: -3,-9 - 14: -3,-10 - 15: -3,-11 - 16: -3,-12 - - node: - color: '#355A7396' - id: ShiptestOverlayTrimlineNorth - decals: - 32: -3,-17 - - node: - color: '#EFB34196' - id: ShiptestOverlayTrimlineNorth - decals: - 84: -1,-20 - 85: -2,-20 - 86: 0,-20 - - node: - color: '#355A7396' - id: ShiptestOverlayTrimlineNorthEast - decals: - 31: -2,-17 - - node: - color: '#EFB34196' - id: ShiptestOverlayTrimlineNorthEastCorner - decals: - 88: -3,-20 - - node: - color: '#EFB34196' - id: ShiptestOverlayTrimlineNorthWestCorner - decals: - 87: 1,-20 - - node: - color: '#EFB34196' - id: ShiptestOverlayTrimlineSouth - decals: - 18: -2,-8 - 19: -1,-8 - 20: 0,-8 - 21: 1,-8 - - node: - color: '#EFB34196' - id: ShiptestOverlayTrimlineSouthEastCorner - decals: - 17: -3,-8 - - node: - color: '#355A7396' - id: ShiptestOverlayTrimlineSouthWest - decals: - 34: -2,-15 - - node: - color: '#355A7396' - id: ShiptestOverlayTrimlineWest + id: TechE decals: - 33: 0,-17 - 95: 0,-6 - 96: 0,-5 - 97: 0,-4 - 98: 0,-3 + 7: -5,-17 + 8: 6,-17 + 19: -1,-19 + 40: -2,-13 + 45: 0,-9 - node: color: '#FFFFFFFF' - id: TechE + id: TechFullCornerE decals: - 41: 1,-15 + 33: -2,-14 + 47: 0,-10 - node: color: '#FFFFFFFF' - id: TechN + id: TechFullCornerS decals: - 6: -5,-17 - 27: -2,-8 - 28: -1,-8 - 29: 0,-8 - 30: 1,-8 + 31: -3,-16 - node: color: '#FFFFFFFF' - id: TechNE + id: TechFullCornerW decals: - 40: 1,-14 + 32: 3,-16 - node: color: '#FFFFFFFF' - id: TechNW + id: TechN decals: - 26: -3,-8 + 10: -1,-22 + 38: -1,-14 + 39: 0,-14 + 46: 1,-10 - node: color: '#FFFFFFFF' id: TechS decals: - 42: 0,-17 - 43: -2,-17 - 53: -5,-15 - 78: -2,-20 - 79: -1,-20 - 82: 0,-20 + 26: -1,-16 + 27: -2,-16 + 28: 2,-16 - node: color: '#FFFFFFFF' id: TechSE decals: - 83: 1,-20 + 17: -1,-20 + 18: 0,-18 + 30: -3,-17 - node: color: '#FFFFFFFF' id: TechSW decals: - 44: -3,-17 - 77: -3,-20 + 29: 3,-17 - node: color: '#FFFFFFFF' id: TechW decals: - 22: -3,-12 - 23: -3,-11 - 24: -3,-10 - 25: -3,-9 - - node: - color: '#639137FF' - id: TrimlineEast - decals: - 68: 3,-15 - - node: - color: '#639137FF' - id: TrimlineNorth - decals: - 67: 4,-16 - - node: - color: '#639137FF' - id: TrimlineNorthEastCorner - decals: - 66: 3,-16 - - node: - color: '#FFFFFFFF' - id: WoodTrimThinCornerNe - decals: - 76: 4,-17 - - node: - color: '#FFFFFFFF' - id: WoodTrimThinCornerNw - decals: - 75: 3,-17 - - node: - color: '#FFFFFFFF' - id: WoodTrimThinCornerSe - decals: - 74: 4,-18 - - node: - color: '#FFFFFFFF' - id: WoodTrimThinCornerSw - decals: - 73: 3,-18 + 5: 5,-17 + 6: -6,-17 - type: SpreaderGrid spreadQueues: + Puddle: [] MetalFoam: [] Smoke: [] Kudzu: [] - Puddle: [] - type: GridAtmosphere version: 2 data: tiles: - -3,-4: - 0: 2052 + -2,-5: + 0: 57344 + 1: 204 + -2,-4: 1: 32832 + 2: 25600 -2,-3: - 1: 16 - 0: 16672 - -2,-4: - 2: 204 - -2,-5: - 2: 52224 - 0: 1 - -2,-2: - 0: 4 - 1: 64 - -1,-4: - 2: 12015 - -2,-1: - 0: 8 - 1: 128 + 2: 136 -1,-3: - 2: 61166 - -1,-2: - 2: 52366 + 2: 16 + 1: 32 + 0: 34824 -1,-5: - 2: 59631 + 0: 14984 + 1: 2 + -1,-4: + 0: 52238 + -1,-2: + 1: 1 + 2: 16 + 0: 128 -1,-1: - 2: 35020 + 2: 546 + 1: 1092 -1,0: - 0: 258 - 2: 2184 - 1: 48 + 2: 546 + 1: 33860 0,-4: - 2: 1019 + 0: 30511 0,-3: - 2: 13175 + 0: 13091 + 1: 128 0,-2: - 2: 4355 + 0: 49 0,-1: - 2: 17 - 0: 8 - 1: 128 - 0,0: - 0: 1026 - 1: 96 + 1: 5460 + 2: 2184 0,-5: - 2: 47159 - 1,-4: - 2: 17 - 0: 2048 - 1: 32768 + 0: 39731 + 1: 8 + 0,0: + 1: 13636 + 2: 2184 1,-3: - 0: 5152 - 1: 64 + 2: 50 1,-2: - 0: 1 - 1: 16 + 1: 1 + 2: 16 1,-5: - 2: 29952 - 0: 12 - 2,-4: - 0: 1 - 1: 16 - 0,-7: - 0: 16 - 2: 4096 - 1: 1026 - -1,-7: - 0: 192 + 0: 61440 + 1: 102 + 1,-4: + 1: 8256 + 2: 50176 + 0,1: + 2: 226 + 1: 4 + -1,1: + 2: 232 + 1: 4 + -2,-6: 2: 49152 - 1: 258 - 0,-6: - 2: 13105 - 0: 128 -1,-6: - 2: 61164 - 1,-7: - 1: 256 + 2: 12804 + 0: 34944 + -1,-7: + 2: 16384 + 0,-6: + 0: 560 + 2: 34820 + 0,-7: + 2: 16384 1,-6: - 1: 2 - 0: 49152 - 2,-6: - 0: 13056 - 1: 32832 - 2,-5: - 0: 576 - 1: 9344 - 3,-5: - 1: 1 - -4,-5: - 1: 132 - -4,-6: - 1: 32768 - -3,-5: - 0: 536 - 1: 8448 - -3,-6: - 1: 16 - 0: 58880 - -2,-6: - 0: 4224 - 1: 2 - -2,-7: - 1: 1024 + 2: 28672 uniqueMixes: - volume: 2500 temperature: 293.15 moles: - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 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 - - 0 - - 0 - - 0 - - 0 + Oxygen: 21.824879 + Nitrogen: 82.10312 - volume: 2500 temperature: 293.15 - moles: - - 21.824879 - - 82.10312 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 + moles: {} + - volume: 2500 + immutable: True + moles: {} chunkSize: 4 - type: GasTileOverlay + - type: ThermalSignature + - type: ImplicitRoof + - type: ExplosionAirtightGrid - type: RadiationGridResistance - type: ShipGridLock locked: False - - type: Roof - data: - -1,0: 12640496 - 0,0: 66311 - -1,-1: 17361641515632883964 - 0,-1: 506381244361019167 - -1,-2: 18229725767154008063 - 0,-2: 2242580956294676479 - -2,-2: 8421568 - -2,-3: 13898373402041778176 - -1,-3: 18446744073709485812 - 0,-3: 18446744073696919319 - 1,-2: 1 - 1,-3: 72909780091863040 - -1,-4: 17645349630642225152 - 0,-4: 1658172386337357824 -- proto: 255mmCartridgeAPHE - entities: - - uid: 819 - components: - - type: Transform - pos: 2.4168568,-11.248087 - parent: 1 - - uid: 820 - components: - - type: Transform - pos: 2.49098,-11.266606 - parent: 1 - - uid: 821 - components: - - type: Transform - pos: 2.5651028,-11.285124 - parent: 1 - - uid: 822 - components: - - type: Transform - pos: 2.6577568,-11.3129015 - parent: 1 - proto: AirAlarm entities: - - uid: 2 + - uid: 487 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-21.5 + pos: -0.5,-14.5 parent: 1 - type: DeviceList devices: - - 386 - - 465 - - 457 - - uid: 3 + - 482 + - 483 + - 398 + - 399 + - uid: 489 components: - type: Transform - pos: 3.5,-13.5 + rot: 1.5707963267948966 rad + pos: -1.5,-19.5 parent: 1 - type: DeviceList devices: - - 388 - - 459 - - 464 - - 16 - - uid: 4 + - 483 + - 400 + - 258 + - uid: 492 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-15.5 + pos: -1.5,-11.5 parent: 1 - type: DeviceList devices: - - 389 - - 462 - - 456 - - uid: 5 + - 482 + - 481 + - 401 + - 402 + - uid: 493 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-17.5 + rot: -1.5707963267948966 rad + pos: 2.5,-8.5 parent: 1 - type: DeviceList devices: - - 388 - - 386 - - 389 - - 385 - - 458 - - 463 - - uid: 6 + - 481 + - 476 + - 404 + - 403 +- proto: AirlockExternalGlassNfsdLocked + entities: + - uid: 346 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-9.5 + pos: -3.5,-16.5 parent: 1 - - type: DeviceList - devices: - - 387 - - 385 - - 460 - - 466 - - uid: 7 + - uid: 347 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-1.5 + pos: 4.5,-16.5 parent: 1 - - type: DeviceList - devices: - - 387 - - 467 - - 461 -- proto: AirlockExternalGlassNfsdLocked +- proto: AirlockHeavyTSFMCLocked entities: - - uid: 8 + - uid: 246 components: - type: Transform - pos: -0.5,-0.5 + pos: 0.5,-22.5 parent: 1 - - uid: 9 + - uid: 348 components: - type: Transform - pos: -0.5,-6.5 + pos: 0.5,-16.5 parent: 1 -- proto: AirlockFreezer - entities: - - uid: 10 + - uid: 349 components: - type: Transform - pos: 5.5,-16.5 + pos: 1.5,-14.5 parent: 1 - proto: AirlockNfsdLocked entities: - - uid: 11 + - uid: 350 components: - type: Transform - pos: -2.5,-12.5 + pos: 1.5,-10.5 parent: 1 - - uid: 12 + - uid: 351 components: - type: Transform - pos: -3.5,-15.5 + pos: 0.5,-7.5 parent: 1 - - uid: 13 +- proto: AirlockShuttleNfsdLocked + entities: + - uid: 221 components: - type: Transform - pos: 2.5,-14.5 + rot: -1.5707963267948966 rad + pos: -6.5,-16.5 parent: 1 - - uid: 14 + - uid: 222 components: - type: Transform - pos: -0.5,-17.5 + rot: 1.5707963267948966 rad + pos: 7.5,-16.5 parent: 1 -- proto: AirlockShuttleNfsdLocked +- proto: APCBasic entities: - - uid: 15 + - uid: 343 components: - type: Transform rot: 3.141592653589793 rad - pos: -0.5,2.5 + pos: 0.5,-20.5 parent: 1 -- proto: AirSensor - entities: - - uid: 16 + - uid: 344 components: - type: Transform - pos: 6.5,-17.5 + rot: 1.5707963267948966 rad + pos: -2.5,-13.5 parent: 1 - - type: DeviceNetwork - deviceLists: - - 3 - - 381 -- proto: AmeController - entities: - - uid: 242 + - uid: 345 components: - type: Transform - pos: 1.5,-22.5 + pos: 1.5,-7.5 parent: 1 - - type: AmeController - injecting: True - - type: ContainerContainer - containers: - fuelSlot: !type:ContainerSlot - showEnts: False - occludes: True - ent: 243 -- proto: AmeJar +- proto: AtmosDeviceFanDirectional entities: - - uid: 243 + - uid: 394 components: - type: Transform - parent: 242 - - type: Physics - canCollide: False -- proto: AmeShielding - entities: - - uid: 17 + rot: 1.5707963267948966 rad + pos: 7.5,-16.5 + parent: 1 + - uid: 395 components: - type: Transform - pos: 0.5,-21.5 + rot: -1.5707963267948966 rad + pos: -6.5,-16.5 parent: 1 - - uid: 19 +- proto: AtmosFixBlockerMarker + entities: + - uid: 497 components: - type: Transform - pos: 0.5,-24.5 + pos: 5.5,-20.5 parent: 1 - - uid: 20 + - uid: 498 components: - type: Transform - pos: -0.5,-24.5 + pos: 5.5,-19.5 parent: 1 - - uid: 21 + - uid: 499 components: - type: Transform - pos: -1.5,-22.5 + pos: 5.5,-18.5 parent: 1 - - uid: 22 + - uid: 500 components: - type: Transform - pos: -1.5,-24.5 + pos: 6.5,-20.5 parent: 1 - - uid: 23 + - uid: 501 components: - type: Transform - pos: 0.5,-23.5 + pos: 6.5,-19.5 parent: 1 - - uid: 24 + - uid: 502 components: - type: Transform - pos: 0.5,-22.5 + pos: 6.5,-18.5 parent: 1 - - uid: 25 + - uid: 503 components: - type: Transform - pos: -0.5,-22.5 + pos: 7.5,-20.5 parent: 1 - - type: PointLight - radius: 1 - enabled: True - - uid: 26 + - uid: 504 components: - type: Transform - pos: -0.5,-21.5 + pos: 3.5,-19.5 parent: 1 - - uid: 28 + - uid: 505 components: - type: Transform - pos: -0.5,-23.5 + pos: 3.5,-20.5 parent: 1 - - type: PointLight - radius: 1 - enabled: True - - uid: 29 + - uid: 506 components: - type: Transform - pos: -1.5,-21.5 + pos: 3.5,-21.5 parent: 1 - - uid: 30 + - uid: 507 components: - type: Transform - pos: -1.5,-23.5 + pos: 2.5,-24.5 parent: 1 -- proto: AmmoLoader - entities: - - uid: 657 + - uid: 508 components: - type: Transform - pos: 2.5,-10.5 + pos: -1.5,-24.5 parent: 1 - - type: DeviceLinkSource - linkedPorts: - 807: - - - AmmoLoaderLoad - - SpaceArtilleryLoad - 806: - - - AmmoLoaderLoad - - SpaceArtilleryLoad -- proto: APCBasic - entities: - - uid: 33 + - uid: 509 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-14.5 + pos: -2.5,-21.5 parent: 1 - - uid: 34 + - uid: 510 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-15.5 + pos: -2.5,-19.5 parent: 1 - - uid: 35 + - uid: 511 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-8.5 + pos: -2.5,-20.5 parent: 1 - - uid: 36 + - uid: 512 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-8.5 + pos: -4.5,-20.5 parent: 1 - - uid: 131 + - uid: 513 components: - type: Transform - rot: 1.5707963267948966 rad pos: -4.5,-19.5 parent: 1 - - uid: 245 + - uid: 514 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-19.5 + pos: -4.5,-18.5 parent: 1 -- proto: AtmosDeviceFanDirectional - entities: - - uid: 37 + - uid: 515 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,2.5 + pos: -5.5,-20.5 parent: 1 -- proto: AtmosFixBlockerMarker - entities: - - uid: 38 + - uid: 516 components: - type: Transform - pos: -11.5,-22.5 + pos: -5.5,-19.5 parent: 1 - - uid: 39 + - uid: 517 components: - type: Transform - pos: -12.5,-20.5 + pos: -5.5,-18.5 parent: 1 - - uid: 40 + - uid: 518 components: - type: Transform - pos: -13.5,-19.5 + pos: -6.5,-20.5 parent: 1 - - uid: 41 + - uid: 519 components: - type: Transform - pos: -12.5,-18.5 + pos: -6.5,-13.5 parent: 1 - - uid: 42 + - uid: 520 components: - type: Transform - pos: -11.5,-18.5 + pos: -6.5,-12.5 parent: 1 - - uid: 43 + - uid: 521 components: - type: Transform - pos: -11.5,-17.5 + pos: -5.5,-12.5 parent: 1 - - uid: 44 + - uid: 522 components: - type: Transform - pos: -10.5,-17.5 + pos: -5.5,-13.5 parent: 1 - - uid: 45 + - uid: 523 components: - type: Transform - pos: -10.5,-16.5 + pos: -5.5,-14.5 parent: 1 - - uid: 46 + - uid: 524 components: - type: Transform - pos: -9.5,-15.5 + pos: -4.5,-12.5 parent: 1 - - uid: 47 + - uid: 525 components: - type: Transform - pos: -9.5,-14.5 + pos: -4.5,-11.5 parent: 1 - - uid: 48 + - uid: 526 components: - type: Transform - pos: -10.5,-21.5 + pos: -4.5,-10.5 parent: 1 - - uid: 49 + - uid: 527 components: - type: Transform - pos: 4.5,-7.5 + pos: -3.5,-10.5 parent: 1 - - uid: 50 + - uid: 528 components: - type: Transform - pos: 4.5,-8.5 + pos: -2.5,-10.5 parent: 1 - - uid: 51 + - uid: 529 components: - type: Transform - pos: 5.5,-10.5 + pos: 3.5,-10.5 parent: 1 - - uid: 52 + - uid: 530 components: - type: Transform - pos: -8.5,-13.5 + pos: 4.5,-10.5 parent: 1 - - uid: 53 + - uid: 531 components: - type: Transform - pos: -8.5,-12.5 + pos: 5.5,-10.5 parent: 1 - - uid: 54 + - uid: 532 components: - type: Transform - pos: -7.5,-9.5 + pos: 5.5,-11.5 parent: 1 - - uid: 55 + - uid: 533 components: - type: Transform - pos: -7.5,-10.5 + pos: 5.5,-12.5 parent: 1 - - uid: 56 + - uid: 534 components: - type: Transform - pos: -6.5,-10.5 + pos: 6.5,-12.5 parent: 1 - - uid: 57 + - uid: 535 components: - type: Transform - pos: -5.5,-8.5 + pos: 6.5,-13.5 parent: 1 - - uid: 58 + - uid: 536 components: - type: Transform - pos: -5.5,-7.5 + pos: 6.5,-14.5 parent: 1 - - uid: 59 + - uid: 537 components: - type: Transform - pos: -5.5,-6.5 + pos: 7.5,-13.5 parent: 1 - - uid: 60 + - uid: 538 components: - type: Transform - pos: 6.5,-9.5 + pos: 7.5,-12.5 parent: 1 - - uid: 61 + - uid: 539 components: - type: Transform - pos: 6.5,-10.5 + pos: 4.5,-7.5 parent: 1 - - uid: 62 + - uid: 540 components: - type: Transform - pos: 3.5,-3.5 + pos: 4.5,-6.5 parent: 1 - - uid: 63 + - uid: 541 components: - type: Transform - pos: 3.5,-2.5 + pos: -3.5,-6.5 parent: 1 - - uid: 64 + - uid: 542 components: - type: Transform - pos: -4.5,-2.5 + pos: -3.5,-7.5 parent: 1 - - uid: 65 + - uid: 543 components: - type: Transform - pos: -4.5,-3.5 + pos: -2.5,-3.5 parent: 1 - - uid: 66 + - uid: 544 components: - type: Transform - pos: -3.5,2.5 + pos: -2.5,-2.5 parent: 1 - - uid: 67 + - uid: 545 components: - type: Transform - pos: -3.5,1.5 + pos: -2.5,-1.5 parent: 1 - - uid: 68 + - uid: 546 components: - type: Transform - pos: 4.5,-6.5 + pos: -1.5,-3.5 parent: 1 - - uid: 69 + - uid: 547 components: - type: Transform - pos: -2.5,1.5 + pos: -1.5,-2.5 parent: 1 - - uid: 70 + - uid: 548 components: - type: Transform - pos: -2.5,0.5 + pos: -1.5,-1.5 parent: 1 - - uid: 71 + - uid: 549 components: - type: Transform - pos: 1.5,0.5 + pos: -1.5,0.5 parent: 1 - - uid: 72 + - uid: 550 components: - type: Transform - pos: 1.5,1.5 + pos: -1.5,1.5 parent: 1 - - uid: 73 + - uid: 551 components: - type: Transform - pos: 2.5,2.5 + pos: -1.5,2.5 parent: 1 - - uid: 74 + - uid: 552 components: - type: Transform - pos: 2.5,1.5 + pos: -2.5,0.5 parent: 1 - - uid: 75 + - uid: 553 components: - type: Transform - pos: -10.5,-20.5 + pos: -2.5,1.5 parent: 1 - - uid: 76 + - uid: 554 components: - type: Transform - pos: -9.5,-21.5 + pos: -2.5,2.5 parent: 1 - - uid: 77 + - uid: 555 components: - type: Transform - pos: -9.5,-20.5 + pos: -2.5,5.5 parent: 1 - - uid: 78 + - uid: 556 components: - type: Transform - pos: -5.5,-25.5 + pos: -1.5,5.5 parent: 1 - - uid: 79 + - uid: 557 components: - type: Transform - pos: -4.5,-22.5 + pos: -0.5,5.5 parent: 1 - - uid: 80 + - uid: 558 components: - type: Transform - pos: -3.5,-25.5 + pos: -0.5,4.5 parent: 1 - - uid: 81 + - uid: 559 components: - type: Transform - pos: -2.5,-27.5 + pos: -1.5,4.5 parent: 1 - - uid: 82 + - uid: 560 components: - type: Transform - pos: -1.5,-26.5 + pos: -0.5,3.5 parent: 1 - - uid: 83 + - uid: 561 components: - type: Transform - pos: -0.5,-26.5 + pos: 0.5,3.5 parent: 1 - - uid: 84 + - uid: 562 components: - type: Transform - pos: 0.5,-26.5 + pos: 0.5,2.5 parent: 1 - - uid: 85 + - uid: 563 components: - type: Transform - pos: 1.5,-27.5 + pos: 1.5,3.5 parent: 1 - - uid: 86 + - uid: 564 components: - type: Transform - pos: 2.5,-25.5 + pos: 1.5,4.5 parent: 1 - - uid: 87 + - uid: 565 components: - type: Transform - pos: 4.5,-26.5 + pos: 1.5,5.5 parent: 1 - - uid: 88 + - uid: 566 components: - type: Transform - pos: 4.5,-25.5 + pos: 2.5,4.5 parent: 1 - - uid: 89 + - uid: 567 components: - type: Transform - pos: 5.5,-23.5 + pos: 2.5,5.5 parent: 1 - - uid: 90 + - uid: 568 components: - type: Transform - pos: 3.5,-22.5 + pos: 2.5,2.5 parent: 1 - - uid: 91 + - uid: 569 components: - type: Transform - pos: 6.5,-19.5 + pos: 2.5,1.5 parent: 1 - - uid: 92 + - uid: 570 components: - type: Transform - pos: 6.5,-20.5 + pos: 2.5,0.5 parent: 1 - - uid: 93 + - uid: 571 components: - type: Transform - pos: 7.5,-19.5 + pos: 3.5,2.5 parent: 1 - - uid: 94 + - uid: 572 components: - type: Transform - pos: 7.5,-20.5 + pos: 3.5,1.5 parent: 1 - - uid: 95 + - uid: 573 components: - type: Transform - pos: 8.5,-21.5 + pos: 3.5,0.5 parent: 1 - - uid: 96 + - uid: 574 components: - type: Transform - pos: 8.5,-20.5 + pos: 3.5,-1.5 parent: 1 - - uid: 97 + - uid: 575 components: - type: Transform - pos: 9.5,-20.5 + pos: 3.5,-2.5 parent: 1 - - uid: 98 + - uid: 576 components: - type: Transform - pos: 8.5,-14.5 + pos: 3.5,-3.5 parent: 1 - - uid: 99 + - uid: 577 components: - type: Transform - pos: 7.5,-13.5 + pos: 2.5,-1.5 parent: 1 - - uid: 100 + - uid: 578 components: - type: Transform - pos: 7.5,-12.5 + pos: 2.5,-2.5 parent: 1 - - uid: 101 + - uid: 579 components: - type: Transform - pos: 8.5,-15.5 + pos: 2.5,-3.5 parent: 1 - - uid: 102 + - uid: 580 components: - type: Transform - pos: 9.5,-16.5 + pos: 0.5,-2.5 parent: 1 - - uid: 103 + - uid: 581 components: - type: Transform - pos: 9.5,-17.5 + pos: 0.5,-1.5 parent: 1 - - uid: 104 + - uid: 582 components: - type: Transform - pos: 10.5,-17.5 + pos: 0.5,-0.5 parent: 1 - - uid: 105 +- proto: BunkBottom + entities: + - uid: 472 components: - type: Transform - pos: 10.5,-18.5 + pos: 1.5,-8.5 parent: 1 - - uid: 106 +- proto: BunkTop + entities: + - uid: 473 components: - type: Transform - pos: 11.5,-18.5 + pos: 1.5,-8.5 parent: 1 - - uid: 107 +- proto: CableApcExtension + entities: + - uid: 304 components: - type: Transform - pos: 12.5,-19.5 + pos: -2.5,-13.5 parent: 1 - - uid: 108 + - uid: 305 components: - type: Transform - pos: 11.5,-20.5 + pos: -1.5,-13.5 parent: 1 - - uid: 109 + - uid: 306 components: - type: Transform - pos: 10.5,-22.5 + pos: -0.5,-13.5 parent: 1 - - uid: 110 + - uid: 307 components: - type: Transform - pos: 9.5,-21.5 + pos: 0.5,-13.5 parent: 1 - - uid: 111 + - uid: 308 components: - type: Transform - pos: -5.5,-26.5 + pos: 1.5,-13.5 parent: 1 - - uid: 112 + - uid: 309 components: - type: Transform - pos: -6.5,-23.5 + pos: 1.5,-12.5 parent: 1 - - uid: 113 + - uid: 310 components: - type: Transform - pos: -7.5,-19.5 + pos: 1.5,-11.5 parent: 1 - - uid: 114 + - uid: 311 components: - type: Transform - pos: -7.5,-20.5 + pos: 1.5,-10.5 parent: 1 - - uid: 115 + - uid: 312 components: - type: Transform - pos: -8.5,-19.5 + pos: 1.5,-9.5 parent: 1 - - uid: 116 + - uid: 313 components: - type: Transform - pos: -8.5,-20.5 + pos: 1.5,-8.5 parent: 1 -- proto: Bed - entities: - - uid: 117 + - uid: 314 components: - type: Transform - pos: 3.5,-17.5 + pos: 1.5,-7.5 parent: 1 -- proto: BedsheetBlack - entities: - - uid: 118 + - uid: 315 components: - type: Transform - pos: 3.5,-17.5 + pos: 1.5,-14.5 parent: 1 -- proto: BlastDoor - entities: - - uid: 119 + - uid: 316 components: - type: Transform - pos: 0.5,-12.5 + pos: 1.5,-15.5 parent: 1 - - uid: 120 + - uid: 317 components: - type: Transform - pos: -0.5,-12.5 + pos: 0.5,-15.5 parent: 1 -- proto: BlastDoorOpen - entities: - - uid: 121 + - uid: 318 components: - type: Transform - pos: -0.5,1.5 + pos: -0.5,-15.5 parent: 1 -- proto: ButtonFrameCaution - entities: - - uid: 122 + - uid: 319 components: - type: Transform - pos: 1.5,-12.5 + pos: -1.5,-15.5 parent: 1 - - uid: 123 + - uid: 320 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,0.5 + pos: -2.5,-15.5 parent: 1 -- proto: CableApcExtension - entities: - - uid: 31 + - uid: 321 components: - type: Transform - pos: -4.5,-19.5 + pos: -2.5,-16.5 parent: 1 - - uid: 124 + - uid: 322 components: - type: Transform - pos: 0.5,-9.5 + pos: -3.5,-16.5 parent: 1 - - uid: 125 + - uid: 323 components: - type: Transform - pos: -3.5,-19.5 + pos: -4.5,-16.5 parent: 1 - - uid: 126 + - uid: 324 components: - type: Transform - pos: 1.5,-20.5 + pos: -5.5,-16.5 parent: 1 - - uid: 127 + - uid: 325 components: - type: Transform - pos: 0.5,-20.5 + pos: 2.5,-15.5 parent: 1 - - uid: 128 + - uid: 326 components: - type: Transform - pos: -0.5,-20.5 + pos: 3.5,-15.5 parent: 1 - - uid: 129 + - uid: 327 components: - type: Transform - pos: -1.5,-20.5 + pos: 3.5,-16.5 parent: 1 - - uid: 130 + - uid: 328 components: - type: Transform - pos: -2.5,-20.5 + pos: 4.5,-16.5 parent: 1 - - uid: 132 + - uid: 329 components: - type: Transform - pos: -0.5,-21.5 + pos: 5.5,-16.5 parent: 1 - - uid: 133 + - uid: 330 components: - type: Transform - pos: -0.5,-22.5 + pos: 6.5,-16.5 parent: 1 - - uid: 134 + - uid: 331 components: - type: Transform - pos: -0.5,-23.5 + pos: 0.5,-16.5 parent: 1 - - uid: 135 + - uid: 332 components: - type: Transform - pos: -0.5,-24.5 + pos: 0.5,-17.5 parent: 1 - - uid: 136 + - uid: 333 components: - type: Transform - pos: -0.5,-25.5 + pos: 0.5,-18.5 parent: 1 - - uid: 137 + - uid: 334 components: - type: Transform - pos: -0.5,-19.5 + pos: 0.5,-19.5 parent: 1 - - uid: 138 + - uid: 335 components: - type: Transform - pos: -0.5,-18.5 + pos: 0.5,-20.5 parent: 1 - - uid: 139 + - uid: 336 components: - type: Transform - pos: -0.5,-17.5 + pos: 0.5,-21.5 parent: 1 - - uid: 140 + - uid: 337 components: - type: Transform - pos: -0.5,-16.5 + pos: 0.5,-22.5 parent: 1 - - uid: 141 + - uid: 338 components: - type: Transform - pos: -0.5,-15.5 + pos: 0.5,-23.5 parent: 1 - - uid: 142 + - uid: 583 components: - type: Transform - pos: 0.5,-14.5 + pos: 0.5,-7.5 parent: 1 - - uid: 143 + - uid: 584 components: - type: Transform - pos: 0.5,-13.5 + pos: 0.5,-6.5 parent: 1 - - uid: 144 + - uid: 585 components: - type: Transform - pos: -1.5,-15.5 + pos: 0.5,-5.5 parent: 1 - - uid: 145 + - uid: 586 components: - type: Transform - pos: -2.5,-15.5 + pos: 0.5,-4.5 parent: 1 - - uid: 146 + - uid: 587 components: - type: Transform - pos: -3.5,-15.5 + pos: 0.5,-3.5 parent: 1 - - uid: 147 + - uid: 588 components: - type: Transform - pos: -4.5,-15.5 + pos: 0.5,-2.5 parent: 1 - - uid: 148 + - uid: 589 components: - type: Transform - pos: -5.5,-15.5 + pos: 0.5,-1.5 parent: 1 - - uid: 149 + - uid: 590 components: - type: Transform - pos: 0.5,-15.5 + pos: 0.5,-0.5 parent: 1 - - uid: 150 + - uid: 591 components: - type: Transform - pos: 1.5,-15.5 + pos: 0.5,0.5 parent: 1 - - uid: 151 + - uid: 592 components: - type: Transform - pos: 2.5,-15.5 + pos: 0.5,1.5 parent: 1 - - uid: 152 + - uid: 593 components: - type: Transform - pos: 3.5,-15.5 + pos: 0.5,2.5 parent: 1 - - uid: 153 + - uid: 594 components: - type: Transform - pos: 4.5,-15.5 + pos: 1.5,2.5 parent: 1 - - uid: 154 + - uid: 595 components: - type: Transform - pos: 4.5,-16.5 + pos: 2.5,2.5 parent: 1 - - uid: 155 + - uid: 596 components: - type: Transform - pos: 5.5,-16.5 + pos: -0.5,2.5 parent: 1 - - uid: 156 + - uid: 597 components: - type: Transform - pos: 6.5,-16.5 + pos: -1.5,2.5 parent: 1 - - uid: 157 + - uid: 598 components: - type: Transform - pos: -5.5,-16.5 + pos: -1.5,1.5 parent: 1 - - uid: 158 + - uid: 599 components: - type: Transform - pos: -6.5,-16.5 + pos: -1.5,0.5 parent: 1 - - uid: 159 + - uid: 600 components: - type: Transform - pos: -7.5,-16.5 + pos: -1.5,-0.5 parent: 1 - - uid: 160 + - uid: 601 components: - type: Transform - pos: -7.5,-17.5 + pos: -1.5,-1.5 parent: 1 - - uid: 161 + - uid: 602 components: - type: Transform - pos: -7.5,-15.5 + pos: -1.5,-2.5 parent: 1 - - uid: 162 + - uid: 603 components: - type: Transform - pos: 6.5,-17.5 + pos: -1.5,-3.5 parent: 1 - - uid: 163 + - uid: 604 components: - type: Transform - pos: 6.5,-15.5 + pos: -1.5,-4.5 parent: 1 - - uid: 164 + - uid: 605 components: - type: Transform - pos: 6.5,-18.5 + pos: -0.5,-4.5 parent: 1 - - uid: 165 + - uid: 606 components: - type: Transform - pos: 7.5,-18.5 + pos: 1.5,-4.5 parent: 1 - - uid: 166 + - uid: 607 components: - type: Transform - pos: 8.5,-18.5 + pos: 2.5,-4.5 parent: 1 - - uid: 167 + - uid: 608 components: - type: Transform - pos: 9.5,-18.5 + pos: 2.5,-3.5 parent: 1 - - uid: 168 + - uid: 609 components: - type: Transform - pos: -10.5,-18.5 + pos: 2.5,-2.5 parent: 1 - - uid: 169 + - uid: 610 components: - type: Transform - pos: -9.5,-18.5 + pos: 2.5,-1.5 parent: 1 - - uid: 170 + - uid: 611 components: - type: Transform - pos: -8.5,-18.5 + pos: 2.5,-0.5 parent: 1 - - uid: 171 + - uid: 612 components: - type: Transform - pos: -7.5,-18.5 + pos: 2.5,0.5 parent: 1 - - uid: 172 + - uid: 613 components: - type: Transform - pos: -5.5,-14.5 + pos: 2.5,1.5 parent: 1 - - uid: 173 + - uid: 614 components: - type: Transform - pos: -6.5,-14.5 + pos: -1.5,-5.5 parent: 1 - - uid: 174 + - uid: 615 components: - type: Transform - pos: -7.5,-14.5 + pos: -1.5,-6.5 parent: 1 - - uid: 175 + - uid: 616 components: - type: Transform - pos: -8.5,-14.5 + pos: -1.5,-7.5 parent: 1 - - uid: 176 + - uid: 617 components: - type: Transform - pos: 4.5,-14.5 + pos: 2.5,-5.5 parent: 1 - - uid: 177 + - uid: 618 components: - type: Transform - pos: 5.5,-14.5 + pos: 2.5,-6.5 parent: 1 - - uid: 178 + - uid: 619 components: - type: Transform - pos: 6.5,-14.5 + pos: 2.5,-7.5 parent: 1 - - uid: 179 + - uid: 620 components: - type: Transform - pos: 7.5,-14.5 + pos: -0.5,-7.5 parent: 1 - - uid: 180 +- proto: CableHV + entities: + - uid: 231 components: - type: Transform - pos: -3.5,-14.5 + pos: 1.5,-12.5 parent: 1 - - uid: 181 + - uid: 260 components: - type: Transform - pos: -1.5,-14.5 + pos: 1.5,-19.5 parent: 1 - - uid: 182 + - uid: 261 components: - type: Transform - pos: -1.5,-13.5 + pos: 0.5,-19.5 parent: 1 - - uid: 183 + - uid: 262 components: - type: Transform - pos: -1.5,-12.5 + pos: -0.5,-19.5 parent: 1 - - uid: 184 + - uid: 263 components: - type: Transform - pos: -1.5,-11.5 + pos: -0.5,-20.5 parent: 1 - - uid: 185 + - uid: 264 components: - type: Transform - pos: -1.5,-10.5 + pos: -0.5,-21.5 parent: 1 - - uid: 186 + - uid: 265 components: - type: Transform - pos: 0.5,-12.5 + pos: -0.5,-22.5 parent: 1 - - uid: 187 + - uid: 266 components: - type: Transform - pos: 0.5,-11.5 + pos: 1.5,-21.5 parent: 1 - - uid: 188 + - uid: 267 components: - type: Transform - pos: 0.5,-10.5 + pos: 1.5,-22.5 parent: 1 - - uid: 189 + - uid: 268 components: - type: Transform - pos: 0.5,-8.5 + pos: 0.5,-22.5 parent: 1 - - uid: 190 + - uid: 269 components: - type: Transform - pos: 0.5,-7.5 + pos: 1.5,-18.5 parent: 1 - - uid: 191 + - uid: 270 components: - type: Transform - pos: 0.5,-6.5 + pos: 1.5,-17.5 parent: 1 - - uid: 192 + - uid: 271 components: - type: Transform - pos: 0.5,-5.5 + pos: 0.5,-17.5 parent: 1 - - uid: 193 + - uid: 272 components: - type: Transform - pos: 0.5,-4.5 + pos: 0.5,-16.5 parent: 1 - - uid: 194 + - uid: 273 components: - type: Transform - pos: 0.5,-3.5 + pos: -0.5,-16.5 parent: 1 - - uid: 195 + - uid: 274 components: - type: Transform - pos: 0.5,-2.5 + pos: 0.5,-15.5 parent: 1 - - uid: 196 + - uid: 275 components: - type: Transform - pos: 0.5,-1.5 + pos: 1.5,-15.5 parent: 1 - - uid: 197 + - uid: 276 components: - type: Transform - pos: 0.5,-0.5 + pos: 1.5,-14.5 parent: 1 - - uid: 198 + - uid: 277 components: - type: Transform - pos: 0.5,0.5 + pos: 1.5,-13.5 parent: 1 - - uid: 199 + - uid: 280 components: - type: Transform - pos: 0.5,1.5 + pos: 1.5,-11.5 parent: 1 - - uid: 200 + - uid: 284 components: - type: Transform - pos: 0.5,2.5 + pos: 2.5,-11.5 parent: 1 - - uid: 201 +- proto: CableMV + entities: + - uid: 287 components: - type: Transform - pos: -1.5,2.5 + pos: -0.5,-16.5 parent: 1 - - uid: 202 + - uid: 288 components: - type: Transform - pos: -1.5,1.5 + pos: 0.5,-16.5 parent: 1 - - uid: 203 + - uid: 289 components: - type: Transform - pos: -1.5,0.5 + pos: 0.5,-15.5 parent: 1 - - uid: 204 + - uid: 290 components: - type: Transform - pos: -1.5,-0.5 + pos: 1.5,-15.5 parent: 1 - - uid: 205 + - uid: 291 components: - type: Transform - pos: -1.5,-1.5 + pos: 1.5,-14.5 parent: 1 - - uid: 206 + - uid: 292 components: - type: Transform - pos: -1.5,-2.5 + pos: 1.5,-13.5 parent: 1 - - uid: 207 + - uid: 293 components: - type: Transform - pos: -1.5,-3.5 + pos: 1.5,-12.5 parent: 1 - - uid: 208 + - uid: 294 components: - type: Transform - pos: -1.5,-4.5 + pos: 1.5,-11.5 parent: 1 - - uid: 209 + - uid: 295 components: - type: Transform - pos: -1.5,-5.5 + pos: 2.5,-11.5 parent: 1 - - uid: 210 + - uid: 296 components: - type: Transform - pos: -1.5,-6.5 + pos: 1.5,-10.5 parent: 1 - - uid: 211 + - uid: 297 components: - type: Transform - pos: -1.5,-7.5 + pos: 1.5,-9.5 parent: 1 - - uid: 212 + - uid: 298 components: - type: Transform - pos: -1.5,-8.5 + pos: 1.5,-8.5 parent: 1 - - uid: 213 + - uid: 299 components: - type: Transform - pos: -1.5,-9.5 + pos: 1.5,-7.5 parent: 1 - - uid: 214 + - uid: 300 components: - type: Transform - pos: -0.5,-9.5 + pos: 0.5,-13.5 parent: 1 - - uid: 215 + - uid: 301 components: - type: Transform - pos: 1.5,-8.5 + pos: -0.5,-13.5 parent: 1 - - uid: 216 + - uid: 302 components: - type: Transform - pos: 2.5,-8.5 + pos: -1.5,-13.5 parent: 1 - - uid: 217 + - uid: 303 components: - type: Transform - pos: 3.5,-8.5 + pos: -2.5,-13.5 parent: 1 - - uid: 218 + - uid: 339 components: - type: Transform - pos: -2.5,-8.5 + pos: 0.5,-20.5 parent: 1 - - uid: 219 + - uid: 340 components: - type: Transform - pos: -3.5,-8.5 + pos: 0.5,-19.5 parent: 1 - - uid: 220 + - uid: 341 components: - type: Transform - pos: -4.5,-8.5 + pos: 0.5,-18.5 parent: 1 - - uid: 221 + - uid: 342 components: - type: Transform - pos: -2.5,-3.5 + pos: 0.5,-17.5 parent: 1 - - uid: 222 +- proto: CableTerminal + entities: + - uid: 259 components: - type: Transform - pos: 1.5,-3.5 + rot: 1.5707963267948966 rad + pos: 0.5,-19.5 parent: 1 - - uid: 223 +- proto: Catwalk + entities: + - uid: 8 components: - type: Transform - pos: 1.5,-0.5 + pos: 5.5,-12.5 parent: 1 - - uid: 224 + - uid: 14 components: - type: Transform - pos: -2.5,-0.5 + pos: 4.5,-7.5 parent: 1 - - uid: 225 + - uid: 16 components: - type: Transform - pos: -0.5,-1.5 + pos: -3.5,-7.5 parent: 1 - - uid: 226 + - uid: 21 components: - type: Transform - pos: -0.5,-5.5 + pos: -4.5,-12.5 parent: 1 - - uid: 227 + - uid: 22 components: - type: Transform - pos: -0.5,-12.5 + pos: -6.5,-13.5 parent: 1 - - uid: 244 + - uid: 23 components: - type: Transform - pos: -2.5,-19.5 + pos: 7.5,-13.5 parent: 1 - - uid: 828 + - uid: 24 components: - type: Transform - pos: 1.5,-19.5 + pos: 7.5,-20.5 parent: 1 - - uid: 829 + - uid: 25 components: - type: Transform - pos: 2.5,-19.5 + pos: -6.5,-20.5 parent: 1 - - uid: 830 + - uid: 26 components: - type: Transform - pos: 3.5,-19.5 + pos: 0.5,3.5 parent: 1 -- proto: CableHV - entities: - - uid: 228 + - uid: 27 components: - type: Transform - pos: 1.5,-20.5 + pos: 0.5,2.5 parent: 1 - - uid: 229 + - uid: 352 components: - type: Transform - pos: 0.5,-20.5 + pos: 1.5,3.5 parent: 1 - - uid: 230 + - uid: 353 components: - type: Transform - pos: 1.5,-22.5 + pos: 2.5,4.5 parent: 1 - - uid: 231 + - uid: 354 components: - type: Transform - pos: -1.5,-20.5 + pos: -0.5,3.5 parent: 1 - - uid: 232 + - uid: 355 components: - type: Transform - pos: -2.5,-22.5 + pos: -1.5,4.5 parent: 1 - - uid: 233 + - uid: 356 components: - type: Transform - pos: -0.5,-20.5 + pos: -1.5,2.5 parent: 1 - - uid: 234 + - uid: 357 components: - type: Transform - pos: -2.5,-20.5 + pos: -1.5,1.5 parent: 1 - - uid: 235 + - uid: 358 components: - type: Transform - pos: -2.5,-21.5 + pos: -1.5,0.5 parent: 1 - - uid: 236 + - uid: 359 components: - type: Transform - pos: 1.5,-21.5 + pos: -1.5,-1.5 parent: 1 -- proto: CableMV - entities: - - uid: 32 + - uid: 360 components: - type: Transform - pos: -4.5,-19.5 + pos: -1.5,-2.5 parent: 1 - - uid: 237 + - uid: 361 components: - type: Transform - pos: -2.5,-21.5 + pos: -1.5,-3.5 parent: 1 - - uid: 238 + - uid: 362 components: - type: Transform - pos: -2.5,-22.5 + pos: 2.5,-3.5 parent: 1 - - uid: 239 + - uid: 363 components: - type: Transform - pos: -2.5,-20.5 + pos: 2.5,-2.5 parent: 1 - - uid: 240 + - uid: 364 components: - type: Transform - pos: -1.5,-20.5 + pos: 2.5,-1.5 parent: 1 - - uid: 241 + - uid: 365 components: - type: Transform - pos: -0.5,-20.5 + pos: 2.5,0.5 parent: 1 - - uid: 246 + - uid: 366 components: - type: Transform - pos: 2.5,-15.5 + pos: 2.5,2.5 parent: 1 - - uid: 247 + - uid: 367 components: - type: Transform - pos: 2.5,-14.5 + pos: 2.5,1.5 parent: 1 - - uid: 248 + - uid: 368 components: - type: Transform - pos: 1.5,-14.5 + pos: 3.5,-10.5 parent: 1 - - uid: 249 + - uid: 369 components: - type: Transform - pos: 0.5,-14.5 + pos: -2.5,-10.5 parent: 1 - - uid: 250 + - uid: 370 components: - type: Transform - pos: -0.5,-14.5 + pos: -5.5,-14.5 parent: 1 - - uid: 251 + - uid: 371 components: - type: Transform - pos: -1.5,-14.5 + pos: 6.5,-14.5 parent: 1 - - uid: 252 + - uid: 372 components: - type: Transform - pos: -2.5,-14.5 + pos: 6.5,-18.5 parent: 1 - - uid: 253 + - uid: 373 components: - type: Transform - pos: -3.5,-14.5 + pos: 6.5,-19.5 parent: 1 - - uid: 254 + - uid: 374 components: - type: Transform - pos: -0.5,-15.5 + pos: 5.5,-18.5 parent: 1 - - uid: 255 + - uid: 375 components: - type: Transform - pos: -0.5,-16.5 + pos: 5.5,-19.5 parent: 1 - - uid: 256 + - uid: 376 components: - type: Transform - pos: -0.5,-17.5 + pos: 3.5,-19.5 parent: 1 - - uid: 257 + - uid: 377 components: - type: Transform - pos: -0.5,-18.5 + pos: -2.5,-19.5 parent: 1 - - uid: 258 + - uid: 378 components: - type: Transform - pos: -0.5,-19.5 + pos: -4.5,-19.5 parent: 1 - - uid: 259 + - uid: 379 components: - type: Transform - pos: -3.5,-8.5 + pos: -4.5,-18.5 parent: 1 - - uid: 260 + - uid: 380 components: - type: Transform - pos: -2.5,-8.5 + pos: -5.5,-19.5 parent: 1 - - uid: 261 + - uid: 381 components: - type: Transform - pos: -1.5,-8.5 + pos: -5.5,-18.5 parent: 1 - - uid: 262 + - uid: 435 components: - type: Transform - pos: -0.5,-8.5 + pos: 1.5,-22.5 parent: 1 - - uid: 263 + - uid: 436 components: - type: Transform - pos: 0.5,-8.5 + pos: 1.5,-21.5 parent: 1 - - uid: 264 + - uid: 442 components: - type: Transform - pos: 1.5,-8.5 + pos: 0.5,-12.5 parent: 1 - - uid: 265 + - uid: 443 components: - type: Transform - pos: 2.5,-8.5 + pos: -0.5,-12.5 parent: 1 - - uid: 266 +- proto: ChairPilotSeat + entities: + - uid: 391 components: - type: Transform - pos: -0.5,-9.5 + rot: 3.141592653589793 rad + pos: -0.5,-12.5 parent: 1 - - uid: 267 +- proto: ComputerGunneryConsole + entities: + - uid: 383 components: - type: Transform - pos: -0.5,-10.5 + pos: 0.5,-11.5 parent: 1 - - uid: 268 + - type: ApcPowerReceiver + powerLoad: 5 + - type: Battery + startingCharge: 0 +- proto: ComputerShuttleTSFNVWS + entities: + - uid: 382 components: - type: Transform pos: -0.5,-11.5 parent: 1 - - uid: 269 - components: - - type: Transform - pos: -1.5,-11.5 - parent: 1 - - uid: 270 + - type: ApcPowerReceiver + powerLoad: 5 + - type: Battery + startingCharge: 0 +- proto: ComputerTabletopIFF + entities: + - uid: 387 components: - type: Transform - pos: -2.5,-11.5 + rot: 1.5707963267948966 rad + pos: -1.5,-12.5 parent: 1 - - uid: 271 + - type: ApcPowerReceiver + powerLoad: 5 + - type: Battery + startingCharge: 0 +- proto: ComputerTabletopStationRecords + entities: + - uid: 388 components: - type: Transform - pos: -2.5,-12.5 + rot: 3.141592653589793 rad + pos: -0.5,-13.5 parent: 1 - - uid: 272 + - type: ApcPowerReceiver + powerLoad: 5 + - type: Battery + startingCharge: 0 +- proto: DarkCatwalkMono + entities: + - uid: 396 components: - type: Transform - pos: -2.5,-13.5 + pos: 1.5,-15.5 parent: 1 - - uid: 273 + - uid: 397 components: - type: Transform - pos: 0.5,-12.5 + pos: 0.5,-15.5 parent: 1 - - uid: 274 + - uid: 437 components: - type: Transform - pos: -0.5,-12.5 + pos: 2.5,-12.5 parent: 1 - - uid: 275 + - uid: 438 components: - type: Transform - pos: 0.5,-19.5 + pos: 2.5,-13.5 parent: 1 - - uid: 823 +- proto: FaxMachineShip + entities: + - uid: 389 components: - type: Transform - pos: 3.5,-19.5 + pos: -1.5,-13.5 parent: 1 - - uid: 824 +- proto: FireAlarm + entities: + - uid: 488 components: - type: Transform - pos: -3.5,-19.5 + pos: -1.5,-14.5 parent: 1 - - uid: 825 + - type: DeviceList + devices: + - 482 + - 483 + - uid: 490 components: - type: Transform - pos: -2.5,-19.5 + rot: 1.5707963267948966 rad + pos: -1.5,-18.5 parent: 1 - - uid: 826 + - type: DeviceList + devices: + - 483 + - uid: 491 components: - type: Transform - pos: 2.5,-19.5 + rot: 3.141592653589793 rad + pos: 0.5,-14.5 parent: 1 - - uid: 827 + - type: DeviceList + devices: + - 482 + - 481 + - uid: 494 components: - type: Transform - pos: 1.5,-19.5 + rot: -1.5707963267948966 rad + pos: 2.5,-9.5 parent: 1 -- proto: CableTerminal + - type: DeviceList + devices: + - 481 + - 476 +- proto: Firelock entities: - - uid: 27 + - uid: 476 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-20.5 + pos: 0.5,-7.5 parent: 1 -- proto: Catwalk - entities: - - uid: 276 + - type: DeviceNetwork + deviceLists: + - 494 + - 493 + - uid: 482 components: - type: Transform - pos: 2.5,2.5 + pos: 1.5,-14.5 parent: 1 - - uid: 277 + - type: DeviceNetwork + deviceLists: + - 488 + - 487 + - 492 + - 491 + - uid: 483 components: - type: Transform - pos: 2.5,1.5 + pos: 0.5,-16.5 parent: 1 - - uid: 278 + - type: DeviceNetwork + deviceLists: + - 488 + - 487 + - 490 + - 489 +- proto: FirelockGlass + entities: + - uid: 481 components: - type: Transform - pos: 1.5,0.5 + pos: 1.5,-10.5 parent: 1 - - uid: 279 + - type: DeviceNetwork + deviceLists: + - 492 + - 491 + - 494 + - 493 +- proto: FloorDrain + entities: + - uid: 456 components: - type: Transform - pos: -2.5,0.5 + pos: -0.5,-6.5 parent: 1 - - uid: 280 + - type: Fixtures + fixtures: {} + - uid: 470 components: - type: Transform - pos: -3.5,2.5 + pos: -0.5,-8.5 parent: 1 - - uid: 281 + - type: Fixtures + fixtures: {} +- proto: GasMixerOn + entities: + - uid: 256 components: - type: Transform - pos: -3.5,1.5 + rot: -1.5707963267948966 rad + pos: 0.5,-18.5 parent: 1 - - uid: 282 + - type: AtmosPipeLayers + pipeLayer: Secondary + - type: AtmosPipeColor + color: '#00AACCFF' +- proto: GasPassiveVent + entities: + - uid: 453 components: - type: Transform - pos: 3.5,-3.5 + pos: 0.5,3.5 parent: 1 - - uid: 283 + - type: AtmosPipeColor + color: '#FF0040FF' + - uid: 458 components: - type: Transform - pos: -4.5,-3.5 + pos: 0.5,-6.5 parent: 1 - - uid: 284 + - uid: 459 components: - type: Transform - pos: 4.5,-7.5 + rot: 3.141592653589793 rad + pos: 0.5,-8.5 parent: 1 - - uid: 285 + - uid: 460 components: - type: Transform - pos: -5.5,-7.5 + rot: -1.5707963267948966 rad + pos: 5.5,-16.5 parent: 1 - - uid: 286 + - uid: 461 components: - type: Transform - pos: -0.5,-5.5 + rot: 1.5707963267948966 rad + pos: -4.5,-16.5 parent: 1 - - uid: 287 + - uid: 462 components: - type: Transform - pos: 6.5,-9.5 + rot: -1.5707963267948966 rad + pos: -2.5,-16.5 parent: 1 - - uid: 288 + - uid: 463 components: - type: Transform - pos: 6.5,-10.5 + rot: 1.5707963267948966 rad + pos: 3.5,-16.5 parent: 1 - - uid: 289 + - uid: 484 components: - type: Transform - pos: 5.5,-10.5 + rot: -1.5707963267948966 rad + pos: 1.5,-22.5 parent: 1 - - uid: 290 + - uid: 485 components: - type: Transform - pos: -6.5,-10.5 + rot: 1.5707963267948966 rad + pos: -0.5,-22.5 parent: 1 - - uid: 291 +- proto: GasPipeBendAlt1 + entities: + - uid: 255 components: - type: Transform - pos: -7.5,-10.5 + rot: 1.5707963267948966 rad + pos: 0.5,-17.5 parent: 1 - - uid: 292 + - uid: 413 components: - type: Transform - pos: -7.5,-9.5 + pos: 1.5,-9.5 parent: 1 - - uid: 293 + - type: AtmosPipeColor + color: '#00AACCFF' + - uid: 424 components: - type: Transform - pos: -5.5,-8.5 + rot: -1.5707963267948966 rad + pos: 1.5,-15.5 parent: 1 - - uid: 294 + - type: AtmosPipeColor + color: '#00AACCFF' + - uid: 429 components: - type: Transform - pos: -0.5,-10.5 + rot: -1.5707963267948966 rad + pos: 0.5,-17.5 parent: 1 - - uid: 295 + - type: AtmosPipeColor + color: '#00AACCFF' + - uid: 430 components: - type: Transform - pos: -0.5,1.5 + rot: 1.5707963267948966 rad + pos: -0.5,-17.5 parent: 1 - - uid: 296 + - type: AtmosPipeColor + color: '#00AACCFF' +- proto: GasPipeBendAlt2 + entities: + - uid: 412 components: - type: Transform - pos: -1.5,-11.5 + pos: 1.5,-9.5 parent: 1 - - uid: 297 + - type: AtmosPipeColor + color: '#FF0040FF' + - uid: 425 components: - type: Transform - pos: -0.5,0.5 + rot: 1.5707963267948966 rad + pos: 0.5,-15.5 parent: 1 - - uid: 298 + - type: AtmosPipeColor + color: '#FF0040FF' + - uid: 431 components: - type: Transform - pos: 0.5,-8.5 + rot: -1.5707963267948966 rad + pos: 0.5,-18.5 parent: 1 - - uid: 299 + - type: AtmosPipeColor + color: '#FF0040FF' +- proto: GasPipeManifold + entities: + - uid: 452 components: - type: Transform - pos: -0.5,-8.5 + pos: 0.5,2.5 parent: 1 - - uid: 300 + - type: AtmosPipeColor + color: '#FF0040FF' +- proto: GasPipeStraight + entities: + - uid: 464 components: - type: Transform - pos: -0.5,-9.5 + rot: 1.5707963267948966 rad + pos: 4.5,-16.5 parent: 1 - - uid: 301 + - uid: 465 components: - type: Transform - pos: 0.5,-9.5 + rot: 1.5707963267948966 rad + pos: -3.5,-16.5 parent: 1 - - uid: 302 + - uid: 466 components: - type: Transform - pos: -0.5,-4.5 + pos: 0.5,-7.5 parent: 1 - - uid: 303 + - uid: 486 components: - type: Transform - pos: -0.5,-1.5 + rot: 1.5707963267948966 rad + pos: 0.5,-22.5 parent: 1 - - uid: 304 +- proto: GasPipeStraightAlt1 + entities: + - uid: 409 components: - type: Transform - pos: -0.5,-2.5 + pos: 1.5,-13.5 parent: 1 - - uid: 305 + - type: AtmosPipeColor + color: '#00AACCFF' + - uid: 410 components: - type: Transform - pos: -0.5,-3.5 + pos: 1.5,-11.5 parent: 1 - - uid: 306 + - type: AtmosPipeColor + color: '#00AACCFF' + - uid: 411 components: - type: Transform - pos: 4.5,-8.5 + pos: 1.5,-10.5 parent: 1 - - uid: 307 + - type: AtmosPipeColor + color: '#00AACCFF' + - uid: 416 components: - type: Transform - pos: 7.5,-19.5 + rot: -1.5707963267948966 rad + pos: 0.5,-12.5 parent: 1 - - uid: 308 + - type: AtmosPipeColor + color: '#00AACCFF' + - uid: 418 components: - type: Transform - pos: 7.5,-20.5 + rot: 3.141592653589793 rad + pos: 1.5,-14.5 parent: 1 - - uid: 309 + - type: AtmosPipeColor + color: '#00AACCFF' + - uid: 420 components: - type: Transform - pos: 6.5,-19.5 + rot: 1.5707963267948966 rad + pos: -1.5,-15.5 parent: 1 - - uid: 310 + - type: AtmosPipeColor + color: '#00AACCFF' + - uid: 421 components: - type: Transform - pos: 6.5,-20.5 + rot: 1.5707963267948966 rad + pos: -0.5,-15.5 parent: 1 - - uid: 311 + - type: AtmosPipeColor + color: '#00AACCFF' + - uid: 428 components: - type: Transform - pos: 8.5,-20.5 + pos: 0.5,-16.5 parent: 1 - - uid: 312 + - type: AtmosPipeColor + color: '#00AACCFF' +- proto: GasPipeStraightAlt2 + entities: + - uid: 406 components: - type: Transform - pos: 8.5,-21.5 + pos: 1.5,-10.5 parent: 1 - - uid: 313 + - type: AtmosPipeColor + color: '#FF0040FF' + - uid: 407 components: - type: Transform - pos: 9.5,-20.5 + pos: 1.5,-11.5 parent: 1 - - uid: 314 + - type: AtmosPipeColor + color: '#FF0040FF' + - uid: 408 components: - type: Transform - pos: 9.5,-21.5 + pos: 1.5,-12.5 parent: 1 - - uid: 315 + - type: AtmosPipeColor + color: '#FF0040FF' + - uid: 417 components: - type: Transform - pos: 4.5,-26.5 + rot: 3.141592653589793 rad + pos: 1.5,-14.5 parent: 1 - - uid: 316 + - type: AtmosPipeColor + color: '#FF0040FF' + - uid: 419 components: - type: Transform - pos: 4.5,-25.5 + rot: 1.5707963267948966 rad + pos: 2.5,-15.5 parent: 1 - - uid: 317 + - type: AtmosPipeColor + color: '#FF0040FF' + - uid: 426 components: - type: Transform - pos: 3.5,-22.5 + pos: 0.5,-17.5 parent: 1 - - uid: 318 + - type: AtmosPipeColor + color: '#FF0040FF' + - uid: 427 components: - type: Transform - pos: -4.5,-22.5 + pos: 0.5,-16.5 parent: 1 - - uid: 319 + - type: AtmosPipeColor + color: '#FF0040FF' + - uid: 439 components: - type: Transform - pos: -5.5,-26.5 + pos: 0.5,-6.5 parent: 1 - - uid: 320 + - type: AtmosPipeColor + color: '#FF0040FF' + - uid: 440 components: - type: Transform - pos: -5.5,-25.5 + pos: 0.5,-7.5 parent: 1 - - uid: 321 + - type: AtmosPipeColor + color: '#FF0040FF' + - uid: 441 components: - type: Transform - pos: -1.5,-26.5 + pos: 0.5,-8.5 parent: 1 - - uid: 322 + - type: AtmosPipeColor + color: '#FF0040FF' + - uid: 444 components: - type: Transform - pos: -0.5,-26.5 + pos: 0.5,-5.5 parent: 1 - - uid: 323 + - type: AtmosPipeColor + color: '#FF0040FF' + - uid: 445 components: - type: Transform - pos: 0.5,-26.5 + pos: 0.5,-4.5 parent: 1 - - uid: 324 + - type: AtmosPipeColor + color: '#FF0040FF' + - uid: 446 components: - type: Transform - pos: -7.5,-19.5 + pos: 0.5,-3.5 parent: 1 - - uid: 325 + - type: AtmosPipeColor + color: '#FF0040FF' + - uid: 447 components: - type: Transform - pos: -7.5,-20.5 + pos: 0.5,-2.5 parent: 1 - - uid: 326 + - type: AtmosPipeColor + color: '#FF0040FF' + - uid: 448 components: - type: Transform - pos: -8.5,-19.5 + pos: 0.5,-1.5 parent: 1 - - uid: 327 - components: - - type: Transform - pos: -8.5,-20.5 - parent: 1 - - uid: 328 - components: - - type: Transform - pos: -9.5,-20.5 - parent: 1 - - uid: 329 - components: - - type: Transform - pos: -9.5,-21.5 - parent: 1 - - uid: 330 - components: - - type: Transform - pos: -10.5,-20.5 - parent: 1 - - uid: 331 - components: - - type: Transform - pos: -10.5,-21.5 - parent: 1 - - uid: 332 - components: - - type: Transform - pos: -11.5,-18.5 - parent: 1 - - uid: 333 - components: - - type: Transform - pos: -10.5,-17.5 - parent: 1 - - uid: 334 - components: - - type: Transform - pos: -9.5,-15.5 - parent: 1 - - uid: 335 - components: - - type: Transform - pos: -8.5,-13.5 - parent: 1 - - uid: 336 - components: - - type: Transform - pos: 7.5,-13.5 - parent: 1 - - uid: 337 - components: - - type: Transform - pos: 8.5,-15.5 - parent: 1 - - uid: 338 - components: - - type: Transform - pos: 9.5,-17.5 - parent: 1 - - uid: 339 - components: - - type: Transform - pos: 10.5,-18.5 - parent: 1 - - uid: 340 - components: - - type: Transform - pos: -4.5,-15.5 - parent: 1 - - uid: 341 - components: - - type: Transform - pos: -5.5,-15.5 - parent: 1 - - uid: 342 - components: - - type: Transform - pos: -1.5,-10.5 - parent: 1 - - uid: 343 - components: - - type: Transform - pos: -1.5,-8.5 - parent: 1 - - uid: 344 - components: - - type: Transform - pos: -2.5,-15.5 - parent: 1 - - uid: 345 - components: - - type: Transform - pos: -2.5,-13.5 - parent: 1 - - uid: 346 - components: - - type: Transform - pos: -1.5,-9.5 - parent: 1 - - uid: 347 - components: - - type: Transform - pos: -1.5,-15.5 - parent: 1 - - uid: 348 - components: - - type: Transform - pos: -0.5,-11.5 - parent: 1 - - uid: 349 - components: - - type: Transform - pos: -2.5,-14.5 - parent: 1 - - uid: 350 - components: - - type: Transform - pos: -0.5,-16.5 - parent: 1 - - uid: 351 - components: - - type: Transform - pos: 1.5,-22.5 - parent: 1 - - uid: 352 - components: - - type: Transform - pos: 0.5,-11.5 - parent: 1 - - uid: 353 - components: - - type: Transform - pos: -0.5,-15.5 - parent: 1 - - uid: 354 - components: - - type: Transform - pos: 1.5,-8.5 - parent: 1 - - uid: 355 - components: - - type: Transform - pos: 1.5,-9.5 - parent: 1 - - uid: 356 - components: - - type: Transform - pos: 1.5,-10.5 - parent: 1 - - uid: 357 - components: - - type: Transform - pos: 1.5,-11.5 - parent: 1 - - uid: 358 - components: - - type: Transform - pos: 0.5,-10.5 - parent: 1 - - uid: 359 - components: - - type: Transform - pos: 1.5,-20.5 - parent: 1 - - uid: 360 - components: - - type: Transform - pos: 0.5,-20.5 - parent: 1 - - uid: 361 - components: - - type: Transform - pos: -0.5,-20.5 - parent: 1 - - uid: 362 - components: - - type: Transform - pos: -1.5,-20.5 - parent: 1 - - uid: 363 - components: - - type: Transform - pos: -2.5,-20.5 - parent: 1 - - uid: 364 - components: - - type: Transform - pos: 1.5,-21.5 - parent: 1 - - uid: 365 - components: - - type: Transform - pos: -2.5,-21.5 - parent: 1 - - uid: 366 - components: - - type: Transform - pos: -2.5,-22.5 - parent: 1 -- proto: ChairPilotSeat - entities: - - uid: 367 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-16.5 - parent: 1 - - uid: 368 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-14.5 - parent: 1 -- proto: ClosetWallO2N2Filled - entities: - - uid: 369 - components: - - type: Transform - pos: -1.5,-6.5 - parent: 1 -- proto: ComputerAdvancedRadar - entities: - - uid: 370 - components: - - type: Transform - pos: 0.5,-13.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 5 - - type: Battery - startingCharge: 0 -- proto: ComputerGunneryConsole - entities: - - uid: 371 - components: - - type: Transform - pos: 1.5,-15.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 5 - - type: Battery - startingCharge: 0 -- proto: ComputerIFF - entities: - - uid: 372 - components: - - type: Transform - pos: -1.5,-13.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 5 - - type: Battery - startingCharge: 0 -- proto: ComputerShuttleTSFNVWS - entities: - - uid: 373 - components: - - type: Transform - pos: -0.5,-13.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 5 - - type: Battery - startingCharge: 0 -- proto: ComputerStationRecords - entities: - - uid: 374 - components: - - type: Transform - pos: 0.5,-15.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 5 - - type: Battery - startingCharge: 0 -- proto: DefibrillatorCabinetFilled - entities: - - uid: 375 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-12.5 - parent: 1 -- proto: ExtinguisherCabinetFilled - entities: - - uid: 376 - components: - - type: Transform - pos: 0.5,-6.5 - parent: 1 - - uid: 377 - components: - - type: Transform - pos: -3.5,-16.5 - parent: 1 -- proto: FaxMachineShip - entities: - - uid: 378 - components: - - type: Transform - pos: -1.5,-16.5 - parent: 1 -- proto: FireAlarm - entities: - - uid: 379 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-21.5 - parent: 1 - - type: DeviceList - devices: - - 386 - - uid: 380 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-16.5 - parent: 1 - - type: DeviceList - devices: - - 389 - - uid: 381 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-16.5 - parent: 1 - - type: DeviceList - devices: - - 388 - - 16 - - uid: 382 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-17.5 - parent: 1 - - type: DeviceList - devices: - - 388 - - 386 - - 389 - - 385 - - uid: 383 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-10.5 - parent: 1 - - type: DeviceList - devices: - - 387 - - 385 - - uid: 384 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-1.5 - parent: 1 - - type: DeviceList - devices: - - 387 -- proto: Firelock - entities: - - uid: 385 - components: - - type: Transform - pos: -2.5,-12.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 383 - - 6 - - 382 - - 5 - - uid: 386 - components: - - type: Transform - pos: -0.5,-17.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 382 - - 5 - - 379 - - 2 -- proto: FirelockGlass - entities: - - uid: 387 - components: - - type: Transform - pos: -0.5,-6.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 384 - - 7 - - 383 - - 6 - - uid: 388 - components: - - type: Transform - pos: 2.5,-14.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 382 - - 5 - - 381 - - 3 - - uid: 389 - components: - - type: Transform - pos: -3.5,-15.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 382 - - 5 - - 380 - - 4 -- proto: FloorDrain - entities: - - uid: 390 - components: - - type: Transform - pos: 4.5,-14.5 - parent: 1 - - type: Fixtures - fixtures: {} - - uid: 391 - components: - - type: Transform - pos: 6.5,-16.5 - parent: 1 - - type: Fixtures - fixtures: {} -- proto: GasMixerOn - entities: - - uid: 392 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-16.5 - parent: 1 - - type: AtmosPipeColor - color: '#00AACCFF' -- proto: GasPassiveVent - entities: - - uid: 393 - components: - - type: Transform - pos: 1.5,0.5 - parent: 1 - - type: AtmosPipeColor - color: '#DD0075FF' - - uid: 394 - components: - - type: Transform - pos: -2.5,0.5 - parent: 1 - - type: AtmosPipeColor - color: '#DD0075FF' -- proto: GasPipeBend - entities: - - uid: 395 - components: - - type: Transform - pos: -4.5,-16.5 - parent: 1 - - uid: 396 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-11.5 - parent: 1 - - type: AtmosPipeColor - color: '#00AACCFF' - - uid: 397 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-11.5 - parent: 1 - - type: AtmosPipeColor - color: '#00AACCFF' - - uid: 398 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-10.5 - parent: 1 - - type: AtmosPipeColor - color: '#DD0075FF' - - uid: 399 - components: - - type: Transform - pos: 0.5,-3.5 - parent: 1 - - type: AtmosPipeColor - color: '#00AACCFF' - - uid: 400 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-0.5 - parent: 1 - - type: AtmosPipeColor - color: '#DD0075FF' - - uid: 401 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-0.5 - parent: 1 - - type: AtmosPipeColor - color: '#DD0075FF' -- proto: GasPipeFourway - entities: - - uid: 402 - components: - - type: Transform - pos: -2.5,-14.5 - parent: 1 - - type: AtmosPipeColor - color: '#DD0075FF' - - uid: 403 - components: - - type: Transform - pos: -1.5,-15.5 - parent: 1 - - type: AtmosPipeColor - color: '#00AACCFF' -- proto: GasPipeSensorDistribution - entities: - - uid: 404 - components: - - type: Transform - pos: 0.5,-10.5 - parent: 1 - - type: AtmosPipeColor - color: '#00AACCFF' -- proto: GasPipeSensorWaste - entities: - - uid: 405 - components: - - type: Transform - pos: -1.5,-9.5 - parent: 1 - - type: AtmosPipeColor - color: '#DD0075FF' -- proto: GasPipeStraight - entities: - - uid: 406 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-14.5 - parent: 1 - - type: AtmosPipeColor - color: '#DD0075FF' - - uid: 407 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-15.5 - parent: 1 - - type: AtmosPipeColor - color: '#00AACCFF' - - uid: 408 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-15.5 - parent: 1 - - type: AtmosPipeColor - color: '#00AACCFF' - - uid: 409 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-15.5 - parent: 1 - - type: AtmosPipeColor - color: '#00AACCFF' - - uid: 410 - components: - - type: Transform - pos: -1.5,-14.5 - parent: 1 - - type: AtmosPipeColor - color: '#00AACCFF' - - uid: 411 - components: - - type: Transform - pos: -1.5,-16.5 - parent: 1 - - type: AtmosPipeColor - color: '#00AACCFF' - - uid: 412 - components: - - type: Transform - pos: -1.5,-17.5 - parent: 1 - - type: AtmosPipeColor - color: '#00AACCFF' - - uid: 413 - components: - - type: Transform - pos: -1.5,-18.5 - parent: 1 - - type: AtmosPipeColor - color: '#00AACCFF' - - uid: 414 - components: - - type: Transform - pos: -1.5,-19.5 - parent: 1 - - type: AtmosPipeColor - color: '#00AACCFF' - - uid: 415 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-15.5 - parent: 1 - - type: AtmosPipeColor - color: '#00AACCFF' - - uid: 416 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-15.5 - parent: 1 - - type: AtmosPipeColor - color: '#00AACCFF' - - uid: 417 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-15.5 - parent: 1 - - type: AtmosPipeColor - color: '#00AACCFF' - - uid: 418 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-14.5 - parent: 1 - - type: AtmosPipeColor - color: '#DD0075FF' - - uid: 419 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-14.5 - parent: 1 - - type: AtmosPipeColor - color: '#DD0075FF' - - uid: 420 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-14.5 - parent: 1 - - type: AtmosPipeColor - color: '#DD0075FF' - - uid: 421 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-14.5 - parent: 1 - - type: AtmosPipeColor - color: '#DD0075FF' - - uid: 422 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-15.5 - parent: 1 - - type: AtmosPipeColor - color: '#DD0075FF' - - uid: 423 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-16.5 - parent: 1 - - type: AtmosPipeColor - color: '#DD0075FF' - - uid: 424 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-17.5 - parent: 1 - - type: AtmosPipeColor - color: '#DD0075FF' - - uid: 425 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-18.5 - parent: 1 - - type: AtmosPipeColor - color: '#DD0075FF' - - uid: 426 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-19.5 - parent: 1 - - type: AtmosPipeColor - color: '#DD0075FF' - - uid: 427 - components: - - type: Transform - pos: -2.5,-13.5 - parent: 1 - - type: AtmosPipeColor - color: '#DD0075FF' - - uid: 428 - components: - - type: Transform - pos: -2.5,-12.5 - parent: 1 - - type: AtmosPipeColor - color: '#DD0075FF' - - uid: 429 - components: - - type: Transform - pos: -2.5,-11.5 - parent: 1 - - type: AtmosPipeColor - color: '#DD0075FF' - - uid: 430 - components: - - type: Transform - pos: -1.5,-13.5 - parent: 1 - - type: AtmosPipeColor - color: '#00AACCFF' - - uid: 431 - components: - - type: Transform - pos: -1.5,-12.5 - parent: 1 - - type: AtmosPipeColor - color: '#00AACCFF' - - uid: 432 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-11.5 - parent: 1 - - type: AtmosPipeColor - color: '#00AACCFF' - - uid: 433 - components: - - type: Transform - pos: 0.5,-4.5 - parent: 1 - - type: AtmosPipeColor - color: '#00AACCFF' - - uid: 434 - components: - - type: Transform - pos: 0.5,-5.5 - parent: 1 - - type: AtmosPipeColor - color: '#00AACCFF' - - uid: 435 - components: - - type: Transform - pos: 0.5,-6.5 - parent: 1 - - type: AtmosPipeColor - color: '#00AACCFF' - - uid: 436 - components: - - type: Transform - pos: 0.5,-7.5 - parent: 1 - - type: AtmosPipeColor - color: '#00AACCFF' - - uid: 437 - components: - - type: Transform - pos: 0.5,-8.5 - parent: 1 - - type: AtmosPipeColor - color: '#00AACCFF' - - uid: 438 - components: - - type: Transform - pos: -1.5,-8.5 - parent: 1 - - type: AtmosPipeColor - color: '#DD0075FF' - - uid: 439 - components: - - type: Transform - pos: -1.5,-7.5 - parent: 1 - - type: AtmosPipeColor - color: '#DD0075FF' - - uid: 440 - components: - - type: Transform - pos: -1.5,-6.5 - parent: 1 - - type: AtmosPipeColor - color: '#DD0075FF' - - uid: 441 - components: - - type: Transform - pos: -1.5,-5.5 - parent: 1 - - type: AtmosPipeColor - color: '#DD0075FF' - - uid: 442 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-0.5 - parent: 1 - - type: AtmosPipeColor - color: '#DD0075FF' - - uid: 443 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-0.5 - parent: 1 - - type: AtmosPipeColor - color: '#DD0075FF' - - uid: 444 - components: - - type: Transform - pos: -1.5,-1.5 - parent: 1 - - type: AtmosPipeColor - color: '#DD0075FF' - - uid: 445 - components: - - type: Transform - pos: -1.5,-2.5 - parent: 1 - - type: AtmosPipeColor - color: '#DD0075FF' - - uid: 446 - components: - - type: Transform - pos: -1.5,-3.5 - parent: 1 - - type: AtmosPipeColor - color: '#DD0075FF' -- proto: GasPipeTJunction - entities: - - uid: 447 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-15.5 - parent: 1 - - type: AtmosPipeColor - color: '#00AACCFF' - - uid: 448 - components: - - type: Transform - pos: -0.5,-15.5 - parent: 1 - - type: AtmosPipeColor - color: '#00AACCFF' - - uid: 449 - components: - - type: Transform - pos: 0.5,-14.5 - parent: 1 - - type: AtmosPipeColor - color: '#DD0075FF' - - uid: 450 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-9.5 - parent: 1 - - type: AtmosPipeColor - color: '#00AACCFF' - - uid: 451 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-10.5 - parent: 1 - - type: AtmosPipeColor - color: '#DD0075FF' - - uid: 452 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-4.5 - parent: 1 - - type: AtmosPipeColor - color: '#DD0075FF' - - uid: 453 - components: - - type: Transform - pos: -1.5,-0.5 - parent: 1 - - type: AtmosPipeColor - color: '#DD0075FF' -- proto: GasPort - entities: - - uid: 454 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-17.5 - parent: 1 - - uid: 455 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-17.5 - parent: 1 -- proto: GasVentPump - entities: - - uid: 456 - components: - - type: Transform - pos: -5.5,-14.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 4 - - type: AtmosPipeColor - color: '#00AACCFF' - - uid: 457 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-20.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 2 - - type: AtmosPipeColor - color: '#00AACCFF' - - uid: 458 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-16.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 5 - - type: AtmosPipeColor - color: '#00AACCFF' - - uid: 459 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-15.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 3 - - type: AtmosPipeColor - color: '#00AACCFF' - - uid: 460 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-9.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 6 - - type: AtmosPipeColor - color: '#00AACCFF' - - uid: 461 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-3.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 7 - - type: AtmosPipeColor - color: '#00AACCFF' -- proto: GasVentScrubber - entities: - - uid: 462 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-14.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 4 - - type: AtmosPipeColor - color: '#DD0075FF' - - uid: 463 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-15.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 5 - - type: AtmosPipeColor - color: '#DD0075FF' - - uid: 464 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-14.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 3 - - type: AtmosPipeColor - color: '#DD0075FF' - - uid: 465 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-20.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 2 - - type: AtmosPipeColor - color: '#DD0075FF' - - uid: 466 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-10.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 6 - - type: AtmosPipeColor - color: '#DD0075FF' - - uid: 467 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-4.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 7 - - type: AtmosPipeColor - color: '#DD0075FF' -- proto: GravityGeneratorMini - entities: - - uid: 18 - components: - - type: Transform - pos: -4.5,-14.5 - parent: 1 -- proto: Grille - entities: - - uid: 469 - components: - - type: Transform - pos: 1.5,1.5 - parent: 1 - - uid: 470 - components: - - type: Transform - pos: -2.5,1.5 - parent: 1 - - uid: 471 - components: - - type: Transform - pos: 0.5,-12.5 - parent: 1 - - uid: 472 - components: - - type: Transform - pos: -0.5,-12.5 - parent: 1 -- proto: GrilleDiagonal - entities: - - uid: 473 - components: - - type: Transform - pos: -4.5,-2.5 - parent: 1 - - uid: 474 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-2.5 - parent: 1 - - uid: 475 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-16.5 - parent: 1 - - uid: 476 - components: - - type: Transform - pos: -10.5,-16.5 - parent: 1 - - uid: 477 - components: - - type: Transform - pos: -11.5,-17.5 - parent: 1 - - uid: 478 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-17.5 - parent: 1 -- proto: GunneryServerMedium - entities: - - uid: 479 - components: - - type: Transform - pos: -5.5,-14.5 - parent: 1 - - type: Battery - startingCharge: 0 - - type: ApcPowerReceiver - powerLoad: 10 -- proto: GyroscopeNfsd - entities: - - uid: 480 - components: - - type: Transform - pos: 1.5,-18.5 - parent: 1 - - uid: 481 - components: - - type: Transform - pos: -1.5,-18.5 - parent: 1 - - uid: 482 - components: - - type: Transform - pos: -2.5,-18.5 - parent: 1 - - uid: 483 - components: - - type: Transform - pos: 0.5,-18.5 - parent: 1 -- proto: KitchenMicrowave - entities: - - uid: 484 - components: - - type: Transform - pos: 4.5,-15.5 - parent: 1 -- proto: LockerSteel - entities: - - uid: 485 - components: - - type: Transform - pos: 4.5,-17.5 - parent: 1 -- proto: LockerWallMaterialsFuelAmeJarFilled - entities: - - uid: 486 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-20.5 - parent: 1 -- proto: LockerWallMedicalFilled - entities: - - uid: 487 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-13.5 - parent: 1 -- proto: MachineFTLDrive - entities: - - uid: 488 - components: - - type: Transform - pos: 2.5,-19.5 - parent: 1 -- proto: NFHolopadShip - entities: - - uid: 489 - components: - - type: Transform - pos: -1.5,-15.5 - parent: 1 -- proto: NitrogenCanister - entities: - - uid: 490 - components: - - type: Transform - pos: -1.5,-4.5 - parent: 1 - - uid: 491 - components: - - type: Transform - anchored: True - pos: -5.5,-17.5 - parent: 1 - - type: Physics - bodyType: Static -- proto: OxygenCanister - entities: - - uid: 492 - components: - - type: Transform - pos: -1.5,-3.5 - parent: 1 - - uid: 493 - components: - - type: Transform - anchored: True - pos: -4.5,-17.5 - parent: 1 - - type: Physics - bodyType: Static -- proto: PlasmaReinforcedWindowDirectional - entities: - - uid: 494 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-3.5 - parent: 1 - - uid: 495 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-3.5 - parent: 1 - - uid: 496 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-15.5 - parent: 1 - - uid: 497 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-15.5 - parent: 1 - - uid: 498 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-18.5 - parent: 1 - - uid: 499 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-18.5 - parent: 1 -- proto: PlastitaniumWindow - entities: - - uid: 500 - components: - - type: Transform - pos: -0.5,-12.5 - parent: 1 - - uid: 501 + - type: AtmosPipeColor + color: '#FF0040FF' + - uid: 449 components: - type: Transform - pos: 0.5,-12.5 + pos: 0.5,-0.5 parent: 1 -- proto: PosterLegitCleanliness - entities: - - uid: 502 + - type: AtmosPipeColor + color: '#FF0040FF' + - uid: 450 components: - type: Transform - pos: 6.5,-15.5 + pos: 0.5,0.5 parent: 1 -- proto: PosterLegitSMEpi - entities: - - uid: 503 + - type: AtmosPipeColor + color: '#FF0040FF' + - uid: 451 components: - type: Transform - pos: -2.5,-6.5 + pos: 0.5,1.5 parent: 1 -- proto: PoweredDimSmallLight + - type: AtmosPipeColor + color: '#FF0040FF' +- proto: GasPipeTJunctionAlt1 entities: - - uid: 504 - components: - - type: Transform - pos: 1.5,-13.5 - parent: 1 - - type: DeviceLinkSink - invokeCounter: 1 - - uid: 505 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-16.5 - parent: 1 - - type: DeviceLinkSink - invokeCounter: 1 - - uid: 506 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-16.5 - parent: 1 - - type: DeviceLinkSink - invokeCounter: 1 - - uid: 507 + - uid: 257 components: - type: Transform rot: 1.5707963267948966 rad - pos: -2.5,-20.5 - parent: 1 - - type: DeviceLinkSink - invokeCounter: 1 - - uid: 508 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-20.5 + pos: -0.5,-18.5 parent: 1 - - type: DeviceLinkSink - invokeCounter: 1 - - uid: 509 + - type: AtmosPipeColor + color: '#00AACCFF' + - uid: 414 components: - type: Transform rot: -1.5707963267948966 rad - pos: 0.5,-4.5 - parent: 1 - - type: DeviceLinkSink - invokeCounter: 1 - - uid: 510 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-4.5 - parent: 1 - - type: DeviceLinkSink - invokeCounter: 1 - - uid: 511 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,0.5 - parent: 1 - - type: DeviceLinkSink - invokeCounter: 1 -- proto: PoweredLEDSmallLight - entities: - - uid: 512 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-17.5 - parent: 1 - - type: DeviceLinkSink - invokeCounter: 1 -- proto: Poweredlight - entities: - - uid: 513 - components: - - type: Transform - pos: 3.5,-14.5 - parent: 1 - - type: DeviceLinkSink - invokeCounter: 1 -- proto: PoweredlightLED - entities: - - uid: 514 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-11.5 - parent: 1 - - type: DeviceLinkSink - invokeCounter: 1 -- proto: Rack - entities: - - uid: 619 - components: - - type: Transform - pos: 2.5,-11.5 - parent: 1 -- proto: ShelfWallFreezerDark - entities: - - uid: 515 - components: - - type: Transform - pos: 4.5,-13.5 - parent: 1 -- proto: ShieldGeneratorSmall - entities: - - uid: 516 - components: - - type: Transform - pos: -3.5,-19.5 - parent: 1 -- proto: SignalButtonDirectional - entities: - - uid: 517 - components: - - type: Transform pos: 1.5,-12.5 parent: 1 - - type: DeviceLinkSource - linkedPorts: - 120: - - - Pressed - - Toggle - 119: - - - Pressed - - Toggle - - uid: 518 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,0.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 121: - - - Pressed - - Toggle -- proto: SignalSwitchDirectional - entities: - - uid: 519 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-13.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 505: - - - Status - - Toggle - 504: - - - Status - - Toggle - - uid: 520 - components: - - type: Transform - pos: -4.5,-13.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 506: - - - Status - - Toggle - - uid: 521 - components: - - type: Transform - pos: 1.5,-6.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 514: - - - Status - - Toggle - - uid: 522 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5305183,-1.7799426 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 511: - - - Status - - Toggle - 509: - - - Status - - Toggle - 510: - - - Status - - Toggle - - uid: 523 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-17.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 513: - - - Status - - Toggle - - uid: 524 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-16.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 512: - - - Status - - Toggle - - uid: 525 - components: - - type: MetaData - name: light switch - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5972366,-20.971174 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 507: - - - Status - - Toggle - 508: - - - Status - - Toggle -- proto: SinkWide - entities: - - uid: 526 - components: - - type: Transform - pos: 6.5,-16.5 - parent: 1 - - uid: 527 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-14.5 - parent: 1 -- proto: SMESAdvanced - entities: - - uid: 468 + - type: AtmosPipeColor + color: '#00AACCFF' + - uid: 423 components: - type: Transform - pos: -0.5,-20.5 + pos: 0.5,-15.5 parent: 1 -- proto: SpawnPointLatejoin + - type: AtmosPipeColor + color: '#00AACCFF' +- proto: GasPipeTJunctionAlt2 entities: - - uid: 529 + - uid: 405 components: - type: Transform - pos: 3.5,-16.5 - parent: 1 -- proto: StairStageDark - entities: - - uid: 530 + rot: 3.141592653589793 rad + pos: 0.5,-9.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0040FF' + - uid: 415 components: - type: Transform - pos: -0.5,-18.5 + rot: -1.5707963267948966 rad + pos: 1.5,-13.5 parent: 1 -- proto: SubstationBasic - entities: - - uid: 531 + - type: AtmosPipeColor + color: '#FF0040FF' + - uid: 422 components: - type: Transform - pos: -2.5,-22.5 + rot: 3.141592653589793 rad + pos: 1.5,-15.5 parent: 1 -- proto: SuitStorageM82c + - type: AtmosPipeColor + color: '#FF0040FF' +- proto: GasPort entities: - - uid: 532 + - uid: 253 components: - type: Transform - pos: 0.5,-3.5 + rot: -1.5707963267948966 rad + pos: 1.5,-17.5 parent: 1 -- proto: TableReinforced - entities: - - uid: 533 + - type: AtmosPipeLayers + pipeLayer: Secondary + - uid: 254 components: - type: Transform - pos: 4.5,-15.5 + rot: -1.5707963267948966 rad + pos: 1.5,-18.5 parent: 1 -- proto: TableReinforcedGlass + - type: AtmosPipeLayers + pipeLayer: Secondary +- proto: GasVentPump entities: - - uid: 534 + - uid: 258 components: - type: Transform - pos: -2.5,-16.5 + rot: 3.141592653589793 rad + pos: -0.5,-19.5 parent: 1 - - uid: 535 + - type: DeviceNetwork + deviceLists: + - 489 + - type: AtmosPipeLayers + pipeLayer: Secondary + - type: AtmosPipeColor + color: '#00AACCFF' + - uid: 399 components: - type: Transform - pos: -1.5,-16.5 + rot: 1.5707963267948966 rad + pos: -2.5,-15.5 parent: 1 -- proto: ThrusterLargeNfsd - entities: - - uid: 536 + - type: DeviceNetwork + deviceLists: + - 487 + - type: AtmosPipeLayers + pipeLayer: Secondary + - type: AtmosPipeColor + color: '#00AACCFF' + - uid: 402 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-21.5 + rot: 1.5707963267948966 rad + pos: -0.5,-12.5 parent: 1 - - uid: 537 + - type: DeviceNetwork + deviceLists: + - 492 + - type: AtmosPipeLayers + pipeLayer: Secondary + - type: AtmosPipeColor + color: '#00AACCFF' + - uid: 404 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-20.5 + rot: 1.5707963267948966 rad + pos: 0.5,-9.5 parent: 1 - - uid: 538 + - type: DeviceNetwork + deviceLists: + - 493 + - type: AtmosPipeLayers + pipeLayer: Secondary + - type: AtmosPipeColor + color: '#00AACCFF' +- proto: GasVentScrubber + entities: + - uid: 398 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-20.5 + rot: -1.5707963267948966 rad + pos: 3.5,-15.5 parent: 1 - - uid: 539 + - type: DeviceNetwork + deviceLists: + - 487 + - type: AtmosPipeLayers + pipeLayer: Tertiary + - type: AtmosPipeColor + color: '#FF0040FF' + - uid: 400 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-21.5 + rot: 1.5707963267948966 rad + pos: -0.5,-18.5 parent: 1 -- proto: ThrusterNfsd - entities: - - uid: 540 + - type: DeviceNetwork + deviceLists: + - 489 + - type: Construction + step: 1 + edge: 0 + - type: AtmosPipeLayers + pipeLayer: Tertiary + - type: AtmosPipeColor + color: '#FF0040FF' + - uid: 401 components: - type: Transform - pos: 3.5,-3.5 + rot: 1.5707963267948966 rad + pos: 0.5,-13.5 parent: 1 - - uid: 541 + - type: DeviceNetwork + deviceLists: + - 492 + - type: AtmosPipeLayers + pipeLayer: Tertiary + - type: AtmosPipeColor + color: '#FF0040FF' + - uid: 403 components: - type: Transform - pos: -4.5,-3.5 + rot: 1.5707963267948966 rad + pos: -0.5,-9.5 parent: 1 - - uid: 542 + - type: DeviceNetwork + deviceLists: + - 493 + - type: AtmosPipeLayers + pipeLayer: Tertiary + - type: AtmosPipeColor + color: '#FF0040FF' +- proto: GeneratorCRPinchShuttle + entities: + - uid: 241 components: - type: Transform - pos: 1.5,0.5 + pos: 1.5,-21.5 parent: 1 - - uid: 543 +- proto: GravityGeneratorMini + entities: + - uid: 252 components: - type: Transform - pos: -2.5,0.5 + pos: -0.5,-17.5 parent: 1 - - uid: 544 +- proto: GreebleAntenna1 + entities: + - uid: 478 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-7.5 + rot: 3.141592653589793 rad + pos: -6.5,-19.5 parent: 1 - - uid: 545 +- proto: GreebleAntenna2 + entities: + - uid: 479 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-7.5 + rot: 3.141592653589793 rad + pos: 7.5,-19.5 parent: 1 - - uid: 546 +- proto: GreebleElint1 + entities: + - uid: 474 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-13.5 + rot: 1.5707963267948966 rad + pos: -3.5,-9.5 parent: 1 - - uid: 547 + - uid: 475 components: - type: Transform rot: -1.5707963267948966 rad - pos: 8.5,-15.5 + pos: 4.5,-9.5 parent: 1 - - uid: 548 +- proto: GreebleRadarpanel2 + entities: + - uid: 477 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-13.5 + rot: 3.141592653589793 rad + pos: 3.5,-5.5 parent: 1 - - uid: 549 + - uid: 480 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-15.5 + pos: -2.5,-5.5 parent: 1 - - uid: 550 +- proto: Grille + entities: + - uid: 28 components: - type: Transform - pos: 9.5,-17.5 + pos: 0.5,-0.5 parent: 1 - - uid: 551 + - uid: 41 components: - type: Transform - pos: 10.5,-18.5 + pos: 6.5,-13.5 parent: 1 - - uid: 552 + - uid: 42 components: - type: Transform - pos: -11.5,-18.5 + pos: -5.5,-13.5 parent: 1 - - uid: 553 + - uid: 43 components: - type: Transform - pos: -10.5,-17.5 + pos: -4.5,-20.5 parent: 1 - - uid: 554 + - uid: 44 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-22.5 + pos: 5.5,-20.5 parent: 1 - - uid: 555 + - uid: 47 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-26.5 + pos: -2.5,-21.5 parent: 1 - - uid: 556 + - uid: 48 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-26.5 + pos: -2.5,-20.5 parent: 1 - - uid: 557 + - uid: 49 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-26.5 + pos: 3.5,-20.5 parent: 1 - - uid: 558 + - uid: 50 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-22.5 + pos: 3.5,-21.5 parent: 1 - - uid: 559 + - uid: 66 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-8.5 + pos: 4.5,-10.5 parent: 1 - - uid: 560 + - uid: 69 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-8.5 + pos: -3.5,-10.5 parent: 1 -- proto: ToiletDirtyWater - entities: - - uid: 561 + - uid: 70 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-17.5 + pos: 3.5,-3.5 parent: 1 -- proto: VendingMachineTankDispenserEVA - entities: - - uid: 562 + - uid: 71 components: - type: Transform - pos: 0.5,-4.5 + pos: 3.5,-2.5 parent: 1 -- proto: WallPlastitanium - entities: - - uid: 563 + - uid: 72 components: - type: Transform - pos: -3.5,-4.5 + pos: 3.5,-1.5 parent: 1 - - uid: 564 + - uid: 73 components: - type: Transform - pos: 0.5,2.5 + pos: 3.5,0.5 parent: 1 - - uid: 565 + - uid: 74 components: - type: Transform - pos: 0.5,1.5 + pos: 3.5,1.5 parent: 1 - - uid: 566 + - uid: 75 components: - type: Transform - pos: 0.5,0.5 + pos: 3.5,2.5 parent: 1 - - uid: 567 + - uid: 76 components: - type: Transform - pos: -1.5,2.5 + pos: 1.5,4.5 parent: 1 - - uid: 568 + - uid: 77 components: - type: Transform - pos: -1.5,1.5 + pos: 2.5,5.5 parent: 1 - - uid: 569 + - uid: 78 components: - type: Transform - pos: -1.5,0.5 + pos: -1.5,5.5 parent: 1 - - uid: 570 + - uid: 79 components: - type: Transform - pos: 2.5,0.5 + pos: -0.5,4.5 parent: 1 - - uid: 571 + - uid: 80 components: - type: Transform - pos: 2.5,-0.5 + pos: -2.5,2.5 parent: 1 - - uid: 572 + - uid: 81 components: - type: Transform - pos: 1.5,-0.5 + pos: -2.5,1.5 parent: 1 - - uid: 573 + - uid: 82 components: - type: Transform - pos: 0.5,-0.5 + pos: -2.5,0.5 parent: 1 - - uid: 574 + - uid: 83 components: - type: Transform - pos: -1.5,-0.5 + pos: -2.5,-1.5 parent: 1 - - uid: 575 + - uid: 84 components: - type: Transform - pos: -2.5,-0.5 + pos: -2.5,-2.5 parent: 1 - - uid: 576 + - uid: 85 components: - type: Transform - pos: -3.5,-0.5 + pos: -2.5,-3.5 parent: 1 - - uid: 577 + - uid: 122 components: - type: Transform - pos: -3.5,0.5 + pos: 0.5,-2.5 parent: 1 - - uid: 578 + - uid: 153 components: - type: Transform - pos: -3.5,-1.5 + pos: 0.5,-1.5 parent: 1 - - uid: 579 + - uid: 245 components: - type: Transform - pos: -3.5,-2.5 + pos: 0.5,-21.5 parent: 1 - - uid: 580 +- proto: GrilleDiagonal + entities: + - uid: 39 components: - type: Transform - pos: -3.5,-3.5 + rot: -1.5707963267948966 rad + pos: 6.5,-12.5 parent: 1 - - uid: 581 + - uid: 40 components: - type: Transform - pos: -2.5,-1.5 + pos: -5.5,-12.5 parent: 1 - - uid: 582 + - uid: 45 components: - type: Transform - pos: -2.5,-2.5 + rot: 3.141592653589793 rad + pos: 6.5,-20.5 parent: 1 - - uid: 583 + - uid: 46 components: - type: Transform - pos: -2.5,-3.5 + rot: 1.5707963267948966 rad + pos: -5.5,-20.5 parent: 1 - - uid: 584 + - uid: 86 components: - type: Transform - pos: -4.5,-7.5 + pos: 1.5,5.5 parent: 1 - - uid: 585 + - uid: 87 components: - type: Transform - pos: -3.5,-6.5 + rot: -1.5707963267948966 rad + pos: -0.5,5.5 parent: 1 - - uid: 586 +- proto: GunneryServerHigh + entities: + - uid: 432 components: - type: Transform - pos: -4.5,-6.5 + pos: 0.5,-19.5 parent: 1 - - uid: 587 + - type: Battery + startingCharge: 0 + - type: ApcPowerReceiver + powerLoad: 20 +- proto: GyroscopeNfsd + entities: + - uid: 278 components: - type: Transform - pos: -3.5,-5.5 + pos: 2.5,-12.5 parent: 1 - - uid: 588 + - uid: 279 components: - type: Transform - pos: -3.5,-7.5 + pos: 2.5,-13.5 parent: 1 - - uid: 589 +- proto: HospitalCurtainsOpen + entities: + - uid: 457 components: - type: Transform - pos: -4.5,-5.5 + pos: -0.5,-6.5 parent: 1 - - uid: 590 +- proto: KitchenMicrowave + entities: + - uid: 468 components: - type: Transform - pos: -4.5,-4.5 + pos: -0.5,-9.5 parent: 1 - - uid: 591 +- proto: LockerWallMaterialsFuelPlasmaFilled2 + entities: + - uid: 434 components: - type: Transform - pos: 1.5,-1.5 + rot: -1.5707963267948966 rad + pos: 0.5,-21.5 parent: 1 - - uid: 592 +- proto: MachineFTLDrive + entities: + - uid: 282 components: - type: Transform - pos: 1.5,-2.5 + pos: -2.5,-17.5 parent: 1 - - uid: 593 +- proto: NFHolopadShip + entities: + - uid: 390 components: - type: Transform - pos: 2.5,-2.5 + pos: 0.5,-12.5 parent: 1 - - uid: 594 +- proto: NitrogenCanister + entities: + - uid: 247 components: - type: Transform - pos: 2.5,-1.5 + anchored: True + pos: 1.5,-18.5 parent: 1 - - uid: 595 + - type: Physics + bodyType: Static +- proto: OxygenCanister + entities: + - uid: 251 components: - type: Transform - pos: 2.5,-3.5 + anchored: True + pos: 1.5,-17.5 parent: 1 - - uid: 596 + - type: Physics + bodyType: Static +- proto: PlasmaReinforcedWindowDirectional + entities: + - uid: 33 components: - type: Transform - pos: 1.5,-3.5 + rot: -1.5707963267948966 rad + pos: 1.5,3.5 parent: 1 - - uid: 597 + - type: DeltaPressure + gridUid: 1 + - uid: 34 components: - type: Transform - pos: 3.5,-4.5 + rot: -1.5707963267948966 rad + pos: 2.5,4.5 parent: 1 - - uid: 598 + - type: DeltaPressure + gridUid: 1 + - uid: 35 components: - type: Transform - pos: 3.5,-5.5 + rot: 1.5707963267948966 rad + pos: -0.5,3.5 parent: 1 - - uid: 599 + - type: DeltaPressure + gridUid: 1 + - uid: 36 components: - type: Transform - pos: 3.5,-6.5 + rot: 1.5707963267948966 rad + pos: -1.5,4.5 parent: 1 - - uid: 600 + - type: DeltaPressure + gridUid: 1 +- proto: PoweredLEDSmallLight + entities: + - uid: 625 components: - type: Transform - pos: 3.5,-7.5 + pos: 1.5,-21.5 parent: 1 - - uid: 601 + - uid: 627 components: - type: Transform - pos: 2.5,-5.5 + pos: 0.5,-6.5 parent: 1 - - uid: 602 +- proto: PoweredlightBlue + entities: + - uid: 621 components: - type: Transform - pos: 2.5,-6.5 + pos: -0.5,-11.5 parent: 1 - - uid: 603 +- proto: PoweredlightLED + entities: + - uid: 622 components: - type: Transform - pos: 2.5,-7.5 + pos: 3.5,-15.5 parent: 1 - - uid: 604 + - uid: 623 components: - type: Transform - pos: 2.5,-4.5 + pos: -2.5,-15.5 parent: 1 - - uid: 605 + - uid: 626 components: - type: Transform - pos: -2.5,-4.5 + rot: 1.5707963267948966 rad + pos: -0.5,-18.5 parent: 1 - - uid: 606 +- proto: PoweredWarmSmallLight + entities: + - uid: 624 components: - type: Transform - pos: 1.5,-4.5 + rot: 3.141592653589793 rad + pos: 0.5,-9.5 parent: 1 - - uid: 607 +- proto: RadarEdgeMarkerHalftiltLeft + entities: + - uid: 6 components: - type: Transform - pos: 1.5,-5.5 + pos: 3.5,3.5 parent: 1 - - uid: 608 + - uid: 7 components: - type: Transform - pos: -2.5,-5.5 + pos: 3.5,-0.5 parent: 1 - - uid: 609 + - uid: 17 components: - type: Transform - pos: 1.5,-6.5 + pos: 3.5,-4.5 parent: 1 - - uid: 610 +- proto: RadarEdgeMarkerHalftiltRight + entities: + - uid: 18 components: - type: Transform - pos: 0.5,-1.5 + pos: -2.5,3.5 parent: 1 - - uid: 611 + - uid: 19 components: - type: Transform - pos: -1.5,-1.5 + pos: -2.5,-0.5 parent: 1 - - uid: 612 + - uid: 20 components: - type: Transform - pos: 4.5,-9.5 + pos: -2.5,-4.5 parent: 1 - - uid: 613 +- proto: Railing + entities: + - uid: 392 components: - type: Transform - pos: 4.5,-10.5 + rot: 3.141592653589793 rad + pos: 3.5,-17.5 parent: 1 - - uid: 614 + - uid: 393 components: - type: Transform - pos: 3.5,-8.5 + rot: 3.141592653589793 rad + pos: -2.5,-17.5 parent: 1 - - uid: 615 +- proto: ReinforcedUraniumWindow + entities: + - uid: 243 components: - type: Transform - pos: 3.5,-9.5 + pos: 0.5,-21.5 parent: 1 - - uid: 616 + - type: DeltaPressure + gridUid: 1 +- proto: ShelfWallFreezerDark + entities: + - uid: 471 components: - type: Transform - pos: 3.5,-10.5 + rot: 1.5707963267948966 rad + pos: -1.5,-8.5 parent: 1 - - uid: 617 +- proto: ShieldGeneratorSmall + entities: + - uid: 281 components: - type: Transform - pos: 2.5,-8.5 + pos: 3.5,-17.5 parent: 1 - - uid: 618 +- proto: SinkWide + entities: + - uid: 455 components: - type: Transform - pos: 2.5,-9.5 + pos: 0.5,-6.5 parent: 1 - - uid: 620 + - uid: 467 components: - type: Transform - pos: -2.5,-6.5 + pos: -0.5,-8.5 parent: 1 - - uid: 621 +- proto: SMESAdvanced + entities: + - uid: 248 components: - type: Transform - pos: -3.5,-8.5 + pos: 1.5,-19.5 parent: 1 - - uid: 622 +- proto: SpawnPointLatejoin + entities: + - uid: 496 components: - type: Transform - pos: -3.5,-9.5 + pos: 0.5,-8.5 parent: 1 - - uid: 623 +- proto: Stairs + entities: + - uid: 433 components: - type: Transform - pos: -3.5,-10.5 + pos: -0.5,-20.5 parent: 1 - - uid: 624 +- proto: SubstationWallBasic + entities: + - uid: 285 components: - type: Transform - pos: -4.5,-8.5 + rot: -1.5707963267948966 rad + pos: 2.5,-11.5 parent: 1 - - uid: 625 + - uid: 286 components: - type: Transform - pos: -4.5,-9.5 + pos: -0.5,-16.5 parent: 1 - - uid: 626 +- proto: TableReinforced + entities: + - uid: 384 components: - type: Transform - pos: -4.5,-10.5 + pos: -1.5,-12.5 parent: 1 - - uid: 627 + - uid: 385 components: - type: Transform - pos: -5.5,-9.5 + pos: -1.5,-13.5 parent: 1 - - uid: 628 + - uid: 386 components: - type: Transform - pos: -5.5,-10.5 + pos: -0.5,-13.5 parent: 1 - - uid: 629 + - uid: 469 components: - type: Transform - pos: -7.5,-11.5 + pos: -0.5,-9.5 parent: 1 - - uid: 630 +- proto: ThrusterLargeNfsd + entities: + - uid: 51 components: - type: Transform - pos: -7.5,-12.5 + rot: 3.141592653589793 rad + pos: 6.5,-19.5 parent: 1 - - uid: 631 + - uid: 52 components: - type: Transform - pos: -7.5,-13.5 + rot: 3.141592653589793 rad + pos: -4.5,-19.5 parent: 1 - - uid: 632 +- proto: ThrusterNfsd + entities: + - uid: 3 components: - type: Transform - pos: -7.5,-14.5 + rot: 1.5707963267948966 rad + pos: -1.5,-2.5 parent: 1 - - uid: 633 + - uid: 12 components: - type: Transform - pos: -7.5,-15.5 + pos: 2.5,4.5 parent: 1 - - uid: 634 + - uid: 30 components: - type: Transform - pos: -7.5,-16.5 + pos: 1.5,3.5 parent: 1 - - uid: 635 + - uid: 31 components: - type: Transform - pos: -7.5,-17.5 + pos: -0.5,3.5 parent: 1 - - uid: 636 + - uid: 32 components: - type: Transform - pos: -7.5,-18.5 + pos: -1.5,4.5 parent: 1 - - uid: 637 + - uid: 37 components: - type: Transform - pos: -6.5,-11.5 + pos: 6.5,-14.5 parent: 1 - - uid: 638 + - uid: 38 components: - type: Transform - pos: -6.5,-12.5 + pos: -5.5,-14.5 parent: 1 - - uid: 639 + - uid: 53 components: - type: Transform - pos: -6.5,-13.5 + rot: 3.141592653589793 rad + pos: 3.5,-19.5 parent: 1 - - uid: 640 + - type: ApcPowerReceiver + powerLoad: 1 + - uid: 54 components: - type: Transform - pos: -6.5,-14.5 + rot: 3.141592653589793 rad + pos: -2.5,-19.5 parent: 1 - - uid: 641 + - uid: 55 components: - type: Transform - pos: -6.5,-15.5 + rot: 1.5707963267948966 rad + pos: -1.5,2.5 parent: 1 - - uid: 642 + - uid: 56 components: - type: Transform - pos: -6.5,-16.5 + rot: 1.5707963267948966 rad + pos: -1.5,1.5 parent: 1 - - uid: 643 + - uid: 57 components: - type: Transform - pos: -6.5,-17.5 + rot: 1.5707963267948966 rad + pos: -1.5,0.5 parent: 1 - - uid: 644 + - uid: 58 components: - type: Transform - pos: -6.5,-18.5 + rot: 1.5707963267948966 rad + pos: -1.5,-1.5 parent: 1 - - uid: 645 + - uid: 59 components: - type: Transform - pos: -5.5,-11.5 + rot: -1.5707963267948966 rad + pos: 2.5,2.5 parent: 1 - - uid: 646 + - uid: 60 components: - type: Transform - pos: -5.5,-12.5 + rot: -1.5707963267948966 rad + pos: 2.5,1.5 parent: 1 - - uid: 647 + - uid: 61 components: - type: Transform - pos: -5.5,-13.5 + rot: -1.5707963267948966 rad + pos: 2.5,0.5 parent: 1 - - uid: 648 + - uid: 62 components: - type: Transform - pos: -5.5,-18.5 + rot: 1.5707963267948966 rad + pos: -1.5,-3.5 parent: 1 - - uid: 649 + - uid: 63 components: - type: Transform - pos: -4.5,-11.5 + rot: -1.5707963267948966 rad + pos: 2.5,-1.5 parent: 1 - - uid: 650 + - uid: 64 components: - type: Transform - pos: -4.5,-12.5 + rot: -1.5707963267948966 rad + pos: 2.5,-3.5 parent: 1 - - uid: 651 + - uid: 65 components: - type: Transform - pos: -4.5,-13.5 + rot: -1.5707963267948966 rad + pos: 2.5,-2.5 parent: 1 - - uid: 652 + - uid: 67 components: - type: Transform - pos: -4.5,-18.5 + rot: 1.5707963267948966 rad + pos: -2.5,-10.5 parent: 1 - - uid: 653 + - uid: 68 components: - type: Transform - pos: -3.5,-11.5 + rot: -1.5707963267948966 rad + pos: 3.5,-10.5 parent: 1 - - uid: 654 +- proto: ToiletDirtyWater + entities: + - uid: 152 components: - type: Transform - pos: -3.5,-12.5 + rot: -1.5707963267948966 rad + pos: 1.5,-6.5 parent: 1 - - uid: 655 +- proto: WallPlastitanium + entities: + - uid: 29 components: - type: Transform - pos: -3.5,-13.5 + pos: 0.5,1.5 parent: 1 - - uid: 656 + - uid: 90 components: - type: Transform - pos: -1.5,-12.5 + pos: 3.5,4.5 parent: 1 - - uid: 658 + - uid: 91 components: - type: Transform - pos: 2.5,-12.5 + pos: 3.5,3.5 parent: 1 - - uid: 659 + - uid: 92 components: - type: Transform - pos: 2.5,-13.5 + pos: 2.5,3.5 parent: 1 - - uid: 660 + - uid: 93 components: - type: Transform - pos: 3.5,-11.5 + pos: 1.5,2.5 parent: 1 - - uid: 661 + - uid: 94 components: - type: Transform - pos: 3.5,-12.5 + pos: 1.5,1.5 parent: 1 - - uid: 662 + - uid: 95 components: - type: Transform - pos: 3.5,-13.5 + pos: 1.5,0.5 parent: 1 - - uid: 663 + - uid: 96 components: - type: Transform - pos: 3.5,-18.5 + pos: 1.5,-0.5 parent: 1 - - uid: 664 + - uid: 97 components: - type: Transform - pos: 4.5,-11.5 + pos: 2.5,-0.5 parent: 1 - - uid: 665 + - uid: 98 components: - type: Transform - pos: 4.5,-12.5 + pos: 3.5,-0.5 parent: 1 - - uid: 666 + - uid: 99 components: - type: Transform - pos: 4.5,-13.5 + pos: -0.5,2.5 parent: 1 - - uid: 667 + - uid: 100 components: - type: Transform - pos: 4.5,-18.5 + pos: -0.5,1.5 parent: 1 - - uid: 668 + - uid: 101 components: - type: Transform - pos: 5.5,-11.5 + pos: -0.5,0.5 parent: 1 - - uid: 669 + - uid: 102 components: - type: Transform - pos: 5.5,-12.5 + pos: -0.5,-0.5 parent: 1 - - uid: 670 + - uid: 103 components: - type: Transform - pos: 5.5,-13.5 + pos: -1.5,-0.5 parent: 1 - - uid: 671 + - uid: 104 components: - type: Transform - pos: 5.5,-14.5 + pos: -2.5,-0.5 parent: 1 - - uid: 672 + - uid: 105 components: - type: Transform - pos: 5.5,-15.5 + pos: -1.5,3.5 parent: 1 - - uid: 673 + - uid: 106 components: - type: Transform - pos: 5.5,-18.5 + pos: -2.5,3.5 parent: 1 - - uid: 674 + - uid: 107 components: - type: Transform - pos: 6.5,-11.5 + pos: -2.5,4.5 parent: 1 - - uid: 675 + - uid: 109 components: - type: Transform - pos: 6.5,-12.5 + pos: -0.5,-1.5 parent: 1 - - uid: 676 + - uid: 110 components: - type: Transform - pos: 6.5,-13.5 + pos: -0.5,-2.5 parent: 1 - - uid: 677 + - uid: 111 components: - type: Transform - pos: 6.5,-14.5 + pos: -0.5,-3.5 parent: 1 - - uid: 678 + - uid: 112 components: - type: Transform - pos: 6.5,-15.5 + pos: -0.5,-4.5 parent: 1 - - uid: 679 + - uid: 113 components: - type: Transform - pos: 6.5,-18.5 + pos: -1.5,-4.5 parent: 1 - - uid: 680 + - uid: 114 components: - type: Transform - pos: 7.5,-18.5 + pos: -2.5,-4.5 parent: 1 - - uid: 681 + - uid: 115 components: - type: Transform - pos: 7.5,-17.5 + pos: 1.5,-1.5 parent: 1 - - uid: 682 + - uid: 116 components: - type: Transform - pos: 7.5,-16.5 + pos: 1.5,-2.5 parent: 1 - - uid: 683 + - uid: 117 components: - type: Transform - pos: 7.5,-15.5 + pos: 1.5,-3.5 parent: 1 - - uid: 684 + - uid: 118 components: - type: Transform - pos: 7.5,-14.5 + pos: 1.5,-4.5 parent: 1 - - uid: 685 + - uid: 119 components: - type: Transform - pos: -8.5,-14.5 + pos: 2.5,-4.5 parent: 1 - - uid: 686 + - uid: 120 components: - type: Transform - pos: -8.5,-15.5 + pos: 3.5,-4.5 parent: 1 - - uid: 687 + - uid: 121 components: - type: Transform - pos: -8.5,-16.5 + pos: 3.5,-5.5 parent: 1 - - uid: 688 + - uid: 123 components: - type: Transform - pos: -8.5,-17.5 + pos: 1.5,-5.5 parent: 1 - - uid: 689 + - uid: 124 components: - type: Transform - pos: -8.5,-18.5 + pos: 0.5,-5.5 parent: 1 - - uid: 690 + - uid: 125 components: - type: Transform - pos: -9.5,-16.5 + pos: -0.5,-5.5 parent: 1 - - uid: 691 + - uid: 126 components: - type: Transform - pos: -9.5,-17.5 + pos: 3.5,-6.5 parent: 1 - - uid: 692 + - uid: 127 components: - type: Transform - pos: -9.5,-18.5 + pos: 3.5,-7.5 parent: 1 - - uid: 693 + - uid: 128 components: - type: Transform - pos: 8.5,-16.5 + pos: 3.5,-8.5 parent: 1 - - uid: 694 + - uid: 129 components: - type: Transform - pos: 8.5,-17.5 + pos: 4.5,-8.5 parent: 1 - - uid: 695 + - uid: 130 components: - type: Transform - pos: 8.5,-18.5 + pos: 4.5,-9.5 parent: 1 - - uid: 696 + - uid: 131 components: - type: Transform - pos: 9.5,-19.5 + pos: 3.5,-9.5 parent: 1 - - uid: 697 + - uid: 132 components: - type: Transform - pos: 9.5,-18.5 + pos: 2.5,-9.5 parent: 1 - - uid: 698 + - uid: 133 components: - type: Transform - pos: 8.5,-19.5 + pos: 2.5,-10.5 parent: 1 - - uid: 699 + - uid: 134 components: - type: Transform - pos: -9.5,-19.5 + pos: 2.5,-11.5 parent: 1 - - uid: 700 + - uid: 135 components: - type: Transform - pos: -10.5,-18.5 + pos: 3.5,-11.5 parent: 1 - - uid: 701 + - uid: 136 components: - type: Transform - pos: -10.5,-19.5 + pos: 4.5,-11.5 parent: 1 - - uid: 702 + - uid: 137 components: - type: Transform - pos: -12.5,-19.5 + pos: -1.5,-9.5 parent: 1 - - uid: 703 + - uid: 138 components: - type: Transform - pos: -11.5,-19.5 + pos: -3.5,-9.5 parent: 1 - - uid: 704 + - uid: 139 components: - type: Transform - pos: -11.5,-20.5 + pos: -2.5,-9.5 parent: 1 - - uid: 705 + - uid: 140 components: - type: Transform - pos: -11.5,-21.5 + pos: -1.5,-10.5 parent: 1 - - uid: 706 + - uid: 141 components: - type: Transform - pos: 11.5,-19.5 + pos: -1.5,-11.5 parent: 1 - - uid: 707 + - uid: 142 components: - type: Transform - pos: 10.5,-19.5 + pos: -2.5,-11.5 parent: 1 - - uid: 708 + - uid: 143 components: - type: Transform - pos: 10.5,-20.5 + pos: -3.5,-11.5 parent: 1 - - uid: 709 + - uid: 144 components: - type: Transform - pos: 10.5,-21.5 + pos: -2.5,-8.5 parent: 1 - - uid: 710 + - uid: 145 components: - type: Transform - pos: 5.5,-19.5 + pos: -1.5,-8.5 parent: 1 - - uid: 711 + - uid: 146 components: - type: Transform - pos: 5.5,-20.5 + pos: -2.5,-7.5 parent: 1 - - uid: 712 + - uid: 147 components: - type: Transform - pos: 5.5,-21.5 + pos: -2.5,-6.5 parent: 1 - - uid: 713 + - uid: 148 components: - type: Transform - pos: 4.5,-19.5 + pos: -2.5,-5.5 parent: 1 - - uid: 714 + - uid: 149 components: - type: Transform - pos: 4.5,-20.5 + pos: -3.5,-8.5 parent: 1 - - uid: 715 + - uid: 150 components: - type: Transform - pos: 4.5,-21.5 + pos: -1.5,-5.5 parent: 1 - - uid: 716 + - uid: 151 components: - type: Transform - pos: 3.5,-19.5 + pos: 2.5,-5.5 parent: 1 - - uid: 717 + - uid: 154 components: - type: Transform - pos: 3.5,-20.5 + pos: 0.5,-4.5 parent: 1 - - uid: 718 + - uid: 155 components: - type: Transform - pos: 2.5,-20.5 + pos: 0.5,-3.5 parent: 1 - - uid: 719 + - uid: 156 components: - type: Transform - pos: 3.5,-21.5 + pos: 4.5,-12.5 parent: 1 - - uid: 720 + - uid: 157 components: - type: Transform - pos: 2.5,-21.5 + pos: 4.5,-13.5 parent: 1 - - uid: 721 + - uid: 158 components: - type: Transform - pos: -3.5,-20.5 + pos: 5.5,-13.5 parent: 1 - - uid: 722 + - uid: 159 components: - type: Transform - pos: -3.5,-21.5 + pos: 5.5,-14.5 parent: 1 - - uid: 723 + - uid: 160 components: - type: Transform - pos: -4.5,-19.5 + pos: 5.5,-15.5 parent: 1 - - uid: 724 + - uid: 161 components: - type: Transform - pos: -4.5,-20.5 + pos: 7.5,-15.5 parent: 1 - - uid: 725 + - uid: 162 components: - type: Transform - pos: -4.5,-21.5 + pos: 6.5,-15.5 parent: 1 - - uid: 726 + - uid: 163 components: - type: Transform - pos: -5.5,-19.5 + pos: 7.5,-14.5 parent: 1 - - uid: 727 + - uid: 164 components: - type: Transform - pos: -5.5,-20.5 + pos: 7.5,-17.5 parent: 1 - - uid: 728 + - uid: 165 components: - type: Transform - pos: -5.5,-21.5 + pos: 6.5,-17.5 parent: 1 - - uid: 729 + - uid: 166 components: - type: Transform - pos: -6.5,-19.5 + pos: 5.5,-17.5 parent: 1 - - uid: 730 + - uid: 167 components: - type: Transform - pos: -6.5,-20.5 + pos: 4.5,-17.5 parent: 1 - - uid: 731 + - uid: 168 components: - type: Transform - pos: -6.5,-21.5 + pos: 4.5,-19.5 parent: 1 - - uid: 732 + - uid: 169 components: - type: Transform - pos: -6.5,-22.5 + pos: 4.5,-20.5 parent: 1 - - uid: 733 + - uid: 170 components: - type: Transform - pos: -5.5,-22.5 + pos: 4.5,-18.5 parent: 1 - - uid: 734 + - uid: 171 components: - type: Transform - pos: 5.5,-22.5 + pos: 7.5,-18.5 parent: 1 - - uid: 735 + - uid: 172 components: - type: Transform - pos: 4.5,-22.5 + pos: 7.5,-19.5 parent: 1 - - uid: 736 + - uid: 173 components: - type: Transform - pos: 2.5,-22.5 + pos: 2.5,-18.5 parent: 1 - - uid: 737 + - uid: 174 components: - type: Transform - pos: 2.5,-23.5 + pos: 3.5,-18.5 parent: 1 - - uid: 738 + - uid: 175 components: - type: Transform - pos: 2.5,-24.5 + pos: 2.5,-19.5 parent: 1 - - uid: 739 + - uid: 176 components: - type: Transform - pos: 1.5,-23.5 + pos: 2.5,-20.5 parent: 1 - - uid: 740 + - uid: 177 components: - type: Transform - pos: 1.5,-24.5 + pos: 2.5,-21.5 parent: 1 - - uid: 741 + - uid: 178 components: - type: Transform - pos: -2.5,-23.5 + pos: 2.5,-22.5 parent: 1 - - uid: 742 + - uid: 179 components: - type: Transform - pos: -2.5,-24.5 + pos: 2.5,-23.5 parent: 1 - - uid: 743 + - uid: 180 components: - type: Transform - pos: -3.5,-22.5 + pos: -1.5,-23.5 parent: 1 - - uid: 744 + - uid: 181 components: - type: Transform - pos: -3.5,-23.5 + pos: -1.5,-22.5 parent: 1 - - uid: 745 + - uid: 182 components: - type: Transform - pos: -3.5,-24.5 + pos: -1.5,-21.5 parent: 1 - - uid: 746 + - uid: 183 components: - type: Transform - pos: -2.5,-25.5 + pos: -1.5,-20.5 parent: 1 - - uid: 747 + - uid: 184 components: - type: Transform - pos: -2.5,-26.5 + pos: -1.5,-19.5 parent: 1 - - uid: 748 + - uid: 185 components: - type: Transform - pos: -1.5,-25.5 + pos: -1.5,-18.5 parent: 1 - - uid: 749 + - uid: 186 components: - type: Transform - pos: -0.5,-25.5 + pos: -2.5,-18.5 parent: 1 - - uid: 750 + - uid: 187 components: - type: Transform - pos: 0.5,-25.5 + pos: -3.5,-18.5 parent: 1 - - uid: 751 + - uid: 188 components: - type: Transform - pos: 1.5,-25.5 + pos: -3.5,-19.5 parent: 1 - - uid: 752 + - uid: 189 components: - type: Transform - pos: 1.5,-26.5 + pos: -3.5,-20.5 parent: 1 - - uid: 753 + - uid: 190 components: - type: Transform - pos: 4.5,-23.5 + pos: -3.5,-17.5 parent: 1 - - uid: 754 + - uid: 191 components: - type: Transform - pos: 4.5,-24.5 + pos: -4.5,-17.5 parent: 1 - - uid: 755 + - uid: 192 components: - type: Transform - pos: -5.5,-23.5 + pos: -5.5,-17.5 parent: 1 - - uid: 756 + - uid: 193 components: - type: Transform - pos: -5.5,-24.5 + pos: -6.5,-17.5 parent: 1 - - uid: 757 + - uid: 194 components: - type: Transform - pos: 1.5,-12.5 + pos: -6.5,-18.5 parent: 1 -- proto: WallPlastitaniumDiagonal - entities: - - uid: 758 + - uid: 195 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,1.5 + pos: -6.5,-19.5 parent: 1 - - uid: 759 + - uid: 196 components: - type: Transform - pos: -3.5,1.5 + pos: -6.5,-15.5 parent: 1 - - uid: 760 + - uid: 197 components: - type: Transform - pos: -5.5,-6.5 + pos: -6.5,-14.5 parent: 1 - - uid: 761 + - uid: 198 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-6.5 + pos: -5.5,-15.5 parent: 1 - - uid: 762 + - uid: 199 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-2.5 + pos: -4.5,-15.5 parent: 1 - - uid: 763 + - uid: 200 components: - type: Transform - pos: -7.5,-10.5 + pos: -4.5,-14.5 parent: 1 - - uid: 764 + - uid: 201 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-10.5 + pos: -4.5,-13.5 parent: 1 - - uid: 765 + - uid: 202 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-2.5 + pos: -3.5,-13.5 parent: 1 - - uid: 766 + - uid: 203 components: - type: Transform - pos: -8.5,-12.5 + pos: -3.5,-12.5 parent: 1 - - uid: 767 + - uid: 204 components: - type: Transform - pos: -9.5,-14.5 + pos: -0.5,-24.5 parent: 1 - - uid: 768 + - uid: 205 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-12.5 + pos: 0.5,-24.5 parent: 1 - - uid: 769 + - uid: 206 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-14.5 + pos: 1.5,-24.5 parent: 1 - - uid: 770 + - uid: 207 components: - type: Transform - pos: -12.5,-18.5 + pos: 1.5,-23.5 parent: 1 - - uid: 771 + - uid: 208 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-18.5 + pos: 0.5,-23.5 parent: 1 - - uid: 772 + - uid: 209 components: - type: Transform - pos: -13.5,-19.5 + pos: -0.5,-23.5 parent: 1 - - uid: 773 + - uid: 212 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-19.5 + pos: 4.5,-15.5 parent: 1 - - uid: 774 + - uid: 213 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-20.5 + pos: 4.5,-14.5 parent: 1 - - uid: 775 + - uid: 214 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-20.5 + pos: 3.5,-12.5 parent: 1 - - uid: 776 + - uid: 215 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-22.5 + pos: 3.5,-13.5 parent: 1 - - uid: 777 + - uid: 216 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-22.5 + pos: -2.5,-12.5 parent: 1 - - uid: 778 + - uid: 217 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-23.5 + pos: -2.5,-13.5 parent: 1 - - uid: 779 + - uid: 218 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-25.5 + pos: -3.5,-14.5 parent: 1 - - uid: 780 + - uid: 219 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-25.5 + pos: -3.5,-15.5 parent: 1 - - uid: 781 + - uid: 220 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-23.5 + pos: 2.5,-8.5 parent: 1 - - uid: 782 + - uid: 223 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-25.5 + pos: 2.5,-7.5 parent: 1 - - uid: 783 + - uid: 224 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-25.5 + pos: 2.5,-6.5 parent: 1 - - uid: 784 + - uid: 225 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-27.5 + pos: -1.5,-6.5 parent: 1 - - uid: 785 + - uid: 226 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-27.5 + pos: -1.5,-7.5 parent: 1 -- proto: WallReinforced - entities: - - uid: 786 + - uid: 227 components: - type: Transform - pos: 0.5,-6.5 + pos: -0.5,-7.5 parent: 1 - - uid: 787 + - uid: 228 components: - type: Transform - pos: -1.5,-6.5 + pos: 1.5,-7.5 parent: 1 - - uid: 788 + - uid: 229 components: - type: Transform - pos: -3.5,-14.5 + pos: 0.5,-10.5 parent: 1 - - uid: 789 + - uid: 230 components: - type: Transform - pos: -3.5,-16.5 + pos: -0.5,-10.5 parent: 1 - - uid: 790 + - uid: 232 components: - type: Transform - pos: -3.5,-17.5 + pos: 2.5,-14.5 parent: 1 - - uid: 791 + - uid: 233 components: - type: Transform - pos: -3.5,-18.5 + pos: 0.5,-14.5 parent: 1 - - uid: 792 + - uid: 234 components: - type: Transform - pos: -2.5,-17.5 + pos: -0.5,-14.5 parent: 1 - - uid: 793 + - uid: 235 components: - type: Transform - pos: -1.5,-17.5 + pos: -1.5,-14.5 parent: 1 - - uid: 794 + - uid: 236 components: - type: Transform - pos: 0.5,-17.5 + pos: -2.5,-14.5 parent: 1 - - uid: 795 + - uid: 237 components: - type: Transform - pos: 1.5,-17.5 + pos: 2.5,-17.5 parent: 1 - - uid: 796 + - uid: 238 components: - type: Transform - pos: 2.5,-15.5 + pos: 2.5,-16.5 parent: 1 - - uid: 797 + - uid: 239 components: - type: Transform - pos: 2.5,-16.5 + pos: 1.5,-16.5 parent: 1 - - uid: 798 + - uid: 240 components: - type: Transform - pos: 2.5,-17.5 + pos: -1.5,-17.5 parent: 1 - - uid: 799 + - uid: 242 components: - type: Transform - pos: 2.5,-18.5 + pos: 1.5,-20.5 parent: 1 - - uid: 800 + - uid: 244 components: - type: Transform - pos: 5.5,-17.5 + pos: 0.5,-20.5 parent: 1 -- proto: WallReinforcedDiagonal - entities: - - uid: 801 + - uid: 249 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-5.5 + pos: -0.5,-16.5 parent: 1 - - uid: 802 + - uid: 250 components: - type: Transform - pos: 0.5,-5.5 + pos: -1.5,-16.5 parent: 1 -- proto: WallWeaponCapacitorRecharger - entities: - - uid: 803 + - uid: 283 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-7.5 + pos: 3.5,-14.5 parent: 1 -- proto: WarpPoint - entities: - - uid: 804 + - uid: 454 components: - type: Transform - pos: -0.5,-15.5 + pos: 0.5,0.5 parent: 1 -- proto: WeaponCapacitorRecharger +- proto: WallPlastitaniumDiagonal entities: - - uid: 805 + - uid: 88 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-16.5 + rot: -1.5707963267948966 rad + pos: 3.5,5.5 parent: 1 -- proto: WeaponTurretBofors - entities: - - uid: 806 + - uid: 89 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-10.5 + pos: -2.5,5.5 parent: 1 - - uid: 807 + - uid: 210 components: - type: Transform rot: 3.141592653589793 rad - pos: 5.5,-10.5 + pos: 2.5,-24.5 parent: 1 -- proto: WeaponTurretL85Autocannon - entities: - - uid: 808 + - uid: 211 components: - type: Transform - pos: 4.5,-26.5 + rot: 1.5707963267948966 rad + pos: -1.5,-24.5 parent: 1 - - uid: 809 +- proto: WarpPoint + entities: + - uid: 495 components: - type: Transform - pos: -5.5,-26.5 + pos: 0.5,-13.5 parent: 1 -- proto: WeaponTurretType35 +- proto: WeaponTurretCerberus entities: - - uid: 810 + - uid: 4 components: - type: Transform rot: 3.141592653589793 rad - pos: 2.5,2.5 + pos: -3.5,-7.5 parent: 1 - - uid: 811 + - uid: 9 components: - type: Transform rot: 3.141592653589793 rad - pos: -3.5,2.5 + pos: 5.5,-12.5 parent: 1 - - uid: 812 + - uid: 10 components: - type: Transform rot: 3.141592653589793 rad - pos: 6.5,-9.5 + pos: -4.5,-12.5 parent: 1 - - uid: 813 + - uid: 11 components: - type: Transform rot: 3.141592653589793 rad - pos: -7.5,-9.5 + pos: 4.5,-7.5 parent: 1 -- proto: WindoorSecure +- proto: WeaponTurretL85Autocannon entities: - - uid: 814 + - uid: 2 components: - type: Transform - pos: -1.5,-18.5 + pos: 7.5,-20.5 parent: 1 - - uid: 815 + - uid: 5 components: - type: Transform - pos: 1.5,-18.5 + rot: 3.141592653589793 rad + pos: -6.5,-13.5 parent: 1 - - uid: 816 + - uid: 13 components: - type: Transform - pos: 0.5,-18.5 + pos: -6.5,-20.5 parent: 1 - - uid: 817 + - uid: 15 components: - type: Transform - pos: -2.5,-18.5 + rot: 3.141592653589793 rad + pos: 7.5,-13.5 parent: 1 -- proto: WindowReinforcedDirectional +- proto: WeaponTurretScylla entities: - - uid: 818 + - uid: 108 components: - type: Transform - pos: 4.5,-15.5 + rot: 3.141592653589793 rad + pos: 0.5,2.5 parent: 1 ... From dcec7a882708f46cada80075bf48c467e7788559 Mon Sep 17 00:00:00 2001 From: starch Date: Fri, 17 Jul 2026 22:40:32 -0400 Subject: [PATCH 2/2] WRONG! --- Resources/Prototypes/_Mono/Shipyard/Nfsd/banshee.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/_Mono/Shipyard/Nfsd/banshee.yml b/Resources/Prototypes/_Mono/Shipyard/Nfsd/banshee.yml index 7aaeb919cb7..b7736368d58 100644 --- a/Resources/Prototypes/_Mono/Shipyard/Nfsd/banshee.yml +++ b/Resources/Prototypes/_Mono/Shipyard/Nfsd/banshee.yml @@ -17,7 +17,7 @@ - Pursuit - Corvette engine: - - AME + - Plasma - type: gameMap id: Banshee