-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathprofession.json
42 lines (41 loc) · 1.24 KB
/
profession.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
[
{
"type": "profession",
"ident": "prof_gunslinger",
"name": "Gunslinger",
"description": "Once the last of the order of gunslingers, the highest authority in All-World, now resigned to walking this dead turn of the wheel.",
"points": 5,
"skills": [
{ "level": 1, "name": "fabrication" },
{ "level": 1, "name": "speech" },
{ "level": 2, "name": "trap" },
{ "level": 2, "name": "survival" },
{ "level": 2, "name": "dodge" },
{ "level": 2, "name": "gun" },
{ "level": 4, "name": "pistol" }
],
"items": {
"both": {
"items": [
"cowboy_hat",
"bandana",
"waistcoat",
"duster_leather",
"bandolier_holster",
"satchel_leather",
"gloves_fingerless_mod",
"gunslinger_kit",
"gs_birdskull"
],
"entries": [
{ "item": "gs_revolver_sandalwood", "ammo-item": "gs_ammo_light", "charges": 5 },
{ "item": "switchblade", "container-item": "boots_gunslinger" },
{ "item": "gs_ammo_light", "charges": 40 }
]
},
"male": [ "boxer_shorts" ],
"female": [ "boy_shorts", "bra" ]
},
"traits": [ "PROF_MARTIAL_ARTS_gunslinger" ]
}
]