Adds more metadata to job prototypes:
Whether the job is a head. The access levels the job has. The total & spawn positions count.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
- type: job
|
||||
id: CargoTechnician
|
||||
name: "Cargo Technician"
|
||||
startingGear: CargoTechnicianGear
|
||||
positions: 2
|
||||
spawnPositions: 1
|
||||
startingGear: AssistantGear
|
||||
department:
|
||||
- Cargo
|
||||
|
||||
@@ -1,10 +1,14 @@
|
||||
- type: job
|
||||
id: Assistant
|
||||
name: "Assistant"
|
||||
positions: -1 # Treated as infinite.
|
||||
startingGear: AssistantGear
|
||||
department:
|
||||
- Civilian
|
||||
|
||||
access:
|
||||
- maintenance
|
||||
|
||||
- type: startingGear
|
||||
id: AssistantGear
|
||||
equipment:
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
- type: job
|
||||
id: Clown
|
||||
name: "Clown"
|
||||
positions: 1
|
||||
startingGear: ClownGear
|
||||
department:
|
||||
- Civilian
|
||||
|
||||
- type: startingGear
|
||||
id: ClownGear
|
||||
equipment:
|
||||
innerclothing: UniformClown
|
||||
backpack: ClownPack
|
||||
shoes: ShoesClown
|
||||
mask: MaskClown
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
- type: job
|
||||
id: Janitor
|
||||
name: "Janitor"
|
||||
startingGear: JanitorGear
|
||||
positions: 1
|
||||
startingGear: AssistantGear
|
||||
department:
|
||||
- Civilian
|
||||
|
||||
access:
|
||||
- service
|
||||
- maintenance
|
||||
|
||||
@@ -1,6 +1,22 @@
|
||||
- type: job
|
||||
id: Captain
|
||||
name: "Captain"
|
||||
startingGear: CaptainGear
|
||||
head: true
|
||||
positions: 1
|
||||
startingGear: AssistantGear
|
||||
department:
|
||||
- Command
|
||||
|
||||
access:
|
||||
# All of em.
|
||||
# Could probably do with some kind of wildcard or whatever to automate this.
|
||||
- captain
|
||||
- idCard
|
||||
- command
|
||||
- security
|
||||
- engineering
|
||||
- medical
|
||||
- cargo
|
||||
- research
|
||||
- service
|
||||
- maintenance
|
||||
|
||||
@@ -1,7 +1,18 @@
|
||||
- type: job
|
||||
id: HeadOfPersonnel
|
||||
name: "Head Of Personnel"
|
||||
startingGear: HeadOfPersonnelGear
|
||||
head: true
|
||||
positions: 1
|
||||
startingGear: AssistantGear
|
||||
department:
|
||||
- Command
|
||||
- Civilian
|
||||
|
||||
access:
|
||||
- command
|
||||
- idCard
|
||||
- security # HoPcurity strikes again
|
||||
- service
|
||||
- cargo
|
||||
- maintenance
|
||||
# I mean they'll give themselves the rest of the access levels *anyways*.
|
||||
|
||||
@@ -1,7 +1,14 @@
|
||||
- type: job
|
||||
id: ChiefEngineer
|
||||
name: "Chief Engineer"
|
||||
startingGear: ChiefEngineerGear
|
||||
head: true
|
||||
positions: 1
|
||||
startingGear: StationEngineerGear
|
||||
department:
|
||||
- Command
|
||||
- Engineering
|
||||
|
||||
access:
|
||||
- maintenance
|
||||
- engineering
|
||||
- command
|
||||
|
||||
@@ -1,10 +1,16 @@
|
||||
- type: job
|
||||
id: StationEngineer
|
||||
name: "Station Engineer"
|
||||
positions: 3
|
||||
spawnPositions: 2
|
||||
startingGear: StationEngineerGear
|
||||
department:
|
||||
- Engineering
|
||||
|
||||
access:
|
||||
- maintenance
|
||||
- engineering
|
||||
|
||||
- type: startingGear
|
||||
id: StationEngineerGear
|
||||
equipment:
|
||||
|
||||
@@ -3,7 +3,13 @@
|
||||
- type: job
|
||||
id: ChiefMedicalOfficer
|
||||
name: "Chief Medical Officer"
|
||||
startingGear: ChiefMedicalOfficerGear
|
||||
head: true
|
||||
positions: 1
|
||||
startingGear: AssistantGear
|
||||
department:
|
||||
- Command
|
||||
- Medical
|
||||
|
||||
access:
|
||||
- medical
|
||||
- command
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
- type: job
|
||||
id: MedicalDoctor
|
||||
name: "Medical Doctor"
|
||||
startingGear: MedicalDoctorGear
|
||||
positions: 3
|
||||
spawnPositions: 2
|
||||
startingGear: AssistantGear
|
||||
department:
|
||||
- Medical
|
||||
|
||||
access:
|
||||
- medical
|
||||
|
||||
@@ -1,7 +1,13 @@
|
||||
- type: job
|
||||
id: ResearchDirector
|
||||
name: "Research Director"
|
||||
startingGear: ResearchDirectorGear
|
||||
head: true
|
||||
positions: 1
|
||||
startingGear: AssistantGear
|
||||
department:
|
||||
- Command
|
||||
- Science
|
||||
|
||||
access:
|
||||
- research
|
||||
- command
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
- type: job
|
||||
id: Scientist
|
||||
name: "Scientist"
|
||||
startingGear: ScientistGear
|
||||
positions: 3
|
||||
spawnPositions: 2
|
||||
startingGear: AssistantGear
|
||||
department:
|
||||
- Science
|
||||
|
||||
access:
|
||||
- research
|
||||
|
||||
@@ -1,7 +1,14 @@
|
||||
- type: job
|
||||
id: HeadOfSecurity
|
||||
name: "Head Of Security"
|
||||
startingGear: HeadOfSecurityGear
|
||||
head: true
|
||||
positions: 1
|
||||
startingGear: AssistantGear
|
||||
department:
|
||||
- Command
|
||||
- Security
|
||||
|
||||
access:
|
||||
- command
|
||||
- security
|
||||
- maintenance
|
||||
|
||||
@@ -1,6 +1,12 @@
|
||||
- type: job
|
||||
id: SecurityOfficer
|
||||
name: "Security Officer"
|
||||
startingGear: SecurityOfficerGear
|
||||
positions: 3
|
||||
spawnPositions: 2
|
||||
startingGear: AssistantGear
|
||||
department:
|
||||
- Security
|
||||
|
||||
access:
|
||||
- security
|
||||
- maintenance
|
||||
|
||||
Reference in New Issue
Block a user