Detective (#9301)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -44,3 +44,4 @@
|
||||
MedicalIntern: [ 1, 1 ]
|
||||
ServiceWorker: [ 1, 1 ]
|
||||
SecurityCadet: [ 1, 1 ]
|
||||
Detective: [ 1, 1 ]
|
||||
|
||||
@@ -44,3 +44,4 @@
|
||||
ServiceWorker: [ 2, 2 ]
|
||||
SecurityCadet: [ 2, 2 ]
|
||||
Reporter: [ 1, 1 ]
|
||||
Detective: [ 1, 1 ]
|
||||
|
||||
@@ -43,3 +43,4 @@
|
||||
MedicalIntern: [ 1, 2 ]
|
||||
ServiceWorker: [ 1, 2 ]
|
||||
SecurityCadet: [ 1, 2 ]
|
||||
Detective: [ 1, 1 ]
|
||||
|
||||
@@ -42,4 +42,5 @@
|
||||
TechnicalAssistant: [ 1, 2 ]
|
||||
MedicalIntern: [ 1, 2 ]
|
||||
ServiceWorker: [ 1, 2 ]
|
||||
SecurityCadet: [ 1, 2 ]
|
||||
SecurityCadet: [ 1, 2 ]
|
||||
Detective: [ 1, 1 ]
|
||||
|
||||
@@ -44,3 +44,4 @@
|
||||
MedicalIntern: [ 2, 2 ]
|
||||
ServiceWorker: [ 2, 2 ]
|
||||
SecurityCadet: [ 2, 2 ]
|
||||
Detective: [ 1, 1 ]
|
||||
|
||||
@@ -45,3 +45,4 @@
|
||||
ServiceWorker: [ 2, 2 ]
|
||||
SecurityCadet: [ 2, 2 ]
|
||||
Psychologist: [ 1, 1 ]
|
||||
Detective: [ 1, 1 ]
|
||||
|
||||
@@ -42,4 +42,5 @@
|
||||
Lawyer: [ 1, 2 ]
|
||||
Quartermaster: [ 1, 1 ]
|
||||
CargoTechnician: [ 4, 6 ]
|
||||
SalvageSpecialist: [ 4, 6 ]
|
||||
SalvageSpecialist: [ 4, 6 ]
|
||||
Detective: [ 1, 1 ]
|
||||
|
||||
@@ -44,3 +44,4 @@
|
||||
MedicalIntern: [ 2, 2 ]
|
||||
ServiceWorker: [ 2, 2 ]
|
||||
SecurityCadet: [ 2, 2 ]
|
||||
Detective: [ 1, 1 ]
|
||||
|
||||
@@ -43,3 +43,4 @@
|
||||
Quartermaster: [ 1, 1 ]
|
||||
CargoTechnician: [ 3, 6 ]
|
||||
SalvageSpecialist: [ 4, 6 ]
|
||||
Detective: [ 1, 1 ]
|
||||
|
||||
@@ -44,3 +44,4 @@
|
||||
MedicalIntern: [ 1, 1 ]
|
||||
ServiceWorker: [ 1, 1 ]
|
||||
SecurityCadet: [ 1, 1 ]
|
||||
Detective: [ 1, 1 ]
|
||||
|
||||
32
Resources/Prototypes/Roles/Jobs/Security/detective.yml
Normal file
32
Resources/Prototypes/Roles/Jobs/Security/detective.yml
Normal 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
|
||||
Reference in New Issue
Block a user