Split jobs into separate files and remove less-important jobs.
This commit is contained in:
6
Resources/Prototypes/Jobs/Cargo/CargoTechnician.yml
Normal file
6
Resources/Prototypes/Jobs/Cargo/CargoTechnician.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
- type: job
|
||||
id: CargoTechnician
|
||||
name: "Cargo Technician"
|
||||
startingGear: CargoTechnicianGear
|
||||
department:
|
||||
- Cargo
|
||||
@@ -1,6 +1,14 @@
|
||||
- type: job
|
||||
id: Assistant
|
||||
name: "Assistant"
|
||||
startingGear: AssistantGear
|
||||
department:
|
||||
- Civilian
|
||||
|
||||
- type: startingGear
|
||||
id: AssistantGear
|
||||
equipment:
|
||||
innerclothing: UniformAssistant
|
||||
backpack: BackpackClothing
|
||||
shoes: ShoesBlack
|
||||
|
||||
6
Resources/Prototypes/Jobs/Civilian/Clown.yml
Normal file
6
Resources/Prototypes/Jobs/Civilian/Clown.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
- type: job
|
||||
id: Clown
|
||||
name: "Clown"
|
||||
startingGear: ClownGear
|
||||
department:
|
||||
- Civilian
|
||||
6
Resources/Prototypes/Jobs/Civilian/Janitor.yml
Normal file
6
Resources/Prototypes/Jobs/Civilian/Janitor.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
- type: job
|
||||
id: Janitor
|
||||
name: "Janitor"
|
||||
startingGear: JanitorGear
|
||||
department:
|
||||
- Civilian
|
||||
6
Resources/Prototypes/Jobs/Command/Captain.yml
Normal file
6
Resources/Prototypes/Jobs/Command/Captain.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
- type: job
|
||||
id: Captain
|
||||
name: "Captain"
|
||||
startingGear: CaptainGear
|
||||
department:
|
||||
- Command
|
||||
7
Resources/Prototypes/Jobs/Command/HeadOfPersonnel.yml
Normal file
7
Resources/Prototypes/Jobs/Command/HeadOfPersonnel.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
- type: job
|
||||
id: HeadOfPersonnel
|
||||
name: "Head Of Personnel"
|
||||
startingGear: HeadOfPersonnelGear
|
||||
department:
|
||||
- Command
|
||||
- Civilian
|
||||
7
Resources/Prototypes/Jobs/Engineering/ChiefEngineer.yml
Normal file
7
Resources/Prototypes/Jobs/Engineering/ChiefEngineer.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
- type: job
|
||||
id: ChiefEngineer
|
||||
name: "Chief Engineer"
|
||||
startingGear: ChiefEngineerGear
|
||||
department:
|
||||
- Command
|
||||
- Engineering
|
||||
13
Resources/Prototypes/Jobs/Engineering/Engineer.yml
Normal file
13
Resources/Prototypes/Jobs/Engineering/Engineer.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
- type: job
|
||||
id: StationEngineer
|
||||
name: "Station Engineer"
|
||||
startingGear: StationEngineerGear
|
||||
department:
|
||||
- Engineering
|
||||
|
||||
- type: startingGear
|
||||
id: StationEngineerGear
|
||||
equipment:
|
||||
innerclothing: UniformEngineering
|
||||
backpack: BackpackEngineering
|
||||
shoes: ShoesWorkboots
|
||||
@@ -0,0 +1,9 @@
|
||||
# Best job.
|
||||
|
||||
- type: job
|
||||
id: ChiefMedicalOfficer
|
||||
name: "Chief Medical Officer"
|
||||
startingGear: ChiefMedicalOfficerGear
|
||||
department:
|
||||
- Command
|
||||
- Medical
|
||||
6
Resources/Prototypes/Jobs/Medical/MedicalDoctor.yml
Normal file
6
Resources/Prototypes/Jobs/Medical/MedicalDoctor.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
- type: job
|
||||
id: MedicalDoctor
|
||||
name: "Medical Doctor"
|
||||
startingGear: MedicalDoctorGear
|
||||
department:
|
||||
- Medical
|
||||
7
Resources/Prototypes/Jobs/Science/ResearchDirector.yml
Normal file
7
Resources/Prototypes/Jobs/Science/ResearchDirector.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
- type: job
|
||||
id: ResearchDirector
|
||||
name: "Research Director"
|
||||
startingGear: ResearchDirectorGear
|
||||
department:
|
||||
- Command
|
||||
- Science
|
||||
6
Resources/Prototypes/Jobs/Science/Scientist.yml
Normal file
6
Resources/Prototypes/Jobs/Science/Scientist.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
- type: job
|
||||
id: Scientist
|
||||
name: "Scientist"
|
||||
startingGear: ScientistGear
|
||||
department:
|
||||
- Science
|
||||
7
Resources/Prototypes/Jobs/Security/HeadOfSecurity.yml
Normal file
7
Resources/Prototypes/Jobs/Security/HeadOfSecurity.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
- type: job
|
||||
id: HeadOfSecurity
|
||||
name: "Head Of Security"
|
||||
startingGear: HeadOfSecurityGear
|
||||
department:
|
||||
- Command
|
||||
- Security
|
||||
6
Resources/Prototypes/Jobs/Security/SecurityOfficer.yml
Normal file
6
Resources/Prototypes/Jobs/Security/SecurityOfficer.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
- type: job
|
||||
id: SecurityOfficer
|
||||
name: "Security Officer"
|
||||
startingGear: SecurityOfficerGear
|
||||
department:
|
||||
- Security
|
||||
@@ -1,231 +0,0 @@
|
||||
- type: job
|
||||
id: Captain
|
||||
name: "Captain"
|
||||
startingGear: CaptainGear
|
||||
department:
|
||||
- Command
|
||||
|
||||
- type: job
|
||||
id: HeadOfPersonnel
|
||||
name: "Head Of Personnel"
|
||||
startingGear: HeadOfPersonnelGear
|
||||
department:
|
||||
- Command
|
||||
- Civilian
|
||||
- Cargo
|
||||
|
||||
- type: job
|
||||
id: HeadOfSecurity
|
||||
name: "Head Of Security"
|
||||
startingGear: HeadOfSecurityGear
|
||||
department:
|
||||
- Command
|
||||
- Security
|
||||
|
||||
- type: job
|
||||
id: ChiefEngineer
|
||||
name: "Chief Engineer"
|
||||
startingGear: ChiefEngineerGear
|
||||
department:
|
||||
- Command
|
||||
- Engineering
|
||||
|
||||
- type: job
|
||||
id: ResearchDirector
|
||||
name: "Research Director"
|
||||
startingGear: ResearchDirectorGear
|
||||
department:
|
||||
- Command
|
||||
- Science
|
||||
|
||||
- type: job
|
||||
id: ChiefMedicalOfficer
|
||||
name: "Chief Medical Officer"
|
||||
startingGear: ChiefMedicalOfficerGear
|
||||
department:
|
||||
- Command
|
||||
- Medical
|
||||
|
||||
- type: job
|
||||
id: StationEngineer
|
||||
name: "Station Engineer"
|
||||
startingGear: StationEngineerGear
|
||||
department:
|
||||
- Engineering
|
||||
|
||||
- type: job
|
||||
id: AtmosphericTechnician
|
||||
name: "Atmospheric Technician"
|
||||
startingGear: AtmosphericTechnicianGear
|
||||
department:
|
||||
- Engineering
|
||||
|
||||
- type: job
|
||||
id: Mechanic
|
||||
name: "Mechanic"
|
||||
startingGear: MechanicGear
|
||||
department:
|
||||
- Engineering
|
||||
- Science
|
||||
|
||||
- type: job
|
||||
id: MedicalDoctor
|
||||
name: "Medical Doctor"
|
||||
startingGear: MedicalDoctorGear
|
||||
department:
|
||||
- Medical
|
||||
|
||||
- type: job
|
||||
id: Geneticist
|
||||
name: "Geneticist"
|
||||
startingGear: GeneticistGear
|
||||
department:
|
||||
- Science
|
||||
- Medical
|
||||
|
||||
- type: job
|
||||
id: Virologist
|
||||
name: "Virologist"
|
||||
startingGear: VirologistGear
|
||||
department:
|
||||
- Medical
|
||||
|
||||
- type: job
|
||||
id: Paramedic
|
||||
name: "Paramedic"
|
||||
startingGear: ParamedicGear
|
||||
department:
|
||||
- Medical
|
||||
|
||||
- type: job
|
||||
id: Chemist
|
||||
name: "Chemist"
|
||||
startingGear: ChemistGear
|
||||
department:
|
||||
- Medical
|
||||
|
||||
- type: job
|
||||
id: Scientist
|
||||
name: "Scientist"
|
||||
startingGear: ScientistGear
|
||||
department:
|
||||
- Science
|
||||
|
||||
- type: job
|
||||
id: Roboticist
|
||||
name: "Roboticist"
|
||||
startingGear: RoboticistGear
|
||||
department:
|
||||
- Science
|
||||
|
||||
- type: job
|
||||
id: Bartender
|
||||
name: "Bartender"
|
||||
startingGear: BartenderGear
|
||||
department:
|
||||
- Civilian
|
||||
|
||||
- type: job
|
||||
id: Botanist
|
||||
name: "Botanist"
|
||||
startingGear: BotanistGear
|
||||
department:
|
||||
- Civilian
|
||||
|
||||
- type: job
|
||||
id: Chef
|
||||
name: "Chef"
|
||||
startingGear: ChefGear
|
||||
department:
|
||||
- Civilian
|
||||
|
||||
- type: job
|
||||
id: Janitor
|
||||
name: "Janitor"
|
||||
startingGear: JanitorGear
|
||||
department:
|
||||
- Civilian
|
||||
|
||||
- type: job
|
||||
id: Librarian
|
||||
name: "Librarian"
|
||||
startingGear: LibrarianGear
|
||||
department:
|
||||
- Civilian
|
||||
|
||||
- type: job
|
||||
id: InternalAffairsAgent
|
||||
name: "Internal Affairs Agent"
|
||||
startingGear: InternalAffairsAgentGear
|
||||
department:
|
||||
- Civilian
|
||||
|
||||
- type: job
|
||||
id: Chaplain
|
||||
name: "Chaplain"
|
||||
startingGear: ChaplainGear
|
||||
department:
|
||||
- Civilian
|
||||
|
||||
- type: job
|
||||
id: Clown
|
||||
name: "Clown"
|
||||
startingGear: ClownGear
|
||||
department:
|
||||
- Civilian
|
||||
|
||||
- type: job
|
||||
id: Mime
|
||||
name: "Mime"
|
||||
startingGear: MimeGear
|
||||
department:
|
||||
- Civilian
|
||||
|
||||
- type: job
|
||||
id: Assistant
|
||||
name: "Assistant"
|
||||
startingGear: AssistantGear
|
||||
department:
|
||||
- Civilian
|
||||
|
||||
- type: job
|
||||
id: Quartermaster
|
||||
name: "Quartermaster"
|
||||
startingGear: QuartermasterGear
|
||||
department:
|
||||
- Cargo
|
||||
|
||||
- type: job
|
||||
id: CargoTechnician
|
||||
name: "Cargo Technician"
|
||||
startingGear: CargoTechnicianGear
|
||||
department:
|
||||
- Cargo
|
||||
|
||||
- type: job
|
||||
id: ShaftMiner
|
||||
name: "Shaft Miner"
|
||||
startingGear: ShaftMinerGear
|
||||
department:
|
||||
- Cargo
|
||||
|
||||
- type: job
|
||||
id: Warden
|
||||
name: "Warden"
|
||||
startingGear: WardenGear
|
||||
department:
|
||||
- Security
|
||||
|
||||
- type: job
|
||||
id: Detective
|
||||
name: "Detective"
|
||||
startingGear: DetectiveGear
|
||||
department:
|
||||
- Security
|
||||
|
||||
- type: job
|
||||
id: SecurityOfficer
|
||||
name: "Security Officer"
|
||||
startingGear: SecurityOfficerGear
|
||||
department:
|
||||
- Security
|
||||
Reference in New Issue
Block a user