-
Notifications
You must be signed in to change notification settings - Fork 7
/
professions-cia.json
125 lines (125 loc) · 2.62 KB
/
professions-cia.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
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
{
"do-case-officer": {
"label": "Intelligence Case Officer",
"employer": "CIA",
"division": "DO Clandestine Service",
"number_to_generate": 40,
"skills": {
"fixed": {
"alertness": 50,
"bureaucracy": 40,
"criminology": 50,
"disguise": 50,
"drive": 40,
"firearms": 40,
"language1": 50,
"language2": 40,
"humint": 60,
"sigint": 40,
"stealth": 50,
"unarmed combat": 50
},
"bonus": [
"bureaucracy",
"humint",
"persuade",
"sigint"
]
},
"bonds": 2
},
"sagsod": {
"label": "Special Operations Group",
"employer": "CIA",
"division": "SAD/SOG",
"number_to_generate": 20,
"skills": {
"fixed": {
"alertness": 60,
"athletics": 50,
"demolitions": 40,
"firearms": 60,
"language1": 40,
"heavy weapons": 50,
"humint": 30,
"melee weapons": 50,
"militaryscience1value": 50,
"militaryscience1label": "Land",
"navigate": 50,
"persuade": 40,
"stealth": 50,
"survival": 50,
"swim": 40,
"unarmed combat": 60
},
"bonus": [
"alertness",
"firearms",
"stealth",
"survival"
]
},
"bonds": 1,
"equipment-kit": "spec-ops"
},
"sadpag": {
"label": "Division Political Action Group",
"employer": "CIA",
"division": "SAD/SOG",
"number_to_generate": 20,
"skills": {
"fixed": {
"accounting": 40,
"anthropology": 40,
"athletics": 40,
"bureaucracy": 60,
"disguise": 40,
"firearms": 40,
"language1": 50,
"language2": 50,
"language3": 40,
"history": 40,
"humint": 50,
"law": 40,
"persuade": 50,
"stealth": 50,
"unarmed combat": 60
},
"bonus": [
"bureaucracy",
"criminology",
"persuade",
"sigint"
]
},
"bonds": 1,
"equipment-kit": "spec-ops"
},
"cia-analyst": {
"label": "Intelligence Analyst",
"employer": "CIA",
"division": "DoA",
"number_to_generate": 20,
"skills": {
"fixed": {
"anthropology": 40,
"bureaucracy": 50,
"computer science": 40,
"criminology": 40,
"language1": 50,
"language2": 50,
"language3": 40,
"history": 40,
"humint": 50,
"sigint": 40
},
"bonus": [
"anthropology",
"humint",
"sigint",
"history"
]
},
"bonds": 3
}
}