Add access logs (IC ones) (#17810)
This commit is contained in:
@@ -123,6 +123,7 @@
|
||||
- id: ClothingOuterCoatDetective
|
||||
- id: FlashlightSeclite
|
||||
- id: ForensicScanner
|
||||
- id: LogProbeCartridge
|
||||
- id: BoxForensicPad
|
||||
- id: DrinkDetFlask
|
||||
- id: ClothingHandsGlovesForensic
|
||||
|
||||
@@ -390,7 +390,7 @@
|
||||
- type: FingerprintMask
|
||||
- type: GuideHelp
|
||||
guides:
|
||||
- DNA
|
||||
- Forensics
|
||||
|
||||
# TODO Make lubed items not slip in hands
|
||||
- type: entity
|
||||
|
||||
@@ -70,4 +70,25 @@
|
||||
state: server
|
||||
- type: NetProbeCartridge
|
||||
|
||||
|
||||
- type: entity
|
||||
parent: BaseItem
|
||||
id: LogProbeCartridge
|
||||
name: LogProbe cartridge
|
||||
description: A program for getting access logs from devices
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Devices/cartridge.rsi
|
||||
state: cart-log
|
||||
- type: Icon
|
||||
sprite: Objects/Devices/cartridge.rsi
|
||||
state: cart-log
|
||||
- type: UIFragment
|
||||
ui: !type:LogProbeUi
|
||||
- type: Cartridge
|
||||
programName: log-probe-program-name
|
||||
icon:
|
||||
sprite: Structures/Doors/Airlocks/Standard/security.rsi
|
||||
state: closed
|
||||
- type: LogProbeCartridge
|
||||
guides:
|
||||
- Forensics
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
- type: ForensicScanner
|
||||
- type: GuideHelp
|
||||
guides:
|
||||
- DNA
|
||||
- Forensics
|
||||
- type: StealTarget
|
||||
stealGroup: ForensicScanner
|
||||
|
||||
@@ -55,4 +55,4 @@
|
||||
maxWritableArea: 368.0, 256.0
|
||||
- type: GuideHelp
|
||||
guides:
|
||||
- DNA
|
||||
- Forensics
|
||||
|
||||
@@ -17,4 +17,4 @@
|
||||
- Document
|
||||
- type: GuideHelp
|
||||
guides:
|
||||
- DNA
|
||||
- Forensics
|
||||
|
||||
@@ -321,7 +321,7 @@
|
||||
board: StationRecordsComputerCircuitboard
|
||||
- type: GuideHelp
|
||||
guides:
|
||||
- DNA
|
||||
- Forensics
|
||||
|
||||
- type: entity
|
||||
parent: BaseComputer
|
||||
|
||||
@@ -3,13 +3,13 @@
|
||||
name: guide-entry-security
|
||||
text: "/ServerInfo/Guidebook/Security/Security.xml"
|
||||
children:
|
||||
- DNA
|
||||
- Forensics
|
||||
- Defusal
|
||||
|
||||
- type: guideEntry
|
||||
id: DNA
|
||||
name: guide-entry-dna
|
||||
text: "/ServerInfo/Guidebook/Security/DNA.xml"
|
||||
id: Forensics
|
||||
name: guide-entry-forensics
|
||||
text: "/ServerInfo/Guidebook/Security/Forensics.xml"
|
||||
|
||||
- type: guideEntry
|
||||
id: Defusal
|
||||
|
||||
Reference in New Issue
Block a user