summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification Files/NPC/npc_gears/npc_gears_worn.json
blob: 2d18b8fe52cbea4c215ac6152817424b8777c086 (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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
[{
        "id": "VAMP_bags_worn",
        "type": "item_group",
        "subtype": "collection",
        "entries": [{
                "distribution": [{
                        "item": "bloodpack",
                        "prob": 80
                    }, {
                        "item": "bigbloodpack",
                        "prob": 20
                    }
                ]
            }
        ]
    }, {
        "id": "VAMP_sheath_worn",
        "type": "item_group",
        "subtype": "collection",
        "entries": [{
                "distribution": [{
                        "item": "bloodwristsheath",
                        "prob": 80
                    }, {
                        "item": "bloodbootsheath",
                        "prob": 20
                    }
                ]
            }
        ]
    }, {
        "id": "VAMP_knife_worn",
        "type": "item_group",
        "subtype": "collection",
        "entries": [{
                "distribution": [{
                        "item": "sword_dive",
                        "prob": 10
                    }, {
                        "item": "knife_combat",
                        "prob": 90
                    }
                ]
            }
        ]
    }, {
        "id": "VAMP_worn",
        "type": "item_group",
        "subtype": "collection",
        "entries": [{
                "item": "blood_gloves"
            }, {
                "item": "blood_hood"
            }, {
                "item": "blood_pants"
            }, {
                "item": "blood_duster"
            }, {
                "item": "socks"
            }, {
                "item": "blood_boots"
            }, {
                "group": "VAMP_bags_worn"
            }, {
                "group": "VAMP_sheath_worn",
                "contents-group": "VAMP_knife_worn"
            }
        ]
    }, {
        "id": "VAMP_UNDERGUARD_worn",
        "type": "item_group",
        "subtype": "collection",
        "entries": [{
                "item": "bloodinfused_survivorgloves"
            }, {
                "item": "bloodinfused_survivorhood"
            }, {
                "item": "bloodinfused_survivortrenchcoat"
            }, {
                "item": "socks"
            }, {
                "item": "bloodinfused_survivorpants"
            }, {
                "item": "bloodinfused_survivorboots"
            }, {
                "group": "VAMP_bags_worn"
            }, {
                "group": "VAMP_sheath_worn",
                "contents-group": "VAMP_knife_worn"
            }
        ]
    }, {
        "type": "item_group",
        "id": "HUMAN_JUNKSHOP_worn",
        "subtype": "collection",
        "items": [{
                "item": "pants_cargo"
            }, {
                "item": "armor_nomad"
            }, {
                "item": "helmet_nomad"
            }, {
                "item": "rucksack"
            }, {
                "item": "socks"
            }, {
                "item": "boots_larmor"
            }, {
                "item": "gloves_fingerless"
            }
        ]
    }
]