From 5595912c537b5a7affbb86e900039c9632dc8941 Mon Sep 17 00:00:00 2001 From: Field Command <159087063+FieldCommand@users.noreply.github.com> Date: Sun, 1 Feb 2026 21:20:37 +0100 Subject: [PATCH] The Reclaimer MK2 returns! (#5245) * The Reclaimer returns * Added the ability to name GridSpawns with a specific name * formatting --------- Co-authored-by: Vanessa --- .../Shuttles/Components/GridSpawnComponent.cs | 11 + .../Systems/ShuttleSystem.GridFill.cs | 5 + .../Maps/_DV/Shuttles/Misc/reclaimer_mk2.yml | 1859 +++++++++++++++++ .../Prototypes/Entities/Stations/base.yml | 5 + 4 files changed, 1880 insertions(+) create mode 100644 Resources/Maps/_DV/Shuttles/Misc/reclaimer_mk2.yml diff --git a/Content.Server/Shuttles/Components/GridSpawnComponent.cs b/Content.Server/Shuttles/Components/GridSpawnComponent.cs index c74613f5eb..1126e09fde 100644 --- a/Content.Server/Shuttles/Components/GridSpawnComponent.cs +++ b/Content.Server/Shuttles/Components/GridSpawnComponent.cs @@ -55,6 +55,11 @@ public interface IGridSpawnGroup /// public bool NameGrid { get; set; } + /// + /// DeltaV - If is true and this is not null, the grid will use this name instead of the file name. + /// + public string? Name { get; set; } + /// /// Should we add this to the station's grids (if possible / relevant). /// @@ -92,6 +97,9 @@ public sealed partial class DungeonSpawnGroup : IGridSpawnGroup /// public bool NameGrid { get; set; } = false; + /// + public string? Name { get; set; } = null; // DeltaV + /// public bool StationGrid { get; set; } = false; } @@ -112,6 +120,9 @@ public sealed partial class GridSpawnGroup : IGridSpawnGroup public ComponentRegistry AddComponents { get; set; } = new(); public bool Hide { get; set; } = false; public bool NameGrid { get; set; } = true; + + /// + public string? Name { get; set; } = null; // DeltaV public bool StationGrid { get; set; } = true; } diff --git a/Content.Server/Shuttles/Systems/ShuttleSystem.GridFill.cs b/Content.Server/Shuttles/Systems/ShuttleSystem.GridFill.cs index ca704d8e50..0700a2b45e 100644 --- a/Content.Server/Shuttles/Systems/ShuttleSystem.GridFill.cs +++ b/Content.Server/Shuttles/Systems/ShuttleSystem.GridFill.cs @@ -144,6 +144,11 @@ public sealed partial class ShuttleSystem if (group.NameGrid) { var name = path.FilenameWithoutExtension; + + // DeltaV - Allow grid names to be specified + if (!string.IsNullOrWhiteSpace(group.Name)) + name = group.Name; + _metadata.SetEntityName(grid.Value, name); } diff --git a/Resources/Maps/_DV/Shuttles/Misc/reclaimer_mk2.yml b/Resources/Maps/_DV/Shuttles/Misc/reclaimer_mk2.yml new file mode 100644 index 0000000000..a8afac8a1a --- /dev/null +++ b/Resources/Maps/_DV/Shuttles/Misc/reclaimer_mk2.yml @@ -0,0 +1,1859 @@ +meta: + format: 7 + category: Grid + engineVersion: 267.3.0 + forkId: "" + forkVersion: "" + time: 01/19/2026 04:42:35 + entityCount: 253 +maps: [] +grids: +- 1 +orphans: +- 1 +nullspace: [] +tilemap: + 3: Space + 7: FloorDark + 8: FloorGreenCircuit + 5: FloorReinforced + 0: FloorSteel + 1: FloorSteelMono + 4: FloorTechMaint + 6: Lattice + 2: Plating +entities: +- proto: "" + entities: + - uid: 1 + components: + - type: MetaData + name: Reclaimer MK2 + - type: Transform + pos: -0.515625,-0.5 + parent: invalid + - type: MapGrid + chunks: + 0,0: + ind: 0,0 + tiles: AAAAAAADAAEAAAAAAQACAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAQAAAAAAAACAAAAAAAAAgAAAAAAAAUAAAAAAAAGAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAAAAAAAAAEAAAAAAAADAAIAAAAAAAACAAAAAAAAAgAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAAAAAAACAAAAAAAAAgAEAAAAAAAAAAAAAAABAAQAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAEAAgAAAAAAAAEAAAAAAgACAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAAAAAAAAAMAAAAAAAACAAQAAAAAAAAAAAAAAAMABAAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAABAAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAcAAAAAAQAIAAAAAAAAAgAAAAAAAAUAAAAAAAAGAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAAIAAAAAAAABwAAAAABAAIAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAABQAAAAAAAAUAAAAAAAAGAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAA== + version: 7 + 0,-1: + ind: 0,-1 + tiles: AwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAIAAAAAAAAGAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAAHAAAAAAEAAgAAAAAAAAIAAAAAAAAGAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAABwAAAAAAAAgAAAAAAAACAAAAAAAABQAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAcAAAAAAwAIAAAAAAAAAgAAAAAAAAUAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAAEAAAAAAAAAgAAAAAAAAIAAAAAAAAGAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAAAAAAACAAEAAAAAAQACAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAAAAAAAAgABAAAAAAIAAgAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAAAAAAAAAMAAQAAAAACAAIAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAAAAAAACAAEAAAAAAQACAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAA== + version: 7 + -1,-1: + ind: -1,-1 + tiles: AwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAYAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAABgAAAAAAAAIAAAAAAAACAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAUAAAAAAAACAAAAAAAACAAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAAFAAAAAAAAAgAAAAAAAAgAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAABgAAAAAAAAIAAAAAAAACAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAACAAAAAAAAAAAAAAACAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAABAAAAAAAAAAAAAAAAQADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAQAAAAAAAAAAAAAAAEAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAAEAAAAAAAAAAAAAAADAA== + version: 7 + -1,0: + ind: -1,0 + tiles: AwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAACAAAAAAAAAAAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAYAAAAAAAAFAAAAAAAAAgAAAAAAAAIAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAAAAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAABQAAAAAAAAEAAAAAAgABAAAAAAAAAAAAAAABAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAUAAAAAAAABAAAAAAAAAQAAAAABAAAAAAAAAgADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAAFAAAAAAAAAQAAAAABAAEAAAAAAgAAAAAAAAMAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAYAAAAAAAAFAAAAAAAAAgAAAAAAAAcAAAAAAwADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAIAAAAAAAAHAAAAAAIAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAAGAAAAAAAABQAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAA== + version: 7 + - type: Broadphase + - type: Physics + bodyStatus: InAir + fixedRotation: False + bodyType: Dynamic + - type: Fixtures + fixtures: {} + - type: OccluderTree + - type: SpreaderGrid + - type: Shuttle + dampingModifier: 0.25 + - type: ImplicitRoof + - type: GridPathfinding + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: + - node: + color: '#FFFFFFFF' + id: Box + decals: + 0: -2,3 + 1: -3,3 + 2: -3,4 + 3: -2,4 + 4: -2,5 + 5: -3,5 + - node: + color: '#8D1C9996' + id: BrickTileWhiteBox + decals: + 16: 3,3 + 17: 3,5 + - node: + color: '#8D1C9996' + id: BrickTileWhiteCornerNe + decals: + 26: 0,0 + 30: 1,5 + 31: 1,8 + - node: + color: '#8D1C9996' + id: BrickTileWhiteCornerNw + decals: + 18: -1,5 + 19: -1,0 + 32: -1,8 + - node: + color: '#8D1C9996' + id: BrickTileWhiteCornerSe + decals: + 25: 0,-4 + 36: 1,2 + - node: + color: '#8D1C9996' + id: BrickTileWhiteCornerSw + decals: + 24: -1,-4 + 33: -1,7 + 35: -1,2 + - node: + color: '#8D1C9996' + id: BrickTileWhiteEndN + decals: + 20: 0,-6 + - node: + color: '#8D1C9996' + id: BrickTileWhiteEndS + decals: + 21: 0,-8 + - node: + color: '#8D1C9996' + id: BrickTileWhiteLineE + decals: + 22: 0,-7 + 27: 0,-1 + 28: 0,-2 + 29: 0,-3 + 39: 1,3 + 40: 1,4 + - node: + color: '#8D1C9996' + id: BrickTileWhiteLineN + decals: + 41: 0,5 + - node: + color: '#8D1C9996' + id: BrickTileWhiteLineS + decals: + 34: 0,7 + 42: 0,2 + - node: + color: '#8D1C9996' + id: BrickTileWhiteLineW + decals: + 23: 0,-7 + 37: -1,3 + 38: -1,4 + - node: + angle: 1.5707963267948966 rad + color: '#FFFFFFFF' + id: Caution + decals: + 46: -1,-2 + - node: + color: '#FFFFFFFF' + id: Delivery + decals: + 6: 0,6 + 7: 2,5 + 8: 2,3 + 9: 4,3 + 10: 4,5 + 11: 0,1 + 12: 0,-5 + 13: -2,-3 + 14: -2,-2 + 15: -2,-1 + - node: + color: '#FFFFFFFF' + id: WarnLineS + decals: + 43: -1,-3 + 44: -1,-2 + 45: -1,-1 + - type: GridAtmosphere + version: 2 + data: + tiles: + 0,0: + 0: 62355 + 0,-1: + 0: 13107 + -1,0: + 0: 59432 + 1: 16 + 0,1: + 0: 45563 + -1,1: + 0: 41198 + 1: 4096 + 0,2: + 0: 3 + 1: 64 + -1,2: + 0: 8 + 1: 64 + 1,0: + 1: 16 + 0: 4096 + 1,1: + 0: 16 + 1: 4096 + 0,-2: + 0: 7089 + 1: 32776 + 0,-3: + 1: 8192 + -1,-3: + 1: 32768 + -1,-2: + 0: 2720 + 1: 8194 + -1,-1: + 0: 34952 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + Oxygen: 21.824879 + Nitrogen: 82.10312 + - volume: 2500 + immutable: True + moles: {} + chunkSize: 4 + - type: GasTileOverlay + - type: RadiationGridResistance +- proto: AirAlarm + entities: + - uid: 113 + components: + - type: MetaData + name: 'Air Alarm: Reclaimer MK2' + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,4.5 + parent: 1 + - type: DeviceList + devices: + - 173 + - 194 + - 193 + - 172 + - 2 + - 171 + - 174 + - 192 + - type: Fixtures + fixtures: {} +- proto: AirlockExternalGlassShuttleLocked + entities: + - uid: 153 + components: + - type: MetaData + name: Reclaimer Docking Port + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,5.5 + parent: 1 + - uid: 165 + components: + - type: MetaData + name: Reclaimer Docking Port + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,3.5 + parent: 1 +- proto: AirlockSalvageGlassLocked + entities: + - uid: 219 + components: + - type: MetaData + name: Engineering + - type: Transform + pos: 0.5,-4.5 + parent: 1 + - uid: 220 + components: + - type: MetaData + name: Salvage Bay + - type: Transform + pos: 0.5,1.5 + parent: 1 + - uid: 221 + components: + - type: MetaData + name: Helm + - type: Transform + pos: 0.5,6.5 + parent: 1 + - uid: 222 + components: + - type: MetaData + name: Reclaimer Interior Airlock + - type: Transform + pos: 2.5,5.5 + parent: 1 + - uid: 223 + components: + - type: MetaData + name: Reclaimer Interior Airlock + - type: Transform + pos: 2.5,3.5 + parent: 1 +- proto: APCBasic + entities: + - uid: 112 + components: + - type: MetaData + name: 'APC: Reclaimer MK2' + - type: Transform + pos: 1.5,6.5 + parent: 1 + - type: Fixtures + fixtures: {} +- proto: AtmosDeviceFanDirectional + entities: + - uid: 74 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,5.5 + parent: 1 + - uid: 75 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,3.5 + parent: 1 + - uid: 76 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-2.5 + parent: 1 + - uid: 77 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-1.5 + parent: 1 + - uid: 78 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-0.5 + parent: 1 +- proto: ButtonFrameCaution + entities: + - uid: 169 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,0.5 + parent: 1 +- proto: CableApcExtension + entities: + - uid: 133 + components: + - type: Transform + pos: 0.5,8.5 + parent: 1 + - uid: 134 + components: + - type: Transform + pos: 0.5,7.5 + parent: 1 + - uid: 135 + components: + - type: Transform + pos: 0.5,6.5 + parent: 1 + - uid: 136 + components: + - type: Transform + pos: 0.5,5.5 + parent: 1 + - uid: 137 + components: + - type: Transform + pos: 0.5,4.5 + parent: 1 + - uid: 138 + components: + - type: Transform + pos: 0.5,3.5 + parent: 1 + - uid: 139 + components: + - type: Transform + pos: 0.5,2.5 + parent: 1 + - uid: 140 + components: + - type: Transform + pos: 0.5,1.5 + parent: 1 + - uid: 141 + components: + - type: Transform + pos: 0.5,0.5 + parent: 1 + - uid: 142 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 1 + - uid: 143 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 1 + - uid: 144 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 1 + - uid: 145 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 1 + - uid: 146 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 1 + - uid: 147 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 1 + - uid: 148 + components: + - type: Transform + pos: 1.5,6.5 + parent: 1 + - uid: 149 + components: + - type: Transform + pos: 1.5,3.5 + parent: 1 + - uid: 150 + components: + - type: Transform + pos: -2.5,4.5 + parent: 1 + - uid: 151 + components: + - type: Transform + pos: -1.5,4.5 + parent: 1 + - uid: 152 + components: + - type: Transform + pos: -0.5,4.5 + parent: 1 + - uid: 155 + components: + - type: Transform + pos: 3.5,5.5 + parent: 1 + - uid: 156 + components: + - type: Transform + pos: 3.5,4.5 + parent: 1 + - uid: 157 + components: + - type: Transform + pos: 3.5,3.5 + parent: 1 + - uid: 158 + components: + - type: Transform + pos: -2.5,5.5 + parent: 1 + - uid: 159 + components: + - type: Transform + pos: -2.5,3.5 + parent: 1 + - uid: 160 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 1 + - uid: 161 + components: + - type: Transform + pos: 1.5,-5.5 + parent: 1 + - uid: 162 + components: + - type: Transform + pos: 1.5,-6.5 + parent: 1 + - uid: 163 + components: + - type: Transform + pos: -0.5,-6.5 + parent: 1 + - uid: 164 + components: + - type: Transform + pos: 2.5,3.5 + parent: 1 +- proto: CableHV + entities: + - uid: 114 + components: + - type: Transform + pos: -0.5,6.5 + parent: 1 + - uid: 115 + components: + - type: Transform + pos: -0.5,5.5 + parent: 1 + - uid: 116 + components: + - type: Transform + pos: -0.5,4.5 + parent: 1 + - uid: 117 + components: + - type: Transform + pos: 0.5,4.5 + parent: 1 + - uid: 118 + components: + - type: Transform + pos: 0.5,3.5 + parent: 1 + - uid: 119 + components: + - type: Transform + pos: 0.5,2.5 + parent: 1 + - uid: 120 + components: + - type: Transform + pos: 0.5,1.5 + parent: 1 + - uid: 121 + components: + - type: Transform + pos: 0.5,0.5 + parent: 1 + - uid: 122 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 1 + - uid: 123 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 1 + - uid: 124 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 1 + - uid: 125 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 1 + - uid: 126 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 1 + - uid: 127 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 1 + - uid: 128 + components: + - type: Transform + pos: 1.5,-5.5 + parent: 1 + - uid: 129 + components: + - type: Transform + pos: 1.5,-6.5 + parent: 1 +- proto: CableMV + entities: + - uid: 130 + components: + - type: Transform + pos: -0.5,6.5 + parent: 1 + - uid: 131 + components: + - type: Transform + pos: 0.5,6.5 + parent: 1 + - uid: 132 + components: + - type: Transform + pos: 1.5,6.5 + parent: 1 +- proto: ChairPilotSeat + entities: + - uid: 90 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,7.5 + parent: 1 + - uid: 101 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,2.5 + parent: 1 + - uid: 102 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,2.5 + parent: 1 +- proto: ComputerBroken + entities: + - uid: 98 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,5.5 + parent: 1 +- proto: ComputerFrame + entities: + - uid: 89 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,7.5 + parent: 1 +- proto: ComputerShuttle + entities: + - uid: 85 + components: + - type: Transform + pos: 0.5,8.5 + parent: 1 +- proto: CrateGenericSteel + entities: + - uid: 94 + components: + - type: Transform + pos: 1.5,0.5 + parent: 1 +- proto: DecalSpawnerDirtWide + entities: + - uid: 226 + components: + - type: Transform + pos: 0.5,-6.5 + parent: 1 + - uid: 227 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 1 + - uid: 228 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 1 + - uid: 229 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 1 + - uid: 230 + components: + - type: Transform + pos: -0.5,0.5 + parent: 1 + - uid: 231 + components: + - type: Transform + pos: 1.5,2.5 + parent: 1 + - uid: 232 + components: + - type: Transform + pos: -0.5,3.5 + parent: 1 + - uid: 233 + components: + - type: Transform + pos: 0.5,5.5 + parent: 1 + - uid: 234 + components: + - type: Transform + pos: 3.5,4.5 + parent: 1 + - uid: 235 + components: + - type: Transform + pos: 0.5,7.5 + parent: 1 +- proto: FoodBoxDonut + entities: + - uid: 225 + components: + - type: Transform + pos: 1.4647925,8.553061 + parent: 1 +- proto: GasCanisterBrokenBase + entities: + - uid: 100 + components: + - type: Transform + pos: -2.5,3.5 + parent: 1 +- proto: GasPassiveVent + entities: + - uid: 175 + components: + - type: Transform + pos: 3.5,7.5 + parent: 1 + - type: AtmosPipeLayers + pipeLayer: Tertiary + - type: AtmosPipeColor + color: '#FF1212FF' +- proto: GasPipeBendAlt1 + entities: + - uid: 190 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-6.5 + parent: 1 + - type: AtmosPipeColor + color: '#0337FCFF' + - uid: 191 + components: + - type: Transform + pos: 1.5,-5.5 + parent: 1 + - type: AtmosPipeColor + color: '#0337FCFF' +- proto: GasPipeBendAlt2 + entities: + - uid: 210 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,5.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' +- proto: GasPipeStraightAlt1 + entities: + - uid: 179 + components: + - type: Transform + pos: 0.5,6.5 + parent: 1 + - type: AtmosPipeColor + color: '#0337FCFF' + - uid: 180 + components: + - type: Transform + pos: 0.5,5.5 + parent: 1 + - type: AtmosPipeColor + color: '#0337FCFF' + - uid: 181 + components: + - type: Transform + pos: 0.5,3.5 + parent: 1 + - type: AtmosPipeColor + color: '#0337FCFF' + - uid: 182 + components: + - type: Transform + pos: 0.5,2.5 + parent: 1 + - type: AtmosPipeColor + color: '#0337FCFF' + - uid: 183 + components: + - type: Transform + pos: 0.5,1.5 + parent: 1 + - type: AtmosPipeColor + color: '#0337FCFF' + - uid: 184 + components: + - type: Transform + pos: 0.5,0.5 + parent: 1 + - type: AtmosPipeColor + color: '#0337FCFF' + - uid: 185 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 1 + - type: AtmosPipeColor + color: '#0337FCFF' + - uid: 186 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 1 + - type: AtmosPipeColor + color: '#0337FCFF' + - uid: 187 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 1 + - type: AtmosPipeColor + color: '#0337FCFF' + - uid: 188 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 1 + - type: AtmosPipeColor + color: '#0337FCFF' + - uid: 189 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 1 + - type: AtmosPipeColor + color: '#0337FCFF' + - uid: 211 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,7.5 + parent: 1 + - type: AtmosPipeColor + color: '#0337FCFF' +- proto: GasPipeStraightAlt2 + entities: + - uid: 178 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 195 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 196 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 197 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 198 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 199 + components: + - type: Transform + pos: 0.5,0.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 200 + components: + - type: Transform + pos: 0.5,1.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 201 + components: + - type: Transform + pos: 0.5,2.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 202 + components: + - type: Transform + pos: 0.5,3.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 203 + components: + - type: Transform + pos: 0.5,6.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 207 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,5.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 208 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,5.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 209 + components: + - type: Transform + pos: 3.5,6.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' +- proto: GasPipeTJunctionAlt1 + entities: + - uid: 176 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-2.5 + parent: 1 + - type: AtmosPipeColor + color: '#0337FCFF' + - uid: 177 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,4.5 + parent: 1 + - type: AtmosPipeColor + color: '#0337FCFF' + - uid: 212 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-6.5 + parent: 1 + - type: AtmosPipeColor + color: '#0337FCFF' +- proto: GasPipeTJunctionAlt2 + entities: + - uid: 204 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,5.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 205 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,4.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 206 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-0.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' +- proto: GasPort + entities: + - uid: 108 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-7.5 + parent: 1 + - type: AtmosPipeLayers + pipeLayer: Secondary + - type: AtmosPipeColor + color: '#0337FCFF' +- proto: GasVentPump + entities: + - uid: 171 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-2.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 113 + - type: AtmosPipeLayers + pipeLayer: Secondary + - type: AtmosPipeColor + color: '#0337FCFF' + - uid: 172 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,4.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 113 + - type: AtmosPipeLayers + pipeLayer: Secondary + - type: AtmosPipeColor + color: '#0337FCFF' + - uid: 173 + components: + - type: Transform + pos: 0.5,8.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 113 + - type: AtmosPipeLayers + pipeLayer: Secondary + - type: AtmosPipeColor + color: '#0337FCFF' + - uid: 174 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-5.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 113 + - type: AtmosPipeLayers + pipeLayer: Secondary + - type: AtmosPipeColor + color: '#0337FCFF' +- proto: GasVentScrubber + entities: + - uid: 2 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-0.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 113 + - type: AtmosPipeLayers + pipeLayer: Tertiary + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 192 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-6.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 113 + - type: AtmosPipeLayers + pipeLayer: Tertiary + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 193 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,4.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 113 + - type: AtmosPipeLayers + pipeLayer: Tertiary + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 194 + components: + - type: Transform + pos: 0.5,7.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 113 + - type: AtmosPipeLayers + pipeLayer: Tertiary + - type: AtmosPipeColor + color: '#FF1212FF' +- proto: GeneratorBasic15kW + entities: + - uid: 106 + components: + - type: Transform + pos: 1.5,-5.5 + parent: 1 + - uid: 107 + components: + - type: Transform + pos: 1.5,-6.5 + parent: 1 +- proto: GravityGeneratorMini + entities: + - uid: 110 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 1 +- proto: Grille + entities: + - uid: 67 + components: + - type: Transform + pos: 1.5,9.5 + parent: 1 + - uid: 71 + components: + - type: Transform + pos: -3.5,5.5 + parent: 1 + - uid: 72 + components: + - type: Transform + pos: -3.5,4.5 + parent: 1 + - uid: 73 + components: + - type: Transform + pos: -3.5,3.5 + parent: 1 + - uid: 79 + components: + - type: Transform + pos: 0.5,9.5 + parent: 1 + - uid: 81 + components: + - type: Transform + pos: -0.5,9.5 + parent: 1 +- proto: GrilleDiagonal + entities: + - uid: 80 + components: + - type: Transform + pos: -1.5,9.5 + parent: 1 + - uid: 83 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,9.5 + parent: 1 +- proto: Gyroscope + entities: + - uid: 109 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-6.5 + parent: 1 +- proto: HolopadCargoShuttle + entities: + - uid: 238 + components: + - type: Transform + pos: 0.5,4.5 + parent: 1 + - type: Label + currentLabel: Reclaimer MK2 +- proto: LockableButtonSalvage + entities: + - uid: 170 + components: + - type: MetaData + name: Toggle Shutters + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,0.5 + parent: 1 + - type: DeviceLinkSource + linkedPorts: + 168: + - - Pressed + - Toggle + 167: + - - Pressed + - Toggle + 166: + - - Pressed + - Toggle + - type: Fixtures + fixtures: {} +- proto: MachineFrameDestroyed + entities: + - uid: 99 + components: + - type: Transform + pos: -1.5,3.5 + parent: 1 +- proto: Medkit + entities: + - uid: 236 + components: + - type: Transform + pos: 1.4794638,-1.4881907 + parent: 1 +- proto: MiningWindow + entities: + - uid: 5 + components: + - type: Transform + pos: 0.5,9.5 + parent: 1 + - uid: 8 + components: + - type: Transform + pos: -0.5,9.5 + parent: 1 + - uid: 39 + components: + - type: Transform + pos: -3.5,5.5 + parent: 1 + - uid: 41 + components: + - type: Transform + pos: -3.5,3.5 + parent: 1 + - uid: 47 + components: + - type: Transform + pos: -3.5,4.5 + parent: 1 + - uid: 68 + components: + - type: Transform + pos: 1.5,9.5 + parent: 1 +- proto: MiningWindowDiagonal + entities: + - uid: 69 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,9.5 + parent: 1 + - uid: 82 + components: + - type: Transform + pos: -1.5,9.5 + parent: 1 +- proto: OreBag + entities: + - uid: 237 + components: + - type: Transform + pos: 1.5969337,-2.4220016 + parent: 1 +- proto: OreBox + entities: + - uid: 95 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 1 +- proto: PersonalAI + entities: + - uid: 224 + components: + - type: Transform + pos: -0.5981009,7.667616 + parent: 1 +- proto: Pickaxe + entities: + - uid: 96 + components: + - type: Transform + pos: 1.7197993,-0.46890688 + parent: 1 + - uid: 97 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.4697993,-0.5157819 + parent: 1 +- proto: PosterLegitSafetyMothHardhat + entities: + - uid: 218 + components: + - type: Transform + pos: -1.5,-6.5 + parent: 1 + - type: Fixtures + fixtures: {} +- proto: PowerCellRecharger + entities: + - uid: 103 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,8.5 + parent: 1 +- proto: Poweredlight + entities: + - uid: 213 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,0.5 + parent: 1 + - uid: 214 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-3.5 + parent: 1 + - uid: 215 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-7.5 + parent: 1 + - uid: 216 + components: + - type: Transform + pos: -1.5,5.5 + parent: 1 + - uid: 217 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,7.5 + parent: 1 + - uid: 242 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,4.5 + parent: 1 +- proto: Rack + entities: + - uid: 91 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-0.5 + parent: 1 + - uid: 92 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-1.5 + parent: 1 + - uid: 93 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-2.5 + parent: 1 +- proto: RandomPosterAny + entities: + - uid: 239 + components: + - type: Transform + pos: 1.5,-4.5 + parent: 1 + - uid: 240 + components: + - type: Transform + pos: -1.5,2.5 + parent: 1 + - uid: 241 + components: + - type: Transform + pos: 2.5,6.5 + parent: 1 +- proto: RandomPosterLegit + entities: + - uid: 243 + components: + - type: Transform + pos: 2.5,1.5 + parent: 1 +- proto: RandomSpawner + entities: + - uid: 244 + components: + - type: Transform + pos: -1.5,5.5 + parent: 1 + - uid: 245 + components: + - type: Transform + pos: 0.5,2.5 + parent: 1 + - uid: 246 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 1 + - uid: 247 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 1 + - uid: 248 + components: + - type: Transform + pos: -0.5,7.5 + parent: 1 + - uid: 249 + components: + - type: Transform + pos: 3.5,3.5 + parent: 1 + - uid: 250 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 1 + - uid: 251 + components: + - type: Transform + pos: 0.5,-7.5 + parent: 1 + - uid: 252 + components: + - type: Transform + pos: 3.5,5.5 + parent: 1 + - uid: 253 + components: + - type: Transform + pos: -2.5,4.5 + parent: 1 +- proto: ShuttersWindow + entities: + - uid: 166 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-0.5 + parent: 1 + - uid: 167 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-1.5 + parent: 1 + - uid: 168 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-2.5 + parent: 1 +- proto: SubstationWallBasic + entities: + - uid: 111 + components: + - type: MetaData + name: 'Substation: Reclaimer MK2' + - type: Transform + pos: -0.5,6.5 + parent: 1 +- proto: TableCounterMetal + entities: + - uid: 86 + components: + - type: Transform + pos: -0.5,8.5 + parent: 1 + - uid: 87 + components: + - type: Transform + pos: -0.5,7.5 + parent: 1 + - uid: 88 + components: + - type: Transform + pos: 1.5,8.5 + parent: 1 +- proto: Thruster + entities: + - uid: 43 + components: + - type: Transform + pos: -2.5,7.5 + parent: 1 + - uid: 44 + components: + - type: Transform + pos: 3.5,7.5 + parent: 1 + - uid: 45 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,1.5 + parent: 1 + - uid: 46 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,1.5 + parent: 1 + - uid: 61 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-5.5 + parent: 1 + - type: Thruster + enabled: False + - uid: 62 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-6.5 + parent: 1 + - uid: 63 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-5.5 + parent: 1 + - uid: 64 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-6.5 + parent: 1 +- proto: VendingMachineTankDispenserEVA + entities: + - uid: 84 + components: + - type: Transform + pos: 3.5,4.5 + parent: 1 +- proto: WallMining + entities: + - uid: 3 + components: + - type: Transform + pos: -1.5,7.5 + parent: 1 + - uid: 4 + components: + - type: Transform + pos: 2.5,2.5 + parent: 1 + - uid: 6 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 1 + - uid: 7 + components: + - type: Transform + pos: 4.5,6.5 + parent: 1 + - uid: 9 + components: + - type: Transform + pos: 3.5,2.5 + parent: 1 + - uid: 10 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 1 + - uid: 11 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 1 + - uid: 12 + components: + - type: Transform + pos: 3.5,6.5 + parent: 1 + - uid: 13 + components: + - type: Transform + pos: -1.5,0.5 + parent: 1 + - uid: 14 + components: + - type: Transform + pos: -1.5,1.5 + parent: 1 + - uid: 15 + components: + - type: Transform + pos: 1.5,6.5 + parent: 1 + - uid: 16 + components: + - type: Transform + pos: 2.5,8.5 + parent: 1 + - uid: 17 + components: + - type: Transform + pos: -1.5,8.5 + parent: 1 + - uid: 18 + components: + - type: Transform + pos: -0.5,6.5 + parent: 1 + - uid: 19 + components: + - type: Transform + pos: -1.5,6.5 + parent: 1 + - uid: 20 + components: + - type: Transform + pos: -2.5,6.5 + parent: 1 + - uid: 23 + components: + - type: Transform + pos: -3.5,2.5 + parent: 1 + - uid: 24 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 1 + - uid: 25 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 1 + - uid: 26 + components: + - type: Transform + pos: -0.5,-4.5 + parent: 1 + - uid: 27 + components: + - type: Transform + pos: 2.5,-5.5 + parent: 1 + - uid: 28 + components: + - type: Transform + pos: 1.5,-4.5 + parent: 1 + - uid: 29 + components: + - type: Transform + pos: 2.5,-4.5 + parent: 1 + - uid: 31 + components: + - type: Transform + pos: 0.5,-8.5 + parent: 1 + - uid: 33 + components: + - type: Transform + pos: 2.5,4.5 + parent: 1 + - uid: 34 + components: + - type: Transform + pos: 4.5,4.5 + parent: 1 + - uid: 35 + components: + - type: Transform + pos: 1.5,1.5 + parent: 1 + - uid: 36 + components: + - type: Transform + pos: -2.5,2.5 + parent: 1 + - uid: 37 + components: + - type: Transform + pos: -1.5,2.5 + parent: 1 + - uid: 38 + components: + - type: Transform + pos: -0.5,1.5 + parent: 1 + - uid: 40 + components: + - type: Transform + pos: 2.5,6.5 + parent: 1 + - uid: 42 + components: + - type: Transform + pos: 2.5,7.5 + parent: 1 + - uid: 48 + components: + - type: Transform + pos: -3.5,6.5 + parent: 1 + - uid: 49 + components: + - type: Transform + pos: 2.5,1.5 + parent: 1 + - uid: 50 + components: + - type: Transform + pos: 2.5,0.5 + parent: 1 + - uid: 51 + components: + - type: Transform + pos: -0.5,-7.5 + parent: 1 + - uid: 54 + components: + - type: Transform + pos: 1.5,-7.5 + parent: 1 + - uid: 55 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 1 + - uid: 56 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 1 + - uid: 57 + components: + - type: Transform + pos: -1.5,-6.5 + parent: 1 + - uid: 59 + components: + - type: Transform + pos: -1.5,-7.5 + parent: 1 + - uid: 60 + components: + - type: Transform + pos: 2.5,-6.5 + parent: 1 + - uid: 66 + components: + - type: Transform + pos: 2.5,-7.5 + parent: 1 + - uid: 70 + components: + - type: Transform + pos: 4.5,2.5 + parent: 1 +- proto: WallMiningDiagonal + entities: + - uid: 21 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,7.5 + parent: 1 + - uid: 22 + components: + - type: Transform + pos: -3.5,7.5 + parent: 1 + - uid: 30 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-4.5 + parent: 1 + - uid: 32 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-7.5 + parent: 1 + - uid: 52 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 1 + - uid: 53 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,1.5 + parent: 1 + - uid: 58 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-7.5 + parent: 1 + - uid: 65 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,1.5 + parent: 1 + - uid: 104 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-8.5 + parent: 1 + - uid: 105 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-8.5 + parent: 1 +- proto: WarpPointShuttle + entities: + - uid: 154 + components: + - type: Transform + pos: 0.5,4.5 + parent: 1 + - type: WarpPoint + location: Reclaimer MK2 +... diff --git a/Resources/Prototypes/Entities/Stations/base.yml b/Resources/Prototypes/Entities/Stations/base.yml index 3504c42250..34de0993b3 100644 --- a/Resources/Prototypes/Entities/Stations/base.yml +++ b/Resources/Prototypes/Entities/Stations/base.yml @@ -61,6 +61,11 @@ # paths: # - /Maps/Shuttles/trading_outpost.yml # Spawn last + salvageShuttle: !type:GridSpawnGroup # DeltaV - salvage gets their own ship + paths: + - /Maps/_DV/Shuttles/Misc/reclaimer_mk2.yml + nameGrid: true + name: Reclaimer Mk2 ruins: !type:GridSpawnGroup hide: true nameGrid: true