-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathprofessions.json
30 lines (30 loc) · 1.13 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
[
{
"type": "profession",
"id": "92_temporary_prof",
"name": "Truth Holder",
"description": "Before the Cataclysm itself, you often had nightmares and strange visions, maybe you didn't believe in the supernatural, but when everything happened, screams were heard on the street and a book made of leather appeared in front of you from a fiery portal - there was no point denying the obvious anymore.",
"points": -10,
"items": {
"both": {
"entries": [
{ "item": "jeans" },
{ "item": "skin_prophecy_evoked" },
{ "item": "skin_prophecy_evo_page" },
{ "item": "longshirt" },
{ "item": "socks" },
{ "item": "sneakers" },
{ "item": "mbag" },
{ "item": "pockknife" },
{ "item": "water_clean" },
{ "item": "wristwatch" },
{ "group": "charged_smart_phone" },
{ "group": "starter_wallet_full" },
{ "group": "charged_matches" }
]
},
"male": { "entries": [ { "item": "boxer_shorts" } ] },
"female": { "entries": [ { "item": "bra" }, { "item": "panties" } ] }
}
}
]