Add access logs (IC ones) (#17810)

This commit is contained in:
Chief-Engineer
2023-12-26 16:24:53 -06:00
committed by GitHub
parent 4d42d00194
commit 476ea14e8a
28 changed files with 438 additions and 81 deletions

View File

@@ -123,6 +123,7 @@
- id: ClothingOuterCoatDetective
- id: FlashlightSeclite
- id: ForensicScanner
- id: LogProbeCartridge
- id: BoxForensicPad
- id: DrinkDetFlask
- id: ClothingHandsGlovesForensic

View File

@@ -390,7 +390,7 @@
- type: FingerprintMask
- type: GuideHelp
guides:
- DNA
- Forensics
# TODO Make lubed items not slip in hands
- type: entity

View File

@@ -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

View File

@@ -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

View File

@@ -17,4 +17,4 @@
- Document
- type: GuideHelp
guides:
- DNA
- Forensics

View File

@@ -321,7 +321,7 @@
board: StationRecordsComputerCircuitboard
- type: GuideHelp
guides:
- DNA
- Forensics
- type: entity
parent: BaseComputer

View File

@@ -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