ПТ | fix спавна ролей ПТ раундстартом (из-за отсутствия параметра weight) (#3721)
This commit is contained in:
parent
0e05ccaee0
commit
0297f84311
10 changed files with 10 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
- !type:DepartmentTimeRequirement
|
||||
department: Security
|
||||
time: 18000 # 5 hrs
|
||||
weight: 10
|
||||
weight: 9
|
||||
startingGear: HeadOfPrisonGear
|
||||
icon: "JobIconHeadOfPrison"
|
||||
overrideConsoleVisibility: false
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
- !type:OverallPlaytimeRequirement
|
||||
time: 36000 # 10 hrs
|
||||
startingGear: PlanetPrisonerGear
|
||||
weight: 9
|
||||
alwaysUseSpawner: true
|
||||
canBeAntag: false
|
||||
icon: "JobIconPrisoner"
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
startingGear: PrisonChefGear
|
||||
overrideConsoleVisibility: false
|
||||
supervisors: job-supervisors-head-of-prison
|
||||
weight: 5
|
||||
alwaysUseSpawner: true
|
||||
canBeAntag: false
|
||||
displayWeight: 40
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@
|
|||
- !type:DepartmentTimeRequirement
|
||||
department: Security
|
||||
time: 7200 # 2 hrs
|
||||
weight: 6
|
||||
alwaysUseSpawner: true
|
||||
canBeAntag: false
|
||||
startingGear: PrisonDoctorGear
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
- !type:DepartmentTimeRequirement
|
||||
department: Security
|
||||
time: 7200 # 2 hrs
|
||||
weight: 7
|
||||
alwaysUseSpawner: true
|
||||
canBeAntag: false
|
||||
startingGear: PrisonEngineerGear
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
- !type:DepartmentTimeRequirement
|
||||
department: Security
|
||||
time: 7200 # 2 hrs
|
||||
weight: 8
|
||||
alwaysUseSpawner: true
|
||||
canBeAntag: false
|
||||
startingGear: PrisonInspectorGear
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
- !type:DepartmentTimeRequirement
|
||||
department: Security
|
||||
time: 18000 #5 hrs
|
||||
weight: 3
|
||||
startingGear: PrisonPilotGear
|
||||
icon: "JobIconPrisonPilot"
|
||||
setPreference: false
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
- !type:DepartmentTimeRequirement
|
||||
department: Security
|
||||
time: 7200 # 2 hrs
|
||||
weight: 3
|
||||
alwaysUseSpawner: true
|
||||
canBeAntag: false
|
||||
startingGear: PrisonScientistGear
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
requirements:
|
||||
- !type:OverallPlaytimeRequirement
|
||||
time: 36000 # 10h общего времени
|
||||
weight: 2
|
||||
alwaysUseSpawner: true
|
||||
canBeAntag: false
|
||||
startingGear: PrisonTraineeGear
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@
|
|||
icon: "JobIconPrisonWorker"
|
||||
overrideConsoleVisibility: false
|
||||
supervisors: job-supervisors-head-of-prison
|
||||
weight: 4
|
||||
alwaysUseSpawner: true
|
||||
canBeAntag: false
|
||||
displayWeight: 80
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue