summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_worn.json
blob: c040d88bc363cadb05332795d1f8f4ab9891a046 (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
[
  {
    "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" }
    ]
  }
]