criminal records revival (#22510)
This commit is contained in:
18
Resources/Prototypes/Datasets/criminal_records.yml
Normal file
18
Resources/Prototypes/Datasets/criminal_records.yml
Normal 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
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user