Extra mapping assets (#6854)

This commit is contained in:
AJCM-git
2022-02-23 04:39:50 -04:00
committed by GitHub
parent 2fa60ba9ce
commit 6a3e6f3399
2 changed files with 37 additions and 16 deletions

View File

@@ -14,7 +14,7 @@
components: components:
- type: AccessReader - type: AccessReader
access: [["Theatre"]] access: [["Theatre"]]
- type: entity - type: entity
parent: Airlock parent: Airlock
id: AirlockChapelLocked id: AirlockChapelLocked
@@ -22,7 +22,7 @@
components: components:
- type: AccessReader - type: AccessReader
access: [["Chapel"]] access: [["Chapel"]]
- type: entity - type: entity
parent: Airlock parent: Airlock
id: AirlockJanitorLocked id: AirlockJanitorLocked
@@ -38,7 +38,7 @@
components: components:
- type: AccessReader - type: AccessReader
access: [["Kitchen"]] access: [["Kitchen"]]
- type: entity - type: entity
parent: Airlock parent: Airlock
id: AirlockBarLocked id: AirlockBarLocked
@@ -46,7 +46,7 @@
components: components:
- type: AccessReader - type: AccessReader
access: [["Bar"]] access: [["Bar"]]
- type: entity - type: entity
parent: Airlock parent: Airlock
id: AirlockHydroponicsLocked id: AirlockHydroponicsLocked
@@ -55,6 +55,14 @@
- type: AccessReader - type: AccessReader
access: [["Hydroponics"]] access: [["Hydroponics"]]
- type: entity
parent: Airlock
id: AirlockServiceCaptainLocked
suffix: Captain, Locked
components:
- type: AccessReader
access: [["Captain"]]
- type: entity - type: entity
parent: AirlockExternal parent: AirlockExternal
id: AirlockExternalLocked id: AirlockExternalLocked
@@ -102,7 +110,7 @@
components: components:
- type: AccessReader - type: AccessReader
access: [["Salvage"]] access: [["Salvage"]]
- type: entity - type: entity
parent: AirlockCargo parent: AirlockCargo
id: AirlockQuartermasterLocked id: AirlockQuartermasterLocked
@@ -134,7 +142,7 @@
components: components:
- type: AccessReader - type: AccessReader
access: [["Research"]] access: [["Research"]]
- type: entity - type: entity
parent: AirlockScience parent: AirlockScience
id: AirlockMedicalScienceLocked id: AirlockMedicalScienceLocked
@@ -192,7 +200,7 @@
components: components:
- type: AccessReader - type: AccessReader
access: [["ResearchDirector"]] access: [["ResearchDirector"]]
- type: entity - type: entity
parent: AirlockCommand parent: AirlockCommand
id: AirlockHeadOfPersonnelLocked id: AirlockHeadOfPersonnelLocked
@@ -210,7 +218,7 @@
access: [["Security"]] access: [["Security"]]
- type: Wires - type: Wires
LayoutId: AirlockSecurity LayoutId: AirlockSecurity
- type: entity - type: entity
parent: AirlockSecurity parent: AirlockSecurity
id: AirlockBrigLocked id: AirlockBrigLocked
@@ -399,7 +407,7 @@
components: components:
- type: AccessReader - type: AccessReader
access: [["ResearchDirector"]] access: [["ResearchDirector"]]
- type: entity - type: entity
parent: AirlockCommandGlass parent: AirlockCommandGlass
id: AirlockHeadOfPersonnelGlassLocked id: AirlockHeadOfPersonnelGlassLocked
@@ -407,7 +415,7 @@
components: components:
- type: AccessReader - type: AccessReader
access: [["HeadOfPersonnel"]] access: [["HeadOfPersonnel"]]
- type: entity - type: entity
parent: AirlockSecurityGlass parent: AirlockSecurityGlass
id: AirlockSecurityGlassLocked id: AirlockSecurityGlassLocked
@@ -415,7 +423,7 @@
components: components:
- type: AccessReader - type: AccessReader
access: [["Security"]] access: [["Security"]]
- type: entity - type: entity
parent: AirlockSecurityGlass parent: AirlockSecurityGlass
id: AirlockBrigGlassLocked id: AirlockBrigGlassLocked
@@ -423,7 +431,7 @@
components: components:
- type: AccessReader - type: AccessReader
access: [["Brig"]] access: [["Brig"]]
- type: entity - type: entity
parent: AirlockSecurityGlass parent: AirlockSecurityGlass
id: AirlockArmoryGlassLocked id: AirlockArmoryGlassLocked
@@ -431,7 +439,7 @@
components: components:
- type: AccessReader - type: AccessReader
access: [["Armory"]] access: [["Armory"]]
- type: entity - type: entity
parent: AirlockEVALocked parent: AirlockEVALocked
id: AirlockEVAGlassLocked id: AirlockEVAGlassLocked
@@ -528,7 +536,7 @@
components: components:
- type: AccessReader - type: AccessReader
access: [["Theatre"]] access: [["Theatre"]]
- type: entity - type: entity
parent: AirlockMaint parent: AirlockMaint
id: AirlockMaintKitchenLocked id: AirlockMaintKitchenLocked
@@ -593,6 +601,14 @@
- type: AccessReader - type: AccessReader
access: [["HeadOfPersonnel"]] access: [["HeadOfPersonnel"]]
- type: entity
parent: AirlockMaint
id: AirlockMaintCaptainLocked
suffix: Captain, Locked
components:
- type: AccessReader
access: [["Captain"]]
# Shuttle airlocks # Shuttle airlocks
- type: entity - type: entity
parent: AirlockShuttle parent: AirlockShuttle
@@ -608,4 +624,7 @@
suffix: External, Glass, Docking, Locked suffix: External, Glass, Docking, Locked
components: components:
- type: AccessReader - type: AccessReader
access: [["External"]] access: [["External"]]

View File

@@ -1,6 +1,5 @@
- type: entity - type: entity
id: Mirror id: Mirror
parent: BaseStructure
name: mirror name: mirror
description: 'Mirror mirror on the wall , who''s the most robust of them all?' description: 'Mirror mirror on the wall , who''s the most robust of them all?'
components: components:
@@ -9,6 +8,9 @@
sprite: Structures/Wallmounts/mirror.rsi sprite: Structures/Wallmounts/mirror.rsi
state: mirror state: mirror
- type: InteractionOutline - type: InteractionOutline
- type: Clickable
- type: Transform
anchored: true
- type: MagicMirror - type: MagicMirror
- type: UserInterface - type: UserInterface
interfaces: interfaces: