forked from Lorith/AdvancedGear-CDDA-Mod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
professions.json
39 lines (39 loc) · 946 Bytes
/
professions.json
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
[
{
"type": "profession",
"ident": "nano_agent",
"name": "Nanotech Agent",
"description": "The nanotech project ALMOST finished in time to try to stop things. But almost doesn't quite cut it these days. You were tasked with keeping the prototypes safe, and trying to continue the research.",
"points": 8,
"items": {
"both": [
"dress_shirt",
"pants",
"socks",
"boots",
"coat_lab",
"backpack",
"nano_programmer_2",
"nanite_core_1",
"nanite_cluster",
"nanite_cluster",
"nanite_cluster",
"nanite_cluster",
"nanite_cluster",
"nanite_cluster",
"nanite_cluster",
"nanite_cluster",
"nanite_cluster",
"nanite_power_cell",
"nanite_multitool_small"
],
"male": [
"briefs"
],
"female": [
"bra",
"panties"
]
}
}
]