Station records (#8720)

Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
Flipp Syder
2022-08-08 22:10:01 -07:00
committed by GitHub
parent 75dfbdb57f
commit 3d36a6e1f6
35 changed files with 1888 additions and 9 deletions

View File

@@ -65,6 +65,8 @@
whitelist:
components:
- IdCard
- type: CrewManifestViewer
unsecure: true
- type: Tag
tags:
- DoorBumpOpener

View File

@@ -15,6 +15,7 @@
heldPrefix: default
- type: Access
- type: IdCard
- type: StationRecordKeyStorage
- type: Tag
tags:
- DoorBumpOpener

View File

@@ -183,6 +183,27 @@
- type: Computer
board: CriminalRecordsComputerCircuitboard
- type: entity
parent: BaseComputer
id: ComputerStationRecords
name: station records computer
description: This can be used to check station records.
components:
- type: GeneralStationRecordConsole
- type: UserInterface
interfaces:
- key: enum.GeneralStationRecordConsoleKey.Key
type: GeneralStationRecordConsoleBoundUserInterface
- type: ActivatableUI
key: enum.GeneralStationRecordConsoleKey.Key
- type: ActivatableUIRequiresPower
- type: PointLight
radius: 1.5
energy: 1.6
color: "#1f8c28"
- type: Computer
board: CriminalRecordsComputerCircuitboard
- type: entity
parent: BaseComputer
id: ComputerCrewMonitoring
@@ -282,6 +303,7 @@
interfaces:
- key: enum.IdCardConsoleUiKey.Key
type: IdCardConsoleBoundUserInterface
- type: CrewManifestViewer
- type: Appearance
visuals:
- type: ComputerVisualizer