Skip to content

Commit

Permalink
ifdstnfixi osnareubqkar meatns
Browse files Browse the repository at this point in the history
  • Loading branch information
DEATHB4DEFEAT committed Aug 19, 2024
1 parent 3e5b44a commit 78e69a6
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,16 @@
- !type:CharacterOverallTimeRequirement
min: 259200 # 72 hours
- !type:CharacterDepartmentRequirement
department: Security
departments:
- Security
min: 40000 # 11.1 hours
- !type:CharacterDepartmentRequirement
department: Civilian
departments:
- Civilian
min: 40000 # 11.1 hours
- !type:CharacterDepartmentRequirement
department: Command
departments:
- Command
min: 40000 # 11.1 hours
- type: GhostRoleMobSpawner
prototype: MobHumanSyndicateListener
Expand Down
3 changes: 2 additions & 1 deletion Resources/Prototypes/DeltaV/Entities/Mobs/NPCs/familiars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@
allowSpeech: true
requirements:
- !type:CharacterDepartmentRequirement
department: Epistemics
departments:
- Epistemics
min: 14400 # DeltaV - 4 hours

- type: entity
Expand Down
3 changes: 2 additions & 1 deletion Resources/Prototypes/DeltaV/Entities/Mobs/NPCs/pets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
description: "Security's resident she-dog. Badger the officers for headpats and nip at the heels of violent offenders."
requirements:
- !type:CharacterDepartmentRequirement
department: Security
departments:
- Security
min: 14400 # DeltaV - 4 hours
- type: GhostTakeoverAvailable
- type: InteractionPopup
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
- !type:CharacterOverallTimeRequirement
min: 216000 #60 hrs
- !type:CharacterDepartmentRequirement
department: Medical
departments:
- Medical
min: 21600 #6 hrs
canBeAntag: false
icon: JobIconMedicalBorg
Expand Down
6 changes: 4 additions & 2 deletions Resources/Prototypes/DeltaV/Roles/Jobs/Security/brigmedic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@
setPreference: false # Parkstation-Playtime
requirements:
- !type:CharacterDepartmentRequirement
department: Medical
departments:
- Medical
min: 21600 # 6 hrs
- !type:CharacterDepartmentRequirement
department: Security
departments:
- Security
min: 18000 # 4 hrs
startingGear: CorpsmanGear
icon: "JobIconBrigmedic"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
- !type:CharacterOverallTimeRequirement
min: 18000
- !type:CharacterDepartmentRequirement
department: Epistemics # DeltaV - Epistemics Department replacing Science
departments:
- Epistemics # DeltaV - Epistemics Department replacing Science
min: 3600
startingGear: ForensicMantisGear
icon: "JobIconForensicMantis"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
- !type:CharacterOverallTimeRequirement
min: 18000
- !type:CharacterDepartmentRequirement
department: Security
departments:
- Security
min: 14400
startingGear: PrisonGuardGear
alwaysUseSpawner: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
# whitelistRequired: true
requirements:
- !type:CharacterDepartmentRequirement
department: Security
departments:
- Security
min: 21600
special:
- !type:AddComponentSpecial
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
supervisors: job-supervisors-security
requirements:
- !type:CharacterDepartmentRequirement
department: Security
departments:
- Security
min: 21600

- type: startingGear
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
playTimeTracker: JobChiefServiceSupervisor
requirements:
- !type:CharacterDepartmentRequirement
department: Civilian
departments:
- Civilian
min: 21600
- !type:CharacterOverallTimeRequirement
min: 86400
Expand Down

0 comments on commit 78e69a6

Please sign in to comment.