This commit is contained in:
Emisse
2022-07-01 21:10:50 -06:00
committed by GitHub
parent 1a4ffbaeb8
commit c726041c19
14 changed files with 82 additions and 2 deletions

View File

@@ -406,6 +406,18 @@
- state: green
- state: security_officer
- type: entity
id: SpawnPointDetective
parent: SpawnPointJobBase
name: detective
components:
- type: SpawnPoint
job_id: Detective
- type: Sprite
layers:
- state: green
- state: detective
# SPECIAL
# ERT
- type: entity

View File

@@ -661,3 +661,18 @@
state: pda-reporter
- type: Icon
state: pda-reporter
- type: entity
parent: BasePDA
id: DetectivePDA
name: detective PDA
description: Smells like rain... pouring down the rooftops...
components:
- type: PDA
id: DetectiveIDCard
- type: Appearance
visuals:
- type: PDAVisualizer
state: pda-detective
- type: Icon
state: pda-detective

View File

@@ -508,3 +508,14 @@
- state: idreporter
- type: PresetIdCard
job: Reporter
- type: entity
parent: IDCardStandard
id: DetectiveIDCard
name: detective ID card
components:
- type: Sprite
layers:
- state: iddetective
- type: PresetIdCard
job: Detective

View File

@@ -44,3 +44,4 @@
MedicalIntern: [ 1, 1 ]
ServiceWorker: [ 1, 1 ]
SecurityCadet: [ 1, 1 ]
Detective: [ 1, 1 ]

View File

@@ -44,3 +44,4 @@
ServiceWorker: [ 2, 2 ]
SecurityCadet: [ 2, 2 ]
Reporter: [ 1, 1 ]
Detective: [ 1, 1 ]

View File

@@ -43,3 +43,4 @@
MedicalIntern: [ 1, 2 ]
ServiceWorker: [ 1, 2 ]
SecurityCadet: [ 1, 2 ]
Detective: [ 1, 1 ]

View File

@@ -42,4 +42,5 @@
TechnicalAssistant: [ 1, 2 ]
MedicalIntern: [ 1, 2 ]
ServiceWorker: [ 1, 2 ]
SecurityCadet: [ 1, 2 ]
SecurityCadet: [ 1, 2 ]
Detective: [ 1, 1 ]

View File

@@ -44,3 +44,4 @@
MedicalIntern: [ 2, 2 ]
ServiceWorker: [ 2, 2 ]
SecurityCadet: [ 2, 2 ]
Detective: [ 1, 1 ]

View File

@@ -45,3 +45,4 @@
ServiceWorker: [ 2, 2 ]
SecurityCadet: [ 2, 2 ]
Psychologist: [ 1, 1 ]
Detective: [ 1, 1 ]

View File

@@ -42,4 +42,5 @@
Lawyer: [ 1, 2 ]
Quartermaster: [ 1, 1 ]
CargoTechnician: [ 4, 6 ]
SalvageSpecialist: [ 4, 6 ]
SalvageSpecialist: [ 4, 6 ]
Detective: [ 1, 1 ]

View File

@@ -44,3 +44,4 @@
MedicalIntern: [ 2, 2 ]
ServiceWorker: [ 2, 2 ]
SecurityCadet: [ 2, 2 ]
Detective: [ 1, 1 ]

View File

@@ -43,3 +43,4 @@
Quartermaster: [ 1, 1 ]
CargoTechnician: [ 3, 6 ]
SalvageSpecialist: [ 4, 6 ]
Detective: [ 1, 1 ]

View File

@@ -44,3 +44,4 @@
MedicalIntern: [ 1, 1 ]
ServiceWorker: [ 1, 1 ]
SecurityCadet: [ 1, 1 ]
Detective: [ 1, 1 ]

View File

@@ -0,0 +1,32 @@
- type: job
id: Detective
name: job-name-detective
startingGear: DetectiveGear
departments:
- Security
icon: "Detective"
supervisors: job-supervisors-hos
canBeAntag: false
access:
- Security
- Brig
- Maintenance
- Service
- type: startingGear
id: DetectiveGear
equipment:
jumpsuit: ClothingUniformJumpsuitDetective
back: ClothingBackpackSecurityFilled
shoes: ClothingShoesBootsJack
eyes: ClothingEyesGlassesSunglasses
head: ClothingHeadHatFedoraBrown
outerClothing: ClothingOuterVestDetective
id: DetectivePDA
ears: ClothingHeadsetSecurity
pocket1: ForensicPad
pocket2: ForensicScanner
belt: ClothingBeltHolster
innerclothingskirt: ClothingUniformJumpskirtDetective
satchel: ClothingBackpackSatchelSecurityFilled
duffelbag: ClothingBackpackDuffelSecurityFilled