Extra mapping assets (#6854)
This commit is contained in:
@@ -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"]]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user