Organize JobIconPrototype yml (#39774)
grouped Co-authored-by: iaada <iaada@users.noreply.github.com>
This commit is contained in:
@@ -1,10 +1,206 @@
|
|||||||
- type: jobIcon
|
- type: jobIcon
|
||||||
id: JobIcon
|
|
||||||
abstract: true
|
abstract: true
|
||||||
|
id: JobIcon
|
||||||
priority: 1
|
priority: 1
|
||||||
locationPreference: Right
|
locationPreference: Right
|
||||||
isShaded: true
|
isShaded: true
|
||||||
|
|
||||||
|
# Cargo
|
||||||
|
|
||||||
|
- type: jobIcon
|
||||||
|
parent: JobIcon
|
||||||
|
id: JobIconCargoTechnician
|
||||||
|
icon:
|
||||||
|
sprite: /Textures/Interface/Misc/job_icons.rsi
|
||||||
|
state: CargoTechnician
|
||||||
|
jobName: job-name-cargotech
|
||||||
|
|
||||||
|
- type: jobIcon
|
||||||
|
parent: JobIcon
|
||||||
|
id: JobIconShaftMiner
|
||||||
|
icon:
|
||||||
|
sprite: /Textures/Interface/Misc/job_icons.rsi
|
||||||
|
state: ShaftMiner
|
||||||
|
jobName: job-name-salvagespec
|
||||||
|
|
||||||
|
# Command
|
||||||
|
|
||||||
|
- type: jobIcon
|
||||||
|
parent: JobIcon
|
||||||
|
id: JobIconCaptain
|
||||||
|
icon:
|
||||||
|
sprite: /Textures/Interface/Misc/job_icons.rsi
|
||||||
|
state: Captain
|
||||||
|
jobName: job-name-captain
|
||||||
|
|
||||||
|
- type: jobIcon
|
||||||
|
parent: JobIcon
|
||||||
|
id: JobIconChiefEngineer
|
||||||
|
icon:
|
||||||
|
sprite: /Textures/Interface/Misc/job_icons.rsi
|
||||||
|
state: ChiefEngineer
|
||||||
|
jobName: job-name-ce
|
||||||
|
|
||||||
|
- type: jobIcon
|
||||||
|
parent: JobIcon
|
||||||
|
id: JobIconChiefMedicalOfficer
|
||||||
|
icon:
|
||||||
|
sprite: /Textures/Interface/Misc/job_icons.rsi
|
||||||
|
state: ChiefMedicalOfficer
|
||||||
|
jobName: job-name-cmo
|
||||||
|
|
||||||
|
- type: jobIcon
|
||||||
|
parent: JobIcon
|
||||||
|
id: JobIconHeadOfPersonnel
|
||||||
|
icon:
|
||||||
|
sprite: /Textures/Interface/Misc/job_icons.rsi
|
||||||
|
state: HeadOfPersonnel
|
||||||
|
jobName: job-name-hop
|
||||||
|
|
||||||
|
- type: jobIcon
|
||||||
|
parent: JobIcon
|
||||||
|
id: JobIconHeadOfSecurity
|
||||||
|
icon:
|
||||||
|
sprite: /Textures/Interface/Misc/job_icons.rsi
|
||||||
|
state: HeadOfSecurity
|
||||||
|
jobName: job-name-hos
|
||||||
|
|
||||||
|
- type: jobIcon
|
||||||
|
parent: JobIcon
|
||||||
|
id: JobIconResearchDirector
|
||||||
|
icon:
|
||||||
|
sprite: /Textures/Interface/Misc/job_icons.rsi
|
||||||
|
state: ResearchDirector
|
||||||
|
jobName: job-name-rd
|
||||||
|
|
||||||
|
- type: jobIcon
|
||||||
|
parent: JobIcon
|
||||||
|
id: JobIconQuarterMaster
|
||||||
|
icon:
|
||||||
|
sprite: /Textures/Interface/Misc/job_icons.rsi
|
||||||
|
state: QuarterMaster
|
||||||
|
jobName: job-name-qm
|
||||||
|
|
||||||
|
# Engineering
|
||||||
|
|
||||||
|
- type: jobIcon
|
||||||
|
parent: JobIcon
|
||||||
|
id: JobIconAtmosphericTechnician
|
||||||
|
icon:
|
||||||
|
sprite: /Textures/Interface/Misc/job_icons.rsi
|
||||||
|
state: AtmosphericTechnician
|
||||||
|
jobName: job-name-atmostech
|
||||||
|
|
||||||
|
- type: jobIcon
|
||||||
|
parent: JobIcon
|
||||||
|
id: JobIconStationEngineer
|
||||||
|
icon:
|
||||||
|
sprite: /Textures/Interface/Misc/job_icons.rsi
|
||||||
|
state: StationEngineer
|
||||||
|
jobName: job-name-engineer
|
||||||
|
|
||||||
|
- type: jobIcon
|
||||||
|
parent: JobIcon
|
||||||
|
id: JobIconTechnicalAssistant
|
||||||
|
icon:
|
||||||
|
sprite: /Textures/Interface/Misc/job_icons.rsi
|
||||||
|
state: TechnicalAssistant
|
||||||
|
jobName: job-name-technical-assistant
|
||||||
|
|
||||||
|
# Medical
|
||||||
|
|
||||||
|
- type: jobIcon
|
||||||
|
parent: JobIcon
|
||||||
|
id: JobIconChemist
|
||||||
|
icon:
|
||||||
|
sprite: /Textures/Interface/Misc/job_icons.rsi
|
||||||
|
state: Chemist
|
||||||
|
jobName: job-name-chemist
|
||||||
|
|
||||||
|
- type: jobIcon
|
||||||
|
parent: JobIcon
|
||||||
|
id: JobIconGeneticist
|
||||||
|
icon:
|
||||||
|
sprite: /Textures/Interface/Misc/job_icons.rsi
|
||||||
|
state: Geneticist
|
||||||
|
jobName: job-name-geneticist
|
||||||
|
|
||||||
|
- type: jobIcon
|
||||||
|
parent: JobIcon
|
||||||
|
id: JobIconMedicalDoctor
|
||||||
|
icon:
|
||||||
|
sprite: /Textures/Interface/Misc/job_icons.rsi
|
||||||
|
state: MedicalDoctor
|
||||||
|
jobName: job-name-doctor
|
||||||
|
|
||||||
|
- type: jobIcon
|
||||||
|
parent: JobIcon
|
||||||
|
id: JobIconMedicalIntern
|
||||||
|
icon:
|
||||||
|
sprite: /Textures/Interface/Misc/job_icons.rsi
|
||||||
|
state: MedicalIntern
|
||||||
|
jobName: job-name-intern
|
||||||
|
|
||||||
|
- type: jobIcon
|
||||||
|
parent: JobIcon
|
||||||
|
id: JobIconParamedic
|
||||||
|
icon:
|
||||||
|
sprite: /Textures/Interface/Misc/job_icons.rsi
|
||||||
|
state: Paramedic
|
||||||
|
jobName: job-name-paramedic
|
||||||
|
|
||||||
|
- type: jobIcon
|
||||||
|
parent: JobIcon
|
||||||
|
id: JobIconPsychologist
|
||||||
|
icon:
|
||||||
|
sprite: /Textures/Interface/Misc/job_icons.rsi
|
||||||
|
state: Psychologist
|
||||||
|
jobName: job-name-psychologist
|
||||||
|
|
||||||
|
- type: jobIcon
|
||||||
|
parent: JobIcon
|
||||||
|
id: JobIconVirologist
|
||||||
|
icon:
|
||||||
|
sprite: /Textures/Interface/Misc/job_icons.rsi
|
||||||
|
state: Virologist
|
||||||
|
jobName: job-name-virologist
|
||||||
|
|
||||||
|
# Research
|
||||||
|
|
||||||
|
- type: jobIcon
|
||||||
|
parent: JobIcon
|
||||||
|
id: JobIconResearchAssistant
|
||||||
|
icon:
|
||||||
|
sprite: /Textures/Interface/Misc/job_icons.rsi
|
||||||
|
state: ResearchAssistant
|
||||||
|
jobName: job-name-research-assistant
|
||||||
|
|
||||||
|
- type: jobIcon
|
||||||
|
parent: JobIcon
|
||||||
|
id: JobIconRoboticist
|
||||||
|
icon:
|
||||||
|
sprite: /Textures/Interface/Misc/job_icons.rsi
|
||||||
|
state: Roboticist
|
||||||
|
jobName: job-name-roboticist
|
||||||
|
|
||||||
|
- type: jobIcon
|
||||||
|
parent: JobIcon
|
||||||
|
id: JobIconScientist
|
||||||
|
icon:
|
||||||
|
sprite: /Textures/Interface/Misc/job_icons.rsi
|
||||||
|
state: Scientist
|
||||||
|
jobName: job-name-scientist
|
||||||
|
|
||||||
|
# Security
|
||||||
|
|
||||||
|
- type: jobIcon
|
||||||
|
parent: JobIcon
|
||||||
|
id: JobIconBrigmedic
|
||||||
|
icon:
|
||||||
|
sprite: /Textures/Interface/Misc/job_icons.rsi
|
||||||
|
state: Brigmedic
|
||||||
|
jobName: job-name-brigmedic
|
||||||
|
|
||||||
- type: jobIcon
|
- type: jobIcon
|
||||||
parent: JobIcon
|
parent: JobIcon
|
||||||
id: JobIconDetective
|
id: JobIconDetective
|
||||||
@@ -15,27 +211,37 @@
|
|||||||
|
|
||||||
- type: jobIcon
|
- type: jobIcon
|
||||||
parent: JobIcon
|
parent: JobIcon
|
||||||
id: JobIconQuarterMaster
|
id: JobIconSecurityCadet
|
||||||
icon:
|
icon:
|
||||||
sprite: /Textures/Interface/Misc/job_icons.rsi
|
sprite: /Textures/Interface/Misc/job_icons.rsi
|
||||||
state: QuarterMaster
|
state: SecurityCadet
|
||||||
jobName: job-name-qm
|
jobName: job-name-cadet
|
||||||
|
|
||||||
- type: jobIcon
|
- type: jobIcon
|
||||||
parent: JobIcon
|
parent: JobIcon
|
||||||
id: JobIconBorg
|
id: JobIconSecurityOfficer
|
||||||
icon:
|
icon:
|
||||||
sprite: /Textures/Interface/Misc/job_icons.rsi
|
sprite: /Textures/Interface/Misc/job_icons.rsi
|
||||||
state: Borg
|
state: SecurityOfficer
|
||||||
jobName: job-name-borg
|
jobName: job-name-security
|
||||||
|
|
||||||
- type: jobIcon
|
- type: jobIcon
|
||||||
parent: JobIcon
|
parent: JobIcon
|
||||||
id: JobIconStationAi
|
id: JobIconWarden
|
||||||
icon:
|
icon:
|
||||||
sprite: /Textures/Interface/Misc/job_icons.rsi
|
sprite: /Textures/Interface/Misc/job_icons.rsi
|
||||||
state: StationAi
|
state: Warden
|
||||||
jobName: job-name-station-ai
|
jobName: job-name-warden
|
||||||
|
|
||||||
|
# Service
|
||||||
|
|
||||||
|
- type: jobIcon
|
||||||
|
parent: JobIcon
|
||||||
|
id: JobIconBartender
|
||||||
|
icon:
|
||||||
|
sprite: /Textures/Interface/Misc/job_icons.rsi
|
||||||
|
state: Bartender
|
||||||
|
jobName: job-name-bartender
|
||||||
|
|
||||||
- type: jobIcon
|
- type: jobIcon
|
||||||
parent: JobIcon
|
parent: JobIcon
|
||||||
@@ -53,86 +259,6 @@
|
|||||||
state: Boxer
|
state: Boxer
|
||||||
jobName: job-name-boxer
|
jobName: job-name-boxer
|
||||||
|
|
||||||
- type: jobIcon
|
|
||||||
parent: JobIcon
|
|
||||||
id: JobIconAtmosphericTechnician
|
|
||||||
icon:
|
|
||||||
sprite: /Textures/Interface/Misc/job_icons.rsi
|
|
||||||
state: AtmosphericTechnician
|
|
||||||
jobName: job-name-atmostech
|
|
||||||
|
|
||||||
- type: jobIcon
|
|
||||||
parent: JobIcon
|
|
||||||
id: JobIconNanotrasen
|
|
||||||
icon:
|
|
||||||
sprite: /Textures/Interface/Misc/job_icons.rsi
|
|
||||||
state: Nanotrasen
|
|
||||||
jobName: job-name-centcomoff
|
|
||||||
|
|
||||||
- type: jobIcon
|
|
||||||
parent: JobIcon
|
|
||||||
id: JobIconPrisoner
|
|
||||||
icon:
|
|
||||||
sprite: /Textures/Interface/Misc/job_icons.rsi
|
|
||||||
state: Prisoner
|
|
||||||
jobName: job-name-prisoner
|
|
||||||
|
|
||||||
- type: jobIcon
|
|
||||||
parent: JobIcon
|
|
||||||
id: JobIconJanitor
|
|
||||||
icon:
|
|
||||||
sprite: /Textures/Interface/Misc/job_icons.rsi
|
|
||||||
state: Janitor
|
|
||||||
jobName: job-name-janitor
|
|
||||||
|
|
||||||
- type: jobIcon
|
|
||||||
parent: JobIcon
|
|
||||||
id: JobIconChemist
|
|
||||||
icon:
|
|
||||||
sprite: /Textures/Interface/Misc/job_icons.rsi
|
|
||||||
state: Chemist
|
|
||||||
jobName: job-name-chemist
|
|
||||||
|
|
||||||
- type: jobIcon
|
|
||||||
parent: JobIcon
|
|
||||||
id: JobIconStationEngineer
|
|
||||||
icon:
|
|
||||||
sprite: /Textures/Interface/Misc/job_icons.rsi
|
|
||||||
state: StationEngineer
|
|
||||||
jobName: job-name-engineer
|
|
||||||
|
|
||||||
- type: jobIcon
|
|
||||||
parent: JobIcon
|
|
||||||
id: JobIconSecurityOfficer
|
|
||||||
icon:
|
|
||||||
sprite: /Textures/Interface/Misc/job_icons.rsi
|
|
||||||
state: SecurityOfficer
|
|
||||||
jobName: job-name-security
|
|
||||||
|
|
||||||
- type: jobIcon
|
|
||||||
parent: JobIcon
|
|
||||||
id: JobIconNoId
|
|
||||||
icon:
|
|
||||||
sprite: /Textures/Interface/Misc/job_icons.rsi
|
|
||||||
state: NoId
|
|
||||||
jobName: job-name-no-id
|
|
||||||
|
|
||||||
- type: jobIcon
|
|
||||||
parent: JobIcon
|
|
||||||
id: JobIconChiefMedicalOfficer
|
|
||||||
icon:
|
|
||||||
sprite: /Textures/Interface/Misc/job_icons.rsi
|
|
||||||
state: ChiefMedicalOfficer
|
|
||||||
jobName: job-name-cmo
|
|
||||||
|
|
||||||
- type: jobIcon
|
|
||||||
parent: JobIcon
|
|
||||||
id: JobIconRoboticist
|
|
||||||
icon:
|
|
||||||
sprite: /Textures/Interface/Misc/job_icons.rsi
|
|
||||||
state: Roboticist
|
|
||||||
jobName: job-name-roboticist
|
|
||||||
|
|
||||||
- type: jobIcon
|
- type: jobIcon
|
||||||
parent: JobIcon
|
parent: JobIcon
|
||||||
id: JobIconChaplain
|
id: JobIconChaplain
|
||||||
@@ -141,166 +267,6 @@
|
|||||||
state: Chaplain
|
state: Chaplain
|
||||||
jobName: job-name-chaplain
|
jobName: job-name-chaplain
|
||||||
|
|
||||||
- type: jobIcon
|
|
||||||
parent: JobIcon
|
|
||||||
id: JobIconLawyer
|
|
||||||
icon:
|
|
||||||
sprite: /Textures/Interface/Misc/job_icons.rsi
|
|
||||||
state: Lawyer
|
|
||||||
jobName: job-name-lawyer
|
|
||||||
|
|
||||||
- type: jobIcon
|
|
||||||
parent: JobIcon
|
|
||||||
id: JobIconUnknown
|
|
||||||
icon:
|
|
||||||
sprite: /Textures/Interface/Misc/job_icons.rsi
|
|
||||||
state: Unknown
|
|
||||||
jobName: job-name-unknown
|
|
||||||
|
|
||||||
- type: jobIcon
|
|
||||||
parent: JobIcon
|
|
||||||
id: JobIconLibrarian
|
|
||||||
icon:
|
|
||||||
sprite: /Textures/Interface/Misc/job_icons.rsi
|
|
||||||
state: Librarian
|
|
||||||
jobName: job-name-librarian
|
|
||||||
|
|
||||||
- type: jobIcon
|
|
||||||
parent: JobIcon
|
|
||||||
id: JobIconCargoTechnician
|
|
||||||
icon:
|
|
||||||
sprite: /Textures/Interface/Misc/job_icons.rsi
|
|
||||||
state: CargoTechnician
|
|
||||||
jobName: job-name-cargotech
|
|
||||||
|
|
||||||
- type: jobIcon
|
|
||||||
parent: JobIcon
|
|
||||||
id: JobIconScientist
|
|
||||||
icon:
|
|
||||||
sprite: /Textures/Interface/Misc/job_icons.rsi
|
|
||||||
state: Scientist
|
|
||||||
jobName: job-name-scientist
|
|
||||||
|
|
||||||
- type: jobIcon
|
|
||||||
parent: JobIcon
|
|
||||||
id: JobIconResearchAssistant
|
|
||||||
icon:
|
|
||||||
sprite: /Textures/Interface/Misc/job_icons.rsi
|
|
||||||
state: ResearchAssistant
|
|
||||||
jobName: job-name-research-assistant
|
|
||||||
|
|
||||||
- type: jobIcon
|
|
||||||
parent: JobIcon
|
|
||||||
id: JobIconGeneticist
|
|
||||||
icon:
|
|
||||||
sprite: /Textures/Interface/Misc/job_icons.rsi
|
|
||||||
state: Geneticist
|
|
||||||
jobName: job-name-geneticist
|
|
||||||
|
|
||||||
- type: jobIcon
|
|
||||||
parent: JobIcon
|
|
||||||
id: JobIconClown
|
|
||||||
icon:
|
|
||||||
sprite: /Textures/Interface/Misc/job_icons.rsi
|
|
||||||
state: Clown
|
|
||||||
jobName: job-name-clown
|
|
||||||
|
|
||||||
- type: jobIcon
|
|
||||||
parent: JobIcon
|
|
||||||
id: JobIconCluwne
|
|
||||||
icon:
|
|
||||||
sprite: /Textures/Interface/Misc/job_icons.rsi
|
|
||||||
state: Cluwne
|
|
||||||
jobName: job-name-cluwne
|
|
||||||
|
|
||||||
- type: jobIcon
|
|
||||||
parent: JobIcon
|
|
||||||
id: JobIconCaptain
|
|
||||||
icon:
|
|
||||||
sprite: /Textures/Interface/Misc/job_icons.rsi
|
|
||||||
state: Captain
|
|
||||||
jobName: job-name-captain
|
|
||||||
|
|
||||||
- type: jobIcon
|
|
||||||
parent: JobIcon
|
|
||||||
id: JobIconHeadOfPersonnel
|
|
||||||
icon:
|
|
||||||
sprite: /Textures/Interface/Misc/job_icons.rsi
|
|
||||||
state: HeadOfPersonnel
|
|
||||||
jobName: job-name-hop
|
|
||||||
|
|
||||||
- type: jobIcon
|
|
||||||
parent: JobIcon
|
|
||||||
id: JobIconVirologist
|
|
||||||
icon:
|
|
||||||
sprite: /Textures/Interface/Misc/job_icons.rsi
|
|
||||||
state: Virologist
|
|
||||||
jobName: job-name-virologist
|
|
||||||
|
|
||||||
- type: jobIcon
|
|
||||||
parent: JobIcon
|
|
||||||
id: JobIconShaftMiner
|
|
||||||
icon:
|
|
||||||
sprite: /Textures/Interface/Misc/job_icons.rsi
|
|
||||||
state: ShaftMiner
|
|
||||||
jobName: job-name-salvagespec
|
|
||||||
|
|
||||||
- type: jobIcon
|
|
||||||
parent: JobIcon
|
|
||||||
id: JobIconPassenger
|
|
||||||
icon:
|
|
||||||
sprite: /Textures/Interface/Misc/job_icons.rsi
|
|
||||||
state: Passenger
|
|
||||||
jobName: job-name-passenger
|
|
||||||
|
|
||||||
- type: jobIcon
|
|
||||||
parent: JobIcon
|
|
||||||
id: JobIconChiefEngineer
|
|
||||||
icon:
|
|
||||||
sprite: /Textures/Interface/Misc/job_icons.rsi
|
|
||||||
state: ChiefEngineer
|
|
||||||
jobName: job-name-ce
|
|
||||||
|
|
||||||
- type: jobIcon
|
|
||||||
parent: JobIcon
|
|
||||||
id: JobIconBartender
|
|
||||||
icon:
|
|
||||||
sprite: /Textures/Interface/Misc/job_icons.rsi
|
|
||||||
state: Bartender
|
|
||||||
jobName: job-name-bartender
|
|
||||||
|
|
||||||
- type: jobIcon
|
|
||||||
parent: JobIcon
|
|
||||||
id: JobIconHeadOfSecurity
|
|
||||||
icon:
|
|
||||||
sprite: /Textures/Interface/Misc/job_icons.rsi
|
|
||||||
state: HeadOfSecurity
|
|
||||||
jobName: job-name-hos
|
|
||||||
|
|
||||||
- type: jobIcon
|
|
||||||
parent: JobIcon
|
|
||||||
id: JobIconBrigmedic
|
|
||||||
icon:
|
|
||||||
sprite: /Textures/Interface/Misc/job_icons.rsi
|
|
||||||
state: Brigmedic
|
|
||||||
jobName: job-name-brigmedic
|
|
||||||
|
|
||||||
- type: jobIcon
|
|
||||||
parent: JobIcon
|
|
||||||
id: JobIconMedicalDoctor
|
|
||||||
icon:
|
|
||||||
sprite: /Textures/Interface/Misc/job_icons.rsi
|
|
||||||
state: MedicalDoctor
|
|
||||||
jobName: job-name-doctor
|
|
||||||
|
|
||||||
- type: jobIcon
|
|
||||||
parent: JobIcon
|
|
||||||
id: JobIconParamedic
|
|
||||||
icon:
|
|
||||||
sprite: /Textures/Interface/Misc/job_icons.rsi
|
|
||||||
state: Paramedic
|
|
||||||
jobName: job-name-paramedic
|
|
||||||
|
|
||||||
- type: jobIcon
|
- type: jobIcon
|
||||||
parent: JobIcon
|
parent: JobIcon
|
||||||
id: JobIconChef
|
id: JobIconChef
|
||||||
@@ -311,19 +277,61 @@
|
|||||||
|
|
||||||
- type: jobIcon
|
- type: jobIcon
|
||||||
parent: JobIcon
|
parent: JobIcon
|
||||||
id: JobIconWarden
|
id: JobIconJanitor
|
||||||
icon:
|
icon:
|
||||||
sprite: /Textures/Interface/Misc/job_icons.rsi
|
sprite: /Textures/Interface/Misc/job_icons.rsi
|
||||||
state: Warden
|
state: Janitor
|
||||||
jobName: job-name-warden
|
jobName: job-name-janitor
|
||||||
|
|
||||||
- type: jobIcon
|
- type: jobIcon
|
||||||
parent: JobIcon
|
parent: JobIcon
|
||||||
id: JobIconResearchDirector
|
id: JobIconLawyer
|
||||||
icon:
|
icon:
|
||||||
sprite: /Textures/Interface/Misc/job_icons.rsi
|
sprite: /Textures/Interface/Misc/job_icons.rsi
|
||||||
state: ResearchDirector
|
state: Lawyer
|
||||||
jobName: job-name-rd
|
jobName: job-name-lawyer
|
||||||
|
|
||||||
|
- type: jobIcon
|
||||||
|
parent: JobIcon
|
||||||
|
id: JobIconLibrarian
|
||||||
|
icon:
|
||||||
|
sprite: /Textures/Interface/Misc/job_icons.rsi
|
||||||
|
state: Librarian
|
||||||
|
jobName: job-name-librarian
|
||||||
|
|
||||||
|
- type: jobIcon
|
||||||
|
parent: JobIcon
|
||||||
|
id: JobIconReporter
|
||||||
|
icon:
|
||||||
|
sprite: /Textures/Interface/Misc/job_icons.rsi
|
||||||
|
state: Reporter
|
||||||
|
jobName: job-name-reporter
|
||||||
|
|
||||||
|
- type: jobIcon
|
||||||
|
parent: JobIcon
|
||||||
|
id: JobIconServiceWorker
|
||||||
|
icon:
|
||||||
|
sprite: /Textures/Interface/Misc/job_icons.rsi
|
||||||
|
state: ServiceWorker
|
||||||
|
jobName: job-name-serviceworker
|
||||||
|
|
||||||
|
- type: jobIcon
|
||||||
|
parent: JobIcon
|
||||||
|
id: JobIconZookeeper
|
||||||
|
icon:
|
||||||
|
sprite: /Textures/Interface/Misc/job_icons.rsi
|
||||||
|
state: Zookeeper
|
||||||
|
jobName: job-name-zookeeper
|
||||||
|
|
||||||
|
# Entertainer (like service, but not actually service)
|
||||||
|
|
||||||
|
- type: jobIcon
|
||||||
|
parent: JobIcon
|
||||||
|
id: JobIconClown # :o)
|
||||||
|
icon:
|
||||||
|
sprite: /Textures/Interface/Misc/job_icons.rsi
|
||||||
|
state: Clown
|
||||||
|
jobName: job-name-clown
|
||||||
|
|
||||||
- type: jobIcon
|
- type: jobIcon
|
||||||
parent: JobIcon
|
parent: JobIcon
|
||||||
@@ -341,61 +349,59 @@
|
|||||||
state: Musician
|
state: Musician
|
||||||
jobName: job-name-musician
|
jobName: job-name-musician
|
||||||
|
|
||||||
- type: jobIcon
|
# Passenger
|
||||||
parent: JobIcon
|
|
||||||
id: JobIconReporter
|
|
||||||
icon:
|
|
||||||
sprite: /Textures/Interface/Misc/job_icons.rsi
|
|
||||||
state: Reporter
|
|
||||||
jobName: job-name-reporter
|
|
||||||
|
|
||||||
- type: jobIcon
|
- type: jobIcon
|
||||||
parent: JobIcon
|
parent: JobIcon
|
||||||
id: JobIconPsychologist
|
id: JobIconPassenger
|
||||||
icon:
|
icon:
|
||||||
sprite: /Textures/Interface/Misc/job_icons.rsi
|
sprite: /Textures/Interface/Misc/job_icons.rsi
|
||||||
state: Psychologist
|
state: Passenger
|
||||||
jobName: job-name-psychologist
|
jobName: job-name-passenger
|
||||||
|
|
||||||
- type: jobIcon
|
- type: jobIcon
|
||||||
parent: JobIcon
|
parent: JobIcon
|
||||||
id: JobIconMedicalIntern
|
id: JobIconVisitor
|
||||||
icon:
|
icon:
|
||||||
sprite: /Textures/Interface/Misc/job_icons.rsi
|
sprite: /Textures/Interface/Misc/job_icons.rsi
|
||||||
state: MedicalIntern
|
state: Visitor
|
||||||
jobName: job-name-intern
|
jobName: job-name-visitor
|
||||||
|
|
||||||
|
# Silicon
|
||||||
|
|
||||||
- type: jobIcon
|
- type: jobIcon
|
||||||
parent: JobIcon
|
parent: JobIcon
|
||||||
id: JobIconTechnicalAssistant
|
id: JobIconBorg
|
||||||
icon:
|
icon:
|
||||||
sprite: /Textures/Interface/Misc/job_icons.rsi
|
sprite: /Textures/Interface/Misc/job_icons.rsi
|
||||||
state: TechnicalAssistant
|
state: Borg
|
||||||
jobName: job-name-technical-assistant
|
jobName: job-name-borg
|
||||||
|
|
||||||
- type: jobIcon
|
- type: jobIcon
|
||||||
parent: JobIcon
|
parent: JobIcon
|
||||||
id: JobIconServiceWorker
|
id: JobIconStationAi
|
||||||
icon:
|
icon:
|
||||||
sprite: /Textures/Interface/Misc/job_icons.rsi
|
sprite: /Textures/Interface/Misc/job_icons.rsi
|
||||||
state: ServiceWorker
|
state: StationAi
|
||||||
jobName: job-name-serviceworker
|
jobName: job-name-station-ai
|
||||||
|
|
||||||
|
# Bad guys
|
||||||
|
|
||||||
- type: jobIcon
|
- type: jobIcon
|
||||||
parent: JobIcon
|
parent: JobIcon
|
||||||
id: JobIconSecurityCadet
|
id: JobIconCluwne # >:o(
|
||||||
icon:
|
icon:
|
||||||
sprite: /Textures/Interface/Misc/job_icons.rsi
|
sprite: /Textures/Interface/Misc/job_icons.rsi
|
||||||
state: SecurityCadet
|
state: Cluwne
|
||||||
jobName: job-name-cadet
|
jobName: job-name-cluwne
|
||||||
|
|
||||||
- type: jobIcon
|
- type: jobIcon
|
||||||
parent: JobIcon
|
parent: JobIcon
|
||||||
id: JobIconZombie # This is a perfectly legitimate profession to pursue
|
id: JobIconPrisoner
|
||||||
icon:
|
icon:
|
||||||
sprite: /Textures/Interface/Misc/job_icons.rsi
|
sprite: /Textures/Interface/Misc/job_icons.rsi
|
||||||
state: Zombie
|
state: Prisoner
|
||||||
jobName: job-name-zombie
|
jobName: job-name-prisoner
|
||||||
|
|
||||||
- type: jobIcon
|
- type: jobIcon
|
||||||
parent: JobIcon
|
parent: JobIcon
|
||||||
@@ -407,11 +413,29 @@
|
|||||||
|
|
||||||
- type: jobIcon
|
- type: jobIcon
|
||||||
parent: JobIcon
|
parent: JobIcon
|
||||||
id: JobIconZookeeper
|
id: JobIconZombie # This is a perfectly legitimate profession to pursue
|
||||||
icon:
|
icon:
|
||||||
sprite: /Textures/Interface/Misc/job_icons.rsi
|
sprite: /Textures/Interface/Misc/job_icons.rsi
|
||||||
state: Zookeeper
|
state: Zombie
|
||||||
jobName: job-name-zookeeper
|
jobName: job-name-zombie
|
||||||
|
|
||||||
|
# Admin
|
||||||
|
|
||||||
|
- type: jobIcon
|
||||||
|
parent: JobIcon
|
||||||
|
id: JobIconNanotrasen
|
||||||
|
icon:
|
||||||
|
sprite: /Textures/Interface/Misc/job_icons.rsi
|
||||||
|
state: Nanotrasen
|
||||||
|
jobName: job-name-centcomoff
|
||||||
|
|
||||||
|
- type: jobIcon
|
||||||
|
parent: JobIcon
|
||||||
|
id: JobIconAdmin
|
||||||
|
icon:
|
||||||
|
sprite: /Textures/Interface/Misc/job_icons.rsi
|
||||||
|
state: Admin
|
||||||
|
allowSelection: false
|
||||||
|
|
||||||
- type: jobIcon
|
- type: jobIcon
|
||||||
parent: JobIcon
|
parent: JobIcon
|
||||||
@@ -445,18 +469,20 @@
|
|||||||
state: SeniorResearcher
|
state: SeniorResearcher
|
||||||
allowSelection: false
|
allowSelection: false
|
||||||
|
|
||||||
- type: jobIcon
|
# Other
|
||||||
parent: JobIcon
|
|
||||||
id: JobIconVisitor
|
|
||||||
icon:
|
|
||||||
sprite: /Textures/Interface/Misc/job_icons.rsi
|
|
||||||
state: Visitor
|
|
||||||
jobName: job-name-visitor
|
|
||||||
|
|
||||||
- type: jobIcon
|
- type: jobIcon
|
||||||
parent: JobIcon
|
parent: JobIcon
|
||||||
id: JobIconAdmin
|
id: JobIconNoId
|
||||||
icon:
|
icon:
|
||||||
sprite: /Textures/Interface/Misc/job_icons.rsi
|
sprite: /Textures/Interface/Misc/job_icons.rsi
|
||||||
state: Admin
|
state: NoId
|
||||||
allowSelection: false
|
jobName: job-name-no-id
|
||||||
|
|
||||||
|
- type: jobIcon
|
||||||
|
parent: JobIcon
|
||||||
|
id: JobIconUnknown
|
||||||
|
icon:
|
||||||
|
sprite: /Textures/Interface/Misc/job_icons.rsi
|
||||||
|
state: Unknown
|
||||||
|
jobName: job-name-unknown
|
||||||
|
|||||||
Reference in New Issue
Block a user