criminal records revival (#22510)

This commit is contained in:
deltanedas
2024-02-04 23:29:35 +00:00
committed by GitHub
parent c856dd7506
commit 683591ab04
34 changed files with 1564 additions and 339 deletions

View File

@@ -0,0 +1,18 @@
# "funny" placeholders of extremely minor/non-crimes for wanted reason dialog
- type: dataset
id: CriminalRecordsWantedReasonPlaceholders
values:
- Ate their own shoes
- Being a clown
- Being a mime
- Breathed the wrong way
- Broke into evac
- Did literally nothing
- Didn't say hello to me
- Drank one too many
- Lied on common radio
- Looked at me funny
- Slipped the HoS
- Stole the clown's mask
- Told an unfunny joke
- Wore a gasmask

View File

@@ -285,8 +285,15 @@
parent: BaseComputer
id: ComputerCriminalRecords
name: criminal records computer
description: This can be used to check criminal records.
description: This can be used to check criminal records. Only security can modify them.
components:
- type: CriminalRecordsConsole
- type: UserInterface
interfaces:
- key: enum.CriminalRecordsConsoleKey.Key
type: CriminalRecordsConsoleBoundUserInterface
- type: ActivatableUI
key: enum.CriminalRecordsConsoleKey.Key
- type: Sprite
layers:
- map: ["computerLayerBody"]
@@ -303,6 +310,11 @@
color: "#1f8c28"
- type: Computer
board: CriminalRecordsComputerCircuitboard
- type: AccessReader
access: [["Security"]]
- type: GuideHelp
guides:
- CriminalRecords
- type: entity
parent: BaseComputer

View File

@@ -3,8 +3,9 @@
name: guide-entry-security
text: "/ServerInfo/Guidebook/Security/Security.xml"
children:
- Forensics
- Defusal
- Forensics
- Defusal
- CriminalRecords
- type: guideEntry
id: Forensics
@@ -15,3 +16,8 @@
id: Defusal
name: guide-entry-defusal
text: "/ServerInfo/Guidebook/Security/Defusal.xml"
- type: guideEntry
id: CriminalRecords
name: guide-entry-criminal-records
text: "/ServerInfo/Guidebook/Security/CriminalRecords.xml"