job.yml 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462
  1. - type: jobIcon
  2. id: JobIcon
  3. abstract: true
  4. priority: 1
  5. locationPreference: Right
  6. isShaded: true
  7. - type: jobIcon
  8. parent: JobIcon
  9. id: JobIconDetective
  10. icon:
  11. sprite: /Textures/Interface/Misc/job_icons.rsi
  12. state: Detective
  13. jobName: job-name-detective
  14. - type: jobIcon
  15. parent: JobIcon
  16. id: JobIconQuarterMaster
  17. icon:
  18. sprite: /Textures/Interface/Misc/job_icons.rsi
  19. state: QuarterMaster
  20. jobName: job-name-qm
  21. - type: jobIcon
  22. parent: JobIcon
  23. id: JobIconBorg
  24. icon:
  25. sprite: /Textures/Interface/Misc/job_icons.rsi
  26. state: Borg
  27. jobName: job-name-borg
  28. - type: jobIcon
  29. parent: JobIcon
  30. id: JobIconStationAi
  31. icon:
  32. sprite: /Textures/Interface/Misc/job_icons.rsi
  33. state: StationAi
  34. jobName: job-name-station-ai
  35. - type: jobIcon
  36. parent: JobIcon
  37. id: JobIconBotanist
  38. icon:
  39. sprite: /Textures/Interface/Misc/job_icons.rsi
  40. state: Botanist
  41. jobName: job-name-botanist
  42. - type: jobIcon
  43. parent: JobIcon
  44. id: JobIconBoxer
  45. icon:
  46. sprite: /Textures/Interface/Misc/job_icons.rsi
  47. state: Boxer
  48. jobName: job-name-boxer
  49. - type: jobIcon
  50. parent: JobIcon
  51. id: JobIconAtmosphericTechnician
  52. icon:
  53. sprite: /Textures/Interface/Misc/job_icons.rsi
  54. state: AtmosphericTechnician
  55. jobName: job-name-atmostech
  56. - type: jobIcon
  57. parent: JobIcon
  58. id: JobIconNanotrasen
  59. icon:
  60. sprite: /Textures/Interface/Misc/job_icons.rsi
  61. state: Nanotrasen
  62. jobName: job-name-centcomoff
  63. - type: jobIcon
  64. parent: JobIcon
  65. id: JobIconPrisoner
  66. icon:
  67. sprite: /Textures/Interface/Misc/job_icons.rsi
  68. state: Prisoner
  69. jobName: job-name-prisoner
  70. - type: jobIcon
  71. parent: JobIcon
  72. id: JobIconJanitor
  73. icon:
  74. sprite: /Textures/Interface/Misc/job_icons.rsi
  75. state: Janitor
  76. jobName: job-name-janitor
  77. - type: jobIcon
  78. parent: JobIcon
  79. id: JobIconChemist
  80. icon:
  81. sprite: /Textures/Interface/Misc/job_icons.rsi
  82. state: Chemist
  83. jobName: job-name-chemist
  84. - type: jobIcon
  85. parent: JobIcon
  86. id: JobIconStationEngineer
  87. icon:
  88. sprite: /Textures/Interface/Misc/job_icons.rsi
  89. state: StationEngineer
  90. jobName: job-name-engineer
  91. - type: jobIcon
  92. parent: JobIcon
  93. id: JobIconSecurityOfficer
  94. icon:
  95. sprite: /Textures/Interface/Misc/job_icons.rsi
  96. state: SecurityOfficer
  97. jobName: job-name-security
  98. - type: jobIcon
  99. parent: JobIcon
  100. id: JobIconNoId
  101. icon:
  102. sprite: /Textures/Interface/Misc/job_icons.rsi
  103. state: NoId
  104. jobName: job-name-no-id
  105. - type: jobIcon
  106. parent: JobIcon
  107. id: JobIconChiefMedicalOfficer
  108. icon:
  109. sprite: /Textures/Interface/Misc/job_icons.rsi
  110. state: ChiefMedicalOfficer
  111. jobName: job-name-cmo
  112. - type: jobIcon
  113. parent: JobIcon
  114. id: JobIconRoboticist
  115. icon:
  116. sprite: /Textures/Interface/Misc/job_icons.rsi
  117. state: Roboticist
  118. jobName: job-name-roboticist
  119. - type: jobIcon
  120. parent: JobIcon
  121. id: JobIconChaplain
  122. icon:
  123. sprite: /Textures/Interface/Misc/job_icons.rsi
  124. state: Chaplain
  125. jobName: job-name-chaplain
  126. - type: jobIcon
  127. parent: JobIcon
  128. id: JobIconLawyer
  129. icon:
  130. sprite: /Textures/Interface/Misc/job_icons.rsi
  131. state: Lawyer
  132. jobName: job-name-lawyer
  133. - type: jobIcon
  134. parent: JobIcon
  135. id: JobIconUnknown
  136. icon:
  137. sprite: /Textures/Interface/Misc/job_icons.rsi
  138. state: Unknown
  139. jobName: job-name-unknown
  140. - type: jobIcon
  141. parent: JobIcon
  142. id: JobIconLibrarian
  143. icon:
  144. sprite: /Textures/Interface/Misc/job_icons.rsi
  145. state: Librarian
  146. jobName: job-name-librarian
  147. - type: jobIcon
  148. parent: JobIcon
  149. id: JobIconCargoTechnician
  150. icon:
  151. sprite: /Textures/Interface/Misc/job_icons.rsi
  152. state: CargoTechnician
  153. jobName: job-name-cargotech
  154. - type: jobIcon
  155. parent: JobIcon
  156. id: JobIconScientist
  157. icon:
  158. sprite: /Textures/Interface/Misc/job_icons.rsi
  159. state: Scientist
  160. jobName: job-name-scientist
  161. - type: jobIcon
  162. parent: JobIcon
  163. id: JobIconResearchAssistant
  164. icon:
  165. sprite: /Textures/Interface/Misc/job_icons.rsi
  166. state: ResearchAssistant
  167. jobName: job-name-research-assistant
  168. - type: jobIcon
  169. parent: JobIcon
  170. id: JobIconGeneticist
  171. icon:
  172. sprite: /Textures/Interface/Misc/job_icons.rsi
  173. state: Geneticist
  174. jobName: job-name-geneticist
  175. - type: jobIcon
  176. parent: JobIcon
  177. id: JobIconClown
  178. icon:
  179. sprite: /Textures/Interface/Misc/job_icons.rsi
  180. state: Clown
  181. jobName: job-name-clown
  182. - type: jobIcon
  183. parent: JobIcon
  184. id: JobIconCaptain
  185. icon:
  186. sprite: /Textures/Interface/Misc/job_icons.rsi
  187. state: Captain
  188. jobName: job-name-captain
  189. - type: jobIcon
  190. parent: JobIcon
  191. id: JobIconHeadOfPersonnel
  192. icon:
  193. sprite: /Textures/Interface/Misc/job_icons.rsi
  194. state: HeadOfPersonnel
  195. jobName: job-name-hop
  196. - type: jobIcon
  197. parent: JobIcon
  198. id: JobIconVirologist
  199. icon:
  200. sprite: /Textures/Interface/Misc/job_icons.rsi
  201. state: Virologist
  202. jobName: job-name-virologist
  203. - type: jobIcon
  204. parent: JobIcon
  205. id: JobIconShaftMiner
  206. icon:
  207. sprite: /Textures/Interface/Misc/job_icons.rsi
  208. state: ShaftMiner
  209. jobName: job-name-salvagespec
  210. - type: jobIcon
  211. parent: JobIcon
  212. id: JobIconPassenger
  213. icon:
  214. sprite: /Textures/Interface/Misc/job_icons.rsi
  215. state: Passenger
  216. jobName: job-name-passenger
  217. - type: jobIcon
  218. parent: JobIcon
  219. id: JobIconNomad
  220. icon:
  221. sprite: /Textures/Interface/Misc/job_icons.rsi
  222. state: Nanotrasen
  223. jobName: job-name-nomad
  224. - type: jobIcon
  225. parent: JobIcon
  226. id: JobIconChiefEngineer
  227. icon:
  228. sprite: /Textures/Interface/Misc/job_icons.rsi
  229. state: ChiefEngineer
  230. jobName: job-name-ce
  231. - type: jobIcon
  232. parent: JobIcon
  233. id: JobIconBartender
  234. icon:
  235. sprite: /Textures/Interface/Misc/job_icons.rsi
  236. state: Bartender
  237. jobName: job-name-bartender
  238. - type: jobIcon
  239. parent: JobIcon
  240. id: JobIconHeadOfSecurity
  241. icon:
  242. sprite: /Textures/Interface/Misc/job_icons.rsi
  243. state: HeadOfSecurity
  244. jobName: job-name-hos
  245. - type: jobIcon
  246. parent: JobIcon
  247. id: JobIconBrigmedic
  248. icon:
  249. sprite: /Textures/Interface/Misc/job_icons.rsi
  250. state: Brigmedic
  251. jobName: job-name-brigmedic
  252. - type: jobIcon
  253. parent: JobIcon
  254. id: JobIconMedicalDoctor
  255. icon:
  256. sprite: /Textures/Interface/Misc/job_icons.rsi
  257. state: MedicalDoctor
  258. jobName: job-name-doctor
  259. - type: jobIcon
  260. parent: JobIcon
  261. id: JobIconParamedic
  262. icon:
  263. sprite: /Textures/Interface/Misc/job_icons.rsi
  264. state: Paramedic
  265. jobName: job-name-paramedic
  266. - type: jobIcon
  267. parent: JobIcon
  268. id: JobIconChef
  269. icon:
  270. sprite: /Textures/Interface/Misc/job_icons.rsi
  271. state: Chef
  272. jobName: job-name-chef
  273. - type: jobIcon
  274. parent: JobIcon
  275. id: JobIconWarden
  276. icon:
  277. sprite: /Textures/Interface/Misc/job_icons.rsi
  278. state: Warden
  279. jobName: job-name-warden
  280. - type: jobIcon
  281. parent: JobIcon
  282. id: JobIconResearchDirector
  283. icon:
  284. sprite: /Textures/Interface/Misc/job_icons.rsi
  285. state: ResearchDirector
  286. jobName: job-name-rd
  287. - type: jobIcon
  288. parent: JobIcon
  289. id: JobIconMime
  290. icon:
  291. sprite: /Textures/Interface/Misc/job_icons.rsi
  292. state: Mime
  293. jobName: job-name-mime
  294. - type: jobIcon
  295. parent: JobIcon
  296. id: JobIconMusician
  297. icon:
  298. sprite: /Textures/Interface/Misc/job_icons.rsi
  299. state: Musician
  300. jobName: job-name-musician
  301. - type: jobIcon
  302. parent: JobIcon
  303. id: JobIconReporter
  304. icon:
  305. sprite: /Textures/Interface/Misc/job_icons.rsi
  306. state: Reporter
  307. jobName: job-name-reporter
  308. - type: jobIcon
  309. parent: JobIcon
  310. id: JobIconPsychologist
  311. icon:
  312. sprite: /Textures/Interface/Misc/job_icons.rsi
  313. state: Psychologist
  314. jobName: job-name-psychologist
  315. - type: jobIcon
  316. parent: JobIcon
  317. id: JobIconMedicalIntern
  318. icon:
  319. sprite: /Textures/Interface/Misc/job_icons.rsi
  320. state: MedicalIntern
  321. jobName: job-name-intern
  322. - type: jobIcon
  323. parent: JobIcon
  324. id: JobIconTechnicalAssistant
  325. icon:
  326. sprite: /Textures/Interface/Misc/job_icons.rsi
  327. state: TechnicalAssistant
  328. jobName: job-name-technical-assistant
  329. - type: jobIcon
  330. parent: JobIcon
  331. id: JobIconServiceWorker
  332. icon:
  333. sprite: /Textures/Interface/Misc/job_icons.rsi
  334. state: ServiceWorker
  335. jobName: job-name-serviceworker
  336. - type: jobIcon
  337. parent: JobIcon
  338. id: JobIconSecurityCadet
  339. icon:
  340. sprite: /Textures/Interface/Misc/job_icons.rsi
  341. state: SecurityCadet
  342. jobName: job-name-cadet
  343. - type: jobIcon
  344. parent: JobIcon
  345. id: JobIconZombie # This is a perfectly legitimate profession to pursue
  346. icon:
  347. sprite: /Textures/Interface/Misc/job_icons.rsi
  348. state: Zombie
  349. jobName: job-name-zombie
  350. - type: jobIcon
  351. parent: JobIcon
  352. id: JobIconSyndicate # Just in case you want to make it official which side you are on
  353. icon:
  354. sprite: /Textures/Interface/Misc/job_icons.rsi
  355. state: Syndicate
  356. jobName: job-name-syndicate
  357. - type: jobIcon
  358. parent: JobIcon
  359. id: JobIconZookeeper
  360. icon:
  361. sprite: /Textures/Interface/Misc/job_icons.rsi
  362. state: Zookeeper
  363. jobName: job-name-zookeeper
  364. - type: jobIcon
  365. parent: JobIcon
  366. id: JobIconSeniorPhysician
  367. icon:
  368. sprite: /Textures/Interface/Misc/job_icons.rsi
  369. state: SeniorPhysician
  370. allowSelection: false
  371. - type: jobIcon
  372. parent: JobIcon
  373. id: JobIconSeniorOfficer
  374. icon:
  375. sprite: /Textures/Interface/Misc/job_icons.rsi
  376. state: SeniorOfficer
  377. allowSelection: false
  378. - type: jobIcon
  379. parent: JobIcon
  380. id: JobIconSeniorEngineer
  381. icon:
  382. sprite: /Textures/Interface/Misc/job_icons.rsi
  383. state: SeniorEngineer
  384. allowSelection: false
  385. - type: jobIcon
  386. parent: JobIcon
  387. id: JobIconSeniorResearcher
  388. icon:
  389. sprite: /Textures/Interface/Misc/job_icons.rsi
  390. state: SeniorResearcher
  391. allowSelection: false
  392. - type: jobIcon
  393. parent: JobIcon
  394. id: JobIconVisitor
  395. icon:
  396. sprite: /Textures/Interface/Misc/job_icons.rsi
  397. state: Visitor
  398. jobName: job-name-visitor
  399. - type: jobIcon
  400. parent: JobIcon
  401. id: JobIconAdmin
  402. icon:
  403. sprite: /Textures/Interface/Misc/job_icons.rsi
  404. state: Admin
  405. allowSelection: false