summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification Files/Others/v_scenario_class.json
blob: f23baa91beb69a0acc59d2d7821a87848f980fc5 (plain)
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
[{
        "type": "profession",
        "ident": "vampfreak",
        "name": "Vampire Freak",
        "description": "You know vampires exist, and you had papers to prove it, but they were burned by a religious group that strictly disagreed with your dangerous beliefs. Now that everyone has died out, you're free to act on that knowledge in this now dead world.",
        "points": 1,
        "skills": [{
                "level": 3,
                "name": "speech"
            }, {
                "level": 1,
                "name": "survival"
            }, {
                "level": 1,
                "name": "firstaid"
            }
        ],
        "items": {
            "both": [
                "jeans",
                "longshirt",
                "socks",
                "coat_winter",
                "boots_winter",
                "knit_scarf",
                "pockknife",
                "water_clean"
            ],
            "male": [
                "boxer_shorts"
            ],
            "female": [
                "bra",
                "panties"
            ]
        }
    }, {
        "type": "profession",
        "ident": "sovamp",
        "name": "So-called Vampire",
        "description": "You call yourself a vampire, and you're too proud to question if you really are one. Living alone has taught you self-reliance, and along with the survivalist equipment under your shelter, you are well prepared to face the challenges of this now dead world.",
        "points": 8,
        "skills": [{
                "level": 6,
                "name": "melee"
            }, {
                "level": 5,
                "name": "cutting"
            }, {
                "level": 5,
                "name": "stabbing"
            }, {
                "level": 4,
                "name": "bashing"
            }, {
                "level": 5,
                "name": "dodge"
            }, {
                "level": 6,
                "name": "survival"
            }, {
                "level": 3,
                "name": "firstaid"
            }, {
                "level": 5,
                "name": "fabrication"
            }
        ],
        "items": {
            "both": [
                "backpack_leather",
                "armor_nomad",
                "helmet_nomad",
                "socks",
                "mask_lsurvivor",
                "lsurvivor_pants",
                "lsurvivor_armor",
                "hood_lsurvivor",
                "gloves_lsurvivor",
                "boots_lsurvivor",
                "knife_combat",
                "sheath"
            ],
            "male": [
                "boxer_shorts"
            ],
            "female": [
                "bra",
                "panties"
            ]
        }
    }
]