summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification Files/NPC/npc_gears/npc_gears_carry.json
blob: 6adacad35e33e075d48fa22224ac568ebb3209e9 (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
[{
        "//": "Common carried items.",
        "id": "VAMP_carry",
        "type": "item_group",
        "subtype": "collection",
        "entries": [{
                "item": "blood",
                "container-item": "waterskin"
            }
        ]
    }, {
        "id": "VAMP_UNDERCOMMANDO_carry",
        "type": "item_group",
        "subtype": "collection",
        "entries": [{
                "item": "blood",
                "container-item": "waterskin"
            }, {
                "item": "bloodshot_00",
                "count": [20, 30]
            }
        ]
    }, {
        "id": "VAMP_GUNSHOP_carry",
        "type": "item_group",
        "subtype": "collection",
        "entries": [{
                "item": "blood",
                "container-item": "waterskin"
            }, {
                "distribution":
                [{
                        "item": "bloodypressure",
                        "prob": 70,
                        "container-item": "jug_plastic",
                        "charges": [5, 15]
                    }, {
                        "item": "bloodyinfect",
                        "prob": 30,
                        "container-item": "jug_plastic",
                        "charges": [5, 15]
                    }
                ]
            }
        ]
    }
]