-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathprofessions.json
80 lines (80 loc) · 2.04 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
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
[
{
"type": "profession",
"ident": "apprentice_shinigami",
"name": "Apprentice Shinigami",
"description": "As a newly apprenticed guardian of the souls who are going through the circle of transmigration, heavy is the duty that falls upon your shoulders.",
"points": 5,
"skills": [
{
"level": 1,
"name": "melee"
},
{
"level": 1,
"name": "cutting"
},
{
"level": 2,
"name": "dodge"
}
],
"items": {
"both": [
"scythe_war",
"small_relic",
"tshirt",
"undershirt",
"hoodie",
"shorts_cargo",
"sneakers",
"gloves_fingerless",
"apple",
"mbag"
],
"male": [
"boxer_shorts"
],
"female": [
"boy_shorts"
]
},
"traits": ["PROF_MARTIAL_ARTS_shinigami"]
},
{
"type": "profession",
"ident": "grim_reaper",
"name": "Grim Reaper",
"description": "With most of humanity already shown Death's door, all that was left for you to do was to harvest the remining undead - but they are proving to be more troublesome than you anticipated.",
"points": 7,
"skills": [
{
"level": 3,
"name": "melee"
},
{
"level": 2,
"name": "cutting"
},
{
"level": 2,
"name": "dodge"
},
{
"level": 5,
"name": "barter"
}
],
"items": {
"both": [
"scythe_war",
"boots_bone",
"gloves_fingerless",
"waterskin",
"grimrobe"
]
},
"traits": ["PROF_MARTIAL_ARTS_shinigami"],
"forbidden_traits": ["MARTIAL_ARTS_shinigami"]
}
]