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

@@ -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
@@ -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
@@ -609,3 +625,6 @@
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: