Add job categories to the lobby screen (#2770)
* Rename department property to departments * WIP Categories * Add better spacing to categories * Fix first separator and sync selectors * You want some types with that * Apply changes to latejoin as well * Add category sorting to the late join gui as well * CONTROL STUCK
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
positions: 2
|
||||
spawnPositions: 1
|
||||
startingGear: CargoTechGear
|
||||
department:
|
||||
departments:
|
||||
- Cargo
|
||||
icon: "CargoTechnician"
|
||||
access:
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
positions: 1
|
||||
spawnPositions: 1
|
||||
startingGear: QuartermasterGear
|
||||
department:
|
||||
departments:
|
||||
- Cargo
|
||||
icon: "QuarterMaster"
|
||||
access:
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
name: "assistant"
|
||||
positions: -1 # Treated as infinite.
|
||||
startingGear: AssistantGear
|
||||
department:
|
||||
departments:
|
||||
- Civilian
|
||||
icon: "Assistant"
|
||||
access:
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
name: "bartender"
|
||||
positions: 1
|
||||
startingGear: BartenderGear
|
||||
department:
|
||||
departments:
|
||||
- Civilian
|
||||
icon: "Bartender"
|
||||
access:
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
positions: 2
|
||||
spawnPositions: 2
|
||||
startingGear: BotanistGear
|
||||
department:
|
||||
departments:
|
||||
- Civilian
|
||||
icon: "Botanist"
|
||||
access:
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# name: "chaplain"
|
||||
# positions: 1
|
||||
# startingGear: ChaplainGear
|
||||
# department:
|
||||
# departments:
|
||||
# - Civilian
|
||||
# icon: "Chaplain"
|
||||
# access:
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
name: "chef"
|
||||
positions: 1
|
||||
startingGear: ChefGear
|
||||
department:
|
||||
departments:
|
||||
- Civilian
|
||||
icon: "Chef"
|
||||
access:
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
name: "clown"
|
||||
positions: 1
|
||||
startingGear: ClownGear
|
||||
department:
|
||||
departments:
|
||||
- Civilian
|
||||
icon: "Clown"
|
||||
access:
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
name: "janitor"
|
||||
positions: 1
|
||||
startingGear: JanitorGear
|
||||
department:
|
||||
departments:
|
||||
- Civilian
|
||||
icon: "Janitor"
|
||||
access:
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
name: "mime"
|
||||
positions: 1
|
||||
startingGear: MimeGear
|
||||
department:
|
||||
departments:
|
||||
- Civilian
|
||||
icon: "Mime"
|
||||
access:
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
head: true
|
||||
positions: 1
|
||||
startingGear: CaptainGear
|
||||
department:
|
||||
departments:
|
||||
- Command
|
||||
icon: "Captain"
|
||||
access:
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
head: true
|
||||
positions: 1
|
||||
startingGear: HoPGear
|
||||
department:
|
||||
departments:
|
||||
- Command
|
||||
- Civilian
|
||||
icon: "HeadOfPersonnel"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
head: true
|
||||
positions: 1
|
||||
startingGear: ChiefEngineerGear
|
||||
department:
|
||||
departments:
|
||||
- Command
|
||||
- Engineering
|
||||
icon: "ChiefEngineer"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
positions: 3
|
||||
spawnPositions: 2
|
||||
startingGear: StationEngineerGear
|
||||
department:
|
||||
departments:
|
||||
- Engineering
|
||||
icon: "StationEngineer"
|
||||
access:
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
head: true
|
||||
positions: 1
|
||||
startingGear: CMOGear
|
||||
department:
|
||||
departments:
|
||||
- Command
|
||||
- Medical
|
||||
icon: "ChiefMedicalOfficer"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
positions: 3
|
||||
spawnPositions: 2
|
||||
startingGear: DoctorGear
|
||||
department:
|
||||
departments:
|
||||
- Medical
|
||||
icon: "MedicalDoctor"
|
||||
access:
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
head: true
|
||||
positions: 1
|
||||
startingGear: ResearchDirectorGear
|
||||
department:
|
||||
departments:
|
||||
- Command
|
||||
- Science
|
||||
icon: "ResearchDirector"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
positions: 3
|
||||
spawnPositions: 2
|
||||
startingGear: ScientistGear
|
||||
department:
|
||||
departments:
|
||||
- Science
|
||||
icon: "Scientist"
|
||||
access:
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
head: true
|
||||
positions: 1
|
||||
startingGear: HoSGear
|
||||
department:
|
||||
departments:
|
||||
- Command
|
||||
- Security
|
||||
icon: "HeadOfSecurity"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
positions: 3
|
||||
spawnPositions: 2
|
||||
startingGear: SecurityOfficerGear
|
||||
department:
|
||||
departments:
|
||||
- Security
|
||||
icon: "SecurityOfficer"
|
||||
access:
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
positions: 1
|
||||
spawnPositions: 1
|
||||
startingGear: WardenGear
|
||||
department:
|
||||
departments:
|
||||
- Security
|
||||
icon: "Warden"
|
||||
access:
|
||||
|
||||
Reference in New Issue
Block a user