forked from Monkestation/Monkestation2.0
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jobconfig.toml
227 lines (191 loc) · 5.91 KB
/
jobconfig.toml
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
## This is the configuration file for the job system.
## This will only be enabled when the config flag LOAD_JOBS_FROM_TXT is enabled.
## We use a system of keys here that directly correlate to the job, just to ensure they don't desync if we choose to change the name of a job.
## You are able to change (as of now) four different variables in this file.
## Total Positions are how many job slots you get in a shift, Spawn Positions are how many you get that load in at spawn. If you set this to -1, it is unrestricted.
## Playtime Requirements is in minutes, and the job will unlock when a player reaches that amount of time.
## However, that can be superseded by Required Account Age, which is a time in days that you need to have had an account on the server for.
## As time goes on, more config options may be added to this file.
## You can use the admin verb 'Generate Job Configuration' in-game to auto-regenerate this config as a downloadable file without having to manually edit this file if we add more jobs or more things you can edit here.
## It will always respect prior-existing values in the config, but will appropriately add more fields when they generate.
## It's strongly advised you create your own version of this file rather than use the one provisioned on the codebase.
## The game will not read any line that is commented out with a '#', as to allow you to defer to codebase defaults.
## If you want to override the codebase values, add the value and then uncomment that line by removing the # from the job key's name.
## Ensure that the key is flush, do not introduce any whitespaces when you uncomment a key. For example:
## "# Total Positions" should always be changed to "Total Positions", no additional spacing.
## Best of luck editing!
[AI]
"# Playtime Requirements" = 180
"# Required Account Age" = 30
"# Spawn Positions" = 1
"# Total Positions" = 1
[ASSISTANT]
"# Playtime Requirements" = 0
"# Required Account Age" = 0
"# Spawn Positions" = -1
"# Total Positions" = -1
[ATMOSPHERIC_TECHNICIAN]
"# Playtime Requirements" = 60
"# Required Account Age" = 0
"# Spawn Positions" = 2
"# Total Positions" = 3
[BARTENDER]
"# Playtime Requirements" = 0
"# Required Account Age" = 0
"# Spawn Positions" = 1
"# Total Positions" = 1
[BOTANIST]
"# Playtime Requirements" = 0
"# Required Account Age" = 0
"# Spawn Positions" = 2
"# Total Positions" = 3
[CAPTAIN]
"# Playtime Requirements" = 180
"# Required Account Age" = 14
"# Spawn Positions" = 1
"# Total Positions" = 1
[CARGO_TECHNICIAN]
"# Playtime Requirements" = 0
"# Required Account Age" = 0
"# Spawn Positions" = 3
"# Total Positions" = 5
[CHAPLAIN]
"# Playtime Requirements" = 0
"# Required Account Age" = 0
"# Spawn Positions" = 1
"# Total Positions" = 1
[CHEMIST]
"# Playtime Requirements" = 60
"# Required Account Age" = 0
"# Spawn Positions" = 2
"# Total Positions" = 2
[CHIEF_ENGINEER]
"# Playtime Requirements" = 180
"# Required Account Age" = 7
"# Spawn Positions" = 1
"# Total Positions" = 1
[CHIEF_MEDICAL_OFFICER]
"# Playtime Requirements" = 180
"# Required Account Age" = 7
"# Spawn Positions" = 1
"# Total Positions" = 1
[CLOWN]
"# Playtime Requirements" = 0
"# Required Account Age" = 0
"# Spawn Positions" = 1
"# Total Positions" = 1
[COOK]
"# Playtime Requirements" = 0
"# Required Account Age" = 0
"# Spawn Positions" = 1
"# Total Positions" = 2
[CURATOR]
"# Playtime Requirements" = 0
"# Required Account Age" = 0
"# Spawn Positions" = 1
"# Total Positions" = 1
[CYBORG]
"# Playtime Requirements" = 120
"# Required Account Age" = 21
"# Spawn Positions" = 1
"# Total Positions" = 0
[DETECTIVE]
"# Playtime Requirements" = 300
"# Required Account Age" = 7
"# Spawn Positions" = 1
"# Total Positions" = 1
[GENETICIST]
"# Playtime Requirements" = 60
"# Required Account Age" = 0
"# Spawn Positions" = 2
"# Total Positions" = 2
[HEAD_OF_PERSONNEL]
"# Playtime Requirements" = 180
"# Required Account Age" = 10
"# Spawn Positions" = 1
"# Total Positions" = 1
[HEAD_OF_SECURITY]
"# Playtime Requirements" = 300
"# Required Account Age" = 14
"# Spawn Positions" = 1
"# Total Positions" = 1
[JANITOR]
"# Playtime Requirements" = 0
"# Required Account Age" = 0
"# Spawn Positions" = 1
"# Total Positions" = 2
[LAWYER]
"# Playtime Requirements" = 0
"# Required Account Age" = 0
"# Spawn Positions" = 2
"# Total Positions" = 2
[MEDICAL_DOCTOR]
"# Playtime Requirements" = 0
"# Required Account Age" = 0
"# Spawn Positions" = 3
"# Total Positions" = 5
[MIME]
"# Playtime Requirements" = 0
"# Required Account Age" = 0
"# Spawn Positions" = 1
"# Total Positions" = 1
[PARAMEDIC]
"# Playtime Requirements" = 0
"# Required Account Age" = 0
"# Spawn Positions" = 2
"# Total Positions" = 2
[PRISONER]
"# Playtime Requirements" = 0
"# Required Account Age" = 0
"# Spawn Positions" = 5
"# Total Positions" = 0
[PSYCHOLOGIST]
"# Playtime Requirements" = 0
"# Required Account Age" = 0
"# Spawn Positions" = 1
"# Total Positions" = 1
[QUARTERMASTER]
"# Playtime Requirements" = 0
"# Required Account Age" = 7
"# Spawn Positions" = 1
"# Total Positions" = 1
[RESEARCH_DIRECTOR]
"# Playtime Requirements" = 180
"# Required Account Age" = 7
"# Spawn Positions" = 1
"# Total Positions" = 1
[ROBOTICIST]
"# Playtime Requirements" = 60
"# Required Account Age" = 0
"# Spawn Positions" = 2
"# Total Positions" = 2
[SCIENTIST]
"# Playtime Requirements" = 60
"# Required Account Age" = 0
"# Spawn Positions" = 3
"# Total Positions" = 5
[SECURITY_OFFICER]
"# Playtime Requirements" = 300
"# Required Account Age" = 7
"# Spawn Positions" = 5
"# Total Positions" = 5
[SHAFT_MINER]
"# Playtime Requirements" = 0
"# Required Account Age" = 0
"# Spawn Positions" = 3
"# Total Positions" = 3
[STATION_ENGINEER]
"# Playtime Requirements" = 60
"# Required Account Age" = 0
"# Spawn Positions" = 5
"# Total Positions" = 5
[VIROLOGIST]
"# Playtime Requirements" = 60
"# Required Account Age" = 0
"# Spawn Positions" = 1
"# Total Positions" = 1
[WARDEN]
"# Playtime Requirements" = 300
"# Required Account Age" = 7
"# Spawn Positions" = 1
"# Total Positions" = 1