tweat(emergency_delta): Add screens around the evacuation shuttle (#29267)

This commit is contained in:
Brandon Hu
2024-06-23 07:59:37 +00:00
committed by GitHub
parent 252a3e6be4
commit b1955f72d7

View File

@@ -24,7 +24,7 @@ entities:
name: NT Evac Delta
- type: Transform
pos: -0.5625,0.671875
parent: invalid
parent: 761
- type: MapGrid
chunks:
0,0:
@@ -395,6 +395,18 @@ entities:
chunkSize: 4
- type: GasTileOverlay
- type: RadiationGridResistance
- uid: 761
components:
- type: MetaData
name: Map Entity
- type: Transform
- type: Map
mapPaused: True
- type: PhysicsMap
- type: GridTree
- type: MovedGrids
- type: Broadphase
- type: OccluderTree
- proto: AirCanister
entities:
- uid: 326
@@ -402,15 +414,11 @@ entities:
- type: Transform
pos: -13.5,-3.5
parent: 1
- type: AtmosDevice
joinedGrid: 1
- uid: 445
components:
- type: Transform
pos: -1.5,-18.5
parent: 1
- type: AtmosDevice
joinedGrid: 1
- proto: AirlockCommandGlassLocked
entities:
- uid: 70
@@ -450,7 +458,7 @@ entities:
- type: Transform
pos: -2.5,-17.5
parent: 1
- proto: AirlockExternalGlassEasyPry
- proto: AirlockExternalGlass
entities:
- uid: 91
components:
@@ -497,7 +505,7 @@ entities:
rot: 3.141592653589793 rad
pos: -9.5,-4.5
parent: 1
- proto: AirlockGlassShuttleEasyPry
- proto: AirlockGlassShuttle
entities:
- uid: 3
components:
@@ -3154,7 +3162,7 @@ entities:
rot: -1.5707963267948966 rad
pos: -9.5,-16.5
parent: 1
- proto: MagazinePistolRubber
- proto: MagazinePistol
entities:
- uid: 784
components:
@@ -3218,6 +3226,13 @@ entities:
- type: Transform
pos: -12.5,-16.5
parent: 1
- proto: OxygenTankFilled
entities:
- uid: 799
components:
- type: Transform
pos: -10.44437,-3.5553346
parent: 1
- proto: PaperBin10
entities:
- uid: 117
@@ -3541,6 +3556,38 @@ entities:
- type: Transform
pos: -2.5,8.5
parent: 1
- proto: Screen
entities:
- uid: 765
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -1.5,-11.5
parent: 1
- uid: 766
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -9.5,-15.5
parent: 1
- uid: 767
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -2.5,-1.5
parent: 1
- uid: 768
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -11.5,-1.5
parent: 1
- uid: 781
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -4.5,3.5
parent: 1
- proto: ShotGunCabinetFilled
entities:
- uid: 745
@@ -4885,11 +4932,4 @@ entities:
rot: -1.5707963267948966 rad
pos: -1.5,2.5
parent: 1
- proto: YellowOxygenTankFilled
entities:
- uid: 799
components:
- type: Transform
pos: -10.44437,-3.5553346
parent: 1
...