Return Detective to Security (#25986)
* Revert "detective patch (#24739)" This reverts commit8ef69ff2e1. * Revert "Detectives gain independency (#23114)" This reverts commit807f5facbb.
This commit is contained in:
@@ -31,12 +31,13 @@
|
||||
|
||||
- type: entity
|
||||
noSpawn: true
|
||||
parent: ClothingBackpack
|
||||
id: ClothingBackpackFilledDetective
|
||||
parent: ClothingBackpackSecurity
|
||||
id: ClothingBackpackSecurityFilledDetective
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: BoxSurvival
|
||||
- id: BoxSurvivalSecurity
|
||||
- id: Flash
|
||||
- id: ForensicPad
|
||||
- id: ForensicScanner
|
||||
|
||||
|
||||
@@ -30,12 +30,13 @@
|
||||
|
||||
- type: entity
|
||||
noSpawn: true
|
||||
parent: ClothingBackpackDuffel
|
||||
id: ClothingBackpackDuffelFilledDetective
|
||||
parent: ClothingBackpackDuffelSecurity
|
||||
id: ClothingBackpackDuffelSecurityFilledDetective
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: BoxSurvival
|
||||
- id: BoxSurvivalSecurity
|
||||
- id: Flash
|
||||
- id: ForensicPad
|
||||
- id: ForensicScanner
|
||||
|
||||
|
||||
@@ -44,12 +44,13 @@
|
||||
|
||||
- type: entity
|
||||
noSpawn: true
|
||||
parent: ClothingBackpackSatchel
|
||||
id: ClothingBackpackSatchelFilledDetective
|
||||
parent: ClothingBackpackSatchelSecurity
|
||||
id: ClothingBackpackSatchelSecurityFilledDetective
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: BoxSurvival
|
||||
- id: BoxSurvivalSecurity
|
||||
- id: Flash
|
||||
- id: ForensicPad
|
||||
- id: ForensicScanner
|
||||
|
||||
|
||||
@@ -1,39 +1,38 @@
|
||||
- type: job
|
||||
id: Detective
|
||||
name: job-name-detective
|
||||
description: job-description-detective
|
||||
playTimeTracker: JobDetective
|
||||
requirements:
|
||||
- !type:DepartmentTimeRequirement
|
||||
department: Security
|
||||
time: 36000 # 10 hours
|
||||
- !type:DepartmentTimeRequirement
|
||||
department: Civilian
|
||||
time: 18000 # 5 hours
|
||||
startingGear: DetectiveGear
|
||||
icon: "JobIconDetective"
|
||||
supervisors: job-supervisors-hop
|
||||
canBeAntag: true
|
||||
access:
|
||||
- Brig
|
||||
- Maintenance
|
||||
- Service
|
||||
- Detective
|
||||
extendedAccess:
|
||||
- Security
|
||||
|
||||
- type: startingGear
|
||||
id: DetectiveGear
|
||||
equipment:
|
||||
jumpsuit: ClothingUniformJumpsuitDetective
|
||||
outerClothing: ClothingOuterVestDetective
|
||||
back: ClothingBackpackFilledDetective
|
||||
shoes: ClothingShoesBootsJack
|
||||
eyes: ClothingEyesGlassesSunglasses
|
||||
head: ClothingHeadHatFedoraBrown
|
||||
id: DetectivePDA
|
||||
ears: ClothingHeadsetSecurity
|
||||
belt: ClothingBeltHolsterFilled
|
||||
innerClothingSkirt: ClothingUniformJumpskirtDetective
|
||||
satchel: ClothingBackpackSatchelFilledDetective
|
||||
duffelbag: ClothingBackpackDuffelFilledDetective
|
||||
- type: job
|
||||
id: Detective
|
||||
name: job-name-detective
|
||||
description: job-description-detective
|
||||
playTimeTracker: JobDetective
|
||||
requirements:
|
||||
- !type:DepartmentTimeRequirement
|
||||
department: Security
|
||||
time: 54000 # 15 hours
|
||||
startingGear: DetectiveGear
|
||||
icon: "JobIconDetective"
|
||||
supervisors: job-supervisors-hos
|
||||
canBeAntag: false
|
||||
access:
|
||||
- Security
|
||||
- Brig
|
||||
- Maintenance
|
||||
- Service
|
||||
- Detective
|
||||
special:
|
||||
- !type:AddImplantSpecial
|
||||
implants: [ MindShieldImplant ]
|
||||
|
||||
- type: startingGear
|
||||
id: DetectiveGear
|
||||
equipment:
|
||||
jumpsuit: ClothingUniformJumpsuitDetective
|
||||
back: ClothingBackpackSecurityFilledDetective
|
||||
shoes: ClothingShoesBootsCombatFilled
|
||||
eyes: ClothingEyesGlassesSunglasses
|
||||
head: ClothingHeadHatFedoraBrown
|
||||
outerClothing: ClothingOuterVestDetective
|
||||
id: DetectivePDA
|
||||
ears: ClothingHeadsetSecurity
|
||||
belt: ClothingBeltHolsterFilled
|
||||
innerClothingSkirt: ClothingUniformJumpskirtDetective
|
||||
satchel: ClothingBackpackSatchelSecurityFilledDetective
|
||||
duffelbag: ClothingBackpackDuffelSecurityFilledDetective
|
||||
@@ -30,7 +30,6 @@
|
||||
- Reporter
|
||||
- Visitor
|
||||
- Zookeeper
|
||||
- Detective
|
||||
- ServiceWorker
|
||||
|
||||
- type: department
|
||||
@@ -80,6 +79,7 @@
|
||||
- HeadOfSecurity
|
||||
- SecurityCadet
|
||||
- SecurityOfficer
|
||||
- Detective
|
||||
- Warden
|
||||
|
||||
- type: department
|
||||
|
||||
Reference in New Issue
Block a user