From 86a3d1636fadd89c800e64c946995e8dc18a8991 Mon Sep 17 00:00:00 2001
From: IProduceWidgets <107586145+IProduceWidgets@users.noreply.github.com>
Date: Fri, 22 Nov 2024 17:50:41 -0500
Subject: [PATCH 1/3] baby proof the terminal (#33281)
* baby proof the terminal
* Make a couple exceptions for items that you might take with you.
* alwayspoweredlights
* Uncuttable cables since cablecomp is a snowflake construction system
* chairs and vendors
* rerun heisentests
* rerun tests again
---
.../Power/Components/CableComponent.cs | 5 +-
.../Power/EntitySystems/CableSystem.cs | 5 +-
Resources/Maps/Misc/terminal.yml | 4527 +++++++++++++++--
.../Structures/Power/cable_terminal.yml | 8 +
.../Entities/Structures/Power/cables.yml | 24 +
5 files changed, 4102 insertions(+), 467 deletions(-)
diff --git a/Content.Server/Power/Components/CableComponent.cs b/Content.Server/Power/Components/CableComponent.cs
index 7398bc0616e..63899735b58 100644
--- a/Content.Server/Power/Components/CableComponent.cs
+++ b/Content.Server/Power/Components/CableComponent.cs
@@ -18,8 +18,11 @@ public sealed partial class CableComponent : Component
[DataField]
public EntProtoId CableDroppedOnCutPrototype = "CableHVStack1";
+ ///
+ /// The tool quality needed to cut the cable. Setting to null prevents cutting.
+ ///
[DataField]
- public ProtoId CuttingQuality = SharedToolSystem.CutQuality;
+ public ProtoId? CuttingQuality = SharedToolSystem.CutQuality;
///
/// Checked by to determine if there is
diff --git a/Content.Server/Power/EntitySystems/CableSystem.cs b/Content.Server/Power/EntitySystems/CableSystem.cs
index d0f45b54fcf..db44323007a 100644
--- a/Content.Server/Power/EntitySystems/CableSystem.cs
+++ b/Content.Server/Power/EntitySystems/CableSystem.cs
@@ -35,7 +35,10 @@ private void OnInteractUsing(EntityUid uid, CableComponent cable, InteractUsingE
if (args.Handled)
return;
- args.Handled = _toolSystem.UseTool(args.Used, args.User, uid, cable.CuttingDelay, cable.CuttingQuality, new CableCuttingFinishedEvent());
+ if (cable.CuttingQuality != null)
+ {
+ args.Handled = _toolSystem.UseTool(args.Used, args.User, uid, cable.CuttingDelay, cable.CuttingQuality, new CableCuttingFinishedEvent());
+ }
}
private void OnCableCut(EntityUid uid, CableComponent cable, DoAfterEvent args)
diff --git a/Resources/Maps/Misc/terminal.yml b/Resources/Maps/Misc/terminal.yml
index d32a53856ef..8ca17b4ebcf 100644
--- a/Resources/Maps/Misc/terminal.yml
+++ b/Resources/Maps/Misc/terminal.yml
@@ -948,6 +948,7 @@ entities:
- type: RadiationGridResistance
- type: SpreaderGrid
- type: GridPathfinding
+ - type: Godmode
- proto: AirlockExternalGlass
entities:
- uid: 2
@@ -955,54 +956,187 @@ entities:
- type: Transform
pos: 6.5,-10.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 3
components:
- type: Transform
pos: -7.5,-17.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 4
components:
- type: Transform
pos: -7.5,-10.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 5
components:
- type: Transform
pos: 6.5,-17.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 11
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: 12.5,-10.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 12
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: 12.5,-17.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 13
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: -13.5,-17.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 14
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: -13.5,-10.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
+- proto: AirlockExternalGlassShuttleLocked
+ entities:
+ - uid: 1
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: -15.5,-10.5
+ parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
+ - uid: 6
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: -15.5,-17.5
+ parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
+ - uid: 7
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: 14.5,-10.5
+ parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
+ - uid: 8
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: 14.5,-17.5
+ parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
+ - uid: 9
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 4.5,-10.5
+ parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
+ - uid: 15
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: 4.5,-17.5
+ parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
+ - uid: 16
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: -5.5,-10.5
+ parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
+ - uid: 17
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: -5.5,-17.5
+ parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- proto: AirlockExternalLocked
entities:
- uid: 589
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: 4.5,8.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- proto: AirlockGlass
entities:
- uid: 252
@@ -1010,90 +1144,237 @@ entities:
- type: Transform
pos: -9.5,-4.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 253
components:
- type: Transform
pos: -10.5,-4.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 254
components:
- type: Transform
pos: -11.5,-4.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 255
components:
- type: Transform
pos: 8.5,-4.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 256
components:
- type: Transform
pos: 9.5,-4.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 257
components:
- type: Transform
pos: 10.5,-4.5
parent: 818
-- proto: AirlockGlassShuttleEasyPryLocked
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
+- proto: AirlockMaint
entities:
- - uid: 1
+ - uid: 146
+ components:
+ - type: Transform
+ pos: 3.5,3.5
+ parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
+- proto: AlwaysPoweredWallLight
+ entities:
+ - uid: 150
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -15.5,-10.5
+ pos: -8.5,-5.5
parent: 818
- - uid: 6
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
+ - uid: 188
components:
- type: Transform
rot: -1.5707963267948966 rad
- pos: -15.5,-17.5
+ pos: 11.5,2.5
parent: 818
- - uid: 7
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
+ - uid: 195
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: 14.5,-10.5
+ rot: 3.141592653589793 rad
+ pos: -2.5,-1.5
parent: 818
- - uid: 8
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
+ - uid: 209
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: 14.5,-17.5
+ pos: 7.5,-5.5
parent: 818
- - uid: 9
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
+ - uid: 341
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 4.5,-10.5
+ rot: 3.141592653589793 rad
+ pos: 1.5,-1.5
parent: 818
- - uid: 15
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
+ - uid: 634
components:
- type: Transform
- rot: -1.5707963267948966 rad
- pos: 4.5,-17.5
+ pos: 9.5,-16.5
parent: 818
- - uid: 16
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
+ - uid: 636
components:
- type: Transform
- rot: 1.5707963267948966 rad
- pos: -5.5,-10.5
+ rot: 3.141592653589793 rad
+ pos: 9.5,-11.5
parent: 818
- - uid: 17
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
+ - uid: 649
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: -10.5,-11.5
+ parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
+ - uid: 650
+ components:
+ - type: Transform
+ pos: -10.5,-16.5
+ parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
+ - uid: 687
components:
- type: Transform
rot: 1.5707963267948966 rad
- pos: -5.5,-17.5
+ pos: -13.5,1.5
parent: 818
-- proto: AirlockMaint
- entities:
- - uid: 146
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
+ - uid: 701
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
- pos: 3.5,3.5
+ rot: 3.141592653589793 rad
+ pos: -6.5,3.5
+ parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
+ - uid: 702
+ components:
+ - type: Transform
+ rot: 3.141592653589793 rad
+ pos: 5.5,3.5
+ parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
+ - uid: 715
+ components:
+ - type: Transform
+ pos: -0.5,5.5
+ parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
+ - uid: 717
+ components:
+ - type: Transform
+ rot: -1.5707963267948966 rad
+ pos: -7.5,-3.5
+ parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
+ - uid: 742
+ components:
+ - type: Transform
+ rot: 1.5707963267948966 rad
+ pos: 6.5,-3.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- proto: APCBasic
entities:
- uid: 205
@@ -1101,32 +1382,92 @@ entities:
- type: Transform
pos: 6.5,2.5
parent: 818
+ - type: AccessReader
+ access:
+ - - CentralCommand
+ - type: Godmode
+ - type: BatterySelfRecharger
+ autoRechargeRate: 50000
+ autoRecharge: True
+ missingComponents:
+ - Construction
+ - Destructible
- uid: 206
components:
- type: Transform
pos: -13.5,2.5
parent: 818
+ - type: AccessReader
+ access:
+ - - CentralCommand
+ - type: Godmode
+ - type: BatterySelfRecharger
+ autoRechargeRate: 50000
+ autoRecharge: True
+ missingComponents:
+ - Construction
+ - Destructible
- uid: 211
components:
- type: Transform
pos: -13.5,-11.5
parent: 818
+ - type: AccessReader
+ access:
+ - - CentralCommand
+ - type: Godmode
+ - type: BatterySelfRecharger
+ autoRechargeRate: 50000
+ autoRecharge: True
+ missingComponents:
+ - Construction
+ - Destructible
- uid: 212
components:
- type: Transform
pos: 6.5,-11.5
parent: 818
+ - type: AccessReader
+ access:
+ - - CentralCommand
+ - type: Godmode
+ - type: BatterySelfRecharger
+ autoRechargeRate: 50000
+ autoRecharge: True
+ missingComponents:
+ - Construction
+ - Destructible
- uid: 355
components:
- type: Transform
rot: 3.141592653589793 rad
pos: 1.5,6.5
parent: 818
+ - type: AccessReader
+ access:
+ - - CentralCommand
+ - type: Godmode
+ - type: BatterySelfRecharger
+ autoRechargeRate: 50000
+ autoRecharge: True
+ missingComponents:
+ - Construction
+ - Destructible
- uid: 846
components:
- type: Transform
pos: 2.5,3.5
parent: 818
+ - type: AccessReader
+ access:
+ - - CentralCommand
+ - type: Godmode
+ - type: BatterySelfRecharger
+ autoRechargeRate: 50000
+ autoRecharge: True
+ missingComponents:
+ - Construction
+ - Destructible
- proto: ArrivalsShuttleTimer
entities:
- uid: 597
@@ -1134,21 +1475,33 @@ entities:
- type: Transform
pos: -7.5,-5.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
- uid: 633
components:
- type: Transform
pos: 6.5,-5.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
- uid: 928
components:
- type: Transform
pos: -6.5,-14.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
- uid: 929
components:
- type: Transform
pos: 5.5,-14.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
- proto: AtmosDeviceFanTiny
entities:
- uid: 296
@@ -1156,46 +1509,55 @@ entities:
- type: Transform
pos: -6.5,-10.5
parent: 818
+ - type: Godmode
- uid: 297
components:
- type: Transform
pos: -14.5,-10.5
parent: 818
+ - type: Godmode
- uid: 298
components:
- type: Transform
pos: -14.5,-17.5
parent: 818
+ - type: Godmode
- uid: 299
components:
- type: Transform
pos: -6.5,-17.5
parent: 818
+ - type: Godmode
- uid: 300
components:
- type: Transform
pos: 5.5,-17.5
parent: 818
+ - type: Godmode
- uid: 301
components:
- type: Transform
pos: 5.5,-10.5
parent: 818
+ - type: Godmode
- uid: 302
components:
- type: Transform
pos: 13.5,-10.5
parent: 818
+ - type: Godmode
- uid: 303
components:
- type: Transform
pos: 13.5,-17.5
parent: 818
+ - type: Godmode
- uid: 809
components:
- type: Transform
pos: 4.5,8.5
parent: 818
+ - type: Godmode
- proto: BarSignEngineChange
entities:
- uid: 215
@@ -1203,6 +1565,10 @@ entities:
- type: Transform
pos: -10.5,5.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - ApcPowerReceiver
+ - Destructible
- proto: BlockGameArcade
entities:
- uid: 727
@@ -1211,28 +1577,46 @@ entities:
rot: 1.5707963267948966 rad
pos: -13.5,-1.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - ApcPowerReceiver
+ - Anchorable
+ - Construction
+ - Destructible
- uid: 728
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -13.5,0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - ApcPowerReceiver
+ - Anchorable
+ - Construction
+ - Destructible
- proto: BookshelfFilled
entities:
- uid: 442
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: 7.5,3.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Anchorable
+ - Construction
- uid: 752
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: 11.5,3.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Anchorable
+ - Construction
- proto: BoozeDispenser
entities:
- uid: 710
@@ -1240,1198 +1624,2152 @@ entities:
- type: Transform
pos: -11.5,4.5
parent: 818
-- proto: CableApcExtension
+ - type: Godmode
+ missingComponents:
+ - ApcPowerReceiver
+ - Anchorable
+ - Destructible
+ - Construction
+- proto: CableApcExtensionUncuttable
entities:
- uid: 203
components:
- type: Transform
pos: 1.5,6.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 208
components:
- type: Transform
pos: -3.5,7.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 218
components:
- type: Transform
pos: -4.5,4.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 402
components:
- type: Transform
pos: -4.5,7.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 404
components:
- type: Transform
pos: 2.5,1.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 410
components:
- type: Transform
pos: 2.5,2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 411
components:
- type: Transform
pos: 3.5,5.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 412
components:
- type: Transform
pos: 3.5,4.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 426
components:
- type: Transform
pos: -2.5,7.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 427
components:
- type: Transform
pos: -1.5,7.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 428
components:
- type: Transform
pos: -0.5,7.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 429
components:
- type: Transform
pos: 0.5,7.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 430
components:
- type: Transform
pos: 1.5,-0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 431
components:
- type: Transform
pos: 1.5,-1.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 434
components:
- type: Transform
pos: 0.5,-0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 435
components:
- type: Transform
pos: -0.5,-0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 436
components:
- type: Transform
pos: -1.5,-0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 437
components:
- type: Transform
pos: -2.5,-0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 438
components:
- type: Transform
pos: -3.5,-0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 439
components:
- type: Transform
pos: -4.5,-0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 440
components:
- type: Transform
pos: -2.5,-1.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 443
components:
- type: Transform
pos: 2.5,-0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 444
components:
- type: Transform
pos: 3.5,-0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 445
components:
- type: Transform
pos: 4.5,-0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 446
components:
- type: Transform
pos: -5.5,-0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 447
components:
- type: Transform
pos: -13.5,2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 448
components:
- type: Transform
pos: -13.5,1.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 449
components:
- type: Transform
pos: -13.5,0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 450
components:
- type: Transform
pos: -13.5,-0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 451
components:
- type: Transform
pos: -12.5,-0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 452
components:
- type: Transform
pos: -11.5,-0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 453
components:
- type: Transform
pos: -10.5,-0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 454
components:
- type: Transform
pos: -9.5,-0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 455
components:
- type: Transform
pos: -8.5,-0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 456
components:
- type: Transform
pos: -7.5,-0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 457
components:
- type: Transform
pos: -10.5,-1.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 458
components:
- type: Transform
pos: -10.5,-2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 459
components:
- type: Transform
pos: -10.5,-3.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 460
components:
- type: Transform
pos: -10.5,0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 461
components:
- type: Transform
pos: -10.5,1.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 462
components:
- type: Transform
pos: -10.5,2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 463
components:
- type: Transform
pos: -10.5,3.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 464
components:
- type: Transform
pos: -11.5,-3.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 465
components:
- type: Transform
pos: -9.5,-3.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 466
components:
- type: Transform
pos: -11.5,3.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 467
components:
- type: Transform
pos: -9.5,3.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 468
components:
- type: Transform
pos: -13.5,-11.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 469
components:
- type: Transform
pos: -12.5,-11.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 470
components:
- type: Transform
pos: -11.5,-11.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 471
components:
- type: Transform
pos: -11.5,-10.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 472
components:
- type: Transform
pos: 10.5,-16.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 473
components:
- type: Transform
pos: 10.5,-15.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 474
components:
- type: Transform
pos: 10.5,-14.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 475
components:
- type: Transform
pos: 10.5,-12.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 476
components:
- type: Transform
pos: -11.5,-13.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 477
components:
- type: Transform
pos: -10.5,-17.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 478
components:
- type: Transform
pos: -10.5,-18.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 479
components:
- type: Transform
pos: -10.5,-19.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 480
components:
- type: Transform
pos: -10.5,-20.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 481
components:
- type: Transform
pos: -11.5,-17.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 482
components:
- type: Transform
pos: -12.5,-17.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 483
components:
- type: Transform
pos: -13.5,-17.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 484
components:
- type: Transform
pos: -14.5,-17.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 485
components:
- type: Transform
pos: -9.5,-17.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 486
components:
- type: Transform
pos: -8.5,-17.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 487
components:
- type: Transform
pos: -7.5,-17.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 488
components:
- type: Transform
pos: -6.5,-17.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 489
components:
- type: Transform
pos: -10.5,-10.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 490
components:
- type: Transform
pos: -9.5,-10.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 491
components:
- type: Transform
pos: -8.5,-10.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 492
components:
- type: Transform
pos: -7.5,-10.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 493
components:
- type: Transform
pos: -6.5,-10.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 494
components:
- type: Transform
pos: -12.5,-10.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 495
components:
- type: Transform
pos: -13.5,-10.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 496
components:
- type: Transform
pos: -14.5,-10.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 497
components:
- type: Transform
pos: -11.5,-14.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 498
components:
- type: Transform
pos: -12.5,-14.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 499
components:
- type: Transform
pos: -9.5,-13.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 500
components:
- type: Transform
pos: -8.5,-13.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 501
components:
- type: Transform
pos: -10.5,-9.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 502
components:
- type: Transform
pos: -10.5,-8.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 503
components:
- type: Transform
pos: -10.5,-7.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 504
components:
- type: Transform
pos: -10.5,-6.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 505
components:
- type: Transform
pos: 6.5,-11.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 506
components:
- type: Transform
pos: 7.5,-11.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 507
components:
- type: Transform
pos: 7.5,-10.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 508
components:
- type: Transform
pos: 6.5,-10.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 509
components:
- type: Transform
pos: 5.5,-10.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 510
components:
- type: Transform
pos: 8.5,-11.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 511
components:
- type: Transform
pos: 8.5,-10.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 512
components:
- type: Transform
pos: 9.5,-10.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 513
components:
- type: Transform
pos: 10.5,-10.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 514
components:
- type: Transform
pos: 11.5,-10.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 515
components:
- type: Transform
pos: 12.5,-10.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 516
components:
- type: Transform
pos: 13.5,-10.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 517
components:
- type: Transform
pos: 8.5,-16.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 518
components:
- type: Transform
pos: 8.5,-15.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 519
components:
- type: Transform
pos: 8.5,-13.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 520
components:
- type: Transform
pos: 8.5,-12.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 521
components:
- type: Transform
pos: -11.5,-12.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 522
components:
- type: Transform
pos: 9.5,-17.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 523
components:
- type: Transform
pos: 9.5,-18.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 524
components:
- type: Transform
pos: 9.5,-19.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 525
components:
- type: Transform
pos: 9.5,-20.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 526
components:
- type: Transform
pos: 8.5,-17.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 527
components:
- type: Transform
pos: 7.5,-17.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 528
components:
- type: Transform
pos: 6.5,-17.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 529
components:
- type: Transform
pos: 5.5,-17.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 530
components:
- type: Transform
pos: 10.5,-17.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 531
components:
- type: Transform
pos: 11.5,-17.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 532
components:
- type: Transform
pos: 12.5,-17.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 533
components:
- type: Transform
pos: 13.5,-17.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 534
components:
- type: Transform
pos: 8.5,-14.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 535
components:
- type: Transform
pos: 7.5,-14.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 536
components:
- type: Transform
pos: 10.5,-13.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 537
components:
- type: Transform
pos: 11.5,-13.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 538
components:
- type: Transform
pos: 9.5,-9.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 539
components:
- type: Transform
pos: 9.5,-8.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 540
components:
- type: Transform
pos: 9.5,-7.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 541
components:
- type: Transform
pos: 9.5,-6.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 542
components:
- type: Transform
pos: 6.5,2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 543
components:
- type: Transform
pos: 6.5,1.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 544
components:
- type: Transform
pos: 6.5,0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 545
components:
- type: Transform
pos: 6.5,-0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 546
components:
- type: Transform
pos: 7.5,-0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 547
components:
- type: Transform
pos: 8.5,-0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 548
components:
- type: Transform
pos: 9.5,-0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 549
components:
- type: Transform
pos: 9.5,0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 550
components:
- type: Transform
pos: 9.5,1.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 551
components:
- type: Transform
pos: 9.5,2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 552
components:
- type: Transform
pos: 9.5,3.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 553
components:
- type: Transform
pos: 10.5,-0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 554
components:
- type: Transform
pos: 8.5,3.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 555
components:
- type: Transform
pos: 10.5,3.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 556
components:
- type: Transform
pos: 11.5,-0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 557
components:
- type: Transform
pos: 12.5,-0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 558
components:
- type: Transform
pos: 9.5,-1.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 559
components:
- type: Transform
pos: 9.5,-2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 560
components:
- type: Transform
pos: 9.5,-3.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 561
components:
- type: Transform
pos: 8.5,-3.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 562
components:
- type: Transform
pos: 10.5,-3.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 563
components:
- type: Transform
pos: 1.5,7.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 564
components:
- type: Transform
pos: 2.5,7.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 565
components:
- type: Transform
pos: 3.5,7.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 566
components:
- type: Transform
pos: 3.5,6.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 579
components:
- type: Transform
pos: 2.5,0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 599
components:
- type: Transform
pos: -4.5,6.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 601
components:
- type: Transform
pos: -4.5,5.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 651
components:
- type: Transform
pos: 10.5,-11.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 652
components:
- type: Transform
pos: -11.5,-16.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 653
components:
- type: Transform
pos: -11.5,-15.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 654
components:
- type: Transform
pos: -9.5,-16.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 655
components:
- type: Transform
pos: -9.5,-15.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 656
components:
- type: Transform
pos: -9.5,-14.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 657
components:
- type: Transform
pos: -9.5,-12.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 658
components:
- type: Transform
pos: -9.5,-11.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 842
components:
- type: Transform
pos: -4.5,0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 843
components:
- type: Transform
pos: -4.5,1.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 844
components:
- type: Transform
pos: 2.5,3.5
parent: 818
-- proto: CableHV
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
+- proto: CableHVUncuttable
entities:
- uid: 413
components:
- type: Transform
pos: -3.5,8.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 415
components:
- type: Transform
pos: -4.5,8.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 416
components:
- type: Transform
pos: -2.5,8.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 734
components:
- type: Transform
pos: -0.5,8.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 735
components:
- type: Transform
pos: -1.5,8.5
parent: 818
-- proto: CableMV
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
+- proto: CableMVUncuttable
entities:
- uid: 177
components:
- type: Transform
pos: 3.5,3.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 201
components:
- type: Transform
pos: 6.5,-0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 210
components:
- type: Transform
pos: 6.5,1.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 214
components:
- type: Transform
pos: 6.5,0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 219
components:
- type: Transform
pos: 7.5,-0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 221
components:
- type: Transform
pos: 3.5,-0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 224
components:
- type: Transform
pos: 1.5,-0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 226
components:
- type: Transform
pos: 6.5,2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 227
components:
- type: Transform
pos: 8.5,-0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 228
components:
- type: Transform
pos: 9.5,-0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 349
components:
- type: Transform
pos: 9.5,-1.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 350
components:
- type: Transform
pos: 5.5,-0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 352
components:
- type: Transform
pos: 2.5,-0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 353
components:
- type: Transform
pos: 4.5,-0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 354
components:
- type: Transform
pos: 1.5,6.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 356
components:
- type: Transform
pos: 9.5,-7.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 357
components:
- type: Transform
pos: 9.5,-6.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 358
components:
- type: Transform
pos: 9.5,-5.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 359
components:
- type: Transform
pos: 9.5,-3.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 360
components:
- type: Transform
pos: 9.5,-4.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 361
components:
- type: Transform
pos: 9.5,-2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 362
components:
- type: Transform
pos: 9.5,-8.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 363
components:
- type: Transform
pos: 9.5,-9.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 364
components:
- type: Transform
pos: 9.5,-10.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 365
components:
- type: Transform
pos: 9.5,-11.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 366
components:
- type: Transform
pos: 8.5,-11.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 367
components:
- type: Transform
pos: 7.5,-11.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 368
components:
- type: Transform
pos: 6.5,-11.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 369
components:
- type: Transform
pos: 0.5,-0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 370
components:
- type: Transform
pos: -0.5,-0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 371
components:
- type: Transform
pos: -1.5,-0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 372
components:
- type: Transform
pos: -2.5,-0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 373
components:
- type: Transform
pos: -3.5,-0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 374
components:
- type: Transform
pos: -4.5,-0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 375
components:
- type: Transform
pos: -5.5,-0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 376
components:
- type: Transform
pos: -6.5,-0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 377
components:
- type: Transform
pos: -7.5,-0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 378
components:
- type: Transform
pos: -8.5,-0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 379
components:
- type: Transform
pos: -9.5,-0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 380
components:
- type: Transform
pos: -10.5,-0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 381
components:
- type: Transform
pos: -11.5,-0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 382
components:
- type: Transform
pos: -12.5,-0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 383
components:
- type: Transform
pos: -13.5,-0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 384
components:
- type: Transform
pos: -13.5,0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 385
components:
- type: Transform
pos: -13.5,1.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 386
components:
- type: Transform
pos: -13.5,2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 387
components:
- type: Transform
pos: -10.5,-1.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 388
components:
- type: Transform
pos: -10.5,-2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 389
components:
- type: Transform
pos: -10.5,-3.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 390
components:
- type: Transform
pos: -10.5,-4.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 391
components:
- type: Transform
pos: -10.5,-5.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 392
components:
- type: Transform
pos: -10.5,-6.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 393
components:
- type: Transform
pos: -10.5,-7.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 394
components:
- type: Transform
pos: -10.5,-8.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 395
components:
- type: Transform
pos: -10.5,-9.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 396
components:
- type: Transform
pos: -10.5,-10.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 397
components:
- type: Transform
pos: -10.5,-11.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 398
components:
- type: Transform
pos: -11.5,-11.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 399
components:
- type: Transform
pos: -12.5,-11.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 400
components:
- type: Transform
pos: -13.5,-11.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 418
components:
- type: Transform
pos: 3.5,1.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 419
components:
- type: Transform
pos: 3.5,2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 421
components:
- type: Transform
pos: -0.5,7.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 422
components:
- type: Transform
pos: 0.5,7.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 423
components:
- type: Transform
pos: 1.5,7.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 424
components:
- type: Transform
pos: 2.5,7.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 425
components:
- type: Transform
pos: 3.5,7.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 567
components:
- type: Transform
pos: 3.5,4.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 568
components:
- type: Transform
pos: 3.5,5.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 569
components:
- type: Transform
pos: 3.5,6.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 570
components:
- type: Transform
pos: -0.5,8.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 803
components:
- type: Transform
pos: 3.5,0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 845
components:
- type: Transform
pos: 2.5,3.5
parent: 818
-- proto: CableTerminal
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
+- proto: CableTerminalUncuttable
entities:
- uid: 417
components:
@@ -2439,6 +3777,11 @@ entities:
rot: 1.5707963267948966 rad
pos: -3.5,8.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- proto: Catwalk
entities:
- uid: 580
@@ -2446,56 +3789,111 @@ entities:
- type: Transform
pos: 3.5,6.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Destructible
+ - RCDDeconstructable
- uid: 584
components:
- type: Transform
pos: 2.5,7.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Destructible
+ - RCDDeconstructable
- uid: 590
components:
- type: Transform
pos: 3.5,5.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Destructible
+ - RCDDeconstructable
- uid: 596
components:
- type: Transform
pos: 1.5,7.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Destructible
+ - RCDDeconstructable
- uid: 747
components:
- type: Transform
pos: 3.5,4.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Destructible
+ - RCDDeconstructable
- uid: 810
components:
- type: Transform
pos: 0.5,7.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Destructible
+ - RCDDeconstructable
- uid: 811
components:
- type: Transform
pos: -0.5,7.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Destructible
+ - RCDDeconstructable
- uid: 812
components:
- type: Transform
pos: -1.5,7.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Destructible
+ - RCDDeconstructable
- uid: 813
components:
- type: Transform
pos: -2.5,7.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Destructible
+ - RCDDeconstructable
- uid: 814
components:
- type: Transform
pos: -3.5,7.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Destructible
+ - RCDDeconstructable
- uid: 815
components:
- type: Transform
pos: -4.5,7.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Destructible
+ - RCDDeconstructable
- proto: Chair
entities:
- uid: 592
@@ -2504,254 +3902,475 @@ entities:
rot: -1.5707963267948966 rad
pos: -7.5,-14.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 593
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: -7.5,-15.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 603
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: -7.5,-13.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 604
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: -7.5,-12.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 605
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: -11.5,-15.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 606
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: -11.5,-14.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 607
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: -11.5,-13.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 608
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: -11.5,-12.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 609
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -13.5,-15.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 610
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -13.5,-14.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 611
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -13.5,-13.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 612
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -13.5,-12.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 613
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -9.5,-15.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 614
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -9.5,-14.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 615
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -9.5,-13.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 616
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -9.5,-12.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 617
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: 6.5,-15.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 618
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: 6.5,-14.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 619
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: 6.5,-13.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 620
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: 6.5,-12.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 621
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: 10.5,-15.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 622
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: 10.5,-14.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 623
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: 10.5,-13.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 624
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: 10.5,-12.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 625
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: 8.5,-15.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 626
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: 8.5,-14.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 627
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: 8.5,-13.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 628
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: 8.5,-12.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 629
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: 12.5,-15.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 630
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: 12.5,-14.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 631
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: 12.5,-13.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 632
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: 12.5,-12.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 847
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -12.5,-8.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 848
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: -8.5,-8.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 849
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: -8.5,-7.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 850
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: -8.5,-6.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- proto: ChairOfficeDark
entities:
- - uid: 591
+ - uid: 18
components:
- type: Transform
+ anchored: True
rot: 3.141592653589793 rad
pos: 9.5,3.5
parent: 818
+ - type: Physics
+ bodyType: Static
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- proto: ChairWood
entities:
- uid: 577
components:
- type: Transform
+ anchored: True
pos: 10.5,1.5
parent: 818
- - uid: 703
+ - type: Physics
+ bodyType: Static
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Destructible
+ - Anchorable
+ - uid: 591
components:
- type: Transform
+ anchored: True
rot: 1.5707963267948966 rad
pos: 8.5,0.5
parent: 818
- - uid: 704
+ - type: Physics
+ bodyType: Static
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Destructible
+ - Anchorable
+ - uid: 703
components:
- type: Transform
+ anchored: True
pos: 9.5,1.5
parent: 818
- - uid: 714
+ - type: Physics
+ bodyType: Static
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Destructible
+ - Anchorable
+ - uid: 704
components:
- type: Transform
+ anchored: True
rot: 1.5707963267948966 rad
pos: 8.5,-0.5
parent: 818
+ - type: Physics
+ bodyType: Static
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Destructible
+ - Anchorable
- proto: ChessBoard
entities:
- - uid: 918
+ - uid: 714
components:
- type: Transform
- pos: 12.503689,-2.3981738
+ rot: 3.141592653589793 rad
+ pos: 12.5093775,-2.403601
parent: 818
- proto: ClosetWallEmergencyFilledRandom
entities:
@@ -2760,6 +4379,10 @@ entities:
- type: Transform
pos: -5.5,2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
- proto: ClosetWallFireFilledRandom
entities:
- uid: 432
@@ -2767,6 +4390,10 @@ entities:
- type: Transform
pos: 4.5,2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
- proto: ComfyChair
entities:
- uid: 595
@@ -2775,28 +4402,53 @@ entities:
rot: 3.141592653589793 rad
pos: 6.5,-3.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 718
components:
- type: Transform
pos: 12.5,-1.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 749
components:
- type: Transform
pos: 12.5,1.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 759
components:
- type: Transform
rot: 3.141592653589793 rad
pos: 12.5,-0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 760
components:
- type: Transform
rot: 3.141592653589793 rad
pos: 12.5,-3.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- proto: DisposalBend
entities:
- uid: 853
@@ -2805,40 +4457,75 @@ entities:
rot: -1.5707963267948966 rad
pos: -10.5,-7.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 862
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -10.5,0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 891
components:
- type: Transform
pos: 3.5,7.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 893
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -4.5,7.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 898
components:
- type: Transform
rot: 3.141592653589793 rad
pos: 9.5,-7.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 899
components:
- type: Transform
pos: 9.5,-1.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 900
components:
- type: Transform
rot: 3.141592653589793 rad
pos: 3.5,-1.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- proto: DisposalJunctionFlipped
entities:
- uid: 892
@@ -2847,6 +4534,11 @@ entities:
rot: 3.141592653589793 rad
pos: 3.5,0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- proto: DisposalPipe
entities:
- uid: 854
@@ -2855,277 +4547,517 @@ entities:
rot: -1.5707963267948966 rad
pos: -11.5,-7.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 855
components:
- type: Transform
rot: 3.141592653589793 rad
pos: -10.5,-6.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 856
components:
- type: Transform
rot: 3.141592653589793 rad
pos: -10.5,-5.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 857
components:
- type: Transform
rot: 3.141592653589793 rad
pos: -10.5,-4.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 858
components:
- type: Transform
rot: 3.141592653589793 rad
pos: -10.5,-3.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 859
components:
- type: Transform
rot: 3.141592653589793 rad
pos: -10.5,-2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 860
components:
- type: Transform
rot: 3.141592653589793 rad
pos: -10.5,-1.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 861
components:
- type: Transform
rot: 3.141592653589793 rad
pos: -10.5,-0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 863
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -9.5,0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 864
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -8.5,0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 865
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -7.5,0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 866
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -6.5,0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 867
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -5.5,0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 868
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -4.5,0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 869
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -3.5,0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 870
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -2.5,0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 871
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -1.5,0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 872
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -0.5,0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 873
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: 0.5,0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 874
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: 1.5,0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 875
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: 2.5,0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 876
components:
- type: Transform
pos: 3.5,1.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 877
components:
- type: Transform
pos: 3.5,2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 878
components:
- type: Transform
pos: 3.5,3.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 879
components:
- type: Transform
pos: 3.5,4.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 880
components:
- type: Transform
pos: 3.5,5.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 881
components:
- type: Transform
pos: 3.5,6.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 882
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: 2.5,7.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 883
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: 1.5,7.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 884
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: 0.5,7.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 885
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: -0.5,7.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 886
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: -1.5,7.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 887
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: -2.5,7.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 888
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: -3.5,7.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 889
components:
- type: Transform
rot: 3.141592653589793 rad
pos: -4.5,6.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 890
components:
- type: Transform
rot: 3.141592653589793 rad
pos: -4.5,5.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 901
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: 10.5,-7.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 902
components:
- type: Transform
pos: 9.5,-6.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 903
components:
- type: Transform
pos: 9.5,-5.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 904
components:
- type: Transform
pos: 9.5,-4.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 905
components:
- type: Transform
pos: 9.5,-3.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 906
components:
- type: Transform
pos: 9.5,-2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 907
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: 8.5,-1.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 908
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: 7.5,-1.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 909
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: 6.5,-1.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 910
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: 5.5,-1.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 911
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: 4.5,-1.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 912
components:
- type: Transform
rot: 3.141592653589793 rad
pos: 3.5,-0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- proto: DisposalTrunk
entities:
- uid: 852
@@ -3134,18 +5066,33 @@ entities:
rot: 1.5707963267948966 rad
pos: -12.5,-7.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 894
components:
- type: Transform
rot: 3.141592653589793 rad
pos: -4.5,4.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 897
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: 11.5,-7.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- proto: DisposalUnit
entities:
- uid: 851
@@ -3153,29 +5100,39 @@ entities:
- type: Transform
pos: -12.5,-7.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Destructible
+ - Anchorable
- uid: 896
components:
- type: Transform
pos: 11.5,-7.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Destructible
+ - Anchorable
- proto: DrinkGlass
entities:
- - uid: 915
+ - uid: 723
components:
- type: Transform
- pos: -12.587411,2.5765429
+ pos: -12.618602,2.5336328
parent: 818
- - uid: 916
+ - uid: 915
components:
- type: Transform
- pos: -12.321786,2.7171679
+ pos: -12.399852,2.6273828
parent: 818
- proto: DrinkShaker
entities:
- - uid: 914
+ - uid: 724
components:
- type: Transform
- pos: -12.649911,2.7640429
+ pos: -12.722768,2.7627993
parent: 818
- proto: ExtinguisherCabinetFilled
entities:
@@ -3184,11 +5141,17 @@ entities:
- type: Transform
pos: -6.5,-2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 816
components:
- type: Transform
pos: 5.5,-2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- proto: FirelockEdge
entities:
- uid: 690
@@ -3196,111 +5159,211 @@ entities:
- type: Transform
pos: -8.5,-11.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 694
components:
- type: Transform
pos: -12.5,-11.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 695
components:
- type: Transform
rot: 3.141592653589793 rad
pos: -8.5,-16.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 696
components:
- type: Transform
rot: 3.141592653589793 rad
pos: -12.5,-16.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 697
components:
- type: Transform
rot: 3.141592653589793 rad
pos: 7.5,-16.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 698
components:
- type: Transform
rot: 3.141592653589793 rad
pos: 11.5,-16.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 699
components:
- type: Transform
pos: 11.5,-11.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 700
components:
- type: Transform
pos: 7.5,-11.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 822
components:
- type: Transform
pos: 10.5,-3.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 823
components:
- type: Transform
pos: 9.5,-3.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 824
components:
- type: Transform
pos: 8.5,-3.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 825
components:
- type: Transform
rot: 3.141592653589793 rad
pos: 8.5,-5.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 826
components:
- type: Transform
rot: 3.141592653589793 rad
pos: 9.5,-5.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 827
components:
- type: Transform
rot: 3.141592653589793 rad
pos: 10.5,-5.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 828
components:
- type: Transform
pos: -9.5,-3.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 829
components:
- type: Transform
pos: -10.5,-3.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 830
components:
- type: Transform
pos: -11.5,-3.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 831
components:
- type: Transform
rot: 3.141592653589793 rad
pos: -11.5,-5.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 832
components:
- type: Transform
rot: 3.141592653589793 rad
pos: -10.5,-5.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 833
components:
- type: Transform
rot: 3.141592653589793 rad
pos: -9.5,-5.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- proto: FirelockGlass
entities:
- uid: 194
@@ -3308,51 +5371,101 @@ entities:
- type: Transform
pos: 5.5,0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 216
components:
- type: Transform
pos: -10.5,2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 220
components:
- type: Transform
pos: -9.5,2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 305
components:
- type: Transform
pos: -6.5,0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 345
components:
- type: Transform
pos: 5.5,-1.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 346
components:
- type: Transform
pos: 5.5,-0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 347
components:
- type: Transform
pos: -6.5,-1.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 348
components:
- type: Transform
pos: -6.5,-0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 586
components:
- type: Transform
pos: -11.5,2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 716
components:
- type: Transform
pos: -12.5,2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- proto: GeneratorBasic15kW
entities:
- uid: 124
@@ -3360,6 +5473,10 @@ entities:
- type: Transform
pos: -4.5,8.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Anchorable
+ - Destructible
- proto: GravityGeneratorMini
entities:
- uid: 808
@@ -3367,6 +5484,11 @@ entities:
- type: Transform
pos: 1.5,8.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Anchorable
+ - Construction
- proto: Grille
entities:
- uid: 96
@@ -3374,479 +5496,918 @@ entities:
- type: Transform
pos: -14.5,-15.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 97
components:
- type: Transform
pos: -14.5,-14.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 98
components:
- type: Transform
pos: -14.5,-13.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 99
components:
- type: Transform
pos: -6.5,-13.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 101
components:
- type: Transform
pos: 5.5,-15.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 102
components:
- type: Transform
pos: 5.5,-14.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 103
components:
- type: Transform
pos: 13.5,-15.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 104
components:
- type: Transform
pos: 13.5,-14.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 125
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -7.5,-19.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 126
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -7.5,-20.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 127
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -8.5,-20.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 128
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -8.5,-21.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 129
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -9.5,-21.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 130
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -11.5,-21.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 131
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -12.5,-21.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 132
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -12.5,-20.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 133
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -13.5,-20.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 134
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -13.5,-19.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 135
components:
- type: Transform
pos: 5.5,-13.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 136
components:
- type: Transform
pos: 5.5,-12.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 137
components:
- type: Transform
pos: 13.5,-13.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 138
components:
- type: Transform
pos: 13.5,-12.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 139
components:
- type: Transform
pos: -14.5,-12.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 140
components:
- type: Transform
pos: -6.5,-15.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 141
components:
- type: Transform
pos: -6.5,-12.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 142
components:
- type: Transform
pos: -6.5,-14.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 143
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -7.5,-8.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 144
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -7.5,-7.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 145
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -7.5,-6.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 147
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -13.5,-8.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 148
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -13.5,-7.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 149
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -13.5,-6.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 151
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: 12.5,-8.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 152
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: 12.5,-7.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 153
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: 12.5,-6.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 155
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: 6.5,-8.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 156
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: 6.5,-7.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 157
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: 6.5,-6.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 167
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: 12.5,-19.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 168
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: 12.5,-20.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 169
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: 11.5,-20.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 170
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: 11.5,-21.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 171
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: 10.5,-21.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 172
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: 8.5,-21.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 173
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: 7.5,-21.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 174
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: 7.5,-20.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 175
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: 6.5,-20.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 176
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: 6.5,-19.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 178
components:
- type: Transform
pos: 3.5,-2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 183
components:
- type: Transform
pos: -3.5,-2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 184
components:
- type: Transform
pos: 4.5,-2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 191
components:
- type: Transform
pos: -5.5,-2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 197
components:
- type: Transform
pos: -4.5,-2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 229
components:
- type: Transform
pos: 2.5,-2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 233
components:
- type: Transform
pos: -8.5,-4.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 234
components:
- type: Transform
pos: 11.5,-4.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 235
components:
- type: Transform
pos: 7.5,-4.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 244
components:
- type: Transform
pos: -12.5,-4.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 276
components:
- type: Transform
pos: 13.5,-2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 277
components:
- type: Transform
pos: 13.5,-1.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 278
components:
- type: Transform
pos: 13.5,-0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 279
components:
- type: Transform
pos: 13.5,0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 280
components:
- type: Transform
pos: -14.5,-2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 281
components:
- type: Transform
pos: -14.5,-1.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 282
components:
- type: Transform
pos: -14.5,-0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 283
components:
- type: Transform
pos: -14.5,0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 318
components:
- type: Transform
pos: -13.5,3.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 319
components:
- type: Transform
pos: -13.5,4.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 320
components:
- type: Transform
pos: -12.5,4.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 321
components:
- type: Transform
pos: -12.5,5.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 322
components:
- type: Transform
pos: -11.5,5.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 323
components:
- type: Transform
pos: -10.5,5.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 324
components:
- type: Transform
pos: -9.5,5.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 325
components:
- type: Transform
pos: -8.5,5.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 326
components:
- type: Transform
pos: -8.5,4.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 327
components:
- type: Transform
pos: -7.5,4.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 328
components:
- type: Transform
pos: -7.5,3.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 329
components:
- type: Transform
pos: 6.5,3.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 330
components:
- type: Transform
pos: 6.5,4.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 331
components:
- type: Transform
pos: 7.5,4.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 332
components:
- type: Transform
pos: 7.5,5.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 333
components:
- type: Transform
pos: 8.5,5.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 334
components:
- type: Transform
pos: 9.5,5.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 335
components:
- type: Transform
pos: 10.5,5.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 336
components:
- type: Transform
pos: 11.5,5.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 337
components:
- type: Transform
pos: 11.5,4.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 338
components:
- type: Transform
pos: 12.5,4.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 339
components:
- type: Transform
pos: 12.5,3.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- proto: PaperBin10
entities:
- - uid: 737
+ - uid: 729
components:
- type: Transform
- rot: 3.141592653589793 rad
pos: 8.5,4.5
parent: 818
- proto: PosterLegitCohibaRobustoAd
@@ -3856,6 +6417,9 @@ entities:
- type: Transform
pos: -6.5,1.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- proto: PosterLegitEnlist
entities:
- uid: 926
@@ -3863,6 +6427,9 @@ entities:
- type: Transform
pos: -14.5,1.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- proto: PosterLegitHighClassMartini
entities:
- uid: 925
@@ -3870,6 +6437,9 @@ entities:
- type: Transform
pos: -6.5,-3.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- proto: PosterLegitJustAWeekAway
entities:
- uid: 821
@@ -3877,6 +6447,9 @@ entities:
- type: Transform
pos: 5.5,1.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- proto: PosterLegitNanomichiAd
entities:
- uid: 820
@@ -3884,6 +6457,9 @@ entities:
- type: Transform
pos: -4.5,3.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- proto: PosterLegitNanotrasenLogo
entities:
- uid: 246
@@ -3891,36 +6467,57 @@ entities:
- type: Transform
pos: -7.5,-11.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 247
components:
- type: Transform
pos: -13.5,-4.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 248
components:
- type: Transform
pos: 12.5,-4.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 249
components:
- type: Transform
pos: 6.5,-16.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 250
components:
- type: Transform
pos: -13.5,-16.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 251
components:
- type: Transform
pos: 12.5,-11.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 922
components:
- type: Transform
pos: -0.5,6.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- proto: PosterLegitNTTGC
entities:
- uid: 924
@@ -3928,6 +6525,9 @@ entities:
- type: Transform
pos: 5.5,-3.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- proto: PosterLegitPDAAd
entities:
- uid: 920
@@ -3935,6 +6535,9 @@ entities:
- type: Transform
pos: 12.5,-16.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- proto: PosterLegitVacation
entities:
- uid: 921
@@ -3942,6 +6545,9 @@ entities:
- type: Transform
pos: -7.5,-16.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- proto: PosterLegitWorkForAFuture
entities:
- uid: 923
@@ -3949,6 +6555,9 @@ entities:
- type: Transform
pos: 12.5,2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- proto: PottedPlantRandom
entities:
- uid: 236
@@ -3956,31 +6565,37 @@ entities:
- type: Transform
pos: 7.5,-19.5
parent: 818
+ - type: Godmode
- uid: 237
components:
- type: Transform
pos: -12.5,-19.5
parent: 818
+ - type: Godmode
- uid: 238
components:
- type: Transform
pos: 11.5,-19.5
parent: 818
+ - type: Godmode
- uid: 239
components:
- type: Transform
pos: -8.5,-19.5
parent: 818
+ - type: Godmode
- uid: 733
components:
- type: Transform
pos: -8.5,-5.5
parent: 818
+ - type: Godmode
- uid: 741
components:
- type: Transform
pos: -7.5,-3.5
parent: 818
+ - type: Godmode
- proto: PottedPlantRandomPlastic
entities:
- uid: 708
@@ -3988,130 +6603,13 @@ entities:
- type: Transform
pos: -13.5,1.5
parent: 818
+ - type: Godmode
- uid: 755
components:
- type: Transform
pos: -13.5,-3.5
parent: 818
-- proto: Poweredlight
- entities:
- - uid: 150
- components:
- - type: MetaData
- flags: PvsPriority
- - type: Transform
- rot: -1.5707963267948966 rad
- pos: -8.5,-5.5
- parent: 818
- - uid: 188
- components:
- - type: MetaData
- flags: PvsPriority
- - type: Transform
- rot: -1.5707963267948966 rad
- pos: 11.5,2.5
- parent: 818
- - uid: 195
- components:
- - type: MetaData
- flags: PvsPriority
- - type: Transform
- rot: 3.141592653589793 rad
- pos: -2.5,-1.5
- parent: 818
- - uid: 209
- components:
- - type: MetaData
- flags: PvsPriority
- - type: Transform
- rot: 1.5707963267948966 rad
- pos: 7.5,-5.5
- parent: 818
- - uid: 341
- components:
- - type: MetaData
- flags: PvsPriority
- - type: Transform
- rot: 3.141592653589793 rad
- pos: 1.5,-1.5
- parent: 818
- - uid: 634
- components:
- - type: MetaData
- flags: PvsPriority
- - type: Transform
- pos: 9.5,-16.5
- parent: 818
- - uid: 636
- components:
- - type: MetaData
- flags: PvsPriority
- - type: Transform
- rot: 3.141592653589793 rad
- pos: 9.5,-11.5
- parent: 818
- - uid: 649
- components:
- - type: MetaData
- flags: PvsPriority
- - type: Transform
- rot: 3.141592653589793 rad
- pos: -10.5,-11.5
- parent: 818
- - uid: 650
- components:
- - type: MetaData
- flags: PvsPriority
- - type: Transform
- pos: -10.5,-16.5
- parent: 818
- - uid: 687
- components:
- - type: MetaData
- flags: PvsPriority
- - type: Transform
- rot: 1.5707963267948966 rad
- pos: -13.5,1.5
- parent: 818
- - uid: 701
- components:
- - type: MetaData
- flags: PvsPriority
- - type: Transform
- rot: 3.141592653589793 rad
- pos: -6.5,3.5
- parent: 818
- - uid: 702
- components:
- - type: MetaData
- flags: PvsPriority
- - type: Transform
- rot: 3.141592653589793 rad
- pos: 5.5,3.5
- parent: 818
- - uid: 715
- components:
- - type: MetaData
- flags: PvsPriority
- - type: Transform
- pos: -0.5,5.5
- parent: 818
- - uid: 717
- components:
- - type: MetaData
- flags: PvsPriority
- - type: Transform
- rot: -1.5707963267948966 rad
- pos: -7.5,-3.5
- parent: 818
- - uid: 742
- components:
- - type: MetaData
- flags: PvsPriority
- - type: Transform
- rot: 1.5707963267948966 rad
- pos: 6.5,-3.5
- parent: 818
+ - type: Godmode
- proto: RandomSpawner
entities:
- uid: 895
@@ -4119,32 +6617,7 @@ entities:
- type: Transform
pos: -4.5,4.5
parent: 818
-- proto: RandomVending
- entities:
- - uid: 835
- components:
- - type: Transform
- pos: 9.5,-20.5
- parent: 818
- - uid: 836
- components:
- - type: Transform
- pos: -10.5,-20.5
- parent: 818
-- proto: RandomVendingDrinks
- entities:
- - uid: 692
- components:
- - type: Transform
- pos: 11.5,-5.5
- parent: 818
-- proto: RandomVendingSnacks
- entities:
- - uid: 834
- components:
- - type: Transform
- pos: 11.5,-6.5
- parent: 818
+ - type: Godmode
- proto: ReinforcedWindow
entities:
- uid: 19
@@ -4153,472 +6626,912 @@ entities:
rot: 1.5707963267948966 rad
pos: -7.5,-20.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 20
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -8.5,-20.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 21
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -8.5,-21.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 22
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -9.5,-21.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 24
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -7.5,-19.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 25
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -11.5,-21.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 26
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -12.5,-21.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 27
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -12.5,-20.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 28
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -13.5,-20.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 29
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -13.5,-19.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 30
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: 8.5,-21.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 31
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: 7.5,-21.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 32
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: 7.5,-20.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 33
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: 6.5,-20.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 34
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: 6.5,-19.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 35
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: 10.5,-21.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 36
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: 11.5,-21.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 37
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: 11.5,-20.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 38
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: 12.5,-20.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 39
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: 12.5,-19.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 91
components:
- type: Transform
pos: -14.5,-12.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 93
components:
- type: Transform
pos: -14.5,-14.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 94
components:
- type: Transform
pos: -6.5,-13.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 95
components:
- type: Transform
pos: -6.5,-12.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 100
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -7.5,-8.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 105
components:
- type: Transform
pos: 5.5,-12.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 106
components:
- type: Transform
pos: 5.5,-14.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 107
components:
- type: Transform
pos: 13.5,-12.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 108
components:
- type: Transform
pos: 13.5,-13.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 109
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: 12.5,-8.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 110
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: 12.5,-7.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 111
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: 12.5,-6.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 113
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: 6.5,-6.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 115
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: 6.5,-7.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 116
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: 6.5,-8.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 117
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -7.5,-7.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 118
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -7.5,-6.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 121
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -13.5,-8.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 122
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -13.5,-7.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 123
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -13.5,-6.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 159
components:
- type: Transform
pos: -14.5,-13.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 160
components:
- type: Transform
pos: -14.5,-15.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 161
components:
- type: Transform
pos: -6.5,-14.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 162
components:
- type: Transform
pos: -6.5,-15.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 163
components:
- type: Transform
pos: 5.5,-13.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 164
components:
- type: Transform
pos: 13.5,-15.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 165
components:
- type: Transform
pos: 5.5,-15.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 166
components:
- type: Transform
pos: 13.5,-14.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 185
components:
- type: Transform
pos: -5.5,-2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 186
components:
- type: Transform
pos: 2.5,-2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 192
components:
- type: Transform
pos: 4.5,-2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 196
components:
- type: Transform
pos: 3.5,-2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 198
components:
- type: Transform
pos: -3.5,-2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 232
components:
- type: Transform
pos: -4.5,-2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 240
components:
- type: Transform
pos: -12.5,-4.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 241
components:
- type: Transform
pos: 11.5,-4.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 242
components:
- type: Transform
pos: 7.5,-4.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 243
components:
- type: Transform
pos: -8.5,-4.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 268
components:
- type: Transform
pos: -14.5,-2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 269
components:
- type: Transform
pos: -14.5,-1.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 270
components:
- type: Transform
pos: -14.5,-0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 271
components:
- type: Transform
pos: -14.5,0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 272
components:
- type: Transform
pos: 13.5,-2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 273
components:
- type: Transform
pos: 13.5,-1.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 274
components:
- type: Transform
pos: 13.5,-0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 275
components:
- type: Transform
pos: 13.5,0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 284
components:
- type: Transform
pos: -13.5,4.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 285
components:
- type: Transform
pos: -12.5,4.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 286
components:
- type: Transform
pos: -10.5,5.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 287
components:
- type: Transform
pos: -11.5,5.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 288
components:
- type: Transform
pos: -8.5,4.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 289
components:
- type: Transform
pos: -8.5,5.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 290
components:
- type: Transform
pos: -12.5,5.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 291
components:
- type: Transform
pos: -13.5,3.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 292
components:
- type: Transform
pos: -9.5,5.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 293
components:
- type: Transform
pos: 6.5,3.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 294
components:
- type: Transform
pos: -7.5,3.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 295
components:
- type: Transform
pos: -7.5,4.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 308
components:
- type: Transform
pos: 6.5,4.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 309
components:
- type: Transform
pos: 7.5,4.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 310
components:
- type: Transform
pos: 7.5,5.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 311
components:
- type: Transform
pos: 8.5,5.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 312
components:
- type: Transform
pos: 9.5,5.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 313
components:
- type: Transform
pos: 10.5,5.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 314
components:
- type: Transform
pos: 11.5,5.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 315
components:
- type: Transform
pos: 11.5,4.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 316
components:
- type: Transform
pos: 12.5,4.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 317
components:
- type: Transform
pos: 12.5,3.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- proto: SignNanotrasen1
entities:
- uid: 721
@@ -4626,6 +7539,9 @@ entities:
- type: Transform
pos: -2.5,-2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- proto: SignNanotrasen2
entities:
- uid: 722
@@ -4633,6 +7549,9 @@ entities:
- type: Transform
pos: -1.5,-2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- proto: SignNanotrasen3
entities:
- uid: 719
@@ -4640,6 +7559,9 @@ entities:
- type: Transform
pos: -0.5,-2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- proto: SignNanotrasen4
entities:
- uid: 801
@@ -4647,6 +7569,9 @@ entities:
- type: Transform
pos: 0.5,-2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- proto: SignNanotrasen5
entities:
- uid: 802
@@ -4654,6 +7579,9 @@ entities:
- type: Transform
pos: 1.5,-2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- proto: SignNosmoking
entities:
- uid: 720
@@ -4661,6 +7589,9 @@ entities:
- type: Transform
pos: -7.5,2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- proto: SignShipDock
entities:
- uid: 200
@@ -4668,11 +7599,17 @@ entities:
- type: Transform
pos: 6.5,-4.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 245
components:
- type: Transform
pos: -7.5,-4.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- proto: SignSpace
entities:
- uid: 571
@@ -4680,46 +7617,73 @@ entities:
- type: Transform
pos: 12.5,-18.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 640
components:
- type: Transform
pos: -7.5,-18.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 688
components:
- type: Transform
pos: -13.5,-18.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 689
components:
- type: Transform
pos: -7.5,-9.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 691
components:
- type: Transform
pos: -13.5,-9.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 705
components:
- type: Transform
pos: 12.5,-9.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 709
components:
- type: Transform
pos: 6.5,-9.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 817
components:
- type: Transform
pos: 6.5,-18.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 819
components:
- type: Transform
pos: 4.5,7.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- proto: SinkWide
entities:
- uid: 913
@@ -4728,6 +7692,9 @@ entities:
rot: 1.5707963267948966 rad
pos: -12.5,3.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- proto: SmallLight
entities:
- uid: 598
@@ -4736,52 +7703,102 @@ entities:
rot: -1.5707963267948966 rad
pos: -8.5,2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
+ - RCDDeconstructable
- uid: 641
components:
- type: Transform
pos: -14.5,-17.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
+ - RCDDeconstructable
- uid: 642
components:
- type: Transform
pos: -6.5,-17.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
+ - RCDDeconstructable
- uid: 643
components:
- type: Transform
pos: -14.5,-10.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
+ - RCDDeconstructable
- uid: 644
components:
- type: Transform
pos: -6.5,-10.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
+ - RCDDeconstructable
- uid: 645
components:
- type: Transform
pos: 5.5,-10.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
+ - RCDDeconstructable
- uid: 646
components:
- type: Transform
pos: 13.5,-10.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
+ - RCDDeconstructable
- uid: 647
components:
- type: Transform
pos: 13.5,-17.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
+ - RCDDeconstructable
- uid: 648
components:
- type: Transform
pos: 5.5,-17.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
+ - RCDDeconstructable
- uid: 917
components:
- type: Transform
rot: 3.141592653589793 rad
pos: -0.5,7.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
+ - RCDDeconstructable
- proto: SMESBasic
entities:
- uid: 805
@@ -4789,13 +7806,24 @@ entities:
- type: Transform
pos: -2.5,8.5
parent: 818
-- proto: soda_dispenser
+ - type: Godmode
+ missingComponents:
+ - Anchorable
+ - Destructible
+ - Construction
+- proto: SodaDispenser
entities:
- uid: 795
components:
- type: Transform
pos: -10.5,4.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - ApcPowerReceiver
+ - Anchorable
+ - Destructible
+ - Construction
- proto: SpaceVillainArcadeFilled
entities:
- uid: 731
@@ -4804,12 +7832,24 @@ entities:
rot: 1.5707963267948966 rad
pos: -13.5,-2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - ApcPowerReceiver
+ - Anchorable
+ - Construction
+ - Destructible
- uid: 732
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -13.5,-0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - ApcPowerReceiver
+ - Anchorable
+ - Construction
+ - Destructible
- proto: SpawnPointLatejoin
entities:
- uid: 763
@@ -4817,161 +7857,193 @@ entities:
- type: Transform
pos: -7.5,-15.5
parent: 818
+ - type: Godmode
- uid: 764
components:
- type: Transform
pos: -7.5,-14.5
parent: 818
+ - type: Godmode
- uid: 765
components:
- type: Transform
pos: -7.5,-13.5
parent: 818
+ - type: Godmode
- uid: 766
components:
- type: Transform
pos: -7.5,-12.5
parent: 818
+ - type: Godmode
- uid: 767
components:
- type: Transform
pos: -9.5,-15.5
parent: 818
+ - type: Godmode
- uid: 768
components:
- type: Transform
pos: -9.5,-14.5
parent: 818
+ - type: Godmode
- uid: 769
components:
- type: Transform
pos: -9.5,-13.5
parent: 818
+ - type: Godmode
- uid: 770
components:
- type: Transform
pos: -9.5,-12.5
parent: 818
+ - type: Godmode
- uid: 771
components:
- type: Transform
pos: -11.5,-15.5
parent: 818
+ - type: Godmode
- uid: 772
components:
- type: Transform
pos: -11.5,-14.5
parent: 818
+ - type: Godmode
- uid: 773
components:
- type: Transform
pos: -11.5,-13.5
parent: 818
+ - type: Godmode
- uid: 774
components:
- type: Transform
pos: -11.5,-12.5
parent: 818
+ - type: Godmode
- uid: 775
components:
- type: Transform
pos: -13.5,-15.5
parent: 818
+ - type: Godmode
- uid: 776
components:
- type: Transform
pos: -13.5,-14.5
parent: 818
+ - type: Godmode
- uid: 777
components:
- type: Transform
pos: -13.5,-13.5
parent: 818
+ - type: Godmode
- uid: 778
components:
- type: Transform
pos: -13.5,-12.5
parent: 818
+ - type: Godmode
- uid: 779
components:
- type: Transform
pos: 6.5,-15.5
parent: 818
+ - type: Godmode
- uid: 780
components:
- type: Transform
pos: 6.5,-14.5
parent: 818
+ - type: Godmode
- uid: 781
components:
- type: Transform
pos: 6.5,-13.5
parent: 818
+ - type: Godmode
- uid: 782
components:
- type: Transform
pos: 6.5,-12.5
parent: 818
+ - type: Godmode
- uid: 783
components:
- type: Transform
pos: 8.5,-15.5
parent: 818
+ - type: Godmode
- uid: 784
components:
- type: Transform
pos: 8.5,-14.5
parent: 818
+ - type: Godmode
- uid: 785
components:
- type: Transform
pos: 8.5,-13.5
parent: 818
+ - type: Godmode
- uid: 786
components:
- type: Transform
pos: 8.5,-12.5
parent: 818
+ - type: Godmode
- uid: 787
components:
- type: Transform
pos: 10.5,-15.5
parent: 818
+ - type: Godmode
- uid: 788
components:
- type: Transform
pos: 10.5,-14.5
parent: 818
+ - type: Godmode
- uid: 789
components:
- type: Transform
pos: 10.5,-13.5
parent: 818
+ - type: Godmode
- uid: 790
components:
- type: Transform
pos: 10.5,-12.5
parent: 818
+ - type: Godmode
- uid: 791
components:
- type: Transform
pos: 12.5,-15.5
parent: 818
+ - type: Godmode
- uid: 792
components:
- type: Transform
pos: 12.5,-14.5
parent: 818
+ - type: Godmode
- uid: 793
components:
- type: Transform
pos: 12.5,-13.5
parent: 818
+ - type: Godmode
- uid: 794
components:
- type: Transform
pos: 12.5,-12.5
parent: 818
+ - type: Godmode
- proto: SS13Memorial
entities:
- uid: 594
@@ -4979,56 +8051,121 @@ entities:
- type: Transform
pos: -0.5,4.5
parent: 818
+ - type: Godmode
- proto: Stool
entities:
- uid: 119
components:
- type: Transform
+ anchored: True
rot: 3.141592653589793 rad
pos: -11.5,-20.5
parent: 818
+ - type: Physics
+ bodyType: Static
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 639
components:
- type: Transform
+ anchored: True
rot: 3.141592653589793 rad
pos: -9.5,-20.5
parent: 818
- - uid: 723
+ - type: Physics
+ bodyType: Static
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
+ - uid: 730
components:
- type: Transform
+ anchored: True
rot: 3.141592653589793 rad
- pos: 10.5,-20.5
+ pos: 8.5,-20.5
parent: 818
- - uid: 724
+ - type: Physics
+ bodyType: Static
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
+ - uid: 737
components:
- type: Transform
+ anchored: True
rot: 3.141592653589793 rad
- pos: 8.5,-20.5
+ pos: 10.5,-20.5
parent: 818
- - uid: 729
+ - type: Physics
+ bodyType: Static
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
+ - uid: 738
components:
- type: Transform
+ anchored: True
rot: -1.5707963267948966 rad
- pos: -12.5,-1.5
+ pos: -12.5,-0.5
parent: 818
- - uid: 730
+ - type: Physics
+ bodyType: Static
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
+ - uid: 740
components:
- type: Transform
+ anchored: True
rot: -1.5707963267948966 rad
- pos: -12.5,-2.5
+ pos: -12.5,0.5
parent: 818
- - uid: 738
+ - type: Physics
+ bodyType: Static
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
+ - uid: 761
components:
- type: Transform
+ anchored: True
rot: -1.5707963267948966 rad
- pos: -12.5,-0.5
+ pos: -12.5,-1.5
parent: 818
- - uid: 740
+ - type: Physics
+ bodyType: Static
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
+ - uid: 914
components:
- type: Transform
+ anchored: True
rot: -1.5707963267948966 rad
- pos: -12.5,0.5
+ pos: -12.5,-2.5
parent: 818
+ - type: Physics
+ bodyType: Static
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- proto: StoolBar
entities:
- uid: 230
@@ -5037,18 +8174,33 @@ entities:
rot: 3.141592653589793 rad
pos: -9.5,1.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 342
components:
- type: Transform
rot: 3.141592653589793 rad
pos: -11.5,1.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 433
components:
- type: Transform
rot: 3.141592653589793 rad
pos: -10.5,1.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- proto: SubstationBasic
entities:
- uid: 807
@@ -5056,6 +8208,11 @@ entities:
- type: Transform
pos: -0.5,8.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Anchorable
+ - Construction
- proto: TableCarpet
entities:
- uid: 572
@@ -5063,21 +8220,37 @@ entities:
- type: Transform
pos: 9.5,0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
- uid: 573
components:
- type: Transform
pos: 9.5,-0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
- uid: 574
components:
- type: Transform
pos: 10.5,-0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
- uid: 576
components:
- type: Transform
pos: 10.5,0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
- proto: TableReinforced
entities:
- uid: 585
@@ -5086,36 +8259,60 @@ entities:
rot: 1.5707963267948966 rad
pos: -9.5,2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
- uid: 707
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: -10.5,4.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
- uid: 751
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: -11.5,4.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
- uid: 796
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: -10.5,2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
- uid: 797
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: -12.5,2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
- uid: 798
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: -11.5,2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
- proto: TableWood
entities:
- uid: 441
@@ -5123,31 +8320,55 @@ entities:
- type: Transform
pos: 12.5,0.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
- uid: 575
components:
- type: Transform
pos: 6.5,-2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
- uid: 587
components:
- type: Transform
pos: 12.5,-2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
- uid: 706
components:
- type: Transform
pos: 9.5,4.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
- uid: 750
components:
- type: Transform
pos: 10.5,4.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
- uid: 756
components:
- type: Transform
pos: 8.5,4.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
- proto: TelecomServerFilled
entities:
- uid: 919
@@ -5155,972 +8376,1162 @@ entities:
- type: Transform
pos: -1.5,8.5
parent: 818
+ - type: EncryptionKeyHolder
+ keysUnlocked: False
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - ApcPowerReceiver
+ - Anchorable
+ - Construction
- proto: VendingMachineBooze
entities:
- uid: 753
components:
- - type: MetaData
- flags: SessionSpecific
- type: Transform
pos: -9.5,4.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Anchorable
+ - ApcPowerReceiver
+- proto: VendingMachineChang
+ entities:
+ - uid: 692
+ components:
+ - type: Transform
+ pos: 9.5,-20.5
+ parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Anchorable
- proto: VendingMachineCigs
entities:
- uid: 744
components:
- - type: MetaData
- flags: SessionSpecific
- type: Transform
pos: -7.5,1.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Anchorable
+ - ApcPowerReceiver
- proto: VendingMachineCola
entities:
- uid: 635
components:
- - type: MetaData
- flags: SessionSpecific
- type: Transform
pos: -12.5,-5.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Anchorable
+ - ApcPowerReceiver
+- proto: VendingMachineColaBlack
+ entities:
+ - uid: 834
+ components:
+ - type: Transform
+ pos: -10.5,-20.5
+ parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Anchorable
+- proto: VendingMachineDiscount
+ entities:
+ - uid: 836
+ components:
+ - type: Transform
+ pos: 11.5,-6.5
+ parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Anchorable
+- proto: VendingMachineDrGibb
+ entities:
+ - uid: 835
+ components:
+ - type: Transform
+ pos: 11.5,-5.5
+ parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Anchorable
- proto: VendingMachineGames
entities:
- uid: 748
components:
- - type: MetaData
- flags: SessionSpecific
- type: Transform
pos: 6.5,1.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Anchorable
+ - ApcPowerReceiver
- proto: VendingMachineSnack
entities:
- uid: 637
components:
- - type: MetaData
- flags: SessionSpecific
- type: Transform
pos: -12.5,-6.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Anchorable
+ - ApcPowerReceiver
- proto: WallRiveted
entities:
- uid: 10
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
rot: 1.5707963267948966 rad
pos: 6.5,-4.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 23
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
rot: 1.5707963267948966 rad
pos: -10.5,-21.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 40
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
rot: 1.5707963267948966 rad
pos: 9.5,-21.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 41
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
rot: 1.5707963267948966 rad
pos: 6.5,-18.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 42
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
rot: 1.5707963267948966 rad
pos: 5.5,-18.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 43
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
rot: 1.5707963267948966 rad
pos: 4.5,-18.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 44
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
rot: 1.5707963267948966 rad
pos: 12.5,-18.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 45
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
rot: 1.5707963267948966 rad
pos: 13.5,-18.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 46
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
rot: 1.5707963267948966 rad
pos: 14.5,-18.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 47
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
rot: 1.5707963267948966 rad
pos: -5.5,-18.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 48
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
rot: 1.5707963267948966 rad
pos: -6.5,-18.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 49
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
rot: 1.5707963267948966 rad
pos: -7.5,-18.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 50
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
rot: 1.5707963267948966 rad
pos: -13.5,-18.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 51
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
rot: 1.5707963267948966 rad
pos: -14.5,-18.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 52
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
rot: 1.5707963267948966 rad
pos: -15.5,-18.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 53
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
rot: 1.5707963267948966 rad
pos: -13.5,-9.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 54
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
rot: 1.5707963267948966 rad
pos: -14.5,-9.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 55
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
rot: 1.5707963267948966 rad
pos: -15.5,-9.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 56
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
rot: 1.5707963267948966 rad
pos: -7.5,-9.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 57
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
rot: 1.5707963267948966 rad
pos: -6.5,-9.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 58
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
rot: 1.5707963267948966 rad
pos: -5.5,-9.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 59
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
rot: 1.5707963267948966 rad
pos: -5.5,-11.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 60
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
rot: 1.5707963267948966 rad
pos: -6.5,-11.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 61
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
rot: 1.5707963267948966 rad
pos: -7.5,-11.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 62
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
rot: 1.5707963267948966 rad
pos: -13.5,-11.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 63
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
rot: 1.5707963267948966 rad
pos: -14.5,-11.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 64
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
rot: 1.5707963267948966 rad
pos: -15.5,-11.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 65
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
rot: 1.5707963267948966 rad
pos: -13.5,-16.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 66
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
rot: 1.5707963267948966 rad
pos: -14.5,-16.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 67
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
rot: 1.5707963267948966 rad
pos: -15.5,-16.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 68
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
rot: 1.5707963267948966 rad
pos: -7.5,-16.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 69
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
rot: 1.5707963267948966 rad
pos: -6.5,-16.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 70
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
rot: 1.5707963267948966 rad
pos: -5.5,-16.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 71
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
rot: 1.5707963267948966 rad
pos: 12.5,-16.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 72
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
rot: 1.5707963267948966 rad
pos: 13.5,-16.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 73
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
rot: 1.5707963267948966 rad
pos: 14.5,-16.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 74
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
rot: 1.5707963267948966 rad
pos: 14.5,-11.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 75
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
rot: 1.5707963267948966 rad
pos: 13.5,-11.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 76
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
rot: 1.5707963267948966 rad
pos: 12.5,-11.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 77
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
rot: 1.5707963267948966 rad
pos: 14.5,-9.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 78
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
rot: 1.5707963267948966 rad
pos: 13.5,-9.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 79
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
rot: 1.5707963267948966 rad
pos: 12.5,-9.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 80
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
rot: 1.5707963267948966 rad
pos: 6.5,-9.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 81
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
rot: 1.5707963267948966 rad
pos: 5.5,-9.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 82
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
rot: 1.5707963267948966 rad
pos: 4.5,-9.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 83
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
rot: 1.5707963267948966 rad
pos: 6.5,-11.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 84
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
rot: 1.5707963267948966 rad
pos: 5.5,-11.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 85
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
rot: 1.5707963267948966 rad
pos: 4.5,-11.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 86
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
rot: 1.5707963267948966 rad
pos: 6.5,-16.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 87
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
rot: 1.5707963267948966 rad
pos: 5.5,-16.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 88
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
rot: 1.5707963267948966 rad
pos: 4.5,-16.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 89
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
rot: 1.5707963267948966 rad
pos: -7.5,-4.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 90
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
rot: 1.5707963267948966 rad
pos: -13.5,-4.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 92
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
rot: 1.5707963267948966 rad
pos: 12.5,-4.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 112
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
rot: -1.5707963267948966 rad
pos: 6.5,-5.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 114
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
rot: -1.5707963267948966 rad
pos: -13.5,-5.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 120
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: 5.5,1.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 154
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
rot: -1.5707963267948966 rad
pos: 12.5,-5.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 158
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
rot: -1.5707963267948966 rad
pos: -7.5,-5.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 179
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: -2.5,-2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 180
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: 5.5,-3.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 182
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: 1.5,-2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 187
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: -6.5,-2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 189
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: 5.5,-4.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 190
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: 1.5,9.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 193
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: 5.5,-2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 199
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: -6.5,-4.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 202
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: -6.5,1.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 207
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: -6.5,-3.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 217
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: -4.5,3.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 222
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: -2.5,9.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 223
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: -0.5,9.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 225
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: -1.5,9.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 231
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: -4.5,9.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 258
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: -14.5,-4.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 259
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: 13.5,-3.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 260
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: 13.5,-4.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 261
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: -14.5,-3.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 262
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: 13.5,1.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 263
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: 13.5,2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 264
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: 12.5,2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 265
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: -14.5,1.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 266
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: -14.5,2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 267
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: -13.5,2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 304
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: -7.5,2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 306
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: -6.5,2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 307
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: 6.5,2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 340
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: 5.5,2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 343
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: 0.5,9.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 351
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: -3.5,9.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 401
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: -5.5,2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 403
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: 4.5,9.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 405
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: -1.5,6.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 406
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: 4.5,2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 407
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: 2.5,6.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 408
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: 2.5,4.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 409
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: 2.5,5.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 414
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: 3.5,9.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 420
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: 2.5,3.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 578
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: -3.5,3.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 581
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: -3.5,5.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 582
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: -3.5,4.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 583
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: -3.5,6.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 588
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: -2.5,6.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 602
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: 0.5,6.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 693
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: 1.5,6.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 711
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: -1.5,-2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 712
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: -0.5,-2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 713
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: 0.5,-2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 725
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: -5.5,4.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 726
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: -5.5,3.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 736
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: -5.5,5.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 739
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: -5.5,6.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 743
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: -5.5,7.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 745
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: -5.5,8.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 746
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: 2.5,9.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 754
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: 4.5,7.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 757
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: 4.5,3.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 758
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: 4.5,6.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 762
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: 4.5,5.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 799
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: 4.5,4.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 800
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: -5.5,9.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- uid: 804
components:
- - type: MetaData
- flags: PvsPriority
- type: Transform
pos: -0.5,6.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Destructible
- proto: WarpPoint
entities:
- uid: 638
@@ -6130,6 +9541,7 @@ entities:
parent: 818
- type: WarpPoint
location: Terminal
+ - type: Godmode
- proto: Windoor
entities:
- uid: 806
@@ -6137,11 +9549,21 @@ entities:
- type: Transform
pos: -8.5,2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- uid: 841
components:
- type: Transform
pos: -2.5,3.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- proto: WindowReinforcedDirectional
entities:
- uid: 181
@@ -6150,198 +9572,373 @@ entities:
rot: 1.5707963267948966 rad
pos: -9.5,2.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 204
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: 0.5,8.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 600
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: 2.5,8.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 659
components:
- type: Transform
pos: 9.5,-15.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 660
components:
- type: Transform
rot: 3.141592653589793 rad
pos: 9.5,-12.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 661
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: 9.5,-12.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 662
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: 9.5,-13.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 663
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: 9.5,-14.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 664
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: 9.5,-15.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 665
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: 9.5,-15.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 666
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: 9.5,-14.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 667
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: 9.5,-13.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 668
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: 9.5,-12.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 669
components:
- type: Transform
rot: 3.141592653589793 rad
pos: -10.5,-12.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 670
components:
- type: Transform
pos: -10.5,-15.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 671
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: -10.5,-15.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 672
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: -10.5,-14.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 673
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: -10.5,-13.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 674
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: -10.5,-12.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 675
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -10.5,-12.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 676
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -10.5,-13.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 677
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -10.5,-14.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 678
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -10.5,-15.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 679
components:
- type: Transform
rot: 3.141592653589793 rad
pos: -9.5,-16.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 680
components:
- type: Transform
rot: 3.141592653589793 rad
pos: -11.5,-16.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 681
components:
- type: Transform
pos: -11.5,-11.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 682
components:
- type: Transform
pos: -9.5,-11.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 683
components:
- type: Transform
pos: 10.5,-11.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 684
components:
- type: Transform
pos: 8.5,-11.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 685
components:
- type: Transform
rot: 3.141592653589793 rad
pos: 8.5,-16.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 686
components:
- type: Transform
rot: 3.141592653589793 rad
pos: 10.5,-16.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 837
components:
- type: Transform
pos: 1.5,3.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 838
components:
- type: Transform
pos: 0.5,3.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 839
components:
- type: Transform
pos: -0.5,3.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 840
components:
- type: Transform
pos: -1.5,3.5
parent: 818
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
...
diff --git a/Resources/Prototypes/Entities/Structures/Power/cable_terminal.yml b/Resources/Prototypes/Entities/Structures/Power/cable_terminal.yml
index 8c7ee9e2194..cc6abce25ed 100644
--- a/Resources/Prototypes/Entities/Structures/Power/cable_terminal.yml
+++ b/Resources/Prototypes/Entities/Structures/Power/cable_terminal.yml
@@ -45,3 +45,11 @@
powerMV:
!type:CableTerminalNode
nodeGroupID: MVPower
+
+- type: entity
+ id: CableTerminalUncuttable
+ parent: CableTerminal
+ suffix: uncuttable
+ components:
+ - type: Cable
+ cuttingQuality: null
\ No newline at end of file
diff --git a/Resources/Prototypes/Entities/Structures/Power/cables.yml b/Resources/Prototypes/Entities/Structures/Power/cables.yml
index ac855a54606..f1ae038bc15 100644
--- a/Resources/Prototypes/Entities/Structures/Power/cables.yml
+++ b/Resources/Prototypes/Entities/Structures/Power/cables.yml
@@ -98,6 +98,14 @@
sound:
path: /Audio/Ambience/Objects/emf_buzz.ogg
+- type: entity
+ id: CableHVUncuttable
+ parent: CableHV
+ suffix: uncuttable
+ components:
+ - type: Cable
+ cuttingQuality: null
+
- type: entity
parent: CableBase
id: CableMV
@@ -142,6 +150,14 @@
- type: CableVisualizer
statePrefix: mvcable_
+- type: entity
+ id: CableMVUncuttable
+ parent: CableMV
+ suffix: uncuttable
+ components:
+ - type: Cable
+ cuttingQuality: null
+
- type: entity
parent: CableBase
id: CableApcExtension
@@ -188,3 +204,11 @@
acts: [ "Destruction" ]
- type: CableVisualizer
statePrefix: lvcable_
+
+- type: entity
+ id: CableApcExtensionUncuttable
+ parent: CableApcExtension
+ suffix: uncuttable
+ components:
+ - type: Cable
+ cuttingQuality: null
From 9a898bb98ed6527f17fc95019aaaeaca941900fb Mon Sep 17 00:00:00 2001
From: IProduceWidgets <107586145+IProduceWidgets@users.noreply.github.com>
Date: Sat, 23 Nov 2024 10:14:13 -0500
Subject: [PATCH 2/3] babyproof arrivals shuttle (#33284)
* babyproof arrivals shuttle
* always powered lights
* uncuttable cables from terminal PR.
---------
Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
---
Resources/Maps/Shuttles/arrivals.yml | 1363 ++++++++++++++++++++++++--
1 file changed, 1260 insertions(+), 103 deletions(-)
diff --git a/Resources/Maps/Shuttles/arrivals.yml b/Resources/Maps/Shuttles/arrivals.yml
index b4609e1b0ae..3c853ef7395 100644
--- a/Resources/Maps/Shuttles/arrivals.yml
+++ b/Resources/Maps/Shuttles/arrivals.yml
@@ -192,13 +192,17 @@ entities:
- type: RadiationGridResistance
- type: SpreaderGrid
- type: GridPathfinding
+ - type: Godmode
- proto: AirCanister
entities:
- uid: 214
components:
- type: Transform
+ anchored: True
pos: -1.5,7.5
parent: 292
+ - type: Physics
+ bodyType: Static
- proto: AirlockCommandGlassLocked
entities:
- uid: 278
@@ -208,6 +212,11 @@ entities:
- type: Transform
pos: -0.5,6.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- proto: AirlockGlassShuttle
entities:
- uid: 177
@@ -217,11 +226,16 @@ entities:
pos: 3.5,-2.5
parent: 292
- type: Door
- secondsUntilStateChange: -336.60016
+ secondsUntilStateChange: -623.03485
state: Opening
- type: DeviceLinkSource
lastSignals:
DoorStatus: True
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 178
components:
- type: Transform
@@ -229,11 +243,16 @@ entities:
pos: 3.5,4.5
parent: 292
- type: Door
- secondsUntilStateChange: -338.3335
+ secondsUntilStateChange: -624.7682
state: Opening
- type: DeviceLinkSource
lastSignals:
DoorStatus: True
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 179
components:
- type: Transform
@@ -241,11 +260,16 @@ entities:
pos: -4.5,4.5
parent: 292
- type: Door
- secondsUntilStateChange: -332.80017
+ secondsUntilStateChange: -619.23486
state: Opening
- type: DeviceLinkSource
lastSignals:
DoorStatus: True
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 180
components:
- type: Transform
@@ -253,11 +277,16 @@ entities:
pos: -4.5,-2.5
parent: 292
- type: Door
- secondsUntilStateChange: -334.70016
+ secondsUntilStateChange: -621.1349
state: Opening
- type: DeviceLinkSource
lastSignals:
DoorStatus: True
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- proto: APCBasic
entities:
- uid: 116
@@ -266,6 +295,13 @@ entities:
rot: 3.141592653589793 rad
pos: -0.5,3.5
parent: 292
+ - type: BatterySelfRecharger
+ autoRechargeRate: 50000
+ autoRecharge: True
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Destructible
- proto: ArrivalsShuttleTimer
entities:
- uid: 294
@@ -273,11 +309,17 @@ entities:
- type: Transform
pos: -4.5,3.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
- uid: 295
components:
- type: Transform
pos: 3.5,3.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
- proto: AtmosDeviceFanDirectional
entities:
- uid: 164
@@ -286,24 +328,28 @@ entities:
rot: -1.5707963267948966 rad
pos: -4.5,4.5
parent: 292
+ - type: Godmode
- uid: 165
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: 3.5,4.5
parent: 292
+ - type: Godmode
- uid: 166
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: 3.5,-2.5
parent: 292
+ - type: Godmode
- uid: 167
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: -4.5,-2.5
parent: 292
+ - type: Godmode
- proto: BlockGameArcade
entities:
- uid: 258
@@ -312,418 +358,747 @@ entities:
rot: -1.5707963267948966 rad
pos: -1.5,-1.5
parent: 292
-- proto: CableApcExtension
+ - type: Godmode
+ missingComponents:
+ - Anchorable
+ - Construction
+ - Destructible
+- proto: CableApcExtensionUncuttable
entities:
- uid: 123
components:
- type: Transform
pos: -0.5,3.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 124
components:
- type: Transform
pos: -0.5,4.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 125
components:
- type: Transform
pos: -1.5,4.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 126
components:
- type: Transform
pos: -2.5,4.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 127
components:
- type: Transform
pos: -2.5,3.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 128
components:
- type: Transform
pos: -2.5,2.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 129
components:
- type: Transform
pos: -2.5,1.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 130
components:
- type: Transform
pos: -2.5,0.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 131
components:
- type: Transform
pos: -2.5,-0.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 132
components:
- type: Transform
pos: -2.5,-1.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 133
components:
- type: Transform
pos: -2.5,-2.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 134
components:
- type: Transform
pos: -1.5,-2.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 135
components:
- type: Transform
pos: -0.5,-2.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 136
components:
- type: Transform
pos: 0.5,-2.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 137
components:
- type: Transform
pos: 1.5,-2.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 138
components:
- type: Transform
pos: 1.5,-1.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 139
components:
- type: Transform
pos: 1.5,-0.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 140
components:
- type: Transform
pos: 1.5,0.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 141
components:
- type: Transform
pos: 1.5,1.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 142
components:
- type: Transform
pos: 1.5,2.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 143
components:
- type: Transform
pos: 1.5,3.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 144
components:
- type: Transform
pos: 1.5,4.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 145
components:
- type: Transform
pos: 0.5,4.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 146
components:
- type: Transform
pos: -0.5,5.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 147
components:
- type: Transform
pos: -0.5,6.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 148
components:
- type: Transform
pos: -0.5,7.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 149
components:
- type: Transform
pos: -0.5,8.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 150
components:
- type: Transform
pos: -1.5,-3.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 151
components:
- type: Transform
pos: 0.5,-3.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 152
components:
- type: Transform
pos: 0.5,-4.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 153
components:
- type: Transform
pos: 1.5,-4.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 154
components:
- type: Transform
pos: -1.5,-4.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 155
components:
- type: Transform
pos: -2.5,-4.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 156
components:
- type: Transform
pos: -2.5,-5.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 157
components:
- type: Transform
pos: 1.5,-5.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 158
components:
- type: Transform
pos: -1.5,8.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 159
components:
- type: Transform
pos: 0.5,8.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 160
components:
- type: Transform
pos: -3.5,4.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 161
components:
- type: Transform
pos: 2.5,4.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 162
components:
- type: Transform
pos: 2.5,-2.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 163
components:
- type: Transform
pos: -3.5,-2.5
parent: 292
-- proto: CableHV
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
+- proto: CableHVUncuttable
entities:
- uid: 79
components:
- type: Transform
pos: 0.5,7.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 80
components:
- type: Transform
pos: 1.5,7.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 81
components:
- type: Transform
pos: 1.5,6.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 82
components:
- type: Transform
pos: -0.5,7.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 83
components:
- type: Transform
pos: -0.5,6.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 85
components:
- type: Transform
pos: -0.5,5.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 86
components:
- type: Transform
pos: -0.5,4.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 87
components:
- type: Transform
pos: -1.5,4.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 88
components:
- type: Transform
pos: -2.5,4.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 89
components:
- type: Transform
pos: -2.5,3.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 90
components:
- type: Transform
pos: -2.5,2.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 91
components:
- type: Transform
pos: -2.5,1.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 92
components:
- type: Transform
pos: -2.5,0.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 93
components:
- type: Transform
pos: -2.5,-0.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 94
components:
- type: Transform
pos: -2.5,-1.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 95
components:
- type: Transform
pos: -2.5,-2.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 96
components:
- type: Transform
pos: -1.5,-2.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 97
components:
- type: Transform
pos: -0.5,-2.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 98
components:
- type: Transform
pos: 0.5,-2.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 99
components:
- type: Transform
pos: 1.5,-2.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 100
components:
- type: Transform
pos: 1.5,-1.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 101
components:
- type: Transform
pos: 1.5,-0.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 102
components:
- type: Transform
pos: 1.5,0.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 103
components:
- type: Transform
pos: 1.5,1.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 104
components:
- type: Transform
pos: 1.5,2.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 105
components:
- type: Transform
pos: 1.5,3.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 106
components:
- type: Transform
pos: 1.5,4.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 107
components:
- type: Transform
pos: 0.5,4.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 108
components:
- type: Transform
pos: -1.5,-3.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 109
components:
- type: Transform
pos: -1.5,-4.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 110
components:
- type: Transform
pos: -1.5,-5.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 111
components:
- type: Transform
pos: 0.5,-5.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 112
components:
- type: Transform
pos: 0.5,-4.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 113
components:
- type: Transform
pos: 0.5,-3.5
parent: 292
-- proto: CableMV
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
+- proto: CableMVUncuttable
entities:
- uid: 117
components:
- type: Transform
pos: 1.5,6.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 118
components:
- type: Transform
pos: 1.5,5.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 119
components:
- type: Transform
pos: 1.5,4.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 120
components:
- type: Transform
pos: 0.5,4.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 121
components:
- type: Transform
pos: -0.5,4.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
- uid: 122
components:
- type: Transform
pos: -0.5,3.5
parent: 292
-- proto: CableTerminal
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - RCDDeconstructable
+- proto: CableTerminalUncuttable
entities:
- uid: 84
components:
@@ -731,6 +1106,11 @@ entities:
rot: 1.5707963267948966 rad
pos: -0.5,7.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Destructible
+ - Construction
- proto: ChairPilotSeat
entities:
- uid: 223
@@ -739,112 +1119,207 @@ entities:
rot: -1.5707963267948966 rad
pos: 2.5,-0.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 224
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: 2.5,0.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 225
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: 2.5,1.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 226
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: 2.5,2.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 227
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: -1.5,-0.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 228
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: -1.5,0.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 229
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: -1.5,1.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 230
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: -1.5,2.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 231
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: 0.5,-0.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 232
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: 0.5,0.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 233
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: 0.5,1.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 234
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: 0.5,2.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 235
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -3.5,-0.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 236
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -3.5,0.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 237
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -3.5,1.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 238
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -3.5,2.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 239
components:
- type: Transform
pos: 1.5,5.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 240
components:
- type: Transform
pos: -2.5,5.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 241
components:
- type: Transform
rot: 3.141592653589793 rad
pos: -0.5,8.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- proto: ClosetEmergencyFilledRandom
entities:
- uid: 252
@@ -852,72 +1327,18 @@ entities:
- type: Transform
pos: 0.5,5.5
parent: 292
- - type: EntityStorage
- air:
- volume: 200
- immutable: False
- temperature: 293.14963
- moles:
- - 1.7459903
- - 6.568249
- - 0
- - 0
- - 0
- - 0
- - 0
- - 0
- - 0
- - 0
- - 0
- - 0
- - uid: 260
+ - uid: 253
components:
- type: Transform
pos: -2.5,-3.5
parent: 292
- - type: EntityStorage
- air:
- volume: 200
- immutable: False
- temperature: 293.14963
- moles:
- - 1.7459903
- - 6.568249
- - 0
- - 0
- - 0
- - 0
- - 0
- - 0
- - 0
- - 0
- - 0
- - 0
- proto: ClosetFireFilled
entities:
- - uid: 253
+ - uid: 260
components:
- type: Transform
pos: -1.5,5.5
parent: 292
- - type: EntityStorage
- air:
- volume: 200
- immutable: False
- temperature: 293.14963
- moles:
- - 1.7459903
- - 6.568249
- - 0
- - 0
- - 0
- - 0
- - 0
- - 0
- - 0
- - 0
- - 0
- - 0
- proto: ClosetWallEmergencyFilledRandom
entities:
- uid: 288
@@ -944,6 +1365,10 @@ entities:
- 0
- 0
- 0
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
- uid: 289
components:
- type: Transform
@@ -967,6 +1392,10 @@ entities:
- 0
- 0
- 0
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
- proto: ClosetWallFireFilledRandom
entities:
- uid: 286
@@ -992,6 +1421,10 @@ entities:
- 0
- 0
- 0
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
- uid: 287
components:
- type: Transform
@@ -1016,40 +1449,28 @@ entities:
- 0
- 0
- 0
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
- proto: ClothingBackpack
entities:
- - uid: 275
+ - uid: 266
components:
- type: Transform
- pos: 2.5,5.5
+ pos: 2.5277145,5.600461
parent: 292
- - type: GroupExamine
- group:
- - hoverMessage: ""
- contextText: verb-examine-group-other
- icon: /Textures/Interface/examine-star.png
- components:
- - Armor
- - ClothingSpeedModifier
- entries:
- - message: >-
- It provides the following protection:
-
- - [color=orange]Explosion[/color] damage [color=white]to contents[/color] reduced by [color=lightblue]10%[/color].
- priority: 0
- component: Armor
- title: null
- proto: ClothingMaskBreath
entities:
- - uid: 272
+ - uid: 267
components:
- type: Transform
- pos: 2.5,-3.5
+ pos: 2.4086668,-3.4828715
parent: 292
- - uid: 273
+ - uid: 274
components:
- type: Transform
- pos: -3.5,-3.5
+ pos: -3.6032372,-3.4947772
parent: 292
- proto: ComputerShuttle
entities:
@@ -1058,24 +1479,29 @@ entities:
- type: Transform
pos: -0.5,9.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- proto: CrowbarRed
entities:
- - uid: 274
+ - uid: 293
components:
- type: Transform
- pos: 0.5,-3.5
+ pos: 0.45628688,-3.5066814
parent: 292
- proto: EmergencyOxygenTankFilled
entities:
- - uid: 270
+ - uid: 268
components:
- type: Transform
- pos: 2.5708976,-3.5851696
+ pos: -3.2460945,-3.6614437
parent: 292
- - uid: 271
+ - uid: 269
components:
- type: Transform
- pos: -3.4291024,-3.5851696
+ pos: 2.7300956,-3.6138248
parent: 292
- proto: ExtinguisherCabinetFilled
entities:
@@ -1084,6 +1510,9 @@ entities:
- type: Transform
pos: -0.5,-4.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
- proto: GasPassiveGate
entities:
- uid: 184
@@ -1091,6 +1520,11 @@ entities:
- type: Transform
pos: -0.5,7.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- proto: GasPipeBend
entities:
- uid: 182
@@ -1099,34 +1533,64 @@ entities:
rot: 1.5707963267948966 rad
pos: -1.5,8.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 183
components:
- type: Transform
pos: -0.5,8.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 187
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -2.5,5.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 188
components:
- type: Transform
pos: 1.5,5.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 189
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: 1.5,-3.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 190
components:
- type: Transform
rot: 3.141592653589793 rad
pos: -2.5,-3.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- proto: GasPipeFourway
entities:
- uid: 186
@@ -1134,6 +1598,11 @@ entities:
- type: Transform
pos: -0.5,5.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- proto: GasPipeStraight
entities:
- uid: 185
@@ -1141,110 +1610,215 @@ entities:
- type: Transform
pos: -0.5,6.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 192
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: 0.5,5.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 193
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -1.5,5.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 194
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -1.5,-3.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 195
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: 0.5,-3.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 196
components:
- type: Transform
pos: 1.5,-2.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 197
components:
- type: Transform
pos: 1.5,-1.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 198
components:
- type: Transform
pos: 1.5,-0.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 199
components:
- type: Transform
pos: 1.5,0.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 200
components:
- type: Transform
pos: 1.5,1.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 201
components:
- type: Transform
pos: 1.5,2.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 202
components:
- type: Transform
pos: 1.5,3.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 203
components:
- type: Transform
pos: 1.5,4.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 204
components:
- type: Transform
pos: -2.5,-2.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 205
components:
- type: Transform
pos: -2.5,-1.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 206
components:
- type: Transform
pos: -2.5,-0.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 207
components:
- type: Transform
pos: -2.5,0.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 208
components:
- type: Transform
pos: -2.5,1.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 209
components:
- type: Transform
pos: -2.5,2.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 210
components:
- type: Transform
pos: -2.5,3.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 211
components:
- type: Transform
pos: -2.5,4.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- proto: GasPipeTJunction
entities:
- uid: 191
@@ -1253,6 +1827,11 @@ entities:
rot: 3.141592653589793 rad
pos: -0.5,-3.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- proto: GasPort
entities:
- uid: 181
@@ -1261,6 +1840,11 @@ entities:
rot: 3.141592653589793 rad
pos: -1.5,7.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- proto: GasVentPump
entities:
- uid: 212
@@ -1268,12 +1852,22 @@ entities:
- type: Transform
pos: -0.5,-2.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 213
components:
- type: Transform
rot: 3.141592653589793 rad
pos: -0.5,4.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- proto: GeneratorBasic15kW
entities:
- uid: 114
@@ -1281,11 +1875,19 @@ entities:
- type: Transform
pos: -1.5,-5.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Anchorable
+ - Destructible
- uid: 115
components:
- type: Transform
pos: 0.5,-5.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Anchorable
+ - Destructible
- proto: GeneratorWallmountAPU
entities:
- uid: 78
@@ -1293,6 +1895,11 @@ entities:
- type: Transform
pos: 1.5,7.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- proto: GravityGeneratorMini
entities:
- uid: 291
@@ -1300,6 +1907,11 @@ entities:
- type: Transform
pos: -2.5,-5.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Anchorable
+ - Construction
- proto: Grille
entities:
- uid: 44
@@ -1307,116 +1919,231 @@ entities:
- type: Transform
pos: 3.5,-0.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 52
components:
- type: Transform
pos: 3.5,0.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 53
components:
- type: Transform
pos: 3.5,1.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 54
components:
- type: Transform
pos: 3.5,2.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 55
components:
- type: Transform
pos: -4.5,-0.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 56
components:
- type: Transform
pos: -4.5,0.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 57
components:
- type: Transform
pos: -4.5,1.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 58
components:
- type: Transform
pos: -4.5,2.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 59
components:
- type: Transform
pos: -1.5,-4.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 60
components:
- type: Transform
pos: -2.5,-4.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 61
components:
- type: Transform
pos: 1.5,-4.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 62
components:
- type: Transform
pos: 0.5,-4.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 63
components:
- type: Transform
pos: 0.5,6.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 64
components:
- type: Transform
pos: -1.5,6.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 65
components:
- type: Transform
pos: -2.5,8.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 66
components:
- type: Transform
pos: -2.5,9.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 67
components:
- type: Transform
pos: -1.5,9.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 68
components:
- type: Transform
pos: -1.5,10.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 69
components:
- type: Transform
pos: -0.5,10.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 70
components:
- type: Transform
pos: 0.5,10.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 71
components:
- type: Transform
pos: 0.5,9.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 72
components:
- type: Transform
pos: 1.5,9.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- uid: 73
components:
- type: Transform
pos: 1.5,8.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - RCDDeconstructable
+ - Construction
+ - Destructible
- proto: Gyroscope
entities:
- uid: 168
@@ -1424,6 +2151,11 @@ entities:
- type: Transform
pos: 1.5,-5.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Anchorable
+ - Construction
- proto: IntercomCommon
entities:
- uid: 264
@@ -1431,6 +2163,12 @@ entities:
- type: Transform
pos: -0.5,-1.5
parent: 292
+ - type: EncryptionKeyHolder
+ keysUnlocked: False
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Destructible
- proto: MaintenanceFluffSpawner
entities:
- uid: 284
@@ -1438,29 +2176,31 @@ entities:
- type: Transform
pos: 0.5,3.5
parent: 292
+ - type: Godmode
- uid: 285
components:
- type: Transform
pos: -1.5,3.5
parent: 292
+ - type: Godmode
- proto: MedkitFilled
entities:
- - uid: 266
+ - uid: 276
components:
- type: Transform
- pos: -0.5,-3.5
+ pos: -0.4960943,-3.4828715
parent: 292
- proto: NitrogenTankFilled
entities:
- - uid: 268
+ - uid: 271
components:
- type: Transform
- pos: -3.5,-3.5
+ pos: -3.4365704,-3.590015
parent: 292
- - uid: 269
+ - uid: 273
components:
- type: Transform
- pos: 2.5,-3.5
+ pos: 2.563429,-3.566205
parent: 292
- proto: PosterLegitNanotrasenLogo
entities:
@@ -1469,6 +2209,9 @@ entities:
- type: Transform
pos: -2.5,6.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
- proto: PottedPlantRandom
entities:
- uid: 254
@@ -1476,21 +2219,25 @@ entities:
- type: Transform
pos: 2.5,-1.5
parent: 292
+ - type: Godmode
- uid: 255
components:
- type: Transform
pos: 2.5,3.5
parent: 292
+ - type: Godmode
- uid: 256
components:
- type: Transform
pos: -3.5,3.5
parent: 292
+ - type: Godmode
- uid: 257
components:
- type: Transform
pos: -3.5,-1.5
parent: 292
+ - type: Godmode
- proto: PowerCellRecharger
entities:
- uid: 265
@@ -1498,7 +2245,12 @@ entities:
- type: Transform
pos: 0.5,-3.5
parent: 292
-- proto: Poweredlight
+ - type: Godmode
+ missingComponents:
+ - Anchorable
+ - Destructible
+ - Construction
+- proto: AlwaysPoweredWallLight
entities:
- uid: 279
components:
@@ -1508,6 +2260,11 @@ entities:
parent: 292
- type: ApcPowerReceiver
powerLoad: 0
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 280
components:
- type: Transform
@@ -1516,6 +2273,11 @@ entities:
parent: 292
- type: ApcPowerReceiver
powerLoad: 0
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 281
components:
- type: Transform
@@ -1524,6 +2286,11 @@ entities:
parent: 292
- type: ApcPowerReceiver
powerLoad: 0
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 282
components:
- type: Transform
@@ -1532,6 +2299,11 @@ entities:
parent: 292
- type: ApcPowerReceiver
powerLoad: 0
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 283
components:
- type: Transform
@@ -1540,6 +2312,11 @@ entities:
parent: 292
- type: ApcPowerReceiver
powerLoad: 0
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- proto: Rack
entities:
- uid: 262
@@ -1547,11 +2324,21 @@ entities:
- type: Transform
pos: 2.5,-3.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- uid: 263
components:
- type: Transform
pos: -3.5,-3.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - Anchorable
+ - Destructible
- proto: ShuttleWindow
entities:
- uid: 28
@@ -1559,116 +2346,231 @@ entities:
- type: Transform
pos: 3.5,-0.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
+ - RCDDeconstructable
- uid: 29
components:
- type: Transform
pos: 3.5,0.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
+ - RCDDeconstructable
- uid: 30
components:
- type: Transform
pos: 3.5,1.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
+ - RCDDeconstructable
- uid: 31
components:
- type: Transform
pos: 3.5,2.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
+ - RCDDeconstructable
- uid: 32
components:
- type: Transform
pos: -4.5,-0.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
+ - RCDDeconstructable
- uid: 33
components:
- type: Transform
pos: -4.5,0.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
+ - RCDDeconstructable
- uid: 34
components:
- type: Transform
pos: -4.5,1.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
+ - RCDDeconstructable
- uid: 35
components:
- type: Transform
pos: -4.5,2.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
+ - RCDDeconstructable
- uid: 36
components:
- type: Transform
pos: -1.5,-4.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
+ - RCDDeconstructable
- uid: 37
components:
- type: Transform
pos: -2.5,-4.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
+ - RCDDeconstructable
- uid: 38
components:
- type: Transform
pos: 0.5,-4.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
+ - RCDDeconstructable
- uid: 39
components:
- type: Transform
pos: 1.5,-4.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
+ - RCDDeconstructable
- uid: 40
components:
- type: Transform
pos: 0.5,6.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
+ - RCDDeconstructable
- uid: 41
components:
- type: Transform
pos: -1.5,6.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
+ - RCDDeconstructable
- uid: 42
components:
- type: Transform
pos: -2.5,8.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
+ - RCDDeconstructable
- uid: 43
components:
- type: Transform
pos: -1.5,9.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
+ - RCDDeconstructable
- uid: 45
components:
- type: Transform
pos: -2.5,9.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
+ - RCDDeconstructable
- uid: 46
components:
- type: Transform
pos: -1.5,10.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
+ - RCDDeconstructable
- uid: 47
components:
- type: Transform
pos: -0.5,10.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
+ - RCDDeconstructable
- uid: 48
components:
- type: Transform
pos: 0.5,10.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
+ - RCDDeconstructable
- uid: 49
components:
- type: Transform
pos: 0.5,9.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
+ - RCDDeconstructable
- uid: 50
components:
- type: Transform
pos: 1.5,9.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
+ - RCDDeconstructable
- uid: 51
components:
- type: Transform
pos: 1.5,8.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
+ - RCDDeconstructable
- proto: SMESBasic
entities:
- uid: 76
@@ -1676,6 +2578,11 @@ entities:
- type: Transform
pos: 0.5,7.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Anchorable
+ - Destructible
+ - Construction
- proto: SpaceVillainArcadeFilled
entities:
- uid: 259
@@ -1684,6 +2591,11 @@ entities:
rot: 1.5707963267948966 rad
pos: 0.5,-1.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Anchorable
+ - Construction
+ - Destructible
- proto: SubstationWallBasic
entities:
- uid: 77
@@ -1691,6 +2603,10 @@ entities:
- type: Transform
pos: 1.5,6.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
- proto: TableReinforced
entities:
- uid: 243
@@ -1698,46 +2614,82 @@ entities:
- type: Transform
pos: 0.5,-3.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
- uid: 244
components:
- type: Transform
pos: -1.5,8.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
- uid: 245
components:
- type: Transform
pos: 0.5,8.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
- uid: 246
components:
- type: Transform
pos: -0.5,-3.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
- uid: 247
components:
- type: Transform
pos: -1.5,-3.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
- uid: 248
components:
- type: Transform
pos: 0.5,3.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
- uid: 249
components:
- type: Transform
pos: -1.5,3.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
- uid: 250
components:
- type: Transform
pos: 2.5,5.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
- uid: 251
components:
- type: Transform
pos: -3.5,5.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
- proto: Thruster
entities:
- uid: 169
@@ -1745,58 +2697,103 @@ entities:
- type: Transform
pos: 2.5,7.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Anchorable
+ - Construction
- uid: 170
components:
- type: Transform
pos: -3.5,7.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Anchorable
+ - Construction
- uid: 171
components:
- type: Transform
rot: 3.141592653589793 rad
pos: -1.5,-6.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Anchorable
+ - Construction
- uid: 172
components:
- type: Transform
rot: 3.141592653589793 rad
pos: -2.5,-6.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Anchorable
+ - Construction
- uid: 173
components:
- type: Transform
rot: 3.141592653589793 rad
pos: 1.5,-6.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Anchorable
+ - Construction
- uid: 174
components:
- type: Transform
rot: 3.141592653589793 rad
pos: 0.5,-6.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Anchorable
+ - Construction
- uid: 175
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: 2.5,-6.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Anchorable
+ - Construction
- uid: 176
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -3.5,-6.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Anchorable
+ - Construction
- proto: ToolboxEmergencyFilled
entities:
- - uid: 267
+ - uid: 270
components:
- type: Transform
- pos: -1.5,-3.5
+ pos: -1.4722855,-3.4471583
parent: 292
- - uid: 276
+ - uid: 272
components:
- type: Transform
- pos: -3.5,5.5
+ pos: -1.4722855,-3.4471583
+ parent: 292
+ - uid: 275
+ components:
+ - type: Transform
+ pos: -3.5079994,5.600461
parent: 292
- proto: VendingMachineClothing
entities:
@@ -1805,6 +2802,10 @@ entities:
- type: Transform
pos: 1.5,-3.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Anchorable
- proto: WallShuttle
entities:
- uid: 1
@@ -1812,146 +2813,262 @@ entities:
- type: Transform
pos: 3.5,-3.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
- uid: 2
components:
- type: Transform
pos: 3.5,-1.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
- uid: 3
components:
- type: Transform
pos: -4.5,-3.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
- uid: 4
components:
- type: Transform
pos: -4.5,-1.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
- uid: 5
components:
- type: Transform
pos: -4.5,3.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
- uid: 6
components:
- type: Transform
pos: -4.5,5.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
- uid: 7
components:
- type: Transform
pos: 3.5,3.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
- uid: 8
components:
- type: Transform
pos: 3.5,5.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
- uid: 9
components:
- type: Transform
pos: 3.5,6.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
- uid: 10
components:
- type: Transform
pos: 2.5,6.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
- uid: 11
components:
- type: Transform
pos: -4.5,6.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
- uid: 12
components:
- type: Transform
pos: -3.5,6.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
- uid: 13
components:
- type: Transform
pos: -2.5,6.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
- uid: 14
components:
- type: Transform
pos: -2.5,7.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
- uid: 15
components:
- type: Transform
pos: 1.5,6.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
- uid: 16
components:
- type: Transform
pos: 1.5,7.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
- uid: 17
components:
- type: Transform
pos: 3.5,-4.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
- uid: 18
components:
- type: Transform
pos: 2.5,-4.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
- uid: 19
components:
- type: Transform
pos: -4.5,-4.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
- uid: 20
components:
- type: Transform
pos: -3.5,-4.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
- uid: 21
components:
- type: Transform
pos: -0.5,-4.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
- uid: 22
components:
- type: Transform
pos: 2.5,-5.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
- uid: 23
components:
- type: Transform
pos: 3.5,-5.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
- uid: 24
components:
- type: Transform
pos: -3.5,-5.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
- uid: 25
components:
- type: Transform
pos: -4.5,-5.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
- uid: 26
components:
- type: Transform
pos: -0.5,-6.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
- uid: 27
components:
- type: Transform
pos: -0.5,-5.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
- uid: 74
components:
- type: Transform
pos: -0.5,-1.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
- uid: 75
components:
- type: Transform
pos: -0.5,3.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Destructible
+ - Construction
- proto: WindowReinforcedDirectional
entities:
- uid: 215
@@ -1960,46 +3077,86 @@ entities:
rot: -1.5707963267948966 rad
pos: -0.5,-0.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 216
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: -0.5,0.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 217
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: -0.5,1.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 218
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: -0.5,2.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 219
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -0.5,2.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 220
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -0.5,1.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 221
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -0.5,0.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
- uid: 222
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -0.5,-0.5
parent: 292
+ - type: Godmode
+ missingComponents:
+ - Construction
+ - RCDDeconstructable
+ - Destructible
...
From eb9540364edbe56a9b63ea7c08bc0aef80167593 Mon Sep 17 00:00:00 2001
From: Errant <35878406+Errant-4@users.noreply.github.com>
Date: Wed, 27 Nov 2024 00:56:35 +0100
Subject: [PATCH 3/3] Hotfix the randomly occurring DeleteAllThenGhost test
failures (#33582)
* clear mindrole on component shutdown
* let it go
---
Content.Shared/Roles/SharedRoleSystem.cs | 18 ++++++++++++++----
1 file changed, 14 insertions(+), 4 deletions(-)
diff --git a/Content.Shared/Roles/SharedRoleSystem.cs b/Content.Shared/Roles/SharedRoleSystem.cs
index 00271693abe..d5820ac0392 100644
--- a/Content.Shared/Roles/SharedRoleSystem.cs
+++ b/Content.Shared/Roles/SharedRoleSystem.cs
@@ -2,7 +2,6 @@
using Content.Shared.Administration.Logs;
using Content.Shared.CCVar;
using Content.Shared.Database;
-using Content.Shared.GameTicking;
using Content.Shared.Mind;
using Content.Shared.Roles.Jobs;
using Robust.Shared.Audio;
@@ -20,7 +19,6 @@ public abstract class SharedRoleSystem : EntitySystem
[Dependency] private readonly SharedAudioSystem _audio = default!;
[Dependency] private readonly IConfigurationManager _cfg = default!;
[Dependency] private readonly IEntityManager _entityManager = default!;
- [Dependency] private readonly SharedGameTicker _gameTicker = default!;
[Dependency] private readonly IPrototypeManager _prototypes = default!;
private JobRequirementOverridePrototype? _requirementOverride;
@@ -28,6 +26,8 @@ public abstract class SharedRoleSystem : EntitySystem
public override void Initialize()
{
Subs.CVar(_cfg, CCVars.GameRoleTimerOverride, SetRequirementOverride, true);
+
+ SubscribeLocalEvent(OnComponentShutdown);
}
private void SetRequirementOverride(string value)
@@ -209,7 +209,6 @@ public bool MindRemoveRole(Entity mind) where T : IComponent
}
antagonist |= roleComp.Antag | roleComp.ExclusiveAntag;
- _entityManager.DeleteEntity(role);
delete.Add(role);
found = true;
}
@@ -219,7 +218,7 @@ public bool MindRemoveRole(Entity mind) where T : IComponent
foreach (var role in delete)
{
- mind.Comp.MindRoles.Remove(role);
+ _entityManager.DeleteEntity(role);
}
if (mind.Comp.OwnedEntity != null)
@@ -235,6 +234,17 @@ public bool MindRemoveRole(Entity mind) where T : IComponent
return true;
}
+ // Removing the mind role's reference on component shutdown
+ // to make sure the reference gets removed even if the mind role entity was deleted by outside code
+ private void OnComponentShutdown(Entity ent, ref ComponentShutdown args)
+ {
+ //TODO: Just ensure that the tests don't spawn unassociated mind role entities
+ if (ent.Comp.Mind.Comp is null)
+ return;
+
+ ent.Comp.Mind.Comp.MindRoles.Remove(ent.Owner);
+ }
+
///
/// Finds and removes all mind roles of a specific type
///