Detectives gain independency (#23114)

* add

* fix

* civilian-ise

* update headset name

* aspid det door

* add
This commit is contained in:
Ubaser
2024-01-29 17:45:26 +11:00
committed by GitHub
parent 94b43423b4
commit 807f5facbb
7 changed files with 58 additions and 53 deletions

View File

@@ -16,7 +16,7 @@ job-description-chemist = Produce medicinal drugs for the doctors to use, resear
job-description-clown = Entertain the crew through elaborate slapstick routines or terrible jokes. job-description-clown = Entertain the crew through elaborate slapstick routines or terrible jokes.
job-description-cmo = Manage the resources and personnel of the medical department to keep the crew alive. job-description-cmo = Manage the resources and personnel of the medical department to keep the crew alive.
job-description-paramedic = Rescue critically injured patients all over the station, sometimes outside too. Stablize them, give them a ride to medbay, and get back out there! job-description-paramedic = Rescue critically injured patients all over the station, sometimes outside too. Stablize them, give them a ride to medbay, and get back out there!
job-description-detective = Investigate crime scenes using forensic tools, ensure that the guilty party is found, and have a couple smokes. job-description-detective = Answer requests for help, investigate crime scenes using forensic tools, and have a couple smokes.
job-description-doctor = Diagnose and heal crewmembers through medicinal chemicals, advanced medicine, and defibrillators. Make sure the dead don't rot, and that cadavers are in the morgue. job-description-doctor = Diagnose and heal crewmembers through medicinal chemicals, advanced medicine, and defibrillators. Make sure the dead don't rot, and that cadavers are in the morgue.
job-description-engineer = Keep the station's main engine & solars active, optimize the power network, and make emergency repairs using your hardsuit in spaced areas. job-description-engineer = Keep the station's main engine & solars active, optimize the power network, and make emergency repairs using your hardsuit in spaced areas.
job-description-ertengineer = Ensure that the station has power and clean air. job-description-ertengineer = Ensure that the station has power and clean air.

View File

@@ -10715,6 +10715,13 @@ entities:
rot: 1.5707963267948966 rad rot: 1.5707963267948966 rad
pos: -0.5,1.5 pos: -0.5,1.5
parent: 8756 parent: 8756
- proto: AirlockDetectiveGlassLocked
entities:
- uid: 3192
components:
- type: Transform
pos: 39.5,48.5
parent: 1
- proto: AirlockEngineeringGlassLocked - proto: AirlockEngineeringGlassLocked
entities: entities:
- uid: 9075 - uid: 9075
@@ -12484,11 +12491,6 @@ entities:
parent: 1 parent: 1
- proto: AirlockSecurityGlassLocked - proto: AirlockSecurityGlassLocked
entities: entities:
- uid: 3192
components:
- type: Transform
pos: 39.5,48.5
parent: 1
- uid: 8211 - uid: 8211
components: components:
- type: Transform - type: Transform

View File

@@ -31,13 +31,12 @@
- type: entity - type: entity
noSpawn: true noSpawn: true
parent: ClothingBackpackSecurity parent: ClothingBackpack
id: ClothingBackpackSecurityFilledDetective id: ClothingBackpackFilledDetective
components: components:
- type: StorageFill - type: StorageFill
contents: contents:
- id: BoxSurvivalSecurity - id: BoxSurvivalSecurity
- id: Flash
- id: ForensicPad - id: ForensicPad
- id: ForensicScanner - id: ForensicScanner

View File

@@ -30,13 +30,12 @@
- type: entity - type: entity
noSpawn: true noSpawn: true
parent: ClothingBackpackDuffelSecurity parent: ClothingBackpackDuffel
id: ClothingBackpackDuffelSecurityFilledDetective id: ClothingBackpackDuffelFilledDetective
components: components:
- type: StorageFill - type: StorageFill
contents: contents:
- id: BoxSurvivalSecurity - id: BoxSurvivalSecurity
- id: Flash
- id: ForensicPad - id: ForensicPad
- id: ForensicScanner - id: ForensicScanner

View File

@@ -44,13 +44,12 @@
- type: entity - type: entity
noSpawn: true noSpawn: true
parent: ClothingBackpackSatchelSecurity parent: ClothingBackpackSatchel
id: ClothingBackpackSatchelSecurityFilledDetective id: ClothingBackpackSatchelFilledDetective
components: components:
- type: StorageFill - type: StorageFill
contents: contents:
- id: BoxSurvivalSecurity - id: BoxSurvivalSecurity
- id: Flash
- id: ForensicPad - id: ForensicPad
- id: ForensicScanner - id: ForensicScanner

View File

@@ -6,26 +6,27 @@
requirements: requirements:
- !type:DepartmentTimeRequirement - !type:DepartmentTimeRequirement
department: Security department: Security
time: 54000 # 15 hours time: 36000 # 10 hours
- !type:DepartmentTimeRequirement
department: Civilian
time: 18000 # 5 hours
startingGear: DetectiveGear startingGear: DetectiveGear
icon: "JobIconDetective" icon: "JobIconDetective"
supervisors: job-supervisors-hos supervisors: job-supervisors-hop
canBeAntag: false canBeAntag: true
access: access:
- Security
- Brig - Brig
- Maintenance - Maintenance
- Service - Service
- Detective - Detective
special: extendedAccess:
- !type:AddImplantSpecial - Security
implants: [ MindShieldImplant ]
- type: startingGear - type: startingGear
id: DetectiveGear id: DetectiveGear
equipment: equipment:
jumpsuit: ClothingUniformJumpsuitDetective jumpsuit: ClothingUniformJumpsuitDetective
back: ClothingBackpackSecurityFilledDetective back: ClothingBackpackFilledDetective
shoes: ClothingShoesBootsCombatFilled shoes: ClothingShoesBootsCombatFilled
eyes: ClothingEyesGlassesSunglasses eyes: ClothingEyesGlassesSunglasses
head: ClothingHeadHatFedoraBrown head: ClothingHeadHatFedoraBrown
@@ -34,5 +35,5 @@
ears: ClothingHeadsetSecurity ears: ClothingHeadsetSecurity
belt: ClothingBeltHolsterFilled belt: ClothingBeltHolsterFilled
innerClothingSkirt: ClothingUniformJumpskirtDetective innerClothingSkirt: ClothingUniformJumpskirtDetective
satchel: ClothingBackpackSatchelSecurityFilledDetective satchel: ClothingBackpackSatchelFilledDetective
duffelbag: ClothingBackpackDuffelSecurityFilledDetective duffelbag: ClothingBackpackDuffelFilledDetective

View File

@@ -165,3 +165,8 @@ ClothingHeadHelmetVoidParamed: null
# 2024-01-19 # 2024-01-19
DefaultStationBeaconTeslaEngine: null DefaultStationBeaconTeslaEngine: null
#2024-01-27
ClothingBackpackSecurityFilledDetective: ClothingBackpackFilledDetective
ClothingBackpackDuffelSecurityFilledDetective: ClothingBackpackDuffelFilledDetective
ClothingBackpackSatchelSecurityFilledDetective: ClothingBackpackSatchelFilledDetective