More airlocks & Access (glass externals, docks etc) (#6677)
@@ -79,7 +79,6 @@
|
|||||||
- type: AccessReader
|
- type: AccessReader
|
||||||
access: [["Kitchen"], ["Hydroponics"]]
|
access: [["Kitchen"], ["Hydroponics"]]
|
||||||
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: AirlockEngineering
|
parent: AirlockEngineering
|
||||||
id: AirlockEngineeringLocked
|
id: AirlockEngineeringLocked
|
||||||
@@ -265,6 +264,14 @@
|
|||||||
- type: AccessReader
|
- type: AccessReader
|
||||||
access: [["Bar"]]
|
access: [["Bar"]]
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: AirlockExternalGlass
|
||||||
|
id: AirlockExternalGlassLocked
|
||||||
|
suffix: External, Locked
|
||||||
|
components:
|
||||||
|
- type: AccessReader
|
||||||
|
access: [["External"]]
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: AirlockGlass
|
parent: AirlockGlass
|
||||||
id: AirlockKitchenGlassLocked
|
id: AirlockKitchenGlassLocked
|
||||||
@@ -353,6 +360,54 @@
|
|||||||
- type: AccessReader
|
- type: AccessReader
|
||||||
access: [["Command"]]
|
access: [["Command"]]
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: AirlockCommandGlass
|
||||||
|
id: AirlockCaptainGlassLocked
|
||||||
|
suffix: Captain, Locked
|
||||||
|
components:
|
||||||
|
- type: AccessReader
|
||||||
|
access: [["Captain"]]
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: AirlockCommandGlass
|
||||||
|
id: AirlockChiefMedicalOfficerGlassLocked
|
||||||
|
suffix: ChiefMedicalOfficer, Locked
|
||||||
|
components:
|
||||||
|
- type: AccessReader
|
||||||
|
access: [["ChiefMedicalOfficer"]]
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: AirlockCommandGlass
|
||||||
|
id: AirlockChiefEngineerGlassLocked
|
||||||
|
suffix: ChiefEngineer, Locked
|
||||||
|
components:
|
||||||
|
- type: AccessReader
|
||||||
|
access: [["ChiefEngineer"]]
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: AirlockCommandGlass
|
||||||
|
id: AirlockHeadOfSecurityGlassLocked
|
||||||
|
suffix: HeadOfSecurity, Locked
|
||||||
|
components:
|
||||||
|
- type: AccessReader
|
||||||
|
access: [["HeadOfSecurity"]]
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: AirlockCommandGlass
|
||||||
|
id: AirlockResearchDirectorGlassLocked
|
||||||
|
suffix: ResearchDirector, Locked
|
||||||
|
components:
|
||||||
|
- type: AccessReader
|
||||||
|
access: [["ResearchDirector"]]
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: AirlockCommandGlass
|
||||||
|
id: AirlockHeadOfPersonnelGlassLocked
|
||||||
|
suffix: HeadOfPersonnel, Locked
|
||||||
|
components:
|
||||||
|
- type: AccessReader
|
||||||
|
access: [["HeadOfPersonnel"]]
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: AirlockSecurityGlass
|
parent: AirlockSecurityGlass
|
||||||
id: AirlockSecurityGlassLocked
|
id: AirlockSecurityGlassLocked
|
||||||
@@ -368,6 +423,14 @@
|
|||||||
components:
|
components:
|
||||||
- type: AccessReader
|
- type: AccessReader
|
||||||
access: [["Brig"]]
|
access: [["Brig"]]
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: AirlockSecurityGlass
|
||||||
|
id: AirlockArmoryGlassLocked
|
||||||
|
suffix: Armory, Locked
|
||||||
|
components:
|
||||||
|
- type: AccessReader
|
||||||
|
access: [["Armory"]]
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: AirlockEVALocked
|
parent: AirlockEVALocked
|
||||||
@@ -534,7 +597,15 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
parent: AirlockShuttle
|
parent: AirlockShuttle
|
||||||
id: AirlockExternalShuttleLocked
|
id: AirlockExternalShuttleLocked
|
||||||
suffix: External, Locked
|
suffix: External, Docking, Locked
|
||||||
components:
|
components:
|
||||||
- type: AccessReader
|
- type: AccessReader
|
||||||
access: [["External"]]
|
access: [["External"]]
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: AirlockGlassShuttle
|
||||||
|
id: AirlockExternalGlassShuttleLocked
|
||||||
|
suffix: External, Docking, Locked
|
||||||
|
components:
|
||||||
|
- type: AccessReader
|
||||||
|
access: [["External"]]
|
||||||
@@ -21,3 +21,13 @@
|
|||||||
visuals:
|
visuals:
|
||||||
- type: AirlockVisualizer
|
- type: AirlockVisualizer
|
||||||
- type: WiresVisualizer
|
- type: WiresVisualizer
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: AirlockExternal
|
||||||
|
id: AirlockExternalGlass
|
||||||
|
suffix: Glass, External
|
||||||
|
components:
|
||||||
|
- type: Occluder
|
||||||
|
enabled: false
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Structures/Doors/Airlocks/Glass/external.rsi
|
||||||
@@ -45,3 +45,33 @@
|
|||||||
fixVacuum: true
|
fixVacuum: true
|
||||||
airBlockedDirection:
|
airBlockedDirection:
|
||||||
- South
|
- South
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
id: AirlockGlassShuttle
|
||||||
|
parent: AirlockShuttle
|
||||||
|
name: external airlock
|
||||||
|
suffix: Glass, Docking
|
||||||
|
description: Necessary for connecting two space craft together.
|
||||||
|
components:
|
||||||
|
- type: Docking
|
||||||
|
- type: Sprite
|
||||||
|
netsync: false
|
||||||
|
sprite: Structures/Doors/Airlocks/Glass/shuttle.rsi
|
||||||
|
layers:
|
||||||
|
- state: closed
|
||||||
|
map: ["enum.DoorVisualLayers.Base"]
|
||||||
|
- state: closed_unlit
|
||||||
|
shader: unshaded
|
||||||
|
map: ["enum.DoorVisualLayers.BaseUnlit"]
|
||||||
|
- state: welded
|
||||||
|
map: ["enum.DoorVisualLayers.BaseWelded"]
|
||||||
|
- state: bolted_unlit
|
||||||
|
shader: unshaded
|
||||||
|
map: ["enum.DoorVisualLayers.BaseBolted"]
|
||||||
|
- state: emergency_unlit
|
||||||
|
shader: unshaded
|
||||||
|
map: ["enum.DoorVisualLayers.BaseEmergencyAccess"]
|
||||||
|
- state: panel_open
|
||||||
|
map: ["enum.WiresVisualLayers.MaintenancePanel"]
|
||||||
|
- type: Occluder
|
||||||
|
enabled: false
|
||||||
@@ -11,6 +11,7 @@
|
|||||||
description: It's a sturdy window and a sliding door. Wow!
|
description: It's a sturdy window and a sliding door. Wow!
|
||||||
|
|
||||||
# TODO remove these with parameterized prototypes/whatever we end up doing
|
# TODO remove these with parameterized prototypes/whatever we end up doing
|
||||||
|
# Windoors (alphabetical)
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: Windoor
|
parent: Windoor
|
||||||
id: WindoorBarLocked
|
id: WindoorBarLocked
|
||||||
@@ -18,6 +19,22 @@
|
|||||||
components:
|
components:
|
||||||
- type: AccessReader
|
- type: AccessReader
|
||||||
access: [["Bar"]]
|
access: [["Bar"]]
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: Windoor
|
||||||
|
id: WindoorCargoLocked
|
||||||
|
suffix: Cargo, Locked
|
||||||
|
components:
|
||||||
|
- type: AccessReader
|
||||||
|
access: [["Cargo"]]
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: Windoor
|
||||||
|
id: WindoorChapelLocked
|
||||||
|
suffix: Chapel, Locked
|
||||||
|
components:
|
||||||
|
- type: AccessReader
|
||||||
|
access: [["Chapel"]]
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: Windoor
|
parent: Windoor
|
||||||
@@ -28,12 +45,54 @@
|
|||||||
access: [["Hydroponics"]]
|
access: [["Hydroponics"]]
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: WindoorSecure
|
parent: Windoor
|
||||||
id: WindoorMedicalLocked
|
id: WindoorJanitorLocked
|
||||||
suffix: Medical, Locked
|
suffix: Janitor, Locked
|
||||||
components:
|
components:
|
||||||
- type: AccessReader
|
- type: AccessReader
|
||||||
access: [["Medical"]]
|
access: [["Janitor"]]
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: Windoor
|
||||||
|
id: WindoorKitchenLocked
|
||||||
|
suffix: Kitchen, Locked
|
||||||
|
components:
|
||||||
|
- type: AccessReader
|
||||||
|
access: [["Kitchen"]]
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: Windoor
|
||||||
|
id: WindoorTheatreLocked
|
||||||
|
suffix: Theatre, Locked
|
||||||
|
components:
|
||||||
|
- type: AccessReader
|
||||||
|
access: [["Theatre"]]
|
||||||
|
|
||||||
|
# Secure
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: WindoorSecurityLocked
|
||||||
|
id: WindoorArmoryLocked
|
||||||
|
suffix: Armory, Locked
|
||||||
|
components:
|
||||||
|
- type: AccessReader
|
||||||
|
access: [["Armory"]]
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: WindoorSecurityLocked
|
||||||
|
id: WindoorBrigLocked
|
||||||
|
suffix: Brig, Locked
|
||||||
|
components:
|
||||||
|
- type: AccessReader
|
||||||
|
access: [["Brig"]]
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: WindoorSecure
|
||||||
|
id: WindoorSecureChapelLocked
|
||||||
|
suffix: Chapel, Locked
|
||||||
|
components:
|
||||||
|
- type: AccessReader
|
||||||
|
access: [["Chapel"]]
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: WindoorSecure
|
parent: WindoorSecure
|
||||||
@@ -42,15 +101,7 @@
|
|||||||
components:
|
components:
|
||||||
- type: AccessReader
|
- type: AccessReader
|
||||||
access: [["Chemistry"]]
|
access: [["Chemistry"]]
|
||||||
|
|
||||||
- type: entity
|
|
||||||
parent: WindoorSecure
|
|
||||||
id: WindoorScienceLocked
|
|
||||||
suffix: Science, Locked
|
|
||||||
components:
|
|
||||||
- type: AccessReader
|
|
||||||
access: [["Research"]]
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: WindoorSecure
|
parent: WindoorSecure
|
||||||
id: WindoorCommandLocked
|
id: WindoorCommandLocked
|
||||||
@@ -62,12 +113,44 @@
|
|||||||
LayoutId: WindoorCommand
|
LayoutId: WindoorCommand
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: Windoor
|
parent: WindoorSecure
|
||||||
id: WindoorCargoLocked
|
id: WindoorEngineeringLocked
|
||||||
suffix: Cargo, Locked
|
suffix: Engineering, Locked
|
||||||
components:
|
components:
|
||||||
- type: AccessReader
|
- type: AccessReader
|
||||||
access: [["Cargo"]]
|
access: [["Engineering"]]
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: WindoorSecure
|
||||||
|
id: WindoorSecureJanitorLocked
|
||||||
|
suffix: Janitor, Locked
|
||||||
|
components:
|
||||||
|
- type: AccessReader
|
||||||
|
access: [["Janitor"]]
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: WindoorSecure
|
||||||
|
id: WindoorSecureKitchenLocked
|
||||||
|
suffix: Kitchen, Locked
|
||||||
|
components:
|
||||||
|
- type: AccessReader
|
||||||
|
access: [["Kitchen"]]
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: WindoorSecure
|
||||||
|
id: WindoorMedicalLocked
|
||||||
|
suffix: Medical, Locked
|
||||||
|
components:
|
||||||
|
- type: AccessReader
|
||||||
|
access: [["Medical"]]
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: WindoorSecure
|
||||||
|
id: WindoorSecureSalvageLocked
|
||||||
|
suffix: Salvage, Locked
|
||||||
|
components:
|
||||||
|
- type: AccessReader
|
||||||
|
access: [["Salvage"]]
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: WindoorSecure
|
parent: WindoorSecure
|
||||||
@@ -79,50 +162,10 @@
|
|||||||
- type: Wires
|
- type: Wires
|
||||||
LayoutId: WindoorSecurity
|
LayoutId: WindoorSecurity
|
||||||
|
|
||||||
- type: entity
|
|
||||||
parent: WindoorSecurityLocked
|
|
||||||
id: WindoorBrigLocked
|
|
||||||
suffix: Brig, Locked
|
|
||||||
components:
|
|
||||||
- type: AccessReader
|
|
||||||
access: [["Brig"]]
|
|
||||||
|
|
||||||
- type: entity
|
|
||||||
parent: WindoorSecurityLocked
|
|
||||||
id: WindoorArmoryLocked
|
|
||||||
suffix: Armory, Locked
|
|
||||||
components:
|
|
||||||
- type: AccessReader
|
|
||||||
access: [["Armory"]]
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: WindoorSecure
|
parent: WindoorSecure
|
||||||
id: WindoorEngineeringLocked
|
id: WindoorScienceLocked
|
||||||
suffix: Engineering, Locked
|
suffix: Science, Locked
|
||||||
components:
|
components:
|
||||||
- type: AccessReader
|
- type: AccessReader
|
||||||
access: [["Engineering"]]
|
access: [["Research"]]
|
||||||
|
|
||||||
- type: entity
|
|
||||||
parent: WindoorSecure
|
|
||||||
id: WindoorChapelLocked
|
|
||||||
suffix: Chapel, Locked
|
|
||||||
components:
|
|
||||||
- type: AccessReader
|
|
||||||
access: [["Chapel"]]
|
|
||||||
|
|
||||||
- type: entity
|
|
||||||
parent: WindoorSecure
|
|
||||||
id: WindoorJanitorLocked
|
|
||||||
suffix: Janitor, Locked
|
|
||||||
components:
|
|
||||||
- type: AccessReader
|
|
||||||
access: [["Janitor"]]
|
|
||||||
|
|
||||||
- type: entity
|
|
||||||
parent: WindoorSecure
|
|
||||||
id: WindoorKitchenLocked
|
|
||||||
suffix: Kitchen, Locked
|
|
||||||
components:
|
|
||||||
- type: AccessReader
|
|
||||||
access: [["Kitchen"]]
|
|
||||||
|
After Width: | Height: | Size: 4.9 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 4.9 KiB |
|
After Width: | Height: | Size: 4.2 KiB |
|
After Width: | Height: | Size: 6.5 KiB |
|
After Width: | Height: | Size: 6.4 KiB |
|
After Width: | Height: | Size: 5.2 KiB |
@@ -0,0 +1,143 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "Taken from CEV-Eris at commit https://github.com/discordia-space/CEV-Eris/commit/14517938186858388656a6aee14bf47af9e9649f - then modified by 20kdc & AJCM-git, glass by Peptide90",
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "bolted_unlit"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "closed"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "closed_unlit"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "closing",
|
||||||
|
"delays": [
|
||||||
|
[
|
||||||
|
0.2,
|
||||||
|
0.2,
|
||||||
|
0.2,
|
||||||
|
0.2,
|
||||||
|
0.2,
|
||||||
|
0.2,
|
||||||
|
0.2,
|
||||||
|
0.2
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "closing_unlit",
|
||||||
|
"delays": [
|
||||||
|
[
|
||||||
|
0.2,
|
||||||
|
0.2,
|
||||||
|
0.2,
|
||||||
|
0.2,
|
||||||
|
0.2,
|
||||||
|
0.2,
|
||||||
|
0.2,
|
||||||
|
0.2
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "deny_unlit",
|
||||||
|
"delays": [
|
||||||
|
[
|
||||||
|
0.2,
|
||||||
|
0.2,
|
||||||
|
0.2,
|
||||||
|
0.2,
|
||||||
|
0.2,
|
||||||
|
0.2,
|
||||||
|
0.2,
|
||||||
|
0.2
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "open"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "opening",
|
||||||
|
"delays": [
|
||||||
|
[
|
||||||
|
0.2,
|
||||||
|
0.2,
|
||||||
|
0.2,
|
||||||
|
0.2,
|
||||||
|
0.2,
|
||||||
|
0.2,
|
||||||
|
0.2,
|
||||||
|
0.2
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "opening_unlit",
|
||||||
|
"delays": [
|
||||||
|
[
|
||||||
|
0.2,
|
||||||
|
0.2,
|
||||||
|
0.2,
|
||||||
|
0.2,
|
||||||
|
0.2,
|
||||||
|
0.2,
|
||||||
|
0.2,
|
||||||
|
0.2
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "panel_closing",
|
||||||
|
"delays": [
|
||||||
|
[
|
||||||
|
0.2,
|
||||||
|
0.2,
|
||||||
|
0.2,
|
||||||
|
0.2,
|
||||||
|
0.2,
|
||||||
|
0.2,
|
||||||
|
0.2,
|
||||||
|
0.2
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "panel_open"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "panel_opening",
|
||||||
|
"delays": [
|
||||||
|
[
|
||||||
|
0.2,
|
||||||
|
0.2,
|
||||||
|
0.2,
|
||||||
|
0.2,
|
||||||
|
0.2,
|
||||||
|
0.2,
|
||||||
|
0.2,
|
||||||
|
0.2
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "welded"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "emergency_unlit",
|
||||||
|
"delays": [
|
||||||
|
[
|
||||||
|
0.4,
|
||||||
|
0.4
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 559 B |
|
After Width: | Height: | Size: 4.1 KiB |
|
After Width: | Height: | Size: 6.5 KiB |
|
After Width: | Height: | Size: 6.3 KiB |
|
After Width: | Height: | Size: 5.0 KiB |
|
After Width: | Height: | Size: 6.0 KiB |
|
After Width: | Height: | Size: 5.5 KiB |