summaryrefslogtreecommitdiff
path: root/json/itemgroups/Weapons_Mods_Ammo/guns.json
blob: 9c401358679c6e165e0115d5d973843ddee4490d (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
[
  {
    "type": "item_group",
    "id": "guns_pistol_rare",
    "//": "Less common pistols including those only used by police/paramilitary forces.",
    "items": [
      { "item": "usp_40", "prob": 90, "charges-min": 0, "charges-max": 13 }
    ]
  },
  {
    "type": "item_group",
    "id": "guns_pistol_rare_display",
    "//": "Empty uncommon pistols found exclusively at gun stores.",
    "items": [
      { "item": "usp_40", "prob": 90, "charges-min": 0, "charges-max": 0 }
    ]
  },
 {
    "type": "item_group",
    "id": "guns_pistol_milspec",
    "//": "Military specification pistols only ever found at military sites.",
    "items": [
      { "item": "hk_ucp", "prob": 5, "charges-min": 0, "charges-max": 20 }
    ]
  },
  {
    "type": "item_group",
    "id": "guns_rifle_rare",
    "//": "Less common rifles including those only used by police/paramilitary forces.",
    "items": [
      { "item": "hk_psg1a1", "prob": 15, "charges-min": 0, "charges-max": 20 }
    ]
  },
  {
    "type": "item_group",
    "id": "guns_rifle_rare_display",
    "//": "Less common rifles found exclusively in gun stores.",
    "items": [
      { "item": "hk_psg1a1", "prob": 15, "charges-min": 0, "charges-max": 0 }
    ]
  },
  {
    "type": "item_group",
    "id": "guns_rifle_milspec",
    "//": "Military specification rifles only ever found at military sites.",
    "items": [
      { "item": "hk_msg90a2", "prob": 15, "charges-min": 0, "charges-max": 20 }
    ]
  },
  {
    "type": "item_group",
    "id": "guns_cop",
    "//": "Police issue weapons of all types",
    "items": [
      { "item": "usp_40", "prob": 10, "charges-min": 0, "charges-max": 13 }
    ]
  },
]