forked from NovaSector/NovaSector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jobs.txt
89 lines (59 loc) · 1.1 KB
/
jobs.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
#This allows easy configuration of the number of positions allowed for each job
#Format is: [Job name]=[total positions],[spawn positions]
#Job names must be identical to the title var of each job datum
#Positions can be set to -1 to allow unlimited slots
# Station Command
Captain=1,1
Head of Personnel=1,1
Head of Security=1,1
Chief Engineer=1,1
Research Director=1,1
Chief Medical Officer=1,1
Quartermaster=1,1
# Central Command
Nanotrasen Consultant=1,1
Blueshield=1,1
# Cargo
Cargo Technician=4,2
Shaft Miner=4,4
Customs Agent=2,2
# Service
Bartender=1,1
Cook=2,1
Barber=2,2
Botanist=3,2
Janitor=5,5
Clown=1,1
Mime=1,1
Curator=2,2
Lawyer=2,2
Chaplain=1,1
Psychologist=1,1
Bouncer=2,2
# Engineering
Station Engineer=5,5
Atmospheric Technician=3,2
Engineering Guard=2,2
# Medical
Medical Doctor=5,3
Paramedic=3,2
Chemist=2,2
Geneticist=2,2
Virologist=1,1
Orderly=2,2
# Science
Scientist=5,5
Roboticist=3,2
Vanguard Operative=0,0
Science Guard=2,2
# Security
Warden=1,1
Detective=2,2
Security Officer=6,6
Corrections Officer=2,1
# Silicons
AI=1,1
Cyborg=3,3
# Misc.
Assistant=-1,-1
Prisoner=12,12