forked from foulman/Psioniclysm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
professions.json
36 lines (36 loc) · 1.28 KB
/
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
[
{
"type": "profession",
"ident": "awakened_pk",
"name": "Awakened Psychokinetic",
"description": "You have broken open the barriers of your mind and are learning to manipulate objects with a thought. Do not put any points into psicraft!",
"points": 1,
"traits": [ "PSION_PK" ],
"skills": [ { "level": 1, "name": "psicraft" } ],
"items": {
"both": {
"items": [ "jeans", "tshirt", "hoodie", "socks", "pockknife", "mbag", "sneakers", "wristwatch", "pk_marker" ],
"entries": [ { "group": "charged_cell_phone" } ]
},
"male": [ "briefs" ],
"female": [ "bra", "panties" ]
}
},
{
"type": "profession",
"ident": "awakened_ek",
"name": "Awakened Electrokinetic",
"description": "You have broken open the barriers of your mind and are learning to manipulate electricity with a thought. Do not put any points into psicraft!",
"points": 1,
"traits": [ "PSION_EK" ],
"skills": [ { "level": 1, "name": "psicraft" } ],
"items": {
"both": {
"items": [ "jeans", "tshirt", "hoodie", "socks", "pockknife", "mbag", "sneakers", "wristwatch", "ek_marker" ],
"entries": [ { "group": "charged_cell_phone" } ]
},
"male": [ "briefs" ],
"female": [ "bra", "panties" ]
}
}
]